@kmkf-fe-packages/basic-components 2.2.33 → 2.2.35

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
@@ -10517,7 +10517,8 @@ function CopyTextIcon(_ref) {
10517
10517
  overflow: 'hidden',
10518
10518
  textOverflow: 'ellipsis',
10519
10519
  whiteSpace: 'nowrap'
10520
- }
10520
+ },
10521
+ title: val
10521
10522
  }, val), /*#__PURE__*/React.createElement(CopyToClipboard, {
10522
10523
  text: val,
10523
10524
  onCopy: function onCopy() {
@@ -19423,7 +19424,7 @@ var getColumns$2 = function getColumns(_ref) {
19423
19424
  WDT_AFTERSALE_GOODS: [{
19424
19425
  dataIndex: 'oid',
19425
19426
  title: "\u539F\u59CB\u5B50\u5355\u53F7",
19426
- width: 200,
19427
+ width: 300,
19427
19428
  align: 'center',
19428
19429
  ellipsis: true,
19429
19430
  render: renderTextEllipsis
@@ -19433,7 +19434,11 @@ var getColumns$2 = function getColumns(_ref) {
19433
19434
  width: 250,
19434
19435
  align: 'center',
19435
19436
  ellipsis: true,
19436
- render: renderTextEllipsis
19437
+ render: function render(text) {
19438
+ return /*#__PURE__*/React.createElement(CopyTextIcon, {
19439
+ val: text
19440
+ });
19441
+ }
19437
19442
  }, {
19438
19443
  dataIndex: 'goodsNo',
19439
19444
  title: "\u8D27\u54C1\u7F16\u53F7",
@@ -19447,7 +19452,11 @@ var getColumns$2 = function getColumns(_ref) {
19447
19452
  width: 150,
19448
19453
  align: 'center',
19449
19454
  ellipsis: true,
19450
- render: renderTextEllipsis
19455
+ render: function render(text) {
19456
+ return /*#__PURE__*/React.createElement(CopyTextIcon, {
19457
+ val: text
19458
+ });
19459
+ }
19451
19460
  }, {
19452
19461
  dataIndex: 'specNo',
19453
19462
  title: "\u5546\u5BB6\u7F16\u7801",
@@ -19475,21 +19484,33 @@ var getColumns$2 = function getColumns(_ref) {
19475
19484
  width: 250,
19476
19485
  align: 'center',
19477
19486
  ellipsis: true,
19478
- render: renderTextEllipsis
19487
+ render: function render(text) {
19488
+ return /*#__PURE__*/React.createElement(CopyTextIcon, {
19489
+ val: text
19490
+ });
19491
+ }
19479
19492
  }, {
19480
19493
  dataIndex: 'apiSpecName',
19481
19494
  title: "\u5E73\u53F0\u89C4\u683C\u540D\u79F0",
19482
19495
  width: 250,
19483
19496
  align: 'center',
19484
19497
  ellipsis: true,
19485
- render: renderTextEllipsis
19498
+ render: function render(text) {
19499
+ return /*#__PURE__*/React.createElement(CopyTextIcon, {
19500
+ val: text
19501
+ });
19502
+ }
19486
19503
  }, {
19487
19504
  dataIndex: 'suiteName',
19488
19505
  title: "\u7EC4\u5408\u88C5\u540D\u79F0",
19489
- width: 150,
19506
+ width: 250,
19490
19507
  align: 'center',
19491
19508
  ellipsis: true,
19492
- render: renderTextEllipsis
19509
+ render: function render(text) {
19510
+ return /*#__PURE__*/React.createElement(CopyTextIcon, {
19511
+ val: text
19512
+ });
19513
+ }
19493
19514
  }, {
19494
19515
  dataIndex: 'suiteNo',
19495
19516
  title: "\u7EC4\u5408\u88C5\u7F16\u53F7",
@@ -19526,7 +19547,7 @@ var getColumns$2 = function getColumns(_ref) {
19526
19547
  ellipsis: true,
19527
19548
  render: renderTextEllipsis
19528
19549
  }, {
19529
- dataIndex: 'orderNum',
19550
+ dataIndex: 'num',
19530
19551
  title: "\u5B9E\u9645\u53D1\u51FA\u6570\u91CF",
19531
19552
  width: 150,
19532
19553
  align: 'center',
@@ -19547,7 +19568,7 @@ var getColumns$2 = function getColumns(_ref) {
19547
19568
  ellipsis: true,
19548
19569
  render: renderTextEllipsis
19549
19570
  }, {
19550
- dataIndex: 'giftType',
19571
+ dataIndex: 'giftTypeDesc',
19551
19572
  title: "\u8D60\u54C1\u7C7B\u578B",
19552
19573
  width: 150,
19553
19574
  align: 'center',
package/dist/index.js CHANGED
@@ -10532,7 +10532,8 @@ function CopyTextIcon(_ref) {
10532
10532
  overflow: 'hidden',
10533
10533
  textOverflow: 'ellipsis',
10534
10534
  whiteSpace: 'nowrap'
10535
- }
10535
+ },
10536
+ title: val
10536
10537
  }, val), /*#__PURE__*/React__default['default'].createElement(reactCopyToClipboard.CopyToClipboard, {
10537
10538
  text: val,
10538
10539
  onCopy: function onCopy() {
@@ -19438,7 +19439,7 @@ var getColumns$2 = function getColumns(_ref) {
19438
19439
  WDT_AFTERSALE_GOODS: [{
19439
19440
  dataIndex: 'oid',
19440
19441
  title: "\u539F\u59CB\u5B50\u5355\u53F7",
19441
- width: 200,
19442
+ width: 300,
19442
19443
  align: 'center',
19443
19444
  ellipsis: true,
19444
19445
  render: renderTextEllipsis
@@ -19448,7 +19449,11 @@ var getColumns$2 = function getColumns(_ref) {
19448
19449
  width: 250,
19449
19450
  align: 'center',
19450
19451
  ellipsis: true,
19451
- render: renderTextEllipsis
19452
+ render: function render(text) {
19453
+ return /*#__PURE__*/React__default['default'].createElement(CopyTextIcon, {
19454
+ val: text
19455
+ });
19456
+ }
19452
19457
  }, {
19453
19458
  dataIndex: 'goodsNo',
19454
19459
  title: "\u8D27\u54C1\u7F16\u53F7",
@@ -19462,7 +19467,11 @@ var getColumns$2 = function getColumns(_ref) {
19462
19467
  width: 150,
19463
19468
  align: 'center',
19464
19469
  ellipsis: true,
19465
- render: renderTextEllipsis
19470
+ render: function render(text) {
19471
+ return /*#__PURE__*/React__default['default'].createElement(CopyTextIcon, {
19472
+ val: text
19473
+ });
19474
+ }
19466
19475
  }, {
19467
19476
  dataIndex: 'specNo',
19468
19477
  title: "\u5546\u5BB6\u7F16\u7801",
@@ -19490,21 +19499,33 @@ var getColumns$2 = function getColumns(_ref) {
19490
19499
  width: 250,
19491
19500
  align: 'center',
19492
19501
  ellipsis: true,
19493
- render: renderTextEllipsis
19502
+ render: function render(text) {
19503
+ return /*#__PURE__*/React__default['default'].createElement(CopyTextIcon, {
19504
+ val: text
19505
+ });
19506
+ }
19494
19507
  }, {
19495
19508
  dataIndex: 'apiSpecName',
19496
19509
  title: "\u5E73\u53F0\u89C4\u683C\u540D\u79F0",
19497
19510
  width: 250,
19498
19511
  align: 'center',
19499
19512
  ellipsis: true,
19500
- render: renderTextEllipsis
19513
+ render: function render(text) {
19514
+ return /*#__PURE__*/React__default['default'].createElement(CopyTextIcon, {
19515
+ val: text
19516
+ });
19517
+ }
19501
19518
  }, {
19502
19519
  dataIndex: 'suiteName',
19503
19520
  title: "\u7EC4\u5408\u88C5\u540D\u79F0",
19504
- width: 150,
19521
+ width: 250,
19505
19522
  align: 'center',
19506
19523
  ellipsis: true,
19507
- render: renderTextEllipsis
19524
+ render: function render(text) {
19525
+ return /*#__PURE__*/React__default['default'].createElement(CopyTextIcon, {
19526
+ val: text
19527
+ });
19528
+ }
19508
19529
  }, {
19509
19530
  dataIndex: 'suiteNo',
19510
19531
  title: "\u7EC4\u5408\u88C5\u7F16\u53F7",
@@ -19541,7 +19562,7 @@ var getColumns$2 = function getColumns(_ref) {
19541
19562
  ellipsis: true,
19542
19563
  render: renderTextEllipsis
19543
19564
  }, {
19544
- dataIndex: 'orderNum',
19565
+ dataIndex: 'num',
19545
19566
  title: "\u5B9E\u9645\u53D1\u51FA\u6570\u91CF",
19546
19567
  width: 150,
19547
19568
  align: 'center',
@@ -19562,7 +19583,7 @@ var getColumns$2 = function getColumns(_ref) {
19562
19583
  ellipsis: true,
19563
19584
  render: renderTextEllipsis
19564
19585
  }, {
19565
- dataIndex: 'giftType',
19586
+ dataIndex: 'giftTypeDesc',
19566
19587
  title: "\u8D60\u54C1\u7C7B\u578B",
19567
19588
  width: 150,
19568
19589
  align: 'center',
@@ -64,11 +64,18 @@ declare const SYSTEM_ORDER_COLUMNS_MAP: {
64
64
  title: string;
65
65
  width: number;
66
66
  }[];
67
- WDT_RETURN_BILL_NO: {
67
+ WDT_RETURN_BILL_NO: ({
68
68
  title: string;
69
69
  dataIndex: string;
70
70
  width: number;
71
71
  ellipsis: boolean;
72
- }[];
72
+ disabled?: undefined;
73
+ } | {
74
+ title: string;
75
+ dataIndex: string;
76
+ width: number;
77
+ ellipsis: boolean;
78
+ disabled: boolean;
79
+ })[];
73
80
  };
74
81
  export default SYSTEM_ORDER_COLUMNS_MAP;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.2.33",
3
+ "version": "2.2.35",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -20,7 +20,7 @@
20
20
  "watch": "nodemon --ignore dist/ --ignore node_modules/ --watch src/ -C -e ts,tsx,less --debug -x 'yarn async'"
21
21
  },
22
22
  "dependencies": {
23
- "@kmkf-fe-packages/kmkf-utils": "2.2.33",
23
+ "@kmkf-fe-packages/kmkf-utils": "2.2.35",
24
24
  "ahooks": "^3.7.4",
25
25
  "ali-react-table": "2.6.1",
26
26
  "bignumber.js": "^9.1.2",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "d0e41a890aec89ae7cd91737060b00c04df2d6c9"
69
+ "gitHead": "18010e2d8395d8b3082e9e7e0a2afedddbc753c2"
70
70
  }