@syncfusion/ej2-angular-dropdowns 23.1.39 → 23.1.40-ngcc
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/@syncfusion/ej2-angular-dropdowns.es5.js +1475 -0
- package/@syncfusion/ej2-angular-dropdowns.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-dropdowns.js +1390 -0
- package/@syncfusion/ej2-angular-dropdowns.js.map +1 -0
- package/CHANGELOG.md +2378 -0
- package/dist/ej2-angular-dropdowns.umd.js +1545 -0
- package/dist/ej2-angular-dropdowns.umd.js.map +1 -0
- package/dist/ej2-angular-dropdowns.umd.min.js +11 -0
- package/dist/ej2-angular-dropdowns.umd.min.js.map +1 -0
- package/ej2-angular-dropdowns.d.ts +11 -0
- package/ej2-angular-dropdowns.metadata.json +1 -0
- package/package.json +13 -27
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/auto-complete/autocomplete-all.module.d.ts +0 -6
- package/src/auto-complete/autocomplete.component.d.ts +4 -7
- package/src/auto-complete/autocomplete.module.d.ts +0 -6
- package/src/combo-box/combobox-all.module.d.ts +0 -6
- package/src/combo-box/combobox.component.d.ts +4 -7
- package/src/combo-box/combobox.module.d.ts +0 -6
- package/src/drop-down-list/dropdownlist-all.module.d.ts +0 -6
- package/src/drop-down-list/dropdownlist.component.d.ts +2 -5
- package/src/drop-down-list/dropdownlist.module.d.ts +0 -6
- package/src/drop-down-tree/dropdowntree-all.module.d.ts +0 -6
- package/src/drop-down-tree/dropdowntree.component.d.ts +0 -3
- package/src/drop-down-tree/dropdowntree.module.d.ts +0 -6
- package/src/list-box/listbox-all.module.d.ts +0 -6
- package/src/list-box/listbox.component.d.ts +1 -4
- package/src/list-box/listbox.module.d.ts +0 -6
- package/src/mention/mention-all.module.d.ts +0 -6
- package/src/mention/mention.component.d.ts +0 -3
- package/src/mention/mention.module.d.ts +0 -6
- package/src/multi-select/multiselect-all.module.d.ts +0 -6
- package/src/multi-select/multiselect.component.d.ts +0 -3
- package/src/multi-select/multiselect.module.d.ts +0 -6
- package/styles/auto-complete/bootstrap-dark.scss +1 -4
- package/styles/auto-complete/bootstrap.scss +1 -4
- package/styles/auto-complete/bootstrap4.scss +1 -4
- package/styles/auto-complete/bootstrap5-dark.scss +1 -4
- package/styles/auto-complete/bootstrap5.scss +1 -4
- package/styles/auto-complete/fabric-dark.scss +1 -4
- package/styles/auto-complete/fabric.scss +1 -4
- package/styles/auto-complete/fluent-dark.scss +1 -4
- package/styles/auto-complete/fluent.scss +1 -4
- package/styles/auto-complete/highcontrast-light.scss +1 -4
- package/styles/auto-complete/highcontrast.scss +1 -4
- package/styles/auto-complete/material-dark.scss +1 -4
- package/styles/auto-complete/material.scss +1 -4
- package/styles/auto-complete/material3-dark.scss +1 -4
- package/styles/auto-complete/material3.scss +1 -4
- package/styles/auto-complete/tailwind-dark.scss +1 -4
- package/styles/auto-complete/tailwind.scss +1 -4
- package/styles/bootstrap-dark.css +82 -8
- package/styles/bootstrap.css +82 -8
- package/styles/bootstrap4.css +83 -9
- package/styles/bootstrap5-dark.css +83 -9
- package/styles/bootstrap5.css +83 -9
- package/styles/combo-box/bootstrap-dark.scss +1 -4
- package/styles/combo-box/bootstrap.scss +1 -4
- package/styles/combo-box/bootstrap4.scss +1 -4
- package/styles/combo-box/bootstrap5-dark.scss +1 -4
- package/styles/combo-box/bootstrap5.scss +1 -4
- package/styles/combo-box/fabric-dark.scss +1 -4
- package/styles/combo-box/fabric.scss +1 -4
- package/styles/combo-box/fluent-dark.scss +1 -4
- package/styles/combo-box/fluent.scss +1 -4
- package/styles/combo-box/highcontrast-light.scss +1 -4
- package/styles/combo-box/highcontrast.scss +1 -4
- package/styles/combo-box/material-dark.scss +1 -4
- package/styles/combo-box/material.scss +1 -4
- package/styles/combo-box/material3-dark.scss +1 -4
- package/styles/combo-box/material3.scss +1 -4
- package/styles/combo-box/tailwind-dark.scss +1 -4
- package/styles/combo-box/tailwind.scss +1 -4
- package/styles/drop-down-base/bootstrap-dark.scss +1 -3
- package/styles/drop-down-base/bootstrap.scss +1 -3
- package/styles/drop-down-base/bootstrap4.scss +1 -3
- package/styles/drop-down-base/bootstrap5-dark.scss +1 -3
- package/styles/drop-down-base/bootstrap5.scss +1 -3
- package/styles/drop-down-base/fabric-dark.scss +1 -3
- package/styles/drop-down-base/fabric.scss +1 -3
- package/styles/drop-down-base/fluent-dark.scss +1 -3
- package/styles/drop-down-base/fluent.scss +1 -3
- package/styles/drop-down-base/highcontrast-light.scss +1 -3
- package/styles/drop-down-base/highcontrast.scss +1 -3
- package/styles/drop-down-base/material-dark.scss +1 -3
- package/styles/drop-down-base/material.scss +1 -3
- package/styles/drop-down-base/material3-dark.scss +1 -3
- package/styles/drop-down-base/material3.scss +1 -3
- package/styles/drop-down-base/tailwind-dark.scss +1 -3
- package/styles/drop-down-base/tailwind.scss +1 -3
- package/styles/drop-down-list/bootstrap-dark.scss +1 -9
- package/styles/drop-down-list/bootstrap.scss +1 -9
- package/styles/drop-down-list/bootstrap4.scss +1 -9
- package/styles/drop-down-list/bootstrap5-dark.scss +1 -9
- package/styles/drop-down-list/bootstrap5.scss +1 -9
- package/styles/drop-down-list/fabric-dark.scss +1 -9
- package/styles/drop-down-list/fabric.scss +1 -9
- package/styles/drop-down-list/fluent-dark.scss +1 -9
- package/styles/drop-down-list/fluent.scss +1 -9
- package/styles/drop-down-list/highcontrast-light.scss +1 -9
- package/styles/drop-down-list/highcontrast.scss +1 -9
- package/styles/drop-down-list/material-dark.scss +1 -9
- package/styles/drop-down-list/material.scss +1 -9
- package/styles/drop-down-list/material3-dark.scss +1 -9
- package/styles/drop-down-list/material3.scss +1 -9
- package/styles/drop-down-list/tailwind-dark.scss +1 -9
- package/styles/drop-down-list/tailwind.scss +1 -9
- package/styles/drop-down-tree/bootstrap-dark.scss +1 -9
- package/styles/drop-down-tree/bootstrap.scss +1 -9
- package/styles/drop-down-tree/bootstrap4.scss +1 -9
- package/styles/drop-down-tree/bootstrap5-dark.scss +1 -9
- package/styles/drop-down-tree/bootstrap5.scss +1 -9
- package/styles/drop-down-tree/fabric-dark.scss +1 -9
- package/styles/drop-down-tree/fabric.scss +1 -9
- package/styles/drop-down-tree/fluent-dark.scss +1 -9
- package/styles/drop-down-tree/fluent.scss +1 -9
- package/styles/drop-down-tree/highcontrast-light.scss +1 -9
- package/styles/drop-down-tree/highcontrast.scss +1 -9
- package/styles/drop-down-tree/material-dark.scss +1 -9
- package/styles/drop-down-tree/material.scss +1 -9
- package/styles/drop-down-tree/material3-dark.scss +1 -9
- package/styles/drop-down-tree/material3.scss +1 -9
- package/styles/drop-down-tree/tailwind-dark.scss +1 -9
- package/styles/drop-down-tree/tailwind.scss +1 -9
- package/styles/fabric-dark.css +83 -9
- package/styles/fabric.css +83 -9
- package/styles/fluent-dark.css +82 -8
- package/styles/fluent.css +82 -8
- package/styles/highcontrast-light.css +82 -8
- package/styles/highcontrast.css +82 -8
- package/styles/list-box/bootstrap-dark.css +70 -7
- package/styles/list-box/bootstrap-dark.scss +1 -5
- package/styles/list-box/bootstrap.css +70 -7
- package/styles/list-box/bootstrap.scss +1 -5
- package/styles/list-box/bootstrap4.css +71 -8
- package/styles/list-box/bootstrap4.scss +1 -5
- package/styles/list-box/bootstrap5-dark.css +71 -8
- package/styles/list-box/bootstrap5-dark.scss +1 -5
- package/styles/list-box/bootstrap5.css +71 -8
- package/styles/list-box/bootstrap5.scss +1 -5
- package/styles/list-box/fabric-dark.css +70 -7
- package/styles/list-box/fabric-dark.scss +1 -5
- package/styles/list-box/fabric.css +70 -7
- package/styles/list-box/fabric.scss +1 -5
- package/styles/list-box/fluent-dark.css +70 -7
- package/styles/list-box/fluent-dark.scss +1 -5
- package/styles/list-box/fluent.css +70 -7
- package/styles/list-box/fluent.scss +1 -5
- package/styles/list-box/highcontrast-light.css +70 -7
- package/styles/list-box/highcontrast-light.scss +1 -5
- package/styles/list-box/highcontrast.css +70 -7
- package/styles/list-box/highcontrast.scss +1 -5
- package/styles/list-box/material-dark.css +71 -8
- package/styles/list-box/material-dark.scss +1 -5
- package/styles/list-box/material.css +71 -8
- package/styles/list-box/material.scss +1 -5
- package/styles/list-box/material3-dark.css +71 -8
- package/styles/list-box/material3-dark.scss +1 -5
- package/styles/list-box/material3.css +71 -8
- package/styles/list-box/material3.scss +1 -5
- package/styles/list-box/tailwind-dark.css +71 -8
- package/styles/list-box/tailwind-dark.scss +1 -5
- package/styles/list-box/tailwind.css +71 -8
- package/styles/list-box/tailwind.scss +1 -5
- package/styles/material-dark.css +83 -9
- package/styles/material.css +83 -9
- package/styles/material3-dark.css +468 -9
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +872 -21
- package/styles/material3.scss +0 -1
- package/styles/mention/bootstrap-dark.scss +1 -6
- package/styles/mention/bootstrap.scss +1 -6
- package/styles/mention/bootstrap4.scss +1 -6
- package/styles/mention/bootstrap5-dark.scss +1 -6
- package/styles/mention/bootstrap5.scss +1 -6
- package/styles/mention/fabric-dark.scss +1 -6
- package/styles/mention/fabric.scss +1 -6
- package/styles/mention/fluent-dark.scss +1 -6
- package/styles/mention/fluent.scss +1 -6
- package/styles/mention/highcontrast-light.scss +1 -6
- package/styles/mention/highcontrast.scss +1 -6
- package/styles/mention/material-dark.scss +1 -6
- package/styles/mention/material.scss +1 -6
- package/styles/mention/material3-dark.scss +1 -6
- package/styles/mention/material3.scss +1 -6
- package/styles/mention/tailwind-dark.scss +1 -6
- package/styles/mention/tailwind.scss +1 -6
- package/styles/multi-select/bootstrap-dark.css +12 -1
- package/styles/multi-select/bootstrap-dark.scss +1 -9
- package/styles/multi-select/bootstrap.css +12 -1
- package/styles/multi-select/bootstrap.scss +1 -9
- package/styles/multi-select/bootstrap4.css +12 -1
- package/styles/multi-select/bootstrap4.scss +1 -9
- package/styles/multi-select/bootstrap5-dark.css +12 -1
- package/styles/multi-select/bootstrap5-dark.scss +1 -9
- package/styles/multi-select/bootstrap5.css +12 -1
- package/styles/multi-select/bootstrap5.scss +1 -9
- package/styles/multi-select/fabric-dark.css +13 -2
- package/styles/multi-select/fabric-dark.scss +1 -9
- package/styles/multi-select/fabric.css +13 -2
- package/styles/multi-select/fabric.scss +1 -9
- package/styles/multi-select/fluent-dark.css +12 -1
- package/styles/multi-select/fluent-dark.scss +1 -9
- package/styles/multi-select/fluent.css +12 -1
- package/styles/multi-select/fluent.scss +1 -9
- package/styles/multi-select/highcontrast-light.css +12 -1
- package/styles/multi-select/highcontrast-light.scss +1 -9
- package/styles/multi-select/highcontrast.css +12 -1
- package/styles/multi-select/highcontrast.scss +1 -9
- package/styles/multi-select/material-dark.css +12 -1
- package/styles/multi-select/material-dark.scss +1 -9
- package/styles/multi-select/material.css +12 -1
- package/styles/multi-select/material.scss +1 -9
- package/styles/multi-select/material3-dark.css +10 -0
- package/styles/multi-select/material3-dark.scss +1 -9
- package/styles/multi-select/material3.css +10 -0
- package/styles/multi-select/material3.scss +1 -9
- package/styles/multi-select/tailwind-dark.css +12 -1
- package/styles/multi-select/tailwind-dark.scss +1 -9
- package/styles/multi-select/tailwind.css +12 -1
- package/styles/multi-select/tailwind.scss +1 -9
- package/styles/tailwind-dark.css +83 -9
- package/styles/tailwind.css +83 -9
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/auto-complete/autocomplete-all.module.mjs +0 -23
- package/esm2020/src/auto-complete/autocomplete.component.mjs +0 -129
- package/esm2020/src/auto-complete/autocomplete.module.mjs +0 -25
- package/esm2020/src/combo-box/combobox-all.module.mjs +0 -23
- package/esm2020/src/combo-box/combobox.component.mjs +0 -129
- package/esm2020/src/combo-box/combobox.module.mjs +0 -25
- package/esm2020/src/drop-down-list/dropdownlist-all.module.mjs +0 -29
- package/esm2020/src/drop-down-list/dropdownlist.component.mjs +0 -135
- package/esm2020/src/drop-down-list/dropdownlist.module.mjs +0 -25
- package/esm2020/src/drop-down-tree/dropdowntree-all.module.mjs +0 -23
- package/esm2020/src/drop-down-tree/dropdowntree.component.mjs +0 -116
- package/esm2020/src/drop-down-tree/dropdowntree.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -23
- package/esm2020/src/list-box/listbox-all.module.mjs +0 -23
- package/esm2020/src/list-box/listbox.component.mjs +0 -104
- package/esm2020/src/list-box/listbox.module.mjs +0 -25
- package/esm2020/src/mention/mention-all.module.mjs +0 -23
- package/esm2020/src/mention/mention.component.mjs +0 -84
- package/esm2020/src/mention/mention.module.mjs +0 -25
- package/esm2020/src/multi-select/multiselect-all.module.mjs +0 -29
- package/esm2020/src/multi-select/multiselect.component.mjs +0 -135
- package/esm2020/src/multi-select/multiselect.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-dropdowns.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs +0 -1084
- package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs +0 -1084
- package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs.map +0 -1
- package/styles/auto-complete/_all.scss +0 -1
- package/styles/auto-complete/_bootstrap-dark-definition.scss +0 -3
- package/styles/auto-complete/_bootstrap-definition.scss +0 -2
- package/styles/auto-complete/_bootstrap4-definition.scss +0 -11
- package/styles/auto-complete/_bootstrap5-dark-definition.scss +0 -1
- package/styles/auto-complete/_bootstrap5-definition.scss +0 -2
- package/styles/auto-complete/_fabric-dark-definition.scss +0 -2
- package/styles/auto-complete/_fabric-definition.scss +0 -2
- package/styles/auto-complete/_fluent-dark-definition.scss +0 -1
- package/styles/auto-complete/_fluent-definition.scss +0 -2
- package/styles/auto-complete/_fusionnew-definition.scss +0 -2
- package/styles/auto-complete/_highcontrast-definition.scss +0 -2
- package/styles/auto-complete/_highcontrast-light-definition.scss +0 -2
- package/styles/auto-complete/_material-dark-definition.scss +0 -2
- package/styles/auto-complete/_material-definition.scss +0 -2
- package/styles/auto-complete/_material3-dark-definition.scss +0 -1
- package/styles/auto-complete/_material3-definition.scss +0 -2
- package/styles/auto-complete/_tailwind-dark-definition.scss +0 -1
- package/styles/auto-complete/_tailwind-definition.scss +0 -2
- package/styles/combo-box/_all.scss +0 -1
- package/styles/combo-box/_bootstrap-dark-definition.scss +0 -2
- package/styles/combo-box/_bootstrap-definition.scss +0 -2
- package/styles/combo-box/_bootstrap4-definition.scss +0 -11
- package/styles/combo-box/_bootstrap5-dark-definition.scss +0 -1
- package/styles/combo-box/_bootstrap5-definition.scss +0 -2
- package/styles/combo-box/_fabric-dark-definition.scss +0 -2
- package/styles/combo-box/_fabric-definition.scss +0 -2
- package/styles/combo-box/_fluent-dark-definition.scss +0 -1
- package/styles/combo-box/_fluent-definition.scss +0 -2
- package/styles/combo-box/_fusionnew-definition.scss +0 -2
- package/styles/combo-box/_highcontrast-definition.scss +0 -2
- package/styles/combo-box/_highcontrast-light-definition.scss +0 -3
- package/styles/combo-box/_material-dark-definition.scss +0 -2
- package/styles/combo-box/_material-definition.scss +0 -2
- package/styles/combo-box/_material3-dark-definition.scss +0 -1
- package/styles/combo-box/_material3-definition.scss +0 -2
- package/styles/combo-box/_tailwind-dark-definition.scss +0 -1
- package/styles/combo-box/_tailwind-definition.scss +0 -2
- package/styles/drop-down-base/_all.scss +0 -2
- package/styles/drop-down-base/_bootstrap-dark-definition.scss +0 -83
- package/styles/drop-down-base/_bootstrap-definition.scss +0 -83
- package/styles/drop-down-base/_bootstrap4-definition.scss +0 -90
- package/styles/drop-down-base/_bootstrap5-dark-definition.scss +0 -1
- package/styles/drop-down-base/_bootstrap5-definition.scss +0 -117
- package/styles/drop-down-base/_definition.scss +0 -23
- package/styles/drop-down-base/_fabric-dark-definition.scss +0 -86
- package/styles/drop-down-base/_fabric-definition.scss +0 -84
- package/styles/drop-down-base/_fluent-dark-definition.scss +0 -1
- package/styles/drop-down-base/_fluent-definition.scss +0 -121
- package/styles/drop-down-base/_fusionnew-definition.scss +0 -117
- package/styles/drop-down-base/_highcontrast-definition.scss +0 -105
- package/styles/drop-down-base/_highcontrast-light-definition.scss +0 -105
- package/styles/drop-down-base/_layout.scss +0 -195
- package/styles/drop-down-base/_material-dark-definition.scss +0 -86
- package/styles/drop-down-base/_material-definition.scss +0 -85
- package/styles/drop-down-base/_material3-dark-definition.scss +0 -1
- package/styles/drop-down-base/_material3-definition.scss +0 -87
- package/styles/drop-down-base/_tailwind-dark-definition.scss +0 -1
- package/styles/drop-down-base/_tailwind-definition.scss +0 -129
- package/styles/drop-down-base/_theme.scss +0 -391
- package/styles/drop-down-list/_all.scss +0 -3
- package/styles/drop-down-list/_bootstrap-dark-definition.scss +0 -157
- package/styles/drop-down-list/_bootstrap-definition.scss +0 -156
- package/styles/drop-down-list/_bootstrap4-definition.scss +0 -191
- package/styles/drop-down-list/_bootstrap5-dark-definition.scss +0 -1
- package/styles/drop-down-list/_bootstrap5-definition.scss +0 -201
- package/styles/drop-down-list/_fabric-dark-definition.scss +0 -128
- package/styles/drop-down-list/_fabric-definition.scss +0 -124
- package/styles/drop-down-list/_fluent-dark-definition.scss +0 -1
- package/styles/drop-down-list/_fluent-definition.scss +0 -185
- package/styles/drop-down-list/_fusionnew-definition.scss +0 -201
- package/styles/drop-down-list/_highcontrast-definition.scss +0 -142
- package/styles/drop-down-list/_highcontrast-light-definition.scss +0 -144
- package/styles/drop-down-list/_layout.scss +0 -310
- package/styles/drop-down-list/_material-dark-definition.scss +0 -143
- package/styles/drop-down-list/_material-definition.scss +0 -167
- package/styles/drop-down-list/_material3-dark-definition.scss +0 -1
- package/styles/drop-down-list/_material3-definition.scss +0 -180
- package/styles/drop-down-list/_tailwind-dark-definition.scss +0 -1
- package/styles/drop-down-list/_tailwind-definition.scss +0 -134
- package/styles/drop-down-list/_theme.scss +0 -10
- package/styles/drop-down-list/icons/_bootstrap-dark.scss +0 -14
- package/styles/drop-down-list/icons/_bootstrap.scss +0 -14
- package/styles/drop-down-list/icons/_bootstrap4.scss +0 -14
- package/styles/drop-down-list/icons/_bootstrap5-dark.scss +0 -1
- package/styles/drop-down-list/icons/_bootstrap5.scss +0 -14
- package/styles/drop-down-list/icons/_fabric-dark.scss +0 -14
- package/styles/drop-down-list/icons/_fabric.scss +0 -14
- package/styles/drop-down-list/icons/_fluent-dark.scss +0 -1
- package/styles/drop-down-list/icons/_fluent.scss +0 -14
- package/styles/drop-down-list/icons/_fusionnew.scss +0 -14
- package/styles/drop-down-list/icons/_highcontrast-light.scss +0 -14
- package/styles/drop-down-list/icons/_highcontrast.scss +0 -14
- package/styles/drop-down-list/icons/_material-dark.scss +0 -14
- package/styles/drop-down-list/icons/_material.scss +0 -14
- package/styles/drop-down-list/icons/_material3-dark.scss +0 -1
- package/styles/drop-down-list/icons/_material3.scss +0 -14
- package/styles/drop-down-list/icons/_tailwind-dark.scss +0 -1
- package/styles/drop-down-list/icons/_tailwind.scss +0 -14
- package/styles/drop-down-tree/_all.scss +0 -2
- package/styles/drop-down-tree/_bootstrap-dark-definition.scss +0 -72
- package/styles/drop-down-tree/_bootstrap-definition.scss +0 -71
- package/styles/drop-down-tree/_bootstrap4-definition.scss +0 -72
- package/styles/drop-down-tree/_bootstrap5-dark-definition.scss +0 -1
- package/styles/drop-down-tree/_bootstrap5-definition.scss +0 -60
- package/styles/drop-down-tree/_fabric-dark-definition.scss +0 -72
- package/styles/drop-down-tree/_fabric-definition.scss +0 -72
- package/styles/drop-down-tree/_fluent-dark-definition.scss +0 -1
- package/styles/drop-down-tree/_fluent-definition.scss +0 -66
- package/styles/drop-down-tree/_fusionnew-definition.scss +0 -60
- package/styles/drop-down-tree/_highcontrast-definition.scss +0 -72
- package/styles/drop-down-tree/_highcontrast-light-definition.scss +0 -72
- package/styles/drop-down-tree/_layout.scss +0 -1412
- package/styles/drop-down-tree/_material-dark-definition.scss +0 -73
- package/styles/drop-down-tree/_material-definition.scss +0 -73
- package/styles/drop-down-tree/_material3-dark-definition.scss +0 -1
- package/styles/drop-down-tree/_material3-definition.scss +0 -76
- package/styles/drop-down-tree/_tailwind-dark-definition.scss +0 -1
- package/styles/drop-down-tree/_tailwind-definition.scss +0 -61
- package/styles/drop-down-tree/_theme.scss +0 -132
- package/styles/drop-down-tree/icons/_bootstrap-dark.scss +0 -11
- package/styles/drop-down-tree/icons/_bootstrap.scss +0 -11
- package/styles/drop-down-tree/icons/_bootstrap4.scss +0 -11
- package/styles/drop-down-tree/icons/_bootstrap5-dark.scss +0 -1
- package/styles/drop-down-tree/icons/_bootstrap5.scss +0 -11
- package/styles/drop-down-tree/icons/_fabric-dark.scss +0 -11
- package/styles/drop-down-tree/icons/_fabric.scss +0 -11
- package/styles/drop-down-tree/icons/_fluent-dark.scss +0 -1
- package/styles/drop-down-tree/icons/_fluent.scss +0 -11
- package/styles/drop-down-tree/icons/_fusionnew.scss +0 -11
- package/styles/drop-down-tree/icons/_highcontrast-light.scss +0 -11
- package/styles/drop-down-tree/icons/_highcontrast.scss +0 -11
- package/styles/drop-down-tree/icons/_material-dark.scss +0 -11
- package/styles/drop-down-tree/icons/_material.scss +0 -11
- package/styles/drop-down-tree/icons/_material3-dark.scss +0 -1
- package/styles/drop-down-tree/icons/_material3.scss +0 -11
- package/styles/drop-down-tree/icons/_tailwind-dark.scss +0 -11
- package/styles/drop-down-tree/icons/_tailwind.scss +0 -11
- package/styles/list-box/_all.scss +0 -2
- package/styles/list-box/_bootstrap-dark-definition.scss +0 -122
- package/styles/list-box/_bootstrap-definition.scss +0 -115
- package/styles/list-box/_bootstrap4-definition.scss +0 -120
- package/styles/list-box/_bootstrap5-dark-definition.scss +0 -1
- package/styles/list-box/_bootstrap5-definition.scss +0 -118
- package/styles/list-box/_fabric-dark-definition.scss +0 -122
- package/styles/list-box/_fabric-definition.scss +0 -115
- package/styles/list-box/_fluent-dark-definition.scss +0 -1
- package/styles/list-box/_fluent-definition.scss +0 -118
- package/styles/list-box/_fusionnew-definition.scss +0 -111
- package/styles/list-box/_highcontrast-definition.scss +0 -115
- package/styles/list-box/_highcontrast-light-definition.scss +0 -122
- package/styles/list-box/_layout.scss +0 -542
- package/styles/list-box/_material-dark-definition.scss +0 -122
- package/styles/list-box/_material-definition.scss +0 -115
- package/styles/list-box/_material3-dark-definition.scss +0 -1
- package/styles/list-box/_material3-definition.scss +0 -117
- package/styles/list-box/_tailwind-dark-definition.scss +0 -1
- package/styles/list-box/_tailwind-definition.scss +0 -117
- package/styles/list-box/_theme.scss +0 -317
- package/styles/list-box/icons/_bootstrap-dark.scss +0 -25
- package/styles/list-box/icons/_bootstrap.scss +0 -25
- package/styles/list-box/icons/_bootstrap4.scss +0 -25
- package/styles/list-box/icons/_bootstrap5-dark.scss +0 -1
- package/styles/list-box/icons/_bootstrap5.scss +0 -25
- package/styles/list-box/icons/_fabric-dark.scss +0 -25
- package/styles/list-box/icons/_fabric.scss +0 -25
- package/styles/list-box/icons/_fluent-dark.scss +0 -1
- package/styles/list-box/icons/_fluent.scss +0 -25
- package/styles/list-box/icons/_fusionnew.scss +0 -25
- package/styles/list-box/icons/_highcontrast-light.scss +0 -25
- package/styles/list-box/icons/_highcontrast.scss +0 -25
- package/styles/list-box/icons/_material-dark.scss +0 -25
- package/styles/list-box/icons/_material.scss +0 -25
- package/styles/list-box/icons/_material3-dark.scss +0 -1
- package/styles/list-box/icons/_material3.scss +0 -25
- package/styles/list-box/icons/_tailwind-dark.scss +0 -25
- package/styles/list-box/icons/_tailwind.scss +0 -25
- package/styles/mention/_all.scss +0 -1
- package/styles/mention/_bootstrap-dark-definition.scss +0 -3
- package/styles/mention/_bootstrap-definition.scss +0 -3
- package/styles/mention/_bootstrap4-definition.scss +0 -3
- package/styles/mention/_bootstrap5-dark-definition.scss +0 -1
- package/styles/mention/_bootstrap5-definition.scss +0 -1
- package/styles/mention/_fabric-dark-definition.scss +0 -2
- package/styles/mention/_fabric-definition.scss +0 -3
- package/styles/mention/_fluent-dark-definition.scss +0 -1
- package/styles/mention/_fluent-definition.scss +0 -1
- package/styles/mention/_fusionnew-definition.scss +0 -1
- package/styles/mention/_highcontrast-definition.scss +0 -3
- package/styles/mention/_highcontrast-light-definition.scss +0 -3
- package/styles/mention/_layout.scss +0 -6
- package/styles/mention/_material-dark-definition.scss +0 -3
- package/styles/mention/_material-definition.scss +0 -3
- package/styles/mention/_material3-dark-definition.scss +0 -1
- package/styles/mention/_material3-definition.scss +0 -1
- package/styles/mention/_tailwind-dark-definition.scss +0 -1
- package/styles/mention/_tailwind-definition.scss +0 -1
- package/styles/multi-select/_all.scss +0 -2
- package/styles/multi-select/_bootstrap-dark-definition.scss +0 -196
- package/styles/multi-select/_bootstrap-definition.scss +0 -190
- package/styles/multi-select/_bootstrap4-definition.scss +0 -257
- package/styles/multi-select/_bootstrap5-dark-definition.scss +0 -1
- package/styles/multi-select/_bootstrap5-definition.scss +0 -227
- package/styles/multi-select/_fabric-dark-definition.scss +0 -185
- package/styles/multi-select/_fabric-definition.scss +0 -181
- package/styles/multi-select/_fluent-dark-definition.scss +0 -1
- package/styles/multi-select/_fluent-definition.scss +0 -238
- package/styles/multi-select/_fusionnew-definition.scss +0 -227
- package/styles/multi-select/_highcontrast-definition.scss +0 -296
- package/styles/multi-select/_highcontrast-light-definition.scss +0 -295
- package/styles/multi-select/_layout.scss +0 -2188
- package/styles/multi-select/_material-dark-definition.scss +0 -228
- package/styles/multi-select/_material-definition.scss +0 -221
- package/styles/multi-select/_material3-dark-definition.scss +0 -1
- package/styles/multi-select/_material3-definition.scss +0 -246
- package/styles/multi-select/_tailwind-dark-definition.scss +0 -1
- package/styles/multi-select/_tailwind-definition.scss +0 -232
- package/styles/multi-select/_theme.scss +0 -586
- package/styles/multi-select/icons/_bootstrap-dark.scss +0 -26
- package/styles/multi-select/icons/_bootstrap.scss +0 -26
- package/styles/multi-select/icons/_bootstrap4.scss +0 -37
- package/styles/multi-select/icons/_bootstrap5-dark.scss +0 -1
- package/styles/multi-select/icons/_bootstrap5.scss +0 -26
- package/styles/multi-select/icons/_fabric-dark.scss +0 -26
- package/styles/multi-select/icons/_fabric.scss +0 -26
- package/styles/multi-select/icons/_fluent-dark.scss +0 -1
- package/styles/multi-select/icons/_fluent.scss +0 -55
- package/styles/multi-select/icons/_fusionnew.scss +0 -26
- package/styles/multi-select/icons/_highcontrast-light.scss +0 -26
- package/styles/multi-select/icons/_highcontrast.scss +0 -26
- package/styles/multi-select/icons/_material-dark.scss +0 -693
- package/styles/multi-select/icons/_material.scss +0 -693
- package/styles/multi-select/icons/_material3-dark.scss +0 -1
- package/styles/multi-select/icons/_material3.scss +0 -692
- package/styles/multi-select/icons/_tailwind-dark.scss +0 -1
- package/styles/multi-select/icons/_tailwind.scss +0 -26
- package/syncfusion-ej2-angular-dropdowns.d.ts +0 -5
package/styles/fluent.css
CHANGED
|
@@ -1539,7 +1539,8 @@ ejs-dropdownlist {
|
|
|
1539
1539
|
padding: 0 0 0 48px;
|
|
1540
1540
|
}
|
|
1541
1541
|
|
|
1542
|
-
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon
|
|
1542
|
+
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
1543
|
+
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1543
1544
|
margin-top: -1.68em;
|
|
1544
1545
|
}
|
|
1545
1546
|
|
|
@@ -2133,11 +2134,21 @@ ejs-multiselect {
|
|
|
2133
2134
|
width: 12px;
|
|
2134
2135
|
}
|
|
2135
2136
|
|
|
2137
|
+
.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2138
|
+
.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2139
|
+
margin-top: -1.6em;
|
|
2140
|
+
}
|
|
2141
|
+
|
|
2136
2142
|
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2137
2143
|
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2138
2144
|
line-height: 40px;
|
|
2139
2145
|
}
|
|
2140
2146
|
|
|
2147
|
+
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2148
|
+
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2149
|
+
margin-top: -1.68em;
|
|
2150
|
+
}
|
|
2151
|
+
|
|
2141
2152
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
2142
2153
|
height: 14px;
|
|
2143
2154
|
width: 14px;
|
|
@@ -3214,27 +3225,66 @@ ejs-listbox {
|
|
|
3214
3225
|
}
|
|
3215
3226
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3216
3227
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3217
|
-
height: calc(100% - 50px);
|
|
3228
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3229
|
+
}
|
|
3230
|
+
|
|
3231
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3232
|
+
height: calc(100% - 64px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3233
|
+
}
|
|
3234
|
+
|
|
3235
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3236
|
+
height: calc(100% - 64px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3218
3237
|
}
|
|
3219
3238
|
|
|
3220
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3221
3239
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3222
|
-
height:
|
|
3240
|
+
height: 100%;
|
|
3223
3241
|
}
|
|
3224
3242
|
|
|
3225
3243
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3226
3244
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3227
|
-
height: calc(100% -
|
|
3245
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3246
|
+
}
|
|
3247
|
+
|
|
3248
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3249
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3250
|
+
}
|
|
3251
|
+
|
|
3252
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3253
|
+
height: calc(100% - 56px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3254
|
+
}
|
|
3255
|
+
|
|
3256
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3257
|
+
height: calc(100% - 64px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3258
|
+
}
|
|
3259
|
+
|
|
3260
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3261
|
+
height: 100%;
|
|
3228
3262
|
}
|
|
3229
3263
|
|
|
3230
3264
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3265
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3266
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3267
|
+
}
|
|
3268
|
+
|
|
3231
3269
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3232
|
-
height:
|
|
3270
|
+
height: 100%;
|
|
3233
3271
|
}
|
|
3234
3272
|
|
|
3235
3273
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3274
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3275
|
+
height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3276
|
+
}
|
|
3277
|
+
|
|
3278
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3279
|
+
height: calc(100% - 93px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3280
|
+
}
|
|
3281
|
+
|
|
3282
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3283
|
+
height: calc(100% - 113px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3284
|
+
}
|
|
3285
|
+
|
|
3236
3286
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3237
|
-
height:
|
|
3287
|
+
height: 100%;
|
|
3238
3288
|
}
|
|
3239
3289
|
|
|
3240
3290
|
.e-listbox-wrapper,
|
|
@@ -3267,7 +3317,7 @@ ejs-listbox {
|
|
|
3267
3317
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3268
3318
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3269
3319
|
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3270
|
-
height: calc(100% -
|
|
3320
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3271
3321
|
}
|
|
3272
3322
|
|
|
3273
3323
|
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -3543,6 +3593,30 @@ ejs-listbox {
|
|
|
3543
3593
|
padding-right: 16px;
|
|
3544
3594
|
}
|
|
3545
3595
|
|
|
3596
|
+
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3597
|
+
height: 100%;
|
|
3598
|
+
}
|
|
3599
|
+
|
|
3600
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3601
|
+
height: 100%;
|
|
3602
|
+
}
|
|
3603
|
+
|
|
3604
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3605
|
+
height: 100%;
|
|
3606
|
+
}
|
|
3607
|
+
|
|
3608
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3609
|
+
height: calc(100% - 56px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3610
|
+
}
|
|
3611
|
+
|
|
3612
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
3613
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3614
|
+
}
|
|
3615
|
+
|
|
3616
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3617
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3618
|
+
}
|
|
3619
|
+
|
|
3546
3620
|
/* stylelint-disable-line no-empty-source */
|
|
3547
3621
|
/* stylelint-disable property-no-vendor-prefix */
|
|
3548
3622
|
@keyframes material-spinner-rotate {
|
|
@@ -1451,7 +1451,8 @@ ejs-dropdownlist {
|
|
|
1451
1451
|
padding: 0 0 0 48px;
|
|
1452
1452
|
}
|
|
1453
1453
|
|
|
1454
|
-
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon
|
|
1454
|
+
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
1455
|
+
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1455
1456
|
margin-top: -2.8em;
|
|
1456
1457
|
}
|
|
1457
1458
|
|
|
@@ -2012,11 +2013,21 @@ ejs-multiselect {
|
|
|
2012
2013
|
margin-top: -2.9em;
|
|
2013
2014
|
}
|
|
2014
2015
|
|
|
2016
|
+
.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2017
|
+
.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2018
|
+
margin-top: -2.5em;
|
|
2019
|
+
}
|
|
2020
|
+
|
|
2015
2021
|
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2016
2022
|
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2017
2023
|
line-height: 40px;
|
|
2018
2024
|
}
|
|
2019
2025
|
|
|
2026
|
+
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2027
|
+
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2028
|
+
margin-top: -2.85em;
|
|
2029
|
+
}
|
|
2030
|
+
|
|
2020
2031
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
2021
2032
|
height: 26px;
|
|
2022
2033
|
width: 26px;
|
|
@@ -3061,27 +3072,66 @@ ejs-listbox {
|
|
|
3061
3072
|
}
|
|
3062
3073
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3063
3074
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3064
|
-
height: calc(100% - 45px);
|
|
3075
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3076
|
+
}
|
|
3077
|
+
|
|
3078
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3079
|
+
height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3080
|
+
}
|
|
3081
|
+
|
|
3082
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3083
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3065
3084
|
}
|
|
3066
3085
|
|
|
3067
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3068
3086
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3069
|
-
height:
|
|
3087
|
+
height: 100%;
|
|
3070
3088
|
}
|
|
3071
3089
|
|
|
3072
3090
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3073
3091
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3074
|
-
height: calc(100% -
|
|
3092
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3093
|
+
}
|
|
3094
|
+
|
|
3095
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3096
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3097
|
+
}
|
|
3098
|
+
|
|
3099
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3100
|
+
height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3101
|
+
}
|
|
3102
|
+
|
|
3103
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3104
|
+
height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3105
|
+
}
|
|
3106
|
+
|
|
3107
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3108
|
+
height: 100%;
|
|
3075
3109
|
}
|
|
3076
3110
|
|
|
3077
3111
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3112
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3113
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3114
|
+
}
|
|
3115
|
+
|
|
3078
3116
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3079
|
-
height:
|
|
3117
|
+
height: 100%;
|
|
3080
3118
|
}
|
|
3081
3119
|
|
|
3082
3120
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3121
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3122
|
+
height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3123
|
+
}
|
|
3124
|
+
|
|
3125
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3126
|
+
height: calc(100% - 87px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3127
|
+
}
|
|
3128
|
+
|
|
3129
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3130
|
+
height: calc(100% - 104px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3131
|
+
}
|
|
3132
|
+
|
|
3083
3133
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3084
|
-
height:
|
|
3134
|
+
height: 100%;
|
|
3085
3135
|
}
|
|
3086
3136
|
|
|
3087
3137
|
.e-listbox-wrapper,
|
|
@@ -3114,7 +3164,7 @@ ejs-listbox {
|
|
|
3114
3164
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3115
3165
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3116
3166
|
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3117
|
-
height: calc(100% -
|
|
3167
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3118
3168
|
}
|
|
3119
3169
|
|
|
3120
3170
|
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -3390,6 +3440,30 @@ ejs-listbox {
|
|
|
3390
3440
|
padding-right: 0.923em;
|
|
3391
3441
|
}
|
|
3392
3442
|
|
|
3443
|
+
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3444
|
+
height: 100%;
|
|
3445
|
+
}
|
|
3446
|
+
|
|
3447
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3448
|
+
height: 100%;
|
|
3449
|
+
}
|
|
3450
|
+
|
|
3451
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3452
|
+
height: 100%;
|
|
3453
|
+
}
|
|
3454
|
+
|
|
3455
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3456
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3457
|
+
}
|
|
3458
|
+
|
|
3459
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
3460
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3461
|
+
}
|
|
3462
|
+
|
|
3463
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3464
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3465
|
+
}
|
|
3466
|
+
|
|
3393
3467
|
/* stylelint-disable property-no-vendor-prefix */
|
|
3394
3468
|
@keyframes material-spinner-rotate {
|
|
3395
3469
|
0% {
|
package/styles/highcontrast.css
CHANGED
|
@@ -1457,7 +1457,8 @@ ejs-dropdownlist {
|
|
|
1457
1457
|
padding: 0 0 0 48px;
|
|
1458
1458
|
}
|
|
1459
1459
|
|
|
1460
|
-
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon
|
|
1460
|
+
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
1461
|
+
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1461
1462
|
margin-top: -3.1em;
|
|
1462
1463
|
}
|
|
1463
1464
|
|
|
@@ -2018,11 +2019,21 @@ ejs-multiselect {
|
|
|
2018
2019
|
margin-top: -3.2em;
|
|
2019
2020
|
}
|
|
2020
2021
|
|
|
2022
|
+
.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2023
|
+
.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2024
|
+
margin-top: -2.5em;
|
|
2025
|
+
}
|
|
2026
|
+
|
|
2021
2027
|
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
2022
2028
|
.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
|
|
2023
2029
|
line-height: 40px;
|
|
2024
2030
|
}
|
|
2025
2031
|
|
|
2032
|
+
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
2033
|
+
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
2034
|
+
margin-top: -2.85em;
|
|
2035
|
+
}
|
|
2036
|
+
|
|
2026
2037
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
2027
2038
|
height: 26px;
|
|
2028
2039
|
width: auto;
|
|
@@ -3078,27 +3089,66 @@ ejs-listbox {
|
|
|
3078
3089
|
}
|
|
3079
3090
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3080
3091
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3081
|
-
height: calc(100% - 45px);
|
|
3092
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3093
|
+
}
|
|
3094
|
+
|
|
3095
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3096
|
+
height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3097
|
+
}
|
|
3098
|
+
|
|
3099
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3100
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3082
3101
|
}
|
|
3083
3102
|
|
|
3084
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3085
3103
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3086
|
-
height:
|
|
3104
|
+
height: 100%;
|
|
3087
3105
|
}
|
|
3088
3106
|
|
|
3089
3107
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3090
3108
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3091
|
-
height: calc(100% -
|
|
3109
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3110
|
+
}
|
|
3111
|
+
|
|
3112
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3113
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3114
|
+
}
|
|
3115
|
+
|
|
3116
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3117
|
+
height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3118
|
+
}
|
|
3119
|
+
|
|
3120
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
3121
|
+
height: calc(100% - 59px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3122
|
+
}
|
|
3123
|
+
|
|
3124
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3125
|
+
height: 100%;
|
|
3092
3126
|
}
|
|
3093
3127
|
|
|
3094
3128
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
3129
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3130
|
+
height: calc(100% - 45px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3131
|
+
}
|
|
3132
|
+
|
|
3095
3133
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3096
|
-
height:
|
|
3134
|
+
height: 100%;
|
|
3097
3135
|
}
|
|
3098
3136
|
|
|
3099
3137
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3138
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3139
|
+
height: calc(100% - 55px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3140
|
+
}
|
|
3141
|
+
|
|
3142
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3143
|
+
height: calc(100% - 87px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3144
|
+
}
|
|
3145
|
+
|
|
3146
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
3147
|
+
height: calc(100% - 104px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3148
|
+
}
|
|
3149
|
+
|
|
3100
3150
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3101
|
-
height:
|
|
3151
|
+
height: 100%;
|
|
3102
3152
|
}
|
|
3103
3153
|
|
|
3104
3154
|
.e-listbox-wrapper,
|
|
@@ -3131,7 +3181,7 @@ ejs-listbox {
|
|
|
3131
3181
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3132
3182
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3133
3183
|
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3134
|
-
height: calc(100% -
|
|
3184
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3135
3185
|
}
|
|
3136
3186
|
|
|
3137
3187
|
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -3407,6 +3457,30 @@ ejs-listbox {
|
|
|
3407
3457
|
padding-right: 0.923em;
|
|
3408
3458
|
}
|
|
3409
3459
|
|
|
3460
|
+
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3461
|
+
height: 100%;
|
|
3462
|
+
}
|
|
3463
|
+
|
|
3464
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3465
|
+
height: 100%;
|
|
3466
|
+
}
|
|
3467
|
+
|
|
3468
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
3469
|
+
height: 100%;
|
|
3470
|
+
}
|
|
3471
|
+
|
|
3472
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3473
|
+
height: calc(100% - 50px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3474
|
+
}
|
|
3475
|
+
|
|
3476
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
3477
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3478
|
+
}
|
|
3479
|
+
|
|
3480
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
3481
|
+
height: calc(100% - 36px) !important; /* stylelint-disable-line declaration-no-important */
|
|
3482
|
+
}
|
|
3483
|
+
|
|
3410
3484
|
/* stylelint-disable property-no-vendor-prefix */
|
|
3411
3485
|
@keyframes material-spinner-rotate {
|
|
3412
3486
|
0% {
|
|
@@ -562,27 +562,66 @@ ejs-listbox {
|
|
|
562
562
|
}
|
|
563
563
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
564
564
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
565
|
-
height: calc(100% - 46px);
|
|
565
|
+
height: calc(100% - 46px) !important; /* stylelint-disable-line declaration-no-important */
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
569
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
573
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
566
574
|
}
|
|
567
575
|
|
|
568
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
569
576
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
570
|
-
height:
|
|
577
|
+
height: 100%;
|
|
571
578
|
}
|
|
572
579
|
|
|
573
580
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
574
581
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
575
|
-
height: calc(100% -
|
|
582
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
586
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
590
|
+
height: calc(100% - 52px) !important; /* stylelint-disable-line declaration-no-important */
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
594
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
598
|
+
height: 100%;
|
|
576
599
|
}
|
|
577
600
|
|
|
578
601
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
602
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
603
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
604
|
+
}
|
|
605
|
+
|
|
579
606
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
580
|
-
height:
|
|
607
|
+
height: 100%;
|
|
581
608
|
}
|
|
582
609
|
|
|
583
610
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
611
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
612
|
+
height: calc(100% - 54px) !important; /* stylelint-disable-line declaration-no-important */
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
616
|
+
height: calc(100% - 91.5px) !important; /* stylelint-disable-line declaration-no-important */
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
620
|
+
height: calc(100% - 106px) !important; /* stylelint-disable-line declaration-no-important */
|
|
621
|
+
}
|
|
622
|
+
|
|
584
623
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
585
|
-
height:
|
|
624
|
+
height: 100%;
|
|
586
625
|
}
|
|
587
626
|
|
|
588
627
|
.e-listbox-wrapper,
|
|
@@ -615,7 +654,7 @@ ejs-listbox {
|
|
|
615
654
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
616
655
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
617
656
|
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
618
|
-
height: calc(100% -
|
|
657
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
619
658
|
}
|
|
620
659
|
|
|
621
660
|
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -889,4 +928,28 @@ ejs-listbox {
|
|
|
889
928
|
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
890
929
|
padding-left: 3.9285em;
|
|
891
930
|
padding-right: 1.0714em;
|
|
931
|
+
}
|
|
932
|
+
|
|
933
|
+
.e-listbox-container.e-filter-list .e-list-parent {
|
|
934
|
+
height: 100%;
|
|
935
|
+
}
|
|
936
|
+
|
|
937
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
938
|
+
height: 100%;
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
942
|
+
height: 100%;
|
|
943
|
+
}
|
|
944
|
+
|
|
945
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
946
|
+
height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
|
|
947
|
+
}
|
|
948
|
+
|
|
949
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
950
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
954
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
892
955
|
}
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../drop-down-base/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'icons/bootstrap-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-dropdowns/styles/list-box/bootstrap-dark.scss';
|
|
@@ -573,27 +573,66 @@ ejs-listbox {
|
|
|
573
573
|
}
|
|
574
574
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
575
575
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
576
|
-
height: calc(100% - 46px);
|
|
576
|
+
height: calc(100% - 46px) !important; /* stylelint-disable-line declaration-no-important */
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
580
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
584
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
577
585
|
}
|
|
578
586
|
|
|
579
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
580
587
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
581
|
-
height:
|
|
588
|
+
height: 100%;
|
|
582
589
|
}
|
|
583
590
|
|
|
584
591
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
585
592
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
586
|
-
height: calc(100% -
|
|
593
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
597
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
601
|
+
height: calc(100% - 52px) !important; /* stylelint-disable-line declaration-no-important */
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
605
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
609
|
+
height: 100%;
|
|
587
610
|
}
|
|
588
611
|
|
|
589
612
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
613
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
614
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
615
|
+
}
|
|
616
|
+
|
|
590
617
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
591
|
-
height:
|
|
618
|
+
height: 100%;
|
|
592
619
|
}
|
|
593
620
|
|
|
594
621
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
622
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
623
|
+
height: calc(100% - 54px) !important; /* stylelint-disable-line declaration-no-important */
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
627
|
+
height: calc(100% - 91.5px) !important; /* stylelint-disable-line declaration-no-important */
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
631
|
+
height: calc(100% - 106px) !important; /* stylelint-disable-line declaration-no-important */
|
|
632
|
+
}
|
|
633
|
+
|
|
595
634
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
596
|
-
height:
|
|
635
|
+
height: 100%;
|
|
597
636
|
}
|
|
598
637
|
|
|
599
638
|
.e-listbox-wrapper,
|
|
@@ -626,7 +665,7 @@ ejs-listbox {
|
|
|
626
665
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
627
666
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
628
667
|
.e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
629
|
-
height: calc(100% -
|
|
668
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
630
669
|
}
|
|
631
670
|
|
|
632
671
|
.e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -900,4 +939,28 @@ ejs-listbox {
|
|
|
900
939
|
.e-listboxtool-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
901
940
|
padding-left: 3.9285em;
|
|
902
941
|
padding-right: 1.0714em;
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
.e-listbox-container.e-filter-list .e-list-parent {
|
|
945
|
+
height: 100%;
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
949
|
+
height: 100%;
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
.e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
953
|
+
height: 100%;
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
957
|
+
height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
961
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
962
|
+
}
|
|
963
|
+
|
|
964
|
+
.e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
965
|
+
height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
|
|
903
966
|
}
|