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
|
@@ -23378,7 +23378,9 @@ class WorkflowProgramComponent {
|
|
|
23378
23378
|
}
|
|
23379
23379
|
}
|
|
23380
23380
|
activateList(evt) {
|
|
23381
|
-
this.activeList
|
|
23381
|
+
if (this === null || this === void 0 ? void 0 : this.activeList) {
|
|
23382
|
+
this.activeList = evt;
|
|
23383
|
+
}
|
|
23382
23384
|
this.pickerChanged.emit(true);
|
|
23383
23385
|
}
|
|
23384
23386
|
listAction(evt, type) {
|