impaktapps-ui-builder 1.0.71-alpha.4 → 1.0.72-alpha.20
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 +1 -1
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/buildImage.ts +0 -9
- package/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.ts +1 -0
- package/src/impaktapps-ui-builder/runtime/services/service.ts +1 -1
|
@@ -7902,7 +7902,8 @@ const buildPropertiesSection = function(type) {
|
|
|
7902
7902
|
case "Image":
|
|
7903
7903
|
uiSchema.elements = [
|
|
7904
7904
|
getInputField("imageUrl", "Image URL"),
|
|
7905
|
-
getInputField("height", "Image Height")
|
|
7905
|
+
getInputField("height", "Image Height"),
|
|
7906
|
+
emptyBox$1("imageEmpty", { xs: 0, sm: 0, md: 4, lg: 6 })
|
|
7906
7907
|
];
|
|
7907
7908
|
break;
|
|
7908
7909
|
}
|
|
@@ -10256,7 +10257,7 @@ var service = (funcParams) => {
|
|
|
10256
10257
|
setPage: async function() {
|
|
10257
10258
|
var _a, _b, _c;
|
|
10258
10259
|
funcParams.store.setAdditionalErrors([]);
|
|
10259
|
-
funcParams.store.setFormdata((funcParams == null ? void 0 : funcParams.initFormData()) || {});
|
|
10260
|
+
funcParams.store.setFormdata(() => (funcParams == null ? void 0 : funcParams.initFormData()) || {});
|
|
10260
10261
|
funcParams.store.setSchema({ type: "object", properties: {} });
|
|
10261
10262
|
funcParams.store.newData = {};
|
|
10262
10263
|
eventGroups = {};
|