impaktapps-ui-builder 0.0.1060 → 0.0.1062
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 +2 -1
- 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/buildArray.ts +1 -0
- package/src/impaktapps-ui-builder/runtime/services/service.ts +1 -1
|
@@ -10510,7 +10510,7 @@ var service = (funcParams) => {
|
|
|
10510
10510
|
},
|
|
10511
10511
|
callHandler: async function(eventType, functionParameters) {
|
|
10512
10512
|
var _a, _b, _c;
|
|
10513
|
-
const path = ((_a = funcParams.dynamicData) == null ? void 0 : _a.tableButtonPath) || funcParams.dynamicData.path.split(".")[
|
|
10513
|
+
const path = ((_a = funcParams.dynamicData) == null ? void 0 : _a.tableButtonPath) || funcParams.dynamicData.path.split(".")[funcParams.dynamicData.path.split(".").length - 1];
|
|
10514
10514
|
if (((_b = eventGroups == null ? void 0 : eventGroups[eventType]) == null ? void 0 : _b[path]) !== void 0) {
|
|
10515
10515
|
Promise.all((_c = eventGroups == null ? void 0 : eventGroups[eventType]) == null ? void 0 : _c[path].map((eventConfig) => {
|
|
10516
10516
|
executeEventsParameters.store.functionParameters = functionParameters;
|
|
@@ -11849,6 +11849,7 @@ const ArrayDetailUiSchema = {
|
|
|
11849
11849
|
scope: "#/properties/adjustments",
|
|
11850
11850
|
layout: 11.5,
|
|
11851
11851
|
options: {
|
|
11852
|
+
type: "HorizontalLayout",
|
|
11852
11853
|
elements: []
|
|
11853
11854
|
}
|
|
11854
11855
|
};
|