@kmkf-fe-packages/basic-components 0.7.15-alpha.78 → 0.7.15-alpha.80

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
@@ -9907,7 +9907,7 @@ var GoodsModal$1 = function GoodsModal(props, ref) {
9907
9907
  dataSource: goodList,
9908
9908
  scroll: {
9909
9909
  x: true,
9910
- y: '50%'
9910
+ y: 250
9911
9911
  },
9912
9912
  pagination: {
9913
9913
  size: 'small',
@@ -10395,6 +10395,7 @@ var BsExchange = function BsExchange(props) {
10395
10395
  if (key === 'bsExchangeGiftGoods') {
10396
10396
  val = cloneDeep(val).map(function (t) {
10397
10397
  t.money = 0;
10398
+ t.share = 0;
10398
10399
  return t;
10399
10400
  });
10400
10401
  }
package/dist/index.js CHANGED
@@ -9918,7 +9918,7 @@ var GoodsModal$1 = function GoodsModal(props, ref) {
9918
9918
  dataSource: goodList,
9919
9919
  scroll: {
9920
9920
  x: true,
9921
- y: '50%'
9921
+ y: 250
9922
9922
  },
9923
9923
  pagination: {
9924
9924
  size: 'small',
@@ -10406,6 +10406,7 @@ var BsExchange = function BsExchange(props) {
10406
10406
  if (key === 'bsExchangeGiftGoods') {
10407
10407
  val = lodash.cloneDeep(val).map(function (t) {
10408
10408
  t.money = 0;
10409
+ t.share = 0;
10409
10410
  return t;
10410
10411
  });
10411
10412
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "0.7.15-alpha.78",
3
+ "version": "0.7.15-alpha.80",
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.7.15-alpha.78",
23
+ "@kmkf-fe-packages/kmkf-utils": "^0.7.15-alpha.80",
24
24
  "lodash": "^4.17.21",
25
25
  "pubsub-js": "^1.9.4",
26
26
  "umi-request": "^1.4.0"
@@ -58,5 +58,5 @@
58
58
  "publishConfig": {
59
59
  "access": "public"
60
60
  },
61
- "gitHead": "6b9df5c3d3f86da3f0dca5564281db9bb9ebda7e"
61
+ "gitHead": "e6ac39ff8747f20ae01cfe55783171f7eafb6143"
62
62
  }