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.
- package/dist/impaktapps-ui-builder.es.js +74 -80
- 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 +87 -89
package/package.json
CHANGED
|
@@ -217,104 +217,106 @@ export const PageMasterUiSchema: any = {
|
|
|
217
217
|
main: {
|
|
218
218
|
icon: "RejectIcon",
|
|
219
219
|
color: "error",
|
|
220
|
-
onClick: "
|
|
220
|
+
onClick: "popUpComponent",
|
|
221
221
|
tooltipMessage: "Reject This Record",
|
|
222
222
|
},
|
|
223
223
|
},
|
|
224
224
|
},
|
|
225
|
+
}
|
|
226
|
+
]
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
type: "Control",
|
|
230
|
+
scope: "#/properties/popUpComponent",
|
|
231
|
+
options:{
|
|
232
|
+
widget: "popUp"
|
|
233
|
+
},
|
|
234
|
+
config:{
|
|
235
|
+
layout: {
|
|
236
|
+
xs: 12,
|
|
237
|
+
sm: 12,
|
|
238
|
+
md: 12,
|
|
239
|
+
lg: 12,
|
|
240
|
+
},
|
|
241
|
+
main: {
|
|
242
|
+
label: "PopUpComponent",
|
|
243
|
+
fullScreen:false,
|
|
244
|
+
fullWidth:false,
|
|
245
|
+
maxWidth:false,
|
|
246
|
+
alignItems:false,
|
|
247
|
+
spacing:2
|
|
225
248
|
},
|
|
249
|
+
},
|
|
250
|
+
elements:
|
|
251
|
+
[
|
|
226
252
|
{
|
|
227
253
|
type: "Control",
|
|
228
|
-
scope: "#/properties/
|
|
229
|
-
|
|
230
|
-
|
|
254
|
+
scope: "#/properties/label",
|
|
255
|
+
|
|
256
|
+
options: {
|
|
257
|
+
widget: "Box",
|
|
231
258
|
},
|
|
232
|
-
config:{
|
|
233
|
-
layout:
|
|
234
|
-
xs: 12,
|
|
235
|
-
sm: 12,
|
|
236
|
-
md: 12,
|
|
237
|
-
lg: 12,
|
|
238
|
-
},
|
|
259
|
+
config: {
|
|
260
|
+
layout: 8,
|
|
239
261
|
main: {
|
|
240
|
-
|
|
241
|
-
fullScreen:false,
|
|
242
|
-
fullWidth:false,
|
|
243
|
-
maxWidth:false,
|
|
244
|
-
alignItems:false,
|
|
245
|
-
spacing:2
|
|
262
|
+
heading: "Are you sure",
|
|
246
263
|
},
|
|
247
264
|
},
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
type: "Control",
|
|
268
|
+
scope: "#/properties/ConfirmDeleteButton1",
|
|
269
|
+
options: {
|
|
270
|
+
widget: "Button",
|
|
271
|
+
},
|
|
272
|
+
config: {
|
|
273
|
+
// layout: 11.7,
|
|
274
|
+
main: {
|
|
275
|
+
name: "No",
|
|
276
|
+
startIcon: "ApproveIcon",
|
|
277
|
+
variant: "contained",
|
|
278
|
+
color: "info",
|
|
279
|
+
type: "text",
|
|
280
|
+
onClick: "testDelComp",
|
|
281
|
+
size: "small",
|
|
263
282
|
},
|
|
264
|
-
{
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
283
|
+
style: {
|
|
284
|
+
marginBottom: "8px",
|
|
285
|
+
width:{xs:"100%",sm:"100%",md:"25%",lg:"20%"},
|
|
286
|
+
float: "left",
|
|
287
|
+
},
|
|
288
|
+
},
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
type: "Control",
|
|
292
|
+
scope: "#/properties/CancelDeleteButton1",
|
|
293
|
+
options: {
|
|
294
|
+
widget: "Button",
|
|
295
|
+
},
|
|
296
|
+
config: {
|
|
297
|
+
// layout: 11.7,
|
|
298
|
+
main: {
|
|
299
|
+
name: "Yes",
|
|
300
|
+
startIcon: "ApproveIcon",
|
|
301
|
+
variant: "contained",
|
|
302
|
+
color: "info",
|
|
303
|
+
type: "text",
|
|
304
|
+
onClick: "testDelComp",
|
|
305
|
+
// Delete_Components
|
|
306
|
+
size: "small",
|
|
287
307
|
},
|
|
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
308
|
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
},
|
|
312
|
-
},
|
|
309
|
+
style: {
|
|
310
|
+
marginBottom: "8px",
|
|
311
|
+
width:{xs:"100%",sm:"100%",md:"25%",lg:"20%"},
|
|
312
|
+
float: "right",
|
|
313
313
|
},
|
|
314
|
-
|
|
315
|
-
}
|
|
314
|
+
},
|
|
315
|
+
},
|
|
316
316
|
]
|
|
317
|
-
}
|
|
317
|
+
}
|
|
318
|
+
]
|
|
319
|
+
},
|
|
318
320
|
{
|
|
319
321
|
type: "WrapperLayout",
|
|
320
322
|
config: {
|
|
@@ -383,6 +385,7 @@ export const PageMasterUiSchema: any = {
|
|
|
383
385
|
},
|
|
384
386
|
},
|
|
385
387
|
elements: [
|
|
388
|
+
|
|
386
389
|
{
|
|
387
390
|
accessorKey: "eventType",
|
|
388
391
|
header: "Event Type",
|
|
@@ -429,20 +432,15 @@ export const PageMasterUiSchema: any = {
|
|
|
429
432
|
color: "error",
|
|
430
433
|
tooltipMessage: "Reject This Record",
|
|
431
434
|
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
435
|
},
|
|
439
436
|
},
|
|
440
437
|
},
|
|
441
438
|
},
|
|
442
439
|
]
|
|
443
|
-
}
|
|
440
|
+
},
|
|
444
441
|
]
|
|
445
442
|
},
|
|
443
|
+
|
|
446
444
|
],
|
|
447
445
|
},
|
|
448
446
|
{
|