@mx-cartographer/experiences 7.2.15-alpha-ram12-finstrong-testing → 7.2.15-alpha-ram14-finstrong-testing

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.
@@ -116,8 +116,8 @@ class A {
116
116
  this.setIsLoadingCategoryTotals(!0);
117
117
  try {
118
118
  const a = await this.api.getDateRangeCategoryTotals(
119
- r(e),
120
- r(o),
119
+ e ? r(e) : 1761955200,
120
+ o ? r(o) : 1764633599,
121
121
  t
122
122
  );
123
123
  console.log(e, o, "start date", "enddate"), console.log(JSON.parse(JSON.stringify(a)), "totals"), l(() => {
@@ -1,5 +1,5 @@
1
1
  import { b as o, C as a, a as t, u as C } from "../CategorySelectorDrawer-ZO9N26Kx.mjs";
2
- import { C as g } from "../CategoryStore-2mI6CCiD.mjs";
2
+ import { C as g } from "../CategoryStore-K8A4Mcfl.mjs";
3
3
  export {
4
4
  o as CategoryRow,
5
5
  a as CategorySelector,
@@ -18,7 +18,7 @@ export declare class CategoryStore {
18
18
  get transferCategories(): DetailedCategory[];
19
19
  addCategory: (name: string, parentGuid: string) => Promise<void>;
20
20
  loadCategories: (categoriesOverride?: Category[]) => Promise<void>;
21
- loadDateRangeCategoryTotals: (accounts: Account[], startDate: Date, endDate: Date) => Promise<void>;
21
+ loadDateRangeCategoryTotals: (accounts: Account[], startDate?: Date, endDate?: Date) => Promise<void>;
22
22
  loadMonthlyCategoryTotals: (accounts?: Account[], startDate?: Date, endDate?: Date) => Promise<void>;
23
23
  reloadCategoryTotals: (accounts: Account[], startDate: Date, endDate: Date) => Promise<void>;
24
24
  removeCategory: (guid: string) => Promise<void>;
@@ -2,8 +2,8 @@ import { G as k } from "../useCombineEvents-BUDIR1ba.mjs";
2
2
  import { A as ss, a as rs, u as os, b as as } from "../useCombineEvents-BUDIR1ba.mjs";
3
3
  import { F as S, A as h } from "../Fetch-87LIQbEA.mjs";
4
4
  import { B as is } from "../BeatApi-DhJpgCLz.mjs";
5
- import { C as et } from "../CategoryStore-2mI6CCiD.mjs";
6
- import { a as ds } from "../CategoryStore-2mI6CCiD.mjs";
5
+ import { C as et } from "../CategoryStore-K8A4Mcfl.mjs";
6
+ import { a as ds } from "../CategoryStore-K8A4Mcfl.mjs";
7
7
  import { N as st } from "../NotificationStore-C6PH6MKm.mjs";
8
8
  import { a as us } from "../NotificationStore-C6PH6MKm.mjs";
9
9
  import { T as rt } from "../User-wXzDI4M8.mjs";