@kmkf-fe-packages/basic-components 2.2.31-beta.65 → 2.2.31-beta.66
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,13 +14818,11 @@ var wdtColumns = [{
|
|
|
14818
14818
|
}, {
|
|
14819
14819
|
dataIndex: 'specUnitName',
|
|
14820
14820
|
title: '基本单位',
|
|
14821
|
-
width: 150
|
|
14822
|
-
render: renderTextEllipsis
|
|
14821
|
+
width: 150
|
|
14823
14822
|
}, {
|
|
14824
14823
|
dataIndex: 'specAuxUnitName',
|
|
14825
14824
|
title: '辅助单位',
|
|
14826
|
-
width: 150
|
|
14827
|
-
render: renderTextEllipsis
|
|
14825
|
+
width: 150
|
|
14828
14826
|
}];
|
|
14829
14827
|
|
|
14830
14828
|
var bse3Columns = [{
|
package/dist/index.js
CHANGED
|
@@ -14833,13 +14833,11 @@ var wdtColumns = [{
|
|
|
14833
14833
|
}, {
|
|
14834
14834
|
dataIndex: 'specUnitName',
|
|
14835
14835
|
title: '基本单位',
|
|
14836
|
-
width: 150
|
|
14837
|
-
render: renderTextEllipsis
|
|
14836
|
+
width: 150
|
|
14838
14837
|
}, {
|
|
14839
14838
|
dataIndex: 'specAuxUnitName',
|
|
14840
14839
|
title: '辅助单位',
|
|
14841
|
-
width: 150
|
|
14842
|
-
render: renderTextEllipsis
|
|
14840
|
+
width: 150
|
|
14843
14841
|
}];
|
|
14844
14842
|
|
|
14845
14843
|
var bse3Columns = [{
|
|
@@ -17,5 +17,11 @@ 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;
|
|
20
26
|
})[];
|
|
21
27
|
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.66",
|
|
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.66",
|
|
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": "b957bfb71a171449b3ba44436a5f6400ad7c41b6"
|
|
70
70
|
}
|