@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
|
@@ -43,9 +43,6 @@
|
|
|
43
43
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
44
44
|
padding: 0 10px 0 0;
|
|
45
45
|
}
|
|
46
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon {
|
|
47
|
-
padding: 0 12px 0 0;
|
|
48
|
-
}
|
|
49
46
|
.e-dropdownbase .e-list-item:not(.e-active).e-hover {
|
|
50
47
|
border: 2px solid #000;
|
|
51
48
|
}
|
|
@@ -63,10 +60,6 @@
|
|
|
63
60
|
padding: 0 8px 0 0;
|
|
64
61
|
}
|
|
65
62
|
|
|
66
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
67
|
-
padding: 0 12px 0 0;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
63
|
.e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
|
|
71
64
|
color: #000;
|
|
72
65
|
top: 12px;
|
|
@@ -126,7 +119,7 @@
|
|
|
126
119
|
background-color: #400074;
|
|
127
120
|
}
|
|
128
121
|
|
|
129
|
-
.e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon
|
|
122
|
+
.e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon {
|
|
130
123
|
padding-left: 0;
|
|
131
124
|
}
|
|
132
125
|
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-selectall-parent {
|
|
@@ -351,11 +344,6 @@
|
|
|
351
344
|
padding: 0 0 0 48px;
|
|
352
345
|
}
|
|
353
346
|
|
|
354
|
-
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
355
|
-
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
356
|
-
margin-top: -2.8em;
|
|
357
|
-
}
|
|
358
|
-
|
|
359
347
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
|
|
360
348
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
|
|
361
349
|
opacity: 0.7;
|
|
@@ -372,10 +360,6 @@
|
|
|
372
360
|
top: 15px;
|
|
373
361
|
}
|
|
374
362
|
|
|
375
|
-
.e-bigger .e-multi-select-wrapper {
|
|
376
|
-
min-height: 38px;
|
|
377
|
-
}
|
|
378
|
-
|
|
379
363
|
.e-multi-select-wrapper.e-close-icon-hide {
|
|
380
364
|
padding-right: 0;
|
|
381
365
|
}
|
|
@@ -409,10 +393,6 @@
|
|
|
409
393
|
white-space: nowrap;
|
|
410
394
|
}
|
|
411
395
|
|
|
412
|
-
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
413
|
-
margin: 4px 2px 2px 0;
|
|
414
|
-
}
|
|
415
|
-
|
|
416
396
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
417
397
|
max-width: 100%;
|
|
418
398
|
overflow: hidden;
|
|
@@ -434,13 +414,11 @@
|
|
|
434
414
|
float: none;
|
|
435
415
|
}
|
|
436
416
|
|
|
437
|
-
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent
|
|
438
|
-
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
417
|
+
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
|
|
439
418
|
padding: 6px 8px 6px 0;
|
|
440
419
|
}
|
|
441
420
|
|
|
442
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent
|
|
443
|
-
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
421
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
|
|
444
422
|
padding: 6px 0 6px 8px;
|
|
445
423
|
}
|
|
446
424
|
|
|
@@ -482,32 +460,11 @@
|
|
|
482
460
|
right: 27px;
|
|
483
461
|
}
|
|
484
462
|
|
|
485
|
-
.e-bigger .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
486
|
-
.e-bigger .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
487
|
-
right: 38px;
|
|
488
|
-
}
|
|
489
|
-
|
|
490
463
|
.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
491
464
|
left: 27px;
|
|
492
465
|
right: auto;
|
|
493
466
|
}
|
|
494
467
|
|
|
495
|
-
.e-bigger .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon,
|
|
496
|
-
.e-bigger.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
497
|
-
left: 38px;
|
|
498
|
-
right: auto;
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
502
|
-
margin-top: -3.5em;
|
|
503
|
-
}
|
|
504
|
-
|
|
505
|
-
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
506
|
-
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
507
|
-
margin-top: -3.5em;
|
|
508
|
-
margin-top: -3.2em;
|
|
509
|
-
}
|
|
510
|
-
|
|
511
468
|
.e-multi-select-wrapper input[type=text] {
|
|
512
469
|
background: none;
|
|
513
470
|
border: 0;
|
|
@@ -539,17 +496,6 @@
|
|
|
539
496
|
padding: 5px;
|
|
540
497
|
}
|
|
541
498
|
|
|
542
|
-
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
543
|
-
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
544
|
-
height: 28px;
|
|
545
|
-
min-height: 28px;
|
|
546
|
-
}
|
|
547
|
-
|
|
548
|
-
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
549
|
-
height: 38px;
|
|
550
|
-
min-height: 38px;
|
|
551
|
-
}
|
|
552
|
-
|
|
553
499
|
/* stylelint-disable property-no-vendor-prefix */
|
|
554
500
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
555
501
|
display: none;
|
|
@@ -565,23 +511,11 @@
|
|
|
565
511
|
width: calc(100% - 40px);
|
|
566
512
|
}
|
|
567
513
|
|
|
568
|
-
.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
569
|
-
.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
570
|
-
width: calc(100% - 48px);
|
|
571
|
-
}
|
|
572
|
-
|
|
573
514
|
.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
574
515
|
.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
575
516
|
width: calc(100% - 40px);
|
|
576
517
|
}
|
|
577
518
|
|
|
578
|
-
.e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
579
|
-
.e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
580
|
-
.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
581
|
-
.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
582
|
-
width: calc(100% - 44px);
|
|
583
|
-
}
|
|
584
|
-
|
|
585
519
|
.e-multi-select-wrapper .e-delim-values {
|
|
586
520
|
font-family: inherit;
|
|
587
521
|
font-size: 14px;
|
|
@@ -592,11 +526,6 @@
|
|
|
592
526
|
vertical-align: middle;
|
|
593
527
|
}
|
|
594
528
|
|
|
595
|
-
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
596
|
-
line-height: 36px;
|
|
597
|
-
padding-left: 10px;
|
|
598
|
-
}
|
|
599
|
-
|
|
600
529
|
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
601
530
|
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
602
531
|
display: none;
|
|
@@ -723,10 +652,6 @@
|
|
|
723
652
|
padding-right: 18px;
|
|
724
653
|
}
|
|
725
654
|
|
|
726
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
727
|
-
padding-right: 8px;
|
|
728
|
-
}
|
|
729
|
-
|
|
730
655
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
731
656
|
bottom: 1px;
|
|
732
657
|
margin-right: 8px;
|
|
@@ -735,18 +660,6 @@
|
|
|
735
660
|
vertical-align: middle;
|
|
736
661
|
}
|
|
737
662
|
|
|
738
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
739
|
-
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
740
|
-
bottom: 1px;
|
|
741
|
-
margin-right: 10px;
|
|
742
|
-
}
|
|
743
|
-
|
|
744
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
745
|
-
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
746
|
-
bottom: 1px;
|
|
747
|
-
margin-right: 10px;
|
|
748
|
-
}
|
|
749
|
-
|
|
750
663
|
.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
751
664
|
margin-left: 12px;
|
|
752
665
|
margin-right: 0;
|
|
@@ -769,18 +682,6 @@
|
|
|
769
682
|
padding-right: 10px;
|
|
770
683
|
}
|
|
771
684
|
|
|
772
|
-
.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 {
|
|
773
|
-
padding-right: 16px;
|
|
774
|
-
}
|
|
775
|
-
|
|
776
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
777
|
-
padding-left: 16px;
|
|
778
|
-
}
|
|
779
|
-
|
|
780
|
-
.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 {
|
|
781
|
-
padding-left: 20px;
|
|
782
|
-
}
|
|
783
|
-
|
|
784
685
|
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
785
686
|
cursor: pointer;
|
|
786
687
|
display: block;
|
|
@@ -806,13 +707,6 @@
|
|
|
806
707
|
font-size: 14px;
|
|
807
708
|
}
|
|
808
709
|
|
|
809
|
-
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
810
|
-
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
811
|
-
font-size: 14px;
|
|
812
|
-
line-height: 46px;
|
|
813
|
-
text-indent: 17px;
|
|
814
|
-
}
|
|
815
|
-
|
|
816
710
|
.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
817
711
|
bottom: 1px;
|
|
818
712
|
margin-right: 8px;
|
|
@@ -821,12 +715,6 @@
|
|
|
821
715
|
vertical-align: middle;
|
|
822
716
|
}
|
|
823
717
|
|
|
824
|
-
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
825
|
-
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
826
|
-
bottom: 1px;
|
|
827
|
-
margin-right: 10px;
|
|
828
|
-
}
|
|
829
|
-
|
|
830
718
|
.e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper {
|
|
831
719
|
margin-left: 12px;
|
|
832
720
|
margin-right: 0;
|
|
@@ -851,13 +739,7 @@
|
|
|
851
739
|
padding: 8px;
|
|
852
740
|
}
|
|
853
741
|
|
|
854
|
-
.e-
|
|
855
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
856
|
-
padding: 4px 0;
|
|
857
|
-
}
|
|
858
|
-
|
|
859
|
-
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon,
|
|
860
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
742
|
+
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
861
743
|
padding-left: 8px;
|
|
862
744
|
}
|
|
863
745
|
|
|
@@ -926,52 +808,11 @@ ejs-multiselect {
|
|
|
926
808
|
margin-top: -2.5em;
|
|
927
809
|
}
|
|
928
810
|
|
|
929
|
-
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
930
|
-
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
931
|
-
line-height: 40px;
|
|
932
|
-
}
|
|
933
|
-
|
|
934
|
-
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
935
|
-
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
936
|
-
margin-top: -2.85em;
|
|
937
|
-
}
|
|
938
|
-
|
|
939
|
-
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
940
|
-
height: 26px;
|
|
941
|
-
width: 26px;
|
|
942
|
-
}
|
|
943
|
-
|
|
944
|
-
.e-bigger.e-small .e-multi-select-wrapper {
|
|
945
|
-
min-height: 26px;
|
|
946
|
-
}
|
|
947
|
-
|
|
948
|
-
.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
|
|
949
|
-
height: 34px;
|
|
950
|
-
min-height: 34px;
|
|
951
|
-
}
|
|
952
|
-
|
|
953
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
954
|
-
font-size: 14px;
|
|
955
|
-
line-height: 34px;
|
|
956
|
-
}
|
|
957
|
-
|
|
958
|
-
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
959
|
-
.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
960
|
-
margin-top: -3.2em;
|
|
961
|
-
right: 0;
|
|
962
|
-
}
|
|
963
|
-
|
|
964
811
|
.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
965
812
|
background-size: 300px 33px;
|
|
966
813
|
min-height: 33px;
|
|
967
814
|
}
|
|
968
815
|
|
|
969
|
-
.e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect,
|
|
970
|
-
.e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
971
|
-
background-size: 300px 40px;
|
|
972
|
-
min-height: 40px;
|
|
973
|
-
}
|
|
974
|
-
|
|
975
816
|
.e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
|
|
976
817
|
color: inherit;
|
|
977
818
|
}
|
|
@@ -987,24 +828,11 @@ ejs-multiselect {
|
|
|
987
828
|
padding: 0 12px 0 8px;
|
|
988
829
|
}
|
|
989
830
|
|
|
990
|
-
.e-
|
|
991
|
-
.e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
992
|
-
padding: 3px 12px 0 4px;
|
|
993
|
-
}
|
|
994
|
-
|
|
995
|
-
.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
996
|
-
.e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
997
|
-
.e-bigger.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
998
|
-
.e-bigger .e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
999
|
-
.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
831
|
+
.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
1000
832
|
padding: 0;
|
|
1001
833
|
}
|
|
1002
834
|
|
|
1003
|
-
.e-filled.e-float-input .e-multi-select-wrapper
|
|
1004
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
1005
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper,
|
|
1006
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
1007
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper {
|
|
835
|
+
.e-filled.e-float-input .e-multi-select-wrapper {
|
|
1008
836
|
padding: 11px 12px 0;
|
|
1009
837
|
}
|
|
1010
838
|
|
|
@@ -1013,35 +841,15 @@ ejs-multiselect {
|
|
|
1013
841
|
padding: 12px 12px 0 8px;
|
|
1014
842
|
}
|
|
1015
843
|
|
|
1016
|
-
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper,
|
|
1017
|
-
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper {
|
|
1018
|
-
padding: 19px 12px 0 16px;
|
|
1019
|
-
}
|
|
1020
|
-
|
|
1021
|
-
.e-bigger:not(.e-small).e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
1022
|
-
padding-top: 3px;
|
|
1023
|
-
}
|
|
1024
|
-
|
|
1025
844
|
.e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
1026
845
|
.e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper {
|
|
1027
846
|
padding: 0;
|
|
1028
847
|
}
|
|
1029
848
|
|
|
1030
|
-
.e-
|
|
1031
|
-
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
|
|
1032
|
-
padding: 5px 0;
|
|
1033
|
-
}
|
|
1034
|
-
|
|
1035
|
-
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1036
|
-
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1037
|
-
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1038
|
-
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1039
|
-
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
849
|
+
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1040
850
|
height: 28px;
|
|
1041
851
|
}
|
|
1042
852
|
|
|
1043
|
-
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1044
|
-
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1045
853
|
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1046
854
|
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1047
855
|
.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip,
|
|
@@ -1050,54 +858,22 @@ ejs-multiselect {
|
|
|
1050
858
|
height: 24px;
|
|
1051
859
|
}
|
|
1052
860
|
|
|
1053
|
-
.e-
|
|
1054
|
-
.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1055
|
-
height: 32px;
|
|
1056
|
-
}
|
|
1057
|
-
|
|
1058
|
-
.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1059
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1060
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1061
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1062
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
861
|
+
.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
1063
862
|
height: 18px;
|
|
1064
863
|
}
|
|
1065
864
|
|
|
1066
865
|
.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1067
|
-
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips
|
|
1068
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1069
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1070
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1071
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1072
|
-
.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1073
|
-
.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1074
|
-
.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1075
|
-
.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
866
|
+
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1076
867
|
margin: 8px 8px 0 0;
|
|
1077
868
|
padding: 0 8px;
|
|
1078
869
|
}
|
|
1079
870
|
|
|
1080
871
|
.e-rtl.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1081
|
-
.e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips
|
|
1082
|
-
.e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1083
|
-
.e-rtl.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1084
|
-
.e-rtl.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1085
|
-
.e-rtl.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1086
|
-
.e-rtl.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1087
|
-
.e-rtl.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1088
|
-
.e-rtl.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1089
|
-
.e-rtl.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
872
|
+
.e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1090
873
|
margin: 8px 0 0 8px;
|
|
1091
874
|
padding: 0 8px;
|
|
1092
875
|
}
|
|
1093
876
|
|
|
1094
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1095
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1096
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1097
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
1098
|
-
padding-left: 8px;
|
|
1099
|
-
}
|
|
1100
|
-
|
|
1101
877
|
.e-small .e-filled .e-multi-select-wrapper .e-chips,
|
|
1102
878
|
.e-small.e-filled .e-multi-select-wrapper .e-chips {
|
|
1103
879
|
height: 16px;
|
|
@@ -1110,11 +886,7 @@ ejs-multiselect {
|
|
|
1110
886
|
margin: 4px 0 0 4px;
|
|
1111
887
|
}
|
|
1112
888
|
|
|
1113
|
-
.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
1114
|
-
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1115
|
-
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1116
|
-
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1117
|
-
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
889
|
+
.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1118
890
|
font-size: 13px;
|
|
1119
891
|
padding: 0 8px 0 0;
|
|
1120
892
|
}
|
|
@@ -1124,20 +896,12 @@ ejs-multiselect {
|
|
|
1124
896
|
font-size: 12px;
|
|
1125
897
|
}
|
|
1126
898
|
|
|
1127
|
-
.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
1128
|
-
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1129
|
-
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1130
|
-
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1131
|
-
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
899
|
+
.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1132
900
|
font-size: 12px;
|
|
1133
901
|
padding: 0 4px 0 0;
|
|
1134
902
|
}
|
|
1135
903
|
|
|
1136
|
-
.e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
1137
|
-
.e-rtl.e-bigger.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1138
|
-
.e-rtl.e-bigger.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1139
|
-
.e-rtl.e-bigger .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1140
|
-
.e-rtl.e-small .e-bigger.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
904
|
+
.e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1141
905
|
padding: 0 0 0 4px;
|
|
1142
906
|
}
|
|
1143
907
|
|
|
@@ -1146,30 +910,11 @@ ejs-multiselect {
|
|
|
1146
910
|
font-size: 10px;
|
|
1147
911
|
}
|
|
1148
912
|
|
|
1149
|
-
.e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1150
|
-
.e-bigger .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1151
|
-
font-size: 13px;
|
|
1152
|
-
}
|
|
1153
|
-
|
|
1154
913
|
.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips > .e-chipcontent {
|
|
1155
914
|
font-size: 13px;
|
|
1156
915
|
padding-right: 4px;
|
|
1157
916
|
}
|
|
1158
917
|
|
|
1159
|
-
.e-rtl.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
1160
|
-
.e-rtl.e-bigger .e-filled .e-multi-select-wrapper .e-chips,
|
|
1161
|
-
.e-rtl.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1162
|
-
.e-rtl.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1163
|
-
.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
1164
|
-
.e-bigger .e-filled .e-multi-select-wrapper .e-chips {
|
|
1165
|
-
padding: 0 12px;
|
|
1166
|
-
}
|
|
1167
|
-
|
|
1168
|
-
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1169
|
-
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
1170
|
-
padding-right: 8px;
|
|
1171
|
-
}
|
|
1172
|
-
|
|
1173
918
|
.e-filled.e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1174
919
|
.e-multiselect.e-control-container .e-filled.e-multi-select-wrapper .e-clear-icon {
|
|
1175
920
|
height: 38px;
|
|
@@ -1266,8 +1011,7 @@ ejs-multiselect {
|
|
|
1266
1011
|
color: #fff;
|
|
1267
1012
|
}
|
|
1268
1013
|
|
|
1269
|
-
.e-multi-select-wrapper .e-chips.e-mob-chip
|
|
1270
|
-
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
1014
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
1271
1015
|
height: 30px;
|
|
1272
1016
|
}
|
|
1273
1017
|
|
|
@@ -1408,23 +1152,322 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
1408
1152
|
left: 7px;
|
|
1409
1153
|
}
|
|
1410
1154
|
|
|
1411
|
-
.e-
|
|
1412
|
-
|
|
1413
|
-
|
|
1155
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
1156
|
+
-webkit-text-fill-color: #757575;
|
|
1157
|
+
color: #757575;
|
|
1158
|
+
}
|
|
1414
1159
|
|
|
1415
|
-
.e-bigger.e-
|
|
1160
|
+
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
1161
|
+
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1162
|
+
margin-top: -2.8em;
|
|
1163
|
+
}
|
|
1164
|
+
|
|
1165
|
+
.e-bigger .e-multi-select-wrapper {
|
|
1166
|
+
min-height: 38px;
|
|
1167
|
+
}
|
|
1168
|
+
|
|
1169
|
+
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
1170
|
+
margin: 4px 2px 2px 0;
|
|
1171
|
+
}
|
|
1172
|
+
|
|
1173
|
+
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1174
|
+
padding: 6px 8px 6px 0;
|
|
1175
|
+
}
|
|
1176
|
+
|
|
1177
|
+
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1178
|
+
padding: 6px 0 6px 8px;
|
|
1179
|
+
}
|
|
1180
|
+
|
|
1181
|
+
.e-bigger .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1182
|
+
.e-bigger .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1183
|
+
right: 38px;
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
.e-bigger .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon,
|
|
1187
|
+
.e-bigger.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1188
|
+
left: 38px;
|
|
1189
|
+
right: auto;
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1193
|
+
margin-top: -3.5em;
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1196
|
+
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1197
|
+
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1198
|
+
margin-top: -3.5em;
|
|
1199
|
+
margin-top: -3.2em;
|
|
1200
|
+
}
|
|
1201
|
+
|
|
1202
|
+
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
1203
|
+
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
1204
|
+
height: 28px;
|
|
1205
|
+
min-height: 28px;
|
|
1206
|
+
}
|
|
1207
|
+
|
|
1208
|
+
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
1209
|
+
height: 38px;
|
|
1210
|
+
min-height: 38px;
|
|
1211
|
+
}
|
|
1212
|
+
|
|
1213
|
+
.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1214
|
+
.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
1215
|
+
width: calc(100% - 48px);
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1218
|
+
.e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1219
|
+
.e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1220
|
+
.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1221
|
+
.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
1222
|
+
width: calc(100% - 44px);
|
|
1223
|
+
}
|
|
1224
|
+
|
|
1225
|
+
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
1226
|
+
line-height: 36px;
|
|
1227
|
+
padding-left: 10px;
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1230
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
1231
|
+
padding-right: 8px;
|
|
1232
|
+
}
|
|
1233
|
+
|
|
1234
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
1235
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
1236
|
+
bottom: 1px;
|
|
1237
|
+
margin-right: 10px;
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1240
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
1241
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
1242
|
+
bottom: 1px;
|
|
1243
|
+
margin-right: 10px;
|
|
1244
|
+
}
|
|
1245
|
+
|
|
1246
|
+
.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 {
|
|
1247
|
+
padding-right: 16px;
|
|
1248
|
+
}
|
|
1249
|
+
|
|
1250
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
1251
|
+
padding-left: 16px;
|
|
1252
|
+
}
|
|
1253
|
+
|
|
1254
|
+
.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 {
|
|
1255
|
+
padding-left: 20px;
|
|
1256
|
+
}
|
|
1257
|
+
|
|
1258
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
1259
|
+
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
1260
|
+
font-size: 14px;
|
|
1261
|
+
line-height: 46px;
|
|
1262
|
+
text-indent: 17px;
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1265
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
1266
|
+
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
1267
|
+
bottom: 1px;
|
|
1268
|
+
margin-right: 10px;
|
|
1269
|
+
}
|
|
1270
|
+
|
|
1271
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
|
|
1272
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
1273
|
+
padding: 4px 0;
|
|
1274
|
+
}
|
|
1275
|
+
|
|
1276
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
1277
|
+
padding-left: 8px;
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1280
|
+
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
1281
|
+
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
1282
|
+
line-height: 40px;
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1285
|
+
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1286
|
+
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1287
|
+
margin-top: -2.85em;
|
|
1288
|
+
}
|
|
1289
|
+
|
|
1290
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
1416
1291
|
height: 26px;
|
|
1292
|
+
width: 26px;
|
|
1417
1293
|
}
|
|
1418
1294
|
|
|
1419
|
-
.e-bigger.e-small .e-multi-select-wrapper
|
|
1295
|
+
.e-bigger.e-small .e-multi-select-wrapper {
|
|
1296
|
+
min-height: 26px;
|
|
1297
|
+
}
|
|
1298
|
+
|
|
1299
|
+
.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
|
|
1300
|
+
height: 34px;
|
|
1301
|
+
min-height: 34px;
|
|
1302
|
+
}
|
|
1303
|
+
|
|
1304
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
1305
|
+
font-size: 14px;
|
|
1306
|
+
line-height: 34px;
|
|
1307
|
+
}
|
|
1308
|
+
|
|
1309
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1310
|
+
.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1311
|
+
margin-top: -3.2em;
|
|
1312
|
+
right: 0;
|
|
1313
|
+
}
|
|
1314
|
+
|
|
1315
|
+
.e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect,
|
|
1316
|
+
.e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
1317
|
+
background-size: 300px 40px;
|
|
1318
|
+
min-height: 40px;
|
|
1319
|
+
}
|
|
1320
|
+
|
|
1321
|
+
.e-small.e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper,
|
|
1322
|
+
.e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
1323
|
+
padding: 3px 12px 0 4px;
|
|
1324
|
+
}
|
|
1325
|
+
|
|
1326
|
+
.e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
1327
|
+
.e-bigger.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
1328
|
+
.e-bigger .e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
1329
|
+
.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
1330
|
+
padding: 0;
|
|
1331
|
+
}
|
|
1332
|
+
|
|
1333
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
1334
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper,
|
|
1335
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
1336
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper {
|
|
1337
|
+
padding: 11px 12px 0;
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1340
|
+
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper,
|
|
1341
|
+
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper {
|
|
1342
|
+
padding: 19px 12px 0 16px;
|
|
1343
|
+
}
|
|
1344
|
+
|
|
1345
|
+
.e-bigger:not(.e-small).e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
1346
|
+
padding-top: 3px;
|
|
1347
|
+
}
|
|
1348
|
+
|
|
1349
|
+
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text],
|
|
1350
|
+
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
|
|
1351
|
+
padding: 5px 0;
|
|
1352
|
+
}
|
|
1353
|
+
|
|
1354
|
+
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1355
|
+
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1356
|
+
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1357
|
+
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1358
|
+
height: 28px;
|
|
1359
|
+
}
|
|
1360
|
+
|
|
1361
|
+
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1362
|
+
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
1363
|
+
height: 24px;
|
|
1364
|
+
}
|
|
1365
|
+
|
|
1366
|
+
.e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1367
|
+
.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1368
|
+
height: 32px;
|
|
1369
|
+
}
|
|
1370
|
+
|
|
1371
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1372
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1373
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1374
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
1375
|
+
height: 18px;
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1378
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1379
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1380
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1381
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1382
|
+
.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1383
|
+
.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1384
|
+
.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1385
|
+
.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1386
|
+
margin: 8px 8px 0 0;
|
|
1387
|
+
padding: 0 8px;
|
|
1388
|
+
}
|
|
1389
|
+
|
|
1390
|
+
.e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1391
|
+
.e-rtl.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1392
|
+
.e-rtl.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1393
|
+
.e-rtl.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1394
|
+
.e-rtl.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1395
|
+
.e-rtl.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1396
|
+
.e-rtl.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1397
|
+
.e-rtl.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1398
|
+
margin: 8px 0 0 8px;
|
|
1399
|
+
padding: 0 8px;
|
|
1400
|
+
}
|
|
1401
|
+
|
|
1402
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1403
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1404
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1405
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
1406
|
+
padding-left: 8px;
|
|
1407
|
+
}
|
|
1408
|
+
|
|
1409
|
+
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1410
|
+
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1411
|
+
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1412
|
+
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1413
|
+
font-size: 13px;
|
|
1414
|
+
padding: 0 8px 0 0;
|
|
1415
|
+
}
|
|
1416
|
+
|
|
1417
|
+
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1418
|
+
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1419
|
+
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1420
|
+
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1420
1421
|
font-size: 12px;
|
|
1422
|
+
padding: 0 4px 0 0;
|
|
1423
|
+
}
|
|
1424
|
+
|
|
1425
|
+
.e-rtl.e-bigger.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1426
|
+
.e-rtl.e-bigger.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1427
|
+
.e-rtl.e-bigger .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1428
|
+
.e-rtl.e-small .e-bigger.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1429
|
+
padding: 0 0 0 4px;
|
|
1430
|
+
}
|
|
1431
|
+
|
|
1432
|
+
.e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1433
|
+
.e-bigger .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1434
|
+
font-size: 13px;
|
|
1435
|
+
}
|
|
1436
|
+
|
|
1437
|
+
.e-rtl.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
1438
|
+
.e-rtl.e-bigger .e-filled .e-multi-select-wrapper .e-chips,
|
|
1439
|
+
.e-rtl.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1440
|
+
.e-rtl.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1441
|
+
.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
1442
|
+
.e-bigger .e-filled .e-multi-select-wrapper .e-chips {
|
|
1443
|
+
padding: 0 12px;
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1446
|
+
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1447
|
+
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
1448
|
+
padding-right: 8px;
|
|
1421
1449
|
}
|
|
1422
1450
|
|
|
1423
1451
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1424
1452
|
font-size: 10px;
|
|
1425
1453
|
}
|
|
1426
1454
|
|
|
1427
|
-
.e-
|
|
1428
|
-
|
|
1429
|
-
|
|
1455
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
1456
|
+
height: 26px;
|
|
1457
|
+
}
|
|
1458
|
+
|
|
1459
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1460
|
+
font-size: 12px;
|
|
1461
|
+
}
|
|
1462
|
+
|
|
1463
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
1464
|
+
left: 7px;
|
|
1465
|
+
}
|
|
1466
|
+
|
|
1467
|
+
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
1468
|
+
height: 30px;
|
|
1469
|
+
}
|
|
1470
|
+
|
|
1471
|
+
.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 {
|
|
1472
|
+
padding-left: 0;
|
|
1430
1473
|
}
|