@kmkf-fe-packages/services-components 1.19.8-beta.19 → 1.19.8-beta.20

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.
@@ -77,7 +77,7 @@ var BasicSelect = /*#__PURE__*/_createClass(function BasicSelect(options) {
77
77
  var type = _this.type;
78
78
  var key = record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_").concat(typeMap[type].key)];
79
79
  // 特殊自定义组件为平台状态时匹配出label
80
- var label = ((_this$componentConfig6 = _this.componentConfig) === null || _this$componentConfig6 === void 0 ? void 0 : _this$componentConfig6.webUniqueKey) === 'PLATFORM_STATUS' ? ((_this$optionsMap2 = _this.optionsMap) === null || _this$optionsMap2 === void 0 ? void 0 : _this$optionsMap2[key]) || '' : value;
80
+ var label = ((_this$componentConfig6 = _this.componentConfig) === null || _this$componentConfig6 === void 0 ? void 0 : _this$componentConfig6.webUniqueKey) === 'PLATFORM_STATUS' ? ((_this$optionsMap2 = _this.optionsMap) === null || _this$optionsMap2 === void 0 ? void 0 : _this$optionsMap2[key]) || '' : key;
81
81
  return /*#__PURE__*/React.createElement("span", null, label !== null && label !== void 0 ? label : "--");
82
82
  });
83
83
  _defineProperty(this, "renderLog", function (r) {
@@ -94,7 +94,7 @@ var BasicSelect = /*#__PURE__*/_createClass(function BasicSelect(options) {
94
94
  var type = _this.type;
95
95
  var key = record === null || record === void 0 ? void 0 : record["".concat(_this.id, "_").concat(typeMap[type].key)];
96
96
  // 特殊自定义组件为平台状态时匹配出label
97
- var label = ((_this$componentConfig7 = _this.componentConfig) === null || _this$componentConfig7 === void 0 ? void 0 : _this$componentConfig7.webUniqueKey) === 'PLATFORM_STATUS' ? ((_this$optionsMap3 = _this.optionsMap) === null || _this$optionsMap3 === void 0 ? void 0 : _this$optionsMap3[key]) || '' : value;
97
+ var label = ((_this$componentConfig7 = _this.componentConfig) === null || _this$componentConfig7 === void 0 ? void 0 : _this$componentConfig7.webUniqueKey) === 'PLATFORM_STATUS' ? ((_this$optionsMap3 = _this.optionsMap) === null || _this$optionsMap3 === void 0 ? void 0 : _this$optionsMap3[key]) || '' : key;
98
98
  return label !== null && label !== void 0 ? label : "--";
99
99
  });
100
100
  _defineProperty(this, "filterConfig", function (item) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "1.19.8-beta.19",
3
+ "version": "1.19.8-beta.20",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -41,7 +41,7 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "da7dc615496210eeace9d4eb3b1319ff1f3329da",
44
+ "gitHead": "7161854d9a9aa79ac0b1c74ca4d5338bce158353",
45
45
  "gitHooks": {
46
46
  "pre-commit": "lint-staged"
47
47
  }