impaktapps-ui-builder 0.0.397 → 0.0.398
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 -5
- 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/dist/src/impaktapps-ui-builder/builder/services/event.d.ts +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/services/event.ts +6 -8
|
@@ -8284,11 +8284,9 @@ var event = (store2, dynamicData2, submitHandler, service2, functionsName) => {
|
|
|
8284
8284
|
}
|
|
8285
8285
|
}
|
|
8286
8286
|
if (functionsName) {
|
|
8287
|
-
schema2.inBuiltFunctionType.oneOf = [
|
|
8288
|
-
schema2.properties.inBuiltFunctionType.oneOf
|
|
8289
|
-
|
|
8290
|
-
...functionsName
|
|
8291
|
-
]
|
|
8287
|
+
schema2.properties.inBuiltFunctionType.oneOf = [
|
|
8288
|
+
...schema2.properties.inBuiltFunctionType.oneOf,
|
|
8289
|
+
...functionsName
|
|
8292
8290
|
];
|
|
8293
8291
|
}
|
|
8294
8292
|
store22.setSchema(schema2);
|