impaktapps-ui-builder 0.0.1058 → 0.0.1059

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.1058",
3
+ "version": "0.0.1059",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -15,9 +15,9 @@ const ArrayDetailUiSchema = {
15
15
  type: "Control",
16
16
  scope: "#/properties/adjustments",
17
17
  layout: 11.5,
18
-
19
- elements: []
20
-
18
+ options: {
19
+ elements: []
20
+ }
21
21
 
22
22
  };
23
23
  export const buildArray = (config: any, componentScope: string) => {
@@ -380,7 +380,7 @@ const buildUiSchema = (config: any, store?: any) => {
380
380
  return buildUiSchema(e, store)
381
381
  });
382
382
  if (config.detailView === "Yes") {
383
- elements.elements = ArrayElements;
383
+ elements.options.elements = ArrayElements;
384
384
  } else {
385
385
  elements.options.detail.elements = ArrayElements;
386
386
  }