@syncfusion/ej2-dropdowns 26.2.13 → 27.1.50
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 -841
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +1432 -709
- 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 +14 -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 +7 -2
- package/src/drop-down-base/drop-down-base.js +101 -69
- 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 +303 -178
- 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 +206 -68
- package/src/list-box/list-box.js +64 -24
- 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 +2755 -0
- package/styles/bootstrap-dark-lite.scss +28 -0
- package/styles/bootstrap-dark.css +655 -605
- package/styles/bootstrap-dark.scss +6 -1
- package/styles/bootstrap-lite.css +2754 -0
- package/styles/bootstrap-lite.scss +28 -0
- package/styles/bootstrap.css +661 -611
- package/styles/bootstrap.scss +6 -1
- package/styles/bootstrap4-lite.css +2858 -0
- package/styles/bootstrap4-lite.scss +28 -0
- package/styles/bootstrap4.css +831 -756
- package/styles/bootstrap4.scss +6 -1
- package/styles/bootstrap5-dark-lite.css +2832 -0
- package/styles/bootstrap5-dark-lite.scss +28 -0
- package/styles/bootstrap5-dark.css +702 -646
- package/styles/bootstrap5-dark.scss +6 -1
- package/styles/bootstrap5-lite.css +2832 -0
- package/styles/bootstrap5-lite.scss +28 -0
- package/styles/bootstrap5.3-lite.css +2826 -0
- package/styles/bootstrap5.3-lite.scss +28 -0
- package/styles/bootstrap5.3.css +3557 -0
- package/styles/bootstrap5.3.scss +33 -0
- package/styles/bootstrap5.css +702 -646
- 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 +5 -0
- package/styles/drop-down-list/bootstrap-dark.css +91 -91
- package/styles/drop-down-list/bootstrap-dark.scss +1 -0
- package/styles/drop-down-list/bootstrap.css +91 -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 +90 -90
- package/styles/drop-down-list/fabric-dark.scss +1 -0
- package/styles/drop-down-list/fabric.css +90 -83
- package/styles/drop-down-list/fabric.scss +1 -0
- package/styles/drop-down-list/fluent-dark.css +74 -88
- package/styles/drop-down-list/fluent-dark.scss +1 -0
- package/styles/drop-down-list/fluent.css +74 -88
- package/styles/drop-down-list/fluent.scss +1 -0
- package/styles/drop-down-list/fluent2.css +77 -93
- package/styles/drop-down-list/fluent2.scss +1 -0
- package/styles/drop-down-list/highcontrast-light.css +79 -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 +74 -73
- package/styles/drop-down-list/material-dark.scss +1 -0
- package/styles/drop-down-list/material.css +95 -94
- package/styles/drop-down-list/material.scss +1 -0
- package/styles/drop-down-list/material3-dark.css +99 -98
- package/styles/drop-down-list/material3-dark.scss +1 -0
- package/styles/drop-down-list/material3.css +99 -98
- package/styles/drop-down-list/material3.scss +1 -0
- package/styles/drop-down-list/tailwind-dark.css +96 -78
- package/styles/drop-down-list/tailwind-dark.scss +1 -0
- package/styles/drop-down-list/tailwind.css +96 -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 +21 -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 +39 -55
- package/styles/drop-down-tree/bootstrap5-dark.scss +1 -0
- package/styles/drop-down-tree/bootstrap5.3.css +463 -0
- package/styles/drop-down-tree/bootstrap5.3.scss +10 -0
- package/styles/drop-down-tree/bootstrap5.css +39 -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 +2733 -0
- package/styles/fabric-dark-lite.scss +28 -0
- package/styles/fabric-dark.css +668 -612
- package/styles/fabric-dark.scss +6 -1
- package/styles/fabric-lite.css +2734 -0
- package/styles/fabric-lite.scss +28 -0
- package/styles/fabric.css +673 -610
- package/styles/fabric.scss +6 -1
- package/styles/fluent-dark-lite.css +2869 -0
- package/styles/fluent-dark-lite.scss +28 -0
- package/styles/fluent-dark.css +707 -679
- package/styles/fluent-dark.scss +6 -1
- package/styles/fluent-lite.css +2869 -0
- package/styles/fluent-lite.scss +28 -0
- package/styles/fluent.css +707 -679
- package/styles/fluent.scss +6 -1
- package/styles/fluent2-lite.css +3053 -0
- package/styles/fluent2-lite.scss +28 -0
- package/styles/fluent2.css +746 -676
- package/styles/fluent2.scss +6 -1
- package/styles/highcontrast-light-lite.css +2850 -0
- package/styles/highcontrast-light-lite.scss +28 -0
- package/styles/highcontrast-light.css +655 -602
- package/styles/highcontrast-light.scss +6 -1
- package/styles/highcontrast-lite.css +2872 -0
- package/styles/highcontrast-lite.scss +28 -0
- package/styles/highcontrast.css +673 -620
- 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 +16 -127
- package/styles/list-box/_theme.scss +14 -51
- package/styles/list-box/bootstrap-dark.css +124 -130
- package/styles/list-box/bootstrap-dark.scss +1 -0
- package/styles/list-box/bootstrap.css +130 -136
- package/styles/list-box/bootstrap.scss +1 -0
- package/styles/list-box/bootstrap4.css +174 -184
- package/styles/list-box/bootstrap4.scss +1 -0
- package/styles/list-box/bootstrap5-dark.css +130 -150
- package/styles/list-box/bootstrap5-dark.scss +1 -0
- package/styles/list-box/bootstrap5.3.css +952 -0
- package/styles/list-box/bootstrap5.3.scss +6 -0
- package/styles/list-box/bootstrap5.css +130 -150
- package/styles/list-box/bootstrap5.scss +1 -0
- package/styles/list-box/fabric-dark.css +124 -130
- package/styles/list-box/fabric-dark.scss +1 -0
- package/styles/list-box/fabric.css +130 -136
- package/styles/list-box/fabric.scss +1 -0
- package/styles/list-box/fluent-dark.css +130 -150
- package/styles/list-box/fluent-dark.scss +1 -0
- package/styles/list-box/fluent.css +130 -150
- package/styles/list-box/fluent.scss +1 -0
- package/styles/list-box/fluent2.css +124 -157
- package/styles/list-box/fluent2.scss +1 -0
- package/styles/list-box/highcontrast-light.css +124 -132
- package/styles/list-box/highcontrast-light.scss +1 -0
- package/styles/list-box/highcontrast.css +130 -138
- package/styles/list-box/highcontrast.scss +1 -0
- package/styles/list-box/material-dark.css +124 -129
- package/styles/list-box/material-dark.scss +1 -0
- package/styles/list-box/material.css +130 -135
- package/styles/list-box/material.scss +1 -0
- package/styles/list-box/material3-dark.css +124 -129
- package/styles/list-box/material3-dark.scss +1 -0
- package/styles/list-box/material3.css +124 -129
- package/styles/list-box/material3.scss +1 -0
- package/styles/list-box/tailwind-dark.css +140 -163
- package/styles/list-box/tailwind-dark.scss +1 -0
- package/styles/list-box/tailwind.css +140 -163
- package/styles/list-box/tailwind.scss +1 -0
- package/styles/material-dark-lite.css +3516 -0
- package/styles/material-dark-lite.scss +28 -0
- package/styles/material-dark.css +1301 -1190
- package/styles/material-dark.scss +6 -1
- package/styles/material-lite.css +3548 -0
- package/styles/material-lite.scss +28 -0
- package/styles/material.css +1312 -1201
- package/styles/material.scss +6 -1
- package/styles/material3-dark-lite.css +3462 -0
- package/styles/material3-dark-lite.scss +28 -0
- package/styles/material3-dark.css +1618 -1249
- package/styles/material3-dark.scss +6 -1
- package/styles/material3-lite.css +3464 -0
- package/styles/material3-lite.scss +28 -0
- package/styles/material3.css +1618 -1249
- 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 +2816 -0
- package/styles/tailwind-dark-lite.scss +28 -0
- package/styles/tailwind-dark.css +933 -848
- package/styles/tailwind-dark.scss +6 -1
- package/styles/tailwind-lite.css +2816 -0
- package/styles/tailwind-lite.scss +28 -0
- package/styles/tailwind.css +933 -848
- package/styles/tailwind.scss +6 -1
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
2
2
|
padding: 0 10px 0 0;
|
|
3
3
|
}
|
|
4
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon {
|
|
5
|
-
padding: 0 12px 0 0;
|
|
6
|
-
}
|
|
7
4
|
.e-dropdownbase .e-list-item:not(.e-active).e-hover {
|
|
8
5
|
border: 2px solid #000;
|
|
9
6
|
}
|
|
@@ -21,32 +18,6 @@
|
|
|
21
18
|
padding: 0 8px 0 0;
|
|
22
19
|
}
|
|
23
20
|
|
|
24
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
25
|
-
padding: 0 12px 0 0;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.e-bigger .e-dropdownbase,
|
|
29
|
-
.e-dropdownbase.e-bigger {
|
|
30
|
-
min-height: 45px;
|
|
31
|
-
}
|
|
32
|
-
.e-bigger .e-dropdownbase .e-list-item,
|
|
33
|
-
.e-dropdownbase.e-bigger .e-list-item {
|
|
34
|
-
line-height: 48px;
|
|
35
|
-
text-indent: 10px;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
|
|
39
|
-
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
40
|
-
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
41
|
-
line-height: 48px;
|
|
42
|
-
text-indent: 10px;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
46
|
-
.e-dropdownbase.e-bigger .e-list-item .e-list-icon {
|
|
47
|
-
font-size: 20px;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
21
|
.e-dropdownbase {
|
|
51
22
|
display: block;
|
|
52
23
|
height: 100%;
|
|
@@ -146,14 +117,6 @@
|
|
|
146
117
|
padding-left: 20px;
|
|
147
118
|
}
|
|
148
119
|
|
|
149
|
-
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
150
|
-
padding-left: 20px;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
154
|
-
padding-left: 20px;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
120
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
158
121
|
text-indent: 0;
|
|
159
122
|
}
|
|
@@ -183,14 +146,6 @@
|
|
|
183
146
|
padding-left: 16px;
|
|
184
147
|
padding-right: 0;
|
|
185
148
|
}
|
|
186
|
-
.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
|
|
187
|
-
.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
|
|
188
|
-
.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
|
|
189
|
-
.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item,
|
|
190
|
-
.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item {
|
|
191
|
-
padding-left: 16px;
|
|
192
|
-
padding-right: 0;
|
|
193
|
-
}
|
|
194
149
|
.e-dropdownbase {
|
|
195
150
|
border-color: #757575;
|
|
196
151
|
}
|
|
@@ -245,11 +200,6 @@
|
|
|
245
200
|
background-color: #ecf;
|
|
246
201
|
}
|
|
247
202
|
|
|
248
|
-
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head {
|
|
249
|
-
font-size: 14px;
|
|
250
|
-
padding-left: 10px;
|
|
251
|
-
}
|
|
252
|
-
|
|
253
203
|
.e-multi-column.e-ddl.e-popup.e-popup-open table {
|
|
254
204
|
border-collapse: collapse;
|
|
255
205
|
table-layout: fixed;
|
|
@@ -329,33 +279,6 @@
|
|
|
329
279
|
font-size: 14px;
|
|
330
280
|
}
|
|
331
281
|
|
|
332
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item,
|
|
333
|
-
.e-dropdownbase.e-small.e-bigger .e-list-item {
|
|
334
|
-
color: #000;
|
|
335
|
-
line-height: 40px;
|
|
336
|
-
min-height: 40px;
|
|
337
|
-
text-indent: 16px;
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
341
|
-
.e-dropdownbase.e-small.e-bigger .e-list-group-item,
|
|
342
|
-
.e-dropdownbase.e-small.e-bigger .e-fixed-head {
|
|
343
|
-
line-height: 40px;
|
|
344
|
-
min-height: 40px;
|
|
345
|
-
padding-left: 10px;
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon,
|
|
349
|
-
.e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon {
|
|
350
|
-
font-size: 18px;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
354
|
-
.e-dropdownbase.e-bigger.e-small .e-list-group-item,
|
|
355
|
-
.e-dropdownbase.e-bigger.e-small .e-fixed-head {
|
|
356
|
-
font-size: 14px;
|
|
357
|
-
}
|
|
358
|
-
|
|
359
282
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item {
|
|
360
283
|
background-color: #fff;
|
|
361
284
|
border-bottom: 2px;
|
|
@@ -388,6 +311,81 @@
|
|
|
388
311
|
background-color: #ecf;
|
|
389
312
|
}
|
|
390
313
|
|
|
314
|
+
.e-bigger .e-dropdownbase,
|
|
315
|
+
.e-dropdownbase.e-bigger {
|
|
316
|
+
min-height: 45px;
|
|
317
|
+
}
|
|
318
|
+
.e-bigger .e-dropdownbase .e-list-item,
|
|
319
|
+
.e-dropdownbase.e-bigger .e-list-item {
|
|
320
|
+
line-height: 48px;
|
|
321
|
+
text-indent: 10px;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
|
|
325
|
+
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
326
|
+
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
327
|
+
line-height: 48px;
|
|
328
|
+
text-indent: 10px;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
332
|
+
.e-dropdownbase.e-bigger .e-list-item .e-list-icon {
|
|
333
|
+
font-size: 20px;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
337
|
+
padding-left: 20px;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
341
|
+
padding-left: 20px;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
|
|
345
|
+
.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
|
|
346
|
+
.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
|
|
347
|
+
.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item,
|
|
348
|
+
.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item {
|
|
349
|
+
padding-left: 16px;
|
|
350
|
+
padding-right: 0;
|
|
351
|
+
}
|
|
352
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head {
|
|
353
|
+
font-size: 14px;
|
|
354
|
+
padding-left: 10px;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
358
|
+
.e-dropdownbase.e-bigger.e-small .e-list-group-item,
|
|
359
|
+
.e-dropdownbase.e-bigger.e-small .e-fixed-head {
|
|
360
|
+
font-size: 14px;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item,
|
|
364
|
+
.e-dropdownbase.e-small.e-bigger .e-list-item {
|
|
365
|
+
color: #000;
|
|
366
|
+
line-height: 40px;
|
|
367
|
+
min-height: 40px;
|
|
368
|
+
text-indent: 16px;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
372
|
+
.e-dropdownbase.e-small.e-bigger .e-list-group-item,
|
|
373
|
+
.e-dropdownbase.e-small.e-bigger .e-fixed-head {
|
|
374
|
+
line-height: 40px;
|
|
375
|
+
min-height: 40px;
|
|
376
|
+
padding-left: 10px;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon,
|
|
380
|
+
.e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon {
|
|
381
|
+
font-size: 18px;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
385
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
386
|
+
padding: 0 12px 0 0;
|
|
387
|
+
}
|
|
388
|
+
|
|
391
389
|
/* stylelint-disable property-no-vendor-prefix */
|
|
392
390
|
/* stylelint-disable property-no-vendor-prefix */
|
|
393
391
|
@-webkit-keyframes material-spinner-rotate {
|
|
@@ -430,10 +428,6 @@
|
|
|
430
428
|
transform: rotate(360deg);
|
|
431
429
|
}
|
|
432
430
|
}
|
|
433
|
-
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
434
|
-
height: 36px;
|
|
435
|
-
}
|
|
436
|
-
|
|
437
431
|
.e-popup.e-ddl .e-dropdownbase {
|
|
438
432
|
min-height: 26px;
|
|
439
433
|
}
|
|
@@ -476,39 +470,6 @@
|
|
|
476
470
|
.e-ddl.e-popup .e-filter-parent .e-input-group.e-control-wrapper:hover:active {
|
|
477
471
|
border-color: #000;
|
|
478
472
|
}
|
|
479
|
-
.e-bigger .e-ddl.e-popup.e-ddl-device.e-ddl-device-filter {
|
|
480
|
-
margin-top: 0;
|
|
481
|
-
}
|
|
482
|
-
.e-bigger .e-ddl.e-popup .e-list-item, .e-bigger .e-ddl.e-popup .e-list-group-item, .e-bigger .e-ddl.e-popup .e-fixed-head {
|
|
483
|
-
font-size: 15px;
|
|
484
|
-
line-height: 45px;
|
|
485
|
-
padding-left: 0;
|
|
486
|
-
text-indent: 16px;
|
|
487
|
-
}
|
|
488
|
-
.e-bigger .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
489
|
-
padding-left: 4px;
|
|
490
|
-
}
|
|
491
|
-
.e-bigger .e-ddl.e-popup .e-input-group {
|
|
492
|
-
padding: 4px 0;
|
|
493
|
-
}
|
|
494
|
-
.e-bigger .e-ddl.e-popup .e-input-group input {
|
|
495
|
-
height: 30px;
|
|
496
|
-
}
|
|
497
|
-
.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 {
|
|
498
|
-
font-size: 14px;
|
|
499
|
-
line-height: 40px;
|
|
500
|
-
padding-left: 0;
|
|
501
|
-
text-indent: 16px;
|
|
502
|
-
}
|
|
503
|
-
.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
504
|
-
padding-left: 4px;
|
|
505
|
-
}
|
|
506
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group {
|
|
507
|
-
padding: 0;
|
|
508
|
-
}
|
|
509
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group input {
|
|
510
|
-
height: 34px;
|
|
511
|
-
}
|
|
512
473
|
|
|
513
474
|
.e-ddl .e-search-icon::before {
|
|
514
475
|
content: "\e97d";
|
|
@@ -523,30 +484,6 @@
|
|
|
523
484
|
font-family: "e-icons";
|
|
524
485
|
}
|
|
525
486
|
|
|
526
|
-
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
527
|
-
margin-left: -20px;
|
|
528
|
-
}
|
|
529
|
-
|
|
530
|
-
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
531
|
-
font-size: 15px;
|
|
532
|
-
}
|
|
533
|
-
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
534
|
-
font-size: 15px;
|
|
535
|
-
}
|
|
536
|
-
.e-bigger .e-ddl.e-popup .e-input-group {
|
|
537
|
-
padding: 4px 0;
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
541
|
-
font-size: 15px;
|
|
542
|
-
}
|
|
543
|
-
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
544
|
-
font-size: 15px;
|
|
545
|
-
}
|
|
546
|
-
.e-bigger.e-ddl.e-popup .e-input-group {
|
|
547
|
-
padding: 4px 0;
|
|
548
|
-
}
|
|
549
|
-
|
|
550
487
|
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
551
488
|
display: block;
|
|
552
489
|
visibility: hidden;
|
|
@@ -737,24 +674,6 @@ ejs-dropdownlist {
|
|
|
737
674
|
font-size: 13px;
|
|
738
675
|
}
|
|
739
676
|
|
|
740
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
741
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
742
|
-
font-size: 14px;
|
|
743
|
-
}
|
|
744
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
745
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
746
|
-
font-size: 14px;
|
|
747
|
-
}
|
|
748
|
-
|
|
749
|
-
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
750
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
751
|
-
font-size: 14px;
|
|
752
|
-
}
|
|
753
|
-
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
754
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
755
|
-
font-size: 14px;
|
|
756
|
-
}
|
|
757
|
-
|
|
758
677
|
.e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
759
678
|
.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
760
679
|
.e-content-placeholder.e-combobox.e-placeholder-combobox {
|
|
@@ -762,16 +681,6 @@ ejs-dropdownlist {
|
|
|
762
681
|
min-height: 33px;
|
|
763
682
|
}
|
|
764
683
|
|
|
765
|
-
.e-bigger .e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
766
|
-
.e-bigger.e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
767
|
-
.e-bigger .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
768
|
-
.e-bigger.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
769
|
-
.e-bigger .e-content-placeholder.e-combobox.e-placeholder-combobox,
|
|
770
|
-
.e-bigger.e-content-placeholder.e-combobox.e-placeholder-combobox {
|
|
771
|
-
background-size: 300px 40px;
|
|
772
|
-
min-height: 40px;
|
|
773
|
-
}
|
|
774
|
-
|
|
775
684
|
.e-popup {
|
|
776
685
|
border-color: #757575;
|
|
777
686
|
}
|
|
@@ -781,18 +690,113 @@ ejs-dropdownlist {
|
|
|
781
690
|
color: #000;
|
|
782
691
|
}
|
|
783
692
|
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
content: "\e966";
|
|
693
|
+
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
694
|
+
border-color: transparent;
|
|
695
|
+
background: none;
|
|
788
696
|
}
|
|
789
|
-
|
|
790
|
-
|
|
697
|
+
|
|
698
|
+
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
699
|
+
margin-left: -20px;
|
|
791
700
|
}
|
|
792
701
|
|
|
793
|
-
.e-
|
|
794
|
-
|
|
795
|
-
|
|
702
|
+
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
703
|
+
font-size: 15px;
|
|
704
|
+
}
|
|
705
|
+
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
706
|
+
font-size: 15px;
|
|
707
|
+
}
|
|
708
|
+
.e-bigger .e-ddl.e-popup .e-input-group {
|
|
709
|
+
padding: 4px 0;
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
713
|
+
font-size: 15px;
|
|
714
|
+
}
|
|
715
|
+
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
716
|
+
font-size: 15px;
|
|
717
|
+
}
|
|
718
|
+
.e-bigger.e-ddl.e-popup .e-input-group {
|
|
719
|
+
padding: 4px 0;
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
723
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
724
|
+
font-size: 14px;
|
|
725
|
+
}
|
|
726
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
727
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
728
|
+
font-size: 14px;
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
732
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
733
|
+
font-size: 14px;
|
|
734
|
+
}
|
|
735
|
+
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
736
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
737
|
+
font-size: 14px;
|
|
738
|
+
}
|
|
739
|
+
|
|
740
|
+
.e-bigger .e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
741
|
+
.e-bigger.e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
742
|
+
.e-bigger .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
743
|
+
.e-bigger.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
744
|
+
.e-bigger .e-content-placeholder.e-combobox.e-placeholder-combobox,
|
|
745
|
+
.e-bigger.e-content-placeholder.e-combobox.e-placeholder-combobox {
|
|
746
|
+
background-size: 300px 40px;
|
|
747
|
+
min-height: 40px;
|
|
748
|
+
}
|
|
749
|
+
|
|
750
|
+
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
751
|
+
height: 36px;
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
.e-bigger .e-ddl.e-popup.e-ddl-device.e-ddl-device-filter {
|
|
755
|
+
margin-top: 0;
|
|
756
|
+
}
|
|
757
|
+
.e-bigger .e-ddl.e-popup .e-list-item, .e-bigger .e-ddl.e-popup .e-list-group-item, .e-bigger .e-ddl.e-popup .e-fixed-head {
|
|
758
|
+
font-size: 15px;
|
|
759
|
+
line-height: 45px;
|
|
760
|
+
padding-left: 0;
|
|
761
|
+
text-indent: 16px;
|
|
762
|
+
}
|
|
763
|
+
.e-bigger .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
764
|
+
padding-left: 4px;
|
|
765
|
+
}
|
|
766
|
+
.e-bigger .e-ddl.e-popup .e-input-group {
|
|
767
|
+
padding: 4px 0;
|
|
768
|
+
}
|
|
769
|
+
.e-bigger .e-ddl.e-popup .e-input-group input {
|
|
770
|
+
height: 46px;
|
|
771
|
+
}
|
|
772
|
+
.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 {
|
|
773
|
+
font-size: 14px;
|
|
774
|
+
line-height: 40px;
|
|
775
|
+
padding-left: 0;
|
|
776
|
+
text-indent: 16px;
|
|
777
|
+
}
|
|
778
|
+
.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
779
|
+
padding-left: 4px;
|
|
780
|
+
}
|
|
781
|
+
.e-bigger.e-small .e-ddl.e-popup .e-input-group {
|
|
782
|
+
padding: 0;
|
|
783
|
+
}
|
|
784
|
+
.e-bigger.e-small .e-ddl.e-popup .e-input-group input {
|
|
785
|
+
height: 34px;
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
/* stylelint-disable */
|
|
789
|
+
/* stylelint-disable */
|
|
790
|
+
.e-ddt .e-ddt-icon::before {
|
|
791
|
+
content: "\e966";
|
|
792
|
+
}
|
|
793
|
+
.e-ddt .e-chips-close::before {
|
|
794
|
+
content: "\e7a7";
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
.e-ddt {
|
|
798
|
+
cursor: pointer;
|
|
799
|
+
outline: none;
|
|
796
800
|
}
|
|
797
801
|
.e-ddt .e-ddt-icon::before {
|
|
798
802
|
-webkit-transform: rotate(0deg);
|
|
@@ -1091,6 +1095,38 @@ ejs-dropdownlist {
|
|
|
1091
1095
|
display: none;
|
|
1092
1096
|
}
|
|
1093
1097
|
|
|
1098
|
+
.e-ddt .e-chips {
|
|
1099
|
+
background-color: #3d3d3d;
|
|
1100
|
+
}
|
|
1101
|
+
.e-ddt .e-chips .e-chips-close::before {
|
|
1102
|
+
color: #fff;
|
|
1103
|
+
}
|
|
1104
|
+
.e-ddt .e-chips > .e-chipcontent {
|
|
1105
|
+
color: #fff;
|
|
1106
|
+
}
|
|
1107
|
+
.e-ddt .e-overflow .e-remain {
|
|
1108
|
+
color: #000;
|
|
1109
|
+
}
|
|
1110
|
+
.e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
|
|
1111
|
+
background-color: #fff;
|
|
1112
|
+
}
|
|
1113
|
+
.e-ddt.e-popup {
|
|
1114
|
+
background: #fff;
|
|
1115
|
+
border-color: #757575;
|
|
1116
|
+
}
|
|
1117
|
+
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1118
|
+
color: #000;
|
|
1119
|
+
}
|
|
1120
|
+
.e-ddt.e-popup .e-selectall-parent {
|
|
1121
|
+
border-bottom-color: #757575;
|
|
1122
|
+
}
|
|
1123
|
+
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1124
|
+
background: #ecf;
|
|
1125
|
+
}
|
|
1126
|
+
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1127
|
+
color: #000;
|
|
1128
|
+
}
|
|
1129
|
+
|
|
1094
1130
|
.e-bigger .e-ddt .e-chips,
|
|
1095
1131
|
.e-ddt.e-bigger .e-chips {
|
|
1096
1132
|
height: 34px;
|
|
@@ -1163,38 +1199,6 @@ ejs-dropdownlist {
|
|
|
1163
1199
|
right: auto;
|
|
1164
1200
|
}
|
|
1165
1201
|
|
|
1166
|
-
.e-ddt .e-chips {
|
|
1167
|
-
background-color: #3d3d3d;
|
|
1168
|
-
}
|
|
1169
|
-
.e-ddt .e-chips .e-chips-close::before {
|
|
1170
|
-
color: #fff;
|
|
1171
|
-
}
|
|
1172
|
-
.e-ddt .e-chips > .e-chipcontent {
|
|
1173
|
-
color: #fff;
|
|
1174
|
-
}
|
|
1175
|
-
.e-ddt .e-overflow .e-remain {
|
|
1176
|
-
color: #000;
|
|
1177
|
-
}
|
|
1178
|
-
.e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
|
|
1179
|
-
background-color: #fff;
|
|
1180
|
-
}
|
|
1181
|
-
.e-ddt.e-popup {
|
|
1182
|
-
background: #fff;
|
|
1183
|
-
border-color: #757575;
|
|
1184
|
-
}
|
|
1185
|
-
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1186
|
-
color: #000;
|
|
1187
|
-
}
|
|
1188
|
-
.e-ddt.e-popup .e-selectall-parent {
|
|
1189
|
-
border-bottom-color: #757575;
|
|
1190
|
-
}
|
|
1191
|
-
.e-ddt.e-popup .e-selectall-parent:focus {
|
|
1192
|
-
background: #ecf;
|
|
1193
|
-
}
|
|
1194
|
-
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1195
|
-
color: #000;
|
|
1196
|
-
}
|
|
1197
|
-
|
|
1198
1202
|
/* stylelint-disable-line no-empty-source */
|
|
1199
1203
|
/* stylelint-disable-line no-empty-source */
|
|
1200
1204
|
.e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
|
|
@@ -1256,7 +1260,7 @@ ejs-dropdownlist {
|
|
|
1256
1260
|
background-color: #400074;
|
|
1257
1261
|
}
|
|
1258
1262
|
|
|
1259
|
-
.e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon
|
|
1263
|
+
.e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon {
|
|
1260
1264
|
padding-left: 0;
|
|
1261
1265
|
}
|
|
1262
1266
|
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-selectall-parent {
|
|
@@ -1481,11 +1485,6 @@ ejs-dropdownlist {
|
|
|
1481
1485
|
padding: 0 0 0 48px;
|
|
1482
1486
|
}
|
|
1483
1487
|
|
|
1484
|
-
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
1485
|
-
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1486
|
-
margin-top: -2.8em;
|
|
1487
|
-
}
|
|
1488
|
-
|
|
1489
1488
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
|
|
1490
1489
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
|
|
1491
1490
|
opacity: 0.7;
|
|
@@ -1502,10 +1501,6 @@ ejs-dropdownlist {
|
|
|
1502
1501
|
top: 15px;
|
|
1503
1502
|
}
|
|
1504
1503
|
|
|
1505
|
-
.e-bigger .e-multi-select-wrapper {
|
|
1506
|
-
min-height: 38px;
|
|
1507
|
-
}
|
|
1508
|
-
|
|
1509
1504
|
.e-multi-select-wrapper.e-close-icon-hide {
|
|
1510
1505
|
padding-right: 0;
|
|
1511
1506
|
}
|
|
@@ -1539,10 +1534,6 @@ ejs-dropdownlist {
|
|
|
1539
1534
|
white-space: nowrap;
|
|
1540
1535
|
}
|
|
1541
1536
|
|
|
1542
|
-
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
1543
|
-
margin: 4px 2px 2px 0;
|
|
1544
|
-
}
|
|
1545
|
-
|
|
1546
1537
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1547
1538
|
max-width: 100%;
|
|
1548
1539
|
overflow: hidden;
|
|
@@ -1564,13 +1555,11 @@ ejs-dropdownlist {
|
|
|
1564
1555
|
float: none;
|
|
1565
1556
|
}
|
|
1566
1557
|
|
|
1567
|
-
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent
|
|
1568
|
-
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1558
|
+
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
|
|
1569
1559
|
padding: 6px 8px 6px 0;
|
|
1570
1560
|
}
|
|
1571
1561
|
|
|
1572
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent
|
|
1573
|
-
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1562
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
|
|
1574
1563
|
padding: 6px 0 6px 8px;
|
|
1575
1564
|
}
|
|
1576
1565
|
|
|
@@ -1612,32 +1601,11 @@ ejs-dropdownlist {
|
|
|
1612
1601
|
right: 27px;
|
|
1613
1602
|
}
|
|
1614
1603
|
|
|
1615
|
-
.e-bigger .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1616
|
-
.e-bigger .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1617
|
-
right: 38px;
|
|
1618
|
-
}
|
|
1619
|
-
|
|
1620
1604
|
.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1621
1605
|
left: 27px;
|
|
1622
1606
|
right: auto;
|
|
1623
1607
|
}
|
|
1624
1608
|
|
|
1625
|
-
.e-bigger .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon,
|
|
1626
|
-
.e-bigger.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1627
|
-
left: 38px;
|
|
1628
|
-
right: auto;
|
|
1629
|
-
}
|
|
1630
|
-
|
|
1631
|
-
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1632
|
-
margin-top: -3.5em;
|
|
1633
|
-
}
|
|
1634
|
-
|
|
1635
|
-
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1636
|
-
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1637
|
-
margin-top: -3.5em;
|
|
1638
|
-
margin-top: -3.2em;
|
|
1639
|
-
}
|
|
1640
|
-
|
|
1641
1609
|
.e-multi-select-wrapper input[type=text] {
|
|
1642
1610
|
background: none;
|
|
1643
1611
|
border: 0;
|
|
@@ -1669,17 +1637,6 @@ ejs-dropdownlist {
|
|
|
1669
1637
|
padding: 5px;
|
|
1670
1638
|
}
|
|
1671
1639
|
|
|
1672
|
-
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
1673
|
-
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
1674
|
-
height: 28px;
|
|
1675
|
-
min-height: 28px;
|
|
1676
|
-
}
|
|
1677
|
-
|
|
1678
|
-
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
1679
|
-
height: 38px;
|
|
1680
|
-
min-height: 38px;
|
|
1681
|
-
}
|
|
1682
|
-
|
|
1683
1640
|
/* stylelint-disable property-no-vendor-prefix */
|
|
1684
1641
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
1685
1642
|
display: none;
|
|
@@ -1695,23 +1652,11 @@ ejs-dropdownlist {
|
|
|
1695
1652
|
width: calc(100% - 40px);
|
|
1696
1653
|
}
|
|
1697
1654
|
|
|
1698
|
-
.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1699
|
-
.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
1700
|
-
width: calc(100% - 48px);
|
|
1701
|
-
}
|
|
1702
|
-
|
|
1703
1655
|
.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1704
1656
|
.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
1705
1657
|
width: calc(100% - 40px);
|
|
1706
1658
|
}
|
|
1707
1659
|
|
|
1708
|
-
.e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1709
|
-
.e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1710
|
-
.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1711
|
-
.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
1712
|
-
width: calc(100% - 44px);
|
|
1713
|
-
}
|
|
1714
|
-
|
|
1715
1660
|
.e-multi-select-wrapper .e-delim-values {
|
|
1716
1661
|
font-family: inherit;
|
|
1717
1662
|
font-size: 14px;
|
|
@@ -1722,11 +1667,6 @@ ejs-dropdownlist {
|
|
|
1722
1667
|
vertical-align: middle;
|
|
1723
1668
|
}
|
|
1724
1669
|
|
|
1725
|
-
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
1726
|
-
line-height: 36px;
|
|
1727
|
-
padding-left: 10px;
|
|
1728
|
-
}
|
|
1729
|
-
|
|
1730
1670
|
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
1731
1671
|
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
1732
1672
|
display: none;
|
|
@@ -1853,10 +1793,6 @@ ejs-dropdownlist {
|
|
|
1853
1793
|
padding-right: 18px;
|
|
1854
1794
|
}
|
|
1855
1795
|
|
|
1856
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
1857
|
-
padding-right: 8px;
|
|
1858
|
-
}
|
|
1859
|
-
|
|
1860
1796
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
1861
1797
|
bottom: 1px;
|
|
1862
1798
|
margin-right: 8px;
|
|
@@ -1865,18 +1801,6 @@ ejs-dropdownlist {
|
|
|
1865
1801
|
vertical-align: middle;
|
|
1866
1802
|
}
|
|
1867
1803
|
|
|
1868
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
1869
|
-
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
1870
|
-
bottom: 1px;
|
|
1871
|
-
margin-right: 10px;
|
|
1872
|
-
}
|
|
1873
|
-
|
|
1874
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
1875
|
-
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
1876
|
-
bottom: 1px;
|
|
1877
|
-
margin-right: 10px;
|
|
1878
|
-
}
|
|
1879
|
-
|
|
1880
1804
|
.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
1881
1805
|
margin-left: 12px;
|
|
1882
1806
|
margin-right: 0;
|
|
@@ -1899,18 +1823,6 @@ ejs-dropdownlist {
|
|
|
1899
1823
|
padding-right: 10px;
|
|
1900
1824
|
}
|
|
1901
1825
|
|
|
1902
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-group-item {
|
|
1903
|
-
padding-right: 16px;
|
|
1904
|
-
}
|
|
1905
|
-
|
|
1906
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
1907
|
-
padding-left: 16px;
|
|
1908
|
-
}
|
|
1909
|
-
|
|
1910
|
-
.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 {
|
|
1911
|
-
padding-left: 20px;
|
|
1912
|
-
}
|
|
1913
|
-
|
|
1914
1826
|
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
1915
1827
|
cursor: pointer;
|
|
1916
1828
|
display: block;
|
|
@@ -1936,13 +1848,6 @@ ejs-dropdownlist {
|
|
|
1936
1848
|
font-size: 14px;
|
|
1937
1849
|
}
|
|
1938
1850
|
|
|
1939
|
-
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
1940
|
-
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
1941
|
-
font-size: 14px;
|
|
1942
|
-
line-height: 46px;
|
|
1943
|
-
text-indent: 17px;
|
|
1944
|
-
}
|
|
1945
|
-
|
|
1946
1851
|
.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
1947
1852
|
bottom: 1px;
|
|
1948
1853
|
margin-right: 8px;
|
|
@@ -1951,12 +1856,6 @@ ejs-dropdownlist {
|
|
|
1951
1856
|
vertical-align: middle;
|
|
1952
1857
|
}
|
|
1953
1858
|
|
|
1954
|
-
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
1955
|
-
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
1956
|
-
bottom: 1px;
|
|
1957
|
-
margin-right: 10px;
|
|
1958
|
-
}
|
|
1959
|
-
|
|
1960
1859
|
.e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper {
|
|
1961
1860
|
margin-left: 12px;
|
|
1962
1861
|
margin-right: 0;
|
|
@@ -1981,13 +1880,7 @@ ejs-dropdownlist {
|
|
|
1981
1880
|
padding: 8px;
|
|
1982
1881
|
}
|
|
1983
1882
|
|
|
1984
|
-
.e-
|
|
1985
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
1986
|
-
padding: 4px 0;
|
|
1987
|
-
}
|
|
1988
|
-
|
|
1989
|
-
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon,
|
|
1990
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
1883
|
+
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
1991
1884
|
padding-left: 8px;
|
|
1992
1885
|
}
|
|
1993
1886
|
|
|
@@ -2056,52 +1949,11 @@ ejs-multiselect {
|
|
|
2056
1949
|
margin-top: -2.5em;
|
|
2057
1950
|
}
|
|
2058
1951
|
|
|
2059
|
-
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2060
|
-
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2061
|
-
line-height: 40px;
|
|
2062
|
-
}
|
|
2063
|
-
|
|
2064
|
-
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2065
|
-
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2066
|
-
margin-top: -2.85em;
|
|
2067
|
-
}
|
|
2068
|
-
|
|
2069
|
-
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
2070
|
-
height: 26px;
|
|
2071
|
-
width: 26px;
|
|
2072
|
-
}
|
|
2073
|
-
|
|
2074
|
-
.e-bigger.e-small .e-multi-select-wrapper {
|
|
2075
|
-
min-height: 26px;
|
|
2076
|
-
}
|
|
2077
|
-
|
|
2078
|
-
.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
|
|
2079
|
-
height: 34px;
|
|
2080
|
-
min-height: 34px;
|
|
2081
|
-
}
|
|
2082
|
-
|
|
2083
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
2084
|
-
font-size: 14px;
|
|
2085
|
-
line-height: 34px;
|
|
2086
|
-
}
|
|
2087
|
-
|
|
2088
|
-
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2089
|
-
.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2090
|
-
margin-top: -3.2em;
|
|
2091
|
-
right: 0;
|
|
2092
|
-
}
|
|
2093
|
-
|
|
2094
1952
|
.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
2095
1953
|
background-size: 300px 33px;
|
|
2096
1954
|
min-height: 33px;
|
|
2097
1955
|
}
|
|
2098
1956
|
|
|
2099
|
-
.e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect,
|
|
2100
|
-
.e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
2101
|
-
background-size: 300px 40px;
|
|
2102
|
-
min-height: 40px;
|
|
2103
|
-
}
|
|
2104
|
-
|
|
2105
1957
|
.e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
|
|
2106
1958
|
color: inherit;
|
|
2107
1959
|
}
|
|
@@ -2117,24 +1969,11 @@ ejs-multiselect {
|
|
|
2117
1969
|
padding: 0 12px 0 8px;
|
|
2118
1970
|
}
|
|
2119
1971
|
|
|
2120
|
-
.e-
|
|
2121
|
-
.e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
2122
|
-
padding: 3px 12px 0 4px;
|
|
2123
|
-
}
|
|
2124
|
-
|
|
2125
|
-
.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2126
|
-
.e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2127
|
-
.e-bigger.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2128
|
-
.e-bigger .e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2129
|
-
.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
1972
|
+
.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
2130
1973
|
padding: 0;
|
|
2131
1974
|
}
|
|
2132
1975
|
|
|
2133
|
-
.e-filled.e-float-input .e-multi-select-wrapper
|
|
2134
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2135
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper,
|
|
2136
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2137
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper {
|
|
1976
|
+
.e-filled.e-float-input .e-multi-select-wrapper {
|
|
2138
1977
|
padding: 11px 12px 0;
|
|
2139
1978
|
}
|
|
2140
1979
|
|
|
@@ -2143,35 +1982,15 @@ ejs-multiselect {
|
|
|
2143
1982
|
padding: 12px 12px 0 8px;
|
|
2144
1983
|
}
|
|
2145
1984
|
|
|
2146
|
-
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2147
|
-
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper {
|
|
2148
|
-
padding: 19px 12px 0 16px;
|
|
2149
|
-
}
|
|
2150
|
-
|
|
2151
|
-
.e-bigger:not(.e-small).e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
2152
|
-
padding-top: 3px;
|
|
2153
|
-
}
|
|
2154
|
-
|
|
2155
1985
|
.e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2156
1986
|
.e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper {
|
|
2157
1987
|
padding: 0;
|
|
2158
1988
|
}
|
|
2159
1989
|
|
|
2160
|
-
.e-
|
|
2161
|
-
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
|
|
2162
|
-
padding: 5px 0;
|
|
2163
|
-
}
|
|
2164
|
-
|
|
2165
|
-
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2166
|
-
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2167
|
-
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2168
|
-
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2169
|
-
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1990
|
+
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2170
1991
|
height: 28px;
|
|
2171
1992
|
}
|
|
2172
1993
|
|
|
2173
|
-
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2174
|
-
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2175
1994
|
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2176
1995
|
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2177
1996
|
.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip,
|
|
@@ -2180,54 +1999,22 @@ ejs-multiselect {
|
|
|
2180
1999
|
height: 24px;
|
|
2181
2000
|
}
|
|
2182
2001
|
|
|
2183
|
-
.e-
|
|
2184
|
-
.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2185
|
-
height: 32px;
|
|
2186
|
-
}
|
|
2187
|
-
|
|
2188
|
-
.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2189
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2190
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2191
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2192
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2002
|
+
.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2193
2003
|
height: 18px;
|
|
2194
2004
|
}
|
|
2195
2005
|
|
|
2196
2006
|
.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2197
|
-
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips
|
|
2198
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2199
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2200
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2201
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2202
|
-
.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2203
|
-
.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2204
|
-
.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2205
|
-
.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2007
|
+
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2206
2008
|
margin: 8px 8px 0 0;
|
|
2207
2009
|
padding: 0 8px;
|
|
2208
2010
|
}
|
|
2209
2011
|
|
|
2210
2012
|
.e-rtl.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2211
|
-
.e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips
|
|
2212
|
-
.e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2213
|
-
.e-rtl.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2214
|
-
.e-rtl.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2215
|
-
.e-rtl.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2216
|
-
.e-rtl.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2217
|
-
.e-rtl.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2218
|
-
.e-rtl.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2219
|
-
.e-rtl.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2013
|
+
.e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2220
2014
|
margin: 8px 0 0 8px;
|
|
2221
2015
|
padding: 0 8px;
|
|
2222
2016
|
}
|
|
2223
2017
|
|
|
2224
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2225
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2226
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2227
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2228
|
-
padding-left: 8px;
|
|
2229
|
-
}
|
|
2230
|
-
|
|
2231
2018
|
.e-small .e-filled .e-multi-select-wrapper .e-chips,
|
|
2232
2019
|
.e-small.e-filled .e-multi-select-wrapper .e-chips {
|
|
2233
2020
|
height: 16px;
|
|
@@ -2240,11 +2027,7 @@ ejs-multiselect {
|
|
|
2240
2027
|
margin: 4px 0 0 4px;
|
|
2241
2028
|
}
|
|
2242
2029
|
|
|
2243
|
-
.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
2244
|
-
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2245
|
-
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2246
|
-
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2247
|
-
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2030
|
+
.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2248
2031
|
font-size: 13px;
|
|
2249
2032
|
padding: 0 8px 0 0;
|
|
2250
2033
|
}
|
|
@@ -2254,20 +2037,12 @@ ejs-multiselect {
|
|
|
2254
2037
|
font-size: 12px;
|
|
2255
2038
|
}
|
|
2256
2039
|
|
|
2257
|
-
.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
2258
|
-
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2259
|
-
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2260
|
-
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2261
|
-
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2040
|
+
.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2262
2041
|
font-size: 12px;
|
|
2263
2042
|
padding: 0 4px 0 0;
|
|
2264
2043
|
}
|
|
2265
2044
|
|
|
2266
|
-
.e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
2267
|
-
.e-rtl.e-bigger.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2268
|
-
.e-rtl.e-bigger.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2269
|
-
.e-rtl.e-bigger .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2270
|
-
.e-rtl.e-small .e-bigger.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2045
|
+
.e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2271
2046
|
padding: 0 0 0 4px;
|
|
2272
2047
|
}
|
|
2273
2048
|
|
|
@@ -2276,30 +2051,11 @@ ejs-multiselect {
|
|
|
2276
2051
|
font-size: 10px;
|
|
2277
2052
|
}
|
|
2278
2053
|
|
|
2279
|
-
.e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2280
|
-
.e-bigger .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2281
|
-
font-size: 13px;
|
|
2282
|
-
}
|
|
2283
|
-
|
|
2284
2054
|
.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips > .e-chipcontent {
|
|
2285
2055
|
font-size: 13px;
|
|
2286
2056
|
padding-right: 4px;
|
|
2287
2057
|
}
|
|
2288
2058
|
|
|
2289
|
-
.e-rtl.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
2290
|
-
.e-rtl.e-bigger .e-filled .e-multi-select-wrapper .e-chips,
|
|
2291
|
-
.e-rtl.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2292
|
-
.e-rtl.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2293
|
-
.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
2294
|
-
.e-bigger .e-filled .e-multi-select-wrapper .e-chips {
|
|
2295
|
-
padding: 0 12px;
|
|
2296
|
-
}
|
|
2297
|
-
|
|
2298
|
-
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2299
|
-
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2300
|
-
padding-right: 8px;
|
|
2301
|
-
}
|
|
2302
|
-
|
|
2303
2059
|
.e-filled.e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2304
2060
|
.e-multiselect.e-control-container .e-filled.e-multi-select-wrapper .e-clear-icon {
|
|
2305
2061
|
height: 38px;
|
|
@@ -2396,8 +2152,7 @@ ejs-multiselect {
|
|
|
2396
2152
|
color: #fff;
|
|
2397
2153
|
}
|
|
2398
2154
|
|
|
2399
|
-
.e-multi-select-wrapper .e-chips.e-mob-chip
|
|
2400
|
-
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
2155
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
2401
2156
|
height: 30px;
|
|
2402
2157
|
}
|
|
2403
2158
|
|
|
@@ -2538,8 +2293,304 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2538
2293
|
left: 7px;
|
|
2539
2294
|
}
|
|
2540
2295
|
|
|
2541
|
-
.e-
|
|
2542
|
-
|
|
2296
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
2297
|
+
-webkit-text-fill-color: #757575;
|
|
2298
|
+
color: #757575;
|
|
2299
|
+
}
|
|
2300
|
+
|
|
2301
|
+
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
2302
|
+
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2303
|
+
margin-top: -2.8em;
|
|
2304
|
+
}
|
|
2305
|
+
|
|
2306
|
+
.e-bigger .e-multi-select-wrapper {
|
|
2307
|
+
min-height: 38px;
|
|
2308
|
+
}
|
|
2309
|
+
|
|
2310
|
+
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
2311
|
+
margin: 4px 2px 2px 0;
|
|
2312
|
+
}
|
|
2313
|
+
|
|
2314
|
+
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2315
|
+
padding: 6px 8px 6px 0;
|
|
2316
|
+
}
|
|
2317
|
+
|
|
2318
|
+
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2319
|
+
padding: 6px 0 6px 8px;
|
|
2320
|
+
}
|
|
2321
|
+
|
|
2322
|
+
.e-bigger .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
2323
|
+
.e-bigger .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
2324
|
+
right: 38px;
|
|
2325
|
+
}
|
|
2326
|
+
|
|
2327
|
+
.e-bigger .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon,
|
|
2328
|
+
.e-bigger.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
2329
|
+
left: 38px;
|
|
2330
|
+
right: auto;
|
|
2331
|
+
}
|
|
2332
|
+
|
|
2333
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
2334
|
+
margin-top: -3.5em;
|
|
2335
|
+
}
|
|
2336
|
+
|
|
2337
|
+
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
2338
|
+
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2339
|
+
margin-top: -3.5em;
|
|
2340
|
+
margin-top: -3.2em;
|
|
2341
|
+
}
|
|
2342
|
+
|
|
2343
|
+
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
2344
|
+
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
2345
|
+
height: 28px;
|
|
2346
|
+
min-height: 28px;
|
|
2347
|
+
}
|
|
2348
|
+
|
|
2349
|
+
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
2350
|
+
height: 38px;
|
|
2351
|
+
min-height: 38px;
|
|
2352
|
+
}
|
|
2353
|
+
|
|
2354
|
+
.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2355
|
+
.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
2356
|
+
width: calc(100% - 48px);
|
|
2357
|
+
}
|
|
2358
|
+
|
|
2359
|
+
.e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2360
|
+
.e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2361
|
+
.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
2362
|
+
.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
2363
|
+
width: calc(100% - 44px);
|
|
2364
|
+
}
|
|
2365
|
+
|
|
2366
|
+
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
2367
|
+
line-height: 36px;
|
|
2368
|
+
padding-left: 10px;
|
|
2369
|
+
}
|
|
2370
|
+
|
|
2371
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
2372
|
+
padding-right: 8px;
|
|
2373
|
+
}
|
|
2374
|
+
|
|
2375
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
2376
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
2377
|
+
bottom: 1px;
|
|
2378
|
+
margin-right: 10px;
|
|
2379
|
+
}
|
|
2380
|
+
|
|
2381
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
2382
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
2383
|
+
bottom: 1px;
|
|
2384
|
+
margin-right: 10px;
|
|
2385
|
+
}
|
|
2386
|
+
|
|
2387
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-group-item {
|
|
2388
|
+
padding-right: 16px;
|
|
2389
|
+
}
|
|
2390
|
+
|
|
2391
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
2392
|
+
padding-left: 16px;
|
|
2393
|
+
}
|
|
2394
|
+
|
|
2395
|
+
.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 {
|
|
2396
|
+
padding-left: 20px;
|
|
2397
|
+
}
|
|
2398
|
+
|
|
2399
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2400
|
+
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2401
|
+
font-size: 14px;
|
|
2402
|
+
line-height: 46px;
|
|
2403
|
+
text-indent: 17px;
|
|
2404
|
+
}
|
|
2405
|
+
|
|
2406
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
2407
|
+
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
2408
|
+
bottom: 1px;
|
|
2409
|
+
margin-right: 10px;
|
|
2410
|
+
}
|
|
2411
|
+
|
|
2412
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
|
|
2413
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
2414
|
+
padding: 4px 0;
|
|
2415
|
+
}
|
|
2416
|
+
|
|
2417
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
2418
|
+
padding-left: 8px;
|
|
2419
|
+
}
|
|
2420
|
+
|
|
2421
|
+
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2422
|
+
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2423
|
+
line-height: 40px;
|
|
2424
|
+
}
|
|
2425
|
+
|
|
2426
|
+
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2427
|
+
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2428
|
+
margin-top: -2.85em;
|
|
2429
|
+
}
|
|
2430
|
+
|
|
2431
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
2432
|
+
height: 26px;
|
|
2433
|
+
width: 26px;
|
|
2434
|
+
}
|
|
2435
|
+
|
|
2436
|
+
.e-bigger.e-small .e-multi-select-wrapper {
|
|
2437
|
+
min-height: 26px;
|
|
2438
|
+
}
|
|
2439
|
+
|
|
2440
|
+
.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
|
|
2441
|
+
height: 34px;
|
|
2442
|
+
min-height: 34px;
|
|
2443
|
+
}
|
|
2444
|
+
|
|
2445
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
2446
|
+
font-size: 14px;
|
|
2447
|
+
line-height: 34px;
|
|
2448
|
+
}
|
|
2449
|
+
|
|
2450
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2451
|
+
.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2452
|
+
margin-top: -3.2em;
|
|
2453
|
+
right: 0;
|
|
2454
|
+
}
|
|
2455
|
+
|
|
2456
|
+
.e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect,
|
|
2457
|
+
.e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
2458
|
+
background-size: 300px 40px;
|
|
2459
|
+
min-height: 40px;
|
|
2460
|
+
}
|
|
2461
|
+
|
|
2462
|
+
.e-small.e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper,
|
|
2463
|
+
.e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
2464
|
+
padding: 3px 12px 0 4px;
|
|
2465
|
+
}
|
|
2466
|
+
|
|
2467
|
+
.e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2468
|
+
.e-bigger.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2469
|
+
.e-bigger .e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
2470
|
+
.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
2471
|
+
padding: 0;
|
|
2472
|
+
}
|
|
2473
|
+
|
|
2474
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2475
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper,
|
|
2476
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2477
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper {
|
|
2478
|
+
padding: 11px 12px 0;
|
|
2479
|
+
}
|
|
2480
|
+
|
|
2481
|
+
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper,
|
|
2482
|
+
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper {
|
|
2483
|
+
padding: 19px 12px 0 16px;
|
|
2484
|
+
}
|
|
2485
|
+
|
|
2486
|
+
.e-bigger:not(.e-small).e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
2487
|
+
padding-top: 3px;
|
|
2488
|
+
}
|
|
2489
|
+
|
|
2490
|
+
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text],
|
|
2491
|
+
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
|
|
2492
|
+
padding: 5px 0;
|
|
2493
|
+
}
|
|
2494
|
+
|
|
2495
|
+
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2496
|
+
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2497
|
+
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2498
|
+
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2499
|
+
height: 28px;
|
|
2500
|
+
}
|
|
2501
|
+
|
|
2502
|
+
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2503
|
+
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2504
|
+
height: 24px;
|
|
2505
|
+
}
|
|
2506
|
+
|
|
2507
|
+
.e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2508
|
+
.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2509
|
+
height: 32px;
|
|
2510
|
+
}
|
|
2511
|
+
|
|
2512
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2513
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2514
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2515
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2516
|
+
height: 18px;
|
|
2517
|
+
}
|
|
2518
|
+
|
|
2519
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2520
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2521
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2522
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2523
|
+
.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2524
|
+
.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2525
|
+
.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2526
|
+
.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2527
|
+
margin: 8px 8px 0 0;
|
|
2528
|
+
padding: 0 8px;
|
|
2529
|
+
}
|
|
2530
|
+
|
|
2531
|
+
.e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2532
|
+
.e-rtl.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2533
|
+
.e-rtl.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2534
|
+
.e-rtl.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2535
|
+
.e-rtl.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2536
|
+
.e-rtl.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2537
|
+
.e-rtl.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2538
|
+
.e-rtl.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2539
|
+
margin: 8px 0 0 8px;
|
|
2540
|
+
padding: 0 8px;
|
|
2541
|
+
}
|
|
2542
|
+
|
|
2543
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2544
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2545
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2546
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2547
|
+
padding-left: 8px;
|
|
2548
|
+
}
|
|
2549
|
+
|
|
2550
|
+
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2551
|
+
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2552
|
+
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2553
|
+
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2554
|
+
font-size: 13px;
|
|
2555
|
+
padding: 0 8px 0 0;
|
|
2556
|
+
}
|
|
2557
|
+
|
|
2558
|
+
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2559
|
+
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2560
|
+
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2561
|
+
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2562
|
+
font-size: 12px;
|
|
2563
|
+
padding: 0 4px 0 0;
|
|
2564
|
+
}
|
|
2565
|
+
|
|
2566
|
+
.e-rtl.e-bigger.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2567
|
+
.e-rtl.e-bigger.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2568
|
+
.e-rtl.e-bigger .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2569
|
+
.e-rtl.e-small .e-bigger.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2570
|
+
padding: 0 0 0 4px;
|
|
2571
|
+
}
|
|
2572
|
+
|
|
2573
|
+
.e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
2574
|
+
.e-bigger .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2575
|
+
font-size: 13px;
|
|
2576
|
+
}
|
|
2577
|
+
|
|
2578
|
+
.e-rtl.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
2579
|
+
.e-rtl.e-bigger .e-filled .e-multi-select-wrapper .e-chips,
|
|
2580
|
+
.e-rtl.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2581
|
+
.e-rtl.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2582
|
+
.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
2583
|
+
.e-bigger .e-filled .e-multi-select-wrapper .e-chips {
|
|
2584
|
+
padding: 0 12px;
|
|
2585
|
+
}
|
|
2586
|
+
|
|
2587
|
+
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
2588
|
+
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
2589
|
+
padding-right: 8px;
|
|
2590
|
+
}
|
|
2591
|
+
|
|
2592
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
2593
|
+
font-size: 10px;
|
|
2543
2594
|
}
|
|
2544
2595
|
|
|
2545
2596
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
@@ -2550,13 +2601,16 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2550
2601
|
font-size: 12px;
|
|
2551
2602
|
}
|
|
2552
2603
|
|
|
2553
|
-
.e-
|
|
2554
|
-
|
|
2604
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
2605
|
+
left: 7px;
|
|
2555
2606
|
}
|
|
2556
2607
|
|
|
2557
|
-
.e-
|
|
2558
|
-
|
|
2559
|
-
|
|
2608
|
+
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
2609
|
+
height: 30px;
|
|
2610
|
+
}
|
|
2611
|
+
|
|
2612
|
+
.e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon, .e-bigger .e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon {
|
|
2613
|
+
padding-left: 0;
|
|
2560
2614
|
}
|
|
2561
2615
|
|
|
2562
2616
|
.e-listbox-tool .e-moveup::before {
|
|
@@ -2605,8 +2659,10 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2605
2659
|
-webkit-box-sizing: border-box;
|
|
2606
2660
|
box-sizing: border-box;
|
|
2607
2661
|
}
|
|
2608
|
-
.e-listbox-wrapper:focus,
|
|
2662
|
+
.e-listbox-wrapper .e-list-wrap:focus-visible, .e-listbox-wrapper:focus,
|
|
2663
|
+
.e-listbox-container .e-list-wrap:focus-visible,
|
|
2609
2664
|
.e-listbox-container:focus,
|
|
2665
|
+
.e-listboxtool-wrapper .e-list-wrap:focus-visible,
|
|
2610
2666
|
.e-listboxtool-wrapper:focus {
|
|
2611
2667
|
outline: none;
|
|
2612
2668
|
}
|
|
@@ -3010,93 +3066,6 @@ ejs-listbox {
|
|
|
3010
3066
|
margin-left: 15px;
|
|
3011
3067
|
}
|
|
3012
3068
|
|
|
3013
|
-
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
3014
|
-
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
3015
|
-
.e-bigger .e-listbox-container .e-list-item,
|
|
3016
|
-
.e-listbox-container.e-bigger .e-list-item {
|
|
3017
|
-
border-bottom: 2px solid transparent;
|
|
3018
|
-
border-left: 2px solid transparent;
|
|
3019
|
-
border-right: 2px solid transparent;
|
|
3020
|
-
border-top: 2px solid transparent;
|
|
3021
|
-
}
|
|
3022
|
-
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3023
|
-
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
3024
|
-
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
3025
|
-
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
3026
|
-
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
3027
|
-
.e-listbox-wrapper.e-bigger .e-selectall-parent,
|
|
3028
|
-
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
3029
|
-
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
3030
|
-
.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,
|
|
3031
|
-
.e-bigger .e-listbox-container .e-selectall-parent,
|
|
3032
|
-
.e-bigger .e-listbox-container .e-list-group-item,
|
|
3033
|
-
.e-bigger .e-listbox-container .e-list-header,
|
|
3034
|
-
.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,
|
|
3035
|
-
.e-listbox-container.e-bigger .e-selectall-parent,
|
|
3036
|
-
.e-listbox-container.e-bigger .e-list-group-item,
|
|
3037
|
-
.e-listbox-container.e-bigger .e-list-header {
|
|
3038
|
-
padding: 12px 16px;
|
|
3039
|
-
}
|
|
3040
|
-
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3041
|
-
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
3042
|
-
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
3043
|
-
.e-listbox-wrapper.e-bigger .e-selectall-parent,
|
|
3044
|
-
.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,
|
|
3045
|
-
.e-bigger .e-listbox-container .e-selectall-parent,
|
|
3046
|
-
.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,
|
|
3047
|
-
.e-listbox-container.e-bigger .e-selectall-parent {
|
|
3048
|
-
height: 45px;
|
|
3049
|
-
line-height: 1.6;
|
|
3050
|
-
position: relative;
|
|
3051
|
-
}
|
|
3052
|
-
.e-bigger .e-listbox-wrapper .e-list-parent,
|
|
3053
|
-
.e-listbox-wrapper.e-bigger .e-list-parent,
|
|
3054
|
-
.e-bigger .e-listbox-container .e-list-parent,
|
|
3055
|
-
.e-listbox-container.e-bigger .e-list-parent {
|
|
3056
|
-
min-height: 45px;
|
|
3057
|
-
}
|
|
3058
|
-
.e-bigger .e-listbox-wrapper .e-text-content,
|
|
3059
|
-
.e-listbox-wrapper.e-bigger .e-text-content,
|
|
3060
|
-
.e-bigger .e-listbox-container .e-text-content,
|
|
3061
|
-
.e-listbox-container.e-bigger .e-text-content {
|
|
3062
|
-
font-size: 15px;
|
|
3063
|
-
}
|
|
3064
|
-
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
3065
|
-
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
3066
|
-
.e-bigger .e-listbox-container .e-list-group-item,
|
|
3067
|
-
.e-listbox-container.e-bigger .e-list-group-item {
|
|
3068
|
-
height: 45px;
|
|
3069
|
-
line-height: 45px;
|
|
3070
|
-
}
|
|
3071
|
-
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
3072
|
-
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
3073
|
-
.e-bigger .e-listbox-container .e-list-header,
|
|
3074
|
-
.e-listbox-container.e-bigger .e-list-header {
|
|
3075
|
-
-webkit-box-align: center;
|
|
3076
|
-
-ms-flex-align: center;
|
|
3077
|
-
align-items: center;
|
|
3078
|
-
display: -webkit-box;
|
|
3079
|
-
display: -ms-flexbox;
|
|
3080
|
-
display: flex;
|
|
3081
|
-
font-weight: 600;
|
|
3082
|
-
height: 45px;
|
|
3083
|
-
}
|
|
3084
|
-
.e-bigger .e-listbox-wrapper .e-list-header .e-text.header,
|
|
3085
|
-
.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
3086
|
-
.e-listbox-wrapper.e-bigger .e-list-header .e-text.header,
|
|
3087
|
-
.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header,
|
|
3088
|
-
.e-bigger .e-listbox-container .e-list-header .e-text.header,
|
|
3089
|
-
.e-bigger .e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
|
|
3090
|
-
.e-listbox-container.e-bigger .e-list-header .e-text.header,
|
|
3091
|
-
.e-listbox-container.e-bigger .e-list-header .e-headertemplate-text.nested-header {
|
|
3092
|
-
display: none;
|
|
3093
|
-
}
|
|
3094
|
-
.e-bigger .e-listbox-wrapper .e-list-header .e-text,
|
|
3095
|
-
.e-listbox-wrapper.e-bigger .e-list-header .e-text,
|
|
3096
|
-
.e-bigger .e-listbox-container .e-list-header .e-text,
|
|
3097
|
-
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3098
|
-
font-size: 15px;
|
|
3099
|
-
}
|
|
3100
3069
|
.e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3101
3070
|
.e-listbox-wrapper .e-list-nrt,
|
|
3102
3071
|
.e-listbox-wrapper .e-selectall-parent,
|
|
@@ -3112,34 +3081,11 @@ ejs-listbox {
|
|
|
3112
3081
|
position: relative;
|
|
3113
3082
|
}
|
|
3114
3083
|
|
|
3115
|
-
.e-listbox-wrapper:not(.e-list-template) .e-list-parent li {
|
|
3116
|
-
overflow: hidden;
|
|
3117
|
-
white-space: nowrap;
|
|
3118
|
-
text-overflow: ellipsis;
|
|
3119
|
-
}
|
|
3120
|
-
|
|
3121
3084
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3122
3085
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3123
3086
|
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3124
3087
|
}
|
|
3125
3088
|
|
|
3126
|
-
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3127
|
-
height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3128
|
-
}
|
|
3129
|
-
|
|
3130
|
-
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3131
|
-
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3132
|
-
}
|
|
3133
|
-
|
|
3134
|
-
.e-bigger .e-listbox-container.e-filter-list .e-list-parent,
|
|
3135
|
-
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent,
|
|
3136
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent,
|
|
3137
|
-
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3138
|
-
height: 100%;
|
|
3139
|
-
}
|
|
3140
|
-
|
|
3141
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3142
|
-
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3143
3089
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3144
3090
|
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3145
3091
|
}
|
|
@@ -3148,24 +3094,10 @@ ejs-listbox {
|
|
|
3148
3094
|
height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3149
3095
|
}
|
|
3150
3096
|
|
|
3151
|
-
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3152
|
-
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3153
|
-
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3154
|
-
}
|
|
3155
|
-
|
|
3156
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3157
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3158
|
-
height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3159
|
-
}
|
|
3160
|
-
|
|
3161
3097
|
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3162
3098
|
height: calc(100% - 87px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3163
3099
|
}
|
|
3164
3100
|
|
|
3165
|
-
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3166
|
-
height: calc(100% - 104px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3167
|
-
}
|
|
3168
|
-
|
|
3169
3101
|
.e-listbox-wrapper,
|
|
3170
3102
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3171
3103
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3467,4 +3399,125 @@ ejs-listbox {
|
|
|
3467
3399
|
|
|
3468
3400
|
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3469
3401
|
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3402
|
+
}
|
|
3403
|
+
|
|
3404
|
+
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
3405
|
+
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
3406
|
+
.e-bigger .e-listbox-container .e-list-item,
|
|
3407
|
+
.e-listbox-container.e-bigger .e-list-item {
|
|
3408
|
+
border-bottom: 2px solid transparent;
|
|
3409
|
+
border-left: 2px solid transparent;
|
|
3410
|
+
border-right: 2px solid transparent;
|
|
3411
|
+
border-top: 2px solid transparent;
|
|
3412
|
+
}
|
|
3413
|
+
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3414
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
3415
|
+
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
3416
|
+
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
3417
|
+
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
3418
|
+
.e-listbox-wrapper.e-bigger .e-selectall-parent,
|
|
3419
|
+
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
3420
|
+
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
3421
|
+
.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,
|
|
3422
|
+
.e-bigger .e-listbox-container .e-selectall-parent,
|
|
3423
|
+
.e-bigger .e-listbox-container .e-list-group-item,
|
|
3424
|
+
.e-bigger .e-listbox-container .e-list-header,
|
|
3425
|
+
.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,
|
|
3426
|
+
.e-listbox-container.e-bigger .e-selectall-parent,
|
|
3427
|
+
.e-listbox-container.e-bigger .e-list-group-item,
|
|
3428
|
+
.e-listbox-container.e-bigger .e-list-header {
|
|
3429
|
+
padding: 12px 16px;
|
|
3430
|
+
}
|
|
3431
|
+
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3432
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
3433
|
+
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
3434
|
+
.e-listbox-wrapper.e-bigger .e-selectall-parent,
|
|
3435
|
+
.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,
|
|
3436
|
+
.e-bigger .e-listbox-container .e-selectall-parent,
|
|
3437
|
+
.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,
|
|
3438
|
+
.e-listbox-container.e-bigger .e-selectall-parent {
|
|
3439
|
+
height: 45px;
|
|
3440
|
+
line-height: 1.6;
|
|
3441
|
+
position: relative;
|
|
3442
|
+
}
|
|
3443
|
+
.e-bigger .e-listbox-wrapper .e-list-parent,
|
|
3444
|
+
.e-listbox-wrapper.e-bigger .e-list-parent,
|
|
3445
|
+
.e-bigger .e-listbox-container .e-list-parent,
|
|
3446
|
+
.e-listbox-container.e-bigger .e-list-parent {
|
|
3447
|
+
min-height: 45px;
|
|
3448
|
+
}
|
|
3449
|
+
.e-bigger .e-listbox-wrapper .e-text-content,
|
|
3450
|
+
.e-listbox-wrapper.e-bigger .e-text-content,
|
|
3451
|
+
.e-bigger .e-listbox-container .e-text-content,
|
|
3452
|
+
.e-listbox-container.e-bigger .e-text-content {
|
|
3453
|
+
font-size: 15px;
|
|
3454
|
+
}
|
|
3455
|
+
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
3456
|
+
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
3457
|
+
.e-bigger .e-listbox-container .e-list-group-item,
|
|
3458
|
+
.e-listbox-container.e-bigger .e-list-group-item {
|
|
3459
|
+
height: 45px;
|
|
3460
|
+
line-height: 45px;
|
|
3461
|
+
}
|
|
3462
|
+
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
3463
|
+
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
3464
|
+
.e-bigger .e-listbox-container .e-list-header,
|
|
3465
|
+
.e-listbox-container.e-bigger .e-list-header {
|
|
3466
|
+
-webkit-box-align: center;
|
|
3467
|
+
-ms-flex-align: center;
|
|
3468
|
+
align-items: center;
|
|
3469
|
+
display: -webkit-box;
|
|
3470
|
+
display: -ms-flexbox;
|
|
3471
|
+
display: flex;
|
|
3472
|
+
font-weight: 600;
|
|
3473
|
+
height: 45px;
|
|
3474
|
+
}
|
|
3475
|
+
.e-bigger .e-listbox-wrapper .e-list-header .e-text.header,
|
|
3476
|
+
.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
3477
|
+
.e-listbox-wrapper.e-bigger .e-list-header .e-text.header,
|
|
3478
|
+
.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header,
|
|
3479
|
+
.e-bigger .e-listbox-container .e-list-header .e-text.header,
|
|
3480
|
+
.e-bigger .e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
|
|
3481
|
+
.e-listbox-container.e-bigger .e-list-header .e-text.header,
|
|
3482
|
+
.e-listbox-container.e-bigger .e-list-header .e-headertemplate-text.nested-header {
|
|
3483
|
+
display: none;
|
|
3484
|
+
}
|
|
3485
|
+
.e-bigger .e-listbox-wrapper .e-list-header .e-text,
|
|
3486
|
+
.e-listbox-wrapper.e-bigger .e-list-header .e-text,
|
|
3487
|
+
.e-bigger .e-listbox-container .e-list-header .e-text,
|
|
3488
|
+
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3489
|
+
font-size: 15px;
|
|
3490
|
+
}
|
|
3491
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3492
|
+
height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3493
|
+
}
|
|
3494
|
+
|
|
3495
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3496
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3497
|
+
}
|
|
3498
|
+
|
|
3499
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-parent,
|
|
3500
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent,
|
|
3501
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent,
|
|
3502
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3503
|
+
height: 100%;
|
|
3504
|
+
}
|
|
3505
|
+
|
|
3506
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3507
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3508
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3509
|
+
}
|
|
3510
|
+
|
|
3511
|
+
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3512
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3513
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3514
|
+
}
|
|
3515
|
+
|
|
3516
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3517
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3518
|
+
height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3519
|
+
}
|
|
3520
|
+
|
|
3521
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3522
|
+
height: calc(100% - 104px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3470
3523
|
}
|