@konstructio/ui 0.1.2-alpha.5 → 0.1.2-alpha.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{Combination-VYaRRJBZ.js → Combination-BtmnusWq.js} +141 -138
- package/dist/DatePicker.css +1 -1
- package/dist/Modal-CjC-CIJ8.js +99 -0
- package/dist/assets/icons/index.js +7 -0
- package/dist/chevron-down-DgT-uSF9.js +5 -0
- package/dist/chevron-right-DYvXLeql.js +7 -0
- package/dist/chevron-up-DEfvgPCw.js +54 -0
- package/dist/chevron-up-DrQr2Fwd.js +5 -0
- package/dist/components/Alert/Alert.js +2 -2
- package/dist/components/AlertDialog/AlertDialog.js +81 -53
- package/dist/components/AlertDialog/components/AlertDialogTrigger.js +3 -2
- package/dist/components/AlertDialog/components/index.js +1 -1
- package/dist/components/Badge/Badge.js +41 -44
- package/dist/components/Badge/Badge.variants.js +52 -13
- package/dist/components/Breadcrumb/Breadcrumb.js +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.variants.js +3 -3
- package/dist/components/Breadcrumb/components/Item/Item.js +22 -22
- package/dist/components/Breadcrumb/components/Item/Item.variants.js +25 -14
- package/dist/components/Breadcrumb/hooks/useBreadcrumb.js +1 -1
- package/dist/components/Button/Button.js +1 -1
- package/dist/components/Button/Button.variants.js +108 -98
- package/dist/components/Card/Card.variants.js +7 -12
- package/dist/components/Checkbox/Checkbox.js +108 -105
- package/dist/components/Checkbox/Checkbox.variants.js +34 -7
- package/dist/components/Command/Command.js +2 -2
- package/dist/components/Command/components/Command.js +1 -1
- package/dist/components/Command/components/CommandEmpty.js +1 -1
- package/dist/components/Command/components/CommandGroup.js +1 -1
- package/dist/components/Command/components/CommandInput.js +2 -2
- package/dist/components/Command/components/CommandItem.js +1 -1
- package/dist/components/Command/components/CommandList.js +1 -1
- package/dist/components/Command/components/CommandSeparator.js +1 -1
- package/dist/components/Command/components/DialogContent.js +2 -2
- package/dist/components/Command/components/DialogOverlay.js +1 -1
- package/dist/components/Counter/Counter.js +210 -0
- package/dist/components/Counter/Counter.variants.js +70 -0
- package/dist/components/Datepicker/DatePicker.js +1587 -1353
- package/dist/components/Divider/Divider.variants.js +1 -1
- package/dist/components/DropdownButton/DropdownButton.js +1 -1
- package/dist/components/Filter/Filter.js +1 -1
- package/dist/components/Filter/Filter.variants.js +8 -7
- package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.js +71 -45
- package/dist/components/Filter/components/DateFilterDropdown/DateFilterDropdown.hook.js +2 -2
- package/dist/components/Filter/components/DateFilterDropdown/DateFilterDropdown.js +76 -43
- package/dist/components/Filter/components/ResetButton/ResetButton.js +15 -12
- package/dist/components/Filter/events/index.js +3 -3
- package/dist/components/ImageUpload/ImageUpload.js +221 -0
- package/dist/components/ImageUpload/ImageUpload.variants.js +109 -0
- package/dist/components/Input/Input.js +185 -118
- package/dist/components/Input/Input.variants.js +24 -19
- package/dist/components/Loading/Loading.js +1 -7
- package/dist/components/Modal/Modal.js +2 -2
- package/dist/components/Modal/components/Body/Body.js +1 -1
- package/dist/components/Modal/components/Footer/Footer.js +1 -1
- package/dist/components/Modal/components/Header/Header.js +1 -1
- package/dist/components/Modal/components/Wrapper/Wrapper.js +4 -4
- package/dist/components/Modal/components/index.js +1 -1
- package/dist/components/MultiSelectDropdown/MultiSelectDropdown.js +34 -0
- package/dist/components/MultiSelectDropdown/MultiSelectDropdown.variants.js +30 -0
- package/dist/components/MultiSelectDropdown/components/Item/Item.js +30 -0
- package/dist/components/MultiSelectDropdown/components/Item/Item.variants.js +38 -0
- package/dist/components/MultiSelectDropdown/components/List/List.js +30 -0
- package/dist/components/MultiSelectDropdown/components/List/List.variants.js +25 -0
- package/dist/components/MultiSelectDropdown/components/Wrapper/Wrapper.js +119 -0
- package/dist/components/MultiSelectDropdown/components/index.js +8 -0
- package/dist/components/MultiSelectDropdown/contexts/MultiSelectDropdown.context.js +21 -0
- package/dist/components/MultiSelectDropdown/contexts/MultiSelectDropdown.hook.js +13 -0
- package/dist/components/MultiSelectDropdown/contexts/MultiSelectDropdown.provider.js +138 -0
- package/dist/components/MultiSelectDropdown/contexts/index.js +6 -0
- package/dist/components/MultiSelectDropdown/hooks/useMultiSelectDropdown.js +32 -0
- package/dist/components/PhoneNumberInput/PhoneNumberInput.js +8 -0
- package/dist/components/PhoneNumberInput/PhoneNumberInput.variants.js +46 -0
- package/dist/components/PhoneNumberInput/components/FlagContent/FlagContent.js +36 -0
- package/dist/components/PhoneNumberInput/components/FlagSelectorList/FlagSelectorList.js +690 -0
- package/dist/components/PhoneNumberInput/components/FlagSelectorWrapper/FlagSelectorWrapper.js +60 -0
- package/dist/components/PhoneNumberInput/components/TruncateText/TruncateText.js +45 -0
- package/dist/components/PhoneNumberInput/components/Wrapper.js +651 -0
- package/dist/components/PhoneNumberInput/components/index.js +6 -0
- package/dist/components/PhoneNumberInput/contexts/index.js +8 -0
- package/dist/components/PhoneNumberInput/contexts/phone-number.context.js +28 -0
- package/dist/components/PhoneNumberInput/contexts/phone-number.hook.js +13 -0
- package/dist/components/PhoneNumberInput/contexts/phone-number.provider.js +6144 -0
- package/dist/components/PhoneNumberInput/utils/index.js +11 -0
- package/dist/components/PieChart/PieChart.js +463 -482
- package/dist/components/Radio/Radio.js +47 -44
- package/dist/components/Radio/Radio.variants.js +12 -8
- package/dist/components/RadioCard/RadioCard.variants.js +1 -6
- package/dist/components/RadioGroup/RadioGroup.js +10 -10
- package/dist/components/Range/Range.js +1 -1
- package/dist/components/Select/Select.js +48 -0
- package/dist/components/{Dropdown/Dropdown.variants.js → Select/Select.variants.js} +17 -11
- package/dist/components/Select/components/List/List.js +172 -0
- package/dist/components/{Dropdown → Select}/components/List/List.variants.js +11 -8
- package/dist/components/Select/components/ListItem/ListItem.js +117 -0
- package/dist/components/{Dropdown → Select}/components/ListItem/ListItem.variants.js +5 -4
- package/dist/components/Select/components/Wrapper.js +226 -0
- package/dist/components/Select/constants/index.js +4 -0
- package/dist/components/Select/constants/pagination.js +4 -0
- package/dist/components/Select/contexts/index.js +6 -0
- package/dist/components/Select/contexts/select.context.js +36 -0
- package/dist/components/Select/contexts/select.hook.js +11 -0
- package/dist/components/Select/contexts/select.provider.js +58 -0
- package/dist/components/Select/hooks/useNavigationList.js +50 -0
- package/dist/components/Select/hooks/useSelect.js +103 -0
- package/dist/components/Sidebar/Sidebar.variants.js +2 -2
- package/dist/components/Slider/Slider.js +1 -1
- package/dist/components/Switch/Switch.js +156 -129
- package/dist/components/Switch/Switch.variants.js +19 -10
- package/dist/components/Tabs/Tabs.js +1 -1
- package/dist/components/Tabs/Tabs.variants.js +4 -3
- package/dist/components/Tabs/components/Content.js +1 -1
- package/dist/components/Tabs/components/List.js +1 -1
- package/dist/components/Tabs/components/Trigger.js +1 -1
- package/dist/components/Tag/Tag.js +1 -1
- package/dist/components/Tag/Tag.variants.js +1 -0
- package/dist/components/TagSelect/components/Wrapper/Wrapper.js +49 -98
- package/dist/components/TimePicker/TimePicker.js +1 -1
- package/dist/components/TimePicker/TimePicker.variants.js +26 -14
- package/dist/components/TimePicker/components/MeridianList/MeridianList.js +30 -20
- package/dist/components/TimePicker/components/Wrapper/Wrapper.js +57 -35
- package/dist/components/TimePicker/components/WrapperList/WrapperList.js +53 -45
- package/dist/components/Toast/Toast.js +283 -256
- package/dist/components/Toast/Toast.variants.js +37 -24
- package/dist/components/Tooltip/Tooltip.js +15 -14
- package/dist/components/Tooltip/Tooltip.variants.js +5 -4
- package/dist/components/Typography/Typography.js +23 -25
- package/dist/components/Typography/Typography.variants.js +55 -52
- package/dist/components/VirtualizedTable/VirtualizedTable.js +97 -71
- package/dist/components/VirtualizedTable/components/Actions/Actions.js +95 -33
- package/dist/components/VirtualizedTable/components/Body/Body.js +73 -21
- package/dist/components/VirtualizedTable/components/DotPaginate/DotPaginate.js +94 -91
- package/dist/components/VirtualizedTable/components/DropdownPaginate/DropdownPaginate.js +20 -20
- package/dist/components/VirtualizedTable/components/Filter/Filter.js +61 -44
- package/dist/components/VirtualizedTable/components/FormPaginate/FormPaginate.js +33 -21
- package/dist/components/VirtualizedTable/components/Header/Header.js +61 -41
- package/dist/components/VirtualizedTable/components/Pagination/Pagination.js +43 -22
- package/dist/components/VirtualizedTable/components/Skeleton/Skeleton.js +106 -0
- package/dist/components/VirtualizedTable/components/TruncateText/TruncateText.js +22 -1858
- package/dist/components/VirtualizedTable/components/WrapperBody/WrapperBody.js +27 -0
- package/dist/components/VirtualizedTable/components/index.js +8 -6
- package/dist/components/VirtualizedTable/contexts/table.context.js +1 -0
- package/dist/components/VirtualizedTable/contexts/table.provider.js +68 -761
- package/dist/components/index.js +94 -86
- package/dist/contexts/theme.provider.js +0 -1
- package/dist/{createLucideIcon-D2CN7Ma9.js → createLucideIcon-D4r5Phnh.js} +0 -24
- package/dist/ellipsis-vertical-BVPtjl5f.js +9 -0
- package/dist/{index-C1g_chDT.js → index-AV6ZtGhy.js} +2 -2
- package/dist/index-BG8O18ZY.js +93 -0
- package/dist/index-BKjcReYh.js +55 -0
- package/dist/{index-N2OStZoU.js → index-BOE_3f_Z.js} +4 -25
- package/dist/{index-Cd2vhaop.js → index-BlSRBdPy.js} +5 -6
- package/dist/index-BmVmDQGH.js +662 -0
- package/dist/index-BvoZGpli.js +60 -0
- package/dist/index-Byr10W8m.js +1873 -0
- package/dist/{index-Dx2grAuN.js → index-CSWGJT-v.js} +0 -20
- package/dist/index-CeZcoQDw.js +479 -0
- package/dist/index-D6KzX_ef.js +135 -0
- package/dist/{index-B7t8D14s.js → index-D9SSJ6om.js} +4 -4
- package/dist/index-DKfEnhKr.js +200 -0
- package/dist/index-DLcqcWxM.js +29 -0
- package/dist/{index-ti1b9kqV.js → index-DMb4KD0b.js} +4 -4
- package/dist/{index-BAEWsOG1.js → index-DtEcCIrM.js} +1 -1
- package/dist/{index-bwWKd82e.js → index-Dy59FQl5.js} +1 -1
- package/dist/{index-C84F4YyO.js → index-gSPwC-1I.js} +10 -11
- package/dist/{index-Bnb0ezr3.js → index-vcSp8YRZ.js} +11 -12
- package/dist/index.d.ts +2142 -99
- package/dist/index.js +116 -106
- package/dist/libphonenumber-FTwQ9nyV.js +11549 -0
- package/dist/loader-juvMSJ9L.js +5 -0
- package/dist/package.json +43 -33
- package/dist/styles.css +1 -1
- package/dist/ui/civo-theme.css +194 -168
- package/dist/ui/theme.css +27 -0
- package/dist/{useBreadcrumb-B8DnuqkR.js → useBreadcrumb-BAHbGQ_O.js} +0 -10
- package/dist/utils/index.js +534 -501
- package/dist/x-BXShoIAM.js +8 -0
- package/dist/{x-4F_5p77m.js → x-Eoa9FJjA.js} +1 -1
- package/package.json +43 -33
- package/dist/Modal-D-NOEWMX.js +0 -98
- package/dist/chevron-down-MZvQoT2F.js +0 -11
- package/dist/chevron-right-VYBOBhRt.js +0 -19
- package/dist/components/Dropdown/Dropdown.js +0 -42
- package/dist/components/Dropdown/components/List/List.js +0 -79
- package/dist/components/Dropdown/components/ListItem/ListItem.js +0 -67
- package/dist/components/Dropdown/components/Wrapper.js +0 -205
- package/dist/components/Dropdown/contexts/dropdown.context.js +0 -19
- package/dist/components/Dropdown/contexts/dropdown.hook.js +0 -13
- package/dist/components/Dropdown/contexts/dropdown.provider.js +0 -30
- package/dist/components/Dropdown/contexts/index.js +0 -6
- package/dist/components/Dropdown/hooks/useDropdown.js +0 -58
- package/dist/components/Dropdown/hooks/useNavigationList.js +0 -62
- package/dist/components/NumberInput/NumberInput.js +0 -179
- package/dist/components/NumberInput/NumberInput.variants.js +0 -50
- package/dist/components/TimePicker/components/WrapperList/WrapperList.variants.js +0 -16
- package/dist/index-BITvcJAz.js +0 -423
- package/dist/index-BfXxHr_2.js +0 -125
- package/dist/index-Cvx4lqTq.js +0 -47
- package/dist/index-DBbEcSUG.js +0 -31
- package/dist/index-DQH6odE9.js +0 -82
- package/dist/index-DzIBBMjs.js +0 -436
- package/dist/index-os7vysFS.js +0 -131
- /package/dist/components/{Dropdown → Select}/components/EmptyList.js +0 -0
- /package/dist/components/{Dropdown → Select}/components/index.js +0 -0
|
@@ -1,202 +1,202 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { cn as
|
|
4
|
-
import { datePickerVariants as
|
|
5
|
-
import { C as
|
|
6
|
-
import '../../DatePicker.css';function
|
|
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:
|
|
11
|
+
timeZoneName: r
|
|
12
12
|
}).format(t).split(/\s/g).slice(2).join(" ");
|
|
13
13
|
}
|
|
14
|
-
const
|
|
15
|
-
function
|
|
14
|
+
const Pn = {}, ge = {};
|
|
15
|
+
function ie(e, t) {
|
|
16
16
|
try {
|
|
17
|
-
const
|
|
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
|
|
21
|
+
return n in ge ? ge[n] : it(n, n.split(":"));
|
|
22
22
|
} catch {
|
|
23
|
-
if (e in
|
|
24
|
-
const
|
|
25
|
-
return
|
|
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
|
|
29
|
-
function
|
|
30
|
-
const
|
|
31
|
-
return
|
|
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
|
|
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(
|
|
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, ...
|
|
39
|
-
return
|
|
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
|
|
44
|
+
return new J(+this, t);
|
|
45
45
|
}
|
|
46
46
|
getTimezoneOffset() {
|
|
47
|
-
const t = -
|
|
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),
|
|
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
|
|
57
|
+
[/* @__PURE__ */ Symbol.for("constructDateFrom")](t) {
|
|
58
|
+
return new J(+new Date(t), this.timeZone);
|
|
59
59
|
}
|
|
60
60
|
//#endregion
|
|
61
61
|
}
|
|
62
|
-
const
|
|
62
|
+
const ct = /^(get|set)(?!UTC)/;
|
|
63
63
|
Object.getOwnPropertyNames(Date.prototype).forEach((e) => {
|
|
64
|
-
if (!
|
|
65
|
-
const t = e.replace(
|
|
66
|
-
|
|
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
|
-
} : (
|
|
69
|
-
return Date.prototype[t].apply(this.internal, arguments),
|
|
70
|
-
},
|
|
71
|
-
return Date.prototype[t].apply(this, arguments),
|
|
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
|
|
75
|
-
e.internal.setTime(+e), e.internal.setUTCSeconds(e.internal.getUTCSeconds() - Math.round(-
|
|
76
|
-
}
|
|
77
|
-
function
|
|
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()),
|
|
79
|
-
}
|
|
80
|
-
function
|
|
81
|
-
const t =
|
|
82
|
-
|
|
83
|
-
const o = -(/* @__PURE__ */ new Date(+e)).getTimezoneOffset(),
|
|
84
|
-
|
|
85
|
-
const c = o -
|
|
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
|
|
88
|
-
|
|
89
|
-
const
|
|
90
|
-
(
|
|
91
|
-
const
|
|
92
|
-
if (
|
|
93
|
-
Date.prototype.setUTCMinutes.call(e, Date.prototype.getUTCMinutes.call(e) +
|
|
94
|
-
const
|
|
95
|
-
|
|
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
|
|
98
|
+
class H extends J {
|
|
99
99
|
//#region static
|
|
100
|
-
static tz(t, ...
|
|
101
|
-
return
|
|
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,
|
|
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,
|
|
114
|
-
return `${t?.slice(0, -1)} ${
|
|
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], [
|
|
118
|
-
return `${t} GMT${
|
|
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,
|
|
120
|
+
toLocaleString(t, r) {
|
|
121
121
|
return Date.prototype.toLocaleString.call(this, t, {
|
|
122
|
-
...
|
|
123
|
-
timeZone:
|
|
122
|
+
...r,
|
|
123
|
+
timeZone: r?.timeZone || this.timeZone
|
|
124
124
|
});
|
|
125
125
|
}
|
|
126
|
-
toLocaleDateString(t,
|
|
126
|
+
toLocaleDateString(t, r) {
|
|
127
127
|
return Date.prototype.toLocaleDateString.call(this, t, {
|
|
128
|
-
...
|
|
129
|
-
timeZone:
|
|
128
|
+
...r,
|
|
129
|
+
timeZone: r?.timeZone || this.timeZone
|
|
130
130
|
});
|
|
131
131
|
}
|
|
132
|
-
toLocaleTimeString(t,
|
|
132
|
+
toLocaleTimeString(t, r) {
|
|
133
133
|
return Date.prototype.toLocaleTimeString.call(this, t, {
|
|
134
|
-
...
|
|
135
|
-
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(),
|
|
142
|
-
return [
|
|
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
|
|
146
|
+
return new H(+this, t);
|
|
147
147
|
}
|
|
148
148
|
//#region date-fns integration
|
|
149
|
-
[Symbol.for("constructDateFrom")](t) {
|
|
150
|
-
return new
|
|
149
|
+
[/* @__PURE__ */ Symbol.for("constructDateFrom")](t) {
|
|
150
|
+
return new H(+new Date(t), this.timeZone);
|
|
151
151
|
}
|
|
152
152
|
//#endregion
|
|
153
153
|
}
|
|
154
|
-
const
|
|
155
|
-
function
|
|
156
|
-
return typeof e == "function" ? e(t) : e && typeof e == "object" &&
|
|
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
|
|
159
|
-
return
|
|
158
|
+
function P(e, t) {
|
|
159
|
+
return B(t || e, e);
|
|
160
160
|
}
|
|
161
|
-
function
|
|
162
|
-
const
|
|
163
|
-
return isNaN(t) ?
|
|
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
|
|
166
|
-
const
|
|
167
|
-
if (isNaN(t)) return
|
|
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
|
|
170
|
-
const o =
|
|
171
|
-
|
|
172
|
-
const
|
|
173
|
-
return o >=
|
|
174
|
-
|
|
175
|
-
|
|
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
|
-
),
|
|
177
|
+
), n);
|
|
178
178
|
}
|
|
179
|
-
let
|
|
180
|
-
function
|
|
181
|
-
return
|
|
179
|
+
let Bn = {};
|
|
180
|
+
function Me() {
|
|
181
|
+
return Bn;
|
|
182
182
|
}
|
|
183
|
-
function
|
|
184
|
-
const
|
|
185
|
-
return o.setDate(o.getDate() -
|
|
186
|
-
}
|
|
187
|
-
function
|
|
188
|
-
return
|
|
189
|
-
}
|
|
190
|
-
function
|
|
191
|
-
const
|
|
192
|
-
o.setFullYear(
|
|
193
|
-
const
|
|
194
|
-
|
|
195
|
-
const
|
|
196
|
-
return
|
|
197
|
-
}
|
|
198
|
-
function
|
|
199
|
-
const t =
|
|
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
|
|
210
|
+
return r.setUTCFullYear(t.getFullYear()), +e - +r;
|
|
211
211
|
}
|
|
212
|
-
function
|
|
213
|
-
const
|
|
212
|
+
function he(e, ...t) {
|
|
213
|
+
const r = B.bind(
|
|
214
214
|
null,
|
|
215
|
-
t.find((
|
|
215
|
+
t.find((n) => typeof n == "object")
|
|
216
216
|
);
|
|
217
|
-
return t.map(
|
|
217
|
+
return t.map(r);
|
|
218
218
|
}
|
|
219
|
-
function
|
|
220
|
-
const
|
|
221
|
-
return
|
|
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
|
|
224
|
-
const [
|
|
225
|
-
|
|
223
|
+
function Ve(e, t, r) {
|
|
224
|
+
const [n, o] = he(
|
|
225
|
+
r?.in,
|
|
226
226
|
e,
|
|
227
227
|
t
|
|
228
|
-
),
|
|
229
|
-
return Math.round((
|
|
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
|
|
232
|
-
const
|
|
233
|
-
return
|
|
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
|
|
236
|
-
return
|
|
235
|
+
function Hn(e, t, r) {
|
|
236
|
+
return Dt(e, t * 7, r);
|
|
237
237
|
}
|
|
238
|
-
function
|
|
239
|
-
return
|
|
238
|
+
function An(e, t, r) {
|
|
239
|
+
return Ot(e, t * 12, r);
|
|
240
240
|
}
|
|
241
|
-
function
|
|
242
|
-
let
|
|
241
|
+
function qn(e, t) {
|
|
242
|
+
let r, n = t?.in;
|
|
243
243
|
return e.forEach((o) => {
|
|
244
|
-
!
|
|
245
|
-
const
|
|
246
|
-
(!
|
|
247
|
-
}),
|
|
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
|
|
250
|
-
let
|
|
249
|
+
function jn(e, t) {
|
|
250
|
+
let r, n = t?.in;
|
|
251
251
|
return e.forEach((o) => {
|
|
252
|
-
!
|
|
253
|
-
const
|
|
254
|
-
(!
|
|
255
|
-
}),
|
|
256
|
-
}
|
|
257
|
-
function
|
|
258
|
-
const [
|
|
259
|
-
|
|
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 +
|
|
263
|
+
return +pe(n) == +pe(o);
|
|
264
264
|
}
|
|
265
|
-
function
|
|
265
|
+
function Wt(e) {
|
|
266
266
|
return e instanceof Date || typeof e == "object" && Object.prototype.toString.call(e) === "[object Date]";
|
|
267
267
|
}
|
|
268
|
-
function
|
|
269
|
-
return !(!
|
|
268
|
+
function $n(e) {
|
|
269
|
+
return !(!Wt(e) && typeof e != "number" || isNaN(+P(e)));
|
|
270
270
|
}
|
|
271
|
-
function
|
|
272
|
-
const [
|
|
273
|
-
|
|
271
|
+
function St(e, t, r) {
|
|
272
|
+
const [n, o] = he(
|
|
273
|
+
r?.in,
|
|
274
274
|
e,
|
|
275
275
|
t
|
|
276
|
-
),
|
|
277
|
-
return
|
|
278
|
-
}
|
|
279
|
-
function
|
|
280
|
-
const
|
|
281
|
-
return
|
|
282
|
-
}
|
|
283
|
-
function
|
|
284
|
-
const [
|
|
285
|
-
return { start:
|
|
286
|
-
}
|
|
287
|
-
function
|
|
288
|
-
const { start:
|
|
289
|
-
let o = +
|
|
290
|
-
const
|
|
291
|
-
|
|
292
|
-
let
|
|
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 (; +
|
|
295
|
-
c.push(
|
|
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
|
|
299
|
-
const
|
|
300
|
-
return
|
|
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
|
|
303
|
-
const
|
|
304
|
-
return
|
|
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
|
|
307
|
-
const
|
|
308
|
-
return
|
|
309
|
-
}
|
|
310
|
-
function
|
|
311
|
-
const { start:
|
|
312
|
-
let o = +
|
|
313
|
-
const
|
|
314
|
-
|
|
315
|
-
let
|
|
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 (; +
|
|
318
|
-
c.push(
|
|
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
|
|
322
|
-
const
|
|
323
|
-
return o.setDate(o.getDate() +
|
|
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
|
|
326
|
-
return
|
|
325
|
+
function Un(e, t) {
|
|
326
|
+
return xt(e, { ...t, weekStartsOn: 1 });
|
|
327
327
|
}
|
|
328
|
-
const
|
|
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
|
-
},
|
|
391
|
-
let
|
|
392
|
-
const o =
|
|
393
|
-
return typeof o == "string" ?
|
|
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
|
|
395
|
+
function je(e) {
|
|
396
396
|
return (t = {}) => {
|
|
397
|
-
const
|
|
398
|
-
return e.formats[
|
|
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
|
|
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
|
-
},
|
|
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
|
-
},
|
|
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
|
-
},
|
|
417
|
-
date:
|
|
418
|
-
formats:
|
|
416
|
+
}, tr = {
|
|
417
|
+
date: je({
|
|
418
|
+
formats: Jn,
|
|
419
419
|
defaultWidth: "full"
|
|
420
420
|
}),
|
|
421
|
-
time:
|
|
422
|
-
formats:
|
|
421
|
+
time: je({
|
|
422
|
+
formats: Ln,
|
|
423
423
|
defaultWidth: "full"
|
|
424
424
|
}),
|
|
425
|
-
dateTime:
|
|
426
|
-
formats:
|
|
425
|
+
dateTime: je({
|
|
426
|
+
formats: er,
|
|
427
427
|
defaultWidth: "full"
|
|
428
428
|
})
|
|
429
|
-
},
|
|
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
|
-
},
|
|
437
|
-
function
|
|
438
|
-
return (t,
|
|
439
|
-
const
|
|
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 (
|
|
442
|
-
const
|
|
443
|
-
o = e.formattingValues[
|
|
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
|
|
446
|
-
o = e.values[
|
|
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
|
|
449
|
-
return o[
|
|
448
|
+
const i = e.argumentCallback ? e.argumentCallback(t) : t;
|
|
449
|
+
return o[i];
|
|
450
450
|
};
|
|
451
451
|
}
|
|
452
|
-
const
|
|
452
|
+
const or = {
|
|
453
453
|
narrow: ["B", "A"],
|
|
454
454
|
abbreviated: ["BC", "AD"],
|
|
455
455
|
wide: ["Before Christ", "Anno Domini"]
|
|
456
|
-
},
|
|
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
|
-
},
|
|
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
|
-
},
|
|
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
|
-
},
|
|
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
|
-
},
|
|
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
|
-
},
|
|
566
|
-
const
|
|
567
|
-
if (
|
|
568
|
-
switch (
|
|
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
|
|
570
|
+
return r + "st";
|
|
571
571
|
case 2:
|
|
572
|
-
return
|
|
572
|
+
return r + "nd";
|
|
573
573
|
case 3:
|
|
574
|
-
return
|
|
574
|
+
return r + "rd";
|
|
575
575
|
}
|
|
576
|
-
return
|
|
577
|
-
},
|
|
578
|
-
ordinalNumber:
|
|
579
|
-
era:
|
|
580
|
-
values:
|
|
576
|
+
return r + "th";
|
|
577
|
+
}, fr = {
|
|
578
|
+
ordinalNumber: lr,
|
|
579
|
+
era: me({
|
|
580
|
+
values: or,
|
|
581
581
|
defaultWidth: "wide"
|
|
582
582
|
}),
|
|
583
|
-
quarter:
|
|
584
|
-
values:
|
|
583
|
+
quarter: me({
|
|
584
|
+
values: sr,
|
|
585
585
|
defaultWidth: "wide",
|
|
586
586
|
argumentCallback: (e) => e - 1
|
|
587
587
|
}),
|
|
588
|
-
month:
|
|
589
|
-
values:
|
|
588
|
+
month: me({
|
|
589
|
+
values: ar,
|
|
590
590
|
defaultWidth: "wide"
|
|
591
591
|
}),
|
|
592
|
-
day:
|
|
593
|
-
values:
|
|
592
|
+
day: me({
|
|
593
|
+
values: ir,
|
|
594
594
|
defaultWidth: "wide"
|
|
595
595
|
}),
|
|
596
|
-
dayPeriod:
|
|
597
|
-
values:
|
|
596
|
+
dayPeriod: me({
|
|
597
|
+
values: cr,
|
|
598
598
|
defaultWidth: "wide",
|
|
599
|
-
formattingValues:
|
|
599
|
+
formattingValues: ur,
|
|
600
600
|
defaultFormattingWidth: "wide"
|
|
601
601
|
})
|
|
602
602
|
};
|
|
603
|
-
function
|
|
604
|
-
return (t,
|
|
605
|
-
const
|
|
606
|
-
if (!
|
|
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
|
|
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
|
-
|
|
610
|
+
dr(s, (l) => l.test(a))
|
|
611
611
|
);
|
|
612
|
-
let
|
|
613
|
-
|
|
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
|
-
|
|
616
|
-
) :
|
|
617
|
-
const
|
|
618
|
-
return { value:
|
|
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
|
|
622
|
-
for (const
|
|
623
|
-
if (Object.prototype.hasOwnProperty.call(e,
|
|
624
|
-
return
|
|
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
|
|
627
|
-
for (let
|
|
628
|
-
if (t(e[
|
|
629
|
-
return
|
|
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
|
|
632
|
-
return (t,
|
|
633
|
-
const
|
|
634
|
-
if (!
|
|
635
|
-
const o =
|
|
636
|
-
if (!
|
|
637
|
-
let
|
|
638
|
-
|
|
639
|
-
const
|
|
640
|
-
return { value:
|
|
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
|
|
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
|
-
},
|
|
647
|
+
}, wr = {
|
|
648
648
|
any: [/^b/i, /^(a|c)/i]
|
|
649
|
-
},
|
|
649
|
+
}, pr = {
|
|
650
650
|
narrow: /^[1234]/i,
|
|
651
651
|
abbreviated: /^q[1234]/i,
|
|
652
652
|
wide: /^[1234](th|st|nd|rd)? quarter/i
|
|
653
|
-
},
|
|
653
|
+
}, Mr = {
|
|
654
654
|
any: [/1/i, /2/i, /3/i, /4/i]
|
|
655
|
-
},
|
|
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
|
-
},
|
|
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
|
-
},
|
|
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
|
-
},
|
|
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
|
-
},
|
|
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
|
-
},
|
|
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
|
-
},
|
|
711
|
-
ordinalNumber:
|
|
712
|
-
matchPattern:
|
|
713
|
-
parsePattern:
|
|
710
|
+
}, Nr = {
|
|
711
|
+
ordinalNumber: mr({
|
|
712
|
+
matchPattern: yr,
|
|
713
|
+
parsePattern: gr,
|
|
714
714
|
valueCallback: (e) => parseInt(e, 10)
|
|
715
715
|
}),
|
|
716
|
-
era:
|
|
717
|
-
matchPatterns:
|
|
716
|
+
era: ye({
|
|
717
|
+
matchPatterns: br,
|
|
718
718
|
defaultMatchWidth: "wide",
|
|
719
|
-
parsePatterns:
|
|
719
|
+
parsePatterns: wr,
|
|
720
720
|
defaultParseWidth: "any"
|
|
721
721
|
}),
|
|
722
|
-
quarter:
|
|
723
|
-
matchPatterns:
|
|
722
|
+
quarter: ye({
|
|
723
|
+
matchPatterns: pr,
|
|
724
724
|
defaultMatchWidth: "wide",
|
|
725
|
-
parsePatterns:
|
|
725
|
+
parsePatterns: Mr,
|
|
726
726
|
defaultParseWidth: "any",
|
|
727
727
|
valueCallback: (e) => e + 1
|
|
728
728
|
}),
|
|
729
|
-
month:
|
|
730
|
-
matchPatterns:
|
|
729
|
+
month: ye({
|
|
730
|
+
matchPatterns: kr,
|
|
731
731
|
defaultMatchWidth: "wide",
|
|
732
|
-
parsePatterns:
|
|
732
|
+
parsePatterns: Dr,
|
|
733
733
|
defaultParseWidth: "any"
|
|
734
734
|
}),
|
|
735
|
-
day:
|
|
736
|
-
matchPatterns:
|
|
735
|
+
day: ye({
|
|
736
|
+
matchPatterns: Or,
|
|
737
737
|
defaultMatchWidth: "wide",
|
|
738
|
-
parsePatterns:
|
|
738
|
+
parsePatterns: vr,
|
|
739
739
|
defaultParseWidth: "any"
|
|
740
740
|
}),
|
|
741
|
-
dayPeriod:
|
|
742
|
-
matchPatterns:
|
|
741
|
+
dayPeriod: ye({
|
|
742
|
+
matchPatterns: Wr,
|
|
743
743
|
defaultMatchWidth: "any",
|
|
744
|
-
parsePatterns:
|
|
744
|
+
parsePatterns: Sr,
|
|
745
745
|
defaultParseWidth: "any"
|
|
746
746
|
})
|
|
747
|
-
},
|
|
747
|
+
}, fe = {
|
|
748
748
|
code: "en-US",
|
|
749
|
-
formatDistance:
|
|
750
|
-
formatLong:
|
|
751
|
-
formatRelative:
|
|
752
|
-
localize:
|
|
753
|
-
match:
|
|
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
|
|
760
|
-
const
|
|
761
|
-
return
|
|
762
|
-
}
|
|
763
|
-
function
|
|
764
|
-
const
|
|
765
|
-
return Math.round(
|
|
766
|
-
}
|
|
767
|
-
function
|
|
768
|
-
const
|
|
769
|
-
|
|
770
|
-
const
|
|
771
|
-
c.setFullYear(
|
|
772
|
-
const
|
|
773
|
-
return +
|
|
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
|
|
776
|
-
const
|
|
777
|
-
return
|
|
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
|
|
780
|
-
const
|
|
781
|
-
return Math.round(
|
|
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
|
|
784
|
-
const
|
|
785
|
-
return
|
|
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
|
|
787
|
+
const se = {
|
|
788
788
|
// Year
|
|
789
789
|
y(e, t) {
|
|
790
|
-
const
|
|
791
|
-
return
|
|
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
|
|
796
|
-
return t === "M" ? String(
|
|
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
|
|
800
|
+
return T(e.getDate(), t.length);
|
|
801
801
|
},
|
|
802
802
|
// AM or PM
|
|
803
803
|
a(e, t) {
|
|
804
|
-
const
|
|
804
|
+
const r = e.getHours() / 12 >= 1 ? "pm" : "am";
|
|
805
805
|
switch (t) {
|
|
806
806
|
case "a":
|
|
807
807
|
case "aa":
|
|
808
|
-
return
|
|
808
|
+
return r.toUpperCase();
|
|
809
809
|
case "aaa":
|
|
810
|
-
return
|
|
810
|
+
return r;
|
|
811
811
|
case "aaaaa":
|
|
812
|
-
return
|
|
813
|
-
case "aaaa":
|
|
812
|
+
return r[0];
|
|
814
813
|
default:
|
|
815
|
-
return
|
|
814
|
+
return r === "am" ? "a.m." : "p.m.";
|
|
816
815
|
}
|
|
817
816
|
},
|
|
818
817
|
// Hour [1-12]
|
|
819
818
|
h(e, t) {
|
|
820
|
-
return
|
|
819
|
+
return T(e.getHours() % 12 || 12, t.length);
|
|
821
820
|
},
|
|
822
821
|
// Hour [0-23]
|
|
823
822
|
H(e, t) {
|
|
824
|
-
return
|
|
823
|
+
return T(e.getHours(), t.length);
|
|
825
824
|
},
|
|
826
825
|
// Minute
|
|
827
826
|
m(e, t) {
|
|
828
|
-
return
|
|
827
|
+
return T(e.getMinutes(), t.length);
|
|
829
828
|
},
|
|
830
829
|
// Second
|
|
831
830
|
s(e, t) {
|
|
832
|
-
return
|
|
831
|
+
return T(e.getSeconds(), t.length);
|
|
833
832
|
},
|
|
834
833
|
// Fraction of second
|
|
835
834
|
S(e, t) {
|
|
836
|
-
const
|
|
837
|
-
|
|
835
|
+
const r = t.length, n = e.getMilliseconds(), o = Math.trunc(
|
|
836
|
+
n * Math.pow(10, r - 3)
|
|
838
837
|
);
|
|
839
|
-
return
|
|
838
|
+
return T(o, t.length);
|
|
840
839
|
}
|
|
841
|
-
},
|
|
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
|
-
},
|
|
847
|
+
}, ft = {
|
|
849
848
|
// Era
|
|
850
|
-
G: function(e, t,
|
|
851
|
-
const
|
|
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
|
|
856
|
+
return r.era(n, { width: "abbreviated" });
|
|
858
857
|
// A, B
|
|
859
858
|
case "GGGGG":
|
|
860
|
-
return
|
|
861
|
-
// Anno Domini, Before Christ
|
|
862
|
-
case "GGGG":
|
|
859
|
+
return r.era(n, { width: "narrow" });
|
|
863
860
|
default:
|
|
864
|
-
return
|
|
861
|
+
return r.era(n, { width: "wide" });
|
|
865
862
|
}
|
|
866
863
|
},
|
|
867
864
|
// Year
|
|
868
|
-
y: function(e, t,
|
|
865
|
+
y: function(e, t, r) {
|
|
869
866
|
if (t === "yo") {
|
|
870
|
-
const
|
|
871
|
-
return
|
|
867
|
+
const n = e.getFullYear(), o = n > 0 ? n : 1 - n;
|
|
868
|
+
return r.ordinalNumber(o, { unit: "year" });
|
|
872
869
|
}
|
|
873
|
-
return
|
|
870
|
+
return se.y(e, t);
|
|
874
871
|
},
|
|
875
872
|
// Local week-numbering year
|
|
876
|
-
Y: function(e, t,
|
|
877
|
-
const 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
|
|
880
|
-
return
|
|
876
|
+
const a = i % 100;
|
|
877
|
+
return T(a, 2);
|
|
881
878
|
}
|
|
882
|
-
return t === "Yo" ?
|
|
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
|
|
887
|
-
return
|
|
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
|
|
900
|
-
return
|
|
896
|
+
const r = e.getFullYear();
|
|
897
|
+
return T(r, t.length);
|
|
901
898
|
},
|
|
902
899
|
// Quarter
|
|
903
|
-
Q: function(e, t,
|
|
904
|
-
const
|
|
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(
|
|
905
|
+
return String(n);
|
|
909
906
|
// 01, 02, 03, 04
|
|
910
907
|
case "QQ":
|
|
911
|
-
return
|
|
908
|
+
return T(n, 2);
|
|
912
909
|
// 1st, 2nd, 3rd, 4th
|
|
913
910
|
case "Qo":
|
|
914
|
-
return
|
|
911
|
+
return r.ordinalNumber(n, { unit: "quarter" });
|
|
915
912
|
// Q1, Q2, Q3, Q4
|
|
916
913
|
case "QQQ":
|
|
917
|
-
return
|
|
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
|
|
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
|
|
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,
|
|
938
|
-
const
|
|
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(
|
|
937
|
+
return String(n);
|
|
943
938
|
// 01, 02, 03, 04
|
|
944
939
|
case "qq":
|
|
945
|
-
return
|
|
940
|
+
return T(n, 2);
|
|
946
941
|
// 1st, 2nd, 3rd, 4th
|
|
947
942
|
case "qo":
|
|
948
|
-
return
|
|
943
|
+
return r.ordinalNumber(n, { unit: "quarter" });
|
|
949
944
|
// Q1, Q2, Q3, Q4
|
|
950
945
|
case "qqq":
|
|
951
|
-
return
|
|
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
|
|
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
|
|
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,
|
|
972
|
-
const
|
|
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
|
|
969
|
+
return se.M(e, t);
|
|
977
970
|
// 1st, 2nd, ..., 12th
|
|
978
971
|
case "Mo":
|
|
979
|
-
return
|
|
972
|
+
return r.ordinalNumber(n + 1, { unit: "month" });
|
|
980
973
|
// Jan, Feb, ..., Dec
|
|
981
974
|
case "MMM":
|
|
982
|
-
return
|
|
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
|
|
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
|
|
986
|
+
return r.month(n, { width: "wide", context: "formatting" });
|
|
996
987
|
}
|
|
997
988
|
},
|
|
998
989
|
// Stand-alone month
|
|
999
|
-
L: function(e, t,
|
|
1000
|
-
const
|
|
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(
|
|
995
|
+
return String(n + 1);
|
|
1005
996
|
// 01, 02, ..., 12
|
|
1006
997
|
case "LL":
|
|
1007
|
-
return
|
|
998
|
+
return T(n + 1, 2);
|
|
1008
999
|
// 1st, 2nd, ..., 12th
|
|
1009
1000
|
case "Lo":
|
|
1010
|
-
return
|
|
1001
|
+
return r.ordinalNumber(n + 1, { unit: "month" });
|
|
1011
1002
|
// Jan, Feb, ..., Dec
|
|
1012
1003
|
case "LLL":
|
|
1013
|
-
return
|
|
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
|
|
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
|
|
1015
|
+
return r.month(n, { width: "wide", context: "standalone" });
|
|
1027
1016
|
}
|
|
1028
1017
|
},
|
|
1029
1018
|
// Local week of year
|
|
1030
|
-
w: function(e, t,
|
|
1031
|
-
const o =
|
|
1032
|
-
return t === "wo" ?
|
|
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,
|
|
1036
|
-
const
|
|
1037
|
-
return t === "Io" ?
|
|
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,
|
|
1041
|
-
return t === "do" ?
|
|
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,
|
|
1045
|
-
const
|
|
1046
|
-
return t === "Do" ?
|
|
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,
|
|
1050
|
-
const
|
|
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
|
|
1045
|
+
return r.day(n, {
|
|
1057
1046
|
width: "abbreviated",
|
|
1058
1047
|
context: "formatting"
|
|
1059
1048
|
});
|
|
1060
1049
|
// T
|
|
1061
1050
|
case "EEEEE":
|
|
1062
|
-
return
|
|
1051
|
+
return r.day(n, {
|
|
1063
1052
|
width: "narrow",
|
|
1064
1053
|
context: "formatting"
|
|
1065
1054
|
});
|
|
1066
1055
|
// Tu
|
|
1067
1056
|
case "EEEEEE":
|
|
1068
|
-
return
|
|
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
|
|
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,
|
|
1083
|
-
const o = e.getDay(),
|
|
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(
|
|
1074
|
+
return String(i);
|
|
1088
1075
|
// Padded numerical value
|
|
1089
1076
|
case "ee":
|
|
1090
|
-
return
|
|
1077
|
+
return T(i, 2);
|
|
1091
1078
|
// 1st, 2nd, ..., 7th
|
|
1092
1079
|
case "eo":
|
|
1093
|
-
return
|
|
1080
|
+
return r.ordinalNumber(i, { unit: "day" });
|
|
1094
1081
|
case "eee":
|
|
1095
|
-
return
|
|
1082
|
+
return r.day(o, {
|
|
1096
1083
|
width: "abbreviated",
|
|
1097
1084
|
context: "formatting"
|
|
1098
1085
|
});
|
|
1099
1086
|
// T
|
|
1100
1087
|
case "eeeee":
|
|
1101
|
-
return
|
|
1088
|
+
return r.day(o, {
|
|
1102
1089
|
width: "narrow",
|
|
1103
1090
|
context: "formatting"
|
|
1104
1091
|
});
|
|
1105
1092
|
// Tu
|
|
1106
1093
|
case "eeeeee":
|
|
1107
|
-
return
|
|
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
|
|
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,
|
|
1122
|
-
const o = e.getDay(),
|
|
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(
|
|
1111
|
+
return String(i);
|
|
1127
1112
|
// Padded numerical value
|
|
1128
1113
|
case "cc":
|
|
1129
|
-
return
|
|
1114
|
+
return T(i, t.length);
|
|
1130
1115
|
// 1st, 2nd, ..., 7th
|
|
1131
1116
|
case "co":
|
|
1132
|
-
return
|
|
1117
|
+
return r.ordinalNumber(i, { unit: "day" });
|
|
1133
1118
|
case "ccc":
|
|
1134
|
-
return
|
|
1119
|
+
return r.day(o, {
|
|
1135
1120
|
width: "abbreviated",
|
|
1136
1121
|
context: "standalone"
|
|
1137
1122
|
});
|
|
1138
1123
|
// T
|
|
1139
1124
|
case "ccccc":
|
|
1140
|
-
return
|
|
1125
|
+
return r.day(o, {
|
|
1141
1126
|
width: "narrow",
|
|
1142
1127
|
context: "standalone"
|
|
1143
1128
|
});
|
|
1144
1129
|
// Tu
|
|
1145
1130
|
case "cccccc":
|
|
1146
|
-
return
|
|
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
|
|
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,
|
|
1161
|
-
const
|
|
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
|
|
1151
|
+
return T(o, t.length);
|
|
1169
1152
|
// 2nd
|
|
1170
1153
|
case "io":
|
|
1171
|
-
return
|
|
1154
|
+
return r.ordinalNumber(o, { unit: "day" });
|
|
1172
1155
|
// Tue
|
|
1173
1156
|
case "iii":
|
|
1174
|
-
return
|
|
1157
|
+
return r.day(n, {
|
|
1175
1158
|
width: "abbreviated",
|
|
1176
1159
|
context: "formatting"
|
|
1177
1160
|
});
|
|
1178
1161
|
// T
|
|
1179
1162
|
case "iiiii":
|
|
1180
|
-
return
|
|
1163
|
+
return r.day(n, {
|
|
1181
1164
|
width: "narrow",
|
|
1182
1165
|
context: "formatting"
|
|
1183
1166
|
});
|
|
1184
1167
|
// Tu
|
|
1185
1168
|
case "iiiiii":
|
|
1186
|
-
return
|
|
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
|
|
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,
|
|
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
|
|
1186
|
+
return r.dayPeriod(o, {
|
|
1206
1187
|
width: "abbreviated",
|
|
1207
1188
|
context: "formatting"
|
|
1208
1189
|
});
|
|
1209
1190
|
case "aaa":
|
|
1210
|
-
return
|
|
1191
|
+
return r.dayPeriod(o, {
|
|
1211
1192
|
width: "abbreviated",
|
|
1212
1193
|
context: "formatting"
|
|
1213
1194
|
}).toLowerCase();
|
|
1214
1195
|
case "aaaaa":
|
|
1215
|
-
return
|
|
1196
|
+
return r.dayPeriod(o, {
|
|
1216
1197
|
width: "narrow",
|
|
1217
1198
|
context: "formatting"
|
|
1218
1199
|
});
|
|
1219
|
-
case "aaaa":
|
|
1220
1200
|
default:
|
|
1221
|
-
return
|
|
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,
|
|
1229
|
-
const
|
|
1208
|
+
b: function(e, t, r) {
|
|
1209
|
+
const n = e.getHours();
|
|
1230
1210
|
let o;
|
|
1231
|
-
switch (
|
|
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
|
|
1214
|
+
return r.dayPeriod(o, {
|
|
1235
1215
|
width: "abbreviated",
|
|
1236
1216
|
context: "formatting"
|
|
1237
1217
|
});
|
|
1238
1218
|
case "bbb":
|
|
1239
|
-
return
|
|
1219
|
+
return r.dayPeriod(o, {
|
|
1240
1220
|
width: "abbreviated",
|
|
1241
1221
|
context: "formatting"
|
|
1242
1222
|
}).toLowerCase();
|
|
1243
1223
|
case "bbbbb":
|
|
1244
|
-
return
|
|
1224
|
+
return r.dayPeriod(o, {
|
|
1245
1225
|
width: "narrow",
|
|
1246
1226
|
context: "formatting"
|
|
1247
1227
|
});
|
|
1248
|
-
case "bbbb":
|
|
1249
1228
|
default:
|
|
1250
|
-
return
|
|
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,
|
|
1258
|
-
const
|
|
1236
|
+
B: function(e, t, r) {
|
|
1237
|
+
const n = e.getHours();
|
|
1259
1238
|
let o;
|
|
1260
|
-
switch (
|
|
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
|
|
1243
|
+
return r.dayPeriod(o, {
|
|
1265
1244
|
width: "abbreviated",
|
|
1266
1245
|
context: "formatting"
|
|
1267
1246
|
});
|
|
1268
1247
|
case "BBBBB":
|
|
1269
|
-
return
|
|
1248
|
+
return r.dayPeriod(o, {
|
|
1270
1249
|
width: "narrow",
|
|
1271
1250
|
context: "formatting"
|
|
1272
1251
|
});
|
|
1273
|
-
case "BBBB":
|
|
1274
1252
|
default:
|
|
1275
|
-
return
|
|
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,
|
|
1260
|
+
h: function(e, t, r) {
|
|
1283
1261
|
if (t === "ho") {
|
|
1284
|
-
let
|
|
1285
|
-
return
|
|
1262
|
+
let n = e.getHours() % 12;
|
|
1263
|
+
return n === 0 && (n = 12), r.ordinalNumber(n, { unit: "hour" });
|
|
1286
1264
|
}
|
|
1287
|
-
return
|
|
1265
|
+
return se.h(e, t);
|
|
1288
1266
|
},
|
|
1289
1267
|
// Hour [0-23]
|
|
1290
|
-
H: function(e, t,
|
|
1291
|
-
return t === "Ho" ?
|
|
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,
|
|
1295
|
-
const
|
|
1296
|
-
return t === "Ko" ?
|
|
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,
|
|
1300
|
-
let
|
|
1301
|
-
return
|
|
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,
|
|
1305
|
-
return t === "mo" ?
|
|
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,
|
|
1309
|
-
return t === "so" ?
|
|
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
|
|
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,
|
|
1317
|
-
const
|
|
1318
|
-
if (
|
|
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
|
|
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
|
|
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
|
|
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,
|
|
1342
|
-
const
|
|
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
|
|
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
|
|
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
|
|
1328
|
+
return ae(n, ":");
|
|
1361
1329
|
}
|
|
1362
1330
|
},
|
|
1363
1331
|
// Timezone (GMT)
|
|
1364
|
-
O: function(e, t,
|
|
1365
|
-
const
|
|
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" +
|
|
1372
|
-
// Long
|
|
1373
|
-
case "OOOO":
|
|
1339
|
+
return "GMT" + dt(n, ":");
|
|
1374
1340
|
default:
|
|
1375
|
-
return "GMT" +
|
|
1341
|
+
return "GMT" + ae(n, ":");
|
|
1376
1342
|
}
|
|
1377
1343
|
},
|
|
1378
1344
|
// Timezone (specific non-location)
|
|
1379
|
-
z: function(e, t,
|
|
1380
|
-
const
|
|
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" +
|
|
1387
|
-
// Long
|
|
1388
|
-
case "zzzz":
|
|
1352
|
+
return "GMT" + dt(n, ":");
|
|
1389
1353
|
default:
|
|
1390
|
-
return "GMT" +
|
|
1354
|
+
return "GMT" + ae(n, ":");
|
|
1391
1355
|
}
|
|
1392
1356
|
},
|
|
1393
1357
|
// Seconds timestamp
|
|
1394
|
-
t: function(e, t,
|
|
1395
|
-
const
|
|
1396
|
-
return
|
|
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,
|
|
1400
|
-
return
|
|
1363
|
+
T: function(e, t, r) {
|
|
1364
|
+
return T(+e, t.length);
|
|
1401
1365
|
}
|
|
1402
1366
|
};
|
|
1403
|
-
function
|
|
1404
|
-
const
|
|
1405
|
-
return
|
|
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
|
|
1408
|
-
return e % 60 === 0 ? (e > 0 ? "-" : "+") +
|
|
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
|
|
1411
|
-
const
|
|
1412
|
-
return
|
|
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
|
|
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
|
-
},
|
|
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
|
-
},
|
|
1439
|
-
const
|
|
1400
|
+
}, Yr = (e, t) => {
|
|
1401
|
+
const r = e.match(/(P+)(p+)?/) || [], n = r[1], o = r[2];
|
|
1440
1402
|
if (!o)
|
|
1441
|
-
return
|
|
1442
|
-
let
|
|
1443
|
-
switch (
|
|
1403
|
+
return mt(e, t);
|
|
1404
|
+
let i;
|
|
1405
|
+
switch (n) {
|
|
1444
1406
|
case "P":
|
|
1445
|
-
|
|
1407
|
+
i = t.dateTime({ width: "short" });
|
|
1446
1408
|
break;
|
|
1447
1409
|
case "PP":
|
|
1448
|
-
|
|
1410
|
+
i = t.dateTime({ width: "medium" });
|
|
1449
1411
|
break;
|
|
1450
1412
|
case "PPP":
|
|
1451
|
-
|
|
1413
|
+
i = t.dateTime({ width: "long" });
|
|
1452
1414
|
break;
|
|
1453
|
-
case "PPPP":
|
|
1454
1415
|
default:
|
|
1455
|
-
|
|
1416
|
+
i = t.dateTime({ width: "full" });
|
|
1456
1417
|
break;
|
|
1457
1418
|
}
|
|
1458
|
-
return
|
|
1459
|
-
},
|
|
1460
|
-
p:
|
|
1461
|
-
P:
|
|
1462
|
-
},
|
|
1463
|
-
function
|
|
1464
|
-
return
|
|
1465
|
-
}
|
|
1466
|
-
function
|
|
1467
|
-
return
|
|
1468
|
-
}
|
|
1469
|
-
function
|
|
1470
|
-
const
|
|
1471
|
-
if (console.warn(
|
|
1472
|
-
}
|
|
1473
|
-
function
|
|
1474
|
-
const
|
|
1475
|
-
return `Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${t}\`) for formatting ${
|
|
1476
|
-
}
|
|
1477
|
-
const
|
|
1478
|
-
function
|
|
1479
|
-
const
|
|
1480
|
-
if (
|
|
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(
|
|
1483
|
-
const
|
|
1484
|
-
if (
|
|
1485
|
-
const
|
|
1486
|
-
return
|
|
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
|
|
1489
|
-
}).join("").match(
|
|
1490
|
-
if (
|
|
1449
|
+
return f;
|
|
1450
|
+
}).join("").match(Ar).map((f) => {
|
|
1451
|
+
if (f === "''")
|
|
1491
1452
|
return { isToken: !1, value: "'" };
|
|
1492
|
-
const
|
|
1493
|
-
if (
|
|
1494
|
-
return { isToken: !1, value:
|
|
1495
|
-
if (
|
|
1496
|
-
return { isToken: !0, value:
|
|
1497
|
-
if (
|
|
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 `" +
|
|
1460
|
+
"Format string contains an unescaped latin alphabet character `" + l + "`"
|
|
1500
1461
|
);
|
|
1501
|
-
return { isToken: !1, value:
|
|
1462
|
+
return { isToken: !1, value: f };
|
|
1502
1463
|
});
|
|
1503
|
-
o.localize.preprocessor && (c = o.localize.preprocessor(
|
|
1504
|
-
const
|
|
1505
|
-
firstWeekContainsDate:
|
|
1506
|
-
weekStartsOn:
|
|
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((
|
|
1510
|
-
if (!
|
|
1511
|
-
const
|
|
1512
|
-
(!
|
|
1513
|
-
const
|
|
1514
|
-
return
|
|
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
|
|
1518
|
-
const t = e.match(
|
|
1519
|
-
return t ? t[1].replace(
|
|
1478
|
+
function Rr(e) {
|
|
1479
|
+
const t = e.match(jr);
|
|
1480
|
+
return t ? t[1].replace(Gr, "'") : e;
|
|
1520
1481
|
}
|
|
1521
|
-
function
|
|
1522
|
-
const
|
|
1523
|
-
return
|
|
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
|
|
1526
|
-
return
|
|
1486
|
+
function Qr(e, t) {
|
|
1487
|
+
return P(e, t?.in).getMonth();
|
|
1527
1488
|
}
|
|
1528
|
-
function
|
|
1529
|
-
return
|
|
1489
|
+
function Vr(e, t) {
|
|
1490
|
+
return P(e, t?.in).getFullYear();
|
|
1530
1491
|
}
|
|
1531
|
-
function
|
|
1532
|
-
return +
|
|
1492
|
+
function Xr(e, t) {
|
|
1493
|
+
return +P(e) > +P(t);
|
|
1533
1494
|
}
|
|
1534
|
-
function
|
|
1535
|
-
return +
|
|
1495
|
+
function Ur(e, t) {
|
|
1496
|
+
return +P(e) < +P(t);
|
|
1536
1497
|
}
|
|
1537
|
-
function
|
|
1538
|
-
const [
|
|
1539
|
-
|
|
1498
|
+
function Zr(e, t, r) {
|
|
1499
|
+
const [n, o] = he(
|
|
1500
|
+
r?.in,
|
|
1540
1501
|
e,
|
|
1541
1502
|
t
|
|
1542
1503
|
);
|
|
1543
|
-
return
|
|
1504
|
+
return n.getFullYear() === o.getFullYear() && n.getMonth() === o.getMonth();
|
|
1544
1505
|
}
|
|
1545
|
-
function
|
|
1546
|
-
const [
|
|
1547
|
-
|
|
1506
|
+
function Kr(e, t, r) {
|
|
1507
|
+
const [n, o] = he(
|
|
1508
|
+
r?.in,
|
|
1548
1509
|
e,
|
|
1549
1510
|
t
|
|
1550
1511
|
);
|
|
1551
|
-
return
|
|
1552
|
-
}
|
|
1553
|
-
function
|
|
1554
|
-
const
|
|
1555
|
-
|
|
1556
|
-
const
|
|
1557
|
-
return
|
|
1558
|
-
}
|
|
1559
|
-
function
|
|
1560
|
-
const
|
|
1561
|
-
return isNaN(+
|
|
1562
|
-
}
|
|
1563
|
-
const
|
|
1564
|
-
function
|
|
1565
|
-
const
|
|
1566
|
-
return t.getMonth(e) === t.getMonth(
|
|
1567
|
-
}
|
|
1568
|
-
function
|
|
1569
|
-
const
|
|
1570
|
-
return
|
|
1571
|
-
}
|
|
1572
|
-
function
|
|
1573
|
-
const
|
|
1574
|
-
return t.addDays(
|
|
1575
|
-
}
|
|
1576
|
-
|
|
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,
|
|
1584
|
-
this.Date = Date, this.today = () => this.overrides?.today ? this.overrides.today() : this.options.timeZone ?
|
|
1585
|
-
const o = this.overrides?.eachYearOfInterval ? this.overrides.eachYearOfInterval(
|
|
1586
|
-
if (
|
|
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
|
|
1589
|
-
return
|
|
1590
|
-
|
|
1591
|
-
}),
|
|
1592
|
-
}, this.endOfBroadcastWeek = (
|
|
1593
|
-
const
|
|
1594
|
-
return this.options.numerals && this.options.numerals !== "latn" ? this.replaceDigits(
|
|
1595
|
-
}, this.getISOWeek = (
|
|
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,
|
|
1598
|
+
const { numerals: t = "latn" } = this.options, r = new Intl.NumberFormat("en-US", {
|
|
1606
1599
|
numberingSystem: t
|
|
1607
|
-
}),
|
|
1600
|
+
}), n = {};
|
|
1608
1601
|
for (let o = 0; o < 10; o++)
|
|
1609
|
-
|
|
1610
|
-
return
|
|
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
|
|
1621
|
-
return t.replace(/\d/g, (
|
|
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 &&
|
|
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:
|
|
1648
|
-
if (
|
|
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(
|
|
1643
|
+
return new Intl.DateTimeFormat(i, {
|
|
1651
1644
|
month: "long",
|
|
1652
1645
|
year: "numeric",
|
|
1653
|
-
timeZone:
|
|
1646
|
+
timeZone: n,
|
|
1654
1647
|
numberingSystem: o
|
|
1655
1648
|
}).format(t);
|
|
1656
1649
|
} catch {
|
|
1657
1650
|
}
|
|
1658
|
-
const
|
|
1659
|
-
return this.format(t,
|
|
1651
|
+
const a = this.getMonthYearOrder() === "year-first" ? "y LLLL" : "LLLL y";
|
|
1652
|
+
return this.format(t, a);
|
|
1660
1653
|
}
|
|
1661
1654
|
}
|
|
1662
|
-
|
|
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
|
|
1682
|
-
class
|
|
1683
|
-
constructor(t,
|
|
1684
|
-
this.date = t, this.displayMonth =
|
|
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
|
|
1698
|
-
constructor(t,
|
|
1699
|
-
this.date = t, this.weeks =
|
|
1690
|
+
class ro {
|
|
1691
|
+
constructor(t, r) {
|
|
1692
|
+
this.date = t, this.weeks = r;
|
|
1700
1693
|
}
|
|
1701
1694
|
}
|
|
1702
|
-
class
|
|
1703
|
-
constructor(t,
|
|
1704
|
-
this.days =
|
|
1695
|
+
class oo {
|
|
1696
|
+
constructor(t, r) {
|
|
1697
|
+
this.days = r, this.weekNumber = t;
|
|
1705
1698
|
}
|
|
1706
1699
|
}
|
|
1707
|
-
function
|
|
1708
|
-
return
|
|
1700
|
+
function so(e) {
|
|
1701
|
+
return h.createElement("button", { ...e });
|
|
1709
1702
|
}
|
|
1710
|
-
function
|
|
1711
|
-
return
|
|
1703
|
+
function ao(e) {
|
|
1704
|
+
return h.createElement("span", { ...e });
|
|
1712
1705
|
}
|
|
1713
|
-
function
|
|
1714
|
-
const { size: t = 24, orientation:
|
|
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
|
-
|
|
1710
|
+
h.createElement(
|
|
1718
1711
|
"svg",
|
|
1719
|
-
{ className:
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
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
|
|
1728
|
-
const { day: t, modifiers:
|
|
1729
|
-
return
|
|
1720
|
+
function co(e) {
|
|
1721
|
+
const { day: t, modifiers: r, ...n } = e;
|
|
1722
|
+
return h.createElement("td", { ...n });
|
|
1730
1723
|
}
|
|
1731
|
-
function
|
|
1732
|
-
const { day: t, modifiers:
|
|
1733
|
-
return
|
|
1734
|
-
|
|
1735
|
-
}, [
|
|
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
|
|
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
|
-
})(
|
|
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
|
|
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
|
-
})(
|
|
1749
|
-
var
|
|
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
|
-
})(
|
|
1753
|
-
function
|
|
1754
|
-
const { options: t, className:
|
|
1755
|
-
return
|
|
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":
|
|
1758
|
-
|
|
1759
|
-
|
|
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[
|
|
1762
|
-
|
|
1763
|
-
|
|
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
|
|
1768
|
-
return
|
|
1760
|
+
function fo(e) {
|
|
1761
|
+
return h.createElement("div", { ...e });
|
|
1769
1762
|
}
|
|
1770
|
-
function
|
|
1771
|
-
return
|
|
1763
|
+
function ho(e) {
|
|
1764
|
+
return h.createElement("div", { ...e });
|
|
1772
1765
|
}
|
|
1773
|
-
function
|
|
1774
|
-
const { calendarMonth: t, displayIndex:
|
|
1775
|
-
return
|
|
1766
|
+
function mo(e) {
|
|
1767
|
+
const { calendarMonth: t, displayIndex: r, ...n } = e;
|
|
1768
|
+
return h.createElement("div", { ...n }, e.children);
|
|
1776
1769
|
}
|
|
1777
|
-
function
|
|
1778
|
-
const { calendarMonth: t, displayIndex:
|
|
1779
|
-
return
|
|
1770
|
+
function yo(e) {
|
|
1771
|
+
const { calendarMonth: t, displayIndex: r, ...n } = e;
|
|
1772
|
+
return h.createElement("div", { ...n });
|
|
1780
1773
|
}
|
|
1781
|
-
function
|
|
1782
|
-
return
|
|
1774
|
+
function go(e) {
|
|
1775
|
+
return h.createElement("table", { ...e });
|
|
1783
1776
|
}
|
|
1784
|
-
function
|
|
1785
|
-
return
|
|
1777
|
+
function bo(e) {
|
|
1778
|
+
return h.createElement("div", { ...e });
|
|
1786
1779
|
}
|
|
1787
|
-
const
|
|
1788
|
-
function
|
|
1789
|
-
const e =
|
|
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
|
|
1795
|
-
const { components: t } =
|
|
1796
|
-
return
|
|
1797
|
-
}
|
|
1798
|
-
function
|
|
1799
|
-
const { onPreviousClick: t, onNextClick:
|
|
1800
|
-
o &&
|
|
1801
|
-
}, [o,
|
|
1802
|
-
|
|
1803
|
-
}, [
|
|
1804
|
-
return
|
|
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
|
-
{ ...
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
{ type: "button", className:
|
|
1810
|
-
|
|
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
|
-
|
|
1813
|
-
|
|
1814
|
-
{ type: "button", className:
|
|
1815
|
-
|
|
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
|
|
1820
|
-
const { components: t } =
|
|
1821
|
-
return
|
|
1812
|
+
function Mo(e) {
|
|
1813
|
+
const { components: t } = ke();
|
|
1814
|
+
return h.createElement(t.Button, { ...e });
|
|
1822
1815
|
}
|
|
1823
|
-
function
|
|
1824
|
-
return
|
|
1816
|
+
function ko(e) {
|
|
1817
|
+
return h.createElement("option", { ...e });
|
|
1825
1818
|
}
|
|
1826
|
-
function
|
|
1827
|
-
const { components: t } =
|
|
1828
|
-
return
|
|
1819
|
+
function Do(e) {
|
|
1820
|
+
const { components: t } = ke();
|
|
1821
|
+
return h.createElement(t.Button, { ...e });
|
|
1829
1822
|
}
|
|
1830
|
-
function
|
|
1831
|
-
const { rootRef: t, ...
|
|
1832
|
-
return
|
|
1823
|
+
function Oo(e) {
|
|
1824
|
+
const { rootRef: t, ...r } = e;
|
|
1825
|
+
return h.createElement("div", { ...r, ref: t });
|
|
1833
1826
|
}
|
|
1834
|
-
function
|
|
1835
|
-
return
|
|
1827
|
+
function vo(e) {
|
|
1828
|
+
return h.createElement("select", { ...e });
|
|
1836
1829
|
}
|
|
1837
|
-
function
|
|
1838
|
-
const { week: t, ...
|
|
1839
|
-
return
|
|
1830
|
+
function Wo(e) {
|
|
1831
|
+
const { week: t, ...r } = e;
|
|
1832
|
+
return h.createElement("tr", { ...r });
|
|
1840
1833
|
}
|
|
1841
|
-
function
|
|
1842
|
-
return
|
|
1834
|
+
function So(e) {
|
|
1835
|
+
return h.createElement("th", { ...e });
|
|
1843
1836
|
}
|
|
1844
|
-
function
|
|
1845
|
-
return
|
|
1837
|
+
function No(e) {
|
|
1838
|
+
return h.createElement(
|
|
1846
1839
|
"thead",
|
|
1847
1840
|
{ "aria-hidden": !0 },
|
|
1848
|
-
|
|
1841
|
+
h.createElement("tr", { ...e })
|
|
1849
1842
|
);
|
|
1850
1843
|
}
|
|
1851
|
-
function
|
|
1852
|
-
const { week: t, ...
|
|
1853
|
-
return
|
|
1844
|
+
function Co(e) {
|
|
1845
|
+
const { week: t, ...r } = e;
|
|
1846
|
+
return h.createElement("th", { ...r });
|
|
1854
1847
|
}
|
|
1855
|
-
function
|
|
1856
|
-
return
|
|
1848
|
+
function xo(e) {
|
|
1849
|
+
return h.createElement("th", { ...e });
|
|
1857
1850
|
}
|
|
1858
|
-
function
|
|
1859
|
-
return
|
|
1851
|
+
function Yo(e) {
|
|
1852
|
+
return h.createElement("tbody", { ...e });
|
|
1860
1853
|
}
|
|
1861
|
-
function
|
|
1862
|
-
const { components: t } =
|
|
1863
|
-
return
|
|
1854
|
+
function To(e) {
|
|
1855
|
+
const { components: t } = ke();
|
|
1856
|
+
return h.createElement(t.Dropdown, { ...e });
|
|
1864
1857
|
}
|
|
1865
|
-
const
|
|
1866
|
-
function
|
|
1867
|
-
let { from: o, to:
|
|
1868
|
-
const { differenceInCalendarDays:
|
|
1869
|
-
return o &&
|
|
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
|
|
1864
|
+
function Ze(e) {
|
|
1872
1865
|
return !!(e && typeof e == "object" && "before" in e && "after" in e);
|
|
1873
1866
|
}
|
|
1874
|
-
function
|
|
1867
|
+
function xe(e) {
|
|
1875
1868
|
return !!(e && typeof e == "object" && "from" in e);
|
|
1876
1869
|
}
|
|
1877
|
-
function
|
|
1870
|
+
function Ke(e) {
|
|
1878
1871
|
return !!(e && typeof e == "object" && "after" in e);
|
|
1879
1872
|
}
|
|
1880
|
-
function
|
|
1873
|
+
function Je(e) {
|
|
1881
1874
|
return !!(e && typeof e == "object" && "before" in e);
|
|
1882
1875
|
}
|
|
1883
|
-
function
|
|
1876
|
+
function Bt(e) {
|
|
1884
1877
|
return !!(e && typeof e == "object" && "dayOfWeek" in e);
|
|
1885
1878
|
}
|
|
1886
|
-
function
|
|
1879
|
+
function It(e, t) {
|
|
1887
1880
|
return Array.isArray(e) && e.every(t.isDate);
|
|
1888
1881
|
}
|
|
1889
|
-
function
|
|
1890
|
-
const
|
|
1891
|
-
return
|
|
1892
|
-
if (typeof
|
|
1893
|
-
return
|
|
1894
|
-
if (
|
|
1895
|
-
return o(e,
|
|
1896
|
-
if (
|
|
1897
|
-
return
|
|
1898
|
-
if (
|
|
1899
|
-
return
|
|
1900
|
-
if (
|
|
1901
|
-
return Array.isArray(
|
|
1902
|
-
if (
|
|
1903
|
-
const c = s
|
|
1904
|
-
return
|
|
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
|
|
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
|
|
1910
|
-
const { disabled:
|
|
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
|
-
},
|
|
1917
|
-
for (const
|
|
1918
|
-
const { date:
|
|
1919
|
-
!
|
|
1920
|
-
|
|
1921
|
-
const
|
|
1922
|
-
|
|
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 (
|
|
1926
|
-
const
|
|
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
|
-
},
|
|
1933
|
-
for (const
|
|
1934
|
-
const
|
|
1935
|
-
|
|
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
|
|
1938
|
-
|
|
1930
|
+
for (const E in D)
|
|
1931
|
+
W[E] = D[E].some((I) => I === b);
|
|
1939
1932
|
return {
|
|
1940
|
-
...
|
|
1933
|
+
...m,
|
|
1941
1934
|
// custom modifiers should override all the previous ones
|
|
1942
|
-
...
|
|
1935
|
+
...W
|
|
1943
1936
|
};
|
|
1944
1937
|
};
|
|
1945
1938
|
}
|
|
1946
|
-
function
|
|
1947
|
-
return Object.entries(e).filter(([, o]) => o === !0).reduce((o, [
|
|
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
|
|
1942
|
+
function Fo(e) {
|
|
1950
1943
|
return {
|
|
1951
|
-
...
|
|
1944
|
+
...Po,
|
|
1952
1945
|
...e
|
|
1953
1946
|
};
|
|
1954
1947
|
}
|
|
1955
|
-
function
|
|
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(([
|
|
1965
|
-
|
|
1957
|
+
return Object.entries(e).forEach(([r, n]) => {
|
|
1958
|
+
r.startsWith("data-") && (t[r] = n);
|
|
1966
1959
|
}), t;
|
|
1967
1960
|
}
|
|
1968
|
-
function
|
|
1961
|
+
function Io() {
|
|
1969
1962
|
const e = {};
|
|
1970
|
-
for (const t in
|
|
1971
|
-
e[
|
|
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
|
|
1975
|
-
e[
|
|
1976
|
-
for (const t in
|
|
1977
|
-
e[
|
|
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
|
|
1981
|
-
return (
|
|
1973
|
+
function Ht(e, t, r) {
|
|
1974
|
+
return (r ?? new G(t)).formatMonthYear(e);
|
|
1982
1975
|
}
|
|
1983
|
-
const
|
|
1984
|
-
function
|
|
1985
|
-
return (
|
|
1976
|
+
const Ho = Ht;
|
|
1977
|
+
function Ao(e, t, r) {
|
|
1978
|
+
return (r ?? new G(t)).format(e, "d");
|
|
1986
1979
|
}
|
|
1987
|
-
function
|
|
1980
|
+
function qo(e, t = L) {
|
|
1988
1981
|
return t.format(e, "LLLL");
|
|
1989
1982
|
}
|
|
1990
|
-
function
|
|
1991
|
-
return (
|
|
1983
|
+
function jo(e, t, r) {
|
|
1984
|
+
return (r ?? new G(t)).format(e, "cccccc");
|
|
1992
1985
|
}
|
|
1993
|
-
function
|
|
1986
|
+
function Go(e, t = L) {
|
|
1994
1987
|
return e < 10 ? t.formatNumber(`0${e.toLocaleString()}`) : t.formatNumber(`${e.toLocaleString()}`);
|
|
1995
1988
|
}
|
|
1996
|
-
function
|
|
1989
|
+
function $o() {
|
|
1997
1990
|
return "";
|
|
1998
1991
|
}
|
|
1999
|
-
function
|
|
1992
|
+
function At(e, t = L) {
|
|
2000
1993
|
return t.format(e, "yyyy");
|
|
2001
1994
|
}
|
|
2002
|
-
const
|
|
2003
|
-
function
|
|
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
|
-
...
|
|
1998
|
+
...zo,
|
|
2006
1999
|
...e
|
|
2007
2000
|
};
|
|
2008
2001
|
}
|
|
2009
|
-
function
|
|
2010
|
-
|
|
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
|
|
2054
|
-
function
|
|
2055
|
-
return (
|
|
2006
|
+
const Vo = Le;
|
|
2007
|
+
function et(e, t, r) {
|
|
2008
|
+
return (r ?? new G(t)).formatMonthYear(e);
|
|
2056
2009
|
}
|
|
2057
|
-
const
|
|
2058
|
-
function
|
|
2059
|
-
let o = (
|
|
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
|
|
2015
|
+
function jt(e) {
|
|
2063
2016
|
return "Choose the Month";
|
|
2064
2017
|
}
|
|
2065
|
-
function
|
|
2018
|
+
function Gt() {
|
|
2066
2019
|
return "";
|
|
2067
2020
|
}
|
|
2068
|
-
|
|
2069
|
-
|
|
2021
|
+
const Uo = "Go to the Next Month";
|
|
2022
|
+
function $t(e, t) {
|
|
2023
|
+
return Uo;
|
|
2070
2024
|
}
|
|
2071
|
-
function
|
|
2025
|
+
function Rt(e) {
|
|
2072
2026
|
return "Go to the Previous Month";
|
|
2073
2027
|
}
|
|
2074
|
-
function
|
|
2075
|
-
return (
|
|
2028
|
+
function zt(e, t, r) {
|
|
2029
|
+
return (r ?? new G(t)).format(e, "cccc");
|
|
2076
2030
|
}
|
|
2077
|
-
function
|
|
2031
|
+
function Qt(e, t) {
|
|
2078
2032
|
return `Week ${e}`;
|
|
2079
2033
|
}
|
|
2080
|
-
function
|
|
2034
|
+
function Vt(e) {
|
|
2081
2035
|
return "Week Number";
|
|
2082
2036
|
}
|
|
2083
|
-
function
|
|
2037
|
+
function Xt(e) {
|
|
2084
2038
|
return "Choose the Year";
|
|
2085
2039
|
}
|
|
2086
|
-
const
|
|
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
|
-
],
|
|
2089
|
-
function
|
|
2090
|
-
const
|
|
2091
|
-
|
|
2092
|
-
const
|
|
2093
|
-
if (
|
|
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
|
-
|
|
2203
|
+
n.length === 0 || u.length === 0 || n.length !== u.length)
|
|
2096
2204
|
return;
|
|
2097
|
-
const
|
|
2098
|
-
if (
|
|
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
|
|
2102
|
-
|
|
2103
|
-
const
|
|
2104
|
-
|
|
2105
|
-
const
|
|
2106
|
-
|
|
2107
|
-
}),
|
|
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
|
|
2111
|
-
if (
|
|
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
|
|
2114
|
-
|
|
2115
|
-
const
|
|
2116
|
-
if (!
|
|
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
|
|
2120
|
-
|
|
2121
|
-
const
|
|
2122
|
-
|
|
2123
|
-
const
|
|
2124
|
-
c.current = !1, e.current && (e.current.style.isolation = ""),
|
|
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
|
-
|
|
2127
|
-
const
|
|
2128
|
-
|
|
2129
|
-
const
|
|
2130
|
-
|
|
2131
|
-
const
|
|
2132
|
-
|
|
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
|
|
2138
|
-
const o = e[0],
|
|
2139
|
-
for (let
|
|
2140
|
-
const $ =
|
|
2141
|
-
|
|
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
|
|
2146
|
-
if (
|
|
2147
|
-
const
|
|
2148
|
-
for (let $ = 0; $ <
|
|
2149
|
-
const
|
|
2150
|
-
|
|
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
|
|
2259
|
+
return F;
|
|
2154
2260
|
}
|
|
2155
|
-
function
|
|
2261
|
+
function cs(e) {
|
|
2156
2262
|
const t = [];
|
|
2157
|
-
return e.reduce((
|
|
2158
|
-
const o =
|
|
2159
|
-
return
|
|
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
|
|
2163
|
-
const { numberOfMonths: o = 1 } =
|
|
2164
|
-
for (let
|
|
2165
|
-
const
|
|
2166
|
-
if (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
|
-
|
|
2274
|
+
i.push(s);
|
|
2169
2275
|
}
|
|
2170
|
-
return
|
|
2171
|
-
}
|
|
2172
|
-
function
|
|
2173
|
-
const { month: o, defaultMonth:
|
|
2174
|
-
let c = o ||
|
|
2175
|
-
const { differenceInCalendarMonths:
|
|
2176
|
-
if (
|
|
2177
|
-
const
|
|
2178
|
-
c =
|
|
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 &&
|
|
2181
|
-
}
|
|
2182
|
-
function
|
|
2183
|
-
const { addDays: o, endOfBroadcastWeek:
|
|
2184
|
-
const
|
|
2185
|
-
if (
|
|
2186
|
-
const
|
|
2187
|
-
const
|
|
2188
|
-
return
|
|
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(...
|
|
2296
|
+
p.push(...W);
|
|
2191
2297
|
}
|
|
2192
|
-
const
|
|
2193
|
-
const
|
|
2194
|
-
return
|
|
2195
|
-
}, []),
|
|
2196
|
-
return
|
|
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
|
|
2199
|
-
}
|
|
2200
|
-
function
|
|
2201
|
-
let { startMonth:
|
|
2202
|
-
const { startOfYear: o, startOfDay:
|
|
2203
|
-
!
|
|
2204
|
-
const
|
|
2205
|
-
return
|
|
2206
|
-
|
|
2207
|
-
|
|
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
|
|
2211
|
-
if (
|
|
2316
|
+
function ds(e, t, r, n) {
|
|
2317
|
+
if (r.disableNavigation)
|
|
2212
2318
|
return;
|
|
2213
|
-
const { pagedNavigation: o, numberOfMonths:
|
|
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
|
|
2216
|
-
if (!(c(t, e) <
|
|
2217
|
-
return
|
|
2321
|
+
return s(f, u);
|
|
2322
|
+
if (!(c(t, e) < i))
|
|
2323
|
+
return s(f, u);
|
|
2218
2324
|
}
|
|
2219
|
-
function
|
|
2220
|
-
if (
|
|
2325
|
+
function hs(e, t, r, n) {
|
|
2326
|
+
if (r.disableNavigation)
|
|
2221
2327
|
return;
|
|
2222
|
-
const { pagedNavigation: o, numberOfMonths:
|
|
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
|
|
2225
|
-
if (!(c(
|
|
2226
|
-
return
|
|
2330
|
+
return s(f, -u);
|
|
2331
|
+
if (!(c(f, t) <= 0))
|
|
2332
|
+
return s(f, -u);
|
|
2227
2333
|
}
|
|
2228
|
-
function
|
|
2334
|
+
function ms(e) {
|
|
2229
2335
|
const t = [];
|
|
2230
|
-
return e.reduce((
|
|
2336
|
+
return e.reduce((r, n) => r.concat(n.weeks.slice()), t.slice());
|
|
2231
2337
|
}
|
|
2232
|
-
function
|
|
2233
|
-
const [
|
|
2234
|
-
return [t === void 0 ?
|
|
2338
|
+
function Ye(e, t) {
|
|
2339
|
+
const [r, n] = Ce(e);
|
|
2340
|
+
return [t === void 0 ? r : t, n];
|
|
2235
2341
|
}
|
|
2236
|
-
function
|
|
2237
|
-
const [
|
|
2238
|
-
|
|
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 ?
|
|
2346
|
+
e.month ? a : void 0
|
|
2241
2347
|
);
|
|
2242
|
-
|
|
2243
|
-
const
|
|
2244
|
-
c(
|
|
2348
|
+
Nn(() => {
|
|
2349
|
+
const D = gt(e, r, n, t);
|
|
2350
|
+
c(D);
|
|
2245
2351
|
}, [e.timeZone]);
|
|
2246
|
-
const
|
|
2247
|
-
|
|
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(
|
|
2250
|
-
|
|
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:
|
|
2255
|
-
days:
|
|
2256
|
-
navStart:
|
|
2257
|
-
navEnd:
|
|
2258
|
-
previousMonth:
|
|
2259
|
-
nextMonth:
|
|
2260
|
-
goToMonth:
|
|
2261
|
-
goToDay: (
|
|
2262
|
-
|
|
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
|
|
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
|
-
})(
|
|
2270
|
-
function
|
|
2406
|
+
})(K || (K = {}));
|
|
2407
|
+
function bt(e) {
|
|
2271
2408
|
return !e[_.disabled] && !e[_.hidden] && !e[_.outside];
|
|
2272
2409
|
}
|
|
2273
|
-
function
|
|
2274
|
-
let o,
|
|
2275
|
-
for (const
|
|
2276
|
-
const
|
|
2277
|
-
|
|
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((
|
|
2280
|
-
}
|
|
2281
|
-
function
|
|
2282
|
-
const { ISOWeek:
|
|
2283
|
-
let
|
|
2284
|
-
day:
|
|
2285
|
-
week:
|
|
2286
|
-
month:
|
|
2287
|
-
year:
|
|
2288
|
-
startOfWeek: (
|
|
2289
|
-
endOfWeek: (
|
|
2290
|
-
}[e](
|
|
2291
|
-
return t === "before" &&
|
|
2292
|
-
}
|
|
2293
|
-
function
|
|
2294
|
-
if (
|
|
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 =
|
|
2297
|
-
return !
|
|
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
|
|
2300
|
-
const { autoFocus:
|
|
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: (
|
|
2303
|
-
setFocused:
|
|
2304
|
-
focused:
|
|
2439
|
+
isFocusTarget: (N) => !!c?.isEqualTo(N),
|
|
2440
|
+
setFocused: f,
|
|
2441
|
+
focused: u,
|
|
2305
2442
|
blur: () => {
|
|
2306
|
-
|
|
2443
|
+
s(u), f(void 0);
|
|
2307
2444
|
},
|
|
2308
|
-
moveFocus: (
|
|
2309
|
-
if (!
|
|
2445
|
+
moveFocus: (N, k) => {
|
|
2446
|
+
if (!u)
|
|
2310
2447
|
return;
|
|
2311
|
-
const
|
|
2312
|
-
|
|
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
|
|
2317
|
-
const { selected:
|
|
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:
|
|
2320
|
-
select: (
|
|
2321
|
-
let
|
|
2322
|
-
if (
|
|
2323
|
-
if (
|
|
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
|
-
|
|
2462
|
+
k = s?.filter((v) => !c(v, w));
|
|
2326
2463
|
} else
|
|
2327
|
-
|
|
2328
|
-
return o ||
|
|
2464
|
+
s?.length === l ? k = [w] : k = [...k, w];
|
|
2465
|
+
return o || a(k), o?.(k, w, O, N), k;
|
|
2329
2466
|
},
|
|
2330
|
-
isSelected:
|
|
2467
|
+
isSelected: u
|
|
2331
2468
|
};
|
|
2332
2469
|
}
|
|
2333
|
-
function
|
|
2334
|
-
const { from:
|
|
2335
|
-
let
|
|
2336
|
-
if (!
|
|
2337
|
-
|
|
2338
|
-
else if (
|
|
2339
|
-
c(
|
|
2340
|
-
else if (
|
|
2341
|
-
if (c(
|
|
2342
|
-
o ?
|
|
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
|
-
|
|
2347
|
-
else if (
|
|
2348
|
-
|
|
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
|
-
|
|
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 (
|
|
2356
|
-
const
|
|
2357
|
-
|
|
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
|
|
2496
|
+
return l;
|
|
2360
2497
|
}
|
|
2361
|
-
function
|
|
2362
|
-
const
|
|
2498
|
+
function ks(e, t, r = L) {
|
|
2499
|
+
const n = Array.isArray(t) ? t : [t];
|
|
2363
2500
|
let o = e.from;
|
|
2364
|
-
const
|
|
2365
|
-
for (let
|
|
2366
|
-
if (
|
|
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 =
|
|
2505
|
+
o = r.addDays(o, 1);
|
|
2369
2506
|
}
|
|
2370
2507
|
return !1;
|
|
2371
2508
|
}
|
|
2372
|
-
function
|
|
2373
|
-
return
|
|
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
|
|
2376
|
-
const
|
|
2377
|
-
if (
|
|
2378
|
-
from:
|
|
2379
|
-
to:
|
|
2380
|
-
},
|
|
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
|
|
2383
|
-
if (
|
|
2384
|
-
let
|
|
2385
|
-
const c =
|
|
2386
|
-
for (let
|
|
2387
|
-
if (
|
|
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
|
-
|
|
2526
|
+
s = r.addDays(s, 1);
|
|
2390
2527
|
}
|
|
2391
2528
|
}
|
|
2392
2529
|
return !1;
|
|
2393
2530
|
}
|
|
2394
|
-
function
|
|
2395
|
-
const { disabled:
|
|
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:
|
|
2398
|
-
select: (
|
|
2399
|
-
const { min:
|
|
2400
|
-
return
|
|
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: (
|
|
2539
|
+
isSelected: (d) => u && ne(u, d, !1, t)
|
|
2403
2540
|
};
|
|
2404
2541
|
}
|
|
2405
|
-
function
|
|
2406
|
-
const { selected:
|
|
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:
|
|
2409
|
-
select: (
|
|
2410
|
-
let
|
|
2411
|
-
return !
|
|
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: (
|
|
2550
|
+
isSelected: (l) => s ? c(s, l) : !1
|
|
2414
2551
|
};
|
|
2415
2552
|
}
|
|
2416
|
-
function
|
|
2417
|
-
const
|
|
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
|
|
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
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
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:
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
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
|
-
])
|
|
2470
|
-
|
|
2471
|
-
}, [
|
|
2472
|
-
z && (
|
|
2473
|
-
}, [
|
|
2474
|
-
|
|
2475
|
-
}, [
|
|
2476
|
-
|
|
2477
|
-
}, [
|
|
2478
|
-
|
|
2479
|
-
}, [
|
|
2480
|
-
|
|
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
|
-
|
|
2655
|
+
g.shiftKey ? "month" : "day",
|
|
2483
2656
|
t.dir === "rtl" ? "after" : "before"
|
|
2484
2657
|
],
|
|
2485
2658
|
ArrowRight: [
|
|
2486
|
-
|
|
2659
|
+
g.shiftKey ? "month" : "day",
|
|
2487
2660
|
t.dir === "rtl" ? "before" : "after"
|
|
2488
2661
|
],
|
|
2489
|
-
ArrowDown: [
|
|
2490
|
-
ArrowUp: [
|
|
2491
|
-
PageUp: [
|
|
2492
|
-
PageDown: [
|
|
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 (
|
|
2497
|
-
|
|
2498
|
-
const [A, S] =
|
|
2499
|
-
|
|
2669
|
+
if (C[g.key]) {
|
|
2670
|
+
g.preventDefault(), g.stopPropagation();
|
|
2671
|
+
const [A, S] = C[g.key];
|
|
2672
|
+
rt(A, S);
|
|
2500
2673
|
}
|
|
2501
|
-
|
|
2502
|
-
}, [
|
|
2503
|
-
|
|
2504
|
-
}, [
|
|
2505
|
-
|
|
2506
|
-
}, [
|
|
2507
|
-
const
|
|
2508
|
-
|
|
2509
|
-
}, [
|
|
2510
|
-
const
|
|
2511
|
-
|
|
2512
|
-
}, [
|
|
2513
|
-
className: [
|
|
2514
|
-
style: { ...
|
|
2515
|
-
}), [
|
|
2516
|
-
|
|
2517
|
-
classNames:
|
|
2518
|
-
months:
|
|
2519
|
-
focused:
|
|
2520
|
-
dateLib:
|
|
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
|
|
2695
|
+
const Mn = {
|
|
2523
2696
|
dayPickerProps: t,
|
|
2524
|
-
selected:
|
|
2525
|
-
select:
|
|
2526
|
-
isSelected:
|
|
2527
|
-
months:
|
|
2528
|
-
nextMonth:
|
|
2529
|
-
previousMonth:
|
|
2530
|
-
goToMonth:
|
|
2531
|
-
getModifiers:
|
|
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:
|
|
2534
|
-
styles:
|
|
2535
|
-
labels:
|
|
2536
|
-
formatters:
|
|
2706
|
+
classNames: c,
|
|
2707
|
+
styles: m,
|
|
2708
|
+
labels: i,
|
|
2709
|
+
formatters: o
|
|
2537
2710
|
};
|
|
2538
|
-
return
|
|
2539
|
-
|
|
2540
|
-
{ value:
|
|
2541
|
-
|
|
2711
|
+
return h.createElement(
|
|
2712
|
+
Ft.Provider,
|
|
2713
|
+
{ value: Mn },
|
|
2714
|
+
h.createElement(
|
|
2542
2715
|
n.Root,
|
|
2543
|
-
{ rootRef: t.animate ?
|
|
2544
|
-
|
|
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:
|
|
2547
|
-
!t.hideNavigation && !l &&
|
|
2548
|
-
|
|
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:
|
|
2553
|
-
style:
|
|
2725
|
+
className: c[y.Month],
|
|
2726
|
+
style: m?.[y.Month],
|
|
2554
2727
|
// biome-ignore lint/suspicious/noArrayIndexKey: breaks animation
|
|
2555
|
-
key:
|
|
2556
|
-
displayIndex:
|
|
2557
|
-
calendarMonth:
|
|
2728
|
+
key: x,
|
|
2729
|
+
displayIndex: x,
|
|
2730
|
+
calendarMonth: M
|
|
2558
2731
|
},
|
|
2559
|
-
l === "around" && !t.hideNavigation &&
|
|
2732
|
+
l === "around" && !t.hideNavigation && x === 0 && h.createElement(
|
|
2560
2733
|
n.PreviousMonthButton,
|
|
2561
|
-
{ type: "button", className:
|
|
2562
|
-
|
|
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
|
-
|
|
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:
|
|
2739
|
+
{ className: c[y.Dropdowns], style: m?.[y.Dropdowns] },
|
|
2567
2740
|
(() => {
|
|
2568
|
-
const
|
|
2569
|
-
return
|
|
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
|
-
|
|
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
|
-
} },
|
|
2583
|
-
) : (
|
|
2584
|
-
|
|
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:
|
|
2590
|
-
|
|
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
|
-
|
|
2593
|
-
|
|
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":
|
|
2596
|
-
!t.hideWeekdays &&
|
|
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:
|
|
2599
|
-
|
|
2600
|
-
|
|
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
|
-
|
|
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:
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
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
|
|
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 &&
|
|
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
|
|
2795
|
+
const Ns = ({
|
|
2631
2796
|
className: e,
|
|
2632
2797
|
showOutsideDays: t = !0,
|
|
2633
|
-
animate:
|
|
2634
|
-
arrowClassName:
|
|
2798
|
+
animate: r = !0,
|
|
2799
|
+
arrowClassName: n,
|
|
2635
2800
|
monthsClassName: o,
|
|
2636
|
-
defaultSelected:
|
|
2637
|
-
onSelect:
|
|
2638
|
-
...
|
|
2801
|
+
defaultSelected: i,
|
|
2802
|
+
onSelect: a,
|
|
2803
|
+
...s
|
|
2639
2804
|
}) => {
|
|
2640
|
-
const [c,
|
|
2641
|
-
() =>
|
|
2642
|
-
),
|
|
2643
|
-
(
|
|
2644
|
-
|
|
2805
|
+
const [c, u] = Ce(
|
|
2806
|
+
() => i
|
|
2807
|
+
), f = q(
|
|
2808
|
+
(l) => {
|
|
2809
|
+
l && (u(l), a?.(l));
|
|
2645
2810
|
},
|
|
2646
|
-
[
|
|
2811
|
+
[a]
|
|
2647
2812
|
);
|
|
2648
|
-
return /* @__PURE__ */
|
|
2649
|
-
|
|
2813
|
+
return /* @__PURE__ */ qe(
|
|
2814
|
+
Ss,
|
|
2650
2815
|
{
|
|
2651
|
-
className:
|
|
2652
|
-
animate:
|
|
2816
|
+
className: V(Cn({ className: e })),
|
|
2817
|
+
animate: r,
|
|
2653
2818
|
mode: "single",
|
|
2654
2819
|
selected: c,
|
|
2655
|
-
onSelect:
|
|
2820
|
+
onSelect: f,
|
|
2656
2821
|
showOutsideDays: t,
|
|
2657
2822
|
role: "dialog",
|
|
2658
2823
|
"aria-label": "Datepicker",
|
|
2659
2824
|
classNames: {
|
|
2660
|
-
chevron:
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
"
|
|
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:
|
|
2670
|
-
"absolute
|
|
2671
|
-
|
|
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:
|
|
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:
|
|
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:
|
|
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
|
-
...
|
|
2919
|
+
...s
|
|
2686
2920
|
}
|
|
2687
2921
|
);
|
|
2688
2922
|
};
|
|
2689
|
-
|
|
2923
|
+
Ns.displayName = "KonstructDatePicker";
|
|
2690
2924
|
export {
|
|
2691
|
-
|
|
2925
|
+
Ns as DatePicker
|
|
2692
2926
|
};
|