impaktapps-ui-builder 0.0.382-alpha.317 → 0.0.382-alpha.318
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 +5 -5
- 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 +5 -5
package/package.json
CHANGED
|
@@ -462,10 +462,6 @@ export const PageMasterUiSchema: any = {
|
|
|
462
462
|
options: {
|
|
463
463
|
widget: "PopUp",
|
|
464
464
|
},
|
|
465
|
-
style:{
|
|
466
|
-
width: "32%",
|
|
467
|
-
margin: "auto"
|
|
468
|
-
},
|
|
469
465
|
config: {
|
|
470
466
|
layout: {
|
|
471
467
|
xs: 12,
|
|
@@ -476,6 +472,10 @@ export const PageMasterUiSchema: any = {
|
|
|
476
472
|
main: {
|
|
477
473
|
title: "Delete Content"
|
|
478
474
|
},
|
|
475
|
+
style:{
|
|
476
|
+
width: "32%",
|
|
477
|
+
margin: "auto"
|
|
478
|
+
},
|
|
479
479
|
},
|
|
480
480
|
elements:
|
|
481
481
|
[
|
|
@@ -536,7 +536,7 @@ export const PageMasterUiSchema: any = {
|
|
|
536
536
|
layout: 3,
|
|
537
537
|
main: {
|
|
538
538
|
name: "No",
|
|
539
|
-
|
|
539
|
+
endIcon: "CloseIcon",
|
|
540
540
|
variant: "contained",
|
|
541
541
|
color: "info",
|
|
542
542
|
type: "text",
|