antd-management-fast-framework 2.12.37 → 2.12.38

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,7 @@
6
6
  */
7
7
  export class ApplicationWrapper extends React.PureComponent<any, any, any> {
8
8
  constructor(props: any);
9
+ constructor(props: any, context: any);
9
10
  render(): React.JSX.Element;
10
11
  }
11
12
  import React from 'react';
@@ -1,5 +1,6 @@
1
1
  export class ElasticityExtraButton extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  getProperties: () => {
4
5
  handleClick(): void;
5
6
  confirm: boolean;
@@ -1,5 +1,6 @@
1
1
  export class ElasticityExtraColorPicker extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  getProperties: () => {
4
5
  flag: string;
5
6
  value: string;
@@ -1,5 +1,6 @@
1
1
  export class LoadingOverlay extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  getProperties: () => {
4
5
  flag: string;
5
6
  fill: boolean;
@@ -1,5 +1,6 @@
1
1
  export class ModalExtra extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  getProperties: () => {
4
5
  icon: null;
5
6
  titlePrefix: null;
@@ -1,5 +1,6 @@
1
1
  export class ReloadAnimalPrompt extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  getProperties: () => {
4
5
  hide: boolean;
5
6
  flag: string;
@@ -1,5 +1,6 @@
1
1
  export class ShortcutNavigation extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  getProperties: () => {
4
5
  [x: string]: any;
5
6
  };
@@ -1,5 +1,6 @@
1
1
  export class TopProgressBar extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  getProperties: () => {
4
5
  [x: string]: any;
5
6
  };
@@ -1,5 +1,6 @@
1
1
  export class ReloadActionButton extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  getProperties: () => {
4
5
  title: string;
5
6
  onReload: null;
@@ -1,5 +1,6 @@
1
1
  export class BatchAction extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  getProperties: () => {
4
5
  type: string;
5
6
  icon: null;
@@ -1,5 +1,6 @@
1
1
  export class DensityAction extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  render(): React.JSX.Element;
4
5
  }
5
6
  import React from 'react';
@@ -1,5 +1,6 @@
1
1
  export class EmptyCardCollection extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  getProperties: () => {
4
5
  [x: string]: any;
5
6
  };
@@ -1,5 +1,6 @@
1
1
  export class RefreshButton extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  getProperties: () => {
4
5
  title: string;
5
6
  onRefresh: null;
@@ -1,5 +1,6 @@
1
1
  export class ResetButton extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  getProperties: () => {
4
5
  text: string;
5
6
  onReset: null;
@@ -1,5 +1,6 @@
1
1
  export class SearchButton extends React.PureComponent<any, any, any> {
2
2
  constructor(props: any);
3
+ constructor(props: any, context: any);
3
4
  getProperties: () => {
4
5
  text: string;
5
6
  onSearch: null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-framework",
3
- "version": "2.12.37",
3
+ "version": "2.12.38",
4
4
  "description": "antd-management-fast-framework",
5
5
  "homepage": "https://github.com/kityandhero/antd-management-fast-framework#readme",
6
6
  "license": "ISC",
@@ -55,14 +55,14 @@
55
55
  "@iframe-resizer/react": "^5.3.3",
56
56
  "@tanem/react-nprogress": "^5.0.55",
57
57
  "@umijs/max": "^4.4.6",
58
- "antd": "^5.24.3",
58
+ "antd": "^5.24.4",
59
59
  "antd-management-fast-common": "workspace:*",
60
60
  "antd-management-fast-component": "workspace:*",
61
- "axios": "^1.8.2",
61
+ "axios": "^1.8.3",
62
62
  "classnames": "^2.5.1",
63
63
  "dayjs": "^1.11.13",
64
- "easy-soft-dva": "^3.10.80",
65
- "easy-soft-utility": "^2.8.83",
64
+ "easy-soft-dva": "^3.10.82",
65
+ "easy-soft-utility": "^2.8.85",
66
66
  "html-react-parser": "^5.2.2",
67
67
  "rc-animate": "^3.1.1",
68
68
  "rc-queue-anim": "^2.0.0",
@@ -73,18 +73,18 @@
73
73
  "umi": "^4.4.6"
74
74
  },
75
75
  "devDependencies": {
76
- "@babel/core": "^7.26.9",
77
- "@babel/eslint-parser": "^7.26.8",
76
+ "@babel/core": "^7.26.10",
77
+ "@babel/eslint-parser": "^7.26.10",
78
78
  "@babel/plugin-external-helpers": "^7.25.9",
79
79
  "@babel/plugin-proposal-decorators": "^7.25.9",
80
80
  "@babel/plugin-syntax-jsx": "^7.25.9",
81
81
  "@babel/plugin-transform-class-properties": "^7.25.9",
82
82
  "@babel/plugin-transform-private-methods": "^7.25.9",
83
83
  "@babel/plugin-transform-private-property-in-object": "^7.25.9",
84
- "@babel/plugin-transform-runtime": "^7.26.9",
84
+ "@babel/plugin-transform-runtime": "^7.26.10",
85
85
  "@babel/preset-env": "^7.26.9",
86
86
  "@babel/preset-react": "^7.26.3",
87
- "@babel/runtime": "^7.26.9",
87
+ "@babel/runtime": "^7.26.10",
88
88
  "@changesets/cli": "^2.28.1",
89
89
  "@commitlint/cli": "^19.8.0",
90
90
  "@commitlint/config-conventional": "^19.8.0",
@@ -95,7 +95,7 @@
95
95
  "@rollup/plugin-buble": "^1.0.3",
96
96
  "@rollup/plugin-commonjs": "^28.0.3",
97
97
  "@rollup/plugin-json": "^6.1.0",
98
- "@rollup/plugin-node-resolve": "^16.0.0",
98
+ "@rollup/plugin-node-resolve": "^16.0.1",
99
99
  "@rollup/plugin-replace": "^6.0.2",
100
100
  "@rollup/plugin-terser": "^0.4.4",
101
101
  "@rollup/plugin-url": "^8.0.2",
@@ -105,8 +105,8 @@
105
105
  "@types/lodash": "^4.17.16",
106
106
  "@types/lodash.isequal": "^4.5.8",
107
107
  "@types/node": "^22.13.10",
108
- "@types/react": "^19.0.2",
109
- "@types/react-dom": "^19.0.2",
108
+ "@types/react": "^18.3.1",
109
+ "@types/react-dom": "^18.3.1",
110
110
  "@types/shelljs": "^0.8.15",
111
111
  "@typescript-eslint/parser": "^8.26.1",
112
112
  "autoprefixer": "^10.4.21",
@@ -117,13 +117,13 @@
117
117
  "cssnano": "^7.0.6",
118
118
  "cz-git": "^1.11.1",
119
119
  "docdash": "^2.0.2",
120
- "easy-soft-develop": "^2.1.262",
120
+ "easy-soft-develop": "^2.1.268",
121
121
  "eslint": "^8.57.0",
122
122
  "eslint-config-airbnb": "^19.0.4",
123
123
  "eslint-config-airbnb-typescript": "^18.0.0",
124
124
  "eslint-config-prettier": "^10.1.1",
125
125
  "eslint-formatter-pretty": "^6.0.1",
126
- "eslint-import-resolver-typescript": "^3.8.4",
126
+ "eslint-import-resolver-typescript": "^4.1.1",
127
127
  "eslint-plugin-eslint-comments": "^3.2.0",
128
128
  "eslint-plugin-import": "^2.31.0",
129
129
  "eslint-plugin-jest": "^28.11.0",
@@ -137,7 +137,7 @@
137
137
  "husky": "^9.1.7",
138
138
  "jest": "^29.7.0",
139
139
  "jsdoc": "^4.0.4",
140
- "lint-staged": "^15.4.3",
140
+ "lint-staged": "^15.5.0",
141
141
  "npm-check-updates": "^17.1.15",
142
142
  "prettier": "^3.5.3",
143
143
  "prettier-plugin-organize-imports": "^4.1.0",
@@ -145,7 +145,7 @@
145
145
  "prop-types": "^15.8.1",
146
146
  "react-refresh": "0.16.0",
147
147
  "rimraf": "^6.0.1",
148
- "rollup": "^4.35.0",
148
+ "rollup": "^4.36.0",
149
149
  "rollup-plugin-copy": "^3.5.0",
150
150
  "rollup-plugin-dts": "^6.1.1",
151
151
  "rollup-plugin-livereload": "^2.0.5",
@@ -153,7 +153,7 @@
153
153
  "rollup-plugin-postcss": "^4.0.2",
154
154
  "rollup-plugin-serve": "^3.0.0",
155
155
  "rollup-plugin-typescript2": "^0.36.0",
156
- "stylelint": "^16.15.0",
156
+ "stylelint": "^16.16.0",
157
157
  "stylelint-config-css-modules": "^4.4.0",
158
158
  "stylelint-config-prettier": "^9.0.5",
159
159
  "stylelint-config-standard": "^37.0.0",