impaktapps-ui-builder 1.0.285 → 1.0.286

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.
@@ -9443,7 +9443,8 @@ 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" }
9446
+ { title: "Key Down", const: "onKeyDown" },
9447
+ { title: "Search Select", const: "onSearchNodeSelect" }
9447
9448
  ]
9448
9449
  },
9449
9450
  Handler: {
@@ -10912,7 +10913,7 @@ var service = (funcParams) => {
10912
10913
  { key: "selectedNodeId", value: param.selectedNodeId },
10913
10914
  { key: "uncollapsedIds", value: param.uncollapsedIds }
10914
10915
  ];
10915
- const response = await this.callExecuteEvents(param, apiBody, "onLoad");
10916
+ const response = await this.callExecuteEvents(param, apiBody, "onSearchNodeSelect");
10916
10917
  return response == null ? void 0 : response.data;
10917
10918
  },
10918
10919
  getSelectOptions: async function(param) {