@ecoding/components.antd 0.5.11 → 0.5.12

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.
@@ -175,7 +175,7 @@ const MultipleUpload = (props) => {
175
175
  props.onRemove && props.onRemove(file);
176
176
  }, maxCount: props.maxCount },
177
177
  React.createElement(Button, { disabled: props.disabled, icon: props.icon ? React.createElement(UploadOutlined, null) : null }, props.buttonText)),
178
- React.createElement(Popover, { destroyOnHidden: true, open: open, placement: "right", trigger: "hover", title: "Uploaded", content: React.createElement(InfosRender, { infos: infos, nameKey: nameKey || '', updateItems: updateItems, domain: props.domain }) },
178
+ React.createElement(Popover, { destroyOnHidden: true, open: open, placement: "right", trigger: "hover", title: `Uploaded(At most ${props.maxCount} files.)`, content: React.createElement(InfosRender, { infos: infos, nameKey: nameKey || '', updateItems: updateItems, domain: props.domain }) },
179
179
  React.createElement(Button, { icon: React.createElement(EllipsisOutlined, null) }))));
180
180
  };
181
181
  MultipleUpload.defaultProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecoding/components.antd",
3
- "version": "0.5.11",
3
+ "version": "0.5.12",
4
4
  "author": "cxc",
5
5
  "homepage": "",
6
6
  "license": "MIT",
@@ -47,5 +47,5 @@
47
47
  "antd": "^6.0.0",
48
48
  "axios": "^1.1.2"
49
49
  },
50
- "gitHead": "c5cad337bcd9a52bf1acf009be2792fbb2b57487"
50
+ "gitHead": "cb63979a8fe80d8595a2ad966dca360f08df2fca"
51
51
  }