{"version":3,"sources":["node_modules/@arcgis/core/intl/date.js"],"sourcesContent":["/*\nAll material copyright ESRI, All Rights Reserved, unless otherwise specified.\nSee https://js.arcgis.com/4.31/esri/copyright.txt for details.\n*/\nimport { strict as t } from \"../core/jsonMap.js\";\nimport { beforeLocaleChange as e, getLocale as o } from \"./locale.js\";\nimport { system as r, utc as n, unknown as a, systemTimeZone as m, shortTimeZoneName as h } from \"../time/timeZoneUtils.js\";\nimport { DateTime as i } from \"luxon\";\nconst s = {\n year: void 0,\n month: void 0,\n day: void 0,\n weekday: void 0\n },\n l = {\n hour: void 0,\n minute: void 0,\n second: void 0\n },\n y = {\n timeZone: n\n },\n d = {\n year: \"numeric\",\n month: \"numeric\",\n day: \"numeric\"\n },\n g = {\n year: \"numeric\",\n month: \"long\",\n day: \"numeric\"\n },\n u = {\n year: \"numeric\",\n month: \"short\",\n day: \"numeric\"\n },\n c = {\n year: \"numeric\",\n month: \"long\",\n weekday: \"long\",\n day: \"numeric\"\n },\n D = {\n hour: \"numeric\",\n minute: \"numeric\"\n },\n T = {\n ...D,\n second: \"numeric\"\n },\n f = {\n hourCycle: \"h23\"\n },\n S = {\n ...D,\n ...f\n },\n L = {\n ...T,\n ...f\n },\n M = {\n \"short-date\": d,\n \"short-date-short-time\": {\n ...d,\n ...D\n },\n \"short-date-short-time-24\": {\n ...d,\n ...S\n },\n \"short-date-long-time\": {\n ...d,\n ...T\n },\n \"short-date-long-time-24\": {\n ...d,\n ...L\n },\n \"short-date-le\": d,\n \"short-date-le-short-time\": {\n ...d,\n ...D\n },\n \"short-date-le-short-time-24\": {\n ...d,\n ...S\n },\n \"short-date-le-long-time\": {\n ...d,\n ...T\n },\n \"short-date-le-long-time-24\": {\n ...d,\n ...L\n },\n \"long-month-day-year\": g,\n \"long-month-day-year-short-time\": {\n ...g,\n ...D\n },\n \"long-month-day-year-short-time-24\": {\n ...g,\n ...S\n },\n \"long-month-day-year-long-time\": {\n ...g,\n ...T\n },\n \"long-month-day-year-long-time-24\": {\n ...g,\n ...L\n },\n \"day-short-month-year\": u,\n \"day-short-month-year-short-time\": {\n ...u,\n ...D\n },\n \"day-short-month-year-short-time-24\": {\n ...u,\n ...S\n },\n \"day-short-month-year-long-time\": {\n ...u,\n ...T\n },\n \"day-short-month-year-long-time-24\": {\n ...u,\n ...L\n },\n \"long-date\": c,\n \"long-date-short-time\": {\n ...c,\n ...D\n },\n \"long-date-short-time-24\": {\n ...c,\n ...S\n },\n \"long-date-long-time\": {\n ...c,\n ...T\n },\n \"long-date-long-time-24\": {\n ...c,\n ...L\n },\n \"long-month-year\": {\n month: \"long\",\n year: \"numeric\"\n },\n \"short-month-year\": {\n month: \"short\",\n year: \"numeric\"\n },\n year: {\n year: \"numeric\"\n },\n \"short-time\": D,\n \"long-time\": T\n },\n Y = t()({\n shortDate: \"short-date\",\n shortDateShortTime: \"short-date-short-time\",\n shortDateShortTime24: \"short-date-short-time-24\",\n shortDateLongTime: \"short-date-long-time\",\n shortDateLongTime24: \"short-date-long-time-24\",\n shortDateLE: \"short-date-le\",\n shortDateLEShortTime: \"short-date-le-short-time\",\n shortDateLEShortTime24: \"short-date-le-short-time-24\",\n shortDateLELongTime: \"short-date-le-long-time\",\n shortDateLELongTime24: \"short-date-le-long-time-24\",\n longMonthDayYear: \"long-month-day-year\",\n longMonthDayYearShortTime: \"long-month-day-year-short-time\",\n longMonthDayYearShortTime24: \"long-month-day-year-short-time-24\",\n longMonthDayYearLongTime: \"long-month-day-year-long-time\",\n longMonthDayYearLongTime24: \"long-month-day-year-long-time-24\",\n dayShortMonthYear: \"day-short-month-year\",\n dayShortMonthYearShortTime: \"day-short-month-year-short-time\",\n dayShortMonthYearShortTime24: \"day-short-month-year-short-time-24\",\n dayShortMonthYearLongTime: \"day-short-month-year-long-time\",\n dayShortMonthYearLongTime24: \"day-short-month-year-long-time-24\",\n longDate: \"long-date\",\n longDateShortTime: \"long-date-short-time\",\n longDateShortTime24: \"long-date-short-time-24\",\n longDateLongTime: \"long-date-long-time\",\n longDateLongTime24: \"long-date-long-time-24\",\n longMonthYear: \"long-month-year\",\n shortMonthYear: \"short-month-year\",\n year: \"year\"\n }),\n Z = {\n ar: \"ar-u-nu-latn-ca-gregory\"\n };\nlet w = new WeakMap();\nconst p = M[\"short-date-short-time\"];\nfunction v(t) {\n let e = w.get(t);\n if (!e) {\n const n = o(),\n a = Z[n] || n,\n m = F(t.timeZone ?? r),\n h = {\n ...t,\n timeZone: m\n };\n e = new Intl.DateTimeFormat(a, h), w.set(t, e);\n }\n return e;\n}\nfunction E(t) {\n return M[t];\n}\nfunction j(t, e = p) {\n return v(e).format(t);\n}\nfunction k(t, e = p) {\n return j(new Date(t), {\n ...e,\n ...y,\n ...l\n });\n}\nfunction I(t, e = p) {\n return j(new Date(`1970-01-01T${t}Z`), {\n ...e,\n ...y,\n ...s\n });\n}\nfunction x(t, e = p) {\n if (e.timeZone) return j(new Date(t), e);\n const r = i.fromISO(t, {\n setZone: !0\n }),\n a = o(),\n m = Z[a] ?? a,\n h = 0 === r.offset ? n : e.timeZone,\n s = {\n ...e,\n timeZone: h\n };\n return r.toLocaleString(s, {\n locale: m\n });\n}\nfunction F(t) {\n switch (t) {\n case r:\n return m;\n case a:\n return n;\n default:\n return t;\n }\n}\nfunction N(t, e) {\n const r = o(),\n n = Z[r] ?? r;\n return new Intl.DateTimeFormat(n, e).formatToParts(t);\n}\nfunction W(t, e = new Date()) {\n return N(e, {\n timeZone: t,\n timeZoneName: h\n }).find(({\n type: t\n }) => \"timeZoneName\" === t)?.value;\n}\ne(() => {\n w = new WeakMap();\n});\nexport { E as convertDateFormatToIntlOptions, Y as dateFormatJSONMap, j as formatDate, k as formatDateOnly, I as formatTimeOnly, x as formatTimestamp, v as getDateTimeFormatter, W as getShortOffsetTimeZoneSuffix, F as resolveTimeZone };"],"mappings":"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","names":["s","l","y","i","d","g","u","c","D","T","__spreadProps","__spreadValues","f","S","L","M","Y","Z","w","p","v","t","e","n","a","m","F","o","h","E","j","k","I","x","r","DateTime","d","w"],"x_google_ignoreList":[0]}