vcomply-workflow-engine 2.0.1 → 2.0.2

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.
@@ -4,4 +4,5 @@ export interface ConfirmationAlert {
4
4
  message?: string;
5
5
  data?: any;
6
6
  isCheckpointChecked?: boolean;
7
+ isDataRemoved?: boolean;
7
8
  }
@@ -97,7 +97,7 @@ export declare class WorkflowEngineContainerComponent implements OnInit, AfterVi
97
97
  * @param event which more options we are removing.
98
98
  * @param isCheckpointChecked is true if value checkpoints is removed by clicking on more options
99
99
  */
100
- onRemovingCheckpoint(event: string, isCheckpointChecked?: boolean): void;
100
+ onRemovingCheckpoint(event: string, isCheckpointChecked?: boolean, isDataRemoved?: boolean): void;
101
101
  isAssessmentDisabled(isDisabled: boolean): void;
102
102
  onCheckpointSelection(event: number): void;
103
103
  onRcSelected(isRcSelected: boolean): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.0.1",
6
6
  "@angular/core": "^12.0.1"