@alauda/ui 6.0.1-beta.4 → 6.0.1-beta.43

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.
Files changed (134) hide show
  1. package/alauda-ui.d.ts +17 -18
  2. package/alauda-ui.metadata.json +1 -1
  3. package/bundles/alauda-ui.umd.js +104 -655
  4. package/bundles/alauda-ui.umd.js.map +1 -1
  5. package/bundles/alauda-ui.umd.min.js +1 -1
  6. package/bundles/alauda-ui.umd.min.js.map +1 -1
  7. package/esm2015/accordion/accordion-item/accordion-item.component.js +1 -1
  8. package/esm2015/accordion/accordion-item/accordion-item.component.scss.ngstyle.js +1 -1
  9. package/esm2015/alauda-ui.js +18 -19
  10. package/esm2015/alauda-ui.ngsummary.json +1 -1
  11. package/esm2015/anchor/anchor.component.js +1 -1
  12. package/esm2015/anchor/anchor.component.scss.ngstyle.js +1 -1
  13. package/esm2015/button/button.component.js +1 -1
  14. package/esm2015/button/button.component.scss.ngstyle.js +1 -1
  15. package/esm2015/checkbox/checkbox.component.js +1 -1
  16. package/esm2015/checkbox/checkbox.component.scss.ngstyle.js +1 -1
  17. package/esm2015/dialog/dialog.component.js +1 -1
  18. package/esm2015/dialog/dialog.component.scss.ngstyle.js +1 -1
  19. package/esm2015/form/form-item/form-item.component.js +3 -3
  20. package/esm2015/form/form-item/form-item.component.scss.ngstyle.js +1 -1
  21. package/esm2015/form/form.directive.js +2 -2
  22. package/esm2015/form/form.types.js +6 -7
  23. package/esm2015/form/form.types.ngsummary.json +1 -1
  24. package/esm2015/icon/icons.js +2 -2
  25. package/esm2015/icon/icons.ngsummary.json +1 -1
  26. package/esm2015/input/input-group/input-group.component.js +1 -1
  27. package/esm2015/input/input-group/input-group.component.scss.ngstyle.js +1 -1
  28. package/esm2015/input/search/search.component.js +1 -2
  29. package/esm2015/input/search/search.component.ngfactory.js +1 -1
  30. package/esm2015/input/search/search.component.ngsummary.json +1 -1
  31. package/esm2015/input/tags-input/tags-input.component.js +1 -1
  32. package/esm2015/public-api.js +1 -3
  33. package/esm2015/public-api.ngsummary.json +1 -1
  34. package/esm2015/select/multi-select/multi-select.component.js +1 -1
  35. package/esm2015/table/table-cell.component.js +4 -5
  36. package/esm2015/table/table-cell.component.ngfactory.js +1 -1
  37. package/esm2015/table/table-cell.component.ngsummary.json +1 -1
  38. package/esm2015/table/table-placeholder.directive.js +30 -0
  39. package/esm2015/table/table-placeholder.directive.ngsummary.json +1 -0
  40. package/esm2015/table/table.component.js +25 -3
  41. package/esm2015/table/table.component.ngfactory.js +11 -10
  42. package/esm2015/table/table.component.ngsummary.json +1 -1
  43. package/esm2015/table/table.module.js +8 -3
  44. package/esm2015/table/table.module.ngfactory.js +1 -1
  45. package/esm2015/table/table.module.ngsummary.json +1 -1
  46. package/esm2015/tabs/tab-header.component.js +1 -1
  47. package/esm2015/tabs/tab-header.component.scss.ngstyle.js +1 -1
  48. package/esm2015/tag/check-tag/check-tag.component.js +1 -1
  49. package/esm2015/tag/tag.component.js +1 -1
  50. package/esm2015/tag/tag.component.scss.ngstyle.js +1 -1
  51. package/fesm2015/alauda-ui.js +84 -548
  52. package/fesm2015/alauda-ui.js.map +1 -1
  53. package/form/form.types.d.ts +6 -5
  54. package/icon/icons.d.ts +1 -1
  55. package/package.json +1 -1
  56. package/public-api.d.ts +0 -2
  57. package/table/table-placeholder.directive.d.ts +11 -0
  58. package/table/table.component.d.ts +9 -1
  59. package/tabs/tab-group.component.d.ts +4 -4
  60. package/theme/_pattern.scss +13 -9
  61. package/theme/_var.scss +1 -29
  62. package/theme/style.css +5 -5
  63. package/esm2015/nav-menu/nav-item/nav-item.component.js +0 -76
  64. package/esm2015/nav-menu/nav-item/nav-item.component.ngfactory.js +0 -17
  65. package/esm2015/nav-menu/nav-item/nav-item.component.ngsummary.json +0 -1
  66. package/esm2015/nav-menu/nav-item-group/nav-item-group.component.js +0 -32
  67. package/esm2015/nav-menu/nav-item-group/nav-item-group.component.ngfactory.js +0 -16
  68. package/esm2015/nav-menu/nav-item-group/nav-item-group.component.ngsummary.json +0 -1
  69. package/esm2015/nav-menu/nav-item-li/nav-item-li.component.js +0 -76
  70. package/esm2015/nav-menu/nav-item-li/nav-item-li.component.ngfactory.js +0 -41
  71. package/esm2015/nav-menu/nav-item-li/nav-item-li.component.ngsummary.json +0 -1
  72. package/esm2015/nav-menu/nav-item-li/nav-item-li.component.scss.ngstyle.js +0 -9
  73. package/esm2015/nav-menu/nav-item-ul/nav-item-ul.component.js +0 -27
  74. package/esm2015/nav-menu/nav-item-ul/nav-item-ul.component.ngfactory.js +0 -31
  75. package/esm2015/nav-menu/nav-item-ul/nav-item-ul.component.ngsummary.json +0 -1
  76. package/esm2015/nav-menu/nav-item-ul/nav-item-ul.component.scss.ngstyle.js +0 -9
  77. package/esm2015/nav-menu/nav-menu.component.js +0 -115
  78. package/esm2015/nav-menu/nav-menu.component.ngfactory.js +0 -45
  79. package/esm2015/nav-menu/nav-menu.component.ngsummary.json +0 -1
  80. package/esm2015/nav-menu/nav-menu.component.scss.ngstyle.js +0 -9
  81. package/esm2015/nav-menu/nav-menu.module.js +0 -36
  82. package/esm2015/nav-menu/nav-menu.module.ngfactory.js +0 -24
  83. package/esm2015/nav-menu/nav-menu.module.ngsummary.json +0 -1
  84. package/esm2015/nav-menu/nav-menu.types.js +0 -2
  85. package/esm2015/nav-menu/nav-menu.types.ngsummary.json +0 -1
  86. package/esm2015/nav-menu/platform-nav/platform-nav.component.js +0 -56
  87. package/esm2015/nav-menu/platform-nav/platform-nav.component.ngfactory.js +0 -65
  88. package/esm2015/nav-menu/platform-nav/platform-nav.component.ngsummary.json +0 -1
  89. package/esm2015/nav-menu/platform-nav/platform-nav.component.scss.ngstyle.js +0 -9
  90. package/esm2015/nav-menu/platform-nav.module.js +0 -15
  91. package/esm2015/nav-menu/platform-nav.module.ngfactory.js +0 -25
  92. package/esm2015/nav-menu/platform-nav.module.ngsummary.json +0 -1
  93. package/esm2015/nav-menu/public-api.js +0 -8
  94. package/esm2015/nav-menu/public-api.ngsummary.json +0 -1
  95. package/esm2015/page/helper-directives.js +0 -67
  96. package/esm2015/page/helper-directives.ngsummary.json +0 -1
  97. package/esm2015/page/page.component.js +0 -25
  98. package/esm2015/page/page.component.ngfactory.js +0 -27
  99. package/esm2015/page/page.component.ngsummary.json +0 -1
  100. package/esm2015/page/page.component.scss.ngstyle.js +0 -9
  101. package/esm2015/page/page.module.js +0 -28
  102. package/esm2015/page/page.module.ngfactory.js +0 -12
  103. package/esm2015/page/page.module.ngsummary.json +0 -1
  104. package/esm2015/page/public-api.js +0 -4
  105. package/esm2015/page/public-api.ngsummary.json +0 -1
  106. package/nav-menu/nav-item/nav-item.component.d.ts +0 -24
  107. package/nav-menu/nav-item/nav-item.component.ngfactory.d.ts +0 -1
  108. package/nav-menu/nav-item-group/nav-item-group.component.d.ts +0 -10
  109. package/nav-menu/nav-item-group/nav-item-group.component.ngfactory.d.ts +0 -1
  110. package/nav-menu/nav-item-li/nav-item-li.component.d.ts +0 -26
  111. package/nav-menu/nav-item-li/nav-item-li.component.ngfactory.d.ts +0 -1
  112. package/nav-menu/nav-item-li/nav-item-li.component.scss.ngstyle.d.ts +0 -1
  113. package/nav-menu/nav-item-ul/nav-item-ul.component.d.ts +0 -10
  114. package/nav-menu/nav-item-ul/nav-item-ul.component.ngfactory.d.ts +0 -1
  115. package/nav-menu/nav-item-ul/nav-item-ul.component.scss.ngstyle.d.ts +0 -1
  116. package/nav-menu/nav-menu.component.d.ts +0 -39
  117. package/nav-menu/nav-menu.component.ngfactory.d.ts +0 -1
  118. package/nav-menu/nav-menu.component.scss.ngstyle.d.ts +0 -1
  119. package/nav-menu/nav-menu.module.d.ts +0 -2
  120. package/nav-menu/nav-menu.module.ngfactory.d.ts +0 -3
  121. package/nav-menu/nav-menu.types.d.ts +0 -14
  122. package/nav-menu/platform-nav/platform-nav.component.d.ts +0 -20
  123. package/nav-menu/platform-nav/platform-nav.component.ngfactory.d.ts +0 -1
  124. package/nav-menu/platform-nav/platform-nav.component.scss.ngstyle.d.ts +0 -1
  125. package/nav-menu/platform-nav.module.d.ts +0 -2
  126. package/nav-menu/platform-nav.module.ngfactory.d.ts +0 -3
  127. package/nav-menu/public-api.d.ts +0 -7
  128. package/page/helper-directives.d.ts +0 -21
  129. package/page/page.component.d.ts +0 -8
  130. package/page/page.component.ngfactory.d.ts +0 -1
  131. package/page/page.component.scss.ngstyle.d.ts +0 -1
  132. package/page/page.module.d.ts +0 -2
  133. package/page/page.module.ngfactory.d.ts +0 -3
  134. package/page/public-api.d.ts +0 -3
@@ -1,25 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, ContentChild, ContentChildren, QueryList, TemplateRef, ViewEncapsulation, } from '@angular/core';
2
- import { PageContentDirective, PageHeaderDirective, PageSiderDirective, PageSnackbarDirective, PageToolbarDirective, } from './helper-directives';
3
- export class PageComponent {
4
- }
5
- PageComponent.decorators = [
6
- { type: Component, args: [{
7
- selector: 'aui-page',
8
- template: "<div\n class=\"aui-page\"\n [class.hasHeader]=\"pageHeader\"\n [class.hasSider]=\"pageSider\"\n [class.hasToolbar]=\"pageToolbar\"\n [class.hasSnackbar]=\"pageSnackbars.length\"\n>\n <div class=\"aui-page__header\" *ngIf=\"pageHeader\">\n <ng-container *ngTemplateOutlet=\"pageHeader\"></ng-container>\n </div>\n <div class=\"aui-page__sider\" *ngIf=\"pageSider\">\n <ng-container *ngTemplateOutlet=\"pageSider\"></ng-container>\n </div>\n <div class=\"aui-page__toolbar\" *ngIf=\"pageToolbar\">\n <ng-container *ngTemplateOutlet=\"pageToolbar\"></ng-container>\n </div>\n <div class=\"aui-page__snackbar\" *ngIf=\"pageSnackbars.length\">\n <ng-container *ngTemplateOutlet=\"pageSnackbars.first\"></ng-container>\n </div>\n <div class=\"aui-page__content\">\n <ng-container *ngTemplateOutlet=\"pageContent\"></ng-container>\n </div>\n</div>\n",
9
- changeDetection: ChangeDetectionStrategy.OnPush,
10
- encapsulation: ViewEncapsulation.None,
11
- preserveWhitespaces: false,
12
- styles: [".aui-page{min-height:100%;background-color:rgb(var(--aui-color-n-9))}.aui-page__header{top:0;z-index:101;justify-content:space-between;height:var(--aui-page-header-height);padding:0 var(--aui-page-padding-m) 0 var(--aui-page-padding-s);background-color:rgb(var(--aui-color-n-10));box-shadow:0 1px 4px 0 rgba(var(--aui-color-n-1),.1)}.aui-page__header,.aui-page__toolbar{position:fixed;left:0;right:0;display:flex;align-items:center}.aui-page__toolbar{top:var(--aui-page-header-height);z-index:100;height:var(--aui-page-toolbar-height);padding:0 var(--aui-page-padding-m);background-color:rgb(var(--aui-color-n-9))}.aui-page__snackbar{position:fixed;bottom:0;left:var(--aui-page-padding-m);right:var(--aui-page-padding-m);z-index:100;display:flex;justify-content:flex-end;align-items:center;height:var(--aui-page-snackbar-height);padding:0 var(--aui-page-padding-m);background-color:rgb(var(--aui-color-n-10));box-shadow:0 -1px 4px 0 rgba(var(--aui-color-n-1),.1);border-radius:var(--aui-border-radius-m)}.aui-page__sider{position:fixed;top:var(--aui-page-header-height);bottom:0;left:0;z-index:100;width:var(--aui-page-sider-width);overflow:auto;background-color:rgb(var(--aui-color-n-9));padding:var(--aui-page-padding-m)}.aui-page__sider::-webkit-scrollbar{width:4px;height:4px}.aui-page__sider::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3)}.aui-page__content{min-height:100vh;position:relative;padding:var(--aui-page-padding-m)}.aui-page.hasHeader .aui-page__content{padding-top:var(--aui-page-header-height)}.aui-page.hasToolbar .aui-page__content{padding-top:var(--aui-page-toolbar-height)}.aui-page.hasHeader.hasToolbar .aui-page__content{padding-top:calc(var(--aui-page-header-height) + var(--aui-page-toolbar-height))}.aui-page.hasSnackbar .aui-page__content{padding-bottom:calc(var(--aui-page-snackbar-height) + var(--aui-page-padding-m))}.aui-page.hasSider .aui-page__snackbar,.aui-page.hasSider .aui-page__toolbar{left:var(--aui-page-sider-width)}.aui-page.hasSider .aui-page__content{padding-left:var(--aui-page-sider-width)}"]
13
- },] }
14
- ];
15
- PageComponent.propDecorators = {
16
- pageHeader: [{ type: ContentChild, args: [PageHeaderDirective, { read: TemplateRef },] }],
17
- pageContent: [{ type: ContentChild, args: [PageContentDirective, { read: TemplateRef },] }],
18
- pageSider: [{ type: ContentChild, args: [PageSiderDirective, { read: TemplateRef },] }],
19
- pageToolbar: [{ type: ContentChild, args: [PageToolbarDirective, { read: TemplateRef },] }],
20
- pageSnackbars: [{ type: ContentChildren, args: [PageSnackbarDirective, {
21
- read: TemplateRef,
22
- descendants: true,
23
- },] }]
24
- };
25
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvcGFnZS9wYWdlLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxZQUFZLEVBQ1osZUFBZSxFQUNmLFNBQVMsRUFDVCxXQUFXLEVBQ1gsaUJBQWlCLEdBQ2xCLE1BQU0sZUFBZSxDQUFDO0FBRXZCLE9BQU8sRUFDTCxvQkFBb0IsRUFDcEIsbUJBQW1CLEVBQ25CLGtCQUFrQixFQUNsQixxQkFBcUIsRUFDckIsb0JBQW9CLEdBQ3JCLE1BQU0scUJBQXFCLENBQUM7QUFVN0IsTUFBTSxPQUFPLGFBQWE7OztZQVJ6QixTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLFVBQVU7Z0JBQ3BCLG8zQkFBb0M7Z0JBRXBDLGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO2dCQUMvQyxhQUFhLEVBQUUsaUJBQWlCLENBQUMsSUFBSTtnQkFDckMsbUJBQW1CLEVBQUUsS0FBSzs7YUFDM0I7Ozt5QkFFRSxZQUFZLFNBQUMsbUJBQW1CLEVBQUUsRUFBRSxJQUFJLEVBQUUsV0FBVyxFQUFFOzBCQUd2RCxZQUFZLFNBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLEVBQUUsV0FBVyxFQUFFO3dCQUd4RCxZQUFZLFNBQUMsa0JBQWtCLEVBQUUsRUFBRSxJQUFJLEVBQUUsV0FBVyxFQUFFOzBCQUd0RCxZQUFZLFNBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLEVBQUUsV0FBVyxFQUFFOzRCQUd4RCxlQUFlLFNBQUMscUJBQXFCLEVBQUU7b0JBQ3RDLElBQUksRUFBRSxXQUFXO29CQUNqQixXQUFXLEVBQUUsSUFBSTtpQkFDbEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxuICBDb250ZW50Q2hpbGQsXG4gIENvbnRlbnRDaGlsZHJlbixcbiAgUXVlcnlMaXN0LFxuICBUZW1wbGF0ZVJlZixcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQge1xuICBQYWdlQ29udGVudERpcmVjdGl2ZSxcbiAgUGFnZUhlYWRlckRpcmVjdGl2ZSxcbiAgUGFnZVNpZGVyRGlyZWN0aXZlLFxuICBQYWdlU25hY2tiYXJEaXJlY3RpdmUsXG4gIFBhZ2VUb29sYmFyRGlyZWN0aXZlLFxufSBmcm9tICcuL2hlbHBlci1kaXJlY3RpdmVzJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXVpLXBhZ2UnLFxuICB0ZW1wbGF0ZVVybDogJy4vcGFnZS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3BhZ2UuY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIHByZXNlcnZlV2hpdGVzcGFjZXM6IGZhbHNlLFxufSlcbmV4cG9ydCBjbGFzcyBQYWdlQ29tcG9uZW50IHtcbiAgQENvbnRlbnRDaGlsZChQYWdlSGVhZGVyRGlyZWN0aXZlLCB7IHJlYWQ6IFRlbXBsYXRlUmVmIH0pXG4gIHBhZ2VIZWFkZXI6IFRlbXBsYXRlUmVmPGFueT47XG5cbiAgQENvbnRlbnRDaGlsZChQYWdlQ29udGVudERpcmVjdGl2ZSwgeyByZWFkOiBUZW1wbGF0ZVJlZiB9KVxuICBwYWdlQ29udGVudDogVGVtcGxhdGVSZWY8YW55PjtcblxuICBAQ29udGVudENoaWxkKFBhZ2VTaWRlckRpcmVjdGl2ZSwgeyByZWFkOiBUZW1wbGF0ZVJlZiB9KVxuICBwYWdlU2lkZXI6IFRlbXBsYXRlUmVmPGFueT47XG5cbiAgQENvbnRlbnRDaGlsZChQYWdlVG9vbGJhckRpcmVjdGl2ZSwgeyByZWFkOiBUZW1wbGF0ZVJlZiB9KVxuICBwYWdlVG9vbGJhcjogVGVtcGxhdGVSZWY8YW55PjtcblxuICBAQ29udGVudENoaWxkcmVuKFBhZ2VTbmFja2JhckRpcmVjdGl2ZSwge1xuICAgIHJlYWQ6IFRlbXBsYXRlUmVmLFxuICAgIGRlc2NlbmRhbnRzOiB0cnVlLFxuICB9KVxuICBwYWdlU25hY2tiYXJzOiBRdWVyeUxpc3Q8VGVtcGxhdGVSZWY8YW55Pj47XG59XG4iXX0=
@@ -1,27 +0,0 @@
1
- /**
2
- * @fileoverview This file was generated by the Angular template compiler. Do not edit.
3
- *
4
- * @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes,extraRequire}
5
- * tslint:disable
6
- */
7
- import * as i0 from "./page.component.scss.ngstyle";
8
- import * as i1 from "@angular/core";
9
- import * as i2 from "@angular/common";
10
- import * as i3 from "./page.component";
11
- var styles_PageComponent = [i0.styles];
12
- var RenderType_PageComponent = i1.ɵcrt({ encapsulation: 2, styles: styles_PageComponent, data: {} });
13
- export { RenderType_PageComponent as RenderType_PageComponent };
14
- function View_PageComponent_2(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 0, null, null, null, null, null, null, null))], null, null); }
15
- function View_PageComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "div", [["class", "aui-page__header"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_PageComponent_2)), i1.ɵdid(2, 540672, null, 0, i2.NgTemplateOutlet, [i1.ViewContainerRef], { ngTemplateOutlet: [0, "ngTemplateOutlet"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.pageHeader; _ck(_v, 2, 0, currVal_0); }, null); }
16
- function View_PageComponent_4(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 0, null, null, null, null, null, null, null))], null, null); }
17
- function View_PageComponent_3(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "div", [["class", "aui-page__sider"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_PageComponent_4)), i1.ɵdid(2, 540672, null, 0, i2.NgTemplateOutlet, [i1.ViewContainerRef], { ngTemplateOutlet: [0, "ngTemplateOutlet"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.pageSider; _ck(_v, 2, 0, currVal_0); }, null); }
18
- function View_PageComponent_6(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 0, null, null, null, null, null, null, null))], null, null); }
19
- function View_PageComponent_5(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "div", [["class", "aui-page__toolbar"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_PageComponent_6)), i1.ɵdid(2, 540672, null, 0, i2.NgTemplateOutlet, [i1.ViewContainerRef], { ngTemplateOutlet: [0, "ngTemplateOutlet"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.pageToolbar; _ck(_v, 2, 0, currVal_0); }, null); }
20
- function View_PageComponent_8(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 0, null, null, null, null, null, null, null))], null, null); }
21
- function View_PageComponent_7(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "div", [["class", "aui-page__snackbar"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_PageComponent_8)), i1.ɵdid(2, 540672, null, 0, i2.NgTemplateOutlet, [i1.ViewContainerRef], { ngTemplateOutlet: [0, "ngTemplateOutlet"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.pageSnackbars.first; _ck(_v, 2, 0, currVal_0); }, null); }
22
- function View_PageComponent_9(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 0, null, null, null, null, null, null, null))], null, null); }
23
- export function View_PageComponent_0(_l) { return i1.ɵvid(2, [(_l()(), i1.ɵeld(0, 0, null, null, 11, "div", [["class", "aui-page"]], [[2, "hasHeader", null], [2, "hasSider", null], [2, "hasToolbar", null], [2, "hasSnackbar", null]], null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_PageComponent_1)), i1.ɵdid(2, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_PageComponent_3)), i1.ɵdid(4, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_PageComponent_5)), i1.ɵdid(6, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_PageComponent_7)), i1.ɵdid(8, 16384, null, 0, i2.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(9, 0, null, null, 2, "div", [["class", "aui-page__content"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_PageComponent_9)), i1.ɵdid(11, 540672, null, 0, i2.NgTemplateOutlet, [i1.ViewContainerRef], { ngTemplateOutlet: [0, "ngTemplateOutlet"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_4 = _co.pageHeader; _ck(_v, 2, 0, currVal_4); var currVal_5 = _co.pageSider; _ck(_v, 4, 0, currVal_5); var currVal_6 = _co.pageToolbar; _ck(_v, 6, 0, currVal_6); var currVal_7 = _co.pageSnackbars.length; _ck(_v, 8, 0, currVal_7); var currVal_8 = _co.pageContent; _ck(_v, 11, 0, currVal_8); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.pageHeader; var currVal_1 = _co.pageSider; var currVal_2 = _co.pageToolbar; var currVal_3 = _co.pageSnackbars.length; _ck(_v, 0, 0, currVal_0, currVal_1, currVal_2, currVal_3); }); }
24
- export function View_PageComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "aui-page", [], null, null, null, View_PageComponent_0, RenderType_PageComponent)), i1.ɵdid(1, 49152, null, 5, i3.PageComponent, [], null, null), i1.ɵqud(603979776, 1, { pageHeader: 0 }), i1.ɵqud(603979776, 2, { pageContent: 0 }), i1.ɵqud(603979776, 3, { pageSider: 0 }), i1.ɵqud(603979776, 4, { pageToolbar: 0 }), i1.ɵqud(603979776, 5, { pageSnackbars: 1 })], null, null); }
25
- var PageComponentNgFactory = i1.ɵccf("aui-page", i3.PageComponent, View_PageComponent_Host_0, {}, {}, []);
26
- export { PageComponentNgFactory as PageComponentNgFactory };
27
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS5jb21wb25lbnQubmdmYWN0b3J5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL3BhZ2UvcGFnZS5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwiLi4vLi4vLi4vc3JjL3BhZ2UvcGFnZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7O3dEQ1FJLDZFQUE0RDt3REFEOUQseUdBRU0sS0FESixrTUFBNEQsaURBQTlDLG1CQUE4QixhQUE1QyxZQUE0RCxFQUE5QyxTQUE4Qjt3REFHNUMsNkVBQTJEO3dEQUQ3RCx3R0FFTSxLQURKLGtNQUEyRCxpREFBN0MsbUJBQTZCLFlBQTNDLFlBQTJELEVBQTdDLFNBQTZCO3dEQUczQyw2RUFBNkQ7d0RBRC9ELDBHQUVNLEtBREosa01BQTZELGlEQUEvQyxtQkFBK0IsY0FBN0MsWUFBNkQsRUFBL0MsU0FBK0I7d0RBRzdDLDZFQUFxRTt3REFEdkUsMkdBRU0sS0FESixrTUFBcUUsaURBQXZELG1CQUF1QyxzQkFBckQsWUFBcUUsRUFBdkQsU0FBdUM7d0RBR3JELDZFQUE2RDsrREFwQmpFLGdNQXNCTSxLQWZKLDZLQUVNLElBQ04sNktBRU0sSUFDTiw2S0FFTSxJQUNOLDZLQUVNLElBQ04sMEdBRU0sS0FESixtTUFBNkQsaURBYmpDLG1CQUFrQixhQUFoRCxZQUVNLEVBRndCLFNBQWtCLEdBR25CLG1CQUFpQixZQUE5QyxZQUVNLEVBRnVCLFNBQWlCLEdBR2YsbUJBQW1CLGNBQWxELFlBRU0sRUFGeUIsU0FBbUIsR0FHbEIsbUJBQTRCLHVCQUE1RCxZQUVNLEVBRjBCLFNBQTRCLEdBSTVDLG1CQUErQixjQUE3QyxhQUE2RCxFQUEvQyxTQUErQixtREFsQi9DLG1CQUE4QixhQUM5QixtQkFBNEIsWUFDNUIsbUJBQWdDLGNBQ2hDLG1CQUEwQyx1QkFMNUMsWUFzQk0sRUFwQkosU0FBOEIsRUFDOUIsU0FBNEIsRUFDNUIsU0FBZ0MsRUFDaEMsU0FBMEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBpMCBmcm9tICdAYW5ndWxhci9jb3JlJztcbmkwLkNvbXBvbmVudEZhY3Rvcnk7XG4iLCI8ZGl2XG4gIGNsYXNzPVwiYXVpLXBhZ2VcIlxuICBbY2xhc3MuaGFzSGVhZGVyXT1cInBhZ2VIZWFkZXJcIlxuICBbY2xhc3MuaGFzU2lkZXJdPVwicGFnZVNpZGVyXCJcbiAgW2NsYXNzLmhhc1Rvb2xiYXJdPVwicGFnZVRvb2xiYXJcIlxuICBbY2xhc3MuaGFzU25hY2tiYXJdPVwicGFnZVNuYWNrYmFycy5sZW5ndGhcIlxuPlxuICA8ZGl2IGNsYXNzPVwiYXVpLXBhZ2VfX2hlYWRlclwiICpuZ0lmPVwicGFnZUhlYWRlclwiPlxuICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJwYWdlSGVhZGVyXCI+PC9uZy1jb250YWluZXI+XG4gIDwvZGl2PlxuICA8ZGl2IGNsYXNzPVwiYXVpLXBhZ2VfX3NpZGVyXCIgKm5nSWY9XCJwYWdlU2lkZXJcIj5cbiAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwicGFnZVNpZGVyXCI+PC9uZy1jb250YWluZXI+XG4gIDwvZGl2PlxuICA8ZGl2IGNsYXNzPVwiYXVpLXBhZ2VfX3Rvb2xiYXJcIiAqbmdJZj1cInBhZ2VUb29sYmFyXCI+XG4gICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cInBhZ2VUb29sYmFyXCI+PC9uZy1jb250YWluZXI+XG4gIDwvZGl2PlxuICA8ZGl2IGNsYXNzPVwiYXVpLXBhZ2VfX3NuYWNrYmFyXCIgKm5nSWY9XCJwYWdlU25hY2tiYXJzLmxlbmd0aFwiPlxuICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJwYWdlU25hY2tiYXJzLmZpcnN0XCI+PC9uZy1jb250YWluZXI+XG4gIDwvZGl2PlxuICA8ZGl2IGNsYXNzPVwiYXVpLXBhZ2VfX2NvbnRlbnRcIj5cbiAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwicGFnZUNvbnRlbnRcIj48L25nLWNvbnRhaW5lcj5cbiAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==
@@ -1 +0,0 @@
1
- {"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"pageHeader":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]},"arguments":[{"__symbol":2,"members":[]},{"read":{"__symbol":3,"members":[]}}]}]}],"pageContent":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]},"arguments":[{"__symbol":4,"members":[]},{"read":{"__symbol":3,"members":[]}}]}]}],"pageSider":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]},"arguments":[{"__symbol":5,"members":[]},{"read":{"__symbol":3,"members":[]}}]}]}],"pageToolbar":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]},"arguments":[{"__symbol":6,"members":[]},{"read":{"__symbol":3,"members":[]}}]}]}],"pageSnackbars":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":7,"members":[]},"arguments":[{"__symbol":8,"members":[]},{"read":{"__symbol":3,"members":[]},"descendants":true}]}]}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[]},"isComponent":true,"selector":"aui-page","exportAs":null,"inputs":{},"outputs":{},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[{"selectors":[{"identifier":{"reference":{"__symbol":2,"members":[]}}}],"first":true,"descendants":true,"propertyName":"pageHeader","read":{"identifier":{"reference":{"__symbol":3,"members":[]}}}},{"selectors":[{"identifier":{"reference":{"__symbol":4,"members":[]}}}],"first":true,"descendants":true,"propertyName":"pageContent","read":{"identifier":{"reference":{"__symbol":3,"members":[]}}}},{"selectors":[{"identifier":{"reference":{"__symbol":5,"members":[]}}}],"first":true,"descendants":true,"propertyName":"pageSider","read":{"identifier":{"reference":{"__symbol":3,"members":[]}}}},{"selectors":[{"identifier":{"reference":{"__symbol":6,"members":[]}}}],"first":true,"descendants":true,"propertyName":"pageToolbar","read":{"identifier":{"reference":{"__symbol":3,"members":[]}}}},{"selectors":[{"identifier":{"reference":{"__symbol":8,"members":[]}}}],"first":false,"descendants":true,"emitDistinctChangesOnly":false,"propertyName":"pageSnackbars","read":{"identifier":{"reference":{"__symbol":3,"members":[]}}}}],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":0,"template":{"ngContentSelectors":[],"encapsulation":2,"styles":[],"animations":[]},"componentViewType":{"__symbol":9,"members":[]},"rendererType":{"__symbol":10,"members":[]},"componentFactory":{"__symbol":11,"members":[]}}}],"symbols":[{"__symbol":0,"name":"PageComponent","filePath":"./page.component"},{"__symbol":1,"name":"ContentChild","filePath":"@angular/core"},{"__symbol":2,"name":"PageHeaderDirective","filePath":"./helper-directives"},{"__symbol":3,"name":"TemplateRef","filePath":"@angular/core"},{"__symbol":4,"name":"PageContentDirective","filePath":"./helper-directives"},{"__symbol":5,"name":"PageSiderDirective","filePath":"./helper-directives"},{"__symbol":6,"name":"PageToolbarDirective","filePath":"./helper-directives"},{"__symbol":7,"name":"ContentChildren","filePath":"@angular/core"},{"__symbol":8,"name":"PageSnackbarDirective","filePath":"./helper-directives"},{"__symbol":9,"name":"View_PageComponent_0","filePath":"./page.component.ngfactory"},{"__symbol":10,"name":"RenderType_PageComponent","filePath":"./page.component.ngfactory"},{"__symbol":11,"name":"PageComponentNgFactory","filePath":"./page.component.ngfactory"}]}
@@ -1,9 +0,0 @@
1
- /**
2
- * @fileoverview This file was generated by the Angular template compiler. Do not edit.
3
- *
4
- * @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes,extraRequire}
5
- * tslint:disable
6
- */
7
- var styles = [".aui-page{min-height:100%;background-color:rgb(var(--aui-color-n-9))}.aui-page__header{top:0;z-index:101;justify-content:space-between;height:var(--aui-page-header-height);padding:0 var(--aui-page-padding-m) 0 var(--aui-page-padding-s);background-color:rgb(var(--aui-color-n-10));box-shadow:0 1px 4px 0 rgba(var(--aui-color-n-1),.1)}.aui-page__header,.aui-page__toolbar{position:fixed;left:0;right:0;display:flex;align-items:center}.aui-page__toolbar{top:var(--aui-page-header-height);z-index:100;height:var(--aui-page-toolbar-height);padding:0 var(--aui-page-padding-m);background-color:rgb(var(--aui-color-n-9))}.aui-page__snackbar{position:fixed;bottom:0;left:var(--aui-page-padding-m);right:var(--aui-page-padding-m);z-index:100;display:flex;justify-content:flex-end;align-items:center;height:var(--aui-page-snackbar-height);padding:0 var(--aui-page-padding-m);background-color:rgb(var(--aui-color-n-10));box-shadow:0 -1px 4px 0 rgba(var(--aui-color-n-1),.1);border-radius:var(--aui-border-radius-m)}.aui-page__sider{position:fixed;top:var(--aui-page-header-height);bottom:0;left:0;z-index:100;width:var(--aui-page-sider-width);overflow:auto;background-color:rgb(var(--aui-color-n-9));padding:var(--aui-page-padding-m)}.aui-page__sider::-webkit-scrollbar{width:4px;height:4px}.aui-page__sider::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3)}.aui-page__content{min-height:100vh;position:relative;padding:var(--aui-page-padding-m)}.aui-page.hasHeader .aui-page__content{padding-top:var(--aui-page-header-height)}.aui-page.hasToolbar .aui-page__content{padding-top:var(--aui-page-toolbar-height)}.aui-page.hasHeader.hasToolbar .aui-page__content{padding-top:calc(var(--aui-page-header-height) + var(--aui-page-toolbar-height))}.aui-page.hasSnackbar .aui-page__content{padding-bottom:calc(var(--aui-page-snackbar-height) + var(--aui-page-padding-m))}.aui-page.hasSider .aui-page__snackbar,.aui-page.hasSider .aui-page__toolbar{left:var(--aui-page-sider-width)}.aui-page.hasSider .aui-page__content{padding-left:var(--aui-page-sider-width)}"];
8
- export { styles as styles };
9
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS5jb21wb25lbnQuc2Nzcy5uZ3N0eWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL3BhZ2UvcGFnZS5jb21wb25lbnQuc2Nzcy5uZ3N0eWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBpMCBmcm9tICdAYW5ndWxhci9jb3JlJztcbmkwLkNvbXBvbmVudEZhY3Rvcnk7XG4iXX0=
@@ -1,28 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { NgModule } from '@angular/core';
3
- import { PageContentDirective, PageHeaderDirective, PageSiderDirective, PageSnackbarDirective, PageToolbarDirective, } from './helper-directives';
4
- import { PageComponent } from './page.component';
5
- export class PageModule {
6
- }
7
- PageModule.decorators = [
8
- { type: NgModule, args: [{
9
- imports: [CommonModule],
10
- declarations: [
11
- PageComponent,
12
- PageHeaderDirective,
13
- PageContentDirective,
14
- PageSiderDirective,
15
- PageToolbarDirective,
16
- PageSnackbarDirective,
17
- ],
18
- exports: [
19
- PageComponent,
20
- PageHeaderDirective,
21
- PageContentDirective,
22
- PageSiderDirective,
23
- PageToolbarDirective,
24
- PageSnackbarDirective,
25
- ],
26
- },] }
27
- ];
28
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvcGFnZS9wYWdlLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQ0wsb0JBQW9CLEVBQ3BCLG1CQUFtQixFQUNuQixrQkFBa0IsRUFDbEIscUJBQXFCLEVBQ3JCLG9CQUFvQixHQUNyQixNQUFNLHFCQUFxQixDQUFDO0FBQzdCLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQXFCakQsTUFBTSxPQUFPLFVBQVU7OztZQW5CdEIsUUFBUSxTQUFDO2dCQUNSLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztnQkFDdkIsWUFBWSxFQUFFO29CQUNaLGFBQWE7b0JBQ2IsbUJBQW1CO29CQUNuQixvQkFBb0I7b0JBQ3BCLGtCQUFrQjtvQkFDbEIsb0JBQW9CO29CQUNwQixxQkFBcUI7aUJBQ3RCO2dCQUNELE9BQU8sRUFBRTtvQkFDUCxhQUFhO29CQUNiLG1CQUFtQjtvQkFDbkIsb0JBQW9CO29CQUNwQixrQkFBa0I7b0JBQ2xCLG9CQUFvQjtvQkFDcEIscUJBQXFCO2lCQUN0QjthQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7XG4gIFBhZ2VDb250ZW50RGlyZWN0aXZlLFxuICBQYWdlSGVhZGVyRGlyZWN0aXZlLFxuICBQYWdlU2lkZXJEaXJlY3RpdmUsXG4gIFBhZ2VTbmFja2JhckRpcmVjdGl2ZSxcbiAgUGFnZVRvb2xiYXJEaXJlY3RpdmUsXG59IGZyb20gJy4vaGVscGVyLWRpcmVjdGl2ZXMnO1xuaW1wb3J0IHsgUGFnZUNvbXBvbmVudCB9IGZyb20gJy4vcGFnZS5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgUGFnZUNvbXBvbmVudCxcbiAgICBQYWdlSGVhZGVyRGlyZWN0aXZlLFxuICAgIFBhZ2VDb250ZW50RGlyZWN0aXZlLFxuICAgIFBhZ2VTaWRlckRpcmVjdGl2ZSxcbiAgICBQYWdlVG9vbGJhckRpcmVjdGl2ZSxcbiAgICBQYWdlU25hY2tiYXJEaXJlY3RpdmUsXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBQYWdlQ29tcG9uZW50LFxuICAgIFBhZ2VIZWFkZXJEaXJlY3RpdmUsXG4gICAgUGFnZUNvbnRlbnREaXJlY3RpdmUsXG4gICAgUGFnZVNpZGVyRGlyZWN0aXZlLFxuICAgIFBhZ2VUb29sYmFyRGlyZWN0aXZlLFxuICAgIFBhZ2VTbmFja2JhckRpcmVjdGl2ZSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgUGFnZU1vZHVsZSB7fVxuIl19
@@ -1,12 +0,0 @@
1
- /**
2
- * @fileoverview This file was generated by the Angular template compiler. Do not edit.
3
- *
4
- * @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes,extraRequire}
5
- * tslint:disable
6
- */
7
- import * as i0 from "@angular/core";
8
- import * as i1 from "./page.module";
9
- import * as i2 from "@angular/common";
10
- var PageModuleNgFactory = i0.ɵcmf(i1.PageModule, [], function (_l) { return i0.ɵmod([i0.ɵmpd(512, i0.ComponentFactoryResolver, i0.ɵCodegenComponentFactoryResolver, [[8, []], [3, i0.ComponentFactoryResolver], i0.NgModuleRef]), i0.ɵmpd(4608, i2.NgLocalization, i2.NgLocaleLocalization, [i0.LOCALE_ID]), i0.ɵmpd(1073742336, i2.CommonModule, i2.CommonModule, []), i0.ɵmpd(1073742336, i1.PageModule, i1.PageModule, [])]); });
11
- export { PageModuleNgFactory as PageModuleNgFactory };
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS5tb2R1bGUubmdmYWN0b3J5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL3BhZ2UvcGFnZS5tb2R1bGUubmdmYWN0b3J5LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBpMCBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCAqIGFzIGkxIGZyb20gJy4vcGFnZS5tb2R1bGUnO1xuaW1wb3J0ICogYXMgaTIgZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCAqIGFzIGkzIGZyb20gJy4vcGFnZS5jb21wb25lbnQnO1xuaW1wb3J0ICogYXMgaTQgZnJvbSAnLi9oZWxwZXItZGlyZWN0aXZlcyc7XG5leHBvcnQgY29uc3QgUGFnZU1vZHVsZU5nRmFjdG9yeTppMC5OZ01vZHVsZUZhY3Rvcnk8aTEuUGFnZU1vZHVsZT4gPSAobnVsbCBhcyBhbnkpO1xudmFyIF9kZWNsMF8wOmkyLk5nQ2xhc3MgPSAoPGFueT4obnVsbCBhcyBhbnkpKTtcbnZhciBfZGVjbDBfMTppMi5OZ0NvbXBvbmVudE91dGxldCA9ICg8YW55PihudWxsIGFzIGFueSkpO1xudmFyIF9kZWNsMF8yOmkyLk5nRm9yT2Y8YW55LGFueT4gPSAoPGFueT4obnVsbCBhcyBhbnkpKTtcbnZhciBfZGVjbDBfMzppMi5OZ0lmPGFueT4gPSAoPGFueT4obnVsbCBhcyBhbnkpKTtcbnZhciBfZGVjbDBfNDppMi5OZ1RlbXBsYXRlT3V0bGV0ID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzU6aTIuTmdTdHlsZSA9ICg8YW55PihudWxsIGFzIGFueSkpO1xudmFyIF9kZWNsMF82OmkyLk5nU3dpdGNoID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzc6aTIuTmdTd2l0Y2hDYXNlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzg6aTIuTmdTd2l0Y2hEZWZhdWx0ID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzk6aTIuTmdQbHVyYWwgPSAoPGFueT4obnVsbCBhcyBhbnkpKTtcbnZhciBfZGVjbDBfMTA6aTIuTmdQbHVyYWxDYXNlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzExOmkzLlBhZ2VDb21wb25lbnQgPSAoPGFueT4obnVsbCBhcyBhbnkpKTtcbnZhciBfZGVjbDBfMTI6aTQuUGFnZUhlYWRlckRpcmVjdGl2ZSA9ICg8YW55PihudWxsIGFzIGFueSkpO1xudmFyIF9kZWNsMF8xMzppNC5QYWdlQ29udGVudERpcmVjdGl2ZSA9ICg8YW55PihudWxsIGFzIGFueSkpO1xudmFyIF9kZWNsMF8xNDppNC5QYWdlU2lkZXJEaXJlY3RpdmUgPSAoPGFueT4obnVsbCBhcyBhbnkpKTtcbnZhciBfZGVjbDBfMTU6aTQuUGFnZVRvb2xiYXJEaXJlY3RpdmUgPSAoPGFueT4obnVsbCBhcyBhbnkpKTtcbnZhciBfZGVjbDBfMTY6aTQuUGFnZVNuYWNrYmFyRGlyZWN0aXZlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzE3OmkyLkFzeW5jUGlwZSA9ICg8YW55PihudWxsIGFzIGFueSkpO1xudmFyIF9kZWNsMF8xODppMi5VcHBlckNhc2VQaXBlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzE5OmkyLkxvd2VyQ2FzZVBpcGUgPSAoPGFueT4obnVsbCBhcyBhbnkpKTtcbnZhciBfZGVjbDBfMjA6aTIuSnNvblBpcGUgPSAoPGFueT4obnVsbCBhcyBhbnkpKTtcbnZhciBfZGVjbDBfMjE6aTIuU2xpY2VQaXBlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzIyOmkyLkRlY2ltYWxQaXBlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzIzOmkyLlBlcmNlbnRQaXBlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzI0OmkyLlRpdGxlQ2FzZVBpcGUgPSAoPGFueT4obnVsbCBhcyBhbnkpKTtcbnZhciBfZGVjbDBfMjU6aTIuQ3VycmVuY3lQaXBlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzI2OmkyLkRhdGVQaXBlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzI3OmkyLkkxOG5QbHVyYWxQaXBlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzI4OmkyLkkxOG5TZWxlY3RQaXBlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzI5OmkyLktleVZhbHVlUGlwZSA9ICg8YW55PihudWxsIGFzIGFueSkpO1xudmFyIF9kZWNsMF8zMDppMi5Db21tb25Nb2R1bGUgPSAoPGFueT4obnVsbCBhcyBhbnkpKTtcbnZhciBfZGVjbDBfMzE6aTAuVGVtcGxhdGVSZWY8YW55PiA9ICg8YW55PihudWxsIGFzIGFueSkpO1xudmFyIF9kZWNsMF8zMjppMC5FbGVtZW50UmVmPGFueT4gPSAoPGFueT4obnVsbCBhcyBhbnkpKTtcbmZ1bmN0aW9uIF9WaWV3X1BhZ2VDb21wb25lbnRfSG9zdF8xXzAoKTp2b2lkIHtcbiAgdmFyIF9hbnk6YW55ID0gKG51bGwgYXMgYW55KTtcbn1cbmZ1bmN0aW9uIF9WaWV3X1BhZ2VDb21wb25lbnRfMV8wKCk6dm9pZCB7XG4gIHZhciBfYW55OmFueSA9IChudWxsIGFzIGFueSk7XG4gIGNvbnN0IGN1cnJWYWxfMDphbnkgPSBfZGVjbDBfMTEucGFnZUhlYWRlcjtcbiAgY3VyclZhbF8wO1xuICBjb25zdCBjdXJyVmFsXzE6YW55ID0gX2RlY2wwXzExLnBhZ2VTaWRlcjtcbiAgY3VyclZhbF8xO1xuICBjb25zdCBjdXJyVmFsXzI6YW55ID0gX2RlY2wwXzExLnBhZ2VUb29sYmFyO1xuICBjdXJyVmFsXzI7XG4gIGNvbnN0IGN1cnJWYWxfMzphbnkgPSBfZGVjbDBfMTEucGFnZVNuYWNrYmFycy5sZW5ndGg7XG4gIGN1cnJWYWxfMztcbiAgY29uc3QgY3VyclZhbF80OmFueSA9IF9kZWNsMF8xMS5wYWdlSGVhZGVyO1xuICBjdXJyVmFsXzQ7XG4gIGNvbnN0IGN1cnJWYWxfNTphbnkgPSBfZGVjbDBfMTEucGFnZVNpZGVyO1xuICBjdXJyVmFsXzU7XG4gIGNvbnN0IGN1cnJWYWxfNjphbnkgPSBfZGVjbDBfMTEucGFnZVRvb2xiYXI7XG4gIGN1cnJWYWxfNjtcbiAgY29uc3QgY3VyclZhbF83OmFueSA9IF9kZWNsMF8xMS5wYWdlU25hY2tiYXJzLmxlbmd0aDtcbiAgY3VyclZhbF83O1xuICBjb25zdCBjdXJyVmFsXzg6YW55ID0gX2RlY2wwXzExLnBhZ2VDb250ZW50O1xuICBjdXJyVmFsXzg7XG59XG4iXX0=
@@ -1 +0,0 @@
1
- {"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class"},"type":{"summaryKind":2,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[]},"entryComponents":[],"providers":[{"provider":{"token":{"identifier":{"reference":{"__symbol":1,"members":[]}}},"useClass":{"reference":{"__symbol":2,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":3,"members":[]}}}}],"lifecycleHooks":[]},"useFactory":null,"deps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":3,"members":[]}}}}],"multi":false},"module":{"reference":{"__symbol":4,"members":[]},"diDeps":[],"lifecycleHooks":[]}}],"modules":[{"reference":{"__symbol":4,"members":[]},"diDeps":[],"lifecycleHooks":[]},{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[]}],"exportedDirectives":[{"reference":{"__symbol":5,"members":[]}},{"reference":{"__symbol":6,"members":[]}},{"reference":{"__symbol":7,"members":[]}},{"reference":{"__symbol":8,"members":[]}},{"reference":{"__symbol":9,"members":[]}},{"reference":{"__symbol":10,"members":[]}}],"exportedPipes":[]}}],"symbols":[{"__symbol":0,"name":"PageModule","filePath":"./page.module"},{"__symbol":1,"name":"NgLocalization","filePath":"@angular/common"},{"__symbol":2,"name":"NgLocaleLocalization","filePath":"@angular/common"},{"__symbol":3,"name":"LOCALE_ID","filePath":"@angular/core"},{"__symbol":4,"name":"CommonModule","filePath":"@angular/common"},{"__symbol":5,"name":"PageComponent","filePath":"./page.component"},{"__symbol":6,"name":"PageHeaderDirective","filePath":"./helper-directives"},{"__symbol":7,"name":"PageContentDirective","filePath":"./helper-directives"},{"__symbol":8,"name":"PageSiderDirective","filePath":"./helper-directives"},{"__symbol":9,"name":"PageToolbarDirective","filePath":"./helper-directives"},{"__symbol":10,"name":"PageSnackbarDirective","filePath":"./helper-directives"}]}
@@ -1,4 +0,0 @@
1
- export * from './helper-directives';
2
- export * from './page.component';
3
- export * from './page.module';
4
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9wYWdlL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxxQkFBcUIsQ0FBQztBQUNwQyxjQUFjLGtCQUFrQixDQUFDO0FBQ2pDLGNBQWMsZUFBZSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9oZWxwZXItZGlyZWN0aXZlcyc7XG5leHBvcnQgKiBmcm9tICcuL3BhZ2UuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vcGFnZS5tb2R1bGUnO1xuIl19
@@ -1 +0,0 @@
1
- {"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbol":1,"members":[]}},{"symbol":{"__symbol":2,"members":[]},"metadata":{"__symbol":3,"members":[]}},{"symbol":{"__symbol":4,"members":[]},"metadata":{"__symbol":5,"members":[]}},{"symbol":{"__symbol":6,"members":[]},"metadata":{"__symbol":7,"members":[]}},{"symbol":{"__symbol":8,"members":[]},"metadata":{"__symbol":9,"members":[]}},{"symbol":{"__symbol":10,"members":[]},"metadata":{"__symbol":11,"members":[]}},{"symbol":{"__symbol":12,"members":[]},"metadata":{"__symbol":13,"members":[]}}],"symbols":[{"__symbol":0,"name":"PageHeaderDirective","filePath":"./public-api"},{"__symbol":1,"name":"PageHeaderDirective","filePath":"./helper-directives"},{"__symbol":2,"name":"PageContentDirective","filePath":"./public-api"},{"__symbol":3,"name":"PageContentDirective","filePath":"./helper-directives"},{"__symbol":4,"name":"PageSiderDirective","filePath":"./public-api"},{"__symbol":5,"name":"PageSiderDirective","filePath":"./helper-directives"},{"__symbol":6,"name":"PageToolbarDirective","filePath":"./public-api"},{"__symbol":7,"name":"PageToolbarDirective","filePath":"./helper-directives"},{"__symbol":8,"name":"PageSnackbarDirective","filePath":"./public-api"},{"__symbol":9,"name":"PageSnackbarDirective","filePath":"./helper-directives"},{"__symbol":10,"name":"PageComponent","filePath":"./public-api"},{"__symbol":11,"name":"PageComponent","filePath":"./page.component"},{"__symbol":12,"name":"PageModule","filePath":"./public-api"},{"__symbol":13,"name":"PageModule","filePath":"./page.module"}]}
@@ -1,24 +0,0 @@
1
- import { TemplateRef } from '@angular/core';
2
- import { NavItemGroupComponent } from '../nav-item-group/nav-item-group.component';
3
- export declare class NavItemIconDirective {
4
- template: TemplateRef<any>;
5
- constructor(template: TemplateRef<any>);
6
- }
7
- export declare class NavItemContentDirective {
8
- template: TemplateRef<any>;
9
- constructor(template: TemplateRef<any>);
10
- }
11
- export declare class NavItemComponent {
12
- parentItem: NavItemComponent;
13
- private readonly _subItems;
14
- private _key;
15
- get key(): string | number;
16
- set key(val: string | number);
17
- divider: boolean;
18
- icon: NavItemIconDirective;
19
- content: NavItemContentDirective;
20
- get subItems(): NavItemComponent[];
21
- depth: number;
22
- group: NavItemGroupComponent;
23
- constructor(parentItem: NavItemComponent, group: any);
24
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,10 +0,0 @@
1
- import { QueryList, TemplateRef } from '@angular/core';
2
- import { NavItemComponent } from '../nav-item/nav-item.component';
3
- export declare class NavItemGroupTitleDirective {
4
- template: TemplateRef<any>;
5
- constructor(template: TemplateRef<any>);
6
- }
7
- export declare class NavItemGroupComponent {
8
- title: NavItemGroupTitleDirective;
9
- items: QueryList<NavItemComponent>;
10
- }
@@ -1,26 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { NavItemUlComponent } from '../nav-item-ul/nav-item-ul.component';
3
- import { NavItemComponent } from '../nav-item/nav-item.component';
4
- import { NavMenuComponent } from '../nav-menu.component';
5
- export declare class NavItemLiComponent {
6
- private readonly navMenu;
7
- private _item;
8
- private readonly item$$;
9
- get item(): NavItemComponent;
10
- set item(val: NavItemComponent);
11
- mainPanelCollapsed: boolean;
12
- itemFocused: EventEmitter<string | number>;
13
- subUl: NavItemUlComponent;
14
- isActive$: import("rxjs").Observable<boolean>;
15
- isExpanded$: import("rxjs").Observable<boolean>;
16
- isSticked$: import("rxjs").Observable<boolean>;
17
- snapshot: {
18
- isActive: boolean;
19
- isExpanded: boolean;
20
- };
21
- get hasSubItem(): boolean;
22
- get displayItemContent(): boolean;
23
- constructor(navMenu: NavMenuComponent);
24
- handleContentClicked(): void;
25
- handleContentFocused(hover: boolean): void;
26
- }
@@ -1,10 +0,0 @@
1
- import { EventEmitter, QueryList } from '@angular/core';
2
- import { NavItemGroupComponent } from '../nav-item-group/nav-item-group.component';
3
- import { NavItemComponent } from '../nav-item/nav-item.component';
4
- export declare class NavItemUlComponent {
5
- items: QueryList<NavItemComponent> | NavItemComponent[];
6
- groups: QueryList<NavItemGroupComponent>;
7
- mainPanelCollapsed: boolean;
8
- focusedItemChanged: EventEmitter<string | number>;
9
- trackByKey(_: number, item: NavItemComponent): string | number;
10
- }
@@ -1,39 +0,0 @@
1
- import { AfterContentInit, EventEmitter, QueryList } from '@angular/core';
2
- import { Observable } from 'rxjs';
3
- import { NavItemGroupComponent } from './nav-item-group/nav-item-group.component';
4
- import { NavItemComponent } from './nav-item/nav-item.component';
5
- import { NavItemKey } from './nav-menu.types';
6
- export declare class NavMenuComponent implements AfterContentInit {
7
- private _activatedKey;
8
- private readonly activatedKey$$;
9
- private readonly expandedKey$$;
10
- private readonly focusedItemKey$$;
11
- private readonly secondaryPanelHover$$;
12
- get activatedKey(): string | number;
13
- set activatedKey(val: string | number);
14
- mainPanelCollapsed: boolean;
15
- secondaryPanelCollapsed: boolean;
16
- hideMainPanelToggle: boolean;
17
- hideSecondaryPanelToggle: boolean;
18
- theme: string;
19
- activatedKeyChange: EventEmitter<string | number>;
20
- mainPanelCollapsedChange: EventEmitter<boolean>;
21
- secondaryPanelCollapsedChange: EventEmitter<boolean>;
22
- private readonly items;
23
- private readonly groups;
24
- flatItems: QueryList<NavItemComponent>;
25
- items$: Observable<NavItemComponent[]>;
26
- groups$: Observable<NavItemGroupComponent[]>;
27
- activeKeys$: Observable<NavItemKey[]>;
28
- expandedKeys$: Observable<NavItemKey[]>;
29
- stickedItem$: Observable<NavItemComponent>;
30
- hasFocusedItem$: Observable<boolean>;
31
- ngAfterContentInit(): void;
32
- handleMainPanelExpandButtonClicked(): void;
33
- handleSecondaryPanelExpandButtonClicked(): void;
34
- handleFocusedItemChanged(key: NavItemKey): void;
35
- handleSecondaryPanelHover(hover: boolean): void;
36
- activatedKeyChanged(key: NavItemKey): void;
37
- expandedKeyChanged(key: NavItemKey): void;
38
- private getItemPath;
39
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,2 +0,0 @@
1
- export declare class NavMenuModule {
2
- }
@@ -1,3 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import * as i1 from './nav-menu.module';
3
- export declare const NavMenuModuleNgFactory: i0.NgModuleFactory<i1.NavMenuModule>;
@@ -1,14 +0,0 @@
1
- export declare type NavItemKey = number | string;
2
- export interface NavItemConfig {
3
- label: string;
4
- key: string;
5
- icon?: string;
6
- stage?: 'Alpha' | 'Beta';
7
- divider?: boolean;
8
- children?: NavItemConfig[];
9
- [key: string]: any;
10
- }
11
- export interface NavGroupConfig {
12
- title?: string;
13
- items: NavItemConfig[];
14
- }
@@ -1,20 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { NavGroupConfig, NavItemConfig, NavItemKey } from '../nav-menu.types';
3
- export declare class PlatformNavComponent {
4
- items: NavItemConfig[];
5
- groups: NavGroupConfig[];
6
- mainPanelCollapsed: boolean;
7
- secondaryPanelCollapsed: boolean;
8
- hideMainPanelToggle: boolean;
9
- hideSecondaryPanelToggle: boolean;
10
- activatedKey: NavItemKey;
11
- theme: string;
12
- mainPanelCollapsedChange: EventEmitter<boolean>;
13
- secondaryPanelCollapsedChange: EventEmitter<boolean>;
14
- activatedKeyChange: EventEmitter<string | number>;
15
- activatedItemChange: EventEmitter<NavItemConfig>;
16
- handleActivatedKeyChange(key: NavItemKey): void;
17
- trackByKey(_: number, item: NavItemConfig): string;
18
- private findActivatedItem;
19
- private flatItems;
20
- }
@@ -1,2 +0,0 @@
1
- export declare class PlatformNavModule {
2
- }
@@ -1,3 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import * as i1 from './platform-nav.module';
3
- export declare const PlatformNavModuleNgFactory: i0.NgModuleFactory<i1.PlatformNavModule>;
@@ -1,7 +0,0 @@
1
- export * from './nav-menu.module';
2
- export * from './nav-menu.component';
3
- export * from './nav-item-group/nav-item-group.component';
4
- export * from './nav-item/nav-item.component';
5
- export * from './nav-menu.types';
6
- export * from './platform-nav/platform-nav.component';
7
- export * from './platform-nav.module';
@@ -1,21 +0,0 @@
1
- import { TemplateRef } from '@angular/core';
2
- export declare class PageHeaderDirective {
3
- template: TemplateRef<any>;
4
- constructor(template: TemplateRef<any>);
5
- }
6
- export declare class PageContentDirective {
7
- template: TemplateRef<any>;
8
- constructor(template: TemplateRef<any>);
9
- }
10
- export declare class PageSiderDirective {
11
- template: TemplateRef<any>;
12
- constructor(template: TemplateRef<any>);
13
- }
14
- export declare class PageToolbarDirective {
15
- template: TemplateRef<any>;
16
- constructor(template: TemplateRef<any>);
17
- }
18
- export declare class PageSnackbarDirective {
19
- template: TemplateRef<any>;
20
- constructor(template: TemplateRef<any>);
21
- }
@@ -1,8 +0,0 @@
1
- import { QueryList, TemplateRef } from '@angular/core';
2
- export declare class PageComponent {
3
- pageHeader: TemplateRef<any>;
4
- pageContent: TemplateRef<any>;
5
- pageSider: TemplateRef<any>;
6
- pageToolbar: TemplateRef<any>;
7
- pageSnackbars: QueryList<TemplateRef<any>>;
8
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,2 +0,0 @@
1
- export declare class PageModule {
2
- }
@@ -1,3 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import * as i1 from './page.module';
3
- export declare const PageModuleNgFactory: i0.NgModuleFactory<i1.PageModule>;
@@ -1,3 +0,0 @@
1
- export * from './helper-directives';
2
- export * from './page.component';
3
- export * from './page.module';