impaktapps-ui-builder 0.0.101-alpha.7 → 0.0.101-alpha.9
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 +2 -3
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +2 -2
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.ts +0 -1
- package/src/impaktapps-ui-builder/builder/services/component.ts +2 -2
|
@@ -474,7 +474,6 @@ const PageMasterUiSchema = (theme) => {
|
|
|
474
474
|
layout: { xs: 4, sm: 2.5, md: 2, lg: 1.5 },
|
|
475
475
|
main: {
|
|
476
476
|
name: "Save",
|
|
477
|
-
startIcon: "ApproveIcon",
|
|
478
477
|
variant: "contained",
|
|
479
478
|
type: "text",
|
|
480
479
|
onClick: "saveHandler",
|
|
@@ -8293,8 +8292,8 @@ function refreshPage(type, store2) {
|
|
|
8293
8292
|
Validation: ValidationSection
|
|
8294
8293
|
};
|
|
8295
8294
|
const elements = (_a = sectionLabels[type]) == null ? void 0 : _a.map((e) => sectionUiSchema[e]);
|
|
8296
|
-
UiSchema.elements[
|
|
8297
|
-
UiSchema.elements[
|
|
8295
|
+
UiSchema.elements[0].config.main.tabLabels = sectionLabels[type] || ["Core", "Style", "Event", "Validation"];
|
|
8296
|
+
UiSchema.elements[0].elements = elements || [CoreSection, StyleSection, EventSection(store2.theme.myTheme), ValidationSection];
|
|
8298
8297
|
}
|
|
8299
8298
|
if (sessionStorage.getItem("copiedConfig")) {
|
|
8300
8299
|
this.ElementPathSetter(UiSchema);
|