@syncfusion/ej2-angular-dropdowns 20.2.40-ngcc → 20.2.43-1234
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
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
@include export-module('multiselect-material3-icons') {
|
|
2
|
+
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
+
content: '\e729';
|
|
4
|
+
font-family: 'e-icons';
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
8
|
+
content: '\e7e7';
|
|
9
|
+
cursor: pointer;
|
|
10
|
+
left: $ddl-chip-close-left;
|
|
11
|
+
position: relative;
|
|
12
|
+
top: $ddl-chip-close-top;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.e-multi-select-wrapper .e-close-hooker::before {
|
|
16
|
+
content: '\e7e7';
|
|
17
|
+
cursor: pointer;
|
|
18
|
+
left: $ddl-overall-close-left;
|
|
19
|
+
position: relative;
|
|
20
|
+
top: $ddl-overall-close-top;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
24
|
+
content: '';
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './tailwind.scss';
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
@include export-module('multiselect-tailwind-icons') {
|
|
2
|
+
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
+
content: '\e729';
|
|
4
|
+
font-family: 'e-icons';
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
8
|
+
content: '\e7e7';
|
|
9
|
+
cursor: pointer;
|
|
10
|
+
left: $ddl-chip-close-left;
|
|
11
|
+
position: relative;
|
|
12
|
+
top: $ddl-chip-close-top;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.e-multi-select-wrapper .e-close-hooker::before {
|
|
16
|
+
content: '\e7e7';
|
|
17
|
+
cursor: pointer;
|
|
18
|
+
left: $ddl-overall-close-left;
|
|
19
|
+
position: relative;
|
|
20
|
+
top: $ddl-overall-close-top;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
24
|
+
content: '';
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
@keyframes e-input-ripple {
|
|
3
4
|
100% {
|
|
4
5
|
opacity: 0;
|
|
5
6
|
transform: scale(4);
|
|
6
7
|
}
|
|
7
8
|
}
|
|
9
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
8
10
|
@keyframes material-spinner-rotate {
|
|
9
11
|
0% {
|
|
10
12
|
transform: rotate(0deg);
|
|
@@ -859,6 +861,10 @@
|
|
|
859
861
|
width: 16px;
|
|
860
862
|
}
|
|
861
863
|
|
|
864
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
865
|
+
margin: 0 0 0;
|
|
866
|
+
}
|
|
867
|
+
|
|
862
868
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
863
869
|
margin: 3px 0 0;
|
|
864
870
|
}
|
|
@@ -898,11 +904,11 @@
|
|
|
898
904
|
border: 0;
|
|
899
905
|
font-family: inherit;
|
|
900
906
|
font-size: 13px;
|
|
901
|
-
font-weight:
|
|
907
|
+
font-weight: normal;
|
|
902
908
|
height: 28px;
|
|
903
909
|
min-height: 28px;
|
|
904
910
|
outline: none;
|
|
905
|
-
padding: 0;
|
|
911
|
+
padding: 4px 0 4px 0;
|
|
906
912
|
text-indent: 0;
|
|
907
913
|
}
|
|
908
914
|
|
|
@@ -912,7 +918,7 @@
|
|
|
912
918
|
color: inherit;
|
|
913
919
|
font-family: inherit;
|
|
914
920
|
font-size: 14px;
|
|
915
|
-
font-weight:
|
|
921
|
+
font-weight: normal;
|
|
916
922
|
height: 28px;
|
|
917
923
|
min-height: 28px;
|
|
918
924
|
outline: none;
|
|
@@ -935,6 +941,7 @@
|
|
|
935
941
|
min-height: 34px;
|
|
936
942
|
}
|
|
937
943
|
|
|
944
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
938
945
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
939
946
|
display: none;
|
|
940
947
|
}
|
|
@@ -2056,6 +2063,20 @@ ejs-multiselect {
|
|
|
2056
2063
|
display: none;
|
|
2057
2064
|
}
|
|
2058
2065
|
|
|
2066
|
+
.e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
2067
|
+
margin-right: 0;
|
|
2068
|
+
}
|
|
2069
|
+
|
|
2070
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
|
|
2071
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
|
|
2072
|
+
cursor: not-allowed;
|
|
2073
|
+
}
|
|
2074
|
+
|
|
2075
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
2076
|
+
.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 {
|
|
2077
|
+
cursor: pointer;
|
|
2078
|
+
}
|
|
2079
|
+
|
|
2059
2080
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2060
2081
|
color: #fff;
|
|
2061
2082
|
}
|
|
@@ -2072,6 +2093,7 @@ ejs-multiselect {
|
|
|
2072
2093
|
box-sizing: border-box;
|
|
2073
2094
|
}
|
|
2074
2095
|
|
|
2096
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2075
2097
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2076
2098
|
-webkit-text-fill-color: #fff;
|
|
2077
2099
|
color: #fff;
|
|
@@ -2200,19 +2222,19 @@ ejs-multiselect {
|
|
|
2200
2222
|
border: 1px solid transparent;
|
|
2201
2223
|
}
|
|
2202
2224
|
|
|
2203
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
2225
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2204
2226
|
color: rgba(255, 255, 255, 0.42);
|
|
2205
2227
|
}
|
|
2206
2228
|
|
|
2207
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
2229
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2208
2230
|
color: rgba(255, 255, 255, 0.42);
|
|
2209
2231
|
}
|
|
2210
2232
|
|
|
2211
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
2233
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2212
2234
|
color: rgba(255, 255, 255, 0.42);
|
|
2213
2235
|
}
|
|
2214
2236
|
|
|
2215
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
2237
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2216
2238
|
color: rgba(255, 255, 255, 0.42);
|
|
2217
2239
|
}
|
|
2218
2240
|
|
|
@@ -2249,6 +2271,10 @@ ejs-multiselect {
|
|
|
2249
2271
|
left: 6px;
|
|
2250
2272
|
}
|
|
2251
2273
|
|
|
2274
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
2275
|
+
left: 6px;
|
|
2276
|
+
}
|
|
2277
|
+
|
|
2252
2278
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
2253
2279
|
height: 24px;
|
|
2254
2280
|
}
|
|
@@ -1 +1,9 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/material-dark-definition.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/material-dark-definition.scss';
|
|
3
|
+
@import 'ej2-popups/styles/popup/material-dark-definition.scss';
|
|
4
|
+
@import 'ej2-popups/styles/spinner/material-dark-definition.scss';
|
|
5
|
+
@import 'ej2-buttons/styles/check-box/material-dark-definition.scss';
|
|
6
|
+
@import '../drop-down-base/material-dark-definition.scss';
|
|
7
|
+
@import 'material-dark-definition.scss';
|
|
8
|
+
@import 'icons/material-dark.scss';
|
|
9
|
+
@import 'all.scss';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
@keyframes e-input-ripple {
|
|
3
4
|
100% {
|
|
4
5
|
opacity: 0;
|
|
@@ -13,6 +14,7 @@
|
|
|
13
14
|
transform: translate3d(0, 0, 0) scale(1);
|
|
14
15
|
}
|
|
15
16
|
}
|
|
17
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
16
18
|
@keyframes material-spinner-rotate {
|
|
17
19
|
0% {
|
|
18
20
|
transform: rotate(0deg);
|
|
@@ -867,6 +869,10 @@
|
|
|
867
869
|
width: 16px;
|
|
868
870
|
}
|
|
869
871
|
|
|
872
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
873
|
+
margin: 0 0 0;
|
|
874
|
+
}
|
|
875
|
+
|
|
870
876
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
871
877
|
margin: 3px 0 0;
|
|
872
878
|
}
|
|
@@ -906,11 +912,11 @@
|
|
|
906
912
|
border: 0;
|
|
907
913
|
font-family: inherit;
|
|
908
914
|
font-size: 13px;
|
|
909
|
-
font-weight:
|
|
915
|
+
font-weight: normal;
|
|
910
916
|
height: 28px;
|
|
911
917
|
min-height: 28px;
|
|
912
918
|
outline: none;
|
|
913
|
-
padding: 0;
|
|
919
|
+
padding: 4px 0 4px 0;
|
|
914
920
|
text-indent: 0;
|
|
915
921
|
}
|
|
916
922
|
|
|
@@ -920,7 +926,7 @@
|
|
|
920
926
|
color: inherit;
|
|
921
927
|
font-family: inherit;
|
|
922
928
|
font-size: 14px;
|
|
923
|
-
font-weight:
|
|
929
|
+
font-weight: normal;
|
|
924
930
|
height: 28px;
|
|
925
931
|
min-height: 28px;
|
|
926
932
|
outline: none;
|
|
@@ -943,6 +949,7 @@
|
|
|
943
949
|
min-height: 34px;
|
|
944
950
|
}
|
|
945
951
|
|
|
952
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
946
953
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
947
954
|
display: none;
|
|
948
955
|
}
|
|
@@ -2064,6 +2071,20 @@ ejs-multiselect {
|
|
|
2064
2071
|
display: none;
|
|
2065
2072
|
}
|
|
2066
2073
|
|
|
2074
|
+
.e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
2075
|
+
margin-right: 0;
|
|
2076
|
+
}
|
|
2077
|
+
|
|
2078
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
|
|
2079
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
|
|
2080
|
+
cursor: not-allowed;
|
|
2081
|
+
}
|
|
2082
|
+
|
|
2083
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
2084
|
+
.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 {
|
|
2085
|
+
cursor: pointer;
|
|
2086
|
+
}
|
|
2087
|
+
|
|
2067
2088
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2068
2089
|
color: #fff;
|
|
2069
2090
|
}
|
|
@@ -2080,6 +2101,7 @@ ejs-multiselect {
|
|
|
2080
2101
|
box-sizing: border-box;
|
|
2081
2102
|
}
|
|
2082
2103
|
|
|
2104
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2083
2105
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2084
2106
|
-webkit-text-fill-color: rgba(0, 0, 0, 0.87);
|
|
2085
2107
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -2208,19 +2230,19 @@ ejs-multiselect {
|
|
|
2208
2230
|
border: 1px solid transparent;
|
|
2209
2231
|
}
|
|
2210
2232
|
|
|
2211
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
2233
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2212
2234
|
color: rgba(0, 0, 0, 0.42);
|
|
2213
2235
|
}
|
|
2214
2236
|
|
|
2215
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
2237
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2216
2238
|
color: rgba(0, 0, 0, 0.42);
|
|
2217
2239
|
}
|
|
2218
2240
|
|
|
2219
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
2241
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2220
2242
|
color: rgba(0, 0, 0, 0.42);
|
|
2221
2243
|
}
|
|
2222
2244
|
|
|
2223
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
2245
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2224
2246
|
color: rgba(0, 0, 0, 0.42);
|
|
2225
2247
|
}
|
|
2226
2248
|
|
|
@@ -2257,6 +2279,10 @@ ejs-multiselect {
|
|
|
2257
2279
|
left: 6px;
|
|
2258
2280
|
}
|
|
2259
2281
|
|
|
2282
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
2283
|
+
left: 6px;
|
|
2284
|
+
}
|
|
2285
|
+
|
|
2260
2286
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
2261
2287
|
height: 22px;
|
|
2262
2288
|
}
|
|
@@ -1 +1,9 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/material-definition.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/material-definition.scss';
|
|
3
|
+
@import 'ej2-popups/styles/popup/material-definition.scss';
|
|
4
|
+
@import 'ej2-popups/styles/spinner/material-definition.scss';
|
|
5
|
+
@import 'ej2-buttons/styles/check-box/material-definition.scss';
|
|
6
|
+
@import '../drop-down-base/material-definition.scss';
|
|
7
|
+
@import 'material-definition.scss';
|
|
8
|
+
@import 'icons/material.scss';
|
|
9
|
+
@import 'all.scss';
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3
|
+
/* stylelint-disable-line no-empty-source */
|
|
4
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
5
|
@keyframes material-spinner-rotate {
|
|
3
6
|
0% {
|
|
4
7
|
transform: rotate(0);
|
|
@@ -221,6 +224,7 @@
|
|
|
221
224
|
-ms-flex-direction: row;
|
|
222
225
|
flex-direction: row;
|
|
223
226
|
margin-top: -2em;
|
|
227
|
+
margin-top: -1.45em;
|
|
224
228
|
outline: 0;
|
|
225
229
|
padding: 0;
|
|
226
230
|
position: absolute;
|
|
@@ -366,6 +370,10 @@
|
|
|
366
370
|
width: 16px;
|
|
367
371
|
}
|
|
368
372
|
|
|
373
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
374
|
+
margin: 0 0 0;
|
|
375
|
+
}
|
|
376
|
+
|
|
369
377
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
370
378
|
margin: 3px 0 0;
|
|
371
379
|
}
|
|
@@ -401,6 +409,7 @@
|
|
|
401
409
|
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
402
410
|
margin-top: -1.62em;
|
|
403
411
|
height: 36px;
|
|
412
|
+
margin-top: -2em;
|
|
404
413
|
width: 40px;
|
|
405
414
|
}
|
|
406
415
|
|
|
@@ -416,12 +425,12 @@
|
|
|
416
425
|
border: 0;
|
|
417
426
|
font-family: "Inter";
|
|
418
427
|
font-size: 14px;
|
|
419
|
-
font-weight:
|
|
428
|
+
font-weight: normal;
|
|
420
429
|
height: 28px;
|
|
421
430
|
min-height: 28px;
|
|
422
431
|
outline: none;
|
|
423
|
-
padding: 0;
|
|
424
|
-
text-indent:
|
|
432
|
+
padding: 4px 0 4px 12px;
|
|
433
|
+
text-indent: 0;
|
|
425
434
|
}
|
|
426
435
|
|
|
427
436
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
@@ -430,7 +439,7 @@
|
|
|
430
439
|
color: inherit;
|
|
431
440
|
font-family: "Inter";
|
|
432
441
|
font-size: 14px;
|
|
433
|
-
font-weight:
|
|
442
|
+
font-weight: normal;
|
|
434
443
|
height: 28px;
|
|
435
444
|
min-height: 28px;
|
|
436
445
|
outline: none;
|
|
@@ -454,6 +463,7 @@
|
|
|
454
463
|
min-height: 36px;
|
|
455
464
|
}
|
|
456
465
|
|
|
466
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
457
467
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
458
468
|
display: none;
|
|
459
469
|
}
|
|
@@ -470,7 +480,7 @@
|
|
|
470
480
|
|
|
471
481
|
.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
472
482
|
.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
473
|
-
width: calc(100% -
|
|
483
|
+
width: calc(100% - 50px);
|
|
474
484
|
}
|
|
475
485
|
|
|
476
486
|
.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
@@ -1104,6 +1114,20 @@ ejs-multiselect {
|
|
|
1104
1114
|
display: none;
|
|
1105
1115
|
}
|
|
1106
1116
|
|
|
1117
|
+
.e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
1118
|
+
margin-right: 0;
|
|
1119
|
+
}
|
|
1120
|
+
|
|
1121
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
|
|
1122
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
|
|
1123
|
+
cursor: not-allowed;
|
|
1124
|
+
}
|
|
1125
|
+
|
|
1126
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
1127
|
+
.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 {
|
|
1128
|
+
cursor: pointer;
|
|
1129
|
+
}
|
|
1130
|
+
|
|
1107
1131
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
1108
1132
|
color: #fff;
|
|
1109
1133
|
}
|
|
@@ -1120,6 +1144,7 @@ ejs-multiselect {
|
|
|
1120
1144
|
box-sizing: border-box;
|
|
1121
1145
|
}
|
|
1122
1146
|
|
|
1147
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1123
1148
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1124
1149
|
-webkit-text-fill-color: #fff;
|
|
1125
1150
|
color: #fff;
|
|
@@ -1231,19 +1256,19 @@ ejs-multiselect {
|
|
|
1231
1256
|
border: 0 solid transparent;
|
|
1232
1257
|
}
|
|
1233
1258
|
|
|
1234
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1259
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1235
1260
|
color: #6b7280;
|
|
1236
1261
|
}
|
|
1237
1262
|
|
|
1238
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
1263
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1239
1264
|
color: #6b7280;
|
|
1240
1265
|
}
|
|
1241
1266
|
|
|
1242
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
1267
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1243
1268
|
color: #6b7280;
|
|
1244
1269
|
}
|
|
1245
1270
|
|
|
1246
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
1271
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1247
1272
|
color: #6b7280;
|
|
1248
1273
|
}
|
|
1249
1274
|
|
|
@@ -1284,6 +1309,10 @@ ejs-multiselect {
|
|
|
1284
1309
|
left: 6px;
|
|
1285
1310
|
}
|
|
1286
1311
|
|
|
1312
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
1313
|
+
left: 6px;
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1287
1316
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
1288
1317
|
height: 26px;
|
|
1289
1318
|
}
|
|
@@ -1 +1,9 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/tailwind-dark-definition.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/tailwind-dark-definition.scss';
|
|
3
|
+
@import 'ej2-popups/styles/popup/tailwind-dark-definition.scss';
|
|
4
|
+
@import 'ej2-popups/styles/spinner/tailwind-dark-definition.scss';
|
|
5
|
+
@import 'ej2-buttons/styles/check-box/tailwind-dark-definition.scss';
|
|
6
|
+
@import '../drop-down-base/tailwind-dark-definition.scss';
|
|
7
|
+
@import 'tailwind-dark-definition.scss';
|
|
8
|
+
@import 'icons/tailwind-dark.scss';
|
|
9
|
+
@import 'all.scss';
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3
|
+
/* stylelint-disable-line no-empty-source */
|
|
4
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
5
|
@keyframes material-spinner-rotate {
|
|
3
6
|
0% {
|
|
4
7
|
transform: rotate(0);
|
|
@@ -221,6 +224,7 @@
|
|
|
221
224
|
-ms-flex-direction: row;
|
|
222
225
|
flex-direction: row;
|
|
223
226
|
margin-top: -2em;
|
|
227
|
+
margin-top: -1.45em;
|
|
224
228
|
outline: 0;
|
|
225
229
|
padding: 0;
|
|
226
230
|
position: absolute;
|
|
@@ -366,6 +370,10 @@
|
|
|
366
370
|
width: 16px;
|
|
367
371
|
}
|
|
368
372
|
|
|
373
|
+
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
374
|
+
margin: 0 0 0;
|
|
375
|
+
}
|
|
376
|
+
|
|
369
377
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
370
378
|
margin: 3px 0 0;
|
|
371
379
|
}
|
|
@@ -401,6 +409,7 @@
|
|
|
401
409
|
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
402
410
|
margin-top: -1.62em;
|
|
403
411
|
height: 36px;
|
|
412
|
+
margin-top: -2em;
|
|
404
413
|
width: 40px;
|
|
405
414
|
}
|
|
406
415
|
|
|
@@ -416,12 +425,12 @@
|
|
|
416
425
|
border: 0;
|
|
417
426
|
font-family: "Inter";
|
|
418
427
|
font-size: 14px;
|
|
419
|
-
font-weight:
|
|
428
|
+
font-weight: normal;
|
|
420
429
|
height: 28px;
|
|
421
430
|
min-height: 28px;
|
|
422
431
|
outline: none;
|
|
423
|
-
padding: 0;
|
|
424
|
-
text-indent:
|
|
432
|
+
padding: 4px 0 4px 12px;
|
|
433
|
+
text-indent: 0;
|
|
425
434
|
}
|
|
426
435
|
|
|
427
436
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
@@ -430,7 +439,7 @@
|
|
|
430
439
|
color: inherit;
|
|
431
440
|
font-family: "Inter";
|
|
432
441
|
font-size: 14px;
|
|
433
|
-
font-weight:
|
|
442
|
+
font-weight: normal;
|
|
434
443
|
height: 28px;
|
|
435
444
|
min-height: 28px;
|
|
436
445
|
outline: none;
|
|
@@ -454,6 +463,7 @@
|
|
|
454
463
|
min-height: 36px;
|
|
455
464
|
}
|
|
456
465
|
|
|
466
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
457
467
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
458
468
|
display: none;
|
|
459
469
|
}
|
|
@@ -470,7 +480,7 @@
|
|
|
470
480
|
|
|
471
481
|
.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
472
482
|
.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
|
|
473
|
-
width: calc(100% -
|
|
483
|
+
width: calc(100% - 50px);
|
|
474
484
|
}
|
|
475
485
|
|
|
476
486
|
.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
|
|
@@ -1104,6 +1114,20 @@ ejs-multiselect {
|
|
|
1104
1114
|
display: none;
|
|
1105
1115
|
}
|
|
1106
1116
|
|
|
1117
|
+
.e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon {
|
|
1118
|
+
margin-right: 0;
|
|
1119
|
+
}
|
|
1120
|
+
|
|
1121
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
|
|
1122
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
|
|
1123
|
+
cursor: not-allowed;
|
|
1124
|
+
}
|
|
1125
|
+
|
|
1126
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
1127
|
+
.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 {
|
|
1128
|
+
cursor: pointer;
|
|
1129
|
+
}
|
|
1130
|
+
|
|
1107
1131
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
1108
1132
|
color: #111827;
|
|
1109
1133
|
}
|
|
@@ -1120,6 +1144,7 @@ ejs-multiselect {
|
|
|
1120
1144
|
box-sizing: border-box;
|
|
1121
1145
|
}
|
|
1122
1146
|
|
|
1147
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1123
1148
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1124
1149
|
-webkit-text-fill-color: #111827;
|
|
1125
1150
|
color: #111827;
|
|
@@ -1231,19 +1256,19 @@ ejs-multiselect {
|
|
|
1231
1256
|
border: 0 solid transparent;
|
|
1232
1257
|
}
|
|
1233
1258
|
|
|
1234
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1259
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1235
1260
|
color: #6b7280;
|
|
1236
1261
|
}
|
|
1237
1262
|
|
|
1238
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
1263
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1239
1264
|
color: #6b7280;
|
|
1240
1265
|
}
|
|
1241
1266
|
|
|
1242
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
1267
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1243
1268
|
color: #6b7280;
|
|
1244
1269
|
}
|
|
1245
1270
|
|
|
1246
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
1271
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1247
1272
|
color: #6b7280;
|
|
1248
1273
|
}
|
|
1249
1274
|
|
|
@@ -1284,6 +1309,10 @@ ejs-multiselect {
|
|
|
1284
1309
|
left: 6px;
|
|
1285
1310
|
}
|
|
1286
1311
|
|
|
1312
|
+
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
1313
|
+
left: 6px;
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1287
1316
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
1288
1317
|
height: 26px;
|
|
1289
1318
|
}
|
|
@@ -1 +1,9 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/tailwind-definition.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/tailwind-definition.scss';
|
|
3
|
+
@import 'ej2-popups/styles/popup/tailwind-definition.scss';
|
|
4
|
+
@import 'ej2-popups/styles/spinner/tailwind-definition.scss';
|
|
5
|
+
@import 'ej2-buttons/styles/check-box/tailwind-definition.scss';
|
|
6
|
+
@import '../drop-down-base/tailwind-definition.scss';
|
|
7
|
+
@import 'tailwind-definition.scss';
|
|
8
|
+
@import 'icons/tailwind.scss';
|
|
9
|
+
@import 'all.scss';
|