@skyux/pages 5.0.1 → 5.5.0

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 (63) hide show
  1. package/README.md +6 -4
  2. package/bundles/skyux-pages.umd.js +35 -34
  3. package/documentation.json +61 -26
  4. package/esm2015/index.js +12 -0
  5. package/esm2015/index.js.map +1 -0
  6. package/esm2015/lib/modules/action-hub/action-hub-buttons.component.js +23 -0
  7. package/esm2015/lib/modules/action-hub/action-hub-buttons.component.js.map +1 -0
  8. package/esm2015/lib/modules/action-hub/action-hub-content.component.js +17 -0
  9. package/esm2015/lib/modules/action-hub/action-hub-content.component.js.map +1 -0
  10. package/esm2015/lib/modules/action-hub/action-hub.component.js +95 -0
  11. package/esm2015/lib/modules/action-hub/action-hub.component.js.map +1 -0
  12. package/esm2015/lib/modules/action-hub/action-hub.module.js +86 -0
  13. package/esm2015/lib/modules/action-hub/action-hub.module.js.map +1 -0
  14. package/esm2015/lib/modules/action-hub/types/action-hub-needs-attention.js +2 -0
  15. package/esm2015/lib/modules/action-hub/types/action-hub-needs-attention.js.map +1 -0
  16. package/esm2015/lib/modules/action-hub/types/page-link.js +2 -0
  17. package/esm2015/lib/modules/action-hub/types/page-link.js.map +1 -0
  18. package/esm2015/lib/modules/action-hub/types/recent-link.js +2 -0
  19. package/esm2015/lib/modules/action-hub/types/recent-link.js.map +1 -0
  20. package/esm2015/lib/modules/link-list/link-list.component.js +23 -0
  21. package/esm2015/lib/modules/link-list/link-list.component.js.map +1 -0
  22. package/esm2015/{modules → lib/modules}/needs-attention/needs-attention.component.js +4 -4
  23. package/esm2015/lib/modules/needs-attention/needs-attention.component.js.map +1 -0
  24. package/esm2015/lib/modules/page-header/page-header.component.js +24 -0
  25. package/esm2015/lib/modules/page-header/page-header.component.js.map +1 -0
  26. package/esm2015/lib/modules/page-header/page-header.module.js +41 -0
  27. package/esm2015/lib/modules/page-header/page-header.module.js.map +1 -0
  28. package/esm2015/lib/modules/shared/pages-resources.module.js +52 -0
  29. package/esm2015/lib/modules/shared/pages-resources.module.js.map +1 -0
  30. package/esm2015/skyux-pages.js +2 -2
  31. package/esm2015/skyux-pages.js.map +1 -0
  32. package/fesm2015/skyux-pages.js +34 -33
  33. package/fesm2015/skyux-pages.js.map +1 -1
  34. package/index.d.ts +9 -0
  35. package/{modules → lib/modules}/action-hub/action-hub-buttons.component.d.ts +0 -0
  36. package/{modules → lib/modules}/action-hub/action-hub-content.component.d.ts +0 -0
  37. package/{modules → lib/modules}/action-hub/action-hub.component.d.ts +4 -3
  38. package/{modules → lib/modules}/action-hub/action-hub.module.d.ts +0 -0
  39. package/{modules → lib/modules}/action-hub/types/action-hub-needs-attention.d.ts +0 -0
  40. package/{modules → lib/modules}/action-hub/types/page-link.d.ts +0 -0
  41. package/{modules → lib/modules}/action-hub/types/recent-link.d.ts +0 -0
  42. package/{modules → lib/modules}/link-list/link-list.component.d.ts +0 -0
  43. package/{modules → lib/modules}/needs-attention/needs-attention.component.d.ts +0 -0
  44. package/{modules → lib/modules}/page-header/page-header.component.d.ts +0 -0
  45. package/{modules → lib/modules}/page-header/page-header.module.d.ts +0 -0
  46. package/{modules → lib/modules}/shared/pages-resources.module.d.ts +0 -0
  47. package/package.json +22 -8
  48. package/skyux-pages.d.ts +1 -1
  49. package/LICENSE +0 -21
  50. package/bundles/skyux-pages.umd.js.map +0 -1
  51. package/esm2015/modules/action-hub/action-hub-buttons.component.js +0 -23
  52. package/esm2015/modules/action-hub/action-hub-content.component.js +0 -17
  53. package/esm2015/modules/action-hub/action-hub.component.js +0 -94
  54. package/esm2015/modules/action-hub/action-hub.module.js +0 -86
  55. package/esm2015/modules/action-hub/types/action-hub-needs-attention.js +0 -2
  56. package/esm2015/modules/action-hub/types/page-link.js +0 -2
  57. package/esm2015/modules/action-hub/types/recent-link.js +0 -2
  58. package/esm2015/modules/link-list/link-list.component.js +0 -23
  59. package/esm2015/modules/page-header/page-header.component.js +0 -24
  60. package/esm2015/modules/page-header/page-header.module.js +0 -41
  61. package/esm2015/modules/shared/pages-resources.module.js +0 -52
  62. package/esm2015/public-api.js +0 -12
  63. package/public-api.d.ts +0 -9
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
- # @skyux/pages
1
+ # pages
2
2
 
3
- [![npm](https://img.shields.io/npm/v/@skyux/pages.svg)](https://www.npmjs.com/package/@skyux/pages)
4
- ![SKY UX CI](https://github.com/blackbaud/skyux-pages/workflows/SKY%20UX%20CI/badge.svg)
5
- [![coverage](https://codecov.io/gh/blackbaud/skyux-pages/branch/master/graphs/badge.svg?branch=master)](https://codecov.io/gh/blackbaud/skyux-pages/branch/master)
3
+ This library was generated with [Nx](https://nx.dev).
4
+
5
+ ## Running unit tests
6
+
7
+ Run `nx test pages` to execute the unit tests.
@@ -35,9 +35,9 @@
35
35
  }
36
36
  return SkyLinkListComponent;
37
37
  }());
38
- SkyLinkListComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyLinkListComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
39
- SkyLinkListComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: SkyLinkListComponent, selector: "sky-link-list", inputs: { links: "links", title: "title" }, ngImport: i0__namespace, template: "<ng-container\n *ngIf=\"links === 'loading'; then loadingTemplateRef; else linksTemplateRef\"\n></ng-container>\n\n<ng-template #headingTemplateRef>\n <h2 class=\"sky-font-heading-4 sky-margin-stacked-sm\">\n {{ title }}\n </h2>\n</ng-template>\n<ng-template #loadingTemplateRef>\n <sky-wait [isWaiting]=\"true\"></sky-wait>\n <ng-container [ngTemplateOutlet]=\"headingTemplateRef\"></ng-container>\n</ng-template>\n<ng-template #linksTemplateRef>\n <ng-container *ngIf=\"links?.length > 0\">\n <ng-container [ngTemplateOutlet]=\"headingTemplateRef\"></ng-container>\n <ul\n class=\"sky-link-list\"\n [skyThemeClass]=\"{\n 'sky-margin-stacked-separate': 'default',\n 'sky-margin-stacked-xl': 'modern'\n }\"\n >\n <li\n *ngFor=\"let link of links\"\n [skyThemeClass]=\"{\n 'sky-margin-stacked-default': 'default',\n 'sky-margin-stacked-sm': 'modern'\n }\"\n >\n <a *ngIf=\"link.permalink.url\" [skyHref]=\"link.permalink.url\">\n {{ link.label }}\n </a>\n <a\n *ngIf=\"link.permalink.route\"\n [skyAppLink]=\"link.permalink.route.commands\"\n [queryParams]=\"link.permalink.route.extras?.queryParams\"\n [queryParamsHandling]=\"\n link.permalink.route.extras?.queryParamsHandling\n \"\n [fragment]=\"link.permalink.route.extras?.fragment\"\n [preserveFragment]=\"link.permalink.route.extras?.preserveFragment\"\n [skipLocationChange]=\"link.permalink.route.extras?.skipLocationChange\"\n [replaceUrl]=\"link.permalink.route.extras?.replaceUrl\"\n [state]=\"link.permalink.route.extras?.state\"\n >\n {{ link.label }}\n </a>\n </li>\n </ul>\n </ng-container>\n</ng-template>\n", styles: [".sky-link-list{list-style:none;margin-left:0;padding-left:0}\n"], components: [{ type: i2__namespace.λ14, selector: "sky-wait", inputs: ["ariaLabel", "isWaiting", "isFullPage", "isNonBlocking"] }], directives: [{ type: i2__namespace$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2__namespace$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i3__namespace.λ2, selector: "[skyThemeClass]", inputs: ["class", "skyThemeClass"] }, { type: i2__namespace$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i4__namespace.λ1, selector: "[skyHref]", inputs: ["skyHref", "skyHrefElse"] }, { type: i4__namespace.λ3, selector: "[skyAppLink]", inputs: ["skyAppLink"] }] });
40
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyLinkListComponent, decorators: [{
38
+ SkyLinkListComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyLinkListComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
39
+ SkyLinkListComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SkyLinkListComponent, selector: "sky-link-list", inputs: { links: "links", title: "title" }, ngImport: i0__namespace, template: "<ng-container\n *ngIf=\"links === 'loading'; then loadingTemplateRef; else linksTemplateRef\"\n></ng-container>\n\n<ng-template #headingTemplateRef>\n <h2 class=\"sky-font-heading-4 sky-margin-stacked-sm\">\n {{ title }}\n </h2>\n</ng-template>\n<ng-template #loadingTemplateRef>\n <sky-wait [isWaiting]=\"true\"></sky-wait>\n <ng-container [ngTemplateOutlet]=\"headingTemplateRef\"></ng-container>\n</ng-template>\n<ng-template #linksTemplateRef>\n <ng-container *ngIf=\"links?.length > 0\">\n <ng-container [ngTemplateOutlet]=\"headingTemplateRef\"></ng-container>\n <ul\n class=\"sky-link-list\"\n [skyThemeClass]=\"{\n 'sky-margin-stacked-separate': 'default',\n 'sky-margin-stacked-xl': 'modern'\n }\"\n >\n <li\n *ngFor=\"let link of links\"\n [skyThemeClass]=\"{\n 'sky-margin-stacked-default': 'default',\n 'sky-margin-stacked-sm': 'modern'\n }\"\n >\n <a *ngIf=\"link.permalink.url\" [skyHref]=\"link.permalink.url\">\n {{ link.label }}\n </a>\n <a\n *ngIf=\"link.permalink.route\"\n [skyAppLink]=\"link.permalink.route.commands\"\n [queryParams]=\"link.permalink.route.extras?.queryParams\"\n [queryParamsHandling]=\"\n link.permalink.route.extras?.queryParamsHandling\n \"\n [fragment]=\"link.permalink.route.extras?.fragment\"\n [preserveFragment]=\"link.permalink.route.extras?.preserveFragment\"\n [skipLocationChange]=\"link.permalink.route.extras?.skipLocationChange\"\n [replaceUrl]=\"link.permalink.route.extras?.replaceUrl\"\n [state]=\"link.permalink.route.extras?.state\"\n >\n {{ link.label }}\n </a>\n </li>\n </ul>\n </ng-container>\n</ng-template>\n", styles: [".sky-link-list{list-style:none;margin-left:0;padding-left:0}\n"], components: [{ type: i2__namespace.λ14, selector: "sky-wait", inputs: ["ariaLabel", "isWaiting", "isFullPage", "isNonBlocking"] }], directives: [{ type: i2__namespace$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2__namespace$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i3__namespace.λ2, selector: "[skyThemeClass]", inputs: ["class", "skyThemeClass"] }, { type: i2__namespace$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i4__namespace.λ1, selector: "[skyHref]", inputs: ["skyHref", "skyHrefElse"] }, { type: i4__namespace.λ3, selector: "[skyAppLink]", inputs: ["skyAppLink"] }] });
40
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyLinkListComponent, decorators: [{
41
41
  type: i0.Component,
42
42
  args: [{
43
43
  selector: 'sky-link-list',
@@ -56,9 +56,9 @@
56
56
  }
57
57
  return SkyNeedsAttentionComponent;
58
58
  }());
59
- SkyNeedsAttentionComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyNeedsAttentionComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
60
- SkyNeedsAttentionComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: SkyNeedsAttentionComponent, selector: "sky-needs-attention", inputs: { items: "items" }, ngImport: i0__namespace, template: "<div\n class=\"sky-needs-attention-container\"\n [skyThemeClass]=\"{\n 'sky-padding-even-large sky-shadow': 'default',\n 'sky-box sky-elevation-1-bordered sky-padding-even-xl': 'modern'\n }\"\n>\n <h2 class=\"sky-font-heading-4\">\n {{ 'sky_action_hub_needs_attention' | skyLibResources }}\n </h2>\n <sky-fluid-grid [gutterSize]=\"gutterSize\" [disableMargin]=\"true\">\n <sky-row>\n <sky-column *ngIf=\"items?.length === 0\" [screenXSmall]=\"12\">\n {{ 'sky_action_hub_needs_attention_empty' | skyLibResources }}\n </sky-column>\n <sky-column\n *ngFor=\"let item of items; let isLast = last\"\n [screenSmall]=\"items.length > 6 ? 6 : 12\"\n [screenXSmall]=\"12\"\n >\n <ng-template #link>\n <sky-icon\n *skyThemeIf=\"'default'\"\n class=\"sky-needs-attention-item-icon\"\n icon=\"chevron-right\"\n ></sky-icon>\n <sky-icon\n *skyThemeIf=\"'modern'\"\n class=\"sky-needs-attention-item-icon\"\n icon=\"chevron-right\"\n iconType=\"skyux\"\n ></sky-icon>\n <sky-key-info\n layout=\"horizontal\"\n class=\"sky-needs-attention-item-key-info\"\n >\n <sky-key-info-label>{{ item.message }}</sky-key-info-label>\n <sky-key-info-value\n [skyThemeClass]=\"{\n 'sky-emphasized': 'default',\n 'sky-font-display-4': 'modern'\n }\"\n >\n {{ item.title }}\n </sky-key-info-value>\n </sky-key-info>\n </ng-template>\n <a\n *ngIf=\"item.permalink.route\"\n [skyAppLink]=\"item.permalink.route.commands\"\n [queryParams]=\"item.permalink.route.extras?.queryParams\"\n [queryParamsHandling]=\"\n item.permalink.route.extras?.queryParamsHandling\n \"\n [fragment]=\"item.permalink.route.extras?.fragment\"\n [preserveFragment]=\"item.permalink.route.extras?.preserveFragment\"\n [skipLocationChange]=\"item.permalink.route.extras?.skipLocationChange\"\n [replaceUrl]=\"item.permalink.route.extras?.replaceUrl\"\n [state]=\"item.permalink.route.extras?.state\"\n class=\"\n sky-needs-attention-item\n sky-padding-vertical-lg\n sky-border-bottom-row\n \"\n >\n <ng-container *ngTemplateOutlet=\"link\"></ng-container>\n </a>\n <a\n *ngIf=\"item.permalink.url\"\n [skyHref]=\"item.permalink.url\"\n class=\"\n sky-needs-attention-item\n sky-padding-vertical-lg\n sky-border-bottom-row\n \"\n >\n <ng-container *ngTemplateOutlet=\"link\"></ng-container>\n </a>\n </sky-column>\n </sky-row>\n </sky-fluid-grid>\n</div>\n", styles: [".sky-needs-attention-container{background-color:#fff}.sky-needs-attention-item{display:flex;flex-wrap:nowrap;align-items:center}.sky-needs-attention-item-icon{color:#686c73}.sky-needs-attention-item-key-info{flex-grow:1}.sky-needs-attention-item-icon{order:1}.sky-needs-attention-item sky-key-info-value{color:#0974a1}.sky-needs-attention-item:hover sky-key-info-value,.sky-needs-attention-item:hover sky-key-info-label{text-decoration:underline}.sky-needs-attention-item:focus{outline:none}.sky-needs-attention-item:focus:not(:active){border:none;box-shadow:inset 0 0 0 2px #1870b8,0 1px 8px #0000004d}sky-column:last-child>a{border-bottom:none}\n"], components: [{ type: i1__namespace.λ22, selector: "sky-fluid-grid", inputs: ["disableMargin", "gutterSize"] }, { type: i1__namespace.λ23, selector: "sky-row", inputs: ["reverseColumnOrder"] }, { type: i1__namespace.λ24, selector: "sky-column", inputs: ["screenXSmall", "screenSmall", "screenMedium", "screenLarge"] }, { type: i2__namespace.λ4, selector: "sky-icon", inputs: ["icon", "iconType", "size", "fixedWidth", "variant"] }, { type: i2__namespace.λ8, selector: "sky-key-info", inputs: ["layout"] }, { type: i2__namespace.λ6, selector: "sky-key-info-label" }, { type: i2__namespace.λ7, selector: "sky-key-info-value" }], directives: [{ type: i3__namespace.λ2, selector: "[skyThemeClass]", inputs: ["class", "skyThemeClass"] }, { type: i2__namespace$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2__namespace$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3__namespace.λ3, selector: "[skyThemeIf]", inputs: ["skyThemeIf"] }, { type: i4__namespace.λ3, selector: "[skyAppLink]", inputs: ["skyAppLink"] }, { type: i2__namespace$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i4__namespace.λ1, selector: "[skyHref]", inputs: ["skyHref", "skyHrefElse"] }], pipes: { "skyLibResources": i6__namespace.SkyLibResourcesPipe } });
61
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyNeedsAttentionComponent, decorators: [{
59
+ SkyNeedsAttentionComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyNeedsAttentionComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
60
+ SkyNeedsAttentionComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SkyNeedsAttentionComponent, selector: "sky-needs-attention", inputs: { items: "items" }, ngImport: i0__namespace, template: "<div\n class=\"sky-needs-attention-container\"\n [skyThemeClass]=\"{\n 'sky-padding-even-large sky-shadow': 'default',\n 'sky-box sky-elevation-1-bordered sky-padding-even-xl': 'modern'\n }\"\n>\n <h2 class=\"sky-font-heading-4\">\n {{ 'sky_action_hub_needs_attention' | skyLibResources }}\n </h2>\n <sky-fluid-grid [gutterSize]=\"gutterSize\" [disableMargin]=\"true\">\n <sky-row>\n <sky-column *ngIf=\"items?.length === 0\" [screenXSmall]=\"12\">\n {{ 'sky_action_hub_needs_attention_empty' | skyLibResources }}\n </sky-column>\n <sky-column\n *ngFor=\"let item of items; let isLast = last\"\n [screenSmall]=\"items.length > 6 ? 6 : 12\"\n [screenXSmall]=\"12\"\n >\n <ng-template #link>\n <sky-icon\n *skyThemeIf=\"'default'\"\n class=\"sky-needs-attention-item-icon\"\n icon=\"chevron-right\"\n ></sky-icon>\n <sky-icon\n *skyThemeIf=\"'modern'\"\n class=\"sky-needs-attention-item-icon\"\n icon=\"chevron-right\"\n iconType=\"skyux\"\n ></sky-icon>\n <sky-key-info\n layout=\"horizontal\"\n class=\"sky-needs-attention-item-key-info\"\n >\n <sky-key-info-label>{{ item.message }}</sky-key-info-label>\n <sky-key-info-value\n [skyThemeClass]=\"{\n 'sky-emphasized': 'default',\n 'sky-font-display-4': 'modern'\n }\"\n >\n {{ item.title }}\n </sky-key-info-value>\n </sky-key-info>\n </ng-template>\n <a\n *ngIf=\"item.permalink.route\"\n [skyAppLink]=\"item.permalink.route.commands\"\n [queryParams]=\"item.permalink.route.extras?.queryParams\"\n [queryParamsHandling]=\"\n item.permalink.route.extras?.queryParamsHandling\n \"\n [fragment]=\"item.permalink.route.extras?.fragment\"\n [preserveFragment]=\"item.permalink.route.extras?.preserveFragment\"\n [skipLocationChange]=\"item.permalink.route.extras?.skipLocationChange\"\n [replaceUrl]=\"item.permalink.route.extras?.replaceUrl\"\n [state]=\"item.permalink.route.extras?.state\"\n class=\"\n sky-needs-attention-item\n sky-padding-vertical-lg\n sky-border-bottom-row\n \"\n >\n <ng-container *ngTemplateOutlet=\"link\"></ng-container>\n </a>\n <a\n *ngIf=\"item.permalink.url\"\n [skyHref]=\"item.permalink.url\"\n class=\"\n sky-needs-attention-item\n sky-padding-vertical-lg\n sky-border-bottom-row\n \"\n >\n <ng-container *ngTemplateOutlet=\"link\"></ng-container>\n </a>\n </sky-column>\n </sky-row>\n </sky-fluid-grid>\n</div>\n", styles: [".sky-needs-attention-container{background-color:#fff}.sky-needs-attention-item{display:flex;flex-wrap:nowrap;align-items:center}.sky-needs-attention-item-icon{color:#686c73}.sky-needs-attention-item-key-info{flex-grow:1}.sky-needs-attention-item-icon{order:1}.sky-needs-attention-item sky-key-info-value{color:#0974a1}.sky-needs-attention-item:hover sky-key-info-value,.sky-needs-attention-item:hover sky-key-info-label{text-decoration:underline}.sky-needs-attention-item:focus{outline:none}.sky-needs-attention-item:focus:not(:active){border:none;box-shadow:inset 0 0 0 2px #1870b8,0 1px 8px #0000004d}sky-column:last-child>a{border-bottom:none}\n"], components: [{ type: i1__namespace.λ22, selector: "sky-fluid-grid", inputs: ["disableMargin", "gutterSize"] }, { type: i1__namespace.λ23, selector: "sky-row", inputs: ["reverseColumnOrder"] }, { type: i1__namespace.λ24, selector: "sky-column", inputs: ["screenXSmall", "screenSmall", "screenMedium", "screenLarge"] }, { type: i2__namespace.λ4, selector: "sky-icon", inputs: ["icon", "iconType", "size", "fixedWidth", "variant"] }, { type: i2__namespace.λ8, selector: "sky-key-info", inputs: ["layout"] }, { type: i2__namespace.λ6, selector: "sky-key-info-label" }, { type: i2__namespace.λ7, selector: "sky-key-info-value" }], directives: [{ type: i3__namespace.λ2, selector: "[skyThemeClass]", inputs: ["class", "skyThemeClass"] }, { type: i2__namespace$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2__namespace$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3__namespace.λ3, selector: "[skyThemeIf]", inputs: ["skyThemeIf"] }, { type: i4__namespace.λ3, selector: "[skyAppLink]", inputs: ["skyAppLink"] }, { type: i2__namespace$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i4__namespace.λ1, selector: "[skyHref]", inputs: ["skyHref", "skyHrefElse"] }], pipes: { "skyLibResources": i6__namespace.SkyLibResourcesPipe } });
61
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyNeedsAttentionComponent, decorators: [{
62
62
  type: i0.Component,
63
63
  args: [{
64
64
  selector: 'sky-needs-attention',
@@ -75,14 +75,14 @@
75
75
  }
76
76
  return SkyPageHeaderComponent;
77
77
  }());
78
- SkyPageHeaderComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyPageHeaderComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
79
- SkyPageHeaderComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: SkyPageHeaderComponent, selector: "sky-page-header", inputs: { parentLink: "parentLink", pageTitle: "pageTitle" }, ngImport: i0__namespace, template: "<h1 class=\"sky-page-header\">\n <span *ngIf=\"parentLink\" class=\"sky-page-header-parent-link-wrapper\">\n <a\n *ngIf=\"parentLink.permalink?.url\"\n [skyHref]=\"parentLink.permalink.url\"\n class=\"sky-font-heading-1 sky-page-header-parent-link\"\n >{{ parentLink.label }}</a\n >\n <a\n *ngIf=\"parentLink.permalink?.route\"\n [skyAppLink]=\"parentLink.permalink.route.commands\"\n [queryParams]=\"parentLink.permalink.route.extras?.queryParams\"\n [queryParamsHandling]=\"\n parentLink.permalink.route.extras?.queryParamsHandling\n \"\n [fragment]=\"parentLink.permalink.route.extras?.fragment\"\n [preserveFragment]=\"parentLink.permalink.route.extras?.preserveFragment\"\n [skipLocationChange]=\"\n parentLink.permalink.route.extras?.skipLocationChange\n \"\n [replaceUrl]=\"parentLink.permalink.route.extras?.replaceUrl\"\n [state]=\"parentLink.permalink.route.extras?.state\"\n class=\"sky-font-heading-1 sky-page-header-parent-link\"\n >{{ parentLink.label }}</a\n >\n <span class=\"sky-page-header-chevron\">\n <sky-icon *skyThemeIf=\"'default'\" icon=\"chevron-right\"></sky-icon>\n <sky-icon\n *skyThemeIf=\"'modern'\"\n icon=\"chevron-right\"\n iconType=\"skyux\"\n ></sky-icon>\n </span>\n </span>\n <wbr *ngIf=\"parentLink\" />\n <span class=\"sky-page-header-page-title sky-font-heading-1\">\n {{ pageTitle }}\n </span>\n</h1>\n", styles: [".sky-page-header-page-title,.sky-page-header-parent-link-wrapper{display:inline-block;block-size:-webkit-fit-content;block-size:-moz-fit-content;block-size:fit-content}.sky-page-header-parent-link{color:#0974a1}.sky-page-header-chevron{font-size:16px;margin:0 10px}.sky-page-header-chevron,.sky-page-header-parent-link,.sky-page-header-page-title{vertical-align:middle}:host-context(.sky-theme-modern) .sky-page-header-parent-link{color:#1870b8}.sky-theme-modern .sky-page-header-parent-link{color:#1870b8}:host-context(.sky-theme-modern.sky-theme-mode-dark) .sky-page-header-parent-link{color:#009cd1}.sky-theme-modern.sky-theme-mode-dark .sky-page-header-parent-link{color:#009cd1}\n"], components: [{ type: i2__namespace.λ4, selector: "sky-icon", inputs: ["icon", "iconType", "size", "fixedWidth", "variant"] }], directives: [{ type: i2__namespace$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4__namespace.λ1, selector: "[skyHref]", inputs: ["skyHref", "skyHrefElse"] }, { type: i4__namespace.λ3, selector: "[skyAppLink]", inputs: ["skyAppLink"] }, { type: i3__namespace.λ3, selector: "[skyThemeIf]", inputs: ["skyThemeIf"] }] });
80
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyPageHeaderComponent, decorators: [{
78
+ SkyPageHeaderComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyPageHeaderComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
79
+ SkyPageHeaderComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SkyPageHeaderComponent, selector: "sky-page-header", inputs: { parentLink: "parentLink", pageTitle: "pageTitle" }, ngImport: i0__namespace, template: "<h1 class=\"sky-page-header\">\n <span *ngIf=\"parentLink\" class=\"sky-page-header-parent-link-wrapper\">\n <a\n *ngIf=\"parentLink.permalink?.url\"\n [skyHref]=\"parentLink.permalink.url\"\n class=\"sky-font-heading-1 sky-page-header-parent-link\"\n >{{ parentLink.label }}</a\n >\n <a\n *ngIf=\"parentLink.permalink?.route\"\n [skyAppLink]=\"parentLink.permalink.route.commands\"\n [queryParams]=\"parentLink.permalink.route.extras?.queryParams\"\n [queryParamsHandling]=\"\n parentLink.permalink.route.extras?.queryParamsHandling\n \"\n [fragment]=\"parentLink.permalink.route.extras?.fragment\"\n [preserveFragment]=\"parentLink.permalink.route.extras?.preserveFragment\"\n [skipLocationChange]=\"\n parentLink.permalink.route.extras?.skipLocationChange\n \"\n [replaceUrl]=\"parentLink.permalink.route.extras?.replaceUrl\"\n [state]=\"parentLink.permalink.route.extras?.state\"\n class=\"sky-font-heading-1 sky-page-header-parent-link\"\n >{{ parentLink.label }}</a\n >\n <span class=\"sky-page-header-chevron\">\n <sky-icon *skyThemeIf=\"'default'\" icon=\"chevron-right\"></sky-icon>\n <sky-icon\n *skyThemeIf=\"'modern'\"\n icon=\"chevron-right\"\n iconType=\"skyux\"\n ></sky-icon>\n </span>\n </span>\n <wbr *ngIf=\"parentLink\" />\n <span class=\"sky-page-header-page-title sky-font-heading-1\">\n {{ pageTitle }}\n </span>\n</h1>\n", styles: [".sky-page-header-page-title,.sky-page-header-parent-link-wrapper{display:inline-block;block-size:-moz-fit-content;block-size:fit-content}.sky-page-header-parent-link{color:#0974a1}.sky-page-header-chevron{font-size:16px;margin:0 10px}.sky-page-header-chevron,.sky-page-header-parent-link,.sky-page-header-page-title{vertical-align:middle}:host-context(.sky-theme-modern) .sky-page-header-parent-link{color:#1870b8}.sky-theme-modern .sky-page-header-parent-link{color:#1870b8}:host-context(.sky-theme-modern.sky-theme-mode-dark) .sky-page-header-parent-link{color:#009cd1}.sky-theme-modern.sky-theme-mode-dark .sky-page-header-parent-link{color:#009cd1}\n"], components: [{ type: i2__namespace.λ4, selector: "sky-icon", inputs: ["icon", "iconType", "size", "fixedWidth", "variant"] }], directives: [{ type: i2__namespace$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4__namespace.λ1, selector: "[skyHref]", inputs: ["skyHref", "skyHrefElse"] }, { type: i4__namespace.λ3, selector: "[skyAppLink]", inputs: ["skyAppLink"] }, { type: i3__namespace.λ3, selector: "[skyThemeIf]", inputs: ["skyThemeIf"] }] });
80
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyPageHeaderComponent, decorators: [{
81
81
  type: i0.Component,
82
82
  args: [{
83
83
  selector: 'sky-page-header',
84
84
  template: "<h1 class=\"sky-page-header\">\n <span *ngIf=\"parentLink\" class=\"sky-page-header-parent-link-wrapper\">\n <a\n *ngIf=\"parentLink.permalink?.url\"\n [skyHref]=\"parentLink.permalink.url\"\n class=\"sky-font-heading-1 sky-page-header-parent-link\"\n >{{ parentLink.label }}</a\n >\n <a\n *ngIf=\"parentLink.permalink?.route\"\n [skyAppLink]=\"parentLink.permalink.route.commands\"\n [queryParams]=\"parentLink.permalink.route.extras?.queryParams\"\n [queryParamsHandling]=\"\n parentLink.permalink.route.extras?.queryParamsHandling\n \"\n [fragment]=\"parentLink.permalink.route.extras?.fragment\"\n [preserveFragment]=\"parentLink.permalink.route.extras?.preserveFragment\"\n [skipLocationChange]=\"\n parentLink.permalink.route.extras?.skipLocationChange\n \"\n [replaceUrl]=\"parentLink.permalink.route.extras?.replaceUrl\"\n [state]=\"parentLink.permalink.route.extras?.state\"\n class=\"sky-font-heading-1 sky-page-header-parent-link\"\n >{{ parentLink.label }}</a\n >\n <span class=\"sky-page-header-chevron\">\n <sky-icon *skyThemeIf=\"'default'\" icon=\"chevron-right\"></sky-icon>\n <sky-icon\n *skyThemeIf=\"'modern'\"\n icon=\"chevron-right\"\n iconType=\"skyux\"\n ></sky-icon>\n </span>\n </span>\n <wbr *ngIf=\"parentLink\" />\n <span class=\"sky-page-header-page-title sky-font-heading-1\">\n {{ pageTitle }}\n </span>\n</h1>\n",
85
- styles: [".sky-page-header-page-title,.sky-page-header-parent-link-wrapper{display:inline-block;block-size:-webkit-fit-content;block-size:-moz-fit-content;block-size:fit-content}.sky-page-header-parent-link{color:#0974a1}.sky-page-header-chevron{font-size:16px;margin:0 10px}.sky-page-header-chevron,.sky-page-header-parent-link,.sky-page-header-page-title{vertical-align:middle}:host-context(.sky-theme-modern) .sky-page-header-parent-link{color:#1870b8}.sky-theme-modern .sky-page-header-parent-link{color:#1870b8}:host-context(.sky-theme-modern.sky-theme-mode-dark) .sky-page-header-parent-link{color:#009cd1}.sky-theme-modern.sky-theme-mode-dark .sky-page-header-parent-link{color:#009cd1}\n"],
85
+ styles: [".sky-page-header-page-title,.sky-page-header-parent-link-wrapper{display:inline-block;block-size:-moz-fit-content;block-size:fit-content}.sky-page-header-parent-link{color:#0974a1}.sky-page-header-chevron{font-size:16px;margin:0 10px}.sky-page-header-chevron,.sky-page-header-parent-link,.sky-page-header-page-title{vertical-align:middle}:host-context(.sky-theme-modern) .sky-page-header-parent-link{color:#1870b8}.sky-theme-modern .sky-page-header-parent-link{color:#1870b8}:host-context(.sky-theme-modern.sky-theme-mode-dark) .sky-page-header-parent-link{color:#009cd1}.sky-theme-modern.sky-theme-mode-dark .sky-page-header-parent-link{color:#009cd1}\n"],
86
86
  }]
87
87
  }], propDecorators: { parentLink: [{
88
88
  type: i0.Input
@@ -95,14 +95,14 @@
95
95
  }
96
96
  return SkyPageHeaderModule;
97
97
  }());
98
- SkyPageHeaderModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyPageHeaderModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
99
- SkyPageHeaderModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyPageHeaderModule, declarations: [SkyPageHeaderComponent], imports: [i2$1.CommonModule,
98
+ SkyPageHeaderModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyPageHeaderModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
99
+ SkyPageHeaderModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyPageHeaderModule, declarations: [SkyPageHeaderComponent], imports: [i2$1.CommonModule,
100
100
  router.RouterModule,
101
101
  i4.SkyAppLinkModule,
102
102
  i2.SkyIconModule,
103
103
  i3.SkyThemeModule,
104
104
  i4.SkyHrefModule], exports: [SkyPageHeaderComponent] });
105
- SkyPageHeaderModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyPageHeaderModule, imports: [[
105
+ SkyPageHeaderModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyPageHeaderModule, imports: [[
106
106
  i2$1.CommonModule,
107
107
  router.RouterModule,
108
108
  i4.SkyAppLinkModule,
@@ -110,7 +110,7 @@
110
110
  i3.SkyThemeModule,
111
111
  i4.SkyHrefModule,
112
112
  ]] });
113
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyPageHeaderModule, decorators: [{
113
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyPageHeaderModule, decorators: [{
114
114
  type: i0.NgModule,
115
115
  args: [{
116
116
  imports: [
@@ -140,9 +140,9 @@
140
140
  }
141
141
  return SkyActionHubButtonsComponent;
142
142
  }());
143
- SkyActionHubButtonsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyActionHubButtonsComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
144
- SkyActionHubButtonsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: SkyActionHubButtonsComponent, selector: "sky-action-hub-buttons", ngImport: i0__namespace, template: "<ng-content></ng-content>\n" });
145
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyActionHubButtonsComponent, decorators: [{
143
+ SkyActionHubButtonsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyActionHubButtonsComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
144
+ SkyActionHubButtonsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SkyActionHubButtonsComponent, selector: "sky-action-hub-buttons", ngImport: i0__namespace, template: "<ng-content></ng-content>\n" });
145
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyActionHubButtonsComponent, decorators: [{
146
146
  type: i0.Component,
147
147
  args: [{
148
148
  selector: 'sky-action-hub-buttons',
@@ -158,9 +158,9 @@
158
158
  }
159
159
  return SkyActionHubContentComponent;
160
160
  }());
161
- SkyActionHubContentComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyActionHubContentComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
162
- SkyActionHubContentComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: SkyActionHubContentComponent, selector: "sky-action-hub-content", ngImport: i0__namespace, template: "<ng-content></ng-content>\n" });
163
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyActionHubContentComponent, decorators: [{
161
+ SkyActionHubContentComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyActionHubContentComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
162
+ SkyActionHubContentComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SkyActionHubContentComponent, selector: "sky-action-hub-content", ngImport: i0__namespace, template: "<ng-content></ng-content>\n" });
163
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyActionHubContentComponent, decorators: [{
164
164
  type: i0.Component,
165
165
  args: [{
166
166
  selector: 'sky-action-hub-content',
@@ -175,19 +175,20 @@
175
175
  var SkyActionHubComponent = /** @class */ (function () {
176
176
  function SkyActionHubComponent() {
177
177
  /**
178
- * Provides a list of actions that users must perform based on business requirements or best practices, or `'loading'` to display a wait indicator.
178
+ * Provides a list of actions that users must perform based on business requirements or best practices, or `"loading"` to display a wait indicator.
179
179
  */
180
180
  this.needsAttention = [];
181
181
  /**
182
- * Provides a list of recently accessed links, or `'loading'` to display a wait indicator.
182
+ * Provides a list of recently accessed links, or `"loading"` to display a wait indicator.
183
183
  */
184
184
  this.recentLinks = [];
185
185
  /**
186
- * Provides a list of related links, or `'loading'` to display a wait indicator.
186
+ * Provides a list of related links, or `"loading"` to display a wait indicator.
187
187
  */
188
188
  this.relatedLinks = [];
189
189
  /**
190
190
  * Specifies the page title.
191
+ * @default ""
191
192
  */
192
193
  this.title = '';
193
194
  }
@@ -232,9 +233,9 @@
232
233
  };
233
234
  return SkyActionHubComponent;
234
235
  }());
235
- SkyActionHubComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyActionHubComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
236
- SkyActionHubComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: SkyActionHubComponent, selector: "sky-action-hub", inputs: { needsAttention: "needsAttention", parentLink: "parentLink", recentLinks: "recentLinks", relatedLinks: "relatedLinks", title: "title" }, ngImport: i0__namespace, template: "<ng-template #loadingTemplateRef>\n <sky-wait [isWaiting]=\"true\"></sky-wait>\n</ng-template>\n<sky-fluid-grid>\n <sky-row>\n <sky-column>\n <sky-page-header\n [pageTitle]=\"title\"\n [parentLink]=\"parentLink\"\n ></sky-page-header>\n </sky-column>\n </sky-row>\n <sky-row>\n <sky-column screenLarge=\"9\" screenXSmall=\"12\">\n <div\n [skyThemeClass]=\"{\n 'sky-margin-stacked-separate': 'default',\n 'sky-margin-stacked-xl': 'modern'\n }\"\n >\n <ng-content select=\"sky-action-hub-buttons\"></ng-content>\n </div>\n\n <div\n [skyThemeClass]=\"{\n 'sky-margin-stacked-separate': 'default',\n 'sky-margin-stacked-xxl': 'modern'\n }\"\n >\n <ng-container\n *ngIf=\"\n needsAttention === 'loading';\n then loadingTemplateRef;\n else needsAttentionTemplateRef\n \"\n ></ng-container>\n <ng-template #needsAttentionTemplateRef>\n <sky-needs-attention [items]=\"needsAttention\"></sky-needs-attention>\n </ng-template>\n </div>\n\n <div\n [skyThemeClass]=\"{\n 'sky-margin-stacked-separate': 'default',\n 'sky-margin-stacked-xxl': 'modern'\n }\"\n >\n <ng-content select=\"sky-action-hub-content\"></ng-content>\n </div>\n </sky-column>\n <sky-column screenLarge=\"3\" screenXSmall=\"12\">\n <sky-link-list\n [links]=\"getRelatedLinksSorted(relatedLinks)\"\n [title]=\"'sky_action_hub_related_links' | skyLibResources\"\n ></sky-link-list>\n <sky-link-list\n [links]=\"getRecentLinksSorted(recentLinks, 5)\"\n [title]=\"'sky_action_hub_recent_links' | skyLibResources\"\n ></sky-link-list>\n </sky-column>\n </sky-row>\n</sky-fluid-grid>\n", components: [{ type: i2__namespace.λ14, selector: "sky-wait", inputs: ["ariaLabel", "isWaiting", "isFullPage", "isNonBlocking"] }, { type: i1__namespace.λ22, selector: "sky-fluid-grid", inputs: ["disableMargin", "gutterSize"] }, { type: i1__namespace.λ23, selector: "sky-row", inputs: ["reverseColumnOrder"] }, { type: i1__namespace.λ24, selector: "sky-column", inputs: ["screenXSmall", "screenSmall", "screenMedium", "screenLarge"] }, { type: SkyPageHeaderComponent, selector: "sky-page-header", inputs: ["parentLink", "pageTitle"] }, { type: SkyNeedsAttentionComponent, selector: "sky-needs-attention", inputs: ["items"] }, { type: SkyLinkListComponent, selector: "sky-link-list", inputs: ["links", "title"] }], directives: [{ type: i3__namespace.λ2, selector: "[skyThemeClass]", inputs: ["class", "skyThemeClass"] }, { type: i2__namespace$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "skyLibResources": i6__namespace.SkyLibResourcesPipe }, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
237
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyActionHubComponent, decorators: [{
236
+ SkyActionHubComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyActionHubComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
237
+ SkyActionHubComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SkyActionHubComponent, selector: "sky-action-hub", inputs: { needsAttention: "needsAttention", parentLink: "parentLink", recentLinks: "recentLinks", relatedLinks: "relatedLinks", title: "title" }, ngImport: i0__namespace, template: "<ng-template #loadingTemplateRef>\n <sky-wait [isWaiting]=\"true\"></sky-wait>\n</ng-template>\n<sky-fluid-grid>\n <sky-row>\n <sky-column>\n <sky-page-header\n [pageTitle]=\"title\"\n [parentLink]=\"parentLink\"\n ></sky-page-header>\n </sky-column>\n </sky-row>\n <sky-row>\n <sky-column screenLarge=\"9\" screenXSmall=\"12\">\n <div\n [skyThemeClass]=\"{\n 'sky-margin-stacked-separate': 'default',\n 'sky-margin-stacked-xl': 'modern'\n }\"\n >\n <ng-content select=\"sky-action-hub-buttons\"></ng-content>\n </div>\n\n <div\n [skyThemeClass]=\"{\n 'sky-margin-stacked-separate': 'default',\n 'sky-margin-stacked-xxl': 'modern'\n }\"\n >\n <ng-container\n *ngIf=\"\n needsAttention === 'loading';\n then loadingTemplateRef;\n else needsAttentionTemplateRef\n \"\n ></ng-container>\n <ng-template #needsAttentionTemplateRef>\n <sky-needs-attention [items]=\"needsAttention\"></sky-needs-attention>\n </ng-template>\n </div>\n\n <div\n [skyThemeClass]=\"{\n 'sky-margin-stacked-separate': 'default',\n 'sky-margin-stacked-xxl': 'modern'\n }\"\n >\n <ng-content select=\"sky-action-hub-content\"></ng-content>\n </div>\n </sky-column>\n <sky-column screenLarge=\"3\" screenXSmall=\"12\">\n <sky-link-list\n [links]=\"getRelatedLinksSorted(relatedLinks)\"\n [title]=\"'sky_action_hub_related_links' | skyLibResources\"\n ></sky-link-list>\n <sky-link-list\n [links]=\"getRecentLinksSorted(recentLinks, 5)\"\n [title]=\"'sky_action_hub_recent_links' | skyLibResources\"\n ></sky-link-list>\n </sky-column>\n </sky-row>\n</sky-fluid-grid>\n", components: [{ type: i2__namespace.λ14, selector: "sky-wait", inputs: ["ariaLabel", "isWaiting", "isFullPage", "isNonBlocking"] }, { type: i1__namespace.λ22, selector: "sky-fluid-grid", inputs: ["disableMargin", "gutterSize"] }, { type: i1__namespace.λ23, selector: "sky-row", inputs: ["reverseColumnOrder"] }, { type: i1__namespace.λ24, selector: "sky-column", inputs: ["screenXSmall", "screenSmall", "screenMedium", "screenLarge"] }, { type: SkyPageHeaderComponent, selector: "sky-page-header", inputs: ["parentLink", "pageTitle"] }, { type: SkyNeedsAttentionComponent, selector: "sky-needs-attention", inputs: ["items"] }, { type: SkyLinkListComponent, selector: "sky-link-list", inputs: ["links", "title"] }], directives: [{ type: i3__namespace.λ2, selector: "[skyThemeClass]", inputs: ["class", "skyThemeClass"] }, { type: i2__namespace$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "skyLibResources": i6__namespace.SkyLibResourcesPipe }, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
238
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyActionHubComponent, decorators: [{
238
239
  type: i0.Component,
239
240
  args: [{
240
241
  selector: 'sky-action-hub',
@@ -285,16 +286,16 @@
285
286
  }
286
287
  return PagesResourcesModule;
287
288
  }());
288
- PagesResourcesModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: PagesResourcesModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
289
- PagesResourcesModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: PagesResourcesModule, exports: [i6.SkyI18nModule] });
290
- PagesResourcesModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: PagesResourcesModule, providers: [
289
+ PagesResourcesModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PagesResourcesModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
290
+ PagesResourcesModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PagesResourcesModule, exports: [i6.SkyI18nModule] });
291
+ PagesResourcesModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PagesResourcesModule, providers: [
291
292
  {
292
293
  provide: i6.SKY_LIB_RESOURCES_PROVIDERS,
293
294
  useClass: PagesResourcesProvider,
294
295
  multi: true,
295
296
  },
296
297
  ], imports: [i6.SkyI18nModule] });
297
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: PagesResourcesModule, decorators: [{
298
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PagesResourcesModule, decorators: [{
298
299
  type: i0.NgModule,
299
300
  args: [{
300
301
  exports: [i6.SkyI18nModule],
@@ -313,8 +314,8 @@
313
314
  }
314
315
  return SkyActionHubModule;
315
316
  }());
316
- SkyActionHubModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyActionHubModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
317
- SkyActionHubModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyActionHubModule, declarations: [SkyActionHubButtonsComponent,
317
+ SkyActionHubModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyActionHubModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
318
+ SkyActionHubModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyActionHubModule, declarations: [SkyActionHubButtonsComponent,
318
319
  SkyActionHubComponent,
319
320
  SkyActionHubContentComponent,
320
321
  SkyNeedsAttentionComponent,
@@ -333,7 +334,7 @@
333
334
  i4.SkyHrefModule], exports: [SkyActionHubButtonsComponent,
334
335
  SkyActionHubComponent,
335
336
  SkyActionHubContentComponent] });
336
- SkyActionHubModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyActionHubModule, imports: [[
337
+ SkyActionHubModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyActionHubModule, imports: [[
337
338
  i2$1.CommonModule,
338
339
  PagesResourcesModule,
339
340
  router.RouterModule,
@@ -348,7 +349,7 @@
348
349
  i2.SkyWaitModule,
349
350
  i4.SkyHrefModule,
350
351
  ]] });
351
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: SkyActionHubModule, decorators: [{
352
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyActionHubModule, decorators: [{
352
353
  type: i0.NgModule,
353
354
  args: [{
354
355
  imports: [
@@ -29,6 +29,8 @@
29
29
  "name": "NgModule",
30
30
  "type": {
31
31
  "type": "reference",
32
+ "qualifiedName": "NgModuleDecorator",
33
+ "package": "@angular/core",
32
34
  "name": "NgModule"
33
35
  },
34
36
  "arguments": {
@@ -87,6 +89,8 @@
87
89
  "name": "NgModule",
88
90
  "type": {
89
91
  "type": "reference",
92
+ "qualifiedName": "NgModuleDecorator",
93
+ "package": "@angular/core",
90
94
  "name": "NgModule"
91
95
  },
92
96
  "arguments": {
@@ -148,6 +152,8 @@
148
152
  "name": "Component",
149
153
  "type": {
150
154
  "type": "reference",
155
+ "qualifiedName": "ComponentDecorator",
156
+ "package": "@angular/core",
151
157
  "name": "Component"
152
158
  },
153
159
  "arguments": {
@@ -186,13 +192,15 @@
186
192
  "isPublic": true
187
193
  },
188
194
  "comment": {
189
- "shortText": "Provides a list of actions that users must perform based on business requirements or best practices, or `'loading'` to display a wait indicator."
195
+ "shortText": "Provides a list of actions that users must perform based on business requirements or best practices, or `\"loading\"` to display a wait indicator."
190
196
  },
191
197
  "decorators": [
192
198
  {
193
199
  "name": "Input",
194
200
  "type": {
195
201
  "type": "reference",
202
+ "qualifiedName": "InputDecorator",
203
+ "package": "@angular/core",
196
204
  "name": "Input"
197
205
  },
198
206
  "arguments": {}
@@ -240,6 +248,8 @@
240
248
  "name": "Input",
241
249
  "type": {
242
250
  "type": "reference",
251
+ "qualifiedName": "InputDecorator",
252
+ "package": "@angular/core",
243
253
  "name": "Input"
244
254
  },
245
255
  "arguments": {}
@@ -267,13 +277,15 @@
267
277
  "isPublic": true
268
278
  },
269
279
  "comment": {
270
- "shortText": "Provides a list of recently accessed links, or `'loading'` to display a wait indicator."
280
+ "shortText": "Provides a list of recently accessed links, or `\"loading\"` to display a wait indicator."
271
281
  },
272
282
  "decorators": [
273
283
  {
274
284
  "name": "Input",
275
285
  "type": {
276
286
  "type": "reference",
287
+ "qualifiedName": "InputDecorator",
288
+ "package": "@angular/core",
277
289
  "name": "Input"
278
290
  },
279
291
  "arguments": {}
@@ -314,13 +326,15 @@
314
326
  "isPublic": true
315
327
  },
316
328
  "comment": {
317
- "shortText": "Provides a list of related links, or `'loading'` to display a wait indicator."
329
+ "shortText": "Provides a list of related links, or `\"loading\"` to display a wait indicator."
318
330
  },
319
331
  "decorators": [
320
332
  {
321
333
  "name": "Input",
322
334
  "type": {
323
335
  "type": "reference",
336
+ "qualifiedName": "InputDecorator",
337
+ "package": "@angular/core",
324
338
  "name": "Input"
325
339
  },
326
340
  "arguments": {}
@@ -361,13 +375,21 @@
361
375
  "isPublic": true
362
376
  },
363
377
  "comment": {
364
- "shortText": "Specifies the page title."
378
+ "shortText": "Specifies the page title.",
379
+ "tags": [
380
+ {
381
+ "tag": "default",
382
+ "text": "\"\"\n"
383
+ }
384
+ ]
365
385
  },
366
386
  "decorators": [
367
387
  {
368
388
  "name": "Input",
369
389
  "type": {
370
390
  "type": "reference",
391
+ "qualifiedName": "InputDecorator",
392
+ "package": "@angular/core",
371
393
  "name": "Input"
372
394
  },
373
395
  "arguments": {}
@@ -376,7 +398,7 @@
376
398
  "sources": [
377
399
  {
378
400
  "fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
379
- "line": 45,
401
+ "line": 46,
380
402
  "character": 9
381
403
  }
382
404
  ],
@@ -397,7 +419,7 @@
397
419
  "sources": [
398
420
  {
399
421
  "fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
400
- "line": 47,
422
+ "line": 48,
401
423
  "character": 9
402
424
  }
403
425
  ],
@@ -476,7 +498,7 @@
476
498
  "sources": [
477
499
  {
478
500
  "fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
479
- "line": 76,
501
+ "line": 77,
480
502
  "character": 9
481
503
  }
482
504
  ],
@@ -585,6 +607,8 @@
585
607
  "name": "Component",
586
608
  "type": {
587
609
  "type": "reference",
610
+ "qualifiedName": "ComponentDecorator",
611
+ "package": "@angular/core",
588
612
  "name": "Component"
589
613
  },
590
614
  "arguments": {
@@ -646,6 +670,8 @@
646
670
  "name": "Component",
647
671
  "type": {
648
672
  "type": "reference",
673
+ "qualifiedName": "ComponentDecorator",
674
+ "package": "@angular/core",
649
675
  "name": "Component"
650
676
  },
651
677
  "arguments": {
@@ -704,6 +730,8 @@
704
730
  "name": "Component",
705
731
  "type": {
706
732
  "type": "reference",
733
+ "qualifiedName": "ComponentDecorator",
734
+ "package": "@angular/core",
707
735
  "name": "Component"
708
736
  },
709
737
  "arguments": {
@@ -746,6 +774,8 @@
746
774
  "name": "Input",
747
775
  "type": {
748
776
  "type": "reference",
777
+ "qualifiedName": "InputDecorator",
778
+ "package": "@angular/core",
749
779
  "name": "Input"
750
780
  },
751
781
  "arguments": {}
@@ -777,6 +807,8 @@
777
807
  "name": "Input",
778
808
  "type": {
779
809
  "type": "reference",
810
+ "qualifiedName": "InputDecorator",
811
+ "package": "@angular/core",
780
812
  "name": "Input"
781
813
  },
782
814
  "arguments": {}
@@ -889,7 +921,7 @@
889
921
  },
890
922
  "sources": [
891
923
  {
892
- "fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention.ts",
924
+ "fileName": "lib/modules/action-hub/types/action-hub-needs-attention.ts",
893
925
  "line": 20,
894
926
  "character": 4
895
927
  }
@@ -911,7 +943,7 @@
911
943
  "flags": {},
912
944
  "sources": [
913
945
  {
914
- "fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention.ts",
946
+ "fileName": "lib/modules/action-hub/types/action-hub-needs-attention.ts",
915
947
  "line": 21,
916
948
  "character": 6
917
949
  }
@@ -934,13 +966,15 @@
934
966
  },
935
967
  "sources": [
936
968
  {
937
- "fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention.ts",
969
+ "fileName": "lib/modules/action-hub/types/action-hub-needs-attention.ts",
938
970
  "line": 22,
939
971
  "character": 6
940
972
  }
941
973
  ],
942
974
  "type": {
943
975
  "type": "reference",
976
+ "qualifiedName": "NavigationExtras",
977
+ "package": "@angular/router",
944
978
  "name": "NavigationExtras"
945
979
  }
946
980
  }
@@ -968,7 +1002,7 @@
968
1002
  },
969
1003
  "sources": [
970
1004
  {
971
- "fileName": "projects/pages/src/modules/action-hub/types/action-hub-needs-attention.ts",
1005
+ "fileName": "lib/modules/action-hub/types/action-hub-needs-attention.ts",
972
1006
  "line": 24,
973
1007
  "character": 4
974
1008
  }
@@ -1099,7 +1133,7 @@
1099
1133
  },
1100
1134
  "sources": [
1101
1135
  {
1102
- "fileName": "projects/pages/src/modules/action-hub/types/page-link.ts",
1136
+ "fileName": "lib/modules/action-hub/types/page-link.ts",
1103
1137
  "line": 15,
1104
1138
  "character": 4
1105
1139
  }
@@ -1121,7 +1155,7 @@
1121
1155
  "flags": {},
1122
1156
  "sources": [
1123
1157
  {
1124
- "fileName": "projects/pages/src/modules/action-hub/types/page-link.ts",
1158
+ "fileName": "lib/modules/action-hub/types/page-link.ts",
1125
1159
  "line": 16,
1126
1160
  "character": 6
1127
1161
  }
@@ -1144,13 +1178,15 @@
1144
1178
  },
1145
1179
  "sources": [
1146
1180
  {
1147
- "fileName": "projects/pages/src/modules/action-hub/types/page-link.ts",
1181
+ "fileName": "lib/modules/action-hub/types/page-link.ts",
1148
1182
  "line": 17,
1149
1183
  "character": 6
1150
1184
  }
1151
1185
  ],
1152
1186
  "type": {
1153
1187
  "type": "reference",
1188
+ "qualifiedName": "NavigationExtras",
1189
+ "package": "@angular/router",
1154
1190
  "name": "NavigationExtras"
1155
1191
  }
1156
1192
  }
@@ -1178,7 +1214,7 @@
1178
1214
  },
1179
1215
  "sources": [
1180
1216
  {
1181
- "fileName": "projects/pages/src/modules/action-hub/types/page-link.ts",
1217
+ "fileName": "lib/modules/action-hub/types/page-link.ts",
1182
1218
  "line": 19,
1183
1219
  "character": 4
1184
1220
  }
@@ -1292,6 +1328,8 @@
1292
1328
  },
1293
1329
  {
1294
1330
  "type": "reference",
1331
+ "qualifiedName": "Date",
1332
+ "package": "typescript",
1295
1333
  "name": "Date"
1296
1334
  }
1297
1335
  ]
@@ -1332,7 +1370,7 @@
1332
1370
  },
1333
1371
  "sources": [
1334
1372
  {
1335
- "fileName": "projects/pages/src/modules/action-hub/types/page-link.ts",
1373
+ "fileName": "lib/modules/action-hub/types/page-link.ts",
1336
1374
  "line": 15,
1337
1375
  "character": 4
1338
1376
  }
@@ -1354,7 +1392,7 @@
1354
1392
  "flags": {},
1355
1393
  "sources": [
1356
1394
  {
1357
- "fileName": "projects/pages/src/modules/action-hub/types/page-link.ts",
1395
+ "fileName": "lib/modules/action-hub/types/page-link.ts",
1358
1396
  "line": 16,
1359
1397
  "character": 6
1360
1398
  }
@@ -1377,13 +1415,15 @@
1377
1415
  },
1378
1416
  "sources": [
1379
1417
  {
1380
- "fileName": "projects/pages/src/modules/action-hub/types/page-link.ts",
1418
+ "fileName": "lib/modules/action-hub/types/page-link.ts",
1381
1419
  "line": 17,
1382
1420
  "character": 6
1383
1421
  }
1384
1422
  ],
1385
1423
  "type": {
1386
1424
  "type": "reference",
1425
+ "qualifiedName": "NavigationExtras",
1426
+ "package": "@angular/router",
1387
1427
  "name": "NavigationExtras"
1388
1428
  }
1389
1429
  }
@@ -1411,7 +1451,7 @@
1411
1451
  },
1412
1452
  "sources": [
1413
1453
  {
1414
- "fileName": "projects/pages/src/modules/action-hub/types/page-link.ts",
1454
+ "fileName": "lib/modules/action-hub/types/page-link.ts",
1415
1455
  "line": 19,
1416
1456
  "character": 4
1417
1457
  }
@@ -1493,18 +1533,13 @@
1493
1533
  ],
1494
1534
  "sources": [
1495
1535
  {
1496
- "fileName": "projects/pages/src/public-api.ts",
1536
+ "fileName": "index.ts",
1497
1537
  "line": 1,
1498
1538
  "character": 0
1499
1539
  }
1500
1540
  ]
1501
1541
  },
1502
1542
  "codeExamples": [
1503
- {
1504
- "fileName": ".eslintrc.json",
1505
- "filePath": "/projects/pages/documentation/code-examples/.eslintrc.json",
1506
- "rawContents": "{\n \"extends\": [\"../../.eslintrc.json\"],\n \"overrides\": [\n {\n \"files\": [\"*.ts\"],\n \"rules\": {\n \"@angular-eslint/directive-selector\": [\n \"error\",\n {\n \"type\": \"attribute\",\n \"prefix\": \"app\",\n \"style\": \"camelCase\"\n }\n ],\n \"@angular-eslint/component-selector\": [\n \"error\",\n {\n \"type\": \"element\",\n \"prefix\": \"app\",\n \"style\": \"kebab-case\"\n }\n ]\n }\n }\n ]\n}\n"
1507
- },
1508
1543
  {
1509
1544
  "fileName": "action-hub-demo.component.html",
1510
1545
  "filePath": "/projects/pages/documentation/code-examples/action-hub/action-hub-demo.component.html",
@@ -1521,4 +1556,4 @@
1521
1556
  "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyActionHubModule } from '@skyux/pages';\n\nimport { ActionHubDemoComponent } from './action-hub-demo.component';\n\n@NgModule({\n declarations: [ActionHubDemoComponent],\n exports: [ActionHubDemoComponent],\n imports: [CommonModule, SkyActionHubModule],\n})\nexport class ActionHubDemoModule {}\n"
1522
1557
  }
1523
1558
  ]
1524
- }
1559
+ }