@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
|
@@ -66,43 +66,6 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
.e-bigger #{&}.e-popup.e-ddl-device-filter {
|
|
70
|
-
margin-top: 0;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.e-bigger #{&}.e-popup.e-ddl {
|
|
74
|
-
@at-root {
|
|
75
|
-
#{if(&, '&', '*')} .e-list-item {
|
|
76
|
-
font-size: 16px;
|
|
77
|
-
line-height: 32px;
|
|
78
|
-
padding-left: 0;
|
|
79
|
-
text-indent: 16px;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
#{if(&, '&', '*')} .e-list-group-item,
|
|
83
|
-
#{if(&, '&', '*')} .e-fixed-head {
|
|
84
|
-
font-size: 14px;
|
|
85
|
-
line-height: 32px;
|
|
86
|
-
padding-left: 0;
|
|
87
|
-
text-indent: 16px;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
#{if(&, '&', '*')} .e-dd-group .e-list-item {
|
|
91
|
-
padding-left: 0;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
#{if(&, '&', '*')} .e-input-group input,
|
|
95
|
-
#{if(&, '&', '*')} .e-input-group input.e-input {
|
|
96
|
-
font-size: 16px;
|
|
97
|
-
height: 36px;
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.e-bigger #{&}.e-popup.e-ddl .e-dropdownbase {
|
|
103
|
-
min-height: 40px;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
69
|
.e-input-group#{&}.e-control-wrapper.e-ddl .e-input[readonly],
|
|
107
70
|
.e-float-input#{&}.e-control-wrapper.e-ddl input[readonly] {
|
|
108
71
|
background: transparent;
|
|
@@ -168,34 +131,4 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
|
168
131
|
.e-input-group .e-control#{&}.e-dropdownlist~.e-ddl-icon {
|
|
169
132
|
font-size: 14px;
|
|
170
133
|
}
|
|
171
|
-
|
|
172
|
-
.e-bigger .e-input-group .e-control#{&}.e-dropdownlist~.e-ddl-icon {
|
|
173
|
-
font-size: 16px;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
.e-bigger.e-small .e-ddl#{&}.e-popup {
|
|
177
|
-
@at-root {
|
|
178
|
-
#{if(&, '&', '*')} .e-list-item,
|
|
179
|
-
#{if(&, '&', '*')} .e-list-group-item,
|
|
180
|
-
#{if(&, '&', '*')} .e-fixed-head {
|
|
181
|
-
font-size: 14px;
|
|
182
|
-
line-height: 34px;
|
|
183
|
-
padding-left: 0;
|
|
184
|
-
text-indent: 16px;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
#{if(&, '&', '*')} .e-dd-group .e-list-item {
|
|
188
|
-
padding-left: 4px;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
#{if(&, '&', '*')} .e-input-group input,
|
|
192
|
-
#{if(&, '&', '*')} .e-input-group input.e-input {
|
|
193
|
-
height: 30px;
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
.e-bigger.e-small #{&}.e-popup.e-ddl .e-dropdownbase {
|
|
199
|
-
min-height: 34px;
|
|
200
|
-
}
|
|
201
134
|
}
|
|
@@ -31,10 +31,6 @@ $ddl-small-list-font-size: 13px !default;
|
|
|
31
31
|
$ddl-bigger-small-list-font-size: 14px !default;
|
|
32
32
|
|
|
33
33
|
@include export-module('dropdownlist-highcontrast') {
|
|
34
|
-
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
35
|
-
height: 36px;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
34
|
#{&}.e-popup.e-ddl .e-dropdownbase {
|
|
39
35
|
min-height: 26px;
|
|
40
36
|
}
|
|
@@ -81,62 +77,6 @@ $ddl-bigger-small-list-font-size: 14px !default;
|
|
|
81
77
|
border-color: $border-fg;
|
|
82
78
|
}
|
|
83
79
|
}
|
|
84
|
-
.e-bigger #{if(&, '&', '*')} {
|
|
85
|
-
#{if(&, '&', '*')}.e-ddl-device.e-ddl-device-filter {
|
|
86
|
-
margin-top: 0;
|
|
87
|
-
}
|
|
88
|
-
#{if(&, '&', '*')} .e-list-item,
|
|
89
|
-
#{if(&, '&', '*')} .e-list-group-item,
|
|
90
|
-
#{if(&, '&', '*')} .e-fixed-head {
|
|
91
|
-
font-size: 15px;
|
|
92
|
-
line-height: 45px;
|
|
93
|
-
padding-left: 0;
|
|
94
|
-
text-indent: 16px;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
#{if(&, '&', '*')} .e-dd-group {
|
|
98
|
-
#{if(&, '&', '*')} .e-list-item {
|
|
99
|
-
padding-left: 4px;
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
#{if(&, '&', '*')} .e-input-group {
|
|
104
|
-
padding: 4px 0;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
#{if(&, '&', '*')} .e-input-group {
|
|
108
|
-
#{if(&, '&', '*')} input {
|
|
109
|
-
height: 46px;
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.e-bigger.e-small #{if(&, '&', '*')} {
|
|
115
|
-
#{if(&, '&', '*')} .e-list-item,
|
|
116
|
-
#{if(&, '&', '*')} .e-list-group-item,
|
|
117
|
-
#{if(&, '&', '*')} .e-fixed-head {
|
|
118
|
-
font-size: 14px;
|
|
119
|
-
line-height: 40px;
|
|
120
|
-
padding-left: 0;
|
|
121
|
-
text-indent: 16px;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
#{if(&, '&', '*')} .e-dd-group {
|
|
125
|
-
#{if(&, '&', '*')} .e-list-item {
|
|
126
|
-
padding-left: 4px;
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
#{if(&, '&', '*')} .e-input-group {
|
|
131
|
-
padding: 0;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
#{if(&, '&', '*')} .e-input-group {
|
|
135
|
-
#{if(&, '&', '*')} input {
|
|
136
|
-
height: 34px;
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
80
|
}
|
|
141
81
|
}
|
|
142
82
|
}
|
|
@@ -33,10 +33,6 @@ $ddl-bigger-small-list-font-size: 14px !default;
|
|
|
33
33
|
|
|
34
34
|
//enddefault
|
|
35
35
|
@include export-module('dropdownlist-highcontrast-light') {
|
|
36
|
-
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
37
|
-
height: 36px;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
36
|
#{&}.e-popup.e-ddl .e-dropdownbase {
|
|
41
37
|
min-height: 26px;
|
|
42
38
|
}
|
|
@@ -83,62 +79,6 @@ $ddl-bigger-small-list-font-size: 14px !default;
|
|
|
83
79
|
border-color: $border-fg;
|
|
84
80
|
}
|
|
85
81
|
}
|
|
86
|
-
.e-bigger #{if(&, '&', '*')} {
|
|
87
|
-
#{if(&, '&', '*')}.e-ddl-device.e-ddl-device-filter {
|
|
88
|
-
margin-top: 0;
|
|
89
|
-
}
|
|
90
|
-
#{if(&, '&', '*')} .e-list-item,
|
|
91
|
-
#{if(&, '&', '*')} .e-list-group-item,
|
|
92
|
-
#{if(&, '&', '*')} .e-fixed-head {
|
|
93
|
-
font-size: 15px;
|
|
94
|
-
line-height: 45px;
|
|
95
|
-
padding-left: 0;
|
|
96
|
-
text-indent: 16px;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
#{if(&, '&', '*')} .e-dd-group {
|
|
100
|
-
#{if(&, '&', '*')} .e-list-item {
|
|
101
|
-
padding-left: 4px;
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
#{if(&, '&', '*')} .e-input-group {
|
|
106
|
-
padding: 4px 0;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
#{if(&, '&', '*')} .e-input-group {
|
|
110
|
-
#{if(&, '&', '*')} input {
|
|
111
|
-
height: 30px;
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.e-bigger.e-small #{if(&, '&', '*')} {
|
|
117
|
-
#{if(&, '&', '*')} .e-list-item,
|
|
118
|
-
#{if(&, '&', '*')} .e-list-group-item,
|
|
119
|
-
#{if(&, '&', '*')} .e-fixed-head {
|
|
120
|
-
font-size: 14px;
|
|
121
|
-
line-height: 40px;
|
|
122
|
-
padding-left: 0;
|
|
123
|
-
text-indent: 16px;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
#{if(&, '&', '*')} .e-dd-group {
|
|
127
|
-
#{if(&, '&', '*')} .e-list-item {
|
|
128
|
-
padding-left: 4px;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
#{if(&, '&', '*')} .e-input-group {
|
|
133
|
-
padding: 0;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
#{if(&, '&', '*')} .e-input-group {
|
|
137
|
-
#{if(&, '&', '*')} input {
|
|
138
|
-
height: 34px;
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
82
|
}
|
|
143
83
|
}
|
|
144
84
|
}
|
|
@@ -1,10 +1,4 @@
|
|
|
1
1
|
@include export-module('dropdownlist-layout') {
|
|
2
|
-
.e-bigger .e-input-group.e-ddl {
|
|
3
|
-
#{if(&, '&', '*')} .e-input-filter,
|
|
4
|
-
#{if(&, '&', '*')} .e-input-filter:focus {
|
|
5
|
-
margin-left: -20px;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
2
|
|
|
9
3
|
.e-ddl#{&}.e-popup {
|
|
10
4
|
#{if(&, '&', '*')} .e-input-group {
|
|
@@ -14,45 +8,6 @@
|
|
|
14
8
|
}
|
|
15
9
|
}
|
|
16
10
|
|
|
17
|
-
.e-bigger .e-ddl#{&}.e-popup {
|
|
18
|
-
#{if(&, '&', '*')} .e-list-item {
|
|
19
|
-
font-size: $ddl-bigger-list-font-size;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
#{if(&, '&', '*')} .e-list-group-item {
|
|
23
|
-
@if $skin-name != 'tailwind' {
|
|
24
|
-
font-size: $ddl-bigger-list-font-size;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
#{if(&, '&', '*')} .e-input-group {
|
|
29
|
-
@if ($skin-name != 'bootstrap5' and $skin-name != 'tailwind' and $skin-name != 'FluentUI' and $skin-name != 'bootstrap4' and $skin-name != 'bootstrap4-dark' and $skin-name != 'Material3') {
|
|
30
|
-
padding: 4px 0;
|
|
31
|
-
}
|
|
32
|
-
@if ($skin-name == 'Material3') {
|
|
33
|
-
margin-top: 8px;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.e-bigger.e-ddl#{&}.e-popup {
|
|
39
|
-
#{if(&, '&', '*')} .e-list-item {
|
|
40
|
-
font-size: $ddl-bigger-list-font-size;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
#{if(&, '&', '*')} .e-list-group-item {
|
|
44
|
-
@if $skin-name != 'tailwind' {
|
|
45
|
-
font-size: $ddl-bigger-list-font-size;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
#{if(&, '&', '*')} .e-input-group {
|
|
50
|
-
@if ($skin-name != 'bootstrap5' and $skin-name != 'tailwind' and $skin-name != 'FluentUI' and $skin-name != 'bootstrap4' and $skin-name != 'bootstrap4-dark') {
|
|
51
|
-
padding: 4px 0;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
|
|
56
11
|
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
57
12
|
display: block;
|
|
58
13
|
visibility: hidden;
|
|
@@ -143,7 +98,7 @@
|
|
|
143
98
|
#{if(&, '&', '*')} .e-filter-parent .e-input-filter:focus,
|
|
144
99
|
#{if(&, '&', '*')} .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
|
|
145
100
|
#{if(&, '&', '*')} .e-filter-parent .e-input-group.e-control-wrapper.e-input-focus .e-input-filter {
|
|
146
|
-
@if ($skin-name != 'bootstrap4' and $skin-name != 'bootstrap4-dark' and $skin-name != 'FluentUI' and $skin-name != 'bootstrap5'
|
|
101
|
+
@if ($skin-name != 'bootstrap4' and $skin-name != 'bootstrap4-dark' and $skin-name != 'FluentUI' and $skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' and $skin-name != 'tailwind') {
|
|
147
102
|
padding: $ddl-list-filter-text-indent;
|
|
148
103
|
}
|
|
149
104
|
}
|
|
@@ -238,6 +193,9 @@
|
|
|
238
193
|
.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
|
|
239
194
|
opacity: .7;
|
|
240
195
|
pointer-events: none;
|
|
196
|
+
@if $skin-name == 'bootstrap5.3' or $skin-name == 'fluent2' {
|
|
197
|
+
color: $ddl-list-disable-item-color;
|
|
198
|
+
}
|
|
241
199
|
}
|
|
242
200
|
|
|
243
201
|
ejs-autocomplete,
|
|
@@ -272,46 +230,10 @@
|
|
|
272
230
|
}
|
|
273
231
|
}
|
|
274
232
|
|
|
275
|
-
.e-bigger.e-small .e-ddl#{&}.e-popup,
|
|
276
|
-
.e-bigger .e-input-group.e-ddl.e-small {
|
|
277
|
-
#{if(&, '&', '*')} .e-list-item {
|
|
278
|
-
font-size: $ddl-bigger-small-list-font-size;
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
#{if(&, '&', '*')} .e-list-group-item {
|
|
282
|
-
@if $skin-name != 'tailwind' {
|
|
283
|
-
font-size: $ddl-bigger-small-list-font-size;
|
|
284
|
-
}
|
|
285
|
-
}
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
.e-bigger.e-small.e-ddl#{&}.e-popup,
|
|
289
|
-
.e-bigger .e-input-group.e-ddl.e-small {
|
|
290
|
-
#{if(&, '&', '*')} .e-list-item {
|
|
291
|
-
font-size: $ddl-bigger-small-list-font-size;
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
#{if(&, '&', '*')} .e-list-group-item {
|
|
295
|
-
@if $skin-name != 'tailwind' {
|
|
296
|
-
font-size: $ddl-bigger-small-list-font-size;
|
|
297
|
-
}
|
|
298
|
-
}
|
|
299
|
-
}
|
|
300
|
-
|
|
301
233
|
.e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
302
234
|
.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
303
235
|
.e-content-placeholder.e-combobox.e-placeholder-combobox {
|
|
304
236
|
background-size: 300px 33px;
|
|
305
237
|
min-height: 33px;
|
|
306
238
|
}
|
|
307
|
-
|
|
308
|
-
.e-bigger .e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
309
|
-
.e-bigger.e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
310
|
-
.e-bigger .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
311
|
-
.e-bigger.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
312
|
-
.e-bigger .e-content-placeholder.e-combobox.e-placeholder-combobox,
|
|
313
|
-
.e-bigger.e-content-placeholder.e-combobox.e-placeholder-combobox {
|
|
314
|
-
background-size: 300px 40px;
|
|
315
|
-
min-height: 40px;
|
|
316
|
-
}
|
|
317
239
|
}
|
|
@@ -71,28 +71,6 @@ $ddl-bigger-small-list-font-size: 13px !default;
|
|
|
71
71
|
margin-top: 2px;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
-
.e-bigger #{&}.e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
75
|
-
border-color: $ddl-default-border-color;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.e-bigger #{&}.e-popup.e-ddl-device-filter {
|
|
79
|
-
margin-top: 0;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.e-bigger .e-ddl-device .e-input-group,
|
|
83
|
-
.e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
84
|
-
background: $grey-100;
|
|
85
|
-
border-width: 0;
|
|
86
|
-
box-shadow: none;
|
|
87
|
-
margin-bottom: 0;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.e-bigger .e-ddl-device .e-input-group .e-back-icon,
|
|
91
|
-
.e-bigger .e-ddl-device .e-input-group input.e-input,
|
|
92
|
-
.e-bigger .e-ddl-device .e-input-group .e-clear-icon {
|
|
93
|
-
background-color: $grey-100;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
74
|
#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
|
|
97
75
|
margin: 6px 6px 5px;
|
|
98
76
|
min-height: 12px;
|
|
@@ -100,17 +78,6 @@ $ddl-bigger-small-list-font-size: 13px !default;
|
|
|
100
78
|
padding: 6px;
|
|
101
79
|
}
|
|
102
80
|
|
|
103
|
-
.e-bigger #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
104
|
-
.e-bigger#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
|
|
105
|
-
min-height: 16px;
|
|
106
|
-
min-width: 16px;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.e-bigger #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
|
|
110
|
-
.e-bigger#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
|
|
111
|
-
padding: 8px 16px 8px 0;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
81
|
.e-input-group.e-ddl,
|
|
115
82
|
.e-input-group.e-ddl .e-input,
|
|
116
83
|
.e-input-group.e-ddl .e-ddl-icon {
|
|
@@ -68,28 +68,6 @@ $ddl-bigger-small-list-font-size: 13px !default;
|
|
|
68
68
|
min-height: 26px;
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
-
.e-bigger #{&}.e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
72
|
-
border-color: $ddl-default-border-color;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.e-bigger #{&}.e-popup.e-ddl-device-filter {
|
|
76
|
-
margin-top: 0;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.e-bigger .e-ddl-device .e-input-group,
|
|
80
|
-
.e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
81
|
-
background: $grey-100;
|
|
82
|
-
border-width: 0;
|
|
83
|
-
box-shadow: none;
|
|
84
|
-
margin-bottom: 0;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.e-bigger .e-ddl-device .e-input-group .e-back-icon,
|
|
88
|
-
.e-bigger .e-ddl-device .e-input-group input.e-input,
|
|
89
|
-
.e-bigger .e-ddl-device .e-input-group .e-clear-icon {
|
|
90
|
-
background-color: $grey-100;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
71
|
#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
|
|
94
72
|
margin: 6px 6px 5px;
|
|
95
73
|
min-height: 12px;
|
|
@@ -97,17 +75,6 @@ $ddl-bigger-small-list-font-size: 13px !default;
|
|
|
97
75
|
padding: 6px;
|
|
98
76
|
}
|
|
99
77
|
|
|
100
|
-
.e-bigger #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
101
|
-
.e-bigger#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
|
|
102
|
-
min-height: 16px;
|
|
103
|
-
min-width: 16px;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.e-bigger #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
|
|
107
|
-
.e-bigger#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
|
|
108
|
-
padding: 8px 16px 8px 0;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
78
|
.e-input-group.e-ddl,
|
|
112
79
|
.e-input-group.e-ddl .e-input,
|
|
113
80
|
.e-input-group.e-ddl .e-ddl-icon {
|
|
@@ -138,28 +105,6 @@ $ddl-bigger-small-list-font-size: 13px !default;
|
|
|
138
105
|
padding: 5px 5px 5px 12px;
|
|
139
106
|
}
|
|
140
107
|
|
|
141
|
-
// Touch Small
|
|
142
|
-
.e-bigger.e-small #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
143
|
-
.e-bigger.e-small#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
144
|
-
.e-bigger #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
|
|
145
|
-
.e-bigger#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
|
|
146
|
-
.e-small #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
|
|
147
|
-
.e-small#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
|
|
148
|
-
#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
|
|
149
|
-
min-height: 18px;
|
|
150
|
-
min-width: 18px;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
.e-bigger.e-small #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
154
|
-
.e-bigger.e-small#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
155
|
-
.e-bigger #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
|
|
156
|
-
.e-bigger#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
|
|
157
|
-
.e-small #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
|
|
158
|
-
.e-small#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
|
|
159
|
-
#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter {
|
|
160
|
-
padding: 8px 16px;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
108
|
// outline class style for filter input
|
|
164
109
|
.e-ddl.e-popup.e-outline .e-filter-parent {
|
|
165
110
|
padding: 4px 8px;
|
|
@@ -67,51 +67,18 @@ $ddl-bigger-small-list-font-size: $text-sm !default;
|
|
|
67
67
|
border-radius: 4px;
|
|
68
68
|
}
|
|
69
69
|
|
|
70
|
-
.e-bigger #{&}.e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
71
|
-
border-color: $ddl-default-border-color;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.e-bigger #{&}.e-popup.e-ddl-device-filter {
|
|
75
|
-
margin-top: 0;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.e-bigger .e-ddl-device .e-input-group,
|
|
79
|
-
.e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
80
|
-
background: rgba($transparent, .0001);
|
|
81
|
-
border-width: 0;
|
|
82
|
-
box-shadow: none;
|
|
83
|
-
margin-bottom: 0;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.e-bigger .e-ddl-device .e-input-group .e-back-icon,
|
|
87
|
-
.e-bigger .e-ddl-device .e-input-group input.e-input,
|
|
88
|
-
.e-bigger .e-ddl-device .e-input-group .e-clear-icon {
|
|
89
|
-
background: rgba($transparent, .0001);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
70
|
#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
|
|
93
71
|
margin: 0 6px;
|
|
94
72
|
min-height: 30px;
|
|
95
73
|
min-width: 30px;
|
|
96
74
|
}
|
|
97
75
|
|
|
98
|
-
.e-bigger #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
99
|
-
.e-bigger#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
|
|
100
|
-
min-height: 38px;
|
|
101
|
-
min-width: 38px;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
76
|
.e-small #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
105
77
|
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
|
|
106
78
|
min-height: 22px;
|
|
107
79
|
min-width: 22px;
|
|
108
80
|
}
|
|
109
81
|
|
|
110
|
-
.e-bigger #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
|
|
111
|
-
.e-bigger#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
|
|
112
|
-
padding: 4px 16px 4px 0;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
82
|
.e-input-group.e-ddl,
|
|
116
83
|
.e-input-group.e-ddl .e-input,
|
|
117
84
|
.e-input-group.e-ddl .e-ddl-icon {
|
|
@@ -141,31 +108,6 @@ $ddl-bigger-small-list-font-size: $text-sm !default;
|
|
|
141
108
|
padding: 4px 5px 4px 12px;
|
|
142
109
|
}
|
|
143
110
|
|
|
144
|
-
.e-bigger.e-small #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
145
|
-
.e-bigger.e-small#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
146
|
-
.e-bigger #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
|
|
147
|
-
.e-bigger#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
|
|
148
|
-
.e-small #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
|
|
149
|
-
.e-small#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
|
|
150
|
-
#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
|
|
151
|
-
min-height: 34px;
|
|
152
|
-
min-width: 34px;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.e-bigger.e-small #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
156
|
-
.e-bigger.e-small#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
157
|
-
.e-bigger #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
|
|
158
|
-
.e-bigger#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
|
|
159
|
-
.e-small #{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
|
|
160
|
-
.e-small#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
|
|
161
|
-
#{&}.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter {
|
|
162
|
-
padding: 8px 16px;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
.e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
|
|
166
|
-
margin: 0 4px;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
111
|
.e-ddl.e-popup.e-outline .e-filter-parent {
|
|
170
112
|
padding: 4px 8px;
|
|
171
113
|
}
|
|
@@ -77,45 +77,11 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
|
77
77
|
margin-top: 2px;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
|
-
.e-bigger .e-ddl#{&}.e-popup,
|
|
81
|
-
.e-bigger.e-ddl#{&}.e-popup {
|
|
82
|
-
border-radius: 6px;
|
|
83
|
-
margin-top: 8px;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.e-bigger.e-small .e-ddl#{&}.e-popup,
|
|
87
|
-
.e-small.e-bigger.e-ddl#{&}.e-popup {
|
|
88
|
-
border-radius: 4px;
|
|
89
|
-
margin-top: 6px;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
80
|
#{&}.e-popup.e-ddl .e-dropdownbase {
|
|
93
81
|
min-height: 26px;
|
|
94
82
|
padding: 4px 0;
|
|
95
83
|
}
|
|
96
84
|
|
|
97
|
-
.e-bigger #{&}.e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
98
|
-
border-color: $ddl-default-border-color;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.e-bigger #{&}.e-popup.e-ddl-device-filter {
|
|
102
|
-
margin-top: 0;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.e-bigger .e-ddl-device .e-input-group,
|
|
106
|
-
.e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
107
|
-
background: $flyout-bg-color;
|
|
108
|
-
border-width: 0;
|
|
109
|
-
box-shadow: none;
|
|
110
|
-
margin-bottom: 0;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.e-bigger .e-ddl-device .e-input-group .e-back-icon,
|
|
114
|
-
.e-bigger .e-ddl-device .e-input-group input.e-input,
|
|
115
|
-
.e-bigger .e-ddl-device .e-input-group .e-clear-icon {
|
|
116
|
-
background-color: $flyout-bg-color;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
85
|
.e-input-group.e-ddl,
|
|
120
86
|
.e-input-group.e-ddl .e-input,
|
|
121
87
|
.e-input-group.e-ddl .e-ddl-icon {
|
|
@@ -7,4 +7,11 @@
|
|
|
7
7
|
.e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
|
|
8
8
|
color: $ddl-active-font-color;
|
|
9
9
|
}
|
|
10
|
+
|
|
11
|
+
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
12
|
+
border-color: transparent;
|
|
13
|
+
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $skin-name == 'highcontrast' {
|
|
14
|
+
background: none;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
10
17
|
}
|