@hebcal/core 5.9.1 → 5.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/MevarchimChodeshEvent.d.ts +2 -1
- package/dist/bundle.js +2101 -2315
- package/dist/bundle.js.map +1 -1
- package/dist/bundle.min.js +21 -21
- package/dist/bundle.min.js.map +1 -1
- package/dist/esm/DailyLearning.js +1 -1
- package/dist/esm/HebrewDateEvent.js +1 -1
- package/dist/esm/HolidayEvent.js +1 -1
- package/dist/esm/MevarchimChodeshEvent.d.ts +2 -1
- package/dist/esm/MevarchimChodeshEvent.js +5 -4
- package/dist/esm/MevarchimChodeshEvent.js.map +1 -1
- package/dist/esm/ParshaEvent.js +1 -1
- package/dist/esm/TimedEvent.js +1 -1
- package/dist/esm/YomKippurKatanEvent.js +1 -1
- package/dist/esm/ashkenazi.po.js +1 -1
- package/dist/esm/calendar.js +2 -2
- package/dist/esm/calendar.js.map +1 -1
- package/dist/esm/candles.js +1 -1
- package/dist/esm/event.js +1 -1
- package/dist/esm/getStartAndEnd.js +1 -1
- package/dist/esm/hallel.js +1 -1
- package/dist/esm/he.po.js +1 -1
- package/dist/esm/hebcal.js +1 -1
- package/dist/esm/holidays.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/locale.js +1 -1
- package/dist/esm/location.js +1 -1
- package/dist/esm/modern.js +1 -1
- package/dist/esm/molad.js +7 -3
- package/dist/esm/molad.js.map +1 -1
- package/dist/esm/omer.js +1 -1
- package/dist/esm/parshaName.js +1 -1
- package/dist/esm/parshaYear.js +1 -1
- package/dist/esm/pkgVersion.d.ts +1 -1
- package/dist/esm/pkgVersion.js +2 -2
- package/dist/esm/pkgVersion.js.map +1 -1
- package/dist/esm/reformatTimeStr.js +1 -1
- package/dist/esm/sedra.js +1 -1
- package/dist/esm/staticHolidays.js +1 -1
- package/dist/esm/tachanun.js +1 -1
- package/dist/esm/zmanim.js +1 -1
- package/dist/index.cjs +12 -7
- package/dist/index.cjs.map +1 -1
- package/dist/pkgVersion.d.ts +1 -1
- package/package.json +13 -13
package/dist/bundle.min.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
/*! @hebcal/core v5.9.
|
|
2
|
-
var hebcal=function(e){"use strict";const t="5.9.
|
|
3
|
-
/*! @hebcal/hdate v0.13.
|
|
4
|
-
/*! @hebcal/hdate v0.13.
|
|
5
|
-
/*! @hebcal/hdate v0.13.
|
|
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]],
|
|
7
|
-
/*! @hebcal/hdate v0.13.
|
|
8
|
-
const
|
|
9
|
-
/*! @hebcal/hdate v0.13.
|
|
10
|
-
const
|
|
11
|
-
/*! @hebcal/hdate v0.13.
|
|
12
|
-
/*! @hebcal/hdate v0.13.
|
|
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 */
|
|
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 */
|
|
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 */
|
|
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
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.
|
|
15
|
-
/*! @hebcal/hdate v0.13.
|
|
16
|
-
/*! @hebcal/hdate v0.13.
|
|
17
|
-
/*! @hebcal/hdate v0.13.
|
|
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
|
|
19
|
-
/*! @hebcal/hdate v0.13.
|
|
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=p(this.yy,this.mm,this.dd)),this.rd}static hebrew2abs(e,t,n){return p(e,t,n)}getMonthName(){return M(this.getMonth(),this.getFullYear())}render(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];const n=e||Se.getLocaleName(),r=this.getDate(),o=Se.gettext(this.getMonthName(),n).replace(/'/g,"’"),i=Se.ordinal(r,n),a=function(e){switch(e){case"en":case"s":case"a":case"ashkenazi":return" of"}const t=Se.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=Se.gettext(this.getMonthName(),n),o=this.getFullYear();return U(t)+" "+r+" "+U(o)}before(e){return He(e,this,-1)}onOrBefore(e){return He(e,this,0)}nearest(e){return He(e,this,3)}onOrAfter(e){return He(e,this,6)}after(e){return He(e,this,7)}next(){return new Ee(this.abs()+1)}prev(){return new Ee(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 Ee(this);if(t=function(e){switch(e){case"d":return be;case"w":return Te;case"M":return Ie;case"y":return Me}const t=String(e||"").toLowerCase().replace(/s$/,"");switch(t){case be:case Te:case Ie:case Me:return t}throw new TypeError(`Invalid units '${e}'`)}(t),t===be)return new Ee(this.abs()+e);if(t===Te)return new Ee(this.abs()+7*e);if(t===Me)return new Ee(this.getDate(),this.getMonth(),this.getFullYear()+e);{let t=new Ee(this);const n=e>0?1:-1;e=Math.abs(e);for(let r=0;r<e;r++)t=new Ee(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 M(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):Ee.monthFromName(e)}static daysInYear(e){return O(e)}static longCheshvan(e){return N(e)}static shortKislev(e){return H(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}`)}(Se.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=x(n[0]),i=3===r?n[1]:n[1]+" "+n[2],a=Ee.monthFromName(i);let s=x(3===r?n[2]:n[3]);return s<1e3&&(s+=t),new Ee(o,a,s)}}function Oe(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,Oe(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,Oe(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,Oe(e)):e.mm>T(e.yy)&&(e.mm-=T(e.yy),e.yy+=1,Oe(e)):(e.mm-=1,Oe(e)),delete e.rd}function He(e,t,n){return new Ee(Ee.dayOnOrBefore(e,t.abs()+n))}var Ce={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"]}}},De={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":["פִּרְקֵי אָבוֹת"]}}};Se.addTranslations("he",De),Se.addTranslations("h",De),Se.addTranslations("ashkenazi",Ce),Se.addTranslations("a",Ce);const _e=De.contexts[""],ke={};for(const[e,t]of Object.entries(_e))ke[e]=[Se.hebrewStripNikkud(t[0])];const Le={headers:De.headers,contexts:{"":ke}};Se.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(!Ee.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 Se.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 je 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:Se.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=Se.gettext(t.getMonthName(),e);return U(n)+" "+r}renderBrief(e){const t=null==e?void 0:e.toLowerCase(),n=null!=t?t:Se.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 Be,Fe,Ue="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},xe={};function Ze(){if(Fe)return Be;Fe=1;var e=function(e){return e&&e.Math===Math&&e};return Be=e("object"==typeof globalThis&&globalThis)||e("object"==typeof window&&window)||e("object"==typeof self&&self)||e("object"==typeof Ue&&Ue)||e("object"==typeof Be&&Be)||function(){return this}()||Function("return this")()}var $e,ze,Ve,Ke,Je,Ge,We,qe,Xe={};function Qe(){return ze?$e:(ze=1,$e=function(e){try{return!!e()}catch(e){return!0}})}function et(){if(Ke)return Ve;Ke=1;var e=Qe();return Ve=!e((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))}function tt(){if(Ge)return Je;Ge=1;var e=Qe();return Je=!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,yt,vt,St,pt,wt,At,bt,Tt,It,Mt,Et,Ot,Nt,Ht,Ct,Dt,_t,kt,Lt,Rt,Yt,Pt,jt,Bt,Ft,Ut,xt,Zt,$t={};function zt(){return it?ot:(it=1,ot=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}})}function Vt(){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=Vt(),t=Qe(),n=function(){if(ct)return ut;ct=1;var e=Vt(),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 Jt(){return dt||(dt=1,ft=function(e){return null==e}),ft}function Gt(){if(mt)return gt;mt=1;var e=Jt(),t=TypeError;return gt=function(n){if(e(n))throw new t("Can't call method on "+n);return n},gt}function Wt(){if(vt)return yt;vt=1;var e=Kt(),t=Gt();return yt=function(n){return e(t(n))},yt}function qt(){if(pt)return St;pt=1;var e="object"==typeof document&&document.all;return St=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 wt;At=1;var e=qt();return wt=function(t){return"object"==typeof t?null!==t:e(t)},wt}function Qt(){if(Tt)return bt;Tt=1;var e=Ze(),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(Ht)return Nt;Ht=1;var e,t,n=Ze(),r=function(){if(Ot)return Et;Ot=1;var e=Ze().navigator,t=e&&e.userAgent;return Et=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(Dt)return Ct;Dt=1;var e=en(),t=Qe(),n=Ze().String;return Ct=!!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(Mt)return It;Mt=1;var e=Vt();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(Bt)return jt;Bt=1;var e=qt(),t=on(),n=TypeError;return jt=function(r){if(e(r))return r;throw new n(t(r)+" is not a function")}}function sn(){if(Ut)return Ft;Ut=1;var e=an(),t=Jt();return Ft=function(n,r){var o=n[r];return t(o)?void 0:e(o)},Ft}function un(){if(Zt)return xt;Zt=1;var e=nt(),t=qt(),n=Xt(),r=TypeError;return xt=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")},xt}var cn,hn,ln,fn,dn,gn,mn,yn,vn,Sn,pn,wn,An,bn,Tn,In,Mn,En,On,Nn,Hn,Cn,Dn,_n,kn={exports:{}};function Ln(){if(fn)return ln;fn=1;var e=Ze(),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=Ze(),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(vn)return yn;vn=1;var e=Gt(),t=Object;return yn=function(n){return t(e(n))}}function jn(){if(pn)return Sn;pn=1;var e=Vt(),t=Pn(),n=e({}.hasOwnProperty);return Sn=Object.hasOwn||function(e,r){return n(t(e),r)},Sn}function Bn(){if(An)return wn;An=1;var e=Vt(),t=0,n=Math.random(),r=e(1..toString);return wn=function(e){return"Symbol("+(void 0===e?"":e)+")_"+r(++t+n,36)}}function Fn(){if(Tn)return bn;Tn=1;var e=Ze(),t=Yn(),n=jn(),r=Bn(),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 Un(){if(Mn)return In;Mn=1;var e=nt(),t=Xt(),n=rn(),r=sn(),o=un(),i=Fn(),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 xn(){if(On)return En;On=1;var e=Un(),t=rn();return En=function(n){var r=e(n,"string");return t(r)?r:r+""}}function Zn(){if(Hn)return Nn;Hn=1;var e=Ze(),t=Xt(),n=e.document,r=t(n)&&t(n.createElement);return Nn=function(e){return r?n.createElement(e):{}},Nn}function $n(){if(Dn)return Cn;Dn=1;var e=et(),t=Qe(),n=Zn();return Cn=!e&&!t((function(){return 7!==Object.defineProperty(n("div"),"a",{get:function(){return 7}}).a}))}function zn(){if(_n)return Xe;_n=1;var e=et(),t=nt(),n=function(){if(rt)return $t;rt=1;var e={}.propertyIsEnumerable,t=Object.getOwnPropertyDescriptor,n=t&&!e.call({1:2},1);return $t.f=n?function(e){var n=t(this,e);return!!n&&n.enumerable}:e,$t}(),r=zt(),o=Wt(),i=xn(),a=jn(),s=$n(),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 Vn,Kn,Jn,Gn,Wn,qn,Xn,Qn={};function er(){if(Kn)return Vn;Kn=1;var e=et(),t=Qe();return Vn=e&&t((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))}function tr(){if(Gn)return Jn;Gn=1;var e=Xt(),t=String,n=TypeError;return Jn=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=$n(),n=er(),r=tr(),o=xn(),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=zt();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,yr,vr,Sr,pr={exports:{}};function wr(){if(sr)return ar;sr=1;var e=Vt(),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=Bn(),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=Ze(),t=qt(),n=e.WeakMap;return ur=t(n)&&/native code/.test(String(n))}(),o=Ze(),i=Xt(),a=rr(),s=jn(),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(yr)return pr.exports;yr=1;var e=Vt(),t=Qe(),n=qt(),r=jn(),o=et(),i=function(){if(ir)return or;ir=1;var e=et(),t=jn(),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=wr(),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})),y=String(String).split("String"),v=pr.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(y,"string"==typeof t?t:"")),e};return Function.prototype.toString=v((function(){return n(this)&&c(this).source||a(this)}),"toString"),pr.exports}function Mr(){if(Sr)return vr;Sr=1;var e=qt(),t=nr(),n=Ir(),r=Ln();return vr=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},vr}var Er,Or,Nr,Hr,Cr,Dr,_r,kr,Lr,Rr,Yr,Pr,jr,Br,Fr,Ur,xr,Zr={};function $r(){if(Hr)return Nr;Hr=1;var e=function(){if(Or)return Er;Or=1;var e=Math.ceil,t=Math.floor;return Er=Math.trunc||function(n){var r=+n;return(r>0?t:e)(r)},Er}();return Nr=function(t){var n=+t;return n!=n||0===n?0:e(n)}}function zr(){if(Dr)return Cr;Dr=1;var e=$r(),t=Math.max,n=Math.min;return Cr=function(r,o){var i=e(r);return i<0?t(i+o,0):n(i,o)}}function Vr(){if(kr)return _r;kr=1;var e=$r(),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=Vr();return Lr=function(t){return e(t.length)}}function Jr(){if(Pr)return Yr;Pr=1;var e=Wt(),t=zr(),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 Gr(){if(Br)return jr;Br=1;var e=Vt(),t=jn(),n=Wt(),r=Jr().indexOf,o=br(),i=e([].push);return jr=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},jr}function Wr(){return Ur?Fr:(Ur=1,Fr=["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=Vt(),n=function(){if(xr)return Zr;xr=1;var e=Gr(),t=Wr().concat("length","prototype");return Zr.f=Object.getOwnPropertyNames||function(n){return e(n,t)},Zr}(),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=jn(),t=so(),n=zn(),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=Ze(),t=zn().f,n=rr(),r=Mr(),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,y=s.stat;if(c=m?e:y?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+(y?".":"#")+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,yo,vo,So,po,wo,Ao={};function bo(){if(lo)return ho;lo=1;var e=Gr(),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(vo)return yo;vo=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=Zn(),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,yo=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)},yo}function Mo(){if(po)return So;po=1;var e=Fn(),t=Io(),n=nr().f,r=e("unscopables"),o=Array.prototype;return void 0===o[r]&&n(o,r,{configurable:!0,value:t(null)}),So=function(e){o[r][e]=!0}}function Eo(e,t,n,r,o){return Oo(t,No(e,t),n,r,o)}function Oo(e,t,n,r,o,i){const a=Go(t,n,r);if(o&&t!==a)throw new RangeError(nh(e,t,n,r,i));return a}function No(e,t){const n=e[t];if(void 0===n)throw new TypeError(oh(t));return n}function Ho(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 _o({name:e},1)}function _o(e,t){return Yo((e=>({value:e,configurable:1,writable:!t})),e)}function ko(e){return Yo((e=>({get:e,configurable:1})),e)}function Lo(e){return{[Symbol.toStringTag]:{value:e,configurable:1}}}function Ro(e,t){const n={};let r=e.length;for(const o of t)n[e[--r]]=o;return n}function Yo(e,t,n){const r={};for(const o in t)r[o]=e(t[o],o,n);return r}function Po(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 jo(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={};for(const r of e)n[r]=t[r];return n}function Fo(e,t){const n={};for(const r in t)e.has(r)||(n[r]=t[r]);return n}function Uo(e){e={...e};const t=Object.keys(e);for(const n of t)void 0===e[n]&&delete e[n];return e}function xo(e,t,n){for(const r of e)if(t[r]!==n[r])return 0;return 1}function Zo(e,t,n){const r={...n};for(let n=0;n<t;n++)r[e[n]]=0;return r}function $o(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 zo(e){return e[0].toUpperCase()+e.substring(1)}function Vo(e){return e.slice().sort()}function Ko(e,t){return String(t).padStart(e,"0")}function Jo(e,t){return Math.sign(e-t)}function Go(e,t,n){return Math.min(Math.max(e,t),n)}function Wo(e,t){return[Math.floor(e/t),qo(e,t)]}function qo(e,t){return(e%t+t)%t}function Xo(e,t){return[Qo(e,t),ei(e,t)]}function Qo(e,t){return Math.trunc(e/t)||0}function ei(e,t){return e%t||0}function ti(e){return.5===Math.abs(e%1)}function ni(e,t,n){let r=0,o=0;for(let i=0;i<=t;i++){const t=e[n[i]],a=Xh[i],s=qh/a,[u,c]=Xo(t,s);r+=c*a,o+=u}const[i,a]=Xo(r,qh);return[o+i,a]}function ri(e,t,n){const r={};for(let o=t;o>=0;o--){const t=Xh[o];r[n[o]]=Qo(e,t),e=ei(e,t)}return r}function oi(e){if(void 0!==e)return ai(e)}function ii(e){return fi(ai(e))}function ai(e){return li(Il(e))}function si(e){if(null==e)throw new TypeError("Cannot be null or undefined");return e}function ui(e,t){if(null==t)throw new RangeError(oh(e));return t}function ci(e){if(!Ho(e))throw new TypeError(th);return e}function hi(e,t){if(typeof t!==e)throw new TypeError(rh(arguments.length>2&&void 0!==arguments[2]?arguments[2]:e,t));return t}function li(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"number";if(!Number.isInteger(e))throw new RangeError(Gc(t,e));return e||0}function fi(e){if(e<=0)throw new RangeError(Wc(arguments.length>1&&void 0!==arguments[1]?arguments[1]:"number",e));return e}function di(e){if("symbol"==typeof e)throw new TypeError(eh);return String(e)}function gi(e,t){return Ho(e)?String(e):bl(e,t)}function mi(e){if("string"==typeof e)return BigInt(e);if("bigint"!=typeof e)throw new TypeError(Qc(e));return e}function yi(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"number";if("bigint"==typeof e)throw new TypeError(Xc(t));if(e=Number(e),!Number.isFinite(e))throw new RangeError(qc(t,e));return e}function vi(e,t){return Math.trunc(yi(e,t))||0}function Si(e,t){return li(yi(e,t),t)}function pi(e,t){return fi(vi(e,t),t)}function wi(e,t){let[n,r]=Xo(t,qh),o=e+n;const i=Math.sign(o);return i&&i===-Math.sign(r)&&(o-=i,r+=i*qh),[o,r]}function Ai(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;return wi(e[0]+t[0]*n,e[1]+t[1]*n)}function bi(e,t){return wi(e[0],e[1]+t)}function Ti(e,t){return Ai(t,e,-1)}function Ii(e,t){return Jo(e[0],t[0])||Jo(e[1],t[1])}function Mi(e,t,n){return-1===Ii(e,t)||1===Ii(e,n)}function Ei(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;const n=BigInt(qh/t);return[Number(e/n),Number(e%n)*t]}function Oi(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;const n=qh/t,[r,o]=Xo(e,n);return[r,o*t]}function Ni(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;const[n,r]=e,o=Math.floor(r/t),i=qh/t;return BigInt(n)*BigInt(i)+BigInt(o)}function Hi(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]=Xo(o,t);return r*(qh/t)+(i+(n?a/t:0))}function Ci(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Wo;const[r,o]=e,[i,a]=n(o,t);return[r*(qh/t)+i,a]}function Di(e,t){const n=e.formatToParts(t),r={};for(const e of n)r[e.type]=e.value;return r}function _i(e){return Eo(e,"isoYear",Wl,Gl,1),e.isoYear===Wl?Eo(e,"isoMonth",4,12,1):e.isoYear===Gl&&Eo(e,"isoMonth",1,9,1),e}function ki(e){return Li({...e,...Ul,isoHour:12}),e}function Li(e){const t=Eo(e,"isoYear",Wl,Gl,1),n=t===Wl?1:t===Gl?-1:0;return n&&Ri(Ui({...e,isoDay:e.isoDay+n,isoNanosecond:e.isoNanosecond-n})),e}function Ri(e){if(!e||Mi(e,Jl,Kl))throw new RangeError(Hh);return e}function Yi(e){return ni(e,5,Rl)[1]}function Pi(e){const[t,n]=Wo(e,qh);return[ri(n,5,Rl),t]}function ji(e){return Bi(e)[0]}function Bi(e){return Ci(e,Jh)}function Fi(e){return $i(e.isoYear,e.isoMonth,e.isoDay,e.isoHour,e.isoMinute,e.isoSecond,e.isoMillisecond)}function Ui(e){const t=Fi(e);if(void 0!==t){const[n,r]=Xo(t,$h);return[n,r*Kh+(e.isoMicrosecond||0)*Vh+(e.isoNanosecond||0)]}}function xi(e,t){const[n,r]=Pi(Yi(e)-t);return Ri(Ui({...e,isoDay:e.isoDay+r,...n}))}function Zi(){return $i(...arguments)/zh}function $i(){const[e,t]=zi(...arguments),n=e.valueOf();if(!isNaN(n))return n-t*$h}function zi(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===Wl?1:e===Gl?-1:0,u=new Date;return u.setUTCHours(r,o,i,a),u.setUTCFullYear(e,t-1,n+s),[u,s]}function Vi(e,t){let[n,r]=bi(e,t);r<0&&(r+=qh,n-=1);const[o,i]=Wo(r,Kh),[a,s]=Wo(i,Vh);return Ki(n*$h+o,a,s)}function Ki(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)-Vl)/$h)*Math.sign(e),o=new Date(e-r*$h);return Ro(Pl,[o.getUTCFullYear(),o.getUTCMonth()+1,o.getUTCDate()+r,o.getUTCHours(),o.getUTCMinutes(),o.getUTCSeconds(),o.getUTCMilliseconds(),t,n])}function Ji(e){return[e.isoYear,e.isoMonth,e.isoDay]}function Gi(){return Ql}function Wi(e,t){switch(t){case 2:return Xi(e)?29:28;case 4:case 6:case 9:case 11:return 30}return 31}function qi(e){return Xi(e)?366:365}function Xi(e){return e%4==0&&(e%100!=0||e%400==0)}function Qi(e){const[t,n]=zi(e.isoYear,e.isoMonth,e.isoDay);return qo(t.getUTCDay()-n,7)||7}function ea(e){let{isoYear:t}=e;return t<1?["bce",1-t]:["ce",t]}function ta(e){const t=Fi(e);if(t<ef)return ea(e);const n=Di(cd(pl),t),{era:r,eraYear:o}=Qu(n,pl);return[r,o]}function na(e){return ra(e),aa(e,1),e}function ra(e){return ia(e,1),e}function oa(e){return xo(Yl,e,ia(e))}function ia(e,t){const{isoYear:n}=e,r=Eo(e,"isoMonth",1,Gi(),t);return{isoYear:n,isoMonth:r,isoDay:Eo(e,"isoDay",1,Wi(n,r),t)}}function aa(e,t){return Ro(Rl,[Eo(e,"isoHour",0,23,t),Eo(e,"isoMinute",0,59,t),Eo(e,"isoSecond",0,59,t),Eo(e,"isoMillisecond",0,999,t),Eo(e,"isoMicrosecond",0,999,t),Eo(e,"isoNanosecond",0,999,t)])}function sa(e){return void 0===e?0:pf(ci(e))}function ua(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;e=pa(e);const n=wf(e),r=Af(e,t);return[pf(e),r,n]}function ca(e){return wf(pa(e))}function ha(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=pa(t);let a=vf(t,r,o),s=ya(t),u=Mf(t,i);const c=yf(t,r,o,1);return null==a?a=Math.max(n,c):Ma(a,c),s=va(s,c,1),e&&(u=(e=>e<4?(e+2)%4:e)(u)),[a,c,s,u]}function la(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:6,n=arguments.length>2?arguments[2]:void 0,r=ya(e=wa(e,nf));const o=Mf(e,7);let i=yf(e,t);return i=ui(nf,i),r=va(r,i,void 0,n),[i,r,o]}function fa(e){return bf(pa(e))}function da(e,t){return ga(pa(e),t)}function ga(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:4;const n=Sa(e);return[Mf(e,4),...ma(yf(e,t),n)]}function ma(e,t){return null!=e?[Xh[e],e<4?9-3*e:-1]:[void 0===t?1:10**(9-t),t]}function ya(e){const t=e[of];return void 0===t?1:vi(t,of)}function va(e,t,n,r){const o=r?qh:Xh[t+1];if(o){const n=Xh[t];if(o%((e=Oo(of,e,1,o/n-(r?0:1),1))*n))throw new RangeError(rh(of,e))}else e=Oo(of,e,1,n?10**9:1,1);return e}function Sa(e){let t=e[af];if(void 0!==t){if("number"!=typeof t){if("auto"===di(t))return;throw new RangeError(rh(af,t))}t=Oo(af,Math.floor(t),0,9,1)}return t}function pa(e){return void 0===e?{}:ci(e)}function wa(e,t){return"string"==typeof e?{[t]:e}:ci(e)}function Aa(e){if(void 0!==e){if(Ho(e))return Object.assign(Object.create(null),e);throw new TypeError(th)}}function ba(e,t){return e&&Object.assign(Object.create(null),e,{overflow:cf[t]})}function Ta(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=di(i),"auto"===i)return o?r:null;let a=xh[i];if(void 0===a&&(a=Dl[i]),void 0===a)throw new RangeError(uh(e,i,xh));return Oo(e,a,r,n,1,Zh),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=di(o),a=t[i];if(void 0===a)throw new RangeError(uh(e,i,t));return a}function Ma(e,t){if(t>e)throw new RangeError(Rh)}function Ea(e){return{branding:_f,epochNanoseconds:e}}function Oa(e,t,n){return{branding:Df,calendar:n,timeZone:t,epochNanoseconds:e}}function Na(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.calendar;return{branding:Hf,calendar:t,...Bo(Fl,e)}}function Ha(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.calendar;return{branding:Nf,calendar:t,...Bo(jl,e)}}function Ca(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.calendar;return{branding:Ef,calendar:t,...Bo(jl,e)}}function Da(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.calendar;return{branding:Of,calendar:t,...Bo(jl,e)}}function _a(e){return{branding:Cf,...Bo(Bl,e)}}function ka(e){return{branding:kf,sign:Ws(e),...Bo(Ol,e)}}function La(e){return Ci(e.epochNanoseconds,Kh)[0]}function Ra(e){return e.epochNanoseconds}function Ya(e){return"string"==typeof e?e:bl(e.id)}function Pa(e,t){return e===t||Ya(e)===Ya(t)}function ja(e,t){return Hi(Qs(e),Xh[t],1)}function Ba(e,t,n,r,o,i,a){const s=El[n],u={...t,[s]:t[s]+r},c=a(e,o,t),h=a(e,o,u);return[i(c),i(h)]}function Fa(e,t,n){const r=Hi(Ti(t,n));if(!r)throw new RangeError(wh);return Hi(Ti(t,e))/r}function Ua(e,t,n,r){return xa(e,za(t,n),r)}function xa(e,t,n){const[r,o]=Za(e,t,n);return Li({...Fs(e,o),...r})}function Za(e,t,n){return Pi(Xa(Yi(e),t,n))}function $a(e){return Xa(e,Gh,7)}function za(e,t){return Xh[e]*t}function Va(e){const t=Ka(e);return[t,Fs(t,1)]}function Ka(e){return xl(6,e)}function Ja(e,t,n){const r=Math.min(ru(e),6);return eu(qa(Qs(e,r),t,n),r)}function Ga(e,t,n,r,o,i,a,s,u,c){if(0===r&&1===o)return e;const h=Vs(r,s)?zs(s)&&r<6&&n>=6?ts:es:ns;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=Ws(e);for(let c=r+1;c<=n;c++){if(7===c&&7!==n)continue;const r=Ll(c,e);r[El[c]]+=u;const h=Hi(Ti(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 Wa(e,t,n,r,o){if(6===t){const t=(e=>e[0]+e[1]/qh)(e);return[Xa(t,n,r),0]}return qa(e,za(t,n),r,o)}function qa(e,t,n,r){let[o,i]=e;r&&i<0&&(i+=qh,o-=1);const[a,s]=Wo(Xa(i,t,n),qh);return wi(o+a,s)}function Xa(e,t,n){return Qa(e/t,n)*t}function Qa(e,t){return Lf[t](e)}function es(e,t,n,r,o,i){const a=Ws(e),s=Qs(e),u=Wa(s,r,o,i),c=Ti(s,u),h=Math.sign(u[0]-s[0])===a,l=eu(u,Math.min(n,6));return[{...e,...l},Ai(t,c),h]}function ts(e,t,n,r,o,i,a,s,u,c){const h=Ws(e),l=Hi(Qs(e,5)),f=za(r,o);let d=Xa(l,f,i);const[g,m]=Ba(a,{...e,...kl},6,h,s,u,c),y=d-Hi(Ti(g,m));let v=0;y&&Math.sign(y)!==h?t=bi(g,d):(v+=h,d=Xa(y,f,i),t=bi(m,d));const S=tu(d);return[{...e,...S,days:e.days+v},t,Boolean(v)]}function ns(e,t,n,r,o,i,a,s,u,c){const h=Ws(e),l=El[r],f=Ll(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]=Ba(a,f,r,o*h,s,u,c),y=d+Fa(t,g,m)*h*o,v=Xa(y,o,i),S=Math.sign(v-y)===h;return f[l]=v,[f,S?m:g,S]}function rs(e,t,n,r){const[o,i,a,s]=(e=>{const t=ga(e=pa(e));return[e.timeZone,...t]})(r),u=void 0!==o;return((e,t,n,r,o,i)=>{n=qa(n,o,r,1);const a=t.getOffsetNanosecondsFor(n);return ds(Vi(n,a),i)+(e?Ss($a(a)):"Z")})(u,t(u?e(o):Rf),n.epochNanoseconds,i,a,s)}function os(e,t,n){const[r,o,i,a,s,u]=(e=>{e=pa(e);const t=bf(e),n=Sa(e),r=If(e),o=Mf(e,4),i=yf(e,4);return[t,Tf(e),r,o,...ma(i,n)]})(n);return((e,t,n,r,o,i,a,s,u,c)=>{r=qa(r,u,s,1);const h=e(n).getOffsetNanosecondsFor(r);return ds(Vi(r,h),c)+Ss($a(h),a)+((e,t)=>1!==t?"["+(2===t?"!":"")+Ya(e)+"]":"")(n,i)+ps(t,o)})(e,t.calendar,t.timeZone,t.epochNanoseconds,r,o,i,a,s,u)}function is(e,t){const[n,r,o,i]=(e=>(e=pa(e),[bf(e),...ga(e)]))(t);return a=e.calendar,s=n,u=i,ds(xa(e,o,r),u)+ps(a,s);var a,s,u}function as(e,t){return n=e.calendar,r=e,o=fa(t),gs(r)+ps(n,o);var n,r,o}function ss(e,t){return ls(e.calendar,ms,e,fa(t))}function us(e,t){return ls(e.calendar,ys,e,fa(t))}function cs(e,t){const[n,r,o]=da(t);return i=o,vs(Za(e,r,n)[0],i);var i}function hs(e,t){const[n,r,o]=da(t,3);return r>1&&(e={...e,...Ja(e,r,n)}),((e,t)=>{const{sign:n}=e,r=-1===n?Gs(e):e,{hours:o,minutes:i}=r,[a,s]=Ci(Qs(r,3),Jh,Xo);Xs(a);const u=As(s,t),c=t>=0||!n||u;return(n<0?"-":"")+"P"+fs({Y:Ts(r.years),M:Ts(r.months),W:Ts(r.weeks),D:Ts(r.days)})+(o||i||a||c?"T"+fs({H:Ts(o),M:Ts(i),S:Ts(a,c)+u}):"")})(e,o)}function ls(e,t,n,r){const o=Ya(e),i=r>1||0===r&&o!==vl;return 1===r?o===vl?t(n):gs(n):i?gs(n)+ws(o,2===r):t(n)}function fs(e){const t=[];for(const n in e){const r=e[n];r&&t.push(r,n)}return t.join("")}function ds(e,t){return gs(e)+"T"+vs(e,t)}function gs(e){return ms(e)+"-"+Uh(e.isoDay)}function ms(e){const{isoYear:t}=e;return(t<0||t>9999?bs(t)+Ko(6,Math.abs(t)):Ko(4,t))+"-"+Uh(e.isoMonth)}function ys(e){return Uh(e.isoMonth)+"-"+Uh(e.isoDay)}function vs(e,t){const n=[Uh(e.isoHour),Uh(e.isoMinute)];return-1!==t&&n.push(Uh(e.isoSecond)+((e,t,n,r)=>As(e*Kh+t*Vh+n,r))(e.isoMillisecond,e.isoMicrosecond,e.isoNanosecond,t)),n.join(":")}function Ss(e){if(1===(arguments.length>1&&void 0!==arguments[1]?arguments[1]:0))return"";const[t,n]=Wo(Math.abs(e),Wh),[r,o]=Wo(n,Gh),[i,a]=Wo(o,Jh);return bs(e)+Uh(t)+":"+Uh(r)+(i||a?":"+Uh(i)+As(a):"")}function ps(e,t){if(1!==t){const n=Ya(e);if(t>1||0===t&&n!==vl)return ws(n,2===t)}return""}function ws(e,t){return"["+(t?"!":"")+"u-ca="+e+"]"}function As(e,t){let n=Ko(9,e);return n=void 0===t?n.replace(Bf,""):n.slice(0,t),n?"."+n:""}function bs(e){return e<0?"-":"+"}function Ts(e,t){return e||t?e.toLocaleString("fullwide",{useGrouping:0}):""}function Is(e,t){const{epochNanoseconds:n}=e,r=(t.getOffsetNanosecondsFor?t:t(e.timeZone)).getOffsetNanosecondsFor(n),o=Vi(n,r);return{calendar:e.calendar,...o,offsetNanoseconds:r}}function Ms(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 xi(t,n);const s=e.getPossibleInstantsFor(t);if(void 0!==n&&3!==r){const e=((e,t,n,r)=>{const o=Ui(t);r&&(n=$a(n));for(const t of e){let e=Hi(Ti(t,o));if(r&&(e=$a(e)),e===n)return t}})(s,t,n,i);if(void 0!==e)return e;if(0===r)throw new RangeError(Oh)}return a?Ui(t):Es(e,t,o,s)}function Es(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.getPossibleInstantsFor(t);if(1===r.length)return r[0];if(1===n)throw new RangeError(Nh);if(r.length)return r[3===n?1:0];const o=Ui(t),i=((e,t)=>{const n=e.getOffsetNanosecondsFor(bi(t,-864e11));return Ns(e.getOffsetNanosecondsFor(bi(t,qh))-n)})(e,o),a=i*(2===n?-1:1);return(r=e.getPossibleInstantsFor(Vi(o,a)))[2===n?0:r.length-1]}function Os(e){if(Math.abs(e)>=qh)throw new RangeError(Mh);return e}function Ns(e){if(e>qh)throw new RangeError(Eh);return e}function Hs(e,t,n){return Ea(Ri(Ai(t.epochNanoseconds,(e=>{if(nu(e))throw new RangeError(kh);return Qs(e,5)})(e?Gs(n):n))))}function Cs(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,...Rs(a,s,r,n?Gs(o):o,i)}}function Ds(e,t,n,r){let o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:Object.create(null);const{calendar:i}=n;return Na(Ys(e(i),n,t?Gs(r):r,o),i)}function _s(e,t,n,r,o){const{calendar:i}=n;return Ha(Ps(e(i),n,t?Gs(r):r,o),i)}function ks(e,t,n,r){let o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:Object.create(null);const i=n.calendar,a=e(i);let s=js(a,n);t&&(r=Js(r)),r.sign<0&&(s=a.dateAdd(s,{..._l,months:1}),s=Fs(s,-1));const u=a.dateAdd(s,r,o);return Ca(js(a,u),i)}function Ls(e,t,n){return _a(Bs(t,e?Gs(n):n)[0])}function Rs(e,t,n,r,o){const i=Qs(r,5);let a=n.epochNanoseconds;if(nu(r)){const s=Ff(n,e);a=Ai(Es(e,{...Ps(t,s,{...r,...kl},o),...Bo(Rl,s)}),i)}else a=Ai(a,i),sa(o);return{epochNanoseconds:Ri(a)}}function Ys(e,t,n,r){const[o,i]=Bs(t,n);return Li({...Ps(e,t,{...n,...kl,days:n.days+i},r),...o})}function Ps(e,t,n,r){if(n.years||n.months||n.weeks)return e.dateAdd(t,n,r);sa(r);const o=n.days+Qs(n,5)[0];return o?ki(Fs(t,o)):t}function js(e,t){return Fs(t,(arguments.length>2&&void 0!==arguments[2]?arguments[2]:1)-e.day(t))}function Bs(e,t){const[n,r]=Qs(t,5),[o,i]=Pi(Yi(e)+r);return[o,n+i]}function Fs(e,t){return t?{...e,...Ki(Fi(e)+t*$h)}:e}function Us(e,t,n){const r=e(n.calendar);return zs(n)?[n,r,t(n.timeZone)]:[{...n,...Ul},r]}function xs(e){return e?Ra:Ui}function Zs(e){return e?$o(Rs,e):Ys}function $s(e){return e?$o(Fu,e):Uu}function zs(e){return e&&e.epochNanoseconds}function Vs(e,t){return e<=6-(zs(t)?1:0)}function Ks(e,t,n,r,o,i,a){const s=e(pa(a).relativeTo),u=Math.max(ru(o),ru(i));if(Vs(u,s))return ka(qs(((e,t,n,r)=>{const o=Ai(Qs(e),Qs(t),r?-1:1);if(!Number.isFinite(o[0]))throw new RangeError(Hh);return{..._l,...eu(o,n)}})(o,i,u,r)));if(!s)throw new RangeError(_h);r&&(i=Gs(i));const[c,h,l]=Us(t,n,s),f=Zs(l),d=$s(l),g=f(h,c,o);return ka(d(h,c,f(h,g,i),u))}function Js(e){return ka(Gs(e))}function Gs(e){const t={};for(const n of El)t[n]=-1*e[n]||0;return t}function Ws(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:El,n=0;for(const r of t){const t=Math.sign(e[r]);if(t){if(n&&n!==t)throw new RangeError(Dh);n=t}}return n}function qs(e){for(const t of Cl)Oo(t,e[t],-4294967295,Uf,1);return Xs(Hi(Qs(e),Jh)),e}function Xs(e){if(!Number.isSafeInteger(e))throw new RangeError(Ch)}function Qs(e){return ni(e,arguments.length>1&&void 0!==arguments[1]?arguments[1]:6,El)}function eu(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:6;const[n,r]=e,o=ri(r,t,El);if(o[El[t]]+=n*(qh/Xh[t]),!Number.isFinite(o[El[t]]))throw new RangeError(Hh);return o}function tu(e){return ri(e,arguments.length>1&&void 0!==arguments[1]?arguments[1]:5,El)}function nu(e){return Boolean(Ws(e,Hl))}function ru(e){let t=9;for(;t>0&&!e[El[t]];t--);return t}function ou(e,t){return[e,t]}function iu(e){const t=Math.floor(e/Yf)*Yf;return[t,t+Yf]}function au(e){const t=yu(e);if(void 0===t)throw new RangeError(Yh(e));return t}function su(e){const t=du(bl(e));if(!t||t.m)throw new RangeError(Yh(e));return Ha(t.p?hu(t):lu(t))}function uu(e){if(e.calendar!==vl)throw new RangeError(Ph(e.calendar))}function cu(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=Iu(e.timeZone),i=xf(o);return Oa(Ms(i,na(e),t,n,r,!i.v,e.m),o,uc(e.calendar))}function hu(e){return fu(Li(na(e)))}function lu(e){return fu(ki(ra(e)))}function fu(e){return{...e,calendar:uc(e.calendar)}}function du(e){const t=td.exec(e);return t?(e=>{const t=e[10],n="Z"===(t||"").toUpperCase();return{isoYear:vu(e),isoMonth:parseInt(e[4]),isoDay:parseInt(e[5]),...Su(e.slice(5)),...pu(e[16]),p:Boolean(e[6]),m:n,offset:n?void 0:t}})(t):void 0}function gu(e){const t=Qf.exec(e);return t?(e=>({isoYear:vu(e),isoMonth:parseInt(e[4]),isoDay:1,...pu(e[5])}))(t):void 0}function mu(e){const t=ed.exec(e);return t?(e=>({isoYear:Xl,isoMonth:parseInt(e[1]),isoDay:parseInt(e[2]),...pu(e[3])}))(t):void 0}function yu(e,t){const n=rd.exec(e);return n?((e,t)=>{const n=e[4]||e[5];if(t&&n)throw new RangeError(Ph(n));return Os((Tu(e[2])*Wh+Tu(e[3])*Gh+Tu(e[4])*Jh+wu(e[5]||""))*bu(e[1]))})(n,t):void 0}function vu(e){const t=bu(e[1]),n=parseInt(e[2]||e[3]);if(t<0&&!n)throw new RangeError(Ph(-0));return t*n}function Su(e){const t=Tu(e[3]);return{...Pi(wu(e[4]||""))[0],isoHour:Tu(e[1]),isoMinute:Tu(e[2]),isoSecond:60===t?59:t}}function pu(e){let t,n;const r=[];if(e.replace(od,((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(Ph(e))}else{if(n)throw new RangeError(Ph(e));n=s}return""})),r.length>1&&t)throw new RangeError(Ph(e));return{timeZone:n,calendar:r[0]||vl}}function wu(e){return parseInt(e.padEnd(9,"0"))}function Au(e){return new RegExp(`^${e}$`,"i")}function bu(e){return e&&"+"!==e?-1:1}function Tu(e){return void 0===e?0:parseInt(e)}function Iu(e){const t=Eu(e);return"number"==typeof t?Ss(t):t?(e=>{if(sd.test(e))throw new RangeError(Ih);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?zo(e).replace(/island|noronha|murdo|rivadavia|urville/,zo):e)))).join("/")})(e):Rf}function Mu(e){const t=Eu(e);return"number"==typeof t?t:t?t.resolvedOptions().timeZone:Rf}function Eu(e){const t=yu(e=e.toUpperCase(),1);return void 0!==t?t:e!==Rf?ad(e):void 0}function Ou(e,t){return Ii(e.epochNanoseconds,t.epochNanoseconds)}function Nu(e,t){return Ii(e.epochNanoseconds,t.epochNanoseconds)}function Hu(e,t){return Cu(e,t)||Du(e,t)}function Cu(e,t){return Jo(Fi(e),Fi(t))}function Du(e,t){return Jo(Yi(e),Yi(t))}function _u(e,t){if(e===t)return 1;const n=Ya(e),r=Ya(t);if(n===r)return 1;try{return Mu(n)===Mu(r)}catch(e){}}function ku(e,t,n,r){const o=ha(e,Aa(r),3,5),i=$u(t.epochNanoseconds,n.epochNanoseconds,...o);return ka(e?Gs(i):i)}function Lu(e,t,n,r,o,i){const a=Gu(r.calendar,o.calendar),s=Aa(i),[u,c,h,l]=ha(n,s,5),f=r.epochNanoseconds,d=o.epochNanoseconds,g=Ii(d,f);let m;if(g)if(u<6)m=$u(f,d,u,c,h,l);else{const n=t(((e,t)=>{if(!_u(e,t))throw new RangeError(Th);return e})(r.timeZone,o.timeZone)),i=e(a);m=xu(i,n,r,o,g,u,s),m=Ga(m,d,u,c,h,l,i,r,Ra,$o(Rs,n))}else m=_l;return ka(n?Gs(m):m)}function Ru(e,t,n,r,o){const i=Gu(n.calendar,r.calendar),a=Aa(o),[s,u,c,h]=ha(t,a,6),l=Ui(n),f=Ui(r),d=Ii(f,l);let g;if(d)if(s<=6)g=$u(l,f,s,u,c,h);else{const t=e(i);g=Zu(t,n,r,d,s,a),g=Ga(g,f,s,u,c,h,t,n,Ui,Ys)}else g=_l;return ka(t?Gs(g):g)}function Yu(e,t,n,r,o){const i=Gu(n.calendar,r.calendar),a=Aa(o);return ju(t,(()=>e(i)),n,r,...ha(t,a,6,9,6),a)}function Pu(e,t,n,r,o){const i=Gu(n.calendar,r.calendar),a=Aa(o),s=ha(t,a,9,9,8),u=e(i);return ju(t,(()=>u),js(u,n),js(u,r),...s,a)}function ju(e,t,n,r,o,i,a,s,u){const c=Ui(n),h=Ui(r);let l;if(Ii(h,c))if(6===o)l=$u(c,h,o,i,a,s);else{const e=t();l=e.dateUntil(n,r,o,u),6===i&&1===a||(l=Ga(l,h,o,i,a,s,e,n,Ui,Ps))}else l=_l;return ka(e?Gs(l):l)}function Bu(e,t,n,r){const o=Aa(r),[i,a,s,u]=ha(e,o,5,5),c=Xa(Ju(t,n),za(a,s),u),h={..._l,...tu(c,i)};return ka(e?Gs(h):h)}function Fu(e,t,n,r,o,i){const a=Ii(r.epochNanoseconds,n.epochNanoseconds);return a?o<6?zu(n.epochNanoseconds,r.epochNanoseconds,o):xu(t,e,n,r,a,o,i):_l}function Uu(e,t,n,r,o){const i=Ui(t),a=Ui(n),s=Ii(a,i);return s?r<=6?zu(i,a,r):Zu(e,t,n,s,r,o):_l}function xu(e,t,n,r,o,i,a){const[s,u,c]=((e,t,n,r)=>{function o(){return l={...Fs(s,c++*-r),...a},f=Es(e,l),Ii(u,f)===-r}const i=Ff(t,e),a=Bo(Rl,i),s=Ff(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(wh);const d=Hi(Ti(f,u));return[i,l,d]})(t,n,r,o);var h,l;return{...6===i?(h=s,l=u,{..._l,days:Vu(h,l)}):e.dateUntil(s,u,i,a),...tu(c)}}function Zu(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=Fs(t,-n),o+=qh*n),[e,r,o]})(t,n,r);return{...e.dateUntil(a,s,o,i),...tu(u)}}function $u(e,t,n,r,o,i){return{..._l,...eu(Wa(Ti(e,t),r,o,i),n)}}function zu(e,t,n){return{..._l,...eu(Ti(e,t),n)}}function Vu(e,t){return Ku(Fi(e),Fi(t))}function Ku(e,t){return Math.trunc((t-e)/$h)}function Ju(e,t){return Yi(t)-Yi(e)}function Gu(e,t){if(!Pa(e,t))throw new RangeError(Ah);return e}function Wu(e){function t(e){return((e,t)=>({...Qu(e,t),F:e.month,day:parseInt(e.day)}))(Di(n,e),r)}const n=cd(e),r=cc(e);return{id:e,O:qu(t),B:Xu(t)}}function qu(e){return Co((t=>{const n=Fi(t);return e(n)}),WeakMap)}function Xu(e){const t=e(0).year-ql;return Co((n=>{let r,o=$i(n-t);const i=[],a=[];do{o+=400*$h}while((r=e(o)).year<=n);do{o+=(1-r.day)*$h,r.year===n&&(i.push(o),a.push(r.F)),o-=$h}while((r=e(o)).year>=n);return{k:i.reverse(),C:Bh(a.reverse())}}))}function Qu(e,t){let n,r,o=ec(e);if(e.era){const i=wl[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"),r=o,o=yc(r,i[n]||0))}return{era:n,eraYear:r,year:o}}function ec(e){return parseInt(e.relatedYear||e.year)}function tc(e){const{year:t,F:n,day:r}=this.O(e),{C:o}=this.B(t);return[t,o[n]+1,r]}function nc(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.B(e).k[t-1]+(n-1)*$h}function rc(e){const t=sc(this,e),n=sc(this,e-1),r=t.length;if(r>n.length){const e=Sc(this);if(e<0)return-e;for(let e=0;e<r;e++)if(t[e]!==n[e])return e+1}}function oc(e){return Ku(nc.call(this,e),nc.call(this,e+1))}function ic(e,t){const{k:n}=this.B(e);let r=t+1,o=n;return r>n.length&&(r=1,o=this.B(e+1).k),Ku(n[t-1],o[r-1])}function ac(e){return this.B(e).k.length}function sc(e,t){return Object.keys(e.B(t).C)}function uc(e){if((e=e.toLowerCase())!==vl&&e!==Sl&&cc(e)!==cc(cd(e).resolvedOptions().calendar))throw new RangeError(bh(e));return e}function cc(e){return"islamicc"===e&&(e="islamic"),e.split("-")[0]}function hc(e){return this.R(e)[0]}function lc(e){return this.R(e)[1]}function fc(e){const[t]=this.h(e);return Ku(this.q(t),Fi(e))+1}function dc(e){const t=hd.exec(e);if(!t)throw new RangeError(mh(e));return[parseInt(t[1]),Boolean(t[2])]}function gc(e,t,n){return e+(t||n&&e>=n?1:0)}function mc(e,t){return e-(t&&e>=t?1:0)}function yc(e,t){return(t+e)*(Math.sign(t)||1)||0}function vc(e){return wl[pc(e)]}function Sc(e){return Al[pc(e)]}function pc(e){return cc(e.id||vl)}function wc(e,t,n,r){const o=Ic(n,r,dl,[],ol);if(void 0!==o.timeZone){const r=n.dateFromFields(o),i=Ec(o),a=e(o.timeZone);return{epochNanoseconds:Ms(t(a),{...r,...i},void 0!==o.offset?au(o.offset):void 0),timeZone:a}}return{...n.dateFromFields(o),...Ul}}function Ac(e,t,n){const r=Ic(e,t,dl,arguments.length>3&&void 0!==arguments[3]?arguments[3]:[]);return e.dateFromFields(r,n)}function bc(e,t,n,r){const o=Ic(e,t,ll,r);return e.yearMonthFromFields(o,n)}function Tc(e,t,n,r){const o=Ic(e,n,dl,arguments.length>4&&void 0!==arguments[4]?arguments[4]:[]);return t&&void 0!==o.month&&void 0===o.monthCode&&void 0===o.year&&(o.year=Xl),e.monthDayFromFields(o,r)}function Ic(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 Mc(t,[...e.fields(n),...o].sort(),r)}function Mc(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(ah(r));if("constructor"===r||"__proto__"===r)throw new RangeError(ih(r));let t=e[r];if(void 0!==t)a=1,gd[r]&&(t=gd[r](t,r)),o[r]=t;else if(n){if(n.includes(r))throw new TypeError(oh(r));o[r]=yl[r]}i=r}if(r&&!a)throw new TypeError(sh(t));return o}function Ec(e,t){return aa(md({...yl,...e}),t)}function Oc(e,t,n,r){let o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:[],i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:[];const a=[...e.fields(r),...o].sort();let s=Mc(t,a,i);const u=Mc(n,a);return s=e.mergeFields(s,u),Mc(s,a,[])}function Nc(e,t){const n=Ic(e,t,ml);return e.monthDayFromFields(n)}function Hc(e,t,n){const r=Ic(e,t,fl);return e.yearMonthFromFields(r,n)}function Cc(e,t,n,r,o){t=Bo(n=e.fields(n),t),r=Mc(r,o=e.fields(o),[]);let i=e.mergeFields(t,r);return i=Mc(i,[...n,...o].sort(),[]),e.dateFromFields(i)}function Dc(e,t){let{era:n,eraYear:r,year:o}=t;const i=vc(e);if(void 0!==n||void 0!==r){if(void 0===n||void 0===r)throw new TypeError(lh);if(!i)throw new RangeError(hh);const e=i[n];if(void 0===e)throw new RangeError(dh(n));const t=yc(r,e);if(void 0!==o&&o!==t)throw new RangeError(fh);o=t}else if(void 0===o)throw new TypeError(gh(i));return o}function _c(e,t,n,r){let{month:o,monthCode:i}=t;if(void 0!==i){const t=((e,t,n,r)=>{const o=e.U(n),[i,a]=dc(t);let s=gc(i,a,o);if(a){const t=Sc(e);if(void 0===t)throw new RangeError(ph);if(t>0){if(s>t)throw new RangeError(ph);if(void 0===o){if(1===r)throw new RangeError(ph);s--}}else{if(s!==-t)throw new RangeError(ph);if(void 0===o&&1===r)throw new RangeError(ph)}}return s})(e,i,n,r);if(void 0!==o&&o!==t)throw new RangeError(yh);o=t,r=1}else if(void 0===o)throw new TypeError(vh);return Oo("month",o,1,e.L(n),r)}function kc(e,t,n,r,o){return Eo(t,"day",1,e.j(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 Rc(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:vl;return Oa(e.epochNanoseconds,t,n)}function Yc(e,t){return Na(Ff(t,e))}function Pc(e,t){return Ha(Ff(t,e))}function jc(e,t){return _a(Ff(t,e))}function Bc(e,t){return{...e,calendar:t}}function Fc(e,t){if(e===t)return e;const n=Ya(e),r=Ya(t);if(n===r||n===vl)return t;if(r===vl)return e;throw new RangeError(Ah)}function Uc(e,t){return n=>n===vl?e:n===Sl||n===pl?Object.assign(Object.create(e),{id:n}):Object.assign(Object.create(t),ud(n))}function xc(e,t,n){const r=new Set(n);return o=>(((e,t)=>{for(const n of t)if(n in e)return 1;return 0})(o=Fo(r,o),e)||Object.assign(o,t),n&&(o.timeZone=Rf,["full","long"].includes(o.timeStyle)&&(o.timeStyle="medium")),o)}function Zc(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:$c;const[n,,,r]=e;return function(o){let i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:$d;for(var a=arguments.length,s=new Array(a>2?a-2:0),u=2;u<a;u++)s[u-2]=arguments[u];const c=t(r&&r(...s),o,i,n),h=c.resolvedOptions();return[c,...zc(e,h,s)]}}function $c(e,t,n,r){if(n=r(n),e){if(void 0!==n.timeZone)throw new TypeError(jh);n.timeZone=e}return new Zl(t,n)}function zc(e,t,n){const[,r,o]=e;return n.map((e=>(e.calendar&&((e,t,n)=>{if((n||e!==vl)&&e!==t)throw new RangeError(Ah)})(Ya(e.calendar),t.calendar,o),r(e,t))))}function Vc(e){const t=Kc();return Vi(t,e.getOffsetNanosecondsFor(t))}function Kc(){return Oi(Date.now(),Kh)}function Jc(){return Xd||(Xd=(new Zl).resolvedOptions().timeZone)}!function(){if(wo)return xe;wo=1;var e=co(),t=Jr().includes,n=Qe(),r=Mo();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 Gc=(e,t)=>`Non-integer ${e}: ${t}`,Wc=(e,t)=>`Non-positive ${e}: ${t}`,qc=(e,t)=>`Non-finite ${e}: ${t}`,Xc=e=>`Cannot convert bigint to ${e}`,Qc=e=>`Invalid bigint: ${e}`,eh="Cannot convert Symbol to string",th="Invalid object",nh=(e,t,n,r,o)=>o?nh(e,o[t],o[n],o[r]):rh(e,t)+`; must be between ${n}-${r}`,rh=(e,t)=>`Invalid ${e}: ${t}`,oh=e=>`Missing ${e}`,ih=e=>`Invalid field ${e}`,ah=e=>`Duplicate field ${e}`,sh=e=>"No valid fields: "+e.join(),uh=(e,t,n)=>rh(e,t)+"; must be "+Object.keys(n).join(),ch="Invalid calling context",hh="Forbidden era/eraYear",lh="Mismatching era/eraYear",fh="Mismatching year/eraYear",dh=e=>`Invalid era: ${e}`,gh=e=>"Missing year"+(e?"/era/eraYear":""),mh=e=>`Invalid monthCode: ${e}`,yh="Mismatching month/monthCode",vh="Missing month/monthCode",Sh="Cannot guess year",ph="Invalid leap month",wh="Invalid protocol results",Ah="Mismatching Calendars",bh=e=>`Invalid Calendar: ${e}`,Th="Mismatching TimeZones",Ih="Forbidden ICU TimeZone",Mh="Out-of-bounds offset",Eh="Out-of-bounds TimeZone gap",Oh="Invalid TimeZone offset",Nh="Ambiguous offset",Hh="Out-of-bounds date",Ch="Out-of-bounds duration",Dh="Cannot mix duration signs",_h="Missing relativeTo",kh="Cannot use large units",Lh="Required smallestUnit or largestUnit",Rh="smallestUnit > largestUnit",Yh=e=>`Cannot parse: ${e}`,Ph=e=>`Invalid substring: ${e}`,jh="Cannot specify TimeZone",Bh=$o(Po,((e,t)=>t)),Fh=$o(Po,((e,t,n)=>n)),Uh=$o(Ko,2),xh={nanosecond:0,microsecond:1,millisecond:2,second:3,minute:4,hour:5,day:6,week:7,month:8,year:9},Zh=Object.keys(xh),$h=864e5,zh=1e3,Vh=1e3,Kh=1e6,Jh=1e9,Gh=6e10,Wh=36e11,qh=864e11,Xh=[1,Vh,Kh,Jh,Gh,Wh,qh],Qh=Zh.slice(0,6),el=Vo(Qh),tl=["offset"],nl=["timeZone"],rl=Qh.concat(tl),ol=rl.concat(nl),il=["era","eraYear"],al=il.concat(["year"]),sl=["year"],ul=["monthCode"],cl=["month"].concat(ul),hl=["day"],ll=cl.concat(sl),fl=ul.concat(sl),dl=hl.concat(ll),gl=hl.concat(cl),ml=hl.concat(ul),yl=Fh(Qh,0),vl="iso8601",Sl="gregory",pl="japanese",wl={[Sl]:{bce:-1,ce:0},[pl]:{bce:-1,ce:0,meiji:1867,taisho:1911,showa:1925,heisei:1988,reiwa:2018},ethioaa:{era0:0},ethiopic:{era0:0,era1:5500},coptic:{era0:-1,era1:0},roc:{beforeroc:-1,minguo:0},buddhist:{be:0},islamic:{ah:0},indian:{saka:0},persian:{ap:0}},Al={chinese:13,dangi:13,hebrew:-6},bl=$o(hi,"string"),Tl=$o(hi,"boolean"),Il=$o(hi,"number"),Ml=$o(hi,"function"),El=Zh.map((e=>e+"s")),Ol=Vo(El),Nl=El.slice(0,6),Hl=El.slice(6),Cl=Hl.slice(1),Dl=Bh(El),_l=Fh(El,0),kl=Fh(Nl,0),Ll=$o(Zo,El),Rl=["isoNanosecond","isoMicrosecond","isoMillisecond","isoSecond","isoMinute","isoHour"],Yl=["isoDay","isoMonth","isoYear"],Pl=Rl.concat(Yl),jl=Vo(Yl),Bl=Vo(Rl),Fl=Vo(Pl),Ul=Fh(Bl,0),xl=$o(Zo,Pl),Zl=Intl.DateTimeFormat,$l="en-GB",zl=1e8,Vl=zl*$h,Kl=[zl,0],Jl=[-1e8,0],Gl=275760,Wl=-271821,ql=1970,Xl=1972,Ql=12,ef=$i(1868,9,8),tf=Co(ta,WeakMap),nf="smallestUnit",rf="unit",of="roundingIncrement",af="fractionalSecondDigits",sf="relativeTo",uf={constrain:0,reject:1},cf=Object.keys(uf),hf={compatible:0,reject:1,earlier:2,later:3},lf={reject:0,use:1,prefer:2,ignore:3},ff={auto:0,never:1,critical:2,always:3},df={auto:0,never:1,critical:2},gf={auto:0,never:1},mf={floor:0,halfFloor:1,ceil:2,halfCeil:3,trunc:4,halfTrunc:5,expand:6,halfExpand:7,halfEven:8},yf=$o(Ta,nf),vf=$o(Ta,"largestUnit"),Sf=$o(Ta,rf),pf=$o(Ia,"overflow",uf),wf=$o(Ia,"disambiguation",hf),Af=$o(Ia,"offset",lf),bf=$o(Ia,"calendarName",ff),Tf=$o(Ia,"timeZoneName",df),If=$o(Ia,"offset",gf),Mf=$o(Ia,"roundingMode",mf),Ef="PlainYearMonth",Of="PlainMonthDay",Nf="PlainDate",Hf="PlainDateTime",Cf="PlainTime",Df="ZonedDateTime",_f="Instant",kf="Duration",Lf=[Math.floor,e=>ti(e)?Math.floor(e):Math.round(e),Math.ceil,e=>ti(e)?Math.ceil(e):Math.round(e),Math.trunc,e=>ti(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=>ti(e)?(e=Math.trunc(e)||0)+e%2:Math.round(e)],Rf="UTC",Yf=5184e3,Pf=Zi(1847),jf=Zi((new Date).getUTCFullYear()+10),Bf=/0+$/,Ff=Co(Is,WeakMap),Uf=2**32-1,xf=Co((e=>{const t=Eu(e);return"object"==typeof t?new $f(t):new Zf(t||0)}));class Zf{constructor(e){this.v=e}getOffsetNanosecondsFor(){return this.v}getPossibleInstantsFor(e){return[xi(e,this.v)]}l(){}}class $f{constructor(e){this.$=(e=>{function t(e){const t=Go(e,i,a),[s,u]=iu(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(ou);let i=Pf,a=jf;return{G(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]:[]},V:t,l(e,t){const s=Go(e,i,a);let[u,c]=iu(s);const h=Yf*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((Jo(s,e)||1)===t)return s}u+=h,c+=h}}}})((e=>t=>{const n=Di(e,t*zh);return Zi(ec(n),parseInt(n.month),parseInt(n.day),parseInt(n.hour),parseInt(n.minute),parseInt(n.second))-t})(e))}getOffsetNanosecondsFor(e){return this.$.V(ji(e))*Jh}getPossibleInstantsFor(e){const[t,n]=[Zi((r=e).isoYear,r.isoMonth,r.isoDay,r.isoHour,r.isoMinute,r.isoSecond),r.isoMillisecond*Kh+r.isoMicrosecond*Vh+r.isoNanosecond];var r;return this.$.G(t).map((e=>Ri(bi(Oi(e,Jh),n))))}l(e,t){const[n,r]=Bi(e),o=this.$.l(n+(t>0||r?1:0),t);if(void 0!==o)return Oi(o,Jh)}}const zf="([+−-])",Vf="(?:[.,](\\d{1,9}))?",Kf=`(?:(?:${zf}(\\d{6}))|(\\d{4}))-?(\\d{2})`,Jf="(\\d{2})(?::?(\\d{2})(?::?(\\d{2})"+Vf+")?)?",Gf=zf+Jf,Wf=Kf+"-?(\\d{2})(?:[T ]"+Jf+"(Z|"+Gf+")?)?",qf="\\[(!?)([^\\]]*)\\]",Xf=`((?:${qf}){0,9})`,Qf=Au(Kf+Xf),ed=Au("(?:--)?(\\d{2})-?(\\d{2})"+Xf),td=Au(Wf+Xf),nd=Au("T?"+Jf+"(?:"+Gf+")?"+Xf),rd=Au(Gf),od=new RegExp(qf,"g"),id=Au(`${zf}?P(\\d+Y)?(\\d+M)?(\\d+W)?(\\d+D)?(?:T(?:(\\d+)${Vf}H)?(?:(\\d+)${Vf}M)?(?:(\\d+)${Vf}S)?)?`),ad=Co((e=>new Zl($l,{timeZone:e,era:"short",year:"numeric",month:"numeric",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric"}))),sd=/^(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$/,ud=Co(Wu),cd=Co((e=>new Zl($l,{calendar:e,timeZone:Rf,era:"short",year:"numeric",month:"short",day:"numeric"}))),hd=/^M(\d{2})(L?)$/,ld={era:gi,eraYear:vi,year:vi,month:pi,monthCode:gi,day:pi},fd=Fh(Qh,vi),dd=Fh(El,Si),gd=Object.assign({},ld,fd,dd,{offset:gi}),md=$o(jo,Qh,Rl),yd={dateAdd(e,t,n){const r=sa(n);let o,{years:i,months:a,weeks:s,days:u}=t;if(u+=Qs(t,5)[0],i||a)o=((e,t,n,r,o)=>{let[i,a,s]=e.h(t);if(n){const[t,r]=e.I(i,a);i+=n,a=gc(t,r,e.U(i)),a=Oo("month",a,1,e.L(i),o)}return r&&([i,a]=e._(i,a,r)),s=Oo("day",s,1,e.j(i,a),o),e.q(i,a,s)})(this,e,i,a,r);else{if(!s&&!u)return e;o=Fi(e)}return o+=(7*s+u)*$h,ki(Ki(o))},dateUntil(e,t,n){if(n<=7){let r=0,o=Vu({...e,...Ul},{...t,...Ul});return 7===n&&([r,o]=Xo(o,7)),{..._l,weeks:r,days:o}}const r=this.h(e),o=this.h(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.j(o,i),f=0;if(Math.sign(c)===-h){const r=l;[o,i]=e._(o,i,-h),s=o-t,u=i-n,l=e.j(o,i),f=h<0?-r:l}if(c=a-Math.min(r,l)+f,s){const[r,a]=e.I(t,n),[c,l]=e.I(o,i);if(u=c-r||Number(l)-Number(a),Math.sign(u)===-h){const n=h<0&&-e.L(o);s=(o-=h)-t,u=i-gc(r,a,e.U(o))+(n||e.L(o))}}}return[s,u,c]})(this,...r,...o);return 8===n&&(a+=this.J(i,r[0]),i=0),{..._l,years:i,months:a,days:s}},dateFromFields(e,t){const n=sa(t),r=Dc(this,e),o=_c(this,e,r,n),i=kc(this,e,o,r,n);return Ha(ki(this.P(r,o,i)),this.id||vl)},yearMonthFromFields(e,t){const n=sa(t),r=Dc(this,e),o=_c(this,e,r,n);return Ca(_i(this.P(r,o,1)),this.id||vl)},monthDayFromFields(e,t){const n=sa(t),r=!this.id,{monthCode:o,year:i,month:a}=e;let s,u,c,h,l;if(void 0!==o){[s,u]=dc(o),l=No(e,"day");const t=this.N(s,u,l);if(!t)throw new RangeError(Sh);if([c,h]=t,void 0!==a&&a!==h)throw new RangeError(yh);r&&(h=Oo("month",h,1,Ql,1),l=Oo("day",l,1,Wi(void 0!==i?i:c,h),n))}else{c=void 0===i&&r?Xl:Dc(this,e),h=_c(this,e,c,n),l=kc(this,e,h,c,n);const t=this.U(c);u=h===t,s=mc(h,t);const o=this.N(s,u,l);if(!o)throw new RangeError(Sh);[c,h]=o}return Da(ki(this.P(c,h,l)),this.id||vl)},fields(e){return vc(this)&&e.includes("year")?[...e,...il]:e},mergeFields(e,t){const n=Object.assign(Object.create(null),e);return Lc(n,t,cl),vc(this)&&(Lc(n,t,al),this.id===pl&&Lc(n,t,gl,il)),n},inLeapYear(e){const[t]=this.h(e);return this.K(t)},monthsInYear(e){const[t]=this.h(e);return this.L(t)},daysInMonth(e){const[t,n]=this.h(e);return this.j(t,n)},daysInYear(e){const[t]=this.h(e);return this.X(t)},dayOfYear:fc,era(e){return this.ee(e)[0]},eraYear(e){return this.ee(e)[1]},monthCode(e){const[t,n]=this.h(e),[r,o]=this.I(t,n);return((e,t)=>"M"+Uh(e)+(t?"L":""))(r,o)},dayOfWeek:Qi,daysInWeek:()=>7},vd={dayOfYear:fc,h:Ji,q:$i},Sd=Object.assign({},vd,{weekOfYear:hc,yearOfWeek:lc,R(e){function t(e){return(7-e<r?7:0)-e}function n(e){const n=qi(f+e),r=e||1,o=t(qo(u+n*r,7));return h=(n+(o-c)*r)/7}const r=this.id?1:4,o=Qi(e),i=this.dayOfYear(e),a=qo(o-1,7),s=i-1,u=qo(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]}}),pd={dayOfYear:fc,h:tc,q:nc,weekOfYear:hc,yearOfWeek:lc,R:()=>[]},wd=Uc(Object.assign({},yd,Sd,{h:Ji,ee(e){return this.id===Sl?ea(e):this.id===pl?tf(e):[]},I:(e,t)=>[t,0],N(e,t){if(!t)return[Xl,e]},K:Xi,U(){},L:Gi,J:e=>e*Ql,j:Wi,X:qi,P:(e,t,n)=>({isoYear:e,isoMonth:t,isoDay:n}),q:$i,_:(e,t,n)=>(e+=Qo(n,Ql),(t+=ei(n,Ql))<1?(e--,t+=Ql):t>Ql&&(e++,t-=Ql),[e,t]),year:e=>e.isoYear,month:e=>e.isoMonth,day:e=>e.isoDay}),Object.assign({},yd,pd,{h:tc,ee(e){const t=this.O(e);return[t.era,t.eraYear]},I(e,t){const n=rc.call(this,e);return[mc(t,n),n===t]},N(e,t,n){let[r,o,i]=tc.call(this,{isoYear:Xl,isoMonth:Ql,isoDay:31});const a=rc.call(this,r),s=o===a;1===(Jo(e,mc(o,a))||Jo(Number(t),Number(s))||Jo(n,i))&&r--;for(let o=0;o<100;o++){const i=r-o,a=rc.call(this,i),s=gc(e,t,a);if(t===(s===a)&&n<=ic.call(this,i,s))return[i,s]}},K(e){const t=oc.call(this,e);return t>oc.call(this,e-1)&&t>oc.call(this,e+1)},U:rc,L:ac,J(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+=ac.call(this,e+o);return i},j:ic,X:oc,P(e,t,n){return Ki(nc.call(this,e,t,n))},q:nc,_(e,t,n){if(n){if(t+=n,!Number.isSafeInteger(t))throw new RangeError(Hh);if(n<0)for(;t<1;)t+=ac.call(this,--e);else{let n;for(;t>(n=ac.call(this,e));)t-=n,e++}}return[e,t]},year(e){return this.O(e).year},month(e){const{year:t,F:n}=this.O(e),{C:r}=this.B(t);return r[n]+1},day(e){return this.O(e).day}})),Ad="numeric",bd=["timeZoneName"],Td={month:Ad,day:Ad},Id={year:Ad,month:Ad},Md=Object.assign({},Id,{day:Ad}),Ed={hour:Ad,minute:Ad,second:Ad},Od=Object.assign({},Md,Ed),Nd=Object.assign({},Od,{timeZoneName:"short"}),Hd=Object.keys(Id),Cd=Object.keys(Td),Dd=Object.keys(Md),_d=Object.keys(Ed),kd=["dateStyle"],Ld=Hd.concat(kd),Rd=Cd.concat(kd),Yd=Dd.concat(kd,["weekday"]),Pd=_d.concat(["dayPeriod","timeStyle"]),jd=Yd.concat(Pd),Bd=jd.concat(bd),Fd=bd.concat(Pd),Ud=bd.concat(Yd),xd=bd.concat(["day","weekday"],Pd),Zd=bd.concat(["year","weekday"],Pd),$d={},zd=[xc(jd,Od),La],Vd=[xc(Bd,Nd),La,0,(e,t)=>{const n=Ya(e.timeZone);if(t&&Ya(t.timeZone)!==n)throw new RangeError(Th);return n}],Kd=[xc(jd,Od,bd),Fi],Jd=[xc(Yd,Md,Fd),Fi],Gd=[xc(Pd,Ed,Ud),e=>Yi(e)/Kh],Wd=[xc(Ld,Id,xd),Fi,1],qd=[xc(Rd,Td,Zd),Fi,1];let Xd;function Qd(e,t,n,r,o){function i(){if(!(this instanceof i))throw new TypeError(ch);Jg(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=Kg(t);if(!n||n.branding!==e)throw new TypeError(ch);return n}return Object.defineProperties(i.prototype,{...ko(Yo(a,n)),..._o(Yo(a,r)),...Lo("Temporal."+e)}),Object.defineProperties(i,{..._o(o),...Do(e)}),[i,e=>{const t=Object.create(i.prototype);return Jg(t,e),t},s]}function eg(e){return e=e.concat("id").sort(),t=>{if(!function(e,t){for(const n of t)if(!(n in e))return 0;return 1}(t,e))throw new TypeError("Invalid protocol");return t}}function tg(e){if(Kg(e)||void 0!==e.calendar||void 0!==e.timeZone)throw new TypeError("Invalid bag");return e}function ng(e,t){const n={};for(const r in e)n[r]=(e,n)=>{let{o:o}=e;const i=Kg(n)||{},{branding:a}=i,s=a===Nf||t.includes(a)?i:Sg(n);return o[r](s)};return n}function rg(e){const t={};for(const n in e)t[n]=e=>{const{calendar:t}=e;return(r=t,"string"==typeof r?wd(r):(o=r,Object.assign(Object.create(em),{i:o})))[n](e);var r,o};return t}function og(){throw new TypeError("Cannot use valueOf")}function ig(e){let{calendar:t}=e;return"string"==typeof t?new Xm(t):t}function ag(e,t){if(t=Aa(t),Ho(e)){const n=Kg(e);if(n&&n.branding===Of)return sa(t),n;const r=Ig(e);return Tc(Fm(r||vl),!r,e,t)}const n=function(e,t){const n=mu(bl(t));if(n)return uu(n),Da(ra(n));const r=su(t),{calendar:o}=r,i=e(o),[a,s,u]=i.h(r),[c,h]=i.I(a,s),[l,f]=i.N(c,h,u);return Da(ki(i.P(l,f,u)),o)}(wd,e);return sa(t),n}function sg(e,t,n){return Os(ai(t.call(e,lm(Ea(n)))))}function ug(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:um;const n=Object.keys(t).sort(),r={};for(const o of n)r[o]=$o(t[o],e,Ml(e[o]));return r}function cg(e,t){return"string"==typeof e?xf(e):ug(e,t)}function hg(e){return cg(e,cm)}function lg(e){if(Ho(e)){const t=Kg(e);if(t)switch(t.branding){case _f:return t;case Df:return Ea(t.epochNanoseconds)}}return function(e){const t=du(e=gi(e));if(!t)throw new RangeError(Yh(e));let n;if(t.m)n=0;else{if(!t.offset)throw new RangeError(Yh(e));n=au(t.offset)}return t.timeZone&&yu(t.timeZone,1),Ea(xi(na(t),n))}(e)}function fg(e,t,n){const r=t.l(lg(n).epochNanoseconds,e);return r?lm(Ea(r)):null}function dg(e){return Ho(e)?(Kg(e)||{}).timeZone||mm(e):(e=>Iu(function(e){const t=du(e);return t&&(t.timeZone||t.m&&Rf||t.offset)||e}(bl(e))))(e)}function gg(e,t){if(Ho(e)){const n=Kg(e)||{};switch(n.branding){case Cf:return sa(t),n;case Hf:return sa(t),_a(n);case Df:return sa(t),jc(hg,n)}return function(e,t){const n=sa(t);return _a(Ec(Mc(e,el,[],1),n))}(e,t)}return sa(t),function(e){let t,n=(e=>{const t=nd.exec(e);return t?(pu(t[10]),Su(t)):void 0})(bl(e));if(!n){if(n=du(e),!n)throw new RangeError(Yh(e));if(!n.p)throw new RangeError(Yh(e));if(n.m)throw new RangeError(Ph("Z"));uu(n)}if((t=gu(e))&&oa(t))throw new RangeError(Yh(e));if((t=mu(e))&&oa(t))throw new RangeError(Yh(e));return _a(aa(n,1))}(e)}function mg(e){return void 0===e?void 0:gg(e)}function yg(e,t){if(t=Aa(t),Ho(e)){const n=Kg(e);return n&&n.branding===Ef?(sa(t),n):bc(jm(Tg(e)),e,t)}const n=function(e,t){const n=gu(bl(t));if(n)return uu(n),Ca(_i(ra(n)));const r=su(t);return Ca(js(e(r.calendar),r))}(wd,e);return sa(t),n}function vg(e,t){if(t=Aa(t),Ho(e)){const n=Kg(e)||{};switch(n.branding){case Hf:return sa(t),n;case Nf:return sa(t),Na({...n,...Ul});case Df:return sa(t),Yc(hg,n)}return function(e,t,n){const r=Ic(e,t,dl,[],Qh),o=sa(n);return Na(Li({...e.dateFromFields(r,ba(n,o)),...Ec(r,o)}))}(Bm(Tg(e)),e,t)}const n=function(e){const t=du(bl(e));if(!t||t.m)throw new RangeError(Yh(e));return Na(hu(t))}(e);return sa(t),n}function Sg(e,t){if(t=Aa(t),Ho(e)){const n=Kg(e)||{};switch(n.branding){case Nf:return sa(t),n;case Hf:return sa(t),Ha(n);case Df:return sa(t),Pc(hg,n)}return Ac(Bm(Tg(e)),e,t)}const n=su(e);return sa(t),n}function pg(e,t,n){return ii(t.call(e,Im(Ha(n,e))))}function wg(e){return t=>"string"==typeof t?wd(t):((e,t)=>{const n=Object.keys(t).sort(),r={};for(const o of n)r[o]=$o(t[o],e,e[o]);return r})(t,e)}function Ag(e){if(Ho(e)){const t=Kg(e);return t&&t.branding===kf?t:function(e){const t=Mc(e,Ol);return ka(qs({..._l,...t}))}(e)}return function(e){const t=(e=>{const t=id.exec(e);return t?(e=>{function t(e,t,i){let a=0,s=0;if(i&&([a,o]=Wo(o,Xh[i])),void 0!==e){if(r)throw new RangeError(Ph(e));s=(e=>{const t=parseInt(e);if(!Number.isFinite(t))throw new RangeError(Ph(e));return t})(e),n=1,t&&(o=wu(t)*(Xh[i]/Jh),r=1)}return a+s}let n=0,r=0,o=0,i={...Ro(El,[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)]),...ri(o,2,El)};if(!n)throw new RangeError(sh(El));return bu(e[1])<0&&(i=Gs(i)),i})(t):void 0})(bl(e));if(!t)throw new RangeError(Yh(e));return ka(qs(t))}(e)}function bg(e){if(void 0!==e){if(Ho(e)){const t=Kg(e)||{};switch(t.branding){case Df:case Nf:return t;case Hf:return Ha(t)}const n=Tg(e);return{...wc(dg,cg,Bm(n),e),calendar:n}}return function(e){const t=du(bl(e));if(!t)throw new RangeError(Yh(e));if(t.timeZone)return cu(t,t.offset?au(t.offset):void 0);if(t.m)throw new RangeError(Yh(e));return lu(t)}(e)}}function Tg(e){return Ig(e)||vl}function Ig(e){const{calendar:t}=e;if(void 0!==t)return Mg(t)}function Mg(e){return Ho(e)?(Kg(e)||{}).calendar||Qm(e):(e=>uc(function(e){const t=du(e)||gu(e)||mu(e);return t?t.calendar:e}(bl(e))))(e)}function Eg(e,t){if(t=Aa(t),Ho(e)){const n=Kg(e);if(n&&n.branding===Df)return ua(t),n;const r=Tg(e);return function(e,t,n,r,o,i){const a=Ic(n,o,dl,nl,ol),s=e(a.timeZone),[u,c,h]=ua(i),l=n.dateFromFields(a,ba(i,u)),f=Ec(a,u);return Oa(Ms(t(s),{...l,...f},void 0!==a.offset?au(a.offset):void 0,c,h),s,r)}(dg,cg,Bm(r),r,e,t)}return function(e,t){const n=du(bl(e));if(!n||!n.timeZone)throw new RangeError(Yh(e));const{offset:r}=n,o=r?au(r):void 0,[,i,a]=ua(t);return cu(n,o,i,a)}(e,t)}function Og(e){return Yo((e=>t=>e(Ng(t))),e)}function Ng(e){return Ff(e,hg)}function Hg(){const e=Zl.prototype,t=Object.getOwnPropertyDescriptors(e),n=Object.getOwnPropertyDescriptors(Zl),r=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!(this instanceof r))return new r(e,t);iy.set(this,function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=new Zl(e,t),r=n.resolvedOptions(),o=r.locale,i=Bo(Object.keys(t),r),a=Co(_g),s=function(){let e;for(var t=arguments.length,r=new Array(t),s=0;s<t;s++)r[s]=arguments[s];const u=r.map(((t,n)=>{const r=Kg(t),o=(r||{}).branding;if(n&&e&&e!==o)throw new TypeError("Mismatching types for formatting");return e=o,r}));return e?a(e)(o,i,...u):[n,...r]};return s.u=n,s}(e,t))};for(const e in t){const n=t[e],o=e.startsWith("format")&&Cg(e);"function"==typeof n.value?n.value="constructor"===e?r:o||Dg(e):o&&(n.get=function(){return o.bind(this)})}return n.prototype.value=Object.create(e,t),Object.defineProperties(r,n),r}function Cg(e){return function(){const t=iy.get(this),[n,...r]=t(...arguments);return n[e](...r)}}function Dg(e){return function(){return iy.get(this).u[e](...arguments)}}function _g(e){const t=kg[e];if(!t)throw new TypeError((e=>`Cannot format ${e}`)(e));return Zc(t,Co($c))}const kg={Instant:zd,PlainDateTime:Kd,PlainDate:Jd,PlainTime:Gd,PlainYearMonth:Wd,PlainMonthDay:qd},Lg=Zc(zd),Rg=Zc(Vd),Yg=Zc(Kd),Pg=Zc(Jd),jg=Zc(Gd),Bg=Zc(Wd),Fg=Zc(qd),Ug={era:function(e){if(void 0!==e)return bl(e)},eraYear:oi,year:ai,month:ii,daysInMonth:ii,daysInYear:ii,inLeapYear:Tl,monthsInYear:ii},xg={monthCode:bl},Zg={day:ii},$g={dayOfWeek:ii,dayOfYear:ii,weekOfYear:function(e){if(void 0!==e)return ii(e)},yearOfWeek:oi,daysInWeek:ii},zg=Object.assign({},Ug,xg,Zg,$g),Vg=new WeakMap,Kg=Vg.get.bind(Vg),Jg=Vg.set.bind(Vg),Gg={...ng(Ug,[Ef]),...ng($g,[]),...ng(xg,[Ef,Of]),...ng(Zg,[Of])},Wg=rg(zg),qg=rg({...Ug,...xg}),Xg=rg({...xg,...Zg}),Qg={calendarId:e=>Ya(e.calendar)},em=Yo(((e,t)=>function(n){const{i:r}=this;return e(r[t](Im(Ha(n,r))))}),zg),tm=Po((e=>t=>t[e]),El.concat("sign")),nm=Po(((e,t)=>e=>e[Rl[t]]),Qh),rm={epochSeconds:function(e){return ji(e.epochNanoseconds)},epochMilliseconds:La,epochMicroseconds:function(e){return Ni(e.epochNanoseconds,Vh)},epochNanoseconds:function(e){return Ni(e.epochNanoseconds)}},om=$o(Fo,new Set(["branding"])),[im,am,sm]=Qd(Of,$o((function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:vl,o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:Xl;const i=vi(t),a=vi(n),s=e(r);return Da(ki(ra({isoYear:vi(o),isoMonth:i,isoDay:a})),s)}),Mg),{...Qg,...Xg},{getISOFields:om,getCalendar:ig,with(e,t,n){return am(function(e,t,n,r,o){const i=Aa(o);return((e,t,n,r)=>{const o=Oc(e,t,n,dl);return e.monthDayFromFields(o,r)})(e(t.calendar),n,r,i)}(Zm,e,this,tg(t),n))},equals:(e,t)=>function(e,t){return!Cu(e,t)&&Pa(e.calendar,t.calendar)}(e,ag(t)),toPlainDate(e,t){return Im(function(e,t,n,r){return((e,t,n)=>Cc(e,t,ml,ci(n),sl))(e(t.calendar),n,r)}(xm,e,this,t))},toLocaleString(e,t,n){const[r,o]=Fg(t,n,e);return r.format(o)},toString:us,toJSON:e=>us(e),valueOf:og},{from:(e,t)=>am(ag(e,t))}),um={getOffsetNanosecondsFor:sg,getPossibleInstantsFor(e,t,n){const r=[...t.call(e,bm(Na(n,vl)))].map((e=>fm(e).epochNanoseconds)),o=r.length;return o>1&&(r.sort(Ii),Ns(Hi(Ti(r[0],r[o-1])))),r}},cm={getOffsetNanosecondsFor:sg},[hm,lm,fm]=Qd(_f,(function(e){return Ea(Ri(Ei(mi(e))))}),rm,{add:(e,t)=>lm(Hs(0,e,Ag(t))),subtract:(e,t)=>lm(Hs(1,e,Ag(t))),until:(e,t,n)=>Gm(ku(0,e,lg(t),n)),since:(e,t,n)=>Gm(ku(1,e,lg(t),n)),round:(e,t)=>lm(function(e,t){const[n,r,o]=la(t,5,1);return Ea(Wa(e.epochNanoseconds,n,r,o,1))}(e,t)),equals:(e,t)=>function(e,t){return!Ou(e,t)}(e,lg(t)),toZonedDateTime(e,t){const n=ci(t);return ty(Rc(e,dg(n.timeZone),Mg(n.calendar)))},toZonedDateTimeISO:(e,t)=>ty(Rc(e,dg(t))),toLocaleString(e,t,n){const[r,o]=Lg(t,n,e);return r.format(o)},toString:(e,t)=>rs(dg,hg,e,t),toJSON:e=>rs(dg,hg,e),valueOf:og},{from:e=>lm(lg(e)),fromEpochSeconds:e=>lm(function(e){return Ea(Ri(Oi(e,Jh)))}(e)),fromEpochMilliseconds:e=>lm(function(e){return Ea(Ri(Oi(e,Kh)))}(e)),fromEpochMicroseconds:e=>lm(function(e){return Ea(Ri(Ei(mi(e),Vh)))}(e)),fromEpochNanoseconds:e=>lm(function(e){return Ea(Ri(Ei(mi(e))))}(e)),compare:(e,t)=>Ou(lg(e),lg(t))}),[dm,gm]=Qd("TimeZone",(e=>{const t=function(e){return Iu(bl(e))}(e);return{branding:"TimeZone",id:t,o:xf(t)}}),{id:e=>e.id},{getPossibleInstantsFor:(e,t)=>{let{o:n}=e;return n.getPossibleInstantsFor(vg(t)).map((e=>lm(Ea(e))))},getOffsetNanosecondsFor:(e,t)=>{let{o:n}=e;return n.getOffsetNanosecondsFor(lg(t).epochNanoseconds)},getOffsetStringFor(e,t){const n=lg(t).epochNanoseconds;return Ss(ug(this,cm).getOffsetNanosecondsFor(n))},getPlainDateTimeFor(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:vl;const r=lg(t).epochNanoseconds,o=ug(this,cm).getOffsetNanosecondsFor(r);return bm(Na(Vi(r,o),Mg(n)))},getInstantFor(e,t,n){const r=vg(t),o=ca(n),i=ug(this);return lm(Ea(Es(i,r,o)))},getNextTransition:(e,t)=>{let{o:n}=e;return fg(1,n,t)},getPreviousTransition:(e,t)=>{let{o:n}=e;return fg(-1,n,t)},equals(e,t){return!!_u(this,dg(t))},toString:e=>e.id,toJSON:e=>e.id},{from(e){const t=dg(e);return"string"==typeof t?new dm(t):t}}),mm=eg(Object.keys(um)),[ym,vm]=Qd(Cf,(function(){return _a(aa(Yo(vi,Ro(Rl,[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))}),nm,{getISOFields:om,with(e,t,n){return vm(function(e,t,n){return _a(((e,t,n)=>{const r=sa(n);return Ec({...Bo(el,e),...Mc(t,el)},r)})(e,t,n))}(this,tg(t),n))},add:(e,t)=>vm(Ls(0,e,Ag(t))),subtract:(e,t)=>vm(Ls(1,e,Ag(t))),until:(e,t,n)=>Gm(Bu(0,e,gg(t),n)),since:(e,t,n)=>Gm(Bu(1,e,gg(t),n)),round:(e,t)=>vm(function(e,t){const[n,r,o]=la(t,5);var i;return _a((i=o,Za(e,za(n,r),i)[0]))}(e,t)),equals:(e,t)=>function(e,t){return!Du(e,t)}(e,gg(t)),toZonedDateTime:(e,t)=>ty(function(e,t,n,r,o){const i=ci(o),a=t(i.plainDate),s=e(i.timeZone);return Oa(Es(n(s),{...a,...r}),s,a.calendar)}(dg,Sg,cg,e,t)),toPlainDateTime:(e,t)=>bm(function(e,t){return Na(Li({...e,...t}))}(e,Sg(t))),toLocaleString(e,t,n){const[r,o]=jg(t,n,e);return r.format(o)},toString:cs,toJSON:e=>cs(e),valueOf:og},{from:(e,t)=>vm(gg(e,t)),compare:(e,t)=>Du(gg(e),gg(t))}),[Sm,pm,wm]=Qd(Ef,$o((function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:vl,o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1;const i=vi(t),a=vi(n),s=e(r);return Ca(_i(ra({isoYear:i,isoMonth:a,isoDay:vi(o)})),s)}),Mg),{...Qg,...qg},{getISOFields:om,getCalendar:ig,with(e,t,n){return pm(function(e,t,n,r,o){const i=Aa(o);return Ca(((e,t,n,r)=>{const o=Oc(e,t,n,ll);return e.yearMonthFromFields(o,r)})(e(t.calendar),n,r,i))}(Um,e,this,tg(t),n))},add:(e,t,n)=>pm(ks(Vm,0,e,Ag(t),n)),subtract:(e,t,n)=>pm(ks(Vm,1,e,Ag(t),n)),until:(e,t,n)=>Gm(Pu(Km,0,e,yg(t),n)),since:(e,t,n)=>Gm(Pu(Km,1,e,yg(t),n)),equals:(e,t)=>function(e,t){return!Cu(e,t)&&Pa(e.calendar,t.calendar)}(e,yg(t)),toPlainDate(e,t){return Im(function(e,t,n,r){return((e,t,n)=>Cc(e,t,fl,ci(n),hl))(e(t.calendar),n,r)}(xm,e,this,t))},toLocaleString(e,t,n){const[r,o]=Bg(t,n,e);return r.format(o)},toString:ss,toJSON:e=>ss(e),valueOf:og},{from:(e,t)=>pm(yg(e,t)),compare:(e,t)=>Cu(yg(e),yg(t))}),[Am,bm]=Qd(Hf,$o((function(e,t,n,r){let o=arguments.length>10&&void 0!==arguments[10]?arguments[10]:vl;return Na(Li(na(Yo(vi,Ro(Pl,[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))}),Mg),{...Qg,...Wg,...nm},{getISOFields:om,getCalendar:ig,with(e,t,n){return bm(function(e,t,n,r,o){const i=Aa(o);return Na(((e,t,n,r)=>{const o=Oc(e,t,n,dl,Qh),i=sa(r);return Li({...e.dateFromFields(o,ba(r,i)),...Ec(o,i)})})(e(t.calendar),n,r,i))}(xm,e,this,tg(t),n))},withCalendar:(e,t)=>bm(Bc(e,Mg(t))),withPlainDate:(e,t)=>bm(function(e,t){return Na({...e,...t},Fc(e.calendar,t.calendar))}(e,Sg(t))),withPlainTime:(e,t)=>bm(function(e){return Na({...e,...arguments.length>1&&void 0!==arguments[1]?arguments[1]:Ul})}(e,mg(t))),add:(e,t,n)=>bm(Ds($m,0,e,Ag(t),n)),subtract:(e,t,n)=>bm(Ds($m,1,e,Ag(t),n)),until:(e,t,n)=>Gm(Ru(zm,0,e,vg(t),n)),since:(e,t,n)=>Gm(Ru(zm,1,e,vg(t),n)),round:(e,t)=>bm(function(e,t){return Na(Ua(e,...la(t)),e.calendar)}(e,t)),equals:(e,t)=>function(e,t){return!Hu(e,t)&&Pa(e.calendar,t.calendar)}(e,vg(t)),toZonedDateTime:(e,t,n)=>ty(function(e,t,n,r){const o=((e,t,n,r)=>{const o=ca(r);return Es(e(t),n,o)})(e,n,t,r);return Oa(Ri(o),n,t.calendar)}(cg,e,dg(t),n)),toPlainDate:e=>Im(Ha(e)),toPlainTime:e=>vm(_a(e)),toPlainYearMonth(e){return pm(function(e,t,n){const r=e(t.calendar);return Ca({...t,...Hc(r,n)})}(jm,e,this))},toPlainMonthDay(e){return am(function(e,t,n){return Nc(e(t.calendar),n)}(Fm,e,this))},toLocaleString(e,t,n){const[r,o]=Yg(t,n,e);return r.format(o)},toString:is,toJSON:e=>is(e),valueOf:og},{from:(e,t)=>bm(vg(e,t)),compare:(e,t)=>Hu(vg(e),vg(t))}),[Tm,Im,Mm]=Qd(Nf,$o((function(e,t,n,r){let o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:vl;return Ha(ki(ra(Yo(vi,{isoYear:t,isoMonth:n,isoDay:r}))),e(o))}),Mg),{...Qg,...Wg},{getISOFields:om,getCalendar:ig,with(e,t,n){return Im(function(e,t,n,r,o){const i=Aa(o);return((e,t,n,r)=>{const o=Oc(e,t,n,dl);return e.dateFromFields(o,r)})(e(t.calendar),n,r,i)}(xm,e,this,tg(t),n))},withCalendar:(e,t)=>Im(Bc(e,Mg(t))),add:(e,t,n)=>Im(_s($m,0,e,Ag(t),n)),subtract:(e,t,n)=>Im(_s($m,1,e,Ag(t),n)),until:(e,t,n)=>Gm(Yu(zm,0,e,Sg(t),n)),since:(e,t,n)=>Gm(Yu(zm,1,e,Sg(t),n)),equals:(e,t)=>function(e,t){return!Cu(e,t)&&Pa(e.calendar,t.calendar)}(e,Sg(t)),toZonedDateTime(e,t){const n=!Ho(t)||t instanceof dm?{timeZone:t}:t;return ty(function(e,t,n,r,o){const i=e(o.timeZone),a=o.plainTime,s=void 0!==a?t(a):Ul;return Oa(Es(n(i),{...r,...s}),i,r.calendar)}(dg,gg,cg,e,n))},toPlainDateTime:(e,t)=>bm(function(e){return Na(Li({...e,...arguments.length>1&&void 0!==arguments[1]?arguments[1]:Ul}))}(e,mg(t))),toPlainYearMonth(e){return pm(function(e,t,n){return Hc(e(t.calendar),n)}(jm,e,this))},toPlainMonthDay(e){return am(function(e,t,n){return Nc(e(t.calendar),n)}(Fm,e,this))},toLocaleString(e,t,n){const[r,o]=Pg(t,n,e);return r.format(o)},toString:as,toJSON:e=>as(e),valueOf:og},{from:(e,t)=>Im(Sg(e,t)),compare:(e,t)=>Cu(Sg(e),Sg(t))}),Em={fields:(e,t,n)=>[...t.call(e,n)]},Om=Object.assign({dateFromFields:(e,t,n,r)=>Mm(t.call(e,Object.assign(Object.create(null),n),r))},Em),Nm=Object.assign({yearMonthFromFields:(e,t,n,r)=>wm(t.call(e,Object.assign(Object.create(null),n),r))},Em),Hm=Object.assign({monthDayFromFields:(e,t,n,r)=>sm(t.call(e,Object.assign(Object.create(null),n),r))},Em),Cm={mergeFields:(e,t,n,r)=>ci(t.call(e,Object.assign(Object.create(null),n),Object.assign(Object.create(null),r)))},Dm=Object.assign({},Om,Cm),_m=Object.assign({},Nm,Cm),km=Object.assign({},Hm,Cm),Lm={dateAdd:(e,t,n,r,o)=>Mm(t.call(e,Im(Ha(n,e)),Gm(ka(r)),o))},Rm=Object.assign({},Lm,{dateUntil:(e,t,n,r,o,i)=>Wm(t.call(e,Im(Ha(n,e)),Im(Ha(r,e)),Object.assign(Object.create(null),i,{largestUnit:Zh[o]})))}),Ym=Object.assign({},Lm,{day:pg}),Pm=Object.assign({},Rm,{day:pg}),jm=wg(Nm),Bm=wg(Om),Fm=wg(Hm),Um=wg(_m),xm=wg(Dm),Zm=wg(km),$m=wg(Lm),zm=wg(Rm),Vm=wg(Ym),Km=wg(Pm),[Jm,Gm,Wm]=Qd(kf,(function(){return ka(qs(Yo(Si,Ro(El,[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]))))}),{...tm,blank:function(e){return!e.sign}},{with:(e,t)=>Gm(function(e,t){return ka((n=e,r=t,qs({...n,...Mc(r,Ol)})));var n,r}(e,t)),negated:e=>Gm(Js(e)),abs:e=>Gm(function(e){return-1===e.sign?Js(e):e}(e)),add:(e,t,n)=>Gm(Ks(bg,zm,cg,0,e,Ag(t),n)),subtract:(e,t,n)=>Gm(Ks(bg,zm,cg,1,e,Ag(t),n)),round:(e,t)=>Gm(function(e,t,n,r,o){const i=ru(r),[a,s,u,c,h]=((e,t,n)=>{e=wa(e,nf);let r=vf(e);const o=n(e[sf]);let i=ya(e);const a=Mf(e,7);let s=yf(e);if(void 0===r&&void 0===s)throw new RangeError(Lh);return null==s&&(s=0),null==r&&(r=Math.max(s,t)),Ma(r,s),i=va(i,s,1),[r,s,i,a,o]})(o,i,e),l=Math.max(i,a);if(!zs(h)&&l<=6)return ka(qs(((e,t,n,r,o)=>{const i=Wa(Qs(e),n,r,o);return{..._l,...eu(i,t)}})(r,a,s,u,c)));if(!h)throw new RangeError(_h);const[f,d,g]=Us(t,n,h),m=xs(g),y=Zs(g),v=$s(g),S=y(d,f,r);let p=v(d,f,S,a);const w=r.sign,A=Ws(p);if(w&&A&&w!==A)throw new RangeError(wh);return A&&(p=Ga(p,m(S),a,s,u,c,d,f,m,y)),ka(p)}(bg,zm,cg,e,t)),total:(e,t)=>function(e,t,n,r,o){const i=ru(r),[a,s]=((e,t)=>{const n=t((e=wa(e,rf))[sf]);let r=Sf(e);return r=ui(rf,r),[r,n]})(o,e);if(Vs(Math.max(a,i),s))return ja(r,a);if(!s)throw new RangeError(_h);const[u,c,h]=Us(t,n,s),l=xs(h),f=Zs(h),d=$s(h),g=f(c,u,r),m=d(c,u,g,a);return Vs(a,s)?ja(m,a):((e,t,n,r,o,i,a)=>{const s=Ws(e),[u,c]=Ba(r,Ll(n,e),n,s,o,i,a),h=Fa(t,u,c);return e[El[n]]+h*s})(m,l(g),a,c,u,l,f)}(bg,zm,cg,e,t),toLocaleString(e,t,n){return Intl.DurationFormat?new Intl.DurationFormat(t,n).format(this):hs(e)},toString:hs,toJSON:e=>hs(e),valueOf:og},{from:e=>Gm(Ag(e)),compare:(e,t,n)=>function(e,t,n,r,o,i){const a=e(pa(i).relativeTo),s=Math.max(ru(r),ru(o));if(xo(El,r,o))return 0;if(Vs(s,a))return Ii(Qs(r),Qs(o));if(!a)throw new RangeError(_h);const[u,c,h]=Us(t,n,a),l=xs(h),f=Zs(h);return Ii(l(f(c,u,r)),l(f(c,u,o)))}(bg,$m,cg,Ag(e),Ag(t),n)}),qm={toString:e=>e.id,toJSON:e=>e.id,...Gg,dateAdd:(e,t,n,r)=>{let{id:o,o:i}=e;return Im(Ha(i.dateAdd(Sg(t),Ag(n),r),o))},dateUntil:(e,t,n,r)=>{let{o:o}=e;return Gm(ka(o.dateUntil(Sg(t),Sg(n),function(e){return e=pa(e),vf(e,9,6,1)}(r))))},dateFromFields:(e,t,n)=>{let{id:r,o:o}=e;return Im(Ac(o,t,n,function(e){return e===vl?["year","day"]:[]}(r)))},yearMonthFromFields:(e,t,n)=>{let{id:r,o:o}=e;return pm(bc(o,t,n,function(e){return e===vl?sl:[]}(r)))},monthDayFromFields:(e,t,n)=>{let{id:r,o:o}=e;return am(Tc(o,0,t,n,function(e){return e===vl?hl:[]}(r)))},fields(e,t){let{o:n}=e;const r=new Set(dl),o=[];for(const e of t){if(bl(e),!r.has(e))throw new RangeError(ih(e));r.delete(e),o.push(e)}return n.fields(o)},mergeFields:(e,t,n)=>{let{o:r}=e;return r.mergeFields(Uo(si(t)),Uo(si(n)))}},[Xm]=Qd("Calendar",(e=>{const t=function(e){return uc(bl(e))}(e);return{branding:"Calendar",id:t,o:wd(t)}}),{id:e=>e.id},qm,{from(e){const t=Mg(e);return"string"==typeof t?new Xm(t):t}}),Qm=eg(Object.keys(qm).slice(4)),[ey,ty]=Qd(Df,$o((function(e,t,n,r){let o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:vl;return Oa(Ri(Ei(mi(n))),t(r),e(o))}),Mg,dg),{...rm,...Qg,...Og(Wg),...Og(nm),offset:e=>Ss(Ng(e).offsetNanoseconds),offsetNanoseconds:e=>Ng(e).offsetNanoseconds,timeZoneId:e=>Ya(e.timeZone),hoursInDay:e=>function(e,t){const n=e(t.timeZone),r=Ff(t,n),[o,i]=Va(r),a=Hi(Ti(Es(n,o),Es(n,i)),Wh,1);if(a<=0)throw new RangeError(wh);return a}(cg,e)},{getISOFields:e=>function(e,t){const n=Ff(t,e);return{calendar:t.calendar,...Bo(Fl,n),offset:Ss(n.offsetNanoseconds),timeZone:t.timeZone}}(hg,e),getCalendar:ig,getTimeZone:e=>{let{timeZone:t}=e;return"string"==typeof t?new dm(t):t},with(e,t,n){return ty(function(e,t,n,r,o,i){const a=Aa(i),{calendar:s,timeZone:u}=n;return Oa(((e,t,n,r,o)=>{const i=Oc(e,n,r,dl,rl,tl),[a,s,u]=ua(o,2);return Ms(t,{...e.dateFromFields(i,ba(o,a)),...Ec(i,a)},au(i.offset),s,u)})(e(s),t(u),r,o,a),u,s)}(xm,cg,e,this,tg(t),n))},withCalendar:(e,t)=>ty(Bc(e,Mg(t))),withTimeZone:(e,t)=>ty(function(e,t){return{...e,timeZone:t}}(e,dg(t))),withPlainDate:(e,t)=>ty(function(e,t,n){const r=t.timeZone,o=e(r),i={...Ff(t,o),...n},a=Fc(t.calendar,n.calendar);return Oa(Ms(o,i,i.offsetNanoseconds,2),r,a)}(cg,e,Sg(t))),withPlainTime:(e,t)=>ty(function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Ul;const r=t.timeZone,o=e(r),i={...Ff(t,o),...n};return Oa(Ms(o,i,i.offsetNanoseconds,2),r,t.calendar)}(cg,e,mg(t))),add:(e,t,n)=>ty(Cs($m,cg,0,e,Ag(t),n)),subtract:(e,t,n)=>ty(Cs($m,cg,1,e,Ag(t),n)),until:(e,t,n)=>Gm(ka(Lu(zm,cg,0,e,Eg(t),n))),since:(e,t,n)=>Gm(ka(Lu(zm,cg,1,e,Eg(t),n))),round:(e,t)=>ty(function(e,t,n){let{epochNanoseconds:r,timeZone:o,calendar:i}=t;const[a,s,u]=la(n);if(0===a&&1===s)return t;const c=e(o);if(6===a)r=((e,t,n,r)=>{const o=Ff(n,t),[i,a]=e(o),s=n.epochNanoseconds,u=Es(t,i),c=Es(t,a);if(Mi(s,u,c))throw new RangeError(wh);return Qa(Fa(s,u,c),r)?c:u})(Va,c,t,u);else{const e=c.getOffsetNanosecondsFor(r);r=Ms(c,Ua(Vi(r,e),a,s,u),e,2,0,1)}return Oa(r,o,i)}(cg,e,t)),startOfDay:e=>ty(function(e,t){const{timeZone:n,calendar:r}=t,o=((e,t,n)=>Es(t,e(Ff(n,t))))(Ka,e(n),t);return Oa(o,n,r)}(cg,e)),equals:(e,t)=>function(e,t){return!Nu(e,t)&&!!_u(e.timeZone,t.timeZone)&&Pa(e.calendar,t.calendar)}(e,Eg(t)),toInstant:e=>lm(function(e){return Ea(e.epochNanoseconds)}(e)),toPlainDateTime:e=>bm(Yc(hg,e)),toPlainDate:e=>Im(Pc(hg,e)),toPlainTime:e=>vm(jc(hg,e)),toPlainYearMonth(e){return pm(function(e,t,n){return Hc(e(t.calendar),n)}(jm,e,this))},toPlainMonthDay(e){return am(function(e,t,n){return Nc(e(t.calendar),n)}(Fm,e,this))},toLocaleString(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const[r,o]=Rg(t,n,e);return r.format(o)},toString:(e,t)=>os(hg,e,t),toJSON:e=>os(hg,e),valueOf:og},{from:(e,t)=>ty(Eg(e,t)),compare:(e,t)=>Nu(Eg(e),Eg(t))}),ny=Object.defineProperties({},{...Lo("Temporal.Now"),..._o({timeZoneId:()=>Jc(),instant:()=>lm(Ea(Kc())),zonedDateTime:function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Jc();return ty(Oa(Kc(),dg(t),Mg(e)))},zonedDateTimeISO:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Jc();return ty(Oa(Kc(),dg(e),vl))},plainDateTime:function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Jc();return bm(Na(Vc(hg(dg(t))),Mg(e)))},plainDateTimeISO:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Jc();return bm(Na(Vc(hg(dg(e))),vl))},plainDate:function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Jc();return Im(Ha(Vc(hg(dg(t))),Mg(e)))},plainDateISO:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Jc();return Im(Ha(Vc(hg(dg(e))),vl))},plainTimeISO:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Jc();return vm(_a(Vc(hg(dg(e)))))}})}),ry=Object.defineProperties({},{...Lo("Temporal"),..._o({PlainYearMonth:Sm,PlainMonthDay:im,PlainDate:Tm,PlainTime:ym,PlainDateTime:Am,ZonedDateTime:ey,Instant:hm,Calendar:Xm,TimeZone:dm,Duration:Jm,Now:ny})}),oy=Hg(),iy=new WeakMap;function ay(e){return e*Math.PI/180}function sy(e){return 180*e/Math.PI}Object.create(Intl),_o({DateTimeFormat:oy}),Object.defineProperties(globalThis,_o({Temporal:ry})),Object.defineProperties(Intl,_o({DateTimeFormat:oy})),Object.defineProperties(Date.prototype,_o({toTemporalInstant:function(){return lm(Ea(Oi(this.valueOf(),Kh)))}}));class uy{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 cy=6356.9;class hy{constructor(e,t){this.date=t,this.geoLocation=e}getSunrise(){const e=this.getUTCSunrise0(hy.GEOMETRIC_ZENITH);return isNaN(e)?null:this.getDateFromTime(e,!0)}getSeaLevelSunrise(){const e=this.getUTCSeaLevelSunrise(hy.GEOMETRIC_ZENITH);return isNaN(e)?null:this.getDateFromTime(e,!0)}getBeginCivilTwilight(){return this.getSunriseOffsetByDegrees(hy.CIVIL_ZENITH)}getBeginNauticalTwilight(){return this.getSunriseOffsetByDegrees(hy.NAUTICAL_ZENITH)}getBeginAstronomicalTwilight(){return this.getSunriseOffsetByDegrees(hy.ASTRONOMICAL_ZENITH)}getSunset(){const e=this.getUTCSunset0(hy.GEOMETRIC_ZENITH);return isNaN(e)?null:this.getDateFromTime(e,!1)}getSeaLevelSunset(){const e=this.getUTCSeaLevelSunset(hy.GEOMETRIC_ZENITH);return isNaN(e)?null:this.getDateFromTime(e,!1)}getEndCivilTwilight(){return this.getSunsetOffsetByDegrees(hy.CIVIL_ZENITH)}getEndNauticalTwilight(){return this.getSunsetOffsetByDegrees(hy.NAUTICAL_ZENITH)}getEndAstronomicalTwilight(){return this.getSunsetOffsetByDegrees(hy.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 sy(Math.acos(cy/(cy+e/1e3)))}adjustZenith(e,t){let n=e;return e===hy.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=hy.getSunriseUTC(hy.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=hy.getSunsetUTC(hy.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 hy.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-hy.JULIAN_DAY_JAN_1_2000)/hy.JULIAN_DAYS_PER_CENTURY}static getJulianDayFromJulianCenturies(e){return e*hy.JULIAN_DAYS_PER_CENTURY+hy.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=ay(hy.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 hy.getSunGeometricMeanLongitude(e)+hy.getSunEquationOfCenter(e)}static getSunApparentLongitude(e){const t=125.04-1934.136*e;return hy.getSunTrueLongitude(e)-.00569-.00478*Math.sin(ay(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 hy.getMeanObliquityOfEcliptic(e)+.00256*Math.cos(ay(t))}static getSunDeclination(e){const t=hy.getObliquityCorrection(e),n=hy.getSunApparentLongitude(e),r=Math.sin(ay(t))*Math.sin(ay(n));return sy(Math.asin(r))}static getEquationOfTime(e){const t=hy.getObliquityCorrection(e),n=hy.getSunGeometricMeanLongitude(e),r=hy.getEarthOrbitEccentricity(e),o=hy.getSunGeometricMeanAnomaly(e);let i=Math.tan(ay(t)/2);i*=i;const a=Math.sin(2*ay(n)),s=Math.sin(ay(o));return 4*sy(i*a-2*r*s+4*r*i*s*Math.cos(2*ay(n))-.5*i*i*Math.sin(4*ay(n))-1.25*r*r*Math.sin(2*ay(o)))}static getSunHourAngleAtSunrise(e,t,n){const r=ay(e),o=ay(t);return Math.acos(Math.cos(ay(n))/(Math.cos(r)*Math.cos(o))-Math.tan(r)*Math.tan(o))}static getSunHourAngleAtSunset(e,t,n){const r=ay(e),o=ay(t);return-Math.acos(Math.cos(ay(n))/(Math.cos(r)*Math.cos(o))-Math.tan(r)*Math.tan(o))}static getSolarElevation(e,t,n){const r=hy.getJulianDay(e.toPlainDate()),o=hy.getJulianCenturiesFromJulianDay(r),i=hy.getEquationOfTime(o);let a=e.hour+12+(e.minute+i+e.second/60)/60;a=-360*a/24%360;const s=ay(n-a),u=ay(hy.getSunDeclination(o)),c=ay(t);return sy(Math.asin(Math.sin(c)*Math.sin(u)+Math.cos(c)*Math.cos(u)*Math.cos(s)))}static getSolarAzimuth(e,t,n){const r=hy.getJulianDay(e.toPlainDate()),o=hy.getJulianCenturiesFromJulianDay(r),i=hy.getEquationOfTime(o);let a=e.hour+12+(e.minute+i+e.second/60)/60;a=-360*a/24%360;const s=ay(n-a),u=ay(hy.getSunDeclination(o)),c=ay(t);return sy(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=hy.getJulianCenturiesFromJulianDay(e),i=hy.getSolarNoonUTC(o,n),a=hy.getJulianCenturiesFromJulianDay(e+i/1440);let s=hy.getEquationOfTime(a),u=hy.getSunDeclination(a),c=hy.getSunHourAngleAtSunrise(t,u,r),h=n-sy(c),l=4*h,f=720+l-s;const d=hy.getJulianCenturiesFromJulianDay(hy.getJulianDayFromJulianCenturies(o)+f/1440);return s=hy.getEquationOfTime(d),u=hy.getSunDeclination(d),c=hy.getSunHourAngleAtSunrise(t,u,r),h=n-sy(c),l=4*h,f=720+l-s,f}static getSolarNoonUTC(e,t){const n=hy.getJulianCenturiesFromJulianDay(hy.getJulianDayFromJulianCenturies(e)+t/360);let r=hy.getEquationOfTime(n);const o=720+4*t-r,i=hy.getJulianCenturiesFromJulianDay(hy.getJulianDayFromJulianCenturies(e)-.5+o/1440);return r=hy.getEquationOfTime(i),720+4*t-r}static getSunsetUTC(e,t,n,r){const o=hy.getJulianCenturiesFromJulianDay(e),i=hy.getSolarNoonUTC(o,n),a=hy.getJulianCenturiesFromJulianDay(e+i/1440);let s=hy.getEquationOfTime(a),u=hy.getSunDeclination(a),c=hy.getSunHourAngleAtSunset(t,u,r),h=n-sy(c),l=4*h,f=720+l-s;const d=hy.getJulianCenturiesFromJulianDay(hy.getJulianDayFromJulianCenturies(o)+f/1440);return s=hy.getEquationOfTime(d),u=hy.getSunDeclination(d),c=hy.getSunHourAngleAtSunset(t,u,r),h=n-sy(c),l=4*h,f=720+l-s,f}}hy.GEOMETRIC_ZENITH=90,hy.CIVIL_ZENITH=96,hy.NAUTICAL_ZENITH=102,hy.ASTRONOMICAL_ZENITH=108,hy.JULIAN_DAY_JAN_1_2000=2451545,hy.JULIAN_DAYS_PER_CENTURY=36525;const ly=[["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]],fy=new Map,dy={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"},gy=new Map;class my extends uy{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=gy.get(e);if(t)return t;const n=new Intl.DateTimeFormat("en-US",{timeZone:e,hour:"numeric",minute:"numeric",hour12:!1});return gy.set(e,n),n}(this.getTimeZone())}getGeoId(){return this.geoid}static lookup(e){return fy.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 dy[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":dy[t]}static addLocation(e,t){const n=e.toLowerCase();return!fy.has(n)&&(fy.set(n,t),!0)}}for(const e of ly){const t=new my(e[2],e[3],"IL"===e[1],e[4],e[0],e[1],void 0,e[5]);my.addLocation(e[0],t)}function yy(e){if(null===e)return new Date(NaN);const t=new Date(e.epochMilliseconds);return t.setMilliseconds(0),t}class vy{constructor(e,t,n){const r=function(e){if(u(e))return e;if(Ee.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 hy(e,o),this.useElevation=Boolean(n)}getUseElevation(){return this.useElevation}setUseElevation(e){this.useElevation=e}timeAtAngle(e,t){const n=90+e;return yy(t?this.noaa.getSunriseOffsetByDegrees(n):this.noaa.getSunsetOffsetByDegrees(n))}sunrise(){return yy(this.useElevation?this.noaa.getSunrise():this.noaa.getSeaLevelSunrise())}seaLevelSunrise(){return yy(this.noaa.getSeaLevelSunrise())}sunset(){return yy(this.useElevation?this.noaa.getSunset():this.noaa.getSeaLevelSunset())}seaLevelSunset(){return yy(this.noaa.getSeaLevelSunset())}dawn(){return yy(this.noaa.getBeginCivilTwilight())}dusk(){return yy(this.noaa.getEndCivilTwilight())}gregEve(){const e=new Date(this.date);e.setDate(e.getDate()-1);return new vy(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 yy(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 yy(hy.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)+vy.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 vy(e,t,n).sunset();let o=new Ee(t);const i=r.getTime();return isNaN(i)||t.getTime()>=i&&(o=o.next()),o}}const Sy={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 py(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===Sy[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 wy extends Pe{constructor(e,t,n,r,o,i,a){super(e,t,n),this.eventTime=vy.roundTime(r),this.location=o;const s=o.getTimeFormatter();this.eventTimeStr=vy.formatTime(this.eventTime,s);const u=Object.assign(Object.assign({},a),{location:o});this.fmtTime=py(this.eventTimeStr,"pm",u),void 0!==i&&(this.linkedEvent=i)}render(e){return Se.gettext(this.getDesc(),e)+": "+this.fmtTime}renderBrief(e){return Se.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 Ay extends wy{constructor(e,t,n,r,o,i){super(e,"Candle lighting",t,n,r,o,i)}getEmoji(){return"🕯️"}}class by extends wy{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=Se.gettext(this.getDesc(),e);if(this.havdalahMins){const n=Se.gettext("min",e);t+=` (${this.havdalahMins} ${n})`}return t}getEmoji(){return"✨"}}const Ty=f.NISAN,Iy=f.IYYAR,My=f.SIVAN,Ey=f.ELUL,Oy=f.TISHREI,Ny=f.CHESHVAN,Hy=f.KISLEV,Cy=f.SHVAT,Dy=f.ADAR_II,_y=Re.CHAG,ky=Re.LIGHT_CANDLES,Ly=Re.YOM_TOV_ENDS,Ry=Re.CHUL_ONLY,Yy=Re.IL_ONLY,Py=Re.LIGHT_CANDLES_TZEIS,jy=Re.MINOR_HOLIDAY,By=Re.EREV,Fy=Re.CHOL_HAMOED,Uy="🫓",xy="🌿🍋",Zy="Rosh Hashana II",$y="Erev Yom Kippur",zy="Yom Kippur",Vy="Erev Sukkot",Ky="Sukkot I",Jy="Sukkot II",Gy="Sukkot III (CH''M)",Wy="Sukkot IV (CH''M)",qy="Sukkot V (CH''M)",Xy="Sukkot VI (CH''M)",Qy="Shmini Atzeret",ev="Simchat Torah",tv="Sukkot II (CH''M)",nv="Sukkot VII (Hoshana Raba)",rv="Chanukah: 1 Candle",ov="Tu BiShvat",iv="Erev Purim",av="Purim",sv="Shushan Purim",uv="Erev Pesach",cv="Pesach I",hv="Pesach II",lv="Pesach II (CH''M)",fv="Pesach III (CH''M)",dv="Pesach IV (CH''M)",gv="Pesach V (CH''M)",mv="Pesach VI (CH''M)",yv="Pesach VII",vv="Pesach VIII",Sv="Pesach Sheni",pv="Lag BaOmer",wv="Erev Shavuot",Av="Shavuot",bv="Shavuot I",Tv="Shavuot II",Iv="Tu B'Av",Mv="Rosh Hashana LaBehemot",Ev="Erev Rosh Hashana",Ov="Yom Yerushalayim",Nv="Ben-Gurion Day",Hv="Family Day",Cv="Yitzhak Rabin Memorial Day",Dv="Herzl Day",_v="Jabotinsky Day",kv="Sigd",Lv="Yom HaAliyah",Rv="Yom HaAliyah School Observance",Yv="Hebrew Language Day",Pv={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:Nv,CHANUKAH_1_CANDLE:rv,EREV_PESACH:uv,EREV_PURIM:iv,EREV_ROSH_HASHANA:Ev,EREV_SHAVUOT:wv,EREV_SUKKOT:Vy,EREV_YOM_KIPPUR:$y,FAMILY_DAY:Hv,HEBREW_LANGUAGE_DAY:Yv,HERZL_DAY:Dv,JABOTINSKY_DAY:_v,LAG_BAOMER:pv,PESACH_I:cv,PESACH_II:hv,PESACH_III_CHM:fv,PESACH_II_CHM:lv,PESACH_IV_CHM:dv,PESACH_SHENI:Sv,PESACH_VII:yv,PESACH_VIII:vv,PESACH_VI_CHM:mv,PESACH_V_CHM:gv,PURIM:av,ROSH_HASHANA_II:Zy,ROSH_HASHANA_LABEHEMOT:Mv,SHAVUOT:Av,SHAVUOT_I:bv,SHAVUOT_II:Tv,SHMINI_ATZERET:Qy,SHUSHAN_PURIM:sv,SIGD:kv,SIMCHAT_TORAH:ev,SUKKOT_I:Ky,SUKKOT_II:Jy,SUKKOT_III_CHM:Gy,SUKKOT_II_CHM:tv,SUKKOT_IV_CHM:Wy,SUKKOT_VII_HOSHANA_RABA:nv,SUKKOT_VI_CHM:Xy,SUKKOT_V_CHM:qy,TU_BAV:Iv,TU_BISHVAT:ov,YITZHAK_RABIN_MEMORIAL_DAY:Cv,YOM_HAALIYAH:Lv,YOM_HAALIYAH_SCHOOL_OBSERVANCE:Rv,YOM_KIPPUR:zy,YOM_YERUSHALAYIM:Ov},jv=[{mm:Oy,dd:2,desc:Zy,flags:_y|Ly,emoji:"🍏🍯"},{mm:Oy,dd:9,desc:$y,flags:By|ky},{mm:Oy,dd:10,desc:zy,flags:_y|Re.MAJOR_FAST|Ly},{mm:Oy,dd:14,desc:Vy,flags:Ry|By|ky,emoji:xy},{mm:Oy,dd:15,desc:Ky,flags:Ry|_y|Py,emoji:xy},{mm:Oy,dd:16,desc:Jy,flags:Ry|_y|Ly,emoji:xy},{mm:Oy,dd:17,desc:Gy,flags:Ry|Fy,chmDay:1,emoji:xy},{mm:Oy,dd:18,desc:Wy,flags:Ry|Fy,chmDay:2,emoji:xy},{mm:Oy,dd:19,desc:qy,flags:Ry|Fy,chmDay:3,emoji:xy},{mm:Oy,dd:20,desc:Xy,flags:Ry|Fy,chmDay:4,emoji:xy},{mm:Oy,dd:22,desc:Qy,flags:Ry|_y|Py},{mm:Oy,dd:23,desc:ev,flags:Ry|_y|Ly},{mm:Oy,dd:14,desc:Vy,flags:Yy|By|ky,emoji:xy},{mm:Oy,dd:15,desc:Ky,flags:Yy|_y|Ly,emoji:xy},{mm:Oy,dd:16,desc:tv,flags:Yy|Fy,chmDay:1,emoji:xy},{mm:Oy,dd:17,desc:Gy,flags:Yy|Fy,chmDay:2,emoji:xy},{mm:Oy,dd:18,desc:Wy,flags:Yy|Fy,chmDay:3,emoji:xy},{mm:Oy,dd:19,desc:qy,flags:Yy|Fy,chmDay:4,emoji:xy},{mm:Oy,dd:20,desc:Xy,flags:Yy|Fy,chmDay:5,emoji:xy},{mm:Oy,dd:22,desc:Qy,flags:Yy|_y|Ly},{mm:Oy,dd:21,desc:nv,flags:ky|Fy,chmDay:-1,emoji:xy},{mm:Hy,dd:24,desc:rv,flags:By|jy|Re.CHANUKAH_CANDLES,emoji:"🕎1️⃣"},{mm:Cy,dd:15,desc:ov,flags:jy,emoji:"🌳"},{mm:Dy,dd:13,desc:iv,flags:By|jy,emoji:"🎭️📜"},{mm:Dy,dd:14,desc:av,flags:jy,emoji:"🎭️📜"},{mm:Dy,dd:15,desc:sv,flags:jy,emoji:"🎭️📜"},{mm:Ty,dd:14,desc:uv,flags:Yy|By|ky,emoji:"🫓🍷"},{mm:Ty,dd:15,desc:cv,flags:Yy|_y|Ly,emoji:Uy},{mm:Ty,dd:16,desc:lv,flags:Yy|Fy,chmDay:1,emoji:Uy},{mm:Ty,dd:17,desc:fv,flags:Yy|Fy,chmDay:2,emoji:Uy},{mm:Ty,dd:18,desc:dv,flags:Yy|Fy,chmDay:3,emoji:Uy},{mm:Ty,dd:19,desc:gv,flags:Yy|Fy,chmDay:4,emoji:Uy},{mm:Ty,dd:20,desc:mv,flags:Yy|Fy|ky,chmDay:5,emoji:Uy},{mm:Ty,dd:21,desc:yv,flags:Yy|_y|Ly,emoji:Uy},{mm:Ty,dd:14,desc:uv,flags:Ry|By|ky,emoji:"🫓🍷"},{mm:Ty,dd:15,desc:cv,flags:Ry|_y|Py,emoji:"🫓🍷"},{mm:Ty,dd:16,desc:hv,flags:Ry|_y|Ly,emoji:Uy},{mm:Ty,dd:17,desc:fv,flags:Ry|Fy,chmDay:1,emoji:Uy},{mm:Ty,dd:18,desc:dv,flags:Ry|Fy,chmDay:2,emoji:Uy},{mm:Ty,dd:19,desc:gv,flags:Ry|Fy,chmDay:3,emoji:Uy},{mm:Ty,dd:20,desc:mv,flags:Ry|Fy|ky,chmDay:4,emoji:Uy},{mm:Ty,dd:21,desc:yv,flags:Ry|_y|Py,emoji:Uy},{mm:Ty,dd:22,desc:vv,flags:Ry|_y|Ly,emoji:Uy},{mm:Iy,dd:14,desc:Sv,flags:jy},{mm:Iy,dd:18,desc:pv,flags:jy,emoji:"🔥"},{mm:My,dd:5,desc:wv,flags:By|ky,emoji:"⛰️🌸"},{mm:My,dd:6,desc:Av,flags:Yy|_y|Ly,emoji:"⛰️🌸"},{mm:My,dd:6,desc:bv,flags:Ry|_y|Py,emoji:"⛰️🌸"},{mm:My,dd:7,desc:Tv,flags:Ry|_y|Ly,emoji:"⛰️🌸"},{mm:f.AV,dd:15,desc:Iv,flags:jy,emoji:"❤️"},{mm:Ey,dd:1,desc:Mv,flags:jy,emoji:"🐑"},{mm:Ey,dd:29,desc:Ev,flags:By|ky,emoji:"🍏🍯"}],Bv=[{firstYear:5727,mm:Iy,dd:28,desc:Ov,chul:!0},{firstYear:5737,mm:Hy,dd:6,desc:Nv,satPostponeToSun:!0,friPostponeToSun:!0},{firstYear:5750,mm:Cy,dd:30,desc:Hv},{firstYear:5758,mm:Ny,dd:12,desc:Cv,friSatMovetoThu:!0},{firstYear:5764,mm:Iy,dd:10,desc:Dv,satPostponeToSun:!0},{firstYear:5765,mm:f.TAMUZ,dd:29,desc:_v,satPostponeToSun:!0},{firstYear:5769,mm:Ny,dd:29,desc:kv,chul:!0,suppressEmoji:!0,friSatMovetoThu:!0},{firstYear:5777,mm:Ty,dd:10,desc:Lv,chul:!0},{firstYear:5777,mm:Ny,dd:7,desc:Rv},{firstYear:5773,mm:f.TEVET,dd:21,desc:Yv,friSatMovetoThu:!0}];class Fv 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 Pv.LAG_BAOMER:case Pv.LEIL_SELICHOT:case Pv.PESACH_SHENI:case Pv.EREV_PURIM:case Pv.PURIM_KATAN:case Pv.SHUSHAN_PURIM:case Pv.TU_BAV:case Pv.TU_BISHVAT:case Pv.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 Fv(this.date,this.desc,this.mask);return Object.assign(e,this),e}}class Uv extends Fv{urlDateSuffix(){return se(this.getDate().greg()).replace(/-/g,"")}}class xv extends Fv{urlDateSuffix(){const e=this.getDate().greg();let t=e.getFullYear();return 0===e.getMonth()&&t--,String(t)}}class Zv extends Fv{constructor(e,t,n){super(e,`Rosh Hashana ${t}`,n),this.hyear=t}render(e){return Se.gettext("Rosh Hashana",e)+" "+this.hyear}getEmoji(){return"🍏🍯"}}const $v="Rosh Chodesh";class zv extends Fv{constructor(e,t){super(e,`${$v} ${t}`,Re.ROSH_CHODESH)}render(e){const t=this.getDesc().substring(13),n=Se.gettext(t,e).replace(/'/g,"’");return Se.gettext($v,e)+" "+n}basename(){return this.getDesc()}getEmoji(){return this.emoji||"🌒"}}const Vv=Re.LIGHT_CANDLES,Kv=Re.LIGHT_CANDLES_TZEIS;function Jv(e,t,n,r,o){let i=!1,a=o,s=e?e.getFlags():Vv;void 0!==e?r||(s&(Kv|Re.CHANUKAH_CANDLES)?a=!0:s&Re.YOM_TOV_ENDS&&(i=!0,a=!0)):o&&(i=!0,s=Kv);const u=Number(a?n.havdalahMins:n.candleLightingMins),c=n.location,h=Boolean(n.useElevation),l=new vy(c,t,h),f=a&&!u?l.tzeit(n.havdalahDeg):l.sunsetOffset(u,!0);if(!isNaN(f.getTime()))return i?new by(t,s,f,c,n.havdalahMins,e,n):(s|=Vv,new Ay(t,s,f,c,e,n))}const Gv="Fast begins",Wv="Fast ends";class qv extends Fv{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 Xv(e,t,n,r){const o=r.location,i=e.getDate();return new wy(i,n,e.getFlags(),t,o,e,r)}class Qv extends xv{constructor(e,t,n,r,o){super(e,t,n),this.eventTime=vy.roundTime(r);const i=o.getTimeFormatter();this.eventTimeStr=vy.formatTime(this.eventTime,i),this.location=o}}const eS=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],tS=["רִאשׁוֹן","שֵׁנִי","שְׁלִישִׁי","רְבִיעִי","חֲמִישִׁי","שִׁישִּׁי","שַׁבָּת"],nS="בַּלַּ֥יְלָה";class rS{constructor(e,t){this.m=
|
|
21
|
-
/*! @hebcal/hdate v0.13.
|
|
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 Ee.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:Se.getLocaleName())&&(e=e.toLowerCase());const r="he"===e||"he-x-nonikud"===e||"h"===e,o=Se.gettext(this.getMonthName(),e),i=(r?tS:eS)[this.getDow()],a=this.getMinutes(),s=this.getHour(),u=this.getChalakim(),c=Se.gettext("Molad",e),h=null!==(n=Se.lookupTranslation("min",e))&&void 0!==n?n:"minutes",l=Se.gettext("chalakim",e);if(r){const t=function(e){return e<5?nS:e<12?"בַּבֹּקֶר":e<17?"בַּצׇּהֳרַיִים":e<21?"בָּעֶרֶב":nS}(s),n=`${c} ${o} יִהְיֶה בַּיּוֹם ${i} בשָׁבוּעַ, בְּשָׁעָה ${s} ${t}, ו-${a} ${h} ו-${u} ${l}`;return"he-x-nonikud"===e?Se.hebrewStripNikkud(n):n}const f=py(`${s}:00`,"pm",t);return`${c} ${o.replace(/'/g,"’")}: ${i}, ${a} ${h} and ${u} ${l} after ${f}`}}class oS extends Pe{constructor(e,t,n,r){const o=new rS(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 iS 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){$(e);const[n,r]=z(e),o=Z[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:Se.getLocaleName())&&(e=e.toLowerCase());const t="he"===e||"he-x-nonikud"===e||"h"===e,n=this.omer;return(t?U(n):Se.ordinal(n,e))+" "+Se.gettext("day of the Omer",e)}renderBrief(e){return Se.gettext("Omer",e)+" "+Se.gettext("day",e)+" "+this.omer}getEmoji(){return"string"==typeof this.emoji?this.emoji:function(e){let t;return $(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:Se.getLocaleName())&&(e=e.toLowerCase());const t="he"===e||"he-x-nonikud"===e?"he":"en",n=V(this.omer,t);return"he-x-nonikud"===e?Se.hebrewStripNikkud(n):n}url(){return`https://www.hebcal.com/omer/${this.getDate().getFullYear()}/${this.omer}`}}function aS(e,t){const n=null!=t?t:Se.getLocaleName();let r=Se.gettext(e[0],n);if(2===e.length){r+=("he"===n?"־":"-")+Se.gettext(e[1],n)}r=r.replace(/'/g,"’");return(Se.gettext("Parashat",t)+" "+r).normalize()}class sS 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 uS{constructor(e,t){e=+e,this.year=e;const n=new Ee(1,f.TISHREI,e),r=n.abs(),o=n.getDay()+1;this.firstSaturday=Ee.dayOnOrBefore(6,r+6);const i=+Ee.isLeapYear(e);this.il=Boolean(t);const a=function(e){const t=Ee.longCheshvan(e),n=Ee.shortKislev(e);return t&&!n?2:!t&&n?0:1}(e);let s=`${i}${o}${a}`;if(CS[s]||(s+=+this.il),this.theSedraArray=CS[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 aS(this.get(e),t)}isParsha(e){return!this.lookup(e).chag}find(e){if("number"==typeof e){if(e>=cS.length||e<0&&!fS(e))throw new RangeError(`Invalid parsha number: ${e}`);return this.findInternal(e)}if("string"==typeof e){const t=hS.get(e);return"number"==typeof t?this.find(t):-1!==e.indexOf("-")?e===vS||e===gS?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=hS.get(n),i=hS.get(r);if("number"!=typeof o||"number"!=typeof i||i!==o+1||!fS(-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 Ee(this.firstSaturday+7*t)}findContaining(e){const t=this.find(e);if(t)return t;if("number"==typeof e){const t=-e;return fS(t)?this.find(t):this.find(t+1)}{const t=hS.get(e);if(t){const e=-t;return fS(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:Ee.isHDate(e)?e.abs():NaN;if(isNaN(t))throw new TypeError(`Bad date argument: ${e}`);const n=Ee.dayOnOrBefore(6,t+6),r=(n-this.firstSaturday)/7,o=this.theSedraArray[r];if(void 0===o){return _S(this.year+1,this.il).lookup(n)}const i=new Ee(n);if("string"==typeof o)return{parsha:[o],chag:!0,hdate:i};if(o>=0)return{parsha:[cS[o]],chag:!1,num:o+1,hdate:i};const a=dS(o);return{parsha:[cS[a],cS[a+1]],chag:!1,num:[a+1,a+2],hdate:i}}}const cS=["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"],hS=new Map;for(let e=0;e<cS.length;e++){const t=cS[e];hS.set(t,e)}const lS=[21,26,28,31,38,41,50];function fS(e){return lS.includes(-e)}function dS(e){return-e}const gS="Sukkot Shabbat Chol ha-Moed",mS="Pesach",yS="Pesach I",vS="Pesach Shabbat Chol ha-Moed",SS="Pesach VII",pS="Pesach VIII",wS="Shavuot";function AS(e,t){return Array.from({length:t-e+1},((t,n)=>n+e))}const bS=[51,52,gS],TS=[52,"Yom Kippur",gS],IS=["Rosh Hashana",52,"Sukkot","Shmini Atzeret"],MS=AS(0,20),ES=AS(0,27),OS=AS(33,40),NS=AS(43,49),HS=AS(43,50),CS={"020":bS.concat(MS,dS(21),23,24,mS,25,dS(26),dS(28),30,dS(31),OS,dS(41),NS,dS(50)),"0220":bS.concat(MS,dS(21),23,24,mS,25,dS(26),dS(28),30,dS(31),33,wS,AS(34,37),dS(38),40,dS(41),NS,dS(50)),"0510":TS.concat(MS,dS(21),23,24,yS,pS,25,dS(26),dS(28),30,dS(31),OS,dS(41),HS),"0511":TS.concat(MS,dS(21),23,24,mS,25,dS(26),dS(28),AS(30,40),dS(41),HS),"052":TS.concat(AS(0,24),SS,25,dS(26),dS(28),30,dS(31),OS,dS(41),HS),"070":IS.concat(MS,dS(21),23,24,SS,25,dS(26),dS(28),30,dS(31),OS,dS(41),HS),"072":IS.concat(MS,dS(21),23,24,vS,25,dS(26),dS(28),30,dS(31),OS,dS(41),NS,dS(50)),1200:bS.concat(ES,vS,AS(28,33),wS,AS(34,37),dS(38),40,dS(41),NS,dS(50)),1201:bS.concat(ES,vS,AS(28,40),dS(41),NS,dS(50)),1220:bS.concat(ES,yS,pS,AS(28,40),dS(41),HS),1221:bS.concat(ES,mS,AS(28,50)),150:TS.concat(AS(0,28),SS,AS(29,50)),152:TS.concat(AS(0,28),vS,AS(29,49),dS(50)),170:IS.concat(ES,vS,AS(28,40),dS(41),NS,dS(50)),1720:IS.concat(ES,vS,AS(28,33),wS,AS(34,37),dS(38),40,dS(41),NS,dS(50))};CS["0221"]=CS["020"],CS["0310"]=CS["0220"],CS["0311"]=CS["020"],CS[1310]=CS[1220],CS[1311]=CS[1221],CS[1721]=CS[170];const DS=new sS({maxSize:400});function _S(e,t){const n=`${e}-${t?1:0}`;let r=DS.get(n);return r||(r=new uS(e,t),DS.set(n,r)),r}class kS 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 aS(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 LS=f.NISAN,RS=f.IYYAR;function YS(e){if(e<5708)return null;let t;const n=new Ee(15,LS,e).getDay();return t=0===n?2:6===n?3:e<5764?4:2===n?5:4,new Ee(t,RS,e)}const PS="Yom Kippur Katan";class jS extends Fv{constructor(e,t){super(e,`${PS} ${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=Se.gettext(this.nextMonthName,e).replace(/'/g,"’");return Se.gettext(PS,e)+" "+t}renderBrief(e){return Se.gettext(PS,e)}url(){}}function BS(e){return e.observedInIsrael()}function FS(e){return e.observedInDiaspora()}function US(e,t){const n=Ee.isHDate(e)?e:new Ee(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?BS:FS}(t));return i}const xS=Re.CHAG,ZS=Re.IL_ONLY,$S=Re.LIGHT_CANDLES_TZEIS,zS=Re.CHANUKAH_CANDLES,VS=Re.MINOR_FAST,KS=Re.SPECIAL_SHABBAT,JS=Re.MODERN_HOLIDAY,GS=Re.MAJOR_FAST,WS=Re.MINOR_HOLIDAY,qS=Re.EREV,XS=0,QS=2,ep=4,tp=5,np=6,rp=f.NISAN,op=f.TAMUZ,ip=f.AV,ap=f.TISHREI,sp=f.KISLEV,up=f.TEVET,cp=f.ADAR_I,hp=f.ADAR_II,lp={emoji:"🇮🇱"},fp="🕎",dp=new sS({maxSize:400}),gp=["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=dp.get(e);if(t)return t;const n=new Ee(1,ap,e),r=new Ee(15,rp,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()&qS?n.unshift(t):n.push(t):o.set(e,[t])}}for(const t of jv){const n=new Ee(t.dd,t.mm,e),r=new Fv(n,t.desc,t.flags);t.emoji&&(r.emoji=t.emoji),t.chmDay&&(r.cholHaMoedDay=t.chmDay),i(r)}i(new Zv(n,e,xS|$S));const a=n.getDay()===ep?4:3;i(new Fv(new Ee(a,ap,e),Pv.TZOM_GEDALIAH,VS)),i(new Fv(new Ee(Ee.dayOnOrBefore(np,7+n.abs())),Pv.SHABBAT_SHUVA,KS));const s=Ee.shortKislev(e)?new Ee(1,up,e):new Ee(30,sp,e);i(new Fv(s,Pv.CHAG_HABANOT,WS));for(let t=2;t<=8;t++){const n=new Ee(23+t,sp,e);i(new xv(n,`Chanukah: ${t} Candles`,WS|zS,{chanukahDay:t-1,emoji:fp+gp[t]}))}i(new xv(new Ee(32,sp,e),Pv.CHANUKAH_8TH_DAY,WS,{chanukahDay:8,emoji:fp})),i(new Uv(new Ee(10,up,e),Pv.ASARA_BTEVET,VS));const u=r.abs();i(new Fv(new Ee(Ee.dayOnOrBefore(np,u-43)),Pv.SHABBAT_SHEKALIM,KS),new Fv(new Ee(Ee.dayOnOrBefore(np,u-30)),Pv.SHABBAT_ZACHOR,KS),new Fv(new Ee(u-(r.getDay()===QS?33:31)),Pv.TAANIT_ESTHER,VS));const c=Ee.dayOnOrBefore(np,u-14);i(new Fv(new Ee(c-7),Pv.SHABBAT_PARAH,KS),new Fv(new Ee(c),Pv.SHABBAT_HACHODESH,KS),new Fv(new Ee(Ee.dayOnOrBefore(np,u-1)),Pv.SHABBAT_HAGADOL,KS),new Fv(r.prev().getDay()===np?r.onOrBefore(ep):new Ee(14,rp,e),Pv.TAANIT_BECHOROT,VS)),i(new Fv(new Ee(Ee.dayOnOrBefore(np,new Ee(1,ap,e+1).abs()-4)),Pv.LEIL_SELICHOT,WS,{emoji:"🕍"})),r.getDay()===XS&&i(new Fv(new Ee(16,hp,e),Pv.PURIM_MESHULASH,WS)),Ee.isLeapYear(e)&&(i(new Fv(new Ee(14,cp,e),Pv.PURIM_KATAN,WS,{emoji:"🎭️"})),i(new Fv(new Ee(15,cp,e),Pv.SHUSHAN_PURIM_KATAN,WS,{emoji:"🎭️"})));const h=function(e){if(e<5711)return null;let t=new Ee(27,LS,e);return 5===t.getDay()?t=new Ee(26,LS,e):0===t.getDay()&&(t=new Ee(28,LS,e)),t}(e);h&&i(new Fv(h,Pv.YOM_HASHOAH,JS));const l=YS(e);l&&i(new Fv(l,Pv.YOM_HAZIKARON,JS,lp),new Fv(l.next(),Pv.YOM_HAATZMA_UT,JS,lp));for(const t of Bv)if(e>=t.firstYear){let n=new Ee(t.dd,t.mm,e);const r=n.getDay();!t.friSatMovetoThu||r!==tp&&r!==np?t.friPostponeToSun&&r===tp?n=new Ee(n.abs()+2):t.satPostponeToSun&&r===np&&(n=n.next()):n=n.onOrBefore(ep);const o=t.chul?JS:JS|ZS,a=new Fv(n,t.desc,o);t.suppressEmoji||(a.emoji="🇮🇱"),i(a)}let d,g=new Ee(17,op,e);g.getDay()===np&&(g=new Ee(18,op,e),d={observed:!0}),i(new Fv(g,Pv.TZOM_TAMMUZ,VS,d));let m,y=new Ee(9,ip,e),v=Pv.TISHA_BAV;y.getDay()===np&&(y=y.next(),m={observed:!0},v+=" (observed)");const S=y.abs();i(new Fv(new Ee(Ee.dayOnOrBefore(np,S)),Pv.SHABBAT_CHAZON,KS),new Fv(y.prev(),Pv.EREV_TISHA_BAV,qS|GS,m),new Fv(y,v,GS,m),new Fv(new Ee(Ee.dayOnOrBefore(np,S+7)),Pv.SHABBAT_NACHAMU,KS));const p=Ee.monthsInYear(e);for(let t=1;t<=p;t++){const n=Ee.getMonthName(t,e);30===(t===rp?Ee.daysInMonth(Ee.monthsInYear(e-1),e-1):Ee.daysInMonth(t-1,e))?(i(new zv(new Ee(1,t,e),n)),i(new zv(new Ee(30,t-1,e),n))):t!==ap&&i(new zv(new Ee(1,t,e),n))}for(let t=f.IYYAR;t<=p;t++){const n=t+1;if(n===ap||n===f.CHESHVAN||n===up)continue;let r=new Ee(29,t,e);const o=r.getDay();o!==tp&&o!==np||(r=r.onOrBefore(ep));const a=Ee.getMonthName(n,e);i(new jS(r,a))}const w=_S(e,!1).find(15);i(new Fv(w,Pv.SHABBAT_SHIRAH,KS));const A=function(e){const t=Ee.isLeapYear(e),n=t?hp:rp,r=t?20:1,o=Ee.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 Ee(A);i(new Fv(e,Pv.BIRKAT_HACHAMAH,WS,{emoji:"☀️"}))}return dp.set(e,o),o}function yp(e,t){const n=mp(e),r=Ee.hebrew2abs(e,ap,1),o=Ee.hebrew2abs(e+1,ap,1)-1;let i=[];const a=t?BS:FS;for(let e=r;e<=o;e++){const t=new Ee(e),r=n.get(t.toString());if(r){const e=r.filter(a);i=i.concat(e)}}return i}const vp="Shabbat Mevarchim Chodesh";class Sp extends Pe{constructor(e,t,n){if(super(e,`${vp} ${t}`,Re.SHABBAT_MEVARCHIM),this.monthName=t,n)this.memo=n;else{const t=e.getFullYear(),n=e.getMonth(),r=n===Ee.monthsInYear(t)?f.NISAN:n+1,o=new rS(t,r);this.memo=o.render("en",{hour12:!1})}}basename(){return this.getDesc()}render(e){const t=Se.gettext(this.monthName,e).replace(/'/g,"’");return Se.gettext(vp,e)+" "+t}renderBrief(e){const t=this.render(e),n=t.indexOf(" ");return t.substring(n+1)}}const pp=new Map;class wp{static addCalendar(e,t,n){if("function"!=typeof t)throw new TypeError(`Invalid calendar function: ${t}`);pp.set(e.toLowerCase(),{fn:t,startDate:n})}static lookup(e,t,n){const r=pp.get(e.toLowerCase());return"object"==typeof r?r.fn(t,n):null}static getStartDate(e){const t=pp.get(e.toLowerCase());if("object"==typeof t)return t.startDate}static has(e){return pp.has(e.toLowerCase())}static getCalendars(){return Array.from(pp.keys())}}function Ap(e,t){const n=[];for(let r=e;r<=t;r++)n.push(r);return n}const bp={shacharit:!1,mincha:!1,allCongs:!1};function Tp(e,t){return Ip(e,t,!0)}function Ip(e,t,n){const r=function(e,t){const n=Ee.isLeapYear(e),r=Ee.monthsInYear(e);let o=new Ee(9,f.AV,e);6===o.getDay()&&(o=o.next());let i=new Ee(15,f.ADAR_II,e);6===i.getDay()&&(i=i.next());const a=[new Ee(2,f.TISHREI,e)].concat(Ap(1,r).map((t=>new Ee(1,t,e))),Ap(1,r).filter((t=>30===Ee.daysInMonth(t,e))).map((t=>new Ee(30,t,e))),Ap(1,Ee.daysInMonth(f.NISAN,e)).map((t=>new Ee(t,f.NISAN,e))),new Ee(18,f.IYYAR,e),Ap(1,8-(t?1:0)).map((t=>new Ee(t,f.SIVAN,e))),o,new Ee(15,f.AV,e),new Ee(29,f.ELUL,e),Ap(9,24-(t?1:0)).map((t=>new Ee(t,f.TISHREI,e))),Ap(25,33).map((t=>new Ee(t,f.KISLEV,e))),new Ee(15,f.SHVAT,e),new Ee(14,f.ADAR_II,e),i,n?new Ee(14,f.ADAR_I,e):[]),s=[new Ee(14,f.IYYAR,e)].concat(Ap(1,13).map((t=>new Ee(t,f.SIVAN,e))),Ap(20,31).map((t=>new Ee(t,f.TISHREI,e))),e>=5708?YS(e).next():[],e>=5727?new Ee(28,f.IYYAR,e):[]),u=[new Ee(29,f.ELUL,e-1),new Ee(9,f.TISHREI,e),new Ee(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 bp;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=Ip(new Ee(s),t,!1);a.mincha=e.shacharit}else a.mincha=5!==i;return!a.allCongs||a.mincha||a.shacharit?a:bp}const Mp=f.TISHREI;function Ep(e){if("number"==typeof e)return e;if(u(e))return h(e);if(Ee.isHDate(e))return e.abs();throw new TypeError(`Invalid date type: ${e}`)}function Op(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[Ep(e.start),Ep(e.end)];const t=Boolean(e.isHebrewYear),n=function(e){return void 0!==e.year?Number(e.year):e.isHebrewYear?(new Ee).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 Ee.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 Ee(1,e||Mp,t);let o=r.abs();const i=e?o+r.daysInMonth():new Ee(1,Mp,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 Np(e={}){!function(e){if(!e.candlelighting)return;const t=e.location;if(void 0===t||!(t instanceof my))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=aw[n];if("number"==typeof e)return e}const r=e.getShortName();if(r){const e=iw[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=uw)}(e=Object.assign({},e));const t=e.location=e.location||hw,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&$p&&delete e.noRoshChodesh;t&xp&&delete e.noModern;t&Fp&&delete e.noMinorFast;t&Up&&delete e.noSpecialShabbat;t&zp&&(e.sedrot=!0);t&(Vp|Kp|Jp|Gp)&&(e.dailyLearning=e.dailyLearning||{},t&Vp&&(e.dailyLearning.dafYomi=!0),t&Kp&&(e.dailyLearning.mishnaYomi=!0),t&Jp&&(e.dailyLearning.nachYomi=!0),t&Gp&&(e.dailyLearning.yerushalmi=1));t&Wp&&(e.omer=!0);t&qp&&(e.shabbatMevarchim=!0);t&tw&&(e.yomKippurKatan=!0);t&nw&&(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|=$p|Rp|Fp|Up|xp|Zp|Xp|Qp|ew|Lp|jp|Bp);e.candlelighting&&(r|=Lp|jp|Rp);e.noRoshChodesh&&(r&=~$p);e.noModern&&(r&=~xp);e.noMinorFast&&(r&=~Fp);e.noSpecialShabbat&&(r&=~Up,r&=~qp);r|=n?Pp:Yp;e.sedrot&&(r|=zp);e.omer&&(r|=Wp);e.shabbatMevarchim&&(r|=qp);e.yomKippurKatan&&(r|=tw);e.yizkor&&(r|=nw);if(e.dailyLearning){const t=e.dailyLearning;t.dafYomi&&(r|=Vp),t.mishnaYomi&&(r|=Kp),t.nachYomi&&(r|=Jp),t.yerushalmi&&(r|=Gp)}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(!Se.useLocale(t))throw new TypeError(`Locale '${t}' not found; did you forget to import @hebcal/locales?`)}else Se.useLocale("en");const o=[];let i,a,s=-1,u=-1,c=-1;const h=Op(e);!function(e){for(const t of Object.keys(e))void 0!==ow[t]||rw.has(t)||(console.warn(`Ignoring unrecognized HebrewCalendar option: ${t}`),rw.add(t));if(e.dailyLearning)for(const t of Object.keys(e.dailyLearning))rw.has(t)||wp.has(t)||(console.warn(`Ignoring unrecognized DailyLearning calendar: ${t}`),rw.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 Ee(t),l=h.getFullYear();l!==c&&(c=l,a=mp(c),e.sedrot&&(i=_S(c,n)),e.omer&&(s=Ee.hebrew2abs(c,Dp,16),u=Ee.hebrew2abs(c,_p,5)));const d=o.length,g=h.getDay(),m=g===Hp,y=g===Cp;let v;const S=a.get(h.toString())||[];for(const t of S)v=lw(v,o,t,e,m,y,r);if(e.sedrot&&y){const e=i.lookup(t);e.chag||o.push(new kS(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===Dp&&t===(n?21:22)||e===_p&&t===(n?6:7)){const e=S.filter((e=>e.observedIn(n)))[0],t=new Pe(h,"Yizkor",Re.YIZKOR,{emoji:"🕯️",linkedEvent:e});o.push(t)}}const p=e.dailyLearning;let w=0;if("object"==typeof p){const e=gw(h,p,n);w=e.length,w&&o.push(...e)}if(e.omer&&t>=s&&t<=u){const n=mw(h,t-s+1,e);o.push(n)}if(y&&(e.molad||e.shabbatMevarchim)){const t=fw(h,e);o.push(...t)}if(!v&&e.candlelighting&&(m||y)&&(v=Jv(void 0,h,e,m,y),m&&v&&i)){const r=i.lookup(t),o=new kS(h.next(),r.parsha,n,r.num);v.memo=o.render(e.locale)}if(v instanceof by&&(0===e.havdalahMins||0===e.havdalahDeg)&&(v=void 0),v&&o.push(v),e.addHebrewDates||e.addHebrewDatesForEvents&&d!==o.length-w){const e=new je(h);d===o.length?o.push(e):o.splice(d,0,e)}}return o}const Hp=5,Cp=6,Dp=f.NISAN,_p=f.SIVAN,kp=f.ELUL,Lp=Re.LIGHT_CANDLES,Rp=Re.YOM_TOV_ENDS,Yp=Re.CHUL_ONLY,Pp=Re.IL_ONLY,jp=Re.LIGHT_CANDLES_TZEIS,Bp=Re.CHANUKAH_CANDLES,Fp=Re.MINOR_FAST,Up=Re.SPECIAL_SHABBAT,xp=Re.MODERN_HOLIDAY,Zp=Re.MAJOR_FAST,$p=Re.ROSH_CHODESH,zp=Re.PARSHA_HASHAVUA,Vp=Re.DAF_YOMI,Kp=Re.MISHNA_YOMI,Jp=Re.NACH_YOMI,Gp=Re.YERUSHALMI_YOMI,Wp=Re.OMER_COUNT,qp=Re.SHABBAT_MEVARCHIM,Xp=Re.MINOR_HOLIDAY,Qp=Re.EREV,ew=Re.CHOL_HAMOED,tw=Re.YOM_KIPPUR_KATAN,nw=Re.YIZKOR,rw=new Set,ow={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 iw={Jerusalem:40,Haifa:30,"Zikhron Ya'aqov":30,"Zikhron Ya'akov":30,"Zikhron Yaakov":30,"Zichron Ya'akov":30,"Zichron Yaakov":30},aw={281184:40,294801:30,293067:30},sw=8.5,uw=7.0833333;const cw=Lp|jp|Bp|Rp,hw=new my(0,0,!1,"UTC");function lw(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&tw||r.noModern&&u&xp)return e;const c=Boolean(u&Zp),h=Boolean(u&Fp);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 vy(i,o,s);let c,h;if("Erev Tish'a B'Av"===n){const n=u.sunset();isNaN(n.getTime())||(c=Xv(e,n,Gv,t))}else if(n.startsWith("Tish'a B'Av")){const n=u.tzeit(a);isNaN(n.getTime())||(h=Xv(e,n,Wv,t))}else{const n=u.alotHaShachar();if(isNaN(n.getTime())||(c=Xv(e,n,Gv,t)),5!==o.getDay()&&(14!==r.getDate()||r.getMonth()!==f.NISAN)){const n=u.tzeit(a);isNaN(n.getTime())||(h=Xv(e,n,Wv,t))}}const l=new qv(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&cw){const t=n.getDate();if(e=Jv(n,t,r,o,i),u&Bp&&e&&!r.noHolidays){const a=function(e,t,n){const r=n.location,o=Boolean(n.useElevation),i=new vy(r,t.greg(),o).beinHaShmashos();if(isNaN(i.getTime()))return null;const a=new Qv(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&tw)&&t.push(n)}return(c||h&&!r.noMinorFast)&&l&&l.endEvent&&t.push(l.endEvent),e}function fw(e,t){const n=[],r=e.getMonth(),o=e.getDate();if(r!==kp&&o>=23&&o<=29){const o=e.getFullYear(),i=r===Ee.monthsInYear(o)?Dp:r+1;if(t.molad&&n.push(new oS(e,o,i,t)),t.shabbatMevarchim){const r=Ee.getMonthName(i,o),a=new rS(o,i).render(t.locale||"en",t);n.push(new Sp(e,r,a))}}return n}function dw(e,t){return"yerushalmi"===e?2===t?"yerushalmi-schottenstein":"yerushalmi-vilna":e}function gw(e,t,n){const r=[];for(const[o,i]of Object.entries(t))if(i){const t=dw(o,i),a=wp.lookup(t,e,n);a&&r.push(a)}return r}function mw(e,t,n){const r=new iS(e,t);if(n.candlelighting){const t=n.location,o=new vy(t,e.prev(),!1).tzeit(7.0833);isNaN(o.getTime())||(r.alarm=o)}return r}function yw(e,t){return 0!==(US(e,t)||[]).filter((e=>e.getFlags()&Re.CHAG)).length}return e.AsaraBTevetEvent=Uv,e.CandleLightingEvent=Ay,e.ChanukahEvent=xv,e.DailyLearning=wp,e.Event=Pe,e.FastDayEvent=qv,e.GeoLocation=uy,e.HDate=Ee,e.HavdalahEvent=by,e.HebrewCalendar=class{constructor(){}static calendar(e={}){return Np(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!==D||30!==a||N(e)?i===_&&30===a&&H(e)?(i=k,a=1):i===R&&30===a&&o&&!b(e)&&(i=C,a=1):(i=_,a=1),{yy:e,mm:i,dd:a}}(e,t);return void 0===n?n:new Ee(n)}static getYahrzeit(e,t){const n=function(e,t){let n=P(t);if(!(e<=n.yy))return n.mm!==D||30!==n.dd||N(n.yy+1)?n.mm===_&&30===n.dd&&H(n.yy+1)?n=A(p(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(p(e,_,1)-1),n.mm!==D||30!==n.dd||N(e)?n.mm===_&&30===n.dd&&H(e)&&(n.mm=k,n.dd=1):(n.mm=_,n.dd=1),n.yy=e,n}(e,t);return void 0===n?n:new Ee(n)}static getHolidaysForYear(e){return mp(e)}static getHolidaysForYearArray(e,t){return yp(e,t)}static getHolidaysOnDate(e,t){return US(e,t)}static eruvTavshilin(e,t){if(e.getDay()<3||e.getDay()>4)return!1;const n=new Ee(e),r=n.after(5),o=n.next();return!(!yw(r,t)||yw(n,t)||!yw(o,t))}static reformatTimeStr(e,t,n){return py(e,t,n)}static version(){return t}static getSedra(e,t){return _S(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}(yp(e.getFullYear(),t),e)}static tachanun(e,t){return Tp(e,t)}},e.HebrewDateEvent=je,e.HolidayEvent=Fv,e.Locale=Se,e.Location=my,e.MevarchimChodeshEvent=Sp,e.Molad=rS,e.MoladEvent=oS,e.NOAACalculator=hy,e.OmerEvent=iS,e.ParshaEvent=kS,e.RoshChodeshEvent=zv,e.RoshHashanaEvent=Zv,e.Sedra=uS,e.TimedChanukahEvent=Qv,e.TimedEvent=wy,e.YomKippurKatanEvent=jS,e.Zmanim=vy,e.flags=Re,e.gematriya=U,e.gematriyaStrToNum=x,e.getHolidaysOnDate=US,e.getSedra=_S,e.holidayDesc=Pv,e.months=f,e.parshaYear=function(e,t){const n=_S(e,t),r=n.getFirstSaturday(),o=Ee.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 kS(r.hdate,r.parsha,t,r.num);i.push(e)}}return i},e.parshiot=cS,e.version=t,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}({});
|
|
23
23
|
//# sourceMappingURL=bundle.min.js.map
|