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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.412-mtreemap.10",
3
+ "version": "0.0.412-mtreemap.11",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -85,6 +85,7 @@ const getArrayControl = (parentScope: string, childScope: string, childLabel?: s
85
85
  },
86
86
  },
87
87
  },
88
+ emptyBox,
88
89
  emptyBox
89
90
  ],
90
91
  },
@@ -106,6 +107,7 @@ sizeHolder.options.detail.elements[1] = {
106
107
  },
107
108
  },
108
109
  };
110
+ sizeHolder.options.detail.elements[2] = emptyBox
109
111
  const getInputField = (scope: String, label: String) => {
110
112
  return {
111
113
  type: "Control",