@cgi-learning-hub/ui 1.2.0-dev.1725543340 → 1.2.0-dev.1725543764

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 (163) hide show
  1. package/dist/Box-BDMtAH2P.cjs +1 -0
  2. package/dist/{Box-BJvmuM0Y.js → Box-CONPkck2.js} +32 -30
  3. package/dist/Button-By3A0teb.js +454 -0
  4. package/dist/Button-CBAa7bmK.cjs +1 -0
  5. package/dist/ButtonBase-D0vqeM8I.js +890 -0
  6. package/dist/ButtonBase-DePtV_m6.cjs +75 -0
  7. package/dist/CircularProgress-BRnSv2J2.cjs +28 -0
  8. package/dist/CircularProgress-BrfcRJbv.js +251 -0
  9. package/dist/DatePicker-Cw1xQ3Sn.cjs +19 -0
  10. package/dist/{DatePicker-vhA6Fe5s.js → DatePicker-wZ1VHlXF.js} +4665 -4520
  11. package/dist/DefaultButton-B2fD87Nn.cjs +1 -0
  12. package/dist/DefaultButton-B8Qi2O0K.js +353 -0
  13. package/dist/DefaultPropsProvider-B6IbLm7M.cjs +17 -0
  14. package/dist/DefaultPropsProvider-QV6PDjPd.js +468 -0
  15. package/dist/IconButton-BiLAYORS.js +239 -0
  16. package/dist/IconButton-DE-QtB3Q.cjs +2 -0
  17. package/dist/{InputAdornment-zaw7AFWU.js → InputAdornment-7ED2C-w1.js} +81 -65
  18. package/dist/InputAdornment-CJbpwt2R.cjs +1 -0
  19. package/dist/InputBase-LZPaeC-A.cjs +3 -0
  20. package/dist/InputBase-jbXydPMc.js +802 -0
  21. package/dist/{Stack-Dlgk5t_M.js → Stack-BzF_6-v5.js} +62 -60
  22. package/dist/Stack-D6Kv6y1D.cjs +1 -0
  23. package/dist/Tabs-CV_eM5RY.js +1222 -0
  24. package/dist/Tabs-DcqpjpXb.cjs +4 -0
  25. package/dist/TextField-DAxS82qf.cjs +12 -0
  26. package/dist/{TextField-DG1754qQ.js → TextField-G9MOGCdw.js} +3033 -2408
  27. package/dist/{Tooltip-C7ZUZylZ.js → Tooltip-D_4ANHAc.js} +4682 -3406
  28. package/dist/Tooltip-Ma-NowZd.cjs +100 -0
  29. package/dist/TransitionGroupContext-B5aSBz0G.js +64 -0
  30. package/dist/TransitionGroupContext-gQFtuZSh.cjs +1 -0
  31. package/dist/Typography-4kqbsc6q.js +258 -0
  32. package/dist/Typography-CNQVeQXr.cjs +1 -0
  33. package/dist/components/DatePicker/DatePicker.cjs.js +1 -1
  34. package/dist/components/DatePicker/DatePicker.es.js +3 -3
  35. package/dist/components/DatePicker/DatePicker.stories.cjs.js +1 -1
  36. package/dist/components/DatePicker/DatePicker.stories.es.js +3 -3
  37. package/dist/components/DatePicker/index.cjs.js +1 -1
  38. package/dist/components/DatePicker/index.es.js +1 -1
  39. package/dist/components/DefaultButton/DefaultButton.cjs.js +1 -1
  40. package/dist/components/DefaultButton/DefaultButton.es.js +2 -2
  41. package/dist/components/DefaultButton/DefaultButtonIcon.cjs.js +1 -1
  42. package/dist/components/DefaultButton/DefaultButtonIcon.es.js +108 -67
  43. package/dist/components/DefaultButton/index.cjs.js +1 -1
  44. package/dist/components/DefaultButton/index.es.js +1 -1
  45. package/dist/components/Dropzone/Dropzone.cjs.js +5 -5
  46. package/dist/components/Dropzone/Dropzone.es.js +8 -8
  47. package/dist/components/EmptyState/EmptyState.cjs.js +1 -1
  48. package/dist/components/EmptyState/EmptyState.es.js +2 -2
  49. package/dist/components/FileList/FileList.cjs.js +1 -1
  50. package/dist/components/FileList/FileList.es.js +1 -1
  51. package/dist/components/FileList/FileListItem.cjs.js +1 -1
  52. package/dist/components/FileList/FileListItem.es.js +10 -11
  53. package/dist/components/IconButton.stories.cjs.js +1 -1
  54. package/dist/components/IconButton.stories.es.js +13 -14
  55. package/dist/components/Loader/Loader.cjs.js +1 -1
  56. package/dist/components/Loader/Loader.es.js +1 -1
  57. package/dist/components/PaperHeader/PaperHeader.cjs.js +1 -1
  58. package/dist/components/PaperHeader/PaperHeader.d.ts +3 -1
  59. package/dist/components/PaperHeader/PaperHeader.es.js +26 -28
  60. package/dist/components/PaperHeader/PaperHeader.stories.cjs.js +1 -1
  61. package/dist/components/PaperHeader/PaperHeader.stories.es.js +7 -7
  62. package/dist/components/PasswordInput/PasswordInput.cjs.js +1 -1
  63. package/dist/components/PasswordInput/PasswordInput.es.js +5 -5
  64. package/dist/components/PrimaryButton/PrimaryButton.cjs.js +1 -1
  65. package/dist/components/PrimaryButton/PrimaryButton.es.js +1 -1
  66. package/dist/components/PrimaryButton/PrimaryButton.stories.cjs.js +1 -1
  67. package/dist/components/PrimaryButton/PrimaryButton.stories.es.js +1 -1
  68. package/dist/components/SearchInput/SearchInput.cjs.js +1 -1
  69. package/dist/components/SearchInput/SearchInput.es.js +4 -4
  70. package/dist/components/SecondaryButton/SecondaryButton.cjs.js +1 -1
  71. package/dist/components/SecondaryButton/SecondaryButton.es.js +1 -1
  72. package/dist/components/SecondaryButton/SecondaryButton.stories.cjs.js +1 -1
  73. package/dist/components/SecondaryButton/SecondaryButton.stories.es.js +1 -1
  74. package/dist/components/TabList.stories.cjs.js +1 -1
  75. package/dist/components/TabList.stories.es.js +100 -87
  76. package/dist/components/TextInput/TextInput.cjs.js +1 -1
  77. package/dist/components/TextInput/TextInput.es.js +1 -1
  78. package/dist/components/index.cjs.js +1 -1
  79. package/dist/components/index.d.ts +2 -0
  80. package/dist/components/index.es.js +244 -236
  81. package/dist/composeClasses-B_ETVugV.cjs +1 -0
  82. package/dist/composeClasses-zmPRtZOg.js +16 -0
  83. package/dist/createSvgIcon-B6bEgasO.js +249 -0
  84. package/dist/createSvgIcon-C92jLZ0q.cjs +2 -0
  85. package/dist/createSvgIcon-Cdsg9tFu.js +88 -0
  86. package/dist/createSvgIcon-CrOALbij.cjs +1 -0
  87. package/dist/extendSxProp-BpSXIdup.js +37 -0
  88. package/dist/extendSxProp-DVE8Tgj8.cjs +1 -0
  89. package/dist/{fr-CXEmlY0d.js → fr-D92L3a1M.js} +13 -13
  90. package/dist/{fr-C4bcUC-9.cjs → fr-EMw1nUC-.cjs} +1 -1
  91. package/dist/identifier-7NboR24y.cjs +59 -0
  92. package/dist/identifier-Bsv46xiT.js +2930 -0
  93. package/dist/index-C9spydU3.js +89 -0
  94. package/dist/index-DHDspyh-.cjs +1 -0
  95. package/dist/index.cjs.js +1 -1
  96. package/dist/index.es.js +244 -236
  97. package/dist/{ownerWindow-C7EH1lr6.js → ownerWindow-BoRkeomM.js} +2 -2
  98. package/dist/{refType-DiVIFcsY.js → refType-BnS1d2D8.js} +1 -1
  99. package/dist/{refType-D1DDOFsy.cjs → refType-YgbJS0xl.cjs} +1 -1
  100. package/dist/useControlled-Bf7_InaL.cjs +3 -0
  101. package/dist/useControlled-D59BLg1S.js +48 -0
  102. package/dist/useEventCallback-BgMlqKLP.js +14 -0
  103. package/dist/useEventCallback-CrCf96iG.cjs +1 -0
  104. package/dist/useId-CyGZMA-F.js +19 -0
  105. package/dist/useId-D5Txt-1B.cjs +1 -0
  106. package/dist/useTheme-A9inJAFh.cjs +1 -0
  107. package/dist/useTheme-C0nMwKpp.js +128 -0
  108. package/dist/{useTheme-1gSw-INq.js → useTheme-DzMeSzHc.js} +5 -5
  109. package/dist/useTheme-Zq6D7sUp.cjs +1 -0
  110. package/dist/useThemeProps-YFPF1eJp.js +40 -0
  111. package/dist/useThemeProps-r2yCksSx.cjs +1 -0
  112. package/package.json +15 -15
  113. package/dist/Box-2ZrLOc7U.cjs +0 -1
  114. package/dist/Button-HyZp1VKI.js +0 -359
  115. package/dist/Button-NhaA68Of.cjs +0 -1
  116. package/dist/ButtonBase-CnINN-P4.cjs +0 -75
  117. package/dist/ButtonBase-cOL6Mpcp.js +0 -827
  118. package/dist/CircularProgress-01RZzfpF.cjs +0 -28
  119. package/dist/CircularProgress-DO4r9-x8.js +0 -217
  120. package/dist/DatePicker-GTtXZK-p.cjs +0 -19
  121. package/dist/DefaultButton-BMmuKPgA.cjs +0 -1
  122. package/dist/DefaultButton-CKY6tuni.js +0 -258
  123. package/dist/IconButton-3v-0zgZW.cjs +0 -2
  124. package/dist/IconButton-BBfmzBP6.js +0 -184
  125. package/dist/InputAdornment-DHmtETz3.cjs +0 -1
  126. package/dist/InputBase-BpGQgBej.cjs +0 -3
  127. package/dist/InputBase-COUxfhh1.js +0 -794
  128. package/dist/Stack-D9IYPfJ8.cjs +0 -1
  129. package/dist/Tabs-Blo-8Ro5.js +0 -1091
  130. package/dist/Tabs-D0e7cB4l.cjs +0 -4
  131. package/dist/TextField-8AuRLRIK.cjs +0 -12
  132. package/dist/Tooltip-CFVJXplM.cjs +0 -95
  133. package/dist/TransitionGroupContext-BkoHK5Kx.js +0 -14
  134. package/dist/TransitionGroupContext-mYDSzffd.cjs +0 -1
  135. package/dist/Typography-DjrvRhOr.js +0 -178
  136. package/dist/Typography-YHooSvuR.cjs +0 -1
  137. package/dist/createStyled--XbpooZB.js +0 -142
  138. package/dist/createStyled-CuYz_ckk.cjs +0 -1
  139. package/dist/createSvgIcon-CUiH3cta.cjs +0 -1
  140. package/dist/createSvgIcon-D29Io9jD.js +0 -183
  141. package/dist/createSvgIcon-DTc4Xvfk.cjs +0 -2
  142. package/dist/createSvgIcon-DvOXtgXV.js +0 -76
  143. package/dist/identifier-CAQ9PWqs.js +0 -3046
  144. package/dist/identifier-CWIj084w.cjs +0 -50
  145. package/dist/isHostComponent-PydJW4A4.cjs +0 -1
  146. package/dist/isHostComponent-kiaBvYVo.js +0 -6
  147. package/dist/styled-Bt4oYVnF.cjs +0 -17
  148. package/dist/styled-Co-8YWfm.js +0 -533
  149. package/dist/useControlled-DKpcyPsg.cjs +0 -3
  150. package/dist/useControlled-DoRrpN8o.js +0 -48
  151. package/dist/useId-BW-oWmul.js +0 -19
  152. package/dist/useId-Cw0TtD-8.cjs +0 -1
  153. package/dist/useIsFocusVisible-Bv_7uvif.cjs +0 -1
  154. package/dist/useIsFocusVisible-DhASXQ4o.js +0 -69
  155. package/dist/useTheme-Dm6RnXrf.cjs +0 -1
  156. package/dist/useTheme-HJhneR9g.js +0 -99
  157. package/dist/useTheme-T2P7WhLG.cjs +0 -1
  158. package/dist/useThemeProps-BKIVQv3E.js +0 -17
  159. package/dist/useThemeProps-BfZ3lLQs.js +0 -27
  160. package/dist/useThemeProps-BpFUkYqe.cjs +0 -1
  161. package/dist/useThemeProps-Co5ylM0H.cjs +0 -1
  162. package/dist/useTimeout-BdvDipeg.js +0 -47
  163. package/dist/useTimeout-XUWYBnl6.cjs +0 -1
@@ -0,0 +1,249 @@
1
+ import * as z from "react";
2
+ import { jsxs as b, jsx as I } from "react/jsx-runtime";
3
+ import { I as w, J as C, K as x, L as T, P as e } from "./identifier-Bsv46xiT.js";
4
+ import { s as N, m as O, u as R, c as j } from "./DefaultPropsProvider-QV6PDjPd.js";
5
+ function E(o) {
6
+ return w("MuiSvgIcon", o);
7
+ }
8
+ C("MuiSvgIcon", ["root", "colorPrimary", "colorSecondary", "colorAction", "colorError", "colorDisabled", "fontSizeInherit", "fontSizeSmall", "fontSizeMedium", "fontSizeLarge"]);
9
+ const $ = (o) => {
10
+ const {
11
+ color: r,
12
+ fontSize: t,
13
+ classes: s
14
+ } = o, n = {
15
+ root: ["root", r !== "inherit" && `color${x(r)}`, `fontSize${x(t)}`]
16
+ };
17
+ return j(n, E, s);
18
+ }, A = N("svg", {
19
+ name: "MuiSvgIcon",
20
+ slot: "Root",
21
+ overridesResolver: (o, r) => {
22
+ const {
23
+ ownerState: t
24
+ } = o;
25
+ return [r.root, t.color !== "inherit" && r[`color${x(t.color)}`], r[`fontSize${x(t.fontSize)}`]];
26
+ }
27
+ })(O(({
28
+ theme: o
29
+ }) => {
30
+ var r, t, s, n, c, g, a, y, p, d, l, m, v, f;
31
+ return {
32
+ userSelect: "none",
33
+ width: "1em",
34
+ height: "1em",
35
+ display: "inline-block",
36
+ flexShrink: 0,
37
+ transition: (n = (r = o.transitions) == null ? void 0 : r.create) == null ? void 0 : n.call(r, "fill", {
38
+ duration: (s = (t = (o.vars ?? o).transitions) == null ? void 0 : t.duration) == null ? void 0 : s.shorter
39
+ }),
40
+ variants: [
41
+ {
42
+ props: (i) => !i.hasSvgAsChild,
43
+ style: {
44
+ // the <svg> will define the property that has `currentColor`
45
+ // for example heroicons uses fill="none" and stroke="currentColor"
46
+ fill: "currentColor"
47
+ }
48
+ },
49
+ {
50
+ props: {
51
+ fontSize: "inherit"
52
+ },
53
+ style: {
54
+ fontSize: "inherit"
55
+ }
56
+ },
57
+ {
58
+ props: {
59
+ fontSize: "small"
60
+ },
61
+ style: {
62
+ fontSize: ((g = (c = o.typography) == null ? void 0 : c.pxToRem) == null ? void 0 : g.call(c, 20)) || "1.25rem"
63
+ }
64
+ },
65
+ {
66
+ props: {
67
+ fontSize: "medium"
68
+ },
69
+ style: {
70
+ fontSize: ((y = (a = o.typography) == null ? void 0 : a.pxToRem) == null ? void 0 : y.call(a, 24)) || "1.5rem"
71
+ }
72
+ },
73
+ {
74
+ props: {
75
+ fontSize: "large"
76
+ },
77
+ style: {
78
+ fontSize: ((d = (p = o.typography) == null ? void 0 : p.pxToRem) == null ? void 0 : d.call(p, 35)) || "2.1875rem"
79
+ }
80
+ },
81
+ // TODO v5 deprecate color prop, v6 remove for sx
82
+ ...Object.entries((o.vars ?? o).palette).filter(([, i]) => i && i.main).map(([i]) => {
83
+ var u, h;
84
+ return {
85
+ props: {
86
+ color: i
87
+ },
88
+ style: {
89
+ color: (h = (u = (o.vars ?? o).palette) == null ? void 0 : u[i]) == null ? void 0 : h.main
90
+ }
91
+ };
92
+ }),
93
+ {
94
+ props: {
95
+ color: "action"
96
+ },
97
+ style: {
98
+ color: (m = (l = (o.vars ?? o).palette) == null ? void 0 : l.action) == null ? void 0 : m.active
99
+ }
100
+ },
101
+ {
102
+ props: {
103
+ color: "disabled"
104
+ },
105
+ style: {
106
+ color: (f = (v = (o.vars ?? o).palette) == null ? void 0 : v.action) == null ? void 0 : f.disabled
107
+ }
108
+ },
109
+ {
110
+ props: {
111
+ color: "inherit"
112
+ },
113
+ style: {
114
+ color: void 0
115
+ }
116
+ }
117
+ ]
118
+ };
119
+ })), S = /* @__PURE__ */ z.forwardRef(function(r, t) {
120
+ const s = R({
121
+ props: r,
122
+ name: "MuiSvgIcon"
123
+ }), {
124
+ children: n,
125
+ className: c,
126
+ color: g = "inherit",
127
+ component: a = "svg",
128
+ fontSize: y = "medium",
129
+ htmlColor: p,
130
+ inheritViewBox: d = !1,
131
+ titleAccess: l,
132
+ viewBox: m = "0 0 24 24",
133
+ ...v
134
+ } = s, f = /* @__PURE__ */ z.isValidElement(n) && n.type === "svg", i = {
135
+ ...s,
136
+ color: g,
137
+ component: a,
138
+ fontSize: y,
139
+ instanceFontSize: r.fontSize,
140
+ inheritViewBox: d,
141
+ viewBox: m,
142
+ hasSvgAsChild: f
143
+ }, u = {};
144
+ d || (u.viewBox = m);
145
+ const h = $(i);
146
+ return /* @__PURE__ */ b(A, {
147
+ as: a,
148
+ className: T(h.root, c),
149
+ focusable: "false",
150
+ color: p,
151
+ "aria-hidden": l ? void 0 : !0,
152
+ role: l ? "img" : void 0,
153
+ ref: t,
154
+ ...u,
155
+ ...v,
156
+ ...f && n.props,
157
+ ownerState: i,
158
+ children: [f ? n.props.children : n, l ? /* @__PURE__ */ I("title", {
159
+ children: l
160
+ }) : null]
161
+ });
162
+ });
163
+ process.env.NODE_ENV !== "production" && (S.propTypes = {
164
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
165
+ // │ These PropTypes are generated from the TypeScript type definitions. │
166
+ // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
167
+ // └─────────────────────────────────────────────────────────────────────┘
168
+ /**
169
+ * Node passed into the SVG element.
170
+ */
171
+ children: e.node,
172
+ /**
173
+ * Override or extend the styles applied to the component.
174
+ */
175
+ classes: e.object,
176
+ /**
177
+ * @ignore
178
+ */
179
+ className: e.string,
180
+ /**
181
+ * The color of the component.
182
+ * It supports both default and custom theme colors, which can be added as shown in the
183
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
184
+ * You can use the `htmlColor` prop to apply a color attribute to the SVG element.
185
+ * @default 'inherit'
186
+ */
187
+ color: e.oneOfType([e.oneOf(["inherit", "action", "disabled", "primary", "secondary", "error", "info", "success", "warning"]), e.string]),
188
+ /**
189
+ * The component used for the root node.
190
+ * Either a string to use a HTML element or a component.
191
+ */
192
+ component: e.elementType,
193
+ /**
194
+ * The fontSize applied to the icon. Defaults to 24px, but can be configure to inherit font size.
195
+ * @default 'medium'
196
+ */
197
+ fontSize: e.oneOfType([e.oneOf(["inherit", "large", "medium", "small"]), e.string]),
198
+ /**
199
+ * Applies a color attribute to the SVG element.
200
+ */
201
+ htmlColor: e.string,
202
+ /**
203
+ * If `true`, the root node will inherit the custom `component`'s viewBox and the `viewBox`
204
+ * prop will be ignored.
205
+ * Useful when you want to reference a custom `component` and have `SvgIcon` pass that
206
+ * `component`'s viewBox to the root node.
207
+ * @default false
208
+ */
209
+ inheritViewBox: e.bool,
210
+ /**
211
+ * The shape-rendering attribute. The behavior of the different options is described on the
212
+ * [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/shape-rendering).
213
+ * If you are having issues with blurry icons you should investigate this prop.
214
+ */
215
+ shapeRendering: e.string,
216
+ /**
217
+ * The system prop that allows defining system overrides as well as additional CSS styles.
218
+ */
219
+ sx: e.oneOfType([e.arrayOf(e.oneOfType([e.func, e.object, e.bool])), e.func, e.object]),
220
+ /**
221
+ * Provides a human-readable title for the element that contains it.
222
+ * https://www.w3.org/TR/SVG-access/#Equivalent
223
+ */
224
+ titleAccess: e.string,
225
+ /**
226
+ * Allows you to redefine what the coordinates without units mean inside an SVG element.
227
+ * For example, if the SVG element is 500 (width) by 200 (height),
228
+ * and you pass viewBox="0 0 50 20",
229
+ * this means that the coordinates inside the SVG will go from the top left corner (0,0)
230
+ * to bottom right (50,20) and each unit will be worth 10px.
231
+ * @default '0 0 24 24'
232
+ */
233
+ viewBox: e.string
234
+ });
235
+ S && (S.muiName = "SvgIcon");
236
+ function D(o, r) {
237
+ function t(s, n) {
238
+ return /* @__PURE__ */ I(S, {
239
+ "data-testid": `${r}Icon`,
240
+ ref: n,
241
+ ...s,
242
+ children: o
243
+ });
244
+ }
245
+ return process.env.NODE_ENV !== "production" && (t.displayName = `${r}Icon`), t.muiName = S.muiName, /* @__PURE__ */ z.memo(/* @__PURE__ */ z.forwardRef(t));
246
+ }
247
+ export {
248
+ D as c
249
+ };
@@ -0,0 +1,2 @@
1
+ "use strict";const p=require("./identifier-7NboR24y.cjs"),C=require("./createSvgIcon-CrOALbij.cjs"),y=require("./DefaultPropsProvider-B6IbLm7M.cjs"),c=require("./useControlled-Bf7_InaL.cjs"),l=require("./useForkRef-CGd3Nhyb.cjs"),d=require("./ownerWindow-Dk_4aaak.cjs"),S=require("./useId-D5Txt-1B.cjs"),w=require("./unsupportedProp-Bn6XWqwH.cjs"),I=require("./useEventCallback-CrCf96iG.cjs");function N(e,t){return process.env.NODE_ENV==="production"?()=>null:(r,s,u,n,o)=>{const i=u||"<<anonymous>>",a=o||s;return typeof r[s]<"u"?new Error(`The ${n} \`${a}\` of \`${i}\` is deprecated. ${t}`):null}}function _(e,t){if(process.env.NODE_ENV==="production")return()=>null;const r=t?{...t.propTypes}:null;return u=>(n,o,i,a,m,...b)=>{const h=m||o,v=r==null?void 0:r[h];if(v){const g=v(n,o,i,a,m,...b);if(g)return g}return typeof n[o]<"u"&&!n[u]?new Error(`The prop \`${h}\` of \`${e}\` can only be used together with the \`${u}\` prop.`):null}}const P={configure:e=>{process.env.NODE_ENV!=="production"&&console.warn(["MUI: `ClassNameGenerator` import from `@mui/material/utils` is outdated and might cause unexpected issues.","","You should use `import { unstable_ClassNameGenerator } from '@mui/material/className'` instead","","The detail of the issue: https://github.com/mui/material-ui/issues/30011#issuecomment-1024993401","","The updated documentation: https://mui.com/guides/classname-generator/"].join(`
2
+ `)),p.ClassNameGenerator.configure(e)}},R=Object.freeze(Object.defineProperty({__proto__:null,capitalize:p.capitalize,createChainedFunction:c.createChainedFunction,createSvgIcon:C.createSvgIcon,debounce:d.debounce,deprecatedPropType:N,isMuiElement:c.isMuiElement,ownerDocument:d.ownerDocument,ownerWindow:d.ownerWindow,requirePropFactory:_,setRef:l.setRef,unstable_ClassNameGenerator:P,unstable_memoTheme:y.memoTheme,unstable_useEnhancedEffect:l.useEnhancedEffect,unstable_useId:S.useId,unsupportedProp:w.unsupportedProp,useControlled:c.useControlled,useEventCallback:I.useEventCallback,useForkRef:l.useForkRef},Symbol.toStringTag,{value:"Module"}));var E={exports:{}};(function(e){function t(r){return r&&r.__esModule?r:{default:r}}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports})(E);var D=E.exports,f={};const $=p.getAugmentedNamespace(R);var q;function T(){return q||(q=1,function(e){"use client";Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t.createSvgIcon}});var t=$}(f)),f}exports.interopRequireDefaultExports=D;exports.requireCreateSvgIcon=T;exports.requirePropFactory=_;
@@ -0,0 +1,88 @@
1
+ import { Q as g, K as v, _ as b } from "./identifier-Bsv46xiT.js";
2
+ import { c as E } from "./createSvgIcon-B6bEgasO.js";
3
+ import { m as y } from "./DefaultPropsProvider-QV6PDjPd.js";
4
+ import { c as N, i as S, u as C } from "./useControlled-D59BLg1S.js";
5
+ import { s as $, u as I, a as T } from "./useForkRef-DwN_Iz9R.js";
6
+ import { d as q, a as x, o as w } from "./ownerWindow-BoRkeomM.js";
7
+ import { u as D } from "./useId-CyGZMA-F.js";
8
+ import { u as O } from "./unsupportedProp-BuVD30Gh.js";
9
+ import { u as R } from "./useEventCallback-BgMlqKLP.js";
10
+ function M(e, r) {
11
+ return process.env.NODE_ENV === "production" ? () => null : (t, a, u, o, n) => {
12
+ const s = u || "<<anonymous>>", i = n || a;
13
+ return typeof t[a] < "u" ? new Error(`The ${o} \`${i}\` of \`${s}\` is deprecated. ${r}`) : null;
14
+ };
15
+ }
16
+ function P(e, r) {
17
+ if (process.env.NODE_ENV === "production")
18
+ return () => null;
19
+ const t = r ? {
20
+ ...r.propTypes
21
+ } : null;
22
+ return (u) => (o, n, s, i, l, ..._) => {
23
+ const f = l || n, m = t == null ? void 0 : t[f];
24
+ if (m) {
25
+ const p = m(o, n, s, i, l, ..._);
26
+ if (p)
27
+ return p;
28
+ }
29
+ return typeof o[n] < "u" && !o[u] ? new Error(`The prop \`${f}\` of \`${e}\` can only be used together with the \`${u}\` prop.`) : null;
30
+ };
31
+ }
32
+ const j = {
33
+ configure: (e) => {
34
+ process.env.NODE_ENV !== "production" && console.warn(["MUI: `ClassNameGenerator` import from `@mui/material/utils` is outdated and might cause unexpected issues.", "", "You should use `import { unstable_ClassNameGenerator } from '@mui/material/className'` instead", "", "The detail of the issue: https://github.com/mui/material-ui/issues/30011#issuecomment-1024993401", "", "The updated documentation: https://mui.com/guides/classname-generator/"].join(`
35
+ `)), g.configure(e);
36
+ }
37
+ }, k = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
38
+ __proto__: null,
39
+ capitalize: v,
40
+ createChainedFunction: N,
41
+ createSvgIcon: E,
42
+ debounce: q,
43
+ deprecatedPropType: M,
44
+ isMuiElement: S,
45
+ ownerDocument: x,
46
+ ownerWindow: w,
47
+ requirePropFactory: P,
48
+ setRef: $,
49
+ unstable_ClassNameGenerator: j,
50
+ unstable_memoTheme: y,
51
+ unstable_useEnhancedEffect: I,
52
+ unstable_useId: D,
53
+ unsupportedProp: O,
54
+ useControlled: C,
55
+ useEventCallback: R,
56
+ useForkRef: T
57
+ }, Symbol.toStringTag, { value: "Module" }));
58
+ var h = { exports: {} };
59
+ (function(e) {
60
+ function r(t) {
61
+ return t && t.__esModule ? t : {
62
+ default: t
63
+ };
64
+ }
65
+ e.exports = r, e.exports.__esModule = !0, e.exports.default = e.exports;
66
+ })(h);
67
+ var B = h.exports, c = {};
68
+ const F = /* @__PURE__ */ b(k);
69
+ var d;
70
+ function H() {
71
+ return d || (d = 1, function(e) {
72
+ "use client";
73
+ Object.defineProperty(e, "__esModule", {
74
+ value: !0
75
+ }), Object.defineProperty(e, "default", {
76
+ enumerable: !0,
77
+ get: function() {
78
+ return r.createSvgIcon;
79
+ }
80
+ });
81
+ var r = F;
82
+ }(c)), c;
83
+ }
84
+ export {
85
+ P as a,
86
+ B as i,
87
+ H as r
88
+ };
@@ -0,0 +1 @@
1
+ "use strict";const b=require("react"),h=require("react/jsx-runtime"),e=require("./identifier-7NboR24y.cjs"),P=require("./DefaultPropsProvider-B6IbLm7M.cjs");function O(o){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(o){for(const t in o)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(o,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:()=>o[t]})}}return r.default=o,Object.freeze(r)}const z=O(b);function x(o){return e.generateUtilityClass("MuiSvgIcon",o)}e.generateUtilityClasses("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);const I=o=>{const{color:r,fontSize:t,classes:n}=o,s={root:["root",r!=="inherit"&&`color${e.capitalize(r)}`,`fontSize${e.capitalize(t)}`]};return P.composeClasses(s,x,n)},w=P.styled("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(o,r)=>{const{ownerState:t}=o;return[r.root,t.color!=="inherit"&&r[`color${e.capitalize(t.color)}`],r[`fontSize${e.capitalize(t.fontSize)}`]]}})(P.memoTheme(({theme:o})=>{var r,t,n,s,l,g,c,m,a,y,p,u,T,f;return{userSelect:"none",width:"1em",height:"1em",display:"inline-block",flexShrink:0,transition:(s=(r=o.transitions)==null?void 0:r.create)==null?void 0:s.call(r,"fill",{duration:(n=(t=(o.vars??o).transitions)==null?void 0:t.duration)==null?void 0:n.shorter}),variants:[{props:i=>!i.hasSvgAsChild,style:{fill:"currentColor"}},{props:{fontSize:"inherit"},style:{fontSize:"inherit"}},{props:{fontSize:"small"},style:{fontSize:((g=(l=o.typography)==null?void 0:l.pxToRem)==null?void 0:g.call(l,20))||"1.25rem"}},{props:{fontSize:"medium"},style:{fontSize:((m=(c=o.typography)==null?void 0:c.pxToRem)==null?void 0:m.call(c,24))||"1.5rem"}},{props:{fontSize:"large"},style:{fontSize:((y=(a=o.typography)==null?void 0:a.pxToRem)==null?void 0:y.call(a,35))||"2.1875rem"}},...Object.entries((o.vars??o).palette).filter(([,i])=>i&&i.main).map(([i])=>{var d,v;return{props:{color:i},style:{color:(v=(d=(o.vars??o).palette)==null?void 0:d[i])==null?void 0:v.main}}}),{props:{color:"action"},style:{color:(u=(p=(o.vars??o).palette)==null?void 0:p.action)==null?void 0:u.active}},{props:{color:"disabled"},style:{color:(f=(T=(o.vars??o).palette)==null?void 0:T.action)==null?void 0:f.disabled}},{props:{color:"inherit"},style:{color:void 0}}]}})),S=z.forwardRef(function(r,t){const n=P.useDefaultProps({props:r,name:"MuiSvgIcon"}),{children:s,className:l,color:g="inherit",component:c="svg",fontSize:m="medium",htmlColor:a,inheritViewBox:y=!1,titleAccess:p,viewBox:u="0 0 24 24",...T}=n,f=z.isValidElement(s)&&s.type==="svg",i={...n,color:g,component:c,fontSize:m,instanceFontSize:r.fontSize,inheritViewBox:y,viewBox:u,hasSvgAsChild:f},d={};y||(d.viewBox=u);const v=I(i);return h.jsxs(w,{as:c,className:e.clsx(v.root,l),focusable:"false",color:a,"aria-hidden":p?void 0:!0,role:p?"img":void 0,ref:t,...d,...T,...f&&s.props,ownerState:i,children:[f?s.props.children:s,p?h.jsx("title",{children:p}):null]})});process.env.NODE_ENV!=="production"&&(S.propTypes={children:e.PropTypes.node,classes:e.PropTypes.object,className:e.PropTypes.string,color:e.PropTypes.oneOfType([e.PropTypes.oneOf(["inherit","action","disabled","primary","secondary","error","info","success","warning"]),e.PropTypes.string]),component:e.PropTypes.elementType,fontSize:e.PropTypes.oneOfType([e.PropTypes.oneOf(["inherit","large","medium","small"]),e.PropTypes.string]),htmlColor:e.PropTypes.string,inheritViewBox:e.PropTypes.bool,shapeRendering:e.PropTypes.string,sx:e.PropTypes.oneOfType([e.PropTypes.arrayOf(e.PropTypes.oneOfType([e.PropTypes.func,e.PropTypes.object,e.PropTypes.bool])),e.PropTypes.func,e.PropTypes.object]),titleAccess:e.PropTypes.string,viewBox:e.PropTypes.string});S&&(S.muiName="SvgIcon");function j(o,r){function t(n,s){return h.jsx(S,{"data-testid":`${r}Icon`,ref:s,...n,children:o})}return process.env.NODE_ENV!=="production"&&(t.displayName=`${r}Icon`),t.muiName=S.muiName,z.memo(z.forwardRef(t))}exports.createSvgIcon=j;
@@ -0,0 +1,37 @@
1
+ import { G as c, H as l } from "./identifier-Bsv46xiT.js";
2
+ const a = (t) => {
3
+ var s;
4
+ const e = {
5
+ systemProps: {},
6
+ otherProps: {}
7
+ }, o = ((s = t == null ? void 0 : t.theme) == null ? void 0 : s.unstable_sxConfig) ?? c;
8
+ return Object.keys(t).forEach((n) => {
9
+ o[n] ? e.systemProps[n] = t[n] : e.otherProps[n] = t[n];
10
+ }), e;
11
+ };
12
+ function x(t) {
13
+ const {
14
+ sx: e,
15
+ ...o
16
+ } = t, {
17
+ systemProps: s,
18
+ otherProps: n
19
+ } = a(o);
20
+ let r;
21
+ return Array.isArray(e) ? r = [s, ...e] : typeof e == "function" ? r = (...f) => {
22
+ const i = e(...f);
23
+ return l(i) ? {
24
+ ...s,
25
+ ...i
26
+ } : s;
27
+ } : r = {
28
+ ...s,
29
+ ...e
30
+ }, {
31
+ ...n,
32
+ sx: r
33
+ };
34
+ }
35
+ export {
36
+ x as e
37
+ };
@@ -0,0 +1 @@
1
+ "use strict";const c=require("./identifier-7NboR24y.cjs"),u=t=>{var s;const e={systemProps:{},otherProps:{}},i=((s=t==null?void 0:t.theme)==null?void 0:s.unstable_sxConfig)??c.defaultSxConfig;return Object.keys(t).forEach(n=>{i[n]?e.systemProps[n]=t[n]:e.otherProps[n]=t[n]}),e};function l(t){const{sx:e,...i}=t,{systemProps:s,otherProps:n}=u(i);let r;return Array.isArray(e)?r=[s,...e]:typeof e=="function"?r=(...f)=>{const o=e(...f);return c.isPlainObject(o)?{...s,...o}:s}:r={...s,...e},{...n,sx:r}}exports.extendSxProp=l;
@@ -1,4 +1,4 @@
1
- import { I as U } from "./identifier-CAQ9PWqs.js";
1
+ import { Y as U } from "./identifier-Bsv46xiT.js";
2
2
  var q = { exports: {} }, G;
3
3
  function X() {
4
4
  return G || (G = 1, function(x, Z) {
@@ -8,12 +8,12 @@ function X() {
8
8
  var y = 1e3, l = 6e4, S = 36e5, Y = "millisecond", m = "second", O = "minute", j = "hour", v = "day", A = "week", M = "month", z = "quarter", p = "year", L = "date", V = "Invalid Date", P = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, Q = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, R = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(i) {
9
9
  var n = ["th", "st", "nd", "rd"], t = i % 100;
10
10
  return "[" + i + (n[(t - 20) % 10] || n[t] || n[0]) + "]";
11
- } }, F = function(i, n, t) {
11
+ } }, I = function(i, n, t) {
12
12
  var r = String(i);
13
13
  return !r || r.length >= n ? i : "" + Array(n + 1 - r.length).join(t) + i;
14
- }, K = { s: F, z: function(i) {
14
+ }, K = { s: I, z: function(i) {
15
15
  var n = -i.utcOffset(), t = Math.abs(n), r = Math.floor(t / 60), e = t % 60;
16
- return (n <= 0 ? "+" : "-") + F(r, 2, "0") + ":" + F(e, 2, "0");
16
+ return (n <= 0 ? "+" : "-") + I(r, 2, "0") + ":" + I(e, 2, "0");
17
17
  }, m: function i(n, t) {
18
18
  if (n.date() < t.date()) return -i(t, n);
19
19
  var r = 12 * (t.year() - n.year()) + (t.month() - n.month()), e = n.clone().add(r, M), s = t - e < 0, u = n.clone().add(r + (s ? -1 : 1), M);
@@ -27,7 +27,7 @@ function X() {
27
27
  } }, H = "en", g = {};
28
28
  g[H] = R;
29
29
  var B = "$isDayjsObject", N = function(i) {
30
- return i instanceof I || !(!i || !i[B]);
30
+ return i instanceof J || !(!i || !i[B]);
31
31
  }, C = function i(n, t, r) {
32
32
  var e;
33
33
  if (!n) return H;
@@ -44,12 +44,12 @@ function X() {
44
44
  }, f = function(i, n) {
45
45
  if (N(i)) return i.clone();
46
46
  var t = typeof n == "object" ? n : {};
47
- return t.date = i, t.args = arguments, new I(t);
47
+ return t.date = i, t.args = arguments, new J(t);
48
48
  }, a = K;
49
49
  a.l = C, a.i = N, a.w = function(i, n) {
50
50
  return f(i, { locale: n.$L, utc: n.$u, x: n.$x, $offset: n.$offset });
51
51
  };
52
- var I = function() {
52
+ var J = function() {
53
53
  function i(t) {
54
54
  this.$L = C(t.locale, null, !0), this.parse(t), this.$x = this.$x || t.x || {}, this[B] = !0;
55
55
  }
@@ -147,13 +147,13 @@ function X() {
147
147
  }, n.format = function(t) {
148
148
  var r = this, e = this.$locale();
149
149
  if (!this.isValid()) return e.invalidDate || V;
150
- var s = t || "YYYY-MM-DDTHH:mm:ssZ", u = a.z(this), o = this.$H, c = this.$m, d = this.$M, h = e.weekdays, _ = e.months, k = e.meridiem, w = function($, D, W, J) {
151
- return $ && ($[D] || $(r, s)) || W[D].slice(0, J);
150
+ var s = t || "YYYY-MM-DDTHH:mm:ssZ", u = a.z(this), o = this.$H, c = this.$m, d = this.$M, h = e.weekdays, _ = e.months, k = e.meridiem, w = function($, D, W, F) {
151
+ return $ && ($[D] || $(r, s)) || W[D].slice(0, F);
152
152
  }, T = function($) {
153
153
  return a.s(o % 12 || 12, $, "0");
154
154
  }, b = k || function($, D, W) {
155
- var J = $ < 12 ? "AM" : "PM";
156
- return W ? J.toLowerCase() : J;
155
+ var F = $ < 12 ? "AM" : "PM";
156
+ return W ? F.toLowerCase() : F;
157
157
  };
158
158
  return s.replace(Q, function($, D) {
159
159
  return D || function(W) {
@@ -264,13 +264,13 @@ function X() {
264
264
  }, n.toString = function() {
265
265
  return this.$d.toUTCString();
266
266
  }, i;
267
- }(), E = I.prototype;
267
+ }(), E = J.prototype;
268
268
  return f.prototype = E, [["$ms", Y], ["$s", m], ["$m", O], ["$H", j], ["$W", v], ["$M", M], ["$y", p], ["$D", L]].forEach(function(i) {
269
269
  E[i[1]] = function(n) {
270
270
  return this.$g(n, i[0], i[1]);
271
271
  };
272
272
  }), f.extend = function(i, n) {
273
- return i.$i || (i(n, I, f), i.$i = !0), f;
273
+ return i.$i || (i(n, J, f), i.$i = !0), f;
274
274
  }, f.locale = C, f.isDayjs = N, f.unix = function(i) {
275
275
  return f(1e3 * i);
276
276
  }, f.en = g[H], f.Ls = g, f.p = {}, f;
@@ -1 +1 @@
1
- "use strict";const U=require("./identifier-CWIj084w.cjs");var N={exports:{}},E;function P(){return E||(E=1,function(H,Z){(function(y,l){H.exports=l()})(U.commonjsGlobal,function(){var y=1e3,l=6e4,S=36e5,Y="millisecond",m="second",O="minute",j="hour",v="day",A="week",M="month",z="quarter",p="year",L="date",G="Invalid Date",Q=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,R=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,K={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(i){var n=["th","st","nd","rd"],t=i%100;return"["+i+(n[(t-20)%10]||n[t]||n[0])+"]"}},F=function(i,n,t){var r=String(i);return!r||r.length>=n?i:""+Array(n+1-r.length).join(t)+i},X={s:F,z:function(i){var n=-i.utcOffset(),t=Math.abs(n),r=Math.floor(t/60),e=t%60;return(n<=0?"+":"-")+F(r,2,"0")+":"+F(e,2,"0")},m:function i(n,t){if(n.date()<t.date())return-i(t,n);var r=12*(t.year()-n.year())+(t.month()-n.month()),e=n.clone().add(r,M),s=t-e<0,u=n.clone().add(r+(s?-1:1),M);return+(-(r+(t-e)/(s?e-u:u-e))||0)},a:function(i){return i<0?Math.ceil(i)||0:Math.floor(i)},p:function(i){return{M,y:p,w:A,d:v,D:L,h:j,m:O,s:m,ms:Y,Q:z}[i]||String(i||"").toLowerCase().replace(/s$/,"")},u:function(i){return i===void 0}},x="en",g={};g[x]=K;var V="$isDayjsObject",I=function(i){return i instanceof q||!(!i||!i[V])},C=function i(n,t,r){var e;if(!n)return x;if(typeof n=="string"){var s=n.toLowerCase();g[s]&&(e=s),t&&(g[s]=t,e=s);var u=n.split("-");if(!e&&u.length>1)return i(u[0])}else{var o=n.name;g[o]=n,e=o}return!r&&e&&(x=e),e||!r&&x},f=function(i,n){if(I(i))return i.clone();var t=typeof n=="object"?n:{};return t.date=i,t.args=arguments,new q(t)},a=X;a.l=C,a.i=I,a.w=function(i,n){return f(i,{locale:n.$L,utc:n.$u,x:n.$x,$offset:n.$offset})};var q=function(){function i(t){this.$L=C(t.locale,null,!0),this.parse(t),this.$x=this.$x||t.x||{},this[V]=!0}var n=i.prototype;return n.parse=function(t){this.$d=function(r){var e=r.date,s=r.utc;if(e===null)return new Date(NaN);if(a.u(e))return new Date;if(e instanceof Date)return new Date(e);if(typeof e=="string"&&!/Z$/i.test(e)){var u=e.match(Q);if(u){var o=u[2]-1||0,c=(u[7]||"0").substring(0,3);return s?new Date(Date.UTC(u[1],o,u[3]||1,u[4]||0,u[5]||0,u[6]||0,c)):new Date(u[1],o,u[3]||1,u[4]||0,u[5]||0,u[6]||0,c)}}return new Date(e)}(t),this.init()},n.init=function(){var t=this.$d;this.$y=t.getFullYear(),this.$M=t.getMonth(),this.$D=t.getDate(),this.$W=t.getDay(),this.$H=t.getHours(),this.$m=t.getMinutes(),this.$s=t.getSeconds(),this.$ms=t.getMilliseconds()},n.$utils=function(){return a},n.isValid=function(){return this.$d.toString()!==G},n.isSame=function(t,r){var e=f(t);return this.startOf(r)<=e&&e<=this.endOf(r)},n.isAfter=function(t,r){return f(t)<this.startOf(r)},n.isBefore=function(t,r){return this.endOf(r)<f(t)},n.$g=function(t,r,e){return a.u(t)?this[r]:this.set(e,t)},n.unix=function(){return Math.floor(this.valueOf()/1e3)},n.valueOf=function(){return this.$d.getTime()},n.startOf=function(t,r){var e=this,s=!!a.u(r)||r,u=a.p(t),o=function(b,_){var D=a.w(e.$u?Date.UTC(e.$y,_,b):new Date(e.$y,_,b),e);return s?D:D.endOf(v)},c=function(b,_){return a.w(e.toDate()[b].apply(e.toDate("s"),(s?[0,0,0,0]:[23,59,59,999]).slice(_)),e)},d=this.$W,h=this.$M,$=this.$D,k="set"+(this.$u?"UTC":"");switch(u){case p:return s?o(1,0):o(31,11);case M:return s?o(1,h):o(0,h+1);case A:var w=this.$locale().weekStart||0,T=(d<w?d+7:d)-w;return o(s?$-T:$+(6-T),h);case v:case L:return c(k+"Hours",0);case j:return c(k+"Minutes",1);case O:return c(k+"Seconds",2);case m:return c(k+"Milliseconds",3);default:return this.clone()}},n.endOf=function(t){return this.startOf(t,!1)},n.$set=function(t,r){var e,s=a.p(t),u="set"+(this.$u?"UTC":""),o=(e={},e[v]=u+"Date",e[L]=u+"Date",e[M]=u+"Month",e[p]=u+"FullYear",e[j]=u+"Hours",e[O]=u+"Minutes",e[m]=u+"Seconds",e[Y]=u+"Milliseconds",e)[s],c=s===v?this.$D+(r-this.$W):r;if(s===M||s===p){var d=this.clone().set(L,1);d.$d[o](c),d.init(),this.$d=d.set(L,Math.min(this.$D,d.daysInMonth())).$d}else o&&this.$d[o](c);return this.init(),this},n.set=function(t,r){return this.clone().$set(t,r)},n.get=function(t){return this[a.p(t)]()},n.add=function(t,r){var e,s=this;t=Number(t);var u=a.p(r),o=function(h){var $=f(s);return a.w($.date($.date()+Math.round(h*t)),s)};if(u===M)return this.set(M,this.$M+t);if(u===p)return this.set(p,this.$y+t);if(u===v)return o(1);if(u===A)return o(7);var c=(e={},e[O]=l,e[j]=S,e[m]=y,e)[u]||1,d=this.$d.getTime()+t*c;return a.w(d,this)},n.subtract=function(t,r){return this.add(-1*t,r)},n.format=function(t){var r=this,e=this.$locale();if(!this.isValid())return e.invalidDate||G;var s=t||"YYYY-MM-DDTHH:mm:ssZ",u=a.z(this),o=this.$H,c=this.$m,d=this.$M,h=e.weekdays,$=e.months,k=e.meridiem,w=function(_,D,W,J){return _&&(_[D]||_(r,s))||W[D].slice(0,J)},T=function(_){return a.s(o%12||12,_,"0")},b=k||function(_,D,W){var J=_<12?"AM":"PM";return W?J.toLowerCase():J};return s.replace(R,function(_,D){return D||function(W){switch(W){case"YY":return String(r.$y).slice(-2);case"YYYY":return a.s(r.$y,4,"0");case"M":return d+1;case"MM":return a.s(d+1,2,"0");case"MMM":return w(e.monthsShort,d,$,3);case"MMMM":return w($,d);case"D":return r.$D;case"DD":return a.s(r.$D,2,"0");case"d":return String(r.$W);case"dd":return w(e.weekdaysMin,r.$W,h,2);case"ddd":return w(e.weekdaysShort,r.$W,h,3);case"dddd":return h[r.$W];case"H":return String(o);case"HH":return a.s(o,2,"0");case"h":return T(1);case"hh":return T(2);case"a":return b(o,c,!0);case"A":return b(o,c,!1);case"m":return String(c);case"mm":return a.s(c,2,"0");case"s":return String(r.$s);case"ss":return a.s(r.$s,2,"0");case"SSS":return a.s(r.$ms,3,"0");case"Z":return u}return null}(_)||u.replace(":","")})},n.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},n.diff=function(t,r,e){var s,u=this,o=a.p(r),c=f(t),d=(c.utcOffset()-this.utcOffset())*l,h=this-c,$=function(){return a.m(u,c)};switch(o){case p:s=$()/12;break;case M:s=$();break;case z:s=$()/3;break;case A:s=(h-d)/6048e5;break;case v:s=(h-d)/864e5;break;case j:s=h/S;break;case O:s=h/l;break;case m:s=h/y;break;default:s=h}return e?s:a.a(s)},n.daysInMonth=function(){return this.endOf(M).$D},n.$locale=function(){return g[this.$L]},n.locale=function(t,r){if(!t)return this.$L;var e=this.clone(),s=C(t,r,!0);return s&&(e.$L=s),e},n.clone=function(){return a.w(this.$d,this)},n.toDate=function(){return new Date(this.valueOf())},n.toJSON=function(){return this.isValid()?this.toISOString():null},n.toISOString=function(){return this.$d.toISOString()},n.toString=function(){return this.$d.toUTCString()},i}(),B=q.prototype;return f.prototype=B,[["$ms",Y],["$s",m],["$m",O],["$H",j],["$W",v],["$M",M],["$y",p],["$D",L]].forEach(function(i){B[i[1]]=function(n){return this.$g(n,i[0],i[1])}}),f.extend=function(i,n){return i.$i||(i(n,q,f),i.$i=!0),f},f.locale=C,f.isDayjs=I,f.unix=function(i){return f(1e3*i)},f.en=g[x],f.Ls=g,f.p={},f})}(N)),N.exports}var tt={exports:{}};(function(H,Z){(function(y,l){H.exports=l()})(U.commonjsGlobal,function(){return{name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(y){var l=["th","st","nd","rd"],S=y%100;return"["+y+(l[(S-20)%10]||l[S]||l[0])+"]"}}})})(tt);var et={exports:{}};(function(H,Z){(function(y,l){H.exports=l(P())})(U.commonjsGlobal,function(y){function l(m){return m&&typeof m=="object"&&"default"in m?m:{default:m}}var S=l(y),Y={name:"fr",weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},ordinal:function(m){return""+m+(m===1?"er":"")}};return S.default.locale(Y,null,!0),Y})})(et);exports.requireDayjs_min=P;
1
+ "use strict";const U=require("./identifier-7NboR24y.cjs");var N={exports:{}},E;function P(){return E||(E=1,function(H,Z){(function(y,l){H.exports=l()})(U.commonjsGlobal,function(){var y=1e3,l=6e4,S=36e5,Y="millisecond",m="second",O="minute",j="hour",v="day",A="week",M="month",z="quarter",p="year",L="date",G="Invalid Date",Q=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,R=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,K={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(i){var n=["th","st","nd","rd"],t=i%100;return"["+i+(n[(t-20)%10]||n[t]||n[0])+"]"}},F=function(i,n,t){var r=String(i);return!r||r.length>=n?i:""+Array(n+1-r.length).join(t)+i},X={s:F,z:function(i){var n=-i.utcOffset(),t=Math.abs(n),r=Math.floor(t/60),e=t%60;return(n<=0?"+":"-")+F(r,2,"0")+":"+F(e,2,"0")},m:function i(n,t){if(n.date()<t.date())return-i(t,n);var r=12*(t.year()-n.year())+(t.month()-n.month()),e=n.clone().add(r,M),s=t-e<0,u=n.clone().add(r+(s?-1:1),M);return+(-(r+(t-e)/(s?e-u:u-e))||0)},a:function(i){return i<0?Math.ceil(i)||0:Math.floor(i)},p:function(i){return{M,y:p,w:A,d:v,D:L,h:j,m:O,s:m,ms:Y,Q:z}[i]||String(i||"").toLowerCase().replace(/s$/,"")},u:function(i){return i===void 0}},x="en",g={};g[x]=K;var V="$isDayjsObject",I=function(i){return i instanceof q||!(!i||!i[V])},C=function i(n,t,r){var e;if(!n)return x;if(typeof n=="string"){var s=n.toLowerCase();g[s]&&(e=s),t&&(g[s]=t,e=s);var u=n.split("-");if(!e&&u.length>1)return i(u[0])}else{var o=n.name;g[o]=n,e=o}return!r&&e&&(x=e),e||!r&&x},f=function(i,n){if(I(i))return i.clone();var t=typeof n=="object"?n:{};return t.date=i,t.args=arguments,new q(t)},a=X;a.l=C,a.i=I,a.w=function(i,n){return f(i,{locale:n.$L,utc:n.$u,x:n.$x,$offset:n.$offset})};var q=function(){function i(t){this.$L=C(t.locale,null,!0),this.parse(t),this.$x=this.$x||t.x||{},this[V]=!0}var n=i.prototype;return n.parse=function(t){this.$d=function(r){var e=r.date,s=r.utc;if(e===null)return new Date(NaN);if(a.u(e))return new Date;if(e instanceof Date)return new Date(e);if(typeof e=="string"&&!/Z$/i.test(e)){var u=e.match(Q);if(u){var o=u[2]-1||0,c=(u[7]||"0").substring(0,3);return s?new Date(Date.UTC(u[1],o,u[3]||1,u[4]||0,u[5]||0,u[6]||0,c)):new Date(u[1],o,u[3]||1,u[4]||0,u[5]||0,u[6]||0,c)}}return new Date(e)}(t),this.init()},n.init=function(){var t=this.$d;this.$y=t.getFullYear(),this.$M=t.getMonth(),this.$D=t.getDate(),this.$W=t.getDay(),this.$H=t.getHours(),this.$m=t.getMinutes(),this.$s=t.getSeconds(),this.$ms=t.getMilliseconds()},n.$utils=function(){return a},n.isValid=function(){return this.$d.toString()!==G},n.isSame=function(t,r){var e=f(t);return this.startOf(r)<=e&&e<=this.endOf(r)},n.isAfter=function(t,r){return f(t)<this.startOf(r)},n.isBefore=function(t,r){return this.endOf(r)<f(t)},n.$g=function(t,r,e){return a.u(t)?this[r]:this.set(e,t)},n.unix=function(){return Math.floor(this.valueOf()/1e3)},n.valueOf=function(){return this.$d.getTime()},n.startOf=function(t,r){var e=this,s=!!a.u(r)||r,u=a.p(t),o=function(b,_){var D=a.w(e.$u?Date.UTC(e.$y,_,b):new Date(e.$y,_,b),e);return s?D:D.endOf(v)},c=function(b,_){return a.w(e.toDate()[b].apply(e.toDate("s"),(s?[0,0,0,0]:[23,59,59,999]).slice(_)),e)},d=this.$W,h=this.$M,$=this.$D,k="set"+(this.$u?"UTC":"");switch(u){case p:return s?o(1,0):o(31,11);case M:return s?o(1,h):o(0,h+1);case A:var w=this.$locale().weekStart||0,T=(d<w?d+7:d)-w;return o(s?$-T:$+(6-T),h);case v:case L:return c(k+"Hours",0);case j:return c(k+"Minutes",1);case O:return c(k+"Seconds",2);case m:return c(k+"Milliseconds",3);default:return this.clone()}},n.endOf=function(t){return this.startOf(t,!1)},n.$set=function(t,r){var e,s=a.p(t),u="set"+(this.$u?"UTC":""),o=(e={},e[v]=u+"Date",e[L]=u+"Date",e[M]=u+"Month",e[p]=u+"FullYear",e[j]=u+"Hours",e[O]=u+"Minutes",e[m]=u+"Seconds",e[Y]=u+"Milliseconds",e)[s],c=s===v?this.$D+(r-this.$W):r;if(s===M||s===p){var d=this.clone().set(L,1);d.$d[o](c),d.init(),this.$d=d.set(L,Math.min(this.$D,d.daysInMonth())).$d}else o&&this.$d[o](c);return this.init(),this},n.set=function(t,r){return this.clone().$set(t,r)},n.get=function(t){return this[a.p(t)]()},n.add=function(t,r){var e,s=this;t=Number(t);var u=a.p(r),o=function(h){var $=f(s);return a.w($.date($.date()+Math.round(h*t)),s)};if(u===M)return this.set(M,this.$M+t);if(u===p)return this.set(p,this.$y+t);if(u===v)return o(1);if(u===A)return o(7);var c=(e={},e[O]=l,e[j]=S,e[m]=y,e)[u]||1,d=this.$d.getTime()+t*c;return a.w(d,this)},n.subtract=function(t,r){return this.add(-1*t,r)},n.format=function(t){var r=this,e=this.$locale();if(!this.isValid())return e.invalidDate||G;var s=t||"YYYY-MM-DDTHH:mm:ssZ",u=a.z(this),o=this.$H,c=this.$m,d=this.$M,h=e.weekdays,$=e.months,k=e.meridiem,w=function(_,D,W,J){return _&&(_[D]||_(r,s))||W[D].slice(0,J)},T=function(_){return a.s(o%12||12,_,"0")},b=k||function(_,D,W){var J=_<12?"AM":"PM";return W?J.toLowerCase():J};return s.replace(R,function(_,D){return D||function(W){switch(W){case"YY":return String(r.$y).slice(-2);case"YYYY":return a.s(r.$y,4,"0");case"M":return d+1;case"MM":return a.s(d+1,2,"0");case"MMM":return w(e.monthsShort,d,$,3);case"MMMM":return w($,d);case"D":return r.$D;case"DD":return a.s(r.$D,2,"0");case"d":return String(r.$W);case"dd":return w(e.weekdaysMin,r.$W,h,2);case"ddd":return w(e.weekdaysShort,r.$W,h,3);case"dddd":return h[r.$W];case"H":return String(o);case"HH":return a.s(o,2,"0");case"h":return T(1);case"hh":return T(2);case"a":return b(o,c,!0);case"A":return b(o,c,!1);case"m":return String(c);case"mm":return a.s(c,2,"0");case"s":return String(r.$s);case"ss":return a.s(r.$s,2,"0");case"SSS":return a.s(r.$ms,3,"0");case"Z":return u}return null}(_)||u.replace(":","")})},n.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},n.diff=function(t,r,e){var s,u=this,o=a.p(r),c=f(t),d=(c.utcOffset()-this.utcOffset())*l,h=this-c,$=function(){return a.m(u,c)};switch(o){case p:s=$()/12;break;case M:s=$();break;case z:s=$()/3;break;case A:s=(h-d)/6048e5;break;case v:s=(h-d)/864e5;break;case j:s=h/S;break;case O:s=h/l;break;case m:s=h/y;break;default:s=h}return e?s:a.a(s)},n.daysInMonth=function(){return this.endOf(M).$D},n.$locale=function(){return g[this.$L]},n.locale=function(t,r){if(!t)return this.$L;var e=this.clone(),s=C(t,r,!0);return s&&(e.$L=s),e},n.clone=function(){return a.w(this.$d,this)},n.toDate=function(){return new Date(this.valueOf())},n.toJSON=function(){return this.isValid()?this.toISOString():null},n.toISOString=function(){return this.$d.toISOString()},n.toString=function(){return this.$d.toUTCString()},i}(),B=q.prototype;return f.prototype=B,[["$ms",Y],["$s",m],["$m",O],["$H",j],["$W",v],["$M",M],["$y",p],["$D",L]].forEach(function(i){B[i[1]]=function(n){return this.$g(n,i[0],i[1])}}),f.extend=function(i,n){return i.$i||(i(n,q,f),i.$i=!0),f},f.locale=C,f.isDayjs=I,f.unix=function(i){return f(1e3*i)},f.en=g[x],f.Ls=g,f.p={},f})}(N)),N.exports}var tt={exports:{}};(function(H,Z){(function(y,l){H.exports=l()})(U.commonjsGlobal,function(){return{name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(y){var l=["th","st","nd","rd"],S=y%100;return"["+y+(l[(S-20)%10]||l[S]||l[0])+"]"}}})})(tt);var et={exports:{}};(function(H,Z){(function(y,l){H.exports=l(P())})(U.commonjsGlobal,function(y){function l(m){return m&&typeof m=="object"&&"default"in m?m:{default:m}}var S=l(y),Y={name:"fr",weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},ordinal:function(m){return""+m+(m===1?"er":"")}};return S.default.locale(Y,null,!0),Y})})(et);exports.requireDayjs_min=P;