impaktapps-ui-builder 0.0.592-alpha.4 → 0.0.592-alpha.6
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 -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 +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/schema.ts +1 -0
package/package.json
CHANGED
|
@@ -382,7 +382,7 @@ export const buildPropertiesSection = function (type: String) {
|
|
|
382
382
|
{ label: "Line Graph", value: "LineGraph" },
|
|
383
383
|
{ label: "Pie Graph", value: "PieGraph" },
|
|
384
384
|
{ label: "Horizontal Bar Graph", value: "HorizontalBarGraph" },
|
|
385
|
-
{ label: "Stack Horizontal Bar Graph", value: "HorizontalStackBarGraph" }
|
|
385
|
+
{ label: "Stack Horizontal Bar Graph", value: "HorizontalStackBarGraph" }
|
|
386
386
|
]),
|
|
387
387
|
getInputField("leftLabel", "Left Label"),
|
|
388
388
|
getInputField("bottomLabel", "Bottom Label"),
|
|
@@ -273,6 +273,7 @@ export const ComponentSchema: any = {
|
|
|
273
273
|
{ title: "Line Graph", const: "LineGraph" },
|
|
274
274
|
{ title: "Pie Graph", const: "PieGraph" },
|
|
275
275
|
{ title: "Horizontal Bar Graph", const: "HorizontalBarGraph" },
|
|
276
|
+
{ label: "Stack Horizontal Bar Graph", value: "HorizontalStackBarGraph" }
|
|
276
277
|
]
|
|
277
278
|
},
|
|
278
279
|
iconName: {
|