impaktapps-ui-builder 0.0.382-alpha.39 → 0.0.382-alpha.40
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 -58
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +3 -3
- 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 +33 -33
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +33 -33
|
@@ -6446,35 +6446,6 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6446
6446
|
}
|
|
6447
6447
|
}
|
|
6448
6448
|
]
|
|
6449
|
-
},
|
|
6450
|
-
{
|
|
6451
|
-
type: "Control",
|
|
6452
|
-
scope: "#/properties/pageName",
|
|
6453
|
-
options: {
|
|
6454
|
-
widget: "Box"
|
|
6455
|
-
},
|
|
6456
|
-
config: {
|
|
6457
|
-
layout: 9.7,
|
|
6458
|
-
main: {
|
|
6459
|
-
heading: " "
|
|
6460
|
-
},
|
|
6461
|
-
style: {
|
|
6462
|
-
color: theme.palette.text.disabled,
|
|
6463
|
-
textAlign: "right",
|
|
6464
|
-
fontSize: "12px",
|
|
6465
|
-
marginTop: "-16px"
|
|
6466
|
-
}
|
|
6467
|
-
}
|
|
6468
|
-
},
|
|
6469
|
-
{
|
|
6470
|
-
type: "Control",
|
|
6471
|
-
scope: "#/properties/emptyBox",
|
|
6472
|
-
options: {
|
|
6473
|
-
widget: "EmptyBox"
|
|
6474
|
-
},
|
|
6475
|
-
config: {
|
|
6476
|
-
layout: 2.3
|
|
6477
|
-
}
|
|
6478
6449
|
}
|
|
6479
6450
|
]
|
|
6480
6451
|
}
|
|
@@ -8023,35 +7994,6 @@ const EventUiSchema = (theme) => {
|
|
|
8023
7994
|
}
|
|
8024
7995
|
}
|
|
8025
7996
|
]
|
|
8026
|
-
},
|
|
8027
|
-
{
|
|
8028
|
-
type: "Control",
|
|
8029
|
-
scope: "#/properties/pageName",
|
|
8030
|
-
options: {
|
|
8031
|
-
widget: "Box"
|
|
8032
|
-
},
|
|
8033
|
-
config: {
|
|
8034
|
-
layout: 9.7,
|
|
8035
|
-
main: {
|
|
8036
|
-
heading: " "
|
|
8037
|
-
},
|
|
8038
|
-
style: {
|
|
8039
|
-
color: theme.palette.text.disabled,
|
|
8040
|
-
textAlign: "right",
|
|
8041
|
-
fontSize: "12px",
|
|
8042
|
-
marginTop: "-16px"
|
|
8043
|
-
}
|
|
8044
|
-
}
|
|
8045
|
-
},
|
|
8046
|
-
{
|
|
8047
|
-
type: "Control",
|
|
8048
|
-
scope: "#/properties/emptyBox",
|
|
8049
|
-
options: {
|
|
8050
|
-
widget: "EmptyBox"
|
|
8051
|
-
},
|
|
8052
|
-
config: {
|
|
8053
|
-
layout: 2.3
|
|
8054
|
-
}
|
|
8055
7997
|
}
|
|
8056
7998
|
]
|
|
8057
7999
|
}
|