@kmkf-fe-packages/services-components 0.8.6 → 0.8.7-alpha.10

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.
@@ -39,6 +39,7 @@ var BasicFile = /*#__PURE__*/_createClass(function BasicFile(options) {
39
39
  return fileList === null || fileList === void 0 ? void 0 : fileList.map(function (file) {
40
40
  return /*#__PURE__*/React.createElement("a", {
41
41
  href: file.url,
42
+ target: "_blank",
42
43
  style: {
43
44
  display: "block"
44
45
  }
@@ -63,6 +64,7 @@ var BasicFile = /*#__PURE__*/_createClass(function BasicFile(options) {
63
64
  value: record === null || record === void 0 ? void 0 : (_record$id = record[id]) === null || _record$id === void 0 ? void 0 : _record$id.map(function (file) {
64
65
  return /*#__PURE__*/React.createElement("a", {
65
66
  href: file.url,
67
+ target: "_blank",
66
68
  style: {
67
69
  display: "block"
68
70
  }
@@ -51,9 +51,9 @@ var BasicPosting = /*#__PURE__*/_createClass(function BasicPosting(options) {
51
51
  var province = record["".concat(_this.id, "_").concat((_typeMap$_this$type = typeMap[_this.type]) === null || _typeMap$_this$type === void 0 ? void 0 : _typeMap$_this$type.province)];
52
52
  var city = record["".concat(_this.id, "_").concat((_typeMap$_this$type2 = typeMap[_this.type]) === null || _typeMap$_this$type2 === void 0 ? void 0 : _typeMap$_this$type2.city)];
53
53
  var district = record["".concat(_this.id, "_").concat((_typeMap$_this$type3 = typeMap[_this.type]) === null || _typeMap$_this$type3 === void 0 ? void 0 : _typeMap$_this$type3.district)];
54
- var detail = record["".concat(_this.id, "_").concat((_typeMap$_this$type4 = typeMap[_this.type]) === null || _typeMap$_this$type4 === void 0 ? void 0 : _typeMap$_this$type4.detail)];
55
- var name = record["".concat(_this.id, "_").concat((_typeMap$_this$type5 = typeMap[_this.type]) === null || _typeMap$_this$type5 === void 0 ? void 0 : _typeMap$_this$type5.name)];
56
- var mobile = record["".concat(_this.id, "_").concat((_typeMap$_this$type6 = typeMap[_this.type]) === null || _typeMap$_this$type6 === void 0 ? void 0 : _typeMap$_this$type6.mobile)];
54
+ var detail = record["".concat(_this.id, "_").concat((_typeMap$_this$type4 = typeMap[_this.type]) === null || _typeMap$_this$type4 === void 0 ? void 0 : _typeMap$_this$type4.detail)] || "";
55
+ var name = record["".concat(_this.id, "_").concat((_typeMap$_this$type5 = typeMap[_this.type]) === null || _typeMap$_this$type5 === void 0 ? void 0 : _typeMap$_this$type5.name)] || "";
56
+ var mobile = record["".concat(_this.id, "_").concat((_typeMap$_this$type6 = typeMap[_this.type]) === null || _typeMap$_this$type6 === void 0 ? void 0 : _typeMap$_this$type6.mobile)] || "";
57
57
  if (province === undefined) {
58
58
  return /*#__PURE__*/React.createElement("span", null, "--");
59
59
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "0.8.6",
3
+ "version": "0.8.7-alpha.10",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -26,8 +26,8 @@
26
26
  "father": "^4.1.7"
27
27
  },
28
28
  "dependencies": {
29
- "@kmkf-fe-packages/basic-components": "^0.8.1",
30
- "@kmkf-fe-packages/kmkf-utils": "^0.8.1"
29
+ "@kmkf-fe-packages/basic-components": "^0.8.7-alpha.0",
30
+ "@kmkf-fe-packages/kmkf-utils": "^0.8.7-alpha.0"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@ant-design/icons": "^4.7.0",
@@ -40,5 +40,5 @@
40
40
  "gitHooks": {
41
41
  "pre-commit": "lint-staged"
42
42
  },
43
- "gitHead": "d464848f91842eed268a6dec695495bec76d60a9"
43
+ "gitHead": "d992899a5472446e810465c8273192fc6525296b"
44
44
  }