antd-management-fast-component 2.6.24 → 2.6.25
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/index.js +17151 -4
- package/package.json +69 -69
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "antd-management-fast-component",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.25",
|
|
4
4
|
"description": "antd-management-fast-component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"antd-management-fast-component"
|
|
@@ -22,60 +22,22 @@
|
|
|
22
22
|
"files": [
|
|
23
23
|
"es"
|
|
24
24
|
],
|
|
25
|
-
"scripts": {
|
|
26
|
-
"build:rollup": "rimraf ./es && rollup --config rollup.config.compression.js --bundleConfigAsCjs",
|
|
27
|
-
"postbuild:rollup": "npm run z:tsc:build",
|
|
28
|
-
"build:rollup:skipCompression": "rimraf ./es && rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs",
|
|
29
|
-
"postbuild:rollup:skipCompression": "npm run z:tsc:build",
|
|
30
|
-
"dev:rollup": "rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs --watch --watch.onBundleEnd=\"npm run z:tsc:build\"",
|
|
31
|
-
"postinstall": "max setup",
|
|
32
|
-
"precommit": "npm run z:lint:staged:quiet",
|
|
33
|
-
"setup": "max setup",
|
|
34
|
-
"z:auto:adjust:file": "echo can exec some file adjust command with here",
|
|
35
|
-
"prez:documentation:generate": "npx rimraf ./docs && npm run z:documentation:lint",
|
|
36
|
-
"z:documentation:generate": "npx documentation build src/** -f html --github -o docs",
|
|
37
|
-
"z:documentation:lint": "npx documentation lint src/**",
|
|
38
|
-
"z:lint:file:all": "npm run z:lint:script:all && npm run z:lint:style:all",
|
|
39
|
-
"z:lint:file:all:fix": "npm run z:lint:script:all:fix && npm run z:lint:style:all:fix",
|
|
40
|
-
"z:lint:file:change": "npm run z:lint:script:change && npm run z:lint:style:all",
|
|
41
|
-
"z:lint:file:change:fix": "npm run z:lint:script:change:fix && npm run z:lint:style:all:fix",
|
|
42
|
-
"z:lint:script:all": "npx eslint --ext .js,.jsx,.ts,.tsx ./src",
|
|
43
|
-
"z:lint:script:all:fix": "npx eslint --fix --ext .js,.jsx,.ts,.tsx ./src",
|
|
44
|
-
"postz:lint:script:all:fix": "npm run z:prettier:format:all",
|
|
45
|
-
"z:lint:script:change": "npx eslint --cache --ext .js,.jsx,.ts,.tsx ./src",
|
|
46
|
-
"z:lint:script:change:fix": "npx eslint --fix --cache --ext .js,.jsx,.ts,.tsx ./src",
|
|
47
|
-
"postz:lint:script:change:fix": "npm run z:prettier:format:change",
|
|
48
|
-
"z:lint:staged": "npx lint-staged",
|
|
49
|
-
"z:lint:staged:quiet": "npx lint-staged --quiet",
|
|
50
|
-
"z:lint:style:all": "npx stylelint --allow-empty-input \"./src/**/*.{css,scss,less}\"",
|
|
51
|
-
"z:lint:style:all:fix": "npx stylelint --allow-empty-input --fix \"./src/**/*.{css,scss,less}\"",
|
|
52
|
-
"postz:lint:style:all:fix": "npm run z:prettier:format:all",
|
|
53
|
-
"z:lint:style:change": "npx stylelint --allow-empty-input --cache \"./src/**/*.{css,scss,less}\"",
|
|
54
|
-
"z:lint:style:change:fix": "npx stylelint --allow-empty-input --cache --fix \"./src/**/*.{css,scss,less}\"",
|
|
55
|
-
"postz:lint:style:change:fix": "npm run z:prettier:format:change",
|
|
56
|
-
"z:prettier:format:all": "npx prettier --write .",
|
|
57
|
-
"z:prettier:format:change": "npx prettier --cache --write .",
|
|
58
|
-
"z:prettier:package.json": "npx prettier --write ./package.json",
|
|
59
|
-
"z:test": "cross-env NODE_ENV=test jest",
|
|
60
|
-
"z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete"
|
|
61
|
-
},
|
|
62
25
|
"dependencies": {
|
|
63
|
-
"@ant-design/icons": "^5.2.
|
|
64
|
-
"@ant-design/pro-layout": "^7.16.
|
|
65
|
-
"@tanem/react-nprogress": "^5.0.
|
|
26
|
+
"@ant-design/icons": "^5.2.6",
|
|
27
|
+
"@ant-design/pro-layout": "^7.16.11",
|
|
28
|
+
"@tanem/react-nprogress": "^5.0.49",
|
|
66
29
|
"@tinymce/tinymce-react": "^4.3.0",
|
|
67
|
-
"@umijs/max": "^4.0.
|
|
68
|
-
"antd": "^5.8.
|
|
69
|
-
"antd-management-fast-common": "^2.6.14",
|
|
30
|
+
"@umijs/max": "^4.0.79",
|
|
31
|
+
"antd": "^5.8.6",
|
|
70
32
|
"array-move": "^4.0.0",
|
|
71
|
-
"axios": "^1.
|
|
33
|
+
"axios": "^1.5.0",
|
|
72
34
|
"bizcharts": "^4.1.22",
|
|
73
35
|
"classnames": "^2.3.2",
|
|
74
36
|
"copy-to-clipboard": "^3.3.3",
|
|
75
37
|
"dayjs": "^1.11.9",
|
|
76
38
|
"easy-soft-dva": "^3.9.14",
|
|
77
39
|
"easy-soft-utility": "^2.7.14",
|
|
78
|
-
"html-react-parser": "^4.2.
|
|
40
|
+
"html-react-parser": "^4.2.2",
|
|
79
41
|
"lodash.debounce": "^4.0.8",
|
|
80
42
|
"numeral": "^2.0.6",
|
|
81
43
|
"path-to-regexp": "^6.2.1",
|
|
@@ -85,27 +47,28 @@
|
|
|
85
47
|
"rc-queue-anim": "^2.0.0",
|
|
86
48
|
"rc-texty": "^0.2.0",
|
|
87
49
|
"rc-tween-one": "^3.0.6",
|
|
88
|
-
"rc-util": "^5.
|
|
50
|
+
"rc-util": "^5.37.0",
|
|
89
51
|
"react": "^18.2.0",
|
|
90
52
|
"react-dom": "^18.2.0",
|
|
91
53
|
"react-json-view": "^1.21.3",
|
|
92
54
|
"react-player": "^2.12.0",
|
|
93
55
|
"react-syntax-highlighter": "^15.5.0",
|
|
94
|
-
"umi": "^4.0.
|
|
56
|
+
"umi": "^4.0.79",
|
|
57
|
+
"antd-management-fast-common": "^2.6.15"
|
|
95
58
|
},
|
|
96
59
|
"devDependencies": {
|
|
97
|
-
"@babel/core": "^7.22.
|
|
98
|
-
"@babel/eslint-parser": "^7.22.
|
|
60
|
+
"@babel/core": "^7.22.11",
|
|
61
|
+
"@babel/eslint-parser": "^7.22.11",
|
|
99
62
|
"@babel/plugin-external-helpers": "^7.22.5",
|
|
100
63
|
"@babel/plugin-proposal-decorators": "^7.22.10",
|
|
101
64
|
"@babel/plugin-syntax-jsx": "^7.22.5",
|
|
102
65
|
"@babel/plugin-transform-class-properties": "^7.22.5",
|
|
103
66
|
"@babel/plugin-transform-private-methods": "^7.22.5",
|
|
104
|
-
"@babel/plugin-transform-private-property-in-object": "^7.22.
|
|
67
|
+
"@babel/plugin-transform-private-property-in-object": "^7.22.11",
|
|
105
68
|
"@babel/plugin-transform-runtime": "^7.22.10",
|
|
106
|
-
"@babel/preset-env": "^7.22.
|
|
69
|
+
"@babel/preset-env": "^7.22.14",
|
|
107
70
|
"@babel/preset-react": "^7.22.5",
|
|
108
|
-
"@babel/runtime": "^7.22.
|
|
71
|
+
"@babel/runtime": "^7.22.11",
|
|
109
72
|
"@commitlint/cli": "^17.7.1",
|
|
110
73
|
"@commitlint/config-conventional": "^17.7.0",
|
|
111
74
|
"@commitlint/config-lerna-scopes": "^17.7.0",
|
|
@@ -121,24 +84,24 @@
|
|
|
121
84
|
"@rollup/plugin-url": "^8.0.1",
|
|
122
85
|
"@svgr/rollup": "^8.1.0",
|
|
123
86
|
"@types/fs-extra": "^11.0.1",
|
|
124
|
-
"@types/jest": "^29.5.
|
|
87
|
+
"@types/jest": "^29.5.4",
|
|
125
88
|
"@types/lodash": "^4.14.197",
|
|
126
89
|
"@types/lodash.debounce": "^4.0.7",
|
|
127
90
|
"@types/lodash.isequal": "^4.5.6",
|
|
128
|
-
"@types/node": "^20.5.
|
|
129
|
-
"@types/react": "^18.2.
|
|
91
|
+
"@types/node": "^20.5.9",
|
|
92
|
+
"@types/react": "^18.2.21",
|
|
130
93
|
"@types/react-dom": "^18.2.7",
|
|
131
94
|
"@types/shelljs": "^0.8.12",
|
|
132
|
-
"@typescript-eslint/parser": "^6.
|
|
95
|
+
"@typescript-eslint/parser": "^6.5.0",
|
|
133
96
|
"autoprefixer": "^10.4.15",
|
|
134
|
-
"babel-jest": "^29.6.
|
|
97
|
+
"babel-jest": "^29.6.4",
|
|
135
98
|
"commitizen": "^4.3.0",
|
|
136
|
-
"conventional-changelog-conventionalcommits": "^
|
|
99
|
+
"conventional-changelog-conventionalcommits": "^7.0.1",
|
|
137
100
|
"cross-env": "^7.0.3",
|
|
138
101
|
"cssnano": "^6.0.1",
|
|
139
102
|
"documentation": "^14.0.2",
|
|
140
|
-
"easy-soft-develop": "^2.1.
|
|
141
|
-
"eslint": "^8.
|
|
103
|
+
"easy-soft-develop": "^2.1.35",
|
|
104
|
+
"eslint": "^8.48.0",
|
|
142
105
|
"eslint-config-airbnb": "^19.0.4",
|
|
143
106
|
"eslint-config-airbnb-typescript": "^17.1.0",
|
|
144
107
|
"eslint-config-prettier": "^9.0.0",
|
|
@@ -155,17 +118,17 @@
|
|
|
155
118
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
156
119
|
"eslint-plugin-unicorn": "^48.0.1",
|
|
157
120
|
"husky": "^8.0.3",
|
|
158
|
-
"jest": "^29.6.
|
|
121
|
+
"jest": "^29.6.4",
|
|
159
122
|
"lint-staged": "^14.0.1",
|
|
160
|
-
"npm-check-updates": "^16.
|
|
161
|
-
"prettier": "^3.0.
|
|
123
|
+
"npm-check-updates": "^16.13.2",
|
|
124
|
+
"prettier": "^3.0.3",
|
|
162
125
|
"prettier-plugin-organize-imports": "^3.2.3",
|
|
163
126
|
"prettier-plugin-packagejson": "^2.4.5",
|
|
164
127
|
"prop-types": "^15.8.1",
|
|
165
128
|
"rimraf": "^5.0.1",
|
|
166
129
|
"rollup": "^3.28.1",
|
|
167
|
-
"rollup-plugin-copy": "^3.
|
|
168
|
-
"rollup-plugin-dts": "^6.0.
|
|
130
|
+
"rollup-plugin-copy": "^3.5.0",
|
|
131
|
+
"rollup-plugin-dts": "^6.0.1",
|
|
169
132
|
"rollup-plugin-livereload": "^2.0.5",
|
|
170
133
|
"rollup-plugin-polyfill-node": "^0.12.0",
|
|
171
134
|
"rollup-plugin-postcss": "^4.0.2",
|
|
@@ -177,7 +140,44 @@
|
|
|
177
140
|
"stylelint-config-prettier": "^9.0.5",
|
|
178
141
|
"stylelint-config-standard": "^34.0.0",
|
|
179
142
|
"stylelint-declaration-block-no-ignored-properties": "^2.7.0",
|
|
180
|
-
"typescript": "^5.
|
|
143
|
+
"typescript": "^5.2.2"
|
|
181
144
|
},
|
|
182
|
-
"gitHead": "8f5f3fe1105991d759c5e13cd5ae898385c17c9a"
|
|
183
|
-
|
|
145
|
+
"gitHead": "8f5f3fe1105991d759c5e13cd5ae898385c17c9a",
|
|
146
|
+
"scripts": {
|
|
147
|
+
"build:rollup": "rimraf ./es && rollup --config rollup.config.compression.js --bundleConfigAsCjs",
|
|
148
|
+
"postbuild:rollup": "npm run z:tsc:build",
|
|
149
|
+
"build:rollup:skipCompression": "rimraf ./es && rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs",
|
|
150
|
+
"postbuild:rollup:skipCompression": "npm run z:tsc:build",
|
|
151
|
+
"dev:rollup": "rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs --watch --watch.onBundleEnd=\"npm run z:tsc:build\"",
|
|
152
|
+
"postinstall": "max setup",
|
|
153
|
+
"precommit": "npm run z:lint:staged:quiet",
|
|
154
|
+
"setup": "max setup",
|
|
155
|
+
"z:auto:adjust:file": "echo can exec some file adjust command with here",
|
|
156
|
+
"prez:documentation:generate": "npx rimraf ./docs && npm run z:documentation:lint",
|
|
157
|
+
"z:documentation:generate": "npx documentation build src/** -f html --github -o docs",
|
|
158
|
+
"z:documentation:lint": "npx documentation lint src/**",
|
|
159
|
+
"z:lint:file:all": "npm run z:lint:script:all && npm run z:lint:style:all",
|
|
160
|
+
"z:lint:file:all:fix": "npm run z:lint:script:all:fix && npm run z:lint:style:all:fix",
|
|
161
|
+
"z:lint:file:change": "npm run z:lint:script:change && npm run z:lint:style:all",
|
|
162
|
+
"z:lint:file:change:fix": "npm run z:lint:script:change:fix && npm run z:lint:style:all:fix",
|
|
163
|
+
"z:lint:script:all": "npx eslint --ext .js,.jsx,.ts,.tsx ./src",
|
|
164
|
+
"z:lint:script:all:fix": "npx eslint --fix --ext .js,.jsx,.ts,.tsx ./src",
|
|
165
|
+
"postz:lint:script:all:fix": "npm run z:prettier:format:all",
|
|
166
|
+
"z:lint:script:change": "npx eslint --cache --ext .js,.jsx,.ts,.tsx ./src",
|
|
167
|
+
"z:lint:script:change:fix": "npx eslint --fix --cache --ext .js,.jsx,.ts,.tsx ./src",
|
|
168
|
+
"postz:lint:script:change:fix": "npm run z:prettier:format:change",
|
|
169
|
+
"z:lint:staged": "npx lint-staged",
|
|
170
|
+
"z:lint:staged:quiet": "npx lint-staged --quiet",
|
|
171
|
+
"z:lint:style:all": "npx stylelint --allow-empty-input \"./src/**/*.{css,scss,less}\"",
|
|
172
|
+
"z:lint:style:all:fix": "npx stylelint --allow-empty-input --fix \"./src/**/*.{css,scss,less}\"",
|
|
173
|
+
"postz:lint:style:all:fix": "npm run z:prettier:format:all",
|
|
174
|
+
"z:lint:style:change": "npx stylelint --allow-empty-input --cache \"./src/**/*.{css,scss,less}\"",
|
|
175
|
+
"z:lint:style:change:fix": "npx stylelint --allow-empty-input --cache --fix \"./src/**/*.{css,scss,less}\"",
|
|
176
|
+
"postz:lint:style:change:fix": "npm run z:prettier:format:change",
|
|
177
|
+
"z:prettier:format:all": "npx prettier --write .",
|
|
178
|
+
"z:prettier:format:change": "npx prettier --cache --write .",
|
|
179
|
+
"z:prettier:package.json": "npx prettier --write ./package.json",
|
|
180
|
+
"z:test": "cross-env NODE_ENV=test jest",
|
|
181
|
+
"z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete"
|
|
182
|
+
}
|
|
183
|
+
}
|