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