@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,125 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/schema",
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
|
+
"title": "accordion-default",
|
|
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": "accordion-default"
|
|
125
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
|
4
|
+
const sampleDetails = require("./sample-details");
|
|
5
|
+
function default_1(options) {
|
|
6
|
+
return schematics_1.componentBuilder(options, sampleDetails);
|
|
7
|
+
}
|
|
8
|
+
exports.default = default_1;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Rule } from '@angular-devkit/schematics';
|
|
2
|
+
import { componentBuilder } from "@syncfusion/ej2-angular-base/schematics";
|
|
3
|
+
import { Schema } from './schema';
|
|
4
|
+
import * as sampleDetails from './sample-details';
|
|
5
|
+
|
|
6
|
+
export default function (options: Schema): Rule {
|
|
7
|
+
return componentBuilder(options, sampleDetails);
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.componentName = 'accordion';
|
|
4
|
+
exports.sampleName = 'html-template';
|
|
5
|
+
exports.diModules = null;
|
|
6
|
+
exports.packageName = '@syncfusion/ej2-angular-navigations';
|
|
7
|
+
exports.libModules = 'AccordionModule';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export const componentName: string = 'accordion';
|
|
2
|
+
export const sampleName: string = 'html-template';
|
|
3
|
+
export const diModules: string = null;
|
|
4
|
+
export const packageName: string = '@syncfusion/ej2-angular-navigations';
|
|
5
|
+
export const libModules: string = 'AccordionModule';
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
.e-def-avator {
|
|
2
|
+
margin: 8px;
|
|
3
|
+
border-radius: 50%;
|
|
4
|
+
width: 40px;
|
|
5
|
+
font-size: 20px;
|
|
6
|
+
border: 2px solid #666;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.e-def-avator span {
|
|
10
|
+
text-align: center;
|
|
11
|
+
line-height: 40px;
|
|
12
|
+
display: block;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.e-mail-header,
|
|
16
|
+
.e-mail-subject,
|
|
17
|
+
.e-mail-description,
|
|
18
|
+
.e-mail-id {
|
|
19
|
+
white-space: nowrap;
|
|
20
|
+
overflow: hidden;
|
|
21
|
+
text-overflow: ellipsis;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.e-folder {
|
|
25
|
+
text-align: center;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.e-mail-header,
|
|
29
|
+
.e-mail-subject,
|
|
30
|
+
.e-folder {
|
|
31
|
+
font-weight: 500;
|
|
32
|
+
font-style: normal;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.e-mail-item:last-child {
|
|
36
|
+
border-bottom: 0px;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.e-mail-item {
|
|
40
|
+
margin-top: 8px;
|
|
41
|
+
height: 60px;
|
|
42
|
+
border-bottom: 1px solid #d3d3d3;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.e-mail-content {
|
|
46
|
+
padding-top: 14px;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.e-mail-header {
|
|
50
|
+
font-size: 14px;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.e-mail-image {
|
|
54
|
+
margin-right: 10px;
|
|
55
|
+
float: left;
|
|
56
|
+
height: 60px;
|
|
57
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
<ejs-accordion expandMode='Single'>
|
|
2
|
+
<div>
|
|
3
|
+
<div>
|
|
4
|
+
<div>Team Mates</div>
|
|
5
|
+
</div>
|
|
6
|
+
<div style="display: none;">
|
|
7
|
+
<div>
|
|
8
|
+
<div class="e-mail-items">
|
|
9
|
+
<div class="e-mail-item">
|
|
10
|
+
<div class="e-mail-image">
|
|
11
|
+
<div class="e-def-avator"><span>AF</span></div>
|
|
12
|
+
</div>
|
|
13
|
+
<div class="e-mail-content"><span class="e-mail-header">Andrew Fuller</span>
|
|
14
|
+
<div class="e-mail-subject"> Team Lead </div>
|
|
15
|
+
</div>
|
|
16
|
+
</div>
|
|
17
|
+
<div class="e-mail-item">
|
|
18
|
+
<div class="e-mail-image">
|
|
19
|
+
<div class="e-def-avator"><span>NL</span></div>
|
|
20
|
+
</div>
|
|
21
|
+
<div class="e-mail-content"><span class="e-mail-header">Nancy Leverling</span>
|
|
22
|
+
<div class="e-mail-subject"> Sales Associate </div>
|
|
23
|
+
</div>
|
|
24
|
+
</div>
|
|
25
|
+
<div class="e-mail-item">
|
|
26
|
+
<div class="e-mail-image">
|
|
27
|
+
<div class="e-def-avator"><span>RK</span></div>
|
|
28
|
+
</div>
|
|
29
|
+
<div class="e-mail-content"><span class="e-mail-header">Robert King</span>
|
|
30
|
+
<div class="e-mail-subject"> Business System Analyst </div>
|
|
31
|
+
</div>
|
|
32
|
+
</div>
|
|
33
|
+
</div>
|
|
34
|
+
</div>
|
|
35
|
+
</div>
|
|
36
|
+
</div>
|
|
37
|
+
<div>
|
|
38
|
+
<div>
|
|
39
|
+
<div>Projects </div>
|
|
40
|
+
</div>
|
|
41
|
+
<div>
|
|
42
|
+
<div>
|
|
43
|
+
<div style="display: none;" class="e-mail-subject"> EJ2-Accordion </div>
|
|
44
|
+
<div class="e-mail-subject"> Grid </div>
|
|
45
|
+
<div class="e-mail-subject"> Inputs </div>
|
|
46
|
+
<div class="e-mail-subject"> Tab </div>
|
|
47
|
+
</div>
|
|
48
|
+
</div>
|
|
49
|
+
</div>
|
|
50
|
+
</ejs-accordion>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
/**
|
|
3
|
+
* HTML Template Accordion
|
|
4
|
+
*/
|
|
5
|
+
@Component({
|
|
6
|
+
selector: '<%=dasherize(selector)%>',
|
|
7
|
+
templateUrl: '<%=dasherize(name)%>.component.html',
|
|
8
|
+
styleUrls: ['<%=dasherize(name)%>.component.css']
|
|
9
|
+
})
|
|
10
|
+
|
|
11
|
+
export class <%= classify(name) %>Component { }
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/schema",
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
|
+
"title": "accordion-html-template",
|
|
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": "accordion-html-template"
|
|
125
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
|
4
|
+
const sampleDetails = require("./sample-details");
|
|
5
|
+
function default_1(options) {
|
|
6
|
+
return schematics_1.componentBuilder(options, sampleDetails);
|
|
7
|
+
}
|
|
8
|
+
exports.default = default_1;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Rule } from '@angular-devkit/schematics';
|
|
2
|
+
import { componentBuilder } from "@syncfusion/ej2-angular-base/schematics";
|
|
3
|
+
import { Schema } from './schema';
|
|
4
|
+
import * as sampleDetails from './sample-details';
|
|
5
|
+
|
|
6
|
+
export default function (options: Schema): Rule {
|
|
7
|
+
return componentBuilder(options, sampleDetails);
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.componentName = 'accordion';
|
|
4
|
+
exports.sampleName = 'multiple-expand';
|
|
5
|
+
exports.diModules = null;
|
|
6
|
+
exports.packageName = '@syncfusion/ej2-angular-navigations';
|
|
7
|
+
exports.libModules = 'AccordionModule';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export const componentName: string = 'accordion';
|
|
2
|
+
export const sampleName: string = 'multiple-expand';
|
|
3
|
+
export const diModules: string = null;
|
|
4
|
+
export const packageName: string = '@syncfusion/ej2-angular-navigations';
|
|
5
|
+
export const libModules: string = 'AccordionModule';
|
|
File without changes
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
<ejs-accordion expandMode='Multiple'>
|
|
2
|
+
<e-accordionitems>
|
|
3
|
+
<e-accordionitem expanded='true'>
|
|
4
|
+
<ng-template #header>
|
|
5
|
+
<div>ASP.NET</div>
|
|
6
|
+
</ng-template>
|
|
7
|
+
<ng-template #content>
|
|
8
|
+
<div>Microsoft ASP.NET is a set of technologies in the Microsoft .NET Framework for building Web
|
|
9
|
+
applications and XML Web
|
|
10
|
+
services. ASP.NET pages execute on the server and generate markup such as HTML, WML, or XML that is
|
|
11
|
+
sent to a desktop
|
|
12
|
+
or mobile browser. ASP.NET pages use a compiled,event-driven programming model that improves
|
|
13
|
+
performance and enables
|
|
14
|
+
the separation of application logic and user interface.</div>
|
|
15
|
+
</ng-template>
|
|
16
|
+
</e-accordionitem>
|
|
17
|
+
<e-accordionitem>
|
|
18
|
+
<ng-template #header>
|
|
19
|
+
<div>ASP.NET MVC</div>
|
|
20
|
+
</ng-template>
|
|
21
|
+
<ng-template #content>
|
|
22
|
+
<div>The Model-View-Controller (MVC) architectural pattern separates an application into three main
|
|
23
|
+
components: the model,
|
|
24
|
+
the view, and the controller. The ASP.NET MVC framework provides an alternative to the ASP.NET Web
|
|
25
|
+
Forms pattern for
|
|
26
|
+
creating Web applications. The ASP.NET MVC framework is a lightweight, highly testable presentation
|
|
27
|
+
framework that
|
|
28
|
+
(as with Web Forms-based applications) is integrated with existing ASP.NET features, such as master
|
|
29
|
+
pages and membership-based
|
|
30
|
+
authentication.
|
|
31
|
+
</div>
|
|
32
|
+
</ng-template>
|
|
33
|
+
</e-accordionitem>
|
|
34
|
+
<e-accordionitem>
|
|
35
|
+
<ng-template #header>
|
|
36
|
+
<div>JavaScript</div>
|
|
37
|
+
</ng-template>
|
|
38
|
+
<ng-template #content>
|
|
39
|
+
<div>JavaScript (JS) is an interpreted computer programming language.It was originally implemented as
|
|
40
|
+
part of web browsers
|
|
41
|
+
so that client-side scripts could interact with the user, control the browser, communicate
|
|
42
|
+
asynchronously, and alter
|
|
43
|
+
the document content that was displayed.More recently, however, it has become common in both game
|
|
44
|
+
development and
|
|
45
|
+
the creation of desktop applications.</div>
|
|
46
|
+
</ng-template>
|
|
47
|
+
</e-accordionitem>
|
|
48
|
+
</e-accordionitems>
|
|
49
|
+
</ejs-accordion>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
/**
|
|
3
|
+
* Multiple expand Accordion
|
|
4
|
+
*/
|
|
5
|
+
@Component({
|
|
6
|
+
selector: '<%=dasherize(selector)%>',
|
|
7
|
+
templateUrl: '<%=dasherize(name)%>.component.html',
|
|
8
|
+
styleUrls: ['<%=dasherize(name)%>.component.css']
|
|
9
|
+
})
|
|
10
|
+
|
|
11
|
+
export class <%= classify(name) %>Component { }
|