@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
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
@import 'ej2-base/styles/definition/fluent2.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/fluent2-definition.scss';
|
|
3
|
+
@import 'ej2-popups/styles/popup/fluent2-definition.scss';
|
|
4
|
+
@import 'ej2-popups/styles/spinner/fluent2-definition.scss';
|
|
5
|
+
@import 'ej2-buttons/styles/check-box/fluent2-definition.scss';
|
|
6
|
+
@import '../drop-down-base/fluent2-definition.scss';
|
|
7
|
+
@import 'fluent2-definition.scss';
|
|
8
|
+
@import 'icons/fluent2.scss';
|
|
9
|
+
@import 'all.scss';
|
|
@@ -999,7 +999,10 @@ ejs-multiselect {
|
|
|
999
999
|
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1000
1000
|
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1001
1001
|
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1002
|
-
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips
|
|
1002
|
+
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1003
|
+
.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip,
|
|
1004
|
+
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1005
|
+
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1003
1006
|
height: 24px;
|
|
1004
1007
|
}
|
|
1005
1008
|
|
|
@@ -1008,10 +1011,6 @@ ejs-multiselect {
|
|
|
1008
1011
|
height: 32px;
|
|
1009
1012
|
}
|
|
1010
1013
|
|
|
1011
|
-
.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip {
|
|
1012
|
-
height: 24px;
|
|
1013
|
-
}
|
|
1014
|
-
|
|
1015
1014
|
.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1016
1015
|
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1017
1016
|
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
@@ -1067,11 +1066,6 @@ ejs-multiselect {
|
|
|
1067
1066
|
margin: 4px 0 0 4px;
|
|
1068
1067
|
}
|
|
1069
1068
|
|
|
1070
|
-
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1071
|
-
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1072
|
-
height: 24px;
|
|
1073
|
-
}
|
|
1074
|
-
|
|
1075
1069
|
.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1076
1070
|
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1077
1071
|
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
@@ -1006,7 +1006,10 @@ ejs-multiselect {
|
|
|
1006
1006
|
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1007
1007
|
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1008
1008
|
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1009
|
-
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips
|
|
1009
|
+
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1010
|
+
.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip,
|
|
1011
|
+
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1012
|
+
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1010
1013
|
height: 24px;
|
|
1011
1014
|
}
|
|
1012
1015
|
|
|
@@ -1015,10 +1018,6 @@ ejs-multiselect {
|
|
|
1015
1018
|
height: 32px;
|
|
1016
1019
|
}
|
|
1017
1020
|
|
|
1018
|
-
.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip {
|
|
1019
|
-
height: 24px;
|
|
1020
|
-
}
|
|
1021
|
-
|
|
1022
1021
|
.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1023
1022
|
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1024
1023
|
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
@@ -1074,11 +1073,6 @@ ejs-multiselect {
|
|
|
1074
1073
|
margin: 4px 0 0 4px;
|
|
1075
1074
|
}
|
|
1076
1075
|
|
|
1077
|
-
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1078
|
-
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1079
|
-
height: 24px;
|
|
1080
|
-
}
|
|
1081
|
-
|
|
1082
1076
|
.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1083
1077
|
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1084
1078
|
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
@include export-module('multiselect-bds-icons') {
|
|
2
|
-
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
-
content: '\e729';
|
|
4
|
-
font-family: 'e-icons';
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
8
|
-
content: '\e7e7';
|
|
9
|
-
cursor: pointer;
|
|
10
|
-
left: $ddl-chip-close-left;
|
|
11
|
-
position: relative;
|
|
12
|
-
top: $ddl-chip-close-top;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.e-multi-select-wrapper .e-close-hooker::before {
|
|
16
|
-
content: '\e7e7';
|
|
17
|
-
cursor: pointer;
|
|
18
|
-
left: $ddl-overall-close-left;
|
|
19
|
-
position: relative;
|
|
20
|
-
top: $ddl-overall-close-top;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
24
|
-
content: '';
|
|
25
|
-
}
|
|
26
|
-
}
|
|
1
|
+
@include export-module('multiselect-bds-icons') {
|
|
2
|
+
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
+
content: '\e729';
|
|
4
|
+
font-family: 'e-icons';
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
8
|
+
content: '\e7e7';
|
|
9
|
+
cursor: pointer;
|
|
10
|
+
left: $ddl-chip-close-left;
|
|
11
|
+
position: relative;
|
|
12
|
+
top: $ddl-chip-close-top;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.e-multi-select-wrapper .e-close-hooker::before {
|
|
16
|
+
content: '\e7e7';
|
|
17
|
+
cursor: pointer;
|
|
18
|
+
left: $ddl-overall-close-left;
|
|
19
|
+
position: relative;
|
|
20
|
+
top: $ddl-overall-close-top;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
24
|
+
content: '';
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
@include export-module('multiselect-bootstrap-icons') {
|
|
2
|
-
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
-
content: '\e969';
|
|
4
|
-
font-family: 'e-icons';
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
8
|
-
content: '\e842';
|
|
9
|
-
cursor: pointer;
|
|
10
|
-
left: $ddl-chip-close-left;
|
|
11
|
-
position: relative;
|
|
12
|
-
top: $ddl-chip-close-top;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.e-multi-select-wrapper .e-close-hooker::before {
|
|
16
|
-
content: '\e842';
|
|
17
|
-
cursor: pointer;
|
|
18
|
-
left: $ddl-overall-close-left;
|
|
19
|
-
position: relative;
|
|
20
|
-
top: $ddl-overall-close-top;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
24
|
-
content: '';
|
|
25
|
-
}
|
|
26
|
-
}
|
|
1
|
+
@include export-module('multiselect-bootstrap-icons') {
|
|
2
|
+
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
+
content: '\e969';
|
|
4
|
+
font-family: 'e-icons';
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
8
|
+
content: '\e842';
|
|
9
|
+
cursor: pointer;
|
|
10
|
+
left: $ddl-chip-close-left;
|
|
11
|
+
position: relative;
|
|
12
|
+
top: $ddl-chip-close-top;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.e-multi-select-wrapper .e-close-hooker::before {
|
|
16
|
+
content: '\e842';
|
|
17
|
+
cursor: pointer;
|
|
18
|
+
left: $ddl-overall-close-left;
|
|
19
|
+
position: relative;
|
|
20
|
+
top: $ddl-overall-close-top;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
24
|
+
content: '';
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
@include export-module('multiselect-bootstrap-icons') {
|
|
2
|
-
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
-
content: '\e969';
|
|
4
|
-
font-family: 'e-icons';
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
8
|
-
content: '\e842';
|
|
9
|
-
cursor: pointer;
|
|
10
|
-
left: $ddl-chip-close-left;
|
|
11
|
-
position: relative;
|
|
12
|
-
top: $ddl-chip-close-top;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.e-multi-select-wrapper .e-close-hooker::before {
|
|
16
|
-
content: '\e842';
|
|
17
|
-
cursor: pointer;
|
|
18
|
-
left: $ddl-overall-close-left;
|
|
19
|
-
position: relative;
|
|
20
|
-
top: $ddl-overall-close-top;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
24
|
-
content: '';
|
|
25
|
-
}
|
|
26
|
-
}
|
|
1
|
+
@include export-module('multiselect-bootstrap-icons') {
|
|
2
|
+
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
+
content: '\e969';
|
|
4
|
+
font-family: 'e-icons';
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
8
|
+
content: '\e842';
|
|
9
|
+
cursor: pointer;
|
|
10
|
+
left: $ddl-chip-close-left;
|
|
11
|
+
position: relative;
|
|
12
|
+
top: $ddl-chip-close-top;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.e-multi-select-wrapper .e-close-hooker::before {
|
|
16
|
+
content: '\e842';
|
|
17
|
+
cursor: pointer;
|
|
18
|
+
left: $ddl-overall-close-left;
|
|
19
|
+
position: relative;
|
|
20
|
+
top: $ddl-overall-close-top;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
24
|
+
content: '';
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
@include export-module('multiselect-bootstrap4-icons') {
|
|
2
|
-
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
-
content: '\e744';
|
|
4
|
-
font-family: 'e-icons';
|
|
5
|
-
font-size: 8px;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.e-bigger .e-multiselect.e-input-group .e-ddl-icon::before {
|
|
9
|
-
font-size: 10px;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
13
|
-
content: '\e745';
|
|
14
|
-
cursor: pointer;
|
|
15
|
-
left: $ddl-chip-close-left;
|
|
16
|
-
position: relative;
|
|
17
|
-
top: $ddl-chip-close-top;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.e-multi-select-wrapper .e-close-hooker::before {
|
|
21
|
-
content: '\e745';
|
|
22
|
-
cursor: pointer;
|
|
23
|
-
height: $ddl-overall-close-top;
|
|
24
|
-
left: $ddl-overall-close-left;
|
|
25
|
-
position: relative;
|
|
26
|
-
top: $ddl-overall-close-top;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.e-bigger .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
30
|
-
font-size: 12px;
|
|
31
|
-
top: $ddl-bigger-close-top;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
35
|
-
content: '';
|
|
36
|
-
}
|
|
37
|
-
}
|
|
1
|
+
@include export-module('multiselect-bootstrap4-icons') {
|
|
2
|
+
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
+
content: '\e744';
|
|
4
|
+
font-family: 'e-icons';
|
|
5
|
+
font-size: 8px;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.e-bigger .e-multiselect.e-input-group .e-ddl-icon::before {
|
|
9
|
+
font-size: 10px;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
13
|
+
content: '\e745';
|
|
14
|
+
cursor: pointer;
|
|
15
|
+
left: $ddl-chip-close-left;
|
|
16
|
+
position: relative;
|
|
17
|
+
top: $ddl-chip-close-top;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.e-multi-select-wrapper .e-close-hooker::before {
|
|
21
|
+
content: '\e745';
|
|
22
|
+
cursor: pointer;
|
|
23
|
+
height: $ddl-overall-close-top;
|
|
24
|
+
left: $ddl-overall-close-left;
|
|
25
|
+
position: relative;
|
|
26
|
+
top: $ddl-overall-close-top;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.e-bigger .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
30
|
+
font-size: 12px;
|
|
31
|
+
top: $ddl-bigger-close-top;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
35
|
+
content: '';
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
@include export-module('multiselect-bootstrap5-icons') {
|
|
2
|
+
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
+
content: '\e729';
|
|
4
|
+
font-family: 'e-icons';
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
8
|
+
content: '\e7e7';
|
|
9
|
+
cursor: pointer;
|
|
10
|
+
left: $ddl-chip-close-left;
|
|
11
|
+
position: relative;
|
|
12
|
+
top: $ddl-chip-close-top;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.e-multi-select-wrapper .e-close-hooker::before {
|
|
16
|
+
content: '\e7e7';
|
|
17
|
+
cursor: pointer;
|
|
18
|
+
left: $ddl-overall-close-left;
|
|
19
|
+
position: relative;
|
|
20
|
+
top: $ddl-overall-close-top;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
24
|
+
content: '';
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
@include export-module('multiselect-bootstrap5-icons') {
|
|
2
|
-
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
-
content: '\e729';
|
|
4
|
-
font-family: 'e-icons';
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
8
|
-
content: '\e7e7';
|
|
9
|
-
cursor: pointer;
|
|
10
|
-
left: $ddl-chip-close-left;
|
|
11
|
-
position: relative;
|
|
12
|
-
top: $ddl-chip-close-top;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.e-multi-select-wrapper .e-close-hooker::before {
|
|
16
|
-
content: '\e7e7';
|
|
17
|
-
cursor: pointer;
|
|
18
|
-
left: $ddl-overall-close-left;
|
|
19
|
-
position: relative;
|
|
20
|
-
top: $ddl-overall-close-top;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
24
|
-
content: '';
|
|
25
|
-
}
|
|
26
|
-
}
|
|
1
|
+
@include export-module('multiselect-bootstrap5-icons') {
|
|
2
|
+
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
+
content: '\e729';
|
|
4
|
+
font-family: 'e-icons';
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
8
|
+
content: '\e7e7';
|
|
9
|
+
cursor: pointer;
|
|
10
|
+
left: $ddl-chip-close-left;
|
|
11
|
+
position: relative;
|
|
12
|
+
top: $ddl-chip-close-top;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.e-multi-select-wrapper .e-close-hooker::before {
|
|
16
|
+
content: '\e7e7';
|
|
17
|
+
cursor: pointer;
|
|
18
|
+
left: $ddl-overall-close-left;
|
|
19
|
+
position: relative;
|
|
20
|
+
top: $ddl-overall-close-top;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
24
|
+
content: '';
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
@include export-module('multiselect-fabric-icons') {
|
|
2
|
-
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
-
content: '\e966';
|
|
4
|
-
font-family: 'e-icons';
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
8
|
-
content: '\e7a7';
|
|
9
|
-
cursor: pointer;
|
|
10
|
-
left: $ddl-chip-close-left;
|
|
11
|
-
position: relative;
|
|
12
|
-
top: $ddl-chip-close-top;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.e-multi-select-wrapper .e-close-hooker::before {
|
|
16
|
-
content: '\e7a7';
|
|
17
|
-
cursor: pointer;
|
|
18
|
-
left: $ddl-overall-close-left;
|
|
19
|
-
position: relative;
|
|
20
|
-
top: $ddl-overall-close-top;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
24
|
-
content: '';
|
|
25
|
-
}
|
|
26
|
-
}
|
|
1
|
+
@include export-module('multiselect-fabric-icons') {
|
|
2
|
+
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
+
content: '\e966';
|
|
4
|
+
font-family: 'e-icons';
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
8
|
+
content: '\e7a7';
|
|
9
|
+
cursor: pointer;
|
|
10
|
+
left: $ddl-chip-close-left;
|
|
11
|
+
position: relative;
|
|
12
|
+
top: $ddl-chip-close-top;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.e-multi-select-wrapper .e-close-hooker::before {
|
|
16
|
+
content: '\e7a7';
|
|
17
|
+
cursor: pointer;
|
|
18
|
+
left: $ddl-overall-close-left;
|
|
19
|
+
position: relative;
|
|
20
|
+
top: $ddl-overall-close-top;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
24
|
+
content: '';
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
@include export-module('multiselect-fabric-icons') {
|
|
2
|
-
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
-
content: '\e966';
|
|
4
|
-
font-family: 'e-icons';
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
8
|
-
content: '\e7a7';
|
|
9
|
-
cursor: pointer;
|
|
10
|
-
left: $ddl-chip-close-left;
|
|
11
|
-
position: relative;
|
|
12
|
-
top: $ddl-chip-close-top;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.e-multi-select-wrapper .e-close-hooker::before {
|
|
16
|
-
content: '\e7a7';
|
|
17
|
-
cursor: pointer;
|
|
18
|
-
left: $ddl-overall-close-left;
|
|
19
|
-
position: relative;
|
|
20
|
-
top: $ddl-overall-close-top;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
24
|
-
content: '';
|
|
25
|
-
}
|
|
26
|
-
}
|
|
1
|
+
@include export-module('multiselect-fabric-icons') {
|
|
2
|
+
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
+
content: '\e966';
|
|
4
|
+
font-family: 'e-icons';
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
8
|
+
content: '\e7a7';
|
|
9
|
+
cursor: pointer;
|
|
10
|
+
left: $ddl-chip-close-left;
|
|
11
|
+
position: relative;
|
|
12
|
+
top: $ddl-chip-close-top;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.e-multi-select-wrapper .e-close-hooker::before {
|
|
16
|
+
content: '\e7a7';
|
|
17
|
+
cursor: pointer;
|
|
18
|
+
left: $ddl-overall-close-left;
|
|
19
|
+
position: relative;
|
|
20
|
+
top: $ddl-overall-close-top;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
24
|
+
content: '';
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -1,55 +1,55 @@
|
|
|
1
|
-
@include export-module('multiselect-fluent-icons') {
|
|
2
|
-
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
-
content: '\e729';
|
|
4
|
-
font-family: 'e-icons';
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
8
|
-
content: '\e7e7';
|
|
9
|
-
cursor: pointer;
|
|
10
|
-
left: $ddl-chip-close-left;
|
|
11
|
-
position: relative;
|
|
12
|
-
top: $ddl-chip-close-top;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.e-bigger .e-multi-select-wrapper .e-chips .e-chips-close::before,
|
|
16
|
-
.e-bigger.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
17
|
-
top: 1px;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.e-multi-select-wrapper .e-close-hooker::before {
|
|
21
|
-
content: '\e7e7';
|
|
22
|
-
cursor: pointer;
|
|
23
|
-
left: $ddl-overall-close-left;
|
|
24
|
-
position: relative;
|
|
25
|
-
top: $ddl-overall-close-top;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.e-small .e-multi-select-wrapper .e-close-hooker::before {
|
|
29
|
-
top: 1px;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.e-small .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
33
|
-
top: -1px;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
37
|
-
top: 4px;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.e-small.e-bigger .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
41
|
-
top: 5px;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
45
|
-
top: 11px;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.e-bigger .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
49
|
-
top: 11px;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
53
|
-
content: '';
|
|
54
|
-
}
|
|
55
|
-
}
|
|
1
|
+
@include export-module('multiselect-fluent-icons') {
|
|
2
|
+
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
+
content: '\e729';
|
|
4
|
+
font-family: 'e-icons';
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
8
|
+
content: '\e7e7';
|
|
9
|
+
cursor: pointer;
|
|
10
|
+
left: $ddl-chip-close-left;
|
|
11
|
+
position: relative;
|
|
12
|
+
top: $ddl-chip-close-top;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.e-bigger .e-multi-select-wrapper .e-chips .e-chips-close::before,
|
|
16
|
+
.e-bigger.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
17
|
+
top: 1px;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.e-multi-select-wrapper .e-close-hooker::before {
|
|
21
|
+
content: '\e7e7';
|
|
22
|
+
cursor: pointer;
|
|
23
|
+
left: $ddl-overall-close-left;
|
|
24
|
+
position: relative;
|
|
25
|
+
top: $ddl-overall-close-top;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.e-small .e-multi-select-wrapper .e-close-hooker::before {
|
|
29
|
+
top: 1px;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.e-small .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
33
|
+
top: -1px;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
37
|
+
top: 4px;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.e-small.e-bigger .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
41
|
+
top: 5px;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
45
|
+
top: 11px;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.e-bigger .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
49
|
+
top: 11px;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
53
|
+
content: '';
|
|
54
|
+
}
|
|
55
|
+
}
|