@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/bootstrap.css
CHANGED
|
@@ -2,37 +2,10 @@
|
|
|
2
2
|
padding: 0 10px 0 0;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
6
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
7
|
-
padding: 0 12px 0 0;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
5
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
11
6
|
padding: 0 8px 0 0;
|
|
12
7
|
}
|
|
13
8
|
|
|
14
|
-
.e-bigger .e-dropdownbase,
|
|
15
|
-
.e-dropdownbase.e-bigger {
|
|
16
|
-
min-height: 45px;
|
|
17
|
-
}
|
|
18
|
-
.e-bigger .e-dropdownbase .e-list-item,
|
|
19
|
-
.e-dropdownbase.e-bigger .e-list-item {
|
|
20
|
-
line-height: 48px;
|
|
21
|
-
text-indent: 20px;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
|
|
25
|
-
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
26
|
-
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
27
|
-
line-height: 48px;
|
|
28
|
-
text-indent: 20px;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
32
|
-
.e-dropdownbase.e-bigger .e-list-item .e-list-icon {
|
|
33
|
-
font-size: 20px;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
9
|
.e-dropdownbase {
|
|
37
10
|
display: block;
|
|
38
11
|
height: 100%;
|
|
@@ -132,14 +105,6 @@
|
|
|
132
105
|
padding-left: 30px;
|
|
133
106
|
}
|
|
134
107
|
|
|
135
|
-
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
136
|
-
padding-left: 30px;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
140
|
-
padding-left: 30px;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
108
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
144
109
|
text-indent: 0;
|
|
145
110
|
}
|
|
@@ -169,14 +134,6 @@
|
|
|
169
134
|
padding-left: 20px;
|
|
170
135
|
padding-right: 0;
|
|
171
136
|
}
|
|
172
|
-
.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
|
|
173
|
-
.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
|
|
174
|
-
.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
|
|
175
|
-
.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item,
|
|
176
|
-
.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item {
|
|
177
|
-
padding-left: 20px;
|
|
178
|
-
padding-right: 0;
|
|
179
|
-
}
|
|
180
137
|
.e-dropdownbase {
|
|
181
138
|
border-color: rgba(119, 119, 119, 0.25);
|
|
182
139
|
}
|
|
@@ -231,11 +188,6 @@
|
|
|
231
188
|
background-color: #f5f5f5;
|
|
232
189
|
}
|
|
233
190
|
|
|
234
|
-
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head {
|
|
235
|
-
font-size: 14px;
|
|
236
|
-
padding-left: 20px;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
191
|
.e-multi-column.e-ddl.e-popup.e-popup-open table {
|
|
240
192
|
border-collapse: collapse;
|
|
241
193
|
table-layout: fixed;
|
|
@@ -315,33 +267,6 @@
|
|
|
315
267
|
font-size: 14px;
|
|
316
268
|
}
|
|
317
269
|
|
|
318
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item,
|
|
319
|
-
.e-dropdownbase.e-small.e-bigger .e-list-item {
|
|
320
|
-
color: #333;
|
|
321
|
-
line-height: 34px;
|
|
322
|
-
min-height: 34px;
|
|
323
|
-
text-indent: 16px;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
327
|
-
.e-dropdownbase.e-small.e-bigger .e-list-group-item,
|
|
328
|
-
.e-dropdownbase.e-small.e-bigger .e-fixed-head {
|
|
329
|
-
line-height: 34px;
|
|
330
|
-
min-height: 34px;
|
|
331
|
-
padding-left: 20px;
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon,
|
|
335
|
-
.e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon {
|
|
336
|
-
font-size: 18px;
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
340
|
-
.e-dropdownbase.e-bigger.e-small .e-list-group-item,
|
|
341
|
-
.e-dropdownbase.e-bigger.e-small .e-fixed-head {
|
|
342
|
-
font-size: 14px;
|
|
343
|
-
}
|
|
344
|
-
|
|
345
270
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item {
|
|
346
271
|
background-color: #fff;
|
|
347
272
|
border-bottom: 1px;
|
|
@@ -374,6 +299,81 @@
|
|
|
374
299
|
background-color: #f5f5f5;
|
|
375
300
|
}
|
|
376
301
|
|
|
302
|
+
.e-bigger .e-dropdownbase,
|
|
303
|
+
.e-dropdownbase.e-bigger {
|
|
304
|
+
min-height: 45px;
|
|
305
|
+
}
|
|
306
|
+
.e-bigger .e-dropdownbase .e-list-item,
|
|
307
|
+
.e-dropdownbase.e-bigger .e-list-item {
|
|
308
|
+
line-height: 48px;
|
|
309
|
+
text-indent: 20px;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
|
|
313
|
+
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
314
|
+
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
315
|
+
line-height: 48px;
|
|
316
|
+
text-indent: 20px;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
320
|
+
.e-dropdownbase.e-bigger .e-list-item .e-list-icon {
|
|
321
|
+
font-size: 20px;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
325
|
+
padding-left: 30px;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
329
|
+
padding-left: 30px;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
|
|
333
|
+
.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
|
|
334
|
+
.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
|
|
335
|
+
.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item,
|
|
336
|
+
.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item {
|
|
337
|
+
padding-left: 20px;
|
|
338
|
+
padding-right: 0;
|
|
339
|
+
}
|
|
340
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head {
|
|
341
|
+
font-size: 14px;
|
|
342
|
+
padding-left: 20px;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
346
|
+
.e-dropdownbase.e-bigger.e-small .e-list-group-item,
|
|
347
|
+
.e-dropdownbase.e-bigger.e-small .e-fixed-head {
|
|
348
|
+
font-size: 14px;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item,
|
|
352
|
+
.e-dropdownbase.e-small.e-bigger .e-list-item {
|
|
353
|
+
color: #333;
|
|
354
|
+
line-height: 34px;
|
|
355
|
+
min-height: 34px;
|
|
356
|
+
text-indent: 16px;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
360
|
+
.e-dropdownbase.e-small.e-bigger .e-list-group-item,
|
|
361
|
+
.e-dropdownbase.e-small.e-bigger .e-fixed-head {
|
|
362
|
+
line-height: 34px;
|
|
363
|
+
min-height: 34px;
|
|
364
|
+
padding-left: 20px;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon,
|
|
368
|
+
.e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon {
|
|
369
|
+
font-size: 18px;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
373
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
374
|
+
padding: 0 12px 0 0;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
377
|
/* stylelint-disable property-no-vendor-prefix */
|
|
378
378
|
/* stylelint-disable property-no-vendor-prefix */
|
|
379
379
|
@-webkit-keyframes material-spinner-rotate {
|
|
@@ -443,33 +443,6 @@
|
|
|
443
443
|
border: 0;
|
|
444
444
|
}
|
|
445
445
|
|
|
446
|
-
.e-bigger .e-popup.e-ddl-device-filter {
|
|
447
|
-
margin-top: 0;
|
|
448
|
-
}
|
|
449
|
-
|
|
450
|
-
.e-bigger .e-popup.e-ddl .e-list-item, .e-bigger .e-popup.e-ddl .e-list-group-item, .e-bigger .e-popup.e-ddl .e-fixed-head {
|
|
451
|
-
font-size: 15px;
|
|
452
|
-
line-height: 40px;
|
|
453
|
-
padding-left: 0;
|
|
454
|
-
text-indent: 24px;
|
|
455
|
-
}
|
|
456
|
-
|
|
457
|
-
.e-bigger .e-popup.e-ddl .e-dd-group .e-list-item {
|
|
458
|
-
padding-left: 4px;
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
.e-bigger .e-popup.e-ddl .e-input-group {
|
|
462
|
-
padding: 4px 0;
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
.e-bigger .e-popup.e-ddl .e-input-group input, .e-bigger .e-popup.e-ddl .e-input-group input.e-input {
|
|
466
|
-
height: 38px;
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
.e-bigger .e-popup.e-ddl .e-dropdownbase {
|
|
470
|
-
min-height: 40px;
|
|
471
|
-
}
|
|
472
|
-
|
|
473
446
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
474
447
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
475
448
|
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
@@ -501,29 +474,6 @@
|
|
|
501
474
|
border-bottom: 1px solid #ccc;
|
|
502
475
|
}
|
|
503
476
|
|
|
504
|
-
.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 {
|
|
505
|
-
font-size: 14px;
|
|
506
|
-
line-height: 34px;
|
|
507
|
-
padding-left: 0;
|
|
508
|
-
text-indent: 16px;
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
512
|
-
padding-left: 4px;
|
|
513
|
-
}
|
|
514
|
-
|
|
515
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group {
|
|
516
|
-
padding: 4px 0;
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
.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 {
|
|
520
|
-
height: 30px;
|
|
521
|
-
}
|
|
522
|
-
|
|
523
|
-
.e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
|
|
524
|
-
min-height: 34px;
|
|
525
|
-
}
|
|
526
|
-
|
|
527
477
|
.e-ddl .e-search-icon::before {
|
|
528
478
|
content: "\e993";
|
|
529
479
|
}
|
|
@@ -537,30 +487,6 @@
|
|
|
537
487
|
font-family: "e-icons";
|
|
538
488
|
}
|
|
539
489
|
|
|
540
|
-
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
541
|
-
margin-left: -20px;
|
|
542
|
-
}
|
|
543
|
-
|
|
544
|
-
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
545
|
-
font-size: 15px;
|
|
546
|
-
}
|
|
547
|
-
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
548
|
-
font-size: 15px;
|
|
549
|
-
}
|
|
550
|
-
.e-bigger .e-ddl.e-popup .e-input-group {
|
|
551
|
-
padding: 4px 0;
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
555
|
-
font-size: 15px;
|
|
556
|
-
}
|
|
557
|
-
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
558
|
-
font-size: 15px;
|
|
559
|
-
}
|
|
560
|
-
.e-bigger.e-ddl.e-popup .e-input-group {
|
|
561
|
-
padding: 4px 0;
|
|
562
|
-
}
|
|
563
|
-
|
|
564
490
|
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
565
491
|
display: block;
|
|
566
492
|
visibility: hidden;
|
|
@@ -751,24 +677,6 @@ ejs-dropdownlist {
|
|
|
751
677
|
font-size: 13px;
|
|
752
678
|
}
|
|
753
679
|
|
|
754
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
755
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
756
|
-
font-size: 14px;
|
|
757
|
-
}
|
|
758
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
759
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
760
|
-
font-size: 14px;
|
|
761
|
-
}
|
|
762
|
-
|
|
763
|
-
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
764
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
765
|
-
font-size: 14px;
|
|
766
|
-
}
|
|
767
|
-
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
768
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
769
|
-
font-size: 14px;
|
|
770
|
-
}
|
|
771
|
-
|
|
772
680
|
.e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
773
681
|
.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
774
682
|
.e-content-placeholder.e-combobox.e-placeholder-combobox {
|
|
@@ -776,16 +684,6 @@ ejs-dropdownlist {
|
|
|
776
684
|
min-height: 33px;
|
|
777
685
|
}
|
|
778
686
|
|
|
779
|
-
.e-bigger .e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
780
|
-
.e-bigger.e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
781
|
-
.e-bigger .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
782
|
-
.e-bigger.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
783
|
-
.e-bigger .e-content-placeholder.e-combobox.e-placeholder-combobox,
|
|
784
|
-
.e-bigger.e-content-placeholder.e-combobox.e-placeholder-combobox {
|
|
785
|
-
background-size: 300px 40px;
|
|
786
|
-
min-height: 40px;
|
|
787
|
-
}
|
|
788
|
-
|
|
789
687
|
.e-popup {
|
|
790
688
|
border-color: #ccc;
|
|
791
689
|
}
|
|
@@ -795,10 +693,116 @@ ejs-dropdownlist {
|
|
|
795
693
|
color: #333;
|
|
796
694
|
}
|
|
797
695
|
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
696
|
+
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
697
|
+
border-color: transparent;
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
701
|
+
margin-left: -20px;
|
|
702
|
+
}
|
|
703
|
+
|
|
704
|
+
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
705
|
+
font-size: 15px;
|
|
706
|
+
}
|
|
707
|
+
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
708
|
+
font-size: 15px;
|
|
709
|
+
}
|
|
710
|
+
.e-bigger .e-ddl.e-popup .e-input-group {
|
|
711
|
+
padding: 4px 0;
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
715
|
+
font-size: 15px;
|
|
716
|
+
}
|
|
717
|
+
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
718
|
+
font-size: 15px;
|
|
719
|
+
}
|
|
720
|
+
.e-bigger.e-ddl.e-popup .e-input-group {
|
|
721
|
+
padding: 4px 0;
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
725
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
726
|
+
font-size: 14px;
|
|
727
|
+
}
|
|
728
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
729
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
730
|
+
font-size: 14px;
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
734
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
735
|
+
font-size: 14px;
|
|
736
|
+
}
|
|
737
|
+
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
738
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
739
|
+
font-size: 14px;
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
.e-bigger .e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
743
|
+
.e-bigger.e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
744
|
+
.e-bigger .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
745
|
+
.e-bigger.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
746
|
+
.e-bigger .e-content-placeholder.e-combobox.e-placeholder-combobox,
|
|
747
|
+
.e-bigger.e-content-placeholder.e-combobox.e-placeholder-combobox {
|
|
748
|
+
background-size: 300px 40px;
|
|
749
|
+
min-height: 40px;
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
.e-bigger .e-popup.e-ddl-device-filter {
|
|
753
|
+
margin-top: 0;
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
.e-bigger .e-popup.e-ddl .e-list-item, .e-bigger .e-popup.e-ddl .e-list-group-item, .e-bigger .e-popup.e-ddl .e-fixed-head {
|
|
757
|
+
font-size: 15px;
|
|
758
|
+
line-height: 40px;
|
|
759
|
+
padding-left: 0;
|
|
760
|
+
text-indent: 24px;
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
.e-bigger .e-popup.e-ddl .e-dd-group .e-list-item {
|
|
764
|
+
padding-left: 4px;
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
.e-bigger .e-popup.e-ddl .e-input-group {
|
|
768
|
+
padding: 4px 0;
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
.e-bigger .e-popup.e-ddl .e-input-group input, .e-bigger .e-popup.e-ddl .e-input-group input.e-input {
|
|
772
|
+
height: 38px;
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
.e-bigger .e-popup.e-ddl .e-dropdownbase {
|
|
776
|
+
min-height: 40px;
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
.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 {
|
|
780
|
+
font-size: 14px;
|
|
781
|
+
line-height: 34px;
|
|
782
|
+
padding-left: 0;
|
|
783
|
+
text-indent: 16px;
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
787
|
+
padding-left: 4px;
|
|
788
|
+
}
|
|
789
|
+
|
|
790
|
+
.e-bigger.e-small .e-ddl.e-popup .e-input-group {
|
|
791
|
+
padding: 4px 0;
|
|
792
|
+
}
|
|
793
|
+
|
|
794
|
+
.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 {
|
|
795
|
+
height: 30px;
|
|
796
|
+
}
|
|
797
|
+
|
|
798
|
+
.e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
|
|
799
|
+
min-height: 34px;
|
|
800
|
+
}
|
|
801
|
+
|
|
802
|
+
/*! TreeView's bootstrap theme wise override definitions and variables */
|
|
803
|
+
/* stylelint-disable */
|
|
804
|
+
/* stylelint-disable */
|
|
805
|
+
.e-ddt .e-ddt-icon::before {
|
|
802
806
|
content: "\e969";
|
|
803
807
|
}
|
|
804
808
|
.e-ddt .e-chips-close::before {
|
|
@@ -1103,6 +1107,38 @@ ejs-dropdownlist {
|
|
|
1103
1107
|
display: none;
|
|
1104
1108
|
}
|
|
1105
1109
|
|
|
1110
|
+
.e-ddt .e-chips {
|
|
1111
|
+
background-color: #e6e6e6;
|
|
1112
|
+
}
|
|
1113
|
+
.e-ddt .e-chips .e-chips-close::before {
|
|
1114
|
+
color: #333;
|
|
1115
|
+
}
|
|
1116
|
+
.e-ddt .e-chips > .e-chipcontent {
|
|
1117
|
+
color: #333;
|
|
1118
|
+
}
|
|
1119
|
+
.e-ddt .e-overflow .e-remain {
|
|
1120
|
+
color: #888;
|
|
1121
|
+
}
|
|
1122
|
+
.e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
|
|
1123
|
+
background-color: #fff;
|
|
1124
|
+
}
|
|
1125
|
+
.e-ddt.e-popup {
|
|
1126
|
+
background: #fff;
|
|
1127
|
+
border-color: #ccc;
|
|
1128
|
+
}
|
|
1129
|
+
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1130
|
+
color: #777;
|
|
1131
|
+
}
|
|
1132
|
+
.e-ddt.e-popup .e-selectall-parent {
|
|
1133
|
+
border-bottom-color: #e6e6e6;
|
|
1134
|
+
}
|
|
1135
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1136
|
+
background: #f5f5f5;
|
|
1137
|
+
}
|
|
1138
|
+
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1139
|
+
color: #333;
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1106
1142
|
.e-bigger .e-ddt .e-chips,
|
|
1107
1143
|
.e-ddt.e-bigger .e-chips {
|
|
1108
1144
|
height: 34px;
|
|
@@ -1175,38 +1211,6 @@ ejs-dropdownlist {
|
|
|
1175
1211
|
right: auto;
|
|
1176
1212
|
}
|
|
1177
1213
|
|
|
1178
|
-
.e-ddt .e-chips {
|
|
1179
|
-
background-color: #e6e6e6;
|
|
1180
|
-
}
|
|
1181
|
-
.e-ddt .e-chips .e-chips-close::before {
|
|
1182
|
-
color: #333;
|
|
1183
|
-
}
|
|
1184
|
-
.e-ddt .e-chips > .e-chipcontent {
|
|
1185
|
-
color: #333;
|
|
1186
|
-
}
|
|
1187
|
-
.e-ddt .e-overflow .e-remain {
|
|
1188
|
-
color: #888;
|
|
1189
|
-
}
|
|
1190
|
-
.e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
|
|
1191
|
-
background-color: #fff;
|
|
1192
|
-
}
|
|
1193
|
-
.e-ddt.e-popup {
|
|
1194
|
-
background: #fff;
|
|
1195
|
-
border-color: #ccc;
|
|
1196
|
-
}
|
|
1197
|
-
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1198
|
-
color: #777;
|
|
1199
|
-
}
|
|
1200
|
-
.e-ddt.e-popup .e-selectall-parent {
|
|
1201
|
-
border-bottom-color: #e6e6e6;
|
|
1202
|
-
}
|
|
1203
|
-
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1204
|
-
background: #f5f5f5;
|
|
1205
|
-
}
|
|
1206
|
-
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1207
|
-
color: #333;
|
|
1208
|
-
}
|
|
1209
|
-
|
|
1210
1214
|
/* stylelint-disable-line no-empty-source */
|
|
1211
1215
|
/* stylelint-disable-line no-empty-source */
|
|
1212
1216
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
@@ -1230,15 +1234,6 @@ ejs-dropdownlist {
|
|
|
1230
1234
|
width: 32px;
|
|
1231
1235
|
}
|
|
1232
1236
|
|
|
1233
|
-
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1234
|
-
height: 40px;
|
|
1235
|
-
width: 40px;
|
|
1236
|
-
}
|
|
1237
|
-
|
|
1238
|
-
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1239
|
-
margin-top: -3.2em;
|
|
1240
|
-
}
|
|
1241
|
-
|
|
1242
1237
|
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
1243
1238
|
content: "\e969";
|
|
1244
1239
|
font-family: "e-icons";
|
|
@@ -1419,11 +1414,6 @@ ejs-dropdownlist {
|
|
|
1419
1414
|
padding: 0 0 0 48px;
|
|
1420
1415
|
}
|
|
1421
1416
|
|
|
1422
|
-
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
1423
|
-
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1424
|
-
margin-top: -2.7em;
|
|
1425
|
-
}
|
|
1426
|
-
|
|
1427
1417
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
|
|
1428
1418
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
|
|
1429
1419
|
opacity: 0.7;
|
|
@@ -1440,10 +1430,6 @@ ejs-dropdownlist {
|
|
|
1440
1430
|
top: 16px;
|
|
1441
1431
|
}
|
|
1442
1432
|
|
|
1443
|
-
.e-bigger .e-multi-select-wrapper {
|
|
1444
|
-
min-height: 38px;
|
|
1445
|
-
}
|
|
1446
|
-
|
|
1447
1433
|
.e-multi-select-wrapper.e-close-icon-hide {
|
|
1448
1434
|
padding-right: 0;
|
|
1449
1435
|
}
|
|
@@ -1477,10 +1463,6 @@ ejs-dropdownlist {
|
|
|
1477
1463
|
white-space: nowrap;
|
|
1478
1464
|
}
|
|
1479
1465
|
|
|
1480
|
-
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
1481
|
-
margin: 3px 4px 2px 0;
|
|
1482
|
-
}
|
|
1483
|
-
|
|
1484
1466
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1485
1467
|
max-width: 100%;
|
|
1486
1468
|
overflow: hidden;
|
|
@@ -1495,13 +1477,11 @@ ejs-dropdownlist {
|
|
|
1495
1477
|
float: none;
|
|
1496
1478
|
}
|
|
1497
1479
|
|
|
1498
|
-
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent
|
|
1499
|
-
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1480
|
+
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
|
|
1500
1481
|
padding: 7px 10px 7px 10px;
|
|
1501
1482
|
}
|
|
1502
1483
|
|
|
1503
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent
|
|
1504
|
-
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1484
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
|
|
1505
1485
|
padding: 7px 10px 7px 10px;
|
|
1506
1486
|
}
|
|
1507
1487
|
|
|
@@ -1548,16 +1528,6 @@ ejs-dropdownlist {
|
|
|
1548
1528
|
right: auto;
|
|
1549
1529
|
}
|
|
1550
1530
|
|
|
1551
|
-
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1552
|
-
margin-top: -4em;
|
|
1553
|
-
}
|
|
1554
|
-
|
|
1555
|
-
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1556
|
-
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1557
|
-
margin-top: -4em;
|
|
1558
|
-
margin-top: -3.7em;
|
|
1559
|
-
}
|
|
1560
|
-
|
|
1561
1531
|
.e-multi-select-wrapper input[type=text] {
|
|
1562
1532
|
background: none;
|
|
1563
1533
|
border: 0;
|
|
@@ -1589,17 +1559,6 @@ ejs-dropdownlist {
|
|
|
1589
1559
|
padding: 5px;
|
|
1590
1560
|
}
|
|
1591
1561
|
|
|
1592
|
-
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
1593
|
-
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
1594
|
-
height: 32px;
|
|
1595
|
-
min-height: 32px;
|
|
1596
|
-
}
|
|
1597
|
-
|
|
1598
|
-
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
1599
|
-
height: 38px;
|
|
1600
|
-
min-height: 38px;
|
|
1601
|
-
}
|
|
1602
|
-
|
|
1603
1562
|
/* stylelint-disable property-no-vendor-prefix */
|
|
1604
1563
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
1605
1564
|
display: none;
|
|
@@ -1615,23 +1574,11 @@ ejs-dropdownlist {
|
|
|
1615
1574
|
width: calc(100% - 43px);
|
|
1616
1575
|
}
|
|
1617
1576
|
|
|
1618
|
-
.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1619
|
-
.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
1620
|
-
width: calc(100% - 49px);
|
|
1621
|
-
}
|
|
1622
|
-
|
|
1623
1577
|
.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1624
1578
|
.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
1625
1579
|
width: calc(100% - 37px);
|
|
1626
1580
|
}
|
|
1627
1581
|
|
|
1628
|
-
.e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1629
|
-
.e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1630
|
-
.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1631
|
-
.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
1632
|
-
width: calc(100% - 45px);
|
|
1633
|
-
}
|
|
1634
|
-
|
|
1635
1582
|
.e-multi-select-wrapper .e-delim-values {
|
|
1636
1583
|
font-family: inherit;
|
|
1637
1584
|
font-size: 14px;
|
|
@@ -1642,11 +1589,6 @@ ejs-dropdownlist {
|
|
|
1642
1589
|
vertical-align: middle;
|
|
1643
1590
|
}
|
|
1644
1591
|
|
|
1645
|
-
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
1646
|
-
line-height: 36px;
|
|
1647
|
-
padding-left: 6px;
|
|
1648
|
-
}
|
|
1649
|
-
|
|
1650
1592
|
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
1651
1593
|
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
1652
1594
|
display: none;
|
|
@@ -1773,10 +1715,6 @@ ejs-dropdownlist {
|
|
|
1773
1715
|
padding-right: 29px;
|
|
1774
1716
|
}
|
|
1775
1717
|
|
|
1776
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
1777
|
-
padding-right: 5px;
|
|
1778
|
-
}
|
|
1779
|
-
|
|
1780
1718
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
1781
1719
|
bottom: 1px;
|
|
1782
1720
|
margin-right: 8px;
|
|
@@ -1785,18 +1723,6 @@ ejs-dropdownlist {
|
|
|
1785
1723
|
vertical-align: middle;
|
|
1786
1724
|
}
|
|
1787
1725
|
|
|
1788
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
1789
|
-
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
1790
|
-
bottom: 1px;
|
|
1791
|
-
margin-right: 10px;
|
|
1792
|
-
}
|
|
1793
|
-
|
|
1794
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
1795
|
-
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
1796
|
-
bottom: 1px;
|
|
1797
|
-
margin-right: 10px;
|
|
1798
|
-
}
|
|
1799
|
-
|
|
1800
1726
|
.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
1801
1727
|
margin-left: 12px;
|
|
1802
1728
|
margin-right: 0;
|
|
@@ -1815,14 +1741,6 @@ ejs-dropdownlist {
|
|
|
1815
1741
|
padding-right: 0;
|
|
1816
1742
|
}
|
|
1817
1743
|
|
|
1818
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
1819
|
-
padding-left: 24px;
|
|
1820
|
-
}
|
|
1821
|
-
|
|
1822
|
-
.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 {
|
|
1823
|
-
padding-left: 20px;
|
|
1824
|
-
}
|
|
1825
|
-
|
|
1826
1744
|
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
1827
1745
|
cursor: pointer;
|
|
1828
1746
|
display: block;
|
|
@@ -1848,13 +1766,6 @@ ejs-dropdownlist {
|
|
|
1848
1766
|
font-size: 14px;
|
|
1849
1767
|
}
|
|
1850
1768
|
|
|
1851
|
-
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
1852
|
-
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
1853
|
-
font-size: 15px;
|
|
1854
|
-
line-height: 40px;
|
|
1855
|
-
text-indent: 25px;
|
|
1856
|
-
}
|
|
1857
|
-
|
|
1858
1769
|
.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
1859
1770
|
bottom: 1px;
|
|
1860
1771
|
margin-right: 8px;
|
|
@@ -1863,12 +1774,6 @@ ejs-dropdownlist {
|
|
|
1863
1774
|
vertical-align: middle;
|
|
1864
1775
|
}
|
|
1865
1776
|
|
|
1866
|
-
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
1867
|
-
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
1868
|
-
bottom: 1px;
|
|
1869
|
-
margin-right: 10px;
|
|
1870
|
-
}
|
|
1871
|
-
|
|
1872
1777
|
.e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper {
|
|
1873
1778
|
margin-left: 12px;
|
|
1874
1779
|
margin-right: 0;
|
|
@@ -1893,13 +1798,7 @@ ejs-dropdownlist {
|
|
|
1893
1798
|
padding: 8px;
|
|
1894
1799
|
}
|
|
1895
1800
|
|
|
1896
|
-
.e-
|
|
1897
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
1898
|
-
padding: 4px 0;
|
|
1899
|
-
}
|
|
1900
|
-
|
|
1901
|
-
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon,
|
|
1902
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
1801
|
+
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
1903
1802
|
padding-left: 8px;
|
|
1904
1803
|
}
|
|
1905
1804
|
|
|
@@ -1907,10 +1806,6 @@ ejs-dropdownlist {
|
|
|
1907
1806
|
padding: 0;
|
|
1908
1807
|
}
|
|
1909
1808
|
|
|
1910
|
-
.e-bigger .e-checkbox .e-multi-select-wrapper .e-delim-values {
|
|
1911
|
-
line-height: 36px;
|
|
1912
|
-
}
|
|
1913
|
-
|
|
1914
1809
|
.e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
1915
1810
|
line-height: 20px;
|
|
1916
1811
|
padding-left: 10px;
|
|
@@ -1972,52 +1867,11 @@ ejs-multiselect {
|
|
|
1972
1867
|
margin-top: -2.6em;
|
|
1973
1868
|
}
|
|
1974
1869
|
|
|
1975
|
-
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
1976
|
-
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
1977
|
-
line-height: 34px;
|
|
1978
|
-
}
|
|
1979
|
-
|
|
1980
|
-
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1981
|
-
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1982
|
-
margin-top: -2.85em;
|
|
1983
|
-
}
|
|
1984
|
-
|
|
1985
|
-
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
1986
|
-
height: 30px;
|
|
1987
|
-
width: 30px;
|
|
1988
|
-
}
|
|
1989
|
-
|
|
1990
|
-
.e-bigger.e-small .e-multi-select-wrapper {
|
|
1991
|
-
min-height: 30px;
|
|
1992
|
-
}
|
|
1993
|
-
|
|
1994
|
-
.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
|
|
1995
|
-
height: 34px;
|
|
1996
|
-
min-height: 34px;
|
|
1997
|
-
}
|
|
1998
|
-
|
|
1999
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
2000
|
-
font-size: 14px;
|
|
2001
|
-
line-height: 34px;
|
|
2002
|
-
}
|
|
2003
|
-
|
|
2004
|
-
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2005
|
-
.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2006
|
-
margin-top: -4em;
|
|
2007
|
-
right: 0;
|
|
2008
|
-
}
|
|
2009
|
-
|
|
2010
1870
|
.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
2011
1871
|
background-size: 300px 33px;
|
|
2012
1872
|
min-height: 33px;
|
|
2013
1873
|
}
|
|
2014
1874
|
|
|
2015
|
-
.e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect,
|
|
2016
|
-
.e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
2017
|
-
background-size: 300px 40px;
|
|
2018
|
-
min-height: 40px;
|
|
2019
|
-
}
|
|
2020
|
-
|
|
2021
1875
|
.e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
|
|
2022
1876
|
color: inherit;
|
|
2023
1877
|
}
|
|
@@ -2033,24 +1887,11 @@ ejs-multiselect {
|
|
|
2033
1887
|
padding: 0 12px 0 8px;
|
|
2034
1888
|
}
|
|
2035
1889
|
|
|
2036
|
-
.e-
|
|
2037
|
-
.e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
2038
|
-
padding: 3px 12px 0 4px;
|
|
2039
|
-
}
|
|
2040
|
-
|
|
2041
|
-
.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2042
|
-
.e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2043
|
-
.e-bigger.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2044
|
-
.e-bigger .e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2045
|
-
.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
1890
|
+
.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
2046
1891
|
padding: 0;
|
|
2047
1892
|
}
|
|
2048
1893
|
|
|
2049
|
-
.e-filled.e-float-input .e-multi-select-wrapper
|
|
2050
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2051
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper,
|
|
2052
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2053
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper {
|
|
1894
|
+
.e-filled.e-float-input .e-multi-select-wrapper {
|
|
2054
1895
|
padding: 11px 12px 0;
|
|
2055
1896
|
}
|
|
2056
1897
|
|
|
@@ -2059,35 +1900,15 @@ ejs-multiselect {
|
|
|
2059
1900
|
padding: 12px 12px 0 8px;
|
|
2060
1901
|
}
|
|
2061
1902
|
|
|
2062
|
-
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2063
|
-
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper {
|
|
2064
|
-
padding: 19px 12px 0 16px;
|
|
2065
|
-
}
|
|
2066
|
-
|
|
2067
|
-
.e-bigger:not(.e-small).e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
2068
|
-
padding-top: 3px;
|
|
2069
|
-
}
|
|
2070
|
-
|
|
2071
1903
|
.e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2072
1904
|
.e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper {
|
|
2073
1905
|
padding: 0;
|
|
2074
1906
|
}
|
|
2075
1907
|
|
|
2076
|
-
.e-
|
|
2077
|
-
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
|
|
2078
|
-
padding: 5px 0;
|
|
2079
|
-
}
|
|
2080
|
-
|
|
2081
|
-
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2082
|
-
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2083
|
-
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2084
|
-
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2085
|
-
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1908
|
+
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2086
1909
|
height: 28px;
|
|
2087
1910
|
}
|
|
2088
1911
|
|
|
2089
|
-
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2090
|
-
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2091
1912
|
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2092
1913
|
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2093
1914
|
.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip,
|
|
@@ -2096,54 +1917,22 @@ ejs-multiselect {
|
|
|
2096
1917
|
height: 24px;
|
|
2097
1918
|
}
|
|
2098
1919
|
|
|
2099
|
-
.e-
|
|
2100
|
-
.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2101
|
-
height: 32px;
|
|
2102
|
-
}
|
|
2103
|
-
|
|
2104
|
-
.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2105
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2106
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2107
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2108
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
1920
|
+
.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2109
1921
|
height: 18px;
|
|
2110
1922
|
}
|
|
2111
1923
|
|
|
2112
1924
|
.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2113
|
-
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips
|
|
2114
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2115
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2116
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2117
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2118
|
-
.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2119
|
-
.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2120
|
-
.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2121
|
-
.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1925
|
+
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2122
1926
|
margin: 8px 8px 0 0;
|
|
2123
1927
|
padding: 0 8px;
|
|
2124
1928
|
}
|
|
2125
1929
|
|
|
2126
1930
|
.e-rtl.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2127
|
-
.e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips
|
|
2128
|
-
.e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2129
|
-
.e-rtl.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2130
|
-
.e-rtl.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2131
|
-
.e-rtl.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2132
|
-
.e-rtl.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2133
|
-
.e-rtl.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2134
|
-
.e-rtl.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2135
|
-
.e-rtl.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1931
|
+
.e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2136
1932
|
margin: 8px 0 0 8px;
|
|
2137
1933
|
padding: 0 8px;
|
|
2138
1934
|
}
|
|
2139
1935
|
|
|
2140
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2141
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2142
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2143
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2144
|
-
padding-left: 8px;
|
|
2145
|
-
}
|
|
2146
|
-
|
|
2147
1936
|
.e-small .e-filled .e-multi-select-wrapper .e-chips,
|
|
2148
1937
|
.e-small.e-filled .e-multi-select-wrapper .e-chips {
|
|
2149
1938
|
height: 16px;
|
|
@@ -2156,11 +1945,7 @@ ejs-multiselect {
|
|
|
2156
1945
|
margin: 4px 0 0 4px;
|
|
2157
1946
|
}
|
|
2158
1947
|
|
|
2159
|
-
.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
2160
|
-
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2161
|
-
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2162
|
-
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2163
|
-
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1948
|
+
.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2164
1949
|
font-size: 13px;
|
|
2165
1950
|
padding: 0 8px 0 0;
|
|
2166
1951
|
}
|
|
@@ -2170,20 +1955,12 @@ ejs-multiselect {
|
|
|
2170
1955
|
font-size: 12px;
|
|
2171
1956
|
}
|
|
2172
1957
|
|
|
2173
|
-
.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
2174
|
-
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2175
|
-
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2176
|
-
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2177
|
-
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1958
|
+
.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2178
1959
|
font-size: 12px;
|
|
2179
1960
|
padding: 0 4px 0 0;
|
|
2180
1961
|
}
|
|
2181
1962
|
|
|
2182
|
-
.e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
2183
|
-
.e-rtl.e-bigger.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2184
|
-
.e-rtl.e-bigger.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2185
|
-
.e-rtl.e-bigger .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2186
|
-
.e-rtl.e-small .e-bigger.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1963
|
+
.e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2187
1964
|
padding: 0 0 0 4px;
|
|
2188
1965
|
}
|
|
2189
1966
|
|
|
@@ -2192,30 +1969,11 @@ ejs-multiselect {
|
|
|
2192
1969
|
font-size: 10px;
|
|
2193
1970
|
}
|
|
2194
1971
|
|
|
2195
|
-
.e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2196
|
-
.e-bigger .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2197
|
-
font-size: 13px;
|
|
2198
|
-
}
|
|
2199
|
-
|
|
2200
1972
|
.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips > .e-chipcontent {
|
|
2201
1973
|
font-size: 13px;
|
|
2202
1974
|
padding-right: 4px;
|
|
2203
1975
|
}
|
|
2204
1976
|
|
|
2205
|
-
.e-rtl.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
2206
|
-
.e-rtl.e-bigger .e-filled .e-multi-select-wrapper .e-chips,
|
|
2207
|
-
.e-rtl.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2208
|
-
.e-rtl.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2209
|
-
.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
2210
|
-
.e-bigger .e-filled .e-multi-select-wrapper .e-chips {
|
|
2211
|
-
padding: 0 12px;
|
|
2212
|
-
}
|
|
2213
|
-
|
|
2214
|
-
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2215
|
-
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2216
|
-
padding-right: 8px;
|
|
2217
|
-
}
|
|
2218
|
-
|
|
2219
1977
|
.e-filled.e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2220
1978
|
.e-multiselect.e-control-container .e-filled.e-multi-select-wrapper .e-clear-icon {
|
|
2221
1979
|
height: 38px;
|
|
@@ -2312,8 +2070,7 @@ ejs-multiselect {
|
|
|
2312
2070
|
color: #fff;
|
|
2313
2071
|
}
|
|
2314
2072
|
|
|
2315
|
-
.e-multi-select-wrapper .e-chips.e-mob-chip
|
|
2316
|
-
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
2073
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
2317
2074
|
height: 32px;
|
|
2318
2075
|
}
|
|
2319
2076
|
|
|
@@ -2446,8 +2203,293 @@ ejs-multiselect {
|
|
|
2446
2203
|
left: 8px;
|
|
2447
2204
|
}
|
|
2448
2205
|
|
|
2449
|
-
.e-
|
|
2450
|
-
|
|
2206
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
2207
|
+
-webkit-text-fill-color: #999;
|
|
2208
|
+
color: #999;
|
|
2209
|
+
}
|
|
2210
|
+
|
|
2211
|
+
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
2212
|
+
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2213
|
+
margin-top: -2.7em;
|
|
2214
|
+
}
|
|
2215
|
+
|
|
2216
|
+
.e-bigger .e-multi-select-wrapper {
|
|
2217
|
+
min-height: 38px;
|
|
2218
|
+
}
|
|
2219
|
+
|
|
2220
|
+
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
2221
|
+
margin: 3px 4px 2px 0;
|
|
2222
|
+
}
|
|
2223
|
+
|
|
2224
|
+
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2225
|
+
padding: 7px 10px 7px 10px;
|
|
2226
|
+
}
|
|
2227
|
+
|
|
2228
|
+
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2229
|
+
padding: 7px 10px 7px 10px;
|
|
2230
|
+
}
|
|
2231
|
+
|
|
2232
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
2233
|
+
margin-top: -4em;
|
|
2234
|
+
}
|
|
2235
|
+
|
|
2236
|
+
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
2237
|
+
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2238
|
+
margin-top: -4em;
|
|
2239
|
+
margin-top: -3.7em;
|
|
2240
|
+
}
|
|
2241
|
+
|
|
2242
|
+
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
2243
|
+
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
2244
|
+
height: 32px;
|
|
2245
|
+
min-height: 32px;
|
|
2246
|
+
}
|
|
2247
|
+
|
|
2248
|
+
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
2249
|
+
height: 38px;
|
|
2250
|
+
min-height: 38px;
|
|
2251
|
+
}
|
|
2252
|
+
|
|
2253
|
+
.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2254
|
+
.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
2255
|
+
width: calc(100% - 49px);
|
|
2256
|
+
}
|
|
2257
|
+
|
|
2258
|
+
.e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2259
|
+
.e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2260
|
+
.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2261
|
+
.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
2262
|
+
width: calc(100% - 45px);
|
|
2263
|
+
}
|
|
2264
|
+
|
|
2265
|
+
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
2266
|
+
line-height: 36px;
|
|
2267
|
+
padding-left: 6px;
|
|
2268
|
+
}
|
|
2269
|
+
|
|
2270
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
2271
|
+
padding-right: 5px;
|
|
2272
|
+
}
|
|
2273
|
+
|
|
2274
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
2275
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
2276
|
+
bottom: 1px;
|
|
2277
|
+
margin-right: 10px;
|
|
2278
|
+
}
|
|
2279
|
+
|
|
2280
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
2281
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
2282
|
+
bottom: 1px;
|
|
2283
|
+
margin-right: 10px;
|
|
2284
|
+
}
|
|
2285
|
+
|
|
2286
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
2287
|
+
padding-left: 24px;
|
|
2288
|
+
}
|
|
2289
|
+
|
|
2290
|
+
.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 {
|
|
2291
|
+
padding-left: 20px;
|
|
2292
|
+
}
|
|
2293
|
+
|
|
2294
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2295
|
+
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2296
|
+
font-size: 15px;
|
|
2297
|
+
line-height: 40px;
|
|
2298
|
+
text-indent: 25px;
|
|
2299
|
+
}
|
|
2300
|
+
|
|
2301
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
2302
|
+
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
2303
|
+
bottom: 1px;
|
|
2304
|
+
margin-right: 10px;
|
|
2305
|
+
}
|
|
2306
|
+
|
|
2307
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
|
|
2308
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
2309
|
+
padding: 4px 0;
|
|
2310
|
+
}
|
|
2311
|
+
|
|
2312
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
2313
|
+
padding-left: 8px;
|
|
2314
|
+
}
|
|
2315
|
+
|
|
2316
|
+
.e-bigger .e-checkbox .e-multi-select-wrapper .e-delim-values {
|
|
2317
|
+
line-height: 36px;
|
|
2318
|
+
}
|
|
2319
|
+
|
|
2320
|
+
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2321
|
+
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2322
|
+
line-height: 34px;
|
|
2323
|
+
}
|
|
2324
|
+
|
|
2325
|
+
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2326
|
+
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2327
|
+
margin-top: -2.85em;
|
|
2328
|
+
}
|
|
2329
|
+
|
|
2330
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
2331
|
+
height: 30px;
|
|
2332
|
+
width: 30px;
|
|
2333
|
+
}
|
|
2334
|
+
|
|
2335
|
+
.e-bigger.e-small .e-multi-select-wrapper {
|
|
2336
|
+
min-height: 30px;
|
|
2337
|
+
}
|
|
2338
|
+
|
|
2339
|
+
.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
|
|
2340
|
+
height: 34px;
|
|
2341
|
+
min-height: 34px;
|
|
2342
|
+
}
|
|
2343
|
+
|
|
2344
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
2345
|
+
font-size: 14px;
|
|
2346
|
+
line-height: 34px;
|
|
2347
|
+
}
|
|
2348
|
+
|
|
2349
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2350
|
+
.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2351
|
+
margin-top: -4em;
|
|
2352
|
+
right: 0;
|
|
2353
|
+
}
|
|
2354
|
+
|
|
2355
|
+
.e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect,
|
|
2356
|
+
.e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
2357
|
+
background-size: 300px 40px;
|
|
2358
|
+
min-height: 40px;
|
|
2359
|
+
}
|
|
2360
|
+
|
|
2361
|
+
.e-small.e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper,
|
|
2362
|
+
.e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
2363
|
+
padding: 3px 12px 0 4px;
|
|
2364
|
+
}
|
|
2365
|
+
|
|
2366
|
+
.e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2367
|
+
.e-bigger.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2368
|
+
.e-bigger .e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2369
|
+
.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
2370
|
+
padding: 0;
|
|
2371
|
+
}
|
|
2372
|
+
|
|
2373
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2374
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper,
|
|
2375
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2376
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper {
|
|
2377
|
+
padding: 11px 12px 0;
|
|
2378
|
+
}
|
|
2379
|
+
|
|
2380
|
+
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2381
|
+
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper {
|
|
2382
|
+
padding: 19px 12px 0 16px;
|
|
2383
|
+
}
|
|
2384
|
+
|
|
2385
|
+
.e-bigger:not(.e-small).e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
2386
|
+
padding-top: 3px;
|
|
2387
|
+
}
|
|
2388
|
+
|
|
2389
|
+
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text],
|
|
2390
|
+
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
|
|
2391
|
+
padding: 5px 0;
|
|
2392
|
+
}
|
|
2393
|
+
|
|
2394
|
+
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2395
|
+
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2396
|
+
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2397
|
+
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2398
|
+
height: 28px;
|
|
2399
|
+
}
|
|
2400
|
+
|
|
2401
|
+
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2402
|
+
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2403
|
+
height: 24px;
|
|
2404
|
+
}
|
|
2405
|
+
|
|
2406
|
+
.e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2407
|
+
.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2408
|
+
height: 32px;
|
|
2409
|
+
}
|
|
2410
|
+
|
|
2411
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2412
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2413
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2414
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2415
|
+
height: 18px;
|
|
2416
|
+
}
|
|
2417
|
+
|
|
2418
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2419
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2420
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2421
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2422
|
+
.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2423
|
+
.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2424
|
+
.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2425
|
+
.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2426
|
+
margin: 8px 8px 0 0;
|
|
2427
|
+
padding: 0 8px;
|
|
2428
|
+
}
|
|
2429
|
+
|
|
2430
|
+
.e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2431
|
+
.e-rtl.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2432
|
+
.e-rtl.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2433
|
+
.e-rtl.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2434
|
+
.e-rtl.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2435
|
+
.e-rtl.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2436
|
+
.e-rtl.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2437
|
+
.e-rtl.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2438
|
+
margin: 8px 0 0 8px;
|
|
2439
|
+
padding: 0 8px;
|
|
2440
|
+
}
|
|
2441
|
+
|
|
2442
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2443
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2444
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2445
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2446
|
+
padding-left: 8px;
|
|
2447
|
+
}
|
|
2448
|
+
|
|
2449
|
+
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2450
|
+
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2451
|
+
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2452
|
+
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2453
|
+
font-size: 13px;
|
|
2454
|
+
padding: 0 8px 0 0;
|
|
2455
|
+
}
|
|
2456
|
+
|
|
2457
|
+
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2458
|
+
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2459
|
+
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2460
|
+
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2461
|
+
font-size: 12px;
|
|
2462
|
+
padding: 0 4px 0 0;
|
|
2463
|
+
}
|
|
2464
|
+
|
|
2465
|
+
.e-rtl.e-bigger.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2466
|
+
.e-rtl.e-bigger.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2467
|
+
.e-rtl.e-bigger .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2468
|
+
.e-rtl.e-small .e-bigger.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2469
|
+
padding: 0 0 0 4px;
|
|
2470
|
+
}
|
|
2471
|
+
|
|
2472
|
+
.e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2473
|
+
.e-bigger .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2474
|
+
font-size: 13px;
|
|
2475
|
+
}
|
|
2476
|
+
|
|
2477
|
+
.e-rtl.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
2478
|
+
.e-rtl.e-bigger .e-filled .e-multi-select-wrapper .e-chips,
|
|
2479
|
+
.e-rtl.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2480
|
+
.e-rtl.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2481
|
+
.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
2482
|
+
.e-bigger .e-filled .e-multi-select-wrapper .e-chips {
|
|
2483
|
+
padding: 0 12px;
|
|
2484
|
+
}
|
|
2485
|
+
|
|
2486
|
+
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2487
|
+
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2488
|
+
padding-right: 8px;
|
|
2489
|
+
}
|
|
2490
|
+
|
|
2491
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2492
|
+
font-size: 10px;
|
|
2451
2493
|
}
|
|
2452
2494
|
|
|
2453
2495
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
@@ -2458,13 +2500,21 @@ ejs-multiselect {
|
|
|
2458
2500
|
font-size: 15px;
|
|
2459
2501
|
}
|
|
2460
2502
|
|
|
2461
|
-
.e-
|
|
2462
|
-
|
|
2503
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
2504
|
+
left: 8px;
|
|
2463
2505
|
}
|
|
2464
2506
|
|
|
2465
|
-
.e-
|
|
2466
|
-
|
|
2467
|
-
|
|
2507
|
+
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
2508
|
+
height: 32px;
|
|
2509
|
+
}
|
|
2510
|
+
|
|
2511
|
+
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2512
|
+
height: 40px;
|
|
2513
|
+
width: 40px;
|
|
2514
|
+
}
|
|
2515
|
+
|
|
2516
|
+
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2517
|
+
margin-top: -3.2em;
|
|
2468
2518
|
}
|
|
2469
2519
|
|
|
2470
2520
|
.e-listbox-tool .e-moveup::before {
|
|
@@ -2923,99 +2973,6 @@ ejs-listbox {
|
|
|
2923
2973
|
margin-left: 15px;
|
|
2924
2974
|
}
|
|
2925
2975
|
|
|
2926
|
-
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2927
|
-
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
2928
|
-
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
2929
|
-
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
2930
|
-
width: 85% !important; /* stylelint-disable-line declaration-no-important */
|
|
2931
|
-
}
|
|
2932
|
-
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
2933
|
-
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
2934
|
-
.e-bigger .e-listbox-container .e-list-item,
|
|
2935
|
-
.e-listbox-container.e-bigger .e-list-item {
|
|
2936
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
2937
|
-
border-left: 0 solid transparent;
|
|
2938
|
-
border-right: 0 solid transparent;
|
|
2939
|
-
border-top: 0 solid transparent;
|
|
2940
|
-
}
|
|
2941
|
-
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
2942
|
-
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
2943
|
-
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
2944
|
-
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
2945
|
-
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
2946
|
-
.e-listbox-wrapper.e-bigger .e-selectall-parent,
|
|
2947
|
-
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
2948
|
-
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
2949
|
-
.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,
|
|
2950
|
-
.e-bigger .e-listbox-container .e-selectall-parent,
|
|
2951
|
-
.e-bigger .e-listbox-container .e-list-group-item,
|
|
2952
|
-
.e-bigger .e-listbox-container .e-list-header,
|
|
2953
|
-
.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,
|
|
2954
|
-
.e-listbox-container.e-bigger .e-selectall-parent,
|
|
2955
|
-
.e-listbox-container.e-bigger .e-list-group-item,
|
|
2956
|
-
.e-listbox-container.e-bigger .e-list-header {
|
|
2957
|
-
padding: 12px 16px;
|
|
2958
|
-
}
|
|
2959
|
-
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
2960
|
-
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
2961
|
-
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
2962
|
-
.e-listbox-wrapper.e-bigger .e-selectall-parent,
|
|
2963
|
-
.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,
|
|
2964
|
-
.e-bigger .e-listbox-container .e-selectall-parent,
|
|
2965
|
-
.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,
|
|
2966
|
-
.e-listbox-container.e-bigger .e-selectall-parent {
|
|
2967
|
-
height: 48px;
|
|
2968
|
-
line-height: 1.6;
|
|
2969
|
-
position: relative;
|
|
2970
|
-
}
|
|
2971
|
-
.e-bigger .e-listbox-wrapper .e-list-parent,
|
|
2972
|
-
.e-listbox-wrapper.e-bigger .e-list-parent,
|
|
2973
|
-
.e-bigger .e-listbox-container .e-list-parent,
|
|
2974
|
-
.e-listbox-container.e-bigger .e-list-parent {
|
|
2975
|
-
min-height: 48px;
|
|
2976
|
-
}
|
|
2977
|
-
.e-bigger .e-listbox-wrapper .e-text-content,
|
|
2978
|
-
.e-listbox-wrapper.e-bigger .e-text-content,
|
|
2979
|
-
.e-bigger .e-listbox-container .e-text-content,
|
|
2980
|
-
.e-listbox-container.e-bigger .e-text-content {
|
|
2981
|
-
font-size: 15px;
|
|
2982
|
-
}
|
|
2983
|
-
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
2984
|
-
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
2985
|
-
.e-bigger .e-listbox-container .e-list-group-item,
|
|
2986
|
-
.e-listbox-container.e-bigger .e-list-group-item {
|
|
2987
|
-
height: 48px;
|
|
2988
|
-
line-height: 45px;
|
|
2989
|
-
}
|
|
2990
|
-
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
2991
|
-
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
2992
|
-
.e-bigger .e-listbox-container .e-list-header,
|
|
2993
|
-
.e-listbox-container.e-bigger .e-list-header {
|
|
2994
|
-
-webkit-box-align: center;
|
|
2995
|
-
-ms-flex-align: center;
|
|
2996
|
-
align-items: center;
|
|
2997
|
-
display: -webkit-box;
|
|
2998
|
-
display: -ms-flexbox;
|
|
2999
|
-
display: flex;
|
|
3000
|
-
font-weight: bold;
|
|
3001
|
-
height: 48px;
|
|
3002
|
-
}
|
|
3003
|
-
.e-bigger .e-listbox-wrapper .e-list-header .e-text.header,
|
|
3004
|
-
.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
3005
|
-
.e-listbox-wrapper.e-bigger .e-list-header .e-text.header,
|
|
3006
|
-
.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header,
|
|
3007
|
-
.e-bigger .e-listbox-container .e-list-header .e-text.header,
|
|
3008
|
-
.e-bigger .e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
|
|
3009
|
-
.e-listbox-container.e-bigger .e-list-header .e-text.header,
|
|
3010
|
-
.e-listbox-container.e-bigger .e-list-header .e-headertemplate-text.nested-header {
|
|
3011
|
-
display: none;
|
|
3012
|
-
}
|
|
3013
|
-
.e-bigger .e-listbox-wrapper .e-list-header .e-text,
|
|
3014
|
-
.e-listbox-wrapper.e-bigger .e-list-header .e-text,
|
|
3015
|
-
.e-bigger .e-listbox-container .e-list-header .e-text,
|
|
3016
|
-
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3017
|
-
font-size: 15px;
|
|
3018
|
-
}
|
|
3019
2976
|
.e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3020
2977
|
.e-listbox-wrapper .e-list-nrt,
|
|
3021
2978
|
.e-listbox-wrapper .e-selectall-parent,
|
|
@@ -3031,34 +2988,11 @@ ejs-listbox {
|
|
|
3031
2988
|
position: relative;
|
|
3032
2989
|
}
|
|
3033
2990
|
|
|
3034
|
-
.e-listbox-wrapper:not(.e-list-template) .e-list-parent li {
|
|
3035
|
-
overflow: hidden;
|
|
3036
|
-
white-space: nowrap;
|
|
3037
|
-
text-overflow: ellipsis;
|
|
3038
|
-
}
|
|
3039
|
-
|
|
3040
2991
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3041
2992
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3042
2993
|
height: calc(100% - 46px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3043
2994
|
}
|
|
3044
2995
|
|
|
3045
|
-
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3046
|
-
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3047
|
-
}
|
|
3048
|
-
|
|
3049
|
-
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3050
|
-
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3051
|
-
}
|
|
3052
|
-
|
|
3053
|
-
.e-bigger .e-listbox-container.e-filter-list .e-list-parent,
|
|
3054
|
-
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent,
|
|
3055
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent,
|
|
3056
|
-
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3057
|
-
height: 100%;
|
|
3058
|
-
}
|
|
3059
|
-
|
|
3060
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3061
|
-
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3062
2996
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3063
2997
|
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3064
2998
|
}
|
|
@@ -3067,24 +3001,10 @@ ejs-listbox {
|
|
|
3067
3001
|
height: calc(100% - 52px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3068
3002
|
}
|
|
3069
3003
|
|
|
3070
|
-
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3071
|
-
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3072
|
-
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3073
|
-
}
|
|
3074
|
-
|
|
3075
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3076
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3077
|
-
height: calc(100% - 54px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3078
|
-
}
|
|
3079
|
-
|
|
3080
3004
|
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3081
3005
|
height: calc(100% - 91.5px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3082
3006
|
}
|
|
3083
3007
|
|
|
3084
|
-
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3085
|
-
height: calc(100% - 106px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3086
|
-
}
|
|
3087
|
-
|
|
3088
3008
|
.e-listbox-wrapper,
|
|
3089
3009
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3090
3010
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3386,4 +3306,131 @@ ejs-listbox {
|
|
|
3386
3306
|
|
|
3387
3307
|
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3388
3308
|
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3309
|
+
}
|
|
3310
|
+
|
|
3311
|
+
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
3312
|
+
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
3313
|
+
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
3314
|
+
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
3315
|
+
width: 85% !important; /* stylelint-disable-line declaration-no-important */
|
|
3316
|
+
}
|
|
3317
|
+
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
3318
|
+
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
3319
|
+
.e-bigger .e-listbox-container .e-list-item,
|
|
3320
|
+
.e-listbox-container.e-bigger .e-list-item {
|
|
3321
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
3322
|
+
border-left: 0 solid transparent;
|
|
3323
|
+
border-right: 0 solid transparent;
|
|
3324
|
+
border-top: 0 solid transparent;
|
|
3325
|
+
}
|
|
3326
|
+
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3327
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
3328
|
+
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
3329
|
+
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
3330
|
+
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
3331
|
+
.e-listbox-wrapper.e-bigger .e-selectall-parent,
|
|
3332
|
+
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
3333
|
+
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
3334
|
+
.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,
|
|
3335
|
+
.e-bigger .e-listbox-container .e-selectall-parent,
|
|
3336
|
+
.e-bigger .e-listbox-container .e-list-group-item,
|
|
3337
|
+
.e-bigger .e-listbox-container .e-list-header,
|
|
3338
|
+
.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,
|
|
3339
|
+
.e-listbox-container.e-bigger .e-selectall-parent,
|
|
3340
|
+
.e-listbox-container.e-bigger .e-list-group-item,
|
|
3341
|
+
.e-listbox-container.e-bigger .e-list-header {
|
|
3342
|
+
padding: 12px 16px;
|
|
3343
|
+
}
|
|
3344
|
+
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3345
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
3346
|
+
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
3347
|
+
.e-listbox-wrapper.e-bigger .e-selectall-parent,
|
|
3348
|
+
.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,
|
|
3349
|
+
.e-bigger .e-listbox-container .e-selectall-parent,
|
|
3350
|
+
.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,
|
|
3351
|
+
.e-listbox-container.e-bigger .e-selectall-parent {
|
|
3352
|
+
height: 48px;
|
|
3353
|
+
line-height: 1.6;
|
|
3354
|
+
position: relative;
|
|
3355
|
+
}
|
|
3356
|
+
.e-bigger .e-listbox-wrapper .e-list-parent,
|
|
3357
|
+
.e-listbox-wrapper.e-bigger .e-list-parent,
|
|
3358
|
+
.e-bigger .e-listbox-container .e-list-parent,
|
|
3359
|
+
.e-listbox-container.e-bigger .e-list-parent {
|
|
3360
|
+
min-height: 48px;
|
|
3361
|
+
}
|
|
3362
|
+
.e-bigger .e-listbox-wrapper .e-text-content,
|
|
3363
|
+
.e-listbox-wrapper.e-bigger .e-text-content,
|
|
3364
|
+
.e-bigger .e-listbox-container .e-text-content,
|
|
3365
|
+
.e-listbox-container.e-bigger .e-text-content {
|
|
3366
|
+
font-size: 15px;
|
|
3367
|
+
}
|
|
3368
|
+
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
3369
|
+
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
3370
|
+
.e-bigger .e-listbox-container .e-list-group-item,
|
|
3371
|
+
.e-listbox-container.e-bigger .e-list-group-item {
|
|
3372
|
+
height: 48px;
|
|
3373
|
+
line-height: 45px;
|
|
3374
|
+
}
|
|
3375
|
+
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
3376
|
+
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
3377
|
+
.e-bigger .e-listbox-container .e-list-header,
|
|
3378
|
+
.e-listbox-container.e-bigger .e-list-header {
|
|
3379
|
+
-webkit-box-align: center;
|
|
3380
|
+
-ms-flex-align: center;
|
|
3381
|
+
align-items: center;
|
|
3382
|
+
display: -webkit-box;
|
|
3383
|
+
display: -ms-flexbox;
|
|
3384
|
+
display: flex;
|
|
3385
|
+
font-weight: bold;
|
|
3386
|
+
height: 48px;
|
|
3387
|
+
}
|
|
3388
|
+
.e-bigger .e-listbox-wrapper .e-list-header .e-text.header,
|
|
3389
|
+
.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
3390
|
+
.e-listbox-wrapper.e-bigger .e-list-header .e-text.header,
|
|
3391
|
+
.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header,
|
|
3392
|
+
.e-bigger .e-listbox-container .e-list-header .e-text.header,
|
|
3393
|
+
.e-bigger .e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
|
|
3394
|
+
.e-listbox-container.e-bigger .e-list-header .e-text.header,
|
|
3395
|
+
.e-listbox-container.e-bigger .e-list-header .e-headertemplate-text.nested-header {
|
|
3396
|
+
display: none;
|
|
3397
|
+
}
|
|
3398
|
+
.e-bigger .e-listbox-wrapper .e-list-header .e-text,
|
|
3399
|
+
.e-listbox-wrapper.e-bigger .e-list-header .e-text,
|
|
3400
|
+
.e-bigger .e-listbox-container .e-list-header .e-text,
|
|
3401
|
+
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3402
|
+
font-size: 15px;
|
|
3403
|
+
}
|
|
3404
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3405
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3406
|
+
}
|
|
3407
|
+
|
|
3408
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3409
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3410
|
+
}
|
|
3411
|
+
|
|
3412
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-parent,
|
|
3413
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent,
|
|
3414
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent,
|
|
3415
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3416
|
+
height: 100%;
|
|
3417
|
+
}
|
|
3418
|
+
|
|
3419
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3420
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3421
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3422
|
+
}
|
|
3423
|
+
|
|
3424
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3425
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3426
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3427
|
+
}
|
|
3428
|
+
|
|
3429
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3430
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3431
|
+
height: calc(100% - 54px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3432
|
+
}
|
|
3433
|
+
|
|
3434
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3435
|
+
height: calc(100% - 106px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3389
3436
|
}
|