@syncfusion/ej2-dropdowns 31.2.18 → 32.1.19
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/aceconfig.js +17 -0
- package/dist/ej2-dropdowns.min.js +1 -10
- package/dist/ej2-dropdowns.umd.min.js +1 -10
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +87 -7
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +87 -7
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +1 -10
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/package.json +8 -8
- package/src/drop-down-list/drop-down-list.d.ts +5 -0
- package/src/drop-down-list/drop-down-list.js +77 -1
- package/src/mention/mention.js +3 -6
- package/src/multi-select/multi-select.js +7 -0
- package/styles/auto-complete/_bootstrap4-definition.scss +3 -0
- package/styles/auto-complete/_bootstrap5-dark-definition.scss +2 -1
- package/styles/auto-complete/_fluent-dark-definition.scss +2 -1
- package/styles/auto-complete/_material3-dark-definition.scss +2 -1
- package/styles/auto-complete/_tailwind-dark-definition.scss +2 -1
- package/styles/auto-complete/_theme-variables.scss +1 -0
- package/styles/auto-complete/bds.scss +4 -4
- package/styles/auto-complete/bootstrap-dark.scss +4 -4
- package/styles/auto-complete/bootstrap.scss +4 -4
- package/styles/auto-complete/bootstrap4.scss +4 -4
- package/styles/auto-complete/bootstrap5-dark.scss +4 -4
- package/styles/auto-complete/bootstrap5.3.css +81 -1
- package/styles/auto-complete/bootstrap5.3.scss +4 -4
- package/styles/auto-complete/bootstrap5.scss +4 -4
- package/styles/auto-complete/fabric-dark.scss +4 -4
- package/styles/auto-complete/fabric.scss +4 -4
- package/styles/auto-complete/fluent-dark.scss +4 -4
- package/styles/auto-complete/fluent.scss +4 -4
- package/styles/auto-complete/fluent2.css +117 -2
- package/styles/auto-complete/fluent2.scss +4 -4
- package/styles/auto-complete/highcontrast-light.scss +4 -4
- package/styles/auto-complete/highcontrast.scss +4 -4
- package/styles/auto-complete/material-dark.scss +4 -4
- package/styles/auto-complete/material.scss +4 -4
- package/styles/auto-complete/material3-dark.css +140 -1
- package/styles/auto-complete/material3-dark.scss +4 -5
- package/styles/auto-complete/material3.css +140 -1
- package/styles/auto-complete/material3.scss +4 -5
- package/styles/auto-complete/tailwind-dark.scss +4 -4
- package/styles/auto-complete/tailwind.scss +4 -4
- package/styles/auto-complete/tailwind3.css +71 -1
- package/styles/auto-complete/tailwind3.scss +4 -4
- package/styles/bds-lite.css +7 -11
- package/styles/bds-lite.scss +26 -27
- package/styles/bds.css +12 -16
- package/styles/bds.scss +31 -32
- package/styles/bootstrap-dark-lite.css +4 -8
- package/styles/bootstrap-dark-lite.scss +26 -27
- package/styles/bootstrap-dark.css +5 -9
- package/styles/bootstrap-dark.scss +31 -32
- package/styles/bootstrap-lite.css +4 -8
- package/styles/bootstrap-lite.scss +26 -27
- package/styles/bootstrap.css +6 -10
- package/styles/bootstrap.scss +31 -32
- package/styles/bootstrap4-lite.css +4 -9
- package/styles/bootstrap4-lite.scss +26 -27
- package/styles/bootstrap4.css +9 -14
- package/styles/bootstrap4.scss +31 -32
- package/styles/bootstrap5-dark-lite.css +5 -11
- package/styles/bootstrap5-dark-lite.scss +26 -27
- package/styles/bootstrap5-dark.css +6 -12
- package/styles/bootstrap5-dark.scss +31 -32
- package/styles/bootstrap5-lite.css +4 -8
- package/styles/bootstrap5-lite.scss +27 -27
- package/styles/bootstrap5.3-lite.css +104 -30
- package/styles/bootstrap5.3-lite.scss +27 -27
- package/styles/bootstrap5.3.css +108 -34
- package/styles/bootstrap5.3.scss +32 -32
- package/styles/bootstrap5.css +5 -9
- package/styles/bootstrap5.scss +32 -32
- package/styles/combo-box/_bootstrap4-definition.scss +3 -0
- package/styles/combo-box/_bootstrap5-dark-definition.scss +2 -1
- package/styles/combo-box/_fluent-dark-definition.scss +2 -1
- package/styles/combo-box/_material3-dark-definition.scss +2 -1
- package/styles/combo-box/_tailwind-dark-definition.scss +2 -1
- package/styles/combo-box/_theme-variables.scss +1 -0
- package/styles/combo-box/bds.scss +4 -4
- package/styles/combo-box/bootstrap-dark.scss +4 -4
- package/styles/combo-box/bootstrap.scss +4 -4
- package/styles/combo-box/bootstrap4.scss +4 -4
- package/styles/combo-box/bootstrap5-dark.scss +4 -4
- package/styles/combo-box/bootstrap5.3.css +81 -1
- package/styles/combo-box/bootstrap5.3.scss +4 -4
- package/styles/combo-box/bootstrap5.scss +4 -4
- package/styles/combo-box/fabric-dark.scss +4 -4
- package/styles/combo-box/fabric.scss +4 -4
- package/styles/combo-box/fluent-dark.scss +4 -4
- package/styles/combo-box/fluent.scss +4 -4
- package/styles/combo-box/fluent2.css +117 -2
- package/styles/combo-box/fluent2.scss +4 -4
- package/styles/combo-box/highcontrast-light.scss +4 -4
- package/styles/combo-box/highcontrast.scss +4 -4
- package/styles/combo-box/material-dark.scss +4 -4
- package/styles/combo-box/material.scss +4 -4
- package/styles/combo-box/material3-dark.css +140 -1
- package/styles/combo-box/material3-dark.scss +4 -5
- package/styles/combo-box/material3.css +140 -1
- package/styles/combo-box/material3.scss +4 -5
- package/styles/combo-box/tailwind-dark.scss +4 -4
- package/styles/combo-box/tailwind.scss +4 -4
- package/styles/combo-box/tailwind3.css +71 -1
- package/styles/combo-box/tailwind3.scss +4 -4
- package/styles/drop-down-base/_all.scss +2 -2
- package/styles/drop-down-base/_bds-definition.scss +25 -0
- package/styles/drop-down-base/_bigger.scss +10 -13
- package/styles/drop-down-base/_bootstrap-dark-definition.scss +21 -0
- package/styles/drop-down-base/_bootstrap-definition.scss +21 -0
- package/styles/drop-down-base/_bootstrap4-definition.scss +21 -0
- package/styles/drop-down-base/_bootstrap5-dark-definition.scss +120 -1
- package/styles/drop-down-base/_bootstrap5-definition.scss +22 -0
- package/styles/drop-down-base/_bootstrap5.3-definition.scss +23 -1
- package/styles/drop-down-base/_definition.scss +2 -1
- package/styles/drop-down-base/_fabric-dark-definition.scss +22 -0
- package/styles/drop-down-base/_fabric-definition.scss +21 -0
- package/styles/drop-down-base/_fluent-dark-definition.scss +123 -1
- package/styles/drop-down-base/_fluent-definition.scss +21 -0
- package/styles/drop-down-base/_fluent2-definition.scss +37 -2
- package/styles/drop-down-base/_fusionnew-definition.scss +21 -0
- package/styles/drop-down-base/_highcontrast-definition.scss +21 -0
- package/styles/drop-down-base/_highcontrast-light-definition.scss +22 -0
- package/styles/drop-down-base/_layout.scss +25 -25
- package/styles/drop-down-base/_material-dark-definition.scss +24 -0
- package/styles/drop-down-base/_material-definition.scss +22 -0
- package/styles/drop-down-base/_material3-dark-definition.scss +97 -1
- package/styles/drop-down-base/_material3-definition.scss +24 -1
- package/styles/drop-down-base/_tailwind-dark-definition.scss +131 -1
- package/styles/drop-down-base/_tailwind-definition.scss +24 -0
- package/styles/drop-down-base/_tailwind3-definition.scss +22 -1
- package/styles/drop-down-base/_theme-variables.scss +1 -0
- package/styles/drop-down-base/_theme.scss +7 -5
- package/styles/drop-down-base/bds.scss +4 -4
- package/styles/drop-down-base/bootstrap-dark.scss +4 -4
- package/styles/drop-down-base/bootstrap.scss +4 -4
- package/styles/drop-down-base/bootstrap4.scss +4 -4
- package/styles/drop-down-base/bootstrap5-dark.scss +4 -4
- package/styles/drop-down-base/bootstrap5.3.css +86 -6
- package/styles/drop-down-base/bootstrap5.3.scss +4 -4
- package/styles/drop-down-base/bootstrap5.scss +4 -4
- package/styles/drop-down-base/fabric-dark.scss +4 -4
- package/styles/drop-down-base/fabric.scss +4 -4
- package/styles/drop-down-base/fluent-dark.scss +4 -4
- package/styles/drop-down-base/fluent.scss +4 -4
- package/styles/drop-down-base/fluent2.css +89 -9
- package/styles/drop-down-base/fluent2.scss +4 -4
- package/styles/drop-down-base/highcontrast-light.scss +4 -4
- package/styles/drop-down-base/highcontrast.scss +4 -4
- package/styles/drop-down-base/material-dark.scss +4 -4
- package/styles/drop-down-base/material.scss +4 -4
- package/styles/drop-down-base/material3-dark.css +81 -1
- package/styles/drop-down-base/material3-dark.scss +4 -5
- package/styles/drop-down-base/material3.css +81 -1
- package/styles/drop-down-base/material3.scss +4 -5
- package/styles/drop-down-base/tailwind-dark.scss +4 -4
- package/styles/drop-down-base/tailwind.scss +4 -4
- package/styles/drop-down-base/tailwind3.css +77 -6
- package/styles/drop-down-base/tailwind3.scss +4 -4
- package/styles/drop-down-list/_all.scss +2 -3
- package/styles/drop-down-list/_bds-definition.scss +23 -3
- package/styles/drop-down-list/_bigger.scss +37 -125
- package/styles/drop-down-list/_bootstrap-dark-definition.scss +26 -1
- package/styles/drop-down-list/_bootstrap-definition.scss +25 -1
- package/styles/drop-down-list/_bootstrap4-definition.scss +24 -1
- package/styles/drop-down-list/_bootstrap5-dark-definition.scss +167 -1
- package/styles/drop-down-list/_bootstrap5-definition.scss +31 -2
- package/styles/drop-down-list/_bootstrap5.3-definition.scss +32 -4
- package/styles/drop-down-list/_fabric-dark-definition.scss +27 -2
- package/styles/drop-down-list/_fabric-definition.scss +25 -1
- package/styles/drop-down-list/_fluent-dark-definition.scss +153 -1
- package/styles/drop-down-list/_fluent-definition.scss +24 -2
- package/styles/drop-down-list/_fluent2-definition.scss +60 -5
- package/styles/drop-down-list/_fusionnew-definition.scss +25 -2
- package/styles/drop-down-list/_highcontrast-definition.scss +26 -2
- package/styles/drop-down-list/_highcontrast-light-definition.scss +27 -2
- package/styles/drop-down-list/_layout.scss +25 -27
- package/styles/drop-down-list/_material-dark-definition.scss +26 -2
- package/styles/drop-down-list/_material-definition.scss +25 -2
- package/styles/drop-down-list/_material3-dark-definition.scss +197 -1
- package/styles/drop-down-list/_material3-definition.scss +83 -3
- package/styles/drop-down-list/_tailwind-dark-definition.scss +125 -1
- package/styles/drop-down-list/_tailwind-definition.scss +24 -2
- package/styles/drop-down-list/_tailwind3-definition.scss +26 -3
- package/styles/drop-down-list/_theme-variables.scss +1 -0
- package/styles/drop-down-list/_theme.scss +2 -0
- package/styles/drop-down-list/bds.css +0 -4
- package/styles/drop-down-list/bds.scss +10 -10
- package/styles/drop-down-list/bootstrap-dark.css +0 -4
- package/styles/drop-down-list/bootstrap-dark.scss +10 -10
- package/styles/drop-down-list/bootstrap.css +0 -4
- package/styles/drop-down-list/bootstrap.scss +10 -10
- package/styles/drop-down-list/bootstrap4.css +0 -4
- package/styles/drop-down-list/bootstrap4.scss +10 -10
- package/styles/drop-down-list/bootstrap5-dark.css +0 -4
- package/styles/drop-down-list/bootstrap5-dark.scss +10 -10
- package/styles/drop-down-list/bootstrap5.3.css +81 -5
- package/styles/drop-down-list/bootstrap5.3.scss +10 -10
- package/styles/drop-down-list/bootstrap5.css +0 -4
- package/styles/drop-down-list/bootstrap5.scss +10 -10
- package/styles/drop-down-list/fabric-dark.css +0 -4
- package/styles/drop-down-list/fabric-dark.scss +10 -10
- package/styles/drop-down-list/fabric.css +0 -4
- package/styles/drop-down-list/fabric.scss +10 -10
- package/styles/drop-down-list/fluent-dark.css +0 -4
- package/styles/drop-down-list/fluent-dark.scss +10 -10
- package/styles/drop-down-list/fluent.css +0 -4
- package/styles/drop-down-list/fluent.scss +10 -10
- package/styles/drop-down-list/fluent2.css +151 -42
- package/styles/drop-down-list/fluent2.scss +10 -10
- package/styles/drop-down-list/highcontrast-light.css +0 -4
- package/styles/drop-down-list/highcontrast-light.scss +10 -10
- package/styles/drop-down-list/highcontrast.css +0 -4
- package/styles/drop-down-list/highcontrast.scss +10 -10
- package/styles/drop-down-list/icons/_bds.scss +1 -0
- package/styles/drop-down-list/icons/_bootstrap-dark.scss +1 -0
- package/styles/drop-down-list/icons/_bootstrap.scss +1 -0
- package/styles/drop-down-list/icons/_bootstrap4.scss +1 -0
- package/styles/drop-down-list/icons/_bootstrap5-dark.scss +1 -1
- package/styles/drop-down-list/icons/_bootstrap5.3.scss +1 -0
- package/styles/drop-down-list/icons/_bootstrap5.scss +1 -0
- package/styles/drop-down-list/icons/_fabric-dark.scss +1 -0
- package/styles/drop-down-list/icons/_fabric.scss +1 -0
- package/styles/drop-down-list/icons/_fluent-dark.scss +1 -1
- package/styles/drop-down-list/icons/_fluent.scss +1 -0
- package/styles/drop-down-list/icons/_fluent2.scss +1 -0
- package/styles/drop-down-list/icons/_fusionnew.scss +1 -0
- package/styles/drop-down-list/icons/_highcontrast-light.scss +1 -0
- package/styles/drop-down-list/icons/_highcontrast.scss +1 -0
- package/styles/drop-down-list/icons/_material-dark.scss +1 -0
- package/styles/drop-down-list/icons/_material.scss +1 -0
- package/styles/drop-down-list/icons/_material3-dark.scss +1 -1
- package/styles/drop-down-list/icons/_material3.scss +1 -0
- package/styles/drop-down-list/icons/_tailwind-dark.scss +1 -1
- package/styles/drop-down-list/icons/_tailwind.scss +1 -0
- package/styles/drop-down-list/icons/_tailwind3.scss +1 -0
- package/styles/drop-down-list/material-dark.css +0 -4
- package/styles/drop-down-list/material-dark.scss +10 -10
- package/styles/drop-down-list/material.css +0 -4
- package/styles/drop-down-list/material.scss +10 -10
- package/styles/drop-down-list/material3-dark.css +141 -65
- package/styles/drop-down-list/material3-dark.scss +10 -11
- package/styles/drop-down-list/material3.css +141 -65
- package/styles/drop-down-list/material3.scss +10 -11
- package/styles/drop-down-list/tailwind-dark.css +0 -4
- package/styles/drop-down-list/tailwind-dark.scss +10 -10
- package/styles/drop-down-list/tailwind.css +0 -4
- package/styles/drop-down-list/tailwind.scss +10 -10
- package/styles/drop-down-list/tailwind3.css +119 -5
- package/styles/drop-down-list/tailwind3.scss +10 -10
- package/styles/drop-down-tree/_all.scss +2 -2
- package/styles/drop-down-tree/_bds-definition.scss +21 -0
- package/styles/drop-down-tree/_bigger.scss +27 -25
- package/styles/drop-down-tree/_bootstrap-dark-definition.scss +23 -1
- package/styles/drop-down-tree/_bootstrap-definition.scss +21 -0
- package/styles/drop-down-tree/_bootstrap4-definition.scss +21 -0
- package/styles/drop-down-tree/_bootstrap5-dark-definition.scss +95 -1
- package/styles/drop-down-tree/_bootstrap5-definition.scss +21 -0
- package/styles/drop-down-tree/_bootstrap5.3-definition.scss +22 -2
- package/styles/drop-down-tree/_fabric-dark-definition.scss +21 -0
- package/styles/drop-down-tree/_fabric-definition.scss +21 -0
- package/styles/drop-down-tree/_fluent-dark-definition.scss +99 -1
- package/styles/drop-down-tree/_fluent-definition.scss +20 -0
- package/styles/drop-down-tree/_fluent2-definition.scss +36 -2
- package/styles/drop-down-tree/_fusionnew-definition.scss +20 -0
- package/styles/drop-down-tree/_highcontrast-definition.scss +22 -1
- package/styles/drop-down-tree/_highcontrast-light-definition.scss +22 -1
- package/styles/drop-down-tree/_layout.scss +45 -43
- package/styles/drop-down-tree/_material-dark-definition.scss +22 -1
- package/styles/drop-down-tree/_material-definition.scss +20 -1
- package/styles/drop-down-tree/_material3-dark-definition.scss +105 -1
- package/styles/drop-down-tree/_material3-definition.scss +24 -3
- package/styles/drop-down-tree/_tailwind-dark-definition.scss +96 -1
- package/styles/drop-down-tree/_tailwind-definition.scss +21 -0
- package/styles/drop-down-tree/_tailwind3-definition.scss +39 -2
- package/styles/drop-down-tree/_theme-variables.scss +1 -0
- package/styles/drop-down-tree/_theme.scss +4 -2
- package/styles/drop-down-tree/bds.css +7 -7
- package/styles/drop-down-tree/bds.scss +10 -10
- package/styles/drop-down-tree/bootstrap-dark.scss +10 -10
- package/styles/drop-down-tree/bootstrap.scss +10 -10
- package/styles/drop-down-tree/bootstrap4.scss +10 -10
- package/styles/drop-down-tree/bootstrap5-dark.scss +10 -10
- package/styles/drop-down-tree/bootstrap5.3.css +83 -3
- package/styles/drop-down-tree/bootstrap5.3.scss +10 -10
- package/styles/drop-down-tree/bootstrap5.scss +10 -10
- package/styles/drop-down-tree/fabric-dark.scss +10 -10
- package/styles/drop-down-tree/fabric.scss +10 -10
- package/styles/drop-down-tree/fluent-dark.scss +10 -10
- package/styles/drop-down-tree/fluent.scss +10 -10
- package/styles/drop-down-tree/fluent2.css +117 -4
- package/styles/drop-down-tree/fluent2.scss +10 -10
- package/styles/drop-down-tree/highcontrast-light.scss +10 -10
- package/styles/drop-down-tree/highcontrast.scss +10 -10
- package/styles/drop-down-tree/icons/_bds.scss +1 -0
- package/styles/drop-down-tree/icons/_bootstrap-dark.scss +1 -0
- package/styles/drop-down-tree/icons/_bootstrap.scss +1 -0
- package/styles/drop-down-tree/icons/_bootstrap4.scss +1 -0
- package/styles/drop-down-tree/icons/_bootstrap5-dark.scss +1 -1
- package/styles/drop-down-tree/icons/_bootstrap5.3.scss +1 -0
- package/styles/drop-down-tree/icons/_bootstrap5.scss +1 -0
- package/styles/drop-down-tree/icons/_fabric-dark.scss +1 -0
- package/styles/drop-down-tree/icons/_fabric.scss +1 -0
- package/styles/drop-down-tree/icons/_fluent-dark.scss +1 -1
- package/styles/drop-down-tree/icons/_fluent.scss +1 -0
- package/styles/drop-down-tree/icons/_fluent2.scss +1 -0
- package/styles/drop-down-tree/icons/_fusionnew.scss +1 -0
- package/styles/drop-down-tree/icons/_highcontrast-light.scss +1 -0
- package/styles/drop-down-tree/icons/_highcontrast.scss +1 -0
- package/styles/drop-down-tree/icons/_material-dark.scss +1 -0
- package/styles/drop-down-tree/icons/_material.scss +1 -0
- package/styles/drop-down-tree/icons/_material3-dark.scss +1 -1
- package/styles/drop-down-tree/icons/_material3.scss +1 -0
- package/styles/drop-down-tree/icons/_tailwind-dark.scss +1 -0
- package/styles/drop-down-tree/icons/_tailwind.scss +1 -0
- package/styles/drop-down-tree/icons/_tailwind3.scss +1 -0
- package/styles/drop-down-tree/material-dark.scss +10 -10
- package/styles/drop-down-tree/material.scss +10 -10
- package/styles/drop-down-tree/material3-dark.css +84 -4
- package/styles/drop-down-tree/material3-dark.scss +10 -11
- package/styles/drop-down-tree/material3.css +84 -4
- package/styles/drop-down-tree/material3.scss +10 -11
- package/styles/drop-down-tree/tailwind-dark.scss +10 -10
- package/styles/drop-down-tree/tailwind.scss +10 -10
- package/styles/drop-down-tree/tailwind3.css +121 -3
- package/styles/drop-down-tree/tailwind3.scss +10 -10
- package/styles/fabric-dark-lite.css +4 -8
- package/styles/fabric-dark-lite.scss +27 -27
- package/styles/fabric-dark.css +5 -9
- package/styles/fabric-dark.scss +32 -32
- package/styles/fabric-lite.css +4 -8
- package/styles/fabric-lite.scss +27 -27
- package/styles/fabric.css +5 -9
- package/styles/fabric.scss +32 -32
- package/styles/fluent-dark-lite.css +5 -11
- package/styles/fluent-dark-lite.scss +27 -27
- package/styles/fluent-dark.css +9 -15
- package/styles/fluent-dark.scss +32 -32
- package/styles/fluent-lite.css +4 -8
- package/styles/fluent-lite.scss +27 -27
- package/styles/fluent.css +8 -12
- package/styles/fluent.scss +32 -32
- package/styles/fluent2-lite.css +269 -41
- package/styles/fluent2-lite.scss +27 -27
- package/styles/fluent2.css +273 -165
- package/styles/fluent2.scss +32 -32
- package/styles/highcontrast-light-lite.css +4 -8
- package/styles/highcontrast-light-lite.scss +27 -27
- package/styles/highcontrast-light.css +6 -9
- package/styles/highcontrast-light.scss +32 -32
- package/styles/highcontrast-lite.css +4 -9
- package/styles/highcontrast-lite.scss +27 -27
- package/styles/highcontrast.css +8 -12
- package/styles/highcontrast.scss +32 -32
- package/styles/list-box/_all.scss +2 -2
- package/styles/list-box/_bds-definition.scss +55 -1
- package/styles/list-box/_bigger.scss +15 -20
- package/styles/list-box/_bootstrap-dark-definition.scss +47 -1
- package/styles/list-box/_bootstrap-definition.scss +47 -1
- package/styles/list-box/_bootstrap4-definition.scss +49 -1
- package/styles/list-box/_bootstrap5-dark-definition.scss +169 -1
- package/styles/list-box/_bootstrap5-definition.scss +48 -1
- package/styles/list-box/_bootstrap5.3-definition.scss +52 -0
- package/styles/list-box/_fabric-dark-definition.scss +48 -1
- package/styles/list-box/_fabric-definition.scss +47 -1
- package/styles/list-box/_fluent-dark-definition.scss +168 -1
- package/styles/list-box/_fluent-definition.scss +48 -1
- package/styles/list-box/_fluent2-definition.scss +54 -0
- package/styles/list-box/_fusionnew-definition.scss +48 -1
- package/styles/list-box/_highcontrast-definition.scss +47 -1
- package/styles/list-box/_highcontrast-light-definition.scss +48 -1
- package/styles/list-box/_layout.scss +77 -85
- package/styles/list-box/_material-dark-definition.scss +48 -1
- package/styles/list-box/_material-definition.scss +47 -1
- package/styles/list-box/_material3-dark-definition.scss +167 -1
- package/styles/list-box/_material3-definition.scss +47 -0
- package/styles/list-box/_tailwind-dark-definition.scss +167 -1
- package/styles/list-box/_tailwind-definition.scss +48 -1
- package/styles/list-box/_tailwind3-definition.scss +57 -0
- package/styles/list-box/_theme-variables.scss +1 -0
- package/styles/list-box/_theme.scss +13 -5
- package/styles/list-box/bds.css +2 -2
- package/styles/list-box/bds.scss +6 -6
- package/styles/list-box/bootstrap-dark.css +1 -1
- package/styles/list-box/bootstrap-dark.scss +6 -6
- package/styles/list-box/bootstrap.css +2 -2
- package/styles/list-box/bootstrap.scss +6 -6
- package/styles/list-box/bootstrap4.css +1 -1
- package/styles/list-box/bootstrap4.scss +6 -6
- package/styles/list-box/bootstrap5-dark.css +1 -1
- package/styles/list-box/bootstrap5-dark.scss +6 -6
- package/styles/list-box/bootstrap5.3.css +87 -7
- package/styles/list-box/bootstrap5.3.scss +6 -6
- package/styles/list-box/bootstrap5.css +1 -1
- package/styles/list-box/bootstrap5.scss +6 -6
- package/styles/list-box/fabric-dark.css +1 -1
- package/styles/list-box/fabric-dark.scss +6 -6
- package/styles/list-box/fabric.css +1 -1
- package/styles/list-box/fabric.scss +6 -6
- package/styles/list-box/fluent-dark.css +1 -1
- package/styles/list-box/fluent-dark.scss +6 -6
- package/styles/list-box/fluent.css +1 -1
- package/styles/list-box/fluent.scss +6 -6
- package/styles/list-box/fluent2.css +92 -11
- package/styles/list-box/fluent2.scss +6 -6
- package/styles/list-box/highcontrast-light.css +1 -1
- package/styles/list-box/highcontrast-light.scss +6 -6
- package/styles/list-box/highcontrast.css +1 -1
- package/styles/list-box/highcontrast.scss +6 -6
- package/styles/list-box/icons/_bds.scss +1 -0
- package/styles/list-box/icons/_bootstrap-dark.scss +1 -0
- package/styles/list-box/icons/_bootstrap.scss +1 -0
- package/styles/list-box/icons/_bootstrap4.scss +1 -0
- package/styles/list-box/icons/_bootstrap5-dark.scss +1 -1
- package/styles/list-box/icons/_bootstrap5.3.scss +1 -0
- package/styles/list-box/icons/_bootstrap5.scss +1 -0
- package/styles/list-box/icons/_fabric-dark.scss +1 -0
- package/styles/list-box/icons/_fabric.scss +1 -0
- package/styles/list-box/icons/_fluent-dark.scss +1 -1
- package/styles/list-box/icons/_fluent.scss +1 -0
- package/styles/list-box/icons/_fluent2.scss +1 -0
- package/styles/list-box/icons/_fusionnew.scss +1 -0
- package/styles/list-box/icons/_highcontrast-light.scss +1 -0
- package/styles/list-box/icons/_highcontrast.scss +1 -0
- package/styles/list-box/icons/_material-dark.scss +1 -0
- package/styles/list-box/icons/_material.scss +1 -0
- package/styles/list-box/icons/_material3-dark.scss +1 -1
- package/styles/list-box/icons/_material3.scss +1 -0
- package/styles/list-box/icons/_tailwind-dark.scss +1 -0
- package/styles/list-box/icons/_tailwind.scss +1 -0
- package/styles/list-box/icons/_tailwind3.scss +1 -0
- package/styles/list-box/material-dark.css +1 -1
- package/styles/list-box/material-dark.scss +6 -6
- package/styles/list-box/material.css +1 -1
- package/styles/list-box/material.scss +6 -6
- package/styles/list-box/material3-dark.css +86 -6
- package/styles/list-box/material3-dark.scss +6 -7
- package/styles/list-box/material3.css +86 -6
- package/styles/list-box/material3.scss +6 -7
- package/styles/list-box/tailwind-dark.css +1 -1
- package/styles/list-box/tailwind-dark.scss +6 -6
- package/styles/list-box/tailwind.css +1 -1
- package/styles/list-box/tailwind.scss +6 -6
- package/styles/list-box/tailwind3.css +81 -7
- package/styles/list-box/tailwind3.scss +6 -6
- package/styles/material-dark-lite.css +4 -8
- package/styles/material-dark-lite.scss +27 -27
- package/styles/material-dark.css +5 -9
- package/styles/material-dark.scss +32 -32
- package/styles/material-lite.css +4 -8
- package/styles/material-lite.scss +26 -27
- package/styles/material.css +7 -11
- package/styles/material.scss +31 -32
- package/styles/material3-dark-lite.css +525 -24
- package/styles/material3-dark-lite.scss +27 -27
- package/styles/material3-dark.css +695 -519
- package/styles/material3-dark.scss +32 -34
- package/styles/material3-lite.css +440 -21
- package/styles/material3-lite.scss +27 -27
- package/styles/material3.css +612 -518
- package/styles/material3.scss +32 -34
- package/styles/mention/_all.scss +1 -1
- package/styles/mention/_bootstrap5-dark-definition.scss +2 -1
- package/styles/mention/_fluent-dark-definition.scss +2 -1
- package/styles/mention/_layout.scss +2 -0
- package/styles/mention/_material3-dark-definition.scss +2 -1
- package/styles/mention/_tailwind-dark-definition.scss +2 -1
- package/styles/mention/_theme-variables.scss +1 -0
- package/styles/mention/bds.scss +6 -6
- package/styles/mention/bootstrap-dark.scss +6 -6
- package/styles/mention/bootstrap.scss +6 -6
- package/styles/mention/bootstrap4.scss +6 -6
- package/styles/mention/bootstrap5-dark.css +1 -3
- package/styles/mention/bootstrap5-dark.scss +6 -6
- package/styles/mention/bootstrap5.3.css +80 -0
- package/styles/mention/bootstrap5.3.scss +6 -6
- package/styles/mention/bootstrap5.scss +6 -6
- package/styles/mention/fabric-dark.scss +6 -6
- package/styles/mention/fabric.scss +6 -6
- package/styles/mention/fluent-dark.css +1 -3
- package/styles/mention/fluent-dark.scss +6 -6
- package/styles/mention/fluent.scss +6 -6
- package/styles/mention/fluent2.css +81 -1
- package/styles/mention/fluent2.scss +6 -6
- package/styles/mention/highcontrast-light.scss +6 -6
- package/styles/mention/highcontrast.scss +6 -6
- package/styles/mention/material-dark.scss +6 -6
- package/styles/mention/material.scss +6 -6
- package/styles/mention/material3-dark.css +81 -3
- package/styles/mention/material3-dark.scss +6 -7
- package/styles/mention/material3.css +80 -0
- package/styles/mention/material3.scss +6 -7
- package/styles/mention/tailwind-dark.css +1 -3
- package/styles/mention/tailwind-dark.scss +6 -6
- package/styles/mention/tailwind.scss +6 -6
- package/styles/mention/tailwind3.css +70 -0
- package/styles/mention/tailwind3.scss +6 -6
- package/styles/multi-select/_all.scss +2 -2
- package/styles/multi-select/_bds-definition.scss +78 -0
- package/styles/multi-select/_bigger.scss +135 -557
- package/styles/multi-select/_bootstrap-dark-definition.scss +78 -0
- package/styles/multi-select/_bootstrap-definition.scss +77 -0
- package/styles/multi-select/_bootstrap4-definition.scss +78 -1
- package/styles/multi-select/_bootstrap5-dark-definition.scss +312 -1
- package/styles/multi-select/_bootstrap5-definition.scss +83 -0
- package/styles/multi-select/_bootstrap5.3-definition.scss +83 -1
- package/styles/multi-select/_fabric-dark-definition.scss +78 -0
- package/styles/multi-select/_fabric-definition.scss +77 -0
- package/styles/multi-select/_fluent-dark-definition.scss +313 -1
- package/styles/multi-select/_fluent-definition.scss +78 -1
- package/styles/multi-select/_fluent2-definition.scss +193 -5
- package/styles/multi-select/_fusionnew-definition.scss +77 -0
- package/styles/multi-select/_highcontrast-definition.scss +78 -1
- package/styles/multi-select/_highcontrast-light-definition.scss +78 -0
- package/styles/multi-select/_layout.scss +128 -124
- package/styles/multi-select/_material-dark-definition.scss +132 -0
- package/styles/multi-select/_material-definition.scss +131 -1
- package/styles/multi-select/_material3-dark-definition.scss +651 -1
- package/styles/multi-select/_material3-definition.scss +421 -3
- package/styles/multi-select/_tailwind-dark-definition.scss +308 -1
- package/styles/multi-select/_tailwind-definition.scss +79 -2
- package/styles/multi-select/_tailwind3-definition.scss +80 -3
- package/styles/multi-select/_theme-variables.scss +1 -0
- package/styles/multi-select/_theme.scss +3 -0
- package/styles/multi-select/bds.css +3 -3
- package/styles/multi-select/bds.scss +10 -10
- package/styles/multi-select/bootstrap-dark.css +4 -4
- package/styles/multi-select/bootstrap-dark.scss +10 -10
- package/styles/multi-select/bootstrap.css +4 -4
- package/styles/multi-select/bootstrap.scss +10 -10
- package/styles/multi-select/bootstrap4.css +8 -9
- package/styles/multi-select/bootstrap4.scss +10 -10
- package/styles/multi-select/bootstrap5-dark.css +4 -4
- package/styles/multi-select/bootstrap5-dark.scss +10 -10
- package/styles/multi-select/bootstrap5.3.css +91 -13
- package/styles/multi-select/bootstrap5.3.scss +10 -10
- package/styles/multi-select/bootstrap5.css +4 -4
- package/styles/multi-select/bootstrap5.scss +10 -10
- package/styles/multi-select/fabric-dark.css +4 -4
- package/styles/multi-select/fabric-dark.scss +10 -10
- package/styles/multi-select/fabric.css +4 -4
- package/styles/multi-select/fabric.scss +10 -10
- package/styles/multi-select/fluent-dark.css +7 -7
- package/styles/multi-select/fluent-dark.scss +10 -10
- package/styles/multi-select/fluent.css +7 -7
- package/styles/multi-select/fluent.scss +10 -10
- package/styles/multi-select/fluent2.css +214 -103
- package/styles/multi-select/fluent2.scss +10 -10
- package/styles/multi-select/highcontrast-light.css +5 -4
- package/styles/multi-select/highcontrast-light.scss +10 -10
- package/styles/multi-select/highcontrast.css +7 -7
- package/styles/multi-select/highcontrast.scss +10 -10
- package/styles/multi-select/icons/_bds.scss +2 -0
- package/styles/multi-select/icons/_bootstrap-dark.scss +2 -0
- package/styles/multi-select/icons/_bootstrap.scss +2 -0
- package/styles/multi-select/icons/_bootstrap4.scss +2 -1
- package/styles/multi-select/icons/_bootstrap5-dark.scss +1 -1
- package/styles/multi-select/icons/_bootstrap5.3.scss +2 -2
- package/styles/multi-select/icons/_bootstrap5.scss +2 -0
- package/styles/multi-select/icons/_fabric-dark.scss +2 -0
- package/styles/multi-select/icons/_fabric.scss +2 -0
- package/styles/multi-select/icons/_fluent-dark.scss +1 -1
- package/styles/multi-select/icons/_fluent.scss +2 -0
- package/styles/multi-select/icons/_fluent2.scss +2 -2
- package/styles/multi-select/icons/_fusionnew.scss +2 -0
- package/styles/multi-select/icons/_highcontrast-light.scss +2 -0
- package/styles/multi-select/icons/_highcontrast.scss +2 -1
- package/styles/multi-select/icons/_material-dark.scss +2 -0
- package/styles/multi-select/icons/_material.scss +2 -0
- package/styles/multi-select/icons/_material3-dark.scss +1 -1
- package/styles/multi-select/icons/_material3.scss +2 -0
- package/styles/multi-select/icons/_tailwind-dark.scss +1 -1
- package/styles/multi-select/icons/_tailwind.scss +2 -0
- package/styles/multi-select/icons/_tailwind3.scss +2 -2
- package/styles/multi-select/material-dark.css +4 -4
- package/styles/multi-select/material-dark.scss +10 -10
- package/styles/multi-select/material.css +6 -6
- package/styles/multi-select/material.scss +10 -10
- package/styles/multi-select/material3-dark.css +798 -616
- package/styles/multi-select/material3-dark.scss +10 -11
- package/styles/multi-select/material3.css +737 -639
- package/styles/multi-select/material3.scss +10 -11
- package/styles/multi-select/tailwind-dark.css +8 -8
- package/styles/multi-select/tailwind-dark.scss +10 -10
- package/styles/multi-select/tailwind.css +8 -8
- package/styles/multi-select/tailwind.scss +10 -10
- package/styles/multi-select/tailwind3.css +130 -14
- package/styles/multi-select/tailwind3.scss +10 -10
- package/styles/tailwind-dark-lite.css +5 -11
- package/styles/tailwind-dark-lite.scss +27 -27
- package/styles/tailwind-dark.css +10 -16
- package/styles/tailwind-dark.scss +32 -32
- package/styles/tailwind-lite.css +4 -8
- package/styles/tailwind-lite.scss +27 -27
- package/styles/tailwind.css +9 -13
- package/styles/tailwind.scss +32 -32
- package/styles/tailwind3-lite.css +149 -32
- package/styles/tailwind3-lite.scss +27 -27
- package/styles/tailwind3.css +152 -35
- package/styles/tailwind3.scss +32 -32
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/fluent-dark' as *;
|
|
2
|
+
@use 'ej2-inputs/styles/input/fluent-dark-definition' as *;
|
|
3
|
+
@use 'ej2-popups/styles/popup/fluent-dark-definition' as *;
|
|
4
|
+
@use 'ej2-popups/styles/spinner/fluent-dark-definition' as *;
|
|
5
|
+
@use 'ej2-buttons/styles/check-box/fluent-dark-definition' as *;
|
|
6
|
+
@use '../drop-down-base/fluent-dark-definition' as *;
|
|
7
|
+
@use 'fluent-dark-definition' as *;
|
|
8
|
+
@use 'icons/fluent-dark' as *;
|
|
9
|
+
@use 'all' as *;
|
|
10
|
+
@use 'bigger' as *;
|
|
@@ -619,7 +619,7 @@
|
|
|
619
619
|
}
|
|
620
620
|
|
|
621
621
|
.e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item {
|
|
622
|
-
padding-right:
|
|
622
|
+
padding-right: 15px;
|
|
623
623
|
}
|
|
624
624
|
|
|
625
625
|
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
@@ -642,7 +642,7 @@
|
|
|
642
642
|
.e-rtl .e-multi-select-list-wrapper .e-selectall-parent,
|
|
643
643
|
.e-multi-select-list-wrapper.e-rtl .e-selectall-parent {
|
|
644
644
|
padding-left: 16px;
|
|
645
|
-
padding-right:
|
|
645
|
+
padding-right: 15px;
|
|
646
646
|
}
|
|
647
647
|
|
|
648
648
|
.e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
|
|
@@ -828,7 +828,7 @@ ejs-multiselect {
|
|
|
828
828
|
|
|
829
829
|
.e-small .e-filled .e-multi-select-wrapper .e-chips,
|
|
830
830
|
.e-small.e-filled .e-multi-select-wrapper .e-chips {
|
|
831
|
-
height: 16px;
|
|
831
|
+
height: 16px 16px;
|
|
832
832
|
margin: 4px 4px 0 0;
|
|
833
833
|
padding-right: 8px;
|
|
834
834
|
}
|
|
@@ -1181,13 +1181,13 @@ ejs-multiselect {
|
|
|
1181
1181
|
}
|
|
1182
1182
|
|
|
1183
1183
|
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1184
|
-
margin-top: -
|
|
1184
|
+
margin-top: -2.7em;
|
|
1185
1185
|
font-size: 14px;
|
|
1186
1186
|
}
|
|
1187
1187
|
|
|
1188
1188
|
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1189
1189
|
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1190
|
-
margin-top: -
|
|
1190
|
+
margin-top: -2.7em;
|
|
1191
1191
|
margin-top: -2.25em;
|
|
1192
1192
|
}
|
|
1193
1193
|
|
|
@@ -1391,7 +1391,7 @@ ejs-multiselect {
|
|
|
1391
1391
|
.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1392
1392
|
.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1393
1393
|
margin: 8px 8px 0 0;
|
|
1394
|
-
padding: 0 8px;
|
|
1394
|
+
padding: 0 8px 0 0;
|
|
1395
1395
|
}
|
|
1396
1396
|
|
|
1397
1397
|
.e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
@@ -1486,5 +1486,5 @@ ejs-multiselect {
|
|
|
1486
1486
|
|
|
1487
1487
|
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon,
|
|
1488
1488
|
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1489
|
-
margin-top: -
|
|
1489
|
+
margin-top: -1.6em;
|
|
1490
1490
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/fluent' as *;
|
|
2
|
+
@use 'ej2-inputs/styles/input/fluent-definition' as *;
|
|
3
|
+
@use 'ej2-popups/styles/popup/fluent-definition' as *;
|
|
4
|
+
@use 'ej2-popups/styles/spinner/fluent-definition' as *;
|
|
5
|
+
@use 'ej2-buttons/styles/check-box/fluent-definition' as *;
|
|
6
|
+
@use '../drop-down-base/fluent-definition' as *;
|
|
7
|
+
@use 'fluent-definition' as *;
|
|
8
|
+
@use 'icons/fluent' as *;
|
|
9
|
+
@use 'all' as *;
|
|
10
|
+
@use 'bigger' as *;
|
|
@@ -4,6 +4,86 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
/* Font Family */
|
|
10
|
+
/* Font Sizes */
|
|
11
|
+
/* Radius */
|
|
12
|
+
/* 1px */
|
|
13
|
+
/* 2px */
|
|
14
|
+
/* 3px */
|
|
15
|
+
/* 4px */
|
|
16
|
+
/* 5px */
|
|
17
|
+
/* 6px */
|
|
18
|
+
/* 7px */
|
|
19
|
+
/* 8px */
|
|
20
|
+
/* 9px */
|
|
21
|
+
/* 10px */
|
|
22
|
+
/* 11px */
|
|
23
|
+
/* 12px */
|
|
24
|
+
/* 13px */
|
|
25
|
+
/* 14px */
|
|
26
|
+
/* 15px */
|
|
27
|
+
/* 16px */
|
|
28
|
+
/* 17px */
|
|
29
|
+
/* 18px */
|
|
30
|
+
/* 19px */
|
|
31
|
+
/* 20px */
|
|
32
|
+
/* 21px */
|
|
33
|
+
/* 22px */
|
|
34
|
+
/* 23px */
|
|
35
|
+
/* 24px */
|
|
36
|
+
/* 25px */
|
|
37
|
+
/* 26px */
|
|
38
|
+
/* 27px */
|
|
39
|
+
/* 28px */
|
|
40
|
+
/* 29px */
|
|
41
|
+
/* 30px */
|
|
42
|
+
/* 31px */
|
|
43
|
+
/* 32px */
|
|
44
|
+
/* 33px */
|
|
45
|
+
/* 34px */
|
|
46
|
+
/* 35px */
|
|
47
|
+
/* 36px */
|
|
48
|
+
/* 37px */
|
|
49
|
+
/* 38px */
|
|
50
|
+
/* 39px */
|
|
51
|
+
/* 40px */
|
|
52
|
+
/* 41px */
|
|
53
|
+
/* 42px */
|
|
54
|
+
/* 43px */
|
|
55
|
+
/* 44px */
|
|
56
|
+
/* 45px */
|
|
57
|
+
/* 46px */
|
|
58
|
+
/* 47px */
|
|
59
|
+
/* 48px */
|
|
60
|
+
/* 49px */
|
|
61
|
+
/* 50px */
|
|
62
|
+
/* 5em */
|
|
63
|
+
/* 65% */
|
|
64
|
+
/* border */
|
|
65
|
+
/* 0px */
|
|
66
|
+
/* 1px */
|
|
67
|
+
/* 1.5px */
|
|
68
|
+
/* 2px */
|
|
69
|
+
/* 3px */
|
|
70
|
+
/* 4px */
|
|
71
|
+
/* 5px */
|
|
72
|
+
/* 6px */
|
|
73
|
+
/* 7px */
|
|
74
|
+
/* 8px */
|
|
75
|
+
/* 9px */
|
|
76
|
+
/* 10px */
|
|
77
|
+
/* 11px */
|
|
78
|
+
/* 12px */
|
|
79
|
+
/* 13px */
|
|
80
|
+
/* 14px */
|
|
81
|
+
/* 15px */
|
|
82
|
+
/* 16px */
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
7
87
|
/* stylelint-disable property-no-vendor-prefix */
|
|
8
88
|
@-webkit-keyframes e-input-ripple {
|
|
9
89
|
100% {
|
|
@@ -184,6 +264,39 @@
|
|
|
184
264
|
color: var(--color-sf-danger) !important;
|
|
185
265
|
}
|
|
186
266
|
|
|
267
|
+
.e-underline.e-input-group.e-control-wrapper,
|
|
268
|
+
.e-underline.e-input-group,
|
|
269
|
+
.e-underline.e-input-group:not(.e-float-icon-left),
|
|
270
|
+
.e-underline.e-float-input,
|
|
271
|
+
.e-underline.e-float-input.e-control-wrapper,
|
|
272
|
+
.e-underline.e-input-group:not(.e-float-icon-left),
|
|
273
|
+
.e-underline.e-input-group.e-success:not(.e-float-icon-left),
|
|
274
|
+
.e-underline.e-input-group.e-warning:not(.e-float-icon-left),
|
|
275
|
+
.e-underline.e-input-group.e-error:not(.e-float-icon-left),
|
|
276
|
+
.e-underline.e-input-group.e-control-wrapper:not(.e-float-icon-left),
|
|
277
|
+
.e-underline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
|
|
278
|
+
.e-underline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
|
|
279
|
+
.e-underline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
|
|
280
|
+
border: 1px solid var(--color-sf-border-alt);
|
|
281
|
+
border-width: 0 0 1px 0;
|
|
282
|
+
padding-top: 1px;
|
|
283
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.e-underline.e-input-group:not(.e-float-icon-left),
|
|
287
|
+
.e-underline.e-input-group.e-success:not(.e-float-icon-left),
|
|
288
|
+
.e-underline.e-input-group.e-warning:not(.e-float-icon-left),
|
|
289
|
+
.e-underline.e-input-group.e-error:not(.e-float-icon-left),
|
|
290
|
+
.e-underline.e-input-group.e-control-wrapper:not(.e-float-icon-left),
|
|
291
|
+
.e-underline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
|
|
292
|
+
.e-underline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
|
|
293
|
+
.e-underline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
|
|
294
|
+
border: 1px solid;
|
|
295
|
+
border-width: 0 0 1px 0;
|
|
296
|
+
padding-top: 1px;
|
|
297
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
298
|
+
}
|
|
299
|
+
|
|
187
300
|
/* stylelint-disable-line no-empty-source */
|
|
188
301
|
/* stylelint-disable property-no-vendor-prefix */
|
|
189
302
|
@-webkit-keyframes material-spinner-rotate {
|
|
@@ -254,7 +367,7 @@
|
|
|
254
367
|
|
|
255
368
|
/* stylelint-disable */
|
|
256
369
|
.e-dropdownbase .e-list-item {
|
|
257
|
-
border-radius:
|
|
370
|
+
border-radius: calc(var(--e-radius) * 0.375) !important;
|
|
258
371
|
}
|
|
259
372
|
|
|
260
373
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
@@ -263,13 +376,13 @@
|
|
|
263
376
|
}
|
|
264
377
|
|
|
265
378
|
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
266
|
-
border-radius: 0
|
|
379
|
+
border-radius: calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0);
|
|
267
380
|
border-right-width: 0;
|
|
268
381
|
}
|
|
269
382
|
|
|
270
383
|
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
271
384
|
border-left-width: 0;
|
|
272
|
-
border-radius:
|
|
385
|
+
border-radius: calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25);
|
|
273
386
|
border-right-width: 0;
|
|
274
387
|
}
|
|
275
388
|
|
|
@@ -284,6 +397,91 @@
|
|
|
284
397
|
height: 100%;
|
|
285
398
|
}
|
|
286
399
|
|
|
400
|
+
.e-bigger.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
401
|
+
.e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
402
|
+
.e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
403
|
+
.e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
404
|
+
height: 20px;
|
|
405
|
+
margin-top: -33px;
|
|
406
|
+
right: 18px;
|
|
407
|
+
width: 20px;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.e-bigger.e-small.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
411
|
+
.e-bigger.e-small .e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
412
|
+
.e-bigger .e-small.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
413
|
+
.e-small .e-bigger.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
414
|
+
height: 20px;
|
|
415
|
+
margin-top: -35px;
|
|
416
|
+
right: 45px;
|
|
417
|
+
width: 20px;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
421
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
422
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
423
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
424
|
+
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
425
|
+
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
426
|
+
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
427
|
+
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
428
|
+
margin-top: -32px;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
.e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
432
|
+
.e-bigger .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
433
|
+
height: 24px;
|
|
434
|
+
width: 24px;
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
438
|
+
.e-bigger .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
439
|
+
margin-top: -40px;
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
443
|
+
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
444
|
+
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
445
|
+
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
446
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
447
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
448
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
449
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
450
|
+
margin-top: -32px;
|
|
451
|
+
right: 40px;
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
455
|
+
.e-bigger .e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
456
|
+
margin-top: -44px;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
.e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
|
|
460
|
+
.e-bigger .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
|
|
461
|
+
height: 16px;
|
|
462
|
+
width: 16px;
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
.e-bigger.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
466
|
+
.e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
467
|
+
.e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
468
|
+
.e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
|
|
469
|
+
content: "\e208";
|
|
470
|
+
font-size: 16px;
|
|
471
|
+
height: 16px;
|
|
472
|
+
padding: 0;
|
|
473
|
+
text-align: center;
|
|
474
|
+
vertical-align: middle;
|
|
475
|
+
width: 16px;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
.e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
479
|
+
.e-bigger .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
|
|
480
|
+
font-size: 20px;
|
|
481
|
+
height: 20px;
|
|
482
|
+
width: 20px;
|
|
483
|
+
}
|
|
484
|
+
|
|
287
485
|
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
288
486
|
content: "\e729";
|
|
289
487
|
font-family: "e-icons";
|
|
@@ -298,8 +496,6 @@
|
|
|
298
496
|
}
|
|
299
497
|
|
|
300
498
|
.e-multi-select-wrapper .e-close-hooker::before {
|
|
301
|
-
height: 18px;
|
|
302
|
-
font-size: 18px;
|
|
303
499
|
content: "\e7e7";
|
|
304
500
|
cursor: pointer;
|
|
305
501
|
margin: auto;
|
|
@@ -635,7 +831,7 @@
|
|
|
635
831
|
.e-multi-select-wrapper input[type=text] {
|
|
636
832
|
background: none;
|
|
637
833
|
border: 0;
|
|
638
|
-
font-family:
|
|
834
|
+
font-family: var(--e-font-family);
|
|
639
835
|
font-size: 14px;
|
|
640
836
|
font-weight: normal;
|
|
641
837
|
height: 28px;
|
|
@@ -649,7 +845,7 @@
|
|
|
649
845
|
background: none;
|
|
650
846
|
border: 0;
|
|
651
847
|
color: inherit;
|
|
652
|
-
font-family:
|
|
848
|
+
font-family: var(--e-font-family);
|
|
653
849
|
font-size: 14px;
|
|
654
850
|
font-weight: normal;
|
|
655
851
|
height: 28px;
|
|
@@ -684,7 +880,7 @@
|
|
|
684
880
|
}
|
|
685
881
|
|
|
686
882
|
.e-multi-select-wrapper .e-delim-values {
|
|
687
|
-
font-family:
|
|
883
|
+
font-family: var(--e-font-family);
|
|
688
884
|
font-size: 14px;
|
|
689
885
|
line-height: 28px;
|
|
690
886
|
max-width: 100%;
|
|
@@ -842,7 +1038,7 @@
|
|
|
842
1038
|
}
|
|
843
1039
|
|
|
844
1040
|
.e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item {
|
|
845
|
-
padding-right:
|
|
1041
|
+
padding-right: 15px;
|
|
846
1042
|
}
|
|
847
1043
|
|
|
848
1044
|
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
@@ -861,12 +1057,12 @@
|
|
|
861
1057
|
.e-rtl .e-multi-select-list-wrapper .e-selectall-parent,
|
|
862
1058
|
.e-multi-select-list-wrapper.e-rtl .e-selectall-parent {
|
|
863
1059
|
padding-left: 16px;
|
|
864
|
-
padding-right:
|
|
1060
|
+
padding-right: 15px;
|
|
865
1061
|
}
|
|
866
1062
|
|
|
867
1063
|
.e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
|
|
868
1064
|
color: var(--color-sf-content-text-color);
|
|
869
|
-
font-family:
|
|
1065
|
+
font-family: var(--e-font-family);
|
|
870
1066
|
font-size: 14px;
|
|
871
1067
|
}
|
|
872
1068
|
|
|
@@ -1032,7 +1228,7 @@ ejs-multiselect {
|
|
|
1032
1228
|
|
|
1033
1229
|
.e-small .e-filled .e-multi-select-wrapper .e-chips,
|
|
1034
1230
|
.e-small.e-filled .e-multi-select-wrapper .e-chips {
|
|
1035
|
-
height: 16px;
|
|
1231
|
+
height: 16px 16px;
|
|
1036
1232
|
margin: 4px 4px 0 0;
|
|
1037
1233
|
padding-right: 8px;
|
|
1038
1234
|
}
|
|
@@ -1132,7 +1328,7 @@ ejs-multiselect {
|
|
|
1132
1328
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1133
1329
|
-webkit-text-fill-color: var(--color-sf-content-text-color);
|
|
1134
1330
|
color: var(--color-sf-content-text-color);
|
|
1135
|
-
font-family:
|
|
1331
|
+
font-family: var(--e-font-family);
|
|
1136
1332
|
font-size: 14px;
|
|
1137
1333
|
}
|
|
1138
1334
|
|
|
@@ -1147,7 +1343,7 @@ ejs-multiselect {
|
|
|
1147
1343
|
.e-multi-select-wrapper .e-chips {
|
|
1148
1344
|
background-color: var(--color-sf-chip-bg-color);
|
|
1149
1345
|
border: 1px solid var(--color-sf-chip-border-color);
|
|
1150
|
-
border-radius:
|
|
1346
|
+
border-radius: calc(var(--e-radius) * 0.375);
|
|
1151
1347
|
height: 22px;
|
|
1152
1348
|
}
|
|
1153
1349
|
|
|
@@ -1167,7 +1363,7 @@ ejs-multiselect {
|
|
|
1167
1363
|
|
|
1168
1364
|
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
1169
1365
|
background-color: var(--color-sf-primary);
|
|
1170
|
-
border-radius:
|
|
1366
|
+
border-radius: calc(var(--e-radius) * 0.375);
|
|
1171
1367
|
color: var(--color-sf-content-text-color);
|
|
1172
1368
|
height: 40px;
|
|
1173
1369
|
line-height: 40px;
|
|
@@ -1340,12 +1536,12 @@ ejs-multiselect {
|
|
|
1340
1536
|
}
|
|
1341
1537
|
|
|
1342
1538
|
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1343
|
-
margin-top: -
|
|
1539
|
+
margin-top: -2.3em;
|
|
1344
1540
|
}
|
|
1345
1541
|
|
|
1346
1542
|
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1347
1543
|
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1348
|
-
margin-top: -
|
|
1544
|
+
margin-top: -2.5em;
|
|
1349
1545
|
}
|
|
1350
1546
|
|
|
1351
1547
|
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
@@ -1533,7 +1729,7 @@ ejs-multiselect {
|
|
|
1533
1729
|
.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1534
1730
|
.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1535
1731
|
margin: 8px 8px 0 0;
|
|
1536
|
-
padding: 0 8px;
|
|
1732
|
+
padding: 0 8px 0 0;
|
|
1537
1733
|
}
|
|
1538
1734
|
|
|
1539
1735
|
.e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
@@ -1617,91 +1813,6 @@ ejs-multiselect {
|
|
|
1617
1813
|
height: 30px;
|
|
1618
1814
|
}
|
|
1619
1815
|
|
|
1620
|
-
.e-bigger.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1621
|
-
.e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1622
|
-
.e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1623
|
-
.e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1624
|
-
height: 20px;
|
|
1625
|
-
margin-top: -33px;
|
|
1626
|
-
right: 18px;
|
|
1627
|
-
width: 20px;
|
|
1628
|
-
}
|
|
1629
|
-
|
|
1630
|
-
.e-bigger.e-small.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1631
|
-
.e-bigger.e-small .e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1632
|
-
.e-bigger .e-small.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1633
|
-
.e-small .e-bigger.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
1634
|
-
height: 20px;
|
|
1635
|
-
margin-top: -35px;
|
|
1636
|
-
right: 45px;
|
|
1637
|
-
width: 20px;
|
|
1638
|
-
}
|
|
1639
|
-
|
|
1640
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1641
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1642
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1643
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1644
|
-
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1645
|
-
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1646
|
-
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1647
|
-
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
1648
|
-
margin-top: -32px;
|
|
1649
|
-
}
|
|
1650
|
-
|
|
1651
|
-
.e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1652
|
-
.e-bigger .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1653
|
-
height: 24px;
|
|
1654
|
-
width: 24px;
|
|
1655
|
-
}
|
|
1656
|
-
|
|
1657
|
-
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1658
|
-
.e-bigger .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
1659
|
-
margin-top: -40px;
|
|
1660
|
-
}
|
|
1661
|
-
|
|
1662
|
-
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1663
|
-
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1664
|
-
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1665
|
-
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1666
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1667
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1668
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1669
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1670
|
-
margin-top: -32px;
|
|
1671
|
-
right: 40px;
|
|
1672
|
-
}
|
|
1673
|
-
|
|
1674
|
-
.e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1675
|
-
.e-bigger .e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
1676
|
-
margin-top: -44px;
|
|
1677
|
-
}
|
|
1678
|
-
|
|
1679
|
-
.e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
|
|
1680
|
-
.e-bigger .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
|
|
1681
|
-
height: 16px;
|
|
1682
|
-
width: 16px;
|
|
1683
|
-
}
|
|
1684
|
-
|
|
1685
|
-
.e-bigger.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
1686
|
-
.e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
1687
|
-
.e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
1688
|
-
.e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
|
|
1689
|
-
content: "\e208";
|
|
1690
|
-
font-size: 16px;
|
|
1691
|
-
height: 16px;
|
|
1692
|
-
padding: 0;
|
|
1693
|
-
text-align: center;
|
|
1694
|
-
vertical-align: middle;
|
|
1695
|
-
width: 16px;
|
|
1696
|
-
}
|
|
1697
|
-
|
|
1698
|
-
.e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
1699
|
-
.e-bigger .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
|
|
1700
|
-
font-size: 20px;
|
|
1701
|
-
height: 20px;
|
|
1702
|
-
width: 20px;
|
|
1703
|
-
}
|
|
1704
|
-
|
|
1705
1816
|
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1706
1817
|
height: 28px;
|
|
1707
1818
|
width: 28px;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/fluent2' as *;
|
|
2
|
+
@use 'ej2-inputs/styles/input/fluent2-definition' as *;
|
|
3
|
+
@use 'ej2-popups/styles/popup/fluent2-definition' as *;
|
|
4
|
+
@use 'ej2-popups/styles/spinner/fluent2-definition' as *;
|
|
5
|
+
@use 'ej2-buttons/styles/check-box/fluent2-definition' as *;
|
|
6
|
+
@use '../drop-down-base/fluent2-definition' as *;
|
|
7
|
+
@use 'fluent2-definition' as *;
|
|
8
|
+
@use 'icons/fluent2' as *;
|
|
9
|
+
@use 'all' as *;
|
|
10
|
+
@use 'bigger' as *;
|
|
@@ -683,7 +683,7 @@
|
|
|
683
683
|
}
|
|
684
684
|
|
|
685
685
|
.e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item {
|
|
686
|
-
padding-right:
|
|
686
|
+
padding-right: 15px;
|
|
687
687
|
}
|
|
688
688
|
|
|
689
689
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-group-item {
|
|
@@ -706,7 +706,7 @@
|
|
|
706
706
|
.e-rtl .e-multi-select-list-wrapper .e-selectall-parent,
|
|
707
707
|
.e-multi-select-list-wrapper.e-rtl .e-selectall-parent {
|
|
708
708
|
padding-left: 16px;
|
|
709
|
-
padding-right:
|
|
709
|
+
padding-right: 15px;
|
|
710
710
|
}
|
|
711
711
|
|
|
712
712
|
.e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
|
|
@@ -884,7 +884,7 @@ ejs-multiselect {
|
|
|
884
884
|
|
|
885
885
|
.e-small .e-filled .e-multi-select-wrapper .e-chips,
|
|
886
886
|
.e-small.e-filled .e-multi-select-wrapper .e-chips {
|
|
887
|
-
height: 16px;
|
|
887
|
+
height: 16px 16px;
|
|
888
888
|
margin: 4px 4px 0 0;
|
|
889
889
|
padding-right: 8px;
|
|
890
890
|
}
|
|
@@ -1213,6 +1213,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
1213
1213
|
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1214
1214
|
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1215
1215
|
margin-top: -3.5em;
|
|
1216
|
+
margin-top: -3.2em;
|
|
1216
1217
|
}
|
|
1217
1218
|
|
|
1218
1219
|
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
@@ -1400,7 +1401,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
1400
1401
|
.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
1401
1402
|
.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
1402
1403
|
margin: 8px 8px 0 0;
|
|
1403
|
-
padding: 0 8px;
|
|
1404
|
+
padding: 0 8px 0 0;
|
|
1404
1405
|
}
|
|
1405
1406
|
|
|
1406
1407
|
.e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/highcontrast-light' as *;
|
|
2
|
+
@use 'ej2-inputs/styles/input/highcontrast-light-definition' as *;
|
|
3
|
+
@use 'ej2-popups/styles/popup/highcontrast-light-definition' as *;
|
|
4
|
+
@use 'ej2-popups/styles/spinner/highcontrast-light-definition' as *;
|
|
5
|
+
@use 'ej2-buttons/styles/check-box/highcontrast-light-definition' as *;
|
|
6
|
+
@use '../drop-down-base/highcontrast-light-definition' as *;
|
|
7
|
+
@use 'highcontrast-light-definition' as *;
|
|
8
|
+
@use 'icons/highcontrast-light' as *;
|
|
9
|
+
@use 'all' as *;
|
|
10
|
+
@use 'bigger' as *;
|