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

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,12 +8747,14 @@ 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, _g, _h, _i, _j, _k, _l;
8750
+ var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t;
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
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
8755
  uiSchema.elements[1].elements[1].config.main.headerIcons.elements[1].widget.config.main.tooltipMessage = `Copied Path: ${formData.name}`;
8756
+ } else if ((_t = (_s = (_r = (_q = (_p = (_o = (_n = (_m = uiSchema == null ? void 0 : uiSchema.elements) == null ? void 0 : _m[0]) == null ? void 0 : _n.elements) == null ? void 0 : _o[1]) == null ? void 0 : _p.elements) == null ? void 0 : _q[0]) == null ? void 0 : _r.config) == null ? void 0 : _s.main) == null ? void 0 : _t.headerIcons) {
8757
+ uiSchema.elements[0].elements[1].elements[0].config.main.headerIcons.elements[1].widget.config.main.tooltipMessage = `Copied Path: ${formData.name}`;
8756
8758
  }
8757
8759
  }
8758
8760
  };