impaktapps-ui-builder 0.0.382-alpha.203 → 0.0.382-alpha.204
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 +86 -92
- 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 +93 -97
package/package.json
CHANGED
|
@@ -217,101 +217,11 @@ export const PageMasterUiSchema: any = {
|
|
|
217
217
|
main: {
|
|
218
218
|
icon: "RejectIcon",
|
|
219
219
|
color: "error",
|
|
220
|
-
onClick: "
|
|
220
|
+
onClick: "Delete_Components",
|
|
221
221
|
tooltipMessage: "Reject This Record",
|
|
222
222
|
},
|
|
223
223
|
},
|
|
224
224
|
},
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
type: "Control",
|
|
228
|
-
scope: "#/properties/popUpComponent",
|
|
229
|
-
options:{
|
|
230
|
-
widget: "popUp"
|
|
231
|
-
},
|
|
232
|
-
config:{
|
|
233
|
-
layout: {
|
|
234
|
-
xs: 12,
|
|
235
|
-
sm: 12,
|
|
236
|
-
md: 12,
|
|
237
|
-
lg: 12,
|
|
238
|
-
},
|
|
239
|
-
main: {
|
|
240
|
-
label: "PopUpComponent",
|
|
241
|
-
fullScreen:false,
|
|
242
|
-
fullWidth:false,
|
|
243
|
-
maxWidth:false,
|
|
244
|
-
alignItems:false,
|
|
245
|
-
spacing:2
|
|
246
|
-
},
|
|
247
|
-
},
|
|
248
|
-
elements:
|
|
249
|
-
[
|
|
250
|
-
{
|
|
251
|
-
type: "Control",
|
|
252
|
-
scope: "#/properties/pageMaster",
|
|
253
|
-
|
|
254
|
-
options: {
|
|
255
|
-
widget: "Box",
|
|
256
|
-
},
|
|
257
|
-
config: {
|
|
258
|
-
layout: 8,
|
|
259
|
-
main: {
|
|
260
|
-
heading: "Are you sure",
|
|
261
|
-
},
|
|
262
|
-
},
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
type: "Control",
|
|
266
|
-
scope: "#/properties/ConfirmDeleteButton1",
|
|
267
|
-
options: {
|
|
268
|
-
widget: "Button",
|
|
269
|
-
},
|
|
270
|
-
config: {
|
|
271
|
-
// layout: 11.7,
|
|
272
|
-
main: {
|
|
273
|
-
name: "No",
|
|
274
|
-
startIcon: "ApproveIcon",
|
|
275
|
-
variant: "contained",
|
|
276
|
-
color: "info",
|
|
277
|
-
type: "text",
|
|
278
|
-
onClick: "testDelComp",
|
|
279
|
-
size: "small",
|
|
280
|
-
},
|
|
281
|
-
style: {
|
|
282
|
-
marginBottom: "8px",
|
|
283
|
-
width:{xs:"100%",sm:"100%",md:"25%",lg:"20%"},
|
|
284
|
-
float: "left",
|
|
285
|
-
},
|
|
286
|
-
},
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
type: "Control",
|
|
290
|
-
scope: "#/properties/CancelDeleteButton",
|
|
291
|
-
options: {
|
|
292
|
-
widget: "Button",
|
|
293
|
-
},
|
|
294
|
-
config: {
|
|
295
|
-
// layout: 11.7,
|
|
296
|
-
main: {
|
|
297
|
-
name: "Yes",
|
|
298
|
-
startIcon: "ApproveIcon",
|
|
299
|
-
variant: "contained",
|
|
300
|
-
color: "info",
|
|
301
|
-
type: "text",
|
|
302
|
-
onClick: "testDelComp",
|
|
303
|
-
// Delete_Components
|
|
304
|
-
size: "small",
|
|
305
|
-
},
|
|
306
|
-
|
|
307
|
-
style: {
|
|
308
|
-
marginBottom: "8px",
|
|
309
|
-
width:{xs:"100%",sm:"100%",md:"25%",lg:"20%"},
|
|
310
|
-
float: "right",
|
|
311
|
-
},
|
|
312
|
-
},
|
|
313
|
-
},
|
|
314
|
-
]
|
|
315
225
|
}
|
|
316
226
|
]
|
|
317
227
|
}]},
|
|
@@ -383,6 +293,7 @@ export const PageMasterUiSchema: any = {
|
|
|
383
293
|
},
|
|
384
294
|
},
|
|
385
295
|
elements: [
|
|
296
|
+
|
|
386
297
|
{
|
|
387
298
|
accessorKey: "eventType",
|
|
388
299
|
header: "Event Type",
|
|
@@ -429,20 +340,105 @@ export const PageMasterUiSchema: any = {
|
|
|
429
340
|
color: "error",
|
|
430
341
|
tooltipMessage: "Reject This Record",
|
|
431
342
|
onClick: "deleteEvent",
|
|
432
|
-
size: "small",
|
|
433
|
-
},
|
|
434
|
-
style: {
|
|
435
|
-
marginBottom: "8px",
|
|
436
|
-
width: { xs: "100%", sm: "100%", md: "25%", lg: "20%" },
|
|
437
|
-
float: "right",
|
|
438
343
|
},
|
|
439
344
|
},
|
|
440
345
|
},
|
|
441
346
|
},
|
|
442
347
|
]
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
type: "Control",
|
|
351
|
+
scope: "#/properties/popUpComponent",
|
|
352
|
+
options:{
|
|
353
|
+
widget: "popUp"
|
|
354
|
+
},
|
|
355
|
+
config:{
|
|
356
|
+
layout: {
|
|
357
|
+
xs: 12,
|
|
358
|
+
sm: 12,
|
|
359
|
+
md: 12,
|
|
360
|
+
lg: 12,
|
|
361
|
+
},
|
|
362
|
+
main: {
|
|
363
|
+
label: "PopUpComponent",
|
|
364
|
+
fullScreen:false,
|
|
365
|
+
fullWidth:false,
|
|
366
|
+
maxWidth:false,
|
|
367
|
+
alignItems:false,
|
|
368
|
+
spacing:2
|
|
369
|
+
},
|
|
370
|
+
},
|
|
371
|
+
elements:
|
|
372
|
+
[
|
|
373
|
+
{
|
|
374
|
+
type: "Control",
|
|
375
|
+
scope: "#/properties/pageMaster",
|
|
376
|
+
|
|
377
|
+
options: {
|
|
378
|
+
widget: "Box",
|
|
379
|
+
},
|
|
380
|
+
config: {
|
|
381
|
+
layout: 8,
|
|
382
|
+
main: {
|
|
383
|
+
heading: "Are you sure",
|
|
384
|
+
},
|
|
385
|
+
},
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
type: "Control",
|
|
389
|
+
scope: "#/properties/ConfirmDeleteButton1",
|
|
390
|
+
options: {
|
|
391
|
+
widget: "Button",
|
|
392
|
+
},
|
|
393
|
+
config: {
|
|
394
|
+
// layout: 11.7,
|
|
395
|
+
main: {
|
|
396
|
+
name: "No",
|
|
397
|
+
startIcon: "ApproveIcon",
|
|
398
|
+
variant: "contained",
|
|
399
|
+
color: "info",
|
|
400
|
+
type: "text",
|
|
401
|
+
onClick: "testDelComp",
|
|
402
|
+
size: "small",
|
|
403
|
+
},
|
|
404
|
+
style: {
|
|
405
|
+
marginBottom: "8px",
|
|
406
|
+
width:{xs:"100%",sm:"100%",md:"25%",lg:"20%"},
|
|
407
|
+
float: "left",
|
|
408
|
+
},
|
|
409
|
+
},
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
type: "Control",
|
|
413
|
+
scope: "#/properties/CancelDeleteButton1",
|
|
414
|
+
options: {
|
|
415
|
+
widget: "Button",
|
|
416
|
+
},
|
|
417
|
+
config: {
|
|
418
|
+
// layout: 11.7,
|
|
419
|
+
main: {
|
|
420
|
+
name: "Yes",
|
|
421
|
+
startIcon: "ApproveIcon",
|
|
422
|
+
variant: "contained",
|
|
423
|
+
color: "info",
|
|
424
|
+
type: "text",
|
|
425
|
+
onClick: "testDelComp",
|
|
426
|
+
// Delete_Components
|
|
427
|
+
size: "small",
|
|
428
|
+
},
|
|
429
|
+
|
|
430
|
+
style: {
|
|
431
|
+
marginBottom: "8px",
|
|
432
|
+
width:{xs:"100%",sm:"100%",md:"25%",lg:"20%"},
|
|
433
|
+
float: "right",
|
|
434
|
+
},
|
|
435
|
+
},
|
|
436
|
+
},
|
|
437
|
+
]
|
|
443
438
|
}
|
|
444
439
|
]
|
|
445
440
|
},
|
|
441
|
+
|
|
446
442
|
],
|
|
447
443
|
},
|
|
448
444
|
{
|