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
|
@@ -352,8 +352,8 @@ const PageMasterUiSchema = (theme) => {
|
|
|
352
352
|
layout: {
|
|
353
353
|
xs: 12,
|
|
354
354
|
sm: 12,
|
|
355
|
-
md:
|
|
356
|
-
lg:
|
|
355
|
+
md: 6,
|
|
356
|
+
lg: 6
|
|
357
357
|
},
|
|
358
358
|
main: {}
|
|
359
359
|
},
|
|
@@ -370,11 +370,21 @@ const PageMasterUiSchema = (theme) => {
|
|
|
370
370
|
heading: "Are you sure you want to delete ?"
|
|
371
371
|
},
|
|
372
372
|
style: {
|
|
373
|
-
textAlign: "center",
|
|
374
373
|
marginTop: "-40px"
|
|
375
374
|
}
|
|
376
375
|
}
|
|
377
376
|
},
|
|
377
|
+
{
|
|
378
|
+
type: "Control",
|
|
379
|
+
scope: "#/properties/EmptyBox",
|
|
380
|
+
options: {
|
|
381
|
+
widget: "EmptyBox"
|
|
382
|
+
},
|
|
383
|
+
config: {
|
|
384
|
+
main: {},
|
|
385
|
+
layout: { xs: 11, sm: 5.5, md: 5.5, lg: 5.5 }
|
|
386
|
+
}
|
|
387
|
+
},
|
|
378
388
|
{
|
|
379
389
|
type: "Control",
|
|
380
390
|
scope: "#/properties/ConfirmDeleteCompButton",
|
|
@@ -425,8 +435,8 @@ const PageMasterUiSchema = (theme) => {
|
|
|
425
435
|
layout: {
|
|
426
436
|
xs: 12,
|
|
427
437
|
sm: 12,
|
|
428
|
-
md:
|
|
429
|
-
lg:
|
|
438
|
+
md: 6,
|
|
439
|
+
lg: 6
|
|
430
440
|
},
|
|
431
441
|
main: {}
|
|
432
442
|
},
|
|
@@ -443,11 +453,21 @@ const PageMasterUiSchema = (theme) => {
|
|
|
443
453
|
heading: "Are you sure you want to delete ?"
|
|
444
454
|
},
|
|
445
455
|
style: {
|
|
446
|
-
textAlign: "center",
|
|
447
456
|
marginTop: "-40px"
|
|
448
457
|
}
|
|
449
458
|
}
|
|
450
459
|
},
|
|
460
|
+
{
|
|
461
|
+
type: "Control",
|
|
462
|
+
scope: "#/properties/EmptyBox",
|
|
463
|
+
options: {
|
|
464
|
+
widget: "EmptyBox"
|
|
465
|
+
},
|
|
466
|
+
config: {
|
|
467
|
+
main: {},
|
|
468
|
+
layout: { xs: 11, sm: 5.5, md: 5.5, lg: 5.5 }
|
|
469
|
+
}
|
|
470
|
+
},
|
|
451
471
|
{
|
|
452
472
|
type: "Control",
|
|
453
473
|
scope: "#/properties/ConfirmDeleteEventButton",
|
|
@@ -8394,8 +8414,8 @@ const EventUiSchema = (theme) => {
|
|
|
8394
8414
|
layout: {
|
|
8395
8415
|
xs: 12,
|
|
8396
8416
|
sm: 12,
|
|
8397
|
-
md:
|
|
8398
|
-
lg:
|
|
8417
|
+
md: 6,
|
|
8418
|
+
lg: 6
|
|
8399
8419
|
},
|
|
8400
8420
|
main: {}
|
|
8401
8421
|
},
|
|
@@ -8416,6 +8436,17 @@ const EventUiSchema = (theme) => {
|
|
|
8416
8436
|
}
|
|
8417
8437
|
}
|
|
8418
8438
|
},
|
|
8439
|
+
{
|
|
8440
|
+
type: "Control",
|
|
8441
|
+
scope: "#/properties/EmptyBox",
|
|
8442
|
+
options: {
|
|
8443
|
+
widget: "EmptyBox"
|
|
8444
|
+
},
|
|
8445
|
+
config: {
|
|
8446
|
+
main: {},
|
|
8447
|
+
layout: { xs: 11, sm: 5.5, md: 5.5, lg: 5.5 }
|
|
8448
|
+
}
|
|
8449
|
+
},
|
|
8419
8450
|
{
|
|
8420
8451
|
type: "Control",
|
|
8421
8452
|
scope: "#/properties/ConfirmDeleteEventButton",
|