impaktapps-ui-builder 1.0.146 → 1.0.147
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 -5
- 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/buildFileInput.ts +0 -3
- package/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.ts +1 -2
|
@@ -8115,8 +8115,7 @@ const buildPropertiesSection = function(type) {
|
|
|
8115
8115
|
getRadioInputField("disableDelete", "Disable Delete", ["YES", "NO"]),
|
|
8116
8116
|
getRadioInputField("disableDownload", "Disable Download", ["YES", "NO"]),
|
|
8117
8117
|
getInputField("description", "Enter description"),
|
|
8118
|
-
|
|
8119
|
-
emptyBox$1("FileInputEmpty", { xs: 0, sm: 0, md: 4, lg: 6 })
|
|
8118
|
+
emptyBox$1("FileInputEmpty", { xs: 6, sm: 6, md: 8, lg: 9 })
|
|
8120
8119
|
];
|
|
8121
8120
|
break;
|
|
8122
8121
|
}
|
|
@@ -12287,9 +12286,6 @@ const buildFileInput = (config2, componentScope2) => {
|
|
|
12287
12286
|
if (config2.description) {
|
|
12288
12287
|
box.config.main.description = config2.description;
|
|
12289
12288
|
}
|
|
12290
|
-
if (config2.errorMessage) {
|
|
12291
|
-
box.config.main.errorMessage = config2.errorMessage;
|
|
12292
|
-
}
|
|
12293
12289
|
return box;
|
|
12294
12290
|
};
|
|
12295
12291
|
const Stepper = {
|