impaktapps-ui-builder 0.0.971 → 0.0.973
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 +4 -5
- 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/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/eventSection.ts +0 -3
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/uiSchema.ts +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.ts +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +1 -1
- package/src/impaktapps-ui-builder/builder/services/component.ts +1 -2
|
@@ -443,7 +443,7 @@ const PageMasterUiSchema = (theme) => {
|
|
|
443
443
|
color: "#535557",
|
|
444
444
|
marginLeft: "-30px",
|
|
445
445
|
fontSize: "12px",
|
|
446
|
-
marginTop: "
|
|
446
|
+
marginTop: "4px"
|
|
447
447
|
}
|
|
448
448
|
}
|
|
449
449
|
},
|
|
@@ -6762,7 +6762,7 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6762
6762
|
color: "#535557",
|
|
6763
6763
|
marginLeft: "-10px",
|
|
6764
6764
|
fontSize: "12px",
|
|
6765
|
-
marginTop: "
|
|
6765
|
+
marginTop: "4px"
|
|
6766
6766
|
}
|
|
6767
6767
|
}
|
|
6768
6768
|
},
|
|
@@ -8502,8 +8502,7 @@ var Component = (store2, dynamicData2, submitHandler, service2) => {
|
|
|
8502
8502
|
},
|
|
8503
8503
|
ElementPathSetter: function(uiSchema, copiedFormData) {
|
|
8504
8504
|
const formData = copiedFormData || JSON.parse(sessionStorage.getItem("copiedConfig"));
|
|
8505
|
-
|
|
8506
|
-
uiSchema.elements[2].elements[1].config.main.heading = elementHeading;
|
|
8505
|
+
uiSchema.elements[2].elements[1].config.main.heading = `Copied Path: ${formData.pageName}`;
|
|
8507
8506
|
}
|
|
8508
8507
|
};
|
|
8509
8508
|
};
|
|
@@ -8944,7 +8943,7 @@ const EventUiSchema = (theme) => {
|
|
|
8944
8943
|
color: "#535557",
|
|
8945
8944
|
marginLeft: "-10px",
|
|
8946
8945
|
fontSize: "12px",
|
|
8947
|
-
marginTop: "
|
|
8946
|
+
marginTop: "4px"
|
|
8948
8947
|
}
|
|
8949
8948
|
}
|
|
8950
8949
|
},
|