@kmkf-fe-packages/basic-components 0.13.0-beta.6 → 0.13.0-beta.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.
package/dist/index.esm.js CHANGED
@@ -11840,7 +11840,7 @@ function CommonStatus(props) {
11840
11840
  }, other), {}, {
11841
11841
  onChange: changeHandle
11842
11842
  })), (value === null || value === void 0 ? void 0 : value.reason) ? /*#__PURE__*/React.createElement("div", {
11843
- className: "ant-btn-dangerous"
11843
+ className: "c-red"
11844
11844
  }, "\u5931\u8D25\u539F\u56E0\uFF1A", value === null || value === void 0 ? void 0 : value.reason) : null);
11845
11845
  }
11846
11846
 
@@ -11953,7 +11953,7 @@ var CommonSystemOrder$1 = function CommonSystemOrder(props) {
11953
11953
  maxHeight: '300px',
11954
11954
  overflowY: 'auto'
11955
11955
  }
11956
- }, type === 1 ? /*#__PURE__*/React.createElement("span", null, "\u7CFB\u7EDF\u8BA2\u5355\u53F7", index + 1, "\uFF1A", item.systemOrderId) : null);
11956
+ }, [1, 2].includes(type) ? /*#__PURE__*/React.createElement("span", null, "\u7CFB\u7EDF\u8BA2\u5355\u53F7", index + 1, "\uFF1A", item.systemOrderId) : null);
11957
11957
  };
11958
11958
  var changeHandle = function changeHandle(val, valType) {
11959
11959
  console.log(val, valType);
@@ -12000,7 +12000,7 @@ var CommonSystemOrder$1 = function CommonSystemOrder(props) {
12000
12000
  return changeHandle(val, 'status');
12001
12001
  }
12002
12002
  }))), ((_value$changeIndex2 = value[changeIndex]) === null || _value$changeIndex2 === void 0 ? void 0 : _value$changeIndex2.reason) ? /*#__PURE__*/React.createElement("div", {
12003
- className: "ant-btn-dangerous"
12003
+ className: "c-red"
12004
12004
  }, "\u5931\u8D25\u539F\u56E0\uFF1A", (_value$changeIndex3 = value[changeIndex]) === null || _value$changeIndex3 === void 0 ? void 0 : _value$changeIndex3.reason) : null) : null);
12005
12005
  };
12006
12006
 
package/dist/index.js CHANGED
@@ -11851,7 +11851,7 @@ function CommonStatus(props) {
11851
11851
  }, other), {}, {
11852
11852
  onChange: changeHandle
11853
11853
  })), (value === null || value === void 0 ? void 0 : value.reason) ? /*#__PURE__*/React__default['default'].createElement("div", {
11854
- className: "ant-btn-dangerous"
11854
+ className: "c-red"
11855
11855
  }, "\u5931\u8D25\u539F\u56E0\uFF1A", value === null || value === void 0 ? void 0 : value.reason) : null);
11856
11856
  }
11857
11857
 
@@ -11964,7 +11964,7 @@ var CommonSystemOrder$1 = function CommonSystemOrder(props) {
11964
11964
  maxHeight: '300px',
11965
11965
  overflowY: 'auto'
11966
11966
  }
11967
- }, type === 1 ? /*#__PURE__*/React__default['default'].createElement("span", null, "\u7CFB\u7EDF\u8BA2\u5355\u53F7", index + 1, "\uFF1A", item.systemOrderId) : null);
11967
+ }, [1, 2].includes(type) ? /*#__PURE__*/React__default['default'].createElement("span", null, "\u7CFB\u7EDF\u8BA2\u5355\u53F7", index + 1, "\uFF1A", item.systemOrderId) : null);
11968
11968
  };
11969
11969
  var changeHandle = function changeHandle(val, valType) {
11970
11970
  console.log(val, valType);
@@ -12011,7 +12011,7 @@ var CommonSystemOrder$1 = function CommonSystemOrder(props) {
12011
12011
  return changeHandle(val, 'status');
12012
12012
  }
12013
12013
  }))), ((_value$changeIndex2 = value[changeIndex]) === null || _value$changeIndex2 === void 0 ? void 0 : _value$changeIndex2.reason) ? /*#__PURE__*/React__default['default'].createElement("div", {
12014
- className: "ant-btn-dangerous"
12014
+ className: "c-red"
12015
12015
  }, "\u5931\u8D25\u539F\u56E0\uFF1A", (_value$changeIndex3 = value[changeIndex]) === null || _value$changeIndex3 === void 0 ? void 0 : _value$changeIndex3.reason) : null) : null);
12016
12016
  };
12017
12017
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "0.13.0-beta.6",
3
+ "version": "0.13.0-beta.8",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -61,5 +61,5 @@
61
61
  "publishConfig": {
62
62
  "access": "public"
63
63
  },
64
- "gitHead": "d3f2cf4055aeeb89c26c705c3d763d931c9616e7"
64
+ "gitHead": "c236eb4b5464f99d613322237af23d371ce615c2"
65
65
  }