@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
|
@@ -237,14 +237,14 @@ function revertHighlightSearch(content) {
|
|
|
237
237
|
}
|
|
238
238
|
}
|
|
239
239
|
|
|
240
|
-
var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
241
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
242
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
243
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
244
|
-
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }
|
|
245
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
246
|
-
});
|
|
247
|
-
};
|
|
240
|
+
var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
241
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
242
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
243
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
244
|
+
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }
|
|
245
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
246
|
+
});
|
|
247
|
+
};
|
|
248
248
|
class VirtualScroll {
|
|
249
249
|
constructor(parent) {
|
|
250
250
|
this.sentinelInfo = {
|
|
@@ -735,12 +735,12 @@ class VirtualScroll {
|
|
|
735
735
|
* Common source
|
|
736
736
|
*/
|
|
737
737
|
|
|
738
|
-
var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
739
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
740
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
741
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
742
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
743
|
-
};
|
|
738
|
+
var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
739
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
740
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
741
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
742
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
743
|
+
};
|
|
744
744
|
class FieldSettings extends ChildProperty {
|
|
745
745
|
}
|
|
746
746
|
__decorate([
|
|
@@ -797,7 +797,6 @@ let DropDownBase = class DropDownBase extends Component {
|
|
|
797
797
|
constructor(options, element) {
|
|
798
798
|
super(options, element);
|
|
799
799
|
this.preventChange = false;
|
|
800
|
-
this.isAngular = false;
|
|
801
800
|
this.isPreventChange = false;
|
|
802
801
|
this.isDynamicDataChange = false;
|
|
803
802
|
this.addedNewItem = false;
|
|
@@ -1856,10 +1855,14 @@ let DropDownBase = class DropDownBase extends Component {
|
|
|
1856
1855
|
}
|
|
1857
1856
|
}
|
|
1858
1857
|
updateGroupFixedHeader(element, target) {
|
|
1859
|
-
this.fixedHeaderElement
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1858
|
+
if (this.fixedHeaderElement) {
|
|
1859
|
+
if (!isNullOrUndefined(element.innerHTML)) {
|
|
1860
|
+
this.fixedHeaderElement.innerHTML = element.innerHTML;
|
|
1861
|
+
}
|
|
1862
|
+
this.fixedHeaderElement.style.position = 'fixed';
|
|
1863
|
+
this.fixedHeaderElement.style.top = (this.list.parentElement.offsetTop + this.list.offsetTop) - window.scrollY + 'px';
|
|
1864
|
+
this.fixedHeaderElement.style.display = 'block';
|
|
1865
|
+
}
|
|
1863
1866
|
}
|
|
1864
1867
|
getValidLi() {
|
|
1865
1868
|
if (this.isVirtualizationEnabled) {
|
|
@@ -2050,9 +2053,12 @@ let DropDownBase = class DropDownBase extends Component {
|
|
|
2050
2053
|
* @param {string | number | boolean} value - Specifies given value.
|
|
2051
2054
|
* @returns {number} Returns the index of the item.
|
|
2052
2055
|
*/
|
|
2053
|
-
getIndexByValueFilter(value) {
|
|
2056
|
+
getIndexByValueFilter(value, ulElement) {
|
|
2054
2057
|
let index;
|
|
2055
|
-
|
|
2058
|
+
if (!ulElement) {
|
|
2059
|
+
return null;
|
|
2060
|
+
}
|
|
2061
|
+
const listItems = ulElement.querySelectorAll('li' + ':not(.e-list-group-item)');
|
|
2056
2062
|
if (listItems) {
|
|
2057
2063
|
for (let i = 0; i < listItems.length; i++) {
|
|
2058
2064
|
if (!isNullOrUndefined(value) && listItems[i].getAttribute('data-value') === value.toString()) {
|
|
@@ -2216,6 +2222,7 @@ let DropDownBase = class DropDownBase extends Component {
|
|
|
2216
2222
|
const group = this.element.querySelector('select>optgroup');
|
|
2217
2223
|
if ((this.fields.groupBy || !isNullOrUndefined(group)) && !this.isGroupChecking) {
|
|
2218
2224
|
EventHandler.add(this.list, 'scroll', this.setFloatingHeader, this);
|
|
2225
|
+
EventHandler.add(document, 'scroll', this.updateGroupFixedHeader, this);
|
|
2219
2226
|
}
|
|
2220
2227
|
if (this.getModuleName() === 'dropdownbase') {
|
|
2221
2228
|
if (this.element.getAttribute('tabindex')) {
|
|
@@ -2467,12 +2474,15 @@ let DropDownBase = class DropDownBase extends Component {
|
|
|
2467
2474
|
* @returns {void}
|
|
2468
2475
|
*/
|
|
2469
2476
|
destroy() {
|
|
2470
|
-
if (document
|
|
2471
|
-
EventHandler.remove(
|
|
2472
|
-
if (
|
|
2473
|
-
this.
|
|
2477
|
+
if (document) {
|
|
2478
|
+
EventHandler.remove(document, 'scroll', this.updateGroupFixedHeader);
|
|
2479
|
+
if (document.body.contains(this.list)) {
|
|
2480
|
+
EventHandler.remove(this.list, 'scroll', this.setFloatingHeader);
|
|
2481
|
+
if (!isNullOrUndefined(this.rippleFun)) {
|
|
2482
|
+
this.rippleFun();
|
|
2483
|
+
}
|
|
2484
|
+
detach(this.list);
|
|
2474
2485
|
}
|
|
2475
|
-
detach(this.list);
|
|
2476
2486
|
}
|
|
2477
2487
|
this.liCollections = null;
|
|
2478
2488
|
this.ulElement = null;
|
|
@@ -2550,12 +2560,12 @@ DropDownBase = __decorate([
|
|
|
2550
2560
|
* export all modules from current location
|
|
2551
2561
|
*/
|
|
2552
2562
|
|
|
2553
|
-
var __decorate$1 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
2554
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
2555
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
2556
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
2557
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
2558
|
-
};
|
|
2563
|
+
var __decorate$1 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
2564
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
2565
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
2566
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
2567
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
2568
|
+
};
|
|
2559
2569
|
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
|
|
2560
2570
|
/// <reference path='../drop-down-base/drop-down-base-model.d.ts'/>
|
|
2561
2571
|
// don't use space in classnames
|
|
@@ -2616,11 +2626,16 @@ let DropDownList = class DropDownList extends DropDownBase {
|
|
|
2616
2626
|
super(options, element);
|
|
2617
2627
|
this.isListSearched = false;
|
|
2618
2628
|
this.preventChange = false;
|
|
2619
|
-
this.isAngular = false;
|
|
2620
2629
|
this.isTouched = false;
|
|
2621
2630
|
this.IsScrollerAtEnd = function () {
|
|
2622
2631
|
return this.list && this.list.scrollTop + this.list.clientHeight >= this.list.scrollHeight;
|
|
2623
2632
|
};
|
|
2633
|
+
this.removeAllChildren = function (element) {
|
|
2634
|
+
while (element.children[0]) {
|
|
2635
|
+
this.removeAllChildren(element.children[0]);
|
|
2636
|
+
element.removeChild(element.children[0]);
|
|
2637
|
+
}
|
|
2638
|
+
};
|
|
2624
2639
|
}
|
|
2625
2640
|
/**
|
|
2626
2641
|
* Initialize the event handler.
|
|
@@ -3507,7 +3522,7 @@ let DropDownList = class DropDownList extends DropDownBase {
|
|
|
3507
3522
|
}
|
|
3508
3523
|
if (this.allowFiltering && !this.enableVirtualization && this.getModuleName() !== 'autocomplete') {
|
|
3509
3524
|
let value = this.getItemData().value;
|
|
3510
|
-
let filterIndex = this.getIndexByValueFilter(value);
|
|
3525
|
+
let filterIndex = this.getIndexByValueFilter(value, this.actionCompleteData.ulElement);
|
|
3511
3526
|
if (!isNullOrUndefined(filterIndex)) {
|
|
3512
3527
|
this.activeIndex = filterIndex;
|
|
3513
3528
|
}
|
|
@@ -3849,7 +3864,7 @@ let DropDownList = class DropDownList extends DropDownBase {
|
|
|
3849
3864
|
value = 'null';
|
|
3850
3865
|
}
|
|
3851
3866
|
if (this.allowFiltering && !this.enableVirtualization && this.getModuleName() !== 'autocomplete') {
|
|
3852
|
-
let filterIndex = this.getIndexByValueFilter(value);
|
|
3867
|
+
let filterIndex = this.getIndexByValueFilter(value, this.actionCompleteData.ulElement);
|
|
3853
3868
|
if (!isNullOrUndefined(filterIndex)) {
|
|
3854
3869
|
this.activeIndex = filterIndex;
|
|
3855
3870
|
}
|
|
@@ -3891,7 +3906,7 @@ let DropDownList = class DropDownList extends DropDownBase {
|
|
|
3891
3906
|
this.inputElement.style.display = 'block';
|
|
3892
3907
|
}
|
|
3893
3908
|
if (!isNullOrUndefined(dataItem.value) && !this.enableVirtualization && this.allowFiltering) {
|
|
3894
|
-
this.activeIndex = this.getIndexByValueFilter(dataItem.value);
|
|
3909
|
+
this.activeIndex = this.getIndexByValueFilter(dataItem.value, this.actionCompleteData.ulElement);
|
|
3895
3910
|
}
|
|
3896
3911
|
const clearIcon = dropDownListClasses.clearIcon;
|
|
3897
3912
|
const isFilterElement = this.isFiltering() && this.filterInput && (this.getModuleName() === 'combobox');
|
|
@@ -5339,6 +5354,14 @@ let DropDownList = class DropDownList extends DropDownBase {
|
|
|
5339
5354
|
this.keyboardEvent = null;
|
|
5340
5355
|
EventHandler.remove(document, 'mousedown', this.onDocumentClick);
|
|
5341
5356
|
this.isActive = false;
|
|
5357
|
+
if (this.getModuleName() === 'dropdownlist') {
|
|
5358
|
+
Input.destroy({
|
|
5359
|
+
element: this.filterInput,
|
|
5360
|
+
floatLabelType: this.floatLabelType,
|
|
5361
|
+
properties: { placeholder: this.filterBarPlaceholder },
|
|
5362
|
+
buttons: this.clearIconElement,
|
|
5363
|
+
}, this.clearIconElement);
|
|
5364
|
+
}
|
|
5342
5365
|
this.filterInputObj = null;
|
|
5343
5366
|
this.isDropDownClick = false;
|
|
5344
5367
|
this.preventAutoFill = false;
|
|
@@ -5369,6 +5392,11 @@ let DropDownList = class DropDownList extends DropDownBase {
|
|
|
5369
5392
|
}
|
|
5370
5393
|
if (this.allowFiltering && this.getModuleName() === 'dropdownlist') {
|
|
5371
5394
|
this.filterInput.removeAttribute('aria-activedescendant');
|
|
5395
|
+
this.filterInput.removeAttribute('aria-disabled');
|
|
5396
|
+
this.filterInput.removeAttribute('role');
|
|
5397
|
+
this.filterInput.removeAttribute('autocomplete');
|
|
5398
|
+
this.filterInput.removeAttribute('autocapitalize');
|
|
5399
|
+
this.filterInput.removeAttribute('spellcheck');
|
|
5372
5400
|
}
|
|
5373
5401
|
this.filterInput = null;
|
|
5374
5402
|
}
|
|
@@ -5795,8 +5823,8 @@ let DropDownList = class DropDownList extends DropDownBase {
|
|
|
5795
5823
|
*/
|
|
5796
5824
|
onPropertyChanged(newProp, oldProp) {
|
|
5797
5825
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
5798
|
-
if (!isNullOrUndefined(newProp.dataSource) && !this.isTouched && (isNullOrUndefined(newProp.value) && isNullOrUndefined(newProp.index)) && !isNullOrUndefined(this.preselectedIndex)) {
|
|
5799
|
-
newProp.index = this.
|
|
5826
|
+
if (!isNullOrUndefined(newProp.dataSource) && !this.isTouched && (isNullOrUndefined(newProp.value) && isNullOrUndefined(newProp.index)) && !isNullOrUndefined(this.preselectedIndex) && !isNullOrUndefined(this.index)) {
|
|
5827
|
+
newProp.index = this.index;
|
|
5800
5828
|
}
|
|
5801
5829
|
if (!isNullOrUndefined(newProp.value) || !isNullOrUndefined(newProp.index)) {
|
|
5802
5830
|
this.isTouched = true;
|
|
@@ -6309,10 +6337,12 @@ let DropDownList = class DropDownList extends DropDownBase {
|
|
|
6309
6337
|
this.inputWrapper.container.parentElement.insertBefore(this.element, this.inputWrapper.container);
|
|
6310
6338
|
detach(this.inputWrapper.container);
|
|
6311
6339
|
}
|
|
6312
|
-
this.hiddenElement
|
|
6340
|
+
delete this.hiddenElement;
|
|
6313
6341
|
this.filterInput = null;
|
|
6314
|
-
this.inputWrapper = null;
|
|
6315
6342
|
this.keyboardModule = null;
|
|
6343
|
+
if (!isNullOrUndefined(this.ulElement)) {
|
|
6344
|
+
this.removeAllChildren(this.ulElement);
|
|
6345
|
+
}
|
|
6316
6346
|
this.ulElement = null;
|
|
6317
6347
|
this.list = null;
|
|
6318
6348
|
this.clearIconElement = null;
|
|
@@ -6336,10 +6366,12 @@ let DropDownList = class DropDownList extends DropDownBase {
|
|
|
6336
6366
|
Input.destroy({
|
|
6337
6367
|
element: this.inputElement,
|
|
6338
6368
|
floatLabelType: this.floatLabelType,
|
|
6339
|
-
properties: this.properties
|
|
6369
|
+
properties: this.properties,
|
|
6370
|
+
buttons: this.inputWrapper.container.querySelectorAll('.e-input-group-icon')[0],
|
|
6340
6371
|
}, this.clearButton);
|
|
6341
6372
|
this.clearButton = null;
|
|
6342
6373
|
this.inputElement = null;
|
|
6374
|
+
this.inputWrapper = null;
|
|
6343
6375
|
super.destroy();
|
|
6344
6376
|
}
|
|
6345
6377
|
/* eslint-disable valid-jsdoc, jsdoc/require-returns-description */
|
|
@@ -6471,12 +6503,12 @@ DropDownList = __decorate$1([
|
|
|
6471
6503
|
* export all modules from current location
|
|
6472
6504
|
*/
|
|
6473
6505
|
|
|
6474
|
-
var __decorate$2 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
6475
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
6476
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
6477
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6478
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6479
|
-
};
|
|
6506
|
+
var __decorate$2 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
6507
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
6508
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
6509
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6510
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6511
|
+
};
|
|
6480
6512
|
const RTL = 'e-rtl';
|
|
6481
6513
|
const DROPDOWNTREE = 'e-ddt';
|
|
6482
6514
|
const HIDDENELEMENT = 'e-ddt-hidden';
|
|
@@ -8394,6 +8426,8 @@ let DropDownTree = class DropDownTree extends Component {
|
|
|
8394
8426
|
if (this.showCheckBox) {
|
|
8395
8427
|
return;
|
|
8396
8428
|
}
|
|
8429
|
+
const eventArgs = this.getEventArgs(args);
|
|
8430
|
+
this.trigger('select', eventArgs);
|
|
8397
8431
|
let selectedText;
|
|
8398
8432
|
if (args.isInteracted) {
|
|
8399
8433
|
const id = getValue('id', args.nodeData).toString();
|
|
@@ -8421,8 +8455,6 @@ let DropDownTree = class DropDownTree extends Component {
|
|
|
8421
8455
|
this.setMultiSelect();
|
|
8422
8456
|
}
|
|
8423
8457
|
}
|
|
8424
|
-
const eventArgs = this.getEventArgs(args);
|
|
8425
|
-
this.trigger('select', eventArgs);
|
|
8426
8458
|
if (this.isValueChange && !this.changeOnBlur) {
|
|
8427
8459
|
this.triggerChangeEvent(this.keyEventArgs);
|
|
8428
8460
|
this.isValueChange = false;
|
|
@@ -9738,12 +9770,12 @@ DropDownTree = __decorate$2([
|
|
|
9738
9770
|
* export all modules from current location
|
|
9739
9771
|
*/
|
|
9740
9772
|
|
|
9741
|
-
var __decorate$3 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
9742
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
9743
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
9744
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
9745
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
9746
|
-
};
|
|
9773
|
+
var __decorate$3 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
9774
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
9775
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
9776
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
9777
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
9778
|
+
};
|
|
9747
9779
|
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
|
|
9748
9780
|
/// <reference path='../drop-down-list/drop-down-list-model.d.ts'/>
|
|
9749
9781
|
const SPINNER_CLASS = 'e-atc-spinner-icon';
|
|
@@ -10713,12 +10745,12 @@ ComboBox = __decorate$3([
|
|
|
10713
10745
|
* export all modules from current location
|
|
10714
10746
|
*/
|
|
10715
10747
|
|
|
10716
|
-
var __decorate$4 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
10717
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
10718
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
10719
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
10720
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
10721
|
-
};
|
|
10748
|
+
var __decorate$4 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
10749
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
10750
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
10751
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
10752
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
10753
|
+
};
|
|
10722
10754
|
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
|
|
10723
10755
|
/// <reference path='../combo-box/combo-box-model.d.ts'/>
|
|
10724
10756
|
dropDownListClasses.root = 'e-autocomplete';
|
|
@@ -11256,6 +11288,7 @@ function createFloatLabel(overAllWrapper, searchWrapper, element, inputElement,
|
|
|
11256
11288
|
element.id = id;
|
|
11257
11289
|
if (!isNullOrUndefined(element.id) && element.id !== '') {
|
|
11258
11290
|
floatLabelElement.id = 'label_' + element.id.replace(/ /g, '_');
|
|
11291
|
+
floatLabelElement.setAttribute('for', element.id);
|
|
11259
11292
|
attributes(inputElement, { 'aria-labelledby': floatLabelElement.id });
|
|
11260
11293
|
}
|
|
11261
11294
|
if (!isNullOrUndefined(inputElement.placeholder) && inputElement.placeholder !== '') {
|
|
@@ -11383,12 +11416,12 @@ function encodePlaceholder(placeholder) {
|
|
|
11383
11416
|
}
|
|
11384
11417
|
/* eslint-enable valid-jsdoc */
|
|
11385
11418
|
|
|
11386
|
-
var __decorate$5 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
11387
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
11388
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
11389
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
11390
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
11391
|
-
};
|
|
11419
|
+
var __decorate$5 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
11420
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
11421
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
11422
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
11423
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
11424
|
+
};
|
|
11392
11425
|
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
|
|
11393
11426
|
/// <reference path='../drop-down-base/drop-down-base-model.d.ts'/>
|
|
11394
11427
|
const FOCUS = 'e-input-focus';
|
|
@@ -15933,7 +15966,7 @@ let MultiSelect = class MultiSelect extends DropDownBase {
|
|
|
15933
15966
|
}
|
|
15934
15967
|
if (this.mode === 'CheckBox') {
|
|
15935
15968
|
this.updateDelimView();
|
|
15936
|
-
if (!(isRemoveAll || this.isSelectAll) && this.isSelectAllTarget) {
|
|
15969
|
+
if ((!(isRemoveAll || this.isSelectAll) && this.isSelectAllTarget) || (this.isSelectAll && this.isSelectAllTarget)) {
|
|
15937
15970
|
this.updateDelimeter(this.delimiterChar, event);
|
|
15938
15971
|
}
|
|
15939
15972
|
this.refreshInputHight();
|
|
@@ -17574,12 +17607,12 @@ class CheckBoxSelection {
|
|
|
17574
17607
|
* export all modules from current location
|
|
17575
17608
|
*/
|
|
17576
17609
|
|
|
17577
|
-
var __decorate$6 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
17578
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
17579
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
17580
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
17581
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
17582
|
-
};
|
|
17610
|
+
var __decorate$6 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
17611
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
17612
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
17613
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
17614
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
17615
|
+
};
|
|
17583
17616
|
var ListBox_1;
|
|
17584
17617
|
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
|
|
17585
17618
|
/// <reference path='../drop-down-base/drop-down-base-model.d.ts'/>
|
|
@@ -20043,12 +20076,12 @@ const listBoxClasses = {
|
|
|
20043
20076
|
* export all modules from current location
|
|
20044
20077
|
*/
|
|
20045
20078
|
|
|
20046
|
-
var __decorate$7 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
20047
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
20048
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
20049
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
20050
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
20051
|
-
};
|
|
20079
|
+
var __decorate$7 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
20080
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
20081
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
20082
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
20083
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
20084
|
+
};
|
|
20052
20085
|
/**
|
|
20053
20086
|
* The Mention component is used to list someone or something based on user input in textarea, input,
|
|
20054
20087
|
* or any other editable element from which the user can select.
|