vcomply-workflow-engine 3.1.34 → 3.1.36

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.
@@ -89,6 +89,7 @@ export declare class GrcObjectContainerComponent implements OnInit, OnDestroy {
89
89
  resetForm: EventEmitter<any>;
90
90
  hideElementsFromMoreOptions: EventEmitter<any>;
91
91
  otherGRCSubscription: Subscription;
92
+ hideMoreOption: any;
92
93
  constructor(grcService: GrcService, apiService: ResponsibilityService, authService: AuthService, uiKitService: UiKitService);
93
94
  ngOnDestroy(): void;
94
95
  ngOnInit(): void;
@@ -147,6 +148,7 @@ export declare class GrcObjectContainerComponent implements OnInit, OnDestroy {
147
148
  setLinkRiskTab(tabDetails: any): void;
148
149
  populateLinkRisk(selectedData: any): any;
149
150
  getOwnersExceptDefault(users: any): any;
151
+ setMoreOptionsOnSubmit(): void;
150
152
  static ɵfac: i0.ɵɵFactoryDeclaration<GrcObjectContainerComponent, never>;
151
153
  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>;
152
154
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "3.1.34",
3
+ "version": "3.1.36",
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"