vcomply-workflow-engine 3.1.51 → 3.1.52
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/fesm2015/vcomply-workflow-engine.mjs +1 -1
- package/fesm2015/vcomply-workflow-engine.mjs.map +1 -1
- package/fesm2020/vcomply-workflow-engine.mjs +1 -1
- 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)) {
|