@kmkf-fe-packages/basic-components 2.2.31-beta.34 → 2.2.31-beta.41
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
|
@@ -19437,7 +19437,7 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19437
19437
|
WDT_AFTERSALE_GOODS: [{
|
|
19438
19438
|
dataIndex: 'oid',
|
|
19439
19439
|
title: "\u539F\u59CB\u5B50\u5355\u53F7",
|
|
19440
|
-
width:
|
|
19440
|
+
width: 300,
|
|
19441
19441
|
align: 'center',
|
|
19442
19442
|
ellipsis: true,
|
|
19443
19443
|
render: renderTextEllipsis
|
|
@@ -19447,7 +19447,11 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19447
19447
|
width: 250,
|
|
19448
19448
|
align: 'center',
|
|
19449
19449
|
ellipsis: true,
|
|
19450
|
-
render:
|
|
19450
|
+
render: function render(text) {
|
|
19451
|
+
return /*#__PURE__*/React.createElement(CopyTextIcon, {
|
|
19452
|
+
val: text
|
|
19453
|
+
});
|
|
19454
|
+
}
|
|
19451
19455
|
}, {
|
|
19452
19456
|
dataIndex: 'goodsNo',
|
|
19453
19457
|
title: "\u8D27\u54C1\u7F16\u53F7",
|
|
@@ -19461,7 +19465,11 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19461
19465
|
width: 150,
|
|
19462
19466
|
align: 'center',
|
|
19463
19467
|
ellipsis: true,
|
|
19464
|
-
render:
|
|
19468
|
+
render: function render(text) {
|
|
19469
|
+
return /*#__PURE__*/React.createElement(CopyTextIcon, {
|
|
19470
|
+
val: text
|
|
19471
|
+
});
|
|
19472
|
+
}
|
|
19465
19473
|
}, {
|
|
19466
19474
|
dataIndex: 'specNo',
|
|
19467
19475
|
title: "\u5546\u5BB6\u7F16\u7801",
|
|
@@ -19489,21 +19497,33 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19489
19497
|
width: 250,
|
|
19490
19498
|
align: 'center',
|
|
19491
19499
|
ellipsis: true,
|
|
19492
|
-
render:
|
|
19500
|
+
render: function render(text) {
|
|
19501
|
+
return /*#__PURE__*/React.createElement(CopyTextIcon, {
|
|
19502
|
+
val: text
|
|
19503
|
+
});
|
|
19504
|
+
}
|
|
19493
19505
|
}, {
|
|
19494
19506
|
dataIndex: 'apiSpecName',
|
|
19495
19507
|
title: "\u5E73\u53F0\u89C4\u683C\u540D\u79F0",
|
|
19496
19508
|
width: 250,
|
|
19497
19509
|
align: 'center',
|
|
19498
19510
|
ellipsis: true,
|
|
19499
|
-
render:
|
|
19511
|
+
render: function render(text) {
|
|
19512
|
+
return /*#__PURE__*/React.createElement(CopyTextIcon, {
|
|
19513
|
+
val: text
|
|
19514
|
+
});
|
|
19515
|
+
}
|
|
19500
19516
|
}, {
|
|
19501
19517
|
dataIndex: 'suiteName',
|
|
19502
19518
|
title: "\u7EC4\u5408\u88C5\u540D\u79F0",
|
|
19503
19519
|
width: 150,
|
|
19504
19520
|
align: 'center',
|
|
19505
19521
|
ellipsis: true,
|
|
19506
|
-
render:
|
|
19522
|
+
render: function render(text) {
|
|
19523
|
+
return /*#__PURE__*/React.createElement(CopyTextIcon, {
|
|
19524
|
+
val: text
|
|
19525
|
+
});
|
|
19526
|
+
}
|
|
19507
19527
|
}, {
|
|
19508
19528
|
dataIndex: 'suiteNo',
|
|
19509
19529
|
title: "\u7EC4\u5408\u88C5\u7F16\u53F7",
|
package/dist/index.js
CHANGED
|
@@ -19452,7 +19452,7 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19452
19452
|
WDT_AFTERSALE_GOODS: [{
|
|
19453
19453
|
dataIndex: 'oid',
|
|
19454
19454
|
title: "\u539F\u59CB\u5B50\u5355\u53F7",
|
|
19455
|
-
width:
|
|
19455
|
+
width: 300,
|
|
19456
19456
|
align: 'center',
|
|
19457
19457
|
ellipsis: true,
|
|
19458
19458
|
render: renderTextEllipsis
|
|
@@ -19462,7 +19462,11 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19462
19462
|
width: 250,
|
|
19463
19463
|
align: 'center',
|
|
19464
19464
|
ellipsis: true,
|
|
19465
|
-
render:
|
|
19465
|
+
render: function render(text) {
|
|
19466
|
+
return /*#__PURE__*/React__default['default'].createElement(CopyTextIcon, {
|
|
19467
|
+
val: text
|
|
19468
|
+
});
|
|
19469
|
+
}
|
|
19466
19470
|
}, {
|
|
19467
19471
|
dataIndex: 'goodsNo',
|
|
19468
19472
|
title: "\u8D27\u54C1\u7F16\u53F7",
|
|
@@ -19476,7 +19480,11 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19476
19480
|
width: 150,
|
|
19477
19481
|
align: 'center',
|
|
19478
19482
|
ellipsis: true,
|
|
19479
|
-
render:
|
|
19483
|
+
render: function render(text) {
|
|
19484
|
+
return /*#__PURE__*/React__default['default'].createElement(CopyTextIcon, {
|
|
19485
|
+
val: text
|
|
19486
|
+
});
|
|
19487
|
+
}
|
|
19480
19488
|
}, {
|
|
19481
19489
|
dataIndex: 'specNo',
|
|
19482
19490
|
title: "\u5546\u5BB6\u7F16\u7801",
|
|
@@ -19504,21 +19512,33 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19504
19512
|
width: 250,
|
|
19505
19513
|
align: 'center',
|
|
19506
19514
|
ellipsis: true,
|
|
19507
|
-
render:
|
|
19515
|
+
render: function render(text) {
|
|
19516
|
+
return /*#__PURE__*/React__default['default'].createElement(CopyTextIcon, {
|
|
19517
|
+
val: text
|
|
19518
|
+
});
|
|
19519
|
+
}
|
|
19508
19520
|
}, {
|
|
19509
19521
|
dataIndex: 'apiSpecName',
|
|
19510
19522
|
title: "\u5E73\u53F0\u89C4\u683C\u540D\u79F0",
|
|
19511
19523
|
width: 250,
|
|
19512
19524
|
align: 'center',
|
|
19513
19525
|
ellipsis: true,
|
|
19514
|
-
render:
|
|
19526
|
+
render: function render(text) {
|
|
19527
|
+
return /*#__PURE__*/React__default['default'].createElement(CopyTextIcon, {
|
|
19528
|
+
val: text
|
|
19529
|
+
});
|
|
19530
|
+
}
|
|
19515
19531
|
}, {
|
|
19516
19532
|
dataIndex: 'suiteName',
|
|
19517
19533
|
title: "\u7EC4\u5408\u88C5\u540D\u79F0",
|
|
19518
19534
|
width: 150,
|
|
19519
19535
|
align: 'center',
|
|
19520
19536
|
ellipsis: true,
|
|
19521
|
-
render:
|
|
19537
|
+
render: function render(text) {
|
|
19538
|
+
return /*#__PURE__*/React__default['default'].createElement(CopyTextIcon, {
|
|
19539
|
+
val: text
|
|
19540
|
+
});
|
|
19541
|
+
}
|
|
19522
19542
|
}, {
|
|
19523
19543
|
dataIndex: 'suiteNo',
|
|
19524
19544
|
title: "\u7EC4\u5408\u88C5\u7F16\u53F7",
|
|
@@ -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.31-beta.
|
|
3
|
+
"version": "2.2.31-beta.41",
|
|
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.31-beta.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "2.2.31-beta.41",
|
|
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": "
|
|
69
|
+
"gitHead": "a1af7333ced5e2d2c85659f828a553370f370795"
|
|
70
70
|
}
|