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/dist/impaktapps-ui-builder.es.js +3 -89
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +7 -7
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.ts +92 -92
|
@@ -285,7 +285,7 @@ const PageMasterUiSchema = {
|
|
|
285
285
|
},
|
|
286
286
|
{
|
|
287
287
|
type: "Control",
|
|
288
|
-
scope: "#/properties/
|
|
288
|
+
scope: "#/properties/ConfirmDeleteCompButton",
|
|
289
289
|
options: {
|
|
290
290
|
widget: "Button"
|
|
291
291
|
},
|
|
@@ -308,7 +308,7 @@ const PageMasterUiSchema = {
|
|
|
308
308
|
},
|
|
309
309
|
{
|
|
310
310
|
type: "Control",
|
|
311
|
-
scope: "#/properties/
|
|
311
|
+
scope: "#/properties/CancelDeleteCompButton",
|
|
312
312
|
options: {
|
|
313
313
|
widget: "Button"
|
|
314
314
|
},
|
|
@@ -324,7 +324,6 @@ const PageMasterUiSchema = {
|
|
|
324
324
|
size: "small"
|
|
325
325
|
},
|
|
326
326
|
style: {
|
|
327
|
-
marginBottom: "8px",
|
|
328
327
|
width: { xs: "100%", sm: "100%", md: "25%", lg: "20%" }
|
|
329
328
|
}
|
|
330
329
|
}
|
|
@@ -452,97 +451,12 @@ const PageMasterUiSchema = {
|
|
|
452
451
|
icon: "RejectIcon",
|
|
453
452
|
color: "error",
|
|
454
453
|
tooltipMessage: "Reject This Record",
|
|
455
|
-
onClick: "
|
|
454
|
+
onClick: "deletePopUpEvent"
|
|
456
455
|
}
|
|
457
456
|
}
|
|
458
457
|
}
|
|
459
458
|
}
|
|
460
459
|
]
|
|
461
|
-
},
|
|
462
|
-
{
|
|
463
|
-
type: "Control",
|
|
464
|
-
scope: "#/properties/popUpEvent",
|
|
465
|
-
options: {
|
|
466
|
-
widget: "PopUp"
|
|
467
|
-
},
|
|
468
|
-
config: {
|
|
469
|
-
layout: {
|
|
470
|
-
xs: 12,
|
|
471
|
-
sm: 12,
|
|
472
|
-
md: 12,
|
|
473
|
-
lg: 12
|
|
474
|
-
},
|
|
475
|
-
main: {}
|
|
476
|
-
},
|
|
477
|
-
elemetns: [
|
|
478
|
-
{
|
|
479
|
-
type: "Control",
|
|
480
|
-
scope: "#/properties/Label",
|
|
481
|
-
options: {
|
|
482
|
-
widget: "Box"
|
|
483
|
-
},
|
|
484
|
-
config: {
|
|
485
|
-
layout: 12,
|
|
486
|
-
main: {
|
|
487
|
-
heading: "Are you sure you want to delete ?"
|
|
488
|
-
}
|
|
489
|
-
}
|
|
490
|
-
},
|
|
491
|
-
{
|
|
492
|
-
type: "Control",
|
|
493
|
-
scope: "#/properties/ConfirmDeleteEventButton",
|
|
494
|
-
options: {
|
|
495
|
-
widget: "Button"
|
|
496
|
-
},
|
|
497
|
-
config: {
|
|
498
|
-
layout: 3,
|
|
499
|
-
main: {
|
|
500
|
-
name: "No",
|
|
501
|
-
startIcon: "ApproveIcon",
|
|
502
|
-
variant: "contained",
|
|
503
|
-
color: "info",
|
|
504
|
-
type: "text",
|
|
505
|
-
onClick: "deleteEvent",
|
|
506
|
-
size: "small"
|
|
507
|
-
},
|
|
508
|
-
style: {
|
|
509
|
-
width: { xs: "100%", sm: "100%", md: "25%", lg: "20%" }
|
|
510
|
-
}
|
|
511
|
-
}
|
|
512
|
-
},
|
|
513
|
-
{
|
|
514
|
-
type: "Control",
|
|
515
|
-
scope: "#/properties/CancelDeleteEventButton",
|
|
516
|
-
options: {
|
|
517
|
-
widget: "Button"
|
|
518
|
-
},
|
|
519
|
-
config: {
|
|
520
|
-
layout: 3,
|
|
521
|
-
main: {
|
|
522
|
-
name: "Yes",
|
|
523
|
-
startIcon: "ApproveIcon",
|
|
524
|
-
variant: "contained",
|
|
525
|
-
color: "info",
|
|
526
|
-
type: "text",
|
|
527
|
-
onClick: "deleteEvent",
|
|
528
|
-
size: "small"
|
|
529
|
-
},
|
|
530
|
-
style: {
|
|
531
|
-
width: { xs: "100%", sm: "100%", md: "25%", lg: "20%" }
|
|
532
|
-
}
|
|
533
|
-
}
|
|
534
|
-
},
|
|
535
|
-
{
|
|
536
|
-
type: "Control",
|
|
537
|
-
scope: "#/properties/emptyBox",
|
|
538
|
-
options: {
|
|
539
|
-
widget: "Box"
|
|
540
|
-
},
|
|
541
|
-
config: {
|
|
542
|
-
layout: 6
|
|
543
|
-
}
|
|
544
|
-
}
|
|
545
|
-
]
|
|
546
460
|
}
|
|
547
461
|
]
|
|
548
462
|
}
|