vcomply-workflow-engine 3.1.40 → 3.1.42

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.
@@ -150,6 +150,7 @@ export declare class GrcObjectContainerComponent implements OnInit, OnDestroy {
150
150
  populateLinkRisk(selectedData: any): any;
151
151
  getOwnersExceptDefault(users: any): any;
152
152
  setMoreOptionsOnSubmit(): void;
153
+ resetOtherGRCCard(): void;
153
154
  static ɵfac: i0.ɵɵFactoryDeclaration<GrcObjectContainerComponent, never>;
154
155
  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"; "hideElementsFromMoreOptions": "hideElementsFromMoreOptions"; }, never, never, false>;
155
156
  }
@@ -36,6 +36,7 @@ export declare class AttributesTextBoxComponent {
36
36
  grc_exists: string;
37
37
  attributes: string;
38
38
  };
39
+ placeholderText: string;
39
40
  onValueChange: EventEmitter<any>;
40
41
  onTextChange: (event: any) => void;
41
42
  onPopupOpen: (event: any) => void;
@@ -21,6 +21,7 @@ export declare class AttributesComponent implements OnInit {
21
21
  currentIndex: number;
22
22
  isFormSubmitted: boolean;
23
23
  disabled: boolean;
24
+ multiPlaceholderText: string;
24
25
  onAttributesSelection: EventEmitter<any>;
25
26
  onClick: EventEmitter<any>;
26
27
  constructor(grcService: GrcService);
@@ -208,6 +208,7 @@ 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;
211
212
  getOtherGRCObjects(event?: any): void;
212
213
  saveSelectedList(event: any): void;
213
214
  setOtherGRCTypesFormate(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "3.1.40",
3
+ "version": "3.1.42",
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"