impaktapps-ui-builder 0.0.382-alpha.22 → 0.0.382-alpha.23

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.382-alpha.22",
3
+ "version": "0.0.382-alpha.23",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -84,6 +84,7 @@ const getArrayControl = (parentScope: string, childScope: string, childLabel?: s
84
84
  },
85
85
  },
86
86
  },
87
+ EmptyBox,
87
88
  EmptyBox
88
89
  ],
89
90
  },
@@ -105,20 +106,6 @@ sizeHolder.options.detail.elements[1] = {
105
106
  },
106
107
  },
107
108
  };
108
- sizeHolder.options.detail.elements[2] = {
109
- type: "Control",
110
- scope: `#/properties/empty`,
111
-
112
- options: {
113
- widget: "EmptyBox",
114
- },
115
- config: {
116
- layout: { xs: 0, sm: 4, md: 4, lg: 4 },
117
- main: {
118
- label: 'empty'
119
- },
120
- },
121
- };
122
109
  const getInputField = (scope: String, label: String) => {
123
110
  return {
124
111
  type: "Control",