@kmkf-fe-packages/basic-components 2.2.31-beta.43 → 2.2.31-beta.44
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
|
@@ -19582,7 +19582,7 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19582
19582
|
ellipsis: true,
|
|
19583
19583
|
render: renderTextEllipsis
|
|
19584
19584
|
}, {
|
|
19585
|
-
dataIndex: '
|
|
19585
|
+
dataIndex: 'giftTypeDesc',
|
|
19586
19586
|
title: "\u8D60\u54C1\u7C7B\u578B",
|
|
19587
19587
|
width: 150,
|
|
19588
19588
|
align: 'center',
|
package/dist/index.js
CHANGED
|
@@ -19597,7 +19597,7 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19597
19597
|
ellipsis: true,
|
|
19598
19598
|
render: renderTextEllipsis
|
|
19599
19599
|
}, {
|
|
19600
|
-
dataIndex: '
|
|
19600
|
+
dataIndex: 'giftTypeDesc',
|
|
19601
19601
|
title: "\u8D60\u54C1\u7C7B\u578B",
|
|
19602
19602
|
width: 150,
|
|
19603
19603
|
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.44",
|
|
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": "8f996c8e136d7f3015e6d18ad866317341c385da"
|
|
70
70
|
}
|