impaktapps-ui-builder 0.0.97-alpha.13 → 0.0.97-alpha.14
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 +5 -5
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +2 -2
- 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/PageMaster/uiSchema.ts +2 -2
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +1 -1
|
@@ -374,7 +374,7 @@ const PageMasterUiSchema = (theme) => {
|
|
|
374
374
|
elements: [
|
|
375
375
|
{
|
|
376
376
|
type: "Control",
|
|
377
|
-
scope: "#/properties/
|
|
377
|
+
scope: "#/properties/popuplabel",
|
|
378
378
|
options: {
|
|
379
379
|
widget: "Box"
|
|
380
380
|
},
|
|
@@ -465,7 +465,7 @@ const PageMasterUiSchema = (theme) => {
|
|
|
465
465
|
elements: [
|
|
466
466
|
{
|
|
467
467
|
type: "Control",
|
|
468
|
-
scope: "#/properties/
|
|
468
|
+
scope: "#/properties/popuplabel1",
|
|
469
469
|
options: {
|
|
470
470
|
widget: "Box"
|
|
471
471
|
},
|
|
@@ -6616,7 +6616,7 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6616
6616
|
elements: [
|
|
6617
6617
|
{
|
|
6618
6618
|
type: "Control",
|
|
6619
|
-
scope: "#/properties/
|
|
6619
|
+
scope: "#/properties/popuplabel",
|
|
6620
6620
|
options: {
|
|
6621
6621
|
widget: "Box"
|
|
6622
6622
|
},
|
|
@@ -6707,7 +6707,7 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6707
6707
|
elements: [
|
|
6708
6708
|
{
|
|
6709
6709
|
type: "Control",
|
|
6710
|
-
scope: "#/properties/
|
|
6710
|
+
scope: "#/properties/popuplabel1",
|
|
6711
6711
|
options: {
|
|
6712
6712
|
widget: "Box"
|
|
6713
6713
|
},
|
|
@@ -8591,7 +8591,7 @@ const EventUiSchema = (theme) => {
|
|
|
8591
8591
|
elements: [
|
|
8592
8592
|
{
|
|
8593
8593
|
type: "Control",
|
|
8594
|
-
scope: "#/properties/
|
|
8594
|
+
scope: "#/properties/popuplabel",
|
|
8595
8595
|
options: {
|
|
8596
8596
|
widget: "Box"
|
|
8597
8597
|
},
|