impaktapps-ui-builder 1.0.162 → 1.0.164
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 +3 -2
- 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 +3 -2
|
@@ -8074,9 +8074,10 @@ const buildPropertiesSection = function(type) {
|
|
|
8074
8074
|
case "Radio":
|
|
8075
8075
|
uiSchema.elements = [
|
|
8076
8076
|
getInputField("errorMessage", "Error Message"),
|
|
8077
|
-
getArrayControl("sectionLabels", "label", "Options Of Radio"),
|
|
8078
8077
|
getInputField("toolTip", "Tooltip"),
|
|
8079
|
-
getSelectField("toolTipPosition", "Tooltip Position")
|
|
8078
|
+
getSelectField("toolTipPosition", "Tooltip Position"),
|
|
8079
|
+
emptyBox$1("RadioEmpty1", { xs: 6, sm: 6, md: 4, lg: 3 }),
|
|
8080
|
+
getArrayControl("sectionLabels", "label", "Options Of Radio")
|
|
8080
8081
|
];
|
|
8081
8082
|
break;
|
|
8082
8083
|
case "Select":
|