@kmkf-fe-packages/basic-components 1.22.1-beta.58 → 1.22.1-beta.59
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
|
@@ -15803,7 +15803,7 @@ var index$1 = (function (props) {
|
|
|
15803
15803
|
case 0:
|
|
15804
15804
|
gyUtils.getGyOrderListSingleton(orderNo).then(function (data) {
|
|
15805
15805
|
var trades = ((data === null || data === void 0 ? void 0 : data.trades) || []).filter(function (item) {
|
|
15806
|
-
return (item.
|
|
15806
|
+
return (item.platformCode || '').split(',').includes(orderNo);
|
|
15807
15807
|
});
|
|
15808
15808
|
_onChange === null || _onChange === void 0 ? void 0 : _onChange(_objectSpread2(_objectSpread2({}, value), {}, {
|
|
15809
15809
|
orders: trades,
|
package/dist/index.js
CHANGED
|
@@ -15815,7 +15815,7 @@ var index$1 = (function (props) {
|
|
|
15815
15815
|
case 0:
|
|
15816
15816
|
gyUtils.getGyOrderListSingleton(orderNo).then(function (data) {
|
|
15817
15817
|
var trades = ((data === null || data === void 0 ? void 0 : data.trades) || []).filter(function (item) {
|
|
15818
|
-
return (item.
|
|
15818
|
+
return (item.platformCode || '').split(',').includes(orderNo);
|
|
15819
15819
|
});
|
|
15820
15820
|
_onChange === null || _onChange === void 0 ? void 0 : _onChange(_objectSpread2(_objectSpread2({}, value), {}, {
|
|
15821
15821
|
orders: trades,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "1.22.1-beta.
|
|
3
|
+
"version": "1.22.1-beta.59",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "b0825d8a048c88897806a83a4c19bf704d064305"
|
|
69
69
|
}
|