impaktapps-ui-builder 0.0.101-alpha.25 → 0.0.101-alpha.26
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 +4 -1
- 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/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.ts +4 -1
|
@@ -7487,6 +7487,9 @@ const getArrayControl = (parentScope, childScope, childLabel) => {
|
|
|
7487
7487
|
return {
|
|
7488
7488
|
type: "Control",
|
|
7489
7489
|
scope: `#/properties/${parentScope}`,
|
|
7490
|
+
options: {
|
|
7491
|
+
widget: "Array"
|
|
7492
|
+
},
|
|
7490
7493
|
config: {
|
|
7491
7494
|
layout: 12,
|
|
7492
7495
|
main: {
|
|
@@ -7786,7 +7789,7 @@ const buildPropertiesSection = function(type) {
|
|
|
7786
7789
|
getInputField("xAxisValue", "X-AxisValue"),
|
|
7787
7790
|
getRadioInputField("bottomAxisAngle", "Bottom Axis Angled", ["YES", "No"]),
|
|
7788
7791
|
getInputField("leftMargin", "Left Margin"),
|
|
7789
|
-
emptyBox$1("GraphEmpty1", { xs: 6, sm: 0, md: 8, lg:
|
|
7792
|
+
emptyBox$1("GraphEmpty1", { xs: 6, sm: 0, md: 8, lg: 6 }),
|
|
7790
7793
|
getArrayControl("legendLabels", "label"),
|
|
7791
7794
|
getArrayControl("pieArcColors", "color")
|
|
7792
7795
|
];
|