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

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "1.0.67-alpha.1",
3
+ "version": "1.0.67-alpha.3",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -174,66 +174,57 @@ export const PageMasterUiSchema: any = (theme) => {
174
174
  disableAction: true,
175
175
  disableSelection: true,
176
176
  enableDrag: true,
177
- action: [
178
- {
179
- type: "Control",
180
- scope: "#/properties/RejectButton",
181
- options: {
182
- widget: "Button",
183
- },
184
- config: {
185
- main: {
186
- startIcon: "EditIcon",
187
- onClick: "Edit_Components",
188
- tooltipMessage: "Edit This Record",
189
- name: "Edit"
190
- },
191
- style: {
192
- fill: theme.palette.primary.main,
193
- "& :hover": {
194
- fill: theme.palette.primary.dark,
195
- },
196
- },
197
- },
177
+ },
178
+ action: [
179
+ {
180
+ type: "Control",
181
+ scope: "#/properties/RejectButton",
182
+ options: {
183
+ widget: "Button",
198
184
  },
199
- {
200
- type: "Control",
201
- scope: "#/properties/RejectButton",
202
- options: {
203
- widget: "Button",
204
- },
205
- config: {
206
- main: {
207
- startIcon: "Bin",
208
- onClick: "deletePopUpComponent",
209
- tooltipMessage: "Reject This Record",
210
- name: "Delete"
211
- },
212
- style: {
213
- fill: theme.palette.primary.main,
214
- "& :hover": {
215
- fill: theme.palette.primary.dark,
216
- },
217
- },
185
+ config: {
186
+ main: {
187
+ size: "small",
188
+ startIcon: "EditIcon",
189
+ onClick: "Edit_Components",
190
+ tooltipMessage: "Edit This Record",
191
+ name: "Edit"
218
192
  },
219
193
  },
220
- {
221
- type: "Control",
222
- scope: "#/properties/Copy_Component",
223
- options: {
224
- widget: "IconButton",
194
+ },
195
+ {
196
+ type: "Control",
197
+ scope: "#/properties/RejectButton",
198
+ options: {
199
+ widget: "Button",
200
+ },
201
+ config: {
202
+ main: {
203
+ size: "small",
204
+ startIcon: "Bin",
205
+ onClick: "deletePopUpComponent",
206
+ tooltipMessage: "Reject This Record",
207
+ name: "Delete"
225
208
  },
226
- config: {
227
- main: {
228
- startIcon: "FileCopyIcon",
229
- onClick: "copyPasteElement",
230
- styleDefault: true,
231
- name: "Copy"
232
- },
209
+ },
210
+ },
211
+ {
212
+ type: "Control",
213
+ scope: "#/properties/Copy_Component",
214
+ options: {
215
+ widget: "Button",
216
+ },
217
+ config: {
218
+ main: {
219
+ size: "small",
220
+ startIcon: "FileCopyIcon",
221
+ onClick: "copyPasteElement",
222
+ styleDefault: false,
223
+ name: "Copy"
233
224
  },
234
225
  },
235
- ]
236
- }
226
+ },
227
+ ]
237
228
  },
238
229
  elements: [
239
230
  {