bpm-core 0.0.19 → 0.0.20

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.
@@ -49,7 +49,7 @@ export declare class FormSectionComponent implements OnInit, AfterViewChecked, A
49
49
  getSectionName(): string;
50
50
  getFormStepStatus(key: string): string;
51
51
  toggleSmallProfileInfo(event: any, personType: any): void;
52
- statusIconClass(status: string, type: string): "danger" | "warning" | "success" | "close" | "clock" | "check";
52
+ statusIconClass(status: string, type: string): "danger" | "close" | "warning" | "clock" | "success" | "check";
53
53
  locationHref(hrefLink: any): void;
54
54
  statusClass(status: string): "danger" | "warning" | "success";
55
55
  statusIcon(status: string): "close" | "clock" | "check";
@@ -27,7 +27,7 @@ export declare class ServiceHeaderComponent implements AfterViewInit {
27
27
  feedback(): void;
28
28
  showUserInfo(): void;
29
29
  setFlagPriority(id: string): void;
30
- statusClass(status: string): "loading" | "danger" | "warning" | "success";
30
+ statusClass(status: string): "danger" | "warning" | "success" | "loading";
31
31
  openFaq(): void;
32
32
  getApprovalHistory(): void;
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<ServiceHeaderComponent, never>;
package/lib/i18n/en.d.ts CHANGED
@@ -170,5 +170,6 @@ declare const _default: {
170
170
  NORMAL: string;
171
171
  select: string;
172
172
  addMultiAttachments: string;
173
+ vpr_dRole: string;
173
174
  };
174
175
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpm-core",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0",
@@ -23,4 +23,4 @@
23
23
  "default": "./fesm2022/bpm-core.mjs"
24
24
  }
25
25
  }
26
- }
26
+ }