@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
|
@@ -45,51 +45,6 @@
|
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
.e-bigger.e-rtl,
|
|
49
|
-
.e-bigger .e-rtl,
|
|
50
|
-
.e-rtl .e-bigger {
|
|
51
|
-
#{if(&, '&', '*')} .e-dropdownbase {
|
|
52
|
-
#{if(&, '&', '*')} .e-list-group-item,
|
|
53
|
-
#{if(&, '&', '*')} .e-fixed-head {
|
|
54
|
-
@if $skin-name == 'tailwind' {
|
|
55
|
-
padding-right: $ddl-list-header-bigger-padding-left;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
#{if(&, '&', '*')}.e-dd-group .e-list-item {
|
|
60
|
-
@if $skin-name == 'tailwind' {
|
|
61
|
-
padding-right: $ddl-group-list-bigger-padding-left;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.e-small.e-bigger.e-rtl,
|
|
68
|
-
.e-small.e-bigger .e-rtl,
|
|
69
|
-
.e-rtl .e-small.e-bigger,
|
|
70
|
-
.e-small .e-rtl.e-bigger,
|
|
71
|
-
.e-bigger .e-rtl.e-small {
|
|
72
|
-
#{if(&, '&', '*')} .e-dropdownbase {
|
|
73
|
-
#{if(&, '&', '*')} .e-list-item {
|
|
74
|
-
padding-left: $ddl-list-rtl-padding-left;
|
|
75
|
-
padding-right: $ddl-list-rtl-padding-right;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
#{if(&, '&', '*')}.e-dd-group .e-list-item {
|
|
79
|
-
@if $skin-name == 'tailwind' {
|
|
80
|
-
padding-right: $ddl-group-list-bigger-small-padding-left;
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
#{if(&, '&', '*')} .e-list-group-item,
|
|
85
|
-
#{if(&, '&', '*')} .e-fixed-head {
|
|
86
|
-
@if $skin-name == 'tailwind' {
|
|
87
|
-
padding-right: $ddl-list-header-bigger-small-padding-left;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
|
|
93
48
|
.e-dropdownbase {
|
|
94
49
|
border-color: $ddl-list-border-color;
|
|
95
50
|
@if $skin-name == 'Material3' {
|
|
@@ -114,6 +69,9 @@
|
|
|
114
69
|
@if $skin-name != 'Material3' {
|
|
115
70
|
background-color: $ddl-list-bg-color;
|
|
116
71
|
}
|
|
72
|
+
@if $skin-name == 'fluent2' {
|
|
73
|
+
margin-bottom: 2px;
|
|
74
|
+
}
|
|
117
75
|
}
|
|
118
76
|
|
|
119
77
|
#{if(&, '&', '*')} .e-list-group-item,
|
|
@@ -174,29 +132,23 @@
|
|
|
174
132
|
@if $skin-name == 'Material3' {
|
|
175
133
|
background: $ddl-list-focus-bg-color;
|
|
176
134
|
}
|
|
177
|
-
@if $skin-name != 'Material3' {
|
|
135
|
+
@if $skin-name != 'Material3' and $skin-name != 'fluent2' {
|
|
178
136
|
background-color: $ddl-list-hover-bg-color;
|
|
179
137
|
}
|
|
138
|
+
@if $skin-name == 'fluent2' {
|
|
139
|
+
color: $ddl-list-hover-font-color;
|
|
140
|
+
background: $ddl-list-focus-bg-color;
|
|
141
|
+
}
|
|
180
142
|
}
|
|
181
143
|
|
|
182
144
|
#{if(&, '&', '*')} .e-list-item.e-active:last-child {
|
|
183
|
-
@if ($skin-name == 'bootstrap5') {
|
|
145
|
+
@if ($skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3') {
|
|
184
146
|
border-radius: 2px;
|
|
185
147
|
}
|
|
186
148
|
}
|
|
187
149
|
}
|
|
188
150
|
}
|
|
189
151
|
|
|
190
|
-
.e-bigger .e-dropdownbase {
|
|
191
|
-
@at-root {
|
|
192
|
-
#{if(&, '&', '*')} .e-list-group-item,
|
|
193
|
-
#{if(&, '&', '*')} .e-fixed-head {
|
|
194
|
-
font-size: $ddl-bigger-list-header-font-size;
|
|
195
|
-
padding-left: $ddl-list-header-bigger-padding-left;
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
|
|
200
152
|
.e-multi-column#{&}.e-ddl#{&}.e-popup#{&}.e-popup-open table {
|
|
201
153
|
border-collapse: collapse;
|
|
202
154
|
table-layout: fixed;
|
|
@@ -283,39 +235,6 @@
|
|
|
283
235
|
}
|
|
284
236
|
}
|
|
285
237
|
|
|
286
|
-
.e-bigger.e-small .e-dropdownbase,
|
|
287
|
-
.e-dropdownbase.e-small.e-bigger {
|
|
288
|
-
@at-root {
|
|
289
|
-
#{if(&, '&', '*')} .e-list-item {
|
|
290
|
-
color: $ddl-bigger-small-list-font-color;
|
|
291
|
-
line-height: $ddl-bigger-small-line-height;
|
|
292
|
-
min-height: $ddl-bigger-small-line-height;
|
|
293
|
-
text-indent: $ddl-bigger-small-list-text-indent;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
#{if(&, '&', '*')} .e-list-group-item,
|
|
297
|
-
#{if(&, '&', '*')} .e-fixed-head {
|
|
298
|
-
line-height: $ddl-bigger-small-line-height;
|
|
299
|
-
min-height: $ddl-bigger-small-line-height;
|
|
300
|
-
padding-left: $ddl-list-header-bigger-small-padding-left;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
#{if(&, '&', '*')} .e-list-item .e-list-icon {
|
|
304
|
-
font-size: $ddl-bigger-small-icon-font-size;
|
|
305
|
-
}
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
.e-bigger.e-small .e-dropdownbase,
|
|
310
|
-
.e-dropdownbase.e-bigger.e-small {
|
|
311
|
-
@at-root {
|
|
312
|
-
#{if(&, '&', '*')} .e-list-group-item,
|
|
313
|
-
#{if(&, '&', '*')} .e-fixed-head {
|
|
314
|
-
font-size: $ddl-bigger-small-list-header-font-size;
|
|
315
|
-
}
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
|
-
|
|
319
238
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item {
|
|
320
239
|
@if $skin-name == 'Material3' {
|
|
321
240
|
background: $ddl-list-bg-color;
|
|
@@ -328,7 +247,7 @@
|
|
|
328
247
|
color: $ddl-list-default-font-color;
|
|
329
248
|
font-family: $ddl-list-font-family;
|
|
330
249
|
text-indent: $ddl-list-text-indent;
|
|
331
|
-
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
|
|
250
|
+
@if ($skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
|
|
332
251
|
color: $ddl-list-header-font-color;
|
|
333
252
|
}
|
|
334
253
|
@if $skin-name != 'tailwind' and $skin-name != 'FluentUI' {
|
|
@@ -2,37 +2,10 @@
|
|
|
2
2
|
padding: 0 10px 0 0;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
6
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
7
|
-
padding: 0 12px 0 0;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
5
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
11
6
|
padding: 0 8px 0 0;
|
|
12
7
|
}
|
|
13
8
|
|
|
14
|
-
.e-bigger .e-dropdownbase,
|
|
15
|
-
.e-dropdownbase.e-bigger {
|
|
16
|
-
min-height: 45px;
|
|
17
|
-
}
|
|
18
|
-
.e-bigger .e-dropdownbase .e-list-item,
|
|
19
|
-
.e-dropdownbase.e-bigger .e-list-item {
|
|
20
|
-
line-height: 48px;
|
|
21
|
-
text-indent: 20px;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
|
|
25
|
-
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
26
|
-
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
27
|
-
line-height: 48px;
|
|
28
|
-
text-indent: 20px;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
32
|
-
.e-dropdownbase.e-bigger .e-list-item .e-list-icon {
|
|
33
|
-
font-size: 20px;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
9
|
.e-dropdownbase {
|
|
37
10
|
display: block;
|
|
38
11
|
height: 100%;
|
|
@@ -132,14 +105,6 @@
|
|
|
132
105
|
padding-left: 30px;
|
|
133
106
|
}
|
|
134
107
|
|
|
135
|
-
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
136
|
-
padding-left: 30px;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
140
|
-
padding-left: 30px;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
108
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
144
109
|
text-indent: 0;
|
|
145
110
|
}
|
|
@@ -169,14 +134,6 @@
|
|
|
169
134
|
padding-left: 20px;
|
|
170
135
|
padding-right: 0;
|
|
171
136
|
}
|
|
172
|
-
.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
|
|
173
|
-
.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
|
|
174
|
-
.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
|
|
175
|
-
.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item,
|
|
176
|
-
.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item {
|
|
177
|
-
padding-left: 20px;
|
|
178
|
-
padding-right: 0;
|
|
179
|
-
}
|
|
180
137
|
.e-dropdownbase {
|
|
181
138
|
border-color: #414141;
|
|
182
139
|
}
|
|
@@ -231,11 +188,6 @@
|
|
|
231
188
|
background-color: #414141;
|
|
232
189
|
}
|
|
233
190
|
|
|
234
|
-
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head {
|
|
235
|
-
font-size: 14px;
|
|
236
|
-
padding-left: 20px;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
191
|
.e-multi-column.e-ddl.e-popup.e-popup-open table {
|
|
240
192
|
border-collapse: collapse;
|
|
241
193
|
table-layout: fixed;
|
|
@@ -315,33 +267,6 @@
|
|
|
315
267
|
font-size: 14px;
|
|
316
268
|
}
|
|
317
269
|
|
|
318
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item,
|
|
319
|
-
.e-dropdownbase.e-small.e-bigger .e-list-item {
|
|
320
|
-
color: #f0f0f0;
|
|
321
|
-
line-height: 34px;
|
|
322
|
-
min-height: 34px;
|
|
323
|
-
text-indent: 16px;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
327
|
-
.e-dropdownbase.e-small.e-bigger .e-list-group-item,
|
|
328
|
-
.e-dropdownbase.e-small.e-bigger .e-fixed-head {
|
|
329
|
-
line-height: 34px;
|
|
330
|
-
min-height: 34px;
|
|
331
|
-
padding-left: 20px;
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon,
|
|
335
|
-
.e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon {
|
|
336
|
-
font-size: 18px;
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
340
|
-
.e-dropdownbase.e-bigger.e-small .e-list-group-item,
|
|
341
|
-
.e-dropdownbase.e-bigger.e-small .e-fixed-head {
|
|
342
|
-
font-size: 14px;
|
|
343
|
-
}
|
|
344
|
-
|
|
345
270
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item {
|
|
346
271
|
background-color: #2a2a2a;
|
|
347
272
|
border-bottom: 1px;
|
|
@@ -372,4 +297,79 @@
|
|
|
372
297
|
|
|
373
298
|
.e-selectall-parent.e-item-focus {
|
|
374
299
|
background-color: #414141;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
.e-bigger .e-dropdownbase,
|
|
303
|
+
.e-dropdownbase.e-bigger {
|
|
304
|
+
min-height: 45px;
|
|
305
|
+
}
|
|
306
|
+
.e-bigger .e-dropdownbase .e-list-item,
|
|
307
|
+
.e-dropdownbase.e-bigger .e-list-item {
|
|
308
|
+
line-height: 48px;
|
|
309
|
+
text-indent: 20px;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
|
|
313
|
+
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
314
|
+
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
315
|
+
line-height: 48px;
|
|
316
|
+
text-indent: 20px;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
320
|
+
.e-dropdownbase.e-bigger .e-list-item .e-list-icon {
|
|
321
|
+
font-size: 20px;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
325
|
+
padding-left: 30px;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
329
|
+
padding-left: 30px;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
|
|
333
|
+
.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
|
|
334
|
+
.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
|
|
335
|
+
.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item,
|
|
336
|
+
.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item {
|
|
337
|
+
padding-left: 20px;
|
|
338
|
+
padding-right: 0;
|
|
339
|
+
}
|
|
340
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head {
|
|
341
|
+
font-size: 14px;
|
|
342
|
+
padding-left: 20px;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
346
|
+
.e-dropdownbase.e-bigger.e-small .e-list-group-item,
|
|
347
|
+
.e-dropdownbase.e-bigger.e-small .e-fixed-head {
|
|
348
|
+
font-size: 14px;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item,
|
|
352
|
+
.e-dropdownbase.e-small.e-bigger .e-list-item {
|
|
353
|
+
color: #f0f0f0;
|
|
354
|
+
line-height: 34px;
|
|
355
|
+
min-height: 34px;
|
|
356
|
+
text-indent: 16px;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
360
|
+
.e-dropdownbase.e-small.e-bigger .e-list-group-item,
|
|
361
|
+
.e-dropdownbase.e-small.e-bigger .e-fixed-head {
|
|
362
|
+
line-height: 34px;
|
|
363
|
+
min-height: 34px;
|
|
364
|
+
padding-left: 20px;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon,
|
|
368
|
+
.e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon {
|
|
369
|
+
font-size: 18px;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
373
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
374
|
+
padding: 0 12px 0 0;
|
|
375
375
|
}
|
|
@@ -2,37 +2,10 @@
|
|
|
2
2
|
padding: 0 10px 0 0;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
6
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
7
|
-
padding: 0 12px 0 0;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
5
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
11
6
|
padding: 0 8px 0 0;
|
|
12
7
|
}
|
|
13
8
|
|
|
14
|
-
.e-bigger .e-dropdownbase,
|
|
15
|
-
.e-dropdownbase.e-bigger {
|
|
16
|
-
min-height: 45px;
|
|
17
|
-
}
|
|
18
|
-
.e-bigger .e-dropdownbase .e-list-item,
|
|
19
|
-
.e-dropdownbase.e-bigger .e-list-item {
|
|
20
|
-
line-height: 48px;
|
|
21
|
-
text-indent: 20px;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
|
|
25
|
-
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
26
|
-
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
27
|
-
line-height: 48px;
|
|
28
|
-
text-indent: 20px;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
32
|
-
.e-dropdownbase.e-bigger .e-list-item .e-list-icon {
|
|
33
|
-
font-size: 20px;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
9
|
.e-dropdownbase {
|
|
37
10
|
display: block;
|
|
38
11
|
height: 100%;
|
|
@@ -132,14 +105,6 @@
|
|
|
132
105
|
padding-left: 30px;
|
|
133
106
|
}
|
|
134
107
|
|
|
135
|
-
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
136
|
-
padding-left: 30px;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
140
|
-
padding-left: 30px;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
108
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
144
109
|
text-indent: 0;
|
|
145
110
|
}
|
|
@@ -169,14 +134,6 @@
|
|
|
169
134
|
padding-left: 20px;
|
|
170
135
|
padding-right: 0;
|
|
171
136
|
}
|
|
172
|
-
.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
|
|
173
|
-
.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
|
|
174
|
-
.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
|
|
175
|
-
.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item,
|
|
176
|
-
.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item {
|
|
177
|
-
padding-left: 20px;
|
|
178
|
-
padding-right: 0;
|
|
179
|
-
}
|
|
180
137
|
.e-dropdownbase {
|
|
181
138
|
border-color: rgba(119, 119, 119, 0.25);
|
|
182
139
|
}
|
|
@@ -231,11 +188,6 @@
|
|
|
231
188
|
background-color: #f5f5f5;
|
|
232
189
|
}
|
|
233
190
|
|
|
234
|
-
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head {
|
|
235
|
-
font-size: 14px;
|
|
236
|
-
padding-left: 20px;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
191
|
.e-multi-column.e-ddl.e-popup.e-popup-open table {
|
|
240
192
|
border-collapse: collapse;
|
|
241
193
|
table-layout: fixed;
|
|
@@ -315,33 +267,6 @@
|
|
|
315
267
|
font-size: 14px;
|
|
316
268
|
}
|
|
317
269
|
|
|
318
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item,
|
|
319
|
-
.e-dropdownbase.e-small.e-bigger .e-list-item {
|
|
320
|
-
color: #333;
|
|
321
|
-
line-height: 34px;
|
|
322
|
-
min-height: 34px;
|
|
323
|
-
text-indent: 16px;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
327
|
-
.e-dropdownbase.e-small.e-bigger .e-list-group-item,
|
|
328
|
-
.e-dropdownbase.e-small.e-bigger .e-fixed-head {
|
|
329
|
-
line-height: 34px;
|
|
330
|
-
min-height: 34px;
|
|
331
|
-
padding-left: 20px;
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon,
|
|
335
|
-
.e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon {
|
|
336
|
-
font-size: 18px;
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
340
|
-
.e-dropdownbase.e-bigger.e-small .e-list-group-item,
|
|
341
|
-
.e-dropdownbase.e-bigger.e-small .e-fixed-head {
|
|
342
|
-
font-size: 14px;
|
|
343
|
-
}
|
|
344
|
-
|
|
345
270
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item {
|
|
346
271
|
background-color: #fff;
|
|
347
272
|
border-bottom: 1px;
|
|
@@ -372,4 +297,79 @@
|
|
|
372
297
|
|
|
373
298
|
.e-selectall-parent.e-item-focus {
|
|
374
299
|
background-color: #f5f5f5;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
.e-bigger .e-dropdownbase,
|
|
303
|
+
.e-dropdownbase.e-bigger {
|
|
304
|
+
min-height: 45px;
|
|
305
|
+
}
|
|
306
|
+
.e-bigger .e-dropdownbase .e-list-item,
|
|
307
|
+
.e-dropdownbase.e-bigger .e-list-item {
|
|
308
|
+
line-height: 48px;
|
|
309
|
+
text-indent: 20px;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
|
|
313
|
+
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
314
|
+
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
315
|
+
line-height: 48px;
|
|
316
|
+
text-indent: 20px;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
320
|
+
.e-dropdownbase.e-bigger .e-list-item .e-list-icon {
|
|
321
|
+
font-size: 20px;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
325
|
+
padding-left: 30px;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
329
|
+
padding-left: 30px;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
|
|
333
|
+
.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
|
|
334
|
+
.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
|
|
335
|
+
.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item,
|
|
336
|
+
.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item {
|
|
337
|
+
padding-left: 20px;
|
|
338
|
+
padding-right: 0;
|
|
339
|
+
}
|
|
340
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head {
|
|
341
|
+
font-size: 14px;
|
|
342
|
+
padding-left: 20px;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
346
|
+
.e-dropdownbase.e-bigger.e-small .e-list-group-item,
|
|
347
|
+
.e-dropdownbase.e-bigger.e-small .e-fixed-head {
|
|
348
|
+
font-size: 14px;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item,
|
|
352
|
+
.e-dropdownbase.e-small.e-bigger .e-list-item {
|
|
353
|
+
color: #333;
|
|
354
|
+
line-height: 34px;
|
|
355
|
+
min-height: 34px;
|
|
356
|
+
text-indent: 16px;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
360
|
+
.e-dropdownbase.e-small.e-bigger .e-list-group-item,
|
|
361
|
+
.e-dropdownbase.e-small.e-bigger .e-fixed-head {
|
|
362
|
+
line-height: 34px;
|
|
363
|
+
min-height: 34px;
|
|
364
|
+
padding-left: 20px;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon,
|
|
368
|
+
.e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon {
|
|
369
|
+
font-size: 18px;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
373
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
374
|
+
padding: 0 12px 0 0;
|
|
375
375
|
}
|