impaktapps-ui-builder 0.0.382-alpha.8 → 0.0.382-alpha.9

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.8",
3
+ "version": "0.0.382-alpha.9",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -199,64 +199,73 @@ export const componentBasicUiSchema: any = (theme) => {
199
199
  },
200
200
  ],
201
201
  },
202
- {
203
- type: "Control",
204
- scope: "#/properties/btn",
205
- options: {
206
- widget: "Button",
207
- },
202
+
203
+ {
204
+ type: "Control",
205
+ scope: "#/properties/EmptyBox",
206
+ options: {
207
+ widget: "EmptyBox",
208
+ },
209
+ config: {
210
+ layout: { xs: 0, sm: 4, md: 4, lg: 4 },
211
+ },
212
+ },
213
+ {
214
+ type: "Control",
215
+ scope: "#/properties/EmptyBox",
216
+ options: {
217
+ widget: "EmptyBox",
218
+ },
219
+ config: {
220
+ layout: { xs: 0, sm: 4, md: 4, lg: 4 },
221
+ },
222
+ },
223
+ {
224
+ type: "Control",
225
+ scope: "#/properties/btn",
226
+ options: {
227
+ widget: "Button",
228
+ },
208
229
 
209
- config: {
210
- layout: {
211
- xs: 11,
212
- sm: 11,
213
- md: 2.5,
214
- lg: 2.5,
215
- },
216
- main: {
217
- name: "Ok",
218
- startIcon: "ApproveIcon",
219
- variant: "contained",
220
- color: "info",
221
- type: "text",
222
- onClick: "okHandler",
223
- size: "small",
224
- },
225
- style: {
226
- marginBottom: "8px",
227
- float: "right",
228
- },
230
+ config: {
231
+ layout: 1.8,
232
+ main: {
233
+ name: "Ok",
234
+ startIcon: "ApproveIcon",
235
+ variant: "contained",
236
+ color: "info",
237
+ type: "text",
238
+ onClick: "okHandler",
239
+ size: "medium",
229
240
  },
230
- },
231
- {
232
- type: "Control",
233
- scope: "#/properties/btnSubmit",
234
- options: {
235
- widget: "Button",
241
+ style: {
242
+ float: "right",
236
243
  },
244
+ },
245
+ },
246
+ {
247
+ type: "Control",
248
+ scope: "#/properties/btnSubmit",
249
+ options: {
250
+ widget: "Button",
251
+ },
237
252
 
238
- config: {
239
- layout: {
240
- xs: 11,
241
- sm: 11,
242
- md: 2.5,
243
- lg: 2.5,
244
- },
245
- main: {
246
- name: "Save & Exit",
247
- startIcon: "ApproveIcon",
248
- variant: "contained",
249
- color: "info",
250
- type: "text",
251
- onClick: "saveHandler",
252
- size: "small",
253
- },
254
- style: {
255
- marginBottom: "8px",
256
- float: "right",
257
- },
253
+ config: {
254
+ layout: 1.8,
255
+ main: {
256
+ name: "Save & Exit",
257
+ startIcon: "ApproveIcon",
258
+ variant: "contained",
259
+ color: "info",
260
+ type: "text",
261
+ onClick: "saveHandler",
262
+ size: "medium",
263
+ },
264
+ style: {
265
+ float: "right",
258
266
  },
259
267
  },
268
+ },
260
269
  {
261
270
  type: "Control",
262
271
  scope: "#/properties/notify",