impaktapps-ui-builder 1.0.60-alpha.1 → 1.0.60-alpha.3
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.
|
@@ -10356,7 +10356,7 @@ var service = (funcParams) => {
|
|
|
10356
10356
|
funcParams == null ? void 0 : funcParams.setExternaldata();
|
|
10357
10357
|
const uiSchema = pageData == null ? void 0 : pageData.uiSchema;
|
|
10358
10358
|
const event2 = new CustomEvent("pageNameChanged", {
|
|
10359
|
-
detail: { pageName: config2.label, hasBackIcon: config2.hasBackIcon }
|
|
10359
|
+
detail: { pageName: config2.label, hasBackIcon: config2.hasBackIcon === "NO" ? false : true }
|
|
10360
10360
|
});
|
|
10361
10361
|
window.dispatchEvent(event2);
|
|
10362
10362
|
(_b = (_a = funcParams == null ? void 0 : funcParams.store) == null ? void 0 : _a.theme) == null ? void 0 : _b.myTheme;
|