vcomply-workflow-engine 6.1.4 → 6.1.6

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.
@@ -255,6 +255,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
255
255
  getRCDetailsinRiskTreatment(): void;
256
256
  getOrgDetails(): void;
257
257
  getSubscriptionDetail(): void;
258
+ hideOptionFromMoreOptions(): void;
258
259
  activateSelector(type: any, event: boolean): void;
259
260
  setResponsibilityName(): void;
260
261
  whatChanged(event: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "6.1.4",
3
+ "version": "6.1.06",
4
4
  "peerDependencies": {
5
5
  "@angular/common": " 12.x || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x ",
6
6
  "@angular/core": " 12.x || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x "