impaktapps-ui-builder 0.0.412-d → 0.0.412-f
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 -0
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +3 -3
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/buildTreeMap.ts +3 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.ts +1 -0
package/package.json
CHANGED
|
@@ -245,6 +245,7 @@ export const buildPropertiesSection = function (type: String) {
|
|
|
245
245
|
getInputField("graphWidth", "Graph Width"),
|
|
246
246
|
getInputField("graphZoomHeight", "Zoom Height"),
|
|
247
247
|
]
|
|
248
|
+
break;
|
|
248
249
|
case "InputSlider":
|
|
249
250
|
uiSchema.elements = [
|
|
250
251
|
getInputField("max", "Max Limit"),
|