@kmkf-fe-packages/basic-components 2.0.19-beta.16 → 2.0.19-beta.17

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
@@ -16783,11 +16783,10 @@ var index$1 = (function (props) {
16783
16783
  while (1) switch (_context3.prev = _context3.next) {
16784
16784
  case 0:
16785
16785
  wdtUtils.getWdtOrderListSingleton(orderNo).then(function (data) {
16786
- var _valueRef$current3;
16787
16786
  var trades = ((data === null || data === void 0 ? void 0 : data.trades) || []).filter(function (item) {
16788
16787
  return (item.srcTid || '').split(',').includes(orderNo);
16789
16788
  });
16790
- _onChange === null || _onChange === void 0 ? void 0 : _onChange(_objectSpread2(_objectSpread2({}, (_valueRef$current3 = valueRef.current) !== null && _valueRef$current3 !== void 0 ? _valueRef$current3 : {}), {}, {
16789
+ _onChange === null || _onChange === void 0 ? void 0 : _onChange(_objectSpread2(_objectSpread2({}, valueRef.current || {}), {}, {
16791
16790
  orders: trades,
16792
16791
  showOrderInfo: trades.map(function (_ref4) {
16793
16792
  var billNo = _ref4.billNo,
@@ -16818,11 +16817,10 @@ var index$1 = (function (props) {
16818
16817
  while (1) switch (_context4.prev = _context4.next) {
16819
16818
  case 0:
16820
16819
  bsE3Utils.getBsE3OrderListSingleton(orderNo).then(function (data) {
16821
- var _valueRef$current4;
16822
16820
  var trades = ((data === null || data === void 0 ? void 0 : data.orderList) || []).filter(function (item) {
16823
16821
  return (item === null || item === void 0 ? void 0 : item.dealCode) === orderNo;
16824
16822
  });
16825
- _onChange === null || _onChange === void 0 ? void 0 : _onChange(_objectSpread2(_objectSpread2({}, (_valueRef$current4 = valueRef.current) !== null && _valueRef$current4 !== void 0 ? _valueRef$current4 : {}), {}, {
16823
+ _onChange === null || _onChange === void 0 ? void 0 : _onChange(_objectSpread2(_objectSpread2({}, valueRef.current || {}), {}, {
16826
16824
  orders: trades,
16827
16825
  showOrderInfo: trades
16828
16826
  }));
@@ -16844,9 +16842,8 @@ var index$1 = (function (props) {
16844
16842
  while (1) switch (_context5.prev = _context5.next) {
16845
16843
  case 0:
16846
16844
  jstUtils.getJstOrderListSingleton(orderNo).then(function (data) {
16847
- var _valueRef$current5;
16848
16845
  var trades = data || [];
16849
- _onChange === null || _onChange === void 0 ? void 0 : _onChange(_objectSpread2(_objectSpread2({}, (_valueRef$current5 = valueRef.current) !== null && _valueRef$current5 !== void 0 ? _valueRef$current5 : {}), {}, {
16846
+ _onChange === null || _onChange === void 0 ? void 0 : _onChange(_objectSpread2(_objectSpread2({}, valueRef.current || {}), {}, {
16850
16847
  orders: trades,
16851
16848
  showOrderInfo: trades
16852
16849
  }));
@@ -16868,8 +16865,7 @@ var index$1 = (function (props) {
16868
16865
  while (1) switch (_context6.prev = _context6.next) {
16869
16866
  case 0:
16870
16867
  kmUtils.getOrderListSingleton(orderNo).then(function (trades) {
16871
- var _valueRef$current6;
16872
- _onChange === null || _onChange === void 0 ? void 0 : _onChange(_objectSpread2(_objectSpread2({}, (_valueRef$current6 = valueRef.current) !== null && _valueRef$current6 !== void 0 ? _valueRef$current6 : {}), {}, {
16868
+ _onChange === null || _onChange === void 0 ? void 0 : _onChange(_objectSpread2(_objectSpread2({}, valueRef.current || {}), {}, {
16873
16869
  orders: trades,
16874
16870
  showOrderInfo: trades.map(function (_ref8) {
16875
16871
  var billNo = _ref8.billNo,
@@ -16900,11 +16896,10 @@ var index$1 = (function (props) {
16900
16896
  while (1) switch (_context7.prev = _context7.next) {
16901
16897
  case 0:
16902
16898
  gyUtils.getGyOrderListSingleton(orderNo).then(function (data) {
16903
- var _valueRef$current7;
16904
16899
  var trades = ((data === null || data === void 0 ? void 0 : data.trades) || []).filter(function (item) {
16905
16900
  return getIsPlatformCodesIncludeOrderNos(item.platformCode, orderNo);
16906
16901
  });
16907
- _onChange === null || _onChange === void 0 ? void 0 : _onChange(_objectSpread2(_objectSpread2({}, (_valueRef$current7 = valueRef.current) !== null && _valueRef$current7 !== void 0 ? _valueRef$current7 : {}), {}, {
16902
+ _onChange === null || _onChange === void 0 ? void 0 : _onChange(_objectSpread2(_objectSpread2({}, valueRef.current || {}), {}, {
16908
16903
  orders: trades,
16909
16904
  showOrderInfo: trades.map(function (_ref10) {
16910
16905
  var billNo = _ref10.billNo,
@@ -17145,12 +17140,11 @@ var CommonGoods = function CommonGoods(props) {
17145
17140
  while (1) switch (_context.prev = _context.next) {
17146
17141
  case 0:
17147
17142
  wdtUtils.getWdtOrderListSingleton(orderNo).then(function (data) {
17148
- var _valueRef$current2;
17149
17143
  var orders = ((data === null || data === void 0 ? void 0 : data.trades) || []).filter(function (trade) {
17150
17144
  var _valueRef$current;
17151
17145
  return (((_valueRef$current = valueRef.current) === null || _valueRef$current === void 0 ? void 0 : _valueRef$current.selectIds) || []).includes(trade.tradeNo);
17152
17146
  });
17153
- onChange(_objectSpread2(_objectSpread2({}, (_valueRef$current2 = valueRef.current) !== null && _valueRef$current2 !== void 0 ? _valueRef$current2 : {}), {}, {
17147
+ onChange(_objectSpread2(_objectSpread2({}, valueRef.current || {}), {}, {
17154
17148
  orders: orders
17155
17149
  }));
17156
17150
  });
@@ -17175,10 +17169,10 @@ var CommonGoods = function CommonGoods(props) {
17175
17169
  };
17176
17170
  setTableSelect(['2', '4'].includes(data.val));
17177
17171
  if (['1', '3'].includes(data.val)) {
17178
- var _valueRef$current3, _valueRef$current4;
17172
+ var _valueRef$current2, _valueRef$current3;
17179
17173
  pubsub.publish(componentMap$1[compType].eventNameMap.selectListReturn, {
17180
- list: cloneDeep((valueRef === null || valueRef === void 0 ? void 0 : (_valueRef$current3 = valueRef.current) === null || _valueRef$current3 === void 0 ? void 0 : _valueRef$current3[componentMap$1[compType].key]) || []),
17181
- shopCode: valueRef === null || valueRef === void 0 ? void 0 : (_valueRef$current4 = valueRef.current) === null || _valueRef$current4 === void 0 ? void 0 : _valueRef$current4.shopCode,
17174
+ list: cloneDeep((valueRef === null || valueRef === void 0 ? void 0 : (_valueRef$current2 = valueRef.current) === null || _valueRef$current2 === void 0 ? void 0 : _valueRef$current2[componentMap$1[compType].key]) || []),
17175
+ shopCode: valueRef === null || valueRef === void 0 ? void 0 : (_valueRef$current3 = valueRef.current) === null || _valueRef$current3 === void 0 ? void 0 : _valueRef$current3.shopCode,
17182
17176
  goodValue: data === null || data === void 0 ? void 0 : data.goodValue
17183
17177
  });
17184
17178
  }
@@ -17193,10 +17187,10 @@ var CommonGoods = function CommonGoods(props) {
17193
17187
  };
17194
17188
  setTableSelect(['2', '4'].includes(data.val));
17195
17189
  if (['1', '3'].includes(data.val)) {
17196
- var _valueRef$current5, _valueRef$current6;
17190
+ var _valueRef$current4, _valueRef$current5;
17197
17191
  pubsub.publish(componentMap$1[compType].eventNameMap.reissueSelectListReturn, {
17198
- list: cloneDeep((valueRef === null || valueRef === void 0 ? void 0 : (_valueRef$current5 = valueRef.current) === null || _valueRef$current5 === void 0 ? void 0 : _valueRef$current5[componentMap$1[compType].key]) || []),
17199
- shopCode: valueRef === null || valueRef === void 0 ? void 0 : (_valueRef$current6 = valueRef.current) === null || _valueRef$current6 === void 0 ? void 0 : _valueRef$current6.shopCode,
17192
+ list: cloneDeep((valueRef === null || valueRef === void 0 ? void 0 : (_valueRef$current4 = valueRef.current) === null || _valueRef$current4 === void 0 ? void 0 : _valueRef$current4[componentMap$1[compType].key]) || []),
17193
+ shopCode: valueRef === null || valueRef === void 0 ? void 0 : (_valueRef$current5 = valueRef.current) === null || _valueRef$current5 === void 0 ? void 0 : _valueRef$current5.shopCode,
17200
17194
  goodValue: data === null || data === void 0 ? void 0 : data.goodValue
17201
17195
  });
17202
17196
  }
@@ -17211,10 +17205,10 @@ var CommonGoods = function CommonGoods(props) {
17211
17205
  };
17212
17206
  setTableSelect(['2', '4'].includes(data.val));
17213
17207
  if (['1', '3'].includes(data.val)) {
17214
- var _valueRef$current7, _valueRef$current8;
17208
+ var _valueRef$current6, _valueRef$current7;
17215
17209
  pubsub.publish(componentMap$1[compType].eventNameMap.returnSelectListReturn, {
17216
- list: cloneDeep((valueRef === null || valueRef === void 0 ? void 0 : (_valueRef$current7 = valueRef.current) === null || _valueRef$current7 === void 0 ? void 0 : _valueRef$current7[componentMap$1[compType].key]) || []),
17217
- shopCode: valueRef === null || valueRef === void 0 ? void 0 : (_valueRef$current8 = valueRef.current) === null || _valueRef$current8 === void 0 ? void 0 : _valueRef$current8.shopCode,
17210
+ list: cloneDeep((valueRef === null || valueRef === void 0 ? void 0 : (_valueRef$current6 = valueRef.current) === null || _valueRef$current6 === void 0 ? void 0 : _valueRef$current6[componentMap$1[compType].key]) || []),
17211
+ shopCode: valueRef === null || valueRef === void 0 ? void 0 : (_valueRef$current7 = valueRef.current) === null || _valueRef$current7 === void 0 ? void 0 : _valueRef$current7.shopCode,
17218
17212
  goodValue: data === null || data === void 0 ? void 0 : data.goodValue
17219
17213
  });
17220
17214
  }
@@ -17230,7 +17224,7 @@ var CommonGoods = function CommonGoods(props) {
17230
17224
  };
17231
17225
  }, [disabled]);
17232
17226
  var _onSelect = function onSelect(list) {
17233
- var _typeMap, _withInfo$current, _withInfo$current2, _valueRef$current9;
17227
+ var _typeMap, _withInfo$current, _withInfo$current2, _valueRef$current8;
17234
17228
  if (disabled) return;
17235
17229
  var newList = cloneDeep(list);
17236
17230
  var typeMap = (_typeMap = {
@@ -17247,7 +17241,7 @@ var CommonGoods = function CommonGoods(props) {
17247
17241
  item.canDelete = true;
17248
17242
  return item;
17249
17243
  }),
17250
- shopCode: valueRef === null || valueRef === void 0 ? void 0 : (_valueRef$current9 = valueRef.current) === null || _valueRef$current9 === void 0 ? void 0 : _valueRef$current9.shopCode,
17244
+ shopCode: valueRef === null || valueRef === void 0 ? void 0 : (_valueRef$current8 = valueRef.current) === null || _valueRef$current8 === void 0 ? void 0 : _valueRef$current8.shopCode,
17251
17245
  goodValue: withInfo.current.goodValue
17252
17246
  });
17253
17247
  };
@@ -17708,7 +17702,7 @@ var wdtReissue = function wdtReissue(props) {
17708
17702
  while (1) switch (_context.prev = _context.next) {
17709
17703
  case 0:
17710
17704
  (_typeMap$type4 = typeMap$1[type]) === null || _typeMap$type4 === void 0 ? void 0 : _typeMap$type4.getOrderList(orderNo).then(function (data) {
17711
- var _valueRef$current, _typeMap$type5, _typeMap$type$systemO, _ref3, _valueRef$current2, _typeMap$type6;
17705
+ var _typeMap$type5, _ref3, _typeMap$type6;
17712
17706
  var orders = (data === null || data === void 0 ? void 0 : data.trades) || [];
17713
17707
  var showOrderInfo = orders.map(function (_ref2) {
17714
17708
  var billNo = _ref2.billNo,
@@ -17720,7 +17714,7 @@ var wdtReissue = function wdtReissue(props) {
17720
17714
  billTag: billTag
17721
17715
  };
17722
17716
  });
17723
- onChange(_objectSpread2(_objectSpread2({}, (_valueRef$current = valueRef.current) !== null && _valueRef$current !== void 0 ? _valueRef$current : {}), {}, _defineProperty({}, (_typeMap$type5 = typeMap$1[type]) === null || _typeMap$type5 === void 0 ? void 0 : _typeMap$type5.systemOrder, _objectSpread2(_objectSpread2({}, (_typeMap$type$systemO = (_ref3 = (_valueRef$current2 = valueRef.current) !== null && _valueRef$current2 !== void 0 ? _valueRef$current2 : {}) === null || _ref3 === void 0 ? void 0 : _ref3[(_typeMap$type6 = typeMap$1[type]) === null || _typeMap$type6 === void 0 ? void 0 : _typeMap$type6.systemOrder]) !== null && _typeMap$type$systemO !== void 0 ? _typeMap$type$systemO : {}), {}, {
17717
+ onChange(_objectSpread2(_objectSpread2({}, valueRef.current || {}), {}, _defineProperty({}, (_typeMap$type5 = typeMap$1[type]) === null || _typeMap$type5 === void 0 ? void 0 : _typeMap$type5.systemOrder, _objectSpread2(_objectSpread2({}, ((_ref3 = valueRef.current || {}) === null || _ref3 === void 0 ? void 0 : _ref3[(_typeMap$type6 = typeMap$1[type]) === null || _typeMap$type6 === void 0 ? void 0 : _typeMap$type6.systemOrder]) || {}), {}, {
17724
17718
  showOrderInfo: showOrderInfo,
17725
17719
  orders: orders
17726
17720
  }))));
@@ -17991,7 +17985,7 @@ var PublicReissue = function PublicReissue(props) {
17991
17985
  while (1) switch (_context.prev = _context.next) {
17992
17986
  case 0:
17993
17987
  (_typeMap$type4 = typeMap$2[type]) === null || _typeMap$type4 === void 0 ? void 0 : _typeMap$type4.getOrderList(orderNo).then(function (data) {
17994
- var _valueRef$current3, _typeMap$type5, _typeMap$type6, _valueRef$current4, _typeMap$type10, _typeMap$type$systemO, _ref3, _valueRef$current5, _typeMap$type11;
17988
+ var _valueRef$current3, _typeMap$type5, _typeMap$type6, _typeMap$type10, _ref3, _typeMap$type11;
17995
17989
  var orders = data || [];
17996
17990
  var showOrderInfo = orders.map(function (orderItem) {
17997
17991
  return _defineProperty({}, typeMap$2[type].oIdKey, orderItem[typeMap$2[type].oIdKey]);
@@ -18006,7 +18000,7 @@ var PublicReissue = function PublicReissue(props) {
18006
18000
  });
18007
18001
  typeObj[(_typeMap$type8 = typeMap$2[type]) === null || _typeMap$type8 === void 0 ? void 0 : _typeMap$type8.systemOrderBillType] = targetOrder === null || targetOrder === void 0 ? void 0 : targetOrder[(_typeMap$type9 = typeMap$2[type]) === null || _typeMap$type9 === void 0 ? void 0 : _typeMap$type9.orderTypeKey];
18008
18002
  }
18009
- onChange(_objectSpread2(_objectSpread2(_objectSpread2({}, (_valueRef$current4 = valueRef.current) !== null && _valueRef$current4 !== void 0 ? _valueRef$current4 : {}), typeObj), {}, _defineProperty({}, (_typeMap$type10 = typeMap$2[type]) === null || _typeMap$type10 === void 0 ? void 0 : _typeMap$type10.systemOrder, _objectSpread2(_objectSpread2({}, (_typeMap$type$systemO = (_ref3 = (_valueRef$current5 = valueRef.current) !== null && _valueRef$current5 !== void 0 ? _valueRef$current5 : {}) === null || _ref3 === void 0 ? void 0 : _ref3[(_typeMap$type11 = typeMap$2[type]) === null || _typeMap$type11 === void 0 ? void 0 : _typeMap$type11.systemOrder]) !== null && _typeMap$type$systemO !== void 0 ? _typeMap$type$systemO : {}), {}, {
18003
+ onChange(_objectSpread2(_objectSpread2(_objectSpread2({}, valueRef.current || {}), typeObj), {}, _defineProperty({}, (_typeMap$type10 = typeMap$2[type]) === null || _typeMap$type10 === void 0 ? void 0 : _typeMap$type10.systemOrder, _objectSpread2(_objectSpread2({}, ((_ref3 = valueRef.current || {}) === null || _ref3 === void 0 ? void 0 : _ref3[(_typeMap$type11 = typeMap$2[type]) === null || _typeMap$type11 === void 0 ? void 0 : _typeMap$type11.systemOrder]) || {}), {}, {
18010
18004
  showOrderInfo: showOrderInfo,
18011
18005
  orders: orders
18012
18006
  }))));
@@ -19027,7 +19021,7 @@ var bsE3Reissue = function bsE3Reissue(props) {
19027
19021
  while (1) switch (_context.prev = _context.next) {
19028
19022
  case 0:
19029
19023
  (_typeMap$type4 = typeMap$3[type]) === null || _typeMap$type4 === void 0 ? void 0 : _typeMap$type4.getOrderList(orderNo).then(function (data) {
19030
- var _valueRef$current, _typeMap$type5, _typeMap$type$systemO, _ref3, _valueRef$current2, _typeMap$type6;
19024
+ var _typeMap$type5, _ref3, _typeMap$type6;
19031
19025
  var orders = (data === null || data === void 0 ? void 0 : data.orderList) || [];
19032
19026
  var showOrderInfo = orders.map(function (_ref2) {
19033
19027
  var orderSn = _ref2.orderSn;
@@ -19035,7 +19029,7 @@ var bsE3Reissue = function bsE3Reissue(props) {
19035
19029
  billNo: orderSn
19036
19030
  };
19037
19031
  });
19038
- onChange(_objectSpread2(_objectSpread2({}, (_valueRef$current = valueRef.current) !== null && _valueRef$current !== void 0 ? _valueRef$current : {}), {}, _defineProperty({}, (_typeMap$type5 = typeMap$3[type]) === null || _typeMap$type5 === void 0 ? void 0 : _typeMap$type5.systemOrder, _objectSpread2(_objectSpread2({}, (_typeMap$type$systemO = (_ref3 = (_valueRef$current2 = valueRef.current) !== null && _valueRef$current2 !== void 0 ? _valueRef$current2 : {}) === null || _ref3 === void 0 ? void 0 : _ref3[(_typeMap$type6 = typeMap$3[type]) === null || _typeMap$type6 === void 0 ? void 0 : _typeMap$type6.systemOrder]) !== null && _typeMap$type$systemO !== void 0 ? _typeMap$type$systemO : {}), {}, {
19032
+ onChange(_objectSpread2(_objectSpread2({}, valueRef.current || {}), {}, _defineProperty({}, (_typeMap$type5 = typeMap$3[type]) === null || _typeMap$type5 === void 0 ? void 0 : _typeMap$type5.systemOrder, _objectSpread2(_objectSpread2({}, ((_ref3 = valueRef.current || {}) === null || _ref3 === void 0 ? void 0 : _ref3[(_typeMap$type6 = typeMap$3[type]) === null || _typeMap$type6 === void 0 ? void 0 : _typeMap$type6.systemOrder]) || {}), {}, {
19039
19033
  showOrderInfo: showOrderInfo,
19040
19034
  orders: orders
19041
19035
  }))));
@@ -19263,7 +19257,7 @@ var GyReissue = function GyReissue(props) {
19263
19257
  while (1) switch (_context.prev = _context.next) {
19264
19258
  case 0:
19265
19259
  (_typeMap$type4 = typeMap$4[type]) === null || _typeMap$type4 === void 0 ? void 0 : _typeMap$type4.getOrderList(orderNo).then(function (data) {
19266
- var _valueRef$current, _typeMap$type5, _typeMap$type$systemO, _ref3, _valueRef$current2, _typeMap$type6, _valueRef$current3, _typeMap$type7, _typeMap$type$systemO2, _ref4, _valueRef$current4, _typeMap$type8;
19260
+ var _typeMap$type5, _ref3, _typeMap$type6, _typeMap$type7, _ref4, _typeMap$type8;
19267
19261
  var orders = (data === null || data === void 0 ? void 0 : data.trades) || [];
19268
19262
  var showOrderInfo = orders.map(function (_ref2) {
19269
19263
  var billNo = _ref2.billNo,
@@ -19287,12 +19281,12 @@ var GyReissue = function GyReissue(props) {
19287
19281
  });
19288
19282
  pushGyLog('getOrderList', {
19289
19283
  before: valueRef.current,
19290
- after: _objectSpread2(_objectSpread2({}, (_valueRef$current = valueRef.current) !== null && _valueRef$current !== void 0 ? _valueRef$current : {}), {}, _defineProperty({}, (_typeMap$type5 = typeMap$4[type]) === null || _typeMap$type5 === void 0 ? void 0 : _typeMap$type5.systemOrder, _objectSpread2(_objectSpread2({}, (_typeMap$type$systemO = (_ref3 = (_valueRef$current2 = valueRef.current) !== null && _valueRef$current2 !== void 0 ? _valueRef$current2 : {}) === null || _ref3 === void 0 ? void 0 : _ref3[(_typeMap$type6 = typeMap$4[type]) === null || _typeMap$type6 === void 0 ? void 0 : _typeMap$type6.systemOrder]) !== null && _typeMap$type$systemO !== void 0 ? _typeMap$type$systemO : {}), {}, {
19284
+ after: _objectSpread2(_objectSpread2({}, valueRef.current || {}), {}, _defineProperty({}, (_typeMap$type5 = typeMap$4[type]) === null || _typeMap$type5 === void 0 ? void 0 : _typeMap$type5.systemOrder, _objectSpread2(_objectSpread2({}, ((_ref3 = valueRef.current || {}) === null || _ref3 === void 0 ? void 0 : _ref3[(_typeMap$type6 = typeMap$4[type]) === null || _typeMap$type6 === void 0 ? void 0 : _typeMap$type6.systemOrder]) || {}), {}, {
19291
19285
  showOrderInfo: showOrderInfo,
19292
19286
  orders: orders
19293
19287
  })))
19294
19288
  });
19295
- onChange(_objectSpread2(_objectSpread2({}, (_valueRef$current3 = valueRef.current) !== null && _valueRef$current3 !== void 0 ? _valueRef$current3 : {}), {}, _defineProperty({}, (_typeMap$type7 = typeMap$4[type]) === null || _typeMap$type7 === void 0 ? void 0 : _typeMap$type7.systemOrder, _objectSpread2(_objectSpread2({}, (_typeMap$type$systemO2 = (_ref4 = (_valueRef$current4 = valueRef.current) !== null && _valueRef$current4 !== void 0 ? _valueRef$current4 : {}) === null || _ref4 === void 0 ? void 0 : _ref4[(_typeMap$type8 = typeMap$4[type]) === null || _typeMap$type8 === void 0 ? void 0 : _typeMap$type8.systemOrder]) !== null && _typeMap$type$systemO2 !== void 0 ? _typeMap$type$systemO2 : {}), {}, {
19289
+ onChange(_objectSpread2(_objectSpread2({}, valueRef.current || {}), {}, _defineProperty({}, (_typeMap$type7 = typeMap$4[type]) === null || _typeMap$type7 === void 0 ? void 0 : _typeMap$type7.systemOrder, _objectSpread2(_objectSpread2({}, ((_ref4 = valueRef.current || {}) === null || _ref4 === void 0 ? void 0 : _ref4[(_typeMap$type8 = typeMap$4[type]) === null || _typeMap$type8 === void 0 ? void 0 : _typeMap$type8.systemOrder]) || {}), {}, {
19296
19290
  showOrderInfo: showOrderInfo,
19297
19291
  orders: orders
19298
19292
  }))));
package/dist/index.js CHANGED
@@ -16795,11 +16795,10 @@ var index$1 = (function (props) {
16795
16795
  while (1) switch (_context3.prev = _context3.next) {
16796
16796
  case 0:
16797
16797
  wdtUtils.getWdtOrderListSingleton(orderNo).then(function (data) {
16798
- var _valueRef$current3;
16799
16798
  var trades = ((data === null || data === void 0 ? void 0 : data.trades) || []).filter(function (item) {
16800
16799
  return (item.srcTid || '').split(',').includes(orderNo);
16801
16800
  });
16802
- _onChange === null || _onChange === void 0 ? void 0 : _onChange(_objectSpread2(_objectSpread2({}, (_valueRef$current3 = valueRef.current) !== null && _valueRef$current3 !== void 0 ? _valueRef$current3 : {}), {}, {
16801
+ _onChange === null || _onChange === void 0 ? void 0 : _onChange(_objectSpread2(_objectSpread2({}, valueRef.current || {}), {}, {
16803
16802
  orders: trades,
16804
16803
  showOrderInfo: trades.map(function (_ref4) {
16805
16804
  var billNo = _ref4.billNo,
@@ -16830,11 +16829,10 @@ var index$1 = (function (props) {
16830
16829
  while (1) switch (_context4.prev = _context4.next) {
16831
16830
  case 0:
16832
16831
  bsE3Utils.getBsE3OrderListSingleton(orderNo).then(function (data) {
16833
- var _valueRef$current4;
16834
16832
  var trades = ((data === null || data === void 0 ? void 0 : data.orderList) || []).filter(function (item) {
16835
16833
  return (item === null || item === void 0 ? void 0 : item.dealCode) === orderNo;
16836
16834
  });
16837
- _onChange === null || _onChange === void 0 ? void 0 : _onChange(_objectSpread2(_objectSpread2({}, (_valueRef$current4 = valueRef.current) !== null && _valueRef$current4 !== void 0 ? _valueRef$current4 : {}), {}, {
16835
+ _onChange === null || _onChange === void 0 ? void 0 : _onChange(_objectSpread2(_objectSpread2({}, valueRef.current || {}), {}, {
16838
16836
  orders: trades,
16839
16837
  showOrderInfo: trades
16840
16838
  }));
@@ -16856,9 +16854,8 @@ var index$1 = (function (props) {
16856
16854
  while (1) switch (_context5.prev = _context5.next) {
16857
16855
  case 0:
16858
16856
  jstUtils.getJstOrderListSingleton(orderNo).then(function (data) {
16859
- var _valueRef$current5;
16860
16857
  var trades = data || [];
16861
- _onChange === null || _onChange === void 0 ? void 0 : _onChange(_objectSpread2(_objectSpread2({}, (_valueRef$current5 = valueRef.current) !== null && _valueRef$current5 !== void 0 ? _valueRef$current5 : {}), {}, {
16858
+ _onChange === null || _onChange === void 0 ? void 0 : _onChange(_objectSpread2(_objectSpread2({}, valueRef.current || {}), {}, {
16862
16859
  orders: trades,
16863
16860
  showOrderInfo: trades
16864
16861
  }));
@@ -16880,8 +16877,7 @@ var index$1 = (function (props) {
16880
16877
  while (1) switch (_context6.prev = _context6.next) {
16881
16878
  case 0:
16882
16879
  kmUtils.getOrderListSingleton(orderNo).then(function (trades) {
16883
- var _valueRef$current6;
16884
- _onChange === null || _onChange === void 0 ? void 0 : _onChange(_objectSpread2(_objectSpread2({}, (_valueRef$current6 = valueRef.current) !== null && _valueRef$current6 !== void 0 ? _valueRef$current6 : {}), {}, {
16880
+ _onChange === null || _onChange === void 0 ? void 0 : _onChange(_objectSpread2(_objectSpread2({}, valueRef.current || {}), {}, {
16885
16881
  orders: trades,
16886
16882
  showOrderInfo: trades.map(function (_ref8) {
16887
16883
  var billNo = _ref8.billNo,
@@ -16912,11 +16908,10 @@ var index$1 = (function (props) {
16912
16908
  while (1) switch (_context7.prev = _context7.next) {
16913
16909
  case 0:
16914
16910
  gyUtils.getGyOrderListSingleton(orderNo).then(function (data) {
16915
- var _valueRef$current7;
16916
16911
  var trades = ((data === null || data === void 0 ? void 0 : data.trades) || []).filter(function (item) {
16917
16912
  return kmkfUtils.getIsPlatformCodesIncludeOrderNos(item.platformCode, orderNo);
16918
16913
  });
16919
- _onChange === null || _onChange === void 0 ? void 0 : _onChange(_objectSpread2(_objectSpread2({}, (_valueRef$current7 = valueRef.current) !== null && _valueRef$current7 !== void 0 ? _valueRef$current7 : {}), {}, {
16914
+ _onChange === null || _onChange === void 0 ? void 0 : _onChange(_objectSpread2(_objectSpread2({}, valueRef.current || {}), {}, {
16920
16915
  orders: trades,
16921
16916
  showOrderInfo: trades.map(function (_ref10) {
16922
16917
  var billNo = _ref10.billNo,
@@ -17157,12 +17152,11 @@ var CommonGoods = function CommonGoods(props) {
17157
17152
  while (1) switch (_context.prev = _context.next) {
17158
17153
  case 0:
17159
17154
  wdtUtils.getWdtOrderListSingleton(orderNo).then(function (data) {
17160
- var _valueRef$current2;
17161
17155
  var orders = ((data === null || data === void 0 ? void 0 : data.trades) || []).filter(function (trade) {
17162
17156
  var _valueRef$current;
17163
17157
  return (((_valueRef$current = valueRef.current) === null || _valueRef$current === void 0 ? void 0 : _valueRef$current.selectIds) || []).includes(trade.tradeNo);
17164
17158
  });
17165
- onChange(_objectSpread2(_objectSpread2({}, (_valueRef$current2 = valueRef.current) !== null && _valueRef$current2 !== void 0 ? _valueRef$current2 : {}), {}, {
17159
+ onChange(_objectSpread2(_objectSpread2({}, valueRef.current || {}), {}, {
17166
17160
  orders: orders
17167
17161
  }));
17168
17162
  });
@@ -17187,10 +17181,10 @@ var CommonGoods = function CommonGoods(props) {
17187
17181
  };
17188
17182
  setTableSelect(['2', '4'].includes(data.val));
17189
17183
  if (['1', '3'].includes(data.val)) {
17190
- var _valueRef$current3, _valueRef$current4;
17184
+ var _valueRef$current2, _valueRef$current3;
17191
17185
  pubsub__default['default'].publish(componentMap$1[compType].eventNameMap.selectListReturn, {
17192
- list: lodash.cloneDeep((valueRef === null || valueRef === void 0 ? void 0 : (_valueRef$current3 = valueRef.current) === null || _valueRef$current3 === void 0 ? void 0 : _valueRef$current3[componentMap$1[compType].key]) || []),
17193
- shopCode: valueRef === null || valueRef === void 0 ? void 0 : (_valueRef$current4 = valueRef.current) === null || _valueRef$current4 === void 0 ? void 0 : _valueRef$current4.shopCode,
17186
+ list: lodash.cloneDeep((valueRef === null || valueRef === void 0 ? void 0 : (_valueRef$current2 = valueRef.current) === null || _valueRef$current2 === void 0 ? void 0 : _valueRef$current2[componentMap$1[compType].key]) || []),
17187
+ shopCode: valueRef === null || valueRef === void 0 ? void 0 : (_valueRef$current3 = valueRef.current) === null || _valueRef$current3 === void 0 ? void 0 : _valueRef$current3.shopCode,
17194
17188
  goodValue: data === null || data === void 0 ? void 0 : data.goodValue
17195
17189
  });
17196
17190
  }
@@ -17205,10 +17199,10 @@ var CommonGoods = function CommonGoods(props) {
17205
17199
  };
17206
17200
  setTableSelect(['2', '4'].includes(data.val));
17207
17201
  if (['1', '3'].includes(data.val)) {
17208
- var _valueRef$current5, _valueRef$current6;
17202
+ var _valueRef$current4, _valueRef$current5;
17209
17203
  pubsub__default['default'].publish(componentMap$1[compType].eventNameMap.reissueSelectListReturn, {
17210
- list: lodash.cloneDeep((valueRef === null || valueRef === void 0 ? void 0 : (_valueRef$current5 = valueRef.current) === null || _valueRef$current5 === void 0 ? void 0 : _valueRef$current5[componentMap$1[compType].key]) || []),
17211
- shopCode: valueRef === null || valueRef === void 0 ? void 0 : (_valueRef$current6 = valueRef.current) === null || _valueRef$current6 === void 0 ? void 0 : _valueRef$current6.shopCode,
17204
+ list: lodash.cloneDeep((valueRef === null || valueRef === void 0 ? void 0 : (_valueRef$current4 = valueRef.current) === null || _valueRef$current4 === void 0 ? void 0 : _valueRef$current4[componentMap$1[compType].key]) || []),
17205
+ shopCode: valueRef === null || valueRef === void 0 ? void 0 : (_valueRef$current5 = valueRef.current) === null || _valueRef$current5 === void 0 ? void 0 : _valueRef$current5.shopCode,
17212
17206
  goodValue: data === null || data === void 0 ? void 0 : data.goodValue
17213
17207
  });
17214
17208
  }
@@ -17223,10 +17217,10 @@ var CommonGoods = function CommonGoods(props) {
17223
17217
  };
17224
17218
  setTableSelect(['2', '4'].includes(data.val));
17225
17219
  if (['1', '3'].includes(data.val)) {
17226
- var _valueRef$current7, _valueRef$current8;
17220
+ var _valueRef$current6, _valueRef$current7;
17227
17221
  pubsub__default['default'].publish(componentMap$1[compType].eventNameMap.returnSelectListReturn, {
17228
- list: lodash.cloneDeep((valueRef === null || valueRef === void 0 ? void 0 : (_valueRef$current7 = valueRef.current) === null || _valueRef$current7 === void 0 ? void 0 : _valueRef$current7[componentMap$1[compType].key]) || []),
17229
- shopCode: valueRef === null || valueRef === void 0 ? void 0 : (_valueRef$current8 = valueRef.current) === null || _valueRef$current8 === void 0 ? void 0 : _valueRef$current8.shopCode,
17222
+ list: lodash.cloneDeep((valueRef === null || valueRef === void 0 ? void 0 : (_valueRef$current6 = valueRef.current) === null || _valueRef$current6 === void 0 ? void 0 : _valueRef$current6[componentMap$1[compType].key]) || []),
17223
+ shopCode: valueRef === null || valueRef === void 0 ? void 0 : (_valueRef$current7 = valueRef.current) === null || _valueRef$current7 === void 0 ? void 0 : _valueRef$current7.shopCode,
17230
17224
  goodValue: data === null || data === void 0 ? void 0 : data.goodValue
17231
17225
  });
17232
17226
  }
@@ -17242,7 +17236,7 @@ var CommonGoods = function CommonGoods(props) {
17242
17236
  };
17243
17237
  }, [disabled]);
17244
17238
  var _onSelect = function onSelect(list) {
17245
- var _typeMap, _withInfo$current, _withInfo$current2, _valueRef$current9;
17239
+ var _typeMap, _withInfo$current, _withInfo$current2, _valueRef$current8;
17246
17240
  if (disabled) return;
17247
17241
  var newList = lodash.cloneDeep(list);
17248
17242
  var typeMap = (_typeMap = {
@@ -17259,7 +17253,7 @@ var CommonGoods = function CommonGoods(props) {
17259
17253
  item.canDelete = true;
17260
17254
  return item;
17261
17255
  }),
17262
- shopCode: valueRef === null || valueRef === void 0 ? void 0 : (_valueRef$current9 = valueRef.current) === null || _valueRef$current9 === void 0 ? void 0 : _valueRef$current9.shopCode,
17256
+ shopCode: valueRef === null || valueRef === void 0 ? void 0 : (_valueRef$current8 = valueRef.current) === null || _valueRef$current8 === void 0 ? void 0 : _valueRef$current8.shopCode,
17263
17257
  goodValue: withInfo.current.goodValue
17264
17258
  });
17265
17259
  };
@@ -17720,7 +17714,7 @@ var wdtReissue = function wdtReissue(props) {
17720
17714
  while (1) switch (_context.prev = _context.next) {
17721
17715
  case 0:
17722
17716
  (_typeMap$type4 = typeMap$1[type]) === null || _typeMap$type4 === void 0 ? void 0 : _typeMap$type4.getOrderList(orderNo).then(function (data) {
17723
- var _valueRef$current, _typeMap$type5, _typeMap$type$systemO, _ref3, _valueRef$current2, _typeMap$type6;
17717
+ var _typeMap$type5, _ref3, _typeMap$type6;
17724
17718
  var orders = (data === null || data === void 0 ? void 0 : data.trades) || [];
17725
17719
  var showOrderInfo = orders.map(function (_ref2) {
17726
17720
  var billNo = _ref2.billNo,
@@ -17732,7 +17726,7 @@ var wdtReissue = function wdtReissue(props) {
17732
17726
  billTag: billTag
17733
17727
  };
17734
17728
  });
17735
- onChange(_objectSpread2(_objectSpread2({}, (_valueRef$current = valueRef.current) !== null && _valueRef$current !== void 0 ? _valueRef$current : {}), {}, _defineProperty({}, (_typeMap$type5 = typeMap$1[type]) === null || _typeMap$type5 === void 0 ? void 0 : _typeMap$type5.systemOrder, _objectSpread2(_objectSpread2({}, (_typeMap$type$systemO = (_ref3 = (_valueRef$current2 = valueRef.current) !== null && _valueRef$current2 !== void 0 ? _valueRef$current2 : {}) === null || _ref3 === void 0 ? void 0 : _ref3[(_typeMap$type6 = typeMap$1[type]) === null || _typeMap$type6 === void 0 ? void 0 : _typeMap$type6.systemOrder]) !== null && _typeMap$type$systemO !== void 0 ? _typeMap$type$systemO : {}), {}, {
17729
+ onChange(_objectSpread2(_objectSpread2({}, valueRef.current || {}), {}, _defineProperty({}, (_typeMap$type5 = typeMap$1[type]) === null || _typeMap$type5 === void 0 ? void 0 : _typeMap$type5.systemOrder, _objectSpread2(_objectSpread2({}, ((_ref3 = valueRef.current || {}) === null || _ref3 === void 0 ? void 0 : _ref3[(_typeMap$type6 = typeMap$1[type]) === null || _typeMap$type6 === void 0 ? void 0 : _typeMap$type6.systemOrder]) || {}), {}, {
17736
17730
  showOrderInfo: showOrderInfo,
17737
17731
  orders: orders
17738
17732
  }))));
@@ -18003,7 +17997,7 @@ var PublicReissue = function PublicReissue(props) {
18003
17997
  while (1) switch (_context.prev = _context.next) {
18004
17998
  case 0:
18005
17999
  (_typeMap$type4 = typeMap$2[type]) === null || _typeMap$type4 === void 0 ? void 0 : _typeMap$type4.getOrderList(orderNo).then(function (data) {
18006
- var _valueRef$current3, _typeMap$type5, _typeMap$type6, _valueRef$current4, _typeMap$type10, _typeMap$type$systemO, _ref3, _valueRef$current5, _typeMap$type11;
18000
+ var _valueRef$current3, _typeMap$type5, _typeMap$type6, _typeMap$type10, _ref3, _typeMap$type11;
18007
18001
  var orders = data || [];
18008
18002
  var showOrderInfo = orders.map(function (orderItem) {
18009
18003
  return _defineProperty({}, typeMap$2[type].oIdKey, orderItem[typeMap$2[type].oIdKey]);
@@ -18018,7 +18012,7 @@ var PublicReissue = function PublicReissue(props) {
18018
18012
  });
18019
18013
  typeObj[(_typeMap$type8 = typeMap$2[type]) === null || _typeMap$type8 === void 0 ? void 0 : _typeMap$type8.systemOrderBillType] = targetOrder === null || targetOrder === void 0 ? void 0 : targetOrder[(_typeMap$type9 = typeMap$2[type]) === null || _typeMap$type9 === void 0 ? void 0 : _typeMap$type9.orderTypeKey];
18020
18014
  }
18021
- onChange(_objectSpread2(_objectSpread2(_objectSpread2({}, (_valueRef$current4 = valueRef.current) !== null && _valueRef$current4 !== void 0 ? _valueRef$current4 : {}), typeObj), {}, _defineProperty({}, (_typeMap$type10 = typeMap$2[type]) === null || _typeMap$type10 === void 0 ? void 0 : _typeMap$type10.systemOrder, _objectSpread2(_objectSpread2({}, (_typeMap$type$systemO = (_ref3 = (_valueRef$current5 = valueRef.current) !== null && _valueRef$current5 !== void 0 ? _valueRef$current5 : {}) === null || _ref3 === void 0 ? void 0 : _ref3[(_typeMap$type11 = typeMap$2[type]) === null || _typeMap$type11 === void 0 ? void 0 : _typeMap$type11.systemOrder]) !== null && _typeMap$type$systemO !== void 0 ? _typeMap$type$systemO : {}), {}, {
18015
+ onChange(_objectSpread2(_objectSpread2(_objectSpread2({}, valueRef.current || {}), typeObj), {}, _defineProperty({}, (_typeMap$type10 = typeMap$2[type]) === null || _typeMap$type10 === void 0 ? void 0 : _typeMap$type10.systemOrder, _objectSpread2(_objectSpread2({}, ((_ref3 = valueRef.current || {}) === null || _ref3 === void 0 ? void 0 : _ref3[(_typeMap$type11 = typeMap$2[type]) === null || _typeMap$type11 === void 0 ? void 0 : _typeMap$type11.systemOrder]) || {}), {}, {
18022
18016
  showOrderInfo: showOrderInfo,
18023
18017
  orders: orders
18024
18018
  }))));
@@ -19039,7 +19033,7 @@ var bsE3Reissue = function bsE3Reissue(props) {
19039
19033
  while (1) switch (_context.prev = _context.next) {
19040
19034
  case 0:
19041
19035
  (_typeMap$type4 = typeMap$3[type]) === null || _typeMap$type4 === void 0 ? void 0 : _typeMap$type4.getOrderList(orderNo).then(function (data) {
19042
- var _valueRef$current, _typeMap$type5, _typeMap$type$systemO, _ref3, _valueRef$current2, _typeMap$type6;
19036
+ var _typeMap$type5, _ref3, _typeMap$type6;
19043
19037
  var orders = (data === null || data === void 0 ? void 0 : data.orderList) || [];
19044
19038
  var showOrderInfo = orders.map(function (_ref2) {
19045
19039
  var orderSn = _ref2.orderSn;
@@ -19047,7 +19041,7 @@ var bsE3Reissue = function bsE3Reissue(props) {
19047
19041
  billNo: orderSn
19048
19042
  };
19049
19043
  });
19050
- onChange(_objectSpread2(_objectSpread2({}, (_valueRef$current = valueRef.current) !== null && _valueRef$current !== void 0 ? _valueRef$current : {}), {}, _defineProperty({}, (_typeMap$type5 = typeMap$3[type]) === null || _typeMap$type5 === void 0 ? void 0 : _typeMap$type5.systemOrder, _objectSpread2(_objectSpread2({}, (_typeMap$type$systemO = (_ref3 = (_valueRef$current2 = valueRef.current) !== null && _valueRef$current2 !== void 0 ? _valueRef$current2 : {}) === null || _ref3 === void 0 ? void 0 : _ref3[(_typeMap$type6 = typeMap$3[type]) === null || _typeMap$type6 === void 0 ? void 0 : _typeMap$type6.systemOrder]) !== null && _typeMap$type$systemO !== void 0 ? _typeMap$type$systemO : {}), {}, {
19044
+ onChange(_objectSpread2(_objectSpread2({}, valueRef.current || {}), {}, _defineProperty({}, (_typeMap$type5 = typeMap$3[type]) === null || _typeMap$type5 === void 0 ? void 0 : _typeMap$type5.systemOrder, _objectSpread2(_objectSpread2({}, ((_ref3 = valueRef.current || {}) === null || _ref3 === void 0 ? void 0 : _ref3[(_typeMap$type6 = typeMap$3[type]) === null || _typeMap$type6 === void 0 ? void 0 : _typeMap$type6.systemOrder]) || {}), {}, {
19051
19045
  showOrderInfo: showOrderInfo,
19052
19046
  orders: orders
19053
19047
  }))));
@@ -19275,7 +19269,7 @@ var GyReissue = function GyReissue(props) {
19275
19269
  while (1) switch (_context.prev = _context.next) {
19276
19270
  case 0:
19277
19271
  (_typeMap$type4 = typeMap$4[type]) === null || _typeMap$type4 === void 0 ? void 0 : _typeMap$type4.getOrderList(orderNo).then(function (data) {
19278
- var _valueRef$current, _typeMap$type5, _typeMap$type$systemO, _ref3, _valueRef$current2, _typeMap$type6, _valueRef$current3, _typeMap$type7, _typeMap$type$systemO2, _ref4, _valueRef$current4, _typeMap$type8;
19272
+ var _typeMap$type5, _ref3, _typeMap$type6, _typeMap$type7, _ref4, _typeMap$type8;
19279
19273
  var orders = (data === null || data === void 0 ? void 0 : data.trades) || [];
19280
19274
  var showOrderInfo = orders.map(function (_ref2) {
19281
19275
  var billNo = _ref2.billNo,
@@ -19299,12 +19293,12 @@ var GyReissue = function GyReissue(props) {
19299
19293
  });
19300
19294
  kmkfUtils.pushGyLog('getOrderList', {
19301
19295
  before: valueRef.current,
19302
- after: _objectSpread2(_objectSpread2({}, (_valueRef$current = valueRef.current) !== null && _valueRef$current !== void 0 ? _valueRef$current : {}), {}, _defineProperty({}, (_typeMap$type5 = typeMap$4[type]) === null || _typeMap$type5 === void 0 ? void 0 : _typeMap$type5.systemOrder, _objectSpread2(_objectSpread2({}, (_typeMap$type$systemO = (_ref3 = (_valueRef$current2 = valueRef.current) !== null && _valueRef$current2 !== void 0 ? _valueRef$current2 : {}) === null || _ref3 === void 0 ? void 0 : _ref3[(_typeMap$type6 = typeMap$4[type]) === null || _typeMap$type6 === void 0 ? void 0 : _typeMap$type6.systemOrder]) !== null && _typeMap$type$systemO !== void 0 ? _typeMap$type$systemO : {}), {}, {
19296
+ after: _objectSpread2(_objectSpread2({}, valueRef.current || {}), {}, _defineProperty({}, (_typeMap$type5 = typeMap$4[type]) === null || _typeMap$type5 === void 0 ? void 0 : _typeMap$type5.systemOrder, _objectSpread2(_objectSpread2({}, ((_ref3 = valueRef.current || {}) === null || _ref3 === void 0 ? void 0 : _ref3[(_typeMap$type6 = typeMap$4[type]) === null || _typeMap$type6 === void 0 ? void 0 : _typeMap$type6.systemOrder]) || {}), {}, {
19303
19297
  showOrderInfo: showOrderInfo,
19304
19298
  orders: orders
19305
19299
  })))
19306
19300
  });
19307
- onChange(_objectSpread2(_objectSpread2({}, (_valueRef$current3 = valueRef.current) !== null && _valueRef$current3 !== void 0 ? _valueRef$current3 : {}), {}, _defineProperty({}, (_typeMap$type7 = typeMap$4[type]) === null || _typeMap$type7 === void 0 ? void 0 : _typeMap$type7.systemOrder, _objectSpread2(_objectSpread2({}, (_typeMap$type$systemO2 = (_ref4 = (_valueRef$current4 = valueRef.current) !== null && _valueRef$current4 !== void 0 ? _valueRef$current4 : {}) === null || _ref4 === void 0 ? void 0 : _ref4[(_typeMap$type8 = typeMap$4[type]) === null || _typeMap$type8 === void 0 ? void 0 : _typeMap$type8.systemOrder]) !== null && _typeMap$type$systemO2 !== void 0 ? _typeMap$type$systemO2 : {}), {}, {
19301
+ onChange(_objectSpread2(_objectSpread2({}, valueRef.current || {}), {}, _defineProperty({}, (_typeMap$type7 = typeMap$4[type]) === null || _typeMap$type7 === void 0 ? void 0 : _typeMap$type7.systemOrder, _objectSpread2(_objectSpread2({}, ((_ref4 = valueRef.current || {}) === null || _ref4 === void 0 ? void 0 : _ref4[(_typeMap$type8 = typeMap$4[type]) === null || _typeMap$type8 === void 0 ? void 0 : _typeMap$type8.systemOrder]) || {}), {}, {
19308
19302
  showOrderInfo: showOrderInfo,
19309
19303
  orders: orders
19310
19304
  }))));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.0.19-beta.16",
3
+ "version": "2.0.19-beta.17",
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": "a5cf8c1b859b3f448fd465daec92b94aac60bc32"
68
+ "gitHead": "c5580e9e3891898d909b126f89d3466d79075e57"
69
69
  }