@kmkf-fe-packages/basic-components 2.2.30 → 2.2.31-beta.10

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.
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { ImageProps } from 'antd';
3
+ declare function ApaasImage(props: ImageProps): React.JSX.Element;
4
+ export default ApaasImage;
@@ -26,8 +26,8 @@ type SubFormProps = {
26
26
  tableHeader: subConfigType[];
27
27
  disabled: boolean;
28
28
  platform: string;
29
- manual?: boolean;
30
29
  maxCount?: number;
30
+ manual?: boolean;
31
31
  };
32
32
  declare const SubForm: (props: SubFormProps) => React.JSX.Element;
33
33
  export default SubForm;
@@ -64,5 +64,11 @@ declare const SYSTEM_ORDER_COLUMNS_MAP: {
64
64
  title: string;
65
65
  width: number;
66
66
  }[];
67
+ WDT_RETURN_BILL_NO: {
68
+ title: string;
69
+ dataIndex: string;
70
+ width: number;
71
+ ellipsis: boolean;
72
+ }[];
67
73
  };
68
74
  export default SYSTEM_ORDER_COLUMNS_MAP;
@@ -1,5 +1,6 @@
1
1
  export { default as ApaasCascader } from './apaas/ApaasCascader';
2
2
  export { default as ApaasDate } from './apaas/ApaasDate';
3
+ export { default as ApaasImage } from './apaas/ApaasImage';
3
4
  export { default as ApaasInput } from './apaas/ApaasInput';
4
5
  export { default as ApaasInputNumber } from './apaas/ApaasInputNumber';
5
6
  export { default as ApaasSelect } from './apaas/ApaasSelect';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.2.30",
3
+ "version": "2.2.31-beta.10",
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.30",
23
+ "@kmkf-fe-packages/kmkf-utils": "2.2.31-beta.10",
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": "4a0966470313ad60542fff7c83154f346a3a1880"
69
+ "gitHead": "86640df85f4a8a991e4a0a067bb6914d080e57a3"
70
70
  }