@syncfusion/ej2-dropdowns 29.1.41 → 29.2.4-850322
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/{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 +299 -153
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +467 -319
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/license +2 -2
- package/package.json +81 -81
- package/src/auto-complete/auto-complete-model.d.ts +190 -190
- package/src/auto-complete/auto-complete.d.ts +13 -12
- package/src/auto-complete/auto-complete.js +30 -22
- package/src/combo-box/combo-box-model.d.ts +232 -240
- package/src/combo-box/combo-box.d.ts +26 -33
- package/src/combo-box/combo-box.js +29 -32
- package/src/common/virtual-scroll.js +54 -49
- package/src/drop-down-base/drop-down-base-model.d.ts +205 -205
- package/src/drop-down-base/drop-down-base.d.ts +20 -16
- package/src/drop-down-base/drop-down-base.js +74 -30
- package/src/drop-down-list/drop-down-list-model.d.ts +310 -303
- package/src/drop-down-list/drop-down-list.d.ts +12 -5
- package/src/drop-down-list/drop-down-list.js +75 -50
- package/src/drop-down-tree/drop-down-tree-model.d.ts +493 -493
- package/src/drop-down-tree/drop-down-tree.d.ts +2 -1
- package/src/drop-down-tree/drop-down-tree.js +30 -19
- 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 +274 -267
- package/src/mention/mention.d.ts +9 -1
- package/src/mention/mention.js +49 -36
- package/src/multi-select/multi-select-model.d.ts +565 -558
- package/src/multi-select/multi-select.d.ts +11 -1
- package/src/multi-select/multi-select.js +109 -64
- package/styles/bds-lite.css +0 -3040
- package/styles/bds-lite.scss +0 -28
- package/styles/bds.css +0 -3890
- package/styles/bds.scss +0 -33
- package/styles/bootstrap-dark-lite.css +0 -2826
- package/styles/bootstrap-dark-lite.scss +0 -28
- package/styles/bootstrap-dark.css +0 -3520
- package/styles/bootstrap-dark.scss +0 -33
- package/styles/bootstrap-lite.css +0 -2822
- package/styles/bootstrap-lite.scss +0 -28
- package/styles/bootstrap.css +0 -3522
- package/styles/bootstrap.scss +0 -33
- package/styles/bootstrap4-lite.css +0 -2927
- package/styles/bootstrap4-lite.scss +0 -28
- package/styles/bootstrap4.css +0 -3796
- package/styles/bootstrap4.scss +0 -33
- package/styles/bootstrap5-dark-lite.css +0 -2906
- package/styles/bootstrap5-dark-lite.scss +0 -28
- package/styles/bootstrap5-dark.css +0 -3695
- package/styles/bootstrap5-dark.scss +0 -33
- package/styles/bootstrap5-lite.css +0 -2906
- package/styles/bootstrap5-lite.scss +0 -28
- package/styles/bootstrap5.3-lite.css +0 -2898
- package/styles/bootstrap5.3-lite.scss +0 -28
- package/styles/bootstrap5.3.css +0 -3644
- package/styles/bootstrap5.3.scss +0 -33
- package/styles/bootstrap5.css +0 -3695
- package/styles/bootstrap5.scss +0 -33
- package/styles/fabric-dark-lite.css +0 -2804
- package/styles/fabric-dark-lite.scss +0 -28
- package/styles/fabric-dark.css +0 -3500
- package/styles/fabric-dark.scss +0 -33
- package/styles/fabric-lite.css +0 -2800
- package/styles/fabric-lite.scss +0 -28
- package/styles/fabric.css +0 -3502
- package/styles/fabric.scss +0 -33
- package/styles/fluent-dark-lite.css +0 -2931
- package/styles/fluent-dark-lite.scss +0 -28
- package/styles/fluent-dark.css +0 -3730
- package/styles/fluent-dark.scss +0 -33
- package/styles/fluent-lite.css +0 -2931
- package/styles/fluent-lite.scss +0 -28
- package/styles/fluent.css +0 -3730
- package/styles/fluent.scss +0 -33
- package/styles/fluent2-lite.css +0 -3122
- package/styles/fluent2-lite.scss +0 -28
- package/styles/fluent2.css +0 -3915
- package/styles/fluent2.scss +0 -33
- package/styles/highcontrast-light-lite.css +0 -2903
- package/styles/highcontrast-light-lite.scss +0 -28
- package/styles/highcontrast-light.css +0 -3591
- package/styles/highcontrast-light.scss +0 -33
- package/styles/highcontrast-lite.css +0 -2949
- package/styles/highcontrast-lite.scss +0 -28
- package/styles/highcontrast.css +0 -3643
- package/styles/highcontrast.scss +0 -33
- package/styles/material-dark-lite.css +0 -3587
- package/styles/material-dark-lite.scss +0 -28
- package/styles/material-dark.css +0 -5060
- package/styles/material-dark.scss +0 -33
- package/styles/material-lite.css +0 -3618
- package/styles/material-lite.scss +0 -28
- package/styles/material.css +0 -5118
- package/styles/material.scss +0 -33
- package/styles/material3-dark-lite.css +0 -3521
- package/styles/material3-dark-lite.scss +0 -28
- package/styles/material3-dark.css +0 -5109
- package/styles/material3-dark.scss +0 -35
- package/styles/material3-lite.css +0 -3523
- package/styles/material3-lite.scss +0 -28
- package/styles/material3.css +0 -5111
- package/styles/material3.scss +0 -35
- package/styles/tailwind-dark-lite.css +0 -2877
- package/styles/tailwind-dark-lite.scss +0 -28
- package/styles/tailwind-dark.css +0 -3727
- package/styles/tailwind-dark.scss +0 -33
- package/styles/tailwind-lite.css +0 -2877
- package/styles/tailwind-lite.scss +0 -28
- package/styles/tailwind.css +0 -3727
- package/styles/tailwind.scss +0 -33
- package/styles/tailwind3-lite.css +0 -2920
- package/styles/tailwind3-lite.scss +0 -28
- package/styles/tailwind3.css +0 -3596
- package/styles/tailwind3.scss +0 -33
- package/.eslintrc.json +0 -261
- 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/helpers/e2e/autocomplete.d.ts +0 -16
- package/helpers/e2e/autocomplete.js +0 -60
- package/helpers/e2e/combobox.d.ts +0 -17
- package/helpers/e2e/combobox.js +0 -63
- package/helpers/e2e/dropdownlist.d.ts +0 -20
- package/helpers/e2e/dropdownlist.js +0 -72
- package/helpers/e2e/index.d.ts +0 -4
- package/helpers/e2e/index.js +0 -11
- package/helpers/e2e/listboxHelper.d.ts +0 -22
- package/helpers/e2e/listboxHelper.js +0 -56
- package/helpers/e2e/multiselect.d.ts +0 -31
- package/helpers/e2e/multiselect.js +0 -105
- package/styles/auto-complete/_all.scss +0 -1
- package/styles/auto-complete/_bds-definition.scss +0 -2
- package/styles/auto-complete/_bootstrap-dark-definition.scss +0 -3
- package/styles/auto-complete/_bootstrap-definition.scss +0 -2
- package/styles/auto-complete/_bootstrap4-definition.scss +0 -11
- package/styles/auto-complete/_bootstrap5-dark-definition.scss +0 -1
- package/styles/auto-complete/_bootstrap5-definition.scss +0 -2
- package/styles/auto-complete/_bootstrap5.3-definition.scss +0 -2
- package/styles/auto-complete/_fabric-dark-definition.scss +0 -2
- package/styles/auto-complete/_fabric-definition.scss +0 -2
- package/styles/auto-complete/_fluent-dark-definition.scss +0 -1
- package/styles/auto-complete/_fluent-definition.scss +0 -2
- package/styles/auto-complete/_fluent2-definition.scss +0 -2
- package/styles/auto-complete/_fusionnew-definition.scss +0 -2
- package/styles/auto-complete/_highcontrast-definition.scss +0 -2
- package/styles/auto-complete/_highcontrast-light-definition.scss +0 -2
- package/styles/auto-complete/_material-dark-definition.scss +0 -2
- package/styles/auto-complete/_material-definition.scss +0 -2
- package/styles/auto-complete/_material3-dark-definition.scss +0 -1
- package/styles/auto-complete/_material3-definition.scss +0 -2
- package/styles/auto-complete/_tailwind-dark-definition.scss +0 -1
- package/styles/auto-complete/_tailwind-definition.scss +0 -2
- package/styles/auto-complete/_tailwind3-definition.scss +0 -2
- package/styles/auto-complete/bds.css +0 -75
- package/styles/auto-complete/bds.scss +0 -4
- package/styles/auto-complete/bootstrap-dark.css +0 -59
- package/styles/auto-complete/bootstrap-dark.scss +0 -4
- package/styles/auto-complete/bootstrap.css +0 -59
- package/styles/auto-complete/bootstrap.scss +0 -4
- package/styles/auto-complete/bootstrap4.css +0 -95
- package/styles/auto-complete/bootstrap4.scss +0 -4
- package/styles/auto-complete/bootstrap5-dark.css +0 -97
- package/styles/auto-complete/bootstrap5-dark.scss +0 -4
- package/styles/auto-complete/bootstrap5.3.css +0 -101
- package/styles/auto-complete/bootstrap5.3.scss +0 -4
- package/styles/auto-complete/bootstrap5.css +0 -97
- package/styles/auto-complete/bootstrap5.scss +0 -4
- package/styles/auto-complete/fabric-dark.css +0 -35
- package/styles/auto-complete/fabric-dark.scss +0 -4
- package/styles/auto-complete/fabric.css +0 -35
- package/styles/auto-complete/fabric.scss +0 -4
- package/styles/auto-complete/fluent-dark.css +0 -90
- package/styles/auto-complete/fluent-dark.scss +0 -4
- package/styles/auto-complete/fluent.css +0 -90
- package/styles/auto-complete/fluent.scss +0 -4
- package/styles/auto-complete/fluent2.css +0 -77
- package/styles/auto-complete/fluent2.scss +0 -4
- package/styles/auto-complete/highcontrast-light.css +0 -44
- package/styles/auto-complete/highcontrast-light.scss +0 -4
- package/styles/auto-complete/highcontrast.css +0 -44
- package/styles/auto-complete/highcontrast.scss +0 -4
- package/styles/auto-complete/material-dark.css +0 -84
- package/styles/auto-complete/material-dark.scss +0 -4
- package/styles/auto-complete/material.css +0 -88
- package/styles/auto-complete/material.scss +0 -4
- package/styles/auto-complete/material3-dark.css +0 -96
- package/styles/auto-complete/material3-dark.scss +0 -5
- package/styles/auto-complete/material3.css +0 -98
- package/styles/auto-complete/material3.scss +0 -5
- package/styles/auto-complete/tailwind-dark.css +0 -71
- package/styles/auto-complete/tailwind-dark.scss +0 -4
- package/styles/auto-complete/tailwind.css +0 -71
- package/styles/auto-complete/tailwind.scss +0 -4
- package/styles/auto-complete/tailwind3.css +0 -101
- package/styles/auto-complete/tailwind3.scss +0 -4
- package/styles/combo-box/_all.scss +0 -1
- package/styles/combo-box/_bds-definition.scss +0 -2
- package/styles/combo-box/_bootstrap-dark-definition.scss +0 -2
- package/styles/combo-box/_bootstrap-definition.scss +0 -2
- package/styles/combo-box/_bootstrap4-definition.scss +0 -11
- package/styles/combo-box/_bootstrap5-dark-definition.scss +0 -1
- package/styles/combo-box/_bootstrap5-definition.scss +0 -2
- package/styles/combo-box/_bootstrap5.3-definition.scss +0 -2
- package/styles/combo-box/_fabric-dark-definition.scss +0 -2
- package/styles/combo-box/_fabric-definition.scss +0 -2
- package/styles/combo-box/_fluent-dark-definition.scss +0 -1
- package/styles/combo-box/_fluent-definition.scss +0 -2
- package/styles/combo-box/_fluent2-definition.scss +0 -2
- package/styles/combo-box/_fusionnew-definition.scss +0 -2
- package/styles/combo-box/_highcontrast-definition.scss +0 -2
- package/styles/combo-box/_highcontrast-light-definition.scss +0 -3
- package/styles/combo-box/_material-dark-definition.scss +0 -2
- package/styles/combo-box/_material-definition.scss +0 -2
- package/styles/combo-box/_material3-dark-definition.scss +0 -1
- package/styles/combo-box/_material3-definition.scss +0 -2
- package/styles/combo-box/_tailwind-dark-definition.scss +0 -1
- package/styles/combo-box/_tailwind-definition.scss +0 -2
- package/styles/combo-box/_tailwind3-definition.scss +0 -2
- package/styles/combo-box/bds.css +0 -75
- package/styles/combo-box/bds.scss +0 -4
- package/styles/combo-box/bootstrap-dark.css +0 -59
- package/styles/combo-box/bootstrap-dark.scss +0 -4
- package/styles/combo-box/bootstrap.css +0 -59
- package/styles/combo-box/bootstrap.scss +0 -4
- package/styles/combo-box/bootstrap4.css +0 -95
- package/styles/combo-box/bootstrap4.scss +0 -4
- package/styles/combo-box/bootstrap5-dark.css +0 -97
- package/styles/combo-box/bootstrap5-dark.scss +0 -4
- package/styles/combo-box/bootstrap5.3.css +0 -101
- package/styles/combo-box/bootstrap5.3.scss +0 -4
- package/styles/combo-box/bootstrap5.css +0 -97
- package/styles/combo-box/bootstrap5.scss +0 -4
- package/styles/combo-box/fabric-dark.css +0 -35
- package/styles/combo-box/fabric-dark.scss +0 -4
- package/styles/combo-box/fabric.css +0 -35
- package/styles/combo-box/fabric.scss +0 -4
- package/styles/combo-box/fluent-dark.css +0 -90
- package/styles/combo-box/fluent-dark.scss +0 -4
- package/styles/combo-box/fluent.css +0 -90
- package/styles/combo-box/fluent.scss +0 -4
- package/styles/combo-box/fluent2.css +0 -77
- package/styles/combo-box/fluent2.scss +0 -4
- package/styles/combo-box/highcontrast-light.css +0 -44
- package/styles/combo-box/highcontrast-light.scss +0 -4
- package/styles/combo-box/highcontrast.css +0 -44
- package/styles/combo-box/highcontrast.scss +0 -4
- package/styles/combo-box/material-dark.css +0 -84
- package/styles/combo-box/material-dark.scss +0 -4
- package/styles/combo-box/material.css +0 -88
- package/styles/combo-box/material.scss +0 -4
- package/styles/combo-box/material3-dark.css +0 -96
- package/styles/combo-box/material3-dark.scss +0 -5
- package/styles/combo-box/material3.css +0 -98
- package/styles/combo-box/material3.scss +0 -5
- package/styles/combo-box/tailwind-dark.css +0 -71
- package/styles/combo-box/tailwind-dark.scss +0 -4
- package/styles/combo-box/tailwind.css +0 -71
- package/styles/combo-box/tailwind.scss +0 -4
- package/styles/combo-box/tailwind3.css +0 -101
- package/styles/combo-box/tailwind3.scss +0 -4
- package/styles/drop-down-base/_all.scss +0 -2
- package/styles/drop-down-base/_bds-definition.scss +0 -112
- package/styles/drop-down-base/_bigger.scss +0 -198
- package/styles/drop-down-base/_bootstrap-dark-definition.scss +0 -80
- package/styles/drop-down-base/_bootstrap-definition.scss +0 -78
- package/styles/drop-down-base/_bootstrap4-definition.scss +0 -83
- package/styles/drop-down-base/_bootstrap5-dark-definition.scss +0 -1
- package/styles/drop-down-base/_bootstrap5-definition.scss +0 -98
- package/styles/drop-down-base/_bootstrap5.3-definition.scss +0 -98
- package/styles/drop-down-base/_definition.scss +0 -23
- package/styles/drop-down-base/_fabric-dark-definition.scss +0 -81
- package/styles/drop-down-base/_fabric-definition.scss +0 -79
- package/styles/drop-down-base/_fluent-dark-definition.scss +0 -1
- package/styles/drop-down-base/_fluent-definition.scss +0 -102
- package/styles/drop-down-base/_fluent2-definition.scss +0 -113
- package/styles/drop-down-base/_fusionnew-definition.scss +0 -98
- package/styles/drop-down-base/_highcontrast-definition.scss +0 -96
- package/styles/drop-down-base/_highcontrast-light-definition.scss +0 -96
- package/styles/drop-down-base/_layout.scss +0 -148
- package/styles/drop-down-base/_material-dark-definition.scss +0 -82
- package/styles/drop-down-base/_material-definition.scss +0 -81
- package/styles/drop-down-base/_material3-dark-definition.scss +0 -1
- package/styles/drop-down-base/_material3-definition.scss +0 -73
- package/styles/drop-down-base/_tailwind-dark-definition.scss +0 -1
- package/styles/drop-down-base/_tailwind-definition.scss +0 -107
- package/styles/drop-down-base/_tailwind3-definition.scss +0 -98
- package/styles/drop-down-base/_theme.scss +0 -303
- package/styles/drop-down-base/bds.css +0 -496
- package/styles/drop-down-base/bds.scss +0 -4
- package/styles/drop-down-base/bootstrap-dark.css +0 -379
- package/styles/drop-down-base/bootstrap-dark.scss +0 -4
- package/styles/drop-down-base/bootstrap.css +0 -379
- package/styles/drop-down-base/bootstrap.scss +0 -4
- package/styles/drop-down-base/bootstrap4.css +0 -389
- package/styles/drop-down-base/bootstrap4.scss +0 -4
- package/styles/drop-down-base/bootstrap5-dark.css +0 -411
- package/styles/drop-down-base/bootstrap5-dark.scss +0 -4
- package/styles/drop-down-base/bootstrap5.3.css +0 -415
- package/styles/drop-down-base/bootstrap5.3.scss +0 -4
- package/styles/drop-down-base/bootstrap5.css +0 -411
- package/styles/drop-down-base/bootstrap5.scss +0 -4
- package/styles/drop-down-base/fabric-dark.css +0 -379
- package/styles/drop-down-base/fabric-dark.scss +0 -4
- package/styles/drop-down-base/fabric.css +0 -379
- package/styles/drop-down-base/fabric.scss +0 -4
- package/styles/drop-down-base/fluent-dark.css +0 -427
- package/styles/drop-down-base/fluent-dark.scss +0 -4
- package/styles/drop-down-base/fluent.css +0 -427
- package/styles/drop-down-base/fluent.scss +0 -4
- package/styles/drop-down-base/fluent2.css +0 -427
- package/styles/drop-down-base/fluent2.scss +0 -4
- package/styles/drop-down-base/highcontrast-light.css +0 -391
- package/styles/drop-down-base/highcontrast-light.scss +0 -4
- package/styles/drop-down-base/highcontrast.css +0 -391
- package/styles/drop-down-base/highcontrast.scss +0 -4
- package/styles/drop-down-base/material-dark.css +0 -378
- package/styles/drop-down-base/material-dark.scss +0 -4
- package/styles/drop-down-base/material.css +0 -378
- package/styles/drop-down-base/material.scss +0 -4
- package/styles/drop-down-base/material3-dark.css +0 -390
- package/styles/drop-down-base/material3-dark.scss +0 -5
- package/styles/drop-down-base/material3.css +0 -392
- package/styles/drop-down-base/material3.scss +0 -5
- package/styles/drop-down-base/tailwind-dark.css +0 -487
- package/styles/drop-down-base/tailwind-dark.scss +0 -4
- package/styles/drop-down-base/tailwind.css +0 -487
- package/styles/drop-down-base/tailwind.scss +0 -4
- package/styles/drop-down-base/tailwind3.css +0 -392
- package/styles/drop-down-base/tailwind3.scss +0 -4
- package/styles/drop-down-list/_all.scss +0 -3
- package/styles/drop-down-list/_bds-definition.scss +0 -100
- package/styles/drop-down-list/_bigger.scss +0 -713
- package/styles/drop-down-list/_bootstrap-dark-definition.scss +0 -94
- package/styles/drop-down-list/_bootstrap-definition.scss +0 -93
- package/styles/drop-down-list/_bootstrap4-definition.scss +0 -122
- package/styles/drop-down-list/_bootstrap5-dark-definition.scss +0 -1
- package/styles/drop-down-list/_bootstrap5-definition.scss +0 -135
- package/styles/drop-down-list/_bootstrap5.3-definition.scss +0 -136
- package/styles/drop-down-list/_fabric-dark-definition.scss +0 -72
- package/styles/drop-down-list/_fabric-definition.scss +0 -69
- package/styles/drop-down-list/_fluent-dark-definition.scss +0 -1
- package/styles/drop-down-list/_fluent-definition.scss +0 -128
- package/styles/drop-down-list/_fluent2-definition.scss +0 -101
- package/styles/drop-down-list/_fusionnew-definition.scss +0 -134
- package/styles/drop-down-list/_highcontrast-definition.scss +0 -83
- package/styles/drop-down-list/_highcontrast-light-definition.scss +0 -85
- package/styles/drop-down-list/_layout.scss +0 -284
- package/styles/drop-down-list/_material-dark-definition.scss +0 -110
- package/styles/drop-down-list/_material-definition.scss +0 -112
- package/styles/drop-down-list/_material3-dark-definition.scss +0 -1
- package/styles/drop-down-list/_material3-definition.scss +0 -114
- package/styles/drop-down-list/_tailwind-dark-definition.scss +0 -1
- package/styles/drop-down-list/_tailwind-definition.scss +0 -100
- package/styles/drop-down-list/_tailwind3-definition.scss +0 -135
- package/styles/drop-down-list/_theme.scss +0 -17
- package/styles/drop-down-list/bds.css +0 -622
- package/styles/drop-down-list/bds.scss +0 -10
- package/styles/drop-down-list/bootstrap-dark.css +0 -464
- package/styles/drop-down-list/bootstrap-dark.scss +0 -10
- package/styles/drop-down-list/bootstrap.css +0 -466
- package/styles/drop-down-list/bootstrap.scss +0 -10
- package/styles/drop-down-list/bootstrap4.css +0 -511
- package/styles/drop-down-list/bootstrap4.scss +0 -10
- package/styles/drop-down-list/bootstrap5-dark.css +0 -510
- package/styles/drop-down-list/bootstrap5-dark.scss +0 -10
- package/styles/drop-down-list/bootstrap5.3.css +0 -515
- package/styles/drop-down-list/bootstrap5.3.scss +0 -10
- package/styles/drop-down-list/bootstrap5.css +0 -510
- package/styles/drop-down-list/bootstrap5.scss +0 -10
- package/styles/drop-down-list/fabric-dark.css +0 -439
- package/styles/drop-down-list/fabric-dark.scss +0 -10
- package/styles/drop-down-list/fabric.css +0 -439
- package/styles/drop-down-list/fabric.scss +0 -10
- package/styles/drop-down-list/fluent-dark.css +0 -483
- package/styles/drop-down-list/fluent-dark.scss +0 -10
- package/styles/drop-down-list/fluent.css +0 -483
- package/styles/drop-down-list/fluent.scss +0 -10
- package/styles/drop-down-list/fluent2.css +0 -666
- package/styles/drop-down-list/fluent2.scss +0 -10
- package/styles/drop-down-list/highcontrast-light.css +0 -440
- package/styles/drop-down-list/highcontrast-light.scss +0 -10
- package/styles/drop-down-list/highcontrast.css +0 -455
- package/styles/drop-down-list/highcontrast.scss +0 -10
- package/styles/drop-down-list/icons/_bds.scss +0 -14
- package/styles/drop-down-list/icons/_bootstrap-dark.scss +0 -18
- package/styles/drop-down-list/icons/_bootstrap.scss +0 -18
- package/styles/drop-down-list/icons/_bootstrap4.scss +0 -18
- package/styles/drop-down-list/icons/_bootstrap5-dark.scss +0 -1
- package/styles/drop-down-list/icons/_bootstrap5.3.scss +0 -18
- package/styles/drop-down-list/icons/_bootstrap5.scss +0 -18
- package/styles/drop-down-list/icons/_fabric-dark.scss +0 -18
- package/styles/drop-down-list/icons/_fabric.scss +0 -18
- package/styles/drop-down-list/icons/_fluent-dark.scss +0 -1
- package/styles/drop-down-list/icons/_fluent.scss +0 -18
- package/styles/drop-down-list/icons/_fluent2.scss +0 -18
- package/styles/drop-down-list/icons/_fusionnew.scss +0 -14
- package/styles/drop-down-list/icons/_highcontrast-light.scss +0 -14
- package/styles/drop-down-list/icons/_highcontrast.scss +0 -18
- package/styles/drop-down-list/icons/_material-dark.scss +0 -18
- package/styles/drop-down-list/icons/_material.scss +0 -18
- package/styles/drop-down-list/icons/_material3-dark.scss +0 -1
- package/styles/drop-down-list/icons/_material3.scss +0 -18
- package/styles/drop-down-list/icons/_tailwind-dark.scss +0 -1
- package/styles/drop-down-list/icons/_tailwind.scss +0 -18
- package/styles/drop-down-list/icons/_tailwind3.scss +0 -14
- package/styles/drop-down-list/material-dark.css +0 -487
- package/styles/drop-down-list/material-dark.scss +0 -10
- package/styles/drop-down-list/material.css +0 -526
- package/styles/drop-down-list/material.scss +0 -10
- package/styles/drop-down-list/material3-dark.css +0 -545
- package/styles/drop-down-list/material3-dark.scss +0 -11
- package/styles/drop-down-list/material3.css +0 -547
- package/styles/drop-down-list/material3.scss +0 -11
- package/styles/drop-down-list/tailwind-dark.css +0 -472
- package/styles/drop-down-list/tailwind-dark.scss +0 -10
- package/styles/drop-down-list/tailwind.css +0 -472
- package/styles/drop-down-list/tailwind.scss +0 -10
- package/styles/drop-down-list/tailwind3.css +0 -469
- package/styles/drop-down-list/tailwind3.scss +0 -10
- package/styles/drop-down-tree/_all.scss +0 -2
- package/styles/drop-down-tree/_bds-definition.scss +0 -75
- package/styles/drop-down-tree/_bigger.scss +0 -561
- package/styles/drop-down-tree/_bootstrap-dark-definition.scss +0 -82
- package/styles/drop-down-tree/_bootstrap-definition.scss +0 -81
- package/styles/drop-down-tree/_bootstrap4-definition.scss +0 -85
- package/styles/drop-down-tree/_bootstrap5-dark-definition.scss +0 -1
- package/styles/drop-down-tree/_bootstrap5-definition.scss +0 -74
- package/styles/drop-down-tree/_bootstrap5.3-definition.scss +0 -74
- package/styles/drop-down-tree/_fabric-dark-definition.scss +0 -82
- package/styles/drop-down-tree/_fabric-definition.scss +0 -82
- package/styles/drop-down-tree/_fluent-dark-definition.scss +0 -1
- package/styles/drop-down-tree/_fluent-definition.scss +0 -79
- package/styles/drop-down-tree/_fluent2-definition.scss +0 -86
- package/styles/drop-down-tree/_fusionnew-definition.scss +0 -70
- package/styles/drop-down-tree/_highcontrast-definition.scss +0 -82
- package/styles/drop-down-tree/_highcontrast-light-definition.scss +0 -82
- package/styles/drop-down-tree/_layout.scss +0 -942
- package/styles/drop-down-tree/_material-dark-definition.scss +0 -83
- package/styles/drop-down-tree/_material-definition.scss +0 -85
- package/styles/drop-down-tree/_material3-dark-definition.scss +0 -1
- package/styles/drop-down-tree/_material3-definition.scss +0 -84
- package/styles/drop-down-tree/_tailwind-dark-definition.scss +0 -1
- package/styles/drop-down-tree/_tailwind-definition.scss +0 -75
- package/styles/drop-down-tree/_tailwind3-definition.scss +0 -75
- package/styles/drop-down-tree/_theme.scss +0 -135
- package/styles/drop-down-tree/bds.css +0 -730
- package/styles/drop-down-tree/bds.scss +0 -10
- package/styles/drop-down-tree/bootstrap-dark.css +0 -485
- package/styles/drop-down-tree/bootstrap-dark.scss +0 -10
- package/styles/drop-down-tree/bootstrap.css +0 -486
- package/styles/drop-down-tree/bootstrap.scss +0 -10
- package/styles/drop-down-tree/bootstrap4.css +0 -515
- package/styles/drop-down-tree/bootstrap4.scss +0 -10
- package/styles/drop-down-tree/bootstrap5-dark.css +0 -547
- package/styles/drop-down-tree/bootstrap5-dark.scss +0 -10
- package/styles/drop-down-tree/bootstrap5.3.css +0 -482
- package/styles/drop-down-tree/bootstrap5.3.scss +0 -10
- package/styles/drop-down-tree/bootstrap5.css +0 -547
- package/styles/drop-down-tree/bootstrap5.scss +0 -10
- package/styles/drop-down-tree/fabric-dark.css +0 -487
- package/styles/drop-down-tree/fabric-dark.scss +0 -10
- package/styles/drop-down-tree/fabric.css +0 -488
- package/styles/drop-down-tree/fabric.scss +0 -10
- package/styles/drop-down-tree/fluent-dark.css +0 -549
- package/styles/drop-down-tree/fluent-dark.scss +0 -10
- package/styles/drop-down-tree/fluent.css +0 -549
- package/styles/drop-down-tree/fluent.scss +0 -10
- package/styles/drop-down-tree/fluent2.css +0 -721
- package/styles/drop-down-tree/fluent2.scss +0 -10
- package/styles/drop-down-tree/highcontrast-light.css +0 -500
- package/styles/drop-down-tree/highcontrast-light.scss +0 -10
- package/styles/drop-down-tree/highcontrast.css +0 -510
- package/styles/drop-down-tree/highcontrast.scss +0 -10
- package/styles/drop-down-tree/icons/_bds.scss +0 -11
- package/styles/drop-down-tree/icons/_bootstrap-dark.scss +0 -11
- package/styles/drop-down-tree/icons/_bootstrap.scss +0 -11
- package/styles/drop-down-tree/icons/_bootstrap4.scss +0 -11
- package/styles/drop-down-tree/icons/_bootstrap5-dark.scss +0 -1
- package/styles/drop-down-tree/icons/_bootstrap5.3.scss +0 -11
- package/styles/drop-down-tree/icons/_bootstrap5.scss +0 -11
- package/styles/drop-down-tree/icons/_fabric-dark.scss +0 -11
- package/styles/drop-down-tree/icons/_fabric.scss +0 -11
- package/styles/drop-down-tree/icons/_fluent-dark.scss +0 -1
- package/styles/drop-down-tree/icons/_fluent.scss +0 -11
- package/styles/drop-down-tree/icons/_fluent2.scss +0 -14
- package/styles/drop-down-tree/icons/_fusionnew.scss +0 -11
- package/styles/drop-down-tree/icons/_highcontrast-light.scss +0 -11
- package/styles/drop-down-tree/icons/_highcontrast.scss +0 -11
- package/styles/drop-down-tree/icons/_material-dark.scss +0 -11
- package/styles/drop-down-tree/icons/_material.scss +0 -11
- package/styles/drop-down-tree/icons/_material3-dark.scss +0 -1
- package/styles/drop-down-tree/icons/_material3.scss +0 -11
- package/styles/drop-down-tree/icons/_tailwind-dark.scss +0 -11
- package/styles/drop-down-tree/icons/_tailwind.scss +0 -11
- package/styles/drop-down-tree/icons/_tailwind3.scss +0 -11
- package/styles/drop-down-tree/material-dark.css +0 -812
- package/styles/drop-down-tree/material-dark.scss +0 -10
- package/styles/drop-down-tree/material.css +0 -836
- package/styles/drop-down-tree/material.scss +0 -10
- package/styles/drop-down-tree/material3-dark.css +0 -494
- package/styles/drop-down-tree/material3-dark.scss +0 -11
- package/styles/drop-down-tree/material3.css +0 -496
- package/styles/drop-down-tree/material3.scss +0 -11
- package/styles/drop-down-tree/tailwind-dark.css +0 -576
- package/styles/drop-down-tree/tailwind-dark.scss +0 -10
- package/styles/drop-down-tree/tailwind.css +0 -576
- package/styles/drop-down-tree/tailwind.scss +0 -10
- package/styles/drop-down-tree/tailwind3.css +0 -536
- package/styles/drop-down-tree/tailwind3.scss +0 -10
- package/styles/list-box/_all.scss +0 -2
- package/styles/list-box/_bds-definition.scss +0 -136
- package/styles/list-box/_bigger.scss +0 -190
- package/styles/list-box/_bootstrap-dark-definition.scss +0 -126
- package/styles/list-box/_bootstrap-definition.scss +0 -119
- package/styles/list-box/_bootstrap4-definition.scss +0 -126
- package/styles/list-box/_bootstrap5-dark-definition.scss +0 -1
- package/styles/list-box/_bootstrap5-definition.scss +0 -121
- package/styles/list-box/_bootstrap5.3-definition.scss +0 -123
- package/styles/list-box/_fabric-dark-definition.scss +0 -124
- package/styles/list-box/_fabric-definition.scss +0 -119
- package/styles/list-box/_fluent-dark-definition.scss +0 -1
- package/styles/list-box/_fluent-definition.scss +0 -120
- package/styles/list-box/_fluent2-definition.scss +0 -121
- package/styles/list-box/_fusionnew-definition.scss +0 -111
- package/styles/list-box/_highcontrast-definition.scss +0 -119
- package/styles/list-box/_highcontrast-light-definition.scss +0 -124
- package/styles/list-box/_layout.scss +0 -496
- package/styles/list-box/_material-dark-definition.scss +0 -124
- package/styles/list-box/_material-definition.scss +0 -119
- package/styles/list-box/_material3-dark-definition.scss +0 -1
- package/styles/list-box/_material3-definition.scss +0 -119
- package/styles/list-box/_tailwind-dark-definition.scss +0 -1
- package/styles/list-box/_tailwind-definition.scss +0 -119
- package/styles/list-box/_tailwind3-definition.scss +0 -123
- package/styles/list-box/_theme.scss +0 -327
- package/styles/list-box/bds.css +0 -971
- package/styles/list-box/bds.scss +0 -6
- package/styles/list-box/bootstrap-dark.css +0 -916
- package/styles/list-box/bootstrap-dark.scss +0 -6
- package/styles/list-box/bootstrap.css +0 -927
- package/styles/list-box/bootstrap.scss +0 -6
- package/styles/list-box/bootstrap4.css +0 -977
- package/styles/list-box/bootstrap4.scss +0 -6
- package/styles/list-box/bootstrap5-dark.css +0 -939
- package/styles/list-box/bootstrap5-dark.scss +0 -6
- package/styles/list-box/bootstrap5.3.css +0 -956
- package/styles/list-box/bootstrap5.3.scss +0 -6
- package/styles/list-box/bootstrap5.css +0 -939
- package/styles/list-box/bootstrap5.scss +0 -6
- package/styles/list-box/fabric-dark.css +0 -916
- package/styles/list-box/fabric-dark.scss +0 -6
- package/styles/list-box/fabric.css +0 -927
- package/styles/list-box/fabric.scss +0 -6
- package/styles/list-box/fluent-dark.css +0 -939
- package/styles/list-box/fluent-dark.scss +0 -6
- package/styles/list-box/fluent.css +0 -939
- package/styles/list-box/fluent.scss +0 -6
- package/styles/list-box/fluent2.css +0 -979
- package/styles/list-box/fluent2.scss +0 -6
- package/styles/list-box/highcontrast-light.css +0 -928
- package/styles/list-box/highcontrast-light.scss +0 -6
- package/styles/list-box/highcontrast.css +0 -939
- package/styles/list-box/highcontrast.scss +0 -6
- package/styles/list-box/icons/_bds.scss +0 -25
- package/styles/list-box/icons/_bootstrap-dark.scss +0 -25
- package/styles/list-box/icons/_bootstrap.scss +0 -25
- package/styles/list-box/icons/_bootstrap4.scss +0 -25
- package/styles/list-box/icons/_bootstrap5-dark.scss +0 -1
- package/styles/list-box/icons/_bootstrap5.3.scss +0 -25
- package/styles/list-box/icons/_bootstrap5.scss +0 -25
- package/styles/list-box/icons/_fabric-dark.scss +0 -25
- package/styles/list-box/icons/_fabric.scss +0 -25
- package/styles/list-box/icons/_fluent-dark.scss +0 -1
- package/styles/list-box/icons/_fluent.scss +0 -25
- package/styles/list-box/icons/_fluent2.scss +0 -25
- package/styles/list-box/icons/_fusionnew.scss +0 -25
- package/styles/list-box/icons/_highcontrast-light.scss +0 -25
- package/styles/list-box/icons/_highcontrast.scss +0 -25
- package/styles/list-box/icons/_material-dark.scss +0 -25
- package/styles/list-box/icons/_material.scss +0 -25
- package/styles/list-box/icons/_material3-dark.scss +0 -1
- package/styles/list-box/icons/_material3.scss +0 -25
- package/styles/list-box/icons/_tailwind-dark.scss +0 -25
- package/styles/list-box/icons/_tailwind.scss +0 -25
- package/styles/list-box/icons/_tailwind3.scss +0 -25
- package/styles/list-box/material-dark.css +0 -916
- package/styles/list-box/material-dark.scss +0 -6
- package/styles/list-box/material.css +0 -927
- package/styles/list-box/material.scss +0 -6
- package/styles/list-box/material3-dark.css +0 -919
- package/styles/list-box/material3-dark.scss +0 -7
- package/styles/list-box/material3.css +0 -921
- package/styles/list-box/material3.scss +0 -7
- package/styles/list-box/tailwind-dark.css +0 -945
- package/styles/list-box/tailwind-dark.scss +0 -6
- package/styles/list-box/tailwind.css +0 -945
- package/styles/list-box/tailwind.scss +0 -6
- package/styles/list-box/tailwind3.css +0 -995
- package/styles/list-box/tailwind3.scss +0 -6
- package/styles/mention/_all.scss +0 -1
- package/styles/mention/_bds-definition.scss +0 -1
- package/styles/mention/_bootstrap-dark-definition.scss +0 -3
- package/styles/mention/_bootstrap-definition.scss +0 -3
- package/styles/mention/_bootstrap4-definition.scss +0 -3
- package/styles/mention/_bootstrap5-dark-definition.scss +0 -1
- package/styles/mention/_bootstrap5-definition.scss +0 -1
- package/styles/mention/_bootstrap5.3-definition.scss +0 -1
- package/styles/mention/_fabric-dark-definition.scss +0 -2
- package/styles/mention/_fabric-definition.scss +0 -3
- package/styles/mention/_fluent-dark-definition.scss +0 -1
- package/styles/mention/_fluent-definition.scss +0 -1
- package/styles/mention/_fluent2-definition.scss +0 -1
- package/styles/mention/_fusionnew-definition.scss +0 -1
- package/styles/mention/_highcontrast-definition.scss +0 -3
- package/styles/mention/_highcontrast-light-definition.scss +0 -3
- package/styles/mention/_layout.scss +0 -6
- package/styles/mention/_material-dark-definition.scss +0 -3
- package/styles/mention/_material-definition.scss +0 -3
- package/styles/mention/_material3-dark-definition.scss +0 -1
- package/styles/mention/_material3-definition.scss +0 -1
- package/styles/mention/_tailwind-dark-definition.scss +0 -1
- package/styles/mention/_tailwind-definition.scss +0 -1
- package/styles/mention/_tailwind3-definition.scss +0 -1
- package/styles/mention/bds.css +0 -78
- package/styles/mention/bds.scss +0 -6
- package/styles/mention/bootstrap-dark.css +0 -48
- package/styles/mention/bootstrap-dark.scss +0 -6
- package/styles/mention/bootstrap.css +0 -48
- package/styles/mention/bootstrap.scss +0 -6
- package/styles/mention/bootstrap4.css +0 -54
- package/styles/mention/bootstrap4.scss +0 -6
- package/styles/mention/bootstrap5-dark.css +0 -63
- package/styles/mention/bootstrap5-dark.scss +0 -6
- package/styles/mention/bootstrap5.3.css +0 -67
- package/styles/mention/bootstrap5.3.scss +0 -6
- package/styles/mention/bootstrap5.css +0 -63
- package/styles/mention/bootstrap5.scss +0 -6
- package/styles/mention/fabric-dark.css +0 -48
- package/styles/mention/fabric-dark.scss +0 -6
- package/styles/mention/fabric.css +0 -48
- package/styles/mention/fabric.scss +0 -6
- package/styles/mention/fluent-dark.css +0 -63
- package/styles/mention/fluent-dark.scss +0 -6
- package/styles/mention/fluent.css +0 -63
- package/styles/mention/fluent.scss +0 -6
- package/styles/mention/fluent2.css +0 -80
- package/styles/mention/fluent2.scss +0 -6
- package/styles/mention/highcontrast-light.css +0 -60
- package/styles/mention/highcontrast-light.scss +0 -6
- package/styles/mention/highcontrast.css +0 -60
- package/styles/mention/highcontrast.scss +0 -6
- package/styles/mention/material-dark.css +0 -48
- package/styles/mention/material-dark.scss +0 -6
- package/styles/mention/material.css +0 -48
- package/styles/mention/material.scss +0 -6
- package/styles/mention/material3-dark.css +0 -53
- package/styles/mention/material3-dark.scss +0 -7
- package/styles/mention/material3.css +0 -55
- package/styles/mention/material3.scss +0 -7
- package/styles/mention/tailwind-dark.css +0 -69
- package/styles/mention/tailwind-dark.scss +0 -6
- package/styles/mention/tailwind.css +0 -69
- package/styles/mention/tailwind.scss +0 -6
- package/styles/mention/tailwind3.css +0 -67
- package/styles/mention/tailwind3.scss +0 -6
- package/styles/multi-select/_all.scss +0 -2
- package/styles/multi-select/_bds-definition.scss +0 -230
- package/styles/multi-select/_bigger.scss +0 -2002
- package/styles/multi-select/_bootstrap-dark-definition.scss +0 -198
- package/styles/multi-select/_bootstrap-definition.scss +0 -187
- package/styles/multi-select/_bootstrap4-definition.scss +0 -236
- package/styles/multi-select/_bootstrap5-dark-definition.scss +0 -1
- package/styles/multi-select/_bootstrap5-definition.scss +0 -229
- package/styles/multi-select/_bootstrap5.3-definition.scss +0 -229
- package/styles/multi-select/_fabric-dark-definition.scss +0 -190
- package/styles/multi-select/_fabric-definition.scss +0 -181
- package/styles/multi-select/_fluent-dark-definition.scss +0 -1
- package/styles/multi-select/_fluent-definition.scss +0 -236
- package/styles/multi-select/_fluent2-definition.scss +0 -234
- package/styles/multi-select/_fusionnew-definition.scss +0 -222
- package/styles/multi-select/_highcontrast-definition.scss +0 -302
- package/styles/multi-select/_highcontrast-light-definition.scss +0 -296
- package/styles/multi-select/_layout.scss +0 -1330
- package/styles/multi-select/_material-dark-definition.scss +0 -248
- package/styles/multi-select/_material-definition.scss +0 -250
- package/styles/multi-select/_material3-dark-definition.scss +0 -1
- package/styles/multi-select/_material3-definition.scss +0 -233
- package/styles/multi-select/_tailwind-dark-definition.scss +0 -1
- package/styles/multi-select/_tailwind-definition.scss +0 -230
- package/styles/multi-select/_tailwind3-definition.scss +0 -227
- package/styles/multi-select/_theme.scss +0 -564
- package/styles/multi-select/bds.css +0 -1579
- package/styles/multi-select/bds.scss +0 -10
- package/styles/multi-select/bootstrap-dark.css +0 -1386
- package/styles/multi-select/bootstrap-dark.scss +0 -10
- package/styles/multi-select/bootstrap.css +0 -1374
- package/styles/multi-select/bootstrap.scss +0 -10
- package/styles/multi-select/bootstrap4.css +0 -1522
- package/styles/multi-select/bootstrap4.scss +0 -10
- package/styles/multi-select/bootstrap5-dark.css +0 -1446
- package/styles/multi-select/bootstrap5-dark.scss +0 -10
- package/styles/multi-select/bootstrap5.3.css +0 -1450
- package/styles/multi-select/bootstrap5.3.scss +0 -10
- package/styles/multi-select/bootstrap5.css +0 -1446
- package/styles/multi-select/bootstrap5.scss +0 -10
- package/styles/multi-select/fabric-dark.css +0 -1389
- package/styles/multi-select/fabric-dark.scss +0 -10
- package/styles/multi-select/fabric.css +0 -1379
- package/styles/multi-select/fabric.scss +0 -10
- package/styles/multi-select/fluent-dark.css +0 -1490
- package/styles/multi-select/fluent-dark.scss +0 -10
- package/styles/multi-select/fluent.css +0 -1490
- package/styles/multi-select/fluent.scss +0 -10
- package/styles/multi-select/fluent2.css +0 -1706
- package/styles/multi-select/fluent2.scss +0 -10
- package/styles/multi-select/highcontrast-light.css +0 -1490
- package/styles/multi-select/highcontrast-light.scss +0 -10
- package/styles/multi-select/highcontrast.css +0 -1506
- package/styles/multi-select/highcontrast.scss +0 -10
- package/styles/multi-select/icons/_bds.scss +0 -26
- package/styles/multi-select/icons/_bootstrap-dark.scss +0 -30
- package/styles/multi-select/icons/_bootstrap.scss +0 -30
- package/styles/multi-select/icons/_bootstrap4.scss +0 -32
- package/styles/multi-select/icons/_bootstrap5-dark.scss +0 -1
- package/styles/multi-select/icons/_bootstrap5.3.scss +0 -30
- package/styles/multi-select/icons/_bootstrap5.scss +0 -30
- package/styles/multi-select/icons/_fabric-dark.scss +0 -30
- package/styles/multi-select/icons/_fabric.scss +0 -30
- package/styles/multi-select/icons/_fluent-dark.scss +0 -1
- package/styles/multi-select/icons/_fluent.scss +0 -38
- package/styles/multi-select/icons/_fluent2.scss +0 -347
- package/styles/multi-select/icons/_fusionnew.scss +0 -26
- package/styles/multi-select/icons/_highcontrast-light.scss +0 -26
- package/styles/multi-select/icons/_highcontrast.scss +0 -30
- package/styles/multi-select/icons/_material-dark.scss +0 -348
- package/styles/multi-select/icons/_material.scss +0 -348
- package/styles/multi-select/icons/_material3-dark.scss +0 -1
- package/styles/multi-select/icons/_material3.scss +0 -350
- package/styles/multi-select/icons/_tailwind-dark.scss +0 -1
- package/styles/multi-select/icons/_tailwind.scss +0 -30
- package/styles/multi-select/icons/_tailwind3.scss +0 -26
- package/styles/multi-select/material-dark.css +0 -2605
- package/styles/multi-select/material-dark.scss +0 -10
- package/styles/multi-select/material.css +0 -2629
- package/styles/multi-select/material.scss +0 -10
- package/styles/multi-select/material3-dark.css +0 -2947
- package/styles/multi-select/material3-dark.scss +0 -11
- package/styles/multi-select/material3.css +0 -2949
- package/styles/multi-select/material3.scss +0 -11
- package/styles/multi-select/tailwind-dark.css +0 -1429
- package/styles/multi-select/tailwind-dark.scss +0 -10
- package/styles/multi-select/tailwind.css +0 -1429
- package/styles/multi-select/tailwind.scss +0 -10
- package/styles/multi-select/tailwind3.css +0 -1402
- package/styles/multi-select/tailwind3.scss +0 -10
- package/tslint.json +0 -111
|
@@ -42,7 +42,7 @@ export declare class ComboBox extends DropDownList {
|
|
|
42
42
|
* {% codeBlock src='combobox/htmlAttributes/index.md' %}{% endcodeBlock %}
|
|
43
43
|
*
|
|
44
44
|
* @default {}
|
|
45
|
-
|
|
45
|
+
* @deprecated
|
|
46
46
|
*/
|
|
47
47
|
htmlAttributes: {
|
|
48
48
|
[key: string]: string;
|
|
@@ -58,7 +58,7 @@ export declare class ComboBox extends DropDownList {
|
|
|
58
58
|
* {% codeBlock src="combobox/allow-filtering-api/index.html" %}{% endcodeBlock %}
|
|
59
59
|
*
|
|
60
60
|
* @default false
|
|
61
|
-
|
|
61
|
+
* @deprecated
|
|
62
62
|
*/
|
|
63
63
|
allowFiltering: boolean;
|
|
64
64
|
/**
|
|
@@ -74,7 +74,7 @@ export declare class ComboBox extends DropDownList {
|
|
|
74
74
|
* {% codeBlock src='combobox/query/index.md' %}{% endcodeBlock %}
|
|
75
75
|
*
|
|
76
76
|
* @default null
|
|
77
|
-
|
|
77
|
+
* @deprecated
|
|
78
78
|
*/
|
|
79
79
|
query: Query;
|
|
80
80
|
/**
|
|
@@ -86,7 +86,7 @@ export declare class ComboBox extends DropDownList {
|
|
|
86
86
|
*
|
|
87
87
|
* @default null
|
|
88
88
|
* @aspType double
|
|
89
|
-
|
|
89
|
+
* @deprecated
|
|
90
90
|
*/
|
|
91
91
|
index: number | null;
|
|
92
92
|
/**
|
|
@@ -96,13 +96,6 @@ export declare class ComboBox extends DropDownList {
|
|
|
96
96
|
* @default true
|
|
97
97
|
*/
|
|
98
98
|
showClearButton: boolean;
|
|
99
|
-
/**
|
|
100
|
-
* Enable or disable rendering component in right to left direction.
|
|
101
|
-
*
|
|
102
|
-
* @default false
|
|
103
|
-
|
|
104
|
-
*/
|
|
105
|
-
enableRtl: boolean;
|
|
106
99
|
/**
|
|
107
100
|
* Triggers on set a
|
|
108
101
|
* [`custom value`](../../combo-box/getting-started#custom-values) to this component.
|
|
@@ -139,7 +132,7 @@ export declare class ComboBox extends DropDownList {
|
|
|
139
132
|
* @default Syncfusion.EJ2.Inputs.FloatLabelType.Never
|
|
140
133
|
* @aspType Syncfusion.EJ2.Inputs.FloatLabelType
|
|
141
134
|
* @isEnumeration true
|
|
142
|
-
|
|
135
|
+
* @deprecated
|
|
143
136
|
*/
|
|
144
137
|
floatLabelType: FloatLabelType;
|
|
145
138
|
/**
|
|
@@ -147,14 +140,14 @@ export declare class ComboBox extends DropDownList {
|
|
|
147
140
|
*
|
|
148
141
|
* @default null
|
|
149
142
|
* @private
|
|
150
|
-
|
|
143
|
+
* @deprecated
|
|
151
144
|
*/
|
|
152
145
|
filterBarPlaceholder: string;
|
|
153
146
|
/**
|
|
154
147
|
* Sets CSS classes to the root element of the component that allows customization of appearance.
|
|
155
148
|
*
|
|
156
149
|
* @default null
|
|
157
|
-
|
|
150
|
+
* @deprecated
|
|
158
151
|
*/
|
|
159
152
|
cssClass: string;
|
|
160
153
|
/**
|
|
@@ -163,7 +156,7 @@ export declare class ComboBox extends DropDownList {
|
|
|
163
156
|
*
|
|
164
157
|
* @default null
|
|
165
158
|
* @aspType string
|
|
166
|
-
|
|
159
|
+
* @deprecated
|
|
167
160
|
*/
|
|
168
161
|
headerTemplate: string | Function;
|
|
169
162
|
/**
|
|
@@ -172,14 +165,14 @@ export declare class ComboBox extends DropDownList {
|
|
|
172
165
|
*
|
|
173
166
|
* @default null
|
|
174
167
|
* @aspType string
|
|
175
|
-
|
|
168
|
+
* @deprecated
|
|
176
169
|
*/
|
|
177
170
|
footerTemplate: string | Function;
|
|
178
171
|
/**
|
|
179
172
|
* Specifies a short hint that describes the expected value of the DropDownList component.
|
|
180
173
|
*
|
|
181
174
|
* @default null
|
|
182
|
-
|
|
175
|
+
* @deprecated
|
|
183
176
|
*/
|
|
184
177
|
placeholder: string;
|
|
185
178
|
/**
|
|
@@ -188,7 +181,7 @@ export declare class ComboBox extends DropDownList {
|
|
|
188
181
|
*
|
|
189
182
|
* @default '100%'
|
|
190
183
|
* @aspType string
|
|
191
|
-
|
|
184
|
+
* @deprecated
|
|
192
185
|
*/
|
|
193
186
|
width: string | number;
|
|
194
187
|
/**
|
|
@@ -198,7 +191,7 @@ export declare class ComboBox extends DropDownList {
|
|
|
198
191
|
*
|
|
199
192
|
* @default '300px'
|
|
200
193
|
* @aspType string
|
|
201
|
-
|
|
194
|
+
* @deprecated
|
|
202
195
|
*/
|
|
203
196
|
popupHeight: string | number;
|
|
204
197
|
/**
|
|
@@ -209,14 +202,14 @@ export declare class ComboBox extends DropDownList {
|
|
|
209
202
|
*
|
|
210
203
|
* @default '100%'
|
|
211
204
|
* @aspType string
|
|
212
|
-
|
|
205
|
+
* @deprecated
|
|
213
206
|
*/
|
|
214
207
|
popupWidth: string | number;
|
|
215
208
|
/**
|
|
216
209
|
* When set to true, the user interactions on the component are disabled.
|
|
217
210
|
*
|
|
218
211
|
* @default false
|
|
219
|
-
|
|
212
|
+
* @deprecated
|
|
220
213
|
*/
|
|
221
214
|
readonly: boolean;
|
|
222
215
|
/**
|
|
@@ -224,7 +217,7 @@ export declare class ComboBox extends DropDownList {
|
|
|
224
217
|
*
|
|
225
218
|
* @default null
|
|
226
219
|
* @aspType string
|
|
227
|
-
|
|
220
|
+
* @deprecated
|
|
228
221
|
*/
|
|
229
222
|
text: string | null;
|
|
230
223
|
/**
|
|
@@ -232,7 +225,7 @@ export declare class ComboBox extends DropDownList {
|
|
|
232
225
|
*
|
|
233
226
|
* @default null
|
|
234
227
|
* @isGenericType true
|
|
235
|
-
|
|
228
|
+
* @deprecated
|
|
236
229
|
*/
|
|
237
230
|
value: number | string | boolean | object | null;
|
|
238
231
|
/**
|
|
@@ -282,14 +275,14 @@ export declare class ComboBox extends DropDownList {
|
|
|
282
275
|
* Shows the spinner loader.
|
|
283
276
|
*
|
|
284
277
|
* @returns {void}
|
|
285
|
-
|
|
278
|
+
* @deprecated
|
|
286
279
|
*/
|
|
287
280
|
showSpinner(): void;
|
|
288
281
|
/**
|
|
289
282
|
* Hides the spinner loader.
|
|
290
283
|
*
|
|
291
284
|
* @returns {void}
|
|
292
|
-
|
|
285
|
+
* @deprecated
|
|
293
286
|
*/
|
|
294
287
|
hideSpinner(): void;
|
|
295
288
|
protected setAutoFill(activeElement: Element, isHover?: boolean): void;
|
|
@@ -338,7 +331,7 @@ export declare class ComboBox extends DropDownList {
|
|
|
338
331
|
* @param { Object[] } items - Specifies an array of JSON data or a JSON data.
|
|
339
332
|
* @param { number } itemIndex - Specifies the index to place the newly added item in the popup list.
|
|
340
333
|
* @returns {void}
|
|
341
|
-
|
|
334
|
+
* @deprecated
|
|
342
335
|
*/
|
|
343
336
|
addItem(items: {
|
|
344
337
|
[key: string]: Object;
|
|
@@ -352,7 +345,7 @@ export declare class ComboBox extends DropDownList {
|
|
|
352
345
|
* @param {Query} query - Specify the query to filter the data.
|
|
353
346
|
* @param {FieldSettingsModel} fields - Specify the fields to map the column in the data table.
|
|
354
347
|
* @returns {void}
|
|
355
|
-
|
|
348
|
+
* @deprecated
|
|
356
349
|
*/
|
|
357
350
|
filter(dataSource: {
|
|
358
351
|
[key: string]: Object;
|
|
@@ -361,14 +354,14 @@ export declare class ComboBox extends DropDownList {
|
|
|
361
354
|
* Opens the popup that displays the list of items.
|
|
362
355
|
*
|
|
363
356
|
* @returns {void}
|
|
364
|
-
|
|
357
|
+
* @deprecated
|
|
365
358
|
*/
|
|
366
359
|
showPopup(e?: MouseEvent | KeyboardEventArgs | TouchEvent): void;
|
|
367
360
|
/**
|
|
368
361
|
* Hides the popup if it is in open state.
|
|
369
362
|
*
|
|
370
363
|
* @returns {void}
|
|
371
|
-
|
|
364
|
+
* @deprecated
|
|
372
365
|
*/
|
|
373
366
|
hidePopup(e?: MouseEvent | KeyboardEventArgs | TouchEvent): void;
|
|
374
367
|
/**
|
|
@@ -381,21 +374,21 @@ export declare class ComboBox extends DropDownList {
|
|
|
381
374
|
* Allows you to clear the selected values from the component.
|
|
382
375
|
*
|
|
383
376
|
* @returns {void}
|
|
384
|
-
|
|
377
|
+
* @deprecated
|
|
385
378
|
*/
|
|
386
379
|
clear(): void;
|
|
387
380
|
/**
|
|
388
381
|
* Moves the focus from the component if the component is already focused.
|
|
389
382
|
*
|
|
390
383
|
* @returns {void}
|
|
391
|
-
|
|
384
|
+
* @deprecated
|
|
392
385
|
*/
|
|
393
386
|
focusOut(e?: MouseEvent | KeyboardEventArgs): void;
|
|
394
387
|
/**
|
|
395
388
|
* Gets all the list items bound on this component.
|
|
396
389
|
*
|
|
397
390
|
* @returns {Element[]}
|
|
398
|
-
|
|
391
|
+
* @deprecated
|
|
399
392
|
*/
|
|
400
393
|
getItems(): Element[];
|
|
401
394
|
/**
|
|
@@ -403,7 +396,7 @@ export declare class ComboBox extends DropDownList {
|
|
|
403
396
|
*
|
|
404
397
|
* @param { string | number } value - Specifies the value of the list item.
|
|
405
398
|
* @returns {Object}
|
|
406
|
-
|
|
399
|
+
* @deprecated
|
|
407
400
|
*/
|
|
408
401
|
getDataByValue(value: string | number | boolean): {
|
|
409
402
|
[key: string]: Object;
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
var __extends = (this && this.__extends) || (function () {
|
|
2
|
-
var extendStatics = function (d, b) {
|
|
3
|
-
extendStatics = Object.setPrototypeOf ||
|
|
4
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
6
|
-
return extendStatics(d, b);
|
|
7
|
-
};
|
|
8
|
-
return function (d, b) {
|
|
9
|
-
extendStatics(d, b);
|
|
10
|
-
function __() { this.constructor = d; }
|
|
11
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
12
|
-
};
|
|
13
|
-
})();
|
|
14
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
15
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
16
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
17
|
-
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;
|
|
18
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
19
|
-
};
|
|
1
|
+
var __extends = (this && this.__extends) || (function () {
|
|
2
|
+
var extendStatics = function (d, b) {
|
|
3
|
+
extendStatics = Object.setPrototypeOf ||
|
|
4
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
6
|
+
return extendStatics(d, b);
|
|
7
|
+
};
|
|
8
|
+
return function (d, b) {
|
|
9
|
+
extendStatics(d, b);
|
|
10
|
+
function __() { this.constructor = d; }
|
|
11
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
12
|
+
};
|
|
13
|
+
})();
|
|
14
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
15
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
16
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
17
|
+
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;
|
|
18
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
19
|
+
};
|
|
20
20
|
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
|
|
21
21
|
/// <reference path='../drop-down-list/drop-down-list-model.d.ts'/>
|
|
22
22
|
import { EventHandler, Property, Event, addClass, Browser, removeClass, detach } from '@syncfusion/ej2-base';
|
|
@@ -472,7 +472,7 @@ var ComboBox = /** @class */ (function (_super) {
|
|
|
472
472
|
* Shows the spinner loader.
|
|
473
473
|
*
|
|
474
474
|
* @returns {void}
|
|
475
|
-
|
|
475
|
+
* @deprecated
|
|
476
476
|
*/
|
|
477
477
|
ComboBox.prototype.showSpinner = function () {
|
|
478
478
|
if (isNullOrUndefined(this.spinnerElement)) {
|
|
@@ -492,7 +492,7 @@ var ComboBox = /** @class */ (function (_super) {
|
|
|
492
492
|
* Hides the spinner loader.
|
|
493
493
|
*
|
|
494
494
|
* @returns {void}
|
|
495
|
-
|
|
495
|
+
* @deprecated
|
|
496
496
|
*/
|
|
497
497
|
ComboBox.prototype.hideSpinner = function () {
|
|
498
498
|
if (!isNullOrUndefined(this.spinnerElement)) {
|
|
@@ -860,7 +860,7 @@ var ComboBox = /** @class */ (function (_super) {
|
|
|
860
860
|
* @param { Object[] } items - Specifies an array of JSON data or a JSON data.
|
|
861
861
|
* @param { number } itemIndex - Specifies the index to place the newly added item in the popup list.
|
|
862
862
|
* @returns {void}
|
|
863
|
-
|
|
863
|
+
* @deprecated
|
|
864
864
|
*/
|
|
865
865
|
ComboBox.prototype.addItem = function (items, itemIndex) {
|
|
866
866
|
_super.prototype.addItem.call(this, items, itemIndex);
|
|
@@ -872,7 +872,7 @@ var ComboBox = /** @class */ (function (_super) {
|
|
|
872
872
|
* @param {Query} query - Specify the query to filter the data.
|
|
873
873
|
* @param {FieldSettingsModel} fields - Specify the fields to map the column in the data table.
|
|
874
874
|
* @returns {void}
|
|
875
|
-
|
|
875
|
+
* @deprecated
|
|
876
876
|
*/
|
|
877
877
|
ComboBox.prototype.filter = function (dataSource, query, fields) {
|
|
878
878
|
_super.prototype.filter.call(this, dataSource, query, fields);
|
|
@@ -882,7 +882,7 @@ var ComboBox = /** @class */ (function (_super) {
|
|
|
882
882
|
* Opens the popup that displays the list of items.
|
|
883
883
|
*
|
|
884
884
|
* @returns {void}
|
|
885
|
-
|
|
885
|
+
* @deprecated
|
|
886
886
|
*/
|
|
887
887
|
ComboBox.prototype.showPopup = function (e) {
|
|
888
888
|
/* eslint-enable valid-jsdoc, jsdoc/require-param */
|
|
@@ -893,7 +893,7 @@ var ComboBox = /** @class */ (function (_super) {
|
|
|
893
893
|
* Hides the popup if it is in open state.
|
|
894
894
|
*
|
|
895
895
|
* @returns {void}
|
|
896
|
-
|
|
896
|
+
* @deprecated
|
|
897
897
|
*/
|
|
898
898
|
ComboBox.prototype.hidePopup = function (e) {
|
|
899
899
|
/* eslint-enable valid-jsdoc, jsdoc/require-param */
|
|
@@ -964,7 +964,7 @@ var ComboBox = /** @class */ (function (_super) {
|
|
|
964
964
|
* Allows you to clear the selected values from the component.
|
|
965
965
|
*
|
|
966
966
|
* @returns {void}
|
|
967
|
-
|
|
967
|
+
* @deprecated
|
|
968
968
|
*/
|
|
969
969
|
ComboBox.prototype.clear = function () {
|
|
970
970
|
this.value = null;
|
|
@@ -974,7 +974,7 @@ var ComboBox = /** @class */ (function (_super) {
|
|
|
974
974
|
* Moves the focus from the component if the component is already focused.
|
|
975
975
|
*
|
|
976
976
|
* @returns {void}
|
|
977
|
-
|
|
977
|
+
* @deprecated
|
|
978
978
|
*/
|
|
979
979
|
ComboBox.prototype.focusOut = function (e) {
|
|
980
980
|
/* eslint-enable valid-jsdoc, jsdoc/require-param */
|
|
@@ -985,7 +985,7 @@ var ComboBox = /** @class */ (function (_super) {
|
|
|
985
985
|
* Gets all the list items bound on this component.
|
|
986
986
|
*
|
|
987
987
|
* @returns {Element[]}
|
|
988
|
-
|
|
988
|
+
* @deprecated
|
|
989
989
|
*/
|
|
990
990
|
ComboBox.prototype.getItems = function () {
|
|
991
991
|
return _super.prototype.getItems.call(this);
|
|
@@ -995,7 +995,7 @@ var ComboBox = /** @class */ (function (_super) {
|
|
|
995
995
|
*
|
|
996
996
|
* @param { string | number } value - Specifies the value of the list item.
|
|
997
997
|
* @returns {Object}
|
|
998
|
-
|
|
998
|
+
* @deprecated
|
|
999
999
|
*/
|
|
1000
1000
|
ComboBox.prototype.getDataByValue = function (value) {
|
|
1001
1001
|
return _super.prototype.getDataByValue.call(this, value);
|
|
@@ -1028,9 +1028,6 @@ var ComboBox = /** @class */ (function (_super) {
|
|
|
1028
1028
|
__decorate([
|
|
1029
1029
|
Property(true)
|
|
1030
1030
|
], ComboBox.prototype, "showClearButton", void 0);
|
|
1031
|
-
__decorate([
|
|
1032
|
-
Property(false)
|
|
1033
|
-
], ComboBox.prototype, "enableRtl", void 0);
|
|
1034
1031
|
__decorate([
|
|
1035
1032
|
Event()
|
|
1036
1033
|
], ComboBox.prototype, "customValueSpecifier", void 0);
|
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
13
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
14
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
15
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
16
|
-
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }
|
|
17
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
18
|
-
});
|
|
19
|
-
};
|
|
20
|
-
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
21
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
22
|
-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
23
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
24
|
-
function step(op) {
|
|
25
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
26
|
-
while (_) try {
|
|
27
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
28
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
29
|
-
switch (op[0]) {
|
|
30
|
-
case 0: case 1: t = op; break;
|
|
31
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
32
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
33
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
34
|
-
default:
|
|
35
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
36
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
37
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
38
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
39
|
-
if (t[2]) _.ops.pop();
|
|
40
|
-
_.trys.pop(); continue;
|
|
41
|
-
}
|
|
42
|
-
op = body.call(thisArg, _);
|
|
43
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
44
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
45
|
-
}
|
|
46
|
-
};
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
13
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
14
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
15
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
16
|
+
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }
|
|
17
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
18
|
+
});
|
|
19
|
+
};
|
|
20
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
21
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
22
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
23
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
24
|
+
function step(op) {
|
|
25
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
26
|
+
while (_) try {
|
|
27
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
28
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
29
|
+
switch (op[0]) {
|
|
30
|
+
case 0: case 1: t = op; break;
|
|
31
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
32
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
33
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
34
|
+
default:
|
|
35
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
36
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
37
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
38
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
39
|
+
if (t[2]) _.ops.pop();
|
|
40
|
+
_.trys.pop(); continue;
|
|
41
|
+
}
|
|
42
|
+
op = body.call(thisArg, _);
|
|
43
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
44
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
45
|
+
}
|
|
46
|
+
};
|
|
47
47
|
import { EventHandler, Browser, select, isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
48
48
|
import { debounce, Touch } from '@syncfusion/ej2-base';
|
|
49
49
|
import { DataManager, Query } from '@syncfusion/ej2-data';
|
|
@@ -286,6 +286,7 @@ var VirtualScroll = /** @class */ (function () {
|
|
|
286
286
|
query = query.skip(this.parent.viewPortInfo.startIndex);
|
|
287
287
|
}
|
|
288
288
|
this.parent.setCurrentView = false;
|
|
289
|
+
this.parent.isPreventScrollAction = true;
|
|
289
290
|
this.parent.resetList(this.parent.dataSource, this.parent.fields, query);
|
|
290
291
|
isResetListCalled = true;
|
|
291
292
|
break;
|
|
@@ -333,6 +334,7 @@ var VirtualScroll = /** @class */ (function () {
|
|
|
333
334
|
}
|
|
334
335
|
}
|
|
335
336
|
this.parent.renderItems(currentData, this.parent.fields, this.component === 'multiselect' && this.parent.mode === 'CheckBox');
|
|
337
|
+
this.parent.updateSelectionList();
|
|
336
338
|
}
|
|
337
339
|
if (this.component === 'multiselect') {
|
|
338
340
|
this.parent.updatevirtualizationList();
|
|
@@ -344,7 +346,8 @@ var VirtualScroll = /** @class */ (function () {
|
|
|
344
346
|
(this.parent.totalItemCount <= this.parent.itemCount))) ? 0 : this.parent.skeletonCount;
|
|
345
347
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
346
348
|
var virtualTrackElement = this.parent.list.getElementsByClassName('e-virtual-ddl')[0];
|
|
347
|
-
|
|
349
|
+
var preventAction = this.component !== 'multiselect' || (this.component === 'multiselect' && ((!(this.parent.dataSource instanceof DataManager))) || (this.parent.dataSource instanceof DataManager && !isResetListCalled));
|
|
350
|
+
if (virtualTrackElement && preventAction) {
|
|
348
351
|
virtualTrackElement.style = this.parent.GetVirtualTrackHeight();
|
|
349
352
|
}
|
|
350
353
|
else if (!virtualTrackElement && this.parent.skeletonCount > 0 && this.parent.popupWrapper) {
|
|
@@ -353,11 +356,13 @@ var VirtualScroll = /** @class */ (function () {
|
|
|
353
356
|
});
|
|
354
357
|
this.parent.popupWrapper.querySelector('.e-dropdownbase').appendChild(virualElement);
|
|
355
358
|
}
|
|
356
|
-
this.parent.
|
|
359
|
+
if (this.component !== 'multiselect' || (this.component === 'multiselect' && ((!(this.parent.dataSource instanceof DataManager))) || (this.parent.dataSource instanceof DataManager && (!isResetListCalled || this.parent.viewPortInfo.startIndex === 0)))) {
|
|
360
|
+
this.parent.UpdateSkeleton();
|
|
361
|
+
}
|
|
357
362
|
this.parent.liCollections = this.parent.list.querySelectorAll('.e-list-item');
|
|
358
363
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
359
364
|
var virtualContentElement = this.parent.list.getElementsByClassName('e-virtual-ddl-content')[0];
|
|
360
|
-
if (virtualContentElement) {
|
|
365
|
+
if (virtualContentElement && preventAction) {
|
|
361
366
|
(virtualContentElement).style = this.parent.getTransformValues();
|
|
362
367
|
}
|
|
363
368
|
if (this.parent.fields.groupBy) {
|