@konstructio/ui 0.1.2-alpha.5 → 0.1.2-alpha.50

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 (203) hide show
  1. package/dist/{Combination-VYaRRJBZ.js → Combination-BtmnusWq.js} +141 -138
  2. package/dist/DatePicker.css +1 -1
  3. package/dist/Modal-CjC-CIJ8.js +99 -0
  4. package/dist/assets/icons/index.js +7 -0
  5. package/dist/chevron-down-DgT-uSF9.js +5 -0
  6. package/dist/chevron-right-DYvXLeql.js +7 -0
  7. package/dist/chevron-up-DEfvgPCw.js +54 -0
  8. package/dist/chevron-up-DrQr2Fwd.js +5 -0
  9. package/dist/components/Alert/Alert.js +2 -2
  10. package/dist/components/AlertDialog/AlertDialog.js +81 -53
  11. package/dist/components/AlertDialog/components/AlertDialogTrigger.js +3 -2
  12. package/dist/components/AlertDialog/components/index.js +1 -1
  13. package/dist/components/Badge/Badge.js +41 -44
  14. package/dist/components/Badge/Badge.variants.js +52 -13
  15. package/dist/components/Breadcrumb/Breadcrumb.js +1 -1
  16. package/dist/components/Breadcrumb/Breadcrumb.variants.js +3 -3
  17. package/dist/components/Breadcrumb/components/Item/Item.js +22 -22
  18. package/dist/components/Breadcrumb/components/Item/Item.variants.js +25 -14
  19. package/dist/components/Breadcrumb/hooks/useBreadcrumb.js +1 -1
  20. package/dist/components/Button/Button.js +1 -1
  21. package/dist/components/Button/Button.variants.js +108 -98
  22. package/dist/components/Card/Card.variants.js +7 -12
  23. package/dist/components/Checkbox/Checkbox.js +108 -105
  24. package/dist/components/Checkbox/Checkbox.variants.js +34 -7
  25. package/dist/components/Command/Command.js +2 -2
  26. package/dist/components/Command/components/Command.js +1 -1
  27. package/dist/components/Command/components/CommandEmpty.js +1 -1
  28. package/dist/components/Command/components/CommandGroup.js +1 -1
  29. package/dist/components/Command/components/CommandInput.js +2 -2
  30. package/dist/components/Command/components/CommandItem.js +1 -1
  31. package/dist/components/Command/components/CommandList.js +1 -1
  32. package/dist/components/Command/components/CommandSeparator.js +1 -1
  33. package/dist/components/Command/components/DialogContent.js +2 -2
  34. package/dist/components/Command/components/DialogOverlay.js +1 -1
  35. package/dist/components/Counter/Counter.js +210 -0
  36. package/dist/components/Counter/Counter.variants.js +70 -0
  37. package/dist/components/Datepicker/DatePicker.js +1587 -1353
  38. package/dist/components/Divider/Divider.variants.js +1 -1
  39. package/dist/components/DropdownButton/DropdownButton.js +1 -1
  40. package/dist/components/Filter/Filter.js +1 -1
  41. package/dist/components/Filter/Filter.variants.js +8 -7
  42. package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.js +71 -45
  43. package/dist/components/Filter/components/DateFilterDropdown/DateFilterDropdown.hook.js +2 -2
  44. package/dist/components/Filter/components/DateFilterDropdown/DateFilterDropdown.js +76 -43
  45. package/dist/components/Filter/components/ResetButton/ResetButton.js +15 -12
  46. package/dist/components/Filter/events/index.js +3 -3
  47. package/dist/components/ImageUpload/ImageUpload.js +221 -0
  48. package/dist/components/ImageUpload/ImageUpload.variants.js +109 -0
  49. package/dist/components/Input/Input.js +185 -118
  50. package/dist/components/Input/Input.variants.js +24 -19
  51. package/dist/components/Loading/Loading.js +1 -7
  52. package/dist/components/Modal/Modal.js +2 -2
  53. package/dist/components/Modal/components/Body/Body.js +1 -1
  54. package/dist/components/Modal/components/Footer/Footer.js +1 -1
  55. package/dist/components/Modal/components/Header/Header.js +1 -1
  56. package/dist/components/Modal/components/Wrapper/Wrapper.js +4 -4
  57. package/dist/components/Modal/components/index.js +1 -1
  58. package/dist/components/MultiSelectDropdown/MultiSelectDropdown.js +34 -0
  59. package/dist/components/MultiSelectDropdown/MultiSelectDropdown.variants.js +30 -0
  60. package/dist/components/MultiSelectDropdown/components/Item/Item.js +30 -0
  61. package/dist/components/MultiSelectDropdown/components/Item/Item.variants.js +38 -0
  62. package/dist/components/MultiSelectDropdown/components/List/List.js +30 -0
  63. package/dist/components/MultiSelectDropdown/components/List/List.variants.js +25 -0
  64. package/dist/components/MultiSelectDropdown/components/Wrapper/Wrapper.js +119 -0
  65. package/dist/components/MultiSelectDropdown/components/index.js +8 -0
  66. package/dist/components/MultiSelectDropdown/contexts/MultiSelectDropdown.context.js +21 -0
  67. package/dist/components/MultiSelectDropdown/contexts/MultiSelectDropdown.hook.js +13 -0
  68. package/dist/components/MultiSelectDropdown/contexts/MultiSelectDropdown.provider.js +138 -0
  69. package/dist/components/MultiSelectDropdown/contexts/index.js +6 -0
  70. package/dist/components/MultiSelectDropdown/hooks/useMultiSelectDropdown.js +32 -0
  71. package/dist/components/PhoneNumberInput/PhoneNumberInput.js +8 -0
  72. package/dist/components/PhoneNumberInput/PhoneNumberInput.variants.js +46 -0
  73. package/dist/components/PhoneNumberInput/components/FlagContent/FlagContent.js +36 -0
  74. package/dist/components/PhoneNumberInput/components/FlagSelectorList/FlagSelectorList.js +690 -0
  75. package/dist/components/PhoneNumberInput/components/FlagSelectorWrapper/FlagSelectorWrapper.js +60 -0
  76. package/dist/components/PhoneNumberInput/components/TruncateText/TruncateText.js +45 -0
  77. package/dist/components/PhoneNumberInput/components/Wrapper.js +651 -0
  78. package/dist/components/PhoneNumberInput/components/index.js +6 -0
  79. package/dist/components/PhoneNumberInput/contexts/index.js +8 -0
  80. package/dist/components/PhoneNumberInput/contexts/phone-number.context.js +28 -0
  81. package/dist/components/PhoneNumberInput/contexts/phone-number.hook.js +13 -0
  82. package/dist/components/PhoneNumberInput/contexts/phone-number.provider.js +6144 -0
  83. package/dist/components/PhoneNumberInput/utils/index.js +11 -0
  84. package/dist/components/PieChart/PieChart.js +463 -482
  85. package/dist/components/Radio/Radio.js +47 -44
  86. package/dist/components/Radio/Radio.variants.js +12 -8
  87. package/dist/components/RadioCard/RadioCard.variants.js +1 -6
  88. package/dist/components/RadioGroup/RadioGroup.js +10 -10
  89. package/dist/components/Range/Range.js +1 -1
  90. package/dist/components/Select/Select.js +48 -0
  91. package/dist/components/{Dropdown/Dropdown.variants.js → Select/Select.variants.js} +17 -11
  92. package/dist/components/Select/components/List/List.js +172 -0
  93. package/dist/components/{Dropdown → Select}/components/List/List.variants.js +11 -8
  94. package/dist/components/Select/components/ListItem/ListItem.js +117 -0
  95. package/dist/components/{Dropdown → Select}/components/ListItem/ListItem.variants.js +5 -4
  96. package/dist/components/Select/components/Wrapper.js +226 -0
  97. package/dist/components/Select/constants/index.js +4 -0
  98. package/dist/components/Select/constants/pagination.js +4 -0
  99. package/dist/components/Select/contexts/index.js +6 -0
  100. package/dist/components/Select/contexts/select.context.js +36 -0
  101. package/dist/components/Select/contexts/select.hook.js +11 -0
  102. package/dist/components/Select/contexts/select.provider.js +58 -0
  103. package/dist/components/Select/hooks/useNavigationList.js +50 -0
  104. package/dist/components/Select/hooks/useSelect.js +103 -0
  105. package/dist/components/Sidebar/Sidebar.variants.js +2 -2
  106. package/dist/components/Slider/Slider.js +1 -1
  107. package/dist/components/Switch/Switch.js +156 -129
  108. package/dist/components/Switch/Switch.variants.js +19 -10
  109. package/dist/components/Tabs/Tabs.js +1 -1
  110. package/dist/components/Tabs/Tabs.variants.js +4 -3
  111. package/dist/components/Tabs/components/Content.js +1 -1
  112. package/dist/components/Tabs/components/List.js +1 -1
  113. package/dist/components/Tabs/components/Trigger.js +1 -1
  114. package/dist/components/Tag/Tag.js +1 -1
  115. package/dist/components/Tag/Tag.variants.js +1 -0
  116. package/dist/components/TagSelect/components/Wrapper/Wrapper.js +49 -98
  117. package/dist/components/TimePicker/TimePicker.js +1 -1
  118. package/dist/components/TimePicker/TimePicker.variants.js +26 -14
  119. package/dist/components/TimePicker/components/MeridianList/MeridianList.js +30 -20
  120. package/dist/components/TimePicker/components/Wrapper/Wrapper.js +57 -35
  121. package/dist/components/TimePicker/components/WrapperList/WrapperList.js +53 -45
  122. package/dist/components/Toast/Toast.js +283 -256
  123. package/dist/components/Toast/Toast.variants.js +37 -24
  124. package/dist/components/Tooltip/Tooltip.js +15 -14
  125. package/dist/components/Tooltip/Tooltip.variants.js +5 -4
  126. package/dist/components/Typography/Typography.js +23 -25
  127. package/dist/components/Typography/Typography.variants.js +55 -52
  128. package/dist/components/VirtualizedTable/VirtualizedTable.js +97 -71
  129. package/dist/components/VirtualizedTable/components/Actions/Actions.js +95 -33
  130. package/dist/components/VirtualizedTable/components/Body/Body.js +73 -21
  131. package/dist/components/VirtualizedTable/components/DotPaginate/DotPaginate.js +94 -91
  132. package/dist/components/VirtualizedTable/components/DropdownPaginate/DropdownPaginate.js +20 -20
  133. package/dist/components/VirtualizedTable/components/Filter/Filter.js +61 -44
  134. package/dist/components/VirtualizedTable/components/FormPaginate/FormPaginate.js +33 -21
  135. package/dist/components/VirtualizedTable/components/Header/Header.js +61 -41
  136. package/dist/components/VirtualizedTable/components/Pagination/Pagination.js +43 -22
  137. package/dist/components/VirtualizedTable/components/Skeleton/Skeleton.js +106 -0
  138. package/dist/components/VirtualizedTable/components/TruncateText/TruncateText.js +22 -1858
  139. package/dist/components/VirtualizedTable/components/WrapperBody/WrapperBody.js +27 -0
  140. package/dist/components/VirtualizedTable/components/index.js +8 -6
  141. package/dist/components/VirtualizedTable/contexts/table.context.js +1 -0
  142. package/dist/components/VirtualizedTable/contexts/table.provider.js +68 -761
  143. package/dist/components/index.js +94 -86
  144. package/dist/contexts/theme.provider.js +0 -1
  145. package/dist/{createLucideIcon-D2CN7Ma9.js → createLucideIcon-D4r5Phnh.js} +0 -24
  146. package/dist/ellipsis-vertical-BVPtjl5f.js +9 -0
  147. package/dist/{index-C1g_chDT.js → index-AV6ZtGhy.js} +2 -2
  148. package/dist/index-BG8O18ZY.js +93 -0
  149. package/dist/index-BKjcReYh.js +55 -0
  150. package/dist/{index-N2OStZoU.js → index-BOE_3f_Z.js} +4 -25
  151. package/dist/{index-Cd2vhaop.js → index-BlSRBdPy.js} +5 -6
  152. package/dist/index-BmVmDQGH.js +662 -0
  153. package/dist/index-BvoZGpli.js +60 -0
  154. package/dist/index-Byr10W8m.js +1873 -0
  155. package/dist/{index-Dx2grAuN.js → index-CSWGJT-v.js} +0 -20
  156. package/dist/index-CeZcoQDw.js +479 -0
  157. package/dist/index-D6KzX_ef.js +135 -0
  158. package/dist/{index-B7t8D14s.js → index-D9SSJ6om.js} +4 -4
  159. package/dist/index-DKfEnhKr.js +200 -0
  160. package/dist/index-DLcqcWxM.js +29 -0
  161. package/dist/{index-ti1b9kqV.js → index-DMb4KD0b.js} +4 -4
  162. package/dist/{index-BAEWsOG1.js → index-DtEcCIrM.js} +1 -1
  163. package/dist/{index-bwWKd82e.js → index-Dy59FQl5.js} +1 -1
  164. package/dist/{index-C84F4YyO.js → index-gSPwC-1I.js} +10 -11
  165. package/dist/{index-Bnb0ezr3.js → index-vcSp8YRZ.js} +11 -12
  166. package/dist/index.d.ts +2142 -99
  167. package/dist/index.js +116 -106
  168. package/dist/libphonenumber-FTwQ9nyV.js +11549 -0
  169. package/dist/loader-juvMSJ9L.js +5 -0
  170. package/dist/package.json +43 -33
  171. package/dist/styles.css +1 -1
  172. package/dist/ui/civo-theme.css +194 -168
  173. package/dist/ui/theme.css +27 -0
  174. package/dist/{useBreadcrumb-B8DnuqkR.js → useBreadcrumb-BAHbGQ_O.js} +0 -10
  175. package/dist/utils/index.js +534 -501
  176. package/dist/x-BXShoIAM.js +8 -0
  177. package/dist/{x-4F_5p77m.js → x-Eoa9FJjA.js} +1 -1
  178. package/package.json +43 -33
  179. package/dist/Modal-D-NOEWMX.js +0 -98
  180. package/dist/chevron-down-MZvQoT2F.js +0 -11
  181. package/dist/chevron-right-VYBOBhRt.js +0 -19
  182. package/dist/components/Dropdown/Dropdown.js +0 -42
  183. package/dist/components/Dropdown/components/List/List.js +0 -79
  184. package/dist/components/Dropdown/components/ListItem/ListItem.js +0 -67
  185. package/dist/components/Dropdown/components/Wrapper.js +0 -205
  186. package/dist/components/Dropdown/contexts/dropdown.context.js +0 -19
  187. package/dist/components/Dropdown/contexts/dropdown.hook.js +0 -13
  188. package/dist/components/Dropdown/contexts/dropdown.provider.js +0 -30
  189. package/dist/components/Dropdown/contexts/index.js +0 -6
  190. package/dist/components/Dropdown/hooks/useDropdown.js +0 -58
  191. package/dist/components/Dropdown/hooks/useNavigationList.js +0 -62
  192. package/dist/components/NumberInput/NumberInput.js +0 -179
  193. package/dist/components/NumberInput/NumberInput.variants.js +0 -50
  194. package/dist/components/TimePicker/components/WrapperList/WrapperList.variants.js +0 -16
  195. package/dist/index-BITvcJAz.js +0 -423
  196. package/dist/index-BfXxHr_2.js +0 -125
  197. package/dist/index-Cvx4lqTq.js +0 -47
  198. package/dist/index-DBbEcSUG.js +0 -31
  199. package/dist/index-DQH6odE9.js +0 -82
  200. package/dist/index-DzIBBMjs.js +0 -436
  201. package/dist/index-os7vysFS.js +0 -131
  202. /package/dist/components/{Dropdown → Select}/components/EmptyList.js +0 -0
  203. /package/dist/components/{Dropdown → Select}/components/index.js +0 -0
@@ -1,202 +1,202 @@
1
- import { jsx as Ee } from "react/jsx-runtime";
2
- import d, { createContext as sn, useContext as an, useCallback as j, useRef as ke, useLayoutEffect as cn, useState as De, useEffect as un, useMemo as Pe } from "react";
3
- import { cn as ue } from "../../utils/index.js";
4
- import { datePickerVariants as fn } from "./DatePicker.variants.js";
5
- import { C as ln, a as dn } from "../../chevron-right-VYBOBhRt.js";
6
- import '../../DatePicker.css';function hn(e, t, n = "long") {
1
+ import { jsx as qe } from "react/jsx-runtime";
2
+ import h, { createContext as vn, useContext as Wn, useCallback as q, useRef as Se, useLayoutEffect as Sn, useState as Ce, useEffect as Nn, useMemo as Ne } from "react";
3
+ import { cn as V } from "../../utils/index.js";
4
+ import { datePickerVariants as Cn } from "./DatePicker.variants.js";
5
+ import { C as xn, a as Yn } from "../../chevron-right-DYvXLeql.js";
6
+ import '../../DatePicker.css';function Tn(e, t, r = "long") {
7
7
  return new Intl.DateTimeFormat("en-US", {
8
8
  // Enforces engine to render the time. Without the option JavaScriptCore omits it.
9
9
  hour: "numeric",
10
10
  timeZone: e,
11
- timeZoneName: n
11
+ timeZoneName: r
12
12
  }).format(t).split(/\s/g).slice(2).join(" ");
13
13
  }
14
- const mn = {}, de = {};
15
- function ne(e, t) {
14
+ const Pn = {}, ge = {};
15
+ function ie(e, t) {
16
16
  try {
17
- const r = (mn[e] ||= new Intl.DateTimeFormat("en-US", {
17
+ const n = (Pn[e] ||= new Intl.DateTimeFormat("en-US", {
18
18
  timeZone: e,
19
19
  timeZoneName: "longOffset"
20
20
  }).format)(t).split("GMT")[1];
21
- return r in de ? de[r] : Le(r, r.split(":"));
21
+ return n in ge ? ge[n] : it(n, n.split(":"));
22
22
  } catch {
23
- if (e in de) return de[e];
24
- const n = e?.match(yn);
25
- return n ? Le(e, n.slice(1)) : NaN;
23
+ if (e in ge) return ge[e];
24
+ const r = e?.match(En);
25
+ return r ? it(e, r.slice(1)) : NaN;
26
26
  }
27
27
  }
28
- const yn = /([+-]\d\d):?(\d\d)?/;
29
- function Le(e, t) {
30
- const n = +(t[0] || 0), r = +(t[1] || 0), o = +(t[2] || 0) / 60;
31
- return de[e] = n * 60 + r > 0 ? n * 60 + r + o : n * 60 - r - o;
28
+ const En = /([+-]\d\d):?(\d\d)?/;
29
+ function it(e, t) {
30
+ const r = +(t[0] || 0), n = +(t[1] || 0), o = +(t[2] || 0) / 60;
31
+ return ge[e] = r * 60 + n > 0 ? r * 60 + n + o : r * 60 - n - o;
32
32
  }
33
- class X extends Date {
33
+ class J extends Date {
34
34
  //#region static
35
35
  constructor(...t) {
36
- super(), t.length > 1 && typeof t[t.length - 1] == "string" && (this.timeZone = t.pop()), this.internal = /* @__PURE__ */ new Date(), isNaN(ne(this.timeZone, this)) ? this.setTime(NaN) : t.length ? typeof t[0] == "number" && (t.length === 1 || t.length === 2 && typeof t[1] != "number") ? this.setTime(t[0]) : typeof t[0] == "string" ? this.setTime(+new Date(t[0])) : t[0] instanceof Date ? this.setTime(+t[0]) : (this.setTime(+new Date(...t)), st(this), He(this)) : this.setTime(Date.now());
36
+ super(), t.length > 1 && typeof t[t.length - 1] == "string" && (this.timeZone = t.pop()), this.internal = /* @__PURE__ */ new Date(), isNaN(ie(this.timeZone, this)) ? this.setTime(NaN) : t.length ? typeof t[0] == "number" && (t.length === 1 || t.length === 2 && typeof t[1] != "number") ? this.setTime(t[0]) : typeof t[0] == "string" ? this.setTime(+new Date(t[0])) : t[0] instanceof Date ? this.setTime(+t[0]) : (this.setTime(+new Date(...t)), Mt(this), Qe(this)) : this.setTime(Date.now());
37
37
  }
38
- static tz(t, ...n) {
39
- return n.length ? new X(...n, t) : new X(Date.now(), t);
38
+ static tz(t, ...r) {
39
+ return r.length ? new J(...r, t) : new J(Date.now(), t);
40
40
  }
41
41
  //#endregion
42
42
  //#region time zone
43
43
  withTimeZone(t) {
44
- return new X(+this, t);
44
+ return new J(+this, t);
45
45
  }
46
46
  getTimezoneOffset() {
47
- const t = -ne(this.timeZone, this);
47
+ const t = -ie(this.timeZone, this);
48
48
  return t > 0 ? Math.floor(t) : Math.ceil(t);
49
49
  }
50
50
  //#endregion
51
51
  //#region time
52
52
  setTime(t) {
53
- return Date.prototype.setTime.apply(this, arguments), He(this), +this;
53
+ return Date.prototype.setTime.apply(this, arguments), Qe(this), +this;
54
54
  }
55
55
  //#endregion
56
56
  //#region date-fns integration
57
- [Symbol.for("constructDateFrom")](t) {
58
- return new X(+new Date(t), this.timeZone);
57
+ [/* @__PURE__ */ Symbol.for("constructDateFrom")](t) {
58
+ return new J(+new Date(t), this.timeZone);
59
59
  }
60
60
  //#endregion
61
61
  }
62
- const Qe = /^(get|set)(?!UTC)/;
62
+ const ct = /^(get|set)(?!UTC)/;
63
63
  Object.getOwnPropertyNames(Date.prototype).forEach((e) => {
64
- if (!Qe.test(e)) return;
65
- const t = e.replace(Qe, "$1UTC");
66
- X.prototype[t] && (e.startsWith("get") ? X.prototype[e] = function() {
64
+ if (!ct.test(e)) return;
65
+ const t = e.replace(ct, "$1UTC");
66
+ J.prototype[t] && (e.startsWith("get") ? J.prototype[e] = function() {
67
67
  return this.internal[t]();
68
- } : (X.prototype[e] = function() {
69
- return Date.prototype[t].apply(this.internal, arguments), gn(this), +this;
70
- }, X.prototype[t] = function() {
71
- return Date.prototype[t].apply(this, arguments), He(this), +this;
68
+ } : (J.prototype[e] = function() {
69
+ return Date.prototype[t].apply(this.internal, arguments), _n(this), +this;
70
+ }, J.prototype[t] = function() {
71
+ return Date.prototype[t].apply(this, arguments), Qe(this), +this;
72
72
  }));
73
73
  });
74
- function He(e) {
75
- e.internal.setTime(+e), e.internal.setUTCSeconds(e.internal.getUTCSeconds() - Math.round(-ne(e.timeZone, e) * 60));
76
- }
77
- function gn(e) {
78
- Date.prototype.setFullYear.call(e, e.internal.getUTCFullYear(), e.internal.getUTCMonth(), e.internal.getUTCDate()), Date.prototype.setHours.call(e, e.internal.getUTCHours(), e.internal.getUTCMinutes(), e.internal.getUTCSeconds(), e.internal.getUTCMilliseconds()), st(e);
79
- }
80
- function st(e) {
81
- const t = ne(e.timeZone, e), n = t > 0 ? Math.floor(t) : Math.ceil(t), r = /* @__PURE__ */ new Date(+e);
82
- r.setUTCHours(r.getUTCHours() - 1);
83
- const o = -(/* @__PURE__ */ new Date(+e)).getTimezoneOffset(), s = -(/* @__PURE__ */ new Date(+r)).getTimezoneOffset(), i = o - s, a = Date.prototype.getHours.apply(e) !== e.internal.getUTCHours();
84
- i && a && e.internal.setUTCMinutes(e.internal.getUTCMinutes() + i);
85
- const c = o - n;
74
+ function Qe(e) {
75
+ e.internal.setTime(+e), e.internal.setUTCSeconds(e.internal.getUTCSeconds() - Math.round(-ie(e.timeZone, e) * 60));
76
+ }
77
+ function _n(e) {
78
+ Date.prototype.setFullYear.call(e, e.internal.getUTCFullYear(), e.internal.getUTCMonth(), e.internal.getUTCDate()), Date.prototype.setHours.call(e, e.internal.getUTCHours(), e.internal.getUTCMinutes(), e.internal.getUTCSeconds(), e.internal.getUTCMilliseconds()), Mt(e);
79
+ }
80
+ function Mt(e) {
81
+ const t = ie(e.timeZone, e), r = t > 0 ? Math.floor(t) : Math.ceil(t), n = /* @__PURE__ */ new Date(+e);
82
+ n.setUTCHours(n.getUTCHours() - 1);
83
+ const o = -(/* @__PURE__ */ new Date(+e)).getTimezoneOffset(), i = -(/* @__PURE__ */ new Date(+n)).getTimezoneOffset(), a = o - i, s = Date.prototype.getHours.apply(e) !== e.internal.getUTCHours();
84
+ a && s && e.internal.setUTCMinutes(e.internal.getUTCMinutes() + a);
85
+ const c = o - r;
86
86
  c && Date.prototype.setUTCMinutes.call(e, Date.prototype.getUTCMinutes.call(e) + c);
87
- const f = /* @__PURE__ */ new Date(+e);
88
- f.setUTCSeconds(0);
89
- const l = o > 0 ? f.getSeconds() : (f.getSeconds() - 60) % 60, u = Math.round(-(ne(e.timeZone, e) * 60)) % 60;
90
- (u || l) && (e.internal.setUTCSeconds(e.internal.getUTCSeconds() + u), Date.prototype.setUTCSeconds.call(e, Date.prototype.getUTCSeconds.call(e) + u + l));
91
- const h = ne(e.timeZone, e), g = h > 0 ? Math.floor(h) : Math.ceil(h), W = -(/* @__PURE__ */ new Date(+e)).getTimezoneOffset() - g, M = g !== n, O = W - c;
92
- if (M && O) {
93
- Date.prototype.setUTCMinutes.call(e, Date.prototype.getUTCMinutes.call(e) + O);
94
- const C = ne(e.timeZone, e), p = C > 0 ? Math.floor(C) : Math.ceil(C), T = g - p;
95
- T && (e.internal.setUTCMinutes(e.internal.getUTCMinutes() + T), Date.prototype.setUTCMinutes.call(e, Date.prototype.getUTCMinutes.call(e) + T));
87
+ const u = /* @__PURE__ */ new Date(+e);
88
+ u.setUTCSeconds(0);
89
+ const f = o > 0 ? u.getSeconds() : (u.getSeconds() - 60) % 60, l = Math.round(-(ie(e.timeZone, e) * 60)) % 60;
90
+ (l || f) && (e.internal.setUTCSeconds(e.internal.getUTCSeconds() + l), Date.prototype.setUTCSeconds.call(e, Date.prototype.getUTCSeconds.call(e) + l + f));
91
+ const d = ie(e.timeZone, e), w = d > 0 ? Math.floor(d) : Math.ceil(d), N = -(/* @__PURE__ */ new Date(+e)).getTimezoneOffset() - w, k = w !== r, v = N - c;
92
+ if (k && v) {
93
+ Date.prototype.setUTCMinutes.call(e, Date.prototype.getUTCMinutes.call(e) + v);
94
+ const Y = ie(e.timeZone, e), p = Y > 0 ? Math.floor(Y) : Math.ceil(Y), D = w - p;
95
+ D && (e.internal.setUTCMinutes(e.internal.getUTCMinutes() + D), Date.prototype.setUTCMinutes.call(e, Date.prototype.getUTCMinutes.call(e) + D));
96
96
  }
97
97
  }
98
- class I extends X {
98
+ class H extends J {
99
99
  //#region static
100
- static tz(t, ...n) {
101
- return n.length ? new I(...n, t) : new I(Date.now(), t);
100
+ static tz(t, ...r) {
101
+ return r.length ? new H(...r, t) : new H(Date.now(), t);
102
102
  }
103
103
  //#endregion
104
104
  //#region representation
105
105
  toISOString() {
106
- const [t, n, r] = this.tzComponents(), o = `${t}${n}:${r}`;
106
+ const [t, r, n] = this.tzComponents(), o = `${t}${r}:${n}`;
107
107
  return this.internal.toISOString().slice(0, -1) + o;
108
108
  }
109
109
  toString() {
110
110
  return `${this.toDateString()} ${this.toTimeString()}`;
111
111
  }
112
112
  toDateString() {
113
- const [t, n, r, o] = this.internal.toUTCString().split(" ");
114
- return `${t?.slice(0, -1)} ${r} ${n} ${o}`;
113
+ const [t, r, n, o] = this.internal.toUTCString().split(" ");
114
+ return `${t?.slice(0, -1)} ${n} ${r} ${o}`;
115
115
  }
116
116
  toTimeString() {
117
- const t = this.internal.toUTCString().split(" ")[4], [n, r, o] = this.tzComponents();
118
- return `${t} GMT${n}${r}${o} (${hn(this.timeZone, this)})`;
117
+ const t = this.internal.toUTCString().split(" ")[4], [r, n, o] = this.tzComponents();
118
+ return `${t} GMT${r}${n}${o} (${Tn(this.timeZone, this)})`;
119
119
  }
120
- toLocaleString(t, n) {
120
+ toLocaleString(t, r) {
121
121
  return Date.prototype.toLocaleString.call(this, t, {
122
- ...n,
123
- timeZone: n?.timeZone || this.timeZone
122
+ ...r,
123
+ timeZone: r?.timeZone || this.timeZone
124
124
  });
125
125
  }
126
- toLocaleDateString(t, n) {
126
+ toLocaleDateString(t, r) {
127
127
  return Date.prototype.toLocaleDateString.call(this, t, {
128
- ...n,
129
- timeZone: n?.timeZone || this.timeZone
128
+ ...r,
129
+ timeZone: r?.timeZone || this.timeZone
130
130
  });
131
131
  }
132
- toLocaleTimeString(t, n) {
132
+ toLocaleTimeString(t, r) {
133
133
  return Date.prototype.toLocaleTimeString.call(this, t, {
134
- ...n,
135
- timeZone: n?.timeZone || this.timeZone
134
+ ...r,
135
+ timeZone: r?.timeZone || this.timeZone
136
136
  });
137
137
  }
138
138
  //#endregion
139
139
  //#region private
140
140
  tzComponents() {
141
- const t = this.getTimezoneOffset(), n = t > 0 ? "-" : "+", r = String(Math.floor(Math.abs(t) / 60)).padStart(2, "0"), o = String(Math.abs(t) % 60).padStart(2, "0");
142
- return [n, r, o];
141
+ const t = this.getTimezoneOffset(), r = t > 0 ? "-" : "+", n = String(Math.floor(Math.abs(t) / 60)).padStart(2, "0"), o = String(Math.abs(t) % 60).padStart(2, "0");
142
+ return [r, n, o];
143
143
  }
144
144
  //#endregion
145
145
  withTimeZone(t) {
146
- return new I(+this, t);
146
+ return new H(+this, t);
147
147
  }
148
148
  //#region date-fns integration
149
- [Symbol.for("constructDateFrom")](t) {
150
- return new I(+new Date(t), this.timeZone);
149
+ [/* @__PURE__ */ Symbol.for("constructDateFrom")](t) {
150
+ return new H(+new Date(t), this.timeZone);
151
151
  }
152
152
  //#endregion
153
153
  }
154
- const at = 6048e5, pn = 864e5, Xe = Symbol.for("constructDateFrom");
155
- function F(e, t) {
156
- return typeof e == "function" ? e(t) : e && typeof e == "object" && Xe in e ? e[Xe](t) : e instanceof Date ? new e.constructor(t) : new Date(t);
154
+ const kt = 6048e5, Fn = 864e5, ut = /* @__PURE__ */ Symbol.for("constructDateFrom");
155
+ function B(e, t) {
156
+ return typeof e == "function" ? e(t) : e && typeof e == "object" && ut in e ? e[ut](t) : e instanceof Date ? new e.constructor(t) : new Date(t);
157
157
  }
158
- function Y(e, t) {
159
- return F(t || e, e);
158
+ function P(e, t) {
159
+ return B(t || e, e);
160
160
  }
161
- function it(e, t, n) {
162
- const r = Y(e, n?.in);
163
- return isNaN(t) ? F(e, NaN) : (t && r.setDate(r.getDate() + t), r);
161
+ function Dt(e, t, r) {
162
+ const n = P(e, r?.in);
163
+ return isNaN(t) ? B(e, NaN) : (t && n.setDate(n.getDate() + t), n);
164
164
  }
165
- function ct(e, t, n) {
166
- const r = Y(e, n?.in);
167
- if (isNaN(t)) return F(e, NaN);
165
+ function Ot(e, t, r) {
166
+ const n = P(e, r?.in);
167
+ if (isNaN(t)) return B(e, NaN);
168
168
  if (!t)
169
- return r;
170
- const o = r.getDate(), s = F(e, r.getTime());
171
- s.setMonth(r.getMonth() + t + 1, 0);
172
- const i = s.getDate();
173
- return o >= i ? s : (r.setFullYear(
174
- s.getFullYear(),
175
- s.getMonth(),
169
+ return n;
170
+ const o = n.getDate(), i = B(e, n.getTime());
171
+ i.setMonth(n.getMonth() + t + 1, 0);
172
+ const a = i.getDate();
173
+ return o >= a ? i : (n.setFullYear(
174
+ i.getFullYear(),
175
+ i.getMonth(),
176
176
  o
177
- ), r);
177
+ ), n);
178
178
  }
179
- let wn = {};
180
- function ye() {
181
- return wn;
179
+ let Bn = {};
180
+ function Me() {
181
+ return Bn;
182
182
  }
183
- function ie(e, t) {
184
- const n = ye(), r = t?.weekStartsOn ?? t?.locale?.options?.weekStartsOn ?? n.weekStartsOn ?? n.locale?.options?.weekStartsOn ?? 0, o = Y(e, t?.in), s = o.getDay(), i = (s < r ? 7 : 0) + s - r;
185
- return o.setDate(o.getDate() - i), o.setHours(0, 0, 0, 0), o;
186
- }
187
- function he(e, t) {
188
- return ie(e, { ...t, weekStartsOn: 1 });
189
- }
190
- function ut(e, t) {
191
- const n = Y(e, t?.in), r = n.getFullYear(), o = F(n, 0);
192
- o.setFullYear(r + 1, 0, 4), o.setHours(0, 0, 0, 0);
193
- const s = he(o), i = F(n, 0);
194
- i.setFullYear(r, 0, 4), i.setHours(0, 0, 0, 0);
195
- const a = he(i);
196
- return n.getTime() >= s.getTime() ? r + 1 : n.getTime() >= a.getTime() ? r : r - 1;
197
- }
198
- function Ue(e) {
199
- const t = Y(e), n = new Date(
183
+ function de(e, t) {
184
+ const r = Me(), n = t?.weekStartsOn ?? t?.locale?.options?.weekStartsOn ?? r.weekStartsOn ?? r.locale?.options?.weekStartsOn ?? 0, o = P(e, t?.in), i = o.getDay(), a = (i < n ? 7 : 0) + i - n;
185
+ return o.setDate(o.getDate() - a), o.setHours(0, 0, 0, 0), o;
186
+ }
187
+ function we(e, t) {
188
+ return de(e, { ...t, weekStartsOn: 1 });
189
+ }
190
+ function vt(e, t) {
191
+ const r = P(e, t?.in), n = r.getFullYear(), o = B(r, 0);
192
+ o.setFullYear(n + 1, 0, 4), o.setHours(0, 0, 0, 0);
193
+ const i = we(o), a = B(r, 0);
194
+ a.setFullYear(n, 0, 4), a.setHours(0, 0, 0, 0);
195
+ const s = we(a);
196
+ return r.getTime() >= i.getTime() ? n + 1 : r.getTime() >= s.getTime() ? n : n - 1;
197
+ }
198
+ function lt(e) {
199
+ const t = P(e), r = new Date(
200
200
  Date.UTC(
201
201
  t.getFullYear(),
202
202
  t.getMonth(),
@@ -207,125 +207,125 @@ function Ue(e) {
207
207
  t.getMilliseconds()
208
208
  )
209
209
  );
210
- return n.setUTCFullYear(t.getFullYear()), +e - +n;
210
+ return r.setUTCFullYear(t.getFullYear()), +e - +r;
211
211
  }
212
- function ce(e, ...t) {
213
- const n = F.bind(
212
+ function he(e, ...t) {
213
+ const r = B.bind(
214
214
  null,
215
- t.find((r) => typeof r == "object")
215
+ t.find((n) => typeof n == "object")
216
216
  );
217
- return t.map(n);
217
+ return t.map(r);
218
218
  }
219
- function me(e, t) {
220
- const n = Y(e, t?.in);
221
- return n.setHours(0, 0, 0, 0), n;
219
+ function pe(e, t) {
220
+ const r = P(e, t?.in);
221
+ return r.setHours(0, 0, 0, 0), r;
222
222
  }
223
- function ft(e, t, n) {
224
- const [r, o] = ce(
225
- n?.in,
223
+ function Ve(e, t, r) {
224
+ const [n, o] = he(
225
+ r?.in,
226
226
  e,
227
227
  t
228
- ), s = me(r), i = me(o), a = +s - Ue(s), c = +i - Ue(i);
229
- return Math.round((a - c) / pn);
228
+ ), i = pe(n), a = pe(o), s = +i - lt(i), c = +a - lt(a);
229
+ return Math.round((s - c) / Fn);
230
230
  }
231
- function bn(e, t) {
232
- const n = ut(e, t), r = F(e, 0);
233
- return r.setFullYear(n, 0, 4), r.setHours(0, 0, 0, 0), he(r);
231
+ function In(e, t) {
232
+ const r = vt(e, t), n = B(e, 0);
233
+ return n.setFullYear(r, 0, 4), n.setHours(0, 0, 0, 0), we(n);
234
234
  }
235
- function Mn(e, t, n) {
236
- return it(e, t * 7, n);
235
+ function Hn(e, t, r) {
236
+ return Dt(e, t * 7, r);
237
237
  }
238
- function kn(e, t, n) {
239
- return ct(e, t * 12, n);
238
+ function An(e, t, r) {
239
+ return Ot(e, t * 12, r);
240
240
  }
241
- function Dn(e, t) {
242
- let n, r = t?.in;
241
+ function qn(e, t) {
242
+ let r, n = t?.in;
243
243
  return e.forEach((o) => {
244
- !r && typeof o == "object" && (r = F.bind(null, o));
245
- const s = Y(o, r);
246
- (!n || n < s || isNaN(+s)) && (n = s);
247
- }), F(r, n || NaN);
244
+ !n && typeof o == "object" && (n = B.bind(null, o));
245
+ const i = P(o, n);
246
+ (!r || r < i || isNaN(+i)) && (r = i);
247
+ }), B(n, r || NaN);
248
248
  }
249
- function vn(e, t) {
250
- let n, r = t?.in;
249
+ function jn(e, t) {
250
+ let r, n = t?.in;
251
251
  return e.forEach((o) => {
252
- !r && typeof o == "object" && (r = F.bind(null, o));
253
- const s = Y(o, r);
254
- (!n || n > s || isNaN(+s)) && (n = s);
255
- }), F(r, n || NaN);
256
- }
257
- function On(e, t, n) {
258
- const [r, o] = ce(
259
- n?.in,
252
+ !n && typeof o == "object" && (n = B.bind(null, o));
253
+ const i = P(o, n);
254
+ (!r || r > i || isNaN(+i)) && (r = i);
255
+ }), B(n, r || NaN);
256
+ }
257
+ function Gn(e, t, r) {
258
+ const [n, o] = he(
259
+ r?.in,
260
260
  e,
261
261
  t
262
262
  );
263
- return +me(r) == +me(o);
263
+ return +pe(n) == +pe(o);
264
264
  }
265
- function lt(e) {
265
+ function Wt(e) {
266
266
  return e instanceof Date || typeof e == "object" && Object.prototype.toString.call(e) === "[object Date]";
267
267
  }
268
- function Wn(e) {
269
- return !(!lt(e) && typeof e != "number" || isNaN(+Y(e)));
268
+ function $n(e) {
269
+ return !(!Wt(e) && typeof e != "number" || isNaN(+P(e)));
270
270
  }
271
- function Sn(e, t, n) {
272
- const [r, o] = ce(
273
- n?.in,
271
+ function St(e, t, r) {
272
+ const [n, o] = he(
273
+ r?.in,
274
274
  e,
275
275
  t
276
- ), s = r.getFullYear() - o.getFullYear(), i = r.getMonth() - o.getMonth();
277
- return s * 12 + i;
278
- }
279
- function Cn(e, t) {
280
- const n = Y(e, t?.in), r = n.getMonth();
281
- return n.setFullYear(n.getFullYear(), r + 1, 0), n.setHours(23, 59, 59, 999), n;
282
- }
283
- function dt(e, t) {
284
- const [n, r] = ce(e, t.start, t.end);
285
- return { start: n, end: r };
286
- }
287
- function Nn(e, t) {
288
- const { start: n, end: r } = dt(t?.in, e);
289
- let o = +n > +r;
290
- const s = o ? +n : +r, i = o ? r : n;
291
- i.setHours(0, 0, 0, 0), i.setDate(1);
292
- let a = 1;
276
+ ), i = n.getFullYear() - o.getFullYear(), a = n.getMonth() - o.getMonth();
277
+ return i * 12 + a;
278
+ }
279
+ function Rn(e, t) {
280
+ const r = P(e, t?.in), n = r.getMonth();
281
+ return r.setFullYear(r.getFullYear(), n + 1, 0), r.setHours(23, 59, 59, 999), r;
282
+ }
283
+ function Nt(e, t) {
284
+ const [r, n] = he(e, t.start, t.end);
285
+ return { start: r, end: n };
286
+ }
287
+ function zn(e, t) {
288
+ const { start: r, end: n } = Nt(t?.in, e);
289
+ let o = +r > +n;
290
+ const i = o ? +r : +n, a = o ? n : r;
291
+ a.setHours(0, 0, 0, 0), a.setDate(1);
292
+ let s = 1;
293
293
  const c = [];
294
- for (; +i <= s; )
295
- c.push(F(n, i)), i.setMonth(i.getMonth() + a);
294
+ for (; +a <= i; )
295
+ c.push(B(r, a)), a.setMonth(a.getMonth() + s);
296
296
  return o ? c.reverse() : c;
297
297
  }
298
- function xn(e, t) {
299
- const n = Y(e, t?.in);
300
- return n.setDate(1), n.setHours(0, 0, 0, 0), n;
298
+ function Qn(e, t) {
299
+ const r = P(e, t?.in);
300
+ return r.setDate(1), r.setHours(0, 0, 0, 0), r;
301
301
  }
302
- function Yn(e, t) {
303
- const n = Y(e, t?.in), r = n.getFullYear();
304
- return n.setFullYear(r + 1, 0, 0), n.setHours(23, 59, 59, 999), n;
302
+ function Vn(e, t) {
303
+ const r = P(e, t?.in), n = r.getFullYear();
304
+ return r.setFullYear(n + 1, 0, 0), r.setHours(23, 59, 59, 999), r;
305
305
  }
306
- function ht(e, t) {
307
- const n = Y(e, t?.in);
308
- return n.setFullYear(n.getFullYear(), 0, 1), n.setHours(0, 0, 0, 0), n;
309
- }
310
- function Tn(e, t) {
311
- const { start: n, end: r } = dt(t?.in, e);
312
- let o = +n > +r;
313
- const s = o ? +n : +r, i = o ? r : n;
314
- i.setHours(0, 0, 0, 0), i.setMonth(0, 1);
315
- let a = 1;
306
+ function Ct(e, t) {
307
+ const r = P(e, t?.in);
308
+ return r.setFullYear(r.getFullYear(), 0, 1), r.setHours(0, 0, 0, 0), r;
309
+ }
310
+ function Xn(e, t) {
311
+ const { start: r, end: n } = Nt(t?.in, e);
312
+ let o = +r > +n;
313
+ const i = o ? +r : +n, a = o ? n : r;
314
+ a.setHours(0, 0, 0, 0), a.setMonth(0, 1);
315
+ let s = 1;
316
316
  const c = [];
317
- for (; +i <= s; )
318
- c.push(F(n, i)), i.setFullYear(i.getFullYear() + a);
317
+ for (; +a <= i; )
318
+ c.push(B(r, a)), a.setFullYear(a.getFullYear() + s);
319
319
  return o ? c.reverse() : c;
320
320
  }
321
- function mt(e, t) {
322
- const n = ye(), r = t?.weekStartsOn ?? t?.locale?.options?.weekStartsOn ?? n.weekStartsOn ?? n.locale?.options?.weekStartsOn ?? 0, o = Y(e, t?.in), s = o.getDay(), i = (s < r ? -7 : 0) + 6 - (s - r);
323
- return o.setDate(o.getDate() + i), o.setHours(23, 59, 59, 999), o;
321
+ function xt(e, t) {
322
+ const r = Me(), n = t?.weekStartsOn ?? t?.locale?.options?.weekStartsOn ?? r.weekStartsOn ?? r.locale?.options?.weekStartsOn ?? 0, o = P(e, t?.in), i = o.getDay(), a = (i < n ? -7 : 0) + 6 - (i - n);
323
+ return o.setDate(o.getDate() + a), o.setHours(23, 59, 59, 999), o;
324
324
  }
325
- function En(e, t) {
326
- return mt(e, { ...t, weekStartsOn: 1 });
325
+ function Un(e, t) {
326
+ return xt(e, { ...t, weekStartsOn: 1 });
327
327
  }
328
- const Pn = {
328
+ const Zn = {
329
329
  lessThanXSeconds: {
330
330
  one: "less than a second",
331
331
  other: "less than {{count}} seconds"
@@ -387,77 +387,77 @@ const Pn = {
387
387
  one: "almost 1 year",
388
388
  other: "almost {{count}} years"
389
389
  }
390
- }, _n = (e, t, n) => {
391
- let r;
392
- const o = Pn[e];
393
- return typeof o == "string" ? r = o : t === 1 ? r = o.one : r = o.other.replace("{{count}}", t.toString()), n?.addSuffix ? n.comparison && n.comparison > 0 ? "in " + r : r + " ago" : r;
390
+ }, Kn = (e, t, r) => {
391
+ let n;
392
+ const o = Zn[e];
393
+ return typeof o == "string" ? n = o : t === 1 ? n = o.one : n = o.other.replace("{{count}}", t.toString()), r?.addSuffix ? r.comparison && r.comparison > 0 ? "in " + n : n + " ago" : n;
394
394
  };
395
- function _e(e) {
395
+ function je(e) {
396
396
  return (t = {}) => {
397
- const n = t.width ? String(t.width) : e.defaultWidth;
398
- return e.formats[n] || e.formats[e.defaultWidth];
397
+ const r = t.width ? String(t.width) : e.defaultWidth;
398
+ return e.formats[r] || e.formats[e.defaultWidth];
399
399
  };
400
400
  }
401
- const Fn = {
401
+ const Jn = {
402
402
  full: "EEEE, MMMM do, y",
403
403
  long: "MMMM do, y",
404
404
  medium: "MMM d, y",
405
405
  short: "MM/dd/yyyy"
406
- }, Bn = {
406
+ }, Ln = {
407
407
  full: "h:mm:ss a zzzz",
408
408
  long: "h:mm:ss a z",
409
409
  medium: "h:mm:ss a",
410
410
  short: "h:mm a"
411
- }, In = {
411
+ }, er = {
412
412
  full: "{{date}} 'at' {{time}}",
413
413
  long: "{{date}} 'at' {{time}}",
414
414
  medium: "{{date}}, {{time}}",
415
415
  short: "{{date}}, {{time}}"
416
- }, Hn = {
417
- date: _e({
418
- formats: Fn,
416
+ }, tr = {
417
+ date: je({
418
+ formats: Jn,
419
419
  defaultWidth: "full"
420
420
  }),
421
- time: _e({
422
- formats: Bn,
421
+ time: je({
422
+ formats: Ln,
423
423
  defaultWidth: "full"
424
424
  }),
425
- dateTime: _e({
426
- formats: In,
425
+ dateTime: je({
426
+ formats: er,
427
427
  defaultWidth: "full"
428
428
  })
429
- }, qn = {
429
+ }, nr = {
430
430
  lastWeek: "'last' eeee 'at' p",
431
431
  yesterday: "'yesterday at' p",
432
432
  today: "'today at' p",
433
433
  tomorrow: "'tomorrow at' p",
434
434
  nextWeek: "eeee 'at' p",
435
435
  other: "P"
436
- }, An = (e, t, n, r) => qn[e];
437
- function fe(e) {
438
- return (t, n) => {
439
- const r = n?.context ? String(n.context) : "standalone";
436
+ }, rr = (e, t, r, n) => nr[e];
437
+ function me(e) {
438
+ return (t, r) => {
439
+ const n = r?.context ? String(r.context) : "standalone";
440
440
  let o;
441
- if (r === "formatting" && e.formattingValues) {
442
- const i = e.defaultFormattingWidth || e.defaultWidth, a = n?.width ? String(n.width) : i;
443
- o = e.formattingValues[a] || e.formattingValues[i];
441
+ if (n === "formatting" && e.formattingValues) {
442
+ const a = e.defaultFormattingWidth || e.defaultWidth, s = r?.width ? String(r.width) : a;
443
+ o = e.formattingValues[s] || e.formattingValues[a];
444
444
  } else {
445
- const i = e.defaultWidth, a = n?.width ? String(n.width) : e.defaultWidth;
446
- o = e.values[a] || e.values[i];
445
+ const a = e.defaultWidth, s = r?.width ? String(r.width) : e.defaultWidth;
446
+ o = e.values[s] || e.values[a];
447
447
  }
448
- const s = e.argumentCallback ? e.argumentCallback(t) : t;
449
- return o[s];
448
+ const i = e.argumentCallback ? e.argumentCallback(t) : t;
449
+ return o[i];
450
450
  };
451
451
  }
452
- const jn = {
452
+ const or = {
453
453
  narrow: ["B", "A"],
454
454
  abbreviated: ["BC", "AD"],
455
455
  wide: ["Before Christ", "Anno Domini"]
456
- }, Rn = {
456
+ }, sr = {
457
457
  narrow: ["1", "2", "3", "4"],
458
458
  abbreviated: ["Q1", "Q2", "Q3", "Q4"],
459
459
  wide: ["1st quarter", "2nd quarter", "3rd quarter", "4th quarter"]
460
- }, Zn = {
460
+ }, ar = {
461
461
  narrow: ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
462
462
  abbreviated: [
463
463
  "Jan",
@@ -487,7 +487,7 @@ const jn = {
487
487
  "November",
488
488
  "December"
489
489
  ]
490
- }, $n = {
490
+ }, ir = {
491
491
  narrow: ["S", "M", "T", "W", "T", "F", "S"],
492
492
  short: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"],
493
493
  abbreviated: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
@@ -500,7 +500,7 @@ const jn = {
500
500
  "Friday",
501
501
  "Saturday"
502
502
  ]
503
- }, Gn = {
503
+ }, cr = {
504
504
  narrow: {
505
505
  am: "a",
506
506
  pm: "p",
@@ -531,7 +531,7 @@ const jn = {
531
531
  evening: "evening",
532
532
  night: "night"
533
533
  }
534
- }, zn = {
534
+ }, ur = {
535
535
  narrow: {
536
536
  am: "a",
537
537
  pm: "p",
@@ -562,101 +562,101 @@ const jn = {
562
562
  evening: "in the evening",
563
563
  night: "at night"
564
564
  }
565
- }, Ln = (e, t) => {
566
- const n = Number(e), r = n % 100;
567
- if (r > 20 || r < 10)
568
- switch (r % 10) {
565
+ }, lr = (e, t) => {
566
+ const r = Number(e), n = r % 100;
567
+ if (n > 20 || n < 10)
568
+ switch (n % 10) {
569
569
  case 1:
570
- return n + "st";
570
+ return r + "st";
571
571
  case 2:
572
- return n + "nd";
572
+ return r + "nd";
573
573
  case 3:
574
- return n + "rd";
574
+ return r + "rd";
575
575
  }
576
- return n + "th";
577
- }, Qn = {
578
- ordinalNumber: Ln,
579
- era: fe({
580
- values: jn,
576
+ return r + "th";
577
+ }, fr = {
578
+ ordinalNumber: lr,
579
+ era: me({
580
+ values: or,
581
581
  defaultWidth: "wide"
582
582
  }),
583
- quarter: fe({
584
- values: Rn,
583
+ quarter: me({
584
+ values: sr,
585
585
  defaultWidth: "wide",
586
586
  argumentCallback: (e) => e - 1
587
587
  }),
588
- month: fe({
589
- values: Zn,
588
+ month: me({
589
+ values: ar,
590
590
  defaultWidth: "wide"
591
591
  }),
592
- day: fe({
593
- values: $n,
592
+ day: me({
593
+ values: ir,
594
594
  defaultWidth: "wide"
595
595
  }),
596
- dayPeriod: fe({
597
- values: Gn,
596
+ dayPeriod: me({
597
+ values: cr,
598
598
  defaultWidth: "wide",
599
- formattingValues: zn,
599
+ formattingValues: ur,
600
600
  defaultFormattingWidth: "wide"
601
601
  })
602
602
  };
603
- function le(e) {
604
- return (t, n = {}) => {
605
- const r = n.width, o = r && e.matchPatterns[r] || e.matchPatterns[e.defaultMatchWidth], s = t.match(o);
606
- if (!s)
603
+ function ye(e) {
604
+ return (t, r = {}) => {
605
+ const n = r.width, o = n && e.matchPatterns[n] || e.matchPatterns[e.defaultMatchWidth], i = t.match(o);
606
+ if (!i)
607
607
  return null;
608
- const i = s[0], a = r && e.parsePatterns[r] || e.parsePatterns[e.defaultParseWidth], c = Array.isArray(a) ? Un(a, (u) => u.test(i)) : (
608
+ const a = i[0], s = n && e.parsePatterns[n] || e.parsePatterns[e.defaultParseWidth], c = Array.isArray(s) ? hr(s, (l) => l.test(a)) : (
609
609
  // [TODO] -- I challenge you to fix the type
610
- Xn(a, (u) => u.test(i))
610
+ dr(s, (l) => l.test(a))
611
611
  );
612
- let f;
613
- f = e.valueCallback ? e.valueCallback(c) : c, f = n.valueCallback ? (
612
+ let u;
613
+ u = e.valueCallback ? e.valueCallback(c) : c, u = r.valueCallback ? (
614
614
  // [TODO] -- I challenge you to fix the type
615
- n.valueCallback(f)
616
- ) : f;
617
- const l = t.slice(i.length);
618
- return { value: f, rest: l };
615
+ r.valueCallback(u)
616
+ ) : u;
617
+ const f = t.slice(a.length);
618
+ return { value: u, rest: f };
619
619
  };
620
620
  }
621
- function Xn(e, t) {
622
- for (const n in e)
623
- if (Object.prototype.hasOwnProperty.call(e, n) && t(e[n]))
624
- return n;
621
+ function dr(e, t) {
622
+ for (const r in e)
623
+ if (Object.prototype.hasOwnProperty.call(e, r) && t(e[r]))
624
+ return r;
625
625
  }
626
- function Un(e, t) {
627
- for (let n = 0; n < e.length; n++)
628
- if (t(e[n]))
629
- return n;
626
+ function hr(e, t) {
627
+ for (let r = 0; r < e.length; r++)
628
+ if (t(e[r]))
629
+ return r;
630
630
  }
631
- function Vn(e) {
632
- return (t, n = {}) => {
633
- const r = t.match(e.matchPattern);
634
- if (!r) return null;
635
- const o = r[0], s = t.match(e.parsePattern);
636
- if (!s) return null;
637
- let i = e.valueCallback ? e.valueCallback(s[0]) : s[0];
638
- i = n.valueCallback ? n.valueCallback(i) : i;
639
- const a = t.slice(o.length);
640
- return { value: i, rest: a };
631
+ function mr(e) {
632
+ return (t, r = {}) => {
633
+ const n = t.match(e.matchPattern);
634
+ if (!n) return null;
635
+ const o = n[0], i = t.match(e.parsePattern);
636
+ if (!i) return null;
637
+ let a = e.valueCallback ? e.valueCallback(i[0]) : i[0];
638
+ a = r.valueCallback ? r.valueCallback(a) : a;
639
+ const s = t.slice(o.length);
640
+ return { value: a, rest: s };
641
641
  };
642
642
  }
643
- const Kn = /^(\d+)(th|st|nd|rd)?/i, Jn = /\d+/i, er = {
643
+ const yr = /^(\d+)(th|st|nd|rd)?/i, gr = /\d+/i, br = {
644
644
  narrow: /^(b|a)/i,
645
645
  abbreviated: /^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,
646
646
  wide: /^(before christ|before common era|anno domini|common era)/i
647
- }, tr = {
647
+ }, wr = {
648
648
  any: [/^b/i, /^(a|c)/i]
649
- }, nr = {
649
+ }, pr = {
650
650
  narrow: /^[1234]/i,
651
651
  abbreviated: /^q[1234]/i,
652
652
  wide: /^[1234](th|st|nd|rd)? quarter/i
653
- }, rr = {
653
+ }, Mr = {
654
654
  any: [/1/i, /2/i, /3/i, /4/i]
655
- }, or = {
655
+ }, kr = {
656
656
  narrow: /^[jfmasond]/i,
657
657
  abbreviated: /^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,
658
658
  wide: /^(january|february|march|april|may|june|july|august|september|october|november|december)/i
659
- }, sr = {
659
+ }, Dr = {
660
660
  narrow: [
661
661
  /^j/i,
662
662
  /^f/i,
@@ -685,18 +685,18 @@ const Kn = /^(\d+)(th|st|nd|rd)?/i, Jn = /\d+/i, er = {
685
685
  /^n/i,
686
686
  /^d/i
687
687
  ]
688
- }, ar = {
688
+ }, Or = {
689
689
  narrow: /^[smtwf]/i,
690
690
  short: /^(su|mo|tu|we|th|fr|sa)/i,
691
691
  abbreviated: /^(sun|mon|tue|wed|thu|fri|sat)/i,
692
692
  wide: /^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i
693
- }, ir = {
693
+ }, vr = {
694
694
  narrow: [/^s/i, /^m/i, /^t/i, /^w/i, /^t/i, /^f/i, /^s/i],
695
695
  any: [/^su/i, /^m/i, /^tu/i, /^w/i, /^th/i, /^f/i, /^sa/i]
696
- }, cr = {
696
+ }, Wr = {
697
697
  narrow: /^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,
698
698
  any: /^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i
699
- }, ur = {
699
+ }, Sr = {
700
700
  any: {
701
701
  am: /^a/i,
702
702
  pm: /^p/i,
@@ -707,184 +707,181 @@ const Kn = /^(\d+)(th|st|nd|rd)?/i, Jn = /\d+/i, er = {
707
707
  evening: /evening/i,
708
708
  night: /night/i
709
709
  }
710
- }, fr = {
711
- ordinalNumber: Vn({
712
- matchPattern: Kn,
713
- parsePattern: Jn,
710
+ }, Nr = {
711
+ ordinalNumber: mr({
712
+ matchPattern: yr,
713
+ parsePattern: gr,
714
714
  valueCallback: (e) => parseInt(e, 10)
715
715
  }),
716
- era: le({
717
- matchPatterns: er,
716
+ era: ye({
717
+ matchPatterns: br,
718
718
  defaultMatchWidth: "wide",
719
- parsePatterns: tr,
719
+ parsePatterns: wr,
720
720
  defaultParseWidth: "any"
721
721
  }),
722
- quarter: le({
723
- matchPatterns: nr,
722
+ quarter: ye({
723
+ matchPatterns: pr,
724
724
  defaultMatchWidth: "wide",
725
- parsePatterns: rr,
725
+ parsePatterns: Mr,
726
726
  defaultParseWidth: "any",
727
727
  valueCallback: (e) => e + 1
728
728
  }),
729
- month: le({
730
- matchPatterns: or,
729
+ month: ye({
730
+ matchPatterns: kr,
731
731
  defaultMatchWidth: "wide",
732
- parsePatterns: sr,
732
+ parsePatterns: Dr,
733
733
  defaultParseWidth: "any"
734
734
  }),
735
- day: le({
736
- matchPatterns: ar,
735
+ day: ye({
736
+ matchPatterns: Or,
737
737
  defaultMatchWidth: "wide",
738
- parsePatterns: ir,
738
+ parsePatterns: vr,
739
739
  defaultParseWidth: "any"
740
740
  }),
741
- dayPeriod: le({
742
- matchPatterns: cr,
741
+ dayPeriod: ye({
742
+ matchPatterns: Wr,
743
743
  defaultMatchWidth: "any",
744
- parsePatterns: ur,
744
+ parsePatterns: Sr,
745
745
  defaultParseWidth: "any"
746
746
  })
747
- }, qe = {
747
+ }, fe = {
748
748
  code: "en-US",
749
- formatDistance: _n,
750
- formatLong: Hn,
751
- formatRelative: An,
752
- localize: Qn,
753
- match: fr,
749
+ formatDistance: Kn,
750
+ formatLong: tr,
751
+ formatRelative: rr,
752
+ localize: fr,
753
+ match: Nr,
754
754
  options: {
755
755
  weekStartsOn: 0,
756
756
  firstWeekContainsDate: 1
757
757
  }
758
758
  };
759
- function lr(e, t) {
760
- const n = Y(e, t?.in);
761
- return ft(n, ht(n)) + 1;
762
- }
763
- function yt(e, t) {
764
- const n = Y(e, t?.in), r = +he(n) - +bn(n);
765
- return Math.round(r / at) + 1;
766
- }
767
- function gt(e, t) {
768
- const n = Y(e, t?.in), r = n.getFullYear(), o = ye(), s = t?.firstWeekContainsDate ?? t?.locale?.options?.firstWeekContainsDate ?? o.firstWeekContainsDate ?? o.locale?.options?.firstWeekContainsDate ?? 1, i = F(t?.in || e, 0);
769
- i.setFullYear(r + 1, 0, s), i.setHours(0, 0, 0, 0);
770
- const a = ie(i, t), c = F(t?.in || e, 0);
771
- c.setFullYear(r, 0, s), c.setHours(0, 0, 0, 0);
772
- const f = ie(c, t);
773
- return +n >= +a ? r + 1 : +n >= +f ? r : r - 1;
759
+ function Cr(e, t) {
760
+ const r = P(e, t?.in);
761
+ return Ve(r, Ct(r)) + 1;
762
+ }
763
+ function Xe(e, t) {
764
+ const r = P(e, t?.in), n = +we(r) - +In(r);
765
+ return Math.round(n / kt) + 1;
766
+ }
767
+ function Yt(e, t) {
768
+ const r = P(e, t?.in), n = r.getFullYear(), o = Me(), i = t?.firstWeekContainsDate ?? t?.locale?.options?.firstWeekContainsDate ?? o.firstWeekContainsDate ?? o.locale?.options?.firstWeekContainsDate ?? 1, a = B(t?.in || e, 0);
769
+ a.setFullYear(n + 1, 0, i), a.setHours(0, 0, 0, 0);
770
+ const s = de(a, t), c = B(t?.in || e, 0);
771
+ c.setFullYear(n, 0, i), c.setHours(0, 0, 0, 0);
772
+ const u = de(c, t);
773
+ return +r >= +s ? n + 1 : +r >= +u ? n : n - 1;
774
774
  }
775
- function dr(e, t) {
776
- const n = ye(), r = t?.firstWeekContainsDate ?? t?.locale?.options?.firstWeekContainsDate ?? n.firstWeekContainsDate ?? n.locale?.options?.firstWeekContainsDate ?? 1, o = gt(e, t), s = F(t?.in || e, 0);
777
- return s.setFullYear(o, 0, r), s.setHours(0, 0, 0, 0), ie(s, t);
775
+ function xr(e, t) {
776
+ const r = Me(), n = t?.firstWeekContainsDate ?? t?.locale?.options?.firstWeekContainsDate ?? r.firstWeekContainsDate ?? r.locale?.options?.firstWeekContainsDate ?? 1, o = Yt(e, t), i = B(t?.in || e, 0);
777
+ return i.setFullYear(o, 0, n), i.setHours(0, 0, 0, 0), de(i, t);
778
778
  }
779
- function pt(e, t) {
780
- const n = Y(e, t?.in), r = +ie(n, t) - +dr(n, t);
781
- return Math.round(r / at) + 1;
779
+ function Ue(e, t) {
780
+ const r = P(e, t?.in), n = +de(r, t) - +xr(r, t);
781
+ return Math.round(n / kt) + 1;
782
782
  }
783
- function x(e, t) {
784
- const n = e < 0 ? "-" : "", r = Math.abs(e).toString().padStart(t, "0");
785
- return n + r;
783
+ function T(e, t) {
784
+ const r = e < 0 ? "-" : "", n = Math.abs(e).toString().padStart(t, "0");
785
+ return r + n;
786
786
  }
787
- const ee = {
787
+ const se = {
788
788
  // Year
789
789
  y(e, t) {
790
- const n = e.getFullYear(), r = n > 0 ? n : 1 - n;
791
- return x(t === "yy" ? r % 100 : r, t.length);
790
+ const r = e.getFullYear(), n = r > 0 ? r : 1 - r;
791
+ return T(t === "yy" ? n % 100 : n, t.length);
792
792
  },
793
793
  // Month
794
794
  M(e, t) {
795
- const n = e.getMonth();
796
- return t === "M" ? String(n + 1) : x(n + 1, 2);
795
+ const r = e.getMonth();
796
+ return t === "M" ? String(r + 1) : T(r + 1, 2);
797
797
  },
798
798
  // Day of the month
799
799
  d(e, t) {
800
- return x(e.getDate(), t.length);
800
+ return T(e.getDate(), t.length);
801
801
  },
802
802
  // AM or PM
803
803
  a(e, t) {
804
- const n = e.getHours() / 12 >= 1 ? "pm" : "am";
804
+ const r = e.getHours() / 12 >= 1 ? "pm" : "am";
805
805
  switch (t) {
806
806
  case "a":
807
807
  case "aa":
808
- return n.toUpperCase();
808
+ return r.toUpperCase();
809
809
  case "aaa":
810
- return n;
810
+ return r;
811
811
  case "aaaaa":
812
- return n[0];
813
- case "aaaa":
812
+ return r[0];
814
813
  default:
815
- return n === "am" ? "a.m." : "p.m.";
814
+ return r === "am" ? "a.m." : "p.m.";
816
815
  }
817
816
  },
818
817
  // Hour [1-12]
819
818
  h(e, t) {
820
- return x(e.getHours() % 12 || 12, t.length);
819
+ return T(e.getHours() % 12 || 12, t.length);
821
820
  },
822
821
  // Hour [0-23]
823
822
  H(e, t) {
824
- return x(e.getHours(), t.length);
823
+ return T(e.getHours(), t.length);
825
824
  },
826
825
  // Minute
827
826
  m(e, t) {
828
- return x(e.getMinutes(), t.length);
827
+ return T(e.getMinutes(), t.length);
829
828
  },
830
829
  // Second
831
830
  s(e, t) {
832
- return x(e.getSeconds(), t.length);
831
+ return T(e.getSeconds(), t.length);
833
832
  },
834
833
  // Fraction of second
835
834
  S(e, t) {
836
- const n = t.length, r = e.getMilliseconds(), o = Math.trunc(
837
- r * Math.pow(10, n - 3)
835
+ const r = t.length, n = e.getMilliseconds(), o = Math.trunc(
836
+ n * Math.pow(10, r - 3)
838
837
  );
839
- return x(o, t.length);
838
+ return T(o, t.length);
840
839
  }
841
- }, ae = {
840
+ }, ue = {
842
841
  midnight: "midnight",
843
842
  noon: "noon",
844
843
  morning: "morning",
845
844
  afternoon: "afternoon",
846
845
  evening: "evening",
847
846
  night: "night"
848
- }, Ve = {
847
+ }, ft = {
849
848
  // Era
850
- G: function(e, t, n) {
851
- const r = e.getFullYear() > 0 ? 1 : 0;
849
+ G: function(e, t, r) {
850
+ const n = e.getFullYear() > 0 ? 1 : 0;
852
851
  switch (t) {
853
852
  // AD, BC
854
853
  case "G":
855
854
  case "GG":
856
855
  case "GGG":
857
- return n.era(r, { width: "abbreviated" });
856
+ return r.era(n, { width: "abbreviated" });
858
857
  // A, B
859
858
  case "GGGGG":
860
- return n.era(r, { width: "narrow" });
861
- // Anno Domini, Before Christ
862
- case "GGGG":
859
+ return r.era(n, { width: "narrow" });
863
860
  default:
864
- return n.era(r, { width: "wide" });
861
+ return r.era(n, { width: "wide" });
865
862
  }
866
863
  },
867
864
  // Year
868
- y: function(e, t, n) {
865
+ y: function(e, t, r) {
869
866
  if (t === "yo") {
870
- const r = e.getFullYear(), o = r > 0 ? r : 1 - r;
871
- return n.ordinalNumber(o, { unit: "year" });
867
+ const n = e.getFullYear(), o = n > 0 ? n : 1 - n;
868
+ return r.ordinalNumber(o, { unit: "year" });
872
869
  }
873
- return ee.y(e, t);
870
+ return se.y(e, t);
874
871
  },
875
872
  // Local week-numbering year
876
- Y: function(e, t, n, r) {
877
- const o = gt(e, r), s = o > 0 ? o : 1 - o;
873
+ Y: function(e, t, r, n) {
874
+ const o = Yt(e, n), i = o > 0 ? o : 1 - o;
878
875
  if (t === "YY") {
879
- const i = s % 100;
880
- return x(i, 2);
876
+ const a = i % 100;
877
+ return T(a, 2);
881
878
  }
882
- return t === "Yo" ? n.ordinalNumber(s, { unit: "year" }) : x(s, t.length);
879
+ return t === "Yo" ? r.ordinalNumber(i, { unit: "year" }) : T(i, t.length);
883
880
  },
884
881
  // ISO week-numbering year
885
882
  R: function(e, t) {
886
- const n = ut(e);
887
- return x(n, t.length);
883
+ const r = vt(e);
884
+ return T(r, t.length);
888
885
  },
889
886
  // Extended year. This is a single number designating the year of this calendar system.
890
887
  // The main difference between `y` and `u` localizers are B.C. years:
@@ -896,522 +893,489 @@ const ee = {
896
893
  // Also `yy` always returns the last two digits of a year,
897
894
  // while `uu` pads single digit years to 2 characters and returns other years unchanged.
898
895
  u: function(e, t) {
899
- const n = e.getFullYear();
900
- return x(n, t.length);
896
+ const r = e.getFullYear();
897
+ return T(r, t.length);
901
898
  },
902
899
  // Quarter
903
- Q: function(e, t, n) {
904
- const r = Math.ceil((e.getMonth() + 1) / 3);
900
+ Q: function(e, t, r) {
901
+ const n = Math.ceil((e.getMonth() + 1) / 3);
905
902
  switch (t) {
906
903
  // 1, 2, 3, 4
907
904
  case "Q":
908
- return String(r);
905
+ return String(n);
909
906
  // 01, 02, 03, 04
910
907
  case "QQ":
911
- return x(r, 2);
908
+ return T(n, 2);
912
909
  // 1st, 2nd, 3rd, 4th
913
910
  case "Qo":
914
- return n.ordinalNumber(r, { unit: "quarter" });
911
+ return r.ordinalNumber(n, { unit: "quarter" });
915
912
  // Q1, Q2, Q3, Q4
916
913
  case "QQQ":
917
- return n.quarter(r, {
914
+ return r.quarter(n, {
918
915
  width: "abbreviated",
919
916
  context: "formatting"
920
917
  });
921
918
  // 1, 2, 3, 4 (narrow quarter; could be not numerical)
922
919
  case "QQQQQ":
923
- return n.quarter(r, {
920
+ return r.quarter(n, {
924
921
  width: "narrow",
925
922
  context: "formatting"
926
923
  });
927
- // 1st quarter, 2nd quarter, ...
928
- case "QQQQ":
929
924
  default:
930
- return n.quarter(r, {
925
+ return r.quarter(n, {
931
926
  width: "wide",
932
927
  context: "formatting"
933
928
  });
934
929
  }
935
930
  },
936
931
  // Stand-alone quarter
937
- q: function(e, t, n) {
938
- const r = Math.ceil((e.getMonth() + 1) / 3);
932
+ q: function(e, t, r) {
933
+ const n = Math.ceil((e.getMonth() + 1) / 3);
939
934
  switch (t) {
940
935
  // 1, 2, 3, 4
941
936
  case "q":
942
- return String(r);
937
+ return String(n);
943
938
  // 01, 02, 03, 04
944
939
  case "qq":
945
- return x(r, 2);
940
+ return T(n, 2);
946
941
  // 1st, 2nd, 3rd, 4th
947
942
  case "qo":
948
- return n.ordinalNumber(r, { unit: "quarter" });
943
+ return r.ordinalNumber(n, { unit: "quarter" });
949
944
  // Q1, Q2, Q3, Q4
950
945
  case "qqq":
951
- return n.quarter(r, {
946
+ return r.quarter(n, {
952
947
  width: "abbreviated",
953
948
  context: "standalone"
954
949
  });
955
950
  // 1, 2, 3, 4 (narrow quarter; could be not numerical)
956
951
  case "qqqqq":
957
- return n.quarter(r, {
952
+ return r.quarter(n, {
958
953
  width: "narrow",
959
954
  context: "standalone"
960
955
  });
961
- // 1st quarter, 2nd quarter, ...
962
- case "qqqq":
963
956
  default:
964
- return n.quarter(r, {
957
+ return r.quarter(n, {
965
958
  width: "wide",
966
959
  context: "standalone"
967
960
  });
968
961
  }
969
962
  },
970
963
  // Month
971
- M: function(e, t, n) {
972
- const r = e.getMonth();
964
+ M: function(e, t, r) {
965
+ const n = e.getMonth();
973
966
  switch (t) {
974
967
  case "M":
975
968
  case "MM":
976
- return ee.M(e, t);
969
+ return se.M(e, t);
977
970
  // 1st, 2nd, ..., 12th
978
971
  case "Mo":
979
- return n.ordinalNumber(r + 1, { unit: "month" });
972
+ return r.ordinalNumber(n + 1, { unit: "month" });
980
973
  // Jan, Feb, ..., Dec
981
974
  case "MMM":
982
- return n.month(r, {
975
+ return r.month(n, {
983
976
  width: "abbreviated",
984
977
  context: "formatting"
985
978
  });
986
979
  // J, F, ..., D
987
980
  case "MMMMM":
988
- return n.month(r, {
981
+ return r.month(n, {
989
982
  width: "narrow",
990
983
  context: "formatting"
991
984
  });
992
- // January, February, ..., December
993
- case "MMMM":
994
985
  default:
995
- return n.month(r, { width: "wide", context: "formatting" });
986
+ return r.month(n, { width: "wide", context: "formatting" });
996
987
  }
997
988
  },
998
989
  // Stand-alone month
999
- L: function(e, t, n) {
1000
- const r = e.getMonth();
990
+ L: function(e, t, r) {
991
+ const n = e.getMonth();
1001
992
  switch (t) {
1002
993
  // 1, 2, ..., 12
1003
994
  case "L":
1004
- return String(r + 1);
995
+ return String(n + 1);
1005
996
  // 01, 02, ..., 12
1006
997
  case "LL":
1007
- return x(r + 1, 2);
998
+ return T(n + 1, 2);
1008
999
  // 1st, 2nd, ..., 12th
1009
1000
  case "Lo":
1010
- return n.ordinalNumber(r + 1, { unit: "month" });
1001
+ return r.ordinalNumber(n + 1, { unit: "month" });
1011
1002
  // Jan, Feb, ..., Dec
1012
1003
  case "LLL":
1013
- return n.month(r, {
1004
+ return r.month(n, {
1014
1005
  width: "abbreviated",
1015
1006
  context: "standalone"
1016
1007
  });
1017
1008
  // J, F, ..., D
1018
1009
  case "LLLLL":
1019
- return n.month(r, {
1010
+ return r.month(n, {
1020
1011
  width: "narrow",
1021
1012
  context: "standalone"
1022
1013
  });
1023
- // January, February, ..., December
1024
- case "LLLL":
1025
1014
  default:
1026
- return n.month(r, { width: "wide", context: "standalone" });
1015
+ return r.month(n, { width: "wide", context: "standalone" });
1027
1016
  }
1028
1017
  },
1029
1018
  // Local week of year
1030
- w: function(e, t, n, r) {
1031
- const o = pt(e, r);
1032
- return t === "wo" ? n.ordinalNumber(o, { unit: "week" }) : x(o, t.length);
1019
+ w: function(e, t, r, n) {
1020
+ const o = Ue(e, n);
1021
+ return t === "wo" ? r.ordinalNumber(o, { unit: "week" }) : T(o, t.length);
1033
1022
  },
1034
1023
  // ISO week of year
1035
- I: function(e, t, n) {
1036
- const r = yt(e);
1037
- return t === "Io" ? n.ordinalNumber(r, { unit: "week" }) : x(r, t.length);
1024
+ I: function(e, t, r) {
1025
+ const n = Xe(e);
1026
+ return t === "Io" ? r.ordinalNumber(n, { unit: "week" }) : T(n, t.length);
1038
1027
  },
1039
1028
  // Day of the month
1040
- d: function(e, t, n) {
1041
- return t === "do" ? n.ordinalNumber(e.getDate(), { unit: "date" }) : ee.d(e, t);
1029
+ d: function(e, t, r) {
1030
+ return t === "do" ? r.ordinalNumber(e.getDate(), { unit: "date" }) : se.d(e, t);
1042
1031
  },
1043
1032
  // Day of year
1044
- D: function(e, t, n) {
1045
- const r = lr(e);
1046
- return t === "Do" ? n.ordinalNumber(r, { unit: "dayOfYear" }) : x(r, t.length);
1033
+ D: function(e, t, r) {
1034
+ const n = Cr(e);
1035
+ return t === "Do" ? r.ordinalNumber(n, { unit: "dayOfYear" }) : T(n, t.length);
1047
1036
  },
1048
1037
  // Day of week
1049
- E: function(e, t, n) {
1050
- const r = e.getDay();
1038
+ E: function(e, t, r) {
1039
+ const n = e.getDay();
1051
1040
  switch (t) {
1052
1041
  // Tue
1053
1042
  case "E":
1054
1043
  case "EE":
1055
1044
  case "EEE":
1056
- return n.day(r, {
1045
+ return r.day(n, {
1057
1046
  width: "abbreviated",
1058
1047
  context: "formatting"
1059
1048
  });
1060
1049
  // T
1061
1050
  case "EEEEE":
1062
- return n.day(r, {
1051
+ return r.day(n, {
1063
1052
  width: "narrow",
1064
1053
  context: "formatting"
1065
1054
  });
1066
1055
  // Tu
1067
1056
  case "EEEEEE":
1068
- return n.day(r, {
1057
+ return r.day(n, {
1069
1058
  width: "short",
1070
1059
  context: "formatting"
1071
1060
  });
1072
- // Tuesday
1073
- case "EEEE":
1074
1061
  default:
1075
- return n.day(r, {
1062
+ return r.day(n, {
1076
1063
  width: "wide",
1077
1064
  context: "formatting"
1078
1065
  });
1079
1066
  }
1080
1067
  },
1081
1068
  // Local day of week
1082
- e: function(e, t, n, r) {
1083
- const o = e.getDay(), s = (o - r.weekStartsOn + 8) % 7 || 7;
1069
+ e: function(e, t, r, n) {
1070
+ const o = e.getDay(), i = (o - n.weekStartsOn + 8) % 7 || 7;
1084
1071
  switch (t) {
1085
1072
  // Numerical value (Nth day of week with current locale or weekStartsOn)
1086
1073
  case "e":
1087
- return String(s);
1074
+ return String(i);
1088
1075
  // Padded numerical value
1089
1076
  case "ee":
1090
- return x(s, 2);
1077
+ return T(i, 2);
1091
1078
  // 1st, 2nd, ..., 7th
1092
1079
  case "eo":
1093
- return n.ordinalNumber(s, { unit: "day" });
1080
+ return r.ordinalNumber(i, { unit: "day" });
1094
1081
  case "eee":
1095
- return n.day(o, {
1082
+ return r.day(o, {
1096
1083
  width: "abbreviated",
1097
1084
  context: "formatting"
1098
1085
  });
1099
1086
  // T
1100
1087
  case "eeeee":
1101
- return n.day(o, {
1088
+ return r.day(o, {
1102
1089
  width: "narrow",
1103
1090
  context: "formatting"
1104
1091
  });
1105
1092
  // Tu
1106
1093
  case "eeeeee":
1107
- return n.day(o, {
1094
+ return r.day(o, {
1108
1095
  width: "short",
1109
1096
  context: "formatting"
1110
1097
  });
1111
- // Tuesday
1112
- case "eeee":
1113
1098
  default:
1114
- return n.day(o, {
1099
+ return r.day(o, {
1115
1100
  width: "wide",
1116
1101
  context: "formatting"
1117
1102
  });
1118
1103
  }
1119
1104
  },
1120
1105
  // Stand-alone local day of week
1121
- c: function(e, t, n, r) {
1122
- const o = e.getDay(), s = (o - r.weekStartsOn + 8) % 7 || 7;
1106
+ c: function(e, t, r, n) {
1107
+ const o = e.getDay(), i = (o - n.weekStartsOn + 8) % 7 || 7;
1123
1108
  switch (t) {
1124
1109
  // Numerical value (same as in `e`)
1125
1110
  case "c":
1126
- return String(s);
1111
+ return String(i);
1127
1112
  // Padded numerical value
1128
1113
  case "cc":
1129
- return x(s, t.length);
1114
+ return T(i, t.length);
1130
1115
  // 1st, 2nd, ..., 7th
1131
1116
  case "co":
1132
- return n.ordinalNumber(s, { unit: "day" });
1117
+ return r.ordinalNumber(i, { unit: "day" });
1133
1118
  case "ccc":
1134
- return n.day(o, {
1119
+ return r.day(o, {
1135
1120
  width: "abbreviated",
1136
1121
  context: "standalone"
1137
1122
  });
1138
1123
  // T
1139
1124
  case "ccccc":
1140
- return n.day(o, {
1125
+ return r.day(o, {
1141
1126
  width: "narrow",
1142
1127
  context: "standalone"
1143
1128
  });
1144
1129
  // Tu
1145
1130
  case "cccccc":
1146
- return n.day(o, {
1131
+ return r.day(o, {
1147
1132
  width: "short",
1148
1133
  context: "standalone"
1149
1134
  });
1150
- // Tuesday
1151
- case "cccc":
1152
1135
  default:
1153
- return n.day(o, {
1136
+ return r.day(o, {
1154
1137
  width: "wide",
1155
1138
  context: "standalone"
1156
1139
  });
1157
1140
  }
1158
1141
  },
1159
1142
  // ISO day of week
1160
- i: function(e, t, n) {
1161
- const r = e.getDay(), o = r === 0 ? 7 : r;
1143
+ i: function(e, t, r) {
1144
+ const n = e.getDay(), o = n === 0 ? 7 : n;
1162
1145
  switch (t) {
1163
1146
  // 2
1164
1147
  case "i":
1165
1148
  return String(o);
1166
1149
  // 02
1167
1150
  case "ii":
1168
- return x(o, t.length);
1151
+ return T(o, t.length);
1169
1152
  // 2nd
1170
1153
  case "io":
1171
- return n.ordinalNumber(o, { unit: "day" });
1154
+ return r.ordinalNumber(o, { unit: "day" });
1172
1155
  // Tue
1173
1156
  case "iii":
1174
- return n.day(r, {
1157
+ return r.day(n, {
1175
1158
  width: "abbreviated",
1176
1159
  context: "formatting"
1177
1160
  });
1178
1161
  // T
1179
1162
  case "iiiii":
1180
- return n.day(r, {
1163
+ return r.day(n, {
1181
1164
  width: "narrow",
1182
1165
  context: "formatting"
1183
1166
  });
1184
1167
  // Tu
1185
1168
  case "iiiiii":
1186
- return n.day(r, {
1169
+ return r.day(n, {
1187
1170
  width: "short",
1188
1171
  context: "formatting"
1189
1172
  });
1190
- // Tuesday
1191
- case "iiii":
1192
1173
  default:
1193
- return n.day(r, {
1174
+ return r.day(n, {
1194
1175
  width: "wide",
1195
1176
  context: "formatting"
1196
1177
  });
1197
1178
  }
1198
1179
  },
1199
1180
  // AM or PM
1200
- a: function(e, t, n) {
1181
+ a: function(e, t, r) {
1201
1182
  const o = e.getHours() / 12 >= 1 ? "pm" : "am";
1202
1183
  switch (t) {
1203
1184
  case "a":
1204
1185
  case "aa":
1205
- return n.dayPeriod(o, {
1186
+ return r.dayPeriod(o, {
1206
1187
  width: "abbreviated",
1207
1188
  context: "formatting"
1208
1189
  });
1209
1190
  case "aaa":
1210
- return n.dayPeriod(o, {
1191
+ return r.dayPeriod(o, {
1211
1192
  width: "abbreviated",
1212
1193
  context: "formatting"
1213
1194
  }).toLowerCase();
1214
1195
  case "aaaaa":
1215
- return n.dayPeriod(o, {
1196
+ return r.dayPeriod(o, {
1216
1197
  width: "narrow",
1217
1198
  context: "formatting"
1218
1199
  });
1219
- case "aaaa":
1220
1200
  default:
1221
- return n.dayPeriod(o, {
1201
+ return r.dayPeriod(o, {
1222
1202
  width: "wide",
1223
1203
  context: "formatting"
1224
1204
  });
1225
1205
  }
1226
1206
  },
1227
1207
  // AM, PM, midnight, noon
1228
- b: function(e, t, n) {
1229
- const r = e.getHours();
1208
+ b: function(e, t, r) {
1209
+ const n = e.getHours();
1230
1210
  let o;
1231
- switch (r === 12 ? o = ae.noon : r === 0 ? o = ae.midnight : o = r / 12 >= 1 ? "pm" : "am", t) {
1211
+ switch (n === 12 ? o = ue.noon : n === 0 ? o = ue.midnight : o = n / 12 >= 1 ? "pm" : "am", t) {
1232
1212
  case "b":
1233
1213
  case "bb":
1234
- return n.dayPeriod(o, {
1214
+ return r.dayPeriod(o, {
1235
1215
  width: "abbreviated",
1236
1216
  context: "formatting"
1237
1217
  });
1238
1218
  case "bbb":
1239
- return n.dayPeriod(o, {
1219
+ return r.dayPeriod(o, {
1240
1220
  width: "abbreviated",
1241
1221
  context: "formatting"
1242
1222
  }).toLowerCase();
1243
1223
  case "bbbbb":
1244
- return n.dayPeriod(o, {
1224
+ return r.dayPeriod(o, {
1245
1225
  width: "narrow",
1246
1226
  context: "formatting"
1247
1227
  });
1248
- case "bbbb":
1249
1228
  default:
1250
- return n.dayPeriod(o, {
1229
+ return r.dayPeriod(o, {
1251
1230
  width: "wide",
1252
1231
  context: "formatting"
1253
1232
  });
1254
1233
  }
1255
1234
  },
1256
1235
  // in the morning, in the afternoon, in the evening, at night
1257
- B: function(e, t, n) {
1258
- const r = e.getHours();
1236
+ B: function(e, t, r) {
1237
+ const n = e.getHours();
1259
1238
  let o;
1260
- switch (r >= 17 ? o = ae.evening : r >= 12 ? o = ae.afternoon : r >= 4 ? o = ae.morning : o = ae.night, t) {
1239
+ switch (n >= 17 ? o = ue.evening : n >= 12 ? o = ue.afternoon : n >= 4 ? o = ue.morning : o = ue.night, t) {
1261
1240
  case "B":
1262
1241
  case "BB":
1263
1242
  case "BBB":
1264
- return n.dayPeriod(o, {
1243
+ return r.dayPeriod(o, {
1265
1244
  width: "abbreviated",
1266
1245
  context: "formatting"
1267
1246
  });
1268
1247
  case "BBBBB":
1269
- return n.dayPeriod(o, {
1248
+ return r.dayPeriod(o, {
1270
1249
  width: "narrow",
1271
1250
  context: "formatting"
1272
1251
  });
1273
- case "BBBB":
1274
1252
  default:
1275
- return n.dayPeriod(o, {
1253
+ return r.dayPeriod(o, {
1276
1254
  width: "wide",
1277
1255
  context: "formatting"
1278
1256
  });
1279
1257
  }
1280
1258
  },
1281
1259
  // Hour [1-12]
1282
- h: function(e, t, n) {
1260
+ h: function(e, t, r) {
1283
1261
  if (t === "ho") {
1284
- let r = e.getHours() % 12;
1285
- return r === 0 && (r = 12), n.ordinalNumber(r, { unit: "hour" });
1262
+ let n = e.getHours() % 12;
1263
+ return n === 0 && (n = 12), r.ordinalNumber(n, { unit: "hour" });
1286
1264
  }
1287
- return ee.h(e, t);
1265
+ return se.h(e, t);
1288
1266
  },
1289
1267
  // Hour [0-23]
1290
- H: function(e, t, n) {
1291
- return t === "Ho" ? n.ordinalNumber(e.getHours(), { unit: "hour" }) : ee.H(e, t);
1268
+ H: function(e, t, r) {
1269
+ return t === "Ho" ? r.ordinalNumber(e.getHours(), { unit: "hour" }) : se.H(e, t);
1292
1270
  },
1293
1271
  // Hour [0-11]
1294
- K: function(e, t, n) {
1295
- const r = e.getHours() % 12;
1296
- return t === "Ko" ? n.ordinalNumber(r, { unit: "hour" }) : x(r, t.length);
1272
+ K: function(e, t, r) {
1273
+ const n = e.getHours() % 12;
1274
+ return t === "Ko" ? r.ordinalNumber(n, { unit: "hour" }) : T(n, t.length);
1297
1275
  },
1298
1276
  // Hour [1-24]
1299
- k: function(e, t, n) {
1300
- let r = e.getHours();
1301
- return r === 0 && (r = 24), t === "ko" ? n.ordinalNumber(r, { unit: "hour" }) : x(r, t.length);
1277
+ k: function(e, t, r) {
1278
+ let n = e.getHours();
1279
+ return n === 0 && (n = 24), t === "ko" ? r.ordinalNumber(n, { unit: "hour" }) : T(n, t.length);
1302
1280
  },
1303
1281
  // Minute
1304
- m: function(e, t, n) {
1305
- return t === "mo" ? n.ordinalNumber(e.getMinutes(), { unit: "minute" }) : ee.m(e, t);
1282
+ m: function(e, t, r) {
1283
+ return t === "mo" ? r.ordinalNumber(e.getMinutes(), { unit: "minute" }) : se.m(e, t);
1306
1284
  },
1307
1285
  // Second
1308
- s: function(e, t, n) {
1309
- return t === "so" ? n.ordinalNumber(e.getSeconds(), { unit: "second" }) : ee.s(e, t);
1286
+ s: function(e, t, r) {
1287
+ return t === "so" ? r.ordinalNumber(e.getSeconds(), { unit: "second" }) : se.s(e, t);
1310
1288
  },
1311
1289
  // Fraction of second
1312
1290
  S: function(e, t) {
1313
- return ee.S(e, t);
1291
+ return se.S(e, t);
1314
1292
  },
1315
1293
  // Timezone (ISO-8601. If offset is 0, output is always `'Z'`)
1316
- X: function(e, t, n) {
1317
- const r = e.getTimezoneOffset();
1318
- if (r === 0)
1294
+ X: function(e, t, r) {
1295
+ const n = e.getTimezoneOffset();
1296
+ if (n === 0)
1319
1297
  return "Z";
1320
1298
  switch (t) {
1321
1299
  // Hours and optional minutes
1322
1300
  case "X":
1323
- return Je(r);
1301
+ return ht(n);
1324
1302
  // Hours, minutes and optional seconds without `:` delimiter
1325
1303
  // Note: neither ISO-8601 nor JavaScript supports seconds in timezone offsets
1326
1304
  // so this token always has the same output as `XX`
1327
1305
  case "XXXX":
1328
1306
  case "XX":
1329
- return te(r);
1330
- // Hours, minutes and optional seconds with `:` delimiter
1331
- // Note: neither ISO-8601 nor JavaScript supports seconds in timezone offsets
1332
- // so this token always has the same output as `XXX`
1333
- case "XXXXX":
1334
- case "XXX":
1307
+ return ae(n);
1335
1308
  // Hours and minutes with `:` delimiter
1336
1309
  default:
1337
- return te(r, ":");
1310
+ return ae(n, ":");
1338
1311
  }
1339
1312
  },
1340
1313
  // Timezone (ISO-8601. If offset is 0, output is `'+00:00'` or equivalent)
1341
- x: function(e, t, n) {
1342
- const r = e.getTimezoneOffset();
1314
+ x: function(e, t, r) {
1315
+ const n = e.getTimezoneOffset();
1343
1316
  switch (t) {
1344
1317
  // Hours and optional minutes
1345
1318
  case "x":
1346
- return Je(r);
1319
+ return ht(n);
1347
1320
  // Hours, minutes and optional seconds without `:` delimiter
1348
1321
  // Note: neither ISO-8601 nor JavaScript supports seconds in timezone offsets
1349
1322
  // so this token always has the same output as `xx`
1350
1323
  case "xxxx":
1351
1324
  case "xx":
1352
- return te(r);
1353
- // Hours, minutes and optional seconds with `:` delimiter
1354
- // Note: neither ISO-8601 nor JavaScript supports seconds in timezone offsets
1355
- // so this token always has the same output as `xxx`
1356
- case "xxxxx":
1357
- case "xxx":
1325
+ return ae(n);
1358
1326
  // Hours and minutes with `:` delimiter
1359
1327
  default:
1360
- return te(r, ":");
1328
+ return ae(n, ":");
1361
1329
  }
1362
1330
  },
1363
1331
  // Timezone (GMT)
1364
- O: function(e, t, n) {
1365
- const r = e.getTimezoneOffset();
1332
+ O: function(e, t, r) {
1333
+ const n = e.getTimezoneOffset();
1366
1334
  switch (t) {
1367
1335
  // Short
1368
1336
  case "O":
1369
1337
  case "OO":
1370
1338
  case "OOO":
1371
- return "GMT" + Ke(r, ":");
1372
- // Long
1373
- case "OOOO":
1339
+ return "GMT" + dt(n, ":");
1374
1340
  default:
1375
- return "GMT" + te(r, ":");
1341
+ return "GMT" + ae(n, ":");
1376
1342
  }
1377
1343
  },
1378
1344
  // Timezone (specific non-location)
1379
- z: function(e, t, n) {
1380
- const r = e.getTimezoneOffset();
1345
+ z: function(e, t, r) {
1346
+ const n = e.getTimezoneOffset();
1381
1347
  switch (t) {
1382
1348
  // Short
1383
1349
  case "z":
1384
1350
  case "zz":
1385
1351
  case "zzz":
1386
- return "GMT" + Ke(r, ":");
1387
- // Long
1388
- case "zzzz":
1352
+ return "GMT" + dt(n, ":");
1389
1353
  default:
1390
- return "GMT" + te(r, ":");
1354
+ return "GMT" + ae(n, ":");
1391
1355
  }
1392
1356
  },
1393
1357
  // Seconds timestamp
1394
- t: function(e, t, n) {
1395
- const r = Math.trunc(+e / 1e3);
1396
- return x(r, t.length);
1358
+ t: function(e, t, r) {
1359
+ const n = Math.trunc(+e / 1e3);
1360
+ return T(n, t.length);
1397
1361
  },
1398
1362
  // Milliseconds timestamp
1399
- T: function(e, t, n) {
1400
- return x(+e, t.length);
1363
+ T: function(e, t, r) {
1364
+ return T(+e, t.length);
1401
1365
  }
1402
1366
  };
1403
- function Ke(e, t = "") {
1404
- const n = e > 0 ? "-" : "+", r = Math.abs(e), o = Math.trunc(r / 60), s = r % 60;
1405
- return s === 0 ? n + String(o) : n + String(o) + t + x(s, 2);
1367
+ function dt(e, t = "") {
1368
+ const r = e > 0 ? "-" : "+", n = Math.abs(e), o = Math.trunc(n / 60), i = n % 60;
1369
+ return i === 0 ? r + String(o) : r + String(o) + t + T(i, 2);
1406
1370
  }
1407
- function Je(e, t) {
1408
- return e % 60 === 0 ? (e > 0 ? "-" : "+") + x(Math.abs(e) / 60, 2) : te(e, t);
1371
+ function ht(e, t) {
1372
+ return e % 60 === 0 ? (e > 0 ? "-" : "+") + T(Math.abs(e) / 60, 2) : ae(e, t);
1409
1373
  }
1410
- function te(e, t = "") {
1411
- const n = e > 0 ? "-" : "+", r = Math.abs(e), o = x(Math.trunc(r / 60), 2), s = x(r % 60, 2);
1412
- return n + o + t + s;
1374
+ function ae(e, t = "") {
1375
+ const r = e > 0 ? "-" : "+", n = Math.abs(e), o = T(Math.trunc(n / 60), 2), i = T(n % 60, 2);
1376
+ return r + o + t + i;
1413
1377
  }
1414
- const et = (e, t) => {
1378
+ const mt = (e, t) => {
1415
1379
  switch (e) {
1416
1380
  case "P":
1417
1381
  return t.date({ width: "short" });
@@ -1419,11 +1383,10 @@ const et = (e, t) => {
1419
1383
  return t.date({ width: "medium" });
1420
1384
  case "PPP":
1421
1385
  return t.date({ width: "long" });
1422
- case "PPPP":
1423
1386
  default:
1424
1387
  return t.date({ width: "full" });
1425
1388
  }
1426
- }, wt = (e, t) => {
1389
+ }, Tt = (e, t) => {
1427
1390
  switch (e) {
1428
1391
  case "p":
1429
1392
  return t.time({ width: "short" });
@@ -1431,168 +1394,198 @@ const et = (e, t) => {
1431
1394
  return t.time({ width: "medium" });
1432
1395
  case "ppp":
1433
1396
  return t.time({ width: "long" });
1434
- case "pppp":
1435
1397
  default:
1436
1398
  return t.time({ width: "full" });
1437
1399
  }
1438
- }, hr = (e, t) => {
1439
- const n = e.match(/(P+)(p+)?/) || [], r = n[1], o = n[2];
1400
+ }, Yr = (e, t) => {
1401
+ const r = e.match(/(P+)(p+)?/) || [], n = r[1], o = r[2];
1440
1402
  if (!o)
1441
- return et(e, t);
1442
- let s;
1443
- switch (r) {
1403
+ return mt(e, t);
1404
+ let i;
1405
+ switch (n) {
1444
1406
  case "P":
1445
- s = t.dateTime({ width: "short" });
1407
+ i = t.dateTime({ width: "short" });
1446
1408
  break;
1447
1409
  case "PP":
1448
- s = t.dateTime({ width: "medium" });
1410
+ i = t.dateTime({ width: "medium" });
1449
1411
  break;
1450
1412
  case "PPP":
1451
- s = t.dateTime({ width: "long" });
1413
+ i = t.dateTime({ width: "long" });
1452
1414
  break;
1453
- case "PPPP":
1454
1415
  default:
1455
- s = t.dateTime({ width: "full" });
1416
+ i = t.dateTime({ width: "full" });
1456
1417
  break;
1457
1418
  }
1458
- return s.replace("{{date}}", et(r, t)).replace("{{time}}", wt(o, t));
1459
- }, mr = {
1460
- p: wt,
1461
- P: hr
1462
- }, yr = /^D+$/, gr = /^Y+$/, pr = ["D", "DD", "YY", "YYYY"];
1463
- function wr(e) {
1464
- return yr.test(e);
1465
- }
1466
- function br(e) {
1467
- return gr.test(e);
1468
- }
1469
- function Mr(e, t, n) {
1470
- const r = kr(e, t, n);
1471
- if (console.warn(r), pr.includes(e)) throw new RangeError(r);
1472
- }
1473
- function kr(e, t, n) {
1474
- const r = e[0] === "Y" ? "years" : "days of the month";
1475
- return `Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${t}\`) for formatting ${r} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`;
1476
- }
1477
- const Dr = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, vr = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, Or = /^'([^]*?)'?$/, Wr = /''/g, Sr = /[a-zA-Z]/;
1478
- function Cr(e, t, n) {
1479
- const r = ye(), o = n?.locale ?? r.locale ?? qe, s = n?.firstWeekContainsDate ?? n?.locale?.options?.firstWeekContainsDate ?? r.firstWeekContainsDate ?? r.locale?.options?.firstWeekContainsDate ?? 1, i = n?.weekStartsOn ?? n?.locale?.options?.weekStartsOn ?? r.weekStartsOn ?? r.locale?.options?.weekStartsOn ?? 0, a = Y(e, n?.in);
1480
- if (!Wn(a))
1419
+ return i.replace("{{date}}", mt(n, t)).replace("{{time}}", Tt(o, t));
1420
+ }, Tr = {
1421
+ p: Tt,
1422
+ P: Yr
1423
+ }, Pr = /^D+$/, Er = /^Y+$/, _r = ["D", "DD", "YY", "YYYY"];
1424
+ function Fr(e) {
1425
+ return Pr.test(e);
1426
+ }
1427
+ function Br(e) {
1428
+ return Er.test(e);
1429
+ }
1430
+ function Ir(e, t, r) {
1431
+ const n = Hr(e, t, r);
1432
+ if (console.warn(n), _r.includes(e)) throw new RangeError(n);
1433
+ }
1434
+ function Hr(e, t, r) {
1435
+ const n = e[0] === "Y" ? "years" : "days of the month";
1436
+ return `Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${t}\`) for formatting ${n} to the input \`${r}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`;
1437
+ }
1438
+ const Ar = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, qr = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, jr = /^'([^]*?)'?$/, Gr = /''/g, $r = /[a-zA-Z]/;
1439
+ function be(e, t, r) {
1440
+ const n = Me(), o = r?.locale ?? n.locale ?? fe, i = r?.firstWeekContainsDate ?? r?.locale?.options?.firstWeekContainsDate ?? n.firstWeekContainsDate ?? n.locale?.options?.firstWeekContainsDate ?? 1, a = r?.weekStartsOn ?? r?.locale?.options?.weekStartsOn ?? n.weekStartsOn ?? n.locale?.options?.weekStartsOn ?? 0, s = P(e, r?.in);
1441
+ if (!$n(s))
1481
1442
  throw new RangeError("Invalid time value");
1482
- let c = t.match(vr).map((l) => {
1483
- const u = l[0];
1484
- if (u === "p" || u === "P") {
1485
- const h = mr[u];
1486
- return h(l, o.formatLong);
1443
+ let c = t.match(qr).map((f) => {
1444
+ const l = f[0];
1445
+ if (l === "p" || l === "P") {
1446
+ const d = Tr[l];
1447
+ return d(f, o.formatLong);
1487
1448
  }
1488
- return l;
1489
- }).join("").match(Dr).map((l) => {
1490
- if (l === "''")
1449
+ return f;
1450
+ }).join("").match(Ar).map((f) => {
1451
+ if (f === "''")
1491
1452
  return { isToken: !1, value: "'" };
1492
- const u = l[0];
1493
- if (u === "'")
1494
- return { isToken: !1, value: Nr(l) };
1495
- if (Ve[u])
1496
- return { isToken: !0, value: l };
1497
- if (u.match(Sr))
1453
+ const l = f[0];
1454
+ if (l === "'")
1455
+ return { isToken: !1, value: Rr(f) };
1456
+ if (ft[l])
1457
+ return { isToken: !0, value: f };
1458
+ if (l.match($r))
1498
1459
  throw new RangeError(
1499
- "Format string contains an unescaped latin alphabet character `" + u + "`"
1460
+ "Format string contains an unescaped latin alphabet character `" + l + "`"
1500
1461
  );
1501
- return { isToken: !1, value: l };
1462
+ return { isToken: !1, value: f };
1502
1463
  });
1503
- o.localize.preprocessor && (c = o.localize.preprocessor(a, c));
1504
- const f = {
1505
- firstWeekContainsDate: s,
1506
- weekStartsOn: i,
1464
+ o.localize.preprocessor && (c = o.localize.preprocessor(s, c));
1465
+ const u = {
1466
+ firstWeekContainsDate: i,
1467
+ weekStartsOn: a,
1507
1468
  locale: o
1508
1469
  };
1509
- return c.map((l) => {
1510
- if (!l.isToken) return l.value;
1511
- const u = l.value;
1512
- (!n?.useAdditionalWeekYearTokens && br(u) || !n?.useAdditionalDayOfYearTokens && wr(u)) && Mr(u, t, String(e));
1513
- const h = Ve[u[0]];
1514
- return h(a, u, o.localize, f);
1470
+ return c.map((f) => {
1471
+ if (!f.isToken) return f.value;
1472
+ const l = f.value;
1473
+ (!r?.useAdditionalWeekYearTokens && Br(l) || !r?.useAdditionalDayOfYearTokens && Fr(l)) && Ir(l, t, String(e));
1474
+ const d = ft[l[0]];
1475
+ return d(s, l, o.localize, u);
1515
1476
  }).join("");
1516
1477
  }
1517
- function Nr(e) {
1518
- const t = e.match(Or);
1519
- return t ? t[1].replace(Wr, "'") : e;
1478
+ function Rr(e) {
1479
+ const t = e.match(jr);
1480
+ return t ? t[1].replace(Gr, "'") : e;
1520
1481
  }
1521
- function xr(e, t) {
1522
- const n = Y(e, t?.in), r = n.getFullYear(), o = n.getMonth(), s = F(n, 0);
1523
- return s.setFullYear(r, o + 1, 0), s.setHours(0, 0, 0, 0), s.getDate();
1482
+ function zr(e, t) {
1483
+ const r = P(e, t?.in), n = r.getFullYear(), o = r.getMonth(), i = B(r, 0);
1484
+ return i.setFullYear(n, o + 1, 0), i.setHours(0, 0, 0, 0), i.getDate();
1524
1485
  }
1525
- function Yr(e, t) {
1526
- return Y(e, t?.in).getMonth();
1486
+ function Qr(e, t) {
1487
+ return P(e, t?.in).getMonth();
1527
1488
  }
1528
- function Tr(e, t) {
1529
- return Y(e, t?.in).getFullYear();
1489
+ function Vr(e, t) {
1490
+ return P(e, t?.in).getFullYear();
1530
1491
  }
1531
- function Er(e, t) {
1532
- return +Y(e) > +Y(t);
1492
+ function Xr(e, t) {
1493
+ return +P(e) > +P(t);
1533
1494
  }
1534
- function Pr(e, t) {
1535
- return +Y(e) < +Y(t);
1495
+ function Ur(e, t) {
1496
+ return +P(e) < +P(t);
1536
1497
  }
1537
- function _r(e, t, n) {
1538
- const [r, o] = ce(
1539
- n?.in,
1498
+ function Zr(e, t, r) {
1499
+ const [n, o] = he(
1500
+ r?.in,
1540
1501
  e,
1541
1502
  t
1542
1503
  );
1543
- return r.getFullYear() === o.getFullYear() && r.getMonth() === o.getMonth();
1504
+ return n.getFullYear() === o.getFullYear() && n.getMonth() === o.getMonth();
1544
1505
  }
1545
- function Fr(e, t, n) {
1546
- const [r, o] = ce(
1547
- n?.in,
1506
+ function Kr(e, t, r) {
1507
+ const [n, o] = he(
1508
+ r?.in,
1548
1509
  e,
1549
1510
  t
1550
1511
  );
1551
- return r.getFullYear() === o.getFullYear();
1552
- }
1553
- function Br(e, t, n) {
1554
- const r = Y(e, n?.in), o = r.getFullYear(), s = r.getDate(), i = F(e, 0);
1555
- i.setFullYear(o, t, 15), i.setHours(0, 0, 0, 0);
1556
- const a = xr(i);
1557
- return r.setMonth(t, Math.min(s, a)), r;
1558
- }
1559
- function Ir(e, t, n) {
1560
- const r = Y(e, n?.in);
1561
- return isNaN(+r) ? F(e, NaN) : (r.setFullYear(t), r);
1562
- }
1563
- const tt = 5, Hr = 4;
1564
- function qr(e, t) {
1565
- const n = t.startOfMonth(e), r = n.getDay() > 0 ? n.getDay() : 7, o = t.addDays(e, -r + 1), s = t.addDays(o, tt * 7 - 1);
1566
- return t.getMonth(e) === t.getMonth(s) ? tt : Hr;
1567
- }
1568
- function bt(e, t) {
1569
- const n = t.startOfMonth(e), r = n.getDay();
1570
- return r === 1 ? n : r === 0 ? t.addDays(n, -1 * 6) : t.addDays(n, -1 * (r - 1));
1571
- }
1572
- function Ar(e, t) {
1573
- const n = bt(e, t), r = qr(e, t);
1574
- return t.addDays(n, r * 7 - 1);
1575
- }
1576
- class Z {
1512
+ return n.getFullYear() === o.getFullYear();
1513
+ }
1514
+ function Jr(e, t, r) {
1515
+ const n = P(e, r?.in), o = n.getFullYear(), i = n.getDate(), a = B(e, 0);
1516
+ a.setFullYear(o, t, 15), a.setHours(0, 0, 0, 0);
1517
+ const s = zr(a);
1518
+ return n.setMonth(t, Math.min(i, s)), n;
1519
+ }
1520
+ function Lr(e, t, r) {
1521
+ const n = P(e, r?.in);
1522
+ return isNaN(+n) ? B(e, NaN) : (n.setFullYear(t), n);
1523
+ }
1524
+ const yt = 5, eo = 4;
1525
+ function to(e, t) {
1526
+ const r = t.startOfMonth(e), n = r.getDay() > 0 ? r.getDay() : 7, o = t.addDays(e, -n + 1), i = t.addDays(o, yt * 7 - 1);
1527
+ return t.getMonth(e) === t.getMonth(i) ? yt : eo;
1528
+ }
1529
+ function Pt(e, t) {
1530
+ const r = t.startOfMonth(e), n = r.getDay();
1531
+ return n === 1 ? r : n === 0 ? t.addDays(r, -6) : t.addDays(r, -1 * (n - 1));
1532
+ }
1533
+ function no(e, t) {
1534
+ const r = Pt(e, t), n = to(e, t);
1535
+ return t.addDays(r, n * 7 - 1);
1536
+ }
1537
+ const Et = {
1538
+ ...fe,
1539
+ labels: {
1540
+ labelDayButton: (e, t, r, n) => {
1541
+ let o;
1542
+ n && typeof n.format == "function" ? o = n.format.bind(n) : o = (a, s) => be(a, s, { locale: fe, ...r });
1543
+ let i = o(e, "PPPP");
1544
+ return t.today && (i = `Today, ${i}`), t.selected && (i = `${i}, selected`), i;
1545
+ },
1546
+ labelMonthDropdown: "Choose the Month",
1547
+ labelNext: "Go to the Next Month",
1548
+ labelPrevious: "Go to the Previous Month",
1549
+ labelWeekNumber: (e) => `Week ${e}`,
1550
+ labelYearDropdown: "Choose the Year",
1551
+ labelGrid: (e, t, r) => {
1552
+ let n;
1553
+ return r && typeof r.format == "function" ? n = r.format.bind(r) : n = (o, i) => be(o, i, { locale: fe, ...t }), n(e, "LLLL yyyy");
1554
+ },
1555
+ labelGridcell: (e, t, r, n) => {
1556
+ let o;
1557
+ n && typeof n.format == "function" ? o = n.format.bind(n) : o = (a, s) => be(a, s, { locale: fe, ...r });
1558
+ let i = o(e, "PPPP");
1559
+ return t?.today && (i = `Today, ${i}`), i;
1560
+ },
1561
+ labelNav: "Navigation bar",
1562
+ labelWeekNumberHeader: "Week Number",
1563
+ labelWeekday: (e, t, r) => {
1564
+ let n;
1565
+ return r && typeof r.format == "function" ? n = r.format.bind(r) : n = (o, i) => be(o, i, { locale: fe, ...t }), n(e, "cccc");
1566
+ }
1567
+ }
1568
+ };
1569
+ class G {
1577
1570
  /**
1578
1571
  * Creates an instance of `DateLib`.
1579
1572
  *
1580
1573
  * @param options Configuration options for the date library.
1581
1574
  * @param overrides Custom overrides for the date library functions.
1582
1575
  */
1583
- constructor(t, n) {
1584
- this.Date = Date, this.today = () => this.overrides?.today ? this.overrides.today() : this.options.timeZone ? I.tz(this.options.timeZone) : new this.Date(), this.newDate = (r, o, s) => this.overrides?.newDate ? this.overrides.newDate(r, o, s) : this.options.timeZone ? new I(r, o, s, this.options.timeZone) : new Date(r, o, s), this.addDays = (r, o) => this.overrides?.addDays ? this.overrides.addDays(r, o) : it(r, o), this.addMonths = (r, o) => this.overrides?.addMonths ? this.overrides.addMonths(r, o) : ct(r, o), this.addWeeks = (r, o) => this.overrides?.addWeeks ? this.overrides.addWeeks(r, o) : Mn(r, o), this.addYears = (r, o) => this.overrides?.addYears ? this.overrides.addYears(r, o) : kn(r, o), this.differenceInCalendarDays = (r, o) => this.overrides?.differenceInCalendarDays ? this.overrides.differenceInCalendarDays(r, o) : ft(r, o), this.differenceInCalendarMonths = (r, o) => this.overrides?.differenceInCalendarMonths ? this.overrides.differenceInCalendarMonths(r, o) : Sn(r, o), this.eachMonthOfInterval = (r) => this.overrides?.eachMonthOfInterval ? this.overrides.eachMonthOfInterval(r) : Nn(r), this.eachYearOfInterval = (r) => {
1585
- const o = this.overrides?.eachYearOfInterval ? this.overrides.eachYearOfInterval(r) : Tn(r), s = new Set(o.map((a) => this.getYear(a)));
1586
- if (s.size === o.length)
1576
+ constructor(t, r) {
1577
+ this.Date = Date, this.today = () => this.overrides?.today ? this.overrides.today() : this.options.timeZone ? H.tz(this.options.timeZone) : new this.Date(), this.newDate = (n, o, i) => this.overrides?.newDate ? this.overrides.newDate(n, o, i) : this.options.timeZone ? new H(n, o, i, this.options.timeZone) : new Date(n, o, i), this.addDays = (n, o) => this.overrides?.addDays ? this.overrides.addDays(n, o) : Dt(n, o), this.addMonths = (n, o) => this.overrides?.addMonths ? this.overrides.addMonths(n, o) : Ot(n, o), this.addWeeks = (n, o) => this.overrides?.addWeeks ? this.overrides.addWeeks(n, o) : Hn(n, o), this.addYears = (n, o) => this.overrides?.addYears ? this.overrides.addYears(n, o) : An(n, o), this.differenceInCalendarDays = (n, o) => this.overrides?.differenceInCalendarDays ? this.overrides.differenceInCalendarDays(n, o) : Ve(n, o), this.differenceInCalendarMonths = (n, o) => this.overrides?.differenceInCalendarMonths ? this.overrides.differenceInCalendarMonths(n, o) : St(n, o), this.eachMonthOfInterval = (n) => this.overrides?.eachMonthOfInterval ? this.overrides.eachMonthOfInterval(n) : zn(n), this.eachYearOfInterval = (n) => {
1578
+ const o = this.overrides?.eachYearOfInterval ? this.overrides.eachYearOfInterval(n) : Xn(n), i = new Set(o.map((s) => this.getYear(s)));
1579
+ if (i.size === o.length)
1587
1580
  return o;
1588
- const i = [];
1589
- return s.forEach((a) => {
1590
- i.push(new Date(a, 0, 1));
1591
- }), i;
1592
- }, this.endOfBroadcastWeek = (r) => this.overrides?.endOfBroadcastWeek ? this.overrides.endOfBroadcastWeek(r) : Ar(r, this), this.endOfISOWeek = (r) => this.overrides?.endOfISOWeek ? this.overrides.endOfISOWeek(r) : En(r), this.endOfMonth = (r) => this.overrides?.endOfMonth ? this.overrides.endOfMonth(r) : Cn(r), this.endOfWeek = (r, o) => this.overrides?.endOfWeek ? this.overrides.endOfWeek(r, o) : mt(r, this.options), this.endOfYear = (r) => this.overrides?.endOfYear ? this.overrides.endOfYear(r) : Yn(r), this.format = (r, o, s) => {
1593
- const i = this.overrides?.format ? this.overrides.format(r, o, this.options) : Cr(r, o, this.options);
1594
- return this.options.numerals && this.options.numerals !== "latn" ? this.replaceDigits(i) : i;
1595
- }, this.getISOWeek = (r) => this.overrides?.getISOWeek ? this.overrides.getISOWeek(r) : yt(r), this.getMonth = (r, o) => this.overrides?.getMonth ? this.overrides.getMonth(r, this.options) : Yr(r, this.options), this.getYear = (r, o) => this.overrides?.getYear ? this.overrides.getYear(r, this.options) : Tr(r, this.options), this.getWeek = (r, o) => this.overrides?.getWeek ? this.overrides.getWeek(r, this.options) : pt(r, this.options), this.isAfter = (r, o) => this.overrides?.isAfter ? this.overrides.isAfter(r, o) : Er(r, o), this.isBefore = (r, o) => this.overrides?.isBefore ? this.overrides.isBefore(r, o) : Pr(r, o), this.isDate = (r) => this.overrides?.isDate ? this.overrides.isDate(r) : lt(r), this.isSameDay = (r, o) => this.overrides?.isSameDay ? this.overrides.isSameDay(r, o) : On(r, o), this.isSameMonth = (r, o) => this.overrides?.isSameMonth ? this.overrides.isSameMonth(r, o) : _r(r, o), this.isSameYear = (r, o) => this.overrides?.isSameYear ? this.overrides.isSameYear(r, o) : Fr(r, o), this.max = (r) => this.overrides?.max ? this.overrides.max(r) : Dn(r), this.min = (r) => this.overrides?.min ? this.overrides.min(r) : vn(r), this.setMonth = (r, o) => this.overrides?.setMonth ? this.overrides.setMonth(r, o) : Br(r, o), this.setYear = (r, o) => this.overrides?.setYear ? this.overrides.setYear(r, o) : Ir(r, o), this.startOfBroadcastWeek = (r, o) => this.overrides?.startOfBroadcastWeek ? this.overrides.startOfBroadcastWeek(r, this) : bt(r, this), this.startOfDay = (r) => this.overrides?.startOfDay ? this.overrides.startOfDay(r) : me(r), this.startOfISOWeek = (r) => this.overrides?.startOfISOWeek ? this.overrides.startOfISOWeek(r) : he(r), this.startOfMonth = (r) => this.overrides?.startOfMonth ? this.overrides.startOfMonth(r) : xn(r), this.startOfWeek = (r, o) => this.overrides?.startOfWeek ? this.overrides.startOfWeek(r, this.options) : ie(r, this.options), this.startOfYear = (r) => this.overrides?.startOfYear ? this.overrides.startOfYear(r) : ht(r), this.options = { locale: qe, ...t }, this.overrides = n;
1581
+ const a = [];
1582
+ return i.forEach((s) => {
1583
+ a.push(new Date(s, 0, 1));
1584
+ }), a;
1585
+ }, this.endOfBroadcastWeek = (n) => this.overrides?.endOfBroadcastWeek ? this.overrides.endOfBroadcastWeek(n) : no(n, this), this.endOfISOWeek = (n) => this.overrides?.endOfISOWeek ? this.overrides.endOfISOWeek(n) : Un(n), this.endOfMonth = (n) => this.overrides?.endOfMonth ? this.overrides.endOfMonth(n) : Rn(n), this.endOfWeek = (n, o) => this.overrides?.endOfWeek ? this.overrides.endOfWeek(n, o) : xt(n, this.options), this.endOfYear = (n) => this.overrides?.endOfYear ? this.overrides.endOfYear(n) : Vn(n), this.format = (n, o, i) => {
1586
+ const a = this.overrides?.format ? this.overrides.format(n, o, this.options) : be(n, o, this.options);
1587
+ return this.options.numerals && this.options.numerals !== "latn" ? this.replaceDigits(a) : a;
1588
+ }, this.getISOWeek = (n) => this.overrides?.getISOWeek ? this.overrides.getISOWeek(n) : Xe(n), this.getMonth = (n, o) => this.overrides?.getMonth ? this.overrides.getMonth(n, this.options) : Qr(n, this.options), this.getYear = (n, o) => this.overrides?.getYear ? this.overrides.getYear(n, this.options) : Vr(n, this.options), this.getWeek = (n, o) => this.overrides?.getWeek ? this.overrides.getWeek(n, this.options) : Ue(n, this.options), this.isAfter = (n, o) => this.overrides?.isAfter ? this.overrides.isAfter(n, o) : Xr(n, o), this.isBefore = (n, o) => this.overrides?.isBefore ? this.overrides.isBefore(n, o) : Ur(n, o), this.isDate = (n) => this.overrides?.isDate ? this.overrides.isDate(n) : Wt(n), this.isSameDay = (n, o) => this.overrides?.isSameDay ? this.overrides.isSameDay(n, o) : Gn(n, o), this.isSameMonth = (n, o) => this.overrides?.isSameMonth ? this.overrides.isSameMonth(n, o) : Zr(n, o), this.isSameYear = (n, o) => this.overrides?.isSameYear ? this.overrides.isSameYear(n, o) : Kr(n, o), this.max = (n) => this.overrides?.max ? this.overrides.max(n) : qn(n), this.min = (n) => this.overrides?.min ? this.overrides.min(n) : jn(n), this.setMonth = (n, o) => this.overrides?.setMonth ? this.overrides.setMonth(n, o) : Jr(n, o), this.setYear = (n, o) => this.overrides?.setYear ? this.overrides.setYear(n, o) : Lr(n, o), this.startOfBroadcastWeek = (n, o) => this.overrides?.startOfBroadcastWeek ? this.overrides.startOfBroadcastWeek(n, this) : Pt(n, this), this.startOfDay = (n) => this.overrides?.startOfDay ? this.overrides.startOfDay(n) : pe(n), this.startOfISOWeek = (n) => this.overrides?.startOfISOWeek ? this.overrides.startOfISOWeek(n) : we(n), this.startOfMonth = (n) => this.overrides?.startOfMonth ? this.overrides.startOfMonth(n) : Qn(n), this.startOfWeek = (n, o) => this.overrides?.startOfWeek ? this.overrides.startOfWeek(n, this.options) : de(n, this.options), this.startOfYear = (n) => this.overrides?.startOfYear ? this.overrides.startOfYear(n) : Ct(n), this.options = { locale: Et, ...t }, this.overrides = r;
1596
1589
  }
1597
1590
  /**
1598
1591
  * Generates a mapping of Arabic digits (0-9) to the target numbering system
@@ -1602,12 +1595,12 @@ class Z {
1602
1595
  * @returns A record mapping Arabic digits to the target numerals.
1603
1596
  */
1604
1597
  getDigitMap() {
1605
- const { numerals: t = "latn" } = this.options, n = new Intl.NumberFormat("en-US", {
1598
+ const { numerals: t = "latn" } = this.options, r = new Intl.NumberFormat("en-US", {
1606
1599
  numberingSystem: t
1607
- }), r = {};
1600
+ }), n = {};
1608
1601
  for (let o = 0; o < 10; o++)
1609
- r[o.toString()] = n.format(o);
1610
- return r;
1602
+ n[o.toString()] = r.format(o);
1603
+ return n;
1611
1604
  }
1612
1605
  /**
1613
1606
  * Replaces Arabic digits in a string with the target numbering system digits.
@@ -1617,8 +1610,8 @@ class Z {
1617
1610
  * @returns The string with digits replaced.
1618
1611
  */
1619
1612
  replaceDigits(t) {
1620
- const n = this.getDigitMap();
1621
- return t.replace(/\d/g, (r) => n[r] || r);
1613
+ const r = this.getDigitMap();
1614
+ return t.replace(/\d/g, (n) => r[n] || n);
1622
1615
  }
1623
1616
  /**
1624
1617
  * Formats a number using the configured numbering system.
@@ -1636,7 +1629,7 @@ class Z {
1636
1629
  */
1637
1630
  getMonthYearOrder() {
1638
1631
  const t = this.options.locale?.code;
1639
- return t && Z.yearFirstLocales.has(t) ? "year-first" : "month-first";
1632
+ return t && G.yearFirstLocales.has(t) ? "year-first" : "month-first";
1640
1633
  }
1641
1634
  /**
1642
1635
  * Formats the month/year pair respecting locale conventions.
@@ -1644,22 +1637,22 @@ class Z {
1644
1637
  * @since 9.11.0
1645
1638
  */
1646
1639
  formatMonthYear(t) {
1647
- const { locale: n, timeZone: r, numerals: o } = this.options, s = n?.code;
1648
- if (s && Z.yearFirstLocales.has(s))
1640
+ const { locale: r, timeZone: n, numerals: o } = this.options, i = r?.code;
1641
+ if (i && G.yearFirstLocales.has(i))
1649
1642
  try {
1650
- return new Intl.DateTimeFormat(s, {
1643
+ return new Intl.DateTimeFormat(i, {
1651
1644
  month: "long",
1652
1645
  year: "numeric",
1653
- timeZone: r,
1646
+ timeZone: n,
1654
1647
  numberingSystem: o
1655
1648
  }).format(t);
1656
1649
  } catch {
1657
1650
  }
1658
- const i = this.getMonthYearOrder() === "year-first" ? "y LLLL" : "LLLL y";
1659
- return this.format(t, i);
1651
+ const a = this.getMonthYearOrder() === "year-first" ? "y LLLL" : "LLLL y";
1652
+ return this.format(t, a);
1660
1653
  }
1661
1654
  }
1662
- Z.yearFirstLocales = /* @__PURE__ */ new Set([
1655
+ G.yearFirstLocales = /* @__PURE__ */ new Set([
1663
1656
  "eu",
1664
1657
  "hu",
1665
1658
  "ja",
@@ -1678,10 +1671,10 @@ Z.yearFirstLocales = /* @__PURE__ */ new Set([
1678
1671
  "zh-HK",
1679
1672
  "zh-TW"
1680
1673
  ]);
1681
- const U = new Z();
1682
- class Mt {
1683
- constructor(t, n, r = U) {
1684
- this.date = t, this.displayMonth = n, this.outside = !!(n && !r.isSameMonth(t, n)), this.dateLib = r;
1674
+ const L = new G();
1675
+ class _t {
1676
+ constructor(t, r, n = L) {
1677
+ this.date = t, this.displayMonth = r, this.outside = !!(r && !n.isSameMonth(t, r)), this.dateLib = n, this.isoDate = n.format(t, "yyyy-MM-dd"), this.displayMonthId = n.format(r, "yyyy-MM"), this.dateMonthId = n.format(t, "yyyy-MM");
1685
1678
  }
1686
1679
  /**
1687
1680
  * Checks if this day is equal to another `CalendarDay`, considering both the
@@ -1694,265 +1687,265 @@ class Mt {
1694
1687
  return this.dateLib.isSameDay(t.date, this.date) && this.dateLib.isSameMonth(t.displayMonth, this.displayMonth);
1695
1688
  }
1696
1689
  }
1697
- class jr {
1698
- constructor(t, n) {
1699
- this.date = t, this.weeks = n;
1690
+ class ro {
1691
+ constructor(t, r) {
1692
+ this.date = t, this.weeks = r;
1700
1693
  }
1701
1694
  }
1702
- class Rr {
1703
- constructor(t, n) {
1704
- this.days = n, this.weekNumber = t;
1695
+ class oo {
1696
+ constructor(t, r) {
1697
+ this.days = r, this.weekNumber = t;
1705
1698
  }
1706
1699
  }
1707
- function Zr(e) {
1708
- return d.createElement("button", { ...e });
1700
+ function so(e) {
1701
+ return h.createElement("button", { ...e });
1709
1702
  }
1710
- function $r(e) {
1711
- return d.createElement("span", { ...e });
1703
+ function ao(e) {
1704
+ return h.createElement("span", { ...e });
1712
1705
  }
1713
- function Gr(e) {
1714
- const { size: t = 24, orientation: n = "left", className: r } = e;
1706
+ function io(e) {
1707
+ const { size: t = 24, orientation: r = "left", className: n } = e;
1715
1708
  return (
1716
1709
  // biome-ignore lint/a11y/noSvgWithoutTitle: handled by the parent component
1717
- d.createElement(
1710
+ h.createElement(
1718
1711
  "svg",
1719
- { className: r, width: t, height: t, viewBox: "0 0 24 24" },
1720
- n === "up" && d.createElement("polygon", { points: "6.77 17 12.5 11.43 18.24 17 20 15.28 12.5 8 5 15.28" }),
1721
- n === "down" && d.createElement("polygon", { points: "6.77 8 12.5 13.57 18.24 8 20 9.72 12.5 17 5 9.72" }),
1722
- n === "left" && d.createElement("polygon", { points: "16 18.112 9.81111111 12 16 5.87733333 14.0888889 4 6 12 14.0888889 20" }),
1723
- n === "right" && d.createElement("polygon", { points: "8 18.112 14.18888889 12 8 5.87733333 9.91111111 4 18 12 9.91111111 20" })
1712
+ { className: n, width: t, height: t, viewBox: "0 0 24 24" },
1713
+ r === "up" && h.createElement("polygon", { points: "6.77 17 12.5 11.43 18.24 17 20 15.28 12.5 8 5 15.28" }),
1714
+ r === "down" && h.createElement("polygon", { points: "6.77 8 12.5 13.57 18.24 8 20 9.72 12.5 17 5 9.72" }),
1715
+ r === "left" && h.createElement("polygon", { points: "16 18.112 9.81111111 12 16 5.87733333 14.0888889 4 6 12 14.0888889 20" }),
1716
+ r === "right" && h.createElement("polygon", { points: "8 18.112 14.18888889 12 8 5.87733333 9.91111111 4 18 12 9.91111111 20" })
1724
1717
  )
1725
1718
  );
1726
1719
  }
1727
- function zr(e) {
1728
- const { day: t, modifiers: n, ...r } = e;
1729
- return d.createElement("td", { ...r });
1720
+ function co(e) {
1721
+ const { day: t, modifiers: r, ...n } = e;
1722
+ return h.createElement("td", { ...n });
1730
1723
  }
1731
- function Lr(e) {
1732
- const { day: t, modifiers: n, ...r } = e, o = d.useRef(null);
1733
- return d.useEffect(() => {
1734
- n.focused && o.current?.focus();
1735
- }, [n.focused]), d.createElement("button", { ref: o, ...r });
1724
+ function uo(e) {
1725
+ const { day: t, modifiers: r, ...n } = e, o = h.useRef(null);
1726
+ return h.useEffect(() => {
1727
+ r.focused && o.current?.focus();
1728
+ }, [r.focused]), h.createElement("button", { ref: o, ...n });
1736
1729
  }
1737
- var m;
1730
+ var y;
1738
1731
  (function(e) {
1739
1732
  e.Root = "root", e.Chevron = "chevron", e.Day = "day", e.DayButton = "day_button", e.CaptionLabel = "caption_label", e.Dropdowns = "dropdowns", e.Dropdown = "dropdown", e.DropdownRoot = "dropdown_root", e.Footer = "footer", e.MonthGrid = "month_grid", e.MonthCaption = "month_caption", e.MonthsDropdown = "months_dropdown", e.Month = "month", e.Months = "months", e.Nav = "nav", e.NextMonthButton = "button_next", e.PreviousMonthButton = "button_previous", e.Week = "week", e.Weeks = "weeks", e.Weekday = "weekday", e.Weekdays = "weekdays", e.WeekNumber = "week_number", e.WeekNumberHeader = "week_number_header", e.YearsDropdown = "years_dropdown";
1740
- })(m || (m = {}));
1733
+ })(y || (y = {}));
1741
1734
  var _;
1742
1735
  (function(e) {
1743
1736
  e.disabled = "disabled", e.hidden = "hidden", e.outside = "outside", e.focused = "focused", e.today = "today";
1744
1737
  })(_ || (_ = {}));
1745
- var L;
1738
+ var U;
1746
1739
  (function(e) {
1747
1740
  e.range_end = "range_end", e.range_middle = "range_middle", e.range_start = "range_start", e.selected = "selected";
1748
- })(L || (L = {}));
1749
- var R;
1741
+ })(U || (U = {}));
1742
+ var j;
1750
1743
  (function(e) {
1751
1744
  e.weeks_before_enter = "weeks_before_enter", e.weeks_before_exit = "weeks_before_exit", e.weeks_after_enter = "weeks_after_enter", e.weeks_after_exit = "weeks_after_exit", e.caption_after_enter = "caption_after_enter", e.caption_after_exit = "caption_after_exit", e.caption_before_enter = "caption_before_enter", e.caption_before_exit = "caption_before_exit";
1752
- })(R || (R = {}));
1753
- function Qr(e) {
1754
- const { options: t, className: n, components: r, classNames: o, ...s } = e, i = [o[m.Dropdown], n].join(" "), a = t?.find(({ value: c }) => c === s.value);
1755
- return d.createElement(
1745
+ })(j || (j = {}));
1746
+ function lo(e) {
1747
+ const { options: t, className: r, components: n, classNames: o, ...i } = e, a = [o[y.Dropdown], r].join(" "), s = t?.find(({ value: c }) => c === i.value);
1748
+ return h.createElement(
1756
1749
  "span",
1757
- { "data-disabled": s.disabled, className: o[m.DropdownRoot] },
1758
- d.createElement(r.Select, { className: i, ...s }, t?.map(({ value: c, label: f, disabled: l }) => d.createElement(r.Option, { key: c, value: c, disabled: l }, f))),
1759
- d.createElement(
1750
+ { "data-disabled": i.disabled, className: o[y.DropdownRoot] },
1751
+ h.createElement(n.Select, { className: a, ...i }, t?.map(({ value: c, label: u, disabled: f }) => h.createElement(n.Option, { key: c, value: c, disabled: f }, u))),
1752
+ h.createElement(
1760
1753
  "span",
1761
- { className: o[m.CaptionLabel], "aria-hidden": !0 },
1762
- a?.label,
1763
- d.createElement(r.Chevron, { orientation: "down", size: 18, className: o[m.Chevron] })
1754
+ { className: o[y.CaptionLabel], "aria-hidden": !0 },
1755
+ s?.label,
1756
+ h.createElement(n.Chevron, { orientation: "down", size: 18, className: o[y.Chevron] })
1764
1757
  )
1765
1758
  );
1766
1759
  }
1767
- function Xr(e) {
1768
- return d.createElement("div", { ...e });
1760
+ function fo(e) {
1761
+ return h.createElement("div", { ...e });
1769
1762
  }
1770
- function Ur(e) {
1771
- return d.createElement("div", { ...e });
1763
+ function ho(e) {
1764
+ return h.createElement("div", { ...e });
1772
1765
  }
1773
- function Vr(e) {
1774
- const { calendarMonth: t, displayIndex: n, ...r } = e;
1775
- return d.createElement("div", { ...r }, e.children);
1766
+ function mo(e) {
1767
+ const { calendarMonth: t, displayIndex: r, ...n } = e;
1768
+ return h.createElement("div", { ...n }, e.children);
1776
1769
  }
1777
- function Kr(e) {
1778
- const { calendarMonth: t, displayIndex: n, ...r } = e;
1779
- return d.createElement("div", { ...r });
1770
+ function yo(e) {
1771
+ const { calendarMonth: t, displayIndex: r, ...n } = e;
1772
+ return h.createElement("div", { ...n });
1780
1773
  }
1781
- function Jr(e) {
1782
- return d.createElement("table", { ...e });
1774
+ function go(e) {
1775
+ return h.createElement("table", { ...e });
1783
1776
  }
1784
- function eo(e) {
1785
- return d.createElement("div", { ...e });
1777
+ function bo(e) {
1778
+ return h.createElement("div", { ...e });
1786
1779
  }
1787
- const kt = sn(void 0);
1788
- function ge() {
1789
- const e = an(kt);
1780
+ const Ft = vn(void 0);
1781
+ function ke() {
1782
+ const e = Wn(Ft);
1790
1783
  if (e === void 0)
1791
1784
  throw new Error("useDayPicker() must be used within a custom component.");
1792
1785
  return e;
1793
1786
  }
1794
- function to(e) {
1795
- const { components: t } = ge();
1796
- return d.createElement(t.Dropdown, { ...e });
1797
- }
1798
- function no(e) {
1799
- const { onPreviousClick: t, onNextClick: n, previousMonth: r, nextMonth: o, ...s } = e, { components: i, classNames: a, labels: { labelPrevious: c, labelNext: f } } = ge(), l = j((h) => {
1800
- o && n?.(h);
1801
- }, [o, n]), u = j((h) => {
1802
- r && t?.(h);
1803
- }, [r, t]);
1804
- return d.createElement(
1787
+ function wo(e) {
1788
+ const { components: t } = ke();
1789
+ return h.createElement(t.Dropdown, { ...e });
1790
+ }
1791
+ function po(e) {
1792
+ const { onPreviousClick: t, onNextClick: r, previousMonth: n, nextMonth: o, ...i } = e, { components: a, classNames: s, labels: { labelPrevious: c, labelNext: u } } = ke(), f = q((d) => {
1793
+ o && r?.(d);
1794
+ }, [o, r]), l = q((d) => {
1795
+ n && t?.(d);
1796
+ }, [n, t]);
1797
+ return h.createElement(
1805
1798
  "nav",
1806
- { ...s },
1807
- d.createElement(
1808
- i.PreviousMonthButton,
1809
- { type: "button", className: a[m.PreviousMonthButton], tabIndex: r ? void 0 : -1, "aria-disabled": r ? void 0 : !0, "aria-label": c(r), onClick: u },
1810
- d.createElement(i.Chevron, { disabled: r ? void 0 : !0, className: a[m.Chevron], orientation: "left" })
1799
+ { ...i },
1800
+ h.createElement(
1801
+ a.PreviousMonthButton,
1802
+ { type: "button", className: s[y.PreviousMonthButton], tabIndex: n ? void 0 : -1, "aria-disabled": n ? void 0 : !0, "aria-label": c(n), onClick: l },
1803
+ h.createElement(a.Chevron, { disabled: n ? void 0 : !0, className: s[y.Chevron], orientation: "left" })
1811
1804
  ),
1812
- d.createElement(
1813
- i.NextMonthButton,
1814
- { type: "button", className: a[m.NextMonthButton], tabIndex: o ? void 0 : -1, "aria-disabled": o ? void 0 : !0, "aria-label": f(o), onClick: l },
1815
- d.createElement(i.Chevron, { disabled: o ? void 0 : !0, orientation: "right", className: a[m.Chevron] })
1805
+ h.createElement(
1806
+ a.NextMonthButton,
1807
+ { type: "button", className: s[y.NextMonthButton], tabIndex: o ? void 0 : -1, "aria-disabled": o ? void 0 : !0, "aria-label": u(o), onClick: f },
1808
+ h.createElement(a.Chevron, { disabled: o ? void 0 : !0, orientation: "right", className: s[y.Chevron] })
1816
1809
  )
1817
1810
  );
1818
1811
  }
1819
- function ro(e) {
1820
- const { components: t } = ge();
1821
- return d.createElement(t.Button, { ...e });
1812
+ function Mo(e) {
1813
+ const { components: t } = ke();
1814
+ return h.createElement(t.Button, { ...e });
1822
1815
  }
1823
- function oo(e) {
1824
- return d.createElement("option", { ...e });
1816
+ function ko(e) {
1817
+ return h.createElement("option", { ...e });
1825
1818
  }
1826
- function so(e) {
1827
- const { components: t } = ge();
1828
- return d.createElement(t.Button, { ...e });
1819
+ function Do(e) {
1820
+ const { components: t } = ke();
1821
+ return h.createElement(t.Button, { ...e });
1829
1822
  }
1830
- function ao(e) {
1831
- const { rootRef: t, ...n } = e;
1832
- return d.createElement("div", { ...n, ref: t });
1823
+ function Oo(e) {
1824
+ const { rootRef: t, ...r } = e;
1825
+ return h.createElement("div", { ...r, ref: t });
1833
1826
  }
1834
- function io(e) {
1835
- return d.createElement("select", { ...e });
1827
+ function vo(e) {
1828
+ return h.createElement("select", { ...e });
1836
1829
  }
1837
- function co(e) {
1838
- const { week: t, ...n } = e;
1839
- return d.createElement("tr", { ...n });
1830
+ function Wo(e) {
1831
+ const { week: t, ...r } = e;
1832
+ return h.createElement("tr", { ...r });
1840
1833
  }
1841
- function uo(e) {
1842
- return d.createElement("th", { ...e });
1834
+ function So(e) {
1835
+ return h.createElement("th", { ...e });
1843
1836
  }
1844
- function fo(e) {
1845
- return d.createElement(
1837
+ function No(e) {
1838
+ return h.createElement(
1846
1839
  "thead",
1847
1840
  { "aria-hidden": !0 },
1848
- d.createElement("tr", { ...e })
1841
+ h.createElement("tr", { ...e })
1849
1842
  );
1850
1843
  }
1851
- function lo(e) {
1852
- const { week: t, ...n } = e;
1853
- return d.createElement("th", { ...n });
1844
+ function Co(e) {
1845
+ const { week: t, ...r } = e;
1846
+ return h.createElement("th", { ...r });
1854
1847
  }
1855
- function ho(e) {
1856
- return d.createElement("th", { ...e });
1848
+ function xo(e) {
1849
+ return h.createElement("th", { ...e });
1857
1850
  }
1858
- function mo(e) {
1859
- return d.createElement("tbody", { ...e });
1851
+ function Yo(e) {
1852
+ return h.createElement("tbody", { ...e });
1860
1853
  }
1861
- function yo(e) {
1862
- const { components: t } = ge();
1863
- return d.createElement(t.Dropdown, { ...e });
1854
+ function To(e) {
1855
+ const { components: t } = ke();
1856
+ return h.createElement(t.Dropdown, { ...e });
1864
1857
  }
1865
- const go = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, Button: Zr, CaptionLabel: $r, Chevron: Gr, Day: zr, DayButton: Lr, Dropdown: Qr, DropdownNav: Xr, Footer: Ur, Month: Vr, MonthCaption: Kr, MonthGrid: Jr, Months: eo, MonthsDropdown: to, Nav: no, NextMonthButton: ro, Option: oo, PreviousMonthButton: so, Root: ao, Select: io, Week: co, WeekNumber: lo, WeekNumberHeader: ho, Weekday: uo, Weekdays: fo, Weeks: mo, YearsDropdown: yo }, Symbol.toStringTag, { value: "Module" }));
1866
- function K(e, t, n = !1, r = U) {
1867
- let { from: o, to: s } = e;
1868
- const { differenceInCalendarDays: i, isSameDay: a } = r;
1869
- return o && s ? (i(s, o) < 0 && ([o, s] = [s, o]), i(t, o) >= (n ? 1 : 0) && i(s, t) >= (n ? 1 : 0)) : !n && s ? a(s, t) : !n && o ? a(o, t) : !1;
1858
+ const Po = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, Button: so, CaptionLabel: ao, Chevron: io, Day: co, DayButton: uo, Dropdown: lo, DropdownNav: fo, Footer: ho, Month: mo, MonthCaption: yo, MonthGrid: go, Months: bo, MonthsDropdown: wo, Nav: po, NextMonthButton: Mo, Option: ko, PreviousMonthButton: Do, Root: Oo, Select: vo, Week: Wo, WeekNumber: Co, WeekNumberHeader: xo, Weekday: So, Weekdays: No, Weeks: Yo, YearsDropdown: To }, Symbol.toStringTag, { value: "Module" }));
1859
+ function ne(e, t, r = !1, n = L) {
1860
+ let { from: o, to: i } = e;
1861
+ const { differenceInCalendarDays: a, isSameDay: s } = n;
1862
+ return o && i ? (a(i, o) < 0 && ([o, i] = [i, o]), a(t, o) >= (r ? 1 : 0) && a(i, t) >= (r ? 1 : 0)) : !r && i ? s(i, t) : !r && o ? s(o, t) : !1;
1870
1863
  }
1871
- function Dt(e) {
1864
+ function Ze(e) {
1872
1865
  return !!(e && typeof e == "object" && "before" in e && "after" in e);
1873
1866
  }
1874
- function Ae(e) {
1867
+ function xe(e) {
1875
1868
  return !!(e && typeof e == "object" && "from" in e);
1876
1869
  }
1877
- function vt(e) {
1870
+ function Ke(e) {
1878
1871
  return !!(e && typeof e == "object" && "after" in e);
1879
1872
  }
1880
- function Ot(e) {
1873
+ function Je(e) {
1881
1874
  return !!(e && typeof e == "object" && "before" in e);
1882
1875
  }
1883
- function Wt(e) {
1876
+ function Bt(e) {
1884
1877
  return !!(e && typeof e == "object" && "dayOfWeek" in e);
1885
1878
  }
1886
- function St(e, t) {
1879
+ function It(e, t) {
1887
1880
  return Array.isArray(e) && e.every(t.isDate);
1888
1881
  }
1889
- function J(e, t, n = U) {
1890
- const r = Array.isArray(t) ? t : [t], { isSameDay: o, differenceInCalendarDays: s, isAfter: i } = n;
1891
- return r.some((a) => {
1892
- if (typeof a == "boolean")
1893
- return a;
1894
- if (n.isDate(a))
1895
- return o(e, a);
1896
- if (St(a, n))
1897
- return a.includes(e);
1898
- if (Ae(a))
1899
- return K(a, e, !1, n);
1900
- if (Wt(a))
1901
- return Array.isArray(a.dayOfWeek) ? a.dayOfWeek.includes(e.getDay()) : a.dayOfWeek === e.getDay();
1902
- if (Dt(a)) {
1903
- const c = s(a.before, e), f = s(a.after, e), l = c > 0, u = f < 0;
1904
- return i(a.before, a.after) ? u && l : l || u;
1882
+ function re(e, t, r = L) {
1883
+ const n = Array.isArray(t) ? t : [t], { isSameDay: o, differenceInCalendarDays: i, isAfter: a } = r;
1884
+ return n.some((s) => {
1885
+ if (typeof s == "boolean")
1886
+ return s;
1887
+ if (r.isDate(s))
1888
+ return o(e, s);
1889
+ if (It(s, r))
1890
+ return s.some((c) => o(e, c));
1891
+ if (xe(s))
1892
+ return ne(s, e, !1, r);
1893
+ if (Bt(s))
1894
+ return Array.isArray(s.dayOfWeek) ? s.dayOfWeek.includes(e.getDay()) : s.dayOfWeek === e.getDay();
1895
+ if (Ze(s)) {
1896
+ const c = i(s.before, e), u = i(s.after, e), f = c > 0, l = u < 0;
1897
+ return a(s.before, s.after) ? l && f : f || l;
1905
1898
  }
1906
- return vt(a) ? s(e, a.after) > 0 : Ot(a) ? s(a.before, e) > 0 : typeof a == "function" ? a(e) : !1;
1899
+ return Ke(s) ? i(e, s.after) > 0 : Je(s) ? i(s.before, e) > 0 : typeof s == "function" ? s(e) : !1;
1907
1900
  });
1908
1901
  }
1909
- function po(e, t, n, r, o) {
1910
- const { disabled: s, hidden: i, modifiers: a, showOutsideDays: c, broadcastCalendar: f, today: l } = t, { isSameDay: u, isSameMonth: h, startOfMonth: g, isBefore: v, endOfMonth: W, isAfter: M } = o, O = n && g(n), C = r && W(r), p = {
1902
+ function Eo(e, t, r, n, o) {
1903
+ const { disabled: i, hidden: a, modifiers: s, showOutsideDays: c, broadcastCalendar: u, today: f = o.today() } = t, { isSameDay: l, isSameMonth: d, startOfMonth: w, isBefore: O, endOfMonth: N, isAfter: k } = o, v = r && w(r), Y = n && N(n), p = {
1911
1904
  [_.focused]: [],
1912
1905
  [_.outside]: [],
1913
1906
  [_.disabled]: [],
1914
1907
  [_.hidden]: [],
1915
1908
  [_.today]: []
1916
- }, T = {};
1917
- for (const y of e) {
1918
- const { date: k, displayMonth: b } = y, N = !!(b && !h(k, b)), B = !!(O && v(k, O)), H = !!(C && M(k, C)), q = !!(s && J(k, s, o)), $ = !!(i && J(k, i, o)) || B || H || // Broadcast calendar will show outside days as default
1919
- !f && !c && N || f && c === !1 && N, re = u(k, l ?? o.today());
1920
- N && p.outside.push(y), q && p.disabled.push(y), $ && p.hidden.push(y), re && p.today.push(y), a && Object.keys(a).forEach((oe) => {
1921
- const se = a?.[oe];
1922
- se && J(k, se, o) && (T[oe] ? T[oe].push(y) : T[oe] = [y]);
1909
+ }, D = {};
1910
+ for (const b of e) {
1911
+ const { date: m, displayMonth: W } = b, E = !!(W && !d(m, W)), I = !!(v && O(m, v)), F = !!(Y && k(m, Y)), Z = !!(i && re(m, i, o)), oe = !!(a && re(m, a, o)) || I || F || // Broadcast calendar will show outside days as default
1912
+ !u && !c && E || u && c === !1 && E, ee = l(m, f);
1913
+ E && p.outside.push(b), Z && p.disabled.push(b), oe && p.hidden.push(b), ee && p.today.push(b), s && Object.keys(s).forEach(($) => {
1914
+ const ce = s?.[$];
1915
+ ce && re(m, ce, o) && (D[$] ? D[$].push(b) : D[$] = [b]);
1923
1916
  });
1924
1917
  }
1925
- return (y) => {
1926
- const k = {
1918
+ return (b) => {
1919
+ const m = {
1927
1920
  [_.focused]: !1,
1928
1921
  [_.disabled]: !1,
1929
1922
  [_.hidden]: !1,
1930
1923
  [_.outside]: !1,
1931
1924
  [_.today]: !1
1932
- }, b = {};
1933
- for (const N in p) {
1934
- const B = p[N];
1935
- k[N] = B.some((H) => H === y);
1925
+ }, W = {};
1926
+ for (const E in p) {
1927
+ const I = p[E];
1928
+ m[E] = I.some((F) => F === b);
1936
1929
  }
1937
- for (const N in T)
1938
- b[N] = T[N].some((B) => B === y);
1930
+ for (const E in D)
1931
+ W[E] = D[E].some((I) => I === b);
1939
1932
  return {
1940
- ...k,
1933
+ ...m,
1941
1934
  // custom modifiers should override all the previous ones
1942
- ...b
1935
+ ...W
1943
1936
  };
1944
1937
  };
1945
1938
  }
1946
- function wo(e, t, n = {}) {
1947
- return Object.entries(e).filter(([, o]) => o === !0).reduce((o, [s]) => (n[s] ? o.push(n[s]) : t[_[s]] ? o.push(t[_[s]]) : t[L[s]] && o.push(t[L[s]]), o), [t[m.Day]]);
1939
+ function _o(e, t, r = {}) {
1940
+ return Object.entries(e).filter(([, o]) => o === !0).reduce((o, [i]) => (r[i] ? o.push(r[i]) : t[_[i]] ? o.push(t[_[i]]) : t[U[i]] && o.push(t[U[i]]), o), [t[y.Day]]);
1948
1941
  }
1949
- function bo(e) {
1942
+ function Fo(e) {
1950
1943
  return {
1951
- ...go,
1944
+ ...Po,
1952
1945
  ...e
1953
1946
  };
1954
1947
  }
1955
- function Mo(e) {
1948
+ function Bo(e) {
1956
1949
  const t = {
1957
1950
  "data-mode": e.mode ?? void 0,
1958
1951
  "data-required": "required" in e ? e.required : void 0,
@@ -1961,496 +1954,673 @@ function Mo(e) {
1961
1954
  "data-broadcast-calendar": e.broadcastCalendar || void 0,
1962
1955
  "data-nav-layout": e.navLayout || void 0
1963
1956
  };
1964
- return Object.entries(e).forEach(([n, r]) => {
1965
- n.startsWith("data-") && (t[n] = r);
1957
+ return Object.entries(e).forEach(([r, n]) => {
1958
+ r.startsWith("data-") && (t[r] = n);
1966
1959
  }), t;
1967
1960
  }
1968
- function ko() {
1961
+ function Io() {
1969
1962
  const e = {};
1970
- for (const t in m)
1971
- e[m[t]] = `rdp-${m[t]}`;
1963
+ for (const t in y)
1964
+ e[y[t]] = `rdp-${y[t]}`;
1972
1965
  for (const t in _)
1973
1966
  e[_[t]] = `rdp-${_[t]}`;
1974
- for (const t in L)
1975
- e[L[t]] = `rdp-${L[t]}`;
1976
- for (const t in R)
1977
- e[R[t]] = `rdp-${R[t]}`;
1967
+ for (const t in U)
1968
+ e[U[t]] = `rdp-${U[t]}`;
1969
+ for (const t in j)
1970
+ e[j[t]] = `rdp-${j[t]}`;
1978
1971
  return e;
1979
1972
  }
1980
- function Ct(e, t, n) {
1981
- return (n ?? new Z(t)).formatMonthYear(e);
1973
+ function Ht(e, t, r) {
1974
+ return (r ?? new G(t)).formatMonthYear(e);
1982
1975
  }
1983
- const Do = Ct;
1984
- function vo(e, t, n) {
1985
- return (n ?? new Z(t)).format(e, "d");
1976
+ const Ho = Ht;
1977
+ function Ao(e, t, r) {
1978
+ return (r ?? new G(t)).format(e, "d");
1986
1979
  }
1987
- function Oo(e, t = U) {
1980
+ function qo(e, t = L) {
1988
1981
  return t.format(e, "LLLL");
1989
1982
  }
1990
- function Wo(e, t, n) {
1991
- return (n ?? new Z(t)).format(e, "cccccc");
1983
+ function jo(e, t, r) {
1984
+ return (r ?? new G(t)).format(e, "cccccc");
1992
1985
  }
1993
- function So(e, t = U) {
1986
+ function Go(e, t = L) {
1994
1987
  return e < 10 ? t.formatNumber(`0${e.toLocaleString()}`) : t.formatNumber(`${e.toLocaleString()}`);
1995
1988
  }
1996
- function Co() {
1989
+ function $o() {
1997
1990
  return "";
1998
1991
  }
1999
- function Nt(e, t = U) {
1992
+ function At(e, t = L) {
2000
1993
  return t.format(e, "yyyy");
2001
1994
  }
2002
- const No = Nt, xo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, formatCaption: Ct, formatDay: vo, formatMonthCaption: Do, formatMonthDropdown: Oo, formatWeekNumber: So, formatWeekNumberHeader: Co, formatWeekdayName: Wo, formatYearCaption: No, formatYearDropdown: Nt }, Symbol.toStringTag, { value: "Module" }));
2003
- function Yo(e) {
1995
+ const Ro = At, zo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, formatCaption: Ht, formatDay: Ao, formatMonthCaption: Ho, formatMonthDropdown: qo, formatWeekNumber: Go, formatWeekNumberHeader: $o, formatWeekdayName: jo, formatYearCaption: Ro, formatYearDropdown: At }, Symbol.toStringTag, { value: "Module" }));
1996
+ function Qo(e) {
2004
1997
  return e?.formatMonthCaption && !e.formatCaption && (e.formatCaption = e.formatMonthCaption), e?.formatYearCaption && !e.formatYearDropdown && (e.formatYearDropdown = e.formatYearCaption), {
2005
- ...xo,
1998
+ ...zo,
2006
1999
  ...e
2007
2000
  };
2008
2001
  }
2009
- function To(e, t, n, r, o) {
2010
- const { startOfMonth: s, startOfYear: i, endOfYear: a, eachMonthOfInterval: c, getMonth: f } = o;
2011
- return c({
2012
- start: i(e),
2013
- end: a(e)
2014
- }).map((h) => {
2015
- const g = r.formatMonthDropdown(h, o), v = f(h), W = t && h < s(t) || n && h > s(n) || !1;
2016
- return { value: v, label: g, disabled: W };
2017
- });
2018
- }
2019
- function Eo(e, t = {}, n = {}) {
2020
- let r = { ...t?.[m.Day] };
2021
- return Object.entries(e).filter(([, o]) => o === !0).forEach(([o]) => {
2022
- r = {
2023
- ...r,
2024
- ...n?.[o]
2025
- };
2026
- }), r;
2027
- }
2028
- function Po(e, t, n) {
2029
- const r = e.today(), o = t ? e.startOfISOWeek(r) : e.startOfWeek(r), s = [];
2030
- for (let i = 0; i < 7; i++) {
2031
- const a = e.addDays(o, i);
2032
- s.push(a);
2033
- }
2034
- return s;
2035
- }
2036
- function _o(e, t, n, r, o = !1) {
2037
- if (!e || !t)
2038
- return;
2039
- const { startOfYear: s, endOfYear: i, eachYearOfInterval: a, getYear: c } = r, f = s(e), l = i(t), u = a({ start: f, end: l });
2040
- return o && u.reverse(), u.map((h) => {
2041
- const g = n.formatYearDropdown(h, r);
2042
- return {
2043
- value: c(h),
2044
- label: g,
2045
- disabled: !1
2046
- };
2047
- });
2048
- }
2049
- function xt(e, t, n, r) {
2050
- let o = (r ?? new Z(n)).format(e, "PPPP");
2002
+ function Le(e, t, r, n) {
2003
+ let o = (n ?? new G(r)).format(e, "PPPP");
2051
2004
  return t.today && (o = `Today, ${o}`), t.selected && (o = `${o}, selected`), o;
2052
2005
  }
2053
- const Fo = xt;
2054
- function Yt(e, t, n) {
2055
- return (n ?? new Z(t)).formatMonthYear(e);
2006
+ const Vo = Le;
2007
+ function et(e, t, r) {
2008
+ return (r ?? new G(t)).formatMonthYear(e);
2056
2009
  }
2057
- const Bo = Yt;
2058
- function Io(e, t, n, r) {
2059
- let o = (r ?? new Z(n)).format(e, "PPPP");
2010
+ const Xo = et;
2011
+ function qt(e, t, r, n) {
2012
+ let o = (n ?? new G(r)).format(e, "PPPP");
2060
2013
  return t?.today && (o = `Today, ${o}`), o;
2061
2014
  }
2062
- function Ho(e) {
2015
+ function jt(e) {
2063
2016
  return "Choose the Month";
2064
2017
  }
2065
- function qo() {
2018
+ function Gt() {
2066
2019
  return "";
2067
2020
  }
2068
- function Ao(e) {
2069
- return "Go to the Next Month";
2021
+ const Uo = "Go to the Next Month";
2022
+ function $t(e, t) {
2023
+ return Uo;
2070
2024
  }
2071
- function jo(e) {
2025
+ function Rt(e) {
2072
2026
  return "Go to the Previous Month";
2073
2027
  }
2074
- function Ro(e, t, n) {
2075
- return (n ?? new Z(t)).format(e, "cccc");
2028
+ function zt(e, t, r) {
2029
+ return (r ?? new G(t)).format(e, "cccc");
2076
2030
  }
2077
- function Zo(e, t) {
2031
+ function Qt(e, t) {
2078
2032
  return `Week ${e}`;
2079
2033
  }
2080
- function $o(e) {
2034
+ function Vt(e) {
2081
2035
  return "Week Number";
2082
2036
  }
2083
- function Go(e) {
2037
+ function Xt(e) {
2084
2038
  return "Choose the Year";
2085
2039
  }
2086
- const zo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, labelCaption: Bo, labelDay: Fo, labelDayButton: xt, labelGrid: Yt, labelGridcell: Io, labelMonthDropdown: Ho, labelNav: qo, labelNext: Ao, labelPrevious: jo, labelWeekNumber: Zo, labelWeekNumberHeader: $o, labelWeekday: Ro, labelYearDropdown: Go }, Symbol.toStringTag, { value: "Module" })), pe = (e) => e instanceof HTMLElement ? e : null, Fe = (e) => [
2040
+ const Zo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({ __proto__: null, labelCaption: Xo, labelDay: Vo, labelDayButton: Le, labelGrid: et, labelGridcell: qt, labelMonthDropdown: jt, labelNav: Gt, labelNext: $t, labelPrevious: Rt, labelWeekNumber: Qt, labelWeekNumberHeader: Vt, labelWeekday: zt, labelYearDropdown: Xt }, Symbol.toStringTag, { value: "Module" })), X = (e, t, r) => t || (r ? typeof r == "function" ? r : (...n) => r : e);
2041
+ function Ko(e, t) {
2042
+ const r = t.locale?.labels ?? {};
2043
+ return {
2044
+ ...Zo,
2045
+ ...e ?? {},
2046
+ labelDayButton: X(Le, e?.labelDayButton, r.labelDayButton),
2047
+ labelMonthDropdown: X(jt, e?.labelMonthDropdown, r.labelMonthDropdown),
2048
+ labelNext: X($t, e?.labelNext, r.labelNext),
2049
+ labelPrevious: X(Rt, e?.labelPrevious, r.labelPrevious),
2050
+ labelWeekNumber: X(Qt, e?.labelWeekNumber, r.labelWeekNumber),
2051
+ labelYearDropdown: X(Xt, e?.labelYearDropdown, r.labelYearDropdown),
2052
+ labelGrid: X(et, e?.labelGrid, r.labelGrid),
2053
+ labelGridcell: X(qt, e?.labelGridcell, r.labelGridcell),
2054
+ labelNav: X(Gt, e?.labelNav, r.labelNav),
2055
+ labelWeekNumberHeader: X(Vt, e?.labelWeekNumberHeader, r.labelWeekNumberHeader),
2056
+ labelWeekday: X(zt, e?.labelWeekday, r.labelWeekday)
2057
+ };
2058
+ }
2059
+ function Jo(e, t, r, n, o) {
2060
+ const { startOfMonth: i, startOfYear: a, endOfYear: s, eachMonthOfInterval: c, getMonth: u } = o;
2061
+ return c({
2062
+ start: a(e),
2063
+ end: s(e)
2064
+ }).map((d) => {
2065
+ const w = n.formatMonthDropdown(d, o), O = u(d), N = t && d < i(t) || r && d > i(r) || !1;
2066
+ return { value: O, label: w, disabled: N };
2067
+ });
2068
+ }
2069
+ function Lo(e, t = {}, r = {}) {
2070
+ let n = { ...t?.[y.Day] };
2071
+ return Object.entries(e).filter(([, o]) => o === !0).forEach(([o]) => {
2072
+ n = {
2073
+ ...n,
2074
+ ...r?.[o]
2075
+ };
2076
+ }), n;
2077
+ }
2078
+ function es(e, t, r, n) {
2079
+ const o = n ?? e.today(), i = r ? e.startOfBroadcastWeek(o, e) : t ? e.startOfISOWeek(o) : e.startOfWeek(o), a = [];
2080
+ for (let s = 0; s < 7; s++) {
2081
+ const c = e.addDays(i, s);
2082
+ a.push(c);
2083
+ }
2084
+ return a;
2085
+ }
2086
+ function ts(e, t, r, n, o = !1) {
2087
+ if (!e || !t)
2088
+ return;
2089
+ const { startOfYear: i, endOfYear: a, eachYearOfInterval: s, getYear: c } = n, u = i(e), f = a(t), l = s({ start: u, end: f });
2090
+ return o && l.reverse(), l.map((d) => {
2091
+ const w = r.formatYearDropdown(d, n);
2092
+ return {
2093
+ value: c(d),
2094
+ label: w,
2095
+ disabled: !1
2096
+ };
2097
+ });
2098
+ }
2099
+ function ns(e, t = {}) {
2100
+ const { weekStartsOn: r, locale: n } = t, o = r ?? n?.options?.weekStartsOn ?? 0, i = (s) => {
2101
+ const c = typeof s == "number" || typeof s == "string" ? new Date(s) : s;
2102
+ return new H(c.getFullYear(), c.getMonth(), c.getDate(), 12, 0, 0, e);
2103
+ }, a = (s) => {
2104
+ const c = i(s);
2105
+ return new Date(c.getFullYear(), c.getMonth(), c.getDate(), 0, 0, 0, 0);
2106
+ };
2107
+ return {
2108
+ today: () => i(H.tz(e)),
2109
+ newDate: (s, c, u) => new H(s, c, u, 12, 0, 0, e),
2110
+ startOfDay: (s) => i(s),
2111
+ startOfWeek: (s, c) => {
2112
+ const u = i(s), f = c?.weekStartsOn ?? o, l = (u.getDay() - f + 7) % 7;
2113
+ return u.setDate(u.getDate() - l), u;
2114
+ },
2115
+ startOfISOWeek: (s) => {
2116
+ const c = i(s), u = (c.getDay() - 1 + 7) % 7;
2117
+ return c.setDate(c.getDate() - u), c;
2118
+ },
2119
+ startOfMonth: (s) => {
2120
+ const c = i(s);
2121
+ return c.setDate(1), c;
2122
+ },
2123
+ startOfYear: (s) => {
2124
+ const c = i(s);
2125
+ return c.setMonth(0, 1), c;
2126
+ },
2127
+ endOfWeek: (s, c) => {
2128
+ const u = i(s), d = (((c?.weekStartsOn ?? o) + 6) % 7 - u.getDay() + 7) % 7;
2129
+ return u.setDate(u.getDate() + d), u;
2130
+ },
2131
+ endOfISOWeek: (s) => {
2132
+ const c = i(s), u = (7 - c.getDay()) % 7;
2133
+ return c.setDate(c.getDate() + u), c;
2134
+ },
2135
+ endOfMonth: (s) => {
2136
+ const c = i(s);
2137
+ return c.setMonth(c.getMonth() + 1, 0), c;
2138
+ },
2139
+ endOfYear: (s) => {
2140
+ const c = i(s);
2141
+ return c.setMonth(11, 31), c;
2142
+ },
2143
+ eachMonthOfInterval: (s) => {
2144
+ const c = i(s.start), u = i(s.end), f = [], l = new H(c.getFullYear(), c.getMonth(), 1, 12, 0, 0, e), d = u.getFullYear() * 12 + u.getMonth();
2145
+ for (; l.getFullYear() * 12 + l.getMonth() <= d; )
2146
+ f.push(new H(l, e)), l.setMonth(l.getMonth() + 1, 1);
2147
+ return f;
2148
+ },
2149
+ // Normalize to noon once before arithmetic (avoid DST/midnight edge cases),
2150
+ // mutate the same TZDate, and return it.
2151
+ addDays: (s, c) => {
2152
+ const u = i(s);
2153
+ return u.setDate(u.getDate() + c), u;
2154
+ },
2155
+ addWeeks: (s, c) => {
2156
+ const u = i(s);
2157
+ return u.setDate(u.getDate() + c * 7), u;
2158
+ },
2159
+ addMonths: (s, c) => {
2160
+ const u = i(s);
2161
+ return u.setMonth(u.getMonth() + c), u;
2162
+ },
2163
+ addYears: (s, c) => {
2164
+ const u = i(s);
2165
+ return u.setFullYear(u.getFullYear() + c), u;
2166
+ },
2167
+ eachYearOfInterval: (s) => {
2168
+ const c = i(s.start), u = i(s.end), f = [], l = new H(c.getFullYear(), 0, 1, 12, 0, 0, e);
2169
+ for (; l.getFullYear() <= u.getFullYear(); )
2170
+ f.push(new H(l, e)), l.setFullYear(l.getFullYear() + 1, 0, 1);
2171
+ return f;
2172
+ },
2173
+ getWeek: (s, c) => {
2174
+ const u = a(s);
2175
+ return Ue(u, {
2176
+ weekStartsOn: c?.weekStartsOn ?? o,
2177
+ firstWeekContainsDate: c?.firstWeekContainsDate ?? n?.options?.firstWeekContainsDate ?? 1
2178
+ });
2179
+ },
2180
+ getISOWeek: (s) => {
2181
+ const c = a(s);
2182
+ return Xe(c);
2183
+ },
2184
+ differenceInCalendarDays: (s, c) => {
2185
+ const u = a(s), f = a(c);
2186
+ return Ve(u, f);
2187
+ },
2188
+ differenceInCalendarMonths: (s, c) => {
2189
+ const u = a(s), f = a(c);
2190
+ return St(u, f);
2191
+ }
2192
+ };
2193
+ }
2194
+ const De = (e) => e instanceof HTMLElement ? e : null, Ge = (e) => [
2087
2195
  ...e.querySelectorAll("[data-animated-month]") ?? []
2088
- ], Lo = (e) => pe(e.querySelector("[data-animated-month]")), Be = (e) => pe(e.querySelector("[data-animated-caption]")), Ie = (e) => pe(e.querySelector("[data-animated-weeks]")), Qo = (e) => pe(e.querySelector("[data-animated-nav]")), Xo = (e) => pe(e.querySelector("[data-animated-weekdays]"));
2089
- function Uo(e, t, { classNames: n, months: r, focused: o, dateLib: s }) {
2090
- const i = ke(null), a = ke(r), c = ke(!1);
2091
- cn(() => {
2092
- const f = a.current;
2093
- if (a.current = r, !t || !e.current || // safety check because the ref can be set to anything by consumers
2196
+ ], rs = (e) => De(e.querySelector("[data-animated-month]")), $e = (e) => De(e.querySelector("[data-animated-caption]")), Re = (e) => De(e.querySelector("[data-animated-weeks]")), os = (e) => De(e.querySelector("[data-animated-nav]")), ss = (e) => De(e.querySelector("[data-animated-weekdays]"));
2197
+ function as(e, t, { classNames: r, months: n, focused: o, dateLib: i }) {
2198
+ const a = Se(null), s = Se(n), c = Se(!1);
2199
+ Sn(() => {
2200
+ const u = s.current;
2201
+ if (s.current = n, !t || !e.current || // safety check because the ref can be set to anything by consumers
2094
2202
  !(e.current instanceof HTMLElement) || // validation required for the animation to work as expected
2095
- r.length === 0 || f.length === 0 || r.length !== f.length)
2203
+ n.length === 0 || u.length === 0 || n.length !== u.length)
2096
2204
  return;
2097
- const l = s.isSameMonth(r[0].date, f[0].date), u = s.isAfter(r[0].date, f[0].date), h = u ? n[R.caption_after_enter] : n[R.caption_before_enter], g = u ? n[R.weeks_after_enter] : n[R.weeks_before_enter], v = i.current, W = e.current.cloneNode(!0);
2098
- if (W instanceof HTMLElement ? (Fe(W).forEach((p) => {
2205
+ const f = i.isSameMonth(n[0].date, u[0].date), l = i.isAfter(n[0].date, u[0].date), d = l ? r[j.caption_after_enter] : r[j.caption_before_enter], w = l ? r[j.weeks_after_enter] : r[j.weeks_before_enter], O = a.current, N = e.current.cloneNode(!0);
2206
+ if (N instanceof HTMLElement ? (Ge(N).forEach((p) => {
2099
2207
  if (!(p instanceof HTMLElement))
2100
2208
  return;
2101
- const T = Lo(p);
2102
- T && p.contains(T) && p.removeChild(T);
2103
- const y = Be(p);
2104
- y && y.classList.remove(h);
2105
- const k = Ie(p);
2106
- k && k.classList.remove(g);
2107
- }), i.current = W) : i.current = null, c.current || l || // skip animation if a day is focused because it can cause issues to the animation and is better for a11y
2209
+ const D = rs(p);
2210
+ D && p.contains(D) && p.removeChild(D);
2211
+ const b = $e(p);
2212
+ b && b.classList.remove(d);
2213
+ const m = Re(p);
2214
+ m && m.classList.remove(w);
2215
+ }), a.current = N) : a.current = null, c.current || f || // skip animation if a day is focused because it can cause issues to the animation and is better for a11y
2108
2216
  o)
2109
2217
  return;
2110
- const M = v instanceof HTMLElement ? Fe(v) : [], O = Fe(e.current);
2111
- if (O?.every((C) => C instanceof HTMLElement) && M && M.every((C) => C instanceof HTMLElement)) {
2218
+ const k = O instanceof HTMLElement ? Ge(O) : [], v = Ge(e.current);
2219
+ if (v?.every((Y) => Y instanceof HTMLElement) && k && k.every((Y) => Y instanceof HTMLElement)) {
2112
2220
  c.current = !0, e.current.style.isolation = "isolate";
2113
- const C = Qo(e.current);
2114
- C && (C.style.zIndex = "1"), O.forEach((p, T) => {
2115
- const y = M[T];
2116
- if (!y)
2221
+ const Y = os(e.current);
2222
+ Y && (Y.style.zIndex = "1"), v.forEach((p, D) => {
2223
+ const b = k[D];
2224
+ if (!b)
2117
2225
  return;
2118
2226
  p.style.position = "relative", p.style.overflow = "hidden";
2119
- const k = Be(p);
2120
- k && k.classList.add(h);
2121
- const b = Ie(p);
2122
- b && b.classList.add(g);
2123
- const N = () => {
2124
- c.current = !1, e.current && (e.current.style.isolation = ""), C && (C.style.zIndex = ""), k && k.classList.remove(h), b && b.classList.remove(g), p.style.position = "", p.style.overflow = "", p.contains(y) && p.removeChild(y);
2227
+ const m = $e(p);
2228
+ m && m.classList.add(d);
2229
+ const W = Re(p);
2230
+ W && W.classList.add(w);
2231
+ const E = () => {
2232
+ c.current = !1, e.current && (e.current.style.isolation = ""), Y && (Y.style.zIndex = ""), m && m.classList.remove(d), W && W.classList.remove(w), p.style.position = "", p.style.overflow = "", p.contains(b) && p.removeChild(b);
2125
2233
  };
2126
- y.style.pointerEvents = "none", y.style.position = "absolute", y.style.overflow = "hidden", y.setAttribute("aria-hidden", "true");
2127
- const B = Xo(y);
2128
- B && (B.style.opacity = "0");
2129
- const H = Be(y);
2130
- H && (H.classList.add(u ? n[R.caption_before_exit] : n[R.caption_after_exit]), H.addEventListener("animationend", N));
2131
- const q = Ie(y);
2132
- q && q.classList.add(u ? n[R.weeks_before_exit] : n[R.weeks_after_exit]), p.insertBefore(y, p.firstChild);
2234
+ b.style.pointerEvents = "none", b.style.position = "absolute", b.style.overflow = "hidden", b.setAttribute("aria-hidden", "true");
2235
+ const I = ss(b);
2236
+ I && (I.style.opacity = "0");
2237
+ const F = $e(b);
2238
+ F && (F.classList.add(l ? r[j.caption_before_exit] : r[j.caption_after_exit]), F.addEventListener("animationend", E));
2239
+ const Z = Re(b);
2240
+ Z && Z.classList.add(l ? r[j.weeks_before_exit] : r[j.weeks_after_exit]), p.insertBefore(b, p.firstChild);
2133
2241
  });
2134
2242
  }
2135
2243
  });
2136
2244
  }
2137
- function Vo(e, t, n, r) {
2138
- const o = e[0], s = e[e.length - 1], { ISOWeek: i, fixedWeeks: a, broadcastCalendar: c } = n ?? {}, { addDays: f, differenceInCalendarDays: l, differenceInCalendarMonths: u, endOfBroadcastWeek: h, endOfISOWeek: g, endOfMonth: v, endOfWeek: W, isAfter: M, startOfBroadcastWeek: O, startOfISOWeek: C, startOfWeek: p } = r, T = c ? O(o, r) : i ? C(o) : p(o), y = c ? h(s) : i ? g(v(s)) : W(v(s)), k = l(y, T), b = u(s, o) + 1, N = [];
2139
- for (let q = 0; q <= k; q++) {
2140
- const $ = f(T, q);
2141
- if (t && M($, t))
2142
- break;
2143
- N.push($);
2245
+ function is(e, t, r, n) {
2246
+ const o = e[0], i = e[e.length - 1], { ISOWeek: a, fixedWeeks: s, broadcastCalendar: c } = r ?? {}, { addDays: u, differenceInCalendarDays: f, differenceInCalendarMonths: l, endOfBroadcastWeek: d, endOfISOWeek: w, endOfMonth: O, endOfWeek: N, isAfter: k, startOfBroadcastWeek: v, startOfISOWeek: Y, startOfWeek: p } = n, D = c ? v(o, n) : a ? Y(o) : p(o), b = c ? d(i) : a ? w(O(i)) : N(O(i)), m = t && (c ? d(t) : a ? w(t) : N(t)), W = m && k(b, m) ? m : b, E = f(W, D), I = l(i, o) + 1, F = [];
2247
+ for (let ee = 0; ee <= E; ee++) {
2248
+ const $ = u(D, ee);
2249
+ F.push($);
2144
2250
  }
2145
- const H = (c ? 35 : 42) * b;
2146
- if (a && N.length < H) {
2147
- const q = H - N.length;
2148
- for (let $ = 0; $ < q; $++) {
2149
- const re = f(N[N.length - 1], 1);
2150
- N.push(re);
2251
+ const oe = (c ? 35 : 42) * I;
2252
+ if (s && F.length < oe) {
2253
+ const ee = oe - F.length;
2254
+ for (let $ = 0; $ < ee; $++) {
2255
+ const ce = u(F[F.length - 1], 1);
2256
+ F.push(ce);
2151
2257
  }
2152
2258
  }
2153
- return N;
2259
+ return F;
2154
2260
  }
2155
- function Ko(e) {
2261
+ function cs(e) {
2156
2262
  const t = [];
2157
- return e.reduce((n, r) => {
2158
- const o = r.weeks.reduce((s, i) => s.concat(i.days.slice()), t.slice());
2159
- return n.concat(o.slice());
2263
+ return e.reduce((r, n) => {
2264
+ const o = n.weeks.reduce((i, a) => i.concat(a.days.slice()), t.slice());
2265
+ return r.concat(o.slice());
2160
2266
  }, t.slice());
2161
2267
  }
2162
- function Jo(e, t, n, r) {
2163
- const { numberOfMonths: o = 1 } = n, s = [];
2164
- for (let i = 0; i < o; i++) {
2165
- const a = r.addMonths(e, i);
2166
- if (t && a > t)
2268
+ function us(e, t, r, n) {
2269
+ const { numberOfMonths: o = 1 } = r, i = [];
2270
+ for (let a = 0; a < o; a++) {
2271
+ const s = n.addMonths(e, a);
2272
+ if (t && s > t)
2167
2273
  break;
2168
- s.push(a);
2274
+ i.push(s);
2169
2275
  }
2170
- return s;
2171
- }
2172
- function nt(e, t, n, r) {
2173
- const { month: o, defaultMonth: s, today: i = r.today(), numberOfMonths: a = 1 } = e;
2174
- let c = o || s || i;
2175
- const { differenceInCalendarMonths: f, addMonths: l, startOfMonth: u } = r;
2176
- if (n && f(n, c) < a - 1) {
2177
- const h = -1 * (a - 1);
2178
- c = l(n, h);
2276
+ return i;
2277
+ }
2278
+ function gt(e, t, r, n) {
2279
+ const { month: o, defaultMonth: i, today: a = n.today(), numberOfMonths: s = 1 } = e;
2280
+ let c = o || i || a;
2281
+ const { differenceInCalendarMonths: u, addMonths: f, startOfMonth: l } = n;
2282
+ if (r && u(r, c) < s - 1) {
2283
+ const d = -1 * (s - 1);
2284
+ c = f(r, d);
2179
2285
  }
2180
- return t && f(c, t) < 0 && (c = t), u(c);
2181
- }
2182
- function es(e, t, n, r) {
2183
- const { addDays: o, endOfBroadcastWeek: s, endOfISOWeek: i, endOfMonth: a, endOfWeek: c, getISOWeek: f, getWeek: l, startOfBroadcastWeek: u, startOfISOWeek: h, startOfWeek: g } = r, v = e.reduce((W, M) => {
2184
- const O = n.broadcastCalendar ? u(M, r) : n.ISOWeek ? h(M) : g(M), C = n.broadcastCalendar ? s(M) : n.ISOWeek ? i(a(M)) : c(a(M)), p = t.filter((b) => b >= O && b <= C), T = n.broadcastCalendar ? 35 : 42;
2185
- if (n.fixedWeeks && p.length < T) {
2186
- const b = t.filter((N) => {
2187
- const B = T - p.length;
2188
- return N > C && N <= o(C, B);
2286
+ return t && u(c, t) < 0 && (c = t), l(c);
2287
+ }
2288
+ function ls(e, t, r, n) {
2289
+ const { addDays: o, endOfBroadcastWeek: i, endOfISOWeek: a, endOfMonth: s, endOfWeek: c, getISOWeek: u, getWeek: f, startOfBroadcastWeek: l, startOfISOWeek: d, startOfWeek: w } = n, O = e.reduce((N, k) => {
2290
+ const v = r.broadcastCalendar ? l(k, n) : r.ISOWeek ? d(k) : w(k), Y = r.broadcastCalendar ? i(k) : r.ISOWeek ? a(s(k)) : c(s(k)), p = t.filter((W) => W >= v && W <= Y), D = r.broadcastCalendar ? 35 : 42;
2291
+ if (r.fixedWeeks && p.length < D) {
2292
+ const W = t.filter((E) => {
2293
+ const I = D - p.length;
2294
+ return E > Y && E <= o(Y, I);
2189
2295
  });
2190
- p.push(...b);
2296
+ p.push(...W);
2191
2297
  }
2192
- const y = p.reduce((b, N) => {
2193
- const B = n.ISOWeek ? f(N) : l(N), H = b.find(($) => $.weekNumber === B), q = new Mt(N, M, r);
2194
- return H ? H.days.push(q) : b.push(new Rr(B, [q])), b;
2195
- }, []), k = new jr(M, y);
2196
- return W.push(k), W;
2298
+ const b = p.reduce((W, E) => {
2299
+ const I = r.ISOWeek ? u(E) : f(E), F = W.find((oe) => oe.weekNumber === I), Z = new _t(E, k, n);
2300
+ return F ? F.days.push(Z) : W.push(new oo(I, [Z])), W;
2301
+ }, []), m = new ro(k, b);
2302
+ return N.push(m), N;
2197
2303
  }, []);
2198
- return n.reverseMonths ? v.reverse() : v;
2199
- }
2200
- function ts(e, t) {
2201
- let { startMonth: n, endMonth: r } = e;
2202
- const { startOfYear: o, startOfDay: s, startOfMonth: i, endOfMonth: a, addYears: c, endOfYear: f, newDate: l, today: u } = t, { fromYear: h, toYear: g, fromMonth: v, toMonth: W } = e;
2203
- !n && v && (n = v), !n && h && (n = t.newDate(h, 0, 1)), !r && W && (r = W), !r && g && (r = l(g, 11, 31));
2204
- const M = e.captionLayout === "dropdown" || e.captionLayout === "dropdown-years";
2205
- return n ? n = i(n) : h ? n = l(h, 0, 1) : !n && M && (n = o(c(e.today ?? u(), -100))), r ? r = a(r) : g ? r = l(g, 11, 31) : !r && M && (r = f(e.today ?? u())), [
2206
- n && s(n),
2207
- r && s(r)
2304
+ return r.reverseMonths ? O.reverse() : O;
2305
+ }
2306
+ function fs(e, t) {
2307
+ let { startMonth: r, endMonth: n } = e;
2308
+ const { startOfYear: o, startOfDay: i, startOfMonth: a, endOfMonth: s, addYears: c, endOfYear: u, newDate: f, today: l } = t, { fromYear: d, toYear: w, fromMonth: O, toMonth: N } = e;
2309
+ !r && O && (r = O), !r && d && (r = t.newDate(d, 0, 1)), !n && N && (n = N), !n && w && (n = f(w, 11, 31));
2310
+ const k = e.captionLayout === "dropdown" || e.captionLayout === "dropdown-years";
2311
+ return r ? r = a(r) : d ? r = f(d, 0, 1) : !r && k && (r = o(c(e.today ?? l(), -100))), n ? n = s(n) : w ? n = f(w, 11, 31) : !n && k && (n = u(e.today ?? l())), [
2312
+ r && i(r),
2313
+ n && i(n)
2208
2314
  ];
2209
2315
  }
2210
- function ns(e, t, n, r) {
2211
- if (n.disableNavigation)
2316
+ function ds(e, t, r, n) {
2317
+ if (r.disableNavigation)
2212
2318
  return;
2213
- const { pagedNavigation: o, numberOfMonths: s = 1 } = n, { startOfMonth: i, addMonths: a, differenceInCalendarMonths: c } = r, f = o ? s : 1, l = i(e);
2319
+ const { pagedNavigation: o, numberOfMonths: i = 1 } = r, { startOfMonth: a, addMonths: s, differenceInCalendarMonths: c } = n, u = o ? i : 1, f = a(e);
2214
2320
  if (!t)
2215
- return a(l, f);
2216
- if (!(c(t, e) < s))
2217
- return a(l, f);
2321
+ return s(f, u);
2322
+ if (!(c(t, e) < i))
2323
+ return s(f, u);
2218
2324
  }
2219
- function rs(e, t, n, r) {
2220
- if (n.disableNavigation)
2325
+ function hs(e, t, r, n) {
2326
+ if (r.disableNavigation)
2221
2327
  return;
2222
- const { pagedNavigation: o, numberOfMonths: s } = n, { startOfMonth: i, addMonths: a, differenceInCalendarMonths: c } = r, f = o ? s ?? 1 : 1, l = i(e);
2328
+ const { pagedNavigation: o, numberOfMonths: i } = r, { startOfMonth: a, addMonths: s, differenceInCalendarMonths: c } = n, u = o ? i ?? 1 : 1, f = a(e);
2223
2329
  if (!t)
2224
- return a(l, -f);
2225
- if (!(c(l, t) <= 0))
2226
- return a(l, -f);
2330
+ return s(f, -u);
2331
+ if (!(c(f, t) <= 0))
2332
+ return s(f, -u);
2227
2333
  }
2228
- function os(e) {
2334
+ function ms(e) {
2229
2335
  const t = [];
2230
- return e.reduce((n, r) => n.concat(r.weeks.slice()), t.slice());
2336
+ return e.reduce((r, n) => r.concat(n.weeks.slice()), t.slice());
2231
2337
  }
2232
- function ve(e, t) {
2233
- const [n, r] = De(e);
2234
- return [t === void 0 ? n : t, r];
2338
+ function Ye(e, t) {
2339
+ const [r, n] = Ce(e);
2340
+ return [t === void 0 ? r : t, n];
2235
2341
  }
2236
- function ss(e, t) {
2237
- const [n, r] = ts(e, t), { startOfMonth: o, endOfMonth: s } = t, i = nt(e, n, r, t), [a, c] = ve(
2238
- i,
2342
+ function ys(e, t) {
2343
+ const [r, n] = fs(e, t), { startOfMonth: o, endOfMonth: i } = t, a = gt(e, r, n, t), [s, c] = Ye(
2344
+ a,
2239
2345
  // initialMonth is always computed from props.month if provided
2240
- e.month ? i : void 0
2346
+ e.month ? a : void 0
2241
2347
  );
2242
- un(() => {
2243
- const k = nt(e, n, r, t);
2244
- c(k);
2348
+ Nn(() => {
2349
+ const D = gt(e, r, n, t);
2350
+ c(D);
2245
2351
  }, [e.timeZone]);
2246
- const f = Jo(a, r, e, t), l = Vo(f, e.endMonth ? s(e.endMonth) : void 0, e, t), u = es(f, l, e, t), h = os(u), g = Ko(u), v = rs(a, n, e, t), W = ns(a, r, e, t), { disableNavigation: M, onMonthChange: O } = e, C = (k) => h.some((b) => b.days.some((N) => N.isEqualTo(k))), p = (k) => {
2247
- if (M)
2352
+ const { months: u, weeks: f, days: l, previousMonth: d, nextMonth: w } = Ne(() => {
2353
+ const D = us(s, n, { numberOfMonths: e.numberOfMonths }, t), b = is(D, e.endMonth ? i(e.endMonth) : void 0, {
2354
+ ISOWeek: e.ISOWeek,
2355
+ fixedWeeks: e.fixedWeeks,
2356
+ broadcastCalendar: e.broadcastCalendar
2357
+ }, t), m = ls(D, b, {
2358
+ broadcastCalendar: e.broadcastCalendar,
2359
+ fixedWeeks: e.fixedWeeks,
2360
+ ISOWeek: e.ISOWeek,
2361
+ reverseMonths: e.reverseMonths
2362
+ }, t), W = ms(m), E = cs(m), I = hs(s, r, e, t), F = ds(s, n, e, t);
2363
+ return {
2364
+ months: m,
2365
+ weeks: W,
2366
+ days: E,
2367
+ previousMonth: I,
2368
+ nextMonth: F
2369
+ };
2370
+ }, [
2371
+ t,
2372
+ s.getTime(),
2373
+ n?.getTime(),
2374
+ r?.getTime(),
2375
+ e.disableNavigation,
2376
+ e.broadcastCalendar,
2377
+ e.endMonth?.getTime(),
2378
+ e.fixedWeeks,
2379
+ e.ISOWeek,
2380
+ e.numberOfMonths,
2381
+ e.pagedNavigation,
2382
+ e.reverseMonths
2383
+ ]), { disableNavigation: O, onMonthChange: N } = e, k = (D) => f.some((b) => b.days.some((m) => m.isEqualTo(D))), v = (D) => {
2384
+ if (O)
2248
2385
  return;
2249
- let b = o(k);
2250
- n && b < o(n) && (b = o(n)), r && b > o(r) && (b = o(r)), c(b), O?.(b);
2386
+ let b = o(D);
2387
+ r && b < o(r) && (b = o(r)), n && b > o(n) && (b = o(n)), c(b), N?.(b);
2251
2388
  };
2252
2389
  return {
2253
2390
  months: u,
2254
- weeks: h,
2255
- days: g,
2256
- navStart: n,
2257
- navEnd: r,
2258
- previousMonth: v,
2259
- nextMonth: W,
2260
- goToMonth: p,
2261
- goToDay: (k) => {
2262
- C(k) || p(k.date);
2391
+ weeks: f,
2392
+ days: l,
2393
+ navStart: r,
2394
+ navEnd: n,
2395
+ previousMonth: d,
2396
+ nextMonth: w,
2397
+ goToMonth: v,
2398
+ goToDay: (D) => {
2399
+ k(D) || v(D.date);
2263
2400
  }
2264
2401
  };
2265
2402
  }
2266
- var Q;
2403
+ var K;
2267
2404
  (function(e) {
2268
2405
  e[e.Today = 0] = "Today", e[e.Selected = 1] = "Selected", e[e.LastFocused = 2] = "LastFocused", e[e.FocusedModifier = 3] = "FocusedModifier";
2269
- })(Q || (Q = {}));
2270
- function rt(e) {
2406
+ })(K || (K = {}));
2407
+ function bt(e) {
2271
2408
  return !e[_.disabled] && !e[_.hidden] && !e[_.outside];
2272
2409
  }
2273
- function as(e, t, n, r) {
2274
- let o, s = -1;
2275
- for (const i of e) {
2276
- const a = t(i);
2277
- rt(a) && (a[_.focused] && s < Q.FocusedModifier ? (o = i, s = Q.FocusedModifier) : r?.isEqualTo(i) && s < Q.LastFocused ? (o = i, s = Q.LastFocused) : n(i.date) && s < Q.Selected ? (o = i, s = Q.Selected) : a[_.today] && s < Q.Today && (o = i, s = Q.Today));
2410
+ function gs(e, t, r, n) {
2411
+ let o, i = -1;
2412
+ for (const a of e) {
2413
+ const s = t(a);
2414
+ bt(s) && (s[_.focused] && i < K.FocusedModifier ? (o = a, i = K.FocusedModifier) : n?.isEqualTo(a) && i < K.LastFocused ? (o = a, i = K.LastFocused) : r(a.date) && i < K.Selected ? (o = a, i = K.Selected) : s[_.today] && i < K.Today && (o = a, i = K.Today));
2278
2415
  }
2279
- return o || (o = e.find((i) => rt(t(i)))), o;
2280
- }
2281
- function is(e, t, n, r, o, s, i) {
2282
- const { ISOWeek: a, broadcastCalendar: c } = s, { addDays: f, addMonths: l, addWeeks: u, addYears: h, endOfBroadcastWeek: g, endOfISOWeek: v, endOfWeek: W, max: M, min: O, startOfBroadcastWeek: C, startOfISOWeek: p, startOfWeek: T } = i;
2283
- let k = {
2284
- day: f,
2285
- week: u,
2286
- month: l,
2287
- year: h,
2288
- startOfWeek: (b) => c ? C(b, i) : a ? p(b) : T(b),
2289
- endOfWeek: (b) => c ? g(b) : a ? v(b) : W(b)
2290
- }[e](n, t === "after" ? 1 : -1);
2291
- return t === "before" && r ? k = M([r, k]) : t === "after" && o && (k = O([o, k])), k;
2292
- }
2293
- function Tt(e, t, n, r, o, s, i, a = 0) {
2294
- if (a > 365)
2416
+ return o || (o = e.find((a) => bt(t(a)))), o;
2417
+ }
2418
+ function bs(e, t, r, n, o, i, a) {
2419
+ const { ISOWeek: s, broadcastCalendar: c } = i, { addDays: u, addMonths: f, addWeeks: l, addYears: d, endOfBroadcastWeek: w, endOfISOWeek: O, endOfWeek: N, max: k, min: v, startOfBroadcastWeek: Y, startOfISOWeek: p, startOfWeek: D } = a;
2420
+ let m = {
2421
+ day: u,
2422
+ week: l,
2423
+ month: f,
2424
+ year: d,
2425
+ startOfWeek: (W) => c ? Y(W, a) : s ? p(W) : D(W),
2426
+ endOfWeek: (W) => c ? w(W) : s ? O(W) : N(W)
2427
+ }[e](r, t === "after" ? 1 : -1);
2428
+ return t === "before" && n ? m = k([n, m]) : t === "after" && o && (m = v([o, m])), m;
2429
+ }
2430
+ function Ut(e, t, r, n, o, i, a, s = 0) {
2431
+ if (s > 365)
2295
2432
  return;
2296
- const c = is(e, t, n.date, r, o, s, i), f = !!(s.disabled && J(c, s.disabled, i)), l = !!(s.hidden && J(c, s.hidden, i)), u = c, h = new Mt(c, u, i);
2297
- return !f && !l ? h : Tt(e, t, h, r, o, s, i, a + 1);
2433
+ const c = bs(e, t, r.date, n, o, i, a), u = !!(i.disabled && re(c, i.disabled, a)), f = !!(i.hidden && re(c, i.hidden, a)), l = c, d = new _t(c, l, a);
2434
+ return !u && !f ? d : Ut(e, t, d, n, o, i, a, s + 1);
2298
2435
  }
2299
- function cs(e, t, n, r, o) {
2300
- const { autoFocus: s } = e, [i, a] = De(), c = as(t.days, n, r || (() => !1), i), [f, l] = De(s ? c : void 0);
2436
+ function ws(e, t, r, n, o) {
2437
+ const { autoFocus: i } = e, [a, s] = Ce(), c = gs(t.days, r, n || (() => !1), a), [u, f] = Ce(i ? c : void 0);
2301
2438
  return {
2302
- isFocusTarget: (W) => !!c?.isEqualTo(W),
2303
- setFocused: l,
2304
- focused: f,
2439
+ isFocusTarget: (N) => !!c?.isEqualTo(N),
2440
+ setFocused: f,
2441
+ focused: u,
2305
2442
  blur: () => {
2306
- a(f), l(void 0);
2443
+ s(u), f(void 0);
2307
2444
  },
2308
- moveFocus: (W, M) => {
2309
- if (!f)
2445
+ moveFocus: (N, k) => {
2446
+ if (!u)
2310
2447
  return;
2311
- const O = Tt(W, M, f, t.navStart, t.navEnd, e, o);
2312
- O && (e.disableNavigation && !t.days.some((p) => p.isEqualTo(O)) || (t.goToDay(O), l(O)));
2448
+ const v = Ut(N, k, u, t.navStart, t.navEnd, e, o);
2449
+ v && (e.disableNavigation && !t.days.some((p) => p.isEqualTo(v)) || (t.goToDay(v), f(v)));
2313
2450
  }
2314
2451
  };
2315
2452
  }
2316
- function us(e, t) {
2317
- const { selected: n, required: r, onSelect: o } = e, [s, i] = ve(n, o ? n : void 0), a = o ? n : s, { isSameDay: c } = t, f = (g) => a?.some((v) => c(v, g)) ?? !1, { min: l, max: u } = e;
2453
+ function ps(e, t) {
2454
+ const { selected: r, required: n, onSelect: o } = e, [i, a] = Ye(r, o ? r : void 0), s = o ? r : i, { isSameDay: c } = t, u = (w) => s?.some((O) => c(O, w)) ?? !1, { min: f, max: l } = e;
2318
2455
  return {
2319
- selected: a,
2320
- select: (g, v, W) => {
2321
- let M = [...a ?? []];
2322
- if (f(g)) {
2323
- if (a?.length === l || r && a?.length === 1)
2456
+ selected: s,
2457
+ select: (w, O, N) => {
2458
+ let k = [...s ?? []];
2459
+ if (u(w)) {
2460
+ if (s?.length === f || n && s?.length === 1)
2324
2461
  return;
2325
- M = a?.filter((O) => !c(O, g));
2462
+ k = s?.filter((v) => !c(v, w));
2326
2463
  } else
2327
- a?.length === u ? M = [g] : M = [...M, g];
2328
- return o || i(M), o?.(M, g, v, W), M;
2464
+ s?.length === l ? k = [w] : k = [...k, w];
2465
+ return o || a(k), o?.(k, w, O, N), k;
2329
2466
  },
2330
- isSelected: f
2467
+ isSelected: u
2331
2468
  };
2332
2469
  }
2333
- function fs(e, t, n = 0, r = 0, o = !1, s = U) {
2334
- const { from: i, to: a } = t || {}, { isSameDay: c, isAfter: f, isBefore: l } = s;
2335
- let u;
2336
- if (!i && !a)
2337
- u = { from: e, to: n > 0 ? void 0 : e };
2338
- else if (i && !a)
2339
- c(i, e) ? n === 0 ? u = { from: i, to: e } : o ? u = { from: i, to: void 0 } : u = void 0 : l(e, i) ? u = { from: e, to: i } : u = { from: i, to: e };
2340
- else if (i && a)
2341
- if (c(i, e) && c(a, e))
2342
- o ? u = { from: i, to: a } : u = void 0;
2343
- else if (c(i, e))
2344
- u = { from: i, to: n > 0 ? void 0 : e };
2470
+ function Ms(e, t, r = 0, n = 0, o = !1, i = L) {
2471
+ const { from: a, to: s } = t || {}, { isSameDay: c, isAfter: u, isBefore: f } = i;
2472
+ let l;
2473
+ if (!a && !s)
2474
+ l = { from: e, to: r > 0 ? void 0 : e };
2475
+ else if (a && !s)
2476
+ c(a, e) ? r === 0 ? l = { from: a, to: e } : o ? l = { from: a, to: void 0 } : l = void 0 : f(e, a) ? l = { from: e, to: a } : l = { from: a, to: e };
2477
+ else if (a && s)
2478
+ if (c(a, e) && c(s, e))
2479
+ o ? l = { from: a, to: s } : l = void 0;
2345
2480
  else if (c(a, e))
2346
- u = { from: e, to: n > 0 ? void 0 : e };
2347
- else if (l(e, i))
2348
- u = { from: e, to: a };
2349
- else if (f(e, i))
2350
- u = { from: i, to: e };
2481
+ l = { from: a, to: r > 0 ? void 0 : e };
2482
+ else if (c(s, e))
2483
+ l = { from: e, to: r > 0 ? void 0 : e };
2351
2484
  else if (f(e, a))
2352
- u = { from: i, to: e };
2485
+ l = { from: e, to: s };
2486
+ else if (u(e, a))
2487
+ l = { from: a, to: e };
2488
+ else if (u(e, s))
2489
+ l = { from: a, to: e };
2353
2490
  else
2354
2491
  throw new Error("Invalid range");
2355
- if (u?.from && u?.to) {
2356
- const h = s.differenceInCalendarDays(u.to, u.from);
2357
- r > 0 && h > r ? u = { from: e, to: void 0 } : n > 1 && h < n && (u = { from: e, to: void 0 });
2492
+ if (l?.from && l?.to) {
2493
+ const d = i.differenceInCalendarDays(l.to, l.from);
2494
+ n > 0 && d > n ? l = { from: e, to: void 0 } : r > 1 && d < r && (l = { from: e, to: void 0 });
2358
2495
  }
2359
- return u;
2496
+ return l;
2360
2497
  }
2361
- function ls(e, t, n = U) {
2362
- const r = Array.isArray(t) ? t : [t];
2498
+ function ks(e, t, r = L) {
2499
+ const n = Array.isArray(t) ? t : [t];
2363
2500
  let o = e.from;
2364
- const s = n.differenceInCalendarDays(e.to, e.from), i = Math.min(s, 6);
2365
- for (let a = 0; a <= i; a++) {
2366
- if (r.includes(o.getDay()))
2501
+ const i = r.differenceInCalendarDays(e.to, e.from), a = Math.min(i, 6);
2502
+ for (let s = 0; s <= a; s++) {
2503
+ if (n.includes(o.getDay()))
2367
2504
  return !0;
2368
- o = n.addDays(o, 1);
2505
+ o = r.addDays(o, 1);
2369
2506
  }
2370
2507
  return !1;
2371
2508
  }
2372
- function ot(e, t, n = U) {
2373
- return K(e, t.from, !1, n) || K(e, t.to, !1, n) || K(t, e.from, !1, n) || K(t, e.to, !1, n);
2509
+ function wt(e, t, r = L) {
2510
+ return ne(e, t.from, !1, r) || ne(e, t.to, !1, r) || ne(t, e.from, !1, r) || ne(t, e.to, !1, r);
2374
2511
  }
2375
- function ds(e, t, n = U) {
2376
- const r = Array.isArray(t) ? t : [t];
2377
- if (r.filter((a) => typeof a != "function").some((a) => typeof a == "boolean" ? a : n.isDate(a) ? K(e, a, !1, n) : St(a, n) ? a.some((c) => K(e, c, !1, n)) : Ae(a) ? a.from && a.to ? ot(e, { from: a.from, to: a.to }, n) : !1 : Wt(a) ? ls(e, a.dayOfWeek, n) : Dt(a) ? n.isAfter(a.before, a.after) ? ot(e, {
2378
- from: n.addDays(a.after, 1),
2379
- to: n.addDays(a.before, -1)
2380
- }, n) : J(e.from, a, n) || J(e.to, a, n) : vt(a) || Ot(a) ? J(e.from, a, n) || J(e.to, a, n) : !1))
2512
+ function Ds(e, t, r = L) {
2513
+ const n = Array.isArray(t) ? t : [t];
2514
+ if (n.filter((s) => typeof s != "function").some((s) => typeof s == "boolean" ? s : r.isDate(s) ? ne(e, s, !1, r) : It(s, r) ? s.some((c) => ne(e, c, !1, r)) : xe(s) ? s.from && s.to ? wt(e, { from: s.from, to: s.to }, r) : !1 : Bt(s) ? ks(e, s.dayOfWeek, r) : Ze(s) ? r.isAfter(s.before, s.after) ? wt(e, {
2515
+ from: r.addDays(s.after, 1),
2516
+ to: r.addDays(s.before, -1)
2517
+ }, r) : re(e.from, s, r) || re(e.to, s, r) : Ke(s) || Je(s) ? re(e.from, s, r) || re(e.to, s, r) : !1))
2381
2518
  return !0;
2382
- const i = r.filter((a) => typeof a == "function");
2383
- if (i.length) {
2384
- let a = e.from;
2385
- const c = n.differenceInCalendarDays(e.to, e.from);
2386
- for (let f = 0; f <= c; f++) {
2387
- if (i.some((l) => l(a)))
2519
+ const a = n.filter((s) => typeof s == "function");
2520
+ if (a.length) {
2521
+ let s = e.from;
2522
+ const c = r.differenceInCalendarDays(e.to, e.from);
2523
+ for (let u = 0; u <= c; u++) {
2524
+ if (a.some((f) => f(s)))
2388
2525
  return !0;
2389
- a = n.addDays(a, 1);
2526
+ s = r.addDays(s, 1);
2390
2527
  }
2391
2528
  }
2392
2529
  return !1;
2393
2530
  }
2394
- function hs(e, t) {
2395
- const { disabled: n, excludeDisabled: r, selected: o, required: s, onSelect: i } = e, [a, c] = ve(o, i ? o : void 0), f = i ? o : a;
2531
+ function Os(e, t) {
2532
+ const { disabled: r, excludeDisabled: n, selected: o, required: i, onSelect: a } = e, [s, c] = Ye(o, a ? o : void 0), u = a ? o : s;
2396
2533
  return {
2397
- selected: f,
2398
- select: (h, g, v) => {
2399
- const { min: W, max: M } = e, O = h ? fs(h, f, W, M, s, t) : void 0;
2400
- return r && n && O?.from && O.to && ds({ from: O.from, to: O.to }, n, t) && (O.from = h, O.to = void 0), i || c(O), i?.(O, h, g, v), O;
2534
+ selected: u,
2535
+ select: (d, w, O) => {
2536
+ const { min: N, max: k } = e, v = d ? Ms(d, u, N, k, i, t) : void 0;
2537
+ return n && r && v?.from && v.to && Ds({ from: v.from, to: v.to }, r, t) && (v.from = d, v.to = void 0), a || c(v), a?.(v, d, w, O), v;
2401
2538
  },
2402
- isSelected: (h) => f && K(f, h, !1, t)
2539
+ isSelected: (d) => u && ne(u, d, !1, t)
2403
2540
  };
2404
2541
  }
2405
- function ms(e, t) {
2406
- const { selected: n, required: r, onSelect: o } = e, [s, i] = ve(n, o ? n : void 0), a = o ? n : s, { isSameDay: c } = t;
2542
+ function vs(e, t) {
2543
+ const { selected: r, required: n, onSelect: o } = e, [i, a] = Ye(r, o ? r : void 0), s = o ? r : i, { isSameDay: c } = t;
2407
2544
  return {
2408
- selected: a,
2409
- select: (u, h, g) => {
2410
- let v = u;
2411
- return !r && a && a && c(u, a) && (v = void 0), o || i(v), o?.(v, u, h, g), v;
2545
+ selected: s,
2546
+ select: (l, d, w) => {
2547
+ let O = l;
2548
+ return !n && s && s && c(l, s) && (O = void 0), o || a(O), o?.(O, l, d, w), O;
2412
2549
  },
2413
- isSelected: (u) => a ? c(a, u) : !1
2550
+ isSelected: (l) => s ? c(s, l) : !1
2414
2551
  };
2415
2552
  }
2416
- function ys(e, t) {
2417
- const n = ms(e, t), r = us(e, t), o = hs(e, t);
2553
+ function Ws(e, t) {
2554
+ const r = vs(e, t), n = ps(e, t), o = Os(e, t);
2418
2555
  switch (e.mode) {
2419
2556
  case "single":
2420
- return n;
2421
- case "multiple":
2422
2557
  return r;
2558
+ case "multiple":
2559
+ return n;
2423
2560
  case "range":
2424
2561
  return o;
2425
2562
  default:
2426
2563
  return;
2427
2564
  }
2428
2565
  }
2429
- function gs(e) {
2566
+ function R(e, t) {
2567
+ return e instanceof H && e.timeZone === t ? e : new H(e, t);
2568
+ }
2569
+ function le(e, t, r) {
2570
+ return R(e, t);
2571
+ }
2572
+ function pt(e, t, r) {
2573
+ return typeof e == "boolean" || typeof e == "function" ? e : e instanceof Date ? le(e, t) : Array.isArray(e) ? e.map((n) => n instanceof Date ? le(n, t) : n) : xe(e) ? {
2574
+ ...e,
2575
+ from: e.from ? R(e.from, t) : e.from,
2576
+ to: e.to ? R(e.to, t) : e.to
2577
+ } : Ze(e) ? {
2578
+ before: le(e.before, t),
2579
+ after: le(e.after, t)
2580
+ } : Ke(e) ? {
2581
+ after: le(e.after, t)
2582
+ } : Je(e) ? {
2583
+ before: le(e.before, t)
2584
+ } : e;
2585
+ }
2586
+ function ze(e, t, r) {
2587
+ return e && (Array.isArray(e) ? e.map((n) => pt(n, t)) : pt(e, t));
2588
+ }
2589
+ function Ss(e) {
2430
2590
  let t = e;
2431
- t.timeZone && (t = {
2432
- ...e
2433
- }, t.today && (t.today = new I(t.today, t.timeZone)), t.month && (t.month = new I(t.month, t.timeZone)), t.defaultMonth && (t.defaultMonth = new I(t.defaultMonth, t.timeZone)), t.startMonth && (t.startMonth = new I(t.startMonth, t.timeZone)), t.endMonth && (t.endMonth = new I(t.endMonth, t.timeZone)), t.mode === "single" && t.selected ? t.selected = new I(t.selected, t.timeZone) : t.mode === "multiple" && t.selected ? t.selected = t.selected?.map((D) => new I(D, t.timeZone)) : t.mode === "range" && t.selected && (t.selected = {
2434
- from: t.selected.from ? new I(t.selected.from, t.timeZone) : void 0,
2435
- to: t.selected.to ? new I(t.selected.to, t.timeZone) : void 0
2436
- }));
2437
- const { components: n, formatters: r, labels: o, dateLib: s, locale: i, classNames: a } = Pe(() => {
2438
- const D = { ...qe, ...t.locale };
2591
+ const r = t.timeZone;
2592
+ if (r && (t = {
2593
+ ...e,
2594
+ timeZone: r
2595
+ }, t.today && (t.today = R(t.today, r)), t.month && (t.month = R(t.month, r)), t.defaultMonth && (t.defaultMonth = R(t.defaultMonth, r)), t.startMonth && (t.startMonth = R(t.startMonth, r)), t.endMonth && (t.endMonth = R(t.endMonth, r)), t.mode === "single" && t.selected ? t.selected = R(t.selected, r) : t.mode === "multiple" && t.selected ? t.selected = t.selected?.map((M) => R(M, r)) : t.mode === "range" && t.selected && (t.selected = {
2596
+ from: t.selected.from ? R(t.selected.from, r) : t.selected.from,
2597
+ to: t.selected.to ? R(t.selected.to, r) : t.selected.to
2598
+ }), t.disabled !== void 0 && (t.disabled = ze(t.disabled, r)), t.hidden !== void 0 && (t.hidden = ze(t.hidden, r)), t.modifiers)) {
2599
+ const M = {};
2600
+ Object.keys(t.modifiers).forEach((x) => {
2601
+ M[x] = ze(t.modifiers?.[x], r);
2602
+ }), t.modifiers = M;
2603
+ }
2604
+ const { components: n, formatters: o, labels: i, dateLib: a, locale: s, classNames: c } = Ne(() => {
2605
+ const M = { ...Et, ...t.locale }, x = t.broadcastCalendar ? 1 : t.weekStartsOn, g = t.noonSafe && t.timeZone ? ns(t.timeZone, {
2606
+ weekStartsOn: x,
2607
+ locale: M
2608
+ }) : void 0, C = t.dateLib && g ? { ...g, ...t.dateLib } : t.dateLib ?? g, A = new G({
2609
+ locale: M,
2610
+ weekStartsOn: x,
2611
+ firstWeekContainsDate: t.firstWeekContainsDate,
2612
+ useAdditionalWeekYearTokens: t.useAdditionalWeekYearTokens,
2613
+ useAdditionalDayOfYearTokens: t.useAdditionalDayOfYearTokens,
2614
+ timeZone: t.timeZone,
2615
+ numerals: t.numerals
2616
+ }, C);
2439
2617
  return {
2440
- dateLib: new Z({
2441
- locale: D,
2442
- weekStartsOn: t.broadcastCalendar ? 1 : t.weekStartsOn,
2443
- firstWeekContainsDate: t.firstWeekContainsDate,
2444
- useAdditionalWeekYearTokens: t.useAdditionalWeekYearTokens,
2445
- useAdditionalDayOfYearTokens: t.useAdditionalDayOfYearTokens,
2446
- timeZone: t.timeZone,
2447
- numerals: t.numerals
2448
- }, t.dateLib),
2449
- components: bo(t.components),
2450
- formatters: Yo(t.formatters),
2451
- labels: { ...zo, ...t.labels },
2452
- locale: D,
2453
- classNames: { ...ko(), ...t.classNames }
2618
+ dateLib: A,
2619
+ components: Fo(t.components),
2620
+ formatters: Qo(t.formatters),
2621
+ labels: Ko(t.labels, A.options),
2622
+ locale: M,
2623
+ classNames: { ...Io(), ...t.classNames }
2454
2624
  };
2455
2625
  }, [
2456
2626
  t.locale,
@@ -2462,113 +2632,116 @@ function gs(e) {
2462
2632
  t.timeZone,
2463
2633
  t.numerals,
2464
2634
  t.dateLib,
2635
+ t.noonSafe,
2465
2636
  t.components,
2466
2637
  t.formatters,
2467
2638
  t.labels,
2468
2639
  t.classNames
2469
- ]), { captionLayout: c, mode: f, navLayout: l, numberOfMonths: u = 1, onDayBlur: h, onDayClick: g, onDayFocus: v, onDayKeyDown: W, onDayMouseEnter: M, onDayMouseLeave: O, onNextClick: C, onPrevClick: p, showWeekNumber: T, styles: y } = t, { formatCaption: k, formatDay: b, formatMonthDropdown: N, formatWeekNumber: B, formatWeekNumberHeader: H, formatWeekdayName: q, formatYearDropdown: $ } = r, re = ss(t, s), { days: oe, months: se, navStart: we, navEnd: Oe, previousMonth: G, nextMonth: z, goToMonth: V } = re, We = po(oe, t, we, Oe, s), { isSelected: Se, select: Ce, selected: be } = ys(t, s) ?? {}, { blur: je, focused: Re, isFocusTarget: Et, moveFocus: Ze, setFocused: Me } = cs(t, re, We, Se ?? (() => !1), s), { labelDayButton: Pt, labelGridcell: _t, labelGrid: Ft, labelMonthDropdown: Bt, labelNav: $e, labelPrevious: It, labelNext: Ht, labelWeekday: qt, labelWeekNumber: At, labelWeekNumberHeader: jt, labelYearDropdown: Rt } = o, Zt = Pe(() => Po(s, t.ISOWeek), [s, t.ISOWeek]), Ge = f !== void 0 || g !== void 0, Ne = j(() => {
2470
- G && (V(G), p?.(G));
2471
- }, [G, V, p]), xe = j(() => {
2472
- z && (V(z), C?.(z));
2473
- }, [V, z, C]), $t = j((D, P) => (w) => {
2474
- w.preventDefault(), w.stopPropagation(), Me(D), Ce?.(D.date, P, w), g?.(D.date, P, w);
2475
- }, [Ce, g, Me]), Gt = j((D, P) => (w) => {
2476
- Me(D), v?.(D.date, P, w);
2477
- }, [v, Me]), zt = j((D, P) => (w) => {
2478
- je(), h?.(D.date, P, w);
2479
- }, [je, h]), Lt = j((D, P) => (w) => {
2480
- const E = {
2640
+ ]);
2641
+ t.today || (t = { ...t, today: a.today() });
2642
+ const { captionLayout: u, mode: f, navLayout: l, numberOfMonths: d = 1, onDayBlur: w, onDayClick: O, onDayFocus: N, onDayKeyDown: k, onDayMouseEnter: v, onDayMouseLeave: Y, onNextClick: p, onPrevClick: D, showWeekNumber: b, styles: m } = t, { formatCaption: W, formatDay: E, formatMonthDropdown: I, formatWeekNumber: F, formatWeekNumberHeader: Z, formatWeekdayName: oe, formatYearDropdown: ee } = o, $ = ys(t, a), { days: ce, months: Oe, navStart: Te, navEnd: Pe, previousMonth: z, nextMonth: Q, goToMonth: te } = $, Ee = Eo(ce, t, Te, Pe, a), { isSelected: _e, select: Fe, selected: ve } = Ws(t, a) ?? {}, { blur: tt, focused: nt, isFocusTarget: Zt, moveFocus: rt, setFocused: We } = ws(t, $, Ee, _e ?? (() => !1), a), { labelDayButton: Kt, labelGridcell: Jt, labelGrid: Lt, labelMonthDropdown: en, labelNav: ot, labelPrevious: tn, labelNext: nn, labelWeekday: rn, labelWeekNumber: on, labelWeekNumberHeader: sn, labelYearDropdown: an } = i, cn = Ne(() => es(a, t.ISOWeek, t.broadcastCalendar, t.today), [a, t.ISOWeek, t.broadcastCalendar, t.today]), st = f !== void 0 || O !== void 0, Be = q(() => {
2643
+ z && (te(z), D?.(z));
2644
+ }, [z, te, D]), Ie = q(() => {
2645
+ Q && (te(Q), p?.(Q));
2646
+ }, [te, Q, p]), un = q((M, x) => (g) => {
2647
+ g.preventDefault(), g.stopPropagation(), We(M), !x.disabled && (Fe?.(M.date, x, g), O?.(M.date, x, g));
2648
+ }, [Fe, O, We]), ln = q((M, x) => (g) => {
2649
+ We(M), N?.(M.date, x, g);
2650
+ }, [N, We]), fn = q((M, x) => (g) => {
2651
+ tt(), w?.(M.date, x, g);
2652
+ }, [tt, w]), dn = q((M, x) => (g) => {
2653
+ const C = {
2481
2654
  ArrowLeft: [
2482
- w.shiftKey ? "month" : "day",
2655
+ g.shiftKey ? "month" : "day",
2483
2656
  t.dir === "rtl" ? "after" : "before"
2484
2657
  ],
2485
2658
  ArrowRight: [
2486
- w.shiftKey ? "month" : "day",
2659
+ g.shiftKey ? "month" : "day",
2487
2660
  t.dir === "rtl" ? "before" : "after"
2488
2661
  ],
2489
- ArrowDown: [w.shiftKey ? "year" : "week", "after"],
2490
- ArrowUp: [w.shiftKey ? "year" : "week", "before"],
2491
- PageUp: [w.shiftKey ? "year" : "month", "before"],
2492
- PageDown: [w.shiftKey ? "year" : "month", "after"],
2662
+ ArrowDown: [g.shiftKey ? "year" : "week", "after"],
2663
+ ArrowUp: [g.shiftKey ? "year" : "week", "before"],
2664
+ PageUp: [g.shiftKey ? "year" : "month", "before"],
2665
+ PageDown: [g.shiftKey ? "year" : "month", "after"],
2493
2666
  Home: ["startOfWeek", "before"],
2494
2667
  End: ["endOfWeek", "after"]
2495
2668
  };
2496
- if (E[w.key]) {
2497
- w.preventDefault(), w.stopPropagation();
2498
- const [A, S] = E[w.key];
2499
- Ze(A, S);
2669
+ if (C[g.key]) {
2670
+ g.preventDefault(), g.stopPropagation();
2671
+ const [A, S] = C[g.key];
2672
+ rt(A, S);
2500
2673
  }
2501
- W?.(D.date, P, w);
2502
- }, [Ze, W, t.dir]), Qt = j((D, P) => (w) => {
2503
- M?.(D.date, P, w);
2504
- }, [M]), Xt = j((D, P) => (w) => {
2505
- O?.(D.date, P, w);
2506
- }, [O]), Ut = j((D) => (P) => {
2507
- const w = Number(P.target.value), E = s.setMonth(s.startOfMonth(D), w);
2508
- V(E);
2509
- }, [s, V]), Vt = j((D) => (P) => {
2510
- const w = Number(P.target.value), E = s.setYear(s.startOfMonth(D), w);
2511
- V(E);
2512
- }, [s, V]), { className: Kt, style: Jt } = Pe(() => ({
2513
- className: [a[m.Root], t.className].filter(Boolean).join(" "),
2514
- style: { ...y?.[m.Root], ...t.style }
2515
- }), [a, t.className, t.style, y]), en = Mo(t), ze = ke(null);
2516
- Uo(ze, !!t.animate, {
2517
- classNames: a,
2518
- months: se,
2519
- focused: Re,
2520
- dateLib: s
2674
+ k?.(M.date, x, g);
2675
+ }, [rt, k, t.dir]), hn = q((M, x) => (g) => {
2676
+ v?.(M.date, x, g);
2677
+ }, [v]), mn = q((M, x) => (g) => {
2678
+ Y?.(M.date, x, g);
2679
+ }, [Y]), yn = q((M) => (x) => {
2680
+ const g = Number(x.target.value), C = a.setMonth(a.startOfMonth(M), g);
2681
+ te(C);
2682
+ }, [a, te]), gn = q((M) => (x) => {
2683
+ const g = Number(x.target.value), C = a.setYear(a.startOfMonth(M), g);
2684
+ te(C);
2685
+ }, [a, te]), { className: bn, style: wn } = Ne(() => ({
2686
+ className: [c[y.Root], t.className].filter(Boolean).join(" "),
2687
+ style: { ...m?.[y.Root], ...t.style }
2688
+ }), [c, t.className, t.style, m]), pn = Bo(t), at = Se(null);
2689
+ as(at, !!t.animate, {
2690
+ classNames: c,
2691
+ months: Oe,
2692
+ focused: nt,
2693
+ dateLib: a
2521
2694
  });
2522
- const tn = {
2695
+ const Mn = {
2523
2696
  dayPickerProps: t,
2524
- selected: be,
2525
- select: Ce,
2526
- isSelected: Se,
2527
- months: se,
2528
- nextMonth: z,
2529
- previousMonth: G,
2530
- goToMonth: V,
2531
- getModifiers: We,
2697
+ selected: ve,
2698
+ select: Fe,
2699
+ isSelected: _e,
2700
+ months: Oe,
2701
+ nextMonth: Q,
2702
+ previousMonth: z,
2703
+ goToMonth: te,
2704
+ getModifiers: Ee,
2532
2705
  components: n,
2533
- classNames: a,
2534
- styles: y,
2535
- labels: o,
2536
- formatters: r
2706
+ classNames: c,
2707
+ styles: m,
2708
+ labels: i,
2709
+ formatters: o
2537
2710
  };
2538
- return d.createElement(
2539
- kt.Provider,
2540
- { value: tn },
2541
- d.createElement(
2711
+ return h.createElement(
2712
+ Ft.Provider,
2713
+ { value: Mn },
2714
+ h.createElement(
2542
2715
  n.Root,
2543
- { rootRef: t.animate ? ze : void 0, className: Kt, style: Jt, dir: t.dir, id: t.id, lang: t.lang, nonce: t.nonce, title: t.title, role: t.role, "aria-label": t["aria-label"], "aria-labelledby": t["aria-labelledby"], ...en },
2544
- d.createElement(
2716
+ { rootRef: t.animate ? at : void 0, className: bn, style: wn, dir: t.dir, id: t.id, lang: t.lang, nonce: t.nonce, title: t.title, role: t.role, "aria-label": t["aria-label"], "aria-labelledby": t["aria-labelledby"], ...pn },
2717
+ h.createElement(
2545
2718
  n.Months,
2546
- { className: a[m.Months], style: y?.[m.Months] },
2547
- !t.hideNavigation && !l && d.createElement(n.Nav, { "data-animated-nav": t.animate ? "true" : void 0, className: a[m.Nav], style: y?.[m.Nav], "aria-label": $e(), onPreviousClick: Ne, onNextClick: xe, previousMonth: G, nextMonth: z }),
2548
- se.map((D, P) => d.createElement(
2719
+ { className: c[y.Months], style: m?.[y.Months] },
2720
+ !t.hideNavigation && !l && h.createElement(n.Nav, { "data-animated-nav": t.animate ? "true" : void 0, className: c[y.Nav], style: m?.[y.Nav], "aria-label": ot(), onPreviousClick: Be, onNextClick: Ie, previousMonth: z, nextMonth: Q }),
2721
+ Oe.map((M, x) => h.createElement(
2549
2722
  n.Month,
2550
2723
  {
2551
2724
  "data-animated-month": t.animate ? "true" : void 0,
2552
- className: a[m.Month],
2553
- style: y?.[m.Month],
2725
+ className: c[y.Month],
2726
+ style: m?.[y.Month],
2554
2727
  // biome-ignore lint/suspicious/noArrayIndexKey: breaks animation
2555
- key: P,
2556
- displayIndex: P,
2557
- calendarMonth: D
2728
+ key: x,
2729
+ displayIndex: x,
2730
+ calendarMonth: M
2558
2731
  },
2559
- l === "around" && !t.hideNavigation && P === 0 && d.createElement(
2732
+ l === "around" && !t.hideNavigation && x === 0 && h.createElement(
2560
2733
  n.PreviousMonthButton,
2561
- { type: "button", className: a[m.PreviousMonthButton], tabIndex: G ? void 0 : -1, "aria-disabled": G ? void 0 : !0, "aria-label": It(G), onClick: Ne, "data-animated-button": t.animate ? "true" : void 0 },
2562
- d.createElement(n.Chevron, { disabled: G ? void 0 : !0, className: a[m.Chevron], orientation: t.dir === "rtl" ? "right" : "left" })
2734
+ { type: "button", className: c[y.PreviousMonthButton], tabIndex: z ? void 0 : -1, "aria-disabled": z ? void 0 : !0, "aria-label": tn(z), onClick: Be, "data-animated-button": t.animate ? "true" : void 0 },
2735
+ h.createElement(n.Chevron, { disabled: z ? void 0 : !0, className: c[y.Chevron], orientation: t.dir === "rtl" ? "right" : "left" })
2563
2736
  ),
2564
- d.createElement(n.MonthCaption, { "data-animated-caption": t.animate ? "true" : void 0, className: a[m.MonthCaption], style: y?.[m.MonthCaption], calendarMonth: D, displayIndex: P }, c?.startsWith("dropdown") ? d.createElement(
2737
+ h.createElement(n.MonthCaption, { "data-animated-caption": t.animate ? "true" : void 0, className: c[y.MonthCaption], style: m?.[y.MonthCaption], calendarMonth: M, displayIndex: x }, u?.startsWith("dropdown") ? h.createElement(
2565
2738
  n.DropdownNav,
2566
- { className: a[m.Dropdowns], style: y?.[m.Dropdowns] },
2739
+ { className: c[y.Dropdowns], style: m?.[y.Dropdowns] },
2567
2740
  (() => {
2568
- const w = c === "dropdown" || c === "dropdown-months" ? d.createElement(n.MonthsDropdown, { key: "month", className: a[m.MonthsDropdown], "aria-label": Bt(), classNames: a, components: n, disabled: !!t.disableNavigation, onChange: Ut(D.date), options: To(D.date, we, Oe, r, s), style: y?.[m.Dropdown], value: s.getMonth(D.date) }) : d.createElement("span", { key: "month" }, N(D.date, s)), E = c === "dropdown" || c === "dropdown-years" ? d.createElement(n.YearsDropdown, { key: "year", className: a[m.YearsDropdown], "aria-label": Rt(s.options), classNames: a, components: n, disabled: !!t.disableNavigation, onChange: Vt(D.date), options: _o(we, Oe, r, s, !!t.reverseYears), style: y?.[m.Dropdown], value: s.getYear(D.date) }) : d.createElement("span", { key: "year" }, $(D.date, s));
2569
- return s.getMonthYearOrder() === "year-first" ? [E, w] : [w, E];
2741
+ const g = u === "dropdown" || u === "dropdown-months" ? h.createElement(n.MonthsDropdown, { key: "month", className: c[y.MonthsDropdown], "aria-label": en(), classNames: c, components: n, disabled: !!t.disableNavigation, onChange: yn(M.date), options: Jo(M.date, Te, Pe, o, a), style: m?.[y.Dropdown], value: a.getMonth(M.date) }) : h.createElement("span", { key: "month" }, I(M.date, a)), C = u === "dropdown" || u === "dropdown-years" ? h.createElement(n.YearsDropdown, { key: "year", className: c[y.YearsDropdown], "aria-label": an(a.options), classNames: c, components: n, disabled: !!t.disableNavigation, onChange: gn(M.date), options: ts(Te, Pe, o, a, !!t.reverseYears), style: m?.[y.Dropdown], value: a.getYear(M.date) }) : h.createElement("span", { key: "year" }, ee(M.date, a));
2742
+ return a.getMonthYearOrder() === "year-first" ? [C, g] : [g, C];
2570
2743
  })(),
2571
- d.createElement("span", { role: "status", "aria-live": "polite", style: {
2744
+ h.createElement("span", { role: "status", "aria-live": "polite", style: {
2572
2745
  border: 0,
2573
2746
  clip: "rect(0 0 0 0)",
2574
2747
  height: "1px",
@@ -2579,114 +2752,175 @@ function gs(e) {
2579
2752
  width: "1px",
2580
2753
  whiteSpace: "nowrap",
2581
2754
  wordWrap: "normal"
2582
- } }, k(D.date, s.options, s))
2583
- ) : (
2584
- // biome-ignore lint/a11y/useSemanticElements: breaking change
2585
- d.createElement(n.CaptionLabel, { className: a[m.CaptionLabel], role: "status", "aria-live": "polite" }, k(D.date, s.options, s))
2586
- )),
2587
- l === "around" && !t.hideNavigation && P === u - 1 && d.createElement(
2755
+ } }, W(M.date, a.options, a))
2756
+ ) : h.createElement(n.CaptionLabel, { className: c[y.CaptionLabel], role: "status", "aria-live": "polite" }, W(M.date, a.options, a))),
2757
+ l === "around" && !t.hideNavigation && x === d - 1 && h.createElement(
2588
2758
  n.NextMonthButton,
2589
- { type: "button", className: a[m.NextMonthButton], tabIndex: z ? void 0 : -1, "aria-disabled": z ? void 0 : !0, "aria-label": Ht(z), onClick: xe, "data-animated-button": t.animate ? "true" : void 0 },
2590
- d.createElement(n.Chevron, { disabled: z ? void 0 : !0, className: a[m.Chevron], orientation: t.dir === "rtl" ? "left" : "right" })
2759
+ { type: "button", className: c[y.NextMonthButton], tabIndex: Q ? void 0 : -1, "aria-disabled": Q ? void 0 : !0, "aria-label": nn(Q), onClick: Ie, "data-animated-button": t.animate ? "true" : void 0 },
2760
+ h.createElement(n.Chevron, { disabled: Q ? void 0 : !0, className: c[y.Chevron], orientation: t.dir === "rtl" ? "left" : "right" })
2591
2761
  ),
2592
- P === u - 1 && l === "after" && !t.hideNavigation && d.createElement(n.Nav, { "data-animated-nav": t.animate ? "true" : void 0, className: a[m.Nav], style: y?.[m.Nav], "aria-label": $e(), onPreviousClick: Ne, onNextClick: xe, previousMonth: G, nextMonth: z }),
2593
- d.createElement(
2762
+ x === d - 1 && l === "after" && !t.hideNavigation && h.createElement(n.Nav, { "data-animated-nav": t.animate ? "true" : void 0, className: c[y.Nav], style: m?.[y.Nav], "aria-label": ot(), onPreviousClick: Be, onNextClick: Ie, previousMonth: z, nextMonth: Q }),
2763
+ h.createElement(
2594
2764
  n.MonthGrid,
2595
- { role: "grid", "aria-multiselectable": f === "multiple" || f === "range", "aria-label": Ft(D.date, s.options, s) || void 0, className: a[m.MonthGrid], style: y?.[m.MonthGrid] },
2596
- !t.hideWeekdays && d.createElement(
2765
+ { role: "grid", "aria-multiselectable": f === "multiple" || f === "range", "aria-label": Lt(M.date, a.options, a) || void 0, className: c[y.MonthGrid], style: m?.[y.MonthGrid] },
2766
+ !t.hideWeekdays && h.createElement(
2597
2767
  n.Weekdays,
2598
- { "data-animated-weekdays": t.animate ? "true" : void 0, className: a[m.Weekdays], style: y?.[m.Weekdays] },
2599
- T && d.createElement(n.WeekNumberHeader, { "aria-label": jt(s.options), className: a[m.WeekNumberHeader], style: y?.[m.WeekNumberHeader], scope: "col" }, H()),
2600
- Zt.map((w) => d.createElement(n.Weekday, { "aria-label": qt(w, s.options, s), className: a[m.Weekday], key: String(w), style: y?.[m.Weekday], scope: "col" }, q(w, s.options, s)))
2768
+ { "data-animated-weekdays": t.animate ? "true" : void 0, className: c[y.Weekdays], style: m?.[y.Weekdays] },
2769
+ b && h.createElement(n.WeekNumberHeader, { "aria-label": sn(a.options), className: c[y.WeekNumberHeader], style: m?.[y.WeekNumberHeader], scope: "col" }, Z()),
2770
+ cn.map((g) => h.createElement(n.Weekday, { "aria-label": rn(g, a.options, a), className: c[y.Weekday], key: String(g), style: m?.[y.Weekday], scope: "col" }, oe(g, a.options, a)))
2601
2771
  ),
2602
- d.createElement(n.Weeks, { "data-animated-weeks": t.animate ? "true" : void 0, className: a[m.Weeks], style: y?.[m.Weeks] }, D.weeks.map((w) => d.createElement(
2772
+ h.createElement(n.Weeks, { "data-animated-weeks": t.animate ? "true" : void 0, className: c[y.Weeks], style: m?.[y.Weeks] }, M.weeks.map((g) => h.createElement(
2603
2773
  n.Week,
2604
- { className: a[m.Week], key: w.weekNumber, style: y?.[m.Week], week: w },
2605
- T && // biome-ignore lint/a11y/useSemanticElements: react component
2606
- d.createElement(n.WeekNumber, { week: w, style: y?.[m.WeekNumber], "aria-label": At(w.weekNumber, {
2607
- locale: i
2608
- }), className: a[m.WeekNumber], scope: "row", role: "rowheader" }, B(w.weekNumber, s)),
2609
- w.days.map((E) => {
2610
- const { date: A } = E, S = We(E);
2611
- if (S[_.focused] = !S.hidden && !!Re?.isEqualTo(E), S[L.selected] = Se?.(A) || S.selected, Ae(be)) {
2612
- const { from: Ye, to: Te } = be;
2613
- S[L.range_start] = !!(Ye && Te && s.isSameDay(A, Ye)), S[L.range_end] = !!(Ye && Te && s.isSameDay(A, Te)), S[L.range_middle] = K(be, A, !0, s);
2774
+ { className: c[y.Week], key: g.weekNumber, style: m?.[y.Week], week: g },
2775
+ b && h.createElement(n.WeekNumber, { week: g, style: m?.[y.WeekNumber], "aria-label": on(g.weekNumber, {
2776
+ locale: s
2777
+ }), className: c[y.WeekNumber], scope: "row", role: "rowheader" }, F(g.weekNumber, a)),
2778
+ g.days.map((C) => {
2779
+ const { date: A } = C, S = Ee(C);
2780
+ if (S[_.focused] = !S.hidden && !!nt?.isEqualTo(C), S[U.selected] = _e?.(A) || S.selected, xe(ve)) {
2781
+ const { from: He, to: Ae } = ve;
2782
+ S[U.range_start] = !!(He && Ae && a.isSameDay(A, He)), S[U.range_end] = !!(He && Ae && a.isSameDay(A, Ae)), S[U.range_middle] = ne(ve, A, !0, a);
2614
2783
  }
2615
- const nn = Eo(S, y, t.modifiersStyles), rn = wo(S, a, t.modifiersClassNames), on = !Ge && !S.hidden ? _t(A, S, s.options, s) : void 0;
2616
- return (
2617
- // biome-ignore lint/a11y/useSemanticElements: react component
2618
- d.createElement(n.Day, { key: `${s.format(A, "yyyy-MM-dd")}_${s.format(E.displayMonth, "yyyy-MM")}`, day: E, modifiers: S, className: rn.join(" "), style: nn, role: "gridcell", "aria-selected": S.selected || void 0, "aria-label": on, "data-day": s.format(A, "yyyy-MM-dd"), "data-month": E.outside ? s.format(A, "yyyy-MM") : void 0, "data-selected": S.selected || void 0, "data-disabled": S.disabled || void 0, "data-hidden": S.hidden || void 0, "data-outside": E.outside || void 0, "data-focused": S.focused || void 0, "data-today": S.today || void 0 }, !S.hidden && Ge ? d.createElement(n.DayButton, { className: a[m.DayButton], style: y?.[m.DayButton], type: "button", day: E, modifiers: S, disabled: S.disabled || void 0, tabIndex: Et(E) ? 0 : -1, "aria-label": Pt(A, S, s.options, s), onClick: $t(E, S), onBlur: zt(E, S), onFocus: Gt(E, S), onKeyDown: Lt(E, S), onMouseEnter: Qt(E, S), onMouseLeave: Xt(E, S) }, b(A, s.options, s)) : !S.hidden && b(E.date, s.options, s))
2619
- );
2784
+ const kn = Lo(S, m, t.modifiersStyles), Dn = _o(S, c, t.modifiersClassNames), On = !st && !S.hidden ? Jt(A, S, a.options, a) : void 0;
2785
+ return h.createElement(n.Day, { key: `${C.isoDate}_${C.displayMonthId}`, day: C, modifiers: S, className: Dn.join(" "), style: kn, role: "gridcell", "aria-selected": S.selected || void 0, "aria-label": On, "data-day": C.isoDate, "data-month": C.outside ? C.dateMonthId : void 0, "data-selected": S.selected || void 0, "data-disabled": S.disabled || void 0, "data-hidden": S.hidden || void 0, "data-outside": C.outside || void 0, "data-focused": S.focused || void 0, "data-today": S.today || void 0 }, !S.hidden && st ? h.createElement(n.DayButton, { className: c[y.DayButton], style: m?.[y.DayButton], type: "button", day: C, modifiers: S, disabled: !S.focused && S.disabled || void 0, "aria-disabled": S.focused && S.disabled || void 0, tabIndex: Zt(C) ? 0 : -1, "aria-label": Kt(A, S, a.options, a), onClick: un(C, S), onBlur: fn(C, S), onFocus: ln(C, S), onKeyDown: dn(C, S), onMouseEnter: hn(C, S), onMouseLeave: mn(C, S) }, E(A, a.options, a)) : !S.hidden && E(C.date, a.options, a));
2620
2786
  })
2621
2787
  )))
2622
2788
  )
2623
2789
  ))
2624
2790
  ),
2625
- t.footer && // biome-ignore lint/a11y/useSemanticElements: react component
2626
- d.createElement(n.Footer, { className: a[m.Footer], style: y?.[m.Footer], role: "status", "aria-live": "polite" }, t.footer)
2791
+ t.footer && h.createElement(n.Footer, { className: c[y.Footer], style: m?.[y.Footer], role: "status", "aria-live": "polite" }, t.footer)
2627
2792
  )
2628
2793
  );
2629
2794
  }
2630
- const ps = ({
2795
+ const Ns = ({
2631
2796
  className: e,
2632
2797
  showOutsideDays: t = !0,
2633
- animate: n = !0,
2634
- arrowClassName: r,
2798
+ animate: r = !0,
2799
+ arrowClassName: n,
2635
2800
  monthsClassName: o,
2636
- defaultSelected: s,
2637
- onSelect: i,
2638
- ...a
2801
+ defaultSelected: i,
2802
+ onSelect: a,
2803
+ ...s
2639
2804
  }) => {
2640
- const [c, f] = De(
2641
- () => s
2642
- ), l = j(
2643
- (u) => {
2644
- u && (f(u), i?.(u));
2805
+ const [c, u] = Ce(
2806
+ () => i
2807
+ ), f = q(
2808
+ (l) => {
2809
+ l && (u(l), a?.(l));
2645
2810
  },
2646
- [i]
2811
+ [a]
2647
2812
  );
2648
- return /* @__PURE__ */ Ee(
2649
- gs,
2813
+ return /* @__PURE__ */ qe(
2814
+ Ss,
2650
2815
  {
2651
- className: ue(fn({ className: e })),
2652
- animate: n,
2816
+ className: V(Cn({ className: e })),
2817
+ animate: r,
2653
2818
  mode: "single",
2654
2819
  selected: c,
2655
- onSelect: l,
2820
+ onSelect: f,
2656
2821
  showOutsideDays: t,
2657
2822
  role: "dialog",
2658
2823
  "aria-label": "Datepicker",
2659
2824
  classNames: {
2660
- chevron: "cursor-pointer text-slate-500 w-[20px] h-[20px] text-slate-500 w-4 h-4",
2661
- day_button: "h-[30px] aria-selected:opacity-100 font-semibold hover:rounded-full cursor-pointer rounded-full w-[30px]",
2662
- day: "text-center text-[14px] leading-[20px]",
2663
- month_caption: "text-slate-700 font-semibold text-sm pl-1 h-[32px] flex items-center",
2664
- months: ue(
2665
- "flex flex-col relative px-5 py-4 rounded-lg shadow-md px-6 py-4 w-[307px] justify-center items-center",
2825
+ chevron: V(
2826
+ "cursor-pointer",
2827
+ "text-slate-500",
2828
+ "w-5",
2829
+ "h-5",
2830
+ "text-slate-500",
2831
+ "w-4",
2832
+ "h-4",
2833
+ "dark:text-metal-200"
2834
+ ),
2835
+ day_button: V(
2836
+ "h-[30px]",
2837
+ "aria-selected:opacity-100",
2838
+ "font-semibold",
2839
+ "hover:rounded-full",
2840
+ "cursor-pointer",
2841
+ "rounded-full",
2842
+ "w-[30px]"
2843
+ ),
2844
+ day: "text-center text-sm leading-5",
2845
+ month_caption: V(
2846
+ "text-slate-700",
2847
+ "font-semibold",
2848
+ "text-sm",
2849
+ "pl-1",
2850
+ "h-8",
2851
+ "flex",
2852
+ "items-center",
2853
+ "dark:text-white"
2854
+ ),
2855
+ months: V(
2856
+ "flex",
2857
+ "flex-col",
2858
+ "relative",
2859
+ "px-5",
2860
+ "py-4",
2861
+ "rounded-lg",
2862
+ "shadow-md",
2863
+ "px-6",
2864
+ "py-4",
2865
+ "w-[307px]",
2866
+ "justify-center",
2867
+ "items-center",
2868
+ "border",
2869
+ "border-transparent",
2870
+ "dark:bg-metal-800",
2871
+ "dark:border-metal-700",
2666
2872
  o
2667
2873
  ),
2668
2874
  month: "flex flex-col gap-4",
2669
- nav: ue(
2670
- "absolute right-4 top-3.5 flex justify-center items-center gap-[4px]",
2671
- r
2875
+ nav: V(
2876
+ "absolute",
2877
+ "right-4",
2878
+ "top-3.5",
2879
+ "flex",
2880
+ "justify-center",
2881
+ "items-center",
2882
+ "gap-1",
2883
+ n
2884
+ ),
2885
+ outside: "text-slate-400 dark:text-metal-500",
2886
+ selected: V(
2887
+ "[&>button]:bg-blue-600",
2888
+ "[&>button]:text-white",
2889
+ "[&>button]:hover:bg-blue-700",
2890
+ "[&>button]:transition-all",
2891
+ "[&>button]:duration-300",
2892
+ "[&>button]:rounded-full",
2893
+ "dark:[&>button]:bg-aurora-500",
2894
+ "dark:[&>button]:hover:bg-aurora-500",
2895
+ "dark:[&>button]:text-metal-900"
2672
2896
  ),
2673
- outside: "text-slate-400",
2674
- selected: "[&>button]:bg-blue-600 [&>button]:text-white [&>button]:hover:bg-blue-700 [&>button]:transition-all [&>button]:duration-300 [&>button]:rounded-full",
2675
2897
  table: "w-full",
2676
- weekdays: "text-slate-500",
2677
- weeks: "text-slate-700 [&>tr>td]:border-transparent [&>tr>td]:border-r-[8px] [&>tr>td]:last:border-r-0",
2898
+ weekdays: "text-slate-500 dark:text-metal-300",
2899
+ weeks: V(
2900
+ "text-slate-700",
2901
+ "[&>tr>td]:border-transparent",
2902
+ "[&>tr>td]:border-r-[8px]",
2903
+ "[&>tr>td]:last:border-r-0",
2904
+ "dark:text-white"
2905
+ ),
2678
2906
  weekday: "font-semibold text-sm uppercase text-sm",
2679
- today: "text-blue-600 data-[selected=true]:text-white",
2680
- month_grid: '[&>thead]:table-header-group [&>thead]:relative [&>thead]:after:block [&>thead]:after:content-[" "] [&>thead]:after:h-4'
2907
+ today: "text-blue-600 dark:text-aurora-500 data-[selected=true]:text-white",
2908
+ month_grid: V(
2909
+ "[&>thead]:table-header-group",
2910
+ "[&>thead]:relative",
2911
+ "[&>thead]:after:block",
2912
+ '[&>thead]:after:content-[" "]',
2913
+ "[&>thead]:after:h-4"
2914
+ )
2681
2915
  },
2682
2916
  components: {
2683
- Chevron: ({ className: u, ...h }) => h.orientation === "left" ? /* @__PURE__ */ Ee(ln, { className: ue(u), ...h }) : /* @__PURE__ */ Ee(dn, { className: ue(u), ...h })
2917
+ Chevron: ({ className: l, ...d }) => d.orientation === "left" ? /* @__PURE__ */ qe(xn, { className: V(l), ...d }) : /* @__PURE__ */ qe(Yn, { className: V(l), ...d })
2684
2918
  },
2685
- ...a
2919
+ ...s
2686
2920
  }
2687
2921
  );
2688
2922
  };
2689
- ps.displayName = "DatePicker";
2923
+ Ns.displayName = "KonstructDatePicker";
2690
2924
  export {
2691
- ps as DatePicker
2925
+ Ns as DatePicker
2692
2926
  };