impaktapps-ui-builder 0.0.382-alpha.203 → 0.0.382-alpha.205

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.
@@ -246,95 +246,95 @@ const PageMasterUiSchema = {
246
246
  main: {
247
247
  icon: "RejectIcon",
248
248
  color: "error",
249
- onClick: "deletePopUpComponent",
249
+ onClick: "popUpComponent",
250
250
  tooltipMessage: "Reject This Record"
251
251
  }
252
252
  }
253
253
  }
254
+ }
255
+ ]
256
+ },
257
+ {
258
+ type: "Control",
259
+ scope: "#/properties/popUpComponent",
260
+ options: {
261
+ widget: "popUp"
262
+ },
263
+ config: {
264
+ layout: {
265
+ xs: 12,
266
+ sm: 12,
267
+ md: 12,
268
+ lg: 12
254
269
  },
270
+ main: {
271
+ label: "PopUpComponent",
272
+ fullScreen: false,
273
+ fullWidth: false,
274
+ maxWidth: false,
275
+ alignItems: false,
276
+ spacing: 2
277
+ }
278
+ },
279
+ elements: [
255
280
  {
256
281
  type: "Control",
257
- scope: "#/properties/popUpComponent",
282
+ scope: "#/properties/label",
258
283
  options: {
259
- widget: "popUp"
284
+ widget: "Box"
260
285
  },
261
286
  config: {
262
- layout: {
263
- xs: 12,
264
- sm: 12,
265
- md: 12,
266
- lg: 12
267
- },
287
+ layout: 8,
268
288
  main: {
269
- label: "PopUpComponent",
270
- fullScreen: false,
271
- fullWidth: false,
272
- maxWidth: false,
273
- alignItems: false,
274
- spacing: 2
289
+ heading: "Are you sure"
275
290
  }
291
+ }
292
+ },
293
+ {
294
+ type: "Control",
295
+ scope: "#/properties/ConfirmDeleteButton1",
296
+ options: {
297
+ widget: "Button"
276
298
  },
277
- elements: [
278
- {
279
- type: "Control",
280
- scope: "#/properties/pageMaster",
281
- options: {
282
- widget: "Box"
283
- },
284
- config: {
285
- layout: 8,
286
- main: {
287
- heading: "Are you sure"
288
- }
289
- }
299
+ config: {
300
+ main: {
301
+ name: "No",
302
+ startIcon: "ApproveIcon",
303
+ variant: "contained",
304
+ color: "info",
305
+ type: "text",
306
+ onClick: "testDelComp",
307
+ size: "small"
290
308
  },
291
- {
292
- type: "Control",
293
- scope: "#/properties/ConfirmDeleteButton1",
294
- options: {
295
- widget: "Button"
296
- },
297
- config: {
298
- main: {
299
- name: "No",
300
- startIcon: "ApproveIcon",
301
- variant: "contained",
302
- color: "info",
303
- type: "text",
304
- onClick: "testDelComp",
305
- size: "small"
306
- },
307
- style: {
308
- marginBottom: "8px",
309
- width: { xs: "100%", sm: "100%", md: "25%", lg: "20%" },
310
- float: "left"
311
- }
312
- }
309
+ style: {
310
+ marginBottom: "8px",
311
+ width: { xs: "100%", sm: "100%", md: "25%", lg: "20%" },
312
+ float: "left"
313
+ }
314
+ }
315
+ },
316
+ {
317
+ type: "Control",
318
+ scope: "#/properties/CancelDeleteButton1",
319
+ options: {
320
+ widget: "Button"
321
+ },
322
+ config: {
323
+ main: {
324
+ name: "Yes",
325
+ startIcon: "ApproveIcon",
326
+ variant: "contained",
327
+ color: "info",
328
+ type: "text",
329
+ onClick: "testDelComp",
330
+ size: "small"
313
331
  },
314
- {
315
- type: "Control",
316
- scope: "#/properties/CancelDeleteButton",
317
- options: {
318
- widget: "Button"
319
- },
320
- config: {
321
- main: {
322
- name: "Yes",
323
- startIcon: "ApproveIcon",
324
- variant: "contained",
325
- color: "info",
326
- type: "text",
327
- onClick: "testDelComp",
328
- size: "small"
329
- },
330
- style: {
331
- marginBottom: "8px",
332
- width: { xs: "100%", sm: "100%", md: "25%", lg: "20%" },
333
- float: "right"
334
- }
335
- }
332
+ style: {
333
+ marginBottom: "8px",
334
+ width: { xs: "100%", sm: "100%", md: "25%", lg: "20%" },
335
+ float: "right"
336
336
  }
337
- ]
337
+ }
338
338
  }
339
339
  ]
340
340
  }
@@ -449,13 +449,7 @@ const PageMasterUiSchema = {
449
449
  icon: "RejectIcon",
450
450
  color: "error",
451
451
  tooltipMessage: "Reject This Record",
452
- onClick: "deleteEvent",
453
- size: "small"
454
- },
455
- style: {
456
- marginBottom: "8px",
457
- width: { xs: "100%", sm: "100%", md: "25%", lg: "20%" },
458
- float: "right"
452
+ onClick: "deleteEvent"
459
453
  }
460
454
  }
461
455
  }