@syncfusion/ej2-dropdowns 25.2.3 → 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 -2140
- 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 +293 -197
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +460 -363
- 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 +24 -20
- package/src/drop-down-base/drop-down-base.js +60 -39
- 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 +53 -31
- 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 +29 -25
- 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.d.ts +2 -0
- package/src/multi-select/multi-select.js +182 -133
- 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
|
@@ -203,11 +203,12 @@
|
|
|
203
203
|
.e-ddt .e-dropdowntree.e-chip-input,
|
|
204
204
|
.e-ddt input[readonly].e-input.e-chip-input {
|
|
205
205
|
width: 0;
|
|
206
|
+
visibility: hidden;
|
|
206
207
|
}
|
|
207
208
|
.e-ddt.e-popup {
|
|
208
209
|
border: 1px solid #444c54;
|
|
209
|
-
border-radius: 4px;
|
|
210
210
|
margin-top: 4px;
|
|
211
|
+
border-radius: 4px;
|
|
211
212
|
box-shadow: none;
|
|
212
213
|
position: absolute;
|
|
213
214
|
}
|
|
@@ -245,10 +246,10 @@
|
|
|
245
246
|
margin: 0 8px;
|
|
246
247
|
}
|
|
247
248
|
.e-ddt.e-popup .e-filter-wrap {
|
|
248
|
-
border: 1px solid #444c54;
|
|
249
249
|
border-top-width: 0;
|
|
250
250
|
display: block;
|
|
251
251
|
padding: 4px;
|
|
252
|
+
border: 1px solid #444c54;
|
|
252
253
|
}
|
|
253
254
|
.e-ddt.e-popup .e-filter-wrap .e-input-group {
|
|
254
255
|
margin-bottom: 0;
|
|
@@ -264,8 +265,8 @@
|
|
|
264
265
|
cursor: default;
|
|
265
266
|
font-family: inherit;
|
|
266
267
|
font-size: 14px;
|
|
267
|
-
padding: 7px 16px;
|
|
268
268
|
text-align: center;
|
|
269
|
+
padding: 7px 16px;
|
|
269
270
|
}
|
|
270
271
|
.e-ddt.e-popup .e-popup-content.e-no-data .e-treeview {
|
|
271
272
|
display: none;
|
|
@@ -316,16 +317,16 @@
|
|
|
316
317
|
padding: 0 8px;
|
|
317
318
|
}
|
|
318
319
|
.e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
319
|
-
margin-left: 18px;
|
|
320
320
|
margin-right: 4px;
|
|
321
|
+
margin-left: 18px;
|
|
321
322
|
}
|
|
322
323
|
.e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
323
|
-
margin-left: 18px;
|
|
324
324
|
margin-right: 4px;
|
|
325
|
+
margin-left: 18px;
|
|
325
326
|
}
|
|
326
327
|
.e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
327
|
-
margin-left: 48px;
|
|
328
328
|
margin-right: 4px;
|
|
329
|
+
margin-left: 48px;
|
|
329
330
|
}
|
|
330
331
|
.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-chip .e-clear-icon,
|
|
331
332
|
.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,
|
|
@@ -385,8 +386,16 @@
|
|
|
385
386
|
.e-bigger .e-ddt.e-show-chip .e-chips-close::before,
|
|
386
387
|
.e-ddt.e-bigger.e-show-chip .e-chips-close::before {
|
|
387
388
|
font-size: 12px;
|
|
389
|
+
}
|
|
390
|
+
.e-bigger .e-ddt.e-show-chip .e-chips-close::before,
|
|
391
|
+
.e-ddt.e-bigger.e-show-chip .e-chips-close::before {
|
|
388
392
|
vertical-align: middle;
|
|
389
393
|
}
|
|
394
|
+
.e-bigger .e-ddt.e-show-chip .e-overflow.e-total-count .e-remain,
|
|
395
|
+
.e-ddt.e-bigger.e-show-chip .e-overflow.e-total-count .e-remain {
|
|
396
|
+
line-height: 36px;
|
|
397
|
+
padding: 0 12px;
|
|
398
|
+
}
|
|
390
399
|
.e-bigger .e-ddt .e-overflow.e-show-text,
|
|
391
400
|
.e-ddt.e-bigger .e-overflow.e-show-text {
|
|
392
401
|
padding: 0 12px;
|
|
@@ -396,11 +405,6 @@
|
|
|
396
405
|
.e-ddt.e-bigger .e-overflow .e-remain {
|
|
397
406
|
font-size: 16px;
|
|
398
407
|
}
|
|
399
|
-
.e-bigger .e-ddt.e-show-chip .e-overflow.e-total-count .e-remain,
|
|
400
|
-
.e-ddt.e-bigger.e-show-chip .e-overflow.e-total-count .e-remain {
|
|
401
|
-
line-height: 36px;
|
|
402
|
-
padding: 0 12px;
|
|
403
|
-
}
|
|
404
408
|
.e-bigger .e-ddt.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
405
409
|
.e-ddt.e-bigger.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
406
410
|
max-width: calc(100% - 37px);
|
|
@@ -456,8 +460,8 @@
|
|
|
456
460
|
}
|
|
457
461
|
.e-bigger .e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
458
462
|
.e-ddt.e-bigger.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
459
|
-
margin-
|
|
460
|
-
margin-
|
|
463
|
+
margin-right: 52px;
|
|
464
|
+
margin-left: 4px;
|
|
461
465
|
}
|
|
462
466
|
.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,
|
|
463
467
|
.e-ddt.e-bigger.e-rtl.e-show-chip.e-input-group.e-show-dd-icon .e-clear-icon,
|
|
@@ -474,12 +478,6 @@
|
|
|
474
478
|
.e-ddt .e-chips > .e-chipcontent {
|
|
475
479
|
color: #fff;
|
|
476
480
|
}
|
|
477
|
-
.e-ddt .e-chips:hover {
|
|
478
|
-
background-color: #565e64;
|
|
479
|
-
}
|
|
480
|
-
.e-ddt .e-chips:hover > .e-chipcontent {
|
|
481
|
-
color: #fff;
|
|
482
|
-
}
|
|
483
481
|
.e-ddt .e-overflow .e-remain {
|
|
484
482
|
color: #7b848d;
|
|
485
483
|
}
|
|
@@ -500,6 +498,9 @@
|
|
|
500
498
|
.e-ddt.e-popup .e-selectall-parent {
|
|
501
499
|
border-bottom-color: #444c54;
|
|
502
500
|
}
|
|
501
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
502
|
+
background: #31373d;
|
|
503
|
+
}
|
|
503
504
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
504
505
|
color: #fff;
|
|
505
506
|
}
|
|
@@ -203,11 +203,12 @@
|
|
|
203
203
|
.e-ddt .e-dropdowntree.e-chip-input,
|
|
204
204
|
.e-ddt input[readonly].e-input.e-chip-input {
|
|
205
205
|
width: 0;
|
|
206
|
+
visibility: hidden;
|
|
206
207
|
}
|
|
207
208
|
.e-ddt.e-popup {
|
|
208
209
|
border: 1px solid #dee2e6;
|
|
209
|
-
border-radius: 4px;
|
|
210
210
|
margin-top: 4px;
|
|
211
|
+
border-radius: 4px;
|
|
211
212
|
box-shadow: none;
|
|
212
213
|
position: absolute;
|
|
213
214
|
}
|
|
@@ -245,10 +246,10 @@
|
|
|
245
246
|
margin: 0 8px;
|
|
246
247
|
}
|
|
247
248
|
.e-ddt.e-popup .e-filter-wrap {
|
|
248
|
-
border: 1px solid #dee2e6;
|
|
249
249
|
border-top-width: 0;
|
|
250
250
|
display: block;
|
|
251
251
|
padding: 4px;
|
|
252
|
+
border: 1px solid #dee2e6;
|
|
252
253
|
}
|
|
253
254
|
.e-ddt.e-popup .e-filter-wrap .e-input-group {
|
|
254
255
|
margin-bottom: 0;
|
|
@@ -264,8 +265,8 @@
|
|
|
264
265
|
cursor: default;
|
|
265
266
|
font-family: inherit;
|
|
266
267
|
font-size: 14px;
|
|
267
|
-
padding: 7px 16px;
|
|
268
268
|
text-align: center;
|
|
269
|
+
padding: 7px 16px;
|
|
269
270
|
}
|
|
270
271
|
.e-ddt.e-popup .e-popup-content.e-no-data .e-treeview {
|
|
271
272
|
display: none;
|
|
@@ -316,16 +317,16 @@
|
|
|
316
317
|
padding: 0 8px;
|
|
317
318
|
}
|
|
318
319
|
.e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
319
|
-
margin-left: 18px;
|
|
320
320
|
margin-right: 4px;
|
|
321
|
+
margin-left: 18px;
|
|
321
322
|
}
|
|
322
323
|
.e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
323
|
-
margin-left: 18px;
|
|
324
324
|
margin-right: 4px;
|
|
325
|
+
margin-left: 18px;
|
|
325
326
|
}
|
|
326
327
|
.e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
327
|
-
margin-left: 48px;
|
|
328
328
|
margin-right: 4px;
|
|
329
|
+
margin-left: 48px;
|
|
329
330
|
}
|
|
330
331
|
.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-chip .e-clear-icon,
|
|
331
332
|
.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,
|
|
@@ -385,8 +386,16 @@
|
|
|
385
386
|
.e-bigger .e-ddt.e-show-chip .e-chips-close::before,
|
|
386
387
|
.e-ddt.e-bigger.e-show-chip .e-chips-close::before {
|
|
387
388
|
font-size: 12px;
|
|
389
|
+
}
|
|
390
|
+
.e-bigger .e-ddt.e-show-chip .e-chips-close::before,
|
|
391
|
+
.e-ddt.e-bigger.e-show-chip .e-chips-close::before {
|
|
388
392
|
vertical-align: middle;
|
|
389
393
|
}
|
|
394
|
+
.e-bigger .e-ddt.e-show-chip .e-overflow.e-total-count .e-remain,
|
|
395
|
+
.e-ddt.e-bigger.e-show-chip .e-overflow.e-total-count .e-remain {
|
|
396
|
+
line-height: 36px;
|
|
397
|
+
padding: 0 12px;
|
|
398
|
+
}
|
|
390
399
|
.e-bigger .e-ddt .e-overflow.e-show-text,
|
|
391
400
|
.e-ddt.e-bigger .e-overflow.e-show-text {
|
|
392
401
|
padding: 0 12px;
|
|
@@ -396,11 +405,6 @@
|
|
|
396
405
|
.e-ddt.e-bigger .e-overflow .e-remain {
|
|
397
406
|
font-size: 16px;
|
|
398
407
|
}
|
|
399
|
-
.e-bigger .e-ddt.e-show-chip .e-overflow.e-total-count .e-remain,
|
|
400
|
-
.e-ddt.e-bigger.e-show-chip .e-overflow.e-total-count .e-remain {
|
|
401
|
-
line-height: 36px;
|
|
402
|
-
padding: 0 12px;
|
|
403
|
-
}
|
|
404
408
|
.e-bigger .e-ddt.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
405
409
|
.e-ddt.e-bigger.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
406
410
|
max-width: calc(100% - 37px);
|
|
@@ -456,8 +460,8 @@
|
|
|
456
460
|
}
|
|
457
461
|
.e-bigger .e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
458
462
|
.e-ddt.e-bigger.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
459
|
-
margin-
|
|
460
|
-
margin-
|
|
463
|
+
margin-right: 52px;
|
|
464
|
+
margin-left: 4px;
|
|
461
465
|
}
|
|
462
466
|
.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,
|
|
463
467
|
.e-ddt.e-bigger.e-rtl.e-show-chip.e-input-group.e-show-dd-icon .e-clear-icon,
|
|
@@ -474,12 +478,6 @@
|
|
|
474
478
|
.e-ddt .e-chips > .e-chipcontent {
|
|
475
479
|
color: #fff;
|
|
476
480
|
}
|
|
477
|
-
.e-ddt .e-chips:hover {
|
|
478
|
-
background-color: #565e64;
|
|
479
|
-
}
|
|
480
|
-
.e-ddt .e-chips:hover > .e-chipcontent {
|
|
481
|
-
color: #fff;
|
|
482
|
-
}
|
|
483
481
|
.e-ddt .e-overflow .e-remain {
|
|
484
482
|
color: #6c757d;
|
|
485
483
|
}
|
|
@@ -500,6 +498,9 @@
|
|
|
500
498
|
.e-ddt.e-popup .e-selectall-parent {
|
|
501
499
|
border-bottom-color: #dee2e6;
|
|
502
500
|
}
|
|
501
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
502
|
+
background: #e9ecef;
|
|
503
|
+
}
|
|
503
504
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
504
505
|
color: #212529;
|
|
505
506
|
}
|
|
@@ -95,13 +95,15 @@
|
|
|
95
95
|
width: 100%;
|
|
96
96
|
}
|
|
97
97
|
.e-ddt.e-show-chip .e-chips-close {
|
|
98
|
-
line-height: 23px;
|
|
99
98
|
min-height: 26px;
|
|
100
99
|
min-width: 18px;
|
|
100
|
+
line-height: 23px;
|
|
101
101
|
text-align: center;
|
|
102
102
|
}
|
|
103
103
|
.e-ddt.e-show-chip .e-chips-close::before {
|
|
104
104
|
font-size: 10px;
|
|
105
|
+
}
|
|
106
|
+
.e-ddt.e-show-chip .e-chips-close::before {
|
|
105
107
|
vertical-align: middle;
|
|
106
108
|
}
|
|
107
109
|
.e-ddt.e-show-chip .e-chips {
|
|
@@ -180,6 +182,7 @@
|
|
|
180
182
|
.e-ddt .e-dropdowntree.e-chip-input,
|
|
181
183
|
.e-ddt input[readonly].e-input.e-chip-input {
|
|
182
184
|
width: 0;
|
|
185
|
+
visibility: hidden;
|
|
183
186
|
}
|
|
184
187
|
.e-ddt.e-popup {
|
|
185
188
|
border: 1px solid #414040;
|
|
@@ -209,19 +212,18 @@
|
|
|
209
212
|
font-size: 14px;
|
|
210
213
|
margin: 10px;
|
|
211
214
|
}
|
|
212
|
-
.e-ddt.e-popup .e-filter-wrap .e-input, .e-ddt.e-popup .e-filter-wrap .e-input:focus {
|
|
213
|
-
padding: 0 12px;
|
|
214
|
-
}
|
|
215
215
|
.e-ddt.e-popup .e-filter-wrap {
|
|
216
|
-
border: 1px solid #414040;
|
|
217
216
|
border-top-width: 0;
|
|
218
217
|
display: block;
|
|
219
218
|
padding: 5px;
|
|
220
|
-
|
|
221
|
-
.e-ddt.e-popup .e-filter-wrap {
|
|
219
|
+
border: 1px solid #414040;
|
|
222
220
|
border-left-width: 0;
|
|
223
221
|
border-right-width: 0;
|
|
224
222
|
}
|
|
223
|
+
.e-ddt.e-popup .e-filter-wrap .e-input,
|
|
224
|
+
.e-ddt.e-popup .e-filter-wrap .e-input:focus {
|
|
225
|
+
padding: 0 12px;
|
|
226
|
+
}
|
|
225
227
|
.e-ddt.e-popup .e-filter-wrap .e-input-group {
|
|
226
228
|
margin-bottom: 0;
|
|
227
229
|
}
|
|
@@ -236,8 +238,8 @@
|
|
|
236
238
|
cursor: default;
|
|
237
239
|
font-family: inherit;
|
|
238
240
|
font-size: 14px;
|
|
239
|
-
padding: 14px 16px;
|
|
240
241
|
text-align: center;
|
|
242
|
+
padding: 14px 16px;
|
|
241
243
|
}
|
|
242
244
|
.e-ddt.e-popup .e-popup-content.e-no-data .e-treeview {
|
|
243
245
|
display: none;
|
|
@@ -291,16 +293,16 @@
|
|
|
291
293
|
padding: 6px 10px 0 10px;
|
|
292
294
|
}
|
|
293
295
|
.e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
294
|
-
margin-left: 30px;
|
|
295
296
|
margin-right: 1px;
|
|
297
|
+
margin-left: 30px;
|
|
296
298
|
}
|
|
297
299
|
.e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
298
|
-
margin-left: 30px;
|
|
299
300
|
margin-right: 1px;
|
|
301
|
+
margin-left: 30px;
|
|
300
302
|
}
|
|
301
303
|
.e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
302
|
-
margin-left: 60px;
|
|
303
304
|
margin-right: 1px;
|
|
305
|
+
margin-left: 60px;
|
|
304
306
|
}
|
|
305
307
|
.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-chip .e-clear-icon,
|
|
306
308
|
.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,
|
|
@@ -373,18 +375,18 @@
|
|
|
373
375
|
}
|
|
374
376
|
.e-bigger .e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
375
377
|
.e-ddt.e-bigger.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
376
|
-
margin-left: 38px;
|
|
377
378
|
margin-right: 1px;
|
|
379
|
+
margin-left: 38px;
|
|
378
380
|
}
|
|
379
381
|
.e-bigger .e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child,
|
|
380
382
|
.e-ddt.e-bigger.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
381
|
-
margin-left: 38px;
|
|
382
383
|
margin-right: 1px;
|
|
384
|
+
margin-left: 38px;
|
|
383
385
|
}
|
|
384
386
|
.e-bigger .e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
385
387
|
.e-ddt.e-bigger.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
386
|
-
margin-
|
|
387
|
-
margin-
|
|
388
|
+
margin-right: 76px;
|
|
389
|
+
margin-left: 1px;
|
|
388
390
|
}
|
|
389
391
|
.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,
|
|
390
392
|
.e-ddt.e-bigger.e-rtl.e-show-chip.e-input-group.e-show-dd-icon .e-clear-icon,
|
|
@@ -402,12 +404,6 @@
|
|
|
402
404
|
.e-ddt .e-chips > .e-chipcontent {
|
|
403
405
|
color: #dadada;
|
|
404
406
|
}
|
|
405
|
-
.e-ddt .e-chips:hover {
|
|
406
|
-
background-color: #514f4f;
|
|
407
|
-
}
|
|
408
|
-
.e-ddt .e-chips:hover > .e-chipcontent {
|
|
409
|
-
color: #fff;
|
|
410
|
-
}
|
|
411
407
|
.e-ddt .e-overflow .e-remain {
|
|
412
408
|
color: #9a9a9a;
|
|
413
409
|
}
|
|
@@ -424,6 +420,9 @@
|
|
|
424
420
|
.e-ddt.e-popup .e-selectall-parent {
|
|
425
421
|
border-bottom-color: #414040;
|
|
426
422
|
}
|
|
423
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
424
|
+
background: #414040;
|
|
425
|
+
}
|
|
427
426
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
428
427
|
color: #dadada;
|
|
429
428
|
}
|
|
@@ -96,13 +96,15 @@
|
|
|
96
96
|
width: 100%;
|
|
97
97
|
}
|
|
98
98
|
.e-ddt.e-show-chip .e-chips-close {
|
|
99
|
-
line-height: 21px;
|
|
100
99
|
min-height: 26px;
|
|
101
100
|
min-width: 18px;
|
|
101
|
+
line-height: 21px;
|
|
102
102
|
text-align: center;
|
|
103
103
|
}
|
|
104
104
|
.e-ddt.e-show-chip .e-chips-close::before {
|
|
105
105
|
font-size: 10px;
|
|
106
|
+
}
|
|
107
|
+
.e-ddt.e-show-chip .e-chips-close::before {
|
|
106
108
|
vertical-align: middle;
|
|
107
109
|
}
|
|
108
110
|
.e-ddt.e-show-chip .e-chips {
|
|
@@ -181,6 +183,7 @@
|
|
|
181
183
|
.e-ddt .e-dropdowntree.e-chip-input,
|
|
182
184
|
.e-ddt input[readonly].e-input.e-chip-input {
|
|
183
185
|
width: 0;
|
|
186
|
+
visibility: hidden;
|
|
184
187
|
}
|
|
185
188
|
.e-ddt.e-popup {
|
|
186
189
|
border: 1px solid #eaeaea;
|
|
@@ -210,19 +213,18 @@
|
|
|
210
213
|
font-size: 14px;
|
|
211
214
|
margin: 10px;
|
|
212
215
|
}
|
|
213
|
-
.e-ddt.e-popup .e-filter-wrap .e-input, .e-ddt.e-popup .e-filter-wrap .e-input:focus {
|
|
214
|
-
padding: 0 12px;
|
|
215
|
-
}
|
|
216
216
|
.e-ddt.e-popup .e-filter-wrap {
|
|
217
|
-
border: 1px solid #c8c8c8;
|
|
218
217
|
border-top-width: 0;
|
|
219
218
|
display: block;
|
|
220
219
|
padding: 5px;
|
|
221
|
-
|
|
222
|
-
.e-ddt.e-popup .e-filter-wrap {
|
|
220
|
+
border: 1px solid #c8c8c8;
|
|
223
221
|
border-left-width: 0;
|
|
224
222
|
border-right-width: 0;
|
|
225
223
|
}
|
|
224
|
+
.e-ddt.e-popup .e-filter-wrap .e-input,
|
|
225
|
+
.e-ddt.e-popup .e-filter-wrap .e-input:focus {
|
|
226
|
+
padding: 0 12px;
|
|
227
|
+
}
|
|
226
228
|
.e-ddt.e-popup .e-filter-wrap .e-input-group {
|
|
227
229
|
margin-bottom: 0;
|
|
228
230
|
}
|
|
@@ -237,8 +239,8 @@
|
|
|
237
239
|
cursor: default;
|
|
238
240
|
font-family: inherit;
|
|
239
241
|
font-size: 14px;
|
|
240
|
-
padding: 14px 16px;
|
|
241
242
|
text-align: center;
|
|
243
|
+
padding: 14px 16px;
|
|
242
244
|
}
|
|
243
245
|
.e-ddt.e-popup .e-popup-content.e-no-data .e-treeview {
|
|
244
246
|
display: none;
|
|
@@ -292,16 +294,16 @@
|
|
|
292
294
|
padding: 6px 10px 0 10px;
|
|
293
295
|
}
|
|
294
296
|
.e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
295
|
-
margin-left: 30px;
|
|
296
297
|
margin-right: 1px;
|
|
298
|
+
margin-left: 30px;
|
|
297
299
|
}
|
|
298
300
|
.e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
299
|
-
margin-left: 30px;
|
|
300
301
|
margin-right: 1px;
|
|
302
|
+
margin-left: 30px;
|
|
301
303
|
}
|
|
302
304
|
.e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
303
|
-
margin-left: 60px;
|
|
304
305
|
margin-right: 1px;
|
|
306
|
+
margin-left: 60px;
|
|
305
307
|
}
|
|
306
308
|
.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-chip .e-clear-icon,
|
|
307
309
|
.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,
|
|
@@ -374,18 +376,18 @@
|
|
|
374
376
|
}
|
|
375
377
|
.e-bigger .e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
376
378
|
.e-ddt.e-bigger.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
377
|
-
margin-left: 38px;
|
|
378
379
|
margin-right: 1px;
|
|
380
|
+
margin-left: 38px;
|
|
379
381
|
}
|
|
380
382
|
.e-bigger .e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child,
|
|
381
383
|
.e-ddt.e-bigger.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
382
|
-
margin-left: 38px;
|
|
383
384
|
margin-right: 1px;
|
|
385
|
+
margin-left: 38px;
|
|
384
386
|
}
|
|
385
387
|
.e-bigger .e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
386
388
|
.e-ddt.e-bigger.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
387
|
-
margin-
|
|
388
|
-
margin-
|
|
389
|
+
margin-right: 76px;
|
|
390
|
+
margin-left: 1px;
|
|
389
391
|
}
|
|
390
392
|
.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,
|
|
391
393
|
.e-ddt.e-bigger.e-rtl.e-show-chip.e-input-group.e-show-dd-icon .e-clear-icon,
|
|
@@ -403,12 +405,6 @@
|
|
|
403
405
|
.e-ddt .e-chips > .e-chipcontent {
|
|
404
406
|
color: #666;
|
|
405
407
|
}
|
|
406
|
-
.e-ddt .e-chips:hover {
|
|
407
|
-
background-color: #eaeaea;
|
|
408
|
-
}
|
|
409
|
-
.e-ddt .e-chips:hover > .e-chipcontent {
|
|
410
|
-
color: #666;
|
|
411
|
-
}
|
|
412
408
|
.e-ddt .e-overflow .e-remain {
|
|
413
409
|
color: #666;
|
|
414
410
|
}
|
|
@@ -425,6 +421,9 @@
|
|
|
425
421
|
.e-ddt.e-popup .e-selectall-parent {
|
|
426
422
|
border-bottom-color: #eaeaea;
|
|
427
423
|
}
|
|
424
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
425
|
+
background: #f4f4f4;
|
|
426
|
+
}
|
|
428
427
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
429
428
|
color: rgba(51, 51, 51, 0.87);
|
|
430
429
|
}
|
|
@@ -123,13 +123,15 @@
|
|
|
123
123
|
width: 100%;
|
|
124
124
|
}
|
|
125
125
|
.e-ddt.e-show-chip .e-chips-close {
|
|
126
|
-
line-height: 20px;
|
|
127
126
|
min-height: 24px;
|
|
128
127
|
min-width: 24px;
|
|
128
|
+
line-height: 20px;
|
|
129
129
|
text-align: center;
|
|
130
130
|
}
|
|
131
131
|
.e-ddt.e-show-chip .e-chips-close::before {
|
|
132
132
|
font-size: 10px;
|
|
133
|
+
}
|
|
134
|
+
.e-ddt.e-show-chip .e-chips-close::before {
|
|
133
135
|
vertical-align: middle;
|
|
134
136
|
}
|
|
135
137
|
.e-ddt.e-show-chip .e-chips {
|
|
@@ -214,6 +216,7 @@
|
|
|
214
216
|
.e-ddt .e-dropdowntree.e-chip-input,
|
|
215
217
|
.e-ddt input[readonly].e-input.e-chip-input {
|
|
216
218
|
width: 0;
|
|
219
|
+
visibility: hidden;
|
|
217
220
|
}
|
|
218
221
|
.e-ddt.e-popup {
|
|
219
222
|
border-radius: 2px;
|
|
@@ -246,14 +249,15 @@
|
|
|
246
249
|
font-size: 14px;
|
|
247
250
|
margin: 0 12px;
|
|
248
251
|
}
|
|
249
|
-
.e-ddt.e-popup .e-filter-wrap .e-input, .e-ddt.e-popup .e-filter-wrap .e-input:focus {
|
|
250
|
-
padding: 0 20px;
|
|
251
|
-
}
|
|
252
252
|
.e-ddt.e-popup .e-filter-wrap {
|
|
253
|
-
border-bottom: 1px solid #292827;
|
|
254
253
|
border-top-width: 0;
|
|
255
254
|
display: block;
|
|
256
255
|
padding: 4px 12px;
|
|
256
|
+
border-bottom: 1px solid #292827;
|
|
257
|
+
}
|
|
258
|
+
.e-ddt.e-popup .e-filter-wrap .e-input,
|
|
259
|
+
.e-ddt.e-popup .e-filter-wrap .e-input:focus {
|
|
260
|
+
padding: 0 20px;
|
|
257
261
|
}
|
|
258
262
|
.e-ddt.e-popup .e-filter-wrap .e-input-group {
|
|
259
263
|
margin-bottom: 0;
|
|
@@ -269,8 +273,8 @@
|
|
|
269
273
|
cursor: default;
|
|
270
274
|
font-family: inherit;
|
|
271
275
|
font-size: 14px;
|
|
272
|
-
padding: 14px 16px;
|
|
273
276
|
text-align: center;
|
|
277
|
+
padding: 14px 16px;
|
|
274
278
|
}
|
|
275
279
|
.e-ddt.e-popup .e-popup-content.e-no-data .e-treeview {
|
|
276
280
|
display: none;
|
|
@@ -320,16 +324,16 @@
|
|
|
320
324
|
padding: 0 8px;
|
|
321
325
|
}
|
|
322
326
|
.e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
323
|
-
margin-left: 18px;
|
|
324
327
|
margin-right: 4px;
|
|
328
|
+
margin-left: 18px;
|
|
325
329
|
}
|
|
326
330
|
.e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
327
|
-
margin-left: 18px;
|
|
328
331
|
margin-right: 4px;
|
|
332
|
+
margin-left: 18px;
|
|
329
333
|
}
|
|
330
334
|
.e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
331
|
-
margin-left: 54px;
|
|
332
335
|
margin-right: 4px;
|
|
336
|
+
margin-left: 54px;
|
|
333
337
|
}
|
|
334
338
|
.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-chip .e-clear-icon,
|
|
335
339
|
.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,
|
|
@@ -384,23 +388,14 @@
|
|
|
384
388
|
}
|
|
385
389
|
.e-bigger .e-ddt.e-show-chip .e-chips-close,
|
|
386
390
|
.e-ddt.e-bigger.e-show-chip .e-chips-close {
|
|
387
|
-
line-height: 27px;
|
|
388
391
|
min-height: 32px;
|
|
389
392
|
min-width: 32px;
|
|
393
|
+
line-height: 27px;
|
|
390
394
|
}
|
|
391
395
|
.e-bigger .e-ddt.e-show-chip .e-chips-close::before,
|
|
392
396
|
.e-ddt.e-bigger.e-show-chip .e-chips-close::before {
|
|
393
397
|
font-size: 12px;
|
|
394
398
|
}
|
|
395
|
-
.e-bigger .e-ddt .e-overflow.e-show-text,
|
|
396
|
-
.e-ddt.e-bigger .e-overflow.e-show-text {
|
|
397
|
-
padding: 0 12px;
|
|
398
|
-
line-height: 38px;
|
|
399
|
-
}
|
|
400
|
-
.e-bigger .e-ddt .e-overflow .e-remain,
|
|
401
|
-
.e-ddt.e-bigger .e-overflow .e-remain {
|
|
402
|
-
font-size: 18px;
|
|
403
|
-
}
|
|
404
399
|
.e-bigger .e-ddt.e-show-chip .e-overflow .e-remain.e-wrap-count,
|
|
405
400
|
.e-ddt.e-bigger.e-show-chip .e-overflow .e-remain.e-wrap-count {
|
|
406
401
|
line-height: 38px;
|
|
@@ -411,6 +406,15 @@
|
|
|
411
406
|
line-height: 38px;
|
|
412
407
|
padding: 0 8px;
|
|
413
408
|
}
|
|
409
|
+
.e-bigger .e-ddt .e-overflow.e-show-text,
|
|
410
|
+
.e-ddt.e-bigger .e-overflow.e-show-text {
|
|
411
|
+
padding: 0 12px;
|
|
412
|
+
line-height: 38px;
|
|
413
|
+
}
|
|
414
|
+
.e-bigger .e-ddt .e-overflow .e-remain,
|
|
415
|
+
.e-ddt.e-bigger .e-overflow .e-remain {
|
|
416
|
+
font-size: 18px;
|
|
417
|
+
}
|
|
414
418
|
.e-bigger .e-ddt.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
415
419
|
.e-ddt.e-bigger.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
416
420
|
margin-right: 38px;
|
|
@@ -464,8 +468,8 @@
|
|
|
464
468
|
}
|
|
465
469
|
.e-bigger .e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
466
470
|
.e-ddt.e-bigger.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
467
|
-
margin-
|
|
468
|
-
margin-
|
|
471
|
+
margin-right: 58px;
|
|
472
|
+
margin-left: 4px;
|
|
469
473
|
}
|
|
470
474
|
.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,
|
|
471
475
|
.e-ddt.e-bigger.e-rtl.e-show-chip.e-input-group.e-show-dd-icon .e-clear-icon,
|
|
@@ -483,12 +487,6 @@
|
|
|
483
487
|
.e-ddt .e-chips > .e-chipcontent {
|
|
484
488
|
color: #f3f2f1;
|
|
485
489
|
}
|
|
486
|
-
.e-ddt .e-chips:hover {
|
|
487
|
-
background-color: #292827;
|
|
488
|
-
}
|
|
489
|
-
.e-ddt .e-chips:hover > .e-chipcontent {
|
|
490
|
-
color: #f3f2f1;
|
|
491
|
-
}
|
|
492
490
|
.e-ddt .e-overflow .e-remain {
|
|
493
491
|
color: #a19f9d;
|
|
494
492
|
}
|
|
@@ -505,6 +503,9 @@
|
|
|
505
503
|
.e-ddt.e-popup .e-selectall-parent {
|
|
506
504
|
border-bottom-color: #292827;
|
|
507
505
|
}
|
|
506
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
507
|
+
background: #252423;
|
|
508
|
+
}
|
|
508
509
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
509
510
|
color: #f3f2f1;
|
|
510
511
|
}
|