@skyux/progress-indicator 5.7.2 → 6.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/esm2020/index.mjs +18 -0
  2. package/esm2020/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.mjs +69 -0
  3. package/esm2020/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.mjs +219 -0
  4. package/esm2020/lib/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.mjs +55 -0
  5. package/esm2020/lib/modules/progress-indicator/progress-indicator-status-marker/progress-indicator-status-marker.component.mjs +81 -0
  6. package/esm2020/lib/modules/progress-indicator/progress-indicator-title/progress-indicator-title.component.mjs +15 -0
  7. package/esm2020/lib/modules/progress-indicator/progress-indicator.component.mjs +312 -0
  8. package/esm2020/lib/modules/progress-indicator/progress-indicator.module.mjs +65 -0
  9. package/esm2020/lib/modules/progress-indicator/types/progress-indicator-action-click-args.mjs +2 -0
  10. package/esm2020/lib/modules/progress-indicator/types/progress-indicator-action-click-progress-handler.mjs +14 -0
  11. package/esm2020/lib/modules/progress-indicator/types/progress-indicator-change.mjs +2 -0
  12. package/esm2020/lib/modules/progress-indicator/types/progress-indicator-display-mode-type.mjs +2 -0
  13. package/esm2020/lib/modules/progress-indicator/types/progress-indicator-item-status.mjs +20 -0
  14. package/esm2020/lib/modules/progress-indicator/types/progress-indicator-message-type.mjs +28 -0
  15. package/esm2020/lib/modules/progress-indicator/types/progress-indicator-message.mjs +2 -0
  16. package/esm2020/lib/modules/progress-indicator/types/progress-indicator-mode.mjs +16 -0
  17. package/esm2020/lib/modules/progress-indicator/types/progress-indicator-nav-button-type.mjs +2 -0
  18. package/esm2020/lib/modules/shared/sky-progress-indicator-resources.module.mjs +50 -0
  19. package/esm2020/skyux-progress-indicator.mjs +5 -0
  20. package/fesm2015/skyux-progress-indicator.mjs +905 -0
  21. package/fesm2015/skyux-progress-indicator.mjs.map +1 -0
  22. package/{fesm2015/skyux-progress-indicator.js → fesm2020/skyux-progress-indicator.mjs} +36 -62
  23. package/fesm2020/skyux-progress-indicator.mjs.map +1 -0
  24. package/package.json +29 -13
  25. package/bundles/skyux-progress-indicator.umd.js +0 -1075
  26. package/esm2015/index.js +0 -18
  27. package/esm2015/index.js.map +0 -1
  28. package/esm2015/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.js +0 -74
  29. package/esm2015/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.js.map +0 -1
  30. package/esm2015/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.js +0 -223
  31. package/esm2015/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.js.map +0 -1
  32. package/esm2015/lib/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.js +0 -59
  33. package/esm2015/lib/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.js.map +0 -1
  34. package/esm2015/lib/modules/progress-indicator/progress-indicator-status-marker/progress-indicator-status-marker.component.js +0 -84
  35. package/esm2015/lib/modules/progress-indicator/progress-indicator-status-marker/progress-indicator-status-marker.component.js.map +0 -1
  36. package/esm2015/lib/modules/progress-indicator/progress-indicator-title/progress-indicator-title.component.js +0 -20
  37. package/esm2015/lib/modules/progress-indicator/progress-indicator-title/progress-indicator-title.component.js.map +0 -1
  38. package/esm2015/lib/modules/progress-indicator/progress-indicator.component.js +0 -317
  39. package/esm2015/lib/modules/progress-indicator/progress-indicator.component.js.map +0 -1
  40. package/esm2015/lib/modules/progress-indicator/progress-indicator.module.js +0 -65
  41. package/esm2015/lib/modules/progress-indicator/progress-indicator.module.js.map +0 -1
  42. package/esm2015/lib/modules/progress-indicator/types/progress-indicator-action-click-args.js +0 -2
  43. package/esm2015/lib/modules/progress-indicator/types/progress-indicator-action-click-args.js.map +0 -1
  44. package/esm2015/lib/modules/progress-indicator/types/progress-indicator-action-click-progress-handler.js +0 -14
  45. package/esm2015/lib/modules/progress-indicator/types/progress-indicator-action-click-progress-handler.js.map +0 -1
  46. package/esm2015/lib/modules/progress-indicator/types/progress-indicator-change.js +0 -2
  47. package/esm2015/lib/modules/progress-indicator/types/progress-indicator-change.js.map +0 -1
  48. package/esm2015/lib/modules/progress-indicator/types/progress-indicator-display-mode-type.js +0 -2
  49. package/esm2015/lib/modules/progress-indicator/types/progress-indicator-display-mode-type.js.map +0 -1
  50. package/esm2015/lib/modules/progress-indicator/types/progress-indicator-item-status.js +0 -20
  51. package/esm2015/lib/modules/progress-indicator/types/progress-indicator-item-status.js.map +0 -1
  52. package/esm2015/lib/modules/progress-indicator/types/progress-indicator-message-type.js +0 -28
  53. package/esm2015/lib/modules/progress-indicator/types/progress-indicator-message-type.js.map +0 -1
  54. package/esm2015/lib/modules/progress-indicator/types/progress-indicator-message.js +0 -2
  55. package/esm2015/lib/modules/progress-indicator/types/progress-indicator-message.js.map +0 -1
  56. package/esm2015/lib/modules/progress-indicator/types/progress-indicator-mode.js +0 -16
  57. package/esm2015/lib/modules/progress-indicator/types/progress-indicator-mode.js.map +0 -1
  58. package/esm2015/lib/modules/progress-indicator/types/progress-indicator-nav-button-type.js +0 -2
  59. package/esm2015/lib/modules/progress-indicator/types/progress-indicator-nav-button-type.js.map +0 -1
  60. package/esm2015/lib/modules/shared/sky-progress-indicator-resources.module.js +0 -50
  61. package/esm2015/lib/modules/shared/sky-progress-indicator-resources.module.js.map +0 -1
  62. package/esm2015/skyux-progress-indicator.js +0 -5
  63. package/esm2015/skyux-progress-indicator.js.map +0 -1
  64. package/fesm2015/skyux-progress-indicator.js.map +0 -1
@@ -0,0 +1,905 @@
1
+ import * as i3 from '@angular/common';
2
+ import { CommonModule } from '@angular/common';
3
+ import * as i0 from '@angular/core';
4
+ import { NgModule, Component, ChangeDetectionStrategy, Optional, Input, EventEmitter, Output, ContentChildren } from '@angular/core';
5
+ import * as i4 from '@skyux/i18n';
6
+ import { getLibStringForLocale, SkyI18nModule, SKY_LIB_RESOURCES_PROVIDERS } from '@skyux/i18n';
7
+ import * as i2 from '@skyux/indicators';
8
+ import { SkyIconModule } from '@skyux/indicators';
9
+ import * as i1 from '@skyux/theme';
10
+ import { SkyThemeModule } from '@skyux/theme';
11
+ import { Subject } from 'rxjs';
12
+ import { takeUntil, delay, distinctUntilChanged } from 'rxjs/operators';
13
+ import * as i1$1 from '@skyux/core';
14
+
15
+ /**
16
+ * NOTICE: DO NOT MODIFY THIS FILE!
17
+ * The contents of this file were automatically generated by
18
+ * the 'ng generate @skyux/i18n:lib-resources-module lib/modules/shared/sky-progress-indicator' schematic.
19
+ * To update this file, simply rerun the command.
20
+ */
21
+ const RESOURCES = {
22
+ 'EN-US': {
23
+ skyux_progress_indicator_navigator_finish: { message: 'Finish' },
24
+ skyux_progress_indicator_navigator_next: { message: 'Next' },
25
+ skyux_progress_indicator_navigator_previous: { message: 'Previous' },
26
+ skyux_progress_indicator_navigator_reset: { message: 'Reset' },
27
+ },
28
+ };
29
+ class SkyProgressIndicatorResourcesProvider {
30
+ getString(localeInfo, name) {
31
+ return getLibStringForLocale(RESOURCES, localeInfo.locale, name);
32
+ }
33
+ }
34
+ /**
35
+ * Import into any component library module that needs to use resource strings.
36
+ */
37
+ class SkyProgressIndicatorResourcesModule {
38
+ }
39
+ SkyProgressIndicatorResourcesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SkyProgressIndicatorResourcesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
40
+ SkyProgressIndicatorResourcesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SkyProgressIndicatorResourcesModule, exports: [SkyI18nModule] });
41
+ SkyProgressIndicatorResourcesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SkyProgressIndicatorResourcesModule, providers: [
42
+ {
43
+ provide: SKY_LIB_RESOURCES_PROVIDERS,
44
+ useClass: SkyProgressIndicatorResourcesProvider,
45
+ multi: true,
46
+ },
47
+ ], imports: [SkyI18nModule] });
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SkyProgressIndicatorResourcesModule, decorators: [{
49
+ type: NgModule,
50
+ args: [{
51
+ exports: [SkyI18nModule],
52
+ providers: [
53
+ {
54
+ provide: SKY_LIB_RESOURCES_PROVIDERS,
55
+ useClass: SkyProgressIndicatorResourcesProvider,
56
+ multi: true,
57
+ },
58
+ ],
59
+ }]
60
+ }] });
61
+
62
+ var SkyProgressIndicatorItemStatus;
63
+ (function (SkyProgressIndicatorItemStatus) {
64
+ /**
65
+ * Indicates the item is active.
66
+ */
67
+ SkyProgressIndicatorItemStatus[SkyProgressIndicatorItemStatus["Active"] = 0] = "Active";
68
+ /**
69
+ * Indicates the item is complete.
70
+ */
71
+ SkyProgressIndicatorItemStatus[SkyProgressIndicatorItemStatus["Complete"] = 1] = "Complete";
72
+ /**
73
+ * Indicates the item is incomplete.
74
+ */
75
+ SkyProgressIndicatorItemStatus[SkyProgressIndicatorItemStatus["Incomplete"] = 2] = "Incomplete";
76
+ /**
77
+ * Indicates the item is pending.
78
+ */
79
+ SkyProgressIndicatorItemStatus[SkyProgressIndicatorItemStatus["Pending"] = 3] = "Pending";
80
+ })(SkyProgressIndicatorItemStatus || (SkyProgressIndicatorItemStatus = {}));
81
+
82
+ /**
83
+ * Specifies the content to display in the status marker.
84
+ * @internal
85
+ */
86
+ class SkyProgressIndicatorStatusMarkerComponent {
87
+ constructor(changeDetector, themeSvc) {
88
+ this.changeDetector = changeDetector;
89
+ this.ngUnsubscribe = new Subject();
90
+ // Update icons when theme changes.
91
+ themeSvc === null || themeSvc === void 0 ? void 0 : themeSvc.settingsChange.pipe(takeUntil(this.ngUnsubscribe)).subscribe(() => {
92
+ this.changeDetector.markForCheck();
93
+ });
94
+ }
95
+ set displayMode(value) {
96
+ this._displayMode = value;
97
+ }
98
+ get displayMode() {
99
+ if (this._displayMode === undefined) {
100
+ return 'vertical';
101
+ }
102
+ return this._displayMode;
103
+ }
104
+ set status(value) {
105
+ this._status = value;
106
+ this.changeDetector.markForCheck();
107
+ }
108
+ get cssClassNames() {
109
+ const classNames = [
110
+ `sky-progress-indicator-status-marker-mode-${this.displayMode}`,
111
+ `sky-progress-indicator-status-marker-status-${this.statusName}`,
112
+ ];
113
+ return classNames.join(' ');
114
+ }
115
+ get statusName() {
116
+ let name;
117
+ /* tslint:disable-next-line:switch-default */
118
+ switch (this._status) {
119
+ case SkyProgressIndicatorItemStatus.Active:
120
+ name = 'active';
121
+ break;
122
+ case SkyProgressIndicatorItemStatus.Complete:
123
+ name = 'complete';
124
+ break;
125
+ case SkyProgressIndicatorItemStatus.Incomplete:
126
+ name = 'incomplete';
127
+ break;
128
+ case SkyProgressIndicatorItemStatus.Pending:
129
+ name = 'pending';
130
+ break;
131
+ }
132
+ return name;
133
+ }
134
+ ngOnDestroy() {
135
+ this.ngUnsubscribe.next();
136
+ this.ngUnsubscribe.complete();
137
+ }
138
+ }
139
+ SkyProgressIndicatorStatusMarkerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SkyProgressIndicatorStatusMarkerComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.SkyThemeService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
140
+ SkyProgressIndicatorStatusMarkerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: SkyProgressIndicatorStatusMarkerComponent, selector: "sky-progress-indicator-status-marker", inputs: { displayMode: "displayMode", status: "status" }, ngImport: i0, template: "<div\n class=\"sky-progress-indicator-status-marker\"\n role=\"presentation\"\n [ngClass]=\"cssClassNames\"\n>\n <div\n *skyThemeIf=\"'default'\"\n class=\"sky-progress-indicator-status-marker-icon\"\n >\n <sky-icon *ngIf=\"statusName === 'complete'\" icon=\"check\"> </sky-icon>\n </div>\n <div *skyThemeIf=\"'modern'\" class=\"sky-progress-indicator-status-marker-icon\">\n <sky-icon *ngIf=\"statusName === 'complete'\" icon=\"check\" iconType=\"skyux\">\n </sky-icon>\n </div>\n <div class=\"sky-progress-indicator-status-marker-line\"></div>\n</div>\n", styles: [".sky-progress-indicator-status-marker{display:flex;height:100%}.sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-vertical{flex-basis:15px;flex-grow:0;flex-direction:column;margin-right:15px}.sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-vertical .sky-progress-indicator-status-marker-icon{margin-top:1px;width:15px}.sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-vertical .sky-progress-indicator-status-marker-icon>::ng-deep sky-icon{margin-left:-1px}.sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-vertical .sky-progress-indicator-status-marker-line{margin:0 auto;width:1px}.sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-horizontal{flex-direction:row;width:100%;padding-left:5px}.sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-horizontal .sky-progress-indicator-status-marker-icon{height:15px}.sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-horizontal .sky-progress-indicator-status-marker-line{margin:auto 0;height:1px}.sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-horizontal.sky-progress-indicator-status-marker-status-complete .sky-progress-indicator-status-marker-icon{border:0;margin-right:5px}.sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-horizontal.sky-progress-indicator-status-marker-status-active .sky-progress-indicator-status-marker-icon{position:relative}.sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-horizontal.sky-progress-indicator-status-marker-status-active .sky-progress-indicator-status-marker-icon:before{content:\"\";display:block;width:5px;height:1px;background-color:#5a9936;position:absolute;left:-7px;top:5px}.sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-horizontal.sky-progress-indicator-status-marker-status-incomplete .sky-progress-indicator-status-marker-icon{position:relative}.sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-horizontal.sky-progress-indicator-status-marker-status-incomplete .sky-progress-indicator-status-marker-icon:before{content:\"\";display:block;width:5px;height:1px;background-color:#cdcfd2;position:absolute;left:-7px;top:5px}.sky-progress-indicator-status-marker-icon{border-radius:15px;border:2px solid #cdcfd2;flex:0 0 15px}.sky-progress-indicator-status-marker-line{background-color:#cdcfd2;flex:1 0 auto}.sky-progress-indicator-status-marker-status-active .sky-progress-indicator-status-marker-icon{background-color:#5a9936;border-color:transparent}.sky-progress-indicator-status-marker-status-pending .sky-progress-indicator-status-marker-icon{border-color:#5a9936}.sky-progress-indicator-status-marker-status-complete .sky-progress-indicator-status-marker-icon{border-color:transparent;color:#5a9936;margin-top:0}.sky-progress-indicator-status-marker-status-complete .sky-progress-indicator-status-marker-icon>::ng-deep sky-icon{display:inline-flex;vertical-align:top}.sky-progress-indicator-status-marker-status-complete .sky-progress-indicator-status-marker-line{background-color:#5a9936}:host-context(.sky-theme-modern) .sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-vertical{position:relative;top:3px;margin-right:20px}:host-context(.sky-theme-modern) .sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-vertical .sky-progress-indicator-status-marker-icon{width:17px}:host-context(.sky-theme-modern) .sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-horizontal .sky-progress-indicator-status-marker-icon{height:17px;top:1px}:host-context(.sky-theme-modern) .sky-progress-indicator-status-marker-icon{border-radius:17px;flex:0 0 17px}.sky-theme-modern .sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-vertical{position:relative;top:3px;margin-right:20px}.sky-theme-modern .sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-vertical .sky-progress-indicator-status-marker-icon{width:17px}.sky-theme-modern .sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-horizontal .sky-progress-indicator-status-marker-icon{height:17px;top:1px}.sky-theme-modern .sky-progress-indicator-status-marker-icon{border-radius:17px;flex:0 0 17px}\n"], components: [{ type: i2.λ4, selector: "sky-icon", inputs: ["icon", "iconType", "size", "fixedWidth", "variant"] }], directives: [{ type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.λ3, selector: "[skyThemeIf]", inputs: ["skyThemeIf"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
141
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SkyProgressIndicatorStatusMarkerComponent, decorators: [{
142
+ type: Component,
143
+ args: [{ selector: 'sky-progress-indicator-status-marker', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div\n class=\"sky-progress-indicator-status-marker\"\n role=\"presentation\"\n [ngClass]=\"cssClassNames\"\n>\n <div\n *skyThemeIf=\"'default'\"\n class=\"sky-progress-indicator-status-marker-icon\"\n >\n <sky-icon *ngIf=\"statusName === 'complete'\" icon=\"check\"> </sky-icon>\n </div>\n <div *skyThemeIf=\"'modern'\" class=\"sky-progress-indicator-status-marker-icon\">\n <sky-icon *ngIf=\"statusName === 'complete'\" icon=\"check\" iconType=\"skyux\">\n </sky-icon>\n </div>\n <div class=\"sky-progress-indicator-status-marker-line\"></div>\n</div>\n", styles: [".sky-progress-indicator-status-marker{display:flex;height:100%}.sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-vertical{flex-basis:15px;flex-grow:0;flex-direction:column;margin-right:15px}.sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-vertical .sky-progress-indicator-status-marker-icon{margin-top:1px;width:15px}.sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-vertical .sky-progress-indicator-status-marker-icon>::ng-deep sky-icon{margin-left:-1px}.sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-vertical .sky-progress-indicator-status-marker-line{margin:0 auto;width:1px}.sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-horizontal{flex-direction:row;width:100%;padding-left:5px}.sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-horizontal .sky-progress-indicator-status-marker-icon{height:15px}.sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-horizontal .sky-progress-indicator-status-marker-line{margin:auto 0;height:1px}.sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-horizontal.sky-progress-indicator-status-marker-status-complete .sky-progress-indicator-status-marker-icon{border:0;margin-right:5px}.sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-horizontal.sky-progress-indicator-status-marker-status-active .sky-progress-indicator-status-marker-icon{position:relative}.sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-horizontal.sky-progress-indicator-status-marker-status-active .sky-progress-indicator-status-marker-icon:before{content:\"\";display:block;width:5px;height:1px;background-color:#5a9936;position:absolute;left:-7px;top:5px}.sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-horizontal.sky-progress-indicator-status-marker-status-incomplete .sky-progress-indicator-status-marker-icon{position:relative}.sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-horizontal.sky-progress-indicator-status-marker-status-incomplete .sky-progress-indicator-status-marker-icon:before{content:\"\";display:block;width:5px;height:1px;background-color:#cdcfd2;position:absolute;left:-7px;top:5px}.sky-progress-indicator-status-marker-icon{border-radius:15px;border:2px solid #cdcfd2;flex:0 0 15px}.sky-progress-indicator-status-marker-line{background-color:#cdcfd2;flex:1 0 auto}.sky-progress-indicator-status-marker-status-active .sky-progress-indicator-status-marker-icon{background-color:#5a9936;border-color:transparent}.sky-progress-indicator-status-marker-status-pending .sky-progress-indicator-status-marker-icon{border-color:#5a9936}.sky-progress-indicator-status-marker-status-complete .sky-progress-indicator-status-marker-icon{border-color:transparent;color:#5a9936;margin-top:0}.sky-progress-indicator-status-marker-status-complete .sky-progress-indicator-status-marker-icon>::ng-deep sky-icon{display:inline-flex;vertical-align:top}.sky-progress-indicator-status-marker-status-complete .sky-progress-indicator-status-marker-line{background-color:#5a9936}:host-context(.sky-theme-modern) .sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-vertical{position:relative;top:3px;margin-right:20px}:host-context(.sky-theme-modern) .sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-vertical .sky-progress-indicator-status-marker-icon{width:17px}:host-context(.sky-theme-modern) .sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-horizontal .sky-progress-indicator-status-marker-icon{height:17px;top:1px}:host-context(.sky-theme-modern) .sky-progress-indicator-status-marker-icon{border-radius:17px;flex:0 0 17px}.sky-theme-modern .sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-vertical{position:relative;top:3px;margin-right:20px}.sky-theme-modern .sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-vertical .sky-progress-indicator-status-marker-icon{width:17px}.sky-theme-modern .sky-progress-indicator-status-marker.sky-progress-indicator-status-marker-mode-horizontal .sky-progress-indicator-status-marker-icon{height:17px;top:1px}.sky-theme-modern .sky-progress-indicator-status-marker-icon{border-radius:17px;flex:0 0 17px}\n"] }]
144
+ }], ctorParameters: function () {
145
+ return [{ type: i0.ChangeDetectorRef }, { type: i1.SkyThemeService, decorators: [{
146
+ type: Optional
147
+ }] }];
148
+ }, propDecorators: { displayMode: [{
149
+ type: Input
150
+ }], status: [{
151
+ type: Input
152
+ }] } });
153
+
154
+ /**
155
+ * Specifies a step to include in the progress indicator. Each step requires a label,
156
+ * and you can also specify step details within the `sky-progress-indicator-item` element.
157
+ */
158
+ class SkyProgressIndicatorItemComponent {
159
+ constructor(changeDetector) {
160
+ this.changeDetector = changeDetector;
161
+ this.isVisible = false;
162
+ this.showStatusMarker = true;
163
+ this.showTitle = true;
164
+ }
165
+ get formattedTitle() {
166
+ return `${this.titlePrefix}${this.title}`;
167
+ }
168
+ get status() {
169
+ /* istanbul ignore next */
170
+ if (this._status === undefined) {
171
+ return SkyProgressIndicatorItemStatus.Incomplete;
172
+ }
173
+ return this._status;
174
+ }
175
+ set status(value) {
176
+ if (value === this._status) {
177
+ return;
178
+ }
179
+ this._status = value;
180
+ this.changeDetector.markForCheck();
181
+ }
182
+ get statusName() {
183
+ let name;
184
+ /* tslint:disable-next-line:switch-default */
185
+ switch (this.status) {
186
+ case SkyProgressIndicatorItemStatus.Active:
187
+ name = 'active';
188
+ break;
189
+ case SkyProgressIndicatorItemStatus.Complete:
190
+ name = 'complete';
191
+ break;
192
+ case SkyProgressIndicatorItemStatus.Incomplete:
193
+ name = 'incomplete';
194
+ break;
195
+ case SkyProgressIndicatorItemStatus.Pending:
196
+ name = 'pending';
197
+ break;
198
+ }
199
+ return name;
200
+ }
201
+ showStepNumber(step) {
202
+ this.titlePrefix = `${step} - `;
203
+ }
204
+ hideStepNumber() {
205
+ this.titlePrefix = '';
206
+ }
207
+ }
208
+ SkyProgressIndicatorItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SkyProgressIndicatorItemComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
209
+ SkyProgressIndicatorItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: SkyProgressIndicatorItemComponent, selector: "sky-progress-indicator-item", inputs: { title: "title" }, ngImport: i0, template: "<div\n *ngIf=\"isVisible\"\n class=\"sky-progress-indicator-item\"\n [ngClass]=\"'sky-progress-indicator-item-status-' + statusName\"\n>\n <sky-progress-indicator-status-marker\n *ngIf=\"showStatusMarker\"\n [status]=\"status\"\n >\n </sky-progress-indicator-status-marker>\n\n <div class=\"sky-progress-indicator-item-content\">\n <div\n *ngIf=\"showTitle\"\n aria-level=\"2\"\n class=\"sky-progress-indicator-item-heading\"\n role=\"heading\"\n [ngClass]=\"{\n 'sky-deemphasized': statusName === 'pending'\n }\"\n [skyThemeClass]=\"{\n 'sky-font-display-3': 'modern'\n }\"\n >\n {{ formattedTitle }}\n </div>\n <div class=\"sky-progress-indicator-item-body\">\n <ng-template [ngIf]=\"statusName !== 'incomplete'\">\n <ng-content></ng-content>\n </ng-template>\n </div>\n </div>\n</div>\n", styles: [".sky-progress-indicator-item{display:flex;margin-bottom:-1px}.sky-progress-indicator-item-content{flex:1 1 100%}.sky-progress-indicator-item-body{min-height:20px;padding-top:10px;padding-bottom:30px}.sky-progress-indicator-item-status-incomplete .sky-progress-indicator-item-body{padding:0}:host-context(.sky-theme-modern) .sky-progress-indicator-item{margin:0}:host-context(.sky-theme-modern) .sky-progress-indicator-item-body{padding:20px 0 30px}:host-context(.sky-theme-modern) .sky-progress-indicator-item-body:empty{padding:0}.sky-theme-modern .sky-progress-indicator-item{margin:0}.sky-theme-modern .sky-progress-indicator-item-body{padding:20px 0 30px}.sky-theme-modern .sky-progress-indicator-item-body:empty{padding:0}\n"], components: [{ type: SkyProgressIndicatorStatusMarkerComponent, selector: "sky-progress-indicator-status-marker", inputs: ["displayMode", "status"] }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.λ2, selector: "[skyThemeClass]", inputs: ["class", "skyThemeClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
210
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SkyProgressIndicatorItemComponent, decorators: [{
211
+ type: Component,
212
+ args: [{ selector: 'sky-progress-indicator-item', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div\n *ngIf=\"isVisible\"\n class=\"sky-progress-indicator-item\"\n [ngClass]=\"'sky-progress-indicator-item-status-' + statusName\"\n>\n <sky-progress-indicator-status-marker\n *ngIf=\"showStatusMarker\"\n [status]=\"status\"\n >\n </sky-progress-indicator-status-marker>\n\n <div class=\"sky-progress-indicator-item-content\">\n <div\n *ngIf=\"showTitle\"\n aria-level=\"2\"\n class=\"sky-progress-indicator-item-heading\"\n role=\"heading\"\n [ngClass]=\"{\n 'sky-deemphasized': statusName === 'pending'\n }\"\n [skyThemeClass]=\"{\n 'sky-font-display-3': 'modern'\n }\"\n >\n {{ formattedTitle }}\n </div>\n <div class=\"sky-progress-indicator-item-body\">\n <ng-template [ngIf]=\"statusName !== 'incomplete'\">\n <ng-content></ng-content>\n </ng-template>\n </div>\n </div>\n</div>\n", styles: [".sky-progress-indicator-item{display:flex;margin-bottom:-1px}.sky-progress-indicator-item-content{flex:1 1 100%}.sky-progress-indicator-item-body{min-height:20px;padding-top:10px;padding-bottom:30px}.sky-progress-indicator-item-status-incomplete .sky-progress-indicator-item-body{padding:0}:host-context(.sky-theme-modern) .sky-progress-indicator-item{margin:0}:host-context(.sky-theme-modern) .sky-progress-indicator-item-body{padding:20px 0 30px}:host-context(.sky-theme-modern) .sky-progress-indicator-item-body:empty{padding:0}.sky-theme-modern .sky-progress-indicator-item{margin:0}.sky-theme-modern .sky-progress-indicator-item-body{padding:20px 0 30px}.sky-theme-modern .sky-progress-indicator-item-body:empty{padding:0}\n"] }]
213
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { title: [{
214
+ type: Input
215
+ }] } });
216
+
217
+ /**
218
+ * Allows the consumer to decide whether the button's action should be completed successfully.
219
+ * The handler is provided with all nav button types.
220
+ */
221
+ class SkyProgressIndicatorActionClickProgressHandler {
222
+ /**
223
+ *
224
+ * @param advance Advances the progress indicator to the next step.
225
+ */
226
+ constructor(advance) {
227
+ this.advance = advance;
228
+ }
229
+ }
230
+
231
+ var SkyProgressIndicatorMessageType;
232
+ (function (SkyProgressIndicatorMessageType) {
233
+ /**
234
+ * Indicates that the current step is complete.
235
+ * This completes the active item and moves to the next item.
236
+ */
237
+ SkyProgressIndicatorMessageType[SkyProgressIndicatorMessageType["Progress"] = 0] = "Progress";
238
+ /**
239
+ * Indicates that progress should return to the previous step.
240
+ * This moves from the active item to the item that precedes it.
241
+ */
242
+ SkyProgressIndicatorMessageType[SkyProgressIndicatorMessageType["Regress"] = 1] = "Regress";
243
+ /**
244
+ * Indicates that progress is incomplete.
245
+ * This marks all items as incomplete and sets the first item as the active item.
246
+ */
247
+ SkyProgressIndicatorMessageType[SkyProgressIndicatorMessageType["Reset"] = 2] = "Reset";
248
+ /**
249
+ * Indicates that progress is complete.
250
+ * This marks all items as complete and sets the last item as the active item.
251
+ */
252
+ SkyProgressIndicatorMessageType[SkyProgressIndicatorMessageType["Finish"] = 3] = "Finish";
253
+ /**
254
+ * Indicates that progress should move to the item indicated by the `data.activeIndex` property.
255
+ */
256
+ SkyProgressIndicatorMessageType[SkyProgressIndicatorMessageType["GoTo"] = 4] = "GoTo";
257
+ })(SkyProgressIndicatorMessageType || (SkyProgressIndicatorMessageType = {}));
258
+
259
+ /**
260
+ * @deprecated Use `SkyProgressIndicatorDisplayModeType` instead.
261
+ * @internal
262
+ */
263
+ var SkyProgressIndicatorDisplayMode;
264
+ (function (SkyProgressIndicatorDisplayMode) {
265
+ /**
266
+ * Specifies a vertical layout for the progress indicator.
267
+ */
268
+ SkyProgressIndicatorDisplayMode[SkyProgressIndicatorDisplayMode["Vertical"] = 0] = "Vertical";
269
+ /**
270
+ * Specifies a horizontal layout for the progress indicator.
271
+ */
272
+ SkyProgressIndicatorDisplayMode[SkyProgressIndicatorDisplayMode["Horizontal"] = 1] = "Horizontal";
273
+ })(SkyProgressIndicatorDisplayMode || (SkyProgressIndicatorDisplayMode = {}));
274
+
275
+ class SkyProgressIndicatorComponent {
276
+ constructor(changeDetector, windowRef) {
277
+ this.changeDetector = changeDetector;
278
+ this.windowRef = windowRef;
279
+ /**
280
+ * Fires when the progress indicator changes the status of an item.
281
+ */
282
+ this.progressChanges = new EventEmitter();
283
+ this.initialized = false;
284
+ this.ngUnsubscribe = new Subject();
285
+ this._messageStream = new Subject();
286
+ }
287
+ /**
288
+ * Specifies whether to display the progress indicator vertically or horizontally.
289
+ * For [passive progress indicators](https://developer.blackbaud.com/skyux-progress-indicator/docs/passive-indicator)
290
+ * and [waterfall progress indicators](https://developer.blackbaud.com/skyux/components/progress-indicator/waterfall-progress-indicator),
291
+ * use the vertical display mode. For [modal wizards](https://developer.blackbaud.com/skyux/components/wizard),
292
+ * use the horizontal display mode.
293
+ * @default "vertical"
294
+ */
295
+ set displayMode(value) {
296
+ this._displayMode = value;
297
+ }
298
+ get displayMode() {
299
+ if (this._displayMode === undefined) {
300
+ return 'vertical';
301
+ }
302
+ return this._displayMode;
303
+ }
304
+ /**
305
+ * Indicates whether the progress indicator is passive. Passive progress indicators inform users of
306
+ * progress that concerns them but that they are not responsible for, and they must use the vertical display mode.
307
+ * @default false
308
+ */
309
+ set isPassive(value) {
310
+ this._isPassive = value;
311
+ }
312
+ get isPassive() {
313
+ // Currently, passive mode is not supported for horizontal displays.
314
+ if (this.displayModeResolved === 'horizontal') {
315
+ return false;
316
+ }
317
+ return this._isPassive || false;
318
+ }
319
+ /**
320
+ * Specifies an observable of `SkyProgressIndicatorMessage` that determines the status to
321
+ * display for items in the progress indicator. The message stream is a queue of
322
+ * commanding messages to change the state of the progress indicator based on the message type.
323
+ */
324
+ set messageStream(value) {
325
+ this._messageStream = value;
326
+ this.subscribeToMessageStream();
327
+ }
328
+ /**
329
+ * Specifies the index for the item to make active when the progress indicator
330
+ * loads. All steps that precede the active item are marked as complete, and all steps
331
+ * that follow the active item are marked as incomplete.
332
+ */
333
+ set startingIndex(value) {
334
+ this._startingIndex = value;
335
+ }
336
+ get startingIndex() {
337
+ return this._startingIndex || 0;
338
+ }
339
+ get cssClassNames() {
340
+ const classNames = [
341
+ `sky-progress-indicator-mode-${this.displayModeResolved}`,
342
+ ];
343
+ if (this.isPassive) {
344
+ classNames.push('sky-progress-indicator-passive');
345
+ }
346
+ return classNames.join(' ');
347
+ }
348
+ /**
349
+ * Returns the newly-supported string union type value to be used by the template.
350
+ * @internal
351
+ */
352
+ get displayModeResolved() {
353
+ switch (this.displayMode) {
354
+ case SkyProgressIndicatorDisplayMode.Vertical:
355
+ case 'vertical':
356
+ return 'vertical';
357
+ default:
358
+ return 'horizontal';
359
+ }
360
+ }
361
+ get hasFinishButton() {
362
+ return this._hasFinishButton || false;
363
+ }
364
+ set hasFinishButton(value) {
365
+ this._hasFinishButton = value;
366
+ }
367
+ get itemStatuses() {
368
+ if (!this.itemComponents) {
369
+ return [];
370
+ }
371
+ return this.itemComponents.map((c) => c.status);
372
+ }
373
+ get activeIndex() {
374
+ return this._activeIndex || 0;
375
+ }
376
+ set activeIndex(value) {
377
+ const lastIndex = this.itemComponents.length - 1;
378
+ let newIndex = value;
379
+ if (value > lastIndex) {
380
+ newIndex = lastIndex;
381
+ }
382
+ else if (value < 0) {
383
+ newIndex = 0;
384
+ }
385
+ this._activeIndex = newIndex;
386
+ }
387
+ ngOnInit() {
388
+ this.initialized = true;
389
+ this.subscribeToMessageStream();
390
+ }
391
+ ngAfterContentInit() {
392
+ this.activeIndex = this.startingIndex;
393
+ this.updateSteps();
394
+ // Note: The delay here is to ensure all change detection on the items has finished. Without
395
+ // the delay we receive a changed before checked error for vertical progress indicators
396
+ this.itemComponents.changes
397
+ .pipe(takeUntil(this.ngUnsubscribe), delay(0))
398
+ .subscribe(() => {
399
+ this.updateSteps();
400
+ this.notifyChange();
401
+ });
402
+ // Wait for item components' change detection to complete
403
+ // before notifying changes to the consumer.
404
+ this.windowRef.nativeWindow.setTimeout(() => {
405
+ this.notifyChange();
406
+ });
407
+ }
408
+ ngOnDestroy() {
409
+ this.ngUnsubscribe.next();
410
+ this.ngUnsubscribe.complete();
411
+ }
412
+ sendMessage(message) {
413
+ this._messageStream.next(message);
414
+ }
415
+ gotoNextStep() {
416
+ const nextIndex = this.activeIndex + 1;
417
+ const lastIndex = this.itemComponents.length - 1;
418
+ if (nextIndex > lastIndex) {
419
+ return;
420
+ }
421
+ this.gotoStep(nextIndex);
422
+ }
423
+ gotoPreviousStep() {
424
+ const previousIndex = this.activeIndex - 1;
425
+ if (previousIndex < 0) {
426
+ return;
427
+ }
428
+ this.gotoStep(previousIndex);
429
+ }
430
+ gotoStep(index) {
431
+ this.activeIndex = index;
432
+ this.updateSteps();
433
+ this.notifyChange();
434
+ }
435
+ finishSteps() {
436
+ this.activeIndex = this.itemComponents.length - 1;
437
+ this.itemComponents.forEach((component) => {
438
+ component.status = SkyProgressIndicatorItemStatus.Complete;
439
+ });
440
+ this.notifyChange({
441
+ isComplete: true,
442
+ });
443
+ }
444
+ resetSteps() {
445
+ this.gotoStep(0);
446
+ }
447
+ updateSteps() {
448
+ if (this.activeIndex > this.itemComponents.length - 1) {
449
+ this.activeIndex--;
450
+ }
451
+ const activeIndex = this.activeIndex;
452
+ const isPassive = this.isPassive;
453
+ const isVertical = this.displayModeResolved === 'vertical';
454
+ this.itemComponents.forEach((component, i) => {
455
+ // Set visibility.
456
+ component.isVisible = activeIndex === i || isVertical;
457
+ // Set status.
458
+ let status;
459
+ if (activeIndex === i) {
460
+ if (isPassive) {
461
+ status = SkyProgressIndicatorItemStatus.Pending;
462
+ }
463
+ else {
464
+ status = SkyProgressIndicatorItemStatus.Active;
465
+ }
466
+ }
467
+ else if (activeIndex > i) {
468
+ status = SkyProgressIndicatorItemStatus.Complete;
469
+ }
470
+ else {
471
+ status = SkyProgressIndicatorItemStatus.Incomplete;
472
+ }
473
+ component.status = status;
474
+ // Show or hide the status markers.
475
+ component.showStatusMarker = isVertical;
476
+ // Show or hide the step number.
477
+ if (isPassive) {
478
+ component.hideStepNumber();
479
+ }
480
+ else {
481
+ component.showStepNumber(i + 1);
482
+ }
483
+ // If we're in passive mode, don't show titles for incomplete items.
484
+ component.showTitle = !(isPassive && activeIndex < i);
485
+ });
486
+ }
487
+ handleIncomingMessage(message) {
488
+ const value = message;
489
+ let type;
490
+ // Prints a deprecation warning if the consumer provides only `SkyProgressIndicatorMessageType`.
491
+ if (value.type === undefined) {
492
+ console.warn("[Deprecation warning] The progress indicator component's `messageStream` input is set " +
493
+ 'to `Subject<SkyProgressIndicatorMessageType>`. We will remove this deprecated type in ' +
494
+ 'the next major version release. Instead, set the `messageStream` input to a value of ' +
495
+ '`Subject<SkyProgressIndicatorMessage>`.');
496
+ type = value;
497
+ }
498
+ else {
499
+ type = value.type;
500
+ }
501
+ switch (type) {
502
+ case SkyProgressIndicatorMessageType.Progress:
503
+ this.gotoNextStep();
504
+ break;
505
+ case SkyProgressIndicatorMessageType.Regress:
506
+ this.gotoPreviousStep();
507
+ break;
508
+ case SkyProgressIndicatorMessageType.Finish:
509
+ this.finishSteps();
510
+ break;
511
+ case SkyProgressIndicatorMessageType.Reset:
512
+ this.resetSteps();
513
+ break;
514
+ case SkyProgressIndicatorMessageType.GoTo:
515
+ if (!value.data || value.data.activeIndex === undefined) {
516
+ console.warn('A message type of `SkyProgressIndicatorMessageType.GoTo` was passed to the progress ' +
517
+ 'indicator, but no step index was provided. You can pass the desired active ' +
518
+ 'index via:\n' +
519
+ '{\n' +
520
+ ' type: SkyProgressIndicatorMessageType.GoTo,\n' +
521
+ ' data: { activeIndex: 0 }\n' +
522
+ '}');
523
+ return;
524
+ }
525
+ this.gotoStep(value.data.activeIndex);
526
+ break;
527
+ default:
528
+ break;
529
+ }
530
+ // Update the view after a message is received.
531
+ this.changeDetector.markForCheck();
532
+ }
533
+ subscribeToMessageStream() {
534
+ if (this.initialized) {
535
+ if (this.messageStreamSub) {
536
+ this.messageStreamSub.unsubscribe();
537
+ this.messageStreamSub = undefined;
538
+ }
539
+ if (this._messageStream) {
540
+ this.messageStreamSub = this._messageStream
541
+ .pipe(takeUntil(this.ngUnsubscribe))
542
+ .subscribe((message) => {
543
+ this.handleIncomingMessage(message);
544
+ });
545
+ }
546
+ }
547
+ }
548
+ notifyChange(change) {
549
+ this.progressChanges.next(Object.assign({}, {
550
+ activeIndex: this.activeIndex,
551
+ itemStatuses: this.itemStatuses,
552
+ }, change));
553
+ }
554
+ }
555
+ SkyProgressIndicatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SkyProgressIndicatorComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1$1.SkyAppWindowRef }], target: i0.ɵɵFactoryTarget.Component });
556
+ SkyProgressIndicatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: SkyProgressIndicatorComponent, selector: "sky-progress-indicator", inputs: { displayMode: "displayMode", isPassive: "isPassive", messageStream: "messageStream", startingIndex: "startingIndex" }, outputs: { progressChanges: "progressChanges" }, queries: [{ propertyName: "itemComponents", predicate: SkyProgressIndicatorItemComponent }], ngImport: i0, template: "<div class=\"sky-progress-indicator\" [ngClass]=\"cssClassNames\">\n <div\n *ngIf=\"displayModeResolved === 'horizontal'\"\n class=\"sky-progress-indicator-horizontal-status-markers\"\n >\n <sky-progress-indicator-status-marker\n *ngFor=\"let status of itemStatuses\"\n [displayMode]=\"displayModeResolved\"\n [status]=\"status\"\n >\n </sky-progress-indicator-status-marker>\n </div>\n <ng-content></ng-content>\n</div>\n", styles: [".sky-progress-indicator ::ng-deep sky-progress-indicator-item:last-of-type .sky-progress-indicator-status-marker-line{display:none}.sky-progress-indicator-mode-vertical{max-width:400px;min-width:250px;margin:0 auto}.sky-progress-indicator-mode-vertical ::ng-deep .sky-progress-indicator-item-body{text-align:center;margin-left:-30px}.sky-progress-indicator-mode-vertical ::ng-deep sky-progress-indicator-nav-button,.sky-progress-indicator-mode-vertical ::ng-deep sky-progress-indicator-reset-button{display:block;padding-top:30px;padding-left:15px}::ng-deep .sky-popover ::ng-deep .sky-progress-indicator-mode-vertical{min-width:auto}.sky-progress-indicator-mode-horizontal ::ng-deep .sky-progress-indicator-item-heading{font-weight:600;font-size:16px}.sky-progress-indicator-horizontal-status-markers{display:flex;margin-bottom:10px}.sky-progress-indicator-horizontal-status-markers ::ng-deep sky-progress-indicator-status-marker{flex-basis:45px;flex-grow:0}.sky-progress-indicator-horizontal-status-markers ::ng-deep sky-progress-indicator-status-marker:first-of-type{margin-left:-5px}.sky-progress-indicator-horizontal-status-markers ::ng-deep sky-progress-indicator-status-marker:first-of-type .sky-progress-indicator-status-marker .sky-progress-indicator-status-marker-icon:before{display:none!important}.sky-progress-indicator-horizontal-status-markers ::ng-deep sky-progress-indicator-status-marker:last-of-type .sky-progress-indicator-status-marker-line{display:none}:host-context(.sky-theme-modern) .sky-progress-indicator-mode-horizontal ::ng-deep .sky-progress-indicator-item-heading{font-weight:inherit;font-size:inherit}:host-context(.sky-theme-modern) .sky-progress-indicator-mode-vertical ::ng-deep sky-progress-indicator-nav-button,:host-context(.sky-theme-modern) .sky-progress-indicator-mode-vertical ::ng-deep sky-progress-indicator-reset-button{padding:0;margin:60px 0 0;text-align:center}.sky-theme-modern .sky-progress-indicator-mode-horizontal ::ng-deep .sky-progress-indicator-item-heading{font-weight:inherit;font-size:inherit}.sky-theme-modern .sky-progress-indicator-mode-vertical ::ng-deep sky-progress-indicator-nav-button,.sky-theme-modern .sky-progress-indicator-mode-vertical ::ng-deep sky-progress-indicator-reset-button{padding:0;margin:60px 0 0;text-align:center}\n"], components: [{ type: SkyProgressIndicatorStatusMarkerComponent, selector: "sky-progress-indicator-status-marker", inputs: ["displayMode", "status"] }], directives: [{ type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
557
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SkyProgressIndicatorComponent, decorators: [{
558
+ type: Component,
559
+ args: [{ selector: 'sky-progress-indicator', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"sky-progress-indicator\" [ngClass]=\"cssClassNames\">\n <div\n *ngIf=\"displayModeResolved === 'horizontal'\"\n class=\"sky-progress-indicator-horizontal-status-markers\"\n >\n <sky-progress-indicator-status-marker\n *ngFor=\"let status of itemStatuses\"\n [displayMode]=\"displayModeResolved\"\n [status]=\"status\"\n >\n </sky-progress-indicator-status-marker>\n </div>\n <ng-content></ng-content>\n</div>\n", styles: [".sky-progress-indicator ::ng-deep sky-progress-indicator-item:last-of-type .sky-progress-indicator-status-marker-line{display:none}.sky-progress-indicator-mode-vertical{max-width:400px;min-width:250px;margin:0 auto}.sky-progress-indicator-mode-vertical ::ng-deep .sky-progress-indicator-item-body{text-align:center;margin-left:-30px}.sky-progress-indicator-mode-vertical ::ng-deep sky-progress-indicator-nav-button,.sky-progress-indicator-mode-vertical ::ng-deep sky-progress-indicator-reset-button{display:block;padding-top:30px;padding-left:15px}::ng-deep .sky-popover ::ng-deep .sky-progress-indicator-mode-vertical{min-width:auto}.sky-progress-indicator-mode-horizontal ::ng-deep .sky-progress-indicator-item-heading{font-weight:600;font-size:16px}.sky-progress-indicator-horizontal-status-markers{display:flex;margin-bottom:10px}.sky-progress-indicator-horizontal-status-markers ::ng-deep sky-progress-indicator-status-marker{flex-basis:45px;flex-grow:0}.sky-progress-indicator-horizontal-status-markers ::ng-deep sky-progress-indicator-status-marker:first-of-type{margin-left:-5px}.sky-progress-indicator-horizontal-status-markers ::ng-deep sky-progress-indicator-status-marker:first-of-type .sky-progress-indicator-status-marker .sky-progress-indicator-status-marker-icon:before{display:none!important}.sky-progress-indicator-horizontal-status-markers ::ng-deep sky-progress-indicator-status-marker:last-of-type .sky-progress-indicator-status-marker-line{display:none}:host-context(.sky-theme-modern) .sky-progress-indicator-mode-horizontal ::ng-deep .sky-progress-indicator-item-heading{font-weight:inherit;font-size:inherit}:host-context(.sky-theme-modern) .sky-progress-indicator-mode-vertical ::ng-deep sky-progress-indicator-nav-button,:host-context(.sky-theme-modern) .sky-progress-indicator-mode-vertical ::ng-deep sky-progress-indicator-reset-button{padding:0;margin:60px 0 0;text-align:center}.sky-theme-modern .sky-progress-indicator-mode-horizontal ::ng-deep .sky-progress-indicator-item-heading{font-weight:inherit;font-size:inherit}.sky-theme-modern .sky-progress-indicator-mode-vertical ::ng-deep sky-progress-indicator-nav-button,.sky-theme-modern .sky-progress-indicator-mode-vertical ::ng-deep sky-progress-indicator-reset-button{padding:0;margin:60px 0 0;text-align:center}\n"] }]
560
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1$1.SkyAppWindowRef }]; }, propDecorators: { displayMode: [{
561
+ type: Input
562
+ }], isPassive: [{
563
+ type: Input
564
+ }], messageStream: [{
565
+ type: Input
566
+ }], startingIndex: [{
567
+ type: Input
568
+ }], progressChanges: [{
569
+ type: Output
570
+ }], itemComponents: [{
571
+ type: ContentChildren,
572
+ args: [SkyProgressIndicatorItemComponent]
573
+ }] } });
574
+
575
+ /**
576
+ * Displays a button to navigate the steps in modal wizards. We recommend against using it in
577
+ * passive progress indicators and waterfall progress indicators.
578
+ */
579
+ class SkyProgressIndicatorNavButtonComponent {
580
+ constructor(changeDetector, parentComponent) {
581
+ this.changeDetector = changeDetector;
582
+ this.parentComponent = parentComponent;
583
+ /**
584
+ * Fires when users select the nav button and emits a `SkyProgressIndicatorActionClickArgs`
585
+ * object that is passed into the callback function to allow consumers to decide whether
586
+ * the button’s action should complete successfully.
587
+ */
588
+ this.actionClick = new EventEmitter();
589
+ this.ngUnsubscribe = new Subject();
590
+ }
591
+ /**
592
+ * Specifies the type of nav button to include.
593
+ * The valid options are `"finish"`, `"next"`, `"previous"`, and `"reset"`.
594
+ * @default "next"
595
+ */
596
+ set buttonType(value) {
597
+ this._buttonType = value;
598
+ }
599
+ get buttonType() {
600
+ if (this._buttonType === undefined) {
601
+ return 'next';
602
+ }
603
+ return this._buttonType;
604
+ }
605
+ /**
606
+ * Indicates whether to disable the nav button.
607
+ * @default false
608
+ */
609
+ set disabled(value) {
610
+ this._disabled = value;
611
+ this.changeDetector.markForCheck();
612
+ }
613
+ get disabled() {
614
+ const buttonType = this.buttonType;
615
+ const activeIndex = this.lastProgressChange.activeIndex;
616
+ const isLastStep = activeIndex === this.lastProgressChange.itemStatuses.length - 1;
617
+ if (buttonType === 'previous' && activeIndex === 0) {
618
+ return true;
619
+ }
620
+ if (buttonType === 'next' && isLastStep) {
621
+ return true;
622
+ }
623
+ return this._disabled || false;
624
+ }
625
+ /**
626
+ * Specifies the progress indicator component to associate with the nav button.
627
+ * @required
628
+ */
629
+ set progressIndicator(value) {
630
+ this._progressIndicator = value;
631
+ if (value) {
632
+ if (this.buttonType === 'finish') {
633
+ // The `hasFinishButton` field was added to support legacy API.
634
+ // Some implementations only include a next button; we cannot
635
+ // assume that every implementation includes both a finish button and a next button.
636
+ this._progressIndicator.hasFinishButton = true;
637
+ }
638
+ this._progressIndicator.progressChanges
639
+ .pipe(distinctUntilChanged(), takeUntil(this.ngUnsubscribe))
640
+ .subscribe((change) => {
641
+ this.lastProgressChange = change;
642
+ this.updateButtonVisibility(change);
643
+ });
644
+ }
645
+ else {
646
+ if (!this.parentTimeout) {
647
+ this.parentTimeout = window.setTimeout(() => {
648
+ /* istanbul ignore else */
649
+ if (!this.progressIndicator) {
650
+ throw new Error('The `<sky-progress-indicator-nav-button>` component requires a reference to ' +
651
+ 'the `<sky-progress-indicator>` component it controls. For example:\n' +
652
+ '<sky-progress-indicator\n' +
653
+ ' #myProgressIndicator\n' +
654
+ '>\n' +
655
+ '</sky-progress-indicator>\n' +
656
+ '<sky-progress-indicator-nav-button\n' +
657
+ ' [progressIndicator]="myProgressIndicator"\n' +
658
+ '>\n' +
659
+ '</sky-progress-indicator-nav-button>');
660
+ }
661
+ }, 50);
662
+ }
663
+ }
664
+ }
665
+ get progressIndicator() {
666
+ return this._progressIndicator;
667
+ }
668
+ get cssClassNames() {
669
+ const buttonType = this.buttonType;
670
+ const classNames = [`sky-progress-indicator-nav-button-${this.buttonType}`];
671
+ switch (buttonType) {
672
+ case 'next':
673
+ case 'finish':
674
+ classNames.push('sky-btn-primary');
675
+ break;
676
+ case 'reset':
677
+ classNames.push('sky-btn-link');
678
+ break;
679
+ default:
680
+ classNames.push('sky-btn-default');
681
+ break;
682
+ }
683
+ return classNames.join(' ');
684
+ }
685
+ get buttonLabelResourceString() {
686
+ return `skyux_progress_indicator_navigator_${this.buttonType}`;
687
+ }
688
+ set isVisible(value) {
689
+ this._isVisible = value;
690
+ this.changeDetector.markForCheck();
691
+ }
692
+ get isVisible() {
693
+ return this._isVisible || false;
694
+ }
695
+ ngAfterViewInit() {
696
+ if (!this.progressIndicator && this.parentComponent) {
697
+ this.progressIndicator = this.parentComponent;
698
+ }
699
+ else if (!this.progressIndicator) {
700
+ this.progressIndicator = undefined;
701
+ }
702
+ }
703
+ ngOnDestroy() {
704
+ this.ngUnsubscribe.next();
705
+ this.ngUnsubscribe.complete();
706
+ this.actionClick.complete();
707
+ }
708
+ onClick(event) {
709
+ event.preventDefault();
710
+ let type;
711
+ switch (this.buttonType) {
712
+ case 'finish':
713
+ type = SkyProgressIndicatorMessageType.Finish;
714
+ break;
715
+ case 'next':
716
+ type = SkyProgressIndicatorMessageType.Progress;
717
+ break;
718
+ case 'previous':
719
+ type = SkyProgressIndicatorMessageType.Regress;
720
+ break;
721
+ case 'reset':
722
+ type = SkyProgressIndicatorMessageType.Reset;
723
+ break;
724
+ default:
725
+ break;
726
+ }
727
+ // If the consumer has subscribed to the `actionClick` event,
728
+ // allow them to decide when to advance to the next step.
729
+ if (this.actionClick.observers.length > 0) {
730
+ this.actionClick.emit({
731
+ event,
732
+ progressHandler: new SkyProgressIndicatorActionClickProgressHandler(() => {
733
+ this.progressIndicator.sendMessage({ type });
734
+ }),
735
+ });
736
+ }
737
+ else {
738
+ this.progressIndicator.sendMessage({ type });
739
+ }
740
+ }
741
+ updateButtonVisibility(change) {
742
+ const isLastStep = change.activeIndex === change.itemStatuses.length - 1;
743
+ const buttonType = this.buttonType;
744
+ // Hide the button if all steps are complete
745
+ // (except for the reset button)
746
+ if (buttonType !== 'reset' && change.isComplete) {
747
+ this.isVisible = false;
748
+ return;
749
+ }
750
+ if (buttonType === 'finish') {
751
+ this.isVisible = isLastStep;
752
+ return;
753
+ }
754
+ // Hide the next button on the last step only if a finish button exists.
755
+ if (buttonType === 'next' &&
756
+ isLastStep &&
757
+ this.progressIndicator.hasFinishButton) {
758
+ this.isVisible = false;
759
+ return;
760
+ }
761
+ this.isVisible = true;
762
+ }
763
+ }
764
+ SkyProgressIndicatorNavButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SkyProgressIndicatorNavButtonComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: SkyProgressIndicatorComponent, optional: true }], target: i0.ɵɵFactoryTarget.Component });
765
+ SkyProgressIndicatorNavButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: SkyProgressIndicatorNavButtonComponent, selector: "sky-progress-indicator-nav-button", inputs: { buttonText: "buttonText", buttonType: "buttonType", disabled: "disabled", progressIndicator: "progressIndicator" }, outputs: { actionClick: "actionClick" }, ngImport: i0, template: "<button\n *ngIf=\"isVisible\"\n class=\"sky-btn\"\n type=\"button\"\n [disabled]=\"disabled\"\n [ngClass]=\"cssClassNames\"\n [skyThemeClass]=\"{\n 'sky-margin-inline-compact': 'default',\n 'sky-btn-link': 'modern'\n }\"\n (click)=\"onClick($event)\"\n>\n {{ buttonText || (buttonLabelResourceString | skyLibResources) }}\n</button>\n", directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.λ2, selector: "[skyThemeClass]", inputs: ["class", "skyThemeClass"] }], pipes: { "skyLibResources": i4.SkyLibResourcesPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush });
766
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SkyProgressIndicatorNavButtonComponent, decorators: [{
767
+ type: Component,
768
+ args: [{ selector: 'sky-progress-indicator-nav-button', changeDetection: ChangeDetectionStrategy.OnPush, template: "<button\n *ngIf=\"isVisible\"\n class=\"sky-btn\"\n type=\"button\"\n [disabled]=\"disabled\"\n [ngClass]=\"cssClassNames\"\n [skyThemeClass]=\"{\n 'sky-margin-inline-compact': 'default',\n 'sky-btn-link': 'modern'\n }\"\n (click)=\"onClick($event)\"\n>\n {{ buttonText || (buttonLabelResourceString | skyLibResources) }}\n</button>\n" }]
769
+ }], ctorParameters: function () {
770
+ return [{ type: i0.ChangeDetectorRef }, { type: SkyProgressIndicatorComponent, decorators: [{
771
+ type: Optional
772
+ }] }];
773
+ }, propDecorators: { buttonText: [{
774
+ type: Input
775
+ }], buttonType: [{
776
+ type: Input
777
+ }], disabled: [{
778
+ type: Input
779
+ }], progressIndicator: [{
780
+ type: Input
781
+ }], actionClick: [{
782
+ type: Output
783
+ }] } });
784
+
785
+ /**
786
+ * Displays a button to mark all items in the progress indicator as incomplete and set the
787
+ * first item as the active item. The steps after the active item remain incomplete until
788
+ * users reach them in their sequential order.
789
+ */
790
+ class SkyProgressIndicatorResetButtonComponent {
791
+ constructor(changeDetector) {
792
+ this.changeDetector = changeDetector;
793
+ /**
794
+ * Fires when users select the reset button that marks all items as incomplete and sets the
795
+ * first item as the active item.
796
+ */
797
+ this.resetClick = new EventEmitter();
798
+ console.warn('[Deprecation warning] The `<sky-progress-indicator-reset-button>` component is ' +
799
+ 'deprecated. Please use the `<sky-progress-indicator-nav-button>` component instead, with ' +
800
+ '`buttonType` set to "reset".');
801
+ }
802
+ /**
803
+ * Indicates whether to disable the reset button.
804
+ * @default false
805
+ */
806
+ set disabled(value) {
807
+ this._disabled = value;
808
+ this.changeDetector.markForCheck();
809
+ }
810
+ get disabled() {
811
+ return this._disabled || false;
812
+ }
813
+ ngOnDestroy() {
814
+ this.resetClick.complete();
815
+ }
816
+ onClick() {
817
+ this.resetClick.emit();
818
+ this.progressIndicator.sendMessage({
819
+ type: SkyProgressIndicatorMessageType.Reset,
820
+ });
821
+ }
822
+ }
823
+ SkyProgressIndicatorResetButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SkyProgressIndicatorResetButtonComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
824
+ SkyProgressIndicatorResetButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: SkyProgressIndicatorResetButtonComponent, selector: "sky-progress-indicator-reset-button", inputs: { disabled: "disabled", progressIndicator: "progressIndicator" }, outputs: { resetClick: "resetClick" }, ngImport: i0, template: "<button\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n [disabled]=\"disabled\"\n (click)=\"onClick()\"\n>\n <ng-content></ng-content>\n</button>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush });
825
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SkyProgressIndicatorResetButtonComponent, decorators: [{
826
+ type: Component,
827
+ args: [{ selector: 'sky-progress-indicator-reset-button', changeDetection: ChangeDetectionStrategy.OnPush, template: "<button\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n [disabled]=\"disabled\"\n (click)=\"onClick()\"\n>\n <ng-content></ng-content>\n</button>\n" }]
828
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { disabled: [{
829
+ type: Input
830
+ }], progressIndicator: [{
831
+ type: Input
832
+ }], resetClick: [{
833
+ type: Output
834
+ }] } });
835
+
836
+ /**
837
+ * Specifies a header to display above the progress indicator.
838
+ */
839
+ class SkyProgressIndicatorTitleComponent {
840
+ }
841
+ SkyProgressIndicatorTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SkyProgressIndicatorTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
842
+ SkyProgressIndicatorTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: SkyProgressIndicatorTitleComponent, selector: "sky-progress-indicator-title", ngImport: i0, template: "<div\n aria-level=\"1\"\n class=\"sky-progress-indicator-title\"\n role=\"heading\"\n [skyThemeClass]=\"{\n 'sky-section-heading': 'default',\n 'sky-font-heading-1': 'modern'\n }\"\n>\n <ng-content></ng-content>\n</div>\n", styles: [".sky-progress-indicator-title{line-height:1.1;margin:0 0 30px;text-align:center}:host-context(.sky-theme-modern) .sky-progress-indicator-title{line-height:inherit;margin:0 0 60px}.sky-theme-modern .sky-progress-indicator-title{line-height:inherit;margin:0 0 60px}\n"], directives: [{ type: i1.λ2, selector: "[skyThemeClass]", inputs: ["class", "skyThemeClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
843
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SkyProgressIndicatorTitleComponent, decorators: [{
844
+ type: Component,
845
+ args: [{ selector: 'sky-progress-indicator-title', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div\n aria-level=\"1\"\n class=\"sky-progress-indicator-title\"\n role=\"heading\"\n [skyThemeClass]=\"{\n 'sky-section-heading': 'default',\n 'sky-font-heading-1': 'modern'\n }\"\n>\n <ng-content></ng-content>\n</div>\n", styles: [".sky-progress-indicator-title{line-height:1.1;margin:0 0 30px;text-align:center}:host-context(.sky-theme-modern) .sky-progress-indicator-title{line-height:inherit;margin:0 0 60px}.sky-theme-modern .sky-progress-indicator-title{line-height:inherit;margin:0 0 60px}\n"] }]
846
+ }] });
847
+
848
+ class SkyProgressIndicatorModule {
849
+ }
850
+ SkyProgressIndicatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SkyProgressIndicatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
851
+ SkyProgressIndicatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SkyProgressIndicatorModule, declarations: [SkyProgressIndicatorComponent,
852
+ SkyProgressIndicatorItemComponent,
853
+ SkyProgressIndicatorNavButtonComponent,
854
+ SkyProgressIndicatorResetButtonComponent,
855
+ SkyProgressIndicatorStatusMarkerComponent,
856
+ SkyProgressIndicatorTitleComponent], imports: [CommonModule,
857
+ SkyI18nModule,
858
+ SkyIconModule,
859
+ SkyProgressIndicatorResourcesModule,
860
+ SkyThemeModule], exports: [SkyProgressIndicatorComponent,
861
+ SkyProgressIndicatorItemComponent,
862
+ SkyProgressIndicatorNavButtonComponent,
863
+ SkyProgressIndicatorResetButtonComponent,
864
+ SkyProgressIndicatorTitleComponent] });
865
+ SkyProgressIndicatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SkyProgressIndicatorModule, imports: [[
866
+ CommonModule,
867
+ SkyI18nModule,
868
+ SkyIconModule,
869
+ SkyProgressIndicatorResourcesModule,
870
+ SkyThemeModule,
871
+ ]] });
872
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SkyProgressIndicatorModule, decorators: [{
873
+ type: NgModule,
874
+ args: [{
875
+ declarations: [
876
+ SkyProgressIndicatorComponent,
877
+ SkyProgressIndicatorItemComponent,
878
+ SkyProgressIndicatorNavButtonComponent,
879
+ SkyProgressIndicatorResetButtonComponent,
880
+ SkyProgressIndicatorStatusMarkerComponent,
881
+ SkyProgressIndicatorTitleComponent,
882
+ ],
883
+ imports: [
884
+ CommonModule,
885
+ SkyI18nModule,
886
+ SkyIconModule,
887
+ SkyProgressIndicatorResourcesModule,
888
+ SkyThemeModule,
889
+ ],
890
+ exports: [
891
+ SkyProgressIndicatorComponent,
892
+ SkyProgressIndicatorItemComponent,
893
+ SkyProgressIndicatorNavButtonComponent,
894
+ SkyProgressIndicatorResetButtonComponent,
895
+ SkyProgressIndicatorTitleComponent,
896
+ ],
897
+ }]
898
+ }] });
899
+
900
+ /**
901
+ * Generated bundle index. Do not edit.
902
+ */
903
+
904
+ export { SkyProgressIndicatorActionClickProgressHandler, SkyProgressIndicatorDisplayMode, SkyProgressIndicatorItemStatus, SkyProgressIndicatorMessageType, SkyProgressIndicatorModule, SkyProgressIndicatorItemComponent as λ1, SkyProgressIndicatorComponent as λ2, SkyProgressIndicatorNavButtonComponent as λ3, SkyProgressIndicatorResetButtonComponent as λ4, SkyProgressIndicatorTitleComponent as λ5 };
905
+ //# sourceMappingURL=skyux-progress-indicator.mjs.map