vcomply-workflow-engine 3.1.41 → 3.1.43

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.
@@ -145,7 +145,7 @@ export declare class GrcObjectContainerComponent implements OnInit, OnDestroy {
145
145
  updateGRCObject(): void;
146
146
  updateOtherGRCObjectsPayload(): void;
147
147
  deleteSelectedRisk(categoryId: number, risk: any): void;
148
- findCheckedCategoryIndex(categoryId: number): number;
148
+ findCheckedCategoryIndex(categoryId: number | number[]): number;
149
149
  setLinkRiskTab(tabDetails: any): void;
150
150
  populateLinkRisk(selectedData: any): any;
151
151
  getOwnersExceptDefault(users: any): any;
@@ -27,7 +27,7 @@ export declare class GrcResponsibilityListingComponent implements OnInit {
27
27
  changePage(event: number): void;
28
28
  updateOrCreateCategory(categoryId: number, category: any): void;
29
29
  getSelectedDataAndIds(selectedData: any): void;
30
- findCheckedCategoryIndex(categoryId: number): number;
30
+ findCheckedCategoryIndex(categoryId: number | number[]): any;
31
31
  deleteSelectedRisk(categoryId: number, risk: any): void;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<GrcResponsibilityListingComponent, [{ optional: true; }]>;
33
33
  static ɵcmp: i0.ɵɵComponentDeclaration<GrcResponsibilityListingComponent, "app-grc-responsibility-listing", never, { "tableCard": "tableCard"; "activeCategory": "activeCategory"; "headerText": "headerText"; "currentPage": "currentPage"; "perPageLimit": "perPageLimit"; "totalListData": "totalListData"; "totalPages": "totalPages"; "selectedListData": "selectedListData"; "selectedListDataIds": "selectedListDataIds"; "selectedCatAndRisk": "selectedCatAndRisk"; "risksList": "dataList"; "getSelectedCatAndRisk": "selectedCatAndRisk"; }, { "getUpdatedDataList": "getUpdatedDataList"; "changeSelectedCatAndRisk": "changeSelectedCatAndRisk"; }, never, never, true>;
@@ -17,3 +17,11 @@ export declare const OTHER_GRC_CARD: {
17
17
  }[];
18
18
  export declare const OTHER_GRC_TAB_INDEX: any;
19
19
  export declare const GRC_TYPE_ARRAY: string[];
20
+ export declare const UNCATEGORIZED_LINK_CATEGORY: {
21
+ _id: string;
22
+ category_type: number;
23
+ category_name: string;
24
+ name: string;
25
+ category_id: never[];
26
+ isSelected: boolean;
27
+ };
@@ -208,7 +208,6 @@ export declare class WorkflowRiskComponent implements OnInit {
208
208
  * "getOtherGRCTabCount" function. It is of type "any", which means it can accept any data type.
209
209
  */
210
210
  getOtherGRCTabCount(event?: any): void;
211
- getAllRCIds(rcIds: any): any;
212
211
  getOtherGRCObjects(event?: any): void;
213
212
  saveSelectedList(event: any): void;
214
213
  setOtherGRCTypesFormate(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "3.1.41",
3
+ "version": "3.1.43",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x || 16.x",
6
6
  "@angular/core": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x || 16.x"