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