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
package/package.json
CHANGED
|
@@ -259,7 +259,7 @@ export const PageMasterUiSchema: any = {
|
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
261
|
type: "Control",
|
|
262
|
-
scope: "#/properties/
|
|
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/
|
|
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: "
|
|
438
|
+
onClick: "deletePopUpEvent",
|
|
439
439
|
},
|
|
440
440
|
},
|
|
441
441
|
},
|
|
442
442
|
},
|
|
443
443
|
]
|
|
444
444
|
},
|
|
445
|
-
{
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
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
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
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
|
|