@syncfusion/ej2-angular-dropdowns 20.2.40-ngcc → 20.2.43-3197
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/README.md +1 -1
- package/esm2020/public_api.mjs +3 -0
- package/esm2020/src/auto-complete/autocomplete-all.module.mjs +23 -0
- package/esm2020/src/auto-complete/autocomplete.component.mjs +121 -0
- package/esm2020/src/auto-complete/autocomplete.module.mjs +25 -0
- package/esm2020/src/combo-box/combobox-all.module.mjs +23 -0
- package/esm2020/src/combo-box/combobox.component.mjs +121 -0
- package/esm2020/src/combo-box/combobox.module.mjs +25 -0
- package/esm2020/src/drop-down-list/dropdownlist-all.module.mjs +23 -0
- package/esm2020/src/drop-down-list/dropdownlist.component.mjs +127 -0
- package/esm2020/src/drop-down-list/dropdownlist.module.mjs +25 -0
- package/esm2020/src/drop-down-tree/dropdowntree-all.module.mjs +23 -0
- package/esm2020/src/drop-down-tree/dropdowntree.component.mjs +115 -0
- package/esm2020/src/drop-down-tree/dropdowntree.module.mjs +25 -0
- package/esm2020/src/index.mjs +23 -0
- package/esm2020/src/list-box/listbox-all.module.mjs +23 -0
- package/esm2020/src/list-box/listbox.component.mjs +103 -0
- package/esm2020/src/list-box/listbox.module.mjs +25 -0
- package/esm2020/src/mention/mention-all.module.mjs +23 -0
- package/esm2020/src/mention/mention.component.mjs +84 -0
- package/esm2020/src/mention/mention.module.mjs +25 -0
- package/esm2020/src/multi-select/multiselect-all.module.mjs +29 -0
- package/esm2020/src/multi-select/multiselect.component.mjs +134 -0
- package/esm2020/src/multi-select/multiselect.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-dropdowns.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs +1052 -0
- package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs +1052 -0
- package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs.map +1 -0
- package/package.json +29 -15
- package/schematics/utils/lib-details.d.ts +3 -3
- package/schematics/utils/lib-details.js +3 -3
- package/schematics/utils/lib-details.ts +3 -3
- package/src/auto-complete/autocomplete-all.module.d.ts +6 -0
- package/src/auto-complete/autocomplete.component.d.ts +7 -4
- package/src/auto-complete/autocomplete.module.d.ts +6 -0
- package/src/combo-box/combobox-all.module.d.ts +6 -0
- package/src/combo-box/combobox.component.d.ts +7 -4
- package/src/combo-box/combobox.module.d.ts +6 -0
- package/src/drop-down-list/dropdownlist-all.module.d.ts +6 -0
- package/src/drop-down-list/dropdownlist.component.d.ts +5 -2
- package/src/drop-down-list/dropdownlist.module.d.ts +6 -0
- package/src/drop-down-tree/dropdowntree-all.module.d.ts +6 -0
- package/src/drop-down-tree/dropdowntree.component.d.ts +3 -0
- package/src/drop-down-tree/dropdowntree.module.d.ts +6 -0
- package/src/index.d.ts +3 -0
- package/src/list-box/listbox-all.module.d.ts +6 -0
- package/src/list-box/listbox.component.d.ts +4 -1
- package/src/list-box/listbox.module.d.ts +6 -0
- package/src/mention/mention-all.module.d.ts +11 -0
- package/src/mention/mention.component.d.ts +57 -0
- package/src/mention/mention.module.d.ts +11 -0
- package/src/multi-select/multiselect-all.module.d.ts +6 -0
- package/src/multi-select/multiselect.component.d.ts +3 -0
- package/src/multi-select/multiselect.module.d.ts +6 -0
- package/styles/auto-complete/_all.scss +1 -0
- package/styles/auto-complete/_bootstrap-dark-definition.scss +3 -0
- package/styles/auto-complete/_bootstrap-definition.scss +2 -0
- package/styles/auto-complete/_bootstrap4-definition.scss +11 -0
- package/styles/auto-complete/_bootstrap5-dark-definition.scss +1 -0
- package/styles/auto-complete/_bootstrap5-definition.scss +2 -0
- package/styles/auto-complete/_fabric-dark-definition.scss +2 -0
- package/styles/auto-complete/_fabric-definition.scss +2 -0
- package/styles/auto-complete/_fluent-dark-definition.scss +1 -0
- package/styles/auto-complete/_fluent-definition.scss +2 -0
- package/styles/auto-complete/_fusionnew-definition.scss +2 -0
- package/styles/auto-complete/_highcontrast-definition.scss +2 -0
- package/styles/auto-complete/_highcontrast-light-definition.scss +2 -0
- package/styles/auto-complete/_material-dark-definition.scss +2 -0
- package/styles/auto-complete/_material-definition.scss +2 -0
- package/styles/auto-complete/_material3-definition.scss +2 -0
- package/styles/auto-complete/_tailwind-dark-definition.scss +1 -0
- package/styles/auto-complete/_tailwind-definition.scss +2 -0
- package/styles/auto-complete/bootstrap-dark.css +3 -1
- package/styles/auto-complete/bootstrap-dark.scss +4 -1
- package/styles/auto-complete/bootstrap.css +3 -1
- package/styles/auto-complete/bootstrap.scss +4 -1
- package/styles/auto-complete/bootstrap4.css +3 -1
- package/styles/auto-complete/bootstrap4.scss +4 -1
- package/styles/auto-complete/bootstrap5-dark.css +3 -1
- package/styles/auto-complete/bootstrap5-dark.scss +4 -1
- package/styles/auto-complete/bootstrap5.css +3 -1
- package/styles/auto-complete/bootstrap5.scss +4 -1
- package/styles/auto-complete/fabric-dark.css +3 -1
- package/styles/auto-complete/fabric-dark.scss +4 -1
- package/styles/auto-complete/fabric.css +3 -1
- package/styles/auto-complete/fabric.scss +4 -1
- package/styles/auto-complete/fluent-dark.css +3 -1
- package/styles/auto-complete/fluent-dark.scss +4 -1
- package/styles/auto-complete/fluent.css +3 -1
- package/styles/auto-complete/fluent.scss +4 -1
- package/styles/auto-complete/highcontrast-light.css +3 -1
- package/styles/auto-complete/highcontrast-light.scss +4 -1
- package/styles/auto-complete/highcontrast.css +3 -1
- package/styles/auto-complete/highcontrast.scss +4 -1
- package/styles/auto-complete/material-dark.css +3 -1
- package/styles/auto-complete/material-dark.scss +4 -1
- package/styles/auto-complete/material.css +3 -1
- package/styles/auto-complete/material.scss +4 -1
- package/styles/auto-complete/tailwind-dark.css +3 -1
- package/styles/auto-complete/tailwind-dark.scss +4 -1
- package/styles/auto-complete/tailwind.css +3 -1
- package/styles/auto-complete/tailwind.scss +4 -1
- package/styles/bootstrap-dark.css +121 -44
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +121 -44
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +134 -55
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +135 -50
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +135 -50
- package/styles/bootstrap5.scss +1 -0
- package/styles/combo-box/_all.scss +1 -0
- package/styles/combo-box/_bootstrap-dark-definition.scss +2 -0
- package/styles/combo-box/_bootstrap-definition.scss +2 -0
- package/styles/combo-box/_bootstrap4-definition.scss +11 -0
- package/styles/combo-box/_bootstrap5-dark-definition.scss +1 -0
- package/styles/combo-box/_bootstrap5-definition.scss +2 -0
- package/styles/combo-box/_fabric-dark-definition.scss +2 -0
- package/styles/combo-box/_fabric-definition.scss +2 -0
- package/styles/combo-box/_fluent-dark-definition.scss +1 -0
- package/styles/combo-box/_fluent-definition.scss +2 -0
- package/styles/combo-box/_fusionnew-definition.scss +2 -0
- package/styles/combo-box/_highcontrast-definition.scss +2 -0
- package/styles/combo-box/_highcontrast-light-definition.scss +3 -0
- package/styles/combo-box/_material-dark-definition.scss +2 -0
- package/styles/combo-box/_material-definition.scss +2 -0
- package/styles/combo-box/_material3-definition.scss +2 -0
- package/styles/combo-box/_tailwind-dark-definition.scss +1 -0
- package/styles/combo-box/_tailwind-definition.scss +2 -0
- package/styles/combo-box/bootstrap-dark.css +3 -1
- package/styles/combo-box/bootstrap-dark.scss +4 -1
- package/styles/combo-box/bootstrap.css +3 -1
- package/styles/combo-box/bootstrap.scss +4 -1
- package/styles/combo-box/bootstrap4.css +3 -1
- package/styles/combo-box/bootstrap4.scss +4 -1
- package/styles/combo-box/bootstrap5-dark.css +3 -1
- package/styles/combo-box/bootstrap5-dark.scss +4 -1
- package/styles/combo-box/bootstrap5.css +3 -1
- package/styles/combo-box/bootstrap5.scss +4 -1
- package/styles/combo-box/fabric-dark.css +3 -1
- package/styles/combo-box/fabric-dark.scss +4 -1
- package/styles/combo-box/fabric.css +3 -1
- package/styles/combo-box/fabric.scss +4 -1
- package/styles/combo-box/fluent-dark.css +3 -1
- package/styles/combo-box/fluent-dark.scss +4 -1
- package/styles/combo-box/fluent.css +3 -1
- package/styles/combo-box/fluent.scss +4 -1
- package/styles/combo-box/highcontrast-light.css +3 -1
- package/styles/combo-box/highcontrast-light.scss +4 -1
- package/styles/combo-box/highcontrast.css +3 -1
- package/styles/combo-box/highcontrast.scss +4 -1
- package/styles/combo-box/material-dark.css +3 -1
- package/styles/combo-box/material-dark.scss +4 -1
- package/styles/combo-box/material.css +3 -1
- package/styles/combo-box/material.scss +4 -1
- package/styles/combo-box/tailwind-dark.css +3 -1
- package/styles/combo-box/tailwind-dark.scss +4 -1
- package/styles/combo-box/tailwind.css +3 -1
- package/styles/combo-box/tailwind.scss +4 -1
- package/styles/drop-down-base/_all.scss +2 -0
- package/styles/drop-down-base/_bootstrap-dark-definition.scss +83 -0
- package/styles/drop-down-base/_bootstrap-definition.scss +83 -0
- package/styles/drop-down-base/_bootstrap4-definition.scss +98 -0
- package/styles/drop-down-base/_bootstrap5-dark-definition.scss +1 -0
- package/styles/drop-down-base/_bootstrap5-definition.scss +117 -0
- package/styles/drop-down-base/_definition.scss +23 -0
- package/styles/drop-down-base/_fabric-dark-definition.scss +86 -0
- package/styles/drop-down-base/_fabric-definition.scss +84 -0
- package/styles/drop-down-base/_fluent-dark-definition.scss +1 -0
- package/styles/drop-down-base/_fluent-definition.scss +121 -0
- package/styles/drop-down-base/_fusionnew-definition.scss +117 -0
- package/styles/drop-down-base/_highcontrast-definition.scss +105 -0
- package/styles/drop-down-base/_highcontrast-light-definition.scss +105 -0
- package/styles/drop-down-base/_layout.scss +193 -0
- package/styles/drop-down-base/_material-dark-definition.scss +86 -0
- package/styles/drop-down-base/_material-definition.scss +85 -0
- package/styles/drop-down-base/_material3-definition.scss +117 -0
- package/styles/drop-down-base/_tailwind-dark-definition.scss +1 -0
- package/styles/drop-down-base/_tailwind-definition.scss +129 -0
- package/styles/drop-down-base/_theme.scss +328 -0
- package/styles/drop-down-base/bootstrap-dark.css +42 -1
- package/styles/drop-down-base/bootstrap-dark.scss +3 -1
- package/styles/drop-down-base/bootstrap.css +42 -1
- package/styles/drop-down-base/bootstrap.scss +3 -1
- package/styles/drop-down-base/bootstrap4.css +42 -1
- package/styles/drop-down-base/bootstrap4.scss +3 -1
- package/styles/drop-down-base/bootstrap5-dark.css +42 -1
- package/styles/drop-down-base/bootstrap5-dark.scss +3 -1
- package/styles/drop-down-base/bootstrap5.css +42 -1
- package/styles/drop-down-base/bootstrap5.scss +3 -1
- package/styles/drop-down-base/fabric-dark.css +42 -1
- package/styles/drop-down-base/fabric-dark.scss +3 -1
- package/styles/drop-down-base/fabric.css +42 -1
- package/styles/drop-down-base/fabric.scss +3 -1
- package/styles/drop-down-base/fluent-dark.css +42 -1
- package/styles/drop-down-base/fluent-dark.scss +3 -1
- package/styles/drop-down-base/fluent.css +42 -1
- package/styles/drop-down-base/fluent.scss +3 -1
- package/styles/drop-down-base/highcontrast-light.css +42 -1
- package/styles/drop-down-base/highcontrast-light.scss +3 -1
- package/styles/drop-down-base/highcontrast.css +42 -1
- package/styles/drop-down-base/highcontrast.scss +3 -1
- package/styles/drop-down-base/material-dark.css +42 -1
- package/styles/drop-down-base/material-dark.scss +3 -1
- package/styles/drop-down-base/material.css +42 -1
- package/styles/drop-down-base/material.scss +3 -1
- package/styles/drop-down-base/tailwind-dark.css +42 -1
- package/styles/drop-down-base/tailwind-dark.scss +3 -1
- package/styles/drop-down-base/tailwind.css +42 -1
- package/styles/drop-down-base/tailwind.scss +3 -1
- package/styles/drop-down-list/_all.scss +3 -0
- package/styles/drop-down-list/_bootstrap-dark-definition.scss +157 -0
- package/styles/drop-down-list/_bootstrap-definition.scss +156 -0
- package/styles/drop-down-list/_bootstrap4-definition.scss +191 -0
- package/styles/drop-down-list/_bootstrap5-dark-definition.scss +1 -0
- package/styles/drop-down-list/_bootstrap5-definition.scss +201 -0
- package/styles/drop-down-list/_fabric-dark-definition.scss +128 -0
- package/styles/drop-down-list/_fabric-definition.scss +124 -0
- package/styles/drop-down-list/_fluent-dark-definition.scss +1 -0
- package/styles/drop-down-list/_fluent-definition.scss +185 -0
- package/styles/drop-down-list/_fusionnew-definition.scss +201 -0
- package/styles/drop-down-list/_highcontrast-definition.scss +142 -0
- package/styles/drop-down-list/_highcontrast-light-definition.scss +144 -0
- package/styles/drop-down-list/_layout.scss +299 -0
- package/styles/drop-down-list/_material-dark-definition.scss +143 -0
- package/styles/drop-down-list/_material-definition.scss +167 -0
- package/styles/drop-down-list/_material3-definition.scss +201 -0
- package/styles/drop-down-list/_tailwind-dark-definition.scss +1 -0
- package/styles/drop-down-list/_tailwind-definition.scss +134 -0
- package/styles/drop-down-list/_theme.scss +10 -0
- package/styles/drop-down-list/bootstrap-dark.css +8 -0
- package/styles/drop-down-list/bootstrap-dark.scss +8 -1
- package/styles/drop-down-list/bootstrap.css +8 -0
- package/styles/drop-down-list/bootstrap.scss +8 -1
- package/styles/drop-down-list/bootstrap4.css +8 -0
- package/styles/drop-down-list/bootstrap4.scss +8 -1
- package/styles/drop-down-list/bootstrap5-dark.css +9 -0
- package/styles/drop-down-list/bootstrap5-dark.scss +8 -1
- package/styles/drop-down-list/bootstrap5.css +9 -0
- package/styles/drop-down-list/bootstrap5.scss +8 -1
- package/styles/drop-down-list/fabric-dark.css +8 -0
- package/styles/drop-down-list/fabric-dark.scss +8 -1
- package/styles/drop-down-list/fabric.css +8 -0
- package/styles/drop-down-list/fabric.scss +8 -1
- package/styles/drop-down-list/fluent-dark.css +9 -0
- package/styles/drop-down-list/fluent-dark.scss +8 -1
- package/styles/drop-down-list/fluent.css +9 -0
- package/styles/drop-down-list/fluent.scss +8 -1
- package/styles/drop-down-list/highcontrast-light.css +8 -0
- package/styles/drop-down-list/highcontrast-light.scss +8 -1
- package/styles/drop-down-list/highcontrast.css +8 -0
- package/styles/drop-down-list/highcontrast.scss +8 -1
- package/styles/drop-down-list/icons/_bootstrap-dark.scss +14 -0
- package/styles/drop-down-list/icons/_bootstrap.scss +14 -0
- package/styles/drop-down-list/icons/_bootstrap4.scss +14 -0
- package/styles/drop-down-list/icons/_bootstrap5-dark.scss +1 -0
- package/styles/drop-down-list/icons/_bootstrap5.scss +14 -0
- package/styles/drop-down-list/icons/_fabric-dark.scss +14 -0
- package/styles/drop-down-list/icons/_fabric.scss +14 -0
- package/styles/drop-down-list/icons/_fluent-dark.scss +1 -0
- package/styles/drop-down-list/icons/_fluent.scss +14 -0
- package/styles/drop-down-list/icons/_fusionnew.scss +14 -0
- package/styles/drop-down-list/icons/_highcontrast-light.scss +14 -0
- package/styles/drop-down-list/icons/_highcontrast.scss +14 -0
- package/styles/drop-down-list/icons/_material-dark.scss +14 -0
- package/styles/drop-down-list/icons/_material.scss +14 -0
- package/styles/drop-down-list/icons/_material3.scss +14 -0
- package/styles/drop-down-list/icons/_tailwind-dark.scss +1 -0
- package/styles/drop-down-list/icons/_tailwind.scss +14 -0
- package/styles/drop-down-list/material-dark.css +8 -0
- package/styles/drop-down-list/material-dark.scss +8 -1
- package/styles/drop-down-list/material.css +8 -0
- package/styles/drop-down-list/material.scss +8 -1
- package/styles/drop-down-list/tailwind-dark.css +9 -0
- package/styles/drop-down-list/tailwind-dark.scss +8 -1
- package/styles/drop-down-list/tailwind.css +9 -0
- package/styles/drop-down-list/tailwind.scss +8 -1
- package/styles/drop-down-tree/_all.scss +2 -0
- package/styles/drop-down-tree/_bootstrap-dark-definition.scss +72 -0
- package/styles/drop-down-tree/_bootstrap-definition.scss +71 -0
- package/styles/drop-down-tree/_bootstrap4-definition.scss +72 -0
- package/styles/drop-down-tree/_bootstrap5-dark-definition.scss +1 -0
- package/styles/drop-down-tree/_bootstrap5-definition.scss +60 -0
- package/styles/drop-down-tree/_fabric-dark-definition.scss +72 -0
- package/styles/drop-down-tree/_fabric-definition.scss +72 -0
- package/styles/drop-down-tree/_fluent-dark-definition.scss +1 -0
- package/styles/drop-down-tree/_fluent-definition.scss +66 -0
- package/styles/drop-down-tree/_fusionnew-definition.scss +60 -0
- package/styles/drop-down-tree/_highcontrast-definition.scss +72 -0
- package/styles/drop-down-tree/_highcontrast-light-definition.scss +72 -0
- package/styles/drop-down-tree/_layout.scss +1386 -0
- package/styles/drop-down-tree/_material-dark-definition.scss +73 -0
- package/styles/drop-down-tree/_material-definition.scss +73 -0
- package/styles/drop-down-tree/_material3-definition.scss +60 -0
- package/styles/drop-down-tree/_tailwind-dark-definition.scss +1 -0
- package/styles/drop-down-tree/_tailwind-definition.scss +61 -0
- package/styles/drop-down-tree/_theme.scss +120 -0
- package/styles/drop-down-tree/bootstrap-dark.css +4 -0
- package/styles/drop-down-tree/bootstrap-dark.scss +9 -1
- package/styles/drop-down-tree/bootstrap.css +4 -0
- package/styles/drop-down-tree/bootstrap.scss +9 -1
- package/styles/drop-down-tree/bootstrap4.css +4 -0
- package/styles/drop-down-tree/bootstrap4.scss +9 -1
- package/styles/drop-down-tree/bootstrap5-dark.css +9 -1
- package/styles/drop-down-tree/bootstrap5-dark.scss +9 -1
- package/styles/drop-down-tree/bootstrap5.css +9 -1
- package/styles/drop-down-tree/bootstrap5.scss +9 -1
- package/styles/drop-down-tree/fabric-dark.css +4 -0
- package/styles/drop-down-tree/fabric-dark.scss +9 -1
- package/styles/drop-down-tree/fabric.css +4 -0
- package/styles/drop-down-tree/fabric.scss +9 -1
- package/styles/drop-down-tree/fluent-dark.css +5 -0
- package/styles/drop-down-tree/fluent-dark.scss +9 -1
- package/styles/drop-down-tree/fluent.css +5 -0
- package/styles/drop-down-tree/fluent.scss +9 -1
- package/styles/drop-down-tree/highcontrast-light.css +4 -0
- package/styles/drop-down-tree/highcontrast-light.scss +9 -1
- package/styles/drop-down-tree/highcontrast.css +4 -0
- package/styles/drop-down-tree/highcontrast.scss +9 -1
- package/styles/drop-down-tree/icons/_bootstrap-dark.scss +11 -0
- package/styles/drop-down-tree/icons/_bootstrap.scss +11 -0
- package/styles/drop-down-tree/icons/_bootstrap4.scss +11 -0
- package/styles/drop-down-tree/icons/_bootstrap5-dark.scss +1 -0
- package/styles/drop-down-tree/icons/_bootstrap5.scss +11 -0
- package/styles/drop-down-tree/icons/_fabric-dark.scss +11 -0
- package/styles/drop-down-tree/icons/_fabric.scss +11 -0
- package/styles/drop-down-tree/icons/_fluent-dark.scss +1 -0
- package/styles/drop-down-tree/icons/_fluent.scss +11 -0
- package/styles/drop-down-tree/icons/_fusionnew.scss +11 -0
- package/styles/drop-down-tree/icons/_highcontrast-light.scss +11 -0
- package/styles/drop-down-tree/icons/_highcontrast.scss +11 -0
- package/styles/drop-down-tree/icons/_material-dark.scss +11 -0
- package/styles/drop-down-tree/icons/_material.scss +11 -0
- package/styles/drop-down-tree/icons/_material3.scss +11 -0
- package/styles/drop-down-tree/icons/_tailwind-dark.scss +11 -0
- package/styles/drop-down-tree/icons/_tailwind.scss +11 -0
- package/styles/drop-down-tree/material-dark.css +4 -0
- package/styles/drop-down-tree/material-dark.scss +9 -1
- package/styles/drop-down-tree/material.css +4 -0
- package/styles/drop-down-tree/material.scss +9 -1
- package/styles/drop-down-tree/tailwind-dark.css +5 -0
- package/styles/drop-down-tree/tailwind-dark.scss +9 -1
- package/styles/drop-down-tree/tailwind.css +5 -0
- package/styles/drop-down-tree/tailwind.scss +9 -1
- package/styles/fabric-dark.css +129 -52
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +129 -52
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +129 -47
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +129 -47
- package/styles/fluent.scss +1 -0
- package/styles/highcontrast-light.css +124 -44
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +133 -53
- package/styles/highcontrast.scss +1 -0
- package/styles/list-box/_all.scss +2 -0
- package/styles/list-box/_bootstrap-dark-definition.scss +125 -0
- package/styles/list-box/_bootstrap-definition.scss +118 -0
- package/styles/list-box/_bootstrap4-definition.scss +123 -0
- package/styles/list-box/_bootstrap5-dark-definition.scss +1 -0
- package/styles/list-box/_bootstrap5-definition.scss +121 -0
- package/styles/list-box/_fabric-dark-definition.scss +125 -0
- package/styles/list-box/_fabric-definition.scss +118 -0
- package/styles/list-box/_fluent-dark-definition.scss +1 -0
- package/styles/list-box/_fluent-definition.scss +121 -0
- package/styles/list-box/_fusionnew-definition.scss +114 -0
- package/styles/list-box/_highcontrast-definition.scss +118 -0
- package/styles/list-box/_highcontrast-light-definition.scss +125 -0
- package/styles/list-box/_layout.scss +534 -0
- package/styles/list-box/_material-dark-definition.scss +125 -0
- package/styles/list-box/_material-definition.scss +118 -0
- package/styles/list-box/_material3-definition.scss +120 -0
- package/styles/list-box/_tailwind-dark-definition.scss +1 -0
- package/styles/list-box/_tailwind-definition.scss +120 -0
- package/styles/list-box/_theme.scss +316 -0
- package/styles/list-box/bootstrap-dark.css +12 -33
- package/styles/list-box/bootstrap-dark.scss +5 -1
- package/styles/list-box/bootstrap.css +14 -35
- package/styles/list-box/bootstrap.scss +5 -1
- package/styles/list-box/bootstrap4.css +14 -35
- package/styles/list-box/bootstrap4.scss +5 -1
- package/styles/list-box/bootstrap5-dark.css +15 -36
- package/styles/list-box/bootstrap5-dark.scss +5 -1
- package/styles/list-box/bootstrap5.css +15 -36
- package/styles/list-box/bootstrap5.scss +5 -1
- package/styles/list-box/fabric-dark.css +12 -33
- package/styles/list-box/fabric-dark.scss +5 -1
- package/styles/list-box/fabric.css +14 -35
- package/styles/list-box/fabric.scss +5 -1
- package/styles/list-box/fluent-dark.css +15 -36
- package/styles/list-box/fluent-dark.scss +5 -1
- package/styles/list-box/fluent.css +15 -36
- package/styles/list-box/fluent.scss +5 -1
- package/styles/list-box/highcontrast-light.css +12 -33
- package/styles/list-box/highcontrast-light.scss +5 -1
- package/styles/list-box/highcontrast.css +14 -35
- package/styles/list-box/highcontrast.scss +5 -1
- package/styles/list-box/icons/_bootstrap-dark.scss +25 -0
- package/styles/list-box/icons/_bootstrap.scss +25 -0
- package/styles/list-box/icons/_bootstrap4.scss +25 -0
- package/styles/list-box/icons/_bootstrap5-dark.scss +1 -0
- package/styles/list-box/icons/_bootstrap5.scss +25 -0
- package/styles/list-box/icons/_fabric-dark.scss +25 -0
- package/styles/list-box/icons/_fabric.scss +25 -0
- package/styles/list-box/icons/_fluent-dark.scss +1 -0
- package/styles/list-box/icons/_fluent.scss +25 -0
- package/styles/list-box/icons/_fusionnew.scss +25 -0
- package/styles/list-box/icons/_highcontrast-light.scss +25 -0
- package/styles/list-box/icons/_highcontrast.scss +25 -0
- package/styles/list-box/icons/_material-dark.scss +25 -0
- package/styles/list-box/icons/_material.scss +25 -0
- package/styles/list-box/icons/_material3.scss +25 -0
- package/styles/list-box/icons/_tailwind-dark.scss +25 -0
- package/styles/list-box/icons/_tailwind.scss +25 -0
- package/styles/list-box/material-dark.css +12 -33
- package/styles/list-box/material-dark.scss +5 -1
- package/styles/list-box/material.css +14 -35
- package/styles/list-box/material.scss +5 -1
- package/styles/list-box/tailwind-dark.css +15 -36
- package/styles/list-box/tailwind-dark.scss +5 -1
- package/styles/list-box/tailwind.css +15 -36
- package/styles/list-box/tailwind.scss +5 -1
- package/styles/material-dark.css +120 -43
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +120 -43
- package/styles/material.scss +1 -0
- package/styles/mention/_all.scss +1 -0
- package/styles/mention/_bootstrap-dark-definition.scss +3 -0
- package/styles/mention/_bootstrap-definition.scss +3 -0
- package/styles/mention/_bootstrap4-definition.scss +3 -0
- package/styles/mention/_bootstrap5-dark-definition.scss +1 -0
- package/styles/mention/_bootstrap5-definition.scss +1 -0
- package/styles/mention/_fabric-dark-definition.scss +2 -0
- package/styles/mention/_fabric-definition.scss +3 -0
- package/styles/mention/_fluent-dark-definition.scss +1 -0
- package/styles/mention/_fluent-definition.scss +1 -0
- package/styles/mention/_fusionnew-definition.scss +1 -0
- package/styles/mention/_highcontrast-definition.scss +3 -0
- package/styles/mention/_highcontrast-light-definition.scss +3 -0
- package/styles/mention/_layout.scss +6 -0
- package/styles/mention/_material-dark-definition.scss +3 -0
- package/styles/mention/_material-definition.scss +3 -0
- package/styles/mention/_material3-definition.scss +1 -0
- package/styles/mention/_tailwind-dark-definition.scss +1 -0
- package/styles/mention/_tailwind-definition.scss +1 -0
- package/styles/mention/bootstrap-dark.css +29 -0
- package/styles/mention/bootstrap-dark.scss +6 -0
- package/styles/mention/bootstrap.css +29 -0
- package/styles/mention/bootstrap.scss +6 -0
- package/styles/mention/bootstrap4.css +47 -0
- package/styles/mention/bootstrap4.scss +6 -0
- package/styles/mention/bootstrap5-dark.css +58 -0
- package/styles/mention/bootstrap5-dark.scss +6 -0
- package/styles/mention/bootstrap5.css +58 -0
- package/styles/mention/bootstrap5.scss +6 -0
- package/styles/mention/fabric-dark.css +29 -0
- package/styles/mention/fabric-dark.scss +6 -0
- package/styles/mention/fabric.css +29 -0
- package/styles/mention/fabric.scss +6 -0
- package/styles/mention/fluent-dark.css +58 -0
- package/styles/mention/fluent-dark.scss +6 -0
- package/styles/mention/fluent.css +58 -0
- package/styles/mention/fluent.scss +6 -0
- package/styles/mention/highcontrast-light.css +43 -0
- package/styles/mention/highcontrast-light.scss +6 -0
- package/styles/mention/highcontrast.css +43 -0
- package/styles/mention/highcontrast.scss +6 -0
- package/styles/mention/material-dark.css +29 -0
- package/styles/mention/material-dark.scss +6 -0
- package/styles/mention/material.css +29 -0
- package/styles/mention/material.scss +6 -0
- package/styles/mention/tailwind-dark.css +68 -0
- package/styles/mention/tailwind-dark.scss +6 -0
- package/styles/mention/tailwind.css +68 -0
- package/styles/mention/tailwind.scss +6 -0
- package/styles/multi-select/_all.scss +2 -0
- package/styles/multi-select/_bootstrap-dark-definition.scss +196 -0
- package/styles/multi-select/_bootstrap-definition.scss +190 -0
- package/styles/multi-select/_bootstrap4-definition.scss +257 -0
- package/styles/multi-select/_bootstrap5-dark-definition.scss +1 -0
- package/styles/multi-select/_bootstrap5-definition.scss +227 -0
- package/styles/multi-select/_fabric-dark-definition.scss +185 -0
- package/styles/multi-select/_fabric-definition.scss +181 -0
- package/styles/multi-select/_fluent-dark-definition.scss +1 -0
- package/styles/multi-select/_fluent-definition.scss +238 -0
- package/styles/multi-select/_fusionnew-definition.scss +227 -0
- package/styles/multi-select/_highcontrast-definition.scss +294 -0
- package/styles/multi-select/_highcontrast-light-definition.scss +293 -0
- package/styles/multi-select/_layout.scss +2016 -0
- package/styles/multi-select/_material-dark-definition.scss +228 -0
- package/styles/multi-select/_material-definition.scss +221 -0
- package/styles/multi-select/_material3-definition.scss +226 -0
- package/styles/multi-select/_tailwind-dark-definition.scss +1 -0
- package/styles/multi-select/_tailwind-definition.scss +232 -0
- package/styles/multi-select/_theme.scss +492 -0
- package/styles/multi-select/bootstrap-dark.css +34 -8
- package/styles/multi-select/bootstrap-dark.scss +9 -1
- package/styles/multi-select/bootstrap.css +34 -8
- package/styles/multi-select/bootstrap.scss +9 -1
- package/styles/multi-select/bootstrap4.css +46 -19
- package/styles/multi-select/bootstrap4.scss +9 -1
- package/styles/multi-select/bootstrap5-dark.css +38 -11
- package/styles/multi-select/bootstrap5-dark.scss +9 -1
- package/styles/multi-select/bootstrap5.css +38 -11
- package/styles/multi-select/bootstrap5.scss +9 -1
- package/styles/multi-select/fabric-dark.css +42 -16
- package/styles/multi-select/fabric-dark.scss +9 -1
- package/styles/multi-select/fabric.css +42 -16
- package/styles/multi-select/fabric.scss +9 -1
- package/styles/multi-select/fluent-dark.css +36 -9
- package/styles/multi-select/fluent-dark.scss +9 -1
- package/styles/multi-select/fluent.css +36 -9
- package/styles/multi-select/fluent.scss +9 -1
- package/styles/multi-select/highcontrast-light.css +37 -8
- package/styles/multi-select/highcontrast-light.scss +9 -1
- package/styles/multi-select/highcontrast.css +46 -17
- package/styles/multi-select/highcontrast.scss +9 -1
- package/styles/multi-select/icons/_bootstrap-dark.scss +26 -0
- package/styles/multi-select/icons/_bootstrap.scss +26 -0
- package/styles/multi-select/icons/_bootstrap4.scss +37 -0
- package/styles/multi-select/icons/_bootstrap5-dark.scss +1 -0
- package/styles/multi-select/icons/_bootstrap5.scss +26 -0
- package/styles/multi-select/icons/_fabric-dark.scss +26 -0
- package/styles/multi-select/icons/_fabric.scss +26 -0
- package/styles/multi-select/icons/_fluent-dark.scss +1 -0
- package/styles/multi-select/icons/_fluent.scss +55 -0
- package/styles/multi-select/icons/_fusionnew.scss +26 -0
- package/styles/multi-select/icons/_highcontrast-light.scss +26 -0
- package/styles/multi-select/icons/_highcontrast.scss +26 -0
- package/styles/multi-select/icons/_material-dark.scss +693 -0
- package/styles/multi-select/icons/_material.scss +693 -0
- package/styles/multi-select/icons/_material3.scss +26 -0
- package/styles/multi-select/icons/_tailwind-dark.scss +1 -0
- package/styles/multi-select/icons/_tailwind.scss +26 -0
- package/styles/multi-select/material-dark.css +33 -7
- package/styles/multi-select/material-dark.scss +9 -1
- package/styles/multi-select/material.css +33 -7
- package/styles/multi-select/material.scss +9 -1
- package/styles/multi-select/tailwind-dark.css +38 -9
- package/styles/multi-select/tailwind-dark.scss +9 -1
- package/styles/multi-select/tailwind.css +38 -9
- package/styles/multi-select/tailwind.scss +9 -1
- package/styles/tailwind-dark.css +132 -47
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +132 -47
- package/styles/tailwind.scss +1 -0
- package/syncfusion-ej2-angular-dropdowns.d.ts +5 -0
- package/@syncfusion/ej2-angular-dropdowns.es5.js +0 -1264
- package/@syncfusion/ej2-angular-dropdowns.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-dropdowns.js +0 -1190
- package/@syncfusion/ej2-angular-dropdowns.js.map +0 -1
- package/CHANGELOG.md +0 -2347
- package/dist/ej2-angular-dropdowns.umd.js +0 -1327
- package/dist/ej2-angular-dropdowns.umd.js.map +0 -1
- package/dist/ej2-angular-dropdowns.umd.min.js +0 -11
- package/dist/ej2-angular-dropdowns.umd.min.js.map +0 -1
- package/ej2-angular-dropdowns.d.ts +0 -10
- package/ej2-angular-dropdowns.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
@keyframes material-spinner-rotate {
|
|
2
4
|
0% {
|
|
3
5
|
transform: rotate(0);
|
|
@@ -54,7 +56,7 @@
|
|
|
54
56
|
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
55
57
|
content: "\e7a7";
|
|
56
58
|
cursor: pointer;
|
|
57
|
-
left:
|
|
59
|
+
left: 0;
|
|
58
60
|
position: relative;
|
|
59
61
|
top: 8px;
|
|
60
62
|
}
|
|
@@ -62,7 +64,7 @@
|
|
|
62
64
|
.e-multi-select-wrapper .e-close-hooker::before {
|
|
63
65
|
content: "\e7a7";
|
|
64
66
|
cursor: pointer;
|
|
65
|
-
left:
|
|
67
|
+
left: 0;
|
|
66
68
|
position: relative;
|
|
67
69
|
top: 10px;
|
|
68
70
|
}
|
|
@@ -309,8 +311,12 @@
|
|
|
309
311
|
float: right;
|
|
310
312
|
font-family: "e-icons";
|
|
311
313
|
height: 26px;
|
|
312
|
-
margin:
|
|
313
|
-
width:
|
|
314
|
+
margin: 8px 8px 8px 8px;
|
|
315
|
+
width: auto;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
319
|
+
margin: 8px 0 8px 20px;
|
|
314
320
|
}
|
|
315
321
|
|
|
316
322
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
@@ -325,7 +331,7 @@
|
|
|
325
331
|
position: absolute;
|
|
326
332
|
right: 0;
|
|
327
333
|
top: 100%;
|
|
328
|
-
width:
|
|
334
|
+
width: auto;
|
|
329
335
|
}
|
|
330
336
|
|
|
331
337
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
@@ -352,12 +358,12 @@
|
|
|
352
358
|
border: 0;
|
|
353
359
|
font-family: inherit;
|
|
354
360
|
font-size: 14px;
|
|
355
|
-
font-weight:
|
|
361
|
+
font-weight: normal;
|
|
356
362
|
height: 28px;
|
|
357
363
|
min-height: 28px;
|
|
358
364
|
outline: none;
|
|
359
|
-
padding: 0;
|
|
360
|
-
text-indent:
|
|
365
|
+
padding: 0 0 0 10px;
|
|
366
|
+
text-indent: 0;
|
|
361
367
|
}
|
|
362
368
|
|
|
363
369
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
@@ -366,7 +372,7 @@
|
|
|
366
372
|
color: inherit;
|
|
367
373
|
font-family: inherit;
|
|
368
374
|
font-size: 14px;
|
|
369
|
-
font-weight:
|
|
375
|
+
font-weight: normal;
|
|
370
376
|
height: 28px;
|
|
371
377
|
min-height: 28px;
|
|
372
378
|
outline: none;
|
|
@@ -389,6 +395,7 @@
|
|
|
389
395
|
min-height: 38px;
|
|
390
396
|
}
|
|
391
397
|
|
|
398
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
392
399
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
393
400
|
display: none;
|
|
394
401
|
}
|
|
@@ -738,7 +745,7 @@ ejs-multiselect {
|
|
|
738
745
|
|
|
739
746
|
.e-small .e-multi-select-wrapper .e-chips-close {
|
|
740
747
|
height: 22px;
|
|
741
|
-
width:
|
|
748
|
+
width: auto;
|
|
742
749
|
}
|
|
743
750
|
|
|
744
751
|
.e-small .e-multi-select-wrapper {
|
|
@@ -757,7 +764,7 @@ ejs-multiselect {
|
|
|
757
764
|
|
|
758
765
|
.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
759
766
|
.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
760
|
-
margin-top: -
|
|
767
|
+
margin-top: -3em;
|
|
761
768
|
}
|
|
762
769
|
|
|
763
770
|
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
@@ -767,7 +774,7 @@ ejs-multiselect {
|
|
|
767
774
|
|
|
768
775
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
769
776
|
height: 26px;
|
|
770
|
-
width:
|
|
777
|
+
width: auto;
|
|
771
778
|
}
|
|
772
779
|
|
|
773
780
|
.e-bigger.e-small .e-multi-select-wrapper {
|
|
@@ -1021,6 +1028,20 @@ ejs-multiselect {
|
|
|
1021
1028
|
display: none;
|
|
1022
1029
|
}
|
|
1023
1030
|
|
|
1031
|
+
.e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
1032
|
+
margin-right: 0;
|
|
1033
|
+
}
|
|
1034
|
+
|
|
1035
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
|
|
1036
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
|
|
1037
|
+
cursor: not-allowed;
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
1041
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
|
|
1042
|
+
cursor: pointer;
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1024
1045
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
1025
1046
|
color: #fff;
|
|
1026
1047
|
}
|
|
@@ -1037,6 +1058,7 @@ ejs-multiselect {
|
|
|
1037
1058
|
box-sizing: border-box;
|
|
1038
1059
|
}
|
|
1039
1060
|
|
|
1061
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1040
1062
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1041
1063
|
-webkit-text-fill-color: #dadada;
|
|
1042
1064
|
color: #dadada;
|
|
@@ -1165,19 +1187,19 @@ ejs-multiselect {
|
|
|
1165
1187
|
border: 1px solid transparent;
|
|
1166
1188
|
}
|
|
1167
1189
|
|
|
1168
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1190
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1169
1191
|
color: #6f6c6c;
|
|
1170
1192
|
}
|
|
1171
1193
|
|
|
1172
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
1194
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1173
1195
|
color: #6f6c6c;
|
|
1174
1196
|
}
|
|
1175
1197
|
|
|
1176
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
1198
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1177
1199
|
color: #6f6c6c;
|
|
1178
1200
|
}
|
|
1179
1201
|
|
|
1180
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
1202
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1181
1203
|
color: #6f6c6c;
|
|
1182
1204
|
}
|
|
1183
1205
|
|
|
@@ -1214,6 +1236,10 @@ ejs-multiselect {
|
|
|
1214
1236
|
left: 7px;
|
|
1215
1237
|
}
|
|
1216
1238
|
|
|
1239
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
1240
|
+
left: -35px;
|
|
1241
|
+
}
|
|
1242
|
+
|
|
1217
1243
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
1218
1244
|
height: 26px;
|
|
1219
1245
|
}
|
|
@@ -1 +1,9 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/fabric-dark-definition.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/fabric-dark-definition.scss';
|
|
3
|
+
@import 'ej2-popups/styles/popup/fabric-dark-definition.scss';
|
|
4
|
+
@import 'ej2-popups/styles/spinner/fabric-dark-definition.scss';
|
|
5
|
+
@import 'ej2-buttons/styles/check-box/fabric-dark-definition.scss';
|
|
6
|
+
@import '../drop-down-base/fabric-dark-definition.scss';
|
|
7
|
+
@import 'fabric-dark-definition.scss';
|
|
8
|
+
@import 'icons/fabric-dark.scss';
|
|
9
|
+
@import 'all.scss';
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
@keyframes material-spinner-rotate {
|
|
2
4
|
0% {
|
|
3
5
|
transform: rotate(0);
|
|
@@ -54,7 +56,7 @@
|
|
|
54
56
|
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
55
57
|
content: "\e7a7";
|
|
56
58
|
cursor: pointer;
|
|
57
|
-
left:
|
|
59
|
+
left: 0;
|
|
58
60
|
position: relative;
|
|
59
61
|
top: 8px;
|
|
60
62
|
}
|
|
@@ -62,7 +64,7 @@
|
|
|
62
64
|
.e-multi-select-wrapper .e-close-hooker::before {
|
|
63
65
|
content: "\e7a7";
|
|
64
66
|
cursor: pointer;
|
|
65
|
-
left:
|
|
67
|
+
left: 0;
|
|
66
68
|
position: relative;
|
|
67
69
|
top: 10px;
|
|
68
70
|
}
|
|
@@ -309,8 +311,12 @@
|
|
|
309
311
|
float: right;
|
|
310
312
|
font-family: "e-icons";
|
|
311
313
|
height: 26px;
|
|
312
|
-
margin:
|
|
313
|
-
width:
|
|
314
|
+
margin: 8px 8px 8px 8px;
|
|
315
|
+
width: auto;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
319
|
+
margin: 8px 0 8px 20px;
|
|
314
320
|
}
|
|
315
321
|
|
|
316
322
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
@@ -325,7 +331,7 @@
|
|
|
325
331
|
position: absolute;
|
|
326
332
|
right: 0;
|
|
327
333
|
top: 100%;
|
|
328
|
-
width:
|
|
334
|
+
width: auto;
|
|
329
335
|
}
|
|
330
336
|
|
|
331
337
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
@@ -352,12 +358,12 @@
|
|
|
352
358
|
border: 0;
|
|
353
359
|
font-family: inherit;
|
|
354
360
|
font-size: 14px;
|
|
355
|
-
font-weight:
|
|
361
|
+
font-weight: normal;
|
|
356
362
|
height: 28px;
|
|
357
363
|
min-height: 28px;
|
|
358
364
|
outline: none;
|
|
359
|
-
padding: 0;
|
|
360
|
-
text-indent:
|
|
365
|
+
padding: 0 0 0 10px;
|
|
366
|
+
text-indent: 0;
|
|
361
367
|
}
|
|
362
368
|
|
|
363
369
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
@@ -366,7 +372,7 @@
|
|
|
366
372
|
color: inherit;
|
|
367
373
|
font-family: inherit;
|
|
368
374
|
font-size: 14px;
|
|
369
|
-
font-weight:
|
|
375
|
+
font-weight: normal;
|
|
370
376
|
height: 28px;
|
|
371
377
|
min-height: 28px;
|
|
372
378
|
outline: none;
|
|
@@ -389,6 +395,7 @@
|
|
|
389
395
|
min-height: 38px;
|
|
390
396
|
}
|
|
391
397
|
|
|
398
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
392
399
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
393
400
|
display: none;
|
|
394
401
|
}
|
|
@@ -738,7 +745,7 @@ ejs-multiselect {
|
|
|
738
745
|
|
|
739
746
|
.e-small .e-multi-select-wrapper .e-chips-close {
|
|
740
747
|
height: 22px;
|
|
741
|
-
width:
|
|
748
|
+
width: auto;
|
|
742
749
|
}
|
|
743
750
|
|
|
744
751
|
.e-small .e-multi-select-wrapper {
|
|
@@ -757,7 +764,7 @@ ejs-multiselect {
|
|
|
757
764
|
|
|
758
765
|
.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
759
766
|
.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
760
|
-
margin-top: -
|
|
767
|
+
margin-top: -3em;
|
|
761
768
|
}
|
|
762
769
|
|
|
763
770
|
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
@@ -767,7 +774,7 @@ ejs-multiselect {
|
|
|
767
774
|
|
|
768
775
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
769
776
|
height: 26px;
|
|
770
|
-
width:
|
|
777
|
+
width: auto;
|
|
771
778
|
}
|
|
772
779
|
|
|
773
780
|
.e-bigger.e-small .e-multi-select-wrapper {
|
|
@@ -1021,6 +1028,20 @@ ejs-multiselect {
|
|
|
1021
1028
|
display: none;
|
|
1022
1029
|
}
|
|
1023
1030
|
|
|
1031
|
+
.e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
1032
|
+
margin-right: 0;
|
|
1033
|
+
}
|
|
1034
|
+
|
|
1035
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
|
|
1036
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
|
|
1037
|
+
cursor: not-allowed;
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
1041
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
|
|
1042
|
+
cursor: pointer;
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1024
1045
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
1025
1046
|
color: #666;
|
|
1026
1047
|
}
|
|
@@ -1037,6 +1058,7 @@ ejs-multiselect {
|
|
|
1037
1058
|
box-sizing: border-box;
|
|
1038
1059
|
}
|
|
1039
1060
|
|
|
1061
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1040
1062
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1041
1063
|
-webkit-text-fill-color: #666;
|
|
1042
1064
|
color: #666;
|
|
@@ -1165,19 +1187,19 @@ ejs-multiselect {
|
|
|
1165
1187
|
border: 1px solid transparent;
|
|
1166
1188
|
}
|
|
1167
1189
|
|
|
1168
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1190
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1169
1191
|
color: #a6a6a6;
|
|
1170
1192
|
}
|
|
1171
1193
|
|
|
1172
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
1194
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1173
1195
|
color: #a6a6a6;
|
|
1174
1196
|
}
|
|
1175
1197
|
|
|
1176
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
1198
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1177
1199
|
color: #a6a6a6;
|
|
1178
1200
|
}
|
|
1179
1201
|
|
|
1180
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
1202
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1181
1203
|
color: #a6a6a6;
|
|
1182
1204
|
}
|
|
1183
1205
|
|
|
@@ -1214,6 +1236,10 @@ ejs-multiselect {
|
|
|
1214
1236
|
left: 7px;
|
|
1215
1237
|
}
|
|
1216
1238
|
|
|
1239
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
1240
|
+
left: -35px;
|
|
1241
|
+
}
|
|
1242
|
+
|
|
1217
1243
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
1218
1244
|
height: 26px;
|
|
1219
1245
|
}
|
|
@@ -1 +1,9 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/fabric-definition.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/fabric-definition.scss';
|
|
3
|
+
@import 'ej2-popups/styles/popup/fabric-definition.scss';
|
|
4
|
+
@import 'ej2-popups/styles/spinner/fabric-definition.scss';
|
|
5
|
+
@import 'ej2-buttons/styles/check-box/fabric-definition.scss';
|
|
6
|
+
@import '../drop-down-base/fabric-definition.scss';
|
|
7
|
+
@import 'fabric-definition.scss';
|
|
8
|
+
@import 'icons/fabric.scss';
|
|
9
|
+
@import 'all.scss';
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */
|
|
3
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
4
|
@keyframes material-spinner-rotate {
|
|
2
5
|
0% {
|
|
3
6
|
transform: rotate(0);
|
|
@@ -382,6 +385,10 @@
|
|
|
382
385
|
width: 14px;
|
|
383
386
|
}
|
|
384
387
|
|
|
388
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
389
|
+
margin: 0 0 0;
|
|
390
|
+
}
|
|
391
|
+
|
|
385
392
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
386
393
|
margin: 3px 0 0;
|
|
387
394
|
}
|
|
@@ -458,12 +465,12 @@
|
|
|
458
465
|
border: 0;
|
|
459
466
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
460
467
|
font-size: 14px;
|
|
461
|
-
font-weight:
|
|
468
|
+
font-weight: normal;
|
|
462
469
|
height: 30px;
|
|
463
470
|
min-height: 30px;
|
|
464
471
|
outline: none;
|
|
465
|
-
padding: 0;
|
|
466
|
-
text-indent:
|
|
472
|
+
padding: 0 0 0 8px;
|
|
473
|
+
text-indent: 0;
|
|
467
474
|
}
|
|
468
475
|
|
|
469
476
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
@@ -472,7 +479,7 @@
|
|
|
472
479
|
color: inherit;
|
|
473
480
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
474
481
|
font-size: 14px;
|
|
475
|
-
font-weight:
|
|
482
|
+
font-weight: normal;
|
|
476
483
|
height: 30px;
|
|
477
484
|
min-height: 30px;
|
|
478
485
|
outline: none;
|
|
@@ -495,6 +502,7 @@
|
|
|
495
502
|
min-height: 36px;
|
|
496
503
|
}
|
|
497
504
|
|
|
505
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
498
506
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
499
507
|
display: none;
|
|
500
508
|
}
|
|
@@ -1138,6 +1146,20 @@ ejs-multiselect {
|
|
|
1138
1146
|
display: none;
|
|
1139
1147
|
}
|
|
1140
1148
|
|
|
1149
|
+
.e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
1150
|
+
margin-right: 0;
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1153
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
|
|
1154
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
|
|
1155
|
+
cursor: not-allowed;
|
|
1156
|
+
}
|
|
1157
|
+
|
|
1158
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
1159
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
|
|
1160
|
+
cursor: pointer;
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1141
1163
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
1142
1164
|
color: #f3f2f1;
|
|
1143
1165
|
}
|
|
@@ -1154,6 +1176,7 @@ ejs-multiselect {
|
|
|
1154
1176
|
box-sizing: border-box;
|
|
1155
1177
|
}
|
|
1156
1178
|
|
|
1179
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1157
1180
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1158
1181
|
-webkit-text-fill-color: #f3f2f1;
|
|
1159
1182
|
color: #f3f2f1;
|
|
@@ -1299,19 +1322,19 @@ ejs-multiselect {
|
|
|
1299
1322
|
border: 0 solid transparent;
|
|
1300
1323
|
}
|
|
1301
1324
|
|
|
1302
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1325
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1303
1326
|
color: #a19f9d;
|
|
1304
1327
|
}
|
|
1305
1328
|
|
|
1306
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
1329
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1307
1330
|
color: #a19f9d;
|
|
1308
1331
|
}
|
|
1309
1332
|
|
|
1310
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
1333
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1311
1334
|
color: #a19f9d;
|
|
1312
1335
|
}
|
|
1313
1336
|
|
|
1314
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
1337
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1315
1338
|
color: #a19f9d;
|
|
1316
1339
|
}
|
|
1317
1340
|
|
|
@@ -1341,7 +1364,7 @@ ejs-multiselect {
|
|
|
1341
1364
|
}
|
|
1342
1365
|
|
|
1343
1366
|
.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1344
|
-
left:
|
|
1367
|
+
left: 0;
|
|
1345
1368
|
top: 2px;
|
|
1346
1369
|
font-size: 8px;
|
|
1347
1370
|
}
|
|
@@ -1350,6 +1373,10 @@ ejs-multiselect {
|
|
|
1350
1373
|
left: 0;
|
|
1351
1374
|
}
|
|
1352
1375
|
|
|
1376
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
1377
|
+
left: 0;
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1353
1380
|
.e-small .e-multi-select-wrapper .e-down-icon .e-close-hooker::before {
|
|
1354
1381
|
left: -2px;
|
|
1355
1382
|
}
|
|
@@ -1 +1,9 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/fluent-dark-definition.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/fluent-dark-definition.scss';
|
|
3
|
+
@import 'ej2-popups/styles/popup/fluent-dark-definition.scss';
|
|
4
|
+
@import 'ej2-popups/styles/spinner/fluent-dark-definition.scss';
|
|
5
|
+
@import 'ej2-buttons/styles/check-box/fluent-dark-definition.scss';
|
|
6
|
+
@import '../drop-down-base/fluent-dark-definition.scss';
|
|
7
|
+
@import 'fluent-dark-definition.scss';
|
|
8
|
+
@import 'icons/fluent-dark.scss';
|
|
9
|
+
@import 'all.scss';
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */
|
|
3
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
4
|
@keyframes material-spinner-rotate {
|
|
2
5
|
0% {
|
|
3
6
|
transform: rotate(0);
|
|
@@ -382,6 +385,10 @@
|
|
|
382
385
|
width: 14px;
|
|
383
386
|
}
|
|
384
387
|
|
|
388
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
389
|
+
margin: 0 0 0;
|
|
390
|
+
}
|
|
391
|
+
|
|
385
392
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
386
393
|
margin: 3px 0 0;
|
|
387
394
|
}
|
|
@@ -458,12 +465,12 @@
|
|
|
458
465
|
border: 0;
|
|
459
466
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
460
467
|
font-size: 14px;
|
|
461
|
-
font-weight:
|
|
468
|
+
font-weight: normal;
|
|
462
469
|
height: 30px;
|
|
463
470
|
min-height: 30px;
|
|
464
471
|
outline: none;
|
|
465
|
-
padding: 0;
|
|
466
|
-
text-indent:
|
|
472
|
+
padding: 0 0 0 8px;
|
|
473
|
+
text-indent: 0;
|
|
467
474
|
}
|
|
468
475
|
|
|
469
476
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
@@ -472,7 +479,7 @@
|
|
|
472
479
|
color: inherit;
|
|
473
480
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
474
481
|
font-size: 14px;
|
|
475
|
-
font-weight:
|
|
482
|
+
font-weight: normal;
|
|
476
483
|
height: 30px;
|
|
477
484
|
min-height: 30px;
|
|
478
485
|
outline: none;
|
|
@@ -495,6 +502,7 @@
|
|
|
495
502
|
min-height: 36px;
|
|
496
503
|
}
|
|
497
504
|
|
|
505
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
498
506
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
499
507
|
display: none;
|
|
500
508
|
}
|
|
@@ -1138,6 +1146,20 @@ ejs-multiselect {
|
|
|
1138
1146
|
display: none;
|
|
1139
1147
|
}
|
|
1140
1148
|
|
|
1149
|
+
.e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
1150
|
+
margin-right: 0;
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1153
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
|
|
1154
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
|
|
1155
|
+
cursor: not-allowed;
|
|
1156
|
+
}
|
|
1157
|
+
|
|
1158
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
1159
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
|
|
1160
|
+
cursor: pointer;
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1141
1163
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
1142
1164
|
color: #201f1e;
|
|
1143
1165
|
}
|
|
@@ -1154,6 +1176,7 @@ ejs-multiselect {
|
|
|
1154
1176
|
box-sizing: border-box;
|
|
1155
1177
|
}
|
|
1156
1178
|
|
|
1179
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1157
1180
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1158
1181
|
-webkit-text-fill-color: #201f1e;
|
|
1159
1182
|
color: #201f1e;
|
|
@@ -1299,19 +1322,19 @@ ejs-multiselect {
|
|
|
1299
1322
|
border: 0 solid transparent;
|
|
1300
1323
|
}
|
|
1301
1324
|
|
|
1302
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1325
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1303
1326
|
color: #605e5c;
|
|
1304
1327
|
}
|
|
1305
1328
|
|
|
1306
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
1329
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1307
1330
|
color: #605e5c;
|
|
1308
1331
|
}
|
|
1309
1332
|
|
|
1310
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
1333
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1311
1334
|
color: #605e5c;
|
|
1312
1335
|
}
|
|
1313
1336
|
|
|
1314
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
1337
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1315
1338
|
color: #605e5c;
|
|
1316
1339
|
}
|
|
1317
1340
|
|
|
@@ -1341,7 +1364,7 @@ ejs-multiselect {
|
|
|
1341
1364
|
}
|
|
1342
1365
|
|
|
1343
1366
|
.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1344
|
-
left:
|
|
1367
|
+
left: 0;
|
|
1345
1368
|
top: 2px;
|
|
1346
1369
|
font-size: 8px;
|
|
1347
1370
|
}
|
|
@@ -1350,6 +1373,10 @@ ejs-multiselect {
|
|
|
1350
1373
|
left: 0;
|
|
1351
1374
|
}
|
|
1352
1375
|
|
|
1376
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
1377
|
+
left: 0;
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1353
1380
|
.e-small .e-multi-select-wrapper .e-down-icon .e-close-hooker::before {
|
|
1354
1381
|
left: -2px;
|
|
1355
1382
|
}
|
|
@@ -1 +1,9 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/fluent-definition.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/fluent-definition.scss';
|
|
3
|
+
@import 'ej2-popups/styles/popup/fluent-definition.scss';
|
|
4
|
+
@import 'ej2-popups/styles/spinner/fluent-definition.scss';
|
|
5
|
+
@import 'ej2-buttons/styles/check-box/fluent-definition.scss';
|
|
6
|
+
@import '../drop-down-base/fluent-definition.scss';
|
|
7
|
+
@import 'fluent-definition.scss';
|
|
8
|
+
@import 'icons/fluent.scss';
|
|
9
|
+
@import 'all.scss';
|