@kmkf-fe-packages/services-components 0.13.3 → 0.13.4
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.
|
@@ -50,7 +50,7 @@ var BasicPosting = /*#__PURE__*/_createClass(function BasicPosting(options) {
|
|
|
50
50
|
if (_this.isSplitColumns) {
|
|
51
51
|
return null;
|
|
52
52
|
}
|
|
53
|
-
var province = record["".concat(_this.id, "_postingProvince
|
|
53
|
+
var province = record["".concat(_this.id, "_postingProvince")];
|
|
54
54
|
var city = record["".concat(_this.id, "_postingCity")];
|
|
55
55
|
var district = record["".concat(_this.id, "_postingDistrict")];
|
|
56
56
|
var detail = record["".concat(_this.id, "_postingDetail")] || "";
|
|
@@ -102,8 +102,8 @@ var BasicPosting = /*#__PURE__*/_createClass(function BasicPosting(options) {
|
|
|
102
102
|
}
|
|
103
103
|
return {
|
|
104
104
|
province: r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_postingProvince")],
|
|
105
|
-
city: r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_postingCity
|
|
106
|
-
district: r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_postingDistrict
|
|
105
|
+
city: r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_postingCity")],
|
|
106
|
+
district: r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_postingDistrict")],
|
|
107
107
|
detail: (r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_postingDetail")]) || "",
|
|
108
108
|
name: (r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_postingReceiverName")]) || "",
|
|
109
109
|
mobile: (r === null || r === void 0 ? void 0 : r["".concat(_this.id, "_postingReceiverMobile")]) || ""
|
|
@@ -135,8 +135,8 @@ var BasicPosting = /*#__PURE__*/_createClass(function BasicPosting(options) {
|
|
|
135
135
|
return /*#__PURE__*/React.createElement(React.Fragment, null, _this.province.renderClient(record), _this.city.renderClient(record), _this.district.renderClient(record), _this.detail.renderClient(record), _this.receiverName.renderClient(record), _this.receiverMobile.renderClient(record));
|
|
136
136
|
}
|
|
137
137
|
var province = record["".concat(_this.id, "_postingProvince")];
|
|
138
|
-
var city = record["".concat(_this.id, "_postingCity
|
|
139
|
-
var district = record["".concat(_this.id, "_postingDistrict
|
|
138
|
+
var city = record["".concat(_this.id, "_postingCity")];
|
|
139
|
+
var district = record["".concat(_this.id, "_postingDistrict")];
|
|
140
140
|
var detail = record["".concat(_this.id, "_postingDetail")];
|
|
141
141
|
var name = record["".concat(_this.id, "_postingReceiverName")];
|
|
142
142
|
var mobile = record["".concat(_this.id, "_postingReceiverMobile")];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.4",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"gitHooks": {
|
|
41
41
|
"pre-commit": "lint-staged"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "5ef9b18db93747fb181dc267abd06e9dfb14959b"
|
|
44
44
|
}
|