@kmkf-fe-packages/basic-components 0.19.0-alpha.0 → 0.19.0-alpha.2
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 +2 -1
- package/dist/index.esm.js +3 -2
- package/dist/index.js +3 -2
- package/package.json +2 -2
package/README.md
CHANGED
package/dist/index.esm.js
CHANGED
|
@@ -7133,7 +7133,7 @@ var ApaasUploadFile = function ApaasUploadFile(_ref) {
|
|
|
7133
7133
|
value: ""
|
|
7134
7134
|
})), /*#__PURE__*/React.createElement(Dragger, _objectSpread2({
|
|
7135
7135
|
disabled: disabled,
|
|
7136
|
-
multiple:
|
|
7136
|
+
multiple: true,
|
|
7137
7137
|
accept: accept,
|
|
7138
7138
|
name: "file",
|
|
7139
7139
|
maxCount: maxCount,
|
|
@@ -10937,7 +10937,8 @@ 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
|
|
10940
|
+
shopCode: value === null || value === void 0 ? void 0 : value.shopCode,
|
|
10941
|
+
canUpdateNumber: true
|
|
10941
10942
|
}, other), {}, {
|
|
10942
10943
|
value: value === null || value === void 0 ? void 0 : value.bsExchangeGiftGoods,
|
|
10943
10944
|
onChange: function onChange(val) {
|
package/dist/index.js
CHANGED
|
@@ -7144,7 +7144,7 @@ var ApaasUploadFile = function ApaasUploadFile(_ref) {
|
|
|
7144
7144
|
value: ""
|
|
7145
7145
|
})), /*#__PURE__*/React__default['default'].createElement(Dragger, _objectSpread2({
|
|
7146
7146
|
disabled: disabled,
|
|
7147
|
-
multiple:
|
|
7147
|
+
multiple: true,
|
|
7148
7148
|
accept: accept,
|
|
7149
7149
|
name: "file",
|
|
7150
7150
|
maxCount: maxCount,
|
|
@@ -10948,7 +10948,8 @@ 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
|
|
10951
|
+
shopCode: value === null || value === void 0 ? void 0 : value.shopCode,
|
|
10952
|
+
canUpdateNumber: true
|
|
10952
10953
|
}, other), {}, {
|
|
10953
10954
|
value: value === null || value === void 0 ? void 0 : value.bsExchangeGiftGoods,
|
|
10954
10955
|
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.19.0-alpha.
|
|
3
|
+
"version": "0.19.0-alpha.2",
|
|
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": "09e91a9e1cbfab9cc43c38518521cb89658cd9a1"
|
|
65
65
|
}
|