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
package/package.json
CHANGED
|
@@ -217,7 +217,7 @@ export const PageMasterUiSchema: any = {
|
|
|
217
217
|
main: {
|
|
218
218
|
icon: "RejectIcon",
|
|
219
219
|
color: "error",
|
|
220
|
-
onClick: "
|
|
220
|
+
onClick: "deletePopUpComponent",
|
|
221
221
|
tooltipMessage: "Reject This Record",
|
|
222
222
|
},
|
|
223
223
|
},
|
|
@@ -283,7 +283,7 @@ export const PageMasterUiSchema: any = {
|
|
|
283
283
|
style: {
|
|
284
284
|
// marginBottom: "8px",
|
|
285
285
|
width: { xs: "100%", sm: "100%", md: "25%", lg: "20%" },
|
|
286
|
-
|
|
286
|
+
float: "right",
|
|
287
287
|
},
|
|
288
288
|
},
|
|
289
289
|
},
|