impaktapps-ui-builder 1.0.126 → 1.0.130
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 +61 -1
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +5 -5
- 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 +61 -1
|
@@ -6690,7 +6690,67 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6690
6690
|
},
|
|
6691
6691
|
{
|
|
6692
6692
|
type: "Control",
|
|
6693
|
-
scope: "#/properties/
|
|
6693
|
+
scope: "#/properties/proc5",
|
|
6694
|
+
config: {
|
|
6695
|
+
layout: { xs: 6, sm: 6, md: 0, lg: 3 }
|
|
6696
|
+
},
|
|
6697
|
+
options: {
|
|
6698
|
+
widget: "EmptyBox"
|
|
6699
|
+
}
|
|
6700
|
+
},
|
|
6701
|
+
{
|
|
6702
|
+
type: "Control",
|
|
6703
|
+
scope: "#/properties/proc6",
|
|
6704
|
+
config: {
|
|
6705
|
+
layout: { xs: 6, sm: 6, md: 0, lg: 3 }
|
|
6706
|
+
},
|
|
6707
|
+
options: {
|
|
6708
|
+
widget: "EmptyBox"
|
|
6709
|
+
}
|
|
6710
|
+
},
|
|
6711
|
+
{
|
|
6712
|
+
type: "Control",
|
|
6713
|
+
scope: "#/properties/proc7",
|
|
6714
|
+
config: {
|
|
6715
|
+
layout: { xs: 6, sm: 6, md: 0, lg: 3 }
|
|
6716
|
+
},
|
|
6717
|
+
options: {
|
|
6718
|
+
widget: "EmptyBox"
|
|
6719
|
+
}
|
|
6720
|
+
},
|
|
6721
|
+
{
|
|
6722
|
+
type: "Control",
|
|
6723
|
+
scope: "#/properties/proc8",
|
|
6724
|
+
config: {
|
|
6725
|
+
layout: { xs: 6, sm: 6, md: 0, lg: 3 }
|
|
6726
|
+
},
|
|
6727
|
+
options: {
|
|
6728
|
+
widget: "EmptyBox"
|
|
6729
|
+
}
|
|
6730
|
+
},
|
|
6731
|
+
{
|
|
6732
|
+
type: "Control",
|
|
6733
|
+
scope: "#/properties/proc9",
|
|
6734
|
+
config: {
|
|
6735
|
+
layout: { xs: 6, sm: 6, md: 0, lg: 3 }
|
|
6736
|
+
},
|
|
6737
|
+
options: {
|
|
6738
|
+
widget: "EmptyBox"
|
|
6739
|
+
}
|
|
6740
|
+
},
|
|
6741
|
+
{
|
|
6742
|
+
type: "Control",
|
|
6743
|
+
scope: "#/properties/proc10",
|
|
6744
|
+
config: {
|
|
6745
|
+
layout: { xs: 6, sm: 6, md: 0, lg: 3 }
|
|
6746
|
+
},
|
|
6747
|
+
options: {
|
|
6748
|
+
widget: "EmptyBox"
|
|
6749
|
+
}
|
|
6750
|
+
},
|
|
6751
|
+
{
|
|
6752
|
+
type: "Control",
|
|
6753
|
+
scope: "#/properties/proc11",
|
|
6694
6754
|
config: {
|
|
6695
6755
|
layout: { xs: 6, sm: 6, md: 0, lg: 3 }
|
|
6696
6756
|
},
|