vcomply-workflow-engine 6.1.71 → 6.1.73

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.
@@ -18,6 +18,7 @@ export declare class GrcResponsibilityListingComponent implements OnInit {
18
18
  allSelectedResponsibilityIds: any;
19
19
  set getResponsibilityList(value: any);
20
20
  selectedProgramAndResp: any;
21
+ searchString: string;
21
22
  getUpdatedDataList: EventEmitter<any>;
22
23
  changeSelectedProgramAndResp: EventEmitter<any>;
23
24
  constructor(config?: Configurations);
@@ -33,5 +34,5 @@ export declare class GrcResponsibilityListingComponent implements OnInit {
33
34
  deleteSelectedResponsibility(responsibility: any): void;
34
35
  getSubCategoryIds(selectedResponsibility: any): unknown[];
35
36
  static ɵfac: i0.ɵɵFactoryDeclaration<GrcResponsibilityListingComponent, [{ optional: true; }]>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<GrcResponsibilityListingComponent, "app-grc-responsibility-listing", never, { "tableCard": { "alias": "tableCard"; "required": false; }; "activeProgram": { "alias": "activeProgram"; "required": false; }; "headerText": { "alias": "headerText"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "perPageLimit": { "alias": "perPageLimit"; "required": false; }; "totalListData": { "alias": "totalListData"; "required": false; }; "totalPages": { "alias": "totalPages"; "required": false; }; "selectedListData": { "alias": "selectedListData"; "required": false; }; "selectedListDataIds": { "alias": "selectedListDataIds"; "required": false; }; "MODE": { "alias": "MODE"; "required": false; }; "allSelectedResponsibilityIds": { "alias": "allSelectedResponsibilityIds"; "required": false; }; "getResponsibilityList": { "alias": "responsibilityData"; "required": false; }; "selectedProgramAndResp": { "alias": "selectedProgramAndResp"; "required": false; }; }, { "getUpdatedDataList": "getUpdatedDataList"; "changeSelectedProgramAndResp": "changeSelectedProgramAndResp"; }, never, never, true, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<GrcResponsibilityListingComponent, "app-grc-responsibility-listing", never, { "tableCard": { "alias": "tableCard"; "required": false; }; "activeProgram": { "alias": "activeProgram"; "required": false; }; "headerText": { "alias": "headerText"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "perPageLimit": { "alias": "perPageLimit"; "required": false; }; "totalListData": { "alias": "totalListData"; "required": false; }; "totalPages": { "alias": "totalPages"; "required": false; }; "selectedListData": { "alias": "selectedListData"; "required": false; }; "selectedListDataIds": { "alias": "selectedListDataIds"; "required": false; }; "MODE": { "alias": "MODE"; "required": false; }; "allSelectedResponsibilityIds": { "alias": "allSelectedResponsibilityIds"; "required": false; }; "getResponsibilityList": { "alias": "responsibilityData"; "required": false; }; "selectedProgramAndResp": { "alias": "selectedProgramAndResp"; "required": false; }; "searchString": { "alias": "searchString"; "required": false; }; }, { "getUpdatedDataList": "getUpdatedDataList"; "changeSelectedProgramAndResp": "changeSelectedProgramAndResp"; }, never, never, true, never>;
37
38
  }
@@ -168,7 +168,7 @@ export declare class WorkflowRiskComponent implements OnInit {
168
168
  setPopupButtons(): void;
169
169
  getRiskDetails(riskId: any): void;
170
170
  populateOptionalFields(): void;
171
- setCategoryType(type: any): "compliance" | "strategic" | "others" | "operational";
171
+ setCategoryType(type: any): "strategic" | "compliance" | "others" | "operational";
172
172
  getRCList(): void;
173
173
  getCategoryList(): void;
174
174
  getOwnersList(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "6.1.71",
3
+ "version": "6.1.73",
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 "