Skip to content

Commit 8d82daa

Browse files
committed
Remove jquery-ui from dependencies
1 parent 4e5d91c commit 8d82daa

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"@enonic/lib-admin-ui": "file:./.xp/dev/lib-admin-ui",
2525
"hasher": "^1.2.0",
2626
"jquery": "^3.7.1",
27-
"jquery-ui": "^1.13.2",
2827
"nanoid": "^5.0.1",
2928
"owasp-password-strength-test": "^1.3.0",
3029
"q": "^1.5.1"

src/main/resources/static/main.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ import {CONFIG} from '@enonic/lib-admin-ui/util/Config';
1717
import {InputTypeManager} from '@enonic/lib-admin-ui/form/inputtype/InputTypeManager';
1818
import {Class} from '@enonic/lib-admin-ui/Class';
1919
import {
20-
AuthApplicationSelector,
21-
PrincipalSelector
20+
AuthApplicationSelector
2221
} from './app/inputtype/';
2322

2423
const body = Body.get();
@@ -87,5 +86,3 @@ function startApplication() {
8786
await i18nInit(CONFIG.getString('services.i18nUrl'));
8887
startApplication();
8988
})();
90-
91-
InputTypeManager.register(new Class('PrincipalSelector', PrincipalSelector), true);

0 commit comments

Comments
 (0)