antd-management-fast-framework 1.12.75 → 1.12.76
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/utils/constants.d.ts +13 -0
- package/es/utils/constants.js +13 -1
- package/package.json +20 -20
package/es/utils/constants.d.ts
CHANGED
|
@@ -493,6 +493,7 @@ export namespace iconCollection {
|
|
|
493
493
|
export const clock: JSX.Element;
|
|
494
494
|
const close_1: JSX.Element;
|
|
495
495
|
export { close_1 as close };
|
|
496
|
+
export const closeCircle: JSX.Element;
|
|
496
497
|
export const copy: JSX.Element;
|
|
497
498
|
export const eye: JSX.Element;
|
|
498
499
|
const _export: JSX.Element;
|
|
@@ -584,4 +585,16 @@ export namespace iconCollection {
|
|
|
584
585
|
export const snippets: JSX.Element;
|
|
585
586
|
export const compress: JSX.Element;
|
|
586
587
|
export const minusCircle: JSX.Element;
|
|
588
|
+
const select_1: JSX.Element;
|
|
589
|
+
export { select_1 as select };
|
|
590
|
+
export const plusSquare: JSX.Element;
|
|
591
|
+
export const unorderedList: JSX.Element;
|
|
592
|
+
export const fork: JSX.Element;
|
|
593
|
+
export const bug: JSX.Element;
|
|
594
|
+
export const cloudDownload: JSX.Element;
|
|
595
|
+
export const reconciliation: JSX.Element;
|
|
596
|
+
export const apartment: JSX.Element;
|
|
597
|
+
export const dingDing: JSX.Element;
|
|
598
|
+
export const macCommand: JSX.Element;
|
|
599
|
+
export const inbox: JSX.Element;
|
|
587
600
|
}
|
package/es/utils/constants.js
CHANGED
|
@@ -932,6 +932,7 @@ var iconCollection = {
|
|
|
932
932
|
delete: /*#__PURE__*/_react.default.createElement(_icons.DeleteOutlined, null),
|
|
933
933
|
clock: /*#__PURE__*/_react.default.createElement(_icons.ClockCircleOutlined, null),
|
|
934
934
|
close: /*#__PURE__*/_react.default.createElement(_icons.CloseCircleOutlined, null),
|
|
935
|
+
closeCircle: /*#__PURE__*/_react.default.createElement(_icons.CloseCircleOutlined, null),
|
|
935
936
|
copy: /*#__PURE__*/_react.default.createElement(_icons.CopyOutlined, null),
|
|
936
937
|
eye: /*#__PURE__*/_react.default.createElement(_icons.EyeOutlined, null),
|
|
937
938
|
export: /*#__PURE__*/_react.default.createElement(_icons.ExportOutlined, null),
|
|
@@ -1016,7 +1017,18 @@ var iconCollection = {
|
|
|
1016
1017
|
rollback: /*#__PURE__*/_react.default.createElement(_icons.RollbackOutlined, null),
|
|
1017
1018
|
snippets: /*#__PURE__*/_react.default.createElement(_icons.SnippetsOutlined, null),
|
|
1018
1019
|
compress: /*#__PURE__*/_react.default.createElement(_icons.CompressOutlined, null),
|
|
1019
|
-
minusCircle: /*#__PURE__*/_react.default.createElement(_icons.MinusCircleOutlined, null)
|
|
1020
|
+
minusCircle: /*#__PURE__*/_react.default.createElement(_icons.MinusCircleOutlined, null),
|
|
1021
|
+
select: /*#__PURE__*/_react.default.createElement(_icons.SelectOutlined, null),
|
|
1022
|
+
plusSquare: /*#__PURE__*/_react.default.createElement(_icons.PlusSquareOutlined, null),
|
|
1023
|
+
unorderedList: /*#__PURE__*/_react.default.createElement(_icons.UnorderedListOutlined, null),
|
|
1024
|
+
fork: /*#__PURE__*/_react.default.createElement(_icons.ForkOutlined, null),
|
|
1025
|
+
bug: /*#__PURE__*/_react.default.createElement(_icons.BugOutlined, null),
|
|
1026
|
+
cloudDownload: /*#__PURE__*/_react.default.createElement(_icons.CloudDownloadOutlined, null),
|
|
1027
|
+
reconciliation: /*#__PURE__*/_react.default.createElement(_icons.ReconciliationOutlined, null),
|
|
1028
|
+
apartment: /*#__PURE__*/_react.default.createElement(_icons.ApartmentOutlined, null),
|
|
1029
|
+
dingDing: /*#__PURE__*/_react.default.createElement(_icons.DingdingOutlined, null),
|
|
1030
|
+
macCommand: /*#__PURE__*/_react.default.createElement(_icons.MacCommandOutlined, null),
|
|
1031
|
+
inbox: /*#__PURE__*/_react.default.createElement(_icons.InboxOutlined, null)
|
|
1020
1032
|
};
|
|
1021
1033
|
/**
|
|
1022
1034
|
* 占位函数
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "antd-management-fast-framework",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.76",
|
|
4
4
|
"description": "antd-management-fast-framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"antd-management-fast-framework"
|
|
@@ -48,17 +48,17 @@
|
|
|
48
48
|
"@ant-design/pro-components": "1.1.5",
|
|
49
49
|
"@ant-design/pro-layout": "^6.38.8",
|
|
50
50
|
"@antv/data-set": "^0.11.8",
|
|
51
|
-
"@antv/l7": "^2.8.
|
|
52
|
-
"@antv/l7-maps": "^2.8.
|
|
51
|
+
"@antv/l7": "^2.8.42",
|
|
52
|
+
"@antv/l7-maps": "^2.8.42",
|
|
53
53
|
"@babel/preset-typescript": "^7.17.12",
|
|
54
54
|
"@tinymce/tinymce-react": "^4.1.0",
|
|
55
55
|
"antd": "^4.21.0",
|
|
56
56
|
"array-move": "^4.0.0",
|
|
57
57
|
"bizcharts": "^4.1.19",
|
|
58
|
-
"browserslist": "^4.20.
|
|
59
|
-
"butterfly-dag": "^4.2.
|
|
58
|
+
"browserslist": "^4.20.4",
|
|
59
|
+
"butterfly-dag": "^4.2.12",
|
|
60
60
|
"butterfly-react": "^1.0.0",
|
|
61
|
-
"caniuse-lite": "^1.0.
|
|
61
|
+
"caniuse-lite": "^1.0.30001352",
|
|
62
62
|
"classnames": "^2.3.1",
|
|
63
63
|
"copy-to-clipboard": "^3.3.1",
|
|
64
64
|
"enquire-js": "^0.2.1",
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"@types/lodash": "^4.14.182",
|
|
136
136
|
"@types/lodash.debounce": "^4.0.7",
|
|
137
137
|
"@types/lodash.isequal": "^4.5.6",
|
|
138
|
-
"@types/node": "^17.0.
|
|
138
|
+
"@types/node": "^17.0.42",
|
|
139
139
|
"@types/nprogress": "^0.2.0",
|
|
140
140
|
"@types/numeral": "^2.0.2",
|
|
141
141
|
"@types/randomcolor": "^0.5.6",
|
|
@@ -144,14 +144,14 @@
|
|
|
144
144
|
"@types/react-helmet": "^6.1.5",
|
|
145
145
|
"@types/uuid": "^8.3.4",
|
|
146
146
|
"@typescript-eslint/eslint-plugin": "^5.27.1",
|
|
147
|
-
"@umijs/fabric": "^2.
|
|
147
|
+
"@umijs/fabric": "^2.12.0",
|
|
148
148
|
"@umijs/plugin-blocks": "^2.2.2",
|
|
149
149
|
"@umijs/plugin-esbuild": "^1.4.1",
|
|
150
150
|
"@umijs/preset-ant-design-pro": "^1.3.3",
|
|
151
|
-
"@umijs/preset-react": "^2.1.
|
|
151
|
+
"@umijs/preset-react": "^2.1.4",
|
|
152
152
|
"@umijs/preset-ui": "^2.2.9",
|
|
153
|
-
"@umijs/test": "^3.5.
|
|
154
|
-
"@umijs/test-utils": "^3.5.
|
|
153
|
+
"@umijs/test": "^3.5.26",
|
|
154
|
+
"@umijs/test-utils": "^3.5.26",
|
|
155
155
|
"babel-cli": "^6.26.0",
|
|
156
156
|
"babel-plugin-import": "^1.13.5",
|
|
157
157
|
"babel-preset-env": "^1.7.0",
|
|
@@ -189,28 +189,28 @@
|
|
|
189
189
|
"jest-puppeteer": "^6.1.0",
|
|
190
190
|
"jsdom": "^19.0.0",
|
|
191
191
|
"jsdom-global": "^3.0.2",
|
|
192
|
-
"lint-staged": "^13.0.
|
|
192
|
+
"lint-staged": "^13.0.1",
|
|
193
193
|
"mockjs": "^1.1.0",
|
|
194
|
-
"node-fetch": "^3.2.
|
|
195
|
-
"npm-check-updates": "^13.1.
|
|
194
|
+
"node-fetch": "^3.2.6",
|
|
195
|
+
"npm-check-updates": "^13.1.3",
|
|
196
196
|
"postcss": "^8.4.14",
|
|
197
197
|
"postcss-less": "^6.0.0",
|
|
198
198
|
"prettier": "^2.6.2",
|
|
199
199
|
"pro-download": "1.0.1",
|
|
200
|
-
"puppeteer": "^14.
|
|
201
|
-
"puppeteer-core": "^14.
|
|
200
|
+
"puppeteer": "^14.3.0",
|
|
201
|
+
"puppeteer-core": "^14.3.0",
|
|
202
202
|
"react-test-renderer": "^17.0.2",
|
|
203
203
|
"redbox-react": "^1.6.0",
|
|
204
204
|
"rimraf": "^3.0.2",
|
|
205
205
|
"slash2": "^2.0.0",
|
|
206
|
-
"stylelint": "^14.
|
|
206
|
+
"stylelint": "^14.9.1",
|
|
207
207
|
"stylelint-config-css-modules": "^4.1.0",
|
|
208
208
|
"stylelint-config-prettier": "^9.0.3",
|
|
209
|
-
"stylelint-config-standard": "^
|
|
209
|
+
"stylelint-config-standard": "^26.0.0",
|
|
210
210
|
"stylelint-declaration-block-no-ignored-properties": "^2.5.0",
|
|
211
211
|
"test-umi-plugin": "^0.1.0",
|
|
212
212
|
"typescript": "^4.7.3",
|
|
213
|
-
"umi": "^3.5.
|
|
213
|
+
"umi": "^3.5.26",
|
|
214
214
|
"umi-plugin-custom-extra": "^1.0.12"
|
|
215
215
|
},
|
|
216
216
|
"filesOther": [
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
"src/framework",
|
|
222
222
|
"src/utils"
|
|
223
223
|
],
|
|
224
|
-
"gitHead": "
|
|
224
|
+
"gitHead": "7faa57bc657e7c2305c86b1886e8e1e890e27c98",
|
|
225
225
|
"gitHooks": {
|
|
226
226
|
"pre-commit": "lint-staged"
|
|
227
227
|
}
|