@kmkf-fe-packages/basic-components 2.10.18-rc.0 → 2.10.18-rc.1
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 +1 -0
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -23172,6 +23172,7 @@ var getColumns$5 = function getColumns() {
|
|
|
23172
23172
|
}, {
|
|
23173
23173
|
dataIndex: 'qty',
|
|
23174
23174
|
title: "\u7533\u8BF7\u6570\u91CF",
|
|
23175
|
+
conditionTitle: "\u7533\u8BF7\u603B\u6570\u91CF",
|
|
23175
23176
|
width: 150,
|
|
23176
23177
|
align: 'center',
|
|
23177
23178
|
ellipsis: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.10.18-rc.
|
|
3
|
+
"version": "2.10.18-rc.1",
|
|
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.10.18-rc.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "2.10.18-rc.1",
|
|
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": "33f416d689e64ffcb4d28c23a649cd8538da4946"
|
|
70
70
|
}
|