@syncfusion/ej2-angular-navigations 16.4.45 → 16.4.52-46585
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-navigations.es5.js +2021 -0
- package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-navigations.js +1859 -0
- package/@syncfusion/ej2-angular-navigations.js.map +1 -0
- package/CHANGELOG.md +1508 -1
- package/README.md +226 -112
- package/dist/ej2-angular-navigations.umd.js +2106 -0
- package/dist/ej2-angular-navigations.umd.js.map +1 -0
- package/dist/ej2-angular-navigations.umd.min.js +2 -10
- package/dist/ej2-angular-navigations.umd.min.js.map +1 -0
- package/ej2-angular-navigations.d.ts +14 -0
- package/ej2-angular-navigations.metadata.json +1 -0
- package/package.json +133 -156
- package/postinstall/tagchange.js +18 -0
- package/{index.d.ts → public_api.d.ts} +0 -3
- package/schematics/collection.json +107 -7
- package/schematics/generators/accordion-default/index.d.ts +3 -0
- package/schematics/generators/accordion-default/index.js +8 -0
- package/schematics/generators/accordion-default/index.ts +8 -0
- package/schematics/generators/accordion-default/sample-details.d.ts +5 -0
- package/schematics/generators/accordion-default/sample-details.js +7 -0
- package/schematics/generators/accordion-default/sample-details.ts +5 -0
- package/schematics/generators/accordion-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/accordion-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +49 -0
- package/schematics/generators/accordion-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
- package/schematics/generators/accordion-default/schema.d.ts +3 -0
- package/schematics/generators/accordion-default/schema.js +2 -0
- package/schematics/generators/accordion-default/schema.json +125 -0
- package/schematics/generators/accordion-default/schema.ts +3 -0
- package/schematics/generators/accordion-html-template/index.d.ts +3 -0
- package/schematics/generators/accordion-html-template/index.js +8 -0
- package/schematics/generators/accordion-html-template/index.ts +8 -0
- package/schematics/generators/accordion-html-template/sample-details.d.ts +5 -0
- package/schematics/generators/accordion-html-template/sample-details.js +7 -0
- package/schematics/generators/accordion-html-template/sample-details.ts +5 -0
- package/schematics/generators/accordion-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +57 -0
- package/schematics/generators/accordion-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +50 -0
- package/schematics/generators/accordion-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
- package/schematics/generators/accordion-html-template/schema.d.ts +3 -0
- package/schematics/generators/accordion-html-template/schema.js +2 -0
- package/schematics/generators/accordion-html-template/schema.json +125 -0
- package/schematics/generators/accordion-html-template/schema.ts +3 -0
- package/schematics/generators/accordion-multiple-expand/index.d.ts +3 -0
- package/schematics/generators/accordion-multiple-expand/index.js +8 -0
- package/schematics/generators/accordion-multiple-expand/index.ts +8 -0
- package/schematics/generators/accordion-multiple-expand/sample-details.d.ts +5 -0
- package/schematics/generators/accordion-multiple-expand/sample-details.js +7 -0
- package/schematics/generators/accordion-multiple-expand/sample-details.ts +5 -0
- package/schematics/generators/accordion-multiple-expand/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/accordion-multiple-expand/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +49 -0
- package/schematics/generators/accordion-multiple-expand/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
- package/schematics/generators/accordion-multiple-expand/schema.d.ts +3 -0
- package/schematics/generators/accordion-multiple-expand/schema.js +2 -0
- package/schematics/generators/accordion-multiple-expand/schema.json +125 -0
- package/schematics/generators/accordion-multiple-expand/schema.ts +3 -0
- package/schematics/generators/accordion-nested/index.d.ts +3 -0
- package/schematics/generators/accordion-nested/index.js +8 -0
- package/schematics/generators/accordion-nested/index.ts +8 -0
- package/schematics/generators/accordion-nested/sample-details.d.ts +5 -0
- package/schematics/generators/accordion-nested/sample-details.js +7 -0
- package/schematics/generators/accordion-nested/sample-details.ts +5 -0
- package/schematics/generators/accordion-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/accordion-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +104 -0
- package/schematics/generators/accordion-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
- package/schematics/generators/accordion-nested/schema.d.ts +3 -0
- package/schematics/generators/accordion-nested/schema.js +2 -0
- package/schematics/generators/accordion-nested/schema.json +125 -0
- package/schematics/generators/accordion-nested/schema.ts +3 -0
- package/schematics/generators/contextmenu-default/index.ts +8 -0
- package/schematics/generators/contextmenu-default/sample-details.ts +5 -0
- package/schematics/generators/contextmenu-default/schema.json +3 -2
- package/schematics/generators/contextmenu-default/schema.ts +3 -0
- package/schematics/generators/menu-default/index.ts +8 -0
- package/schematics/generators/menu-default/sample-details.ts +5 -0
- package/schematics/generators/menu-default/schema.json +3 -2
- package/schematics/generators/menu-default/schema.ts +3 -0
- package/schematics/generators/sidebar-backdrop/index.d.ts +3 -0
- package/schematics/generators/sidebar-backdrop/index.js +8 -0
- package/schematics/generators/sidebar-backdrop/index.ts +8 -0
- package/schematics/generators/sidebar-backdrop/sample-details.d.ts +5 -0
- package/schematics/generators/sidebar-backdrop/sample-details.js +7 -0
- package/schematics/generators/sidebar-backdrop/sample-details.ts +5 -0
- package/schematics/generators/sidebar-backdrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +74 -0
- package/schematics/generators/sidebar-backdrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +17 -0
- package/schematics/generators/sidebar-backdrop/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +29 -0
- package/schematics/generators/sidebar-backdrop/schema.d.ts +3 -0
- package/schematics/generators/sidebar-backdrop/schema.js +2 -0
- package/schematics/generators/sidebar-backdrop/schema.json +125 -0
- package/schematics/generators/sidebar-backdrop/schema.ts +3 -0
- package/schematics/generators/sidebar-dock/index.d.ts +3 -0
- package/schematics/generators/sidebar-dock/index.js +8 -0
- package/schematics/generators/sidebar-dock/index.ts +8 -0
- package/schematics/generators/sidebar-dock/sample-details.d.ts +5 -0
- package/schematics/generators/sidebar-dock/sample-details.js +7 -0
- package/schematics/generators/sidebar-dock/sample-details.ts +5 -0
- package/schematics/generators/sidebar-dock/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +170 -0
- package/schematics/generators/sidebar-dock/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +41 -0
- package/schematics/generators/sidebar-dock/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +28 -0
- package/schematics/generators/sidebar-dock/schema.d.ts +3 -0
- package/schematics/generators/sidebar-dock/schema.js +2 -0
- package/schematics/generators/sidebar-dock/schema.json +125 -0
- package/schematics/generators/sidebar-dock/schema.ts +3 -0
- package/schematics/generators/sidebar-target/index.d.ts +3 -0
- package/schematics/generators/sidebar-target/index.js +8 -0
- package/schematics/generators/sidebar-target/index.ts +8 -0
- package/schematics/generators/sidebar-target/sample-details.d.ts +5 -0
- package/schematics/generators/sidebar-target/sample-details.js +7 -0
- package/schematics/generators/sidebar-target/sample-details.ts +5 -0
- package/schematics/generators/sidebar-target/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +91 -0
- package/schematics/generators/sidebar-target/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +20 -0
- package/schematics/generators/sidebar-target/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +28 -0
- package/schematics/generators/sidebar-target/schema.d.ts +3 -0
- package/schematics/generators/sidebar-target/schema.js +2 -0
- package/schematics/generators/sidebar-target/schema.json +125 -0
- package/schematics/generators/sidebar-target/schema.ts +3 -0
- package/schematics/generators/sidebar-types/index.d.ts +3 -0
- package/schematics/generators/sidebar-types/index.js +8 -0
- package/schematics/generators/sidebar-types/index.ts +8 -0
- package/schematics/generators/sidebar-types/sample-details.d.ts +5 -0
- package/schematics/generators/sidebar-types/sample-details.js +7 -0
- package/schematics/generators/sidebar-types/sample-details.ts +5 -0
- package/schematics/generators/sidebar-types/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +134 -0
- package/schematics/generators/sidebar-types/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +37 -0
- package/schematics/generators/sidebar-types/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +37 -0
- package/schematics/generators/sidebar-types/schema.d.ts +3 -0
- package/schematics/generators/sidebar-types/schema.js +2 -0
- package/schematics/generators/sidebar-types/schema.json +125 -0
- package/schematics/generators/sidebar-types/schema.ts +3 -0
- package/schematics/generators/tab-html-template/index.d.ts +3 -0
- package/schematics/generators/tab-html-template/index.js +8 -0
- package/schematics/generators/tab-html-template/index.ts +8 -0
- package/schematics/generators/tab-html-template/sample-details.d.ts +5 -0
- package/schematics/generators/tab-html-template/sample-details.js +7 -0
- package/schematics/generators/tab-html-template/sample-details.ts +5 -0
- package/schematics/generators/tab-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
- package/schematics/generators/tab-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +42 -0
- package/schematics/generators/tab-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
- package/schematics/generators/tab-html-template/schema.d.ts +3 -0
- package/schematics/generators/tab-html-template/schema.js +2 -0
- package/schematics/generators/tab-html-template/schema.json +125 -0
- package/schematics/generators/tab-html-template/schema.ts +3 -0
- package/schematics/generators/tab-icon/index.d.ts +3 -0
- package/schematics/generators/tab-icon/index.js +8 -0
- package/schematics/generators/tab-icon/index.ts +8 -0
- package/schematics/generators/tab-icon/sample-details.d.ts +5 -0
- package/schematics/generators/tab-icon/sample-details.js +7 -0
- package/schematics/generators/tab-icon/sample-details.ts +5 -0
- package/schematics/generators/tab-icon/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +37 -0
- package/schematics/generators/tab-icon/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +45 -0
- package/schematics/generators/tab-icon/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +17 -0
- package/schematics/generators/tab-icon/schema.d.ts +3 -0
- package/schematics/generators/tab-icon/schema.js +2 -0
- package/schematics/generators/tab-icon/schema.json +125 -0
- package/schematics/generators/tab-icon/schema.ts +3 -0
- package/schematics/generators/tab-nested/index.d.ts +3 -0
- package/schematics/generators/tab-nested/index.js +8 -0
- package/schematics/generators/tab-nested/index.ts +8 -0
- package/schematics/generators/tab-nested/sample-details.d.ts +5 -0
- package/schematics/generators/tab-nested/sample-details.js +7 -0
- package/schematics/generators/tab-nested/sample-details.ts +5 -0
- package/schematics/generators/tab-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
- package/schematics/generators/tab-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +71 -0
- package/schematics/generators/tab-nested/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
- package/schematics/generators/tab-nested/schema.d.ts +3 -0
- package/schematics/generators/tab-nested/schema.js +2 -0
- package/schematics/generators/tab-nested/schema.json +125 -0
- package/schematics/generators/tab-nested/schema.ts +3 -0
- package/schematics/generators/tab-popup/index.d.ts +3 -0
- package/schematics/generators/tab-popup/index.js +8 -0
- package/schematics/generators/tab-popup/index.ts +8 -0
- package/schematics/generators/tab-popup/sample-details.d.ts +5 -0
- package/schematics/generators/tab-popup/sample-details.js +7 -0
- package/schematics/generators/tab-popup/sample-details.ts +5 -0
- package/schematics/generators/tab-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
- package/schematics/generators/tab-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
- package/schematics/generators/tab-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
- package/schematics/generators/tab-popup/schema.d.ts +3 -0
- package/schematics/generators/tab-popup/schema.js +2 -0
- package/schematics/generators/tab-popup/schema.json +125 -0
- package/schematics/generators/tab-popup/schema.ts +3 -0
- package/schematics/generators/tab-scrollable/index.d.ts +3 -0
- package/schematics/generators/tab-scrollable/index.js +8 -0
- package/schematics/generators/tab-scrollable/index.ts +8 -0
- package/schematics/generators/tab-scrollable/sample-details.d.ts +5 -0
- package/schematics/generators/tab-scrollable/sample-details.js +7 -0
- package/schematics/generators/tab-scrollable/sample-details.ts +5 -0
- package/schematics/generators/tab-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
- package/schematics/generators/tab-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
- package/schematics/generators/tab-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
- package/schematics/generators/tab-scrollable/schema.d.ts +3 -0
- package/schematics/generators/tab-scrollable/schema.js +2 -0
- package/schematics/generators/tab-scrollable/schema.json +125 -0
- package/schematics/generators/tab-scrollable/schema.ts +3 -0
- package/schematics/generators/tab-vertical/index.d.ts +3 -0
- package/schematics/generators/tab-vertical/index.js +8 -0
- package/schematics/generators/tab-vertical/index.ts +8 -0
- package/schematics/generators/tab-vertical/sample-details.d.ts +5 -0
- package/schematics/generators/tab-vertical/sample-details.js +7 -0
- package/schematics/generators/tab-vertical/sample-details.ts +5 -0
- package/schematics/generators/tab-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
- package/schematics/generators/tab-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +118 -0
- package/schematics/generators/tab-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
- package/schematics/generators/tab-vertical/schema.d.ts +3 -0
- package/schematics/generators/tab-vertical/schema.js +2 -0
- package/schematics/generators/tab-vertical/schema.json +125 -0
- package/schematics/generators/tab-vertical/schema.ts +3 -0
- package/schematics/generators/toolbar-alignment/index.d.ts +3 -0
- package/schematics/generators/toolbar-alignment/index.js +8 -0
- package/schematics/generators/toolbar-alignment/index.ts +8 -0
- package/schematics/generators/toolbar-alignment/sample-details.d.ts +5 -0
- package/schematics/generators/toolbar-alignment/sample-details.js +7 -0
- package/schematics/generators/toolbar-alignment/sample-details.ts +5 -0
- package/schematics/generators/toolbar-alignment/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +97 -0
- package/schematics/generators/toolbar-alignment/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +48 -0
- package/schematics/generators/toolbar-alignment/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
- package/schematics/generators/toolbar-alignment/schema.d.ts +3 -0
- package/schematics/generators/toolbar-alignment/schema.js +2 -0
- package/schematics/generators/toolbar-alignment/schema.json +125 -0
- package/schematics/generators/toolbar-alignment/schema.ts +3 -0
- package/schematics/generators/toolbar-extended/index.d.ts +3 -0
- package/schematics/generators/toolbar-extended/index.js +8 -0
- package/schematics/generators/toolbar-extended/index.ts +8 -0
- package/schematics/generators/toolbar-extended/sample-details.d.ts +5 -0
- package/schematics/generators/toolbar-extended/sample-details.js +7 -0
- package/schematics/generators/toolbar-extended/sample-details.ts +5 -0
- package/schematics/generators/toolbar-extended/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
- package/schematics/generators/toolbar-extended/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
- package/schematics/generators/toolbar-extended/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
- package/schematics/generators/toolbar-extended/schema.d.ts +3 -0
- package/schematics/generators/toolbar-extended/schema.js +2 -0
- package/schematics/generators/toolbar-extended/schema.json +125 -0
- package/schematics/generators/toolbar-extended/schema.ts +3 -0
- package/schematics/generators/toolbar-html-template/index.d.ts +3 -0
- package/schematics/generators/toolbar-html-template/index.js +8 -0
- package/schematics/generators/toolbar-html-template/index.ts +8 -0
- package/schematics/generators/toolbar-html-template/sample-details.d.ts +5 -0
- package/schematics/generators/toolbar-html-template/sample-details.js +7 -0
- package/schematics/generators/toolbar-html-template/sample-details.ts +5 -0
- package/schematics/generators/toolbar-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
- package/schematics/generators/toolbar-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +16 -0
- package/schematics/generators/toolbar-html-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
- package/schematics/generators/toolbar-html-template/schema.d.ts +3 -0
- package/schematics/generators/toolbar-html-template/schema.js +2 -0
- package/schematics/generators/toolbar-html-template/schema.json +125 -0
- package/schematics/generators/toolbar-html-template/schema.ts +3 -0
- package/schematics/generators/toolbar-multi-row/index.d.ts +3 -0
- package/schematics/generators/toolbar-multi-row/index.js +8 -0
- package/schematics/generators/toolbar-multi-row/index.ts +8 -0
- package/schematics/generators/toolbar-multi-row/sample-details.d.ts +5 -0
- package/schematics/generators/toolbar-multi-row/sample-details.js +7 -0
- package/schematics/generators/toolbar-multi-row/sample-details.ts +5 -0
- package/schematics/generators/toolbar-multi-row/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
- package/schematics/generators/toolbar-multi-row/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
- package/schematics/generators/toolbar-multi-row/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
- package/schematics/generators/toolbar-multi-row/schema.d.ts +3 -0
- package/schematics/generators/toolbar-multi-row/schema.js +2 -0
- package/schematics/generators/toolbar-multi-row/schema.json +125 -0
- package/schematics/generators/toolbar-multi-row/schema.ts +3 -0
- package/schematics/generators/toolbar-popup/index.d.ts +3 -0
- package/schematics/generators/toolbar-popup/index.js +8 -0
- package/schematics/generators/toolbar-popup/index.ts +8 -0
- package/schematics/generators/toolbar-popup/sample-details.d.ts +5 -0
- package/schematics/generators/toolbar-popup/sample-details.js +7 -0
- package/schematics/generators/toolbar-popup/sample-details.ts +5 -0
- package/schematics/generators/toolbar-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
- package/schematics/generators/toolbar-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
- package/schematics/generators/toolbar-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
- package/schematics/generators/toolbar-popup/schema.d.ts +3 -0
- package/schematics/generators/toolbar-popup/schema.js +2 -0
- package/schematics/generators/toolbar-popup/schema.json +125 -0
- package/schematics/generators/toolbar-popup/schema.ts +3 -0
- package/schematics/generators/toolbar-scrollable/index.d.ts +3 -0
- package/schematics/generators/toolbar-scrollable/index.js +8 -0
- package/schematics/generators/toolbar-scrollable/index.ts +8 -0
- package/schematics/generators/toolbar-scrollable/sample-details.d.ts +5 -0
- package/schematics/generators/toolbar-scrollable/sample-details.js +7 -0
- package/schematics/generators/toolbar-scrollable/sample-details.ts +5 -0
- package/schematics/generators/toolbar-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +125 -0
- package/schematics/generators/toolbar-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +33 -0
- package/schematics/generators/toolbar-scrollable/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +11 -0
- package/schematics/generators/toolbar-scrollable/schema.d.ts +3 -0
- package/schematics/generators/toolbar-scrollable/schema.js +2 -0
- package/schematics/generators/toolbar-scrollable/schema.json +125 -0
- package/schematics/generators/toolbar-scrollable/schema.ts +3 -0
- package/schematics/generators/treeview-checkbox/index.ts +8 -0
- package/schematics/generators/treeview-checkbox/sample-details.ts +5 -0
- package/schematics/generators/treeview-checkbox/schema.json +3 -2
- package/schematics/generators/treeview-checkbox/schema.ts +3 -0
- package/schematics/generators/treeview-default/index.ts +8 -0
- package/schematics/generators/treeview-default/sample-details.ts +5 -0
- package/schematics/generators/treeview-default/schema.json +3 -2
- package/schematics/generators/treeview-default/schema.ts +3 -0
- package/schematics/generators/treeview-draganddrop/index.ts +8 -0
- package/schematics/generators/treeview-draganddrop/sample-details.ts +5 -0
- package/schematics/generators/treeview-draganddrop/schema.json +3 -2
- package/schematics/generators/treeview-draganddrop/schema.ts +3 -0
- package/schematics/generators/treeview-multiselection/index.ts +8 -0
- package/schematics/generators/treeview-multiselection/sample-details.ts +5 -0
- package/schematics/generators/treeview-multiselection/schema.json +3 -2
- package/schematics/generators/treeview-multiselection/schema.ts +3 -0
- package/schematics/generators/treeview-nodeediting/index.ts +8 -0
- package/schematics/generators/treeview-nodeediting/sample-details.ts +5 -0
- package/schematics/generators/treeview-nodeediting/schema.json +3 -2
- package/schematics/generators/treeview-nodeediting/schema.ts +3 -0
- package/schematics/generators/treeview-remotedata/index.ts +8 -0
- package/schematics/generators/treeview-remotedata/sample-details.ts +5 -0
- package/schematics/generators/treeview-remotedata/schema.json +3 -2
- package/schematics/generators/treeview-remotedata/schema.ts +3 -0
- package/schematics/generators/treeview-treetemplate/index.ts +8 -0
- package/schematics/generators/treeview-treetemplate/sample-details.ts +5 -0
- package/schematics/generators/treeview-treetemplate/schema.json +3 -2
- package/schematics/generators/treeview-treetemplate/schema.ts +3 -0
- package/schematics/ng-add/index.ts +10 -0
- package/schematics/ng-add/schema.json +1 -1
- package/schematics/ng-add/schema.ts +30 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +3 -3
- package/schematics/utils/lib-details.js +3 -3
- package/schematics/utils/lib-details.ts +4 -0
- package/src/accordion/accordion.component.d.ts +22 -3
- package/src/accordion/items.directive.d.ts +24 -7
- package/src/appbar/appbar-all.module.d.ts +5 -0
- package/src/appbar/appbar.component.d.ts +29 -0
- package/src/appbar/appbar.module.d.ts +5 -0
- package/src/breadcrumb/breadcrumb-all.module.d.ts +5 -0
- package/src/breadcrumb/breadcrumb.component.d.ts +44 -0
- package/src/breadcrumb/breadcrumb.module.d.ts +5 -0
- package/src/breadcrumb/items.directive.d.ts +46 -0
- package/src/carousel/carousel-all.module.d.ts +5 -0
- package/src/carousel/carousel.component.d.ts +58 -0
- package/src/carousel/carousel.module.d.ts +5 -0
- package/src/carousel/items.directive.d.ts +46 -0
- package/src/context-menu/contextmenu.component.d.ts +9 -0
- package/src/index.d.ts +12 -0
- package/src/menu/items.directive.d.ts +45 -0
- package/src/menu/menu.component.d.ts +13 -1
- package/src/sidebar/sidebar.component.d.ts +7 -0
- package/src/tab/items.directive.d.ts +25 -1
- package/src/tab/tab.component.d.ts +18 -4
- package/src/toolbar/items.directive.d.ts +39 -19
- package/src/toolbar/toolbar.component.d.ts +10 -3
- package/src/treeview/treeview.component.d.ts +26 -2
- package/styles/accordion/bootstrap-dark.css +267 -181
- package/styles/accordion/bootstrap.css +258 -172
- package/styles/accordion/bootstrap4.css +525 -0
- package/styles/accordion/bootstrap4.scss +1 -0
- package/styles/accordion/bootstrap5-dark.css +527 -0
- package/styles/accordion/bootstrap5-dark.scss +1 -0
- package/styles/accordion/bootstrap5.css +527 -0
- package/styles/accordion/bootstrap5.scss +1 -0
- package/styles/accordion/fabric-dark.css +266 -164
- package/styles/accordion/fabric.css +266 -164
- package/styles/accordion/fluent-dark.css +526 -0
- package/styles/accordion/fluent-dark.scss +1 -0
- package/styles/accordion/fluent.css +526 -0
- package/styles/accordion/fluent.scss +1 -0
- package/styles/accordion/highcontrast-light.css +525 -0
- package/styles/accordion/highcontrast-light.scss +1 -0
- package/styles/accordion/highcontrast.css +243 -232
- package/styles/accordion/material-dark.css +268 -173
- package/styles/accordion/material.css +264 -169
- package/styles/accordion/tailwind-dark.css +527 -0
- package/styles/accordion/tailwind-dark.scss +1 -0
- package/styles/accordion/tailwind.css +527 -0
- package/styles/accordion/tailwind.scss +1 -0
- package/styles/appbar/bootstrap-dark.css +247 -0
- package/styles/appbar/bootstrap-dark.scss +1 -0
- package/styles/appbar/bootstrap.css +247 -0
- package/styles/appbar/bootstrap.scss +1 -0
- package/styles/appbar/bootstrap4.css +247 -0
- package/styles/appbar/bootstrap4.scss +1 -0
- package/styles/appbar/bootstrap5-dark.css +247 -0
- package/styles/appbar/bootstrap5-dark.scss +1 -0
- package/styles/appbar/bootstrap5.css +247 -0
- package/styles/appbar/bootstrap5.scss +1 -0
- package/styles/appbar/fabric-dark.css +247 -0
- package/styles/appbar/fabric-dark.scss +1 -0
- package/styles/appbar/fabric.css +247 -0
- package/styles/appbar/fabric.scss +1 -0
- package/styles/appbar/fluent-dark.css +247 -0
- package/styles/appbar/fluent-dark.scss +1 -0
- package/styles/appbar/fluent.css +247 -0
- package/styles/appbar/fluent.scss +1 -0
- package/styles/appbar/highcontrast-light.css +247 -0
- package/styles/appbar/highcontrast-light.scss +1 -0
- package/styles/appbar/highcontrast.css +247 -0
- package/styles/appbar/highcontrast.scss +1 -0
- package/styles/appbar/material-dark.css +248 -0
- package/styles/appbar/material-dark.scss +1 -0
- package/styles/appbar/material.css +248 -0
- package/styles/appbar/material.scss +1 -0
- package/styles/appbar/tailwind-dark.css +248 -0
- package/styles/appbar/tailwind-dark.scss +1 -0
- package/styles/appbar/tailwind.css +248 -0
- package/styles/appbar/tailwind.scss +1 -0
- package/styles/bootstrap-dark.css +5503 -3478
- package/styles/bootstrap-dark.scss +4 -0
- package/styles/bootstrap.css +5420 -3550
- package/styles/bootstrap.scss +4 -0
- package/styles/bootstrap4.css +10166 -0
- package/styles/bootstrap4.scss +13 -0
- package/styles/bootstrap5-dark.css +10207 -0
- package/styles/bootstrap5-dark.scss +13 -0
- package/styles/bootstrap5.css +10207 -0
- package/styles/bootstrap5.scss +13 -0
- package/styles/breadcrumb/bootstrap-dark.css +395 -0
- package/styles/breadcrumb/bootstrap-dark.scss +1 -0
- package/styles/breadcrumb/bootstrap.css +395 -0
- package/styles/breadcrumb/bootstrap.scss +1 -0
- package/styles/breadcrumb/bootstrap4.css +395 -0
- package/styles/breadcrumb/bootstrap4.scss +1 -0
- package/styles/breadcrumb/bootstrap5-dark.css +409 -0
- package/styles/breadcrumb/bootstrap5-dark.scss +1 -0
- package/styles/breadcrumb/bootstrap5.css +409 -0
- package/styles/breadcrumb/bootstrap5.scss +1 -0
- package/styles/breadcrumb/fabric-dark.css +395 -0
- package/styles/breadcrumb/fabric-dark.scss +1 -0
- package/styles/breadcrumb/fabric.css +395 -0
- package/styles/breadcrumb/fabric.scss +1 -0
- package/styles/breadcrumb/fluent-dark.css +371 -0
- package/styles/breadcrumb/fluent-dark.scss +1 -0
- package/styles/breadcrumb/fluent.css +371 -0
- package/styles/breadcrumb/fluent.scss +1 -0
- package/styles/breadcrumb/highcontrast-light.css +402 -0
- package/styles/breadcrumb/highcontrast-light.scss +1 -0
- package/styles/breadcrumb/highcontrast.css +402 -0
- package/styles/breadcrumb/highcontrast.scss +1 -0
- package/styles/breadcrumb/material-dark.css +379 -0
- package/styles/breadcrumb/material-dark.scss +1 -0
- package/styles/breadcrumb/material.css +379 -0
- package/styles/breadcrumb/material.scss +1 -0
- package/styles/breadcrumb/tailwind-dark.css +402 -0
- package/styles/breadcrumb/tailwind-dark.scss +1 -0
- package/styles/breadcrumb/tailwind.css +402 -0
- package/styles/breadcrumb/tailwind.scss +1 -0
- package/styles/carousel/bootstrap-dark.css +264 -0
- package/styles/carousel/bootstrap-dark.scss +1 -0
- package/styles/carousel/bootstrap.css +264 -0
- package/styles/carousel/bootstrap.scss +1 -0
- package/styles/carousel/bootstrap4.css +264 -0
- package/styles/carousel/bootstrap4.scss +1 -0
- package/styles/carousel/bootstrap5-dark.css +264 -0
- package/styles/carousel/bootstrap5-dark.scss +1 -0
- package/styles/carousel/bootstrap5.css +264 -0
- package/styles/carousel/bootstrap5.scss +1 -0
- package/styles/carousel/fabric-dark.css +264 -0
- package/styles/carousel/fabric-dark.scss +1 -0
- package/styles/carousel/fabric.css +264 -0
- package/styles/carousel/fabric.scss +1 -0
- package/styles/carousel/fluent-dark.css +264 -0
- package/styles/carousel/fluent-dark.scss +1 -0
- package/styles/carousel/fluent.css +264 -0
- package/styles/carousel/fluent.scss +1 -0
- package/styles/carousel/highcontrast-light.css +264 -0
- package/styles/carousel/highcontrast-light.scss +1 -0
- package/styles/carousel/highcontrast.css +264 -0
- package/styles/carousel/highcontrast.scss +1 -0
- package/styles/carousel/material-dark.css +265 -0
- package/styles/carousel/material-dark.scss +1 -0
- package/styles/carousel/material.css +265 -0
- package/styles/carousel/material.scss +1 -0
- package/styles/carousel/tailwind-dark.css +265 -0
- package/styles/carousel/tailwind-dark.scss +1 -0
- package/styles/carousel/tailwind.css +265 -0
- package/styles/carousel/tailwind.scss +1 -0
- package/styles/context-menu/bootstrap-dark.css +206 -108
- package/styles/context-menu/bootstrap.css +206 -107
- package/styles/context-menu/bootstrap4.css +367 -0
- package/styles/context-menu/bootstrap4.scss +1 -0
- package/styles/context-menu/bootstrap5-dark.css +355 -0
- package/styles/context-menu/bootstrap5-dark.scss +1 -0
- package/styles/context-menu/bootstrap5.css +355 -0
- package/styles/context-menu/bootstrap5.scss +1 -0
- package/styles/context-menu/fabric-dark.css +207 -109
- package/styles/context-menu/fabric.css +205 -106
- package/styles/context-menu/fluent-dark.css +363 -0
- package/styles/context-menu/fluent-dark.scss +1 -0
- package/styles/context-menu/fluent.css +363 -0
- package/styles/context-menu/fluent.scss +1 -0
- package/styles/context-menu/highcontrast-light.css +366 -0
- package/styles/context-menu/highcontrast-light.scss +1 -0
- package/styles/context-menu/highcontrast.css +205 -106
- package/styles/context-menu/material-dark.css +223 -107
- package/styles/context-menu/material.css +228 -110
- package/styles/context-menu/tailwind-dark.css +380 -0
- package/styles/context-menu/tailwind-dark.scss +1 -0
- package/styles/context-menu/tailwind.css +380 -0
- package/styles/context-menu/tailwind.scss +1 -0
- package/styles/fabric-dark.css +5766 -3690
- package/styles/fabric-dark.scss +4 -0
- package/styles/fabric.css +5959 -4038
- package/styles/fabric.scss +4 -0
- package/styles/fluent-dark.css +10172 -0
- package/styles/fluent-dark.scss +13 -0
- package/styles/fluent.css +10172 -0
- package/styles/fluent.scss +13 -0
- package/styles/h-scroll/bootstrap-dark.css +53 -66
- package/styles/h-scroll/bootstrap.css +32 -80
- package/styles/h-scroll/bootstrap4.css +260 -0
- package/styles/h-scroll/bootstrap4.scss +1 -0
- package/styles/h-scroll/bootstrap5-dark.css +280 -0
- package/styles/h-scroll/bootstrap5-dark.scss +1 -0
- package/styles/h-scroll/bootstrap5.css +280 -0
- package/styles/h-scroll/bootstrap5.scss +1 -0
- package/styles/h-scroll/fabric-dark.css +54 -67
- package/styles/h-scroll/fabric.css +32 -80
- package/styles/h-scroll/fluent-dark.css +280 -0
- package/styles/h-scroll/fluent-dark.scss +1 -0
- package/styles/h-scroll/fluent.css +280 -0
- package/styles/h-scroll/fluent.scss +1 -0
- package/styles/h-scroll/highcontrast-light.css +259 -0
- package/styles/h-scroll/highcontrast-light.scss +1 -0
- package/styles/h-scroll/highcontrast.css +26 -89
- package/styles/h-scroll/material-dark.css +56 -70
- package/styles/h-scroll/material.css +33 -82
- package/styles/h-scroll/tailwind-dark.css +281 -0
- package/styles/h-scroll/tailwind-dark.scss +1 -0
- package/styles/h-scroll/tailwind.css +281 -0
- package/styles/h-scroll/tailwind.scss +1 -0
- package/styles/highcontrast-light.css +10029 -0
- package/styles/highcontrast-light.scss +13 -0
- package/styles/highcontrast.css +6039 -4460
- package/styles/highcontrast.scss +4 -0
- package/styles/material-dark.css +6282 -3945
- package/styles/material-dark.scss +4 -0
- package/styles/material.css +6210 -4026
- package/styles/material.scss +4 -0
- package/styles/menu/bootstrap-dark.css +717 -319
- package/styles/menu/bootstrap.css +701 -304
- package/styles/menu/bootstrap4.css +1126 -0
- package/styles/menu/bootstrap4.scss +1 -0
- package/styles/menu/bootstrap5-dark.css +1083 -0
- package/styles/menu/bootstrap5-dark.scss +1 -0
- package/styles/menu/bootstrap5.css +1083 -0
- package/styles/menu/bootstrap5.scss +1 -0
- package/styles/menu/fabric-dark.css +716 -318
- package/styles/menu/fabric.css +696 -298
- package/styles/menu/fluent-dark.css +1106 -0
- package/styles/menu/fluent-dark.scss +1 -0
- package/styles/menu/fluent.css +1106 -0
- package/styles/menu/fluent.scss +1 -0
- package/styles/menu/highcontrast-light.css +1088 -0
- package/styles/menu/highcontrast-light.scss +1 -0
- package/styles/menu/highcontrast.css +698 -300
- package/styles/menu/material-dark.css +715 -319
- package/styles/menu/material.css +699 -303
- package/styles/menu/tailwind-dark.css +1102 -0
- package/styles/menu/tailwind-dark.scss +1 -0
- package/styles/menu/tailwind.css +1102 -0
- package/styles/menu/tailwind.scss +1 -0
- package/styles/pager/bootstrap-dark.css +688 -0
- package/styles/pager/bootstrap-dark.scss +1 -0
- package/styles/pager/bootstrap.css +688 -0
- package/styles/pager/bootstrap.scss +1 -0
- package/styles/pager/bootstrap4.css +688 -0
- package/styles/pager/bootstrap4.scss +1 -0
- package/styles/pager/bootstrap5-dark.css +723 -0
- package/styles/pager/bootstrap5-dark.scss +1 -0
- package/styles/pager/bootstrap5.css +723 -0
- package/styles/pager/bootstrap5.scss +1 -0
- package/styles/pager/fabric-dark.css +688 -0
- package/styles/pager/fabric-dark.scss +1 -0
- package/styles/pager/fabric.css +688 -0
- package/styles/pager/fabric.scss +1 -0
- package/styles/pager/fluent-dark.css +690 -0
- package/styles/pager/fluent-dark.scss +1 -0
- package/styles/pager/fluent.css +690 -0
- package/styles/pager/fluent.scss +1 -0
- package/styles/pager/highcontrast-light.css +688 -0
- package/styles/pager/highcontrast-light.scss +1 -0
- package/styles/pager/highcontrast.css +688 -0
- package/styles/pager/highcontrast.scss +1 -0
- package/styles/pager/material-dark.css +689 -0
- package/styles/pager/material-dark.scss +1 -0
- package/styles/pager/material.css +689 -0
- package/styles/pager/material.scss +1 -0
- package/styles/pager/tailwind-dark.css +815 -0
- package/styles/pager/tailwind-dark.scss +1 -0
- package/styles/pager/tailwind.css +815 -0
- package/styles/pager/tailwind.scss +1 -0
- package/styles/sidebar/bootstrap-dark.css +29 -25
- package/styles/sidebar/bootstrap.css +29 -25
- package/styles/sidebar/bootstrap4.css +149 -0
- package/styles/sidebar/bootstrap4.scss +1 -0
- package/styles/sidebar/bootstrap5-dark.css +147 -0
- package/styles/sidebar/bootstrap5-dark.scss +1 -0
- package/styles/sidebar/bootstrap5.css +147 -0
- package/styles/sidebar/bootstrap5.scss +1 -0
- package/styles/sidebar/fabric-dark.css +29 -25
- package/styles/sidebar/fabric.css +29 -25
- package/styles/sidebar/fluent-dark.css +147 -0
- package/styles/sidebar/fluent-dark.scss +1 -0
- package/styles/sidebar/fluent.css +147 -0
- package/styles/sidebar/fluent.scss +1 -0
- package/styles/sidebar/highcontrast-light.css +149 -0
- package/styles/sidebar/highcontrast-light.scss +1 -0
- package/styles/sidebar/highcontrast.css +30 -26
- package/styles/sidebar/material-dark.css +29 -25
- package/styles/sidebar/material.css +29 -25
- package/styles/sidebar/tailwind-dark.css +148 -0
- package/styles/sidebar/tailwind-dark.scss +1 -0
- package/styles/sidebar/tailwind.css +148 -0
- package/styles/sidebar/tailwind.scss +1 -0
- package/styles/tab/bootstrap-dark.css +1226 -1067
- package/styles/tab/bootstrap.css +1173 -1106
- package/styles/tab/bootstrap4.css +4031 -0
- package/styles/tab/bootstrap4.scss +1 -0
- package/styles/tab/bootstrap5-dark.css +4029 -0
- package/styles/tab/bootstrap5-dark.scss +1 -0
- package/styles/tab/bootstrap5.css +4029 -0
- package/styles/tab/bootstrap5.scss +1 -0
- package/styles/tab/fabric-dark.css +1212 -1096
- package/styles/tab/fabric.css +1173 -1148
- package/styles/tab/fluent-dark.css +4031 -0
- package/styles/tab/fluent-dark.scss +1 -0
- package/styles/tab/fluent.css +4031 -0
- package/styles/tab/fluent.scss +1 -0
- package/styles/tab/highcontrast-light.css +4022 -0
- package/styles/tab/highcontrast-light.scss +1 -0
- package/styles/tab/highcontrast.css +1086 -1215
- package/styles/tab/material-dark.css +1334 -955
- package/styles/tab/material.css +1280 -992
- package/styles/tab/tailwind-dark.css +4046 -0
- package/styles/tab/tailwind-dark.scss +1 -0
- package/styles/tab/tailwind.css +4046 -0
- package/styles/tab/tailwind.scss +1 -0
- package/styles/tailwind-dark.css +10351 -0
- package/styles/tailwind-dark.scss +13 -0
- package/styles/tailwind.css +10351 -0
- package/styles/tailwind.scss +13 -0
- package/styles/toolbar/bootstrap-dark.css +768 -1105
- package/styles/toolbar/bootstrap.css +761 -1111
- package/styles/toolbar/bootstrap4.css +1071 -0
- package/styles/toolbar/bootstrap4.scss +1 -0
- package/styles/toolbar/bootstrap5-dark.css +1082 -0
- package/styles/toolbar/bootstrap5-dark.scss +1 -0
- package/styles/toolbar/bootstrap5.css +1082 -0
- package/styles/toolbar/bootstrap5.scss +1 -0
- package/styles/toolbar/fabric-dark.css +779 -1042
- package/styles/toolbar/fabric.css +767 -1041
- package/styles/toolbar/fluent-dark.css +1081 -0
- package/styles/toolbar/fluent-dark.scss +1 -0
- package/styles/toolbar/fluent.css +1081 -0
- package/styles/toolbar/fluent.scss +1 -0
- package/styles/toolbar/highcontrast-light.css +1070 -0
- package/styles/toolbar/highcontrast-light.scss +1 -0
- package/styles/toolbar/highcontrast.css +744 -1089
- package/styles/toolbar/material-dark.css +747 -1010
- package/styles/toolbar/material.css +753 -1027
- package/styles/toolbar/tailwind-dark.css +1082 -0
- package/styles/toolbar/tailwind-dark.scss +1 -0
- package/styles/toolbar/tailwind.css +1082 -0
- package/styles/toolbar/tailwind.scss +1 -0
- package/styles/treeview/bootstrap-dark.css +230 -172
- package/styles/treeview/bootstrap.css +230 -168
- package/styles/treeview/bootstrap4.css +829 -0
- package/styles/treeview/bootstrap4.scss +1 -0
- package/styles/treeview/bootstrap5-dark.css +847 -0
- package/styles/treeview/bootstrap5-dark.scss +1 -0
- package/styles/treeview/bootstrap5.css +847 -0
- package/styles/treeview/bootstrap5.scss +1 -0
- package/styles/treeview/fabric-dark.css +230 -168
- package/styles/treeview/fabric.css +230 -168
- package/styles/treeview/fluent-dark.css +852 -0
- package/styles/treeview/fluent-dark.scss +1 -0
- package/styles/treeview/fluent.css +852 -0
- package/styles/treeview/fluent.scss +1 -0
- package/styles/treeview/highcontrast-light.css +736 -0
- package/styles/treeview/highcontrast-light.scss +1 -0
- package/styles/treeview/highcontrast.css +230 -171
- package/styles/treeview/material-dark.css +242 -172
- package/styles/treeview/material.css +238 -167
- package/styles/treeview/tailwind-dark.css +840 -0
- package/styles/treeview/tailwind-dark.scss +1 -0
- package/styles/treeview/tailwind.css +840 -0
- package/styles/treeview/tailwind.scss +1 -0
- package/styles/v-scroll/bootstrap-dark.css +25 -51
- package/styles/v-scroll/bootstrap.css +13 -58
- package/styles/v-scroll/bootstrap4.css +202 -0
- package/styles/v-scroll/bootstrap4.scss +1 -0
- package/styles/v-scroll/bootstrap5-dark.css +202 -0
- package/styles/v-scroll/bootstrap5-dark.scss +1 -0
- package/styles/v-scroll/bootstrap5.css +202 -0
- package/styles/v-scroll/bootstrap5.scss +1 -0
- package/styles/v-scroll/fabric-dark.css +26 -52
- package/styles/v-scroll/fabric.css +14 -59
- package/styles/v-scroll/fluent-dark.css +202 -0
- package/styles/v-scroll/fluent-dark.scss +1 -0
- package/styles/v-scroll/fluent.css +202 -0
- package/styles/v-scroll/fluent.scss +1 -0
- package/styles/v-scroll/highcontrast-light.css +201 -0
- package/styles/v-scroll/highcontrast-light.scss +1 -0
- package/styles/v-scroll/highcontrast.css +14 -74
- package/styles/v-scroll/material-dark.css +23 -50
- package/styles/v-scroll/material.css +12 -58
- package/styles/v-scroll/tailwind-dark.css +203 -0
- package/styles/v-scroll/tailwind-dark.scss +1 -0
- package/styles/v-scroll/tailwind.css +203 -0
- package/styles/v-scroll/tailwind.scss +1 -0
- package/accordion.d.ts +0 -4
- package/accordion.js +0 -5
- package/accordion.js.map +0 -1
- package/accordion.metadata.json +0 -1
- package/context-menu.d.ts +0 -4
- package/context-menu.js +0 -5
- package/context-menu.js.map +0 -1
- package/context-menu.metadata.json +0 -1
- package/index.js +0 -5
- package/index.js.map +0 -1
- package/index.metadata.json +0 -1
- package/license +0 -10
- package/menu.d.ts +0 -4
- package/menu.js +0 -5
- package/menu.js.map +0 -1
- package/menu.metadata.json +0 -1
- package/sidebar.d.ts +0 -4
- package/sidebar.js +0 -5
- package/sidebar.js.map +0 -1
- package/sidebar.metadata.json +0 -1
- package/src/accordion/accordion-all.module.js +0 -24
- package/src/accordion/accordion-all.module.js.map +0 -1
- package/src/accordion/accordion-all.module.metadata.json +0 -1
- package/src/accordion/accordion.component.js +0 -83
- package/src/accordion/accordion.component.js.map +0 -1
- package/src/accordion/accordion.component.metadata.json +0 -1
- package/src/accordion/accordion.module.js +0 -31
- package/src/accordion/accordion.module.js.map +0 -1
- package/src/accordion/accordion.module.metadata.json +0 -1
- package/src/accordion/index.d.ts +0 -4
- package/src/accordion/index.js +0 -5
- package/src/accordion/index.js.map +0 -1
- package/src/accordion/index.metadata.json +0 -1
- package/src/accordion/items.directive.js +0 -94
- package/src/accordion/items.directive.js.map +0 -1
- package/src/accordion/items.directive.metadata.json +0 -1
- package/src/context-menu/contextmenu-all.module.js +0 -24
- package/src/context-menu/contextmenu-all.module.js.map +0 -1
- package/src/context-menu/contextmenu-all.module.metadata.json +0 -1
- package/src/context-menu/contextmenu.component.js +0 -80
- package/src/context-menu/contextmenu.component.js.map +0 -1
- package/src/context-menu/contextmenu.component.metadata.json +0 -1
- package/src/context-menu/contextmenu.module.js +0 -26
- package/src/context-menu/contextmenu.module.js.map +0 -1
- package/src/context-menu/contextmenu.module.metadata.json +0 -1
- package/src/context-menu/index.d.ts +0 -3
- package/src/context-menu/index.js +0 -4
- package/src/context-menu/index.js.map +0 -1
- package/src/context-menu/index.metadata.json +0 -1
- package/src/index.js +0 -26
- package/src/index.js.map +0 -1
- package/src/index.metadata.json +0 -1
- package/src/menu/index.d.ts +0 -3
- package/src/menu/index.js +0 -4
- package/src/menu/index.js.map +0 -1
- package/src/menu/index.metadata.json +0 -1
- package/src/menu/menu-all.module.js +0 -24
- package/src/menu/menu-all.module.js.map +0 -1
- package/src/menu/menu-all.module.metadata.json +0 -1
- package/src/menu/menu.component.js +0 -87
- package/src/menu/menu.component.js.map +0 -1
- package/src/menu/menu.component.metadata.json +0 -1
- package/src/menu/menu.module.js +0 -26
- package/src/menu/menu.module.js.map +0 -1
- package/src/menu/menu.module.metadata.json +0 -1
- package/src/sidebar/index.d.ts +0 -3
- package/src/sidebar/index.js +0 -4
- package/src/sidebar/index.js.map +0 -1
- package/src/sidebar/index.metadata.json +0 -1
- package/src/sidebar/sidebar-all.module.js +0 -24
- package/src/sidebar/sidebar-all.module.js.map +0 -1
- package/src/sidebar/sidebar-all.module.metadata.json +0 -1
- package/src/sidebar/sidebar.component.js +0 -79
- package/src/sidebar/sidebar.component.js.map +0 -1
- package/src/sidebar/sidebar.component.metadata.json +0 -1
- package/src/sidebar/sidebar.module.js +0 -26
- package/src/sidebar/sidebar.module.js.map +0 -1
- package/src/sidebar/sidebar.module.metadata.json +0 -1
- package/src/tab/index.d.ts +0 -4
- package/src/tab/index.js +0 -5
- package/src/tab/index.js.map +0 -1
- package/src/tab/index.metadata.json +0 -1
- package/src/tab/items.directive.js +0 -94
- package/src/tab/items.directive.js.map +0 -1
- package/src/tab/items.directive.metadata.json +0 -1
- package/src/tab/tab-all.module.js +0 -24
- package/src/tab/tab-all.module.js.map +0 -1
- package/src/tab/tab-all.module.metadata.json +0 -1
- package/src/tab/tab.component.js +0 -83
- package/src/tab/tab.component.js.map +0 -1
- package/src/tab/tab.component.metadata.json +0 -1
- package/src/tab/tab.module.js +0 -31
- package/src/tab/tab.module.js.map +0 -1
- package/src/tab/tab.module.metadata.json +0 -1
- package/src/toolbar/index.d.ts +0 -4
- package/src/toolbar/index.js +0 -5
- package/src/toolbar/index.js.map +0 -1
- package/src/toolbar/index.metadata.json +0 -1
- package/src/toolbar/items.directive.js +0 -89
- package/src/toolbar/items.directive.js.map +0 -1
- package/src/toolbar/items.directive.metadata.json +0 -1
- package/src/toolbar/toolbar-all.module.js +0 -24
- package/src/toolbar/toolbar-all.module.js.map +0 -1
- package/src/toolbar/toolbar-all.module.metadata.json +0 -1
- package/src/toolbar/toolbar.component.js +0 -83
- package/src/toolbar/toolbar.component.js.map +0 -1
- package/src/toolbar/toolbar.component.metadata.json +0 -1
- package/src/toolbar/toolbar.module.js +0 -31
- package/src/toolbar/toolbar.module.js.map +0 -1
- package/src/toolbar/toolbar.module.metadata.json +0 -1
- package/src/treeview/index.d.ts +0 -3
- package/src/treeview/index.js +0 -4
- package/src/treeview/index.js.map +0 -1
- package/src/treeview/index.metadata.json +0 -1
- package/src/treeview/treeview-all.module.js +0 -24
- package/src/treeview/treeview-all.module.js.map +0 -1
- package/src/treeview/treeview-all.module.metadata.json +0 -1
- package/src/treeview/treeview.component.js +0 -87
- package/src/treeview/treeview.component.js.map +0 -1
- package/src/treeview/treeview.component.metadata.json +0 -1
- package/src/treeview/treeview.module.js +0 -26
- package/src/treeview/treeview.module.js.map +0 -1
- package/src/treeview/treeview.module.metadata.json +0 -1
- package/tab.d.ts +0 -4
- package/tab.js +0 -5
- package/tab.js.map +0 -1
- package/tab.metadata.json +0 -1
- package/toolbar.d.ts +0 -4
- package/toolbar.js +0 -5
- package/toolbar.js.map +0 -1
- package/toolbar.metadata.json +0 -1
- package/treeview.d.ts +0 -4
- package/treeview.js +0 -5
- package/treeview.js.map +0 -1
- package/treeview.metadata.json +0 -1
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export interface OptionsSchema {
|
|
2
|
+
// Whether to skip package.json install.
|
|
3
|
+
skipPackageJson: boolean;
|
|
4
|
+
|
|
5
|
+
// Used to specify required module names
|
|
6
|
+
modules: string;
|
|
7
|
+
|
|
8
|
+
// Used to specify custom module path
|
|
9
|
+
modulePath: string;
|
|
10
|
+
|
|
11
|
+
// Used to specify theme name
|
|
12
|
+
theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
|
|
13
|
+
|
|
14
|
+
// Name of the project to target.
|
|
15
|
+
project?: string;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export interface LibOptionsSchema {
|
|
19
|
+
// Package name
|
|
20
|
+
pkgName: string;
|
|
21
|
+
|
|
22
|
+
// Package version
|
|
23
|
+
pkgVer: string;
|
|
24
|
+
|
|
25
|
+
// Library base module name
|
|
26
|
+
moduleName: string;
|
|
27
|
+
|
|
28
|
+
// Theme version
|
|
29
|
+
themeVer: string;
|
|
30
|
+
}
|
|
@@ -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
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-navigations";
|
|
2
|
-
export declare const pkgVer = "^
|
|
3
|
-
export declare const moduleName = "AccordionModule, ToolbarModule, ContextMenuModule, TabModule, TreeViewModule, SidebarModule, MenuModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
2
|
+
export declare const pkgVer = "^21.1.37";
|
|
3
|
+
export declare const moduleName = "AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule";
|
|
4
|
+
export declare const themeVer = "~21.1.37";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-navigations';
|
|
4
|
-
exports.pkgVer = '^
|
|
5
|
-
exports.moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, TabModule, TreeViewModule, SidebarModule, MenuModule';
|
|
6
|
-
exports.themeVer = '~
|
|
4
|
+
exports.pkgVer = '^21.1.37';
|
|
5
|
+
exports.moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule';
|
|
6
|
+
exports.themeVer = '~21.1.37';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export const pkgName = '@syncfusion/ej2-angular-navigations';
|
|
2
|
+
export const pkgVer = '^21.1.37';
|
|
3
|
+
export const moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule';
|
|
4
|
+
export const themeVer = '~21.1.37';
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { Accordion } from '@syncfusion/ej2-navigations';
|
|
4
|
+
import { AccordionItemsDirective } from './items.directive';
|
|
4
5
|
export declare const inputs: string[];
|
|
5
6
|
export declare const outputs: string[];
|
|
6
7
|
export declare const twoWays: string[];
|
|
7
8
|
/**
|
|
8
|
-
* Represents the
|
|
9
|
+
* Represents the Angular Accordion Component.
|
|
9
10
|
* ```html
|
|
10
11
|
* <ejs-accordion></ejs-accordion>
|
|
11
12
|
* ```
|
|
@@ -15,8 +16,26 @@ export declare class AccordionComponent extends Accordion implements IComponentB
|
|
|
15
16
|
private srenderer;
|
|
16
17
|
private viewContainerRef;
|
|
17
18
|
private injector;
|
|
18
|
-
|
|
19
|
+
containerContext: any;
|
|
20
|
+
tagObjects: any;
|
|
21
|
+
clicked: any;
|
|
22
|
+
created: any;
|
|
23
|
+
destroyed: any;
|
|
24
|
+
expanded: any;
|
|
25
|
+
expanding: any;
|
|
26
|
+
expandedIndicesChange: any;
|
|
27
|
+
childItems: QueryList<AccordionItemsDirective>;
|
|
19
28
|
tags: string[];
|
|
29
|
+
/**
|
|
30
|
+
* Specifies the header title template option for accordion items.
|
|
31
|
+
* @default null
|
|
32
|
+
*/
|
|
33
|
+
headerTemplate: any;
|
|
34
|
+
/**
|
|
35
|
+
* Specifies the template option for accordion items.
|
|
36
|
+
* @default null
|
|
37
|
+
*/
|
|
38
|
+
itemTemplate: any;
|
|
20
39
|
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
21
40
|
ngOnInit(): void;
|
|
22
41
|
ngAfterViewInit(): void;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* 'e-accordionitem' directive represent a item of the Angular Accordion.
|
|
5
|
+
* It must be contained in a Accordion component(`ejs-accordion`).
|
|
5
6
|
* ```html
|
|
6
|
-
* <ejs-accordion
|
|
7
|
+
* <ejs-accordion>
|
|
7
8
|
* <e-accordionitems>
|
|
8
9
|
* <e-accordionitem header='Header1'></e-accordionitem>
|
|
9
10
|
* <e-accordionitem header='Header2' content='Content2'></e-accordionitem>
|
|
@@ -13,14 +14,20 @@ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
|
13
14
|
*/
|
|
14
15
|
export declare class AccordionItemDirective extends ComplexBase<AccordionItemDirective> {
|
|
15
16
|
private viewContainerRef;
|
|
17
|
+
directivePropList: any;
|
|
16
18
|
/**
|
|
17
19
|
* Defines single/multiple classes (separated by a space) are to be used for Accordion item customization.
|
|
18
|
-
* @default
|
|
20
|
+
* @default null
|
|
19
21
|
*/
|
|
20
22
|
cssClass: any;
|
|
23
|
+
/**
|
|
24
|
+
* Sets true to disable an accordion item.
|
|
25
|
+
* @default false
|
|
26
|
+
*/
|
|
27
|
+
disabled: any;
|
|
21
28
|
/**
|
|
22
29
|
* Sets the expand (true) or collapse (false) state of the Accordion item. By default, all the items are in a collapsed state.
|
|
23
|
-
* @default
|
|
30
|
+
* @default false
|
|
24
31
|
*/
|
|
25
32
|
expanded: any;
|
|
26
33
|
/**
|
|
@@ -28,15 +35,25 @@ export declare class AccordionItemDirective extends ComplexBase<AccordionItemDir
|
|
|
28
35
|
* Add the css classes to the `iconCss` property and write the css styles to the defined class to set images/icons.
|
|
29
36
|
* Adding icon is applicable only to the header.
|
|
30
37
|
*
|
|
31
|
-
* @default
|
|
38
|
+
* @default null
|
|
32
39
|
*/
|
|
33
40
|
iconCss: any;
|
|
41
|
+
/**
|
|
42
|
+
* Sets unique ID to accordion item.
|
|
43
|
+
* @default null
|
|
44
|
+
*/
|
|
45
|
+
id: any;
|
|
46
|
+
/**
|
|
47
|
+
* Sets false to hide an accordion item.
|
|
48
|
+
* @default true
|
|
49
|
+
*/
|
|
50
|
+
visible: any;
|
|
34
51
|
/**
|
|
35
52
|
* Sets the header text to be displayed for the Accordion item.
|
|
36
53
|
* You can set the title of the Accordion item using `header` property.
|
|
37
54
|
* It also supports to include the title as `HTML element`, `string`, or `query selector`.
|
|
38
55
|
*
|
|
39
|
-
* @default
|
|
56
|
+
* @default null
|
|
40
57
|
*/
|
|
41
58
|
header: any;
|
|
42
59
|
/**
|
|
@@ -44,7 +61,7 @@ export declare class AccordionItemDirective extends ComplexBase<AccordionItemDir
|
|
|
44
61
|
* You can set the content of the Accordion item using `content` property.
|
|
45
62
|
* It also supports to include the title as `HTML element`, `string`, or `query selector`.
|
|
46
63
|
*
|
|
47
|
-
* @default
|
|
64
|
+
* @default null
|
|
48
65
|
*/
|
|
49
66
|
content: any;
|
|
50
67
|
constructor(viewContainerRef: ViewContainerRef);
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { AppBar } from '@syncfusion/ej2-navigations';
|
|
4
|
+
export declare const inputs: string[];
|
|
5
|
+
export declare const outputs: string[];
|
|
6
|
+
export declare const twoWays: string[];
|
|
7
|
+
/**
|
|
8
|
+
* Represents the Essential JS 2 Angular AppBar Component.
|
|
9
|
+
* ```html
|
|
10
|
+
* <ejs-appbar></ejs-appbar>
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare class AppBarComponent extends AppBar implements IComponentBase {
|
|
14
|
+
private ngEle;
|
|
15
|
+
private srenderer;
|
|
16
|
+
private viewContainerRef;
|
|
17
|
+
private injector;
|
|
18
|
+
containerContext: any;
|
|
19
|
+
tagObjects: any;
|
|
20
|
+
created: any;
|
|
21
|
+
destroyed: any;
|
|
22
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
23
|
+
ngOnInit(): void;
|
|
24
|
+
ngAfterViewInit(): void;
|
|
25
|
+
ngOnDestroy(): void;
|
|
26
|
+
ngAfterContentChecked(): void;
|
|
27
|
+
registerEvents: (eventList: string[]) => void;
|
|
28
|
+
addTwoWay: (propList: string[]) => void;
|
|
29
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { Breadcrumb } from '@syncfusion/ej2-navigations';
|
|
4
|
+
import { BreadcrumbItemsDirective } from './items.directive';
|
|
5
|
+
export declare const inputs: string[];
|
|
6
|
+
export declare const outputs: string[];
|
|
7
|
+
export declare const twoWays: string[];
|
|
8
|
+
/**
|
|
9
|
+
* Represents the EJ2 Angular Breadcrumb Component.
|
|
10
|
+
* ```html
|
|
11
|
+
* <ejs-breadcrumb [items]='breadcrumbItems'></ejs-breadcrumb>
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare class BreadcrumbComponent extends Breadcrumb implements IComponentBase {
|
|
15
|
+
private ngEle;
|
|
16
|
+
private srenderer;
|
|
17
|
+
private viewContainerRef;
|
|
18
|
+
private injector;
|
|
19
|
+
context: any;
|
|
20
|
+
tagObjects: any;
|
|
21
|
+
beforeItemRender: any;
|
|
22
|
+
created: any;
|
|
23
|
+
itemClick: any;
|
|
24
|
+
activeItemChange: any;
|
|
25
|
+
childItems: QueryList<BreadcrumbItemsDirective>;
|
|
26
|
+
tags: string[];
|
|
27
|
+
/**
|
|
28
|
+
* Specifies the separator template for Breadcrumb.
|
|
29
|
+
* @default '/'
|
|
30
|
+
*/
|
|
31
|
+
separatorTemplate: any;
|
|
32
|
+
/**
|
|
33
|
+
* Specifies the template for Breadcrumb item.
|
|
34
|
+
* @default null
|
|
35
|
+
*/
|
|
36
|
+
itemTemplate: any;
|
|
37
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
38
|
+
ngOnInit(): void;
|
|
39
|
+
ngAfterViewInit(): void;
|
|
40
|
+
ngOnDestroy(): void;
|
|
41
|
+
ngAfterContentChecked(): void;
|
|
42
|
+
registerEvents: (eventList: string[]) => void;
|
|
43
|
+
addTwoWay: (propList: string[]) => void;
|
|
44
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* `e-breadcrumb-item` directive represent a item of the Angular Breadcrumb.
|
|
5
|
+
* It must be contained in a Breadcrumb component(`ejs-breadcrumb`).
|
|
6
|
+
* ```html
|
|
7
|
+
* <ejs-breadcrumb>
|
|
8
|
+
* <e-breadcrumb-items>
|
|
9
|
+
* <e-breadcrumb-item text='Home' url='/'></e-breadcrumb-item>
|
|
10
|
+
* <e-breadcrumb-item text='Index' url='./index'></e-breadcrumb-item>
|
|
11
|
+
* </e-breadcrumb-items>
|
|
12
|
+
* </ejs-breadcrumb>
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare class BreadcrumbItemDirective extends ComplexBase<BreadcrumbItemDirective> {
|
|
16
|
+
private viewContainerRef;
|
|
17
|
+
directivePropList: any;
|
|
18
|
+
/**
|
|
19
|
+
* Enable or disable the breadcrumb item, when set to true, the breadcrumb item will be disabled.
|
|
20
|
+
* @default false
|
|
21
|
+
*/
|
|
22
|
+
disabled: any;
|
|
23
|
+
/**
|
|
24
|
+
* Defines a class/multiple classes separated by a space for the item that is used to include an icon.
|
|
25
|
+
* @default null
|
|
26
|
+
*/
|
|
27
|
+
iconCss: any;
|
|
28
|
+
/**
|
|
29
|
+
* Specifies the text content of the Breadcrumb item.
|
|
30
|
+
* @default ''
|
|
31
|
+
*/
|
|
32
|
+
text: any;
|
|
33
|
+
/**
|
|
34
|
+
* Specifies the Url of the Breadcrumb item that will be activated when clicked.
|
|
35
|
+
* @default ''
|
|
36
|
+
*/
|
|
37
|
+
url: any;
|
|
38
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* BreadcrumbItem Array Directive
|
|
42
|
+
* @private
|
|
43
|
+
*/
|
|
44
|
+
export declare class BreadcrumbItemsDirective extends ArrayBase<BreadcrumbItemsDirective> {
|
|
45
|
+
constructor();
|
|
46
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { Carousel } from '@syncfusion/ej2-navigations';
|
|
4
|
+
import { CarouselItemsDirective } from './items.directive';
|
|
5
|
+
export declare const inputs: string[];
|
|
6
|
+
export declare const outputs: string[];
|
|
7
|
+
export declare const twoWays: string[];
|
|
8
|
+
/**
|
|
9
|
+
* Represents the EJ2 Angular Carousel Component.
|
|
10
|
+
* ```html
|
|
11
|
+
* <ejs-carousel [items]='carouselItems'></ejs-carousel>
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare class CarouselComponent extends Carousel implements IComponentBase {
|
|
15
|
+
private ngEle;
|
|
16
|
+
private srenderer;
|
|
17
|
+
private viewContainerRef;
|
|
18
|
+
private injector;
|
|
19
|
+
context: any;
|
|
20
|
+
tagObjects: any;
|
|
21
|
+
slideChanged: any;
|
|
22
|
+
slideChanging: any;
|
|
23
|
+
selectedIndexChange: any;
|
|
24
|
+
childItems: QueryList<CarouselItemsDirective>;
|
|
25
|
+
tags: string[];
|
|
26
|
+
/**
|
|
27
|
+
* Accepts the template for indicator buttons.
|
|
28
|
+
* @default null
|
|
29
|
+
*/
|
|
30
|
+
indicatorsTemplate: any;
|
|
31
|
+
/**
|
|
32
|
+
* Accepts the template for next navigation button.
|
|
33
|
+
* @default null
|
|
34
|
+
*/
|
|
35
|
+
nextButtonTemplate: any;
|
|
36
|
+
/**
|
|
37
|
+
* Accepts the template for previous navigation button.
|
|
38
|
+
* @default null
|
|
39
|
+
*/
|
|
40
|
+
previousButtonTemplate: any;
|
|
41
|
+
/**
|
|
42
|
+
* Accepts the template for play/pause button.
|
|
43
|
+
* @default null
|
|
44
|
+
*/
|
|
45
|
+
playButtonTemplate: any;
|
|
46
|
+
/**
|
|
47
|
+
* Specifies the template option for carousel items.
|
|
48
|
+
* @default null
|
|
49
|
+
*/
|
|
50
|
+
itemTemplate: any;
|
|
51
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
52
|
+
ngOnInit(): void;
|
|
53
|
+
ngAfterViewInit(): void;
|
|
54
|
+
ngOnDestroy(): void;
|
|
55
|
+
ngAfterContentChecked(): void;
|
|
56
|
+
registerEvents: (eventList: string[]) => void;
|
|
57
|
+
addTwoWay: (propList: string[]) => void;
|
|
58
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* `e-carousel-item` directive represent a item of the Angular Carousel.
|
|
5
|
+
* It must be contained in a Carousel component(`ejs-carousel`).
|
|
6
|
+
* ```html
|
|
7
|
+
* <ejs-carousel>
|
|
8
|
+
* <e-carousel-items>
|
|
9
|
+
* <e-carousel-item template='#item1'></e-carousel-item>
|
|
10
|
+
* <e-carousel-item template='#item2'></e-carousel-item>
|
|
11
|
+
* </e-carousel-items>
|
|
12
|
+
* </ejs-carousel>
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare class CarouselItemDirective extends ComplexBase<CarouselItemDirective> {
|
|
16
|
+
private viewContainerRef;
|
|
17
|
+
directivePropList: any;
|
|
18
|
+
/**
|
|
19
|
+
* Accepts single/multiple classes (separated by a space) to be used for individual carousel item customization.
|
|
20
|
+
* @default null
|
|
21
|
+
*/
|
|
22
|
+
cssClass: any;
|
|
23
|
+
/**
|
|
24
|
+
* Accepts HTML attributes/custom attributes to add in individual carousel item.
|
|
25
|
+
* @default null
|
|
26
|
+
*/
|
|
27
|
+
htmlAttributes: any;
|
|
28
|
+
/**
|
|
29
|
+
* Accepts the interval duration in milliseconds for individual carousel item transition.
|
|
30
|
+
* @default null
|
|
31
|
+
*/
|
|
32
|
+
interval: any;
|
|
33
|
+
/**
|
|
34
|
+
* Accepts the template for individual carousel item.
|
|
35
|
+
* @default null
|
|
36
|
+
*/
|
|
37
|
+
template: any;
|
|
38
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* CarouselItem Array Directive
|
|
42
|
+
* @private
|
|
43
|
+
*/
|
|
44
|
+
export declare class CarouselItemsDirective extends ArrayBase<CarouselItemsDirective> {
|
|
45
|
+
constructor();
|
|
46
|
+
}
|
|
@@ -16,6 +16,15 @@ export declare class ContextMenuComponent extends ContextMenu implements ICompon
|
|
|
16
16
|
private srenderer;
|
|
17
17
|
private viewContainerRef;
|
|
18
18
|
private injector;
|
|
19
|
+
context: any;
|
|
20
|
+
tagObjects: any;
|
|
21
|
+
beforeClose: any;
|
|
22
|
+
beforeItemRender: any;
|
|
23
|
+
beforeOpen: any;
|
|
24
|
+
created: any;
|
|
25
|
+
onClose: any;
|
|
26
|
+
onOpen: any;
|
|
27
|
+
select: any;
|
|
19
28
|
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
20
29
|
ngOnInit(): void;
|
|
21
30
|
ngAfterViewInit(): void;
|
package/src/index.d.ts
CHANGED
|
@@ -9,6 +9,14 @@ export { ToolbarAllModule } from './toolbar/toolbar-all.module';
|
|
|
9
9
|
export { ContextMenuComponent } from './context-menu/contextmenu.component';
|
|
10
10
|
export { ContextMenuModule } from './context-menu/contextmenu.module';
|
|
11
11
|
export { ContextMenuAllModule } from './context-menu/contextmenu-all.module';
|
|
12
|
+
export { BreadcrumbItemDirective, BreadcrumbItemsDirective } from './breadcrumb/items.directive';
|
|
13
|
+
export { BreadcrumbComponent } from './breadcrumb/breadcrumb.component';
|
|
14
|
+
export { BreadcrumbModule } from './breadcrumb/breadcrumb.module';
|
|
15
|
+
export { BreadcrumbAllModule } from './breadcrumb/breadcrumb-all.module';
|
|
16
|
+
export { CarouselItemDirective, CarouselItemsDirective } from './carousel/items.directive';
|
|
17
|
+
export { CarouselComponent } from './carousel/carousel.component';
|
|
18
|
+
export { CarouselModule } from './carousel/carousel.module';
|
|
19
|
+
export { CarouselAllModule } from './carousel/carousel-all.module';
|
|
12
20
|
export { TabItemDirective, TabItemsDirective } from './tab/items.directive';
|
|
13
21
|
export { TabComponent } from './tab/tab.component';
|
|
14
22
|
export { TabModule } from './tab/tab.module';
|
|
@@ -19,7 +27,11 @@ export { TreeViewAllModule } from './treeview/treeview-all.module';
|
|
|
19
27
|
export { SidebarComponent } from './sidebar/sidebar.component';
|
|
20
28
|
export { SidebarModule } from './sidebar/sidebar.module';
|
|
21
29
|
export { SidebarAllModule } from './sidebar/sidebar-all.module';
|
|
30
|
+
export { MenuItemDirective, MenuItemsDirective } from './menu/items.directive';
|
|
22
31
|
export { MenuComponent } from './menu/menu.component';
|
|
23
32
|
export { MenuModule } from './menu/menu.module';
|
|
24
33
|
export { MenuAllModule } from './menu/menu-all.module';
|
|
34
|
+
export { AppBarComponent } from './appbar/appbar.component';
|
|
35
|
+
export { AppBarModule } from './appbar/appbar.module';
|
|
36
|
+
export { AppBarAllModule } from './appbar/appbar-all.module';
|
|
25
37
|
export * from '@syncfusion/ej2-navigations';
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
export declare class MenuItemDirective extends ComplexBase<MenuItemDirective> {
|
|
4
|
+
private viewContainerRef;
|
|
5
|
+
directivePropList: any;
|
|
6
|
+
/**
|
|
7
|
+
* Defines class/multiple classes separated by a space for the menu Item that is used to include an icon.
|
|
8
|
+
* Menu Item can include font icon and sprite image.
|
|
9
|
+
* @default null
|
|
10
|
+
*/
|
|
11
|
+
iconCss: any;
|
|
12
|
+
/**
|
|
13
|
+
* Specifies the id for menu item.
|
|
14
|
+
* @default ''
|
|
15
|
+
*/
|
|
16
|
+
id: any;
|
|
17
|
+
/**
|
|
18
|
+
* Specifies the sub menu items that is the array of MenuItem model.
|
|
19
|
+
* @default []
|
|
20
|
+
*/
|
|
21
|
+
items: any;
|
|
22
|
+
/**
|
|
23
|
+
* Specifies separator between the menu items. Separator are either horizontal or vertical lines used to group menu items.
|
|
24
|
+
* @default false
|
|
25
|
+
*/
|
|
26
|
+
separator: any;
|
|
27
|
+
/**
|
|
28
|
+
* Specifies text for menu item.
|
|
29
|
+
* @default ''
|
|
30
|
+
*/
|
|
31
|
+
text: any;
|
|
32
|
+
/**
|
|
33
|
+
* Specifies url for menu item that creates the anchor link to navigate to the url provided.
|
|
34
|
+
* @default ''
|
|
35
|
+
*/
|
|
36
|
+
url: any;
|
|
37
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* MenuItem Array Directive
|
|
41
|
+
* @private
|
|
42
|
+
*/
|
|
43
|
+
export declare class MenuItemsDirective extends ArrayBase<MenuItemsDirective> {
|
|
44
|
+
constructor();
|
|
45
|
+
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
1
|
+
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { Menu } from '@syncfusion/ej2-navigations';
|
|
4
|
+
import { MenuItemsDirective } from './items.directive';
|
|
4
5
|
export declare const inputs: string[];
|
|
5
6
|
export declare const outputs: string[];
|
|
6
7
|
export declare const twoWays: string[];
|
|
@@ -15,6 +16,17 @@ export declare class MenuComponent extends Menu implements IComponentBase {
|
|
|
15
16
|
private srenderer;
|
|
16
17
|
private viewContainerRef;
|
|
17
18
|
private injector;
|
|
19
|
+
context: any;
|
|
20
|
+
tagObjects: any;
|
|
21
|
+
beforeClose: any;
|
|
22
|
+
beforeItemRender: any;
|
|
23
|
+
beforeOpen: any;
|
|
24
|
+
created: any;
|
|
25
|
+
onClose: any;
|
|
26
|
+
onOpen: any;
|
|
27
|
+
select: any;
|
|
28
|
+
childItems: QueryList<MenuItemsDirective>;
|
|
29
|
+
tags: string[];
|
|
18
30
|
/**
|
|
19
31
|
* Specifies the template for Menu item.
|
|
20
32
|
* @default null
|
|
@@ -15,6 +15,13 @@ export declare class SidebarComponent extends Sidebar implements IComponentBase
|
|
|
15
15
|
private srenderer;
|
|
16
16
|
private viewContainerRef;
|
|
17
17
|
private injector;
|
|
18
|
+
containerContext: any;
|
|
19
|
+
tagObjects: any;
|
|
20
|
+
change: any;
|
|
21
|
+
close: any;
|
|
22
|
+
created: any;
|
|
23
|
+
destroyed: any;
|
|
24
|
+
open: any;
|
|
18
25
|
isOpenChange: any;
|
|
19
26
|
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
20
27
|
ngOnInit(): void;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* 'e-tabitem' directive represent a item of the Angular Tab.
|
|
5
|
+
* It must be contained in a Tab component(`ejs-tab`).
|
|
5
6
|
* ```html
|
|
6
7
|
* <ejs-tab>
|
|
7
8
|
* <e-tabitems>
|
|
@@ -13,6 +14,7 @@ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
|
13
14
|
*/
|
|
14
15
|
export declare class TabItemDirective extends ComplexBase<TabItemDirective> {
|
|
15
16
|
private viewContainerRef;
|
|
17
|
+
directivePropList: any;
|
|
16
18
|
/**
|
|
17
19
|
* Sets the CSS classes to the Tab item to customize its styles.
|
|
18
20
|
* @default ''
|
|
@@ -28,12 +30,34 @@ export declare class TabItemDirective extends ComplexBase<TabItemDirective> {
|
|
|
28
30
|
* @default {}
|
|
29
31
|
*/
|
|
30
32
|
header: any;
|
|
33
|
+
/**
|
|
34
|
+
* Sets unique ID to Tab item.
|
|
35
|
+
* @default null
|
|
36
|
+
*/
|
|
37
|
+
id: any;
|
|
38
|
+
/**
|
|
39
|
+
* Specifies the tab order of the Tabs items. When positive values assigned, it allows to switch focus to the next/previous tabs items with Tab/ShiftTab keys.
|
|
40
|
+
* By default, user can able to switch between items only via arrow keys.
|
|
41
|
+
* If the value is set to 0 for all tabs items, then tab switches based on element order.
|
|
42
|
+
* @default -1
|
|
43
|
+
*/
|
|
44
|
+
tabIndex: any;
|
|
45
|
+
/**
|
|
46
|
+
* Sets false to hide the Tab item.
|
|
47
|
+
* @default true
|
|
48
|
+
*/
|
|
49
|
+
visible: any;
|
|
31
50
|
/**
|
|
32
51
|
* Specifies the content of Tab item, that is displayed when concern item header is selected.
|
|
33
52
|
* @default ''
|
|
34
53
|
*/
|
|
35
54
|
content: any;
|
|
36
55
|
header_text: any;
|
|
56
|
+
/**
|
|
57
|
+
* Specifies the header text of Tab item.
|
|
58
|
+
* @default null
|
|
59
|
+
*/
|
|
60
|
+
headerTemplate: any;
|
|
37
61
|
constructor(viewContainerRef: ViewContainerRef);
|
|
38
62
|
}
|
|
39
63
|
/**
|