impaktapps-ui-builder 1.0.57-alpha.2 → 1.0.57-alpha.3

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.
@@ -7760,7 +7760,8 @@ const buildPropertiesSection = function(type) {
7760
7760
  uiSchema.elements = [
7761
7761
  getInputField("placeholder", "Placeholder"),
7762
7762
  getRadioInputField("multiline", "Multiline", ["YES", "NO"]),
7763
- emptyBox$1("TextEmpty1", { xs: 0, sm: 0, md: 4, lg: 4 }),
7763
+ getSelectField("defaultStyle", "Default Style"),
7764
+ emptyBox$1("TextEmpty1", { xs: 6, sm: 6, md: 0, lg: 3 }),
7764
7765
  getArrayControl("InputFormatingAndMasking", "formatElement", "Format Element"),
7765
7766
  getInputField("keyName", "Event Key Name")
7766
7767
  ];
@@ -7913,12 +7914,14 @@ const buildPropertiesSection = function(type) {
7913
7914
  uiSchema.elements = [
7914
7915
  getRadioInputField("lazyLoading", "Lazy Loading", ["YES", "NO"]),
7915
7916
  getRadioInputField("freeSolo", "FreeSolo", ["YES", "NO"]),
7917
+ getSelectField("defaultStyle", "Default Style"),
7916
7918
  emptyBox$1("SelectEmpty")
7917
7919
  ];
7918
7920
  break;
7919
7921
  case "MultipleSelect":
7920
7922
  uiSchema.elements = [
7921
7923
  getRadioInputField("lazyLoading", "Lazy Loading", ["YES", "NO"]),
7924
+ getSelectField("defaultStyle", "Default Style"),
7922
7925
  emptyBox$1("MultipleSelectEmpty1", { xs: 0, sm: 6, md: 4, lg: 4 }),
7923
7926
  emptyBox$1("MultipleSelectEmpty2")
7924
7927
  ];