impaktapps-ui-builder 0.0.1055 → 0.0.1058
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/dist/impaktapps-ui-builder.es.js +2 -7
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/dist/src/impaktapps-ui-builder/builder/build/buildArray.d.ts +1 -11
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/buildArray.ts +6 -8
- package/src/impaktapps-ui-builder/builder/services/component.ts +1 -1
|
@@ -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,12 +11848,7 @@ const ArrayDetailUiSchema = {
|
|
|
11848
11848
|
type: "Control",
|
|
11849
11849
|
scope: "#/properties/adjustments",
|
|
11850
11850
|
layout: 11.5,
|
|
11851
|
-
|
|
11852
|
-
detail: {
|
|
11853
|
-
type: "HorizontalLayout",
|
|
11854
|
-
elements: []
|
|
11855
|
-
}
|
|
11856
|
-
}
|
|
11851
|
+
elements: []
|
|
11857
11852
|
};
|
|
11858
11853
|
const buildArray = (config2, componentScope2) => {
|
|
11859
11854
|
let array = _.cloneDeep(ArrayUiSchema);
|