@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
|
@@ -44,11 +44,6 @@
|
|
|
44
44
|
padding: 0 10px 0 0;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
48
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
49
|
-
padding: 0 12px 0 0;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
47
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
53
48
|
padding: 0 8px 0 0;
|
|
54
49
|
}
|
|
@@ -76,20 +71,11 @@
|
|
|
76
71
|
width: 32px;
|
|
77
72
|
}
|
|
78
73
|
|
|
79
|
-
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
80
|
-
height: 40px;
|
|
81
|
-
width: 40px;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
74
|
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
85
75
|
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
86
76
|
color: #fff;
|
|
87
77
|
}
|
|
88
78
|
|
|
89
|
-
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
90
|
-
margin-top: -3.2em;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
79
|
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
94
80
|
content: "\e969";
|
|
95
81
|
font-family: "e-icons";
|
|
@@ -270,11 +256,6 @@
|
|
|
270
256
|
padding: 0 0 0 48px;
|
|
271
257
|
}
|
|
272
258
|
|
|
273
|
-
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
274
|
-
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
275
|
-
margin-top: -2.7em;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
259
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
|
|
279
260
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
|
|
280
261
|
opacity: 0.7;
|
|
@@ -291,10 +272,6 @@
|
|
|
291
272
|
top: 17px;
|
|
292
273
|
}
|
|
293
274
|
|
|
294
|
-
.e-bigger .e-multi-select-wrapper {
|
|
295
|
-
min-height: 38px;
|
|
296
|
-
}
|
|
297
|
-
|
|
298
275
|
.e-multi-select-wrapper.e-close-icon-hide {
|
|
299
276
|
padding-right: 0;
|
|
300
277
|
}
|
|
@@ -328,10 +305,6 @@
|
|
|
328
305
|
white-space: nowrap;
|
|
329
306
|
}
|
|
330
307
|
|
|
331
|
-
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
332
|
-
margin: 3px 4px 2px 0;
|
|
333
|
-
}
|
|
334
|
-
|
|
335
308
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
336
309
|
max-width: 100%;
|
|
337
310
|
overflow: hidden;
|
|
@@ -346,13 +319,11 @@
|
|
|
346
319
|
float: none;
|
|
347
320
|
}
|
|
348
321
|
|
|
349
|
-
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent
|
|
350
|
-
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
322
|
+
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
|
|
351
323
|
padding: 7px 10px 7px 10px;
|
|
352
324
|
}
|
|
353
325
|
|
|
354
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent
|
|
355
|
-
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
326
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
|
|
356
327
|
padding: 7px 10px 7px 10px;
|
|
357
328
|
}
|
|
358
329
|
|
|
@@ -399,16 +370,6 @@
|
|
|
399
370
|
right: auto;
|
|
400
371
|
}
|
|
401
372
|
|
|
402
|
-
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
403
|
-
margin-top: -4em;
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
407
|
-
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
408
|
-
margin-top: -4em;
|
|
409
|
-
margin-top: -3.7em;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
373
|
.e-multi-select-wrapper input[type=text] {
|
|
413
374
|
background: none;
|
|
414
375
|
border: 0;
|
|
@@ -440,17 +401,6 @@
|
|
|
440
401
|
padding: 5px;
|
|
441
402
|
}
|
|
442
403
|
|
|
443
|
-
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
444
|
-
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
445
|
-
height: 32px;
|
|
446
|
-
min-height: 32px;
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
450
|
-
height: 38px;
|
|
451
|
-
min-height: 38px;
|
|
452
|
-
}
|
|
453
|
-
|
|
454
404
|
/* stylelint-disable property-no-vendor-prefix */
|
|
455
405
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
456
406
|
display: none;
|
|
@@ -466,23 +416,11 @@
|
|
|
466
416
|
width: calc(100% - 43px);
|
|
467
417
|
}
|
|
468
418
|
|
|
469
|
-
.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
470
|
-
.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
471
|
-
width: calc(100% - 49px);
|
|
472
|
-
}
|
|
473
|
-
|
|
474
419
|
.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
475
420
|
.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
476
421
|
width: calc(100% - 37px);
|
|
477
422
|
}
|
|
478
423
|
|
|
479
|
-
.e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
480
|
-
.e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
481
|
-
.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
482
|
-
.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
483
|
-
width: calc(100% - 45px);
|
|
484
|
-
}
|
|
485
|
-
|
|
486
424
|
.e-multi-select-wrapper .e-delim-values {
|
|
487
425
|
font-family: inherit;
|
|
488
426
|
font-size: 14px;
|
|
@@ -493,11 +431,6 @@
|
|
|
493
431
|
vertical-align: middle;
|
|
494
432
|
}
|
|
495
433
|
|
|
496
|
-
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
497
|
-
line-height: 36px;
|
|
498
|
-
padding-left: 6px;
|
|
499
|
-
}
|
|
500
|
-
|
|
501
434
|
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
502
435
|
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
503
436
|
display: none;
|
|
@@ -624,10 +557,6 @@
|
|
|
624
557
|
padding-right: 29px;
|
|
625
558
|
}
|
|
626
559
|
|
|
627
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
628
|
-
padding-right: 5px;
|
|
629
|
-
}
|
|
630
|
-
|
|
631
560
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
632
561
|
bottom: 1px;
|
|
633
562
|
margin-right: 8px;
|
|
@@ -636,18 +565,6 @@
|
|
|
636
565
|
vertical-align: middle;
|
|
637
566
|
}
|
|
638
567
|
|
|
639
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
640
|
-
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
641
|
-
bottom: 1px;
|
|
642
|
-
margin-right: 10px;
|
|
643
|
-
}
|
|
644
|
-
|
|
645
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
646
|
-
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
647
|
-
bottom: 1px;
|
|
648
|
-
margin-right: 10px;
|
|
649
|
-
}
|
|
650
|
-
|
|
651
568
|
.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
652
569
|
margin-left: 12px;
|
|
653
570
|
margin-right: 0;
|
|
@@ -666,14 +583,6 @@
|
|
|
666
583
|
padding-right: 0;
|
|
667
584
|
}
|
|
668
585
|
|
|
669
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
670
|
-
padding-left: 24px;
|
|
671
|
-
}
|
|
672
|
-
|
|
673
|
-
.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 {
|
|
674
|
-
padding-left: 20px;
|
|
675
|
-
}
|
|
676
|
-
|
|
677
586
|
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
678
587
|
cursor: pointer;
|
|
679
588
|
display: block;
|
|
@@ -699,13 +608,6 @@
|
|
|
699
608
|
font-size: 14px;
|
|
700
609
|
}
|
|
701
610
|
|
|
702
|
-
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
703
|
-
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
704
|
-
font-size: 15px;
|
|
705
|
-
line-height: 40px;
|
|
706
|
-
text-indent: 25px;
|
|
707
|
-
}
|
|
708
|
-
|
|
709
611
|
.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
710
612
|
bottom: 1px;
|
|
711
613
|
margin-right: 8px;
|
|
@@ -714,12 +616,6 @@
|
|
|
714
616
|
vertical-align: middle;
|
|
715
617
|
}
|
|
716
618
|
|
|
717
|
-
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
718
|
-
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
719
|
-
bottom: 1px;
|
|
720
|
-
margin-right: 10px;
|
|
721
|
-
}
|
|
722
|
-
|
|
723
619
|
.e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper {
|
|
724
620
|
margin-left: 12px;
|
|
725
621
|
margin-right: 0;
|
|
@@ -744,13 +640,7 @@
|
|
|
744
640
|
padding: 8px;
|
|
745
641
|
}
|
|
746
642
|
|
|
747
|
-
.e-
|
|
748
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
749
|
-
padding: 4px 0;
|
|
750
|
-
}
|
|
751
|
-
|
|
752
|
-
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon,
|
|
753
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
643
|
+
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
754
644
|
padding-left: 8px;
|
|
755
645
|
}
|
|
756
646
|
|
|
@@ -758,10 +648,6 @@
|
|
|
758
648
|
padding: 0;
|
|
759
649
|
}
|
|
760
650
|
|
|
761
|
-
.e-bigger .e-checkbox .e-multi-select-wrapper .e-delim-values {
|
|
762
|
-
line-height: 36px;
|
|
763
|
-
}
|
|
764
|
-
|
|
765
651
|
.e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
766
652
|
line-height: 20px;
|
|
767
653
|
padding-left: 10px;
|
|
@@ -823,52 +709,11 @@ ejs-multiselect {
|
|
|
823
709
|
margin-top: -2.6em;
|
|
824
710
|
}
|
|
825
711
|
|
|
826
|
-
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
827
|
-
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
828
|
-
line-height: 34px;
|
|
829
|
-
}
|
|
830
|
-
|
|
831
|
-
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
832
|
-
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
833
|
-
margin-top: -2.85em;
|
|
834
|
-
}
|
|
835
|
-
|
|
836
|
-
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
837
|
-
height: 30px;
|
|
838
|
-
width: 30px;
|
|
839
|
-
}
|
|
840
|
-
|
|
841
|
-
.e-bigger.e-small .e-multi-select-wrapper {
|
|
842
|
-
min-height: 30px;
|
|
843
|
-
}
|
|
844
|
-
|
|
845
|
-
.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
|
|
846
|
-
height: 34px;
|
|
847
|
-
min-height: 34px;
|
|
848
|
-
}
|
|
849
|
-
|
|
850
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
851
|
-
font-size: 14px;
|
|
852
|
-
line-height: 34px;
|
|
853
|
-
}
|
|
854
|
-
|
|
855
|
-
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
856
|
-
.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
857
|
-
margin-top: -4em;
|
|
858
|
-
right: 0;
|
|
859
|
-
}
|
|
860
|
-
|
|
861
712
|
.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
862
713
|
background-size: 300px 33px;
|
|
863
714
|
min-height: 33px;
|
|
864
715
|
}
|
|
865
716
|
|
|
866
|
-
.e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect,
|
|
867
|
-
.e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
868
|
-
background-size: 300px 40px;
|
|
869
|
-
min-height: 40px;
|
|
870
|
-
}
|
|
871
|
-
|
|
872
717
|
.e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
|
|
873
718
|
color: inherit;
|
|
874
719
|
}
|
|
@@ -884,24 +729,11 @@ ejs-multiselect {
|
|
|
884
729
|
padding: 0 12px 0 8px;
|
|
885
730
|
}
|
|
886
731
|
|
|
887
|
-
.e-
|
|
888
|
-
.e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
889
|
-
padding: 3px 12px 0 4px;
|
|
890
|
-
}
|
|
891
|
-
|
|
892
|
-
.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
893
|
-
.e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
894
|
-
.e-bigger.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
895
|
-
.e-bigger .e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
896
|
-
.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
732
|
+
.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
897
733
|
padding: 0;
|
|
898
734
|
}
|
|
899
735
|
|
|
900
|
-
.e-filled.e-float-input .e-multi-select-wrapper
|
|
901
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
902
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper,
|
|
903
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
904
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper {
|
|
736
|
+
.e-filled.e-float-input .e-multi-select-wrapper {
|
|
905
737
|
padding: 11px 12px 0;
|
|
906
738
|
}
|
|
907
739
|
|
|
@@ -910,35 +742,15 @@ ejs-multiselect {
|
|
|
910
742
|
padding: 12px 12px 0 8px;
|
|
911
743
|
}
|
|
912
744
|
|
|
913
|
-
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper,
|
|
914
|
-
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper {
|
|
915
|
-
padding: 19px 12px 0 16px;
|
|
916
|
-
}
|
|
917
|
-
|
|
918
|
-
.e-bigger:not(.e-small).e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
919
|
-
padding-top: 3px;
|
|
920
|
-
}
|
|
921
|
-
|
|
922
745
|
.e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
923
746
|
.e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper {
|
|
924
747
|
padding: 0;
|
|
925
748
|
}
|
|
926
749
|
|
|
927
|
-
.e-
|
|
928
|
-
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
|
|
929
|
-
padding: 5px 0;
|
|
930
|
-
}
|
|
931
|
-
|
|
932
|
-
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
933
|
-
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
934
|
-
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
935
|
-
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
936
|
-
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
750
|
+
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
937
751
|
height: 28px;
|
|
938
752
|
}
|
|
939
753
|
|
|
940
|
-
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
941
|
-
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
942
754
|
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
943
755
|
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
944
756
|
.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip,
|
|
@@ -947,54 +759,22 @@ ejs-multiselect {
|
|
|
947
759
|
height: 24px;
|
|
948
760
|
}
|
|
949
761
|
|
|
950
|
-
.e-
|
|
951
|
-
.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
952
|
-
height: 32px;
|
|
953
|
-
}
|
|
954
|
-
|
|
955
|
-
.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
956
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
957
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
958
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
959
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
762
|
+
.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
960
763
|
height: 18px;
|
|
961
764
|
}
|
|
962
765
|
|
|
963
766
|
.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
964
|
-
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips
|
|
965
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
966
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
967
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
968
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
969
|
-
.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
970
|
-
.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
971
|
-
.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
972
|
-
.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
767
|
+
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
973
768
|
margin: 8px 8px 0 0;
|
|
974
769
|
padding: 0 8px;
|
|
975
770
|
}
|
|
976
771
|
|
|
977
772
|
.e-rtl.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
978
|
-
.e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips
|
|
979
|
-
.e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
980
|
-
.e-rtl.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
981
|
-
.e-rtl.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
982
|
-
.e-rtl.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
983
|
-
.e-rtl.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
984
|
-
.e-rtl.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
985
|
-
.e-rtl.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
986
|
-
.e-rtl.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
773
|
+
.e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
987
774
|
margin: 8px 0 0 8px;
|
|
988
775
|
padding: 0 8px;
|
|
989
776
|
}
|
|
990
777
|
|
|
991
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
992
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
993
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
994
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
995
|
-
padding-left: 8px;
|
|
996
|
-
}
|
|
997
|
-
|
|
998
778
|
.e-small .e-filled .e-multi-select-wrapper .e-chips,
|
|
999
779
|
.e-small.e-filled .e-multi-select-wrapper .e-chips {
|
|
1000
780
|
height: 16px;
|
|
@@ -1007,11 +787,7 @@ ejs-multiselect {
|
|
|
1007
787
|
margin: 4px 0 0 4px;
|
|
1008
788
|
}
|
|
1009
789
|
|
|
1010
|
-
.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
1011
|
-
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1012
|
-
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1013
|
-
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1014
|
-
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
790
|
+
.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1015
791
|
font-size: 13px;
|
|
1016
792
|
padding: 0 8px 0 0;
|
|
1017
793
|
}
|
|
@@ -1021,20 +797,12 @@ ejs-multiselect {
|
|
|
1021
797
|
font-size: 12px;
|
|
1022
798
|
}
|
|
1023
799
|
|
|
1024
|
-
.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
1025
|
-
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1026
|
-
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1027
|
-
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1028
|
-
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
800
|
+
.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1029
801
|
font-size: 12px;
|
|
1030
802
|
padding: 0 4px 0 0;
|
|
1031
803
|
}
|
|
1032
804
|
|
|
1033
|
-
.e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
1034
|
-
.e-rtl.e-bigger.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1035
|
-
.e-rtl.e-bigger.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1036
|
-
.e-rtl.e-bigger .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1037
|
-
.e-rtl.e-small .e-bigger.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
805
|
+
.e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1038
806
|
padding: 0 0 0 4px;
|
|
1039
807
|
}
|
|
1040
808
|
|
|
@@ -1043,30 +811,11 @@ ejs-multiselect {
|
|
|
1043
811
|
font-size: 10px;
|
|
1044
812
|
}
|
|
1045
813
|
|
|
1046
|
-
.e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1047
|
-
.e-bigger .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1048
|
-
font-size: 13px;
|
|
1049
|
-
}
|
|
1050
|
-
|
|
1051
814
|
.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips > .e-chipcontent {
|
|
1052
815
|
font-size: 13px;
|
|
1053
816
|
padding-right: 4px;
|
|
1054
817
|
}
|
|
1055
818
|
|
|
1056
|
-
.e-rtl.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
1057
|
-
.e-rtl.e-bigger .e-filled .e-multi-select-wrapper .e-chips,
|
|
1058
|
-
.e-rtl.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1059
|
-
.e-rtl.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1060
|
-
.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
1061
|
-
.e-bigger .e-filled .e-multi-select-wrapper .e-chips {
|
|
1062
|
-
padding: 0 12px;
|
|
1063
|
-
}
|
|
1064
|
-
|
|
1065
|
-
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1066
|
-
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
1067
|
-
padding-right: 8px;
|
|
1068
|
-
}
|
|
1069
|
-
|
|
1070
819
|
.e-filled.e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1071
820
|
.e-multiselect.e-control-container .e-filled.e-multi-select-wrapper .e-clear-icon {
|
|
1072
821
|
height: 38px;
|
|
@@ -1163,8 +912,7 @@ ejs-multiselect {
|
|
|
1163
912
|
color: #fff;
|
|
1164
913
|
}
|
|
1165
914
|
|
|
1166
|
-
.e-multi-select-wrapper .e-chips.e-mob-chip
|
|
1167
|
-
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
915
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
1168
916
|
height: 32px;
|
|
1169
917
|
}
|
|
1170
918
|
|
|
@@ -1297,23 +1045,316 @@ ejs-multiselect {
|
|
|
1297
1045
|
left: 8px;
|
|
1298
1046
|
}
|
|
1299
1047
|
|
|
1300
|
-
.e-
|
|
1301
|
-
|
|
1048
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
1049
|
+
-webkit-text-fill-color: #9c9c9c;
|
|
1050
|
+
color: #9c9c9c;
|
|
1302
1051
|
}
|
|
1303
1052
|
|
|
1304
|
-
.e-bigger.e-
|
|
1305
|
-
|
|
1053
|
+
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
1054
|
+
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1055
|
+
margin-top: -2.7em;
|
|
1306
1056
|
}
|
|
1307
1057
|
|
|
1308
|
-
.e-bigger
|
|
1058
|
+
.e-bigger .e-multi-select-wrapper {
|
|
1059
|
+
min-height: 38px;
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
1063
|
+
margin: 3px 4px 2px 0;
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1067
|
+
padding: 7px 10px 7px 10px;
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1071
|
+
padding: 7px 10px 7px 10px;
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1074
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1075
|
+
margin-top: -4em;
|
|
1076
|
+
}
|
|
1077
|
+
|
|
1078
|
+
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1079
|
+
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1080
|
+
margin-top: -4em;
|
|
1081
|
+
margin-top: -3.7em;
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1084
|
+
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
1085
|
+
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
1086
|
+
height: 32px;
|
|
1087
|
+
min-height: 32px;
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1090
|
+
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
1091
|
+
height: 38px;
|
|
1092
|
+
min-height: 38px;
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1096
|
+
.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
1097
|
+
width: calc(100% - 49px);
|
|
1098
|
+
}
|
|
1099
|
+
|
|
1100
|
+
.e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1101
|
+
.e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1102
|
+
.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1103
|
+
.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
1104
|
+
width: calc(100% - 45px);
|
|
1105
|
+
}
|
|
1106
|
+
|
|
1107
|
+
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
1108
|
+
line-height: 36px;
|
|
1109
|
+
padding-left: 6px;
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1112
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
1113
|
+
padding-right: 5px;
|
|
1114
|
+
}
|
|
1115
|
+
|
|
1116
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
1117
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
1118
|
+
bottom: 1px;
|
|
1119
|
+
margin-right: 10px;
|
|
1120
|
+
}
|
|
1121
|
+
|
|
1122
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
1123
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
1124
|
+
bottom: 1px;
|
|
1125
|
+
margin-right: 10px;
|
|
1126
|
+
}
|
|
1127
|
+
|
|
1128
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
1129
|
+
padding-left: 24px;
|
|
1130
|
+
}
|
|
1131
|
+
|
|
1132
|
+
.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 {
|
|
1133
|
+
padding-left: 20px;
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1136
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
1137
|
+
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
1309
1138
|
font-size: 15px;
|
|
1139
|
+
line-height: 40px;
|
|
1140
|
+
text-indent: 25px;
|
|
1141
|
+
}
|
|
1142
|
+
|
|
1143
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
1144
|
+
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
1145
|
+
bottom: 1px;
|
|
1146
|
+
margin-right: 10px;
|
|
1147
|
+
}
|
|
1148
|
+
|
|
1149
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
|
|
1150
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
1151
|
+
padding: 4px 0;
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
1155
|
+
padding-left: 8px;
|
|
1156
|
+
}
|
|
1157
|
+
|
|
1158
|
+
.e-bigger .e-checkbox .e-multi-select-wrapper .e-delim-values {
|
|
1159
|
+
line-height: 36px;
|
|
1160
|
+
}
|
|
1161
|
+
|
|
1162
|
+
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
1163
|
+
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
1164
|
+
line-height: 34px;
|
|
1165
|
+
}
|
|
1166
|
+
|
|
1167
|
+
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1168
|
+
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1169
|
+
margin-top: -2.85em;
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
1173
|
+
height: 30px;
|
|
1174
|
+
width: 30px;
|
|
1175
|
+
}
|
|
1176
|
+
|
|
1177
|
+
.e-bigger.e-small .e-multi-select-wrapper {
|
|
1178
|
+
min-height: 30px;
|
|
1179
|
+
}
|
|
1180
|
+
|
|
1181
|
+
.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
|
|
1182
|
+
height: 34px;
|
|
1183
|
+
min-height: 34px;
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
1187
|
+
font-size: 14px;
|
|
1188
|
+
line-height: 34px;
|
|
1189
|
+
}
|
|
1190
|
+
|
|
1191
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1192
|
+
.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1193
|
+
margin-top: -4em;
|
|
1194
|
+
right: 0;
|
|
1195
|
+
}
|
|
1196
|
+
|
|
1197
|
+
.e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect,
|
|
1198
|
+
.e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
1199
|
+
background-size: 300px 40px;
|
|
1200
|
+
min-height: 40px;
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
.e-small.e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper,
|
|
1204
|
+
.e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
1205
|
+
padding: 3px 12px 0 4px;
|
|
1206
|
+
}
|
|
1207
|
+
|
|
1208
|
+
.e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
1209
|
+
.e-bigger.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
1210
|
+
.e-bigger .e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
1211
|
+
.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
1212
|
+
padding: 0;
|
|
1213
|
+
}
|
|
1214
|
+
|
|
1215
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
1216
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper,
|
|
1217
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
1218
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper {
|
|
1219
|
+
padding: 11px 12px 0;
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1222
|
+
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper,
|
|
1223
|
+
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper {
|
|
1224
|
+
padding: 19px 12px 0 16px;
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1227
|
+
.e-bigger:not(.e-small).e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
1228
|
+
padding-top: 3px;
|
|
1229
|
+
}
|
|
1230
|
+
|
|
1231
|
+
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text],
|
|
1232
|
+
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
|
|
1233
|
+
padding: 5px 0;
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1236
|
+
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1237
|
+
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1238
|
+
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1239
|
+
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1240
|
+
height: 28px;
|
|
1241
|
+
}
|
|
1242
|
+
|
|
1243
|
+
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1244
|
+
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
1245
|
+
height: 24px;
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
.e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1249
|
+
.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1250
|
+
height: 32px;
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1253
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1254
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1255
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1256
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
1257
|
+
height: 18px;
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1261
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1262
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1263
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1264
|
+
.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1265
|
+
.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1266
|
+
.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1267
|
+
.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1268
|
+
margin: 8px 8px 0 0;
|
|
1269
|
+
padding: 0 8px;
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1272
|
+
.e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1273
|
+
.e-rtl.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1274
|
+
.e-rtl.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1275
|
+
.e-rtl.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1276
|
+
.e-rtl.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1277
|
+
.e-rtl.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1278
|
+
.e-rtl.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1279
|
+
.e-rtl.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1280
|
+
margin: 8px 0 0 8px;
|
|
1281
|
+
padding: 0 8px;
|
|
1282
|
+
}
|
|
1283
|
+
|
|
1284
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1285
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1286
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1287
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
1288
|
+
padding-left: 8px;
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1292
|
+
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1293
|
+
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1294
|
+
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1295
|
+
font-size: 13px;
|
|
1296
|
+
padding: 0 8px 0 0;
|
|
1297
|
+
}
|
|
1298
|
+
|
|
1299
|
+
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1300
|
+
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1301
|
+
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1302
|
+
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1303
|
+
font-size: 12px;
|
|
1304
|
+
padding: 0 4px 0 0;
|
|
1305
|
+
}
|
|
1306
|
+
|
|
1307
|
+
.e-rtl.e-bigger.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1308
|
+
.e-rtl.e-bigger.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1309
|
+
.e-rtl.e-bigger .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1310
|
+
.e-rtl.e-small .e-bigger.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1311
|
+
padding: 0 0 0 4px;
|
|
1312
|
+
}
|
|
1313
|
+
|
|
1314
|
+
.e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1315
|
+
.e-bigger .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1316
|
+
font-size: 13px;
|
|
1317
|
+
}
|
|
1318
|
+
|
|
1319
|
+
.e-rtl.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
1320
|
+
.e-rtl.e-bigger .e-filled .e-multi-select-wrapper .e-chips,
|
|
1321
|
+
.e-rtl.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1322
|
+
.e-rtl.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1323
|
+
.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
1324
|
+
.e-bigger .e-filled .e-multi-select-wrapper .e-chips {
|
|
1325
|
+
padding: 0 12px;
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1329
|
+
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
1330
|
+
padding-right: 8px;
|
|
1310
1331
|
}
|
|
1311
1332
|
|
|
1312
1333
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1313
1334
|
font-size: 10px;
|
|
1314
1335
|
}
|
|
1315
1336
|
|
|
1316
|
-
.e-
|
|
1317
|
-
|
|
1318
|
-
|
|
1337
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
1338
|
+
height: 28px;
|
|
1339
|
+
}
|
|
1340
|
+
|
|
1341
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1342
|
+
font-size: 15px;
|
|
1343
|
+
}
|
|
1344
|
+
|
|
1345
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
1346
|
+
left: 8px;
|
|
1347
|
+
}
|
|
1348
|
+
|
|
1349
|
+
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
1350
|
+
height: 32px;
|
|
1351
|
+
}
|
|
1352
|
+
|
|
1353
|
+
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1354
|
+
height: 40px;
|
|
1355
|
+
width: 40px;
|
|
1356
|
+
}
|
|
1357
|
+
|
|
1358
|
+
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1359
|
+
margin-top: -3.2em;
|
|
1319
1360
|
}
|