@kmkf-fe-packages/basic-components 2.2.5-beta.4 → 2.2.5-beta.42
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/dist/index.esm.js +1652 -209
- package/dist/index.js +1653 -208
- package/dist/src/apaas/SubForm/render.d.ts +7 -4
- package/dist/src/apaas/SubForm/transformWorkOrderData.d.ts +15 -0
- package/dist/src/business/LogisticsInterception/index.d.ts +2 -0
- package/dist/src/jst/Goods/index.d.ts +1 -0
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
declare const hostUrl = "https://kefu.kuaimai.com";
|
|
3
|
-
export declare const FileRender: ({ fileList, canDownload }: any) => React.JSX.Element;
|
|
3
|
+
export declare const FileRender: ({ fileList, canDownload, id }: any) => React.JSX.Element;
|
|
4
4
|
export declare const PictureRender: ({ value, width, }: {
|
|
5
5
|
value: any;
|
|
6
6
|
hostUrl?: string | undefined;
|
|
@@ -12,8 +12,11 @@ export declare const RadioRender: ({ value }: {
|
|
|
12
12
|
export declare const CheckboxRender: ({ value }: {
|
|
13
13
|
value: any;
|
|
14
14
|
}) => any;
|
|
15
|
-
export declare const
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
export declare const MultipleSelectRender: ({ value }: {
|
|
16
|
+
value: any;
|
|
17
|
+
}) => any;
|
|
18
|
+
export declare const renderMap: Record<string, (props: any, platform?: string) => React.ReactNode>;
|
|
19
|
+
export declare const EditPictureRender: ({ val, index, t, updateHandle, disabled, hostUrl, platform, }: any) => React.JSX.Element;
|
|
20
|
+
export declare const EditFileRender: ({ val, index, t, updateHandle, disabled, hostUrl, platform, }: any) => React.JSX.Element;
|
|
18
21
|
export declare const EditRenderMap: Record<string, (props: any) => React.ReactNode>;
|
|
19
22
|
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare const updateWorkTypeKeys: any;
|
|
2
|
+
export declare const systemOrderMap: any;
|
|
3
|
+
export declare const processSingleFieldTypeMapping: {
|
|
4
|
+
SKX_OUTBOUND_NOTICE_NO: string;
|
|
5
|
+
SKX_SHOP_NAME: string;
|
|
6
|
+
SKX_WAREHOUSE: string;
|
|
7
|
+
SKX_ORDER_TYPE: string;
|
|
8
|
+
SKX_ORDER_STATUS: string;
|
|
9
|
+
SKX_CREATE_TIME: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const jsonParseSecurity: (value: string, securityValue: any) => any;
|
|
12
|
+
export declare const transTextToNumber: (value: string | number) => string | number;
|
|
13
|
+
export declare const formatPictures: (pictures: any) => any;
|
|
14
|
+
declare const transformWorkOrderData: (templateColumns: any[], type?: string) => (item: any) => any;
|
|
15
|
+
export default transformWorkOrderData;
|
|
@@ -16,6 +16,7 @@ interface LogisticsInterceptionValueType {
|
|
|
16
16
|
status: string;
|
|
17
17
|
reason: string;
|
|
18
18
|
};
|
|
19
|
+
interceptLogisticsApiStatusReason: string;
|
|
19
20
|
interceptLogisticsUserKCode: string;
|
|
20
21
|
interceptLogisticsUserSecretKey: string;
|
|
21
22
|
}
|
|
@@ -27,6 +28,7 @@ interface LogisticsInterceptionProps {
|
|
|
27
28
|
isEditing: boolean;
|
|
28
29
|
onChange: (value: Partial<LogisticsInterceptionValueType>) => void;
|
|
29
30
|
platform: string;
|
|
31
|
+
showReason?: boolean;
|
|
30
32
|
onJumpPage?: (val: any) => void;
|
|
31
33
|
}
|
|
32
34
|
declare const LogisticsInterception: (props: Partial<LogisticsInterceptionProps>) => React.JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.2.5-beta.
|
|
3
|
+
"version": "2.2.5-beta.42",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"watch": "nodemon --ignore dist/ --ignore node_modules/ --watch src/ -C -e ts,tsx,less --debug -x 'yarn async'"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@kmkf-fe-packages/kmkf-utils": "2.2.5-beta.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "2.2.5-beta.28",
|
|
24
24
|
"ahooks": "^3.7.4",
|
|
25
25
|
"ali-react-table": "2.6.1",
|
|
26
26
|
"bignumber.js": "^9.1.2",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "c65df362c986ac4e5f01f6f151cfa69d4049c8dc"
|
|
70
70
|
}
|