impaktapps-ui-builder 0.0.101-alpha.91 → 0.0.101-alpha.92

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.
@@ -8747,10 +8747,12 @@ var Component = (store2, dynamicData2, submitHandler, service2) => {
8747
8747
  return parentPath ? `${parentPath}.events[${rowId}]` : `events[${rowId}]`;
8748
8748
  },
8749
8749
  ElementPathSetter: function(uiSchema, copiedFormData) {
8750
- var _a, _b, _c, _d, _e, _f;
8750
+ var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l;
8751
8751
  const formData = copiedFormData || JSON.parse(sessionStorage.getItem("copiedConfig"));
8752
8752
  if ((_f = (_e = (_d = (_c = (_b = (_a = uiSchema == null ? void 0 : uiSchema.elements) == null ? void 0 : _a[1]) == null ? void 0 : _b.elements) == null ? void 0 : _c[0]) == null ? void 0 : _d.config) == null ? void 0 : _e.main) == null ? void 0 : _f.headerIcons) {
8753
8753
  uiSchema.elements[1].elements[0].config.main.headerIcons.elements[1].widget.config.main.tooltipMessage = `Copied Path: ${formData.name}`;
8754
+ } else if ((_l = (_k = (_j = (_i = (_h = (_g = uiSchema == null ? void 0 : uiSchema.elements) == null ? void 0 : _g[1]) == null ? void 0 : _h.elements) == null ? void 0 : _i[1]) == null ? void 0 : _j.config) == null ? void 0 : _k.main) == null ? void 0 : _l.headerIcons) {
8755
+ uiSchema.elements[1].elements[1].config.main.headerIcons.elements[1].widget.config.main.tooltipMessage = `Copied Path: ${formData.name}`;
8754
8756
  }
8755
8757
  }
8756
8758
  };
@@ -9783,7 +9785,6 @@ var event = (store2, dynamicData2, submitHandler, service2, functionsName) => {
9783
9785
  });
9784
9786
  });
9785
9787
  }
9786
- console.log("pathArray>>", pathArray);
9787
9788
  schema2.properties.pageName.path = pathArray;
9788
9789
  store22.setSchema(schema2);
9789
9790
  store22.setUiSchema(uiSchema);
@@ -9820,7 +9821,6 @@ var event = (store2, dynamicData2, submitHandler, service2, functionsName) => {
9820
9821
  });
9821
9822
  });
9822
9823
  }
9823
- console.log("pathArray>>", pathArray);
9824
9824
  schema2.properties.pageName.path = _.cloneDeep(pathArray);
9825
9825
  return schema2;
9826
9826
  },