vcomply-workflow-engine 2.4.57 → 2.4.58
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 +1 -3
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/workflow-program/workflow-program.component.js +2 -4
- package/fesm2015/vcomply-workflow-engine.js +1 -3
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/package.json +1 -1
|
@@ -24670,9 +24670,7 @@
|
|
|
24670
24670
|
}
|
|
24671
24671
|
};
|
|
24672
24672
|
WorkflowProgramComponent.prototype.activateList = function (evt) {
|
|
24673
|
-
|
|
24674
|
-
this.activeList = evt;
|
|
24675
|
-
}
|
|
24673
|
+
this.activeList = evt;
|
|
24676
24674
|
this.pickerChanged.emit(true);
|
|
24677
24675
|
};
|
|
24678
24676
|
WorkflowProgramComponent.prototype.listAction = function (evt, type) {
|