antd-management-fast-framework 2.8.2 → 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.8.2",
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",
@@ -50,18 +50,18 @@
50
50
  },
51
51
  "dependencies": {
52
52
  "@ant-design/icons": "^5.1.4",
53
- "@ant-design/pro-components": "^2.6.2",
54
- "@ant-design/pro-layout": "^7.15.2",
53
+ "@ant-design/pro-components": "^2.6.3",
54
+ "@ant-design/pro-layout": "^7.15.3",
55
55
  "@tanem/react-nprogress": "^5.0.43",
56
- "@umijs/max": "^4.0.71",
56
+ "@umijs/max": "^4.0.72",
57
57
  "antd": "^5.6.3",
58
- "antd-management-fast-common": "^2.1.28",
59
- "antd-management-fast-component": "^2.5.0",
58
+ "antd-management-fast-common": "^2.2.0",
59
+ "antd-management-fast-component": "^2.6.0",
60
60
  "axios": "^1.4.0",
61
61
  "classnames": "^2.3.2",
62
62
  "dayjs": "^1.11.8",
63
- "easy-soft-dva": "^3.7.0",
64
- "easy-soft-utility": "^2.5.0",
63
+ "easy-soft-dva": "^3.9.1",
64
+ "easy-soft-utility": "^2.7.1",
65
65
  "html-react-parser": "^4.0.0",
66
66
  "rc-animate": "^3.1.1",
67
67
  "rc-queue-anim": "^2.0.0",
@@ -69,17 +69,17 @@
69
69
  "react-dnd": "^16.0.1",
70
70
  "react-dnd-html5-backend": "^16.0.1",
71
71
  "react-dom": "^18.2.0",
72
- "umi": "^4.0.71"
72
+ "umi": "^4.0.72"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@babel/core": "^7.22.5",
76
76
  "@babel/eslint-parser": "^7.22.5",
77
77
  "@babel/plugin-external-helpers": "^7.22.5",
78
- "@babel/plugin-proposal-class-properties": "^7.18.6",
79
78
  "@babel/plugin-proposal-decorators": "^7.22.5",
80
- "@babel/plugin-proposal-private-methods": "^7.18.6",
81
- "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
82
79
  "@babel/plugin-syntax-jsx": "^7.22.5",
80
+ "@babel/plugin-transform-class-properties": "^7.22.5",
81
+ "@babel/plugin-transform-private-methods": "^7.22.5",
82
+ "@babel/plugin-transform-private-property-in-object": "^7.22.5",
83
83
  "@babel/plugin-transform-runtime": "^7.22.5",
84
84
  "@babel/preset-env": "^7.22.5",
85
85
  "@babel/preset-react": "^7.22.5",
@@ -108,12 +108,13 @@
108
108
  "@types/shelljs": "^0.8.12",
109
109
  "@typescript-eslint/parser": "^5.60.1",
110
110
  "autoprefixer": "^10.4.14",
111
+ "babel-jest": "^29.5.0",
111
112
  "commitizen": "^4.3.0",
112
113
  "conventional-changelog-conventionalcommits": "^6.1.0",
113
114
  "cross-env": "^7.0.3",
114
115
  "cssnano": "^6.0.1",
115
116
  "documentation": "^14.0.2",
116
- "easy-soft-develop": "^2.1.21",
117
+ "easy-soft-develop": "^2.1.26",
117
118
  "eslint": "^8.43.0",
118
119
  "eslint-config-airbnb": "^19.0.4",
119
120
  "eslint-config-airbnb-typescript": "^17.0.0",
@@ -153,6 +154,6 @@
153
154
  "stylelint-config-prettier": "^9.0.5",
154
155
  "stylelint-config-standard": "^33.0.0",
155
156
  "stylelint-declaration-block-no-ignored-properties": "^2.7.0",
156
- "typescript": "^5.1.5"
157
+ "typescript": "^5.1.6"
157
158
  }
158
159
  }