impaktapps-ui-builder 0.0.382-alpha.22 → 0.0.382-alpha.24

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.
@@ -6767,6 +6767,7 @@ const getArrayControl = (parentScope, childScope, childLabel) => {
6767
6767
  }
6768
6768
  }
6769
6769
  },
6770
+ EmptyBox,
6770
6771
  EmptyBox
6771
6772
  ]
6772
6773
  }
@@ -6787,19 +6788,6 @@ sizeHolder.options.detail.elements[1] = {
6787
6788
  }
6788
6789
  }
6789
6790
  };
6790
- sizeHolder.options.detail.elements[2] = {
6791
- type: "Control",
6792
- scope: `#/properties/empty`,
6793
- options: {
6794
- widget: "EmptyBox"
6795
- },
6796
- config: {
6797
- layout: { xs: 0, sm: 4, md: 4, lg: 4 },
6798
- main: {
6799
- label: "empty"
6800
- }
6801
- }
6802
- };
6803
6791
  const getInputField = (scope, label) => {
6804
6792
  return {
6805
6793
  type: "Control",