impaktapps-ui-builder 0.0.412-mtreemap.13 → 0.0.412-mtreemap.14

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.
@@ -8807,6 +8807,8 @@ var service = (funcParams) => {
8807
8807
  }
8808
8808
  const config = pageData == null ? void 0 : pageData.config;
8809
8809
  const uiSchema = pageData == null ? void 0 : pageData.uiSchema;
8810
+ window.localStorage.setItem("pageName", config.label);
8811
+ window.dispatchEvent(new Event("pageNameChanged"));
8810
8812
  const schema2 = (_a = pageData == null ? void 0 : pageData.schema) != null ? _a : { type: "object", properties: {} };
8811
8813
  eventGroups = {};
8812
8814
  eventGroups = extractEvents(config);