impaktapps-ui-builder 0.0.412-mtreemap.29 → 0.0.412-mtreemap.30
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 +39 -8
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +4 -4
- 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 +26 -17
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +13 -2
package/package.json
CHANGED
|
@@ -439,8 +439,8 @@ export const PageMasterUiSchema: any = (theme) => {
|
|
|
439
439
|
layout: {
|
|
440
440
|
xs: 12,
|
|
441
441
|
sm: 12,
|
|
442
|
-
md:
|
|
443
|
-
lg:
|
|
442
|
+
md: 6,
|
|
443
|
+
lg: 6,
|
|
444
444
|
},
|
|
445
445
|
main: {
|
|
446
446
|
},
|
|
@@ -459,22 +459,21 @@ export const PageMasterUiSchema: any = (theme) => {
|
|
|
459
459
|
heading: "Are you sure you want to delete ?",
|
|
460
460
|
},
|
|
461
461
|
style: {
|
|
462
|
-
textAlign: "center",
|
|
463
462
|
marginTop: "-40px"
|
|
464
463
|
}
|
|
465
464
|
},
|
|
466
465
|
},
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
466
|
+
{
|
|
467
|
+
type: "Control",
|
|
468
|
+
scope: "#/properties/EmptyBox",
|
|
469
|
+
options: {
|
|
470
|
+
widget: "EmptyBox",
|
|
471
|
+
},
|
|
472
|
+
config: {
|
|
473
|
+
main: {},
|
|
474
|
+
layout: { xs: 11, sm: 5.5, md: 5.5, lg: 5.5 },
|
|
475
|
+
},
|
|
476
|
+
},
|
|
478
477
|
{
|
|
479
478
|
type: "Control",
|
|
480
479
|
scope: "#/properties/ConfirmDeleteCompButton",
|
|
@@ -525,8 +524,8 @@ export const PageMasterUiSchema: any = (theme) => {
|
|
|
525
524
|
layout: {
|
|
526
525
|
xs: 12,
|
|
527
526
|
sm: 12,
|
|
528
|
-
md:
|
|
529
|
-
lg:
|
|
527
|
+
md: 6,
|
|
528
|
+
lg: 6,
|
|
530
529
|
},
|
|
531
530
|
main: {
|
|
532
531
|
},
|
|
@@ -545,11 +544,21 @@ export const PageMasterUiSchema: any = (theme) => {
|
|
|
545
544
|
heading: "Are you sure you want to delete ?",
|
|
546
545
|
},
|
|
547
546
|
style: {
|
|
548
|
-
textAlign: "center",
|
|
549
547
|
marginTop: "-40px"
|
|
550
548
|
}
|
|
551
549
|
},
|
|
552
550
|
},
|
|
551
|
+
{
|
|
552
|
+
type: "Control",
|
|
553
|
+
scope: "#/properties/EmptyBox",
|
|
554
|
+
options: {
|
|
555
|
+
widget: "EmptyBox",
|
|
556
|
+
},
|
|
557
|
+
config: {
|
|
558
|
+
main: {},
|
|
559
|
+
layout: { xs: 11, sm: 5.5, md: 5.5, lg: 5.5 },
|
|
560
|
+
},
|
|
561
|
+
},
|
|
553
562
|
{
|
|
554
563
|
type: "Control",
|
|
555
564
|
scope: "#/properties/ConfirmDeleteEventButton",
|
|
@@ -227,8 +227,8 @@ export const EventUiSchema: any = (theme) => {
|
|
|
227
227
|
layout: {
|
|
228
228
|
xs: 12,
|
|
229
229
|
sm: 12,
|
|
230
|
-
md:
|
|
231
|
-
lg:
|
|
230
|
+
md: 6,
|
|
231
|
+
lg: 6,
|
|
232
232
|
},
|
|
233
233
|
main: {
|
|
234
234
|
},
|
|
@@ -251,6 +251,17 @@ export const EventUiSchema: any = (theme) => {
|
|
|
251
251
|
}
|
|
252
252
|
},
|
|
253
253
|
},
|
|
254
|
+
{
|
|
255
|
+
type: "Control",
|
|
256
|
+
scope: "#/properties/EmptyBox",
|
|
257
|
+
options: {
|
|
258
|
+
widget: "EmptyBox",
|
|
259
|
+
},
|
|
260
|
+
config: {
|
|
261
|
+
main: {},
|
|
262
|
+
layout: { xs: 11, sm: 5.5, md: 5.5, lg: 5.5 },
|
|
263
|
+
},
|
|
264
|
+
},
|
|
254
265
|
{
|
|
255
266
|
type: "Control",
|
|
256
267
|
scope: "#/properties/ConfirmDeleteEventButton",
|