impaktapps-ui-builder 0.0.382-alpha.551 → 0.0.382-alpha.553
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 +6 -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/dist/src/impaktapps-ui-builder/builder/build/uischema/graph.d.ts +8 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/graph.ts +3 -1
- package/src/impaktapps-ui-builder/runtime/services/service.ts +3 -1
|
@@ -9057,7 +9057,9 @@ var service = (funcParams) => {
|
|
|
9057
9057
|
};
|
|
9058
9058
|
return {
|
|
9059
9059
|
setPage: async function() {
|
|
9060
|
-
funcParams.store.setFormdata({
|
|
9060
|
+
funcParams.store.setFormdata((prev) => {
|
|
9061
|
+
return {};
|
|
9062
|
+
});
|
|
9061
9063
|
executeEventsParameters = {
|
|
9062
9064
|
config: {},
|
|
9063
9065
|
componentName: "",
|
|
@@ -9800,7 +9802,9 @@ const HorizontalBarGraph = {
|
|
|
9800
9802
|
},
|
|
9801
9803
|
headerStyle: {},
|
|
9802
9804
|
tooltipStyle: {},
|
|
9803
|
-
labelStyle: {
|
|
9805
|
+
labelStyle: {
|
|
9806
|
+
margin: { top: 10, left: 180, right: 40, bottom: 40 }
|
|
9807
|
+
},
|
|
9804
9808
|
barStyle: {
|
|
9805
9809
|
color: "#6c5efb"
|
|
9806
9810
|
}
|