bpm-core 0.0.31 → 0.0.32

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.
@@ -13,7 +13,7 @@ export declare class ApprovalsWorkflowComponent {
13
13
  loading: boolean;
14
14
  constructor(i18n: CoreI18nService, sidenavService: SidenavService, coreService: CoreService, toasterService: ToastrService);
15
15
  getApproves(): void;
16
- statusClass(status: string): "success" | "danger" | "warning";
16
+ statusClass(status: string): "danger" | "warning" | "success";
17
17
  showProspectiveApprovals(): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<ApprovalsWorkflowComponent, never>;
19
19
  static ɵcmp: i0.ɵɵComponentDeclaration<ApprovalsWorkflowComponent, "lib-approvals-workflow", never, { "section": { "alias": "section"; "required": false; }; "form": { "alias": "form"; "required": false; }; }, {}, never, never, true, never>;
@@ -39,7 +39,7 @@ export declare class FormSectionComponent implements OnInit {
39
39
  private createUserProfileFromResponse;
40
40
  private openOrCreateUserProfile;
41
41
  toggleSmallProfileInfo(event: any, personType: any): void;
42
- statusClass(status: string): "success" | "danger" | "warning";
42
+ statusClass(status: string): "danger" | "warning" | "success";
43
43
  statusIcon(status: string): "close" | "clock" | "check";
44
44
  static ɵfac: i0.ɵɵFactoryDeclaration<FormSectionComponent, never>;
45
45
  static ɵcmp: i0.ɵɵComponentDeclaration<FormSectionComponent, "app-form-section", never, { "requestDetails": { "alias": "requestDetails"; "required": false; }; "section": { "alias": "section"; "required": false; }; "form": { "alias": "form"; "required": false; }; "lov": { "alias": "lov"; "required": false; }; "isReadOnly": { "alias": "isReadOnly"; "required": false; }; "controllers": { "alias": "controllers"; "required": false; }; "segmentDynamicLoaderService": { "alias": "segmentDynamicLoaderService"; "required": false; }; "sectionFormComponent": { "alias": "sectionFormComponent"; "required": false; }; "sectionName": { "alias": "sectionName"; "required": false; }; }, {}, never, never, true, never>;
@@ -28,7 +28,7 @@ export declare class ServiceHeaderComponent implements AfterViewInit {
28
28
  feedback(): void;
29
29
  showUserInfo(): void;
30
30
  setFlagPriority(id: string): void;
31
- statusClass(status: string): "success" | "danger" | "warning" | "loading";
31
+ statusClass(status: string): "loading" | "danger" | "warning" | "success";
32
32
  openFaq(): void;
33
33
  getApprovalHistory(): void;
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<ServiceHeaderComponent, never>;
@@ -9,7 +9,7 @@ export declare class SubmitDialogComponent {
9
9
  constructor(data: any, i18n: CoreI18nService, coreService: CoreService);
10
10
  getImage(email: string): string;
11
11
  viewForm(formId: string, formName?: string): void;
12
- getStatus(statusKey: string): "success" | "danger" | "warning";
12
+ getStatus(statusKey: string): "danger" | "warning" | "success";
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<SubmitDialogComponent, never>;
14
14
  static ɵcmp: i0.ɵɵComponentDeclaration<SubmitDialogComponent, "app-submit-dialog", never, {}, {}, never, never, true, never>;
15
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpm-core",
3
- "version": "0.0.31",
3
+ "version": "0.0.32",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0",