@softheon/armature 15.16.1 → 15.16.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.
@@ -10,8 +10,6 @@ export declare class SofProgressBarComponent implements OnInit, OnChanges {
10
10
  stepActive: number;
11
11
  /** The type of progress bar */
12
12
  progressBarType: string;
13
- /** The step done label text */
14
- stepLabels?: StepLabels;
15
13
  /** The navigation step titles */
16
14
  navbarTitles: Array<string>;
17
15
  /**
@@ -38,11 +36,5 @@ export declare class SofProgressBarComponent implements OnInit, OnChanges {
38
36
  */
39
37
  setNavbarTitles(): void;
40
38
  static ɵfac: i0.ɵɵFactoryDeclaration<SofProgressBarComponent, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<SofProgressBarComponent, "sof-progress-bar", never, { "navbarStepKeys": "navbarStepKeys"; "stepActive": "stepActive"; "progressBarType": "progressBarType"; "stepLabels": "stepLabels"; }, {}, never, never, false, never>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<SofProgressBarComponent, "sof-progress-bar", never, { "navbarStepKeys": "navbarStepKeys"; "stepActive": "stepActive"; "progressBarType": "progressBarType"; }, {}, never, never, false, never>;
42
40
  }
43
- interface StepLabels {
44
- complete: string;
45
- inProgress: string;
46
- notDone: string;
47
- }
48
- export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softheon/armature",
3
- "version": "15.16.1",
3
+ "version": "15.16.2",
4
4
  "dependencies": {
5
5
  "tslib": "^2.5.0"
6
6
  },