impaktapps-ui-builder 0.0.382-alpha.12 → 0.0.382-alpha.13
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 +40 -40
- 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/Component/uiSchema.ts +42 -20
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +21 -23
package/package.json
CHANGED
|
@@ -330,27 +330,27 @@ export const componentBasicUiSchema: any = (theme) => {
|
|
|
330
330
|
layout: 2,
|
|
331
331
|
},
|
|
332
332
|
},
|
|
333
|
-
{
|
|
334
|
-
|
|
335
|
-
|
|
333
|
+
// {
|
|
334
|
+
// type: "Control",
|
|
335
|
+
// scope: "#/properties/pageName",
|
|
336
336
|
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
},
|
|
337
|
+
// options: {
|
|
338
|
+
// widget: "Box",
|
|
339
|
+
// },
|
|
340
|
+
// config: {
|
|
341
|
+
// layout: { xs: 7, sm: 7, md: 9 },
|
|
342
|
+
// main: {
|
|
343
|
+
// heading: " ",
|
|
344
|
+
// },
|
|
345
|
+
// style: {
|
|
346
|
+
// float: "right",
|
|
347
|
+
// width: "auto",
|
|
348
|
+
// fontSize: "12px",
|
|
349
|
+
// color: "gray",
|
|
350
|
+
// paddingTop: "10px"
|
|
351
|
+
// },
|
|
352
|
+
// },
|
|
353
|
+
// },
|
|
354
354
|
{
|
|
355
355
|
type: "Control",
|
|
356
356
|
scope: "#/properties/backIcon",
|
|
@@ -398,6 +398,28 @@ export const componentBasicUiSchema: any = (theme) => {
|
|
|
398
398
|
},
|
|
399
399
|
],
|
|
400
400
|
},
|
|
401
|
+
|
|
402
|
+
{
|
|
403
|
+
type: "Control",
|
|
404
|
+
scope: "#/properties/pageName",
|
|
405
|
+
|
|
406
|
+
options: {
|
|
407
|
+
widget: "Box",
|
|
408
|
+
},
|
|
409
|
+
config: {
|
|
410
|
+
layout: 12,
|
|
411
|
+
main: {
|
|
412
|
+
heading: " ",
|
|
413
|
+
},
|
|
414
|
+
style: {
|
|
415
|
+
float: "right",
|
|
416
|
+
width: "auto",
|
|
417
|
+
fontSize: "12px",
|
|
418
|
+
color: "gray",
|
|
419
|
+
paddingTop: "10px"
|
|
420
|
+
},
|
|
421
|
+
},
|
|
422
|
+
},
|
|
401
423
|
]
|
|
402
424
|
}
|
|
403
425
|
],
|
|
@@ -360,29 +360,6 @@ export const EventUiSchema: any = (theme) => {
|
|
|
360
360
|
layout: 2,
|
|
361
361
|
},
|
|
362
362
|
},
|
|
363
|
-
|
|
364
|
-
{
|
|
365
|
-
type: "Control",
|
|
366
|
-
scope: "#/properties/pageName",
|
|
367
|
-
|
|
368
|
-
options: {
|
|
369
|
-
widget: "Box",
|
|
370
|
-
},
|
|
371
|
-
config: {
|
|
372
|
-
layout: { xs: 7, sm: 7, md: 9 },
|
|
373
|
-
main: {
|
|
374
|
-
heading: " ",
|
|
375
|
-
},
|
|
376
|
-
style: {
|
|
377
|
-
float: "right",
|
|
378
|
-
width: "auto",
|
|
379
|
-
fontSize: "12px",
|
|
380
|
-
color: "gray",
|
|
381
|
-
paddingTop: "10px"
|
|
382
|
-
},
|
|
383
|
-
},
|
|
384
|
-
},
|
|
385
|
-
|
|
386
363
|
{
|
|
387
364
|
type: "Control",
|
|
388
365
|
scope: "#/properties/backIcon",
|
|
@@ -430,6 +407,27 @@ export const EventUiSchema: any = (theme) => {
|
|
|
430
407
|
},
|
|
431
408
|
],
|
|
432
409
|
},
|
|
410
|
+
{
|
|
411
|
+
type: "Control",
|
|
412
|
+
scope: "#/properties/pageName",
|
|
413
|
+
|
|
414
|
+
options: {
|
|
415
|
+
widget: "Box",
|
|
416
|
+
},
|
|
417
|
+
config: {
|
|
418
|
+
layout: 12,
|
|
419
|
+
main: {
|
|
420
|
+
heading: " ",
|
|
421
|
+
},
|
|
422
|
+
style: {
|
|
423
|
+
float: "right",
|
|
424
|
+
width: "auto",
|
|
425
|
+
fontSize: "12px",
|
|
426
|
+
color: "gray",
|
|
427
|
+
paddingTop: "10px"
|
|
428
|
+
},
|
|
429
|
+
},
|
|
430
|
+
},
|
|
433
431
|
]
|
|
434
432
|
}
|
|
435
433
|
],
|