@skyux/pages 5.0.0 → 5.5.0-beta.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.
- package/README.md +6 -4
- package/bundles/skyux-pages.umd.js +77 -67
- package/documentation.json +69 -29
- package/esm2015/index.js +12 -0
- package/esm2015/index.js.map +1 -0
- package/esm2015/lib/modules/action-hub/action-hub-buttons.component.js +23 -0
- package/esm2015/lib/modules/action-hub/action-hub-buttons.component.js.map +1 -0
- package/esm2015/lib/modules/action-hub/action-hub-content.component.js +17 -0
- package/esm2015/lib/modules/action-hub/action-hub-content.component.js.map +1 -0
- package/esm2015/lib/modules/action-hub/action-hub.component.js +95 -0
- package/esm2015/lib/modules/action-hub/action-hub.component.js.map +1 -0
- package/esm2015/lib/modules/action-hub/action-hub.module.js +86 -0
- package/esm2015/lib/modules/action-hub/action-hub.module.js.map +1 -0
- package/esm2015/lib/modules/action-hub/types/action-hub-needs-attention.js +2 -0
- package/esm2015/lib/modules/action-hub/types/action-hub-needs-attention.js.map +1 -0
- package/esm2015/lib/modules/action-hub/types/page-link.js +2 -0
- package/esm2015/lib/modules/action-hub/types/page-link.js.map +1 -0
- package/esm2015/lib/modules/action-hub/types/recent-link.js +2 -0
- package/esm2015/lib/modules/action-hub/types/recent-link.js.map +1 -0
- package/esm2015/lib/modules/link-list/link-list.component.js +23 -0
- package/esm2015/lib/modules/link-list/link-list.component.js.map +1 -0
- package/esm2015/lib/modules/needs-attention/needs-attention.component.js +26 -0
- package/esm2015/lib/modules/needs-attention/needs-attention.component.js.map +1 -0
- package/esm2015/lib/modules/page-header/page-header.component.js +24 -0
- package/esm2015/lib/modules/page-header/page-header.component.js.map +1 -0
- package/esm2015/lib/modules/page-header/page-header.module.js +41 -0
- package/esm2015/lib/modules/page-header/page-header.module.js.map +1 -0
- package/esm2015/lib/modules/shared/pages-resources.module.js +52 -0
- package/esm2015/lib/modules/shared/pages-resources.module.js.map +1 -0
- package/esm2015/skyux-pages.js +2 -2
- package/esm2015/skyux-pages.js.map +1 -0
- package/fesm2015/skyux-pages.js +65 -53
- package/fesm2015/skyux-pages.js.map +1 -1
- package/index.d.ts +9 -0
- package/{modules → lib/modules}/action-hub/action-hub-buttons.component.d.ts +0 -0
- package/{modules → lib/modules}/action-hub/action-hub-content.component.d.ts +0 -0
- package/{modules → lib/modules}/action-hub/action-hub.component.d.ts +4 -3
- package/{modules → lib/modules}/action-hub/action-hub.module.d.ts +0 -0
- package/{modules → lib/modules}/action-hub/types/action-hub-needs-attention.d.ts +0 -0
- package/{modules → lib/modules}/action-hub/types/page-link.d.ts +0 -0
- package/{modules → lib/modules}/action-hub/types/recent-link.d.ts +0 -0
- package/{modules → lib/modules}/link-list/link-list.component.d.ts +0 -0
- package/{modules → lib/modules}/needs-attention/needs-attention.component.d.ts +0 -0
- package/{modules → lib/modules}/page-header/page-header.component.d.ts +0 -0
- package/{modules → lib/modules}/page-header/page-header.module.d.ts +0 -0
- package/{modules → lib/modules}/shared/pages-resources.module.d.ts +0 -0
- package/package.json +22 -8
- package/skyux-pages.d.ts +1 -1
- package/LICENSE +0 -21
- package/bundles/skyux-pages.umd.js.map +0 -1
- package/esm2015/modules/action-hub/action-hub-buttons.component.js +0 -23
- package/esm2015/modules/action-hub/action-hub-content.component.js +0 -17
- package/esm2015/modules/action-hub/action-hub.component.js +0 -94
- package/esm2015/modules/action-hub/action-hub.module.js +0 -86
- package/esm2015/modules/action-hub/types/action-hub-needs-attention.js +0 -2
- package/esm2015/modules/action-hub/types/page-link.js +0 -2
- package/esm2015/modules/action-hub/types/recent-link.js +0 -2
- package/esm2015/modules/link-list/link-list.component.js +0 -23
- package/esm2015/modules/needs-attention/needs-attention.component.js +0 -26
- package/esm2015/modules/page-header/page-header.component.js +0 -24
- package/esm2015/modules/page-header/page-header.module.js +0 -41
- package/esm2015/modules/shared/pages-resources.module.js +0 -41
- package/esm2015/public-api.js +0 -12
- package/public-api.d.ts +0 -9
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
#
|
|
1
|
+
# pages
|
|
2
2
|
|
|
3
|
-
[
|
|
4
|
-
|
|
5
|
-
|
|
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.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/common'), require('@angular/core'), require('@angular/router'), require('@skyux/i18n'), require('@skyux/indicators'), require('@skyux/layout'), require('@skyux/router'), require('@skyux/theme')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define('@skyux/pages', ['exports', '@angular/common', '@angular/core', '@angular/router', '@skyux/i18n', '@skyux/indicators', '@skyux/layout', '@skyux/router', '@skyux/theme'], factory) :
|
|
4
4
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.skyux = global.skyux || {}, global.skyux.pages = {}), global.ng.common, global.ng.core, global.ng.router, global.i6, global.i2, global.i1, global.i4, global.i3));
|
|
5
|
-
}(this, (function (exports, i2$1, i0, router, i6, i2, i1, i4, i3) { 'use strict';
|
|
5
|
+
})(this, (function (exports, i2$1, i0, router, i6, i2, i1, i4, i3) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopNamespace(e) {
|
|
8
8
|
if (e && e.__esModule) return e;
|
|
@@ -13,14 +13,12 @@
|
|
|
13
13
|
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
14
14
|
Object.defineProperty(n, k, d.get ? d : {
|
|
15
15
|
enumerable: true,
|
|
16
|
-
get: function () {
|
|
17
|
-
return e[k];
|
|
18
|
-
}
|
|
16
|
+
get: function () { return e[k]; }
|
|
19
17
|
});
|
|
20
18
|
}
|
|
21
19
|
});
|
|
22
20
|
}
|
|
23
|
-
n[
|
|
21
|
+
n["default"] = e;
|
|
24
22
|
return Object.freeze(n);
|
|
25
23
|
}
|
|
26
24
|
|
|
@@ -37,14 +35,14 @@
|
|
|
37
35
|
}
|
|
38
36
|
return SkyLinkListComponent;
|
|
39
37
|
}());
|
|
40
|
-
SkyLinkListComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
41
|
-
SkyLinkListComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
42
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
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: [{
|
|
43
41
|
type: i0.Component,
|
|
44
42
|
args: [{
|
|
45
43
|
selector: 'sky-link-list',
|
|
46
|
-
|
|
47
|
-
|
|
44
|
+
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",
|
|
45
|
+
styles: [".sky-link-list{list-style:none;margin-left:0;padding-left:0}\n"],
|
|
48
46
|
}]
|
|
49
47
|
}], propDecorators: { links: [{
|
|
50
48
|
type: i0.Input
|
|
@@ -58,14 +56,14 @@
|
|
|
58
56
|
}
|
|
59
57
|
return SkyNeedsAttentionComponent;
|
|
60
58
|
}());
|
|
61
|
-
SkyNeedsAttentionComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
62
|
-
SkyNeedsAttentionComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
63
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
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: [{
|
|
64
62
|
type: i0.Component,
|
|
65
63
|
args: [{
|
|
66
64
|
selector: 'sky-needs-attention',
|
|
67
|
-
|
|
68
|
-
|
|
65
|
+
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",
|
|
66
|
+
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"],
|
|
69
67
|
}]
|
|
70
68
|
}], propDecorators: { items: [{
|
|
71
69
|
type: i0.Input
|
|
@@ -77,14 +75,14 @@
|
|
|
77
75
|
}
|
|
78
76
|
return SkyPageHeaderComponent;
|
|
79
77
|
}());
|
|
80
|
-
SkyPageHeaderComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
81
|
-
SkyPageHeaderComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
82
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
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: [{
|
|
83
81
|
type: i0.Component,
|
|
84
82
|
args: [{
|
|
85
83
|
selector: 'sky-page-header',
|
|
86
|
-
|
|
87
|
-
|
|
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:-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"],
|
|
88
86
|
}]
|
|
89
87
|
}], propDecorators: { parentLink: [{
|
|
90
88
|
type: i0.Input
|
|
@@ -97,22 +95,22 @@
|
|
|
97
95
|
}
|
|
98
96
|
return SkyPageHeaderModule;
|
|
99
97
|
}());
|
|
100
|
-
SkyPageHeaderModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
101
|
-
SkyPageHeaderModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
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,
|
|
102
100
|
router.RouterModule,
|
|
103
101
|
i4.SkyAppLinkModule,
|
|
104
102
|
i2.SkyIconModule,
|
|
105
103
|
i3.SkyThemeModule,
|
|
106
104
|
i4.SkyHrefModule], exports: [SkyPageHeaderComponent] });
|
|
107
|
-
SkyPageHeaderModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
105
|
+
SkyPageHeaderModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyPageHeaderModule, imports: [[
|
|
108
106
|
i2$1.CommonModule,
|
|
109
107
|
router.RouterModule,
|
|
110
108
|
i4.SkyAppLinkModule,
|
|
111
109
|
i2.SkyIconModule,
|
|
112
110
|
i3.SkyThemeModule,
|
|
113
|
-
i4.SkyHrefModule
|
|
111
|
+
i4.SkyHrefModule,
|
|
114
112
|
]] });
|
|
115
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
113
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyPageHeaderModule, decorators: [{
|
|
116
114
|
type: i0.NgModule,
|
|
117
115
|
args: [{
|
|
118
116
|
imports: [
|
|
@@ -121,10 +119,10 @@
|
|
|
121
119
|
i4.SkyAppLinkModule,
|
|
122
120
|
i2.SkyIconModule,
|
|
123
121
|
i3.SkyThemeModule,
|
|
124
|
-
i4.SkyHrefModule
|
|
122
|
+
i4.SkyHrefModule,
|
|
125
123
|
],
|
|
126
124
|
declarations: [SkyPageHeaderComponent],
|
|
127
|
-
exports: [SkyPageHeaderComponent]
|
|
125
|
+
exports: [SkyPageHeaderComponent],
|
|
128
126
|
}]
|
|
129
127
|
}] });
|
|
130
128
|
|
|
@@ -142,13 +140,13 @@
|
|
|
142
140
|
}
|
|
143
141
|
return SkyActionHubButtonsComponent;
|
|
144
142
|
}());
|
|
145
|
-
SkyActionHubButtonsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
146
|
-
SkyActionHubButtonsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
147
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
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: [{
|
|
148
146
|
type: i0.Component,
|
|
149
147
|
args: [{
|
|
150
148
|
selector: 'sky-action-hub-buttons',
|
|
151
|
-
|
|
149
|
+
template: "<ng-content></ng-content>\n",
|
|
152
150
|
}]
|
|
153
151
|
}] });
|
|
154
152
|
|
|
@@ -160,13 +158,13 @@
|
|
|
160
158
|
}
|
|
161
159
|
return SkyActionHubContentComponent;
|
|
162
160
|
}());
|
|
163
|
-
SkyActionHubContentComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
164
|
-
SkyActionHubContentComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
165
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
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: [{
|
|
166
164
|
type: i0.Component,
|
|
167
165
|
args: [{
|
|
168
166
|
selector: 'sky-action-hub-content',
|
|
169
|
-
|
|
167
|
+
template: "<ng-content></ng-content>\n",
|
|
170
168
|
}]
|
|
171
169
|
}] });
|
|
172
170
|
|
|
@@ -177,19 +175,20 @@
|
|
|
177
175
|
var SkyActionHubComponent = /** @class */ (function () {
|
|
178
176
|
function SkyActionHubComponent() {
|
|
179
177
|
/**
|
|
180
|
-
* Provides a list of actions that users must perform based on business requirements or best practices, or `
|
|
178
|
+
* Provides a list of actions that users must perform based on business requirements or best practices, or `"loading"` to display a wait indicator.
|
|
181
179
|
*/
|
|
182
180
|
this.needsAttention = [];
|
|
183
181
|
/**
|
|
184
|
-
* Provides a list of recently accessed links, or `
|
|
182
|
+
* Provides a list of recently accessed links, or `"loading"` to display a wait indicator.
|
|
185
183
|
*/
|
|
186
184
|
this.recentLinks = [];
|
|
187
185
|
/**
|
|
188
|
-
* Provides a list of related links, or `
|
|
186
|
+
* Provides a list of related links, or `"loading"` to display a wait indicator.
|
|
189
187
|
*/
|
|
190
188
|
this.relatedLinks = [];
|
|
191
189
|
/**
|
|
192
190
|
* Specifies the page title.
|
|
191
|
+
* @default ""
|
|
193
192
|
*/
|
|
194
193
|
this.title = '';
|
|
195
194
|
}
|
|
@@ -234,14 +233,14 @@
|
|
|
234
233
|
};
|
|
235
234
|
return SkyActionHubComponent;
|
|
236
235
|
}());
|
|
237
|
-
SkyActionHubComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
238
|
-
SkyActionHubComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
239
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
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: [{
|
|
240
239
|
type: i0.Component,
|
|
241
240
|
args: [{
|
|
242
241
|
selector: 'sky-action-hub',
|
|
243
|
-
|
|
244
|
-
changeDetection: i0.ChangeDetectionStrategy.OnPush
|
|
242
|
+
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",
|
|
243
|
+
changeDetection: i0.ChangeDetectionStrategy.OnPush,
|
|
245
244
|
}]
|
|
246
245
|
}], propDecorators: { needsAttention: [{
|
|
247
246
|
type: i0.Input
|
|
@@ -262,7 +261,14 @@
|
|
|
262
261
|
* To update this file, simply rerun the command.
|
|
263
262
|
*/
|
|
264
263
|
var RESOURCES = {
|
|
265
|
-
'EN-US': {
|
|
264
|
+
'EN-US': {
|
|
265
|
+
sky_action_hub_related_links: { message: 'Related Links' },
|
|
266
|
+
sky_action_hub_recent_links: { message: 'Recently Accessed' },
|
|
267
|
+
sky_action_hub_needs_attention: { message: 'Needs Attention' },
|
|
268
|
+
sky_action_hub_needs_attention_empty: {
|
|
269
|
+
message: 'No issues currently need attention',
|
|
270
|
+
},
|
|
271
|
+
},
|
|
266
272
|
};
|
|
267
273
|
var PagesResourcesProvider = /** @class */ (function () {
|
|
268
274
|
function PagesResourcesProvider() {
|
|
@@ -280,22 +286,26 @@
|
|
|
280
286
|
}
|
|
281
287
|
return PagesResourcesModule;
|
|
282
288
|
}());
|
|
283
|
-
PagesResourcesModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
284
|
-
PagesResourcesModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
285
|
-
PagesResourcesModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
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: [
|
|
292
|
+
{
|
|
286
293
|
provide: i6.SKY_LIB_RESOURCES_PROVIDERS,
|
|
287
294
|
useClass: PagesResourcesProvider,
|
|
288
|
-
multi: true
|
|
289
|
-
}
|
|
290
|
-
|
|
295
|
+
multi: true,
|
|
296
|
+
},
|
|
297
|
+
], imports: [i6.SkyI18nModule] });
|
|
298
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PagesResourcesModule, decorators: [{
|
|
291
299
|
type: i0.NgModule,
|
|
292
300
|
args: [{
|
|
293
301
|
exports: [i6.SkyI18nModule],
|
|
294
|
-
providers: [
|
|
302
|
+
providers: [
|
|
303
|
+
{
|
|
295
304
|
provide: i6.SKY_LIB_RESOURCES_PROVIDERS,
|
|
296
305
|
useClass: PagesResourcesProvider,
|
|
297
|
-
multi: true
|
|
298
|
-
}
|
|
306
|
+
multi: true,
|
|
307
|
+
},
|
|
308
|
+
],
|
|
299
309
|
}]
|
|
300
310
|
}] });
|
|
301
311
|
|
|
@@ -304,8 +314,8 @@
|
|
|
304
314
|
}
|
|
305
315
|
return SkyActionHubModule;
|
|
306
316
|
}());
|
|
307
|
-
SkyActionHubModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
308
|
-
SkyActionHubModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
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,
|
|
309
319
|
SkyActionHubComponent,
|
|
310
320
|
SkyActionHubContentComponent,
|
|
311
321
|
SkyNeedsAttentionComponent,
|
|
@@ -324,7 +334,7 @@
|
|
|
324
334
|
i4.SkyHrefModule], exports: [SkyActionHubButtonsComponent,
|
|
325
335
|
SkyActionHubComponent,
|
|
326
336
|
SkyActionHubContentComponent] });
|
|
327
|
-
SkyActionHubModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
337
|
+
SkyActionHubModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyActionHubModule, imports: [[
|
|
328
338
|
i2$1.CommonModule,
|
|
329
339
|
PagesResourcesModule,
|
|
330
340
|
router.RouterModule,
|
|
@@ -337,9 +347,9 @@
|
|
|
337
347
|
SkyPageHeaderModule,
|
|
338
348
|
i3.SkyThemeModule,
|
|
339
349
|
i2.SkyWaitModule,
|
|
340
|
-
i4.SkyHrefModule
|
|
350
|
+
i4.SkyHrefModule,
|
|
341
351
|
]] });
|
|
342
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
352
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyActionHubModule, decorators: [{
|
|
343
353
|
type: i0.NgModule,
|
|
344
354
|
args: [{
|
|
345
355
|
imports: [
|
|
@@ -355,20 +365,20 @@
|
|
|
355
365
|
SkyPageHeaderModule,
|
|
356
366
|
i3.SkyThemeModule,
|
|
357
367
|
i2.SkyWaitModule,
|
|
358
|
-
i4.SkyHrefModule
|
|
368
|
+
i4.SkyHrefModule,
|
|
359
369
|
],
|
|
360
370
|
declarations: [
|
|
361
371
|
SkyActionHubButtonsComponent,
|
|
362
372
|
SkyActionHubComponent,
|
|
363
373
|
SkyActionHubContentComponent,
|
|
364
374
|
SkyNeedsAttentionComponent,
|
|
365
|
-
SkyLinkListComponent
|
|
375
|
+
SkyLinkListComponent,
|
|
366
376
|
],
|
|
367
377
|
exports: [
|
|
368
378
|
SkyActionHubButtonsComponent,
|
|
369
379
|
SkyActionHubComponent,
|
|
370
|
-
SkyActionHubContentComponent
|
|
371
|
-
]
|
|
380
|
+
SkyActionHubContentComponent,
|
|
381
|
+
],
|
|
372
382
|
}]
|
|
373
383
|
}] });
|
|
374
384
|
|
|
@@ -378,12 +388,12 @@
|
|
|
378
388
|
|
|
379
389
|
exports.SkyActionHubModule = SkyActionHubModule;
|
|
380
390
|
exports.SkyPageHeaderModule = SkyPageHeaderModule;
|
|
381
|
-
exports
|
|
382
|
-
exports
|
|
383
|
-
exports
|
|
384
|
-
exports
|
|
391
|
+
exports["λ1"] = SkyActionHubComponent;
|
|
392
|
+
exports["λ2"] = SkyActionHubButtonsComponent;
|
|
393
|
+
exports["λ3"] = SkyActionHubContentComponent;
|
|
394
|
+
exports["λ4"] = SkyPageHeaderComponent;
|
|
385
395
|
|
|
386
396
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
387
397
|
|
|
388
|
-
}))
|
|
398
|
+
}));
|
|
389
399
|
//# sourceMappingURL=skyux-pages.umd.js.map
|