vcomply-workflow-engine 2.6.55 → 2.6.57

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.
@@ -107,6 +107,7 @@ export declare class WorkflowEngineContainerComponent implements OnInit, AfterVi
107
107
  onRemovingCheckpoint(event: string, isCheckpointChecked?: boolean, isDataRemoved?: boolean): void;
108
108
  onRemovingRole(event: string): void;
109
109
  isAssessmentDisabled(isDisabled: boolean): void;
110
+ disableMoreOptions(workflowCode: any, disabledElementsCode: any): void;
110
111
  onCheckpointSelection(event: number): void;
111
112
  onRcSelected(isRcSelected: boolean): void;
112
113
  fetchOrganizationDetails(): void;
@@ -70,6 +70,7 @@ export declare class WorkflowProgramComponent implements OnInit {
70
70
  refreshForm: EventEmitter<any>;
71
71
  hideElementsFromMoreOptions: EventEmitter<any>;
72
72
  onRemovingRole: EventEmitter<any>;
73
+ disableElementsFromMoreOptions: EventEmitter<any>;
73
74
  scrollToBottom: boolean;
74
75
  mode: string;
75
76
  programId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "2.6.55",
3
+ "version": "2.6.57",
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"