vcomply-workflow-engine 6.1.56 → 6.1.59

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.
@@ -1,2 +1,3 @@
1
1
  export declare const NO_DATA_FOUND_IMAGE = "No results matched your search criteria.";
2
2
  export declare const PAGINATION_LIMIT = 30;
3
+ export declare const ONGOING_FREQUENCY = "Ongoing responsibilities don\u2019t follow a set schedule\u2014they\u2019re triggered by specific events. When you select this frequency, no due dates are generated automatically. You can add due dates manually as the event occurs, giving you full control over timing.";
@@ -8,6 +8,7 @@ export declare class FrequencyOngoingComponent implements OnInit {
8
8
  frequencyData: any;
9
9
  ongoingType: string[];
10
10
  frequencyInfo: any;
11
+ ongoingFrequency: string;
11
12
  startDate: number;
12
13
  lifecycleDetails: any;
13
14
  frequencyDetails: EventEmitter<any>;
@@ -17,7 +17,7 @@ export declare class GrcService {
17
17
  readonly GRC_PAYLOAD: AddGrc;
18
18
  readonly LIST_OBJECT: ListObject;
19
19
  constructor(http: HttpClient, authService: AuthService, config?: Configurations);
20
- getAllResponsibilities(pageNo: number): import("rxjs").Observable<any[]>;
20
+ getAllResponsibilities(pageNo: number, rcIds: string): import("rxjs").Observable<any[]>;
21
21
  getGRCList(event?: any): import("rxjs").Observable<any[]>;
22
22
  getGRCTabsCount(event?: any): import("rxjs").Observable<any[]>;
23
23
  checkValidation(grcPayload: AddGrc, isAttributesSelected: boolean): boolean | 0;
@@ -167,7 +167,7 @@ export declare class WorkflowRiskComponent implements OnInit {
167
167
  setPopupButtons(): void;
168
168
  getRiskDetails(riskId: any): void;
169
169
  populateOptionalFields(): void;
170
- setCategoryType(type: any): "compliance" | "strategic" | "others" | "operational";
170
+ setCategoryType(type: any): "strategic" | "compliance" | "others" | "operational";
171
171
  getRCList(): void;
172
172
  getCategoryList(): void;
173
173
  getOwnersList(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "6.1.56",
3
+ "version": "6.1.59",
4
4
  "peerDependencies": {
5
5
  "@angular/common": " 12.x || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x ",
6
6
  "@angular/core": " 12.x || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x "