impaktapps-ui-builder 0.0.382-alpha.12 → 0.0.382-alpha.13

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.12",
3
+ "version": "0.0.382-alpha.13",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -330,27 +330,27 @@ export const componentBasicUiSchema: any = (theme) => {
330
330
  layout: 2,
331
331
  },
332
332
  },
333
- {
334
- type: "Control",
335
- scope: "#/properties/pageName",
333
+ // {
334
+ // type: "Control",
335
+ // scope: "#/properties/pageName",
336
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
- },
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
354
  {
355
355
  type: "Control",
356
356
  scope: "#/properties/backIcon",
@@ -398,6 +398,28 @@ export const componentBasicUiSchema: any = (theme) => {
398
398
  },
399
399
  ],
400
400
  },
401
+
402
+ {
403
+ type: "Control",
404
+ scope: "#/properties/pageName",
405
+
406
+ options: {
407
+ widget: "Box",
408
+ },
409
+ config: {
410
+ layout: 12,
411
+ main: {
412
+ heading: " ",
413
+ },
414
+ style: {
415
+ float: "right",
416
+ width: "auto",
417
+ fontSize: "12px",
418
+ color: "gray",
419
+ paddingTop: "10px"
420
+ },
421
+ },
422
+ },
401
423
  ]
402
424
  }
403
425
  ],
@@ -360,29 +360,6 @@ export const EventUiSchema: any = (theme) => {
360
360
  layout: 2,
361
361
  },
362
362
  },
363
-
364
- {
365
- type: "Control",
366
- scope: "#/properties/pageName",
367
-
368
- options: {
369
- widget: "Box",
370
- },
371
- config: {
372
- layout: { xs: 7, sm: 7, md: 9 },
373
- main: {
374
- heading: " ",
375
- },
376
- style: {
377
- float: "right",
378
- width: "auto",
379
- fontSize: "12px",
380
- color: "gray",
381
- paddingTop: "10px"
382
- },
383
- },
384
- },
385
-
386
363
  {
387
364
  type: "Control",
388
365
  scope: "#/properties/backIcon",
@@ -430,6 +407,27 @@ export const EventUiSchema: any = (theme) => {
430
407
  },
431
408
  ],
432
409
  },
410
+ {
411
+ type: "Control",
412
+ scope: "#/properties/pageName",
413
+
414
+ options: {
415
+ widget: "Box",
416
+ },
417
+ config: {
418
+ layout: 12,
419
+ main: {
420
+ heading: " ",
421
+ },
422
+ style: {
423
+ float: "right",
424
+ width: "auto",
425
+ fontSize: "12px",
426
+ color: "gray",
427
+ paddingTop: "10px"
428
+ },
429
+ },
430
+ },
433
431
  ]
434
432
  }
435
433
  ],