bt-core-app 2.0.299 → 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 +3 -3
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -9501,14 +9501,14 @@ 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,
|
|
9508
9508
|
proxyID: h.proxyID
|
|
9509
|
-
})), D != null ? h.onGetAsync ?? (h.onGetAsync = () => D().getAll(h)) : h.onGetAsync ?? (h.onGetAsync = () => Promise.resolve({ data: L })), i(async () => {
|
|
9509
|
+
})), console.log("a"), D != null ? (console.log("b"), h.onGetAsync ?? (h.onGetAsync = () => D().getAll(h))) : (console.log("c"), h.onGetAsync ?? (h.onGetAsync = () => Promise.resolve({ data: L }))), console.log("f"), i(async () => {
|
|
9510
9510
|
let E;
|
|
9511
|
-
return h.onGetAsync != null && (E = await h.onGetAsync(h)), E != null && h.onGetSuccessAsync != null ? await h.onGetSuccessAsync(E, h) : E;
|
|
9511
|
+
return console.log("e"), h.onGetAsync != null && (E = await h.onGetAsync(h)), E != null && h.onGetSuccessAsync != null ? await h.onGetSuccessAsync(E, h) : E;
|
|
9512
9512
|
}, {
|
|
9513
9513
|
...e,
|
|
9514
9514
|
...h,
|
package/package.json
CHANGED