@syncfusion/ej2-dropdowns 26.2.11 → 27.1.48
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/dist/ej2-dropdowns.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +1548 -851
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +1441 -721
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +2 -2
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +15 -13
- package/src/auto-complete/auto-complete-model.d.ts +1 -1
- package/src/auto-complete/auto-complete.d.ts +2 -0
- package/src/auto-complete/auto-complete.js +52 -22
- package/src/combo-box/combo-box-model.d.ts +12 -5
- package/src/combo-box/combo-box.d.ts +10 -4
- package/src/combo-box/combo-box.js +74 -39
- package/src/common/incremental-search.d.ts +26 -11
- package/src/common/incremental-search.js +30 -16
- package/src/common/interface.d.ts +5 -5
- package/src/common/virtual-scroll.js +69 -36
- package/src/drop-down-base/drop-down-base-model.d.ts +1 -1
- package/src/drop-down-base/drop-down-base.d.ts +6 -2
- package/src/drop-down-base/drop-down-base.js +100 -67
- package/src/drop-down-list/drop-down-list-model.d.ts +14 -7
- package/src/drop-down-list/drop-down-list.d.ts +12 -4
- package/src/drop-down-list/drop-down-list.js +302 -177
- package/src/drop-down-tree/drop-down-tree-model.d.ts +19 -0
- package/src/drop-down-tree/drop-down-tree.d.ts +26 -2
- package/src/drop-down-tree/drop-down-tree.js +207 -69
- package/src/list-box/list-box.js +72 -36
- package/src/mention/mention.d.ts +8 -0
- package/src/mention/mention.js +88 -25
- package/src/multi-select/checkbox-selection.js +3 -2
- package/src/multi-select/interface.d.ts +1 -0
- package/src/multi-select/multi-select-model.d.ts +15 -8
- package/src/multi-select/multi-select.d.ts +15 -5
- package/src/multi-select/multi-select.js +444 -237
- package/styles/auto-complete/bootstrap-dark.css +0 -50
- package/styles/auto-complete/bootstrap.css +0 -50
- package/styles/auto-complete/bootstrap4.css +0 -68
- package/styles/auto-complete/bootstrap5-dark.css +0 -54
- package/styles/auto-complete/bootstrap5.3.css +101 -0
- package/styles/auto-complete/bootstrap5.3.scss +4 -0
- package/styles/auto-complete/bootstrap5.css +0 -54
- package/styles/auto-complete/fabric-dark.css +0 -49
- package/styles/auto-complete/fabric.css +0 -42
- package/styles/auto-complete/fluent-dark.css +0 -41
- package/styles/auto-complete/fluent.css +0 -41
- package/styles/auto-complete/fluent2.css +1 -36
- package/styles/auto-complete/highcontrast-light.css +0 -37
- package/styles/auto-complete/highcontrast.css +0 -37
- package/styles/auto-complete/material-dark.css +0 -34
- package/styles/auto-complete/material.css +0 -55
- package/styles/auto-complete/material3-dark.css +0 -59
- package/styles/auto-complete/material3.css +0 -59
- package/styles/auto-complete/tailwind-dark.css +0 -35
- package/styles/auto-complete/tailwind.css +0 -35
- package/styles/bootstrap-dark-lite.css +2752 -0
- package/styles/bootstrap-dark-lite.scss +28 -0
- package/styles/bootstrap-dark.css +651 -604
- package/styles/bootstrap-dark.scss +6 -1
- package/styles/bootstrap-lite.css +2751 -0
- package/styles/bootstrap-lite.scss +28 -0
- package/styles/bootstrap.css +657 -610
- package/styles/bootstrap.scss +6 -1
- package/styles/bootstrap4-lite.css +2856 -0
- package/styles/bootstrap4-lite.scss +28 -0
- package/styles/bootstrap4.css +828 -755
- package/styles/bootstrap4.scss +6 -1
- package/styles/bootstrap5-dark-lite.css +2827 -0
- package/styles/bootstrap5-dark-lite.scss +28 -0
- package/styles/bootstrap5-dark.css +702 -651
- package/styles/bootstrap5-dark.scss +6 -1
- package/styles/bootstrap5-lite.css +2827 -0
- package/styles/bootstrap5-lite.scss +28 -0
- package/styles/bootstrap5.3-lite.css +2821 -0
- package/styles/bootstrap5.3-lite.scss +28 -0
- package/styles/bootstrap5.3.css +3552 -0
- package/styles/bootstrap5.3.scss +33 -0
- package/styles/bootstrap5.css +702 -651
- package/styles/bootstrap5.scss +6 -1
- package/styles/combo-box/bootstrap-dark.css +0 -50
- package/styles/combo-box/bootstrap.css +0 -50
- package/styles/combo-box/bootstrap4.css +0 -68
- package/styles/combo-box/bootstrap5-dark.css +0 -54
- package/styles/combo-box/bootstrap5.3.css +101 -0
- package/styles/combo-box/bootstrap5.3.scss +4 -0
- package/styles/combo-box/bootstrap5.css +0 -54
- package/styles/combo-box/fabric-dark.css +0 -49
- package/styles/combo-box/fabric.css +0 -42
- package/styles/combo-box/fluent-dark.css +0 -41
- package/styles/combo-box/fluent.css +0 -41
- package/styles/combo-box/fluent2.css +1 -36
- package/styles/combo-box/highcontrast-light.css +0 -37
- package/styles/combo-box/highcontrast.css +0 -37
- package/styles/combo-box/material-dark.css +0 -34
- package/styles/combo-box/material.css +0 -55
- package/styles/combo-box/material3-dark.css +0 -59
- package/styles/combo-box/material3.css +0 -59
- package/styles/combo-box/tailwind-dark.css +0 -35
- package/styles/combo-box/tailwind.css +0 -35
- package/styles/drop-down-base/_bds-definition.scss +0 -22
- package/styles/drop-down-base/_bigger.scss +195 -0
- package/styles/drop-down-base/_bootstrap-dark-definition.scss +0 -5
- package/styles/drop-down-base/_bootstrap-definition.scss +0 -5
- package/styles/drop-down-base/_bootstrap4-definition.scss +0 -9
- package/styles/drop-down-base/_bootstrap5-definition.scss +0 -19
- package/styles/drop-down-base/_bootstrap5.3-definition.scss +2 -21
- package/styles/drop-down-base/_fabric-dark-definition.scss +0 -5
- package/styles/drop-down-base/_fabric-definition.scss +0 -5
- package/styles/drop-down-base/_fluent-definition.scss +0 -19
- package/styles/drop-down-base/_fluent2-definition.scss +2 -23
- package/styles/drop-down-base/_fusionnew-definition.scss +0 -19
- package/styles/drop-down-base/_highcontrast-definition.scss +0 -9
- package/styles/drop-down-base/_highcontrast-light-definition.scss +0 -9
- package/styles/drop-down-base/_layout.scss +1 -57
- package/styles/drop-down-base/_material-dark-definition.scss +0 -4
- package/styles/drop-down-base/_material-definition.scss +0 -4
- package/styles/drop-down-base/_material3-definition.scss +0 -3
- package/styles/drop-down-base/_tailwind-definition.scss +0 -22
- package/styles/drop-down-base/_theme.scss +10 -91
- package/styles/drop-down-base/bootstrap-dark.css +75 -75
- package/styles/drop-down-base/bootstrap-dark.scss +1 -0
- package/styles/drop-down-base/bootstrap.css +75 -75
- package/styles/drop-down-base/bootstrap.scss +1 -0
- package/styles/drop-down-base/bootstrap4.css +79 -79
- package/styles/drop-down-base/bootstrap4.scss +1 -0
- package/styles/drop-down-base/bootstrap5-dark.css +89 -89
- package/styles/drop-down-base/bootstrap5-dark.scss +1 -0
- package/styles/drop-down-base/bootstrap5.3.css +411 -0
- package/styles/drop-down-base/bootstrap5.3.scss +4 -0
- package/styles/drop-down-base/bootstrap5.css +89 -89
- package/styles/drop-down-base/bootstrap5.scss +1 -0
- package/styles/drop-down-base/fabric-dark.css +75 -75
- package/styles/drop-down-base/fabric-dark.scss +1 -0
- package/styles/drop-down-base/fabric.css +75 -75
- package/styles/drop-down-base/fabric.scss +1 -0
- package/styles/drop-down-base/fluent-dark.css +101 -101
- package/styles/drop-down-base/fluent-dark.scss +1 -0
- package/styles/drop-down-base/fluent.css +101 -101
- package/styles/drop-down-base/fluent.scss +1 -0
- package/styles/drop-down-base/fluent2.css +97 -95
- package/styles/drop-down-base/fluent2.scss +1 -0
- package/styles/drop-down-base/highcontrast-light.css +75 -77
- package/styles/drop-down-base/highcontrast-light.scss +1 -0
- package/styles/drop-down-base/highcontrast.css +75 -77
- package/styles/drop-down-base/highcontrast.scss +1 -0
- package/styles/drop-down-base/material-dark.css +74 -74
- package/styles/drop-down-base/material-dark.scss +1 -0
- package/styles/drop-down-base/material.css +74 -74
- package/styles/drop-down-base/material.scss +1 -0
- package/styles/drop-down-base/material3-dark.css +74 -74
- package/styles/drop-down-base/material3-dark.scss +1 -0
- package/styles/drop-down-base/material3.css +74 -74
- package/styles/drop-down-base/material3.scss +1 -0
- package/styles/drop-down-base/tailwind-dark.css +135 -135
- package/styles/drop-down-base/tailwind-dark.scss +1 -0
- package/styles/drop-down-base/tailwind.css +135 -135
- package/styles/drop-down-base/tailwind.scss +1 -0
- package/styles/drop-down-list/_bds-definition.scss +0 -34
- package/styles/drop-down-list/_bigger.scss +713 -0
- package/styles/drop-down-list/_bootstrap-dark-definition.scss +0 -64
- package/styles/drop-down-list/_bootstrap-definition.scss +0 -64
- package/styles/drop-down-list/_bootstrap4-definition.scss +0 -81
- package/styles/drop-down-list/_bootstrap5-definition.scss +0 -67
- package/styles/drop-down-list/_bootstrap5.3-definition.scss +1 -67
- package/styles/drop-down-list/_fabric-dark-definition.scss +0 -57
- package/styles/drop-down-list/_fabric-definition.scss +0 -56
- package/styles/drop-down-list/_fluent-definition.scss +0 -57
- package/styles/drop-down-list/_fluent2-definition.scss +2 -35
- package/styles/drop-down-list/_fusionnew-definition.scss +0 -67
- package/styles/drop-down-list/_highcontrast-definition.scss +0 -60
- package/styles/drop-down-list/_highcontrast-light-definition.scss +0 -60
- package/styles/drop-down-list/_layout.scss +4 -82
- package/styles/drop-down-list/_material-dark-definition.scss +0 -33
- package/styles/drop-down-list/_material-definition.scss +0 -55
- package/styles/drop-down-list/_material3-definition.scss +0 -58
- package/styles/drop-down-list/_tailwind-definition.scss +0 -34
- package/styles/drop-down-list/_theme.scss +7 -0
- package/styles/drop-down-list/bootstrap-dark.css +90 -91
- package/styles/drop-down-list/bootstrap-dark.scss +1 -0
- package/styles/drop-down-list/bootstrap.css +90 -91
- package/styles/drop-down-list/bootstrap.scss +1 -0
- package/styles/drop-down-list/bootstrap4.css +105 -105
- package/styles/drop-down-list/bootstrap4.scss +1 -0
- package/styles/drop-down-list/bootstrap5-dark.css +87 -101
- package/styles/drop-down-list/bootstrap5-dark.scss +1 -0
- package/styles/drop-down-list/bootstrap5.3.css +481 -0
- package/styles/drop-down-list/bootstrap5.3.scss +10 -0
- package/styles/drop-down-list/bootstrap5.css +87 -101
- package/styles/drop-down-list/bootstrap5.scss +1 -0
- package/styles/drop-down-list/fabric-dark.css +89 -90
- package/styles/drop-down-list/fabric-dark.scss +1 -0
- package/styles/drop-down-list/fabric.css +89 -83
- package/styles/drop-down-list/fabric.scss +1 -0
- package/styles/drop-down-list/fluent-dark.css +73 -88
- package/styles/drop-down-list/fluent-dark.scss +1 -0
- package/styles/drop-down-list/fluent.css +73 -88
- package/styles/drop-down-list/fluent.scss +1 -0
- package/styles/drop-down-list/fluent2.css +76 -93
- package/styles/drop-down-list/fluent2.scss +1 -0
- package/styles/drop-down-list/highcontrast-light.css +78 -80
- package/styles/drop-down-list/highcontrast-light.scss +1 -0
- package/styles/drop-down-list/highcontrast.css +79 -80
- package/styles/drop-down-list/highcontrast.scss +1 -0
- package/styles/drop-down-list/material-dark.css +73 -73
- package/styles/drop-down-list/material-dark.scss +1 -0
- package/styles/drop-down-list/material.css +94 -94
- package/styles/drop-down-list/material.scss +1 -0
- package/styles/drop-down-list/material3-dark.css +98 -98
- package/styles/drop-down-list/material3-dark.scss +1 -0
- package/styles/drop-down-list/material3.css +98 -98
- package/styles/drop-down-list/material3.scss +1 -0
- package/styles/drop-down-list/tailwind-dark.css +95 -78
- package/styles/drop-down-list/tailwind-dark.scss +1 -0
- package/styles/drop-down-list/tailwind.css +95 -78
- package/styles/drop-down-list/tailwind.scss +1 -0
- package/styles/drop-down-tree/_bigger.scss +522 -0
- package/styles/drop-down-tree/_bootstrap5.3-definition.scss +5 -5
- package/styles/drop-down-tree/_fluent2-definition.scss +5 -3
- package/styles/drop-down-tree/_layout.scss +15 -491
- package/styles/drop-down-tree/_theme.scss +16 -4
- package/styles/drop-down-tree/bootstrap-dark.css +32 -37
- package/styles/drop-down-tree/bootstrap-dark.scss +1 -0
- package/styles/drop-down-tree/bootstrap.css +32 -37
- package/styles/drop-down-tree/bootstrap.scss +1 -0
- package/styles/drop-down-tree/bootstrap4.css +38 -47
- package/styles/drop-down-tree/bootstrap4.scss +1 -0
- package/styles/drop-down-tree/bootstrap5-dark.css +36 -55
- package/styles/drop-down-tree/bootstrap5-dark.scss +1 -0
- package/styles/drop-down-tree/bootstrap5.3.css +460 -0
- package/styles/drop-down-tree/bootstrap5.3.scss +10 -0
- package/styles/drop-down-tree/bootstrap5.css +36 -55
- package/styles/drop-down-tree/bootstrap5.scss +1 -0
- package/styles/drop-down-tree/fabric-dark.css +32 -37
- package/styles/drop-down-tree/fabric-dark.scss +1 -0
- package/styles/drop-down-tree/fabric.css +32 -37
- package/styles/drop-down-tree/fabric.scss +1 -0
- package/styles/drop-down-tree/fluent-dark.css +32 -51
- package/styles/drop-down-tree/fluent-dark.scss +1 -0
- package/styles/drop-down-tree/fluent.css +32 -51
- package/styles/drop-down-tree/fluent.scss +1 -0
- package/styles/drop-down-tree/fluent2.css +38 -53
- package/styles/drop-down-tree/fluent2.scss +1 -0
- package/styles/drop-down-tree/highcontrast-light.css +32 -39
- package/styles/drop-down-tree/highcontrast-light.scss +1 -0
- package/styles/drop-down-tree/highcontrast.css +41 -48
- package/styles/drop-down-tree/highcontrast.scss +1 -0
- package/styles/drop-down-tree/material-dark.css +32 -36
- package/styles/drop-down-tree/material-dark.scss +1 -0
- package/styles/drop-down-tree/material.css +32 -36
- package/styles/drop-down-tree/material.scss +1 -0
- package/styles/drop-down-tree/material3-dark.css +33 -37
- package/styles/drop-down-tree/material3-dark.scss +1 -0
- package/styles/drop-down-tree/material3.css +33 -37
- package/styles/drop-down-tree/material3.scss +1 -0
- package/styles/drop-down-tree/tailwind-dark.css +51 -73
- package/styles/drop-down-tree/tailwind-dark.scss +1 -0
- package/styles/drop-down-tree/tailwind.css +51 -73
- package/styles/drop-down-tree/tailwind.scss +1 -0
- package/styles/fabric-dark-lite.css +2730 -0
- package/styles/fabric-dark-lite.scss +28 -0
- package/styles/fabric-dark.css +657 -604
- package/styles/fabric-dark.scss +6 -1
- package/styles/fabric-lite.css +2731 -0
- package/styles/fabric-lite.scss +28 -0
- package/styles/fabric.css +667 -607
- package/styles/fabric.scss +6 -1
- package/styles/fluent-dark-lite.css +2866 -0
- package/styles/fluent-dark-lite.scss +28 -0
- package/styles/fluent-dark.css +703 -678
- package/styles/fluent-dark.scss +6 -1
- package/styles/fluent-lite.css +2866 -0
- package/styles/fluent-lite.scss +28 -0
- package/styles/fluent.css +703 -678
- package/styles/fluent.scss +6 -1
- package/styles/fluent2-lite.css +3050 -0
- package/styles/fluent2-lite.scss +28 -0
- package/styles/fluent2.css +739 -672
- package/styles/fluent2.scss +6 -1
- package/styles/highcontrast-light-lite.css +2847 -0
- package/styles/highcontrast-light-lite.scss +28 -0
- package/styles/highcontrast-light.css +652 -602
- package/styles/highcontrast-light.scss +6 -1
- package/styles/highcontrast-lite.css +2870 -0
- package/styles/highcontrast-lite.scss +28 -0
- package/styles/highcontrast.css +670 -619
- package/styles/highcontrast.scss +6 -1
- package/styles/list-box/_bigger.scss +173 -0
- package/styles/list-box/_bootstrap5-definition.scss +1 -0
- package/styles/list-box/_bootstrap5.3-definition.scss +17 -14
- package/styles/list-box/_fluent2-definition.scss +2 -0
- package/styles/list-box/_layout.scss +15 -127
- package/styles/list-box/_theme.scss +14 -51
- package/styles/list-box/bootstrap-dark.css +121 -129
- package/styles/list-box/bootstrap-dark.scss +1 -0
- package/styles/list-box/bootstrap.css +127 -135
- package/styles/list-box/bootstrap.scss +1 -0
- package/styles/list-box/bootstrap4.css +171 -183
- package/styles/list-box/bootstrap4.scss +1 -0
- package/styles/list-box/bootstrap5-dark.css +127 -149
- package/styles/list-box/bootstrap5-dark.scss +1 -0
- package/styles/list-box/bootstrap5.3.css +950 -0
- package/styles/list-box/bootstrap5.3.scss +6 -0
- package/styles/list-box/bootstrap5.css +127 -149
- package/styles/list-box/bootstrap5.scss +1 -0
- package/styles/list-box/fabric-dark.css +121 -129
- package/styles/list-box/fabric-dark.scss +1 -0
- package/styles/list-box/fabric.css +127 -135
- package/styles/list-box/fabric.scss +1 -0
- package/styles/list-box/fluent-dark.css +127 -149
- package/styles/list-box/fluent-dark.scss +1 -0
- package/styles/list-box/fluent.css +127 -149
- package/styles/list-box/fluent.scss +1 -0
- package/styles/list-box/fluent2.css +121 -156
- package/styles/list-box/fluent2.scss +1 -0
- package/styles/list-box/highcontrast-light.css +121 -131
- package/styles/list-box/highcontrast-light.scss +1 -0
- package/styles/list-box/highcontrast.css +127 -137
- package/styles/list-box/highcontrast.scss +1 -0
- package/styles/list-box/material-dark.css +121 -128
- package/styles/list-box/material-dark.scss +1 -0
- package/styles/list-box/material.css +127 -134
- package/styles/list-box/material.scss +1 -0
- package/styles/list-box/material3-dark.css +121 -128
- package/styles/list-box/material3-dark.scss +1 -0
- package/styles/list-box/material3.css +121 -128
- package/styles/list-box/material3.scss +1 -0
- package/styles/list-box/tailwind-dark.css +137 -162
- package/styles/list-box/tailwind-dark.scss +1 -0
- package/styles/list-box/tailwind.css +137 -162
- package/styles/list-box/tailwind.scss +1 -0
- package/styles/material-dark-lite.css +3513 -0
- package/styles/material-dark-lite.scss +28 -0
- package/styles/material-dark.css +1265 -1157
- package/styles/material-dark.scss +6 -1
- package/styles/material-lite.css +3545 -0
- package/styles/material-lite.scss +28 -0
- package/styles/material.css +1305 -1197
- package/styles/material.scss +6 -1
- package/styles/material3-dark-lite.css +3459 -0
- package/styles/material3-dark-lite.scss +28 -0
- package/styles/material3-dark.css +1614 -1248
- package/styles/material3-dark.scss +6 -1
- package/styles/material3-lite.css +3461 -0
- package/styles/material3-lite.scss +28 -0
- package/styles/material3.css +1614 -1248
- package/styles/material3.scss +6 -1
- package/styles/mention/bootstrap-dark.css +0 -5
- package/styles/mention/bootstrap.css +0 -5
- package/styles/mention/bootstrap4.css +0 -9
- package/styles/mention/bootstrap5-dark.css +0 -19
- package/styles/mention/bootstrap5.3.css +67 -0
- package/styles/mention/bootstrap5.3.scss +6 -0
- package/styles/mention/bootstrap5.css +0 -19
- package/styles/mention/fabric-dark.css +0 -5
- package/styles/mention/fabric.css +0 -5
- package/styles/mention/fluent-dark.css +0 -19
- package/styles/mention/fluent.css +0 -19
- package/styles/mention/fluent2.css +0 -22
- package/styles/mention/highcontrast-light.css +0 -7
- package/styles/mention/highcontrast.css +0 -7
- package/styles/mention/material-dark.css +0 -4
- package/styles/mention/material.css +0 -4
- package/styles/mention/material3-dark.css +0 -4
- package/styles/mention/material3.css +0 -4
- package/styles/mention/tailwind-dark.css +0 -22
- package/styles/mention/tailwind.css +0 -22
- package/styles/multi-select/_bds-definition.scss +0 -5
- package/styles/multi-select/_bigger.scss +2002 -0
- package/styles/multi-select/_bootstrap-dark-definition.scss +0 -9
- package/styles/multi-select/_bootstrap-definition.scss +0 -9
- package/styles/multi-select/_bootstrap4-definition.scss +0 -44
- package/styles/multi-select/_bootstrap5-definition.scss +0 -5
- package/styles/multi-select/_bootstrap5.3-definition.scss +0 -5
- package/styles/multi-select/_fabric-dark-definition.scss +2 -4
- package/styles/multi-select/_fabric-definition.scss +2 -4
- package/styles/multi-select/_fluent-definition.scss +0 -10
- package/styles/multi-select/_fluent2-definition.scss +2 -5
- package/styles/multi-select/_fusionnew-definition.scss +0 -5
- package/styles/multi-select/_highcontrast-definition.scss +1 -2
- package/styles/multi-select/_highcontrast-light-definition.scss +1 -2
- package/styles/multi-select/_layout.scss +33 -934
- package/styles/multi-select/_tailwind-definition.scss +0 -5
- package/styles/multi-select/_theme.scss +13 -34
- package/styles/multi-select/bootstrap-dark.css +314 -273
- package/styles/multi-select/bootstrap-dark.scss +1 -0
- package/styles/multi-select/bootstrap.css +314 -273
- package/styles/multi-select/bootstrap.scss +1 -0
- package/styles/multi-select/bootstrap4.css +405 -347
- package/styles/multi-select/bootstrap4.scss +1 -0
- package/styles/multi-select/bootstrap5-dark.css +350 -320
- package/styles/multi-select/bootstrap5-dark.scss +1 -0
- package/styles/multi-select/bootstrap5.3.css +1424 -0
- package/styles/multi-select/bootstrap5.3.scss +10 -0
- package/styles/multi-select/bootstrap5.css +350 -320
- package/styles/multi-select/bootstrap5.scss +1 -0
- package/styles/multi-select/fabric-dark.css +320 -273
- package/styles/multi-select/fabric-dark.scss +1 -0
- package/styles/multi-select/fabric.css +320 -273
- package/styles/multi-select/fabric.scss +1 -0
- package/styles/multi-select/fluent-dark.css +366 -361
- package/styles/multi-select/fluent-dark.scss +1 -0
- package/styles/multi-select/fluent.css +366 -361
- package/styles/multi-select/fluent.scss +1 -0
- package/styles/multi-select/fluent2.css +399 -355
- package/styles/multi-select/fluent2.scss +1 -0
- package/styles/multi-select/highcontrast-light.css +321 -278
- package/styles/multi-select/highcontrast-light.scss +1 -0
- package/styles/multi-select/highcontrast.css +321 -278
- package/styles/multi-select/highcontrast.scss +1 -0
- package/styles/multi-select/icons/_bootstrap4.scss +0 -9
- package/styles/multi-select/icons/_fluent.scss +0 -21
- package/styles/multi-select/icons/_fluent2.scss +5 -354
- package/styles/multi-select/icons/_material-dark.scss +5 -354
- package/styles/multi-select/icons/_material.scss +5 -354
- package/styles/multi-select/icons/_material3.scss +5 -354
- package/styles/multi-select/material-dark.css +960 -857
- package/styles/multi-select/material-dark.scss +1 -0
- package/styles/multi-select/material.css +960 -857
- package/styles/multi-select/material.scss +1 -0
- package/styles/multi-select/material3-dark.css +1277 -916
- package/styles/multi-select/material3-dark.scss +1 -0
- package/styles/multi-select/material3.css +1277 -916
- package/styles/multi-select/material3.scss +1 -0
- package/styles/multi-select/tailwind-dark.css +351 -327
- package/styles/multi-select/tailwind-dark.scss +1 -0
- package/styles/multi-select/tailwind.css +351 -327
- package/styles/multi-select/tailwind.scss +1 -0
- package/styles/tailwind-dark-lite.css +2813 -0
- package/styles/tailwind-dark-lite.scss +28 -0
- package/styles/tailwind-dark.css +930 -848
- package/styles/tailwind-dark.scss +6 -1
- package/styles/tailwind-lite.css +2813 -0
- package/styles/tailwind-lite.scss +28 -0
- package/styles/tailwind.css +930 -848
- package/styles/tailwind.scss +6 -1
package/styles/highcontrast.scss
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@import 'ej2-base/styles/definition/highcontrast.scss';
|
|
2
2
|
@import 'drop-down-base/highcontrast-definition.scss';
|
|
3
3
|
@import 'drop-down-base/all.scss';
|
|
4
|
-
|
|
4
|
+
@import 'drop-down-base/bigger.scss';
|
|
5
5
|
@import 'ej2-inputs/styles/input/highcontrast-definition.scss';
|
|
6
6
|
@import 'ej2-popups/styles/popup/highcontrast-definition.scss';
|
|
7
7
|
@import 'ej2-popups/styles/spinner/highcontrast-definition.scss';
|
|
@@ -9,20 +9,25 @@
|
|
|
9
9
|
@import 'drop-down-list/highcontrast-definition.scss';
|
|
10
10
|
@import 'drop-down-list/icons/highcontrast.scss';
|
|
11
11
|
@import 'drop-down-list/all.scss';
|
|
12
|
+
@import 'drop-down-list/bigger.scss';
|
|
12
13
|
@import 'ej2-navigations/styles/treeview/highcontrast-definition.scss';
|
|
13
14
|
@import 'drop-down-tree/highcontrast-definition.scss';
|
|
14
15
|
@import 'drop-down-tree/icons/highcontrast.scss';
|
|
15
16
|
@import 'drop-down-tree/all.scss';
|
|
17
|
+
@import 'drop-down-tree/bigger.scss';
|
|
16
18
|
@import 'combo-box/highcontrast-definition.scss';
|
|
17
19
|
@import 'combo-box/all.scss';
|
|
20
|
+
|
|
18
21
|
@import 'auto-complete/highcontrast-definition.scss';
|
|
19
22
|
@import 'auto-complete/all.scss';
|
|
20
23
|
@import 'ej2-buttons/styles/check-box/highcontrast-definition.scss';
|
|
21
24
|
@import 'multi-select/highcontrast-definition.scss';
|
|
22
25
|
@import 'multi-select/icons/highcontrast.scss';
|
|
23
26
|
@import 'multi-select/all.scss';
|
|
27
|
+
@import 'multi-select/bigger.scss';
|
|
24
28
|
@import 'list-box/highcontrast-definition.scss';
|
|
25
29
|
@import 'list-box/icons/highcontrast.scss';
|
|
26
30
|
@import 'list-box/all.scss';
|
|
31
|
+
@import 'list-box/bigger.scss';
|
|
27
32
|
@import 'mention/highcontrast-definition.scss';
|
|
28
33
|
@import 'mention/all.scss';
|
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
@include export-module('listbox-bigger') {
|
|
2
|
+
.e-bigger .e-listbox-wrapper,
|
|
3
|
+
.e-listbox-wrapper.e-bigger,
|
|
4
|
+
.e-bigger .e-listbox-container,
|
|
5
|
+
.e-listbox-container.e-bigger {
|
|
6
|
+
@if ($skin-name == 'bootstrap4') {
|
|
7
|
+
font-size: 16px;
|
|
8
|
+
}
|
|
9
|
+
@if ($theme-name == 'bootstrap5.3' or $theme-name == 'bootstrap5.3-dark') {
|
|
10
|
+
border-radius: 6px;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
&.e-listboxtool-container .e-list-wrap {
|
|
14
|
+
@if $skin-name == 'FluentUI' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $skin-name == 'tailwind' {
|
|
15
|
+
width: calc(100% - 20%) !important; /* stylelint-disable-line declaration-no-important */
|
|
16
|
+
}
|
|
17
|
+
@else if $skin-name == 'material' or $skin-name == 'bootstrap4' or $skin-name == 'bootstrap' {
|
|
18
|
+
width: calc(100% - 15%) !important; /* stylelint-disable-line declaration-no-important */
|
|
19
|
+
}
|
|
20
|
+
@else if $skin-name == 'fabric' or $skin-name == 'highcontrast' {
|
|
21
|
+
width: calc(100% - 17%) !important; /* stylelint-disable-line declaration-no-important */
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.e-list-item {
|
|
26
|
+
border-bottom: $listbox-border-bottom solid $listbox-border-bottom-color;
|
|
27
|
+
border-left: $listbox-border-left solid $listbox-border-left-color;
|
|
28
|
+
border-right: $listbox-border-right solid $listbox-border-right-color;
|
|
29
|
+
border-top: $listbox-border-top solid $listbox-border-top-color;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
&:not(.e-list-template) .e-list-item,
|
|
33
|
+
.e-selectall-parent,
|
|
34
|
+
.e-list-group-item,
|
|
35
|
+
.e-list-header {
|
|
36
|
+
padding: $listbox-bigger-item-padding;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
&:not(.e-list-template) .e-list-item,
|
|
40
|
+
.e-selectall-parent {
|
|
41
|
+
height: $listbox-touch-item-height;
|
|
42
|
+
line-height: $listbox-touch-item-line-height;
|
|
43
|
+
position: relative;
|
|
44
|
+
@if ($skin-name == 'bootstrap4') {
|
|
45
|
+
padding: 12px 20px;
|
|
46
|
+
}
|
|
47
|
+
@if ($theme-name == 'bootstrap5.3' or $theme-name == 'bootstrap5.3-dark') {
|
|
48
|
+
font-size: 16px;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.e-list-parent {
|
|
53
|
+
min-height: $listbox-touch-item-height;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.e-text-content {
|
|
57
|
+
font-size: $listbox-touch-item-font-size;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.e-list-group-item {
|
|
61
|
+
height: $listbox-touch-groupheader-height;
|
|
62
|
+
line-height: $listbox-touch-groupheader-line-height;
|
|
63
|
+
@if ($skin-name == 'bootstrap4') {
|
|
64
|
+
font-size: 16px;
|
|
65
|
+
padding: 12px 20px;
|
|
66
|
+
}
|
|
67
|
+
@if $theme-name == 'bootstrap5.3' or $theme-name == 'bootstrap5.3-dark' {
|
|
68
|
+
padding: 9px 16px;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.e-list-header {
|
|
73
|
+
align-items: center;
|
|
74
|
+
display: flex;
|
|
75
|
+
font-weight: $listbox-touch-header-font-weight;
|
|
76
|
+
height: $listbox-touch-header-height;
|
|
77
|
+
@if ($skin-name == 'bootstrap4') {
|
|
78
|
+
font-size: 20px;
|
|
79
|
+
line-height: 1.2;
|
|
80
|
+
padding: 0 0 0 20px;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.e-list-header .e-text.header,
|
|
85
|
+
.e-list-header .e-headertemplate-text.nested-header {
|
|
86
|
+
display: none;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.e-list-header .e-text {
|
|
90
|
+
font-size: $listbox-touch-header-font-size;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.e-but-back {
|
|
94
|
+
@if ($skin-name == 'bootstrap4') {
|
|
95
|
+
margin-top: -3px;
|
|
96
|
+
padding-right: 12px;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.e-list-icon {
|
|
101
|
+
@if ($skin-name == 'bootstrap4') {
|
|
102
|
+
margin-right: 12px;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.e-icon-collapsible {
|
|
107
|
+
@if ($skin-name == 'bootstrap4') {
|
|
108
|
+
font-size: 12px;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.e-checkbox-wrapper {
|
|
113
|
+
@if ($skin-name == 'bootstrap4') {
|
|
114
|
+
margin: 0 12px 0 0;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
&.e-rtl {
|
|
119
|
+
.e-checkbox-wrapper {
|
|
120
|
+
@if ($skin-name == 'bootstrap4') {
|
|
121
|
+
margin: 0 0 0 12px;
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
128
|
+
height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
129
|
+
}
|
|
130
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
131
|
+
height: $listbox-mat-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-parent,
|
|
135
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent,
|
|
136
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent,
|
|
137
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
138
|
+
height: 100%;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
142
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
143
|
+
height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
147
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
148
|
+
height: $listbox-select-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
152
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
153
|
+
height: $listbox-filter-bigger-small-height !important; /* stylelint-disable-line declaration-no-important */
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
157
|
+
height: $listbox-ej2-filterselect-bigger-height !important;/* stylelint-disable-line declaration-no-important */
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.e-bigger.e-listbox-wrapper,
|
|
161
|
+
.e-bigger.e-listbox-container {
|
|
162
|
+
@if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark') {
|
|
163
|
+
font-size: $listbox-touch-item-font-size;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
& .e-list-header,
|
|
167
|
+
& .e-list-group-item {
|
|
168
|
+
@if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark') {
|
|
169
|
+
font-size: $listbox-touch-header-font-size;
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
}
|
|
@@ -92,6 +92,7 @@ $listbox-border-left-color: transparent !default;
|
|
|
92
92
|
$listbox-text-hover-color: $content-text-color !default;
|
|
93
93
|
$listbox-item-active-bg: $content-bg-color-alt2 !default;
|
|
94
94
|
$listbox-text-active-color: rgba($content-text-color, .87) !default;
|
|
95
|
+
$listbox-text-selected-color: rgba($content-text-color, .87) !default;
|
|
95
96
|
$listbox-header-text-color: $content-text-color-alt2 !default;
|
|
96
97
|
$listbox-header-text-disabled: $content-text-color-disabled !default;
|
|
97
98
|
$listbox-header-bg: $content-bg-color-alt2 !default;
|
|
@@ -14,24 +14,24 @@ $listbox-header-font-weight: $font-weight-medium !default;
|
|
|
14
14
|
$listbox-header-line-height: 18px !default;
|
|
15
15
|
$listbox-header-padding-bottom: 0 !default;
|
|
16
16
|
$listbox-touch-back-icon-padding: 0 !default;
|
|
17
|
-
$listbox-border-bottom:
|
|
17
|
+
$listbox-border-bottom: 1px !default;
|
|
18
18
|
$listbox-border-top: 0 !default;
|
|
19
19
|
$listbox-border-left: 0 !default;
|
|
20
20
|
$listbox-border-right: 0 !default;
|
|
21
21
|
$listbox-group-first-border-bottom: 0 !default;
|
|
22
22
|
$listbox-group-border-top: 1px !default;
|
|
23
|
-
$listbox-group-border-bottom:
|
|
24
|
-
$listbox-groupheader-item-height:
|
|
25
|
-
$listbox-groupheader-item-line-height:
|
|
26
|
-
$listbox-groupheader-font-size:
|
|
23
|
+
$listbox-group-border-bottom: 1px !default;
|
|
24
|
+
$listbox-groupheader-item-height: 36px !default;
|
|
25
|
+
$listbox-groupheader-item-line-height: 22px !default;
|
|
26
|
+
$listbox-groupheader-font-size: 14px !default;
|
|
27
27
|
$listbox-border-size: 0 !default;
|
|
28
28
|
$listbox-font-size: $text-sm !default;
|
|
29
29
|
$listbox-back-padding-right: 8px !default;
|
|
30
|
-
$listbox-touch-item-height:
|
|
31
|
-
$listbox-touch-item-line-height:
|
|
30
|
+
$listbox-touch-item-height: 42px !default;
|
|
31
|
+
$listbox-touch-item-line-height: 24px !default;
|
|
32
32
|
$listbox-touch-item-font-size: $text-base !default;
|
|
33
|
-
$listbox-touch-groupheader-height:
|
|
34
|
-
$listbox-touch-groupheader-line-height:
|
|
33
|
+
$listbox-touch-groupheader-height: 42px !default;
|
|
34
|
+
$listbox-touch-groupheader-line-height: 22px !default;
|
|
35
35
|
$listbox-touch-header-height: 22px !default;
|
|
36
36
|
$listbox-touch-header-font-weight: $font-weight-medium !default;
|
|
37
37
|
$listbox-touch-header-font-size: $text-sm !default;
|
|
@@ -81,17 +81,18 @@ $listbox-text-color: $content-text-color !default;
|
|
|
81
81
|
$listbox-text-disabled: $content-text-color-disabled !default;
|
|
82
82
|
$listbox-icon-color: $icon-color !default;
|
|
83
83
|
$listbox-icon-disabled: $icon-color-disabled !default;
|
|
84
|
-
$listbox-item-hover-bg: $content-bg-color-
|
|
84
|
+
$listbox-item-hover-bg: $content-bg-color-hover !default;
|
|
85
85
|
$listbox-background: $transparent !default;
|
|
86
86
|
$listbox-line-color: $border-light !default;
|
|
87
87
|
$listbox-hover-border-color: transparent !default;
|
|
88
|
-
$listbox-border-bottom-color:
|
|
88
|
+
$listbox-border-bottom-color: $border-light !default;
|
|
89
89
|
$listbox-border-top-color: transparent !default;
|
|
90
90
|
$listbox-border-right-color: transparent !default;
|
|
91
91
|
$listbox-border-left-color: transparent !default;
|
|
92
92
|
$listbox-text-hover-color: $content-text-color !default;
|
|
93
|
-
$listbox-item-active-bg: $content-bg-color-
|
|
93
|
+
$listbox-item-active-bg: $content-bg-color-selected !default;
|
|
94
94
|
$listbox-text-active-color: rgba($content-text-color, .87) !default;
|
|
95
|
+
$listbox-text-selected-color: $content-text-color-selected !default;
|
|
95
96
|
$listbox-header-text-color: $content-text-color-alt2 !default;
|
|
96
97
|
$listbox-header-text-disabled: $content-text-color-disabled !default;
|
|
97
98
|
$listbox-header-bg: $content-bg-color-alt2 !default;
|
|
@@ -101,8 +102,8 @@ $listbox-header-border: rgba($black, .12) !default;
|
|
|
101
102
|
$checkmark-bgcolor: $primary !default;
|
|
102
103
|
$checkmark-border-color: transparent !default;
|
|
103
104
|
$checkmark-color: $primary-text-color !default;
|
|
104
|
-
$listbox-groupheader-text-color: $
|
|
105
|
-
$listbox-groupheader-bg:
|
|
105
|
+
$listbox-groupheader-text-color: $content-text-color-alt2 !default;
|
|
106
|
+
$listbox-groupheader-bg: transparent !default;
|
|
106
107
|
$listbox-groupheader-border: $black !default;
|
|
107
108
|
$listbox-groupheader-icon: $icon-color !default;
|
|
108
109
|
$listbox-template-multiline-header-color: $content-text-color !default;
|
|
@@ -118,3 +119,5 @@ $listbox-filter-height: calc(100% - 50px) !default;
|
|
|
118
119
|
$listbox-filter-bigger-height: calc(100% - 56px) !default;
|
|
119
120
|
$listbox-ej2-filterselect-height: calc(100% - 86px) !default;
|
|
120
121
|
$listbox-ej2-filterselect-bigger-height: calc(100% - 104px) !default;
|
|
122
|
+
$listbox-dragged-item-bg-color: $content-bg-color-dragged !default;
|
|
123
|
+
$listbox-dragged-item-text-color: $content-text-color-dragged !default;
|
|
@@ -117,3 +117,5 @@ $listbox-mat-filter-height: calc(100% - 50px) !default;
|
|
|
117
117
|
$listbox-mat-filter-bigger-height: calc(100% - 58px) !default;
|
|
118
118
|
$listbox-ej2-filterselect-height: calc(100% - 87.5px) !default;
|
|
119
119
|
$listbox-ej2-filterselect-bigger-height: calc(100% - 106px) !default;
|
|
120
|
+
$listbox-dragged-item-bg-color: $content-bg-color-alt3 !default;
|
|
121
|
+
$listbox-dragged-item-text-color: $content-text-color !default;
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
box-sizing: border-box;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
@if $skin-name == 'fluent2' {
|
|
18
|
+
@if $skin-name == 'fluent2' or $theme-name == 'bootstrap5.3' or $theme-name == 'bootstrap5.3-dark' {
|
|
19
19
|
border-radius: 4px;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
&.e-listboxtool-container .e-list-wrap {
|
|
23
|
-
@if $skin-name == 'FluentUI' or $skin-name == 'bootstrap5' or $skin-name == 'tailwind' {
|
|
23
|
+
@if $skin-name == 'FluentUI' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $skin-name == 'tailwind' {
|
|
24
24
|
width: calc(100% - 16%) !important; /* stylelint-disable-line declaration-no-important */
|
|
25
25
|
}
|
|
26
26
|
@else if $skin-name == 'material' or $skin-name == 'bootstrap4' or $skin-name == 'bootstrap' or $skin-name == 'fabric' {
|
|
@@ -118,8 +118,10 @@
|
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
& .e-list-group-item:first-child {
|
|
121
|
-
|
|
122
|
-
|
|
121
|
+
@if $theme-name != 'bootstrap5.3' and $theme-name != 'bootstrap5.3-dark' {
|
|
122
|
+
border: 0;
|
|
123
|
+
border-bottom: $listbox-group-first-border-bottom solid $listbox-border-bottom-color;
|
|
124
|
+
}
|
|
123
125
|
}
|
|
124
126
|
|
|
125
127
|
& .e-list-group-item {
|
|
@@ -133,7 +135,12 @@
|
|
|
133
135
|
}
|
|
134
136
|
height: $listbox-groupheader-item-height;
|
|
135
137
|
line-height: $listbox-groupheader-item-line-height;
|
|
136
|
-
|
|
138
|
+
@if $theme-name == 'bootstrap5.3' or $theme-name == 'bootstrap5.3-dark' {
|
|
139
|
+
padding: 7px 12px;
|
|
140
|
+
}
|
|
141
|
+
@else {
|
|
142
|
+
padding: $listbox-item-padding;
|
|
143
|
+
}
|
|
137
144
|
}
|
|
138
145
|
|
|
139
146
|
& .e-icon-collapsible {
|
|
@@ -312,6 +319,9 @@
|
|
|
312
319
|
@if $skin-name == 'fluent2' {
|
|
313
320
|
border: 2px solid $badge-bgcolor;
|
|
314
321
|
}
|
|
322
|
+
@else if $theme-name == 'bootstrap5.3' or $theme-name == 'bootstrap5.3-dark' {
|
|
323
|
+
height: 2px;
|
|
324
|
+
}
|
|
315
325
|
@else {
|
|
316
326
|
height: 1px;
|
|
317
327
|
}
|
|
@@ -435,122 +445,6 @@
|
|
|
435
445
|
}
|
|
436
446
|
}
|
|
437
447
|
}
|
|
438
|
-
|
|
439
|
-
.e-bigger .e-listbox-wrapper,
|
|
440
|
-
.e-listbox-wrapper.e-bigger,
|
|
441
|
-
.e-bigger .e-listbox-container,
|
|
442
|
-
.e-listbox-container.e-bigger {
|
|
443
|
-
@if ($skin-name == 'bootstrap4') {
|
|
444
|
-
font-size: 16px;
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
&.e-listboxtool-container .e-list-wrap {
|
|
448
|
-
@if $skin-name == 'FluentUI' or $skin-name == 'bootstrap5' or $skin-name == 'tailwind' {
|
|
449
|
-
width: calc(100% - 20%) !important; /* stylelint-disable-line declaration-no-important */
|
|
450
|
-
}
|
|
451
|
-
@else if $skin-name == 'material' or $skin-name == 'bootstrap4' or $skin-name == 'bootstrap' {
|
|
452
|
-
width: calc(100% - 15%) !important; /* stylelint-disable-line declaration-no-important */
|
|
453
|
-
}
|
|
454
|
-
@else if $skin-name == 'fabric' or $skin-name == 'highcontrast' {
|
|
455
|
-
width: calc(100% - 17%) !important; /* stylelint-disable-line declaration-no-important */
|
|
456
|
-
}
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
.e-list-item {
|
|
460
|
-
border-bottom: $listbox-border-bottom solid $listbox-border-bottom-color;
|
|
461
|
-
border-left: $listbox-border-left solid $listbox-border-left-color;
|
|
462
|
-
border-right: $listbox-border-right solid $listbox-border-right-color;
|
|
463
|
-
border-top: $listbox-border-top solid $listbox-border-top-color;
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
&:not(.e-list-template) .e-list-item,
|
|
467
|
-
.e-selectall-parent,
|
|
468
|
-
.e-list-group-item,
|
|
469
|
-
.e-list-header {
|
|
470
|
-
padding: $listbox-bigger-item-padding;
|
|
471
|
-
}
|
|
472
|
-
|
|
473
|
-
&:not(.e-list-template) .e-list-item,
|
|
474
|
-
.e-selectall-parent {
|
|
475
|
-
height: $listbox-touch-item-height;
|
|
476
|
-
line-height: $listbox-touch-item-line-height;
|
|
477
|
-
position: relative;
|
|
478
|
-
@if ($skin-name == 'bootstrap4') {
|
|
479
|
-
padding: 12px 20px;
|
|
480
|
-
}
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
.e-list-parent {
|
|
484
|
-
min-height: $listbox-touch-item-height;
|
|
485
|
-
}
|
|
486
|
-
|
|
487
|
-
.e-text-content {
|
|
488
|
-
font-size: $listbox-touch-item-font-size;
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
.e-list-group-item {
|
|
492
|
-
height: $listbox-touch-groupheader-height;
|
|
493
|
-
line-height: $listbox-touch-groupheader-line-height;
|
|
494
|
-
@if ($skin-name == 'bootstrap4') {
|
|
495
|
-
font-size: 16px;
|
|
496
|
-
padding: 12px 20px;
|
|
497
|
-
}
|
|
498
|
-
}
|
|
499
|
-
|
|
500
|
-
.e-list-header {
|
|
501
|
-
align-items: center;
|
|
502
|
-
display: flex;
|
|
503
|
-
font-weight: $listbox-touch-header-font-weight;
|
|
504
|
-
height: $listbox-touch-header-height;
|
|
505
|
-
@if ($skin-name == 'bootstrap4') {
|
|
506
|
-
font-size: 20px;
|
|
507
|
-
line-height: 1.2;
|
|
508
|
-
padding: 0 0 0 20px;
|
|
509
|
-
}
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
.e-list-header .e-text.header,
|
|
513
|
-
.e-list-header .e-headertemplate-text.nested-header {
|
|
514
|
-
display: none;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
.e-list-header .e-text {
|
|
518
|
-
font-size: $listbox-touch-header-font-size;
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
.e-but-back {
|
|
522
|
-
@if ($skin-name == 'bootstrap4') {
|
|
523
|
-
margin-top: -3px;
|
|
524
|
-
padding-right: 12px;
|
|
525
|
-
}
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
.e-list-icon {
|
|
529
|
-
@if ($skin-name == 'bootstrap4') {
|
|
530
|
-
margin-right: 12px;
|
|
531
|
-
}
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
.e-icon-collapsible {
|
|
535
|
-
@if ($skin-name == 'bootstrap4') {
|
|
536
|
-
font-size: 12px;
|
|
537
|
-
}
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
.e-checkbox-wrapper {
|
|
541
|
-
@if ($skin-name == 'bootstrap4') {
|
|
542
|
-
margin: 0 12px 0 0;
|
|
543
|
-
}
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
&.e-rtl {
|
|
547
|
-
.e-checkbox-wrapper {
|
|
548
|
-
@if ($skin-name == 'bootstrap4') {
|
|
549
|
-
margin: 0 0 0 12px;
|
|
550
|
-
}
|
|
551
|
-
}
|
|
552
|
-
}
|
|
553
|
-
}
|
|
554
448
|
}
|
|
555
449
|
|
|
556
450
|
.e-listbox-wrapper,
|
|
@@ -569,9 +463,3 @@
|
|
|
569
463
|
}
|
|
570
464
|
}
|
|
571
465
|
}
|
|
572
|
-
|
|
573
|
-
.e-listbox-wrapper:not(.e-list-template) .e-list-parent li {
|
|
574
|
-
overflow: hidden;
|
|
575
|
-
white-space: nowrap;
|
|
576
|
-
text-overflow: ellipsis;
|
|
577
|
-
}
|
|
@@ -11,22 +11,6 @@
|
|
|
11
11
|
height: $listbox-filter-small-height !important; /* stylelint-disable-line declaration-no-important */
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
15
|
-
height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
16
|
-
}
|
|
17
|
-
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
18
|
-
height: $listbox-mat-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.e-bigger .e-listbox-container.e-filter-list .e-list-parent,
|
|
22
|
-
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent,
|
|
23
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent,
|
|
24
|
-
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
25
|
-
height: 100%;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
29
|
-
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
30
14
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
31
15
|
height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
32
16
|
}
|
|
@@ -35,44 +19,16 @@
|
|
|
35
19
|
height: $listbox-filter-height !important; /* stylelint-disable-line declaration-no-important */
|
|
36
20
|
}
|
|
37
21
|
|
|
38
|
-
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
39
|
-
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
40
|
-
height: $listbox-select-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
44
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
45
|
-
height: $listbox-filter-bigger-small-height !important; /* stylelint-disable-line declaration-no-important */
|
|
46
|
-
}
|
|
47
|
-
|
|
48
22
|
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
49
23
|
height: $listbox-ej2-filterselect-height !important;/* stylelint-disable-line declaration-no-important */
|
|
50
24
|
}
|
|
51
25
|
|
|
52
|
-
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
53
|
-
height: $listbox-ej2-filterselect-bigger-height !important;/* stylelint-disable-line declaration-no-important */
|
|
54
|
-
}
|
|
55
|
-
|
|
56
26
|
.e-listbox-wrapper,
|
|
57
27
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
58
28
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
59
29
|
border: 1px solid $listbox-border-color;
|
|
60
30
|
}
|
|
61
31
|
|
|
62
|
-
.e-bigger.e-listbox-wrapper,
|
|
63
|
-
.e-bigger.e-listbox-container {
|
|
64
|
-
@if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark') {
|
|
65
|
-
font-size: $listbox-touch-item-font-size;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
& .e-list-header,
|
|
69
|
-
& .e-list-group-item {
|
|
70
|
-
@if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark') {
|
|
71
|
-
font-size: $listbox-touch-header-font-size;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
32
|
.e-listbox-wrapper,
|
|
77
33
|
.e-listbox-container,
|
|
78
34
|
.e-listboxtool-wrapper {
|
|
@@ -129,14 +85,21 @@
|
|
|
129
85
|
& .e-list-item.e-focused.e-selected.e-checklist,
|
|
130
86
|
& .e-list-item.e-selected {
|
|
131
87
|
background-color: $listbox-item-active-bg;
|
|
132
|
-
|
|
88
|
+
@if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
|
|
89
|
+
color: $listbox-text-selected-color;
|
|
90
|
+
}
|
|
91
|
+
@else {
|
|
92
|
+
color: $listbox-text-active-color;
|
|
93
|
+
}
|
|
133
94
|
}
|
|
134
95
|
|
|
135
96
|
& .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
136
97
|
& .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
98
|
+
@if $skin-name != 'fluent2' {
|
|
99
|
+
background-color: $checkmark-bgcolor;
|
|
100
|
+
border-color: $checkmark-border-color;
|
|
101
|
+
color: $checkmark-color;
|
|
102
|
+
}
|
|
140
103
|
}
|
|
141
104
|
|
|
142
105
|
& .e-list-group-item {
|
|
@@ -321,10 +284,10 @@
|
|
|
321
284
|
|
|
322
285
|
.e-listbox-wrapper.e-sortableclone,
|
|
323
286
|
.e-listbox-container.e-sortableclone {
|
|
324
|
-
@if $skin-name == 'fluent2' {
|
|
287
|
+
@if $skin-name == 'fluent2' or $theme-name == 'bootstrap5.3' or $theme-name == 'bootstrap5.3-dark' {
|
|
325
288
|
& .e-list-item {
|
|
326
|
-
background-color: $
|
|
327
|
-
color: $
|
|
289
|
+
background-color: $listbox-dragged-item-bg-color !important; /* stylelint-disable-line declaration-no-important */
|
|
290
|
+
color: $listbox-dragged-item-text-color !important; /* stylelint-disable-line declaration-no-important */
|
|
328
291
|
}
|
|
329
292
|
}
|
|
330
293
|
}
|