vcomply-workflow-engine 3.1.50 → 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.
@@ -30230,7 +30230,8 @@ class MoreOptionComponent {
30230
30230
  }
30231
30231
  }
30232
30232
  hideElements(hiddenList) {
30233
- console.log('===========================> more option', this.currentWorkflow, hiddenList);
30233
+ console.log('===========================> more option', this.currentWorkflow);
30234
+ console.log('===========================> more option 1', hiddenList);
30234
30235
  if (this.currentWorkflow) {
30235
30236
  this.moreOptionsList[this.currentWorkflow].forEach((element) => {
30236
30237
  if (hiddenList.includes(element.code)) {
@@ -39246,6 +39247,7 @@ class WorkflowEngineContainerComponent {
39246
39247
  hideElementsFromMoreOptions(event) {
39247
39248
  console.log('===========================> container', event);
39248
39249
  this.moreOption?.hideElements(event);
39250
+ console.log('===========================> container 2', event);
39249
39251
  }
39250
39252
  showConfirmationPopup(config) {
39251
39253
  this.confirmationAlertConfig = config;