@kmkf-fe-packages/basic-components 1.0.10-beta.5 → 1.0.10-beta.7

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
@@ -10471,6 +10471,9 @@ var jstGoods = function jstGoods(props) {
10471
10471
  var changeOrderInfo = _objectSpread2({}, value[changeIndex]);
10472
10472
  changeOrderInfo[type] = val;
10473
10473
  changeOrderInfo['sendId'] = option.value;
10474
+ if (platformType === 'wdt' && type === 'sendName') {
10475
+ changeOrderInfo['sendSnapshotName'] = option.label;
10476
+ }
10474
10477
  var newList = _toConsumableArray(value);
10475
10478
  newList[changeIndex] = changeOrderInfo;
10476
10479
  onChange === null || onChange === void 0 ? void 0 : onChange(newList);
package/dist/index.js CHANGED
@@ -10483,6 +10483,9 @@ var jstGoods = function jstGoods(props) {
10483
10483
  var changeOrderInfo = _objectSpread2({}, value[changeIndex]);
10484
10484
  changeOrderInfo[type] = val;
10485
10485
  changeOrderInfo['sendId'] = option.value;
10486
+ if (platformType === 'wdt' && type === 'sendName') {
10487
+ changeOrderInfo['sendSnapshotName'] = option.label;
10488
+ }
10486
10489
  var newList = _toConsumableArray(value);
10487
10490
  newList[changeIndex] = changeOrderInfo;
10488
10491
  onChange === null || onChange === void 0 ? void 0 : onChange(newList);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "1.0.10-beta.5",
3
+ "version": "1.0.10-beta.7",
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": "^1.0.10-beta.5",
23
+ "@kmkf-fe-packages/kmkf-utils": "^1.0.10-beta.7",
24
24
  "ahooks": "^3.7.4",
25
25
  "bignumber.js": "^9.1.2",
26
26
  "kmkf-monitor": "^0.8.8",
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "d5b9fadd8e1e46b282fb28270a58e58cb62a7747"
68
+ "gitHead": "029cd609342e2316692265e251749dfa82298a90"
69
69
  }