@arim-aisdc/public-components 2.2.4 → 2.2.5

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.
@@ -303,6 +303,7 @@ var UploadImg = function UploadImg(_ref) {
303
303
  maxCount: item !== null && item !== void 0 && item.multiple ? 100 : 1,
304
304
  fileList: fileList,
305
305
  onPreview: handlePreview,
306
+ disabled: item === null || item === void 0 ? void 0 : item.disabled,
306
307
  children: !(item !== null && item !== void 0 && item.multiple) && fileList.length > 0 ? null : uploadButton
307
308
  }), previewImage && /*#__PURE__*/_jsx(Image, {
308
309
  wrapperStyle: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arim-aisdc/public-components",
3
- "version": "2.2.4",
3
+ "version": "2.2.5",
4
4
  "description": "前端组件库",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",