impaktapps-ui-builder 0.0.302 → 0.0.303

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.302",
3
+ "version": "0.0.303",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -70,13 +70,13 @@ export default (funcParams: funcParamsProps) => {
70
70
  serviceHolder: this, eventGroups
71
71
  }
72
72
  funcParams.store.setSchema(
73
- funcParams.schema
74
- // (pre: any) => {
75
- // return {
76
- // ...funcParams.schema, properties:
77
- // { ...funcParams.schema.properties, ...pre.properties, }
78
- // }
79
- // }
73
+ // funcParams.schema
74
+ (pre: any) => {
75
+ return {
76
+ ...funcParams.schema, properties:
77
+ { ...funcParams.schema.properties, ...pre.properties, }
78
+ }
79
+ }
80
80
  )
81
81
  funcParams.uiSchema.elements.push(notifyUiSchema);
82
82
  funcParams.store.setUiSchema(funcParams.uiSchema);