impaktapps-ui-builder 1.0.286 → 1.0.287
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 -3
- 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/elements/UiSchema/event/schema.ts +0 -1
- package/src/impaktapps-ui-builder/runtime/services/service.ts +1 -1
|
@@ -9443,8 +9443,7 @@ const EventSchema = {
|
|
|
9443
9443
|
{ title: "Row Movement", const: "onRowMovement" },
|
|
9444
9444
|
{ title: "Download", const: "onDownload" },
|
|
9445
9445
|
{ title: "Fail", const: "Fail" },
|
|
9446
|
-
{ title: "Key Down", const: "onKeyDown" }
|
|
9447
|
-
{ title: "Search Select", const: "onSearchNodeSelect" }
|
|
9446
|
+
{ title: "Key Down", const: "onKeyDown" }
|
|
9448
9447
|
]
|
|
9449
9448
|
},
|
|
9450
9449
|
Handler: {
|
|
@@ -10913,7 +10912,7 @@ var service = (funcParams) => {
|
|
|
10913
10912
|
{ key: "selectedNodeId", value: param.selectedNodeId },
|
|
10914
10913
|
{ key: "uncollapsedIds", value: param.uncollapsedIds }
|
|
10915
10914
|
];
|
|
10916
|
-
const response = await this.callExecuteEvents(param, apiBody, "
|
|
10915
|
+
const response = await this.callExecuteEvents(param, apiBody, "onLoad");
|
|
10917
10916
|
return response == null ? void 0 : response.data;
|
|
10918
10917
|
},
|
|
10919
10918
|
getSelectOptions: async function(param) {
|