impaktapps-ui-builder 0.0.382-alpha.301 → 0.0.382-alpha.303

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.
@@ -253,6 +253,88 @@ const PageMasterUiSchema = {
253
253
  }
254
254
  }
255
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
269
+ },
270
+ main: {
271
+ label: "PopUp",
272
+ fullScreen: false,
273
+ fullWidth: false,
274
+ maxWidth: false,
275
+ alignItems: false,
276
+ spacing: 2
277
+ }
278
+ },
279
+ elements: [
280
+ {
281
+ type: "Control",
282
+ scope: "#/properties/label",
283
+ options: {
284
+ widget: "Box"
285
+ },
286
+ config: {
287
+ layout: 12,
288
+ main: {
289
+ heading: "Are you sure you want to delete ?"
290
+ }
291
+ }
292
+ },
293
+ {
294
+ type: "Control",
295
+ scope: "#/properties/ConfirmDeleteCompButton",
296
+ options: {
297
+ widget: "Button"
298
+ },
299
+ config: {
300
+ layout: 3,
301
+ main: {
302
+ name: "Yes",
303
+ startIcon: "ApproveIcon",
304
+ variant: "contained",
305
+ color: "info",
306
+ type: "text",
307
+ onClick: "Delete_Components",
308
+ size: "small"
309
+ },
310
+ style: {
311
+ width: { xs: "100%", sm: "100%", md: "25%", lg: "20%" }
312
+ }
313
+ }
314
+ },
315
+ {
316
+ type: "Control",
317
+ scope: "#/properties/CancelDeleteCompButton",
318
+ options: {
319
+ widget: "Button"
320
+ },
321
+ config: {
322
+ layout: 3,
323
+ main: {
324
+ name: "No",
325
+ startIcon: "ApproveIcon",
326
+ variant: "contained",
327
+ color: "info",
328
+ type: "text",
329
+ onClick: "deletePopUpComponent",
330
+ size: "small"
331
+ },
332
+ style: {
333
+ width: { xs: "100%", sm: "100%", md: "25%", lg: "20%" }
334
+ }
335
+ }
336
+ }
337
+ ]
256
338
  }
257
339
  ]
258
340
  },
@@ -376,98 +458,6 @@ const PageMasterUiSchema = {
376
458
  }
377
459
  ]
378
460
  },
379
- {
380
- type: "Control",
381
- scope: "#/properties/popUpComponent",
382
- options: {
383
- widget: "PopUp"
384
- },
385
- config: {
386
- layout: {
387
- xs: 12,
388
- sm: 12,
389
- md: 12,
390
- lg: 12
391
- },
392
- main: {
393
- label: "PopUp",
394
- fullScreen: false,
395
- fullWidth: false,
396
- maxWidth: false,
397
- alignItems: false,
398
- spacing: 2
399
- }
400
- },
401
- elements: [
402
- {
403
- type: "Control",
404
- scope: "#/properties/label",
405
- options: {
406
- widget: "Box"
407
- },
408
- config: {
409
- layout: 12,
410
- main: {
411
- heading: "Are you sure you want to delete ?"
412
- }
413
- }
414
- },
415
- {
416
- type: "Control",
417
- scope: "#/properties/ConfirmDeleteCompButton",
418
- options: {
419
- widget: "Button"
420
- },
421
- config: {
422
- layout: 3,
423
- main: {
424
- name: "Yes",
425
- startIcon: "ApproveIcon",
426
- variant: "contained",
427
- color: "info",
428
- type: "text",
429
- onClick: "Delete_Components",
430
- size: "small"
431
- },
432
- style: {
433
- width: { xs: "100%", sm: "100%", md: "25%", lg: "20%" }
434
- }
435
- }
436
- },
437
- {
438
- type: "Control",
439
- scope: "#/properties/CancelDeleteCompButton",
440
- options: {
441
- widget: "Button"
442
- },
443
- config: {
444
- layout: 3,
445
- main: {
446
- name: "No",
447
- startIcon: "ApproveIcon",
448
- variant: "contained",
449
- color: "info",
450
- type: "text",
451
- onClick: "deletePopUpComponent",
452
- size: "small"
453
- },
454
- style: {
455
- width: { xs: "100%", sm: "100%", md: "25%", lg: "20%" }
456
- }
457
- }
458
- },
459
- {
460
- type: "Control",
461
- scope: "#/properties/emptyBox",
462
- options: {
463
- widget: "Box"
464
- },
465
- config: {
466
- layout: 6
467
- }
468
- }
469
- ]
470
- },
471
461
  {
472
462
  type: "Control",
473
463
  scope: "#/properties/btn",