@mx-cartographer/experiences 8.0.0-alpha.sms2 → 9.0.0-alpha.mega1

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.
Files changed (139) hide show
  1. package/CHANGELOG.md +217 -0
  2. package/dist/{Account-Cp30A3ad.mjs → Account-BIKn4XEZ.mjs} +1 -1
  3. package/dist/Account-CMjOp7S2.mjs +118 -0
  4. package/dist/AccountApi-DgZ8ILj1.mjs +19 -0
  5. package/dist/AccountDetailsHeader-BOV91g1o.mjs +95 -0
  6. package/dist/AccountDisplayName-CO7z3v99.mjs +11 -0
  7. package/dist/{AccountFields-CW6cIthP.mjs → AccountFields-BRRH37K1.mjs} +10 -11
  8. package/dist/{AccountListItem-DxmAs98Z.mjs → AccountListItem-Ds5C0mOT.mjs} +4 -4
  9. package/dist/{AccountStore-hIs-yA6W.mjs → AccountStore-BFKvXJSD.mjs} +79 -69
  10. package/dist/{Accounts-DUHkUyK4.mjs → Accounts-CuE8aSZN.mjs} +1 -1
  11. package/dist/{BudgetUtil-CIDAPPPT.mjs → BudgetUtil-CDSOZXem.mjs} +4 -4
  12. package/dist/CategorySelectorDrawer-C4aZYP4N.mjs +418 -0
  13. package/dist/CategoryStore-DEqAnHbi.mjs +186 -0
  14. package/dist/{CategoryUtil-DfVKKkRf.mjs → CategoryUtil-CFHBvaV4.mjs} +1 -1
  15. package/dist/{ConnectionsDrawer-CSo6AFkG.mjs → ConnectionsDrawer-BExzgE16.mjs} +5 -5
  16. package/dist/{CurrencyInput-BrGvhgVK.mjs → CurrencyInput-DDQ4DBrE.mjs} +1 -1
  17. package/dist/{CurrencyText-Dr0EZ7bp.mjs → CurrencyText-C-85TnUF.mjs} +3 -3
  18. package/dist/{DateUtil-CDPZw_-m.mjs → DateUtil-CVsMhbZU.mjs} +3 -3
  19. package/dist/{DebtsStore-hi1cqrRk.mjs → DebtsStore-Dv_T7Dts.mjs} +12 -12
  20. package/dist/{Dialog-CDV0kKxj.mjs → Dialog-CWymUiuO.mjs} +32 -35
  21. package/dist/Drawer-Bet2ZPJo.mjs +176 -0
  22. package/dist/{ExportCsvAction-CQ1grpwo.mjs → ExportCsvAction-oG_Mn66T.mjs} +3 -3
  23. package/dist/{FinstrongStore-dKZOZ2hM.mjs → FinstrongStore-BjFkMTIL.mjs} +6 -6
  24. package/dist/GlobalAccountFilter-BpWlPAl5.mjs +316 -0
  25. package/dist/{GoalStore-CFeAJloA.mjs → GoalStore-Dbjgft2i.mjs} +155 -137
  26. package/dist/{Help-i4OasOO-.mjs → Help-BW_ar-4B.mjs} +2 -2
  27. package/dist/LineChart-DHj-Bufi.mjs +580 -0
  28. package/dist/{ListItemAction-BNCWQAN_.mjs → ListItemAction-Cbr3417C.mjs} +10 -10
  29. package/dist/{ManageIncome-D_qVX5dN.mjs → ManageIncome-DIIyqDTp.mjs} +85 -85
  30. package/dist/{MicroWidgetContainer-BGpNl5ZS.mjs → MicroWidgetContainer-DSyYwRCU.mjs} +2 -2
  31. package/dist/{MiniWidgetContainer-D7MkHG15.mjs → MiniWidgetContainer-DKn7ndO6.mjs} +1 -1
  32. package/dist/NetWorthStore-B6ziBtaH.mjs +168 -0
  33. package/dist/NotificationSettings-e789PcRb.mjs +676 -0
  34. package/dist/{OriginalBalanceAction-62e0mU_3.mjs → OriginalBalanceAction-DFoG79Ba.mjs} +3 -3
  35. package/dist/{RecurringSettings-RfZ8Wuhh.mjs → RecurringSettings-BpCUcE8w.mjs} +4 -4
  36. package/dist/{RecurringTransactionsStore-D3EOKZ2B.mjs → RecurringTransactionsStore-D_--5PWH.mjs} +1 -1
  37. package/dist/{RecurringTransactions-Bhx56aA3.mjs → RepeatingTransaction-C2txVA9O.mjs} +3 -3
  38. package/dist/{SettingsStore-BASMQSIp.mjs → SettingsStore-CInvh-rQ.mjs} +1 -1
  39. package/dist/SpendingData-B7NuTQ9s.mjs +53 -0
  40. package/dist/SpendingLegend-BxefXiQd.mjs +193 -0
  41. package/dist/TransactionDetails-CPwv9xtZ.mjs +1374 -0
  42. package/dist/{TransactionStore-DgLrYW4C.mjs → TransactionStore-D2aMUClq.mjs} +128 -111
  43. package/dist/TrendsStore-BdsYfCc7.mjs +183 -0
  44. package/dist/{User-DqNX2GAK.mjs → User-CulNdZUr.mjs} +21 -20
  45. package/dist/ViewMoreMicroCard-CDWR16_h.mjs +1147 -0
  46. package/dist/WidgetContainer-mzejMmz2.mjs +555 -0
  47. package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsChart.d.ts +1 -0
  48. package/dist/accounts/index.es.js +933 -232
  49. package/dist/accounts/stores/AccountStore.d.ts +6 -2
  50. package/dist/accounts/utils/AccountDetails.d.ts +5 -0
  51. package/dist/analytics/index.es.js +2 -2
  52. package/dist/budgets/components/AddBudgets.d.ts +2 -1
  53. package/dist/budgets/index.es.js +561 -522
  54. package/dist/cashflow/index.es.js +397 -396
  55. package/dist/categories/components/CustomCategories/AddSubcategory.d.ts +1 -0
  56. package/dist/categories/components/CustomCategories/DeleteSubcategory.d.ts +1 -0
  57. package/dist/categories/components/CustomCategories/RenameSubcategory.d.ts +1 -0
  58. package/dist/categories/components/SubcategoryRow.d.ts +1 -0
  59. package/dist/categories/index.es.js +2 -2
  60. package/dist/categories/stores/CategoryStore.d.ts +5 -3
  61. package/dist/common/components/GlobalAccountFilter.d.ts +11 -0
  62. package/dist/common/components/WidgetContainer.d.ts +7 -6
  63. package/dist/common/components/charts/linechart/CustomTooltip.d.ts +6 -1
  64. package/dist/common/components/charts/stackedlinechart/CustomPointTooltip.d.ts +5 -2
  65. package/dist/common/components/globalaccountfilter/GlobalAccountFilterList.d.ts +7 -0
  66. package/dist/common/components/index.d.ts +2 -2
  67. package/dist/common/hooks/index.d.ts +1 -0
  68. package/dist/common/hooks/useWidgetLoadTimer.d.ts +6 -0
  69. package/dist/common/index.es.js +325 -306
  70. package/dist/common/stores/GlobalUiStore.d.ts +7 -4
  71. package/dist/common/types/localization/AccountsCopy.d.ts +6 -0
  72. package/dist/common/types/localization/CategoryCopy.d.ts +3 -0
  73. package/dist/common/types/localization/CommonCopy.d.ts +3 -0
  74. package/dist/common/types/localization/GoalsCopy.d.ts +3 -1
  75. package/dist/common/types/localization/MicroInsightsCopy.d.ts +1 -0
  76. package/dist/common/types/localization/TransactionsCopy.d.ts +4 -0
  77. package/dist/common/types/localization/TrendsCopy.d.ts +4 -0
  78. package/dist/dashboard/index.es.js +95 -125
  79. package/dist/debts/index.es.js +466 -460
  80. package/dist/{exportTransactionsToCSV-BFpuIAXW.mjs → exportTransactionsToCSV-BU1jTY0Q.mjs} +4 -4
  81. package/dist/finstrong/components/shared/CustomDoubleBarPlot.d.ts +4 -5
  82. package/dist/finstrong/index.es.js +1660 -1553
  83. package/dist/goals/index.es.js +716 -677
  84. package/dist/goals/stores/GoalStore.d.ts +2 -0
  85. package/dist/help/index.es.js +14 -10
  86. package/dist/{hooks-C41HAxM5.mjs → hooks-fY_n74f7.mjs} +16 -16
  87. package/dist/investments/index.es.js +464 -457
  88. package/dist/merchants/index.es.js +1 -1
  89. package/dist/microinsights/MicroCardTemplate.d.ts +23 -0
  90. package/dist/microinsights/beaticons/BeatMaterialIcon.d.ts +8 -0
  91. package/dist/microinsights/beaticons/MonthlySpendComparisonIcon.d.ts +1 -2
  92. package/dist/microinsights/beaticons/index.d.ts +1 -0
  93. package/dist/microinsights/cards/InsightCard.d.ts +0 -2
  94. package/dist/microinsights/cards/ViewMoreMicroCard.d.ts +2 -5
  95. package/dist/microinsights/index.d.ts +2 -2
  96. package/dist/microinsights/index.es.js +824 -14
  97. package/dist/networth/components/NetWorthChart.d.ts +3 -2
  98. package/dist/networth/components/NetWorthList.d.ts +3 -3
  99. package/dist/networth/index.es.js +433 -438
  100. package/dist/networth/stores/NetWorthStore.d.ts +20 -9
  101. package/dist/networth/utils/NetWorthUtils.d.ts +2 -2
  102. package/dist/notifications/index.es.js +5 -5
  103. package/dist/recurringtransactions/index.es.js +331 -325
  104. package/dist/settings/index.es.js +293 -285
  105. package/dist/spending/components/SpendingChart.d.ts +1 -1
  106. package/dist/spending/components/SpendingList.d.ts +1 -1
  107. package/dist/spending/components/SpendingTabLabel.d.ts +1 -0
  108. package/dist/spending/index.es.js +250 -235
  109. package/dist/transactions/index.es.js +288 -281
  110. package/dist/transactions/stores/TransactionStore.d.ts +5 -0
  111. package/dist/trends/components/TrendsTable.d.ts +0 -2
  112. package/dist/trends/index.es.js +876 -802
  113. package/dist/trends/utils/TrendsData.d.ts +1 -0
  114. package/dist/trends/utils/TrendsTable.d.ts +12 -0
  115. package/dist/{useAccountDisplayName-usSZCQ7I.mjs → useAccountDisplayName-DbkgGLdg.mjs} +2 -2
  116. package/dist/useAriaLive-B3_pRUio.mjs +35 -0
  117. package/dist/{useInsightsEnabled-CNjP5cfR.mjs → useInsightsEnabled-dhmXeSyF.mjs} +1 -1
  118. package/dist/useWidgetLoadTimer-CrUzxN-P.mjs +19 -0
  119. package/package.json +26 -21
  120. package/dist/AccountDetailsContent-C1HumFnW.mjs +0 -683
  121. package/dist/AccountDetailsHeader-NMx79DGs.mjs +0 -87
  122. package/dist/CategorySelectorDrawer-DqDAA_5I.mjs +0 -399
  123. package/dist/CategoryStore-MUwRWH9e.mjs +0 -176
  124. package/dist/ConnectDrawer-Dn1MlqLz.mjs +0 -545
  125. package/dist/Drawer-Dqe5EqvA.mjs +0 -163
  126. package/dist/LineChart-bc1D9xBE.mjs +0 -581
  127. package/dist/NetWorthStore-8FFC1Bs0.mjs +0 -150
  128. package/dist/NotificationSettings-BsWiYD94.mjs +0 -672
  129. package/dist/SpendingData-DPQ96k3x.mjs +0 -55
  130. package/dist/SpendingLegend-CZzDb-7d.mjs +0 -193
  131. package/dist/TransactionDetails-Duv1X9ec.mjs +0 -1379
  132. package/dist/TrendsStore-_mRaFUdf.mjs +0 -182
  133. package/dist/ViewMoreMicroCard-CH9E-jOx.mjs +0 -1930
  134. package/dist/WidgetContainer-B1Jzb4XA.mjs +0 -565
  135. package/dist/common/components/accountfilter/AccountFilter.d.ts +0 -20
  136. package/dist/common/components/accountfilter/AccountFilterOptions.d.ts +0 -31
  137. package/dist/common/components/accountfilter/index.d.ts +0 -1
  138. package/dist/microinsights/cards/BaseCard.d.ts +0 -13
  139. package/dist/{ToggleListItem-ciFTiqRS.mjs → Notification-Bs1fdbzI.mjs} +1 -1
@@ -0,0 +1,316 @@
1
+ import { jsxs as l, jsx as t } from "react/jsx-runtime";
2
+ import b from "react";
3
+ import { observer as w } from "mobx-react-lite";
4
+ import M from "@mui/material/Box";
5
+ import I from "@mui/material/Button";
6
+ import N from "@mui/material/Divider";
7
+ import R from "@mui/material/IconButton";
8
+ import T from "@mui/material/Popover";
9
+ import k from "@mui/material/Stack";
10
+ import U from "@mui/material/Tooltip";
11
+ import { FilterAlt as G, AccountBalance as Y } from "@mxenabled/mx-icons";
12
+ import { Text as Z, P as D } from "@mxenabled/mxui";
13
+ import W from "@mui/material/Checkbox";
14
+ import B from "@mui/material/List";
15
+ import v from "@mui/material/ListItem";
16
+ import L from "@mui/material/ListItemButton";
17
+ import q from "@mui/material/ListItemIcon";
18
+ import E from "@mui/material/ListItemText";
19
+ import { b as O, u as A, d as z, e as J, a as K } from "./hooks-fY_n74f7.mjs";
20
+ import Q from "@mui/material/styles/useTheme";
21
+ import { ConnectWidget as V } from "@mxenabled/web-widget-sdk";
22
+ import X from "@mui/material/CircularProgress";
23
+ import { D as tt } from "./Drawer-Bet2ZPJo.mjs";
24
+ import { u as et } from "./useScreenSize-B6JyS_Lj.mjs";
25
+ const ot = w(
26
+ ({ allowedAccountTypes: o }) => {
27
+ const { accountFilterMap: i, updateAccountFilterMap: d } = O(), { accounts: C, common: f } = A(), { account_filter: x } = f, { accountsByTypeMap: r } = z(), _ = b.useMemo(
28
+ () => Array.from(r.keys()).reduce((e, n) => {
29
+ if (!o || o && o.includes(n)) {
30
+ const c = r.get(n);
31
+ c && e.push(...c);
32
+ }
33
+ return e;
34
+ }, []),
35
+ [r, o]
36
+ ), m = new Map(
37
+ Array.from(i.entries()).filter(([e]) => _.some((n) => n.guid === e))
38
+ ), s = Array.from(m.values()).every((e) => e), S = Array.from(m.values()).some((e) => e), p = () => {
39
+ for (const e of m.keys())
40
+ d(e, !s);
41
+ }, g = (e) => {
42
+ const n = r.get(e);
43
+ if (!n) return;
44
+ const c = n.some((u) => i.get(u.guid));
45
+ for (const u of n)
46
+ d(u.guid, !c);
47
+ };
48
+ return /* @__PURE__ */ l(
49
+ B,
50
+ {
51
+ dense: !0,
52
+ id: "filter_accounts",
53
+ sx: { overflowY: "scroll", maxHeight: 350, minWidth: 280 },
54
+ children: [
55
+ /* @__PURE__ */ t(v, { disableGutters: !0, disablePadding: !0, sx: { py: 16 }, children: /* @__PURE__ */ l(L, { disableGutters: !0, onClick: p, sx: { p: 0, px: 8 }, children: [
56
+ /* @__PURE__ */ t(
57
+ W,
58
+ {
59
+ checked: s,
60
+ disableRipple: !0,
61
+ indeterminate: !s && S,
62
+ inputProps: { "aria-labelledby": "label-select-all" },
63
+ size: "small",
64
+ tabIndex: -1
65
+ }
66
+ ),
67
+ /* @__PURE__ */ t(
68
+ E,
69
+ {
70
+ id: "label-select-all",
71
+ primary: x.select_all_accounts,
72
+ primaryTypographyProps: { variant: "body1" }
73
+ }
74
+ )
75
+ ] }) }),
76
+ Array.from(r.keys()).map((e) => {
77
+ const n = r.get(e), c = o ? !o.includes(e) : !1, u = C.account_type_accounts[e];
78
+ return (
79
+ // Account Type Header
80
+ /* @__PURE__ */ t(v, { disableGutters: !0, disablePadding: !0, children: /* @__PURE__ */ l(k, { sx: { pb: 8, width: "100%" }, children: [
81
+ /* @__PURE__ */ t(N, {}),
82
+ /* @__PURE__ */ t(
83
+ B,
84
+ {
85
+ dense: !0,
86
+ subheader: /* @__PURE__ */ t(v, { children: /* @__PURE__ */ t(
87
+ L,
88
+ {
89
+ disableGutters: !0,
90
+ disabled: c,
91
+ onClick: () => g(e),
92
+ sx: { pl: 16, minHeight: 40, justifyContent: "left" },
93
+ children: /* @__PURE__ */ t(
94
+ E,
95
+ {
96
+ primary: u,
97
+ primaryTypographyProps: { variant: "body1", fontWeight: "bold" }
98
+ }
99
+ )
100
+ }
101
+ ) }),
102
+ children: n?.map((a) => (
103
+ // Account Checkbox
104
+ /* @__PURE__ */ t(v, { children: /* @__PURE__ */ l(
105
+ L,
106
+ {
107
+ disableGutters: !0,
108
+ disabled: c,
109
+ onClick: () => d(a.guid, !i.get(a.guid)),
110
+ sx: { p: 0, minHeight: 40 },
111
+ children: [
112
+ /* @__PURE__ */ t(q, { children: /* @__PURE__ */ t(
113
+ W,
114
+ {
115
+ checked: i.get(a.guid),
116
+ disableRipple: !0,
117
+ inputProps: { "aria-labelledby": `label-${a.guid}` },
118
+ size: "small",
119
+ tabIndex: -1
120
+ }
121
+ ) }),
122
+ /* @__PURE__ */ t(
123
+ E,
124
+ {
125
+ id: `label-${a.guid}`,
126
+ primary: a.displayName,
127
+ primaryTypographyProps: { variant: "body1" }
128
+ }
129
+ )
130
+ ]
131
+ }
132
+ ) }, a.guid)
133
+ ))
134
+ }
135
+ )
136
+ ] }) }, e)
137
+ );
138
+ })
139
+ ]
140
+ }
141
+ );
142
+ }
143
+ ), rt = ({ status: o = y.Loading }) => {
144
+ const { connect: i } = A();
145
+ return /* @__PURE__ */ t(
146
+ M,
147
+ {
148
+ sx: {
149
+ height: "calc(100% - 62px)",
150
+ position: "absolute",
151
+ width: "100%"
152
+ },
153
+ children: /* @__PURE__ */ l(k, { alignItems: "center", direction: "column", justifyContent: "center", sx: { height: "100%" }, children: [
154
+ o === y.Loading && /* @__PURE__ */ t(X, { color: "primary", size: 48 }),
155
+ /* @__PURE__ */ t(
156
+ Z,
157
+ {
158
+ sx: {
159
+ color: "grey.600",
160
+ marginTop: "16px"
161
+ },
162
+ children: o === y.Error ? i.oops : i.loading
163
+ }
164
+ )
165
+ ] })
166
+ }
167
+ );
168
+ }, P = w(rt);
169
+ var y = /* @__PURE__ */ ((o) => (o.Loading = "loading", o.Error = "error", o))(y || {}), nt = /* @__PURE__ */ ((o) => (o.Currency = "currency", o.Date = "date", o.Input = "input", o.Select = "select", o))(nt || {});
170
+ const F = "connect_widget", Gt = "connections_widget", it = ({
171
+ loadWidgetProps: o,
172
+ onClose: i,
173
+ showConnectWidget: d,
174
+ title: C
175
+ }) => {
176
+ let f;
177
+ const { refreshAccounts: x } = z(), { loadWidget: r } = J(), { connect: _ } = A(), [m, s] = b.useState(!1), [S, p] = b.useState(!1), {
178
+ palette: { mode: g }
179
+ } = Q();
180
+ return b.useEffect(() => (d ? (s(!0), r({ mode: g, ...o }).then((e) => {
181
+ f = new V({
182
+ container: `#${F}`,
183
+ style: {
184
+ border: "none",
185
+ height: "calc(100% - 62px)",
186
+ maxWidth: "450px",
187
+ position: "absolute",
188
+ width: "100%"
189
+ },
190
+ url: e.url,
191
+ onSsoUrlLoadError: () => {
192
+ s(!1), p(!0);
193
+ },
194
+ onLoad: () => {
195
+ s(!1), p(!1);
196
+ }
197
+ });
198
+ })) : (s(!1), p(!1)), () => {
199
+ f?.unmount();
200
+ }), [d]), /* @__PURE__ */ t(
201
+ tt,
202
+ {
203
+ ariaLabelClose: _.close_manage_connection_aria,
204
+ isOpen: d,
205
+ onClose: () => {
206
+ i(), x();
207
+ },
208
+ title: C,
209
+ children: /* @__PURE__ */ l("div", { id: F, children: [
210
+ S && /* @__PURE__ */ t(P, { status: y.Error }),
211
+ m && /* @__PURE__ */ t(P, { status: y.Loading })
212
+ ] })
213
+ }
214
+ );
215
+ }, st = w(it), Dt = w(
216
+ ({
217
+ allowedAccountTypes: o,
218
+ onAccountFilterClick: i,
219
+ sx: d = {},
220
+ variant: C = "text"
221
+ }) => {
222
+ const { isDesktop: f } = et(), {
223
+ config: { show_connections_widget_in_master: x }
224
+ } = K(), { common: r, connect: _ } = A(), { accountFilterMap: m, resetAccountFilterMap: s } = O(), { detailedAccounts: S, updateAccountFilter: p } = z(), [g, e] = b.useState(null), [n, c] = b.useState(!1), u = (H) => {
225
+ s(), e(H.currentTarget), i?.();
226
+ }, a = () => {
227
+ e(null);
228
+ }, j = async () => {
229
+ await p(m), e(null);
230
+ }, h = r.account_filter, $ = S.length === 0;
231
+ return /* @__PURE__ */ l(M, { m: 4, sx: { ...d }, children: [
232
+ f ? /* @__PURE__ */ t(
233
+ I,
234
+ {
235
+ "aria-controls": "filter_accounts",
236
+ "aria-haspopup": !0,
237
+ "aria-label": h.title,
238
+ onClick: u,
239
+ startIcon: /* @__PURE__ */ t(G, { size: 24 }),
240
+ sx: { p: 8, whiteSpace: "nowrap", minWidth: "max-content" },
241
+ variant: C,
242
+ children: r.filter_button
243
+ }
244
+ ) : /* @__PURE__ */ t(U, { id: "filter-accounts", placement: "bottom", title: h.title, children: /* @__PURE__ */ t(
245
+ R,
246
+ {
247
+ "aria-controls": "filter_accounts",
248
+ "aria-describedby": "filter-accounts",
249
+ "aria-haspopup": !0,
250
+ "aria-label": h.title,
251
+ color: "primary",
252
+ onClick: u,
253
+ sx: { p: 8 },
254
+ children: /* @__PURE__ */ t(G, { size: 24 })
255
+ }
256
+ ) }),
257
+ /* @__PURE__ */ t(
258
+ T,
259
+ {
260
+ anchorEl: g,
261
+ anchorOrigin: { vertical: "bottom", horizontal: "left" },
262
+ onClose: a,
263
+ open: !!g,
264
+ transformOrigin: { vertical: "top", horizontal: "left" },
265
+ children: $ ? /* @__PURE__ */ l(
266
+ k,
267
+ {
268
+ alignItems: "center",
269
+ direction: "column",
270
+ sx: { p: 16, width: 320, maxWidth: "100%" },
271
+ children: [
272
+ /* @__PURE__ */ t(Y, { size: 32 }),
273
+ /* @__PURE__ */ t(D, { bold: !0, mt: 12, children: h.zero_state_title }),
274
+ /* @__PURE__ */ t(D, { mt: 12, children: h.zero_state_description }),
275
+ x && /* @__PURE__ */ t(I, { onClick: () => c(!0), children: h.zero_state_button })
276
+ ]
277
+ }
278
+ ) : /* @__PURE__ */ l(k, { children: [
279
+ /* @__PURE__ */ t(ot, { allowedAccountTypes: o }),
280
+ /* @__PURE__ */ t(N, {}),
281
+ /* @__PURE__ */ l(k, { direction: "row", justifyContent: "space-between", spacing: 16, sx: { p: 16 }, children: [
282
+ /* @__PURE__ */ t(I, { fullWidth: !0, onClick: a, variant: "text", children: r.cancel_button }),
283
+ /* @__PURE__ */ t(
284
+ I,
285
+ {
286
+ "aria-label": h.filter_button_aria,
287
+ color: "primary",
288
+ fullWidth: !0,
289
+ onClick: j,
290
+ variant: "contained",
291
+ children: r.filter_button
292
+ }
293
+ )
294
+ ] })
295
+ ] })
296
+ }
297
+ ),
298
+ n && /* @__PURE__ */ t(
299
+ st,
300
+ {
301
+ onClose: () => c(!1),
302
+ showConnectWidget: n,
303
+ title: _.mini_title
304
+ }
305
+ )
306
+ ] });
307
+ }
308
+ );
309
+ export {
310
+ Gt as C,
311
+ nt as F,
312
+ Dt as G,
313
+ y as M,
314
+ P as a,
315
+ st as b
316
+ };