impaktapps-ui-builder 0.0.1056 → 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.
@@ -8450,7 +8450,7 @@ const sectionLabels = {
8450
8450
  Timer: ["Core", "Event", "Style", "Validation"],
8451
8451
  Rank: ["Core", "Event", "Style", "Validation"],
8452
8452
  Button: ["Core", "Properties", "Event", "Style", "Validation"],
8453
- Array: ["Core", "Components", "Validation"],
8453
+ Array: ["Core", "Components", "Properties", "Validation"],
8454
8454
  Radio: ["Core", "Properties", "Event", "Style", "Validation"],
8455
8455
  Text: ["Core", "Properties", "Event", "Style", "Validation"],
8456
8456
  TextArea: ["Core", "Properties", "Event", "Style", "Validation"],
@@ -11848,7 +11848,9 @@ const ArrayDetailUiSchema = {
11848
11848
  type: "Control",
11849
11849
  scope: "#/properties/adjustments",
11850
11850
  layout: 11.5,
11851
- elements: []
11851
+ options: {
11852
+ elements: []
11853
+ }
11852
11854
  };
11853
11855
  const buildArray = (config2, componentScope2) => {
11854
11856
  let array = _.cloneDeep(ArrayUiSchema);
@@ -12510,7 +12512,7 @@ const buildUiSchema = (config2, store2) => {
12510
12512
  return buildUiSchema(e, store2);
12511
12513
  });
12512
12514
  if (config2.detailView === "Yes") {
12513
- elements.elements = ArrayElements;
12515
+ elements.options.elements = ArrayElements;
12514
12516
  } else {
12515
12517
  elements.options.detail.elements = ArrayElements;
12516
12518
  }