impaktapps-ui-builder 0.0.382-alpha.301 → 0.0.382-alpha.302
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 +0 -23
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- 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 +23 -23
|
@@ -399,19 +399,6 @@ const PageMasterUiSchema = {
|
|
|
399
399
|
}
|
|
400
400
|
},
|
|
401
401
|
elements: [
|
|
402
|
-
{
|
|
403
|
-
type: "Control",
|
|
404
|
-
scope: "#/properties/label",
|
|
405
|
-
options: {
|
|
406
|
-
widget: "Box"
|
|
407
|
-
},
|
|
408
|
-
config: {
|
|
409
|
-
layout: 12,
|
|
410
|
-
main: {
|
|
411
|
-
heading: "Are you sure you want to delete ?"
|
|
412
|
-
}
|
|
413
|
-
}
|
|
414
|
-
},
|
|
415
402
|
{
|
|
416
403
|
type: "Control",
|
|
417
404
|
scope: "#/properties/ConfirmDeleteCompButton",
|
|
@@ -455,16 +442,6 @@ const PageMasterUiSchema = {
|
|
|
455
442
|
width: { xs: "100%", sm: "100%", md: "25%", lg: "20%" }
|
|
456
443
|
}
|
|
457
444
|
}
|
|
458
|
-
},
|
|
459
|
-
{
|
|
460
|
-
type: "Control",
|
|
461
|
-
scope: "#/properties/emptyBox",
|
|
462
|
-
options: {
|
|
463
|
-
widget: "Box"
|
|
464
|
-
},
|
|
465
|
-
config: {
|
|
466
|
-
layout: 6
|
|
467
|
-
}
|
|
468
445
|
}
|
|
469
446
|
]
|
|
470
447
|
},
|