@hebcal/core 5.9.2 → 5.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/dist/bundle.js +223 -200
  2. package/dist/bundle.js.map +1 -1
  3. package/dist/bundle.min.js +17 -19
  4. package/dist/bundle.min.js.map +1 -1
  5. package/dist/esm/DailyLearning.js +1 -1
  6. package/dist/esm/HebrewDateEvent.js +1 -1
  7. package/dist/esm/HolidayEvent.js +1 -1
  8. package/dist/esm/MevarchimChodeshEvent.js +1 -1
  9. package/dist/esm/ParshaEvent.js +1 -1
  10. package/dist/esm/TimedEvent.js +1 -1
  11. package/dist/esm/YomKippurKatanEvent.js +1 -1
  12. package/dist/esm/ashkenazi.po.js +1 -1
  13. package/dist/esm/calendar.js +1 -1
  14. package/dist/esm/candles.js +1 -1
  15. package/dist/esm/event.js +1 -1
  16. package/dist/esm/getStartAndEnd.js +1 -1
  17. package/dist/esm/hallel.js +1 -1
  18. package/dist/esm/he.po.js +2 -2
  19. package/dist/esm/he.po.js.map +1 -1
  20. package/dist/esm/hebcal.js +1 -1
  21. package/dist/esm/holidays.js +1 -1
  22. package/dist/esm/index.js +1 -1
  23. package/dist/esm/locale.js +1 -1
  24. package/dist/esm/location.js +1 -1
  25. package/dist/esm/modern.js +1 -1
  26. package/dist/esm/molad.js +1 -1
  27. package/dist/esm/omer.d.ts +15 -3
  28. package/dist/esm/omer.js +210 -12
  29. package/dist/esm/omer.js.map +1 -1
  30. package/dist/esm/parshaName.js +1 -1
  31. package/dist/esm/parshaYear.js +1 -1
  32. package/dist/esm/pkgVersion.d.ts +1 -1
  33. package/dist/esm/pkgVersion.js +2 -2
  34. package/dist/esm/pkgVersion.js.map +1 -1
  35. package/dist/esm/reformatTimeStr.js +1 -1
  36. package/dist/esm/sedra.js +1 -1
  37. package/dist/esm/staticHolidays.js +1 -1
  38. package/dist/esm/tachanun.js +1 -1
  39. package/dist/esm/zmanim.js +1 -1
  40. package/dist/index.cjs +211 -13
  41. package/dist/index.cjs.map +1 -1
  42. package/dist/omer.d.ts +15 -3
  43. package/dist/pkgVersion.d.ts +1 -1
  44. package/package.json +8 -8
@@ -1,23 +1,21 @@
1
- /*! @hebcal/core v5.9.2, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */
2
- var hebcal=function(e){"use strict";const t="5.9.2",n=[0,31,28,31,30,31,30,31,31,30,31,30,31],r=[n,n.slice()];
3
- /*! @hebcal/hdate v0.13.6, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */function o(e,t){return e-t*Math.floor(e/t)}function i(e,t){return Math.floor(e/t)}function a(e){return!(e%4||!(e%100)&&e%400)}function s(e,t){return r[+a(t)][e]}function u(e){return"object"==typeof e&&Date.prototype.isPrototypeOf(e)}function c(e,t,n){const r=e-1;return 365*r+i(r,4)-i(r,100)+i(r,400)+i(367*t-362,12)+(t<=2?0:a(e)?-1:-2)+n}function h(e){if(!u(e))throw new TypeError(`not a Date: ${e}`);if(isNaN(e.getTime()))throw new RangeError("Invalid Date");return c(e.getFullYear(),e.getMonth()+1,e.getDate())}function l(e){if("number"!=typeof e||isNaN(e))throw new TypeError(`not a Number: ${e}`);const t=function(e){const t=e-1,n=i(t,146097),r=o(t,146097),a=i(r,36524),s=o(r,36524),u=i(s,1461),c=i(o(s,1461),365),h=400*n+100*a+4*u+c;return 4!==a&&4!==c?h+1:h}(e=Math.trunc(e)),n=i(12*(e-c(t,1,1)+(e<c(t,3,1)?0:a(t)?1:2))+373,367),r=e-c(t,n,1)+1,s=new Date(t,n-1,r);return t<100&&t>=0&&s.setFullYear(t),s}
4
- /*! @hebcal/hdate v0.13.6, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */r[1][2]=29,e.greg=void 0,e.greg||(e.greg={}),e.greg.abs2greg=l,e.greg.daysInMonth=s,e.greg.greg2abs=h,e.greg.isDate=u,e.greg.isLeapYear=a;
5
- /*! @hebcal/hdate v0.13.6, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */
1
+ /*! @hebcal/core v5.9.3, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */
2
+ var hebcal=function(e){"use strict";const t="5.9.3",n=[0,31,28,31,30,31,30,31,31,30,31,30,31],r=[n,n.slice()];
3
+ /*! @hebcal/hdate v0.14.0, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */function o(e,t){return e-t*Math.floor(e/t)}function i(e,t){return Math.floor(e/t)}function a(e){return!(e%4||!(e%100)&&e%400)}function s(e,t){return r[+a(t)][e]}function u(e){return"object"==typeof e&&Date.prototype.isPrototypeOf(e)}function c(e,t,n){const r=e-1;return 365*r+i(r,4)-i(r,100)+i(r,400)+i(367*t-362,12)+(t<=2?0:a(e)?-1:-2)+n}function h(e){if(!u(e))throw new TypeError(`not a Date: ${e}`);if(isNaN(e.getTime()))throw new RangeError("Invalid Date");return c(e.getFullYear(),e.getMonth()+1,e.getDate())}function l(e){if("number"!=typeof e||isNaN(e))throw new TypeError(`not a Number: ${e}`);const t=function(e){const t=e-1,n=i(t,146097),r=o(t,146097),a=i(r,36524),s=o(r,36524),u=i(s,1461),c=i(o(s,1461),365),h=400*n+100*a+4*u+c;return 4!==a&&4!==c?h+1:h}(e=Math.trunc(e)),n=i(12*(e-c(t,1,1)+(e<c(t,3,1)?0:a(t)?1:2))+373,367),r=e-c(t,n,1)+1,s=new Date(t,n-1,r);return t<100&&t>=0&&s.setFullYear(t),s}
4
+ /*! @hebcal/hdate v0.14.0, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */r[1][2]=29,e.greg=void 0,e.greg||(e.greg={}),e.greg.abs2greg=l,e.greg.daysInMonth=s,e.greg.greg2abs=h,e.greg.isDate=u,e.greg.isLeapYear=a;
5
+ /*! @hebcal/hdate v0.14.0, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */
6
6
  const f={NISAN:1,IYYAR:2,SIVAN:3,TAMUZ:4,AV:5,ELUL:6,TISHREI:7,CHESHVAN:8,KISLEV:9,TEVET:10,SHVAT:11,ADAR_I:12,ADAR_II:13},d="Nisan",g=["",d,"Iyyar","Sivan","Tamuz","Av","Elul","Tishrei","Cheshvan","Kislev","Tevet","Sh'vat"],m=[[...g,"Adar",d],[...g,"Adar I","Adar II",d]],v=new Map,y=-1373428;function p(e,t){if("number"!=typeof e||isNaN(e))throw new TypeError(`param '${t}' not a number: ${e}`)}function w(e,t,n){if(p(e,"year"),p(t,"month"),p(n,"day"),e<1)throw new RangeError(`hebrew2abs: invalid year ${e}`);let r=n;if(t<7){for(let t=7;t<=T(e);t++)r+=I(t,e);for(let n=1;n<t;n++)r+=I(n,e)}else for(let n=7;n<t;n++)r+=I(n,e);return y+M(e)+r-1}function S(e){return y+M(e)}function A(e){if(p(e,"abs"),(e=Math.trunc(e))<=y)throw new RangeError(`abs2hebrew: ${e} is before epoch`);let t=Math.floor((e-y)/365.24682220597794);for(;S(t)<=e;)++t;--t;let n=e<w(t,1,1)?7:1;for(;e>w(t,n,I(n,t));)++n;return{yy:t,mm:n,dd:1+e-w(t,n,1)}}function b(e){return(1+7*e)%19<7}function T(e){return+b(e)+12}function I(e,t){switch(e){case 2:case 4:case 6:case 10:case 13:return 29}return 12===e&&!b(t)||8===e&&!N(t)||9===e&&C(t)?29:30}function E(e,t){if(p(e,"month"),p(t,"year"),e<1||e>14)throw new TypeError(`bad monthNum: ${e}`);return m[+b(t)][e]}function M(e){const t=v.get(e);if("number"==typeof t)return t;const n=function(e){const t=e-1,n=235*Math.floor(t/19)+t%19*12+Math.floor((t%19*7+1)/19),r=204+n%1080*793,o=5+12*n+793*Math.floor(n/1080)+Math.floor(r/1080),i=r%1080+o%24*1080,a=1+29*n+Math.floor(o/24);let s=a;(i>=19440||2==a%7&&i>=9924&&!b(e)||1==a%7&&i>=16789&&b(t))&&s++;return s%7==0||s%7==3||s%7==5?s+1:s}(e);return v.set(e,n),n}function H(e){return M(e+1)-M(e)}function N(e){return H(e)%10==5}function C(e){return H(e)%10==3}
7
- /*! @hebcal/hdate v0.13.6, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */
7
+ /*! @hebcal/hdate v0.14.0, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */
8
8
  const D=f.NISAN,O=f.CHESHVAN,_=f.KISLEV,k=f.TEVET,L=f.SHVAT,R=f.ADAR_I,Y=f.ADAR_II;function P(e){if(function(e){return"object"==typeof e&&null!==e&&"number"==typeof e.yy&&"number"==typeof e.mm&&"number"==typeof e.dd}(e))return e;if(u(e)){return A(h(e))}return A(e)}
9
- /*! @hebcal/hdate v0.13.6, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */
9
+ /*! @hebcal/hdate v0.14.0, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */
10
10
  const B={"א":1,"ב":2,"ג":3,"ד":4,"ה":5,"ו":6,"ז":7,"ח":8,"ט":9,"י":10,"כ":20,"ל":30,"מ":40,"נ":50,"ס":60,"ע":70,"פ":80,"צ":90,"ק":100,"ר":200,"ש":300,"ת":400},j={};for(const[e,t]of Object.entries(B))j[t]=e;function U(e){const t=[];for(;e>0;){if(15===e||16===e){t.push(9),t.push(e-9);break}let n,r=100;for(n=400;n>e;n-=r)n===r&&(r/=10);t.push(n),e-=n}return t}function x(e){const t=parseInt(e,10);if(!t||t<0)throw new TypeError(`invalid number: ${e}`);let n="";const r=Math.floor(t/1e3);if(r>0&&5!==r){const e=U(r);for(const t of e)n+=j[t];n+="׳"}const o=U(t%1e3);if(1===o.length)return n+j[o[0]]+"׳";for(let e=0;e<o.length;e++)e+1===o.length&&(n+="״"),n+=j[o[e]];return n}function Z(e){let t=0;const n=e.indexOf("׳");if(-1!==n&&n!==e.length-1){t+=1e3*Z(e.substring(0,n)),e=e.substring(n)}for(const n of e){const e=B[n];"number"==typeof e&&(t+=e)}return t}
11
- /*! @hebcal/hdate v0.13.6, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */const $={en:{infix:"within ",infix26:"within ",words:["","Lovingkindness","Might","Beauty","Eternity","Splendor","Foundation","Majesty"]},he:{infix:"שֶׁבְּ",infix26:"שֶׁבִּ",words:["","חֶֽסֶד","גְבוּרָה","תִּפאֶרֶת","נֶּֽצַח","הוֹד","יְּסוֹד","מַּלְכוּת"]},translit:{infix:"sheb'",infix26:"shebi",words:["","Chesed","Gevurah","Tiferet","Netzach","Hod","Yesod","Malkhut"]}};function V(e){if(e<1||e>49)throw new RangeError(`Invalid Omer day ${e}`)}function F(e){return[Math.floor((e-1)/7)+1,e%7||7]}function z(e,t){return V(e),"he"===t?function(e){const t=Math.floor(e/10),n=e%10;let r="הַיּוֹם ";11===e?r+="אַחַד "+te:12===e?r+="שְׁנֵים "+te:12<e&&e<20?r+=G[n]+" "+te:e>9&&(r+=G[n],n&&(r+=" ",r+=3===t?"וּ":"וְ"));e>2?((e>20||10===e||20===e)&&(r+=K[t]),r+=e<11?G[n]+" "+W+" ":" "+Q+" "):r+=1===e?ee+" ":q+" ";if(e>6){r=r.trim(),r+=", שְׁהֵם ";const t=Math.floor(e/7),n=e%7;r+=t>2?G[t]+" "+X+" ":1===t?"שָׁבֽוּעַ "+G[1]+" ":J+" "+X+" ",n&&(r+=2===n||3===n?"וּ":5===n?"וַ":"וְ",r+=n>2?G[n]+" "+W+" ":1===n?ee+" ":q+" ")}return r+="לָעֽוֹמֶר",r.normalize()}(e):function(e){const[t,n]=F(e),r=1===e?"day":"days";let o=`Today is ${e} ${r}`;if(t>1||7===e){const e=7===n,r=e?t:t-1;if(o+=`, which is ${r} ${1===r?"week":"weeks"}`,!e){o+=` and ${n} ${1===n?"day":"days"}`}}return o+" of the Omer"}(e)}const K=["","עֲשָׂרָה","עֶשְׂרִים","שְׁלוֹשִׁים","אַרְבָּעִים"],G=["","אֶחָד","שְׁנַיִם","שְׁלוֹשָׁה","אַרְבָּעָה","חֲמִשָּׁה","שִׁשָּׁה","שִׁבְעָה","שְׁמוֹנָה","תִּשְׁעָה"],J="שְׁנֵי",W="יָמִים",q=J+" "+W,X="שָׁבוּעוֹת",Q="יוֹם",ee=Q+" "+G[1],te="עָשָׂר";
12
- /*! @hebcal/hdate v0.13.6, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */
13
- function ne(e){return e<0?"-00"+ne(-e):e<10?"000"+e:e<100?"00"+e:e<1e3?"0"+e:String(e)}function re(e){return e>=0&&e<10?"0"+e:String(e)}
14
- /*! @hebcal/hdate v0.13.6, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */const oe=new Map;const ie=/^(\d+).(\d+).(\d+),?\s+(\d+).(\d+).(\d+)/;function ae(e,t){const n=function(e){const t=oe.get(e);if(t)return t;const n=new Intl.DateTimeFormat("en-US",{year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",hour12:!1,timeZone:e});return oe.set(e,n),n}(e).format(t),r=ie.exec(n);if(null===r)throw new Error(`Unable to parse formatted string: ${n}`);let o=r[4];return"24"===o&&(o="00"),r[3]=ne(parseInt(r[3],10)),`${r[3]}-${r[1]}-${r[2]}T${o}:${r[5]}:${r[6]}Z`}function se(e){return ne(e.getFullYear())+"-"+re(e.getMonth()+1)+"-"+re(e.getDate())}
15
- /*! @hebcal/hdate v0.13.6, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */var ue={headers:{"plural-forms":"nplurals=2; plural=(n > 1);",language:"en_CA@ashkenazi"},contexts:{"":{Tevet:["Teves"]}}},ce={headers:{"plural-forms":"nplurals=2; plural=(n > 1);",language:"he"},contexts:{"":{Adar:["אַדָר"],"Adar I":["אַדָר א׳"],"Adar II":["אַדָר ב׳"],Av:["אָב"],Cheshvan:["חֶשְׁוָן"],Elul:["אֱלוּל"],Iyyar:["אִיָיר"],Kislev:["כִּסְלֵו"],Nisan:["נִיסָן"],"Sh'vat":["שְׁבָט"],Sivan:["סִיוָן"],Tamuz:["תַּמּוּז"],Tevet:["טֵבֵת"],Tishrei:["תִּשְׁרֵי"]}}};
16
- /*! @hebcal/hdate v0.13.6, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */
17
- /*! @hebcal/hdate v0.13.6, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */
18
- const he={headers:{"plural-forms":"nplurals=2; plural=(n!=1);"},contexts:{"":{}}},le={h:"he",a:"ashkenazi",s:"en","":"en"},fe=new Map;let de,ge;function me(e){const t=["th","st","nd","rd"],n=e%100;return e+(t[(n-20)%10]||t[n]||t[0])}function ve(e){if("string"!=typeof e)throw new TypeError(`Invalid locale name: ${e}`);return e.toLowerCase()}function ye(e){const t=ve(e),n=fe.get(t);if(!n)throw new RangeError(`Locale '${e}' not found`);return n}class pe{static lookupTranslation(e,t){const n=("string"==typeof t&&fe.get(t.toLowerCase())||de)[e];if((null==n?void 0:n.length)&&n[0].length)return n[0]}static gettext(e,t){const n=this.lookupTranslation(e,t);return void 0===n?e:n}static addLocale(e,t){if(e=ve(e),"object"!=typeof t.contexts||"object"!=typeof t.contexts[""])throw new TypeError(`Locale '${e}' invalid compact format`);fe.set(e,t.contexts[""])}static addTranslation(e,t,n){const r=ye(e);if("string"!=typeof t||0===t.length)throw new TypeError(`Invalid id string: ${t}`);const o=Array.isArray(n);if(o){const e=n[0];if("string"!=typeof e||0===e.length)throw new TypeError(`Invalid translation array: ${n}`)}else if("string"!=typeof n)throw new TypeError(`Invalid translation string: ${n}`);r[t]=o?n:[n]}static addTranslations(e,t){const n=ye(e);if("object"!=typeof t.contexts||"object"!=typeof t.contexts[""])throw new TypeError(`Locale '${e}' invalid compact format`);const r=t.contexts[""];Object.assign(n,r)}static useLocale(e){const t=ve(e),n=ye(t);return ge=le[t]||t,de=n,de}static getLocaleName(){return ge}static getLocaleNames(){return Array.from(fe.keys()).sort(((e,t)=>e.localeCompare(t)))}static ordinal(e,t){const n=(null==t?void 0:t.toLowerCase())||ge;if(!n)return me(e);switch(n){case"en":case"s":case"a":return me(e);case"es":return e+"º";case"h":case"he":case"he-x-nonikud":return String(e)}return n.startsWith("ashkenazi")?me(e):e+"."}static hebrewStripNikkud(e){return e.replace(/[\u0590-\u05bd]/g,"").replace(/[\u05bf-\u05c7]/g,"")}}pe.addLocale("en",he),pe.addLocale("s",he),pe.addLocale("",he),pe.useLocale("en"),pe.addLocale("ashkenazi",ue),pe.addLocale("a",ue),pe.addLocale("he",ce),pe.addLocale("h",ce);const we=ce.contexts[""],Se={};for(const[e,t]of Object.entries(we))Se[e]=[pe.hebrewStripNikkud(t[0])];const Ae={headers:ce.headers,contexts:{"":Se}};pe.addLocale("he-x-NoNikud",Ae);const be="day",Te="week",Ie="month",Ee="year";class Me{constructor(e,t,n){if(2===arguments.length||arguments.length>3)throw new TypeError("HDate constructor requires 0, 1 or 3 arguments");if(3===arguments.length){this.dd=this.mm=1;const i="string"==typeof n?parseInt(n,10):n;if(isNaN(i))throw new TypeError(`HDate called with bad year: ${n}`);this.yy=i,function(e,t){e.mm=Me.monthNum(t),He(e)}(this,t);const a="string"==typeof e?parseInt(e,10):e;if(isNaN(a))throw new TypeError(`HDate called with bad day: ${e}`);o=a,(r=this).dd=o,He(r)}else{null==e&&(e=new Date);const t="number"!=typeof e||isNaN(e)?u(e)?h(e):void 0!==e.yy?e:null:e;if(null===t)throw new TypeError(`HDate called with bad arg: ${e}`);const n="number"==typeof t,r=n?A(t):t;this.yy=r.yy,this.mm=r.mm,this.dd=r.dd,n&&(this.rd=t)}var r,o}getFullYear(){return this.yy}isLeapYear(){return b(this.yy)}getMonth(){return this.mm}getTishreiMonth(){const e=T(this.getFullYear());return(this.getMonth()+e-6)%e||e}daysInMonth(){return I(this.getMonth(),this.getFullYear())}getDate(){return this.dd}getDay(){
19
- /*! @hebcal/hdate v0.13.6, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */
20
- return function(e,t){return e-t*Math.floor(e/t)}(this.abs(),7)}greg(){return l(this.abs())}abs(){return"number"!=typeof this.rd&&(this.rd=w(this.yy,this.mm,this.dd)),this.rd}static hebrew2abs(e,t,n){return w(e,t,n)}getMonthName(){return E(this.getMonth(),this.getFullYear())}render(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];const n=e||pe.getLocaleName(),r=this.getDate(),o=pe.gettext(this.getMonthName(),n).replace(/'/g,"’"),i=pe.ordinal(r,n),a=function(e){switch(e){case"en":case"s":case"a":case"ashkenazi":return" of"}const t=pe.lookupTranslation("of",e);if(t)return" "+t;if(e.startsWith("ashkenazi"))return" of";return""}(n),s=`${i}${a} ${o}`;if(t){return`${s}, ${this.getFullYear()}`}return s}renderGematriya(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];const t=this.getDate(),n=e?"he-x-NoNikud":"he",r=pe.gettext(this.getMonthName(),n),o=this.getFullYear();return x(t)+" "+r+" "+x(o)}before(e){return Ce(e,this,-1)}onOrBefore(e){return Ce(e,this,0)}nearest(e){return Ce(e,this,3)}onOrAfter(e){return Ce(e,this,6)}after(e){return Ce(e,this,7)}next(){return new Me(this.abs()+1)}prev(){return new Me(this.abs()-1)}add(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"d";if(!(e="string"==typeof e?parseInt(e,10):e))return new Me(this);if(t=function(e){switch(e){case"d":return be;case"w":return Te;case"M":return Ie;case"y":return Ee}const t=String(e||"").toLowerCase().replace(/s$/,"");switch(t){case be:case Te:case Ie:case Ee:return t}throw new TypeError(`Invalid units '${e}'`)}(t),t===be)return new Me(this.abs()+e);if(t===Te)return new Me(this.abs()+7*e);if(t===Ee)return new Me(this.getDate(),this.getMonth(),this.getFullYear()+e);{let t=new Me(this);const n=e>0?1:-1;e=Math.abs(e);for(let r=0;r<e;r++)t=new Me(t.abs()+n*t.daysInMonth());return t}}subtract(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"d";return this.add(-1*e,t)}deltaDays(e){return this.abs()-e.abs()}isSameDate(e){return this.yy===e.yy&&this.mm===e.mm&&this.dd===e.dd}toString(){const e=this.getDate(),t=this.getFullYear();return`${e} ${this.getMonthName()} ${t}`}static isLeapYear(e){return b(e)}static monthsInYear(e){return T(e)}static daysInMonth(e,t){return I(e,t)}static getMonthName(e,t){return E(e,t)}static monthNum(e){if("number"==typeof e){if(isNaN(e)||e>14)throw new RangeError(`bad monthNum: ${e}`);return e}return e.charCodeAt(0)>=48&&e.charCodeAt(0)<=57?parseInt(e,10):Me.monthFromName(e)}static daysInYear(e){return H(e)}static longCheshvan(e){return N(e)}static shortKislev(e){return C(e)}static monthFromName(e){if("number"==typeof e){if(isNaN(e)||e<1||e>14)throw new RangeError(`bad monthName: ${e}`);return e}return function(e){if("number"==typeof e){if(isNaN(e)||e<1||e>14)throw new RangeError(`bad monthName: ${e}`);return e}let t=e.trim().toLowerCase();switch("ב"===t[0]&&(t=t.substring(1)),t[0]){case"n":case"נ":if("o"===t[1])break;return 1;case"i":return 2;case"e":return 6;case"c":case"ח":return 8;case"k":case"כ":return 9;case"s":switch(t[1]){case"i":return 3;case"h":return 11}break;case"t":switch(t[1]){case"a":return 4;case"i":return 7;case"e":return 10}break;case"a":switch(t[1]){case"v":return 5;case"d":return/(1|[^i]i|a|א)$/i.test(e)?12:13}break;case"ס":return 3;case"ט":return 10;case"ש":return 11;case"א":switch(t[1]){case"ב":return 5;case"ד":return/(1|[^i]i|a|א)$/i.test(e)?12:13;case"י":return 2;case"ל":return 6}break;case"ת":switch(t[1]){case"מ":return 4;case"ש":return 7}}throw new RangeError(`bad monthName: ${e}`)}(pe.hebrewStripNikkud(e))}static dayOnOrBefore(e,t){return t-(t-e)%7}static isHDate(e){return null!==e&&"object"==typeof e&&"number"==typeof e.yy&&"number"==typeof e.mm&&"number"==typeof e.dd&&"function"==typeof e.greg&&"function"==typeof e.abs}static fromGematriyaString(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:5e3;const n=e.split(" ").filter((e=>0!==e.length)),r=n.length;if(3!==r&&4!==r)throw new RangeError(`cannot parse gematriya str: "${e}"`);const o=Z(n[0]),i=3===r?n[1]:n[1]+" "+n[2],a=Me.monthFromName(i);let s=Z(3===r?n[2]:n[3]);return s<1e3&&(s+=t),new Me(o,a,s)}}function He(e){Ne(e),function(e){e.dd<1&&(e.mm===f.TISHREI&&(e.yy-=1),e.dd+=I(e.mm,e.yy),e.mm-=1,He(e));e.dd>I(e.mm,e.yy)&&(e.mm===f.ELUL&&(e.yy+=1),e.dd-=I(e.mm,e.yy),e.mm===T(e.yy)?e.mm=1:e.mm+=1,He(e));Ne(e)}(e)}function Ne(e){e.mm!==f.ADAR_II||e.isLeapYear()?e.mm<1?(e.mm+=T(e.yy),e.yy-=1,He(e)):e.mm>T(e.yy)&&(e.mm-=T(e.yy),e.yy+=1,He(e)):(e.mm-=1,He(e)),delete e.rd}function Ce(e,t,n){return new Me(Me.dayOnOrBefore(e,t.abs()+n))}var De={headers:{"plural-forms":"nplurals=2; plural=(n > 1);",language:"en_CA@ashkenazi"},contexts:{"":{Shabbat:["Shabbos"],"Achrei Mot":["Achrei Mos"],Bechukotai:["Bechukosai"],"Beha'alotcha":["Beha’aloscha"],Bereshit:["Bereshis"],Chukat:["Chukas"],"Erev Shavuot":["Erev Shavuos"],"Erev Sukkot":["Erev Sukkos"],"Ki Tavo":["Ki Savo"],"Ki Teitzei":["Ki Seitzei"],"Ki Tisa":["Ki Sisa"],Matot:["Matos"],"Purim Katan":["Purim Koton"],"Shabbat Chazon":["Shabbos Chazon"],"Shabbat HaChodesh":["Shabbos HaChodesh"],"Shabbat HaGadol":["Shabbos HaGadol"],"Shabbat Nachamu":["Shabbos Nachamu"],"Shabbat Parah":["Shabbos Parah"],"Shabbat Shekalim":["Shabbos Shekalim"],"Shabbat Shuva":["Shabbos Shuvah"],"Shabbat Zachor":["Shabbos Zachor"],Shavuot:["Shavuos"],"Shavuot I":["Shavuos I"],"Shavuot II":["Shavuos II"],Shemot:["Shemos"],"Shmini Atzeret":["Shmini Atzeres"],"Simchat Torah":["Simchas Torah"],Sukkot:["Sukkos"],"Sukkot I":["Sukkos I"],"Sukkot II":["Sukkos II"],"Sukkot II (CH''M)":["Sukkos II (CH’’M)"],"Sukkot III (CH''M)":["Sukkos III (CH’’M)"],"Sukkot IV (CH''M)":["Sukkos IV (CH’’M)"],"Sukkot V (CH''M)":["Sukkos V (CH’’M)"],"Sukkot VI (CH''M)":["Sukkos VI (CH’’M)"],"Sukkot VII (Hoshana Raba)":["Sukkos VII (Hoshana Raba)"],"Ta'anit Bechorot":["Ta’anis Bechoros"],"Ta'anit Esther":["Ta’anis Esther"],Toldot:["Toldos"],Vaetchanan:["Vaeschanan"],Yitro:["Yisro"],"Vezot Haberakhah":["Vezos Haberakhah"],Parashat:["Parshas"],"Leil Selichot":["Leil Selichos"],"Shabbat Mevarchim Chodesh":["Shabbos Mevorchim Chodesh"],"Shabbat Shirah":["Shabbos Shirah"],"Asara B'Tevet":["Asara B’Teves"],"Alot HaShachar":["Alos HaShachar"],"Kriat Shema, sof zeman":["Krias Shema, sof zman"],"Tefilah, sof zeman":["Tefilah, sof zman"],"Kriat Shema, sof zeman (MGA)":["Krias Shema, sof zman (MGA)"],"Tefilah, sof zeman (MGA)":["Tefilah, sof zman (MGA)"],"Chatzot HaLailah":["Chatzos HaLailah"],"Chatzot hayom":["Chatzos"],"Tzeit HaKochavim":["Tzeis HaKochavim"],"Birkat Hachamah":["Birkas Hachamah"],"Shushan Purim Katan":["Shushan Purim Koton"]}}},Oe={headers:{"plural-forms":"nplurals=2; plural=(n > 1);",language:"he_IL"},contexts:{"":{Shabbat:["שַׁבָּת"],"Daf Yomi":["דַף יוֹמִי"],Parashat:["פָּרָשַׁת"],"Achrei Mot":["אַחֲרֵי מוֹת"],Balak:["בָּלָק"],Bamidbar:["בְּמִדְבַּר"],Bechukotai:["בְּחֻקֹּתַי"],"Beha'alotcha":["בְּהַעֲלֹתְךָ"],Behar:["בְּהַר"],Bereshit:["בְּרֵאשִׁית"],Beshalach:["בְּשַׁלַּח"],Bo:["בֹּא"],"Chayei Sara":["חַיֵּי שָֹרָה"],Chukat:["חֻקַּת"],Devarim:["דְּבָרִים"],Eikev:["עֵקֶב"],Emor:["אֱמוֹר"],"Ha'azinu":["הַאֲזִינוּ"],Kedoshim:["קְדשִׁים"],"Ki Tavo":["כִּי־תָבוֹא"],"Ki Teitzei":["כִּי־תֵצֵא"],"Ki Tisa":["כִּי תִשָּׂא"],Korach:["קוֹרַח"],"Lech-Lecha":["לֶךְ־לְךָ"],Masei:["מַסְעֵי"],Matot:["מַּטּוֹת"],Metzora:["מְּצֹרָע"],Miketz:["מִקֵּץ"],Mishpatim:["מִּשְׁפָּטִים"],Nasso:["נָשׂא"],Nitzavim:["נִצָּבִים"],Noach:["נֹחַ"],Pekudei:["פְקוּדֵי"],Pinchas:["פִּינְחָס"],"Re'eh":["רְאֵה"],"Sh'lach":["שְׁלַח־לְךָ"],Shemot:["שְׁמוֹת"],Shmini:["שְּׁמִינִי"],Shoftim:["שׁוֹפְטִים"],Tazria:["תַזְרִיעַ"],Terumah:["תְּרוּמָה"],Tetzaveh:["תְּצַוֶּה"],Toldot:["תּוֹלְדוֹת"],Tzav:["צַו"],Vaera:["וָאֵרָא"],Vaetchanan:["וָאֶתְחַנַּן"],Vayakhel:["וַיַּקְהֵל"],Vayechi:["וַיְחִי"],Vayeilech:["וַיֵּלֶךְ"],Vayera:["וַיֵּרָא"],Vayeshev:["וַיֵּשֶׁב"],Vayetzei:["וַיֵּצֵא"],Vayigash:["וַיִּגַּשׁ"],Vayikra:["וַיִּקְרָא"],Vayishlach:["וַיִּשְׁלַח"],"Vezot Haberakhah":["וְזֹאת הַבְּרָכָה"],Yitro:["יִתְרוֹ"],"Asara B'Tevet":["עֲשָׂרָה בְּטֵבֵת"],"Candle lighting":["הַדְלָקַת נֵרוֹת"],Chanukah:["חֲנוּכָּה"],"Chanukah: 1 Candle":["חֲנוּכָּה: א׳ נֵר"],"Chanukah: 2 Candles":["חֲנוּכָּה: ב׳ נֵרוֹת"],"Chanukah: 3 Candles":["חֲנוּכָּה: ג׳ נֵרוֹת"],"Chanukah: 4 Candles":["חֲנוּכָּה: ד׳ נֵרוֹת"],"Chanukah: 5 Candles":["חֲנוּכָּה: ה׳ נֵרוֹת"],"Chanukah: 6 Candles":["חֲנוּכָּה: ו׳ נֵרוֹת"],"Chanukah: 7 Candles":["חֲנוּכָּה: ז׳ נֵרוֹת"],"Chanukah: 8 Candles":["חֲנוּכָּה: ח׳ נֵרוֹת"],"Chanukah: 8th Day":["חֲנוּכָּה: יוֹם ח׳"],"Days of the Omer":["סְפִירַת הָעוֹמֶר"],Omer:["עוֹמֶר"],"day of the Omer":["בָּעוֹמֶר"],"Erev Pesach":["עֶרֶב פֶּסַח"],"Erev Purim":["עֶרֶב פּוּרִים"],"Erev Rosh Hashana":["עֶרֶב רֹאשׁ הַשָּׁנָה"],"Erev Shavuot":["עֶרֶב שָׁבוּעוֹת"],"Erev Simchat Torah":["עֶרֶב שִׂמְחַת תּוֹרָה"],"Erev Sukkot":["עֶרֶב סוּכּוֹת"],"Erev Tish'a B'Av":["עֶרֶב תִּשְׁעָה בְּאָב"],"Erev Yom Kippur":["עֶרֶב יוֹם כִּפּוּר"],Havdalah:["הַבְדָּלָה"],"Lag BaOmer":["ל״ג בָּעוֹמֶר"],"Leil Selichot":["סליחות"],Pesach:["פֶּסַח"],"Pesach I":["פֶּסַח א׳"],"Pesach II":["פֶּסַח ב׳"],"Pesach II (CH''M)":["פֶּסַח ב׳ (חוה״מ)"],"Pesach III (CH''M)":["פֶּסַח ג׳ (חוה״מ)"],"Pesach IV (CH''M)":["פֶּסַח ד׳ (חוה״מ)"],"Pesach Sheni":["פֶּסַח שני"],"Pesach V (CH''M)":["פֶּסַח ה׳ (חוה״מ)"],"Pesach VI (CH''M)":["פֶּסַח ו׳ (חוה״מ)"],"Pesach VII":["פֶּסַח ז׳"],"Pesach VIII":["פֶּסַח ח׳"],Purim:["פּוּרִים"],"Purim Katan":["פּוּרִים קָטָן"],"Rosh Chodesh %s":["רֹאשׁ חוֹדֶשׁ %s"],"Rosh Chodesh":["רֹאשׁ חוֹדֶשׁ"],"Rosh Hashana":["רֹאשׁ הַשָּׁנָה"],"Rosh Hashana I":["רֹאשׁ הַשָּׁנָה א׳"],"Rosh Hashana II":["רֹאשׁ הַשָּׁנָה ב׳"],"Shabbat Chazon":["שַׁבָּת חֲזוֹן"],"Shabbat HaChodesh":["שַׁבָּת הַחֹדֶשׁ"],"Shabbat HaGadol":["שַׁבָּת הַגָּדוֹל"],"Shabbat Nachamu":["שַׁבָּת נַחֲמוּ"],"Shabbat Parah":["שַׁבָּת פּרה"],"Shabbat Shekalim":["שַׁבָּת שְׁקָלִים"],"Shabbat Shuva":["שַׁבָּת שׁוּבָה"],"Shabbat Zachor":["שַׁבָּת זָכוֹר"],Shavuot:["שָׁבוּעוֹת"],"Shavuot I":["שָׁבוּעוֹת א׳"],"Shavuot II":["שָׁבוּעוֹת ב׳"],"Shmini Atzeret":["שְׁמִינִי עֲצֶרֶת"],"Shushan Purim":["שׁוּשָׁן פּוּרִים"],Sigd:["סיגד"],"Simchat Torah":["שִׂמְחַת תּוֹרָה"],Sukkot:["סוּכּוֹת"],"Sukkot I":["סוּכּוֹת א׳"],"Sukkot II":["סוּכּוֹת ב׳"],"Sukkot II (CH''M)":["סוּכּוֹת ב׳ (חוה״מ)"],"Sukkot III (CH''M)":["סוּכּוֹת ג׳ (חוה״מ)"],"Sukkot IV (CH''M)":["סוּכּוֹת ד׳ (חוה״מ)"],"Sukkot V (CH''M)":["סוּכּוֹת ה׳ (חוה״מ)"],"Sukkot VI (CH''M)":["סוּכּוֹת ו׳ (חוה״מ)"],"Sukkot VII (Hoshana Raba)":["סוּכּוֹת ז׳ (הוֹשַׁעְנָא רַבָּה)"],"Ta'anit Bechorot":["תַּעֲנִית בְּכוֹרוֹת"],"Ta'anit Esther":["תַּעֲנִית אֶסְתֵּר"],"Tish'a B'Av":["תִּשְׁעָה בְּאָב"],"Tu B'Av":["טוּ בְּאָב"],"Tu BiShvat":["טוּ בִּשְׁבָט"],"Tu B'Shvat":["טוּ בִּשְׁבָט"],"Tzom Gedaliah":["צוֹם גְּדַלְיָה"],"Tzom Tammuz":["צוֹם תָּמוּז"],"Yom HaAtzma'ut":["יוֹם הָעַצְמָאוּת"],"Yom HaShoah":["יוֹם הַשּׁוֹאָה"],"Yom HaZikaron":["יוֹם הַזִּכָּרוֹן"],"Yom Kippur":["יוֹם כִּפּוּר"],"Yom Yerushalayim":["יוֹם יְרוּשָׁלַיִם"],"Yom HaAliyah":["יוֹם הַעֲלִיָּה"],"Yom HaAliyah School Observance":["שְׁמִירָת בֵּית הַסֵפֶר לְיוֹם הַעֲלִיָּה"],"Rosh Chodesh Adar":["רֹאשׁ חוֹדֶשׁ אַדָר"],"Rosh Chodesh Adar I":["רֹאשׁ חוֹדֶשׁ אַדָר א׳"],"Rosh Chodesh Adar II":["רֹאשׁ חוֹדֶשׁ אַדָר ב׳"],"Rosh Chodesh Av":["רֹאשׁ חוֹדֶשׁ אָב"],"Rosh Chodesh Cheshvan":["רֹאשׁ חוֹדֶשׁ חֶשְׁוָן"],"Rosh Chodesh Elul":["רֹאשׁ חוֹדֶשׁ אֱלוּל"],"Rosh Chodesh Iyyar":["רֹאשׁ חוֹדֶשׁ אִיָיר"],"Rosh Chodesh Kislev":["רֹאשׁ חוֹדֶשׁ כִּסְלֵו"],"Rosh Chodesh Nisan":["רֹאשׁ חוֹדֶשׁ נִיסָן"],"Rosh Chodesh Sh'vat":["רֹאשׁ חוֹדֶשׁ שְׁבָט"],"Rosh Chodesh Sivan":["רֹאשׁ חוֹדֶשׁ סִיוָן"],"Rosh Chodesh Tamuz":["רֹאשׁ חוֹדֶשׁ תָּמוּז"],"Rosh Chodesh Tevet":["רֹאשׁ חוֹדֶשׁ טֵבֵת"],min:["דַּקּוֹת"],"Fast begins":["תחילת הַצוֹם"],"Fast ends":["סִיּוּם הַצוֹם"],"Rosh Hashana LaBehemot":["רֹאשׁ הַשָּׁנָה לְמַעְשַׂר בְּהֵמָה"],"Tish'a B'Av (observed)":["תִּשְׁעָה בְּאָב נִדחֶה"],"Shabbat Mevarchim Chodesh":["שַׁבָּת מְבָרְכִים חוֹדֶשׁ"],"Shabbat Shirah":["שַׁבָּת שִׁירָה"],"Chatzot HaLailah":["חֲצוֹת הַלַיְלָה"],"Alot haShachar":["עֲלוֹת הַשַּׁחַר"],Misheyakir:["מִשֶּׁיַּכִּיר"],"Misheyakir Machmir":["מִשֶּׁיַּכִּיר מַחמִיר"],Dawn:["דִּימְדּוּמֵי בּוֹקֵר"],Sunrise:["הַנֵץ הַחַמָּה"],"Kriat Shema, sof zeman":["סוֹף זְמַן קְרִיאַת שְׁמַע גר״א"],"Tefilah, sof zeman":["סוֹף זְמַן תְּפִלָּה גר״א"],"Kriat Shema, sof zeman (MGA)":["סוֹף זְמַן קְרִיאַת שְׁמַע מג״א"],"Tefilah, sof zeman (MGA)":["סוֹף זְמַן תְּפִלָּה מג״א"],"Chatzot hayom":["חֲצוֹת הַיּוֹם"],"Mincha Gedolah":["מִנְחָה גְּדוֹלָה"],"Mincha Ketanah":["מִנְחָה קְטַנָּה"],"Plag HaMincha":["פְּלַג הַמִּנְחָה"],Dusk:["דִּימְדּוּמֵי עֶרֶב"],Sunset:["שְׁקִיעָה"],"Nightfall - End of ordained fasts":["לַיְלָה - גמר תעניות דרבנן"],"Tzeit HaKochavim":["צֵאת הַכּוֹכָבִים"],Lovingkindness:["חֶֽסֶד"],Might:["גְבוּרָה"],Beauty:["תִּפאֶרֶת"],Eternity:["נֶּֽצַח"],Splendor:["הוֹד"],Foundation:["יְּסוֹד"],Majesty:["מַּלְכוּת"],day:["יוֹם"],"Yom Kippur Katan":["יוֹם כִּפּוּר קָטָן"],Yizkor:["יִזְכּוֹר"],"Family Day":["יוֹם הַמִּשׁפָּחָה"],"Yitzhak Rabin Memorial Day":["יוֹם הַזִּכָּרוֹן ליצחק רבין"],"Jabotinsky Day":["יוֹם ז׳בוטינסקי"],"Herzl Day":["יוֹם הרצל"],"Ben-Gurion Day":["יוֹם בן־גוריון"],"Hebrew Language Day":["יוֹם הַשָׂפָה הַעִברִית"],"Birkat Hachamah":["בִרְכַּת הַחַמָּה"],"Shushan Purim Katan":["שׁוּשָׁן פּוּרִים קָטָן"],"Purim Meshulash":["פּוּרִים מְשׁוּלָּשׁ"],"after sunset":["לְאַחַר הַשְׁקִיעָה"],Yerushalmi:["יְרוּשַׁלְמִי"],"Chag HaBanot":["חַג הַבָּנוֹת"],Joshua:["יְהוֹשׁוּעַ"],Judges:["שׁוֹפְטִים"],"I Samuel":["שְׁמוּאֵל רִאשׁוֹן"],"II Samuel":["שְׁמוּאֵל שֵׁנִי"],"I Kings":["מְלָכִים רִאשׁוֹן"],"II Kings":["מְלָכִים שֵׁנִי"],Isaiah:["יְשַׁעְיָהוּ"],Jeremiah:["יִרְמְיָהוּ"],Ezekiel:["יְחֶזְקֵאל"],Hosea:["הוֹשֵׁעַ"],Joel:["יוֹאֵל"],Amos:["עָמוּס"],Obadiah:["עוֹבַדְיָה"],Jonah:["יוֹנָה"],Micah:["מִיכָה"],Nachum:["נַחוּם"],Habakkuk:["חֲבַקּוּק"],Zephaniah:["צְפַנְיָה"],Haggai:["חַגַּי"],Zechariah:["זְכַרְיָה"],Malachi:["מַלְאָכִי"],Psalms:["תְּהִלִּים"],Proverbs:["מִשְׁלֵי"],Job:["אִיּוֹב"],"Song of Songs":["שִׁיר הַשִּׁירִים"],Ruth:["רוּת"],Lamentations:["אֵיכָה"],Ecclesiastes:["קֹהֶלֶת"],Esther:["אֶסְתֵּר"],Daniel:["דָּנִיֵּאל"],Ezra:["עֶזְרָא"],Nehemiah:["נְחֶמְיָה"],"I Chronicles":["דִברֵי הַיָמִים רִאשׁוֹן"],"II Chronicles":["דִברֵי הַיָמִים שֵׁנִי"],Molad:["מוֹלָד הָלְּבָנָה"],chalakim:["חֲלָקִים"],"Pirkei Avot":["פִּרְקֵי אָבוֹת"]}}};pe.addTranslations("he",Oe),pe.addTranslations("h",Oe),pe.addTranslations("ashkenazi",De),pe.addTranslations("a",De);const _e=Oe.contexts[""],ke={};for(const[e,t]of Object.entries(_e))ke[e]=[pe.hebrewStripNikkud(t[0])];const Le={headers:Oe.headers,contexts:{"":ke}};pe.addTranslations("he-x-NoNikud",Le);const Re={CHAG:1,LIGHT_CANDLES:2,YOM_TOV_ENDS:4,CHUL_ONLY:8,IL_ONLY:16,LIGHT_CANDLES_TZEIS:32,CHANUKAH_CANDLES:64,ROSH_CHODESH:128,MINOR_FAST:256,SPECIAL_SHABBAT:512,PARSHA_HASHAVUA:1024,DAF_YOMI:2048,OMER_COUNT:4096,MODERN_HOLIDAY:8192,MAJOR_FAST:16384,SHABBAT_MEVARCHIM:32768,MOLAD:65536,USER_EVENT:131072,HEBREW_DATE:262144,MINOR_HOLIDAY:524288,EREV:1048576,CHOL_HAMOED:2097152,MISHNA_YOMI:4194304,YOM_KIPPUR_KATAN:8388608,YERUSHALMI_YOMI:16777216,NACH_YOMI:33554432,DAILY_LEARNING:67108864,YIZKOR:134217728},Ye=[[Re.MAJOR_FAST,"holiday","major","fast"],[Re.CHANUKAH_CANDLES,"holiday","major"],[Re.HEBREW_DATE,"hebdate"],[Re.MINOR_FAST,"holiday","fast"],[Re.MINOR_HOLIDAY,"holiday","minor"],[Re.MODERN_HOLIDAY,"holiday","modern"],[Re.MOLAD,"molad"],[Re.OMER_COUNT,"omer"],[Re.PARSHA_HASHAVUA,"parashat"],[Re.ROSH_CHODESH,"roshchodesh"],[Re.SHABBAT_MEVARCHIM,"mevarchim"],[Re.SPECIAL_SHABBAT,"holiday","shabbat"],[Re.USER_EVENT,"user"],[Re.YIZKOR,"yizkor"]];class Pe{constructor(e,t,n=0,r){if(!Me.isHDate(e))throw new TypeError(`Invalid Event date: ${e}`);if("string"!=typeof t)throw new TypeError(`Invalid Event description: ${t}`);this.date=e,this.desc=t,this.mask=+n,"object"==typeof r&&null!==r&&Object.assign(this,r)}getDate(){return this.date}getDesc(){return this.desc}getFlags(){return this.mask}render(e){return pe.gettext(this.desc,e)}renderBrief(e){return this.render(e)}getEmoji(){return this.emoji||null}basename(){return this.getDesc()}url(){}observedInIsrael(){return!(this.mask&Re.CHUL_ONLY)}observedInDiaspora(){return!(this.mask&Re.IL_ONLY)}observedIn(e){return e?this.observedInIsrael():this.observedInDiaspora()}clone(){const e=new Pe(this.date,this.desc,this.mask);return Object.assign(e,this),e}getCategories(){const e=this.getFlags();for(const t of Ye){if(e&t[0])return t.slice(1)}return["unknown"]}}class Be extends Pe{constructor(e){super(e,e.toString(),Re.HEBREW_DATE)}render(e){const t=null==e?void 0:e.toLowerCase(),n=null!=t?t:pe.getLocaleName(),r=this.getDate();switch(n){case"h":case"he":return r.renderGematriya(!1);case"he-x-nonikud":return r.renderGematriya(!0);default:return r.render(n,!0)}}renderBriefHebrew(e){const t=this.getDate(),n=t.getDate(),r=pe.gettext(t.getMonthName(),e);return x(n)+" "+r}renderBrief(e){const t=null==e?void 0:e.toLowerCase(),n=null!=t?t:pe.getLocaleName(),r=this.getDate();if(r.getMonth()===f.TISHREI&&1===r.getDate())return this.render(n);switch(n){case"h":case"he":case"he-x-nonikud":return this.renderBriefHebrew(n);default:return r.render(n,!1)}}}var je,Ue,xe="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},Ze={};function $e(){if(Ue)return je;Ue=1;var e=function(e){return e&&e.Math===Math&&e};return je=e("object"==typeof globalThis&&globalThis)||e("object"==typeof window&&window)||e("object"==typeof self&&self)||e("object"==typeof xe&&xe)||e("object"==typeof je&&je)||function(){return this}()||Function("return this")()}var Ve,Fe,ze,Ke,Ge,Je,We,qe,Xe={};function Qe(){return Fe?Ve:(Fe=1,Ve=function(e){try{return!!e()}catch(e){return!0}})}function et(){if(Ke)return ze;Ke=1;var e=Qe();return ze=!e((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))}function tt(){if(Je)return Ge;Je=1;var e=Qe();return Ge=!e((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")}))}function nt(){if(qe)return We;qe=1;var e=tt(),t=Function.prototype.call;return We=e?t.bind(t):function(){return t.apply(t,arguments)},We}var rt,ot,it,at,st,ut,ct,ht,lt,ft,dt,gt,mt,vt,yt,pt,wt,St,At,bt,Tt,It,Et,Mt,Ht,Nt,Ct,Dt,Ot,_t,kt,Lt,Rt,Yt,Pt,Bt,jt,Ut,xt,Zt,$t,Vt={};function Ft(){return it?ot:(it=1,ot=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}})}function zt(){if(st)return at;st=1;var e=tt(),t=Function.prototype,n=t.call,r=e&&t.bind.bind(n,n);return at=e?r:function(e){return function(){return n.apply(e,arguments)}},at}function Kt(){if(lt)return ht;lt=1;var e=zt(),t=Qe(),n=function(){if(ct)return ut;ct=1;var e=zt(),t=e({}.toString),n=e("".slice);return ut=function(e){return n(t(e),8,-1)},ut}(),r=Object,o=e("".split);return ht=t((function(){return!r("z").propertyIsEnumerable(0)}))?function(e){return"String"===n(e)?o(e,""):r(e)}:r,ht}function Gt(){return dt||(dt=1,ft=function(e){return null==e}),ft}function Jt(){if(mt)return gt;mt=1;var e=Gt(),t=TypeError;return gt=function(n){if(e(n))throw new t("Can't call method on "+n);return n},gt}function Wt(){if(yt)return vt;yt=1;var e=Kt(),t=Jt();return vt=function(n){return e(t(n))},vt}function qt(){if(wt)return pt;wt=1;var e="object"==typeof document&&document.all;return pt=void 0===e&&void 0!==e?function(t){return"function"==typeof t||t===e}:function(e){return"function"==typeof e}}function Xt(){if(At)return St;At=1;var e=qt();return St=function(t){return"object"==typeof t?null!==t:e(t)},St}function Qt(){if(Tt)return bt;Tt=1;var e=$e(),t=qt();return bt=function(n,r){return arguments.length<2?(o=e[n],t(o)?o:void 0):e[n]&&e[n][r];var o},bt}function en(){if(Ct)return Nt;Ct=1;var e,t,n=$e(),r=function(){if(Ht)return Mt;Ht=1;var e=$e().navigator,t=e&&e.userAgent;return Mt=t?String(t):""}(),o=n.process,i=n.Deno,a=o&&o.versions||i&&i.version,s=a&&a.v8;return s&&(t=(e=s.split("."))[0]>0&&e[0]<4?1:+(e[0]+e[1])),!t&&r&&(!(e=r.match(/Edge\/(\d+)/))||e[1]>=74)&&(e=r.match(/Chrome\/(\d+)/))&&(t=+e[1]),Nt=t}function tn(){if(Ot)return Dt;Ot=1;var e=en(),t=Qe(),n=$e().String;return Dt=!!Object.getOwnPropertySymbols&&!t((function(){var t=Symbol("symbol detection");return!n(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&e&&e<41}))}function nn(){if(kt)return _t;kt=1;var e=tn();return _t=e&&!Symbol.sham&&"symbol"==typeof Symbol.iterator}function rn(){if(Rt)return Lt;Rt=1;var e=Qt(),t=qt(),n=function(){if(Et)return It;Et=1;var e=zt();return It=e({}.isPrototypeOf)}(),r=nn(),o=Object;return Lt=r?function(e){return"symbol"==typeof e}:function(r){var i=e("Symbol");return t(i)&&n(i.prototype,o(r))},Lt}function on(){if(Pt)return Yt;Pt=1;var e=String;return Yt=function(t){try{return e(t)}catch(e){return"Object"}}}function an(){if(jt)return Bt;jt=1;var e=qt(),t=on(),n=TypeError;return Bt=function(r){if(e(r))return r;throw new n(t(r)+" is not a function")}}function sn(){if(xt)return Ut;xt=1;var e=an(),t=Gt();return Ut=function(n,r){var o=n[r];return t(o)?void 0:e(o)},Ut}function un(){if($t)return Zt;$t=1;var e=nt(),t=qt(),n=Xt(),r=TypeError;return Zt=function(o,i){var a,s;if("string"===i&&t(a=o.toString)&&!n(s=e(a,o)))return s;if(t(a=o.valueOf)&&!n(s=e(a,o)))return s;if("string"!==i&&t(a=o.toString)&&!n(s=e(a,o)))return s;throw new r("Can't convert object to primitive value")},Zt}var cn,hn,ln,fn,dn,gn,mn,vn,yn,pn,wn,Sn,An,bn,Tn,In,En,Mn,Hn,Nn,Cn,Dn,On,_n,kn={exports:{}};function Ln(){if(fn)return ln;fn=1;var e=$e(),t=Object.defineProperty;return ln=function(n,r){try{t(e,n,{value:r,configurable:!0,writable:!0})}catch(t){e[n]=r}return r}}function Rn(){if(dn)return kn.exports;dn=1;var e=hn?cn:(hn=1,cn=!1),t=$e(),n=Ln(),r="__core-js_shared__",o=kn.exports=t[r]||n(r,{});return(o.versions||(o.versions=[])).push({version:"3.41.0",mode:e?"pure":"global",copyright:"© 2014-2025 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.41.0/LICENSE",source:"https://github.com/zloirock/core-js"}),kn.exports}function Yn(){if(mn)return gn;mn=1;var e=Rn();return gn=function(t,n){return e[t]||(e[t]=n||{})}}function Pn(){if(yn)return vn;yn=1;var e=Jt(),t=Object;return vn=function(n){return t(e(n))}}function Bn(){if(wn)return pn;wn=1;var e=zt(),t=Pn(),n=e({}.hasOwnProperty);return pn=Object.hasOwn||function(e,r){return n(t(e),r)},pn}function jn(){if(An)return Sn;An=1;var e=zt(),t=0,n=Math.random(),r=e(1..toString);return Sn=function(e){return"Symbol("+(void 0===e?"":e)+")_"+r(++t+n,36)}}function Un(){if(Tn)return bn;Tn=1;var e=$e(),t=Yn(),n=Bn(),r=jn(),o=tn(),i=nn(),a=e.Symbol,s=t("wks"),u=i?a.for||a:a&&a.withoutSetter||r;return bn=function(e){return n(s,e)||(s[e]=o&&n(a,e)?a[e]:u("Symbol."+e)),s[e]}}function xn(){if(En)return In;En=1;var e=nt(),t=Xt(),n=rn(),r=sn(),o=un(),i=Un(),a=TypeError,s=i("toPrimitive");return In=function(i,u){if(!t(i)||n(i))return i;var c,h=r(i,s);if(h){if(void 0===u&&(u="default"),c=e(h,i,u),!t(c)||n(c))return c;throw new a("Can't convert object to primitive value")}return void 0===u&&(u="number"),o(i,u)}}function Zn(){if(Hn)return Mn;Hn=1;var e=xn(),t=rn();return Mn=function(n){var r=e(n,"string");return t(r)?r:r+""}}function $n(){if(Cn)return Nn;Cn=1;var e=$e(),t=Xt(),n=e.document,r=t(n)&&t(n.createElement);return Nn=function(e){return r?n.createElement(e):{}},Nn}function Vn(){if(On)return Dn;On=1;var e=et(),t=Qe(),n=$n();return Dn=!e&&!t((function(){return 7!==Object.defineProperty(n("div"),"a",{get:function(){return 7}}).a}))}function Fn(){if(_n)return Xe;_n=1;var e=et(),t=nt(),n=function(){if(rt)return Vt;rt=1;var e={}.propertyIsEnumerable,t=Object.getOwnPropertyDescriptor,n=t&&!e.call({1:2},1);return Vt.f=n?function(e){var n=t(this,e);return!!n&&n.enumerable}:e,Vt}(),r=Ft(),o=Wt(),i=Zn(),a=Bn(),s=Vn(),u=Object.getOwnPropertyDescriptor;return Xe.f=e?u:function(e,c){if(e=o(e),c=i(c),s)try{return u(e,c)}catch(e){}if(a(e,c))return r(!t(n.f,e,c),e[c])},Xe}var zn,Kn,Gn,Jn,Wn,qn,Xn,Qn={};function er(){if(Kn)return zn;Kn=1;var e=et(),t=Qe();return zn=e&&t((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))}function tr(){if(Jn)return Gn;Jn=1;var e=Xt(),t=String,n=TypeError;return Gn=function(r){if(e(r))return r;throw new n(t(r)+" is not an object")}}function nr(){if(Wn)return Qn;Wn=1;var e=et(),t=Vn(),n=er(),r=tr(),o=Zn(),i=TypeError,a=Object.defineProperty,s=Object.getOwnPropertyDescriptor,u="enumerable",c="configurable",h="writable";return Qn.f=e?n?function(e,t,n){if(r(e),t=o(t),r(n),"function"==typeof e&&"prototype"===t&&"value"in n&&h in n&&!n[h]){var i=s(e,t);i&&i[h]&&(e[t]=n.value,n={configurable:c in n?n[c]:i[c],enumerable:u in n?n[u]:i[u],writable:!1})}return a(e,t,n)}:a:function(e,n,s){if(r(e),n=o(n),r(s),t)try{return a(e,n,s)}catch(e){}if("get"in s||"set"in s)throw new i("Accessors not supported");return"value"in s&&(e[n]=s.value),e},Qn}function rr(){if(Xn)return qn;Xn=1;var e=et(),t=nr(),n=Ft();return qn=e?function(e,r,o){return t.f(e,r,n(1,o))}:function(e,t,n){return e[t]=n,e}}var or,ir,ar,sr,ur,cr,hr,lr,fr,dr,gr,mr,vr,yr,pr,wr={exports:{}};function Sr(){if(sr)return ar;sr=1;var e=zt(),t=qt(),n=Rn(),r=e(Function.toString);return t(n.inspectSource)||(n.inspectSource=function(e){return r(e)}),ar=n.inspectSource}function Ar(){if(lr)return hr;lr=1;var e=Yn(),t=jn(),n=e("keys");return hr=function(e){return n[e]||(n[e]=t(e))}}function br(){return dr?fr:(dr=1,fr={})}function Tr(){if(mr)return gr;mr=1;var e,t,n,r=function(){if(cr)return ur;cr=1;var e=$e(),t=qt(),n=e.WeakMap;return ur=t(n)&&/native code/.test(String(n))}(),o=$e(),i=Xt(),a=rr(),s=Bn(),u=Rn(),c=Ar(),h=br(),l="Object already initialized",f=o.TypeError,d=o.WeakMap;if(r||u.state){var g=u.state||(u.state=new d);g.get=g.get,g.has=g.has,g.set=g.set,e=function(e,t){if(g.has(e))throw new f(l);return t.facade=e,g.set(e,t),t},t=function(e){return g.get(e)||{}},n=function(e){return g.has(e)}}else{var m=c("state");h[m]=!0,e=function(e,t){if(s(e,m))throw new f(l);return t.facade=e,a(e,m,t),t},t=function(e){return s(e,m)?e[m]:{}},n=function(e){return s(e,m)}}return gr={set:e,get:t,has:n,enforce:function(r){return n(r)?t(r):e(r,{})},getterFor:function(e){return function(n){var r;if(!i(n)||(r=t(n)).type!==e)throw new f("Incompatible receiver, "+e+" required");return r}}},gr}function Ir(){if(vr)return wr.exports;vr=1;var e=zt(),t=Qe(),n=qt(),r=Bn(),o=et(),i=function(){if(ir)return or;ir=1;var e=et(),t=Bn(),n=Function.prototype,r=e&&Object.getOwnPropertyDescriptor,o=t(n,"name"),i=o&&"something"===function(){}.name,a=o&&(!e||e&&r(n,"name").configurable);return or={EXISTS:o,PROPER:i,CONFIGURABLE:a}}().CONFIGURABLE,a=Sr(),s=Tr(),u=s.enforce,c=s.get,h=String,l=Object.defineProperty,f=e("".slice),d=e("".replace),g=e([].join),m=o&&!t((function(){return 8!==l((function(){}),"length",{value:8}).length})),v=String(String).split("String"),y=wr.exports=function(e,t,n){"Symbol("===f(h(t),0,7)&&(t="["+d(h(t),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),n&&n.getter&&(t="get "+t),n&&n.setter&&(t="set "+t),(!r(e,"name")||i&&e.name!==t)&&(o?l(e,"name",{value:t,configurable:!0}):e.name=t),m&&n&&r(n,"arity")&&e.length!==n.arity&&l(e,"length",{value:n.arity});try{n&&r(n,"constructor")&&n.constructor?o&&l(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(e){}var a=u(e);return r(a,"source")||(a.source=g(v,"string"==typeof t?t:"")),e};return Function.prototype.toString=y((function(){return n(this)&&c(this).source||a(this)}),"toString"),wr.exports}function Er(){if(pr)return yr;pr=1;var e=qt(),t=nr(),n=Ir(),r=Ln();return yr=function(o,i,a,s){s||(s={});var u=s.enumerable,c=void 0!==s.name?s.name:i;if(e(a)&&n(a,c,s),s.global)u?o[i]=a:r(i,a);else{try{s.unsafe?o[i]&&(u=!0):delete o[i]}catch(e){}u?o[i]=a:t.f(o,i,{value:a,enumerable:!1,configurable:!s.nonConfigurable,writable:!s.nonWritable})}return o},yr}var Mr,Hr,Nr,Cr,Dr,Or,_r,kr,Lr,Rr,Yr,Pr,Br,jr,Ur,xr,Zr,$r={};function Vr(){if(Cr)return Nr;Cr=1;var e=function(){if(Hr)return Mr;Hr=1;var e=Math.ceil,t=Math.floor;return Mr=Math.trunc||function(n){var r=+n;return(r>0?t:e)(r)},Mr}();return Nr=function(t){var n=+t;return n!=n||0===n?0:e(n)}}function Fr(){if(Or)return Dr;Or=1;var e=Vr(),t=Math.max,n=Math.min;return Dr=function(r,o){var i=e(r);return i<0?t(i+o,0):n(i,o)}}function zr(){if(kr)return _r;kr=1;var e=Vr(),t=Math.min;return _r=function(n){var r=e(n);return r>0?t(r,9007199254740991):0}}function Kr(){if(Rr)return Lr;Rr=1;var e=zr();return Lr=function(t){return e(t.length)}}function Gr(){if(Pr)return Yr;Pr=1;var e=Wt(),t=Fr(),n=Kr(),r=function(r){return function(o,i,a){var s=e(o),u=n(s);if(0===u)return!r&&-1;var c,h=t(a,u);if(r&&i!=i){for(;u>h;)if((c=s[h++])!=c)return!0}else for(;u>h;h++)if((r||h in s)&&s[h]===i)return r||h||0;return!r&&-1}};return Yr={includes:r(!0),indexOf:r(!1)}}function Jr(){if(jr)return Br;jr=1;var e=zt(),t=Bn(),n=Wt(),r=Gr().indexOf,o=br(),i=e([].push);return Br=function(e,a){var s,u=n(e),c=0,h=[];for(s in u)!t(o,s)&&t(u,s)&&i(h,s);for(;a.length>c;)t(u,s=a[c++])&&(~r(h,s)||i(h,s));return h},Br}function Wr(){return xr?Ur:(xr=1,Ur=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"])}var qr,Xr,Qr,eo,to,no,ro,oo,io,ao={};function so(){if(Qr)return Xr;Qr=1;var e=Qt(),t=zt(),n=function(){if(Zr)return $r;Zr=1;var e=Jr(),t=Wr().concat("length","prototype");return $r.f=Object.getOwnPropertyNames||function(n){return e(n,t)},$r}(),r=(qr||(qr=1,ao.f=Object.getOwnPropertySymbols),ao),o=tr(),i=t([].concat);return Xr=e("Reflect","ownKeys")||function(e){var t=n.f(o(e)),a=r.f;return a?i(t,a(e)):t},Xr}function uo(){if(to)return eo;to=1;var e=Bn(),t=so(),n=Fn(),r=nr();return eo=function(o,i,a){for(var s=t(i),u=r.f,c=n.f,h=0;h<s.length;h++){var l=s[h];e(o,l)||a&&e(a,l)||u(o,l,c(i,l))}},eo}function co(){if(io)return oo;io=1;var e=$e(),t=Fn().f,n=rr(),r=Er(),o=Ln(),i=uo(),a=function(){if(ro)return no;ro=1;var e=Qe(),t=qt(),n=/#|\.prototype\./,r=function(n,r){var u=i[o(n)];return u===s||u!==a&&(t(r)?e(r):!!r)},o=r.normalize=function(e){return String(e).replace(n,".").toLowerCase()},i=r.data={},a=r.NATIVE="N",s=r.POLYFILL="P";return no=r}();return oo=function(s,u){var c,h,l,f,d,g=s.target,m=s.global,v=s.stat;if(c=m?e:v?e[g]||o(g,{}):e[g]&&e[g].prototype)for(h in u){if(f=u[h],l=s.dontCallGetSet?(d=t(c,h))&&d.value:c[h],!a(m?h:g+(v?".":"#")+h,s.forced)&&void 0!==l){if(typeof f==typeof l)continue;i(f,l)}(s.sham||l&&l.sham)&&n(f,"sham",!0),r(c,h,f,s)}}}var ho,lo,fo,go,mo,vo,yo,po,wo,So,Ao={};function bo(){if(lo)return ho;lo=1;var e=Jr(),t=Wr();return ho=Object.keys||function(n){return e(n,t)},ho}function To(){if(mo)return go;mo=1;var e=Qt();return go=e("document","documentElement")}function Io(){if(yo)return vo;yo=1;var e,t=tr(),n=function(){if(fo)return Ao;fo=1;var e=et(),t=er(),n=nr(),r=tr(),o=Wt(),i=bo();return Ao.f=e&&!t?Object.defineProperties:function(e,t){r(e);for(var a,s=o(t),u=i(t),c=u.length,h=0;c>h;)n.f(e,a=u[h++],s[a]);return e},Ao}(),r=Wr(),o=br(),i=To(),a=$n(),s=Ar(),u="prototype",c="script",h=s("IE_PROTO"),l=function(){},f=function(e){return"<"+c+">"+e+"</"+c+">"},d=function(e){e.write(f("")),e.close();var t=e.parentWindow.Object;return e=null,t},g=function(){try{e=new ActiveXObject("htmlfile")}catch(e){}var t,n,o;g="undefined"!=typeof document?document.domain&&e?d(e):(n=a("iframe"),o="java"+c+":",n.style.display="none",i.appendChild(n),n.src=String(o),(t=n.contentWindow.document).open(),t.write(f("document.F=Object")),t.close(),t.F):d(e);for(var s=r.length;s--;)delete g[u][r[s]];return g()};return o[h]=!0,vo=Object.create||function(e,r){var o;return null!==e?(l[u]=t(e),o=new l,l[u]=null,o[h]=e):o=g(),void 0===r?o:n.f(o,r)},vo}function Eo(){if(wo)return po;wo=1;var e=Un(),t=Io(),n=nr().f,r=e("unscopables"),o=Array.prototype;return void 0===o[r]&&n(o,r,{configurable:!0,value:t(null)}),po=function(e){o[r][e]=!0}}function Mo(e,t,n,r,o){return Ho(t,((e,t)=>{const n=e[t];if(void 0===n)throw new TypeError(zc(t));return n})(e,t),n,r,o)}function Ho(e,t,n,r,o,i){const a=Ko(t,n,r);if(o&&t!==a)throw new RangeError(Vc(e,t,n,r,i));return a}function No(e){return null!==e&&/object|function/.test(typeof e)}function Co(e){const t=new(arguments.length>1&&void 0!==arguments[1]?arguments[1]:Map);return function(n){if(t.has(n))return t.get(n);for(var r=arguments.length,o=new Array(r>1?r-1:0),i=1;i<r;i++)o[i-1]=arguments[i];const a=e(n,...o);return t.set(n,a),a}}function Do(e){return Oo({name:e},1)}function Oo(e,t){return Ro((e=>({value:e,configurable:1,writable:!t})),e)}function _o(e){return Ro((e=>({get:e,configurable:1})),e)}function ko(e){return{[Symbol.toStringTag]:{value:e,configurable:1}}}function Lo(e,t){const n={};let r=e.length;for(const o of t)n[e[--r]]=o;return n}function Ro(e,t,n){const r={};for(const o in t)r[o]=e(t[o],o,n);return r}function Yo(e,t,n){const r={};for(let o=0;o<t.length;o++){const i=t[o];r[i]=e(i,o,n)}return r}function Po(e,t,n){const r={};for(let o=0;o<e.length;o++)r[t[o]]=n[e[o]];return r}function Bo(e,t){const n=Object.create(null);for(const r of e)n[r]=t[r];return n}function jo(e,t){for(const n of t)if(n in e)return 1;return 0}function Uo(e,t,n){for(const r of e)if(t[r]!==n[r])return 0;return 1}function xo(e,t,n){const r={...n};for(let n=0;n<t;n++)r[e[n]]=0;return r}function Zo(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return function(){for(var t=arguments.length,r=new Array(t),o=0;o<t;o++)r[o]=arguments[o];return e(...n,...r)}}function $o(e){return e[0].toUpperCase()+e.substring(1)}function Vo(e){return e.slice().sort()}function Fo(e,t){return String(t).padStart(e,"0")}function zo(e,t){return Math.sign(e-t)}function Ko(e,t,n){return Math.min(Math.max(e,t),n)}function Go(e,t){return[Math.floor(e/t),Jo(e,t)]}function Jo(e,t){return(e%t+t)%t}function Wo(e,t){return[qo(e,t),Xo(e,t)]}function qo(e,t){return Math.trunc(e/t)||0}function Xo(e,t){return e%t||0}function Qo(e){return.5===Math.abs(e%1)}function ei(e,t,n){let r=0,o=0;for(let i=0;i<=t;i++){const t=e[n[i]],a=xh[i],s=Uh/a,[u,c]=Wo(t,s);r+=c*a,o+=u}const[i,a]=Wo(r,Uh);return[o+i,a]}function ti(e,t,n){const r={};for(let o=t;o>=0;o--){const t=xh[o];r[n[o]]=qo(e,t),e=Xo(e,t)}return r}function ni(e){if(void 0!==e)return oi(e)}function ri(e){return ci(oi(e))}function oi(e){return ui(gl(e))}function ii(e,t){if(null==t)throw new RangeError(zc(e));return t}function ai(e){if(!No(e))throw new TypeError($c);return e}function si(e,t){if(typeof t!==e)throw new TypeError(Fc(arguments.length>2&&void 0!==arguments[2]?arguments[2]:e,t));return t}function ui(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"number";if(!Number.isInteger(e))throw new RangeError(Pc(t,e));return e||0}function ci(e){if(e<=0)throw new RangeError(Bc(arguments.length>1&&void 0!==arguments[1]?arguments[1]:"number",e));return e}function hi(e){if("symbol"==typeof e)throw new TypeError(Zc);return String(e)}function li(e,t){return No(e)?String(e):fl(e,t)}function fi(e){if("string"==typeof e)return BigInt(e);if("bigint"!=typeof e)throw new TypeError(xc(e));return e}function di(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"number";if("bigint"==typeof e)throw new TypeError(Uc(t));if(e=Number(e),!Number.isFinite(e))throw new RangeError(jc(t,e));return e}function gi(e,t){return Math.trunc(di(e,t))||0}function mi(e,t){return ui(di(e,t),t)}function vi(e,t){return ci(gi(e,t),t)}function yi(e,t){let[n,r]=Wo(t,Uh),o=e+n;const i=Math.sign(o);return i&&i===-Math.sign(r)&&(o-=i,r+=i*Uh),[o,r]}function pi(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;return yi(e[0]+t[0]*n,e[1]+t[1]*n)}function wi(e,t){return yi(e[0],e[1]+t)}function Si(e,t){return pi(t,e,-1)}function Ai(e,t){return zo(e[0],t[0])||zo(e[1],t[1])}function bi(e,t,n){return-1===Ai(e,t)||1===Ai(e,n)}function Ti(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;const n=BigInt(Uh/t);return[Number(e/n),Number(e%n)*t]}function Ii(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;const n=Uh/t,[r,o]=Wo(e,n);return[r,o*t]}function Ei(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=arguments.length>2?arguments[2]:void 0;const[r,o]=e,[i,a]=Wo(o,t);return r*(Uh/t)+(i+(n?a/t:0))}function Mi(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Go;const[r,o]=e,[i,a]=n(o,t);return[r*(Uh/t)+i,a]}function Hi(e){return Mo(e,"isoYear",Pl,Yl,1),e.isoYear===Pl?Mo(e,"isoMonth",4,12,1):e.isoYear===Yl&&Mo(e,"isoMonth",1,9,1),e}function Ni(e){return Ci({...e,...Dl,isoHour:12}),e}function Ci(e){const t=Mo(e,"isoYear",Pl,Yl,1),n=t===Pl?1:t===Yl?-1:0;return n&&Di(Ri({...e,isoDay:e.isoDay+n,isoNanosecond:e.isoNanosecond-n})),e}function Di(e){if(!e||bi(e,Rl,Ll))throw new RangeError(yh);return e}function Oi(e){return ei(e,5,Il)[1]}function _i(e){const[t,n]=Go(e,Uh);return[ti(n,5,Il),t]}function ki(e){return Mi(e,Ph)}function Li(e){return Bi(e.isoYear,e.isoMonth,e.isoDay,e.isoHour,e.isoMinute,e.isoSecond,e.isoMillisecond)}function Ri(e){const t=Li(e);if(void 0!==t){const[n,r]=Wo(t,kh);return[n,r*Yh+(e.isoMicrosecond||0)*Rh+(e.isoNanosecond||0)]}}function Yi(e,t){const[n,r]=_i(Oi(e)-t);return Di(Ri({...e,isoDay:e.isoDay+r,...n}))}function Pi(){return Bi(...arguments)/Lh}function Bi(){const[e,t]=ji(...arguments),n=e.valueOf();if(!isNaN(n))return n-t*kh}function ji(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0,a=arguments.length>6&&void 0!==arguments[6]?arguments[6]:0;const s=e===Pl?1:e===Yl?-1:0,u=new Date;return u.setUTCHours(r,o,i,a),u.setUTCFullYear(e,t-1,n+s),[u,s]}function Ui(e,t){let[n,r]=wi(e,t);r<0&&(r+=Uh,n-=1);const[o,i]=Go(r,Yh),[a,s]=Go(i,Rh);return xi(n*kh+o,a,s)}function xi(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;const r=Math.ceil(Math.max(0,Math.abs(e)-kl)/kh)*Math.sign(e),o=new Date(e-r*kh);return Lo(Ml,[o.getUTCFullYear(),o.getUTCMonth()+1,o.getUTCDate()+r,o.getUTCHours(),o.getUTCMinutes(),o.getUTCSeconds(),o.getUTCMilliseconds(),t,n])}function Zi(e,t){if(t<-864e13)throw new RangeError(yh);const n=e.formatToParts(t),r={};for(const e of n)r[e.type]=e.value;return r}function $i(e){return[e.isoYear,e.isoMonth,e.isoDay]}function Vi(e,t){return[t,0]}function Fi(){return Zl}function zi(e,t){switch(t){case 2:return Gi(e)?29:28;case 4:case 6:case 9:case 11:return 30}return 31}function Ki(e){return Gi(e)?366:365}function Gi(e){return e%4==0&&(e%100!=0||e%400==0)}function Ji(e){const[t,n]=ji(e.isoYear,e.isoMonth,e.isoDay);return Jo(t.getUTCDay()-n,7)||7}function Wi(e){return this.id===sl?(e=>{let{isoYear:t}=e;return t<1?["gregory-inverse",1-t]:["gregory",t]})(e):this.id===ul?Vl(e):[]}function qi(e){const t=Li(e);if(t<$l){const{isoYear:t}=e;return t<1?["japanese-inverse",1-t]:["japanese",t]}const n=Zi(nd(ul),t),{era:r,eraYear:o}=tc(n,ul);return[r,o]}function Xi(e){return Qi(e),na(e,1),e}function Qi(e){return ta(e,1),e}function ea(e){return Uo(El,e,ta(e))}function ta(e,t){const{isoYear:n}=e,r=Mo(e,"isoMonth",1,Fi(),t);return{isoYear:n,isoMonth:r,isoDay:Mo(e,"isoDay",1,zi(n,r),t)}}function na(e,t){return Lo(Il,[Mo(e,"isoHour",0,23,t),Mo(e,"isoMinute",0,59,t),Mo(e,"isoSecond",0,59,t),Mo(e,"isoMillisecond",0,999,t),Mo(e,"isoMicrosecond",0,999,t),Mo(e,"isoNanosecond",0,999,t)])}function ra(e){return void 0===e?0:hf(ai(e))}function oa(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;e=ga(e);const n=lf(e),r=ff(e,t);return[hf(e),r,n]}function ia(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:9,o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:4;t=ga(t);let a=uf(t,r,o),s=la(t),u=vf(t,i);const c=sf(t,r,o,1);return null==a?a=Math.max(n,c):wa(a,c),s=fa(s,c,1),e&&(u=(e=>e<4?(e+2)%4:e)(u)),[a,c,s,u]}function aa(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:6,n=arguments.length>2?arguments[2]:void 0,r=la(e=ma(e,Fl));const o=vf(e,7);let i=sf(e,t);return i=ii(Fl,i),r=fa(r,i,void 0,n),[i,r,o]}function sa(e){return df(ga(e))}function ua(e,t){return ca(ga(e),t)}function ca(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:4;const n=da(e);return[vf(e,4),...ha(sf(e,t),n)]}function ha(e,t){return null!=e?[xh[e],e<4?9-3*e:-1]:[void 0===t?1:10**(9-t),t]}function la(e){const t=e[Kl];return void 0===t?1:gi(t,Kl)}function fa(e,t,n,r){const o=r?Uh:xh[t+1];if(o){const n=xh[t];if(o%((e=Ho(Kl,e,1,o/n-(r?0:1),1))*n))throw new RangeError(Fc(Kl,e))}else e=Ho(Kl,e,1,n?10**9:1,1);return e}function da(e){let t=e[Gl];if(void 0!==t){if("number"!=typeof t){if("auto"===hi(t))return;throw new RangeError(Fc(Gl,t))}t=Ho(Gl,Math.floor(t),0,9,1)}return t}function ga(e){return void 0===e?{}:ai(e)}function ma(e,t){return"string"==typeof e?{[t]:e}:ai(e)}function va(e){return{overflow:Xl[e]}}function ya(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:9,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,o=arguments.length>4?arguments[4]:void 0,i=t[e];if(void 0===i)return o?r:void 0;if(i=hi(i),"auto"===i)return o?r:null;let a=Oh[i];if(void 0===a&&(a=Sl[i]),void 0===a)throw new RangeError(Wc(e,i,Oh));return Ho(e,a,r,n,1,_h),a}function pa(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0;const o=n[e];if(void 0===o)return r;const i=hi(o),a=t[i];if(void 0===a)throw new RangeError(Wc(e,i,t));return a}function wa(e,t){if(t>e)throw new RangeError(Th)}function Sa(e){return{branding:Tf,epochNanoseconds:e}}function Aa(e,t,n){return{branding:bf,calendar:n,timeZone:t,epochNanoseconds:e}}function ba(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.calendar;return{branding:Sf,calendar:t,...Bo(Cl,e)}}function Ta(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.calendar;return{branding:wf,calendar:t,...Bo(Hl,e)}}function Ia(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.calendar;return{branding:yf,calendar:t,...Bo(Hl,e)}}function Ea(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.calendar;return{branding:pf,calendar:t,...Bo(Hl,e)}}function Ma(e){return{branding:Af,...Bo(Nl,e)}}function Ha(e){return{branding:If,sign:xs(e),...Bo(vl,e)}}function Na(e){return Mi(e.epochNanoseconds,Yh)[0]}function Ca(e){return e.epochNanoseconds}function Da(e,t){return Ei(Vs(e),xh[t],1)}function Oa(e,t,n,r,o,i,a){const s=ml[n],u={...t,[s]:t[s]+r},c=a(e,o,t),h=a(e,o,u);return[i(c),i(h)]}function _a(e,t,n){const r=Ei(Si(t,n));if(!r)throw new RangeError(sh);return Ei(Si(t,e))/r}function ka(e,t,n,r){return La(e,Pa(t,n),r)}function La(e,t,n){const[r,o]=Ra(e,t,n);return Ci({...Os(e,o),...r})}function Ra(e,t,n){return _i(Va(Oi(e),t,n))}function Ya(e){return Va(e,Bh,7)}function Pa(e,t){return xh[e]*t}function Ba(e){const t=ja(e);return[t,Os(t,1)]}function ja(e){return Ol(6,e)}function Ua(e,t,n){const r=Math.min(Gs(e),6);return Fs($a(Vs(e,r),t,n),r)}function xa(e,t,n,r,o,i,a,s,u,c){if(0===r&&1===o)return e;const h=Ps(r,s)?Ys(s)&&r<6&&n>=6?Ka:za:Ga;let[l,f,d]=h(e,t,n,r,o,i,a,s,u,c);return d&&7!==r&&(l=((e,t,n,r,o,i,a,s)=>{const u=xs(e);for(let c=r+1;c<=n;c++){if(7===c&&7!==n)continue;const r=Tl(c,e);r[ml[c]]+=u;const h=Ei(Si(a(s(o,i,r)),t));if(h&&Math.sign(h)!==u)break;e=r}return e})(l,f,n,Math.max(6,r),a,s,u,c)),l}function Za(e,t,n,r,o){if(6===t){const t=(e=>e[0]+e[1]/Uh)(e);return[Va(t,n,r),0]}return $a(e,Pa(t,n),r,o)}function $a(e,t,n,r){let[o,i]=e;r&&i<0&&(i+=Uh,o-=1);const[a,s]=Go(Va(i,t,n),Uh);return yi(o+a,s)}function Va(e,t,n){return Fa(e/t,n)*t}function Fa(e,t){return Ef[t](e)}function za(e,t,n,r,o,i){const a=xs(e),s=Vs(e),u=Za(s,r,o,i),c=Si(s,u),h=Math.sign(u[0]-s[0])===a,l=Fs(u,Math.min(n,6));return[{...e,...l},pi(t,c),h]}function Ka(e,t,n,r,o,i,a,s,u,c){const h=xs(e)||1,l=Ei(Vs(e,5)),f=Pa(r,o);let d=Va(l,f,i);const[g,m]=Oa(a,{...e,...bl},6,h,s,u,c),v=d-Ei(Si(g,m));let y=0;v&&Math.sign(v)!==h?t=wi(g,d):(y+=h,d=Va(v,f,i),t=wi(m,d));const p=zs(d);return[{...e,...p,days:e.days+y},t,Boolean(y)]}function Ga(e,t,n,r,o,i,a,s,u,c){const h=xs(e),l=ml[r],f=Tl(r,e);7===r&&(e={...e,weeks:e.weeks+Math.trunc(e.days/7)});const d=qo(e[l],o)*o;f[l]=d;const[g,m]=Oa(a,f,r,o*h,s,u,c),v=d+_a(t,g,m)*h*o,y=Va(v,o,i),p=Math.sign(y-v)===h;return f[l]=y,[f,p?m:g,p]}function Ja(e,t,n,r){const[o,i,a,s]=(e=>{const t=ca(e=ga(e));return[e.timeZone,...t]})(r),u=void 0!==o;return((e,t,n,r,o,i)=>{n=$a(n,o,r,1);const a=t.R(n);return is(Ui(n,a),i)+(e?hs(Ya(a)):"Z")})(u,t(u?e(o):Mf),n.epochNanoseconds,i,a,s)}function Wa(e,t,n){const[r,o,i,a,s,u]=(e=>{e=ga(e);const t=df(e),n=da(e),r=mf(e),o=vf(e,4),i=sf(e,4);return[t,gf(e),r,o,...ha(i,n)]})(n);return((e,t,n,r,o,i,a,s,u,c)=>{r=$a(r,u,s,1);const h=e(n).R(r);return is(Ui(r,h),c)+hs(Ya(h),a)+((e,t)=>1!==t?"["+(2===t?"!":"")+e+"]":"")(n,i)+ls(t,o)})(e,t.calendar,t.timeZone,t.epochNanoseconds,r,o,i,a,s,u)}function qa(e,t){const[n,r,o,i]=(e=>(e=ga(e),[df(e),...ca(e)]))(t);return a=e.calendar,s=n,u=i,is(La(e,o,r),u)+ls(a,s);var a,s,u}function Xa(e,t){return n=e.calendar,r=e,o=sa(t),as(r)+ls(n,o);var n,r,o}function Qa(e,t){return rs(e.calendar,ss,e,sa(t))}function es(e,t){return rs(e.calendar,us,e,sa(t))}function ts(e,t){const[n,r,o]=ua(t);return i=o,cs(Ra(e,r,n)[0],i);var i}function ns(e,t){const[n,r,o]=ua(t,3);return r>1&&Zs(e={...e,...Ua(e,r,n)}),((e,t)=>{const{sign:n}=e,r=-1===n?Us(e):e,{hours:o,minutes:i}=r,[a,s]=Mi(Vs(r,3),Ph,Wo);$s(a);const u=ds(s,t),c=t>=0||!n||u;return(n<0?"-":"")+"P"+os({Y:ms(r.years),M:ms(r.months),W:ms(r.weeks),D:ms(r.days)})+(o||i||a||c?"T"+os({H:ms(o),M:ms(i),S:ms(a,c)+u}):"")})(e,o)}function rs(e,t,n,r){const o=r>1||0===r&&e!==al;return 1===r?e===al?t(n):as(n):o?as(n)+fs(e,2===r):t(n)}function os(e){const t=[];for(const n in e){const r=e[n];r&&t.push(r,n)}return t.join("")}function is(e,t){return as(e)+"T"+cs(e,t)}function as(e){return ss(e)+"-"+Dh(e.isoDay)}function ss(e){const{isoYear:t}=e;return(t<0||t>9999?gs(t)+Fo(6,Math.abs(t)):Fo(4,t))+"-"+Dh(e.isoMonth)}function us(e){return Dh(e.isoMonth)+"-"+Dh(e.isoDay)}function cs(e,t){const n=[Dh(e.isoHour),Dh(e.isoMinute)];return-1!==t&&n.push(Dh(e.isoSecond)+((e,t,n,r)=>ds(e*Yh+t*Rh+n,r))(e.isoMillisecond,e.isoMicrosecond,e.isoNanosecond,t)),n.join(":")}function hs(e){if(1===(arguments.length>1&&void 0!==arguments[1]?arguments[1]:0))return"";const[t,n]=Go(Math.abs(e),jh),[r,o]=Go(n,Bh),[i,a]=Go(o,Ph);return gs(e)+Dh(t)+":"+Dh(r)+(i||a?":"+Dh(i)+ds(a):"")}function ls(e,t){return 1!==t&&(t>1||0===t&&e!==al)?fs(e,2===t):""}function fs(e,t){return"["+(t?"!":"")+"u-ca="+e+"]"}function ds(e,t){let n=Fo(9,e);return n=void 0===t?n.replace(Df,""):n.slice(0,t),n?"."+n:""}function gs(e){return e<0?"-":"+"}function ms(e,t){return e||t?e.toLocaleString("fullwide",{useGrouping:0}):""}function vs(e,t){const{epochNanoseconds:n}=e,r=(t.R?t:t(e.timeZone)).R(n),o=Ui(n,r);return{calendar:e.calendar,...o,offsetNanoseconds:r}}function ys(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,i=arguments.length>5?arguments[5]:void 0,a=arguments.length>6?arguments[6]:void 0;if(void 0!==n&&1===r&&(1===r||a))return Yi(t,n);const s=e.I(t);if(void 0!==n&&3!==r){const e=((e,t,n,r)=>{const o=Ri(t);r&&(n=Ya(n));for(const t of e){let e=Ei(Si(t,o));if(r&&(e=Ya(e)),e===n)return t}})(s,t,n,i);if(void 0!==e)return e;if(0===r)throw new RangeError(mh)}return a?Ri(t):ps(e,t,o,s)}function ps(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:e.I(t);if(1===r.length)return r[0];if(1===n)throw new RangeError(vh);if(r.length)return r[3===n?1:0];const o=Ri(t),i=((e,t)=>{const n=e.R(wi(t,-864e11));return(e=>{if(e>Uh)throw new RangeError(gh);return e})(e.R(wi(t,Uh))-n)})(e,o),a=i*(2===n?-1:1);return(r=e.I(Ui(o,a)))[2===n?0:r.length-1]}function ws(e,t){const n=e.I(t);if(n.length)return n[0];const r=wi(Ri(t),-864e11);return e.O(r,1)}function Ss(e,t,n){return Sa(Di(pi(t.epochNanoseconds,(e=>{if(Ks(e))throw new RangeError(Ah);return Vs(e,5)})(e?Us(n):n))))}function As(e,t,n,r,o){let i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:Object.create(null);const a=t(r.timeZone),s=e(r.calendar);return{...r,...Ms(a,s,r,n?Us(o):o,i)}}function bs(e,t,n,r){let o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:Object.create(null);const{calendar:i}=n;return ba(Hs(e(i),n,t?Us(r):r,o),i)}function Ts(e,t,n,r,o){const{calendar:i}=n;return Ta(Ns(e(i),n,t?Us(r):r,o),i)}function Is(e,t,n,r,o){const i=n.calendar,a=e(i);let s=Ni(Cs(a,n));t&&(r=js(r)),r.sign<0&&(s=a.P(s,{...Al,months:1}),s=Os(s,-1));const u=a.P(s,r,o);return Ia(Cs(a,u),i)}function Es(e,t,n){return Ma(Ds(t,e?Us(n):n)[0])}function Ms(e,t,n,r,o){const i=Vs(r,5);let a=n.epochNanoseconds;if(Ks(r)){const s=Of(n,e);a=pi(ps(e,{...Ns(t,s,{...r,...bl},o),...Bo(Il,s)}),i)}else a=pi(a,i),ra(o);return{epochNanoseconds:Di(a)}}function Hs(e,t,n,r){const[o,i]=Ds(t,n);return Ci({...Ns(e,t,{...n,...bl,days:n.days+i},r),...o})}function Ns(e,t,n,r){if(n.years||n.months||n.weeks)return e.P(t,n,r);ra(r);const o=n.days+Vs(n,5)[0];return o?Ni(Os(t,o)):t}function Cs(e,t){return Os(t,(arguments.length>2&&void 0!==arguments[2]?arguments[2]:1)-e.day(t))}function Ds(e,t){const[n,r]=Vs(t,5),[o,i]=_i(Oi(e)+r);return[o,n+i]}function Os(e,t){return t?{...e,...xi(Li(e)+t*kh)}:e}function _s(e,t,n){const r=e(n.calendar);return Ys(n)?[n,r,t(n.timeZone)]:[{...n,...Dl},r]}function ks(e){return e?Ca:Ri}function Ls(e){return e?Zo(Ms,e):Hs}function Rs(e){return e?Zo(Ou,e):_u}function Ys(e){return e&&e.epochNanoseconds}function Ps(e,t){return e<=6-(Ys(t)?1:0)}function Bs(e,t,n,r,o,i,a){const s=e(ga(a).relativeTo),u=Math.max(Gs(o),Gs(i));if(Ps(u,s))return Ha(Zs(((e,t,n,r)=>{const o=pi(Vs(e),Vs(t),r?-1:1);if(!Number.isFinite(o[0]))throw new RangeError(yh);return{...Al,...Fs(o,n)}})(o,i,u,r)));if(!s)throw new RangeError(Sh);r&&(i=Us(i));const[c,h,l]=_s(t,n,s),f=Ls(l),d=Rs(l),g=f(h,c,o);return Ha(d(h,c,f(h,g,i),u))}function js(e){return Ha(Us(e))}function Us(e){const t={};for(const n of ml)t[n]=-1*e[n]||0;return t}function xs(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:ml,n=0;for(const r of t){const t=Math.sign(e[r]);if(t){if(n&&n!==t)throw new RangeError(wh);n=t}}return n}function Zs(e){for(const t of wl)Ho(t,e[t],-4294967295,_f,1);return $s(Ei(Vs(e),Ph)),e}function $s(e){if(!Number.isSafeInteger(e))throw new RangeError(ph)}function Vs(e){return ei(e,arguments.length>1&&void 0!==arguments[1]?arguments[1]:6,ml)}function Fs(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:6;const[n,r]=e,o=ti(r,t,ml);if(o[ml[t]]+=n*(Uh/xh[t]),!Number.isFinite(o[ml[t]]))throw new RangeError(yh);return o}function zs(e){return ti(e,arguments.length>1&&void 0!==arguments[1]?arguments[1]:5,ml)}function Ks(e){return Boolean(xs(e,pl))}function Gs(e){let t=9;for(;t>0&&!e[ml[t]];t--);return t}function Js(e,t){return[e,t]}function Ws(e){const t=Math.floor(e/Hf)*Hf;return[t,t+Hf]}function qs(e){const t=su(e);if(void 0===t)throw new RangeError(Ih(e));return t}function Xs(e,t,n){let r=ou(fl(e));if(!r||r.j)throw new RangeError(Ih(e));return t?r.calendar===al&&(r=-271821===r.isoYear&&4===r.isoMonth?{...r,isoDay:20,...Dl}:{...r,isoDay:1,...Dl}):n&&r.calendar===al&&(r={...r,isoYear:xl}),Ta(r.C?tu(r):nu(r))}function Qs(e){if(e.calendar!==al)throw new RangeError(Eh(e.calendar))}function eu(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0;const o=mu(e.timeZone),i=kf(o);let a;return Xi(e),a=e.C?ys(i,e,t,n,r,!i.$,e.j):ws(i,e),Aa(a,o,dc(e.calendar))}function tu(e){return ru(Ci(Xi(e)))}function nu(e){return ru(Ni(Qi(e)))}function ru(e){return{...e,calendar:dc(e.calendar)}}function ou(e){const t=zf.exec(e);return t?(e=>{const t=e[10],n="Z"===(t||"").toUpperCase();return{isoYear:uu(e),isoMonth:parseInt(e[4]),isoDay:parseInt(e[5]),...cu(e.slice(5)),...hu(e[16]),C:Boolean(e[6]),j:n,offset:n?void 0:t}})(t):void 0}function iu(e){const t=Vf.exec(e);return t?(e=>({isoYear:uu(e),isoMonth:parseInt(e[4]),isoDay:1,...hu(e[5])}))(t):void 0}function au(e){const t=Ff.exec(e);return t?(e=>({isoYear:xl,isoMonth:parseInt(e[1]),isoDay:parseInt(e[2]),...hu(e[3])}))(t):void 0}function su(e,t){const n=Gf.exec(e);return n?((e,t)=>{const n=e[4]||e[5];if(t&&n)throw new RangeError(Eh(n));return(e=>{if(Math.abs(e)>=Uh)throw new RangeError(dh);return e})((gu(e[2])*jh+gu(e[3])*Bh+gu(e[4])*Ph+lu(e[5]||""))*du(e[1]))})(n,t):void 0}function uu(e){const t=du(e[1]),n=parseInt(e[2]||e[3]);if(t<0&&!n)throw new RangeError(Eh(-0));return t*n}function cu(e){const t=gu(e[3]);return{..._i(lu(e[4]||""))[0],isoHour:gu(e[1]),isoMinute:gu(e[2]),isoSecond:60===t?59:t}}function hu(e){let t,n;const r=[];if(e.replace(Jf,((e,o,i)=>{const a=Boolean(o),[s,u]=i.split("=").reverse();if(u){if("u-ca"===u)r.push(s),t||(t=a);else if(a||/[A-Z]/.test(u))throw new RangeError(Eh(e))}else{if(n)throw new RangeError(Eh(e));n=s}return""})),r.length>1&&t)throw new RangeError(Eh(e));return{timeZone:n,calendar:r[0]||al}}function lu(e){return parseInt(e.padEnd(9,"0"))}function fu(e){return new RegExp(`^${e}$`,"i")}function du(e){return e&&"+"!==e?-1:1}function gu(e){return void 0===e?0:parseInt(e)}function mu(e){const t=yu(e);return"number"==typeof t?hs(t):t?(e=>{if(Qf.test(e))throw new RangeError(hh(e));if(Xf.test(e))throw new RangeError(fh);return e.toLowerCase().split("/").map(((e,t)=>(e.length<=3||/\d/.test(e))&&!/etc|yap/.test(e)?e.toUpperCase():e.replace(/baja|dumont|[a-z]+/g,((e,n)=>e.length<=2&&!t||"in"===e||"chat"===e?e.toUpperCase():e.length>2||!n?$o(e).replace(/island|noronha|murdo|rivadavia|urville/,$o):e)))).join("/")})(e):Mf}function vu(e){const t=yu(e);return"number"==typeof t?t:t?t.resolvedOptions().timeZone:Mf}function yu(e){const t=su(e=e.toUpperCase(),1);return void 0!==t?t:e!==Mf?qf(e):void 0}function pu(e,t){return Ai(e.epochNanoseconds,t.epochNanoseconds)}function wu(e,t){return Ai(e.epochNanoseconds,t.epochNanoseconds)}function Su(e,t){return Au(e,t)||bu(e,t)}function Au(e,t){return zo(Li(e),Li(t))}function bu(e,t){return zo(Oi(e),Oi(t))}function Tu(e,t){if(e===t)return 1;try{return vu(e)===vu(t)}catch(e){}}function Iu(e,t,n,r){const o=ia(e,r,3,5),i=Ru(t.epochNanoseconds,n.epochNanoseconds,...o);return Ha(e?Us(i):i)}function Eu(e,t,n,r,o,i){const a=Uu(r.calendar,o.calendar),[s,u,c,h]=ia(n,i,5),l=r.epochNanoseconds,f=o.epochNanoseconds,d=Ai(f,l);let g;if(d)if(s<6)g=Ru(l,f,s,u,c,h);else{const n=t(((e,t)=>{if(!Tu(e,t))throw new RangeError(lh);return e})(r.timeZone,o.timeZone)),l=e(a);g=ku(l,n,r,o,d,s,i),g=xa(g,f,s,u,c,h,l,r,Ca,Zo(Ms,n))}else g=Al;return Ha(n?Us(g):g)}function Mu(e,t,n,r,o){const i=Uu(n.calendar,r.calendar),[a,s,u,c]=ia(t,o,6),h=Ri(n),l=Ri(r),f=Ai(l,h);let d;if(f)if(a<=6)d=Ru(h,l,a,s,u,c);else{const t=e(i);d=Lu(t,n,r,f,a,o),d=xa(d,l,a,s,u,c,t,n,Ri,Hs)}else d=Al;return Ha(t?Us(d):d)}function Hu(e,t,n,r,o){const i=Uu(n.calendar,r.calendar);return Cu(t,(()=>e(i)),n,r,...ia(t,o,6,9,6))}function Nu(e,t,n,r,o){const i=Uu(n.calendar,r.calendar),a=ia(t,o,9,9,8),s=e(i),u=Cs(s,n),c=Cs(s,r);return u.isoYear===c.isoYear&&u.isoMonth===c.isoMonth&&u.isoDay===c.isoDay?Ha(Al):Cu(t,(()=>s),Ni(u),Ni(c),...a,8)}function Cu(e,t,n,r,o,i,a,s){let u=arguments.length>8&&void 0!==arguments[8]?arguments[8]:6;const c=Ri(n),h=Ri(r);if(void 0===c||void 0===h)throw new RangeError(yh);let l;if(Ai(h,c))if(6===o)l=Ru(c,h,o,i,a,s);else{const e=t();l=e.N(n,r,o),i===u&&1===a||(l=xa(l,h,o,i,a,s,e,n,Ri,Ns))}else l=Al;return Ha(e?Us(l):l)}function Du(e,t,n,r){const[o,i,a,s]=ia(e,r,5,5),u=Va(ju(t,n),Pa(i,a),s),c={...Al,...zs(u,o)};return Ha(e?Us(c):c)}function Ou(e,t,n,r,o,i){const a=Ai(r.epochNanoseconds,n.epochNanoseconds);return a?o<6?Yu(n.epochNanoseconds,r.epochNanoseconds,o):ku(t,e,n,r,a,o,i):Al}function _u(e,t,n,r,o){const i=Ri(t),a=Ri(n),s=Ai(a,i);return s?r<=6?Yu(i,a,r):Lu(e,t,n,s,r,o):Al}function ku(e,t,n,r,o,i,a){const[s,u,c]=((e,t,n,r)=>{function o(){return l={...Os(s,c++*-r),...a},f=ps(e,l),Ai(u,f)===-r}const i=Of(t,e),a=Bo(Il,i),s=Of(n,e),u=n.epochNanoseconds;let c=0;const h=ju(i,s);let l,f;if(Math.sign(h)===-r&&c++,o()&&(-1===r||o()))throw new RangeError(sh);const d=Ei(Si(f,u));return[i,l,d]})(t,n,r,o);var h,l;return{...6===i?(h=s,l=u,{...Al,days:Pu(h,l)}):e.N(s,u,i,a),...zs(c)}}function Lu(e,t,n,r,o,i){const[a,s,u]=((e,t,n)=>{let r=t,o=ju(e,t);return Math.sign(o)===-n&&(r=Os(t,-n),o+=Uh*n),[e,r,o]})(t,n,r);return{...e.N(a,s,o,i),...zs(u)}}function Ru(e,t,n,r,o,i){return{...Al,...Fs(Za(Si(e,t),r,o,i),n)}}function Yu(e,t,n){return{...Al,...Fs(Si(e,t),n)}}function Pu(e,t){return Bu(Li(e),Li(t))}function Bu(e,t){return Math.trunc((t-e)/kh)}function ju(e,t){return Oi(t)-Oi(e)}function Uu(e,t){if(e!==t)throw new RangeError(ch);return e}function xu(e){return this.m(e)[0]}function Zu(e){return this.m(e)[1]}function $u(e){const[t]=this.v(e);return Bu(this.p(t),Li(e))+1}function Vu(e){const t=ed.exec(e);if(!t)throw new RangeError(rh(e));return[parseInt(t[1]),Boolean(t[2])]}function Fu(e,t){return"M"+Dh(e)+(t?"L":"")}function zu(e,t,n){return e+(t||n&&e>=n?1:0)}function Ku(e,t){return e-(t&&e>=t?1:0)}function Gu(e,t){return(t+e)*(Math.sign(t)||1)||0}function Ju(e){return cl[qu(e)]}function Wu(e){return ll[qu(e)]}function qu(e){return gc(e.id||al)}function Xu(e){function t(e){return((e,t)=>({...tc(e,t),o:e.month,day:parseInt(e.day)}))(Zi(n,e),r)}const n=nd(e),r=gc(e);return{id:e,h:Qu(t),l:ec(t)}}function Qu(e){return Co((t=>{const n=Li(t);return e(n)}),WeakMap)}function ec(e){const t=e(0).year-Ul;return Co((n=>{let r,o=Bi(n-t),i=0;const a=[],s=[];do{o+=400*kh}while((r=e(o)).year<=n);do{if(o+=(1-r.day)*kh,r.year===n&&(a.push(o),s.push(r.o)),o-=kh,++i>100||o<-864e13)throw new RangeError(sh)}while((r=e(o)).year>=n);return{i:a.reverse(),u:Nh(s.reverse())}}))}function tc(e,t){let n,r,o=nc(e);if(e.era){const i=cl[t],a=hl[t]||{};void 0!==i&&(n="islamic"===t?"ah":e.era.normalize("NFD").toLowerCase().replace(/[^a-z0-9]/g,""),"bc"===n||"b"===n?n="bce":"ad"===n||"a"===n?n="ce":"beforeroc"===n&&(n="broc"),n=a[n]||n,r=o,o=Gu(r,i[n]||0))}return{era:n,eraYear:r,year:o}}function nc(e){return parseInt(e.relatedYear||e.year)}function rc(e){const{year:t,o:n,day:r}=this.h(e),{u:o}=this.l(t);return[t,o[n]+1,r]}function oc(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;return this.l(e).i[t-1]+(n-1)*kh}function ic(e,t){const n=ac.call(this,e);return[Ku(t,n),n===t]}function ac(e){const t=lc(this,e),n=lc(this,e-1),r=t.length;if(r>n.length){const e=Wu(this);if(e<0)return-e;for(let e=0;e<r;e++)if(t[e]!==n[e])return e+1}}function sc(e){return Bu(oc.call(this,e),oc.call(this,e+1))}function uc(e,t){const{i:n}=this.l(e);let r=t+1,o=n;return r>n.length&&(r=1,o=this.l(e+1).i),Bu(n[t-1],o[r-1])}function cc(e){return this.l(e).i.length}function hc(e){const t=this.h(e);return[t.era,t.eraYear]}function lc(e,t){return Object.keys(e.l(t).u)}function fc(e){return dc(fl(e))}function dc(e){if((e=e.toLowerCase())!==al&&e!==sl){const t=nd(e).resolvedOptions().calendar;if(gc(e)!==gc(t))throw new RangeError(uh(e));return t}return e}function gc(e){return"islamicc"===e&&(e="islamic"),e.split("-")[0]}function mc(e,t){return n=>n===al?e:n===sl||n===ul?Object.assign(Object.create(e),{id:n}):Object.assign(Object.create(t),td(n))}function vc(e,t,n,r){const o=yc(n,r,nl,[],Kh);if(void 0!==o.timeZone){const r=n.F(o),i=wc(o),a=e(o.timeZone);return{epochNanoseconds:ys(t(a),{...r,...i},void 0!==o.offset?qs(o.offset):void 0),timeZone:a}}return{...n.F(o),...Dl}}function yc(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[],o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:[];return pc(t,[...e.fields(n),...o].sort(),r)}function pc(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:!n;const o={};let i,a=0;for(const r of t){if(r===i)throw new RangeError(Gc(r));if("constructor"===r||"__proto__"===r)throw new RangeError(Kc(r));let t=e[r];if(void 0!==t)a=1,dd[r]&&(t=dd[r](t,r)),o[r]=t;else if(n){if(n.includes(r))throw new TypeError(zc(r));o[r]=il[r]}i=r}if(r&&!a)throw new TypeError(Jc(t));return o}function wc(e,t){return na(gd({...il,...e}),t)}function Sc(e,t,n,r,o){t=Bo(n=e.fields(n),t),r=pc(r,o=e.fields(o),[]);let i=e.k(t,r);return i=pc(i,[...n,...o].sort(),[]),e.F(i)}function Ac(e,t){const n=Ju(e),r=hl[e.id||""]||{};let{era:o,eraYear:i,year:a}=t;if(void 0!==o||void 0!==i){if(void 0===o||void 0===i)throw new TypeError(Qc);if(!n)throw new RangeError(Xc);const e=n[r[o]||o];if(void 0===e)throw new RangeError(th(o));const t=Gu(i,e);if(void 0!==a&&a!==t)throw new RangeError(eh);a=t}else if(void 0===a)throw new TypeError(nh(n));return a}function bc(e,t,n,r){let{month:o,monthCode:i}=t;if(void 0!==i){const t=((e,t,n,r)=>{const o=e.L(n),[i,a]=Vu(t);let s=zu(i,a,o);if(a){const t=Wu(e);if(void 0===t)throw new RangeError(ah);if(t>0){if(s>t)throw new RangeError(ah);if(void 0===o){if(1===r)throw new RangeError(ah);s--}}else{if(s!==-t)throw new RangeError(ah);if(void 0===o&&1===r)throw new RangeError(ah)}}return s})(e,i,n,r);if(void 0!==o&&o!==t)throw new RangeError(oh);o=t,r=1}else if(void 0===o)throw new TypeError(ih);return Ho("month",o,1,e.B(n),r)}function Tc(e,t,n,r,o){return Mo(t,"day",1,e.U(r,n),o)}function Ic(e,t,n,r){let o=0;const i=[];for(const e of n)void 0!==t[e]?o=1:i.push(e);if(Object.assign(e,t),o)for(const t of r||i)delete e[t]}function Ec(e){const t=ld(e.calendar),[n,r,o]=t.v(e),[i,a]=t.q(n,r);return{year:n,monthCode:Fu(i,a),day:o}}function Mc(e,t){return ba(Of(t,e))}function Hc(e,t){return Ta(Of(t,e))}function Nc(e,t){return Ma(Of(t,e))}function Cc(e,t,n){const r=new Set(n);return(o,i)=>{const a=n&&jo(o,n);if(!jo(o=((e,t)=>{const n={};for(const r in t)e.has(r)||(n[r]=t[r]);return n})(r,o),e)){if(i&&a)throw new TypeError("Invalid formatting options");o={...t,...o}}return n&&(o.timeZone=Mf,["full","long"].includes(o.J)&&(o.J="medium")),o}}function Dc(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Oc,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;const[r,,,o]=e;return function(i){let a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Fd;for(var s=arguments.length,u=new Array(s>2?s-2:0),c=2;c<s;c++)u[c-2]=arguments[c];const h=t(o&&o(...u),i,a,r,n),l=h.resolvedOptions();return[h,..._c(e,l,u)]}}function Oc(e,t,n,r,o){if(n=r(n,o),e){if(void 0!==n.timeZone)throw new TypeError(Hh);n.timeZone=e}return new Bl(t,n)}function _c(e,t,n){const[,r,o]=e;return n.map((e=>(e.calendar&&((e,t,n)=>{if((n||e!==al)&&e!==t)throw new RangeError(ch)})(e.calendar,t.calendar,o),r(e,t))))}function kc(e,t){return{...e,calendar:t}}function Lc(e){const t=Rc();return Ui(t,e.R(t))}function Rc(){return Ii(Date.now(),Yh)}function Yc(){return eg||(eg=(new Bl).resolvedOptions().timeZone)}!function(){if(So)return Ze;So=1;var e=co(),t=Gr().includes,n=Qe(),r=Eo();e({target:"Array",proto:!0,forced:n((function(){return!Array(1).includes()}))},{includes:function(e){return t(this,e,arguments.length>1?arguments[1]:void 0)}}),r("includes")}();const Pc=(e,t)=>`Non-integer ${e}: ${t}`,Bc=(e,t)=>`Non-positive ${e}: ${t}`,jc=(e,t)=>`Non-finite ${e}: ${t}`,Uc=e=>`Cannot convert bigint to ${e}`,xc=e=>`Invalid bigint: ${e}`,Zc="Cannot convert Symbol to string",$c="Invalid object",Vc=(e,t,n,r,o)=>o?Vc(e,o[t],o[n],o[r]):Fc(e,t)+`; must be between ${n}-${r}`,Fc=(e,t)=>`Invalid ${e}: ${t}`,zc=e=>`Missing ${e}`,Kc=e=>`Invalid field ${e}`,Gc=e=>`Duplicate field ${e}`,Jc=e=>"No valid fields: "+e.join(),Wc=(e,t,n)=>Fc(e,t)+"; must be "+Object.keys(n).join(),qc="Invalid calling context",Xc="Forbidden era/eraYear",Qc="Mismatching era/eraYear",eh="Mismatching year/eraYear",th=e=>`Invalid era: ${e}`,nh=e=>"Missing year"+(e?"/era/eraYear":""),rh=e=>`Invalid monthCode: ${e}`,oh="Mismatching month/monthCode",ih="Missing month/monthCode",ah="Invalid leap month",sh="Invalid protocol results",uh=e=>Fc("Calendar",e),ch="Mismatching Calendars",hh=e=>Fc("TimeZone",e),lh="Mismatching TimeZones",fh="Forbidden ICU TimeZone",dh="Out-of-bounds offset",gh="Out-of-bounds TimeZone gap",mh="Invalid TimeZone offset",vh="Ambiguous offset",yh="Out-of-bounds date",ph="Out-of-bounds duration",wh="Cannot mix duration signs",Sh="Missing relativeTo",Ah="Cannot use large units",bh="Required smallestUnit or largestUnit",Th="smallestUnit > largestUnit",Ih=e=>`Cannot parse: ${e}`,Eh=e=>`Invalid substring: ${e}`,Mh="Mismatching types for formatting",Hh="Cannot specify TimeZone",Nh=Zo(Yo,((e,t)=>t)),Ch=Zo(Yo,((e,t,n)=>n)),Dh=Zo(Fo,2),Oh={nanosecond:0,microsecond:1,millisecond:2,second:3,minute:4,hour:5,day:6,week:7,month:8,year:9},_h=Object.keys(Oh),kh=864e5,Lh=1e3,Rh=1e3,Yh=1e6,Ph=1e9,Bh=6e10,jh=36e11,Uh=864e11,xh=[1,Rh,Yh,Ph,Bh,jh,Uh],Zh=_h.slice(0,6),$h=Vo(Zh),Vh=["offset"],Fh=["timeZone"],zh=Zh.concat(Vh),Kh=zh.concat(Fh),Gh=["era","eraYear"],Jh=Gh.concat(["year"]),Wh=["year"],qh=["monthCode"],Xh=["month"].concat(qh),Qh=["day"],el=Xh.concat(Wh),tl=qh.concat(Wh),nl=Qh.concat(el),rl=Qh.concat(Xh),ol=Qh.concat(qh),il=Ch(Zh,0),al="iso8601",sl="gregory",ul="japanese",cl={[sl]:{"gregory-inverse":-1,gregory:0},[ul]:{"japanese-inverse":-1,japanese:0,meiji:1867,taisho:1911,showa:1925,heisei:1988,reiwa:2018},ethiopic:{ethioaa:0,ethiopic:5500},coptic:{"coptic-inverse":-1,coptic:0},roc:{"roc-inverse":-1,roc:0},buddhist:{be:0},islamic:{ah:0},indian:{saka:0},persian:{ap:0}},hl={[sl]:{bce:"gregory-inverse",ce:"gregory"},[ul]:{bce:"japanese-inverse",ce:"japanese"},ethiopic:{era0:"ethioaa",era1:"ethiopic"},coptic:{era0:"coptic-inverse",era1:"coptic"},roc:{broc:"roc-inverse",minguo:"roc"}},ll={chinese:13,dangi:13,hebrew:-6},fl=Zo(si,"string"),dl=Zo(si,"boolean"),gl=Zo(si,"number"),ml=_h.map((e=>e+"s")),vl=Vo(ml),yl=ml.slice(0,6),pl=ml.slice(6),wl=pl.slice(1),Sl=Nh(ml),Al=Ch(ml,0),bl=Ch(yl,0),Tl=Zo(xo,ml),Il=["isoNanosecond","isoMicrosecond","isoMillisecond","isoSecond","isoMinute","isoHour"],El=["isoDay","isoMonth","isoYear"],Ml=Il.concat(El),Hl=Vo(El),Nl=Vo(Il),Cl=Vo(Ml),Dl=Ch(Nl,0),Ol=Zo(xo,Ml),_l=1e8,kl=_l*kh,Ll=[_l,0],Rl=[-1e8,0],Yl=275760,Pl=-271821,Bl=Intl.DateTimeFormat,jl="en-GB",Ul=1970,xl=1972,Zl=12,$l=Bi(1868,9,8),Vl=Co(qi,WeakMap),Fl="smallestUnit",zl="unit",Kl="roundingIncrement",Gl="fractionalSecondDigits",Jl="relativeTo",Wl="direction",ql={constrain:0,reject:1},Xl=Object.keys(ql),Ql={compatible:0,reject:1,earlier:2,later:3},ef={reject:0,use:1,prefer:2,ignore:3},tf={auto:0,never:1,critical:2,always:3},nf={auto:0,never:1,critical:2},rf={auto:0,never:1},of={floor:0,halfFloor:1,ceil:2,halfCeil:3,trunc:4,halfTrunc:5,expand:6,halfExpand:7,halfEven:8},af={previous:-1,next:1},sf=Zo(ya,Fl),uf=Zo(ya,"largestUnit"),cf=Zo(ya,zl),hf=Zo(pa,"overflow",ql),lf=Zo(pa,"disambiguation",Ql),ff=Zo(pa,"offset",ef),df=Zo(pa,"calendarName",tf),gf=Zo(pa,"timeZoneName",nf),mf=Zo(pa,"offset",rf),vf=Zo(pa,"roundingMode",of),yf="PlainYearMonth",pf="PlainMonthDay",wf="PlainDate",Sf="PlainDateTime",Af="PlainTime",bf="ZonedDateTime",Tf="Instant",If="Duration",Ef=[Math.floor,e=>Qo(e)?Math.floor(e):Math.round(e),Math.ceil,e=>Qo(e)?Math.ceil(e):Math.round(e),Math.trunc,e=>Qo(e)?Math.trunc(e)||0:Math.round(e),e=>e<0?Math.floor(e):Math.ceil(e),e=>Math.sign(e)*Math.round(Math.abs(e))||0,e=>Qo(e)?(e=Math.trunc(e)||0)+e%2:Math.round(e)],Mf="UTC",Hf=5184e3,Nf=Pi(1847),Cf=Pi((new Date).getUTCFullYear()+10),Df=/0+$/,Of=Co(vs,WeakMap),_f=2**32-1,kf=Co((e=>{const t=yu(e);return"object"==typeof t?new Rf(t):new Lf(t||0)}));class Lf{constructor(e){this.$=e}R(){return this.$}I(e){return(e=>{const t=Ri({...e,...Dl});if(!t||Math.abs(t[0])>1e8)throw new RangeError(yh)})(e),[Yi(e,this.$)]}O(){}}class Rf{constructor(e){this.nn=(e=>{function t(e){const t=Ko(e,i,a),[s,u]=Ws(t),c=r(s),h=r(u);return c===h?c:n(o(s,u),c,h,e)}function n(t,n,r,o){let i,a;for(;(void 0===o||void 0===(i=o<t[0]?n:o>=t[1]?r:void 0))&&(a=t[1]-t[0]);){const n=t[0]+Math.floor(a/2);e(n)===r?t[1]=n:t[0]=n+1}return i}const r=Co(e),o=Co(Js);let i=Nf,a=Cf;return{tn(e){const n=t(e-86400),r=t(e+86400),o=e-n,i=e-r;if(n===r)return[o];const a=t(o);return a===t(i)?[e-a]:n>r?[o,i]:[]},rn:t,O(e,t){const s=Ko(e,i,a);let[u,c]=Ws(s);const h=Hf*t,l=t<0?()=>c>i||(i=s,0):()=>u<a||(a=s,0);for(;l();){const i=r(u),a=r(c);if(i!==a){const r=o(u,c);n(r,i,a);const s=r[0];if((zo(s,e)||1)===t)return s}u+=h,c+=h}}}})((e=>t=>{const n=Zi(e,t*Lh);return Pi(nc(n),parseInt(n.month),parseInt(n.day),parseInt(n.hour),parseInt(n.minute),parseInt(n.second))-t})(e))}R(e){return this.nn.rn((e=>ki(e)[0])(e))*Ph}I(e){const[t,n]=[Pi((r=e).isoYear,r.isoMonth,r.isoDay,r.isoHour,r.isoMinute,r.isoSecond),r.isoMillisecond*Yh+r.isoMicrosecond*Rh+r.isoNanosecond];var r;return this.nn.tn(t).map((e=>Di(wi(Ii(e,Ph),n))))}O(e,t){const[n,r]=ki(e),o=this.nn.O(n+(t>0||r?1:0),t);if(void 0!==o)return Ii(o,Ph)}}const Yf="([+-])",Pf="(?:[.,](\\d{1,9}))?",Bf=`(?:(?:${Yf}(\\d{6}))|(\\d{4}))-?(\\d{2})`,jf="(\\d{2})(?::?(\\d{2})(?::?(\\d{2})"+Pf+")?)?",Uf=Yf+jf,xf=Bf+"-?(\\d{2})(?:[T ]"+jf+"(Z|"+Uf+")?)?",Zf="\\[(!?)([^\\]]*)\\]",$f=`((?:${Zf}){0,9})`,Vf=fu(Bf+$f),Ff=fu("(?:--)?(\\d{2})-?(\\d{2})"+$f),zf=fu(xf+$f),Kf=fu("T?"+jf+"(?:"+Uf+")?"+$f),Gf=fu(Uf),Jf=new RegExp(Zf,"g"),Wf=fu(`${Yf}?P(\\d+Y)?(\\d+M)?(\\d+W)?(\\d+D)?(?:T(?:(\\d+)${Pf}H)?(?:(\\d+)${Pf}M)?(?:(\\d+)${Pf}S)?)?`),qf=Co((e=>new Bl(jl,{timeZone:e,era:"short",year:"numeric",month:"numeric",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric"}))),Xf=/^(AC|AE|AG|AR|AS|BE|BS|CA|CN|CS|CT|EA|EC|IE|IS|JS|MI|NE|NS|PL|PN|PR|PS|SS|VS)T$/,Qf=/[^\w\/:+-]+/,ed=/^M(\d{2})(L?)$/,td=Co(Xu),nd=Co((e=>new Bl(jl,{calendar:e,timeZone:Mf,era:"short",year:"numeric",month:"short",day:"numeric"}))),rd={P(e,t,n){const r=ra(n);let o,{years:i,months:a,weeks:s,days:u}=t;if(u+=Vs(t,5)[0],i||a)o=((e,t,n,r,o)=>{let[i,a,s]=e.v(t);if(n){const[t,r]=e.q(i,a);i+=n,a=zu(t,r,e.L(i)),a=Ho("month",a,1,e.B(i),o)}return r&&([i,a]=e.un(i,a,r)),s=Ho("day",s,1,e.U(i,a),o),e.p(i,a,s)})(this,e,i,a,r);else{if(!s&&!u)return e;o=Li(e)}if(void 0===o)throw new RangeError(yh);return o+=(7*s+u)*kh,Ni(xi(o))},N(e,t,n){if(n<=7){let r=0,o=Pu({...e,...Dl},{...t,...Dl});return 7===n&&([r,o]=Wo(o,7)),{...Al,weeks:r,days:o}}const r=this.v(e),o=this.v(t);let[i,a,s]=((e,t,n,r,o,i,a)=>{let s=o-t,u=i-n,c=a-r;if(s||u){const h=Math.sign(s||u);let l=e.U(o,i),f=0;if(Math.sign(c)===-h){const r=l;[o,i]=e.un(o,i,-h),s=o-t,u=i-n,l=e.U(o,i),f=h<0?-r:l}if(c=a-Math.min(r,l)+f,s){const[r,a]=e.q(t,n),[c,l]=e.q(o,i);if(u=c-r||Number(l)-Number(a),Math.sign(u)===-h){const n=h<0&&-e.B(o);s=(o-=h)-t,u=i-zu(r,a,e.L(o))+(n||e.B(o))}}}return[s,u,c]})(this,...r,...o);return 8===n&&(a+=this.cn(i,r[0]),i=0),{...Al,years:i,months:a,days:s}},F(e,t){const n=ra(t),r=Ac(this,e),o=bc(this,e,r,n),i=Tc(this,e,o,r,n);return Ta(Ni(this.V(r,o,i)),this.id||al)},K(e,t){const n=ra(t),r=Ac(this,e),o=bc(this,e,r,n);return Ia(Hi(this.V(r,o,1)),this.id||al)},_(e,t){const n=ra(t);let r,o,i,a=void 0!==e.eraYear||void 0!==e.year?Ac(this,e):void 0;const s=!this.id;if(void 0===a&&s&&(a=xl),void 0!==a){const t=bc(this,e,a,n);r=Tc(this,e,t,a,n);const s=this.L(a);o=Ku(t,s),i=t===s}else{if(void 0===e.monthCode)throw new TypeError(ih);if([o,i]=Vu(e.monthCode),this.id&&this.id!==sl&&this.id!==ul)if(this.id&&"coptic"===gc(this.id)&&0===n){const t=i||13!==o?30:6;r=e.day,r=Ko(r,1,t)}else if(this.id&&"chinese"===gc(this.id)&&0===n){const t=!i||1!==o&&9!==o&&10!==o&&11!==o&&12!==o?30:29;r=e.day,r=Ko(r,1,t)}else r=e.day;else r=Tc(this,e,bc(this,e,xl,n),xl,n)}const u=this.G(o,i,r);if(!u)throw new RangeError("Cannot guess year");const[c,h]=u;return Ea(Ni(this.V(c,h,r)),this.id||al)},fields(e){return Ju(this)&&e.includes("year")?[...e,...Gh]:e},k(e,t){const n=Object.assign(Object.create(null),e);return Ic(n,t,Xh),Ju(this)&&(Ic(n,t,Jh),this.id===ul&&Ic(n,t,rl,Gh)),n},inLeapYear(e){const[t]=this.v(e);return this.sn(t)},monthsInYear(e){const[t]=this.v(e);return this.B(t)},daysInMonth(e){const[t,n]=this.v(e);return this.U(t,n)},daysInYear(e){const[t]=this.v(e);return this.fn(t)},dayOfYear:$u,era(e){return this.hn(e)[0]},eraYear(e){return this.hn(e)[1]},monthCode(e){const[t,n]=this.v(e),[r,o]=this.q(t,n);return Fu(r,o)},dayOfWeek:Ji,daysInWeek:()=>7},od={v:$i,hn:Wi,q:Vi},id={dayOfYear:$u,v:$i,p:Bi},ad=Object.assign({},id,{weekOfYear:xu,yearOfWeek:Zu,m(e){function t(e){return(7-e<r?7:0)-e}function n(e){const n=Ki(f+e),r=e||1,o=t(Jo(u+n*r,7));return h=(n+(o-c)*r)/7}const r=this.id?1:4,o=Ji(e),i=this.dayOfYear(e),a=Jo(o-1,7),s=i-1,u=Jo(a-s,7),c=t(u);let h,l=Math.floor((s-c)/7)+1,f=e.isoYear;return l?l>n(0)&&(l=1,f++):(l=n(-1),f--),[l,f,h]}}),sd=Object.assign({},rd,ad,{v:$i,hn:Wi,q:Vi,G(e,t){if(!t)return[xl,e]},sn:Gi,L(){},B:Fi,cn:e=>e*Zl,U:zi,fn:Ki,V:(e,t,n)=>({isoYear:e,isoMonth:t,isoDay:n}),p:Bi,un:(e,t,n)=>(e+=qo(n,Zl),(t+=Xo(n,Zl))<1?(e--,t+=Zl):t>Zl&&(e++,t-=Zl),[e,t]),year:e=>e.isoYear,month:e=>e.isoMonth,day:e=>e.isoDay}),ud={v:rc,hn:hc,q:ic},cd={dayOfYear:$u,v:rc,p:oc,weekOfYear:xu,yearOfWeek:Zu,m:()=>[]},hd=Object.assign({},rd,cd,{v:rc,hn:hc,q:ic,G(e,t,n){const r=this.id&&"chinese"===gc(this.id)?((e,t,n)=>{if(t)switch(e){case 1:return 1651;case 2:return n<30?1947:1765;case 3:return n<30?1966:1955;case 4:return n<30?1963:1944;case 5:return n<30?1971:1952;case 6:return n<30?1960:1941;case 7:return n<30?1968:1938;case 8:return n<30?1957:1718;case 9:return 1832;case 10:return 1870;case 11:return 1814;case 12:return 1890}return 1972})(e,t,n):xl;let[o,i,a]=rc.call(this,{isoYear:r,isoMonth:Zl,isoDay:31});const s=ac.call(this,o),u=i===s;1===(zo(e,Ku(i,s))||zo(Number(t),Number(u))||zo(n,a))&&o--;for(let r=0;r<100;r++){const i=o-r,a=ac.call(this,i),s=zu(e,t,a);if(t===(s===a)&&n<=uc.call(this,i,s))return[i,s]}},sn(e){const t=sc.call(this,e);return t>sc.call(this,e-1)&&t>sc.call(this,e+1)},L:ac,B:cc,cn(e,t){const n=t+e,r=Math.sign(e),o=r<0?-1:0;let i=0;for(let e=t;e!==n;e+=r)i+=cc.call(this,e+o);return i},U:uc,fn:sc,V(e,t,n){return xi(oc.call(this,e,t,n))},p:oc,un(e,t,n){if(n){if(t+=n,!Number.isSafeInteger(t))throw new RangeError(yh);if(n<0)for(;t<1;)t+=cc.call(this,--e);else{let n;for(;t>(n=cc.call(this,e));)t-=n,e++}}return[e,t]},year(e){return this.h(e).year},month(e){const{year:t,o:n}=this.h(e),{u:r}=this.l(t);return r[n]+1},day(e){return this.h(e).day}}),ld=mc(od,ud),fd=mc(sd,hd),dd={...{era:li,eraYear:gi,year:gi,month:vi,monthCode(e){const t=li(e);return Vu(t),t},day:vi},...Ch(Zh,gi),...Ch(ml,mi),offset(e){const t=li(e);return qs(t),t}},gd=Zo(Po,Zh,Il),md=Zo(Po,Il,Zh),vd="numeric",yd=["timeZoneName"],pd={month:vd,day:vd},wd={year:vd,month:vd},Sd=Object.assign({},wd,{day:vd}),Ad={hour:vd,minute:vd,second:vd},bd=Object.assign({},Sd,Ad),Td=Object.assign({},bd,{timeZoneName:"short"}),Id=Object.keys(wd),Ed=Object.keys(pd),Md=Object.keys(Sd),Hd=Object.keys(Ad),Nd=["dateStyle"],Cd=Id.concat(Nd),Dd=Ed.concat(Nd),Od=Md.concat(Nd,["weekday"]),_d=Hd.concat(["dayPeriod","timeStyle","fractionalSecondDigits"]),kd=Od.concat(_d),Ld=yd.concat(_d),Rd=yd.concat(Od),Yd=yd.concat(["day","weekday"],_d),Pd=yd.concat(["year","weekday"],_d),Bd=Cc(kd,bd),jd=Cc(kd,Td),Ud=Cc(kd,bd,yd),xd=Cc(Od,Sd,Ld),Zd=Cc(_d,Ad,Rd),$d=Cc(Cd,wd,Yd),Vd=Cc(Dd,pd,Pd),Fd={},zd=new Bl(void 0,{calendar:al}).resolvedOptions().calendar===al,Kd=[Bd,Na],Gd=[jd,Na,0,(e,t)=>{const n=e.timeZone;if(t&&t.timeZone!==n)throw new RangeError(lh);return n}],Jd=[Ud,Li],Wd=[xd,Li],qd=[Zd,e=>Oi(e)/Yh],Xd=[$d,Li,zd],Qd=[Vd,Li,zd];let eg;function tg(e,t,n,r,o){function i(){if(!(this instanceof i))throw new TypeError(qc);Hg(this,t(...arguments))}function a(e,t){return Object.defineProperties((function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return e.call(this,s(this),...n)}),Do(t))}function s(t){const n=Mg(t);if(!n||n.branding!==e)throw new TypeError(qc);return n}return Object.defineProperties(i.prototype,{..._o(Ro(a,n)),...Oo(Ro(a,r)),...ko("Temporal."+e)}),Object.defineProperties(i,{...Oo(o),...Do(e)}),[i,e=>{const t=Object.create(i.prototype);return Hg(t,e),t},s]}function ng(e){if(Mg(e)||void 0!==e.calendar||void 0!==e.timeZone)throw new TypeError("Invalid bag");return e}function rg(e){return og(e)||al}function og(e){const{calendar:t}=e;if(void 0!==t)return ig(t)}function ig(e){if(No(e)){const{calendar:t}=Mg(e)||{};if(!t)throw new TypeError(uh(e));return t}return(e=>dc(function(e){const t=ou(e)||iu(e)||au(e);return t?t.calendar:e}(fl(e))))(e)}function ag(e){const t={};for(const n in e)t[n]=e=>{const{calendar:t}=e;return fd(t)[n](e)};return t}function sg(){throw new TypeError("Cannot use valueOf")}function ug(e){if(No(e)){const{timeZone:t}=Mg(e)||{};if(!t)throw new TypeError(hh(e));return t}return(e=>mu(function(e){const t=ou(e);return t&&(t.timeZone||t.j&&Mf||t.offset)||e}(fl(e))))(e)}function cg(e){if(No(e)){const t=Mg(e);return t&&t.branding===If?t:function(e){const t=pc(e,vl);return Ha(Zs({...Al,...t}))}(e)}return function(e){const t=(e=>{const t=Wf.exec(e);return t?(e=>{function t(e,t,i){let a=0,s=0;if(i&&([a,o]=Go(o,xh[i])),void 0!==e){if(r)throw new RangeError(Eh(e));s=(e=>{const t=parseInt(e);if(!Number.isFinite(t))throw new RangeError(Eh(e));return t})(e),n=1,t&&(o=lu(t)*(xh[i]/Ph),r=1)}return a+s}let n=0,r=0,o=0,i={...Lo(ml,[t(e[2]),t(e[3]),t(e[4]),t(e[5]),t(e[6],e[7],5),t(e[8],e[9],4),t(e[10],e[11],3)]),...ti(o,2,ml)};if(!n)throw new RangeError(Jc(ml));return du(e[1])<0&&(i=Us(i)),i})(t):void 0})(fl(e));if(!t)throw new RangeError(Ih(e));return Ha(Zs(t))}(e)}function hg(e){if(void 0!==e){if(No(e)){const t=Mg(e)||{};switch(t.branding){case bf:case wf:return t;case Sf:return Ta(t)}const n=rg(e);return{...vc(ug,kf,fd(n),e),calendar:n}}return function(e){const t=ou(fl(e));if(!t)throw new RangeError(Ih(e));if(t.timeZone)return eu(t,t.offset?qs(t.offset):void 0);if(t.j)throw new RangeError(Ih(e));return nu(t)}(e)}}function lg(e,t){if(No(e)){const n=Mg(e)||{};switch(n.branding){case Af:return ra(t),n;case Sf:return ra(t),Ma(n);case bf:return ra(t),Nc(kf,n)}return function(e,t){return Ma(wc(pc(e,$h,[],1),ra(t)))}(e,t)}const n=function(e){let t,n=(e=>{const t=Kf.exec(e);return t?(hu(t[10]),cu(t)):void 0})(fl(e));if(!n){if(n=ou(e),!n)throw new RangeError(Ih(e));if(!n.C)throw new RangeError(Ih(e));if(n.j)throw new RangeError(Eh("Z"));Qs(n)}if((t=iu(e))&&ea(t))throw new RangeError(Ih(e));if((t=au(e))&&ea(t))throw new RangeError(Ih(e));return Ma(na(n,1))}(e);return ra(t),n}function fg(e){return void 0===e?void 0:lg(e)}function dg(e,t){if(No(e)){const n=Mg(e)||{};switch(n.branding){case Sf:return ra(t),n;case wf:return ra(t),ba({...n,...Dl});case bf:return ra(t),Mc(kf,n)}return function(e,t,n){const r=yc(e,t,nl,[],Zh),o=ra(n);return ba(Ci({...e.F(r,va(o)),...wc(r,o)}))}(fd(rg(e)),e,t)}const n=function(e){const t=ou(fl(e));if(!t||t.j)throw new RangeError(Ih(e));return ba(tu(t))}(e);return ra(t),n}function gg(e,t){if(No(e)){const n=Mg(e);if(n&&n.branding===pf)return ra(t),n;const r=og(e);return function(e,t,n,r){const o=yc(e,n,nl,Qh);return t&&void 0!==o.month&&void 0===o.monthCode&&void 0===o.year&&(o.year=xl),e._(o,r)}(fd(r||al),!r,e,t)}const n=function(e,t){const n=au(fl(t));if(n)return Qs(n),Ea(Qi(n));const r=Xs(t,0,1),{calendar:o}=r,i=e(o),[a,s,u]=i.v(r),[c,h]=i.q(a,s),[l,f]=i.G(c,h,u);return Ea(Ni(i.V(l,f,u)),o)}(fd,e);return ra(t),n}function mg(e,t){if(No(e)){const n=Mg(e);return n&&n.branding===yf?(ra(t),n):function(e,t,n,r){const o=yc(e,t,el,r);return e.K(o,n)}(fd(rg(e)),e,t)}const n=function(e,t){const n=iu(fl(t));if(n)return Qs(n),Ia(Hi(Qi(n)));const r=Xs(t,1);return Ia(Cs(e(r.calendar),r))}(fd,e);return ra(t),n}function vg(e,t){if(No(e)){const n=Mg(e)||{};switch(n.branding){case wf:return ra(t),n;case Sf:return ra(t),Ta(n);case bf:return ra(t),Hc(kf,n)}return function(e,t,n){const r=yc(e,t,nl,arguments.length>3&&void 0!==arguments[3]?arguments[3]:[]);return e.F(r,n)}(fd(rg(e)),e,t)}const n=Xs(e);return ra(t),n}function yg(e,t){if(No(e)){const n=Mg(e);if(n&&n.branding===bf)return oa(t),n;const r=rg(e);return function(e,t,n,r,o,i){const a=yc(n,o,nl,Fh,Kh),s=e(a.timeZone),[u,c,h]=oa(i),l=n.F(a,va(u)),f=wc(a,u);return Aa(ys(t(s),{...l,...f},void 0!==a.offset?qs(a.offset):void 0,c,h),s,r)}(ug,kf,fd(r),r,e,t)}return function(e,t){const n=ou(fl(e));if(!n||!n.timeZone)throw new RangeError(Ih(e));const{offset:r}=n,o=r?qs(r):void 0,[,i,a]=oa(t);return eu(n,o,i,a)}(e,t)}function pg(e){return Ro((e=>t=>e(wg(t))),e)}function wg(e){return Of(e,kf)}function Sg(e){if(No(e)){const t=Mg(e);if(t)switch(t.branding){case Tf:return t;case bf:return Sa(t.epochNanoseconds)}}return function(e){const t=ou(e=li(e));if(!t)throw new RangeError(Ih(e));let n;if(t.j)n=0;else{if(!t.offset)throw new RangeError(Ih(e));n=qs(t.offset)}return t.timeZone&&su(t.timeZone,1),Sa(Yi(Xi(t),n))}(e)}function Ag(){function e(e,n){return new t(e,n)}function t(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Object.create(null);ym.set(this,((e,t)=>{const n=new Bl(e,t),r=n.resolvedOptions(),o=r.locale,i=Bo(Object.keys(t),r),a=Co(Ig),s=function(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),s=1;s<t;s++)r[s-1]=arguments[s];if(e){if(2!==r.length)throw new TypeError(Mh);for(const e of r)if(void 0===e)throw new TypeError(Mh)}e||void 0!==r[0]||(r=[]);const u=r.map((e=>Mg(e)||Number(e)));let c,h=0;for(const e of u){const t="object"==typeof e?e.branding:void 0;if(h++&&t!==c)throw new TypeError(Mh);c=t}return c?a(c)(o,i,...u):[n,...u]};return s.X=n,s})(e,t))}const n=Bl.prototype,r=Object.getOwnPropertyDescriptors(n),o=Object.getOwnPropertyDescriptors(Bl);for(const t in r){const n=r[t],o=t.startsWith("format")&&bg(t);"function"==typeof n.value?n.value="constructor"===t?e:o||Tg(t):o&&(n.get=function(){var e=this;if(!ym.has(this))throw new TypeError(qc);return function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return o.apply(e,n)}},Object.defineProperties(n.get,Do(`get ${t}`)))}return o.prototype.value=t.prototype=Object.create({},r),Object.defineProperties(e,o),e}function bg(e){return Object.defineProperties((function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];const o=ym.get(this),[i,...a]=o(e.includes("Range"),...n);return i[e](...a)}),Do(e))}function Tg(e){return Object.defineProperties((function(){return ym.get(this).X[e](...arguments)}),Do(e))}function Ig(e){const t=Zg[e];if(!t)throw new TypeError((e=>`Cannot format ${e}`)(e));return Dc(t,Co(Oc),1)}const Eg=new WeakMap,Mg=Eg.get.bind(Eg),Hg=Eg.set.bind(Eg),Ng={era:function(e){if(void 0!==e)return fl(e)},eraYear:ni,year:oi,month:ri,daysInMonth:ri,daysInYear:ri,inLeapYear:dl,monthsInYear:ri},Cg={monthCode:fl},Dg={day:ri},Og={dayOfWeek:ri,dayOfYear:ri,weekOfYear:function(e){if(void 0!==e)return ri(e)},yearOfWeek:ni,daysInWeek:ri},_g=ag(Object.assign({},Ng,Cg,Dg,Og)),kg=ag({...Ng,...Cg}),Lg=ag({...Cg,...Dg}),Rg={calendarId:e=>e.calendar},Yg=Yo((e=>t=>t[e]),ml.concat("sign")),Pg=Yo(((e,t)=>e=>e[Il[t]]),Zh),Bg={epochMilliseconds:Na,epochNanoseconds:function(e){return function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;const[n,r]=e,o=Math.floor(r/t),i=Uh/t;return BigInt(n)*BigInt(i)+BigInt(o)}(e.epochNanoseconds)}},[jg,Ug,xg]=tg(If,(function(){return Ha(Zs(Ro(mi,Lo(ml,[arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,arguments.length>5&&void 0!==arguments[5]?arguments[5]:0,arguments.length>6&&void 0!==arguments[6]?arguments[6]:0,arguments.length>7&&void 0!==arguments[7]?arguments[7]:0,arguments.length>8&&void 0!==arguments[8]?arguments[8]:0,arguments.length>9&&void 0!==arguments[9]?arguments[9]:0]))))}),{...Yg,blank:function(e){return!e.sign}},{with:(e,t)=>Ug(function(e,t){return Ha((n=e,r=t,Zs({...n,...pc(r,vl)})));var n,r}(e,t)),negated:e=>Ug(js(e)),abs:e=>Ug(function(e){return-1===e.sign?js(e):e}(e)),add:(e,t,n)=>Ug(Bs(hg,fd,kf,0,e,cg(t),n)),subtract:(e,t,n)=>Ug(Bs(hg,fd,kf,1,e,cg(t),n)),round:(e,t)=>Ug(function(e,t,n,r,o){const i=Gs(r),[a,s,u,c,h]=((e,t,n)=>{e=ma(e,Fl);let r=uf(e);const o=n(e[Jl]);let i=la(e);const a=vf(e,7);let s=sf(e);if(void 0===r&&void 0===s)throw new RangeError(bh);if(null==s&&(s=0),null==r&&(r=Math.max(s,t)),wa(r,s),i=fa(i,s,1),i>1&&s>5&&r!==s)throw new RangeError("For calendar units with roundingIncrement > 1, use largestUnit = smallestUnit");return[r,s,i,a,o]})(o,i,e),l=Math.max(i,a);if(!h&&l<=6)return Ha(Zs(((e,t,n,r,o)=>{const i=Za(Vs(e),n,r,o);return{...Al,...Fs(i,t)}})(r,a,s,u,c)));if(!Ys(h)&&!r.sign)return r;if(!h)throw new RangeError(Sh);const[f,d,g]=_s(t,n,h),m=ks(g),v=Ls(g),y=Rs(g),p=v(d,f,r);Ys(h)||(Ci(f),Ci(p));let w=y(d,f,p,a);const S=r.sign,A=xs(w);if(S&&A&&S!==A)throw new RangeError(sh);return w=xa(w,m(p),a,s,u,c,d,f,m,v),Ha(w)}(hg,fd,kf,e,t)),total:(e,t)=>function(e,t,n,r,o){const i=Gs(r),[a,s]=((e,t)=>{const n=t((e=ma(e,zl))[Jl]);let r=cf(e);return r=ii(zl,r),[r,n]})(o,e),u=Math.max(a,i);if(!s&&Ps(u,s))return Da(r,a);if(!s)throw new RangeError(Sh);if(!r.sign)return 0;const[c,h,l]=_s(t,n,s),f=ks(l),d=Ls(l),g=Rs(l),m=d(h,c,r);Ys(s)||(Ci(c),Ci(m));const v=g(h,c,m,a);return Ps(a,s)?Da(v,a):((e,t,n,r,o,i,a)=>{const s=xs(e),[u,c]=Oa(r,Tl(n,e),n,s,o,i,a),h=_a(t,u,c);return e[ml[n]]+h*s})(v,f(m),a,h,c,f,d)}(hg,fd,kf,e,t),toLocaleString(e,t,n){return Intl.DurationFormat?new Intl.DurationFormat(t,n).format(this):ns(e)},toString:ns,toJSON:e=>ns(e),valueOf:sg},{from:e=>Ug(cg(e)),compare:(e,t,n)=>function(e,t,n,r,o,i){const a=e(ga(i).relativeTo),s=Math.max(Gs(r),Gs(o));if(Uo(ml,r,o))return 0;if(Ps(s,a))return Ai(Vs(r),Vs(o));if(!a)throw new RangeError(Sh);const[u,c,h]=_s(t,n,a),l=ks(h),f=Ls(h);return Ai(l(f(c,u,r)),l(f(c,u,o)))}(hg,fd,kf,cg(e),cg(t),n)}),Zg={Instant:Kd,PlainDateTime:Jd,PlainDate:Wd,PlainTime:qd,PlainYearMonth:Xd,PlainMonthDay:Qd},$g=Dc(Kd),Vg=Dc(Gd),Fg=Dc(Jd),zg=Dc(Wd),Kg=Dc(qd),Gg=Dc(Xd),Jg=Dc(Qd),[Wg,qg]=tg(Af,(function(){return Ma(na(Ro(gi,Lo(Il,[arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,arguments.length>5&&void 0!==arguments[5]?arguments[5]:0])),1))}),Pg,{with(e,t,n){return qg(function(e,t,n){return Ma(((e,t,n)=>wc({...Bo($h,e),...pc(t,$h)},ra(n)))(e,t,n))}(this,ng(t),n))},add:(e,t)=>qg(Es(0,e,cg(t))),subtract:(e,t)=>qg(Es(1,e,cg(t))),until:(e,t,n)=>Ug(Du(0,e,lg(t),n)),since:(e,t,n)=>Ug(Du(1,e,lg(t),n)),round:(e,t)=>qg(function(e,t){const[n,r,o]=aa(t,5);var i;return Ma((i=o,Ra(e,Pa(n,r),i)[0]))}(e,t)),equals:(e,t)=>function(e,t){return!bu(e,t)}(e,lg(t)),toLocaleString(e,t,n){const[r,o]=Kg(t,n,e);return r.format(o)},toString:ts,toJSON:e=>ts(e),valueOf:sg},{from:(e,t)=>qg(lg(e,t)),compare:(e,t)=>bu(lg(e),lg(t))}),[Xg,Qg]=tg(Sf,Zo((function(e,t,n,r){let o=arguments.length>10&&void 0!==arguments[10]?arguments[10]:al;return ba(Ci(Xi(Ro(gi,Lo(Ml,[t,n,r,arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,arguments.length>5&&void 0!==arguments[5]?arguments[5]:0,arguments.length>6&&void 0!==arguments[6]?arguments[6]:0,arguments.length>7&&void 0!==arguments[7]?arguments[7]:0,arguments.length>8&&void 0!==arguments[8]?arguments[8]:0,arguments.length>9&&void 0!==arguments[9]?arguments[9]:0])))),e(o))}),fc),{...Rg,..._g,...Pg},{with:(e,t,n)=>Qg(function(e,t,n,r){const o=e(t.calendar),i=[...o.fields(nl),...Zh].sort(),a={...Ec(s=t),hour:s.isoHour,minute:s.isoMinute,second:s.isoSecond,millisecond:s.isoMillisecond,microsecond:s.isoMicrosecond,nanosecond:s.isoNanosecond};var s;const u=pc(n,i),c=ra(r),h=o.k(a,u),l={...a,...u};return ba(Ci({...o.F(h,va(c)),...na(gd(l),c)}))}(fd,e,ng(t),n)),withCalendar:(e,t)=>Qg(kc(e,ig(t))),withPlainTime:(e,t)=>Qg(function(e){return ba(Ci({...e,...arguments.length>1&&void 0!==arguments[1]?arguments[1]:Dl}))}(e,fg(t))),add:(e,t,n)=>Qg(bs(fd,0,e,cg(t),n)),subtract:(e,t,n)=>Qg(bs(fd,1,e,cg(t),n)),until:(e,t,n)=>Ug(Mu(fd,0,e,dg(t),n)),since:(e,t,n)=>Ug(Mu(fd,1,e,dg(t),n)),round:(e,t)=>Qg(function(e,t){return ba(ka(e,...aa(t)),e.calendar)}(e,t)),equals:(e,t)=>function(e,t){return!Su(e,t)&&e.calendar===t.calendar}(e,dg(t)),toZonedDateTime:(e,t,n)=>hm(function(e,t,n,r){const o=((e,t,n,r)=>{const o=(e=>lf(ga(e)))(r);return ps(e(t),n,o)})(e,n,t,r);return Aa(Di(o),n,t.calendar)}(kf,e,ug(t),n)),toPlainDate:e=>sm(Ta(e)),toPlainTime:e=>qg(Ma(e)),toLocaleString(e,t,n){const[r,o]=Fg(t,n,e);return r.format(o)},toString:qa,toJSON:e=>qa(e),valueOf:sg},{from:(e,t)=>Qg(dg(e,t)),compare:(e,t)=>Su(dg(e),dg(t))}),[em,tm,nm]=tg(pf,Zo((function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:al,o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:xl;const i=gi(t),a=gi(n),s=e(r);return Ea(Ni(Qi({isoYear:gi(o),isoMonth:i,isoDay:a})),s)}),fc),{...Rg,...Lg},{with:(e,t,n)=>tm(function(e,t,n,r){const o=e(t.calendar),i=o.fields(nl).sort(),a=(e=>{const t=ld(e.calendar),[n,r,o]=t.v(e),[i,a]=t.q(n,r);return{monthCode:Fu(i,a),day:o}})(t),s=pc(n,i),u=o.k(a,s);return o._(u,r)}(fd,e,ng(t),n)),equals:(e,t)=>function(e,t){return!Au(e,t)&&e.calendar===t.calendar}(e,gg(t)),toPlainDate(e,t){return sm(function(e,t,n,r){return((e,t,n)=>Sc(e,t,ol,ai(n),Wh))(e(t.calendar),n,r)}(fd,e,this,t))},toLocaleString(e,t,n){const[r,o]=Jg(t,n,e);return r.format(o)},toString:es,toJSON:e=>es(e),valueOf:sg},{from:(e,t)=>tm(gg(e,t))}),[rm,om,im]=tg(yf,Zo((function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:al,o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1;const i=gi(t),a=gi(n),s=e(r);return Ia(Hi(Qi({isoYear:i,isoMonth:a,isoDay:gi(o)})),s)}),fc),{...Rg,...kg},{with:(e,t,n)=>om(function(e,t,n,r){const o=e(t.calendar),i=o.fields(el).sort(),a=(e=>{const t=ld(e.calendar),[n,r]=t.v(e),[o,i]=t.q(n,r);return{year:n,monthCode:Fu(o,i)}})(t),s=pc(n,i),u=o.k(a,s);return o.K(u,r)}(fd,e,ng(t),n)),add:(e,t,n)=>om(Is(fd,0,e,cg(t),n)),subtract:(e,t,n)=>om(Is(fd,1,e,cg(t),n)),until:(e,t,n)=>Ug(Nu(fd,0,e,mg(t),n)),since:(e,t,n)=>Ug(Nu(fd,1,e,mg(t),n)),equals:(e,t)=>function(e,t){return!Au(e,t)&&e.calendar===t.calendar}(e,mg(t)),toPlainDate(e,t){return sm(function(e,t,n,r){return((e,t,n)=>Sc(e,t,tl,ai(n),Qh))(e(t.calendar),n,r)}(fd,e,this,t))},toLocaleString(e,t,n){const[r,o]=Gg(t,n,e);return r.format(o)},toString:Qa,toJSON:e=>Qa(e),valueOf:sg},{from:(e,t)=>om(mg(e,t)),compare:(e,t)=>Au(mg(e),mg(t))}),[am,sm,um]=tg(wf,Zo((function(e,t,n,r){let o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:al;return Ta(Ni(Qi(Ro(gi,{isoYear:t,isoMonth:n,isoDay:r}))),e(o))}),fc),{...Rg,..._g},{with:(e,t,n)=>sm(function(e,t,n,r){const o=e(t.calendar),i=o.fields(nl).sort(),a=Ec(t),s=pc(n,i),u=o.k(a,s);return o.F(u,r)}(fd,e,ng(t),n)),withCalendar:(e,t)=>sm(kc(e,ig(t))),add:(e,t,n)=>sm(Ts(fd,0,e,cg(t),n)),subtract:(e,t,n)=>sm(Ts(fd,1,e,cg(t),n)),until:(e,t,n)=>Ug(Hu(fd,0,e,vg(t),n)),since:(e,t,n)=>Ug(Hu(fd,1,e,vg(t),n)),equals:(e,t)=>function(e,t){return!Au(e,t)&&e.calendar===t.calendar}(e,vg(t)),toZonedDateTime(e,t){const n=No(t)?t:{timeZone:t};return hm(function(e,t,n,r,o){const i=e(o.timeZone),a=o.plainTime,s=void 0!==a?t(a):void 0,u=n(i);let c;return c=s?ps(u,{...r,...s}):ws(u,{...r,...Dl}),Aa(c,i,r.calendar)}(ug,lg,kf,e,n))},toPlainDateTime:(e,t)=>Qg(function(e){return ba(Ci({...e,...arguments.length>1&&void 0!==arguments[1]?arguments[1]:Dl}))}(e,fg(t))),toPlainYearMonth(e){return om(function(e,t,n){return((e,t)=>{const n=yc(e,t,tl);return e.K(n,void 0)})(e(t.calendar),n)}(fd,e,this))},toPlainMonthDay(e){return tm(function(e,t,n){return((e,t)=>{const n=yc(e,t,ol);return e._(n)})(e(t.calendar),n)}(fd,e,this))},toLocaleString(e,t,n){const[r,o]=zg(t,n,e);return r.format(o)},toString:Xa,toJSON:e=>Xa(e),valueOf:sg},{from:(e,t)=>sm(vg(e,t)),compare:(e,t)=>Au(vg(e),vg(t))}),[cm,hm]=tg(bf,Zo((function(e,t,n,r){let o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:al;return Aa(Di(Ti(fi(n))),t(r),e(o))}),fc,(function(e){return mu(fl(e))})),{...Bg,...Rg,...pg(_g),...pg(Pg),offset:e=>hs(wg(e).offsetNanoseconds),offsetNanoseconds:e=>wg(e).offsetNanoseconds,timeZoneId:e=>e.timeZone,hoursInDay:e=>function(e,t){const n=e(t.timeZone),r=Of(t,n),[o,i]=Ba(r),a=Ei(Si(ws(n,o),ws(n,i)),jh,1);if(a<=0)throw new RangeError(sh);return a}(kf,e)},{with:(e,t,n)=>hm(function(e,t,n,r,o){const{calendar:i,timeZone:a}=n,s=e(i),u=t(a),c=[...s.fields(nl),...zh].sort(),h=(e=>{const t=Of(e,kf),n=hs(t.offsetNanoseconds),r=ld(e.calendar),[o,i,a]=r.v(t),[s,u]=r.q(o,i),c=Fu(s,u);return{...md(t),year:o,monthCode:c,day:a,offset:n}})(n),l=pc(r,c),f=s.k(h,l),d={...h,...l},[g,m,v]=oa(o,2);return Aa(ys(u,{...s.F(f,va(g)),...na(gd(d),g)},qs(d.offset),m,v),a,i)}(fd,kf,e,ng(t),n)),withCalendar:(e,t)=>hm(kc(e,ig(t))),withTimeZone:(e,t)=>hm(function(e,t){return{...e,timeZone:t}}(e,ug(t))),withPlainTime:(e,t)=>hm(function(e,t,n){const r=t.timeZone,o=e(r),i={...Of(t,o),...n||Dl};let a;return a=n?ys(o,i,i.offsetNanoseconds,2):ws(o,i),Aa(a,r,t.calendar)}(kf,e,fg(t))),add:(e,t,n)=>hm(As(fd,kf,0,e,cg(t),n)),subtract:(e,t,n)=>hm(As(fd,kf,1,e,cg(t),n)),until:(e,t,n)=>Ug(Ha(Eu(fd,kf,0,e,yg(t),n))),since:(e,t,n)=>Ug(Ha(Eu(fd,kf,1,e,yg(t),n))),round:(e,t)=>hm(function(e,t,n){let{epochNanoseconds:r,timeZone:o,calendar:i}=t;const[a,s,u]=aa(n);if(0===a&&1===s)return t;const c=e(o);if(6===a)r=((e,t,n,r)=>{const o=Of(n,t),[i,a]=e(o),s=n.epochNanoseconds,u=ws(t,i),c=ws(t,a);if(bi(s,u,c))throw new RangeError(sh);return Fa(_a(s,u,c),r)?c:u})(Ba,c,t,u);else{const e=c.R(r);r=ys(c,ka(Ui(r,e),a,s,u),e,2,0,1)}return Aa(r,o,i)}(kf,e,t)),startOfDay:e=>hm(function(e,t){const{timeZone:n,calendar:r}=t,o=((e,t,n)=>ws(t,e(Of(n,t))))(ja,e(n),t);return Aa(o,n,r)}(kf,e)),equals:(e,t)=>function(e,t){return!wu(e,t)&&!!Tu(e.timeZone,t.timeZone)&&e.calendar===t.calendar}(e,yg(t)),toInstant:e=>fm(function(e){return Sa(e.epochNanoseconds)}(e)),toPlainDateTime:e=>Qg(Mc(kf,e)),toPlainDate:e=>sm(Hc(kf,e)),toPlainTime:e=>qg(Nc(kf,e)),toLocaleString(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const[r,o]=Vg(t,n,e);return r.format(o)},toString:(e,t)=>Wa(kf,e,t),toJSON:e=>Wa(kf,e),valueOf:sg,getTimeZoneTransition(e,t){const{timeZone:n,epochNanoseconds:r}=e,o=function(e){const t=ma(e,Wl),n=pa(Wl,af,t,0);if(!n)throw new RangeError(Fc(Wl,n));return n}(t),i=kf(n).O(r,o);return i?hm({...e,epochNanoseconds:i}):null}},{from:(e,t)=>hm(yg(e,t)),compare:(e,t)=>wu(yg(e),yg(t))}),[lm,fm,dm]=tg(Tf,(function(e){return Sa(Di(Ti(fi(e))))}),Bg,{add:(e,t)=>fm(Ss(0,e,cg(t))),subtract:(e,t)=>fm(Ss(1,e,cg(t))),until:(e,t,n)=>Ug(Iu(0,e,Sg(t),n)),since:(e,t,n)=>Ug(Iu(1,e,Sg(t),n)),round:(e,t)=>fm(function(e,t){const[n,r,o]=aa(t,5,1);return Sa(Za(e.epochNanoseconds,n,r,o,1))}(e,t)),equals:(e,t)=>function(e,t){return!pu(e,t)}(e,Sg(t)),toZonedDateTimeISO:(e,t)=>hm(function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:al;return Aa(e.epochNanoseconds,t,n)}(e,ug(t))),toLocaleString(e,t,n){const[r,o]=$g(t,n,e);return r.format(o)},toString:(e,t)=>Ja(ug,kf,e,t),toJSON:e=>Ja(ug,kf,e),valueOf:sg},{from:e=>fm(Sg(e)),fromEpochMilliseconds:e=>fm(function(e){return Sa(Di(Ii(mi(e),Yh)))}(e)),fromEpochNanoseconds:e=>fm(function(e){return Sa(Di(Ti(fi(e))))}(e)),compare:(e,t)=>pu(Sg(e),Sg(t))}),gm=Object.defineProperties({},{...ko("Temporal.Now"),...Oo({timeZoneId:()=>Yc(),instant:()=>fm(Sa(Rc())),zonedDateTimeISO:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Yc();return hm(Aa(Rc(),ug(e),al))},plainDateTimeISO:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Yc();return Qg(ba(Lc(kf(ug(e))),al))},plainDateISO:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Yc();return sm(Ta(Lc(kf(ug(e))),al))},plainTimeISO:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Yc();return qg(Ma(Lc(kf(ug(e)))))}})}),mm=Object.defineProperties({},{...ko("Temporal"),...Oo({PlainYearMonth:rm,PlainMonthDay:em,PlainDate:am,PlainTime:Wg,PlainDateTime:Xg,ZonedDateTime:cm,Instant:lm,Duration:jg,Now:gm})}),vm=Ag(),ym=new WeakMap;function pm(e){return e*Math.PI/180}function wm(e){return 180*e/Math.PI}Object.create(Intl),Oo({DateTimeFormat:vm}),Object.defineProperties(globalThis,Oo({Temporal:mm})),Object.defineProperties(Intl,Oo({DateTimeFormat:vm})),Object.defineProperties(Date.prototype,Oo({toTemporalInstant:function(){const e=Date.prototype.valueOf.call(this);return fm(Sa(Ii(ui(e),Yh)))}}));class Sm{constructor(e,t,n,r,o){this.locationName=null,this.setLocationName(e),this.setLatitude(t),this.setLongitude(n),this.setElevation(r),this.setTimeZone(o)}getElevation(){return this.elevation}setElevation(e){if("number"!=typeof e)throw new TypeError("Invalid elevation");if(e<0)throw new RangeError(`elevation ${e} must be zero or positive`);this.elevation=e}setLatitude(e){if("number"!=typeof e)throw new TypeError("Invalid latitude");if(e<-90||e>90)throw new RangeError(`Latitude ${e} out of range [-90,90]`);this.latitude=e}getLatitude(){return this.latitude}setLongitude(e){if("number"!=typeof e)throw new TypeError("Invalid longitude");if(e<-180||e>180)throw new RangeError(`Longitude ${e} out of range [-180,180]`);this.longitude=e}getLongitude(){return this.longitude}getLocationName(){return this.locationName}setLocationName(e){this.locationName=e}getTimeZone(){return this.timeZoneId}setTimeZone(e){this.timeZoneId=e}}const Am=6356.9;class bm{constructor(e,t){this.date=t,this.geoLocation=e}getSunrise(){const e=this.getUTCSunrise0(bm.GEOMETRIC_ZENITH);return isNaN(e)?null:this.getDateFromTime(e,!0)}getSeaLevelSunrise(){const e=this.getUTCSeaLevelSunrise(bm.GEOMETRIC_ZENITH);return isNaN(e)?null:this.getDateFromTime(e,!0)}getBeginCivilTwilight(){return this.getSunriseOffsetByDegrees(bm.CIVIL_ZENITH)}getBeginNauticalTwilight(){return this.getSunriseOffsetByDegrees(bm.NAUTICAL_ZENITH)}getBeginAstronomicalTwilight(){return this.getSunriseOffsetByDegrees(bm.ASTRONOMICAL_ZENITH)}getSunset(){const e=this.getUTCSunset0(bm.GEOMETRIC_ZENITH);return isNaN(e)?null:this.getDateFromTime(e,!1)}getSeaLevelSunset(){const e=this.getUTCSeaLevelSunset(bm.GEOMETRIC_ZENITH);return isNaN(e)?null:this.getDateFromTime(e,!1)}getEndCivilTwilight(){return this.getSunsetOffsetByDegrees(bm.CIVIL_ZENITH)}getEndNauticalTwilight(){return this.getSunsetOffsetByDegrees(bm.NAUTICAL_ZENITH)}getEndAstronomicalTwilight(){return this.getSunsetOffsetByDegrees(bm.ASTRONOMICAL_ZENITH)}static getTimeOffset(e,t){return null===e||isNaN(t)?null:e.add({milliseconds:t})}getSunriseOffsetByDegrees(e){const t=this.getUTCSunrise0(e);return isNaN(t)?null:this.getDateFromTime(t,!0)}getSunsetOffsetByDegrees(e){const t=this.getUTCSunset0(e);return isNaN(t)?null:this.getDateFromTime(t,!1)}getUTCSunrise0(e){return this.getUTCSunrise(this.getAdjustedDate(),this.geoLocation,e,!0)}getUTCSeaLevelSunrise(e){return this.getUTCSunrise(this.getAdjustedDate(),this.geoLocation,e,!1)}getUTCSunset0(e){return this.getUTCSunset(this.getAdjustedDate(),this.geoLocation,e,!0)}getUTCSeaLevelSunset(e){return this.getUTCSunset(this.getAdjustedDate(),this.geoLocation,e,!1)}getAdjustedDate(){return this.date}getElevationAdjustment(e){return wm(Math.acos(Am/(Am+e/1e3)))}adjustZenith(e,t){let n=e;return e===bm.GEOMETRIC_ZENITH&&(n=e+(.8333333333333333+this.getElevationAdjustment(t))),n}getUTCSunrise(e,t,n,r){const o=r?t.getElevation():0,i=this.adjustZenith(n,o);let a=bm.getSunriseUTC(bm.getJulianDay(e),t.getLatitude(),-t.getLongitude(),i);for(a/=60;a<0;)a+=24;for(;a>=24;)a-=24;return a}getUTCSunset(e,t,n,r){const o=r?t.getElevation():0,i=this.adjustZenith(n,o);let a=bm.getSunsetUTC(bm.getJulianDay(e),t.getLatitude(),-t.getLongitude(),i);for(a/=60;a<0;)a+=24;for(;a>=24;)a-=24;return a}getTemporalHour(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.getSeaLevelSunrise(),t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.getSeaLevelSunset();if(null===e||null===t)return NaN;const n=t.epochMilliseconds-e.epochMilliseconds;return Math.floor(n/12)}getSunTransit(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.getSeaLevelSunrise(),t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.getSeaLevelSunset();const n=this.getTemporalHour(e,t);return bm.getTimeOffset(e,6*n)}getDateFromTime(e,t){if(isNaN(e))return null;let n=e,r=this.getAdjustedDate();const o=Math.trunc(n);n-=o;const i=Math.trunc(n*=60);n-=i;const a=Math.trunc(n*=60);n-=a;const s=Math.trunc(this.geoLocation.getLongitude()/15);return t&&s+o>18?r=r.add({days:-1}):!t&&s+o<6&&(r=r.add({days:1})),r.toZonedDateTime({timeZone:"UTC",plainTime:new Temporal.PlainTime(o,i,a,Math.trunc(1e3*n))}).withTimeZone(this.geoLocation.getTimeZone())}static getJulianDay(e){let{year:t,month:n}=e;const{day:r}=e;n<=2&&(t-=1,n+=12);const o=Math.trunc(t/100),i=Math.trunc(2-o+o/4);return Math.floor(365.25*(t+4716))+Math.floor(30.6001*(n+1))+r+i-1524.5}static getJulianCenturiesFromJulianDay(e){return(e-bm.JULIAN_DAY_JAN_1_2000)/bm.JULIAN_DAYS_PER_CENTURY}static getJulianDayFromJulianCenturies(e){return e*bm.JULIAN_DAYS_PER_CENTURY+bm.JULIAN_DAY_JAN_1_2000}static getSunGeometricMeanLongitude(e){let t=280.46646+e*(36000.76983+3032e-7*e);for(;t>360;)t-=360;for(;t<0;)t+=360;return t}static getSunGeometricMeanAnomaly(e){return 357.52911+e*(35999.05029-1537e-7*e)}static getEarthOrbitEccentricity(e){return.016708634-e*(42037e-9+1.267e-7*e)}static getSunEquationOfCenter(e){const t=pm(bm.getSunGeometricMeanAnomaly(e));return Math.sin(t)*(1.914602-e*(.004817+14e-6*e))+Math.sin(t+t)*(.019993-101e-6*e)+289e-6*Math.sin(t+t+t)}static getSunTrueLongitude(e){return bm.getSunGeometricMeanLongitude(e)+bm.getSunEquationOfCenter(e)}static getSunApparentLongitude(e){const t=125.04-1934.136*e;return bm.getSunTrueLongitude(e)-.00569-.00478*Math.sin(pm(t))}static getMeanObliquityOfEcliptic(e){return 23+(26+(21.448-e*(46.815+e*(59e-5-.001813*e)))/60)/60}static getObliquityCorrection(e){const t=125.04-1934.136*e;return bm.getMeanObliquityOfEcliptic(e)+.00256*Math.cos(pm(t))}static getSunDeclination(e){const t=bm.getObliquityCorrection(e),n=bm.getSunApparentLongitude(e),r=Math.sin(pm(t))*Math.sin(pm(n));return wm(Math.asin(r))}static getEquationOfTime(e){const t=bm.getObliquityCorrection(e),n=bm.getSunGeometricMeanLongitude(e),r=bm.getEarthOrbitEccentricity(e),o=bm.getSunGeometricMeanAnomaly(e);let i=Math.tan(pm(t)/2);i*=i;const a=Math.sin(2*pm(n)),s=Math.sin(pm(o));return 4*wm(i*a-2*r*s+4*r*i*s*Math.cos(2*pm(n))-.5*i*i*Math.sin(4*pm(n))-1.25*r*r*Math.sin(2*pm(o)))}static getSunHourAngleAtSunrise(e,t,n){const r=pm(e),o=pm(t);return Math.acos(Math.cos(pm(n))/(Math.cos(r)*Math.cos(o))-Math.tan(r)*Math.tan(o))}static getSunHourAngleAtSunset(e,t,n){const r=pm(e),o=pm(t);return-Math.acos(Math.cos(pm(n))/(Math.cos(r)*Math.cos(o))-Math.tan(r)*Math.tan(o))}static getSolarElevation(e,t,n){const r=bm.getJulianDay(e.toPlainDate()),o=bm.getJulianCenturiesFromJulianDay(r),i=bm.getEquationOfTime(o);let a=e.hour+12+(e.minute+i+e.second/60)/60;a=-360*a/24%360;const s=pm(n-a),u=pm(bm.getSunDeclination(o)),c=pm(t);return wm(Math.asin(Math.sin(c)*Math.sin(u)+Math.cos(c)*Math.cos(u)*Math.cos(s)))}static getSolarAzimuth(e,t,n){const r=bm.getJulianDay(e.toPlainDate()),o=bm.getJulianCenturiesFromJulianDay(r),i=bm.getEquationOfTime(o);let a=e.hour+12+(e.minute+i+e.second/60)/60;a=-360*a/24%360;const s=pm(n-a),u=pm(bm.getSunDeclination(o)),c=pm(t);return wm(Math.atan(Math.sin(s)/(Math.cos(s)*Math.sin(c)-Math.tan(u)*Math.cos(c))))+180}static getSunriseUTC(e,t,n,r){const o=bm.getJulianCenturiesFromJulianDay(e),i=bm.getSolarNoonUTC(o,n),a=bm.getJulianCenturiesFromJulianDay(e+i/1440);let s=bm.getEquationOfTime(a),u=bm.getSunDeclination(a),c=bm.getSunHourAngleAtSunrise(t,u,r),h=n-wm(c),l=4*h,f=720+l-s;const d=bm.getJulianCenturiesFromJulianDay(bm.getJulianDayFromJulianCenturies(o)+f/1440);return s=bm.getEquationOfTime(d),u=bm.getSunDeclination(d),c=bm.getSunHourAngleAtSunrise(t,u,r),h=n-wm(c),l=4*h,f=720+l-s,f}static getSolarNoonUTC(e,t){const n=bm.getJulianCenturiesFromJulianDay(bm.getJulianDayFromJulianCenturies(e)+t/360);let r=bm.getEquationOfTime(n);const o=720+4*t-r,i=bm.getJulianCenturiesFromJulianDay(bm.getJulianDayFromJulianCenturies(e)-.5+o/1440);return r=bm.getEquationOfTime(i),720+4*t-r}static getSunsetUTC(e,t,n,r){const o=bm.getJulianCenturiesFromJulianDay(e),i=bm.getSolarNoonUTC(o,n),a=bm.getJulianCenturiesFromJulianDay(e+i/1440);let s=bm.getEquationOfTime(a),u=bm.getSunDeclination(a),c=bm.getSunHourAngleAtSunset(t,u,r),h=n-wm(c),l=4*h,f=720+l-s;const d=bm.getJulianCenturiesFromJulianDay(bm.getJulianDayFromJulianCenturies(o)+f/1440);return s=bm.getEquationOfTime(d),u=bm.getSunDeclination(d),c=bm.getSunHourAngleAtSunset(t,u,r),h=n-wm(c),l=4*h,f=720+l-s,f}}bm.GEOMETRIC_ZENITH=90,bm.CIVIL_ZENITH=96,bm.NAUTICAL_ZENITH=102,bm.ASTRONOMICAL_ZENITH=108,bm.JULIAN_DAY_JAN_1_2000=2451545,bm.JULIAN_DAYS_PER_CENTURY=36525;const Tm=[["Ashdod","IL",31.79213,34.64966,"Asia/Jerusalem",27],["Atlanta","US",33.749,-84.38798,"America/New_York",336],["Austin","US",30.26715,-97.74306,"America/Chicago",165],["Baghdad","IQ",33.34058,44.40088,"Asia/Baghdad",41],["Beer Sheva","IL",31.25181,34.7913,"Asia/Jerusalem",285],["Berlin","DE",52.52437,13.41053,"Europe/Berlin",43],["Baltimore","US",39.29038,-76.61219,"America/New_York",35],["Bogota","CO",4.60971,-74.08175,"America/Bogota",2582],["Boston","US",42.35843,-71.05977,"America/New_York",38],["Budapest","HU",47.49801,19.03991,"Europe/Budapest",104],["Buenos Aires","AR",-34.61315,-58.37723,"America/Argentina/Buenos_Aires",31],["Buffalo","US",42.88645,-78.87837,"America/New_York",191],["Chicago","US",41.85003,-87.65005,"America/Chicago",180],["Cincinnati","US",39.162,-84.45689,"America/New_York",267],["Cleveland","US",41.4995,-81.69541,"America/New_York",204],["Dallas","US",32.78306,-96.80667,"America/Chicago",139],["Denver","US",39.73915,-104.9847,"America/Denver",1636],["Detroit","US",42.33143,-83.04575,"America/Detroit",192],["Eilat","IL",29.55805,34.94821,"Asia/Jerusalem",63],["Gibraltar","GI",36.14474,-5.35257,"Europe/Gibraltar",11],["Haifa","IL",32.81841,34.9885,"Asia/Jerusalem",40],["Hawaii","US",21.30694,-157.85833,"Pacific/Honolulu",18],["Helsinki","FI",60.16952,24.93545,"Europe/Helsinki",26],["Houston","US",29.76328,-95.36327,"America/Chicago",30],["Jerusalem","IL",31.76904,35.21633,"Asia/Jerusalem",786],["Johannesburg","ZA",-26.20227,28.04363,"Africa/Johannesburg",1767],["Kiev","UA",50.45466,30.5238,"Europe/Kiev",187],["La Paz","BO",-16.5,-68.15,"America/La_Paz",3782],["Livingston","US",40.79593,-74.31487,"America/New_York",98],["Las Vegas","US",36.17497,-115.13722,"America/Los_Angeles",613],["London","GB",51.50853,-.12574,"Europe/London",25],["Los Angeles","US",34.05223,-118.24368,"America/Los_Angeles",96],["Marseilles","FR",43.29695,5.38107,"Europe/Paris",28],["Miami","US",25.77427,-80.19366,"America/New_York",25],["Minneapolis","US",44.97997,-93.26384,"America/Chicago",262],["Melbourne","AU",-37.814,144.96332,"Australia/Melbourne",25],["Mexico City","MX",19.42847,-99.12766,"America/Mexico_City",2240],["Montreal","CA",45.50884,-73.58781,"America/Toronto",216],["Moscow","RU",55.75222,37.61556,"Europe/Moscow",144],["New York","US",40.71427,-74.00597,"America/New_York",57],["Omaha","US",41.25861,-95.93779,"America/Chicago",315],["Ottawa","CA",45.41117,-75.69812,"America/Toronto",71],["Panama City","PA",8.9936,-79.51973,"America/Panama",17],["Paris","FR",48.85341,2.3488,"Europe/Paris",42],["Pawtucket","US",41.87871,-71.38256,"America/New_York",0],["Petach Tikvah","IL",32.08707,34.88747,"Asia/Jerusalem",54],["Philadelphia","US",39.95233,-75.16379,"America/New_York",8],["Phoenix","US",33.44838,-112.07404,"America/Phoenix",366],["Pittsburgh","US",40.44062,-79.99589,"America/New_York",239],["Providence","US",41.82399,-71.41283,"America/New_York",0],["Portland","US",45.52345,-122.67621,"America/Los_Angeles",15],["Saint Louis","US",38.62727,-90.19789,"America/Chicago",149],["Saint Petersburg","RU",59.93863,30.31413,"Europe/Moscow",11],["San Diego","US",32.71533,-117.15726,"America/Los_Angeles",20],["San Francisco","US",37.77493,-122.41942,"America/Los_Angeles",28],["Sao Paulo","BR",-23.5475,-46.63611,"America/Sao_Paulo",769],["Seattle","US",47.60621,-122.33207,"America/Los_Angeles",56],["Sydney","AU",-33.86785,151.20732,"Australia/Sydney",58],["Tel Aviv","IL",32.08088,34.78057,"Asia/Jerusalem",15],["Tiberias","IL",32.79221,35.53124,"Asia/Jerusalem",0],["Toronto","CA",43.70011,-79.4163,"America/Toronto",175],["Vancouver","CA",49.24966,-123.11934,"America/Vancouver",70],["White Plains","US",41.03399,-73.76291,"America/New_York",82],["Washington DC","US",38.89511,-77.03637,"America/New_York",6],["Worcester","US",42.26259,-71.80229,"America/New_York",164]],Im=new Map,Em={0:"UTC",4:"America/Puerto_Rico",5:"America/New_York",6:"America/Chicago",7:"America/Denver",8:"America/Los_Angeles",9:"America/Anchorage",10:"Pacific/Honolulu",11:"Pacific/Pago_Pago",13:"Pacific/Funafuti",14:"Pacific/Guam",15:"Pacific/Palau",16:"Pacific/Chuuk"},Mm=new Map;class Hm extends Sm{constructor(e,t,n,r,o,i,a,s){const u="number"==typeof e?e:parseFloat(e);if(isNaN(u)||u<-90||u>90)throw new RangeError(`Latitude ${e} out of range [-90,90]`);const c="number"==typeof t?t:parseFloat(t);if(isNaN(c)||c<-180||c>180)throw new RangeError(`Longitude ${t} out of range [-180,180]`);super(o||null,u,c,"number"==typeof s&&s>0?s:0,r),this.il=Boolean(n),this.cc=i,this.geoid=a}getIsrael(){return this.il}getName(){return this.getLocationName()}getShortName(){const e=this.getLocationName();if(!e)return e;const t=e.indexOf(", ");if(-1===t)return e;if("US"===this.cc&&"D"===e[t+2]){if("C"===e[t+3])return e.substring(0,t+4);if("."===e[t+3]&&"C"===e[t+4])return e.substring(0,t+6)}return e.substring(0,t)}getCountryCode(){return this.cc}getTzid(){return this.getTimeZone()}getTimeFormatter(){return function(e){const t=Mm.get(e);if(t)return t;const n=new Intl.DateTimeFormat("en-US",{timeZone:e,hour:"numeric",minute:"numeric",hour12:!1});return Mm.set(e,n),n}(this.getTimeZone())}getGeoId(){return this.geoid}static lookup(e){return Im.get(e.toLowerCase())}toString(){return JSON.stringify(this)}static legacyTzToTzid(e,t){if(e=+e,"none"===t){if(0===e)return"UTC";return`Etc/GMT${e>0?"+":""}${e}`}if(2===e&&"israel"===t)return"Asia/Jerusalem";if("eu"===t)switch(e){case-2:return"Atlantic/Cape_Verde";case-1:return"Atlantic/Azores";case 0:return"Europe/London";case 1:return"Europe/Paris";case 2:return"Europe/Athens"}else if("usa"===t)return Em[String(-1*e)]}static getUsaTzid(e,t,n){return 10===(t=+t)&&"AK"===e?"America/Adak":7===t&&"AZ"===e?"Y"===n?"America/Denver":"America/Phoenix":Em[t]}static addLocation(e,t){const n=e.toLowerCase();return!Im.has(n)&&(Im.set(n,t),!0)}}for(const e of Tm){const t=new Hm(e[2],e[3],"IL"===e[1],e[4],e[0],e[1],void 0,e[5]);Hm.addLocation(e[0],t)}function Nm(e){if(null===e)return new Date(NaN);const t=new Date(e.epochMilliseconds);return t.setMilliseconds(0),t}class Cm{constructor(e,t,n){const r=function(e){if(u(e))return e;if(Me.isHDate(e))return e.greg();throw new TypeError(`invalid date: ${e}`)}(t);this.date=r,this.gloc=e;const o=Temporal.PlainDate.from({year:r.getFullYear(),month:r.getMonth()+1,day:r.getDate()});this.noaa=new bm(e,o),this.useElevation=Boolean(n)}getUseElevation(){return this.useElevation}setUseElevation(e){this.useElevation=e}timeAtAngle(e,t){const n=90+e;return Nm(t?this.noaa.getSunriseOffsetByDegrees(n):this.noaa.getSunsetOffsetByDegrees(n))}sunrise(){return Nm(this.useElevation?this.noaa.getSunrise():this.noaa.getSeaLevelSunrise())}seaLevelSunrise(){return Nm(this.noaa.getSeaLevelSunrise())}sunset(){return Nm(this.useElevation?this.noaa.getSunset():this.noaa.getSeaLevelSunset())}seaLevelSunset(){return Nm(this.noaa.getSeaLevelSunset())}dawn(){return Nm(this.noaa.getBeginCivilTwilight())}dusk(){return Nm(this.noaa.getEndCivilTwilight())}gregEve(){const e=new Date(this.date);e.setDate(e.getDate()-1);return new Cm(this.gloc,e,this.useElevation).sunset()}nightHour(){return(this.sunrise().getTime()-this.gregEve().getTime())/12}chatzot(){const e=this.noaa.getSeaLevelSunrise(),t=this.noaa.getSeaLevelSunset();return Nm(this.noaa.getSunTransit(e,t))}chatzotNight(){return new Date(this.sunrise().getTime()-6*this.nightHour())}alotHaShachar(){return this.timeAtAngle(16.1,!0)}misheyakir(){return this.timeAtAngle(11.5,!0)}misheyakirMachmir(){return this.timeAtAngle(10.2,!0)}getShaahZmanisBasedZman(e){const t=this.useElevation?this.noaa.getSunrise():this.noaa.getSeaLevelSunrise(),n=this.useElevation?this.noaa.getSunset():this.noaa.getSeaLevelSunset(),r=this.noaa.getTemporalHour(t,n),o=Math.round(r*e);return Nm(bm.getTimeOffset(t,o))}sofZmanShma(){return this.getShaahZmanisBasedZman(3)}sofZmanTfilla(){return this.getShaahZmanisBasedZman(4)}getTemporalHour72(e){const t=this.sunriseOffset(-72,!1,e),n=(this.sunsetOffset(72,!1,e).getTime()-t.getTime())/12;return[t,n]}getTemporalHourByDeg(e){const t=this.timeAtAngle(e,!0),n=(this.timeAtAngle(e,!1).getTime()-t.getTime())/12;return[t,n]}sofZmanShmaMGA(){const[e,t]=this.getTemporalHour72(!0),n=Math.floor(3*t);return new Date(e.getTime()+n)}sofZmanShmaMGA16Point1(){const[e,t]=this.getTemporalHourByDeg(16.1),n=Math.floor(3*t);return new Date(e.getTime()+n)}sofZmanShmaMGA19Point8(){const[e,t]=this.getTemporalHourByDeg(19.8),n=Math.floor(3*t);return new Date(e.getTime()+n)}sofZmanTfillaMGA(){const[e,t]=this.getTemporalHour72(!0),n=Math.floor(4*t);return new Date(e.getTime()+n)}sofZmanTfillaMGA16Point1(){const[e,t]=this.getTemporalHourByDeg(16.1),n=Math.floor(4*t);return new Date(e.getTime()+n)}sofZmanTfillaMGA19Point8(){const[e,t]=this.getTemporalHourByDeg(19.8),n=Math.floor(4*t);return new Date(e.getTime()+n)}minchaGedola(){return this.getShaahZmanisBasedZman(6.5)}minchaGedolaMGA(){const[e,t]=this.getTemporalHour72(!1),n=Math.floor(6.5*t);return new Date(e.getTime()+n)}minchaKetana(){return this.getShaahZmanisBasedZman(9.5)}minchaKetanaMGA(){const[e,t]=this.getTemporalHour72(!1);return new Date(e.getTime()+Math.floor(9.5*t))}plagHaMincha(){return this.getShaahZmanisBasedZman(10.75)}tzeit(e=8.5){return this.timeAtAngle(e,!1)}neitzHaChama(){return this.sunrise()}shkiah(){return this.sunset()}beinHaShmashos(){const e=this.tzeit(7.083),t=e.getTime();return isNaN(t)?e:new Date(t-81e4)}static formatTime(e,t){const n=t.format(e),r=n.split(":");return"24"===r[0]?"00:"+r[1]:n}static roundTime(e){const t=e.getTime();if(isNaN(t))return e;const n=e.getMilliseconds(),r=e.getSeconds();if(0===r&&0===n)return e;const o=1e3*r+n;return new Date(t+(o>=3e4?6e4-o:-1*o))}static timeZoneOffset(e,t){const n=function(e,t){const n=ae("UTC",t),r=ae(e,t),o=new Date(n).getTime()-new Date(r).getTime();return Math.ceil(o/1e3/60)}(e,t),r=Math.abs(n),o=r%60;return(n<0?"+":"-")+re(Math.floor(r/60))+":"+re(o)}static formatISOWithTimeZone(e,t){return isNaN(t.getTime())?"0000-00-00T00:00:00Z":ae(e,t).substring(0,19)+Cm.timeZoneOffset(e,t)}sunriseOffset(e,t=!0,n=!1){const r=n?this.seaLevelSunrise():this.sunrise();return isNaN(r.getTime())?r:(t&&(e>0&&r.getSeconds()>=30&&e++,r.setSeconds(0,0)),new Date(r.getTime()+60*e*1e3))}sunsetOffset(e,t=!0,n=!1){const r=n?this.seaLevelSunset():this.sunset();return isNaN(r.getTime())?r:(t&&(e>0&&r.getSeconds()>=30&&e++,r.setSeconds(0,0)),new Date(r.getTime()+60*e*1e3))}static makeSunsetAwareHDate(e,t,n){const r=new Cm(e,t,n).sunset();let o=new Me(t);const i=r.getTime();return isNaN(i)||t.getTime()>=i&&(o=o.next()),o}}const Dm={US:1,CA:1,BR:1,AU:1,NZ:1,DO:1,PR:1,GR:1,IN:1,KR:1,NP:1,ZA:1};function Om(e,t,n){var r;if("string"!=typeof e)throw new TypeError(`Bad timeStr: ${e}`);const o=(null===(r=null==n?void 0:n.location)||void 0===r?void 0:r.getCountryCode())||((null==n?void 0:n.il)?"IL":"US"),i=null==n?void 0:n.hour12;if(void 0!==i&&!i)return e;if(!i&&void 0===Dm[o])return e;const a=e.split(":");let s=parseInt(a[0],10);return s<12&&t?(t=t.replace("p","a").replace("P","A"),0===s&&(s=12)):s>12?s%=12:0===s&&(s="00"),`${s}:${a[1]}${t}`}class _m extends Pe{constructor(e,t,n,r,o,i,a){super(e,t,n),this.eventTime=Cm.roundTime(r),this.location=o;const s=o.getTimeFormatter();this.eventTimeStr=Cm.formatTime(this.eventTime,s);const u=Object.assign(Object.assign({},a),{location:o});this.fmtTime=Om(this.eventTimeStr,"pm",u),void 0!==i&&(this.linkedEvent=i)}render(e){return pe.gettext(this.getDesc(),e)+": "+this.fmtTime}renderBrief(e){return pe.gettext(this.getDesc(),e)}getCategories(){switch(this.getDesc()){case"Candle lighting":return["candles"];case"Havdalah":return["havdalah"];case"Fast begins":case"Fast ends":return["zmanim","fast"]}return["unknown"]}}class km extends _m{constructor(e,t,n,r,o,i){super(e,"Candle lighting",t,n,r,o,i)}getEmoji(){return"🕯️"}}class Lm extends _m{constructor(e,t,n,r,o,i,a){super(e,"Havdalah",t,n,r,i,a),o&&(this.havdalahMins=o)}render(e){return this.renderBrief(e)+": "+this.fmtTime}renderBrief(e){let t=pe.gettext(this.getDesc(),e);if(this.havdalahMins){const n=pe.gettext("min",e);t+=` (${this.havdalahMins} ${n})`}return t}getEmoji(){return"✨"}}const Rm=f.NISAN,Ym=f.IYYAR,Pm=f.SIVAN,Bm=f.ELUL,jm=f.TISHREI,Um=f.CHESHVAN,xm=f.KISLEV,Zm=f.SHVAT,$m=f.ADAR_II,Vm=Re.CHAG,Fm=Re.LIGHT_CANDLES,zm=Re.YOM_TOV_ENDS,Km=Re.CHUL_ONLY,Gm=Re.IL_ONLY,Jm=Re.LIGHT_CANDLES_TZEIS,Wm=Re.MINOR_HOLIDAY,qm=Re.EREV,Xm=Re.CHOL_HAMOED,Qm="🫓",ev="🌿🍋",tv="Rosh Hashana II",nv="Erev Yom Kippur",rv="Yom Kippur",ov="Erev Sukkot",iv="Sukkot I",av="Sukkot II",sv="Sukkot III (CH''M)",uv="Sukkot IV (CH''M)",cv="Sukkot V (CH''M)",hv="Sukkot VI (CH''M)",lv="Shmini Atzeret",fv="Simchat Torah",dv="Sukkot II (CH''M)",gv="Sukkot VII (Hoshana Raba)",mv="Chanukah: 1 Candle",vv="Tu BiShvat",yv="Erev Purim",pv="Purim",wv="Shushan Purim",Sv="Erev Pesach",Av="Pesach I",bv="Pesach II",Tv="Pesach II (CH''M)",Iv="Pesach III (CH''M)",Ev="Pesach IV (CH''M)",Mv="Pesach V (CH''M)",Hv="Pesach VI (CH''M)",Nv="Pesach VII",Cv="Pesach VIII",Dv="Pesach Sheni",Ov="Lag BaOmer",_v="Erev Shavuot",kv="Shavuot",Lv="Shavuot I",Rv="Shavuot II",Yv="Tu B'Av",Pv="Rosh Hashana LaBehemot",Bv="Erev Rosh Hashana",jv="Yom Yerushalayim",Uv="Ben-Gurion Day",xv="Family Day",Zv="Yitzhak Rabin Memorial Day",$v="Herzl Day",Vv="Jabotinsky Day",Fv="Sigd",zv="Yom HaAliyah",Kv="Yom HaAliyah School Observance",Gv="Hebrew Language Day",Jv={ASARA_BTEVET:"Asara B'Tevet",BIRKAT_HACHAMAH:"Birkat Hachamah",CHAG_HABANOT:"Chag HaBanot",CHANUKAH_8TH_DAY:"Chanukah: 8th Day",EREV_TISHA_BAV:"Erev Tish'a B'Av",LEIL_SELICHOT:"Leil Selichot",PURIM_KATAN:"Purim Katan",PURIM_MESHULASH:"Purim Meshulash",SHABBAT_CHAZON:"Shabbat Chazon",SHABBAT_HACHODESH:"Shabbat HaChodesh",SHABBAT_HAGADOL:"Shabbat HaGadol",SHABBAT_NACHAMU:"Shabbat Nachamu",SHABBAT_PARAH:"Shabbat Parah",SHABBAT_SHEKALIM:"Shabbat Shekalim",SHABBAT_SHIRAH:"Shabbat Shirah",SHABBAT_SHUVA:"Shabbat Shuva",SHABBAT_ZACHOR:"Shabbat Zachor",SHUSHAN_PURIM_KATAN:"Shushan Purim Katan",TAANIT_BECHOROT:"Ta'anit Bechorot",TAANIT_ESTHER:"Ta'anit Esther",TISHA_BAV:"Tish'a B'Av",TZOM_GEDALIAH:"Tzom Gedaliah",TZOM_TAMMUZ:"Tzom Tammuz",YOM_HAATZMA_UT:"Yom HaAtzma'ut",YOM_HASHOAH:"Yom HaShoah",YOM_HAZIKARON:"Yom HaZikaron",BEN_GURION_DAY:Uv,CHANUKAH_1_CANDLE:mv,EREV_PESACH:Sv,EREV_PURIM:yv,EREV_ROSH_HASHANA:Bv,EREV_SHAVUOT:_v,EREV_SUKKOT:ov,EREV_YOM_KIPPUR:nv,FAMILY_DAY:xv,HEBREW_LANGUAGE_DAY:Gv,HERZL_DAY:$v,JABOTINSKY_DAY:Vv,LAG_BAOMER:Ov,PESACH_I:Av,PESACH_II:bv,PESACH_III_CHM:Iv,PESACH_II_CHM:Tv,PESACH_IV_CHM:Ev,PESACH_SHENI:Dv,PESACH_VII:Nv,PESACH_VIII:Cv,PESACH_VI_CHM:Hv,PESACH_V_CHM:Mv,PURIM:pv,ROSH_HASHANA_II:tv,ROSH_HASHANA_LABEHEMOT:Pv,SHAVUOT:kv,SHAVUOT_I:Lv,SHAVUOT_II:Rv,SHMINI_ATZERET:lv,SHUSHAN_PURIM:wv,SIGD:Fv,SIMCHAT_TORAH:fv,SUKKOT_I:iv,SUKKOT_II:av,SUKKOT_III_CHM:sv,SUKKOT_II_CHM:dv,SUKKOT_IV_CHM:uv,SUKKOT_VII_HOSHANA_RABA:gv,SUKKOT_VI_CHM:hv,SUKKOT_V_CHM:cv,TU_BAV:Yv,TU_BISHVAT:vv,YITZHAK_RABIN_MEMORIAL_DAY:Zv,YOM_HAALIYAH:zv,YOM_HAALIYAH_SCHOOL_OBSERVANCE:Kv,YOM_KIPPUR:rv,YOM_YERUSHALAYIM:jv},Wv=[{mm:jm,dd:2,desc:tv,flags:Vm|zm,emoji:"🍏🍯"},{mm:jm,dd:9,desc:nv,flags:qm|Fm},{mm:jm,dd:10,desc:rv,flags:Vm|Re.MAJOR_FAST|zm},{mm:jm,dd:14,desc:ov,flags:Km|qm|Fm,emoji:ev},{mm:jm,dd:15,desc:iv,flags:Km|Vm|Jm,emoji:ev},{mm:jm,dd:16,desc:av,flags:Km|Vm|zm,emoji:ev},{mm:jm,dd:17,desc:sv,flags:Km|Xm,chmDay:1,emoji:ev},{mm:jm,dd:18,desc:uv,flags:Km|Xm,chmDay:2,emoji:ev},{mm:jm,dd:19,desc:cv,flags:Km|Xm,chmDay:3,emoji:ev},{mm:jm,dd:20,desc:hv,flags:Km|Xm,chmDay:4,emoji:ev},{mm:jm,dd:22,desc:lv,flags:Km|Vm|Jm},{mm:jm,dd:23,desc:fv,flags:Km|Vm|zm},{mm:jm,dd:14,desc:ov,flags:Gm|qm|Fm,emoji:ev},{mm:jm,dd:15,desc:iv,flags:Gm|Vm|zm,emoji:ev},{mm:jm,dd:16,desc:dv,flags:Gm|Xm,chmDay:1,emoji:ev},{mm:jm,dd:17,desc:sv,flags:Gm|Xm,chmDay:2,emoji:ev},{mm:jm,dd:18,desc:uv,flags:Gm|Xm,chmDay:3,emoji:ev},{mm:jm,dd:19,desc:cv,flags:Gm|Xm,chmDay:4,emoji:ev},{mm:jm,dd:20,desc:hv,flags:Gm|Xm,chmDay:5,emoji:ev},{mm:jm,dd:22,desc:lv,flags:Gm|Vm|zm},{mm:jm,dd:21,desc:gv,flags:Fm|Xm,chmDay:-1,emoji:ev},{mm:xm,dd:24,desc:mv,flags:qm|Wm|Re.CHANUKAH_CANDLES,emoji:"🕎1️⃣"},{mm:Zm,dd:15,desc:vv,flags:Wm,emoji:"🌳"},{mm:$m,dd:13,desc:yv,flags:qm|Wm,emoji:"🎭️📜"},{mm:$m,dd:14,desc:pv,flags:Wm,emoji:"🎭️📜"},{mm:$m,dd:15,desc:wv,flags:Wm,emoji:"🎭️📜"},{mm:Rm,dd:14,desc:Sv,flags:Gm|qm|Fm,emoji:"🫓🍷"},{mm:Rm,dd:15,desc:Av,flags:Gm|Vm|zm,emoji:Qm},{mm:Rm,dd:16,desc:Tv,flags:Gm|Xm,chmDay:1,emoji:Qm},{mm:Rm,dd:17,desc:Iv,flags:Gm|Xm,chmDay:2,emoji:Qm},{mm:Rm,dd:18,desc:Ev,flags:Gm|Xm,chmDay:3,emoji:Qm},{mm:Rm,dd:19,desc:Mv,flags:Gm|Xm,chmDay:4,emoji:Qm},{mm:Rm,dd:20,desc:Hv,flags:Gm|Xm|Fm,chmDay:5,emoji:Qm},{mm:Rm,dd:21,desc:Nv,flags:Gm|Vm|zm,emoji:Qm},{mm:Rm,dd:14,desc:Sv,flags:Km|qm|Fm,emoji:"🫓🍷"},{mm:Rm,dd:15,desc:Av,flags:Km|Vm|Jm,emoji:"🫓🍷"},{mm:Rm,dd:16,desc:bv,flags:Km|Vm|zm,emoji:Qm},{mm:Rm,dd:17,desc:Iv,flags:Km|Xm,chmDay:1,emoji:Qm},{mm:Rm,dd:18,desc:Ev,flags:Km|Xm,chmDay:2,emoji:Qm},{mm:Rm,dd:19,desc:Mv,flags:Km|Xm,chmDay:3,emoji:Qm},{mm:Rm,dd:20,desc:Hv,flags:Km|Xm|Fm,chmDay:4,emoji:Qm},{mm:Rm,dd:21,desc:Nv,flags:Km|Vm|Jm,emoji:Qm},{mm:Rm,dd:22,desc:Cv,flags:Km|Vm|zm,emoji:Qm},{mm:Ym,dd:14,desc:Dv,flags:Wm},{mm:Ym,dd:18,desc:Ov,flags:Wm,emoji:"🔥"},{mm:Pm,dd:5,desc:_v,flags:qm|Fm,emoji:"⛰️🌸"},{mm:Pm,dd:6,desc:kv,flags:Gm|Vm|zm,emoji:"⛰️🌸"},{mm:Pm,dd:6,desc:Lv,flags:Km|Vm|Jm,emoji:"⛰️🌸"},{mm:Pm,dd:7,desc:Rv,flags:Km|Vm|zm,emoji:"⛰️🌸"},{mm:f.AV,dd:15,desc:Yv,flags:Wm,emoji:"❤️"},{mm:Bm,dd:1,desc:Pv,flags:Wm,emoji:"🐑"},{mm:Bm,dd:29,desc:Bv,flags:qm|Fm,emoji:"🍏🍯"}],qv=[{firstYear:5727,mm:Ym,dd:28,desc:jv,chul:!0},{firstYear:5737,mm:xm,dd:6,desc:Uv,satPostponeToSun:!0,friPostponeToSun:!0},{firstYear:5750,mm:Zm,dd:30,desc:xv},{firstYear:5758,mm:Um,dd:12,desc:Zv,friSatMovetoThu:!0},{firstYear:5764,mm:Ym,dd:10,desc:$v,satPostponeToSun:!0},{firstYear:5765,mm:f.TAMUZ,dd:29,desc:Vv,satPostponeToSun:!0},{firstYear:5769,mm:Um,dd:29,desc:Fv,chul:!0,suppressEmoji:!0,friSatMovetoThu:!0},{firstYear:5777,mm:Rm,dd:10,desc:zv,chul:!0},{firstYear:5777,mm:Um,dd:7,desc:Kv},{firstYear:5773,mm:f.TEVET,dd:21,desc:Gv,friSatMovetoThu:!0}];class Xv extends Pe{basename(){return this.getDesc().replace(/ \d{4}$/,"").replace(/ \(CH''M\)$/,"").replace(/ \(observed\)$/,"").replace(/ \(Hoshana Raba\)$/,"").replace(/ [IV]+$/,"").replace(/: \d Candles?$/,"").replace(/: 8th Day$/,"").replace(/^Erev /,"")}url(){if(this.getDate().greg().getFullYear()<100)return;const e="https://www.hebcal.com/holidays/"+this.basename().toLowerCase().replace(/'/g,"").replace(/ /g,"-")+"-"+this.urlDateSuffix();return this.getFlags()&Re.IL_ONLY?e+"?i=on":e}urlDateSuffix(){const e=this.getDate().greg().getFullYear();return String(e)}getEmoji(){return this.emoji?this.emoji:this.getFlags()&Re.SPECIAL_SHABBAT?"🕍":"✡️"}getCategories(){if(this.cholHaMoedDay)return["holiday","major","cholhamoed"];const e=super.getCategories();if("unknown"!==e[0])return e;switch(this.getDesc()){case Jv.LAG_BAOMER:case Jv.LEIL_SELICHOT:case Jv.PESACH_SHENI:case Jv.EREV_PURIM:case Jv.PURIM_KATAN:case Jv.SHUSHAN_PURIM:case Jv.TU_BAV:case Jv.TU_BISHVAT:case Jv.ROSH_HASHANA_LABEHEMOT:return["holiday","minor"]}return["holiday","major"]}render(e){return super.render(e).replace(/'/g,"’")}renderBrief(e){return super.renderBrief(e).replace(/'/g,"’")}clone(){const e=new Xv(this.date,this.desc,this.mask);return Object.assign(e,this),e}}class Qv extends Xv{urlDateSuffix(){return se(this.getDate().greg()).replace(/-/g,"")}}class ey extends Xv{urlDateSuffix(){const e=this.getDate().greg();let t=e.getFullYear();return 0===e.getMonth()&&t--,String(t)}}class ty extends Xv{constructor(e,t,n){super(e,`Rosh Hashana ${t}`,n),this.hyear=t}render(e){return pe.gettext("Rosh Hashana",e)+" "+this.hyear}getEmoji(){return"🍏🍯"}}const ny="Rosh Chodesh";class ry extends Xv{constructor(e,t){super(e,`${ny} ${t}`,Re.ROSH_CHODESH)}render(e){const t=this.getDesc().substring(13),n=pe.gettext(t,e).replace(/'/g,"’");return pe.gettext(ny,e)+" "+n}basename(){return this.getDesc()}getEmoji(){return this.emoji||"🌒"}}const oy=Re.LIGHT_CANDLES,iy=Re.LIGHT_CANDLES_TZEIS;function ay(e,t,n,r,o){let i=!1,a=o,s=e?e.getFlags():oy;void 0!==e?r||(s&(iy|Re.CHANUKAH_CANDLES)?a=!0:s&Re.YOM_TOV_ENDS&&(i=!0,a=!0)):o&&(i=!0,s=iy);const u=Number(a?n.havdalahMins:n.candleLightingMins),c=n.location,h=Boolean(n.useElevation),l=new Cm(c,t,h),f=a&&!u?l.tzeit(n.havdalahDeg):l.sunsetOffset(u,!0);if(!isNaN(f.getTime()))return i?new Lm(t,s,f,c,n.havdalahMins,e,n):(s|=oy,new km(t,s,f,c,e,n))}const sy="Fast begins",uy="Fast ends";class cy extends Xv{constructor(e,t,n){super(e.getDate(),e.getDesc(),e.getFlags()),this.linkedEvent=e,this.startEvent=t,this.endEvent=n}render(e){return this.linkedEvent.render(e)}renderBrief(e){return this.linkedEvent.renderBrief(e)}urlDateSuffix(){return this.linkedEvent.urlDateSuffix()}url(){return this.linkedEvent.url()}getEmoji(){return this.linkedEvent.getEmoji()}getCategories(){return this.linkedEvent.getCategories()}}function hy(e,t,n,r){const o=r.location,i=e.getDate();return new _m(i,n,e.getFlags(),t,o,e,r)}class ly extends ey{constructor(e,t,n,r,o){super(e,t,n),this.eventTime=Cm.roundTime(r);const i=o.getTimeFormatter();this.eventTimeStr=Cm.formatTime(this.eventTime,i),this.location=o}}const fy=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dy=["רִאשׁוֹן","שֵׁנִי","שְׁלִישִׁי","רְבִיעִי","חֲמִישִׁי","שִׁישִּׁי","שַׁבָּת"],gy=["Dim","Lun","Mar","Mer","Jeu","Ven","Sam"],my="בַּלַּ֥יְלָה";class vy{constructor(e,t){this.m=
21
- /*! @hebcal/hdate v0.13.6, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */
22
- function(e,t){let n=t-7;n<0&&(n+=T(e));const r=235*Math.floor((e-1)/19)+(e-1)%19*12+Math.floor(((e-1)%19*7+1)/19)+n,o=204+Math.floor(r%1080*793),i=5+12*r+793*Math.floor(r/1080)+Math.floor(o/1080)-6,a=(o%1080+i%24*1080)%1080;return{year:e,month:t,dayOfWeek:(1+29*r+Math.floor(i/24))%7,hour:i%24,minutes:Math.floor(a/18),chalakim:a%18}}(e,t)}getYear(){return this.m.year}getMonth(){return this.m.month}getMonthName(){return Me.getMonthName(this.m.month,this.m.year)}getDow(){return this.m.dayOfWeek}getHour(){return this.m.hour}getMinutes(){return this.m.minutes}getChalakim(){return this.m.chalakim}render(e,t){var n;"string"==typeof(e=null!=e?e:pe.getLocaleName())&&(e=e.toLowerCase());const r="he"===e||"he-x-nonikud"===e||"h"===e,o="fr"===e,i=pe.gettext(this.getMonthName(),e),a=(r?dy:o?gy:fy)[this.getDow()],s=this.getMinutes(),u=this.getHour(),c=this.getChalakim(),h=pe.gettext("Molad",e),l=null!==(n=pe.lookupTranslation("min",e))&&void 0!==n?n:"minutes",f=pe.gettext("chalakim",e),d=pe.gettext("and",e),g=pe.gettext("after",e);if(r){const t=function(e){return e<5?my:e<12?"בַּבֹּקֶר":e<17?"בַּצׇּהֳרַיִים":e<21?"בָּעֶרֶב":my}(u),n=`${h} ${i} יִהְיֶה בַּיּוֹם ${a} בשָׁבוּעַ, בְּשָׁעָה ${u} ${t}, ו-${s} ${l} ו-${c} ${f}`;return"he-x-nonikud"===e?pe.hebrewStripNikkud(n):n}const m=Om(`${u}:00`,"pm",t);return`${h} ${i.replace(/'/g,"’")}: ${a}, ${s} ${l} ${d} ${c} ${f} ${g} ${m}`}}class yy extends Pe{constructor(e,t,n,r){const o=new vy(t,n);super(e,`Molad ${o.getMonthName()} ${t}`,Re.MOLAD),this.molad=o,this.options=r}render(e){return this.molad.render(e,this.options)}}class py extends Pe{constructor(e,t){if(super(e,`Omer ${t}`,Re.OMER_COUNT),t<1||t>49)throw new RangeError(`Invalid Omer day ${t}`);this.weekNumber=Math.floor((t-1)/7)+1,this.daysWithinWeeks=t%7||7,this.omer=t}sefira(e="en"){return"he"!==e&&"translit"!==e&&(e="en"),function(e,t){V(e);const[n,r]=F(e),o=$[t],i=o.words[n];return(o.words[r]+" "+(2===n||6===n?o.infix26:o.infix)+i).normalize()}(this.omer,e)}render(e){"string"==typeof(e=null!=e?e:pe.getLocaleName())&&(e=e.toLowerCase());const t="he"===e||"he-x-nonikud"===e||"h"===e,n=this.omer;return(t?x(n):pe.ordinal(n,e))+" "+pe.gettext("day of the Omer",e)}renderBrief(e){return pe.gettext("Omer",e)+" "+pe.gettext("day",e)+" "+this.omer}getEmoji(){return"string"==typeof this.emoji?this.emoji:function(e){let t;return V(e),t=e<=20?9312+e-1:e<=35?12881+e-21:12977+e-36,String.fromCodePoint(t)}(this.omer)}getWeeks(){return 7===this.daysWithinWeeks?this.weekNumber:this.weekNumber-1}getDaysWithinWeeks(){return this.daysWithinWeeks}getTodayIs(e){"string"==typeof(e=null!=e?e:pe.getLocaleName())&&(e=e.toLowerCase());const t="he"===e||"he-x-nonikud"===e?"he":"en",n=z(this.omer,t);return"he-x-nonikud"===e?pe.hebrewStripNikkud(n):n}url(){return`https://www.hebcal.com/omer/${this.getDate().getFullYear()}/${this.omer}`}}function wy(e,t){const n=null!=t?t:pe.getLocaleName();let r=pe.gettext(e[0],n);if(2===e.length){r+=("he"===n?"־":"-")+pe.gettext(e[1],n)}r=r.replace(/'/g,"’");return(pe.gettext("Parashat",t)+" "+r).normalize()}class Sy extends Map{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(super(),!(e.maxSize&&e.maxSize>0))throw new TypeError("`maxSize` must be a number greater than 0");if("number"==typeof e.maxAge&&0===e.maxAge)throw new TypeError("`maxAge` must be a number greater than 0");this.maxSize=e.maxSize,this.maxAge=e.maxAge||Number.POSITIVE_INFINITY,this.onEviction=e.onEviction,this.cache=new Map,this.oldCache=new Map,this._size=0}_emitEvictions(e){if("function"==typeof this.onEviction)for(const[t,n]of e)this.onEviction(t,n.value)}_deleteIfExpired(e,t){return"number"==typeof t.expiry&&t.expiry<=Date.now()&&("function"==typeof this.onEviction&&this.onEviction(e,t.value),this.delete(e))}_getOrDeleteIfExpired(e,t){if(!1===this._deleteIfExpired(e,t))return t.value}_getItemValue(e,t){return t.expiry?this._getOrDeleteIfExpired(e,t):t.value}_peek(e,t){const n=t.get(e);return this._getItemValue(e,n)}_set(e,t){this.cache.set(e,t),this._size++,this._size>=this.maxSize&&(this._size=0,this._emitEvictions(this.oldCache),this.oldCache=this.cache,this.cache=new Map)}_moveToRecent(e,t){this.oldCache.delete(e),this._set(e,t)}*_entriesAscending(){for(const e of this.oldCache){const[t,n]=e;if(!this.cache.has(t)){!1===this._deleteIfExpired(t,n)&&(yield e)}}for(const e of this.cache){const[t,n]=e;!1===this._deleteIfExpired(t,n)&&(yield e)}}get(e){if(this.cache.has(e)){const t=this.cache.get(e);return this._getItemValue(e,t)}if(this.oldCache.has(e)){const t=this.oldCache.get(e);if(!1===this._deleteIfExpired(e,t))return this._moveToRecent(e,t),t.value}}set(e,t){let{maxAge:n=this.maxAge}=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r="number"==typeof n&&n!==Number.POSITIVE_INFINITY?Date.now()+n:void 0;return this.cache.has(e)?this.cache.set(e,{value:t,expiry:r}):this._set(e,{value:t,expiry:r}),this}has(e){return this.cache.has(e)?!this._deleteIfExpired(e,this.cache.get(e)):!!this.oldCache.has(e)&&!this._deleteIfExpired(e,this.oldCache.get(e))}peek(e){return this.cache.has(e)?this._peek(e,this.cache):this.oldCache.has(e)?this._peek(e,this.oldCache):void 0}delete(e){const t=this.cache.delete(e);return t&&this._size--,this.oldCache.delete(e)||t}clear(){this.cache.clear(),this.oldCache.clear(),this._size=0}resize(e){if(!(e&&e>0))throw new TypeError("`maxSize` must be a number greater than 0");const t=[...this._entriesAscending()],n=t.length-e;n<0?(this.cache=new Map(t),this.oldCache=new Map,this._size=t.length):(n>0&&this._emitEvictions(t.slice(0,n)),this.oldCache=new Map(t.slice(n)),this.cache=new Map,this._size=0),this.maxSize=e}*keys(){for(const[e]of this)yield e}*values(){for(const[,e]of this)yield e}*[Symbol.iterator](){for(const e of this.cache){const[t,n]=e;!1===this._deleteIfExpired(t,n)&&(yield[t,n.value])}for(const e of this.oldCache){const[t,n]=e;if(!this.cache.has(t)){!1===this._deleteIfExpired(t,n)&&(yield[t,n.value])}}}*entriesDescending(){let e=[...this.cache];for(let t=e.length-1;t>=0;--t){const n=e[t],[r,o]=n;!1===this._deleteIfExpired(r,o)&&(yield[r,o.value])}e=[...this.oldCache];for(let t=e.length-1;t>=0;--t){const n=e[t],[r,o]=n;if(!this.cache.has(r)){!1===this._deleteIfExpired(r,o)&&(yield[r,o.value])}}}*entriesAscending(){for(const[e,t]of this._entriesAscending())yield[e,t.value]}get size(){if(!this._size)return this.oldCache.size;let e=0;for(const t of this.oldCache.keys())this.cache.has(t)||e++;return Math.min(this._size+e,this.maxSize)}entries(){return this.entriesAscending()}forEach(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this;for(const[n,r]of this.entriesAscending())e.call(t,r,n,this)}get[Symbol.toStringTag](){return JSON.stringify([...this.entriesAscending()])}}class Ay{constructor(e,t){e=+e,this.year=e;const n=new Me(1,f.TISHREI,e),r=n.abs(),o=n.getDay()+1;this.firstSaturday=Me.dayOnOrBefore(6,r+6);const i=+Me.isLeapYear(e);this.il=Boolean(t);const a=function(e){const t=Me.longCheshvan(e),n=Me.shortKislev(e);return t&&!n?2:!t&&n?0:1}(e);let s=`${i}${o}${a}`;if($y[s]||(s+=+this.il),this.theSedraArray=$y[s],!this.theSedraArray)throw new Error(`improper sedra year type ${s} calculated for ${e}`)}get(e){return this.lookup(e).parsha}getString(e,t){return wy(this.get(e),t)}isParsha(e){return!this.lookup(e).chag}find(e){if("number"==typeof e){if(e>=by.length||e<0&&!Ey(e))throw new RangeError(`Invalid parsha number: ${e}`);return this.findInternal(e)}if("string"==typeof e){const t=Ty.get(e);return"number"==typeof t?this.find(t):-1!==e.indexOf("-")?e===Dy||e===Hy?this.findInternal(e):this.find(e.split("-")):this.findInternal(e)}if(Array.isArray(e)){const t=e.length;if(1!==t&&2!==t||"string"!=typeof e[0])throw new TypeError(`Invalid parsha argument: ${JSON.stringify(e)}`);if(1===t)return this.find(e[0]);const n=e[0],r=e[1],o=Ty.get(n),i=Ty.get(r);if("number"!=typeof o||"number"!=typeof i||i!==o+1||!Ey(-o))throw new RangeError(`Unrecognized parsha name: ${n}-${r}`);return this.find(-o)}return null}findInternal(e){const t=this.theSedraArray.indexOf(e);return-1===t?null:new Me(this.firstSaturday+7*t)}findContaining(e){const t=this.find(e);if(t)return t;if("number"==typeof e){const t=-e;return Ey(t)?this.find(t):this.find(t+1)}{const t=Ty.get(e);if(t){const e=-t;return Ey(e)?this.find(e):this.find(e+1)}{const[t]=e.split("-");return this.find(t)}}}getSedraArray(){return this.theSedraArray}getFirstSaturday(){return this.firstSaturday}getYear(){return this.year}lookup(e){const t="number"==typeof e?e:Me.isHDate(e)?e.abs():NaN;if(isNaN(t))throw new TypeError(`Bad date argument: ${e}`);const n=Me.dayOnOrBefore(6,t+6),r=(n-this.firstSaturday)/7,o=this.theSedraArray[r];if(void 0===o){return Fy(this.year+1,this.il).lookup(n)}const i=new Me(n);if("string"==typeof o)return{parsha:[o],chag:!0,hdate:i};if(o>=0)return{parsha:[by[o]],chag:!1,num:o+1,hdate:i};const a=My(o);return{parsha:[by[a],by[a+1]],chag:!1,num:[a+1,a+2],hdate:i}}}const by=["Bereshit","Noach","Lech-Lecha","Vayera","Chayei Sara","Toldot","Vayetzei","Vayishlach","Vayeshev","Miketz","Vayigash","Vayechi","Shemot","Vaera","Bo","Beshalach","Yitro","Mishpatim","Terumah","Tetzaveh","Ki Tisa","Vayakhel","Pekudei","Vayikra","Tzav","Shmini","Tazria","Metzora","Achrei Mot","Kedoshim","Emor","Behar","Bechukotai","Bamidbar","Nasso","Beha'alotcha","Sh'lach","Korach","Chukat","Balak","Pinchas","Matot","Masei","Devarim","Vaetchanan","Eikev","Re'eh","Shoftim","Ki Teitzei","Ki Tavo","Nitzavim","Vayeilech","Ha'azinu"],Ty=new Map;for(let e=0;e<by.length;e++){const t=by[e];Ty.set(t,e)}const Iy=[21,26,28,31,38,41,50];function Ey(e){return Iy.includes(-e)}function My(e){return-e}const Hy="Sukkot Shabbat Chol ha-Moed",Ny="Pesach",Cy="Pesach I",Dy="Pesach Shabbat Chol ha-Moed",Oy="Pesach VII",_y="Pesach VIII",ky="Shavuot";function Ly(e,t){return Array.from({length:t-e+1},((t,n)=>n+e))}const Ry=[51,52,Hy],Yy=[52,"Yom Kippur",Hy],Py=["Rosh Hashana",52,"Sukkot","Shmini Atzeret"],By=Ly(0,20),jy=Ly(0,27),Uy=Ly(33,40),xy=Ly(43,49),Zy=Ly(43,50),$y={"020":Ry.concat(By,My(21),23,24,Ny,25,My(26),My(28),30,My(31),Uy,My(41),xy,My(50)),"0220":Ry.concat(By,My(21),23,24,Ny,25,My(26),My(28),30,My(31),33,ky,Ly(34,37),My(38),40,My(41),xy,My(50)),"0510":Yy.concat(By,My(21),23,24,Cy,_y,25,My(26),My(28),30,My(31),Uy,My(41),Zy),"0511":Yy.concat(By,My(21),23,24,Ny,25,My(26),My(28),Ly(30,40),My(41),Zy),"052":Yy.concat(Ly(0,24),Oy,25,My(26),My(28),30,My(31),Uy,My(41),Zy),"070":Py.concat(By,My(21),23,24,Oy,25,My(26),My(28),30,My(31),Uy,My(41),Zy),"072":Py.concat(By,My(21),23,24,Dy,25,My(26),My(28),30,My(31),Uy,My(41),xy,My(50)),1200:Ry.concat(jy,Dy,Ly(28,33),ky,Ly(34,37),My(38),40,My(41),xy,My(50)),1201:Ry.concat(jy,Dy,Ly(28,40),My(41),xy,My(50)),1220:Ry.concat(jy,Cy,_y,Ly(28,40),My(41),Zy),1221:Ry.concat(jy,Ny,Ly(28,50)),150:Yy.concat(Ly(0,28),Oy,Ly(29,50)),152:Yy.concat(Ly(0,28),Dy,Ly(29,49),My(50)),170:Py.concat(jy,Dy,Ly(28,40),My(41),xy,My(50)),1720:Py.concat(jy,Dy,Ly(28,33),ky,Ly(34,37),My(38),40,My(41),xy,My(50))};$y["0221"]=$y["020"],$y["0310"]=$y["0220"],$y["0311"]=$y["020"],$y[1310]=$y[1220],$y[1311]=$y[1221],$y[1721]=$y[170];const Vy=new Sy({maxSize:400});function Fy(e,t){const n=`${e}-${t?1:0}`;let r=Vy.get(n);return r||(r=new Ay(e,t),Vy.set(n,r)),r}class zy extends Pe{constructor(e,t,n=!1,r=-1){if(!Array.isArray(t)||0===t.length||t.length>2)throw new TypeError("Bad parsha argument");super(e,"Parashat "+t.join("-"),Re.PARSHA_HASHAVUA),this.parsha=t,this.il=Boolean(n),this.num=r||-1}render(e){return wy(this.parsha,e)}basename(){return this.parsha.join("-")}url(){if(this.getDate().greg().getFullYear()<100)return;const e=this.urlDateSuffix(),t="https://www.hebcal.com/sedrot/"+this.basename().toLowerCase().replace(/'/g,"").replace(/ /g,"-")+"-"+e;return this.il?t+"?i=on":t}urlDateSuffix(){return se(this.getDate().greg()).replace(/-/g,"")}}const Ky=f.NISAN,Gy=f.IYYAR;function Jy(e){if(e<5708)return null;let t;const n=new Me(15,Ky,e).getDay();return t=0===n?2:6===n?3:e<5764?4:2===n?5:4,new Me(t,Gy,e)}const Wy="Yom Kippur Katan";class qy extends Xv{constructor(e,t){super(e,`${Wy} ${t}`,Re.MINOR_FAST|Re.YOM_KIPPUR_KATAN),this.nextMonthName=t,this.memo=`Minor Day of Atonement on the day preceeding Rosh Chodesh ${t}`}basename(){return this.getDesc()}render(e){const t=pe.gettext(this.nextMonthName,e).replace(/'/g,"’");return pe.gettext(Wy,e)+" "+t}renderBrief(e){return pe.gettext(Wy,e)}url(){}}function Xy(e){return e.observedInIsrael()}function Qy(e){return e.observedInDiaspora()}function ep(e,t){const n=Me.isHDate(e)?e:new Me(e),r=n.toString(),o=Np(n.getFullYear()).get(r);if(void 0===t||void 0===o)return o;const i=o.filter(function(e){return e?Xy:Qy}(t));return i}const tp=Re.CHAG,np=Re.IL_ONLY,rp=Re.LIGHT_CANDLES_TZEIS,op=Re.CHANUKAH_CANDLES,ip=Re.MINOR_FAST,ap=Re.SPECIAL_SHABBAT,sp=Re.MODERN_HOLIDAY,up=Re.MAJOR_FAST,cp=Re.MINOR_HOLIDAY,hp=Re.EREV,lp=0,fp=2,dp=4,gp=5,mp=6,vp=f.NISAN,yp=f.TAMUZ,pp=f.AV,wp=f.TISHREI,Sp=f.KISLEV,Ap=f.TEVET,bp=f.ADAR_I,Tp=f.ADAR_II,Ip={emoji:"🇮🇱"},Ep="🕎",Mp=new Sy({maxSize:400}),Hp=["0️⃣","1️⃣","2️⃣","3️⃣","4️⃣","5️⃣","6️⃣","7️⃣","8️⃣","9️⃣"];function Np(e){if("number"!=typeof e)throw new TypeError(`bad Hebrew year: ${e}`);if(e<1||e>32658)throw new RangeError(`Hebrew year ${e} out of range 1-32658`);const t=Mp.get(e);if(t)return t;const n=new Me(1,wp,e),r=new Me(15,vp,e),o=new Map;function i(...e){for(const t of e){const e=t.date.toString(),n=o.get(e);"object"==typeof n?n[0].getFlags()&hp?n.unshift(t):n.push(t):o.set(e,[t])}}for(const t of Wv){const n=new Me(t.dd,t.mm,e),r=new Xv(n,t.desc,t.flags);t.emoji&&(r.emoji=t.emoji),t.chmDay&&(r.cholHaMoedDay=t.chmDay),i(r)}i(new ty(n,e,tp|rp));const a=n.getDay()===dp?4:3;i(new Xv(new Me(a,wp,e),Jv.TZOM_GEDALIAH,ip)),i(new Xv(new Me(Me.dayOnOrBefore(mp,7+n.abs())),Jv.SHABBAT_SHUVA,ap));const s=Me.shortKislev(e)?new Me(1,Ap,e):new Me(30,Sp,e);i(new Xv(s,Jv.CHAG_HABANOT,cp));for(let t=2;t<=8;t++){const n=new Me(23+t,Sp,e);i(new ey(n,`Chanukah: ${t} Candles`,cp|op,{chanukahDay:t-1,emoji:Ep+Hp[t]}))}i(new ey(new Me(32,Sp,e),Jv.CHANUKAH_8TH_DAY,cp,{chanukahDay:8,emoji:Ep})),i(new Qv(new Me(10,Ap,e),Jv.ASARA_BTEVET,ip));const u=r.abs();i(new Xv(new Me(Me.dayOnOrBefore(mp,u-43)),Jv.SHABBAT_SHEKALIM,ap),new Xv(new Me(Me.dayOnOrBefore(mp,u-30)),Jv.SHABBAT_ZACHOR,ap),new Xv(new Me(u-(r.getDay()===fp?33:31)),Jv.TAANIT_ESTHER,ip));const c=Me.dayOnOrBefore(mp,u-14);i(new Xv(new Me(c-7),Jv.SHABBAT_PARAH,ap),new Xv(new Me(c),Jv.SHABBAT_HACHODESH,ap),new Xv(new Me(Me.dayOnOrBefore(mp,u-1)),Jv.SHABBAT_HAGADOL,ap),new Xv(r.prev().getDay()===mp?r.onOrBefore(dp):new Me(14,vp,e),Jv.TAANIT_BECHOROT,ip)),i(new Xv(new Me(Me.dayOnOrBefore(mp,new Me(1,wp,e+1).abs()-4)),Jv.LEIL_SELICHOT,cp,{emoji:"🕍"})),r.getDay()===lp&&i(new Xv(new Me(16,Tp,e),Jv.PURIM_MESHULASH,cp)),Me.isLeapYear(e)&&(i(new Xv(new Me(14,bp,e),Jv.PURIM_KATAN,cp,{emoji:"🎭️"})),i(new Xv(new Me(15,bp,e),Jv.SHUSHAN_PURIM_KATAN,cp,{emoji:"🎭️"})));const h=function(e){if(e<5711)return null;let t=new Me(27,Ky,e);return 5===t.getDay()?t=new Me(26,Ky,e):0===t.getDay()&&(t=new Me(28,Ky,e)),t}(e);h&&i(new Xv(h,Jv.YOM_HASHOAH,sp));const l=Jy(e);l&&i(new Xv(l,Jv.YOM_HAZIKARON,sp,Ip),new Xv(l.next(),Jv.YOM_HAATZMA_UT,sp,Ip));for(const t of qv)if(e>=t.firstYear){let n=new Me(t.dd,t.mm,e);const r=n.getDay();!t.friSatMovetoThu||r!==gp&&r!==mp?t.friPostponeToSun&&r===gp?n=new Me(n.abs()+2):t.satPostponeToSun&&r===mp&&(n=n.next()):n=n.onOrBefore(dp);const o=t.chul?sp:sp|np,a=new Xv(n,t.desc,o);t.suppressEmoji||(a.emoji="🇮🇱"),i(a)}let d,g=new Me(17,yp,e);g.getDay()===mp&&(g=new Me(18,yp,e),d={observed:!0}),i(new Xv(g,Jv.TZOM_TAMMUZ,ip,d));let m,v=new Me(9,pp,e),y=Jv.TISHA_BAV;v.getDay()===mp&&(v=v.next(),m={observed:!0},y+=" (observed)");const p=v.abs();i(new Xv(new Me(Me.dayOnOrBefore(mp,p)),Jv.SHABBAT_CHAZON,ap),new Xv(v.prev(),Jv.EREV_TISHA_BAV,hp|up,m),new Xv(v,y,up,m),new Xv(new Me(Me.dayOnOrBefore(mp,p+7)),Jv.SHABBAT_NACHAMU,ap));const w=Me.monthsInYear(e);for(let t=1;t<=w;t++){const n=Me.getMonthName(t,e);30===(t===vp?Me.daysInMonth(Me.monthsInYear(e-1),e-1):Me.daysInMonth(t-1,e))?(i(new ry(new Me(1,t,e),n)),i(new ry(new Me(30,t-1,e),n))):t!==wp&&i(new ry(new Me(1,t,e),n))}for(let t=f.IYYAR;t<=w;t++){const n=t+1;if(n===wp||n===f.CHESHVAN||n===Ap)continue;let r=new Me(29,t,e);const o=r.getDay();o!==gp&&o!==mp||(r=r.onOrBefore(dp));const a=Me.getMonthName(n,e);i(new qy(r,a))}const S=Fy(e,!1).find(15);i(new Xv(S,Jv.SHABBAT_SHIRAH,ap));const A=function(e){const t=Me.isLeapYear(e),n=t?Tp:vp,r=t?20:1,o=Me.hebrew2abs(e,n,r);for(let e=0;e<=40;e++){const t=o+e;if((t+1373429)%10227==172)return t}return 0}(e);if(A){const e=new Me(A);i(new Xv(e,Jv.BIRKAT_HACHAMAH,cp,{emoji:"☀️"}))}return Mp.set(e,o),o}function Cp(e,t){const n=Np(e),r=Me.hebrew2abs(e,wp,1),o=Me.hebrew2abs(e+1,wp,1)-1;let i=[];const a=t?Xy:Qy;for(let e=r;e<=o;e++){const t=new Me(e),r=n.get(t.toString());if(r){const e=r.filter(a);i=i.concat(e)}}return i}const Dp="Shabbat Mevarchim Chodesh";class Op extends Pe{constructor(e,t,n,r){if(super(e,`${Dp} ${t}`,Re.SHABBAT_MEVARCHIM),this.monthName=pe.gettext(t,r),n)this.memo=n;else{const t=e.getFullYear(),n=e.getMonth(),r=n===Me.monthsInYear(t)?f.NISAN:n+1,o=new vy(t,r);this.memo=o.render("en",{hour12:!1})}}basename(){return this.getDesc()}render(e){const t=pe.gettext(this.monthName,e).replace(/'/g,"’");return pe.gettext(Dp,e)+" "+t}renderBrief(e){const t=this.render(e),n=t.indexOf(" ");return t.substring(n+1)}}const _p=new Map;class kp{static addCalendar(e,t,n){if("function"!=typeof t)throw new TypeError(`Invalid calendar function: ${t}`);_p.set(e.toLowerCase(),{fn:t,startDate:n})}static lookup(e,t,n){const r=_p.get(e.toLowerCase());return"object"==typeof r?r.fn(t,n):null}static getStartDate(e){const t=_p.get(e.toLowerCase());if("object"==typeof t)return t.startDate}static has(e){return _p.has(e.toLowerCase())}static getCalendars(){return Array.from(_p.keys())}}function Lp(e,t){const n=[];for(let r=e;r<=t;r++)n.push(r);return n}const Rp={shacharit:!1,mincha:!1,allCongs:!1};function Yp(e,t){return Pp(e,t,!0)}function Pp(e,t,n){const r=function(e,t){const n=Me.isLeapYear(e),r=Me.monthsInYear(e);let o=new Me(9,f.AV,e);6===o.getDay()&&(o=o.next());let i=new Me(15,f.ADAR_II,e);6===i.getDay()&&(i=i.next());const a=[new Me(2,f.TISHREI,e)].concat(Lp(1,r).map((t=>new Me(1,t,e))),Lp(1,r).filter((t=>30===Me.daysInMonth(t,e))).map((t=>new Me(30,t,e))),Lp(1,Me.daysInMonth(f.NISAN,e)).map((t=>new Me(t,f.NISAN,e))),new Me(18,f.IYYAR,e),Lp(1,8-(t?1:0)).map((t=>new Me(t,f.SIVAN,e))),o,new Me(15,f.AV,e),new Me(29,f.ELUL,e),Lp(9,24-(t?1:0)).map((t=>new Me(t,f.TISHREI,e))),Lp(25,33).map((t=>new Me(t,f.KISLEV,e))),new Me(15,f.SHVAT,e),new Me(14,f.ADAR_II,e),i,n?new Me(14,f.ADAR_I,e):[]),s=[new Me(14,f.IYYAR,e)].concat(Lp(1,13).map((t=>new Me(t,f.SIVAN,e))),Lp(20,31).map((t=>new Me(t,f.TISHREI,e))),e>=5708?Jy(e).next():[],e>=5727?new Me(28,f.IYYAR,e):[]),u=[new Me(29,f.ELUL,e-1),new Me(9,f.TISHREI,e),new Me(14,f.IYYAR,e)];return{none:a.map((e=>e.abs())).sort(((e,t)=>e-t)),some:s.map((e=>e.abs())).sort(((e,t)=>e-t)),yesPrev:u.map((e=>e.abs())).sort(((e,t)=>e-t))}}(e.yy,t),o=e.abs();if(r.none.indexOf(o)>-1)return Rp;const i=e.getDay(),a={shacharit:!1,mincha:!1,allCongs:!1};-1===r.some.indexOf(o)&&(a.allCongs=!0),6!==i&&(a.shacharit=!0);const s=o+1;if(n&&-1===r.yesPrev.indexOf(s)){const e=Pp(new Me(s),t,!1);a.mincha=e.shacharit}else a.mincha=5!==i;return!a.allCongs||a.mincha||a.shacharit?a:Rp}const Bp=f.TISHREI;function jp(e){if("number"==typeof e)return e;if(u(e))return h(e);if(Me.isHDate(e))return e.abs();throw new TypeError(`Invalid date type: ${e}`)}function Up(e){if(e.start&&!e.end||e.end&&!e.start)throw new TypeError("Both options.start and options.end are required");if(e.start&&e.end)return[jp(e.start),jp(e.end)];const t=Boolean(e.isHebrewYear),n=function(e){return void 0!==e.year?Number(e.year):e.isHebrewYear?(new Me).getFullYear():(new Date).getFullYear()}(e);if(isNaN(n))throw new RangeError(`Invalid year ${e.year}`);if(t&&n<1)throw new RangeError(`Invalid Hebrew year ${n}`);const r=function(e){if(e.month){if(e.isHebrewYear)return Me.monthNum(e.month);if("number"==typeof e.month)return e.month}return NaN}(e),o=Number(e.numYears)||1;return t?function(e,t,n){const r=new Me(1,e||Bp,t);let o=r.abs();const i=e?o+r.daysInMonth():new Me(1,Bp,t+n).abs()-1;!e&&t>1&&o--;return[o,i]}(r,n,o):function(e,t,n){const r=e?e-1:0,o=new Date(t,r,1);t<100&&o.setFullYear(t);const i=h(o);let a;if(e)a=i+s(e,t)-1;else{const e=t+n,r=new Date(e,0,1);e<100&&r.setFullYear(e),a=h(r)-1}return[i,a]}(r,n,o)}function xp(e={}){!function(e){if(!e.candlelighting)return;const t=e.location;if(void 0===t||!(t instanceof Hm))throw new TypeError("options.candlelighting requires valid options.location");if("number"==typeof e.havdalahMins&&"number"==typeof e.havdalahDeg)throw new TypeError("options.havdalahMins and options.havdalahDeg are mutually exclusive");const n=e.candleLightingMins;let r="number"!=typeof n||isNaN(n)?18:Math.trunc(n);t.getIsrael()&&18===Math.abs(r)&&(r=function(e,t){const n=e.getGeoId();if(n){const e=ww[n];if("number"==typeof e)return e}const r=e.getShortName();if(r){const e=pw[r];if("number"==typeof e)return e}return t}(t,r));e.candleLightingMins=-1*Math.abs(r),"number"==typeof e.havdalahMins?e.havdalahMins=Math.trunc(Math.abs(e.havdalahMins)):"number"==typeof e.havdalahDeg?e.havdalahDeg=Math.abs(e.havdalahDeg):e.havdalahDeg=Sw;"number"!=typeof e.fastEndDeg&&(e.fastEndDeg=Aw)}(e=Object.assign({},e));const t=e.location=e.location||Tw,n=e.il=e.il||t.getIsrael()||!1,r="number"==typeof e.mask;if(e.mask=function(e){var t;if("number"==typeof e.mask)return function(e){const t=e.mask||0;t&rw&&delete e.noRoshChodesh;t&tw&&delete e.noModern;t&Qp&&delete e.noMinorFast;t&ew&&delete e.noSpecialShabbat;t&ow&&(e.sedrot=!0);t&(iw|aw|sw|uw)&&(e.dailyLearning=e.dailyLearning||{},t&iw&&(e.dailyLearning.dafYomi=!0),t&aw&&(e.dailyLearning.mishnaYomi=!0),t&sw&&(e.dailyLearning.nachYomi=!0),t&uw&&(e.dailyLearning.yerushalmi=1));t&cw&&(e.omer=!0);t&hw&&(e.shabbatMevarchim=!0);t&gw&&(e.yomKippurKatan=!0);t&mw&&(e.yizkor=!0);return t}(e);const n=e.il||(null===(t=e.location)||void 0===t?void 0:t.getIsrael())||!1;let r=0;e.noHolidays||(r|=rw|Gp|Qp|ew|tw|nw|lw|fw|dw|Kp|qp|Xp);e.candlelighting&&(r|=Kp|qp|Gp);e.noRoshChodesh&&(r&=~rw);e.noModern&&(r&=~tw);e.noMinorFast&&(r&=~Qp);e.noSpecialShabbat&&(r&=~ew,r&=~hw);r|=n?Wp:Jp;e.sedrot&&(r|=ow);e.omer&&(r|=cw);e.shabbatMevarchim&&(r|=hw);e.yomKippurKatan&&(r|=gw);e.yizkor&&(r|=mw);if(e.dailyLearning){const t=e.dailyLearning;t.dafYomi&&(r|=iw),t.mishnaYomi&&(r|=aw),t.nachYomi&&(r|=sw),t.yerushalmi&&(r|=uw)}return r}(e),e.ashkenazi||e.locale){if(e.locale&&"string"!=typeof e.locale)throw new TypeError(`Invalid options.locale: ${e.locale}`);const t=e.ashkenazi?"ashkenazi":e.locale;if(!pe.useLocale(t))throw new TypeError(`Locale '${t}' not found; did you forget to import @hebcal/locales?`)}else pe.useLocale("en");const o=[];let i,a,s=-1,u=-1,c=-1;const h=Up(e);!function(e){for(const t of Object.keys(e))void 0!==yw[t]||vw.has(t)||(console.warn(`Ignoring unrecognized HebrewCalendar option: ${t}`),vw.add(t));if(e.dailyLearning)for(const t of Object.keys(e.dailyLearning))vw.has(t)||kp.has(t)||(console.warn(`Ignoring unrecognized DailyLearning calendar: ${t}`),vw.add(t))}(e);const d=h[0],g=h[1];l(d).getFullYear()<100&&(e.candlelighting=!1);for(let t=d;t<=g;t++){const h=new Me(t),l=h.getFullYear();l!==c&&(c=l,a=Np(c),e.sedrot&&(i=Fy(c,n)),e.omer&&(s=Me.hebrew2abs(c,Vp,16),u=Me.hebrew2abs(c,Fp,5)));const d=o.length,g=h.getDay(),m=g===Zp,v=g===$p;let y;const p=a.get(h.toString())||[];for(const t of p)y=Iw(y,o,t,e,m,v,r);if(e.sedrot&&v){const e=i.lookup(t);e.chag||o.push(new zy(h,e.parsha,n,e.num))}if(e.yizkor){const e=h.getMonth(),t=h.getDate();if(e===f.TISHREI&&(10===t||22===t)||e===Vp&&t===(n?21:22)||e===Fp&&t===(n?6:7)){const e=p.filter((e=>e.observedIn(n)))[0],t=new Pe(h,"Yizkor",Re.YIZKOR,{emoji:"🕯️",linkedEvent:e});o.push(t)}}const w=e.dailyLearning;let S=0;if("object"==typeof w){const e=Hw(h,w,n);S=e.length,S&&o.push(...e)}if(e.omer&&t>=s&&t<=u){const n=Nw(h,t-s+1,e);o.push(n)}if(v&&(e.molad||e.shabbatMevarchim)){const t=Ew(h,e);o.push(...t)}if(!y&&e.candlelighting&&(m||v)&&(y=ay(void 0,h,e,m,v),m&&y&&i)){const r=i.lookup(t),o=new zy(h.next(),r.parsha,n,r.num);y.memo=o.render(e.locale)}if(y instanceof Lm&&(0===e.havdalahMins||0===e.havdalahDeg)&&(y=void 0),y&&o.push(y),e.addHebrewDates||e.addHebrewDatesForEvents&&d!==o.length-S){const e=new Be(h);d===o.length?o.push(e):o.splice(d,0,e)}}return o}const Zp=5,$p=6,Vp=f.NISAN,Fp=f.SIVAN,zp=f.ELUL,Kp=Re.LIGHT_CANDLES,Gp=Re.YOM_TOV_ENDS,Jp=Re.CHUL_ONLY,Wp=Re.IL_ONLY,qp=Re.LIGHT_CANDLES_TZEIS,Xp=Re.CHANUKAH_CANDLES,Qp=Re.MINOR_FAST,ew=Re.SPECIAL_SHABBAT,tw=Re.MODERN_HOLIDAY,nw=Re.MAJOR_FAST,rw=Re.ROSH_CHODESH,ow=Re.PARSHA_HASHAVUA,iw=Re.DAF_YOMI,aw=Re.MISHNA_YOMI,sw=Re.NACH_YOMI,uw=Re.YERUSHALMI_YOMI,cw=Re.OMER_COUNT,hw=Re.SHABBAT_MEVARCHIM,lw=Re.MINOR_HOLIDAY,fw=Re.EREV,dw=Re.CHOL_HAMOED,gw=Re.YOM_KIPPUR_KATAN,mw=Re.YIZKOR,vw=new Set,yw={location:1,year:1,isHebrewYear:1,month:1,numYears:1,start:1,end:1,candlelighting:1,candleLightingMins:1,havdalahMins:1,havdalahDeg:1,fastEndDeg:1,sedrot:1,il:1,noMinorFast:1,noModern:1,shabbatMevarchim:1,noRoshChodesh:1,noSpecialShabbat:1,noHolidays:1,omer:1,molad:1,ashkenazi:1,locale:1,addHebrewDates:1,addHebrewDatesForEvents:1,mask:1,yomKippurKatan:1,hour12:1,dailyLearning:1,useElevation:1,yizkor:1};const pw={Jerusalem:40,Haifa:30,"Zikhron Ya'aqov":30,"Zikhron Ya'akov":30,"Zikhron Yaakov":30,"Zichron Ya'akov":30,"Zichron Yaakov":30},ww={281184:40,294801:30,293067:30},Sw=8.5,Aw=7.0833333;const bw=Kp|qp|Xp|Gp,Tw=new Hm(0,0,!1,"UTC");function Iw(e,t,n,r,o,i,a){const s=r.il||!1;if(!n.observedIn(s))return e;const u=n.getFlags();if(!r.yomKippurKatan&&u&gw||r.noModern&&u&tw)return e;const c=Boolean(u&nw),h=Boolean(u&Qp);let l;if(r.candlelighting&&(c||h)&&"Yom Kippur"!==n.getDesc()&&(n=l=function(e,t){const n=e.getDesc();if("Yom Kippur"===n)throw new RangeError("YK does not require this function");const r=e.getDate(),o=r.greg(),i=t.location,a=t.fastEndDeg,s=Boolean(t.useElevation),u=new Cm(i,o,s);let c,h;if("Erev Tish'a B'Av"===n){const n=u.sunset();isNaN(n.getTime())||(c=hy(e,n,sy,t))}else if(n.startsWith("Tish'a B'Av")){const n=u.tzeit(a);isNaN(n.getTime())||(h=hy(e,n,uy,t))}else{const n=u.alotHaShachar();if(isNaN(n.getTime())||(c=hy(e,n,sy,t)),5!==o.getDay()&&(14!==r.getDate()||r.getMonth()!==f.NISAN)){const n=u.tzeit(a);isNaN(n.getTime())||(h=hy(e,n,uy,t))}}const l=new cy(e,c,h);return Object.assign(l,e),l}(n,r),l.startEvent&&(c||h&&!r.noMinorFast)&&t.push(l.startEvent)),u&Number(r.mask)||!u&&!a){if(r.candlelighting&&u&bw){const t=n.getDate();if(e=ay(n,t,r,o,i),u&Xp&&e&&!r.noHolidays){const a=function(e,t,n){const r=n.location,o=Boolean(n.useElevation),i=new Cm(r,t.greg(),o).beinHaShmashos();if(isNaN(i.getTime()))return null;const a=new ly(t,e.getDesc(),e.getFlags(),i,r);return a.emoji=e.emoji,a.chanukahDay=e.chanukahDay,a}(n,t,r);a&&((o||i)&&(a.eventTime=e.eventTime,a.eventTimeStr=e.eventTimeStr),n=a),e=void 0}}(!r.noHolidays||r.yomKippurKatan&&u&gw)&&t.push(n)}return(c||h&&!r.noMinorFast)&&l&&l.endEvent&&t.push(l.endEvent),e}function Ew(e,t){const n=[],r=e.getMonth(),o=e.getDate();if(r!==zp&&o>=23&&o<=29){const o=e.getFullYear(),i=r===Me.monthsInYear(o)?Vp:r+1;if(t.molad&&n.push(new yy(e,o,i,t)),t.shabbatMevarchim){const r=Me.getMonthName(i,o),a=new vy(o,i).render(t.locale||"en",t);n.push(new Op(e,r,a,t.locale))}}return n}function Mw(e,t){return"yerushalmi"===e?2===t?"yerushalmi-schottenstein":"yerushalmi-vilna":e}function Hw(e,t,n){const r=[];for(const[o,i]of Object.entries(t))if(i){const t=Mw(o,i),a=kp.lookup(t,e,n);a&&r.push(a)}return r}function Nw(e,t,n){const r=new py(e,t);if(n.candlelighting){const t=n.location,o=new Cm(t,e.prev(),!1).tzeit(7.0833);isNaN(o.getTime())||(r.alarm=o)}return r}function Cw(e,t){return 0!==(ep(e,t)||[]).filter((e=>e.getFlags()&Re.CHAG)).length}return e.AsaraBTevetEvent=Qv,e.CandleLightingEvent=km,e.ChanukahEvent=ey,e.DailyLearning=kp,e.Event=Pe,e.FastDayEvent=cy,e.GeoLocation=Sm,e.HDate=Me,e.HavdalahEvent=Lm,e.HebrewCalendar=class{constructor(){}static calendar(e={}){return xp(e)}static getBirthdayOrAnniversary(e,t){const n=function(e,t){const n=P(t),r=n.yy;if(e===r)return n;if(e<r)return;const o=b(r);let i=n.mm,a=n.dd;return i===R&&!o||i===Y&&o?i=T(e):i!==O||30!==a||N(e)?i===_&&30===a&&C(e)?(i=k,a=1):i===R&&30===a&&o&&!b(e)&&(i=D,a=1):(i=_,a=1),{yy:e,mm:i,dd:a}}(e,t);return void 0===n?n:new Me(n)}static getYahrzeit(e,t){const n=function(e,t){let n=P(t);if(!(e<=n.yy))return n.mm!==O||30!==n.dd||N(n.yy+1)?n.mm===_&&30===n.dd&&C(n.yy+1)?n=A(w(e,k,1)-1):n.mm===Y?n.mm=T(e):n.mm!==R||30!==n.dd||b(e)||(n.dd=30,n.mm=L):n=A(w(e,_,1)-1),n.mm!==O||30!==n.dd||N(e)?n.mm===_&&30===n.dd&&C(e)&&(n.mm=k,n.dd=1):(n.mm=_,n.dd=1),n.yy=e,n}(e,t);return void 0===n?n:new Me(n)}static getHolidaysForYear(e){return Np(e)}static getHolidaysForYearArray(e,t){return Cp(e,t)}static getHolidaysOnDate(e,t){return ep(e,t)}static eruvTavshilin(e,t){if(e.getDay()<3||e.getDay()>4)return!1;const n=new Me(e),r=n.after(5),o=n.next();return!(!Cw(r,t)||Cw(n,t)||!Cw(o,t))}static reformatTimeStr(e,t,n){return Om(e,t,n)}static version(){return t}static getSedra(e,t){return Fy(e,t)}static hallel(e,t){return function(e,t){const n=e.filter((e=>{const t=e.getDesc(),n=e.getDate(),r=n.getMonth(),o=n.getDate();return t.startsWith("Chanukah")||t.startsWith("Shavuot")||t.startsWith("Sukkot")||r===f.NISAN&&(15===o||16===o)&&e.getFlags()&Re.CHAG||"Yom HaAtzma'ut"===t||"Yom Yerushalayim"===t})).map((e=>e.getDate().abs())),r=t.abs();return n.includes(r)?2:e.filter((e=>{const t=e.getDesc();return e.getFlags()&Re.ROSH_CHODESH||t.startsWith("Pesach")&&"Pesach I"!==t&&"Pesach II"!==t})).map((e=>e.getDate().abs())).includes(r)?1:0}(Cp(e.getFullYear(),t),e)}static tachanun(e,t){return Yp(e,t)}},e.HebrewDateEvent=Be,e.HolidayEvent=Xv,e.Locale=pe,e.Location=Hm,e.MevarchimChodeshEvent=Op,e.Molad=vy,e.MoladEvent=yy,e.NOAACalculator=bm,e.OmerEvent=py,e.ParshaEvent=zy,e.RoshChodeshEvent=ry,e.RoshHashanaEvent=ty,e.Sedra=Ay,e.TimedChanukahEvent=ly,e.TimedEvent=_m,e.YomKippurKatanEvent=qy,e.Zmanim=Cm,e.flags=Re,e.gematriya=x,e.gematriyaStrToNum=Z,e.getHolidaysOnDate=ep,e.getSedra=Fy,e.holidayDesc=Jv,e.months=f,e.parshaYear=function(e,t){const n=Fy(e,t),r=n.getFirstSaturday(),o=Me.hebrew2abs(e,f.ELUL,29),i=[];for(let e=r;e<=o;e+=7){const r=n.lookup(e);if(!r.chag){const e=new zy(r.hdate,r.parsha,t,r.num);i.push(e)}}return i},e.parshiot=by,e.version=t,e}({});
11
+ /*! @hebcal/hdate v0.14.0, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */
12
+ /*! @hebcal/hdate v0.14.0, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */
13
+ function $(e){return e<0?"-00"+$(-e):e<10?"000"+e:e<100?"00"+e:e<1e3?"0"+e:String(e)}function V(e){return e>=0&&e<10?"0"+e:String(e)}
14
+ /*! @hebcal/hdate v0.14.0, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */const F=new Map;const z=/^(\d+).(\d+).(\d+),?\s+(\d+).(\d+).(\d+)/;function K(e,t){const n=function(e){const t=F.get(e);if(t)return t;const n=new Intl.DateTimeFormat("en-US",{year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",hour12:!1,timeZone:e});return F.set(e,n),n}(e).format(t),r=z.exec(n);if(null===r)throw new Error(`Unable to parse formatted string: ${n}`);let o=r[4];return"24"===o&&(o="00"),r[3]=$(parseInt(r[3],10)),`${r[3]}-${r[1]}-${r[2]}T${o}:${r[5]}:${r[6]}Z`}function G(e){return $(e.getFullYear())+"-"+V(e.getMonth()+1)+"-"+V(e.getDate())}
15
+ /*! @hebcal/hdate v0.14.0, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */var J={headers:{"plural-forms":"nplurals=2; plural=(n > 1);",language:"en_CA@ashkenazi"},contexts:{"":{Tevet:["Teves"]}}},W={headers:{"plural-forms":"nplurals=2; plural=(n > 1);",language:"he"},contexts:{"":{Adar:["אַדָר"],"Adar I":["אַדָר א׳"],"Adar II":["אַדָר ב׳"],Av:["אָב"],Cheshvan:["חֶשְׁוָן"],Elul:["אֱלוּל"],Iyyar:["אִיָיר"],Kislev:["כִּסְלֵו"],Nisan:["נִיסָן"],"Sh'vat":["שְׁבָט"],Sivan:["סִיוָן"],Tamuz:["תַּמּוּז"],Tevet:["טֵבֵת"],Tishrei:["תִּשְׁרֵי"]}}};
16
+ /*! @hebcal/hdate v0.14.0, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */
17
+ /*! @hebcal/hdate v0.14.0, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */
18
+ const q={headers:{"plural-forms":"nplurals=2; plural=(n!=1);"},contexts:{"":{}}},X={h:"he",a:"ashkenazi",s:"en","":"en"},Q=new Map;let ee,te;function ne(e){const t=["th","st","nd","rd"],n=e%100;return e+(t[(n-20)%10]||t[n]||t[0])}function re(e){if("string"!=typeof e)throw new TypeError(`Invalid locale name: ${e}`);return e.toLowerCase()}function oe(e){const t=re(e),n=Q.get(t);if(!n)throw new RangeError(`Locale '${e}' not found`);return n}class ie{static lookupTranslation(e,t){const n=("string"==typeof t&&Q.get(t.toLowerCase())||ee)[e];if((null==n?void 0:n.length)&&n[0].length)return n[0]}static gettext(e,t){const n=this.lookupTranslation(e,t);return void 0===n?e:n}static addLocale(e,t){if(e=re(e),"object"!=typeof t.contexts||"object"!=typeof t.contexts[""])throw new TypeError(`Locale '${e}' invalid compact format`);Q.set(e,t.contexts[""])}static addTranslation(e,t,n){const r=oe(e);if("string"!=typeof t||0===t.length)throw new TypeError(`Invalid id string: ${t}`);const o=Array.isArray(n);if(o){const e=n[0];if("string"!=typeof e||0===e.length)throw new TypeError(`Invalid translation array: ${n}`)}else if("string"!=typeof n)throw new TypeError(`Invalid translation string: ${n}`);r[t]=o?n:[n]}static addTranslations(e,t){const n=oe(e);if("object"!=typeof t.contexts||"object"!=typeof t.contexts[""])throw new TypeError(`Locale '${e}' invalid compact format`);const r=t.contexts[""];Object.assign(n,r)}static useLocale(e){const t=re(e),n=oe(t);return te=X[t]||t,ee=n,ee}static getLocaleName(){return te}static getLocaleNames(){return Array.from(Q.keys()).sort(((e,t)=>e.localeCompare(t)))}static ordinal(e,t){const n=(null==t?void 0:t.toLowerCase())||te;if(!n)return ne(e);switch(n){case"en":case"s":case"a":return ne(e);case"es":return e+"º";case"h":case"he":case"he-x-nonikud":return String(e)}return n.startsWith("ashkenazi")?ne(e):e+"."}static hebrewStripNikkud(e){return e.replace(/[\u0590-\u05bd]/g,"").replace(/[\u05bf-\u05c7]/g,"")}}ie.addLocale("en",q),ie.addLocale("s",q),ie.addLocale("",q),ie.useLocale("en"),ie.addLocale("ashkenazi",J),ie.addLocale("a",J),ie.addLocale("he",W),ie.addLocale("h",W);const ae=W.contexts[""],se={};for(const[e,t]of Object.entries(ae))se[e]=[ie.hebrewStripNikkud(t[0])];const ue={headers:W.headers,contexts:{"":se}};ie.addLocale("he-x-NoNikud",ue);const ce="day",he="week",le="month",fe="year";class de{constructor(e,t,n){if(2===arguments.length||arguments.length>3)throw new TypeError("HDate constructor requires 0, 1 or 3 arguments");if(3===arguments.length){this.dd=this.mm=1;const i="string"==typeof n?parseInt(n,10):n;if(isNaN(i))throw new TypeError(`HDate called with bad year: ${n}`);this.yy=i,function(e,t){e.mm=de.monthNum(t),ge(e)}(this,t);const a="string"==typeof e?parseInt(e,10):e;if(isNaN(a))throw new TypeError(`HDate called with bad day: ${e}`);o=a,(r=this).dd=o,ge(r)}else{null==e&&(e=new Date);const t="number"!=typeof e||isNaN(e)?u(e)?h(e):void 0!==e.yy?e:null:e;if(null===t)throw new TypeError(`HDate called with bad arg: ${e}`);const n="number"==typeof t,r=n?A(t):t;this.yy=r.yy,this.mm=r.mm,this.dd=r.dd,n&&(this.rd=t)}var r,o}getFullYear(){return this.yy}isLeapYear(){return b(this.yy)}getMonth(){return this.mm}getTishreiMonth(){const e=T(this.getFullYear());return(this.getMonth()+e-6)%e||e}daysInMonth(){return I(this.getMonth(),this.getFullYear())}getDate(){return this.dd}getDay(){
19
+ /*! @hebcal/hdate v0.14.0, distributed under GPLv2 https://www.gnu.org/licenses/gpl-2.0.txt */
20
+ return function(e,t){return e-t*Math.floor(e/t)}(this.abs(),7)}greg(){return l(this.abs())}abs(){return"number"!=typeof this.rd&&(this.rd=w(this.yy,this.mm,this.dd)),this.rd}static hebrew2abs(e,t,n){return w(e,t,n)}getMonthName(){return E(this.getMonth(),this.getFullYear())}render(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];const n=e||ie.getLocaleName(),r=this.getDate(),o=ie.gettext(this.getMonthName(),n).replace(/'/g,"’"),i=ie.ordinal(r,n),a=function(e){switch(e){case"en":case"s":case"a":case"ashkenazi":return" of"}const t=ie.lookupTranslation("of",e);if(t)return" "+t;if(e.startsWith("ashkenazi"))return" of";return""}(n),s=`${i}${a} ${o}`;if(t){return`${s}, ${this.getFullYear()}`}return s}renderGematriya(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];const t=this.getDate(),n=e?"he-x-NoNikud":"he",r=ie.gettext(this.getMonthName(),n),o=this.getFullYear();return x(t)+" "+r+" "+x(o)}before(e){return ve(e,this,-1)}onOrBefore(e){return ve(e,this,0)}nearest(e){return ve(e,this,3)}onOrAfter(e){return ve(e,this,6)}after(e){return ve(e,this,7)}next(){return new de(this.abs()+1)}prev(){return new de(this.abs()-1)}add(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"d";if(!(e="string"==typeof e?parseInt(e,10):e))return new de(this);if(t=function(e){switch(e){case"d":return ce;case"w":return he;case"M":return le;case"y":return fe}const t=String(e||"").toLowerCase().replace(/s$/,"");switch(t){case ce:case he:case le:case fe:return t}throw new TypeError(`Invalid units '${e}'`)}(t),t===ce)return new de(this.abs()+e);if(t===he)return new de(this.abs()+7*e);if(t===fe)return new de(this.getDate(),this.getMonth(),this.getFullYear()+e);{let t=new de(this);const n=e>0?1:-1;e=Math.abs(e);for(let r=0;r<e;r++)t=new de(t.abs()+n*t.daysInMonth());return t}}subtract(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"d";return this.add(-1*e,t)}deltaDays(e){return this.abs()-e.abs()}isSameDate(e){return this.yy===e.yy&&this.mm===e.mm&&this.dd===e.dd}toString(){const e=this.getDate(),t=this.getFullYear();return`${e} ${this.getMonthName()} ${t}`}static isLeapYear(e){return b(e)}static monthsInYear(e){return T(e)}static daysInMonth(e,t){return I(e,t)}static getMonthName(e,t){return E(e,t)}static monthNum(e){if("number"==typeof e){if(isNaN(e)||e>14)throw new RangeError(`bad monthNum: ${e}`);return e}return e.charCodeAt(0)>=48&&e.charCodeAt(0)<=57?parseInt(e,10):de.monthFromName(e)}static daysInYear(e){return H(e)}static longCheshvan(e){return N(e)}static shortKislev(e){return C(e)}static monthFromName(e){if("number"==typeof e){if(isNaN(e)||e<1||e>14)throw new RangeError(`bad monthName: ${e}`);return e}return function(e){if("number"==typeof e){if(isNaN(e)||e<1||e>14)throw new RangeError(`bad monthName: ${e}`);return e}let t=e.trim().toLowerCase();switch("ב"===t[0]&&(t=t.substring(1)),t[0]){case"n":case"נ":if("o"===t[1])break;return 1;case"i":return 2;case"e":return 6;case"c":case"ח":return 8;case"k":case"כ":return 9;case"s":switch(t[1]){case"i":return 3;case"h":return 11}break;case"t":switch(t[1]){case"a":return 4;case"i":return 7;case"e":return 10}break;case"a":switch(t[1]){case"v":return 5;case"d":return/(1|[^i]i|a|א)$/i.test(e)?12:13}break;case"ס":return 3;case"ט":return 10;case"ש":return 11;case"א":switch(t[1]){case"ב":return 5;case"ד":return/(1|[^i]i|a|א)$/i.test(e)?12:13;case"י":return 2;case"ל":return 6}break;case"ת":switch(t[1]){case"מ":return 4;case"ש":return 7}}throw new RangeError(`bad monthName: ${e}`)}(ie.hebrewStripNikkud(e))}static dayOnOrBefore(e,t){return t-(t-e)%7}static isHDate(e){return null!==e&&"object"==typeof e&&"number"==typeof e.yy&&"number"==typeof e.mm&&"number"==typeof e.dd&&"function"==typeof e.greg&&"function"==typeof e.abs}static fromGematriyaString(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:5e3;const n=e.split(" ").filter((e=>0!==e.length)),r=n.length;if(3!==r&&4!==r)throw new RangeError(`cannot parse gematriya str: "${e}"`);const o=Z(n[0]),i=3===r?n[1]:n[1]+" "+n[2],a=de.monthFromName(i);let s=Z(3===r?n[2]:n[3]);return s<1e3&&(s+=t),new de(o,a,s)}}function ge(e){me(e),function(e){e.dd<1&&(e.mm===f.TISHREI&&(e.yy-=1),e.dd+=I(e.mm,e.yy),e.mm-=1,ge(e));e.dd>I(e.mm,e.yy)&&(e.mm===f.ELUL&&(e.yy+=1),e.dd-=I(e.mm,e.yy),e.mm===T(e.yy)?e.mm=1:e.mm+=1,ge(e));me(e)}(e)}function me(e){e.mm!==f.ADAR_II||e.isLeapYear()?e.mm<1?(e.mm+=T(e.yy),e.yy-=1,ge(e)):e.mm>T(e.yy)&&(e.mm-=T(e.yy),e.yy+=1,ge(e)):(e.mm-=1,ge(e)),delete e.rd}function ve(e,t,n){return new de(de.dayOnOrBefore(e,t.abs()+n))}var ye={headers:{"plural-forms":"nplurals=2; plural=(n > 1);",language:"en_CA@ashkenazi"},contexts:{"":{Shabbat:["Shabbos"],"Achrei Mot":["Achrei Mos"],Bechukotai:["Bechukosai"],"Beha'alotcha":["Beha’aloscha"],Bereshit:["Bereshis"],Chukat:["Chukas"],"Erev Shavuot":["Erev Shavuos"],"Erev Sukkot":["Erev Sukkos"],"Ki Tavo":["Ki Savo"],"Ki Teitzei":["Ki Seitzei"],"Ki Tisa":["Ki Sisa"],Matot:["Matos"],"Purim Katan":["Purim Koton"],"Shabbat Chazon":["Shabbos Chazon"],"Shabbat HaChodesh":["Shabbos HaChodesh"],"Shabbat HaGadol":["Shabbos HaGadol"],"Shabbat Nachamu":["Shabbos Nachamu"],"Shabbat Parah":["Shabbos Parah"],"Shabbat Shekalim":["Shabbos Shekalim"],"Shabbat Shuva":["Shabbos Shuvah"],"Shabbat Zachor":["Shabbos Zachor"],Shavuot:["Shavuos"],"Shavuot I":["Shavuos I"],"Shavuot II":["Shavuos II"],Shemot:["Shemos"],"Shmini Atzeret":["Shmini Atzeres"],"Simchat Torah":["Simchas Torah"],Sukkot:["Sukkos"],"Sukkot I":["Sukkos I"],"Sukkot II":["Sukkos II"],"Sukkot II (CH''M)":["Sukkos II (CH’’M)"],"Sukkot III (CH''M)":["Sukkos III (CH’’M)"],"Sukkot IV (CH''M)":["Sukkos IV (CH’’M)"],"Sukkot V (CH''M)":["Sukkos V (CH’’M)"],"Sukkot VI (CH''M)":["Sukkos VI (CH’’M)"],"Sukkot VII (Hoshana Raba)":["Sukkos VII (Hoshana Raba)"],"Ta'anit Bechorot":["Ta’anis Bechoros"],"Ta'anit Esther":["Ta’anis Esther"],Toldot:["Toldos"],Vaetchanan:["Vaeschanan"],Yitro:["Yisro"],"Vezot Haberakhah":["Vezos Haberakhah"],Parashat:["Parshas"],"Leil Selichot":["Leil Selichos"],"Shabbat Mevarchim Chodesh":["Shabbos Mevorchim Chodesh"],"Shabbat Shirah":["Shabbos Shirah"],"Asara B'Tevet":["Asara B’Teves"],"Alot HaShachar":["Alos HaShachar"],"Kriat Shema, sof zeman":["Krias Shema, sof zman"],"Tefilah, sof zeman":["Tefilah, sof zman"],"Kriat Shema, sof zeman (MGA)":["Krias Shema, sof zman (MGA)"],"Tefilah, sof zeman (MGA)":["Tefilah, sof zman (MGA)"],"Chatzot HaLailah":["Chatzos HaLailah"],"Chatzot hayom":["Chatzos"],"Tzeit HaKochavim":["Tzeis HaKochavim"],"Birkat Hachamah":["Birkas Hachamah"],"Shushan Purim Katan":["Shushan Purim Koton"]}}},pe={headers:{"plural-forms":"nplurals=2; plural=(n > 1);",language:"he_IL"},contexts:{"":{Shabbat:["שַׁבָּת"],"Daf Yomi":["דַף יוֹמִי"],Parashat:["פָּרָשַׁת"],"Achrei Mot":["אַחֲרֵי מוֹת"],Balak:["בָּלָק"],Bamidbar:["בְּמִדְבַּר"],Bechukotai:["בְּחֻקֹּתַי"],"Beha'alotcha":["בְּהַעֲלֹתְךָ"],Behar:["בְּהַר"],Bereshit:["בְּרֵאשִׁית"],Beshalach:["בְּשַׁלַּח"],Bo:["בֹּא"],"Chayei Sara":["חַיֵּי שָֹרָה"],Chukat:["חֻקַּת"],Devarim:["דְּבָרִים"],Eikev:["עֵקֶב"],Emor:["אֱמוֹר"],"Ha'azinu":["הַאֲזִינוּ"],Kedoshim:["קְדשִׁים"],"Ki Tavo":["כִּי־תָבוֹא"],"Ki Teitzei":["כִּי־תֵצֵא"],"Ki Tisa":["כִּי תִשָּׂא"],Korach:["קוֹרַח"],"Lech-Lecha":["לֶךְ־לְךָ"],Masei:["מַסְעֵי"],Matot:["מַּטּוֹת"],Metzora:["מְּצֹרָע"],Miketz:["מִקֵּץ"],Mishpatim:["מִּשְׁפָּטִים"],Nasso:["נָשׂא"],Nitzavim:["נִצָּבִים"],Noach:["נֹחַ"],Pekudei:["פְקוּדֵי"],Pinchas:["פִּינְחָס"],"Re'eh":["רְאֵה"],"Sh'lach":["שְׁלַח־לְךָ"],Shemot:["שְׁמוֹת"],Shmini:["שְּׁמִינִי"],Shoftim:["שׁוֹפְטִים"],Tazria:["תַזְרִיעַ"],Terumah:["תְּרוּמָה"],Tetzaveh:["תְּצַוֶּה"],Toldot:["תּוֹלְדוֹת"],Tzav:["צַו"],Vaera:["וָאֵרָא"],Vaetchanan:["וָאֶתְחַנַּן"],Vayakhel:["וַיַּקְהֵל"],Vayechi:["וַיְחִי"],Vayeilech:["וַיֵּלֶךְ"],Vayera:["וַיֵּרָא"],Vayeshev:["וַיֵּשֶׁב"],Vayetzei:["וַיֵּצֵא"],Vayigash:["וַיִּגַּשׁ"],Vayikra:["וַיִּקְרָא"],Vayishlach:["וַיִּשְׁלַח"],"Vezot Haberakhah":["וְזֹאת הַבְּרָכָה"],Yitro:["יִתְרוֹ"],"Asara B'Tevet":["עֲשָׂרָה בְּטֵבֵת"],"Candle lighting":["הַדְלָקַת נֵרוֹת"],Chanukah:["חֲנוּכָּה"],"Chanukah: 1 Candle":["חֲנוּכָּה: א׳ נֵר"],"Chanukah: 2 Candles":["חֲנוּכָּה: ב׳ נֵרוֹת"],"Chanukah: 3 Candles":["חֲנוּכָּה: ג׳ נֵרוֹת"],"Chanukah: 4 Candles":["חֲנוּכָּה: ד׳ נֵרוֹת"],"Chanukah: 5 Candles":["חֲנוּכָּה: ה׳ נֵרוֹת"],"Chanukah: 6 Candles":["חֲנוּכָּה: ו׳ נֵרוֹת"],"Chanukah: 7 Candles":["חֲנוּכָּה: ז׳ נֵרוֹת"],"Chanukah: 8 Candles":["חֲנוּכָּה: ח׳ נֵרוֹת"],"Chanukah: 8th Day":["חֲנוּכָּה: יוֹם ח׳"],"Days of the Omer":["סְפִירַת הָעוֹמֶר"],Omer:["עוֹמֶר"],"day of the Omer":["בָּעוֹמֶר"],"Erev Pesach":["עֶרֶב פֶּסַח"],"Erev Purim":["עֶרֶב פּוּרִים"],"Erev Rosh Hashana":["עֶרֶב רֹאשׁ הַשָּׁנָה"],"Erev Shavuot":["עֶרֶב שָׁבוּעוֹת"],"Erev Simchat Torah":["עֶרֶב שִׂמְחַת תּוֹרָה"],"Erev Sukkot":["עֶרֶב סוּכּוֹת"],"Erev Tish'a B'Av":["עֶרֶב תִּשְׁעָה בְּאָב"],"Erev Yom Kippur":["עֶרֶב יוֹם כִּפּוּר"],Havdalah:["הַבְדָּלָה"],"Lag BaOmer":["ל״ג בָּעוֹמֶר"],"Leil Selichot":["סליחות"],Pesach:["פֶּסַח"],"Pesach I":["פֶּסַח א׳"],"Pesach II":["פֶּסַח ב׳"],"Pesach II (CH''M)":["פֶּסַח ב׳ (חוה״מ)"],"Pesach III (CH''M)":["פֶּסַח ג׳ (חוה״מ)"],"Pesach IV (CH''M)":["פֶּסַח ד׳ (חוה״מ)"],"Pesach Sheni":["פֶּסַח שני"],"Pesach V (CH''M)":["פֶּסַח ה׳ (חוה״מ)"],"Pesach VI (CH''M)":["פֶּסַח ו׳ (חוה״מ)"],"Pesach VII":["פֶּסַח ז׳"],"Pesach VIII":["פֶּסַח ח׳"],Purim:["פּוּרִים"],"Purim Katan":["פּוּרִים קָטָן"],"Rosh Chodesh %s":["רֹאשׁ חוֹדֶשׁ %s"],"Rosh Chodesh":["רֹאשׁ חוֹדֶשׁ"],"Rosh Hashana":["רֹאשׁ הַשָּׁנָה"],"Rosh Hashana I":["רֹאשׁ הַשָּׁנָה א׳"],"Rosh Hashana II":["רֹאשׁ הַשָּׁנָה ב׳"],"Shabbat Chazon":["שַׁבָּת חֲזוֹן"],"Shabbat HaChodesh":["שַׁבָּת הַחֹדֶשׁ"],"Shabbat HaGadol":["שַׁבָּת הַגָּדוֹל"],"Shabbat Nachamu":["שַׁבָּת נַחֲמוּ"],"Shabbat Parah":["שַׁבָּת פּרה"],"Shabbat Shekalim":["שַׁבָּת שְׁקָלִים"],"Shabbat Shuva":["שַׁבָּת שׁוּבָה"],"Shabbat Zachor":["שַׁבָּת זָכוֹר"],Shavuot:["שָׁבוּעוֹת"],"Shavuot I":["שָׁבוּעוֹת א׳"],"Shavuot II":["שָׁבוּעוֹת ב׳"],"Shmini Atzeret":["שְׁמִינִי עֲצֶרֶת"],"Shushan Purim":["שׁוּשָׁן פּוּרִים"],Sigd:["סיגד"],"Simchat Torah":["שִׂמְחַת תּוֹרָה"],Sukkot:["סוּכּוֹת"],"Sukkot I":["סוּכּוֹת א׳"],"Sukkot II":["סוּכּוֹת ב׳"],"Sukkot II (CH''M)":["סוּכּוֹת ב׳ (חוה״מ)"],"Sukkot III (CH''M)":["סוּכּוֹת ג׳ (חוה״מ)"],"Sukkot IV (CH''M)":["סוּכּוֹת ד׳ (חוה״מ)"],"Sukkot V (CH''M)":["סוּכּוֹת ה׳ (חוה״מ)"],"Sukkot VI (CH''M)":["סוּכּוֹת ו׳ (חוה״מ)"],"Sukkot VII (Hoshana Raba)":["סוּכּוֹת ז׳ (הוֹשַׁעְנָא רַבָּה)"],"Ta'anit Bechorot":["תַּעֲנִית בְּכוֹרוֹת"],"Ta'anit Esther":["תַּעֲנִית אֶסְתֵּר"],"Tish'a B'Av":["תִּשְׁעָה בְּאָב"],"Tu B'Av":["טוּ בְּאָב"],"Tu BiShvat":["טוּ בִּשְׁבָט"],"Tu B'Shvat":["טוּ בִּשְׁבָט"],"Tzom Gedaliah":["צוֹם גְּדַלְיָה"],"Tzom Tammuz":["צוֹם תָּמוּז"],"Yom HaAtzma'ut":["יוֹם הָעַצְמָאוּת"],"Yom HaShoah":["יוֹם הַשּׁוֹאָה"],"Yom HaZikaron":["יוֹם הַזִּכָּרוֹן"],"Yom Kippur":["יוֹם כִּפּוּר"],"Yom Yerushalayim":["יוֹם יְרוּשָׁלַיִם"],"Yom HaAliyah":["יוֹם הַעֲלִיָּה"],"Yom HaAliyah School Observance":["שְׁמִירָת בֵּית הַסֵפֶר לְיוֹם הַעֲלִיָּה"],"Rosh Chodesh Adar":["רֹאשׁ חוֹדֶשׁ אַדָר"],"Rosh Chodesh Adar I":["רֹאשׁ חוֹדֶשׁ אַדָר א׳"],"Rosh Chodesh Adar II":["רֹאשׁ חוֹדֶשׁ אַדָר ב׳"],"Rosh Chodesh Av":["רֹאשׁ חוֹדֶשׁ אָב"],"Rosh Chodesh Cheshvan":["רֹאשׁ חוֹדֶשׁ חֶשְׁוָן"],"Rosh Chodesh Elul":["רֹאשׁ חוֹדֶשׁ אֱלוּל"],"Rosh Chodesh Iyyar":["רֹאשׁ חוֹדֶשׁ אִיָיר"],"Rosh Chodesh Kislev":["רֹאשׁ חוֹדֶשׁ כִּסְלֵו"],"Rosh Chodesh Nisan":["רֹאשׁ חוֹדֶשׁ נִיסָן"],"Rosh Chodesh Sh'vat":["רֹאשׁ חוֹדֶשׁ שְׁבָט"],"Rosh Chodesh Sivan":["רֹאשׁ חוֹדֶשׁ סִיוָן"],"Rosh Chodesh Tamuz":["רֹאשׁ חוֹדֶשׁ תָּמוּז"],"Rosh Chodesh Tevet":["רֹאשׁ חוֹדֶשׁ טֵבֵת"],min:["דַּקּוֹת"],"Fast begins":["תחילת הַצוֹם"],"Fast ends":["סִיּוּם הַצוֹם"],"Rosh Hashana LaBehemot":["רֹאשׁ הַשָּׁנָה לְמַעְשַׂר בְּהֵמָה"],"Tish'a B'Av (observed)":["תִּשְׁעָה בְּאָב נִדחֶה"],"Shabbat Mevarchim Chodesh":["שַׁבָּת מְבָרְכִים חוֹדֶשׁ"],"Shabbat Shirah":["שַׁבָּת שִׁירָה"],"Chatzot HaLailah":["חֲצוֹת הַלַיְלָה"],"Alot haShachar":["עֲלוֹת הַשַּׁחַר"],Misheyakir:["מִשֶּׁיַּכִּיר"],"Misheyakir Machmir":["מִשֶּׁיַּכִּיר מַחמִיר"],Dawn:["דִּימְדּוּמֵי בּוֹקֵר"],Sunrise:["הַנֵץ הַחַמָּה"],"Kriat Shema, sof zeman":["סוֹף זְמַן קְרִיאַת שְׁמַע גר״א"],"Tefilah, sof zeman":["סוֹף זְמַן תְּפִלָּה גר״א"],"Kriat Shema, sof zeman (MGA)":["סוֹף זְמַן קְרִיאַת שְׁמַע מג״א"],"Tefilah, sof zeman (MGA)":["סוֹף זְמַן תְּפִלָּה מג״א"],"Chatzot hayom":["חֲצוֹת הַיּוֹם"],"Mincha Gedolah":["מִנְחָה גְּדוֹלָה"],"Mincha Ketanah":["מִנְחָה קְטַנָּה"],"Plag HaMincha":["פְּלַג הַמִּנְחָה"],Dusk:["דִּימְדּוּמֵי עֶרֶב"],Sunset:["שְׁקִיעָה"],"Nightfall - End of ordained fasts":["לַיְלָה - גמר תעניות דרבנן"],"Tzeit HaKochavim":["צֵאת הַכּוֹכָבִים"],Lovingkindness:["חֶֽסֶד"],Might:["גְבוּרָה"],Beauty:["תִּפְאֶֽרֶת"],Eternity:["נֶּֽצַח"],Splendor:["הוֹד"],Foundation:["יְּסוֹד"],Majesty:["מַּלְכוּת"],day:["יוֹם"],"Yom Kippur Katan":["יוֹם כִּפּוּר קָטָן"],Yizkor:["יִזְכּוֹר"],"Family Day":["יוֹם הַמִּשׁפָּחָה"],"Yitzhak Rabin Memorial Day":["יוֹם הַזִּכָּרוֹן ליצחק רבין"],"Jabotinsky Day":["יוֹם ז׳בוטינסקי"],"Herzl Day":["יוֹם הרצל"],"Ben-Gurion Day":["יוֹם בן־גוריון"],"Hebrew Language Day":["יוֹם הַשָׂפָה הַעִברִית"],"Birkat Hachamah":["בִרְכַּת הַחַמָּה"],"Shushan Purim Katan":["שׁוּשָׁן פּוּרִים קָטָן"],"Purim Meshulash":["פּוּרִים מְשׁוּלָּשׁ"],"after sunset":["לְאַחַר הַשְׁקִיעָה"],Yerushalmi:["יְרוּשַׁלְמִי"],"Chag HaBanot":["חַג הַבָּנוֹת"],Joshua:["יְהוֹשׁוּעַ"],Judges:["שׁוֹפְטִים"],"I Samuel":["שְׁמוּאֵל רִאשׁוֹן"],"II Samuel":["שְׁמוּאֵל שֵׁנִי"],"I Kings":["מְלָכִים רִאשׁוֹן"],"II Kings":["מְלָכִים שֵׁנִי"],Isaiah:["יְשַׁעְיָהוּ"],Jeremiah:["יִרְמְיָהוּ"],Ezekiel:["יְחֶזְקֵאל"],Hosea:["הוֹשֵׁעַ"],Joel:["יוֹאֵל"],Amos:["עָמוּס"],Obadiah:["עוֹבַדְיָה"],Jonah:["יוֹנָה"],Micah:["מִיכָה"],Nachum:["נַחוּם"],Habakkuk:["חֲבַקּוּק"],Zephaniah:["צְפַנְיָה"],Haggai:["חַגַּי"],Zechariah:["זְכַרְיָה"],Malachi:["מַלְאָכִי"],Psalms:["תְּהִלִּים"],Proverbs:["מִשְׁלֵי"],Job:["אִיּוֹב"],"Song of Songs":["שִׁיר הַשִּׁירִים"],Ruth:["רוּת"],Lamentations:["אֵיכָה"],Ecclesiastes:["קֹהֶלֶת"],Esther:["אֶסְתֵּר"],Daniel:["דָּנִיֵּאל"],Ezra:["עֶזְרָא"],Nehemiah:["נְחֶמְיָה"],"I Chronicles":["דִברֵי הַיָמִים רִאשׁוֹן"],"II Chronicles":["דִברֵי הַיָמִים שֵׁנִי"],Molad:["מוֹלָד הָלְּבָנָה"],chalakim:["חֲלָקִים"],"Pirkei Avot":["פִּרְקֵי אָבוֹת"]}}};ie.addTranslations("he",pe),ie.addTranslations("h",pe),ie.addTranslations("ashkenazi",ye),ie.addTranslations("a",ye);const we=pe.contexts[""],Se={};for(const[e,t]of Object.entries(we))Se[e]=[ie.hebrewStripNikkud(t[0])];const Ae={headers:pe.headers,contexts:{"":Se}};ie.addTranslations("he-x-NoNikud",Ae);const be={CHAG:1,LIGHT_CANDLES:2,YOM_TOV_ENDS:4,CHUL_ONLY:8,IL_ONLY:16,LIGHT_CANDLES_TZEIS:32,CHANUKAH_CANDLES:64,ROSH_CHODESH:128,MINOR_FAST:256,SPECIAL_SHABBAT:512,PARSHA_HASHAVUA:1024,DAF_YOMI:2048,OMER_COUNT:4096,MODERN_HOLIDAY:8192,MAJOR_FAST:16384,SHABBAT_MEVARCHIM:32768,MOLAD:65536,USER_EVENT:131072,HEBREW_DATE:262144,MINOR_HOLIDAY:524288,EREV:1048576,CHOL_HAMOED:2097152,MISHNA_YOMI:4194304,YOM_KIPPUR_KATAN:8388608,YERUSHALMI_YOMI:16777216,NACH_YOMI:33554432,DAILY_LEARNING:67108864,YIZKOR:134217728},Te=[[be.MAJOR_FAST,"holiday","major","fast"],[be.CHANUKAH_CANDLES,"holiday","major"],[be.HEBREW_DATE,"hebdate"],[be.MINOR_FAST,"holiday","fast"],[be.MINOR_HOLIDAY,"holiday","minor"],[be.MODERN_HOLIDAY,"holiday","modern"],[be.MOLAD,"molad"],[be.OMER_COUNT,"omer"],[be.PARSHA_HASHAVUA,"parashat"],[be.ROSH_CHODESH,"roshchodesh"],[be.SHABBAT_MEVARCHIM,"mevarchim"],[be.SPECIAL_SHABBAT,"holiday","shabbat"],[be.USER_EVENT,"user"],[be.YIZKOR,"yizkor"]];class Ie{constructor(e,t,n=0,r){if(!de.isHDate(e))throw new TypeError(`Invalid Event date: ${e}`);if("string"!=typeof t)throw new TypeError(`Invalid Event description: ${t}`);this.date=e,this.desc=t,this.mask=+n,"object"==typeof r&&null!==r&&Object.assign(this,r)}getDate(){return this.date}getDesc(){return this.desc}getFlags(){return this.mask}render(e){return ie.gettext(this.desc,e)}renderBrief(e){return this.render(e)}getEmoji(){return this.emoji||null}basename(){return this.getDesc()}url(){}observedInIsrael(){return!(this.mask&be.CHUL_ONLY)}observedInDiaspora(){return!(this.mask&be.IL_ONLY)}observedIn(e){return e?this.observedInIsrael():this.observedInDiaspora()}clone(){const e=new Ie(this.date,this.desc,this.mask);return Object.assign(e,this),e}getCategories(){const e=this.getFlags();for(const t of Te){if(e&t[0])return t.slice(1)}return["unknown"]}}class Ee extends Ie{constructor(e){super(e,e.toString(),be.HEBREW_DATE)}render(e){const t=null==e?void 0:e.toLowerCase(),n=null!=t?t:ie.getLocaleName(),r=this.getDate();switch(n){case"h":case"he":return r.renderGematriya(!1);case"he-x-nonikud":return r.renderGematriya(!0);default:return r.render(n,!0)}}renderBriefHebrew(e){const t=this.getDate(),n=t.getDate(),r=ie.gettext(t.getMonthName(),e);return x(n)+" "+r}renderBrief(e){const t=null==e?void 0:e.toLowerCase(),n=null!=t?t:ie.getLocaleName(),r=this.getDate();if(r.getMonth()===f.TISHREI&&1===r.getDate())return this.render(n);switch(n){case"h":case"he":case"he-x-nonikud":return this.renderBriefHebrew(n);default:return r.render(n,!1)}}}var Me,He,Ne="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},Ce={};function De(){if(He)return Me;He=1;var e=function(e){return e&&e.Math===Math&&e};return Me=e("object"==typeof globalThis&&globalThis)||e("object"==typeof window&&window)||e("object"==typeof self&&self)||e("object"==typeof Ne&&Ne)||e("object"==typeof Me&&Me)||function(){return this}()||Function("return this")()}var Oe,_e,ke,Le,Re,Ye,Pe,Be,je={};function Ue(){return _e?Oe:(_e=1,Oe=function(e){try{return!!e()}catch(e){return!0}})}function xe(){if(Le)return ke;Le=1;var e=Ue();return ke=!e((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))}function Ze(){if(Ye)return Re;Ye=1;var e=Ue();return Re=!e((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")}))}function $e(){if(Be)return Pe;Be=1;var e=Ze(),t=Function.prototype.call;return Pe=e?t.bind(t):function(){return t.apply(t,arguments)},Pe}var Ve,Fe,ze,Ke,Ge,Je,We,qe,Xe,Qe,et,tt,nt,rt,ot,it,at,st,ut,ct,ht,lt,ft,dt,gt,mt,vt,yt,pt,wt,St,At,bt,Tt,It,Et,Mt,Ht,Nt,Ct,Dt,Ot={};function _t(){return ze?Fe:(ze=1,Fe=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}})}function kt(){if(Ge)return Ke;Ge=1;var e=Ze(),t=Function.prototype,n=t.call,r=e&&t.bind.bind(n,n);return Ke=e?r:function(e){return function(){return n.apply(e,arguments)}},Ke}function Lt(){if(Xe)return qe;Xe=1;var e=kt(),t=Ue(),n=function(){if(We)return Je;We=1;var e=kt(),t=e({}.toString),n=e("".slice);return Je=function(e){return n(t(e),8,-1)},Je}(),r=Object,o=e("".split);return qe=t((function(){return!r("z").propertyIsEnumerable(0)}))?function(e){return"String"===n(e)?o(e,""):r(e)}:r,qe}function Rt(){return et||(et=1,Qe=function(e){return null==e}),Qe}function Yt(){if(nt)return tt;nt=1;var e=Rt(),t=TypeError;return tt=function(n){if(e(n))throw new t("Can't call method on "+n);return n},tt}function Pt(){if(ot)return rt;ot=1;var e=Lt(),t=Yt();return rt=function(n){return e(t(n))},rt}function Bt(){if(at)return it;at=1;var e="object"==typeof document&&document.all;return it=void 0===e&&void 0!==e?function(t){return"function"==typeof t||t===e}:function(e){return"function"==typeof e}}function jt(){if(ut)return st;ut=1;var e=Bt();return st=function(t){return"object"==typeof t?null!==t:e(t)},st}function Ut(){if(ht)return ct;ht=1;var e=De(),t=Bt();return ct=function(n,r){return arguments.length<2?(o=e[n],t(o)?o:void 0):e[n]&&e[n][r];var o},ct}function xt(){if(vt)return mt;vt=1;var e,t,n=De(),r=function(){if(gt)return dt;gt=1;var e=De().navigator,t=e&&e.userAgent;return dt=t?String(t):""}(),o=n.process,i=n.Deno,a=o&&o.versions||i&&i.version,s=a&&a.v8;return s&&(t=(e=s.split("."))[0]>0&&e[0]<4?1:+(e[0]+e[1])),!t&&r&&(!(e=r.match(/Edge\/(\d+)/))||e[1]>=74)&&(e=r.match(/Chrome\/(\d+)/))&&(t=+e[1]),mt=t}function Zt(){if(pt)return yt;pt=1;var e=xt(),t=Ue(),n=De().String;return yt=!!Object.getOwnPropertySymbols&&!t((function(){var t=Symbol("symbol detection");return!n(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&e&&e<41}))}function $t(){if(St)return wt;St=1;var e=Zt();return wt=e&&!Symbol.sham&&"symbol"==typeof Symbol.iterator}function Vt(){if(bt)return At;bt=1;var e=Ut(),t=Bt(),n=function(){if(ft)return lt;ft=1;var e=kt();return lt=e({}.isPrototypeOf)}(),r=$t(),o=Object;return At=r?function(e){return"symbol"==typeof e}:function(r){var i=e("Symbol");return t(i)&&n(i.prototype,o(r))},At}function Ft(){if(It)return Tt;It=1;var e=String;return Tt=function(t){try{return e(t)}catch(e){return"Object"}}}function zt(){if(Mt)return Et;Mt=1;var e=Bt(),t=Ft(),n=TypeError;return Et=function(r){if(e(r))return r;throw new n(t(r)+" is not a function")}}function Kt(){if(Nt)return Ht;Nt=1;var e=zt(),t=Rt();return Ht=function(n,r){var o=n[r];return t(o)?void 0:e(o)},Ht}function Gt(){if(Dt)return Ct;Dt=1;var e=$e(),t=Bt(),n=jt(),r=TypeError;return Ct=function(o,i){var a,s;if("string"===i&&t(a=o.toString)&&!n(s=e(a,o)))return s;if(t(a=o.valueOf)&&!n(s=e(a,o)))return s;if("string"!==i&&t(a=o.toString)&&!n(s=e(a,o)))return s;throw new r("Can't convert object to primitive value")},Ct}var Jt,Wt,qt,Xt,Qt,en,tn,nn,rn,on,an,sn,un,cn,hn,ln,fn,dn,gn,mn,vn,yn,pn,wn,Sn={exports:{}};function An(){if(Xt)return qt;Xt=1;var e=De(),t=Object.defineProperty;return qt=function(n,r){try{t(e,n,{value:r,configurable:!0,writable:!0})}catch(t){e[n]=r}return r}}function bn(){if(Qt)return Sn.exports;Qt=1;var e=Wt?Jt:(Wt=1,Jt=!1),t=De(),n=An(),r="__core-js_shared__",o=Sn.exports=t[r]||n(r,{});return(o.versions||(o.versions=[])).push({version:"3.41.0",mode:e?"pure":"global",copyright:"© 2014-2025 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.41.0/LICENSE",source:"https://github.com/zloirock/core-js"}),Sn.exports}function Tn(){if(tn)return en;tn=1;var e=bn();return en=function(t,n){return e[t]||(e[t]=n||{})}}function In(){if(rn)return nn;rn=1;var e=Yt(),t=Object;return nn=function(n){return t(e(n))}}function En(){if(an)return on;an=1;var e=kt(),t=In(),n=e({}.hasOwnProperty);return on=Object.hasOwn||function(e,r){return n(t(e),r)},on}function Mn(){if(un)return sn;un=1;var e=kt(),t=0,n=Math.random(),r=e(1..toString);return sn=function(e){return"Symbol("+(void 0===e?"":e)+")_"+r(++t+n,36)}}function Hn(){if(hn)return cn;hn=1;var e=De(),t=Tn(),n=En(),r=Mn(),o=Zt(),i=$t(),a=e.Symbol,s=t("wks"),u=i?a.for||a:a&&a.withoutSetter||r;return cn=function(e){return n(s,e)||(s[e]=o&&n(a,e)?a[e]:u("Symbol."+e)),s[e]}}function Nn(){if(fn)return ln;fn=1;var e=$e(),t=jt(),n=Vt(),r=Kt(),o=Gt(),i=Hn(),a=TypeError,s=i("toPrimitive");return ln=function(i,u){if(!t(i)||n(i))return i;var c,h=r(i,s);if(h){if(void 0===u&&(u="default"),c=e(h,i,u),!t(c)||n(c))return c;throw new a("Can't convert object to primitive value")}return void 0===u&&(u="number"),o(i,u)}}function Cn(){if(gn)return dn;gn=1;var e=Nn(),t=Vt();return dn=function(n){var r=e(n,"string");return t(r)?r:r+""}}function Dn(){if(vn)return mn;vn=1;var e=De(),t=jt(),n=e.document,r=t(n)&&t(n.createElement);return mn=function(e){return r?n.createElement(e):{}},mn}function On(){if(pn)return yn;pn=1;var e=xe(),t=Ue(),n=Dn();return yn=!e&&!t((function(){return 7!==Object.defineProperty(n("div"),"a",{get:function(){return 7}}).a}))}function _n(){if(wn)return je;wn=1;var e=xe(),t=$e(),n=function(){if(Ve)return Ot;Ve=1;var e={}.propertyIsEnumerable,t=Object.getOwnPropertyDescriptor,n=t&&!e.call({1:2},1);return Ot.f=n?function(e){var n=t(this,e);return!!n&&n.enumerable}:e,Ot}(),r=_t(),o=Pt(),i=Cn(),a=En(),s=On(),u=Object.getOwnPropertyDescriptor;return je.f=e?u:function(e,c){if(e=o(e),c=i(c),s)try{return u(e,c)}catch(e){}if(a(e,c))return r(!t(n.f,e,c),e[c])},je}var kn,Ln,Rn,Yn,Pn,Bn,jn,Un={};function xn(){if(Ln)return kn;Ln=1;var e=xe(),t=Ue();return kn=e&&t((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))}function Zn(){if(Yn)return Rn;Yn=1;var e=jt(),t=String,n=TypeError;return Rn=function(r){if(e(r))return r;throw new n(t(r)+" is not an object")}}function $n(){if(Pn)return Un;Pn=1;var e=xe(),t=On(),n=xn(),r=Zn(),o=Cn(),i=TypeError,a=Object.defineProperty,s=Object.getOwnPropertyDescriptor,u="enumerable",c="configurable",h="writable";return Un.f=e?n?function(e,t,n){if(r(e),t=o(t),r(n),"function"==typeof e&&"prototype"===t&&"value"in n&&h in n&&!n[h]){var i=s(e,t);i&&i[h]&&(e[t]=n.value,n={configurable:c in n?n[c]:i[c],enumerable:u in n?n[u]:i[u],writable:!1})}return a(e,t,n)}:a:function(e,n,s){if(r(e),n=o(n),r(s),t)try{return a(e,n,s)}catch(e){}if("get"in s||"set"in s)throw new i("Accessors not supported");return"value"in s&&(e[n]=s.value),e},Un}function Vn(){if(jn)return Bn;jn=1;var e=xe(),t=$n(),n=_t();return Bn=e?function(e,r,o){return t.f(e,r,n(1,o))}:function(e,t,n){return e[t]=n,e}}var Fn,zn,Kn,Gn,Jn,Wn,qn,Xn,Qn,er,tr,nr,rr,or,ir,ar={exports:{}};function sr(){if(Gn)return Kn;Gn=1;var e=kt(),t=Bt(),n=bn(),r=e(Function.toString);return t(n.inspectSource)||(n.inspectSource=function(e){return r(e)}),Kn=n.inspectSource}function ur(){if(Xn)return qn;Xn=1;var e=Tn(),t=Mn(),n=e("keys");return qn=function(e){return n[e]||(n[e]=t(e))}}function cr(){return er?Qn:(er=1,Qn={})}function hr(){if(nr)return tr;nr=1;var e,t,n,r=function(){if(Wn)return Jn;Wn=1;var e=De(),t=Bt(),n=e.WeakMap;return Jn=t(n)&&/native code/.test(String(n))}(),o=De(),i=jt(),a=Vn(),s=En(),u=bn(),c=ur(),h=cr(),l="Object already initialized",f=o.TypeError,d=o.WeakMap;if(r||u.state){var g=u.state||(u.state=new d);g.get=g.get,g.has=g.has,g.set=g.set,e=function(e,t){if(g.has(e))throw new f(l);return t.facade=e,g.set(e,t),t},t=function(e){return g.get(e)||{}},n=function(e){return g.has(e)}}else{var m=c("state");h[m]=!0,e=function(e,t){if(s(e,m))throw new f(l);return t.facade=e,a(e,m,t),t},t=function(e){return s(e,m)?e[m]:{}},n=function(e){return s(e,m)}}return tr={set:e,get:t,has:n,enforce:function(r){return n(r)?t(r):e(r,{})},getterFor:function(e){return function(n){var r;if(!i(n)||(r=t(n)).type!==e)throw new f("Incompatible receiver, "+e+" required");return r}}},tr}function lr(){if(rr)return ar.exports;rr=1;var e=kt(),t=Ue(),n=Bt(),r=En(),o=xe(),i=function(){if(zn)return Fn;zn=1;var e=xe(),t=En(),n=Function.prototype,r=e&&Object.getOwnPropertyDescriptor,o=t(n,"name"),i=o&&"something"===function(){}.name,a=o&&(!e||e&&r(n,"name").configurable);return Fn={EXISTS:o,PROPER:i,CONFIGURABLE:a}}().CONFIGURABLE,a=sr(),s=hr(),u=s.enforce,c=s.get,h=String,l=Object.defineProperty,f=e("".slice),d=e("".replace),g=e([].join),m=o&&!t((function(){return 8!==l((function(){}),"length",{value:8}).length})),v=String(String).split("String"),y=ar.exports=function(e,t,n){"Symbol("===f(h(t),0,7)&&(t="["+d(h(t),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),n&&n.getter&&(t="get "+t),n&&n.setter&&(t="set "+t),(!r(e,"name")||i&&e.name!==t)&&(o?l(e,"name",{value:t,configurable:!0}):e.name=t),m&&n&&r(n,"arity")&&e.length!==n.arity&&l(e,"length",{value:n.arity});try{n&&r(n,"constructor")&&n.constructor?o&&l(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(e){}var a=u(e);return r(a,"source")||(a.source=g(v,"string"==typeof t?t:"")),e};return Function.prototype.toString=y((function(){return n(this)&&c(this).source||a(this)}),"toString"),ar.exports}function fr(){if(ir)return or;ir=1;var e=Bt(),t=$n(),n=lr(),r=An();return or=function(o,i,a,s){s||(s={});var u=s.enumerable,c=void 0!==s.name?s.name:i;if(e(a)&&n(a,c,s),s.global)u?o[i]=a:r(i,a);else{try{s.unsafe?o[i]&&(u=!0):delete o[i]}catch(e){}u?o[i]=a:t.f(o,i,{value:a,enumerable:!1,configurable:!s.nonConfigurable,writable:!s.nonWritable})}return o},or}var dr,gr,mr,vr,yr,pr,wr,Sr,Ar,br,Tr,Ir,Er,Mr,Hr,Nr,Cr,Dr={};function Or(){if(vr)return mr;vr=1;var e=function(){if(gr)return dr;gr=1;var e=Math.ceil,t=Math.floor;return dr=Math.trunc||function(n){var r=+n;return(r>0?t:e)(r)},dr}();return mr=function(t){var n=+t;return n!=n||0===n?0:e(n)}}function _r(){if(pr)return yr;pr=1;var e=Or(),t=Math.max,n=Math.min;return yr=function(r,o){var i=e(r);return i<0?t(i+o,0):n(i,o)}}function kr(){if(Sr)return wr;Sr=1;var e=Or(),t=Math.min;return wr=function(n){var r=e(n);return r>0?t(r,9007199254740991):0}}function Lr(){if(br)return Ar;br=1;var e=kr();return Ar=function(t){return e(t.length)}}function Rr(){if(Ir)return Tr;Ir=1;var e=Pt(),t=_r(),n=Lr(),r=function(r){return function(o,i,a){var s=e(o),u=n(s);if(0===u)return!r&&-1;var c,h=t(a,u);if(r&&i!=i){for(;u>h;)if((c=s[h++])!=c)return!0}else for(;u>h;h++)if((r||h in s)&&s[h]===i)return r||h||0;return!r&&-1}};return Tr={includes:r(!0),indexOf:r(!1)}}function Yr(){if(Mr)return Er;Mr=1;var e=kt(),t=En(),n=Pt(),r=Rr().indexOf,o=cr(),i=e([].push);return Er=function(e,a){var s,u=n(e),c=0,h=[];for(s in u)!t(o,s)&&t(u,s)&&i(h,s);for(;a.length>c;)t(u,s=a[c++])&&(~r(h,s)||i(h,s));return h},Er}function Pr(){return Nr?Hr:(Nr=1,Hr=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"])}var Br,jr,Ur,xr,Zr,$r,Vr,Fr,zr,Kr={};function Gr(){if(Ur)return jr;Ur=1;var e=Ut(),t=kt(),n=function(){if(Cr)return Dr;Cr=1;var e=Yr(),t=Pr().concat("length","prototype");return Dr.f=Object.getOwnPropertyNames||function(n){return e(n,t)},Dr}(),r=(Br||(Br=1,Kr.f=Object.getOwnPropertySymbols),Kr),o=Zn(),i=t([].concat);return jr=e("Reflect","ownKeys")||function(e){var t=n.f(o(e)),a=r.f;return a?i(t,a(e)):t},jr}function Jr(){if(Zr)return xr;Zr=1;var e=En(),t=Gr(),n=_n(),r=$n();return xr=function(o,i,a){for(var s=t(i),u=r.f,c=n.f,h=0;h<s.length;h++){var l=s[h];e(o,l)||a&&e(a,l)||u(o,l,c(i,l))}},xr}function Wr(){if(zr)return Fr;zr=1;var e=De(),t=_n().f,n=Vn(),r=fr(),o=An(),i=Jr(),a=function(){if(Vr)return $r;Vr=1;var e=Ue(),t=Bt(),n=/#|\.prototype\./,r=function(n,r){var u=i[o(n)];return u===s||u!==a&&(t(r)?e(r):!!r)},o=r.normalize=function(e){return String(e).replace(n,".").toLowerCase()},i=r.data={},a=r.NATIVE="N",s=r.POLYFILL="P";return $r=r}();return Fr=function(s,u){var c,h,l,f,d,g=s.target,m=s.global,v=s.stat;if(c=m?e:v?e[g]||o(g,{}):e[g]&&e[g].prototype)for(h in u){if(f=u[h],l=s.dontCallGetSet?(d=t(c,h))&&d.value:c[h],!a(m?h:g+(v?".":"#")+h,s.forced)&&void 0!==l){if(typeof f==typeof l)continue;i(f,l)}(s.sham||l&&l.sham)&&n(f,"sham",!0),r(c,h,f,s)}}}var qr,Xr,Qr,eo,to,no,ro,oo,io,ao,so={};function uo(){if(Xr)return qr;Xr=1;var e=Yr(),t=Pr();return qr=Object.keys||function(n){return e(n,t)},qr}function co(){if(to)return eo;to=1;var e=Ut();return eo=e("document","documentElement")}function ho(){if(ro)return no;ro=1;var e,t=Zn(),n=function(){if(Qr)return so;Qr=1;var e=xe(),t=xn(),n=$n(),r=Zn(),o=Pt(),i=uo();return so.f=e&&!t?Object.defineProperties:function(e,t){r(e);for(var a,s=o(t),u=i(t),c=u.length,h=0;c>h;)n.f(e,a=u[h++],s[a]);return e},so}(),r=Pr(),o=cr(),i=co(),a=Dn(),s=ur(),u="prototype",c="script",h=s("IE_PROTO"),l=function(){},f=function(e){return"<"+c+">"+e+"</"+c+">"},d=function(e){e.write(f("")),e.close();var t=e.parentWindow.Object;return e=null,t},g=function(){try{e=new ActiveXObject("htmlfile")}catch(e){}var t,n,o;g="undefined"!=typeof document?document.domain&&e?d(e):(n=a("iframe"),o="java"+c+":",n.style.display="none",i.appendChild(n),n.src=String(o),(t=n.contentWindow.document).open(),t.write(f("document.F=Object")),t.close(),t.F):d(e);for(var s=r.length;s--;)delete g[u][r[s]];return g()};return o[h]=!0,no=Object.create||function(e,r){var o;return null!==e?(l[u]=t(e),o=new l,l[u]=null,o[h]=e):o=g(),void 0===r?o:n.f(o,r)},no}function lo(){if(io)return oo;io=1;var e=Hn(),t=ho(),n=$n().f,r=e("unscopables"),o=Array.prototype;return void 0===o[r]&&n(o,r,{configurable:!0,value:t(null)}),oo=function(e){o[r][e]=!0}}function fo(e,t,n,r,o){return go(t,((e,t)=>{const n=e[t];if(void 0===n)throw new TypeError(kc(t));return n})(e,t),n,r,o)}function go(e,t,n,r,o,i){const a=Lo(t,n,r);if(o&&t!==a)throw new RangeError(Oc(e,t,n,r,i));return a}function mo(e){return null!==e&&/object|function/.test(typeof e)}function vo(e){const t=new(arguments.length>1&&void 0!==arguments[1]?arguments[1]:Map);return function(n){if(t.has(n))return t.get(n);for(var r=arguments.length,o=new Array(r>1?r-1:0),i=1;i<r;i++)o[i-1]=arguments[i];const a=e(n,...o);return t.set(n,a),a}}function yo(e){return po({name:e},1)}function po(e,t){return bo((e=>({value:e,configurable:1,writable:!t})),e)}function wo(e){return bo((e=>({get:e,configurable:1})),e)}function So(e){return{[Symbol.toStringTag]:{value:e,configurable:1}}}function Ao(e,t){const n={};let r=e.length;for(const o of t)n[e[--r]]=o;return n}function bo(e,t,n){const r={};for(const o in t)r[o]=e(t[o],o,n);return r}function To(e,t,n){const r={};for(let o=0;o<t.length;o++){const i=t[o];r[i]=e(i,o,n)}return r}function Io(e,t,n){const r={};for(let o=0;o<e.length;o++)r[t[o]]=n[e[o]];return r}function Eo(e,t){const n=Object.create(null);for(const r of e)n[r]=t[r];return n}function Mo(e,t){for(const n of t)if(n in e)return 1;return 0}function Ho(e,t,n){for(const r of e)if(t[r]!==n[r])return 0;return 1}function No(e,t,n){const r={...n};for(let n=0;n<t;n++)r[e[n]]=0;return r}function Co(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return function(){for(var t=arguments.length,r=new Array(t),o=0;o<t;o++)r[o]=arguments[o];return e(...n,...r)}}function Do(e){return e[0].toUpperCase()+e.substring(1)}function Oo(e){return e.slice().sort()}function _o(e,t){return String(t).padStart(e,"0")}function ko(e,t){return Math.sign(e-t)}function Lo(e,t,n){return Math.min(Math.max(e,t),n)}function Ro(e,t){return[Math.floor(e/t),Yo(e,t)]}function Yo(e,t){return(e%t+t)%t}function Po(e,t){return[Bo(e,t),jo(e,t)]}function Bo(e,t){return Math.trunc(e/t)||0}function jo(e,t){return e%t||0}function Uo(e){return.5===Math.abs(e%1)}function xo(e,t,n){let r=0,o=0;for(let i=0;i<=t;i++){const t=e[n[i]],a=Nh[i],s=Hh/a,[u,c]=Po(t,s);r+=c*a,o+=u}const[i,a]=Po(r,Hh);return[o+i,a]}function Zo(e,t,n){const r={};for(let o=t;o>=0;o--){const t=Nh[o];r[n[o]]=Bo(e,t),e=jo(e,t)}return r}function $o(e){if(void 0!==e)return Fo(e)}function Vo(e){return Wo(Fo(e))}function Fo(e){return Jo(tl(e))}function zo(e,t){if(null==t)throw new RangeError(kc(e));return t}function Ko(e){if(!mo(e))throw new TypeError(Dc);return e}function Go(e,t){if(typeof t!==e)throw new TypeError(_c(arguments.length>2&&void 0!==arguments[2]?arguments[2]:e,t));return t}function Jo(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"number";if(!Number.isInteger(e))throw new RangeError(Ic(t,e));return e||0}function Wo(e){if(e<=0)throw new RangeError(Ec(arguments.length>1&&void 0!==arguments[1]?arguments[1]:"number",e));return e}function qo(e){if("symbol"==typeof e)throw new TypeError(Cc);return String(e)}function Xo(e,t){return mo(e)?String(e):Qh(e,t)}function Qo(e){if("string"==typeof e)return BigInt(e);if("bigint"!=typeof e)throw new TypeError(Nc(e));return e}function ei(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"number";if("bigint"==typeof e)throw new TypeError(Hc(t));if(e=Number(e),!Number.isFinite(e))throw new RangeError(Mc(t,e));return e}function ti(e,t){return Math.trunc(ei(e,t))||0}function ni(e,t){return Jo(ei(e,t),t)}function ri(e,t){return Wo(ti(e,t),t)}function oi(e,t){let[n,r]=Po(t,Hh),o=e+n;const i=Math.sign(o);return i&&i===-Math.sign(r)&&(o-=i,r+=i*Hh),[o,r]}function ii(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;return oi(e[0]+t[0]*n,e[1]+t[1]*n)}function ai(e,t){return oi(e[0],e[1]+t)}function si(e,t){return ii(t,e,-1)}function ui(e,t){return ko(e[0],t[0])||ko(e[1],t[1])}function ci(e,t,n){return-1===ui(e,t)||1===ui(e,n)}function hi(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;const n=BigInt(Hh/t);return[Number(e/n),Number(e%n)*t]}function li(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;const n=Hh/t,[r,o]=Po(e,n);return[r,o*t]}function fi(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=arguments.length>2?arguments[2]:void 0;const[r,o]=e,[i,a]=Po(o,t);return r*(Hh/t)+(i+(n?a/t:0))}function di(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Ro;const[r,o]=e,[i,a]=n(o,t);return[r*(Hh/t)+i,a]}function gi(e){return fo(e,"isoYear",Il,Tl,1),e.isoYear===Il?fo(e,"isoMonth",4,12,1):e.isoYear===Tl&&fo(e,"isoMonth",1,9,1),e}function mi(e){return vi({...e,...yl,isoHour:12}),e}function vi(e){const t=fo(e,"isoYear",Il,Tl,1),n=t===Il?1:t===Tl?-1:0;return n&&yi(bi({...e,isoDay:e.isoDay+n,isoNanosecond:e.isoNanosecond-n})),e}function yi(e){if(!e||ci(e,bl,Al))throw new RangeError(oh);return e}function pi(e){return xo(e,5,ll)[1]}function wi(e){const[t,n]=Ro(e,Hh);return[Zo(n,5,ll),t]}function Si(e){return di(e,Ih)}function Ai(e){return Ei(e.isoYear,e.isoMonth,e.isoDay,e.isoHour,e.isoMinute,e.isoSecond,e.isoMillisecond)}function bi(e){const t=Ai(e);if(void 0!==t){const[n,r]=Po(t,Sh);return[n,r*Th+(e.isoMicrosecond||0)*bh+(e.isoNanosecond||0)]}}function Ti(e,t){const[n,r]=wi(pi(e)-t);return yi(bi({...e,isoDay:e.isoDay+r,...n}))}function Ii(){return Ei(...arguments)/Ah}function Ei(){const[e,t]=Mi(...arguments),n=e.valueOf();if(!isNaN(n))return n-t*Sh}function Mi(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0,a=arguments.length>6&&void 0!==arguments[6]?arguments[6]:0;const s=e===Il?1:e===Tl?-1:0,u=new Date;return u.setUTCHours(r,o,i,a),u.setUTCFullYear(e,t-1,n+s),[u,s]}function Hi(e,t){let[n,r]=ai(e,t);r<0&&(r+=Hh,n-=1);const[o,i]=Ro(r,Th),[a,s]=Ro(i,bh);return Ni(n*Sh+o,a,s)}function Ni(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;const r=Math.ceil(Math.max(0,Math.abs(e)-Sl)/Sh)*Math.sign(e),o=new Date(e-r*Sh);return Ao(dl,[o.getUTCFullYear(),o.getUTCMonth()+1,o.getUTCDate()+r,o.getUTCHours(),o.getUTCMinutes(),o.getUTCSeconds(),o.getUTCMilliseconds(),t,n])}function Ci(e,t){if(t<-864e13)throw new RangeError(oh);const n=e.formatToParts(t),r={};for(const e of n)r[e.type]=e.value;return r}function Di(e){return[e.isoYear,e.isoMonth,e.isoDay]}function Oi(e,t){return[t,0]}function _i(){return Cl}function ki(e,t){switch(t){case 2:return Ri(e)?29:28;case 4:case 6:case 9:case 11:return 30}return 31}function Li(e){return Ri(e)?366:365}function Ri(e){return e%4==0&&(e%100!=0||e%400==0)}function Yi(e){const[t,n]=Mi(e.isoYear,e.isoMonth,e.isoDay);return Yo(t.getUTCDay()-n,7)||7}function Pi(e){return this.id===Gh?(e=>{let{isoYear:t}=e;return t<1?["gregory-inverse",1-t]:["gregory",t]})(e):this.id===Jh?Ol(e):[]}function Bi(e){const t=Ai(e);if(t<Dl){const{isoYear:t}=e;return t<1?["japanese-inverse",1-t]:["japanese",t]}const n=Ci($f(Jh),t),{era:r,eraYear:o}=Zu(n,Jh);return[r,o]}function ji(e){return Ui(e),$i(e,1),e}function Ui(e){return Zi(e,1),e}function xi(e){return Ho(fl,e,Zi(e))}function Zi(e,t){const{isoYear:n}=e,r=fo(e,"isoMonth",1,_i(),t);return{isoYear:n,isoMonth:r,isoDay:fo(e,"isoDay",1,ki(n,r),t)}}function $i(e,t){return Ao(ll,[fo(e,"isoHour",0,23,t),fo(e,"isoMinute",0,59,t),fo(e,"isoSecond",0,59,t),fo(e,"isoMillisecond",0,999,t),fo(e,"isoMicrosecond",0,999,t),fo(e,"isoNanosecond",0,999,t)])}function Vi(e){return void 0===e?0:Wl(Ko(e))}function Fi(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;e=ta(e);const n=ql(e),r=Xl(e,t);return[Wl(e),r,n]}function zi(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:9,o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:4;t=ta(t);let a=Gl(t,r,o),s=Xi(t),u=nf(t,i);const c=Kl(t,r,o,1);return null==a?a=Math.max(n,c):aa(a,c),s=Qi(s,c,1),e&&(u=(e=>e<4?(e+2)%4:e)(u)),[a,c,s,u]}function Ki(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:6,n=arguments.length>2?arguments[2]:void 0,r=Xi(e=na(e,_l));const o=nf(e,7);let i=Kl(e,t);return i=zo(_l,i),r=Qi(r,i,void 0,n),[i,r,o]}function Gi(e){return Ql(ta(e))}function Ji(e,t){return Wi(ta(e),t)}function Wi(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:4;const n=ea(e);return[nf(e,4),...qi(Kl(e,t),n)]}function qi(e,t){return null!=e?[Nh[e],e<4?9-3*e:-1]:[void 0===t?1:10**(9-t),t]}function Xi(e){const t=e[Ll];return void 0===t?1:ti(t,Ll)}function Qi(e,t,n,r){const o=r?Hh:Nh[t+1];if(o){const n=Nh[t];if(o%((e=go(Ll,e,1,o/n-(r?0:1),1))*n))throw new RangeError(_c(Ll,e))}else e=go(Ll,e,1,n?10**9:1,1);return e}function ea(e){let t=e[Rl];if(void 0!==t){if("number"!=typeof t){if("auto"===qo(t))return;throw new RangeError(_c(Rl,t))}t=go(Rl,Math.floor(t),0,9,1)}return t}function ta(e){return void 0===e?{}:Ko(e)}function na(e,t){return"string"==typeof e?{[t]:e}:Ko(e)}function ra(e){return{overflow:jl[e]}}function oa(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:9,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,o=arguments.length>4?arguments[4]:void 0,i=t[e];if(void 0===i)return o?r:void 0;if(i=qo(i),"auto"===i)return o?r:null;let a=ph[i];if(void 0===a&&(a=sl[i]),void 0===a)throw new RangeError(Pc(e,i,ph));return go(e,a,r,n,1,wh),a}function ia(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0;const o=n[e];if(void 0===o)return r;const i=qo(o),a=t[i];if(void 0===a)throw new RangeError(Pc(e,i,t));return a}function aa(e,t){if(t>e)throw new RangeError(hh)}function sa(e){return{branding:hf,epochNanoseconds:e}}function ua(e,t,n){return{branding:cf,calendar:n,timeZone:t,epochNanoseconds:e}}function ca(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.calendar;return{branding:sf,calendar:t,...Eo(vl,e)}}function ha(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.calendar;return{branding:af,calendar:t,...Eo(gl,e)}}function la(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.calendar;return{branding:rf,calendar:t,...Eo(gl,e)}}function fa(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.calendar;return{branding:of,calendar:t,...Eo(gl,e)}}function da(e){return{branding:uf,...Eo(ml,e)}}function ga(e){return{branding:lf,sign:Ns(e),...Eo(rl,e)}}function ma(e){return di(e.epochNanoseconds,Th)[0]}function va(e){return e.epochNanoseconds}function ya(e,t){return fi(Os(e),Nh[t],1)}function pa(e,t,n,r,o,i,a){const s=nl[n],u={...t,[s]:t[s]+r},c=a(e,o,t),h=a(e,o,u);return[i(c),i(h)]}function wa(e,t,n){const r=fi(si(t,n));if(!r)throw new RangeError(Gc);return fi(si(t,e))/r}function Sa(e,t,n,r){return Aa(e,Ia(t,n),r)}function Aa(e,t,n){const[r,o]=ba(e,t,n);return vi({...ps(e,o),...r})}function ba(e,t,n){return wi(Oa(pi(e),t,n))}function Ta(e){return Oa(e,Eh,7)}function Ia(e,t){return Nh[e]*t}function Ea(e){const t=Ma(e);return[t,ps(t,1)]}function Ma(e){return pl(6,e)}function Ha(e,t,n){const r=Math.min(Rs(e),6);return _s(Da(Os(e,r),t,n),r)}function Na(e,t,n,r,o,i,a,s,u,c){if(0===r&&1===o)return e;const h=Is(r,s)?Ts(s)&&r<6&&n>=6?La:ka:Ra;let[l,f,d]=h(e,t,n,r,o,i,a,s,u,c);return d&&7!==r&&(l=((e,t,n,r,o,i,a,s)=>{const u=Ns(e);for(let c=r+1;c<=n;c++){if(7===c&&7!==n)continue;const r=hl(c,e);r[nl[c]]+=u;const h=fi(si(a(s(o,i,r)),t));if(h&&Math.sign(h)!==u)break;e=r}return e})(l,f,n,Math.max(6,r),a,s,u,c)),l}function Ca(e,t,n,r,o){if(6===t){const t=(e=>e[0]+e[1]/Hh)(e);return[Oa(t,n,r),0]}return Da(e,Ia(t,n),r,o)}function Da(e,t,n,r){let[o,i]=e;r&&i<0&&(i+=Hh,o-=1);const[a,s]=Ro(Oa(i,t,n),Hh);return oi(o+a,s)}function Oa(e,t,n){return _a(e/t,n)*t}function _a(e,t){return ff[t](e)}function ka(e,t,n,r,o,i){const a=Ns(e),s=Os(e),u=Ca(s,r,o,i),c=si(s,u),h=Math.sign(u[0]-s[0])===a,l=_s(u,Math.min(n,6));return[{...e,...l},ii(t,c),h]}function La(e,t,n,r,o,i,a,s,u,c){const h=Ns(e)||1,l=fi(Os(e,5)),f=Ia(r,o);let d=Oa(l,f,i);const[g,m]=pa(a,{...e,...cl},6,h,s,u,c),v=d-fi(si(g,m));let y=0;v&&Math.sign(v)!==h?t=ai(g,d):(y+=h,d=Oa(v,f,i),t=ai(m,d));const p=ks(d);return[{...e,...p,days:e.days+y},t,Boolean(y)]}function Ra(e,t,n,r,o,i,a,s,u,c){const h=Ns(e),l=nl[r],f=hl(r,e);7===r&&(e={...e,weeks:e.weeks+Math.trunc(e.days/7)});const d=Bo(e[l],o)*o;f[l]=d;const[g,m]=pa(a,f,r,o*h,s,u,c),v=d+wa(t,g,m)*h*o,y=Oa(v,o,i),p=Math.sign(y-v)===h;return f[l]=y,[f,p?m:g,p]}function Ya(e,t,n,r){const[o,i,a,s]=(e=>{const t=Wi(e=ta(e));return[e.timeZone,...t]})(r),u=void 0!==o;return((e,t,n,r,o,i)=>{n=Da(n,o,r,1);const a=t.R(n);return za(Hi(n,a),i)+(e?qa(Ta(a)):"Z")})(u,t(u?e(o):df),n.epochNanoseconds,i,a,s)}function Pa(e,t,n){const[r,o,i,a,s,u]=(e=>{e=ta(e);const t=Ql(e),n=ea(e),r=tf(e),o=nf(e,4),i=Kl(e,4);return[t,ef(e),r,o,...qi(i,n)]})(n);return((e,t,n,r,o,i,a,s,u,c)=>{r=Da(r,u,s,1);const h=e(n).R(r);return za(Hi(r,h),c)+qa(Ta(h),a)+((e,t)=>1!==t?"["+(2===t?"!":"")+e+"]":"")(n,i)+Xa(t,o)})(e,t.calendar,t.timeZone,t.epochNanoseconds,r,o,i,a,s,u)}function Ba(e,t){const[n,r,o,i]=(e=>(e=ta(e),[Ql(e),...Wi(e)]))(t);return a=e.calendar,s=n,u=i,za(Aa(e,o,r),u)+Xa(a,s);var a,s,u}function ja(e,t){return n=e.calendar,r=e,o=Gi(t),Ka(r)+Xa(n,o);var n,r,o}function Ua(e,t){return Va(e.calendar,Ga,e,Gi(t))}function xa(e,t){return Va(e.calendar,Ja,e,Gi(t))}function Za(e,t){const[n,r,o]=Ji(t);return i=o,Wa(ba(e,r,n)[0],i);var i}function $a(e,t){const[n,r,o]=Ji(t,3);return r>1&&Cs(e={...e,...Ha(e,r,n)}),((e,t)=>{const{sign:n}=e,r=-1===n?Hs(e):e,{hours:o,minutes:i}=r,[a,s]=di(Os(r,3),Ih,Po);Ds(a);const u=es(s,t),c=t>=0||!n||u;return(n<0?"-":"")+"P"+Fa({Y:ns(r.years),M:ns(r.months),W:ns(r.weeks),D:ns(r.days)})+(o||i||a||c?"T"+Fa({H:ns(o),M:ns(i),S:ns(a,c)+u}):"")})(e,o)}function Va(e,t,n,r){const o=r>1||0===r&&e!==Kh;return 1===r?e===Kh?t(n):Ka(n):o?Ka(n)+Qa(e,2===r):t(n)}function Fa(e){const t=[];for(const n in e){const r=e[n];r&&t.push(r,n)}return t.join("")}function za(e,t){return Ka(e)+"T"+Wa(e,t)}function Ka(e){return Ga(e)+"-"+yh(e.isoDay)}function Ga(e){const{isoYear:t}=e;return(t<0||t>9999?ts(t)+_o(6,Math.abs(t)):_o(4,t))+"-"+yh(e.isoMonth)}function Ja(e){return yh(e.isoMonth)+"-"+yh(e.isoDay)}function Wa(e,t){const n=[yh(e.isoHour),yh(e.isoMinute)];return-1!==t&&n.push(yh(e.isoSecond)+((e,t,n,r)=>es(e*Th+t*bh+n,r))(e.isoMillisecond,e.isoMicrosecond,e.isoNanosecond,t)),n.join(":")}function qa(e){if(1===(arguments.length>1&&void 0!==arguments[1]?arguments[1]:0))return"";const[t,n]=Ro(Math.abs(e),Mh),[r,o]=Ro(n,Eh),[i,a]=Ro(o,Ih);return ts(e)+yh(t)+":"+yh(r)+(i||a?":"+yh(i)+es(a):"")}function Xa(e,t){return 1!==t&&(t>1||0===t&&e!==Kh)?Qa(e,2===t):""}function Qa(e,t){return"["+(t?"!":"")+"u-ca="+e+"]"}function es(e,t){let n=_o(9,e);return n=void 0===t?n.replace(yf,""):n.slice(0,t),n?"."+n:""}function ts(e){return e<0?"-":"+"}function ns(e,t){return e||t?e.toLocaleString("fullwide",{useGrouping:0}):""}function rs(e,t){const{epochNanoseconds:n}=e,r=(t.R?t:t(e.timeZone)).R(n),o=Hi(n,r);return{calendar:e.calendar,...o,offsetNanoseconds:r}}function os(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,i=arguments.length>5?arguments[5]:void 0,a=arguments.length>6?arguments[6]:void 0;if(void 0!==n&&1===r&&(1===r||a))return Ti(t,n);const s=e.I(t);if(void 0!==n&&3!==r){const e=((e,t,n,r)=>{const o=bi(t);r&&(n=Ta(n));for(const t of e){let e=fi(si(t,o));if(r&&(e=Ta(e)),e===n)return t}})(s,t,n,i);if(void 0!==e)return e;if(0===r)throw new RangeError(nh)}return a?bi(t):is(e,t,o,s)}function is(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:e.I(t);if(1===r.length)return r[0];if(1===n)throw new RangeError(rh);if(r.length)return r[3===n?1:0];const o=bi(t),i=((e,t)=>{const n=e.R(ai(t,-864e11));return(e=>{if(e>Hh)throw new RangeError(th);return e})(e.R(ai(t,Hh))-n)})(e,o),a=i*(2===n?-1:1);return(r=e.I(Hi(o,a)))[2===n?0:r.length-1]}function as(e,t){const n=e.I(t);if(n.length)return n[0];const r=ai(bi(t),-864e11);return e.O(r,1)}function ss(e,t,n){return sa(yi(ii(t.epochNanoseconds,(e=>{if(Ls(e))throw new RangeError(uh);return Os(e,5)})(e?Hs(n):n))))}function us(e,t,n,r,o){let i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:Object.create(null);const a=t(r.timeZone),s=e(r.calendar);return{...r,...ds(a,s,r,n?Hs(o):o,i)}}function cs(e,t,n,r){let o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:Object.create(null);const{calendar:i}=n;return ca(gs(e(i),n,t?Hs(r):r,o),i)}function hs(e,t,n,r,o){const{calendar:i}=n;return ha(ms(e(i),n,t?Hs(r):r,o),i)}function ls(e,t,n,r,o){const i=n.calendar,a=e(i);let s=mi(vs(a,n));t&&(r=Ms(r)),r.sign<0&&(s=a.P(s,{...ul,months:1}),s=ps(s,-1));const u=a.P(s,r,o);return la(vs(a,u),i)}function fs(e,t,n){return da(ys(t,e?Hs(n):n)[0])}function ds(e,t,n,r,o){const i=Os(r,5);let a=n.epochNanoseconds;if(Ls(r)){const s=pf(n,e);a=ii(is(e,{...ms(t,s,{...r,...cl},o),...Eo(ll,s)}),i)}else a=ii(a,i),Vi(o);return{epochNanoseconds:yi(a)}}function gs(e,t,n,r){const[o,i]=ys(t,n);return vi({...ms(e,t,{...n,...cl,days:n.days+i},r),...o})}function ms(e,t,n,r){if(n.years||n.months||n.weeks)return e.P(t,n,r);Vi(r);const o=n.days+Os(n,5)[0];return o?mi(ps(t,o)):t}function vs(e,t){return ps(t,(arguments.length>2&&void 0!==arguments[2]?arguments[2]:1)-e.day(t))}function ys(e,t){const[n,r]=Os(t,5),[o,i]=wi(pi(e)+r);return[o,n+i]}function ps(e,t){return t?{...e,...Ni(Ai(e)+t*Sh)}:e}function ws(e,t,n){const r=e(n.calendar);return Ts(n)?[n,r,t(n.timeZone)]:[{...n,...yl},r]}function Ss(e){return e?va:bi}function As(e){return e?Co(ds,e):gs}function bs(e){return e?Co(pu,e):wu}function Ts(e){return e&&e.epochNanoseconds}function Is(e,t){return e<=6-(Ts(t)?1:0)}function Es(e,t,n,r,o,i,a){const s=e(ta(a).relativeTo),u=Math.max(Rs(o),Rs(i));if(Is(u,s))return ga(Cs(((e,t,n,r)=>{const o=ii(Os(e),Os(t),r?-1:1);if(!Number.isFinite(o[0]))throw new RangeError(oh);return{...ul,..._s(o,n)}})(o,i,u,r)));if(!s)throw new RangeError(sh);r&&(i=Hs(i));const[c,h,l]=ws(t,n,s),f=As(l),d=bs(l),g=f(h,c,o);return ga(d(h,c,f(h,g,i),u))}function Ms(e){return ga(Hs(e))}function Hs(e){const t={};for(const n of nl)t[n]=-1*e[n]||0;return t}function Ns(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:nl,n=0;for(const r of t){const t=Math.sign(e[r]);if(t){if(n&&n!==t)throw new RangeError(ah);n=t}}return n}function Cs(e){for(const t of al)go(t,e[t],-4294967295,wf,1);return Ds(fi(Os(e),Ih)),e}function Ds(e){if(!Number.isSafeInteger(e))throw new RangeError(ih)}function Os(e){return xo(e,arguments.length>1&&void 0!==arguments[1]?arguments[1]:6,nl)}function _s(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:6;const[n,r]=e,o=Zo(r,t,nl);if(o[nl[t]]+=n*(Hh/Nh[t]),!Number.isFinite(o[nl[t]]))throw new RangeError(oh);return o}function ks(e){return Zo(e,arguments.length>1&&void 0!==arguments[1]?arguments[1]:5,nl)}function Ls(e){return Boolean(Ns(e,il))}function Rs(e){let t=9;for(;t>0&&!e[nl[t]];t--);return t}function Ys(e,t){return[e,t]}function Ps(e){const t=Math.floor(e/gf)*gf;return[t,t+gf]}function Bs(e){const t=Gs(e);if(void 0===t)throw new RangeError(lh(e));return t}function js(e,t,n){let r=Fs(Qh(e));if(!r||r.j)throw new RangeError(lh(e));return t?r.calendar===Kh&&(r=-271821===r.isoYear&&4===r.isoMonth?{...r,isoDay:20,...yl}:{...r,isoDay:1,...yl}):n&&r.calendar===Kh&&(r={...r,isoYear:Nl}),ha(r.C?Zs(r):$s(r))}function Us(e){if(e.calendar!==Kh)throw new RangeError(fh(e.calendar))}function xs(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0;const o=nu(e.timeZone),i=Sf(o);let a;return ji(e),a=e.C?os(i,e,t,n,r,!i.$,e.j):as(i,e),ua(a,o,ec(e.calendar))}function Zs(e){return Vs(vi(ji(e)))}function $s(e){return Vs(mi(Ui(e)))}function Vs(e){return{...e,calendar:ec(e.calendar)}}function Fs(e){const t=kf.exec(e);return t?(e=>{const t=e[10],n="Z"===(t||"").toUpperCase();return{isoYear:Js(e),isoMonth:parseInt(e[4]),isoDay:parseInt(e[5]),...Ws(e.slice(5)),...qs(e[16]),C:Boolean(e[6]),j:n,offset:n?void 0:t}})(t):void 0}function zs(e){const t=Of.exec(e);return t?(e=>({isoYear:Js(e),isoMonth:parseInt(e[4]),isoDay:1,...qs(e[5])}))(t):void 0}function Ks(e){const t=_f.exec(e);return t?(e=>({isoYear:Nl,isoMonth:parseInt(e[1]),isoDay:parseInt(e[2]),...qs(e[3])}))(t):void 0}function Gs(e,t){const n=Rf.exec(e);return n?((e,t)=>{const n=e[4]||e[5];if(t&&n)throw new RangeError(fh(n));return(e=>{if(Math.abs(e)>=Hh)throw new RangeError(eh);return e})((tu(e[2])*Mh+tu(e[3])*Eh+tu(e[4])*Ih+Xs(e[5]||""))*eu(e[1]))})(n,t):void 0}function Js(e){const t=eu(e[1]),n=parseInt(e[2]||e[3]);if(t<0&&!n)throw new RangeError(fh(-0));return t*n}function Ws(e){const t=tu(e[3]);return{...wi(Xs(e[4]||""))[0],isoHour:tu(e[1]),isoMinute:tu(e[2]),isoSecond:60===t?59:t}}function qs(e){let t,n;const r=[];if(e.replace(Yf,((e,o,i)=>{const a=Boolean(o),[s,u]=i.split("=").reverse();if(u){if("u-ca"===u)r.push(s),t||(t=a);else if(a||/[A-Z]/.test(u))throw new RangeError(fh(e))}else{if(n)throw new RangeError(fh(e));n=s}return""})),r.length>1&&t)throw new RangeError(fh(e));return{timeZone:n,calendar:r[0]||Kh}}function Xs(e){return parseInt(e.padEnd(9,"0"))}function Qs(e){return new RegExp(`^${e}$`,"i")}function eu(e){return e&&"+"!==e?-1:1}function tu(e){return void 0===e?0:parseInt(e)}function nu(e){const t=ou(e);return"number"==typeof t?qa(t):t?(e=>{if(Uf.test(e))throw new RangeError(qc(e));if(jf.test(e))throw new RangeError(Qc);return e.toLowerCase().split("/").map(((e,t)=>(e.length<=3||/\d/.test(e))&&!/etc|yap/.test(e)?e.toUpperCase():e.replace(/baja|dumont|[a-z]+/g,((e,n)=>e.length<=2&&!t||"in"===e||"chat"===e?e.toUpperCase():e.length>2||!n?Do(e).replace(/island|noronha|murdo|rivadavia|urville/,Do):e)))).join("/")})(e):df}function ru(e){const t=ou(e);return"number"==typeof t?t:t?t.resolvedOptions().timeZone:df}function ou(e){const t=Gs(e=e.toUpperCase(),1);return void 0!==t?t:e!==df?Bf(e):void 0}function iu(e,t){return ui(e.epochNanoseconds,t.epochNanoseconds)}function au(e,t){return ui(e.epochNanoseconds,t.epochNanoseconds)}function su(e,t){return uu(e,t)||cu(e,t)}function uu(e,t){return ko(Ai(e),Ai(t))}function cu(e,t){return ko(pi(e),pi(t))}function hu(e,t){if(e===t)return 1;try{return ru(e)===ru(t)}catch(e){}}function lu(e,t,n,r){const o=zi(e,r,3,5),i=bu(t.epochNanoseconds,n.epochNanoseconds,...o);return ga(e?Hs(i):i)}function fu(e,t,n,r,o,i){const a=Hu(r.calendar,o.calendar),[s,u,c,h]=zi(n,i,5),l=r.epochNanoseconds,f=o.epochNanoseconds,d=ui(f,l);let g;if(d)if(s<6)g=bu(l,f,s,u,c,h);else{const n=t(((e,t)=>{if(!hu(e,t))throw new RangeError(Xc);return e})(r.timeZone,o.timeZone)),l=e(a);g=Su(l,n,r,o,d,s,i),g=Na(g,f,s,u,c,h,l,r,va,Co(ds,n))}else g=ul;return ga(n?Hs(g):g)}function du(e,t,n,r,o){const i=Hu(n.calendar,r.calendar),[a,s,u,c]=zi(t,o,6),h=bi(n),l=bi(r),f=ui(l,h);let d;if(f)if(a<=6)d=bu(h,l,a,s,u,c);else{const t=e(i);d=Au(t,n,r,f,a,o),d=Na(d,l,a,s,u,c,t,n,bi,gs)}else d=ul;return ga(t?Hs(d):d)}function gu(e,t,n,r,o){const i=Hu(n.calendar,r.calendar);return vu(t,(()=>e(i)),n,r,...zi(t,o,6,9,6))}function mu(e,t,n,r,o){const i=Hu(n.calendar,r.calendar),a=zi(t,o,9,9,8),s=e(i),u=vs(s,n),c=vs(s,r);return u.isoYear===c.isoYear&&u.isoMonth===c.isoMonth&&u.isoDay===c.isoDay?ga(ul):vu(t,(()=>s),mi(u),mi(c),...a,8)}function vu(e,t,n,r,o,i,a,s){let u=arguments.length>8&&void 0!==arguments[8]?arguments[8]:6;const c=bi(n),h=bi(r);if(void 0===c||void 0===h)throw new RangeError(oh);let l;if(ui(h,c))if(6===o)l=bu(c,h,o,i,a,s);else{const e=t();l=e.N(n,r,o),i===u&&1===a||(l=Na(l,h,o,i,a,s,e,n,bi,ms))}else l=ul;return ga(e?Hs(l):l)}function yu(e,t,n,r){const[o,i,a,s]=zi(e,r,5,5),u=Oa(Mu(t,n),Ia(i,a),s),c={...ul,...ks(u,o)};return ga(e?Hs(c):c)}function pu(e,t,n,r,o,i){const a=ui(r.epochNanoseconds,n.epochNanoseconds);return a?o<6?Tu(n.epochNanoseconds,r.epochNanoseconds,o):Su(t,e,n,r,a,o,i):ul}function wu(e,t,n,r,o){const i=bi(t),a=bi(n),s=ui(a,i);return s?r<=6?Tu(i,a,r):Au(e,t,n,s,r,o):ul}function Su(e,t,n,r,o,i,a){const[s,u,c]=((e,t,n,r)=>{function o(){return l={...ps(s,c++*-r),...a},f=is(e,l),ui(u,f)===-r}const i=pf(t,e),a=Eo(ll,i),s=pf(n,e),u=n.epochNanoseconds;let c=0;const h=Mu(i,s);let l,f;if(Math.sign(h)===-r&&c++,o()&&(-1===r||o()))throw new RangeError(Gc);const d=fi(si(f,u));return[i,l,d]})(t,n,r,o);var h,l;return{...6===i?(h=s,l=u,{...ul,days:Iu(h,l)}):e.N(s,u,i,a),...ks(c)}}function Au(e,t,n,r,o,i){const[a,s,u]=((e,t,n)=>{let r=t,o=Mu(e,t);return Math.sign(o)===-n&&(r=ps(t,-n),o+=Hh*n),[e,r,o]})(t,n,r);return{...e.N(a,s,o,i),...ks(u)}}function bu(e,t,n,r,o,i){return{...ul,..._s(Ca(si(e,t),r,o,i),n)}}function Tu(e,t,n){return{...ul,..._s(si(e,t),n)}}function Iu(e,t){return Eu(Ai(e),Ai(t))}function Eu(e,t){return Math.trunc((t-e)/Sh)}function Mu(e,t){return pi(t)-pi(e)}function Hu(e,t){if(e!==t)throw new RangeError(Wc);return e}function Nu(e){return this.m(e)[0]}function Cu(e){return this.m(e)[1]}function Du(e){const[t]=this.v(e);return Eu(this.p(t),Ai(e))+1}function Ou(e){const t=xf.exec(e);if(!t)throw new RangeError(Vc(e));return[parseInt(t[1]),Boolean(t[2])]}function _u(e,t){return"M"+yh(e)+(t?"L":"")}function ku(e,t,n){return e+(t||n&&e>=n?1:0)}function Lu(e,t){return e-(t&&e>=t?1:0)}function Ru(e,t){return(t+e)*(Math.sign(t)||1)||0}function Yu(e){return Wh[Bu(e)]}function Pu(e){return Xh[Bu(e)]}function Bu(e){return tc(e.id||Kh)}function ju(e){function t(e){return((e,t)=>({...Zu(e,t),o:e.month,day:parseInt(e.day)}))(Ci(n,e),r)}const n=$f(e),r=tc(e);return{id:e,h:Uu(t),l:xu(t)}}function Uu(e){return vo((t=>{const n=Ai(t);return e(n)}),WeakMap)}function xu(e){const t=e(0).year-Hl;return vo((n=>{let r,o=Ei(n-t),i=0;const a=[],s=[];do{o+=400*Sh}while((r=e(o)).year<=n);do{if(o+=(1-r.day)*Sh,r.year===n&&(a.push(o),s.push(r.o)),o-=Sh,++i>100||o<-864e13)throw new RangeError(Gc)}while((r=e(o)).year>=n);return{i:a.reverse(),u:mh(s.reverse())}}))}function Zu(e,t){let n,r,o=$u(e);if(e.era){const i=Wh[t],a=qh[t]||{};void 0!==i&&(n="islamic"===t?"ah":e.era.normalize("NFD").toLowerCase().replace(/[^a-z0-9]/g,""),"bc"===n||"b"===n?n="bce":"ad"===n||"a"===n?n="ce":"beforeroc"===n&&(n="broc"),n=a[n]||n,r=o,o=Ru(r,i[n]||0))}return{era:n,eraYear:r,year:o}}function $u(e){return parseInt(e.relatedYear||e.year)}function Vu(e){const{year:t,o:n,day:r}=this.h(e),{u:o}=this.l(t);return[t,o[n]+1,r]}function Fu(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;return this.l(e).i[t-1]+(n-1)*Sh}function zu(e,t){const n=Ku.call(this,e);return[Lu(t,n),n===t]}function Ku(e){const t=Xu(this,e),n=Xu(this,e-1),r=t.length;if(r>n.length){const e=Pu(this);if(e<0)return-e;for(let e=0;e<r;e++)if(t[e]!==n[e])return e+1}}function Gu(e){return Eu(Fu.call(this,e),Fu.call(this,e+1))}function Ju(e,t){const{i:n}=this.l(e);let r=t+1,o=n;return r>n.length&&(r=1,o=this.l(e+1).i),Eu(n[t-1],o[r-1])}function Wu(e){return this.l(e).i.length}function qu(e){const t=this.h(e);return[t.era,t.eraYear]}function Xu(e,t){return Object.keys(e.l(t).u)}function Qu(e){return ec(Qh(e))}function ec(e){if((e=e.toLowerCase())!==Kh&&e!==Gh){const t=$f(e).resolvedOptions().calendar;if(tc(e)!==tc(t))throw new RangeError(Jc(e));return t}return e}function tc(e){return"islamicc"===e&&(e="islamic"),e.split("-")[0]}function nc(e,t){return n=>n===Kh?e:n===Gh||n===Jh?Object.assign(Object.create(e),{id:n}):Object.assign(Object.create(t),Zf(n))}function rc(e,t,n,r){const o=oc(n,r,$h,[],Lh);if(void 0!==o.timeZone){const r=n.F(o),i=ac(o),a=e(o.timeZone);return{epochNanoseconds:os(t(a),{...r,...i},void 0!==o.offset?Bs(o.offset):void 0),timeZone:a}}return{...n.F(o),...yl}}function oc(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[],o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:[];return ic(t,[...e.fields(n),...o].sort(),r)}function ic(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:!n;const o={};let i,a=0;for(const r of t){if(r===i)throw new RangeError(Rc(r));if("constructor"===r||"__proto__"===r)throw new RangeError(Lc(r));let t=e[r];if(void 0!==t)a=1,ed[r]&&(t=ed[r](t,r)),o[r]=t;else if(n){if(n.includes(r))throw new TypeError(kc(r));o[r]=zh[r]}i=r}if(r&&!a)throw new TypeError(Yc(t));return o}function ac(e,t){return $i(td({...zh,...e}),t)}function sc(e,t,n,r,o){t=Eo(n=e.fields(n),t),r=ic(r,o=e.fields(o),[]);let i=e.k(t,r);return i=ic(i,[...n,...o].sort(),[]),e.F(i)}function uc(e,t){const n=Yu(e),r=qh[e.id||""]||{};let{era:o,eraYear:i,year:a}=t;if(void 0!==o||void 0!==i){if(void 0===o||void 0===i)throw new TypeError(Uc);if(!n)throw new RangeError(jc);const e=n[r[o]||o];if(void 0===e)throw new RangeError(Zc(o));const t=Ru(i,e);if(void 0!==a&&a!==t)throw new RangeError(xc);a=t}else if(void 0===a)throw new TypeError($c(n));return a}function cc(e,t,n,r){let{month:o,monthCode:i}=t;if(void 0!==i){const t=((e,t,n,r)=>{const o=e.L(n),[i,a]=Ou(t);let s=ku(i,a,o);if(a){const t=Pu(e);if(void 0===t)throw new RangeError(Kc);if(t>0){if(s>t)throw new RangeError(Kc);if(void 0===o){if(1===r)throw new RangeError(Kc);s--}}else{if(s!==-t)throw new RangeError(Kc);if(void 0===o&&1===r)throw new RangeError(Kc)}}return s})(e,i,n,r);if(void 0!==o&&o!==t)throw new RangeError(Fc);o=t,r=1}else if(void 0===o)throw new TypeError(zc);return go("month",o,1,e.B(n),r)}function hc(e,t,n,r,o){return fo(t,"day",1,e.U(r,n),o)}function lc(e,t,n,r){let o=0;const i=[];for(const e of n)void 0!==t[e]?o=1:i.push(e);if(Object.assign(e,t),o)for(const t of r||i)delete e[t]}function fc(e){const t=Xf(e.calendar),[n,r,o]=t.v(e),[i,a]=t.q(n,r);return{year:n,monthCode:_u(i,a),day:o}}function dc(e,t){return ca(pf(t,e))}function gc(e,t){return ha(pf(t,e))}function mc(e,t){return da(pf(t,e))}function vc(e,t,n){const r=new Set(n);return(o,i)=>{const a=n&&Mo(o,n);if(!Mo(o=((e,t)=>{const n={};for(const r in t)e.has(r)||(n[r]=t[r]);return n})(r,o),e)){if(i&&a)throw new TypeError("Invalid formatting options");o={...t,...o}}return n&&(o.timeZone=df,["full","long"].includes(o.J)&&(o.J="medium")),o}}function yc(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:pc,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;const[r,,,o]=e;return function(i){let a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:_d;for(var s=arguments.length,u=new Array(s>2?s-2:0),c=2;c<s;c++)u[c-2]=arguments[c];const h=t(o&&o(...u),i,a,r,n),l=h.resolvedOptions();return[h,...wc(e,l,u)]}}function pc(e,t,n,r,o){if(n=r(n,o),e){if(void 0!==n.timeZone)throw new TypeError(gh);n.timeZone=e}return new El(t,n)}function wc(e,t,n){const[,r,o]=e;return n.map((e=>(e.calendar&&((e,t,n)=>{if((n||e!==Kh)&&e!==t)throw new RangeError(Wc)})(e.calendar,t.calendar,o),r(e,t))))}function Sc(e,t){return{...e,calendar:t}}function Ac(e){const t=bc();return Hi(t,e.R(t))}function bc(){return li(Date.now(),Th)}function Tc(){return xd||(xd=(new El).resolvedOptions().timeZone)}!function(){if(ao)return Ce;ao=1;var e=Wr(),t=Rr().includes,n=Ue(),r=lo();e({target:"Array",proto:!0,forced:n((function(){return!Array(1).includes()}))},{includes:function(e){return t(this,e,arguments.length>1?arguments[1]:void 0)}}),r("includes")}();const Ic=(e,t)=>`Non-integer ${e}: ${t}`,Ec=(e,t)=>`Non-positive ${e}: ${t}`,Mc=(e,t)=>`Non-finite ${e}: ${t}`,Hc=e=>`Cannot convert bigint to ${e}`,Nc=e=>`Invalid bigint: ${e}`,Cc="Cannot convert Symbol to string",Dc="Invalid object",Oc=(e,t,n,r,o)=>o?Oc(e,o[t],o[n],o[r]):_c(e,t)+`; must be between ${n}-${r}`,_c=(e,t)=>`Invalid ${e}: ${t}`,kc=e=>`Missing ${e}`,Lc=e=>`Invalid field ${e}`,Rc=e=>`Duplicate field ${e}`,Yc=e=>"No valid fields: "+e.join(),Pc=(e,t,n)=>_c(e,t)+"; must be "+Object.keys(n).join(),Bc="Invalid calling context",jc="Forbidden era/eraYear",Uc="Mismatching era/eraYear",xc="Mismatching year/eraYear",Zc=e=>`Invalid era: ${e}`,$c=e=>"Missing year"+(e?"/era/eraYear":""),Vc=e=>`Invalid monthCode: ${e}`,Fc="Mismatching month/monthCode",zc="Missing month/monthCode",Kc="Invalid leap month",Gc="Invalid protocol results",Jc=e=>_c("Calendar",e),Wc="Mismatching Calendars",qc=e=>_c("TimeZone",e),Xc="Mismatching TimeZones",Qc="Forbidden ICU TimeZone",eh="Out-of-bounds offset",th="Out-of-bounds TimeZone gap",nh="Invalid TimeZone offset",rh="Ambiguous offset",oh="Out-of-bounds date",ih="Out-of-bounds duration",ah="Cannot mix duration signs",sh="Missing relativeTo",uh="Cannot use large units",ch="Required smallestUnit or largestUnit",hh="smallestUnit > largestUnit",lh=e=>`Cannot parse: ${e}`,fh=e=>`Invalid substring: ${e}`,dh="Mismatching types for formatting",gh="Cannot specify TimeZone",mh=Co(To,((e,t)=>t)),vh=Co(To,((e,t,n)=>n)),yh=Co(_o,2),ph={nanosecond:0,microsecond:1,millisecond:2,second:3,minute:4,hour:5,day:6,week:7,month:8,year:9},wh=Object.keys(ph),Sh=864e5,Ah=1e3,bh=1e3,Th=1e6,Ih=1e9,Eh=6e10,Mh=36e11,Hh=864e11,Nh=[1,bh,Th,Ih,Eh,Mh,Hh],Ch=wh.slice(0,6),Dh=Oo(Ch),Oh=["offset"],_h=["timeZone"],kh=Ch.concat(Oh),Lh=kh.concat(_h),Rh=["era","eraYear"],Yh=Rh.concat(["year"]),Ph=["year"],Bh=["monthCode"],jh=["month"].concat(Bh),Uh=["day"],xh=jh.concat(Ph),Zh=Bh.concat(Ph),$h=Uh.concat(xh),Vh=Uh.concat(jh),Fh=Uh.concat(Bh),zh=vh(Ch,0),Kh="iso8601",Gh="gregory",Jh="japanese",Wh={[Gh]:{"gregory-inverse":-1,gregory:0},[Jh]:{"japanese-inverse":-1,japanese:0,meiji:1867,taisho:1911,showa:1925,heisei:1988,reiwa:2018},ethiopic:{ethioaa:0,ethiopic:5500},coptic:{"coptic-inverse":-1,coptic:0},roc:{"roc-inverse":-1,roc:0},buddhist:{be:0},islamic:{ah:0},indian:{saka:0},persian:{ap:0}},qh={[Gh]:{bce:"gregory-inverse",ce:"gregory"},[Jh]:{bce:"japanese-inverse",ce:"japanese"},ethiopic:{era0:"ethioaa",era1:"ethiopic"},coptic:{era0:"coptic-inverse",era1:"coptic"},roc:{broc:"roc-inverse",minguo:"roc"}},Xh={chinese:13,dangi:13,hebrew:-6},Qh=Co(Go,"string"),el=Co(Go,"boolean"),tl=Co(Go,"number"),nl=wh.map((e=>e+"s")),rl=Oo(nl),ol=nl.slice(0,6),il=nl.slice(6),al=il.slice(1),sl=mh(nl),ul=vh(nl,0),cl=vh(ol,0),hl=Co(No,nl),ll=["isoNanosecond","isoMicrosecond","isoMillisecond","isoSecond","isoMinute","isoHour"],fl=["isoDay","isoMonth","isoYear"],dl=ll.concat(fl),gl=Oo(fl),ml=Oo(ll),vl=Oo(dl),yl=vh(ml,0),pl=Co(No,dl),wl=1e8,Sl=wl*Sh,Al=[wl,0],bl=[-1e8,0],Tl=275760,Il=-271821,El=Intl.DateTimeFormat,Ml="en-GB",Hl=1970,Nl=1972,Cl=12,Dl=Ei(1868,9,8),Ol=vo(Bi,WeakMap),_l="smallestUnit",kl="unit",Ll="roundingIncrement",Rl="fractionalSecondDigits",Yl="relativeTo",Pl="direction",Bl={constrain:0,reject:1},jl=Object.keys(Bl),Ul={compatible:0,reject:1,earlier:2,later:3},xl={reject:0,use:1,prefer:2,ignore:3},Zl={auto:0,never:1,critical:2,always:3},$l={auto:0,never:1,critical:2},Vl={auto:0,never:1},Fl={floor:0,halfFloor:1,ceil:2,halfCeil:3,trunc:4,halfTrunc:5,expand:6,halfExpand:7,halfEven:8},zl={previous:-1,next:1},Kl=Co(oa,_l),Gl=Co(oa,"largestUnit"),Jl=Co(oa,kl),Wl=Co(ia,"overflow",Bl),ql=Co(ia,"disambiguation",Ul),Xl=Co(ia,"offset",xl),Ql=Co(ia,"calendarName",Zl),ef=Co(ia,"timeZoneName",$l),tf=Co(ia,"offset",Vl),nf=Co(ia,"roundingMode",Fl),rf="PlainYearMonth",of="PlainMonthDay",af="PlainDate",sf="PlainDateTime",uf="PlainTime",cf="ZonedDateTime",hf="Instant",lf="Duration",ff=[Math.floor,e=>Uo(e)?Math.floor(e):Math.round(e),Math.ceil,e=>Uo(e)?Math.ceil(e):Math.round(e),Math.trunc,e=>Uo(e)?Math.trunc(e)||0:Math.round(e),e=>e<0?Math.floor(e):Math.ceil(e),e=>Math.sign(e)*Math.round(Math.abs(e))||0,e=>Uo(e)?(e=Math.trunc(e)||0)+e%2:Math.round(e)],df="UTC",gf=5184e3,mf=Ii(1847),vf=Ii((new Date).getUTCFullYear()+10),yf=/0+$/,pf=vo(rs,WeakMap),wf=2**32-1,Sf=vo((e=>{const t=ou(e);return"object"==typeof t?new bf(t):new Af(t||0)}));class Af{constructor(e){this.$=e}R(){return this.$}I(e){return(e=>{const t=bi({...e,...yl});if(!t||Math.abs(t[0])>1e8)throw new RangeError(oh)})(e),[Ti(e,this.$)]}O(){}}class bf{constructor(e){this.nn=(e=>{function t(e){const t=Lo(e,i,a),[s,u]=Ps(t),c=r(s),h=r(u);return c===h?c:n(o(s,u),c,h,e)}function n(t,n,r,o){let i,a;for(;(void 0===o||void 0===(i=o<t[0]?n:o>=t[1]?r:void 0))&&(a=t[1]-t[0]);){const n=t[0]+Math.floor(a/2);e(n)===r?t[1]=n:t[0]=n+1}return i}const r=vo(e),o=vo(Ys);let i=mf,a=vf;return{tn(e){const n=t(e-86400),r=t(e+86400),o=e-n,i=e-r;if(n===r)return[o];const a=t(o);return a===t(i)?[e-a]:n>r?[o,i]:[]},rn:t,O(e,t){const s=Lo(e,i,a);let[u,c]=Ps(s);const h=gf*t,l=t<0?()=>c>i||(i=s,0):()=>u<a||(a=s,0);for(;l();){const i=r(u),a=r(c);if(i!==a){const r=o(u,c);n(r,i,a);const s=r[0];if((ko(s,e)||1)===t)return s}u+=h,c+=h}}}})((e=>t=>{const n=Ci(e,t*Ah);return Ii($u(n),parseInt(n.month),parseInt(n.day),parseInt(n.hour),parseInt(n.minute),parseInt(n.second))-t})(e))}R(e){return this.nn.rn((e=>Si(e)[0])(e))*Ih}I(e){const[t,n]=[Ii((r=e).isoYear,r.isoMonth,r.isoDay,r.isoHour,r.isoMinute,r.isoSecond),r.isoMillisecond*Th+r.isoMicrosecond*bh+r.isoNanosecond];var r;return this.nn.tn(t).map((e=>yi(ai(li(e,Ih),n))))}O(e,t){const[n,r]=Si(e),o=this.nn.O(n+(t>0||r?1:0),t);if(void 0!==o)return li(o,Ih)}}const Tf="([+-])",If="(?:[.,](\\d{1,9}))?",Ef=`(?:(?:${Tf}(\\d{6}))|(\\d{4}))-?(\\d{2})`,Mf="(\\d{2})(?::?(\\d{2})(?::?(\\d{2})"+If+")?)?",Hf=Tf+Mf,Nf=Ef+"-?(\\d{2})(?:[T ]"+Mf+"(Z|"+Hf+")?)?",Cf="\\[(!?)([^\\]]*)\\]",Df=`((?:${Cf}){0,9})`,Of=Qs(Ef+Df),_f=Qs("(?:--)?(\\d{2})-?(\\d{2})"+Df),kf=Qs(Nf+Df),Lf=Qs("T?"+Mf+"(?:"+Hf+")?"+Df),Rf=Qs(Hf),Yf=new RegExp(Cf,"g"),Pf=Qs(`${Tf}?P(\\d+Y)?(\\d+M)?(\\d+W)?(\\d+D)?(?:T(?:(\\d+)${If}H)?(?:(\\d+)${If}M)?(?:(\\d+)${If}S)?)?`),Bf=vo((e=>new El(Ml,{timeZone:e,era:"short",year:"numeric",month:"numeric",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric"}))),jf=/^(AC|AE|AG|AR|AS|BE|BS|CA|CN|CS|CT|EA|EC|IE|IS|JS|MI|NE|NS|PL|PN|PR|PS|SS|VS)T$/,Uf=/[^\w\/:+-]+/,xf=/^M(\d{2})(L?)$/,Zf=vo(ju),$f=vo((e=>new El(Ml,{calendar:e,timeZone:df,era:"short",year:"numeric",month:"short",day:"numeric"}))),Vf={P(e,t,n){const r=Vi(n);let o,{years:i,months:a,weeks:s,days:u}=t;if(u+=Os(t,5)[0],i||a)o=((e,t,n,r,o)=>{let[i,a,s]=e.v(t);if(n){const[t,r]=e.q(i,a);i+=n,a=ku(t,r,e.L(i)),a=go("month",a,1,e.B(i),o)}return r&&([i,a]=e.un(i,a,r)),s=go("day",s,1,e.U(i,a),o),e.p(i,a,s)})(this,e,i,a,r);else{if(!s&&!u)return e;o=Ai(e)}if(void 0===o)throw new RangeError(oh);return o+=(7*s+u)*Sh,mi(Ni(o))},N(e,t,n){if(n<=7){let r=0,o=Iu({...e,...yl},{...t,...yl});return 7===n&&([r,o]=Po(o,7)),{...ul,weeks:r,days:o}}const r=this.v(e),o=this.v(t);let[i,a,s]=((e,t,n,r,o,i,a)=>{let s=o-t,u=i-n,c=a-r;if(s||u){const h=Math.sign(s||u);let l=e.U(o,i),f=0;if(Math.sign(c)===-h){const r=l;[o,i]=e.un(o,i,-h),s=o-t,u=i-n,l=e.U(o,i),f=h<0?-r:l}if(c=a-Math.min(r,l)+f,s){const[r,a]=e.q(t,n),[c,l]=e.q(o,i);if(u=c-r||Number(l)-Number(a),Math.sign(u)===-h){const n=h<0&&-e.B(o);s=(o-=h)-t,u=i-ku(r,a,e.L(o))+(n||e.B(o))}}}return[s,u,c]})(this,...r,...o);return 8===n&&(a+=this.cn(i,r[0]),i=0),{...ul,years:i,months:a,days:s}},F(e,t){const n=Vi(t),r=uc(this,e),o=cc(this,e,r,n),i=hc(this,e,o,r,n);return ha(mi(this.V(r,o,i)),this.id||Kh)},K(e,t){const n=Vi(t),r=uc(this,e),o=cc(this,e,r,n);return la(gi(this.V(r,o,1)),this.id||Kh)},_(e,t){const n=Vi(t);let r,o,i,a=void 0!==e.eraYear||void 0!==e.year?uc(this,e):void 0;const s=!this.id;if(void 0===a&&s&&(a=Nl),void 0!==a){const t=cc(this,e,a,n);r=hc(this,e,t,a,n);const s=this.L(a);o=Lu(t,s),i=t===s}else{if(void 0===e.monthCode)throw new TypeError(zc);if([o,i]=Ou(e.monthCode),this.id&&this.id!==Gh&&this.id!==Jh)if(this.id&&"coptic"===tc(this.id)&&0===n){const t=i||13!==o?30:6;r=e.day,r=Lo(r,1,t)}else if(this.id&&"chinese"===tc(this.id)&&0===n){const t=!i||1!==o&&9!==o&&10!==o&&11!==o&&12!==o?30:29;r=e.day,r=Lo(r,1,t)}else r=e.day;else r=hc(this,e,cc(this,e,Nl,n),Nl,n)}const u=this.G(o,i,r);if(!u)throw new RangeError("Cannot guess year");const[c,h]=u;return fa(mi(this.V(c,h,r)),this.id||Kh)},fields(e){return Yu(this)&&e.includes("year")?[...e,...Rh]:e},k(e,t){const n=Object.assign(Object.create(null),e);return lc(n,t,jh),Yu(this)&&(lc(n,t,Yh),this.id===Jh&&lc(n,t,Vh,Rh)),n},inLeapYear(e){const[t]=this.v(e);return this.sn(t)},monthsInYear(e){const[t]=this.v(e);return this.B(t)},daysInMonth(e){const[t,n]=this.v(e);return this.U(t,n)},daysInYear(e){const[t]=this.v(e);return this.fn(t)},dayOfYear:Du,era(e){return this.hn(e)[0]},eraYear(e){return this.hn(e)[1]},monthCode(e){const[t,n]=this.v(e),[r,o]=this.q(t,n);return _u(r,o)},dayOfWeek:Yi,daysInWeek:()=>7},Ff={v:Di,hn:Pi,q:Oi},zf={dayOfYear:Du,v:Di,p:Ei},Kf=Object.assign({},zf,{weekOfYear:Nu,yearOfWeek:Cu,m(e){function t(e){return(7-e<r?7:0)-e}function n(e){const n=Li(f+e),r=e||1,o=t(Yo(u+n*r,7));return h=(n+(o-c)*r)/7}const r=this.id?1:4,o=Yi(e),i=this.dayOfYear(e),a=Yo(o-1,7),s=i-1,u=Yo(a-s,7),c=t(u);let h,l=Math.floor((s-c)/7)+1,f=e.isoYear;return l?l>n(0)&&(l=1,f++):(l=n(-1),f--),[l,f,h]}}),Gf=Object.assign({},Vf,Kf,{v:Di,hn:Pi,q:Oi,G(e,t){if(!t)return[Nl,e]},sn:Ri,L(){},B:_i,cn:e=>e*Cl,U:ki,fn:Li,V:(e,t,n)=>({isoYear:e,isoMonth:t,isoDay:n}),p:Ei,un:(e,t,n)=>(e+=Bo(n,Cl),(t+=jo(n,Cl))<1?(e--,t+=Cl):t>Cl&&(e++,t-=Cl),[e,t]),year:e=>e.isoYear,month:e=>e.isoMonth,day:e=>e.isoDay}),Jf={v:Vu,hn:qu,q:zu},Wf={dayOfYear:Du,v:Vu,p:Fu,weekOfYear:Nu,yearOfWeek:Cu,m:()=>[]},qf=Object.assign({},Vf,Wf,{v:Vu,hn:qu,q:zu,G(e,t,n){const r=this.id&&"chinese"===tc(this.id)?((e,t,n)=>{if(t)switch(e){case 1:return 1651;case 2:return n<30?1947:1765;case 3:return n<30?1966:1955;case 4:return n<30?1963:1944;case 5:return n<30?1971:1952;case 6:return n<30?1960:1941;case 7:return n<30?1968:1938;case 8:return n<30?1957:1718;case 9:return 1832;case 10:return 1870;case 11:return 1814;case 12:return 1890}return 1972})(e,t,n):Nl;let[o,i,a]=Vu.call(this,{isoYear:r,isoMonth:Cl,isoDay:31});const s=Ku.call(this,o),u=i===s;1===(ko(e,Lu(i,s))||ko(Number(t),Number(u))||ko(n,a))&&o--;for(let r=0;r<100;r++){const i=o-r,a=Ku.call(this,i),s=ku(e,t,a);if(t===(s===a)&&n<=Ju.call(this,i,s))return[i,s]}},sn(e){const t=Gu.call(this,e);return t>Gu.call(this,e-1)&&t>Gu.call(this,e+1)},L:Ku,B:Wu,cn(e,t){const n=t+e,r=Math.sign(e),o=r<0?-1:0;let i=0;for(let e=t;e!==n;e+=r)i+=Wu.call(this,e+o);return i},U:Ju,fn:Gu,V(e,t,n){return Ni(Fu.call(this,e,t,n))},p:Fu,un(e,t,n){if(n){if(t+=n,!Number.isSafeInteger(t))throw new RangeError(oh);if(n<0)for(;t<1;)t+=Wu.call(this,--e);else{let n;for(;t>(n=Wu.call(this,e));)t-=n,e++}}return[e,t]},year(e){return this.h(e).year},month(e){const{year:t,o:n}=this.h(e),{u:r}=this.l(t);return r[n]+1},day(e){return this.h(e).day}}),Xf=nc(Ff,Jf),Qf=nc(Gf,qf),ed={...{era:Xo,eraYear:ti,year:ti,month:ri,monthCode(e){const t=Xo(e);return Ou(t),t},day:ri},...vh(Ch,ti),...vh(nl,ni),offset(e){const t=Xo(e);return Bs(t),t}},td=Co(Io,Ch,ll),nd=Co(Io,ll,Ch),rd="numeric",od=["timeZoneName"],id={month:rd,day:rd},ad={year:rd,month:rd},sd=Object.assign({},ad,{day:rd}),ud={hour:rd,minute:rd,second:rd},cd=Object.assign({},sd,ud),hd=Object.assign({},cd,{timeZoneName:"short"}),ld=Object.keys(ad),fd=Object.keys(id),dd=Object.keys(sd),gd=Object.keys(ud),md=["dateStyle"],vd=ld.concat(md),yd=fd.concat(md),pd=dd.concat(md,["weekday"]),wd=gd.concat(["dayPeriod","timeStyle","fractionalSecondDigits"]),Sd=pd.concat(wd),Ad=od.concat(wd),bd=od.concat(pd),Td=od.concat(["day","weekday"],wd),Id=od.concat(["year","weekday"],wd),Ed=vc(Sd,cd),Md=vc(Sd,hd),Hd=vc(Sd,cd,od),Nd=vc(pd,sd,Ad),Cd=vc(wd,ud,bd),Dd=vc(vd,ad,Td),Od=vc(yd,id,Id),_d={},kd=new El(void 0,{calendar:Kh}).resolvedOptions().calendar===Kh,Ld=[Ed,ma],Rd=[Md,ma,0,(e,t)=>{const n=e.timeZone;if(t&&t.timeZone!==n)throw new RangeError(Xc);return n}],Yd=[Hd,Ai],Pd=[Nd,Ai],Bd=[Cd,e=>pi(e)/Th],jd=[Dd,Ai,kd],Ud=[Od,Ai,kd];let xd;function Zd(e,t,n,r,o){function i(){if(!(this instanceof i))throw new TypeError(Bc);gg(this,t(...arguments))}function a(e,t){return Object.defineProperties((function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return e.call(this,s(this),...n)}),yo(t))}function s(t){const n=dg(t);if(!n||n.branding!==e)throw new TypeError(Bc);return n}return Object.defineProperties(i.prototype,{...wo(bo(a,n)),...po(bo(a,r)),...So("Temporal."+e)}),Object.defineProperties(i,{...po(o),...yo(e)}),[i,e=>{const t=Object.create(i.prototype);return gg(t,e),t},s]}function $d(e){if(dg(e)||void 0!==e.calendar||void 0!==e.timeZone)throw new TypeError("Invalid bag");return e}function Vd(e){return Fd(e)||Kh}function Fd(e){const{calendar:t}=e;if(void 0!==t)return zd(t)}function zd(e){if(mo(e)){const{calendar:t}=dg(e)||{};if(!t)throw new TypeError(Jc(e));return t}return(e=>ec(function(e){const t=Fs(e)||zs(e)||Ks(e);return t?t.calendar:e}(Qh(e))))(e)}function Kd(e){const t={};for(const n in e)t[n]=e=>{const{calendar:t}=e;return Qf(t)[n](e)};return t}function Gd(){throw new TypeError("Cannot use valueOf")}function Jd(e){if(mo(e)){const{timeZone:t}=dg(e)||{};if(!t)throw new TypeError(qc(e));return t}return(e=>nu(function(e){const t=Fs(e);return t&&(t.timeZone||t.j&&df||t.offset)||e}(Qh(e))))(e)}function Wd(e){if(mo(e)){const t=dg(e);return t&&t.branding===lf?t:function(e){const t=ic(e,rl);return ga(Cs({...ul,...t}))}(e)}return function(e){const t=(e=>{const t=Pf.exec(e);return t?(e=>{function t(e,t,i){let a=0,s=0;if(i&&([a,o]=Ro(o,Nh[i])),void 0!==e){if(r)throw new RangeError(fh(e));s=(e=>{const t=parseInt(e);if(!Number.isFinite(t))throw new RangeError(fh(e));return t})(e),n=1,t&&(o=Xs(t)*(Nh[i]/Ih),r=1)}return a+s}let n=0,r=0,o=0,i={...Ao(nl,[t(e[2]),t(e[3]),t(e[4]),t(e[5]),t(e[6],e[7],5),t(e[8],e[9],4),t(e[10],e[11],3)]),...Zo(o,2,nl)};if(!n)throw new RangeError(Yc(nl));return eu(e[1])<0&&(i=Hs(i)),i})(t):void 0})(Qh(e));if(!t)throw new RangeError(lh(e));return ga(Cs(t))}(e)}function qd(e){if(void 0!==e){if(mo(e)){const t=dg(e)||{};switch(t.branding){case cf:case af:return t;case sf:return ha(t)}const n=Vd(e);return{...rc(Jd,Sf,Qf(n),e),calendar:n}}return function(e){const t=Fs(Qh(e));if(!t)throw new RangeError(lh(e));if(t.timeZone)return xs(t,t.offset?Bs(t.offset):void 0);if(t.j)throw new RangeError(lh(e));return $s(t)}(e)}}function Xd(e,t){if(mo(e)){const n=dg(e)||{};switch(n.branding){case uf:return Vi(t),n;case sf:return Vi(t),da(n);case cf:return Vi(t),mc(Sf,n)}return function(e,t){return da(ac(ic(e,Dh,[],1),Vi(t)))}(e,t)}const n=function(e){let t,n=(e=>{const t=Lf.exec(e);return t?(qs(t[10]),Ws(t)):void 0})(Qh(e));if(!n){if(n=Fs(e),!n)throw new RangeError(lh(e));if(!n.C)throw new RangeError(lh(e));if(n.j)throw new RangeError(fh("Z"));Us(n)}if((t=zs(e))&&xi(t))throw new RangeError(lh(e));if((t=Ks(e))&&xi(t))throw new RangeError(lh(e));return da($i(n,1))}(e);return Vi(t),n}function Qd(e){return void 0===e?void 0:Xd(e)}function eg(e,t){if(mo(e)){const n=dg(e)||{};switch(n.branding){case sf:return Vi(t),n;case af:return Vi(t),ca({...n,...yl});case cf:return Vi(t),dc(Sf,n)}return function(e,t,n){const r=oc(e,t,$h,[],Ch),o=Vi(n);return ca(vi({...e.F(r,ra(o)),...ac(r,o)}))}(Qf(Vd(e)),e,t)}const n=function(e){const t=Fs(Qh(e));if(!t||t.j)throw new RangeError(lh(e));return ca(Zs(t))}(e);return Vi(t),n}function tg(e,t){if(mo(e)){const n=dg(e);if(n&&n.branding===of)return Vi(t),n;const r=Fd(e);return function(e,t,n,r){const o=oc(e,n,$h,Uh);return t&&void 0!==o.month&&void 0===o.monthCode&&void 0===o.year&&(o.year=Nl),e._(o,r)}(Qf(r||Kh),!r,e,t)}const n=function(e,t){const n=Ks(Qh(t));if(n)return Us(n),fa(Ui(n));const r=js(t,0,1),{calendar:o}=r,i=e(o),[a,s,u]=i.v(r),[c,h]=i.q(a,s),[l,f]=i.G(c,h,u);return fa(mi(i.V(l,f,u)),o)}(Qf,e);return Vi(t),n}function ng(e,t){if(mo(e)){const n=dg(e);return n&&n.branding===rf?(Vi(t),n):function(e,t,n,r){const o=oc(e,t,xh,r);return e.K(o,n)}(Qf(Vd(e)),e,t)}const n=function(e,t){const n=zs(Qh(t));if(n)return Us(n),la(gi(Ui(n)));const r=js(t,1);return la(vs(e(r.calendar),r))}(Qf,e);return Vi(t),n}function rg(e,t){if(mo(e)){const n=dg(e)||{};switch(n.branding){case af:return Vi(t),n;case sf:return Vi(t),ha(n);case cf:return Vi(t),gc(Sf,n)}return function(e,t,n){const r=oc(e,t,$h,arguments.length>3&&void 0!==arguments[3]?arguments[3]:[]);return e.F(r,n)}(Qf(Vd(e)),e,t)}const n=js(e);return Vi(t),n}function og(e,t){if(mo(e)){const n=dg(e);if(n&&n.branding===cf)return Fi(t),n;const r=Vd(e);return function(e,t,n,r,o,i){const a=oc(n,o,$h,_h,Lh),s=e(a.timeZone),[u,c,h]=Fi(i),l=n.F(a,ra(u)),f=ac(a,u);return ua(os(t(s),{...l,...f},void 0!==a.offset?Bs(a.offset):void 0,c,h),s,r)}(Jd,Sf,Qf(r),r,e,t)}return function(e,t){const n=Fs(Qh(e));if(!n||!n.timeZone)throw new RangeError(lh(e));const{offset:r}=n,o=r?Bs(r):void 0,[,i,a]=Fi(t);return xs(n,o,i,a)}(e,t)}function ig(e){return bo((e=>t=>e(ag(t))),e)}function ag(e){return pf(e,Sf)}function sg(e){if(mo(e)){const t=dg(e);if(t)switch(t.branding){case hf:return t;case cf:return sa(t.epochNanoseconds)}}return function(e){const t=Fs(e=Xo(e));if(!t)throw new RangeError(lh(e));let n;if(t.j)n=0;else{if(!t.offset)throw new RangeError(lh(e));n=Bs(t.offset)}return t.timeZone&&Gs(t.timeZone,1),sa(Ti(ji(t),n))}(e)}function ug(){function e(e,n){return new t(e,n)}function t(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Object.create(null);om.set(this,((e,t)=>{const n=new El(e,t),r=n.resolvedOptions(),o=r.locale,i=Eo(Object.keys(t),r),a=vo(lg),s=function(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),s=1;s<t;s++)r[s-1]=arguments[s];if(e){if(2!==r.length)throw new TypeError(dh);for(const e of r)if(void 0===e)throw new TypeError(dh)}e||void 0!==r[0]||(r=[]);const u=r.map((e=>dg(e)||Number(e)));let c,h=0;for(const e of u){const t="object"==typeof e?e.branding:void 0;if(h++&&t!==c)throw new TypeError(dh);c=t}return c?a(c)(o,i,...u):[n,...u]};return s.X=n,s})(e,t))}const n=El.prototype,r=Object.getOwnPropertyDescriptors(n),o=Object.getOwnPropertyDescriptors(El);for(const t in r){const n=r[t],o=t.startsWith("format")&&cg(t);"function"==typeof n.value?n.value="constructor"===t?e:o||hg(t):o&&(n.get=function(){var e=this;if(!om.has(this))throw new TypeError(Bc);return function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return o.apply(e,n)}},Object.defineProperties(n.get,yo(`get ${t}`)))}return o.prototype.value=t.prototype=Object.create({},r),Object.defineProperties(e,o),e}function cg(e){return Object.defineProperties((function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];const o=om.get(this),[i,...a]=o(e.includes("Range"),...n);return i[e](...a)}),yo(e))}function hg(e){return Object.defineProperties((function(){return om.get(this).X[e](...arguments)}),yo(e))}function lg(e){const t=Cg[e];if(!t)throw new TypeError((e=>`Cannot format ${e}`)(e));return yc(t,vo(pc),1)}const fg=new WeakMap,dg=fg.get.bind(fg),gg=fg.set.bind(fg),mg={era:function(e){if(void 0!==e)return Qh(e)},eraYear:$o,year:Fo,month:Vo,daysInMonth:Vo,daysInYear:Vo,inLeapYear:el,monthsInYear:Vo},vg={monthCode:Qh},yg={day:Vo},pg={dayOfWeek:Vo,dayOfYear:Vo,weekOfYear:function(e){if(void 0!==e)return Vo(e)},yearOfWeek:$o,daysInWeek:Vo},wg=Kd(Object.assign({},mg,vg,yg,pg)),Sg=Kd({...mg,...vg}),Ag=Kd({...vg,...yg}),bg={calendarId:e=>e.calendar},Tg=To((e=>t=>t[e]),nl.concat("sign")),Ig=To(((e,t)=>e=>e[ll[t]]),Ch),Eg={epochMilliseconds:ma,epochNanoseconds:function(e){return function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;const[n,r]=e,o=Math.floor(r/t),i=Hh/t;return BigInt(n)*BigInt(i)+BigInt(o)}(e.epochNanoseconds)}},[Mg,Hg,Ng]=Zd(lf,(function(){return ga(Cs(bo(ni,Ao(nl,[arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,arguments.length>5&&void 0!==arguments[5]?arguments[5]:0,arguments.length>6&&void 0!==arguments[6]?arguments[6]:0,arguments.length>7&&void 0!==arguments[7]?arguments[7]:0,arguments.length>8&&void 0!==arguments[8]?arguments[8]:0,arguments.length>9&&void 0!==arguments[9]?arguments[9]:0]))))}),{...Tg,blank:function(e){return!e.sign}},{with:(e,t)=>Hg(function(e,t){return ga((n=e,r=t,Cs({...n,...ic(r,rl)})));var n,r}(e,t)),negated:e=>Hg(Ms(e)),abs:e=>Hg(function(e){return-1===e.sign?Ms(e):e}(e)),add:(e,t,n)=>Hg(Es(qd,Qf,Sf,0,e,Wd(t),n)),subtract:(e,t,n)=>Hg(Es(qd,Qf,Sf,1,e,Wd(t),n)),round:(e,t)=>Hg(function(e,t,n,r,o){const i=Rs(r),[a,s,u,c,h]=((e,t,n)=>{e=na(e,_l);let r=Gl(e);const o=n(e[Yl]);let i=Xi(e);const a=nf(e,7);let s=Kl(e);if(void 0===r&&void 0===s)throw new RangeError(ch);if(null==s&&(s=0),null==r&&(r=Math.max(s,t)),aa(r,s),i=Qi(i,s,1),i>1&&s>5&&r!==s)throw new RangeError("For calendar units with roundingIncrement > 1, use largestUnit = smallestUnit");return[r,s,i,a,o]})(o,i,e),l=Math.max(i,a);if(!h&&l<=6)return ga(Cs(((e,t,n,r,o)=>{const i=Ca(Os(e),n,r,o);return{...ul,..._s(i,t)}})(r,a,s,u,c)));if(!Ts(h)&&!r.sign)return r;if(!h)throw new RangeError(sh);const[f,d,g]=ws(t,n,h),m=Ss(g),v=As(g),y=bs(g),p=v(d,f,r);Ts(h)||(vi(f),vi(p));let w=y(d,f,p,a);const S=r.sign,A=Ns(w);if(S&&A&&S!==A)throw new RangeError(Gc);return w=Na(w,m(p),a,s,u,c,d,f,m,v),ga(w)}(qd,Qf,Sf,e,t)),total:(e,t)=>function(e,t,n,r,o){const i=Rs(r),[a,s]=((e,t)=>{const n=t((e=na(e,kl))[Yl]);let r=Jl(e);return r=zo(kl,r),[r,n]})(o,e),u=Math.max(a,i);if(!s&&Is(u,s))return ya(r,a);if(!s)throw new RangeError(sh);if(!r.sign)return 0;const[c,h,l]=ws(t,n,s),f=Ss(l),d=As(l),g=bs(l),m=d(h,c,r);Ts(s)||(vi(c),vi(m));const v=g(h,c,m,a);return Is(a,s)?ya(v,a):((e,t,n,r,o,i,a)=>{const s=Ns(e),[u,c]=pa(r,hl(n,e),n,s,o,i,a),h=wa(t,u,c);return e[nl[n]]+h*s})(v,f(m),a,h,c,f,d)}(qd,Qf,Sf,e,t),toLocaleString(e,t,n){return Intl.DurationFormat?new Intl.DurationFormat(t,n).format(this):$a(e)},toString:$a,toJSON:e=>$a(e),valueOf:Gd},{from:e=>Hg(Wd(e)),compare:(e,t,n)=>function(e,t,n,r,o,i){const a=e(ta(i).relativeTo),s=Math.max(Rs(r),Rs(o));if(Ho(nl,r,o))return 0;if(Is(s,a))return ui(Os(r),Os(o));if(!a)throw new RangeError(sh);const[u,c,h]=ws(t,n,a),l=Ss(h),f=As(h);return ui(l(f(c,u,r)),l(f(c,u,o)))}(qd,Qf,Sf,Wd(e),Wd(t),n)}),Cg={Instant:Ld,PlainDateTime:Yd,PlainDate:Pd,PlainTime:Bd,PlainYearMonth:jd,PlainMonthDay:Ud},Dg=yc(Ld),Og=yc(Rd),_g=yc(Yd),kg=yc(Pd),Lg=yc(Bd),Rg=yc(jd),Yg=yc(Ud),[Pg,Bg]=Zd(uf,(function(){return da($i(bo(ti,Ao(ll,[arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,arguments.length>5&&void 0!==arguments[5]?arguments[5]:0])),1))}),Ig,{with(e,t,n){return Bg(function(e,t,n){return da(((e,t,n)=>ac({...Eo(Dh,e),...ic(t,Dh)},Vi(n)))(e,t,n))}(this,$d(t),n))},add:(e,t)=>Bg(fs(0,e,Wd(t))),subtract:(e,t)=>Bg(fs(1,e,Wd(t))),until:(e,t,n)=>Hg(yu(0,e,Xd(t),n)),since:(e,t,n)=>Hg(yu(1,e,Xd(t),n)),round:(e,t)=>Bg(function(e,t){const[n,r,o]=Ki(t,5);var i;return da((i=o,ba(e,Ia(n,r),i)[0]))}(e,t)),equals:(e,t)=>function(e,t){return!cu(e,t)}(e,Xd(t)),toLocaleString(e,t,n){const[r,o]=Lg(t,n,e);return r.format(o)},toString:Za,toJSON:e=>Za(e),valueOf:Gd},{from:(e,t)=>Bg(Xd(e,t)),compare:(e,t)=>cu(Xd(e),Xd(t))}),[jg,Ug]=Zd(sf,Co((function(e,t,n,r){let o=arguments.length>10&&void 0!==arguments[10]?arguments[10]:Kh;return ca(vi(ji(bo(ti,Ao(dl,[t,n,r,arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,arguments.length>5&&void 0!==arguments[5]?arguments[5]:0,arguments.length>6&&void 0!==arguments[6]?arguments[6]:0,arguments.length>7&&void 0!==arguments[7]?arguments[7]:0,arguments.length>8&&void 0!==arguments[8]?arguments[8]:0,arguments.length>9&&void 0!==arguments[9]?arguments[9]:0])))),e(o))}),Qu),{...bg,...wg,...Ig},{with:(e,t,n)=>Ug(function(e,t,n,r){const o=e(t.calendar),i=[...o.fields($h),...Ch].sort(),a={...fc(s=t),hour:s.isoHour,minute:s.isoMinute,second:s.isoSecond,millisecond:s.isoMillisecond,microsecond:s.isoMicrosecond,nanosecond:s.isoNanosecond};var s;const u=ic(n,i),c=Vi(r),h=o.k(a,u),l={...a,...u};return ca(vi({...o.F(h,ra(c)),...$i(td(l),c)}))}(Qf,e,$d(t),n)),withCalendar:(e,t)=>Ug(Sc(e,zd(t))),withPlainTime:(e,t)=>Ug(function(e){return ca(vi({...e,...arguments.length>1&&void 0!==arguments[1]?arguments[1]:yl}))}(e,Qd(t))),add:(e,t,n)=>Ug(cs(Qf,0,e,Wd(t),n)),subtract:(e,t,n)=>Ug(cs(Qf,1,e,Wd(t),n)),until:(e,t,n)=>Hg(du(Qf,0,e,eg(t),n)),since:(e,t,n)=>Hg(du(Qf,1,e,eg(t),n)),round:(e,t)=>Ug(function(e,t){return ca(Sa(e,...Ki(t)),e.calendar)}(e,t)),equals:(e,t)=>function(e,t){return!su(e,t)&&e.calendar===t.calendar}(e,eg(t)),toZonedDateTime:(e,t,n)=>qg(function(e,t,n,r){const o=((e,t,n,r)=>{const o=(e=>ql(ta(e)))(r);return is(e(t),n,o)})(e,n,t,r);return ua(yi(o),n,t.calendar)}(Sf,e,Jd(t),n)),toPlainDate:e=>Gg(ha(e)),toPlainTime:e=>Bg(da(e)),toLocaleString(e,t,n){const[r,o]=_g(t,n,e);return r.format(o)},toString:Ba,toJSON:e=>Ba(e),valueOf:Gd},{from:(e,t)=>Ug(eg(e,t)),compare:(e,t)=>su(eg(e),eg(t))}),[xg,Zg,$g]=Zd(of,Co((function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:Kh,o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:Nl;const i=ti(t),a=ti(n),s=e(r);return fa(mi(Ui({isoYear:ti(o),isoMonth:i,isoDay:a})),s)}),Qu),{...bg,...Ag},{with:(e,t,n)=>Zg(function(e,t,n,r){const o=e(t.calendar),i=o.fields($h).sort(),a=(e=>{const t=Xf(e.calendar),[n,r,o]=t.v(e),[i,a]=t.q(n,r);return{monthCode:_u(i,a),day:o}})(t),s=ic(n,i),u=o.k(a,s);return o._(u,r)}(Qf,e,$d(t),n)),equals:(e,t)=>function(e,t){return!uu(e,t)&&e.calendar===t.calendar}(e,tg(t)),toPlainDate(e,t){return Gg(function(e,t,n,r){return((e,t,n)=>sc(e,t,Fh,Ko(n),Ph))(e(t.calendar),n,r)}(Qf,e,this,t))},toLocaleString(e,t,n){const[r,o]=Yg(t,n,e);return r.format(o)},toString:xa,toJSON:e=>xa(e),valueOf:Gd},{from:(e,t)=>Zg(tg(e,t))}),[Vg,Fg,zg]=Zd(rf,Co((function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:Kh,o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1;const i=ti(t),a=ti(n),s=e(r);return la(gi(Ui({isoYear:i,isoMonth:a,isoDay:ti(o)})),s)}),Qu),{...bg,...Sg},{with:(e,t,n)=>Fg(function(e,t,n,r){const o=e(t.calendar),i=o.fields(xh).sort(),a=(e=>{const t=Xf(e.calendar),[n,r]=t.v(e),[o,i]=t.q(n,r);return{year:n,monthCode:_u(o,i)}})(t),s=ic(n,i),u=o.k(a,s);return o.K(u,r)}(Qf,e,$d(t),n)),add:(e,t,n)=>Fg(ls(Qf,0,e,Wd(t),n)),subtract:(e,t,n)=>Fg(ls(Qf,1,e,Wd(t),n)),until:(e,t,n)=>Hg(mu(Qf,0,e,ng(t),n)),since:(e,t,n)=>Hg(mu(Qf,1,e,ng(t),n)),equals:(e,t)=>function(e,t){return!uu(e,t)&&e.calendar===t.calendar}(e,ng(t)),toPlainDate(e,t){return Gg(function(e,t,n,r){return((e,t,n)=>sc(e,t,Zh,Ko(n),Uh))(e(t.calendar),n,r)}(Qf,e,this,t))},toLocaleString(e,t,n){const[r,o]=Rg(t,n,e);return r.format(o)},toString:Ua,toJSON:e=>Ua(e),valueOf:Gd},{from:(e,t)=>Fg(ng(e,t)),compare:(e,t)=>uu(ng(e),ng(t))}),[Kg,Gg,Jg]=Zd(af,Co((function(e,t,n,r){let o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:Kh;return ha(mi(Ui(bo(ti,{isoYear:t,isoMonth:n,isoDay:r}))),e(o))}),Qu),{...bg,...wg},{with:(e,t,n)=>Gg(function(e,t,n,r){const o=e(t.calendar),i=o.fields($h).sort(),a=fc(t),s=ic(n,i),u=o.k(a,s);return o.F(u,r)}(Qf,e,$d(t),n)),withCalendar:(e,t)=>Gg(Sc(e,zd(t))),add:(e,t,n)=>Gg(hs(Qf,0,e,Wd(t),n)),subtract:(e,t,n)=>Gg(hs(Qf,1,e,Wd(t),n)),until:(e,t,n)=>Hg(gu(Qf,0,e,rg(t),n)),since:(e,t,n)=>Hg(gu(Qf,1,e,rg(t),n)),equals:(e,t)=>function(e,t){return!uu(e,t)&&e.calendar===t.calendar}(e,rg(t)),toZonedDateTime(e,t){const n=mo(t)?t:{timeZone:t};return qg(function(e,t,n,r,o){const i=e(o.timeZone),a=o.plainTime,s=void 0!==a?t(a):void 0,u=n(i);let c;return c=s?is(u,{...r,...s}):as(u,{...r,...yl}),ua(c,i,r.calendar)}(Jd,Xd,Sf,e,n))},toPlainDateTime:(e,t)=>Ug(function(e){return ca(vi({...e,...arguments.length>1&&void 0!==arguments[1]?arguments[1]:yl}))}(e,Qd(t))),toPlainYearMonth(e){return Fg(function(e,t,n){return((e,t)=>{const n=oc(e,t,Zh);return e.K(n,void 0)})(e(t.calendar),n)}(Qf,e,this))},toPlainMonthDay(e){return Zg(function(e,t,n){return((e,t)=>{const n=oc(e,t,Fh);return e._(n)})(e(t.calendar),n)}(Qf,e,this))},toLocaleString(e,t,n){const[r,o]=kg(t,n,e);return r.format(o)},toString:ja,toJSON:e=>ja(e),valueOf:Gd},{from:(e,t)=>Gg(rg(e,t)),compare:(e,t)=>uu(rg(e),rg(t))}),[Wg,qg]=Zd(cf,Co((function(e,t,n,r){let o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:Kh;return ua(yi(hi(Qo(n))),t(r),e(o))}),Qu,(function(e){return nu(Qh(e))})),{...Eg,...bg,...ig(wg),...ig(Ig),offset:e=>qa(ag(e).offsetNanoseconds),offsetNanoseconds:e=>ag(e).offsetNanoseconds,timeZoneId:e=>e.timeZone,hoursInDay:e=>function(e,t){const n=e(t.timeZone),r=pf(t,n),[o,i]=Ea(r),a=fi(si(as(n,o),as(n,i)),Mh,1);if(a<=0)throw new RangeError(Gc);return a}(Sf,e)},{with:(e,t,n)=>qg(function(e,t,n,r,o){const{calendar:i,timeZone:a}=n,s=e(i),u=t(a),c=[...s.fields($h),...kh].sort(),h=(e=>{const t=pf(e,Sf),n=qa(t.offsetNanoseconds),r=Xf(e.calendar),[o,i,a]=r.v(t),[s,u]=r.q(o,i),c=_u(s,u);return{...nd(t),year:o,monthCode:c,day:a,offset:n}})(n),l=ic(r,c),f=s.k(h,l),d={...h,...l},[g,m,v]=Fi(o,2);return ua(os(u,{...s.F(f,ra(g)),...$i(td(d),g)},Bs(d.offset),m,v),a,i)}(Qf,Sf,e,$d(t),n)),withCalendar:(e,t)=>qg(Sc(e,zd(t))),withTimeZone:(e,t)=>qg(function(e,t){return{...e,timeZone:t}}(e,Jd(t))),withPlainTime:(e,t)=>qg(function(e,t,n){const r=t.timeZone,o=e(r),i={...pf(t,o),...n||yl};let a;return a=n?os(o,i,i.offsetNanoseconds,2):as(o,i),ua(a,r,t.calendar)}(Sf,e,Qd(t))),add:(e,t,n)=>qg(us(Qf,Sf,0,e,Wd(t),n)),subtract:(e,t,n)=>qg(us(Qf,Sf,1,e,Wd(t),n)),until:(e,t,n)=>Hg(ga(fu(Qf,Sf,0,e,og(t),n))),since:(e,t,n)=>Hg(ga(fu(Qf,Sf,1,e,og(t),n))),round:(e,t)=>qg(function(e,t,n){let{epochNanoseconds:r,timeZone:o,calendar:i}=t;const[a,s,u]=Ki(n);if(0===a&&1===s)return t;const c=e(o);if(6===a)r=((e,t,n,r)=>{const o=pf(n,t),[i,a]=e(o),s=n.epochNanoseconds,u=as(t,i),c=as(t,a);if(ci(s,u,c))throw new RangeError(Gc);return _a(wa(s,u,c),r)?c:u})(Ea,c,t,u);else{const e=c.R(r);r=os(c,Sa(Hi(r,e),a,s,u),e,2,0,1)}return ua(r,o,i)}(Sf,e,t)),startOfDay:e=>qg(function(e,t){const{timeZone:n,calendar:r}=t,o=((e,t,n)=>as(t,e(pf(n,t))))(Ma,e(n),t);return ua(o,n,r)}(Sf,e)),equals:(e,t)=>function(e,t){return!au(e,t)&&!!hu(e.timeZone,t.timeZone)&&e.calendar===t.calendar}(e,og(t)),toInstant:e=>Qg(function(e){return sa(e.epochNanoseconds)}(e)),toPlainDateTime:e=>Ug(dc(Sf,e)),toPlainDate:e=>Gg(gc(Sf,e)),toPlainTime:e=>Bg(mc(Sf,e)),toLocaleString(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const[r,o]=Og(t,n,e);return r.format(o)},toString:(e,t)=>Pa(Sf,e,t),toJSON:e=>Pa(Sf,e),valueOf:Gd,getTimeZoneTransition(e,t){const{timeZone:n,epochNanoseconds:r}=e,o=function(e){const t=na(e,Pl),n=ia(Pl,zl,t,0);if(!n)throw new RangeError(_c(Pl,n));return n}(t),i=Sf(n).O(r,o);return i?qg({...e,epochNanoseconds:i}):null}},{from:(e,t)=>qg(og(e,t)),compare:(e,t)=>au(og(e),og(t))}),[Xg,Qg,em]=Zd(hf,(function(e){return sa(yi(hi(Qo(e))))}),Eg,{add:(e,t)=>Qg(ss(0,e,Wd(t))),subtract:(e,t)=>Qg(ss(1,e,Wd(t))),until:(e,t,n)=>Hg(lu(0,e,sg(t),n)),since:(e,t,n)=>Hg(lu(1,e,sg(t),n)),round:(e,t)=>Qg(function(e,t){const[n,r,o]=Ki(t,5,1);return sa(Ca(e.epochNanoseconds,n,r,o,1))}(e,t)),equals:(e,t)=>function(e,t){return!iu(e,t)}(e,sg(t)),toZonedDateTimeISO:(e,t)=>qg(function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Kh;return ua(e.epochNanoseconds,t,n)}(e,Jd(t))),toLocaleString(e,t,n){const[r,o]=Dg(t,n,e);return r.format(o)},toString:(e,t)=>Ya(Jd,Sf,e,t),toJSON:e=>Ya(Jd,Sf,e),valueOf:Gd},{from:e=>Qg(sg(e)),fromEpochMilliseconds:e=>Qg(function(e){return sa(yi(li(ni(e),Th)))}(e)),fromEpochNanoseconds:e=>Qg(function(e){return sa(yi(hi(Qo(e))))}(e)),compare:(e,t)=>iu(sg(e),sg(t))}),tm=Object.defineProperties({},{...So("Temporal.Now"),...po({timeZoneId:()=>Tc(),instant:()=>Qg(sa(bc())),zonedDateTimeISO:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Tc();return qg(ua(bc(),Jd(e),Kh))},plainDateTimeISO:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Tc();return Ug(ca(Ac(Sf(Jd(e))),Kh))},plainDateISO:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Tc();return Gg(ha(Ac(Sf(Jd(e))),Kh))},plainTimeISO:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Tc();return Bg(da(Ac(Sf(Jd(e)))))}})}),nm=Object.defineProperties({},{...So("Temporal"),...po({PlainYearMonth:Vg,PlainMonthDay:xg,PlainDate:Kg,PlainTime:Pg,PlainDateTime:jg,ZonedDateTime:Wg,Instant:Xg,Duration:Mg,Now:tm})}),rm=ug(),om=new WeakMap;function im(e){return e*Math.PI/180}function am(e){return 180*e/Math.PI}Object.create(Intl),po({DateTimeFormat:rm}),Object.defineProperties(globalThis,po({Temporal:nm})),Object.defineProperties(Intl,po({DateTimeFormat:rm})),Object.defineProperties(Date.prototype,po({toTemporalInstant:function(){const e=Date.prototype.valueOf.call(this);return Qg(sa(li(Jo(e),Th)))}}));class sm{constructor(e,t,n,r,o){this.locationName=null,this.setLocationName(e),this.setLatitude(t),this.setLongitude(n),this.setElevation(r),this.setTimeZone(o)}getElevation(){return this.elevation}setElevation(e){if("number"!=typeof e)throw new TypeError("Invalid elevation");if(e<0)throw new RangeError(`elevation ${e} must be zero or positive`);this.elevation=e}setLatitude(e){if("number"!=typeof e)throw new TypeError("Invalid latitude");if(e<-90||e>90)throw new RangeError(`Latitude ${e} out of range [-90,90]`);this.latitude=e}getLatitude(){return this.latitude}setLongitude(e){if("number"!=typeof e)throw new TypeError("Invalid longitude");if(e<-180||e>180)throw new RangeError(`Longitude ${e} out of range [-180,180]`);this.longitude=e}getLongitude(){return this.longitude}getLocationName(){return this.locationName}setLocationName(e){this.locationName=e}getTimeZone(){return this.timeZoneId}setTimeZone(e){this.timeZoneId=e}}const um=6356.9;class cm{constructor(e,t){this.date=t,this.geoLocation=e}getSunrise(){const e=this.getUTCSunrise0(cm.GEOMETRIC_ZENITH);return isNaN(e)?null:this.getDateFromTime(e,!0)}getSeaLevelSunrise(){const e=this.getUTCSeaLevelSunrise(cm.GEOMETRIC_ZENITH);return isNaN(e)?null:this.getDateFromTime(e,!0)}getBeginCivilTwilight(){return this.getSunriseOffsetByDegrees(cm.CIVIL_ZENITH)}getBeginNauticalTwilight(){return this.getSunriseOffsetByDegrees(cm.NAUTICAL_ZENITH)}getBeginAstronomicalTwilight(){return this.getSunriseOffsetByDegrees(cm.ASTRONOMICAL_ZENITH)}getSunset(){const e=this.getUTCSunset0(cm.GEOMETRIC_ZENITH);return isNaN(e)?null:this.getDateFromTime(e,!1)}getSeaLevelSunset(){const e=this.getUTCSeaLevelSunset(cm.GEOMETRIC_ZENITH);return isNaN(e)?null:this.getDateFromTime(e,!1)}getEndCivilTwilight(){return this.getSunsetOffsetByDegrees(cm.CIVIL_ZENITH)}getEndNauticalTwilight(){return this.getSunsetOffsetByDegrees(cm.NAUTICAL_ZENITH)}getEndAstronomicalTwilight(){return this.getSunsetOffsetByDegrees(cm.ASTRONOMICAL_ZENITH)}static getTimeOffset(e,t){return null===e||isNaN(t)?null:e.add({milliseconds:t})}getSunriseOffsetByDegrees(e){const t=this.getUTCSunrise0(e);return isNaN(t)?null:this.getDateFromTime(t,!0)}getSunsetOffsetByDegrees(e){const t=this.getUTCSunset0(e);return isNaN(t)?null:this.getDateFromTime(t,!1)}getUTCSunrise0(e){return this.getUTCSunrise(this.getAdjustedDate(),this.geoLocation,e,!0)}getUTCSeaLevelSunrise(e){return this.getUTCSunrise(this.getAdjustedDate(),this.geoLocation,e,!1)}getUTCSunset0(e){return this.getUTCSunset(this.getAdjustedDate(),this.geoLocation,e,!0)}getUTCSeaLevelSunset(e){return this.getUTCSunset(this.getAdjustedDate(),this.geoLocation,e,!1)}getAdjustedDate(){return this.date}getElevationAdjustment(e){return am(Math.acos(um/(um+e/1e3)))}adjustZenith(e,t){let n=e;return e===cm.GEOMETRIC_ZENITH&&(n=e+(.8333333333333333+this.getElevationAdjustment(t))),n}getUTCSunrise(e,t,n,r){const o=r?t.getElevation():0,i=this.adjustZenith(n,o);let a=cm.getSunriseUTC(cm.getJulianDay(e),t.getLatitude(),-t.getLongitude(),i);for(a/=60;a<0;)a+=24;for(;a>=24;)a-=24;return a}getUTCSunset(e,t,n,r){const o=r?t.getElevation():0,i=this.adjustZenith(n,o);let a=cm.getSunsetUTC(cm.getJulianDay(e),t.getLatitude(),-t.getLongitude(),i);for(a/=60;a<0;)a+=24;for(;a>=24;)a-=24;return a}getTemporalHour(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.getSeaLevelSunrise(),t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.getSeaLevelSunset();if(null===e||null===t)return NaN;const n=t.epochMilliseconds-e.epochMilliseconds;return Math.floor(n/12)}getSunTransit(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.getSeaLevelSunrise(),t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.getSeaLevelSunset();const n=this.getTemporalHour(e,t);return cm.getTimeOffset(e,6*n)}getDateFromTime(e,t){if(isNaN(e))return null;let n=e,r=this.getAdjustedDate();const o=Math.trunc(n);n-=o;const i=Math.trunc(n*=60);n-=i;const a=Math.trunc(n*=60);n-=a;const s=Math.trunc(this.geoLocation.getLongitude()/15);return t&&s+o>18?r=r.add({days:-1}):!t&&s+o<6&&(r=r.add({days:1})),r.toZonedDateTime({timeZone:"UTC",plainTime:new Temporal.PlainTime(o,i,a,Math.trunc(1e3*n))}).withTimeZone(this.geoLocation.getTimeZone())}static getJulianDay(e){let{year:t,month:n}=e;const{day:r}=e;n<=2&&(t-=1,n+=12);const o=Math.trunc(t/100),i=Math.trunc(2-o+o/4);return Math.floor(365.25*(t+4716))+Math.floor(30.6001*(n+1))+r+i-1524.5}static getJulianCenturiesFromJulianDay(e){return(e-cm.JULIAN_DAY_JAN_1_2000)/cm.JULIAN_DAYS_PER_CENTURY}static getJulianDayFromJulianCenturies(e){return e*cm.JULIAN_DAYS_PER_CENTURY+cm.JULIAN_DAY_JAN_1_2000}static getSunGeometricMeanLongitude(e){let t=280.46646+e*(36000.76983+3032e-7*e);for(;t>360;)t-=360;for(;t<0;)t+=360;return t}static getSunGeometricMeanAnomaly(e){return 357.52911+e*(35999.05029-1537e-7*e)}static getEarthOrbitEccentricity(e){return.016708634-e*(42037e-9+1.267e-7*e)}static getSunEquationOfCenter(e){const t=im(cm.getSunGeometricMeanAnomaly(e));return Math.sin(t)*(1.914602-e*(.004817+14e-6*e))+Math.sin(t+t)*(.019993-101e-6*e)+289e-6*Math.sin(t+t+t)}static getSunTrueLongitude(e){return cm.getSunGeometricMeanLongitude(e)+cm.getSunEquationOfCenter(e)}static getSunApparentLongitude(e){const t=125.04-1934.136*e;return cm.getSunTrueLongitude(e)-.00569-.00478*Math.sin(im(t))}static getMeanObliquityOfEcliptic(e){return 23+(26+(21.448-e*(46.815+e*(59e-5-.001813*e)))/60)/60}static getObliquityCorrection(e){const t=125.04-1934.136*e;return cm.getMeanObliquityOfEcliptic(e)+.00256*Math.cos(im(t))}static getSunDeclination(e){const t=cm.getObliquityCorrection(e),n=cm.getSunApparentLongitude(e),r=Math.sin(im(t))*Math.sin(im(n));return am(Math.asin(r))}static getEquationOfTime(e){const t=cm.getObliquityCorrection(e),n=cm.getSunGeometricMeanLongitude(e),r=cm.getEarthOrbitEccentricity(e),o=cm.getSunGeometricMeanAnomaly(e);let i=Math.tan(im(t)/2);i*=i;const a=Math.sin(2*im(n)),s=Math.sin(im(o));return 4*am(i*a-2*r*s+4*r*i*s*Math.cos(2*im(n))-.5*i*i*Math.sin(4*im(n))-1.25*r*r*Math.sin(2*im(o)))}static getSunHourAngleAtSunrise(e,t,n){const r=im(e),o=im(t);return Math.acos(Math.cos(im(n))/(Math.cos(r)*Math.cos(o))-Math.tan(r)*Math.tan(o))}static getSunHourAngleAtSunset(e,t,n){const r=im(e),o=im(t);return-Math.acos(Math.cos(im(n))/(Math.cos(r)*Math.cos(o))-Math.tan(r)*Math.tan(o))}static getSolarElevation(e,t,n){const r=cm.getJulianDay(e.toPlainDate()),o=cm.getJulianCenturiesFromJulianDay(r),i=cm.getEquationOfTime(o);let a=e.hour+12+(e.minute+i+e.second/60)/60;a=-360*a/24%360;const s=im(n-a),u=im(cm.getSunDeclination(o)),c=im(t);return am(Math.asin(Math.sin(c)*Math.sin(u)+Math.cos(c)*Math.cos(u)*Math.cos(s)))}static getSolarAzimuth(e,t,n){const r=cm.getJulianDay(e.toPlainDate()),o=cm.getJulianCenturiesFromJulianDay(r),i=cm.getEquationOfTime(o);let a=e.hour+12+(e.minute+i+e.second/60)/60;a=-360*a/24%360;const s=im(n-a),u=im(cm.getSunDeclination(o)),c=im(t);return am(Math.atan(Math.sin(s)/(Math.cos(s)*Math.sin(c)-Math.tan(u)*Math.cos(c))))+180}static getSunriseUTC(e,t,n,r){const o=cm.getJulianCenturiesFromJulianDay(e),i=cm.getSolarNoonUTC(o,n),a=cm.getJulianCenturiesFromJulianDay(e+i/1440);let s=cm.getEquationOfTime(a),u=cm.getSunDeclination(a),c=cm.getSunHourAngleAtSunrise(t,u,r),h=n-am(c),l=4*h,f=720+l-s;const d=cm.getJulianCenturiesFromJulianDay(cm.getJulianDayFromJulianCenturies(o)+f/1440);return s=cm.getEquationOfTime(d),u=cm.getSunDeclination(d),c=cm.getSunHourAngleAtSunrise(t,u,r),h=n-am(c),l=4*h,f=720+l-s,f}static getSolarNoonUTC(e,t){const n=cm.getJulianCenturiesFromJulianDay(cm.getJulianDayFromJulianCenturies(e)+t/360);let r=cm.getEquationOfTime(n);const o=720+4*t-r,i=cm.getJulianCenturiesFromJulianDay(cm.getJulianDayFromJulianCenturies(e)-.5+o/1440);return r=cm.getEquationOfTime(i),720+4*t-r}static getSunsetUTC(e,t,n,r){const o=cm.getJulianCenturiesFromJulianDay(e),i=cm.getSolarNoonUTC(o,n),a=cm.getJulianCenturiesFromJulianDay(e+i/1440);let s=cm.getEquationOfTime(a),u=cm.getSunDeclination(a),c=cm.getSunHourAngleAtSunset(t,u,r),h=n-am(c),l=4*h,f=720+l-s;const d=cm.getJulianCenturiesFromJulianDay(cm.getJulianDayFromJulianCenturies(o)+f/1440);return s=cm.getEquationOfTime(d),u=cm.getSunDeclination(d),c=cm.getSunHourAngleAtSunset(t,u,r),h=n-am(c),l=4*h,f=720+l-s,f}}cm.GEOMETRIC_ZENITH=90,cm.CIVIL_ZENITH=96,cm.NAUTICAL_ZENITH=102,cm.ASTRONOMICAL_ZENITH=108,cm.JULIAN_DAY_JAN_1_2000=2451545,cm.JULIAN_DAYS_PER_CENTURY=36525;const hm=[["Ashdod","IL",31.79213,34.64966,"Asia/Jerusalem",27],["Atlanta","US",33.749,-84.38798,"America/New_York",336],["Austin","US",30.26715,-97.74306,"America/Chicago",165],["Baghdad","IQ",33.34058,44.40088,"Asia/Baghdad",41],["Beer Sheva","IL",31.25181,34.7913,"Asia/Jerusalem",285],["Berlin","DE",52.52437,13.41053,"Europe/Berlin",43],["Baltimore","US",39.29038,-76.61219,"America/New_York",35],["Bogota","CO",4.60971,-74.08175,"America/Bogota",2582],["Boston","US",42.35843,-71.05977,"America/New_York",38],["Budapest","HU",47.49801,19.03991,"Europe/Budapest",104],["Buenos Aires","AR",-34.61315,-58.37723,"America/Argentina/Buenos_Aires",31],["Buffalo","US",42.88645,-78.87837,"America/New_York",191],["Chicago","US",41.85003,-87.65005,"America/Chicago",180],["Cincinnati","US",39.162,-84.45689,"America/New_York",267],["Cleveland","US",41.4995,-81.69541,"America/New_York",204],["Dallas","US",32.78306,-96.80667,"America/Chicago",139],["Denver","US",39.73915,-104.9847,"America/Denver",1636],["Detroit","US",42.33143,-83.04575,"America/Detroit",192],["Eilat","IL",29.55805,34.94821,"Asia/Jerusalem",63],["Gibraltar","GI",36.14474,-5.35257,"Europe/Gibraltar",11],["Haifa","IL",32.81841,34.9885,"Asia/Jerusalem",40],["Hawaii","US",21.30694,-157.85833,"Pacific/Honolulu",18],["Helsinki","FI",60.16952,24.93545,"Europe/Helsinki",26],["Houston","US",29.76328,-95.36327,"America/Chicago",30],["Jerusalem","IL",31.76904,35.21633,"Asia/Jerusalem",786],["Johannesburg","ZA",-26.20227,28.04363,"Africa/Johannesburg",1767],["Kiev","UA",50.45466,30.5238,"Europe/Kiev",187],["La Paz","BO",-16.5,-68.15,"America/La_Paz",3782],["Livingston","US",40.79593,-74.31487,"America/New_York",98],["Las Vegas","US",36.17497,-115.13722,"America/Los_Angeles",613],["London","GB",51.50853,-.12574,"Europe/London",25],["Los Angeles","US",34.05223,-118.24368,"America/Los_Angeles",96],["Marseilles","FR",43.29695,5.38107,"Europe/Paris",28],["Miami","US",25.77427,-80.19366,"America/New_York",25],["Minneapolis","US",44.97997,-93.26384,"America/Chicago",262],["Melbourne","AU",-37.814,144.96332,"Australia/Melbourne",25],["Mexico City","MX",19.42847,-99.12766,"America/Mexico_City",2240],["Montreal","CA",45.50884,-73.58781,"America/Toronto",216],["Moscow","RU",55.75222,37.61556,"Europe/Moscow",144],["New York","US",40.71427,-74.00597,"America/New_York",57],["Omaha","US",41.25861,-95.93779,"America/Chicago",315],["Ottawa","CA",45.41117,-75.69812,"America/Toronto",71],["Panama City","PA",8.9936,-79.51973,"America/Panama",17],["Paris","FR",48.85341,2.3488,"Europe/Paris",42],["Pawtucket","US",41.87871,-71.38256,"America/New_York",0],["Petach Tikvah","IL",32.08707,34.88747,"Asia/Jerusalem",54],["Philadelphia","US",39.95233,-75.16379,"America/New_York",8],["Phoenix","US",33.44838,-112.07404,"America/Phoenix",366],["Pittsburgh","US",40.44062,-79.99589,"America/New_York",239],["Providence","US",41.82399,-71.41283,"America/New_York",0],["Portland","US",45.52345,-122.67621,"America/Los_Angeles",15],["Saint Louis","US",38.62727,-90.19789,"America/Chicago",149],["Saint Petersburg","RU",59.93863,30.31413,"Europe/Moscow",11],["San Diego","US",32.71533,-117.15726,"America/Los_Angeles",20],["San Francisco","US",37.77493,-122.41942,"America/Los_Angeles",28],["Sao Paulo","BR",-23.5475,-46.63611,"America/Sao_Paulo",769],["Seattle","US",47.60621,-122.33207,"America/Los_Angeles",56],["Sydney","AU",-33.86785,151.20732,"Australia/Sydney",58],["Tel Aviv","IL",32.08088,34.78057,"Asia/Jerusalem",15],["Tiberias","IL",32.79221,35.53124,"Asia/Jerusalem",0],["Toronto","CA",43.70011,-79.4163,"America/Toronto",175],["Vancouver","CA",49.24966,-123.11934,"America/Vancouver",70],["White Plains","US",41.03399,-73.76291,"America/New_York",82],["Washington DC","US",38.89511,-77.03637,"America/New_York",6],["Worcester","US",42.26259,-71.80229,"America/New_York",164]],lm=new Map,fm={0:"UTC",4:"America/Puerto_Rico",5:"America/New_York",6:"America/Chicago",7:"America/Denver",8:"America/Los_Angeles",9:"America/Anchorage",10:"Pacific/Honolulu",11:"Pacific/Pago_Pago",13:"Pacific/Funafuti",14:"Pacific/Guam",15:"Pacific/Palau",16:"Pacific/Chuuk"},dm=new Map;class gm extends sm{constructor(e,t,n,r,o,i,a,s){const u="number"==typeof e?e:parseFloat(e);if(isNaN(u)||u<-90||u>90)throw new RangeError(`Latitude ${e} out of range [-90,90]`);const c="number"==typeof t?t:parseFloat(t);if(isNaN(c)||c<-180||c>180)throw new RangeError(`Longitude ${t} out of range [-180,180]`);super(o||null,u,c,"number"==typeof s&&s>0?s:0,r),this.il=Boolean(n),this.cc=i,this.geoid=a}getIsrael(){return this.il}getName(){return this.getLocationName()}getShortName(){const e=this.getLocationName();if(!e)return e;const t=e.indexOf(", ");if(-1===t)return e;if("US"===this.cc&&"D"===e[t+2]){if("C"===e[t+3])return e.substring(0,t+4);if("."===e[t+3]&&"C"===e[t+4])return e.substring(0,t+6)}return e.substring(0,t)}getCountryCode(){return this.cc}getTzid(){return this.getTimeZone()}getTimeFormatter(){return function(e){const t=dm.get(e);if(t)return t;const n=new Intl.DateTimeFormat("en-US",{timeZone:e,hour:"numeric",minute:"numeric",hour12:!1});return dm.set(e,n),n}(this.getTimeZone())}getGeoId(){return this.geoid}static lookup(e){return lm.get(e.toLowerCase())}toString(){return JSON.stringify(this)}static legacyTzToTzid(e,t){if(e=+e,"none"===t){if(0===e)return"UTC";return`Etc/GMT${e>0?"+":""}${e}`}if(2===e&&"israel"===t)return"Asia/Jerusalem";if("eu"===t)switch(e){case-2:return"Atlantic/Cape_Verde";case-1:return"Atlantic/Azores";case 0:return"Europe/London";case 1:return"Europe/Paris";case 2:return"Europe/Athens"}else if("usa"===t)return fm[String(-1*e)]}static getUsaTzid(e,t,n){return 10===(t=+t)&&"AK"===e?"America/Adak":7===t&&"AZ"===e?"Y"===n?"America/Denver":"America/Phoenix":fm[t]}static addLocation(e,t){const n=e.toLowerCase();return!lm.has(n)&&(lm.set(n,t),!0)}}for(const e of hm){const t=new gm(e[2],e[3],"IL"===e[1],e[4],e[0],e[1],void 0,e[5]);gm.addLocation(e[0],t)}function mm(e){if(null===e)return new Date(NaN);const t=new Date(e.epochMilliseconds);return t.setMilliseconds(0),t}class vm{constructor(e,t,n){const r=function(e){if(u(e))return e;if(de.isHDate(e))return e.greg();throw new TypeError(`invalid date: ${e}`)}(t);this.date=r,this.gloc=e;const o=Temporal.PlainDate.from({year:r.getFullYear(),month:r.getMonth()+1,day:r.getDate()});this.noaa=new cm(e,o),this.useElevation=Boolean(n)}getUseElevation(){return this.useElevation}setUseElevation(e){this.useElevation=e}timeAtAngle(e,t){const n=90+e;return mm(t?this.noaa.getSunriseOffsetByDegrees(n):this.noaa.getSunsetOffsetByDegrees(n))}sunrise(){return mm(this.useElevation?this.noaa.getSunrise():this.noaa.getSeaLevelSunrise())}seaLevelSunrise(){return mm(this.noaa.getSeaLevelSunrise())}sunset(){return mm(this.useElevation?this.noaa.getSunset():this.noaa.getSeaLevelSunset())}seaLevelSunset(){return mm(this.noaa.getSeaLevelSunset())}dawn(){return mm(this.noaa.getBeginCivilTwilight())}dusk(){return mm(this.noaa.getEndCivilTwilight())}gregEve(){const e=new Date(this.date);e.setDate(e.getDate()-1);return new vm(this.gloc,e,this.useElevation).sunset()}nightHour(){return(this.sunrise().getTime()-this.gregEve().getTime())/12}chatzot(){const e=this.noaa.getSeaLevelSunrise(),t=this.noaa.getSeaLevelSunset();return mm(this.noaa.getSunTransit(e,t))}chatzotNight(){return new Date(this.sunrise().getTime()-6*this.nightHour())}alotHaShachar(){return this.timeAtAngle(16.1,!0)}misheyakir(){return this.timeAtAngle(11.5,!0)}misheyakirMachmir(){return this.timeAtAngle(10.2,!0)}getShaahZmanisBasedZman(e){const t=this.useElevation?this.noaa.getSunrise():this.noaa.getSeaLevelSunrise(),n=this.useElevation?this.noaa.getSunset():this.noaa.getSeaLevelSunset(),r=this.noaa.getTemporalHour(t,n),o=Math.round(r*e);return mm(cm.getTimeOffset(t,o))}sofZmanShma(){return this.getShaahZmanisBasedZman(3)}sofZmanTfilla(){return this.getShaahZmanisBasedZman(4)}getTemporalHour72(e){const t=this.sunriseOffset(-72,!1,e),n=(this.sunsetOffset(72,!1,e).getTime()-t.getTime())/12;return[t,n]}getTemporalHourByDeg(e){const t=this.timeAtAngle(e,!0),n=(this.timeAtAngle(e,!1).getTime()-t.getTime())/12;return[t,n]}sofZmanShmaMGA(){const[e,t]=this.getTemporalHour72(!0),n=Math.floor(3*t);return new Date(e.getTime()+n)}sofZmanShmaMGA16Point1(){const[e,t]=this.getTemporalHourByDeg(16.1),n=Math.floor(3*t);return new Date(e.getTime()+n)}sofZmanShmaMGA19Point8(){const[e,t]=this.getTemporalHourByDeg(19.8),n=Math.floor(3*t);return new Date(e.getTime()+n)}sofZmanTfillaMGA(){const[e,t]=this.getTemporalHour72(!0),n=Math.floor(4*t);return new Date(e.getTime()+n)}sofZmanTfillaMGA16Point1(){const[e,t]=this.getTemporalHourByDeg(16.1),n=Math.floor(4*t);return new Date(e.getTime()+n)}sofZmanTfillaMGA19Point8(){const[e,t]=this.getTemporalHourByDeg(19.8),n=Math.floor(4*t);return new Date(e.getTime()+n)}minchaGedola(){return this.getShaahZmanisBasedZman(6.5)}minchaGedolaMGA(){const[e,t]=this.getTemporalHour72(!1),n=Math.floor(6.5*t);return new Date(e.getTime()+n)}minchaKetana(){return this.getShaahZmanisBasedZman(9.5)}minchaKetanaMGA(){const[e,t]=this.getTemporalHour72(!1);return new Date(e.getTime()+Math.floor(9.5*t))}plagHaMincha(){return this.getShaahZmanisBasedZman(10.75)}tzeit(e=8.5){return this.timeAtAngle(e,!1)}neitzHaChama(){return this.sunrise()}shkiah(){return this.sunset()}beinHaShmashos(){const e=this.tzeit(7.083),t=e.getTime();return isNaN(t)?e:new Date(t-81e4)}static formatTime(e,t){const n=t.format(e),r=n.split(":");return"24"===r[0]?"00:"+r[1]:n}static roundTime(e){const t=e.getTime();if(isNaN(t))return e;const n=e.getMilliseconds(),r=e.getSeconds();if(0===r&&0===n)return e;const o=1e3*r+n;return new Date(t+(o>=3e4?6e4-o:-1*o))}static timeZoneOffset(e,t){const n=function(e,t){const n=K("UTC",t),r=K(e,t),o=new Date(n).getTime()-new Date(r).getTime();return Math.ceil(o/1e3/60)}(e,t),r=Math.abs(n),o=r%60;return(n<0?"+":"-")+V(Math.floor(r/60))+":"+V(o)}static formatISOWithTimeZone(e,t){return isNaN(t.getTime())?"0000-00-00T00:00:00Z":K(e,t).substring(0,19)+vm.timeZoneOffset(e,t)}sunriseOffset(e,t=!0,n=!1){const r=n?this.seaLevelSunrise():this.sunrise();return isNaN(r.getTime())?r:(t&&(e>0&&r.getSeconds()>=30&&e++,r.setSeconds(0,0)),new Date(r.getTime()+60*e*1e3))}sunsetOffset(e,t=!0,n=!1){const r=n?this.seaLevelSunset():this.sunset();return isNaN(r.getTime())?r:(t&&(e>0&&r.getSeconds()>=30&&e++,r.setSeconds(0,0)),new Date(r.getTime()+60*e*1e3))}static makeSunsetAwareHDate(e,t,n){const r=new vm(e,t,n).sunset();let o=new de(t);const i=r.getTime();return isNaN(i)||t.getTime()>=i&&(o=o.next()),o}}const ym={US:1,CA:1,BR:1,AU:1,NZ:1,DO:1,PR:1,GR:1,IN:1,KR:1,NP:1,ZA:1};function pm(e,t,n){var r;if("string"!=typeof e)throw new TypeError(`Bad timeStr: ${e}`);const o=(null===(r=null==n?void 0:n.location)||void 0===r?void 0:r.getCountryCode())||((null==n?void 0:n.il)?"IL":"US"),i=null==n?void 0:n.hour12;if(void 0!==i&&!i)return e;if(!i&&void 0===ym[o])return e;const a=e.split(":");let s=parseInt(a[0],10);return s<12&&t?(t=t.replace("p","a").replace("P","A"),0===s&&(s=12)):s>12?s%=12:0===s&&(s="00"),`${s}:${a[1]}${t}`}class wm extends Ie{constructor(e,t,n,r,o,i,a){super(e,t,n),this.eventTime=vm.roundTime(r),this.location=o;const s=o.getTimeFormatter();this.eventTimeStr=vm.formatTime(this.eventTime,s);const u=Object.assign(Object.assign({},a),{location:o});this.fmtTime=pm(this.eventTimeStr,"pm",u),void 0!==i&&(this.linkedEvent=i)}render(e){return ie.gettext(this.getDesc(),e)+": "+this.fmtTime}renderBrief(e){return ie.gettext(this.getDesc(),e)}getCategories(){switch(this.getDesc()){case"Candle lighting":return["candles"];case"Havdalah":return["havdalah"];case"Fast begins":case"Fast ends":return["zmanim","fast"]}return["unknown"]}}class Sm extends wm{constructor(e,t,n,r,o,i){super(e,"Candle lighting",t,n,r,o,i)}getEmoji(){return"🕯️"}}class Am extends wm{constructor(e,t,n,r,o,i,a){super(e,"Havdalah",t,n,r,i,a),o&&(this.havdalahMins=o)}render(e){return this.renderBrief(e)+": "+this.fmtTime}renderBrief(e){let t=ie.gettext(this.getDesc(),e);if(this.havdalahMins){const n=ie.gettext("min",e);t+=` (${this.havdalahMins} ${n})`}return t}getEmoji(){return"✨"}}const bm=f.NISAN,Tm=f.IYYAR,Im=f.SIVAN,Em=f.ELUL,Mm=f.TISHREI,Hm=f.CHESHVAN,Nm=f.KISLEV,Cm=f.SHVAT,Dm=f.ADAR_II,Om=be.CHAG,_m=be.LIGHT_CANDLES,km=be.YOM_TOV_ENDS,Lm=be.CHUL_ONLY,Rm=be.IL_ONLY,Ym=be.LIGHT_CANDLES_TZEIS,Pm=be.MINOR_HOLIDAY,Bm=be.EREV,jm=be.CHOL_HAMOED,Um="🫓",xm="🌿🍋",Zm="Rosh Hashana II",$m="Erev Yom Kippur",Vm="Yom Kippur",Fm="Erev Sukkot",zm="Sukkot I",Km="Sukkot II",Gm="Sukkot III (CH''M)",Jm="Sukkot IV (CH''M)",Wm="Sukkot V (CH''M)",qm="Sukkot VI (CH''M)",Xm="Shmini Atzeret",Qm="Simchat Torah",ev="Sukkot II (CH''M)",tv="Sukkot VII (Hoshana Raba)",nv="Chanukah: 1 Candle",rv="Tu BiShvat",ov="Erev Purim",iv="Purim",av="Shushan Purim",sv="Erev Pesach",uv="Pesach I",cv="Pesach II",hv="Pesach II (CH''M)",lv="Pesach III (CH''M)",fv="Pesach IV (CH''M)",dv="Pesach V (CH''M)",gv="Pesach VI (CH''M)",mv="Pesach VII",vv="Pesach VIII",yv="Pesach Sheni",pv="Lag BaOmer",wv="Erev Shavuot",Sv="Shavuot",Av="Shavuot I",bv="Shavuot II",Tv="Tu B'Av",Iv="Rosh Hashana LaBehemot",Ev="Erev Rosh Hashana",Mv="Yom Yerushalayim",Hv="Ben-Gurion Day",Nv="Family Day",Cv="Yitzhak Rabin Memorial Day",Dv="Herzl Day",Ov="Jabotinsky Day",_v="Sigd",kv="Yom HaAliyah",Lv="Yom HaAliyah School Observance",Rv="Hebrew Language Day",Yv={ASARA_BTEVET:"Asara B'Tevet",BIRKAT_HACHAMAH:"Birkat Hachamah",CHAG_HABANOT:"Chag HaBanot",CHANUKAH_8TH_DAY:"Chanukah: 8th Day",EREV_TISHA_BAV:"Erev Tish'a B'Av",LEIL_SELICHOT:"Leil Selichot",PURIM_KATAN:"Purim Katan",PURIM_MESHULASH:"Purim Meshulash",SHABBAT_CHAZON:"Shabbat Chazon",SHABBAT_HACHODESH:"Shabbat HaChodesh",SHABBAT_HAGADOL:"Shabbat HaGadol",SHABBAT_NACHAMU:"Shabbat Nachamu",SHABBAT_PARAH:"Shabbat Parah",SHABBAT_SHEKALIM:"Shabbat Shekalim",SHABBAT_SHIRAH:"Shabbat Shirah",SHABBAT_SHUVA:"Shabbat Shuva",SHABBAT_ZACHOR:"Shabbat Zachor",SHUSHAN_PURIM_KATAN:"Shushan Purim Katan",TAANIT_BECHOROT:"Ta'anit Bechorot",TAANIT_ESTHER:"Ta'anit Esther",TISHA_BAV:"Tish'a B'Av",TZOM_GEDALIAH:"Tzom Gedaliah",TZOM_TAMMUZ:"Tzom Tammuz",YOM_HAATZMA_UT:"Yom HaAtzma'ut",YOM_HASHOAH:"Yom HaShoah",YOM_HAZIKARON:"Yom HaZikaron",BEN_GURION_DAY:Hv,CHANUKAH_1_CANDLE:nv,EREV_PESACH:sv,EREV_PURIM:ov,EREV_ROSH_HASHANA:Ev,EREV_SHAVUOT:wv,EREV_SUKKOT:Fm,EREV_YOM_KIPPUR:$m,FAMILY_DAY:Nv,HEBREW_LANGUAGE_DAY:Rv,HERZL_DAY:Dv,JABOTINSKY_DAY:Ov,LAG_BAOMER:pv,PESACH_I:uv,PESACH_II:cv,PESACH_III_CHM:lv,PESACH_II_CHM:hv,PESACH_IV_CHM:fv,PESACH_SHENI:yv,PESACH_VII:mv,PESACH_VIII:vv,PESACH_VI_CHM:gv,PESACH_V_CHM:dv,PURIM:iv,ROSH_HASHANA_II:Zm,ROSH_HASHANA_LABEHEMOT:Iv,SHAVUOT:Sv,SHAVUOT_I:Av,SHAVUOT_II:bv,SHMINI_ATZERET:Xm,SHUSHAN_PURIM:av,SIGD:_v,SIMCHAT_TORAH:Qm,SUKKOT_I:zm,SUKKOT_II:Km,SUKKOT_III_CHM:Gm,SUKKOT_II_CHM:ev,SUKKOT_IV_CHM:Jm,SUKKOT_VII_HOSHANA_RABA:tv,SUKKOT_VI_CHM:qm,SUKKOT_V_CHM:Wm,TU_BAV:Tv,TU_BISHVAT:rv,YITZHAK_RABIN_MEMORIAL_DAY:Cv,YOM_HAALIYAH:kv,YOM_HAALIYAH_SCHOOL_OBSERVANCE:Lv,YOM_KIPPUR:Vm,YOM_YERUSHALAYIM:Mv},Pv=[{mm:Mm,dd:2,desc:Zm,flags:Om|km,emoji:"🍏🍯"},{mm:Mm,dd:9,desc:$m,flags:Bm|_m},{mm:Mm,dd:10,desc:Vm,flags:Om|be.MAJOR_FAST|km},{mm:Mm,dd:14,desc:Fm,flags:Lm|Bm|_m,emoji:xm},{mm:Mm,dd:15,desc:zm,flags:Lm|Om|Ym,emoji:xm},{mm:Mm,dd:16,desc:Km,flags:Lm|Om|km,emoji:xm},{mm:Mm,dd:17,desc:Gm,flags:Lm|jm,chmDay:1,emoji:xm},{mm:Mm,dd:18,desc:Jm,flags:Lm|jm,chmDay:2,emoji:xm},{mm:Mm,dd:19,desc:Wm,flags:Lm|jm,chmDay:3,emoji:xm},{mm:Mm,dd:20,desc:qm,flags:Lm|jm,chmDay:4,emoji:xm},{mm:Mm,dd:22,desc:Xm,flags:Lm|Om|Ym},{mm:Mm,dd:23,desc:Qm,flags:Lm|Om|km},{mm:Mm,dd:14,desc:Fm,flags:Rm|Bm|_m,emoji:xm},{mm:Mm,dd:15,desc:zm,flags:Rm|Om|km,emoji:xm},{mm:Mm,dd:16,desc:ev,flags:Rm|jm,chmDay:1,emoji:xm},{mm:Mm,dd:17,desc:Gm,flags:Rm|jm,chmDay:2,emoji:xm},{mm:Mm,dd:18,desc:Jm,flags:Rm|jm,chmDay:3,emoji:xm},{mm:Mm,dd:19,desc:Wm,flags:Rm|jm,chmDay:4,emoji:xm},{mm:Mm,dd:20,desc:qm,flags:Rm|jm,chmDay:5,emoji:xm},{mm:Mm,dd:22,desc:Xm,flags:Rm|Om|km},{mm:Mm,dd:21,desc:tv,flags:_m|jm,chmDay:-1,emoji:xm},{mm:Nm,dd:24,desc:nv,flags:Bm|Pm|be.CHANUKAH_CANDLES,emoji:"🕎1️⃣"},{mm:Cm,dd:15,desc:rv,flags:Pm,emoji:"🌳"},{mm:Dm,dd:13,desc:ov,flags:Bm|Pm,emoji:"🎭️📜"},{mm:Dm,dd:14,desc:iv,flags:Pm,emoji:"🎭️📜"},{mm:Dm,dd:15,desc:av,flags:Pm,emoji:"🎭️📜"},{mm:bm,dd:14,desc:sv,flags:Rm|Bm|_m,emoji:"🫓🍷"},{mm:bm,dd:15,desc:uv,flags:Rm|Om|km,emoji:Um},{mm:bm,dd:16,desc:hv,flags:Rm|jm,chmDay:1,emoji:Um},{mm:bm,dd:17,desc:lv,flags:Rm|jm,chmDay:2,emoji:Um},{mm:bm,dd:18,desc:fv,flags:Rm|jm,chmDay:3,emoji:Um},{mm:bm,dd:19,desc:dv,flags:Rm|jm,chmDay:4,emoji:Um},{mm:bm,dd:20,desc:gv,flags:Rm|jm|_m,chmDay:5,emoji:Um},{mm:bm,dd:21,desc:mv,flags:Rm|Om|km,emoji:Um},{mm:bm,dd:14,desc:sv,flags:Lm|Bm|_m,emoji:"🫓🍷"},{mm:bm,dd:15,desc:uv,flags:Lm|Om|Ym,emoji:"🫓🍷"},{mm:bm,dd:16,desc:cv,flags:Lm|Om|km,emoji:Um},{mm:bm,dd:17,desc:lv,flags:Lm|jm,chmDay:1,emoji:Um},{mm:bm,dd:18,desc:fv,flags:Lm|jm,chmDay:2,emoji:Um},{mm:bm,dd:19,desc:dv,flags:Lm|jm,chmDay:3,emoji:Um},{mm:bm,dd:20,desc:gv,flags:Lm|jm|_m,chmDay:4,emoji:Um},{mm:bm,dd:21,desc:mv,flags:Lm|Om|Ym,emoji:Um},{mm:bm,dd:22,desc:vv,flags:Lm|Om|km,emoji:Um},{mm:Tm,dd:14,desc:yv,flags:Pm},{mm:Tm,dd:18,desc:pv,flags:Pm,emoji:"🔥"},{mm:Im,dd:5,desc:wv,flags:Bm|_m,emoji:"⛰️🌸"},{mm:Im,dd:6,desc:Sv,flags:Rm|Om|km,emoji:"⛰️🌸"},{mm:Im,dd:6,desc:Av,flags:Lm|Om|Ym,emoji:"⛰️🌸"},{mm:Im,dd:7,desc:bv,flags:Lm|Om|km,emoji:"⛰️🌸"},{mm:f.AV,dd:15,desc:Tv,flags:Pm,emoji:"❤️"},{mm:Em,dd:1,desc:Iv,flags:Pm,emoji:"🐑"},{mm:Em,dd:29,desc:Ev,flags:Bm|_m,emoji:"🍏🍯"}],Bv=[{firstYear:5727,mm:Tm,dd:28,desc:Mv,chul:!0},{firstYear:5737,mm:Nm,dd:6,desc:Hv,satPostponeToSun:!0,friPostponeToSun:!0},{firstYear:5750,mm:Cm,dd:30,desc:Nv},{firstYear:5758,mm:Hm,dd:12,desc:Cv,friSatMovetoThu:!0},{firstYear:5764,mm:Tm,dd:10,desc:Dv,satPostponeToSun:!0},{firstYear:5765,mm:f.TAMUZ,dd:29,desc:Ov,satPostponeToSun:!0},{firstYear:5769,mm:Hm,dd:29,desc:_v,chul:!0,suppressEmoji:!0,friSatMovetoThu:!0},{firstYear:5777,mm:bm,dd:10,desc:kv,chul:!0},{firstYear:5777,mm:Hm,dd:7,desc:Lv},{firstYear:5773,mm:f.TEVET,dd:21,desc:Rv,friSatMovetoThu:!0}];class jv extends Ie{basename(){return this.getDesc().replace(/ \d{4}$/,"").replace(/ \(CH''M\)$/,"").replace(/ \(observed\)$/,"").replace(/ \(Hoshana Raba\)$/,"").replace(/ [IV]+$/,"").replace(/: \d Candles?$/,"").replace(/: 8th Day$/,"").replace(/^Erev /,"")}url(){if(this.getDate().greg().getFullYear()<100)return;const e="https://www.hebcal.com/holidays/"+this.basename().toLowerCase().replace(/'/g,"").replace(/ /g,"-")+"-"+this.urlDateSuffix();return this.getFlags()&be.IL_ONLY?e+"?i=on":e}urlDateSuffix(){const e=this.getDate().greg().getFullYear();return String(e)}getEmoji(){return this.emoji?this.emoji:this.getFlags()&be.SPECIAL_SHABBAT?"🕍":"✡️"}getCategories(){if(this.cholHaMoedDay)return["holiday","major","cholhamoed"];const e=super.getCategories();if("unknown"!==e[0])return e;switch(this.getDesc()){case Yv.LAG_BAOMER:case Yv.LEIL_SELICHOT:case Yv.PESACH_SHENI:case Yv.EREV_PURIM:case Yv.PURIM_KATAN:case Yv.SHUSHAN_PURIM:case Yv.TU_BAV:case Yv.TU_BISHVAT:case Yv.ROSH_HASHANA_LABEHEMOT:return["holiday","minor"]}return["holiday","major"]}render(e){return super.render(e).replace(/'/g,"’")}renderBrief(e){return super.renderBrief(e).replace(/'/g,"’")}clone(){const e=new jv(this.date,this.desc,this.mask);return Object.assign(e,this),e}}class Uv extends jv{urlDateSuffix(){return G(this.getDate().greg()).replace(/-/g,"")}}class xv extends jv{urlDateSuffix(){const e=this.getDate().greg();let t=e.getFullYear();return 0===e.getMonth()&&t--,String(t)}}class Zv extends jv{constructor(e,t,n){super(e,`Rosh Hashana ${t}`,n),this.hyear=t}render(e){return ie.gettext("Rosh Hashana",e)+" "+this.hyear}getEmoji(){return"🍏🍯"}}const $v="Rosh Chodesh";class Vv extends jv{constructor(e,t){super(e,`${$v} ${t}`,be.ROSH_CHODESH)}render(e){const t=this.getDesc().substring(13),n=ie.gettext(t,e).replace(/'/g,"’");return ie.gettext($v,e)+" "+n}basename(){return this.getDesc()}getEmoji(){return this.emoji||"🌒"}}const Fv=be.LIGHT_CANDLES,zv=be.LIGHT_CANDLES_TZEIS;function Kv(e,t,n,r,o){let i=!1,a=o,s=e?e.getFlags():Fv;void 0!==e?r||(s&(zv|be.CHANUKAH_CANDLES)?a=!0:s&be.YOM_TOV_ENDS&&(i=!0,a=!0)):o&&(i=!0,s=zv);const u=Number(a?n.havdalahMins:n.candleLightingMins),c=n.location,h=Boolean(n.useElevation),l=new vm(c,t,h),f=a&&!u?l.tzeit(n.havdalahDeg):l.sunsetOffset(u,!0);if(!isNaN(f.getTime()))return i?new Am(t,s,f,c,n.havdalahMins,e,n):(s|=Fv,new Sm(t,s,f,c,e,n))}const Gv="Fast begins",Jv="Fast ends";class Wv extends jv{constructor(e,t,n){super(e.getDate(),e.getDesc(),e.getFlags()),this.linkedEvent=e,this.startEvent=t,this.endEvent=n}render(e){return this.linkedEvent.render(e)}renderBrief(e){return this.linkedEvent.renderBrief(e)}urlDateSuffix(){return this.linkedEvent.urlDateSuffix()}url(){return this.linkedEvent.url()}getEmoji(){return this.linkedEvent.getEmoji()}getCategories(){return this.linkedEvent.getCategories()}}function qv(e,t,n,r){const o=r.location,i=e.getDate();return new wm(i,n,e.getFlags(),t,o,e,r)}class Xv extends xv{constructor(e,t,n,r,o){super(e,t,n),this.eventTime=vm.roundTime(r);const i=o.getTimeFormatter();this.eventTimeStr=vm.formatTime(this.eventTime,i),this.location=o}}const Qv=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],ey=["רִאשׁוֹן","שֵׁנִי","שְׁלִישִׁי","רְבִיעִי","חֲמִישִׁי","שִׁישִּׁי","שַׁבָּת"],ty=["Dim","Lun","Mar","Mer","Jeu","Ven","Sam"],ny="בַּלַּ֥יְלָה";class ry{constructor(e,t){this.m=function(e,t){let n=t-7;n<0&&(n+=T(e));const r=235*Math.floor((e-1)/19)+(e-1)%19*12+Math.floor(((e-1)%19*7+1)/19)+n,o=204+Math.floor(r%1080*793),i=5+12*r+793*Math.floor(r/1080)+Math.floor(o/1080)-6,a=(o%1080+i%24*1080)%1080;return{year:e,month:t,dayOfWeek:(1+29*r+Math.floor(i/24))%7,hour:i%24,minutes:Math.floor(a/18),chalakim:a%18}}(e,t)}getYear(){return this.m.year}getMonth(){return this.m.month}getMonthName(){return de.getMonthName(this.m.month,this.m.year)}getDow(){return this.m.dayOfWeek}getHour(){return this.m.hour}getMinutes(){return this.m.minutes}getChalakim(){return this.m.chalakim}render(e,t){var n;"string"==typeof(e=null!=e?e:ie.getLocaleName())&&(e=e.toLowerCase());const r="he"===e||"he-x-nonikud"===e||"h"===e,o="fr"===e,i=ie.gettext(this.getMonthName(),e),a=(r?ey:o?ty:Qv)[this.getDow()],s=this.getMinutes(),u=this.getHour(),c=this.getChalakim(),h=ie.gettext("Molad",e),l=null!==(n=ie.lookupTranslation("min",e))&&void 0!==n?n:"minutes",f=ie.gettext("chalakim",e),d=ie.gettext("and",e),g=ie.gettext("after",e);if(r){const t=function(e){return e<5?ny:e<12?"בַּבֹּקֶר":e<17?"בַּצׇּהֳרַיִים":e<21?"בָּעֶרֶב":ny}(u),n=`${h} ${i} יִהְיֶה בַּיּוֹם ${a} בשָׁבוּעַ, בְּשָׁעָה ${u} ${t}, ו-${s} ${l} ו-${c} ${f}`;return"he-x-nonikud"===e?ie.hebrewStripNikkud(n):n}const m=pm(`${u}:00`,"pm",t);return`${h} ${i.replace(/'/g,"’")}: ${a}, ${s} ${l} ${d} ${c} ${f} ${g} ${m}`}}class oy extends Ie{constructor(e,t,n,r){const o=new ry(t,n);super(e,`Molad ${o.getMonthName()} ${t}`,be.MOLAD),this.molad=o,this.options=r}render(e){return this.molad.render(e,this.options)}}const iy={en:{infix:"within ",infix26:"within ",words:["","Lovingkindness","Might","Beauty","Eternity","Splendor","Foundation","Majesty"]},he:{infix:"שֶׁבְּ",infix26:"שֶׁבִּ",words:["","חֶֽסֶד","גְבוּרָה","תִּפְאֶֽרֶת","נֶּֽצַח","הוֹד","יְּסוֹד","מַּלְכוּת"]},translit:{infix:"sheb'",infix26:"shebi",words:["","Chesed","Gevurah","Tiferet","Netzach","Hod","Yesod","Malkhut"]}};function ay(e){return[Math.floor((e-1)/7)+1,e%7||7]}const sy=["","עֲשָׂרָה","עֶשְׂרִים","שְׁלוֹשִׁים","אַרְבָּעִים"],uy=["","אֶחָד","שְׁנַיִם","שְׁלוֹשָׁה","אַרְבָּעָה","חֲמִשָּׁה","שִׁשָּׁה","שִׁבְעָה","שְׁמוֹנָה","תִּשְׁעָה"],cy="שְׁנֵי",hy="יָמִים",ly=cy+" "+hy,fy="שָׁבוּעוֹת",dy="יוֹם",gy=dy+" "+uy[1],my="עָשָׂר";class vy extends Ie{constructor(e,t){super(e,`Omer ${t}`,be.OMER_COUNT),function(e){if(e<1||e>49)throw new RangeError(`Invalid Omer day ${e}`)}(t),this.weekNumber=Math.floor((t-1)/7)+1,this.daysWithinWeeks=t%7||7,this.omer=t}sefira(e="en"){"he"!==e&&"translit"!==e&&(e="en");const[t,n]=ay(this.omer),r=iy[e],o=r.words[t];return(r.words[n]+" "+(2===t||6===t?r.infix26:r.infix)+o).normalize()}render(e){"string"==typeof(e=null!=e?e:ie.getLocaleName())&&(e=e.toLowerCase());const t="he"===e||"he-x-nonikud"===e||"h"===e,n=this.omer;return(t?x(n):ie.ordinal(n,e))+" "+ie.gettext("day of the Omer",e)}renderBrief(e){return ie.gettext("Omer",e)+" "+ie.gettext("day",e)+" "+this.omer}getEmoji(){if("string"==typeof this.emoji)return this.emoji;let e;const t=this.omer;return e=t<=20?9312+t-1:t<=35?12881+t-21:12977+t-36,String.fromCodePoint(e)}getWeeks(){return 7===this.daysWithinWeeks?this.weekNumber:this.weekNumber-1}getDaysWithinWeeks(){return this.daysWithinWeeks}getTodayIs(e){"string"==typeof(e=null!=e?e:ie.getLocaleName())&&(e=e.toLowerCase());const t="he"===e||"he-x-nonikud"===e?function(e){const t=Math.floor(e/10),n=e%10;let r="הַיּוֹם ";if(11===e?r+="אַחַד "+my:12===e?r+="שְׁנֵים "+my:12<e&&e<20?r+=uy[n]+" "+my:e>9&&(r+=uy[n],n&&(r+=" ",r+=3===t?"וּ":"וְ")),e>2?((e>20||10===e||20===e)&&(r+=sy[t]),r+=e<11?uy[n]+" "+hy+" ":" יוֹם "):r+=1===e?gy+" ":ly+" ",e>6){r=r.trim(),r+=", שְׁהֵם ";const t=Math.floor(e/7),n=e%7;r+=t>2?uy[t]+" "+fy+" ":1===t?"שָׁבֽוּעַ "+uy[1]+" ":cy+" "+fy+" ",n&&(r+=2===n||3===n?"וּ":5===n?"וַ":"וְ",r+=n>2?uy[n]+" "+hy+" ":1===n?gy+" ":ly+" ")}return r+="לָעֽוֹמֶר",r.normalize()}(this.omer):function(e){const[t,n]=ay(e);let r=`Today is ${e} ${1===e?"day":"days"}`;if(t>1||7===e){const e=7===n,o=e?t:t-1;r+=`, which is ${o} ${1===o?"week":"weeks"}`,e||(r+=` and ${n} ${1===n?"day":"days"}`)}return r+" of the Omer"}(this.omer);return"he-x-nonikud"===e?ie.hebrewStripNikkud(t):t}url(){return`https://www.hebcal.com/omer/${this.getDate().getFullYear()}/${this.omer}`}}function yy(e,t){const n=null!=t?t:ie.getLocaleName();let r=ie.gettext(e[0],n);if(2===e.length){r+=("he"===n?"־":"-")+ie.gettext(e[1],n)}r=r.replace(/'/g,"’");return(ie.gettext("Parashat",t)+" "+r).normalize()}class py extends Map{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(super(),!(e.maxSize&&e.maxSize>0))throw new TypeError("`maxSize` must be a number greater than 0");if("number"==typeof e.maxAge&&0===e.maxAge)throw new TypeError("`maxAge` must be a number greater than 0");this.maxSize=e.maxSize,this.maxAge=e.maxAge||Number.POSITIVE_INFINITY,this.onEviction=e.onEviction,this.cache=new Map,this.oldCache=new Map,this._size=0}_emitEvictions(e){if("function"==typeof this.onEviction)for(const[t,n]of e)this.onEviction(t,n.value)}_deleteIfExpired(e,t){return"number"==typeof t.expiry&&t.expiry<=Date.now()&&("function"==typeof this.onEviction&&this.onEviction(e,t.value),this.delete(e))}_getOrDeleteIfExpired(e,t){if(!1===this._deleteIfExpired(e,t))return t.value}_getItemValue(e,t){return t.expiry?this._getOrDeleteIfExpired(e,t):t.value}_peek(e,t){const n=t.get(e);return this._getItemValue(e,n)}_set(e,t){this.cache.set(e,t),this._size++,this._size>=this.maxSize&&(this._size=0,this._emitEvictions(this.oldCache),this.oldCache=this.cache,this.cache=new Map)}_moveToRecent(e,t){this.oldCache.delete(e),this._set(e,t)}*_entriesAscending(){for(const e of this.oldCache){const[t,n]=e;if(!this.cache.has(t)){!1===this._deleteIfExpired(t,n)&&(yield e)}}for(const e of this.cache){const[t,n]=e;!1===this._deleteIfExpired(t,n)&&(yield e)}}get(e){if(this.cache.has(e)){const t=this.cache.get(e);return this._getItemValue(e,t)}if(this.oldCache.has(e)){const t=this.oldCache.get(e);if(!1===this._deleteIfExpired(e,t))return this._moveToRecent(e,t),t.value}}set(e,t){let{maxAge:n=this.maxAge}=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r="number"==typeof n&&n!==Number.POSITIVE_INFINITY?Date.now()+n:void 0;return this.cache.has(e)?this.cache.set(e,{value:t,expiry:r}):this._set(e,{value:t,expiry:r}),this}has(e){return this.cache.has(e)?!this._deleteIfExpired(e,this.cache.get(e)):!!this.oldCache.has(e)&&!this._deleteIfExpired(e,this.oldCache.get(e))}peek(e){return this.cache.has(e)?this._peek(e,this.cache):this.oldCache.has(e)?this._peek(e,this.oldCache):void 0}delete(e){const t=this.cache.delete(e);return t&&this._size--,this.oldCache.delete(e)||t}clear(){this.cache.clear(),this.oldCache.clear(),this._size=0}resize(e){if(!(e&&e>0))throw new TypeError("`maxSize` must be a number greater than 0");const t=[...this._entriesAscending()],n=t.length-e;n<0?(this.cache=new Map(t),this.oldCache=new Map,this._size=t.length):(n>0&&this._emitEvictions(t.slice(0,n)),this.oldCache=new Map(t.slice(n)),this.cache=new Map,this._size=0),this.maxSize=e}*keys(){for(const[e]of this)yield e}*values(){for(const[,e]of this)yield e}*[Symbol.iterator](){for(const e of this.cache){const[t,n]=e;!1===this._deleteIfExpired(t,n)&&(yield[t,n.value])}for(const e of this.oldCache){const[t,n]=e;if(!this.cache.has(t)){!1===this._deleteIfExpired(t,n)&&(yield[t,n.value])}}}*entriesDescending(){let e=[...this.cache];for(let t=e.length-1;t>=0;--t){const n=e[t],[r,o]=n;!1===this._deleteIfExpired(r,o)&&(yield[r,o.value])}e=[...this.oldCache];for(let t=e.length-1;t>=0;--t){const n=e[t],[r,o]=n;if(!this.cache.has(r)){!1===this._deleteIfExpired(r,o)&&(yield[r,o.value])}}}*entriesAscending(){for(const[e,t]of this._entriesAscending())yield[e,t.value]}get size(){if(!this._size)return this.oldCache.size;let e=0;for(const t of this.oldCache.keys())this.cache.has(t)||e++;return Math.min(this._size+e,this.maxSize)}entries(){return this.entriesAscending()}forEach(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this;for(const[n,r]of this.entriesAscending())e.call(t,r,n,this)}get[Symbol.toStringTag](){return JSON.stringify([...this.entriesAscending()])}}class wy{constructor(e,t){e=+e,this.year=e;const n=new de(1,f.TISHREI,e),r=n.abs(),o=n.getDay()+1;this.firstSaturday=de.dayOnOrBefore(6,r+6);const i=+de.isLeapYear(e);this.il=Boolean(t);const a=function(e){const t=de.longCheshvan(e),n=de.shortKislev(e);return t&&!n?2:!t&&n?0:1}(e);let s=`${i}${o}${a}`;if(xy[s]||(s+=+this.il),this.theSedraArray=xy[s],!this.theSedraArray)throw new Error(`improper sedra year type ${s} calculated for ${e}`)}get(e){return this.lookup(e).parsha}getString(e,t){return yy(this.get(e),t)}isParsha(e){return!this.lookup(e).chag}find(e){if("number"==typeof e){if(e>=Sy.length||e<0&&!Ty(e))throw new RangeError(`Invalid parsha number: ${e}`);return this.findInternal(e)}if("string"==typeof e){const t=Ay.get(e);return"number"==typeof t?this.find(t):-1!==e.indexOf("-")?e===Ny||e===Ey?this.findInternal(e):this.find(e.split("-")):this.findInternal(e)}if(Array.isArray(e)){const t=e.length;if(1!==t&&2!==t||"string"!=typeof e[0])throw new TypeError(`Invalid parsha argument: ${JSON.stringify(e)}`);if(1===t)return this.find(e[0]);const n=e[0],r=e[1],o=Ay.get(n),i=Ay.get(r);if("number"!=typeof o||"number"!=typeof i||i!==o+1||!Ty(-o))throw new RangeError(`Unrecognized parsha name: ${n}-${r}`);return this.find(-o)}return null}findInternal(e){const t=this.theSedraArray.indexOf(e);return-1===t?null:new de(this.firstSaturday+7*t)}findContaining(e){const t=this.find(e);if(t)return t;if("number"==typeof e){const t=-e;return Ty(t)?this.find(t):this.find(t+1)}{const t=Ay.get(e);if(t){const e=-t;return Ty(e)?this.find(e):this.find(e+1)}{const[t]=e.split("-");return this.find(t)}}}getSedraArray(){return this.theSedraArray}getFirstSaturday(){return this.firstSaturday}getYear(){return this.year}lookup(e){const t="number"==typeof e?e:de.isHDate(e)?e.abs():NaN;if(isNaN(t))throw new TypeError(`Bad date argument: ${e}`);const n=de.dayOnOrBefore(6,t+6),r=(n-this.firstSaturday)/7,o=this.theSedraArray[r];if(void 0===o){return $y(this.year+1,this.il).lookup(n)}const i=new de(n);if("string"==typeof o)return{parsha:[o],chag:!0,hdate:i};if(o>=0)return{parsha:[Sy[o]],chag:!1,num:o+1,hdate:i};const a=Iy(o);return{parsha:[Sy[a],Sy[a+1]],chag:!1,num:[a+1,a+2],hdate:i}}}const Sy=["Bereshit","Noach","Lech-Lecha","Vayera","Chayei Sara","Toldot","Vayetzei","Vayishlach","Vayeshev","Miketz","Vayigash","Vayechi","Shemot","Vaera","Bo","Beshalach","Yitro","Mishpatim","Terumah","Tetzaveh","Ki Tisa","Vayakhel","Pekudei","Vayikra","Tzav","Shmini","Tazria","Metzora","Achrei Mot","Kedoshim","Emor","Behar","Bechukotai","Bamidbar","Nasso","Beha'alotcha","Sh'lach","Korach","Chukat","Balak","Pinchas","Matot","Masei","Devarim","Vaetchanan","Eikev","Re'eh","Shoftim","Ki Teitzei","Ki Tavo","Nitzavim","Vayeilech","Ha'azinu"],Ay=new Map;for(let e=0;e<Sy.length;e++){const t=Sy[e];Ay.set(t,e)}const by=[21,26,28,31,38,41,50];function Ty(e){return by.includes(-e)}function Iy(e){return-e}const Ey="Sukkot Shabbat Chol ha-Moed",My="Pesach",Hy="Pesach I",Ny="Pesach Shabbat Chol ha-Moed",Cy="Pesach VII",Dy="Pesach VIII",Oy="Shavuot";function _y(e,t){return Array.from({length:t-e+1},((t,n)=>n+e))}const ky=[51,52,Ey],Ly=[52,"Yom Kippur",Ey],Ry=["Rosh Hashana",52,"Sukkot","Shmini Atzeret"],Yy=_y(0,20),Py=_y(0,27),By=_y(33,40),jy=_y(43,49),Uy=_y(43,50),xy={"020":ky.concat(Yy,Iy(21),23,24,My,25,Iy(26),Iy(28),30,Iy(31),By,Iy(41),jy,Iy(50)),"0220":ky.concat(Yy,Iy(21),23,24,My,25,Iy(26),Iy(28),30,Iy(31),33,Oy,_y(34,37),Iy(38),40,Iy(41),jy,Iy(50)),"0510":Ly.concat(Yy,Iy(21),23,24,Hy,Dy,25,Iy(26),Iy(28),30,Iy(31),By,Iy(41),Uy),"0511":Ly.concat(Yy,Iy(21),23,24,My,25,Iy(26),Iy(28),_y(30,40),Iy(41),Uy),"052":Ly.concat(_y(0,24),Cy,25,Iy(26),Iy(28),30,Iy(31),By,Iy(41),Uy),"070":Ry.concat(Yy,Iy(21),23,24,Cy,25,Iy(26),Iy(28),30,Iy(31),By,Iy(41),Uy),"072":Ry.concat(Yy,Iy(21),23,24,Ny,25,Iy(26),Iy(28),30,Iy(31),By,Iy(41),jy,Iy(50)),1200:ky.concat(Py,Ny,_y(28,33),Oy,_y(34,37),Iy(38),40,Iy(41),jy,Iy(50)),1201:ky.concat(Py,Ny,_y(28,40),Iy(41),jy,Iy(50)),1220:ky.concat(Py,Hy,Dy,_y(28,40),Iy(41),Uy),1221:ky.concat(Py,My,_y(28,50)),150:Ly.concat(_y(0,28),Cy,_y(29,50)),152:Ly.concat(_y(0,28),Ny,_y(29,49),Iy(50)),170:Ry.concat(Py,Ny,_y(28,40),Iy(41),jy,Iy(50)),1720:Ry.concat(Py,Ny,_y(28,33),Oy,_y(34,37),Iy(38),40,Iy(41),jy,Iy(50))};xy["0221"]=xy["020"],xy["0310"]=xy["0220"],xy["0311"]=xy["020"],xy[1310]=xy[1220],xy[1311]=xy[1221],xy[1721]=xy[170];const Zy=new py({maxSize:400});function $y(e,t){const n=`${e}-${t?1:0}`;let r=Zy.get(n);return r||(r=new wy(e,t),Zy.set(n,r)),r}class Vy extends Ie{constructor(e,t,n=!1,r=-1){if(!Array.isArray(t)||0===t.length||t.length>2)throw new TypeError("Bad parsha argument");super(e,"Parashat "+t.join("-"),be.PARSHA_HASHAVUA),this.parsha=t,this.il=Boolean(n),this.num=r||-1}render(e){return yy(this.parsha,e)}basename(){return this.parsha.join("-")}url(){if(this.getDate().greg().getFullYear()<100)return;const e=this.urlDateSuffix(),t="https://www.hebcal.com/sedrot/"+this.basename().toLowerCase().replace(/'/g,"").replace(/ /g,"-")+"-"+e;return this.il?t+"?i=on":t}urlDateSuffix(){return G(this.getDate().greg()).replace(/-/g,"")}}const Fy=f.NISAN,zy=f.IYYAR;function Ky(e){if(e<5708)return null;let t;const n=new de(15,Fy,e).getDay();return t=0===n?2:6===n?3:e<5764?4:2===n?5:4,new de(t,zy,e)}const Gy="Yom Kippur Katan";class Jy extends jv{constructor(e,t){super(e,`${Gy} ${t}`,be.MINOR_FAST|be.YOM_KIPPUR_KATAN),this.nextMonthName=t,this.memo=`Minor Day of Atonement on the day preceeding Rosh Chodesh ${t}`}basename(){return this.getDesc()}render(e){const t=ie.gettext(this.nextMonthName,e).replace(/'/g,"’");return ie.gettext(Gy,e)+" "+t}renderBrief(e){return ie.gettext(Gy,e)}url(){}}function Wy(e){return e.observedInIsrael()}function qy(e){return e.observedInDiaspora()}function Xy(e,t){const n=de.isHDate(e)?e:new de(e),r=n.toString(),o=Mp(n.getFullYear()).get(r);if(void 0===t||void 0===o)return o;const i=o.filter(function(e){return e?Wy:qy}(t));return i}const Qy=be.CHAG,ep=be.IL_ONLY,tp=be.LIGHT_CANDLES_TZEIS,np=be.CHANUKAH_CANDLES,rp=be.MINOR_FAST,op=be.SPECIAL_SHABBAT,ip=be.MODERN_HOLIDAY,ap=be.MAJOR_FAST,sp=be.MINOR_HOLIDAY,up=be.EREV,cp=0,hp=2,lp=4,fp=5,dp=6,gp=f.NISAN,mp=f.TAMUZ,vp=f.AV,yp=f.TISHREI,pp=f.KISLEV,wp=f.TEVET,Sp=f.ADAR_I,Ap=f.ADAR_II,bp={emoji:"🇮🇱"},Tp="🕎",Ip=new py({maxSize:400}),Ep=["0️⃣","1️⃣","2️⃣","3️⃣","4️⃣","5️⃣","6️⃣","7️⃣","8️⃣","9️⃣"];function Mp(e){if("number"!=typeof e)throw new TypeError(`bad Hebrew year: ${e}`);if(e<1||e>32658)throw new RangeError(`Hebrew year ${e} out of range 1-32658`);const t=Ip.get(e);if(t)return t;const n=new de(1,yp,e),r=new de(15,gp,e),o=new Map;function i(...e){for(const t of e){const e=t.date.toString(),n=o.get(e);"object"==typeof n?n[0].getFlags()&up?n.unshift(t):n.push(t):o.set(e,[t])}}for(const t of Pv){const n=new de(t.dd,t.mm,e),r=new jv(n,t.desc,t.flags);t.emoji&&(r.emoji=t.emoji),t.chmDay&&(r.cholHaMoedDay=t.chmDay),i(r)}i(new Zv(n,e,Qy|tp));const a=n.getDay()===lp?4:3;i(new jv(new de(a,yp,e),Yv.TZOM_GEDALIAH,rp)),i(new jv(new de(de.dayOnOrBefore(dp,7+n.abs())),Yv.SHABBAT_SHUVA,op));const s=de.shortKislev(e)?new de(1,wp,e):new de(30,pp,e);i(new jv(s,Yv.CHAG_HABANOT,sp));for(let t=2;t<=8;t++){const n=new de(23+t,pp,e);i(new xv(n,`Chanukah: ${t} Candles`,sp|np,{chanukahDay:t-1,emoji:Tp+Ep[t]}))}i(new xv(new de(32,pp,e),Yv.CHANUKAH_8TH_DAY,sp,{chanukahDay:8,emoji:Tp})),i(new Uv(new de(10,wp,e),Yv.ASARA_BTEVET,rp));const u=r.abs();i(new jv(new de(de.dayOnOrBefore(dp,u-43)),Yv.SHABBAT_SHEKALIM,op),new jv(new de(de.dayOnOrBefore(dp,u-30)),Yv.SHABBAT_ZACHOR,op),new jv(new de(u-(r.getDay()===hp?33:31)),Yv.TAANIT_ESTHER,rp));const c=de.dayOnOrBefore(dp,u-14);i(new jv(new de(c-7),Yv.SHABBAT_PARAH,op),new jv(new de(c),Yv.SHABBAT_HACHODESH,op),new jv(new de(de.dayOnOrBefore(dp,u-1)),Yv.SHABBAT_HAGADOL,op),new jv(r.prev().getDay()===dp?r.onOrBefore(lp):new de(14,gp,e),Yv.TAANIT_BECHOROT,rp)),i(new jv(new de(de.dayOnOrBefore(dp,new de(1,yp,e+1).abs()-4)),Yv.LEIL_SELICHOT,sp,{emoji:"🕍"})),r.getDay()===cp&&i(new jv(new de(16,Ap,e),Yv.PURIM_MESHULASH,sp)),de.isLeapYear(e)&&(i(new jv(new de(14,Sp,e),Yv.PURIM_KATAN,sp,{emoji:"🎭️"})),i(new jv(new de(15,Sp,e),Yv.SHUSHAN_PURIM_KATAN,sp,{emoji:"🎭️"})));const h=function(e){if(e<5711)return null;let t=new de(27,Fy,e);return 5===t.getDay()?t=new de(26,Fy,e):0===t.getDay()&&(t=new de(28,Fy,e)),t}(e);h&&i(new jv(h,Yv.YOM_HASHOAH,ip));const l=Ky(e);l&&i(new jv(l,Yv.YOM_HAZIKARON,ip,bp),new jv(l.next(),Yv.YOM_HAATZMA_UT,ip,bp));for(const t of Bv)if(e>=t.firstYear){let n=new de(t.dd,t.mm,e);const r=n.getDay();!t.friSatMovetoThu||r!==fp&&r!==dp?t.friPostponeToSun&&r===fp?n=new de(n.abs()+2):t.satPostponeToSun&&r===dp&&(n=n.next()):n=n.onOrBefore(lp);const o=t.chul?ip:ip|ep,a=new jv(n,t.desc,o);t.suppressEmoji||(a.emoji="🇮🇱"),i(a)}let d,g=new de(17,mp,e);g.getDay()===dp&&(g=new de(18,mp,e),d={observed:!0}),i(new jv(g,Yv.TZOM_TAMMUZ,rp,d));let m,v=new de(9,vp,e),y=Yv.TISHA_BAV;v.getDay()===dp&&(v=v.next(),m={observed:!0},y+=" (observed)");const p=v.abs();i(new jv(new de(de.dayOnOrBefore(dp,p)),Yv.SHABBAT_CHAZON,op),new jv(v.prev(),Yv.EREV_TISHA_BAV,up|ap,m),new jv(v,y,ap,m),new jv(new de(de.dayOnOrBefore(dp,p+7)),Yv.SHABBAT_NACHAMU,op));const w=de.monthsInYear(e);for(let t=1;t<=w;t++){const n=de.getMonthName(t,e);30===(t===gp?de.daysInMonth(de.monthsInYear(e-1),e-1):de.daysInMonth(t-1,e))?(i(new Vv(new de(1,t,e),n)),i(new Vv(new de(30,t-1,e),n))):t!==yp&&i(new Vv(new de(1,t,e),n))}for(let t=f.IYYAR;t<=w;t++){const n=t+1;if(n===yp||n===f.CHESHVAN||n===wp)continue;let r=new de(29,t,e);const o=r.getDay();o!==fp&&o!==dp||(r=r.onOrBefore(lp));const a=de.getMonthName(n,e);i(new Jy(r,a))}const S=$y(e,!1).find(15);i(new jv(S,Yv.SHABBAT_SHIRAH,op));const A=function(e){const t=de.isLeapYear(e),n=t?Ap:gp,r=t?20:1,o=de.hebrew2abs(e,n,r);for(let e=0;e<=40;e++){const t=o+e;if((t+1373429)%10227==172)return t}return 0}(e);if(A){const e=new de(A);i(new jv(e,Yv.BIRKAT_HACHAMAH,sp,{emoji:"☀️"}))}return Ip.set(e,o),o}function Hp(e,t){const n=Mp(e),r=de.hebrew2abs(e,yp,1),o=de.hebrew2abs(e+1,yp,1)-1;let i=[];const a=t?Wy:qy;for(let e=r;e<=o;e++){const t=new de(e),r=n.get(t.toString());if(r){const e=r.filter(a);i=i.concat(e)}}return i}const Np="Shabbat Mevarchim Chodesh";class Cp extends Ie{constructor(e,t,n,r){if(super(e,`${Np} ${t}`,be.SHABBAT_MEVARCHIM),this.monthName=ie.gettext(t,r),n)this.memo=n;else{const t=e.getFullYear(),n=e.getMonth(),r=n===de.monthsInYear(t)?f.NISAN:n+1,o=new ry(t,r);this.memo=o.render("en",{hour12:!1})}}basename(){return this.getDesc()}render(e){const t=ie.gettext(this.monthName,e).replace(/'/g,"’");return ie.gettext(Np,e)+" "+t}renderBrief(e){const t=this.render(e),n=t.indexOf(" ");return t.substring(n+1)}}const Dp=new Map;class Op{static addCalendar(e,t,n){if("function"!=typeof t)throw new TypeError(`Invalid calendar function: ${t}`);Dp.set(e.toLowerCase(),{fn:t,startDate:n})}static lookup(e,t,n){const r=Dp.get(e.toLowerCase());return"object"==typeof r?r.fn(t,n):null}static getStartDate(e){const t=Dp.get(e.toLowerCase());if("object"==typeof t)return t.startDate}static has(e){return Dp.has(e.toLowerCase())}static getCalendars(){return Array.from(Dp.keys())}}function _p(e,t){const n=[];for(let r=e;r<=t;r++)n.push(r);return n}const kp={shacharit:!1,mincha:!1,allCongs:!1};function Lp(e,t){return Rp(e,t,!0)}function Rp(e,t,n){const r=function(e,t){const n=de.isLeapYear(e),r=de.monthsInYear(e);let o=new de(9,f.AV,e);6===o.getDay()&&(o=o.next());let i=new de(15,f.ADAR_II,e);6===i.getDay()&&(i=i.next());const a=[new de(2,f.TISHREI,e)].concat(_p(1,r).map((t=>new de(1,t,e))),_p(1,r).filter((t=>30===de.daysInMonth(t,e))).map((t=>new de(30,t,e))),_p(1,de.daysInMonth(f.NISAN,e)).map((t=>new de(t,f.NISAN,e))),new de(18,f.IYYAR,e),_p(1,8-(t?1:0)).map((t=>new de(t,f.SIVAN,e))),o,new de(15,f.AV,e),new de(29,f.ELUL,e),_p(9,24-(t?1:0)).map((t=>new de(t,f.TISHREI,e))),_p(25,33).map((t=>new de(t,f.KISLEV,e))),new de(15,f.SHVAT,e),new de(14,f.ADAR_II,e),i,n?new de(14,f.ADAR_I,e):[]),s=[new de(14,f.IYYAR,e)].concat(_p(1,13).map((t=>new de(t,f.SIVAN,e))),_p(20,31).map((t=>new de(t,f.TISHREI,e))),e>=5708?Ky(e).next():[],e>=5727?new de(28,f.IYYAR,e):[]),u=[new de(29,f.ELUL,e-1),new de(9,f.TISHREI,e),new de(14,f.IYYAR,e)];return{none:a.map((e=>e.abs())).sort(((e,t)=>e-t)),some:s.map((e=>e.abs())).sort(((e,t)=>e-t)),yesPrev:u.map((e=>e.abs())).sort(((e,t)=>e-t))}}(e.yy,t),o=e.abs();if(r.none.indexOf(o)>-1)return kp;const i=e.getDay(),a={shacharit:!1,mincha:!1,allCongs:!1};-1===r.some.indexOf(o)&&(a.allCongs=!0),6!==i&&(a.shacharit=!0);const s=o+1;if(n&&-1===r.yesPrev.indexOf(s)){const e=Rp(new de(s),t,!1);a.mincha=e.shacharit}else a.mincha=5!==i;return!a.allCongs||a.mincha||a.shacharit?a:kp}const Yp=f.TISHREI;function Pp(e){if("number"==typeof e)return e;if(u(e))return h(e);if(de.isHDate(e))return e.abs();throw new TypeError(`Invalid date type: ${e}`)}function Bp(e){if(e.start&&!e.end||e.end&&!e.start)throw new TypeError("Both options.start and options.end are required");if(e.start&&e.end)return[Pp(e.start),Pp(e.end)];const t=Boolean(e.isHebrewYear),n=function(e){return void 0!==e.year?Number(e.year):e.isHebrewYear?(new de).getFullYear():(new Date).getFullYear()}(e);if(isNaN(n))throw new RangeError(`Invalid year ${e.year}`);if(t&&n<1)throw new RangeError(`Invalid Hebrew year ${n}`);const r=function(e){if(e.month){if(e.isHebrewYear)return de.monthNum(e.month);if("number"==typeof e.month)return e.month}return NaN}(e),o=Number(e.numYears)||1;return t?function(e,t,n){const r=new de(1,e||Yp,t);let o=r.abs();const i=e?o+r.daysInMonth():new de(1,Yp,t+n).abs()-1;!e&&t>1&&o--;return[o,i]}(r,n,o):function(e,t,n){const r=e?e-1:0,o=new Date(t,r,1);t<100&&o.setFullYear(t);const i=h(o);let a;if(e)a=i+s(e,t)-1;else{const e=t+n,r=new Date(e,0,1);e<100&&r.setFullYear(e),a=h(r)-1}return[i,a]}(r,n,o)}function jp(e={}){!function(e){if(!e.candlelighting)return;const t=e.location;if(void 0===t||!(t instanceof gm))throw new TypeError("options.candlelighting requires valid options.location");if("number"==typeof e.havdalahMins&&"number"==typeof e.havdalahDeg)throw new TypeError("options.havdalahMins and options.havdalahDeg are mutually exclusive");const n=e.candleLightingMins;let r="number"!=typeof n||isNaN(n)?18:Math.trunc(n);t.getIsrael()&&18===Math.abs(r)&&(r=function(e,t){const n=e.getGeoId();if(n){const e=yw[n];if("number"==typeof e)return e}const r=e.getShortName();if(r){const e=vw[r];if("number"==typeof e)return e}return t}(t,r));e.candleLightingMins=-1*Math.abs(r),"number"==typeof e.havdalahMins?e.havdalahMins=Math.trunc(Math.abs(e.havdalahMins)):"number"==typeof e.havdalahDeg?e.havdalahDeg=Math.abs(e.havdalahDeg):e.havdalahDeg=pw;"number"!=typeof e.fastEndDeg&&(e.fastEndDeg=ww)}(e=Object.assign({},e));const t=e.location=e.location||Aw,n=e.il=e.il||t.getIsrael()||!1,r="number"==typeof e.mask;if(e.mask=function(e){var t;if("number"==typeof e.mask)return function(e){const t=e.mask||0;t&tw&&delete e.noRoshChodesh;t&Qp&&delete e.noModern;t&qp&&delete e.noMinorFast;t&Xp&&delete e.noSpecialShabbat;t&nw&&(e.sedrot=!0);t&(rw|ow|iw|aw)&&(e.dailyLearning=e.dailyLearning||{},t&rw&&(e.dailyLearning.dafYomi=!0),t&ow&&(e.dailyLearning.mishnaYomi=!0),t&iw&&(e.dailyLearning.nachYomi=!0),t&aw&&(e.dailyLearning.yerushalmi=1));t&sw&&(e.omer=!0);t&uw&&(e.shabbatMevarchim=!0);t&fw&&(e.yomKippurKatan=!0);t&dw&&(e.yizkor=!0);return t}(e);const n=e.il||(null===(t=e.location)||void 0===t?void 0:t.getIsrael())||!1;let r=0;e.noHolidays||(r|=tw|zp|qp|Xp|Qp|ew|cw|hw|lw|Fp|Jp|Wp);e.candlelighting&&(r|=Fp|Jp|zp);e.noRoshChodesh&&(r&=~tw);e.noModern&&(r&=~Qp);e.noMinorFast&&(r&=~qp);e.noSpecialShabbat&&(r&=~Xp,r&=~uw);r|=n?Gp:Kp;e.sedrot&&(r|=nw);e.omer&&(r|=sw);e.shabbatMevarchim&&(r|=uw);e.yomKippurKatan&&(r|=fw);e.yizkor&&(r|=dw);if(e.dailyLearning){const t=e.dailyLearning;t.dafYomi&&(r|=rw),t.mishnaYomi&&(r|=ow),t.nachYomi&&(r|=iw),t.yerushalmi&&(r|=aw)}return r}(e),e.ashkenazi||e.locale){if(e.locale&&"string"!=typeof e.locale)throw new TypeError(`Invalid options.locale: ${e.locale}`);const t=e.ashkenazi?"ashkenazi":e.locale;if(!ie.useLocale(t))throw new TypeError(`Locale '${t}' not found; did you forget to import @hebcal/locales?`)}else ie.useLocale("en");const o=[];let i,a,s=-1,u=-1,c=-1;const h=Bp(e);!function(e){for(const t of Object.keys(e))void 0!==mw[t]||gw.has(t)||(console.warn(`Ignoring unrecognized HebrewCalendar option: ${t}`),gw.add(t));if(e.dailyLearning)for(const t of Object.keys(e.dailyLearning))gw.has(t)||Op.has(t)||(console.warn(`Ignoring unrecognized DailyLearning calendar: ${t}`),gw.add(t))}(e);const d=h[0],g=h[1];l(d).getFullYear()<100&&(e.candlelighting=!1);for(let t=d;t<=g;t++){const h=new de(t),l=h.getFullYear();l!==c&&(c=l,a=Mp(c),e.sedrot&&(i=$y(c,n)),e.omer&&(s=de.hebrew2abs(c,Zp,16),u=de.hebrew2abs(c,$p,5)));const d=o.length,g=h.getDay(),m=g===Up,v=g===xp;let y;const p=a.get(h.toString())||[];for(const t of p)y=bw(y,o,t,e,m,v,r);if(e.sedrot&&v){const e=i.lookup(t);e.chag||o.push(new Vy(h,e.parsha,n,e.num))}if(e.yizkor){const e=h.getMonth(),t=h.getDate();if(e===f.TISHREI&&(10===t||22===t)||e===Zp&&t===(n?21:22)||e===$p&&t===(n?6:7)){const e=p.filter((e=>e.observedIn(n)))[0],t=new Ie(h,"Yizkor",be.YIZKOR,{emoji:"🕯️",linkedEvent:e});o.push(t)}}const w=e.dailyLearning;let S=0;if("object"==typeof w){const e=Ew(h,w,n);S=e.length,S&&o.push(...e)}if(e.omer&&t>=s&&t<=u){const n=Mw(h,t-s+1,e);o.push(n)}if(v&&(e.molad||e.shabbatMevarchim)){const t=Tw(h,e);o.push(...t)}if(!y&&e.candlelighting&&(m||v)&&(y=Kv(void 0,h,e,m,v),m&&y&&i)){const r=i.lookup(t),o=new Vy(h.next(),r.parsha,n,r.num);y.memo=o.render(e.locale)}if(y instanceof Am&&(0===e.havdalahMins||0===e.havdalahDeg)&&(y=void 0),y&&o.push(y),e.addHebrewDates||e.addHebrewDatesForEvents&&d!==o.length-S){const e=new Ee(h);d===o.length?o.push(e):o.splice(d,0,e)}}return o}const Up=5,xp=6,Zp=f.NISAN,$p=f.SIVAN,Vp=f.ELUL,Fp=be.LIGHT_CANDLES,zp=be.YOM_TOV_ENDS,Kp=be.CHUL_ONLY,Gp=be.IL_ONLY,Jp=be.LIGHT_CANDLES_TZEIS,Wp=be.CHANUKAH_CANDLES,qp=be.MINOR_FAST,Xp=be.SPECIAL_SHABBAT,Qp=be.MODERN_HOLIDAY,ew=be.MAJOR_FAST,tw=be.ROSH_CHODESH,nw=be.PARSHA_HASHAVUA,rw=be.DAF_YOMI,ow=be.MISHNA_YOMI,iw=be.NACH_YOMI,aw=be.YERUSHALMI_YOMI,sw=be.OMER_COUNT,uw=be.SHABBAT_MEVARCHIM,cw=be.MINOR_HOLIDAY,hw=be.EREV,lw=be.CHOL_HAMOED,fw=be.YOM_KIPPUR_KATAN,dw=be.YIZKOR,gw=new Set,mw={location:1,year:1,isHebrewYear:1,month:1,numYears:1,start:1,end:1,candlelighting:1,candleLightingMins:1,havdalahMins:1,havdalahDeg:1,fastEndDeg:1,sedrot:1,il:1,noMinorFast:1,noModern:1,shabbatMevarchim:1,noRoshChodesh:1,noSpecialShabbat:1,noHolidays:1,omer:1,molad:1,ashkenazi:1,locale:1,addHebrewDates:1,addHebrewDatesForEvents:1,mask:1,yomKippurKatan:1,hour12:1,dailyLearning:1,useElevation:1,yizkor:1};const vw={Jerusalem:40,Haifa:30,"Zikhron Ya'aqov":30,"Zikhron Ya'akov":30,"Zikhron Yaakov":30,"Zichron Ya'akov":30,"Zichron Yaakov":30},yw={281184:40,294801:30,293067:30},pw=8.5,ww=7.0833333;const Sw=Fp|Jp|Wp|zp,Aw=new gm(0,0,!1,"UTC");function bw(e,t,n,r,o,i,a){const s=r.il||!1;if(!n.observedIn(s))return e;const u=n.getFlags();if(!r.yomKippurKatan&&u&fw||r.noModern&&u&Qp)return e;const c=Boolean(u&ew),h=Boolean(u&qp);let l;if(r.candlelighting&&(c||h)&&"Yom Kippur"!==n.getDesc()&&(n=l=function(e,t){const n=e.getDesc();if("Yom Kippur"===n)throw new RangeError("YK does not require this function");const r=e.getDate(),o=r.greg(),i=t.location,a=t.fastEndDeg,s=Boolean(t.useElevation),u=new vm(i,o,s);let c,h;if("Erev Tish'a B'Av"===n){const n=u.sunset();isNaN(n.getTime())||(c=qv(e,n,Gv,t))}else if(n.startsWith("Tish'a B'Av")){const n=u.tzeit(a);isNaN(n.getTime())||(h=qv(e,n,Jv,t))}else{const n=u.alotHaShachar();if(isNaN(n.getTime())||(c=qv(e,n,Gv,t)),5!==o.getDay()&&(14!==r.getDate()||r.getMonth()!==f.NISAN)){const n=u.tzeit(a);isNaN(n.getTime())||(h=qv(e,n,Jv,t))}}const l=new Wv(e,c,h);return Object.assign(l,e),l}(n,r),l.startEvent&&(c||h&&!r.noMinorFast)&&t.push(l.startEvent)),u&Number(r.mask)||!u&&!a){if(r.candlelighting&&u&Sw){const t=n.getDate();if(e=Kv(n,t,r,o,i),u&Wp&&e&&!r.noHolidays){const a=function(e,t,n){const r=n.location,o=Boolean(n.useElevation),i=new vm(r,t.greg(),o).beinHaShmashos();if(isNaN(i.getTime()))return null;const a=new Xv(t,e.getDesc(),e.getFlags(),i,r);return a.emoji=e.emoji,a.chanukahDay=e.chanukahDay,a}(n,t,r);a&&((o||i)&&(a.eventTime=e.eventTime,a.eventTimeStr=e.eventTimeStr),n=a),e=void 0}}(!r.noHolidays||r.yomKippurKatan&&u&fw)&&t.push(n)}return(c||h&&!r.noMinorFast)&&l&&l.endEvent&&t.push(l.endEvent),e}function Tw(e,t){const n=[],r=e.getMonth(),o=e.getDate();if(r!==Vp&&o>=23&&o<=29){const o=e.getFullYear(),i=r===de.monthsInYear(o)?Zp:r+1;if(t.molad&&n.push(new oy(e,o,i,t)),t.shabbatMevarchim){const r=de.getMonthName(i,o),a=new ry(o,i).render(t.locale||"en",t);n.push(new Cp(e,r,a,t.locale))}}return n}function Iw(e,t){return"yerushalmi"===e?2===t?"yerushalmi-schottenstein":"yerushalmi-vilna":e}function Ew(e,t,n){const r=[];for(const[o,i]of Object.entries(t))if(i){const t=Iw(o,i),a=Op.lookup(t,e,n);a&&r.push(a)}return r}function Mw(e,t,n){const r=new vy(e,t);if(n.candlelighting){const t=n.location,o=new vm(t,e.prev(),!1).tzeit(7.0833);isNaN(o.getTime())||(r.alarm=o)}return r}function Hw(e,t){return 0!==(Xy(e,t)||[]).filter((e=>e.getFlags()&be.CHAG)).length}return e.AsaraBTevetEvent=Uv,e.CandleLightingEvent=Sm,e.ChanukahEvent=xv,e.DailyLearning=Op,e.Event=Ie,e.FastDayEvent=Wv,e.GeoLocation=sm,e.HDate=de,e.HavdalahEvent=Am,e.HebrewCalendar=class{constructor(){}static calendar(e={}){return jp(e)}static getBirthdayOrAnniversary(e,t){const n=function(e,t){const n=P(t),r=n.yy;if(e===r)return n;if(e<r)return;const o=b(r);let i=n.mm,a=n.dd;return i===R&&!o||i===Y&&o?i=T(e):i!==O||30!==a||N(e)?i===_&&30===a&&C(e)?(i=k,a=1):i===R&&30===a&&o&&!b(e)&&(i=D,a=1):(i=_,a=1),{yy:e,mm:i,dd:a}}(e,t);return void 0===n?n:new de(n)}static getYahrzeit(e,t){const n=function(e,t){let n=P(t);if(!(e<=n.yy))return n.mm!==O||30!==n.dd||N(n.yy+1)?n.mm===_&&30===n.dd&&C(n.yy+1)?n=A(w(e,k,1)-1):n.mm===Y?n.mm=T(e):n.mm!==R||30!==n.dd||b(e)||(n.dd=30,n.mm=L):n=A(w(e,_,1)-1),n.mm!==O||30!==n.dd||N(e)?n.mm===_&&30===n.dd&&C(e)&&(n.mm=k,n.dd=1):(n.mm=_,n.dd=1),n.yy=e,n}(e,t);return void 0===n?n:new de(n)}static getHolidaysForYear(e){return Mp(e)}static getHolidaysForYearArray(e,t){return Hp(e,t)}static getHolidaysOnDate(e,t){return Xy(e,t)}static eruvTavshilin(e,t){if(e.getDay()<3||e.getDay()>4)return!1;const n=new de(e),r=n.after(5),o=n.next();return!(!Hw(r,t)||Hw(n,t)||!Hw(o,t))}static reformatTimeStr(e,t,n){return pm(e,t,n)}static version(){return t}static getSedra(e,t){return $y(e,t)}static hallel(e,t){return function(e,t){const n=e.filter((e=>{const t=e.getDesc(),n=e.getDate(),r=n.getMonth(),o=n.getDate();return t.startsWith("Chanukah")||t.startsWith("Shavuot")||t.startsWith("Sukkot")||r===f.NISAN&&(15===o||16===o)&&e.getFlags()&be.CHAG||"Yom HaAtzma'ut"===t||"Yom Yerushalayim"===t})).map((e=>e.getDate().abs())),r=t.abs();return n.includes(r)?2:e.filter((e=>{const t=e.getDesc();return e.getFlags()&be.ROSH_CHODESH||t.startsWith("Pesach")&&"Pesach I"!==t&&"Pesach II"!==t})).map((e=>e.getDate().abs())).includes(r)?1:0}(Hp(e.getFullYear(),t),e)}static tachanun(e,t){return Lp(e,t)}},e.HebrewDateEvent=Ee,e.HolidayEvent=jv,e.Locale=ie,e.Location=gm,e.MevarchimChodeshEvent=Cp,e.Molad=ry,e.MoladEvent=oy,e.NOAACalculator=cm,e.OmerEvent=vy,e.ParshaEvent=Vy,e.RoshChodeshEvent=Vv,e.RoshHashanaEvent=Zv,e.Sedra=wy,e.TimedChanukahEvent=Xv,e.TimedEvent=wm,e.YomKippurKatanEvent=Jy,e.Zmanim=vm,e.flags=be,e.gematriya=x,e.gematriyaStrToNum=Z,e.getHolidaysOnDate=Xy,e.getSedra=$y,e.holidayDesc=Yv,e.months=f,e.parshaYear=function(e,t){const n=$y(e,t),r=n.getFirstSaturday(),o=de.hebrew2abs(e,f.ELUL,29),i=[];for(let e=r;e<=o;e+=7){const r=n.lookup(e);if(!r.chag){const e=new Vy(r.hdate,r.parsha,t,r.num);i.push(e)}}return i},e.parshiot=Sy,e.version=t,e}({});
23
21
  //# sourceMappingURL=bundle.min.js.map