@skyux/action-bars 5.0.1 → 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-action-bars-testing.umd.js +4 -4
- package/bundles/skyux-action-bars.umd.js +34 -35
- package/documentation.json +58 -7
- package/esm2015/index.js +11 -0
- package/esm2015/index.js.map +1 -0
- package/esm2015/lib/modules/shared/sky-action-bars-resources.module.js +50 -0
- package/esm2015/lib/modules/shared/sky-action-bars-resources.module.js.map +1 -0
- package/esm2015/lib/modules/summary-action-bar/actions/summary-action-bar-actions.component.js +19 -0
- package/esm2015/lib/modules/summary-action-bar/actions/summary-action-bar-actions.component.js.map +1 -0
- package/esm2015/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.js +36 -0
- package/esm2015/lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component.js.map +1 -0
- package/esm2015/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.js +37 -0
- package/esm2015/lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.js.map +1 -0
- package/esm2015/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.js +48 -0
- package/esm2015/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.js.map +1 -0
- package/esm2015/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.js +73 -0
- package/esm2015/lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.js.map +1 -0
- package/esm2015/lib/modules/summary-action-bar/summary/summary-action-bar-summary.component.js +18 -0
- package/esm2015/lib/modules/summary-action-bar/summary/summary-action-bar-summary.component.js.map +1 -0
- package/esm2015/lib/modules/summary-action-bar/summary-action-bar-adapter.service.js +81 -0
- package/esm2015/lib/modules/summary-action-bar/summary-action-bar-adapter.service.js.map +1 -0
- package/esm2015/lib/modules/summary-action-bar/summary-action-bar.component.js +179 -0
- package/esm2015/lib/modules/summary-action-bar/summary-action-bar.component.js.map +1 -0
- package/esm2015/lib/modules/summary-action-bar/summary-action-bar.module.js +79 -0
- package/esm2015/lib/modules/summary-action-bar/summary-action-bar.module.js.map +1 -0
- package/esm2015/lib/modules/summary-action-bar/types/summary-action-bar-type.js +12 -0
- package/esm2015/lib/modules/summary-action-bar/types/summary-action-bar-type.js.map +1 -0
- package/esm2015/skyux-action-bars.js +2 -2
- package/esm2015/skyux-action-bars.js.map +1 -0
- package/esm2015/testing/public-api.js +1 -1
- package/esm2015/testing/public-api.js.map +1 -0
- package/esm2015/testing/skyux-action-bars-testing.js +1 -1
- package/esm2015/testing/skyux-action-bars-testing.js.map +1 -0
- package/esm2015/testing/summary-action-bar/summary-action-bar-fixture-action.js +1 -1
- package/esm2015/testing/summary-action-bar/summary-action-bar-fixture-action.js.map +1 -0
- package/esm2015/testing/summary-action-bar/summary-action-bar-fixture.js +1 -1
- package/esm2015/testing/summary-action-bar/summary-action-bar-fixture.js.map +1 -0
- package/esm2015/testing/summary-action-bar/summary-action-bar.module.js +5 -5
- package/esm2015/testing/summary-action-bar/summary-action-bar.module.js.map +1 -0
- package/fesm2015/skyux-action-bars-testing.js +4 -4
- package/fesm2015/skyux-action-bars-testing.js.map +1 -1
- package/fesm2015/skyux-action-bars.js +33 -34
- package/fesm2015/skyux-action-bars.js.map +1 -1
- package/index.d.ts +8 -0
- package/{modules → lib/modules}/shared/sky-action-bars-resources.module.d.ts +0 -0
- package/{modules → lib/modules}/summary-action-bar/actions/summary-action-bar-actions.component.d.ts +0 -0
- package/{modules → lib/modules}/summary-action-bar/actions/summary-action-bar-cancel.component.d.ts +0 -0
- package/{modules → lib/modules}/summary-action-bar/actions/summary-action-bar-primary-action.component.d.ts +0 -0
- package/{modules → lib/modules}/summary-action-bar/actions/summary-action-bar-secondary-action.component.d.ts +0 -0
- package/{modules → lib/modules}/summary-action-bar/actions/summary-action-bar-secondary-actions.component.d.ts +0 -0
- package/{modules → lib/modules}/summary-action-bar/summary/summary-action-bar-summary.component.d.ts +0 -0
- package/{modules → lib/modules}/summary-action-bar/summary-action-bar-adapter.service.d.ts +0 -0
- package/{modules → lib/modules}/summary-action-bar/summary-action-bar.component.d.ts +0 -0
- package/{modules → lib/modules}/summary-action-bar/summary-action-bar.module.d.ts +0 -0
- package/{modules → lib/modules}/summary-action-bar/types/summary-action-bar-type.d.ts +0 -0
- package/package.json +22 -8
- package/skyux-action-bars.d.ts +1 -1
- package/LICENSE +0 -21
- package/bundles/skyux-action-bars-testing.umd.js.map +0 -1
- package/bundles/skyux-action-bars.umd.js.map +0 -1
- package/esm2015/modules/shared/sky-action-bars-resources.module.js +0 -51
- package/esm2015/modules/summary-action-bar/actions/summary-action-bar-actions.component.js +0 -19
- package/esm2015/modules/summary-action-bar/actions/summary-action-bar-cancel.component.js +0 -36
- package/esm2015/modules/summary-action-bar/actions/summary-action-bar-primary-action.component.js +0 -37
- package/esm2015/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component.js +0 -48
- package/esm2015/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component.js +0 -73
- package/esm2015/modules/summary-action-bar/summary/summary-action-bar-summary.component.js +0 -18
- package/esm2015/modules/summary-action-bar/summary-action-bar-adapter.service.js +0 -80
- package/esm2015/modules/summary-action-bar/summary-action-bar.component.js +0 -179
- package/esm2015/modules/summary-action-bar/summary-action-bar.module.js +0 -79
- package/esm2015/modules/summary-action-bar/types/summary-action-bar-type.js +0 -12
- package/esm2015/public-api.js +0 -11
- package/public-api.d.ts +0 -8
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
#
|
|
1
|
+
# action-bars
|
|
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 action-bars` to execute the unit tests.
|
|
@@ -529,16 +529,16 @@
|
|
|
529
529
|
}
|
|
530
530
|
return SkySummaryActionBarTestingModule;
|
|
531
531
|
}());
|
|
532
|
-
SkySummaryActionBarTestingModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
533
|
-
SkySummaryActionBarTestingModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
532
|
+
SkySummaryActionBarTestingModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkySummaryActionBarTestingModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
533
|
+
SkySummaryActionBarTestingModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkySummaryActionBarTestingModule, exports: [actionBars.SkySummaryActionBarModule,
|
|
534
534
|
// The noop animations module needs to be loaded last to avoid
|
|
535
535
|
// subsequent modules adding animations and overriding this.
|
|
536
536
|
animations.NoopAnimationsModule] });
|
|
537
|
-
SkySummaryActionBarTestingModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
537
|
+
SkySummaryActionBarTestingModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkySummaryActionBarTestingModule, imports: [actionBars.SkySummaryActionBarModule,
|
|
538
538
|
// The noop animations module needs to be loaded last to avoid
|
|
539
539
|
// subsequent modules adding animations and overriding this.
|
|
540
540
|
animations.NoopAnimationsModule] });
|
|
541
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
541
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkySummaryActionBarTestingModule, decorators: [{
|
|
542
542
|
type: i0.NgModule,
|
|
543
543
|
args: [{
|
|
544
544
|
exports: [
|
|
@@ -41,8 +41,7 @@
|
|
|
41
41
|
skyux_summary_action_bar_open_secondary: {
|
|
42
42
|
message: 'Show secondary actions',
|
|
43
43
|
},
|
|
44
|
-
|
|
45
|
-
skyux_summary_action_bar_hide_summary: { message: 'Hide summary' },
|
|
44
|
+
skyux_summary_action_bar_expand: { message: 'Expand or collapse summary' },
|
|
46
45
|
},
|
|
47
46
|
};
|
|
48
47
|
var SkyActionBarsResourcesProvider = /** @class */ (function () {
|
|
@@ -61,16 +60,16 @@
|
|
|
61
60
|
}
|
|
62
61
|
return SkyActionBarsResourcesModule;
|
|
63
62
|
}());
|
|
64
|
-
SkyActionBarsResourcesModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
65
|
-
SkyActionBarsResourcesModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
66
|
-
SkyActionBarsResourcesModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
63
|
+
SkyActionBarsResourcesModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyActionBarsResourcesModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
64
|
+
SkyActionBarsResourcesModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyActionBarsResourcesModule, exports: [i6.SkyI18nModule] });
|
|
65
|
+
SkyActionBarsResourcesModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyActionBarsResourcesModule, providers: [
|
|
67
66
|
{
|
|
68
67
|
provide: i6.SKY_LIB_RESOURCES_PROVIDERS,
|
|
69
68
|
useClass: SkyActionBarsResourcesProvider,
|
|
70
69
|
multi: true,
|
|
71
70
|
},
|
|
72
71
|
], imports: [i6.SkyI18nModule] });
|
|
73
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
72
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkyActionBarsResourcesModule, decorators: [{
|
|
74
73
|
type: i0.NgModule,
|
|
75
74
|
args: [{
|
|
76
75
|
exports: [i6.SkyI18nModule],
|
|
@@ -92,9 +91,9 @@
|
|
|
92
91
|
}
|
|
93
92
|
return SkySummaryActionBarSummaryComponent;
|
|
94
93
|
}());
|
|
95
|
-
SkySummaryActionBarSummaryComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
96
|
-
SkySummaryActionBarSummaryComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
97
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
94
|
+
SkySummaryActionBarSummaryComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkySummaryActionBarSummaryComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
95
|
+
SkySummaryActionBarSummaryComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SkySummaryActionBarSummaryComponent, selector: "sky-summary-action-bar-summary", ngImport: i0__namespace, template: "<ng-content></ng-content>\n", changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
|
|
96
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkySummaryActionBarSummaryComponent, decorators: [{
|
|
98
97
|
type: i0.Component,
|
|
99
98
|
args: [{
|
|
100
99
|
selector: 'sky-summary-action-bar-summary',
|
|
@@ -186,9 +185,9 @@
|
|
|
186
185
|
};
|
|
187
186
|
return SkySummaryActionBarAdapterService;
|
|
188
187
|
}());
|
|
189
|
-
SkySummaryActionBarAdapterService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
190
|
-
SkySummaryActionBarAdapterService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
191
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
188
|
+
SkySummaryActionBarAdapterService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkySummaryActionBarAdapterService, deps: [{ token: i0__namespace.RendererFactory2 }, { token: i2__namespace.SkyAppWindowRef }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
189
|
+
SkySummaryActionBarAdapterService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkySummaryActionBarAdapterService });
|
|
190
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkySummaryActionBarAdapterService, decorators: [{
|
|
192
191
|
type: i0.Injectable
|
|
193
192
|
}], ctorParameters: function () { return [{ type: i0__namespace.RendererFactory2 }, { type: i2__namespace.SkyAppWindowRef }]; } });
|
|
194
193
|
|
|
@@ -346,13 +345,13 @@
|
|
|
346
345
|
};
|
|
347
346
|
return SkySummaryActionBarComponent;
|
|
348
347
|
}());
|
|
349
|
-
SkySummaryActionBarComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
350
|
-
SkySummaryActionBarComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
351
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
348
|
+
SkySummaryActionBarComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkySummaryActionBarComponent, deps: [{ token: SkySummaryActionBarAdapterService }, { token: i0__namespace.ChangeDetectorRef }, { token: i0__namespace.ElementRef }, { token: i2__namespace.SkyMediaQueryService }, { token: i2__namespace.MutationObserverService }, { token: i2__namespace.SkyAppWindowRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
349
|
+
SkySummaryActionBarComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SkySummaryActionBarComponent, selector: "sky-summary-action-bar", providers: [SkySummaryActionBarAdapterService], queries: [{ propertyName: "summaryElement", first: true, predicate: SkySummaryActionBarSummaryComponent, descendants: true, read: i0.ElementRef }], ngImport: i0__namespace, template: "<div\n class=\"sky-summary-action-bar\"\n [ngClass]=\"{\n 'sky-summary-action-bar-summary-collapsible': isSummaryCollapsible,\n 'sky-summary-action-bar-modal': type === 1 || type === 2,\n 'sky-summary-action-bar-split-view': type === 4\n }\"\n>\n <div class=\"sky-summary-action-bar-actions\">\n <ng-content select=\"sky-summary-action-bar-actions\"></ng-content>\n </div>\n <ng-container *ngIf=\"summaryContentExists()\">\n <div\n class=\"sky-summary-action-bar-summary\"\n [id]=\"summaryId\"\n [@skyAnimationSlide]=\"slideDirection\"\n (@skyAnimationSlide.start)=\"summaryTransitionStart()\"\n (@skyAnimationSlide.done)=\"summaryTransitionEnd()\"\n >\n <div class=\"sky-summary-action-bar-summary-body\">\n <div class=\"sky-summary-action-bar-summary-items\">\n <ng-content select=\"sky-summary-action-bar-summary\"></ng-content>\n </div>\n <div\n *ngIf=\"isSummaryCollapsible && !isSummaryCollapsed\"\n class=\"sky-summary-action-bar-details-collapse\"\n >\n <ng-container *ngTemplateOutlet=\"chevron\"></ng-container>\n </div>\n </div>\n </div>\n <div\n *ngIf=\"isSummaryCollapsible && isSummaryCollapsed\"\n class=\"sky-summary-action-bar-details-expand\"\n >\n <ng-container *ngTemplateOutlet=\"chevron\"></ng-container>\n </div>\n </ng-container>\n</div>\n\n<ng-template #chevron>\n <sky-chevron\n [attr.aria-controls]=\"summaryId\"\n [ariaLabel]=\"'skyux_summary_action_bar_expand' | skyLibResources\"\n [direction]=\"isSummaryCollapsed ? 'up' : 'down'\"\n [skyThemeClass]=\"{\n 'sky-margin-inline-default': 'modern'\n }\"\n (directionChange)=\"onDirectionChange($event)\"\n >\n </sky-chevron>\n</ng-template>\n", styles: [".sky-summary-action-bar{display:flex;align-items:center;width:100%;margin-top:20px;position:fixed;bottom:0;left:0;z-index:999;background-color:#fff;box-shadow:0 -3px 3px #cdcfd2}.sky-summary-action-bar-modal,.sky-summary-action-bar-split-view{position:relative;margin-top:0}.sky-summary-action-bar-split-view{box-shadow:none}.sky-summary-action-bar-actions{padding:10px 20px 10px 10px;flex-shrink:0;background-color:#fff;z-index:999}.sky-summary-action-bar-summary{margin:10px 0;border-left:1px solid #e2e3e4}.sky-summary-action-bar-summary-body{padding-left:20px;display:flex}.sky-summary-action-bar-summary-items{display:flex;flex-wrap:wrap;flex-grow:1;margin-right:10px}.sky-summary-action-bar-details-expand{margin-left:auto;margin-right:10px}.sky-summary-action-bar-details-expand,.sky-summary-action-bar-details-collapse{display:none}.sky-summary-action-bar-summary-collapsible.sky-summary-action-bar{flex-wrap:wrap}.sky-summary-action-bar-summary-collapsible .sky-summary-action-bar-summary{order:-1;width:100%;border-bottom:1px solid #e2e3e4;margin:0;border-left:none;z-index:998}.sky-summary-action-bar-summary-collapsible .sky-summary-action-bar-summary-body{padding:10px}.sky-summary-action-bar-summary-collapsible .sky-summary-action-bar-details-expand,.sky-summary-action-bar-summary-collapsible .sky-summary-action-bar-details-collapse{display:block}:host-context(.sky-theme-modern) .sky-summary-action-bar-actions{padding:20px 30px}:host-context(.sky-theme-modern) .sky-summary-action-bar-summary{border:none}:host-context(.sky-theme-modern) .sky-summary-action-bar-summary-body{padding-left:30px}:host-context(.sky-theme-modern) .sky-summary-action-bar-summary-collapsible .sky-summary-action-bar-actions{padding:20px}:host-context(.sky-theme-modern) .sky-summary-action-bar-summary-collapsible .sky-summary-action-bar-summary-body{padding:20px}:host-context(.sky-theme-modern) .sky-summary-action-bar-summary-items{margin-bottom:-10px}:host-context(.sky-theme-modern) .sky-summary-action-bar-summary-items ::ng-deep sky-key-info{margin:0 30px 10px 0;display:inline-block}:host-context(.sky-theme-modern) .sky-summary-action-bar-summary-items ::ng-deep sky-key-info:last-child{margin:0 0 10px}.sky-theme-modern .sky-summary-action-bar-actions{padding:20px 30px}.sky-theme-modern .sky-summary-action-bar-summary{border:none}.sky-theme-modern .sky-summary-action-bar-summary-body{padding-left:30px}.sky-theme-modern .sky-summary-action-bar-summary-collapsible .sky-summary-action-bar-actions{padding:20px}.sky-theme-modern .sky-summary-action-bar-summary-collapsible .sky-summary-action-bar-summary-body{padding:20px}.sky-theme-modern .sky-summary-action-bar-summary-items{margin-bottom:-10px}.sky-theme-modern .sky-summary-action-bar-summary-items ::ng-deep sky-key-info{margin:0 30px 10px 0;display:inline-block}.sky-theme-modern .sky-summary-action-bar-summary-items ::ng-deep sky-key-info:last-child{margin:0 0 10px}:host-context(.sky-theme-modern.sky-theme-mode-dark) .sky-summary-action-bar{background-color:#000;box-shadow:none}:host-context(.sky-theme-modern.sky-theme-mode-dark) .sky-summary-action-bar-actions{background-color:#000}.sky-theme-modern.sky-theme-mode-dark .sky-summary-action-bar{background-color:#000;box-shadow:none}.sky-theme-modern.sky-theme-mode-dark .sky-summary-action-bar-actions{background-color:#000}\n"], components: [{ type: i3__namespace.λ2, selector: "sky-chevron", inputs: ["ariaControls", "ariaLabel", "direction", "disabled"], outputs: ["directionChange"] }], directives: [{ type: i4__namespace.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4__namespace.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i5__namespace.λ2, selector: "[skyThemeClass]", inputs: ["class", "skyThemeClass"] }], pipes: { "skyLibResources": i6__namespace.SkyLibResourcesPipe }, animations: [animations.skyAnimationSlide], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
|
|
350
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkySummaryActionBarComponent, decorators: [{
|
|
352
351
|
type: i0.Component,
|
|
353
352
|
args: [{
|
|
354
353
|
selector: 'sky-summary-action-bar',
|
|
355
|
-
template: "<div\n class=\"sky-summary-action-bar\"\n [ngClass]=\"{\n 'sky-summary-action-bar-summary-collapsible': isSummaryCollapsible,\n 'sky-summary-action-bar-modal': type === 1 || type === 2,\n 'sky-summary-action-bar-split-view': type === 4\n }\"\n>\n <div class=\"sky-summary-action-bar-actions\">\n <ng-content select=\"sky-summary-action-bar-actions\"></ng-content>\n </div>\n <ng-container *ngIf=\"summaryContentExists()\">\n <div\n class=\"sky-summary-action-bar-summary\"\n [id]=\"summaryId\"\n [@skyAnimationSlide]=\"slideDirection\"\n (@skyAnimationSlide.start)=\"summaryTransitionStart()\"\n (@skyAnimationSlide.done)=\"summaryTransitionEnd()\"\n >\n <div class=\"sky-summary-action-bar-summary-body\">\n <div class=\"sky-summary-action-bar-summary-items\">\n <ng-content select=\"sky-summary-action-bar-summary\"></ng-content>\n </div>\n <div\n *ngIf=\"isSummaryCollapsible && !isSummaryCollapsed\"\n class=\"sky-summary-action-bar-details-collapse\"\n >\n <ng-container *ngTemplateOutlet=\"chevron\"></ng-container>\n </div>\n </div>\n </div>\n <div\n *ngIf=\"isSummaryCollapsible && isSummaryCollapsed\"\n class=\"sky-summary-action-bar-details-expand\"\n >\n <ng-container *ngTemplateOutlet=\"chevron\"></ng-container>\n </div>\n </ng-container>\n</div>\n\n<ng-template #chevron>\n <sky-chevron\n [attr.
|
|
354
|
+
template: "<div\n class=\"sky-summary-action-bar\"\n [ngClass]=\"{\n 'sky-summary-action-bar-summary-collapsible': isSummaryCollapsible,\n 'sky-summary-action-bar-modal': type === 1 || type === 2,\n 'sky-summary-action-bar-split-view': type === 4\n }\"\n>\n <div class=\"sky-summary-action-bar-actions\">\n <ng-content select=\"sky-summary-action-bar-actions\"></ng-content>\n </div>\n <ng-container *ngIf=\"summaryContentExists()\">\n <div\n class=\"sky-summary-action-bar-summary\"\n [id]=\"summaryId\"\n [@skyAnimationSlide]=\"slideDirection\"\n (@skyAnimationSlide.start)=\"summaryTransitionStart()\"\n (@skyAnimationSlide.done)=\"summaryTransitionEnd()\"\n >\n <div class=\"sky-summary-action-bar-summary-body\">\n <div class=\"sky-summary-action-bar-summary-items\">\n <ng-content select=\"sky-summary-action-bar-summary\"></ng-content>\n </div>\n <div\n *ngIf=\"isSummaryCollapsible && !isSummaryCollapsed\"\n class=\"sky-summary-action-bar-details-collapse\"\n >\n <ng-container *ngTemplateOutlet=\"chevron\"></ng-container>\n </div>\n </div>\n </div>\n <div\n *ngIf=\"isSummaryCollapsible && isSummaryCollapsed\"\n class=\"sky-summary-action-bar-details-expand\"\n >\n <ng-container *ngTemplateOutlet=\"chevron\"></ng-container>\n </div>\n </ng-container>\n</div>\n\n<ng-template #chevron>\n <sky-chevron\n [attr.aria-controls]=\"summaryId\"\n [ariaLabel]=\"'skyux_summary_action_bar_expand' | skyLibResources\"\n [direction]=\"isSummaryCollapsed ? 'up' : 'down'\"\n [skyThemeClass]=\"{\n 'sky-margin-inline-default': 'modern'\n }\"\n (directionChange)=\"onDirectionChange($event)\"\n >\n </sky-chevron>\n</ng-template>\n",
|
|
356
355
|
styles: [".sky-summary-action-bar{display:flex;align-items:center;width:100%;margin-top:20px;position:fixed;bottom:0;left:0;z-index:999;background-color:#fff;box-shadow:0 -3px 3px #cdcfd2}.sky-summary-action-bar-modal,.sky-summary-action-bar-split-view{position:relative;margin-top:0}.sky-summary-action-bar-split-view{box-shadow:none}.sky-summary-action-bar-actions{padding:10px 20px 10px 10px;flex-shrink:0;background-color:#fff;z-index:999}.sky-summary-action-bar-summary{margin:10px 0;border-left:1px solid #e2e3e4}.sky-summary-action-bar-summary-body{padding-left:20px;display:flex}.sky-summary-action-bar-summary-items{display:flex;flex-wrap:wrap;flex-grow:1;margin-right:10px}.sky-summary-action-bar-details-expand{margin-left:auto;margin-right:10px}.sky-summary-action-bar-details-expand,.sky-summary-action-bar-details-collapse{display:none}.sky-summary-action-bar-summary-collapsible.sky-summary-action-bar{flex-wrap:wrap}.sky-summary-action-bar-summary-collapsible .sky-summary-action-bar-summary{order:-1;width:100%;border-bottom:1px solid #e2e3e4;margin:0;border-left:none;z-index:998}.sky-summary-action-bar-summary-collapsible .sky-summary-action-bar-summary-body{padding:10px}.sky-summary-action-bar-summary-collapsible .sky-summary-action-bar-details-expand,.sky-summary-action-bar-summary-collapsible .sky-summary-action-bar-details-collapse{display:block}:host-context(.sky-theme-modern) .sky-summary-action-bar-actions{padding:20px 30px}:host-context(.sky-theme-modern) .sky-summary-action-bar-summary{border:none}:host-context(.sky-theme-modern) .sky-summary-action-bar-summary-body{padding-left:30px}:host-context(.sky-theme-modern) .sky-summary-action-bar-summary-collapsible .sky-summary-action-bar-actions{padding:20px}:host-context(.sky-theme-modern) .sky-summary-action-bar-summary-collapsible .sky-summary-action-bar-summary-body{padding:20px}:host-context(.sky-theme-modern) .sky-summary-action-bar-summary-items{margin-bottom:-10px}:host-context(.sky-theme-modern) .sky-summary-action-bar-summary-items ::ng-deep sky-key-info{margin:0 30px 10px 0;display:inline-block}:host-context(.sky-theme-modern) .sky-summary-action-bar-summary-items ::ng-deep sky-key-info:last-child{margin:0 0 10px}.sky-theme-modern .sky-summary-action-bar-actions{padding:20px 30px}.sky-theme-modern .sky-summary-action-bar-summary{border:none}.sky-theme-modern .sky-summary-action-bar-summary-body{padding-left:30px}.sky-theme-modern .sky-summary-action-bar-summary-collapsible .sky-summary-action-bar-actions{padding:20px}.sky-theme-modern .sky-summary-action-bar-summary-collapsible .sky-summary-action-bar-summary-body{padding:20px}.sky-theme-modern .sky-summary-action-bar-summary-items{margin-bottom:-10px}.sky-theme-modern .sky-summary-action-bar-summary-items ::ng-deep sky-key-info{margin:0 30px 10px 0;display:inline-block}.sky-theme-modern .sky-summary-action-bar-summary-items ::ng-deep sky-key-info:last-child{margin:0 0 10px}:host-context(.sky-theme-modern.sky-theme-mode-dark) .sky-summary-action-bar{background-color:#000;box-shadow:none}:host-context(.sky-theme-modern.sky-theme-mode-dark) .sky-summary-action-bar-actions{background-color:#000}.sky-theme-modern.sky-theme-mode-dark .sky-summary-action-bar{background-color:#000;box-shadow:none}.sky-theme-modern.sky-theme-mode-dark .sky-summary-action-bar-actions{background-color:#000}\n"],
|
|
357
356
|
animations: [animations.skyAnimationSlide],
|
|
358
357
|
providers: [SkySummaryActionBarAdapterService],
|
|
@@ -371,9 +370,9 @@
|
|
|
371
370
|
}
|
|
372
371
|
return SkySummaryActionBarActionsComponent;
|
|
373
372
|
}());
|
|
374
|
-
SkySummaryActionBarActionsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
375
|
-
SkySummaryActionBarActionsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
376
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
373
|
+
SkySummaryActionBarActionsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkySummaryActionBarActionsComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
374
|
+
SkySummaryActionBarActionsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SkySummaryActionBarActionsComponent, selector: "sky-summary-action-bar-actions", ngImport: i0__namespace, template: "<ng-content></ng-content>\n", styles: [":host{display:inline-flex}\n"], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
|
|
375
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkySummaryActionBarActionsComponent, decorators: [{
|
|
377
376
|
type: i0.Component,
|
|
378
377
|
args: [{
|
|
379
378
|
selector: 'sky-summary-action-bar-actions',
|
|
@@ -402,9 +401,9 @@
|
|
|
402
401
|
};
|
|
403
402
|
return SkySummaryActionBarCancelComponent;
|
|
404
403
|
}());
|
|
405
|
-
SkySummaryActionBarCancelComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
406
|
-
SkySummaryActionBarCancelComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
407
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
404
|
+
SkySummaryActionBarCancelComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkySummaryActionBarCancelComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
405
|
+
SkySummaryActionBarCancelComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SkySummaryActionBarCancelComponent, selector: "sky-summary-action-bar-cancel", inputs: { disabled: "disabled" }, outputs: { actionClick: "actionClick" }, ngImport: i0__namespace, template: "<button\n type=\"button\"\n class=\"sky-btn sky-btn-link sky-summary-action-bar-cancel\"\n [disabled]=\"disabled\"\n (click)=\"onCancelClicked()\"\n>\n <ng-content></ng-content>\n</button>\n", styles: ["::ng-deep .sky-modal .sky-modal-footer-container button.sky-btn-link:first-child{margin-left:initial}\n"], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
|
|
406
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkySummaryActionBarCancelComponent, decorators: [{
|
|
408
407
|
type: i0.Component,
|
|
409
408
|
args: [{
|
|
410
409
|
selector: 'sky-summary-action-bar-cancel',
|
|
@@ -438,9 +437,9 @@
|
|
|
438
437
|
};
|
|
439
438
|
return SkySummaryActionBarPrimaryActionComponent;
|
|
440
439
|
}());
|
|
441
|
-
SkySummaryActionBarPrimaryActionComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
442
|
-
SkySummaryActionBarPrimaryActionComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
443
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
440
|
+
SkySummaryActionBarPrimaryActionComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkySummaryActionBarPrimaryActionComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
441
|
+
SkySummaryActionBarPrimaryActionComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SkySummaryActionBarPrimaryActionComponent, selector: "sky-summary-action-bar-primary-action", inputs: { disabled: "disabled" }, outputs: { actionClick: "actionClick" }, ngImport: i0__namespace, template: "<button\n type=\"button\"\n class=\"sky-btn sky-btn-primary\"\n [disabled]=\"disabled\"\n (click)=\"onButtonClicked()\"\n>\n <ng-content></ng-content>\n</button>\n", styles: [".sky-btn{margin-right:10px}:host-context(.sky-theme-modern) .sky-btn{margin-right:10px}.sky-theme-modern .sky-btn{margin-right:10px}\n"], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
|
|
442
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkySummaryActionBarPrimaryActionComponent, decorators: [{
|
|
444
443
|
type: i0.Component,
|
|
445
444
|
args: [{
|
|
446
445
|
selector: 'sky-summary-action-bar-primary-action',
|
|
@@ -486,9 +485,9 @@
|
|
|
486
485
|
};
|
|
487
486
|
return SkySummaryActionBarSecondaryActionComponent;
|
|
488
487
|
}());
|
|
489
|
-
SkySummaryActionBarSecondaryActionComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
490
|
-
SkySummaryActionBarSecondaryActionComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
491
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
488
|
+
SkySummaryActionBarSecondaryActionComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkySummaryActionBarSecondaryActionComponent, deps: [{ token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
489
|
+
SkySummaryActionBarSecondaryActionComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SkySummaryActionBarSecondaryActionComponent, selector: "sky-summary-action-bar-secondary-action", inputs: { disabled: "disabled" }, outputs: { actionClick: "actionClick" }, ngImport: i0__namespace, template: "<ng-container *ngIf=\"!isDropdown\">\n <button\n type=\"button\"\n class=\"sky-btn\"\n role=\"menuitem\"\n [disabled]=\"disabled\"\n [skyThemeClass]=\"{\n 'sky-btn-secondary': 'default',\n 'sky-btn-default': 'modern'\n }\"\n (click)=\"onButtonClicked()\"\n >\n <ng-container\n *ngTemplateOutlet=\"summaryActionBarSecondaryAction\"\n ></ng-container>\n </button>\n</ng-container>\n<sky-dropdown-item *ngIf=\"isDropdown\">\n <button type=\"button\" [disabled]=\"disabled\" (click)=\"onButtonClicked()\">\n <ng-container\n *ngTemplateOutlet=\"summaryActionBarSecondaryAction\"\n ></ng-container>\n </button>\n</sky-dropdown-item>\n\n<ng-template #summaryActionBarSecondaryAction>\n <ng-content></ng-content>\n</ng-template>\n", styles: [".sky-btn{margin-right:10px}:host-context(.sky-theme-modern) .sky-btn{margin-right:10px}.sky-theme-modern .sky-btn{margin-right:10px}\n"], components: [{ type: i2__namespace$1.λ1, selector: "sky-dropdown-item", inputs: ["ariaRole"] }], directives: [{ type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i5__namespace.λ2, selector: "[skyThemeClass]", inputs: ["class", "skyThemeClass"] }, { type: i4__namespace.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
|
|
490
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkySummaryActionBarSecondaryActionComponent, decorators: [{
|
|
492
491
|
type: i0.Component,
|
|
493
492
|
args: [{
|
|
494
493
|
selector: 'sky-summary-action-bar-secondary-action',
|
|
@@ -554,9 +553,9 @@
|
|
|
554
553
|
};
|
|
555
554
|
return SkySummaryActionBarSecondaryActionsComponent;
|
|
556
555
|
}());
|
|
557
|
-
SkySummaryActionBarSecondaryActionsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
558
|
-
SkySummaryActionBarSecondaryActionsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
559
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
556
|
+
SkySummaryActionBarSecondaryActionsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkySummaryActionBarSecondaryActionsComponent, deps: [{ token: i0__namespace.ChangeDetectorRef }, { token: i2__namespace.SkyMediaQueryService }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
557
|
+
SkySummaryActionBarSecondaryActionsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SkySummaryActionBarSecondaryActionsComponent, selector: "sky-summary-action-bar-secondary-actions", queries: [{ propertyName: "secondaryActionComponents", predicate: SkySummaryActionBarSecondaryActionComponent }], ngImport: i0__namespace, template: "<div\n *ngIf=\"!isMobile && secondaryActionComponents.length < 5\"\n class=\"sky-summary-action-bar-secondary-buttons\"\n role=\"menubar\"\n>\n <ng-container\n *ngTemplateOutlet=\"summaryActionBarSecondaryActions\"\n ></ng-container>\n</div>\n<div *ngIf=\"isMobile || secondaryActionComponents.length > 4\">\n <sky-dropdown\n buttonType=\"ellipsis-h\"\n [attr.title]=\"'skyux_summary_action_bar_open_secondary' | skyLibResources\"\n [messageStream]=\"dropdownMessageStream\"\n >\n <sky-dropdown-menu>\n <ng-container\n *ngTemplateOutlet=\"summaryActionBarSecondaryActions\"\n ></ng-container>\n </sky-dropdown-menu>\n </sky-dropdown>\n</div>\n<ng-template #summaryActionBarSecondaryActions>\n <ng-content select=\"sky-summary-action-bar-secondary-action\"></ng-content>\n</ng-template>\n", components: [{ type: i2__namespace$1.λ3, selector: "sky-dropdown", inputs: ["buttonStyle", "buttonType", "disabled", "dismissOnBlur", "label", "horizontalAlignment", "messageStream", "title", "trigger"] }, { type: i2__namespace$1.λ4, selector: "sky-dropdown-menu", inputs: ["ariaLabelledBy", "ariaRole", "useNativeFocus"], outputs: ["menuChanges"] }], directives: [{ type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4__namespace.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], pipes: { "skyLibResources": i6__namespace.SkyLibResourcesPipe }, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
|
|
558
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkySummaryActionBarSecondaryActionsComponent, decorators: [{
|
|
560
559
|
type: i0.Component,
|
|
561
560
|
args: [{
|
|
562
561
|
selector: 'sky-summary-action-bar-secondary-actions',
|
|
@@ -573,8 +572,8 @@
|
|
|
573
572
|
}
|
|
574
573
|
return SkySummaryActionBarModule;
|
|
575
574
|
}());
|
|
576
|
-
SkySummaryActionBarModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
577
|
-
SkySummaryActionBarModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
575
|
+
SkySummaryActionBarModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkySummaryActionBarModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
576
|
+
SkySummaryActionBarModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkySummaryActionBarModule, declarations: [SkySummaryActionBarActionsComponent,
|
|
578
577
|
SkySummaryActionBarCancelComponent,
|
|
579
578
|
SkySummaryActionBarComponent,
|
|
580
579
|
SkySummaryActionBarPrimaryActionComponent,
|
|
@@ -593,7 +592,7 @@
|
|
|
593
592
|
SkySummaryActionBarSecondaryActionComponent,
|
|
594
593
|
SkySummaryActionBarSecondaryActionsComponent,
|
|
595
594
|
SkySummaryActionBarSummaryComponent] });
|
|
596
|
-
SkySummaryActionBarModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
595
|
+
SkySummaryActionBarModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkySummaryActionBarModule, imports: [[
|
|
597
596
|
i4.CommonModule,
|
|
598
597
|
i3.SkyChevronModule,
|
|
599
598
|
i2$1.SkyDropdownModule,
|
|
@@ -602,7 +601,7 @@
|
|
|
602
601
|
SkyActionBarsResourcesModule,
|
|
603
602
|
i5.SkyThemeModule,
|
|
604
603
|
]] });
|
|
605
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
604
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SkySummaryActionBarModule, decorators: [{
|
|
606
605
|
type: i0.NgModule,
|
|
607
606
|
args: [{
|
|
608
607
|
declarations: [
|
package/documentation.json
CHANGED
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"name": "NgModule",
|
|
29
29
|
"type": {
|
|
30
30
|
"type": "reference",
|
|
31
|
+
"qualifiedName": "NgModuleDecorator",
|
|
32
|
+
"package": "@angular/core",
|
|
31
33
|
"name": "NgModule"
|
|
32
34
|
},
|
|
33
35
|
"arguments": {
|
|
@@ -89,6 +91,8 @@
|
|
|
89
91
|
"name": "Component",
|
|
90
92
|
"type": {
|
|
91
93
|
"type": "reference",
|
|
94
|
+
"qualifiedName": "ComponentDecorator",
|
|
95
|
+
"package": "@angular/core",
|
|
92
96
|
"name": "Component"
|
|
93
97
|
},
|
|
94
98
|
"arguments": {
|
|
@@ -150,6 +154,8 @@
|
|
|
150
154
|
"name": "Component",
|
|
151
155
|
"type": {
|
|
152
156
|
"type": "reference",
|
|
157
|
+
"qualifiedName": "ComponentDecorator",
|
|
158
|
+
"package": "@angular/core",
|
|
153
159
|
"name": "Component"
|
|
154
160
|
},
|
|
155
161
|
"arguments": {
|
|
@@ -198,6 +204,8 @@
|
|
|
198
204
|
"flags": {},
|
|
199
205
|
"type": {
|
|
200
206
|
"type": "reference",
|
|
207
|
+
"qualifiedName": "ChangeDetectorRef",
|
|
208
|
+
"package": "@angular/core",
|
|
201
209
|
"name": "ChangeDetectorRef"
|
|
202
210
|
}
|
|
203
211
|
},
|
|
@@ -215,6 +223,8 @@
|
|
|
215
223
|
"name": "any"
|
|
216
224
|
}
|
|
217
225
|
],
|
|
226
|
+
"qualifiedName": "ElementRef",
|
|
227
|
+
"package": "@angular/core",
|
|
218
228
|
"name": "ElementRef"
|
|
219
229
|
}
|
|
220
230
|
},
|
|
@@ -624,10 +634,14 @@
|
|
|
624
634
|
"implementedTypes": [
|
|
625
635
|
{
|
|
626
636
|
"type": "reference",
|
|
637
|
+
"qualifiedName": "AfterViewInit",
|
|
638
|
+
"package": "@angular/core",
|
|
627
639
|
"name": "AfterViewInit"
|
|
628
640
|
},
|
|
629
641
|
{
|
|
630
642
|
"type": "reference",
|
|
643
|
+
"qualifiedName": "OnDestroy",
|
|
644
|
+
"package": "@angular/core",
|
|
631
645
|
"name": "OnDestroy"
|
|
632
646
|
}
|
|
633
647
|
]
|
|
@@ -646,6 +660,8 @@
|
|
|
646
660
|
"name": "Component",
|
|
647
661
|
"type": {
|
|
648
662
|
"type": "reference",
|
|
663
|
+
"qualifiedName": "ComponentDecorator",
|
|
664
|
+
"package": "@angular/core",
|
|
649
665
|
"name": "Component"
|
|
650
666
|
},
|
|
651
667
|
"arguments": {
|
|
@@ -707,6 +723,8 @@
|
|
|
707
723
|
"name": "Component",
|
|
708
724
|
"type": {
|
|
709
725
|
"type": "reference",
|
|
726
|
+
"qualifiedName": "ComponentDecorator",
|
|
727
|
+
"package": "@angular/core",
|
|
710
728
|
"name": "Component"
|
|
711
729
|
},
|
|
712
730
|
"arguments": {
|
|
@@ -752,6 +770,8 @@
|
|
|
752
770
|
"name": "Output",
|
|
753
771
|
"type": {
|
|
754
772
|
"type": "reference",
|
|
773
|
+
"qualifiedName": "OutputDecorator",
|
|
774
|
+
"package": "@angular/core",
|
|
755
775
|
"name": "Output"
|
|
756
776
|
},
|
|
757
777
|
"arguments": {}
|
|
@@ -772,6 +792,8 @@
|
|
|
772
792
|
"name": "void"
|
|
773
793
|
}
|
|
774
794
|
],
|
|
795
|
+
"qualifiedName": "EventEmitter",
|
|
796
|
+
"package": "@angular/core",
|
|
775
797
|
"name": "EventEmitter"
|
|
776
798
|
},
|
|
777
799
|
"defaultValue": "..."
|
|
@@ -792,6 +814,8 @@
|
|
|
792
814
|
"name": "Input",
|
|
793
815
|
"type": {
|
|
794
816
|
"type": "reference",
|
|
817
|
+
"qualifiedName": "InputDecorator",
|
|
818
|
+
"package": "@angular/core",
|
|
795
819
|
"name": "Input"
|
|
796
820
|
},
|
|
797
821
|
"arguments": {}
|
|
@@ -886,6 +910,8 @@
|
|
|
886
910
|
"name": "Component",
|
|
887
911
|
"type": {
|
|
888
912
|
"type": "reference",
|
|
913
|
+
"qualifiedName": "ComponentDecorator",
|
|
914
|
+
"package": "@angular/core",
|
|
889
915
|
"name": "Component"
|
|
890
916
|
},
|
|
891
917
|
"arguments": {
|
|
@@ -931,6 +957,8 @@
|
|
|
931
957
|
"name": "Output",
|
|
932
958
|
"type": {
|
|
933
959
|
"type": "reference",
|
|
960
|
+
"qualifiedName": "OutputDecorator",
|
|
961
|
+
"package": "@angular/core",
|
|
934
962
|
"name": "Output"
|
|
935
963
|
},
|
|
936
964
|
"arguments": {}
|
|
@@ -951,6 +979,8 @@
|
|
|
951
979
|
"name": "void"
|
|
952
980
|
}
|
|
953
981
|
],
|
|
982
|
+
"qualifiedName": "EventEmitter",
|
|
983
|
+
"package": "@angular/core",
|
|
954
984
|
"name": "EventEmitter"
|
|
955
985
|
},
|
|
956
986
|
"defaultValue": "..."
|
|
@@ -977,6 +1007,8 @@
|
|
|
977
1007
|
"name": "Input",
|
|
978
1008
|
"type": {
|
|
979
1009
|
"type": "reference",
|
|
1010
|
+
"qualifiedName": "InputDecorator",
|
|
1011
|
+
"package": "@angular/core",
|
|
980
1012
|
"name": "Input"
|
|
981
1013
|
},
|
|
982
1014
|
"arguments": {}
|
|
@@ -1071,6 +1103,8 @@
|
|
|
1071
1103
|
"name": "Component",
|
|
1072
1104
|
"type": {
|
|
1073
1105
|
"type": "reference",
|
|
1106
|
+
"qualifiedName": "ComponentDecorator",
|
|
1107
|
+
"package": "@angular/core",
|
|
1074
1108
|
"name": "Component"
|
|
1075
1109
|
},
|
|
1076
1110
|
"arguments": {
|
|
@@ -1108,6 +1142,8 @@
|
|
|
1108
1142
|
"flags": {},
|
|
1109
1143
|
"type": {
|
|
1110
1144
|
"type": "reference",
|
|
1145
|
+
"qualifiedName": "ChangeDetectorRef",
|
|
1146
|
+
"package": "@angular/core",
|
|
1111
1147
|
"name": "ChangeDetectorRef"
|
|
1112
1148
|
}
|
|
1113
1149
|
}
|
|
@@ -1136,6 +1172,8 @@
|
|
|
1136
1172
|
"name": "Output",
|
|
1137
1173
|
"type": {
|
|
1138
1174
|
"type": "reference",
|
|
1175
|
+
"qualifiedName": "OutputDecorator",
|
|
1176
|
+
"package": "@angular/core",
|
|
1139
1177
|
"name": "Output"
|
|
1140
1178
|
},
|
|
1141
1179
|
"arguments": {}
|
|
@@ -1156,6 +1194,8 @@
|
|
|
1156
1194
|
"name": "void"
|
|
1157
1195
|
}
|
|
1158
1196
|
],
|
|
1197
|
+
"qualifiedName": "EventEmitter",
|
|
1198
|
+
"package": "@angular/core",
|
|
1159
1199
|
"name": "EventEmitter"
|
|
1160
1200
|
},
|
|
1161
1201
|
"defaultValue": "..."
|
|
@@ -1182,6 +1222,8 @@
|
|
|
1182
1222
|
"name": "Input",
|
|
1183
1223
|
"type": {
|
|
1184
1224
|
"type": "reference",
|
|
1225
|
+
"qualifiedName": "InputDecorator",
|
|
1226
|
+
"package": "@angular/core",
|
|
1185
1227
|
"name": "Input"
|
|
1186
1228
|
},
|
|
1187
1229
|
"arguments": {}
|
|
@@ -1338,6 +1380,8 @@
|
|
|
1338
1380
|
"name": "Component",
|
|
1339
1381
|
"type": {
|
|
1340
1382
|
"type": "reference",
|
|
1383
|
+
"qualifiedName": "ComponentDecorator",
|
|
1384
|
+
"package": "@angular/core",
|
|
1341
1385
|
"name": "Component"
|
|
1342
1386
|
},
|
|
1343
1387
|
"arguments": {
|
|
@@ -1375,6 +1419,8 @@
|
|
|
1375
1419
|
"flags": {},
|
|
1376
1420
|
"type": {
|
|
1377
1421
|
"type": "reference",
|
|
1422
|
+
"qualifiedName": "ChangeDetectorRef",
|
|
1423
|
+
"package": "@angular/core",
|
|
1378
1424
|
"name": "ChangeDetectorRef"
|
|
1379
1425
|
}
|
|
1380
1426
|
},
|
|
@@ -1421,6 +1467,8 @@
|
|
|
1421
1467
|
"name": "SkyDropdownMessage"
|
|
1422
1468
|
}
|
|
1423
1469
|
],
|
|
1470
|
+
"qualifiedName": "Subject",
|
|
1471
|
+
"package": "rxjs",
|
|
1424
1472
|
"name": "Subject"
|
|
1425
1473
|
},
|
|
1426
1474
|
"defaultValue": "..."
|
|
@@ -1459,6 +1507,8 @@
|
|
|
1459
1507
|
"name": "ContentChildren",
|
|
1460
1508
|
"type": {
|
|
1461
1509
|
"type": "reference",
|
|
1510
|
+
"qualifiedName": "ContentChildrenDecorator",
|
|
1511
|
+
"package": "@angular/core",
|
|
1462
1512
|
"name": "ContentChildren"
|
|
1463
1513
|
},
|
|
1464
1514
|
"arguments": {
|
|
@@ -1482,6 +1532,8 @@
|
|
|
1482
1532
|
"name": "SkySummaryActionBarSecondaryActionComponent"
|
|
1483
1533
|
}
|
|
1484
1534
|
],
|
|
1535
|
+
"qualifiedName": "QueryList",
|
|
1536
|
+
"package": "@angular/core",
|
|
1485
1537
|
"name": "QueryList"
|
|
1486
1538
|
}
|
|
1487
1539
|
},
|
|
@@ -1596,10 +1648,14 @@
|
|
|
1596
1648
|
"implementedTypes": [
|
|
1597
1649
|
{
|
|
1598
1650
|
"type": "reference",
|
|
1651
|
+
"qualifiedName": "AfterContentInit",
|
|
1652
|
+
"package": "@angular/core",
|
|
1599
1653
|
"name": "AfterContentInit"
|
|
1600
1654
|
},
|
|
1601
1655
|
{
|
|
1602
1656
|
"type": "reference",
|
|
1657
|
+
"qualifiedName": "OnDestroy",
|
|
1658
|
+
"package": "@angular/core",
|
|
1603
1659
|
"name": "OnDestroy"
|
|
1604
1660
|
}
|
|
1605
1661
|
]
|
|
@@ -1623,18 +1679,13 @@
|
|
|
1623
1679
|
],
|
|
1624
1680
|
"sources": [
|
|
1625
1681
|
{
|
|
1626
|
-
"fileName": "
|
|
1682
|
+
"fileName": "index.ts",
|
|
1627
1683
|
"line": 1,
|
|
1628
1684
|
"character": 0
|
|
1629
1685
|
}
|
|
1630
1686
|
]
|
|
1631
1687
|
},
|
|
1632
1688
|
"codeExamples": [
|
|
1633
|
-
{
|
|
1634
|
-
"fileName": ".eslintrc.json",
|
|
1635
|
-
"filePath": "/projects/action-bars/documentation/code-examples/.eslintrc.json",
|
|
1636
|
-
"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"
|
|
1637
|
-
},
|
|
1638
1689
|
{
|
|
1639
1690
|
"fileName": "summary-action-bar-demo.component.html",
|
|
1640
1691
|
"filePath": "/projects/action-bars/documentation/code-examples/summary-action-bar/basic/summary-action-bar-demo.component.html",
|
|
@@ -1706,4 +1757,4 @@
|
|
|
1706
1757
|
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { SkyKeyInfoModule } from '@skyux/indicators';\n\nimport { SkyTabsModule } from '@skyux/tabs';\nimport { SkySummaryActionBarModule } from '@skyux/action-bars';\n\nimport { SummaryActionBarDemoComponent } from './summary-action-bar-demo.component';\n\n@NgModule({\n imports: [SkyKeyInfoModule, SkyTabsModule, SkySummaryActionBarModule],\n exports: [SummaryActionBarDemoComponent],\n declarations: [SummaryActionBarDemoComponent],\n})\nexport class SummaryActionBarDemoModule {}\n"
|
|
1707
1758
|
}
|
|
1708
1759
|
]
|
|
1709
|
-
}
|
|
1760
|
+
}
|
package/esm2015/index.js
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from './lib/modules/summary-action-bar/summary-action-bar.module';
|
|
2
|
+
// Components and directives must be exported to support Angular's "partial" Ivy compiler.
|
|
3
|
+
// Obscure names are used to indicate types are not part of the public API.
|
|
4
|
+
export { SkySummaryActionBarSummaryComponent as λ1 } from './lib/modules/summary-action-bar/summary/summary-action-bar-summary.component';
|
|
5
|
+
export { SkySummaryActionBarComponent as λ2 } from './lib/modules/summary-action-bar/summary-action-bar.component';
|
|
6
|
+
export { SkySummaryActionBarActionsComponent as λ3 } from './lib/modules/summary-action-bar/actions/summary-action-bar-actions.component';
|
|
7
|
+
export { SkySummaryActionBarCancelComponent as λ4 } from './lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component';
|
|
8
|
+
export { SkySummaryActionBarPrimaryActionComponent as λ5 } from './lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component';
|
|
9
|
+
export { SkySummaryActionBarSecondaryActionComponent as λ6 } from './lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component';
|
|
10
|
+
export { SkySummaryActionBarSecondaryActionsComponent as λ7 } from './lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component';
|
|
11
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../libs/components/action-bars/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,4DAA4D,CAAC;AAE3E,0FAA0F;AAC1F,2EAA2E;AAC3E,OAAO,EAAE,mCAAmC,IAAI,EAAE,EAAE,MAAM,+EAA+E,CAAC;AAC1I,OAAO,EAAE,4BAA4B,IAAI,EAAE,EAAE,MAAM,+DAA+D,CAAC;AACnH,OAAO,EAAE,mCAAmC,IAAI,EAAE,EAAE,MAAM,+EAA+E,CAAC;AAC1I,OAAO,EAAE,kCAAkC,IAAI,EAAE,EAAE,MAAM,8EAA8E,CAAC;AACxI,OAAO,EAAE,yCAAyC,IAAI,EAAE,EAAE,MAAM,sFAAsF,CAAC;AACvJ,OAAO,EAAE,2CAA2C,IAAI,EAAE,EAAE,MAAM,wFAAwF,CAAC;AAC3J,OAAO,EAAE,4CAA4C,IAAI,EAAE,EAAE,MAAM,yFAAyF,CAAC","sourcesContent":["export * from './lib/modules/summary-action-bar/summary-action-bar.module';\n\n// Components and directives must be exported to support Angular's \"partial\" Ivy compiler.\n// Obscure names are used to indicate types are not part of the public API.\nexport { SkySummaryActionBarSummaryComponent as λ1 } from './lib/modules/summary-action-bar/summary/summary-action-bar-summary.component';\nexport { SkySummaryActionBarComponent as λ2 } from './lib/modules/summary-action-bar/summary-action-bar.component';\nexport { SkySummaryActionBarActionsComponent as λ3 } from './lib/modules/summary-action-bar/actions/summary-action-bar-actions.component';\nexport { SkySummaryActionBarCancelComponent as λ4 } from './lib/modules/summary-action-bar/actions/summary-action-bar-cancel.component';\nexport { SkySummaryActionBarPrimaryActionComponent as λ5 } from './lib/modules/summary-action-bar/actions/summary-action-bar-primary-action.component';\nexport { SkySummaryActionBarSecondaryActionComponent as λ6 } from './lib/modules/summary-action-bar/actions/summary-action-bar-secondary-action.component';\nexport { SkySummaryActionBarSecondaryActionsComponent as λ7 } from './lib/modules/summary-action-bar/actions/summary-action-bar-secondary-actions.component';\n"]}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTICE: DO NOT MODIFY THIS FILE!
|
|
3
|
+
* The contents of this file were automatically generated by
|
|
4
|
+
* the 'ng generate @skyux/i18n:lib-resources-module modules/shared/sky-action-bars' schematic.
|
|
5
|
+
* To update this file, simply rerun the command.
|
|
6
|
+
*/
|
|
7
|
+
import { NgModule } from '@angular/core';
|
|
8
|
+
import { getLibStringForLocale, SkyI18nModule, SKY_LIB_RESOURCES_PROVIDERS, } from '@skyux/i18n';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
const RESOURCES = {
|
|
11
|
+
'EN-US': {
|
|
12
|
+
skyux_summary_action_bar_open_secondary: {
|
|
13
|
+
message: 'Show secondary actions',
|
|
14
|
+
},
|
|
15
|
+
skyux_summary_action_bar_expand: { message: 'Expand or collapse summary' },
|
|
16
|
+
},
|
|
17
|
+
};
|
|
18
|
+
export class SkyActionBarsResourcesProvider {
|
|
19
|
+
getString(localeInfo, name) {
|
|
20
|
+
return getLibStringForLocale(RESOURCES, localeInfo.locale, name);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Import into any component library module that needs to use resource strings.
|
|
25
|
+
*/
|
|
26
|
+
export class SkyActionBarsResourcesModule {
|
|
27
|
+
}
|
|
28
|
+
SkyActionBarsResourcesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyActionBarsResourcesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
29
|
+
SkyActionBarsResourcesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyActionBarsResourcesModule, exports: [SkyI18nModule] });
|
|
30
|
+
SkyActionBarsResourcesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyActionBarsResourcesModule, providers: [
|
|
31
|
+
{
|
|
32
|
+
provide: SKY_LIB_RESOURCES_PROVIDERS,
|
|
33
|
+
useClass: SkyActionBarsResourcesProvider,
|
|
34
|
+
multi: true,
|
|
35
|
+
},
|
|
36
|
+
], imports: [SkyI18nModule] });
|
|
37
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyActionBarsResourcesModule, decorators: [{
|
|
38
|
+
type: NgModule,
|
|
39
|
+
args: [{
|
|
40
|
+
exports: [SkyI18nModule],
|
|
41
|
+
providers: [
|
|
42
|
+
{
|
|
43
|
+
provide: SKY_LIB_RESOURCES_PROVIDERS,
|
|
44
|
+
useClass: SkyActionBarsResourcesProvider,
|
|
45
|
+
multi: true,
|
|
46
|
+
},
|
|
47
|
+
],
|
|
48
|
+
}]
|
|
49
|
+
}] });
|
|
50
|
+
//# sourceMappingURL=sky-action-bars-resources.module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sky-action-bars-resources.module.js","sourceRoot":"","sources":["../../../../../../../../libs/components/action-bars/src/lib/modules/shared/sky-action-bars-resources.module.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EACL,qBAAqB,EAErB,aAAa,EAGb,2BAA2B,GAC5B,MAAM,aAAa,CAAC;;AAErB,MAAM,SAAS,GAA0C;IACvD,OAAO,EAAE;QACP,uCAAuC,EAAE;YACvC,OAAO,EAAE,wBAAwB;SAClC;QACD,+BAA+B,EAAE,EAAE,OAAO,EAAE,4BAA4B,EAAE;KAC3E;CACF,CAAC;AAEF,MAAM,OAAO,8BAA8B;IAClC,SAAS,CAAC,UAA4B,EAAE,IAAY;QACzD,OAAO,qBAAqB,CAAC,SAAS,EAAE,UAAU,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;IACnE,CAAC;CACF;AAED;;GAEG;AAWH,MAAM,OAAO,4BAA4B;;0HAA5B,4BAA4B;2HAA5B,4BAA4B,YAT7B,aAAa;2HASZ,4BAA4B,aAR5B;QACT;YACE,OAAO,EAAE,2BAA2B;YACpC,QAAQ,EAAE,8BAA8B;YACxC,KAAK,EAAE,IAAI;SACZ;KACF,YAPS,aAAa;4FASZ,4BAA4B;kBAVxC,QAAQ;mBAAC;oBACR,OAAO,EAAE,CAAC,aAAa,CAAC;oBACxB,SAAS,EAAE;wBACT;4BACE,OAAO,EAAE,2BAA2B;4BACpC,QAAQ,EAAE,8BAA8B;4BACxC,KAAK,EAAE,IAAI;yBACZ;qBACF;iBACF","sourcesContent":["/**\n * NOTICE: DO NOT MODIFY THIS FILE!\n * The contents of this file were automatically generated by\n * the 'ng generate @skyux/i18n:lib-resources-module modules/shared/sky-action-bars' schematic.\n * To update this file, simply rerun the command.\n */\n\nimport { NgModule } from '@angular/core';\nimport {\n getLibStringForLocale,\n SkyAppLocaleInfo,\n SkyI18nModule,\n SkyLibResources,\n SkyLibResourcesProvider,\n SKY_LIB_RESOURCES_PROVIDERS,\n} from '@skyux/i18n';\n\nconst RESOURCES: { [locale: string]: SkyLibResources } = {\n 'EN-US': {\n skyux_summary_action_bar_open_secondary: {\n message: 'Show secondary actions',\n },\n skyux_summary_action_bar_expand: { message: 'Expand or collapse summary' },\n },\n};\n\nexport class SkyActionBarsResourcesProvider implements SkyLibResourcesProvider {\n public getString(localeInfo: SkyAppLocaleInfo, name: string): string {\n return getLibStringForLocale(RESOURCES, localeInfo.locale, name);\n }\n}\n\n/**\n * Import into any component library module that needs to use resource strings.\n */\n@NgModule({\n exports: [SkyI18nModule],\n providers: [\n {\n provide: SKY_LIB_RESOURCES_PROVIDERS,\n useClass: SkyActionBarsResourcesProvider,\n multi: true,\n },\n ],\n})\nexport class SkyActionBarsResourcesModule {}\n"]}
|