@kmkf-fe-packages/basic-components 2.2.31-beta.42 → 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 CHANGED
@@ -10526,7 +10526,8 @@ function CopyTextIcon(_ref) {
10526
10526
  overflow: 'hidden',
10527
10527
  textOverflow: 'ellipsis',
10528
10528
  whiteSpace: 'nowrap'
10529
- }
10529
+ },
10530
+ title: val
10530
10531
  }, val), /*#__PURE__*/React.createElement(CopyToClipboard, {
10531
10532
  text: val,
10532
10533
  onCopy: function onCopy() {
@@ -19516,7 +19517,7 @@ var getColumns$2 = function getColumns(_ref) {
19516
19517
  }, {
19517
19518
  dataIndex: 'suiteName',
19518
19519
  title: "\u7EC4\u5408\u88C5\u540D\u79F0",
19519
- width: 150,
19520
+ width: 250,
19520
19521
  align: 'center',
19521
19522
  ellipsis: true,
19522
19523
  render: function render(text) {
@@ -19581,7 +19582,7 @@ var getColumns$2 = function getColumns(_ref) {
19581
19582
  ellipsis: true,
19582
19583
  render: renderTextEllipsis
19583
19584
  }, {
19584
- dataIndex: 'giftType',
19585
+ dataIndex: 'giftTypeDesc',
19585
19586
  title: "\u8D60\u54C1\u7C7B\u578B",
19586
19587
  width: 150,
19587
19588
  align: 'center',
package/dist/index.js CHANGED
@@ -10541,7 +10541,8 @@ function CopyTextIcon(_ref) {
10541
10541
  overflow: 'hidden',
10542
10542
  textOverflow: 'ellipsis',
10543
10543
  whiteSpace: 'nowrap'
10544
- }
10544
+ },
10545
+ title: val
10545
10546
  }, val), /*#__PURE__*/React__default['default'].createElement(reactCopyToClipboard.CopyToClipboard, {
10546
10547
  text: val,
10547
10548
  onCopy: function onCopy() {
@@ -19531,7 +19532,7 @@ var getColumns$2 = function getColumns(_ref) {
19531
19532
  }, {
19532
19533
  dataIndex: 'suiteName',
19533
19534
  title: "\u7EC4\u5408\u88C5\u540D\u79F0",
19534
- width: 150,
19535
+ width: 250,
19535
19536
  align: 'center',
19536
19537
  ellipsis: true,
19537
19538
  render: function render(text) {
@@ -19596,7 +19597,7 @@ var getColumns$2 = function getColumns(_ref) {
19596
19597
  ellipsis: true,
19597
19598
  render: renderTextEllipsis
19598
19599
  }, {
19599
- dataIndex: 'giftType',
19600
+ dataIndex: 'giftTypeDesc',
19600
19601
  title: "\u8D60\u54C1\u7C7B\u578B",
19601
19602
  width: 150,
19602
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.42",
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": "82a548d488dedc091fd69523e90348a4cf82b443"
69
+ "gitHead": "8f996c8e136d7f3015e6d18ad866317341c385da"
70
70
  }