impaktapps-ui-builder 1.0.438 → 1.0.440

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.
@@ -9106,7 +9106,7 @@ var Component = (store2, dynamicData2, submitHandler, service2) => {
9106
9106
  saveFormdataInSessionStorage(store2.ctx.core.data, path);
9107
9107
  if (path) {
9108
9108
  let finalPath = `${path}`;
9109
- if ((_c = dynamicData2 == null ? void 0 : dynamicData2.path) == null ? void 0 : _c.startsWith("tabLabels")) {
9109
+ if ((_c = dynamicData2 == null ? void 0 : dynamicData2.path) == null ? void 0 : _c.startsWith("tabLabel")) {
9110
9110
  finalPath = `${finalPath}.tabLabelElements[${rowId}]`;
9111
9111
  } else {
9112
9112
  finalPath = `${finalPath}.elements[${rowId}]`;
@@ -9162,7 +9162,7 @@ var Component = (store2, dynamicData2, submitHandler, service2) => {
9162
9162
  const path = (_a = store2.searchParams) == null ? void 0 : _a.get("path");
9163
9163
  saveFormdataInSessionStorage(store2.ctx.core.data, path);
9164
9164
  let finalPath = `${path}`;
9165
- if (dynamicData2.path.startsWith("tabLabels")) {
9165
+ if (dynamicData2.path.startsWith("tabLabel")) {
9166
9166
  finalPath = `${finalPath}.tabLabelElements[${store2.formData.tabLabelElements.length}]`;
9167
9167
  } else {
9168
9168
  finalPath = `${finalPath}.elements[${store2.formData.elements.length}]`;
@@ -9201,7 +9201,7 @@ var Component = (store2, dynamicData2, submitHandler, service2) => {
9201
9201
  deletePopUpComponent: function() {
9202
9202
  const rowId = dynamicData2.path.split(".")[1];
9203
9203
  sessionStorage.setItem("rowId", rowId);
9204
- sessionStorage.setItem("isTabLabelElements", dynamicData2.path.startsWith("tabLabels") ? "true" : "false");
9204
+ sessionStorage.setItem("isTabLabelElements", dynamicData2.path.startsWith("tabLabel") ? "true" : "false");
9205
9205
  store2.updateDialog("popUpComponentSection");
9206
9206
  },
9207
9207
  deletePopUpEvent: function() {