@kmkf-fe-packages/basic-components 0.7.15-alpha.78 → 0.7.15-alpha.79
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 +2 -1
- package/dist/index.js +2 -1
- package/package.json +2 -2
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:
|
|
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:
|
|
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.
|
|
3
|
+
"version": "0.7.15-alpha.79",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"publishConfig": {
|
|
59
59
|
"access": "public"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "2b7ebb2978054a6c571ea3e389cdc1f089442a77"
|
|
62
62
|
}
|