vcomply-workflow-engine 3.1.16 → 3.1.18
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.
- package/esm2020/lib/more-option/more-option.component.mjs +3 -2
- package/esm2020/lib/workflow/grc-object/grc-object-container/grc-object-container.component.mjs +94 -7
- package/esm2020/lib/workflow/shared/components/grc-object-list/grc-object-list.component.mjs +3 -3
- package/esm2020/lib/workflow/shared/components/grc-responsibility-listing/grc-responsibility-listing.component.mjs +16 -1
- package/esm2020/lib/workflow/shared/components/risk-category-risk-listing/risk-category-risk-listing.component.mjs +13 -4
- package/esm2020/lib/workflow/shared/components/table-card/table-card.component.mjs +3 -3
- package/esm2020/lib/workflow/shared/constants/cdn-link.constant.mjs +2 -1
- package/esm2020/lib/workflow-engine-container/workflow-engine-container.component.mjs +3 -4
- package/fesm2015/vcomply-workflow-engine.mjs +132 -16
- package/fesm2015/vcomply-workflow-engine.mjs.map +1 -1
- package/fesm2020/vcomply-workflow-engine.mjs +128 -16
- package/fesm2020/vcomply-workflow-engine.mjs.map +1 -1
- package/lib/workflow/grc-object/grc-object-container/grc-object-container.component.d.ts +12 -2
- package/lib/workflow/shared/components/attributes/attributes-text-box/attributes-text-box.component.d.ts +1 -0
- package/lib/workflow/shared/components/attributes/attributes.component.d.ts +1 -0
- package/lib/workflow/shared/components/grc-object-list/grc-object-list.component.d.ts +1 -0
- package/lib/workflow/shared/components/grc-responsibility-listing/grc-responsibility-listing.component.d.ts +1 -0
- package/lib/workflow/shared/components/risk-category-risk-listing/risk-category-risk-listing.component.d.ts +3 -0
- package/lib/workflow/shared/constants/cdn-link.constant.d.ts +1 -0
- package/package.json +1 -1
|
@@ -35,6 +35,7 @@ export declare class GrcObjectContainerComponent implements OnInit {
|
|
|
35
35
|
customFields: string;
|
|
36
36
|
noData: string;
|
|
37
37
|
linkOthers: string;
|
|
38
|
+
linkGRC: string;
|
|
38
39
|
};
|
|
39
40
|
VALIDATION_MESSAGE: {
|
|
40
41
|
grcObjectName: string;
|
|
@@ -61,6 +62,7 @@ export declare class GrcObjectContainerComponent implements OnInit {
|
|
|
61
62
|
LIST_POPUP: Array<string>;
|
|
62
63
|
smileyMessage: string;
|
|
63
64
|
INPUT_TYPE: InputType;
|
|
65
|
+
dialogFields: Array<string>;
|
|
64
66
|
scrollToBottom: boolean;
|
|
65
67
|
grcType: 0 | 1 | 2 | 3;
|
|
66
68
|
disabledIds: Array<number>;
|
|
@@ -82,9 +84,12 @@ export declare class GrcObjectContainerComponent implements OnInit {
|
|
|
82
84
|
detailsLoader: boolean;
|
|
83
85
|
selectedCategories: any[];
|
|
84
86
|
selectedRisks: any[];
|
|
87
|
+
addedGRC: any;
|
|
85
88
|
populateOption: EventEmitter<any>;
|
|
86
89
|
pickerChanged: EventEmitter<any>;
|
|
87
90
|
closeWorkflow: EventEmitter<any>;
|
|
91
|
+
disconnectRefresh: EventEmitter<any>;
|
|
92
|
+
resetForm: EventEmitter<any>;
|
|
88
93
|
otherGRCSubscription: Subscription;
|
|
89
94
|
constructor(grcService: GrcService, apiService: ResponsibilityService, authService: AuthService, uiKitService: UiKitService);
|
|
90
95
|
ngOnInit(): void;
|
|
@@ -96,7 +101,7 @@ export declare class GrcObjectContainerComponent implements OnInit {
|
|
|
96
101
|
setListPayload(): void;
|
|
97
102
|
onClickOutside(): void;
|
|
98
103
|
onEdit(event: any, subType: string): void;
|
|
99
|
-
onRemoveData(event: any, type: 'RC' | 'OWNER' | 'OTHER_GRC_OBJECTS'): void;
|
|
104
|
+
onRemoveData(event: any, type: 'RC' | 'OWNER' | 'OTHER_GRC_OBJECTS' | 'RISK_CATEGORY'): void;
|
|
100
105
|
changeAttributesType(event: any): void;
|
|
101
106
|
private _initiateAPI;
|
|
102
107
|
private _getOwnerList;
|
|
@@ -124,12 +129,17 @@ export declare class GrcObjectContainerComponent implements OnInit {
|
|
|
124
129
|
resetListObjectSelection(): void;
|
|
125
130
|
smileyActions(event: any): void;
|
|
126
131
|
closeSmiley(event: any): void;
|
|
132
|
+
resetGRCForm(): void;
|
|
133
|
+
viewGRC(): void;
|
|
127
134
|
setOtherGRCTypesFormate(): void;
|
|
128
135
|
removeOtherGRCObjects(event: any): void;
|
|
129
136
|
filterOtherGRCData(event: any, type: string): void;
|
|
130
137
|
resetGRCDataWithTypes(): void;
|
|
131
138
|
get grcValidationCheck(): boolean;
|
|
132
139
|
getRiskCategoryPayload(selectedData: any): any;
|
|
140
|
+
updateOtherGRCObjectsPayload(): void;
|
|
141
|
+
deleteSelectedRisk(categoryId: number, risk: any): void;
|
|
142
|
+
findCheckedCategoryIndex(categoryId: number): number;
|
|
133
143
|
static ɵfac: i0.ɵɵFactoryDeclaration<GrcObjectContainerComponent, never>;
|
|
134
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GrcObjectContainerComponent, "lib-grc-object-container", never, { "grcType": "grcType"; "MODE": "MODE"; "ID": "ID"; }, { "populateOption": "populateOption"; "pickerChanged": "pickerChanged"; "closeWorkflow": "closeWorkflow"; }, never, never, false>;
|
|
144
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GrcObjectContainerComponent, "lib-grc-object-container", never, { "grcType": "grcType"; "MODE": "MODE"; "ID": "ID"; }, { "populateOption": "populateOption"; "pickerChanged": "pickerChanged"; "closeWorkflow": "closeWorkflow"; "disconnectRefresh": "disconnectRefresh"; "resetForm": "resetForm"; }, never, never, false>;
|
|
135
145
|
}
|
|
@@ -28,6 +28,7 @@ export declare class GrcResponsibilityListingComponent implements OnInit {
|
|
|
28
28
|
updateOrCreateCategory(categoryId: number, category: any): void;
|
|
29
29
|
getSelectedDataAndIds(selectedData: any): void;
|
|
30
30
|
findCheckedCategoryIndex(categoryId: number): number;
|
|
31
|
+
deleteSelectedRisk(categoryId: number, risk: any): void;
|
|
31
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<GrcResponsibilityListingComponent, [{ optional: true; }]>;
|
|
32
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>;
|
|
33
34
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { Subscription } from 'rxjs';
|
|
3
|
+
import { GrcResponsibilityListingComponent } from '../grc-responsibility-listing/grc-responsibility-listing.component';
|
|
3
4
|
import { GrcService } from '../../services/grc.service';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class RiskCategoryRiskListingComponent implements OnInit {
|
|
@@ -20,6 +21,7 @@ export declare class RiskCategoryRiskListingComponent implements OnInit {
|
|
|
20
21
|
customFields: string;
|
|
21
22
|
noData: string;
|
|
22
23
|
linkOthers: string;
|
|
24
|
+
linkGRC: string;
|
|
23
25
|
};
|
|
24
26
|
categorySubscription: Subscription;
|
|
25
27
|
riskSubscription: Subscription;
|
|
@@ -40,6 +42,7 @@ export declare class RiskCategoryRiskListingComponent implements OnInit {
|
|
|
40
42
|
selectedRisks: any;
|
|
41
43
|
set selectedCatAndRiskData(value: any);
|
|
42
44
|
closeUsersList: EventEmitter<any>;
|
|
45
|
+
responsibilityListingComponent: GrcResponsibilityListingComponent;
|
|
43
46
|
constructor(grcService: GrcService);
|
|
44
47
|
ngOnInit(): void;
|
|
45
48
|
setSelectedTab(event: any): void;
|
package/package.json
CHANGED