@kmkf-fe-packages/basic-components 2.2.31-beta.64 → 2.2.31-beta.65
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
CHANGED
|
@@ -14818,11 +14818,13 @@ var wdtColumns = [{
|
|
|
14818
14818
|
}, {
|
|
14819
14819
|
dataIndex: 'specUnitName',
|
|
14820
14820
|
title: '基本单位',
|
|
14821
|
-
width: 150
|
|
14821
|
+
width: 150,
|
|
14822
|
+
render: renderTextEllipsis
|
|
14822
14823
|
}, {
|
|
14823
14824
|
dataIndex: 'specAuxUnitName',
|
|
14824
14825
|
title: '辅助单位',
|
|
14825
|
-
width: 150
|
|
14826
|
+
width: 150,
|
|
14827
|
+
render: renderTextEllipsis
|
|
14826
14828
|
}];
|
|
14827
14829
|
|
|
14828
14830
|
var bse3Columns = [{
|
package/dist/index.js
CHANGED
|
@@ -14833,11 +14833,13 @@ var wdtColumns = [{
|
|
|
14833
14833
|
}, {
|
|
14834
14834
|
dataIndex: 'specUnitName',
|
|
14835
14835
|
title: '基本单位',
|
|
14836
|
-
width: 150
|
|
14836
|
+
width: 150,
|
|
14837
|
+
render: renderTextEllipsis
|
|
14837
14838
|
}, {
|
|
14838
14839
|
dataIndex: 'specAuxUnitName',
|
|
14839
14840
|
title: '辅助单位',
|
|
14840
|
-
width: 150
|
|
14841
|
+
width: 150,
|
|
14842
|
+
render: renderTextEllipsis
|
|
14841
14843
|
}];
|
|
14842
14844
|
|
|
14843
14845
|
var bse3Columns = [{
|
|
@@ -17,11 +17,5 @@ declare const _default: ({
|
|
|
17
17
|
width: number;
|
|
18
18
|
render: (price: string | number) => string;
|
|
19
19
|
ellipsis?: undefined;
|
|
20
|
-
} | {
|
|
21
|
-
dataIndex: string;
|
|
22
|
-
title: string;
|
|
23
|
-
width: number;
|
|
24
|
-
ellipsis?: undefined;
|
|
25
|
-
render?: undefined;
|
|
26
20
|
})[];
|
|
27
21
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.2.31-beta.
|
|
3
|
+
"version": "2.2.31-beta.65",
|
|
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.31-beta.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "2.2.31-beta.65",
|
|
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": "61449afc3480b0c9a18e5ccccdaedc3647a4d2e9"
|
|
70
70
|
}
|