@kmkf-fe-packages/services-components 2.2.5-beta.40 → 2.2.5-beta.42
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.
|
@@ -3,7 +3,7 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
3
3
|
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
4
4
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
5
5
|
import React from "react";
|
|
6
|
-
import { Select
|
|
6
|
+
import { Select } from "antd";
|
|
7
7
|
import PlatformAvatar from "../PlatformAvatar";
|
|
8
8
|
import { PlatData } from "@kmkf-fe-packages/kmkf-utils";
|
|
9
9
|
var ShopList = function ShopList(_ref) {
|
|
@@ -42,10 +42,7 @@ var ShopList = function ShopList(_ref) {
|
|
|
42
42
|
marginRight: 5
|
|
43
43
|
},
|
|
44
44
|
type: item.shopSource
|
|
45
|
-
}), /*#__PURE__*/React.createElement(
|
|
46
|
-
title: shopName,
|
|
47
|
-
mouseEnterDelay: 0.5
|
|
48
|
-
}, /*#__PURE__*/React.createElement("span", null, shopName)));
|
|
45
|
+
}), /*#__PURE__*/React.createElement("span", null, shopName));
|
|
49
46
|
}));
|
|
50
47
|
};
|
|
51
48
|
export default ShopList;
|
|
@@ -103,6 +103,7 @@ function Logistics(options) {
|
|
|
103
103
|
platform: (_this$effects = _this.effects) === null || _this$effects === void 0 ? void 0 : _this$effects.env,
|
|
104
104
|
onJumpPage: (_this$effects2 = _this.effects) === null || _this$effects2 === void 0 ? void 0 : _this$effects2.onJumpPage
|
|
105
105
|
}, _this.componentConfig, {
|
|
106
|
+
showReason: true,
|
|
106
107
|
logisticsOptions: _this.expressDateInstance.getExpressData(),
|
|
107
108
|
expressInterceptData: _this.expressInterceptData.getExpressData(),
|
|
108
109
|
logisticsAddressData: _this.logisticsAddressData.getAddressData(),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "2.2.5-beta.
|
|
3
|
+
"version": "2.2.5-beta.42",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
]
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@kmkf-fe-packages/basic-components": "2.2.5-beta.
|
|
24
|
+
"@kmkf-fe-packages/basic-components": "2.2.5-beta.42",
|
|
25
25
|
"@kmkf-fe-packages/kmkf-utils": "2.2.5-beta.28",
|
|
26
26
|
"b64-to-blob": "^1.2.19",
|
|
27
27
|
"html2canvas": "^1.4.1",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "c65df362c986ac4e5f01f6f151cfa69d4049c8dc",
|
|
45
45
|
"gitHooks": {
|
|
46
46
|
"pre-commit": "lint-staged"
|
|
47
47
|
}
|