impaktapps-ui-builder 0.0.93 → 0.0.95
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.
|
@@ -9482,9 +9482,10 @@ var service = (funcParams) => {
|
|
|
9482
9482
|
}
|
|
9483
9483
|
const config = pageData == null ? void 0 : pageData.config;
|
|
9484
9484
|
const uiSchema = pageData == null ? void 0 : pageData.uiSchema;
|
|
9485
|
-
new CustomEvent("pageNameChanged", {
|
|
9485
|
+
const event2 = new CustomEvent("pageNameChanged", {
|
|
9486
9486
|
detail: { pageName: config.label }
|
|
9487
9487
|
});
|
|
9488
|
+
window.dispatchEvent(event2);
|
|
9488
9489
|
const theme = (_b = (_a = funcParams == null ? void 0 : funcParams.store) == null ? void 0 : _a.theme) == null ? void 0 : _b.myTheme;
|
|
9489
9490
|
uiSchema.elements.push(
|
|
9490
9491
|
{
|