@kmkf-fe-packages/basic-components 2.2.31-beta.41 → 2.2.31-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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -19560,7 +19560,7 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19560
19560
|
ellipsis: true,
|
|
19561
19561
|
render: renderTextEllipsis
|
|
19562
19562
|
}, {
|
|
19563
|
-
dataIndex: '
|
|
19563
|
+
dataIndex: 'num',
|
|
19564
19564
|
title: "\u5B9E\u9645\u53D1\u51FA\u6570\u91CF",
|
|
19565
19565
|
width: 150,
|
|
19566
19566
|
align: 'center',
|
package/dist/index.js
CHANGED
|
@@ -19575,7 +19575,7 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19575
19575
|
ellipsis: true,
|
|
19576
19576
|
render: renderTextEllipsis
|
|
19577
19577
|
}, {
|
|
19578
|
-
dataIndex: '
|
|
19578
|
+
dataIndex: 'num',
|
|
19579
19579
|
title: "\u5B9E\u9645\u53D1\u51FA\u6570\u91CF",
|
|
19580
19580
|
width: 150,
|
|
19581
19581
|
align: 'center',
|
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.42",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "82a548d488dedc091fd69523e90348a4cf82b443"
|
|
70
70
|
}
|