impaktapps-ui-builder 1.0.456 → 1.0.470
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 +3 -2
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +5 -5
- 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 +1 -1
- package/src/impaktapps-ui-builder/runtime/services/service.ts +1 -1
package/package.json
CHANGED
|
@@ -200,7 +200,7 @@ export default (funcParams: funcParamsProps) => {
|
|
|
200
200
|
const apiBody = [
|
|
201
201
|
{ key: "expandedNodeId", value: param.expandedNodeId }
|
|
202
202
|
]
|
|
203
|
-
const response = await this.callExecuteEvents(param, apiBody, "
|
|
203
|
+
const response = await this.callExecuteEvents(param, apiBody, "onNodeExpandChange");
|
|
204
204
|
return response?.data;
|
|
205
205
|
},
|
|
206
206
|
getSelectOptions: async function (param) {
|