antd-management-fast-framework 2.9.0 → 2.10.0

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.
@@ -6,6 +6,10 @@ export function setTransferLayoutAvatarHandler(handler: Function): void;
6
6
  export function transferLayoutAvatar({ currentOperator }: {
7
7
  currentOperator: any;
8
8
  }): any;
9
+ export function refreshCurrentOperator({ successCallback, failCallback, }: {
10
+ successCallback?: null | undefined;
11
+ failCallback?: null | undefined;
12
+ }): void;
9
13
  export function getCurrentOperator({ force, successCallback, failCallback, }: {
10
14
  force?: boolean | undefined;
11
15
  successCallback?: null | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-framework",
3
- "version": "2.9.0",
3
+ "version": "2.10.0",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/kityandhero/antd-management-fast-framework#readme",
6
6
  "license": "ISC",