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.
- package/bundles/vcomply-workflow-engine.umd.js +7 -5
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/interfaces/confirmation-alert.js +1 -1
- package/esm2015/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.js +3 -1
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.js +6 -6
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngfactory.js +2 -2
- package/fesm2015/vcomply-workflow-engine.js +7 -5
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/lib/interfaces/confirmation-alert.d.ts +1 -0
- package/lib/workflow-engine-container/workflow-engine-container.component.d.ts +1 -1
- package/package.json +1 -1
- package/vcomply-workflow-engine.metadata.json +1 -1
|
@@ -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;
|