impaktapps-ui-builder 0.0.412-mtreemap.27 → 0.0.412-mtreemap.29
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 +3 -1
- 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 +3 -1
package/package.json
CHANGED
|
@@ -459,6 +459,7 @@ export const PageMasterUiSchema: any = (theme) => {
|
|
|
459
459
|
heading: "Are you sure you want to delete ?",
|
|
460
460
|
},
|
|
461
461
|
style: {
|
|
462
|
+
textAlign: "center",
|
|
462
463
|
marginTop: "-40px"
|
|
463
464
|
}
|
|
464
465
|
},
|
|
@@ -488,7 +489,7 @@ export const PageMasterUiSchema: any = (theme) => {
|
|
|
488
489
|
variant: "contained",
|
|
489
490
|
color: "info",
|
|
490
491
|
type: "text",
|
|
491
|
-
onClick: "
|
|
492
|
+
onClick: "Delete_Components",
|
|
492
493
|
size: "small",
|
|
493
494
|
},
|
|
494
495
|
},
|
|
@@ -544,6 +545,7 @@ export const PageMasterUiSchema: any = (theme) => {
|
|
|
544
545
|
heading: "Are you sure you want to delete ?",
|
|
545
546
|
},
|
|
546
547
|
style: {
|
|
548
|
+
textAlign: "center",
|
|
547
549
|
marginTop: "-40px"
|
|
548
550
|
}
|
|
549
551
|
},
|