antd-management-fast-component 2.1.11 → 2.1.12
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.
- package/es/bases/AbstractComponent/index.d.ts +36 -20
- package/es/components/FlexBox/index.d.ts +1 -0
- package/es/components/FormExtra/ActionItem/index.d.ts +5 -3
- package/es/components/FormExtra/ComponentItem/index.d.ts +5 -4
- package/es/components/FormExtra/DatePickerItem/index.d.ts +5 -3
- package/es/components/FormExtra/DisplayItem/index.d.ts +4 -2
- package/es/components/FormExtra/InputItem/index.d.ts +5 -4
- package/es/components/FormExtra/InputNumberItem/index.d.ts +5 -4
- package/es/components/FormExtra/NowTimeItem/index.d.ts +5 -2
- package/es/components/FormExtra/OnlyShowDatetimeItem/index.d.ts +5 -3
- package/es/components/FormExtra/OnlyShowInputItem/index.d.ts +5 -3
- package/es/components/FormExtra/OnlyShowTextareaItem/index.d.ts +5 -3
- package/es/components/FormExtra/PasswordItem/index.d.ts +5 -3
- package/es/components/FormExtra/RadioItem/index.d.ts +5 -3
- package/es/components/FormExtra/SelectItem/index.d.ts +5 -3
- package/es/components/FormExtra/SwitchItem/index.d.ts +5 -3
- package/es/components/FormExtra/SyntaxHighlighterItem/index.d.ts +5 -3
- package/es/components/FormExtra/TextAreaItem/index.d.ts +5 -3
- package/es/components/FormExtra/TextItem/index.d.ts +5 -3
- package/es/components/FormExtra/TimePickerItem/index.d.ts +5 -3
- package/es/components/ImageBox/index.d.ts +0 -6
- package/es/components/ImageContentPreview/index.d.ts +0 -6
- package/es/components/PageExtra/BodyContent/index.d.ts +5 -3
- package/es/components/PageExtra/CardCollectionItemContent/index.d.ts +5 -3
- package/es/components/PageExtra/ContentBox/index.d.ts +5 -3
- package/es/components/PageExtra/ContentTabBox/index.d.ts +5 -3
- package/es/components/PageExtra/HeaderContent/index.d.ts +5 -3
- package/es/components/PageExtra/HeaderExtraContent/index.d.ts +5 -3
- package/es/components/PageExtra/HeaderSubTitle/index.d.ts +5 -3
- package/es/components/PageExtra/HeaderTagWrapper/index.d.ts +5 -3
- package/es/components/PageExtra/HeaderTitle/index.d.ts +5 -3
- package/es/components/PageExtra/HelpContent/index.d.ts +5 -3
- package/es/components/PageExtra/PageWrapper/index.d.ts +5 -3
- package/es/components/PageExtra/SiderBox/index.d.ts +5 -3
- package/es/components/PageExtra/TabBarExtraBox/index.d.ts +5 -3
- package/es/components/PageExtra/ToolBar/index.d.ts +5 -3
- package/es/components/StandardTable/index.d.ts +6 -1
- package/es/components/index.d.ts +0 -1
- package/es/index.css +1 -1
- package/es/index.js +3 -3
- package/package.json +25 -25
- package/es/components/StandardTableCustom/index.d.ts +0 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "antd-management-fast-component",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.12",
|
|
4
4
|
"description": "antd-management-fast-component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"antd-management-fast-component"
|
|
@@ -64,22 +64,22 @@
|
|
|
64
64
|
"@ant-design/pro-layout": "^7.10.3",
|
|
65
65
|
"@tanem/react-nprogress": "^5.0.33",
|
|
66
66
|
"@tinymce/tinymce-react": "^4.3.0",
|
|
67
|
-
"@umijs/max": "^4.0.
|
|
68
|
-
"antd": "^5.
|
|
69
|
-
"antd-management-fast-common": "^2.1.
|
|
67
|
+
"@umijs/max": "^4.0.64",
|
|
68
|
+
"antd": "^5.4.2",
|
|
69
|
+
"antd-management-fast-common": "^2.1.12",
|
|
70
70
|
"array-move": "^4.0.0",
|
|
71
|
-
"axios": "^1.3.
|
|
71
|
+
"axios": "^1.3.5",
|
|
72
72
|
"bizcharts": "^4.1.22",
|
|
73
73
|
"classnames": "^2.3.2",
|
|
74
74
|
"copy-to-clipboard": "^3.3.3",
|
|
75
75
|
"dayjs": "^1.11.7",
|
|
76
|
-
"easy-soft-dva": "^3.6.
|
|
77
|
-
"easy-soft-utility": "^2.4.
|
|
76
|
+
"easy-soft-dva": "^3.6.159",
|
|
77
|
+
"easy-soft-utility": "^2.4.130",
|
|
78
78
|
"html-react-parser": "^3.0.15",
|
|
79
79
|
"lodash.debounce": "^4.0.8",
|
|
80
80
|
"numeral": "^2.0.6",
|
|
81
81
|
"path-to-regexp": "^6.2.1",
|
|
82
|
-
"queue": "^
|
|
82
|
+
"queue": "^7.0.0",
|
|
83
83
|
"randomcolor": "^0.6.2",
|
|
84
84
|
"rc-animate": "^3.1.1",
|
|
85
85
|
"rc-queue-anim": "^2.0.0",
|
|
@@ -94,14 +94,14 @@
|
|
|
94
94
|
"react-toastify": "^9.1.2"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
|
-
"@babel/core": "^7.21.
|
|
97
|
+
"@babel/core": "^7.21.4",
|
|
98
98
|
"@babel/eslint-parser": "^7.21.3",
|
|
99
99
|
"@babel/plugin-external-helpers": "^7.18.6",
|
|
100
100
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
101
101
|
"@babel/plugin-proposal-decorators": "^7.21.0",
|
|
102
|
-
"@babel/plugin-syntax-jsx": "^7.
|
|
103
|
-
"@babel/plugin-transform-runtime": "^7.21.
|
|
104
|
-
"@babel/preset-env": "^7.
|
|
102
|
+
"@babel/plugin-syntax-jsx": "^7.21.4",
|
|
103
|
+
"@babel/plugin-transform-runtime": "^7.21.4",
|
|
104
|
+
"@babel/preset-env": "^7.21.4",
|
|
105
105
|
"@babel/preset-react": "^7.18.6",
|
|
106
106
|
"@babel/runtime": "^7.21.0",
|
|
107
107
|
"@commitlint/cli": "^17.5.1",
|
|
@@ -109,12 +109,12 @@
|
|
|
109
109
|
"@commitlint/config-lerna-scopes": "^17.4.2",
|
|
110
110
|
"@commitlint/cz-commitlint": "^17.5.0",
|
|
111
111
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
|
|
112
|
-
"@rollup/plugin-alias": "^
|
|
112
|
+
"@rollup/plugin-alias": "^5.0.0",
|
|
113
113
|
"@rollup/plugin-babel": "6.0.3",
|
|
114
114
|
"@rollup/plugin-buble": "^1.0.2",
|
|
115
|
-
"@rollup/plugin-commonjs": "^24.0
|
|
115
|
+
"@rollup/plugin-commonjs": "^24.1.0",
|
|
116
116
|
"@rollup/plugin-json": "^6.0.0",
|
|
117
|
-
"@rollup/plugin-node-resolve": "^15.0.
|
|
117
|
+
"@rollup/plugin-node-resolve": "^15.0.2",
|
|
118
118
|
"@rollup/plugin-replace": "^5.0.2",
|
|
119
119
|
"@rollup/plugin-url": "^8.0.1",
|
|
120
120
|
"@svgr/rollup": "^7.0.0",
|
|
@@ -124,10 +124,10 @@
|
|
|
124
124
|
"@types/lodash.debounce": "^4.0.7",
|
|
125
125
|
"@types/lodash.isequal": "^4.5.6",
|
|
126
126
|
"@types/node": "^18.15.11",
|
|
127
|
-
"@types/react": "^18.0.
|
|
127
|
+
"@types/react": "^18.0.34",
|
|
128
128
|
"@types/react-dom": "^18.0.11",
|
|
129
129
|
"@types/shelljs": "^0.8.11",
|
|
130
|
-
"@typescript-eslint/parser": "^5.
|
|
130
|
+
"@typescript-eslint/parser": "^5.58.0",
|
|
131
131
|
"autoprefixer": "^10.4.14",
|
|
132
132
|
"commitizen": "^4.3.0",
|
|
133
133
|
"conventional-changelog-conventionalcommits": "^5.0.0",
|
|
@@ -135,12 +135,12 @@
|
|
|
135
135
|
"cssnano": "^6.0.0",
|
|
136
136
|
"documentation": "^14.0.1",
|
|
137
137
|
"easy-soft-develop": "^2.0.198",
|
|
138
|
-
"eslint": "^8.
|
|
138
|
+
"eslint": "^8.38.0",
|
|
139
139
|
"eslint-config-airbnb": "^19.0.4",
|
|
140
140
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
141
141
|
"eslint-config-prettier": "^8.8.0",
|
|
142
142
|
"eslint-formatter-pretty": "^5.0.0",
|
|
143
|
-
"eslint-import-resolver-typescript": "^3.5.
|
|
143
|
+
"eslint-import-resolver-typescript": "^3.5.5",
|
|
144
144
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
145
145
|
"eslint-plugin-import": "^2.27.5",
|
|
146
146
|
"eslint-plugin-jest": "^27.2.1",
|
|
@@ -153,13 +153,13 @@
|
|
|
153
153
|
"eslint-plugin-unicorn": "^46.0.0",
|
|
154
154
|
"husky": "^8.0.3",
|
|
155
155
|
"jest": "^29.5.0",
|
|
156
|
-
"lint-staged": "^13.2.
|
|
157
|
-
"npm-check-updates": "^16.
|
|
156
|
+
"lint-staged": "^13.2.1",
|
|
157
|
+
"npm-check-updates": "^16.10.8",
|
|
158
158
|
"prettier": "^2.8.7",
|
|
159
159
|
"prettier-plugin-organize-imports": "^3",
|
|
160
160
|
"prettier-plugin-packagejson": "^2",
|
|
161
161
|
"prop-types": "^15.8.1",
|
|
162
|
-
"rimraf": "^
|
|
162
|
+
"rimraf": "^5.0.0",
|
|
163
163
|
"rollup": "^3.20.2",
|
|
164
164
|
"rollup-plugin-copy": "^3.4.0",
|
|
165
165
|
"rollup-plugin-dts": "^5.3.0",
|
|
@@ -169,12 +169,12 @@
|
|
|
169
169
|
"rollup-plugin-serve": "^2.0.2",
|
|
170
170
|
"rollup-plugin-terser": "^7.0.2",
|
|
171
171
|
"rollup-plugin-typescript2": "^0.34.1",
|
|
172
|
-
"stylelint": "^15.
|
|
172
|
+
"stylelint": "^15.4.0",
|
|
173
173
|
"stylelint-config-css-modules": "^4.2.0",
|
|
174
174
|
"stylelint-config-prettier": "^9.0.5",
|
|
175
|
-
"stylelint-config-standard": "^
|
|
175
|
+
"stylelint-config-standard": "^32.0.0",
|
|
176
176
|
"stylelint-declaration-block-no-ignored-properties": "^2.7.0",
|
|
177
|
-
"typescript": "^5.0.
|
|
177
|
+
"typescript": "^5.0.4"
|
|
178
178
|
},
|
|
179
179
|
"gitHead": "8f5f3fe1105991d759c5e13cd5ae898385c17c9a"
|
|
180
180
|
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export class StandardTableCustom extends React.PureComponent<any, any, any> {
|
|
2
|
-
static getDerivedStateFromProps(nextProperties: any): {
|
|
3
|
-
selectedRowKeys: never[];
|
|
4
|
-
needTotalList: any[];
|
|
5
|
-
} | null;
|
|
6
|
-
constructor(properties: any);
|
|
7
|
-
state: {
|
|
8
|
-
selectedRowKeys: never[];
|
|
9
|
-
needTotalList: any[];
|
|
10
|
-
};
|
|
11
|
-
handleRowSelectChange: (selectedRowKeys: any, selectedRows: any) => void;
|
|
12
|
-
handleTableChange: (pagination: any, filters: any, sorter: any) => void;
|
|
13
|
-
cleanSelectedKeys: () => void;
|
|
14
|
-
render(): JSX.Element;
|
|
15
|
-
}
|
|
16
|
-
export namespace StandardTableCustom {
|
|
17
|
-
namespace defaultProps {
|
|
18
|
-
const showPagination: boolean;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
import React from 'react';
|