@kmkf-fe-packages/basic-components 2.2.5-beta.18 → 2.2.5-beta.21
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
|
@@ -22491,7 +22491,7 @@ var OrderSubForm = function OrderSubForm(props) {
|
|
|
22491
22491
|
onChange(_objectSpread2(_objectSpread2({}, value), {}, {
|
|
22492
22492
|
allOrders: allOrders
|
|
22493
22493
|
}));
|
|
22494
|
-
}) : Promise.resolve();
|
|
22494
|
+
}).catch(console.debug) : Promise.resolve();
|
|
22495
22495
|
};
|
|
22496
22496
|
var getAllTradeGoodsDetails = function getAllTradeGoodsDetails() {
|
|
22497
22497
|
var goodDetails = (value === null || value === void 0 ? void 0 : value.allOrders) || [];
|
package/dist/index.js
CHANGED
|
@@ -22504,7 +22504,7 @@ var OrderSubForm = function OrderSubForm(props) {
|
|
|
22504
22504
|
onChange(_objectSpread2(_objectSpread2({}, value), {}, {
|
|
22505
22505
|
allOrders: allOrders
|
|
22506
22506
|
}));
|
|
22507
|
-
}) : Promise.resolve();
|
|
22507
|
+
}).catch(console.debug) : Promise.resolve();
|
|
22508
22508
|
};
|
|
22509
22509
|
var getAllTradeGoodsDetails = function getAllTradeGoodsDetails() {
|
|
22510
22510
|
var goodDetails = (value === null || value === void 0 ? void 0 : value.allOrders) || [];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.2.5-beta.
|
|
3
|
+
"version": "2.2.5-beta.21",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "52e09d850c3d64732636822d50585dc02cfd234f"
|
|
70
70
|
}
|