impaktapps-ui-builder 0.0.970-test.1 → 0.0.970-test.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.
- package/dist/impaktapps-ui-builder.es.js +3 -2
- 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 +2 -1
- package/src/impaktapps-ui-builder/builder/services/component.ts +1 -1
|
@@ -441,7 +441,8 @@ const PageMasterUiSchema = (theme) => {
|
|
|
441
441
|
},
|
|
442
442
|
style: {
|
|
443
443
|
color: "#535557",
|
|
444
|
-
marginLeft: "-30px"
|
|
444
|
+
marginLeft: "-30px",
|
|
445
|
+
fontSize: "12px"
|
|
445
446
|
}
|
|
446
447
|
}
|
|
447
448
|
},
|
|
@@ -8498,7 +8499,7 @@ var Component = (store2, dynamicData2, submitHandler, service2) => {
|
|
|
8498
8499
|
},
|
|
8499
8500
|
ElementPathSetter: function(uiSchema, copiedFormData) {
|
|
8500
8501
|
const formData = copiedFormData || JSON.parse(sessionStorage.getItem("copiedConfig"));
|
|
8501
|
-
const elementHeading = formData.name ? `Copied Path: ${formData.pageName}
|
|
8502
|
+
const elementHeading = formData.name ? `Copied Path: ${formData.pageName}` : `Copied Path: ${formData.pageName}`;
|
|
8502
8503
|
uiSchema.elements[2].elements[1].config.main.heading = elementHeading;
|
|
8503
8504
|
}
|
|
8504
8505
|
};
|