impaktapps-ui-builder 0.0.382-alpha.16 → 0.0.382-alpha.18
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 +4 -4
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +4 -4
- 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 +2 -2
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +2 -2
package/package.json
CHANGED
|
@@ -379,7 +379,7 @@ export const componentBasicUiSchema: any = (theme) => {
|
|
|
379
379
|
},
|
|
380
380
|
{
|
|
381
381
|
type: "Control",
|
|
382
|
-
scope: "#/properties/
|
|
382
|
+
scope: "#/properties/pageName",
|
|
383
383
|
|
|
384
384
|
options: {
|
|
385
385
|
widget: "Box",
|
|
@@ -387,7 +387,7 @@ export const componentBasicUiSchema: any = (theme) => {
|
|
|
387
387
|
config: {
|
|
388
388
|
layout: 9.7,
|
|
389
389
|
main: {
|
|
390
|
-
heading: "
|
|
390
|
+
heading: " ",
|
|
391
391
|
},
|
|
392
392
|
style: {
|
|
393
393
|
color: theme.palette.text.disabled,
|
|
@@ -409,7 +409,7 @@ export const EventUiSchema: any = (theme) => {
|
|
|
409
409
|
},
|
|
410
410
|
{
|
|
411
411
|
type: "Control",
|
|
412
|
-
scope: "#/properties/
|
|
412
|
+
scope: "#/properties/pageName",
|
|
413
413
|
|
|
414
414
|
options: {
|
|
415
415
|
widget: "Box",
|
|
@@ -417,7 +417,7 @@ export const EventUiSchema: any = (theme) => {
|
|
|
417
417
|
config: {
|
|
418
418
|
layout: 9.7,
|
|
419
419
|
main: {
|
|
420
|
-
heading: "
|
|
420
|
+
heading: " ",
|
|
421
421
|
},
|
|
422
422
|
style: {
|
|
423
423
|
color: theme.palette.text.disabled,
|