impaktapps-ui-builder 1.0.90 → 1.0.91
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 +1 -4
- 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 -4
|
@@ -7914,10 +7914,7 @@ const buildPropertiesSection = function(type) {
|
|
|
7914
7914
|
break;
|
|
7915
7915
|
case "FileInput":
|
|
7916
7916
|
uiSchema.elements = [
|
|
7917
|
-
getRadioInputField("variant", "Variant", ["Outlined", "Standard"])
|
|
7918
|
-
getRadioInputField("hideUpload", "Hide Upload", ["YES", "NO"]),
|
|
7919
|
-
getRadioInputField("hideDelete", "Hide Delete", ["YES", "NO"]),
|
|
7920
|
-
getRadioInputField("hideDownload", "Hide Download", ["YES", "NO"])
|
|
7917
|
+
getRadioInputField("variant", "Variant", ["Outlined", "Standard"])
|
|
7921
7918
|
];
|
|
7922
7919
|
break;
|
|
7923
7920
|
}
|