@skyux/progress-indicator 6.16.0 → 7.0.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (20) hide show
  1. package/esm2020/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.mjs +6 -6
  2. package/esm2020/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.mjs +6 -7
  3. package/esm2020/lib/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.mjs +3 -3
  4. package/esm2020/lib/modules/progress-indicator/progress-indicator-status-marker/progress-indicator-status-marker.component.mjs +5 -5
  5. package/esm2020/lib/modules/progress-indicator/progress-indicator-title/progress-indicator-title.component.mjs +3 -3
  6. package/esm2020/lib/modules/progress-indicator/progress-indicator.component.mjs +5 -5
  7. package/esm2020/lib/modules/progress-indicator/progress-indicator.module.mjs +9 -11
  8. package/esm2020/lib/modules/shared/sky-progress-indicator-resources.module.mjs +4 -4
  9. package/fesm2015/skyux-progress-indicator.mjs +34 -36
  10. package/fesm2015/skyux-progress-indicator.mjs.map +1 -1
  11. package/fesm2020/skyux-progress-indicator.mjs +34 -36
  12. package/fesm2020/skyux-progress-indicator.mjs.map +1 -1
  13. package/lib/modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.d.ts +1 -1
  14. package/lib/modules/progress-indicator/progress-indicator-nav-button/progress-indicator-nav-button.component.d.ts +1 -1
  15. package/lib/modules/progress-indicator/progress-indicator-reset-button/progress-indicator-reset-button.component.d.ts +1 -1
  16. package/lib/modules/progress-indicator/progress-indicator-status-marker/progress-indicator-status-marker.component.d.ts +1 -1
  17. package/lib/modules/progress-indicator/progress-indicator-title/progress-indicator-title.component.d.ts +1 -1
  18. package/lib/modules/progress-indicator/progress-indicator.component.d.ts +1 -1
  19. package/package.json +9 -9
  20. package/skyux-progress-indicator.d.ts +0 -5
@@ -29,5 +29,5 @@ export declare class SkyProgressIndicatorResetButtonComponent implements OnDestr
29
29
  ngOnDestroy(): void;
30
30
  onClick(): void;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyProgressIndicatorResetButtonComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyProgressIndicatorResetButtonComponent, "sky-progress-indicator-reset-button", never, { "disabled": "disabled"; "progressIndicator": "progressIndicator"; }, { "resetClick": "resetClick"; }, never, ["*"]>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyProgressIndicatorResetButtonComponent, "sky-progress-indicator-reset-button", never, { "disabled": "disabled"; "progressIndicator": "progressIndicator"; }, { "resetClick": "resetClick"; }, never, ["*"], false>;
33
33
  }
@@ -19,5 +19,5 @@ export declare class SkyProgressIndicatorStatusMarkerComponent implements OnDest
19
19
  constructor(changeDetector: ChangeDetectorRef, themeSvc?: SkyThemeService);
20
20
  ngOnDestroy(): void;
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyProgressIndicatorStatusMarkerComponent, [null, { optional: true; }]>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyProgressIndicatorStatusMarkerComponent, "sky-progress-indicator-status-marker", never, { "displayMode": "displayMode"; "status": "status"; }, {}, never, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyProgressIndicatorStatusMarkerComponent, "sky-progress-indicator-status-marker", never, { "displayMode": "displayMode"; "status": "status"; }, {}, never, never, false>;
23
23
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  */
5
5
  export declare class SkyProgressIndicatorTitleComponent {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyProgressIndicatorTitleComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyProgressIndicatorTitleComponent, "sky-progress-indicator-title", never, {}, {}, never, ["*"]>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyProgressIndicatorTitleComponent, "sky-progress-indicator-title", never, {}, {}, never, ["*"], false>;
8
8
  }
@@ -84,5 +84,5 @@ export declare class SkyProgressIndicatorComponent implements OnInit, AfterConte
84
84
  private subscribeToMessageStream;
85
85
  private notifyChange;
86
86
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyProgressIndicatorComponent, never>;
87
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyProgressIndicatorComponent, "sky-progress-indicator", never, { "displayMode": "displayMode"; "isPassive": "isPassive"; "messageStream": "messageStream"; "startingIndex": "startingIndex"; }, { "progressChanges": "progressChanges"; }, ["itemComponents"], ["*"]>;
87
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyProgressIndicatorComponent, "sky-progress-indicator", never, { "displayMode": "displayMode"; "isPassive": "isPassive"; "messageStream": "messageStream"; "startingIndex": "startingIndex"; }, { "progressChanges": "progressChanges"; }, ["itemComponents"], ["*"], false>;
88
88
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/progress-indicator",
3
- "version": "6.16.0",
3
+ "version": "7.0.0-alpha.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -20,7 +20,7 @@
20
20
  "default": "./package.json"
21
21
  },
22
22
  ".": {
23
- "types": "./skyux-progress-indicator.d.ts",
23
+ "types": "./index.d.ts",
24
24
  "esm2020": "./esm2020/skyux-progress-indicator.mjs",
25
25
  "es2020": "./fesm2020/skyux-progress-indicator.mjs",
26
26
  "es2015": "./fesm2015/skyux-progress-indicator.mjs",
@@ -32,12 +32,12 @@
32
32
  }
33
33
  },
34
34
  "peerDependencies": {
35
- "@angular/common": "^13.3.2",
36
- "@angular/core": "^13.3.2",
37
- "@skyux/core": "6.16.0",
38
- "@skyux/i18n": "6.16.0",
39
- "@skyux/indicators": "6.16.0",
40
- "@skyux/theme": "6.16.0"
35
+ "@angular/common": "^14.2.0",
36
+ "@angular/core": "^14.2.0",
37
+ "@skyux/core": "7.0.0-alpha.0",
38
+ "@skyux/i18n": "7.0.0-alpha.0",
39
+ "@skyux/indicators": "7.0.0-alpha.0",
40
+ "@skyux/theme": "7.0.0-alpha.0"
41
41
  },
42
42
  "dependencies": {
43
43
  "tslib": "^2.3.1"
@@ -47,6 +47,6 @@
47
47
  "esm2020": "esm2020/skyux-progress-indicator.mjs",
48
48
  "fesm2020": "fesm2020/skyux-progress-indicator.mjs",
49
49
  "fesm2015": "fesm2015/skyux-progress-indicator.mjs",
50
- "typings": "skyux-progress-indicator.d.ts",
50
+ "typings": "index.d.ts",
51
51
  "sideEffects": false
52
52
  }
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@skyux/progress-indicator" />
5
- export * from './index';