@syncfusion/ej2-angular-dropdowns 20.2.43 → 20.2.44-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 +1264 -0
- package/@syncfusion/ej2-angular-dropdowns.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-dropdowns.js +1190 -0
- package/@syncfusion/ej2-angular-dropdowns.js.map +1 -0
- package/CHANGELOG.md +2379 -0
- package/dist/ej2-angular-dropdowns.umd.js +1327 -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 +10 -0
- package/ej2-angular-dropdowns.metadata.json +1 -0
- package/package.json +13 -27
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +155 -0
- package/schematics/generators/autocomplete-custom-filtering/index.d.ts +3 -0
- package/schematics/generators/autocomplete-custom-filtering/index.js +8 -0
- package/schematics/generators/autocomplete-custom-filtering/sample-details.d.ts +5 -0
- package/schematics/generators/autocomplete-custom-filtering/sample-details.js +7 -0
- package/schematics/generators/autocomplete-custom-filtering/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/autocomplete-custom-filtering/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/autocomplete-custom-filtering/schema.d.ts +3 -0
- package/schematics/generators/autocomplete-custom-filtering/schema.js +2 -0
- package/schematics/generators/autocomplete-custom-filtering/schema.json +125 -0
- package/schematics/generators/autocomplete-default/index.d.ts +3 -0
- package/schematics/generators/autocomplete-default/index.js +8 -0
- package/schematics/generators/autocomplete-default/sample-details.d.ts +5 -0
- package/schematics/generators/autocomplete-default/sample-details.js +7 -0
- package/schematics/generators/autocomplete-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/autocomplete-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +3 -0
- package/schematics/generators/autocomplete-default/schema.d.ts +3 -0
- package/schematics/generators/autocomplete-default/schema.js +2 -0
- package/schematics/generators/autocomplete-default/schema.json +125 -0
- package/schematics/generators/autocomplete-diacritics-filtering/index.d.ts +3 -0
- package/schematics/generators/autocomplete-diacritics-filtering/index.js +8 -0
- package/schematics/generators/autocomplete-diacritics-filtering/sample-details.d.ts +5 -0
- package/schematics/generators/autocomplete-diacritics-filtering/sample-details.js +7 -0
- package/schematics/generators/autocomplete-diacritics-filtering/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/autocomplete-diacritics-filtering/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/autocomplete-diacritics-filtering/schema.d.ts +3 -0
- package/schematics/generators/autocomplete-diacritics-filtering/schema.js +2 -0
- package/schematics/generators/autocomplete-diacritics-filtering/schema.json +125 -0
- package/schematics/generators/autocomplete-highlight/index.d.ts +3 -0
- package/schematics/generators/autocomplete-highlight/index.js +8 -0
- package/schematics/generators/autocomplete-highlight/sample-details.d.ts +5 -0
- package/schematics/generators/autocomplete-highlight/sample-details.js +7 -0
- package/schematics/generators/autocomplete-highlight/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/autocomplete-highlight/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +3 -0
- package/schematics/generators/autocomplete-highlight/schema.d.ts +3 -0
- package/schematics/generators/autocomplete-highlight/schema.js +2 -0
- package/schematics/generators/autocomplete-highlight/schema.json +125 -0
- package/schematics/generators/autocomplete-reactive-form/index.d.ts +3 -0
- package/schematics/generators/autocomplete-reactive-form/index.js +8 -0
- package/schematics/generators/autocomplete-reactive-form/sample-details.d.ts +5 -0
- package/schematics/generators/autocomplete-reactive-form/sample-details.js +7 -0
- package/schematics/generators/autocomplete-reactive-form/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +17 -0
- package/schematics/generators/autocomplete-reactive-form/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +20 -0
- package/schematics/generators/autocomplete-reactive-form/schema.d.ts +3 -0
- package/schematics/generators/autocomplete-reactive-form/schema.js +2 -0
- package/schematics/generators/autocomplete-reactive-form/schema.json +125 -0
- package/schematics/generators/autocomplete-template/images/__path__/__name@dasherize__/1.png +0 -0
- package/schematics/generators/autocomplete-template/images/__path__/__name@dasherize__/10.png +0 -0
- package/schematics/generators/autocomplete-template/images/__path__/__name@dasherize__/2.png +0 -0
- package/schematics/generators/autocomplete-template/images/__path__/__name@dasherize__/3.png +0 -0
- package/schematics/generators/autocomplete-template/images/__path__/__name@dasherize__/4.png +0 -0
- package/schematics/generators/autocomplete-template/images/__path__/__name@dasherize__/5.png +0 -0
- package/schematics/generators/autocomplete-template/images/__path__/__name@dasherize__/6.png +0 -0
- package/schematics/generators/autocomplete-template/images/__path__/__name@dasherize__/7.png +0 -0
- package/schematics/generators/autocomplete-template/images/__path__/__name@dasherize__/8.png +0 -0
- package/schematics/generators/autocomplete-template/images/__path__/__name@dasherize__/9.png +0 -0
- package/schematics/generators/autocomplete-template/index.d.ts +3 -0
- package/schematics/generators/autocomplete-template/index.js +8 -0
- package/schematics/generators/autocomplete-template/sample-details.d.ts +5 -0
- package/schematics/generators/autocomplete-template/sample-details.js +7 -0
- package/schematics/generators/autocomplete-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +65 -0
- package/schematics/generators/autocomplete-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +14 -0
- package/schematics/generators/autocomplete-template/schema.d.ts +3 -0
- package/schematics/generators/autocomplete-template/schema.js +2 -0
- package/schematics/generators/autocomplete-template/schema.json +125 -0
- package/schematics/generators/autocomplete-template-driven/index.d.ts +3 -0
- package/schematics/generators/autocomplete-template-driven/index.js +8 -0
- package/schematics/generators/autocomplete-template-driven/sample-details.d.ts +5 -0
- package/schematics/generators/autocomplete-template-driven/sample-details.js +7 -0
- package/schematics/generators/autocomplete-template-driven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +17 -0
- package/schematics/generators/autocomplete-template-driven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +18 -0
- package/schematics/generators/autocomplete-template-driven/schema.d.ts +3 -0
- package/schematics/generators/autocomplete-template-driven/schema.js +2 -0
- package/schematics/generators/autocomplete-template-driven/schema.json +125 -0
- package/schematics/generators/combobox-custom-value/index.d.ts +3 -0
- package/schematics/generators/combobox-custom-value/index.js +8 -0
- package/schematics/generators/combobox-custom-value/sample-details.d.ts +5 -0
- package/schematics/generators/combobox-custom-value/sample-details.js +7 -0
- package/schematics/generators/combobox-custom-value/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +1 -0
- package/schematics/generators/combobox-custom-value/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
- package/schematics/generators/combobox-custom-value/schema.d.ts +3 -0
- package/schematics/generators/combobox-custom-value/schema.js +2 -0
- package/schematics/generators/combobox-custom-value/schema.json +125 -0
- package/schematics/generators/combobox-default/index.d.ts +3 -0
- package/schematics/generators/combobox-default/index.js +8 -0
- package/schematics/generators/combobox-default/sample-details.d.ts +5 -0
- package/schematics/generators/combobox-default/sample-details.js +7 -0
- package/schematics/generators/combobox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/combobox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +3 -0
- package/schematics/generators/combobox-default/schema.d.ts +3 -0
- package/schematics/generators/combobox-default/schema.js +2 -0
- package/schematics/generators/combobox-default/schema.json +125 -0
- package/schematics/generators/combobox-filtering/index.d.ts +3 -0
- package/schematics/generators/combobox-filtering/index.js +8 -0
- package/schematics/generators/combobox-filtering/sample-details.d.ts +5 -0
- package/schematics/generators/combobox-filtering/sample-details.js +7 -0
- package/schematics/generators/combobox-filtering/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/combobox-filtering/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +2 -0
- package/schematics/generators/combobox-filtering/schema.d.ts +3 -0
- package/schematics/generators/combobox-filtering/schema.js +2 -0
- package/schematics/generators/combobox-filtering/schema.json +125 -0
- package/schematics/generators/combobox-grouping/index.d.ts +3 -0
- package/schematics/generators/combobox-grouping/index.js +8 -0
- package/schematics/generators/combobox-grouping/sample-details.d.ts +5 -0
- package/schematics/generators/combobox-grouping/sample-details.js +7 -0
- package/schematics/generators/combobox-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/combobox-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/combobox-grouping/schema.d.ts +3 -0
- package/schematics/generators/combobox-grouping/schema.js +2 -0
- package/schematics/generators/combobox-grouping/schema.json +125 -0
- package/schematics/generators/combobox-reactive-form/index.d.ts +3 -0
- package/schematics/generators/combobox-reactive-form/index.js +8 -0
- package/schematics/generators/combobox-reactive-form/sample-details.d.ts +5 -0
- package/schematics/generators/combobox-reactive-form/sample-details.js +7 -0
- package/schematics/generators/combobox-reactive-form/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +17 -0
- package/schematics/generators/combobox-reactive-form/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +24 -0
- package/schematics/generators/combobox-reactive-form/schema.d.ts +3 -0
- package/schematics/generators/combobox-reactive-form/schema.js +2 -0
- package/schematics/generators/combobox-reactive-form/schema.json +125 -0
- package/schematics/generators/combobox-template/images/__path__/__name@dasherize__/1.png +0 -0
- package/schematics/generators/combobox-template/images/__path__/__name@dasherize__/10.png +0 -0
- package/schematics/generators/combobox-template/images/__path__/__name@dasherize__/2.png +0 -0
- package/schematics/generators/combobox-template/images/__path__/__name@dasherize__/3.png +0 -0
- package/schematics/generators/combobox-template/images/__path__/__name@dasherize__/4.png +0 -0
- package/schematics/generators/combobox-template/images/__path__/__name@dasherize__/5.png +0 -0
- package/schematics/generators/combobox-template/images/__path__/__name@dasherize__/6.png +0 -0
- package/schematics/generators/combobox-template/images/__path__/__name@dasherize__/7.png +0 -0
- package/schematics/generators/combobox-template/images/__path__/__name@dasherize__/8.png +0 -0
- package/schematics/generators/combobox-template/images/__path__/__name@dasherize__/9.png +0 -0
- package/schematics/generators/combobox-template/index.d.ts +3 -0
- package/schematics/generators/combobox-template/index.js +8 -0
- package/schematics/generators/combobox-template/sample-details.d.ts +5 -0
- package/schematics/generators/combobox-template/sample-details.js +7 -0
- package/schematics/generators/combobox-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +65 -0
- package/schematics/generators/combobox-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +14 -0
- package/schematics/generators/combobox-template/schema.d.ts +3 -0
- package/schematics/generators/combobox-template/schema.js +2 -0
- package/schematics/generators/combobox-template/schema.json +125 -0
- package/schematics/generators/combobox-template-driven/index.d.ts +3 -0
- package/schematics/generators/combobox-template-driven/index.js +8 -0
- package/schematics/generators/combobox-template-driven/sample-details.d.ts +5 -0
- package/schematics/generators/combobox-template-driven/sample-details.js +7 -0
- package/schematics/generators/combobox-template-driven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +17 -0
- package/schematics/generators/combobox-template-driven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +23 -0
- package/schematics/generators/combobox-template-driven/schema.d.ts +3 -0
- package/schematics/generators/combobox-template-driven/schema.js +2 -0
- package/schematics/generators/combobox-template-driven/schema.json +125 -0
- package/schematics/generators/dropdownlist-cascading/index.d.ts +3 -0
- package/schematics/generators/dropdownlist-cascading/index.js +8 -0
- package/schematics/generators/dropdownlist-cascading/sample-details.d.ts +5 -0
- package/schematics/generators/dropdownlist-cascading/sample-details.js +7 -0
- package/schematics/generators/dropdownlist-cascading/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/dropdownlist-cascading/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
- package/schematics/generators/dropdownlist-cascading/schema.d.ts +3 -0
- package/schematics/generators/dropdownlist-cascading/schema.js +2 -0
- package/schematics/generators/dropdownlist-cascading/schema.json +125 -0
- package/schematics/generators/dropdownlist-default/index.d.ts +3 -0
- package/schematics/generators/dropdownlist-default/index.js +8 -0
- package/schematics/generators/dropdownlist-default/sample-details.d.ts +5 -0
- package/schematics/generators/dropdownlist-default/sample-details.js +7 -0
- package/schematics/generators/dropdownlist-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/dropdownlist-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/dropdownlist-default/schema.d.ts +3 -0
- package/schematics/generators/dropdownlist-default/schema.js +2 -0
- package/schematics/generators/dropdownlist-default/schema.json +125 -0
- package/schematics/generators/dropdownlist-filtering/index.d.ts +3 -0
- package/schematics/generators/dropdownlist-filtering/index.js +8 -0
- package/schematics/generators/dropdownlist-filtering/sample-details.d.ts +5 -0
- package/schematics/generators/dropdownlist-filtering/sample-details.js +7 -0
- package/schematics/generators/dropdownlist-filtering/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/dropdownlist-filtering/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
- package/schematics/generators/dropdownlist-filtering/schema.d.ts +3 -0
- package/schematics/generators/dropdownlist-filtering/schema.js +2 -0
- package/schematics/generators/dropdownlist-filtering/schema.json +125 -0
- package/schematics/generators/dropdownlist-inline/index.d.ts +3 -0
- package/schematics/generators/dropdownlist-inline/index.js +8 -0
- package/schematics/generators/dropdownlist-inline/sample-details.d.ts +5 -0
- package/schematics/generators/dropdownlist-inline/sample-details.js +7 -0
- package/schematics/generators/dropdownlist-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/dropdownlist-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
- package/schematics/generators/dropdownlist-inline/schema.d.ts +3 -0
- package/schematics/generators/dropdownlist-inline/schema.js +2 -0
- package/schematics/generators/dropdownlist-inline/schema.json +125 -0
- package/schematics/generators/dropdownlist-reactive-form/index.d.ts +3 -0
- package/schematics/generators/dropdownlist-reactive-form/index.js +8 -0
- package/schematics/generators/dropdownlist-reactive-form/sample-details.d.ts +5 -0
- package/schematics/generators/dropdownlist-reactive-form/sample-details.js +7 -0
- package/schematics/generators/dropdownlist-reactive-form/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +17 -0
- package/schematics/generators/dropdownlist-reactive-form/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +25 -0
- package/schematics/generators/dropdownlist-reactive-form/schema.d.ts +3 -0
- package/schematics/generators/dropdownlist-reactive-form/schema.js +2 -0
- package/schematics/generators/dropdownlist-reactive-form/schema.json +125 -0
- package/schematics/generators/dropdownlist-template/images/__path__/__name@dasherize__/1.png +0 -0
- package/schematics/generators/dropdownlist-template/images/__path__/__name@dasherize__/10.png +0 -0
- package/schematics/generators/dropdownlist-template/images/__path__/__name@dasherize__/2.png +0 -0
- package/schematics/generators/dropdownlist-template/images/__path__/__name@dasherize__/3.png +0 -0
- package/schematics/generators/dropdownlist-template/images/__path__/__name@dasherize__/4.png +0 -0
- package/schematics/generators/dropdownlist-template/images/__path__/__name@dasherize__/5.png +0 -0
- package/schematics/generators/dropdownlist-template/images/__path__/__name@dasherize__/6.png +0 -0
- package/schematics/generators/dropdownlist-template/images/__path__/__name@dasherize__/7.png +0 -0
- package/schematics/generators/dropdownlist-template/images/__path__/__name@dasherize__/8.png +0 -0
- package/schematics/generators/dropdownlist-template/images/__path__/__name@dasherize__/9.png +0 -0
- package/schematics/generators/dropdownlist-template/index.d.ts +3 -0
- package/schematics/generators/dropdownlist-template/index.js +8 -0
- package/schematics/generators/dropdownlist-template/sample-details.d.ts +5 -0
- package/schematics/generators/dropdownlist-template/sample-details.js +7 -0
- package/schematics/generators/dropdownlist-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +84 -0
- package/schematics/generators/dropdownlist-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +19 -0
- package/schematics/generators/dropdownlist-template/schema.d.ts +3 -0
- package/schematics/generators/dropdownlist-template/schema.js +2 -0
- package/schematics/generators/dropdownlist-template/schema.json +125 -0
- package/schematics/generators/dropdownlist-template-driven/index.d.ts +3 -0
- package/schematics/generators/dropdownlist-template-driven/index.js +8 -0
- package/schematics/generators/dropdownlist-template-driven/sample-details.d.ts +5 -0
- package/schematics/generators/dropdownlist-template-driven/sample-details.js +7 -0
- package/schematics/generators/dropdownlist-template-driven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +17 -0
- package/schematics/generators/dropdownlist-template-driven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +25 -0
- package/schematics/generators/dropdownlist-template-driven/schema.d.ts +3 -0
- package/schematics/generators/dropdownlist-template-driven/schema.js +2 -0
- package/schematics/generators/dropdownlist-template-driven/schema.json +125 -0
- package/schematics/generators/multiselect-box-mode/index.d.ts +3 -0
- package/schematics/generators/multiselect-box-mode/index.js +8 -0
- package/schematics/generators/multiselect-box-mode/sample-details.d.ts +5 -0
- package/schematics/generators/multiselect-box-mode/sample-details.js +7 -0
- package/schematics/generators/multiselect-box-mode/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/multiselect-box-mode/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/multiselect-box-mode/schema.d.ts +3 -0
- package/schematics/generators/multiselect-box-mode/schema.js +2 -0
- package/schematics/generators/multiselect-box-mode/schema.json +125 -0
- package/schematics/generators/multiselect-checkbox/index.d.ts +3 -0
- package/schematics/generators/multiselect-checkbox/index.js +8 -0
- package/schematics/generators/multiselect-checkbox/sample-details.d.ts +5 -0
- package/schematics/generators/multiselect-checkbox/sample-details.js +7 -0
- package/schematics/generators/multiselect-checkbox/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/multiselect-checkbox/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
- package/schematics/generators/multiselect-checkbox/schema.d.ts +3 -0
- package/schematics/generators/multiselect-checkbox/schema.js +2 -0
- package/schematics/generators/multiselect-checkbox/schema.json +125 -0
- package/schematics/generators/multiselect-chip-customization/index.d.ts +3 -0
- package/schematics/generators/multiselect-chip-customization/index.js +8 -0
- package/schematics/generators/multiselect-chip-customization/sample-details.d.ts +5 -0
- package/schematics/generators/multiselect-chip-customization/sample-details.js +7 -0
- package/schematics/generators/multiselect-chip-customization/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +73 -0
- package/schematics/generators/multiselect-chip-customization/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/multiselect-chip-customization/schema.d.ts +3 -0
- package/schematics/generators/multiselect-chip-customization/schema.js +2 -0
- package/schematics/generators/multiselect-chip-customization/schema.json +125 -0
- package/schematics/generators/multiselect-delimiter-mode/index.d.ts +3 -0
- package/schematics/generators/multiselect-delimiter-mode/index.js +8 -0
- package/schematics/generators/multiselect-delimiter-mode/sample-details.d.ts +5 -0
- package/schematics/generators/multiselect-delimiter-mode/sample-details.js +7 -0
- package/schematics/generators/multiselect-delimiter-mode/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +1 -0
- package/schematics/generators/multiselect-delimiter-mode/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/multiselect-delimiter-mode/schema.d.ts +3 -0
- package/schematics/generators/multiselect-delimiter-mode/schema.js +2 -0
- package/schematics/generators/multiselect-delimiter-mode/schema.json +125 -0
- package/schematics/generators/multiselect-filtering/index.d.ts +3 -0
- package/schematics/generators/multiselect-filtering/index.js +8 -0
- package/schematics/generators/multiselect-filtering/sample-details.d.ts +5 -0
- package/schematics/generators/multiselect-filtering/sample-details.js +7 -0
- package/schematics/generators/multiselect-filtering/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/multiselect-filtering/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/multiselect-filtering/schema.d.ts +3 -0
- package/schematics/generators/multiselect-filtering/schema.js +2 -0
- package/schematics/generators/multiselect-filtering/schema.json +125 -0
- package/schematics/generators/multiselect-reactive-form/index.d.ts +3 -0
- package/schematics/generators/multiselect-reactive-form/index.js +8 -0
- package/schematics/generators/multiselect-reactive-form/sample-details.d.ts +5 -0
- package/schematics/generators/multiselect-reactive-form/sample-details.js +7 -0
- package/schematics/generators/multiselect-reactive-form/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +18 -0
- package/schematics/generators/multiselect-reactive-form/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +24 -0
- package/schematics/generators/multiselect-reactive-form/schema.d.ts +3 -0
- package/schematics/generators/multiselect-reactive-form/schema.js +2 -0
- package/schematics/generators/multiselect-reactive-form/schema.json +125 -0
- package/schematics/generators/multiselect-template/images/__path__/__name@dasherize__/1.png +0 -0
- package/schematics/generators/multiselect-template/images/__path__/__name@dasherize__/10.png +0 -0
- package/schematics/generators/multiselect-template/images/__path__/__name@dasherize__/2.png +0 -0
- package/schematics/generators/multiselect-template/images/__path__/__name@dasherize__/3.png +0 -0
- package/schematics/generators/multiselect-template/images/__path__/__name@dasherize__/4.png +0 -0
- package/schematics/generators/multiselect-template/images/__path__/__name@dasherize__/5.png +0 -0
- package/schematics/generators/multiselect-template/images/__path__/__name@dasherize__/6.png +0 -0
- package/schematics/generators/multiselect-template/images/__path__/__name@dasherize__/7.png +0 -0
- package/schematics/generators/multiselect-template/images/__path__/__name@dasherize__/8.png +0 -0
- package/schematics/generators/multiselect-template/images/__path__/__name@dasherize__/9.png +0 -0
- package/schematics/generators/multiselect-template/index.d.ts +3 -0
- package/schematics/generators/multiselect-template/index.js +8 -0
- package/schematics/generators/multiselect-template/sample-details.d.ts +5 -0
- package/schematics/generators/multiselect-template/sample-details.js +7 -0
- package/schematics/generators/multiselect-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +211 -0
- package/schematics/generators/multiselect-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +20 -0
- package/schematics/generators/multiselect-template/schema.d.ts +3 -0
- package/schematics/generators/multiselect-template/schema.js +2 -0
- package/schematics/generators/multiselect-template/schema.json +125 -0
- package/schematics/generators/multiselect-template-driven/index.d.ts +3 -0
- package/schematics/generators/multiselect-template-driven/index.js +8 -0
- package/schematics/generators/multiselect-template-driven/sample-details.d.ts +5 -0
- package/schematics/generators/multiselect-template-driven/sample-details.js +7 -0
- package/schematics/generators/multiselect-template-driven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +18 -0
- package/schematics/generators/multiselect-template-driven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +24 -0
- package/schematics/generators/multiselect-template-driven/schema.d.ts +3 -0
- package/schematics/generators/multiselect-template-driven/schema.js +2 -0
- package/schematics/generators/multiselect-template-driven/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- 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/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.css +1 -3
- package/styles/auto-complete/bootstrap-dark.scss +1 -4
- package/styles/auto-complete/bootstrap.css +1 -3
- package/styles/auto-complete/bootstrap.scss +1 -4
- package/styles/auto-complete/bootstrap4.css +1 -3
- package/styles/auto-complete/bootstrap4.scss +1 -4
- package/styles/auto-complete/bootstrap5-dark.css +1 -3
- package/styles/auto-complete/bootstrap5-dark.scss +1 -4
- package/styles/auto-complete/bootstrap5.css +1 -3
- package/styles/auto-complete/bootstrap5.scss +1 -4
- package/styles/auto-complete/fabric-dark.css +1 -3
- package/styles/auto-complete/fabric-dark.scss +1 -4
- package/styles/auto-complete/fabric.css +1 -3
- package/styles/auto-complete/fabric.scss +1 -4
- package/styles/auto-complete/fluent-dark.css +1 -3
- package/styles/auto-complete/fluent-dark.scss +1 -4
- package/styles/auto-complete/fluent.css +1 -3
- package/styles/auto-complete/fluent.scss +1 -4
- package/styles/auto-complete/highcontrast-light.css +1 -3
- package/styles/auto-complete/highcontrast-light.scss +1 -4
- package/styles/auto-complete/highcontrast.css +1 -3
- package/styles/auto-complete/highcontrast.scss +1 -4
- package/styles/auto-complete/material-dark.css +1 -3
- package/styles/auto-complete/material-dark.scss +1 -4
- package/styles/auto-complete/material.css +1 -3
- package/styles/auto-complete/material.scss +1 -4
- package/styles/auto-complete/tailwind-dark.css +1 -3
- package/styles/auto-complete/tailwind-dark.scss +1 -4
- package/styles/auto-complete/tailwind.css +1 -3
- package/styles/auto-complete/tailwind.scss +1 -4
- package/styles/bootstrap-dark.css +41 -35
- package/styles/bootstrap.css +41 -35
- package/styles/bootstrap4.css +41 -36
- package/styles/bootstrap5-dark.css +42 -39
- package/styles/bootstrap5.css +42 -39
- package/styles/combo-box/bootstrap-dark.css +1 -3
- package/styles/combo-box/bootstrap-dark.scss +1 -4
- package/styles/combo-box/bootstrap.css +1 -3
- package/styles/combo-box/bootstrap.scss +1 -4
- package/styles/combo-box/bootstrap4.css +1 -3
- package/styles/combo-box/bootstrap4.scss +1 -4
- package/styles/combo-box/bootstrap5-dark.css +1 -3
- package/styles/combo-box/bootstrap5-dark.scss +1 -4
- package/styles/combo-box/bootstrap5.css +1 -3
- package/styles/combo-box/bootstrap5.scss +1 -4
- package/styles/combo-box/fabric-dark.css +1 -3
- package/styles/combo-box/fabric-dark.scss +1 -4
- package/styles/combo-box/fabric.css +1 -3
- package/styles/combo-box/fabric.scss +1 -4
- package/styles/combo-box/fluent-dark.css +1 -3
- package/styles/combo-box/fluent-dark.scss +1 -4
- package/styles/combo-box/fluent.css +1 -3
- package/styles/combo-box/fluent.scss +1 -4
- package/styles/combo-box/highcontrast-light.css +1 -3
- package/styles/combo-box/highcontrast-light.scss +1 -4
- package/styles/combo-box/highcontrast.css +1 -3
- package/styles/combo-box/highcontrast.scss +1 -4
- package/styles/combo-box/material-dark.css +1 -3
- package/styles/combo-box/material-dark.scss +1 -4
- package/styles/combo-box/material.css +1 -3
- package/styles/combo-box/material.scss +1 -4
- package/styles/combo-box/tailwind-dark.css +1 -3
- package/styles/combo-box/tailwind-dark.scss +1 -4
- package/styles/combo-box/tailwind.css +1 -3
- package/styles/combo-box/tailwind.scss +1 -4
- package/styles/drop-down-base/bootstrap-dark.css +0 -1
- package/styles/drop-down-base/bootstrap-dark.scss +1 -3
- package/styles/drop-down-base/bootstrap.css +0 -1
- package/styles/drop-down-base/bootstrap.scss +1 -3
- package/styles/drop-down-base/bootstrap4.css +0 -1
- package/styles/drop-down-base/bootstrap4.scss +1 -3
- package/styles/drop-down-base/bootstrap5-dark.css +0 -1
- package/styles/drop-down-base/bootstrap5-dark.scss +1 -3
- package/styles/drop-down-base/bootstrap5.css +0 -1
- package/styles/drop-down-base/bootstrap5.scss +1 -3
- package/styles/drop-down-base/fabric-dark.css +0 -1
- package/styles/drop-down-base/fabric-dark.scss +1 -3
- package/styles/drop-down-base/fabric.css +0 -1
- package/styles/drop-down-base/fabric.scss +1 -3
- package/styles/drop-down-base/fluent-dark.css +0 -1
- package/styles/drop-down-base/fluent-dark.scss +1 -3
- package/styles/drop-down-base/fluent.css +0 -1
- package/styles/drop-down-base/fluent.scss +1 -3
- package/styles/drop-down-base/highcontrast-light.css +0 -1
- package/styles/drop-down-base/highcontrast-light.scss +1 -3
- package/styles/drop-down-base/highcontrast.css +0 -1
- package/styles/drop-down-base/highcontrast.scss +1 -3
- package/styles/drop-down-base/material-dark.css +0 -1
- package/styles/drop-down-base/material-dark.scss +1 -3
- package/styles/drop-down-base/material.css +0 -1
- package/styles/drop-down-base/material.scss +1 -3
- package/styles/drop-down-base/tailwind-dark.css +0 -1
- package/styles/drop-down-base/tailwind-dark.scss +1 -3
- package/styles/drop-down-base/tailwind.css +0 -1
- package/styles/drop-down-base/tailwind.scss +1 -3
- package/styles/drop-down-list/bootstrap-dark.css +0 -5
- package/styles/drop-down-list/bootstrap-dark.scss +1 -8
- package/styles/drop-down-list/bootstrap.css +0 -5
- package/styles/drop-down-list/bootstrap.scss +1 -8
- package/styles/drop-down-list/bootstrap4.css +0 -5
- package/styles/drop-down-list/bootstrap4.scss +1 -8
- package/styles/drop-down-list/bootstrap5-dark.css +0 -6
- package/styles/drop-down-list/bootstrap5-dark.scss +1 -8
- package/styles/drop-down-list/bootstrap5.css +0 -6
- package/styles/drop-down-list/bootstrap5.scss +1 -8
- package/styles/drop-down-list/fabric-dark.css +0 -5
- package/styles/drop-down-list/fabric-dark.scss +1 -8
- package/styles/drop-down-list/fabric.css +0 -5
- package/styles/drop-down-list/fabric.scss +1 -8
- package/styles/drop-down-list/fluent-dark.css +0 -6
- package/styles/drop-down-list/fluent-dark.scss +1 -8
- package/styles/drop-down-list/fluent.css +0 -6
- package/styles/drop-down-list/fluent.scss +1 -8
- package/styles/drop-down-list/highcontrast-light.css +0 -5
- package/styles/drop-down-list/highcontrast-light.scss +1 -8
- package/styles/drop-down-list/highcontrast.css +0 -5
- package/styles/drop-down-list/highcontrast.scss +1 -8
- package/styles/drop-down-list/material-dark.css +0 -5
- package/styles/drop-down-list/material-dark.scss +1 -8
- package/styles/drop-down-list/material.css +0 -5
- package/styles/drop-down-list/material.scss +1 -8
- package/styles/drop-down-list/tailwind-dark.css +0 -6
- package/styles/drop-down-list/tailwind-dark.scss +1 -8
- package/styles/drop-down-list/tailwind.css +0 -6
- package/styles/drop-down-list/tailwind.scss +1 -8
- package/styles/drop-down-tree/bootstrap-dark.css +0 -4
- package/styles/drop-down-tree/bootstrap-dark.scss +1 -9
- package/styles/drop-down-tree/bootstrap.css +0 -4
- package/styles/drop-down-tree/bootstrap.scss +1 -9
- package/styles/drop-down-tree/bootstrap4.css +0 -4
- package/styles/drop-down-tree/bootstrap4.scss +1 -9
- package/styles/drop-down-tree/bootstrap5-dark.css +0 -5
- package/styles/drop-down-tree/bootstrap5-dark.scss +1 -9
- package/styles/drop-down-tree/bootstrap5.css +0 -5
- package/styles/drop-down-tree/bootstrap5.scss +1 -9
- package/styles/drop-down-tree/fabric-dark.css +0 -4
- package/styles/drop-down-tree/fabric-dark.scss +1 -9
- package/styles/drop-down-tree/fabric.css +0 -4
- package/styles/drop-down-tree/fabric.scss +1 -9
- package/styles/drop-down-tree/fluent-dark.css +0 -5
- package/styles/drop-down-tree/fluent-dark.scss +1 -9
- package/styles/drop-down-tree/fluent.css +0 -5
- package/styles/drop-down-tree/fluent.scss +1 -9
- package/styles/drop-down-tree/highcontrast-light.css +0 -4
- package/styles/drop-down-tree/highcontrast-light.scss +1 -9
- package/styles/drop-down-tree/highcontrast.css +0 -4
- package/styles/drop-down-tree/highcontrast.scss +1 -9
- package/styles/drop-down-tree/material-dark.css +0 -4
- package/styles/drop-down-tree/material-dark.scss +1 -9
- package/styles/drop-down-tree/material.css +0 -4
- package/styles/drop-down-tree/material.scss +1 -9
- package/styles/drop-down-tree/tailwind-dark.css +0 -5
- package/styles/drop-down-tree/tailwind-dark.scss +1 -9
- package/styles/drop-down-tree/tailwind.css +0 -5
- package/styles/drop-down-tree/tailwind.scss +1 -9
- package/styles/fabric-dark.css +41 -35
- package/styles/fabric.css +41 -35
- package/styles/fluent-dark.css +42 -39
- package/styles/fluent.css +42 -39
- package/styles/highcontrast-light.css +41 -38
- package/styles/highcontrast.css +41 -38
- package/styles/list-box/bootstrap-dark.css +33 -12
- package/styles/list-box/bootstrap-dark.scss +1 -5
- package/styles/list-box/bootstrap.css +35 -14
- package/styles/list-box/bootstrap.scss +1 -5
- package/styles/list-box/bootstrap4.css +35 -14
- package/styles/list-box/bootstrap4.scss +1 -5
- package/styles/list-box/bootstrap5-dark.css +36 -15
- package/styles/list-box/bootstrap5-dark.scss +1 -5
- package/styles/list-box/bootstrap5.css +36 -15
- package/styles/list-box/bootstrap5.scss +1 -5
- package/styles/list-box/fabric-dark.css +33 -12
- package/styles/list-box/fabric-dark.scss +1 -5
- package/styles/list-box/fabric.css +35 -14
- package/styles/list-box/fabric.scss +1 -5
- package/styles/list-box/fluent-dark.css +36 -15
- package/styles/list-box/fluent-dark.scss +1 -5
- package/styles/list-box/fluent.css +36 -15
- package/styles/list-box/fluent.scss +1 -5
- package/styles/list-box/highcontrast-light.css +33 -12
- package/styles/list-box/highcontrast-light.scss +1 -5
- package/styles/list-box/highcontrast.css +35 -14
- package/styles/list-box/highcontrast.scss +1 -5
- package/styles/list-box/material-dark.css +33 -12
- package/styles/list-box/material-dark.scss +1 -5
- package/styles/list-box/material.css +35 -14
- package/styles/list-box/material.scss +1 -5
- package/styles/list-box/tailwind-dark.css +36 -15
- package/styles/list-box/tailwind-dark.scss +1 -5
- package/styles/list-box/tailwind.css +36 -15
- package/styles/list-box/tailwind.scss +1 -5
- package/styles/material-dark.css +41 -35
- package/styles/material.css +41 -35
- package/styles/multi-select/bootstrap-dark.css +6 -10
- package/styles/multi-select/bootstrap-dark.scss +1 -9
- package/styles/multi-select/bootstrap.css +6 -10
- package/styles/multi-select/bootstrap.scss +1 -9
- package/styles/multi-select/bootstrap4.css +6 -10
- package/styles/multi-select/bootstrap4.scss +1 -9
- package/styles/multi-select/bootstrap5-dark.css +6 -11
- package/styles/multi-select/bootstrap5-dark.scss +1 -9
- package/styles/multi-select/bootstrap5.css +6 -11
- package/styles/multi-select/bootstrap5.scss +1 -9
- package/styles/multi-select/fabric-dark.css +6 -10
- package/styles/multi-select/fabric-dark.scss +1 -9
- package/styles/multi-select/fabric.css +6 -10
- package/styles/multi-select/fabric.scss +1 -9
- package/styles/multi-select/fluent-dark.css +6 -11
- package/styles/multi-select/fluent-dark.scss +1 -9
- package/styles/multi-select/fluent.css +6 -11
- package/styles/multi-select/fluent.scss +1 -9
- package/styles/multi-select/highcontrast-light.css +6 -13
- package/styles/multi-select/highcontrast-light.scss +1 -9
- package/styles/multi-select/highcontrast.css +6 -13
- package/styles/multi-select/highcontrast.scss +1 -9
- package/styles/multi-select/material-dark.css +6 -10
- package/styles/multi-select/material-dark.scss +1 -9
- package/styles/multi-select/material.css +6 -10
- package/styles/multi-select/material.scss +1 -9
- package/styles/multi-select/tailwind-dark.css +8 -11
- package/styles/multi-select/tailwind-dark.scss +1 -9
- package/styles/multi-select/tailwind.css +8 -11
- package/styles/multi-select/tailwind.scss +1 -9
- package/styles/tailwind-dark.css +44 -39
- package/styles/tailwind.css +44 -39
- 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 -121
- 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 -121
- package/esm2020/src/combo-box/combobox.module.mjs +0 -25
- package/esm2020/src/drop-down-list/dropdownlist-all.module.mjs +0 -23
- package/esm2020/src/drop-down-list/dropdownlist.component.mjs +0 -127
- 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 -115
- package/esm2020/src/drop-down-tree/dropdowntree.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -20
- package/esm2020/src/list-box/listbox-all.module.mjs +0 -23
- package/esm2020/src/list-box/listbox.component.mjs +0 -103
- package/esm2020/src/list-box/listbox.module.mjs +0 -25
- package/esm2020/src/multi-select/multiselect-all.module.mjs +0 -29
- package/esm2020/src/multi-select/multiselect.component.mjs +0 -134
- 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 -935
- package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs +0 -935
- 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-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-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 -76
- package/styles/drop-down-base/_bootstrap-definition.scss +0 -76
- package/styles/drop-down-base/_bootstrap4-definition.scss +0 -91
- package/styles/drop-down-base/_bootstrap5-dark-definition.scss +0 -1
- package/styles/drop-down-base/_bootstrap5-definition.scss +0 -110
- package/styles/drop-down-base/_definition.scss +0 -23
- package/styles/drop-down-base/_fabric-dark-definition.scss +0 -79
- package/styles/drop-down-base/_fabric-definition.scss +0 -77
- package/styles/drop-down-base/_fluent-dark-definition.scss +0 -1
- package/styles/drop-down-base/_fluent-definition.scss +0 -114
- package/styles/drop-down-base/_fusionnew-definition.scss +0 -110
- package/styles/drop-down-base/_highcontrast-definition.scss +0 -98
- package/styles/drop-down-base/_highcontrast-light-definition.scss +0 -98
- package/styles/drop-down-base/_layout.scss +0 -153
- package/styles/drop-down-base/_material-dark-definition.scss +0 -79
- package/styles/drop-down-base/_material-definition.scss +0 -78
- package/styles/drop-down-base/_material3-definition.scss +0 -110
- package/styles/drop-down-base/_tailwind-dark-definition.scss +0 -1
- package/styles/drop-down-base/_tailwind-definition.scss +0 -122
- package/styles/drop-down-base/_theme.scss +0 -328
- 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 -296
- 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-definition.scss +0 -201
- 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.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 -1378
- 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-definition.scss +0 -60
- 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 -120
- 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.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 -125
- package/styles/list-box/_bootstrap-definition.scss +0 -118
- package/styles/list-box/_bootstrap4-definition.scss +0 -123
- package/styles/list-box/_bootstrap5-dark-definition.scss +0 -1
- package/styles/list-box/_bootstrap5-definition.scss +0 -121
- package/styles/list-box/_fabric-dark-definition.scss +0 -125
- package/styles/list-box/_fabric-definition.scss +0 -118
- package/styles/list-box/_fluent-dark-definition.scss +0 -1
- package/styles/list-box/_fluent-definition.scss +0 -121
- package/styles/list-box/_fusionnew-definition.scss +0 -114
- package/styles/list-box/_highcontrast-definition.scss +0 -118
- package/styles/list-box/_highcontrast-light-definition.scss +0 -125
- package/styles/list-box/_layout.scss +0 -534
- package/styles/list-box/_material-dark-definition.scss +0 -125
- package/styles/list-box/_material-definition.scss +0 -118
- package/styles/list-box/_material3-definition.scss +0 -120
- package/styles/list-box/_tailwind-dark-definition.scss +0 -1
- package/styles/list-box/_tailwind-definition.scss +0 -120
- package/styles/list-box/_theme.scss +0 -316
- 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.scss +0 -25
- package/styles/list-box/icons/_tailwind-dark.scss +0 -25
- package/styles/list-box/icons/_tailwind.scss +0 -25
- package/styles/multi-select/_all.scss +0 -2
- package/styles/multi-select/_bootstrap-dark-definition.scss +0 -189
- package/styles/multi-select/_bootstrap-definition.scss +0 -183
- package/styles/multi-select/_bootstrap4-definition.scss +0 -249
- package/styles/multi-select/_bootstrap5-dark-definition.scss +0 -1
- package/styles/multi-select/_bootstrap5-definition.scss +0 -219
- package/styles/multi-select/_fabric-dark-definition.scss +0 -178
- package/styles/multi-select/_fabric-definition.scss +0 -174
- package/styles/multi-select/_fluent-dark-definition.scss +0 -1
- package/styles/multi-select/_fluent-definition.scss +0 -230
- package/styles/multi-select/_fusionnew-definition.scss +0 -219
- package/styles/multi-select/_highcontrast-definition.scss +0 -287
- package/styles/multi-select/_highcontrast-light-definition.scss +0 -286
- package/styles/multi-select/_layout.scss +0 -1991
- package/styles/multi-select/_material-dark-definition.scss +0 -221
- package/styles/multi-select/_material-definition.scss +0 -214
- package/styles/multi-select/_material3-definition.scss +0 -219
- package/styles/multi-select/_tailwind-dark-definition.scss +0 -1
- package/styles/multi-select/_tailwind-definition.scss +0 -224
- package/styles/multi-select/_theme.scss +0 -488
- 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.scss +0 -26
- 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
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
$ddl-list-line-height: 30px !default;
|
|
2
|
-
$ddl-header-font-weight: $font-weight-medium !default;
|
|
3
|
-
$ddl-last-child-bottom-border: 0 !default;
|
|
4
|
-
$ddl-default-font-family: $font-family !default;
|
|
5
|
-
$ddl-line-height: 32px !default;
|
|
6
|
-
$ddl-list-border-size: 0 !default;
|
|
7
|
-
$ddl-list-bottom-border: $ddl-list-border-size !default;
|
|
8
|
-
|
|
9
|
-
$ddl-list-font-size: $text-sm !default;
|
|
10
|
-
$ddl-list-font-family: $font-family !default;
|
|
11
|
-
$ddl-list-focus-border: 1px solid $border-focus !default;
|
|
12
|
-
$ddl-group-list-padding-left: 12px !default;
|
|
13
|
-
$ddl-group-list-small-padding-left: 8px !default;
|
|
14
|
-
$ddl-group-list-bigger-padding-left: 16px !default;
|
|
15
|
-
$ddl-group-list-bigger-small-padding-left: 14px !default;
|
|
16
|
-
$ddl-list-header-padding-left: 12px !default;
|
|
17
|
-
$ddl-list-header-small-padding-left: 8px !default;
|
|
18
|
-
$ddl-list-header-bigger-small-padding-left: 14px !default;
|
|
19
|
-
$ddl-list-header-bigger-padding-left: 16px !default;
|
|
20
|
-
$ddl-list-text-indent: 12px !default;
|
|
21
|
-
$ddl-list-rtl-padding-right: 0 !default;
|
|
22
|
-
$ddl-list-padding-right: 16px !default;
|
|
23
|
-
$ddl-list-rtl-padding-left: 16px !default;
|
|
24
|
-
$ddl-multi-column-border-width: 0 0 1px 0 !default;
|
|
25
|
-
$ddl-bigger-list-header-font-size: $text-base !default;
|
|
26
|
-
$ddl-group-list-font-size: $text-sm !default;
|
|
27
|
-
$ddl-list-header-font-size: $text-sm !default;
|
|
28
|
-
|
|
29
|
-
// Small Size
|
|
30
|
-
|
|
31
|
-
$ddl-small-icon-font-size: 14px !default;
|
|
32
|
-
$ddl-small-line-height: 26px !default;
|
|
33
|
-
$ddl-small-list-text-indent: 8px !default;
|
|
34
|
-
$ddl-small-list-header-font-size: $text-xxs !default;
|
|
35
|
-
|
|
36
|
-
// Touch Small
|
|
37
|
-
|
|
38
|
-
$ddl-bigger-small-icon-font-size: 18px !default;
|
|
39
|
-
$ddl-bigger-small-line-height: 30px !default;
|
|
40
|
-
$ddl-bigger-small-list-text-indent: 16px !default;
|
|
41
|
-
$ddl-bigger-text-indent: 16px !default;
|
|
42
|
-
$ddl-bigger-small-list-header-font-size: $text-xs !default;
|
|
43
|
-
$ddl-group-list-item-text-intent: 0 !default;
|
|
44
|
-
|
|
45
|
-
$ddl-list-border-color: $border-light !default;
|
|
46
|
-
$ddl-list-gradient-color: $border-light !default;
|
|
47
|
-
$ddl-list-bg-color: $flyout-bg-color !default;
|
|
48
|
-
$ddl-list-header-bg-color: $transparent !default;
|
|
49
|
-
$ddl-list-tap-color: transparent !default;
|
|
50
|
-
$ddl-list-header-border-color: $border-light !default;
|
|
51
|
-
$ddl-nodata-font-color: $content-text-color !default;
|
|
52
|
-
$ddl-list-default-font-color: $content-text-color !default;
|
|
53
|
-
$ddl-list-active-border-color: $content-bg-color !default;
|
|
54
|
-
$ddl-list-active-font-color: $content-text-color-selected !default;
|
|
55
|
-
$ddl-list-active-bg-color: $content-bg-color-selected !default;
|
|
56
|
-
$ddl-list-hover-border-color: $content-bg-color !default;
|
|
57
|
-
$ddl-list-hover-bg-color: $flyout-bg-color-hover !default;
|
|
58
|
-
$ddl-list-hover-font-color: $flyout-text-color-hover !default;
|
|
59
|
-
$ddl-list-header-font-color: $content-text-color-alt3 !default;
|
|
60
|
-
$ddl-default-header-font-color: $content-text-color-alt3 !default;
|
|
61
|
-
$ddl-list-focus-color: $flyout-text-color-hover !default;
|
|
62
|
-
$ddl-multi-column-border-color: $flyout-border !default;
|
|
63
|
-
|
|
64
|
-
// Small Size color
|
|
65
|
-
$ddl-small-list-font-color: $content-text-color !default;
|
|
66
|
-
|
|
67
|
-
// Touch Small color
|
|
68
|
-
$ddl-bigger-small-list-font-color: $content-text-color !default;
|
|
69
|
-
|
|
70
|
-
@include export-module('dropdownbase-bootstrap5') {
|
|
71
|
-
|
|
72
|
-
.e-dropdownbase .e-list-group-item,
|
|
73
|
-
.e-fixed-head {
|
|
74
|
-
font-size: $text-xs;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.e-small .e-dropdownbase .e-list-group-item,
|
|
78
|
-
.e-small .e-fixed-head,
|
|
79
|
-
.e-small.e-dropdownbase .e-list-group-item,
|
|
80
|
-
.e-small.e-fixed-head {
|
|
81
|
-
font-size: $text-xxs;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
85
|
-
.e-bigger .e-fixed-head,
|
|
86
|
-
.e-bigger.e-dropdownbase .e-list-group-item,
|
|
87
|
-
.e-bigger.e-fixed-head {
|
|
88
|
-
font-size: $text-sm;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
92
|
-
.e-bigger.e-small .e-fixed-head,
|
|
93
|
-
.e-bigger.e-small.e-dropdownbase .e-list-group-item,
|
|
94
|
-
.e-bigger.e-small.e-fixed-head {
|
|
95
|
-
font-size: $text-xs;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.e-dropdownbase .e-list-item .e-list-icon {
|
|
99
|
-
padding: 0 8px 0 0;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
103
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
104
|
-
padding: 0 12px 0 0;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
108
|
-
padding: 0 6px 0 0;
|
|
109
|
-
}
|
|
110
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
$list-line-height: 36px;
|
|
2
|
-
$header-font-weight: 600;
|
|
3
|
-
$last-child-bottom-border: 0;
|
|
4
|
-
$default-font-family: inherit;
|
|
5
|
-
$list-font-size: 15px;
|
|
6
|
-
$list-border-size: 1px;
|
|
7
|
-
$default-header-font-color: $default-font-color;
|
|
8
|
-
$list-default-font-color: $default-font-color;
|
|
9
|
-
$list-border-color: $default-border-color;
|
|
10
|
-
$list-bg-color: $default-bg-color;
|
|
11
|
-
$list-bottom-border: $list-border-size;
|
|
12
|
-
$list-gradient-color: $default-gradient-color;
|
|
13
|
-
$list-font-family: inherit;
|
|
14
|
-
$list-header-border-color: $header-border-color;
|
|
15
|
-
$list-header-bg-color: $header-bg-color;
|
|
16
|
-
$list-active-bg-color: $active-bg-color;
|
|
17
|
-
$list-active-border-color: $active-border-color;
|
|
18
|
-
$list-active-font-color: $active-font-color;
|
|
19
|
-
$list-hover-bg-color: $hover-bg-color;
|
|
20
|
-
$list-hover-border-color: $hover-border-color;
|
|
21
|
-
$list-hover-font-color: $hover-font-color;
|
|
22
|
-
$group-list-padding-left: 2em;
|
|
23
|
-
$list-padding-right: 16px;
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
//default
|
|
2
|
-
$ddl-header-font-weight: 600 !default;
|
|
3
|
-
$ddl-last-child-bottom-border: 0 !default;
|
|
4
|
-
$ddl-default-font-family: inherit !default;
|
|
5
|
-
$ddl-line-height: 48px !default;
|
|
6
|
-
$ddl-list-border-size: 1px !default;
|
|
7
|
-
$ddl-default-header-font-color: $default-font-color !default;
|
|
8
|
-
$ddl-list-bottom-border: $ddl-list-border-size !default;
|
|
9
|
-
$ddl-list-padding-right: 16px !default;
|
|
10
|
-
$ddl-list-rtl-padding-left: 16px !default;
|
|
11
|
-
$ddl-list-border-color: $neutral-light !default;
|
|
12
|
-
$ddl-list-font-family: inherit !default;
|
|
13
|
-
$ddl-list-gradient-color: transparent !default;
|
|
14
|
-
$ddl-list-bg-color: $neutral-lighter-alt !default;
|
|
15
|
-
$ddl-list-header-bg-color: $neutral-lighter-alt !default;
|
|
16
|
-
$ddl-list-tap-color: transparent !default;
|
|
17
|
-
$ddl-list-header-border-color: 1px $neutral-light !default;
|
|
18
|
-
$ddl-list-default-font-color: $neutral-light-font !default;
|
|
19
|
-
$ddl-list-active-border-color: $neutral-quintenary !default;
|
|
20
|
-
$ddl-list-active-font-color: $neutral-light-font !default;
|
|
21
|
-
$ddl-list-active-bg-color: $neutral-quintenary !default;
|
|
22
|
-
$ddl-list-hover-bg-color: $neutral-light !default;
|
|
23
|
-
$ddl-list-hover-border-color: $neutral-light !default;
|
|
24
|
-
$ddl-list-hover-font-color: $neutral-light-font !default;
|
|
25
|
-
$ddl-nodata-font-color: $neutral-light-font !default;
|
|
26
|
-
$ddl-group-list-padding-left: 20px !default;
|
|
27
|
-
$ddl-group-list-small-padding-left: $ddl-group-list-padding-left !default;
|
|
28
|
-
$ddl-group-list-bigger-padding-left: $ddl-group-list-padding-left !default;
|
|
29
|
-
$ddl-group-list-bigger-small-padding-left: $ddl-group-list-padding-left !default;
|
|
30
|
-
$ddl-list-header-padding-left: 10px !default;
|
|
31
|
-
$ddl-list-header-small-padding-left: $ddl-list-header-padding-left !default;
|
|
32
|
-
$ddl-list-header-bigger-small-padding-left: $ddl-list-header-padding-left !default;
|
|
33
|
-
$ddl-list-header-bigger-padding-left: $ddl-list-header-padding-left !default;
|
|
34
|
-
$ddl-list-font-size: 14px !default;
|
|
35
|
-
$ddl-group-list-font-size: 14px !default;
|
|
36
|
-
$ddl-list-header-font-color: $theme-tertiary !default;
|
|
37
|
-
$ddl-list-text-indent: 10px !default;
|
|
38
|
-
$ddl-bigger-text-indent: $ddl-list-text-indent !default;
|
|
39
|
-
$ddl-list-rtl-padding-right: 0 !default;
|
|
40
|
-
$ddl-list-line-height: 36px !default;
|
|
41
|
-
$ddl-bigger-list-header-font-size: $ddl-list-font-size !default;
|
|
42
|
-
$ddl-multi-column-border-width: 0 0 1px 0 !default;
|
|
43
|
-
$ddl-multi-column-border-color: $neutral-light !default;
|
|
44
|
-
$ddl-list-header-font-size: $ddl-group-list-font-size !default;
|
|
45
|
-
$ddl-small-list-header-font-size: $ddl-group-list-font-size !default;
|
|
46
|
-
$ddl-group-list-item-text-intent: 0 !default;
|
|
47
|
-
|
|
48
|
-
// Small Size
|
|
49
|
-
|
|
50
|
-
$ddl-small-icon-font-size: 14px !default;
|
|
51
|
-
$ddl-small-line-height: 26px !default;
|
|
52
|
-
$ddl-small-list-font-color: $neutral-light-font !default;
|
|
53
|
-
$ddl-small-list-text-indent: 10px !default;
|
|
54
|
-
|
|
55
|
-
// Touch Small
|
|
56
|
-
|
|
57
|
-
$ddl-bigger-small-icon-font-size: 18px !default;
|
|
58
|
-
$ddl-bigger-small-line-height: 40px !default;
|
|
59
|
-
$ddl-bigger-small-list-font-color: $neutral-light-font !default;
|
|
60
|
-
$ddl-bigger-small-list-text-indent: 16px !default;
|
|
61
|
-
$ddl-bigger-small-list-header-font-size: 14px !default;
|
|
62
|
-
|
|
63
|
-
//enddefault
|
|
64
|
-
|
|
65
|
-
//dimensions
|
|
66
|
-
@include export-module('dropdownbase-fabric-dark') {
|
|
67
|
-
.e-dropdownbase .e-list-item .e-list-icon {
|
|
68
|
-
padding: 0 10px 0 0;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
72
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
73
|
-
padding: 0 12px 0 0;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
77
|
-
padding: 0 8px 0 0;
|
|
78
|
-
}
|
|
79
|
-
}
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
$ddl-header-font-weight: 600 !default;
|
|
2
|
-
$ddl-last-child-bottom-border: 0 !default;
|
|
3
|
-
$ddl-default-font-family: inherit !default;
|
|
4
|
-
$ddl-line-height: 48px !default;
|
|
5
|
-
$ddl-list-border-size: 1px !default;
|
|
6
|
-
$ddl-default-header-font-color: $default-font-color !default;
|
|
7
|
-
$ddl-list-bottom-border: $ddl-list-border-size !default;
|
|
8
|
-
$ddl-list-padding-right: 16px !default;
|
|
9
|
-
$ddl-list-rtl-padding-left: 16px !default;
|
|
10
|
-
$ddl-list-border-color: rgba($neutral-light, .25) !default;
|
|
11
|
-
$ddl-list-font-family: inherit !default;
|
|
12
|
-
$ddl-list-gradient-color: transparent !default;
|
|
13
|
-
$ddl-list-bg-color: $neutral-white !default;
|
|
14
|
-
$ddl-list-header-bg-color: $neutral-white !default;
|
|
15
|
-
$ddl-list-tap-color: transparent !default;
|
|
16
|
-
$ddl-list-header-border-color: 1px $neutral-light !default;
|
|
17
|
-
$ddl-list-default-font-color: rgba($neutral-light-font, .87) !default;
|
|
18
|
-
$ddl-list-active-border-color: $neutral-white !default;
|
|
19
|
-
$ddl-list-active-font-color: $neutral-light-font !default;
|
|
20
|
-
$ddl-list-active-bg-color: $theme-lighter !default;
|
|
21
|
-
$ddl-list-hover-bg-color: $neutral-lighter !default;
|
|
22
|
-
$ddl-list-hover-border-color: $neutral-white !default;
|
|
23
|
-
$ddl-list-hover-font-color: $neutral-light-font !default;
|
|
24
|
-
$ddl-nodata-font-color: $neutral-light-font !default;
|
|
25
|
-
$ddl-group-list-padding-left: 20px !default;
|
|
26
|
-
$ddl-group-list-small-padding-left: $ddl-group-list-padding-left !default;
|
|
27
|
-
$ddl-group-list-bigger-padding-left: $ddl-group-list-padding-left !default;
|
|
28
|
-
$ddl-group-list-bigger-small-padding-left: $ddl-group-list-padding-left !default;
|
|
29
|
-
$ddl-list-header-padding-left: 10px !default;
|
|
30
|
-
$ddl-list-header-small-padding-left: $ddl-list-header-padding-left !default;
|
|
31
|
-
$ddl-list-header-bigger-small-padding-left: $ddl-list-header-padding-left !default;
|
|
32
|
-
$ddl-list-header-bigger-padding-left: $ddl-list-header-padding-left !default;
|
|
33
|
-
$ddl-list-font-size: 14px !default;
|
|
34
|
-
$ddl-group-list-font-size: 14px !default;
|
|
35
|
-
$ddl-list-header-font-color: $theme-primary !default;
|
|
36
|
-
$ddl-list-text-indent: 10px !default;
|
|
37
|
-
$ddl-bigger-text-indent: $ddl-list-text-indent !default;
|
|
38
|
-
$ddl-list-rtl-padding-right: 0 !default;
|
|
39
|
-
$ddl-list-line-height: 36px !default;
|
|
40
|
-
$ddl-bigger-list-header-font-size: $ddl-list-font-size !default;
|
|
41
|
-
$ddl-multi-column-border-width: 0 0 1px 0 !default;
|
|
42
|
-
$ddl-multi-column-border-color: $neutral-light !default;
|
|
43
|
-
$ddl-list-header-font-size: $ddl-group-list-font-size !default;
|
|
44
|
-
$ddl-small-list-header-font-size: $ddl-group-list-font-size !default;
|
|
45
|
-
$ddl-group-list-item-text-intent: 0 !default;
|
|
46
|
-
|
|
47
|
-
// Small Size
|
|
48
|
-
|
|
49
|
-
$ddl-small-icon-font-size: 14px !default;
|
|
50
|
-
$ddl-small-line-height: 26px !default;
|
|
51
|
-
$ddl-small-list-font-color: $neutral-light-font !default;
|
|
52
|
-
$ddl-small-list-text-indent: 10px !default;
|
|
53
|
-
|
|
54
|
-
// touch size
|
|
55
|
-
|
|
56
|
-
// Touch Small
|
|
57
|
-
|
|
58
|
-
$ddl-bigger-small-icon-font-size: 18px !default;
|
|
59
|
-
$ddl-bigger-small-line-height: 40px !default;
|
|
60
|
-
$ddl-bigger-small-list-font-color: $neutral-light-font !default;
|
|
61
|
-
$ddl-bigger-small-list-text-indent: 16px !default;
|
|
62
|
-
$ddl-bigger-small-list-header-font-size: 14px !default;
|
|
63
|
-
|
|
64
|
-
@include export-module('dropdownbase-fabric') {
|
|
65
|
-
.e-dropdownbase .e-list-item .e-list-icon {
|
|
66
|
-
padding: 0 10px 0 0;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
70
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
71
|
-
padding: 0 12px 0 0;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
75
|
-
padding: 0 8px 0 0;
|
|
76
|
-
}
|
|
77
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import './fluent-definition.scss';
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
$ddl-list-line-height: 36px !default;
|
|
2
|
-
$ddl-header-font-weight: $font-weight-medium !default;
|
|
3
|
-
$ddl-last-child-bottom-border: 0 !default;
|
|
4
|
-
$ddl-default-font-family: $font-family !default;
|
|
5
|
-
$ddl-line-height: 32px !default;
|
|
6
|
-
$ddl-list-border-size: 0 !default;
|
|
7
|
-
$ddl-list-bottom-border: $ddl-list-border-size !default;
|
|
8
|
-
|
|
9
|
-
$ddl-list-font-size: $text-sm !default;
|
|
10
|
-
$ddl-list-font-family: $font-family !default;
|
|
11
|
-
$ddl-list-focus-border: 0 solid $border-focus !default;
|
|
12
|
-
$ddl-group-list-padding-left: 12px !default;
|
|
13
|
-
$ddl-group-list-small-padding-left: 8px !default;
|
|
14
|
-
$ddl-group-list-bigger-padding-left: 16px !default;
|
|
15
|
-
$ddl-group-list-bigger-small-padding-left: 14px !default;
|
|
16
|
-
$ddl-list-header-padding-left: 12px !default;
|
|
17
|
-
$ddl-list-header-small-padding-left: 8px !default;
|
|
18
|
-
$ddl-list-header-bigger-small-padding-left: 14px !default;
|
|
19
|
-
$ddl-list-header-bigger-padding-left: 16px !default;
|
|
20
|
-
$ddl-list-text-indent: 8px !default;
|
|
21
|
-
$ddl-list-rtl-padding-right: 0 !default;
|
|
22
|
-
$ddl-list-padding-right: 16px !default;
|
|
23
|
-
$ddl-list-rtl-padding-left: 16px !default;
|
|
24
|
-
$ddl-multi-column-border-width: 0 0 1px 0 !default;
|
|
25
|
-
$ddl-bigger-list-header-font-size: $text-base !default;
|
|
26
|
-
$ddl-group-list-font-size: $text-sm !default;
|
|
27
|
-
$ddl-list-header-font-size: $text-sm !default;
|
|
28
|
-
$ddl-small-list-nodata-font-size: $text-xs;
|
|
29
|
-
$ddl-bigger-list-nodata-font-size: $text-base;
|
|
30
|
-
$ddl-bigger-small-list-nodata-font-size: $text-sm;
|
|
31
|
-
|
|
32
|
-
// Small Size
|
|
33
|
-
|
|
34
|
-
$ddl-small-icon-font-size: 14px !default;
|
|
35
|
-
$ddl-small-line-height: 26px !default;
|
|
36
|
-
$ddl-small-list-text-indent: 8px !default;
|
|
37
|
-
$ddl-small-list-header-font-size: $text-xxs !default;
|
|
38
|
-
|
|
39
|
-
// Touch Small
|
|
40
|
-
|
|
41
|
-
$ddl-bigger-small-icon-font-size: 18px !default;
|
|
42
|
-
$ddl-bigger-small-line-height: 30px !default;
|
|
43
|
-
$ddl-bigger-small-list-text-indent: 8px !default;
|
|
44
|
-
$ddl-bigger-text-indent: 8px !default;
|
|
45
|
-
$ddl-bigger-small-list-header-font-size: $text-xs !default;
|
|
46
|
-
|
|
47
|
-
$ddl-list-border-color: $border-light !default;
|
|
48
|
-
$ddl-list-gradient-color: $border-light !default;
|
|
49
|
-
$ddl-list-bg-color: $flyout-bg-color !default;
|
|
50
|
-
$ddl-list-header-bg-color: transparent !default;
|
|
51
|
-
$ddl-list-tap-color: transparent !default;
|
|
52
|
-
$ddl-list-header-border-color: $border-light !default;
|
|
53
|
-
$ddl-nodata-font-color: $flyout-text-color !default;
|
|
54
|
-
$ddl-list-default-font-color: $flyout-text-color !default;
|
|
55
|
-
$ddl-list-active-border-color: $flyout-bg-color !default;
|
|
56
|
-
$ddl-list-active-font-color: $content-text-color !default;
|
|
57
|
-
$ddl-list-active-bg-color: $flyout-bg-color-selected !default;
|
|
58
|
-
$ddl-list-hover-border-color: $flyout-bg-color !default;
|
|
59
|
-
$ddl-list-hover-bg-color: $flyout-bg-color-hover !default;
|
|
60
|
-
$ddl-list-hover-font-color: $flyout-text-color-hover !default;
|
|
61
|
-
$ddl-list-header-font-color: $primary-outline !default;
|
|
62
|
-
$ddl-default-header-font-color: $primary-outline !default;
|
|
63
|
-
$ddl-list-focus-color: $flyout-text-color-focus !default;
|
|
64
|
-
$ddl-multi-column-border-color: $flyout-border !default;
|
|
65
|
-
|
|
66
|
-
// Small Size color
|
|
67
|
-
$ddl-small-list-font-color: $flyout-text-color !default;
|
|
68
|
-
|
|
69
|
-
// Touch Small color
|
|
70
|
-
$ddl-bigger-small-list-font-color: $flyout-text-color !default;
|
|
71
|
-
$ddl-list-icon-color: $icon-color !default;
|
|
72
|
-
$ddl-group-list-item-text-intent: 0 !default;
|
|
73
|
-
|
|
74
|
-
@include export-module('dropdownbase-bootstrap5') {
|
|
75
|
-
|
|
76
|
-
.e-dropdownbase .e-list-group-item,
|
|
77
|
-
.e-fixed-head {
|
|
78
|
-
font-size: $text-xs;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.e-small .e-dropdownbase .e-list-group-item,
|
|
82
|
-
.e-small .e-fixed-head,
|
|
83
|
-
.e-small.e-dropdownbase .e-list-group-item,
|
|
84
|
-
.e-small.e-fixed-head {
|
|
85
|
-
font-size: $text-xxs;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
89
|
-
.e-bigger .e-fixed-head,
|
|
90
|
-
.e-bigger.e-dropdownbase .e-list-group-item,
|
|
91
|
-
.e-bigger.e-fixed-head {
|
|
92
|
-
font-size: $text-sm;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
96
|
-
.e-bigger.e-small .e-fixed-head,
|
|
97
|
-
.e-bigger.e-small.e-dropdownbase .e-list-group-item,
|
|
98
|
-
.e-bigger.e-small.e-fixed-head {
|
|
99
|
-
font-size: $text-xs;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.e-dropdownbase .e-list-item .e-list-icon {
|
|
103
|
-
padding: 0 8px 0 0;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
107
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
108
|
-
padding: 0 12px 0 0;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
112
|
-
padding: 0 8px 0 0;
|
|
113
|
-
}
|
|
114
|
-
}
|
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
$ddl-list-line-height: 30px !default;
|
|
2
|
-
$ddl-header-font-weight: $font-weight-medium !default;
|
|
3
|
-
$ddl-last-child-bottom-border: 0 !default;
|
|
4
|
-
$ddl-default-font-family: $font-family !default;
|
|
5
|
-
$ddl-line-height: 32px !default;
|
|
6
|
-
$ddl-list-border-size: 0 !default;
|
|
7
|
-
$ddl-list-bottom-border: $ddl-list-border-size !default;
|
|
8
|
-
|
|
9
|
-
$ddl-list-font-size: $text-sm !default;
|
|
10
|
-
$ddl-list-font-family: $font-family !default;
|
|
11
|
-
$ddl-list-focus-border: 1px solid $border-focus !default;
|
|
12
|
-
$ddl-group-list-padding-left: 12px !default;
|
|
13
|
-
$ddl-group-list-small-padding-left: 8px !default;
|
|
14
|
-
$ddl-group-list-bigger-padding-left: 16px !default;
|
|
15
|
-
$ddl-group-list-bigger-small-padding-left: 14px !default;
|
|
16
|
-
$ddl-list-header-padding-left: 12px !default;
|
|
17
|
-
$ddl-list-header-small-padding-left: 8px !default;
|
|
18
|
-
$ddl-list-header-bigger-small-padding-left: 14px !default;
|
|
19
|
-
$ddl-list-header-bigger-padding-left: 16px !default;
|
|
20
|
-
$ddl-list-text-indent: 12px !default;
|
|
21
|
-
$ddl-list-rtl-padding-right: 0 !default;
|
|
22
|
-
$ddl-list-padding-right: 16px !default;
|
|
23
|
-
$ddl-list-rtl-padding-left: 16px !default;
|
|
24
|
-
$ddl-multi-column-border-width: 0 0 1px 0 !default;
|
|
25
|
-
$ddl-bigger-list-header-font-size: $text-base !default;
|
|
26
|
-
$ddl-group-list-font-size: $text-sm !default;
|
|
27
|
-
$ddl-list-header-font-size: $text-sm !default;
|
|
28
|
-
|
|
29
|
-
// Small Size
|
|
30
|
-
|
|
31
|
-
$ddl-small-icon-font-size: 14px !default;
|
|
32
|
-
$ddl-small-line-height: 26px !default;
|
|
33
|
-
$ddl-small-list-text-indent: 8px !default;
|
|
34
|
-
$ddl-small-list-header-font-size: $text-xxs !default;
|
|
35
|
-
|
|
36
|
-
// Touch Small
|
|
37
|
-
|
|
38
|
-
$ddl-bigger-small-icon-font-size: 18px !default;
|
|
39
|
-
$ddl-bigger-small-line-height: 30px !default;
|
|
40
|
-
$ddl-bigger-small-list-text-indent: 16px !default;
|
|
41
|
-
$ddl-bigger-text-indent: 16px !default;
|
|
42
|
-
$ddl-bigger-small-list-header-font-size: $text-xs !default;
|
|
43
|
-
$ddl-group-list-item-text-intent: 0 !default;
|
|
44
|
-
|
|
45
|
-
$ddl-list-border-color: $border-light !default;
|
|
46
|
-
$ddl-list-gradient-color: $border-light !default;
|
|
47
|
-
$ddl-list-bg-color: $flyout-bg-color !default;
|
|
48
|
-
$ddl-list-header-bg-color: $transparent !default;
|
|
49
|
-
$ddl-list-tap-color: transparent !default;
|
|
50
|
-
$ddl-list-header-border-color: $border-light !default;
|
|
51
|
-
$ddl-nodata-font-color: $content-text-color !default;
|
|
52
|
-
$ddl-list-default-font-color: $content-text-color !default;
|
|
53
|
-
$ddl-list-active-border-color: $content-bg-color !default;
|
|
54
|
-
$ddl-list-active-font-color: $content-text-color-selected !default;
|
|
55
|
-
$ddl-list-active-bg-color: $content-bg-color-selected !default;
|
|
56
|
-
$ddl-list-hover-border-color: $content-bg-color !default;
|
|
57
|
-
$ddl-list-hover-bg-color: $flyout-bg-color-hover !default;
|
|
58
|
-
$ddl-list-hover-font-color: $flyout-text-color-hover !default;
|
|
59
|
-
$ddl-list-header-font-color: $content-text-color-alt3 !default;
|
|
60
|
-
$ddl-default-header-font-color: $content-text-color-alt3 !default;
|
|
61
|
-
$ddl-list-focus-color: $flyout-text-color-hover !default;
|
|
62
|
-
$ddl-multi-column-border-color: $flyout-border !default;
|
|
63
|
-
|
|
64
|
-
// Small Size color
|
|
65
|
-
$ddl-small-list-font-color: $content-text-color !default;
|
|
66
|
-
|
|
67
|
-
// Touch Small color
|
|
68
|
-
$ddl-bigger-small-list-font-color: $content-text-color !default;
|
|
69
|
-
|
|
70
|
-
@include export-module('dropdownbase-bootstrap5') {
|
|
71
|
-
|
|
72
|
-
.e-dropdownbase .e-list-group-item,
|
|
73
|
-
.e-fixed-head {
|
|
74
|
-
font-size: $text-xs;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.e-small .e-dropdownbase .e-list-group-item,
|
|
78
|
-
.e-small .e-fixed-head,
|
|
79
|
-
.e-small.e-dropdownbase .e-list-group-item,
|
|
80
|
-
.e-small.e-fixed-head {
|
|
81
|
-
font-size: $text-xxs;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
85
|
-
.e-bigger .e-fixed-head,
|
|
86
|
-
.e-bigger.e-dropdownbase .e-list-group-item,
|
|
87
|
-
.e-bigger.e-fixed-head {
|
|
88
|
-
font-size: $text-sm;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
92
|
-
.e-bigger.e-small .e-fixed-head,
|
|
93
|
-
.e-bigger.e-small.e-dropdownbase .e-list-group-item,
|
|
94
|
-
.e-bigger.e-small.e-fixed-head {
|
|
95
|
-
font-size: $text-xs;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.e-dropdownbase .e-list-item .e-list-icon {
|
|
99
|
-
padding: 0 8px 0 0;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
103
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
104
|
-
padding: 0 12px 0 0;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
108
|
-
padding: 0 6px 0 0;
|
|
109
|
-
}
|
|
110
|
-
}
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
$ddl-header-font-weight: 600 !default;
|
|
2
|
-
$ddl-last-child-bottom-border: 0 !default;
|
|
3
|
-
$ddl-default-font-family: inherit !default;
|
|
4
|
-
$ddl-line-height: 48px !default;
|
|
5
|
-
$ddl-list-border-size: 1px !default;
|
|
6
|
-
$ddl-default-header-font-color: $default-font-color !default;
|
|
7
|
-
$ddl-list-padding-right: 16px !default;
|
|
8
|
-
$ddl-list-rtl-padding-left: 16px !default;
|
|
9
|
-
$ddl-list-border-color: $border-default !default;
|
|
10
|
-
$ddl-list-font-family: inherit !default;
|
|
11
|
-
$ddl-list-gradient-color: transparent !default;
|
|
12
|
-
$ddl-list-bg-color: $bg-base-0 !default;
|
|
13
|
-
$ddl-list-header-bg-color: $bg-base-0 !default;
|
|
14
|
-
$ddl-list-tap-color: transparent !default;
|
|
15
|
-
$ddl-list-header-border-color: 1px $border-default !default;
|
|
16
|
-
$ddl-list-default-font-color: $content-font !default;
|
|
17
|
-
$ddl-list-active-border-color: $selection-border !default;
|
|
18
|
-
$ddl-list-active-font-color: $selection-font !default;
|
|
19
|
-
$ddl-list-active-bg-color: $selection-bg !default;
|
|
20
|
-
$ddl-list-hover-bg-color: $hover-bg !default;
|
|
21
|
-
$ddl-list-hover-border-color: $hover-border !default;
|
|
22
|
-
$ddl-list-hover-font-color: $hover-font !default;
|
|
23
|
-
$ddl-nodata-font-color: $content-font !default;
|
|
24
|
-
$ddl-group-list-padding-left: 20px !default;
|
|
25
|
-
$ddl-group-list-small-padding-left: $ddl-group-list-padding-left !default;
|
|
26
|
-
$ddl-group-list-bigger-padding-left: $ddl-group-list-padding-left !default;
|
|
27
|
-
$ddl-group-list-bigger-small-padding-left: $ddl-group-list-padding-left !default;
|
|
28
|
-
$ddl-list-header-padding-left: 10px !default;
|
|
29
|
-
$ddl-list-header-small-padding-left: $ddl-list-header-padding-left !default;
|
|
30
|
-
$ddl-list-header-bigger-small-padding-left: $ddl-list-header-padding-left !default;
|
|
31
|
-
$ddl-list-header-bigger-padding-left: $ddl-list-header-padding-left !default;
|
|
32
|
-
$ddl-list-font-size: 14px !default;
|
|
33
|
-
$ddl-group-list-font-size: 14px !default;
|
|
34
|
-
$ddl-list-header-font-color: $header-font !default;
|
|
35
|
-
$ddl-list-text-indent: 10px !default;
|
|
36
|
-
$ddl-bigger-text-indent: $ddl-list-text-indent !default;
|
|
37
|
-
$ddl-list-rtl-padding-right: 0 !default;
|
|
38
|
-
$ddl-list-line-height: 36px !default;
|
|
39
|
-
$ddl-bigger-list-header-font-size: $ddl-list-font-size !default;
|
|
40
|
-
$ddl-list-bottom-border: 2px !default;
|
|
41
|
-
$ddl-multi-column-border-width: 0 0 1px 0 !default;
|
|
42
|
-
$ddl-multi-column-border-color: $border-default !default;
|
|
43
|
-
$ddl-list-header-font-size: $ddl-group-list-font-size !default;
|
|
44
|
-
$ddl-small-list-header-font-size: $ddl-group-list-font-size !default;
|
|
45
|
-
$ddl-group-list-item-text-intent: 0 !default;
|
|
46
|
-
|
|
47
|
-
// small size
|
|
48
|
-
$ddl-small-icon-font-size: 14px !default;
|
|
49
|
-
$ddl-small-line-height: 26px !default;
|
|
50
|
-
$ddl-small-list-font-color: $content-font !default;
|
|
51
|
-
$ddl-small-list-text-indent: 10px !default;
|
|
52
|
-
|
|
53
|
-
// Touch Small
|
|
54
|
-
|
|
55
|
-
$ddl-bigger-small-icon-font-size: 18px !default;
|
|
56
|
-
$ddl-bigger-small-line-height: 40px !default;
|
|
57
|
-
$ddl-bigger-small-list-font-color: $content-font !default;
|
|
58
|
-
$ddl-bigger-small-list-text-indent: 16px !default;
|
|
59
|
-
$ddl-bigger-small-list-header-font-size: 14px !default;
|
|
60
|
-
|
|
61
|
-
@include export-module('dropdownbase-highcontrast') {
|
|
62
|
-
.e-dropdownbase {
|
|
63
|
-
#{if(&, '&', '*')} .e-list-item {
|
|
64
|
-
#{if(&, '&', '*')} .e-list-icon {
|
|
65
|
-
padding: 0 10px 0 0;
|
|
66
|
-
}
|
|
67
|
-
.e-bigger #{if(&, '&', '*')} {
|
|
68
|
-
#{if(&, '&', '*')} .e-list-icon {
|
|
69
|
-
padding: 0 12px 0 0;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
#{if(&, '&', '*')}:not(.e-active) {
|
|
73
|
-
#{if(&, '&', '*')}.e-hover {
|
|
74
|
-
border: 2px solid $hover-border;
|
|
75
|
-
}
|
|
76
|
-
#{if(&, '&', '*')}:not(.e-hover) {
|
|
77
|
-
#{if(&, '&', '*')}:not(.e-item-focus) {
|
|
78
|
-
border: 2px solid $bg-base-0;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
#{if(&, '&', '*')}.e-active {
|
|
83
|
-
border: 2px solid $selection-border;
|
|
84
|
-
}
|
|
85
|
-
#{if(&, '&', '*')}.e-item-focus {
|
|
86
|
-
border: 2px solid $hover-bg;
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
92
|
-
padding: 0 8px 0 0;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
96
|
-
padding: 0 12px 0 0;
|
|
97
|
-
}
|
|
98
|
-
}
|