@kmkf-fe-packages/basic-components 0.18.2-alpha.1 → 0.19.0-alpha.0
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 +1 -2
- package/dist/index.esm.js +2 -3
- package/dist/index.js +2 -3
- package/package.json +2 -2
package/README.md
CHANGED
package/dist/index.esm.js
CHANGED
|
@@ -6868,7 +6868,7 @@ var ApaasUploadFile = function ApaasUploadFile(_ref) {
|
|
|
6868
6868
|
var _ref$maxCount = _ref.maxCount,
|
|
6869
6869
|
maxCount = _ref$maxCount === void 0 ? 10 : _ref$maxCount,
|
|
6870
6870
|
_ref$maxSize = _ref.maxSize,
|
|
6871
|
-
maxSize = _ref$maxSize === void 0 ?
|
|
6871
|
+
maxSize = _ref$maxSize === void 0 ? 100 : _ref$maxSize,
|
|
6872
6872
|
_ref$onChange = _ref.onChange,
|
|
6873
6873
|
onChange = _ref$onChange === void 0 ? fn$2 : _ref$onChange,
|
|
6874
6874
|
_ref$value = _ref.value,
|
|
@@ -10937,8 +10937,7 @@ var BsExchange = function BsExchange(props) {
|
|
|
10937
10937
|
headerText: "\u8D60\u54C1",
|
|
10938
10938
|
key: 'bsGiftGoods',
|
|
10939
10939
|
disabled: disabled,
|
|
10940
|
-
shopCode: value === null || value === void 0 ? void 0 : value.shopCode
|
|
10941
|
-
canUpdateNumber: true
|
|
10940
|
+
shopCode: value === null || value === void 0 ? void 0 : value.shopCode
|
|
10942
10941
|
}, other), {}, {
|
|
10943
10942
|
value: value === null || value === void 0 ? void 0 : value.bsExchangeGiftGoods,
|
|
10944
10943
|
onChange: function onChange(val) {
|
package/dist/index.js
CHANGED
|
@@ -6879,7 +6879,7 @@ var ApaasUploadFile = function ApaasUploadFile(_ref) {
|
|
|
6879
6879
|
var _ref$maxCount = _ref.maxCount,
|
|
6880
6880
|
maxCount = _ref$maxCount === void 0 ? 10 : _ref$maxCount,
|
|
6881
6881
|
_ref$maxSize = _ref.maxSize,
|
|
6882
|
-
maxSize = _ref$maxSize === void 0 ?
|
|
6882
|
+
maxSize = _ref$maxSize === void 0 ? 100 : _ref$maxSize,
|
|
6883
6883
|
_ref$onChange = _ref.onChange,
|
|
6884
6884
|
onChange = _ref$onChange === void 0 ? fn$2 : _ref$onChange,
|
|
6885
6885
|
_ref$value = _ref.value,
|
|
@@ -10948,8 +10948,7 @@ var BsExchange = function BsExchange(props) {
|
|
|
10948
10948
|
headerText: "\u8D60\u54C1",
|
|
10949
10949
|
key: 'bsGiftGoods',
|
|
10950
10950
|
disabled: disabled,
|
|
10951
|
-
shopCode: value === null || value === void 0 ? void 0 : value.shopCode
|
|
10952
|
-
canUpdateNumber: true
|
|
10951
|
+
shopCode: value === null || value === void 0 ? void 0 : value.shopCode
|
|
10953
10952
|
}, other), {}, {
|
|
10954
10953
|
value: value === null || value === void 0 ? void 0 : value.bsExchangeGiftGoods,
|
|
10955
10954
|
onChange: function onChange(val) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.19.0-alpha.0",
|
|
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": "
|
|
64
|
+
"gitHead": "43ea6a17a17348f4bac959c6c3ee19068f198db9"
|
|
65
65
|
}
|