impaktapps-ui-builder 0.0.382-alpha.316 → 0.0.382-alpha.317
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 +115 -25
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +13 -13
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/uiSchema.ts +42 -93
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.ts +43 -96
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +21 -95
- package/src/impaktapps-ui-builder/builder/services/component.ts +0 -4
- package/src/impaktapps-ui-builder/builder/services/pageMaster.ts +1 -2
|
@@ -389,7 +389,13 @@ const PageMasterUiSchema = {
|
|
|
389
389
|
md: 12,
|
|
390
390
|
lg: 12
|
|
391
391
|
},
|
|
392
|
-
main: {
|
|
392
|
+
main: {
|
|
393
|
+
title: "Delete Content"
|
|
394
|
+
},
|
|
395
|
+
style: {
|
|
396
|
+
width: "32%",
|
|
397
|
+
margin: "auto"
|
|
398
|
+
}
|
|
393
399
|
},
|
|
394
400
|
elements: [
|
|
395
401
|
{
|
|
@@ -404,7 +410,8 @@ const PageMasterUiSchema = {
|
|
|
404
410
|
heading: "Are you sure you want to delete ?"
|
|
405
411
|
},
|
|
406
412
|
style: {
|
|
407
|
-
marginTop: "-
|
|
413
|
+
marginTop: "-25px",
|
|
414
|
+
marginLeft: "11px"
|
|
408
415
|
}
|
|
409
416
|
}
|
|
410
417
|
},
|
|
@@ -416,7 +423,7 @@ const PageMasterUiSchema = {
|
|
|
416
423
|
},
|
|
417
424
|
config: {
|
|
418
425
|
main: {},
|
|
419
|
-
layout: { xs: 11, sm:
|
|
426
|
+
layout: { xs: 11, sm: 4.5, md: 4.5, lg: 4.5 }
|
|
420
427
|
}
|
|
421
428
|
},
|
|
422
429
|
{
|
|
@@ -429,7 +436,7 @@ const PageMasterUiSchema = {
|
|
|
429
436
|
layout: 3,
|
|
430
437
|
main: {
|
|
431
438
|
name: "Yes",
|
|
432
|
-
|
|
439
|
+
endIcon: "DeleteIcon",
|
|
433
440
|
variant: "contained",
|
|
434
441
|
color: "info",
|
|
435
442
|
type: "text",
|
|
@@ -448,7 +455,7 @@ const PageMasterUiSchema = {
|
|
|
448
455
|
layout: 3,
|
|
449
456
|
main: {
|
|
450
457
|
name: "No",
|
|
451
|
-
|
|
458
|
+
endIcon: "CloseIcon",
|
|
452
459
|
variant: "contained",
|
|
453
460
|
color: "info",
|
|
454
461
|
type: "text",
|
|
@@ -456,6 +463,17 @@ const PageMasterUiSchema = {
|
|
|
456
463
|
size: "small"
|
|
457
464
|
}
|
|
458
465
|
}
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
type: "Control",
|
|
469
|
+
scope: "#/properties/EmptyBox",
|
|
470
|
+
options: {
|
|
471
|
+
widget: "EmptyBox"
|
|
472
|
+
},
|
|
473
|
+
config: {
|
|
474
|
+
main: {},
|
|
475
|
+
layout: 0.5
|
|
476
|
+
}
|
|
459
477
|
}
|
|
460
478
|
]
|
|
461
479
|
},
|
|
@@ -465,6 +483,10 @@ const PageMasterUiSchema = {
|
|
|
465
483
|
options: {
|
|
466
484
|
widget: "PopUp"
|
|
467
485
|
},
|
|
486
|
+
style: {
|
|
487
|
+
width: "32%",
|
|
488
|
+
margin: "auto"
|
|
489
|
+
},
|
|
468
490
|
config: {
|
|
469
491
|
layout: {
|
|
470
492
|
xs: 12,
|
|
@@ -472,7 +494,9 @@ const PageMasterUiSchema = {
|
|
|
472
494
|
md: 12,
|
|
473
495
|
lg: 12
|
|
474
496
|
},
|
|
475
|
-
main: {
|
|
497
|
+
main: {
|
|
498
|
+
title: "Delete Content"
|
|
499
|
+
}
|
|
476
500
|
},
|
|
477
501
|
elements: [
|
|
478
502
|
{
|
|
@@ -487,7 +511,8 @@ const PageMasterUiSchema = {
|
|
|
487
511
|
heading: "Are you sure you want to delete ?"
|
|
488
512
|
},
|
|
489
513
|
style: {
|
|
490
|
-
marginTop: "-
|
|
514
|
+
marginTop: "-25px",
|
|
515
|
+
marginLeft: "11px"
|
|
491
516
|
}
|
|
492
517
|
}
|
|
493
518
|
},
|
|
@@ -499,7 +524,7 @@ const PageMasterUiSchema = {
|
|
|
499
524
|
},
|
|
500
525
|
config: {
|
|
501
526
|
main: {},
|
|
502
|
-
layout: { xs: 11, sm:
|
|
527
|
+
layout: { xs: 11, sm: 4.5, md: 4.5, lg: 4.5 }
|
|
503
528
|
}
|
|
504
529
|
},
|
|
505
530
|
{
|
|
@@ -512,7 +537,7 @@ const PageMasterUiSchema = {
|
|
|
512
537
|
layout: 3,
|
|
513
538
|
main: {
|
|
514
539
|
name: "Yes",
|
|
515
|
-
|
|
540
|
+
endIcon: "DeleteIcon",
|
|
516
541
|
variant: "contained",
|
|
517
542
|
color: "info",
|
|
518
543
|
type: "text",
|
|
@@ -531,7 +556,7 @@ const PageMasterUiSchema = {
|
|
|
531
556
|
layout: 3,
|
|
532
557
|
main: {
|
|
533
558
|
name: "No",
|
|
534
|
-
startIcon: "
|
|
559
|
+
startIcon: "CloseIcon",
|
|
535
560
|
variant: "contained",
|
|
536
561
|
color: "info",
|
|
537
562
|
type: "text",
|
|
@@ -539,6 +564,17 @@ const PageMasterUiSchema = {
|
|
|
539
564
|
size: "small"
|
|
540
565
|
}
|
|
541
566
|
}
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
type: "Control",
|
|
570
|
+
scope: "#/properties/EmptyBox",
|
|
571
|
+
options: {
|
|
572
|
+
widget: "EmptyBox"
|
|
573
|
+
},
|
|
574
|
+
config: {
|
|
575
|
+
main: {},
|
|
576
|
+
layout: 0.5
|
|
577
|
+
}
|
|
542
578
|
}
|
|
543
579
|
]
|
|
544
580
|
},
|
|
@@ -6535,7 +6571,13 @@ const componentBasicUiSchema = {
|
|
|
6535
6571
|
md: 12,
|
|
6536
6572
|
lg: 12
|
|
6537
6573
|
},
|
|
6538
|
-
main: {
|
|
6574
|
+
main: {
|
|
6575
|
+
title: "Delete Content"
|
|
6576
|
+
},
|
|
6577
|
+
style: {
|
|
6578
|
+
width: "32%",
|
|
6579
|
+
margin: "auto"
|
|
6580
|
+
}
|
|
6539
6581
|
},
|
|
6540
6582
|
elements: [
|
|
6541
6583
|
{
|
|
@@ -6550,7 +6592,8 @@ const componentBasicUiSchema = {
|
|
|
6550
6592
|
heading: "Are you sure you want to delete ?"
|
|
6551
6593
|
},
|
|
6552
6594
|
style: {
|
|
6553
|
-
marginTop: "-
|
|
6595
|
+
marginTop: "-25px",
|
|
6596
|
+
marginLeft: "11px"
|
|
6554
6597
|
}
|
|
6555
6598
|
}
|
|
6556
6599
|
},
|
|
@@ -6562,7 +6605,7 @@ const componentBasicUiSchema = {
|
|
|
6562
6605
|
},
|
|
6563
6606
|
config: {
|
|
6564
6607
|
main: {},
|
|
6565
|
-
layout: { xs: 11, sm:
|
|
6608
|
+
layout: { xs: 11, sm: 4.5, md: 4.5, lg: 4.5 }
|
|
6566
6609
|
}
|
|
6567
6610
|
},
|
|
6568
6611
|
{
|
|
@@ -6575,7 +6618,7 @@ const componentBasicUiSchema = {
|
|
|
6575
6618
|
layout: 3,
|
|
6576
6619
|
main: {
|
|
6577
6620
|
name: "Yes",
|
|
6578
|
-
|
|
6621
|
+
endIcon: "DeleteIcon",
|
|
6579
6622
|
variant: "contained",
|
|
6580
6623
|
color: "info",
|
|
6581
6624
|
type: "text",
|
|
@@ -6594,7 +6637,7 @@ const componentBasicUiSchema = {
|
|
|
6594
6637
|
layout: 3,
|
|
6595
6638
|
main: {
|
|
6596
6639
|
name: "No",
|
|
6597
|
-
|
|
6640
|
+
endIcon: "CloseIcon",
|
|
6598
6641
|
variant: "contained",
|
|
6599
6642
|
color: "info",
|
|
6600
6643
|
type: "text",
|
|
@@ -6602,6 +6645,17 @@ const componentBasicUiSchema = {
|
|
|
6602
6645
|
size: "small"
|
|
6603
6646
|
}
|
|
6604
6647
|
}
|
|
6648
|
+
},
|
|
6649
|
+
{
|
|
6650
|
+
type: "Control",
|
|
6651
|
+
scope: "#/properties/EmptyBox",
|
|
6652
|
+
options: {
|
|
6653
|
+
widget: "EmptyBox"
|
|
6654
|
+
},
|
|
6655
|
+
config: {
|
|
6656
|
+
main: {},
|
|
6657
|
+
layout: 0.5
|
|
6658
|
+
}
|
|
6605
6659
|
}
|
|
6606
6660
|
]
|
|
6607
6661
|
},
|
|
@@ -6618,7 +6672,13 @@ const componentBasicUiSchema = {
|
|
|
6618
6672
|
md: 12,
|
|
6619
6673
|
lg: 12
|
|
6620
6674
|
},
|
|
6621
|
-
|
|
6675
|
+
style: {
|
|
6676
|
+
width: "32%",
|
|
6677
|
+
margin: "auto"
|
|
6678
|
+
},
|
|
6679
|
+
main: {
|
|
6680
|
+
title: "Delete Content"
|
|
6681
|
+
}
|
|
6622
6682
|
},
|
|
6623
6683
|
elements: [
|
|
6624
6684
|
{
|
|
@@ -6633,7 +6693,8 @@ const componentBasicUiSchema = {
|
|
|
6633
6693
|
heading: "Are you sure you want to delete ?"
|
|
6634
6694
|
},
|
|
6635
6695
|
style: {
|
|
6636
|
-
marginTop: "-
|
|
6696
|
+
marginTop: "-25px",
|
|
6697
|
+
marginLeft: "11px"
|
|
6637
6698
|
}
|
|
6638
6699
|
}
|
|
6639
6700
|
},
|
|
@@ -6645,7 +6706,7 @@ const componentBasicUiSchema = {
|
|
|
6645
6706
|
},
|
|
6646
6707
|
config: {
|
|
6647
6708
|
main: {},
|
|
6648
|
-
layout: { xs: 11, sm:
|
|
6709
|
+
layout: { xs: 11, sm: 4.5, md: 4.5, lg: 4.5 }
|
|
6649
6710
|
}
|
|
6650
6711
|
},
|
|
6651
6712
|
{
|
|
@@ -6658,7 +6719,7 @@ const componentBasicUiSchema = {
|
|
|
6658
6719
|
layout: 3,
|
|
6659
6720
|
main: {
|
|
6660
6721
|
name: "Yes",
|
|
6661
|
-
|
|
6722
|
+
endIcon: "DeleteIcon",
|
|
6662
6723
|
variant: "contained",
|
|
6663
6724
|
color: "info",
|
|
6664
6725
|
type: "text",
|
|
@@ -6677,7 +6738,7 @@ const componentBasicUiSchema = {
|
|
|
6677
6738
|
layout: 3,
|
|
6678
6739
|
main: {
|
|
6679
6740
|
name: "No",
|
|
6680
|
-
|
|
6741
|
+
endIcon: "CloseIcon",
|
|
6681
6742
|
variant: "contained",
|
|
6682
6743
|
color: "info",
|
|
6683
6744
|
type: "text",
|
|
@@ -6685,6 +6746,17 @@ const componentBasicUiSchema = {
|
|
|
6685
6746
|
size: "small"
|
|
6686
6747
|
}
|
|
6687
6748
|
}
|
|
6749
|
+
},
|
|
6750
|
+
{
|
|
6751
|
+
type: "Control",
|
|
6752
|
+
scope: "#/properties/EmptyBox",
|
|
6753
|
+
options: {
|
|
6754
|
+
widget: "EmptyBox"
|
|
6755
|
+
},
|
|
6756
|
+
config: {
|
|
6757
|
+
main: {},
|
|
6758
|
+
layout: 0.5
|
|
6759
|
+
}
|
|
6688
6760
|
}
|
|
6689
6761
|
]
|
|
6690
6762
|
},
|
|
@@ -8340,7 +8412,13 @@ const EventUiSchema = {
|
|
|
8340
8412
|
md: 12,
|
|
8341
8413
|
lg: 12
|
|
8342
8414
|
},
|
|
8343
|
-
|
|
8415
|
+
style: {
|
|
8416
|
+
width: "32%",
|
|
8417
|
+
margin: "auto"
|
|
8418
|
+
},
|
|
8419
|
+
main: {
|
|
8420
|
+
title: "Delete Content"
|
|
8421
|
+
}
|
|
8344
8422
|
},
|
|
8345
8423
|
elements: [
|
|
8346
8424
|
{
|
|
@@ -8355,7 +8433,8 @@ const EventUiSchema = {
|
|
|
8355
8433
|
heading: "Are you sure you want to delete ?"
|
|
8356
8434
|
},
|
|
8357
8435
|
style: {
|
|
8358
|
-
marginTop: "-
|
|
8436
|
+
marginTop: "-25px",
|
|
8437
|
+
marginLeft: "11px"
|
|
8359
8438
|
}
|
|
8360
8439
|
}
|
|
8361
8440
|
},
|
|
@@ -8367,7 +8446,7 @@ const EventUiSchema = {
|
|
|
8367
8446
|
},
|
|
8368
8447
|
config: {
|
|
8369
8448
|
main: {},
|
|
8370
|
-
layout: { xs: 11, sm: 5.5, md:
|
|
8449
|
+
layout: { xs: 11, sm: 5.5, md: 4.5, lg: 4.5 }
|
|
8371
8450
|
}
|
|
8372
8451
|
},
|
|
8373
8452
|
{
|
|
@@ -8380,7 +8459,7 @@ const EventUiSchema = {
|
|
|
8380
8459
|
layout: 3,
|
|
8381
8460
|
main: {
|
|
8382
8461
|
name: "Yes",
|
|
8383
|
-
|
|
8462
|
+
endIcon: "DeleteIcon",
|
|
8384
8463
|
variant: "contained",
|
|
8385
8464
|
color: "info",
|
|
8386
8465
|
type: "text",
|
|
@@ -8399,7 +8478,7 @@ const EventUiSchema = {
|
|
|
8399
8478
|
layout: 3,
|
|
8400
8479
|
main: {
|
|
8401
8480
|
name: "No",
|
|
8402
|
-
|
|
8481
|
+
endIcon: "CloseIcon",
|
|
8403
8482
|
variant: "contained",
|
|
8404
8483
|
color: "info",
|
|
8405
8484
|
type: "text",
|
|
@@ -8407,6 +8486,17 @@ const EventUiSchema = {
|
|
|
8407
8486
|
size: "small"
|
|
8408
8487
|
}
|
|
8409
8488
|
}
|
|
8489
|
+
},
|
|
8490
|
+
{
|
|
8491
|
+
type: "Control",
|
|
8492
|
+
scope: "#/properties/EmptyBox",
|
|
8493
|
+
options: {
|
|
8494
|
+
widget: "EmptyBox"
|
|
8495
|
+
},
|
|
8496
|
+
config: {
|
|
8497
|
+
main: {},
|
|
8498
|
+
layout: 0.5
|
|
8499
|
+
}
|
|
8410
8500
|
}
|
|
8411
8501
|
]
|
|
8412
8502
|
},
|