impaktapps-ui-builder 0.0.101-alpha.10 → 0.0.101-alpha.12

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.
@@ -6606,7 +6606,7 @@ const componentBasicUiSchema = (theme) => {
6606
6606
  type: "WrapperLayout",
6607
6607
  config: {
6608
6608
  main: {
6609
- label: "",
6609
+ label: " ",
6610
6610
  gap: "8px"
6611
6611
  }
6612
6612
  },
@@ -6746,48 +6746,58 @@ const componentBasicUiSchema = (theme) => {
6746
6746
  ]
6747
6747
  },
6748
6748
  {
6749
- type: "Control",
6750
- scope: "#/properties/btn",
6751
- options: {
6752
- widget: "Button"
6753
- },
6749
+ type: "WrapperLayout",
6754
6750
  config: {
6755
- layout: { xs: 4, sm: 2.5, md: 2, lg: 1.5 },
6756
6751
  main: {
6757
- name: "Ok",
6758
- variant: "contained",
6759
- type: "text",
6760
- onClick: "okHandler",
6761
- size: "medium"
6752
+ gap: "8px"
6762
6753
  }
6763
- }
6764
- },
6765
- {
6766
- type: "Control",
6767
- scope: "#/properties/btnSubmit",
6768
- options: {
6769
- widget: "Button"
6770
6754
  },
6771
- config: {
6772
- layout: { xs: 4, sm: 2.5, md: 2, lg: 1.5 },
6773
- main: {
6774
- name: "Save & Exit",
6775
- variant: "contained",
6776
- type: "text",
6777
- onClick: "saveHandler",
6778
- size: "medium"
6755
+ elements: [
6756
+ {
6757
+ type: "Control",
6758
+ scope: "#/properties/btn",
6759
+ options: {
6760
+ widget: "Button"
6761
+ },
6762
+ config: {
6763
+ layout: { xs: 4, sm: 2.5, md: 2, lg: 1.5 },
6764
+ main: {
6765
+ name: "Ok",
6766
+ variant: "contained",
6767
+ type: "text",
6768
+ onClick: "okHandler",
6769
+ size: "medium"
6770
+ }
6771
+ }
6772
+ },
6773
+ {
6774
+ type: "Control",
6775
+ scope: "#/properties/btnSubmit",
6776
+ options: {
6777
+ widget: "Button"
6778
+ },
6779
+ config: {
6780
+ layout: { xs: 4, sm: 2.5, md: 2, lg: 1.5 },
6781
+ main: {
6782
+ name: "Save & Exit",
6783
+ variant: "contained",
6784
+ type: "text",
6785
+ onClick: "saveHandler",
6786
+ size: "medium"
6787
+ }
6788
+ }
6789
+ },
6790
+ {
6791
+ type: "Control",
6792
+ scope: "#/properties/EmptyBox",
6793
+ config: {
6794
+ layout: { xs: 4, sm: 7, md: 8, lg: 9 }
6795
+ },
6796
+ options: {
6797
+ widget: "EmptyBox"
6798
+ }
6779
6799
  }
6780
- }
6781
- },
6782
- {
6783
- type: "Control",
6784
- scope: "#/properties/EmptyBox",
6785
- config: {
6786
- layout: { xs: 4, sm: 7, md: 8, lg: 9 }
6787
- },
6788
- options: {
6789
- widget: "EmptyBox"
6790
- }
6800
+ ]
6791
6801
  },
6792
6802
  {
6793
6803
  type: "Control",