impaktapps-ui-builder 0.0.412-mtreemap.42 → 0.0.412-mtreemap.44

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.
@@ -9362,8 +9362,10 @@ var service = (funcParams) => {
9362
9362
  }
9363
9363
  const config = pageData == null ? void 0 : pageData.config;
9364
9364
  const uiSchema = pageData == null ? void 0 : pageData.uiSchema;
9365
- window.localStorage.setItem("pageName", config.label);
9366
- window.dispatchEvent(new Event("pageNameChanged"));
9365
+ const event2 = new CustomEvent("pageNameChanged", {
9366
+ detail: { pageName: config.label }
9367
+ });
9368
+ window.dispatchEvent(event2);
9367
9369
  const theme = (_b = (_a = funcParams == null ? void 0 : funcParams.store) == null ? void 0 : _a.theme) == null ? void 0 : _b.myTheme;
9368
9370
  uiSchema.elements.push(
9369
9371
  {