@mxenabled/mxui 1.5.2 → 1.5.3
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 +207 -191
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
import { jsx as a, jsxs as x } from "react/jsx-runtime";
|
|
2
|
-
import C from "react";
|
|
2
|
+
import C, { useId as Ce } from "react";
|
|
3
3
|
import k from "@mui/material/Stack";
|
|
4
|
-
import { useTheme as H, createTheme as
|
|
5
|
-
import { Icon as
|
|
6
|
-
import { endOfMonth as
|
|
7
|
-
import { endOfYear as
|
|
8
|
-
import { startOfToday as
|
|
9
|
-
import { startOfMonth as
|
|
10
|
-
import { startOfYear as
|
|
11
|
-
import { subDays as
|
|
12
|
-
import { subMonths as
|
|
13
|
-
import { subYears as
|
|
14
|
-
import
|
|
15
|
-
import { LocalizationProvider as
|
|
16
|
-
import { AdapterDateFns as
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import { light as
|
|
29
|
-
import { Paper as
|
|
30
|
-
import { circularProgressClasses as
|
|
31
|
-
import { LicenseInfo as
|
|
4
|
+
import { useTheme as H, createTheme as re } from "@mui/material/styles";
|
|
5
|
+
import { Icon as xe, Close as Re } from "@mxenabled/mx-icons";
|
|
6
|
+
import { endOfMonth as j } from "date-fns/endOfMonth";
|
|
7
|
+
import { endOfYear as Me } from "date-fns/endOfYear";
|
|
8
|
+
import { startOfToday as Ae } from "date-fns/startOfToday";
|
|
9
|
+
import { startOfMonth as Q } from "date-fns/startOfMonth";
|
|
10
|
+
import { startOfYear as q } from "date-fns/startOfYear";
|
|
11
|
+
import { subDays as J } from "date-fns/subDays";
|
|
12
|
+
import { subMonths as Ee } from "date-fns/subMonths";
|
|
13
|
+
import { subYears as Se } from "date-fns/subYears";
|
|
14
|
+
import Ie from "@mui/material/useMediaQuery";
|
|
15
|
+
import { LocalizationProvider as ve, StaticDateRangePicker as He } from "@mui/x-date-pickers-pro";
|
|
16
|
+
import { AdapterDateFns as ye } from "@mui/x-date-pickers-pro/AdapterDateFnsV3";
|
|
17
|
+
import te from "@mui/material/Box";
|
|
18
|
+
import Oe from "@mui/material/ToggleButton";
|
|
19
|
+
import ke from "@mui/material/ToggleButtonGroup";
|
|
20
|
+
import ie from "@mui/material/Slide";
|
|
21
|
+
import V from "@mui/material/Button";
|
|
22
|
+
import ae from "@mui/material/IconButton";
|
|
23
|
+
import Fe from "@mui/material/Typography";
|
|
24
|
+
import De from "@mui/material/Drawer";
|
|
25
|
+
import Le from "@mui/material/TextField";
|
|
26
|
+
import Ne from "@mui/material/Snackbar";
|
|
27
|
+
import we from "@mui/material/Alert";
|
|
28
|
+
import { light as ne, buildTheme as $, dark as _e } from "@mxenabled/design-tokens";
|
|
29
|
+
import { Paper as Pe, Box as ee, Typography as oe, Radio as L, Checkbox as Be, alpha as b, darken as N, lighten as y, getContrastRatio as ze } from "@mui/material";
|
|
30
|
+
import { circularProgressClasses as Ve } from "@mui/material/CircularProgress";
|
|
31
|
+
import { LicenseInfo as $e } from "@mui/x-license-pro";
|
|
32
32
|
const f = ({
|
|
33
33
|
children: e,
|
|
34
34
|
height: o,
|
|
@@ -48,7 +48,7 @@ const f = ({
|
|
|
48
48
|
children: e
|
|
49
49
|
}
|
|
50
50
|
);
|
|
51
|
-
var
|
|
51
|
+
var Ge = /* @__PURE__ */ ((e) => (e[e.Lighter = 100] = "Lighter", e[e.Light = 200] = "Light", e[e.Normal = 300] = "Normal", e[e.Dark = 400] = "Dark", e[e.Darker = 500] = "Darker", e))(Ge || {});
|
|
52
52
|
const M = ({
|
|
53
53
|
color: e,
|
|
54
54
|
fill: o = !1,
|
|
@@ -58,7 +58,7 @@ const M = ({
|
|
|
58
58
|
weight: d = 300,
|
|
59
59
|
...c
|
|
60
60
|
}) => /* @__PURE__ */ a(
|
|
61
|
-
|
|
61
|
+
xe,
|
|
62
62
|
{
|
|
63
63
|
color: e,
|
|
64
64
|
fill: o,
|
|
@@ -68,7 +68,7 @@ const M = ({
|
|
|
68
68
|
weight: d,
|
|
69
69
|
...c
|
|
70
70
|
}
|
|
71
|
-
),
|
|
71
|
+
), N0 = ({
|
|
72
72
|
color: e = "currentColor",
|
|
73
73
|
...o
|
|
74
74
|
}) => (console.warn('<AccountsFilledIcon /> DEPRECATED - use <Icon name="icon_name" />'), /* @__PURE__ */ a(f, { ...o, children: /* @__PURE__ */ a(
|
|
@@ -77,7 +77,7 @@ const M = ({
|
|
|
77
77
|
d: "M2.24801 6.76647H0.573286C0.327604 6.76647 0.110586 6.60678 0.0327867 6.37748C-0.0450124 6.14408 0.0327866 5.88612 0.229332 5.73871L7.6571 0.116699C7.85774 -0.0388996 8.14027 -0.0388996 8.34501 0.116699L15.7728 5.73871C15.9693 5.89021 16.0471 6.14408 15.9693 6.37748C15.8915 6.61088 15.6745 6.76647 15.4288 6.76647H13.7582V12.323H14.3929C14.7122 12.323 14.9661 12.5809 14.9661 12.8962C14.9661 13.2156 14.7082 13.4695 14.3929 13.4695H1.60924C1.28986 13.4695 1.03599 13.2115 1.03599 12.8962C1.03599 12.5768 1.29395 12.323 1.60924 12.323H2.24801V6.76647ZM5.70393 6.76647H3.39043V12.323H5.70393V6.76647ZM9.15985 12.323V6.76647H6.84635V12.323H9.15985ZM10.3023 12.3189H12.6158V6.76647H10.3023V12.3189ZM0.573256 14.8535H15.4288C15.7441 14.8535 15.998 15.1115 15.998 15.4267C15.998 15.7461 15.74 16 15.4247 16H0.573256C0.253871 16 0 15.742 0 15.4267C0 15.1074 0.257965 14.8535 0.573256 14.8535Z",
|
|
78
78
|
fill: e
|
|
79
79
|
}
|
|
80
|
-
) })),
|
|
80
|
+
) })), w0 = ({
|
|
81
81
|
color: e = "currentColor",
|
|
82
82
|
...o
|
|
83
83
|
}) => (console.warn('<AccountsFilledIcon /> DEPRECATED - use <Icon name="icon_name" />'), /* @__PURE__ */ a(f, { ...o, children: /* @__PURE__ */ a(
|
|
@@ -86,7 +86,7 @@ const M = ({
|
|
|
86
86
|
d: "M15.429 14.854H.573a.572.572 0 100 1.146h14.852a.572.572 0 00.004-1.146zM.573 6.766h1.675v5.557h-.639a.572.572 0 100 1.146h12.784a.572.572 0 100-1.146h-.635V6.766h1.67a.568.568 0 00.541-.389.574.574 0 00-.196-.638L8.345.117a.565.565 0 00-.688 0L.23 5.739a.572.572 0 00.344 1.027zm2.817 0h2.314v5.557H3.39V6.766zm5.77 0v5.557H6.846V6.766H9.16zm3.456 5.553h-2.314V6.766h2.314v5.553zM8 1.288l5.724 4.336H2.277L8 1.288z",
|
|
87
87
|
fill: e
|
|
88
88
|
}
|
|
89
|
-
) })),
|
|
89
|
+
) })), _0 = ({
|
|
90
90
|
color: e = "currentColor",
|
|
91
91
|
...o
|
|
92
92
|
}) => (console.warn('<AccountsFilledIcon /> DEPRECATED - use <Icon name="icon_name" />'), /* @__PURE__ */ a(f, { ...o, children: /* @__PURE__ */ a(
|
|
@@ -95,7 +95,7 @@ const M = ({
|
|
|
95
95
|
d: "M5.854 3.133a.426.426 0 010 .643L1.757 7.5h13.774c.26 0 .469.224.469.5s-.21.5-.469.5H1.757l4.097 3.724a.426.426 0 010 .643.536.536 0 01-.708 0l-5-4.546a.426.426 0 010-.642l5-4.546a.536.536 0 01.708 0z",
|
|
96
96
|
fill: e
|
|
97
97
|
}
|
|
98
|
-
) })),
|
|
98
|
+
) })), P0 = ({
|
|
99
99
|
color: e = "currentColor",
|
|
100
100
|
...o
|
|
101
101
|
}) => (console.warn('<AccountsFilledIcon /> DEPRECATED - use <Icon name="icon_name" />'), /* @__PURE__ */ a(f, { ...o, children: /* @__PURE__ */ a(
|
|
@@ -106,7 +106,7 @@ const M = ({
|
|
|
106
106
|
fill: e,
|
|
107
107
|
fillRule: "evenodd"
|
|
108
108
|
}
|
|
109
|
-
) })),
|
|
109
|
+
) })), B0 = ({
|
|
110
110
|
color: e = "currentColor",
|
|
111
111
|
...o
|
|
112
112
|
}) => (console.warn('<AccountsFilledIcon /> DEPRECATED - use <Icon name="icon_name" />'), /* @__PURE__ */ a(f, { ...o, children: /* @__PURE__ */ a(
|
|
@@ -115,7 +115,7 @@ const M = ({
|
|
|
115
115
|
d: "M11.5 0a.5.5 0 01.5.5V2h2.5A1.5 1.5 0 0116 3.5v11a1.5 1.5 0 01-1.5 1.5h-13A1.5 1.5 0 010 14.5v-11A1.5 1.5 0 011.5 2H4V.5a.5.5 0 011 0V2h6V.5a.5.5 0 01.5-.5zM15 6H1v8.5a.5.5 0 00.5.5h13a.5.5 0 00.5-.5V6zm-4.5 1a.5.5 0 01.5.5V10h2.5a.5.5 0 010 1H11v2.5a.5.5 0 01-1 0V11H6v2.5a.5.5 0 01-1 0V11H2.5a.5.5 0 010-1H5V7.5a.5.5 0 011 0V10h4V7.5a.5.5 0 01.5-.5zm4-4h-13a.5.5 0 00-.5.5V5h14V3.5a.5.5 0 00-.5-.5z",
|
|
116
116
|
fill: e
|
|
117
117
|
}
|
|
118
|
-
) })),
|
|
118
|
+
) })), z0 = ({
|
|
119
119
|
color: e = "currentColor",
|
|
120
120
|
...o
|
|
121
121
|
}) => (console.warn('<AccountsFilledIcon /> DEPRECATED - use <Icon name="icon_name" />'), /* @__PURE__ */ a(f, { ...o, children: /* @__PURE__ */ a(
|
|
@@ -124,7 +124,7 @@ const M = ({
|
|
|
124
124
|
d: "M8 0c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8zm4.358 5.151a.5.5 0 00-.707-.01L6.858 9.803 4.35 7.363a.5.5 0 10-.698.718l2.858 2.777a.5.5 0 00.697 0l5.142-5a.5.5 0 00.01-.707z",
|
|
125
125
|
fill: e
|
|
126
126
|
}
|
|
127
|
-
) })),
|
|
127
|
+
) })), V0 = ({
|
|
128
128
|
color: e = "currentColor",
|
|
129
129
|
...o
|
|
130
130
|
}) => (console.warn('<AccountsFilledIcon /> DEPRECATED - use <Icon name="icon_name" />'), /* @__PURE__ */ a(f, { ...o, children: /* @__PURE__ */ a(
|
|
@@ -133,7 +133,7 @@ const M = ({
|
|
|
133
133
|
d: "M2.68 5.201a.6.6 0 01.848-.011L8 9.543l4.472-4.353a.6.6 0 11.837.86l-4.89 4.76a.6.6 0 01-.838 0l-4.89-4.76a.6.6 0 01-.012-.849z",
|
|
134
134
|
fill: e
|
|
135
135
|
}
|
|
136
|
-
) })),
|
|
136
|
+
) })), $0 = ({
|
|
137
137
|
color: e = "currentColor",
|
|
138
138
|
...o
|
|
139
139
|
}) => (console.warn('<AccountsFilledIcon /> DEPRECATED - use <Icon name="icon_name" />'), /* @__PURE__ */ a(f, { ...o, children: /* @__PURE__ */ a(
|
|
@@ -142,7 +142,7 @@ const M = ({
|
|
|
142
142
|
d: "M10.799 2.68a.6.6 0 01.011.848L6.457 8l4.353 4.472a.6.6 0 01-.86.837L5.19 8.42a.6.6 0 010-.838l4.76-4.89a.6.6 0 01.849-.012z",
|
|
143
143
|
fill: e
|
|
144
144
|
}
|
|
145
|
-
) })),
|
|
145
|
+
) })), G0 = ({
|
|
146
146
|
color: e = "currentColor",
|
|
147
147
|
...o
|
|
148
148
|
}) => (console.warn('<AccountsFilledIcon /> DEPRECATED - use <Icon name="icon_name" />'), /* @__PURE__ */ a(f, { ...o, children: /* @__PURE__ */ a(
|
|
@@ -151,7 +151,7 @@ const M = ({
|
|
|
151
151
|
d: "M5.207 13.32a.6.6 0 01-.012-.848L9.55 8 5.195 3.528a.6.6 0 11.86-.837l4.76 4.89a.6.6 0 010 .838l-4.76 4.89a.6.6 0 01-.848.012z",
|
|
152
152
|
fill: e
|
|
153
153
|
}
|
|
154
|
-
) })),
|
|
154
|
+
) })), U0 = ({
|
|
155
155
|
color: e = "currentColor",
|
|
156
156
|
...o
|
|
157
157
|
}) => (console.warn('<AccountsFilledIcon /> DEPRECATED - use <Icon name="icon_name" />'), /* @__PURE__ */ a(f, { ...o, children: /* @__PURE__ */ a(
|
|
@@ -160,7 +160,7 @@ const M = ({
|
|
|
160
160
|
d: "M13.79 2.21a.72.72 0 0 1 0 1.02L9.018 8l4.77 4.77a.72.72 0 1 1-1.018 1.02L8 9.018l-4.77 4.77a.72.72 0 1 1-1.02-1.018L6.982 8l-4.77-4.77A.72.72 0 0 1 3.23 2.21L8 6.982l4.77-4.77a.72.72 0 0 1 1.02 0Z",
|
|
161
161
|
fill: e
|
|
162
162
|
}
|
|
163
|
-
) })),
|
|
163
|
+
) })), W0 = ({
|
|
164
164
|
color: e = "currentColor",
|
|
165
165
|
...o
|
|
166
166
|
}) => (console.warn('<AccountsFilledIcon /> DEPRECATED - use <Icon name="icon_name" />'), /* @__PURE__ */ a(f, { ...o, children: /* @__PURE__ */ a(
|
|
@@ -169,7 +169,7 @@ const M = ({
|
|
|
169
169
|
d: "M12.644.156l3.2 3.2a.533.533 0 010 .754L5.177 14.777a.534.534 0 01-.247.14L.663 15.984a.533.533 0 01-.647-.647l1.067-4.267a.534.534 0 01.14-.248L11.89.156a.533.533 0 01.754 0zM10.133 3.42l-8.051 8.052-.815 3.261 3.26-.815 8.052-8.052-2.446-2.446zm2.134-2.132l-1.38 1.378 2.446 2.446 1.38-1.379-2.446-2.445z",
|
|
170
170
|
fill: e
|
|
171
171
|
}
|
|
172
|
-
) })),
|
|
172
|
+
) })), Z0 = ({
|
|
173
173
|
color: e = "currentColor",
|
|
174
174
|
...o
|
|
175
175
|
}) => (console.warn('<AccountsFilledIcon /> DEPRECATED - use <Icon name="icon_name" />'), /* @__PURE__ */ a(f, { ...o, children: /* @__PURE__ */ a(
|
|
@@ -178,7 +178,7 @@ const M = ({
|
|
|
178
178
|
d: "M1.5 1.933l5.4 6.72c.066.081.1.18.1.28v5.134h2V8.933c0-.1.036-.199.1-.28l5.4-6.72h-13zM6 9.09L.1 1.747C-.145 1.439.09 1 .5 1h15c.413 0 .648.439.4.747L10 9.089v5.444c0 .258-.223.467-.5.467h-3c-.275 0-.5-.209-.5-.467V9.09z",
|
|
179
179
|
fill: e
|
|
180
180
|
}
|
|
181
|
-
) })),
|
|
181
|
+
) })), K0 = ({
|
|
182
182
|
color: e = "currentColor",
|
|
183
183
|
...o
|
|
184
184
|
}) => (console.warn('<HeartIcon /> DEPRECATED - use <Icon name="icon_name" />'), /* @__PURE__ */ a(f, { ...o, children: /* @__PURE__ */ a(
|
|
@@ -187,7 +187,7 @@ const M = ({
|
|
|
187
187
|
d: "M1.317 2.317a4.5 4.5 0 016.364 0c.117.117.223.238.32.363.095-.124.2-.245.316-.362a4.5 4.5 0 016.364 6.364l-.004.004-6.328 6.172a.5.5 0 01-.698 0L1.317 8.682a4.5 4.5 0 010-6.365zm5.657.708a3.5 3.5 0 00-4.952 4.947L8 13.802l5.977-5.83a3.5 3.5 0 00-4.952-4.947c-.235.235-.42.51-.586.815a.5.5 0 01-.878 0 3.46 3.46 0 00-.587-.815z",
|
|
188
188
|
fill: e
|
|
189
189
|
}
|
|
190
|
-
) })),
|
|
190
|
+
) })), Y0 = ({
|
|
191
191
|
color: e = "currentColor",
|
|
192
192
|
...o
|
|
193
193
|
}) => /* @__PURE__ */ x(f, { ...o, children: [
|
|
@@ -205,7 +205,7 @@ const M = ({
|
|
|
205
205
|
fill: e
|
|
206
206
|
}
|
|
207
207
|
)
|
|
208
|
-
] }),
|
|
208
|
+
] }), X0 = ({
|
|
209
209
|
color: e = "currentColor",
|
|
210
210
|
...o
|
|
211
211
|
}) => /* @__PURE__ */ x(f, { ...o, children: [
|
|
@@ -241,7 +241,7 @@ const M = ({
|
|
|
241
241
|
fillRule: "evenodd"
|
|
242
242
|
}
|
|
243
243
|
)
|
|
244
|
-
] }),
|
|
244
|
+
] }), j0 = ({
|
|
245
245
|
color: e = "currentColor",
|
|
246
246
|
...o
|
|
247
247
|
}) => /* @__PURE__ */ a(f, { ...o, children: /* @__PURE__ */ a(
|
|
@@ -252,7 +252,7 @@ const M = ({
|
|
|
252
252
|
fill: e,
|
|
253
253
|
fillRule: "evenodd"
|
|
254
254
|
}
|
|
255
|
-
) }),
|
|
255
|
+
) }), Q0 = ({
|
|
256
256
|
color: e = "currentColor",
|
|
257
257
|
...o
|
|
258
258
|
}) => /* @__PURE__ */ x(f, { ...o, children: [
|
|
@@ -280,12 +280,12 @@ const M = ({
|
|
|
280
280
|
}
|
|
281
281
|
)
|
|
282
282
|
] });
|
|
283
|
-
var g = /* @__PURE__ */ ((e) => (e.AutoTransport = "CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874", e.BillsUtilities = "CAT-79b02f2f-2adc-88f0-ac2b-4e71ead9cfc8", e.BusinessServices = "CAT-94b11142-e97b-941a-f67f-6e18d246a23f", e.Education = "CAT-bf5c9cca-c96b-b50d-440d-38d9adfda5b0", e.Entertainment = "CAT-e04e9d1e-e041-c315-2e50-094143ab3f73", e.FeesCharges = "CAT-d73ee74b-13a4-ac3e-4015-fc4ba9a62b2a", e.Financial = "CAT-6c7de3f8-de6c-7061-1dd2-b093044014bf", e.FoodDining = "CAT-bd56d35a-a9a7-6e10-66c1-5b9cc1b6c81a", e.GiftsDonations = "CAT-8edf9663-623e-4735-490e-31288f0a70b0", e.HealthFitness = "CAT-52fa4693-c088-afb2-2a99-7bc39bb23a0f", e.Home = "CAT-b709172b-4eb7-318e-3b5d-e0f0500b32ac", e.Income = "CAT-bf9f3294-4c40-1677-d269-54fbc189faf3", e.Investments = "CAT-ccd42390-9e8c-3fb6-a5d9-6c31182d9c5c", e.Kids = "CAT-0cb1d99d-f558-99e3-2282-b31f359b411a", e.PersonalCare = "CAT-e5154228-fe45-790d-a280-f6bf5ae5ac9f", e.Pets = "CAT-7cccbafa-87d7-c9a6-661b-8b3402fe9e78", e.Shopping = "CAT-aad51b46-d6f7-3da5-fd6e-492328b3023f", e.Taxes = "CAT-d00fc539-aa14-009b-4ffb-7e8c7b839954", e.Transfer = "CAT-bce48142-fea4-ff45-20d9-0a642d44de83", e.Travel = "CAT-ea23d844-cbd1-eb10-f6ac-0df9610e59ae", e.Uncategorized = "CAT-d7851c65-3353-e490-1953-fb9235e681e4", e))(g || {}),
|
|
284
|
-
const
|
|
283
|
+
var g = /* @__PURE__ */ ((e) => (e.AutoTransport = "CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874", e.BillsUtilities = "CAT-79b02f2f-2adc-88f0-ac2b-4e71ead9cfc8", e.BusinessServices = "CAT-94b11142-e97b-941a-f67f-6e18d246a23f", e.Education = "CAT-bf5c9cca-c96b-b50d-440d-38d9adfda5b0", e.Entertainment = "CAT-e04e9d1e-e041-c315-2e50-094143ab3f73", e.FeesCharges = "CAT-d73ee74b-13a4-ac3e-4015-fc4ba9a62b2a", e.Financial = "CAT-6c7de3f8-de6c-7061-1dd2-b093044014bf", e.FoodDining = "CAT-bd56d35a-a9a7-6e10-66c1-5b9cc1b6c81a", e.GiftsDonations = "CAT-8edf9663-623e-4735-490e-31288f0a70b0", e.HealthFitness = "CAT-52fa4693-c088-afb2-2a99-7bc39bb23a0f", e.Home = "CAT-b709172b-4eb7-318e-3b5d-e0f0500b32ac", e.Income = "CAT-bf9f3294-4c40-1677-d269-54fbc189faf3", e.Investments = "CAT-ccd42390-9e8c-3fb6-a5d9-6c31182d9c5c", e.Kids = "CAT-0cb1d99d-f558-99e3-2282-b31f359b411a", e.PersonalCare = "CAT-e5154228-fe45-790d-a280-f6bf5ae5ac9f", e.Pets = "CAT-7cccbafa-87d7-c9a6-661b-8b3402fe9e78", e.Shopping = "CAT-aad51b46-d6f7-3da5-fd6e-492328b3023f", e.Taxes = "CAT-d00fc539-aa14-009b-4ffb-7e8c7b839954", e.Transfer = "CAT-bce48142-fea4-ff45-20d9-0a642d44de83", e.Travel = "CAT-ea23d844-cbd1-eb10-f6ac-0df9610e59ae", e.Uncategorized = "CAT-d7851c65-3353-e490-1953-fb9235e681e4", e))(g || {}), Ue = /* @__PURE__ */ ((e) => (e.Basic = "basic", e.Filled = "filled", e.Transparent = "transparent", e.TwoTone = "two-tone", e))(Ue || {});
|
|
284
|
+
const le = {
|
|
285
285
|
guid: g.Uncategorized,
|
|
286
286
|
colorName: "uncategorized",
|
|
287
287
|
icon: "category"
|
|
288
|
-
},
|
|
288
|
+
}, We = [
|
|
289
289
|
{
|
|
290
290
|
guid: g.AutoTransport,
|
|
291
291
|
colorName: "autoTransport",
|
|
@@ -386,16 +386,16 @@ const oe = {
|
|
|
386
386
|
colorName: "travel",
|
|
387
387
|
icon: "airplane_ticket"
|
|
388
388
|
},
|
|
389
|
-
|
|
390
|
-
],
|
|
389
|
+
le
|
|
390
|
+
], Ze = 0.625, Ke = ({
|
|
391
391
|
categoryGuid: e,
|
|
392
|
-
icon_ratio: o =
|
|
392
|
+
icon_ratio: o = Ze,
|
|
393
393
|
size: i = 32,
|
|
394
394
|
sx: n = {},
|
|
395
395
|
variant: r = "filled"
|
|
396
396
|
}) => {
|
|
397
397
|
const d = H(), c = C.useMemo(
|
|
398
|
-
() =>
|
|
398
|
+
() => We.find((u) => u.guid === e) ?? le,
|
|
399
399
|
[e]
|
|
400
400
|
), l = d.palette.categories[c.colorName];
|
|
401
401
|
return /* @__PURE__ */ a(
|
|
@@ -418,7 +418,7 @@ const oe = {
|
|
|
418
418
|
children: /* @__PURE__ */ a(M, { name: c.icon, size: i * o })
|
|
419
419
|
}
|
|
420
420
|
);
|
|
421
|
-
},
|
|
421
|
+
}, Ye = ({
|
|
422
422
|
items: e,
|
|
423
423
|
onChange: o,
|
|
424
424
|
isValid: i,
|
|
@@ -434,8 +434,8 @@ const oe = {
|
|
|
434
434
|
disabled: !i(l)
|
|
435
435
|
};
|
|
436
436
|
});
|
|
437
|
-
return /* @__PURE__ */ a(
|
|
438
|
-
|
|
437
|
+
return /* @__PURE__ */ a(te, { sx: { gridColumn: 1, gridRow: "2/3", ml: 4, mt: 24, mr: 32 }, children: /* @__PURE__ */ a(ke, { color: "primary", orientation: "vertical", value: n, children: d?.map((c) => /* @__PURE__ */ a(
|
|
438
|
+
Oe,
|
|
439
439
|
{
|
|
440
440
|
onClick: c.onClick,
|
|
441
441
|
sx: {
|
|
@@ -462,39 +462,39 @@ const oe = {
|
|
|
462
462
|
},
|
|
463
463
|
c.label
|
|
464
464
|
)) }) });
|
|
465
|
-
},
|
|
465
|
+
}, q0 = ({
|
|
466
466
|
copy: e,
|
|
467
467
|
dateRange: o,
|
|
468
468
|
onRangeChanged: i,
|
|
469
469
|
selectedShortcut: n = e.dateRangeThisMonth,
|
|
470
470
|
sx: r = {}
|
|
471
471
|
}) => {
|
|
472
|
-
const d = H(), c =
|
|
473
|
-
const t =
|
|
472
|
+
const d = H(), c = Ie(d.breakpoints.down("sm")), l = C.useMemo(() => {
|
|
473
|
+
const t = Ae(), u = Ee(t, 1), T = Se(t, 1);
|
|
474
474
|
return [
|
|
475
475
|
{
|
|
476
476
|
label: e.dateRangeThisMonth,
|
|
477
|
-
getValue: () => [
|
|
477
|
+
getValue: () => [Q(t), j(t)]
|
|
478
478
|
},
|
|
479
479
|
{
|
|
480
480
|
label: e.dateRangeLastMonth,
|
|
481
|
-
getValue: () => [
|
|
481
|
+
getValue: () => [Q(u), j(u)]
|
|
482
482
|
},
|
|
483
483
|
{
|
|
484
484
|
label: e.dateRangeLast30Days,
|
|
485
|
-
getValue: () => [
|
|
485
|
+
getValue: () => [J(t, 30), t]
|
|
486
486
|
},
|
|
487
487
|
{
|
|
488
488
|
label: e.dateRangeLast90Days,
|
|
489
|
-
getValue: () => [
|
|
489
|
+
getValue: () => [J(t, 90), t]
|
|
490
490
|
},
|
|
491
491
|
{
|
|
492
492
|
label: e.dateRangeYTD,
|
|
493
|
-
getValue: () => [
|
|
493
|
+
getValue: () => [q(t), t]
|
|
494
494
|
},
|
|
495
495
|
{
|
|
496
496
|
label: e.dateRangeLastYear,
|
|
497
|
-
getValue: () => [
|
|
497
|
+
getValue: () => [q(T), Me(T)]
|
|
498
498
|
},
|
|
499
499
|
{
|
|
500
500
|
label: e.dateRangeCustom,
|
|
@@ -505,8 +505,8 @@ const oe = {
|
|
|
505
505
|
const T = u.shortcut;
|
|
506
506
|
i?.(t, T ? T.label : e.dateRangeCustom);
|
|
507
507
|
};
|
|
508
|
-
return /* @__PURE__ */ a(k, { gap: 16, m: 8, children: /* @__PURE__ */ a(
|
|
509
|
-
|
|
508
|
+
return /* @__PURE__ */ a(k, { gap: 16, m: 8, children: /* @__PURE__ */ a(ve, { dateAdapter: ye, children: /* @__PURE__ */ a(
|
|
509
|
+
He,
|
|
510
510
|
{
|
|
511
511
|
calendars: 1,
|
|
512
512
|
localeText: {
|
|
@@ -527,16 +527,16 @@ const oe = {
|
|
|
527
527
|
},
|
|
528
528
|
slots: {
|
|
529
529
|
leftArrowIcon: () => /* @__PURE__ */ a(M, { name: "chevron_left", size: 28 }),
|
|
530
|
-
shortcuts: (t) => /* @__PURE__ */ a(
|
|
530
|
+
shortcuts: (t) => /* @__PURE__ */ a(Ye, { selected: n, ...t }),
|
|
531
531
|
rightArrowIcon: () => /* @__PURE__ */ a(M, { name: "chevron_right", size: 28 })
|
|
532
532
|
},
|
|
533
533
|
sx: { ...r },
|
|
534
534
|
value: o
|
|
535
535
|
}
|
|
536
536
|
) }) });
|
|
537
|
-
},
|
|
538
|
-
return /* @__PURE__ */ a(
|
|
539
|
-
}),
|
|
537
|
+
}, J0 = C.forwardRef(function(o, i) {
|
|
538
|
+
return /* @__PURE__ */ a(ie, { direction: "up", ref: i, ...o });
|
|
539
|
+
}), Xe = ({
|
|
540
540
|
hasSecondaryAction: e = !0,
|
|
541
541
|
isPrimaryDisabled: o,
|
|
542
542
|
onPrimaryAction: i,
|
|
@@ -554,7 +554,7 @@ const oe = {
|
|
|
554
554
|
sx: { bgcolor: "background.paper", width: "100%", p: 24 },
|
|
555
555
|
children: [
|
|
556
556
|
e && /* @__PURE__ */ a(
|
|
557
|
-
|
|
557
|
+
V,
|
|
558
558
|
{
|
|
559
559
|
color: c,
|
|
560
560
|
onClick: n,
|
|
@@ -563,7 +563,7 @@ const oe = {
|
|
|
563
563
|
}
|
|
564
564
|
),
|
|
565
565
|
i && /* @__PURE__ */ a(
|
|
566
|
-
|
|
566
|
+
V,
|
|
567
567
|
{
|
|
568
568
|
color: r,
|
|
569
569
|
disabled: o,
|
|
@@ -617,7 +617,7 @@ const oe = {
|
|
|
617
617
|
break;
|
|
618
618
|
}
|
|
619
619
|
return /* @__PURE__ */ a(
|
|
620
|
-
|
|
620
|
+
Fe,
|
|
621
621
|
{
|
|
622
622
|
className: `mx-kmui-text ${o}`,
|
|
623
623
|
color: n,
|
|
@@ -639,7 +639,7 @@ const oe = {
|
|
|
639
639
|
children: i
|
|
640
640
|
}
|
|
641
641
|
);
|
|
642
|
-
},
|
|
642
|
+
}, je = ({ className: e = "", children: o, ...i }) => /* @__PURE__ */ a(F, { className: `mx-kmui-text h1 ${e}`, component: "h1", variant: "h1", ...i, children: o }), eo = ({ className: e = "", children: o, ...i }) => /* @__PURE__ */ a(F, { className: `mx-kmui-text h2 ${e}`, component: "h2", variant: "h2", ...i, children: o }), oo = ({ className: e = "", children: o, ...i }) => /* @__PURE__ */ a(F, { className: `mx-kmui-text h3 ${e}`, component: "h3", variant: "h3", ...i, children: o }), ro = ({ className: e = "", children: o, truncate: i, ...n }) => /* @__PURE__ */ a(
|
|
643
643
|
F,
|
|
644
644
|
{
|
|
645
645
|
className: `mx-kmui-text p ${e}`,
|
|
@@ -649,7 +649,7 @@ const oe = {
|
|
|
649
649
|
...n,
|
|
650
650
|
children: o
|
|
651
651
|
}
|
|
652
|
-
),
|
|
652
|
+
), to = ({ copy: e, onClose: o }) => /* @__PURE__ */ x(
|
|
653
653
|
k,
|
|
654
654
|
{
|
|
655
655
|
sx: {
|
|
@@ -660,11 +660,11 @@ const oe = {
|
|
|
660
660
|
py: 14
|
|
661
661
|
},
|
|
662
662
|
children: [
|
|
663
|
-
/* @__PURE__ */ a(
|
|
664
|
-
/* @__PURE__ */ a(
|
|
663
|
+
/* @__PURE__ */ a(je, { variant: "h3", children: e.title }),
|
|
664
|
+
/* @__PURE__ */ a(ae, { "aria-label": e.close_aria, onClick: o, sx: { mr: -12 }, children: /* @__PURE__ */ a(Re, {}) })
|
|
665
665
|
]
|
|
666
666
|
}
|
|
667
|
-
),
|
|
667
|
+
), io = ({
|
|
668
668
|
className: e,
|
|
669
669
|
disableSave: o,
|
|
670
670
|
id: i,
|
|
@@ -676,7 +676,7 @@ const oe = {
|
|
|
676
676
|
children: s,
|
|
677
677
|
...t
|
|
678
678
|
}) => /* @__PURE__ */ x(
|
|
679
|
-
|
|
679
|
+
De,
|
|
680
680
|
{
|
|
681
681
|
anchor: "right",
|
|
682
682
|
className: `mx-kmui-drawer ${e}`,
|
|
@@ -688,7 +688,7 @@ const oe = {
|
|
|
688
688
|
children: [
|
|
689
689
|
s,
|
|
690
690
|
d && /* @__PURE__ */ a(
|
|
691
|
-
|
|
691
|
+
Xe,
|
|
692
692
|
{
|
|
693
693
|
isPrimaryDisabled: o,
|
|
694
694
|
onPrimaryAction: d,
|
|
@@ -699,34 +699,34 @@ const oe = {
|
|
|
699
699
|
)
|
|
700
700
|
]
|
|
701
701
|
}
|
|
702
|
-
),
|
|
702
|
+
), ce = 32, G = "https://content.moneydesktop.com/storage/MD_Assets", Qe = `${G}/serenity/default_institution_logo.png`, ao = ({
|
|
703
703
|
alt: e,
|
|
704
704
|
institutionGuid: o,
|
|
705
705
|
logoUrl: i,
|
|
706
|
-
size: n =
|
|
706
|
+
size: n = ce,
|
|
707
707
|
...r
|
|
708
708
|
}) => /* @__PURE__ */ a(
|
|
709
709
|
"img",
|
|
710
710
|
{
|
|
711
711
|
alt: e,
|
|
712
712
|
height: n,
|
|
713
|
-
onError: (d) => d.target.src =
|
|
714
|
-
src: i || `${
|
|
713
|
+
onError: (d) => d.target.src = Qe,
|
|
714
|
+
src: i || `${G}/Ipad%20Logos/100x100/${o}_100x100.png`,
|
|
715
715
|
style: {
|
|
716
716
|
borderRadius: 4
|
|
717
717
|
},
|
|
718
718
|
width: n,
|
|
719
719
|
...r
|
|
720
720
|
}
|
|
721
|
-
),
|
|
721
|
+
), no = ({
|
|
722
722
|
alt: e = "",
|
|
723
723
|
categoryGuid: o,
|
|
724
724
|
merchantGuid: i,
|
|
725
|
-
size: n =
|
|
725
|
+
size: n = ce,
|
|
726
726
|
...r
|
|
727
727
|
}) => {
|
|
728
728
|
const [d, c] = C.useState(!1), l = H();
|
|
729
|
-
return /* @__PURE__ */ x(
|
|
729
|
+
return /* @__PURE__ */ x(te, { display: "inline-block", position: "relative", ...r, children: [
|
|
730
730
|
i && !d && /* @__PURE__ */ a(
|
|
731
731
|
"img",
|
|
732
732
|
{
|
|
@@ -734,7 +734,7 @@ const oe = {
|
|
|
734
734
|
"aria-hidden": !e,
|
|
735
735
|
height: n,
|
|
736
736
|
onError: () => c(!0),
|
|
737
|
-
src: `${
|
|
737
|
+
src: `${G}/merchant_logos/${i}.png`,
|
|
738
738
|
style: {
|
|
739
739
|
backgroundColor: l.palette.common.white,
|
|
740
740
|
borderRadius: 4,
|
|
@@ -744,16 +744,16 @@ const oe = {
|
|
|
744
744
|
width: n
|
|
745
745
|
}
|
|
746
746
|
),
|
|
747
|
-
/* @__PURE__ */ a(
|
|
747
|
+
/* @__PURE__ */ a(Ke, { categoryGuid: o, size: n })
|
|
748
748
|
] });
|
|
749
|
-
},
|
|
749
|
+
}, lo = ({
|
|
750
750
|
disabled: e = !1,
|
|
751
751
|
label: o = "",
|
|
752
752
|
shrink: i = !0,
|
|
753
753
|
variant: n = "outlined",
|
|
754
754
|
...r
|
|
755
755
|
}) => /* @__PURE__ */ a(
|
|
756
|
-
|
|
756
|
+
Le,
|
|
757
757
|
{
|
|
758
758
|
InputLabelProps: {
|
|
759
759
|
shrink: i
|
|
@@ -764,10 +764,10 @@ const oe = {
|
|
|
764
764
|
...r
|
|
765
765
|
}
|
|
766
766
|
);
|
|
767
|
-
function
|
|
768
|
-
return /* @__PURE__ */ a(
|
|
767
|
+
function qe(e) {
|
|
768
|
+
return /* @__PURE__ */ a(ie, { ...e, direction: "left", mountOnEnter: !0, unmountOnExit: !0 });
|
|
769
769
|
}
|
|
770
|
-
const
|
|
770
|
+
const co = ({
|
|
771
771
|
open: e,
|
|
772
772
|
handleClose: o,
|
|
773
773
|
message: i,
|
|
@@ -780,7 +780,7 @@ const q0 = ({
|
|
|
780
780
|
onActionClick: t,
|
|
781
781
|
multiLine: u = !1
|
|
782
782
|
}) => {
|
|
783
|
-
const T = H(),
|
|
783
|
+
const T = H(), B = /* @__PURE__ */ x(
|
|
784
784
|
k,
|
|
785
785
|
{
|
|
786
786
|
alignItems: u ? "flex-end" : "center",
|
|
@@ -791,7 +791,7 @@ const q0 = ({
|
|
|
791
791
|
),
|
|
792
792
|
children: [
|
|
793
793
|
c && /* @__PURE__ */ a(
|
|
794
|
-
|
|
794
|
+
V,
|
|
795
795
|
{
|
|
796
796
|
color: "inherit",
|
|
797
797
|
onClick: t || o,
|
|
@@ -804,7 +804,7 @@ const q0 = ({
|
|
|
804
804
|
}
|
|
805
805
|
),
|
|
806
806
|
l && /* @__PURE__ */ a(
|
|
807
|
-
|
|
807
|
+
ae,
|
|
808
808
|
{
|
|
809
809
|
"aria-label": "close",
|
|
810
810
|
color: "inherit",
|
|
@@ -817,9 +817,9 @@ const q0 = ({
|
|
|
817
817
|
}
|
|
818
818
|
);
|
|
819
819
|
return /* @__PURE__ */ a(
|
|
820
|
-
|
|
820
|
+
Ne,
|
|
821
821
|
{
|
|
822
|
-
TransitionComponent:
|
|
822
|
+
TransitionComponent: qe,
|
|
823
823
|
anchorOrigin: { vertical: "bottom", horizontal: "right" },
|
|
824
824
|
autoHideDuration: n,
|
|
825
825
|
onClose: o,
|
|
@@ -829,9 +829,9 @@ const q0 = ({
|
|
|
829
829
|
width: u ? 400 : 325
|
|
830
830
|
},
|
|
831
831
|
children: /* @__PURE__ */ a(
|
|
832
|
-
|
|
832
|
+
we,
|
|
833
833
|
{
|
|
834
|
-
action:
|
|
834
|
+
action: B,
|
|
835
835
|
severity: r,
|
|
836
836
|
sx: {
|
|
837
837
|
display: "flex",
|
|
@@ -877,25 +877,25 @@ const q0 = ({
|
|
|
877
877
|
}, _ = {
|
|
878
878
|
LIGHT: "light",
|
|
879
879
|
DARK: "dark"
|
|
880
|
-
},
|
|
881
|
-
|
|
882
|
-
),
|
|
880
|
+
}, se = C.createContext(ne), de = C.createContext(
|
|
881
|
+
$(_.LIGHT, O.REACT_NATIVE)
|
|
882
|
+
), so = ({
|
|
883
883
|
children: e,
|
|
884
884
|
target: o = O.REACT,
|
|
885
885
|
theme: i = _.LIGHT,
|
|
886
886
|
tokenOverrides: n
|
|
887
887
|
}) => {
|
|
888
|
-
const [r, d] = C.useState(i === _.LIGHT ?
|
|
888
|
+
const [r, d] = C.useState(i === _.LIGHT ? ne : _e), c = C.useMemo(() => ({
|
|
889
889
|
...n
|
|
890
890
|
}), [n]);
|
|
891
891
|
return C.useEffect(() => {
|
|
892
|
-
const l =
|
|
892
|
+
const l = $(i, o, { ...c });
|
|
893
893
|
d(l);
|
|
894
|
-
}, [i, o, c]), o === O.REACT ? /* @__PURE__ */ a(
|
|
895
|
-
},
|
|
896
|
-
const i = e === O.REACT ?
|
|
897
|
-
return n ||
|
|
898
|
-
},
|
|
894
|
+
}, [i, o, c]), o === O.REACT ? /* @__PURE__ */ a(se.Provider, { value: r, children: e }) : (console.warn("DEPRECATED: Use static values instead of tokens"), /* @__PURE__ */ a(de.Provider, { value: r, children: e }));
|
|
895
|
+
}, uo = (e = O.REACT, o = {}) => {
|
|
896
|
+
const i = e === O.REACT ? se : de, n = C.useContext(i);
|
|
897
|
+
return n || $(_.LIGHT, e, { ...o });
|
|
898
|
+
}, po = ({
|
|
899
899
|
component: e = L,
|
|
900
900
|
variant: o = "outlined",
|
|
901
901
|
selected: i,
|
|
@@ -908,21 +908,25 @@ const q0 = ({
|
|
|
908
908
|
error: t = !1,
|
|
909
909
|
icon: u = !1,
|
|
910
910
|
sx: T = {},
|
|
911
|
-
...
|
|
911
|
+
...B
|
|
912
912
|
}) => {
|
|
913
|
-
const m = H(),
|
|
914
|
-
if (
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
913
|
+
const m = H(), ue = Ce(), { id: pe, ...U } = B || {}, D = pe || `selection-box-${ue}`, W = `${D}-headline`, z = `${D}-message`, Z = r ? `${W} ${z}` : z, he = (Y) => {
|
|
914
|
+
if (s || !n) return;
|
|
915
|
+
const X = e === L ? !0 : !i, Te = {
|
|
916
|
+
...Y,
|
|
917
|
+
target: {
|
|
918
|
+
...Y.target,
|
|
919
|
+
checked: X,
|
|
920
|
+
value: l
|
|
921
|
+
}
|
|
922
|
+
};
|
|
923
|
+
n(Te, X);
|
|
924
|
+
}, ge = () => m.palette.background.paper, K = () => t ? `inset 0px 0px 0px 2px ${m.palette.error.main}` : s ? i ? `inset 0px 0px 0px 2px ${m.palette.action.disabled}` : o === "outlined" ? `inset 0px 0px 0px 1px ${m.palette.action.disabledBackground}` : void 0 : i ? `inset 0px 0px 0px 2px ${b(m.palette.primary.main, 0.5)}` : o === "outlined" ? `inset 0px 0px 0px 1px ${b(m.palette.common.black, 0.23)}` : void 0, fe = () => s || t ? m.palette.background.paper : b(m.palette.primary.main, 0.1), me = () => s || t ? K() : i ? `inset 0px 0px 0px 2px ${b(m.palette.primary.main, 0.5)}` : o === "outlined" ? `inset 0px 0px 0px 1px ${b(m.palette.primary.main, 0.5)}` : void 0, be = () => s || t ? m.palette.background.paper : b(m.palette.primary.main, 0.3);
|
|
921
925
|
return /* @__PURE__ */ x(
|
|
922
|
-
|
|
926
|
+
Pe,
|
|
923
927
|
{
|
|
924
928
|
elevation: o === "elevation" ? 1 : 0,
|
|
925
|
-
onClick:
|
|
929
|
+
onClick: he,
|
|
926
930
|
sx: {
|
|
927
931
|
display: "flex",
|
|
928
932
|
padding: "6px 16px",
|
|
@@ -932,31 +936,30 @@ const q0 = ({
|
|
|
932
936
|
mb: 16,
|
|
933
937
|
cursor: s ? "not-allowed" : "pointer",
|
|
934
938
|
opacity: s ? 0.6 : 1,
|
|
935
|
-
backgroundColor:
|
|
939
|
+
backgroundColor: ge(),
|
|
936
940
|
border: "none",
|
|
937
|
-
boxShadow:
|
|
941
|
+
boxShadow: K(),
|
|
938
942
|
boxSizing: "border-box",
|
|
939
943
|
transition: m.transitions.create(["background-color", "box-shadow"], {
|
|
940
944
|
duration: m.transitions.duration.short
|
|
941
945
|
}),
|
|
942
946
|
"&:hover": {
|
|
943
|
-
backgroundColor:
|
|
944
|
-
boxShadow:
|
|
947
|
+
backgroundColor: fe(),
|
|
948
|
+
boxShadow: me()
|
|
945
949
|
},
|
|
946
950
|
"&:active": {
|
|
947
|
-
backgroundColor:
|
|
951
|
+
backgroundColor: be()
|
|
948
952
|
},
|
|
949
|
-
"&:focus-
|
|
953
|
+
"&:focus-within": {
|
|
950
954
|
outline: `2px solid ${m.palette.info.main}`,
|
|
951
955
|
outlineOffset: "2px"
|
|
952
956
|
},
|
|
953
957
|
...T
|
|
954
958
|
},
|
|
955
|
-
tabIndex: 0,
|
|
956
959
|
variant: o,
|
|
957
960
|
children: [
|
|
958
961
|
u && /* @__PURE__ */ a(
|
|
959
|
-
|
|
962
|
+
ee,
|
|
960
963
|
{
|
|
961
964
|
sx: {
|
|
962
965
|
mr: 12,
|
|
@@ -966,15 +969,26 @@ const q0 = ({
|
|
|
966
969
|
children: u
|
|
967
970
|
}
|
|
968
971
|
),
|
|
969
|
-
/* @__PURE__ */ x(
|
|
970
|
-
r && /* @__PURE__ */ a(
|
|
971
|
-
|
|
972
|
+
/* @__PURE__ */ x(ee, { sx: { flex: 1, minWidth: 0, py: "8px", cursor: "inherit" }, children: [
|
|
973
|
+
r && /* @__PURE__ */ a(
|
|
974
|
+
oe,
|
|
975
|
+
{
|
|
976
|
+
fontWeight: 600,
|
|
977
|
+
id: W,
|
|
978
|
+
sx: { lineHeight: "24px", pb: "4px" },
|
|
979
|
+
variant: "body1",
|
|
980
|
+
children: r
|
|
981
|
+
}
|
|
982
|
+
),
|
|
983
|
+
/* @__PURE__ */ a(oe, { id: z, sx: { lineHeight: "20px" }, variant: "subtitle2", children: d })
|
|
972
984
|
] }),
|
|
973
985
|
e === L ? /* @__PURE__ */ a(
|
|
974
986
|
L,
|
|
975
987
|
{
|
|
988
|
+
"aria-labelledby": Z,
|
|
976
989
|
checked: i,
|
|
977
990
|
disabled: s,
|
|
991
|
+
id: D,
|
|
978
992
|
name: c,
|
|
979
993
|
onChange: n,
|
|
980
994
|
sx: {
|
|
@@ -987,13 +1001,15 @@ const q0 = ({
|
|
|
987
1001
|
}
|
|
988
1002
|
},
|
|
989
1003
|
value: l,
|
|
990
|
-
...
|
|
1004
|
+
...U
|
|
991
1005
|
}
|
|
992
1006
|
) : /* @__PURE__ */ a(
|
|
993
|
-
|
|
1007
|
+
Be,
|
|
994
1008
|
{
|
|
1009
|
+
"aria-labelledby": Z,
|
|
995
1010
|
checked: i,
|
|
996
1011
|
disabled: s,
|
|
1012
|
+
id: D,
|
|
997
1013
|
name: c,
|
|
998
1014
|
onChange: n,
|
|
999
1015
|
sx: {
|
|
@@ -1006,7 +1022,7 @@ const q0 = ({
|
|
|
1006
1022
|
}
|
|
1007
1023
|
},
|
|
1008
1024
|
value: l,
|
|
1009
|
-
...
|
|
1025
|
+
...U
|
|
1010
1026
|
}
|
|
1011
1027
|
)
|
|
1012
1028
|
]
|
|
@@ -1025,7 +1041,7 @@ const q0 = ({
|
|
|
1025
1041
|
700: N(e, 0.5),
|
|
1026
1042
|
800: N(e, 0.65),
|
|
1027
1043
|
900: N(e, 0.75)
|
|
1028
|
-
}), R = "#FFFFFF", w = "#000000",
|
|
1044
|
+
}), R = "#FFFFFF", w = "#000000", Je = "#F9F9F9", e0 = "#1A1A1A", E = {
|
|
1029
1045
|
PRIMARY: "#2C64EF",
|
|
1030
1046
|
SECONDARY: "#808080",
|
|
1031
1047
|
INFO: "#2C64EF",
|
|
@@ -1094,7 +1110,7 @@ const q0 = ({
|
|
|
1094
1110
|
TRANSFER: "#75C7B7",
|
|
1095
1111
|
TRAVEL: "#76ACF7",
|
|
1096
1112
|
UNCATEGORIZED: "#BCC6D4"
|
|
1097
|
-
},
|
|
1113
|
+
}, o0 = (e, o) => {
|
|
1098
1114
|
const i = A(o?.primary || E.PRIMARY), n = A(o?.secondary || E.SECONDARY), r = A(o?.error || E.ERROR), d = A(o?.warning || E.WARNING), c = A(o?.info || E.INFO), l = A(o?.success || E.SUCCESS), s = A(o?.grey || E.GREY), t = e === v.LIGHT;
|
|
1099
1115
|
return {
|
|
1100
1116
|
mode: e,
|
|
@@ -1141,7 +1157,7 @@ const q0 = ({
|
|
|
1141
1157
|
dark: t ? s[700] : s[200],
|
|
1142
1158
|
/* DEPRECATED: Use dark instead */
|
|
1143
1159
|
darker: t ? s[900] : s[100],
|
|
1144
|
-
contrastText:
|
|
1160
|
+
contrastText: ze(t ? s[700] : s[400], "#fff") > 4.5 ? R : s[900]
|
|
1145
1161
|
},
|
|
1146
1162
|
text: {
|
|
1147
1163
|
primary: t ? s[900] : R,
|
|
@@ -1196,7 +1212,7 @@ const q0 = ({
|
|
|
1196
1212
|
focusOpacity: 0.3
|
|
1197
1213
|
},
|
|
1198
1214
|
background: {
|
|
1199
|
-
default: t ? o?.background?.default?.light ||
|
|
1215
|
+
default: t ? o?.background?.default?.light || Je : o?.background?.default?.dark || e0,
|
|
1200
1216
|
paper: t ? o?.background?.paper?.light || R : o?.background?.paper?.dark || w,
|
|
1201
1217
|
highlight: t ? s[200] : s[600],
|
|
1202
1218
|
highlightPrimary: t ? i[100] : i[500]
|
|
@@ -1244,8 +1260,8 @@ const q0 = ({
|
|
|
1244
1260
|
chartMono6: I.CHART_MONO6
|
|
1245
1261
|
}
|
|
1246
1262
|
};
|
|
1247
|
-
},
|
|
1248
|
-
const o = e?.fontFamily ||
|
|
1263
|
+
}, r0 = "Inter, Helvetica, Arial, sans-serif", t0 = (e) => {
|
|
1264
|
+
const o = e?.fontFamily || r0;
|
|
1249
1265
|
return {
|
|
1250
1266
|
fontFamily: o,
|
|
1251
1267
|
fontSize: 15,
|
|
@@ -1378,16 +1394,16 @@ const q0 = ({
|
|
|
1378
1394
|
...e
|
|
1379
1395
|
};
|
|
1380
1396
|
};
|
|
1381
|
-
|
|
1397
|
+
$e.setLicenseKey(
|
|
1382
1398
|
"6e7dd593526efa1f157230ecf06c9b02Tz0xMDA5NjAsRT0xNzYyMDQxNjAwMDAwLFM9cHJvLExNPWFubnVhbCxQVj1RMy0yMDI0LEtWPTI="
|
|
1383
1399
|
);
|
|
1384
|
-
const P = [...
|
|
1400
|
+
const P = [...re().shadows];
|
|
1385
1401
|
P[1] = "0px 2px 8px rgba(106, 115, 129, 0.12)";
|
|
1386
1402
|
P[2] = "0px 6px 12px rgba(106, 115, 129, 0.16), 0px 3px 8px rgba(87, 102, 117, 0.06)";
|
|
1387
1403
|
P[3] = "0px 12px 20px rgba(106, 115, 129, 0.22)";
|
|
1388
|
-
const
|
|
1389
|
-
const i =
|
|
1390
|
-
return
|
|
1404
|
+
const ho = (e, o) => {
|
|
1405
|
+
const i = o0(e, o?.paletteOptions), n = t0(o?.typographyOptions);
|
|
1406
|
+
return re({
|
|
1391
1407
|
breakpoints: {
|
|
1392
1408
|
values: {
|
|
1393
1409
|
xs: 444,
|
|
@@ -1507,7 +1523,7 @@ const to = (e, o) => {
|
|
|
1507
1523
|
MuiCircularProgress: {
|
|
1508
1524
|
styleOverrides: {
|
|
1509
1525
|
root: {
|
|
1510
|
-
[`& .${
|
|
1526
|
+
[`& .${Ve.circle}`]: {
|
|
1511
1527
|
strokeLinecap: "round"
|
|
1512
1528
|
}
|
|
1513
1529
|
}
|
|
@@ -2138,51 +2154,51 @@ const to = (e, o) => {
|
|
|
2138
2154
|
});
|
|
2139
2155
|
};
|
|
2140
2156
|
export {
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2157
|
+
N0 as AccountsFilledIcon,
|
|
2158
|
+
w0 as AccountsIcon,
|
|
2159
|
+
_0 as ArrowLeftIcon,
|
|
2160
|
+
P0 as AttentionFilledIcon,
|
|
2145
2161
|
f as BaseIcon,
|
|
2146
|
-
|
|
2147
|
-
|
|
2162
|
+
J0 as BottomSheetTransition,
|
|
2163
|
+
B0 as CalendarIcon,
|
|
2148
2164
|
g as CategoryGuids,
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2165
|
+
Ke as CategoryIcon,
|
|
2166
|
+
We as CategoryIconList,
|
|
2167
|
+
Ue as CategoryIconVariants,
|
|
2168
|
+
z0 as CheckmarkFilledIcon,
|
|
2169
|
+
V0 as ChevronDownIcon,
|
|
2170
|
+
$0 as ChevronLeftIcon,
|
|
2171
|
+
G0 as ChevronRightIcon,
|
|
2172
|
+
U0 as CloseIcon,
|
|
2173
|
+
q0 as DateRangePicker,
|
|
2174
|
+
Xe as DialogFooter,
|
|
2175
|
+
to as DialogHeader,
|
|
2176
|
+
io as Drawer,
|
|
2177
|
+
W0 as EditIcon,
|
|
2178
|
+
Z0 as FilterIcon,
|
|
2179
|
+
Xe as Footer,
|
|
2180
|
+
je as H1,
|
|
2181
|
+
eo as H2,
|
|
2182
|
+
oo as H3,
|
|
2183
|
+
K0 as HeartIcon,
|
|
2184
|
+
r0 as INTER,
|
|
2169
2185
|
M as Icon,
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2186
|
+
Ge as IconWeight,
|
|
2187
|
+
ao as InstitutionLogo,
|
|
2188
|
+
X0 as MXLogoCopyrightIcon,
|
|
2189
|
+
j0 as MXLogoFilledIcon,
|
|
2190
|
+
Y0 as MXLogoIcon,
|
|
2191
|
+
Q0 as MXLogoOutlineIcon,
|
|
2192
|
+
no as MerchantLogo,
|
|
2193
|
+
ro as P,
|
|
2194
|
+
po as SelectionBox,
|
|
2179
2195
|
O as TARGETS,
|
|
2180
2196
|
_ as THEMES,
|
|
2181
2197
|
F as Text,
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2198
|
+
lo as TextField,
|
|
2199
|
+
co as Toast,
|
|
2200
|
+
so as TokenProvider,
|
|
2201
|
+
ho as createMXTheme,
|
|
2202
|
+
uo as useTokens
|
|
2187
2203
|
};
|
|
2188
2204
|
//# sourceMappingURL=index.es.js.map
|