@kmkf-fe-packages/services-components 0.3.1-alpha.10 → 0.3.1-alpha.12
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/esm/commonComponents/PlatBuyer/index.js +2 -2
- package/dist/esm/components/Ordinary/OrdinaryHeader.d.ts +1 -0
- package/dist/esm/components/Ordinary/OrdinaryHeader.js +1 -0
- package/dist/esm/components/Ordinary/OrdinaryMoney.d.ts +1 -0
- package/dist/esm/components/Ordinary/OrdinaryMoney.js +1 -0
- package/dist/esm/components/Ordinary/OrdinarySerial.d.ts +1 -0
- package/dist/esm/components/Ordinary/OrdinarySerial.js +1 -0
- package/dist/esm/components/Payment/AlipayNick.d.ts +1 -0
- package/dist/esm/components/Payment/AlipayNick.js +1 -0
- package/dist/esm/components/Payment/AlipayNo.d.ts +1 -0
- package/dist/esm/components/Payment/AlipayNo.js +1 -0
- package/dist/esm/components/Payment/AlipayTime.d.ts +1 -0
- package/dist/esm/components/Payment/AlipayTime.js +1 -0
- package/dist/esm/components/Payment/BuyerNick.d.ts +1 -0
- package/dist/esm/components/Payment/BuyerNick.js +1 -0
- package/dist/esm/components/Payment/PaymentAmount.d.ts +1 -0
- package/dist/esm/components/Payment/PaymentAmount.js +1 -0
- package/dist/esm/components/Payment/PaymentStatus.d.ts +1 -0
- package/dist/esm/components/Payment/PaymentStatus.js +1 -0
- package/dist/esm/components/Payment/PaymentTid.d.ts +1 -0
- package/dist/esm/components/Payment/PaymentTid.js +1 -0
- package/dist/esm/components/WorkOrderId/index.js +2 -2
- package/dist/esm/type.d.ts +1 -0
- package/package.json +2 -2
|
@@ -30,7 +30,7 @@ var PlatBuyer = function PlatBuyer(_ref) {
|
|
|
30
30
|
return (platInfo === null || platInfo === void 0 ? void 0 : (_platInfo$shopId = platInfo[shopId]) === null || _platInfo$shopId === void 0 ? void 0 : _platInfo$shopId.platformTypeStr) === 'TAOBAO' ? /*#__PURE__*/React.createElement("span", null, /*#__PURE__*/React.createElement(Wangwang, {
|
|
31
31
|
nick: buyerNick,
|
|
32
32
|
buyerOpenUid: buyerOpenUid
|
|
33
|
-
})) : /*#__PURE__*/React.createElement(CopyToClipboard, {
|
|
33
|
+
})) : /*#__PURE__*/React.createElement(React.Fragment, null, buyerNick, /*#__PURE__*/React.createElement(CopyToClipboard, {
|
|
34
34
|
text: buyerNick,
|
|
35
35
|
onCopy: function onCopy() {
|
|
36
36
|
message.success('复制成功');
|
|
@@ -40,6 +40,6 @@ var PlatBuyer = function PlatBuyer(_ref) {
|
|
|
40
40
|
paddingLeft: '4px',
|
|
41
41
|
cursor: 'pointer'
|
|
42
42
|
}
|
|
43
|
-
}, /*#__PURE__*/React.createElement(CopyOutlined, null)));
|
|
43
|
+
}, /*#__PURE__*/React.createElement(CopyOutlined, null))));
|
|
44
44
|
};
|
|
45
45
|
export default PlatBuyer;
|
|
@@ -30,6 +30,7 @@ declare class OrdinaryHeader implements ComponentInterface {
|
|
|
30
30
|
canGroup: boolean;
|
|
31
31
|
type: string;
|
|
32
32
|
render: (value: any) => any;
|
|
33
|
+
renderPc: (value: any) => any;
|
|
33
34
|
componentType: () => JSX.Element;
|
|
34
35
|
showContains: boolean;
|
|
35
36
|
renderExport: (value: any) => any;
|
|
@@ -70,6 +70,7 @@ var OrdinaryHeader = /*#__PURE__*/_createClass(function OrdinaryHeader(options)
|
|
|
70
70
|
canGroup: _this.canGroup,
|
|
71
71
|
type: _this.type,
|
|
72
72
|
render: _this.renderPc,
|
|
73
|
+
renderPc: _this.renderPc,
|
|
73
74
|
componentType: _this.editRender,
|
|
74
75
|
showContains: _this.showContains,
|
|
75
76
|
renderExport: _this.renderExport,
|
|
@@ -30,6 +30,7 @@ declare class OrdinaryMoney implements ComponentInterface {
|
|
|
30
30
|
canGroup: boolean;
|
|
31
31
|
type: string;
|
|
32
32
|
render: (value: any) => any;
|
|
33
|
+
renderPc: (value: any) => any;
|
|
33
34
|
componentType: () => JSX.Element;
|
|
34
35
|
showContains: boolean;
|
|
35
36
|
renderExport: (value: any) => any;
|
|
@@ -63,6 +63,7 @@ var OrdinaryMoney = /*#__PURE__*/_createClass(function OrdinaryMoney(options) {
|
|
|
63
63
|
canGroup: _this.canGroup,
|
|
64
64
|
type: _this.type,
|
|
65
65
|
render: _this.renderPc,
|
|
66
|
+
renderPc: _this.renderPc,
|
|
66
67
|
componentType: _this.editRender,
|
|
67
68
|
showContains: _this.showContains,
|
|
68
69
|
renderExport: _this.renderExport,
|
|
@@ -30,6 +30,7 @@ declare class OrdinarySerial implements ComponentInterface {
|
|
|
30
30
|
canGroup: boolean;
|
|
31
31
|
type: string;
|
|
32
32
|
render: (value: any) => any;
|
|
33
|
+
renderPc: (value: any) => any;
|
|
33
34
|
componentType: () => JSX.Element;
|
|
34
35
|
showContains: boolean;
|
|
35
36
|
renderExport: (value: any) => any;
|
|
@@ -63,6 +63,7 @@ var OrdinarySerial = /*#__PURE__*/_createClass(function OrdinarySerial(options)
|
|
|
63
63
|
canGroup: _this.canGroup,
|
|
64
64
|
type: _this.type,
|
|
65
65
|
render: _this.renderPc,
|
|
66
|
+
renderPc: _this.renderPc,
|
|
66
67
|
componentType: _this.editRender,
|
|
67
68
|
showContains: _this.showContains,
|
|
68
69
|
renderExport: _this.renderExport,
|
|
@@ -31,6 +31,7 @@ declare class PaymentTid implements ComponentInterface {
|
|
|
31
31
|
type: string;
|
|
32
32
|
width: number;
|
|
33
33
|
render: (value: any, record: Record) => JSX.Element;
|
|
34
|
+
renderPc: (value: any, record: Record) => JSX.Element;
|
|
34
35
|
componentType: () => JSX.Element;
|
|
35
36
|
showContains: boolean;
|
|
36
37
|
renderExport: (value: any, record: Record) => any;
|
|
@@ -73,6 +73,7 @@ var PaymentTid = /*#__PURE__*/_createClass(function PaymentTid(options) {
|
|
|
73
73
|
type: _this.type,
|
|
74
74
|
width: _this.width,
|
|
75
75
|
render: _this.renderPc,
|
|
76
|
+
renderPc: _this.renderPc,
|
|
76
77
|
componentType: _this.editRender,
|
|
77
78
|
showContains: _this.showContains,
|
|
78
79
|
renderExport: _this.renderExport
|
|
@@ -31,6 +31,7 @@ declare class AlipayNo implements ComponentInterface {
|
|
|
31
31
|
canGroup: boolean;
|
|
32
32
|
type: string;
|
|
33
33
|
render: (value: any, record: any) => JSX.Element;
|
|
34
|
+
renderPc: (value: any, record: any) => JSX.Element;
|
|
34
35
|
componentType: () => JSX.Element;
|
|
35
36
|
showContains: boolean;
|
|
36
37
|
};
|
|
@@ -30,6 +30,7 @@ declare class AlipayTime implements ComponentInterface {
|
|
|
30
30
|
canGroup: boolean;
|
|
31
31
|
type: string;
|
|
32
32
|
render: (value: any, record: Record) => JSX.Element;
|
|
33
|
+
renderPc: (value: any, record: Record) => JSX.Element;
|
|
33
34
|
componentType: () => JSX.Element;
|
|
34
35
|
showContains: boolean;
|
|
35
36
|
renderExport: (value: string) => string | null;
|
|
@@ -71,6 +71,7 @@ var AlipayTime = /*#__PURE__*/_createClass(function AlipayTime(options) {
|
|
|
71
71
|
canGroup: _this.canGroup,
|
|
72
72
|
type: _this.type,
|
|
73
73
|
render: _this.renderPc,
|
|
74
|
+
renderPc: _this.renderPc,
|
|
74
75
|
componentType: _this.editRender,
|
|
75
76
|
showContains: _this.showContains,
|
|
76
77
|
renderExport: _this.renderExport,
|
|
@@ -31,6 +31,7 @@ declare class BuyerNick implements ComponentInterface {
|
|
|
31
31
|
canGroup: boolean;
|
|
32
32
|
type: string;
|
|
33
33
|
render: (value: any, record: Record) => JSX.Element;
|
|
34
|
+
renderPc: (value: any, record: Record) => JSX.Element;
|
|
34
35
|
componentType: () => JSX.Element;
|
|
35
36
|
showContains: boolean;
|
|
36
37
|
renderExport: (value: string) => string;
|
|
@@ -90,6 +90,7 @@ var BuyerNick = /*#__PURE__*/_createClass(function BuyerNick(options) {
|
|
|
90
90
|
canGroup: _this.canGroup,
|
|
91
91
|
type: _this.type,
|
|
92
92
|
render: _this.renderPc,
|
|
93
|
+
renderPc: _this.renderPc,
|
|
93
94
|
componentType: _this.editRender,
|
|
94
95
|
showContains: _this.showContains,
|
|
95
96
|
renderExport: _this.renderExport
|
|
@@ -30,6 +30,7 @@ declare class PaymentAmount implements ComponentInterface {
|
|
|
30
30
|
canGroup: boolean;
|
|
31
31
|
type: string;
|
|
32
32
|
render: (value: any, record: Record) => JSX.Element;
|
|
33
|
+
renderPc: (value: any, record: Record) => JSX.Element;
|
|
33
34
|
componentType: () => JSX.Element;
|
|
34
35
|
showContains: boolean;
|
|
35
36
|
renderExport: (value: string) => string;
|
|
@@ -63,6 +63,7 @@ var PaymentAmount = /*#__PURE__*/_createClass(function PaymentAmount(options) {
|
|
|
63
63
|
canGroup: _this.canGroup,
|
|
64
64
|
type: _this.type,
|
|
65
65
|
render: _this.renderPc,
|
|
66
|
+
renderPc: _this.renderPc,
|
|
66
67
|
componentType: _this.editRender,
|
|
67
68
|
showContains: _this.showContains,
|
|
68
69
|
renderExport: _this.renderExport
|
|
@@ -33,6 +33,7 @@ declare class PaymentStatus implements ComponentInterface {
|
|
|
33
33
|
width: number;
|
|
34
34
|
type: string;
|
|
35
35
|
render: (value: any, record: any) => any;
|
|
36
|
+
renderPc: (value: any, record: any) => any;
|
|
36
37
|
componentType: (value: any) => null;
|
|
37
38
|
showContains: boolean;
|
|
38
39
|
renderExport: (value: any) => any;
|
|
@@ -55,6 +55,7 @@ var PaymentStatus = /*#__PURE__*/_createClass(function PaymentStatus(options) {
|
|
|
55
55
|
width: _this.width,
|
|
56
56
|
type: _this.type,
|
|
57
57
|
render: _this.renderPc,
|
|
58
|
+
renderPc: _this.renderPc,
|
|
58
59
|
componentType: _this.editRender,
|
|
59
60
|
showContains: _this.showContains,
|
|
60
61
|
renderExport: _this.renderExport,
|
|
@@ -30,6 +30,7 @@ declare class PaymentTid implements ComponentInterface {
|
|
|
30
30
|
width: number;
|
|
31
31
|
type: string;
|
|
32
32
|
render: (value: any, record: any) => JSX.Element;
|
|
33
|
+
renderPc: (value: any, record: any) => JSX.Element;
|
|
33
34
|
componentType: () => JSX.Element;
|
|
34
35
|
showContains: boolean;
|
|
35
36
|
renderExport: (value: string) => string;
|
|
@@ -63,6 +63,7 @@ var PaymentTid = /*#__PURE__*/_createClass(function PaymentTid(options) {
|
|
|
63
63
|
width: _this.width,
|
|
64
64
|
type: _this.type,
|
|
65
65
|
render: _this.renderPc,
|
|
66
|
+
renderPc: _this.renderPc,
|
|
66
67
|
componentType: _this.editRender,
|
|
67
68
|
showContains: _this.showContains,
|
|
68
69
|
renderExport: _this.renderExport
|
|
@@ -41,7 +41,7 @@ var WorkOrderId = /*#__PURE__*/_createClass(function WorkOrderId(options) {
|
|
|
41
41
|
var _this$effects;
|
|
42
42
|
return _this === null || _this === void 0 ? void 0 : (_this$effects = _this.effects) === null || _this$effects === void 0 ? void 0 : _this$effects.handleOpenRepeatList(record === null || record === void 0 ? void 0 : record.repeatConfig);
|
|
43
43
|
}
|
|
44
|
-
}), (_record = record === null || record === void 0 ? void 0 : record["".concat(_this.id)]) !== null && _record !== void 0 ? _record : '--', (record === null || record === void 0 ? void 0 : record["".concat(_this.id)]) && /*#__PURE__*/React.createElement(CopyToClipboard, {
|
|
44
|
+
}), (_record = record === null || record === void 0 ? void 0 : record["".concat(_this.id)]) !== null && _record !== void 0 ? _record : '--', (record === null || record === void 0 ? void 0 : record["".concat(_this.id)]) && /*#__PURE__*/React.createElement(React.Fragment, null, record === null || record === void 0 ? void 0 : record["".concat(_this.id)], /*#__PURE__*/React.createElement(CopyToClipboard, {
|
|
45
45
|
text: record === null || record === void 0 ? void 0 : record["".concat(_this.id)],
|
|
46
46
|
onCopy: function onCopy() {
|
|
47
47
|
message.success('复制成功');
|
|
@@ -51,7 +51,7 @@ var WorkOrderId = /*#__PURE__*/_createClass(function WorkOrderId(options) {
|
|
|
51
51
|
paddingLeft: '4px',
|
|
52
52
|
cursor: 'pointer'
|
|
53
53
|
}
|
|
54
|
-
}, /*#__PURE__*/React.createElement(CopyOutlined, null))));
|
|
54
|
+
}, /*#__PURE__*/React.createElement(CopyOutlined, null)))));
|
|
55
55
|
});
|
|
56
56
|
_defineProperty(this, "renderExport", function (value, record) {
|
|
57
57
|
var _record2;
|
package/dist/esm/type.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ declare interface ResultColumnsInterface {
|
|
|
17
17
|
editable?: boolean;
|
|
18
18
|
width?: number;
|
|
19
19
|
render?: (v: any, r: any) => JSX.Element | null;
|
|
20
|
+
renderPc?: (v: any, r: any) => JSX.Element | null;
|
|
20
21
|
componentType?: (v: any) => JSX.Element | null;
|
|
21
22
|
[prop: string]: any;
|
|
22
23
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "0.3.1-alpha.
|
|
3
|
+
"version": "0.3.1-alpha.12",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"gitHooks": {
|
|
36
36
|
"pre-commit": "lint-staged"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "ece4bfe5083acab69396aeb1b5fe705e063a6412"
|
|
39
39
|
}
|