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