@syncfusion/ej2-angular-dropdowns 20.2.50 → 20.3.47-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 +1427 -0
- package/@syncfusion/ej2-angular-dropdowns.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-dropdowns.js +1342 -0
- package/@syncfusion/ej2-angular-dropdowns.js.map +1 -0
- package/CHANGELOG.md +2320 -0
- package/dist/ej2-angular-dropdowns.umd.js +1495 -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 +15 -29
- 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 +3 -3
- 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/index.d.ts +3 -0
- 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 +5 -0
- package/src/mention/mention.component.d.ts +54 -0
- package/src/mention/mention.module.d.ts +5 -0
- 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 +3 -1
- package/styles/auto-complete/bootstrap-dark.scss +1 -4
- package/styles/auto-complete/bootstrap.css +3 -1
- package/styles/auto-complete/bootstrap.scss +1 -4
- package/styles/auto-complete/bootstrap4.css +3 -1
- package/styles/auto-complete/bootstrap4.scss +1 -4
- package/styles/auto-complete/bootstrap5-dark.css +3 -1
- package/styles/auto-complete/bootstrap5-dark.scss +1 -4
- package/styles/auto-complete/bootstrap5.css +3 -1
- package/styles/auto-complete/bootstrap5.scss +1 -4
- package/styles/auto-complete/fabric-dark.css +3 -1
- package/styles/auto-complete/fabric-dark.scss +1 -4
- package/styles/auto-complete/fabric.css +3 -1
- package/styles/auto-complete/fabric.scss +1 -4
- package/styles/auto-complete/fluent-dark.css +3 -1
- package/styles/auto-complete/fluent-dark.scss +1 -4
- package/styles/auto-complete/fluent.css +3 -1
- package/styles/auto-complete/fluent.scss +1 -4
- package/styles/auto-complete/highcontrast-light.css +3 -1
- package/styles/auto-complete/highcontrast-light.scss +1 -4
- package/styles/auto-complete/highcontrast.css +3 -1
- package/styles/auto-complete/highcontrast.scss +1 -4
- package/styles/auto-complete/material-dark.css +3 -1
- package/styles/auto-complete/material-dark.scss +1 -4
- package/styles/auto-complete/material.css +3 -1
- package/styles/auto-complete/material.scss +1 -4
- package/styles/auto-complete/tailwind-dark.css +3 -1
- package/styles/auto-complete/tailwind-dark.scss +1 -4
- package/styles/auto-complete/tailwind.css +3 -1
- package/styles/auto-complete/tailwind.scss +1 -4
- package/styles/bootstrap-dark.css +94 -42
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +94 -42
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +95 -42
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +101 -44
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +101 -44
- package/styles/bootstrap5.scss +1 -0
- package/styles/combo-box/bootstrap-dark.css +3 -1
- package/styles/combo-box/bootstrap-dark.scss +1 -4
- package/styles/combo-box/bootstrap.css +3 -1
- package/styles/combo-box/bootstrap.scss +1 -4
- package/styles/combo-box/bootstrap4.css +3 -1
- package/styles/combo-box/bootstrap4.scss +1 -4
- package/styles/combo-box/bootstrap5-dark.css +3 -1
- package/styles/combo-box/bootstrap5-dark.scss +1 -4
- package/styles/combo-box/bootstrap5.css +3 -1
- package/styles/combo-box/bootstrap5.scss +1 -4
- package/styles/combo-box/fabric-dark.css +3 -1
- package/styles/combo-box/fabric-dark.scss +1 -4
- package/styles/combo-box/fabric.css +3 -1
- package/styles/combo-box/fabric.scss +1 -4
- package/styles/combo-box/fluent-dark.css +3 -1
- package/styles/combo-box/fluent-dark.scss +1 -4
- package/styles/combo-box/fluent.css +3 -1
- package/styles/combo-box/fluent.scss +1 -4
- package/styles/combo-box/highcontrast-light.css +3 -1
- package/styles/combo-box/highcontrast-light.scss +1 -4
- package/styles/combo-box/highcontrast.css +3 -1
- package/styles/combo-box/highcontrast.scss +1 -4
- package/styles/combo-box/material-dark.css +3 -1
- package/styles/combo-box/material-dark.scss +1 -4
- package/styles/combo-box/material.css +3 -1
- package/styles/combo-box/material.scss +1 -4
- package/styles/combo-box/tailwind-dark.css +3 -1
- package/styles/combo-box/tailwind-dark.scss +1 -4
- package/styles/combo-box/tailwind.css +3 -1
- package/styles/combo-box/tailwind.scss +1 -4
- package/styles/drop-down-base/bootstrap-dark.css +42 -1
- package/styles/drop-down-base/bootstrap-dark.scss +1 -3
- package/styles/drop-down-base/bootstrap.css +42 -1
- package/styles/drop-down-base/bootstrap.scss +1 -3
- package/styles/drop-down-base/bootstrap4.css +42 -1
- package/styles/drop-down-base/bootstrap4.scss +1 -3
- package/styles/drop-down-base/bootstrap5-dark.css +42 -1
- package/styles/drop-down-base/bootstrap5-dark.scss +1 -3
- package/styles/drop-down-base/bootstrap5.css +42 -1
- package/styles/drop-down-base/bootstrap5.scss +1 -3
- package/styles/drop-down-base/fabric-dark.css +42 -1
- package/styles/drop-down-base/fabric-dark.scss +1 -3
- package/styles/drop-down-base/fabric.css +42 -1
- package/styles/drop-down-base/fabric.scss +1 -3
- package/styles/drop-down-base/fluent-dark.css +42 -1
- package/styles/drop-down-base/fluent-dark.scss +1 -3
- package/styles/drop-down-base/fluent.css +42 -1
- package/styles/drop-down-base/fluent.scss +1 -3
- package/styles/drop-down-base/highcontrast-light.css +42 -1
- package/styles/drop-down-base/highcontrast-light.scss +1 -3
- package/styles/drop-down-base/highcontrast.css +42 -1
- package/styles/drop-down-base/highcontrast.scss +1 -3
- package/styles/drop-down-base/material-dark.css +42 -1
- package/styles/drop-down-base/material-dark.scss +1 -3
- package/styles/drop-down-base/material.css +42 -1
- package/styles/drop-down-base/material.scss +1 -3
- package/styles/drop-down-base/tailwind-dark.css +42 -1
- package/styles/drop-down-base/tailwind-dark.scss +1 -3
- package/styles/drop-down-base/tailwind.css +42 -1
- package/styles/drop-down-base/tailwind.scss +1 -3
- package/styles/drop-down-list/bootstrap-dark.css +5 -0
- package/styles/drop-down-list/bootstrap-dark.scss +1 -8
- package/styles/drop-down-list/bootstrap.css +5 -0
- package/styles/drop-down-list/bootstrap.scss +1 -8
- package/styles/drop-down-list/bootstrap4.css +5 -0
- package/styles/drop-down-list/bootstrap4.scss +1 -8
- package/styles/drop-down-list/bootstrap5-dark.css +6 -0
- package/styles/drop-down-list/bootstrap5-dark.scss +1 -8
- package/styles/drop-down-list/bootstrap5.css +6 -0
- package/styles/drop-down-list/bootstrap5.scss +1 -8
- package/styles/drop-down-list/fabric-dark.css +5 -0
- package/styles/drop-down-list/fabric-dark.scss +1 -8
- package/styles/drop-down-list/fabric.css +5 -0
- package/styles/drop-down-list/fabric.scss +1 -8
- package/styles/drop-down-list/fluent-dark.css +6 -0
- package/styles/drop-down-list/fluent-dark.scss +1 -8
- package/styles/drop-down-list/fluent.css +6 -0
- package/styles/drop-down-list/fluent.scss +1 -8
- package/styles/drop-down-list/highcontrast-light.css +5 -0
- package/styles/drop-down-list/highcontrast-light.scss +1 -8
- package/styles/drop-down-list/highcontrast.css +5 -0
- package/styles/drop-down-list/highcontrast.scss +1 -8
- package/styles/drop-down-list/material-dark.css +5 -0
- package/styles/drop-down-list/material-dark.scss +1 -8
- package/styles/drop-down-list/material.css +5 -0
- package/styles/drop-down-list/material.scss +1 -8
- package/styles/drop-down-list/tailwind-dark.css +6 -0
- package/styles/drop-down-list/tailwind-dark.scss +1 -8
- package/styles/drop-down-list/tailwind.css +6 -0
- package/styles/drop-down-list/tailwind.scss +1 -8
- package/styles/drop-down-tree/bootstrap-dark.css +4 -0
- package/styles/drop-down-tree/bootstrap-dark.scss +1 -9
- package/styles/drop-down-tree/bootstrap.css +4 -0
- package/styles/drop-down-tree/bootstrap.scss +1 -9
- package/styles/drop-down-tree/bootstrap4.css +4 -0
- package/styles/drop-down-tree/bootstrap4.scss +1 -9
- package/styles/drop-down-tree/bootstrap5-dark.css +5 -0
- package/styles/drop-down-tree/bootstrap5-dark.scss +1 -9
- package/styles/drop-down-tree/bootstrap5.css +5 -0
- package/styles/drop-down-tree/bootstrap5.scss +1 -9
- package/styles/drop-down-tree/fabric-dark.css +4 -0
- package/styles/drop-down-tree/fabric-dark.scss +1 -9
- package/styles/drop-down-tree/fabric.css +4 -0
- package/styles/drop-down-tree/fabric.scss +1 -9
- package/styles/drop-down-tree/fluent-dark.css +5 -0
- package/styles/drop-down-tree/fluent-dark.scss +1 -9
- package/styles/drop-down-tree/fluent.css +5 -0
- package/styles/drop-down-tree/fluent.scss +1 -9
- package/styles/drop-down-tree/highcontrast-light.css +4 -0
- package/styles/drop-down-tree/highcontrast-light.scss +1 -9
- package/styles/drop-down-tree/highcontrast.css +4 -0
- package/styles/drop-down-tree/highcontrast.scss +1 -9
- package/styles/drop-down-tree/material-dark.css +4 -0
- package/styles/drop-down-tree/material-dark.scss +1 -9
- package/styles/drop-down-tree/material.css +4 -0
- package/styles/drop-down-tree/material.scss +1 -9
- package/styles/drop-down-tree/tailwind-dark.css +5 -0
- package/styles/drop-down-tree/tailwind-dark.scss +1 -9
- package/styles/drop-down-tree/tailwind.css +5 -0
- package/styles/drop-down-tree/tailwind.scss +1 -9
- package/styles/fabric-dark.css +94 -42
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +94 -42
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +101 -44
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +101 -44
- package/styles/fluent.scss +1 -0
- package/styles/highcontrast-light.css +97 -42
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +97 -42
- package/styles/highcontrast.scss +1 -0
- package/styles/list-box/bootstrap-dark.css +12 -33
- package/styles/list-box/bootstrap-dark.scss +1 -5
- package/styles/list-box/bootstrap.css +14 -35
- package/styles/list-box/bootstrap.scss +1 -5
- package/styles/list-box/bootstrap4.css +14 -35
- package/styles/list-box/bootstrap4.scss +1 -5
- package/styles/list-box/bootstrap5-dark.css +15 -36
- package/styles/list-box/bootstrap5-dark.scss +1 -5
- package/styles/list-box/bootstrap5.css +15 -36
- package/styles/list-box/bootstrap5.scss +1 -5
- package/styles/list-box/fabric-dark.css +12 -33
- package/styles/list-box/fabric-dark.scss +1 -5
- package/styles/list-box/fabric.css +14 -35
- package/styles/list-box/fabric.scss +1 -5
- package/styles/list-box/fluent-dark.css +15 -36
- package/styles/list-box/fluent-dark.scss +1 -5
- package/styles/list-box/fluent.css +15 -36
- package/styles/list-box/fluent.scss +1 -5
- package/styles/list-box/highcontrast-light.css +12 -33
- package/styles/list-box/highcontrast-light.scss +1 -5
- package/styles/list-box/highcontrast.css +14 -35
- package/styles/list-box/highcontrast.scss +1 -5
- package/styles/list-box/material-dark.css +12 -33
- package/styles/list-box/material-dark.scss +1 -5
- package/styles/list-box/material.css +14 -35
- package/styles/list-box/material.scss +1 -5
- package/styles/list-box/tailwind-dark.css +15 -36
- package/styles/list-box/tailwind-dark.scss +1 -5
- package/styles/list-box/tailwind.css +15 -36
- package/styles/list-box/tailwind.scss +1 -5
- package/styles/material-dark.css +94 -42
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +94 -42
- package/styles/material.scss +1 -0
- package/styles/mention/bootstrap-dark.css +29 -0
- package/styles/mention/bootstrap-dark.scss +1 -0
- package/styles/mention/bootstrap.css +29 -0
- package/styles/mention/bootstrap.scss +1 -0
- package/styles/mention/bootstrap4.css +47 -0
- package/styles/mention/bootstrap4.scss +1 -0
- package/styles/mention/bootstrap5-dark.css +58 -0
- package/styles/mention/bootstrap5-dark.scss +1 -0
- package/styles/mention/bootstrap5.css +58 -0
- package/styles/mention/bootstrap5.scss +1 -0
- package/styles/mention/fabric-dark.css +29 -0
- package/styles/mention/fabric-dark.scss +1 -0
- package/styles/mention/fabric.css +29 -0
- package/styles/mention/fabric.scss +1 -0
- package/styles/mention/fluent-dark.css +58 -0
- package/styles/mention/fluent-dark.scss +1 -0
- package/styles/mention/fluent.css +58 -0
- package/styles/mention/fluent.scss +1 -0
- package/styles/mention/highcontrast-light.css +43 -0
- package/styles/mention/highcontrast-light.scss +1 -0
- package/styles/mention/highcontrast.css +43 -0
- package/styles/mention/highcontrast.scss +1 -0
- package/styles/mention/material-dark.css +29 -0
- package/styles/mention/material-dark.scss +1 -0
- package/styles/mention/material.css +29 -0
- package/styles/mention/material.scss +1 -0
- package/styles/mention/tailwind-dark.css +68 -0
- package/styles/mention/tailwind-dark.scss +1 -0
- package/styles/mention/tailwind.css +68 -0
- package/styles/mention/tailwind.scss +1 -0
- package/styles/multi-select/bootstrap-dark.css +10 -6
- package/styles/multi-select/bootstrap-dark.scss +1 -9
- package/styles/multi-select/bootstrap.css +10 -6
- package/styles/multi-select/bootstrap.scss +1 -9
- package/styles/multi-select/bootstrap4.css +10 -6
- package/styles/multi-select/bootstrap4.scss +1 -9
- package/styles/multi-select/bootstrap5-dark.css +11 -6
- package/styles/multi-select/bootstrap5-dark.scss +1 -9
- package/styles/multi-select/bootstrap5.css +11 -6
- package/styles/multi-select/bootstrap5.scss +1 -9
- package/styles/multi-select/fabric-dark.css +10 -6
- package/styles/multi-select/fabric-dark.scss +1 -9
- package/styles/multi-select/fabric.css +10 -6
- package/styles/multi-select/fabric.scss +1 -9
- package/styles/multi-select/fluent-dark.css +11 -6
- package/styles/multi-select/fluent-dark.scss +1 -9
- package/styles/multi-select/fluent.css +11 -6
- package/styles/multi-select/fluent.scss +1 -9
- package/styles/multi-select/highcontrast-light.css +13 -6
- package/styles/multi-select/highcontrast-light.scss +1 -9
- package/styles/multi-select/highcontrast.css +13 -6
- package/styles/multi-select/highcontrast.scss +1 -9
- package/styles/multi-select/material-dark.css +10 -6
- package/styles/multi-select/material-dark.scss +1 -9
- package/styles/multi-select/material.css +10 -6
- package/styles/multi-select/material.scss +1 -9
- package/styles/multi-select/tailwind-dark.css +11 -6
- package/styles/multi-select/tailwind-dark.scss +1 -9
- package/styles/multi-select/tailwind.css +11 -6
- package/styles/multi-select/tailwind.scss +1 -9
- package/styles/tailwind-dark.css +102 -44
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +102 -44
- package/styles/tailwind.scss +1 -0
- 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 -77
- package/styles/drop-down-base/_bootstrap4-definition.scss +0 -92
- package/styles/drop-down-base/_bootstrap5-dark-definition.scss +0 -1
- package/styles/drop-down-base/_bootstrap5-definition.scss +0 -111
- package/styles/drop-down-base/_definition.scss +0 -23
- package/styles/drop-down-base/_fabric-dark-definition.scss +0 -80
- package/styles/drop-down-base/_fabric-definition.scss +0 -78
- 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 -111
- package/styles/drop-down-base/_highcontrast-definition.scss +0 -94
- package/styles/drop-down-base/_highcontrast-light-definition.scss +0 -93
- package/styles/drop-down-base/_layout.scss +0 -152
- 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 -111
- package/styles/drop-down-base/_tailwind-dark-definition.scss +0 -1
- package/styles/drop-down-base/_tailwind-definition.scss +0 -123
- package/styles/drop-down-base/_theme.scss +0 -328
- package/styles/drop-down-list/_all.scss +0 -2
- package/styles/drop-down-list/_bootstrap-dark-definition.scss +0 -156
- package/styles/drop-down-list/_bootstrap-definition.scss +0 -155
- package/styles/drop-down-list/_bootstrap4-definition.scss +0 -189
- 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 -127
- package/styles/drop-down-list/_fabric-definition.scss +0 -122
- package/styles/drop-down-list/_fluent-dark-definition.scss +0 -1
- package/styles/drop-down-list/_fluent-definition.scss +0 -184
- package/styles/drop-down-list/_fusionnew-definition.scss +0 -201
- package/styles/drop-down-list/_highcontrast-definition.scss +0 -131
- package/styles/drop-down-list/_highcontrast-light-definition.scss +0 -133
- package/styles/drop-down-list/_layout.scss +0 -297
- package/styles/drop-down-list/_material-dark-definition.scss +0 -143
- package/styles/drop-down-list/_material-definition.scss +0 -166
- 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 -133
- 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 -15
- 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 -15
- 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 -15
- 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 -1379
- 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 -12
- package/styles/drop-down-tree/icons/_bootstrap4.scss +0 -12
- 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 -12
- 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 -12
- package/styles/drop-down-tree/icons/_highcontrast.scss +0 -12
- package/styles/drop-down-tree/icons/_material-dark.scss +0 -12
- package/styles/drop-down-tree/icons/_material.scss +0 -12
- 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 -123
- package/styles/list-box/_bootstrap-definition.scss +0 -117
- package/styles/list-box/_bootstrap4-definition.scss +0 -122
- 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 -123
- package/styles/list-box/_fabric-definition.scss +0 -117
- 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 -113
- package/styles/list-box/_highcontrast-definition.scss +0 -117
- package/styles/list-box/_highcontrast-light-definition.scss +0 -123
- package/styles/list-box/_layout.scss +0 -543
- package/styles/list-box/_material-dark-definition.scss +0 -123
- package/styles/list-box/_material-definition.scss +0 -117
- package/styles/list-box/_material3-definition.scss +0 -119
- 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 -330
- 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 -186
- package/styles/multi-select/_bootstrap-definition.scss +0 -181
- package/styles/multi-select/_bootstrap4-definition.scss +0 -246
- 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 -176
- package/styles/multi-select/_fabric-definition.scss +0 -172
- package/styles/multi-select/_fluent-dark-definition.scss +0 -1
- package/styles/multi-select/_fluent-definition.scss +0 -229
- package/styles/multi-select/_fusionnew-definition.scss +0 -219
- package/styles/multi-select/_highcontrast-definition.scss +0 -264
- package/styles/multi-select/_highcontrast-light-definition.scss +0 -263
- package/styles/multi-select/_layout.scss +0 -2007
- package/styles/multi-select/_material-dark-definition.scss +0 -219
- package/styles/multi-select/_material-definition.scss +0 -213
- 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 -225
- package/styles/multi-select/_theme.scss +0 -493
- 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 -27
- 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 -56
- package/styles/multi-select/icons/_fusionnew.scss +0 -27
- 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 -694
- package/styles/multi-select/icons/_material.scss +0 -694
- package/styles/multi-select/icons/_material3.scss +0 -27
- package/styles/multi-select/icons/_tailwind-dark.scss +0 -1
- package/styles/multi-select/icons/_tailwind.scss +0 -27
- package/syncfusion-ej2-angular-dropdowns.d.ts +0 -5
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/schema",
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
|
+
"title": "multiselect-template-driven",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"path": {
|
|
8
|
+
"type": "string",
|
|
9
|
+
"format": "path",
|
|
10
|
+
"description": "The path to create the component.",
|
|
11
|
+
"visible": false
|
|
12
|
+
},
|
|
13
|
+
"project": {
|
|
14
|
+
"type": "string",
|
|
15
|
+
"description": "The name of the project.",
|
|
16
|
+
"$default": {
|
|
17
|
+
"$source": "projectName"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"name": {
|
|
21
|
+
"type": "string",
|
|
22
|
+
"description": "The name of the component.",
|
|
23
|
+
"$default": {
|
|
24
|
+
"$source": "argv",
|
|
25
|
+
"index": 0
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"inlineStyle": {
|
|
29
|
+
"description": "Specifies if the style will be in the ts file.",
|
|
30
|
+
"type": "boolean",
|
|
31
|
+
"default": false,
|
|
32
|
+
"alias": "s"
|
|
33
|
+
},
|
|
34
|
+
"inlineTemplate": {
|
|
35
|
+
"description": "Specifies if the template will be in the ts file.",
|
|
36
|
+
"type": "boolean",
|
|
37
|
+
"default": false,
|
|
38
|
+
"alias": "t"
|
|
39
|
+
},
|
|
40
|
+
"viewEncapsulation": {
|
|
41
|
+
"description": "Specifies the view encapsulation strategy.",
|
|
42
|
+
"enum": [
|
|
43
|
+
"Emulated",
|
|
44
|
+
"Native",
|
|
45
|
+
"None",
|
|
46
|
+
"ShadowDom"
|
|
47
|
+
],
|
|
48
|
+
"type": "string",
|
|
49
|
+
"alias": "v"
|
|
50
|
+
},
|
|
51
|
+
"changeDetection": {
|
|
52
|
+
"description": "Specifies the change detection strategy.",
|
|
53
|
+
"enum": [
|
|
54
|
+
"Default",
|
|
55
|
+
"OnPush"
|
|
56
|
+
],
|
|
57
|
+
"type": "string",
|
|
58
|
+
"default": "Default",
|
|
59
|
+
"alias": "c"
|
|
60
|
+
},
|
|
61
|
+
"prefix": {
|
|
62
|
+
"type": "string",
|
|
63
|
+
"description": "The prefix to apply to generated selectors.",
|
|
64
|
+
"alias": "p",
|
|
65
|
+
"oneOf": [
|
|
66
|
+
{
|
|
67
|
+
"maxLength": 0
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"minLength": 1,
|
|
71
|
+
"format": "html-selector"
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
"styleext": {
|
|
76
|
+
"description": "The file extension to be used for style files.",
|
|
77
|
+
"type": "string",
|
|
78
|
+
"default": "css"
|
|
79
|
+
},
|
|
80
|
+
"spec": {
|
|
81
|
+
"type": "boolean",
|
|
82
|
+
"description": "Specifies if a spec file is generated.",
|
|
83
|
+
"default": true
|
|
84
|
+
},
|
|
85
|
+
"flat": {
|
|
86
|
+
"type": "boolean",
|
|
87
|
+
"description": "Flag to indicate if a dir is created.",
|
|
88
|
+
"default": false
|
|
89
|
+
},
|
|
90
|
+
"skipImport": {
|
|
91
|
+
"type": "boolean",
|
|
92
|
+
"description": "Flag to skip the module import.",
|
|
93
|
+
"default": false
|
|
94
|
+
},
|
|
95
|
+
"selector": {
|
|
96
|
+
"type": "string",
|
|
97
|
+
"format": "html-selector",
|
|
98
|
+
"description": "The selector to use for the component."
|
|
99
|
+
},
|
|
100
|
+
"module": {
|
|
101
|
+
"type": "string",
|
|
102
|
+
"description": "Allows specification of the declaring module.",
|
|
103
|
+
"alias": "m"
|
|
104
|
+
},
|
|
105
|
+
"export": {
|
|
106
|
+
"type": "boolean",
|
|
107
|
+
"default": false,
|
|
108
|
+
"description": "Specifies if declaring module exports the component."
|
|
109
|
+
},
|
|
110
|
+
"entryComponent": {
|
|
111
|
+
"type": "boolean",
|
|
112
|
+
"default": false,
|
|
113
|
+
"description": "Specifies if the component is an entry component of declaring module."
|
|
114
|
+
},
|
|
115
|
+
"lintFix": {
|
|
116
|
+
"type": "boolean",
|
|
117
|
+
"default": false,
|
|
118
|
+
"description": "Specifies whether to apply lint fixes after generating the component."
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
"required": [
|
|
122
|
+
"name"
|
|
123
|
+
],
|
|
124
|
+
"id": "multiselect-template-driven"
|
|
125
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const lib_details_1 = require("./../utils/lib-details");
|
|
4
|
+
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
|
5
|
+
function default_1(options) {
|
|
6
|
+
const libOptions = Object.assign({}, { 'pkgName': lib_details_1.pkgName, 'pkgVer': lib_details_1.pkgVer, 'moduleName': lib_details_1.moduleName, 'themeVer': lib_details_1.themeVer });
|
|
7
|
+
return schematics_1.install(options, libOptions);
|
|
8
|
+
}
|
|
9
|
+
exports.default = default_1;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface OptionsSchema {
|
|
2
|
+
skipPackageJson: boolean;
|
|
3
|
+
modules: string;
|
|
4
|
+
modulePath: string;
|
|
5
|
+
theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
|
|
6
|
+
project?: string;
|
|
7
|
+
}
|
|
8
|
+
export interface LibOptionsSchema {
|
|
9
|
+
pkgName: string;
|
|
10
|
+
pkgVer: string;
|
|
11
|
+
moduleName: string;
|
|
12
|
+
themeVer: string;
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/schema",
|
|
3
|
+
"$id": "ngAdd",
|
|
4
|
+
"title": "Add Essential JS 2 Angular packages",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"skipPackageJson": {
|
|
8
|
+
"type": "boolean",
|
|
9
|
+
"default": false,
|
|
10
|
+
"description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
|
|
11
|
+
},
|
|
12
|
+
"modules": {
|
|
13
|
+
"type": "string",
|
|
14
|
+
"default": "",
|
|
15
|
+
"description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
|
|
16
|
+
},
|
|
17
|
+
"modulePath": {
|
|
18
|
+
"type": "string",
|
|
19
|
+
"default": "",
|
|
20
|
+
"description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
|
|
21
|
+
},
|
|
22
|
+
"theme": {
|
|
23
|
+
"enum": [
|
|
24
|
+
"material",
|
|
25
|
+
"fabric",
|
|
26
|
+
"bootstrap",
|
|
27
|
+
"highcontrast"
|
|
28
|
+
],
|
|
29
|
+
"default": "material",
|
|
30
|
+
"description": "Used to change the theme that needs to be imported"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"required": []
|
|
34
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"lib": ["es2017", "dom"],
|
|
4
|
+
"module": "commonjs",
|
|
5
|
+
"moduleResolution": "node",
|
|
6
|
+
"noEmitOnError": false,
|
|
7
|
+
"skipDefaultLibCheck": true,
|
|
8
|
+
"skipLibCheck": true,
|
|
9
|
+
"sourceMap": true,
|
|
10
|
+
"target": "es6",
|
|
11
|
+
"declaration": true,
|
|
12
|
+
"types": [
|
|
13
|
+
"jasmine",
|
|
14
|
+
"node"
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
"exclude": [
|
|
18
|
+
"node_modules",
|
|
19
|
+
"src",
|
|
20
|
+
"src/**/*.ts",
|
|
21
|
+
"spec",
|
|
22
|
+
"spec/**/*.ts",
|
|
23
|
+
"@typings"
|
|
24
|
+
]
|
|
25
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const pkgName = "@syncfusion/ej2-angular-dropdowns";
|
|
2
|
+
export declare const pkgVer = "^18.51.0";
|
|
3
|
+
export declare const moduleName = "DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule";
|
|
4
|
+
export declare const themeVer = "~18.51.0";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.pkgName = '@syncfusion/ej2-angular-dropdowns';
|
|
4
|
+
exports.pkgVer = '^20.3.47';
|
|
5
|
+
exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
|
|
6
|
+
exports.themeVer = '~20.3.47';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-dropdowns';
|
|
2
|
-
export const pkgVer = '^20.
|
|
3
|
-
export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule';
|
|
4
|
-
export const themeVer = '~20.
|
|
2
|
+
export const pkgVer = '^20.3.47';
|
|
3
|
+
export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
|
|
4
|
+
export const themeVer = '~20.3.47';
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./autocomplete.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the AutoComplete component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class AutoCompleteAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AutoCompleteAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AutoCompleteAllModule, never, [typeof i1.CommonModule, typeof i2.AutoCompleteModule], [typeof i2.AutoCompleteModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AutoCompleteAllModule>;
|
|
11
5
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { AutoComplete } from '@syncfusion/ej2-dropdowns';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -39,20 +38,20 @@ export declare class AutoCompleteComponent extends AutoComplete implements IComp
|
|
|
39
38
|
* Accepts the template design and assigns it to the footer container of the popup list.
|
|
40
39
|
* > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
|
|
41
40
|
* @default null
|
|
42
|
-
|
|
41
|
+
|
|
43
42
|
*/
|
|
44
43
|
footerTemplate: any;
|
|
45
44
|
/**
|
|
46
45
|
* Accepts the template design and assigns it to the header container of the popup list.
|
|
47
46
|
* > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
|
|
48
47
|
* @default null
|
|
49
|
-
|
|
48
|
+
|
|
50
49
|
*/
|
|
51
50
|
headerTemplate: any;
|
|
52
51
|
/**
|
|
53
52
|
* Accepts the template design and assigns it to the group headers present in the popup list.
|
|
54
53
|
* @default null
|
|
55
|
-
|
|
54
|
+
|
|
56
55
|
*/
|
|
57
56
|
groupTemplate: any;
|
|
58
57
|
/**
|
|
@@ -63,7 +62,7 @@ export declare class AutoCompleteComponent extends AutoComplete implements IComp
|
|
|
63
62
|
*For EX: We have expression evolution as like ES6 expression string literals.
|
|
64
63
|
*
|
|
65
64
|
* @default null
|
|
66
|
-
|
|
65
|
+
|
|
67
66
|
*/
|
|
68
67
|
itemTemplate: any;
|
|
69
68
|
noRecordsTemplate: any;
|
|
@@ -80,6 +79,4 @@ export declare class AutoCompleteComponent extends AutoComplete implements IComp
|
|
|
80
79
|
ngAfterContentChecked(): void;
|
|
81
80
|
registerEvents: (eventList: string[]) => void;
|
|
82
81
|
addTwoWay: (propList: string[]) => void;
|
|
83
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AutoCompleteComponent, never>;
|
|
84
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AutoCompleteComponent, "ejs-autocomplete", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowCustom": "allowCustom"; "allowFiltering": "allowFiltering"; "autofill": "autofill"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "floatLabelType": "floatLabelType"; "footerTemplate": "footerTemplate"; "groupTemplate": "groupTemplate"; "headerTemplate": "headerTemplate"; "highlight": "highlight"; "htmlAttributes": "htmlAttributes"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "index": "index"; "itemTemplate": "itemTemplate"; "locale": "locale"; "minLength": "minLength"; "noRecordsTemplate": "noRecordsTemplate"; "placeholder": "placeholder"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "query": "query"; "readonly": "readonly"; "showClearButton": "showClearButton"; "showPopupButton": "showPopupButton"; "sortOrder": "sortOrder"; "suggestionCount": "suggestionCount"; "text": "text"; "value": "value"; "valueTemplate": "valueTemplate"; "width": "width"; "zIndex": "zIndex"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "blur": "blur"; "change": "change"; "close": "close"; "created": "created"; "customValueSpecifier": "customValueSpecifier"; "dataBound": "dataBound"; "destroyed": "destroyed"; "filtering": "filtering"; "focus": "focus"; "open": "open"; "select": "select"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "groupTemplate", "itemTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
|
|
85
82
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./autocomplete.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the AutoComplete component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class AutoCompleteModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AutoCompleteModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AutoCompleteModule, [typeof i1.AutoCompleteComponent], [typeof i2.CommonModule], [typeof i1.AutoCompleteComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AutoCompleteModule>;
|
|
11
5
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./combobox.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the ComboBox component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class ComboBoxAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ComboBoxAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ComboBoxAllModule, never, [typeof i1.CommonModule, typeof i2.ComboBoxModule], [typeof i2.ComboBoxModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ComboBoxAllModule>;
|
|
11
5
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { ComboBox } from '@syncfusion/ej2-dropdowns';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -39,20 +38,20 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
|
|
|
39
38
|
* Accepts the template design and assigns it to the footer container of the popup list.
|
|
40
39
|
* > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
|
|
41
40
|
* @default null
|
|
42
|
-
|
|
41
|
+
|
|
43
42
|
*/
|
|
44
43
|
footerTemplate: any;
|
|
45
44
|
/**
|
|
46
45
|
* Accepts the template design and assigns it to the header container of the popup list.
|
|
47
46
|
* > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
|
|
48
47
|
* @default null
|
|
49
|
-
|
|
48
|
+
|
|
50
49
|
*/
|
|
51
50
|
headerTemplate: any;
|
|
52
51
|
/**
|
|
53
52
|
* Accepts the template design and assigns it to the group headers present in the popup list.
|
|
54
53
|
* @default null
|
|
55
|
-
|
|
54
|
+
|
|
56
55
|
*/
|
|
57
56
|
groupTemplate: any;
|
|
58
57
|
/**
|
|
@@ -63,7 +62,7 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
|
|
|
63
62
|
*For EX: We have expression evolution as like ES6 expression string literals.
|
|
64
63
|
*
|
|
65
64
|
* @default null
|
|
66
|
-
|
|
65
|
+
|
|
67
66
|
*/
|
|
68
67
|
itemTemplate: any;
|
|
69
68
|
noRecordsTemplate: any;
|
|
@@ -80,6 +79,4 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
|
|
|
80
79
|
ngAfterContentChecked(): void;
|
|
81
80
|
registerEvents: (eventList: string[]) => void;
|
|
82
81
|
addTwoWay: (propList: string[]) => void;
|
|
83
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ComboBoxComponent, never>;
|
|
84
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ComboBoxComponent, "ejs-combobox", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowCustom": "allowCustom"; "allowFiltering": "allowFiltering"; "autofill": "autofill"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "floatLabelType": "floatLabelType"; "footerTemplate": "footerTemplate"; "groupTemplate": "groupTemplate"; "headerTemplate": "headerTemplate"; "htmlAttributes": "htmlAttributes"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "index": "index"; "itemTemplate": "itemTemplate"; "locale": "locale"; "noRecordsTemplate": "noRecordsTemplate"; "placeholder": "placeholder"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "query": "query"; "readonly": "readonly"; "showClearButton": "showClearButton"; "sortOrder": "sortOrder"; "text": "text"; "value": "value"; "valueTemplate": "valueTemplate"; "width": "width"; "zIndex": "zIndex"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "blur": "blur"; "change": "change"; "close": "close"; "created": "created"; "customValueSpecifier": "customValueSpecifier"; "dataBound": "dataBound"; "destroyed": "destroyed"; "filtering": "filtering"; "focus": "focus"; "open": "open"; "select": "select"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "groupTemplate", "itemTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
|
|
85
82
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./combobox.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the ComboBox component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class ComboBoxModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ComboBoxModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ComboBoxModule, [typeof i1.ComboBoxComponent], [typeof i2.CommonModule], [typeof i1.ComboBoxComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ComboBoxModule>;
|
|
11
5
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./dropdownlist.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the DropDownList component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class DropDownListAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownListAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownListAllModule, never, [typeof i1.CommonModule, typeof i2.DropDownListModule], [typeof i2.DropDownListModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DropDownListAllModule>;
|
|
11
5
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { DropDownList } from '@syncfusion/ej2-dropdowns';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -61,7 +60,7 @@ export declare class DropDownListComponent extends DropDownList implements IComp
|
|
|
61
60
|
/**
|
|
62
61
|
* Accepts the template design and assigns it to the group headers present in the popup list.
|
|
63
62
|
* @default null
|
|
64
|
-
|
|
63
|
+
|
|
65
64
|
*/
|
|
66
65
|
groupTemplate: any;
|
|
67
66
|
/**
|
|
@@ -72,7 +71,7 @@ export declare class DropDownListComponent extends DropDownList implements IComp
|
|
|
72
71
|
*For EX: We have expression evolution as like ES6 expression string literals.
|
|
73
72
|
*
|
|
74
73
|
* @default null
|
|
75
|
-
|
|
74
|
+
|
|
76
75
|
*/
|
|
77
76
|
itemTemplate: any;
|
|
78
77
|
noRecordsTemplate: any;
|
|
@@ -89,6 +88,4 @@ export declare class DropDownListComponent extends DropDownList implements IComp
|
|
|
89
88
|
ngAfterContentChecked(): void;
|
|
90
89
|
registerEvents: (eventList: string[]) => void;
|
|
91
90
|
addTwoWay: (propList: string[]) => void;
|
|
92
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownListComponent, never>;
|
|
93
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DropDownListComponent, "ejs-dropdownlist", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowFiltering": "allowFiltering"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "floatLabelType": "floatLabelType"; "footerTemplate": "footerTemplate"; "groupTemplate": "groupTemplate"; "headerTemplate": "headerTemplate"; "htmlAttributes": "htmlAttributes"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "index": "index"; "itemTemplate": "itemTemplate"; "locale": "locale"; "noRecordsTemplate": "noRecordsTemplate"; "placeholder": "placeholder"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "query": "query"; "readonly": "readonly"; "showClearButton": "showClearButton"; "sortOrder": "sortOrder"; "text": "text"; "value": "value"; "valueTemplate": "valueTemplate"; "width": "width"; "zIndex": "zIndex"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "blur": "blur"; "change": "change"; "close": "close"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "filtering": "filtering"; "focus": "focus"; "open": "open"; "select": "select"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "valueTemplate", "groupTemplate", "itemTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
|
|
94
91
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./dropdownlist.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the DropDownList component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class DropDownListModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownListModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownListModule, [typeof i1.DropDownListComponent], [typeof i2.CommonModule], [typeof i1.DropDownListComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DropDownListModule>;
|
|
11
5
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./dropdowntree.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the DropDownTree component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class DropDownTreeAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreeAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownTreeAllModule, never, [typeof i1.CommonModule, typeof i2.DropDownTreeModule], [typeof i2.DropDownTreeModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DropDownTreeAllModule>;
|
|
11
5
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { DropDownTree } from '@syncfusion/ej2-dropdowns';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -67,6 +66,4 @@ export declare class DropDownTreeComponent extends DropDownTree implements IComp
|
|
|
67
66
|
ngAfterContentChecked(): void;
|
|
68
67
|
registerEvents: (eventList: string[]) => void;
|
|
69
68
|
addTwoWay: (propList: string[]) => void;
|
|
70
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreeComponent, never>;
|
|
71
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DropDownTreeComponent, "ejs-dropdowntree", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowFiltering": "allowFiltering"; "allowMultiSelection": "allowMultiSelection"; "changeOnBlur": "changeOnBlur"; "cssClass": "cssClass"; "customTemplate": "customTemplate"; "delimiterChar": "delimiterChar"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "floatLabelType": "floatLabelType"; "footerTemplate": "footerTemplate"; "headerTemplate": "headerTemplate"; "htmlAttributes": "htmlAttributes"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "itemTemplate": "itemTemplate"; "locale": "locale"; "mode": "mode"; "noRecordsTemplate": "noRecordsTemplate"; "placeholder": "placeholder"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "readonly": "readonly"; "selectAllText": "selectAllText"; "showCheckBox": "showCheckBox"; "showClearButton": "showClearButton"; "showDropDownIcon": "showDropDownIcon"; "showSelectAll": "showSelectAll"; "sortOrder": "sortOrder"; "text": "text"; "treeSettings": "treeSettings"; "unSelectAllText": "unSelectAllText"; "value": "value"; "width": "width"; "wrapText": "wrapText"; "zIndex": "zIndex"; }, { "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "blur": "blur"; "change": "change"; "close": "close"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "filtering": "filtering"; "focus": "focus"; "keyPress": "keyPress"; "open": "open"; "select": "select"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "itemTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
|
|
72
69
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./dropdowntree.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the DropDownTree component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class DropDownTreeModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreeModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownTreeModule, [typeof i1.DropDownTreeComponent], [typeof i2.CommonModule], [typeof i1.DropDownTreeComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DropDownTreeModule>;
|
|
11
5
|
}
|
package/src/index.d.ts
CHANGED
|
@@ -16,4 +16,7 @@ export { ListBoxAllModule } from './list-box/listbox-all.module';
|
|
|
16
16
|
export { DropDownTreeComponent } from './drop-down-tree/dropdowntree.component';
|
|
17
17
|
export { DropDownTreeModule } from './drop-down-tree/dropdowntree.module';
|
|
18
18
|
export { DropDownTreeAllModule } from './drop-down-tree/dropdowntree-all.module';
|
|
19
|
+
export { MentionComponent } from './mention/mention.component';
|
|
20
|
+
export { MentionModule } from './mention/mention.module';
|
|
21
|
+
export { MentionAllModule } from './mention/mention-all.module';
|
|
19
22
|
export * from '@syncfusion/ej2-dropdowns';
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./listbox.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the ListBox component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class ListBoxAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ListBoxAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ListBoxAllModule, never, [typeof i1.CommonModule, typeof i2.ListBoxModule], [typeof i2.ListBoxModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ListBoxAllModule>;
|
|
11
5
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { ListBox } from '@syncfusion/ej2-dropdowns';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -42,7 +41,7 @@ export declare class ListBoxComponent extends ListBox implements IComponentBase
|
|
|
42
41
|
*For EX: We have expression evolution as like ES6 expression string literals.
|
|
43
42
|
*
|
|
44
43
|
* @default null
|
|
45
|
-
|
|
44
|
+
|
|
46
45
|
*/
|
|
47
46
|
itemTemplate: any;
|
|
48
47
|
noRecordsTemplate: any;
|
|
@@ -59,6 +58,4 @@ export declare class ListBoxComponent extends ListBox implements IComponentBase
|
|
|
59
58
|
ngAfterContentChecked(): void;
|
|
60
59
|
registerEvents: (eventList: string[]) => void;
|
|
61
60
|
addTwoWay: (propList: string[]) => void;
|
|
62
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ListBoxComponent, never>;
|
|
63
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ListBoxComponent, "ejs-listbox", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowDragAndDrop": "allowDragAndDrop"; "allowFiltering": "allowFiltering"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "groupTemplate": "groupTemplate"; "height": "height"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "itemTemplate": "itemTemplate"; "locale": "locale"; "maximumSelectionLength": "maximumSelectionLength"; "noRecordsTemplate": "noRecordsTemplate"; "query": "query"; "scope": "scope"; "selectionSettings": "selectionSettings"; "sortOrder": "sortOrder"; "toolbarSettings": "toolbarSettings"; "value": "value"; "zIndex": "zIndex"; }, { "focus": "focus"; "blur": "blur"; "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeDrop": "beforeDrop"; "beforeItemRender": "beforeItemRender"; "change": "change"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "drag": "drag"; "dragStart": "dragStart"; "drop": "drop"; "filtering": "filtering"; "select": "select"; "valueChange": "valueChange"; }, ["itemTemplate", "noRecordsTemplate"], never>;
|
|
64
61
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./listbox.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the ListBox component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class ListBoxModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ListBoxModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ListBoxModule, [typeof i1.ListBoxComponent], [typeof i2.CommonModule], [typeof i1.ListBoxComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ListBoxModule>;
|
|
11
5
|
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { Mention } from '@syncfusion/ej2-dropdowns';
|
|
4
|
+
export declare const inputs: string[];
|
|
5
|
+
export declare const outputs: string[];
|
|
6
|
+
export declare const twoWays: string[];
|
|
7
|
+
/**
|
|
8
|
+
*The Mention component contains a list of predefined values, from which the user can choose a single value.
|
|
9
|
+
*```html
|
|
10
|
+
*<ejs-mention></ejs-mention>
|
|
11
|
+
*```
|
|
12
|
+
*/
|
|
13
|
+
export declare class MentionComponent extends Mention implements IComponentBase {
|
|
14
|
+
private ngEle;
|
|
15
|
+
private srenderer;
|
|
16
|
+
private viewContainerRef;
|
|
17
|
+
private injector;
|
|
18
|
+
containerContext: any;
|
|
19
|
+
tagObjects: any;
|
|
20
|
+
actionBegin: any;
|
|
21
|
+
actionComplete: any;
|
|
22
|
+
actionFailure: any;
|
|
23
|
+
beforeOpen: any;
|
|
24
|
+
change: any;
|
|
25
|
+
closed: any;
|
|
26
|
+
created: any;
|
|
27
|
+
destroyed: any;
|
|
28
|
+
filtering: any;
|
|
29
|
+
opened: any;
|
|
30
|
+
select: any;
|
|
31
|
+
/**
|
|
32
|
+
* Specifies the template for the selected value from the suggestion list.
|
|
33
|
+
* @default null
|
|
34
|
+
*/
|
|
35
|
+
displayTemplate: any;
|
|
36
|
+
/**
|
|
37
|
+
* Specifies the template for the suggestion list.
|
|
38
|
+
* @default null
|
|
39
|
+
*/
|
|
40
|
+
itemTemplate: any;
|
|
41
|
+
/**
|
|
42
|
+
* Specifies the template for showing until data is loaded in the popup.
|
|
43
|
+
* @default null
|
|
44
|
+
*/
|
|
45
|
+
spinnerTemplate: any;
|
|
46
|
+
noRecordsTemplate: any;
|
|
47
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
48
|
+
ngOnInit(): void;
|
|
49
|
+
ngAfterViewInit(): void;
|
|
50
|
+
ngOnDestroy(): void;
|
|
51
|
+
ngAfterContentChecked(): void;
|
|
52
|
+
registerEvents: (eventList: string[]) => void;
|
|
53
|
+
addTwoWay: (propList: string[]) => void;
|
|
54
|
+
}
|