impaktapps-ui-builder 0.0.382-alpha.210 → 0.0.382-alpha.211

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.210",
3
+ "version": "0.0.382-alpha.211",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -259,7 +259,7 @@ export const PageMasterUiSchema: any = {
259
259
  },
260
260
  {
261
261
  type: "Control",
262
- scope: "#/properties/ConfirmDeleteButton",
262
+ scope: "#/properties/ConfirmDeleteCompButton",
263
263
  options: {
264
264
  widget: "Button",
265
265
  },
@@ -283,7 +283,7 @@ export const PageMasterUiSchema: any = {
283
283
  },
284
284
  {
285
285
  type: "Control",
286
- scope: "#/properties/CancelDeleteButton1",
286
+ scope: "#/properties/CancelDeleteCompButton",
287
287
  options: {
288
288
  widget: "Button",
289
289
  },
@@ -300,7 +300,7 @@ export const PageMasterUiSchema: any = {
300
300
  },
301
301
 
302
302
  style: {
303
- marginBottom: "8px",
303
+ // marginBottom: "8px",
304
304
  width:{xs:"100%",sm:"100%",md:"25%",lg:"20%"},
305
305
  // float: "left",
306
306
  },
@@ -435,102 +435,102 @@ export const PageMasterUiSchema: any = {
435
435
  icon: "RejectIcon",
436
436
  color: "error",
437
437
  tooltipMessage: "Reject This Record",
438
- onClick: "deleteEvent",
438
+ onClick: "deletePopUpEvent",
439
439
  },
440
440
  },
441
441
  },
442
442
  },
443
443
  ]
444
444
  },
445
- {
446
- type: "Control",
447
- scope: "#/properties/popUpEvent",
448
- options:{
449
- widget: "PopUp"
450
- },
451
- config:{
452
- layout: {
453
- xs: 12,
454
- sm: 12,
455
- md: 12,
456
- lg: 12,
457
- },
458
- main: {
459
- },
460
- },
461
- elemetns:[
462
- {
463
- type: "Control",
464
- scope: "#/properties/Label",
465
- options: {
466
- widget: "Box",
467
- },
468
- config: {
469
- layout: 12,
470
- main: {
471
- heading: "Are you sure you want to delete ?",
472
- },
473
- },
474
- },
475
- {
476
- type: "Control",
477
- scope: "#/properties/ConfirmDeleteEventButton",
478
- options: {
479
- widget: "Button",
480
- },
481
- config: {
482
- layout: 3,
483
- main: {
484
- name: "No",
485
- startIcon: "ApproveIcon",
486
- variant: "contained",
487
- color: "info",
488
- type: "text",
489
- onClick: "deleteEvent",
490
- size: "small",
491
- },
492
- style: {
493
- width: { xs: "100%", sm: "100%", md: "25%", lg: "20%" },
494
- // float: "left",
495
- },
496
- },
497
- },
498
- {
499
- type: "Control",
500
- scope: "#/properties/CancelDeleteEventButton",
501
- options: {
502
- widget: "Button",
503
- },
504
- config: {
505
- layout: 3,
506
- main: {
507
- name: "Yes",
508
- startIcon: "ApproveIcon",
509
- variant: "contained",
510
- color: "info",
511
- type: "text",
512
- onClick: "deleteEvent",
513
- size: "small",
514
- },
515
- style: {
516
- width: { xs: "100%", sm: "100%", md: "25%", lg: "20%" },
517
- // float: "left",
518
- },
519
- },
520
- },
521
- {
522
- type: "Control",
523
- scope: "#/properties/emptyBox",
445
+ // {
446
+ // type: "Control",
447
+ // scope: "#/properties/popUpEvent",
448
+ // options:{
449
+ // widget: "PopUp"
450
+ // },
451
+ // config:{
452
+ // layout: {
453
+ // xs: 12,
454
+ // sm: 12,
455
+ // md: 12,
456
+ // lg: 12,
457
+ // },
458
+ // main: {
459
+ // },
460
+ // },
461
+ // elemetns:[
462
+ // {
463
+ // type: "Control",
464
+ // scope: "#/properties/Label",
465
+ // options: {
466
+ // widget: "Box",
467
+ // },
468
+ // config: {
469
+ // layout: 12,
470
+ // main: {
471
+ // heading: "Are you sure you want to delete ?",
472
+ // },
473
+ // },
474
+ // },
475
+ // {
476
+ // type: "Control",
477
+ // scope: "#/properties/ConfirmDeleteEventButton",
478
+ // options: {
479
+ // widget: "Button",
480
+ // },
481
+ // config: {
482
+ // layout: 3,
483
+ // main: {
484
+ // name: "No",
485
+ // startIcon: "ApproveIcon",
486
+ // variant: "contained",
487
+ // color: "info",
488
+ // type: "text",
489
+ // onClick: "deleteEvent",
490
+ // size: "small",
491
+ // },
492
+ // style: {
493
+ // width: { xs: "100%", sm: "100%", md: "25%", lg: "20%" },
494
+ // // float: "left",
495
+ // },
496
+ // },
497
+ // },
498
+ // {
499
+ // type: "Control",
500
+ // scope: "#/properties/CancelDeleteEventButton",
501
+ // options: {
502
+ // widget: "Button",
503
+ // },
504
+ // config: {
505
+ // layout: 3,
506
+ // main: {
507
+ // name: "Yes",
508
+ // startIcon: "ApproveIcon",
509
+ // variant: "contained",
510
+ // color: "info",
511
+ // type: "text",
512
+ // onClick: "deleteEvent",
513
+ // size: "small",
514
+ // },
515
+ // style: {
516
+ // width: { xs: "100%", sm: "100%", md: "25%", lg: "20%" },
517
+ // // float: "left",
518
+ // },
519
+ // },
520
+ // },
521
+ // {
522
+ // type: "Control",
523
+ // scope: "#/properties/emptyBox",
524
524
 
525
- options: {
526
- widget: "Box",
527
- },
528
- config: {
529
- layout: 6,
530
- },
531
- },
532
- ]
533
- }
525
+ // options: {
526
+ // widget: "Box",
527
+ // },
528
+ // config: {
529
+ // layout: 6,
530
+ // },
531
+ // },
532
+ // ]
533
+ // }
534
534
  ]
535
535
  },
536
536