@syncfusion/ej2-dropdowns 26.2.13 → 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 +1541 -847
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +1434 -717
- 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 +73 -38
- 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 +11 -4
- package/src/drop-down-list/drop-down-list.js +299 -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 +205 -67
- package/src/list-box/list-box.js +72 -36
- package/src/mention/mention.d.ts +8 -0
- package/src/mention/mention.js +87 -24
- 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
|
@@ -0,0 +1,195 @@
|
|
|
1
|
+
@include export-module('dropdownbase-bigger') {
|
|
2
|
+
|
|
3
|
+
.e-bigger .e-dropdownbase,
|
|
4
|
+
.e-dropdownbase.e-bigger {
|
|
5
|
+
min-height: 45px;
|
|
6
|
+
@at-root {
|
|
7
|
+
#{if(&, '&', '*')} .e-list-item {
|
|
8
|
+
line-height: $ddl-line-height;
|
|
9
|
+
text-indent: $ddl-bigger-text-indent;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
#{if(&, '&', '*')} .e-list-group-item,
|
|
13
|
+
#{if(&, '&', '*')} .e-fixed-head {
|
|
14
|
+
line-height: $ddl-line-height;
|
|
15
|
+
@if $skin-name != 'tailwind' {
|
|
16
|
+
text-indent: $ddl-bigger-text-indent;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
#{if(&, '&', '*')} .e-list-item .e-list-icon {
|
|
21
|
+
@if $skin-name == 'fluent2' {
|
|
22
|
+
font-size: 18px;
|
|
23
|
+
}
|
|
24
|
+
@else {
|
|
25
|
+
font-size: 20px;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.e-bigger.e-ddl .e-dropdownbase.e-nodata,
|
|
32
|
+
.e-bigger .e-ddl .e-dropdownbase.e-nodata {
|
|
33
|
+
@if ($skin-name == 'FluentUI' or $skin-name == 'tailwind') {
|
|
34
|
+
font-size: $ddl-bigger-list-nodata-font-size;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.e-bigger.e-small.e-ddl .e-dropdownbase.e-nodata,
|
|
39
|
+
.e-bigger.e-small .e-ddl .e-dropdownbase.e-nodata {
|
|
40
|
+
@if ($skin-name == 'FluentUI' or $skin-name == 'tailwind') {
|
|
41
|
+
font-size: $ddl-bigger-small-list-nodata-font-size;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
46
|
+
padding-left: $ddl-group-list-bigger-padding-left;
|
|
47
|
+
@if $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
48
|
+
text-indent: 0;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
53
|
+
padding-left: $ddl-group-list-bigger-small-padding-left;
|
|
54
|
+
@if $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
55
|
+
text-indent: 0;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.e-bigger.e-rtl,
|
|
60
|
+
.e-bigger .e-rtl,
|
|
61
|
+
.e-rtl .e-bigger {
|
|
62
|
+
#{if(&, '&', '*')} .e-dropdownbase {
|
|
63
|
+
#{if(&, '&', '*')} .e-list-group-item,
|
|
64
|
+
#{if(&, '&', '*')} .e-fixed-head {
|
|
65
|
+
@if $skin-name == 'tailwind' {
|
|
66
|
+
padding-right: $ddl-list-header-bigger-padding-left;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
#{if(&, '&', '*')}.e-dd-group .e-list-item {
|
|
71
|
+
@if $skin-name == 'tailwind' {
|
|
72
|
+
padding-right: $ddl-group-list-bigger-padding-left;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.e-small.e-bigger.e-rtl,
|
|
79
|
+
.e-small.e-bigger .e-rtl,
|
|
80
|
+
.e-rtl .e-small.e-bigger,
|
|
81
|
+
.e-small .e-rtl.e-bigger,
|
|
82
|
+
.e-bigger .e-rtl.e-small {
|
|
83
|
+
#{if(&, '&', '*')} .e-dropdownbase {
|
|
84
|
+
#{if(&, '&', '*')} .e-list-item {
|
|
85
|
+
padding-left: $ddl-list-rtl-padding-left;
|
|
86
|
+
padding-right: $ddl-list-rtl-padding-right;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
#{if(&, '&', '*')}.e-dd-group .e-list-item {
|
|
90
|
+
@if $skin-name == 'tailwind' {
|
|
91
|
+
padding-right: $ddl-group-list-bigger-small-padding-left;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
#{if(&, '&', '*')} .e-list-group-item,
|
|
96
|
+
#{if(&, '&', '*')} .e-fixed-head {
|
|
97
|
+
@if $skin-name == 'tailwind' {
|
|
98
|
+
padding-right: $ddl-list-header-bigger-small-padding-left;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.e-bigger .e-dropdownbase {
|
|
105
|
+
@at-root {
|
|
106
|
+
#{if(&, '&', '*')} .e-list-group-item,
|
|
107
|
+
#{if(&, '&', '*')} .e-fixed-head {
|
|
108
|
+
font-size: $ddl-bigger-list-header-font-size;
|
|
109
|
+
padding-left: $ddl-list-header-bigger-padding-left;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.e-bigger.e-small .e-dropdownbase,
|
|
115
|
+
.e-dropdownbase.e-bigger.e-small {
|
|
116
|
+
@at-root {
|
|
117
|
+
#{if(&, '&', '*')} .e-list-group-item,
|
|
118
|
+
#{if(&, '&', '*')} .e-fixed-head {
|
|
119
|
+
font-size: $ddl-bigger-small-list-header-font-size;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.e-bigger.e-small .e-dropdownbase,
|
|
125
|
+
.e-dropdownbase.e-small.e-bigger {
|
|
126
|
+
@at-root {
|
|
127
|
+
#{if(&, '&', '*')} .e-list-item {
|
|
128
|
+
color: $ddl-bigger-small-list-font-color;
|
|
129
|
+
line-height: $ddl-bigger-small-line-height;
|
|
130
|
+
min-height: $ddl-bigger-small-line-height;
|
|
131
|
+
text-indent: $ddl-bigger-small-list-text-indent;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
#{if(&, '&', '*')} .e-list-group-item,
|
|
135
|
+
#{if(&, '&', '*')} .e-fixed-head {
|
|
136
|
+
line-height: $ddl-bigger-small-line-height;
|
|
137
|
+
min-height: $ddl-bigger-small-line-height;
|
|
138
|
+
padding-left: $ddl-list-header-bigger-small-padding-left;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
#{if(&, '&', '*')} .e-list-item .e-list-icon {
|
|
142
|
+
font-size: $ddl-bigger-small-icon-font-size;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
148
|
+
.e-bigger .e-fixed-head,
|
|
149
|
+
.e-bigger.e-dropdownbase .e-list-group-item,
|
|
150
|
+
.e-bigger.e-fixed-head {
|
|
151
|
+
@if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $skin-name == 'FluentUI' or $skin-name == 'fluent2' {
|
|
152
|
+
font-size: $text-sm;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
157
|
+
.e-bigger.e-small .e-fixed-head,
|
|
158
|
+
.e-bigger.e-small.e-dropdownbase .e-list-group-item,
|
|
159
|
+
.e-bigger.e-small.e-fixed-head {
|
|
160
|
+
@if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $skin-name == 'FluentUI' or $skin-name == 'fluent2' {
|
|
161
|
+
font-size: $text-xs;
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon {
|
|
166
|
+
@if $skin-name == 'tailwind' or $skin-name == 'fluent2' {
|
|
167
|
+
padding: 0 12px 0 0;
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
172
|
+
@if $skin-name == 'tailwind' or $skin-name == 'fluent2' {
|
|
173
|
+
padding: 0 8px 0 0;
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
178
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
179
|
+
@if $skin-name == 'bootstrap-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $skin-name == 'fabric-dark' or $skin-name == 'fabric' or $skin-name == 'FluentUI' or $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
180
|
+
padding: 0 12px 0 0;
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon {
|
|
185
|
+
@if $skin-name == 'bootstrap4' {
|
|
186
|
+
font-size: 16px;
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
191
|
+
@if $skin-name == 'material-dark' or $skin-name == 'material' or $skin-name == 'Material3' {
|
|
192
|
+
padding: 0 16px 0 0;
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
}
|
|
@@ -72,11 +72,6 @@ $ddl-bigger-small-list-header-font-size: 14px !default;
|
|
|
72
72
|
padding: 0 10px 0 0;
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
76
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
77
|
-
padding: 0 12px 0 0;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
75
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
81
76
|
padding: 0 8px 0 0;
|
|
82
77
|
}
|
|
@@ -72,11 +72,6 @@ $ddl-group-list-item-text-intent: 0 !default;
|
|
|
72
72
|
padding: 0 10px 0 0;
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
76
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
77
|
-
padding: 0 12px 0 0;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
75
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
81
76
|
padding: 0 8px 0 0;
|
|
82
77
|
}
|
|
@@ -69,15 +69,6 @@ $ddl-group-list-item-text-intent: 0 !default;
|
|
|
69
69
|
padding: 0 8px 0 0;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon {
|
|
73
|
-
font-size: 16px;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
77
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
78
|
-
padding: 0 12px 0 0;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
72
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
82
73
|
padding: 0 8px 0 0;
|
|
83
74
|
}
|
|
@@ -88,29 +88,10 @@ $ddl-bigger-small-list-font-color: $content-text-color !default;
|
|
|
88
88
|
font-size: $text-xxs;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
92
|
-
.e-bigger .e-fixed-head,
|
|
93
|
-
.e-bigger.e-dropdownbase .e-list-group-item,
|
|
94
|
-
.e-bigger.e-fixed-head {
|
|
95
|
-
font-size: $text-sm;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
99
|
-
.e-bigger.e-small .e-fixed-head,
|
|
100
|
-
.e-bigger.e-small.e-dropdownbase .e-list-group-item,
|
|
101
|
-
.e-bigger.e-small.e-fixed-head {
|
|
102
|
-
font-size: $text-xs;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
91
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
106
92
|
padding: 0 8px 0 0;
|
|
107
93
|
}
|
|
108
94
|
|
|
109
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
110
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
111
|
-
padding: 0 12px 0 0;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
95
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
115
96
|
padding: 0 6px 0 0;
|
|
116
97
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
$ddl-list-line-height: 30px !default;
|
|
2
|
-
$ddl-header-font-weight:
|
|
2
|
+
$ddl-header-font-weight: 600 !default;
|
|
3
3
|
$ddl-last-child-bottom-border: 0 !default;
|
|
4
4
|
$ddl-default-font-family: $font-family !default;
|
|
5
5
|
$ddl-line-height: 32px !default;
|
|
@@ -63,7 +63,7 @@ $ddl-list-active-bg-color: $content-bg-color-selected !default;
|
|
|
63
63
|
$ddl-list-hover-border-color: $content-bg-color !default;
|
|
64
64
|
$ddl-list-hover-bg-color: $flyout-bg-color-hover !default;
|
|
65
65
|
$ddl-list-hover-font-color: $flyout-text-color-hover !default;
|
|
66
|
-
$ddl-list-header-font-color: $content-text-color-
|
|
66
|
+
$ddl-list-header-font-color: $content-text-color-alt2 !default;
|
|
67
67
|
$ddl-default-header-font-color: $content-text-color-alt3 !default;
|
|
68
68
|
$ddl-list-focus-color: $flyout-text-color-hover !default;
|
|
69
69
|
$ddl-multi-column-border-color: $flyout-border !default;
|
|
@@ -88,29 +88,10 @@ $ddl-bigger-small-list-font-color: $content-text-color !default;
|
|
|
88
88
|
font-size: $text-xxs;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
92
|
-
.e-bigger .e-fixed-head,
|
|
93
|
-
.e-bigger.e-dropdownbase .e-list-group-item,
|
|
94
|
-
.e-bigger.e-fixed-head {
|
|
95
|
-
font-size: $text-sm;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
99
|
-
.e-bigger.e-small .e-fixed-head,
|
|
100
|
-
.e-bigger.e-small.e-dropdownbase .e-list-group-item,
|
|
101
|
-
.e-bigger.e-small.e-fixed-head {
|
|
102
|
-
font-size: $text-xs;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
91
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
106
92
|
padding: 0 8px 0 0;
|
|
107
93
|
}
|
|
108
94
|
|
|
109
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
110
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
111
|
-
padding: 0 12px 0 0;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
95
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
115
96
|
padding: 0 6px 0 0;
|
|
116
97
|
}
|
|
@@ -75,11 +75,6 @@ $ddl-bigger-small-list-header-font-size: 14px !default;
|
|
|
75
75
|
padding: 0 10px 0 0;
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
79
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
80
|
-
padding: 0 12px 0 0;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
78
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
84
79
|
padding: 0 8px 0 0;
|
|
85
80
|
}
|
|
@@ -73,11 +73,6 @@ $ddl-bigger-small-list-header-font-size: 14px !default;
|
|
|
73
73
|
padding: 0 10px 0 0;
|
|
74
74
|
}
|
|
75
75
|
|
|
76
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
77
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
78
|
-
padding: 0 12px 0 0;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
76
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
82
77
|
padding: 0 8px 0 0;
|
|
83
78
|
}
|
|
@@ -92,29 +92,10 @@ $ddl-group-list-item-text-intent: 0 !default;
|
|
|
92
92
|
font-size: $text-xxs;
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
96
|
-
.e-bigger .e-fixed-head,
|
|
97
|
-
.e-bigger.e-dropdownbase .e-list-group-item,
|
|
98
|
-
.e-bigger.e-fixed-head {
|
|
99
|
-
font-size: $text-sm;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
103
|
-
.e-bigger.e-small .e-fixed-head,
|
|
104
|
-
.e-bigger.e-small.e-dropdownbase .e-list-group-item,
|
|
105
|
-
.e-bigger.e-small.e-fixed-head {
|
|
106
|
-
font-size: $text-xs;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
95
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
110
96
|
padding: 0 8px 0 0;
|
|
111
97
|
}
|
|
112
98
|
|
|
113
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
114
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
115
|
-
padding: 0 12px 0 0;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
99
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
119
100
|
padding: 0 8px 0 0;
|
|
120
101
|
}
|
|
@@ -59,7 +59,7 @@ $ddl-nodata-font-color: $content-text-color !default;
|
|
|
59
59
|
$ddl-list-default-font-color: $content-text-color !default;
|
|
60
60
|
$ddl-list-active-border-color: $content-bg-color !default;
|
|
61
61
|
$mention-popup-bg-color: $content-bg-color !default;
|
|
62
|
-
$ddl-list-active-font-color: $flyout-text-color !default;
|
|
62
|
+
$ddl-list-active-font-color: $flyout-text-color-hover !default;
|
|
63
63
|
$mention-active-font-color: $primary !default;
|
|
64
64
|
$ddl-list-active-bg-color: $flyout-bg-color-hover !default;
|
|
65
65
|
$ddl-list-hover-border-color: $content-bg-color !default;
|
|
@@ -70,6 +70,7 @@ $ddl-default-header-font-color: $content-text-color !default;
|
|
|
70
70
|
$ddl-list-focus-color: $content-bg-color-focus !default;
|
|
71
71
|
$ddl-multi-column-border-color: $border-light !default;
|
|
72
72
|
$ddl-list-icon-color: $icon-color !default;
|
|
73
|
+
$ddl-list-focus-bg-color: $flyout-bg-color-focus !default;
|
|
73
74
|
|
|
74
75
|
// Small Size color
|
|
75
76
|
$ddl-small-list-font-color: $content-text-color !default;
|
|
@@ -97,32 +98,10 @@ $ddl-group-list-item-text-intent: 0 !default;
|
|
|
97
98
|
font-size: $text-xxs;
|
|
98
99
|
}
|
|
99
100
|
|
|
100
|
-
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
101
|
-
.e-bigger .e-fixed-head,
|
|
102
|
-
.e-bigger.e-dropdownbase .e-list-group-item,
|
|
103
|
-
.e-bigger.e-fixed-head {
|
|
104
|
-
font-size: $text-sm;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
108
|
-
.e-bigger.e-small .e-fixed-head,
|
|
109
|
-
.e-bigger.e-small.e-dropdownbase .e-list-group-item,
|
|
110
|
-
.e-bigger.e-small.e-fixed-head {
|
|
111
|
-
font-size: $text-xs;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
101
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
115
102
|
padding: 0 8px 0 0;
|
|
116
103
|
}
|
|
117
104
|
|
|
118
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon {
|
|
119
|
-
padding: 0 12px 0 0;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
123
|
-
padding: 0 8px 0 0;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
105
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
127
106
|
padding: 0 4px 0 0;
|
|
128
107
|
}
|
|
@@ -88,29 +88,10 @@ $ddl-bigger-small-list-font-color: $content-text-color !default;
|
|
|
88
88
|
font-size: $text-xxs;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
92
|
-
.e-bigger .e-fixed-head,
|
|
93
|
-
.e-bigger.e-dropdownbase .e-list-group-item,
|
|
94
|
-
.e-bigger.e-fixed-head {
|
|
95
|
-
font-size: $text-sm;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
99
|
-
.e-bigger.e-small .e-fixed-head,
|
|
100
|
-
.e-bigger.e-small.e-dropdownbase .e-list-group-item,
|
|
101
|
-
.e-bigger.e-small.e-fixed-head {
|
|
102
|
-
font-size: $text-xs;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
91
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
106
92
|
padding: 0 8px 0 0;
|
|
107
93
|
}
|
|
108
94
|
|
|
109
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
110
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
111
|
-
padding: 0 12px 0 0;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
95
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
115
96
|
padding: 0 6px 0 0;
|
|
116
97
|
}
|
|
@@ -71,11 +71,6 @@ $ddl-bigger-small-list-header-font-size: 14px !default;
|
|
|
71
71
|
#{if(&, '&', '*')} .e-list-icon {
|
|
72
72
|
padding: 0 10px 0 0;
|
|
73
73
|
}
|
|
74
|
-
.e-bigger #{if(&, '&', '*')} {
|
|
75
|
-
#{if(&, '&', '*')} .e-list-icon {
|
|
76
|
-
padding: 0 12px 0 0;
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
74
|
#{if(&, '&', '*')}:not(.e-active) {
|
|
80
75
|
#{if(&, '&', '*')}.e-hover {
|
|
81
76
|
border: 2px solid $hover-border;
|
|
@@ -98,8 +93,4 @@ $ddl-bigger-small-list-header-font-size: 14px !default;
|
|
|
98
93
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
99
94
|
padding: 0 8px 0 0;
|
|
100
95
|
}
|
|
101
|
-
|
|
102
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
103
|
-
padding: 0 12px 0 0;
|
|
104
|
-
}
|
|
105
96
|
}
|
|
@@ -71,11 +71,6 @@ $ddl-bigger-small-list-header-font-size: 14px !default;
|
|
|
71
71
|
#{if(&, '&', '*')} .e-list-icon {
|
|
72
72
|
padding: 0 10px 0 0;
|
|
73
73
|
}
|
|
74
|
-
.e-bigger #{if(&, '&', '*')} {
|
|
75
|
-
#{if(&, '&', '*')} .e-list-icon {
|
|
76
|
-
padding: 0 12px 0 0;
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
74
|
#{if(&, '&', '*')}:not(.e-active) {
|
|
80
75
|
#{if(&, '&', '*')}.e-hover {
|
|
81
76
|
border: 2px solid $hover-border;
|
|
@@ -98,8 +93,4 @@ $ddl-bigger-small-list-header-font-size: 14px !default;
|
|
|
98
93
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
99
94
|
padding: 0 8px 0 0;
|
|
100
95
|
}
|
|
101
|
-
|
|
102
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
103
|
-
padding: 0 12px 0 0;
|
|
104
|
-
}
|
|
105
96
|
}
|
|
@@ -1,32 +1,4 @@
|
|
|
1
1
|
@include export-module('dropdownbase-layout') {
|
|
2
|
-
.e-bigger .e-dropdownbase,
|
|
3
|
-
.e-dropdownbase.e-bigger {
|
|
4
|
-
min-height: 45px;
|
|
5
|
-
@at-root {
|
|
6
|
-
#{if(&, '&', '*')} .e-list-item {
|
|
7
|
-
line-height: $ddl-line-height;
|
|
8
|
-
text-indent: $ddl-bigger-text-indent;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
#{if(&, '&', '*')} .e-list-group-item,
|
|
12
|
-
#{if(&, '&', '*')} .e-fixed-head {
|
|
13
|
-
line-height: $ddl-line-height;
|
|
14
|
-
@if $skin-name != 'tailwind' {
|
|
15
|
-
text-indent: $ddl-bigger-text-indent;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
#{if(&, '&', '*')} .e-list-item .e-list-icon {
|
|
20
|
-
@if $skin-name == 'fluent2' {
|
|
21
|
-
font-size: 18px;
|
|
22
|
-
}
|
|
23
|
-
@else {
|
|
24
|
-
font-size: 20px;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
2
|
.e-dropdownbase {
|
|
31
3
|
display: block;
|
|
32
4
|
height: 100%;
|
|
@@ -122,13 +94,6 @@
|
|
|
122
94
|
white-space: pre-wrap;
|
|
123
95
|
}
|
|
124
96
|
|
|
125
|
-
.e-bigger.e-ddl .e-dropdownbase.e-nodata,
|
|
126
|
-
.e-bigger .e-ddl .e-dropdownbase.e-nodata {
|
|
127
|
-
@if ($skin-name == 'FluentUI' or $skin-name == 'tailwind') {
|
|
128
|
-
font-size: $ddl-bigger-list-nodata-font-size;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
|
|
132
97
|
.e-small.e-ddl .e-dropdownbase.e-nodata,
|
|
133
98
|
.e-small .e-ddl .e-dropdownbase.e-nodata {
|
|
134
99
|
@if ($skin-name == 'FluentUI' or $skin-name == 'tailwind') {
|
|
@@ -136,13 +101,6 @@
|
|
|
136
101
|
}
|
|
137
102
|
}
|
|
138
103
|
|
|
139
|
-
.e-bigger.e-small.e-ddl .e-dropdownbase.e-nodata,
|
|
140
|
-
.e-bigger.e-small .e-ddl .e-dropdownbase.e-nodata {
|
|
141
|
-
@if ($skin-name == 'FluentUI' or $skin-name == 'tailwind') {
|
|
142
|
-
font-size: $ddl-bigger-small-list-nodata-font-size;
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
|
|
146
104
|
.e-rtl .e-dropdownbase.e-dd-group .e-list-item {
|
|
147
105
|
padding-right: $ddl-group-list-padding-left;
|
|
148
106
|
}
|
|
@@ -159,20 +117,6 @@
|
|
|
159
117
|
}
|
|
160
118
|
}
|
|
161
119
|
|
|
162
|
-
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
163
|
-
padding-left: $ddl-group-list-bigger-padding-left;
|
|
164
|
-
@if $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
165
|
-
text-indent: 0;
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
170
|
-
padding-left: $ddl-group-list-bigger-small-padding-left;
|
|
171
|
-
@if $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
172
|
-
text-indent: 0;
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
|
|
176
120
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
177
121
|
text-indent: $ddl-group-list-item-text-intent;
|
|
178
122
|
}
|
|
@@ -186,7 +130,7 @@
|
|
|
186
130
|
vertical-align: middle;
|
|
187
131
|
white-space: nowrap;
|
|
188
132
|
width: 100%;
|
|
189
|
-
@if $skin-name == 'bootstrap5' or $skin-name == 'tailwind' {
|
|
133
|
+
@if $skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'bootstrap5.3' {
|
|
190
134
|
font-weight: 500;
|
|
191
135
|
}
|
|
192
136
|
}
|
|
@@ -97,32 +97,10 @@ $ddl-group-list-item-text-intent: 0 !default;
|
|
|
97
97
|
font-size: $text-xxs;
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
-
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
101
|
-
.e-bigger .e-fixed-head,
|
|
102
|
-
.e-bigger.e-dropdownbase .e-list-group-item,
|
|
103
|
-
.e-bigger.e-fixed-head {
|
|
104
|
-
font-size: $text-sm;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
108
|
-
.e-bigger.e-small .e-fixed-head,
|
|
109
|
-
.e-bigger.e-small.e-dropdownbase .e-list-group-item,
|
|
110
|
-
.e-bigger.e-small.e-fixed-head {
|
|
111
|
-
font-size: $text-xs;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
100
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
115
101
|
padding: 0 8px 0 0;
|
|
116
102
|
}
|
|
117
103
|
|
|
118
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon {
|
|
119
|
-
padding: 0 12px 0 0;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
123
|
-
padding: 0 8px 0 0;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
104
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
127
105
|
padding: 0 4px 0 0;
|
|
128
106
|
}
|