@kmkf-fe-packages/services-components 0.14.1-alpha.4 → 0.14.1-alpha.6

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.
@@ -180,9 +180,9 @@ var JstSendGood = /*#__PURE__*/_createClass(function JstSendGood(_options) {
180
180
  this.id = _options.id;
181
181
  this.sortField = "".concat(_options.id, "_").concat((_typeMap$_options$typ = typeMap[_options.type]) === null || _typeMap$_options$typ === void 0 ? void 0 : _typeMap$_options$typ.key);
182
182
  this.formField = "".concat(_options.id, "_").concat((_typeMap$_options$typ2 = typeMap[_options.type]) === null || _typeMap$_options$typ2 === void 0 ? void 0 : _typeMap$_options$typ2.key);
183
+ this.componentConfig = _options.componentConfig;
183
184
  this.sortChildField = this.getSortChildFields(((_this$componentConfig = this.componentConfig) === null || _this$componentConfig === void 0 ? void 0 : _this$componentConfig.showField) || '', _options);
184
185
  this.type = _options.type;
185
- this.componentConfig = _options.componentConfig;
186
186
  this.dataType = "object";
187
187
  this.rules = (_this$componentConfig2 = this.componentConfig) !== null && _this$componentConfig2 !== void 0 && _this$componentConfig2.required ? [{
188
188
  required: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "0.14.1-alpha.4",
3
+ "version": "0.14.1-alpha.6",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -26,7 +26,7 @@
26
26
  "father": "^4.1.7"
27
27
  },
28
28
  "dependencies": {
29
- "@kmkf-fe-packages/basic-components": "^0.14.1-alpha.4",
29
+ "@kmkf-fe-packages/basic-components": "^0.14.1-alpha.5",
30
30
  "@kmkf-fe-packages/kmkf-utils": "^0.13.1"
31
31
  },
32
32
  "peerDependencies": {
@@ -40,5 +40,5 @@
40
40
  "gitHooks": {
41
41
  "pre-commit": "lint-staged"
42
42
  },
43
- "gitHead": "88d62ad8c45405d5427981ec7ca5f422dbaa72a8"
43
+ "gitHead": "76879de2c2edd882a28c411b881c3b771624a8a0"
44
44
  }