vcomply-workflow-engine 3.1.16 → 3.1.17

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.
@@ -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;
@@ -124,6 +129,8 @@ 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;
@@ -131,5 +138,5 @@ export declare class GrcObjectContainerComponent implements OnInit {
131
138
  get grcValidationCheck(): boolean;
132
139
  getRiskCategoryPayload(selectedData: any): any;
133
140
  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>;
141
+ 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
142
  }
@@ -27,6 +27,7 @@ export declare class AttributesTextBoxComponent {
27
27
  customFields: string;
28
28
  noData: string;
29
29
  linkOthers: string;
30
+ linkGRC: string;
30
31
  };
31
32
  VALIDATION_MESSAGE: {
32
33
  grcObjectName: string;
@@ -14,6 +14,7 @@ export declare class AttributesComponent implements OnInit {
14
14
  customFields: string;
15
15
  noData: string;
16
16
  linkOthers: string;
17
+ linkGRC: string;
17
18
  };
18
19
  openedPopup: string;
19
20
  selectedAttribute: any;
@@ -10,6 +10,7 @@ export declare class GrcObjectListComponent implements OnInit {
10
10
  customFields: string;
11
11
  noData: string;
12
12
  linkOthers: string;
13
+ linkGRC: string;
13
14
  };
14
15
  tableCard: {
15
16
  title: string;
@@ -20,6 +20,7 @@ export declare class RiskCategoryRiskListingComponent implements OnInit {
20
20
  customFields: string;
21
21
  noData: string;
22
22
  linkOthers: string;
23
+ linkGRC: string;
23
24
  };
24
25
  categorySubscription: Subscription;
25
26
  riskSubscription: Subscription;
@@ -6,4 +6,5 @@ export declare const LINKS: {
6
6
  customFields: string;
7
7
  noData: string;
8
8
  linkOthers: string;
9
+ linkGRC: string;
9
10
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "3.1.16",
3
+ "version": "3.1.17",
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"