vcomply-workflow-engine 3.1.30 → 3.1.31

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.
@@ -143,6 +143,7 @@ export declare class GrcObjectContainerComponent implements OnInit, OnDestroy {
143
143
  findCheckedCategoryIndex(categoryId: number): number;
144
144
  setLinkRiskTab(tabDetails: any): void;
145
145
  populateLinkRisk(selectedData: any): any;
146
+ getOwnersExceptDefault(users: any): any;
146
147
  static ɵfac: i0.ɵɵFactoryDeclaration<GrcObjectContainerComponent, never>;
147
148
  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>;
148
149
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "3.1.30",
3
+ "version": "3.1.31",
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"