@kmkf-fe-packages/services-components 0.6.3-alpha.6 → 0.6.3-alpha.61

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.
Files changed (142) hide show
  1. package/README.md +2 -0
  2. package/dist/esm/commonComponents/ItemView/index.d.ts +1 -1
  3. package/dist/esm/commonComponents/OperationLog/index.d.ts +8 -0
  4. package/dist/esm/commonComponents/OperationLog/index.js +127 -0
  5. package/dist/esm/commonComponents/QueryLogisticsTrack/index.d.ts +9 -0
  6. package/dist/esm/commonComponents/QueryLogisticsTrack/index.js +92 -0
  7. package/dist/esm/components/ActualPayment/index.d.ts +4 -2
  8. package/dist/esm/components/ActualPayment/index.js +9 -4
  9. package/dist/esm/components/Address/index.d.ts +3 -2
  10. package/dist/esm/components/Address/index.js +8 -4
  11. package/dist/esm/components/Alipay/index.d.ts +6 -1
  12. package/dist/esm/components/Alipay/index.js +9 -3
  13. package/dist/esm/components/AlipayAccount/index.d.ts +5 -3
  14. package/dist/esm/components/AlipayAccount/index.js +11 -5
  15. package/dist/esm/components/AlipayName/index.d.ts +5 -3
  16. package/dist/esm/components/AlipayName/index.js +11 -5
  17. package/dist/esm/components/BuyerNick/index.d.ts +6 -4
  18. package/dist/esm/components/BuyerNick/index.js +11 -3
  19. package/dist/esm/components/Cascader/index.d.ts +6 -4
  20. package/dist/esm/components/Cascader/index.js +9 -4
  21. package/dist/esm/components/Checkbox/index.d.ts +6 -1
  22. package/dist/esm/components/Checkbox/index.js +21 -6
  23. package/dist/esm/components/CommonDataTime/index.d.ts +4 -2
  24. package/dist/esm/components/CommonDataTime/index.js +8 -4
  25. package/dist/esm/components/CompletedUser/index.d.ts +4 -2
  26. package/dist/esm/components/CompletedUser/index.js +7 -3
  27. package/dist/esm/components/DataTime/index.d.ts +4 -2
  28. package/dist/esm/components/DataTime/index.js +8 -3
  29. package/dist/esm/components/EItemEnCode/index.d.ts +3 -1
  30. package/dist/esm/components/EItemEnCode/index.js +12 -7
  31. package/dist/esm/components/EItemId/index.d.ts +3 -1
  32. package/dist/esm/components/EItemId/index.js +12 -7
  33. package/dist/esm/components/EItemSelect/index.d.ts +2 -1
  34. package/dist/esm/components/EItemSelect/index.js +10 -6
  35. package/dist/esm/components/ErpTradeId/index.d.ts +5 -3
  36. package/dist/esm/components/ErpTradeId/index.js +10 -5
  37. package/dist/esm/components/Express/index.d.ts +5 -3
  38. package/dist/esm/components/Express/index.js +12 -7
  39. package/dist/esm/components/ExpressCode/index.d.ts +10 -8
  40. package/dist/esm/components/ExpressCode/index.js +19 -12
  41. package/dist/esm/components/FlowStatusSelect/index.d.ts +3 -1
  42. package/dist/esm/components/FlowStatusSelect/index.js +11 -3
  43. package/dist/esm/components/GetFormItem/index.d.ts +3 -3
  44. package/dist/esm/components/GetFormItem/index.js +3 -3
  45. package/dist/esm/components/Grade/index.d.ts +2 -1
  46. package/dist/esm/components/Grade/index.js +8 -4
  47. package/dist/esm/components/Handler/index.d.ts +4 -4
  48. package/dist/esm/components/Handler/index.js +18 -8
  49. package/dist/esm/components/Input/index.d.ts +3 -1
  50. package/dist/esm/components/Input/index.js +9 -4
  51. package/dist/esm/components/JstItemSelect/index.d.ts +4 -2
  52. package/dist/esm/components/JstItemSelect/index.js +29 -24
  53. package/dist/esm/components/JstLogistics/index.d.ts +6 -3
  54. package/dist/esm/components/JstLogistics/index.js +19 -9
  55. package/dist/esm/components/JstSendGood/index.d.ts +3 -1
  56. package/dist/esm/components/JstSendGood/index.js +19 -9
  57. package/dist/esm/components/JstSupply/index.d.ts +3 -1
  58. package/dist/esm/components/JstSupply/index.js +19 -9
  59. package/dist/esm/components/Logistics/index.d.ts +9 -3
  60. package/dist/esm/components/Logistics/index.js +9 -3
  61. package/dist/esm/components/LogisticsInterception/InterceptAddress.d.ts +17 -9
  62. package/dist/esm/components/LogisticsInterception/InterceptAddress.js +72 -27
  63. package/dist/esm/components/LogisticsInterception/InterceptStatus.d.ts +38 -0
  64. package/dist/esm/components/LogisticsInterception/InterceptStatus.js +102 -0
  65. package/dist/esm/components/LogisticsInterception/InterceptType.d.ts +21 -9
  66. package/dist/esm/components/LogisticsInterception/InterceptType.js +40 -18
  67. package/dist/esm/components/LogisticsInterception/columnHeader.d.ts +5 -0
  68. package/dist/esm/components/LogisticsInterception/columnHeader.js +55 -0
  69. package/dist/esm/components/LogisticsInterception/index.d.ts +55 -8
  70. package/dist/esm/components/LogisticsInterception/index.js +54 -14
  71. package/dist/esm/components/LogisticsInterception/interceptSenderMobile.d.ts +30 -0
  72. package/dist/esm/components/LogisticsInterception/interceptSenderMobile.js +74 -0
  73. package/dist/esm/components/MultSelect/index.d.ts +3 -2
  74. package/dist/esm/components/MultSelect/index.js +10 -4
  75. package/dist/esm/components/Ordinary/OrdinaryHeader.d.ts +4 -2
  76. package/dist/esm/components/Ordinary/OrdinaryHeader.js +12 -6
  77. package/dist/esm/components/Ordinary/OrdinaryMoney.d.ts +4 -2
  78. package/dist/esm/components/Ordinary/OrdinaryMoney.js +11 -5
  79. package/dist/esm/components/Ordinary/OrdinarySerial.d.ts +4 -2
  80. package/dist/esm/components/Ordinary/OrdinarySerial.js +12 -6
  81. package/dist/esm/components/Ordinary/index.d.ts +10 -4
  82. package/dist/esm/components/Ordinary/index.js +12 -5
  83. package/dist/esm/components/Payment/AlipayNick.d.ts +4 -2
  84. package/dist/esm/components/Payment/AlipayNick.js +13 -6
  85. package/dist/esm/components/Payment/AlipayNo.d.ts +4 -2
  86. package/dist/esm/components/Payment/AlipayNo.js +13 -7
  87. package/dist/esm/components/Payment/AlipayTime.d.ts +5 -3
  88. package/dist/esm/components/Payment/AlipayTime.js +11 -8
  89. package/dist/esm/components/Payment/BuyerNick.d.ts +4 -2
  90. package/dist/esm/components/Payment/BuyerNick.js +12 -6
  91. package/dist/esm/components/Payment/PaymentAmount.d.ts +4 -2
  92. package/dist/esm/components/Payment/PaymentAmount.js +10 -4
  93. package/dist/esm/components/Payment/PaymentStatus.d.ts +5 -3
  94. package/dist/esm/components/Payment/PaymentStatus.js +11 -5
  95. package/dist/esm/components/Payment/PaymentTid.d.ts +5 -3
  96. package/dist/esm/components/Payment/PaymentTid.js +10 -4
  97. package/dist/esm/components/Payment/index.d.ts +17 -5
  98. package/dist/esm/components/Payment/index.js +14 -3
  99. package/dist/esm/components/Picture/index.d.ts +3 -1
  100. package/dist/esm/components/Picture/index.js +8 -1
  101. package/dist/esm/components/PlatForm/index.d.ts +8 -3
  102. package/dist/esm/components/PlatForm/index.js +8 -3
  103. package/dist/esm/components/Radio/index.d.ts +6 -0
  104. package/dist/esm/components/Radio/index.js +11 -0
  105. package/dist/esm/components/Rate/index.d.ts +2 -0
  106. package/dist/esm/components/Rate/index.js +11 -11
  107. package/dist/esm/components/ReceiverAddress/index.d.ts +7 -2
  108. package/dist/esm/components/ReceiverAddress/index.js +13 -3
  109. package/dist/esm/components/ReceiverMobile/index.d.ts +3 -1
  110. package/dist/esm/components/ReceiverMobile/index.js +9 -4
  111. package/dist/esm/components/ReceiverName/index.d.ts +3 -1
  112. package/dist/esm/components/ReceiverName/index.js +9 -4
  113. package/dist/esm/components/Remark/index.d.ts +6 -0
  114. package/dist/esm/components/Remark/index.js +11 -0
  115. package/dist/esm/components/ReturnLogistics/index.d.ts +14 -8
  116. package/dist/esm/components/ReturnLogistics/index.js +9 -3
  117. package/dist/esm/components/Select/index.d.ts +3 -1
  118. package/dist/esm/components/Select/index.js +8 -3
  119. package/dist/esm/components/ShopInput/index.d.ts +4 -2
  120. package/dist/esm/components/ShopInput/index.js +9 -4
  121. package/dist/esm/components/ShopName/index.d.ts +4 -2
  122. package/dist/esm/components/ShopName/index.js +10 -5
  123. package/dist/esm/components/Submitter/index.d.ts +4 -2
  124. package/dist/esm/components/Submitter/index.js +7 -3
  125. package/dist/esm/components/SystemOrderNo/index.d.ts +6 -4
  126. package/dist/esm/components/SystemOrderNo/index.js +9 -4
  127. package/dist/esm/components/TemplateSelect/index.d.ts +4 -2
  128. package/dist/esm/components/TemplateSelect/index.js +10 -5
  129. package/dist/esm/components/TextArea/index.d.ts +3 -1
  130. package/dist/esm/components/TextArea/index.js +9 -4
  131. package/dist/esm/components/ThirdItemSelect/index.d.ts +3 -1
  132. package/dist/esm/components/ThirdItemSelect/index.js +12 -8
  133. package/dist/esm/components/TradeDateTime/index.d.ts +5 -1
  134. package/dist/esm/components/TradeDateTime/index.js +18 -7
  135. package/dist/esm/components/TradeId/index.d.ts +4 -2
  136. package/dist/esm/components/TradeId/index.js +9 -4
  137. package/dist/esm/components/WorkOrderId/index.d.ts +3 -1
  138. package/dist/esm/components/WorkOrderId/index.js +10 -4
  139. package/dist/esm/index.d.ts +3 -0
  140. package/dist/esm/index.js +4 -1
  141. package/dist/esm/type.d.ts +20 -14
  142. package/package.json +10 -5
@@ -14,13 +14,15 @@ declare class BasicCascader implements ComponentInterface {
14
14
  * @param value
15
15
  * @returns
16
16
  */
17
- getValue: (value: any) => any;
18
- render: (value: any) => JSX.Element;
17
+ getValue: (value: any) => string;
19
18
  renderClient: (record: any) => JSX.Element | null;
20
19
  renderPc: (value: any, record: Record) => JSX.Element;
21
- renderExport: (value: any, record: Record) => any;
22
- editRender: (value: any) => JSX.Element;
20
+ renderLog: (r: Record) => JSX.Element | null;
21
+ getComponentValue: (r: Record) => any;
22
+ renderExport: (value: any, record: Record) => string;
23
+ editRender: () => JSX.Element;
23
24
  filterConfig: (item: ColumnConfig) => {
25
+ type: string;
24
26
  id: string;
25
27
  name: string;
26
28
  filterComponentType: "Cascader";
@@ -29,9 +29,6 @@ var BasicCascader = /*#__PURE__*/_createClass(function BasicCascader(options) {
29
29
  return i.label;
30
30
  })) === null || _findLabelBySelectVal2 === void 0 ? void 0 : _findLabelBySelectVal2.join(',');
31
31
  });
32
- _defineProperty(this, "render", function (value) {
33
- return /*#__PURE__*/React.createElement("span", null, _this.getValue(value));
34
- });
35
32
  _defineProperty(this, "renderClient", function (record) {
36
33
  return !isNull(record === null || record === void 0 ? void 0 : record[_this.id]) ? /*#__PURE__*/React.createElement(ItemView, {
37
34
  id: _this.id,
@@ -50,6 +47,13 @@ var BasicCascader = /*#__PURE__*/_createClass(function BasicCascader(options) {
50
47
  return i.label;
51
48
  })) === null || _findLabelBySelectVal4 === void 0 ? void 0 : _findLabelBySelectVal4.join(','));
52
49
  });
50
+ _defineProperty(this, "renderLog", function (r) {
51
+ if (isNull(r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_multSelect")])) return null;
52
+ return _this.renderPc(undefined, r);
53
+ });
54
+ _defineProperty(this, "getComponentValue", function (r) {
55
+ return r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_multSelect")];
56
+ });
53
57
  _defineProperty(this, "renderExport", function (value, record) {
54
58
  var _findLabelBySelectVal5, _findLabelBySelectVal6, _ref2, _this$componentConfig3;
55
59
  if ((record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_multSelect")]) === undefined) {
@@ -61,7 +65,7 @@ var BasicCascader = /*#__PURE__*/_createClass(function BasicCascader(options) {
61
65
  return i.label;
62
66
  })) === null || _findLabelBySelectVal6 === void 0 ? void 0 : _findLabelBySelectVal6.join(',');
63
67
  });
64
- _defineProperty(this, "editRender", function (value) {
68
+ _defineProperty(this, "editRender", function () {
65
69
  var _this$componentConfig4, _this$componentConfig5, _this$componentConfig6;
66
70
  return /*#__PURE__*/React.createElement(GetFormItem, {
67
71
  title: _this.name,
@@ -83,6 +87,7 @@ var BasicCascader = /*#__PURE__*/_createClass(function BasicCascader(options) {
83
87
  _defineProperty(this, "filterConfig", function (item) {
84
88
  var _item$config;
85
89
  return {
90
+ type: item.type,
86
91
  id: item.id,
87
92
  // 过滤组件id
88
93
  name: item.name,
@@ -14,12 +14,17 @@ declare class BasicCheckbox implements ComponentInterface {
14
14
  children: ComponentInterface[];
15
15
  constructor(options: PickOption);
16
16
  getValue: (value: Value) => string | null | undefined;
17
- render: (value: Value) => JSX.Element;
18
17
  renderPc: (value: any, record: Record) => JSX.Element;
18
+ renderLog: (r: Record) => any;
19
+ getComponentValue: (r: Record) => {
20
+ value: any;
21
+ other: any;
22
+ };
19
23
  renderExport: (value: any, record: Record) => string;
20
24
  renderClient: (record: any) => JSX.Element | null;
21
25
  editRender: () => JSX.Element;
22
26
  filterConfig: (item: ColumnConfig) => {
27
+ type: string;
23
28
  id: string;
24
29
  name: string;
25
30
  filterComponentType: "MultipleSelect";
@@ -24,19 +24,16 @@ var BasicCheckbox = /*#__PURE__*/_createClass(function BasicCheckbox(options) {
24
24
  _defineProperty(this, "children", void 0);
25
25
  _defineProperty(this, "getValue", function (value) {
26
26
  var _value$value, _value$value2, _value$value3;
27
- if ((value === null || value === void 0 ? void 0 : (_value$value = value.value) === null || _value$value === void 0 ? void 0 : _value$value.length) === 0 && !(value !== null && value !== void 0 && value.other)) return null;
28
- var findIndex = (value === null || value === void 0 ? void 0 : (_value$value2 = value.value) === null || _value$value2 === void 0 ? void 0 : _value$value2.findIndex(function (item) {
27
+ if ((value === null || value === void 0 ? void 0 : (_value$value = value.value) === null || _value$value === void 0 ? void 0 : _value$value.length) === 0 && isNull(value === null || value === void 0 ? void 0 : value.other)) return null;
28
+ var findIndex = value === null || value === void 0 ? void 0 : (_value$value2 = value.value) === null || _value$value2 === void 0 ? void 0 : _value$value2.findIndex(function (item) {
29
29
  return item === '其他';
30
- })) || -1;
30
+ });
31
31
  if (findIndex > -1 && value !== null && value !== void 0 && value.other) {
32
32
  // @ts-ignore
33
33
  value.value[findIndex] = "\u5176\u4ED6(".concat(value === null || value === void 0 ? void 0 : value.other, ")");
34
34
  }
35
35
  return value === null || value === void 0 ? void 0 : (_value$value3 = value.value) === null || _value$value3 === void 0 ? void 0 : _value$value3.join('/');
36
36
  });
37
- _defineProperty(this, "render", function (value) {
38
- return /*#__PURE__*/React.createElement("span", null, _this.getValue(value));
39
- });
40
37
  _defineProperty(this, "renderPc", function (value, record) {
41
38
  var _record;
42
39
  if ((record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_checkbox")]) === undefined && (record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_checkboxOther")]) === undefined) {
@@ -44,6 +41,23 @@ var BasicCheckbox = /*#__PURE__*/_createClass(function BasicCheckbox(options) {
44
41
  }
45
42
  return /*#__PURE__*/React.createElement("span", null, record === null || record === void 0 ? void 0 : (_record = record["".concat(_this.id, "_checkbox")]) === null || _record === void 0 ? void 0 : _record.join('/'), (record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_checkbox")]) && /*#__PURE__*/React.createElement("br", null), (record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_checkboxOther")]) || '');
46
43
  });
44
+ _defineProperty(this, "renderLog", function (r) {
45
+ var _r;
46
+ if (isNull(r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_checkbox")]) && isNull(r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_checkboxOther")])) return null;
47
+ var restOtherOptions = (r === null || r === void 0 ? void 0 : (_r = r["".concat(_this.id, "_checkbox")]) === null || _r === void 0 ? void 0 : _r.filter(function (i) {
48
+ return i !== '其他';
49
+ })) || [];
50
+ if (!isNull(r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_checkboxOther")])) {
51
+ return (restOtherOptions === null || restOtherOptions === void 0 ? void 0 : restOtherOptions.length) > 0 ? restOtherOptions.join('/').concat("/\u5176\u4ED6(".concat(r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_checkboxOther")], ")")) : "\u5176\u4ED6(".concat(r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_checkboxOther")], ")");
52
+ }
53
+ return restOtherOptions.join('/');
54
+ });
55
+ _defineProperty(this, "getComponentValue", function (r) {
56
+ return {
57
+ value: r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_checkbox")],
58
+ other: r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_checkboxOther")]
59
+ };
60
+ });
47
61
  _defineProperty(this, "renderExport", function (value, record) {
48
62
  var _record2;
49
63
  if ((record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_checkbox")]) === undefined) {
@@ -71,6 +85,7 @@ var BasicCheckbox = /*#__PURE__*/_createClass(function BasicCheckbox(options) {
71
85
  _defineProperty(this, "filterConfig", function (item) {
72
86
  var _item$config, _item$config2, _item$config2$options, _item$config3;
73
87
  return {
88
+ type: item.type,
74
89
  id: item.id,
75
90
  // 过滤组件id
76
91
  name: item.name,
@@ -13,16 +13,18 @@ declare class CommonDataTime implements ComponentInterface {
13
13
  children: ComponentInterface[];
14
14
  constructor(options: PickOption);
15
15
  getValue: (value: string) => string;
16
- render: (value: string) => JSX.Element | null;
17
16
  renderClient: (record: any) => JSX.Element | null;
18
17
  renderPc: (value: any, record: Record) => JSX.Element;
18
+ renderLog: (r: Record) => JSX.Element | null;
19
+ getComponentValue: (r: Record) => any;
19
20
  renderExport: (value: any, record: Record) => string;
20
21
  editRender: () => null;
21
22
  filterConfig: (item: ColumnConfig) => {
23
+ type: string;
22
24
  id: string;
23
25
  name: string;
24
26
  filterComponentType: "Date";
25
- filterFn: (value: string[]) => (i: Record) => any;
27
+ filterFn: (value: string[]) => (i: Record) => boolean;
26
28
  };
27
29
  }
28
30
  export default CommonDataTime;
@@ -26,10 +26,6 @@ var CommonDataTime = /*#__PURE__*/_createClass(function CommonDataTime(options)
26
26
  _defineProperty(this, "getValue", function (value) {
27
27
  return moment(value).format('YYYY-MM-DD HH:mm:ss');
28
28
  });
29
- _defineProperty(this, "render", function (value) {
30
- if (!value) return null;
31
- return /*#__PURE__*/React.createElement("span", null, _this.getValue(value));
32
- });
33
29
  _defineProperty(this, "renderClient", function (record) {
34
30
  return !isNull(record === null || record === void 0 ? void 0 : record[_this.id]) ? /*#__PURE__*/React.createElement(ItemView, {
35
31
  id: _this.id,
@@ -43,6 +39,13 @@ var CommonDataTime = /*#__PURE__*/_createClass(function CommonDataTime(options)
43
39
  }
44
40
  return /*#__PURE__*/React.createElement("span", null, moment(record === null || record === void 0 ? void 0 : record["".concat(_this.id)]).format('YYYY-MM-DD HH:mm:ss'));
45
41
  });
42
+ _defineProperty(this, "renderLog", function (r) {
43
+ if (isNull(r === null || r === void 0 ? void 0 : r["".concat(_this.id)])) return null;
44
+ return _this.renderPc(undefined, r);
45
+ });
46
+ _defineProperty(this, "getComponentValue", function (r) {
47
+ return r === null || r === void 0 ? void 0 : r["".concat(_this.id)];
48
+ });
46
49
  _defineProperty(this, "renderExport", function (value, record) {
47
50
  if ((record === null || record === void 0 ? void 0 : record["".concat(_this.id)]) === undefined) {
48
51
  return '--';
@@ -54,6 +57,7 @@ var CommonDataTime = /*#__PURE__*/_createClass(function CommonDataTime(options)
54
57
  });
55
58
  _defineProperty(this, "filterConfig", function (item) {
56
59
  return {
60
+ type: item.type,
57
61
  id: item.id,
58
62
  // 过滤组件id
59
63
  name: item.name,
@@ -9,12 +9,14 @@ declare class CompletedUser implements ComponentInterface {
9
9
  isCombinationComponent: boolean;
10
10
  children: ComponentInterface[];
11
11
  constructor(options: PickOption);
12
- renderPc: (value: string, record: Record) => JSX.Element;
12
+ renderPc: (value: unknown, record: Record) => JSX.Element;
13
+ renderLog: () => null;
14
+ getComponentValue: (r: Record) => any;
13
15
  renderExport: (value: any, record: Record) => any;
14
- render: () => null;
15
16
  renderClient: () => null;
16
17
  editRender: () => null;
17
18
  filterConfig: (item: ColumnConfig) => {
19
+ type: string;
18
20
  id: string;
19
21
  name: string;
20
22
  filterComponentType: "MultipleSelect";
@@ -21,13 +21,16 @@ var CompletedUser = /*#__PURE__*/_createClass(function CompletedUser(options) {
21
21
  var _record;
22
22
  return /*#__PURE__*/React.createElement("span", null, (_record = record === null || record === void 0 ? void 0 : record["".concat(_this.id)]) !== null && _record !== void 0 ? _record : '--');
23
23
  });
24
+ _defineProperty(this, "renderLog", function () {
25
+ return null;
26
+ });
27
+ _defineProperty(this, "getComponentValue", function (r) {
28
+ return r === null || r === void 0 ? void 0 : r[_this.id];
29
+ });
24
30
  _defineProperty(this, "renderExport", function (value, record) {
25
31
  var _record2;
26
32
  return (_record2 = record === null || record === void 0 ? void 0 : record["".concat(_this.id)]) !== null && _record2 !== void 0 ? _record2 : '--';
27
33
  });
28
- _defineProperty(this, "render", function () {
29
- return null;
30
- });
31
34
  _defineProperty(this, "renderClient", function () {
32
35
  return null;
33
36
  });
@@ -37,6 +40,7 @@ var CompletedUser = /*#__PURE__*/_createClass(function CompletedUser(options) {
37
40
  _defineProperty(this, "filterConfig", function (item) {
38
41
  var _this$effects;
39
42
  return {
43
+ type: item.type,
40
44
  id: item.id,
41
45
  // 过滤组件id
42
46
  name: item.name,
@@ -12,17 +12,19 @@ declare class BasicDataTime implements ComponentInterface {
12
12
  children: ComponentInterface[];
13
13
  constructor(options: PickOption);
14
14
  getValue: (value: Value) => string | undefined;
15
- render: (value: Value) => JSX.Element;
16
15
  renderClient: (record: any) => JSX.Element | null;
17
16
  renderPc: (value: any, record: Record) => JSX.Element;
17
+ renderLog: (r: Record) => JSX.Element | null;
18
+ getComponentValue: (r: Record) => any;
18
19
  renderExport: (value: any, record: Record) => any;
19
20
  editRender: () => JSX.Element;
20
21
  filterConfig: (item: ColumnConfig) => {
22
+ type: string;
21
23
  id: string;
22
24
  name: string;
23
25
  filterComponentType: "Date";
24
26
  options: any[];
25
- filterFn: (value: string[]) => (i: Record) => any;
27
+ filterFn: (value: string[]) => (i: Record) => boolean;
26
28
  };
27
29
  }
28
30
  export default BasicDataTime;
@@ -42,9 +42,6 @@ var BasicDataTime = /*#__PURE__*/_createClass(function BasicDataTime(options) {
42
42
  _defineProperty(this, "getValue", function (value) {
43
43
  return Array.isArray(value) ? value.join('~') : value;
44
44
  });
45
- _defineProperty(this, "render", function (value) {
46
- return /*#__PURE__*/React.createElement("span", null, _this.getValue(value));
47
- });
48
45
  _defineProperty(this, "renderClient", function (record) {
49
46
  return !isNull(record === null || record === void 0 ? void 0 : record[_this.id]) ? /*#__PURE__*/React.createElement(ItemView, {
50
47
  id: _this.id,
@@ -58,6 +55,13 @@ var BasicDataTime = /*#__PURE__*/_createClass(function BasicDataTime(options) {
58
55
  }
59
56
  return /*#__PURE__*/React.createElement("span", null, Array.isArray(record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_dateTime")]) ? record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_dateTime")].join('~') : /*#__PURE__*/React.createElement("span", null, record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_dateTime")]));
60
57
  });
58
+ _defineProperty(this, "renderLog", function (r) {
59
+ if (isNull(r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_dateTime")])) return null;
60
+ return _this.renderPc(undefined, r);
61
+ });
62
+ _defineProperty(this, "getComponentValue", function (r) {
63
+ return r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_dateTime")];
64
+ });
61
65
  _defineProperty(this, "renderExport", function (value, record) {
62
66
  if ((record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_dateTime")]) === undefined) {
63
67
  return '--';
@@ -77,6 +81,7 @@ var BasicDataTime = /*#__PURE__*/_createClass(function BasicDataTime(options) {
77
81
  _defineProperty(this, "filterConfig", function (item) {
78
82
  var _item$config;
79
83
  return {
84
+ type: item.type,
80
85
  id: item.id,
81
86
  // 过滤组件id
82
87
  name: item.name,
@@ -10,12 +10,14 @@ declare class EItemEncode implements ComponentInterface {
10
10
  isCombinationComponent: boolean;
11
11
  children: ComponentInterface[];
12
12
  constructor(options: PickOption);
13
- render: (value: any) => JSX.Element;
14
13
  renderClient: (record: any) => JSX.Element | null;
15
14
  renderPc: (value: unknown, record: Record) => JSX.Element;
15
+ renderLog: (r: Record) => JSX.Element | null;
16
+ getComponentValue: (r: Record) => any;
16
17
  renderExport: (value: unknown, record: Record) => any;
17
18
  editRender: () => JSX.Element;
18
19
  filterConfig: (item: ColumnConfig) => {
20
+ type: string;
19
21
  id: string;
20
22
  name: string;
21
23
  filterComponentType: "Input";
@@ -24,17 +24,14 @@ var EItemEncode = /*#__PURE__*/_createClass(function EItemEncode(options) {
24
24
  _defineProperty(this, "effects", void 0);
25
25
  _defineProperty(this, "isCombinationComponent", void 0);
26
26
  _defineProperty(this, "children", void 0);
27
- _defineProperty(this, "render", function (value) {
28
- return /*#__PURE__*/React.createElement(GoodImage, {
29
- list: value,
30
- type: "itemCode"
31
- });
32
- });
33
27
  _defineProperty(this, "renderClient", function (record) {
34
28
  return !isNull(record === null || record === void 0 ? void 0 : record[_this.id]) ? /*#__PURE__*/React.createElement(ItemView, {
35
29
  id: _this.id,
36
30
  label: _this.name,
37
- value: _this.render(record === null || record === void 0 ? void 0 : record[_this.id])
31
+ value: /*#__PURE__*/React.createElement(GoodImage, {
32
+ list: record === null || record === void 0 ? void 0 : record[_this.id],
33
+ type: "itemCode"
34
+ })
38
35
  }) : null;
39
36
  });
40
37
  _defineProperty(this, "renderPc", function (value, record) {
@@ -47,6 +44,13 @@ var EItemEncode = /*#__PURE__*/_createClass(function EItemEncode(options) {
47
44
  type: "itemCode"
48
45
  });
49
46
  });
47
+ _defineProperty(this, "renderLog", function (r) {
48
+ if (isNull(r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_itemList")])) return null;
49
+ return _this.renderPc(undefined, r);
50
+ });
51
+ _defineProperty(this, "getComponentValue", function (r) {
52
+ return r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_itemList")];
53
+ });
50
54
  _defineProperty(this, "renderExport", function (value, record) {
51
55
  var _ref;
52
56
  return (_ref = (record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_itemList")]) || []) === null || _ref === void 0 ? void 0 : _ref.map(function (item) {
@@ -69,6 +73,7 @@ var EItemEncode = /*#__PURE__*/_createClass(function EItemEncode(options) {
69
73
  });
70
74
  _defineProperty(this, "filterConfig", function (item) {
71
75
  return {
76
+ type: item.type,
72
77
  id: item.id,
73
78
  // 过滤组件id
74
79
  name: item.name,
@@ -10,12 +10,14 @@ declare class EItemId implements ComponentInterface {
10
10
  isCombinationComponent: boolean;
11
11
  children: ComponentInterface[];
12
12
  constructor(options: PickOption);
13
- render: (value: any) => JSX.Element;
14
13
  renderClient: (record: any) => JSX.Element | null;
15
14
  renderPc: (value: unknown, record: Record) => JSX.Element;
15
+ renderLog: (r: Record) => JSX.Element | null;
16
+ getComponentValue: (r: Record) => any;
16
17
  renderExport: (value: any, record: any) => any;
17
18
  editRender: () => JSX.Element;
18
19
  filterConfig: (item: ColumnConfig) => {
20
+ type: string;
19
21
  id: string;
20
22
  name: string;
21
23
  filterComponentType: "Input";
@@ -24,17 +24,14 @@ var EItemId = /*#__PURE__*/_createClass(function EItemId(options) {
24
24
  _defineProperty(this, "effects", void 0);
25
25
  _defineProperty(this, "isCombinationComponent", void 0);
26
26
  _defineProperty(this, "children", void 0);
27
- _defineProperty(this, "render", function (value) {
28
- return /*#__PURE__*/React.createElement(GoodImage, {
29
- list: value,
30
- type: "itemId"
31
- });
32
- });
33
27
  _defineProperty(this, "renderClient", function (record) {
34
28
  return !isNull(record === null || record === void 0 ? void 0 : record[_this.id]) ? /*#__PURE__*/React.createElement(ItemView, {
35
29
  id: _this.id,
36
30
  label: _this.name,
37
- value: _this.render(record === null || record === void 0 ? void 0 : record[_this.id])
31
+ value: /*#__PURE__*/React.createElement(GoodImage, {
32
+ list: record === null || record === void 0 ? void 0 : record[_this.id],
33
+ type: "itemId"
34
+ })
38
35
  }) : null;
39
36
  });
40
37
  _defineProperty(this, "renderPc", function (value, record) {
@@ -47,6 +44,13 @@ var EItemId = /*#__PURE__*/_createClass(function EItemId(options) {
47
44
  type: "itemId"
48
45
  });
49
46
  });
47
+ _defineProperty(this, "renderLog", function (r) {
48
+ if (isNull(r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_itemList")])) return null;
49
+ return _this.renderPc(undefined, r);
50
+ });
51
+ _defineProperty(this, "getComponentValue", function (r) {
52
+ return r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_itemList")];
53
+ });
50
54
  _defineProperty(this, "renderExport", function (value, record) {
51
55
  var _ref;
52
56
  return (_ref = (record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_itemList")]) || []) === null || _ref === void 0 ? void 0 : _ref.map(function (i) {
@@ -70,6 +74,7 @@ var EItemId = /*#__PURE__*/_createClass(function EItemId(options) {
70
74
  });
71
75
  _defineProperty(this, "filterConfig", function (item) {
72
76
  return {
77
+ type: item.type,
73
78
  id: item.id,
74
79
  // 过滤组件id
75
80
  name: item.name,
@@ -10,9 +10,10 @@ declare class EItemSelect implements ComponentInterface {
10
10
  isCombinationComponent: boolean;
11
11
  children: ComponentInterface[];
12
12
  constructor(options: PickOption);
13
- render: (value: any) => JSX.Element;
14
13
  renderClient: (record: any) => JSX.Element | null;
15
14
  renderPc: (value: unknown, record: Record) => JSX.Element;
15
+ renderLog: (r: Record) => JSX.Element | null;
16
+ getComponentValue: (r: Record) => any;
16
17
  renderExport: (value: any, record: any) => any;
17
18
  editRender: () => JSX.Element;
18
19
  filterConfig: () => never[];
@@ -23,16 +23,13 @@ var EItemSelect = /*#__PURE__*/_createClass(function EItemSelect(options) {
23
23
  _defineProperty(this, "effects", void 0);
24
24
  _defineProperty(this, "isCombinationComponent", void 0);
25
25
  _defineProperty(this, "children", void 0);
26
- _defineProperty(this, "render", function (value) {
27
- return /*#__PURE__*/React.createElement(GoodImage, {
28
- list: value
29
- });
30
- });
31
26
  _defineProperty(this, "renderClient", function (record) {
32
27
  return !isNull(record === null || record === void 0 ? void 0 : record[_this.id]) ? /*#__PURE__*/React.createElement(ItemView, {
33
28
  id: _this.id,
34
29
  label: _this.name,
35
- value: _this.render(record === null || record === void 0 ? void 0 : record[_this.id])
30
+ value: /*#__PURE__*/React.createElement(GoodImage, {
31
+ list: record === null || record === void 0 ? void 0 : record[_this.id]
32
+ })
36
33
  }) : null;
37
34
  });
38
35
  _defineProperty(this, "renderPc", function (value, record) {
@@ -43,6 +40,13 @@ var EItemSelect = /*#__PURE__*/_createClass(function EItemSelect(options) {
43
40
  list: record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_itemList")]
44
41
  });
45
42
  });
43
+ _defineProperty(this, "renderLog", function (r) {
44
+ if (isNull(r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_itemList")])) return null;
45
+ return _this.renderPc(undefined, r);
46
+ });
47
+ _defineProperty(this, "getComponentValue", function (r) {
48
+ return r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_itemList")];
49
+ });
46
50
  _defineProperty(this, "renderExport", function (value, record) {
47
51
  var _ref;
48
52
  return (_ref = (record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_itemList")]) || []) === null || _ref === void 0 ? void 0 : _ref.map(function (i) {
@@ -9,16 +9,18 @@ declare class ErpTradeId implements ComponentInterface {
9
9
  isCombinationComponent: boolean;
10
10
  children: ComponentInterface[];
11
11
  constructor(options: PickOption);
12
- render: (value: string) => JSX.Element;
13
12
  renderClient: (record: any) => JSX.Element | null;
14
13
  renderPc: (value: any, record: Record) => JSX.Element;
14
+ renderLog: (r: Record) => JSX.Element | null;
15
+ getComponentValue: (r: Record) => any;
15
16
  renderExport: (value: any, record: Record) => any;
16
- editRender: (value: any) => JSX.Element;
17
+ editRender: () => JSX.Element;
17
18
  filterConfig: (item: ColumnConfig) => {
19
+ type: string;
18
20
  id: string;
19
21
  name: string;
20
22
  filterComponentType: "Input";
21
- filterFn: (value: string) => (i: Record) => any;
23
+ filterFn: (value: string) => (i: Record) => boolean;
22
24
  };
23
25
  }
24
26
  export default ErpTradeId;
@@ -20,25 +20,29 @@ var ErpTradeId = /*#__PURE__*/_createClass(function ErpTradeId(options) {
20
20
  _defineProperty(this, "componentConfig", void 0);
21
21
  _defineProperty(this, "isCombinationComponent", void 0);
22
22
  _defineProperty(this, "children", void 0);
23
- _defineProperty(this, "render", function (value) {
24
- return /*#__PURE__*/React.createElement("span", null, value);
25
- });
26
23
  _defineProperty(this, "renderClient", function (record) {
27
24
  return !isNull(record === null || record === void 0 ? void 0 : record[_this.id]) ? /*#__PURE__*/React.createElement(ItemView, {
28
25
  id: _this.id,
29
26
  label: _this.name,
30
- value: _this.render(record === null || record === void 0 ? void 0 : record[_this.id])
27
+ value: record === null || record === void 0 ? void 0 : record[_this.id]
31
28
  }) : null;
32
29
  });
33
30
  _defineProperty(this, "renderPc", function (value, record) {
34
31
  var _record;
35
32
  return /*#__PURE__*/React.createElement("span", null, (_record = record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_tradeId")]) !== null && _record !== void 0 ? _record : '--');
36
33
  });
34
+ _defineProperty(this, "renderLog", function (r) {
35
+ if (isNull(r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_tradeId")])) return null;
36
+ return _this.renderPc(undefined, r);
37
+ });
38
+ _defineProperty(this, "getComponentValue", function (r) {
39
+ return r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_tradeId")];
40
+ });
37
41
  _defineProperty(this, "renderExport", function (value, record) {
38
42
  var _record2;
39
43
  return (_record2 = record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_tradeId")]) !== null && _record2 !== void 0 ? _record2 : '--';
40
44
  });
41
- _defineProperty(this, "editRender", function (value) {
45
+ _defineProperty(this, "editRender", function () {
42
46
  var _this$componentConfig, _this$componentConfig2;
43
47
  return /*#__PURE__*/React.createElement(GetFormItem, {
44
48
  title: _this.name,
@@ -50,6 +54,7 @@ var ErpTradeId = /*#__PURE__*/_createClass(function ErpTradeId(options) {
50
54
  });
51
55
  _defineProperty(this, "filterConfig", function (item) {
52
56
  return {
57
+ type: item.type,
53
58
  id: item.id,
54
59
  // 过滤组件id
55
60
  name: item.name,
@@ -8,17 +8,19 @@ declare class Express implements ComponentInterface {
8
8
  rules: any[];
9
9
  componentConfig: ComponentInterface["componentConfig"];
10
10
  align: ALignType;
11
- expressDateInstance: ExpressData;
11
+ expressDateInstance: InstanceType<typeof ExpressData>;
12
12
  width: number;
13
13
  isCombinationComponent: boolean;
14
14
  children: ComponentInterface[];
15
15
  constructor(options: PickOption);
16
- render: (value: string) => JSX.Element;
17
16
  renderClient: (record: any) => JSX.Element | null;
18
- renderPc: (value: string, record: Record) => JSX.Element;
17
+ renderPc: (value: unknown, record: Record) => JSX.Element;
18
+ renderLog: (r: Record) => JSX.Element | null;
19
+ getComponentValue: (r: Record) => any;
19
20
  renderExport: (value: string, record: Record) => any;
20
21
  editRender: () => JSX.Element;
21
22
  filterConfig: (item: ColumnConfig) => {
23
+ type: string;
22
24
  id: string;
23
25
  name: string;
24
26
  filterComponentType: "MultipleSelect";
@@ -24,24 +24,28 @@ var Express = /*#__PURE__*/_createClass(function Express(options) {
24
24
  _defineProperty(this, "width", void 0);
25
25
  _defineProperty(this, "isCombinationComponent", void 0);
26
26
  _defineProperty(this, "children", void 0);
27
- _defineProperty(this, "render", function (value) {
28
- return /*#__PURE__*/React.createElement("span", null, _this.expressDateInstance.getExpressNameByCode(value) || value);
29
- });
30
27
  _defineProperty(this, "renderClient", function (record) {
31
28
  return !isNull(record === null || record === void 0 ? void 0 : record[_this.id]) ? /*#__PURE__*/React.createElement(ItemView, {
32
29
  id: _this.id,
33
30
  label: _this.name,
34
- value: _this.render(record === null || record === void 0 ? void 0 : record[_this.id])
31
+ value: _this.expressDateInstance.getExpressNameByCode(record === null || record === void 0 ? void 0 : record[_this.id]) || (record === null || record === void 0 ? void 0 : record[_this.id])
35
32
  }) : null;
36
33
  });
37
34
  _defineProperty(this, "renderPc", function (value, record) {
38
- if (value === undefined) {
35
+ if ((record === null || record === void 0 ? void 0 : record[_this.id]) === undefined) {
39
36
  return /*#__PURE__*/React.createElement("span", null, "--");
40
37
  }
41
- return /*#__PURE__*/React.createElement("span", null, _this.expressDateInstance.getExpressNameByCode(value) || value);
38
+ return /*#__PURE__*/React.createElement("span", null, _this.expressDateInstance.getExpressNameByCode(record === null || record === void 0 ? void 0 : record[_this.id]) || (record === null || record === void 0 ? void 0 : record[_this.id]));
39
+ });
40
+ _defineProperty(this, "renderLog", function (r) {
41
+ if (isNull(r === null || r === void 0 ? void 0 : r[_this.id])) return null;
42
+ return _this.renderPc(undefined, r);
43
+ });
44
+ _defineProperty(this, "getComponentValue", function (r) {
45
+ return r === null || r === void 0 ? void 0 : r[_this.id];
42
46
  });
43
47
  _defineProperty(this, "renderExport", function (value, record) {
44
- return _this.expressDateInstance.getExpressNameByCode(value) || value;
48
+ return _this.expressDateInstance.getExpressNameByCode(record === null || record === void 0 ? void 0 : record[_this.id]) || (record === null || record === void 0 ? void 0 : record[_this.id]);
45
49
  });
46
50
  _defineProperty(this, "editRender", function () {
47
51
  var _this$componentConfig, _this$componentConfig2, _this$componentConfig3, _this$componentConfig4;
@@ -58,6 +62,7 @@ var Express = /*#__PURE__*/_createClass(function Express(options) {
58
62
  _defineProperty(this, "filterConfig", function (item) {
59
63
  var subKey = item.subKey;
60
64
  return {
65
+ type: item.type,
61
66
  id: subKey ? "".concat(item.id, "_").concat(subKey) : item.id,
62
67
  name: "".concat(item.name, "-\u7269\u6D41\u516C\u53F8"),
63
68
  filterComponentType: 'MultipleSelect',
@@ -1,5 +1,5 @@
1
- /// <reference types="react" />
2
- import { ComponentInterface, PickOption, ColumnConfig, ALignType, Record } from '../../type';
1
+ import { ComponentInterface, PickOption, ColumnConfig, ALignType, Record } from "../../type";
2
+ import React from "react";
3
3
  declare class ExpressCode implements ComponentInterface {
4
4
  name: string;
5
5
  id: string;
@@ -11,16 +11,18 @@ declare class ExpressCode implements ComponentInterface {
11
11
  isCombinationComponent: boolean;
12
12
  children: ComponentInterface[];
13
13
  constructor(options: PickOption);
14
- render: (value: string) => JSX.Element;
15
- renderClient: (record: any) => JSX.Element | null;
16
- renderPc: (value: any, record: Record) => JSX.Element;
17
- renderExport: (value: string, record: Record) => string;
18
- editRender: () => JSX.Element;
14
+ renderClient: (record: any) => React.JSX.Element | null;
15
+ renderPc: (value: unknown, record: Record) => React.JSX.Element;
16
+ renderLog: (r: Record) => React.JSX.Element | null;
17
+ getComponentValue: (r: Record) => any;
18
+ renderExport: (value: string, record: Record) => any;
19
+ editRender: () => React.JSX.Element;
19
20
  filterConfig: (item: ColumnConfig) => {
21
+ type: string;
20
22
  id: string;
21
23
  name: string;
22
24
  filterComponentType: "Input";
23
- filterFn: (value: string) => (i: Record) => any;
25
+ filterFn: (value: string) => (i: Record) => boolean;
24
26
  };
25
27
  }
26
28
  export default ExpressCode;