antd-management-fast-framework 2.11.154 → 2.11.156

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.
@@ -13,13 +13,7 @@ export function buildModel(): {
13
13
  };
14
14
  };
15
15
  effects: {
16
- pushLatestKey({ payload, alias }: {
17
- payload: any;
18
- alias: any;
19
- }, { put }: {
20
- put: any;
21
- }): Generator<any, any, unknown>;
22
- pushLatestData({ payload, alias }: {
16
+ pushLatest({ payload, alias }: {
23
17
  payload: any;
24
18
  alias: any;
25
19
  }, { put }: {
@@ -27,7 +21,6 @@ export function buildModel(): {
27
21
  }): Generator<any, any, unknown>;
28
22
  };
29
23
  reducers: {
30
- reducerLatestKey(state: any, action: any): any;
31
- reducerLatestData(state: any, action: any): any;
24
+ reducerLatest(state: any, action: any): any;
32
25
  };
33
26
  };
@@ -1,12 +1,7 @@
1
1
  export namespace shortcutControlAssist {
2
- /**
3
- * set shortcut latest key
4
- * @param {string} key shortcut key
5
- */
6
- function pushLatestKey(key: string, ...message: any[]): void;
7
2
  /**
8
3
  * set shortcut latest data
9
4
  * @param {Array} listData menu list Data
10
5
  */
11
- function pushLatestData(listData: any[]): void;
6
+ function pushLatest(key: any): void;
12
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-framework",
3
- "version": "2.11.154",
3
+ "version": "2.11.156",
4
4
  "description": "antd-management-fast-framework",
5
5
  "homepage": "https://github.com/kityandhero/antd-management-fast-framework#readme",
6
6
  "license": "ISC",
@@ -48,43 +48,43 @@
48
48
  "z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete"
49
49
  },
50
50
  "dependencies": {
51
- "@ant-design/icons": "^5.3.2",
52
- "@ant-design/pro-components": "^2.6.49",
53
- "@ant-design/pro-layout": "^7.17.19",
51
+ "@ant-design/icons": "^5.3.6",
52
+ "@ant-design/pro-components": "^2.7.0",
53
+ "@ant-design/pro-layout": "^7.19.0",
54
54
  "@tanem/react-nprogress": "^5.0.51",
55
- "@umijs/max": "^4.1.4",
56
- "antd": "^5.15.2",
57
- "antd-management-fast-common": "^2.6.90",
58
- "antd-management-fast-component": "^2.6.136",
59
- "axios": "^1.6.7",
55
+ "@umijs/max": "^4.1.6",
56
+ "antd": "^5.16.0",
57
+ "antd-management-fast-common": "^2.6.92",
58
+ "antd-management-fast-component": "^2.6.138",
59
+ "axios": "^1.6.8",
60
60
  "classnames": "^2.5.1",
61
61
  "dayjs": "^1.11.10",
62
- "easy-soft-dva": "^3.10.18",
63
- "easy-soft-utility": "^2.8.21",
64
- "html-react-parser": "^5.1.8",
62
+ "easy-soft-dva": "^3.10.19",
63
+ "easy-soft-utility": "^2.8.22",
64
+ "html-react-parser": "^5.1.10",
65
65
  "rc-animate": "^3.1.1",
66
66
  "rc-queue-anim": "^2.0.0",
67
67
  "react": "^18.2.0",
68
68
  "react-dnd": "^16.0.1",
69
69
  "react-dnd-html5-backend": "^16.0.1",
70
70
  "react-dom": "^18.2.0",
71
- "umi": "^4.1.4"
71
+ "umi": "^4.1.6"
72
72
  },
73
73
  "devDependencies": {
74
- "@babel/core": "^7.24.0",
75
- "@babel/eslint-parser": "^7.23.10",
76
- "@babel/plugin-external-helpers": "^7.23.3",
77
- "@babel/plugin-proposal-decorators": "^7.24.0",
78
- "@babel/plugin-syntax-jsx": "^7.23.3",
79
- "@babel/plugin-transform-class-properties": "^7.23.3",
80
- "@babel/plugin-transform-private-methods": "^7.23.3",
81
- "@babel/plugin-transform-private-property-in-object": "^7.23.4",
82
- "@babel/plugin-transform-runtime": "^7.24.0",
83
- "@babel/preset-env": "^7.24.0",
84
- "@babel/preset-react": "^7.23.3",
85
- "@babel/runtime": "^7.24.0",
74
+ "@babel/core": "^7.24.3",
75
+ "@babel/eslint-parser": "^7.24.1",
76
+ "@babel/plugin-external-helpers": "^7.24.1",
77
+ "@babel/plugin-proposal-decorators": "^7.24.1",
78
+ "@babel/plugin-syntax-jsx": "^7.24.1",
79
+ "@babel/plugin-transform-class-properties": "^7.24.1",
80
+ "@babel/plugin-transform-private-methods": "^7.24.1",
81
+ "@babel/plugin-transform-private-property-in-object": "^7.24.1",
82
+ "@babel/plugin-transform-runtime": "^7.24.3",
83
+ "@babel/preset-env": "^7.24.3",
84
+ "@babel/preset-react": "^7.24.1",
85
+ "@babel/runtime": "^7.24.1",
86
86
  "@changesets/cli": "^2.27.1",
87
- "@commitlint/cli": "^19.2.0",
87
+ "@commitlint/cli": "^19.2.1",
88
88
  "@commitlint/config-conventional": "^19.1.0",
89
89
  "@commitlint/config-pnpm-scopes": "^19.1.0",
90
90
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
@@ -102,20 +102,20 @@
102
102
  "@types/jest": "^29.5.12",
103
103
  "@types/lodash": "^4.17.0",
104
104
  "@types/lodash.isequal": "^4.5.8",
105
- "@types/node": "^20.11.27",
106
- "@types/react": "^18.2.66",
107
- "@types/react-dom": "^18.2.22",
105
+ "@types/node": "^20.12.2",
106
+ "@types/react": "^18.2.73",
107
+ "@types/react-dom": "^18.2.23",
108
108
  "@types/shelljs": "^0.8.15",
109
- "@typescript-eslint/parser": "^7.2.0",
110
- "autoprefixer": "^10.4.18",
109
+ "@typescript-eslint/parser": "^7.4.0",
110
+ "autoprefixer": "^10.4.19",
111
111
  "babel-jest": "^29.7.0",
112
112
  "commitizen": "^4.3.0",
113
113
  "conventional-changelog-conventionalcommits": "^7.0.2",
114
114
  "cross-env": "^7.0.3",
115
- "cssnano": "^6.1.0",
116
- "cz-git": "^1.9.0",
115
+ "cssnano": "^6.1.2",
116
+ "cz-git": "^1.9.1",
117
117
  "documentation": "^14.0.3",
118
- "easy-soft-develop": "^2.1.70",
118
+ "easy-soft-develop": "^2.1.72",
119
119
  "eslint": "^8.57.0",
120
120
  "eslint-config-airbnb": "^19.0.4",
121
121
  "eslint-config-airbnb-typescript": "^18.0.0",
@@ -128,20 +128,20 @@
128
128
  "eslint-plugin-jsx-a11y": "^6.8.0",
129
129
  "eslint-plugin-prettier": "^5.1.3",
130
130
  "eslint-plugin-promise": "^6.1.1",
131
- "eslint-plugin-react": "^7.34.0",
131
+ "eslint-plugin-react": "^7.34.1",
132
132
  "eslint-plugin-react-hooks": "^4.6.0",
133
133
  "eslint-plugin-simple-import-sort": "^12.0.0",
134
134
  "eslint-plugin-unicorn": "^51.0.1",
135
135
  "husky": "^9.0.11",
136
136
  "jest": "^29.7.0",
137
137
  "lint-staged": "^15.2.2",
138
- "npm-check-updates": "^16.14.16",
138
+ "npm-check-updates": "^16.14.18",
139
139
  "prettier": "^3.2.5",
140
140
  "prettier-plugin-organize-imports": "^3.2.4",
141
- "prettier-plugin-packagejson": "^2.4.12",
141
+ "prettier-plugin-packagejson": "^2.4.14",
142
142
  "prop-types": "^15.8.1",
143
143
  "rimraf": "^5.0.5",
144
- "rollup": "^4.13.0",
144
+ "rollup": "^4.13.2",
145
145
  "rollup-plugin-copy": "^3.5.0",
146
146
  "rollup-plugin-dts": "^6.1.0",
147
147
  "rollup-plugin-livereload": "^2.0.5",
@@ -149,12 +149,12 @@
149
149
  "rollup-plugin-postcss": "^4.0.2",
150
150
  "rollup-plugin-serve": "^3.0.0",
151
151
  "rollup-plugin-typescript2": "^0.36.0",
152
- "stylelint": "^16.2.1",
152
+ "stylelint": "^16.3.1",
153
153
  "stylelint-config-css-modules": "^4.4.0",
154
154
  "stylelint-config-prettier": "^9.0.5",
155
155
  "stylelint-config-standard": "^36.0.0",
156
156
  "stylelint-declaration-block-no-ignored-properties": "^2.8.0",
157
157
  "stylelint-order": "^6.0.4",
158
- "typescript": "^5.4.2"
158
+ "typescript": "^5.4.3"
159
159
  }
160
160
  }