@kmkf-fe-packages/basic-components 2.0.19-beta.0 → 2.0.19-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -10387,7 +10387,6 @@ var LogisticsInterception = function LogisticsInterception(props) {
10387
10387
  var changeHandle = function changeHandle(val, type) {
10388
10388
  var newValue = _objectSpread2(_objectSpread2({}, value), {}, _defineProperty({}, type, val));
10389
10389
  if (type === 'interceptCompany') {
10390
- var _matchKCodeList$;
10391
10390
  var interceptCompany = expressInterceptData.find(function (item) {
10392
10391
  return item.value === val;
10393
10392
  });
@@ -10432,8 +10431,8 @@ var LogisticsInterception = function LogisticsInterception(props) {
10432
10431
  status: '',
10433
10432
  reason: ''
10434
10433
  },
10435
- interceptLogisticsUserKCode: (matchKCodeList === null || matchKCodeList === void 0 ? void 0 : matchKCodeList.length) === 1 ? matchKCodeList[0].userKCode : undefined,
10436
- interceptLogisticsUserSecretKey: (matchKCodeList === null || matchKCodeList === void 0 ? void 0 : matchKCodeList.length) === 1 ? (_matchKCodeList$ = matchKCodeList[0]) === null || _matchKCodeList$ === void 0 ? void 0 : _matchKCodeList$.userSecretKey : undefined
10434
+ interceptLogisticsUserKCode: undefined,
10435
+ interceptLogisticsUserSecretKey: undefined
10437
10436
  });
10438
10437
  }
10439
10438
  if (type === 'interceptLogisticsApiStatus') {
@@ -10519,7 +10518,6 @@ var LogisticsInterception = function LogisticsInterception(props) {
10519
10518
  }));
10520
10519
  }
10521
10520
  }, 'k码配置>>') : null),
10522
- required: true,
10523
10521
  key: 'interceptLogisticsUserKCode',
10524
10522
  hidden: !showKcode
10525
10523
  }, /*#__PURE__*/React.createElement(Select, {
@@ -19361,7 +19359,12 @@ var GyReissue = function GyReissue(props) {
19361
19359
  var _typeMap$type27;
19362
19360
  return !!(value === null || value === void 0 ? void 0 : value[(_typeMap$type27 = typeMap$4[type]) === null || _typeMap$type27 === void 0 ? void 0 : _typeMap$type27.systemOrderNo]);
19363
19361
  }, [value === null || value === void 0 ? void 0 : value[(_typeMap$type28 = typeMap$4[type]) === null || _typeMap$type28 === void 0 ? void 0 : _typeMap$type28.systemOrderNo]]);
19364
- return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Row, {
19362
+ return /*#__PURE__*/React.createElement("div", {
19363
+ id: "TEST_GY",
19364
+ onClick: function onClick() {
19365
+ console.log('TEST_GY', value);
19366
+ }
19367
+ }, /*#__PURE__*/React.createElement(Row, {
19365
19368
  gutter: 8,
19366
19369
  wrap: true
19367
19370
  }, /*#__PURE__*/React.createElement(Col, {
package/dist/index.js CHANGED
@@ -10399,7 +10399,6 @@ var LogisticsInterception = function LogisticsInterception(props) {
10399
10399
  var changeHandle = function changeHandle(val, type) {
10400
10400
  var newValue = _objectSpread2(_objectSpread2({}, value), {}, _defineProperty({}, type, val));
10401
10401
  if (type === 'interceptCompany') {
10402
- var _matchKCodeList$;
10403
10402
  var interceptCompany = expressInterceptData.find(function (item) {
10404
10403
  return item.value === val;
10405
10404
  });
@@ -10444,8 +10443,8 @@ var LogisticsInterception = function LogisticsInterception(props) {
10444
10443
  status: '',
10445
10444
  reason: ''
10446
10445
  },
10447
- interceptLogisticsUserKCode: (matchKCodeList === null || matchKCodeList === void 0 ? void 0 : matchKCodeList.length) === 1 ? matchKCodeList[0].userKCode : undefined,
10448
- interceptLogisticsUserSecretKey: (matchKCodeList === null || matchKCodeList === void 0 ? void 0 : matchKCodeList.length) === 1 ? (_matchKCodeList$ = matchKCodeList[0]) === null || _matchKCodeList$ === void 0 ? void 0 : _matchKCodeList$.userSecretKey : undefined
10446
+ interceptLogisticsUserKCode: undefined,
10447
+ interceptLogisticsUserSecretKey: undefined
10449
10448
  });
10450
10449
  }
10451
10450
  if (type === 'interceptLogisticsApiStatus') {
@@ -10531,7 +10530,6 @@ var LogisticsInterception = function LogisticsInterception(props) {
10531
10530
  }));
10532
10531
  }
10533
10532
  }, 'k码配置>>') : null),
10534
- required: true,
10535
10533
  key: 'interceptLogisticsUserKCode',
10536
10534
  hidden: !showKcode
10537
10535
  }, /*#__PURE__*/React__default['default'].createElement(antd.Select, {
@@ -19373,7 +19371,12 @@ var GyReissue = function GyReissue(props) {
19373
19371
  var _typeMap$type27;
19374
19372
  return !!(value === null || value === void 0 ? void 0 : value[(_typeMap$type27 = typeMap$4[type]) === null || _typeMap$type27 === void 0 ? void 0 : _typeMap$type27.systemOrderNo]);
19375
19373
  }, [value === null || value === void 0 ? void 0 : value[(_typeMap$type28 = typeMap$4[type]) === null || _typeMap$type28 === void 0 ? void 0 : _typeMap$type28.systemOrderNo]]);
19376
- return /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, /*#__PURE__*/React__default['default'].createElement(antd.Row, {
19374
+ return /*#__PURE__*/React__default['default'].createElement("div", {
19375
+ id: "TEST_GY",
19376
+ onClick: function onClick() {
19377
+ console.log('TEST_GY', value);
19378
+ }
19379
+ }, /*#__PURE__*/React__default['default'].createElement(antd.Row, {
19377
19380
  gutter: 8,
19378
19381
  wrap: true
19379
19382
  }, /*#__PURE__*/React__default['default'].createElement(antd.Col, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.0.19-beta.0",
3
+ "version": "2.0.19-beta.2",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "336ada02cb6f2c70056928879798475bf880d389"
68
+ "gitHead": "43753e0f45478a510b3fcfd70fdc198ab26e8795"
69
69
  }