@syncfusion/ej2-dropdowns 31.2.18 → 32.1.20
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 +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 +101 -8
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +101 -8
- 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 +8 -8
- package/src/drop-down-list/drop-down-list.d.ts +6 -0
- package/src/drop-down-list/drop-down-list.js +87 -1
- package/src/drop-down-tree/drop-down-tree.js +4 -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 +142 -66
- package/styles/drop-down-list/material3-dark.scss +10 -11
- package/styles/drop-down-list/material3.css +142 -66
- 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 +526 -25
- package/styles/material3-dark-lite.scss +27 -27
- package/styles/material3-dark.css +696 -520
- package/styles/material3-dark.scss +32 -34
- package/styles/material3-lite.css +441 -22
- package/styles/material3-lite.scss +27 -27
- package/styles/material3.css +613 -519
- 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
package/styles/fluent2.css
CHANGED
|
@@ -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
|
.e-dropdownbase .e-list-item.e-active,
|
|
8
88
|
.e-dropdownbase .e-list-item.e-active.e-hover {
|
|
9
89
|
font-weight: 400;
|
|
@@ -32,7 +112,7 @@
|
|
|
32
112
|
|
|
33
113
|
/* stylelint-disable */
|
|
34
114
|
.e-dropdownbase .e-list-item {
|
|
35
|
-
border-radius:
|
|
115
|
+
border-radius: calc(var(--e-radius) * 0.375) !important;
|
|
36
116
|
}
|
|
37
117
|
|
|
38
118
|
.e-dropdownbase {
|
|
@@ -80,7 +160,7 @@
|
|
|
80
160
|
.e-popup.e-mention .e-dropdownbase.e-nodata {
|
|
81
161
|
color: var(--color-sf-content-text-color);
|
|
82
162
|
cursor: default;
|
|
83
|
-
font-family:
|
|
163
|
+
font-family: var(--e-font-family);
|
|
84
164
|
font-size: 14px;
|
|
85
165
|
padding: 14px 16px;
|
|
86
166
|
text-align: center;
|
|
@@ -108,7 +188,7 @@
|
|
|
108
188
|
.e-mention .e-mention-chip,
|
|
109
189
|
.e-mention .e-mention-chip:hover {
|
|
110
190
|
background: var(--color-sf-content-bg-color-alt2);
|
|
111
|
-
border-radius:
|
|
191
|
+
border-radius: calc(var(--e-radius) * 0.125);
|
|
112
192
|
border: none;
|
|
113
193
|
color: var(--color-sf-primary);
|
|
114
194
|
cursor: default;
|
|
@@ -176,7 +256,7 @@
|
|
|
176
256
|
border-bottom: 0;
|
|
177
257
|
border-color: var(--color-sf-border-light);
|
|
178
258
|
color: var(--color-sf-content-text-color);
|
|
179
|
-
font-family:
|
|
259
|
+
font-family: var(--e-font-family);
|
|
180
260
|
font-size: 14px;
|
|
181
261
|
line-height: 32px;
|
|
182
262
|
min-height: 32px;
|
|
@@ -190,9 +270,9 @@
|
|
|
190
270
|
.e-fixed-head {
|
|
191
271
|
border-color: var(--color-sf-border-light);
|
|
192
272
|
color: var(--color-sf-content-text-color-alt2);
|
|
193
|
-
font-family:
|
|
273
|
+
font-family: var(--e-font-family);
|
|
194
274
|
font-size: 12px;
|
|
195
|
-
font-weight:
|
|
275
|
+
font-weight: 500;
|
|
196
276
|
line-height: 32px;
|
|
197
277
|
min-height: 32px;
|
|
198
278
|
padding-left: 12px;
|
|
@@ -249,9 +329,9 @@
|
|
|
249
329
|
border-style: solid;
|
|
250
330
|
border-width: 0 0 1px 0;
|
|
251
331
|
color: var(--color-sf-content-text-color-alt2);
|
|
252
|
-
font-family:
|
|
332
|
+
font-family: var(--e-font-family);
|
|
253
333
|
font-size: 14px;
|
|
254
|
-
font-weight:
|
|
334
|
+
font-weight: 500;
|
|
255
335
|
text-indent: 10px;
|
|
256
336
|
}
|
|
257
337
|
|
|
@@ -307,7 +387,7 @@
|
|
|
307
387
|
border-bottom: 0;
|
|
308
388
|
border-color: var(--color-sf-border-light);
|
|
309
389
|
color: var(--color-sf-content-text-color);
|
|
310
|
-
font-family:
|
|
390
|
+
font-family: var(--e-font-family);
|
|
311
391
|
text-indent: 8px;
|
|
312
392
|
font-size: 14px;
|
|
313
393
|
padding-right: 16px;
|
|
@@ -606,6 +686,39 @@
|
|
|
606
686
|
color: var(--color-sf-danger) !important;
|
|
607
687
|
}
|
|
608
688
|
|
|
689
|
+
.e-underline.e-input-group.e-control-wrapper,
|
|
690
|
+
.e-underline.e-input-group,
|
|
691
|
+
.e-underline.e-input-group:not(.e-float-icon-left),
|
|
692
|
+
.e-underline.e-float-input,
|
|
693
|
+
.e-underline.e-float-input.e-control-wrapper,
|
|
694
|
+
.e-underline.e-input-group:not(.e-float-icon-left),
|
|
695
|
+
.e-underline.e-input-group.e-success:not(.e-float-icon-left),
|
|
696
|
+
.e-underline.e-input-group.e-warning:not(.e-float-icon-left),
|
|
697
|
+
.e-underline.e-input-group.e-error:not(.e-float-icon-left),
|
|
698
|
+
.e-underline.e-input-group.e-control-wrapper:not(.e-float-icon-left),
|
|
699
|
+
.e-underline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
|
|
700
|
+
.e-underline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
|
|
701
|
+
.e-underline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
|
|
702
|
+
border: 1px solid var(--color-sf-border-alt);
|
|
703
|
+
border-width: 0 0 1px 0;
|
|
704
|
+
padding-top: 1px;
|
|
705
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
.e-underline.e-input-group:not(.e-float-icon-left),
|
|
709
|
+
.e-underline.e-input-group.e-success:not(.e-float-icon-left),
|
|
710
|
+
.e-underline.e-input-group.e-warning:not(.e-float-icon-left),
|
|
711
|
+
.e-underline.e-input-group.e-error:not(.e-float-icon-left),
|
|
712
|
+
.e-underline.e-input-group.e-control-wrapper:not(.e-float-icon-left),
|
|
713
|
+
.e-underline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
|
|
714
|
+
.e-underline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
|
|
715
|
+
.e-underline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
|
|
716
|
+
border: 1px solid;
|
|
717
|
+
border-width: 0 0 1px 0;
|
|
718
|
+
padding-top: 1px;
|
|
719
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
720
|
+
}
|
|
721
|
+
|
|
609
722
|
/* stylelint-disable-line no-empty-source */
|
|
610
723
|
/* stylelint-disable property-no-vendor-prefix */
|
|
611
724
|
@-webkit-keyframes material-spinner-rotate {
|
|
@@ -686,7 +799,7 @@
|
|
|
686
799
|
|
|
687
800
|
.e-ddl.e-popup {
|
|
688
801
|
border: 0;
|
|
689
|
-
border-radius:
|
|
802
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
690
803
|
-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
691
804
|
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
692
805
|
margin-top: 4px;
|
|
@@ -694,7 +807,7 @@
|
|
|
694
807
|
|
|
695
808
|
.e-small .e-ddl.e-popup,
|
|
696
809
|
.e-small.e-ddl.e-popup {
|
|
697
|
-
border-radius:
|
|
810
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
698
811
|
margin-top: 2px;
|
|
699
812
|
}
|
|
700
813
|
|
|
@@ -718,6 +831,41 @@
|
|
|
718
831
|
padding: 4px 8px;
|
|
719
832
|
}
|
|
720
833
|
|
|
834
|
+
.e-bigger .e-ddl.e-popup,
|
|
835
|
+
.e-bigger.e-ddl.e-popup {
|
|
836
|
+
border-radius: calc(var(--e-radius) * 0.5);
|
|
837
|
+
margin-top: 8px;
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
.e-bigger.e-small .e-ddl.e-popup,
|
|
841
|
+
.e-small.e-bigger.e-ddl.e-popup {
|
|
842
|
+
border-radius: calc(var(--e-radius) * 0.5);
|
|
843
|
+
margin-top: 6px;
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
.e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
847
|
+
border-color: var(--color-sf-border-light);
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
.e-bigger .e-popup.e-ddl-device-filter {
|
|
851
|
+
margin-top: 0;
|
|
852
|
+
}
|
|
853
|
+
|
|
854
|
+
.e-bigger .e-ddl-device .e-input-group,
|
|
855
|
+
.e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
856
|
+
background: var(--color-sf-flyout-bg-color);
|
|
857
|
+
border-width: 0;
|
|
858
|
+
-webkit-box-shadow: none;
|
|
859
|
+
box-shadow: none;
|
|
860
|
+
margin-bottom: 0;
|
|
861
|
+
}
|
|
862
|
+
|
|
863
|
+
.e-bigger .e-ddl-device .e-input-group .e-back-icon,
|
|
864
|
+
.e-bigger .e-ddl-device .e-input-group input.e-input,
|
|
865
|
+
.e-bigger .e-ddl-device .e-input-group .e-clear-icon {
|
|
866
|
+
background-color: var(--color-sf-flyout-bg-color);
|
|
867
|
+
}
|
|
868
|
+
|
|
721
869
|
.e-ddl .e-search-icon::before {
|
|
722
870
|
content: "\e754";
|
|
723
871
|
}
|
|
@@ -740,10 +888,6 @@
|
|
|
740
888
|
border: 0 solid;
|
|
741
889
|
}
|
|
742
890
|
|
|
743
|
-
.e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper:not(.e-float-input):has(.e-float-line) {
|
|
744
|
-
margin-top: 24px;
|
|
745
|
-
}
|
|
746
|
-
|
|
747
891
|
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
748
892
|
display: block;
|
|
749
893
|
visibility: hidden;
|
|
@@ -1034,41 +1178,6 @@ ejs-dropdownlist {
|
|
|
1034
1178
|
min-height: 40px;
|
|
1035
1179
|
}
|
|
1036
1180
|
|
|
1037
|
-
.e-bigger .e-ddl.e-popup,
|
|
1038
|
-
.e-bigger.e-ddl.e-popup {
|
|
1039
|
-
border-radius: 8px;
|
|
1040
|
-
margin-top: 8px;
|
|
1041
|
-
}
|
|
1042
|
-
|
|
1043
|
-
.e-bigger.e-small .e-ddl.e-popup,
|
|
1044
|
-
.e-small.e-bigger.e-ddl.e-popup {
|
|
1045
|
-
border-radius: 8px;
|
|
1046
|
-
margin-top: 6px;
|
|
1047
|
-
}
|
|
1048
|
-
|
|
1049
|
-
.e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
1050
|
-
border-color: var(--color-sf-border-light);
|
|
1051
|
-
}
|
|
1052
|
-
|
|
1053
|
-
.e-bigger .e-popup.e-ddl-device-filter {
|
|
1054
|
-
margin-top: 0;
|
|
1055
|
-
}
|
|
1056
|
-
|
|
1057
|
-
.e-bigger .e-ddl-device .e-input-group,
|
|
1058
|
-
.e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
1059
|
-
background: var(--color-sf-flyout-bg-color);
|
|
1060
|
-
border-width: 0;
|
|
1061
|
-
-webkit-box-shadow: none;
|
|
1062
|
-
box-shadow: none;
|
|
1063
|
-
margin-bottom: 0;
|
|
1064
|
-
}
|
|
1065
|
-
|
|
1066
|
-
.e-bigger .e-ddl-device .e-input-group .e-back-icon,
|
|
1067
|
-
.e-bigger .e-ddl-device .e-input-group input.e-input,
|
|
1068
|
-
.e-bigger .e-ddl-device .e-input-group .e-clear-icon {
|
|
1069
|
-
background-color: var(--color-sf-flyout-bg-color);
|
|
1070
|
-
}
|
|
1071
|
-
|
|
1072
1181
|
/*! TreeView's theme wise override definitions and variables */
|
|
1073
1182
|
/* stylelint-disable */
|
|
1074
1183
|
/* stylelint-disable */
|
|
@@ -1180,7 +1289,7 @@ ejs-dropdownlist {
|
|
|
1180
1289
|
-webkit-box-align: center;
|
|
1181
1290
|
-ms-flex-align: center;
|
|
1182
1291
|
align-items: center;
|
|
1183
|
-
border-radius:
|
|
1292
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
1184
1293
|
-webkit-box-sizing: border-box;
|
|
1185
1294
|
box-sizing: border-box;
|
|
1186
1295
|
display: -webkit-inline-box;
|
|
@@ -1264,13 +1373,13 @@ ejs-dropdownlist {
|
|
|
1264
1373
|
.e-ddt.e-popup {
|
|
1265
1374
|
border: 1px solid var(--color-sf-border-light);
|
|
1266
1375
|
margin-top: 1px;
|
|
1267
|
-
border-radius:
|
|
1376
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
1268
1377
|
-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
1269
1378
|
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
1270
1379
|
position: absolute;
|
|
1271
1380
|
}
|
|
1272
1381
|
.e-ddt.e-popup .e-selectall-parent {
|
|
1273
|
-
border-bottom:
|
|
1382
|
+
border-bottom: 1 solid;
|
|
1274
1383
|
cursor: pointer;
|
|
1275
1384
|
display: block;
|
|
1276
1385
|
line-height: 22px;
|
|
@@ -1543,13 +1652,13 @@ ejs-dropdownlist {
|
|
|
1543
1652
|
}
|
|
1544
1653
|
|
|
1545
1654
|
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
1546
|
-
border-radius: 0
|
|
1655
|
+
border-radius: calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0);
|
|
1547
1656
|
border-right-width: 0;
|
|
1548
1657
|
}
|
|
1549
1658
|
|
|
1550
1659
|
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
1551
1660
|
border-left-width: 0;
|
|
1552
|
-
border-radius:
|
|
1661
|
+
border-radius: calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25);
|
|
1553
1662
|
border-right-width: 0;
|
|
1554
1663
|
}
|
|
1555
1664
|
|
|
@@ -1564,6 +1673,91 @@ ejs-dropdownlist {
|
|
|
1564
1673
|
height: 100%;
|
|
1565
1674
|
}
|
|
1566
1675
|
|
|
1676
|
+
.e-bigger.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1677
|
+
.e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1678
|
+
.e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1679
|
+
.e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1680
|
+
height: 20px;
|
|
1681
|
+
margin-top: -33px;
|
|
1682
|
+
right: 18px;
|
|
1683
|
+
width: 20px;
|
|
1684
|
+
}
|
|
1685
|
+
|
|
1686
|
+
.e-bigger.e-small.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1687
|
+
.e-bigger.e-small .e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1688
|
+
.e-bigger .e-small.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1689
|
+
.e-small .e-bigger.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
1690
|
+
height: 20px;
|
|
1691
|
+
margin-top: -35px;
|
|
1692
|
+
right: 45px;
|
|
1693
|
+
width: 20px;
|
|
1694
|
+
}
|
|
1695
|
+
|
|
1696
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1697
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1698
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1699
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1700
|
+
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1701
|
+
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1702
|
+
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1703
|
+
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
1704
|
+
margin-top: -32px;
|
|
1705
|
+
}
|
|
1706
|
+
|
|
1707
|
+
.e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1708
|
+
.e-bigger .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1709
|
+
height: 24px;
|
|
1710
|
+
width: 24px;
|
|
1711
|
+
}
|
|
1712
|
+
|
|
1713
|
+
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1714
|
+
.e-bigger .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
1715
|
+
margin-top: -40px;
|
|
1716
|
+
}
|
|
1717
|
+
|
|
1718
|
+
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1719
|
+
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1720
|
+
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1721
|
+
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1722
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1723
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1724
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1725
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1726
|
+
margin-top: -32px;
|
|
1727
|
+
right: 40px;
|
|
1728
|
+
}
|
|
1729
|
+
|
|
1730
|
+
.e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
1731
|
+
.e-bigger .e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
1732
|
+
margin-top: -44px;
|
|
1733
|
+
}
|
|
1734
|
+
|
|
1735
|
+
.e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
|
|
1736
|
+
.e-bigger .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
|
|
1737
|
+
height: 16px;
|
|
1738
|
+
width: 16px;
|
|
1739
|
+
}
|
|
1740
|
+
|
|
1741
|
+
.e-bigger.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
1742
|
+
.e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
1743
|
+
.e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
1744
|
+
.e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
|
|
1745
|
+
content: "\e208";
|
|
1746
|
+
font-size: 16px;
|
|
1747
|
+
height: 16px;
|
|
1748
|
+
padding: 0;
|
|
1749
|
+
text-align: center;
|
|
1750
|
+
vertical-align: middle;
|
|
1751
|
+
width: 16px;
|
|
1752
|
+
}
|
|
1753
|
+
|
|
1754
|
+
.e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
1755
|
+
.e-bigger .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
|
|
1756
|
+
font-size: 20px;
|
|
1757
|
+
height: 20px;
|
|
1758
|
+
width: 20px;
|
|
1759
|
+
}
|
|
1760
|
+
|
|
1567
1761
|
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
1568
1762
|
content: "\e729";
|
|
1569
1763
|
font-family: "e-icons";
|
|
@@ -1578,8 +1772,6 @@ ejs-dropdownlist {
|
|
|
1578
1772
|
}
|
|
1579
1773
|
|
|
1580
1774
|
.e-multi-select-wrapper .e-close-hooker::before {
|
|
1581
|
-
height: 18px;
|
|
1582
|
-
font-size: 18px;
|
|
1583
1775
|
content: "\e7e7";
|
|
1584
1776
|
cursor: pointer;
|
|
1585
1777
|
margin: auto;
|
|
@@ -1915,7 +2107,7 @@ ejs-dropdownlist {
|
|
|
1915
2107
|
.e-multi-select-wrapper input[type=text] {
|
|
1916
2108
|
background: none;
|
|
1917
2109
|
border: 0;
|
|
1918
|
-
font-family:
|
|
2110
|
+
font-family: var(--e-font-family);
|
|
1919
2111
|
font-size: 14px;
|
|
1920
2112
|
font-weight: normal;
|
|
1921
2113
|
height: 28px;
|
|
@@ -1929,7 +2121,7 @@ ejs-dropdownlist {
|
|
|
1929
2121
|
background: none;
|
|
1930
2122
|
border: 0;
|
|
1931
2123
|
color: inherit;
|
|
1932
|
-
font-family:
|
|
2124
|
+
font-family: var(--e-font-family);
|
|
1933
2125
|
font-size: 14px;
|
|
1934
2126
|
font-weight: normal;
|
|
1935
2127
|
height: 28px;
|
|
@@ -1964,7 +2156,7 @@ ejs-dropdownlist {
|
|
|
1964
2156
|
}
|
|
1965
2157
|
|
|
1966
2158
|
.e-multi-select-wrapper .e-delim-values {
|
|
1967
|
-
font-family:
|
|
2159
|
+
font-family: var(--e-font-family);
|
|
1968
2160
|
font-size: 14px;
|
|
1969
2161
|
line-height: 28px;
|
|
1970
2162
|
max-width: 100%;
|
|
@@ -2122,7 +2314,7 @@ ejs-dropdownlist {
|
|
|
2122
2314
|
}
|
|
2123
2315
|
|
|
2124
2316
|
.e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item {
|
|
2125
|
-
padding-right:
|
|
2317
|
+
padding-right: 15px;
|
|
2126
2318
|
}
|
|
2127
2319
|
|
|
2128
2320
|
.e-multi-select-list-wrapper .e-selectall-parent {
|
|
@@ -2141,12 +2333,12 @@ ejs-dropdownlist {
|
|
|
2141
2333
|
.e-rtl .e-multi-select-list-wrapper .e-selectall-parent,
|
|
2142
2334
|
.e-multi-select-list-wrapper.e-rtl .e-selectall-parent {
|
|
2143
2335
|
padding-left: 16px;
|
|
2144
|
-
padding-right:
|
|
2336
|
+
padding-right: 15px;
|
|
2145
2337
|
}
|
|
2146
2338
|
|
|
2147
2339
|
.e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
|
|
2148
2340
|
color: var(--color-sf-content-text-color);
|
|
2149
|
-
font-family:
|
|
2341
|
+
font-family: var(--e-font-family);
|
|
2150
2342
|
font-size: 14px;
|
|
2151
2343
|
}
|
|
2152
2344
|
|
|
@@ -2312,7 +2504,7 @@ ejs-multiselect {
|
|
|
2312
2504
|
|
|
2313
2505
|
.e-small .e-filled .e-multi-select-wrapper .e-chips,
|
|
2314
2506
|
.e-small.e-filled .e-multi-select-wrapper .e-chips {
|
|
2315
|
-
height: 16px;
|
|
2507
|
+
height: 16px 16px;
|
|
2316
2508
|
margin: 4px 4px 0 0;
|
|
2317
2509
|
padding-right: 8px;
|
|
2318
2510
|
}
|
|
@@ -2412,7 +2604,7 @@ ejs-multiselect {
|
|
|
2412
2604
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2413
2605
|
-webkit-text-fill-color: var(--color-sf-content-text-color);
|
|
2414
2606
|
color: var(--color-sf-content-text-color);
|
|
2415
|
-
font-family:
|
|
2607
|
+
font-family: var(--e-font-family);
|
|
2416
2608
|
font-size: 14px;
|
|
2417
2609
|
}
|
|
2418
2610
|
|
|
@@ -2427,7 +2619,7 @@ ejs-multiselect {
|
|
|
2427
2619
|
.e-multi-select-wrapper .e-chips {
|
|
2428
2620
|
background-color: var(--color-sf-chip-bg-color);
|
|
2429
2621
|
border: 1px solid var(--color-sf-chip-border-color);
|
|
2430
|
-
border-radius:
|
|
2622
|
+
border-radius: calc(var(--e-radius) * 0.375);
|
|
2431
2623
|
height: 22px;
|
|
2432
2624
|
}
|
|
2433
2625
|
|
|
@@ -2447,7 +2639,7 @@ ejs-multiselect {
|
|
|
2447
2639
|
|
|
2448
2640
|
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
2449
2641
|
background-color: var(--color-sf-primary);
|
|
2450
|
-
border-radius:
|
|
2642
|
+
border-radius: calc(var(--e-radius) * 0.375);
|
|
2451
2643
|
color: var(--color-sf-content-text-color);
|
|
2452
2644
|
height: 40px;
|
|
2453
2645
|
line-height: 40px;
|
|
@@ -2620,12 +2812,12 @@ ejs-multiselect {
|
|
|
2620
2812
|
}
|
|
2621
2813
|
|
|
2622
2814
|
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
2623
|
-
margin-top: -
|
|
2815
|
+
margin-top: -2.3em;
|
|
2624
2816
|
}
|
|
2625
2817
|
|
|
2626
2818
|
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
2627
2819
|
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2628
|
-
margin-top: -
|
|
2820
|
+
margin-top: -2.5em;
|
|
2629
2821
|
}
|
|
2630
2822
|
|
|
2631
2823
|
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
@@ -2813,7 +3005,7 @@ ejs-multiselect {
|
|
|
2813
3005
|
.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
|
|
2814
3006
|
.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
|
|
2815
3007
|
margin: 8px 8px 0 0;
|
|
2816
|
-
padding: 0 8px;
|
|
3008
|
+
padding: 0 8px 0 0;
|
|
2817
3009
|
}
|
|
2818
3010
|
|
|
2819
3011
|
.e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
|
|
@@ -2897,91 +3089,6 @@ ejs-multiselect {
|
|
|
2897
3089
|
height: 30px;
|
|
2898
3090
|
}
|
|
2899
3091
|
|
|
2900
|
-
.e-bigger.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2901
|
-
.e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2902
|
-
.e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2903
|
-
.e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
2904
|
-
height: 20px;
|
|
2905
|
-
margin-top: -33px;
|
|
2906
|
-
right: 18px;
|
|
2907
|
-
width: 20px;
|
|
2908
|
-
}
|
|
2909
|
-
|
|
2910
|
-
.e-bigger.e-small.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
2911
|
-
.e-bigger.e-small .e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
2912
|
-
.e-bigger .e-small.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
2913
|
-
.e-small .e-bigger.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
2914
|
-
height: 20px;
|
|
2915
|
-
margin-top: -35px;
|
|
2916
|
-
right: 45px;
|
|
2917
|
-
width: 20px;
|
|
2918
|
-
}
|
|
2919
|
-
|
|
2920
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2921
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2922
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2923
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2924
|
-
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
2925
|
-
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
2926
|
-
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
2927
|
-
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
2928
|
-
margin-top: -32px;
|
|
2929
|
-
}
|
|
2930
|
-
|
|
2931
|
-
.e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2932
|
-
.e-bigger .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
2933
|
-
height: 24px;
|
|
2934
|
-
width: 24px;
|
|
2935
|
-
}
|
|
2936
|
-
|
|
2937
|
-
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2938
|
-
.e-bigger .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
2939
|
-
margin-top: -40px;
|
|
2940
|
-
}
|
|
2941
|
-
|
|
2942
|
-
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
2943
|
-
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
2944
|
-
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
2945
|
-
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
2946
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2947
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2948
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2949
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
2950
|
-
margin-top: -32px;
|
|
2951
|
-
right: 40px;
|
|
2952
|
-
}
|
|
2953
|
-
|
|
2954
|
-
.e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2955
|
-
.e-bigger .e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
2956
|
-
margin-top: -44px;
|
|
2957
|
-
}
|
|
2958
|
-
|
|
2959
|
-
.e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
|
|
2960
|
-
.e-bigger .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
|
|
2961
|
-
height: 16px;
|
|
2962
|
-
width: 16px;
|
|
2963
|
-
}
|
|
2964
|
-
|
|
2965
|
-
.e-bigger.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
2966
|
-
.e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
2967
|
-
.e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
2968
|
-
.e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
|
|
2969
|
-
content: "\e208";
|
|
2970
|
-
font-size: 16px;
|
|
2971
|
-
height: 16px;
|
|
2972
|
-
padding: 0;
|
|
2973
|
-
text-align: center;
|
|
2974
|
-
vertical-align: middle;
|
|
2975
|
-
width: 16px;
|
|
2976
|
-
}
|
|
2977
|
-
|
|
2978
|
-
.e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
2979
|
-
.e-bigger .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
|
|
2980
|
-
font-size: 20px;
|
|
2981
|
-
height: 20px;
|
|
2982
|
-
width: 20px;
|
|
2983
|
-
}
|
|
2984
|
-
|
|
2985
3092
|
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2986
3093
|
height: 28px;
|
|
2987
3094
|
width: 28px;
|
|
@@ -3036,7 +3143,7 @@ ejs-multiselect {
|
|
|
3036
3143
|
.e-listbox-wrapper,
|
|
3037
3144
|
.e-listbox-container,
|
|
3038
3145
|
.e-listboxtool-wrapper {
|
|
3039
|
-
border-radius:
|
|
3146
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
3040
3147
|
}
|
|
3041
3148
|
.e-listbox-wrapper .e-list-wrap:focus-visible, .e-listbox-wrapper:focus,
|
|
3042
3149
|
.e-listbox-container .e-list-wrap:focus-visible,
|
|
@@ -3129,9 +3236,9 @@ ejs-multiselect {
|
|
|
3129
3236
|
display: -webkit-box;
|
|
3130
3237
|
display: -ms-flexbox;
|
|
3131
3238
|
display: flex;
|
|
3132
|
-
font-weight:
|
|
3239
|
+
font-weight: 500;
|
|
3133
3240
|
height: 18px;
|
|
3134
|
-
padding:
|
|
3241
|
+
padding: 12px;
|
|
3135
3242
|
}
|
|
3136
3243
|
.e-listbox-wrapper .e-has-header > .e-view,
|
|
3137
3244
|
.e-listbox-container .e-has-header > .e-view,
|
|
@@ -3166,7 +3273,7 @@ ejs-multiselect {
|
|
|
3166
3273
|
cursor: pointer;
|
|
3167
3274
|
font-size: 12px;
|
|
3168
3275
|
position: absolute;
|
|
3169
|
-
right: 0
|
|
3276
|
+
right: 0;
|
|
3170
3277
|
top: 50%;
|
|
3171
3278
|
-webkit-transform: translateY(-50%);
|
|
3172
3279
|
transform: translateY(-50%);
|
|
@@ -3273,7 +3380,7 @@ ejs-multiselect {
|
|
|
3273
3380
|
.e-listbox-wrapper.e-rtl .e-icon-collapsible,
|
|
3274
3381
|
.e-listbox-container.e-rtl .e-icon-collapsible,
|
|
3275
3382
|
.e-listboxtool-wrapper.e-rtl .e-icon-collapsible {
|
|
3276
|
-
left: 0
|
|
3383
|
+
left: 0;
|
|
3277
3384
|
right: initial;
|
|
3278
3385
|
top: 50%;
|
|
3279
3386
|
-webkit-transform: translateY(-50%) rotate(180deg);
|
|
@@ -3355,6 +3462,7 @@ ejs-multiselect {
|
|
|
3355
3462
|
background-color: var(--color-sf-primary-border-color);
|
|
3356
3463
|
display: block;
|
|
3357
3464
|
border: 2px solid var(--color-sf-primary-border-color);
|
|
3465
|
+
height: 1px;
|
|
3358
3466
|
}
|
|
3359
3467
|
|
|
3360
3468
|
ejs-listbox {
|
|
@@ -3395,7 +3503,7 @@ ejs-listbox {
|
|
|
3395
3503
|
align-items: center;
|
|
3396
3504
|
background-color: var(--color-sf-primary-border-color);
|
|
3397
3505
|
border: 1px solid var(--color-sf-primary-text-color);
|
|
3398
|
-
border-radius:
|
|
3506
|
+
border-radius: 999px;
|
|
3399
3507
|
color: var(--color-sf-primary-text-color);
|
|
3400
3508
|
display: -webkit-box;
|
|
3401
3509
|
display: -ms-flexbox;
|
|
@@ -3490,12 +3598,12 @@ ejs-listbox {
|
|
|
3490
3598
|
padding: 6px 12px;
|
|
3491
3599
|
position: relative;
|
|
3492
3600
|
font-size: 14px;
|
|
3493
|
-
border-radius:
|
|
3601
|
+
border-radius: calc(var(--e-radius) * 0.25) !important; /* stylelint-disable-line declaration-no-important */
|
|
3494
3602
|
}
|
|
3495
3603
|
.e-listbox-wrapper .e-list-icon,
|
|
3496
3604
|
.e-listbox-container .e-list-icon,
|
|
3497
3605
|
.e-listboxtool-wrapper .e-listbox-wrapper .e-list-icon {
|
|
3498
|
-
display: inline
|
|
3606
|
+
display: inline;
|
|
3499
3607
|
vertical-align: middle;
|
|
3500
3608
|
width: auto;
|
|
3501
3609
|
height: auto;
|
|
@@ -3528,7 +3636,7 @@ ejs-listbox {
|
|
|
3528
3636
|
.e-listbox-wrapper,
|
|
3529
3637
|
.e-listbox-container,
|
|
3530
3638
|
.e-listboxtool-wrapper {
|
|
3531
|
-
font-family:
|
|
3639
|
+
font-family: var(--e-font-family);
|
|
3532
3640
|
font-size: 14px;
|
|
3533
3641
|
}
|
|
3534
3642
|
.e-listbox-wrapper .e-list-header,
|
|
@@ -3886,7 +3994,7 @@ ejs-listbox {
|
|
|
3886
3994
|
display: -webkit-box;
|
|
3887
3995
|
display: -ms-flexbox;
|
|
3888
3996
|
display: flex;
|
|
3889
|
-
font-weight:
|
|
3997
|
+
font-weight: 500;
|
|
3890
3998
|
height: 22px;
|
|
3891
3999
|
}
|
|
3892
4000
|
.e-bigger .e-listbox-wrapper .e-list-header .e-text.header,
|