bt-core-app 2.0.300 → 2.0.301
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 +1 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -9501,7 +9501,7 @@ function Qh(e) {
|
|
|
9501
9501
|
h.nav ?? (h.nav = e == null ? void 0 : e.nav), h.proxyID ?? (h.proxyID = e == null ? void 0 : e.proxyID), h.refresh ?? (h.refresh = e == null ? void 0 : e.refresh), h.storeMode ?? (h.storeMode = e == null ? void 0 : e.storeMode), h.storageMode ?? (h.storageMode = e == null ? void 0 : e.storageMode), h.throwError ?? (h.throwError = e == null ? void 0 : e.throwError), h.url ?? (h.url = e == null ? void 0 : e.url), h.confirmationMsg ?? (h.confirmationMsg = h.requireConfirmation === !0 ? "Are you sure you want to get these items?" : void 0);
|
|
9502
9502
|
let D = (h == null ? void 0 : h.store) ?? (e == null ? void 0 : e.store);
|
|
9503
9503
|
const L = (e == null ? void 0 : e.items) ?? [];
|
|
9504
|
-
return D == null && h.nav != null && (D = wo({
|
|
9504
|
+
return console.log(D), console.log(h), D == null && h.nav != null && (console.log("aa"), D = wo({
|
|
9505
9505
|
nav: h.nav,
|
|
9506
9506
|
storeMode: h.storeMode,
|
|
9507
9507
|
storageMode: h.storageMode,
|
package/package.json
CHANGED