impaktapps-ui-builder 0.0.412-mtreemap.10 → 0.0.412-mtreemap.11

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.
@@ -6829,6 +6829,7 @@ const getArrayControl = (parentScope, childScope, childLabel) => {
6829
6829
  }
6830
6830
  }
6831
6831
  },
6832
+ emptyBox,
6832
6833
  emptyBox
6833
6834
  ]
6834
6835
  }
@@ -6849,6 +6850,7 @@ sizeHolder.options.detail.elements[1] = {
6849
6850
  }
6850
6851
  }
6851
6852
  };
6853
+ sizeHolder.options.detail.elements[2] = emptyBox;
6852
6854
  const getInputField = (scope, label) => {
6853
6855
  return {
6854
6856
  type: "Control",