@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,15 +44,6 @@
|
|
|
44
44
|
padding: 0 8px 0 0;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon {
|
|
48
|
-
font-size: 16px;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
52
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
53
|
-
padding: 0 12px 0 0;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
47
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
57
48
|
padding: 0 8px 0 0;
|
|
58
49
|
}
|
|
@@ -77,47 +68,22 @@
|
|
|
77
68
|
font-size: 12px;
|
|
78
69
|
}
|
|
79
70
|
|
|
80
|
-
.e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
|
|
81
|
-
.e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
|
|
82
|
-
font-size: 14px;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
71
|
.e-small .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
|
|
86
72
|
.e-small.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
|
|
87
73
|
font-size: 10px;
|
|
88
74
|
}
|
|
89
75
|
|
|
90
|
-
.e-small.e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
|
|
91
|
-
.e-small.e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
|
|
92
|
-
font-size: 12px;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
76
|
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
96
77
|
border-left-width: 0;
|
|
97
78
|
border-radius: 4px 0 0 4px;
|
|
98
79
|
border-right-width: 1px;
|
|
99
80
|
}
|
|
100
81
|
|
|
101
|
-
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
102
|
-
font-size: 14px;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.e-bigger .e-multi-select-wrapper .e-chips-close {
|
|
106
|
-
height: 30px;
|
|
107
|
-
width: auto;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
82
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus.e-hover {
|
|
111
83
|
-webkit-box-shadow: none;
|
|
112
84
|
box-shadow: none;
|
|
113
85
|
}
|
|
114
86
|
|
|
115
|
-
.e-bigger .e-ddl.e-popup .e-filter-parent .e-clear-icon {
|
|
116
|
-
display: -webkit-box;
|
|
117
|
-
display: -ms-flexbox;
|
|
118
|
-
display: flex;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
87
|
.e-input-group.e-multiselect .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle {
|
|
122
88
|
stroke-width: 1px;
|
|
123
89
|
}
|
|
@@ -126,10 +92,6 @@
|
|
|
126
92
|
margin: 1px 4px 1px 0;
|
|
127
93
|
}
|
|
128
94
|
|
|
129
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-chips {
|
|
130
|
-
margin: 2px 4px 2px 0;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
95
|
.e-multiselect.e-float-input input[readonly],
|
|
134
96
|
.e-multiselect.e-float-input.e-control-wrapper input[readonly] {
|
|
135
97
|
background: transparent;
|
|
@@ -139,33 +101,12 @@
|
|
|
139
101
|
top: 7px;
|
|
140
102
|
}
|
|
141
103
|
|
|
142
|
-
.e-bigger .e-multiselect .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
143
|
-
height: 36px;
|
|
144
|
-
margin-top: -3em;
|
|
145
|
-
right: 0;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
|
|
149
|
-
.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
|
|
150
|
-
.e-bigger .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
151
|
-
right: 34px;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
.e-bigger .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
155
|
-
height: 36px;
|
|
156
|
-
margin-top: -3.5em;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
104
|
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
160
105
|
content: "\e744";
|
|
161
106
|
font-family: "e-icons";
|
|
162
107
|
font-size: 8px;
|
|
163
108
|
}
|
|
164
109
|
|
|
165
|
-
.e-bigger .e-multiselect.e-input-group .e-ddl-icon::before {
|
|
166
|
-
font-size: 10px;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
110
|
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
170
111
|
content: "\e745";
|
|
171
112
|
cursor: pointer;
|
|
@@ -183,11 +124,6 @@
|
|
|
183
124
|
top: 10px;
|
|
184
125
|
}
|
|
185
126
|
|
|
186
|
-
.e-bigger .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
187
|
-
font-size: 12px;
|
|
188
|
-
top: 9px;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
127
|
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
192
128
|
content: "";
|
|
193
129
|
}
|
|
@@ -349,11 +285,6 @@
|
|
|
349
285
|
padding: 0 0 0 48px;
|
|
350
286
|
}
|
|
351
287
|
|
|
352
|
-
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
353
|
-
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
354
|
-
margin-top: -2.25em;
|
|
355
|
-
}
|
|
356
|
-
|
|
357
288
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
|
|
358
289
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
|
|
359
290
|
opacity: 0.7;
|
|
@@ -370,10 +301,6 @@
|
|
|
370
301
|
top: 15px;
|
|
371
302
|
}
|
|
372
303
|
|
|
373
|
-
.e-bigger .e-multi-select-wrapper {
|
|
374
|
-
min-height: 36px;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
304
|
.e-multi-select-wrapper.e-close-icon-hide {
|
|
378
305
|
padding-right: 0;
|
|
379
306
|
}
|
|
@@ -407,10 +334,6 @@
|
|
|
407
334
|
white-space: nowrap;
|
|
408
335
|
}
|
|
409
336
|
|
|
410
|
-
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
411
|
-
margin: 4px 4px 4px 0;
|
|
412
|
-
}
|
|
413
|
-
|
|
414
337
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
415
338
|
max-width: 100%;
|
|
416
339
|
overflow: hidden;
|
|
@@ -425,17 +348,11 @@
|
|
|
425
348
|
float: none;
|
|
426
349
|
}
|
|
427
350
|
|
|
428
|
-
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent
|
|
429
|
-
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
351
|
+
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
|
|
430
352
|
padding: 7px 12px 7px 12px;
|
|
431
353
|
}
|
|
432
354
|
|
|
433
|
-
.e-
|
|
434
|
-
padding: 7px 8px 7px 12px;
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent,
|
|
438
|
-
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
355
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
|
|
439
356
|
padding: 7px 12px 7px 12px;
|
|
440
357
|
}
|
|
441
358
|
|
|
@@ -482,21 +399,6 @@
|
|
|
482
399
|
right: auto;
|
|
483
400
|
}
|
|
484
401
|
|
|
485
|
-
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
486
|
-
margin-top: -3.5em;
|
|
487
|
-
}
|
|
488
|
-
|
|
489
|
-
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
490
|
-
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
491
|
-
margin-top: -3.5em;
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
495
|
-
.e-bigger.e-multiselect .e-down-icon .e-chips-close.e-close-hooker.e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
496
|
-
font-size: 12px;
|
|
497
|
-
margin-top: -2.9em;
|
|
498
|
-
}
|
|
499
|
-
|
|
500
402
|
.e-multi-select-wrapper input[type=text] {
|
|
501
403
|
background: none;
|
|
502
404
|
border: 0;
|
|
@@ -528,18 +430,6 @@
|
|
|
528
430
|
padding: 5px;
|
|
529
431
|
}
|
|
530
432
|
|
|
531
|
-
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
532
|
-
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
533
|
-
height: 29px;
|
|
534
|
-
min-height: 29px;
|
|
535
|
-
}
|
|
536
|
-
|
|
537
|
-
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
538
|
-
font-size: 16px;
|
|
539
|
-
height: 36px;
|
|
540
|
-
min-height: 36px;
|
|
541
|
-
}
|
|
542
|
-
|
|
543
433
|
/* stylelint-disable property-no-vendor-prefix */
|
|
544
434
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
545
435
|
display: none;
|
|
@@ -555,23 +445,11 @@
|
|
|
555
445
|
width: calc(100% - 34px);
|
|
556
446
|
}
|
|
557
447
|
|
|
558
|
-
.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
559
|
-
.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
560
|
-
width: calc(100% - 44px);
|
|
561
|
-
}
|
|
562
|
-
|
|
563
448
|
.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
564
449
|
.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
565
450
|
width: calc(100% - 34px);
|
|
566
451
|
}
|
|
567
452
|
|
|
568
|
-
.e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
569
|
-
.e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
570
|
-
.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
571
|
-
.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
572
|
-
width: calc(100% - 45px);
|
|
573
|
-
}
|
|
574
|
-
|
|
575
453
|
.e-multi-select-wrapper .e-delim-values {
|
|
576
454
|
font-family: inherit;
|
|
577
455
|
font-size: 14px;
|
|
@@ -582,15 +460,6 @@
|
|
|
582
460
|
vertical-align: middle;
|
|
583
461
|
}
|
|
584
462
|
|
|
585
|
-
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
586
|
-
line-height: 36px;
|
|
587
|
-
padding-left: 6px;
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
.e-bigger .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
591
|
-
padding-left: 12px;
|
|
592
|
-
}
|
|
593
|
-
|
|
594
463
|
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
595
464
|
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
596
465
|
display: none;
|
|
@@ -717,10 +586,6 @@
|
|
|
717
586
|
padding-right: 29px;
|
|
718
587
|
}
|
|
719
588
|
|
|
720
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
721
|
-
padding-right: 5px;
|
|
722
|
-
}
|
|
723
|
-
|
|
724
589
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
725
590
|
bottom: 1px;
|
|
726
591
|
margin-right: 8px;
|
|
@@ -729,18 +594,6 @@
|
|
|
729
594
|
vertical-align: middle;
|
|
730
595
|
}
|
|
731
596
|
|
|
732
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
733
|
-
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
734
|
-
bottom: 1px;
|
|
735
|
-
margin-right: 12px;
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
739
|
-
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
740
|
-
bottom: 1px;
|
|
741
|
-
margin-right: 12px;
|
|
742
|
-
}
|
|
743
|
-
|
|
744
597
|
.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
745
598
|
margin-left: 12px;
|
|
746
599
|
margin-right: 0;
|
|
@@ -759,14 +612,6 @@
|
|
|
759
612
|
padding-right: 0;
|
|
760
613
|
}
|
|
761
614
|
|
|
762
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
763
|
-
padding-left: 24px;
|
|
764
|
-
}
|
|
765
|
-
|
|
766
|
-
.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 {
|
|
767
|
-
padding-left: 20px;
|
|
768
|
-
}
|
|
769
|
-
|
|
770
615
|
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
771
616
|
cursor: pointer;
|
|
772
617
|
display: block;
|
|
@@ -792,13 +637,6 @@
|
|
|
792
637
|
font-size: 14px;
|
|
793
638
|
}
|
|
794
639
|
|
|
795
|
-
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
796
|
-
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
797
|
-
font-size: 14px;
|
|
798
|
-
line-height: 40px;
|
|
799
|
-
text-indent: 25px;
|
|
800
|
-
}
|
|
801
|
-
|
|
802
640
|
.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
803
641
|
bottom: 1px;
|
|
804
642
|
margin-right: 8px;
|
|
@@ -807,12 +645,6 @@
|
|
|
807
645
|
vertical-align: middle;
|
|
808
646
|
}
|
|
809
647
|
|
|
810
|
-
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
811
|
-
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
812
|
-
bottom: 1px;
|
|
813
|
-
margin-right: 12px;
|
|
814
|
-
}
|
|
815
|
-
|
|
816
648
|
.e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper {
|
|
817
649
|
margin-left: 12px;
|
|
818
650
|
margin-right: 0;
|
|
@@ -837,13 +669,7 @@
|
|
|
837
669
|
padding: 8px;
|
|
838
670
|
}
|
|
839
671
|
|
|
840
|
-
.e-
|
|
841
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
842
|
-
padding: 0;
|
|
843
|
-
}
|
|
844
|
-
|
|
845
|
-
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon,
|
|
846
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
672
|
+
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
847
673
|
padding-left: 8px;
|
|
848
674
|
}
|
|
849
675
|
|
|
@@ -851,10 +677,6 @@
|
|
|
851
677
|
padding: 0;
|
|
852
678
|
}
|
|
853
679
|
|
|
854
|
-
.e-bigger .e-checkbox .e-multi-select-wrapper .e-delim-values {
|
|
855
|
-
line-height: 36px;
|
|
856
|
-
}
|
|
857
|
-
|
|
858
680
|
.e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
859
681
|
line-height: 20px;
|
|
860
682
|
padding-left: 10px;
|
|
@@ -920,57 +742,11 @@ ejs-multiselect {
|
|
|
920
742
|
padding: 0 8px 0 8px;
|
|
921
743
|
}
|
|
922
744
|
|
|
923
|
-
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
924
|
-
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
925
|
-
line-height: 34px;
|
|
926
|
-
}
|
|
927
|
-
|
|
928
|
-
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
929
|
-
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
930
|
-
margin-top: -2.85em;
|
|
931
|
-
}
|
|
932
|
-
|
|
933
|
-
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
934
|
-
height: 24px;
|
|
935
|
-
width: auto;
|
|
936
|
-
margin: 3px 10px 10px 0;
|
|
937
|
-
}
|
|
938
|
-
|
|
939
|
-
.e-bigger.e-small .e-multi-select-wrapper {
|
|
940
|
-
min-height: 30px;
|
|
941
|
-
}
|
|
942
|
-
|
|
943
|
-
.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
|
|
944
|
-
height: 34px;
|
|
945
|
-
min-height: 34px;
|
|
946
|
-
}
|
|
947
|
-
|
|
948
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
949
|
-
font-size: 14px;
|
|
950
|
-
line-height: 34px;
|
|
951
|
-
}
|
|
952
|
-
|
|
953
|
-
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
954
|
-
.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
955
|
-
margin-top: -2.5em;
|
|
956
|
-
right: 0;
|
|
957
|
-
}
|
|
958
|
-
|
|
959
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
960
|
-
padding: 7px 8px 7px 12px;
|
|
961
|
-
}
|
|
962
|
-
|
|
963
745
|
.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
964
746
|
background-size: 300px 33px;
|
|
965
747
|
min-height: 33px;
|
|
966
748
|
}
|
|
967
749
|
|
|
968
|
-
.e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect,
|
|
969
|
-
.e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
970
|
-
background-size: 300px 40px;
|
|
971
|
-
min-height: 40px;
|
|
972
|
-
}
|
|
973
|
-
|
|
974
750
|
.e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
|
|
975
751
|
color: inherit;
|
|
976
752
|
}
|
|
@@ -986,24 +762,11 @@ ejs-multiselect {
|
|
|
986
762
|
padding: 0 12px 0 8px;
|
|
987
763
|
}
|
|
988
764
|
|
|
989
|
-
.e-
|
|
990
|
-
.e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
991
|
-
padding: 3px 12px 0 4px;
|
|
992
|
-
}
|
|
993
|
-
|
|
994
|
-
.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
995
|
-
.e-bigger.e-small.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-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
765
|
+
.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
999
766
|
padding: 0;
|
|
1000
767
|
}
|
|
1001
768
|
|
|
1002
|
-
.e-filled.e-float-input .e-multi-select-wrapper
|
|
1003
|
-
.e-bigger.e-small.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-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper {
|
|
769
|
+
.e-filled.e-float-input .e-multi-select-wrapper {
|
|
1007
770
|
padding: 11px 12px 0;
|
|
1008
771
|
}
|
|
1009
772
|
|
|
@@ -1012,35 +775,15 @@ ejs-multiselect {
|
|
|
1012
775
|
padding: 12px 12px 0 8px;
|
|
1013
776
|
}
|
|
1014
777
|
|
|
1015
|
-
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper,
|
|
1016
|
-
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper {
|
|
1017
|
-
padding: 19px 12px 0 16px;
|
|
1018
|
-
}
|
|
1019
|
-
|
|
1020
|
-
.e-bigger:not(.e-small).e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
1021
|
-
padding-top: 3px;
|
|
1022
|
-
}
|
|
1023
|
-
|
|
1024
778
|
.e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
1025
779
|
.e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper {
|
|
1026
780
|
padding: 0;
|
|
1027
781
|
}
|
|
1028
782
|
|
|
1029
|
-
.e-
|
|
1030
|
-
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
|
|
1031
|
-
padding: 5px 0;
|
|
1032
|
-
}
|
|
1033
|
-
|
|
1034
|
-
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1035
|
-
.e-bigger.e-small.e-filled.e-multiselect: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-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
783
|
+
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1039
784
|
height: 28px;
|
|
1040
785
|
}
|
|
1041
786
|
|
|
1042
|
-
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1043
|
-
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1044
787
|
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1045
788
|
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1046
789
|
.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip,
|
|
@@ -1049,54 +792,22 @@ ejs-multiselect {
|
|
|
1049
792
|
height: 24px;
|
|
1050
793
|
}
|
|
1051
794
|
|
|
1052
|
-
.e-
|
|
1053
|
-
|
|
1054
|
-
height: 32px;
|
|
795
|
+
.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
796
|
+
height: 18px;
|
|
1055
797
|
}
|
|
1056
798
|
|
|
1057
799
|
.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1058
|
-
.e-
|
|
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-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
1062
|
-
height: 18px;
|
|
1063
|
-
}
|
|
1064
|
-
|
|
1065
|
-
.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1066
|
-
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1067
|
-
.e-bigger.e-small.e-filled.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-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1071
|
-
.e-bigger.e-small.e-filled:not(.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-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
800
|
+
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1075
801
|
margin: 8px 8px 0 0;
|
|
1076
802
|
padding: 0 8px;
|
|
1077
803
|
}
|
|
1078
804
|
|
|
1079
805
|
.e-rtl.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1080
|
-
.e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips
|
|
1081
|
-
.e-rtl.e-bigger.e-small.e-filled.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-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1085
|
-
.e-rtl.e-bigger.e-small.e-filled:not(.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-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
806
|
+
.e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1089
807
|
margin: 8px 0 0 8px;
|
|
1090
808
|
padding: 0 8px;
|
|
1091
809
|
}
|
|
1092
810
|
|
|
1093
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
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-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
1097
|
-
padding-left: 8px;
|
|
1098
|
-
}
|
|
1099
|
-
|
|
1100
811
|
.e-small .e-filled .e-multi-select-wrapper .e-chips,
|
|
1101
812
|
.e-small.e-filled .e-multi-select-wrapper .e-chips {
|
|
1102
813
|
height: 16px;
|
|
@@ -1109,11 +820,7 @@ ejs-multiselect {
|
|
|
1109
820
|
margin: 4px 0 0 4px;
|
|
1110
821
|
}
|
|
1111
822
|
|
|
1112
|
-
.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
1113
|
-
.e-bigger.e-small.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-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
823
|
+
.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1117
824
|
font-size: 13px;
|
|
1118
825
|
padding: 0 8px 0 0;
|
|
1119
826
|
}
|
|
@@ -1123,20 +830,12 @@ ejs-multiselect {
|
|
|
1123
830
|
font-size: 12px;
|
|
1124
831
|
}
|
|
1125
832
|
|
|
1126
|
-
.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
1127
|
-
.e-bigger.e-small.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-small .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
833
|
+
.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1131
834
|
font-size: 12px;
|
|
1132
835
|
padding: 0 4px 0 0;
|
|
1133
836
|
}
|
|
1134
837
|
|
|
1135
|
-
.e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
1136
|
-
.e-rtl.e-bigger.e-small.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-small .e-bigger.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
838
|
+
.e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1140
839
|
padding: 0 0 0 4px;
|
|
1141
840
|
}
|
|
1142
841
|
|
|
@@ -1145,30 +844,11 @@ ejs-multiselect {
|
|
|
1145
844
|
font-size: 10px;
|
|
1146
845
|
}
|
|
1147
846
|
|
|
1148
|
-
.e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1149
|
-
.e-bigger .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1150
|
-
font-size: 13px;
|
|
1151
|
-
}
|
|
1152
|
-
|
|
1153
847
|
.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips > .e-chipcontent {
|
|
1154
848
|
font-size: 13px;
|
|
1155
849
|
padding-right: 4px;
|
|
1156
850
|
}
|
|
1157
851
|
|
|
1158
|
-
.e-rtl.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
1159
|
-
.e-rtl.e-bigger .e-filled .e-multi-select-wrapper .e-chips,
|
|
1160
|
-
.e-rtl.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1161
|
-
.e-rtl.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1162
|
-
.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
1163
|
-
.e-bigger .e-filled .e-multi-select-wrapper .e-chips {
|
|
1164
|
-
padding: 0 12px;
|
|
1165
|
-
}
|
|
1166
|
-
|
|
1167
|
-
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1168
|
-
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
1169
|
-
padding-right: 8px;
|
|
1170
|
-
}
|
|
1171
|
-
|
|
1172
852
|
.e-filled.e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1173
853
|
.e-multiselect.e-control-container .e-filled.e-multi-select-wrapper .e-clear-icon {
|
|
1174
854
|
height: 38px;
|
|
@@ -1253,10 +933,6 @@ ejs-multiselect {
|
|
|
1253
933
|
font-size: 8px;
|
|
1254
934
|
}
|
|
1255
935
|
|
|
1256
|
-
.e-bigger .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1257
|
-
font-size: 10px;
|
|
1258
|
-
}
|
|
1259
|
-
|
|
1260
936
|
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
1261
937
|
background-color: #6c757d;
|
|
1262
938
|
border-radius: 4px;
|
|
@@ -1269,8 +945,7 @@ ejs-multiselect {
|
|
|
1269
945
|
color: #fff;
|
|
1270
946
|
}
|
|
1271
947
|
|
|
1272
|
-
.e-multi-select-wrapper .e-chips.e-mob-chip
|
|
1273
|
-
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
948
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
1274
949
|
height: 28px;
|
|
1275
950
|
}
|
|
1276
951
|
|
|
@@ -1419,8 +1094,318 @@ ejs-multiselect {
|
|
|
1419
1094
|
left: 4px;
|
|
1420
1095
|
}
|
|
1421
1096
|
|
|
1422
|
-
.e-
|
|
1423
|
-
|
|
1097
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
1098
|
+
-webkit-text-fill-color: #6c757d;
|
|
1099
|
+
color: #6c757d;
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1102
|
+
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
1103
|
+
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1104
|
+
margin-top: -2.25em;
|
|
1105
|
+
}
|
|
1106
|
+
|
|
1107
|
+
.e-bigger .e-multi-select-wrapper {
|
|
1108
|
+
min-height: 36px;
|
|
1109
|
+
}
|
|
1110
|
+
|
|
1111
|
+
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
1112
|
+
margin: 4px 4px 4px 0;
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1115
|
+
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1116
|
+
padding: 7px 8px 7px 12px;
|
|
1117
|
+
}
|
|
1118
|
+
|
|
1119
|
+
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1120
|
+
padding: 7px 12px 7px 12px;
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1123
|
+
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1124
|
+
padding: 7px 12px 7px 12px;
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1128
|
+
margin-top: -3.5em;
|
|
1129
|
+
}
|
|
1130
|
+
|
|
1131
|
+
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1132
|
+
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1133
|
+
margin-top: -3.5em;
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1136
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1137
|
+
.e-bigger.e-multiselect .e-down-icon .e-chips-close.e-close-hooker.e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1138
|
+
font-size: 12px;
|
|
1139
|
+
margin-top: -2.9em;
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
1143
|
+
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
1144
|
+
height: 29px;
|
|
1145
|
+
min-height: 29px;
|
|
1146
|
+
}
|
|
1147
|
+
|
|
1148
|
+
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
1149
|
+
font-size: 16px;
|
|
1150
|
+
height: 36px;
|
|
1151
|
+
min-height: 36px;
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1155
|
+
.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
1156
|
+
width: calc(100% - 44px);
|
|
1157
|
+
}
|
|
1158
|
+
|
|
1159
|
+
.e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1160
|
+
.e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1161
|
+
.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1162
|
+
.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
1163
|
+
width: calc(100% - 45px);
|
|
1164
|
+
}
|
|
1165
|
+
|
|
1166
|
+
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
1167
|
+
line-height: 36px;
|
|
1168
|
+
padding-left: 6px;
|
|
1169
|
+
}
|
|
1170
|
+
|
|
1171
|
+
.e-bigger .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
1172
|
+
padding-left: 12px;
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1175
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
1176
|
+
padding-right: 5px;
|
|
1177
|
+
}
|
|
1178
|
+
|
|
1179
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
1180
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
1181
|
+
bottom: 1px;
|
|
1182
|
+
margin-right: 12px;
|
|
1183
|
+
}
|
|
1184
|
+
|
|
1185
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
1186
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
1187
|
+
bottom: 1px;
|
|
1188
|
+
margin-right: 12px;
|
|
1189
|
+
}
|
|
1190
|
+
|
|
1191
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
1192
|
+
padding-left: 24px;
|
|
1193
|
+
}
|
|
1194
|
+
|
|
1195
|
+
.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 {
|
|
1196
|
+
padding-left: 20px;
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1199
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
1200
|
+
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
1201
|
+
font-size: 14px;
|
|
1202
|
+
line-height: 40px;
|
|
1203
|
+
text-indent: 25px;
|
|
1204
|
+
}
|
|
1205
|
+
|
|
1206
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
1207
|
+
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
1208
|
+
bottom: 1px;
|
|
1209
|
+
margin-right: 12px;
|
|
1210
|
+
}
|
|
1211
|
+
|
|
1212
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
|
|
1213
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
1214
|
+
padding: 0;
|
|
1215
|
+
}
|
|
1216
|
+
|
|
1217
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
1218
|
+
padding-left: 8px;
|
|
1219
|
+
}
|
|
1220
|
+
|
|
1221
|
+
.e-bigger .e-checkbox .e-multi-select-wrapper .e-delim-values {
|
|
1222
|
+
line-height: 36px;
|
|
1223
|
+
}
|
|
1224
|
+
|
|
1225
|
+
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
1226
|
+
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
1227
|
+
line-height: 34px;
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1230
|
+
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1231
|
+
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1232
|
+
margin-top: -2.85em;
|
|
1233
|
+
}
|
|
1234
|
+
|
|
1235
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
1236
|
+
height: 24px;
|
|
1237
|
+
width: auto;
|
|
1238
|
+
margin: 3px 10px 10px 0;
|
|
1239
|
+
}
|
|
1240
|
+
|
|
1241
|
+
.e-bigger.e-small .e-multi-select-wrapper {
|
|
1242
|
+
min-height: 30px;
|
|
1243
|
+
}
|
|
1244
|
+
|
|
1245
|
+
.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
|
|
1246
|
+
height: 34px;
|
|
1247
|
+
min-height: 34px;
|
|
1248
|
+
}
|
|
1249
|
+
|
|
1250
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
1251
|
+
font-size: 14px;
|
|
1252
|
+
line-height: 34px;
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1255
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1256
|
+
.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1257
|
+
margin-top: -2.5em;
|
|
1258
|
+
right: 0;
|
|
1259
|
+
}
|
|
1260
|
+
|
|
1261
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1262
|
+
padding: 7px 8px 7px 12px;
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1265
|
+
.e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect,
|
|
1266
|
+
.e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
1267
|
+
background-size: 300px 40px;
|
|
1268
|
+
min-height: 40px;
|
|
1269
|
+
}
|
|
1270
|
+
|
|
1271
|
+
.e-small.e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper,
|
|
1272
|
+
.e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
1273
|
+
padding: 3px 12px 0 4px;
|
|
1274
|
+
}
|
|
1275
|
+
|
|
1276
|
+
.e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
1277
|
+
.e-bigger.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
1278
|
+
.e-bigger .e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
1279
|
+
.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
1280
|
+
padding: 0;
|
|
1281
|
+
}
|
|
1282
|
+
|
|
1283
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
1284
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper,
|
|
1285
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
1286
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper {
|
|
1287
|
+
padding: 11px 12px 0;
|
|
1288
|
+
}
|
|
1289
|
+
|
|
1290
|
+
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper,
|
|
1291
|
+
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper {
|
|
1292
|
+
padding: 19px 12px 0 16px;
|
|
1293
|
+
}
|
|
1294
|
+
|
|
1295
|
+
.e-bigger:not(.e-small).e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
1296
|
+
padding-top: 3px;
|
|
1297
|
+
}
|
|
1298
|
+
|
|
1299
|
+
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text],
|
|
1300
|
+
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
|
|
1301
|
+
padding: 5px 0;
|
|
1302
|
+
}
|
|
1303
|
+
|
|
1304
|
+
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1305
|
+
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1306
|
+
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1307
|
+
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1308
|
+
height: 28px;
|
|
1309
|
+
}
|
|
1310
|
+
|
|
1311
|
+
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1312
|
+
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
1313
|
+
height: 24px;
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1316
|
+
.e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1317
|
+
.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1318
|
+
height: 32px;
|
|
1319
|
+
}
|
|
1320
|
+
|
|
1321
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1322
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1323
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1324
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
1325
|
+
height: 18px;
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1329
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1330
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1331
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1332
|
+
.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1333
|
+
.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1334
|
+
.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1335
|
+
.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1336
|
+
margin: 8px 8px 0 0;
|
|
1337
|
+
padding: 0 8px;
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1340
|
+
.e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1341
|
+
.e-rtl.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1342
|
+
.e-rtl.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1343
|
+
.e-rtl.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1344
|
+
.e-rtl.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1345
|
+
.e-rtl.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1346
|
+
.e-rtl.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1347
|
+
.e-rtl.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1348
|
+
margin: 8px 0 0 8px;
|
|
1349
|
+
padding: 0 8px;
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1353
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1354
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1355
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
1356
|
+
padding-left: 8px;
|
|
1357
|
+
}
|
|
1358
|
+
|
|
1359
|
+
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1360
|
+
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1361
|
+
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1362
|
+
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1363
|
+
font-size: 13px;
|
|
1364
|
+
padding: 0 8px 0 0;
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1367
|
+
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1368
|
+
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1369
|
+
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1370
|
+
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1371
|
+
font-size: 12px;
|
|
1372
|
+
padding: 0 4px 0 0;
|
|
1373
|
+
}
|
|
1374
|
+
|
|
1375
|
+
.e-rtl.e-bigger.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1376
|
+
.e-rtl.e-bigger.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1377
|
+
.e-rtl.e-bigger .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1378
|
+
.e-rtl.e-small .e-bigger.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1379
|
+
padding: 0 0 0 4px;
|
|
1380
|
+
}
|
|
1381
|
+
|
|
1382
|
+
.e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1383
|
+
.e-bigger .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1384
|
+
font-size: 13px;
|
|
1385
|
+
}
|
|
1386
|
+
|
|
1387
|
+
.e-rtl.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
1388
|
+
.e-rtl.e-bigger .e-filled .e-multi-select-wrapper .e-chips,
|
|
1389
|
+
.e-rtl.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1390
|
+
.e-rtl.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1391
|
+
.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
1392
|
+
.e-bigger .e-filled .e-multi-select-wrapper .e-chips {
|
|
1393
|
+
padding: 0 12px;
|
|
1394
|
+
}
|
|
1395
|
+
|
|
1396
|
+
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1397
|
+
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
1398
|
+
padding-right: 8px;
|
|
1399
|
+
}
|
|
1400
|
+
|
|
1401
|
+
.e-bigger .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1402
|
+
font-size: 10px;
|
|
1403
|
+
}
|
|
1404
|
+
|
|
1405
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1406
|
+
left: 0;
|
|
1407
|
+
top: 11px;
|
|
1408
|
+
font-size: 10px;
|
|
1424
1409
|
}
|
|
1425
1410
|
|
|
1426
1411
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
@@ -1431,13 +1416,86 @@ ejs-multiselect {
|
|
|
1431
1416
|
font-size: 15px;
|
|
1432
1417
|
}
|
|
1433
1418
|
|
|
1434
|
-
.e-
|
|
1435
|
-
left:
|
|
1436
|
-
|
|
1419
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
1420
|
+
left: 4px;
|
|
1421
|
+
}
|
|
1422
|
+
|
|
1423
|
+
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
1424
|
+
height: 28px;
|
|
1425
|
+
}
|
|
1426
|
+
|
|
1427
|
+
.e-bigger .e-multiselect.e-input-group .e-ddl-icon::before {
|
|
1437
1428
|
font-size: 10px;
|
|
1438
1429
|
}
|
|
1439
1430
|
|
|
1440
|
-
.e-
|
|
1441
|
-
-
|
|
1442
|
-
|
|
1431
|
+
.e-bigger .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1432
|
+
font-size: 12px;
|
|
1433
|
+
top: 9px;
|
|
1434
|
+
}
|
|
1435
|
+
|
|
1436
|
+
.e-bigger .e-multi-select-wrapper .e-chips .e-chips-close::before,
|
|
1437
|
+
.e-bigger.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1438
|
+
top: 1px;
|
|
1439
|
+
}
|
|
1440
|
+
|
|
1441
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
1442
|
+
top: 4px;
|
|
1443
|
+
}
|
|
1444
|
+
|
|
1445
|
+
.e-small.e-bigger .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
1446
|
+
top: 5px;
|
|
1447
|
+
}
|
|
1448
|
+
|
|
1449
|
+
.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
1450
|
+
top: 11px;
|
|
1451
|
+
}
|
|
1452
|
+
|
|
1453
|
+
.e-bigger .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
|
|
1454
|
+
top: 11px;
|
|
1455
|
+
}
|
|
1456
|
+
|
|
1457
|
+
.e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
|
|
1458
|
+
.e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
|
|
1459
|
+
font-size: 14px;
|
|
1460
|
+
}
|
|
1461
|
+
|
|
1462
|
+
.e-small.e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
|
|
1463
|
+
.e-small.e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
|
|
1464
|
+
font-size: 12px;
|
|
1465
|
+
}
|
|
1466
|
+
|
|
1467
|
+
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1468
|
+
font-size: 14px;
|
|
1469
|
+
}
|
|
1470
|
+
|
|
1471
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close {
|
|
1472
|
+
height: 30px;
|
|
1473
|
+
width: auto;
|
|
1474
|
+
}
|
|
1475
|
+
|
|
1476
|
+
.e-bigger .e-ddl.e-popup .e-filter-parent .e-clear-icon {
|
|
1477
|
+
display: -webkit-box;
|
|
1478
|
+
display: -ms-flexbox;
|
|
1479
|
+
display: flex;
|
|
1480
|
+
}
|
|
1481
|
+
|
|
1482
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-chips {
|
|
1483
|
+
margin: 2px 4px 2px 0;
|
|
1484
|
+
}
|
|
1485
|
+
|
|
1486
|
+
.e-bigger .e-multiselect .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1487
|
+
height: 36px;
|
|
1488
|
+
margin-top: -3em;
|
|
1489
|
+
right: 0;
|
|
1490
|
+
}
|
|
1491
|
+
|
|
1492
|
+
.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
|
|
1493
|
+
.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
|
|
1494
|
+
.e-bigger .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1495
|
+
right: 34px;
|
|
1496
|
+
}
|
|
1497
|
+
|
|
1498
|
+
.e-bigger .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1499
|
+
height: 36px;
|
|
1500
|
+
margin-top: -3.5em;
|
|
1443
1501
|
}
|