bt-core-app 1.4.770 → 1.4.771
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/bt-core-app.js +8 -4
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -7673,7 +7673,8 @@ function xL(e) {
|
|
|
7673
7673
|
let A = await ((_ = e.api) == null ? void 0 : _.getAll({
|
|
7674
7674
|
additionalUrl: "/getAll",
|
|
7675
7675
|
nav: C.nav,
|
|
7676
|
-
params: D
|
|
7676
|
+
params: D,
|
|
7677
|
+
proxyID: C.proxyID
|
|
7677
7678
|
}));
|
|
7678
7679
|
A == null ? x(A) : (t.value ?? (t.value = []), A.data.forEach((L) => {
|
|
7679
7680
|
var I, E;
|
|
@@ -7986,7 +7987,8 @@ function kL(e) {
|
|
|
7986
7987
|
params: {
|
|
7987
7988
|
dateFrom: ae.dateFrom,
|
|
7988
7989
|
dateTo: ae.dateTo
|
|
7989
|
-
}
|
|
7990
|
+
},
|
|
7991
|
+
proxyID: S.proxyID
|
|
7990
7992
|
}));
|
|
7991
7993
|
if (te == null) {
|
|
7992
7994
|
L(te);
|
|
@@ -8003,7 +8005,8 @@ function kL(e) {
|
|
|
8003
8005
|
params: {
|
|
8004
8006
|
dateFrom: ae.dateFrom,
|
|
8005
8007
|
dateTo: ae.dateTo
|
|
8006
|
-
}
|
|
8008
|
+
},
|
|
8009
|
+
proxyID: S.proxyID
|
|
8007
8010
|
}));
|
|
8008
8011
|
if (te == null) {
|
|
8009
8012
|
L(te);
|
|
@@ -8020,7 +8023,8 @@ function kL(e) {
|
|
|
8020
8023
|
dateFrom: o.value.dateFrom,
|
|
8021
8024
|
dateTo: o.value.dateTo,
|
|
8022
8025
|
lastUpdate: o.value.lastUpdate ?? Vu()
|
|
8023
|
-
}
|
|
8026
|
+
},
|
|
8027
|
+
proxyID: S.proxyID
|
|
8024
8028
|
}));
|
|
8025
8029
|
if (P == null) {
|
|
8026
8030
|
L(P);
|
package/package.json
CHANGED