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
package/package.json
CHANGED
|
@@ -206,7 +206,7 @@ export const componentBasicUiSchema: any = (theme)=>{
|
|
|
206
206
|
[
|
|
207
207
|
{
|
|
208
208
|
type: "Control",
|
|
209
|
-
scope: "#/properties/
|
|
209
|
+
scope: "#/properties/popuplabel",
|
|
210
210
|
options: {
|
|
211
211
|
widget: "Box",
|
|
212
212
|
},
|
|
@@ -299,7 +299,7 @@ export const componentBasicUiSchema: any = (theme)=>{
|
|
|
299
299
|
[
|
|
300
300
|
{
|
|
301
301
|
type: "Control",
|
|
302
|
-
scope: "#/properties/
|
|
302
|
+
scope: "#/properties/popuplabel1",
|
|
303
303
|
options: {
|
|
304
304
|
widget: "Box",
|
|
305
305
|
},
|
|
@@ -348,7 +348,7 @@ export const PageMasterUiSchema: any = (theme) => {
|
|
|
348
348
|
[
|
|
349
349
|
{
|
|
350
350
|
type: "Control",
|
|
351
|
-
scope: "#/properties/
|
|
351
|
+
scope: "#/properties/popuplabel",
|
|
352
352
|
options: {
|
|
353
353
|
widget: "Box",
|
|
354
354
|
},
|
|
@@ -442,7 +442,7 @@ export const PageMasterUiSchema: any = (theme) => {
|
|
|
442
442
|
[
|
|
443
443
|
{
|
|
444
444
|
type: "Control",
|
|
445
|
-
scope: "#/properties/
|
|
445
|
+
scope: "#/properties/popuplabel1",
|
|
446
446
|
options: {
|
|
447
447
|
widget: "Box",
|
|
448
448
|
},
|