@kmkf-fe-packages/services-components 1.8.2-beta.5 → 1.9.0
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/README.md +1 -3
- package/dist/esm/commonComponents/GlobalContext/index.d.ts +1 -1
- package/dist/esm/commonComponents/GlobalContext/index.js +1 -1
- package/dist/esm/components/Common/index.js +2 -2
- package/dist/esm/components/StatusSelect/index.js +0 -28
- package/dist/esm/factory.js +3 -4
- package/dist/esm/index.d.ts +0 -1
- package/dist/esm/index.js +1 -3
- package/package.json +6 -8
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
declare type RequestType = "queryAddressData" | "queryBsAddressData" | "queryExpressInterceptData" | "queryLogisticsAddressData" | "queryPlatData" | "queryWdtAddressData" | "queryAllLogisticsCompany" | "
|
|
2
|
+
declare type RequestType = "queryAddressData" | "queryBsAddressData" | "queryExpressInterceptData" | "queryLogisticsAddressData" | "queryPlatData" | "queryWdtAddressData" | "queryAllLogisticsCompany" | "queryLabel" | "queryWdtLogisticsCompany" | "queryWdtSendData";
|
|
3
3
|
declare const Global: ({ children, requestList, repeatRequestList }: React.PropsWithChildren<{
|
|
4
4
|
requestList?: RequestType[] | undefined;
|
|
5
5
|
repeatRequestList?: Record<string, () => Promise<any>> | undefined;
|
|
@@ -15,7 +15,7 @@ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefine
|
|
|
15
15
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
16
16
|
import React, { useEffect, useState } from "react";
|
|
17
17
|
import { Skeleton, Result, Button } from "antd";
|
|
18
|
-
import { queryExpressInterceptData, queryLogisticsAddressData, queryPlatData,
|
|
18
|
+
import { queryExpressInterceptData, queryLogisticsAddressData, queryPlatData, queryLabel, queryAllLogisticsCompany, queryWdtLogisticsCompany, queryWdtSendData } from "../../service/api";
|
|
19
19
|
import { servers } from '@kmkf-fe-packages/kmkf-utils';
|
|
20
20
|
var Global = function Global(_ref) {
|
|
21
21
|
var children = _ref.children,
|
|
@@ -16,10 +16,10 @@ import { Form, Button, Modal, Tooltip, Space, Image, Popover, Table, message, Ty
|
|
|
16
16
|
import React, { useState, useMemo } from "react";
|
|
17
17
|
import { ExpressData, WdtSendData } from "@kmkf-fe-packages/kmkf-utils";
|
|
18
18
|
import { getAlipayBillReceipt } from "../../service/api";
|
|
19
|
-
import { CopyToClipboard } from
|
|
20
|
-
import CopyText from "../../commonComponents/CopyText";
|
|
19
|
+
import { CopyToClipboard } from 'react-copy-to-clipboard';
|
|
21
20
|
import styles from "./index.module.less";
|
|
22
21
|
import defaultImg from "./img/default-img.png";
|
|
22
|
+
import CopyText from "../../commonComponents/CopyText";
|
|
23
23
|
var Paragraph = Typography.Paragraph;
|
|
24
24
|
export var getFormItem = function getFormItem(_ref) {
|
|
25
25
|
var name = _ref.name,
|
|
@@ -72,34 +72,6 @@ var selectTypeMap = {
|
|
|
72
72
|
info: 'invoiceReason',
|
|
73
73
|
failValue: '失败'
|
|
74
74
|
},
|
|
75
|
-
AGREE_REFUND_STATUS: {
|
|
76
|
-
options: [{
|
|
77
|
-
value: '成功',
|
|
78
|
-
label: '成功',
|
|
79
|
-
color: '#52c41a'
|
|
80
|
-
}, {
|
|
81
|
-
value: '失败',
|
|
82
|
-
label: '失败',
|
|
83
|
-
color: '#ff4d4f'
|
|
84
|
-
}],
|
|
85
|
-
key: 'agreeRefundStatusValue',
|
|
86
|
-
info: 'agreeRefundStatusReason',
|
|
87
|
-
failValue: '失败'
|
|
88
|
-
},
|
|
89
|
-
REJECT_REFUND_STATUS: {
|
|
90
|
-
options: [{
|
|
91
|
-
value: '成功',
|
|
92
|
-
label: '成功',
|
|
93
|
-
color: '#52c41a'
|
|
94
|
-
}, {
|
|
95
|
-
value: '失败',
|
|
96
|
-
label: '失败',
|
|
97
|
-
color: '#ff4d4f'
|
|
98
|
-
}],
|
|
99
|
-
key: 'rejectRefundStatusValue',
|
|
100
|
-
info: 'rejectRefundStatusReason',
|
|
101
|
-
failValue: '失败'
|
|
102
|
-
},
|
|
103
75
|
INVOICING_STATUS: {
|
|
104
76
|
options: [{
|
|
105
77
|
value: '开票成功',
|
package/dist/esm/factory.js
CHANGED
|
@@ -141,8 +141,6 @@ export var factory = function factory(type, options) {
|
|
|
141
141
|
return new BsPosting(options);
|
|
142
142
|
case "BS_GOODS":
|
|
143
143
|
return new BsGoods(options);
|
|
144
|
-
case "WDT_GOODS":
|
|
145
|
-
return new WdtGoods(options);
|
|
146
144
|
case "BS_EXCHANGE_GOODS":
|
|
147
145
|
return new BsExchange(options);
|
|
148
146
|
case "WDT_EXCHANGE_GOODS":
|
|
@@ -173,8 +171,6 @@ export var factory = function factory(type, options) {
|
|
|
173
171
|
case "CREATE_STATUS":
|
|
174
172
|
case "INVOICE_STATUS":
|
|
175
173
|
case "INVOICING_STATUS":
|
|
176
|
-
case "AGREE_REFUND_STATUS":
|
|
177
|
-
case "REJECT_REFUND_STATUS":
|
|
178
174
|
return new StatusSelect(options);
|
|
179
175
|
case "RETURN_GOODS_STATUS":
|
|
180
176
|
case "EXCHANGE_STATUS":
|
|
@@ -207,6 +203,9 @@ export var factory = function factory(type, options) {
|
|
|
207
203
|
return new CommonDataTime(options);
|
|
208
204
|
case "FLOW_UPDATE_DATETIME":
|
|
209
205
|
return new CommonDataTime(options);
|
|
206
|
+
case "WDT_GOODS":
|
|
207
|
+
// 万里牛商品
|
|
208
|
+
return new WdtGoods(options);
|
|
210
209
|
case "BUSINESS_ORDER_NO":
|
|
211
210
|
return new CommonInput(options);
|
|
212
211
|
case "PAYMENT_VOUCHER_CODE":
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -93,4 +93,3 @@ export { default as OperationLog } from "./commonComponents/OperationLog";
|
|
|
93
93
|
export { default as GetFormItem } from "./components/GetFormItem";
|
|
94
94
|
export { default as Global } from "./commonComponents/GlobalContext";
|
|
95
95
|
export * as ErpScenes from "./commonComponents/ErpContext";
|
|
96
|
-
export * as servers from "./service/api";
|
package/dist/esm/index.js
CHANGED
|
@@ -94,6 +94,4 @@ export { default as OperationLog } from "./commonComponents/OperationLog";
|
|
|
94
94
|
export { default as GetFormItem } from "./components/GetFormItem";
|
|
95
95
|
export { default as Global } from "./commonComponents/GlobalContext";
|
|
96
96
|
import * as _ErpScenes from "./commonComponents/ErpContext";
|
|
97
|
-
export { _ErpScenes as ErpScenes };
|
|
98
|
-
import * as _servers from "./service/api";
|
|
99
|
-
export { _servers as servers };
|
|
97
|
+
export { _ErpScenes as ErpScenes };
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.0",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist"
|
|
8
8
|
],
|
|
9
9
|
"scripts": {
|
|
10
|
+
"sync": "yarn build && yalc push",
|
|
10
11
|
"build": "yarn run lint && father build",
|
|
11
12
|
"lint": "eslint '**/*.{ts,tsx}'",
|
|
12
|
-
"lint:fix": "eslint --fix '**/*.{ts,tsx}'"
|
|
13
|
-
"sync": "yarn build && yalc push"
|
|
13
|
+
"lint:fix": "eslint --fix '**/*.{ts,tsx}'"
|
|
14
14
|
},
|
|
15
15
|
"lint-staged": {
|
|
16
16
|
"*.{js,jsx,less,md,json}": [
|
|
@@ -21,9 +21,8 @@
|
|
|
21
21
|
]
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@kmkf-fe-packages/basic-components": "1.
|
|
25
|
-
"@kmkf-fe-packages/kmkf-utils": "1.
|
|
26
|
-
"react-pdf-js": "^5.1.0"
|
|
24
|
+
"@kmkf-fe-packages/basic-components": "1.9.0",
|
|
25
|
+
"@kmkf-fe-packages/kmkf-utils": "1.9.0"
|
|
27
26
|
},
|
|
28
27
|
"devDependencies": {
|
|
29
28
|
"@typescript-eslint/eslint-plugin": "^5.59.2",
|
|
@@ -34,13 +33,12 @@
|
|
|
34
33
|
"peerDependencies": {
|
|
35
34
|
"@ant-design/icons": "^4.7.0",
|
|
36
35
|
"antd": "^4.21.4",
|
|
37
|
-
"copy-to-clipboard": "^3.3.3",
|
|
38
36
|
"react": "^16.8.0"
|
|
39
37
|
},
|
|
40
38
|
"publishConfig": {
|
|
41
39
|
"access": "public"
|
|
42
40
|
},
|
|
43
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "81761edb3ce70440e3da08c520627d332878b6a4",
|
|
44
42
|
"gitHooks": {
|
|
45
43
|
"pre-commit": "lint-staged"
|
|
46
44
|
}
|