vcomply-workflow-engine 3.1.51 → 3.1.53
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/esm2020/lib/more-option/more-option.component.mjs +2 -2
- package/esm2020/lib/workflow-engine-container/workflow-engine-container.component.mjs +2 -2
- package/fesm2015/vcomply-workflow-engine.mjs +2 -2
- package/fesm2015/vcomply-workflow-engine.mjs.map +1 -1
- package/fesm2020/vcomply-workflow-engine.mjs +2 -2
- package/fesm2020/vcomply-workflow-engine.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -30230,8 +30230,8 @@ class MoreOptionComponent {
|
|
|
30230
30230
|
}
|
|
30231
30231
|
}
|
|
30232
30232
|
hideElements(hiddenList) {
|
|
30233
|
-
console.log('===========================> more option 1', hiddenList);
|
|
30234
30233
|
console.log('===========================> more option', this.currentWorkflow);
|
|
30234
|
+
console.log('===========================> more option 1', hiddenList);
|
|
30235
30235
|
if (this.currentWorkflow) {
|
|
30236
30236
|
this.moreOptionsList[this.currentWorkflow].forEach((element) => {
|
|
30237
30237
|
if (hiddenList.includes(element.code)) {
|
|
@@ -39245,7 +39245,7 @@ class WorkflowEngineContainerComponent {
|
|
|
39245
39245
|
}
|
|
39246
39246
|
}
|
|
39247
39247
|
hideElementsFromMoreOptions(event) {
|
|
39248
|
-
console.log('===========================> container', event);
|
|
39248
|
+
console.log('===========================> container', event, this.moreOption);
|
|
39249
39249
|
this.moreOption?.hideElements(event);
|
|
39250
39250
|
console.log('===========================> container 2', event);
|
|
39251
39251
|
}
|