@kmkf-fe-packages/kmkf-utils 0.12.0-alpha.4 → 0.13.0-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.
|
@@ -31,7 +31,9 @@ var updateBsGoodsHandle = function updateBsGoodsHandle() {
|
|
|
31
31
|
share: sharePrice,
|
|
32
32
|
type: giftType,
|
|
33
33
|
canDelete: true,
|
|
34
|
-
uuid: uuid()
|
|
34
|
+
uuid: uuid(),
|
|
35
|
+
billNo: next === null || next === void 0 ? void 0 : next.billNo,
|
|
36
|
+
billId: next === null || next === void 0 ? void 0 : next.billId
|
|
35
37
|
};
|
|
36
38
|
});
|
|
37
39
|
prv.push.apply(prv, _toConsumableArray(goods));
|
package/dist/esm/utils/index.js
CHANGED
|
@@ -15,4 +15,5 @@ export { _filterFn as filterFn };
|
|
|
15
15
|
import * as _templateFn from "./template";
|
|
16
16
|
export { _templateFn as templateFn };
|
|
17
17
|
import * as _tree from "./multidimensionalFindChild";
|
|
18
|
-
export { _tree as tree };
|
|
18
|
+
export { _tree as tree };
|
|
19
|
+
export { default as unTransField } from "./unTransField";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export default (function (key) {
|
|
2
|
+
return ["itemList", "jstItemList", "dateTime", "basicMultSelect", "checkbox", "multSelect", "rate", "picture", "file", "bsSendGood", "bsSendId", "bsSendName", "bsGoods", "bsExchangeType", "bsExchangeReturnGoods", "bsExchangeSwapOutGoods", "bsExchangeGiftGoods", "bsReissueType", "bsReissueGoods", "bsReturnGoods", "bsReturnType", "bsLogisticsList", "bsLogisticsCompany", "bsLogisticsCode", "bsSystemShowOrder", "bsSystemSelectIds", "reissueLogisticsList", "deliveryNoList", "deliveryNoIds", "returnGoodsStatusList", "returnGoodsTradeIdList", "returnGoodsTradeItemList", "tradeIdList", "tradeItemList", "wlnLogisticsList", "wlnLogisticsCompany", "wlnLogisticsCode", "wlnSystemShowOrder", "wlnSystemSelectIds", "wlnGoods", "wlnSendGood", "wlnSendId", "wlnSendName", "bsExchangeReason"].reduce(function (cur, nxt) {
|
|
3
|
+
return cur || (key === null || key === void 0 ? void 0 : key.includes(nxt));
|
|
4
|
+
}, false);
|
|
5
|
+
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/kmkf-utils",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.0-alpha.0",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"gitHooks": {
|
|
43
43
|
"pre-commit": "lint-staged"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "b10ec118b9c02c87dfea2c7f18da3086fe0e8274"
|
|
46
46
|
}
|