@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
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[{"__symbolic":"module","version":3,"metadata":{"TabAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","module":"./tab.module","name":"TabModule"}],"exports":[{"__symbolic":"reference","module":"./tab.module","name":"TabModule"}],"providers":[]}]}]}}},{"__symbolic":"module","version":1,"metadata":{"TabAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","module":"./tab.module","name":"TabModule"}],"exports":[{"__symbolic":"reference","module":"./tab.module","name":"TabModule"}],"providers":[]}]}]}}}]
|
package/src/tab/tab.component.js
DELETED
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
var __extends = (this && this.__extends) || (function () {
|
|
2
|
-
var extendStatics = Object.setPrototypeOf ||
|
|
3
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
4
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
5
|
-
return function (d, b) {
|
|
6
|
-
extendStatics(d, b);
|
|
7
|
-
function __() { this.constructor = d; }
|
|
8
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
9
|
-
};
|
|
10
|
-
})();
|
|
11
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
12
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
13
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
14
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
15
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16
|
-
};
|
|
17
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
18
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
19
|
-
};
|
|
20
|
-
import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, ContentChild } from '@angular/core';
|
|
21
|
-
import { ComponentBase, ComponentMixins, setValue } from '@syncfusion/ej2-angular-base';
|
|
22
|
-
import { Tab } from '@syncfusion/ej2-navigations';
|
|
23
|
-
import { TabItemsDirective } from './items.directive';
|
|
24
|
-
export var inputs = ['animation', 'cssClass', 'enablePersistence', 'enableRtl', 'headerPlacement', 'height', 'heightAdjustMode', 'items', 'locale', 'overflowMode', 'selectedItem', 'showCloseButton', 'width'];
|
|
25
|
-
export var outputs = ['added', 'adding', 'created', 'destroyed', 'removed', 'removing', 'selected', 'selecting'];
|
|
26
|
-
export var twoWays = [''];
|
|
27
|
-
/**
|
|
28
|
-
* Represents the EJ2 Angular Tab Component.
|
|
29
|
-
* ```html
|
|
30
|
-
* <ejs-tab overflowMode= 'Popup'></ejs-tab>
|
|
31
|
-
* ```
|
|
32
|
-
*/
|
|
33
|
-
var TabComponent = /** @class */ (function (_super) {
|
|
34
|
-
__extends(TabComponent, _super);
|
|
35
|
-
function TabComponent(ngEle, srenderer, viewContainerRef, injector) {
|
|
36
|
-
var _this = _super.call(this) || this;
|
|
37
|
-
_this.ngEle = ngEle;
|
|
38
|
-
_this.srenderer = srenderer;
|
|
39
|
-
_this.viewContainerRef = viewContainerRef;
|
|
40
|
-
_this.injector = injector;
|
|
41
|
-
_this.tags = ['items'];
|
|
42
|
-
_this.element = _this.ngEle.nativeElement;
|
|
43
|
-
_this.injectedModules = _this.injectedModules || [];
|
|
44
|
-
_this.registerEvents(outputs);
|
|
45
|
-
_this.addTwoWay.call(_this, twoWays);
|
|
46
|
-
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
47
|
-
return _this;
|
|
48
|
-
}
|
|
49
|
-
TabComponent.prototype.ngOnInit = function () {
|
|
50
|
-
};
|
|
51
|
-
TabComponent.prototype.ngAfterViewInit = function () {
|
|
52
|
-
};
|
|
53
|
-
TabComponent.prototype.ngOnDestroy = function () {
|
|
54
|
-
};
|
|
55
|
-
TabComponent.prototype.ngAfterContentChecked = function () {
|
|
56
|
-
};
|
|
57
|
-
TabComponent.decorators = [
|
|
58
|
-
{ type: Component, args: [{
|
|
59
|
-
selector: 'ejs-tab',
|
|
60
|
-
inputs: inputs,
|
|
61
|
-
outputs: outputs,
|
|
62
|
-
template: "<ng-content select='div'></ng-content>",
|
|
63
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
64
|
-
queries: {
|
|
65
|
-
childItems: new ContentChild(TabItemsDirective)
|
|
66
|
-
}
|
|
67
|
-
},] },
|
|
68
|
-
];
|
|
69
|
-
/** @nocollapse */
|
|
70
|
-
TabComponent.ctorParameters = function () { return [
|
|
71
|
-
{ type: ElementRef, },
|
|
72
|
-
{ type: Renderer2, },
|
|
73
|
-
{ type: ViewContainerRef, },
|
|
74
|
-
{ type: Injector, },
|
|
75
|
-
]; };
|
|
76
|
-
TabComponent = __decorate([
|
|
77
|
-
ComponentMixins([ComponentBase]),
|
|
78
|
-
__metadata("design:paramtypes", [ElementRef, Renderer2, ViewContainerRef, Injector])
|
|
79
|
-
], TabComponent);
|
|
80
|
-
return TabComponent;
|
|
81
|
-
}(Tab));
|
|
82
|
-
export { TabComponent };
|
|
83
|
-
//# sourceMappingURL=tab.component.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["tab.component.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,OAAO,EAAE,SAAA,EAAW,UAAA,EAAY,gBAAA,EAAkB,SAAA,EAAW,QAAA,EAAU,uBAAA,EAAwC,YAAA,EAAa,MAAO,eAAA,CAAgB;AACnJ,OAAO,EAAE,aAAA,EAAe,eAAA,EAAsE,QAAA,EAAS,MAAO,8BAAA,CAA+B;AAC7I,OAAO,EAAE,GAAA,EAAI,MAAO,6BAAA,CAA8B;AAElD,OAAO,EAAE,iBAAA,EAAkB,MAAO,mBAAA,CAAoB;AAEtD,MAAM,CAAC,IAAM,MAAA,GAAmB,CAAA,WAAE,EAAW,UAAC,EAAU,mBAAC,EAAmB,WAAC,EAAW,iBAAC,EAAiB,QAAC,EAAQ,kBAAC,EAAkB,OAAC,EAAO,QAAC,EAAQ,cAAC,EAAc,cAAC,EAAc,iBAAC,EAAiB,OAAC,CAAO,CAAC;AAChN,MAAM,CAAC,IAAM,OAAA,GAAoB,CAAA,OAAE,EAAO,QAAC,EAAQ,SAAC,EAAS,WAAC,EAAW,SAAC,EAAS,UAAC,EAAU,UAAC,EAAU,WAAC,CAAW,CAAC;AACtH,MAAM,CAAC,IAAM,OAAA,GAAoB,CAAA,EAAE,CAAE,CAAC;AAEtC;;;;;GAKG;AAGH;IAAkC,gCAAG;IAKjC,sBAAoB,KAAiB,EAAU,SAAoB,EAAU,gBAAiC,EAAU,QAAkB;QAA1I,YACI,iBAAO,SAOV;QARmB,WAAK,GAAL,KAAK,CAAY;QAAU,eAAS,GAAT,SAAS,CAAW;QAAU,sBAAgB,GAAhB,gBAAgB,CAAiB;QAAU,cAAQ,GAAR,QAAQ,CAAU;QAHnI,UAAI,GAAa,CAAC,OAAO,CAAC,CAAC;QAK9B,KAAI,CAAC,OAAO,GAAG,KAAI,CAAC,KAAK,CAAC,aAAa,CAAC;QACxC,KAAI,CAAC,eAAe,GAAG,KAAI,CAAC,eAAe,IAAI,EAAE,CAAC;QAElD,KAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;QAC7B,KAAI,CAAC,SAAS,CAAC,IAAI,CAAC,KAAI,EAAE,OAAO,CAAC,CAAC;QACnC,QAAQ,CAAC,iBAAiB,EAAE,KAAI,EAAE,KAAI,CAAC,gBAAgB,CAAC,CAAC;;IAC7D,CAAC;IAEM,+BAAQ,GAAf;IACA,CAAC;IAEM,sCAAe,GAAtB;IACA,CAAC;IAEM,kCAAW,GAAlB;IACA,CAAC;IAEM,4CAAqB,GAA5B;IACA,CAAC;IAIE,uBAAU,GAA0B;QAC3C,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC;oBACtB,QAAQ,EAAE,SAAS;oBACnB,MAAM,EAAE,MAAM;oBACd,OAAO,EAAE,OAAO;oBAChB,QAAQ,EAAE,wCAAwC;oBAClD,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,OAAO,EAAE;wBACL,UAAU,EAAE,IAAI,YAAY,CAAC,iBAAiB,CAAC;qBAClD;iBACJ,EAAG,EAAE;KACL,CAAC;IACF,kBAAkB;IACX,2BAAc,GAAmE,cAAM,OAAA;QAC9F,EAAC,IAAI,EAAE,UAAU,GAAG;QACpB,EAAC,IAAI,EAAE,SAAS,GAAG;QACnB,EAAC,IAAI,EAAE,gBAAgB,GAAG;QAC1B,EAAC,IAAI,EAAE,QAAQ,GAAG;KACjB,EAL6F,CAK7F,CAAC;IA/CW,YAAY;QADxB,eAAe,CAAC,CAAC,aAAa,CAAC,CAAC;yCAMF,UAAU,EAAqB,SAAS,EAA2B,gBAAgB,EAAoB,QAAQ;OALjI,YAAY,CAgDxB;IAAD,mBAAC;CAhDD,AAgDC,CAhDiC,GAAG,GAgDpC;SAhDY,YAAY","file":"tab.component.js","sourceRoot":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[{"__symbolic":"module","version":3,"metadata":{"inputs":["animation","cssClass","enablePersistence","enableRtl","headerPlacement","height","heightAdjustMode","items","locale","overflowMode","selectedItem","showCloseButton","width"],"outputs":["added","adding","created","destroyed","removed","removing","selected","selecting"],"twoWays":[""],"TabComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-navigations","name":"Tab"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-tab","inputs":{"__symbolic":"reference","name":"inputs"},"outputs":{"__symbolic":"reference","name":"outputs"},"template":"<ng-content select='div'></ng-content>","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{"childItems":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","module":"./items.directive","name":"TabItemsDirective"}]}}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}}}},{"__symbolic":"module","version":1,"metadata":{"inputs":["animation","cssClass","enablePersistence","enableRtl","headerPlacement","height","heightAdjustMode","items","locale","overflowMode","selectedItem","showCloseButton","width"],"outputs":["added","adding","created","destroyed","removed","removing","selected","selecting"],"twoWays":[""],"TabComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-navigations","name":"Tab"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-tab","inputs":{"__symbolic":"reference","name":"inputs"},"outputs":{"__symbolic":"reference","name":"outputs"},"template":"<ng-content select='div'></ng-content>","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{"childItems":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","module":"./items.directive","name":"TabItemsDirective"}]}}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}}}}]
|
package/src/tab/tab.module.js
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { TabItemDirective, TabItemsDirective } from './items.directive';
|
|
4
|
-
import { TabComponent } from './tab.component';
|
|
5
|
-
/**
|
|
6
|
-
* NgModule definition for the Tab component.
|
|
7
|
-
*/
|
|
8
|
-
var TabModule = /** @class */ (function () {
|
|
9
|
-
function TabModule() {
|
|
10
|
-
}
|
|
11
|
-
TabModule.decorators = [
|
|
12
|
-
{ type: NgModule, args: [{
|
|
13
|
-
imports: [CommonModule],
|
|
14
|
-
declarations: [
|
|
15
|
-
TabComponent,
|
|
16
|
-
TabItemDirective,
|
|
17
|
-
TabItemsDirective
|
|
18
|
-
],
|
|
19
|
-
exports: [
|
|
20
|
-
TabComponent,
|
|
21
|
-
TabItemDirective,
|
|
22
|
-
TabItemsDirective
|
|
23
|
-
]
|
|
24
|
-
},] },
|
|
25
|
-
];
|
|
26
|
-
/** @nocollapse */
|
|
27
|
-
TabModule.ctorParameters = function () { return []; };
|
|
28
|
-
return TabModule;
|
|
29
|
-
}());
|
|
30
|
-
export { TabModule };
|
|
31
|
-
//# sourceMappingURL=tab.module.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["tab.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAA,EAAS,MAAO,eAAA,CAAgB;AACzC,OAAO,EAAE,YAAA,EAAa,MAAO,iBAAA,CAAkB;AAC/C,OAAO,EAAE,gBAAA,EAAkB,iBAAA,EAAkB,MAAO,mBAAA,CAAoB;AACxE,OAAO,EAAE,YAAA,EAAa,MAAO,iBAAA,CAAkB;AAE/C;;GAEG;AAEH;IAAA;IAkBA,CAAC;IAlB+B,oBAAU,GAA0B;QACpE,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;oBACrB,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,YAAY,EAAE;wBACV,YAAY;wBACZ,gBAAgB;wBAChB,iBAAiB;qBACpB;oBACD,OAAO,EAAE;wBACL,YAAY;wBACZ,gBAAgB;wBAChB,iBAAiB;qBACpB;iBACJ,EAAG,EAAE;KACL,CAAC;IACF,kBAAkB;IACX,wBAAc,GAAmE,cAAM,OAAA,EAC7F,EAD6F,CAC7F,CAAC;IACF,gBAAC;CAlBD,AAkBC,IAAA;SAlBY,SAAS","file":"tab.module.js","sourceRoot":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[{"__symbolic":"module","version":3,"metadata":{"TabModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","module":"./tab.component","name":"TabComponent"},{"__symbolic":"reference","module":"./items.directive","name":"TabItemDirective"},{"__symbolic":"reference","module":"./items.directive","name":"TabItemsDirective"}],"exports":[{"__symbolic":"reference","module":"./tab.component","name":"TabComponent"},{"__symbolic":"reference","module":"./items.directive","name":"TabItemDirective"},{"__symbolic":"reference","module":"./items.directive","name":"TabItemsDirective"}]}]}]}}},{"__symbolic":"module","version":1,"metadata":{"TabModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","module":"./tab.component","name":"TabComponent"},{"__symbolic":"reference","module":"./items.directive","name":"TabItemDirective"},{"__symbolic":"reference","module":"./items.directive","name":"TabItemsDirective"}],"exports":[{"__symbolic":"reference","module":"./tab.component","name":"TabComponent"},{"__symbolic":"reference","module":"./items.directive","name":"TabItemDirective"},{"__symbolic":"reference","module":"./items.directive","name":"TabItemsDirective"}]}]}]}}}]
|
package/src/toolbar/index.d.ts
DELETED
package/src/toolbar/index.js
DELETED
package/src/toolbar/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAAC,cAAc,EAAC,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC","file":"index.js","sourceRoot":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[{"__symbolic":"module","version":3,"metadata":{},"exports":[{"from":"./items.directive","export":["ItemDirective","ItemsDirective"]},{"from":"./toolbar.component","export":["ToolbarComponent"]},{"from":"./toolbar.module","export":["ToolbarModule"]},{"from":"./toolbar-all.module","export":["ToolbarAllModule"]}]},{"__symbolic":"module","version":1,"metadata":{},"exports":[{"from":"./items.directive","export":["ItemDirective","ItemsDirective"]},{"from":"./toolbar.component","export":["ToolbarComponent"]},{"from":"./toolbar.module","export":["ToolbarModule"]},{"from":"./toolbar-all.module","export":["ToolbarAllModule"]}]}]
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
var __extends = (this && this.__extends) || (function () {
|
|
2
|
-
var extendStatics = Object.setPrototypeOf ||
|
|
3
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
4
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
5
|
-
return function (d, b) {
|
|
6
|
-
extendStatics(d, b);
|
|
7
|
-
function __() { this.constructor = d; }
|
|
8
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
9
|
-
};
|
|
10
|
-
})();
|
|
11
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
12
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
13
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
14
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
15
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16
|
-
};
|
|
17
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
18
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
19
|
-
};
|
|
20
|
-
import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';
|
|
21
|
-
import { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';
|
|
22
|
-
import { Template } from '@syncfusion/ej2-angular-base';
|
|
23
|
-
var input = ['align', 'cssClass', 'htmlAttributes', 'id', 'overflow', 'prefixIcon', 'showAlwaysInPopup', 'showTextOn', 'suffixIcon', 'template', 'text', 'tooltipText', 'type', 'width'];
|
|
24
|
-
var outputs = ['click'];
|
|
25
|
-
/**
|
|
26
|
-
* ItemDirective represent a item of the Essential JS 2 Angular Toolbar.
|
|
27
|
-
* ```html
|
|
28
|
-
* <ejs-toolbar >
|
|
29
|
-
* <e-items>
|
|
30
|
-
* <e-item text='Cut'></e-item>
|
|
31
|
-
* <e-item text='Copy'></e-item>
|
|
32
|
-
* </e-items>
|
|
33
|
-
* </ejs-toolbar>
|
|
34
|
-
* ```
|
|
35
|
-
*/
|
|
36
|
-
var ItemDirective = /** @class */ (function (_super) {
|
|
37
|
-
__extends(ItemDirective, _super);
|
|
38
|
-
function ItemDirective(viewContainerRef) {
|
|
39
|
-
var _this = _super.call(this) || this;
|
|
40
|
-
_this.viewContainerRef = viewContainerRef;
|
|
41
|
-
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
42
|
-
_this.registerEvents(outputs);
|
|
43
|
-
return _this;
|
|
44
|
-
}
|
|
45
|
-
ItemDirective.decorators = [
|
|
46
|
-
{ type: Directive, args: [{
|
|
47
|
-
selector: 'e-items>e-item',
|
|
48
|
-
inputs: input,
|
|
49
|
-
outputs: outputs,
|
|
50
|
-
queries: {}
|
|
51
|
-
},] },
|
|
52
|
-
];
|
|
53
|
-
/** @nocollapse */
|
|
54
|
-
ItemDirective.ctorParameters = function () { return [
|
|
55
|
-
{ type: ViewContainerRef, },
|
|
56
|
-
]; };
|
|
57
|
-
ItemDirective.propDecorators = {
|
|
58
|
-
'template': [{ type: ContentChild, args: ['template',] },],
|
|
59
|
-
};
|
|
60
|
-
__decorate([
|
|
61
|
-
Template(),
|
|
62
|
-
__metadata("design:type", Object)
|
|
63
|
-
], ItemDirective.prototype, "template", void 0);
|
|
64
|
-
return ItemDirective;
|
|
65
|
-
}(ComplexBase));
|
|
66
|
-
export { ItemDirective };
|
|
67
|
-
/**
|
|
68
|
-
* Item Array Directive
|
|
69
|
-
* @private
|
|
70
|
-
*/
|
|
71
|
-
var ItemsDirective = /** @class */ (function (_super) {
|
|
72
|
-
__extends(ItemsDirective, _super);
|
|
73
|
-
function ItemsDirective() {
|
|
74
|
-
return _super.call(this, 'items') || this;
|
|
75
|
-
}
|
|
76
|
-
ItemsDirective.decorators = [
|
|
77
|
-
{ type: Directive, args: [{
|
|
78
|
-
selector: 'ejs-toolbar>e-items',
|
|
79
|
-
queries: {
|
|
80
|
-
children: new ContentChildren(ItemDirective)
|
|
81
|
-
},
|
|
82
|
-
},] },
|
|
83
|
-
];
|
|
84
|
-
/** @nocollapse */
|
|
85
|
-
ItemsDirective.ctorParameters = function () { return []; };
|
|
86
|
-
return ItemsDirective;
|
|
87
|
-
}(ArrayBase));
|
|
88
|
-
export { ItemsDirective };
|
|
89
|
-
//# sourceMappingURL=items.directive.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["items.directive.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,OAAO,EAAE,SAAA,EAAW,gBAAA,EAAkB,eAAA,EAAiB,YAAA,EAAa,MAAO,eAAA,CAAgB;AAC3F,OAAO,EAAE,WAAA,EAAa,SAAA,EAAW,QAAA,EAAS,MAAO,8BAAA,CAA+B;AAChF,OAAO,EAAE,QAAA,EAAS,MAAO,8BAAA,CAA+B;AAGxD,IAAI,KAAA,GAAkB,CAAA,OAAE,EAAQ,UAAA,EAAY,gBAAA,EAAkB,IAAA,EAAM,UAAA,EAAY,YAAA,EAAc,mBAAA,EAAqB,YAAA,EAAc,YAAA,EAAc,UAAA,EAAY,MAAA,EAAQ,aAAA,EAAe,MAAA,EAAQ,OAAA,CAAQ,CAAC;AACnM,IAAI,OAAA,GAAoB,CAAA,OAAE,CAAO,CAAC;AAClC;;;;;;;;;;GAUG;AAEH;IAAmC,iCAA0B;IAmGzD,uBAAoB,gBAAiC;QAArD,YACI,iBAAO,SAGV;QAJmB,sBAAgB,GAAhB,gBAAgB,CAAiB;QAEjD,QAAQ,CAAC,iBAAiB,EAAE,KAAI,EAAE,KAAI,CAAC,gBAAgB,CAAC,CAAC;QACzD,KAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;;IACjC,CAAC;IACE,wBAAU,GAA0B;QAC3C,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC;oBACtB,QAAQ,EAAE,gBAAgB;oBAC1B,MAAM,EAAE,KAAK;oBACb,OAAO,EAAE,OAAO;oBAChB,OAAO,EAAE,EAER;iBACJ,EAAG,EAAE;KACL,CAAC;IACF,kBAAkB;IACX,4BAAc,GAAmE,cAAM,OAAA;QAC9F,EAAC,IAAI,EAAE,gBAAgB,GAAG;KACzB,EAF6F,CAE7F,CAAC;IACK,4BAAc,GAA2C;QAChE,UAAU,EAAE,CAAC,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,CAAC,UAAU,EAAG,EAAE,EAAE;KAC1D,CAAC;IAvBE;QADC,QAAQ,EAAE;;mDACU;IAwBzB,oBAAC;CAzHD,AAyHC,CAzHkC,WAAW,GAyH7C;SAzHY,aAAa;AA2H1B;;;GAGG;AAEH;IAAoC,kCAAyB;IACzD;eACI,kBAAM,OAAO,CAAC;IAClB,CAAC;IACE,yBAAU,GAA0B;QAC3C,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC;oBACtB,QAAQ,EAAE,qBAAqB;oBAC/B,OAAO,EAAE;wBACL,QAAQ,EAAE,IAAI,eAAe,CAAC,aAAa,CAAC;qBAC/C;iBACJ,EAAG,EAAE;KACL,CAAC;IACF,kBAAkB;IACX,6BAAc,GAAmE,cAAM,OAAA,EAC7F,EAD6F,CAC7F,CAAC;IACF,qBAAC;CAfD,AAeC,CAfmC,SAAS,GAe5C;SAfY,cAAc","file":"items.directive.js","sourceRoot":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[{"__symbolic":"module","version":3,"metadata":{"ItemDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComplexBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-items>e-item","inputs":["align","cssClass","htmlAttributes","id","overflow","prefixIcon","showAlwaysInPopup","showTextOn","suffixIcon","template","text","tooltipText","type","width"],"outputs":["click"],"queries":{}}]}],"members":{"template":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["template"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"}]}]}},"ItemsDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ArrayBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"ejs-toolbar>e-items","queries":{"children":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","name":"ItemDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}}}},{"__symbolic":"module","version":1,"metadata":{"ItemDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComplexBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-items>e-item","inputs":["align","cssClass","htmlAttributes","id","overflow","prefixIcon","showAlwaysInPopup","showTextOn","suffixIcon","template","text","tooltipText","type","width"],"outputs":["click"],"queries":{}}]}],"members":{"template":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["template"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"}]}]}},"ItemsDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ArrayBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"ejs-toolbar>e-items","queries":{"children":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","name":"ItemDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}}}}]
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { ToolbarModule } from './toolbar.module';
|
|
4
|
-
/**
|
|
5
|
-
* NgModule definition for the Toolbar component with providers.
|
|
6
|
-
*/
|
|
7
|
-
var ToolbarAllModule = /** @class */ (function () {
|
|
8
|
-
function ToolbarAllModule() {
|
|
9
|
-
}
|
|
10
|
-
ToolbarAllModule.decorators = [
|
|
11
|
-
{ type: NgModule, args: [{
|
|
12
|
-
imports: [CommonModule, ToolbarModule],
|
|
13
|
-
exports: [
|
|
14
|
-
ToolbarModule
|
|
15
|
-
],
|
|
16
|
-
providers: []
|
|
17
|
-
},] },
|
|
18
|
-
];
|
|
19
|
-
/** @nocollapse */
|
|
20
|
-
ToolbarAllModule.ctorParameters = function () { return []; };
|
|
21
|
-
return ToolbarAllModule;
|
|
22
|
-
}());
|
|
23
|
-
export { ToolbarAllModule };
|
|
24
|
-
//# sourceMappingURL=toolbar-all.module.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["toolbar-all.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAA,EAAwB,MAAO,eAAA,CAAgB;AACxD,OAAO,EAAE,YAAA,EAAa,MAAO,iBAAA,CAAkB;AAG/C,OAAO,EAAE,aAAA,EAAc,MAAO,kBAAA,CAAmB;AAMjD;;GAEG;AAEH;IAAA;IAcA,CAAC;IAdsC,2BAAU,GAA0B;QAC3E,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;oBACrB,OAAO,EAAE,CAAC,YAAY,EAAE,aAAa,CAAC;oBACtC,OAAO,EAAE;wBACL,aAAa;qBAChB;oBACD,SAAS,EAAC,EAET;iBACJ,EAAG,EAAE;KACL,CAAC;IACF,kBAAkB;IACX,+BAAc,GAAmE,cAAM,OAAA,EAC7F,EAD6F,CAC7F,CAAC;IACF,uBAAC;CAdD,AAcC,IAAA;SAdY,gBAAgB","file":"toolbar-all.module.js","sourceRoot":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[{"__symbolic":"module","version":3,"metadata":{"ToolbarAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","module":"./toolbar.module","name":"ToolbarModule"}],"exports":[{"__symbolic":"reference","module":"./toolbar.module","name":"ToolbarModule"}],"providers":[]}]}]}}},{"__symbolic":"module","version":1,"metadata":{"ToolbarAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","module":"./toolbar.module","name":"ToolbarModule"}],"exports":[{"__symbolic":"reference","module":"./toolbar.module","name":"ToolbarModule"}],"providers":[]}]}]}}}]
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
var __extends = (this && this.__extends) || (function () {
|
|
2
|
-
var extendStatics = Object.setPrototypeOf ||
|
|
3
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
4
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
5
|
-
return function (d, b) {
|
|
6
|
-
extendStatics(d, b);
|
|
7
|
-
function __() { this.constructor = d; }
|
|
8
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
9
|
-
};
|
|
10
|
-
})();
|
|
11
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
12
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
13
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
14
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
15
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16
|
-
};
|
|
17
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
18
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
19
|
-
};
|
|
20
|
-
import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, ContentChild } from '@angular/core';
|
|
21
|
-
import { ComponentBase, ComponentMixins, setValue } from '@syncfusion/ej2-angular-base';
|
|
22
|
-
import { Toolbar } from '@syncfusion/ej2-navigations';
|
|
23
|
-
import { ItemsDirective } from './items.directive';
|
|
24
|
-
export var inputs = ['enablePersistence', 'enableRtl', 'height', 'items', 'locale', 'overflowMode', 'width'];
|
|
25
|
-
export var outputs = ['beforeCreate', 'clicked', 'created', 'destroyed'];
|
|
26
|
-
export var twoWays = [''];
|
|
27
|
-
/**
|
|
28
|
-
* Represents the Essential JS 2 Angular Toolbar Component.
|
|
29
|
-
* ```html
|
|
30
|
-
* <ejs-toolbar></ejs-toolbar>
|
|
31
|
-
* ```
|
|
32
|
-
*/
|
|
33
|
-
var ToolbarComponent = /** @class */ (function (_super) {
|
|
34
|
-
__extends(ToolbarComponent, _super);
|
|
35
|
-
function ToolbarComponent(ngEle, srenderer, viewContainerRef, injector) {
|
|
36
|
-
var _this = _super.call(this) || this;
|
|
37
|
-
_this.ngEle = ngEle;
|
|
38
|
-
_this.srenderer = srenderer;
|
|
39
|
-
_this.viewContainerRef = viewContainerRef;
|
|
40
|
-
_this.injector = injector;
|
|
41
|
-
_this.tags = ['items'];
|
|
42
|
-
_this.element = _this.ngEle.nativeElement;
|
|
43
|
-
_this.injectedModules = _this.injectedModules || [];
|
|
44
|
-
_this.registerEvents(outputs);
|
|
45
|
-
_this.addTwoWay.call(_this, twoWays);
|
|
46
|
-
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
47
|
-
return _this;
|
|
48
|
-
}
|
|
49
|
-
ToolbarComponent.prototype.ngOnInit = function () {
|
|
50
|
-
};
|
|
51
|
-
ToolbarComponent.prototype.ngAfterViewInit = function () {
|
|
52
|
-
};
|
|
53
|
-
ToolbarComponent.prototype.ngOnDestroy = function () {
|
|
54
|
-
};
|
|
55
|
-
ToolbarComponent.prototype.ngAfterContentChecked = function () {
|
|
56
|
-
};
|
|
57
|
-
ToolbarComponent.decorators = [
|
|
58
|
-
{ type: Component, args: [{
|
|
59
|
-
selector: 'ejs-toolbar',
|
|
60
|
-
inputs: inputs,
|
|
61
|
-
outputs: outputs,
|
|
62
|
-
template: "<ng-content select='div'></ng-content>",
|
|
63
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
64
|
-
queries: {
|
|
65
|
-
childItems: new ContentChild(ItemsDirective)
|
|
66
|
-
}
|
|
67
|
-
},] },
|
|
68
|
-
];
|
|
69
|
-
/** @nocollapse */
|
|
70
|
-
ToolbarComponent.ctorParameters = function () { return [
|
|
71
|
-
{ type: ElementRef, },
|
|
72
|
-
{ type: Renderer2, },
|
|
73
|
-
{ type: ViewContainerRef, },
|
|
74
|
-
{ type: Injector, },
|
|
75
|
-
]; };
|
|
76
|
-
ToolbarComponent = __decorate([
|
|
77
|
-
ComponentMixins([ComponentBase]),
|
|
78
|
-
__metadata("design:paramtypes", [ElementRef, Renderer2, ViewContainerRef, Injector])
|
|
79
|
-
], ToolbarComponent);
|
|
80
|
-
return ToolbarComponent;
|
|
81
|
-
}(Toolbar));
|
|
82
|
-
export { ToolbarComponent };
|
|
83
|
-
//# sourceMappingURL=toolbar.component.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["toolbar.component.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,OAAO,EAAE,SAAA,EAAW,UAAA,EAAY,gBAAA,EAAkB,SAAA,EAAW,QAAA,EAAU,uBAAA,EAAwC,YAAA,EAAa,MAAO,eAAA,CAAgB;AACnJ,OAAO,EAAE,aAAA,EAAe,eAAA,EAAsE,QAAA,EAAS,MAAO,8BAAA,CAA+B;AAC7I,OAAO,EAAE,OAAA,EAAQ,MAAO,6BAAA,CAA8B;AAEtD,OAAO,EAAE,cAAA,EAAe,MAAO,mBAAA,CAAoB;AAEnD,MAAM,CAAC,IAAM,MAAA,GAAmB,CAAA,mBAAE,EAAmB,WAAC,EAAW,QAAC,EAAQ,OAAC,EAAO,QAAC,EAAQ,cAAC,EAAc,OAAC,CAAO,CAAC;AACnH,MAAM,CAAC,IAAM,OAAA,GAAoB,CAAA,cAAE,EAAc,SAAC,EAAS,SAAC,EAAS,WAAC,CAAW,CAAC;AAClF,MAAM,CAAC,IAAM,OAAA,GAAoB,CAAA,EAAE,CAAE,CAAC;AAEtC;;;;;GAKG;AAGH;IAAsC,oCAAO;IAKzC,0BAAoB,KAAiB,EAAU,SAAoB,EAAU,gBAAiC,EAAU,QAAkB;QAA1I,YACI,iBAAO,SAOV;QARmB,WAAK,GAAL,KAAK,CAAY;QAAU,eAAS,GAAT,SAAS,CAAW;QAAU,sBAAgB,GAAhB,gBAAgB,CAAiB;QAAU,cAAQ,GAAR,QAAQ,CAAU;QAHnI,UAAI,GAAa,CAAC,OAAO,CAAC,CAAC;QAK9B,KAAI,CAAC,OAAO,GAAG,KAAI,CAAC,KAAK,CAAC,aAAa,CAAC;QACxC,KAAI,CAAC,eAAe,GAAG,KAAI,CAAC,eAAe,IAAI,EAAE,CAAC;QAElD,KAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;QAC7B,KAAI,CAAC,SAAS,CAAC,IAAI,CAAC,KAAI,EAAE,OAAO,CAAC,CAAC;QACnC,QAAQ,CAAC,iBAAiB,EAAE,KAAI,EAAE,KAAI,CAAC,gBAAgB,CAAC,CAAC;;IAC7D,CAAC;IAEM,mCAAQ,GAAf;IACA,CAAC;IAEM,0CAAe,GAAtB;IACA,CAAC;IAEM,sCAAW,GAAlB;IACA,CAAC;IAEM,gDAAqB,GAA5B;IACA,CAAC;IAIE,2BAAU,GAA0B;QAC3C,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC;oBACtB,QAAQ,EAAE,aAAa;oBACvB,MAAM,EAAE,MAAM;oBACd,OAAO,EAAE,OAAO;oBAChB,QAAQ,EAAE,wCAAwC;oBAClD,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,OAAO,EAAE;wBACL,UAAU,EAAE,IAAI,YAAY,CAAC,cAAc,CAAC;qBAC/C;iBACJ,EAAG,EAAE;KACL,CAAC;IACF,kBAAkB;IACX,+BAAc,GAAmE,cAAM,OAAA;QAC9F,EAAC,IAAI,EAAE,UAAU,GAAG;QACpB,EAAC,IAAI,EAAE,SAAS,GAAG;QACnB,EAAC,IAAI,EAAE,gBAAgB,GAAG;QAC1B,EAAC,IAAI,EAAE,QAAQ,GAAG;KACjB,EAL6F,CAK7F,CAAC;IA/CW,gBAAgB;QAD5B,eAAe,CAAC,CAAC,aAAa,CAAC,CAAC;yCAMF,UAAU,EAAqB,SAAS,EAA2B,gBAAgB,EAAoB,QAAQ;OALjI,gBAAgB,CAgD5B;IAAD,uBAAC;CAhDD,AAgDC,CAhDqC,OAAO,GAgD5C;SAhDY,gBAAgB","file":"toolbar.component.js","sourceRoot":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[{"__symbolic":"module","version":3,"metadata":{"inputs":["enablePersistence","enableRtl","height","items","locale","overflowMode","width"],"outputs":["beforeCreate","clicked","created","destroyed"],"twoWays":[""],"ToolbarComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-navigations","name":"Toolbar"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-toolbar","inputs":{"__symbolic":"reference","name":"inputs"},"outputs":{"__symbolic":"reference","name":"outputs"},"template":"<ng-content select='div'></ng-content>","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{"childItems":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","module":"./items.directive","name":"ItemsDirective"}]}}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}}}},{"__symbolic":"module","version":1,"metadata":{"inputs":["enablePersistence","enableRtl","height","items","locale","overflowMode","width"],"outputs":["beforeCreate","clicked","created","destroyed"],"twoWays":[""],"ToolbarComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-navigations","name":"Toolbar"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-toolbar","inputs":{"__symbolic":"reference","name":"inputs"},"outputs":{"__symbolic":"reference","name":"outputs"},"template":"<ng-content select='div'></ng-content>","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{"childItems":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","module":"./items.directive","name":"ItemsDirective"}]}}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}}}}]
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { ItemDirective, ItemsDirective } from './items.directive';
|
|
4
|
-
import { ToolbarComponent } from './toolbar.component';
|
|
5
|
-
/**
|
|
6
|
-
* NgModule definition for the Toolbar component.
|
|
7
|
-
*/
|
|
8
|
-
var ToolbarModule = /** @class */ (function () {
|
|
9
|
-
function ToolbarModule() {
|
|
10
|
-
}
|
|
11
|
-
ToolbarModule.decorators = [
|
|
12
|
-
{ type: NgModule, args: [{
|
|
13
|
-
imports: [CommonModule],
|
|
14
|
-
declarations: [
|
|
15
|
-
ToolbarComponent,
|
|
16
|
-
ItemDirective,
|
|
17
|
-
ItemsDirective
|
|
18
|
-
],
|
|
19
|
-
exports: [
|
|
20
|
-
ToolbarComponent,
|
|
21
|
-
ItemDirective,
|
|
22
|
-
ItemsDirective
|
|
23
|
-
]
|
|
24
|
-
},] },
|
|
25
|
-
];
|
|
26
|
-
/** @nocollapse */
|
|
27
|
-
ToolbarModule.ctorParameters = function () { return []; };
|
|
28
|
-
return ToolbarModule;
|
|
29
|
-
}());
|
|
30
|
-
export { ToolbarModule };
|
|
31
|
-
//# sourceMappingURL=toolbar.module.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["toolbar.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAA,EAAS,MAAO,eAAA,CAAgB;AACzC,OAAO,EAAE,YAAA,EAAa,MAAO,iBAAA,CAAkB;AAC/C,OAAO,EAAE,aAAA,EAAe,cAAA,EAAe,MAAO,mBAAA,CAAoB;AAClE,OAAO,EAAE,gBAAA,EAAiB,MAAO,qBAAA,CAAsB;AAEvD;;GAEG;AAEH;IAAA;IAkBA,CAAC;IAlBmC,wBAAU,GAA0B;QACxE,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;oBACrB,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,YAAY,EAAE;wBACV,gBAAgB;wBAChB,aAAa;wBACb,cAAc;qBACjB;oBACD,OAAO,EAAE;wBACL,gBAAgB;wBAChB,aAAa;wBACb,cAAc;qBACjB;iBACJ,EAAG,EAAE;KACL,CAAC;IACF,kBAAkB;IACX,4BAAc,GAAmE,cAAM,OAAA,EAC7F,EAD6F,CAC7F,CAAC;IACF,oBAAC;CAlBD,AAkBC,IAAA;SAlBY,aAAa","file":"toolbar.module.js","sourceRoot":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[{"__symbolic":"module","version":3,"metadata":{"ToolbarModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","module":"./toolbar.component","name":"ToolbarComponent"},{"__symbolic":"reference","module":"./items.directive","name":"ItemDirective"},{"__symbolic":"reference","module":"./items.directive","name":"ItemsDirective"}],"exports":[{"__symbolic":"reference","module":"./toolbar.component","name":"ToolbarComponent"},{"__symbolic":"reference","module":"./items.directive","name":"ItemDirective"},{"__symbolic":"reference","module":"./items.directive","name":"ItemsDirective"}]}]}]}}},{"__symbolic":"module","version":1,"metadata":{"ToolbarModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","module":"./toolbar.component","name":"ToolbarComponent"},{"__symbolic":"reference","module":"./items.directive","name":"ItemDirective"},{"__symbolic":"reference","module":"./items.directive","name":"ItemsDirective"}],"exports":[{"__symbolic":"reference","module":"./toolbar.component","name":"ToolbarComponent"},{"__symbolic":"reference","module":"./items.directive","name":"ItemDirective"},{"__symbolic":"reference","module":"./items.directive","name":"ItemsDirective"}]}]}]}}}]
|
package/src/treeview/index.d.ts
DELETED
package/src/treeview/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAC,MAAM,sBAAsB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC","file":"index.js","sourceRoot":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[{"__symbolic":"module","version":3,"metadata":{},"exports":[{"from":"./treeview.component","export":["TreeViewComponent"]},{"from":"./treeview.module","export":["TreeViewModule"]},{"from":"./treeview-all.module","export":["TreeViewAllModule"]}]},{"__symbolic":"module","version":1,"metadata":{},"exports":[{"from":"./treeview.component","export":["TreeViewComponent"]},{"from":"./treeview.module","export":["TreeViewModule"]},{"from":"./treeview-all.module","export":["TreeViewAllModule"]}]}]
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { TreeViewModule } from './treeview.module';
|
|
4
|
-
/**
|
|
5
|
-
* NgModule definition for the TreeView component with providers.
|
|
6
|
-
*/
|
|
7
|
-
var TreeViewAllModule = /** @class */ (function () {
|
|
8
|
-
function TreeViewAllModule() {
|
|
9
|
-
}
|
|
10
|
-
TreeViewAllModule.decorators = [
|
|
11
|
-
{ type: NgModule, args: [{
|
|
12
|
-
imports: [CommonModule, TreeViewModule],
|
|
13
|
-
exports: [
|
|
14
|
-
TreeViewModule
|
|
15
|
-
],
|
|
16
|
-
providers: []
|
|
17
|
-
},] },
|
|
18
|
-
];
|
|
19
|
-
/** @nocollapse */
|
|
20
|
-
TreeViewAllModule.ctorParameters = function () { return []; };
|
|
21
|
-
return TreeViewAllModule;
|
|
22
|
-
}());
|
|
23
|
-
export { TreeViewAllModule };
|
|
24
|
-
//# sourceMappingURL=treeview-all.module.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["treeview-all.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAA,EAAwB,MAAO,eAAA,CAAgB;AACxD,OAAO,EAAE,YAAA,EAAa,MAAO,iBAAA,CAAkB;AAE/C,OAAO,EAAE,cAAA,EAAe,MAAO,mBAAA,CAAoB;AAMnD;;GAEG;AAEH;IAAA;IAcA,CAAC;IAduC,4BAAU,GAA0B;QAC5E,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;oBACrB,OAAO,EAAE,CAAC,YAAY,EAAE,cAAc,CAAC;oBACvC,OAAO,EAAE;wBACL,cAAc;qBACjB;oBACD,SAAS,EAAC,EAET;iBACJ,EAAG,EAAE;KACL,CAAC;IACF,kBAAkB;IACX,gCAAc,GAAmE,cAAM,OAAA,EAC7F,EAD6F,CAC7F,CAAC;IACF,wBAAC;CAdD,AAcC,IAAA;SAdY,iBAAiB","file":"treeview-all.module.js","sourceRoot":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[{"__symbolic":"module","version":3,"metadata":{"TreeViewAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","module":"./treeview.module","name":"TreeViewModule"}],"exports":[{"__symbolic":"reference","module":"./treeview.module","name":"TreeViewModule"}],"providers":[]}]}]}}},{"__symbolic":"module","version":1,"metadata":{"TreeViewAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","module":"./treeview.module","name":"TreeViewModule"}],"exports":[{"__symbolic":"reference","module":"./treeview.module","name":"TreeViewModule"}],"providers":[]}]}]}}}]
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
var __extends = (this && this.__extends) || (function () {
|
|
2
|
-
var extendStatics = Object.setPrototypeOf ||
|
|
3
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
4
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
5
|
-
return function (d, b) {
|
|
6
|
-
extendStatics(d, b);
|
|
7
|
-
function __() { this.constructor = d; }
|
|
8
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
9
|
-
};
|
|
10
|
-
})();
|
|
11
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
12
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
13
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
14
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
15
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16
|
-
};
|
|
17
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
18
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
19
|
-
};
|
|
20
|
-
import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, Renderer2, Injector, ContentChild } from '@angular/core';
|
|
21
|
-
import { ComponentBase, ComponentMixins, setValue } from '@syncfusion/ej2-angular-base';
|
|
22
|
-
import { TreeView } from '@syncfusion/ej2-navigations';
|
|
23
|
-
import { Template } from '@syncfusion/ej2-angular-base';
|
|
24
|
-
export var inputs = ['allowDragAndDrop', 'allowEditing', 'allowMultiSelection', 'animation', 'autoCheck', 'checkedNodes', 'cssClass', 'enablePersistence', 'enableRtl', 'expandOn', 'expandedNodes', 'fields', 'fullRowSelect', 'loadOnDemand', 'locale', 'nodeTemplate', 'selectedNodes', 'showCheckBox', 'sortOrder'];
|
|
25
|
-
export var outputs = ['created', 'dataBound', 'dataSourceChanged', 'destroyed', 'drawNode', 'keyPress', 'nodeChecked', 'nodeChecking', 'nodeClicked', 'nodeCollapsed', 'nodeCollapsing', 'nodeDragStart', 'nodeDragStop', 'nodeDragging', 'nodeDropped', 'nodeEdited', 'nodeEditing', 'nodeExpanded', 'nodeExpanding', 'nodeSelected', 'nodeSelecting'];
|
|
26
|
-
export var twoWays = [''];
|
|
27
|
-
/**
|
|
28
|
-
* TreeView component is used to represent the hierarchical data in tree like structure with advanced functions to perform edit, drag and drop, selection with check-box and more.
|
|
29
|
-
* ```html
|
|
30
|
-
* <ej-treeview allowDragAndDrop='true'></ej-treeview>
|
|
31
|
-
* ```
|
|
32
|
-
*/
|
|
33
|
-
var TreeViewComponent = /** @class */ (function (_super) {
|
|
34
|
-
__extends(TreeViewComponent, _super);
|
|
35
|
-
function TreeViewComponent(ngEle, srenderer, viewContainerRef, injector) {
|
|
36
|
-
var _this = _super.call(this) || this;
|
|
37
|
-
_this.ngEle = ngEle;
|
|
38
|
-
_this.srenderer = srenderer;
|
|
39
|
-
_this.viewContainerRef = viewContainerRef;
|
|
40
|
-
_this.injector = injector;
|
|
41
|
-
_this.element = _this.ngEle.nativeElement;
|
|
42
|
-
_this.injectedModules = _this.injectedModules || [];
|
|
43
|
-
_this.registerEvents(outputs);
|
|
44
|
-
_this.addTwoWay.call(_this, twoWays);
|
|
45
|
-
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
46
|
-
return _this;
|
|
47
|
-
}
|
|
48
|
-
TreeViewComponent.prototype.ngOnInit = function () {
|
|
49
|
-
};
|
|
50
|
-
TreeViewComponent.prototype.ngAfterViewInit = function () {
|
|
51
|
-
};
|
|
52
|
-
TreeViewComponent.prototype.ngOnDestroy = function () {
|
|
53
|
-
};
|
|
54
|
-
TreeViewComponent.prototype.ngAfterContentChecked = function () {
|
|
55
|
-
};
|
|
56
|
-
TreeViewComponent.decorators = [
|
|
57
|
-
{ type: Component, args: [{
|
|
58
|
-
selector: 'ejs-treeview',
|
|
59
|
-
inputs: inputs,
|
|
60
|
-
outputs: outputs,
|
|
61
|
-
template: '',
|
|
62
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
63
|
-
queries: {}
|
|
64
|
-
},] },
|
|
65
|
-
];
|
|
66
|
-
/** @nocollapse */
|
|
67
|
-
TreeViewComponent.ctorParameters = function () { return [
|
|
68
|
-
{ type: ElementRef, },
|
|
69
|
-
{ type: Renderer2, },
|
|
70
|
-
{ type: ViewContainerRef, },
|
|
71
|
-
{ type: Injector, },
|
|
72
|
-
]; };
|
|
73
|
-
TreeViewComponent.propDecorators = {
|
|
74
|
-
'nodeTemplate': [{ type: ContentChild, args: ['nodeTemplate',] },],
|
|
75
|
-
};
|
|
76
|
-
__decorate([
|
|
77
|
-
Template(),
|
|
78
|
-
__metadata("design:type", Object)
|
|
79
|
-
], TreeViewComponent.prototype, "nodeTemplate", void 0);
|
|
80
|
-
TreeViewComponent = __decorate([
|
|
81
|
-
ComponentMixins([ComponentBase]),
|
|
82
|
-
__metadata("design:paramtypes", [ElementRef, Renderer2, ViewContainerRef, Injector])
|
|
83
|
-
], TreeViewComponent);
|
|
84
|
-
return TreeViewComponent;
|
|
85
|
-
}(TreeView));
|
|
86
|
-
export { TreeViewComponent };
|
|
87
|
-
//# sourceMappingURL=treeview.component.js.map
|