@kmkf-fe-packages/services-components 0.7.1 → 0.7.3-alpha.0

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 (119) hide show
  1. package/README.md +1 -1
  2. package/dist/esm/components/ActualPayment/index.d.ts +1 -0
  3. package/dist/esm/components/ActualPayment/index.js +2 -0
  4. package/dist/esm/components/Address/index.d.ts +11 -3
  5. package/dist/esm/components/Address/index.js +19 -3
  6. package/dist/esm/components/Alipay/index.d.ts +1 -0
  7. package/dist/esm/components/AlipayAccount/index.d.ts +1 -0
  8. package/dist/esm/components/AlipayAccount/index.js +2 -0
  9. package/dist/esm/components/AlipayName/index.d.ts +1 -0
  10. package/dist/esm/components/AlipayName/index.js +2 -0
  11. package/dist/esm/components/BuyerNick/index.d.ts +1 -0
  12. package/dist/esm/components/BuyerNick/index.js +2 -0
  13. package/dist/esm/components/Cascader/index.d.ts +1 -0
  14. package/dist/esm/components/Cascader/index.js +2 -0
  15. package/dist/esm/components/Checkbox/index.d.ts +1 -0
  16. package/dist/esm/components/Checkbox/index.js +2 -0
  17. package/dist/esm/components/CommonDataTime/index.d.ts +1 -0
  18. package/dist/esm/components/CommonDataTime/index.js +2 -0
  19. package/dist/esm/components/CompletedUser/index.d.ts +1 -0
  20. package/dist/esm/components/CompletedUser/index.js +2 -0
  21. package/dist/esm/components/DataTime/index.d.ts +1 -0
  22. package/dist/esm/components/DataTime/index.js +2 -0
  23. package/dist/esm/components/EItemEnCode/index.d.ts +1 -0
  24. package/dist/esm/components/EItemEnCode/index.js +2 -0
  25. package/dist/esm/components/EItemId/index.d.ts +1 -0
  26. package/dist/esm/components/EItemId/index.js +2 -0
  27. package/dist/esm/components/ErpTradeId/index.d.ts +1 -0
  28. package/dist/esm/components/ErpTradeId/index.js +2 -0
  29. package/dist/esm/components/Express/index.d.ts +1 -0
  30. package/dist/esm/components/Express/index.js +2 -0
  31. package/dist/esm/components/ExpressCode/index.d.ts +1 -0
  32. package/dist/esm/components/ExpressCode/index.js +2 -0
  33. package/dist/esm/components/FlowStatusSelect/index.d.ts +1 -0
  34. package/dist/esm/components/FlowStatusSelect/index.js +2 -0
  35. package/dist/esm/components/Handler/index.d.ts +1 -0
  36. package/dist/esm/components/Handler/index.js +2 -0
  37. package/dist/esm/components/Input/index.d.ts +1 -0
  38. package/dist/esm/components/Input/index.js +2 -0
  39. package/dist/esm/components/JstItemSelect/index.d.ts +1 -0
  40. package/dist/esm/components/JstItemSelect/index.js +19 -15
  41. package/dist/esm/components/JstLogistics/index.d.ts +2 -0
  42. package/dist/esm/components/JstLogistics/index.js +3 -0
  43. package/dist/esm/components/JstSendGood/index.d.ts +1 -0
  44. package/dist/esm/components/JstSendGood/index.js +3 -0
  45. package/dist/esm/components/JstSupply/index.d.ts +1 -0
  46. package/dist/esm/components/JstSupply/index.js +3 -0
  47. package/dist/esm/components/Logistics/index.d.ts +2 -0
  48. package/dist/esm/components/LogisticsInterception/InterceptAddress.d.ts +1 -1
  49. package/dist/esm/components/LogisticsInterception/InterceptStatus.d.ts +2 -1
  50. package/dist/esm/components/LogisticsInterception/InterceptStatus.js +2 -0
  51. package/dist/esm/components/LogisticsInterception/InterceptType.d.ts +2 -1
  52. package/dist/esm/components/LogisticsInterception/InterceptType.js +2 -0
  53. package/dist/esm/components/LogisticsInterception/index.d.ts +5 -1
  54. package/dist/esm/components/LogisticsInterception/index.js +5 -2
  55. package/dist/esm/components/LogisticsInterception/interceptSenderMobile.d.ts +1 -0
  56. package/dist/esm/components/LogisticsInterception/interceptSenderMobile.js +2 -0
  57. package/dist/esm/components/MultSelect/index.d.ts +1 -0
  58. package/dist/esm/components/MultSelect/index.js +2 -0
  59. package/dist/esm/components/Ordinary/OrdinaryHeader.d.ts +1 -0
  60. package/dist/esm/components/Ordinary/OrdinaryHeader.js +2 -0
  61. package/dist/esm/components/Ordinary/OrdinaryMoney.d.ts +1 -0
  62. package/dist/esm/components/Ordinary/OrdinaryMoney.js +2 -0
  63. package/dist/esm/components/Ordinary/OrdinarySerial.d.ts +1 -0
  64. package/dist/esm/components/Ordinary/OrdinarySerial.js +2 -0
  65. package/dist/esm/components/Ordinary/index.d.ts +10 -2
  66. package/dist/esm/components/Payment/AlipayNick.d.ts +1 -0
  67. package/dist/esm/components/Payment/AlipayNick.js +2 -0
  68. package/dist/esm/components/Payment/AlipayNo.d.ts +1 -0
  69. package/dist/esm/components/Payment/AlipayNo.js +2 -0
  70. package/dist/esm/components/Payment/AlipayTime.d.ts +1 -0
  71. package/dist/esm/components/Payment/AlipayTime.js +2 -0
  72. package/dist/esm/components/Payment/BuyerNick.d.ts +1 -0
  73. package/dist/esm/components/Payment/BuyerNick.js +2 -0
  74. package/dist/esm/components/Payment/PaymentAmount.d.ts +1 -0
  75. package/dist/esm/components/Payment/PaymentAmount.js +2 -0
  76. package/dist/esm/components/Payment/PaymentStatus.d.ts +1 -0
  77. package/dist/esm/components/Payment/PaymentStatus.js +2 -0
  78. package/dist/esm/components/Payment/PaymentTid.d.ts +1 -0
  79. package/dist/esm/components/Payment/PaymentTid.js +2 -0
  80. package/dist/esm/components/Payment/index.d.ts +10 -0
  81. package/dist/esm/components/PlatForm/index.d.ts +2 -1
  82. package/dist/esm/components/PlatForm/index.js +2 -0
  83. package/dist/esm/components/Radio/index.d.ts +1 -0
  84. package/dist/esm/components/Radio/index.js +2 -0
  85. package/dist/esm/components/ReceiverAddress/index.d.ts +1 -1
  86. package/dist/esm/components/ReceiverMobile/index.d.ts +1 -0
  87. package/dist/esm/components/ReceiverMobile/index.js +2 -0
  88. package/dist/esm/components/ReceiverName/index.d.ts +1 -0
  89. package/dist/esm/components/ReceiverName/index.js +2 -0
  90. package/dist/esm/components/Remark/index.d.ts +1 -0
  91. package/dist/esm/components/Remark/index.js +2 -0
  92. package/dist/esm/components/ReturnLogistics/index.d.ts +2 -0
  93. package/dist/esm/components/Select/index.d.ts +1 -0
  94. package/dist/esm/components/Select/index.js +2 -0
  95. package/dist/esm/components/ShopInput/index.d.ts +1 -0
  96. package/dist/esm/components/ShopInput/index.js +2 -0
  97. package/dist/esm/components/ShopName/index.d.ts +1 -0
  98. package/dist/esm/components/ShopName/index.js +2 -0
  99. package/dist/esm/components/Submitter/index.d.ts +1 -0
  100. package/dist/esm/components/Submitter/index.js +2 -0
  101. package/dist/esm/components/SystemOrderNo/index.d.ts +1 -0
  102. package/dist/esm/components/SystemOrderNo/index.js +2 -0
  103. package/dist/esm/components/TemplateSelect/index.d.ts +1 -0
  104. package/dist/esm/components/TemplateSelect/index.js +2 -0
  105. package/dist/esm/components/TextArea/index.d.ts +1 -0
  106. package/dist/esm/components/TextArea/index.js +2 -0
  107. package/dist/esm/components/ThirdItemSelect/index.d.ts +1 -0
  108. package/dist/esm/components/ThirdItemSelect/index.js +2 -0
  109. package/dist/esm/components/TradeDateTime/index.d.ts +1 -0
  110. package/dist/esm/components/TradeDateTime/index.js +2 -0
  111. package/dist/esm/components/TradeId/index.d.ts +1 -0
  112. package/dist/esm/components/TradeId/index.js +2 -0
  113. package/dist/esm/components/WorkOrderId/index.d.ts +1 -0
  114. package/dist/esm/components/WorkOrderId/index.js +2 -0
  115. package/dist/esm/constant.d.ts +14 -0
  116. package/dist/esm/constant.js +14 -0
  117. package/dist/esm/index.d.ts +52 -52
  118. package/dist/esm/type.d.ts +3 -0
  119. package/package.json +4 -4
@@ -17,6 +17,7 @@ declare class JstSendGood implements ComponentInterface {
17
17
  renderExport: (value: any, record: any) => any;
18
18
  editRender: () => React.JSX.Element;
19
19
  filterConfig: (item: ColumnConfig) => {
20
+ searchDefaultConditions: "in";
20
21
  type: string;
21
22
  id: string;
22
23
  name: string;
@@ -13,6 +13,7 @@ import { JstGoodImage } from "../Common";
13
13
  import { JstGoods } from '@kmkf-fe-packages/basic-components';
14
14
  import ItemView from "../../commonComponents/ItemView";
15
15
  import { isNull, filterFn as _filterFn } from '@kmkf-fe-packages/kmkf-utils';
16
+ import { SYMBOL } from "../../constant";
16
17
  var JstSendGood = /*#__PURE__*/_createClass(function JstSendGood(options) {
17
18
  var _this = this,
18
19
  _this$componentConfig;
@@ -73,6 +74,7 @@ var JstSendGood = /*#__PURE__*/_createClass(function JstSendGood(options) {
73
74
  });
74
75
  _defineProperty(this, "filterConfig", function (item) {
75
76
  return [{
77
+ searchDefaultConditions: SYMBOL.in,
76
78
  type: item.type,
77
79
  id: "".concat(item.id, "_sendName"),
78
80
  name: "jst\u53D1\u8D27\u4ED3\u540D\u79F0",
@@ -88,6 +90,7 @@ var JstSendGood = /*#__PURE__*/_createClass(function JstSendGood(options) {
88
90
  };
89
91
  }
90
92
  }, {
93
+ searchDefaultConditions: SYMBOL.in,
91
94
  type: item.type,
92
95
  id: "".concat(item.id, "_sendId"),
93
96
  name: "jst\u53D1\u8D27\u4ED3\u7F16\u7801",
@@ -17,6 +17,7 @@ declare class JstSupply implements ComponentInterface {
17
17
  renderExport: (value: any, record: any) => any;
18
18
  editRender: () => React.JSX.Element;
19
19
  filterConfig: (item: ColumnConfig) => {
20
+ searchDefaultConditions: "in";
20
21
  type: string;
21
22
  id: string;
22
23
  name: string;
@@ -13,6 +13,7 @@ import { JstGoodImage } from "../Common";
13
13
  import { JstGoods } from '@kmkf-fe-packages/basic-components';
14
14
  import ItemView from "../../commonComponents/ItemView";
15
15
  import { isNull, filterFn as _filterFn } from '@kmkf-fe-packages/kmkf-utils';
16
+ import { SYMBOL } from "../../constant";
16
17
  var JstSupply = /*#__PURE__*/_createClass(function JstSupply(options) {
17
18
  var _this = this,
18
19
  _this$componentConfig;
@@ -73,6 +74,7 @@ var JstSupply = /*#__PURE__*/_createClass(function JstSupply(options) {
73
74
  });
74
75
  _defineProperty(this, "filterConfig", function (item) {
75
76
  return [{
77
+ searchDefaultConditions: SYMBOL.in,
76
78
  type: item.type,
77
79
  id: "".concat(item.id, "_supplyName"),
78
80
  name: "jst\u4F9B\u9500\u5546\u540D\u79F0",
@@ -88,6 +90,7 @@ var JstSupply = /*#__PURE__*/_createClass(function JstSupply(options) {
88
90
  };
89
91
  }
90
92
  }, {
93
+ searchDefaultConditions: SYMBOL.in,
91
94
  type: item.type,
92
95
  id: "".concat(item.id, "_supplyId"),
93
96
  name: "jst\u4F9B\u9500\u5546\u7F16\u7801",
@@ -25,6 +25,7 @@ declare class Logistics implements ComponentInterface {
25
25
  };
26
26
  renderExport: () => null;
27
27
  filterConfig: (item: ColumnConfig) => ({
28
+ searchDefaultConditions: "in";
28
29
  type: string;
29
30
  id: string;
30
31
  name: string;
@@ -32,6 +33,7 @@ declare class Logistics implements ComponentInterface {
32
33
  options: any[];
33
34
  filterFn: (value: string) => (i: Record) => boolean;
34
35
  } | {
36
+ searchDefaultConditions: "in";
35
37
  type: string;
36
38
  id: string;
37
39
  name: string;
@@ -13,7 +13,7 @@ declare class PaymentTid implements ComponentInterface {
13
13
  isCombinationComponent: boolean;
14
14
  children: ComponentInterface[];
15
15
  originId: string;
16
- addressDateInstance: AddressData;
16
+ addressDateInstance: InstanceType<typeof AddressData>;
17
17
  constructor(options: PickOption);
18
18
  renderClient: (record: any) => React.JSX.Element | null;
19
19
  renderPc: (value: any, record: Record) => React.JSX.Element;
@@ -14,7 +14,7 @@ declare class InterceptStatus implements ComponentInterface {
14
14
  width: number;
15
15
  isCombinationComponent: boolean;
16
16
  children: ComponentInterface[];
17
- expressInterceptInstance: ExpressInterceptData;
17
+ expressInterceptInstance: InstanceType<typeof ExpressInterceptData>;
18
18
  constructor(options: PickOption);
19
19
  getComponentValue: (r: Record) => any;
20
20
  renderStatus: (record: any, w?: number) => React.JSX.Element;
@@ -24,6 +24,7 @@ declare class InterceptStatus implements ComponentInterface {
24
24
  renderExport: (value: any, record: Record) => any;
25
25
  editRender: () => null;
26
26
  filterConfig: (item: ColumnConfig) => {
27
+ searchDefaultConditions: "in";
27
28
  type: string;
28
29
  id: string;
29
30
  name: string;
@@ -10,6 +10,7 @@ import ItemView from "../../commonComponents/ItemView";
10
10
  import { isNull, filterFn as _filterFn } from "@kmkf-fe-packages/kmkf-utils";
11
11
  import { ExpressInterceptData } from "@kmkf-fe-packages/kmkf-utils";
12
12
  import QueryLogisticsTrack from "../../commonComponents/QueryLogisticsTrack";
13
+ import { SYMBOL } from "../../constant";
13
14
  var InterceptStatus = /*#__PURE__*/_createClass(function InterceptStatus(options) {
14
15
  var _this = this;
15
16
  _classCallCheck(this, InterceptStatus);
@@ -66,6 +67,7 @@ var InterceptStatus = /*#__PURE__*/_createClass(function InterceptStatus(options
66
67
  });
67
68
  _defineProperty(this, "filterConfig", function (item) {
68
69
  return {
70
+ searchDefaultConditions: SYMBOL.in,
69
71
  type: item.type,
70
72
  id: "".concat(item.id, "_interceptLogisticsStatus"),
71
73
  name: "".concat(item.name, "-\u7269\u6D41\u72B6\u6001"),
@@ -13,7 +13,7 @@ declare class InterceptType implements ComponentInterface {
13
13
  width: number;
14
14
  isCombinationComponent: boolean;
15
15
  children: ComponentInterface[];
16
- expressInterceptInstance: ExpressInterceptData;
16
+ expressInterceptInstance: InstanceType<typeof ExpressInterceptData>;
17
17
  constructor(options: PickOption);
18
18
  getComponentValue: (r: Record) => any;
19
19
  renderClient: (record: any) => React.JSX.Element | null;
@@ -22,6 +22,7 @@ declare class InterceptType implements ComponentInterface {
22
22
  renderExport: (value: any, record: Record) => any;
23
23
  editRender: () => null;
24
24
  filterConfig: (item: ColumnConfig) => {
25
+ searchDefaultConditions: "in";
25
26
  type: string;
26
27
  id: string;
27
28
  name: string;
@@ -9,6 +9,7 @@ import React from "react";
9
9
  import ItemView from "../../commonComponents/ItemView";
10
10
  import { isNull, filterFn as _filterFn } from "@kmkf-fe-packages/kmkf-utils";
11
11
  import { ExpressInterceptData } from "@kmkf-fe-packages/kmkf-utils";
12
+ import { SYMBOL } from "../../constant";
12
13
  var InterceptType = /*#__PURE__*/_createClass(function InterceptType(options) {
13
14
  var _this = this;
14
15
  _classCallCheck(this, InterceptType);
@@ -53,6 +54,7 @@ var InterceptType = /*#__PURE__*/_createClass(function InterceptType(options) {
53
54
  });
54
55
  _defineProperty(this, "filterConfig", function (item) {
55
56
  return {
57
+ searchDefaultConditions: SYMBOL.in,
56
58
  type: item.type,
57
59
  id: "".concat(item.id, "_interceptType"),
58
60
  name: "".concat(item.name, "-\u62E6\u622A\u7C7B\u578B"),
@@ -1,6 +1,6 @@
1
1
  import { ComponentInterface, PickOption, ColumnConfig, Record } from "../../type";
2
2
  import React from "react";
3
- import { ExpressData, ExpressInterceptData } from "@kmkf-fe-packages/kmkf-utils";
3
+ import { ExpressData, ExpressInterceptData, LogisticsAddressData } from "@kmkf-fe-packages/kmkf-utils";
4
4
  import InterceptSenderMobile from "./interceptSenderMobile";
5
5
  import InterceptAddress from "./InterceptAddress";
6
6
  import InterceptType from "./InterceptType";
@@ -24,6 +24,7 @@ declare class Logistics implements ComponentInterface {
24
24
  expressCode: ExpressCode;
25
25
  expressDateInstance: InstanceType<typeof ExpressData>;
26
26
  expressInterceptData: InstanceType<typeof ExpressInterceptData>;
27
+ logisticsAddressData: InstanceType<typeof LogisticsAddressData>;
27
28
  effects: ComponentInterface["effects"];
28
29
  constructor(options: PickOption);
29
30
  renderClient: (record: any) => React.JSX.Element;
@@ -47,6 +48,7 @@ declare class Logistics implements ComponentInterface {
47
48
  renderExport: () => null;
48
49
  editRender: () => React.JSX.Element;
49
50
  filterConfig: (item: ColumnConfig) => ({
51
+ searchDefaultConditions: "in";
50
52
  type: string;
51
53
  id: string;
52
54
  name: string;
@@ -54,12 +56,14 @@ declare class Logistics implements ComponentInterface {
54
56
  options: any[];
55
57
  filterFn: (value: string) => (i: Record) => boolean;
56
58
  } | {
59
+ searchDefaultConditions: "in";
57
60
  type: string;
58
61
  id: string;
59
62
  name: string;
60
63
  filterComponentType: "Input";
61
64
  filterFn: (value: string) => (i: Record) => boolean;
62
65
  } | {
66
+ searchDefaultConditions: "in";
63
67
  type: string;
64
68
  id: string;
65
69
  name: string;
@@ -10,7 +10,7 @@ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _ty
10
10
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
11
11
  import React from "react";
12
12
  import { LogisticsInterception } from "@kmkf-fe-packages/basic-components";
13
- import { ExpressData, ExpressInterceptData, isNull } from "@kmkf-fe-packages/kmkf-utils";
13
+ import { ExpressData, ExpressInterceptData, LogisticsAddressData, isNull } from "@kmkf-fe-packages/kmkf-utils";
14
14
  import GetFormItem from "../GetFormItem";
15
15
  import InterceptSenderMobile from "./interceptSenderMobile";
16
16
  import InterceptAddress from "./InterceptAddress";
@@ -38,12 +38,13 @@ var Logistics = /*#__PURE__*/_createClass(function Logistics(options) {
38
38
  _defineProperty(this, "expressCode", void 0);
39
39
  _defineProperty(this, "expressDateInstance", void 0);
40
40
  _defineProperty(this, "expressInterceptData", void 0);
41
+ _defineProperty(this, "logisticsAddressData", void 0);
41
42
  _defineProperty(this, "effects", void 0);
42
43
  _defineProperty(this, "renderClient", function (record) {
43
44
  return /*#__PURE__*/React.createElement(React.Fragment, null, _this.express.renderClient(record), _this.expressCode.renderClient(record), _this.interceptSenderMobile.renderClient(record), _this.interceptType.renderClient(record), _this.interceptAddress.renderClient(record), _this.interceptLogisticsStatus.renderClient(record));
44
45
  });
45
46
  _defineProperty(this, "renderLog", function (record) {
46
- return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", null, !isNull(_this.express.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.express.name, ": ", _this.express.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.expressCode.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.expressCode.name, ": ", _this.expressCode.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptSenderMobile.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptSenderMobile.name, ": ", _this.interceptSenderMobile.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptType.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptType.name, ": ", _this.interceptType.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptAddress.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptAddress.name, ": ", _this.interceptAddress.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptLogisticsStatus.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptLogisticsStatus.name, ": ", _this.interceptLogisticsStatus.renderLog(record))));
47
+ return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", null, !isNull(_this.express.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.express.name, ": ", _this.express.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.expressCode.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.expressCode.name, ": ", _this.expressCode.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptSenderMobile.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptSenderMobile.name, ":", " ", _this.interceptSenderMobile.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptType.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptType.name, ": ", _this.interceptType.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptAddress.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptAddress.name, ":", " ", _this.interceptAddress.renderLog(record))), /*#__PURE__*/React.createElement("div", null, !isNull(_this.interceptLogisticsStatus.getComponentValue(record)) && /*#__PURE__*/React.createElement(React.Fragment, null, _this.interceptLogisticsStatus.name, ":", " ", _this.interceptLogisticsStatus.renderLog(record))));
47
48
  });
48
49
  _defineProperty(this, "getComponentValue", function (r) {
49
50
  return {
@@ -71,6 +72,7 @@ var Logistics = /*#__PURE__*/_createClass(function Logistics(options) {
71
72
  component: /*#__PURE__*/React.createElement(LogisticsInterception, _extends({}, _this.componentConfig, {
72
73
  logisticsOptions: _this.expressDateInstance.getExpressData(),
73
74
  expressInterceptData: _this.expressInterceptData.getExpressData(),
75
+ logisticsAddressData: _this.logisticsAddressData.getAddressData(),
74
76
  isEditing: (_this$effects = _this.effects) === null || _this$effects === void 0 ? void 0 : _this$effects.isEditing
75
77
  }))
76
78
  });
@@ -92,6 +94,7 @@ var Logistics = /*#__PURE__*/_createClass(function Logistics(options) {
92
94
  this.effects = options === null || options === void 0 ? void 0 : options.effects;
93
95
  this.expressDateInstance = ExpressData.getInstance();
94
96
  this.expressInterceptData = ExpressInterceptData.getInstance();
97
+ this.logisticsAddressData = LogisticsAddressData.getInstance();
95
98
  this.interceptAddress = new InterceptAddress(options);
96
99
  this.interceptType = new InterceptType(options);
97
100
  this.interceptLogisticsStatus = new InterceptStatus(options);
@@ -20,6 +20,7 @@ declare class InterceptSenderMobile implements ComponentInterface {
20
20
  renderExport: (value: any, record: Record) => any;
21
21
  editRender: () => null;
22
22
  filterConfig: (item: ColumnConfig) => {
23
+ searchDefaultConditions: "in";
23
24
  type: string;
24
25
  id: string;
25
26
  name: string;
@@ -8,6 +8,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
8
8
  import React from "react";
9
9
  import ItemView from "../../commonComponents/ItemView";
10
10
  import { isNull, filterFn as _filterFn } from "@kmkf-fe-packages/kmkf-utils";
11
+ import { SYMBOL } from "../../constant";
11
12
  var InterceptSenderMobile = /*#__PURE__*/_createClass(function InterceptSenderMobile(options) {
12
13
  var _this = this;
13
14
  _classCallCheck(this, InterceptSenderMobile);
@@ -48,6 +49,7 @@ var InterceptSenderMobile = /*#__PURE__*/_createClass(function InterceptSenderMo
48
49
  });
49
50
  _defineProperty(this, "filterConfig", function (item) {
50
51
  return {
52
+ searchDefaultConditions: SYMBOL.in,
51
53
  type: item.type,
52
54
  id: "".concat(item.id, "_interceptSenderMobile"),
53
55
  name: "".concat(item.name, "-\u53D1\u4EF6\u4EBA\u624B\u673A\u53F7"),
@@ -16,6 +16,7 @@ declare class BasicMultSelect implements ComponentInterface {
16
16
  renderExport: (value: any, record: Record) => any;
17
17
  editRender: () => React.JSX.Element;
18
18
  filterConfig: (item: ColumnConfig) => {
19
+ searchDefaultConditions: "in";
19
20
  type: string;
20
21
  id: string;
21
22
  name: string;
@@ -12,6 +12,7 @@ import { ApaasMultipleSelect } from '@kmkf-fe-packages/basic-components';
12
12
  import GetFormItem from "../GetFormItem";
13
13
  import ItemView from "../../commonComponents/ItemView";
14
14
  import { isNull, filterFn as _filterFn } from '@kmkf-fe-packages/kmkf-utils';
15
+ import { SYMBOL } from "../../constant";
15
16
  var BasicMultSelect = /*#__PURE__*/_createClass(function BasicMultSelect(options) {
16
17
  var _this = this;
17
18
  _classCallCheck(this, BasicMultSelect);
@@ -66,6 +67,7 @@ var BasicMultSelect = /*#__PURE__*/_createClass(function BasicMultSelect(options
66
67
  _defineProperty(this, "filterConfig", function (item) {
67
68
  var _item$config;
68
69
  return {
70
+ searchDefaultConditions: SYMBOL.in,
69
71
  type: item.type,
70
72
  id: item.id,
71
73
  // 过滤组件id
@@ -19,6 +19,7 @@ declare class OrdinaryHeader implements ComponentInterface {
19
19
  renderExport: (value: any) => any;
20
20
  editRender: () => React.JSX.Element;
21
21
  filterConfig: (item: ColumnConfig) => {
22
+ searchDefaultConditions: "in";
22
23
  type: string;
23
24
  id: string;
24
25
  name: string;
@@ -11,6 +11,7 @@ import GetFormItem from "../GetFormItem";
11
11
  import Header from "../OrdinaryHeader";
12
12
  import ItemView from "../../commonComponents/ItemView";
13
13
  import { isNull, filterFn as _filterFn } from '@kmkf-fe-packages/kmkf-utils';
14
+ import { SYMBOL } from "../../constant";
14
15
  var OrdinaryHeader = /*#__PURE__*/_createClass(function OrdinaryHeader(options) {
15
16
  var _this = this;
16
17
  _classCallCheck(this, OrdinaryHeader);
@@ -63,6 +64,7 @@ var OrdinaryHeader = /*#__PURE__*/_createClass(function OrdinaryHeader(options)
63
64
  });
64
65
  _defineProperty(this, "filterConfig", function (item) {
65
66
  return {
67
+ searchDefaultConditions: SYMBOL.in,
66
68
  type: item.type,
67
69
  id: "".concat(item.id, "_ordinaryMoney"),
68
70
  name: "".concat(item.name, "-\u5F00\u7968\u91D1\u989D"),
@@ -19,6 +19,7 @@ declare class OrdinaryMoney implements ComponentInterface {
19
19
  renderClient: (record: any) => React.JSX.Element | null;
20
20
  editRender: () => React.JSX.Element;
21
21
  filterConfig: (item: ColumnConfig) => {
22
+ searchDefaultConditions: "between";
22
23
  type: string;
23
24
  id: string;
24
25
  name: string;
@@ -10,6 +10,7 @@ import GetFormItem from "../GetFormItem";
10
10
  import { ApaasInput } from '@kmkf-fe-packages/basic-components';
11
11
  import ItemView from "../../commonComponents/ItemView";
12
12
  import { isNull, filterFn as _filterFn } from '@kmkf-fe-packages/kmkf-utils';
13
+ import { SYMBOL } from "../../constant";
13
14
  var OrdinaryMoney = /*#__PURE__*/_createClass(function OrdinaryMoney(options) {
14
15
  var _this = this;
15
16
  _classCallCheck(this, OrdinaryMoney);
@@ -56,6 +57,7 @@ var OrdinaryMoney = /*#__PURE__*/_createClass(function OrdinaryMoney(options) {
56
57
  });
57
58
  _defineProperty(this, "filterConfig", function (item) {
58
59
  return {
60
+ searchDefaultConditions: SYMBOL.between,
59
61
  type: item.type,
60
62
  id: "".concat(item.id, "_ordinaryTaitou"),
61
63
  name: "".concat(item.name, "-\u53D1\u7968\u62AC\u5934"),
@@ -24,6 +24,7 @@ declare class OrdinarySerial implements ComponentInterface {
24
24
  renderExport: (value: any) => any;
25
25
  editRender: () => React.JSX.Element;
26
26
  filterConfig: (item: ColumnConfig) => {
27
+ searchDefaultConditions: "in";
27
28
  type: string;
28
29
  id: string;
29
30
  name: string;
@@ -10,6 +10,7 @@ import GetFormItem from "../GetFormItem";
10
10
  import { ApaasInput } from '@kmkf-fe-packages/basic-components';
11
11
  import ItemView from "../../commonComponents/ItemView";
12
12
  import { isNull, filterFn as _filterFn } from '@kmkf-fe-packages/kmkf-utils';
13
+ import { SYMBOL } from "../../constant";
13
14
  var OrdinarySerial = /*#__PURE__*/_createClass(function OrdinarySerial(options) {
14
15
  var _this = this;
15
16
  _classCallCheck(this, OrdinarySerial);
@@ -61,6 +62,7 @@ var OrdinarySerial = /*#__PURE__*/_createClass(function OrdinarySerial(options)
61
62
  });
62
63
  _defineProperty(this, "filterConfig", function (item) {
63
64
  return {
65
+ searchDefaultConditions: SYMBOL.in,
64
66
  type: item.type,
65
67
  id: "".concat(item.id, "_ordinarySerial"),
66
68
  name: "".concat(item.name, "-\u7EB3\u7A0E\u4EBA\u8BC6\u522B\u53F7"),
@@ -30,12 +30,20 @@ declare class Ordinary implements ComponentInterface {
30
30
  };
31
31
  renderExport: () => null;
32
32
  renderClient: (record: any) => React.JSX.Element;
33
- filterConfig: (item: ColumnConfig) => {
33
+ filterConfig: (item: ColumnConfig) => ({
34
+ searchDefaultConditions: "between";
34
35
  type: string;
35
36
  id: string;
36
37
  name: string;
37
38
  filterComponentType: "Input";
38
39
  filterFn: (value: string) => (i: Record) => boolean;
39
- }[];
40
+ } | {
41
+ searchDefaultConditions: "in";
42
+ type: string;
43
+ id: string;
44
+ name: string;
45
+ filterComponentType: "Input";
46
+ filterFn: (value: string) => (i: Record) => boolean;
47
+ })[];
40
48
  }
41
49
  export default Ordinary;
@@ -19,6 +19,7 @@ declare class PaymentTid implements ComponentInterface {
19
19
  renderExport: (value: any, record: Record) => any;
20
20
  editRender: () => React.JSX.Element;
21
21
  filterConfig: (item: ColumnConfig) => {
22
+ searchDefaultConditions: "in";
22
23
  type: string;
23
24
  id: string;
24
25
  name: string;
@@ -10,6 +10,7 @@ import { ApaasInput } from '@kmkf-fe-packages/basic-components';
10
10
  import GetFormItem from "../GetFormItem";
11
11
  import ItemView from "../../commonComponents/ItemView";
12
12
  import { isNull, filterFn as _filterFn } from '@kmkf-fe-packages/kmkf-utils';
13
+ import { SYMBOL } from "../../constant";
13
14
  var PaymentTid = /*#__PURE__*/_createClass(function PaymentTid(options) {
14
15
  var _this = this;
15
16
  _classCallCheck(this, PaymentTid);
@@ -65,6 +66,7 @@ var PaymentTid = /*#__PURE__*/_createClass(function PaymentTid(options) {
65
66
  });
66
67
  _defineProperty(this, "filterConfig", function (item) {
67
68
  return {
69
+ searchDefaultConditions: SYMBOL.in,
68
70
  type: item.type,
69
71
  id: "".concat(item.id, "_enterprisePaymentAlipayNick"),
70
72
  name: "".concat(item.name, "-\u652F\u4ED8\u5B9D\u59D3\u540D"),
@@ -19,6 +19,7 @@ declare class AlipayNo implements ComponentInterface {
19
19
  renderExport: (value: any, record: Record) => any;
20
20
  editRender: () => React.JSX.Element;
21
21
  filterConfig: (item: ColumnConfig) => {
22
+ searchDefaultConditions: "in";
22
23
  type: string;
23
24
  id: string;
24
25
  name: string;
@@ -10,6 +10,7 @@ import { ApaasInput } from '@kmkf-fe-packages/basic-components';
10
10
  import GetFormItem from "../GetFormItem";
11
11
  import ItemView from "../../commonComponents/ItemView";
12
12
  import { isNull, filterFn as _filterFn } from '@kmkf-fe-packages/kmkf-utils';
13
+ import { SYMBOL } from "../../constant";
13
14
  var AlipayNo = /*#__PURE__*/_createClass(function AlipayNo(options) {
14
15
  var _this = this;
15
16
  _classCallCheck(this, AlipayNo);
@@ -65,6 +66,7 @@ var AlipayNo = /*#__PURE__*/_createClass(function AlipayNo(options) {
65
66
  });
66
67
  _defineProperty(this, "filterConfig", function (item) {
67
68
  return {
69
+ searchDefaultConditions: SYMBOL.in,
68
70
  type: item.type,
69
71
  id: "".concat(item.id, "_enterprisePaymentAlipayNo"),
70
72
  name: "".concat(item.name, "-\u652F\u4ED8\u5B9D\u8D26\u53F7"),
@@ -18,6 +18,7 @@ declare class AlipayTime implements ComponentInterface {
18
18
  renderExport: (value: string) => string | null;
19
19
  editRender: () => React.JSX.Element;
20
20
  filterConfig: (item: ColumnConfig) => {
21
+ searchDefaultConditions: "between";
21
22
  type: string;
22
23
  id: string;
23
24
  name: string;
@@ -11,6 +11,7 @@ import moment from 'moment';
11
11
  import GetFormItem from "../GetFormItem";
12
12
  import ItemView from "../../commonComponents/ItemView";
13
13
  import { isNull, filterFn as _filterFn } from '@kmkf-fe-packages/kmkf-utils';
14
+ import { SYMBOL } from "../../constant";
14
15
  var AlipayTime = /*#__PURE__*/_createClass(function AlipayTime(options) {
15
16
  var _this = this;
16
17
  _classCallCheck(this, AlipayTime);
@@ -60,6 +61,7 @@ var AlipayTime = /*#__PURE__*/_createClass(function AlipayTime(options) {
60
61
  });
61
62
  _defineProperty(this, "filterConfig", function (item) {
62
63
  return {
64
+ searchDefaultConditions: SYMBOL.between,
63
65
  type: item.type,
64
66
  id: "".concat(item.id, "_enterprisePaymentTime"),
65
67
  name: "".concat(item.name, "-\u6253\u6B3E\u65F6\u95F4"),
@@ -19,6 +19,7 @@ declare class BuyerNick implements ComponentInterface {
19
19
  getComponentValue: (r: Record) => any;
20
20
  renderExport: (value: string) => string;
21
21
  filterConfig: (item: ColumnConfig) => {
22
+ searchDefaultConditions: "in";
22
23
  type: string;
23
24
  id: string;
24
25
  name: string;
@@ -17,6 +17,7 @@ import GetFormItem from "../GetFormItem";
17
17
  import ItemView from "../../commonComponents/ItemView";
18
18
  import PlatBuyer from "../../commonComponents/PlatBuyer";
19
19
  import { isNull, filterFn as _filterFn } from '@kmkf-fe-packages/kmkf-utils';
20
+ import { SYMBOL } from "../../constant";
20
21
  var BuyerNick = /*#__PURE__*/_createClass(function BuyerNick(options) {
21
22
  var _this = this;
22
23
  _classCallCheck(this, BuyerNick);
@@ -82,6 +83,7 @@ var BuyerNick = /*#__PURE__*/_createClass(function BuyerNick(options) {
82
83
  });
83
84
  _defineProperty(this, "filterConfig", function (item) {
84
85
  return {
86
+ searchDefaultConditions: SYMBOL.in,
85
87
  type: item.type,
86
88
  id: "".concat(item.id, "_enterprisePaymentBuyerNick"),
87
89
  name: "".concat(item.name, "-\u4E70\u5BB6\u6635\u79F0"),
@@ -18,6 +18,7 @@ declare class PaymentAmount implements ComponentInterface {
18
18
  renderExport: (value: string) => string;
19
19
  editRender: () => React.JSX.Element;
20
20
  filterConfig: (item: ColumnConfig) => {
21
+ searchDefaultConditions: "between";
21
22
  type: string;
22
23
  id: string;
23
24
  name: string;
@@ -10,6 +10,7 @@ import { ApaasInput } from '@kmkf-fe-packages/basic-components';
10
10
  import GetFormItem from "../GetFormItem";
11
11
  import ItemView from "../../commonComponents/ItemView";
12
12
  import { isNull, filterFn as _filterFn } from '@kmkf-fe-packages/kmkf-utils';
13
+ import { SYMBOL } from "../../constant";
13
14
  var PaymentAmount = /*#__PURE__*/_createClass(function PaymentAmount(options) {
14
15
  var _this = this;
15
16
  _classCallCheck(this, PaymentAmount);
@@ -55,6 +56,7 @@ var PaymentAmount = /*#__PURE__*/_createClass(function PaymentAmount(options) {
55
56
  });
56
57
  _defineProperty(this, "filterConfig", function (item) {
57
58
  return {
59
+ searchDefaultConditions: SYMBOL.between,
58
60
  type: item.type,
59
61
  id: "".concat(item.id, "_enterprisePaymentRefundFee"),
60
62
  name: "".concat(item.name, "-\u6253\u6B3E\u91D1\u989D"),
@@ -25,6 +25,7 @@ declare class PaymentStatus implements ComponentInterface {
25
25
  renderExport: (value: any) => any;
26
26
  editRender: () => null;
27
27
  filterConfig: (item: ColumnConfig) => {
28
+ searchDefaultConditions: "in";
28
29
  type: string;
29
30
  id: string;
30
31
  name: string;
@@ -8,6 +8,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
8
8
  import React from 'react';
9
9
  import ItemView from "../../commonComponents/ItemView";
10
10
  import { isNull, filterFn as _filterFn } from '@kmkf-fe-packages/kmkf-utils';
11
+ import { SYMBOL } from "../../constant";
11
12
  var PaymentStatus = /*#__PURE__*/_createClass(function PaymentStatus(options) {
12
13
  var _this = this;
13
14
  _classCallCheck(this, PaymentStatus);
@@ -48,6 +49,7 @@ var PaymentStatus = /*#__PURE__*/_createClass(function PaymentStatus(options) {
48
49
  });
49
50
  _defineProperty(this, "filterConfig", function (item) {
50
51
  return {
52
+ searchDefaultConditions: SYMBOL.in,
51
53
  type: item.type,
52
54
  id: "".concat(item.id, "_enterprisePaymentStatus"),
53
55
  name: "".concat(item.name, "-\u6253\u6B3E\u72B6\u6001"),
@@ -18,6 +18,7 @@ declare class PaymentTid implements ComponentInterface {
18
18
  renderExport: (value: string) => string;
19
19
  editRender: () => React.JSX.Element;
20
20
  filterConfig: (item: ColumnConfig) => {
21
+ searchDefaultConditions: "in";
21
22
  type: string;
22
23
  id: string;
23
24
  name: string;
@@ -10,6 +10,7 @@ import { ApaasInput } from '@kmkf-fe-packages/basic-components';
10
10
  import GetFormItem from "../GetFormItem";
11
11
  import ItemView from "../../commonComponents/ItemView";
12
12
  import { isNull, filterFn as _filterFn } from '@kmkf-fe-packages/kmkf-utils';
13
+ import { SYMBOL } from "../../constant";
13
14
  var PaymentTid = /*#__PURE__*/_createClass(function PaymentTid(options) {
14
15
  var _this = this;
15
16
  _classCallCheck(this, PaymentTid);
@@ -55,6 +56,7 @@ var PaymentTid = /*#__PURE__*/_createClass(function PaymentTid(options) {
55
56
  });
56
57
  _defineProperty(this, "filterConfig", function (item) {
57
58
  return {
59
+ searchDefaultConditions: SYMBOL.in,
58
60
  type: item.type,
59
61
  id: "".concat(item.id, "_enterprisePaymentTid"),
60
62
  name: "".concat(item.name, "-\u8BA2\u5355\u7F16\u53F7"),
@@ -38,12 +38,21 @@ declare class Logistics implements ComponentInterface {
38
38
  renderExport: () => null;
39
39
  editRender: (value: any) => React.JSX.Element;
40
40
  filterConfig: (item: ColumnConfig) => ({
41
+ searchDefaultConditions: "in";
41
42
  type: string;
42
43
  id: string;
43
44
  name: string;
44
45
  filterComponentType: "Input";
45
46
  filterFn: (value: string) => (i: Record) => boolean;
46
47
  } | {
48
+ searchDefaultConditions: "between";
49
+ type: string;
50
+ id: string;
51
+ name: string;
52
+ filterComponentType: "Input";
53
+ filterFn: (value: string) => (i: Record) => boolean;
54
+ } | {
55
+ searchDefaultConditions: "in";
47
56
  type: string;
48
57
  id: string;
49
58
  name: string;
@@ -54,6 +63,7 @@ declare class Logistics implements ComponentInterface {
54
63
  }[];
55
64
  filterFn: (value: string) => (i: Record) => boolean;
56
65
  } | {
66
+ searchDefaultConditions: "between";
57
67
  type: string;
58
68
  id: string;
59
69
  name: string;
@@ -8,7 +8,7 @@ declare class PlatForm implements ComponentInterface {
8
8
  componentConfig: ComponentInterface["componentConfig"];
9
9
  isCombinationComponent: boolean;
10
10
  children: ComponentInterface[];
11
- platInstance: PlatData;
11
+ platInstance: InstanceType<typeof PlatData>;
12
12
  constructor();
13
13
  renderPc: (value: any, record: Record) => React.JSX.Element;
14
14
  renderExport: (value: any, record: Record) => string;
@@ -17,6 +17,7 @@ declare class PlatForm implements ComponentInterface {
17
17
  renderClient: () => null;
18
18
  editRender: () => null;
19
19
  filterConfig: (item: ColumnConfig) => {
20
+ searchDefaultConditions: "in";
20
21
  type: string;
21
22
  id: string;
22
23
  name: string;