@mx-cartographer/experiences 6.25.0-alpha.sms2 → 6.25.0-alpha.sms3
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/index.es.js +5 -5
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1274,7 +1274,7 @@ const xa = (e, n) => e.reduce((i, a) => (i[a.guid] = n?.includes(a.guid), i), {}
|
|
|
1274
1274
|
globalStore: n,
|
|
1275
1275
|
onEvent: i,
|
|
1276
1276
|
onPageView: a
|
|
1277
|
-
}) => /* @__PURE__ */ t(
|
|
1277
|
+
}) => (console.log("globalStore", n.accountStore.accounts), /* @__PURE__ */ t(
|
|
1278
1278
|
Yn.Provider,
|
|
1279
1279
|
{
|
|
1280
1280
|
value: {
|
|
@@ -1285,7 +1285,7 @@ const xa = (e, n) => e.reduce((i, a) => (i[a.guid] = n?.includes(a.guid), i), {}
|
|
|
1285
1285
|
},
|
|
1286
1286
|
children: e
|
|
1287
1287
|
}
|
|
1288
|
-
), Ys = g.createContext(null), co = ({ children: e, availableHeight: n, availableWidth: i }) => /* @__PURE__ */ t(
|
|
1288
|
+
)), Ys = g.createContext(null), co = ({ children: e, availableHeight: n, availableWidth: i }) => /* @__PURE__ */ t(
|
|
1289
1289
|
Ys.Provider,
|
|
1290
1290
|
{
|
|
1291
1291
|
value: {
|
|
@@ -23170,7 +23170,7 @@ class C2 {
|
|
|
23170
23170
|
this.copyStore.loadCopy(),
|
|
23171
23171
|
this.appDataStore.loadAppData(i),
|
|
23172
23172
|
this.userStore.loadUserFeatures(h)
|
|
23173
|
-
]), await Promise.all([
|
|
23173
|
+
]), console.log("accounts1", n), await Promise.all([
|
|
23174
23174
|
this.accountStore.loadAccountData({ accounts: n, institutions: r, members: s }),
|
|
23175
23175
|
this.categoryStore.loadCategories(o),
|
|
23176
23176
|
this.transactionStore.loadTransactionData({
|
|
@@ -23180,7 +23180,7 @@ class C2 {
|
|
|
23180
23180
|
transactionRules: _,
|
|
23181
23181
|
transactions: u
|
|
23182
23182
|
})
|
|
23183
|
-
])
|
|
23183
|
+
]);
|
|
23184
23184
|
};
|
|
23185
23185
|
}
|
|
23186
23186
|
const Da = ({
|
|
@@ -24637,7 +24637,7 @@ class b0 {
|
|
|
24637
24637
|
await this.loadMembers(i);
|
|
24638
24638
|
try {
|
|
24639
24639
|
const a = n || await this.api.getAccounts();
|
|
24640
|
-
|
|
24640
|
+
q(() => {
|
|
24641
24641
|
this.accounts = this.sortAccounts(this.augmentAccounts(a));
|
|
24642
24642
|
});
|
|
24643
24643
|
} catch (a) {
|