@kmkf-fe-packages/basic-components 2.2.39-beta.7 → 2.2.39-beta.9

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
@@ -10027,6 +10027,7 @@ function HoverTableRowDeleteIcon(_ref) {
10027
10027
  }
10028
10028
 
10029
10029
  var WidgetMap = {
10030
+ TRADE_ID_INPUT: 'tradeId',
10030
10031
  INPUT: 'input',
10031
10032
  TEXTAREA: 'textarea',
10032
10033
  PICTURE: 'picture',
@@ -19220,7 +19221,8 @@ var getColumns$2 = function getColumns(_ref) {
19220
19221
  title: "\u8D60\u54C1\u65B9\u5F0F",
19221
19222
  align: 'center',
19222
19223
  ellipsis: true,
19223
- width: 100
19224
+ width: 100,
19225
+ render: renderGiftType
19224
19226
  }, {
19225
19227
  dataIndex: 'unitName',
19226
19228
  title: "\u57FA\u672C\u5355\u4F4D",
package/dist/index.js CHANGED
@@ -10042,6 +10042,7 @@ function HoverTableRowDeleteIcon(_ref) {
10042
10042
  }
10043
10043
 
10044
10044
  var WidgetMap = {
10045
+ TRADE_ID_INPUT: 'tradeId',
10045
10046
  INPUT: 'input',
10046
10047
  TEXTAREA: 'textarea',
10047
10048
  PICTURE: 'picture',
@@ -19235,7 +19236,8 @@ var getColumns$2 = function getColumns(_ref) {
19235
19236
  title: "\u8D60\u54C1\u65B9\u5F0F",
19236
19237
  align: 'center',
19237
19238
  ellipsis: true,
19238
- width: 100
19239
+ width: 100,
19240
+ render: renderGiftType
19239
19241
  }, {
19240
19242
  dataIndex: 'unitName',
19241
19243
  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.7",
3
+ "version": "2.2.39-beta.9",
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": "d6a8a661a906273dfce3e4dc11a57330e0a8b1a9"
69
+ "gitHead": "7c5a8bc0defacde6e6d5aa499d2b5a70add8ffdd"
70
70
  }