@syncfusion/ej2-dropdowns 23.2.5 → 23.2.7-52849
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/CHANGELOG.md +2152 -2126
- 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 +84 -65
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +242 -222
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/helpers/e2e/autocomplete.js +13 -13
- package/helpers/e2e/combobox.js +13 -13
- package/helpers/e2e/dropdownlist.js +13 -13
- package/helpers/e2e/index.js +3 -3
- package/helpers/e2e/listboxHelper.js +13 -13
- package/helpers/e2e/multiselect.js +13 -13
- package/license +2 -2
- package/package.json +80 -80
- package/src/auto-complete/auto-complete-model.d.ts +188 -188
- package/src/auto-complete/auto-complete.d.ts +12 -12
- package/src/auto-complete/auto-complete.js +25 -21
- package/src/combo-box/combo-box-model.d.ts +224 -224
- package/src/combo-box/combo-box.d.ts +27 -27
- package/src/combo-box/combo-box.js +29 -29
- package/src/common/virtual-scroll.js +46 -46
- package/src/drop-down-base/drop-down-base-model.d.ts +200 -200
- package/src/drop-down-base/drop-down-base.d.ts +15 -15
- package/src/drop-down-base/drop-down-base.js +21 -21
- package/src/drop-down-list/drop-down-list-model.d.ts +202 -202
- package/src/drop-down-list/drop-down-list.d.ts +4 -4
- package/src/drop-down-list/drop-down-list.js +41 -27
- package/src/drop-down-tree/drop-down-tree-model.d.ts +468 -468
- package/src/drop-down-tree/drop-down-tree.js +21 -19
- package/src/list-box/list-box-model.d.ts +193 -193
- 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 +261 -261
- package/src/mention/mention.js +19 -19
- package/src/multi-select/multi-select-model.d.ts +512 -512
- package/src/multi-select/multi-select.js +20 -20
- package/styles/auto-complete/_all.scss +1 -1
- 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/_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/_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/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/_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/_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/_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/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/_bootstrap-dark-definition.scss +83 -83
- package/styles/drop-down-base/_bootstrap-definition.scss +83 -83
- package/styles/drop-down-base/_bootstrap4-definition.scss +90 -90
- package/styles/drop-down-base/_bootstrap5-definition.scss +117 -117
- package/styles/drop-down-base/_definition.scss +23 -23
- package/styles/drop-down-base/_fabric-dark-definition.scss +86 -86
- package/styles/drop-down-base/_fabric-definition.scss +84 -84
- package/styles/drop-down-base/_fluent-definition.scss +121 -121
- package/styles/drop-down-base/_fusionnew-definition.scss +117 -117
- package/styles/drop-down-base/_highcontrast-definition.scss +105 -105
- package/styles/drop-down-base/_highcontrast-light-definition.scss +105 -105
- package/styles/drop-down-base/_layout.scss +195 -195
- package/styles/drop-down-base/_material-dark-definition.scss +86 -86
- package/styles/drop-down-base/_material-definition.scss +85 -85
- package/styles/drop-down-base/_material3-definition.scss +87 -87
- package/styles/drop-down-base/_tailwind-definition.scss +129 -129
- package/styles/drop-down-base/_theme.scss +391 -391
- 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/_bootstrap-dark-definition.scss +157 -157
- package/styles/drop-down-list/_bootstrap-definition.scss +156 -156
- package/styles/drop-down-list/_bootstrap4-definition.scss +202 -202
- package/styles/drop-down-list/_bootstrap5-definition.scss +201 -201
- package/styles/drop-down-list/_fabric-dark-definition.scss +128 -128
- package/styles/drop-down-list/_fabric-definition.scss +124 -124
- package/styles/drop-down-list/_fluent-definition.scss +185 -185
- package/styles/drop-down-list/_fusionnew-definition.scss +201 -201
- package/styles/drop-down-list/_highcontrast-definition.scss +142 -142
- package/styles/drop-down-list/_highcontrast-light-definition.scss +144 -144
- package/styles/drop-down-list/_layout.scss +310 -310
- package/styles/drop-down-list/_material-dark-definition.scss +143 -143
- package/styles/drop-down-list/_material-definition.scss +167 -167
- package/styles/drop-down-list/_material3-definition.scss +180 -180
- package/styles/drop-down-list/_tailwind-definition.scss +134 -134
- package/styles/drop-down-list/_theme.scss +10 -10
- package/styles/drop-down-list/icons/_bootstrap-dark.scss +14 -14
- package/styles/drop-down-list/icons/_bootstrap.scss +14 -14
- package/styles/drop-down-list/icons/_bootstrap4.scss +14 -14
- package/styles/drop-down-list/icons/_bootstrap5.scss +14 -14
- package/styles/drop-down-list/icons/_fabric-dark.scss +14 -14
- package/styles/drop-down-list/icons/_fabric.scss +14 -14
- package/styles/drop-down-list/icons/_fluent.scss +14 -14
- 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 +14 -14
- package/styles/drop-down-list/icons/_material-dark.scss +14 -14
- package/styles/drop-down-list/icons/_material.scss +14 -14
- package/styles/drop-down-list/icons/_material3.scss +14 -14
- package/styles/drop-down-list/icons/_tailwind.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/_bootstrap-dark-definition.scss +71 -71
- package/styles/drop-down-tree/_bootstrap-definition.scss +70 -70
- package/styles/drop-down-tree/_bootstrap4-definition.scss +71 -71
- package/styles/drop-down-tree/_bootstrap5-definition.scss +59 -59
- package/styles/drop-down-tree/_fabric-dark-definition.scss +71 -71
- package/styles/drop-down-tree/_fabric-definition.scss +71 -71
- package/styles/drop-down-tree/_fluent-definition.scss +65 -65
- package/styles/drop-down-tree/_fusionnew-definition.scss +59 -59
- package/styles/drop-down-tree/_highcontrast-definition.scss +71 -71
- package/styles/drop-down-tree/_highcontrast-light-definition.scss +71 -71
- package/styles/drop-down-tree/_layout.scss +1418 -1412
- package/styles/drop-down-tree/_material-dark-definition.scss +72 -72
- package/styles/drop-down-tree/_material-definition.scss +72 -72
- package/styles/drop-down-tree/_material3-definition.scss +76 -76
- package/styles/drop-down-tree/_tailwind-definition.scss +61 -61
- package/styles/drop-down-tree/_theme.scss +132 -132
- package/styles/drop-down-tree/fluent-dark.css +2 -0
- package/styles/drop-down-tree/fluent.css +2 -0
- 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.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/_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/material3-dark.scss +1 -1
- package/styles/drop-down-tree/material3.scss +1 -1
- package/styles/fluent-dark.css +2 -0
- package/styles/fluent.css +2 -0
- package/styles/list-box/_all.scss +2 -2
- 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 +124 -124
- package/styles/list-box/_bootstrap5-definition.scss +120 -120
- package/styles/list-box/_fabric-dark-definition.scss +126 -126
- package/styles/list-box/_fabric-definition.scss +119 -119
- package/styles/list-box/_fluent-definition.scss +120 -120
- 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 +126 -126
- package/styles/list-box/_layout.scss +542 -542
- package/styles/list-box/_material-dark-definition.scss +126 -126
- 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/_theme.scss +382 -382
- 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.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/_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/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/_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/_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/_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/material3-dark.scss +1 -1
- package/styles/mention/material3.scss +1 -1
- package/styles/multi-select/_all.scss +2 -2
- package/styles/multi-select/_bootstrap-dark-definition.scss +203 -203
- package/styles/multi-select/_bootstrap-definition.scss +192 -192
- package/styles/multi-select/_bootstrap4-definition.scss +278 -278
- package/styles/multi-select/_bootstrap5-definition.scss +230 -230
- package/styles/multi-select/_fabric-dark-definition.scss +192 -192
- package/styles/multi-select/_fabric-definition.scss +183 -183
- package/styles/multi-select/_fluent-definition.scss +241 -241
- package/styles/multi-select/_fusionnew-definition.scss +227 -227
- package/styles/multi-select/_highcontrast-definition.scss +303 -303
- package/styles/multi-select/_highcontrast-light-definition.scss +297 -297
- package/styles/multi-select/_layout.scss +2199 -2199
- package/styles/multi-select/_material-dark-definition.scss +230 -230
- package/styles/multi-select/_material-definition.scss +223 -223
- package/styles/multi-select/_material3-definition.scss +246 -246
- package/styles/multi-select/_tailwind-definition.scss +235 -235
- package/styles/multi-select/_theme.scss +586 -586
- package/styles/multi-select/icons/_bootstrap-dark.scss +26 -26
- package/styles/multi-select/icons/_bootstrap.scss +26 -26
- package/styles/multi-select/icons/_bootstrap4.scss +37 -37
- package/styles/multi-select/icons/_bootstrap5.scss +26 -26
- package/styles/multi-select/icons/_fabric-dark.scss +26 -26
- package/styles/multi-select/icons/_fabric.scss +26 -26
- package/styles/multi-select/icons/_fluent.scss +55 -55
- 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 +26 -26
- package/styles/multi-select/icons/_material-dark.scss +693 -693
- package/styles/multi-select/icons/_material.scss +693 -693
- package/styles/multi-select/icons/_material3.scss +692 -692
- package/styles/multi-select/icons/_tailwind.scss +26 -26
- package/styles/multi-select/material3-dark.scss +1 -1
- package/styles/multi-select/material3.scss +1 -1
- package/.eslintrc.json +0 -260
- 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/tslint.json +0 -111
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
@include export-module('dropdownlist-bootstrap-icons') {
|
|
2
|
-
.e-ddl .e-search-icon::before {
|
|
3
|
-
content: '\e993';
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.e-ddl .e-back-icon::before {
|
|
7
|
-
content: '\e94b';
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
11
|
-
content: '\e969';
|
|
12
|
-
font-family: 'e-icons';
|
|
13
|
-
}
|
|
14
|
-
}
|
|
1
|
+
@include export-module('dropdownlist-bootstrap-icons') {
|
|
2
|
+
.e-ddl .e-search-icon::before {
|
|
3
|
+
content: '\e993';
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.e-ddl .e-back-icon::before {
|
|
7
|
+
content: '\e94b';
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
11
|
+
content: '\e969';
|
|
12
|
+
font-family: 'e-icons';
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
@include export-module('dropdownlist-bootstrap-icons') {
|
|
2
|
-
.e-ddl .e-search-icon::before {
|
|
3
|
-
content: '\e993';
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.e-ddl .e-back-icon::before {
|
|
7
|
-
content: '\e94b';
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
11
|
-
content: '\e969';
|
|
12
|
-
font-family: 'e-icons';
|
|
13
|
-
}
|
|
14
|
-
}
|
|
1
|
+
@include export-module('dropdownlist-bootstrap-icons') {
|
|
2
|
+
.e-ddl .e-search-icon::before {
|
|
3
|
+
content: '\e993';
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.e-ddl .e-back-icon::before {
|
|
7
|
+
content: '\e94b';
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
11
|
+
content: '\e969';
|
|
12
|
+
font-family: 'e-icons';
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
@include export-module('dropdownlist-bootstrap4-icons') {
|
|
2
|
-
.e-ddl .e-search-icon::before {
|
|
3
|
-
content: '\e724';
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.e-ddl .e-back-icon::before {
|
|
7
|
-
content: '\e7c1';
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
11
|
-
content: '\e744';
|
|
12
|
-
font-family: 'e-icons';
|
|
13
|
-
}
|
|
14
|
-
}
|
|
1
|
+
@include export-module('dropdownlist-bootstrap4-icons') {
|
|
2
|
+
.e-ddl .e-search-icon::before {
|
|
3
|
+
content: '\e724';
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.e-ddl .e-back-icon::before {
|
|
7
|
+
content: '\e7c1';
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
11
|
+
content: '\e744';
|
|
12
|
+
font-family: 'e-icons';
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
@include export-module('dropdownlist-bootstrap5-icons') {
|
|
2
|
-
.e-ddl .e-search-icon::before {
|
|
3
|
-
content: '\e754';
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.e-ddl .e-back-icon::before {
|
|
7
|
-
content: '\e773';
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
11
|
-
content: '\e729';
|
|
12
|
-
font-family: 'e-icons';
|
|
13
|
-
}
|
|
14
|
-
}
|
|
1
|
+
@include export-module('dropdownlist-bootstrap5-icons') {
|
|
2
|
+
.e-ddl .e-search-icon::before {
|
|
3
|
+
content: '\e754';
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.e-ddl .e-back-icon::before {
|
|
7
|
+
content: '\e773';
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
11
|
+
content: '\e729';
|
|
12
|
+
font-family: 'e-icons';
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
@include export-module('dropdownlist-fabric-icons') {
|
|
2
|
-
.e-ddl .e-search-icon::before {
|
|
3
|
-
content: '\e97d';
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.e-ddl .e-back-icon::before {
|
|
7
|
-
content: '\e962';
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
11
|
-
content: '\e966';
|
|
12
|
-
font-family: 'e-icons';
|
|
13
|
-
}
|
|
14
|
-
}
|
|
1
|
+
@include export-module('dropdownlist-fabric-icons') {
|
|
2
|
+
.e-ddl .e-search-icon::before {
|
|
3
|
+
content: '\e97d';
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.e-ddl .e-back-icon::before {
|
|
7
|
+
content: '\e962';
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
11
|
+
content: '\e966';
|
|
12
|
+
font-family: 'e-icons';
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
@include export-module('dropdownlist-fabric-icons') {
|
|
2
|
-
.e-ddl .e-search-icon::before {
|
|
3
|
-
content: '\e97d';
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.e-ddl .e-back-icon::before {
|
|
7
|
-
content: '\e962';
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
11
|
-
content: '\e966';
|
|
12
|
-
font-family: 'e-icons';
|
|
13
|
-
}
|
|
14
|
-
}
|
|
1
|
+
@include export-module('dropdownlist-fabric-icons') {
|
|
2
|
+
.e-ddl .e-search-icon::before {
|
|
3
|
+
content: '\e97d';
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.e-ddl .e-back-icon::before {
|
|
7
|
+
content: '\e962';
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
11
|
+
content: '\e966';
|
|
12
|
+
font-family: 'e-icons';
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
@include export-module('dropdownlist-fluent-icons') {
|
|
2
|
-
.e-ddl .e-search-icon::before {
|
|
3
|
-
content: '\e754';
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.e-ddl .e-back-icon::before {
|
|
7
|
-
content: '\e773';
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
11
|
-
content: '\e729';
|
|
12
|
-
font-family: 'e-icons';
|
|
13
|
-
}
|
|
14
|
-
}
|
|
1
|
+
@include export-module('dropdownlist-fluent-icons') {
|
|
2
|
+
.e-ddl .e-search-icon::before {
|
|
3
|
+
content: '\e754';
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.e-ddl .e-back-icon::before {
|
|
7
|
+
content: '\e773';
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
11
|
+
content: '\e729';
|
|
12
|
+
font-family: 'e-icons';
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
@include export-module('dropdownlist-fusionnew-icons') {
|
|
2
|
-
.e-ddl .e-search-icon::before {
|
|
3
|
-
content: '\e754';
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.e-ddl .e-back-icon::before {
|
|
7
|
-
content: '\e773';
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
11
|
-
content: '\e729';
|
|
12
|
-
font-family: 'e-icons';
|
|
13
|
-
}
|
|
14
|
-
}
|
|
1
|
+
@include export-module('dropdownlist-fusionnew-icons') {
|
|
2
|
+
.e-ddl .e-search-icon::before {
|
|
3
|
+
content: '\e754';
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.e-ddl .e-back-icon::before {
|
|
7
|
+
content: '\e773';
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
11
|
+
content: '\e729';
|
|
12
|
+
font-family: 'e-icons';
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
@include export-module('dropdownlist-highcontrast-icons') {
|
|
2
|
-
.e-ddl .e-search-icon::before {
|
|
3
|
-
content: '\e97d';
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.e-ddl .e-back-icon::before {
|
|
7
|
-
content: '\e962';
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
11
|
-
content: '\e966';
|
|
12
|
-
font-family: 'e-icons';
|
|
13
|
-
}
|
|
14
|
-
}
|
|
1
|
+
@include export-module('dropdownlist-highcontrast-icons') {
|
|
2
|
+
.e-ddl .e-search-icon::before {
|
|
3
|
+
content: '\e97d';
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.e-ddl .e-back-icon::before {
|
|
7
|
+
content: '\e962';
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
11
|
+
content: '\e966';
|
|
12
|
+
font-family: 'e-icons';
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
@include export-module('dropdownlist-highcontrast-icons') {
|
|
2
|
-
.e-ddl .e-search-icon::before {
|
|
3
|
-
content: '\e97d';
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.e-ddl .e-back-icon::before {
|
|
7
|
-
content: '\e962';
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
11
|
-
content: '\e966';
|
|
12
|
-
font-family: 'e-icons';
|
|
13
|
-
}
|
|
14
|
-
}
|
|
1
|
+
@include export-module('dropdownlist-highcontrast-icons') {
|
|
2
|
+
.e-ddl .e-search-icon::before {
|
|
3
|
+
content: '\e97d';
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.e-ddl .e-back-icon::before {
|
|
7
|
+
content: '\e962';
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
11
|
+
content: '\e966';
|
|
12
|
+
font-family: 'e-icons';
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
@include export-module('dropdownlist-material-icons') {
|
|
2
|
-
.e-ddl .e-search-icon::before {
|
|
3
|
-
content: '\e993';
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.e-ddl .e-back-icon::before {
|
|
7
|
-
content: '\e977';
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
11
|
-
content: '\e969';
|
|
12
|
-
font-family: 'e-icons';
|
|
13
|
-
}
|
|
14
|
-
}
|
|
1
|
+
@include export-module('dropdownlist-material-icons') {
|
|
2
|
+
.e-ddl .e-search-icon::before {
|
|
3
|
+
content: '\e993';
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.e-ddl .e-back-icon::before {
|
|
7
|
+
content: '\e977';
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
11
|
+
content: '\e969';
|
|
12
|
+
font-family: 'e-icons';
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
@include export-module('dropdownlist-material-icons') {
|
|
2
|
-
.e-ddl .e-search-icon::before {
|
|
3
|
-
content: '\e993';
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.e-ddl .e-back-icon::before {
|
|
7
|
-
content: '\e977';
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
11
|
-
content: '\e969';
|
|
12
|
-
font-family: 'e-icons';
|
|
13
|
-
}
|
|
14
|
-
}
|
|
1
|
+
@include export-module('dropdownlist-material-icons') {
|
|
2
|
+
.e-ddl .e-search-icon::before {
|
|
3
|
+
content: '\e993';
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.e-ddl .e-back-icon::before {
|
|
7
|
+
content: '\e977';
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
11
|
+
content: '\e969';
|
|
12
|
+
font-family: 'e-icons';
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
@include export-module('dropdownlist-material3-icons') {
|
|
2
|
-
.e-ddl .e-search-icon::before {
|
|
3
|
-
content: '\e754';
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.e-ddl .e-back-icon::before {
|
|
7
|
-
content: '\e773';
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
11
|
-
content: '\e70d';
|
|
12
|
-
font-family: 'e-icons';
|
|
13
|
-
}
|
|
14
|
-
}
|
|
1
|
+
@include export-module('dropdownlist-material3-icons') {
|
|
2
|
+
.e-ddl .e-search-icon::before {
|
|
3
|
+
content: '\e754';
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.e-ddl .e-back-icon::before {
|
|
7
|
+
content: '\e773';
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
11
|
+
content: '\e70d';
|
|
12
|
+
font-family: 'e-icons';
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
@include export-module('dropdownlist-tailwind-icons') {
|
|
2
|
-
.e-ddl .e-search-icon::before {
|
|
3
|
-
content: '\e754';
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.e-ddl .e-back-icon::before {
|
|
7
|
-
content: '\e773';
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
11
|
-
content: '\e729';
|
|
12
|
-
font-family: 'e-icons';
|
|
13
|
-
}
|
|
14
|
-
}
|
|
1
|
+
@include export-module('dropdownlist-tailwind-icons') {
|
|
2
|
+
.e-ddl .e-search-icon::before {
|
|
3
|
+
content: '\e754';
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.e-ddl .e-back-icon::before {
|
|
7
|
+
content: '\e773';
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
11
|
+
content: '\e729';
|
|
12
|
+
font-family: 'e-icons';
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@import 'layout.scss';
|
|
2
|
-
@import 'theme.scss';
|
|
1
|
+
@import 'layout.scss';
|
|
2
|
+
@import 'theme.scss';
|
|
@@ -1,72 +1,72 @@
|
|
|
1
|
-
/* stylelint-disable */
|
|
2
|
-
$ddt-skin-name: 'bootstrap-dark' !default;
|
|
3
|
-
$ddt-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 0px rgba(0, 0, 0, 0.14), 0 3px 14px 0px rgba(0, 0, 0, 0.12) !default;
|
|
4
|
-
$ddt-label-top: 16px !default;
|
|
5
|
-
$ddt-close-icon-min-height: 32px !default;
|
|
6
|
-
$ddt-close-icon-bigger-min-height: 38px !default;
|
|
7
|
-
$ddt-close-icon-width: 32px !default;
|
|
8
|
-
$ddt-close-icon-bigger-width: 38px !default;
|
|
9
|
-
$ddt-close-icon-bottom: 0 !default;
|
|
10
|
-
$ddt-spin-icon-margin: inherit !default;
|
|
11
|
-
$ddt-dd-icon-bottom: 0 !default;
|
|
12
|
-
$ddt-dd-icon-bigger-bottom: 0 !default;
|
|
13
|
-
$ddt-dd-icon-width: 32px !default;
|
|
14
|
-
$ddt-dd-icon-bigger-width: 38px !default;
|
|
15
|
-
$ddt-rtl-close-left: -7px !default;
|
|
16
|
-
$ddt-list-filter-text-indent: 0 12px !default;
|
|
17
|
-
$ddt-filter-border: $grey-44 !default;
|
|
18
|
-
$ddt-filter-top-border: 0 !default;
|
|
19
|
-
$ddt-filter-padding: 5px 8px !default;
|
|
20
|
-
$ddt-filter-box-shadow: none !default;
|
|
21
|
-
$ddt-filter-background-color: $grey-white !default;
|
|
22
|
-
$ddt-filter-border-bottom-color: 1px solid $grey-88;
|
|
23
|
-
$ddt-chip-margin: 2px 1px !default;
|
|
24
|
-
$ddt-chip-padding: 0 !default;
|
|
25
|
-
$ddt-chip-radius: 4px !default;
|
|
26
|
-
$ddt-chip-height: 28px !default;
|
|
27
|
-
$ddt-chip-bigger-height: 34px !default;
|
|
28
|
-
$ddt-chip-bg-color: $grey-44 !default;
|
|
29
|
-
$ddt-chip-content-padding: 0 10px 0 10px !default;
|
|
30
|
-
$ddt-chip-close-font: 10px !default;
|
|
31
|
-
$ddt-chip-close-height: 30px !default;
|
|
32
|
-
$ddt-chip-close-width: 30px !default;
|
|
33
|
-
$ddt-chip-icon-line-height: 30px !default;
|
|
34
|
-
$ddt-last-chip-right-margin: 64px !default;
|
|
35
|
-
$ddt-last-chip-bigger-right-margin: 76px !default;
|
|
36
|
-
$ddt-select-all-height: 36px !default;
|
|
37
|
-
$ddt-select-all-checkbox-margin: 10px !default;
|
|
38
|
-
$ddt-select-all-text-indent: 38px !default;
|
|
39
|
-
$ddt-select-all-bigger-text-indent: 43px !default;
|
|
40
|
-
$ddt-select-all-text-font-size: 14px !default;
|
|
41
|
-
$ddt-popup-reorder-border: $grey-88 !default;
|
|
42
|
-
$ddt-treeview-padding: 0 8px !default;
|
|
43
|
-
$ddt-treeview-fullrow-height: 36px !default;
|
|
44
|
-
$ddt-treeview-fullrow-bigger-height: 44px !default;
|
|
45
|
-
$ddt-treeview-content-padding-top: 2px !default;
|
|
46
|
-
$ddt-treeview-content-padding-bottom: 2px !default;
|
|
47
|
-
$ddt-popup-background-color: $grey !default;
|
|
48
|
-
$ddt-popup-border-color: $grey-44 !default;
|
|
49
|
-
$ddt-chip-close: $grey-dark-font !default;
|
|
50
|
-
$ddt-chip-font-color: $grey-dark-font !default;
|
|
51
|
-
$ddt-chip-hover-bg-color: $grey-88 !default;
|
|
52
|
-
$ddt-chip-hover-font-color: $grey-dark-font !default;
|
|
53
|
-
$ddt-nodata-font-color: $grey-d4 !default;
|
|
54
|
-
$ddt-select-all-font-color: $grey-dark-font !default;
|
|
55
|
-
$ddt-icon-bg-color: $grey-base !default;
|
|
56
|
-
$ddt-chip-width: calc(100% - 2px) !default;
|
|
57
|
-
$ddt-chip-ddi-width: calc(100% - 33px) !default;
|
|
58
|
-
$ddt-chip-ci-width: calc(100% - 33px) !default;
|
|
59
|
-
$ddt-chip-ddi-ci-width: calc(100% - 65px) !default;
|
|
60
|
-
$ddt-big-chip-ddi-width: calc(100% - 39px) !default;
|
|
61
|
-
$ddt-big-chip-ci-width: calc(100% - 39px) !default;
|
|
62
|
-
$ddt-big-chip-ddi-ci-width: calc(100% - 77px) !default;
|
|
63
|
-
|
|
64
|
-
$ddt-icon-bg-color: $grey-base !default;
|
|
65
|
-
$ddt-remains-font-color: $grey-f5 !default;
|
|
66
|
-
$ddt-remains-padding: 0 0 0 10px !default;
|
|
67
|
-
$ddt-rtl-remains-padding: 0 10px 0 0 !default;
|
|
68
|
-
$ddt-chip-font-size: 15px !default;
|
|
69
|
-
$ddt-overflow-count-padding-top: 6px !default;
|
|
70
|
-
$ddt-delim-padding: 6px 12px 0 12px !default;
|
|
71
|
-
$ddt-delim-bigger-padding: 7.5px 14px 0 14px !default;
|
|
1
|
+
/* stylelint-disable */
|
|
2
|
+
$ddt-skin-name: 'bootstrap-dark' !default;
|
|
3
|
+
$ddt-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 0px rgba(0, 0, 0, 0.14), 0 3px 14px 0px rgba(0, 0, 0, 0.12) !default;
|
|
4
|
+
$ddt-label-top: 16px !default;
|
|
5
|
+
$ddt-close-icon-min-height: 32px !default;
|
|
6
|
+
$ddt-close-icon-bigger-min-height: 38px !default;
|
|
7
|
+
$ddt-close-icon-width: 32px !default;
|
|
8
|
+
$ddt-close-icon-bigger-width: 38px !default;
|
|
9
|
+
$ddt-close-icon-bottom: 0 !default;
|
|
10
|
+
$ddt-spin-icon-margin: inherit !default;
|
|
11
|
+
$ddt-dd-icon-bottom: 0 !default;
|
|
12
|
+
$ddt-dd-icon-bigger-bottom: 0 !default;
|
|
13
|
+
$ddt-dd-icon-width: 32px !default;
|
|
14
|
+
$ddt-dd-icon-bigger-width: 38px !default;
|
|
15
|
+
$ddt-rtl-close-left: -7px !default;
|
|
16
|
+
$ddt-list-filter-text-indent: 0 12px !default;
|
|
17
|
+
$ddt-filter-border: $grey-44 !default;
|
|
18
|
+
$ddt-filter-top-border: 0 !default;
|
|
19
|
+
$ddt-filter-padding: 5px 8px !default;
|
|
20
|
+
$ddt-filter-box-shadow: none !default;
|
|
21
|
+
$ddt-filter-background-color: $grey-white !default;
|
|
22
|
+
$ddt-filter-border-bottom-color: 1px solid $grey-88;
|
|
23
|
+
$ddt-chip-margin: 2px 1px !default;
|
|
24
|
+
$ddt-chip-padding: 0 !default;
|
|
25
|
+
$ddt-chip-radius: 4px !default;
|
|
26
|
+
$ddt-chip-height: 28px !default;
|
|
27
|
+
$ddt-chip-bigger-height: 34px !default;
|
|
28
|
+
$ddt-chip-bg-color: $grey-44 !default;
|
|
29
|
+
$ddt-chip-content-padding: 0 10px 0 10px !default;
|
|
30
|
+
$ddt-chip-close-font: 10px !default;
|
|
31
|
+
$ddt-chip-close-height: 30px !default;
|
|
32
|
+
$ddt-chip-close-width: 30px !default;
|
|
33
|
+
$ddt-chip-icon-line-height: 30px !default;
|
|
34
|
+
$ddt-last-chip-right-margin: 64px !default;
|
|
35
|
+
$ddt-last-chip-bigger-right-margin: 76px !default;
|
|
36
|
+
$ddt-select-all-height: 36px !default;
|
|
37
|
+
$ddt-select-all-checkbox-margin: 10px !default;
|
|
38
|
+
$ddt-select-all-text-indent: 38px !default;
|
|
39
|
+
$ddt-select-all-bigger-text-indent: 43px !default;
|
|
40
|
+
$ddt-select-all-text-font-size: 14px !default;
|
|
41
|
+
$ddt-popup-reorder-border: $grey-88 !default;
|
|
42
|
+
$ddt-treeview-padding: 0 8px !default;
|
|
43
|
+
$ddt-treeview-fullrow-height: 36px !default;
|
|
44
|
+
$ddt-treeview-fullrow-bigger-height: 44px !default;
|
|
45
|
+
$ddt-treeview-content-padding-top: 2px !default;
|
|
46
|
+
$ddt-treeview-content-padding-bottom: 2px !default;
|
|
47
|
+
$ddt-popup-background-color: $grey !default;
|
|
48
|
+
$ddt-popup-border-color: $grey-44 !default;
|
|
49
|
+
$ddt-chip-close: $grey-dark-font !default;
|
|
50
|
+
$ddt-chip-font-color: $grey-dark-font !default;
|
|
51
|
+
$ddt-chip-hover-bg-color: $grey-88 !default;
|
|
52
|
+
$ddt-chip-hover-font-color: $grey-dark-font !default;
|
|
53
|
+
$ddt-nodata-font-color: $grey-d4 !default;
|
|
54
|
+
$ddt-select-all-font-color: $grey-dark-font !default;
|
|
55
|
+
$ddt-icon-bg-color: $grey-base !default;
|
|
56
|
+
$ddt-chip-width: calc(100% - 2px) !default;
|
|
57
|
+
$ddt-chip-ddi-width: calc(100% - 33px) !default;
|
|
58
|
+
$ddt-chip-ci-width: calc(100% - 33px) !default;
|
|
59
|
+
$ddt-chip-ddi-ci-width: calc(100% - 65px) !default;
|
|
60
|
+
$ddt-big-chip-ddi-width: calc(100% - 39px) !default;
|
|
61
|
+
$ddt-big-chip-ci-width: calc(100% - 39px) !default;
|
|
62
|
+
$ddt-big-chip-ddi-ci-width: calc(100% - 77px) !default;
|
|
63
|
+
|
|
64
|
+
$ddt-icon-bg-color: $grey-base !default;
|
|
65
|
+
$ddt-remains-font-color: $grey-f5 !default;
|
|
66
|
+
$ddt-remains-padding: 0 0 0 10px !default;
|
|
67
|
+
$ddt-rtl-remains-padding: 0 10px 0 0 !default;
|
|
68
|
+
$ddt-chip-font-size: 15px !default;
|
|
69
|
+
$ddt-overflow-count-padding-top: 6px !default;
|
|
70
|
+
$ddt-delim-padding: 6px 12px 0 12px !default;
|
|
71
|
+
$ddt-delim-bigger-padding: 7.5px 14px 0 14px !default;
|
|
72
72
|
$ddt-remains-count-padding-top: 5.5px !default;
|