impaktapps-ui-builder 1.0.292-hdb → 1.0.293-hdb
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.
|
@@ -13684,6 +13684,11 @@ const buildUiSchema = (config2, store2) => {
|
|
|
13684
13684
|
});
|
|
13685
13685
|
}
|
|
13686
13686
|
}
|
|
13687
|
+
if (config2.tabLabelsElements) {
|
|
13688
|
+
elements.tabLabelsElements = config2.tabLabelsElements.map((e, elemInd) => {
|
|
13689
|
+
return buildUiSchema(e, store2);
|
|
13690
|
+
});
|
|
13691
|
+
}
|
|
13687
13692
|
return elements;
|
|
13688
13693
|
};
|
|
13689
13694
|
export { buildConfig, buildSchema, buildUiSchema, clearFromSessionStorage, downloadFile$1 as downloadFile, downloadFileFromUrl, pageMaster, Component as pageMasterComponents, event as pageMasterEvents, service as pageService, schema };
|