bt-core-app 2.0.231 → 2.0.233
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 +2 -2
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -44625,7 +44625,7 @@ function fu(e, t, a) {
|
|
|
44625
44625
|
params: {
|
|
44626
44626
|
...he.value,
|
|
44627
44627
|
...s ? (zt = (Vt = o == null ? void 0 : o.bladeData) == null ? void 0 : Vt.data) == null ? void 0 : zt.params : {},
|
|
44628
|
-
...
|
|
44628
|
+
...a == null ? void 0 : a.params
|
|
44629
44629
|
},
|
|
44630
44630
|
proxyID: P.value,
|
|
44631
44631
|
refresh: (Ve == null ? void 0 : Ve.deepRefresh) ?? !1,
|
|
@@ -44647,7 +44647,7 @@ function fu(e, t, a) {
|
|
|
44647
44647
|
params: {
|
|
44648
44648
|
...he.value,
|
|
44649
44649
|
...s ? (ha = (ca = o == null ? void 0 : o.bladeData) == null ? void 0 : ca.data) == null ? void 0 : ha.params : {},
|
|
44650
|
-
...
|
|
44650
|
+
...a == null ? void 0 : a.params
|
|
44651
44651
|
},
|
|
44652
44652
|
proxyID: P.value,
|
|
44653
44653
|
refresh: (Ve == null ? void 0 : Ve.deepRefresh) ?? !1,
|
package/package.json
CHANGED