@kmkf-fe-packages/basic-components 2.2.39-beta.7 → 2.2.39-beta.8
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 +2 -1
- package/dist/index.js +2 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -19220,7 +19220,8 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19220
19220
|
title: "\u8D60\u54C1\u65B9\u5F0F",
|
|
19221
19221
|
align: 'center',
|
|
19222
19222
|
ellipsis: true,
|
|
19223
|
-
width: 100
|
|
19223
|
+
width: 100,
|
|
19224
|
+
render: renderGiftType
|
|
19224
19225
|
}, {
|
|
19225
19226
|
dataIndex: 'unitName',
|
|
19226
19227
|
title: "\u57FA\u672C\u5355\u4F4D",
|
package/dist/index.js
CHANGED
|
@@ -19235,7 +19235,8 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19235
19235
|
title: "\u8D60\u54C1\u65B9\u5F0F",
|
|
19236
19236
|
align: 'center',
|
|
19237
19237
|
ellipsis: true,
|
|
19238
|
-
width: 100
|
|
19238
|
+
width: 100,
|
|
19239
|
+
render: renderGiftType
|
|
19239
19240
|
}, {
|
|
19240
19241
|
dataIndex: 'unitName',
|
|
19241
19242
|
title: "\u57FA\u672C\u5355\u4F4D",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.2.39-beta.
|
|
3
|
+
"version": "2.2.39-beta.8",
|
|
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": "2c7c7de0f9e5d64f6342c42338bb0e9a51f47f35"
|
|
70
70
|
}
|