impaktapps-ui-builder 0.0.101-alpha.30 → 0.0.101-alpha.32

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.
@@ -6258,7 +6258,7 @@ const ComponentSchema = {
6258
6258
  { title: "Graph", const: "Graph" },
6259
6259
  { title: "Input Slider", const: "InputSlider" },
6260
6260
  { title: "Label", const: "Box" },
6261
- { title: "LeaderBoard", const: "LeaderBoard" },
6261
+ { title: "Leaderboard", const: "LeaderBoard" },
6262
6262
  { title: "Multi-Select Dropdown", const: "MultipleSelect" },
6263
6263
  { title: "Pan Card Masked", const: "PanCardText" },
6264
6264
  { title: "Pop Up", const: "PopUp" },
@@ -8426,7 +8426,7 @@ const sectionLabels = {
8426
8426
  Thought: ["Core", "Properties", "Events", "Style", "Validation"]
8427
8427
  };
8428
8428
  function refreshPage(type, store2) {
8429
- var _a;
8429
+ var _a, _b;
8430
8430
  const UiSchema = _.cloneDeep(componentBasicUiSchema(store2.theme.myTheme));
8431
8431
  if (type) {
8432
8432
  const sectionUiSchema = {
@@ -8442,6 +8442,7 @@ function refreshPage(type, store2) {
8442
8442
  UiSchema.elements[0].config.main.tabLabels = sectionLabels[type] || ["Core", "Style", "Events", "Validation"];
8443
8443
  UiSchema.elements[0].elements = elements || [CoreSection, StyleSection, EventSection(store2.theme.myTheme), ValidationSection];
8444
8444
  }
8445
+ console.log("pageName", (_b = store2.formData) == null ? void 0 : _b.pageName);
8445
8446
  if (sessionStorage.getItem("copiedConfig")) {
8446
8447
  this.ElementPathSetter(UiSchema);
8447
8448
  }
@@ -8809,7 +8810,7 @@ const EventSchema = {
8809
8810
  type: "string",
8810
8811
  oneOf: [
8811
8812
  { title: "Custom", const: "custom" },
8812
- { title: "Api", const: "api" },
8813
+ { title: "API", const: "api" },
8813
8814
  { title: "Inbuilt Function", const: "inBuiltFunction" },
8814
8815
  { title: "Refresh", const: "refresh" }
8815
8816
  ]