impaktapps-ui-builder 1.0.50 → 1.0.51
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 -4
- 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/buildFileInput.ts +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.ts +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/selectInputField.ts +1 -1
- package/src/impaktapps-ui-builder/runtime/services/service.ts +1 -1
|
@@ -7483,7 +7483,7 @@ const cardLayout = {
|
|
|
7483
7483
|
widget: "SelectInputField"
|
|
7484
7484
|
},
|
|
7485
7485
|
config: {
|
|
7486
|
-
layout: { xs: 6, sm: 6, md: 4, lg:
|
|
7486
|
+
layout: { xs: 6, sm: 6, md: 4, lg: 3 },
|
|
7487
7487
|
main: {
|
|
7488
7488
|
label: "Screen Size"
|
|
7489
7489
|
}
|
|
@@ -10570,7 +10570,7 @@ var service = (funcParams) => {
|
|
|
10570
10570
|
},
|
|
10571
10571
|
callHandler: async function(eventType, functionParameters) {
|
|
10572
10572
|
var _a, _b, _c;
|
|
10573
|
-
const path = ((_a = funcParams.dynamicData) == null ? void 0 : _a.tableButtonPath) || funcParams.dynamicData.path.split(".")[
|
|
10573
|
+
const path = ((_a = funcParams.dynamicData) == null ? void 0 : _a.tableButtonPath) || funcParams.dynamicData.path.split(".")[funcParams.dynamicData.path.split(".").length - 1];
|
|
10574
10574
|
if (((_b = eventGroups == null ? void 0 : eventGroups[eventType]) == null ? void 0 : _b[path]) !== void 0) {
|
|
10575
10575
|
Promise.all((_c = eventGroups == null ? void 0 : eventGroups[eventType]) == null ? void 0 : _c[path].map((eventConfig) => {
|
|
10576
10576
|
executeEventsParameters.store.functionParameters = functionParameters;
|
|
@@ -11071,7 +11071,7 @@ var SelectInputField = {
|
|
|
11071
11071
|
widget: "SelectInputField"
|
|
11072
11072
|
},
|
|
11073
11073
|
config: {
|
|
11074
|
-
layout: { xs: 12, sm: 6, md: 4, lg:
|
|
11074
|
+
layout: { xs: 12, sm: 6, md: 4, lg: 3 },
|
|
11075
11075
|
main: {
|
|
11076
11076
|
label: "",
|
|
11077
11077
|
type: "text",
|
|
@@ -12000,7 +12000,7 @@ const FileInput = {
|
|
|
12000
12000
|
widget: "FileInputField"
|
|
12001
12001
|
},
|
|
12002
12002
|
config: {
|
|
12003
|
-
layout: { xs: 6, sm: 6, md: 4, lg:
|
|
12003
|
+
layout: { xs: 6, sm: 6, md: 4, lg: 3 },
|
|
12004
12004
|
main: {
|
|
12005
12005
|
required: false,
|
|
12006
12006
|
onUpload: "onFileUpload",
|