@kmkf-fe-packages/services-components 0.13.0-alpha.7 → 0.13.0-alpha.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.
|
@@ -85,13 +85,14 @@ var BsPosting = /*#__PURE__*/_createClass(function BsPosting(options) {
|
|
|
85
85
|
this.isCombinationComponent = true;
|
|
86
86
|
this.canSort = false;
|
|
87
87
|
this.children = [];
|
|
88
|
-
this.dataType =
|
|
88
|
+
this.dataType = 'object';
|
|
89
89
|
this.province = new Province(_objectSpread({}, options));
|
|
90
90
|
this.city = new City(_objectSpread({}, options));
|
|
91
91
|
this.district = new District(_objectSpread({}, options));
|
|
92
92
|
this.detail = new Detail(_objectSpread({}, options));
|
|
93
93
|
this.receiverName = new ReceiverName(_objectSpread({}, options));
|
|
94
94
|
this.receiverMobile = new ReceiverMobile(_objectSpread({}, options));
|
|
95
|
+
this.children = [this.province, this.city, this.district, this.detail, this.receiverName, this.receiverMobile];
|
|
95
96
|
this.rules = options !== null && options !== void 0 && (_options$componentCon = options.componentConfig) !== null && _options$componentCon !== void 0 && _options$componentCon.required ? [{
|
|
96
97
|
validator: function validator(_, value) {
|
|
97
98
|
var _value$postingAddress;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "0.13.0-alpha.
|
|
3
|
+
"version": "0.13.0-alpha.8",
|
|
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": "78747691c5ea1e15f76311d538e0648395faa5e0"
|
|
44
44
|
}
|