impaktapps-ui-builder 0.0.382-alpha.26 → 0.0.382-alpha.28
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 -0
- 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/buildBasicUiSchema.d.ts +1 -0
- package/dist/src/impaktapps-ui-builder/runtime/services/service.d.ts +1 -0
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/buildBasicUiSchema.ts +1 -0
- package/src/impaktapps-ui-builder/runtime/services/service.ts +6 -3
|
@@ -8770,6 +8770,9 @@ var service = (funcParams) => {
|
|
|
8770
8770
|
functionParameters == null ? void 0 : functionParameters.handleReset();
|
|
8771
8771
|
}
|
|
8772
8772
|
},
|
|
8773
|
+
backHandler: (store2) => {
|
|
8774
|
+
store2.navigate(-1);
|
|
8775
|
+
},
|
|
8773
8776
|
callHandler: async function(eventType, functionParameters) {
|
|
8774
8777
|
var _a, _b, _c;
|
|
8775
8778
|
const path = ((_a = funcParams.dynamicData) == null ? void 0 : _a.tableButtonPath) || funcParams.dynamicData.path.split(".")[0];
|
|
@@ -10213,6 +10216,7 @@ const buildBasicUiSchema = (config) => {
|
|
|
10213
10216
|
return {
|
|
10214
10217
|
"type": "HorizontalLayout",
|
|
10215
10218
|
pageName: `${config.name}`,
|
|
10219
|
+
heading: `${config.label}`,
|
|
10216
10220
|
"elements": []
|
|
10217
10221
|
};
|
|
10218
10222
|
};
|