@kmkf-fe-packages/basic-components 0.25.0 → 0.25.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/dist/index.esm.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -11685,7 +11685,7 @@ var BsExchange = function BsExchange(props) {
|
|
|
11685
11685
|
key: 'bsReturnGoods'
|
|
11686
11686
|
}, other), {}, {
|
|
11687
11687
|
disabled: disabled,
|
|
11688
|
-
showChangeBtn:
|
|
11688
|
+
showChangeBtn: false,
|
|
11689
11689
|
shopCode: value === null || value === void 0 ? void 0 : value.shopCode,
|
|
11690
11690
|
value: item === null || item === void 0 ? void 0 : item.bsExchangeReturnGoods,
|
|
11691
11691
|
onChange: function onChange(val) {
|
|
@@ -11916,7 +11916,7 @@ var BsReturnGoods = function BsReturnGoods(props) {
|
|
|
11916
11916
|
}, other), {}, {
|
|
11917
11917
|
disabled: disabled,
|
|
11918
11918
|
canUpdateNumber: showChangeBtn,
|
|
11919
|
-
showChangeBtn:
|
|
11919
|
+
showChangeBtn: false,
|
|
11920
11920
|
shopCode: value === null || value === void 0 ? void 0 : value.shopCode,
|
|
11921
11921
|
value: value === null || value === void 0 ? void 0 : value.bsReturnGoods,
|
|
11922
11922
|
onChange: function onChange(val) {
|
package/dist/index.js
CHANGED
|
@@ -11696,7 +11696,7 @@ var BsExchange = function BsExchange(props) {
|
|
|
11696
11696
|
key: 'bsReturnGoods'
|
|
11697
11697
|
}, other), {}, {
|
|
11698
11698
|
disabled: disabled,
|
|
11699
|
-
showChangeBtn:
|
|
11699
|
+
showChangeBtn: false,
|
|
11700
11700
|
shopCode: value === null || value === void 0 ? void 0 : value.shopCode,
|
|
11701
11701
|
value: item === null || item === void 0 ? void 0 : item.bsExchangeReturnGoods,
|
|
11702
11702
|
onChange: function onChange(val) {
|
|
@@ -11927,7 +11927,7 @@ var BsReturnGoods = function BsReturnGoods(props) {
|
|
|
11927
11927
|
}, other), {}, {
|
|
11928
11928
|
disabled: disabled,
|
|
11929
11929
|
canUpdateNumber: showChangeBtn,
|
|
11930
|
-
showChangeBtn:
|
|
11930
|
+
showChangeBtn: false,
|
|
11931
11931
|
shopCode: value === null || value === void 0 ? void 0 : value.shopCode,
|
|
11932
11932
|
value: value === null || value === void 0 ? void 0 : value.bsReturnGoods,
|
|
11933
11933
|
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.25.
|
|
3
|
+
"version": "0.25.2",
|
|
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.25.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "^0.25.2",
|
|
24
24
|
"ahooks": "^3.7.4",
|
|
25
25
|
"kmkf-monitor": "^0.8.8",
|
|
26
26
|
"lodash": "^4.17.21",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "09935c5679a8aa924d30de2c76ba2d58bae44b42"
|
|
68
68
|
}
|