@kmkf-fe-packages/basic-components 2.10.1 → 2.10.3

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 (2) hide show
  1. package/dist/index.esm.js +120 -38
  2. package/package.json +3 -3
package/dist/index.esm.js CHANGED
@@ -867,10 +867,21 @@ var ApaasUpload = function ApaasUpload(_ref) {
867
867
  });
868
868
  };
869
869
  }, [pasteDefaultStates]);
870
+ // 阻止浏览器默认拖拽行为(防止外部图片拖入时覆盖整个页面)
871
+ var handleDragOver = function handleDragOver(e) {
872
+ e.preventDefault();
873
+ e.stopPropagation();
874
+ };
875
+ var handleDrop = function handleDrop(e) {
876
+ e.preventDefault();
877
+ e.stopPropagation();
878
+ };
870
879
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("p", {
871
880
  className: styles.tips
872
881
  }, "\u5141\u8BB8\u4E0A\u4F20", maxCount, "\u5F20\u56FE\u7247"), /*#__PURE__*/React.createElement("div", {
873
- className: styles.imageBox
882
+ className: styles.imageBox,
883
+ onDragOver: handleDragOver,
884
+ onDrop: handleDrop
874
885
  }, !disabled && /*#__PURE__*/React.createElement("div", {
875
886
  className: styles.imagePaste
876
887
  }, pasteDefaultStates ? /*#__PURE__*/React.createElement("div", {
@@ -1221,12 +1232,23 @@ var ApaasUploadAsync = function ApaasUploadAsync(_ref, ref) {
1221
1232
  taskCompleted: !uploading
1222
1233
  };
1223
1234
  }, [uploading]);
1235
+ // 阻止浏览器默认拖拽行为(防止外部图片拖入时覆盖整个页面)
1236
+ var handleDragOver = function handleDragOver(e) {
1237
+ e.preventDefault();
1238
+ e.stopPropagation();
1239
+ };
1240
+ var handleDrop = function handleDrop(e) {
1241
+ e.preventDefault();
1242
+ e.stopPropagation();
1243
+ };
1224
1244
  return /*#__PURE__*/React.createElement(Spin, {
1225
1245
  spinning: uploading
1226
1246
  }, /*#__PURE__*/React.createElement("p", {
1227
1247
  className: styles$1.tips
1228
1248
  }, "\u5141\u8BB8\u4E0A\u4F20", maxCount, "\u5F20\u56FE\u7247"), /*#__PURE__*/React.createElement("div", {
1229
- className: styles$1.imageBox
1249
+ className: styles$1.imageBox,
1250
+ onDragOver: handleDragOver,
1251
+ onDrop: handleDrop
1230
1252
  }, !disabled && /*#__PURE__*/React.createElement("div", {
1231
1253
  className: styles$1.imagePaste
1232
1254
  }, pasteDefaultStates ? /*#__PURE__*/React.createElement("div", {
@@ -1527,12 +1549,23 @@ var ApaasUploadProAsync = function ApaasUploadProAsync(_ref, ref) {
1527
1549
  taskCompleted: !uploading
1528
1550
  };
1529
1551
  }, [uploading]);
1552
+ // 阻止浏览器默认拖拽行为(防止外部图片拖入时覆盖整个页面)
1553
+ var handleDragOver = function handleDragOver(e) {
1554
+ e.preventDefault();
1555
+ e.stopPropagation();
1556
+ };
1557
+ var handleDrop = function handleDrop(e) {
1558
+ e.preventDefault();
1559
+ e.stopPropagation();
1560
+ };
1530
1561
  return /*#__PURE__*/React.createElement(Spin, {
1531
1562
  spinning: uploading
1532
1563
  }, /*#__PURE__*/React.createElement("p", {
1533
1564
  className: styles$2.tips
1534
1565
  }, "\u5141\u8BB8\u4E0A\u4F20", maxCount, "\u5F20\u56FE\u7247"), /*#__PURE__*/React.createElement("div", {
1535
- className: styles$2.imageProBox
1566
+ className: styles$2.imageProBox,
1567
+ onDragOver: handleDragOver,
1568
+ onDrop: handleDrop
1536
1569
  }, !disabled && /*#__PURE__*/React.createElement("div", {
1537
1570
  className: styles$2.imageProPaste
1538
1571
  }, pasteDefaultStates ? /*#__PURE__*/React.createElement("div", {
@@ -7502,12 +7535,23 @@ var ApaasUploadFile = function ApaasUploadFile(_ref) {
7502
7535
  setFileName('');
7503
7536
  setVisible(false);
7504
7537
  };
7538
+ // 阻止浏览器默认拖拽行为(防止外部图片拖入时覆盖整个页面)
7539
+ var handleDragOver = function handleDragOver(e) {
7540
+ e.preventDefault();
7541
+ e.stopPropagation();
7542
+ };
7543
+ var handleDrop = function handleDrop(e) {
7544
+ e.preventDefault();
7545
+ e.stopPropagation();
7546
+ };
7505
7547
  return /*#__PURE__*/React.createElement(Spin, {
7506
7548
  spinning: uploading
7507
7549
  }, /*#__PURE__*/React.createElement("p", {
7508
7550
  className: styles$3.tips
7509
7551
  }, "\u5141\u8BB8\u4E0A\u4F20", maxCount, "\u4E2A\u6587\u4EF6"), /*#__PURE__*/React.createElement("div", {
7510
- className: styles$3.imageBox
7552
+ className: styles$3.imageBox,
7553
+ onDragOver: handleDragOver,
7554
+ onDrop: handleDrop
7511
7555
  }, !disabled && /*#__PURE__*/React.createElement("div", {
7512
7556
  className: styles$3.imagePaste
7513
7557
  }, pasteDefaultStates ? /*#__PURE__*/React.createElement("div", {
@@ -7819,6 +7863,7 @@ var ParseLogistics = function ParseLogistics(props) {
7819
7863
  onChange === null || onChange === void 0 ? void 0 : onChange(data);
7820
7864
  }).catch(function (e) {
7821
7865
  handleAIIdentify(fullAddress);
7866
+ console.log(e);
7822
7867
  }).finally(function () {
7823
7868
  setLoading(false);
7824
7869
  });
@@ -7842,6 +7887,7 @@ var ParseLogistics = function ParseLogistics(props) {
7842
7887
  var data = res.data;
7843
7888
  onChange === null || onChange === void 0 ? void 0 : onChange(data);
7844
7889
  }).catch(function (e) {
7890
+ console.log(e);
7845
7891
  message.error('识别失败,请输入正确的信息');
7846
7892
  }).finally(function () {
7847
7893
  setAiLoading(false);
@@ -10775,7 +10821,10 @@ function CopyTextIcon(_ref) {
10775
10821
  }, /*#__PURE__*/React.createElement(Tooltip, {
10776
10822
  title: val,
10777
10823
  mouseEnterDelay: 0.1,
10778
- placement: "topLeft"
10824
+ placement: "topLeft",
10825
+ getPopupContainer: function getPopupContainer() {
10826
+ return document.body;
10827
+ }
10779
10828
  }, /*#__PURE__*/React.createElement("span", {
10780
10829
  className: "ellipsis-text-3",
10781
10830
  style: {
@@ -12066,7 +12115,7 @@ var Goods = function Goods(props) {
12066
12115
  return querySkus({
12067
12116
  shopId: shopId,
12068
12117
  numIids: numIid
12069
- }).catch(function () {});
12118
+ }).catch(console.debug);
12070
12119
  case 5:
12071
12120
  res = _context3.sent;
12072
12121
  data = (res === null || res === void 0 ? void 0 : res.success) && (res === null || res === void 0 ? void 0 : res.data);
@@ -12450,7 +12499,7 @@ var GoodItem = function GoodItem(props) {
12450
12499
  return querySkus({
12451
12500
  shopId: shopId,
12452
12501
  numIids: numIid
12453
- }).catch(function () {});
12502
+ }).catch(console.debug);
12454
12503
  case 5:
12455
12504
  res = _context3.sent;
12456
12505
  data = (res === null || res === void 0 ? void 0 : res.success) && (res === null || res === void 0 ? void 0 : res.data);
@@ -13392,6 +13441,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
13392
13441
  });
13393
13442
  }
13394
13443
  }
13444
+ console.log('newValue', newValue);
13395
13445
  onChange === null || onChange === void 0 ? void 0 : onChange(newValue, type);
13396
13446
  };
13397
13447
  //智能识别回调
@@ -13974,14 +14024,21 @@ var LogisticsMoreTrajectory = function LogisticsMoreTrajectory(props) {
13974
14024
  }); // 1、初始值没有 传入值有请求快照
13975
14025
  // 2、初始值有 传入值有 其中有不一样的请求快照
13976
14026
  // 3、初始值有 传入值有 都一样的返回初始值
14027
+ console.log('list', initList, valueList, changeList);
14028
+ // console.log('old', initValue, value, changeValue);
14029
+ // console.log('一样', JSON.stringify(initList) !== JSON.stringify(valueList));
14030
+ // console.log(
14031
+ // '一样2',
14032
+ // JSON.stringify(changeList) !== JSON.stringify(valueList),
14033
+ // );
13977
14034
  if (!(!initList.length && !valueList.length)) {
13978
- _context.next = 7;
14035
+ _context.next = 8;
13979
14036
  break;
13980
14037
  }
13981
14038
  return _context.abrupt("return");
13982
- case 7:
14039
+ case 8:
13983
14040
  if (!(JSON.stringify(initList) === JSON.stringify(valueList))) {
13984
- _context.next = 13;
14041
+ _context.next = 14;
13985
14042
  break;
13986
14043
  }
13987
14044
  initSnapshotList = initValue.reduce(function (prv, next) {
@@ -14000,13 +14057,13 @@ var LogisticsMoreTrajectory = function LogisticsMoreTrajectory(props) {
14000
14057
  setNewValue(initValue);
14001
14058
  onChange(initValue);
14002
14059
  }
14003
- _context.next = 29;
14060
+ _context.next = 30;
14004
14061
  break;
14005
- case 13:
14062
+ case 14:
14006
14063
  if (!(
14007
14064
  //开启了物流快照才会获取快照信息
14008
14065
  hasSnapshot && JSON.stringify(initList) !== JSON.stringify(valueList) && JSON.stringify(changeList) !== JSON.stringify(valueList))) {
14009
- _context.next = 28;
14066
+ _context.next = 29;
14010
14067
  break;
14011
14068
  }
14012
14069
  hasSave.current = false;
@@ -14015,7 +14072,7 @@ var LogisticsMoreTrajectory = function LogisticsMoreTrajectory(props) {
14015
14072
  });
14016
14073
  listValue = cloneDeep(value);
14017
14074
  if (!hasValue) {
14018
- _context.next = 23;
14075
+ _context.next = 24;
14019
14076
  break;
14020
14077
  }
14021
14078
  requestList = valueList.map(function (item) {
@@ -14034,9 +14091,9 @@ var LogisticsMoreTrajectory = function LogisticsMoreTrajectory(props) {
14034
14091
  });
14035
14092
  }
14036
14093
  });
14037
- _context.next = 21;
14094
+ _context.next = 22;
14038
14095
  return Promise.allSettled(requestList);
14039
- case 21:
14096
+ case 22:
14040
14097
  requestValues = _context.sent;
14041
14098
  listValue = cloneDeep(value).map(function (item, index) {
14042
14099
  var _requestValues$index, _requestValues$index$, _requestValues$index$2;
@@ -14044,15 +14101,15 @@ var LogisticsMoreTrajectory = function LogisticsMoreTrajectory(props) {
14044
14101
  trajectorySnapshot: (_requestValues$index = requestValues[index]) === null || _requestValues$index === void 0 ? void 0 : (_requestValues$index$ = _requestValues$index.value) === null || _requestValues$index$ === void 0 ? void 0 : (_requestValues$index$2 = _requestValues$index$.data) === null || _requestValues$index$2 === void 0 ? void 0 : _requestValues$index$2.logisticsStatusDesc
14045
14102
  });
14046
14103
  });
14047
- case 23:
14104
+ case 24:
14048
14105
  setChangeValue(listValue);
14049
14106
  setNewValue(listValue);
14050
14107
  onChange(listValue);
14051
- _context.next = 29;
14108
+ _context.next = 30;
14052
14109
  break;
14053
- case 28:
14054
- setNewValue(value);
14055
14110
  case 29:
14111
+ setNewValue(value);
14112
+ case 30:
14056
14113
  case "end":
14057
14114
  return _context.stop();
14058
14115
  }
@@ -16226,7 +16283,7 @@ var GoodList = function GoodList(props, ref) {
16226
16283
  } else {
16227
16284
  reject$1(res);
16228
16285
  }
16229
- }).catch(function () {});
16286
+ }).catch(console.error);
16230
16287
  };
16231
16288
  getMore();
16232
16289
  };
@@ -18277,6 +18334,7 @@ var SearchHeader = function SearchHeader(_ref) {
18277
18334
  timeOptions = _ref.timeOptions,
18278
18335
  ShopList = _ref.ShopList,
18279
18336
  onSubmit = _ref.onSubmit;
18337
+ console.log('allFields', allFields);
18280
18338
  // const fixedFieldsOptions = useMemo(() => {
18281
18339
  // return allFields.filter(item => fixedFields?.includes(item.id));
18282
18340
  // }, [fixedFields, allFields]);
@@ -18532,7 +18590,9 @@ var WorkorderList = function WorkorderList(props, ref) {
18532
18590
  loading: false
18533
18591
  }));
18534
18592
  setWorkOrderList(newDataSource);
18535
- }).catch(function (error) {}));
18593
+ }).catch(function (error) {
18594
+ console.log('**** 获取表格数据错误', error);
18595
+ }));
18536
18596
  case 19:
18537
18597
  case "end":
18538
18598
  return _context.stop();
@@ -22775,6 +22835,7 @@ var getColumns$6 = function getColumns() {
22775
22835
  title: "\u5B9E\u9645\u8865\u53D1\u6570\u91CF",
22776
22836
  width: 100,
22777
22837
  validator: function validator(_rule, value, extraParams) {
22838
+ console.log('实际补发数量-extraParams', extraParams);
22778
22839
  if (!(extraParams === null || extraParams === void 0 ? void 0 : extraParams.quantityVerify)) return undefined;
22779
22840
  var title = '';
22780
22841
  if (((value === null || value === void 0 ? void 0 : value.kmReissueGoods) || []).some(function (goods) {
@@ -25047,7 +25108,7 @@ var SelectTradeGoods = function SelectTradeGoods(_ref) {
25047
25108
  while (1) switch (_context2.prev = _context2.next) {
25048
25109
  case 0:
25049
25110
  if (!validSystemOrderFn) {
25050
- _context2.next = 6;
25111
+ _context2.next = 7;
25051
25112
  break;
25052
25113
  }
25053
25114
  _context2.next = 3;
@@ -25055,38 +25116,39 @@ var SelectTradeGoods = function SelectTradeGoods(_ref) {
25055
25116
  case 3:
25056
25117
  flag = _context2.sent;
25057
25118
  if (!(flag === false)) {
25058
- _context2.next = 6;
25119
+ _context2.next = 7;
25059
25120
  break;
25060
25121
  }
25122
+ console.log('validSystemOrderFn校验不通过');
25061
25123
  return _context2.abrupt("return");
25062
- case 6:
25124
+ case 7:
25063
25125
  if (!validSystemOrder) {
25064
- _context2.next = 9;
25126
+ _context2.next = 10;
25065
25127
  break;
25066
25128
  }
25067
25129
  message.warning('请选择补发系统单');
25068
25130
  return _context2.abrupt("return");
25069
- case 9:
25131
+ case 10:
25070
25132
  if (!(getDataSourceAsync && (!(dataSource === null || dataSource === void 0 ? void 0 : dataSource.length) || isReloadSelectTable))) {
25071
- _context2.next = 12;
25133
+ _context2.next = 13;
25072
25134
  break;
25073
25135
  }
25074
- _context2.next = 12;
25136
+ _context2.next = 13;
25075
25137
  return getDataSourceAsync();
25076
- case 12:
25138
+ case 13:
25077
25139
  if (!['KM_GOODS', 'KM_REISSUE_GOODS', 'KM_RETURN_GOODS'].includes(type)) {
25078
- _context2.next = 15;
25140
+ _context2.next = 16;
25079
25141
  break;
25080
25142
  }
25081
- _context2.next = 15;
25143
+ _context2.next = 16;
25082
25144
  return getKmSupplier(dataSource);
25083
- case 15:
25145
+ case 16:
25084
25146
  setTradeGoodsVisible(true);
25085
25147
  // 补发直接传入的是systemNo
25086
25148
  if (isShowSelect && isReissueType) {
25087
25149
  setSelectSystemNo(selectedSystemOrders || []);
25088
25150
  }
25089
- case 17:
25151
+ case 18:
25090
25152
  case "end":
25091
25153
  return _context2.stop();
25092
25154
  }
@@ -25287,6 +25349,7 @@ var GoodItem$1 = function GoodItem(props) {
25287
25349
  var isShowSelect = type && ['WDT_GOODS', 'BS_E3_GOODS', 'GY_GOODS', 'JST_GOODS', 'WLN_GOODS', 'KM_GOODS', 'JY_GOODS', 'JY_REISSUE_GOODS', 'JKY_GOODS', 'JKY_REISSUE_GOODS', 'WLN_REISSUE_GOODS', 'GY_REISSUE_GOODS', 'KM_REISSUE_GOODS', 'KM_RETURN_GOODS', 'BS_E3_REISSUE_GOODS', 'WDT_REISSUE_GOODS', 'JST_REISSUE_GOODS'].includes(type) || false;
25288
25350
  var isReissueType = type && ['GY_REISSUE_GOODS', 'KM_REISSUE_GOODS', 'BS_E3_REISSUE_GOODS', 'WDT_REISSUE_GOODS', 'JST_REISSUE_GOODS', 'JY_REISSUE_GOODS', 'JKY_REISSUE_GOODS', 'WLN_REISSUE_GOODS'].includes(type) || false;
25289
25351
  var refModal = useRef();
25352
+ console.debug('表格数据', value);
25290
25353
  var handleDelete = function handleDelete(record, index) {
25291
25354
  onDelete === null || onDelete === void 0 ? void 0 : onDelete(value[index]);
25292
25355
  var newList = _toConsumableArray(value).filter(function (item, i) {
@@ -26067,6 +26130,7 @@ var BsReissue = function BsReissue(props) {
26067
26130
  var _typeMap$type2;
26068
26131
  pubsub.subscribe("".concat(typeMap === null || typeMap === void 0 ? void 0 : (_typeMap$type2 = typeMap[type]) === null || _typeMap$type2 === void 0 ? void 0 : _typeMap$type2.reissueSelectList), function (_, data) {
26069
26132
  var _typeMap$type3;
26133
+ console.log('reissueSelectList', data);
26070
26134
  if (disabled) return;
26071
26135
  var newValue = _objectSpread2(_objectSpread2({}, data.goodValue), {}, {
26072
26136
  shopCode: data === null || data === void 0 ? void 0 : data.shopCode
@@ -27872,6 +27936,7 @@ var OrderSubForm = function OrderSubForm(props) {
27872
27936
  manual = props.manual,
27873
27937
  correlationList = props.subConfig.correlationList,
27874
27938
  effects = props.effects;
27939
+ console.log('effects', effects);
27875
27940
  var valueRef = useRef(value);
27876
27941
  useEffect(function () {
27877
27942
  valueRef.current = value;
@@ -28068,7 +28133,7 @@ var OrderSubForm = function OrderSubForm(props) {
28068
28133
  onChange(_objectSpread2(_objectSpread2({}, value), {}, {
28069
28134
  allOrders: allOrders
28070
28135
  }));
28071
- }).catch(function () {}) : Promise.resolve();
28136
+ }).catch(console.debug) : Promise.resolve();
28072
28137
  };
28073
28138
  var getAllTradeGoodsDetails = function getAllTradeGoodsDetails() {
28074
28139
  var goodDetails = (value === null || value === void 0 ? void 0 : value.allOrders) || [];
@@ -29289,6 +29354,10 @@ var CommonExchangeGoods = function CommonExchangeGoods(props) {
29289
29354
  return new Promise(function (resolve) {
29290
29355
  pubsub.subscribeOnce(componentMap$4[compType].eventNameMap.returnGoodsSysorderBack, function (_, data) {
29291
29356
  resolve(data);
29357
+ console.log('getDataSourceAsync---111data--', data, getGoodDetails({
29358
+ returnGoodsValue: data,
29359
+ mode: isStrict
29360
+ }));
29292
29361
  setOriginDataSource(getGoodDetails({
29293
29362
  returnGoodsValue: data,
29294
29363
  mode: isStrict
@@ -29297,6 +29366,7 @@ var CommonExchangeGoods = function CommonExchangeGoods(props) {
29297
29366
  pubsub.publish(componentMap$4[compType].eventNameMap.returnGoodsSysorder, compType);
29298
29367
  });
29299
29368
  };
29369
+ console.log('aaa--', originDataSource);
29300
29370
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(GoodItem$1, _objectSpread2(_objectSpread2({
29301
29371
  key: componentMap$4[compType].type
29302
29372
  }, props), {}, {
@@ -32146,13 +32216,20 @@ var IdInputSelect = function IdInputSelect(props) {
32146
32216
  tradeId = form.getFieldValue('m3ap1EvEyd');
32147
32217
  skxReturnExpressCode = (_form$getFieldValue = form.getFieldValue('4487c6516b')) === null || _form$getFieldValue === void 0 ? void 0 : (_form$getFieldValue$ = _form$getFieldValue[0]) === null || _form$getFieldValue$ === void 0 ? void 0 : _form$getFieldValue$.logisticsCode;
32148
32218
  blurFrom = form.getFieldValue('skx_return_billNo_blur_from');
32219
+ console.log('asyncQueryData---', {
32220
+ skxReturnExpressCode: skxReturnExpressCode,
32221
+ blurFrom: blurFrom,
32222
+ tradeId: tradeId,
32223
+ tradeIdRef: tradeIdRef.current,
32224
+ form: form
32225
+ });
32149
32226
  if (!(type === 'SKX_OUTBOUND_NOTICE_NO' && !tradeId || type === 'SKX_RETURN_BILL_NO' && !tradeId && !skxReturnExpressCode)) {
32150
- _context3.next = 6;
32227
+ _context3.next = 7;
32151
32228
  break;
32152
32229
  }
32153
32230
  setDataSource([]);
32154
32231
  return _context3.abrupt("return");
32155
- case 6:
32232
+ case 7:
32156
32233
  setSpinning(true);
32157
32234
  // 判断是从哪个组件失焦,若是从[SKX]退换物流信息(TH)失焦,则根据物流单号查询,若是从订单号组件失焦,则根据订单号查询
32158
32235
  typeMap$6[type].asyncGetData(type === 'SKX_RETURN_BILL_NO' && blurFrom === '4487c6516b' ? {
@@ -32166,7 +32243,7 @@ var IdInputSelect = function IdInputSelect(props) {
32166
32243
  }).finally(function () {
32167
32244
  setSpinning(false);
32168
32245
  });
32169
- case 8:
32246
+ case 9:
32170
32247
  case "end":
32171
32248
  return _context3.stop();
32172
32249
  }
@@ -32258,6 +32335,11 @@ var IdInputSelect = function IdInputSelect(props) {
32258
32335
  }))));
32259
32336
  };
32260
32337
  var handleChange = function handleChange(val, isInput) {
32338
+ console.log('handleChange---', {
32339
+ val: val,
32340
+ value: value,
32341
+ isInput: isInput
32342
+ });
32261
32343
  var isReturnBillNoChange = type === 'SKX_RETURN_BILL_NO' && form.getFieldValue('skx_return_billNo_blur_from') === '4487c6516b';
32262
32344
  onChange === null || onChange === void 0 ? void 0 : onChange(val, value !== val && (!!isInput || isReturnBillNoChange));
32263
32345
  // 如果类型是[SKX]退换货单号,则根据blurFrom判断是从[SKX]退换物流信息(TH)失焦,则调用onBlur
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.10.1",
3
+ "version": "2.10.3",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -20,7 +20,7 @@
20
20
  "watch": "nodemon --ignore dist/ --ignore node_modules/ --watch src/ -C -e ts,tsx,less --debug -x 'yarn async'"
21
21
  },
22
22
  "dependencies": {
23
- "@kmkf-fe-packages/kmkf-utils": "2.10.1",
23
+ "@kmkf-fe-packages/kmkf-utils": "2.10.3",
24
24
  "ahooks": "^3.7.4",
25
25
  "ali-react-table": "2.6.1",
26
26
  "bignumber.js": "^9.1.2",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "3978bcc26b42716ad9c655823745174dcd97395b"
69
+ "gitHead": "9de8ccc40cd591ee7d1d8692497008cf8fc98db3"
70
70
  }