impaktapps-ui-builder 1.0.57-alpha.1 → 1.0.57-alpha.2
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.
- package/dist/impaktapps-ui-builder.es.js +1 -3
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +7 -7
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/dist/src/impaktapps-ui-builder/runtime/services/service.d.ts +1 -0
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/buildTabSection.ts +1 -3
- package/src/impaktapps-ui-builder/runtime/services/service.ts +5 -1
|
@@ -10329,6 +10329,7 @@ var service = (funcParams) => {
|
|
|
10329
10329
|
eventGroups = {};
|
|
10330
10330
|
pageData = await funcParams.pageDataProvider();
|
|
10331
10331
|
const config2 = pageData == null ? void 0 : pageData.config;
|
|
10332
|
+
funcParams == null ? void 0 : funcParams.setExternaldata();
|
|
10332
10333
|
const uiSchema = pageData == null ? void 0 : pageData.uiSchema;
|
|
10333
10334
|
const event2 = new CustomEvent("pageNameChanged", {
|
|
10334
10335
|
detail: { pageName: config2.label, hasBackIcon: true }
|
|
@@ -11032,9 +11033,6 @@ var Tabsection = {
|
|
|
11032
11033
|
const buildTabSection = (config2, componentScope2) => {
|
|
11033
11034
|
const tab = _.cloneDeep(Tabsection);
|
|
11034
11035
|
tab.scope = componentScope2;
|
|
11035
|
-
if (config2.style) {
|
|
11036
|
-
tab.config.style = JSON.parse(config2.style);
|
|
11037
|
-
}
|
|
11038
11036
|
if (config2.lazyLoad) {
|
|
11039
11037
|
tab.config.main.lazyLoad = config2.lazyLoad === "YES" ? true : false;
|
|
11040
11038
|
}
|