@mx-cartographer/experiences 7.4.5 → 7.4.6-alpha.mm1
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/CHANGELOG.md +0 -4
- package/dist/{Account-01wOyrH1.mjs → Account-BQE_ANvF.mjs} +1 -1
- package/dist/{AccountDetailsContent-COMjOzwr.mjs → AccountDetailsContent-C6LkHJuy.mjs} +8 -8
- package/dist/{AccountDetailsHeader-Cbi5G6fJ.mjs → AccountDetailsHeader-CCkHHK_n.mjs} +4 -4
- package/dist/{AccountFields-Cd_nOWmf.mjs → AccountFields-DdOw6d6w.mjs} +2 -2
- package/dist/{AccountListItem-DxY4cCF1.mjs → AccountListItem-CZhCiU7q.mjs} +4 -4
- package/dist/{AccountStore-C1zMBzHq.mjs → AccountStore-kxFbaz-K.mjs} +2 -2
- package/dist/{Accounts-D7QljYas.mjs → Accounts-D_768tYo.mjs} +1 -1
- package/dist/{BudgetUtil-Df2nII9u.mjs → BudgetUtil-C5fTz_GJ.mjs} +1 -1
- package/dist/{CategorySelectorDrawer-DqJK_rrL.mjs → CategorySelectorDrawer-l3tOyiqD.mjs} +1 -1
- package/dist/{ConnectDrawer-CuUj16NH.mjs → ConnectDrawer-g2IXvoSS.mjs} +1 -1
- package/dist/{ConnectionsDrawer-Bz4uwdFE.mjs → ConnectionsDrawer-vSEOHrUC.mjs} +6 -6
- package/dist/{CurrencyInput-BFKcs-_K.mjs → CurrencyInput-BnaVaZBU.mjs} +6 -6
- package/dist/{DebtsStore-Bu8rRRSL.mjs → DebtsStore-CFk9t-Ky.mjs} +1 -1
- package/dist/{ExportCsvAction-DzTrtPzk.mjs → ExportCsvAction-DSi2a4NQ.mjs} +3 -3
- package/dist/{GoalStore-CrNhjvNc.mjs → GoalStore-DxFUJRd4.mjs} +2 -2
- package/dist/{Help-BnPXM_N2.mjs → Help-D1I72J-F.mjs} +1 -1
- package/dist/{LineChart-bc1D9xBE.mjs → LineChart-B7MftxPX.mjs} +1 -1
- package/dist/{ListItemAction-uobBrm_a.mjs → ListItemAction-Dob72eoG.mjs} +10 -10
- package/dist/{ManageIncome-A69EUO5u.mjs → ManageIncome-DlAUFShc.mjs} +4 -4
- package/dist/{MicroWidgetContainer-DEiRnYVa.mjs → MicroWidgetContainer-4zS7jJrn.mjs} +1 -1
- package/dist/{MiniWidgetContainer-CmXpTylX.mjs → MiniWidgetContainer-Csioy5P7.mjs} +1 -1
- package/dist/{NetWorthStore-CpL_kqvx.mjs → NetWorthStore-B6sG1eiD.mjs} +2 -2
- package/dist/{NotificationSettings-CNmJWVeI.mjs → NotificationSettings-ByORHzRI.mjs} +3 -3
- package/dist/{OriginalBalanceAction-DK8_LkPz.mjs → OriginalBalanceAction-BmSYWwSx.mjs} +3 -3
- package/dist/{RecurringSettings-B0uObPlD.mjs → RecurringSettings-CZvd4Wuv.mjs} +12 -12
- package/dist/{SpendingLegend-BbrZWbFX.mjs → SpendingLegend-CbNAMdPH.mjs} +2 -2
- package/dist/{TransactionDetails-COH0OKNG.mjs → TransactionDetails-DnLXfvDL.mjs} +5 -5
- package/dist/{TransactionStore-Dz-G8Wd0.mjs → TransactionStore-BOiv_pDO.mjs} +2 -2
- package/dist/{User-wXzDI4M8.mjs → User-BmdvAL7I.mjs} +1 -1
- package/dist/{WidgetContainer-6dsjtOVg.mjs → WidgetContainer-DR_iRKNU.mjs} +2 -2
- package/dist/accounts/index.es.js +121 -119
- package/dist/analytics/index.es.js +2 -2
- package/dist/budgets/index.es.js +10 -10
- package/dist/cashflow/index.es.js +7 -7
- package/dist/categories/index.es.js +1 -1
- package/dist/common/hooks/index.d.ts +1 -0
- package/dist/common/hooks/useWidgetLoadTimer.d.ts +24 -0
- package/dist/common/index.es.js +35 -33
- package/dist/dashboard/index.es.js +107 -105
- package/dist/debts/index.es.js +9 -9
- package/dist/{exportTransactionsToCSV-Cz2t0lmA.mjs → exportTransactionsToCSV-DoKUltKJ.mjs} +1 -1
- package/dist/finstrong/index.es.js +10 -10
- package/dist/goals/index.es.js +249 -251
- package/dist/help/index.es.js +5 -5
- package/dist/{hooks-C41HAxM5.mjs → hooks-DtrRa6Lb.mjs} +10 -10
- package/dist/investments/index.es.js +3 -3
- package/dist/merchants/index.es.js +1 -1
- package/dist/networth/index.es.js +173 -173
- package/dist/notifications/index.es.js +2 -2
- package/dist/recurringtransactions/index.es.js +8 -8
- package/dist/settings/index.es.js +6 -6
- package/dist/spending/index.es.js +6 -6
- package/dist/transactions/index.es.js +13 -13
- package/dist/trends/index.es.js +9 -9
- package/dist/useAccountDisplayName-BUtYhbqe.mjs +15 -0
- package/dist/{useInsightsEnabled-CNjP5cfR.mjs → useInsightsEnabled-v_GGt72p.mjs} +1 -1
- package/dist/useWidgetLoadTimer-C4tYP28Y.mjs +28 -0
- package/package.json +1 -1
- package/dist/useAccountDisplayName-CMMlIOXF.mjs +0 -15
|
@@ -11,13 +11,13 @@ import B from "@mui/material/List";
|
|
|
11
11
|
import { Text as m, InstitutionLogo as T, CategoryIcon as R } from "@mxenabled/mxui";
|
|
12
12
|
import { h as I } from "../DateUtil-CBdcsyuk.mjs";
|
|
13
13
|
import { useTheme as O, Card as G } from "@mui/material";
|
|
14
|
-
import {
|
|
14
|
+
import { e as E, i as j, a as g, n as N, c as S, b as z } from "../hooks-DtrRa6Lb.mjs";
|
|
15
15
|
import { Icon as U, Settings as F } from "@mxenabled/mx-icons";
|
|
16
16
|
import P from "@mui/material/Button";
|
|
17
17
|
import W from "@mui/material/Stack";
|
|
18
18
|
import { L as w } from "../Loader-DUaFpDGv.mjs";
|
|
19
19
|
import $ from "@mui/material/IconButton";
|
|
20
|
-
import { N as H } from "../NotificationSettings-
|
|
20
|
+
import { N as H } from "../NotificationSettings-ByORHzRI.mjs";
|
|
21
21
|
import { D as C } from "../Drawer-BEtCk82g.mjs";
|
|
22
22
|
const yt = (e) => {
|
|
23
23
|
switch (e) {
|
|
@@ -8,8 +8,8 @@ import { startOfToday as ue } from "date-fns/startOfToday";
|
|
|
8
8
|
import { subDays as me } from "date-fns/subDays";
|
|
9
9
|
import ae from "@mui/material/Skeleton";
|
|
10
10
|
import c from "@mui/material/Stack";
|
|
11
|
-
import { R as Ee } from "../RecurringSettings-
|
|
12
|
-
import { M as Gn } from "../RecurringSettings-
|
|
11
|
+
import { R as Ee } from "../RecurringSettings-CZvd4Wuv.mjs";
|
|
12
|
+
import { M as Gn } from "../RecurringSettings-CZvd4Wuv.mjs";
|
|
13
13
|
import { addMonths as ze } from "date-fns/addMonths";
|
|
14
14
|
import { subMonths as Fe } from "date-fns/subMonths";
|
|
15
15
|
import { isBefore as Ue } from "date-fns/isBefore";
|
|
@@ -28,11 +28,11 @@ import { isSameDay as nt } from "date-fns/isSameDay";
|
|
|
28
28
|
import it from "@mui/material/Badge";
|
|
29
29
|
import { PickersDay as rt } from "@mui/x-date-pickers/PickersDay";
|
|
30
30
|
import { I as X } from "../IconBacking-B9oC6uL2.mjs";
|
|
31
|
-
import {
|
|
31
|
+
import { a as T, c as Z, j as v, u as J, q as Oe, e as he, h as fe, o as ot } from "../hooks-DtrRa6Lb.mjs";
|
|
32
32
|
import { c as L, a as D, g as Ie, f as at } from "../RecurringTransactions-BqijW_8S.mjs";
|
|
33
33
|
import { T as P } from "../RecurringTransactionsStore-BhBUVm9a.mjs";
|
|
34
34
|
import { R as On } from "../RecurringTransactionsStore-BhBUVm9a.mjs";
|
|
35
|
-
import { A as I, W as st } from "../WidgetContainer-
|
|
35
|
+
import { A as I, W as st } from "../WidgetContainer-DR_iRKNU.mjs";
|
|
36
36
|
import ct from "@mui/material/Button";
|
|
37
37
|
import le from "@mui/material/Divider";
|
|
38
38
|
import ve from "@mui/material/List";
|
|
@@ -41,8 +41,8 @@ import lt from "@mui/material/ListSubheader";
|
|
|
41
41
|
import dt from "@mui/material/ListItemAvatar";
|
|
42
42
|
import ut from "@mui/material/ListItemButton";
|
|
43
43
|
import mt from "@mui/material/ListItemText";
|
|
44
|
-
import { b as pt } from "../ManageIncome-
|
|
45
|
-
import { c as Wn, M as $n, S as Bn } from "../ManageIncome-
|
|
44
|
+
import { b as pt } from "../ManageIncome-DlAUFShc.mjs";
|
|
45
|
+
import { c as Wn, M as $n, S as Bn } from "../ManageIncome-DlAUFShc.mjs";
|
|
46
46
|
import { f as A } from "../NumberFormatting-DjTD0t3W.mjs";
|
|
47
47
|
import { D as xe } from "../Drawer-BEtCk82g.mjs";
|
|
48
48
|
import { b as O } from "../Localization-2MODESHW.mjs";
|
|
@@ -51,9 +51,9 @@ import k from "@mui/material/Box";
|
|
|
51
51
|
import { S as We } from "../StatusBar-BK_uYHAB.mjs";
|
|
52
52
|
import { u as ye } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
53
53
|
import { L as q } from "../Loader-DUaFpDGv.mjs";
|
|
54
|
-
import { M as gt } from "../MiniWidgetContainer-
|
|
54
|
+
import { M as gt } from "../MiniWidgetContainer-Csioy5P7.mjs";
|
|
55
55
|
import { u as ht } from "../useDimensions-27p2evRx.mjs";
|
|
56
|
-
import { M as ft } from "../MicroWidgetContainer-
|
|
56
|
+
import { M as ft } from "../MicroWidgetContainer-4zS7jJrn.mjs";
|
|
57
57
|
const Q = {
|
|
58
58
|
gridRow: 1,
|
|
59
59
|
gridColumn: 1,
|
|
@@ -16,9 +16,9 @@ import F from "@mui/material/Box";
|
|
|
16
16
|
import Q from "@mui/material/Button";
|
|
17
17
|
import I from "@mui/material/TextField";
|
|
18
18
|
import { H3 as J, P as L, Text as v, Icon as M, ChevronRightIcon as ve } from "@mxenabled/mxui";
|
|
19
|
-
import { V as Ce, a as De, N as G } from "../NotificationSettings-
|
|
20
|
-
import { A as qt, B as Qt, I as Zt } from "../NotificationSettings-
|
|
21
|
-
import {
|
|
19
|
+
import { V as Ce, a as De, N as G } from "../NotificationSettings-ByORHzRI.mjs";
|
|
20
|
+
import { A as qt, B as Qt, I as Zt } from "../NotificationSettings-ByORHzRI.mjs";
|
|
21
|
+
import { a as k, b as W, s as A, p as Se, c as Z, m as ee, o as te } from "../hooks-DtrRa6Lb.mjs";
|
|
22
22
|
import { u as H } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
23
23
|
import { D as $ } from "../Dialog-BPTr3qHE.mjs";
|
|
24
24
|
import { formatDistanceToNow as oe } from "date-fns/formatDistanceToNow";
|
|
@@ -35,14 +35,14 @@ import { L as re } from "../Loader-DUaFpDGv.mjs";
|
|
|
35
35
|
import Ae from "@mui/material/List";
|
|
36
36
|
import j from "@mui/material/Divider";
|
|
37
37
|
import Ee from "@mui/material/ListSubheader";
|
|
38
|
-
import { a as Re, u as Pe } from "../CategorySelectorDrawer-
|
|
38
|
+
import { a as Re, u as Pe } from "../CategorySelectorDrawer-l3tOyiqD.mjs";
|
|
39
39
|
import Be from "@mui/material/ListItem";
|
|
40
40
|
import Me from "@mui/material/ListItemButton";
|
|
41
41
|
import Ne from "@mui/material/ListItemIcon";
|
|
42
42
|
import Le from "@mui/material/ListItemText";
|
|
43
43
|
import { D as He } from "../Drawer-BEtCk82g.mjs";
|
|
44
|
-
import { H as Oe } from "../Help-
|
|
45
|
-
import { W as K } from "../WidgetContainer-
|
|
44
|
+
import { H as Oe } from "../Help-D1I72J-F.mjs";
|
|
45
|
+
import { W as K } from "../WidgetContainer-DR_iRKNU.mjs";
|
|
46
46
|
const Ue = ({ availableWidth: t, handleOnLeavClick: a }) => {
|
|
47
47
|
const o = xe(), { common: n, settings: r } = k(), { isDesktop: d, isMobile: l, isSmallMobile: i, isTablet: s } = H(t), { config: b } = W(), { updateUser: _ } = A(), { user: m } = Se(), [p, S] = u.useState({
|
|
48
48
|
first_name: m.first_name,
|
|
@@ -8,17 +8,17 @@ import C from "@mui/material/Stack";
|
|
|
8
8
|
import E from "@mui/material/Tab";
|
|
9
9
|
import st from "@mui/material/Tabs";
|
|
10
10
|
import ft from "@mui/material/styles/useTheme";
|
|
11
|
-
import { g as ct, a as lt, S as W, b as Q } from "../SpendingLegend-
|
|
11
|
+
import { g as ct, a as lt, S as W, b as Q } from "../SpendingLegend-CbNAMdPH.mjs";
|
|
12
12
|
import { Text as y, Icon as bt } from "@mxenabled/mxui";
|
|
13
13
|
import { f as A } from "../NumberFormatting-DjTD0t3W.mjs";
|
|
14
|
-
import {
|
|
14
|
+
import { a as v, c as R, m as F, e as dt, o as _t, b as V, h as Ct, u as yt } from "../hooks-DtrRa6Lb.mjs";
|
|
15
15
|
import { L as P } from "../Loader-DUaFpDGv.mjs";
|
|
16
|
-
import { M as St } from "../MiniWidgetContainer-
|
|
16
|
+
import { M as St } from "../MiniWidgetContainer-Csioy5P7.mjs";
|
|
17
17
|
import { startOfToday as Z } from "date-fns/startOfToday";
|
|
18
18
|
import Tt from "@mui/material/Button";
|
|
19
19
|
import { useTheme as Mt } from "@mui/material";
|
|
20
|
-
import { e as xt } from "../exportTransactionsToCSV-
|
|
21
|
-
import { T as vt, a as wt } from "../TransactionDetails-
|
|
20
|
+
import { e as xt } from "../exportTransactionsToCSV-DoKUltKJ.mjs";
|
|
21
|
+
import { T as vt, a as wt } from "../TransactionDetails-DnLXfvDL.mjs";
|
|
22
22
|
import Dt from "@mui/material/Collapse";
|
|
23
23
|
import z from "@mui/material/Divider";
|
|
24
24
|
import tt from "@mui/material/List";
|
|
@@ -27,7 +27,7 @@ import It from "@mui/material/ListItemButton";
|
|
|
27
27
|
import { u as Lt } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
28
28
|
import { D as nt } from "../Drawer-BEtCk82g.mjs";
|
|
29
29
|
import { b as I } from "../Category-CevNQ03n.mjs";
|
|
30
|
-
import { A as ot, W as At } from "../WidgetContainer-
|
|
30
|
+
import { A as ot, W as At } from "../WidgetContainer-DR_iRKNU.mjs";
|
|
31
31
|
const N = ({ amount: e, label: d }) => /* @__PURE__ */ c(C, { direction: "column", children: [
|
|
32
32
|
/* @__PURE__ */ t(y, { bold: !0, sx: { textTransform: "none" }, variant: "Body", children: d }),
|
|
33
33
|
/* @__PURE__ */ t(y, { variant: "XSmall", children: A(e, "0,0") })
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { T as Ta } from "../TransactionApi-CjBoLleL.mjs";
|
|
2
|
-
import { b as P, C as Pe, D as $e, M as Ve, d as We, u as Ge, T as Ue, a as Fe } from "../TransactionDetails-
|
|
3
|
-
import { B as Sa, e as xa, c as wa } from "../TransactionDetails-
|
|
4
|
-
import { T as M } from "../User-
|
|
5
|
-
import { O as va } from "../User-
|
|
6
|
-
import { S as ae, D as ze } from "../TransactionStore-
|
|
7
|
-
import { T as Na } from "../TransactionStore-
|
|
8
|
-
import { e as Ke } from "../exportTransactionsToCSV-
|
|
9
|
-
import { E as Oa } from "../ExportCsvAction-
|
|
2
|
+
import { b as P, C as Pe, D as $e, M as Ve, d as We, u as Ge, T as Ue, a as Fe } from "../TransactionDetails-DnLXfvDL.mjs";
|
|
3
|
+
import { B as Sa, e as xa, c as wa } from "../TransactionDetails-DnLXfvDL.mjs";
|
|
4
|
+
import { T as M } from "../User-BmdvAL7I.mjs";
|
|
5
|
+
import { O as va } from "../User-BmdvAL7I.mjs";
|
|
6
|
+
import { S as ae, D as ze } from "../TransactionStore-BOiv_pDO.mjs";
|
|
7
|
+
import { T as Na } from "../TransactionStore-BOiv_pDO.mjs";
|
|
8
|
+
import { e as Ke } from "../exportTransactionsToCSV-DoKUltKJ.mjs";
|
|
9
|
+
import { E as Oa } from "../ExportCsvAction-DSi2a4NQ.mjs";
|
|
10
10
|
import { jsxs as _, jsx as e } from "react/jsx-runtime";
|
|
11
11
|
import u from "react";
|
|
12
12
|
import { observer as x } from "mobx-react-lite";
|
|
@@ -15,7 +15,7 @@ import { DataGridPro as je } from "@mui/x-data-grid-pro";
|
|
|
15
15
|
import S from "@mui/material/Box";
|
|
16
16
|
import { useTheme as Xe } from "@mui/material/styles";
|
|
17
17
|
import { Text as C, Icon as B, MerchantLogo as Ye, TextField as ne, P as Je } from "@mxenabled/mxui";
|
|
18
|
-
import { h as $,
|
|
18
|
+
import { h as $, a as w, c as j, e as se, m as Qe, b as Ze, u as et, p as tt } from "../hooks-DtrRa6Lb.mjs";
|
|
19
19
|
import { fromUnixTime as at } from "date-fns/fromUnixTime";
|
|
20
20
|
import { f as nt, a as ot, D as ie } from "../Dialog-BPTr3qHE.mjs";
|
|
21
21
|
import N from "@mui/material/Stack";
|
|
@@ -26,15 +26,15 @@ import { getUnixTime as st } from "date-fns/getUnixTime";
|
|
|
26
26
|
import { startOfMonth as it } from "date-fns/startOfMonth";
|
|
27
27
|
import { startOfToday as K } from "date-fns/startOfToday";
|
|
28
28
|
import ct from "@mui/material/styles/useTheme";
|
|
29
|
-
import { l as lt } from "../ConnectDrawer-
|
|
29
|
+
import { l as lt } from "../ConnectDrawer-g2IXvoSS.mjs";
|
|
30
30
|
import dt from "@mui/material/Divider";
|
|
31
31
|
import ut from "@mui/material/MenuItem";
|
|
32
32
|
import mt from "@mui/material/RadioGroup";
|
|
33
33
|
import { ExpandMore as _t } from "@mxenabled/mx-icons";
|
|
34
|
-
import { C as pt } from "../CurrencyInput-
|
|
35
|
-
import { a as gt, u as ht } from "../CategorySelectorDrawer-
|
|
34
|
+
import { C as pt } from "../CurrencyInput-BnaVaZBU.mjs";
|
|
35
|
+
import { a as gt, u as ht } from "../CategorySelectorDrawer-l3tOyiqD.mjs";
|
|
36
36
|
import { b as q } from "../Localization-2MODESHW.mjs";
|
|
37
|
-
import { A, W as ft } from "../WidgetContainer-
|
|
37
|
+
import { A, W as ft } from "../WidgetContainer-DR_iRKNU.mjs";
|
|
38
38
|
import { u as Ct } from "../useScreenSize-B6JyS_Lj.mjs";
|
|
39
39
|
import { S as yt } from "../SearchBox-B2_zLv8-.mjs";
|
|
40
40
|
import { D as oe } from "../Drawer-BEtCk82g.mjs";
|
package/dist/trends/index.es.js
CHANGED
|
@@ -15,7 +15,7 @@ import ut from "@mui/material/Card";
|
|
|
15
15
|
import ht from "@mui/material/CardContent";
|
|
16
16
|
import Re from "@mui/material/Divider";
|
|
17
17
|
import We from "@mui/material/Grid";
|
|
18
|
-
import {
|
|
18
|
+
import { a as W, m as U, u as P, c as me, h as xe, e as ve, w as pe, g as He, q as gt, o as mt, b as pt } from "../hooks-DtrRa6Lb.mjs";
|
|
19
19
|
import { b as Fe } from "../Localization-2MODESHW.mjs";
|
|
20
20
|
import { C as Te } from "../CurrencyText-Dr0EZ7bp.mjs";
|
|
21
21
|
import { useTheme as Ct, Card as yt, CardContent as ft, Box as _t, Stack as Tt } from "@mui/material";
|
|
@@ -30,15 +30,15 @@ import Rt from "@mui/material/ToggleButtonGroup";
|
|
|
30
30
|
import { DataGridPro as kt } from "@mui/x-data-grid-pro";
|
|
31
31
|
import { H as Ge } from "../HeaderCell-DjuifqHJ.mjs";
|
|
32
32
|
import { T as G, b as Ht } from "../ViewMoreMicroCard-C0832BMe.mjs";
|
|
33
|
-
import { A as v, W as Ye } from "../WidgetContainer-
|
|
34
|
-
import { a as Ue, T as Xe } from "../TransactionDetails-
|
|
33
|
+
import { A as v, W as Ye } from "../WidgetContainer-DR_iRKNU.mjs";
|
|
34
|
+
import { a as Ue, T as Xe } from "../TransactionDetails-DnLXfvDL.mjs";
|
|
35
35
|
import { D as ke } from "../Drawer-BEtCk82g.mjs";
|
|
36
36
|
import { L as ge } from "../Loader-DUaFpDGv.mjs";
|
|
37
|
-
import { L as Ne } from "../LineChart-
|
|
38
|
-
import { M as Nt } from "../MiniWidgetContainer-
|
|
37
|
+
import { L as Ne } from "../LineChart-B7MftxPX.mjs";
|
|
38
|
+
import { M as Nt } from "../MiniWidgetContainer-Csioy5P7.mjs";
|
|
39
39
|
import { subMonths as Wt } from "date-fns";
|
|
40
40
|
import { TrendingUp as Ot, TrendingDown as Gt, MultilineChart as Bt, ExpandLess as Vt, ExpandMore as Pt } from "@mxenabled/mx-icons";
|
|
41
|
-
import { M as $t } from "../MicroWidgetContainer-
|
|
41
|
+
import { M as $t } from "../MicroWidgetContainer-4zS7jJrn.mjs";
|
|
42
42
|
import Ft from "@mui/material/Collapse";
|
|
43
43
|
import zt from "@mui/material/List";
|
|
44
44
|
import Kt from "@mui/material/ListItem";
|
|
@@ -48,10 +48,10 @@ import Ut from "@mui/material/ListItemText";
|
|
|
48
48
|
import Ze from "@mui/material/styles/useTheme";
|
|
49
49
|
import Xt from "@mui/material/Paper";
|
|
50
50
|
import { b as Zt } from "../CategoryUtil-DUM8NuGO.mjs";
|
|
51
|
-
import { E as qt } from "../ExportCsvAction-
|
|
52
|
-
import { u as Qt } from "../useInsightsEnabled-
|
|
51
|
+
import { E as qt } from "../ExportCsvAction-DSi2a4NQ.mjs";
|
|
52
|
+
import { u as Qt } from "../useInsightsEnabled-v_GGt72p.mjs";
|
|
53
53
|
import { E as Jt } from "../EmptyState-DoxNUae-.mjs";
|
|
54
|
-
import { l as eo } from "../ConnectDrawer-
|
|
54
|
+
import { l as eo } from "../ConnectDrawer-g2IXvoSS.mjs";
|
|
55
55
|
const qe = ({ categoryGuid: o, topLevelCategoryGuid: s }) => {
|
|
56
56
|
const { categories: t } = W(), { getCategoryName: n } = U(), r = n(o);
|
|
57
57
|
return /* @__PURE__ */ f(b, { alignItems: "center", direction: "column", gap: "8", justifyContent: "center", mb: 4, children: [
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import a from "react";
|
|
2
|
+
import { g as e } from "./ConnectDrawer-g2IXvoSS.mjs";
|
|
3
|
+
import { b as n } from "./hooks-DtrRa6Lb.mjs";
|
|
4
|
+
const i = (o) => {
|
|
5
|
+
const { config: s } = n();
|
|
6
|
+
return a.useMemo(
|
|
7
|
+
() => e(o, {
|
|
8
|
+
allowNickname: s?.show_account_nicknames_in_master
|
|
9
|
+
}),
|
|
10
|
+
[o, s?.show_account_nicknames_in_master]
|
|
11
|
+
);
|
|
12
|
+
};
|
|
13
|
+
export {
|
|
14
|
+
i as u
|
|
15
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { useRef as r, useEffect as s } from "react";
|
|
2
|
+
import { u } from "./hooks-DtrRa6Lb.mjs";
|
|
3
|
+
const y = ({ widgetName: t, isLoaded: a = !0 }) => {
|
|
4
|
+
const { onEvent: c } = u(), e = r(null), l = r(!1), o = r(null);
|
|
5
|
+
console.log("useWidgetLoadTimer:", t), s(() => {
|
|
6
|
+
if (e.current === null) {
|
|
7
|
+
e.current = Date.now();
|
|
8
|
+
const n = performance.getEntriesByType("navigation")[0];
|
|
9
|
+
console.log("Navigation Entry:", n), o.current = n?.type === "navigate" || n?.type === "reload";
|
|
10
|
+
}
|
|
11
|
+
}, []), s(() => {
|
|
12
|
+
if (a && !l.current && e.current !== null) {
|
|
13
|
+
const n = Date.now() - e.current;
|
|
14
|
+
console.log("WidgetLoad", {
|
|
15
|
+
widgetName: t,
|
|
16
|
+
loadTimeMs: n,
|
|
17
|
+
loadType: o.current ? "initial" : "secondary"
|
|
18
|
+
}), c("WidgetLoad", {
|
|
19
|
+
widgetName: t,
|
|
20
|
+
loadTimeMs: n,
|
|
21
|
+
loadType: o.current ? "initial" : "secondary"
|
|
22
|
+
}), l.current = !0, e.current = null;
|
|
23
|
+
}
|
|
24
|
+
}, [a, t, c]);
|
|
25
|
+
};
|
|
26
|
+
export {
|
|
27
|
+
y as u
|
|
28
|
+
};
|
package/package.json
CHANGED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import s from "react";
|
|
2
|
-
import { g as e } from "./ConnectDrawer-CuUj16NH.mjs";
|
|
3
|
-
import { a as n } from "./hooks-C41HAxM5.mjs";
|
|
4
|
-
const i = (o) => {
|
|
5
|
-
const { config: a } = n();
|
|
6
|
-
return s.useMemo(
|
|
7
|
-
() => e(o, {
|
|
8
|
-
allowNickname: a?.show_account_nicknames_in_master
|
|
9
|
-
}),
|
|
10
|
-
[o, a?.show_account_nicknames_in_master]
|
|
11
|
-
);
|
|
12
|
-
};
|
|
13
|
-
export {
|
|
14
|
-
i as u
|
|
15
|
-
};
|