impaktapps-ui-builder 1.0.438 → 1.0.441

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.
@@ -8859,7 +8859,7 @@ const sectionLabels = {
8859
8859
  LeaderBoard: ["Core", "Components", "Properties", "Events", "Style"],
8860
8860
  WrapperSection: ["Core", "Components", "Properties", "Style"],
8861
8861
  HorizontalLayout: ["Core", "Components", "Properties", "Style"],
8862
- TabSection: ["Core", "Components", "TabLebelComponet", "Properties", "Style", "Validation"],
8862
+ TabSection: ["Core", "Components", "TabTitles", "Properties", "Style", "Validation"],
8863
8863
  SpeedoMeter: ["Core", "Properties", "Events", "Style"],
8864
8864
  card: ["Core", "Properties", "Events", "Style", "Validation"],
8865
8865
  UploadFile: ["Core", "Events", "Style", "Validation"],
@@ -8907,7 +8907,7 @@ function refreshPage(type, store2) {
8907
8907
  Style: StyleSection,
8908
8908
  Events: EventSection(store2.theme.myTheme),
8909
8909
  Components: TableSection(store2.theme.myTheme),
8910
- TabLebelComponet: TableSection(store2.theme.myTheme, "tabLabelElements"),
8910
+ TabTitles: TableSection(store2.theme.myTheme, "tabLabelElements"),
8911
8911
  Properties: buildPropertiesSection(type),
8912
8912
  Validation: ValidationSection
8913
8913
  };
@@ -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() {