impaktapps-ui-builder 0.0.101-alpha.5 → 0.0.101-alpha.6
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 +6 -52
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +8 -8
- 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 +58 -54
|
@@ -6604,7 +6604,12 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6604
6604
|
},
|
|
6605
6605
|
elements: [
|
|
6606
6606
|
{
|
|
6607
|
-
type: "
|
|
6607
|
+
type: "WrapperLayout",
|
|
6608
|
+
config: {
|
|
6609
|
+
main: {
|
|
6610
|
+
gap: "8px"
|
|
6611
|
+
}
|
|
6612
|
+
},
|
|
6608
6613
|
elements: [
|
|
6609
6614
|
{
|
|
6610
6615
|
type: "Control",
|
|
@@ -6671,57 +6676,6 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6671
6676
|
widget: "EmptyBox"
|
|
6672
6677
|
}
|
|
6673
6678
|
},
|
|
6674
|
-
{
|
|
6675
|
-
type: "Control",
|
|
6676
|
-
scope: "#/properties/layout",
|
|
6677
|
-
layout: 12,
|
|
6678
|
-
options: {
|
|
6679
|
-
detail: {
|
|
6680
|
-
type: "HorizontalLayout",
|
|
6681
|
-
elements: [
|
|
6682
|
-
{
|
|
6683
|
-
type: "Control",
|
|
6684
|
-
scope: "#/properties/key",
|
|
6685
|
-
options: {
|
|
6686
|
-
widget: "SelectInputField"
|
|
6687
|
-
},
|
|
6688
|
-
config: {
|
|
6689
|
-
layout: { xs: 6, sm: 6, md: 4, lg: 4 },
|
|
6690
|
-
main: {
|
|
6691
|
-
label: "Screen Size"
|
|
6692
|
-
}
|
|
6693
|
-
}
|
|
6694
|
-
},
|
|
6695
|
-
{
|
|
6696
|
-
type: "Control",
|
|
6697
|
-
scope: "#/properties/value",
|
|
6698
|
-
options: {
|
|
6699
|
-
widget: "InputField"
|
|
6700
|
-
},
|
|
6701
|
-
config: {
|
|
6702
|
-
layout: { xs: 6, sm: 6, md: 4, lg: 4 },
|
|
6703
|
-
main: {
|
|
6704
|
-
label: "Value",
|
|
6705
|
-
type: "number",
|
|
6706
|
-
helperText: "Number should be in range of 0 to 12",
|
|
6707
|
-
errorMessage: "Number Can't be greater than 12 and can't be less than 0."
|
|
6708
|
-
}
|
|
6709
|
-
}
|
|
6710
|
-
},
|
|
6711
|
-
{
|
|
6712
|
-
type: "Control",
|
|
6713
|
-
scope: "#/properties/proc",
|
|
6714
|
-
config: {
|
|
6715
|
-
layout: { xs: 0, sm: 0, md: 4, lg: 4 }
|
|
6716
|
-
},
|
|
6717
|
-
options: {
|
|
6718
|
-
widget: "EmptyBox"
|
|
6719
|
-
}
|
|
6720
|
-
}
|
|
6721
|
-
]
|
|
6722
|
-
}
|
|
6723
|
-
}
|
|
6724
|
-
},
|
|
6725
6679
|
{
|
|
6726
6680
|
type: "Control",
|
|
6727
6681
|
scope: "#/properties/layout",
|