impaktapps-ui-builder 0.0.382-alpha.15 → 0.0.382-alpha.17

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.15",
3
+ "version": "0.0.382-alpha.17",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -297,7 +297,7 @@ export const componentBasicUiSchema: any = (theme) => {
297
297
  },
298
298
  },
299
299
  {
300
-
300
+
301
301
  type: "Control",
302
302
  scope: "#/properties/FooterText",
303
303
  options: {
@@ -330,27 +330,6 @@ export const componentBasicUiSchema: any = (theme) => {
330
330
  layout: 2,
331
331
  },
332
332
  },
333
- // {
334
- // type: "Control",
335
- // scope: "#/properties/pageName",
336
-
337
- // options: {
338
- // widget: "Box",
339
- // },
340
- // config: {
341
- // layout: { xs: 7, sm: 7, md: 9 },
342
- // main: {
343
- // heading: " ",
344
- // },
345
- // style: {
346
- // float: "right",
347
- // width: "auto",
348
- // fontSize: "12px",
349
- // color: "gray",
350
- // paddingTop: "10px"
351
- // },
352
- // },
353
- // },
354
333
  {
355
334
  type: "Control",
356
335
  scope: "#/properties/backIcon",
@@ -378,7 +357,7 @@ export const componentBasicUiSchema: any = (theme) => {
378
357
  {
379
358
  type: "Control",
380
359
  scope: "#/properties/text",
381
-
360
+
382
361
  options: {
383
362
  widget: "Box",
384
363
  },
@@ -398,29 +377,40 @@ export const componentBasicUiSchema: any = (theme) => {
398
377
  },
399
378
  ],
400
379
  },
401
-
402
380
  {
403
381
  type: "Control",
404
- scope: "#/properties/pageName",
405
-
382
+ scope: "#/properties/text",
383
+
406
384
  options: {
407
385
  widget: "Box",
408
386
  },
409
387
  config: {
410
- layout: 12,
388
+ layout: 9.7,
411
389
  main: {
412
390
  heading: " ",
413
391
  },
414
392
  style: {
415
- // float: "right",
416
- textAlign: "right",
417
- width: "auto",
393
+ color: theme.palette.text.disabled,
394
+ // float: 'right',
395
+ textAlign: 'right',
396
+ // width: 'fit-content',
418
397
  fontSize: "12px",
419
- color: "gray",
420
- paddingTop: "10px"
421
- },
398
+ marginTop: '-16px',
399
+ // marginRight: '100px'
400
+ // marginLeft: '-6px'
401
+ }
422
402
  },
423
403
  },
404
+ {
405
+ type: "Control",
406
+ scope: "#/properties/emptyBox",
407
+ options: {
408
+ widget: "EmptyBox",
409
+ },
410
+ config: {
411
+ layout: 2.3
412
+ }
413
+ },
424
414
  ]
425
415
  }
426
416
  ],
@@ -327,7 +327,7 @@ export const EventUiSchema: any = (theme) => {
327
327
  },
328
328
  },
329
329
  {
330
-
330
+
331
331
  type: "Control",
332
332
  scope: "#/properties/FooterText",
333
333
  options: {
@@ -387,7 +387,7 @@ export const EventUiSchema: any = (theme) => {
387
387
  {
388
388
  type: "Control",
389
389
  scope: "#/properties/text",
390
-
390
+
391
391
  options: {
392
392
  widget: "Box",
393
393
  },
@@ -409,25 +409,37 @@ export const EventUiSchema: any = (theme) => {
409
409
  },
410
410
  {
411
411
  type: "Control",
412
- scope: "#/properties/pageName",
413
-
412
+ scope: "#/properties/text",
413
+
414
414
  options: {
415
415
  widget: "Box",
416
416
  },
417
417
  config: {
418
- layout: 12,
418
+ layout: 9.7,
419
419
  main: {
420
420
  heading: " ",
421
421
  },
422
422
  style: {
423
- // float: "right",
424
- textAlign: "right",
425
- width: "auto",
423
+ color: theme.palette.text.disabled,
424
+ // float: 'right',
425
+ textAlign: 'right',
426
+ // width: 'fit-content',
426
427
  fontSize: "12px",
427
- color: "gray",
428
- paddingTop: "10px"
429
- },
428
+ marginTop: '-16px',
429
+ // marginRight: '100px'
430
+ // marginLeft: '-6px'
431
+ }
432
+ },
433
+ },
434
+ {
435
+ type: "Control",
436
+ scope: "#/properties/emptyBox",
437
+ options: {
438
+ widget: "EmptyBox",
430
439
  },
440
+ config: {
441
+ layout: 2.3
442
+ }
431
443
  },
432
444
  ]
433
445
  }