@syncfusion/ej2-dropdowns 29.2.10 → 29.2.11-81740
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{README.md → ReadMe.md} +217 -217
- package/dist/ej2-dropdowns.umd.min.js +1 -10
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +134 -85
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +293 -242
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/license +2 -2
- package/package.json +36 -36
- package/src/auto-complete/auto-complete-model.d.ts +190 -190
- package/src/auto-complete/auto-complete.d.ts +12 -12
- package/src/auto-complete/auto-complete.js +21 -21
- package/src/combo-box/combo-box-model.d.ts +232 -232
- package/src/combo-box/combo-box.d.ts +26 -26
- package/src/combo-box/combo-box.js +29 -29
- package/src/common/incremental-search.js +1 -1
- package/src/common/virtual-scroll.js +46 -46
- package/src/drop-down-base/drop-down-base-model.d.ts +205 -205
- package/src/drop-down-base/drop-down-base.d.ts +15 -15
- package/src/drop-down-base/drop-down-base.js +20 -20
- package/src/drop-down-list/drop-down-list-model.d.ts +310 -310
- package/src/drop-down-list/drop-down-list.d.ts +5 -5
- package/src/drop-down-list/drop-down-list.js +21 -21
- package/src/drop-down-tree/drop-down-tree-model.d.ts +493 -493
- package/src/drop-down-tree/drop-down-tree.d.ts +1 -1
- package/src/drop-down-tree/drop-down-tree.js +19 -19
- package/src/list-box/list-box-model.d.ts +237 -237
- package/src/list-box/list-box.d.ts +2 -2
- package/src/list-box/list-box.js +19 -19
- package/src/mention/mention-model.d.ts +272 -272
- package/src/mention/mention.d.ts +1 -1
- package/src/mention/mention.js +29 -27
- package/src/multi-select/multi-select-model.d.ts +564 -564
- package/src/multi-select/multi-select.d.ts +2 -1
- package/src/multi-select/multi-select.js +90 -41
- package/styles/auto-complete/_all.scss +1 -1
- package/styles/auto-complete/_bds-definition.scss +2 -2
- package/styles/auto-complete/_bootstrap-dark-definition.scss +3 -3
- package/styles/auto-complete/_bootstrap-definition.scss +2 -2
- package/styles/auto-complete/_bootstrap4-definition.scss +11 -11
- package/styles/auto-complete/_bootstrap5-definition.scss +2 -2
- package/styles/auto-complete/_bootstrap5.3-definition.scss +2 -2
- package/styles/auto-complete/_fabric-dark-definition.scss +2 -2
- package/styles/auto-complete/_fabric-definition.scss +2 -2
- package/styles/auto-complete/_fluent-definition.scss +2 -2
- package/styles/auto-complete/_fluent2-definition.scss +2 -2
- package/styles/auto-complete/_fusionnew-definition.scss +2 -2
- package/styles/auto-complete/_highcontrast-definition.scss +2 -2
- package/styles/auto-complete/_highcontrast-light-definition.scss +2 -2
- package/styles/auto-complete/_material-dark-definition.scss +2 -2
- package/styles/auto-complete/_material-definition.scss +2 -2
- package/styles/auto-complete/_material3-definition.scss +2 -2
- package/styles/auto-complete/_tailwind-definition.scss +2 -2
- package/styles/auto-complete/_tailwind3-definition.scss +2 -2
- package/styles/auto-complete/material3-dark.scss +1 -1
- package/styles/auto-complete/material3.scss +1 -1
- package/styles/combo-box/_all.scss +1 -1
- package/styles/combo-box/_bds-definition.scss +2 -2
- package/styles/combo-box/_bootstrap-dark-definition.scss +2 -2
- package/styles/combo-box/_bootstrap-definition.scss +2 -2
- package/styles/combo-box/_bootstrap4-definition.scss +11 -11
- package/styles/combo-box/_bootstrap5-definition.scss +2 -2
- package/styles/combo-box/_bootstrap5.3-definition.scss +2 -2
- package/styles/combo-box/_fabric-dark-definition.scss +2 -2
- package/styles/combo-box/_fabric-definition.scss +2 -2
- package/styles/combo-box/_fluent-definition.scss +2 -2
- package/styles/combo-box/_fluent2-definition.scss +2 -2
- package/styles/combo-box/_fusionnew-definition.scss +2 -2
- package/styles/combo-box/_highcontrast-definition.scss +2 -2
- package/styles/combo-box/_highcontrast-light-definition.scss +3 -3
- package/styles/combo-box/_material-dark-definition.scss +2 -2
- package/styles/combo-box/_material-definition.scss +2 -2
- package/styles/combo-box/_material3-definition.scss +2 -2
- package/styles/combo-box/_tailwind-definition.scss +2 -2
- package/styles/combo-box/_tailwind3-definition.scss +2 -2
- package/styles/combo-box/material3-dark.scss +1 -1
- package/styles/combo-box/material3.scss +1 -1
- package/styles/drop-down-base/_all.scss +2 -2
- package/styles/drop-down-base/_bds-definition.scss +112 -112
- package/styles/drop-down-base/_bigger.scss +198 -198
- package/styles/drop-down-base/_bootstrap-dark-definition.scss +80 -80
- package/styles/drop-down-base/_bootstrap-definition.scss +78 -78
- package/styles/drop-down-base/_bootstrap4-definition.scss +83 -83
- package/styles/drop-down-base/_bootstrap5-definition.scss +98 -98
- package/styles/drop-down-base/_bootstrap5.3-definition.scss +98 -98
- package/styles/drop-down-base/_definition.scss +23 -23
- package/styles/drop-down-base/_fabric-dark-definition.scss +81 -81
- package/styles/drop-down-base/_fabric-definition.scss +79 -79
- package/styles/drop-down-base/_fluent-definition.scss +102 -102
- package/styles/drop-down-base/_fluent2-definition.scss +113 -113
- package/styles/drop-down-base/_fusionnew-definition.scss +98 -98
- package/styles/drop-down-base/_highcontrast-definition.scss +96 -96
- package/styles/drop-down-base/_highcontrast-light-definition.scss +96 -96
- package/styles/drop-down-base/_layout.scss +148 -148
- package/styles/drop-down-base/_material-dark-definition.scss +82 -82
- package/styles/drop-down-base/_material-definition.scss +81 -81
- package/styles/drop-down-base/_material3-definition.scss +73 -73
- package/styles/drop-down-base/_tailwind-definition.scss +107 -107
- package/styles/drop-down-base/_tailwind3-definition.scss +98 -98
- package/styles/drop-down-base/_theme.scss +303 -303
- package/styles/drop-down-base/material3-dark.scss +1 -1
- package/styles/drop-down-base/material3.scss +1 -1
- package/styles/drop-down-list/_all.scss +3 -3
- package/styles/drop-down-list/_bds-definition.scss +100 -100
- package/styles/drop-down-list/_bigger.scss +713 -713
- package/styles/drop-down-list/_bootstrap-dark-definition.scss +94 -94
- package/styles/drop-down-list/_bootstrap-definition.scss +93 -93
- package/styles/drop-down-list/_bootstrap4-definition.scss +122 -122
- package/styles/drop-down-list/_bootstrap5-definition.scss +135 -135
- package/styles/drop-down-list/_bootstrap5.3-definition.scss +136 -136
- package/styles/drop-down-list/_fabric-dark-definition.scss +72 -72
- package/styles/drop-down-list/_fabric-definition.scss +69 -69
- package/styles/drop-down-list/_fluent-definition.scss +128 -128
- package/styles/drop-down-list/_fluent2-definition.scss +101 -101
- package/styles/drop-down-list/_fusionnew-definition.scss +134 -134
- package/styles/drop-down-list/_highcontrast-definition.scss +83 -83
- package/styles/drop-down-list/_highcontrast-light-definition.scss +85 -85
- package/styles/drop-down-list/_layout.scss +284 -284
- package/styles/drop-down-list/_material-dark-definition.scss +110 -110
- package/styles/drop-down-list/_material-definition.scss +112 -112
- package/styles/drop-down-list/_material3-definition.scss +114 -114
- package/styles/drop-down-list/_tailwind-definition.scss +100 -100
- package/styles/drop-down-list/_tailwind3-definition.scss +135 -135
- package/styles/drop-down-list/_theme.scss +17 -17
- package/styles/drop-down-list/icons/_bds.scss +14 -14
- package/styles/drop-down-list/icons/_bootstrap-dark.scss +18 -18
- package/styles/drop-down-list/icons/_bootstrap.scss +18 -18
- package/styles/drop-down-list/icons/_bootstrap4.scss +18 -18
- package/styles/drop-down-list/icons/_bootstrap5.3.scss +18 -18
- package/styles/drop-down-list/icons/_bootstrap5.scss +18 -18
- package/styles/drop-down-list/icons/_fabric-dark.scss +18 -18
- package/styles/drop-down-list/icons/_fabric.scss +18 -18
- package/styles/drop-down-list/icons/_fluent.scss +18 -18
- package/styles/drop-down-list/icons/_fluent2.scss +18 -18
- package/styles/drop-down-list/icons/_fusionnew.scss +14 -14
- package/styles/drop-down-list/icons/_highcontrast-light.scss +14 -14
- package/styles/drop-down-list/icons/_highcontrast.scss +18 -18
- package/styles/drop-down-list/icons/_material-dark.scss +18 -18
- package/styles/drop-down-list/icons/_material.scss +18 -18
- package/styles/drop-down-list/icons/_material3.scss +18 -18
- package/styles/drop-down-list/icons/_tailwind.scss +18 -18
- package/styles/drop-down-list/icons/_tailwind3.scss +14 -14
- package/styles/drop-down-list/material3-dark.scss +1 -1
- package/styles/drop-down-list/material3.scss +1 -1
- package/styles/drop-down-tree/_all.scss +2 -2
- package/styles/drop-down-tree/_bds-definition.scss +74 -74
- package/styles/drop-down-tree/_bigger.scss +561 -561
- package/styles/drop-down-tree/_bootstrap-dark-definition.scss +81 -81
- package/styles/drop-down-tree/_bootstrap-definition.scss +81 -81
- package/styles/drop-down-tree/_bootstrap4-definition.scss +85 -85
- package/styles/drop-down-tree/_bootstrap5-definition.scss +73 -73
- package/styles/drop-down-tree/_bootstrap5.3-definition.scss +74 -74
- package/styles/drop-down-tree/_fabric-dark-definition.scss +81 -81
- package/styles/drop-down-tree/_fabric-definition.scss +81 -81
- package/styles/drop-down-tree/_fluent-definition.scss +78 -78
- package/styles/drop-down-tree/_fluent2-definition.scss +85 -85
- package/styles/drop-down-tree/_fusionnew-definition.scss +69 -69
- package/styles/drop-down-tree/_highcontrast-definition.scss +81 -81
- package/styles/drop-down-tree/_highcontrast-light-definition.scss +81 -81
- package/styles/drop-down-tree/_layout.scss +942 -942
- package/styles/drop-down-tree/_material-dark-definition.scss +82 -82
- package/styles/drop-down-tree/_material-definition.scss +84 -84
- package/styles/drop-down-tree/_material3-definition.scss +84 -84
- package/styles/drop-down-tree/_tailwind-definition.scss +74 -74
- package/styles/drop-down-tree/_tailwind3-definition.scss +75 -75
- package/styles/drop-down-tree/_theme.scss +135 -135
- package/styles/drop-down-tree/icons/_bds.scss +11 -11
- package/styles/drop-down-tree/icons/_bootstrap-dark.scss +11 -11
- package/styles/drop-down-tree/icons/_bootstrap.scss +11 -11
- package/styles/drop-down-tree/icons/_bootstrap4.scss +11 -11
- package/styles/drop-down-tree/icons/_bootstrap5.3.scss +11 -11
- package/styles/drop-down-tree/icons/_bootstrap5.scss +11 -11
- package/styles/drop-down-tree/icons/_fabric-dark.scss +11 -11
- package/styles/drop-down-tree/icons/_fabric.scss +11 -11
- package/styles/drop-down-tree/icons/_fluent.scss +11 -11
- package/styles/drop-down-tree/icons/_fluent2.scss +14 -14
- package/styles/drop-down-tree/icons/_fusionnew.scss +11 -11
- package/styles/drop-down-tree/icons/_highcontrast-light.scss +11 -11
- package/styles/drop-down-tree/icons/_highcontrast.scss +11 -11
- package/styles/drop-down-tree/icons/_material-dark.scss +11 -11
- package/styles/drop-down-tree/icons/_material.scss +11 -11
- package/styles/drop-down-tree/icons/_material3.scss +11 -11
- package/styles/drop-down-tree/icons/_tailwind-dark.scss +11 -11
- package/styles/drop-down-tree/icons/_tailwind.scss +11 -11
- package/styles/drop-down-tree/icons/_tailwind3.scss +11 -11
- package/styles/drop-down-tree/material3-dark.scss +1 -1
- package/styles/drop-down-tree/material3.scss +1 -1
- package/styles/list-box/_all.scss +2 -2
- package/styles/list-box/_bds-definition.scss +136 -136
- package/styles/list-box/_bigger.scss +190 -190
- package/styles/list-box/_bootstrap-dark-definition.scss +126 -126
- package/styles/list-box/_bootstrap-definition.scss +119 -119
- package/styles/list-box/_bootstrap4-definition.scss +126 -126
- package/styles/list-box/_bootstrap5-definition.scss +121 -121
- package/styles/list-box/_bootstrap5.3-definition.scss +123 -123
- package/styles/list-box/_fabric-dark-definition.scss +124 -124
- package/styles/list-box/_fabric-definition.scss +119 -119
- package/styles/list-box/_fluent-definition.scss +120 -120
- package/styles/list-box/_fluent2-definition.scss +121 -121
- package/styles/list-box/_fusionnew-definition.scss +111 -111
- package/styles/list-box/_highcontrast-definition.scss +119 -119
- package/styles/list-box/_highcontrast-light-definition.scss +124 -124
- package/styles/list-box/_layout.scss +496 -496
- package/styles/list-box/_material-dark-definition.scss +124 -124
- package/styles/list-box/_material-definition.scss +119 -119
- package/styles/list-box/_material3-definition.scss +119 -119
- package/styles/list-box/_tailwind-definition.scss +119 -119
- package/styles/list-box/_tailwind3-definition.scss +123 -123
- package/styles/list-box/_theme.scss +327 -327
- package/styles/list-box/icons/_bds.scss +25 -25
- package/styles/list-box/icons/_bootstrap-dark.scss +25 -25
- package/styles/list-box/icons/_bootstrap.scss +25 -25
- package/styles/list-box/icons/_bootstrap4.scss +25 -25
- package/styles/list-box/icons/_bootstrap5.3.scss +25 -25
- package/styles/list-box/icons/_bootstrap5.scss +25 -25
- package/styles/list-box/icons/_fabric-dark.scss +25 -25
- package/styles/list-box/icons/_fabric.scss +25 -25
- package/styles/list-box/icons/_fluent.scss +25 -25
- package/styles/list-box/icons/_fluent2.scss +25 -25
- package/styles/list-box/icons/_fusionnew.scss +25 -25
- package/styles/list-box/icons/_highcontrast-light.scss +25 -25
- package/styles/list-box/icons/_highcontrast.scss +25 -25
- package/styles/list-box/icons/_material-dark.scss +25 -25
- package/styles/list-box/icons/_material.scss +25 -25
- package/styles/list-box/icons/_material3.scss +25 -25
- package/styles/list-box/icons/_tailwind-dark.scss +25 -25
- package/styles/list-box/icons/_tailwind.scss +25 -25
- package/styles/list-box/icons/_tailwind3.scss +25 -25
- package/styles/list-box/material3-dark.scss +1 -1
- package/styles/list-box/material3.scss +1 -1
- package/styles/material3-dark.scss +1 -1
- package/styles/material3.scss +1 -1
- package/styles/mention/_all.scss +1 -1
- package/styles/mention/_bds-definition.scss +1 -1
- package/styles/mention/_bootstrap-dark-definition.scss +3 -3
- package/styles/mention/_bootstrap-definition.scss +3 -3
- package/styles/mention/_bootstrap4-definition.scss +3 -3
- package/styles/mention/_bootstrap5-definition.scss +1 -1
- package/styles/mention/_bootstrap5.3-definition.scss +1 -1
- package/styles/mention/_fabric-dark-definition.scss +2 -2
- package/styles/mention/_fabric-definition.scss +3 -3
- package/styles/mention/_fluent-definition.scss +1 -1
- package/styles/mention/_fluent2-definition.scss +1 -1
- package/styles/mention/_fusionnew-definition.scss +1 -1
- package/styles/mention/_highcontrast-definition.scss +3 -3
- package/styles/mention/_highcontrast-light-definition.scss +3 -3
- package/styles/mention/_layout.scss +6 -6
- package/styles/mention/_material-dark-definition.scss +3 -3
- package/styles/mention/_material-definition.scss +3 -3
- package/styles/mention/_material3-definition.scss +1 -1
- package/styles/mention/_tailwind-definition.scss +1 -1
- package/styles/mention/_tailwind3-definition.scss +1 -1
- package/styles/mention/material3-dark.scss +1 -1
- package/styles/mention/material3.scss +1 -1
- package/styles/multi-select/_all.scss +2 -2
- package/styles/multi-select/_bds-definition.scss +231 -231
- package/styles/multi-select/_bigger.scss +2002 -2002
- package/styles/multi-select/_bootstrap-dark-definition.scss +198 -198
- package/styles/multi-select/_bootstrap-definition.scss +187 -187
- package/styles/multi-select/_bootstrap4-definition.scss +236 -236
- package/styles/multi-select/_bootstrap5-definition.scss +229 -229
- package/styles/multi-select/_bootstrap5.3-definition.scss +229 -229
- package/styles/multi-select/_fabric-dark-definition.scss +190 -190
- package/styles/multi-select/_fabric-definition.scss +181 -181
- package/styles/multi-select/_fluent-definition.scss +236 -236
- package/styles/multi-select/_fluent2-definition.scss +234 -234
- package/styles/multi-select/_fusionnew-definition.scss +222 -222
- package/styles/multi-select/_highcontrast-definition.scss +302 -302
- package/styles/multi-select/_highcontrast-light-definition.scss +296 -296
- package/styles/multi-select/_layout.scss +1335 -1335
- package/styles/multi-select/_material-dark-definition.scss +248 -248
- package/styles/multi-select/_material-definition.scss +250 -250
- package/styles/multi-select/_material3-definition.scss +233 -233
- package/styles/multi-select/_tailwind-definition.scss +231 -231
- package/styles/multi-select/_tailwind3-definition.scss +227 -227
- package/styles/multi-select/_theme.scss +564 -564
- package/styles/multi-select/icons/_bds.scss +26 -26
- package/styles/multi-select/icons/_bootstrap-dark.scss +30 -30
- package/styles/multi-select/icons/_bootstrap.scss +30 -30
- package/styles/multi-select/icons/_bootstrap4.scss +32 -32
- package/styles/multi-select/icons/_bootstrap5.3.scss +30 -30
- package/styles/multi-select/icons/_bootstrap5.scss +30 -30
- package/styles/multi-select/icons/_fabric-dark.scss +30 -30
- package/styles/multi-select/icons/_fabric.scss +30 -30
- package/styles/multi-select/icons/_fluent.scss +38 -38
- package/styles/multi-select/icons/_fluent2.scss +347 -347
- package/styles/multi-select/icons/_fusionnew.scss +26 -26
- package/styles/multi-select/icons/_highcontrast-light.scss +26 -26
- package/styles/multi-select/icons/_highcontrast.scss +30 -30
- package/styles/multi-select/icons/_material-dark.scss +348 -348
- package/styles/multi-select/icons/_material.scss +348 -348
- package/styles/multi-select/icons/_material3.scss +350 -350
- package/styles/multi-select/icons/_tailwind.scss +30 -30
- package/styles/multi-select/icons/_tailwind3.scss +26 -26
- package/styles/multi-select/material3-dark.scss +1 -1
- package/styles/multi-select/material3.scss +1 -1
- package/.eslintrc.json +0 -261
- package/dist/ej2-dropdowns.min.js +0 -10
- package/dist/global/ej2-dropdowns.min.js +0 -11
- package/dist/global/ej2-dropdowns.min.js.map +0 -1
- package/dist/global/index.d.ts +0 -14
- package/helpers/e2e/autocomplete.d.ts +0 -16
- package/helpers/e2e/autocomplete.js +0 -60
- package/helpers/e2e/combobox.d.ts +0 -17
- package/helpers/e2e/combobox.js +0 -63
- package/helpers/e2e/dropdownlist.d.ts +0 -20
- package/helpers/e2e/dropdownlist.js +0 -72
- package/helpers/e2e/index.d.ts +0 -4
- package/helpers/e2e/index.js +0 -11
- package/helpers/e2e/listboxHelper.d.ts +0 -22
- package/helpers/e2e/listboxHelper.js +0 -56
- package/helpers/e2e/multiselect.d.ts +0 -31
- package/helpers/e2e/multiselect.js +0 -105
- package/tslint.json +0 -111
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
@include export-module('multiselect-tailwind-icons') {
|
|
2
|
-
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
-
content: '\e729';
|
|
4
|
-
font-family: 'e-icons';
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
8
|
-
content: '\e7e7';
|
|
9
|
-
cursor: pointer;
|
|
10
|
-
left: $ddl-chip-close-left;
|
|
11
|
-
position: relative;
|
|
12
|
-
top: $ddl-chip-close-top;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.e-multi-select-wrapper .e-close-hooker::before {
|
|
16
|
-
content: '\e7e7';
|
|
17
|
-
cursor: pointer;
|
|
18
|
-
left: $ddl-overall-close-left;
|
|
19
|
-
position: relative;
|
|
20
|
-
top: $ddl-overall-close-top;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
24
|
-
content: '';
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.e-popup.e-multi-select-list-wrapper.e-resize .e-icons.e-resizer-right::before {
|
|
28
|
-
content: '\e832';
|
|
29
|
-
}
|
|
30
|
-
}
|
|
1
|
+
@include export-module('multiselect-tailwind-icons') {
|
|
2
|
+
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
+
content: '\e729';
|
|
4
|
+
font-family: 'e-icons';
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
8
|
+
content: '\e7e7';
|
|
9
|
+
cursor: pointer;
|
|
10
|
+
left: $ddl-chip-close-left;
|
|
11
|
+
position: relative;
|
|
12
|
+
top: $ddl-chip-close-top;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.e-multi-select-wrapper .e-close-hooker::before {
|
|
16
|
+
content: '\e7e7';
|
|
17
|
+
cursor: pointer;
|
|
18
|
+
left: $ddl-overall-close-left;
|
|
19
|
+
position: relative;
|
|
20
|
+
top: $ddl-overall-close-top;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
24
|
+
content: '';
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.e-popup.e-multi-select-list-wrapper.e-resize .e-icons.e-resizer-right::before {
|
|
28
|
+
content: '\e832';
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
@include export-module('multiselect-tailwind3-icons') {
|
|
2
|
-
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
-
content: '\e729';
|
|
4
|
-
font-family: 'e-icons';
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
8
|
-
content: '\e7e7';
|
|
9
|
-
cursor: pointer;
|
|
10
|
-
left: $ddl-chip-close-left;
|
|
11
|
-
position: relative;
|
|
12
|
-
top: $ddl-chip-close-top;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.e-multi-select-wrapper .e-close-hooker::before {
|
|
16
|
-
content: '\e7e7';
|
|
17
|
-
cursor: pointer;
|
|
18
|
-
left: $ddl-overall-close-left;
|
|
19
|
-
position: relative;
|
|
20
|
-
top: $ddl-overall-close-top;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
24
|
-
content: '';
|
|
25
|
-
}
|
|
26
|
-
}
|
|
1
|
+
@include export-module('multiselect-tailwind3-icons') {
|
|
2
|
+
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
+
content: '\e729';
|
|
4
|
+
font-family: 'e-icons';
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
8
|
+
content: '\e7e7';
|
|
9
|
+
cursor: pointer;
|
|
10
|
+
left: $ddl-chip-close-left;
|
|
11
|
+
position: relative;
|
|
12
|
+
top: $ddl-chip-close-top;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.e-multi-select-wrapper .e-close-hooker::before {
|
|
16
|
+
content: '\e7e7';
|
|
17
|
+
cursor: pointer;
|
|
18
|
+
left: $ddl-overall-close-left;
|
|
19
|
+
position: relative;
|
|
20
|
+
top: $ddl-overall-close-top;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
24
|
+
content: '';
|
|
25
|
+
}
|
|
26
|
+
}
|
package/.eslintrc.json
DELETED
|
@@ -1,261 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"env": {
|
|
3
|
-
"browser": true,
|
|
4
|
-
"es2021": true
|
|
5
|
-
},
|
|
6
|
-
"extends": [
|
|
7
|
-
"eslint:recommended",
|
|
8
|
-
"plugin:@typescript-eslint/recommended",
|
|
9
|
-
"plugin:jsdoc/recommended",
|
|
10
|
-
"plugin:security/recommended"
|
|
11
|
-
],
|
|
12
|
-
"parser": "@typescript-eslint/parser",
|
|
13
|
-
"parserOptions": {
|
|
14
|
-
"ecmaFeatures": { "js": true },
|
|
15
|
-
"ecmaVersion": 2018,
|
|
16
|
-
"project": "./tsconfig.json",
|
|
17
|
-
"sourceType": "module"
|
|
18
|
-
},
|
|
19
|
-
"ignorePatterns": ["*.d.ts", "*.js"],
|
|
20
|
-
"plugins": [
|
|
21
|
-
"@typescript-eslint",
|
|
22
|
-
"@typescript-eslint/tslint",
|
|
23
|
-
"eslint-plugin-security",
|
|
24
|
-
"jsdoc"
|
|
25
|
-
],
|
|
26
|
-
"rules": {
|
|
27
|
-
"use-isnan": "error",
|
|
28
|
-
"security/detect-unsafe-regex":"error",
|
|
29
|
-
"security/detect-buffer-noassert":"error",
|
|
30
|
-
"security/detect-child-process":"error",
|
|
31
|
-
"security/detect-disable-mustache-escape":"error",
|
|
32
|
-
"security/detect-eval-with-expression":"error",
|
|
33
|
-
"security/detect-no-csrf-before-method-override":"error",
|
|
34
|
-
"security/detect-non-literal-fs-filename":"error",
|
|
35
|
-
"security/detect-non-literal-regexp":"error",
|
|
36
|
-
"security/detect-non-literal-require":"error",
|
|
37
|
-
"security/detect-object-injection":"error",
|
|
38
|
-
"security/detect-possible-timing-attacks":"error",
|
|
39
|
-
"security/detect-pseudoRandomBytes":"error",
|
|
40
|
-
"security/detect-new-buffer":"error",
|
|
41
|
-
"security/detect-bidi-characters":"error",
|
|
42
|
-
"@typescript-eslint/no-inferrable-types": "off",
|
|
43
|
-
"@typescript-eslint/ban-types": ["warn", {
|
|
44
|
-
"types": {
|
|
45
|
-
"Object": false,
|
|
46
|
-
"object": false,
|
|
47
|
-
"{}": false,
|
|
48
|
-
"Function": false
|
|
49
|
-
}
|
|
50
|
-
}],
|
|
51
|
-
"jsdoc/check-tag-names": 0,
|
|
52
|
-
"@typescript-eslint/tslint/config": [
|
|
53
|
-
"error",
|
|
54
|
-
{
|
|
55
|
-
"rules": {
|
|
56
|
-
"ban": true,
|
|
57
|
-
"chai-vague-errors": true,
|
|
58
|
-
"max-func-body-length": [
|
|
59
|
-
true,
|
|
60
|
-
120,
|
|
61
|
-
{
|
|
62
|
-
"ignore-parameters-to-function-regex": "describe"
|
|
63
|
-
}
|
|
64
|
-
],
|
|
65
|
-
"missing-jsdoc": true,
|
|
66
|
-
"no-backbone-get-set-outside-model": false,
|
|
67
|
-
"no-cookies": false,
|
|
68
|
-
"no-delete-expression": false,
|
|
69
|
-
"no-disable-auto-sanitization": true,
|
|
70
|
-
"no-duplicate-case": true,
|
|
71
|
-
"no-duplicate-parameter-names": true,
|
|
72
|
-
"no-empty-interfaces": false,
|
|
73
|
-
"no-exec-script": true,
|
|
74
|
-
"no-function-expression": false,
|
|
75
|
-
"no-multiple-var-decl": false,
|
|
76
|
-
"no-string-based-set-immediate": false,
|
|
77
|
-
"no-string-based-set-interval": false,
|
|
78
|
-
"no-unnecessary-bind": false,
|
|
79
|
-
"no-unused-imports": true,
|
|
80
|
-
"no-with-statement": false,
|
|
81
|
-
"prefer-array-literal": false,
|
|
82
|
-
"typedef": [
|
|
83
|
-
true,
|
|
84
|
-
"call-signature",
|
|
85
|
-
"parameter",
|
|
86
|
-
"property-declaration",
|
|
87
|
-
"variable-declaration",
|
|
88
|
-
"arrow-parameter",
|
|
89
|
-
"member-variable-declaration"
|
|
90
|
-
],
|
|
91
|
-
"use-named-parameter": false,
|
|
92
|
-
"valid-typeof": true,
|
|
93
|
-
"whitespace": [
|
|
94
|
-
true,
|
|
95
|
-
"check-branch",
|
|
96
|
-
"check-decl",
|
|
97
|
-
"check-operator",
|
|
98
|
-
"check-separator",
|
|
99
|
-
"check-type"
|
|
100
|
-
]
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
],
|
|
104
|
-
"no-control-regex": "error",
|
|
105
|
-
"no-constant-condition": "error",
|
|
106
|
-
"no-invalid-regexp": "error",
|
|
107
|
-
"curly": "error",
|
|
108
|
-
"eol-last": [
|
|
109
|
-
"error",
|
|
110
|
-
"always"
|
|
111
|
-
],
|
|
112
|
-
"guard-for-in": "error",
|
|
113
|
-
"no-labels": "error",
|
|
114
|
-
"max-len": [
|
|
115
|
-
"error",
|
|
116
|
-
{
|
|
117
|
-
"code": 140,
|
|
118
|
-
"tabWidth": 4,
|
|
119
|
-
"ignoreComments": true,
|
|
120
|
-
"ignoreStrings": true,
|
|
121
|
-
"ignoreTemplateLiterals": true,
|
|
122
|
-
"ignoreRegExpLiterals": true
|
|
123
|
-
}
|
|
124
|
-
],
|
|
125
|
-
"no-console": [
|
|
126
|
-
"error",
|
|
127
|
-
{
|
|
128
|
-
"allow": [
|
|
129
|
-
"warn",
|
|
130
|
-
"dir",
|
|
131
|
-
"timeLog",
|
|
132
|
-
"assert",
|
|
133
|
-
"clear",
|
|
134
|
-
"count",
|
|
135
|
-
"countReset",
|
|
136
|
-
"group",
|
|
137
|
-
"groupEnd",
|
|
138
|
-
"table",
|
|
139
|
-
"dirxml",
|
|
140
|
-
"error",
|
|
141
|
-
"groupCollapsed",
|
|
142
|
-
"Console",
|
|
143
|
-
"profile",
|
|
144
|
-
"profileEnd",
|
|
145
|
-
"timeStamp",
|
|
146
|
-
"context"
|
|
147
|
-
]
|
|
148
|
-
}
|
|
149
|
-
],
|
|
150
|
-
"no-redeclare": [
|
|
151
|
-
"error",
|
|
152
|
-
{
|
|
153
|
-
"builtinGlobals": true
|
|
154
|
-
}
|
|
155
|
-
],
|
|
156
|
-
"@typescript-eslint/no-parameter-properties": "error",
|
|
157
|
-
"@typescript-eslint/indent": [
|
|
158
|
-
"error",
|
|
159
|
-
4,
|
|
160
|
-
{
|
|
161
|
-
"CallExpression": {
|
|
162
|
-
"arguments": "first"
|
|
163
|
-
},
|
|
164
|
-
"FunctionDeclaration": {
|
|
165
|
-
"parameters": "first"
|
|
166
|
-
},
|
|
167
|
-
"FunctionExpression": {
|
|
168
|
-
"parameters": "first"
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
],
|
|
172
|
-
"no-debugger": "error",
|
|
173
|
-
"no-eval": "error",
|
|
174
|
-
"no-extra-semi": "error",
|
|
175
|
-
"no-throw-literal": "error",
|
|
176
|
-
"no-fallthrough": "error",
|
|
177
|
-
"comma-dangle": [
|
|
178
|
-
"error",
|
|
179
|
-
"never"
|
|
180
|
-
],
|
|
181
|
-
"no-trailing-spaces": "error",
|
|
182
|
-
"@typescript-eslint/no-unused-expressions": "error",
|
|
183
|
-
"@typescript-eslint/no-var-requires": "error",
|
|
184
|
-
"one-var": [
|
|
185
|
-
"error",
|
|
186
|
-
"never"
|
|
187
|
-
],
|
|
188
|
-
"@typescript-eslint/no-explicit-any": "warn",
|
|
189
|
-
"no-cond-assign": [
|
|
190
|
-
"error",
|
|
191
|
-
"always"
|
|
192
|
-
],
|
|
193
|
-
"@typescript-eslint/consistent-type-assertions": "off",
|
|
194
|
-
"jsdoc/check-alignment": "error",
|
|
195
|
-
"no-empty": "error",
|
|
196
|
-
"quotes": [
|
|
197
|
-
"error",
|
|
198
|
-
"single"
|
|
199
|
-
],
|
|
200
|
-
"semi": [
|
|
201
|
-
"error",
|
|
202
|
-
"always"
|
|
203
|
-
],
|
|
204
|
-
"eqeqeq": [
|
|
205
|
-
"error",
|
|
206
|
-
"smart"
|
|
207
|
-
],
|
|
208
|
-
"valid-typeof": [
|
|
209
|
-
"error",
|
|
210
|
-
{
|
|
211
|
-
"requireStringLiterals": true
|
|
212
|
-
}
|
|
213
|
-
],
|
|
214
|
-
"camelcase": [
|
|
215
|
-
"error",
|
|
216
|
-
{
|
|
217
|
-
"properties": "always",
|
|
218
|
-
"ignoreDestructuring": true,
|
|
219
|
-
"ignoreImports": true
|
|
220
|
-
}
|
|
221
|
-
],
|
|
222
|
-
"no-irregular-whitespace": [
|
|
223
|
-
"error",
|
|
224
|
-
{
|
|
225
|
-
"skipStrings": true,
|
|
226
|
-
"skipComments": true,
|
|
227
|
-
"skipRegExps": true,
|
|
228
|
-
"skipTemplates": true
|
|
229
|
-
}
|
|
230
|
-
],
|
|
231
|
-
"valid-jsdoc": [
|
|
232
|
-
"error",
|
|
233
|
-
{
|
|
234
|
-
"prefer": {
|
|
235
|
-
"arg": "param",
|
|
236
|
-
"argument": "param",
|
|
237
|
-
"class": "constructor",
|
|
238
|
-
"return": "returns",
|
|
239
|
-
"virtual": "abstract"
|
|
240
|
-
}
|
|
241
|
-
}
|
|
242
|
-
],
|
|
243
|
-
"no-var": "error",
|
|
244
|
-
"radix": "error"
|
|
245
|
-
},
|
|
246
|
-
"reportUnusedDisableDirectives": true,
|
|
247
|
-
"overrides": [
|
|
248
|
-
{
|
|
249
|
-
"files": [
|
|
250
|
-
"node_modules",
|
|
251
|
-
"dist",
|
|
252
|
-
"public",
|
|
253
|
-
"coverage",
|
|
254
|
-
"test-report"
|
|
255
|
-
],
|
|
256
|
-
"rules": {
|
|
257
|
-
"no-unused-expressions": "off"
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
|
-
]
|
|
261
|
-
}
|