impaktapps-ui-builder 1.0.67-alpha.1 → 1.0.67-alpha.2

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.
@@ -217,67 +217,58 @@ const PageMasterUiSchema = (theme) => {
217
217
  },
218
218
  disableAction: true,
219
219
  disableSelection: true,
220
- enableDrag: true,
221
- action: [
222
- {
223
- type: "Control",
224
- scope: "#/properties/RejectButton",
225
- options: {
226
- widget: "Button"
227
- },
228
- config: {
229
- main: {
230
- startIcon: "EditIcon",
231
- onClick: "Edit_Components",
232
- tooltipMessage: "Edit This Record",
233
- name: "Edit"
234
- },
235
- style: {
236
- fill: theme.palette.primary.main,
237
- "& :hover": {
238
- fill: theme.palette.primary.dark
239
- }
240
- }
220
+ enableDrag: true
221
+ },
222
+ action: [
223
+ {
224
+ type: "Control",
225
+ scope: "#/properties/RejectButton",
226
+ options: {
227
+ widget: "Button"
228
+ },
229
+ config: {
230
+ main: {
231
+ size: "small",
232
+ startIcon: "EditIcon",
233
+ onClick: "Edit_Components",
234
+ tooltipMessage: "Edit This Record",
235
+ name: "Edit"
241
236
  }
237
+ }
238
+ },
239
+ {
240
+ type: "Control",
241
+ scope: "#/properties/RejectButton",
242
+ options: {
243
+ widget: "Button"
242
244
  },
243
- {
244
- type: "Control",
245
- scope: "#/properties/RejectButton",
246
- options: {
247
- widget: "Button"
248
- },
249
- config: {
250
- main: {
251
- startIcon: "Bin",
252
- onClick: "deletePopUpComponent",
253
- tooltipMessage: "Reject This Record",
254
- name: "Delete"
255
- },
256
- style: {
257
- fill: theme.palette.primary.main,
258
- "& :hover": {
259
- fill: theme.palette.primary.dark
260
- }
261
- }
245
+ config: {
246
+ main: {
247
+ size: "small",
248
+ startIcon: "Bin",
249
+ onClick: "deletePopUpComponent",
250
+ tooltipMessage: "Reject This Record",
251
+ name: "Delete"
262
252
  }
253
+ }
254
+ },
255
+ {
256
+ type: "Control",
257
+ scope: "#/properties/Copy_Component",
258
+ options: {
259
+ widget: "IconButton"
263
260
  },
264
- {
265
- type: "Control",
266
- scope: "#/properties/Copy_Component",
267
- options: {
268
- widget: "IconButton"
269
- },
270
- config: {
271
- main: {
272
- startIcon: "FileCopyIcon",
273
- onClick: "copyPasteElement",
274
- styleDefault: true,
275
- name: "Copy"
276
- }
261
+ config: {
262
+ main: {
263
+ size: "small",
264
+ startIcon: "FileCopyIcon",
265
+ onClick: "copyPasteElement",
266
+ styleDefault: false,
267
+ name: "Copy"
277
268
  }
278
269
  }
279
- ]
280
- }
270
+ }
271
+ ]
281
272
  },
282
273
  elements: [
283
274
  {