@syncfusion/ej2-dropdowns 26.2.13 → 27.1.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ej2-dropdowns.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +1541 -847
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +1434 -717
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +2 -2
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +15 -13
- package/src/auto-complete/auto-complete-model.d.ts +1 -1
- package/src/auto-complete/auto-complete.d.ts +2 -0
- package/src/auto-complete/auto-complete.js +52 -22
- package/src/combo-box/combo-box-model.d.ts +12 -5
- package/src/combo-box/combo-box.d.ts +10 -4
- package/src/combo-box/combo-box.js +73 -38
- package/src/common/incremental-search.d.ts +26 -11
- package/src/common/incremental-search.js +30 -16
- package/src/common/interface.d.ts +5 -5
- package/src/common/virtual-scroll.js +69 -36
- package/src/drop-down-base/drop-down-base-model.d.ts +1 -1
- package/src/drop-down-base/drop-down-base.d.ts +6 -2
- package/src/drop-down-base/drop-down-base.js +100 -67
- package/src/drop-down-list/drop-down-list-model.d.ts +14 -7
- package/src/drop-down-list/drop-down-list.d.ts +11 -4
- package/src/drop-down-list/drop-down-list.js +299 -177
- package/src/drop-down-tree/drop-down-tree-model.d.ts +19 -0
- package/src/drop-down-tree/drop-down-tree.d.ts +26 -2
- package/src/drop-down-tree/drop-down-tree.js +205 -67
- package/src/list-box/list-box.js +72 -36
- package/src/mention/mention.d.ts +8 -0
- package/src/mention/mention.js +87 -24
- package/src/multi-select/checkbox-selection.js +3 -2
- package/src/multi-select/interface.d.ts +1 -0
- package/src/multi-select/multi-select-model.d.ts +15 -8
- package/src/multi-select/multi-select.d.ts +15 -5
- package/src/multi-select/multi-select.js +444 -237
- package/styles/auto-complete/bootstrap-dark.css +0 -50
- package/styles/auto-complete/bootstrap.css +0 -50
- package/styles/auto-complete/bootstrap4.css +0 -68
- package/styles/auto-complete/bootstrap5-dark.css +0 -54
- package/styles/auto-complete/bootstrap5.3.css +101 -0
- package/styles/auto-complete/bootstrap5.3.scss +4 -0
- package/styles/auto-complete/bootstrap5.css +0 -54
- package/styles/auto-complete/fabric-dark.css +0 -49
- package/styles/auto-complete/fabric.css +0 -42
- package/styles/auto-complete/fluent-dark.css +0 -41
- package/styles/auto-complete/fluent.css +0 -41
- package/styles/auto-complete/fluent2.css +1 -36
- package/styles/auto-complete/highcontrast-light.css +0 -37
- package/styles/auto-complete/highcontrast.css +0 -37
- package/styles/auto-complete/material-dark.css +0 -34
- package/styles/auto-complete/material.css +0 -55
- package/styles/auto-complete/material3-dark.css +0 -59
- package/styles/auto-complete/material3.css +0 -59
- package/styles/auto-complete/tailwind-dark.css +0 -35
- package/styles/auto-complete/tailwind.css +0 -35
- package/styles/bootstrap-dark-lite.css +2752 -0
- package/styles/bootstrap-dark-lite.scss +28 -0
- package/styles/bootstrap-dark.css +651 -604
- package/styles/bootstrap-dark.scss +6 -1
- package/styles/bootstrap-lite.css +2751 -0
- package/styles/bootstrap-lite.scss +28 -0
- package/styles/bootstrap.css +657 -610
- package/styles/bootstrap.scss +6 -1
- package/styles/bootstrap4-lite.css +2856 -0
- package/styles/bootstrap4-lite.scss +28 -0
- package/styles/bootstrap4.css +828 -755
- package/styles/bootstrap4.scss +6 -1
- package/styles/bootstrap5-dark-lite.css +2827 -0
- package/styles/bootstrap5-dark-lite.scss +28 -0
- package/styles/bootstrap5-dark.css +702 -651
- package/styles/bootstrap5-dark.scss +6 -1
- package/styles/bootstrap5-lite.css +2827 -0
- package/styles/bootstrap5-lite.scss +28 -0
- package/styles/bootstrap5.3-lite.css +2821 -0
- package/styles/bootstrap5.3-lite.scss +28 -0
- package/styles/bootstrap5.3.css +3552 -0
- package/styles/bootstrap5.3.scss +33 -0
- package/styles/bootstrap5.css +702 -651
- package/styles/bootstrap5.scss +6 -1
- package/styles/combo-box/bootstrap-dark.css +0 -50
- package/styles/combo-box/bootstrap.css +0 -50
- package/styles/combo-box/bootstrap4.css +0 -68
- package/styles/combo-box/bootstrap5-dark.css +0 -54
- package/styles/combo-box/bootstrap5.3.css +101 -0
- package/styles/combo-box/bootstrap5.3.scss +4 -0
- package/styles/combo-box/bootstrap5.css +0 -54
- package/styles/combo-box/fabric-dark.css +0 -49
- package/styles/combo-box/fabric.css +0 -42
- package/styles/combo-box/fluent-dark.css +0 -41
- package/styles/combo-box/fluent.css +0 -41
- package/styles/combo-box/fluent2.css +1 -36
- package/styles/combo-box/highcontrast-light.css +0 -37
- package/styles/combo-box/highcontrast.css +0 -37
- package/styles/combo-box/material-dark.css +0 -34
- package/styles/combo-box/material.css +0 -55
- package/styles/combo-box/material3-dark.css +0 -59
- package/styles/combo-box/material3.css +0 -59
- package/styles/combo-box/tailwind-dark.css +0 -35
- package/styles/combo-box/tailwind.css +0 -35
- package/styles/drop-down-base/_bds-definition.scss +0 -22
- package/styles/drop-down-base/_bigger.scss +195 -0
- package/styles/drop-down-base/_bootstrap-dark-definition.scss +0 -5
- package/styles/drop-down-base/_bootstrap-definition.scss +0 -5
- package/styles/drop-down-base/_bootstrap4-definition.scss +0 -9
- package/styles/drop-down-base/_bootstrap5-definition.scss +0 -19
- package/styles/drop-down-base/_bootstrap5.3-definition.scss +2 -21
- package/styles/drop-down-base/_fabric-dark-definition.scss +0 -5
- package/styles/drop-down-base/_fabric-definition.scss +0 -5
- package/styles/drop-down-base/_fluent-definition.scss +0 -19
- package/styles/drop-down-base/_fluent2-definition.scss +2 -23
- package/styles/drop-down-base/_fusionnew-definition.scss +0 -19
- package/styles/drop-down-base/_highcontrast-definition.scss +0 -9
- package/styles/drop-down-base/_highcontrast-light-definition.scss +0 -9
- package/styles/drop-down-base/_layout.scss +1 -57
- package/styles/drop-down-base/_material-dark-definition.scss +0 -4
- package/styles/drop-down-base/_material-definition.scss +0 -4
- package/styles/drop-down-base/_material3-definition.scss +0 -3
- package/styles/drop-down-base/_tailwind-definition.scss +0 -22
- package/styles/drop-down-base/_theme.scss +10 -91
- package/styles/drop-down-base/bootstrap-dark.css +75 -75
- package/styles/drop-down-base/bootstrap-dark.scss +1 -0
- package/styles/drop-down-base/bootstrap.css +75 -75
- package/styles/drop-down-base/bootstrap.scss +1 -0
- package/styles/drop-down-base/bootstrap4.css +79 -79
- package/styles/drop-down-base/bootstrap4.scss +1 -0
- package/styles/drop-down-base/bootstrap5-dark.css +89 -89
- package/styles/drop-down-base/bootstrap5-dark.scss +1 -0
- package/styles/drop-down-base/bootstrap5.3.css +411 -0
- package/styles/drop-down-base/bootstrap5.3.scss +4 -0
- package/styles/drop-down-base/bootstrap5.css +89 -89
- package/styles/drop-down-base/bootstrap5.scss +1 -0
- package/styles/drop-down-base/fabric-dark.css +75 -75
- package/styles/drop-down-base/fabric-dark.scss +1 -0
- package/styles/drop-down-base/fabric.css +75 -75
- package/styles/drop-down-base/fabric.scss +1 -0
- package/styles/drop-down-base/fluent-dark.css +101 -101
- package/styles/drop-down-base/fluent-dark.scss +1 -0
- package/styles/drop-down-base/fluent.css +101 -101
- package/styles/drop-down-base/fluent.scss +1 -0
- package/styles/drop-down-base/fluent2.css +97 -95
- package/styles/drop-down-base/fluent2.scss +1 -0
- package/styles/drop-down-base/highcontrast-light.css +75 -77
- package/styles/drop-down-base/highcontrast-light.scss +1 -0
- package/styles/drop-down-base/highcontrast.css +75 -77
- package/styles/drop-down-base/highcontrast.scss +1 -0
- package/styles/drop-down-base/material-dark.css +74 -74
- package/styles/drop-down-base/material-dark.scss +1 -0
- package/styles/drop-down-base/material.css +74 -74
- package/styles/drop-down-base/material.scss +1 -0
- package/styles/drop-down-base/material3-dark.css +74 -74
- package/styles/drop-down-base/material3-dark.scss +1 -0
- package/styles/drop-down-base/material3.css +74 -74
- package/styles/drop-down-base/material3.scss +1 -0
- package/styles/drop-down-base/tailwind-dark.css +135 -135
- package/styles/drop-down-base/tailwind-dark.scss +1 -0
- package/styles/drop-down-base/tailwind.css +135 -135
- package/styles/drop-down-base/tailwind.scss +1 -0
- package/styles/drop-down-list/_bds-definition.scss +0 -34
- package/styles/drop-down-list/_bigger.scss +713 -0
- package/styles/drop-down-list/_bootstrap-dark-definition.scss +0 -64
- package/styles/drop-down-list/_bootstrap-definition.scss +0 -64
- package/styles/drop-down-list/_bootstrap4-definition.scss +0 -81
- package/styles/drop-down-list/_bootstrap5-definition.scss +0 -67
- package/styles/drop-down-list/_bootstrap5.3-definition.scss +1 -67
- package/styles/drop-down-list/_fabric-dark-definition.scss +0 -57
- package/styles/drop-down-list/_fabric-definition.scss +0 -56
- package/styles/drop-down-list/_fluent-definition.scss +0 -57
- package/styles/drop-down-list/_fluent2-definition.scss +2 -35
- package/styles/drop-down-list/_fusionnew-definition.scss +0 -67
- package/styles/drop-down-list/_highcontrast-definition.scss +0 -60
- package/styles/drop-down-list/_highcontrast-light-definition.scss +0 -60
- package/styles/drop-down-list/_layout.scss +4 -82
- package/styles/drop-down-list/_material-dark-definition.scss +0 -33
- package/styles/drop-down-list/_material-definition.scss +0 -55
- package/styles/drop-down-list/_material3-definition.scss +0 -58
- package/styles/drop-down-list/_tailwind-definition.scss +0 -34
- package/styles/drop-down-list/_theme.scss +7 -0
- package/styles/drop-down-list/bootstrap-dark.css +90 -91
- package/styles/drop-down-list/bootstrap-dark.scss +1 -0
- package/styles/drop-down-list/bootstrap.css +90 -91
- package/styles/drop-down-list/bootstrap.scss +1 -0
- package/styles/drop-down-list/bootstrap4.css +105 -105
- package/styles/drop-down-list/bootstrap4.scss +1 -0
- package/styles/drop-down-list/bootstrap5-dark.css +87 -101
- package/styles/drop-down-list/bootstrap5-dark.scss +1 -0
- package/styles/drop-down-list/bootstrap5.3.css +481 -0
- package/styles/drop-down-list/bootstrap5.3.scss +10 -0
- package/styles/drop-down-list/bootstrap5.css +87 -101
- package/styles/drop-down-list/bootstrap5.scss +1 -0
- package/styles/drop-down-list/fabric-dark.css +89 -90
- package/styles/drop-down-list/fabric-dark.scss +1 -0
- package/styles/drop-down-list/fabric.css +89 -83
- package/styles/drop-down-list/fabric.scss +1 -0
- package/styles/drop-down-list/fluent-dark.css +73 -88
- package/styles/drop-down-list/fluent-dark.scss +1 -0
- package/styles/drop-down-list/fluent.css +73 -88
- package/styles/drop-down-list/fluent.scss +1 -0
- package/styles/drop-down-list/fluent2.css +76 -93
- package/styles/drop-down-list/fluent2.scss +1 -0
- package/styles/drop-down-list/highcontrast-light.css +78 -80
- package/styles/drop-down-list/highcontrast-light.scss +1 -0
- package/styles/drop-down-list/highcontrast.css +79 -80
- package/styles/drop-down-list/highcontrast.scss +1 -0
- package/styles/drop-down-list/material-dark.css +73 -73
- package/styles/drop-down-list/material-dark.scss +1 -0
- package/styles/drop-down-list/material.css +94 -94
- package/styles/drop-down-list/material.scss +1 -0
- package/styles/drop-down-list/material3-dark.css +98 -98
- package/styles/drop-down-list/material3-dark.scss +1 -0
- package/styles/drop-down-list/material3.css +98 -98
- package/styles/drop-down-list/material3.scss +1 -0
- package/styles/drop-down-list/tailwind-dark.css +95 -78
- package/styles/drop-down-list/tailwind-dark.scss +1 -0
- package/styles/drop-down-list/tailwind.css +95 -78
- package/styles/drop-down-list/tailwind.scss +1 -0
- package/styles/drop-down-tree/_bigger.scss +522 -0
- package/styles/drop-down-tree/_bootstrap5.3-definition.scss +5 -5
- package/styles/drop-down-tree/_fluent2-definition.scss +5 -3
- package/styles/drop-down-tree/_layout.scss +15 -491
- package/styles/drop-down-tree/_theme.scss +16 -4
- package/styles/drop-down-tree/bootstrap-dark.css +32 -37
- package/styles/drop-down-tree/bootstrap-dark.scss +1 -0
- package/styles/drop-down-tree/bootstrap.css +32 -37
- package/styles/drop-down-tree/bootstrap.scss +1 -0
- package/styles/drop-down-tree/bootstrap4.css +38 -47
- package/styles/drop-down-tree/bootstrap4.scss +1 -0
- package/styles/drop-down-tree/bootstrap5-dark.css +36 -55
- package/styles/drop-down-tree/bootstrap5-dark.scss +1 -0
- package/styles/drop-down-tree/bootstrap5.3.css +460 -0
- package/styles/drop-down-tree/bootstrap5.3.scss +10 -0
- package/styles/drop-down-tree/bootstrap5.css +36 -55
- package/styles/drop-down-tree/bootstrap5.scss +1 -0
- package/styles/drop-down-tree/fabric-dark.css +32 -37
- package/styles/drop-down-tree/fabric-dark.scss +1 -0
- package/styles/drop-down-tree/fabric.css +32 -37
- package/styles/drop-down-tree/fabric.scss +1 -0
- package/styles/drop-down-tree/fluent-dark.css +32 -51
- package/styles/drop-down-tree/fluent-dark.scss +1 -0
- package/styles/drop-down-tree/fluent.css +32 -51
- package/styles/drop-down-tree/fluent.scss +1 -0
- package/styles/drop-down-tree/fluent2.css +38 -53
- package/styles/drop-down-tree/fluent2.scss +1 -0
- package/styles/drop-down-tree/highcontrast-light.css +32 -39
- package/styles/drop-down-tree/highcontrast-light.scss +1 -0
- package/styles/drop-down-tree/highcontrast.css +41 -48
- package/styles/drop-down-tree/highcontrast.scss +1 -0
- package/styles/drop-down-tree/material-dark.css +32 -36
- package/styles/drop-down-tree/material-dark.scss +1 -0
- package/styles/drop-down-tree/material.css +32 -36
- package/styles/drop-down-tree/material.scss +1 -0
- package/styles/drop-down-tree/material3-dark.css +33 -37
- package/styles/drop-down-tree/material3-dark.scss +1 -0
- package/styles/drop-down-tree/material3.css +33 -37
- package/styles/drop-down-tree/material3.scss +1 -0
- package/styles/drop-down-tree/tailwind-dark.css +51 -73
- package/styles/drop-down-tree/tailwind-dark.scss +1 -0
- package/styles/drop-down-tree/tailwind.css +51 -73
- package/styles/drop-down-tree/tailwind.scss +1 -0
- package/styles/fabric-dark-lite.css +2730 -0
- package/styles/fabric-dark-lite.scss +28 -0
- package/styles/fabric-dark.css +657 -604
- package/styles/fabric-dark.scss +6 -1
- package/styles/fabric-lite.css +2731 -0
- package/styles/fabric-lite.scss +28 -0
- package/styles/fabric.css +667 -607
- package/styles/fabric.scss +6 -1
- package/styles/fluent-dark-lite.css +2866 -0
- package/styles/fluent-dark-lite.scss +28 -0
- package/styles/fluent-dark.css +703 -678
- package/styles/fluent-dark.scss +6 -1
- package/styles/fluent-lite.css +2866 -0
- package/styles/fluent-lite.scss +28 -0
- package/styles/fluent.css +703 -678
- package/styles/fluent.scss +6 -1
- package/styles/fluent2-lite.css +3050 -0
- package/styles/fluent2-lite.scss +28 -0
- package/styles/fluent2.css +739 -672
- package/styles/fluent2.scss +6 -1
- package/styles/highcontrast-light-lite.css +2847 -0
- package/styles/highcontrast-light-lite.scss +28 -0
- package/styles/highcontrast-light.css +652 -602
- package/styles/highcontrast-light.scss +6 -1
- package/styles/highcontrast-lite.css +2870 -0
- package/styles/highcontrast-lite.scss +28 -0
- package/styles/highcontrast.css +670 -619
- package/styles/highcontrast.scss +6 -1
- package/styles/list-box/_bigger.scss +173 -0
- package/styles/list-box/_bootstrap5-definition.scss +1 -0
- package/styles/list-box/_bootstrap5.3-definition.scss +17 -14
- package/styles/list-box/_fluent2-definition.scss +2 -0
- package/styles/list-box/_layout.scss +15 -127
- package/styles/list-box/_theme.scss +14 -51
- package/styles/list-box/bootstrap-dark.css +121 -129
- package/styles/list-box/bootstrap-dark.scss +1 -0
- package/styles/list-box/bootstrap.css +127 -135
- package/styles/list-box/bootstrap.scss +1 -0
- package/styles/list-box/bootstrap4.css +171 -183
- package/styles/list-box/bootstrap4.scss +1 -0
- package/styles/list-box/bootstrap5-dark.css +127 -149
- package/styles/list-box/bootstrap5-dark.scss +1 -0
- package/styles/list-box/bootstrap5.3.css +950 -0
- package/styles/list-box/bootstrap5.3.scss +6 -0
- package/styles/list-box/bootstrap5.css +127 -149
- package/styles/list-box/bootstrap5.scss +1 -0
- package/styles/list-box/fabric-dark.css +121 -129
- package/styles/list-box/fabric-dark.scss +1 -0
- package/styles/list-box/fabric.css +127 -135
- package/styles/list-box/fabric.scss +1 -0
- package/styles/list-box/fluent-dark.css +127 -149
- package/styles/list-box/fluent-dark.scss +1 -0
- package/styles/list-box/fluent.css +127 -149
- package/styles/list-box/fluent.scss +1 -0
- package/styles/list-box/fluent2.css +121 -156
- package/styles/list-box/fluent2.scss +1 -0
- package/styles/list-box/highcontrast-light.css +121 -131
- package/styles/list-box/highcontrast-light.scss +1 -0
- package/styles/list-box/highcontrast.css +127 -137
- package/styles/list-box/highcontrast.scss +1 -0
- package/styles/list-box/material-dark.css +121 -128
- package/styles/list-box/material-dark.scss +1 -0
- package/styles/list-box/material.css +127 -134
- package/styles/list-box/material.scss +1 -0
- package/styles/list-box/material3-dark.css +121 -128
- package/styles/list-box/material3-dark.scss +1 -0
- package/styles/list-box/material3.css +121 -128
- package/styles/list-box/material3.scss +1 -0
- package/styles/list-box/tailwind-dark.css +137 -162
- package/styles/list-box/tailwind-dark.scss +1 -0
- package/styles/list-box/tailwind.css +137 -162
- package/styles/list-box/tailwind.scss +1 -0
- package/styles/material-dark-lite.css +3513 -0
- package/styles/material-dark-lite.scss +28 -0
- package/styles/material-dark.css +1265 -1157
- package/styles/material-dark.scss +6 -1
- package/styles/material-lite.css +3545 -0
- package/styles/material-lite.scss +28 -0
- package/styles/material.css +1305 -1197
- package/styles/material.scss +6 -1
- package/styles/material3-dark-lite.css +3459 -0
- package/styles/material3-dark-lite.scss +28 -0
- package/styles/material3-dark.css +1614 -1248
- package/styles/material3-dark.scss +6 -1
- package/styles/material3-lite.css +3461 -0
- package/styles/material3-lite.scss +28 -0
- package/styles/material3.css +1614 -1248
- package/styles/material3.scss +6 -1
- package/styles/mention/bootstrap-dark.css +0 -5
- package/styles/mention/bootstrap.css +0 -5
- package/styles/mention/bootstrap4.css +0 -9
- package/styles/mention/bootstrap5-dark.css +0 -19
- package/styles/mention/bootstrap5.3.css +67 -0
- package/styles/mention/bootstrap5.3.scss +6 -0
- package/styles/mention/bootstrap5.css +0 -19
- package/styles/mention/fabric-dark.css +0 -5
- package/styles/mention/fabric.css +0 -5
- package/styles/mention/fluent-dark.css +0 -19
- package/styles/mention/fluent.css +0 -19
- package/styles/mention/fluent2.css +0 -22
- package/styles/mention/highcontrast-light.css +0 -7
- package/styles/mention/highcontrast.css +0 -7
- package/styles/mention/material-dark.css +0 -4
- package/styles/mention/material.css +0 -4
- package/styles/mention/material3-dark.css +0 -4
- package/styles/mention/material3.css +0 -4
- package/styles/mention/tailwind-dark.css +0 -22
- package/styles/mention/tailwind.css +0 -22
- package/styles/multi-select/_bds-definition.scss +0 -5
- package/styles/multi-select/_bigger.scss +2002 -0
- package/styles/multi-select/_bootstrap-dark-definition.scss +0 -9
- package/styles/multi-select/_bootstrap-definition.scss +0 -9
- package/styles/multi-select/_bootstrap4-definition.scss +0 -44
- package/styles/multi-select/_bootstrap5-definition.scss +0 -5
- package/styles/multi-select/_bootstrap5.3-definition.scss +0 -5
- package/styles/multi-select/_fabric-dark-definition.scss +2 -4
- package/styles/multi-select/_fabric-definition.scss +2 -4
- package/styles/multi-select/_fluent-definition.scss +0 -10
- package/styles/multi-select/_fluent2-definition.scss +2 -5
- package/styles/multi-select/_fusionnew-definition.scss +0 -5
- package/styles/multi-select/_highcontrast-definition.scss +1 -2
- package/styles/multi-select/_highcontrast-light-definition.scss +1 -2
- package/styles/multi-select/_layout.scss +33 -934
- package/styles/multi-select/_tailwind-definition.scss +0 -5
- package/styles/multi-select/_theme.scss +13 -34
- package/styles/multi-select/bootstrap-dark.css +314 -273
- package/styles/multi-select/bootstrap-dark.scss +1 -0
- package/styles/multi-select/bootstrap.css +314 -273
- package/styles/multi-select/bootstrap.scss +1 -0
- package/styles/multi-select/bootstrap4.css +405 -347
- package/styles/multi-select/bootstrap4.scss +1 -0
- package/styles/multi-select/bootstrap5-dark.css +350 -320
- package/styles/multi-select/bootstrap5-dark.scss +1 -0
- package/styles/multi-select/bootstrap5.3.css +1424 -0
- package/styles/multi-select/bootstrap5.3.scss +10 -0
- package/styles/multi-select/bootstrap5.css +350 -320
- package/styles/multi-select/bootstrap5.scss +1 -0
- package/styles/multi-select/fabric-dark.css +320 -273
- package/styles/multi-select/fabric-dark.scss +1 -0
- package/styles/multi-select/fabric.css +320 -273
- package/styles/multi-select/fabric.scss +1 -0
- package/styles/multi-select/fluent-dark.css +366 -361
- package/styles/multi-select/fluent-dark.scss +1 -0
- package/styles/multi-select/fluent.css +366 -361
- package/styles/multi-select/fluent.scss +1 -0
- package/styles/multi-select/fluent2.css +399 -355
- package/styles/multi-select/fluent2.scss +1 -0
- package/styles/multi-select/highcontrast-light.css +321 -278
- package/styles/multi-select/highcontrast-light.scss +1 -0
- package/styles/multi-select/highcontrast.css +321 -278
- package/styles/multi-select/highcontrast.scss +1 -0
- package/styles/multi-select/icons/_bootstrap4.scss +0 -9
- package/styles/multi-select/icons/_fluent.scss +0 -21
- package/styles/multi-select/icons/_fluent2.scss +5 -354
- package/styles/multi-select/icons/_material-dark.scss +5 -354
- package/styles/multi-select/icons/_material.scss +5 -354
- package/styles/multi-select/icons/_material3.scss +5 -354
- package/styles/multi-select/material-dark.css +960 -857
- package/styles/multi-select/material-dark.scss +1 -0
- package/styles/multi-select/material.css +960 -857
- package/styles/multi-select/material.scss +1 -0
- package/styles/multi-select/material3-dark.css +1277 -916
- package/styles/multi-select/material3-dark.scss +1 -0
- package/styles/multi-select/material3.css +1277 -916
- package/styles/multi-select/material3.scss +1 -0
- package/styles/multi-select/tailwind-dark.css +351 -327
- package/styles/multi-select/tailwind-dark.scss +1 -0
- package/styles/multi-select/tailwind.css +351 -327
- package/styles/multi-select/tailwind.scss +1 -0
- package/styles/tailwind-dark-lite.css +2813 -0
- package/styles/tailwind-dark-lite.scss +28 -0
- package/styles/tailwind-dark.css +930 -848
- package/styles/tailwind-dark.scss +6 -1
- package/styles/tailwind-lite.css +2813 -0
- package/styles/tailwind-lite.scss +28 -0
- package/styles/tailwind.css +930 -848
- package/styles/tailwind.scss +6 -1
|
@@ -43,9 +43,6 @@
|
|
|
43
43
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
44
44
|
padding: 0 10px 0 0;
|
|
45
45
|
}
|
|
46
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon {
|
|
47
|
-
padding: 0 12px 0 0;
|
|
48
|
-
}
|
|
49
46
|
.e-dropdownbase .e-list-item:not(.e-active).e-hover {
|
|
50
47
|
border: 2px solid #fff;
|
|
51
48
|
}
|
|
@@ -63,10 +60,6 @@
|
|
|
63
60
|
padding: 0 8px 0 0;
|
|
64
61
|
}
|
|
65
62
|
|
|
66
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
67
|
-
padding: 0 12px 0 0;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
63
|
.e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
|
|
71
64
|
color: #fff;
|
|
72
65
|
top: 12px;
|
|
@@ -128,7 +121,7 @@
|
|
|
128
121
|
background-color: #ffd939;
|
|
129
122
|
}
|
|
130
123
|
|
|
131
|
-
.e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon
|
|
124
|
+
.e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon {
|
|
132
125
|
padding-left: 0;
|
|
133
126
|
}
|
|
134
127
|
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-selectall-parent {
|
|
@@ -358,11 +351,6 @@
|
|
|
358
351
|
padding: 0 0 0 48px;
|
|
359
352
|
}
|
|
360
353
|
|
|
361
|
-
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
362
|
-
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
363
|
-
margin-top: -3.1em;
|
|
364
|
-
}
|
|
365
|
-
|
|
366
354
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
|
|
367
355
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
|
|
368
356
|
opacity: 0.7;
|
|
@@ -379,10 +367,6 @@
|
|
|
379
367
|
top: 15px;
|
|
380
368
|
}
|
|
381
369
|
|
|
382
|
-
.e-bigger .e-multi-select-wrapper {
|
|
383
|
-
min-height: 38px;
|
|
384
|
-
}
|
|
385
|
-
|
|
386
370
|
.e-multi-select-wrapper.e-close-icon-hide {
|
|
387
371
|
padding-right: 0;
|
|
388
372
|
}
|
|
@@ -416,10 +400,6 @@
|
|
|
416
400
|
white-space: nowrap;
|
|
417
401
|
}
|
|
418
402
|
|
|
419
|
-
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
420
|
-
margin: 4px 2px 2px 0;
|
|
421
|
-
}
|
|
422
|
-
|
|
423
403
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
424
404
|
max-width: 100%;
|
|
425
405
|
overflow: hidden;
|
|
@@ -441,13 +421,11 @@
|
|
|
441
421
|
float: none;
|
|
442
422
|
}
|
|
443
423
|
|
|
444
|
-
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent
|
|
445
|
-
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
424
|
+
.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
|
|
446
425
|
padding: 6px 8px 7.5px 0;
|
|
447
426
|
}
|
|
448
427
|
|
|
449
|
-
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent
|
|
450
|
-
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
428
|
+
.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent {
|
|
451
429
|
padding: 6px 0 6px 8px;
|
|
452
430
|
}
|
|
453
431
|
|
|
@@ -489,32 +467,11 @@
|
|
|
489
467
|
right: 27px;
|
|
490
468
|
}
|
|
491
469
|
|
|
492
|
-
.e-bigger .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
493
|
-
.e-bigger .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
494
|
-
right: 38px;
|
|
495
|
-
}
|
|
496
|
-
|
|
497
470
|
.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
498
471
|
left: 27px;
|
|
499
472
|
right: auto;
|
|
500
473
|
}
|
|
501
474
|
|
|
502
|
-
.e-bigger .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon,
|
|
503
|
-
.e-bigger.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
504
|
-
left: 38px;
|
|
505
|
-
right: auto;
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
509
|
-
margin-top: -3.5em;
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
513
|
-
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
514
|
-
margin-top: -3.5em;
|
|
515
|
-
margin-top: -3.2em;
|
|
516
|
-
}
|
|
517
|
-
|
|
518
475
|
.e-multi-select-wrapper input[type=text] {
|
|
519
476
|
background: none;
|
|
520
477
|
border: 0;
|
|
@@ -546,17 +503,6 @@
|
|
|
546
503
|
padding: 5px;
|
|
547
504
|
}
|
|
548
505
|
|
|
549
|
-
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
550
|
-
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
551
|
-
height: 28px;
|
|
552
|
-
min-height: 28px;
|
|
553
|
-
}
|
|
554
|
-
|
|
555
|
-
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
556
|
-
height: 38px;
|
|
557
|
-
min-height: 38px;
|
|
558
|
-
}
|
|
559
|
-
|
|
560
506
|
/* stylelint-disable property-no-vendor-prefix */
|
|
561
507
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
562
508
|
display: none;
|
|
@@ -572,23 +518,11 @@
|
|
|
572
518
|
width: calc(100% - 40px);
|
|
573
519
|
}
|
|
574
520
|
|
|
575
|
-
.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
576
|
-
.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
577
|
-
width: calc(100% - 48px);
|
|
578
|
-
}
|
|
579
|
-
|
|
580
521
|
.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
581
522
|
.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
582
523
|
width: calc(100% - 40px);
|
|
583
524
|
}
|
|
584
525
|
|
|
585
|
-
.e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
586
|
-
.e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
587
|
-
.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
588
|
-
.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
589
|
-
width: calc(100% - 44px);
|
|
590
|
-
}
|
|
591
|
-
|
|
592
526
|
.e-multi-select-wrapper .e-delim-values {
|
|
593
527
|
font-family: inherit;
|
|
594
528
|
font-size: 14px;
|
|
@@ -599,11 +533,6 @@
|
|
|
599
533
|
vertical-align: middle;
|
|
600
534
|
}
|
|
601
535
|
|
|
602
|
-
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
603
|
-
line-height: 36px;
|
|
604
|
-
padding-left: 10px;
|
|
605
|
-
}
|
|
606
|
-
|
|
607
536
|
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
608
537
|
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
609
538
|
display: none;
|
|
@@ -730,10 +659,6 @@
|
|
|
730
659
|
padding-right: 18px;
|
|
731
660
|
}
|
|
732
661
|
|
|
733
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
734
|
-
padding-right: 8px;
|
|
735
|
-
}
|
|
736
|
-
|
|
737
662
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
738
663
|
bottom: 1px;
|
|
739
664
|
margin-right: 8px;
|
|
@@ -742,18 +667,6 @@
|
|
|
742
667
|
vertical-align: middle;
|
|
743
668
|
}
|
|
744
669
|
|
|
745
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
746
|
-
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
747
|
-
bottom: 1px;
|
|
748
|
-
margin-right: 10px;
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
752
|
-
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
753
|
-
bottom: 1px;
|
|
754
|
-
margin-right: 10px;
|
|
755
|
-
}
|
|
756
|
-
|
|
757
670
|
.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
758
671
|
margin-left: 12px;
|
|
759
672
|
margin-right: 0;
|
|
@@ -776,18 +689,6 @@
|
|
|
776
689
|
padding-right: 10px;
|
|
777
690
|
}
|
|
778
691
|
|
|
779
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-group-item {
|
|
780
|
-
padding-right: 16px;
|
|
781
|
-
}
|
|
782
|
-
|
|
783
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
784
|
-
padding-left: 16px;
|
|
785
|
-
}
|
|
786
|
-
|
|
787
|
-
.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 {
|
|
788
|
-
padding-left: 20px;
|
|
789
|
-
}
|
|
790
|
-
|
|
791
692
|
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
792
693
|
cursor: pointer;
|
|
793
694
|
display: block;
|
|
@@ -813,13 +714,6 @@
|
|
|
813
714
|
font-size: 14px;
|
|
814
715
|
}
|
|
815
716
|
|
|
816
|
-
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
817
|
-
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
818
|
-
font-size: 14px;
|
|
819
|
-
line-height: 46px;
|
|
820
|
-
text-indent: 17px;
|
|
821
|
-
}
|
|
822
|
-
|
|
823
717
|
.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
824
718
|
bottom: 1px;
|
|
825
719
|
margin-right: 8px;
|
|
@@ -828,12 +722,6 @@
|
|
|
828
722
|
vertical-align: middle;
|
|
829
723
|
}
|
|
830
724
|
|
|
831
|
-
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
832
|
-
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
833
|
-
bottom: 1px;
|
|
834
|
-
margin-right: 10px;
|
|
835
|
-
}
|
|
836
|
-
|
|
837
725
|
.e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper {
|
|
838
726
|
margin-left: 12px;
|
|
839
727
|
margin-right: 0;
|
|
@@ -858,13 +746,7 @@
|
|
|
858
746
|
padding: 8px;
|
|
859
747
|
}
|
|
860
748
|
|
|
861
|
-
.e-
|
|
862
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
863
|
-
padding: 4px 0;
|
|
864
|
-
}
|
|
865
|
-
|
|
866
|
-
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon,
|
|
867
|
-
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
749
|
+
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
868
750
|
padding-left: 8px;
|
|
869
751
|
}
|
|
870
752
|
|
|
@@ -933,52 +815,11 @@ ejs-multiselect {
|
|
|
933
815
|
margin-top: -2.5em;
|
|
934
816
|
}
|
|
935
817
|
|
|
936
|
-
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
937
|
-
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
938
|
-
line-height: 40px;
|
|
939
|
-
}
|
|
940
|
-
|
|
941
|
-
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
942
|
-
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
943
|
-
margin-top: -2.85em;
|
|
944
|
-
}
|
|
945
|
-
|
|
946
|
-
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
947
|
-
height: 26px;
|
|
948
|
-
width: auto;
|
|
949
|
-
}
|
|
950
|
-
|
|
951
|
-
.e-bigger.e-small .e-multi-select-wrapper {
|
|
952
|
-
min-height: 26px;
|
|
953
|
-
}
|
|
954
|
-
|
|
955
|
-
.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
|
|
956
|
-
height: 34px;
|
|
957
|
-
min-height: 34px;
|
|
958
|
-
}
|
|
959
|
-
|
|
960
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
961
|
-
font-size: 14px;
|
|
962
|
-
line-height: 34px;
|
|
963
|
-
}
|
|
964
|
-
|
|
965
|
-
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
966
|
-
.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
967
|
-
margin-top: -3.4em;
|
|
968
|
-
right: 0;
|
|
969
|
-
}
|
|
970
|
-
|
|
971
818
|
.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
972
819
|
background-size: 300px 33px;
|
|
973
820
|
min-height: 33px;
|
|
974
821
|
}
|
|
975
822
|
|
|
976
|
-
.e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect,
|
|
977
|
-
.e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
978
|
-
background-size: 300px 40px;
|
|
979
|
-
min-height: 40px;
|
|
980
|
-
}
|
|
981
|
-
|
|
982
823
|
.e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
|
|
983
824
|
color: inherit;
|
|
984
825
|
}
|
|
@@ -994,24 +835,11 @@ ejs-multiselect {
|
|
|
994
835
|
padding: 0 12px 0 8px;
|
|
995
836
|
}
|
|
996
837
|
|
|
997
|
-
.e-
|
|
998
|
-
.e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
999
|
-
padding: 3px 12px 0 4px;
|
|
1000
|
-
}
|
|
1001
|
-
|
|
1002
|
-
.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
1003
|
-
.e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
1004
|
-
.e-bigger.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
1005
|
-
.e-bigger .e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
1006
|
-
.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
838
|
+
.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
1007
839
|
padding: 0;
|
|
1008
840
|
}
|
|
1009
841
|
|
|
1010
|
-
.e-filled.e-float-input .e-multi-select-wrapper
|
|
1011
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
1012
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper,
|
|
1013
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
1014
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper {
|
|
842
|
+
.e-filled.e-float-input .e-multi-select-wrapper {
|
|
1015
843
|
padding: 11px 12px 0;
|
|
1016
844
|
}
|
|
1017
845
|
|
|
@@ -1020,35 +848,15 @@ ejs-multiselect {
|
|
|
1020
848
|
padding: 12px 12px 0 8px;
|
|
1021
849
|
}
|
|
1022
850
|
|
|
1023
|
-
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper,
|
|
1024
|
-
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper {
|
|
1025
|
-
padding: 19px 12px 0 16px;
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
|
-
.e-bigger:not(.e-small).e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
1029
|
-
padding-top: 3px;
|
|
1030
|
-
}
|
|
1031
|
-
|
|
1032
851
|
.e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
1033
852
|
.e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper {
|
|
1034
853
|
padding: 0;
|
|
1035
854
|
}
|
|
1036
855
|
|
|
1037
|
-
.e-
|
|
1038
|
-
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
|
|
1039
|
-
padding: 5px 0;
|
|
1040
|
-
}
|
|
1041
|
-
|
|
1042
|
-
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1043
|
-
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1044
|
-
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1045
|
-
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1046
|
-
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
856
|
+
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1047
857
|
height: 28px;
|
|
1048
858
|
}
|
|
1049
859
|
|
|
1050
|
-
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1051
|
-
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1052
860
|
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1053
861
|
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1054
862
|
.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip,
|
|
@@ -1057,54 +865,22 @@ ejs-multiselect {
|
|
|
1057
865
|
height: 24px;
|
|
1058
866
|
}
|
|
1059
867
|
|
|
1060
|
-
.e-
|
|
1061
|
-
.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1062
|
-
height: 32px;
|
|
1063
|
-
}
|
|
1064
|
-
|
|
1065
|
-
.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1066
|
-
.e-bigger.e-small.e-filled.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-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
868
|
+
.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
1070
869
|
height: 18px;
|
|
1071
870
|
}
|
|
1072
871
|
|
|
1073
872
|
.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1074
|
-
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips
|
|
1075
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1076
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1077
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1078
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1079
|
-
.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1080
|
-
.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1081
|
-
.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1082
|
-
.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
873
|
+
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1083
874
|
margin: 8px 8px 0 0;
|
|
1084
875
|
padding: 0 8px;
|
|
1085
876
|
}
|
|
1086
877
|
|
|
1087
878
|
.e-rtl.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1088
|
-
.e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips
|
|
1089
|
-
.e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1090
|
-
.e-rtl.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1091
|
-
.e-rtl.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1092
|
-
.e-rtl.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1093
|
-
.e-rtl.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1094
|
-
.e-rtl.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1095
|
-
.e-rtl.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1096
|
-
.e-rtl.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
879
|
+
.e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1097
880
|
margin: 8px 0 0 8px;
|
|
1098
881
|
padding: 0 8px;
|
|
1099
882
|
}
|
|
1100
883
|
|
|
1101
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1102
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1103
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1104
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
1105
|
-
padding-left: 8px;
|
|
1106
|
-
}
|
|
1107
|
-
|
|
1108
884
|
.e-small .e-filled .e-multi-select-wrapper .e-chips,
|
|
1109
885
|
.e-small.e-filled .e-multi-select-wrapper .e-chips {
|
|
1110
886
|
height: 16px;
|
|
@@ -1117,11 +893,7 @@ ejs-multiselect {
|
|
|
1117
893
|
margin: 4px 0 0 4px;
|
|
1118
894
|
}
|
|
1119
895
|
|
|
1120
|
-
.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
1121
|
-
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1122
|
-
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1123
|
-
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1124
|
-
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
896
|
+
.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1125
897
|
font-size: 13px;
|
|
1126
898
|
padding: 0 8px 0 0;
|
|
1127
899
|
}
|
|
@@ -1131,20 +903,12 @@ ejs-multiselect {
|
|
|
1131
903
|
font-size: 12px;
|
|
1132
904
|
}
|
|
1133
905
|
|
|
1134
|
-
.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
1135
|
-
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1136
|
-
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1137
|
-
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1138
|
-
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
906
|
+
.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1139
907
|
font-size: 12px;
|
|
1140
908
|
padding: 0 4px 0 0;
|
|
1141
909
|
}
|
|
1142
910
|
|
|
1143
|
-
.e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent
|
|
1144
|
-
.e-rtl.e-bigger.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1145
|
-
.e-rtl.e-bigger.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1146
|
-
.e-rtl.e-bigger .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1147
|
-
.e-rtl.e-small .e-bigger.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
911
|
+
.e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1148
912
|
padding: 0 0 0 4px;
|
|
1149
913
|
}
|
|
1150
914
|
|
|
@@ -1153,30 +917,11 @@ ejs-multiselect {
|
|
|
1153
917
|
font-size: 10px;
|
|
1154
918
|
}
|
|
1155
919
|
|
|
1156
|
-
.e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1157
|
-
.e-bigger .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1158
|
-
font-size: 13px;
|
|
1159
|
-
}
|
|
1160
|
-
|
|
1161
920
|
.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips > .e-chipcontent {
|
|
1162
921
|
font-size: 13px;
|
|
1163
922
|
padding-right: 4px;
|
|
1164
923
|
}
|
|
1165
924
|
|
|
1166
|
-
.e-rtl.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
1167
|
-
.e-rtl.e-bigger .e-filled .e-multi-select-wrapper .e-chips,
|
|
1168
|
-
.e-rtl.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1169
|
-
.e-rtl.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1170
|
-
.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
1171
|
-
.e-bigger .e-filled .e-multi-select-wrapper .e-chips {
|
|
1172
|
-
padding: 0 12px;
|
|
1173
|
-
}
|
|
1174
|
-
|
|
1175
|
-
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1176
|
-
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
1177
|
-
padding-right: 8px;
|
|
1178
|
-
}
|
|
1179
|
-
|
|
1180
925
|
.e-filled.e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1181
926
|
.e-multiselect.e-control-container .e-filled.e-multi-select-wrapper .e-clear-icon {
|
|
1182
927
|
height: 38px;
|
|
@@ -1273,8 +1018,7 @@ ejs-multiselect {
|
|
|
1273
1018
|
color: #000;
|
|
1274
1019
|
}
|
|
1275
1020
|
|
|
1276
|
-
.e-multi-select-wrapper .e-chips.e-mob-chip
|
|
1277
|
-
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
1021
|
+
.e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
1278
1022
|
height: 30px;
|
|
1279
1023
|
}
|
|
1280
1024
|
|
|
@@ -1415,23 +1159,322 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
1415
1159
|
left: 7px;
|
|
1416
1160
|
}
|
|
1417
1161
|
|
|
1418
|
-
.e-
|
|
1419
|
-
|
|
1420
|
-
|
|
1162
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
1163
|
+
-webkit-text-fill-color: #757575;
|
|
1164
|
+
color: #757575;
|
|
1165
|
+
}
|
|
1421
1166
|
|
|
1422
|
-
.e-bigger.e-
|
|
1167
|
+
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
1168
|
+
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1169
|
+
margin-top: -3.1em;
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
.e-bigger .e-multi-select-wrapper {
|
|
1173
|
+
min-height: 38px;
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1176
|
+
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
1177
|
+
margin: 4px 2px 2px 0;
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1181
|
+
padding: 6px 8px 7.5px 0;
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1185
|
+
padding: 6px 0 6px 8px;
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
|
+
.e-bigger .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1189
|
+
.e-bigger .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1190
|
+
right: 38px;
|
|
1191
|
+
}
|
|
1192
|
+
|
|
1193
|
+
.e-bigger .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon,
|
|
1194
|
+
.e-bigger.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1195
|
+
left: 38px;
|
|
1196
|
+
right: auto;
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1199
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1200
|
+
margin-top: -3.5em;
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1204
|
+
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1205
|
+
margin-top: -3.5em;
|
|
1206
|
+
margin-top: -3.2em;
|
|
1207
|
+
}
|
|
1208
|
+
|
|
1209
|
+
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
1210
|
+
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
1211
|
+
height: 28px;
|
|
1212
|
+
min-height: 28px;
|
|
1213
|
+
}
|
|
1214
|
+
|
|
1215
|
+
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
1216
|
+
height: 38px;
|
|
1217
|
+
min-height: 38px;
|
|
1218
|
+
}
|
|
1219
|
+
|
|
1220
|
+
.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1221
|
+
.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
1222
|
+
width: calc(100% - 48px);
|
|
1223
|
+
}
|
|
1224
|
+
|
|
1225
|
+
.e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1226
|
+
.e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1227
|
+
.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
1228
|
+
.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
1229
|
+
width: calc(100% - 44px);
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
1233
|
+
line-height: 36px;
|
|
1234
|
+
padding-left: 10px;
|
|
1235
|
+
}
|
|
1236
|
+
|
|
1237
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
|
|
1238
|
+
padding-right: 8px;
|
|
1239
|
+
}
|
|
1240
|
+
|
|
1241
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper,
|
|
1242
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
|
|
1243
|
+
bottom: 1px;
|
|
1244
|
+
margin-right: 10px;
|
|
1245
|
+
}
|
|
1246
|
+
|
|
1247
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper,
|
|
1248
|
+
.e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
|
|
1249
|
+
bottom: 1px;
|
|
1250
|
+
margin-right: 10px;
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1253
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-group-item {
|
|
1254
|
+
padding-right: 16px;
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1257
|
+
.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
1258
|
+
padding-left: 16px;
|
|
1259
|
+
}
|
|
1260
|
+
|
|
1261
|
+
.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 {
|
|
1262
|
+
padding-left: 20px;
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1265
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent,
|
|
1266
|
+
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
|
|
1267
|
+
font-size: 14px;
|
|
1268
|
+
line-height: 46px;
|
|
1269
|
+
text-indent: 17px;
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1272
|
+
.e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper,
|
|
1273
|
+
.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
|
|
1274
|
+
bottom: 1px;
|
|
1275
|
+
margin-right: 10px;
|
|
1276
|
+
}
|
|
1277
|
+
|
|
1278
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
|
|
1279
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
1280
|
+
padding: 4px 0;
|
|
1281
|
+
}
|
|
1282
|
+
|
|
1283
|
+
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
|
|
1284
|
+
padding-left: 8px;
|
|
1285
|
+
}
|
|
1286
|
+
|
|
1287
|
+
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
1288
|
+
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
1289
|
+
line-height: 40px;
|
|
1290
|
+
}
|
|
1291
|
+
|
|
1292
|
+
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1293
|
+
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1294
|
+
margin-top: -2.85em;
|
|
1295
|
+
}
|
|
1296
|
+
|
|
1297
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
1423
1298
|
height: 26px;
|
|
1299
|
+
width: auto;
|
|
1424
1300
|
}
|
|
1425
1301
|
|
|
1426
|
-
.e-bigger.e-small .e-multi-select-wrapper
|
|
1302
|
+
.e-bigger.e-small .e-multi-select-wrapper {
|
|
1303
|
+
min-height: 26px;
|
|
1304
|
+
}
|
|
1305
|
+
|
|
1306
|
+
.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
|
|
1307
|
+
height: 34px;
|
|
1308
|
+
min-height: 34px;
|
|
1309
|
+
}
|
|
1310
|
+
|
|
1311
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
1312
|
+
font-size: 14px;
|
|
1313
|
+
line-height: 34px;
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1316
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1317
|
+
.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1318
|
+
margin-top: -3.4em;
|
|
1319
|
+
right: 0;
|
|
1320
|
+
}
|
|
1321
|
+
|
|
1322
|
+
.e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect,
|
|
1323
|
+
.e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
|
|
1324
|
+
background-size: 300px 40px;
|
|
1325
|
+
min-height: 40px;
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
.e-small.e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper,
|
|
1329
|
+
.e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
1330
|
+
padding: 3px 12px 0 4px;
|
|
1331
|
+
}
|
|
1332
|
+
|
|
1333
|
+
.e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
1334
|
+
.e-bigger.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
1335
|
+
.e-bigger .e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
|
|
1336
|
+
.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper {
|
|
1337
|
+
padding: 0;
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1340
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
1341
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper,
|
|
1342
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper,
|
|
1343
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper {
|
|
1344
|
+
padding: 11px 12px 0;
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper,
|
|
1348
|
+
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper {
|
|
1349
|
+
padding: 19px 12px 0 16px;
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
.e-bigger:not(.e-small).e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
|
|
1353
|
+
padding-top: 3px;
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text],
|
|
1357
|
+
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
|
|
1358
|
+
padding: 5px 0;
|
|
1359
|
+
}
|
|
1360
|
+
|
|
1361
|
+
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1362
|
+
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1363
|
+
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1364
|
+
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1365
|
+
height: 28px;
|
|
1366
|
+
}
|
|
1367
|
+
|
|
1368
|
+
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1369
|
+
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
1370
|
+
height: 24px;
|
|
1371
|
+
}
|
|
1372
|
+
|
|
1373
|
+
.e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1374
|
+
.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1375
|
+
height: 32px;
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1378
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1379
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1380
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1381
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
1382
|
+
height: 18px;
|
|
1383
|
+
}
|
|
1384
|
+
|
|
1385
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1386
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1387
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1388
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1389
|
+
.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1390
|
+
.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1391
|
+
.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1392
|
+
.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1393
|
+
margin: 8px 8px 0 0;
|
|
1394
|
+
padding: 0 8px;
|
|
1395
|
+
}
|
|
1396
|
+
|
|
1397
|
+
.e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1398
|
+
.e-rtl.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1399
|
+
.e-rtl.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1400
|
+
.e-rtl.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1401
|
+
.e-rtl.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1402
|
+
.e-rtl.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1403
|
+
.e-rtl.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1404
|
+
.e-rtl.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1405
|
+
margin: 8px 0 0 8px;
|
|
1406
|
+
padding: 0 8px;
|
|
1407
|
+
}
|
|
1408
|
+
|
|
1409
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1410
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1411
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1412
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
1413
|
+
padding-left: 8px;
|
|
1414
|
+
}
|
|
1415
|
+
|
|
1416
|
+
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1417
|
+
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1418
|
+
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1419
|
+
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1420
|
+
font-size: 13px;
|
|
1421
|
+
padding: 0 8px 0 0;
|
|
1422
|
+
}
|
|
1423
|
+
|
|
1424
|
+
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1425
|
+
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1426
|
+
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1427
|
+
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1427
1428
|
font-size: 12px;
|
|
1429
|
+
padding: 0 4px 0 0;
|
|
1430
|
+
}
|
|
1431
|
+
|
|
1432
|
+
.e-rtl.e-bigger.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1433
|
+
.e-rtl.e-bigger.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1434
|
+
.e-rtl.e-bigger .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1435
|
+
.e-rtl.e-small .e-bigger.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1436
|
+
padding: 0 0 0 4px;
|
|
1437
|
+
}
|
|
1438
|
+
|
|
1439
|
+
.e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
1440
|
+
.e-bigger .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1441
|
+
font-size: 13px;
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
.e-rtl.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
1445
|
+
.e-rtl.e-bigger .e-filled .e-multi-select-wrapper .e-chips,
|
|
1446
|
+
.e-rtl.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1447
|
+
.e-rtl.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1448
|
+
.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
|
|
1449
|
+
.e-bigger .e-filled .e-multi-select-wrapper .e-chips {
|
|
1450
|
+
padding: 0 12px;
|
|
1451
|
+
}
|
|
1452
|
+
|
|
1453
|
+
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
1454
|
+
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
|
|
1455
|
+
padding-right: 8px;
|
|
1428
1456
|
}
|
|
1429
1457
|
|
|
1430
1458
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1431
1459
|
font-size: 10px;
|
|
1432
1460
|
}
|
|
1433
1461
|
|
|
1434
|
-
.e-
|
|
1435
|
-
|
|
1436
|
-
|
|
1462
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
1463
|
+
height: 26px;
|
|
1464
|
+
}
|
|
1465
|
+
|
|
1466
|
+
.e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1467
|
+
font-size: 12px;
|
|
1468
|
+
}
|
|
1469
|
+
|
|
1470
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
1471
|
+
left: -35px;
|
|
1472
|
+
}
|
|
1473
|
+
|
|
1474
|
+
.e-bigger .e-multi-select-wrapper .e-chips {
|
|
1475
|
+
height: 30px;
|
|
1476
|
+
}
|
|
1477
|
+
|
|
1478
|
+
.e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon, .e-bigger .e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon {
|
|
1479
|
+
padding-left: 0;
|
|
1437
1480
|
}
|