@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
package/styles/bootstrap5.css
CHANGED
|
@@ -10,55 +10,14 @@
|
|
|
10
10
|
font-size: 10px;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
14
|
-
.e-bigger .e-fixed-head,
|
|
15
|
-
.e-bigger.e-dropdownbase .e-list-group-item,
|
|
16
|
-
.e-bigger.e-fixed-head {
|
|
17
|
-
font-size: 14px;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
21
|
-
.e-bigger.e-small .e-fixed-head,
|
|
22
|
-
.e-bigger.e-small.e-dropdownbase .e-list-group-item,
|
|
23
|
-
.e-bigger.e-small.e-fixed-head {
|
|
24
|
-
font-size: 12px;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
13
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
28
14
|
padding: 0 8px 0 0;
|
|
29
15
|
}
|
|
30
16
|
|
|
31
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
32
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
33
|
-
padding: 0 12px 0 0;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
17
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
37
18
|
padding: 0 6px 0 0;
|
|
38
19
|
}
|
|
39
20
|
|
|
40
|
-
.e-bigger .e-dropdownbase,
|
|
41
|
-
.e-dropdownbase.e-bigger {
|
|
42
|
-
min-height: 45px;
|
|
43
|
-
}
|
|
44
|
-
.e-bigger .e-dropdownbase .e-list-item,
|
|
45
|
-
.e-dropdownbase.e-bigger .e-list-item {
|
|
46
|
-
line-height: 32px;
|
|
47
|
-
text-indent: 16px;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
|
|
51
|
-
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
52
|
-
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
53
|
-
line-height: 32px;
|
|
54
|
-
text-indent: 16px;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
58
|
-
.e-dropdownbase.e-bigger .e-list-item .e-list-icon {
|
|
59
|
-
font-size: 20px;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
21
|
.e-dropdownbase {
|
|
63
22
|
display: block;
|
|
64
23
|
height: 100%;
|
|
@@ -158,14 +117,6 @@
|
|
|
158
117
|
padding-left: 8px;
|
|
159
118
|
}
|
|
160
119
|
|
|
161
|
-
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
162
|
-
padding-left: 16px;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
166
|
-
padding-left: 14px;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
120
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
170
121
|
text-indent: 0;
|
|
171
122
|
}
|
|
@@ -196,14 +147,6 @@
|
|
|
196
147
|
padding-left: 16px;
|
|
197
148
|
padding-right: 0;
|
|
198
149
|
}
|
|
199
|
-
.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
|
|
200
|
-
.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
|
|
201
|
-
.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
|
|
202
|
-
.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item,
|
|
203
|
-
.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item {
|
|
204
|
-
padding-left: 16px;
|
|
205
|
-
padding-right: 0;
|
|
206
|
-
}
|
|
207
150
|
.e-dropdownbase {
|
|
208
151
|
border-color: #dee2e6;
|
|
209
152
|
}
|
|
@@ -262,11 +205,6 @@
|
|
|
262
205
|
border-radius: 2px;
|
|
263
206
|
}
|
|
264
207
|
|
|
265
|
-
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head {
|
|
266
|
-
font-size: 16px;
|
|
267
|
-
padding-left: 16px;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
208
|
.e-multi-column.e-ddl.e-popup.e-popup-open table {
|
|
271
209
|
border-collapse: collapse;
|
|
272
210
|
table-layout: fixed;
|
|
@@ -346,33 +284,6 @@
|
|
|
346
284
|
font-size: 14px;
|
|
347
285
|
}
|
|
348
286
|
|
|
349
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item,
|
|
350
|
-
.e-dropdownbase.e-small.e-bigger .e-list-item {
|
|
351
|
-
color: #212529;
|
|
352
|
-
line-height: 30px;
|
|
353
|
-
min-height: 30px;
|
|
354
|
-
text-indent: 16px;
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
358
|
-
.e-dropdownbase.e-small.e-bigger .e-list-group-item,
|
|
359
|
-
.e-dropdownbase.e-small.e-bigger .e-fixed-head {
|
|
360
|
-
line-height: 30px;
|
|
361
|
-
min-height: 30px;
|
|
362
|
-
padding-left: 14px;
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon,
|
|
366
|
-
.e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon {
|
|
367
|
-
font-size: 18px;
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
371
|
-
.e-dropdownbase.e-bigger.e-small .e-list-group-item,
|
|
372
|
-
.e-dropdownbase.e-bigger.e-small .e-fixed-head {
|
|
373
|
-
font-size: 12px;
|
|
374
|
-
}
|
|
375
|
-
|
|
376
287
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item {
|
|
377
288
|
background-color: #fff;
|
|
378
289
|
border-bottom: 0;
|
|
@@ -406,6 +317,95 @@
|
|
|
406
317
|
background-color: #e9ecef;
|
|
407
318
|
}
|
|
408
319
|
|
|
320
|
+
.e-bigger .e-dropdownbase,
|
|
321
|
+
.e-dropdownbase.e-bigger {
|
|
322
|
+
min-height: 45px;
|
|
323
|
+
}
|
|
324
|
+
.e-bigger .e-dropdownbase .e-list-item,
|
|
325
|
+
.e-dropdownbase.e-bigger .e-list-item {
|
|
326
|
+
line-height: 32px;
|
|
327
|
+
text-indent: 16px;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
|
|
331
|
+
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
332
|
+
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
333
|
+
line-height: 32px;
|
|
334
|
+
text-indent: 16px;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
338
|
+
.e-dropdownbase.e-bigger .e-list-item .e-list-icon {
|
|
339
|
+
font-size: 20px;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
343
|
+
padding-left: 16px;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
347
|
+
padding-left: 14px;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
|
|
351
|
+
.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
|
|
352
|
+
.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
|
|
353
|
+
.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item,
|
|
354
|
+
.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item {
|
|
355
|
+
padding-left: 16px;
|
|
356
|
+
padding-right: 0;
|
|
357
|
+
}
|
|
358
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head {
|
|
359
|
+
font-size: 16px;
|
|
360
|
+
padding-left: 16px;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
364
|
+
.e-dropdownbase.e-bigger.e-small .e-list-group-item,
|
|
365
|
+
.e-dropdownbase.e-bigger.e-small .e-fixed-head {
|
|
366
|
+
font-size: 12px;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item,
|
|
370
|
+
.e-dropdownbase.e-small.e-bigger .e-list-item {
|
|
371
|
+
color: #212529;
|
|
372
|
+
line-height: 30px;
|
|
373
|
+
min-height: 30px;
|
|
374
|
+
text-indent: 16px;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
378
|
+
.e-dropdownbase.e-small.e-bigger .e-list-group-item,
|
|
379
|
+
.e-dropdownbase.e-small.e-bigger .e-fixed-head {
|
|
380
|
+
line-height: 30px;
|
|
381
|
+
min-height: 30px;
|
|
382
|
+
padding-left: 14px;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon,
|
|
386
|
+
.e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon {
|
|
387
|
+
font-size: 18px;
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
391
|
+
.e-bigger .e-fixed-head,
|
|
392
|
+
.e-bigger.e-dropdownbase .e-list-group-item,
|
|
393
|
+
.e-bigger.e-fixed-head {
|
|
394
|
+
font-size: 14px;
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
398
|
+
.e-bigger.e-small .e-fixed-head,
|
|
399
|
+
.e-bigger.e-small.e-dropdownbase .e-list-group-item,
|
|
400
|
+
.e-bigger.e-small.e-fixed-head {
|
|
401
|
+
font-size: 12px;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
405
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
406
|
+
padding: 0 12px 0 0;
|
|
407
|
+
}
|
|
408
|
+
|
|
409
409
|
/* stylelint-disable property-no-vendor-prefix */
|
|
410
410
|
/* stylelint-disable-line no-empty-source */
|
|
411
411
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -476,37 +476,6 @@
|
|
|
476
476
|
border: 0;
|
|
477
477
|
}
|
|
478
478
|
|
|
479
|
-
.e-bigger .e-popup.e-ddl-device-filter {
|
|
480
|
-
margin-top: 0;
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
.e-bigger .e-popup.e-ddl .e-list-item {
|
|
484
|
-
font-size: 16px;
|
|
485
|
-
line-height: 32px;
|
|
486
|
-
padding-left: 0;
|
|
487
|
-
text-indent: 16px;
|
|
488
|
-
}
|
|
489
|
-
|
|
490
|
-
.e-bigger .e-popup.e-ddl .e-list-group-item, .e-bigger .e-popup.e-ddl .e-fixed-head {
|
|
491
|
-
font-size: 14px;
|
|
492
|
-
line-height: 32px;
|
|
493
|
-
padding-left: 0;
|
|
494
|
-
text-indent: 16px;
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
.e-bigger .e-popup.e-ddl .e-dd-group .e-list-item {
|
|
498
|
-
padding-left: 0;
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
.e-bigger .e-popup.e-ddl .e-input-group input, .e-bigger .e-popup.e-ddl .e-input-group input.e-input {
|
|
502
|
-
font-size: 16px;
|
|
503
|
-
height: 36px;
|
|
504
|
-
}
|
|
505
|
-
|
|
506
|
-
.e-bigger .e-popup.e-ddl .e-dropdownbase {
|
|
507
|
-
min-height: 40px;
|
|
508
|
-
}
|
|
509
|
-
|
|
510
479
|
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
511
480
|
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
512
481
|
background: transparent;
|
|
@@ -576,29 +545,6 @@
|
|
|
576
545
|
font-size: 14px;
|
|
577
546
|
}
|
|
578
547
|
|
|
579
|
-
.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
580
|
-
font-size: 16px;
|
|
581
|
-
}
|
|
582
|
-
|
|
583
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
584
|
-
font-size: 14px;
|
|
585
|
-
line-height: 34px;
|
|
586
|
-
padding-left: 0;
|
|
587
|
-
text-indent: 16px;
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
591
|
-
padding-left: 4px;
|
|
592
|
-
}
|
|
593
|
-
|
|
594
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group input, .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
|
|
595
|
-
height: 30px;
|
|
596
|
-
}
|
|
597
|
-
|
|
598
|
-
.e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
|
|
599
|
-
min-height: 34px;
|
|
600
|
-
}
|
|
601
|
-
|
|
602
548
|
.e-ddl .e-search-icon::before {
|
|
603
549
|
content: "\e754";
|
|
604
550
|
}
|
|
@@ -612,22 +558,6 @@
|
|
|
612
558
|
font-family: "e-icons";
|
|
613
559
|
}
|
|
614
560
|
|
|
615
|
-
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
616
|
-
margin-left: -20px;
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
620
|
-
font-size: 16px;
|
|
621
|
-
}
|
|
622
|
-
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
623
|
-
font-size: 16px;
|
|
624
|
-
}
|
|
625
|
-
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
626
|
-
font-size: 16px;
|
|
627
|
-
}
|
|
628
|
-
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
629
|
-
font-size: 16px;
|
|
630
|
-
}
|
|
631
561
|
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
632
562
|
display: block;
|
|
633
563
|
visibility: hidden;
|
|
@@ -814,9 +744,46 @@ ejs-dropdownlist {
|
|
|
814
744
|
font-size: 12px;
|
|
815
745
|
}
|
|
816
746
|
|
|
817
|
-
.e-
|
|
818
|
-
.e-
|
|
819
|
-
|
|
747
|
+
.e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
748
|
+
.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
749
|
+
.e-content-placeholder.e-combobox.e-placeholder-combobox {
|
|
750
|
+
background-size: 300px 33px;
|
|
751
|
+
min-height: 33px;
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
.e-popup {
|
|
755
|
+
border-color: #dee2e6;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
.e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
|
|
759
|
+
.e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
|
|
760
|
+
color: #fff;
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
764
|
+
border-color: transparent;
|
|
765
|
+
background: none;
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
769
|
+
margin-left: -20px;
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
773
|
+
font-size: 16px;
|
|
774
|
+
}
|
|
775
|
+
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
776
|
+
font-size: 16px;
|
|
777
|
+
}
|
|
778
|
+
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
779
|
+
font-size: 16px;
|
|
780
|
+
}
|
|
781
|
+
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
782
|
+
font-size: 16px;
|
|
783
|
+
}
|
|
784
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
785
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
786
|
+
font-size: 14px;
|
|
820
787
|
}
|
|
821
788
|
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
822
789
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
@@ -832,13 +799,6 @@ ejs-dropdownlist {
|
|
|
832
799
|
font-size: 14px;
|
|
833
800
|
}
|
|
834
801
|
|
|
835
|
-
.e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
836
|
-
.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
837
|
-
.e-content-placeholder.e-combobox.e-placeholder-combobox {
|
|
838
|
-
background-size: 300px 33px;
|
|
839
|
-
min-height: 33px;
|
|
840
|
-
}
|
|
841
|
-
|
|
842
802
|
.e-bigger .e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
843
803
|
.e-bigger.e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
844
804
|
.e-bigger .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
@@ -849,13 +809,58 @@ ejs-dropdownlist {
|
|
|
849
809
|
min-height: 40px;
|
|
850
810
|
}
|
|
851
811
|
|
|
852
|
-
.e-
|
|
853
|
-
|
|
812
|
+
.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
813
|
+
font-size: 16px;
|
|
854
814
|
}
|
|
855
815
|
|
|
856
|
-
.e-
|
|
857
|
-
|
|
858
|
-
|
|
816
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
817
|
+
font-size: 14px;
|
|
818
|
+
line-height: 34px;
|
|
819
|
+
padding-left: 0;
|
|
820
|
+
text-indent: 16px;
|
|
821
|
+
}
|
|
822
|
+
|
|
823
|
+
.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
824
|
+
padding-left: 4px;
|
|
825
|
+
}
|
|
826
|
+
|
|
827
|
+
.e-bigger.e-small .e-ddl.e-popup .e-input-group input, .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
|
|
828
|
+
height: 30px;
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
.e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
|
|
832
|
+
min-height: 34px;
|
|
833
|
+
}
|
|
834
|
+
|
|
835
|
+
.e-bigger .e-popup.e-ddl-device-filter {
|
|
836
|
+
margin-top: 0;
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
.e-bigger .e-popup.e-ddl .e-list-item {
|
|
840
|
+
font-size: 16px;
|
|
841
|
+
line-height: 32px;
|
|
842
|
+
padding-left: 0;
|
|
843
|
+
text-indent: 16px;
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
.e-bigger .e-popup.e-ddl .e-list-group-item, .e-bigger .e-popup.e-ddl .e-fixed-head {
|
|
847
|
+
font-size: 14px;
|
|
848
|
+
line-height: 32px;
|
|
849
|
+
padding-left: 0;
|
|
850
|
+
text-indent: 16px;
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
.e-bigger .e-popup.e-ddl .e-dd-group .e-list-item {
|
|
854
|
+
padding-left: 0;
|
|
855
|
+
}
|
|
856
|
+
|
|
857
|
+
.e-bigger .e-popup.e-ddl .e-input-group input, .e-bigger .e-popup.e-ddl .e-input-group input.e-input {
|
|
858
|
+
font-size: 16px;
|
|
859
|
+
height: 36px;
|
|
860
|
+
}
|
|
861
|
+
|
|
862
|
+
.e-bigger .e-popup.e-ddl .e-dropdownbase {
|
|
863
|
+
min-height: 40px;
|
|
859
864
|
}
|
|
860
865
|
|
|
861
866
|
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
@@ -1164,6 +1169,42 @@ ejs-dropdownlist {
|
|
|
1164
1169
|
display: none;
|
|
1165
1170
|
}
|
|
1166
1171
|
|
|
1172
|
+
.e-ddt .e-chips {
|
|
1173
|
+
background-color: #6c757d;
|
|
1174
|
+
}
|
|
1175
|
+
.e-ddt .e-chips .e-chips-close::before {
|
|
1176
|
+
color: #fff;
|
|
1177
|
+
}
|
|
1178
|
+
.e-ddt .e-chips > .e-chipcontent {
|
|
1179
|
+
color: #fff;
|
|
1180
|
+
}
|
|
1181
|
+
.e-ddt .e-overflow .e-remain {
|
|
1182
|
+
color: #6c757d;
|
|
1183
|
+
}
|
|
1184
|
+
.e-ddt.e-input-group.e-control-wrapper .e-input[readonly], .e-ddt.e-float-input.e-control-wrapper input[readonly] {
|
|
1185
|
+
background: #fff;
|
|
1186
|
+
}
|
|
1187
|
+
.e-ddt.e-input-group.e-control-wrapper .e-input[readonly] ~ span.e-input-group-icon.e-ddt-icon, .e-ddt.e-float-input.e-control-wrapper input[readonly] ~ span.e-input-group-icon.e-ddt-icon {
|
|
1188
|
+
background: transparent;
|
|
1189
|
+
color: #6c757d;
|
|
1190
|
+
}
|
|
1191
|
+
.e-ddt.e-popup {
|
|
1192
|
+
background: #fff;
|
|
1193
|
+
border-color: #dee2e6;
|
|
1194
|
+
}
|
|
1195
|
+
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1196
|
+
color: #212529;
|
|
1197
|
+
}
|
|
1198
|
+
.e-ddt.e-popup .e-selectall-parent {
|
|
1199
|
+
border-bottom-color: #dee2e6;
|
|
1200
|
+
}
|
|
1201
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1202
|
+
background: #e9ecef;
|
|
1203
|
+
}
|
|
1204
|
+
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1205
|
+
color: #212529;
|
|
1206
|
+
}
|
|
1207
|
+
|
|
1167
1208
|
.e-bigger .e-ddt .e-chips,
|
|
1168
1209
|
.e-ddt.e-bigger .e-chips {
|
|
1169
1210
|
height: 30px;
|
|
@@ -1286,42 +1327,6 @@ ejs-dropdownlist {
|
|
|
1286
1327
|
right: auto;
|
|
1287
1328
|
}
|
|
1288
1329
|
|
|
1289
|
-
.e-ddt .e-chips {
|
|
1290
|
-
background-color: #6c757d;
|
|
1291
|
-
}
|
|
1292
|
-
.e-ddt .e-chips .e-chips-close::before {
|
|
1293
|
-
color: #fff;
|
|
1294
|
-
}
|
|
1295
|
-
.e-ddt .e-chips > .e-chipcontent {
|
|
1296
|
-
color: #fff;
|
|
1297
|
-
}
|
|
1298
|
-
.e-ddt .e-overflow .e-remain {
|
|
1299
|
-
color: #6c757d;
|
|
1300
|
-
}
|
|
1301
|
-
.e-ddt.e-input-group.e-control-wrapper .e-input[readonly], .e-ddt.e-float-input.e-control-wrapper input[readonly] {
|
|
1302
|
-
background: #fff;
|
|
1303
|
-
}
|
|
1304
|
-
.e-ddt.e-input-group.e-control-wrapper .e-input[readonly] ~ span.e-input-group-icon.e-ddt-icon, .e-ddt.e-float-input.e-control-wrapper input[readonly] ~ span.e-input-group-icon.e-ddt-icon {
|
|
1305
|
-
background: transparent;
|
|
1306
|
-
color: #6c757d;
|
|
1307
|
-
}
|
|
1308
|
-
.e-ddt.e-popup {
|
|
1309
|
-
background: #fff;
|
|
1310
|
-
border-color: #dee2e6;
|
|
1311
|
-
}
|
|
1312
|
-
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1313
|
-
color: #212529;
|
|
1314
|
-
}
|
|
1315
|
-
.e-ddt.e-popup .e-selectall-parent {
|
|
1316
|
-
border-bottom-color: #dee2e6;
|
|
1317
|
-
}
|
|
1318
|
-
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1319
|
-
background: #e9ecef;
|
|
1320
|
-
}
|
|
1321
|
-
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1322
|
-
color: #212529;
|
|
1323
|
-
}
|
|
1324
|
-
|
|
1325
1330
|
/* stylelint-disable-line no-empty-source */
|
|
1326
1331
|
/* stylelint-disable-line no-empty-source */
|
|
1327
1332
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
@@ -1345,11 +1350,6 @@ ejs-dropdownlist {
|
|
|
1345
1350
|
width: 32px;
|
|
1346
1351
|
}
|
|
1347
1352
|
|
|
1348
|
-
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1349
|
-
height: 24px;
|
|
1350
|
-
width: 24px;
|
|
1351
|
-
}
|
|
1352
|
-
|
|
1353
1353
|
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
1354
1354
|
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
1355
1355
|
color: #212529;
|
|
@@ -1542,11 +1542,6 @@ ejs-dropdownlist {
|
|
|
1542
1542
|
padding: 0 0 0 48px;
|
|
1543
1543
|
}
|
|
1544
1544
|
|
|
1545
|
-
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
1546
|
-
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1547
|
-
margin-top: -2.25em;
|
|
1548
|
-
}
|
|
1549
|
-
|
|
1550
1545
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
|
|
1551
1546
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
|
|
1552
1547
|
opacity: 0.7;
|
|
@@ -1563,10 +1558,6 @@ ejs-dropdownlist {
|
|
|
1563
1558
|
top: 15px;
|
|
1564
1559
|
}
|
|
1565
1560
|
|
|
1566
|
-
.e-bigger .e-multi-select-wrapper {
|
|
1567
|
-
min-height: 36px;
|
|
1568
|
-
}
|
|
1569
|
-
|
|
1570
1561
|
.e-multi-select-wrapper.e-close-icon-hide {
|
|
1571
1562
|
padding-right: 0;
|
|
1572
1563
|
}
|
|
@@ -1600,10 +1591,6 @@ ejs-dropdownlist {
|
|
|
1600
1591
|
white-space: nowrap;
|
|
1601
1592
|
}
|
|
1602
1593
|
|
|
1603
|
-
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
1604
|
-
margin: 3px;
|
|
1605
|
-
}
|
|
1606
|
-
|
|
1607
1594
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1608
1595
|
max-width: 100%;
|
|
1609
1596
|
overflow: hidden;
|
|
@@ -1619,17 +1606,11 @@ ejs-dropdownlist {
|
|
|
1619
1606
|
float: none;
|
|
1620
1607
|
}
|
|
1621
1608
|
|
|
1622
|
-
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent
|
|
1623
|
-
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1609
|
+
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
|
|
1624
1610
|
padding: 8px 4px 8px 0;
|
|
1625
1611
|
}
|
|
1626
1612
|
|
|
1627
|
-
.e-
|
|
1628
|
-
padding: 7px 8px 7px 4px;
|
|
1629
|
-
}
|
|
1630
|
-
|
|
1631
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
|
|
1632
|
-
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1613
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
|
|
1633
1614
|
padding: 8px 0 8px 4px;
|
|
1634
1615
|
}
|
|
1635
1616
|
|
|
@@ -1671,39 +1652,17 @@ ejs-dropdownlist {
|
|
|
1671
1652
|
right: 30px;
|
|
1672
1653
|
}
|
|
1673
1654
|
|
|
1674
|
-
.e-bigger.e-small .e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
1675
|
-
right: 40px;
|
|
1676
|
-
}
|
|
1677
|
-
|
|
1678
1655
|
.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1679
1656
|
left: 30px;
|
|
1680
1657
|
right: auto;
|
|
1681
1658
|
}
|
|
1682
1659
|
|
|
1683
|
-
.e-bigger.e-small .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon,
|
|
1684
|
-
.e-bigger.e-small.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1685
|
-
left: 45px;
|
|
1686
|
-
right: auto;
|
|
1687
|
-
}
|
|
1688
|
-
|
|
1689
1660
|
.e-small .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1690
|
-
.e-small.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker
|
|
1691
|
-
.e-small.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1692
|
-
.e-small.e-bigger.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1661
|
+
.e-small.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1693
1662
|
left: 12px;
|
|
1694
1663
|
right: auto;
|
|
1695
1664
|
}
|
|
1696
1665
|
|
|
1697
|
-
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1698
|
-
margin-top: -2.25em;
|
|
1699
|
-
}
|
|
1700
|
-
|
|
1701
|
-
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1702
|
-
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1703
|
-
margin-top: -2.25em;
|
|
1704
|
-
margin-top: -2.15em;
|
|
1705
|
-
}
|
|
1706
|
-
|
|
1707
1666
|
.e-multi-select-wrapper input[type=text] {
|
|
1708
1667
|
background: none;
|
|
1709
1668
|
border: 0;
|
|
@@ -1735,17 +1694,6 @@ ejs-dropdownlist {
|
|
|
1735
1694
|
padding: 5px;
|
|
1736
1695
|
}
|
|
1737
1696
|
|
|
1738
|
-
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
1739
|
-
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
1740
|
-
height: 30px;
|
|
1741
|
-
min-height: 30px;
|
|
1742
|
-
}
|
|
1743
|
-
|
|
1744
|
-
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
1745
|
-
height: 36px;
|
|
1746
|
-
min-height: 36px;
|
|
1747
|
-
}
|
|
1748
|
-
|
|
1749
1697
|
/* stylelint-disable property-no-vendor-prefix */
|
|
1750
1698
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
1751
1699
|
display: none;
|
|
@@ -1761,23 +1709,11 @@ ejs-dropdownlist {
|
|
|
1761
1709
|
width: calc(100% - 32px);
|
|
1762
1710
|
}
|
|
1763
1711
|
|
|
1764
|
-
.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1765
|
-
.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
1766
|
-
width: calc(100% - 38px);
|
|
1767
|
-
}
|
|
1768
|
-
|
|
1769
1712
|
.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1770
1713
|
.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
1771
1714
|
width: calc(100% - 30px);
|
|
1772
1715
|
}
|
|
1773
1716
|
|
|
1774
|
-
.e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1775
|
-
.e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1776
|
-
.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1777
|
-
.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
1778
|
-
width: calc(100% - 32px);
|
|
1779
|
-
}
|
|
1780
|
-
|
|
1781
1717
|
.e-multi-select-wrapper .e-delim-values {
|
|
1782
1718
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
1783
1719
|
font-size: 14px;
|
|
@@ -1785,16 +1721,6 @@ ejs-dropdownlist {
|
|
|
1785
1721
|
max-width: 100%;
|
|
1786
1722
|
padding-left: 8px;
|
|
1787
1723
|
padding-right: 6px;
|
|
1788
|
-
vertical-align: middle;
|
|
1789
|
-
}
|
|
1790
|
-
|
|
1791
|
-
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
1792
|
-
line-height: 36px;
|
|
1793
|
-
padding-left: 12px;
|
|
1794
|
-
}
|
|
1795
|
-
|
|
1796
|
-
.e-bigger .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
1797
|
-
padding-left: 0;
|
|
1798
1724
|
}
|
|
1799
1725
|
|
|
1800
1726
|
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
@@ -1913,22 +1839,12 @@ ejs-dropdownlist {
|
|
|
1913
1839
|
left: 20px;
|
|
1914
1840
|
}
|
|
1915
1841
|
|
|
1916
|
-
.e-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
.e-bigger.e-small .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
1923
|
-
left: 25px;
|
|
1924
|
-
}
|
|
1925
|
-
|
|
1926
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
1927
|
-
bottom: 1px;
|
|
1928
|
-
margin-right: 8px;
|
|
1929
|
-
position: relative;
|
|
1930
|
-
text-indent: 0;
|
|
1931
|
-
vertical-align: middle;
|
|
1842
|
+
.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
1843
|
+
bottom: 1px;
|
|
1844
|
+
margin-right: 8px;
|
|
1845
|
+
position: relative;
|
|
1846
|
+
text-indent: 0;
|
|
1847
|
+
vertical-align: middle;
|
|
1932
1848
|
}
|
|
1933
1849
|
|
|
1934
1850
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper {
|
|
@@ -1939,10 +1855,6 @@ ejs-dropdownlist {
|
|
|
1939
1855
|
padding-right: 25px;
|
|
1940
1856
|
}
|
|
1941
1857
|
|
|
1942
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
1943
|
-
padding-right: 25px;
|
|
1944
|
-
}
|
|
1945
|
-
|
|
1946
1858
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
1947
1859
|
bottom: 1px;
|
|
1948
1860
|
bottom: 2px;
|
|
@@ -1952,20 +1864,6 @@ ejs-dropdownlist {
|
|
|
1952
1864
|
vertical-align: middle;
|
|
1953
1865
|
}
|
|
1954
1866
|
|
|
1955
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
1956
|
-
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
1957
|
-
bottom: 1px;
|
|
1958
|
-
bottom: 2px;
|
|
1959
|
-
margin-right: 12px;
|
|
1960
|
-
}
|
|
1961
|
-
|
|
1962
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
1963
|
-
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
1964
|
-
bottom: 1px;
|
|
1965
|
-
bottom: 2px;
|
|
1966
|
-
margin-right: 12px;
|
|
1967
|
-
}
|
|
1968
|
-
|
|
1969
1867
|
.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
1970
1868
|
margin-left: 12px;
|
|
1971
1869
|
margin-right: 0;
|
|
@@ -1984,14 +1882,6 @@ ejs-dropdownlist {
|
|
|
1984
1882
|
padding-right: 0;
|
|
1985
1883
|
}
|
|
1986
1884
|
|
|
1987
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
1988
|
-
padding-left: 16px;
|
|
1989
|
-
}
|
|
1990
|
-
|
|
1991
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-dropdownbase.e-dd-group .e-list-item .e-checkbox-wrapper {
|
|
1992
|
-
padding-left: 0;
|
|
1993
|
-
}
|
|
1994
|
-
|
|
1995
1885
|
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
1996
1886
|
cursor: pointer;
|
|
1997
1887
|
display: block;
|
|
@@ -2017,18 +1907,6 @@ ejs-dropdownlist {
|
|
|
2017
1907
|
font-size: 14px;
|
|
2018
1908
|
}
|
|
2019
1909
|
|
|
2020
|
-
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-all-text,
|
|
2021
|
-
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
|
|
2022
|
-
font-size: 16px;
|
|
2023
|
-
}
|
|
2024
|
-
|
|
2025
|
-
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2026
|
-
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2027
|
-
font-size: 14px;
|
|
2028
|
-
line-height: 48px;
|
|
2029
|
-
text-indent: 16px;
|
|
2030
|
-
}
|
|
2031
|
-
|
|
2032
1910
|
.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
2033
1911
|
bottom: 1px;
|
|
2034
1912
|
margin-right: 8px;
|
|
@@ -2037,13 +1915,6 @@ ejs-dropdownlist {
|
|
|
2037
1915
|
vertical-align: middle;
|
|
2038
1916
|
}
|
|
2039
1917
|
|
|
2040
|
-
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
2041
|
-
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
2042
|
-
bottom: 1px;
|
|
2043
|
-
bottom: 2px;
|
|
2044
|
-
margin-right: 12px;
|
|
2045
|
-
}
|
|
2046
|
-
|
|
2047
1918
|
.e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper {
|
|
2048
1919
|
margin-left: 12px;
|
|
2049
1920
|
margin-right: 0;
|
|
@@ -2063,8 +1934,7 @@ ejs-dropdownlist {
|
|
|
2063
1934
|
padding: 0;
|
|
2064
1935
|
}
|
|
2065
1936
|
|
|
2066
|
-
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon
|
|
2067
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
1937
|
+
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
2068
1938
|
padding-left: 8px;
|
|
2069
1939
|
}
|
|
2070
1940
|
|
|
@@ -2072,10 +1942,6 @@ ejs-dropdownlist {
|
|
|
2072
1942
|
padding: 0 8px;
|
|
2073
1943
|
}
|
|
2074
1944
|
|
|
2075
|
-
.e-bigger .e-checkbox .e-multi-select-wrapper .e-delim-values {
|
|
2076
|
-
line-height: 34px;
|
|
2077
|
-
}
|
|
2078
|
-
|
|
2079
1945
|
.e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
2080
1946
|
line-height: 20px;
|
|
2081
1947
|
padding-left: 10px;
|
|
@@ -2138,51 +2004,11 @@ ejs-multiselect {
|
|
|
2138
2004
|
margin-top: -2em;
|
|
2139
2005
|
}
|
|
2140
2006
|
|
|
2141
|
-
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2142
|
-
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2143
|
-
line-height: 40px;
|
|
2144
|
-
}
|
|
2145
|
-
|
|
2146
|
-
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2147
|
-
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2148
|
-
margin-top: -2.65em;
|
|
2149
|
-
}
|
|
2150
|
-
|
|
2151
|
-
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
2152
|
-
height: 14px;
|
|
2153
|
-
width: 14px;
|
|
2154
|
-
}
|
|
2155
|
-
|
|
2156
|
-
.e-bigger.e-small .e-multi-select-wrapper {
|
|
2157
|
-
min-height: 28px;
|
|
2158
|
-
}
|
|
2159
|
-
|
|
2160
|
-
.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
|
|
2161
|
-
height: 32px;
|
|
2162
|
-
min-height: 32px;
|
|
2163
|
-
}
|
|
2164
|
-
|
|
2165
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
2166
|
-
font-size: 12px;
|
|
2167
|
-
line-height: 28px;
|
|
2168
|
-
}
|
|
2169
|
-
|
|
2170
|
-
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2171
|
-
.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2172
|
-
margin-top: -2em;
|
|
2173
|
-
}
|
|
2174
|
-
|
|
2175
2007
|
.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
2176
2008
|
background-size: 300px 33px;
|
|
2177
2009
|
min-height: 33px;
|
|
2178
2010
|
}
|
|
2179
2011
|
|
|
2180
|
-
.e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect,
|
|
2181
|
-
.e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
2182
|
-
background-size: 300px 40px;
|
|
2183
|
-
min-height: 40px;
|
|
2184
|
-
}
|
|
2185
|
-
|
|
2186
2012
|
.e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
|
|
2187
2013
|
color: inherit;
|
|
2188
2014
|
}
|
|
@@ -2198,24 +2024,11 @@ ejs-multiselect {
|
|
|
2198
2024
|
padding: 0 12px 0 8px;
|
|
2199
2025
|
}
|
|
2200
2026
|
|
|
2201
|
-
.e-
|
|
2202
|
-
.e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
2203
|
-
padding: 3px 12px 0 4px;
|
|
2204
|
-
}
|
|
2205
|
-
|
|
2206
|
-
.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2207
|
-
.e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2208
|
-
.e-bigger.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2209
|
-
.e-bigger .e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2210
|
-
.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
2027
|
+
.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
2211
2028
|
padding: 0;
|
|
2212
2029
|
}
|
|
2213
2030
|
|
|
2214
|
-
.e-filled.e-float-input .e-multi-select-wrapper
|
|
2215
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2216
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper,
|
|
2217
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2218
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper {
|
|
2031
|
+
.e-filled.e-float-input .e-multi-select-wrapper {
|
|
2219
2032
|
padding: 11px 12px 0;
|
|
2220
2033
|
}
|
|
2221
2034
|
|
|
@@ -2224,35 +2037,15 @@ ejs-multiselect {
|
|
|
2224
2037
|
padding: 12px 12px 0 8px;
|
|
2225
2038
|
}
|
|
2226
2039
|
|
|
2227
|
-
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2228
|
-
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper {
|
|
2229
|
-
padding: 19px 12px 0 16px;
|
|
2230
|
-
}
|
|
2231
|
-
|
|
2232
|
-
.e-bigger:not(.e-small).e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
2233
|
-
padding-top: 3px;
|
|
2234
|
-
}
|
|
2235
|
-
|
|
2236
2040
|
.e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2237
2041
|
.e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper {
|
|
2238
2042
|
padding: 0;
|
|
2239
2043
|
}
|
|
2240
2044
|
|
|
2241
|
-
.e-
|
|
2242
|
-
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
|
|
2243
|
-
padding: 5px 0;
|
|
2244
|
-
}
|
|
2245
|
-
|
|
2246
|
-
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2247
|
-
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2248
|
-
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2249
|
-
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2250
|
-
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2045
|
+
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2251
2046
|
height: 28px;
|
|
2252
2047
|
}
|
|
2253
2048
|
|
|
2254
|
-
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2255
|
-
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2256
2049
|
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2257
2050
|
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2258
2051
|
.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip,
|
|
@@ -2261,54 +2054,22 @@ ejs-multiselect {
|
|
|
2261
2054
|
height: 24px;
|
|
2262
2055
|
}
|
|
2263
2056
|
|
|
2264
|
-
.e-
|
|
2265
|
-
.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2266
|
-
height: 32px;
|
|
2267
|
-
}
|
|
2268
|
-
|
|
2269
|
-
.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2270
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2271
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2272
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2273
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2057
|
+
.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2274
2058
|
height: 18px;
|
|
2275
2059
|
}
|
|
2276
2060
|
|
|
2277
2061
|
.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2278
|
-
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips
|
|
2279
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2280
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2281
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2282
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2283
|
-
.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2284
|
-
.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2285
|
-
.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2286
|
-
.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2062
|
+
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2287
2063
|
margin: 8px 8px 0 0;
|
|
2288
2064
|
padding: 0 8px;
|
|
2289
2065
|
}
|
|
2290
2066
|
|
|
2291
2067
|
.e-rtl.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2292
|
-
.e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips
|
|
2293
|
-
.e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2294
|
-
.e-rtl.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2295
|
-
.e-rtl.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2296
|
-
.e-rtl.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2297
|
-
.e-rtl.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2298
|
-
.e-rtl.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2299
|
-
.e-rtl.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2300
|
-
.e-rtl.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2068
|
+
.e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2301
2069
|
margin: 8px 0 0 8px;
|
|
2302
2070
|
padding: 0 8px;
|
|
2303
2071
|
}
|
|
2304
2072
|
|
|
2305
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2306
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2307
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2308
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2309
|
-
padding-left: 8px;
|
|
2310
|
-
}
|
|
2311
|
-
|
|
2312
2073
|
.e-small .e-filled .e-multi-select-wrapper .e-chips,
|
|
2313
2074
|
.e-small.e-filled .e-multi-select-wrapper .e-chips {
|
|
2314
2075
|
height: 16px;
|
|
@@ -2321,11 +2082,7 @@ ejs-multiselect {
|
|
|
2321
2082
|
margin: 4px 0 0 4px;
|
|
2322
2083
|
}
|
|
2323
2084
|
|
|
2324
|
-
.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
2325
|
-
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2326
|
-
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2327
|
-
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2328
|
-
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2085
|
+
.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2329
2086
|
font-size: 13px;
|
|
2330
2087
|
padding: 0 8px 0 0;
|
|
2331
2088
|
}
|
|
@@ -2335,20 +2092,12 @@ ejs-multiselect {
|
|
|
2335
2092
|
font-size: 12px;
|
|
2336
2093
|
}
|
|
2337
2094
|
|
|
2338
|
-
.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
2339
|
-
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2340
|
-
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2341
|
-
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2342
|
-
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2095
|
+
.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2343
2096
|
font-size: 12px;
|
|
2344
2097
|
padding: 0 4px 0 0;
|
|
2345
2098
|
}
|
|
2346
2099
|
|
|
2347
|
-
.e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
2348
|
-
.e-rtl.e-bigger.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2349
|
-
.e-rtl.e-bigger.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2350
|
-
.e-rtl.e-bigger .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2351
|
-
.e-rtl.e-small .e-bigger.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2100
|
+
.e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2352
2101
|
padding: 0 0 0 4px;
|
|
2353
2102
|
}
|
|
2354
2103
|
|
|
@@ -2357,30 +2106,11 @@ ejs-multiselect {
|
|
|
2357
2106
|
font-size: 10px;
|
|
2358
2107
|
}
|
|
2359
2108
|
|
|
2360
|
-
.e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2361
|
-
.e-bigger .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2362
|
-
font-size: 13px;
|
|
2363
|
-
}
|
|
2364
|
-
|
|
2365
2109
|
.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips > .e-chipcontent {
|
|
2366
2110
|
font-size: 13px;
|
|
2367
2111
|
padding-right: 4px;
|
|
2368
2112
|
}
|
|
2369
2113
|
|
|
2370
|
-
.e-rtl.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
2371
|
-
.e-rtl.e-bigger .e-filled .e-multi-select-wrapper .e-chips,
|
|
2372
|
-
.e-rtl.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2373
|
-
.e-rtl.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2374
|
-
.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
2375
|
-
.e-bigger .e-filled .e-multi-select-wrapper .e-chips {
|
|
2376
|
-
padding: 0 12px;
|
|
2377
|
-
}
|
|
2378
|
-
|
|
2379
|
-
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2380
|
-
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2381
|
-
padding-right: 8px;
|
|
2382
|
-
}
|
|
2383
|
-
|
|
2384
2114
|
.e-filled.e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2385
2115
|
.e-multiselect.e-control-container .e-filled.e-multi-select-wrapper .e-clear-icon {
|
|
2386
2116
|
height: 38px;
|
|
@@ -2465,10 +2195,6 @@ ejs-multiselect {
|
|
|
2465
2195
|
font-size: 14px;
|
|
2466
2196
|
}
|
|
2467
2197
|
|
|
2468
|
-
.e-bigger .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2469
|
-
font-size: 14px;
|
|
2470
|
-
}
|
|
2471
|
-
|
|
2472
2198
|
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
2473
2199
|
background-color: #0d6efd;
|
|
2474
2200
|
border-radius: 2px;
|
|
@@ -2481,8 +2207,7 @@ ejs-multiselect {
|
|
|
2481
2207
|
color: #212529;
|
|
2482
2208
|
}
|
|
2483
2209
|
|
|
2484
|
-
.e-multi-select-wrapper .e-chips.e-mob-chip
|
|
2485
|
-
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
2210
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
2486
2211
|
height: 30px;
|
|
2487
2212
|
}
|
|
2488
2213
|
|
|
@@ -2612,25 +2337,354 @@ ejs-multiselect {
|
|
|
2612
2337
|
left: 0;
|
|
2613
2338
|
}
|
|
2614
2339
|
|
|
2615
|
-
.e-
|
|
2616
|
-
|
|
2340
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
2341
|
+
-webkit-text-fill-color: #343a40;
|
|
2342
|
+
color: #343a40;
|
|
2617
2343
|
}
|
|
2618
2344
|
|
|
2619
|
-
.e-bigger.e-
|
|
2620
|
-
|
|
2345
|
+
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
2346
|
+
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2347
|
+
margin-top: -2.25em;
|
|
2621
2348
|
}
|
|
2622
2349
|
|
|
2623
|
-
.e-bigger
|
|
2624
|
-
|
|
2350
|
+
.e-bigger .e-multi-select-wrapper {
|
|
2351
|
+
min-height: 36px;
|
|
2625
2352
|
}
|
|
2626
2353
|
|
|
2627
|
-
.e-bigger
|
|
2628
|
-
|
|
2354
|
+
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
2355
|
+
margin: 3px;
|
|
2629
2356
|
}
|
|
2630
2357
|
|
|
2631
|
-
.e-
|
|
2632
|
-
|
|
2633
|
-
|
|
2358
|
+
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2359
|
+
padding: 7px 8px 7px 4px;
|
|
2360
|
+
}
|
|
2361
|
+
|
|
2362
|
+
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2363
|
+
padding: 8px 4px 8px 0;
|
|
2364
|
+
}
|
|
2365
|
+
|
|
2366
|
+
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2367
|
+
padding: 8px 0 8px 4px;
|
|
2368
|
+
}
|
|
2369
|
+
|
|
2370
|
+
.e-bigger.e-small .e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
2371
|
+
right: 40px;
|
|
2372
|
+
}
|
|
2373
|
+
|
|
2374
|
+
.e-bigger.e-small .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon,
|
|
2375
|
+
.e-bigger.e-small.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
2376
|
+
left: 45px;
|
|
2377
|
+
right: auto;
|
|
2378
|
+
}
|
|
2379
|
+
|
|
2380
|
+
.e-small.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2381
|
+
.e-small.e-bigger.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
2382
|
+
left: 12px;
|
|
2383
|
+
right: auto;
|
|
2384
|
+
}
|
|
2385
|
+
|
|
2386
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
2387
|
+
margin-top: -2.25em;
|
|
2388
|
+
}
|
|
2389
|
+
|
|
2390
|
+
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
2391
|
+
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2392
|
+
margin-top: -2.25em;
|
|
2393
|
+
margin-top: -2.15em;
|
|
2394
|
+
}
|
|
2395
|
+
|
|
2396
|
+
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
2397
|
+
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
2398
|
+
height: 30px;
|
|
2399
|
+
min-height: 30px;
|
|
2400
|
+
}
|
|
2401
|
+
|
|
2402
|
+
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
2403
|
+
height: 36px;
|
|
2404
|
+
min-height: 36px;
|
|
2405
|
+
}
|
|
2406
|
+
|
|
2407
|
+
.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2408
|
+
.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
2409
|
+
width: calc(100% - 38px);
|
|
2410
|
+
}
|
|
2411
|
+
|
|
2412
|
+
.e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2413
|
+
.e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2414
|
+
.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2415
|
+
.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
2416
|
+
width: calc(100% - 32px);
|
|
2417
|
+
}
|
|
2418
|
+
|
|
2419
|
+
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
2420
|
+
line-height: 36px;
|
|
2421
|
+
padding-left: 12px;
|
|
2422
|
+
}
|
|
2423
|
+
|
|
2424
|
+
.e-bigger .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
2425
|
+
padding-left: 0;
|
|
2426
|
+
}
|
|
2427
|
+
|
|
2428
|
+
.e-bigger.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before,
|
|
2429
|
+
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
2430
|
+
left: 32px;
|
|
2431
|
+
}
|
|
2432
|
+
|
|
2433
|
+
.e-bigger.e-small.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before,
|
|
2434
|
+
.e-bigger.e-small .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
2435
|
+
left: 25px;
|
|
2436
|
+
}
|
|
2437
|
+
|
|
2438
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
2439
|
+
padding-right: 25px;
|
|
2440
|
+
}
|
|
2441
|
+
|
|
2442
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
2443
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
2444
|
+
bottom: 1px;
|
|
2445
|
+
bottom: 2px;
|
|
2446
|
+
margin-right: 12px;
|
|
2447
|
+
}
|
|
2448
|
+
|
|
2449
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
2450
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
2451
|
+
bottom: 1px;
|
|
2452
|
+
bottom: 2px;
|
|
2453
|
+
margin-right: 12px;
|
|
2454
|
+
}
|
|
2455
|
+
|
|
2456
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
2457
|
+
padding-left: 16px;
|
|
2458
|
+
}
|
|
2459
|
+
|
|
2460
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-dropdownbase.e-dd-group .e-list-item .e-checkbox-wrapper {
|
|
2461
|
+
padding-left: 0;
|
|
2462
|
+
}
|
|
2463
|
+
|
|
2464
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-all-text,
|
|
2465
|
+
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
|
|
2466
|
+
font-size: 16px;
|
|
2467
|
+
}
|
|
2468
|
+
|
|
2469
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2470
|
+
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2471
|
+
font-size: 14px;
|
|
2472
|
+
line-height: 48px;
|
|
2473
|
+
text-indent: 16px;
|
|
2474
|
+
}
|
|
2475
|
+
|
|
2476
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
2477
|
+
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
2478
|
+
bottom: 1px;
|
|
2479
|
+
bottom: 2px;
|
|
2480
|
+
margin-right: 12px;
|
|
2481
|
+
}
|
|
2482
|
+
|
|
2483
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
2484
|
+
padding-left: 8px;
|
|
2485
|
+
}
|
|
2486
|
+
|
|
2487
|
+
.e-bigger .e-checkbox .e-multi-select-wrapper .e-delim-values {
|
|
2488
|
+
line-height: 34px;
|
|
2489
|
+
}
|
|
2490
|
+
|
|
2491
|
+
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2492
|
+
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2493
|
+
line-height: 40px;
|
|
2494
|
+
}
|
|
2495
|
+
|
|
2496
|
+
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2497
|
+
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2498
|
+
margin-top: -2.65em;
|
|
2499
|
+
}
|
|
2500
|
+
|
|
2501
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
2502
|
+
height: 14px;
|
|
2503
|
+
width: 14px;
|
|
2504
|
+
}
|
|
2505
|
+
|
|
2506
|
+
.e-bigger.e-small .e-multi-select-wrapper {
|
|
2507
|
+
min-height: 28px;
|
|
2508
|
+
}
|
|
2509
|
+
|
|
2510
|
+
.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
|
|
2511
|
+
height: 32px;
|
|
2512
|
+
min-height: 32px;
|
|
2513
|
+
}
|
|
2514
|
+
|
|
2515
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
2516
|
+
font-size: 12px;
|
|
2517
|
+
line-height: 28px;
|
|
2518
|
+
}
|
|
2519
|
+
|
|
2520
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2521
|
+
.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2522
|
+
margin-top: -2em;
|
|
2523
|
+
}
|
|
2524
|
+
|
|
2525
|
+
.e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect,
|
|
2526
|
+
.e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
2527
|
+
background-size: 300px 40px;
|
|
2528
|
+
min-height: 40px;
|
|
2529
|
+
}
|
|
2530
|
+
|
|
2531
|
+
.e-small.e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper,
|
|
2532
|
+
.e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
2533
|
+
padding: 3px 12px 0 4px;
|
|
2534
|
+
}
|
|
2535
|
+
|
|
2536
|
+
.e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2537
|
+
.e-bigger.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2538
|
+
.e-bigger .e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2539
|
+
.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
2540
|
+
padding: 0;
|
|
2541
|
+
}
|
|
2542
|
+
|
|
2543
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2544
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper,
|
|
2545
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2546
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper {
|
|
2547
|
+
padding: 11px 12px 0;
|
|
2548
|
+
}
|
|
2549
|
+
|
|
2550
|
+
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2551
|
+
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper {
|
|
2552
|
+
padding: 19px 12px 0 16px;
|
|
2553
|
+
}
|
|
2554
|
+
|
|
2555
|
+
.e-bigger:not(.e-small).e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
2556
|
+
padding-top: 3px;
|
|
2557
|
+
}
|
|
2558
|
+
|
|
2559
|
+
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text],
|
|
2560
|
+
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
|
|
2561
|
+
padding: 5px 0;
|
|
2562
|
+
}
|
|
2563
|
+
|
|
2564
|
+
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2565
|
+
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2566
|
+
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2567
|
+
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2568
|
+
height: 28px;
|
|
2569
|
+
}
|
|
2570
|
+
|
|
2571
|
+
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2572
|
+
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2573
|
+
height: 24px;
|
|
2574
|
+
}
|
|
2575
|
+
|
|
2576
|
+
.e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2577
|
+
.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2578
|
+
height: 32px;
|
|
2579
|
+
}
|
|
2580
|
+
|
|
2581
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2582
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2583
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2584
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2585
|
+
height: 18px;
|
|
2586
|
+
}
|
|
2587
|
+
|
|
2588
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2589
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2590
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2591
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2592
|
+
.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2593
|
+
.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2594
|
+
.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2595
|
+
.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2596
|
+
margin: 8px 8px 0 0;
|
|
2597
|
+
padding: 0 8px;
|
|
2598
|
+
}
|
|
2599
|
+
|
|
2600
|
+
.e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2601
|
+
.e-rtl.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2602
|
+
.e-rtl.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2603
|
+
.e-rtl.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2604
|
+
.e-rtl.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2605
|
+
.e-rtl.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2606
|
+
.e-rtl.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2607
|
+
.e-rtl.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2608
|
+
margin: 8px 0 0 8px;
|
|
2609
|
+
padding: 0 8px;
|
|
2610
|
+
}
|
|
2611
|
+
|
|
2612
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2613
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2614
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2615
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2616
|
+
padding-left: 8px;
|
|
2617
|
+
}
|
|
2618
|
+
|
|
2619
|
+
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2620
|
+
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2621
|
+
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2622
|
+
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2623
|
+
font-size: 13px;
|
|
2624
|
+
padding: 0 8px 0 0;
|
|
2625
|
+
}
|
|
2626
|
+
|
|
2627
|
+
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2628
|
+
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2629
|
+
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2630
|
+
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2631
|
+
font-size: 12px;
|
|
2632
|
+
padding: 0 4px 0 0;
|
|
2633
|
+
}
|
|
2634
|
+
|
|
2635
|
+
.e-rtl.e-bigger.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2636
|
+
.e-rtl.e-bigger.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2637
|
+
.e-rtl.e-bigger .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2638
|
+
.e-rtl.e-small .e-bigger.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2639
|
+
padding: 0 0 0 4px;
|
|
2640
|
+
}
|
|
2641
|
+
|
|
2642
|
+
.e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2643
|
+
.e-bigger .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2644
|
+
font-size: 13px;
|
|
2645
|
+
}
|
|
2646
|
+
|
|
2647
|
+
.e-rtl.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
2648
|
+
.e-rtl.e-bigger .e-filled .e-multi-select-wrapper .e-chips,
|
|
2649
|
+
.e-rtl.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2650
|
+
.e-rtl.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2651
|
+
.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
2652
|
+
.e-bigger .e-filled .e-multi-select-wrapper .e-chips {
|
|
2653
|
+
padding: 0 12px;
|
|
2654
|
+
}
|
|
2655
|
+
|
|
2656
|
+
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2657
|
+
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2658
|
+
padding-right: 8px;
|
|
2659
|
+
}
|
|
2660
|
+
|
|
2661
|
+
.e-bigger .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2662
|
+
font-size: 14px;
|
|
2663
|
+
}
|
|
2664
|
+
|
|
2665
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2666
|
+
font-size: 14px;
|
|
2667
|
+
}
|
|
2668
|
+
|
|
2669
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
2670
|
+
height: 26px;
|
|
2671
|
+
}
|
|
2672
|
+
|
|
2673
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2674
|
+
font-size: 12px;
|
|
2675
|
+
}
|
|
2676
|
+
|
|
2677
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
2678
|
+
left: 0;
|
|
2679
|
+
}
|
|
2680
|
+
|
|
2681
|
+
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
2682
|
+
height: 30px;
|
|
2683
|
+
}
|
|
2684
|
+
|
|
2685
|
+
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2686
|
+
height: 24px;
|
|
2687
|
+
width: 24px;
|
|
2634
2688
|
}
|
|
2635
2689
|
|
|
2636
2690
|
.e-listbox-tool .e-moveup::before {
|
|
@@ -3089,99 +3143,6 @@ ejs-listbox {
|
|
|
3089
3143
|
margin-left: 15px;
|
|
3090
3144
|
}
|
|
3091
3145
|
|
|
3092
|
-
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
3093
|
-
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
3094
|
-
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
3095
|
-
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
3096
|
-
width: 80% !important; /* stylelint-disable-line declaration-no-important */
|
|
3097
|
-
}
|
|
3098
|
-
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
3099
|
-
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
3100
|
-
.e-bigger .e-listbox-container .e-list-item,
|
|
3101
|
-
.e-listbox-container.e-bigger .e-list-item {
|
|
3102
|
-
border-bottom: 0 solid transparent;
|
|
3103
|
-
border-left: 0 solid transparent;
|
|
3104
|
-
border-right: 0 solid transparent;
|
|
3105
|
-
border-top: 0 solid transparent;
|
|
3106
|
-
}
|
|
3107
|
-
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3108
|
-
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
3109
|
-
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
3110
|
-
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
3111
|
-
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
3112
|
-
.e-listbox-wrapper.e-bigger .e-selectall-parent,
|
|
3113
|
-
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
3114
|
-
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
3115
|
-
.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,
|
|
3116
|
-
.e-bigger .e-listbox-container .e-selectall-parent,
|
|
3117
|
-
.e-bigger .e-listbox-container .e-list-group-item,
|
|
3118
|
-
.e-bigger .e-listbox-container .e-list-header,
|
|
3119
|
-
.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,
|
|
3120
|
-
.e-listbox-container.e-bigger .e-selectall-parent,
|
|
3121
|
-
.e-listbox-container.e-bigger .e-list-group-item,
|
|
3122
|
-
.e-listbox-container.e-bigger .e-list-header {
|
|
3123
|
-
padding: 8px 16px;
|
|
3124
|
-
}
|
|
3125
|
-
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3126
|
-
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
3127
|
-
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
3128
|
-
.e-listbox-wrapper.e-bigger .e-selectall-parent,
|
|
3129
|
-
.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,
|
|
3130
|
-
.e-bigger .e-listbox-container .e-selectall-parent,
|
|
3131
|
-
.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,
|
|
3132
|
-
.e-listbox-container.e-bigger .e-selectall-parent {
|
|
3133
|
-
height: 48px;
|
|
3134
|
-
line-height: 1.6;
|
|
3135
|
-
position: relative;
|
|
3136
|
-
}
|
|
3137
|
-
.e-bigger .e-listbox-wrapper .e-list-parent,
|
|
3138
|
-
.e-listbox-wrapper.e-bigger .e-list-parent,
|
|
3139
|
-
.e-bigger .e-listbox-container .e-list-parent,
|
|
3140
|
-
.e-listbox-container.e-bigger .e-list-parent {
|
|
3141
|
-
min-height: 48px;
|
|
3142
|
-
}
|
|
3143
|
-
.e-bigger .e-listbox-wrapper .e-text-content,
|
|
3144
|
-
.e-listbox-wrapper.e-bigger .e-text-content,
|
|
3145
|
-
.e-bigger .e-listbox-container .e-text-content,
|
|
3146
|
-
.e-listbox-container.e-bigger .e-text-content {
|
|
3147
|
-
font-size: 16px;
|
|
3148
|
-
}
|
|
3149
|
-
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
3150
|
-
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
3151
|
-
.e-bigger .e-listbox-container .e-list-group-item,
|
|
3152
|
-
.e-listbox-container.e-bigger .e-list-group-item {
|
|
3153
|
-
height: 40px;
|
|
3154
|
-
line-height: 25px;
|
|
3155
|
-
}
|
|
3156
|
-
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
3157
|
-
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
3158
|
-
.e-bigger .e-listbox-container .e-list-header,
|
|
3159
|
-
.e-listbox-container.e-bigger .e-list-header {
|
|
3160
|
-
-webkit-box-align: center;
|
|
3161
|
-
-ms-flex-align: center;
|
|
3162
|
-
align-items: center;
|
|
3163
|
-
display: -webkit-box;
|
|
3164
|
-
display: -ms-flexbox;
|
|
3165
|
-
display: flex;
|
|
3166
|
-
font-weight: 500;
|
|
3167
|
-
height: 22px;
|
|
3168
|
-
}
|
|
3169
|
-
.e-bigger .e-listbox-wrapper .e-list-header .e-text.header,
|
|
3170
|
-
.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
3171
|
-
.e-listbox-wrapper.e-bigger .e-list-header .e-text.header,
|
|
3172
|
-
.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header,
|
|
3173
|
-
.e-bigger .e-listbox-container .e-list-header .e-text.header,
|
|
3174
|
-
.e-bigger .e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
|
|
3175
|
-
.e-listbox-container.e-bigger .e-list-header .e-text.header,
|
|
3176
|
-
.e-listbox-container.e-bigger .e-list-header .e-headertemplate-text.nested-header {
|
|
3177
|
-
display: none;
|
|
3178
|
-
}
|
|
3179
|
-
.e-bigger .e-listbox-wrapper .e-list-header .e-text,
|
|
3180
|
-
.e-listbox-wrapper.e-bigger .e-list-header .e-text,
|
|
3181
|
-
.e-bigger .e-listbox-container .e-list-header .e-text,
|
|
3182
|
-
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3183
|
-
font-size: 14px;
|
|
3184
|
-
}
|
|
3185
3146
|
.e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3186
3147
|
.e-listbox-wrapper .e-list-nrt,
|
|
3187
3148
|
.e-listbox-wrapper .e-selectall-parent,
|
|
@@ -3197,34 +3158,11 @@ ejs-listbox {
|
|
|
3197
3158
|
position: relative;
|
|
3198
3159
|
}
|
|
3199
3160
|
|
|
3200
|
-
.e-listbox-wrapper:not(.e-list-template) .e-list-parent li {
|
|
3201
|
-
overflow: hidden;
|
|
3202
|
-
white-space: nowrap;
|
|
3203
|
-
text-overflow: ellipsis;
|
|
3204
|
-
}
|
|
3205
|
-
|
|
3206
3161
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3207
3162
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3208
3163
|
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3209
3164
|
}
|
|
3210
3165
|
|
|
3211
|
-
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3212
|
-
height: calc(100% - 56px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3213
|
-
}
|
|
3214
|
-
|
|
3215
|
-
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3216
|
-
height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3217
|
-
}
|
|
3218
|
-
|
|
3219
|
-
.e-bigger .e-listbox-container.e-filter-list .e-list-parent,
|
|
3220
|
-
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent,
|
|
3221
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent,
|
|
3222
|
-
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3223
|
-
height: 100%;
|
|
3224
|
-
}
|
|
3225
|
-
|
|
3226
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3227
|
-
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3228
3166
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3229
3167
|
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3230
3168
|
}
|
|
@@ -3233,24 +3171,10 @@ ejs-listbox {
|
|
|
3233
3171
|
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3234
3172
|
}
|
|
3235
3173
|
|
|
3236
|
-
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3237
|
-
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3238
|
-
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3239
|
-
}
|
|
3240
|
-
|
|
3241
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3242
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3243
|
-
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3244
|
-
}
|
|
3245
|
-
|
|
3246
3174
|
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3247
3175
|
height: calc(100% - 86px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3248
3176
|
}
|
|
3249
3177
|
|
|
3250
|
-
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3251
|
-
height: calc(100% - 104px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3252
|
-
}
|
|
3253
|
-
|
|
3254
3178
|
.e-listbox-wrapper,
|
|
3255
3179
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3256
3180
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3554,4 +3478,131 @@ ejs-listbox {
|
|
|
3554
3478
|
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3555
3479
|
}
|
|
3556
3480
|
|
|
3481
|
+
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
3482
|
+
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
3483
|
+
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
3484
|
+
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
3485
|
+
width: 80% !important; /* stylelint-disable-line declaration-no-important */
|
|
3486
|
+
}
|
|
3487
|
+
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
3488
|
+
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
3489
|
+
.e-bigger .e-listbox-container .e-list-item,
|
|
3490
|
+
.e-listbox-container.e-bigger .e-list-item {
|
|
3491
|
+
border-bottom: 0 solid transparent;
|
|
3492
|
+
border-left: 0 solid transparent;
|
|
3493
|
+
border-right: 0 solid transparent;
|
|
3494
|
+
border-top: 0 solid transparent;
|
|
3495
|
+
}
|
|
3496
|
+
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3497
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
3498
|
+
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
3499
|
+
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
3500
|
+
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
3501
|
+
.e-listbox-wrapper.e-bigger .e-selectall-parent,
|
|
3502
|
+
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
3503
|
+
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
3504
|
+
.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,
|
|
3505
|
+
.e-bigger .e-listbox-container .e-selectall-parent,
|
|
3506
|
+
.e-bigger .e-listbox-container .e-list-group-item,
|
|
3507
|
+
.e-bigger .e-listbox-container .e-list-header,
|
|
3508
|
+
.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,
|
|
3509
|
+
.e-listbox-container.e-bigger .e-selectall-parent,
|
|
3510
|
+
.e-listbox-container.e-bigger .e-list-group-item,
|
|
3511
|
+
.e-listbox-container.e-bigger .e-list-header {
|
|
3512
|
+
padding: 8px 16px;
|
|
3513
|
+
}
|
|
3514
|
+
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3515
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
3516
|
+
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
3517
|
+
.e-listbox-wrapper.e-bigger .e-selectall-parent,
|
|
3518
|
+
.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,
|
|
3519
|
+
.e-bigger .e-listbox-container .e-selectall-parent,
|
|
3520
|
+
.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,
|
|
3521
|
+
.e-listbox-container.e-bigger .e-selectall-parent {
|
|
3522
|
+
height: 48px;
|
|
3523
|
+
line-height: 1.6;
|
|
3524
|
+
position: relative;
|
|
3525
|
+
}
|
|
3526
|
+
.e-bigger .e-listbox-wrapper .e-list-parent,
|
|
3527
|
+
.e-listbox-wrapper.e-bigger .e-list-parent,
|
|
3528
|
+
.e-bigger .e-listbox-container .e-list-parent,
|
|
3529
|
+
.e-listbox-container.e-bigger .e-list-parent {
|
|
3530
|
+
min-height: 48px;
|
|
3531
|
+
}
|
|
3532
|
+
.e-bigger .e-listbox-wrapper .e-text-content,
|
|
3533
|
+
.e-listbox-wrapper.e-bigger .e-text-content,
|
|
3534
|
+
.e-bigger .e-listbox-container .e-text-content,
|
|
3535
|
+
.e-listbox-container.e-bigger .e-text-content {
|
|
3536
|
+
font-size: 16px;
|
|
3537
|
+
}
|
|
3538
|
+
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
3539
|
+
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
3540
|
+
.e-bigger .e-listbox-container .e-list-group-item,
|
|
3541
|
+
.e-listbox-container.e-bigger .e-list-group-item {
|
|
3542
|
+
height: 40px;
|
|
3543
|
+
line-height: 25px;
|
|
3544
|
+
}
|
|
3545
|
+
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
3546
|
+
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
3547
|
+
.e-bigger .e-listbox-container .e-list-header,
|
|
3548
|
+
.e-listbox-container.e-bigger .e-list-header {
|
|
3549
|
+
-webkit-box-align: center;
|
|
3550
|
+
-ms-flex-align: center;
|
|
3551
|
+
align-items: center;
|
|
3552
|
+
display: -webkit-box;
|
|
3553
|
+
display: -ms-flexbox;
|
|
3554
|
+
display: flex;
|
|
3555
|
+
font-weight: 500;
|
|
3556
|
+
height: 22px;
|
|
3557
|
+
}
|
|
3558
|
+
.e-bigger .e-listbox-wrapper .e-list-header .e-text.header,
|
|
3559
|
+
.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
3560
|
+
.e-listbox-wrapper.e-bigger .e-list-header .e-text.header,
|
|
3561
|
+
.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header,
|
|
3562
|
+
.e-bigger .e-listbox-container .e-list-header .e-text.header,
|
|
3563
|
+
.e-bigger .e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
|
|
3564
|
+
.e-listbox-container.e-bigger .e-list-header .e-text.header,
|
|
3565
|
+
.e-listbox-container.e-bigger .e-list-header .e-headertemplate-text.nested-header {
|
|
3566
|
+
display: none;
|
|
3567
|
+
}
|
|
3568
|
+
.e-bigger .e-listbox-wrapper .e-list-header .e-text,
|
|
3569
|
+
.e-listbox-wrapper.e-bigger .e-list-header .e-text,
|
|
3570
|
+
.e-bigger .e-listbox-container .e-list-header .e-text,
|
|
3571
|
+
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3572
|
+
font-size: 14px;
|
|
3573
|
+
}
|
|
3574
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3575
|
+
height: calc(100% - 56px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3576
|
+
}
|
|
3577
|
+
|
|
3578
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3579
|
+
height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3580
|
+
}
|
|
3581
|
+
|
|
3582
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-parent,
|
|
3583
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent,
|
|
3584
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent,
|
|
3585
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3586
|
+
height: 100%;
|
|
3587
|
+
}
|
|
3588
|
+
|
|
3589
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3590
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3591
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3592
|
+
}
|
|
3593
|
+
|
|
3594
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3595
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3596
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3597
|
+
}
|
|
3598
|
+
|
|
3599
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3600
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3601
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3602
|
+
}
|
|
3603
|
+
|
|
3604
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3605
|
+
height: calc(100% - 104px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3606
|
+
}
|
|
3607
|
+
|
|
3557
3608
|
/* stylelint-disable-line no-empty-source */
|