@kmkf-fe-packages/basic-components 2.2.31-beta.41 → 2.2.31-beta.43

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) {
@@ -19560,7 +19561,7 @@ var getColumns$2 = function getColumns(_ref) {
19560
19561
  ellipsis: true,
19561
19562
  render: renderTextEllipsis
19562
19563
  }, {
19563
- dataIndex: 'orderNum',
19564
+ dataIndex: 'num',
19564
19565
  title: "\u5B9E\u9645\u53D1\u51FA\u6570\u91CF",
19565
19566
  width: 150,
19566
19567
  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) {
@@ -19575,7 +19576,7 @@ var getColumns$2 = function getColumns(_ref) {
19575
19576
  ellipsis: true,
19576
19577
  render: renderTextEllipsis
19577
19578
  }, {
19578
- dataIndex: 'orderNum',
19579
+ dataIndex: 'num',
19579
19580
  title: "\u5B9E\u9645\u53D1\u51FA\u6570\u91CF",
19580
19581
  width: 150,
19581
19582
  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.41",
3
+ "version": "2.2.31-beta.43",
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": "a1af7333ced5e2d2c85659f828a553370f370795"
69
+ "gitHead": "82882e98a468e5ef00a95fd46aebfc84997f5298"
70
70
  }