@itcase/forms 1.0.26 → 1.0.27
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/itcase-forms.cjs.js
CHANGED
|
@@ -1212,9 +1212,9 @@ var FileInputDropzone = /*#__PURE__*/React__default.default.memo(function FileIn
|
|
|
1212
1212
|
hintTitle = props.hintTitle,
|
|
1213
1213
|
hintDescription = props.hintDescription,
|
|
1214
1214
|
isShowFilename = props.isShowFilename,
|
|
1215
|
-
isPreviews = props.isPreviews
|
|
1216
|
-
|
|
1217
|
-
_props$dropzoneProps = props.dropzoneProps,
|
|
1215
|
+
isPreviews = props.isPreviews;
|
|
1216
|
+
props.loadingText;
|
|
1217
|
+
var _props$dropzoneProps = props.dropzoneProps,
|
|
1218
1218
|
dropzoneProps = _props$dropzoneProps === void 0 ? {} : _props$dropzoneProps;
|
|
1219
1219
|
var onAddFiles = props.onAddFiles,
|
|
1220
1220
|
onDeleteFile = props.onDeleteFile;
|
|
@@ -1428,9 +1428,7 @@ var FileInputDropzone = /*#__PURE__*/React__default.default.memo(function FileIn
|
|
|
1428
1428
|
return /*#__PURE__*/React__default.default.createElement("aside", {
|
|
1429
1429
|
className: clsx__default.default('form-dropzone__thumb', fillClass, thumbBorderWidthClass, thumbBorderColorClass, thumbBorderColorHoverClass, thumbBorderTypeClass),
|
|
1430
1430
|
key: "" + (file.id || file.name + "_" + i || 'i' + i)
|
|
1431
|
-
}, /*#__PURE__*/React__default.default.createElement("div", {
|
|
1432
|
-
className: "form-dropzone__thumb-loading"
|
|
1433
|
-
}, fileIsLoading && (loadingText || 'Loading...')), isPreviews && /*#__PURE__*/React__default.default.createElement("div", {
|
|
1431
|
+
}, isPreviews && /*#__PURE__*/React__default.default.createElement("div", {
|
|
1434
1432
|
className: "form-dropzone__thumb-image"
|
|
1435
1433
|
}, /*#__PURE__*/React__default.default.createElement("img", {
|
|
1436
1434
|
className: "form-dropzone__thumb-image-inner",
|
package/dist/itcase-forms.esm.js
CHANGED
|
@@ -1202,9 +1202,9 @@ var FileInputDropzone = /*#__PURE__*/React.memo(function FileInputDropzone(props
|
|
|
1202
1202
|
hintTitle = props.hintTitle,
|
|
1203
1203
|
hintDescription = props.hintDescription,
|
|
1204
1204
|
isShowFilename = props.isShowFilename,
|
|
1205
|
-
isPreviews = props.isPreviews
|
|
1206
|
-
|
|
1207
|
-
_props$dropzoneProps = props.dropzoneProps,
|
|
1205
|
+
isPreviews = props.isPreviews;
|
|
1206
|
+
props.loadingText;
|
|
1207
|
+
var _props$dropzoneProps = props.dropzoneProps,
|
|
1208
1208
|
dropzoneProps = _props$dropzoneProps === void 0 ? {} : _props$dropzoneProps;
|
|
1209
1209
|
var onAddFiles = props.onAddFiles,
|
|
1210
1210
|
onDeleteFile = props.onDeleteFile;
|
|
@@ -1418,9 +1418,7 @@ var FileInputDropzone = /*#__PURE__*/React.memo(function FileInputDropzone(props
|
|
|
1418
1418
|
return /*#__PURE__*/React.createElement("aside", {
|
|
1419
1419
|
className: clsx('form-dropzone__thumb', fillClass, thumbBorderWidthClass, thumbBorderColorClass, thumbBorderColorHoverClass, thumbBorderTypeClass),
|
|
1420
1420
|
key: "" + (file.id || file.name + "_" + i || 'i' + i)
|
|
1421
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
1422
|
-
className: "form-dropzone__thumb-loading"
|
|
1423
|
-
}, fileIsLoading && (loadingText || 'Loading...')), isPreviews && /*#__PURE__*/React.createElement("div", {
|
|
1421
|
+
}, isPreviews && /*#__PURE__*/React.createElement("div", {
|
|
1424
1422
|
className: "form-dropzone__thumb-image"
|
|
1425
1423
|
}, /*#__PURE__*/React.createElement("img", {
|
|
1426
1424
|
className: "form-dropzone__thumb-image-inner",
|