@kmkf-fe-packages/kmkf-utils 0.23.1-beta.4 → 0.23.1-beta.8

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.
@@ -139,7 +139,6 @@ var updateWdtItemListByConfigHandle = function updateWdtItemListByConfigHandle(l
139
139
  export var wdtOrderBackFormValues = function wdtOrderBackFormValues() {
140
140
  var detail = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
141
141
  var templateDetail = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
142
- console.log('[ wdtOrderBackFormValues detail] >', detail);
143
142
  return ((templateDetail === null || templateDetail === void 0 ? void 0 : templateDetail.componentDtoList) || []).reduce(function (prv, next) {
144
143
  var uniqueKey = next.uniqueKey;
145
144
  var config = next.componentConfig;
@@ -197,7 +196,6 @@ export var wdtOrderBackFormValues = function wdtOrderBackFormValues() {
197
196
  //wdt订单信息转换
198
197
  export var wdtOrderTransform = function wdtOrderTransform(detail) {
199
198
  var _detail$trades, _detail$trades$find, _detail$trades2, _ref;
200
- console.log('[ detail ] >', detail);
201
199
  // const advItem: any =
202
200
  // detail?.orders?.[0]?.advancedDistributionInfos?.[0] || {};
203
201
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/kmkf-utils",
3
- "version": "0.23.1-beta.4",
3
+ "version": "0.23.1-beta.8",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -40,7 +40,7 @@
40
40
  "publishConfig": {
41
41
  "access": "public"
42
42
  },
43
- "gitHead": "56b3acff5ed4c12ca1c75551c33ada7769547a18",
43
+ "gitHead": "f96bf8dffe0f7ef6a62e90e40be09894f70a5b99",
44
44
  "gitHooks": {
45
45
  "pre-commit": "lint-staged"
46
46
  }