impaktapps-ui-builder 0.0.412-mtreemap.25 → 0.0.412-mtreemap.27
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 +77 -27
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +5 -5
- 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 +0 -8
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.ts +15 -26
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +75 -127
|
@@ -209,7 +209,7 @@ const PageMasterUiSchema = (theme) => {
|
|
|
209
209
|
main: {
|
|
210
210
|
icon: "RejectIcon",
|
|
211
211
|
color: "error",
|
|
212
|
-
onClick: "
|
|
212
|
+
onClick: "deletePopUpComponent",
|
|
213
213
|
tooltipMessage: "Reject This Record"
|
|
214
214
|
}
|
|
215
215
|
}
|
|
@@ -301,7 +301,7 @@ const PageMasterUiSchema = (theme) => {
|
|
|
301
301
|
icon: "RejectIcon",
|
|
302
302
|
color: "error",
|
|
303
303
|
tooltipMessage: "Reject This Record",
|
|
304
|
-
onClick: "
|
|
304
|
+
onClick: "deletePopUpEvent"
|
|
305
305
|
}
|
|
306
306
|
}
|
|
307
307
|
}
|
|
@@ -344,7 +344,7 @@ const PageMasterUiSchema = (theme) => {
|
|
|
344
344
|
},
|
|
345
345
|
{
|
|
346
346
|
type: "Control",
|
|
347
|
-
scope: "#/properties/
|
|
347
|
+
scope: "#/properties/popUpPageMasterComponent",
|
|
348
348
|
options: {
|
|
349
349
|
widget: "PopUp"
|
|
350
350
|
},
|
|
@@ -374,17 +374,6 @@ const PageMasterUiSchema = (theme) => {
|
|
|
374
374
|
}
|
|
375
375
|
}
|
|
376
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
|
-
},
|
|
388
377
|
{
|
|
389
378
|
type: "Control",
|
|
390
379
|
scope: "#/properties/ConfirmDeleteCompButton",
|
|
@@ -427,7 +416,7 @@ const PageMasterUiSchema = (theme) => {
|
|
|
427
416
|
},
|
|
428
417
|
{
|
|
429
418
|
type: "Control",
|
|
430
|
-
scope: "#/properties/
|
|
419
|
+
scope: "#/properties/popUpPageMasterEvent",
|
|
431
420
|
options: {
|
|
432
421
|
widget: "PopUp"
|
|
433
422
|
},
|
|
@@ -457,17 +446,6 @@ const PageMasterUiSchema = (theme) => {
|
|
|
457
446
|
}
|
|
458
447
|
}
|
|
459
448
|
},
|
|
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
|
-
},
|
|
471
449
|
{
|
|
472
450
|
type: "Control",
|
|
473
451
|
scope: "#/properties/ConfirmDeleteEventButton",
|
|
@@ -8333,7 +8311,7 @@ const EventUiSchema = (theme) => {
|
|
|
8333
8311
|
icon: "RejectIcon",
|
|
8334
8312
|
color: "error",
|
|
8335
8313
|
tooltipMessage: "Reject This Record",
|
|
8336
|
-
onClick: "
|
|
8314
|
+
onClick: "deletePopUpEvent"
|
|
8337
8315
|
}
|
|
8338
8316
|
}
|
|
8339
8317
|
}
|
|
@@ -8404,6 +8382,78 @@ const EventUiSchema = (theme) => {
|
|
|
8404
8382
|
}
|
|
8405
8383
|
}
|
|
8406
8384
|
},
|
|
8385
|
+
{
|
|
8386
|
+
type: "Control",
|
|
8387
|
+
scope: "#/properties/popUpEvent",
|
|
8388
|
+
options: {
|
|
8389
|
+
widget: "PopUp"
|
|
8390
|
+
},
|
|
8391
|
+
config: {
|
|
8392
|
+
layout: {
|
|
8393
|
+
xs: 12,
|
|
8394
|
+
sm: 12,
|
|
8395
|
+
md: 12,
|
|
8396
|
+
lg: 12
|
|
8397
|
+
},
|
|
8398
|
+
main: {}
|
|
8399
|
+
},
|
|
8400
|
+
elements: [
|
|
8401
|
+
{
|
|
8402
|
+
type: "Control",
|
|
8403
|
+
scope: "#/properties/label",
|
|
8404
|
+
options: {
|
|
8405
|
+
widget: "Box"
|
|
8406
|
+
},
|
|
8407
|
+
config: {
|
|
8408
|
+
layout: 12,
|
|
8409
|
+
main: {
|
|
8410
|
+
heading: "Are you sure you want to delete ?"
|
|
8411
|
+
},
|
|
8412
|
+
style: {
|
|
8413
|
+
marginTop: "-40px"
|
|
8414
|
+
}
|
|
8415
|
+
}
|
|
8416
|
+
},
|
|
8417
|
+
{
|
|
8418
|
+
type: "Control",
|
|
8419
|
+
scope: "#/properties/ConfirmDeleteEventButton",
|
|
8420
|
+
options: {
|
|
8421
|
+
widget: "Button"
|
|
8422
|
+
},
|
|
8423
|
+
config: {
|
|
8424
|
+
layout: 3,
|
|
8425
|
+
main: {
|
|
8426
|
+
name: "Yes",
|
|
8427
|
+
startIcon: "ApproveIcon",
|
|
8428
|
+
variant: "contained",
|
|
8429
|
+
color: "info",
|
|
8430
|
+
type: "text",
|
|
8431
|
+
onClick: "deleteEvent",
|
|
8432
|
+
size: "small"
|
|
8433
|
+
}
|
|
8434
|
+
}
|
|
8435
|
+
},
|
|
8436
|
+
{
|
|
8437
|
+
type: "Control",
|
|
8438
|
+
scope: "#/properties/CancelDeleteEventButton",
|
|
8439
|
+
options: {
|
|
8440
|
+
widget: "Button"
|
|
8441
|
+
},
|
|
8442
|
+
config: {
|
|
8443
|
+
layout: 3,
|
|
8444
|
+
main: {
|
|
8445
|
+
name: "No",
|
|
8446
|
+
startIcon: "ApproveIcon",
|
|
8447
|
+
variant: "contained",
|
|
8448
|
+
color: "info",
|
|
8449
|
+
type: "text",
|
|
8450
|
+
onClick: "deletePopUpEvent",
|
|
8451
|
+
size: "small"
|
|
8452
|
+
}
|
|
8453
|
+
}
|
|
8454
|
+
}
|
|
8455
|
+
]
|
|
8456
|
+
},
|
|
8407
8457
|
{
|
|
8408
8458
|
type: "Control",
|
|
8409
8459
|
scope: "#/properties/notify",
|