@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,71 @@
|
|
|
1
|
+
<ejs-tab heightAdjustMode='Content'>
|
|
2
|
+
<e-tabitems>
|
|
3
|
+
<e-tabitem content='#usa'>
|
|
4
|
+
<ng-template #headerText>
|
|
5
|
+
USA
|
|
6
|
+
</ng-template>
|
|
7
|
+
</e-tabitem>
|
|
8
|
+
<e-tabitem content='#australia'>
|
|
9
|
+
<ng-template #headerText>
|
|
10
|
+
Australia
|
|
11
|
+
</ng-template>
|
|
12
|
+
</e-tabitem>
|
|
13
|
+
</e-tabitems>
|
|
14
|
+
</ejs-tab>
|
|
15
|
+
|
|
16
|
+
<div id="usa" style="display: none">
|
|
17
|
+
<ejs-tab heightAdjustMode='Auto'>
|
|
18
|
+
<e-tabitems>
|
|
19
|
+
<e-tabitem>
|
|
20
|
+
<ng-template #headerText>
|
|
21
|
+
New York
|
|
22
|
+
</ng-template>
|
|
23
|
+
<ng-template #content>
|
|
24
|
+
<div>
|
|
25
|
+
New York City comprises 5 boroughs sitting where the Hudson River meets the Atlantic Ocean.
|
|
26
|
+
</div>
|
|
27
|
+
</ng-template>
|
|
28
|
+
</e-tabitem>
|
|
29
|
+
<e-tabitem>
|
|
30
|
+
<ng-template #headerText>
|
|
31
|
+
Los Angeles
|
|
32
|
+
</ng-template>
|
|
33
|
+
<ng-template #content>
|
|
34
|
+
<div>
|
|
35
|
+
Los Angeles is a sprawling Southern California city and the center of the nation’s film and
|
|
36
|
+
television
|
|
37
|
+
industry.
|
|
38
|
+
</div>
|
|
39
|
+
</ng-template>
|
|
40
|
+
</e-tabitem>
|
|
41
|
+
</e-tabitems>
|
|
42
|
+
</ejs-tab>
|
|
43
|
+
</div>
|
|
44
|
+
|
|
45
|
+
<div id="australia" style="display: none">
|
|
46
|
+
<ejs-tab heightAdjustMode='Auto'>
|
|
47
|
+
<e-tabitems>
|
|
48
|
+
<e-tabitem>
|
|
49
|
+
<ng-template #headerText>
|
|
50
|
+
Sydney
|
|
51
|
+
</ng-template>
|
|
52
|
+
<ng-template #content>
|
|
53
|
+
<div>
|
|
54
|
+
Sydney, capital of New South Wales and one of Australia's largest cities, is best known for its
|
|
55
|
+
harbourfront Sydney Opera House, with a distinctive sail-like design.
|
|
56
|
+
</div>
|
|
57
|
+
</ng-template>
|
|
58
|
+
</e-tabitem>
|
|
59
|
+
<e-tabitem>
|
|
60
|
+
<ng-template #headerText>
|
|
61
|
+
Melbourne
|
|
62
|
+
</ng-template>
|
|
63
|
+
<ng-template #content>
|
|
64
|
+
<div>
|
|
65
|
+
Melbourne is the coastal capital of the southeastern Australian state of Victoria.
|
|
66
|
+
</div>
|
|
67
|
+
</ng-template>
|
|
68
|
+
</e-tabitem>
|
|
69
|
+
</e-tabitems>
|
|
70
|
+
</ejs-tab>
|
|
71
|
+
</div>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
/**
|
|
3
|
+
* Nested Tab
|
|
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": "tab-nested",
|
|
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": "tab-nested"
|
|
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 = 'tab';
|
|
4
|
+
exports.sampleName = 'popup';
|
|
5
|
+
exports.diModules = null;
|
|
6
|
+
exports.packageName = '@syncfusion/ej2-angular-navigations';
|
|
7
|
+
exports.libModules = 'TabModule';
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
<ejs-tab heightAdjustMode='Auto' overflowMode="Popup">
|
|
2
|
+
<e-tabitems>
|
|
3
|
+
<e-tabitem>
|
|
4
|
+
<ng-template #headerText>
|
|
5
|
+
HTML
|
|
6
|
+
</ng-template>
|
|
7
|
+
<ng-template #content>
|
|
8
|
+
HyperText Markup Language, commonly referred to as HTML, is the standard markup language used to create
|
|
9
|
+
web pages. Along
|
|
10
|
+
with CSS, and JavaScript, HTML is a cornerstone technology, used by most websites to create visually
|
|
11
|
+
engaging web
|
|
12
|
+
pages, user interfaces for web applications, and user interfaces for many mobile applications. Web
|
|
13
|
+
browsers can read
|
|
14
|
+
HTML files and render them into visible or audible web pages. HTML describes the structure of a website
|
|
15
|
+
semantically
|
|
16
|
+
along with cues for presentation, making it a markup language, rather than a programming language.
|
|
17
|
+
</ng-template>
|
|
18
|
+
</e-tabitem>
|
|
19
|
+
<e-tabitem>
|
|
20
|
+
<ng-template #headerText>
|
|
21
|
+
C Sharp(C#)
|
|
22
|
+
</ng-template>
|
|
23
|
+
<ng-template #content>
|
|
24
|
+
C# is intended to be a simple, modern, general-purpose, object-oriented programming language. Its
|
|
25
|
+
development team is led
|
|
26
|
+
by Anders Hejlsberg. The most recent version is C# 5.0, which was released on August 15, 2012.
|
|
27
|
+
</ng-template>
|
|
28
|
+
</e-tabitem>
|
|
29
|
+
<e-tabitem>
|
|
30
|
+
<ng-template #headerText>
|
|
31
|
+
Java
|
|
32
|
+
</ng-template>
|
|
33
|
+
<ng-template #content>
|
|
34
|
+
Java is a set of computer software and specifications developed by Sun Microsystems, later acquired by
|
|
35
|
+
Oracle Corporation,
|
|
36
|
+
that provides a system for developing application software and deploying it in a cross-platform
|
|
37
|
+
computing environment.
|
|
38
|
+
Java is used in a wide variety of computing platforms from embedded devices and mobile phones to
|
|
39
|
+
enterprise servers
|
|
40
|
+
and supercomputers. While less common, Java applets run in secure, sandboxed environments to provide
|
|
41
|
+
many features
|
|
42
|
+
of native applications and can be embedded in HTML pages.
|
|
43
|
+
</ng-template>
|
|
44
|
+
</e-tabitem>
|
|
45
|
+
<e-tabitem>
|
|
46
|
+
<ng-template #headerText>
|
|
47
|
+
VB.Net
|
|
48
|
+
</ng-template>
|
|
49
|
+
<ng-template #content>
|
|
50
|
+
The command-line compiler, VBC.EXE, is installed as part of the freeware .NET Framework SDK. Mono also
|
|
51
|
+
includes a command-line
|
|
52
|
+
VB.NET compiler. The most recent version is VB 2012, which was released on August 15, 2012.
|
|
53
|
+
</ng-template>
|
|
54
|
+
</e-tabitem>
|
|
55
|
+
<e-tabitem>
|
|
56
|
+
<ng-template #headerText>
|
|
57
|
+
Xamarin
|
|
58
|
+
</ng-template>
|
|
59
|
+
<ng-template #content>
|
|
60
|
+
Xamarin is a San Francisco, California based software company created in May 2011[3] by the engineers
|
|
61
|
+
that created Mono,[4]
|
|
62
|
+
Mono for Android and MonoTouch that are cross-platform implementations of the Common Language
|
|
63
|
+
Infrastructure (CLI)
|
|
64
|
+
and Common Language Specifications (often called Microsoft .NET). With a C#-shared codebase, developers
|
|
65
|
+
can use Xamarin
|
|
66
|
+
tools to write native Android, iOS, and Windows apps with native user interfaces and share code across
|
|
67
|
+
multiple platforms.[5]
|
|
68
|
+
Xamarin has over 1 million developers in more than 120 countries around the World as of May 2015.
|
|
69
|
+
</ng-template>
|
|
70
|
+
</e-tabitem>
|
|
71
|
+
<e-tabitem>
|
|
72
|
+
<ng-template #headerText>
|
|
73
|
+
ASP.NET
|
|
74
|
+
</ng-template>
|
|
75
|
+
<ng-template #content>
|
|
76
|
+
ASP.NET is an open-source server-side web application framework designed for web development to produce
|
|
77
|
+
dynamic web pages.
|
|
78
|
+
It was developed by Microsoft to allow programmers to build dynamic web sites, web applications and web
|
|
79
|
+
services.
|
|
80
|
+
It was first released in January 2002 with version 1.0 of the .NET Framework, and is the successor to
|
|
81
|
+
Microsoft\'\s
|
|
82
|
+
Active Server Pages (ASP) technology. ASP.NET is built on the Common Language Runtime (CLR), allowing
|
|
83
|
+
programmers
|
|
84
|
+
to write ASP.NET code using any supported .NET language. The ASP.NET SOAP extension framework allows
|
|
85
|
+
ASP.NET components
|
|
86
|
+
to process SOAP messages.
|
|
87
|
+
</ng-template>
|
|
88
|
+
</e-tabitem>
|
|
89
|
+
<e-tabitem>
|
|
90
|
+
<ng-template #headerText>
|
|
91
|
+
ASP.NET MVC
|
|
92
|
+
</ng-template>
|
|
93
|
+
<ng-template #content>
|
|
94
|
+
The ASP.NET MVC is a web application framework developed by Microsoft, which implements the
|
|
95
|
+
model–view–controller (MVC) pattern.
|
|
96
|
+
It is open-source software, apart from the ASP.NET Web Forms component which is proprietary. In the
|
|
97
|
+
later versions
|
|
98
|
+
of ASP.NET, ASP.NET MVC, ASP.NET Web API, and ASP.NET Web Pages (a platform using only Razor pages)
|
|
99
|
+
will merge into
|
|
100
|
+
a unified MVC 6.The project is called ASP.NET vNext.
|
|
101
|
+
</ng-template>
|
|
102
|
+
</e-tabitem>
|
|
103
|
+
<e-tabitem>
|
|
104
|
+
<ng-template #headerText>
|
|
105
|
+
JavaScript
|
|
106
|
+
</ng-template>
|
|
107
|
+
<ng-template #content>
|
|
108
|
+
JavaScript (JS) is an interpreted computer programming language. It was originally implemented as part
|
|
109
|
+
of web browsers so
|
|
110
|
+
that client-side scripts could interact with the user, control the browser, communicate asynchronously,
|
|
111
|
+
and alter
|
|
112
|
+
the document content that was displayed.[5] More recently, however, it has become common in both game
|
|
113
|
+
development
|
|
114
|
+
and the creation of desktop applications.
|
|
115
|
+
</ng-template>
|
|
116
|
+
</e-tabitem>
|
|
117
|
+
</e-tabitems>
|
|
118
|
+
</ejs-tab>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
/**
|
|
3
|
+
* Popup Tab
|
|
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": "tab-popup",
|
|
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": "tab-popup"
|
|
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 = 'tab';
|
|
4
|
+
exports.sampleName = 'scrollable';
|
|
5
|
+
exports.diModules = null;
|
|
6
|
+
exports.packageName = '@syncfusion/ej2-angular-navigations';
|
|
7
|
+
exports.libModules = 'TabModule';
|