@regenbio/regenbio-components-react 1.3.1 → 1.3.2

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.
@@ -49,4 +49,10 @@ export type RbUserCardProps = {
49
49
  * @param guid 头像文件主键ID
50
50
  */
51
51
  getPreviewUrl: (guid: any) => null | string;
52
+ /**
53
+ * 请求远程用户数据的方法
54
+ *
55
+ * @param guid 用户主键ID
56
+ */
57
+ request?: (guid: string) => Promise<any>;
52
58
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regenbio/regenbio-components-react",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },