impaktapps-ui-builder 0.0.412-h → 0.0.412-hj

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.412h",
3
+ "version": "0.0.412hj",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -101,8 +101,10 @@ export default (funcParams: funcParamsProps) => {
101
101
  await executeRefreshHandler({
102
102
  config: {}, componentName: "",
103
103
  store: funcParams.store, dynamicData: funcParams.dynamicData, userValue: funcParams.userValue, service: funcParams.service,
104
- serviceHolder: this, eventGroups
104
+ serviceHolder: this, eventGroups,formDataHolder
105
105
  })
106
+ const jsonres = await fetch('https://jsonplaceholder.typicode.com/todos/1');
107
+ const result = await jsonres.json()
106
108
  funcParams.store.setSchema(
107
109
  (pre: any) => {
108
110
  return {