impaktapps-ui-builder 0.0.382-alpha.303 → 0.0.382-alpha.304
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 -2
- 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 +2 -2
|
@@ -246,7 +246,7 @@ const PageMasterUiSchema = {
|
|
|
246
246
|
main: {
|
|
247
247
|
icon: "RejectIcon",
|
|
248
248
|
color: "error",
|
|
249
|
-
onClick: "
|
|
249
|
+
onClick: "deletePopUpComponent",
|
|
250
250
|
tooltipMessage: "Reject This Record"
|
|
251
251
|
}
|
|
252
252
|
}
|
|
@@ -308,7 +308,8 @@ const PageMasterUiSchema = {
|
|
|
308
308
|
size: "small"
|
|
309
309
|
},
|
|
310
310
|
style: {
|
|
311
|
-
width: { xs: "100%", sm: "100%", md: "25%", lg: "20%" }
|
|
311
|
+
width: { xs: "100%", sm: "100%", md: "25%", lg: "20%" },
|
|
312
|
+
float: "right"
|
|
312
313
|
}
|
|
313
314
|
}
|
|
314
315
|
},
|