@kmkf-fe-packages/basic-components 0.8.17 → 0.8.18-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/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -10478,7 +10478,7 @@ var BsGoods = function BsGoods(props) {
|
|
|
10478
10478
|
}
|
|
10479
10479
|
});
|
|
10480
10480
|
//退货
|
|
10481
|
-
pubsub.subscribe('
|
|
10481
|
+
pubsub.subscribe('returnType', function (type, data) {
|
|
10482
10482
|
if (disabled) return;
|
|
10483
10483
|
withInfo.current = {
|
|
10484
10484
|
type: type,
|
package/dist/index.js
CHANGED
|
@@ -10489,7 +10489,7 @@ var BsGoods = function BsGoods(props) {
|
|
|
10489
10489
|
}
|
|
10490
10490
|
});
|
|
10491
10491
|
//退货
|
|
10492
|
-
pubsub__default['default'].subscribe('
|
|
10492
|
+
pubsub__default['default'].subscribe('returnType', function (type, data) {
|
|
10493
10493
|
if (disabled) return;
|
|
10494
10494
|
withInfo.current = {
|
|
10495
10495
|
type: type,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.18-alpha.0",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"publishConfig": {
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "52d8f54a3d76e8e97f6f4262746af4061dc72950"
|
|
64
64
|
}
|