impaktapps-ui-builder 0.0.382-alpha.301 → 0.0.382-alpha.302
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 +0 -23
- 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 +23 -23
package/package.json
CHANGED
|
@@ -377,20 +377,20 @@ export const PageMasterUiSchema: any = {
|
|
|
377
377
|
},
|
|
378
378
|
elements:
|
|
379
379
|
[
|
|
380
|
-
{
|
|
381
|
-
|
|
382
|
-
|
|
380
|
+
// {
|
|
381
|
+
// type: "Control",
|
|
382
|
+
// scope: "#/properties/label",
|
|
383
383
|
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
},
|
|
384
|
+
// options: {
|
|
385
|
+
// widget: "Box",
|
|
386
|
+
// },
|
|
387
|
+
// config: {
|
|
388
|
+
// layout: 12,
|
|
389
|
+
// main: {
|
|
390
|
+
// heading: "Are you sure you want to delete ?",
|
|
391
|
+
// },
|
|
392
|
+
// },
|
|
393
|
+
// },
|
|
394
394
|
{
|
|
395
395
|
type: "Control",
|
|
396
396
|
scope: "#/properties/ConfirmDeleteCompButton",
|
|
@@ -440,17 +440,17 @@ export const PageMasterUiSchema: any = {
|
|
|
440
440
|
},
|
|
441
441
|
},
|
|
442
442
|
},
|
|
443
|
-
{
|
|
444
|
-
|
|
445
|
-
|
|
443
|
+
// {
|
|
444
|
+
// type: "Control",
|
|
445
|
+
// scope: "#/properties/emptyBox",
|
|
446
446
|
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
},
|
|
447
|
+
// options: {
|
|
448
|
+
// widget: "Box",
|
|
449
|
+
// },
|
|
450
|
+
// config: {
|
|
451
|
+
// layout: 6,
|
|
452
|
+
// },
|
|
453
|
+
// },
|
|
454
454
|
]
|
|
455
455
|
},
|
|
456
456
|
{
|