impaktapps-ui-builder 0.0.101-alpha.5 → 0.0.101-alpha.7

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.
@@ -6604,7 +6604,13 @@ const componentBasicUiSchema = (theme) => {
6604
6604
  },
6605
6605
  elements: [
6606
6606
  {
6607
- type: "HorizontalLayout",
6607
+ type: "WrapperLayout",
6608
+ config: {
6609
+ main: {
6610
+ label: "",
6611
+ gap: "8px"
6612
+ }
6613
+ },
6608
6614
  elements: [
6609
6615
  {
6610
6616
  type: "Control",
@@ -6671,57 +6677,6 @@ const componentBasicUiSchema = (theme) => {
6671
6677
  widget: "EmptyBox"
6672
6678
  }
6673
6679
  },
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
6680
  {
6726
6681
  type: "Control",
6727
6682
  scope: "#/properties/layout",