@kmkf-fe-packages/basic-components 0.27.0-alpha.0 → 0.27.0-rc.1

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/README.md CHANGED
@@ -17,4 +17,5 @@ yarn start
17
17
  - business 快麦工单业务组件
18
18
  - common 公共组件
19
19
  - config 公共方法
20
- - assets 静态资源
20
+ - assets 静态资源
21
+ -
package/dist/index.esm.js CHANGED
@@ -13500,7 +13500,7 @@ var CommonSystemOrder = function CommonSystemOrder(props) {
13500
13500
  changeOrderInfo[type] = val;
13501
13501
  var newList = _toConsumableArray(value);
13502
13502
  newList[changeIndex] = changeOrderInfo;
13503
- console.log(newList, val, type);
13503
+ // console.log(newList, val, type);
13504
13504
  onChange === null || onChange === void 0 ? void 0 : onChange(newList);
13505
13505
  };
13506
13506
  //判断是否是单个且没有商品数据
@@ -13576,7 +13576,6 @@ var CommonSystemOrder$1 = function CommonSystemOrder(props) {
13576
13576
  }, [1, 2].includes(type) ? /*#__PURE__*/React.createElement("span", null, "\u7CFB\u7EDF\u8BA2\u5355\u53F7", index + 1, "\uFF1A", item.systemOrderId) : null);
13577
13577
  };
13578
13578
  var changeHandle = function changeHandle(val, valType) {
13579
- console.log(val, valType);
13580
13579
  var changeOrderInfo = _objectSpread2({}, value[changeIndex]);
13581
13580
  changeOrderInfo[valType] = val;
13582
13581
  if (val !== failValue) {
package/dist/index.js CHANGED
@@ -13511,7 +13511,7 @@ var CommonSystemOrder = function CommonSystemOrder(props) {
13511
13511
  changeOrderInfo[type] = val;
13512
13512
  var newList = _toConsumableArray(value);
13513
13513
  newList[changeIndex] = changeOrderInfo;
13514
- console.log(newList, val, type);
13514
+ // console.log(newList, val, type);
13515
13515
  onChange === null || onChange === void 0 ? void 0 : onChange(newList);
13516
13516
  };
13517
13517
  //判断是否是单个且没有商品数据
@@ -13587,7 +13587,6 @@ var CommonSystemOrder$1 = function CommonSystemOrder(props) {
13587
13587
  }, [1, 2].includes(type) ? /*#__PURE__*/React__default['default'].createElement("span", null, "\u7CFB\u7EDF\u8BA2\u5355\u53F7", index + 1, "\uFF1A", item.systemOrderId) : null);
13588
13588
  };
13589
13589
  var changeHandle = function changeHandle(val, valType) {
13590
- console.log(val, valType);
13591
13590
  var changeOrderInfo = _objectSpread2({}, value[changeIndex]);
13592
13591
  changeOrderInfo[valType] = val;
13593
13592
  if (val !== failValue) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "0.27.0-alpha.0",
3
+ "version": "0.27.0-rc.1",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -20,7 +20,7 @@
20
20
  "watch": "nodemon --ignore dist/ --ignore node_modules/ --watch src/ -C -e ts,tsx,less --debug -x 'yarn async'"
21
21
  },
22
22
  "dependencies": {
23
- "@kmkf-fe-packages/kmkf-utils": "^0.27.0-alpha.0",
23
+ "@kmkf-fe-packages/kmkf-utils": "^0.27.0-rc.1",
24
24
  "ahooks": "^3.7.4",
25
25
  "kmkf-monitor": "^0.8.8",
26
26
  "lodash": "^4.17.21",
@@ -64,5 +64,5 @@
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
- "gitHead": "0972e249426cd06922db0bc33f71483b4f6d143b"
67
+ "gitHead": "aee9cf6ea0bc4de7f663d05d42cc25e4ab8f1627"
68
68
  }