@syncfusion/ej2-dropdowns 25.2.4 → 25.2.5-30068
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 +2186 -2164
- 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 +113 -80
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +270 -237
- 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 +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 +233 -233
- 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 +17 -18
- package/src/drop-down-base/drop-down-base.js +42 -32
- package/src/drop-down-list/drop-down-list-model.d.ts +209 -209
- package/src/drop-down-list/drop-down-list.d.ts +5 -5
- package/src/drop-down-list/drop-down-list.js +51 -29
- package/src/drop-down-tree/drop-down-tree-model.d.ts +473 -473
- package/src/drop-down-tree/drop-down-tree.d.ts +1 -1
- package/src/drop-down-tree/drop-down-tree.js +21 -21
- 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 +261 -261
- package/src/mention/mention.js +19 -19
- package/src/multi-select/float-label.js +1 -0
- package/src/multi-select/multi-select-model.d.ts +526 -526
- package/src/multi-select/multi-select.js +20 -20
- 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 -0
- 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 -0
- 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/fluent2.css +1129 -0
- package/styles/auto-complete/fluent2.scss +4 -0
- package/styles/auto-complete/material3-dark.css +1 -1
- package/styles/auto-complete/material3-dark.scss +1 -1
- package/styles/auto-complete/material3.css +1 -1
- package/styles/auto-complete/material3.scss +1 -1
- package/styles/bootstrap-dark.css +72 -300
- package/styles/bootstrap-dark.scss +28 -8
- package/styles/bootstrap.css +72 -306
- package/styles/bootstrap.scss +28 -8
- package/styles/bootstrap4.css +72 -350
- package/styles/bootstrap4.scss +28 -8
- package/styles/bootstrap5-dark.css +72 -301
- package/styles/bootstrap5-dark.scss +28 -8
- package/styles/bootstrap5.css +72 -301
- package/styles/bootstrap5.scss +28 -8
- 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 -0
- 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 -0
- 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/fluent2.css +1129 -0
- package/styles/combo-box/fluent2.scss +4 -0
- package/styles/combo-box/material3-dark.css +1 -1
- package/styles/combo-box/material3-dark.scss +1 -1
- package/styles/combo-box/material3.css +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 +134 -134
- 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/_bootstrap5.3-definition.scss +117 -0
- 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/_fluent2-definition.scss +134 -0
- 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 +197 -187
- 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 +76 -87
- package/styles/drop-down-base/_tailwind-definition.scss +129 -129
- package/styles/drop-down-base/_theme.scss +382 -391
- package/styles/drop-down-base/fluent2.css +1446 -0
- package/styles/drop-down-base/fluent2.scss +3 -0
- package/styles/drop-down-base/material3-dark.css +1 -1
- package/styles/drop-down-base/material3-dark.scss +1 -1
- package/styles/drop-down-base/material3.css +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 +134 -134
- 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/_bootstrap5.3-definition.scss +201 -0
- 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/_fluent2-definition.scss +134 -0
- 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 +317 -315
- 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 +172 -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/bootstrap-dark.css +5 -0
- package/styles/drop-down-list/bootstrap.css +5 -0
- package/styles/drop-down-list/bootstrap4.css +5 -0
- package/styles/drop-down-list/bootstrap5-dark.css +5 -0
- package/styles/drop-down-list/bootstrap5.css +5 -0
- package/styles/drop-down-list/fabric-dark.css +5 -0
- package/styles/drop-down-list/fabric.css +5 -0
- package/styles/drop-down-list/fluent-dark.css +5 -0
- package/styles/drop-down-list/fluent.css +5 -0
- package/styles/drop-down-list/fluent2.css +1617 -0
- package/styles/drop-down-list/fluent2.scss +9 -0
- package/styles/drop-down-list/highcontrast-light.css +5 -0
- package/styles/drop-down-list/highcontrast.css +5 -0
- package/styles/drop-down-list/icons/_bds.scss +14 -14
- 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.3.scss +14 -0
- 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/_fluent2.scss +14 -0
- 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/material-dark.css +5 -0
- package/styles/drop-down-list/material.css +5 -0
- package/styles/drop-down-list/material3-dark.css +6 -1
- package/styles/drop-down-list/material3-dark.scss +1 -1
- package/styles/drop-down-list/material3.css +6 -1
- package/styles/drop-down-list/material3.scss +1 -1
- package/styles/drop-down-list/tailwind-dark.css +5 -0
- package/styles/drop-down-list/tailwind.css +5 -0
- package/styles/drop-down-tree/_all.scss +2 -2
- package/styles/drop-down-tree/_bds-definition.scss +67 -61
- package/styles/drop-down-tree/_bootstrap-dark-definition.scss +73 -72
- package/styles/drop-down-tree/_bootstrap-definition.scss +72 -71
- package/styles/drop-down-tree/_bootstrap4-definition.scss +74 -72
- package/styles/drop-down-tree/_bootstrap5-definition.scss +66 -60
- package/styles/drop-down-tree/_bootstrap5.3-definition.scss +66 -0
- package/styles/drop-down-tree/_fabric-dark-definition.scss +73 -72
- package/styles/drop-down-tree/_fabric-definition.scss +73 -72
- package/styles/drop-down-tree/_fluent-definition.scss +71 -66
- package/styles/drop-down-tree/_fluent2-definition.scss +76 -0
- package/styles/drop-down-tree/_fusionnew-definition.scss +61 -60
- package/styles/drop-down-tree/_highcontrast-definition.scss +73 -72
- package/styles/drop-down-tree/_highcontrast-light-definition.scss +73 -72
- package/styles/drop-down-tree/_layout.scss +1389 -1423
- package/styles/drop-down-tree/_material-dark-definition.scss +74 -73
- package/styles/drop-down-tree/_material-definition.scss +74 -73
- package/styles/drop-down-tree/_material3-definition.scss +75 -76
- package/styles/drop-down-tree/_tailwind-definition.scss +67 -61
- package/styles/drop-down-tree/_theme.scss +130 -132
- package/styles/drop-down-tree/bootstrap-dark.css +20 -21
- package/styles/drop-down-tree/bootstrap.css +20 -21
- package/styles/drop-down-tree/bootstrap4.css +21 -22
- package/styles/drop-down-tree/bootstrap5-dark.css +20 -19
- package/styles/drop-down-tree/bootstrap5.css +20 -19
- package/styles/drop-down-tree/fabric-dark.css +20 -21
- package/styles/drop-down-tree/fabric.css +20 -21
- package/styles/drop-down-tree/fluent-dark.css +28 -27
- package/styles/drop-down-tree/fluent.css +28 -27
- package/styles/drop-down-tree/fluent2.css +1671 -0
- package/styles/drop-down-tree/fluent2.scss +9 -0
- package/styles/drop-down-tree/highcontrast-light.css +20 -21
- package/styles/drop-down-tree/highcontrast.css +20 -15
- 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 -0
- 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 -0
- 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/material-dark.css +28 -34
- package/styles/drop-down-tree/material.css +31 -40
- package/styles/drop-down-tree/material3-dark.css +17 -21
- package/styles/drop-down-tree/material3-dark.scss +1 -1
- package/styles/drop-down-tree/material3.css +17 -21
- package/styles/drop-down-tree/material3.scss +1 -1
- package/styles/drop-down-tree/tailwind-dark.css +29 -20
- package/styles/drop-down-tree/tailwind.css +29 -20
- package/styles/fabric-dark.css +72 -300
- package/styles/fabric-dark.scss +28 -8
- package/styles/fabric.css +72 -306
- package/styles/fabric.scss +28 -8
- package/styles/fluent-dark.css +80 -315
- package/styles/fluent-dark.scss +28 -8
- package/styles/fluent.css +80 -315
- package/styles/fluent.scss +28 -8
- package/styles/fluent2.css +4541 -0
- package/styles/fluent2.scss +28 -0
- package/styles/highcontrast-light.css +72 -300
- package/styles/highcontrast-light.scss +28 -8
- package/styles/highcontrast.css +72 -300
- package/styles/highcontrast.scss +28 -8
- package/styles/list-box/_all.scss +2 -2
- package/styles/list-box/_bds-definition.scss +136 -136
- package/styles/list-box/_bigger.scss +164 -0
- package/styles/list-box/_bootstrap-dark-definition.scss +124 -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 +121 -120
- package/styles/list-box/_bootstrap5.3-definition.scss +121 -0
- package/styles/list-box/_fabric-dark-definition.scss +124 -126
- 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 +119 -0
- 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 -126
- package/styles/list-box/_layout.scss +455 -546
- package/styles/list-box/_material-dark-definition.scss +124 -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 +314 -382
- package/styles/list-box/bootstrap-dark.css +43 -215
- package/styles/list-box/bootstrap.css +43 -221
- package/styles/list-box/bootstrap4.css +42 -264
- package/styles/list-box/bootstrap5-dark.css +43 -215
- package/styles/list-box/bootstrap5.css +43 -215
- package/styles/list-box/fabric-dark.css +43 -215
- package/styles/list-box/fabric.css +43 -221
- package/styles/list-box/fluent-dark.css +43 -221
- package/styles/list-box/fluent.css +43 -221
- package/styles/list-box/fluent2.css +1896 -0
- package/styles/list-box/fluent2.scss +5 -0
- package/styles/list-box/highcontrast-light.css +43 -215
- package/styles/list-box/highcontrast.css +43 -221
- 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 -0
- 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 -0
- 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/material-dark.css +43 -215
- package/styles/list-box/material.css +43 -221
- package/styles/list-box/material3-dark.css +44 -216
- package/styles/list-box/material3-dark.scss +1 -1
- package/styles/list-box/material3.css +44 -216
- package/styles/list-box/material3.scss +1 -1
- package/styles/list-box/tailwind-dark.css +45 -233
- package/styles/list-box/tailwind.css +45 -233
- package/styles/material-dark.css +80 -325
- package/styles/material-dark.scss +28 -8
- package/styles/material.css +84 -354
- package/styles/material.scss +28 -8
- package/styles/material3-dark.css +79 -337
- package/styles/material3-dark.scss +28 -8
- package/styles/material3.css +79 -337
- package/styles/material3.scss +28 -8
- 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 -0
- 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 -0
- 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/fluent2.css +1106 -0
- package/styles/mention/fluent2.scss +6 -0
- package/styles/mention/material3-dark.css +1 -1
- package/styles/mention/material3-dark.scss +1 -1
- package/styles/mention/material3.css +1 -1
- package/styles/mention/material3.scss +1 -1
- package/styles/multi-select/_all.scss +2 -2
- package/styles/multi-select/_bds-definition.scss +235 -235
- package/styles/multi-select/_bootstrap-dark-definition.scss +207 -207
- package/styles/multi-select/_bootstrap-definition.scss +196 -196
- package/styles/multi-select/_bootstrap4-definition.scss +278 -278
- package/styles/multi-select/_bootstrap5-definition.scss +230 -230
- package/styles/multi-select/_bootstrap5.3-definition.scss +230 -0
- 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 +246 -246
- package/styles/multi-select/_fluent2-definition.scss +237 -0
- 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 +2200 -2206
- package/styles/multi-select/_material-dark-definition.scss +241 -241
- package/styles/multi-select/_material-definition.scss +234 -234
- package/styles/multi-select/_material3-definition.scss +231 -246
- package/styles/multi-select/_tailwind-definition.scss +235 -235
- package/styles/multi-select/_theme.scss +585 -586
- package/styles/multi-select/bootstrap-dark.css +4 -10
- package/styles/multi-select/bootstrap.css +4 -10
- package/styles/multi-select/bootstrap4.css +4 -10
- package/styles/multi-select/bootstrap5-dark.css +4 -11
- package/styles/multi-select/bootstrap5.css +4 -11
- package/styles/multi-select/fabric-dark.css +4 -10
- package/styles/multi-select/fabric.css +4 -10
- package/styles/multi-select/fluent-dark.css +4 -11
- package/styles/multi-select/fluent.css +4 -11
- package/styles/multi-select/fluent2.css +2590 -0
- package/styles/multi-select/fluent2.scss +9 -0
- package/styles/multi-select/highcontrast-light.css +4 -10
- package/styles/multi-select/highcontrast.css +4 -10
- package/styles/multi-select/icons/_bds.scss +26 -26
- 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.3.scss +26 -0
- 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/_fluent2.scss +692 -0
- 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 +695 -692
- package/styles/multi-select/icons/_tailwind.scss +26 -26
- package/styles/multi-select/material-dark.css +4 -10
- package/styles/multi-select/material.css +5 -11
- package/styles/multi-select/material3-dark.css +15 -18
- package/styles/multi-select/material3-dark.scss +1 -1
- package/styles/multi-select/material3.css +15 -18
- package/styles/multi-select/material3.scss +1 -1
- package/styles/multi-select/tailwind-dark.css +4 -10
- package/styles/multi-select/tailwind.css +4 -10
- package/styles/tailwind-dark.css +83 -319
- package/styles/tailwind-dark.scss +28 -8
- package/styles/tailwind.css +83 -319
- package/styles/tailwind.scss +28 -8
- 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,8 +1,28 @@
|
|
|
1
|
-
@import '
|
|
2
|
-
@import 'drop-down-
|
|
3
|
-
@import 'drop-down-
|
|
4
|
-
|
|
5
|
-
@import '
|
|
6
|
-
@import '
|
|
7
|
-
@import '
|
|
8
|
-
@import '
|
|
1
|
+
@import 'ej2-base/styles/definition/highcontrast-light.scss';
|
|
2
|
+
@import 'drop-down-base/highcontrast-light-definition.scss';
|
|
3
|
+
@import 'drop-down-base/all.scss';
|
|
4
|
+
|
|
5
|
+
@import 'ej2-inputs/styles/input/highcontrast-light-definition.scss';
|
|
6
|
+
@import 'ej2-popups/styles/popup/highcontrast-light-definition.scss';
|
|
7
|
+
@import 'ej2-popups/styles/spinner/highcontrast-light-definition.scss';
|
|
8
|
+
@import 'ej2-notifications/styles/skeleton/highcontrast-light-definition.scss';
|
|
9
|
+
@import 'drop-down-list/highcontrast-light-definition.scss';
|
|
10
|
+
@import 'drop-down-list/icons/highcontrast-light.scss';
|
|
11
|
+
@import 'drop-down-list/all.scss';
|
|
12
|
+
@import 'ej2-navigations/styles/treeview/highcontrast-light-definition.scss';
|
|
13
|
+
@import 'drop-down-tree/highcontrast-light-definition.scss';
|
|
14
|
+
@import 'drop-down-tree/icons/highcontrast-light.scss';
|
|
15
|
+
@import 'drop-down-tree/all.scss';
|
|
16
|
+
@import 'combo-box/highcontrast-light-definition.scss';
|
|
17
|
+
@import 'combo-box/all.scss';
|
|
18
|
+
@import 'auto-complete/highcontrast-light-definition.scss';
|
|
19
|
+
@import 'auto-complete/all.scss';
|
|
20
|
+
@import 'ej2-buttons/styles/check-box/highcontrast-light-definition.scss';
|
|
21
|
+
@import 'multi-select/highcontrast-light-definition.scss';
|
|
22
|
+
@import 'multi-select/icons/highcontrast-light.scss';
|
|
23
|
+
@import 'multi-select/all.scss';
|
|
24
|
+
@import 'list-box/highcontrast-light-definition.scss';
|
|
25
|
+
@import 'list-box/icons/highcontrast-light.scss';
|
|
26
|
+
@import 'list-box/all.scss';
|
|
27
|
+
@import 'mention/highcontrast-light-definition.scss';
|
|
28
|
+
@import 'mention/all.scss';
|
package/styles/highcontrast.css
CHANGED
|
@@ -676,6 +676,11 @@
|
|
|
676
676
|
pointer-events: none;
|
|
677
677
|
}
|
|
678
678
|
|
|
679
|
+
.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
|
|
680
|
+
opacity: 0.7;
|
|
681
|
+
pointer-events: none;
|
|
682
|
+
}
|
|
683
|
+
|
|
679
684
|
ejs-autocomplete,
|
|
680
685
|
ejs-combobox,
|
|
681
686
|
ejs-dropdownlist {
|
|
@@ -744,24 +749,6 @@ ejs-dropdownlist {
|
|
|
744
749
|
color: #fff;
|
|
745
750
|
}
|
|
746
751
|
|
|
747
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
748
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
749
|
-
@keyframes material-spinner-rotate {
|
|
750
|
-
0% {
|
|
751
|
-
transform: rotate(0);
|
|
752
|
-
}
|
|
753
|
-
100% {
|
|
754
|
-
transform: rotate(360deg);
|
|
755
|
-
}
|
|
756
|
-
}
|
|
757
|
-
@keyframes fabric-spinner-rotate {
|
|
758
|
-
0% {
|
|
759
|
-
transform: rotate(0);
|
|
760
|
-
}
|
|
761
|
-
100% {
|
|
762
|
-
transform: rotate(360deg);
|
|
763
|
-
}
|
|
764
|
-
}
|
|
765
752
|
/*! TreeView's high contrast theme wise override definitions and variables */
|
|
766
753
|
/* stylelint-disable */
|
|
767
754
|
/* stylelint-disable */
|
|
@@ -829,13 +816,15 @@ ejs-dropdownlist {
|
|
|
829
816
|
width: 100%;
|
|
830
817
|
}
|
|
831
818
|
.e-ddt.e-show-chip .e-chips-close {
|
|
832
|
-
line-height: 21px;
|
|
833
819
|
min-height: 26px;
|
|
834
820
|
min-width: 18px;
|
|
821
|
+
line-height: 21px;
|
|
835
822
|
text-align: center;
|
|
836
823
|
}
|
|
837
824
|
.e-ddt.e-show-chip .e-chips-close::before {
|
|
838
825
|
font-size: 10px;
|
|
826
|
+
}
|
|
827
|
+
.e-ddt.e-show-chip .e-chips-close::before {
|
|
839
828
|
vertical-align: middle;
|
|
840
829
|
}
|
|
841
830
|
.e-ddt.e-show-chip .e-chips {
|
|
@@ -914,6 +903,7 @@ ejs-dropdownlist {
|
|
|
914
903
|
.e-ddt .e-dropdowntree.e-chip-input,
|
|
915
904
|
.e-ddt input[readonly].e-input.e-chip-input {
|
|
916
905
|
width: 0;
|
|
906
|
+
visibility: hidden;
|
|
917
907
|
}
|
|
918
908
|
.e-ddt.e-popup {
|
|
919
909
|
border: 1px solid #969696;
|
|
@@ -943,19 +933,18 @@ ejs-dropdownlist {
|
|
|
943
933
|
font-size: 14px;
|
|
944
934
|
margin: 10px;
|
|
945
935
|
}
|
|
946
|
-
.e-ddt.e-popup .e-filter-wrap .e-input, .e-ddt.e-popup .e-filter-wrap .e-input:focus {
|
|
947
|
-
padding: 0 12px;
|
|
948
|
-
}
|
|
949
936
|
.e-ddt.e-popup .e-filter-wrap {
|
|
950
|
-
border: 1px solid #fff;
|
|
951
937
|
border-top-width: 0;
|
|
952
938
|
display: block;
|
|
953
939
|
padding: 5px;
|
|
954
|
-
|
|
955
|
-
.e-ddt.e-popup .e-filter-wrap {
|
|
940
|
+
border: 1px solid #fff;
|
|
956
941
|
border-left-width: 0;
|
|
957
942
|
border-right-width: 0;
|
|
958
943
|
}
|
|
944
|
+
.e-ddt.e-popup .e-filter-wrap .e-input,
|
|
945
|
+
.e-ddt.e-popup .e-filter-wrap .e-input:focus {
|
|
946
|
+
padding: 0 12px;
|
|
947
|
+
}
|
|
959
948
|
.e-ddt.e-popup .e-filter-wrap .e-input-group {
|
|
960
949
|
margin-bottom: 0;
|
|
961
950
|
}
|
|
@@ -970,8 +959,8 @@ ejs-dropdownlist {
|
|
|
970
959
|
cursor: default;
|
|
971
960
|
font-family: inherit;
|
|
972
961
|
font-size: 14px;
|
|
973
|
-
padding: 14px 16px;
|
|
974
962
|
text-align: center;
|
|
963
|
+
padding: 14px 16px;
|
|
975
964
|
}
|
|
976
965
|
.e-ddt.e-popup .e-popup-content.e-no-data .e-treeview {
|
|
977
966
|
display: none;
|
|
@@ -1026,16 +1015,16 @@ ejs-dropdownlist {
|
|
|
1026
1015
|
padding: 6px 10px 0 10px;
|
|
1027
1016
|
}
|
|
1028
1017
|
.e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1029
|
-
margin-left: 30px;
|
|
1030
1018
|
margin-right: 1px;
|
|
1019
|
+
margin-left: 30px;
|
|
1031
1020
|
}
|
|
1032
1021
|
.e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
1033
|
-
margin-left: 30px;
|
|
1034
1022
|
margin-right: 1px;
|
|
1023
|
+
margin-left: 30px;
|
|
1035
1024
|
}
|
|
1036
1025
|
.e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1037
|
-
margin-left: 60px;
|
|
1038
1026
|
margin-right: 1px;
|
|
1027
|
+
margin-left: 60px;
|
|
1039
1028
|
}
|
|
1040
1029
|
.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-chip .e-clear-icon,
|
|
1041
1030
|
.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon, .e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-text .e-clear-icon,
|
|
@@ -1108,18 +1097,18 @@ ejs-dropdownlist {
|
|
|
1108
1097
|
}
|
|
1109
1098
|
.e-bigger .e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1110
1099
|
.e-ddt.e-bigger.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1111
|
-
margin-left: 38px;
|
|
1112
1100
|
margin-right: 1px;
|
|
1101
|
+
margin-left: 38px;
|
|
1113
1102
|
}
|
|
1114
1103
|
.e-bigger .e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child,
|
|
1115
1104
|
.e-ddt.e-bigger.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
1116
|
-
margin-left: 38px;
|
|
1117
1105
|
margin-right: 1px;
|
|
1106
|
+
margin-left: 38px;
|
|
1118
1107
|
}
|
|
1119
1108
|
.e-bigger .e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1120
1109
|
.e-ddt.e-bigger.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1121
|
-
margin-
|
|
1122
|
-
margin-
|
|
1110
|
+
margin-right: 76px;
|
|
1111
|
+
margin-left: 1px;
|
|
1123
1112
|
}
|
|
1124
1113
|
.e-bigger .e-ddt.e-rtl.e-show-chip.e-input-group.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-rtl.e-show-text.e-input-group.e-show-dd-icon .e-clear-icon,
|
|
1125
1114
|
.e-ddt.e-bigger.e-rtl.e-show-chip.e-input-group.e-show-dd-icon .e-clear-icon,
|
|
@@ -1162,29 +1151,14 @@ ejs-dropdownlist {
|
|
|
1162
1151
|
.e-ddt.e-popup .e-selectall-parent {
|
|
1163
1152
|
border-bottom-color: #fff;
|
|
1164
1153
|
}
|
|
1154
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1155
|
+
background: #685708;
|
|
1156
|
+
}
|
|
1165
1157
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1166
1158
|
color: #fff;
|
|
1167
1159
|
}
|
|
1168
1160
|
|
|
1169
1161
|
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
1170
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1171
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1172
|
-
@keyframes material-spinner-rotate {
|
|
1173
|
-
0% {
|
|
1174
|
-
transform: rotate(0);
|
|
1175
|
-
}
|
|
1176
|
-
100% {
|
|
1177
|
-
transform: rotate(360deg);
|
|
1178
|
-
}
|
|
1179
|
-
}
|
|
1180
|
-
@keyframes fabric-spinner-rotate {
|
|
1181
|
-
0% {
|
|
1182
|
-
transform: rotate(0);
|
|
1183
|
-
}
|
|
1184
|
-
100% {
|
|
1185
|
-
transform: rotate(360deg);
|
|
1186
|
-
}
|
|
1187
|
-
}
|
|
1188
1162
|
.e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
|
|
1189
1163
|
color: #fff;
|
|
1190
1164
|
top: 12px;
|
|
@@ -2148,7 +2122,10 @@ ejs-multiselect {
|
|
|
2148
2122
|
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2149
2123
|
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2150
2124
|
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2151
|
-
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips
|
|
2125
|
+
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2126
|
+
.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip,
|
|
2127
|
+
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2128
|
+
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2152
2129
|
height: 24px;
|
|
2153
2130
|
}
|
|
2154
2131
|
|
|
@@ -2157,10 +2134,6 @@ ejs-multiselect {
|
|
|
2157
2134
|
height: 32px;
|
|
2158
2135
|
}
|
|
2159
2136
|
|
|
2160
|
-
.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip {
|
|
2161
|
-
height: 24px;
|
|
2162
|
-
}
|
|
2163
|
-
|
|
2164
2137
|
.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2165
2138
|
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2166
2139
|
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
@@ -2216,11 +2189,6 @@ ejs-multiselect {
|
|
|
2216
2189
|
margin: 4px 0 0 4px;
|
|
2217
2190
|
}
|
|
2218
2191
|
|
|
2219
|
-
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2220
|
-
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2221
|
-
height: 24px;
|
|
2222
|
-
}
|
|
2223
|
-
|
|
2224
2192
|
.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2225
2193
|
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2226
2194
|
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
@@ -2599,20 +2567,6 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2599
2567
|
.e-listboxtool-wrapper:not(.e-list-template) .e-list-nrt {
|
|
2600
2568
|
text-align: center;
|
|
2601
2569
|
}
|
|
2602
|
-
.e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
2603
|
-
.e-listbox-wrapper .e-list-nrt,
|
|
2604
|
-
.e-listbox-wrapper .e-selectall-parent,
|
|
2605
|
-
.e-listbox-container:not(.e-list-template) .e-list-item,
|
|
2606
|
-
.e-listbox-container .e-list-nrt,
|
|
2607
|
-
.e-listbox-container .e-selectall-parent,
|
|
2608
|
-
.e-listboxtool-wrapper:not(.e-list-template) .e-list-item,
|
|
2609
|
-
.e-listboxtool-wrapper .e-list-nrt,
|
|
2610
|
-
.e-listboxtool-wrapper .e-selectall-parent {
|
|
2611
|
-
height: 36px;
|
|
2612
|
-
line-height: 1;
|
|
2613
|
-
padding: 9px 16px;
|
|
2614
|
-
position: relative;
|
|
2615
|
-
}
|
|
2616
2570
|
.e-listbox-wrapper .e-list-parent,
|
|
2617
2571
|
.e-listbox-container .e-list-parent,
|
|
2618
2572
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -2641,9 +2595,11 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2641
2595
|
margin: 0;
|
|
2642
2596
|
padding: 0;
|
|
2643
2597
|
}
|
|
2644
|
-
.e-listbox-wrapper .e-list-header .e-text.header,
|
|
2598
|
+
.e-listbox-wrapper .e-list-header .e-text.header, .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
2645
2599
|
.e-listbox-container .e-list-header .e-text.header,
|
|
2646
|
-
.e-
|
|
2600
|
+
.e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
|
|
2601
|
+
.e-listboxtool-wrapper .e-list-header .e-text.header,
|
|
2602
|
+
.e-listboxtool-wrapper .e-list-header .e-headertemplate-text.nested-header {
|
|
2647
2603
|
display: none;
|
|
2648
2604
|
}
|
|
2649
2605
|
.e-listbox-wrapper .e-icon-back,
|
|
@@ -2651,11 +2607,6 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2651
2607
|
.e-listboxtool-wrapper .e-icon-back {
|
|
2652
2608
|
margin-top: 2px;
|
|
2653
2609
|
}
|
|
2654
|
-
.e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
2655
|
-
.e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
|
|
2656
|
-
.e-listboxtool-wrapper .e-list-header .e-headertemplate-text.nested-header {
|
|
2657
|
-
display: none;
|
|
2658
|
-
}
|
|
2659
2610
|
.e-listbox-wrapper .e-list-header,
|
|
2660
2611
|
.e-listbox-container .e-list-header,
|
|
2661
2612
|
.e-listboxtool-wrapper .e-list-header {
|
|
@@ -2759,18 +2710,12 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2759
2710
|
white-space: nowrap;
|
|
2760
2711
|
width: 100%;
|
|
2761
2712
|
}
|
|
2762
|
-
.e-listbox-wrapper .e-list-icon + .e-list-text,
|
|
2713
|
+
.e-listbox-wrapper .e-list-icon + .e-list-text, .e-listbox-wrapper .e-icon-wrapper .e-list-text, .e-listbox-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,
|
|
2763
2714
|
.e-listbox-container .e-list-icon + .e-list-text,
|
|
2764
|
-
.e-listboxtool-wrapper .e-list-icon + .e-list-text {
|
|
2765
|
-
width: calc(100% - 60px);
|
|
2766
|
-
}
|
|
2767
|
-
.e-listbox-wrapper .e-icon-wrapper .e-list-text,
|
|
2768
2715
|
.e-listbox-container .e-icon-wrapper .e-list-text,
|
|
2769
|
-
.e-listboxtool-wrapper .e-icon-wrapper .e-list-text {
|
|
2770
|
-
width: calc(100% - 60px);
|
|
2771
|
-
}
|
|
2772
|
-
.e-listbox-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,
|
|
2773
2716
|
.e-listbox-container .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,
|
|
2717
|
+
.e-listboxtool-wrapper .e-list-icon + .e-list-text,
|
|
2718
|
+
.e-listboxtool-wrapper .e-icon-wrapper .e-list-text,
|
|
2774
2719
|
.e-listboxtool-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text {
|
|
2775
2720
|
width: calc(100% - 60px);
|
|
2776
2721
|
}
|
|
@@ -2834,8 +2779,11 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2834
2779
|
margin-top: 1px;
|
|
2835
2780
|
}
|
|
2836
2781
|
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-left,
|
|
2782
|
+
.e-listbox-wrapper.e-rtl .e-checkbox-wrapper,
|
|
2837
2783
|
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-left,
|
|
2838
|
-
.e-
|
|
2784
|
+
.e-listbox-container.e-rtl .e-checkbox-wrapper,
|
|
2785
|
+
.e-listboxtool-wrapper.e-rtl .e-checkbox .e-checkbox-left,
|
|
2786
|
+
.e-listboxtool-wrapper.e-rtl .e-checkbox-wrapper {
|
|
2839
2787
|
margin: -2px 0 0 10px;
|
|
2840
2788
|
}
|
|
2841
2789
|
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-right,
|
|
@@ -2843,11 +2791,6 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2843
2791
|
.e-listboxtool-wrapper.e-rtl .e-checkbox .e-checkbox-right {
|
|
2844
2792
|
margin: -2px 10px 0 0;
|
|
2845
2793
|
}
|
|
2846
|
-
.e-listbox-wrapper.e-rtl .e-checkbox-wrapper,
|
|
2847
|
-
.e-listbox-container.e-rtl .e-checkbox-wrapper,
|
|
2848
|
-
.e-listboxtool-wrapper.e-rtl .e-checkbox-wrapper {
|
|
2849
|
-
margin: -2px 0 0 10px;
|
|
2850
|
-
}
|
|
2851
2794
|
.e-listbox-wrapper .e-checkbox-wrapper,
|
|
2852
2795
|
.e-listbox-container .e-checkbox-wrapper,
|
|
2853
2796
|
.e-listboxtool-wrapper .e-checkbox-wrapper {
|
|
@@ -2892,10 +2835,7 @@ ejs-listbox {
|
|
|
2892
2835
|
display: block;
|
|
2893
2836
|
}
|
|
2894
2837
|
|
|
2895
|
-
.e-listbox-wrapper:not(.e-listbox-container)
|
|
2896
|
-
overflow: auto;
|
|
2897
|
-
}
|
|
2898
|
-
|
|
2838
|
+
.e-listbox-wrapper:not(.e-listbox-container),
|
|
2899
2839
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2900
2840
|
overflow: auto;
|
|
2901
2841
|
}
|
|
@@ -2910,6 +2850,7 @@ ejs-listbox {
|
|
|
2910
2850
|
.e-listbox-container.e-sortableclone .e-list-item,
|
|
2911
2851
|
.e-listboxtool-wrapper.e-sortableclone .e-list-item {
|
|
2912
2852
|
list-style-type: none;
|
|
2853
|
+
height: 38px !important; /* stylelint-disable-line declaration-no-important */
|
|
2913
2854
|
}
|
|
2914
2855
|
.e-listbox-wrapper.e-sortableclone .e-ripple,
|
|
2915
2856
|
.e-listbox-container.e-sortableclone .e-ripple,
|
|
@@ -2962,7 +2903,9 @@ ejs-listbox {
|
|
|
2962
2903
|
pointer-events: none;
|
|
2963
2904
|
}
|
|
2964
2905
|
.e-listboxtool-wrapper .e-listbox-wrapper,
|
|
2965
|
-
.e-listboxtool-
|
|
2906
|
+
.e-listboxtool-wrapper .e-list-wrap,
|
|
2907
|
+
.e-listboxtool-container .e-listbox-wrapper,
|
|
2908
|
+
.e-listboxtool-container .e-list-wrap {
|
|
2966
2909
|
-ms-flex: 1;
|
|
2967
2910
|
flex: 1;
|
|
2968
2911
|
}
|
|
@@ -3002,121 +2945,26 @@ ejs-listbox {
|
|
|
3002
2945
|
margin-left: 15px;
|
|
3003
2946
|
}
|
|
3004
2947
|
|
|
3005
|
-
.e-
|
|
3006
|
-
.e-listbox-wrapper
|
|
3007
|
-
.e-
|
|
3008
|
-
.e-listbox-container.e-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
.e-
|
|
3012
|
-
.e-
|
|
3013
|
-
.e-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
border-right: 2px solid transparent;
|
|
3018
|
-
border-top: 2px solid transparent;
|
|
3019
|
-
}
|
|
3020
|
-
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3021
|
-
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
3022
|
-
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
3023
|
-
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
3024
|
-
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
3025
|
-
.e-listbox-wrapper.e-bigger .e-selectall-parent,
|
|
3026
|
-
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
3027
|
-
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
3028
|
-
.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,
|
|
3029
|
-
.e-bigger .e-listbox-container .e-selectall-parent,
|
|
3030
|
-
.e-bigger .e-listbox-container .e-list-group-item,
|
|
3031
|
-
.e-bigger .e-listbox-container .e-list-header,
|
|
3032
|
-
.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,
|
|
3033
|
-
.e-listbox-container.e-bigger .e-selectall-parent,
|
|
3034
|
-
.e-listbox-container.e-bigger .e-list-group-item,
|
|
3035
|
-
.e-listbox-container.e-bigger .e-list-header {
|
|
3036
|
-
padding: 12px 16px;
|
|
3037
|
-
}
|
|
3038
|
-
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3039
|
-
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
3040
|
-
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
3041
|
-
.e-listbox-wrapper.e-bigger .e-selectall-parent,
|
|
3042
|
-
.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,
|
|
3043
|
-
.e-bigger .e-listbox-container .e-selectall-parent,
|
|
3044
|
-
.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,
|
|
3045
|
-
.e-listbox-container.e-bigger .e-selectall-parent {
|
|
3046
|
-
height: 45px;
|
|
3047
|
-
line-height: 1.6;
|
|
2948
|
+
.e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
2949
|
+
.e-listbox-wrapper .e-list-nrt,
|
|
2950
|
+
.e-listbox-wrapper .e-selectall-parent,
|
|
2951
|
+
.e-listbox-container:not(.e-list-template) .e-list-item,
|
|
2952
|
+
.e-listbox-container .e-list-nrt,
|
|
2953
|
+
.e-listbox-container .e-selectall-parent,
|
|
2954
|
+
.e-listboxtool-wrapper .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
2955
|
+
.e-listboxtool-wrapper .e-listbox-wrapper .e-list-nrt,
|
|
2956
|
+
.e-listboxtool-wrapper .e-listbox-wrapper .e-selectall-parent {
|
|
2957
|
+
height: 36px;
|
|
2958
|
+
line-height: 1;
|
|
2959
|
+
padding: 9px 16px;
|
|
3048
2960
|
position: relative;
|
|
3049
2961
|
}
|
|
3050
|
-
|
|
3051
|
-
.e-listbox-wrapper.e-bigger .e-list-parent,
|
|
3052
|
-
.e-bigger .e-listbox-container .e-list-parent,
|
|
3053
|
-
.e-listbox-container.e-bigger .e-list-parent {
|
|
3054
|
-
min-height: 45px;
|
|
3055
|
-
}
|
|
3056
|
-
.e-bigger .e-listbox-wrapper .e-text-content,
|
|
3057
|
-
.e-listbox-wrapper.e-bigger .e-text-content,
|
|
3058
|
-
.e-bigger .e-listbox-container .e-text-content,
|
|
3059
|
-
.e-listbox-container.e-bigger .e-text-content {
|
|
3060
|
-
font-size: 15px;
|
|
3061
|
-
}
|
|
3062
|
-
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
3063
|
-
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
3064
|
-
.e-bigger .e-listbox-container .e-list-group-item,
|
|
3065
|
-
.e-listbox-container.e-bigger .e-list-group-item {
|
|
3066
|
-
height: 45px;
|
|
3067
|
-
line-height: 45px;
|
|
3068
|
-
}
|
|
3069
|
-
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
3070
|
-
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
3071
|
-
.e-bigger .e-listbox-container .e-list-header,
|
|
3072
|
-
.e-listbox-container.e-bigger .e-list-header {
|
|
3073
|
-
-ms-flex-align: center;
|
|
3074
|
-
align-items: center;
|
|
3075
|
-
display: -ms-flexbox;
|
|
3076
|
-
display: flex;
|
|
3077
|
-
font-weight: 600;
|
|
3078
|
-
height: 45px;
|
|
3079
|
-
}
|
|
3080
|
-
.e-bigger .e-listbox-wrapper .e-list-header .e-text.header,
|
|
3081
|
-
.e-listbox-wrapper.e-bigger .e-list-header .e-text.header,
|
|
3082
|
-
.e-bigger .e-listbox-container .e-list-header .e-text.header,
|
|
3083
|
-
.e-listbox-container.e-bigger .e-list-header .e-text.header {
|
|
3084
|
-
display: none;
|
|
3085
|
-
}
|
|
3086
|
-
.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
3087
|
-
.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header,
|
|
3088
|
-
.e-bigger .e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
|
|
3089
|
-
.e-listbox-container.e-bigger .e-list-header .e-headertemplate-text.nested-header {
|
|
3090
|
-
display: none;
|
|
3091
|
-
}
|
|
3092
|
-
.e-bigger .e-listbox-wrapper .e-list-header .e-text,
|
|
3093
|
-
.e-listbox-wrapper.e-bigger .e-list-header .e-text,
|
|
3094
|
-
.e-bigger .e-listbox-container .e-list-header .e-text,
|
|
3095
|
-
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3096
|
-
font-size: 15px;
|
|
3097
|
-
}
|
|
2962
|
+
|
|
3098
2963
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3099
2964
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3100
2965
|
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3101
2966
|
}
|
|
3102
2967
|
|
|
3103
|
-
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3104
|
-
height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3105
|
-
}
|
|
3106
|
-
|
|
3107
|
-
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3108
|
-
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3109
|
-
}
|
|
3110
|
-
|
|
3111
|
-
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3112
|
-
height: 100%;
|
|
3113
|
-
}
|
|
3114
|
-
|
|
3115
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3116
|
-
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3117
|
-
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3118
|
-
}
|
|
3119
|
-
|
|
3120
2968
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3121
2969
|
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3122
2970
|
}
|
|
@@ -3125,40 +2973,10 @@ ejs-listbox {
|
|
|
3125
2973
|
height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3126
2974
|
}
|
|
3127
2975
|
|
|
3128
|
-
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3129
|
-
height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3130
|
-
}
|
|
3131
|
-
|
|
3132
|
-
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3133
|
-
height: 100%;
|
|
3134
|
-
}
|
|
3135
|
-
|
|
3136
|
-
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3137
|
-
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3138
|
-
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3139
|
-
}
|
|
3140
|
-
|
|
3141
|
-
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3142
|
-
height: 100%;
|
|
3143
|
-
}
|
|
3144
|
-
|
|
3145
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3146
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3147
|
-
height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3148
|
-
}
|
|
3149
|
-
|
|
3150
2976
|
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3151
2977
|
height: calc(100% - 87px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3152
2978
|
}
|
|
3153
2979
|
|
|
3154
|
-
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3155
|
-
height: calc(100% - 104px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3156
|
-
}
|
|
3157
|
-
|
|
3158
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3159
|
-
height: 100%;
|
|
3160
|
-
}
|
|
3161
|
-
|
|
3162
2980
|
.e-listbox-wrapper,
|
|
3163
2981
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3164
2982
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3198,12 +3016,6 @@ ejs-listbox {
|
|
|
3198
3016
|
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3199
3017
|
}
|
|
3200
3018
|
|
|
3201
|
-
.e-listbox-wrapper .e-icons,
|
|
3202
|
-
.e-listbox-container .e-icons,
|
|
3203
|
-
.e-listboxtool-wrapper .e-icons {
|
|
3204
|
-
color: #fff;
|
|
3205
|
-
}
|
|
3206
|
-
|
|
3207
3019
|
.e-listbox-wrapper .e-list-item,
|
|
3208
3020
|
.e-listbox-container .e-list-item,
|
|
3209
3021
|
.e-listboxtool-wrapper .e-list-item {
|
|
@@ -3225,13 +3037,6 @@ ejs-listbox {
|
|
|
3225
3037
|
color: #fff;
|
|
3226
3038
|
}
|
|
3227
3039
|
|
|
3228
|
-
.e-listbox-wrapper .e-list-item.e-selected,
|
|
3229
|
-
.e-listbox-container .e-list-item.e-selected,
|
|
3230
|
-
.e-listboxtool-wrapper .e-list-item.e-selected {
|
|
3231
|
-
background-color: #ffd939;
|
|
3232
|
-
color: #000;
|
|
3233
|
-
}
|
|
3234
|
-
|
|
3235
3040
|
.e-listbox-wrapper .e-list-item.e-selected.e-checklist,
|
|
3236
3041
|
.e-listbox-container .e-list-item.e-selected.e-checklist,
|
|
3237
3042
|
.e-listboxtool-wrapper .e-list-item.e-selected.e-checklist {
|
|
@@ -3239,11 +3044,13 @@ ejs-listbox {
|
|
|
3239
3044
|
color: #fff;
|
|
3240
3045
|
}
|
|
3241
3046
|
|
|
3242
|
-
.e-listbox-wrapper .e-list-item.e-focused, .e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
3047
|
+
.e-listbox-wrapper .e-list-item.e-focused, .e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist, .e-listbox-wrapper .e-list-item.e-selected,
|
|
3243
3048
|
.e-listbox-container .e-list-item.e-focused,
|
|
3244
3049
|
.e-listbox-container .e-list-item.e-focused.e-selected.e-checklist,
|
|
3050
|
+
.e-listbox-container .e-list-item.e-selected,
|
|
3245
3051
|
.e-listboxtool-wrapper .e-list-item.e-focused,
|
|
3246
|
-
.e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist
|
|
3052
|
+
.e-listboxtool-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
3053
|
+
.e-listboxtool-wrapper .e-list-item.e-selected {
|
|
3247
3054
|
background-color: #ffd939;
|
|
3248
3055
|
color: #000;
|
|
3249
3056
|
}
|
|
@@ -3333,8 +3140,8 @@ ejs-listbox {
|
|
|
3333
3140
|
height: 3.0769em;
|
|
3334
3141
|
left: 0.923em;
|
|
3335
3142
|
position: absolute;
|
|
3336
|
-
top: 0.6153em;
|
|
3337
3143
|
width: 3.0769em;
|
|
3144
|
+
left: 0.923em;
|
|
3338
3145
|
}
|
|
3339
3146
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3340
3147
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
@@ -3352,18 +3159,15 @@ ejs-listbox {
|
|
|
3352
3159
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3353
3160
|
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3354
3161
|
height: 3.0769em;
|
|
3162
|
+
left: 0.923em;
|
|
3355
3163
|
position: absolute;
|
|
3356
|
-
right: 0.923em;
|
|
3357
|
-
top: 0.6153em;
|
|
3358
3164
|
width: 3.0769em;
|
|
3165
|
+
right: 0.923em;
|
|
3359
3166
|
}
|
|
3360
|
-
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
3167
|
+
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar, .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3361
3168
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
3362
|
-
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar {
|
|
3363
|
-
top: 0.6153em;
|
|
3364
|
-
}
|
|
3365
|
-
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3366
3169
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3170
|
+
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
3367
3171
|
.e-listboxtool-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3368
3172
|
top: 0.6153em;
|
|
3369
3173
|
}
|
|
@@ -3402,23 +3206,17 @@ ejs-listbox {
|
|
|
3402
3206
|
text-overflow: ellipsis;
|
|
3403
3207
|
white-space: nowrap;
|
|
3404
3208
|
}
|
|
3405
|
-
.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
3209
|
+
.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header, .e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content,
|
|
3406
3210
|
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
3407
|
-
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header {
|
|
3408
|
-
color: #fff;
|
|
3409
|
-
}
|
|
3410
|
-
.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content,
|
|
3411
3211
|
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content,
|
|
3212
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
3412
3213
|
.e-listboxtool-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content {
|
|
3413
3214
|
color: #fff;
|
|
3414
3215
|
}
|
|
3415
|
-
.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
3216
|
+
.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header, .e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-content,
|
|
3416
3217
|
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
3417
|
-
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header {
|
|
3418
|
-
color: #000;
|
|
3419
|
-
}
|
|
3420
|
-
.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-content,
|
|
3421
3218
|
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content,
|
|
3219
|
+
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
3422
3220
|
.e-listboxtool-wrapper.e-list-template .e-list-item.e-selected .e-list-content {
|
|
3423
3221
|
color: #000;
|
|
3424
3222
|
}
|
|
@@ -3465,15 +3263,7 @@ ejs-listbox {
|
|
|
3465
3263
|
padding-right: 0.923em;
|
|
3466
3264
|
}
|
|
3467
3265
|
|
|
3468
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3469
|
-
height: 100%;
|
|
3470
|
-
}
|
|
3471
|
-
|
|
3472
|
-
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3473
|
-
height: 100%;
|
|
3474
|
-
}
|
|
3475
|
-
|
|
3476
|
-
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3266
|
+
.e-listbox-container.e-filter-list .e-list-parent, .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent, .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3477
3267
|
height: 100%;
|
|
3478
3268
|
}
|
|
3479
3269
|
|
|
@@ -3487,22 +3277,4 @@ ejs-listbox {
|
|
|
3487
3277
|
|
|
3488
3278
|
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3489
3279
|
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3490
|
-
}
|
|
3491
|
-
|
|
3492
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3493
|
-
@keyframes material-spinner-rotate {
|
|
3494
|
-
0% {
|
|
3495
|
-
transform: rotate(0);
|
|
3496
|
-
}
|
|
3497
|
-
100% {
|
|
3498
|
-
transform: rotate(360deg);
|
|
3499
|
-
}
|
|
3500
|
-
}
|
|
3501
|
-
@keyframes fabric-spinner-rotate {
|
|
3502
|
-
0% {
|
|
3503
|
-
transform: rotate(0);
|
|
3504
|
-
}
|
|
3505
|
-
100% {
|
|
3506
|
-
transform: rotate(360deg);
|
|
3507
|
-
}
|
|
3508
3280
|
}
|