gt-tanstack-start 0.4.20 → 0.4.21
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/CHANGELOG.md +10 -0
- package/dist/index.cjs.min.cjs +4 -11
- package/dist/index.cjs.min.cjs.map +1 -1
- package/dist/index.d.ts +457 -14
- package/dist/index.d.ts.map +1 -1
- package/dist/index.esm.min.mjs +4 -11
- package/dist/index.esm.min.mjs.map +1 -1
- package/dist/types.d.ts +91 -5
- package/dist/types.d.ts.map +1 -1
- package/package.json +7 -11
- package/dist/functions/determineLocale.d.ts +0 -8
- package/dist/functions/determineLocale.d.ts.map +0 -1
- package/dist/functions/getTranslations.d.ts +0 -6
- package/dist/functions/getTranslations.d.ts.map +0 -1
- package/dist/provider/GTProvider.d.ts +0 -26
- package/dist/provider/GTProvider.d.ts.map +0 -1
- package/dist/provider/types.d.ts +0 -11
- package/dist/provider/types.d.ts.map +0 -1
- package/dist/provider/utils/determineProviderLocale.d.ts +0 -6
- package/dist/provider/utils/determineProviderLocale.d.ts.map +0 -1
- package/dist/provider/utils/isSSREnabled.d.ts +0 -5
- package/dist/provider/utils/isSSREnabled.d.ts.map +0 -1
- package/dist/runtime/TanstackConditionStore.d.ts +0 -13
- package/dist/runtime/TanstackConditionStore.d.ts.map +0 -1
- package/dist/setup/initializeGT.d.ts +0 -8
- package/dist/setup/initializeGT.d.ts.map +0 -1
- package/dist/setup/types.d.ts +0 -12
- package/dist/setup/types.d.ts.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# gt-tanstack-start
|
|
2
2
|
|
|
3
|
+
## 0.4.21
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`bb3624e`](https://github.com/generaltranslation/gt/commit/bb3624e58546c334c04370a1f5a262238bd040fa), [`a877a2a`](https://github.com/generaltranslation/gt/commit/a877a2a5bd5ca47b199c6caf53a6d60d96e3a300)]:
|
|
8
|
+
- generaltranslation@8.2.15
|
|
9
|
+
- gt-i18n@0.9.3
|
|
10
|
+
- @generaltranslation/react-core@1.8.19
|
|
11
|
+
- gt-react@10.19.17
|
|
12
|
+
|
|
3
13
|
## 0.4.20
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/dist/index.cjs.min.cjs
CHANGED
|
@@ -1,11 +1,4 @@
|
|
|
1
|
-
"use strict";var e=require("gt-i18n/internal"),t=require("gt-react/internal"),r=require("@tanstack/react-start"),n=require("@tanstack/react-start/server"),o=require("react"),a=require("gt-react"),l=require("gt-i18n");const i=r.createIsomorphicFn().server(function({defaultLocale:r,locales:o,customMapping:a}){var l;const i=[],c=n.getCookie(t.defaultLocaleCookieName);c&&i.push(c);if("false"===process.env._GENERALTRANSLATION_IGNORE_BROWSER_LOCALES){const e=(null===(l=n.getRequestHeader("accept-language"))||void 0===l?void 0:l.split(",").map(e=>{var t;return null===(t=e.split(";"))||void 0===t?void 0:t[0].trim()}))||[];e&&i.push(...e)}0===i.length&&"false"===process.env._GENERALTRANSLATION_IGNORE_BROWSER_LOCALES&&console.warn("gt-tanstack-start(server): no locales could be determined for this request");return e.resolveSupportedLocale(i,{defaultLocale:r,locales:o,customMapping:a})}).client(function({defaultLocale:r,locales:n,customMapping:o}){var a;const l=[],i=null===(a=document.cookie.split("; ").find(e=>e.startsWith(`${t.defaultLocaleCookieName}=`)))||void 0===a?void 0:a.split("=")[1];i&&l.push(i);const c=navigator.language;c&&l.push(c);0===l.length&&console.warn("gt-tanstack-start(client): no locales could be determined for this request");return e.resolveSupportedLocale(l,{defaultLocale:r,locales:n,customMapping:o})});class c{constructor(e={}){this.localeConfig=e}getLocale(){return i(this.localeConfig)}}var s,u={exports:{}},f={};var p,d,y={};
|
|
2
|
-
|
|
3
|
-
* @license React
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
7
|
-
*
|
|
8
|
-
* This source code is licensed under the MIT license found in the
|
|
9
|
-
* LICENSE file in the root directory of this source tree.
|
|
10
|
-
*/function g(){return p||(p=1,"production"!==process.env.NODE_ENV&&function(){function e(t){if(null==t)return null;if("function"==typeof t)return t.$$typeof===T?null:t.displayName||t.name||null;if("string"==typeof t)return t;switch(t){case g:return"Fragment";case b:return"Profiler";case m:return"StrictMode";case k:return"Suspense";case O:return"SuspenseList";case L:return"Activity"}if("object"==typeof t)switch("number"==typeof t.tag&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),t.$$typeof){case d:return"Portal";case _:return t.displayName||"Context";case v:return(t._context.displayName||"Context")+".Consumer";case S:var r=t.render;return(t=t.displayName)||(t=""!==(t=r.displayName||r.name||"")?"ForwardRef("+t+")":"ForwardRef"),t;case h:return null!==(r=t.displayName||null)?r:e(t.type)||"Memo";case j:r=t._payload,t=t._init;try{return e(t(r))}catch(e){}}return null}function t(e){return""+e}function r(e){try{t(e);var r=!1}catch(e){r=!0}if(r){var n=(r=console).error,o="function"==typeof Symbol&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return n.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",o),t(e)}}function n(t){if(t===g)return"<>";if("object"==typeof t&&null!==t&&t.$$typeof===j)return"<...>";try{var r=e(t);return r?"<"+r+">":"<...>"}catch(e){return"<...>"}}function a(){return Error("react-stack-top-frame")}function l(){var t=e(this.type);return E[t]||(E[t]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),void 0!==(t=this.props.ref)?t:null}function i(t,n,o,a,i,s){var f,d=n.children;if(void 0!==d)if(a)if(N(d)){for(a=0;a<d.length;a++)c(d[a]);Object.freeze&&Object.freeze(d)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else c(d);if(x.call(n,"key")){d=e(t);var y=Object.keys(n).filter(function(e){return"key"!==e});a=0<y.length?"{key: someKey, "+y.join(": ..., ")+": ...}":"{key: someKey}",A[d+a]||(y=0<y.length?"{"+y.join(": ..., ")+": ...}":"{}",console.error('A props object containing a "key" prop is being spread into JSX:\n let props = %s;\n <%s {...props} />\nReact keys must be passed directly to JSX without using spread:\n let props = %s;\n <%s key={someKey} {...props} />',a,d,y,d),A[d+a]=!0)}if(d=null,void 0!==o&&(r(o),d=""+o),function(e){if(x.call(e,"key")){var t=Object.getOwnPropertyDescriptor(e,"key").get;if(t&&t.isReactWarning)return!1}return void 0!==e.key}(n)&&(r(n.key),d=""+n.key),"key"in n)for(var g in o={},n)"key"!==g&&(o[g]=n[g]);else o=n;return d&&function(e,t){function r(){u||(u=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",t))}r.isReactWarning=!0,Object.defineProperty(e,"key",{get:r,configurable:!0})}(o,"function"==typeof t?t.displayName||t.name||"Unknown":t),function(e,t,r,n,o,a){var i=r.ref;return e={$$typeof:p,type:e,key:t,props:r,_owner:n},null!==(void 0!==i?i:null)?Object.defineProperty(e,"ref",{enumerable:!1,get:l}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:o}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:a}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}(t,d,o,null===(f=w.A)?null:f.getOwner(),i,s)}function c(e){s(e)?e._store&&(e._store.validated=1):"object"==typeof e&&null!==e&&e.$$typeof===j&&("fulfilled"===e._payload.status?s(e._payload.value)&&e._payload.value._store&&(e._payload.value._store.validated=1):e._store&&(e._store.validated=1))}function s(e){return"object"==typeof e&&null!==e&&e.$$typeof===p}var u,f=o,p=Symbol.for("react.transitional.element"),d=Symbol.for("react.portal"),g=Symbol.for("react.fragment"),m=Symbol.for("react.strict_mode"),b=Symbol.for("react.profiler"),v=Symbol.for("react.consumer"),_=Symbol.for("react.context"),S=Symbol.for("react.forward_ref"),k=Symbol.for("react.suspense"),O=Symbol.for("react.suspense_list"),h=Symbol.for("react.memo"),j=Symbol.for("react.lazy"),L=Symbol.for("react.activity"),T=Symbol.for("react.client.reference"),w=f.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,x=Object.prototype.hasOwnProperty,N=Array.isArray,R=console.createTask?console.createTask:function(){return null},E={},P=(f={react_stack_bottom_frame:function(e){return e()}}).react_stack_bottom_frame.bind(f,a)(),I=R(n(a)),A={};y.Fragment=g,y.jsx=function(e,t,r){var o=1e4>w.recentlyCreatedOwnerStacks++;return i(e,t,r,!1,o?Error("react-stack-top-frame"):P,o?R(n(e)):I)},y.jsxs=function(e,t,r){var o=1e4>w.recentlyCreatedOwnerStacks++;return i(e,t,r,!0,o?Error("react-stack-top-frame"):P,o?R(n(e)):I)}}()),y}var m=(d||(d=1,"production"===process.env.NODE_ENV?u.exports=function(){if(s)return f;s=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.fragment");function r(t,r,n){var o=null;if(void 0!==n&&(o=""+n),void 0!==r.key&&(o=""+r.key),"key"in r)for(var a in n={},r)"key"!==a&&(n[a]=r[a]);else n=r;return r=n.ref,{$$typeof:e,type:t,key:o,ref:void 0!==r?r:null,props:n}}return f.Fragment=t,f.jsx=r,f.jsxs=r,f}():u.exports=g()),u.exports);function b(){return"undefined"==typeof window}function v(e){return"string"==typeof e.locale?e.locale:b()?l.getLocale():void 0}function _(e,t,r,n){return new(r||(r=Promise))(function(o,a){function l(e){try{c(n.next(e))}catch(e){a(e)}}function i(e){try{c(n.throw(e))}catch(e){a(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r(function(e){e(t)})).then(l,i)}c((n=n.apply(e,t||[])).next())})}"function"==typeof SuppressedError&&SuppressedError,Object.defineProperty(exports,"getGT",{enumerable:!0,get:function(){return e.getGT}}),Object.defineProperty(exports,"getMessages",{enumerable:!0,get:function(){return e.getMessages}}),Object.defineProperty(exports,"getVersionId",{enumerable:!0,get:function(){return e.getVersionId}}),Object.defineProperty(exports,"LocaleSelector",{enumerable:!0,get:function(){return a.LocaleSelector}}),Object.defineProperty(exports,"RelativeTime",{enumerable:!0,get:function(){return a.RelativeTime}}),Object.defineProperty(exports,"T",{enumerable:!0,get:function(){return a.T}}),Object.defineProperty(exports,"Var",{enumerable:!0,get:function(){return a.Var}}),Object.defineProperty(exports,"getLocale",{enumerable:!0,get:function(){return l.getLocale}}),exports.GTProvider=function(t){const r=e.getI18nManager();return m.jsx(a.GTProvider,Object.assign({ssr:b(),defaultLocale:r.getDefaultLocale(),locales:r.getLocales(),customMapping:r.getCustomMapping(),enableI18n:r.isTranslationEnabled(),loadTranslations:e=>r.loadTranslations(e),_versionId:r.getVersionId()},t,{reloadOnLocaleUpdate:!0,locale:v(t)}))},exports.getTranslations=function(){return _(this,void 0,void 0,function*(){const t=b()?l.getLocale():void 0;if(!t)return;const r=e.getI18nManager();return yield r.loadTranslations(t)})},exports.initializeGT=function(t){const r=new e.I18nManager(t),n=new c({defaultLocale:r.getDefaultLocale(),locales:r.getLocales(),customMapping:r.getCustomMapping()});e.setI18nManager(r),e.setConditionStore(n)};
|
|
11
|
-
//# sourceMappingURL=index.cjs.min.cjs.map
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});var e=Object.create,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,i=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(e,t)=>()=>(e&&(t=e(e=0)),t),s=(e,t)=>()=>(t||(e((t={exports:{}}).exports,t),e=null),t.exports),c=(e,n)=>{let r={};for(var i in e)t(r,i,{get:e[i],enumerable:!0});return n||t(r,Symbol.toStringTag,{value:`Module`}),r},l=(e,i,o,s)=>{if(i&&typeof i==`object`||typeof i==`function`)for(var c=r(i),l=0,u=c.length,d;l<u;l++)d=c[l],!a.call(e,d)&&d!==o&&t(e,d,{get:(e=>i[e]).bind(null,d),enumerable:!(s=n(i,d))||s.enumerable});return e},u=(n,r,a)=>(a=n==null?{}:e(i(n)),l(r||!n||!n.__esModule?t(a,`default`,{value:n,enumerable:!0}):a,n)),d=e=>a.call(e,`module.exports`)?e[`module.exports`]:l(t({},`__esModule`,{value:!0}),e);let f=require(`generaltranslation`),p=require(`react`),m=u(p,1);p=u(p);let h=require(`react/jsx-runtime`),g=require(`@tanstack/react-start`),_=require(`@tanstack/react-start/server`),v=require(`gt-react`),y=require(`gt-i18n`);function b(e){let t=e.trim();return t?/[.!?)]$/.test(t)?t:`${t}.`:``}function x(e){let t=e.trim(),n=t.length;for(;n>0;){let e=t[n-1];if(e!==`.`&&e!==`!`&&e!==`?`)break;--n}return t.slice(0,n)}function S(e){return e.replace(/^[A-Z][a-z]/,e=>e.toLowerCase())}function C(e){if(!e)return``;let t=Array.isArray(e)?e.join(`, `):e;return t.trim()?b(`Details: ${t}`):``}function w({source:e,severity:t,whatHappened:n,reassurance:r,why:i,fix:a,wayOut:o,details:s,docsUrl:c}){let l=e?t?`${e} ${t}:`:`${e}:`:t?`${t}:`:``,u=i?`${x(n)} because ${S(x(i))}`:n,d=!!a&&!!o&&/^[a-z]/.test(x(o)),f=[u,r,d?`${x(a)}, or ${S(x(o))}`:a,d?void 0:o,C(s)].filter(e=>!!e).map(b);c&&f.push(`Learn more: ${c}`);let p=f.join(` `);return l?`${l} ${p}`:p}function T(e){if(typeof Buffer<`u`)return Buffer.from(e,`base64`).toString(`utf8`);let t=atob(e),n=new Uint8Array(t.length);for(let e=0;e<t.length;e++)n[e]=t.charCodeAt(e);return new TextDecoder().decode(n)}function E(e){if(e===void 0)return;if(e===null)return`null`;if(typeof e==`number`)return isFinite(e)?``+e:`null`;if(typeof e!=`object`)return JSON.stringify(e);if(Array.isArray(e)){let t=`[`;for(let n=0;n<e.length;n++)n&&(t+=`,`),t+=E(e[n])||`null`;return t+`]`}let t=Object.keys(e).sort(),n=``;for(let r of t){let t=E(e[r]);t&&(n&&(n+=`,`),n+=JSON.stringify(r)+`:`+t)}return`{`+n+`}`}function D(e){return E(e)??``}function O(e){let t=e;if(t&&typeof t==`object`&&typeof t.k==`string`){let e=Object.keys(t);if(e.length===1||e.length===2&&(typeof t.i==`number`||typeof t.v==`string`)||e.length===3&&typeof t.v==`string`&&typeof t.i==`number`)return!0}return!1}function k(e){return e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name===`Uint8Array`&&`BYTES_PER_ELEMENT`in e&&e.BYTES_PER_ELEMENT===1}function A(e,t,n=``){let r=k(e),i=e?.length,a=t!==void 0;if(!r||a&&i!==t){let o=n&&`"${n}" `,s=a?` of length ${t}`:``,c=r?`length=${i}`:`type=${typeof e}`,l=o+`expected Uint8Array`+s+`, got `+c;throw r?RangeError(l):TypeError(l)}return e}function j(e,t=!0){if(e.destroyed)throw Error(`Hash instance has been destroyed`);if(t&&e.finished)throw Error(`Hash#digest() has already been called`)}function ee(e,t){A(e,void 0,`digestInto() output`);let n=t.outputLen;if(e.length<n)throw RangeError(`"digestInto() output" expected to be of length >=`+n)}function te(...e){for(let t=0;t<e.length;t++)e[t].fill(0)}function ne(e){return new DataView(e.buffer,e.byteOffset,e.byteLength)}function M(e,t){return e<<32-t|e>>>t}new Uint8Array(new Uint32Array([287454020]).buffer)[0];const re=typeof Uint8Array.from([]).toHex==`function`&&typeof Uint8Array.fromHex==`function`,ie=Array.from({length:256},(e,t)=>t.toString(16).padStart(2,`0`));function ae(e){if(A(e),re)return e.toHex();let t=``;for(let n=0;n<e.length;n++)t+=ie[e[n]];return t}function oe(e){if(typeof e!=`string`)throw TypeError(`string expected`);return new Uint8Array(new TextEncoder().encode(e))}function se(e,t={}){let n=(t,n)=>e(n).update(t).digest(),r=e(void 0);return n.outputLen=r.outputLen,n.blockLen=r.blockLen,n.canXOF=r.canXOF,n.create=t=>e(t),Object.assign(n,t),Object.freeze(n)}const ce=e=>({oid:Uint8Array.from([6,9,96,134,72,1,101,3,4,2,e])});function le(e,t,n){return e&t^~e&n}function ue(e,t,n){return e&t^e&n^t&n}var de=class{blockLen;outputLen;canXOF=!1;padOffset;isLE;buffer;view;finished=!1;length=0;pos=0;destroyed=!1;constructor(e,t,n,r){this.blockLen=e,this.outputLen=t,this.padOffset=n,this.isLE=r,this.buffer=new Uint8Array(e),this.view=ne(this.buffer)}update(e){j(this),A(e);let{view:t,buffer:n,blockLen:r}=this,i=e.length;for(let a=0;a<i;){let o=Math.min(r-this.pos,i-a);if(o===r){let t=ne(e);for(;r<=i-a;a+=r)this.process(t,a);continue}n.set(e.subarray(a,a+o),this.pos),this.pos+=o,a+=o,this.pos===r&&(this.process(t,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){j(this),ee(e,this),this.finished=!0;let{buffer:t,view:n,blockLen:r,isLE:i}=this,{pos:a}=this;t[a++]=128,te(this.buffer.subarray(a)),this.padOffset>r-a&&(this.process(n,0),a=0);for(let e=a;e<r;e++)t[e]=0;n.setBigUint64(r-8,BigInt(this.length*8),i),this.process(n,0);let o=ne(e),s=this.outputLen;if(s%4)throw Error(`_sha2: outputLen must be aligned to 32bit`);let c=s/4,l=this.get();if(c>l.length)throw Error(`_sha2: outputLen bigger than state`);for(let e=0;e<c;e++)o.setUint32(4*e,l[e],i)}digest(){let{buffer:e,outputLen:t}=this;this.digestInto(e);let n=e.slice(0,t);return this.destroy(),n}_cloneInto(e){e||=new this.constructor,e.set(...this.get());let{blockLen:t,buffer:n,length:r,finished:i,destroyed:a,pos:o}=this;return e.destroyed=a,e.finished=i,e.length=r,e.pos=o,r%t&&e.buffer.set(n),e}clone(){return this._cloneInto()}};const N=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),fe=BigInt(2**32-1),pe=BigInt(32);function me(e,t=!1){return t?{h:Number(e&fe),l:Number(e>>pe&fe)}:{h:Number(e>>pe&fe)|0,l:Number(e&fe)|0}}function he(e,t=!1){let n=e.length,r=new Uint32Array(n),i=new Uint32Array(n);for(let a=0;a<n;a++){let{h:n,l:o}=me(e[a],t);[r[a],i[a]]=[n,o]}return[r,i]}const ge=Uint32Array.from([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),P=new Uint32Array(64);var _e=class extends de{constructor(e){super(64,e,8,!1)}get(){let{A:e,B:t,C:n,D:r,E:i,F:a,G:o,H:s}=this;return[e,t,n,r,i,a,o,s]}set(e,t,n,r,i,a,o,s){this.A=e|0,this.B=t|0,this.C=n|0,this.D=r|0,this.E=i|0,this.F=a|0,this.G=o|0,this.H=s|0}process(e,t){for(let n=0;n<16;n++,t+=4)P[n]=e.getUint32(t,!1);for(let e=16;e<64;e++){let t=P[e-15],n=P[e-2],r=M(t,7)^M(t,18)^t>>>3;P[e]=(M(n,17)^M(n,19)^n>>>10)+P[e-7]+r+P[e-16]|0}let{A:n,B:r,C:i,D:a,E:o,F:s,G:c,H:l}=this;for(let e=0;e<64;e++){let t=M(o,6)^M(o,11)^M(o,25),u=l+t+le(o,s,c)+ge[e]+P[e]|0,d=(M(n,2)^M(n,13)^M(n,22))+ue(n,r,i)|0;l=c,c=s,s=o,o=a+u|0,a=i,i=r,r=n,n=u+d|0}n=n+this.A|0,r=r+this.B|0,i=i+this.C|0,a=a+this.D|0,o=o+this.E|0,s=s+this.F|0,c=c+this.G|0,l=l+this.H|0,this.set(n,r,i,a,o,s,c,l)}roundClean(){te(P)}destroy(){this.destroyed=!0,this.set(0,0,0,0,0,0,0,0),te(this.buffer)}},ve=class extends _e{A=N[0]|0;B=N[1]|0;C=N[2]|0;D=N[3]|0;E=N[4]|0;F=N[5]|0;G=N[6]|0;H=N[7]|0;constructor(){super(32)}};const ye=he(`0x428a2f98d728ae22.0x7137449123ef65cd.0xb5c0fbcfec4d3b2f.0xe9b5dba58189dbbc.0x3956c25bf348b538.0x59f111f1b605d019.0x923f82a4af194f9b.0xab1c5ed5da6d8118.0xd807aa98a3030242.0x12835b0145706fbe.0x243185be4ee4b28c.0x550c7dc3d5ffb4e2.0x72be5d74f27b896f.0x80deb1fe3b1696b1.0x9bdc06a725c71235.0xc19bf174cf692694.0xe49b69c19ef14ad2.0xefbe4786384f25e3.0x0fc19dc68b8cd5b5.0x240ca1cc77ac9c65.0x2de92c6f592b0275.0x4a7484aa6ea6e483.0x5cb0a9dcbd41fbd4.0x76f988da831153b5.0x983e5152ee66dfab.0xa831c66d2db43210.0xb00327c898fb213f.0xbf597fc7beef0ee4.0xc6e00bf33da88fc2.0xd5a79147930aa725.0x06ca6351e003826f.0x142929670a0e6e70.0x27b70a8546d22ffc.0x2e1b21385c26c926.0x4d2c6dfc5ac42aed.0x53380d139d95b3df.0x650a73548baf63de.0x766a0abb3c77b2a8.0x81c2c92e47edaee6.0x92722c851482353b.0xa2bfe8a14cf10364.0xa81a664bbc423001.0xc24b8b70d0f89791.0xc76c51a30654be30.0xd192e819d6ef5218.0xd69906245565a910.0xf40e35855771202a.0x106aa07032bbd1b8.0x19a4c116b8d2d0c8.0x1e376c085141ab53.0x2748774cdf8eeb99.0x34b0bcb5e19b48a8.0x391c0cb3c5c95a63.0x4ed8aa4ae3418acb.0x5b9cca4f7763e373.0x682e6ff3d6b2b8a3.0x748f82ee5defb2fc.0x78a5636f43172f60.0x84c87814a1f0ab72.0x8cc702081a6439ec.0x90befffa23631e28.0xa4506cebde82bde9.0xbef9a3f7b2c67915.0xc67178f2e372532b.0xca273eceea26619c.0xd186b8c721c0c207.0xeada7dd6cde0eb1e.0xf57d4f7fee6ed178.0x06f067aa72176fba.0x0a637dc5a2c898a6.0x113f9804bef90dae.0x1b710b35131c471b.0x28db77f523047d84.0x32caab7b40c72493.0x3c9ebe0a15c9bebc.0x431d67c49c100d4c.0x4cc5d4becb3e42b6.0x597f299cfc657e2a.0x5fcb6fab3ad6faec.0x6c44198c4a475817`.split(`.`).map(e=>BigInt(e)));ye[0],ye[1];const be=se(()=>new ve,ce(1)),xe=e=>`generaltranslation Formatting Error: Invalid cutoff style: ${e}.`,Se=`DEFAULT_TERMINATOR_KEY`,Ce={ellipsis:{fr:{terminator:`…`,separator:` `},zh:{terminator:`……`,separator:void 0},ja:{terminator:`……`,separator:void 0},[Se]:{terminator:`…`,separator:void 0}},none:{[Se]:{terminator:void 0,separator:void 0}}};var we=class e{static resolveLocale(e){try{let t=e?Array.isArray(e)?e.map(String):[String(e)]:[`en`],[n]=Intl.getCanonicalLocales(t);return n??`en`}catch{return`en`}}constructor(t,n={}){this.locale=e.resolveLocale(t);let r=n.style??`ellipsis`;if(!Ce[r])throw Error(xe(r));let i=n.maxChars===void 0?void 0:Ce[r][new Intl.Locale(this.locale).language]||Ce[r].DEFAULT_TERMINATOR_KEY,a=n.terminator??i?.terminator,o=a==null?void 0:n.separator??i?.separator;this.additionLength=(a?.length??0)+(o?.length??0),n.maxChars!==void 0&&Math.abs(n.maxChars)<this.additionLength&&(a=void 0,o=void 0),this.options={maxChars:n.maxChars,style:n.maxChars===void 0?void 0:r,terminator:a,separator:o}}format(e){return this.formatToParts(e).join(``)}formatToParts(e){let{maxChars:t,terminator:n,separator:r}=this.options,i=t===void 0||Math.abs(t)>=e.length?t:t>=0?Math.max(0,t-this.additionLength):Math.min(0,t+this.additionLength),a=i!==void 0&&i>-1?e.slice(0,i):e.slice(i);return t==null||i==null||i===0||n==null||e.length<=Math.abs(t)?[a]:i>0?r==null?[a,n]:[a,r,n]:r==null?[n,a]:[n,r,a]}resolvedOptions(){return this.options}};const Te={Collator:Intl.Collator,DateTimeFormat:Intl.DateTimeFormat,DisplayNames:Intl.DisplayNames,ListFormat:Intl.ListFormat,Locale:Intl.Locale,NumberFormat:Intl.NumberFormat,PluralRules:Intl.PluralRules,RelativeTimeFormat:Intl.RelativeTimeFormat,Segmenter:Intl.Segmenter,CutoffFormat:we},F=new class{constructor(){this.cache={}}generateKey(e,t={}){return`${e?Array.isArray(e)?e.map(e=>String(e)).join(`,`):String(e):`undefined`}:${t?JSON.stringify(t,Object.keys(t).sort()):`{}`}`}get(e,...t){let[n=`en`,r={}]=t,i=this.generateKey(n,r),a=this.cache[e];a===void 0&&(a={},this.cache[e]=a);let o=a[i];return o===void 0&&(o=new Te[e](...t),a[i]=o),o}};var I=c({__addDisposableResource:()=>Qe,__assign:()=>nt,__asyncDelegator:()=>We,__asyncGenerator:()=>Ue,__asyncValues:()=>Ge,__await:()=>L,__awaiter:()=>Fe,__classPrivateFieldGet:()=>Ye,__classPrivateFieldIn:()=>Ze,__classPrivateFieldSet:()=>Xe,__createBinding:()=>rt,__decorate:()=>Oe,__disposeResources:()=>$e,__esDecorate:()=>Ae,__exportStar:()=>Le,__extends:()=>Ee,__generator:()=>Ie,__importDefault:()=>Je,__importStar:()=>qe,__makeTemplateObject:()=>Ke,__metadata:()=>Pe,__param:()=>ke,__propKey:()=>Me,__read:()=>ze,__rest:()=>De,__rewriteRelativeImportExtension:()=>et,__runInitializers:()=>je,__setFunctionName:()=>Ne,__spread:()=>Be,__spreadArray:()=>He,__spreadArrays:()=>Ve,__values:()=>Re,default:()=>st});function Ee(e,t){if(typeof t!=`function`&&t!==null)throw TypeError(`Class extends value `+String(t)+` is not a constructor or null`);tt(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}function De(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols==`function`)for(var i=0,r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]]);return n}function Oe(e,t,n,r){var i=arguments.length,a=i<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,o;if(typeof Reflect==`object`&&typeof Reflect.decorate==`function`)a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a}function ke(e,t){return function(n,r){t(n,r,e)}}function Ae(e,t,n,r,i,a){function o(e){if(e!==void 0&&typeof e!=`function`)throw TypeError(`Function expected`);return e}for(var s=r.kind,c=s===`getter`?`get`:s===`setter`?`set`:`value`,l=!t&&e?r.static?e:e.prototype:null,u=t||(l?Object.getOwnPropertyDescriptor(l,r.name):{}),d,f=!1,p=n.length-1;p>=0;p--){var m={};for(var h in r)m[h]=h===`access`?{}:r[h];for(var h in r.access)m.access[h]=r.access[h];m.addInitializer=function(e){if(f)throw TypeError(`Cannot add initializers after decoration has completed`);a.push(o(e||null))};var g=(0,n[p])(s===`accessor`?{get:u.get,set:u.set}:u[c],m);if(s===`accessor`){if(g===void 0)continue;if(typeof g!=`object`||!g)throw TypeError(`Object expected`);(d=o(g.get))&&(u.get=d),(d=o(g.set))&&(u.set=d),(d=o(g.init))&&i.unshift(d)}else (d=o(g))&&(s===`field`?i.unshift(d):u[c]=d)}l&&Object.defineProperty(l,r.name,u),f=!0}function je(e,t,n){for(var r=arguments.length>2,i=0;i<t.length;i++)n=r?t[i].call(e,n):t[i].call(e);return r?n:void 0}function Me(e){return typeof e==`symbol`?e:`${e}`}function Ne(e,t,n){return typeof t==`symbol`&&(t=t.description?`[${t.description}]`:``),Object.defineProperty(e,`name`,{configurable:!0,value:n?`${n} ${t}`:t})}function Pe(e,t){if(typeof Reflect==`object`&&typeof Reflect.metadata==`function`)return Reflect.metadata(e,t)}function Fe(e,t,n,r){function i(e){return e instanceof n?e:new n(function(t){t(e)})}return new(n||=Promise)(function(n,a){function o(e){try{c(r.next(e))}catch(e){a(e)}}function s(e){try{c(r.throw(e))}catch(e){a(e)}}function c(e){e.done?n(e.value):i(e.value).then(o,s)}c((r=r.apply(e,t||[])).next())})}function Ie(e,t){var n={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r,i,a,o=Object.create((typeof Iterator==`function`?Iterator:Object).prototype);return o.next=s(0),o.throw=s(1),o.return=s(2),typeof Symbol==`function`&&(o[Symbol.iterator]=function(){return this}),o;function s(e){return function(t){return c([e,t])}}function c(s){if(r)throw TypeError(`Generator is already executing.`);for(;o&&(o=0,s[0]&&(n=0)),n;)try{if(r=1,i&&(a=s[0]&2?i.return:s[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,s[1])).done)return a;switch(i=0,a&&(s=[s[0]&2,a.value]),s[0]){case 0:case 1:a=s;break;case 4:return n.label++,{value:s[1],done:!1};case 5:n.label++,i=s[1],s=[0];continue;case 7:s=n.ops.pop(),n.trys.pop();continue;default:if((a=n.trys,!(a=a.length>0&&a[a.length-1]))&&(s[0]===6||s[0]===2)){n=0;continue}if(s[0]===3&&(!a||s[1]>a[0]&&s[1]<a[3])){n.label=s[1];break}if(s[0]===6&&n.label<a[1]){n.label=a[1],a=s;break}if(a&&n.label<a[2]){n.label=a[2],n.ops.push(s);break}a[2]&&n.ops.pop(),n.trys.pop();continue}s=t.call(e,n)}catch(e){s=[6,e],i=0}finally{r=a=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}}function Le(e,t){for(var n in e)n!==`default`&&!Object.prototype.hasOwnProperty.call(t,n)&&rt(t,e,n)}function Re(e){var t=typeof Symbol==`function`&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&typeof e.length==`number`)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw TypeError(t?`Object is not iterable.`:`Symbol.iterator is not defined.`)}function ze(e,t){var n=typeof Symbol==`function`&&e[Symbol.iterator];if(!n)return e;var r=n.call(e),i,a=[],o;try{for(;(t===void 0||t-- >0)&&!(i=r.next()).done;)a.push(i.value)}catch(e){o={error:e}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(o)throw o.error}}return a}function Be(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(ze(arguments[t]));return e}function Ve(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;for(var r=Array(e),i=0,t=0;t<n;t++)for(var a=arguments[t],o=0,s=a.length;o<s;o++,i++)r[i]=a[o];return r}function He(e,t,n){if(n||arguments.length===2)for(var r=0,i=t.length,a;r<i;r++)(a||!(r in t))&&(a||=Array.prototype.slice.call(t,0,r),a[r]=t[r]);return e.concat(a||Array.prototype.slice.call(t))}function L(e){return this instanceof L?(this.v=e,this):new L(e)}function Ue(e,t,n){if(!Symbol.asyncIterator)throw TypeError(`Symbol.asyncIterator is not defined.`);var r=n.apply(e,t||[]),i,a=[];return i=Object.create((typeof AsyncIterator==`function`?AsyncIterator:Object).prototype),s(`next`),s(`throw`),s(`return`,o),i[Symbol.asyncIterator]=function(){return this},i;function o(e){return function(t){return Promise.resolve(t).then(e,d)}}function s(e,t){r[e]&&(i[e]=function(t){return new Promise(function(n,r){a.push([e,t,n,r])>1||c(e,t)})},t&&(i[e]=t(i[e])))}function c(e,t){try{l(r[e](t))}catch(e){f(a[0][3],e)}}function l(e){e.value instanceof L?Promise.resolve(e.value.v).then(u,d):f(a[0][2],e)}function u(e){c(`next`,e)}function d(e){c(`throw`,e)}function f(e,t){e(t),a.shift(),a.length&&c(a[0][0],a[0][1])}}function We(e){var t,n;return t={},r(`next`),r(`throw`,function(e){throw e}),r(`return`),t[Symbol.iterator]=function(){return this},t;function r(r,i){t[r]=e[r]?function(t){return(n=!n)?{value:L(e[r](t)),done:!1}:i?i(t):t}:i}}function Ge(e){if(!Symbol.asyncIterator)throw TypeError(`Symbol.asyncIterator is not defined.`);var t=e[Symbol.asyncIterator],n;return t?t.call(e):(e=typeof Re==`function`?Re(e):e[Symbol.iterator](),n={},r(`next`),r(`throw`),r(`return`),n[Symbol.asyncIterator]=function(){return this},n);function r(t){n[t]=e[t]&&function(n){return new Promise(function(r,a){n=e[t](n),i(r,a,n.done,n.value)})}}function i(e,t,n,r){Promise.resolve(r).then(function(t){e({value:t,done:n})},t)}}function Ke(e,t){return Object.defineProperty?Object.defineProperty(e,`raw`,{value:t}):e.raw=t,e}function qe(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var n=at(e),r=0;r<n.length;r++)n[r]!==`default`&&rt(t,e,n[r]);return it(t,e),t}function Je(e){return e&&e.__esModule?e:{default:e}}function Ye(e,t,n,r){if(n===`a`&&!r)throw TypeError(`Private accessor was defined without a getter`);if(typeof t==`function`?e!==t||!r:!t.has(e))throw TypeError(`Cannot read private member from an object whose class did not declare it`);return n===`m`?r:n===`a`?r.call(e):r?r.value:t.get(e)}function Xe(e,t,n,r,i){if(r===`m`)throw TypeError(`Private method is not writable`);if(r===`a`&&!i)throw TypeError(`Private accessor was defined without a setter`);if(typeof t==`function`?e!==t||!i:!t.has(e))throw TypeError(`Cannot write private member to an object whose class did not declare it`);return r===`a`?i.call(e,n):i?i.value=n:t.set(e,n),n}function Ze(e,t){if(t===null||typeof t!=`object`&&typeof t!=`function`)throw TypeError(`Cannot use 'in' operator on non-object`);return typeof e==`function`?t===e:e.has(t)}function Qe(e,t,n){if(t!=null){if(typeof t!=`object`&&typeof t!=`function`)throw TypeError(`Object expected.`);var r,i;if(n){if(!Symbol.asyncDispose)throw TypeError(`Symbol.asyncDispose is not defined.`);r=t[Symbol.asyncDispose]}if(r===void 0){if(!Symbol.dispose)throw TypeError(`Symbol.dispose is not defined.`);r=t[Symbol.dispose],n&&(i=r)}if(typeof r!=`function`)throw TypeError(`Object not disposable.`);i&&(r=function(){try{i.call(this)}catch(e){return Promise.reject(e)}}),e.stack.push({value:t,dispose:r,async:n})}else n&&e.stack.push({async:!0});return t}function $e(e){function t(t){e.error=e.hasError?new ot(t,e.error,`An error was suppressed during disposal.`):t,e.hasError=!0}var n,r=0;function i(){for(;n=e.stack.pop();)try{if(!n.async&&r===1)return r=0,e.stack.push(n),Promise.resolve().then(i);if(n.dispose){var a=n.dispose.call(n.value);if(n.async)return r|=2,Promise.resolve(a).then(i,function(e){return t(e),i()})}else r|=1}catch(e){t(e)}if(r===1)return e.hasError?Promise.reject(e.error):Promise.resolve();if(e.hasError)throw e.error}return i()}function et(e,t){return typeof e==`string`&&/^\.\.?\//.test(e)?e.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+?)?)\.([cm]?)ts$/i,function(e,n,r,i,a){return n?t?`.jsx`:`.js`:r&&(!i||!a)?e:r+i+`.`+a.toLowerCase()+`js`}):e}var tt,nt,rt,it,at,ot,st,R=o((()=>{tt=function(e,t){return tt=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},tt(e,t)},nt=function(){return nt=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n],t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},nt.apply(this,arguments)},rt=Object.create?(function(e,t,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);(!i||(`get`in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}):(function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]}),it=Object.create?(function(e,t){Object.defineProperty(e,`default`,{enumerable:!0,value:t})}):function(e,t){e.default=t},at=function(e){return at=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},at(e)},ot=typeof SuppressedError==`function`?SuppressedError:function(e,t,n){var r=Error(n);return r.name=`SuppressedError`,r.error=e,r.suppressed=t,r},st={__extends:Ee,__assign:nt,__rest:De,__decorate:Oe,__param:ke,__esDecorate:Ae,__runInitializers:je,__propKey:Me,__setFunctionName:Ne,__metadata:Pe,__awaiter:Fe,__generator:Ie,__createBinding:rt,__exportStar:Le,__values:Re,__read:ze,__spread:Be,__spreadArrays:Ve,__spreadArray:He,__await:L,__asyncGenerator:Ue,__asyncDelegator:We,__asyncValues:Ge,__makeTemplateObject:Ke,__importStar:qe,__importDefault:Je,__classPrivateFieldGet:Ye,__classPrivateFieldSet:Xe,__classPrivateFieldIn:Ze,__addDisposableResource:Qe,__disposeResources:$e,__rewriteRelativeImportExtension:et}})),ct=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.ErrorKind=void 0;var t;(function(e){e[e.EXPECT_ARGUMENT_CLOSING_BRACE=1]=`EXPECT_ARGUMENT_CLOSING_BRACE`,e[e.EMPTY_ARGUMENT=2]=`EMPTY_ARGUMENT`,e[e.MALFORMED_ARGUMENT=3]=`MALFORMED_ARGUMENT`,e[e.EXPECT_ARGUMENT_TYPE=4]=`EXPECT_ARGUMENT_TYPE`,e[e.INVALID_ARGUMENT_TYPE=5]=`INVALID_ARGUMENT_TYPE`,e[e.EXPECT_ARGUMENT_STYLE=6]=`EXPECT_ARGUMENT_STYLE`,e[e.INVALID_NUMBER_SKELETON=7]=`INVALID_NUMBER_SKELETON`,e[e.INVALID_DATE_TIME_SKELETON=8]=`INVALID_DATE_TIME_SKELETON`,e[e.EXPECT_NUMBER_SKELETON=9]=`EXPECT_NUMBER_SKELETON`,e[e.EXPECT_DATE_TIME_SKELETON=10]=`EXPECT_DATE_TIME_SKELETON`,e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]=`UNCLOSED_QUOTE_IN_ARGUMENT_STYLE`,e[e.EXPECT_SELECT_ARGUMENT_OPTIONS=12]=`EXPECT_SELECT_ARGUMENT_OPTIONS`,e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]=`EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE`,e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]=`INVALID_PLURAL_ARGUMENT_OFFSET_VALUE`,e[e.EXPECT_SELECT_ARGUMENT_SELECTOR=15]=`EXPECT_SELECT_ARGUMENT_SELECTOR`,e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]=`EXPECT_PLURAL_ARGUMENT_SELECTOR`,e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]=`EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT`,e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]=`EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT`,e[e.INVALID_PLURAL_ARGUMENT_SELECTOR=19]=`INVALID_PLURAL_ARGUMENT_SELECTOR`,e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]=`DUPLICATE_PLURAL_ARGUMENT_SELECTOR`,e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]=`DUPLICATE_SELECT_ARGUMENT_SELECTOR`,e[e.MISSING_OTHER_CLAUSE=22]=`MISSING_OTHER_CLAUSE`,e[e.INVALID_TAG=23]=`INVALID_TAG`,e[e.INVALID_TAG_NAME=25]=`INVALID_TAG_NAME`,e[e.UNMATCHED_CLOSING_TAG=26]=`UNMATCHED_CLOSING_TAG`,e[e.UNCLOSED_TAG=27]=`UNCLOSED_TAG`})(t||(e.ErrorKind=t={}))})),z=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.SKELETON_TYPE=e.TYPE=void 0,e.isLiteralElement=r,e.isArgumentElement=i,e.isNumberElement=a,e.isDateElement=o,e.isTimeElement=s,e.isSelectElement=c,e.isPluralElement=l,e.isPoundElement=u,e.isTagElement=d,e.isNumberSkeleton=f,e.isDateTimeSkeleton=p,e.createLiteralElement=m,e.createNumberElement=h;var t;(function(e){e[e.literal=0]=`literal`,e[e.argument=1]=`argument`,e[e.number=2]=`number`,e[e.date=3]=`date`,e[e.time=4]=`time`,e[e.select=5]=`select`,e[e.plural=6]=`plural`,e[e.pound=7]=`pound`,e[e.tag=8]=`tag`})(t||(e.TYPE=t={}));var n;(function(e){e[e.number=0]=`number`,e[e.dateTime=1]=`dateTime`})(n||(e.SKELETON_TYPE=n={}));function r(e){return e.type===t.literal}function i(e){return e.type===t.argument}function a(e){return e.type===t.number}function o(e){return e.type===t.date}function s(e){return e.type===t.time}function c(e){return e.type===t.select}function l(e){return e.type===t.plural}function u(e){return e.type===t.pound}function d(e){return e.type===t.tag}function f(e){return!!(e&&typeof e==`object`&&e.type===n.number)}function p(e){return!!(e&&typeof e==`object`&&e.type===n.dateTime)}function m(e){return{type:t.literal,value:e}}function h(e,n){return{type:t.number,value:e,style:n}}})),lt=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.WHITE_SPACE_REGEX=e.SPACE_SEPARATOR_REGEX=void 0,e.SPACE_SEPARATOR_REGEX=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,e.WHITE_SPACE_REGEX=/[\t-\r \x85\u200E\u200F\u2028\u2029]/})),ut=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.parseDateTimeSkeleton=n;var t=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;function n(e){var n={};return e.replace(t,function(e){var t=e.length;switch(e[0]){case`G`:n.era=t===4?`long`:t===5?`narrow`:`short`;break;case`y`:n.year=t===2?`2-digit`:`numeric`;break;case`Y`:case`u`:case`U`:case`r`:throw RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case`q`:case`Q`:throw RangeError("`q/Q` (quarter) patterns are not supported");case`M`:case`L`:n.month=[`numeric`,`2-digit`,`short`,`long`,`narrow`][t-1];break;case`w`:case`W`:throw RangeError("`w/W` (week) patterns are not supported");case`d`:n.day=[`numeric`,`2-digit`][t-1];break;case`D`:case`F`:case`g`:throw RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case`E`:n.weekday=t===4?`long`:t===5?`narrow`:`short`;break;case`e`:if(t<4)throw RangeError("`e..eee` (weekday) patterns are not supported");n.weekday=[`short`,`long`,`narrow`,`short`][t-4];break;case`c`:if(t<4)throw RangeError("`c..ccc` (weekday) patterns are not supported");n.weekday=[`short`,`long`,`narrow`,`short`][t-4];break;case`a`:n.hour12=!0;break;case`b`:case`B`:throw RangeError("`b/B` (period) patterns are not supported, use `a` instead");case`h`:n.hourCycle=`h12`,n.hour=[`numeric`,`2-digit`][t-1];break;case`H`:n.hourCycle=`h23`,n.hour=[`numeric`,`2-digit`][t-1];break;case`K`:n.hourCycle=`h11`,n.hour=[`numeric`,`2-digit`][t-1];break;case`k`:n.hourCycle=`h24`,n.hour=[`numeric`,`2-digit`][t-1];break;case`j`:case`J`:case`C`:throw RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case`m`:n.minute=[`numeric`,`2-digit`][t-1];break;case`s`:n.second=[`numeric`,`2-digit`][t-1];break;case`S`:case`A`:throw RangeError("`S/A` (second) patterns are not supported, use `s` instead");case`z`:n.timeZoneName=t<4?`short`:`long`;break;case`Z`:case`O`:case`v`:case`V`:case`X`:case`x`:throw RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return``}),n}})),dt=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.WHITE_SPACE_REGEX=void 0,e.WHITE_SPACE_REGEX=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i})),ft=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.parseNumberSkeletonFromString=r,e.parseNumberSkeleton=m;var t=(R(),d(I)),n=dt();function r(e){if(e.length===0)throw Error(`Number skeleton cannot be empty`);for(var t=e.split(n.WHITE_SPACE_REGEX).filter(function(e){return e.length>0}),r=[],i=0,a=t;i<a.length;i++){var o=a[i].split(`/`);if(o.length===0)throw Error(`Invalid number skeleton`);for(var s=o[0],c=o.slice(1),l=0,u=c;l<u.length;l++)if(u[l].length===0)throw Error(`Invalid number skeleton`);r.push({stem:s,options:c})}return r}function i(e){return e.replace(/^(.*?)-/,``)}var a=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,o=/^(@+)?(\+|#+)?[rs]?$/g,s=/(\*)(0+)|(#+)(0+)|(0+)/g,c=/^(0+)$/;function l(e){var t={};return e[e.length-1]===`r`?t.roundingPriority=`morePrecision`:e[e.length-1]===`s`&&(t.roundingPriority=`lessPrecision`),e.replace(o,function(e,n,r){return typeof r==`string`?r===`+`?t.minimumSignificantDigits=n.length:n[0]===`#`?t.maximumSignificantDigits=n.length:(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length+(typeof r==`string`?r.length:0)):(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length),``}),t}function u(e){switch(e){case`sign-auto`:return{signDisplay:`auto`};case`sign-accounting`:case`()`:return{currencySign:`accounting`};case`sign-always`:case`+!`:return{signDisplay:`always`};case`sign-accounting-always`:case`()!`:return{signDisplay:`always`,currencySign:`accounting`};case`sign-except-zero`:case`+?`:return{signDisplay:`exceptZero`};case`sign-accounting-except-zero`:case`()?`:return{signDisplay:`exceptZero`,currencySign:`accounting`};case`sign-never`:case`+_`:return{signDisplay:`never`}}}function f(e){var t;if(e[0]===`E`&&e[1]===`E`?(t={notation:`engineering`},e=e.slice(2)):e[0]===`E`&&(t={notation:`scientific`},e=e.slice(1)),t){var n=e.slice(0,2);if(n===`+!`?(t.signDisplay=`always`,e=e.slice(2)):n===`+?`&&(t.signDisplay=`exceptZero`,e=e.slice(2)),!c.test(e))throw Error(`Malformed concise eng/scientific notation`);t.minimumIntegerDigits=e.length}return t}function p(e){return u(e)||{}}function m(e){for(var n={},r=0,d=e;r<d.length;r++){var m=d[r];switch(m.stem){case`percent`:case`%`:n.style=`percent`;continue;case`%x100`:n.style=`percent`,n.scale=100;continue;case`currency`:n.style=`currency`,n.currency=m.options[0];continue;case`group-off`:case`,_`:n.useGrouping=!1;continue;case`precision-integer`:case`.`:n.maximumFractionDigits=0;continue;case`measure-unit`:case`unit`:n.style=`unit`,n.unit=i(m.options[0]);continue;case`compact-short`:case`K`:n.notation=`compact`,n.compactDisplay=`short`;continue;case`compact-long`:case`KK`:n.notation=`compact`,n.compactDisplay=`long`;continue;case`scientific`:n=t.__assign(t.__assign(t.__assign({},n),{notation:`scientific`}),m.options.reduce(function(e,n){return t.__assign(t.__assign({},e),p(n))},{}));continue;case`engineering`:n=t.__assign(t.__assign(t.__assign({},n),{notation:`engineering`}),m.options.reduce(function(e,n){return t.__assign(t.__assign({},e),p(n))},{}));continue;case`notation-simple`:n.notation=`standard`;continue;case`unit-width-narrow`:n.currencyDisplay=`narrowSymbol`,n.unitDisplay=`narrow`;continue;case`unit-width-short`:n.currencyDisplay=`code`,n.unitDisplay=`short`;continue;case`unit-width-full-name`:n.currencyDisplay=`name`,n.unitDisplay=`long`;continue;case`unit-width-iso-code`:n.currencyDisplay=`symbol`;continue;case`scale`:n.scale=parseFloat(m.options[0]);continue;case`rounding-mode-floor`:n.roundingMode=`floor`;continue;case`rounding-mode-ceiling`:n.roundingMode=`ceil`;continue;case`rounding-mode-down`:n.roundingMode=`trunc`;continue;case`rounding-mode-up`:n.roundingMode=`expand`;continue;case`rounding-mode-half-even`:n.roundingMode=`halfEven`;continue;case`rounding-mode-half-down`:n.roundingMode=`halfTrunc`;continue;case`rounding-mode-half-up`:n.roundingMode=`halfExpand`;continue;case`integer-width`:if(m.options.length>1)throw RangeError(`integer-width stems only accept a single optional option`);m.options[0].replace(s,function(e,t,r,i,a,o){if(t)n.minimumIntegerDigits=r.length;else if(i&&a)throw Error(`We currently do not support maximum integer digits`);else if(o)throw Error(`We currently do not support exact integer digits`);return``});continue}if(c.test(m.stem)){n.minimumIntegerDigits=m.stem.length;continue}if(a.test(m.stem)){if(m.options.length>1)throw RangeError(`Fraction-precision stems only accept a single optional option`);m.stem.replace(a,function(e,t,r,i,a,o){return r===`*`?n.minimumFractionDigits=t.length:i&&i[0]===`#`?n.maximumFractionDigits=i.length:a&&o?(n.minimumFractionDigits=a.length,n.maximumFractionDigits=a.length+o.length):(n.minimumFractionDigits=t.length,n.maximumFractionDigits=t.length),``});var h=m.options[0];h===`w`?n=t.__assign(t.__assign({},n),{trailingZeroDisplay:`stripIfInteger`}):h&&(n=t.__assign(t.__assign({},n),l(h)));continue}if(o.test(m.stem)){n=t.__assign(t.__assign({},n),l(m.stem));continue}var g=u(m.stem);g&&(n=t.__assign(t.__assign({},n),g));var _=f(m.stem);_&&(n=t.__assign(t.__assign({},n),_))}return n}})),pt=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0});var t=(R(),d(I));t.__exportStar(ut(),e),t.__exportStar(ft(),e)})),mt=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.timeData=void 0,e.timeData={"001":[`H`,`h`],419:[`h`,`H`,`hB`,`hb`],AC:[`H`,`h`,`hb`,`hB`],AD:[`H`,`hB`],AE:[`h`,`hB`,`hb`,`H`],AF:[`H`,`hb`,`hB`,`h`],AG:[`h`,`hb`,`H`,`hB`],AI:[`H`,`h`,`hb`,`hB`],AL:[`h`,`H`,`hB`],AM:[`H`,`hB`],AO:[`H`,`hB`],AR:[`h`,`H`,`hB`,`hb`],AS:[`h`,`H`],AT:[`H`,`hB`],AU:[`h`,`hb`,`H`,`hB`],AW:[`H`,`hB`],AX:[`H`],AZ:[`H`,`hB`,`h`],BA:[`H`,`hB`,`h`],BB:[`h`,`hb`,`H`,`hB`],BD:[`h`,`hB`,`H`],BE:[`H`,`hB`],BF:[`H`,`hB`],BG:[`H`,`hB`,`h`],BH:[`h`,`hB`,`hb`,`H`],BI:[`H`,`h`],BJ:[`H`,`hB`],BL:[`H`,`hB`],BM:[`h`,`hb`,`H`,`hB`],BN:[`hb`,`hB`,`h`,`H`],BO:[`h`,`H`,`hB`,`hb`],BQ:[`H`],BR:[`H`,`hB`],BS:[`h`,`hb`,`H`,`hB`],BT:[`h`,`H`],BW:[`H`,`h`,`hb`,`hB`],BY:[`H`,`h`],BZ:[`H`,`h`,`hb`,`hB`],CA:[`h`,`hb`,`H`,`hB`],CC:[`H`,`h`,`hb`,`hB`],CD:[`hB`,`H`],CF:[`H`,`h`,`hB`],CG:[`H`,`hB`],CH:[`H`,`hB`,`h`],CI:[`H`,`hB`],CK:[`H`,`h`,`hb`,`hB`],CL:[`h`,`H`,`hB`,`hb`],CM:[`H`,`h`,`hB`],CN:[`H`,`hB`,`hb`,`h`],CO:[`h`,`H`,`hB`,`hb`],CP:[`H`],CR:[`h`,`H`,`hB`,`hb`],CU:[`h`,`H`,`hB`,`hb`],CV:[`H`,`hB`],CW:[`H`,`hB`],CX:[`H`,`h`,`hb`,`hB`],CY:[`h`,`H`,`hb`,`hB`],CZ:[`H`],DE:[`H`,`hB`],DG:[`H`,`h`,`hb`,`hB`],DJ:[`h`,`H`],DK:[`H`],DM:[`h`,`hb`,`H`,`hB`],DO:[`h`,`H`,`hB`,`hb`],DZ:[`h`,`hB`,`hb`,`H`],EA:[`H`,`h`,`hB`,`hb`],EC:[`h`,`H`,`hB`,`hb`],EE:[`H`,`hB`],EG:[`h`,`hB`,`hb`,`H`],EH:[`h`,`hB`,`hb`,`H`],ER:[`h`,`H`],ES:[`H`,`hB`,`h`,`hb`],ET:[`hB`,`hb`,`h`,`H`],FI:[`H`],FJ:[`h`,`hb`,`H`,`hB`],FK:[`H`,`h`,`hb`,`hB`],FM:[`h`,`hb`,`H`,`hB`],FO:[`H`,`h`],FR:[`H`,`hB`],GA:[`H`,`hB`],GB:[`H`,`h`,`hb`,`hB`],GD:[`h`,`hb`,`H`,`hB`],GE:[`H`,`hB`,`h`],GF:[`H`,`hB`],GG:[`H`,`h`,`hb`,`hB`],GH:[`h`,`H`],GI:[`H`,`h`,`hb`,`hB`],GL:[`H`,`h`],GM:[`h`,`hb`,`H`,`hB`],GN:[`H`,`hB`],GP:[`H`,`hB`],GQ:[`H`,`hB`,`h`,`hb`],GR:[`h`,`H`,`hb`,`hB`],GT:[`h`,`H`,`hB`,`hb`],GU:[`h`,`hb`,`H`,`hB`],GW:[`H`,`hB`],GY:[`h`,`hb`,`H`,`hB`],HK:[`h`,`hB`,`hb`,`H`],HN:[`h`,`H`,`hB`,`hb`],HR:[`H`,`hB`],HU:[`H`,`h`],IC:[`H`,`h`,`hB`,`hb`],ID:[`H`],IE:[`H`,`h`,`hb`,`hB`],IL:[`H`,`hB`],IM:[`H`,`h`,`hb`,`hB`],IN:[`h`,`H`],IO:[`H`,`h`,`hb`,`hB`],IQ:[`h`,`hB`,`hb`,`H`],IR:[`hB`,`H`],IS:[`H`],IT:[`H`,`hB`],JE:[`H`,`h`,`hb`,`hB`],JM:[`h`,`hb`,`H`,`hB`],JO:[`h`,`hB`,`hb`,`H`],JP:[`H`,`K`,`h`],KE:[`hB`,`hb`,`H`,`h`],KG:[`H`,`h`,`hB`,`hb`],KH:[`hB`,`h`,`H`,`hb`],KI:[`h`,`hb`,`H`,`hB`],KM:[`H`,`h`,`hB`,`hb`],KN:[`h`,`hb`,`H`,`hB`],KP:[`h`,`H`,`hB`,`hb`],KR:[`h`,`H`,`hB`,`hb`],KW:[`h`,`hB`,`hb`,`H`],KY:[`h`,`hb`,`H`,`hB`],KZ:[`H`,`hB`],LA:[`H`,`hb`,`hB`,`h`],LB:[`h`,`hB`,`hb`,`H`],LC:[`h`,`hb`,`H`,`hB`],LI:[`H`,`hB`,`h`],LK:[`H`,`h`,`hB`,`hb`],LR:[`h`,`hb`,`H`,`hB`],LS:[`h`,`H`],LT:[`H`,`h`,`hb`,`hB`],LU:[`H`,`h`,`hB`],LV:[`H`,`hB`,`hb`,`h`],LY:[`h`,`hB`,`hb`,`H`],MA:[`H`,`h`,`hB`,`hb`],MC:[`H`,`hB`],MD:[`H`,`hB`],ME:[`H`,`hB`,`h`],MF:[`H`,`hB`],MG:[`H`,`h`],MH:[`h`,`hb`,`H`,`hB`],MK:[`H`,`h`,`hb`,`hB`],ML:[`H`],MM:[`hB`,`hb`,`H`,`h`],MN:[`H`,`h`,`hb`,`hB`],MO:[`h`,`hB`,`hb`,`H`],MP:[`h`,`hb`,`H`,`hB`],MQ:[`H`,`hB`],MR:[`h`,`hB`,`hb`,`H`],MS:[`H`,`h`,`hb`,`hB`],MT:[`H`,`h`],MU:[`H`,`h`],MV:[`H`,`h`],MW:[`h`,`hb`,`H`,`hB`],MX:[`h`,`H`,`hB`,`hb`],MY:[`hb`,`hB`,`h`,`H`],MZ:[`H`,`hB`],NA:[`h`,`H`,`hB`,`hb`],NC:[`H`,`hB`],NE:[`H`],NF:[`H`,`h`,`hb`,`hB`],NG:[`H`,`h`,`hb`,`hB`],NI:[`h`,`H`,`hB`,`hb`],NL:[`H`,`hB`],NO:[`H`,`h`],NP:[`H`,`h`,`hB`],NR:[`H`,`h`,`hb`,`hB`],NU:[`H`,`h`,`hb`,`hB`],NZ:[`h`,`hb`,`H`,`hB`],OM:[`h`,`hB`,`hb`,`H`],PA:[`h`,`H`,`hB`,`hb`],PE:[`h`,`H`,`hB`,`hb`],PF:[`H`,`h`,`hB`],PG:[`h`,`H`],PH:[`h`,`hB`,`hb`,`H`],PK:[`h`,`hB`,`H`],PL:[`H`,`h`],PM:[`H`,`hB`],PN:[`H`,`h`,`hb`,`hB`],PR:[`h`,`H`,`hB`,`hb`],PS:[`h`,`hB`,`hb`,`H`],PT:[`H`,`hB`],PW:[`h`,`H`],PY:[`h`,`H`,`hB`,`hb`],QA:[`h`,`hB`,`hb`,`H`],RE:[`H`,`hB`],RO:[`H`,`hB`],RS:[`H`,`hB`,`h`],RU:[`H`],RW:[`H`,`h`],SA:[`h`,`hB`,`hb`,`H`],SB:[`h`,`hb`,`H`,`hB`],SC:[`H`,`h`,`hB`],SD:[`h`,`hB`,`hb`,`H`],SE:[`H`],SG:[`h`,`hb`,`H`,`hB`],SH:[`H`,`h`,`hb`,`hB`],SI:[`H`,`hB`],SJ:[`H`],SK:[`H`],SL:[`h`,`hb`,`H`,`hB`],SM:[`H`,`h`,`hB`],SN:[`H`,`h`,`hB`],SO:[`h`,`H`],SR:[`H`,`hB`],SS:[`h`,`hb`,`H`,`hB`],ST:[`H`,`hB`],SV:[`h`,`H`,`hB`,`hb`],SX:[`H`,`h`,`hb`,`hB`],SY:[`h`,`hB`,`hb`,`H`],SZ:[`h`,`hb`,`H`,`hB`],TA:[`H`,`h`,`hb`,`hB`],TC:[`h`,`hb`,`H`,`hB`],TD:[`h`,`H`,`hB`],TF:[`H`,`h`,`hB`],TG:[`H`,`hB`],TH:[`H`,`h`],TJ:[`H`,`h`],TL:[`H`,`hB`,`hb`,`h`],TM:[`H`,`h`],TN:[`h`,`hB`,`hb`,`H`],TO:[`h`,`H`],TR:[`H`,`hB`],TT:[`h`,`hb`,`H`,`hB`],TW:[`hB`,`hb`,`h`,`H`],TZ:[`hB`,`hb`,`H`,`h`],UA:[`H`,`hB`,`h`],UG:[`hB`,`hb`,`H`,`h`],UM:[`h`,`hb`,`H`,`hB`],US:[`h`,`hb`,`H`,`hB`],UY:[`h`,`H`,`hB`,`hb`],UZ:[`H`,`hB`,`h`],VA:[`H`,`h`,`hB`],VC:[`h`,`hb`,`H`,`hB`],VE:[`h`,`H`,`hB`,`hb`],VG:[`h`,`hb`,`H`,`hB`],VI:[`h`,`hb`,`H`,`hB`],VN:[`H`,`h`],VU:[`h`,`H`],WF:[`H`,`hB`],WS:[`h`,`H`],XK:[`H`,`hB`,`h`],YE:[`h`,`hB`,`hb`,`H`],YT:[`H`,`hB`],ZA:[`H`,`h`,`hb`,`hB`],ZM:[`h`,`hb`,`H`,`hB`],ZW:[`H`,`h`],"af-ZA":[`H`,`h`,`hB`,`hb`],"ar-001":[`h`,`hB`,`hb`,`H`],"ca-ES":[`H`,`h`,`hB`],"en-001":[`h`,`hb`,`H`,`hB`],"en-HK":[`h`,`hb`,`H`,`hB`],"en-IL":[`H`,`h`,`hb`,`hB`],"en-MY":[`h`,`hb`,`H`,`hB`],"es-BR":[`H`,`h`,`hB`,`hb`],"es-ES":[`H`,`h`,`hB`,`hb`],"es-GQ":[`H`,`h`,`hB`,`hb`],"fr-CA":[`H`,`h`,`hB`],"gl-ES":[`H`,`h`,`hB`],"gu-IN":[`hB`,`hb`,`h`,`H`],"hi-IN":[`hB`,`h`,`H`],"it-CH":[`H`,`h`,`hB`],"it-IT":[`H`,`h`,`hB`],"kn-IN":[`hB`,`h`,`H`],"ml-IN":[`hB`,`h`,`H`],"mr-IN":[`hB`,`hb`,`h`,`H`],"pa-IN":[`hB`,`hb`,`h`,`H`],"ta-IN":[`hB`,`h`,`hb`,`H`],"te-IN":[`hB`,`h`,`H`],"zu-ZA":[`H`,`hB`,`hb`,`h`]}})),ht=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.getBestPattern=n;var t=mt();function n(e,t){for(var n=``,i=0;i<e.length;i++){var a=e.charAt(i);if(a===`j`){for(var o=0;i+1<e.length&&e.charAt(i+1)===a;)o++,i++;var s=1+(o&1),c=o<2?1:3+(o>>1),l=`a`,u=r(t);for((u==`H`||u==`k`)&&(c=0);c-- >0;)n+=l;for(;s-- >0;)n=u+n}else a===`J`?n+=`H`:n+=a}return n}function r(e){var n=e.hourCycle;if(n===void 0&&e.hourCycles&&e.hourCycles.length&&(n=e.hourCycles[0]),n)switch(n){case`h24`:return`k`;case`h23`:return`H`;case`h12`:return`h`;case`h11`:return`K`;default:throw Error(`Invalid hourCycle`)}var r=e.language,i;return r!==`root`&&(i=e.maximize().region),(t.timeData[i||``]||t.timeData[r||``]||t.timeData[`${r}-001`]||t.timeData[`001`])[0]}})),gt=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.Parser=void 0;var t=(R(),d(I)),n=ct(),r=z(),i=lt(),a=pt(),o=ht(),s=RegExp(`^${i.SPACE_SEPARATOR_REGEX.source}*`),c=RegExp(`${i.SPACE_SEPARATOR_REGEX.source}*\$`);function l(e,t){return{start:e,end:t}}var u=!!String.prototype.startsWith&&`_a`.startsWith(`a`,1),f=!!String.fromCodePoint,p=!!Object.fromEntries,m=!!String.prototype.codePointAt,h=!!String.prototype.trimStart,g=!!String.prototype.trimEnd,_=Number.isSafeInteger?Number.isSafeInteger:function(e){return typeof e==`number`&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},v=!0;try{v=T(`([^\\p{White_Space}\\p{Pattern_Syntax}]*)`,`yu`).exec(`a`)?.[0]===`a`}catch{v=!1}var y=u?function(e,t,n){return e.startsWith(t,n)}:function(e,t,n){return e.slice(n,n+t.length)===t},b=f?String.fromCodePoint:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var n=``,r=e.length,i=0,a;r>i;){if(a=e[i++],a>1114111)throw RangeError(a+` is not a valid code point`);n+=a<65536?String.fromCharCode(a):String.fromCharCode(((a-=65536)>>10)+55296,a%1024+56320)}return n},x=p?Object.fromEntries:function(e){for(var t={},n=0,r=e;n<r.length;n++){var i=r[n],a=i[0];t[a]=i[1]}return t},S=m?function(e,t){return e.codePointAt(t)}:function(e,t){var n=e.length;if(!(t<0||t>=n)){var r=e.charCodeAt(t),i;return r<55296||r>56319||t+1===n||(i=e.charCodeAt(t+1))<56320||i>57343?r:(r-55296<<10)+(i-56320)+65536}},C=h?function(e){return e.trimStart()}:function(e){return e.replace(s,``)},w=g?function(e){return e.trimEnd()}:function(e){return e.replace(c,``)};function T(e,t){return new RegExp(e,t)}var E;if(v){var D=T(`([^\\p{White_Space}\\p{Pattern_Syntax}]*)`,`yu`);E=function(e,t){return D.lastIndex=t,D.exec(e)[1]??``}}else E=function(e,t){for(var n=[];;){var r=S(e,t);if(r===void 0||j(r)||ee(r))break;n.push(r),t+=r>=65536?2:1}return b.apply(void 0,n)};e.Parser=function(){function e(e,t){t===void 0&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(this.offset()!==0)throw Error(`parser can only be used once`);return this.parseMessage(0,``,!1)},e.prototype.parseMessage=function(e,t,i){for(var a=[];!this.isEOF();){var o=this.char();if(o===123){var s=this.parseArgument(e,i);if(s.err)return s;a.push(s.val)}else if(o===125&&e>0)break;else if(o===35&&(t===`plural`||t===`selectordinal`)){var c=this.clonePosition();this.bump(),a.push({type:r.TYPE.pound,location:l(c,this.clonePosition())})}else if(o===60&&!this.ignoreTag&&this.peek()===47){if(i)break;return this.error(n.ErrorKind.UNMATCHED_CLOSING_TAG,l(this.clonePosition(),this.clonePosition()))}else if(o===60&&!this.ignoreTag&&O(this.peek()||0)){var s=this.parseTag(e,t);if(s.err)return s;a.push(s.val)}else{var s=this.parseLiteral(e,t);if(s.err)return s;a.push(s.val)}}return{val:a,err:null}},e.prototype.parseTag=function(e,t){var i=this.clonePosition();this.bump();var a=this.parseTagName();if(this.bumpSpace(),this.bumpIf(`/>`))return{val:{type:r.TYPE.literal,value:`<${a}/>`,location:l(i,this.clonePosition())},err:null};if(this.bumpIf(`>`)){var o=this.parseMessage(e+1,t,!0);if(o.err)return o;var s=o.val,c=this.clonePosition();if(this.bumpIf(`</`)){if(this.isEOF()||!O(this.char()))return this.error(n.ErrorKind.INVALID_TAG,l(c,this.clonePosition()));var u=this.clonePosition();return a===this.parseTagName()?(this.bumpSpace(),this.bumpIf(`>`)?{val:{type:r.TYPE.tag,value:a,children:s,location:l(i,this.clonePosition())},err:null}:this.error(n.ErrorKind.INVALID_TAG,l(c,this.clonePosition()))):this.error(n.ErrorKind.UNMATCHED_CLOSING_TAG,l(u,this.clonePosition()))}else return this.error(n.ErrorKind.UNCLOSED_TAG,l(i,this.clonePosition()))}else return this.error(n.ErrorKind.INVALID_TAG,l(i,this.clonePosition()))},e.prototype.parseTagName=function(){var e=this.offset();for(this.bump();!this.isEOF()&&A(this.char());)this.bump();return this.message.slice(e,this.offset())},e.prototype.parseLiteral=function(e,t){for(var n=this.clonePosition(),i=``;;){var a=this.tryParseQuote(t);if(a){i+=a;continue}var o=this.tryParseUnquoted(e,t);if(o){i+=o;continue}var s=this.tryParseLeftAngleBracket();if(s){i+=s;continue}break}var c=l(n,this.clonePosition());return{val:{type:r.TYPE.literal,value:i,location:c},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!k(this.peek()||0))?(this.bump(),`<`):null},e.prototype.tryParseQuote=function(e){if(this.isEOF()||this.char()!==39)return null;switch(this.peek()){case 39:return this.bump(),this.bump(),`'`;case 123:case 60:case 62:case 125:break;case 35:if(e===`plural`||e===`selectordinal`)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var n=this.char();if(n===39)if(this.peek()===39)t.push(39),this.bump();else{this.bump();break}else t.push(n);this.bump()}return b.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var n=this.char();return n===60||n===123||n===35&&(t===`plural`||t===`selectordinal`)||n===125&&e>0?null:(this.bump(),b(n))},e.prototype.parseArgument=function(e,t){var i=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(n.ErrorKind.EXPECT_ARGUMENT_CLOSING_BRACE,l(i,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(n.ErrorKind.EMPTY_ARGUMENT,l(i,this.clonePosition()));var a=this.parseIdentifierIfPossible().value;if(!a)return this.error(n.ErrorKind.MALFORMED_ARGUMENT,l(i,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(n.ErrorKind.EXPECT_ARGUMENT_CLOSING_BRACE,l(i,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:r.TYPE.argument,value:a,location:l(i,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(n.ErrorKind.EXPECT_ARGUMENT_CLOSING_BRACE,l(i,this.clonePosition())):this.parseArgumentOptions(e,t,a,i);default:return this.error(n.ErrorKind.MALFORMED_ARGUMENT,l(i,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),n=E(this.message,t),r=t+n.length;return this.bumpTo(r),{value:n,location:l(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,i,s,c){var u=this.clonePosition(),d=this.parseIdentifierIfPossible().value,f=this.clonePosition();switch(d){case``:return this.error(n.ErrorKind.EXPECT_ARGUMENT_TYPE,l(u,f));case`number`:case`date`:case`time`:this.bumpSpace();var p=null;if(this.bumpIf(`,`)){this.bumpSpace();var m=this.clonePosition(),h=this.parseSimpleArgStyleIfPossible();if(h.err)return h;var g=w(h.val);if(g.length===0)return this.error(n.ErrorKind.EXPECT_ARGUMENT_STYLE,l(this.clonePosition(),this.clonePosition()));p={style:g,styleLocation:l(m,this.clonePosition())}}var _=this.tryParseArgumentClose(c);if(_.err)return _;var v=l(c,this.clonePosition());if(p&&y(p?.style,`::`,0)){var b=C(p.style.slice(2));if(d===`number`){var h=this.parseNumberSkeletonFromString(b,p.styleLocation);return h.err?h:{val:{type:r.TYPE.number,value:s,location:v,style:h.val},err:null}}else{if(b.length===0)return this.error(n.ErrorKind.EXPECT_DATE_TIME_SKELETON,v);var S=b;this.locale&&(S=(0,o.getBestPattern)(b,this.locale));var g={type:r.SKELETON_TYPE.dateTime,pattern:S,location:p.styleLocation,parsedOptions:this.shouldParseSkeletons?(0,a.parseDateTimeSkeleton)(S):{}};return{val:{type:d===`date`?r.TYPE.date:r.TYPE.time,value:s,location:v,style:g},err:null}}}return{val:{type:d===`number`?r.TYPE.number:d===`date`?r.TYPE.date:r.TYPE.time,value:s,location:v,style:p?.style??null},err:null};case`plural`:case`selectordinal`:case`select`:var T=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(`,`))return this.error(n.ErrorKind.EXPECT_SELECT_ARGUMENT_OPTIONS,l(T,t.__assign({},T)));this.bumpSpace();var E=this.parseIdentifierIfPossible(),D=0;if(d!==`select`&&E.value===`offset`){if(!this.bumpIf(`:`))return this.error(n.ErrorKind.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,l(this.clonePosition(),this.clonePosition()));this.bumpSpace();var h=this.tryParseDecimalInteger(n.ErrorKind.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,n.ErrorKind.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(h.err)return h;this.bumpSpace(),E=this.parseIdentifierIfPossible(),D=h.val}var O=this.tryParsePluralOrSelectOptions(e,d,i,E);if(O.err)return O;var _=this.tryParseArgumentClose(c);if(_.err)return _;var k=l(c,this.clonePosition());return d===`select`?{val:{type:r.TYPE.select,value:s,options:x(O.val),location:k},err:null}:{val:{type:r.TYPE.plural,value:s,options:x(O.val),offset:D,pluralType:d===`plural`?`cardinal`:`ordinal`,location:k},err:null};default:return this.error(n.ErrorKind.INVALID_ARGUMENT_TYPE,l(u,f))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||this.char()!==125?this.error(n.ErrorKind.EXPECT_ARGUMENT_CLOSING_BRACE,l(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil(`'`))return this.error(n.ErrorKind.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,l(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(e>0)--e;else return{val:this.message.slice(t.offset,this.offset()),err:null};break;default:this.bump();break}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var i=[];try{i=(0,a.parseNumberSkeletonFromString)(e)}catch{return this.error(n.ErrorKind.INVALID_NUMBER_SKELETON,t)}return{val:{type:r.SKELETON_TYPE.number,tokens:i,location:t,parsedOptions:this.shouldParseSkeletons?(0,a.parseNumberSkeleton)(i):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(e,t,r,i){for(var a,o=!1,s=[],c=new Set,u=i.value,d=i.location;;){if(u.length===0){var f=this.clonePosition();if(t!==`select`&&this.bumpIf(`=`)){var p=this.tryParseDecimalInteger(n.ErrorKind.EXPECT_PLURAL_ARGUMENT_SELECTOR,n.ErrorKind.INVALID_PLURAL_ARGUMENT_SELECTOR);if(p.err)return p;d=l(f,this.clonePosition()),u=this.message.slice(f.offset,this.offset())}else break}if(c.has(u))return this.error(t===`select`?n.ErrorKind.DUPLICATE_SELECT_ARGUMENT_SELECTOR:n.ErrorKind.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,d);u===`other`&&(o=!0),this.bumpSpace();var m=this.clonePosition();if(!this.bumpIf(`{`))return this.error(t===`select`?n.ErrorKind.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:n.ErrorKind.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,l(this.clonePosition(),this.clonePosition()));var h=this.parseMessage(e+1,t,r);if(h.err)return h;var g=this.tryParseArgumentClose(m);if(g.err)return g;s.push([u,{value:h.val,location:l(m,this.clonePosition())}]),c.add(u),this.bumpSpace(),a=this.parseIdentifierIfPossible(),u=a.value,d=a.location}return s.length===0?this.error(t===`select`?n.ErrorKind.EXPECT_SELECT_ARGUMENT_SELECTOR:n.ErrorKind.EXPECT_PLURAL_ARGUMENT_SELECTOR,l(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(n.ErrorKind.MISSING_OTHER_CLAUSE,l(this.clonePosition(),this.clonePosition())):{val:s,err:null}},e.prototype.tryParseDecimalInteger=function(e,t){var n=1,r=this.clonePosition();this.bumpIf(`+`)||this.bumpIf(`-`)&&(n=-1);for(var i=!1,a=0;!this.isEOF();){var o=this.char();if(o>=48&&o<=57)i=!0,a=a*10+(o-48),this.bump();else break}var s=l(r,this.clonePosition());return i?(a*=n,_(a)?{val:a,err:null}:this.error(t,s)):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error(`out of bound`);var t=S(this.message,e);if(t===void 0)throw Error(`Offset ${e} is at invalid UTF-16 code unit boundary`);return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();e===10?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(y(this.message,e,this.offset())){for(var t=0;t<e.length;t++)this.bump();return!0}return!1},e.prototype.bumpUntil=function(e){var t=this.offset(),n=this.message.indexOf(e,t);return n>=0?(this.bumpTo(n),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error(`targetOffset ${e} must be greater than or equal to the current offset ${this.offset()}`);for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error(`targetOffset ${e} is at invalid UTF-16 code unit boundary`);if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&j(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset();return this.message.charCodeAt(t+(e>=65536?2:1))??null},e}();function O(e){return e>=97&&e<=122||e>=65&&e<=90}function k(e){return O(e)||e===47}function A(e){return e===45||e===46||e>=48&&e<=57||e===95||e>=97&&e<=122||e>=65&&e<=90||e==183||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039}function j(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function ee(e){return e>=33&&e<=35||e===36||e>=37&&e<=39||e===40||e===41||e===42||e===43||e===44||e===45||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||e===91||e===92||e===93||e===94||e===96||e===123||e===124||e===125||e===126||e===161||e>=162&&e<=165||e===166||e===167||e===169||e===171||e===172||e===174||e===176||e===177||e===182||e===187||e===191||e===215||e===247||e>=8208&&e<=8213||e>=8214&&e<=8215||e===8216||e===8217||e===8218||e>=8219&&e<=8220||e===8221||e===8222||e===8223||e>=8224&&e<=8231||e>=8240&&e<=8248||e===8249||e===8250||e>=8251&&e<=8254||e>=8257&&e<=8259||e===8260||e===8261||e===8262||e>=8263&&e<=8273||e===8274||e===8275||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||e===8608||e>=8609&&e<=8610||e===8611||e>=8612&&e<=8613||e===8614||e>=8615&&e<=8621||e===8622||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||e===8658||e===8659||e===8660||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||e===8968||e===8969||e===8970||e===8971||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||e===9001||e===9002||e>=9003&&e<=9083||e===9084||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||e===9655||e>=9656&&e<=9664||e===9665||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||e===9839||e>=9840&&e<=10087||e===10088||e===10089||e===10090||e===10091||e===10092||e===10093||e===10094||e===10095||e===10096||e===10097||e===10098||e===10099||e===10100||e===10101||e>=10132&&e<=10175||e>=10176&&e<=10180||e===10181||e===10182||e>=10183&&e<=10213||e===10214||e===10215||e===10216||e===10217||e===10218||e===10219||e===10220||e===10221||e===10222||e===10223||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||e===10627||e===10628||e===10629||e===10630||e===10631||e===10632||e===10633||e===10634||e===10635||e===10636||e===10637||e===10638||e===10639||e===10640||e===10641||e===10642||e===10643||e===10644||e===10645||e===10646||e===10647||e===10648||e>=10649&&e<=10711||e===10712||e===10713||e===10714||e===10715||e>=10716&&e<=10747||e===10748||e===10749||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||e===11158||e>=11159&&e<=11263||e>=11776&&e<=11777||e===11778||e===11779||e===11780||e===11781||e>=11782&&e<=11784||e===11785||e===11786||e===11787||e===11788||e===11789||e>=11790&&e<=11798||e===11799||e>=11800&&e<=11801||e===11802||e===11803||e===11804||e===11805||e>=11806&&e<=11807||e===11808||e===11809||e===11810||e===11811||e===11812||e===11813||e===11814||e===11815||e===11816||e===11817||e>=11818&&e<=11822||e===11823||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||e===11840||e===11841||e===11842||e>=11843&&e<=11855||e>=11856&&e<=11857||e===11858||e>=11859&&e<=11903||e>=12289&&e<=12291||e===12296||e===12297||e===12298||e===12299||e===12300||e===12301||e===12302||e===12303||e===12304||e===12305||e>=12306&&e<=12307||e===12308||e===12309||e===12310||e===12311||e===12312||e===12313||e===12314||e===12315||e===12316||e===12317||e>=12318&&e<=12319||e===12320||e===12336||e===64830||e===64831||e>=65093&&e<=65094}})),_t=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.hoistSelectors=s,e.isStructurallySame=l;var t=(R(),d(I)),n=z();function r(e){return Array.isArray(e)?t.__spreadArray([],e.map(r),!0):typeof e==`object`&&e?Object.keys(e).reduce(function(t,n){return t[n]=r(e[n]),t},{}):e}function i(e,n,i){var a=r(n),o=a.options;return a.options=Object.keys(o).reduce(function(n,r){return n[r]={value:s(t.__spreadArray(t.__spreadArray(t.__spreadArray([],e.slice(0,i),!0),o[r].value,!0),e.slice(i+1),!0))},n},{}),a}function a(e){return(0,n.isPluralElement)(e)||(0,n.isSelectElement)(e)}function o(e){return!!e.find(function(e){return a(e)?!0:(0,n.isTagElement)(e)?o(e.children):!1})}function s(e){for(var t=0;t<e.length;t++){var r=e[t];if(a(r))return[i(e,r,t)];if((0,n.isTagElement)(r)&&o([r]))throw Error(`Cannot hoist plural/select within a tag element. Please put the tag element inside each plural/select option`)}return e}function c(e,t){t===void 0&&(t=new Map),e.forEach(function(e){if((0,n.isArgumentElement)(e)||(0,n.isDateElement)(e)||(0,n.isTimeElement)(e)||(0,n.isNumberElement)(e)){if(e.value in t&&t.get(e.value)!==e.type)throw Error(`Variable ${e.value} has conflicting types`);t.set(e.value,e.type)}((0,n.isPluralElement)(e)||(0,n.isSelectElement)(e))&&(t.set(e.value,e.type),Object.keys(e.options).forEach(function(n){c(e.options[n].value,t)})),(0,n.isTagElement)(e)&&(t.set(e.value,e.type),c(e.children,t))})}function l(e,t){var r=new Map,i=new Map;return c(e,r),c(t,i),r.size===i.size?Array.from(r.entries()).reduce(function(e,t){var r=t[0],a=t[1];if(!e.success)return e;var o=i.get(r);return o==null?{success:!1,error:Error(`Missing variable ${r} in message`)}:o===a?e:{success:!1,error:Error(`Variable ${r} has conflicting types: ${n.TYPE[a]} vs ${n.TYPE[o]}`)}},{success:!0}):{success:!1,error:Error(`Different number of variables: [${Array.from(r.keys()).join(`, `)}] vs [${Array.from(i.keys()).join(`, `)}]`)}}})),vt=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.isStructurallySame=e._Parser=void 0,e.parse=o;var t=(R(),d(I)),n=ct(),r=gt(),i=z();function a(e){e.forEach(function(e){if(delete e.location,(0,i.isSelectElement)(e)||(0,i.isPluralElement)(e))for(var t in e.options)delete e.options[t].location,a(e.options[t].value);else (0,i.isNumberElement)(e)&&(0,i.isNumberSkeleton)(e.style)||((0,i.isDateElement)(e)||(0,i.isTimeElement)(e))&&(0,i.isDateTimeSkeleton)(e.style)?delete e.style.location:(0,i.isTagElement)(e)&&a(e.children)})}function o(e,i){i===void 0&&(i={}),i=t.__assign({shouldParseSkeletons:!0,requiresOtherClause:!0},i);var o=new r.Parser(e,i).parse();if(o.err){var s=SyntaxError(n.ErrorKind[o.err.kind]);throw s.location=o.err.location,s.originalMessage=o.err.message,s}return i?.captureLocation||a(o.val),o.val}t.__exportStar(z(),e),e._Parser=r.Parser;var s=_t();Object.defineProperty(e,`isStructurallySame`,{enumerable:!0,get:function(){return s.isStructurallySame}})})),yt=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.printAST=r;var t=(R(),d(I)),n=z();function r(e){return i(e,!1)}function i(e,t){return e.map(function(r,i){if((0,n.isLiteralElement)(r))return s(r,t,i===0,i===e.length-1);if((0,n.isArgumentElement)(r))return c(r);if((0,n.isDateElement)(r)||(0,n.isTimeElement)(r)||(0,n.isNumberElement)(r))return l(r);if((0,n.isPluralElement)(r))return h(r);if((0,n.isSelectElement)(r))return m(r);if((0,n.isPoundElement)(r))return`#`;if((0,n.isTagElement)(r))return a(r)}).join(``)}function a(e){return`<${e.value}>${r(e.children)}</${e.value}>`}function o(e){return e.replace(/([{}](?:[\s\S]*[{}])?)/,`'$1'`)}function s(e,t,n,r){var i=e.value;return!n&&i[0]===`'`&&(i=`''${i.slice(1)}`),!r&&i[i.length-1]===`'`&&(i=`${i.slice(0,i.length-1)}''`),i=o(i),t?i.replace(`#`,`'#'`):i}function c(e){return`{${e.value}}`}function l(e){return`{${e.value}, ${n.TYPE[e.type]}${e.style?`, ${f(e.style)}`:``}}`}function u(e){var t=e.stem,n=e.options;return n.length===0?t:`${t}${n.map(function(e){return`/${e}`}).join(``)}`}function f(e){return typeof e==`string`?o(e):e.type===n.SKELETON_TYPE.dateTime?`::${p(e)}`:`::${e.tokens.map(u).join(` `)}`}function p(e){return e.pattern}function m(e){return`{${[e.value,`select`,Object.keys(e.options).map(function(t){return`${t}{${i(e.options[t].value,!1)}}`}).join(` `)].join(`,`)}}`}function h(e){var n=e.pluralType===`cardinal`?`plural`:`selectordinal`;return`{${[e.value,n,t.__spreadArray([e.offset?`offset:${e.offset}`:``],Object.keys(e.options).map(function(t){return`${t}{${i(e.options[t].value,!0)}}`}),!0).filter(Boolean).join(` `)].join(`,`)}}`}})),bt=vt(),xt=z(),St=yt();function Ct({icuString:e,shouldVisit:t,visitor:n,options:{recurseIntoVisited:r=!0,...i}}){let a=(0,bt.parse)(e,i);return o(a),a;function o(e){e.map(s)}function s(e){let i=!1;t(e)&&(n(e),i=!0),(!i||r)&&(e.type===bt.TYPE.select||e.type===bt.TYPE.plural?Object.values(e.options).map(e=>e.value).map(o):e.type===bt.TYPE.tag&&o(e.children))}}const wt=`_gt_`,Tt=RegExp(`^${wt}\\d+$`),Et=RegExp(`^${wt}$`);function Dt(e){return e.type===xt.TYPE.select&&Tt.test(e.value)&&!!e.options.other&&(e.options.other.value.length===0||e.options.other.value.length>0&&e.options.other.value[0]?.type===xt.TYPE.literal)}function Ot(e){return e.type===xt.TYPE.select&&Et.test(e.value)&&!!e.options.other&&(e.options.other.value.length===0||e.options.other.value.length>0&&e.options.other.value[0]?.type===xt.TYPE.literal)}function kt(e){if(!e.includes(`_gt_`))return e;let t=[];function n(e){t.push({start:e.location?.start.offset??0,end:e.location?.end.offset??0,otherStart:e.options.other.location?.start.offset??0,otherEnd:e.options.other.location?.end.offset??0})}Ct({icuString:e,shouldVisit:Ot,visitor:n,options:{recurseIntoVisited:!1,captureLocation:!0}});let r=[],i=0;for(let n=0;n<t.length;n++){let{start:a,end:o,otherStart:s,otherEnd:c}=t[n];r.push(e.slice(i,a)),r.push(e.slice(a,a+4+1)),r.push(String(n+1)),r.push(e.slice(a+4+1,s)),r.push(`{}`),r.push(e.slice(c,o)),i=o}return r.push(e.slice(i,e.length)),r.join(``)}function At(e){if(!e.includes(`_gt_`))return{};let t=1,n={};function r(e){n[e.value+t]=e.options.other.value.length?e.options.other.value[0]?.value:``,t+=1}return Ct({icuString:e,shouldVisit:Ot,visitor:r,options:{recurseIntoVisited:!1}}),n}function jt(e){if(!e.includes(`_gt_`))return e;function t(e){e.type=xt.TYPE.argument,Reflect.deleteProperty(e,`options`)}return(0,St.printAST)(Ct({icuString:e,shouldVisit:Dt,visitor:t,options:{recurseIntoVisited:!1}}))}var Mt=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.strategies=void 0,e.memoize=t;function t(e,t){var n=t&&t.cache?t.cache:d,r=t&&t.serializer?t.serializer:l;return(t&&t.strategy?t.strategy:o)(e,{cache:n,serializer:r})}function n(e){return e==null||typeof e==`number`||typeof e==`boolean`}function r(e,t,r,i){var a=n(i)?i:r(i),o=t.get(a);return o===void 0&&(o=e.call(this,i),t.set(a,o)),o}function i(e,t,n){var r=Array.prototype.slice.call(arguments,3),i=n(r),a=t.get(i);return a===void 0&&(a=e.apply(this,r),t.set(i,a)),a}function a(e,t,n,r,i){return n.bind(t,e,r,i)}function o(e,t){var n=e.length===1?r:i;return a(e,this,n,t.cache.create(),t.serializer)}function s(e,t){return a(e,this,i,t.cache.create(),t.serializer)}function c(e,t){return a(e,this,r,t.cache.create(),t.serializer)}var l=function(){return JSON.stringify(arguments)},u=function(){function e(){this.cache=Object.create(null)}return e.prototype.get=function(e){return this.cache[e]},e.prototype.set=function(e,t){this.cache[e]=t},e}(),d={create:function(){return new u}};e.strategies={variadic:s,monadic:c}})),Nt=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.ErrorKind=void 0;var t;(function(e){e[e.EXPECT_ARGUMENT_CLOSING_BRACE=1]=`EXPECT_ARGUMENT_CLOSING_BRACE`,e[e.EMPTY_ARGUMENT=2]=`EMPTY_ARGUMENT`,e[e.MALFORMED_ARGUMENT=3]=`MALFORMED_ARGUMENT`,e[e.EXPECT_ARGUMENT_TYPE=4]=`EXPECT_ARGUMENT_TYPE`,e[e.INVALID_ARGUMENT_TYPE=5]=`INVALID_ARGUMENT_TYPE`,e[e.EXPECT_ARGUMENT_STYLE=6]=`EXPECT_ARGUMENT_STYLE`,e[e.INVALID_NUMBER_SKELETON=7]=`INVALID_NUMBER_SKELETON`,e[e.INVALID_DATE_TIME_SKELETON=8]=`INVALID_DATE_TIME_SKELETON`,e[e.EXPECT_NUMBER_SKELETON=9]=`EXPECT_NUMBER_SKELETON`,e[e.EXPECT_DATE_TIME_SKELETON=10]=`EXPECT_DATE_TIME_SKELETON`,e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]=`UNCLOSED_QUOTE_IN_ARGUMENT_STYLE`,e[e.EXPECT_SELECT_ARGUMENT_OPTIONS=12]=`EXPECT_SELECT_ARGUMENT_OPTIONS`,e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]=`EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE`,e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]=`INVALID_PLURAL_ARGUMENT_OFFSET_VALUE`,e[e.EXPECT_SELECT_ARGUMENT_SELECTOR=15]=`EXPECT_SELECT_ARGUMENT_SELECTOR`,e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]=`EXPECT_PLURAL_ARGUMENT_SELECTOR`,e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]=`EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT`,e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]=`EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT`,e[e.INVALID_PLURAL_ARGUMENT_SELECTOR=19]=`INVALID_PLURAL_ARGUMENT_SELECTOR`,e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]=`DUPLICATE_PLURAL_ARGUMENT_SELECTOR`,e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]=`DUPLICATE_SELECT_ARGUMENT_SELECTOR`,e[e.MISSING_OTHER_CLAUSE=22]=`MISSING_OTHER_CLAUSE`,e[e.INVALID_TAG=23]=`INVALID_TAG`,e[e.INVALID_TAG_NAME=25]=`INVALID_TAG_NAME`,e[e.UNMATCHED_CLOSING_TAG=26]=`UNMATCHED_CLOSING_TAG`,e[e.UNCLOSED_TAG=27]=`UNCLOSED_TAG`})(t||(e.ErrorKind=t={}))})),Pt=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.SKELETON_TYPE=e.TYPE=void 0,e.isLiteralElement=r,e.isArgumentElement=i,e.isNumberElement=a,e.isDateElement=o,e.isTimeElement=s,e.isSelectElement=c,e.isPluralElement=l,e.isPoundElement=u,e.isTagElement=d,e.isNumberSkeleton=f,e.isDateTimeSkeleton=p,e.createLiteralElement=m,e.createNumberElement=h;var t;(function(e){e[e.literal=0]=`literal`,e[e.argument=1]=`argument`,e[e.number=2]=`number`,e[e.date=3]=`date`,e[e.time=4]=`time`,e[e.select=5]=`select`,e[e.plural=6]=`plural`,e[e.pound=7]=`pound`,e[e.tag=8]=`tag`})(t||(e.TYPE=t={}));var n;(function(e){e[e.number=0]=`number`,e[e.dateTime=1]=`dateTime`})(n||(e.SKELETON_TYPE=n={}));function r(e){return e.type===t.literal}function i(e){return e.type===t.argument}function a(e){return e.type===t.number}function o(e){return e.type===t.date}function s(e){return e.type===t.time}function c(e){return e.type===t.select}function l(e){return e.type===t.plural}function u(e){return e.type===t.pound}function d(e){return e.type===t.tag}function f(e){return!!(e&&typeof e==`object`&&e.type===n.number)}function p(e){return!!(e&&typeof e==`object`&&e.type===n.dateTime)}function m(e){return{type:t.literal,value:e}}function h(e,n){return{type:t.number,value:e,style:n}}})),Ft=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.WHITE_SPACE_REGEX=e.SPACE_SEPARATOR_REGEX=void 0,e.SPACE_SEPARATOR_REGEX=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,e.WHITE_SPACE_REGEX=/[\t-\r \x85\u200E\u200F\u2028\u2029]/})),It=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.parseDateTimeSkeleton=n;var t=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;function n(e){var n={};return e.replace(t,function(e){var t=e.length;switch(e[0]){case`G`:n.era=t===4?`long`:t===5?`narrow`:`short`;break;case`y`:n.year=t===2?`2-digit`:`numeric`;break;case`Y`:case`u`:case`U`:case`r`:throw RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case`q`:case`Q`:throw RangeError("`q/Q` (quarter) patterns are not supported");case`M`:case`L`:n.month=[`numeric`,`2-digit`,`short`,`long`,`narrow`][t-1];break;case`w`:case`W`:throw RangeError("`w/W` (week) patterns are not supported");case`d`:n.day=[`numeric`,`2-digit`][t-1];break;case`D`:case`F`:case`g`:throw RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case`E`:n.weekday=t===4?`long`:t===5?`narrow`:`short`;break;case`e`:if(t<4)throw RangeError("`e..eee` (weekday) patterns are not supported");n.weekday=[`short`,`long`,`narrow`,`short`][t-4];break;case`c`:if(t<4)throw RangeError("`c..ccc` (weekday) patterns are not supported");n.weekday=[`short`,`long`,`narrow`,`short`][t-4];break;case`a`:n.hour12=!0;break;case`b`:case`B`:throw RangeError("`b/B` (period) patterns are not supported, use `a` instead");case`h`:n.hourCycle=`h12`,n.hour=[`numeric`,`2-digit`][t-1];break;case`H`:n.hourCycle=`h23`,n.hour=[`numeric`,`2-digit`][t-1];break;case`K`:n.hourCycle=`h11`,n.hour=[`numeric`,`2-digit`][t-1];break;case`k`:n.hourCycle=`h24`,n.hour=[`numeric`,`2-digit`][t-1];break;case`j`:case`J`:case`C`:throw RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case`m`:n.minute=[`numeric`,`2-digit`][t-1];break;case`s`:n.second=[`numeric`,`2-digit`][t-1];break;case`S`:case`A`:throw RangeError("`S/A` (second) patterns are not supported, use `s` instead");case`z`:n.timeZoneName=t<4?`short`:`long`;break;case`Z`:case`O`:case`v`:case`V`:case`X`:case`x`:throw RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return``}),n}})),Lt=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.WHITE_SPACE_REGEX=void 0,e.WHITE_SPACE_REGEX=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i})),Rt=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.parseNumberSkeletonFromString=r,e.parseNumberSkeleton=m;var t=(R(),d(I)),n=Lt();function r(e){if(e.length===0)throw Error(`Number skeleton cannot be empty`);for(var t=e.split(n.WHITE_SPACE_REGEX).filter(function(e){return e.length>0}),r=[],i=0,a=t;i<a.length;i++){var o=a[i].split(`/`);if(o.length===0)throw Error(`Invalid number skeleton`);for(var s=o[0],c=o.slice(1),l=0,u=c;l<u.length;l++)if(u[l].length===0)throw Error(`Invalid number skeleton`);r.push({stem:s,options:c})}return r}function i(e){return e.replace(/^(.*?)-/,``)}var a=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,o=/^(@+)?(\+|#+)?[rs]?$/g,s=/(\*)(0+)|(#+)(0+)|(0+)/g,c=/^(0+)$/;function l(e){var t={};return e[e.length-1]===`r`?t.roundingPriority=`morePrecision`:e[e.length-1]===`s`&&(t.roundingPriority=`lessPrecision`),e.replace(o,function(e,n,r){return typeof r==`string`?r===`+`?t.minimumSignificantDigits=n.length:n[0]===`#`?t.maximumSignificantDigits=n.length:(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length+(typeof r==`string`?r.length:0)):(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length),``}),t}function u(e){switch(e){case`sign-auto`:return{signDisplay:`auto`};case`sign-accounting`:case`()`:return{currencySign:`accounting`};case`sign-always`:case`+!`:return{signDisplay:`always`};case`sign-accounting-always`:case`()!`:return{signDisplay:`always`,currencySign:`accounting`};case`sign-except-zero`:case`+?`:return{signDisplay:`exceptZero`};case`sign-accounting-except-zero`:case`()?`:return{signDisplay:`exceptZero`,currencySign:`accounting`};case`sign-never`:case`+_`:return{signDisplay:`never`}}}function f(e){var t;if(e[0]===`E`&&e[1]===`E`?(t={notation:`engineering`},e=e.slice(2)):e[0]===`E`&&(t={notation:`scientific`},e=e.slice(1)),t){var n=e.slice(0,2);if(n===`+!`?(t.signDisplay=`always`,e=e.slice(2)):n===`+?`&&(t.signDisplay=`exceptZero`,e=e.slice(2)),!c.test(e))throw Error(`Malformed concise eng/scientific notation`);t.minimumIntegerDigits=e.length}return t}function p(e){return u(e)||{}}function m(e){for(var n={},r=0,d=e;r<d.length;r++){var m=d[r];switch(m.stem){case`percent`:case`%`:n.style=`percent`;continue;case`%x100`:n.style=`percent`,n.scale=100;continue;case`currency`:n.style=`currency`,n.currency=m.options[0];continue;case`group-off`:case`,_`:n.useGrouping=!1;continue;case`precision-integer`:case`.`:n.maximumFractionDigits=0;continue;case`measure-unit`:case`unit`:n.style=`unit`,n.unit=i(m.options[0]);continue;case`compact-short`:case`K`:n.notation=`compact`,n.compactDisplay=`short`;continue;case`compact-long`:case`KK`:n.notation=`compact`,n.compactDisplay=`long`;continue;case`scientific`:n=t.__assign(t.__assign(t.__assign({},n),{notation:`scientific`}),m.options.reduce(function(e,n){return t.__assign(t.__assign({},e),p(n))},{}));continue;case`engineering`:n=t.__assign(t.__assign(t.__assign({},n),{notation:`engineering`}),m.options.reduce(function(e,n){return t.__assign(t.__assign({},e),p(n))},{}));continue;case`notation-simple`:n.notation=`standard`;continue;case`unit-width-narrow`:n.currencyDisplay=`narrowSymbol`,n.unitDisplay=`narrow`;continue;case`unit-width-short`:n.currencyDisplay=`code`,n.unitDisplay=`short`;continue;case`unit-width-full-name`:n.currencyDisplay=`name`,n.unitDisplay=`long`;continue;case`unit-width-iso-code`:n.currencyDisplay=`symbol`;continue;case`scale`:n.scale=parseFloat(m.options[0]);continue;case`rounding-mode-floor`:n.roundingMode=`floor`;continue;case`rounding-mode-ceiling`:n.roundingMode=`ceil`;continue;case`rounding-mode-down`:n.roundingMode=`trunc`;continue;case`rounding-mode-up`:n.roundingMode=`expand`;continue;case`rounding-mode-half-even`:n.roundingMode=`halfEven`;continue;case`rounding-mode-half-down`:n.roundingMode=`halfTrunc`;continue;case`rounding-mode-half-up`:n.roundingMode=`halfExpand`;continue;case`integer-width`:if(m.options.length>1)throw RangeError(`integer-width stems only accept a single optional option`);m.options[0].replace(s,function(e,t,r,i,a,o){if(t)n.minimumIntegerDigits=r.length;else if(i&&a)throw Error(`We currently do not support maximum integer digits`);else if(o)throw Error(`We currently do not support exact integer digits`);return``});continue}if(c.test(m.stem)){n.minimumIntegerDigits=m.stem.length;continue}if(a.test(m.stem)){if(m.options.length>1)throw RangeError(`Fraction-precision stems only accept a single optional option`);m.stem.replace(a,function(e,t,r,i,a,o){return r===`*`?n.minimumFractionDigits=t.length:i&&i[0]===`#`?n.maximumFractionDigits=i.length:a&&o?(n.minimumFractionDigits=a.length,n.maximumFractionDigits=a.length+o.length):(n.minimumFractionDigits=t.length,n.maximumFractionDigits=t.length),``});var h=m.options[0];h===`w`?n=t.__assign(t.__assign({},n),{trailingZeroDisplay:`stripIfInteger`}):h&&(n=t.__assign(t.__assign({},n),l(h)));continue}if(o.test(m.stem)){n=t.__assign(t.__assign({},n),l(m.stem));continue}var g=u(m.stem);g&&(n=t.__assign(t.__assign({},n),g));var _=f(m.stem);_&&(n=t.__assign(t.__assign({},n),_))}return n}})),zt=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0});var t=(R(),d(I));t.__exportStar(It(),e),t.__exportStar(Rt(),e)})),Bt=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.timeData=void 0,e.timeData={"001":[`H`,`h`],419:[`h`,`H`,`hB`,`hb`],AC:[`H`,`h`,`hb`,`hB`],AD:[`H`,`hB`],AE:[`h`,`hB`,`hb`,`H`],AF:[`H`,`hb`,`hB`,`h`],AG:[`h`,`hb`,`H`,`hB`],AI:[`H`,`h`,`hb`,`hB`],AL:[`h`,`H`,`hB`],AM:[`H`,`hB`],AO:[`H`,`hB`],AR:[`h`,`H`,`hB`,`hb`],AS:[`h`,`H`],AT:[`H`,`hB`],AU:[`h`,`hb`,`H`,`hB`],AW:[`H`,`hB`],AX:[`H`],AZ:[`H`,`hB`,`h`],BA:[`H`,`hB`,`h`],BB:[`h`,`hb`,`H`,`hB`],BD:[`h`,`hB`,`H`],BE:[`H`,`hB`],BF:[`H`,`hB`],BG:[`H`,`hB`,`h`],BH:[`h`,`hB`,`hb`,`H`],BI:[`H`,`h`],BJ:[`H`,`hB`],BL:[`H`,`hB`],BM:[`h`,`hb`,`H`,`hB`],BN:[`hb`,`hB`,`h`,`H`],BO:[`h`,`H`,`hB`,`hb`],BQ:[`H`],BR:[`H`,`hB`],BS:[`h`,`hb`,`H`,`hB`],BT:[`h`,`H`],BW:[`H`,`h`,`hb`,`hB`],BY:[`H`,`h`],BZ:[`H`,`h`,`hb`,`hB`],CA:[`h`,`hb`,`H`,`hB`],CC:[`H`,`h`,`hb`,`hB`],CD:[`hB`,`H`],CF:[`H`,`h`,`hB`],CG:[`H`,`hB`],CH:[`H`,`hB`,`h`],CI:[`H`,`hB`],CK:[`H`,`h`,`hb`,`hB`],CL:[`h`,`H`,`hB`,`hb`],CM:[`H`,`h`,`hB`],CN:[`H`,`hB`,`hb`,`h`],CO:[`h`,`H`,`hB`,`hb`],CP:[`H`],CR:[`h`,`H`,`hB`,`hb`],CU:[`h`,`H`,`hB`,`hb`],CV:[`H`,`hB`],CW:[`H`,`hB`],CX:[`H`,`h`,`hb`,`hB`],CY:[`h`,`H`,`hb`,`hB`],CZ:[`H`],DE:[`H`,`hB`],DG:[`H`,`h`,`hb`,`hB`],DJ:[`h`,`H`],DK:[`H`],DM:[`h`,`hb`,`H`,`hB`],DO:[`h`,`H`,`hB`,`hb`],DZ:[`h`,`hB`,`hb`,`H`],EA:[`H`,`h`,`hB`,`hb`],EC:[`h`,`H`,`hB`,`hb`],EE:[`H`,`hB`],EG:[`h`,`hB`,`hb`,`H`],EH:[`h`,`hB`,`hb`,`H`],ER:[`h`,`H`],ES:[`H`,`hB`,`h`,`hb`],ET:[`hB`,`hb`,`h`,`H`],FI:[`H`],FJ:[`h`,`hb`,`H`,`hB`],FK:[`H`,`h`,`hb`,`hB`],FM:[`h`,`hb`,`H`,`hB`],FO:[`H`,`h`],FR:[`H`,`hB`],GA:[`H`,`hB`],GB:[`H`,`h`,`hb`,`hB`],GD:[`h`,`hb`,`H`,`hB`],GE:[`H`,`hB`,`h`],GF:[`H`,`hB`],GG:[`H`,`h`,`hb`,`hB`],GH:[`h`,`H`],GI:[`H`,`h`,`hb`,`hB`],GL:[`H`,`h`],GM:[`h`,`hb`,`H`,`hB`],GN:[`H`,`hB`],GP:[`H`,`hB`],GQ:[`H`,`hB`,`h`,`hb`],GR:[`h`,`H`,`hb`,`hB`],GT:[`h`,`H`,`hB`,`hb`],GU:[`h`,`hb`,`H`,`hB`],GW:[`H`,`hB`],GY:[`h`,`hb`,`H`,`hB`],HK:[`h`,`hB`,`hb`,`H`],HN:[`h`,`H`,`hB`,`hb`],HR:[`H`,`hB`],HU:[`H`,`h`],IC:[`H`,`h`,`hB`,`hb`],ID:[`H`],IE:[`H`,`h`,`hb`,`hB`],IL:[`H`,`hB`],IM:[`H`,`h`,`hb`,`hB`],IN:[`h`,`H`],IO:[`H`,`h`,`hb`,`hB`],IQ:[`h`,`hB`,`hb`,`H`],IR:[`hB`,`H`],IS:[`H`],IT:[`H`,`hB`],JE:[`H`,`h`,`hb`,`hB`],JM:[`h`,`hb`,`H`,`hB`],JO:[`h`,`hB`,`hb`,`H`],JP:[`H`,`K`,`h`],KE:[`hB`,`hb`,`H`,`h`],KG:[`H`,`h`,`hB`,`hb`],KH:[`hB`,`h`,`H`,`hb`],KI:[`h`,`hb`,`H`,`hB`],KM:[`H`,`h`,`hB`,`hb`],KN:[`h`,`hb`,`H`,`hB`],KP:[`h`,`H`,`hB`,`hb`],KR:[`h`,`H`,`hB`,`hb`],KW:[`h`,`hB`,`hb`,`H`],KY:[`h`,`hb`,`H`,`hB`],KZ:[`H`,`hB`],LA:[`H`,`hb`,`hB`,`h`],LB:[`h`,`hB`,`hb`,`H`],LC:[`h`,`hb`,`H`,`hB`],LI:[`H`,`hB`,`h`],LK:[`H`,`h`,`hB`,`hb`],LR:[`h`,`hb`,`H`,`hB`],LS:[`h`,`H`],LT:[`H`,`h`,`hb`,`hB`],LU:[`H`,`h`,`hB`],LV:[`H`,`hB`,`hb`,`h`],LY:[`h`,`hB`,`hb`,`H`],MA:[`H`,`h`,`hB`,`hb`],MC:[`H`,`hB`],MD:[`H`,`hB`],ME:[`H`,`hB`,`h`],MF:[`H`,`hB`],MG:[`H`,`h`],MH:[`h`,`hb`,`H`,`hB`],MK:[`H`,`h`,`hb`,`hB`],ML:[`H`],MM:[`hB`,`hb`,`H`,`h`],MN:[`H`,`h`,`hb`,`hB`],MO:[`h`,`hB`,`hb`,`H`],MP:[`h`,`hb`,`H`,`hB`],MQ:[`H`,`hB`],MR:[`h`,`hB`,`hb`,`H`],MS:[`H`,`h`,`hb`,`hB`],MT:[`H`,`h`],MU:[`H`,`h`],MV:[`H`,`h`],MW:[`h`,`hb`,`H`,`hB`],MX:[`h`,`H`,`hB`,`hb`],MY:[`hb`,`hB`,`h`,`H`],MZ:[`H`,`hB`],NA:[`h`,`H`,`hB`,`hb`],NC:[`H`,`hB`],NE:[`H`],NF:[`H`,`h`,`hb`,`hB`],NG:[`H`,`h`,`hb`,`hB`],NI:[`h`,`H`,`hB`,`hb`],NL:[`H`,`hB`],NO:[`H`,`h`],NP:[`H`,`h`,`hB`],NR:[`H`,`h`,`hb`,`hB`],NU:[`H`,`h`,`hb`,`hB`],NZ:[`h`,`hb`,`H`,`hB`],OM:[`h`,`hB`,`hb`,`H`],PA:[`h`,`H`,`hB`,`hb`],PE:[`h`,`H`,`hB`,`hb`],PF:[`H`,`h`,`hB`],PG:[`h`,`H`],PH:[`h`,`hB`,`hb`,`H`],PK:[`h`,`hB`,`H`],PL:[`H`,`h`],PM:[`H`,`hB`],PN:[`H`,`h`,`hb`,`hB`],PR:[`h`,`H`,`hB`,`hb`],PS:[`h`,`hB`,`hb`,`H`],PT:[`H`,`hB`],PW:[`h`,`H`],PY:[`h`,`H`,`hB`,`hb`],QA:[`h`,`hB`,`hb`,`H`],RE:[`H`,`hB`],RO:[`H`,`hB`],RS:[`H`,`hB`,`h`],RU:[`H`],RW:[`H`,`h`],SA:[`h`,`hB`,`hb`,`H`],SB:[`h`,`hb`,`H`,`hB`],SC:[`H`,`h`,`hB`],SD:[`h`,`hB`,`hb`,`H`],SE:[`H`],SG:[`h`,`hb`,`H`,`hB`],SH:[`H`,`h`,`hb`,`hB`],SI:[`H`,`hB`],SJ:[`H`],SK:[`H`],SL:[`h`,`hb`,`H`,`hB`],SM:[`H`,`h`,`hB`],SN:[`H`,`h`,`hB`],SO:[`h`,`H`],SR:[`H`,`hB`],SS:[`h`,`hb`,`H`,`hB`],ST:[`H`,`hB`],SV:[`h`,`H`,`hB`,`hb`],SX:[`H`,`h`,`hb`,`hB`],SY:[`h`,`hB`,`hb`,`H`],SZ:[`h`,`hb`,`H`,`hB`],TA:[`H`,`h`,`hb`,`hB`],TC:[`h`,`hb`,`H`,`hB`],TD:[`h`,`H`,`hB`],TF:[`H`,`h`,`hB`],TG:[`H`,`hB`],TH:[`H`,`h`],TJ:[`H`,`h`],TL:[`H`,`hB`,`hb`,`h`],TM:[`H`,`h`],TN:[`h`,`hB`,`hb`,`H`],TO:[`h`,`H`],TR:[`H`,`hB`],TT:[`h`,`hb`,`H`,`hB`],TW:[`hB`,`hb`,`h`,`H`],TZ:[`hB`,`hb`,`H`,`h`],UA:[`H`,`hB`,`h`],UG:[`hB`,`hb`,`H`,`h`],UM:[`h`,`hb`,`H`,`hB`],US:[`h`,`hb`,`H`,`hB`],UY:[`h`,`H`,`hB`,`hb`],UZ:[`H`,`hB`,`h`],VA:[`H`,`h`,`hB`],VC:[`h`,`hb`,`H`,`hB`],VE:[`h`,`H`,`hB`,`hb`],VG:[`h`,`hb`,`H`,`hB`],VI:[`h`,`hb`,`H`,`hB`],VN:[`H`,`h`],VU:[`h`,`H`],WF:[`H`,`hB`],WS:[`h`,`H`],XK:[`H`,`hB`,`h`],YE:[`h`,`hB`,`hb`,`H`],YT:[`H`,`hB`],ZA:[`H`,`h`,`hb`,`hB`],ZM:[`h`,`hb`,`H`,`hB`],ZW:[`H`,`h`],"af-ZA":[`H`,`h`,`hB`,`hb`],"ar-001":[`h`,`hB`,`hb`,`H`],"ca-ES":[`H`,`h`,`hB`],"en-001":[`h`,`hb`,`H`,`hB`],"en-HK":[`h`,`hb`,`H`,`hB`],"en-IL":[`H`,`h`,`hb`,`hB`],"en-MY":[`h`,`hb`,`H`,`hB`],"es-BR":[`H`,`h`,`hB`,`hb`],"es-ES":[`H`,`h`,`hB`,`hb`],"es-GQ":[`H`,`h`,`hB`,`hb`],"fr-CA":[`H`,`h`,`hB`],"gl-ES":[`H`,`h`,`hB`],"gu-IN":[`hB`,`hb`,`h`,`H`],"hi-IN":[`hB`,`h`,`H`],"it-CH":[`H`,`h`,`hB`],"it-IT":[`H`,`h`,`hB`],"kn-IN":[`hB`,`h`,`H`],"ml-IN":[`hB`,`h`,`H`],"mr-IN":[`hB`,`hb`,`h`,`H`],"pa-IN":[`hB`,`hb`,`h`,`H`],"ta-IN":[`hB`,`h`,`hb`,`H`],"te-IN":[`hB`,`h`,`H`],"zu-ZA":[`H`,`hB`,`hb`,`h`]}})),Vt=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.getBestPattern=n;var t=Bt();function n(e,t){for(var n=``,i=0;i<e.length;i++){var a=e.charAt(i);if(a===`j`){for(var o=0;i+1<e.length&&e.charAt(i+1)===a;)o++,i++;var s=1+(o&1),c=o<2?1:3+(o>>1),l=`a`,u=r(t);for((u==`H`||u==`k`)&&(c=0);c-- >0;)n+=l;for(;s-- >0;)n=u+n}else a===`J`?n+=`H`:n+=a}return n}function r(e){var n=e.hourCycle;if(n===void 0&&e.hourCycles&&e.hourCycles.length&&(n=e.hourCycles[0]),n)switch(n){case`h24`:return`k`;case`h23`:return`H`;case`h12`:return`h`;case`h11`:return`K`;default:throw Error(`Invalid hourCycle`)}var r=e.language,i;return r!==`root`&&(i=e.maximize().region),(t.timeData[i||``]||t.timeData[r||``]||t.timeData[`${r}-001`]||t.timeData[`001`])[0]}})),Ht=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.Parser=void 0;var t=(R(),d(I)),n=Nt(),r=Pt(),i=Ft(),a=zt(),o=Vt(),s=RegExp(`^${i.SPACE_SEPARATOR_REGEX.source}*`),c=RegExp(`${i.SPACE_SEPARATOR_REGEX.source}*\$`);function l(e,t){return{start:e,end:t}}var u=!!String.prototype.startsWith&&`_a`.startsWith(`a`,1),f=!!String.fromCodePoint,p=!!Object.fromEntries,m=!!String.prototype.codePointAt,h=!!String.prototype.trimStart,g=!!String.prototype.trimEnd,_=Number.isSafeInteger?Number.isSafeInteger:function(e){return typeof e==`number`&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},v=!0;try{v=T(`([^\\p{White_Space}\\p{Pattern_Syntax}]*)`,`yu`).exec(`a`)?.[0]===`a`}catch{v=!1}var y=u?function(e,t,n){return e.startsWith(t,n)}:function(e,t,n){return e.slice(n,n+t.length)===t},b=f?String.fromCodePoint:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var n=``,r=e.length,i=0,a;r>i;){if(a=e[i++],a>1114111)throw RangeError(a+` is not a valid code point`);n+=a<65536?String.fromCharCode(a):String.fromCharCode(((a-=65536)>>10)+55296,a%1024+56320)}return n},x=p?Object.fromEntries:function(e){for(var t={},n=0,r=e;n<r.length;n++){var i=r[n],a=i[0];t[a]=i[1]}return t},S=m?function(e,t){return e.codePointAt(t)}:function(e,t){var n=e.length;if(!(t<0||t>=n)){var r=e.charCodeAt(t),i;return r<55296||r>56319||t+1===n||(i=e.charCodeAt(t+1))<56320||i>57343?r:(r-55296<<10)+(i-56320)+65536}},C=h?function(e){return e.trimStart()}:function(e){return e.replace(s,``)},w=g?function(e){return e.trimEnd()}:function(e){return e.replace(c,``)};function T(e,t){return new RegExp(e,t)}var E;if(v){var D=T(`([^\\p{White_Space}\\p{Pattern_Syntax}]*)`,`yu`);E=function(e,t){return D.lastIndex=t,D.exec(e)[1]??``}}else E=function(e,t){for(var n=[];;){var r=S(e,t);if(r===void 0||j(r)||ee(r))break;n.push(r),t+=r>=65536?2:1}return b.apply(void 0,n)};e.Parser=function(){function e(e,t){t===void 0&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(this.offset()!==0)throw Error(`parser can only be used once`);return this.parseMessage(0,``,!1)},e.prototype.parseMessage=function(e,t,i){for(var a=[];!this.isEOF();){var o=this.char();if(o===123){var s=this.parseArgument(e,i);if(s.err)return s;a.push(s.val)}else if(o===125&&e>0)break;else if(o===35&&(t===`plural`||t===`selectordinal`)){var c=this.clonePosition();this.bump(),a.push({type:r.TYPE.pound,location:l(c,this.clonePosition())})}else if(o===60&&!this.ignoreTag&&this.peek()===47){if(i)break;return this.error(n.ErrorKind.UNMATCHED_CLOSING_TAG,l(this.clonePosition(),this.clonePosition()))}else if(o===60&&!this.ignoreTag&&O(this.peek()||0)){var s=this.parseTag(e,t);if(s.err)return s;a.push(s.val)}else{var s=this.parseLiteral(e,t);if(s.err)return s;a.push(s.val)}}return{val:a,err:null}},e.prototype.parseTag=function(e,t){var i=this.clonePosition();this.bump();var a=this.parseTagName();if(this.bumpSpace(),this.bumpIf(`/>`))return{val:{type:r.TYPE.literal,value:`<${a}/>`,location:l(i,this.clonePosition())},err:null};if(this.bumpIf(`>`)){var o=this.parseMessage(e+1,t,!0);if(o.err)return o;var s=o.val,c=this.clonePosition();if(this.bumpIf(`</`)){if(this.isEOF()||!O(this.char()))return this.error(n.ErrorKind.INVALID_TAG,l(c,this.clonePosition()));var u=this.clonePosition();return a===this.parseTagName()?(this.bumpSpace(),this.bumpIf(`>`)?{val:{type:r.TYPE.tag,value:a,children:s,location:l(i,this.clonePosition())},err:null}:this.error(n.ErrorKind.INVALID_TAG,l(c,this.clonePosition()))):this.error(n.ErrorKind.UNMATCHED_CLOSING_TAG,l(u,this.clonePosition()))}else return this.error(n.ErrorKind.UNCLOSED_TAG,l(i,this.clonePosition()))}else return this.error(n.ErrorKind.INVALID_TAG,l(i,this.clonePosition()))},e.prototype.parseTagName=function(){var e=this.offset();for(this.bump();!this.isEOF()&&A(this.char());)this.bump();return this.message.slice(e,this.offset())},e.prototype.parseLiteral=function(e,t){for(var n=this.clonePosition(),i=``;;){var a=this.tryParseQuote(t);if(a){i+=a;continue}var o=this.tryParseUnquoted(e,t);if(o){i+=o;continue}var s=this.tryParseLeftAngleBracket();if(s){i+=s;continue}break}var c=l(n,this.clonePosition());return{val:{type:r.TYPE.literal,value:i,location:c},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!k(this.peek()||0))?(this.bump(),`<`):null},e.prototype.tryParseQuote=function(e){if(this.isEOF()||this.char()!==39)return null;switch(this.peek()){case 39:return this.bump(),this.bump(),`'`;case 123:case 60:case 62:case 125:break;case 35:if(e===`plural`||e===`selectordinal`)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var n=this.char();if(n===39)if(this.peek()===39)t.push(39),this.bump();else{this.bump();break}else t.push(n);this.bump()}return b.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var n=this.char();return n===60||n===123||n===35&&(t===`plural`||t===`selectordinal`)||n===125&&e>0?null:(this.bump(),b(n))},e.prototype.parseArgument=function(e,t){var i=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(n.ErrorKind.EXPECT_ARGUMENT_CLOSING_BRACE,l(i,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(n.ErrorKind.EMPTY_ARGUMENT,l(i,this.clonePosition()));var a=this.parseIdentifierIfPossible().value;if(!a)return this.error(n.ErrorKind.MALFORMED_ARGUMENT,l(i,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(n.ErrorKind.EXPECT_ARGUMENT_CLOSING_BRACE,l(i,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:r.TYPE.argument,value:a,location:l(i,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(n.ErrorKind.EXPECT_ARGUMENT_CLOSING_BRACE,l(i,this.clonePosition())):this.parseArgumentOptions(e,t,a,i);default:return this.error(n.ErrorKind.MALFORMED_ARGUMENT,l(i,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),n=E(this.message,t),r=t+n.length;return this.bumpTo(r),{value:n,location:l(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,i,s,c){var u=this.clonePosition(),d=this.parseIdentifierIfPossible().value,f=this.clonePosition();switch(d){case``:return this.error(n.ErrorKind.EXPECT_ARGUMENT_TYPE,l(u,f));case`number`:case`date`:case`time`:this.bumpSpace();var p=null;if(this.bumpIf(`,`)){this.bumpSpace();var m=this.clonePosition(),h=this.parseSimpleArgStyleIfPossible();if(h.err)return h;var g=w(h.val);if(g.length===0)return this.error(n.ErrorKind.EXPECT_ARGUMENT_STYLE,l(this.clonePosition(),this.clonePosition()));p={style:g,styleLocation:l(m,this.clonePosition())}}var _=this.tryParseArgumentClose(c);if(_.err)return _;var v=l(c,this.clonePosition());if(p&&y(p?.style,`::`,0)){var b=C(p.style.slice(2));if(d===`number`){var h=this.parseNumberSkeletonFromString(b,p.styleLocation);return h.err?h:{val:{type:r.TYPE.number,value:s,location:v,style:h.val},err:null}}else{if(b.length===0)return this.error(n.ErrorKind.EXPECT_DATE_TIME_SKELETON,v);var S=b;this.locale&&(S=(0,o.getBestPattern)(b,this.locale));var g={type:r.SKELETON_TYPE.dateTime,pattern:S,location:p.styleLocation,parsedOptions:this.shouldParseSkeletons?(0,a.parseDateTimeSkeleton)(S):{}};return{val:{type:d===`date`?r.TYPE.date:r.TYPE.time,value:s,location:v,style:g},err:null}}}return{val:{type:d===`number`?r.TYPE.number:d===`date`?r.TYPE.date:r.TYPE.time,value:s,location:v,style:p?.style??null},err:null};case`plural`:case`selectordinal`:case`select`:var T=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(`,`))return this.error(n.ErrorKind.EXPECT_SELECT_ARGUMENT_OPTIONS,l(T,t.__assign({},T)));this.bumpSpace();var E=this.parseIdentifierIfPossible(),D=0;if(d!==`select`&&E.value===`offset`){if(!this.bumpIf(`:`))return this.error(n.ErrorKind.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,l(this.clonePosition(),this.clonePosition()));this.bumpSpace();var h=this.tryParseDecimalInteger(n.ErrorKind.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,n.ErrorKind.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(h.err)return h;this.bumpSpace(),E=this.parseIdentifierIfPossible(),D=h.val}var O=this.tryParsePluralOrSelectOptions(e,d,i,E);if(O.err)return O;var _=this.tryParseArgumentClose(c);if(_.err)return _;var k=l(c,this.clonePosition());return d===`select`?{val:{type:r.TYPE.select,value:s,options:x(O.val),location:k},err:null}:{val:{type:r.TYPE.plural,value:s,options:x(O.val),offset:D,pluralType:d===`plural`?`cardinal`:`ordinal`,location:k},err:null};default:return this.error(n.ErrorKind.INVALID_ARGUMENT_TYPE,l(u,f))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||this.char()!==125?this.error(n.ErrorKind.EXPECT_ARGUMENT_CLOSING_BRACE,l(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil(`'`))return this.error(n.ErrorKind.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,l(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(e>0)--e;else return{val:this.message.slice(t.offset,this.offset()),err:null};break;default:this.bump();break}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var i=[];try{i=(0,a.parseNumberSkeletonFromString)(e)}catch{return this.error(n.ErrorKind.INVALID_NUMBER_SKELETON,t)}return{val:{type:r.SKELETON_TYPE.number,tokens:i,location:t,parsedOptions:this.shouldParseSkeletons?(0,a.parseNumberSkeleton)(i):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(e,t,r,i){for(var a,o=!1,s=[],c=new Set,u=i.value,d=i.location;;){if(u.length===0){var f=this.clonePosition();if(t!==`select`&&this.bumpIf(`=`)){var p=this.tryParseDecimalInteger(n.ErrorKind.EXPECT_PLURAL_ARGUMENT_SELECTOR,n.ErrorKind.INVALID_PLURAL_ARGUMENT_SELECTOR);if(p.err)return p;d=l(f,this.clonePosition()),u=this.message.slice(f.offset,this.offset())}else break}if(c.has(u))return this.error(t===`select`?n.ErrorKind.DUPLICATE_SELECT_ARGUMENT_SELECTOR:n.ErrorKind.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,d);u===`other`&&(o=!0),this.bumpSpace();var m=this.clonePosition();if(!this.bumpIf(`{`))return this.error(t===`select`?n.ErrorKind.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:n.ErrorKind.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,l(this.clonePosition(),this.clonePosition()));var h=this.parseMessage(e+1,t,r);if(h.err)return h;var g=this.tryParseArgumentClose(m);if(g.err)return g;s.push([u,{value:h.val,location:l(m,this.clonePosition())}]),c.add(u),this.bumpSpace(),a=this.parseIdentifierIfPossible(),u=a.value,d=a.location}return s.length===0?this.error(t===`select`?n.ErrorKind.EXPECT_SELECT_ARGUMENT_SELECTOR:n.ErrorKind.EXPECT_PLURAL_ARGUMENT_SELECTOR,l(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(n.ErrorKind.MISSING_OTHER_CLAUSE,l(this.clonePosition(),this.clonePosition())):{val:s,err:null}},e.prototype.tryParseDecimalInteger=function(e,t){var n=1,r=this.clonePosition();this.bumpIf(`+`)||this.bumpIf(`-`)&&(n=-1);for(var i=!1,a=0;!this.isEOF();){var o=this.char();if(o>=48&&o<=57)i=!0,a=a*10+(o-48),this.bump();else break}var s=l(r,this.clonePosition());return i?(a*=n,_(a)?{val:a,err:null}:this.error(t,s)):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error(`out of bound`);var t=S(this.message,e);if(t===void 0)throw Error(`Offset ${e} is at invalid UTF-16 code unit boundary`);return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();e===10?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(y(this.message,e,this.offset())){for(var t=0;t<e.length;t++)this.bump();return!0}return!1},e.prototype.bumpUntil=function(e){var t=this.offset(),n=this.message.indexOf(e,t);return n>=0?(this.bumpTo(n),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error(`targetOffset ${e} must be greater than or equal to the current offset ${this.offset()}`);for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error(`targetOffset ${e} is at invalid UTF-16 code unit boundary`);if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&j(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset();return this.message.charCodeAt(t+(e>=65536?2:1))??null},e}();function O(e){return e>=97&&e<=122||e>=65&&e<=90}function k(e){return O(e)||e===47}function A(e){return e===45||e===46||e>=48&&e<=57||e===95||e>=97&&e<=122||e>=65&&e<=90||e==183||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039}function j(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function ee(e){return e>=33&&e<=35||e===36||e>=37&&e<=39||e===40||e===41||e===42||e===43||e===44||e===45||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||e===91||e===92||e===93||e===94||e===96||e===123||e===124||e===125||e===126||e===161||e>=162&&e<=165||e===166||e===167||e===169||e===171||e===172||e===174||e===176||e===177||e===182||e===187||e===191||e===215||e===247||e>=8208&&e<=8213||e>=8214&&e<=8215||e===8216||e===8217||e===8218||e>=8219&&e<=8220||e===8221||e===8222||e===8223||e>=8224&&e<=8231||e>=8240&&e<=8248||e===8249||e===8250||e>=8251&&e<=8254||e>=8257&&e<=8259||e===8260||e===8261||e===8262||e>=8263&&e<=8273||e===8274||e===8275||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||e===8608||e>=8609&&e<=8610||e===8611||e>=8612&&e<=8613||e===8614||e>=8615&&e<=8621||e===8622||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||e===8658||e===8659||e===8660||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||e===8968||e===8969||e===8970||e===8971||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||e===9001||e===9002||e>=9003&&e<=9083||e===9084||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||e===9655||e>=9656&&e<=9664||e===9665||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||e===9839||e>=9840&&e<=10087||e===10088||e===10089||e===10090||e===10091||e===10092||e===10093||e===10094||e===10095||e===10096||e===10097||e===10098||e===10099||e===10100||e===10101||e>=10132&&e<=10175||e>=10176&&e<=10180||e===10181||e===10182||e>=10183&&e<=10213||e===10214||e===10215||e===10216||e===10217||e===10218||e===10219||e===10220||e===10221||e===10222||e===10223||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||e===10627||e===10628||e===10629||e===10630||e===10631||e===10632||e===10633||e===10634||e===10635||e===10636||e===10637||e===10638||e===10639||e===10640||e===10641||e===10642||e===10643||e===10644||e===10645||e===10646||e===10647||e===10648||e>=10649&&e<=10711||e===10712||e===10713||e===10714||e===10715||e>=10716&&e<=10747||e===10748||e===10749||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||e===11158||e>=11159&&e<=11263||e>=11776&&e<=11777||e===11778||e===11779||e===11780||e===11781||e>=11782&&e<=11784||e===11785||e===11786||e===11787||e===11788||e===11789||e>=11790&&e<=11798||e===11799||e>=11800&&e<=11801||e===11802||e===11803||e===11804||e===11805||e>=11806&&e<=11807||e===11808||e===11809||e===11810||e===11811||e===11812||e===11813||e===11814||e===11815||e===11816||e===11817||e>=11818&&e<=11822||e===11823||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||e===11840||e===11841||e===11842||e>=11843&&e<=11855||e>=11856&&e<=11857||e===11858||e>=11859&&e<=11903||e>=12289&&e<=12291||e===12296||e===12297||e===12298||e===12299||e===12300||e===12301||e===12302||e===12303||e===12304||e===12305||e>=12306&&e<=12307||e===12308||e===12309||e===12310||e===12311||e===12312||e===12313||e===12314||e===12315||e===12316||e===12317||e>=12318&&e<=12319||e===12320||e===12336||e===64830||e===64831||e>=65093&&e<=65094}})),Ut=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.hoistSelectors=s,e.isStructurallySame=l;var t=(R(),d(I)),n=Pt();function r(e){return Array.isArray(e)?t.__spreadArray([],e.map(r),!0):typeof e==`object`&&e?Object.keys(e).reduce(function(t,n){return t[n]=r(e[n]),t},{}):e}function i(e,n,i){var a=r(n),o=a.options;return a.options=Object.keys(o).reduce(function(n,r){return n[r]={value:s(t.__spreadArray(t.__spreadArray(t.__spreadArray([],e.slice(0,i),!0),o[r].value,!0),e.slice(i+1),!0))},n},{}),a}function a(e){return(0,n.isPluralElement)(e)||(0,n.isSelectElement)(e)}function o(e){return!!e.find(function(e){return a(e)?!0:(0,n.isTagElement)(e)?o(e.children):!1})}function s(e){for(var t=0;t<e.length;t++){var r=e[t];if(a(r))return[i(e,r,t)];if((0,n.isTagElement)(r)&&o([r]))throw Error(`Cannot hoist plural/select within a tag element. Please put the tag element inside each plural/select option`)}return e}function c(e,t){t===void 0&&(t=new Map),e.forEach(function(e){if((0,n.isArgumentElement)(e)||(0,n.isDateElement)(e)||(0,n.isTimeElement)(e)||(0,n.isNumberElement)(e)){if(e.value in t&&t.get(e.value)!==e.type)throw Error(`Variable ${e.value} has conflicting types`);t.set(e.value,e.type)}((0,n.isPluralElement)(e)||(0,n.isSelectElement)(e))&&(t.set(e.value,e.type),Object.keys(e.options).forEach(function(n){c(e.options[n].value,t)})),(0,n.isTagElement)(e)&&(t.set(e.value,e.type),c(e.children,t))})}function l(e,t){var r=new Map,i=new Map;return c(e,r),c(t,i),r.size===i.size?Array.from(r.entries()).reduce(function(e,t){var r=t[0],a=t[1];if(!e.success)return e;var o=i.get(r);return o==null?{success:!1,error:Error(`Missing variable ${r} in message`)}:o===a?e:{success:!1,error:Error(`Variable ${r} has conflicting types: ${n.TYPE[a]} vs ${n.TYPE[o]}`)}},{success:!0}):{success:!1,error:Error(`Different number of variables: [${Array.from(r.keys()).join(`, `)}] vs [${Array.from(i.keys()).join(`, `)}]`)}}})),Wt=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.isStructurallySame=e._Parser=void 0,e.parse=o;var t=(R(),d(I)),n=Nt(),r=Ht(),i=Pt();function a(e){e.forEach(function(e){if(delete e.location,(0,i.isSelectElement)(e)||(0,i.isPluralElement)(e))for(var t in e.options)delete e.options[t].location,a(e.options[t].value);else (0,i.isNumberElement)(e)&&(0,i.isNumberSkeleton)(e.style)||((0,i.isDateElement)(e)||(0,i.isTimeElement)(e))&&(0,i.isDateTimeSkeleton)(e.style)?delete e.style.location:(0,i.isTagElement)(e)&&a(e.children)})}function o(e,i){i===void 0&&(i={}),i=t.__assign({shouldParseSkeletons:!0,requiresOtherClause:!0},i);var o=new r.Parser(e,i).parse();if(o.err){var s=SyntaxError(n.ErrorKind[o.err.kind]);throw s.location=o.err.location,s.originalMessage=o.err.message,s}return i?.captureLocation||a(o.val),o.val}t.__exportStar(Pt(),e),e._Parser=r.Parser;var s=Ut();Object.defineProperty(e,`isStructurallySame`,{enumerable:!0,get:function(){return s.isStructurallySame}})})),Gt=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.MissingValueError=e.InvalidValueTypeError=e.InvalidValueError=e.FormatError=e.ErrorCode=void 0;var t=(R(),d(I)),n;(function(e){e.MISSING_VALUE=`MISSING_VALUE`,e.INVALID_VALUE=`INVALID_VALUE`,e.MISSING_INTL_API=`MISSING_INTL_API`})(n||(e.ErrorCode=n={}));var r=function(e){t.__extends(n,e);function n(t,n,r){var i=e.call(this,t)||this;return i.code=n,i.originalMessage=r,i}return n.prototype.toString=function(){return`[formatjs Error: ${this.code}] ${this.message}`},n}(Error);e.FormatError=r,e.InvalidValueError=function(e){t.__extends(r,e);function r(t,r,i,a){return e.call(this,`Invalid values for "${t}": "${r}". Options are "${Object.keys(i).join(`", "`)}"`,n.INVALID_VALUE,a)||this}return r}(r),e.InvalidValueTypeError=function(e){t.__extends(r,e);function r(t,r,i){return e.call(this,`Value for "${t}" must be of type ${r}`,n.INVALID_VALUE,i)||this}return r}(r),e.MissingValueError=function(e){t.__extends(r,e);function r(t,r){return e.call(this,`The intl string context variable "${t}" was not provided to the string "${r}"`,n.MISSING_VALUE,r)||this}return r}(r)})),Kt=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.PART_TYPE=void 0,e.isFormatXMLElementFn=a,e.formatToParts=o;var t=Wt(),n=Gt(),r;(function(e){e[e.literal=0]=`literal`,e[e.object=1]=`object`})(r||(e.PART_TYPE=r={}));function i(e){return e.length<2?e:e.reduce(function(e,t){var n=e[e.length-1];return!n||n.type!==r.literal||t.type!==r.literal?e.push(t):n.value+=t.value,e},[])}function a(e){return typeof e==`function`}function o(e,s,c,l,u,d,f){if(e.length===1&&(0,t.isLiteralElement)(e[0]))return[{type:r.literal,value:e[0].value}];for(var p=[],m=0,h=e;m<h.length;m++){var g=h[m];if((0,t.isLiteralElement)(g)){p.push({type:r.literal,value:g.value});continue}if((0,t.isPoundElement)(g)){typeof d==`number`&&p.push({type:r.literal,value:c.getNumberFormat(s).format(d)});continue}var _=g.value;if(!(u&&_ in u))throw new n.MissingValueError(_,f);var v=u[_];if((0,t.isArgumentElement)(g)){(!v||typeof v==`string`||typeof v==`number`)&&(v=typeof v==`string`||typeof v==`number`?String(v):``),p.push({type:typeof v==`string`?r.literal:r.object,value:v});continue}if((0,t.isDateElement)(g)){var y=typeof g.style==`string`?l.date[g.style]:(0,t.isDateTimeSkeleton)(g.style)?g.style.parsedOptions:void 0;p.push({type:r.literal,value:c.getDateTimeFormat(s,y).format(v)});continue}if((0,t.isTimeElement)(g)){var y=typeof g.style==`string`?l.time[g.style]:(0,t.isDateTimeSkeleton)(g.style)?g.style.parsedOptions:l.time.medium;p.push({type:r.literal,value:c.getDateTimeFormat(s,y).format(v)});continue}if((0,t.isNumberElement)(g)){var y=typeof g.style==`string`?l.number[g.style]:(0,t.isNumberSkeleton)(g.style)?g.style.parsedOptions:void 0;y&&y.scale&&(v*=y.scale||1),p.push({type:r.literal,value:c.getNumberFormat(s,y).format(v)});continue}if((0,t.isTagElement)(g)){var b=g.children,x=g.value,S=u[x];if(!a(S))throw new n.InvalidValueTypeError(x,`function`,f);var C=S(o(b,s,c,l,u,d).map(function(e){return e.value}));Array.isArray(C)||(C=[C]),p.push.apply(p,C.map(function(e){return{type:typeof e==`string`?r.literal:r.object,value:e}}))}if((0,t.isSelectElement)(g)){var w=g.options[v]||g.options.other;if(!w)throw new n.InvalidValueError(g.value,v,Object.keys(g.options),f);p.push.apply(p,o(w.value,s,c,l,u));continue}if((0,t.isPluralElement)(g)){var w=g.options[`=${v}`];if(!w){if(!Intl.PluralRules)throw new n.FormatError(`Intl.PluralRules is not available in this environment.
|
|
2
|
+
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3
|
+
`,n.ErrorCode.MISSING_INTL_API,f);var T=c.getPluralRules(s,{type:g.pluralType}).select(v-(g.offset||0));w=g.options[T]||g.options.other}if(!w)throw new n.InvalidValueError(g.value,v,Object.keys(g.options),f);p.push.apply(p,o(w.value,s,c,l,u,v-(g.offset||0)));continue}}return i(p)}})),qt=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.IntlMessageFormat=void 0;var t=(R(),d(I)),n=Mt(),r=Wt(),i=Kt();function a(e,n){return n?t.__assign(t.__assign(t.__assign({},e||{}),n||{}),Object.keys(e).reduce(function(r,i){return r[i]=t.__assign(t.__assign({},e[i]),n[i]||{}),r},{})):e}function o(e,n){return n?Object.keys(e).reduce(function(t,r){return t[r]=a(e[r],n[r]),t},t.__assign({},e)):e}function s(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,n){e[t]=n}}}}}function c(e){return e===void 0&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:(0,n.memoize)(function(){for(var e,n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];return new((e=Intl.NumberFormat).bind.apply(e,t.__spreadArray([void 0],n,!1)))},{cache:s(e.number),strategy:n.strategies.variadic}),getDateTimeFormat:(0,n.memoize)(function(){for(var e,n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];return new((e=Intl.DateTimeFormat).bind.apply(e,t.__spreadArray([void 0],n,!1)))},{cache:s(e.dateTime),strategy:n.strategies.variadic}),getPluralRules:(0,n.memoize)(function(){for(var e,n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];return new((e=Intl.PluralRules).bind.apply(e,t.__spreadArray([void 0],n,!1)))},{cache:s(e.pluralRules),strategy:n.strategies.variadic})}}e.IntlMessageFormat=function(){function e(n,r,a,s){r===void 0&&(r=e.defaultLocale);var l=this;if(this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(e){var t=l.formatToParts(e);if(t.length===1)return t[0].value;var n=t.reduce(function(e,t){return!e.length||t.type!==i.PART_TYPE.literal||typeof e[e.length-1]!=`string`?e.push(t.value):e[e.length-1]+=t.value,e},[]);return n.length<=1?n[0]||``:n},this.formatToParts=function(e){return(0,i.formatToParts)(l.ast,l.locales,l.formatters,l.formats,e,void 0,l.message)},this.resolvedOptions=function(){return{locale:l.resolvedLocale?.toString()||Intl.NumberFormat.supportedLocalesOf(l.locales)[0]}},this.getAst=function(){return l.ast},this.locales=r,this.resolvedLocale=e.resolveLocale(r),typeof n==`string`){if(this.message=n,!e.__parse)throw TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");var u=s||{};u.formatters;var d=t.__rest(u,[`formatters`]);this.ast=e.__parse(n,t.__assign(t.__assign({},d),{locale:this.resolvedLocale}))}else this.ast=n;if(!Array.isArray(this.ast))throw TypeError(`A message must be provided as a String or AST.`);this.formats=o(e.formats,a),this.formatters=s&&s.formatters||c(this.formatterCache)}return Object.defineProperty(e,`defaultLocale`,{get:function(){return e.memoizedDefaultLocale||=new Intl.NumberFormat().resolvedOptions().locale,e.memoizedDefaultLocale},enumerable:!1,configurable:!0}),e.memoizedDefaultLocale=null,e.resolveLocale=function(e){if(Intl.Locale!==void 0){var t=Intl.NumberFormat.supportedLocalesOf(e);return t.length>0?new Intl.Locale(t[0]):new Intl.Locale(typeof e==`string`?e:e[0])}},e.__parse=r.parse,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:`currency`},percent:{style:`percent`}},date:{short:{month:`numeric`,day:`numeric`,year:`2-digit`},medium:{month:`short`,day:`numeric`,year:`numeric`},long:{month:`long`,day:`numeric`,year:`numeric`},full:{weekday:`long`,month:`long`,day:`numeric`,year:`numeric`}},time:{short:{hour:`numeric`,minute:`numeric`},medium:{hour:`numeric`,minute:`numeric`,second:`numeric`},long:{hour:`numeric`,minute:`numeric`,second:`numeric`,timeZoneName:`short`},full:{hour:`numeric`,minute:`numeric`,second:`numeric`,timeZoneName:`short`}}},e}()})),Jt=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.IntlMessageFormat=void 0;var t=(R(),d(I)),n=qt();Object.defineProperty(e,`IntlMessageFormat`,{enumerable:!0,get:function(){return n.IntlMessageFormat}}),t.__exportStar(qt(),e),t.__exportStar(Gt(),e),t.__exportStar(Kt(),e),e.default=n.IntlMessageFormat}))();function Yt(e,t=`en`,n={}){return new Jt.IntlMessageFormat(e,t).format(n)?.toString()??``}function Xt({value:e,locales:t=[`en`],options:n={}}){return F.get(`NumberFormat`,t,{numberingSystem:`latn`,...n}).format(e)}function Zt({value:e,locales:t=[`en`],options:n={}}){return F.get(`DateTimeFormat`,t,{calendar:`gregory`,numberingSystem:`latn`,...n}).format(e)}function Qt({value:e,locales:t=[`en`],currency:n=`USD`,options:r={}}){return F.get(`NumberFormat`,t,{style:`currency`,currency:n,numberingSystem:`latn`,...r}).format(e)}function $t({value:e,locales:t=[`en`],options:n={}}){return F.get(`ListFormat`,t,{type:`conjunction`,style:`long`,...n}).format(e.map(String))}function en({value:e,locales:t=[`en`],options:n={}}){let r=F.get(`ListFormat`,t,{type:`conjunction`,style:`long`,...n}).formatToParts(e.map(()=>`1`)),i=0;return r.map(t=>t.type===`element`?e[i++]:t.value)}function tn(e,t){let n=t.getTime(),r=e.getTime()-n,i=Math.abs(r),a=r<0?-1:1,o=Math.floor(i/1e3),s=Math.floor(i/(1e3*60)),c=Math.floor(i/(1e3*60*60)),l=Math.floor(i/(1e3*60*60*24)),u=Math.floor(i/(1e3*60*60*24*7)),d=Math.floor(i/(1e3*60*60*24*30)),f=Math.floor(i/(1e3*60*60*24*365));return o<60?{value:a*o,unit:`second`}:s<60?{value:a*s,unit:`minute`}:c<24?{value:a*c,unit:`hour`}:l<7?{value:a*l,unit:`day`}:l<28||d<1?{value:a*u,unit:`week`}:d<12||f<1?{value:a*d,unit:`month`}:{value:a*f,unit:`year`}}function nn({value:e,unit:t,locales:n=[`en`],options:r={}}){return F.get(`RelativeTimeFormat`,n,{style:`long`,numeric:`auto`,...r}).format(e,t)}function rn(e){return typeof e==`object`&&!!e}const an=(e,t,n)=>{let r=e?.[t];if(r)return typeof r==`string`?n===`name`?r:void 0:r[n]},on=(e,t)=>{let n=e?.[t];return rn(n)&&typeof n.code==`string`?n.code:void 0},sn=new Set([`Cham`,`Jamo`,`Kawi`,`Lisu`,`Toto`,`Thai`]),cn=e=>e>=`qaa`&&e<=`qtz`,B=(e,t)=>{e=on(t,e)||e;try{let{language:t,region:n,script:r}=F.get(`Locale`,e),i=1+Number(!!n)+Number(!!r);return!(e.split(`-`).length!==i||F.get(`DisplayNames`,[`en`],{type:`language`}).of(t)===t&&!cn(t)||n&&F.get(`DisplayNames`,[`en`],{type:`region`}).of(n)===n||r&&F.get(`DisplayNames`,[`en`],{type:`script`}).of(r)===r&&!sn.has(r))}catch{return!1}},V=e=>{try{return Intl.getCanonicalLocales(e)[0]}catch{return e}};function ln(...e){try{let t=e.flat().map(e=>F.get(`Locale`,V(e))),[n]=t,r=new Set(t.map(({region:e})=>e).filter(Boolean)),i=new Set(t.map(({script:e})=>e).filter(Boolean));return t.every(({language:e})=>e===n?.language)&&r.size<=1&&i.size<=1}catch(e){return console.error(e),!1}}function un(...e){try{let t=e.flat().map(e=>F.get(`Locale`,e).language);return t.every(e=>e===t[0])}catch(e){return console.error(e),!1}}function dn(e,t,n,r){return[e,t,...n??[]].some(e=>!B(e,r))||ln(e,t)?!1:n?n.some(e=>un(t,e)):!0}function fn(e,t){let n=on(t,e);return n&&B(n)?n:e}function pn(e,t){let n=e;e=fn(e,t);try{let r=V(e),i=F.get(`Locale`,r),{language:a,region:o}=i;if(t)for(let i of[n,e,r,a]){let e=an(t,i,`emoji`);if(e)return e}let s=o&&Sn(o);if(s)return s;let c=i.maximize();return _n[c.language]||xn(c.region||``)}catch{return gn}}const mn=`🌍`,hn=`🌏`,gn=mn,_n={ca:mn,eu:mn,ku:mn,bo:hn,ug:hn,gd:`🏴`,cy:`🏴`,gv:`🇮🇲`,grc:`🏺`},vn={EU:`🇪🇺`,419:`🌎`},yn=new Set(`AF.AX.AL.DZ.AS.AD.AO.AI.AQ.AG.AR.AM.AW.AU.AT.AZ.BS.BH.BD.BB.BY.BE.BZ.BJ.BM.BT.BO.BQ.BA.BW.BV.BR.IO.BN.BG.BF.BI.CV.KH.CM.CA.KY.CF.TD.CL.CN.CX.CC.CO.KM.CD.CG.CK.CR.CI.HR.CU.CW.CY.CZ.DK.DJ.DM.DO.EC.EG.SV.GQ.ER.EE.SZ.ET.FK.FO.FJ.FI.FR.GF.PF.TF.GA.GM.GE.DE.GH.GI.GR.GL.GD.GP.GU.GT.GG.GN.GW.GY.HT.HM.VA.HN.HK.HU.IS.IN.ID.IR.IQ.IE.IM.IL.IT.JM.JP.JE.JO.KZ.KE.KI.KP.KR.KW.KG.LA.LV.LB.LS.LR.LY.LI.LT.LU.MO.MG.MW.MY.MV.ML.MT.MH.MQ.MR.MU.YT.MX.FM.MD.MC.MN.ME.MS.MA.MZ.MM.NA.NR.NP.NL.NC.NZ.NI.NE.NG.NU.NF.MK.MP.NO.OM.PK.PW.PS.PA.PG.PY.PE.PH.PN.PL.PT.PR.QA.RE.RO.RU.RW.BL.SH.KN.LC.MF.PM.VC.WS.SM.ST.SA.SN.RS.SC.SL.SG.SX.SK.SI.SB.SO.ZA.GS.SS.ES.LK.SD.SR.SJ.SE.CH.SY.TW.TJ.TZ.TH.TL.TG.TK.TO.TT.TN.TR.TM.TC.TV.UG.UA.AE.GB.US.UM.UY.UZ.VU.VE.VN.VG.VI.WF.EH.YE.ZM.ZW`.split(`.`)),bn=127397;function xn(e){return Sn(e)||`🌍`}function Sn(e){let t=e.toUpperCase(),n=vn[t];if(n)return n;if(yn.has(t))return String.fromCodePoint(t.charCodeAt(0)+bn,t.charCodeAt(1)+bn)}function Cn(e,t){if(!t)return;let n={};for(let r of e){let e=t[r];e&&(typeof e==`string`?n.name||=e:n={...e,...n})}return n}function wn(e,t=`en`,n){let r=e;e=fn(e,n),t||=`en`;try{let i=V(e),a=F.get(`Locale`,e),o=a.language,s=Cn([r,e,i,o],n),c=a.region,l=a.maximize(),u=l.toString(),d=a.region||s?.regionCode||l.region||``,f=a.script||s?.scriptCode||l.script||``,p=a.minimize().toString(),m=[t,e,`en`],h=[e,t,`en`],g=F.get(`DisplayNames`,m,{type:`language`}),_=F.get(`DisplayNames`,h,{type:`language`}),v=s?.name,y=s?.nativeName||s?.name,b=v||g.of(e)||e,x=y||_.of(e)||e,S=s?.maximizedName||v||g.of(u)||e,C=s?.nativeMaximizedName||y||_.of(u)||e,w=s?.minimizedName||v||g.of(p)||e,T=s?.nativeMinimizedName||y||_.of(p)||e,E=s?.languageName||v||g.of(o)||e,D=s?.nativeLanguageName||y||_.of(o)||e,O=s?.nameWithRegionCode||(c?`${E} (${c})`:b),k=s?.nativeNameWithRegionCode||(c?`${D} (${c})`:x)||O,A=F.get(`DisplayNames`,m,{type:`region`}),j=F.get(`DisplayNames`,h,{type:`region`}),ee=s?.regionName||(d?A.of(d):``)||``,te=s?.nativeRegionName||(d?j.of(d):``)||``,ne=F.get(`DisplayNames`,m,{type:`script`}),M=F.get(`DisplayNames`,h,{type:`script`});return{code:i,name:b,nativeName:x,maximizedCode:u,maximizedName:S,nativeMaximizedName:C,minimizedCode:p,minimizedName:w,nativeMinimizedName:T,languageCode:o,languageName:E,nativeLanguageName:D,nameWithRegionCode:O,nativeNameWithRegionCode:k,regionCode:d,regionName:ee,nativeRegionName:te,scriptCode:f,scriptName:s?.scriptName||(f?ne.of(f):``)||``,nativeScriptName:s?.nativeScriptName||(f?M.of(f):``)||``,emoji:s?.emoji||pn(i,n)}}catch{let t=B(e)?V(e):e,r=t.split(`-`),i=r[0]||t,a=r.length>2?r[2]:r[1]||``,o=r[3]||``,s=Cn([t,i],n);t=s?.code||t;let c=s?.name||t,l=s?.nativeName||c,u=s?.maximizedCode||t,d=s?.maximizedName||c,f=s?.nativeMaximizedName||l,p=s?.minimizedCode||t,m=s?.minimizedName||c,h=s?.nativeMinimizedName||l;i=s?.languageCode||i;let g=s?.languageName||c,_=s?.nativeLanguageName||l;a=s?.regionCode||a;let v=s?.regionName||``,y=s?.nativeRegionName||``;o=s?.scriptCode||o;let b=s?.scriptName||``,x=s?.nativeScriptName||``,S=s?.nameWithRegionCode||(v?`${g} (${v})`:c),C=s?.nativeNameWithRegionCode||(y?`${_} (${y})`:l),w=s?.emoji||`🌍`;return{code:t,name:c,nativeName:l,maximizedCode:u,maximizedName:d,nativeMaximizedName:f,minimizedCode:p,minimizedName:m,nativeMinimizedName:h,languageCode:i,languageName:g,nativeLanguageName:_,nameWithRegionCode:S,nativeNameWithRegionCode:C,regionCode:a,regionName:v,nativeRegionName:y,scriptCode:o,scriptName:b,nativeScriptName:x,emoji:w}}}function Tn(e,t){return e.filter(e=>B(e,t)).map(V)}function En(e,{languageCode:t,minimizedCode:n,regionCode:r,scriptCode:i},a){return[e,`${t}-${r}`,`${t}-${i}`,n].find(e=>a.has(e))}function Dn(e,t,n){e=Tn(Array.isArray(e)?e:[e],n),t=Tn(t,n);for(let n of e){let e=new Set(t.filter(e=>un(n,e))),r=wn(n),i=En(n,r,e)||En(r.languageCode,wn(r.languageCode),e);if(i)return i}}function On(e,t=`en`,n){let r=e;e=fn(e,n),t||=`en`;try{let i=V(e);if(n)for(let t of[r,e,i,F.get(`Locale`,i).language]){let e=an(n,t,`name`);if(e)return e}return F.get(`DisplayNames`,[t,i,`en`],{type:`language`}).of(i)||``}catch{return``}}function kn(e){try{let t=Mn(F.get(`Locale`,e));if(t)return t}catch{}let{scriptCode:t,languageCode:n}=wn(e);return t?An.has(t.toLowerCase())?`rtl`:`ltr`:n&&jn.has(n.toLowerCase())?`rtl`:`ltr`}const An=new Set([`arab`,`adlm`,`hebr`,`nkoo`,`rohg`,`samr`,`syrc`,`thaa`,`yezi`]),jn=new Set([`ar`,`arc`,`ckb`,`dv`,`fa`,`he`,`iw`,`ku`,`lrc`,`nqo`,`ps`,`pnb`,`sd`,`syr`,`ug`,`ur`,`yi`]);function Mn(e){let t=`textInfo`in e&&typeof e.textInfo==`object`&&e.textInfo!==null&&`direction`in e.textInfo?e.textInfo.direction:void 0;return t===`rtl`||t===`ltr`?t:void 0}function Nn(e,t){try{let{language:n,region:r,script:i}=F.get(`Locale`,V(e)),{language:a,region:o,script:s}=F.get(`Locale`,V(t));return!(n!==a||r&&r!==o||i&&i!==s)}catch(e){return console.error(e),!1}}function Pn(e,t){return t?Object.keys(t).find(n=>on(t,n)===e)??e:e}var Fn=class{constructor({defaultLocale:e=`en`,locales:t=[],customMapping:n}={}){this.defaultLocale=e,this.locales=t,this.customMapping=n}getFormattingLocales(e,t){return(t===void 0?[e,this.defaultLocale,`en`]:Array.isArray(t)?t:[t]).filter(e=>!!e).map(e=>this.resolveCanonicalLocale(e))}formatNum(e,t,n={}){let{locales:r,...i}=n;return Xt({value:e,locales:this.getFormattingLocales(t,r),options:i})}formatDateTime(e,t,n={}){let{locales:r,...i}=n;return Zt({value:e,locales:this.getFormattingLocales(t,r),options:i})}formatCurrency(e,t,n,r={}){let{locales:i,...a}=r;return Qt({value:e,currency:t,locales:this.getFormattingLocales(n,i),options:a})}formatRelativeTime(e,t,n,r={}){let{locales:i,...a}=r;return nn({value:e,unit:t,locales:this.getFormattingLocales(n,i),options:a})}formatRelativeTimeFromDate(e,t,n={}){let{locales:r,baseDate:i,...a}=n,{value:o,unit:s}=tn(e,i??new Date);return nn({value:o,unit:s,locales:this.getFormattingLocales(t,r),options:a})}formatCutoff(e,t,n={}){let{locales:r,...i}=n;return F.get(`CutoffFormat`,this.getFormattingLocales(t,r),i).format(e)}formatMessage(e,t,n={}){let{locales:r,variables:i,dataFormat:a}=n;return a===`STRING`?e:Yt(e,this.getFormattingLocales(t,r),i)}formatList(e,t,n={}){let{locales:r,...i}=n;return $t({value:e,locales:this.getFormattingLocales(t,r),options:i})}formatListToParts(e,t,n={}){let{locales:r,...i}=n;return en({value:e,locales:this.getFormattingLocales(t,r),options:i})}getLocaleName(e){return On(e,this.defaultLocale,this.customMapping)}getLocaleEmoji(e){return pn(e,this.customMapping)}getLocaleProperties(e){return wn(e,this.defaultLocale,this.customMapping)}requiresTranslation(e,t=this.defaultLocale,n=this.locales.length?this.locales:void 0){return dn(this.resolveCanonicalLocale(t),this.resolveCanonicalLocale(e),n?n.map(e=>this.resolveCanonicalLocale(e)):void 0,this.customMapping)}determineLocale(e,t=this.locales){let n=t.map(e=>({locale:e,canonicalLocale:this.resolveCanonicalLocale(e)})),r=Dn(Array.isArray(e)?e.map(e=>this.resolveCanonicalLocale(e)):this.resolveCanonicalLocale(e),n.map(({canonicalLocale:e})=>e),this.customMapping);if(r)return n.find(({canonicalLocale:e})=>e===r)?.locale??this.resolveAliasLocale(r)}getLocaleDirection(e){return kn(this.resolveCanonicalLocale(e))}isValidLocale(e){return B(e,this.customMapping)}resolveCanonicalLocale(e){return fn(e,this.customMapping)}resolveAliasLocale(e){return Pn(e,this.customMapping)}standardizeLocale(e){return V(e)}isSameDialect(...e){return ln(...e.map(e=>Array.isArray(e)?e.map(e=>this.resolveCanonicalLocale(e)):this.resolveCanonicalLocale(e)))}isSameLanguage(...e){return un(...e.map(e=>Array.isArray(e)?e.map(e=>this.resolveCanonicalLocale(e)):this.resolveCanonicalLocale(e)))}isSupersetLocale(e,t){return Nn(this.resolveCanonicalLocale(e),this.resolveCanonicalLocale(t))}};function In(e,t){let{locales:n,...r}=t??{};return F.get(`CutoffFormat`,n,r).format(e)}function Ln(e,t){return t?.dataFormat===`STRING`?e:Yt(e,t?.locales,t?.variables)}function Rn(e,t){return B(e,t)}function zn(e,t){return fn(e,t)}function Bn(e){return V(e)}var H={warn(e){console.warn(e)},error(e){console.error(e)},info(e){console.info(e)},debug(e){console.debug(e)}};function Vn(e){return Object.fromEntries(Object.entries(e).filter(([e])=>e!==`$id`&&e!==`$context`&&e!==`$maxChars`&&e!==`$hash`&&e!==`$_hash`&&e!==`$_source`&&e!==`$_fallback`&&e!==`$format`&&e!==`$_locales`&&e!==`$locale`))}const Hn=e=>`String interpolation failed for message: "${e}".`;function Un(e,t,n,r){try{return Ln(e,{variables:t,locales:n,dataFormat:r})}catch{return H.warn(Hn(e)),e}}function Wn(e,t){if(!e)return e;let n=t.$_fallback,r=Vn(t);try{let i=At(n||``);return In(Un(Object.keys(i).length?jt(e):e,{...r,...i,[wt]:`other`},t.$locale??t.$_locales,t.$format),{maxChars:t.$maxChars})}catch{return H.warn(Hn(e)),t.$_fallback==null?In(e,{maxChars:t.$maxChars}):Wn(t.$_fallback,{...t,$_fallback:void 0})}}function Gn(e){if(e.lastIndexOf(`:`)===-1)return null;let t=e.slice(e.lastIndexOf(`:`)+1);try{return JSON.parse(T(t))}catch{return null}}function Kn(e){return!!(e.$_hash&&e.$_source)}function qn(e){return ae(be(oe(e))).slice(0,16)}function Jn({source:e,context:t,id:n,maxChars:r,dataFormat:i},a=qn){let o;return o=i===`JSX`?Xn(e):e,a(D({source:o,...n&&{id:n},...t&&{context:t},...r!=null&&{maxChars:Math.abs(r)},...i&&{dataFormat:i}}))}const Yn=e=>{if(e&&typeof e==`object`){let t={};if(`c`in e&&e.c&&(t.c=Xn(e.c)),`d`in e){let n=e?.d;n?.b&&(t.b=Object.fromEntries(Object.entries(n.b).map(([e,t])=>[e,Xn(t)]))),n?.t&&(t.t=n.t)}return O(e)?{k:e.k,...e.v&&{v:e.v}}:t}return e};function Xn(e){return Array.isArray(e)?e.map(Yn):Yn(e)}function Zn(e,t=``,n=!0){if(e.forEach(e=>{switch(e.type){case`error`:H.error(t+e.message);break;case`warning`:H.warn(t+e.message);break}}),n&&e.some(e=>e.type===`error`))throw Error(`Validation errors occurred`)}function Qn(e){return e.loadTranslations?`custom`:e.cacheUrl?`remote`:(e.cacheUrl===void 0||e.cacheUrl===`https://cdn.gtx.dev`)&&e.projectId?`gt-remote`:`disabled`}function $n(e){let t=[],{projectId:n,loadTranslations:r}=e;switch(Qn(e)){case`remote`:case`gt-remote`:n||t.push({type:`warning`,message:w({whatHappened:`Loading translations from a remote store needs a projectId`,fix:`Add projectId to the I18nManager config or disable remote translation loading`})});break;case`custom`:r||t.push({type:`error`,message:w({whatHappened:`Custom translation loading needs loadTranslations`,fix:`Provide a loadTranslations function or disable custom translation loading`})});break;case`disabled`:break}return t}function er(e){let t=e.runtimeUrl===void 0||e.runtimeUrl===`https://runtime2.gtx.dev`;return t&&e.projectId&&(e.devApiKey||e.apiKey)?`gt`:e.runtimeUrl&&!t?`custom`:`disabled`}function tr(e){let t=[];switch(er(e)){case`custom`:case`gt`:e.projectId||t.push({type:`warning`,message:w({whatHappened:`Runtime translation needs a projectId`,fix:`Add projectId to the I18nManager config or disable runtime translation`})}),!e.devApiKey&&!e.apiKey&&t.push({type:`warning`,message:w({whatHappened:`Runtime translation needs devApiKey or apiKey`,fix:`Add credentials to the I18nManager config or disable runtime translation`})});break;case`disabled`:break}return t}function nr(e){return Qn(e)===`gt-remote`||er(e)===`gt`}function rr(e){let t=[];if(!nr(e))return t;let{defaultLocale:n,locales:r,customMapping:i}=e;return new Set([...n?[n]:[],...r||[]]).forEach(e=>{Rn(e,i)||t.push({type:`error`,message:w({whatHappened:`Locale "${e}" is not valid`,fix:`Use a valid BCP 47 locale code or add a custom mapping`})})}),t}function ir(e){let t=[];return e.loadDictionary&&!e.dictionary&&t.push({type:`error`,message:w({whatHappened:`loadDictionary needs a source dictionary`,fix:`Provide dictionary so the default locale has source content`})}),t}function ar(e){let t=[];return t.push(...$n(e)),t.push(...tr(e)),t.push(...rr(e)),t.push(...ir(e)),t}function or(e,t,n={}){return r=>i=>e.translateMany(i,{...n,targetLocale:r},t)}function sr(e){let t=cr(e);return async n=>{n=zn(n,e.customMapping);let r=t.replace(`[locale]`,n),i=await fetch(r);if(!i.ok)throw Error(`Failed to load translations from ${r}`);return await i.json()}}function cr(e){let{cacheUrl:t=`https://cdn.gtx.dev`,projectId:n,_versionId:r,_branchId:i}=e,a=r?`/${r}`:``,o=i?`?branchId=${i}`:``;return`${t}/${n}/[locale]`+a+o}function lr(){return async e=>({})}function ur({type:e,remoteTranslationLoaderParams:t,loadTranslations:n}){e===`disabled`&&H.warn(`I18nManager: No translation loader found. No translations will be loaded.`);let{cacheUrl:r,projectId:i,_versionId:a,_branchId:o,customMapping:s}=t;switch(e){case`remote`:case`gt-remote`:return sr({cacheUrl:r,projectId:i||``,_versionId:a,_branchId:o,customMapping:s});case`custom`:return n;case`disabled`:return lr()}}function dr(e){if(typeof e!=`object`||!e)return!1;let t=Object.getPrototypeOf(e);return t===Object.prototype||t===null}function fr(e){return Array.isArray(e)?[...e]:dr(e)?{...e}:e}var pr=class{constructor(e,t){this.cache={},this.fallbackPromises={},this.cache=structuredClone(e),this.onHit=t?.onHit,this.onMiss=t?.onMiss}setCache(e,t){this.cache[e]=t}getCache(e){let t=this.genKey(e);return this.cache[t]}getInternalCache(){return Object.fromEntries(Object.entries(this.cache).map(([e,t])=>[e,fr(t)]))}getMutableCache(){return this.cache}async missCache(...e){let t=e[0],n=this.genKey(t);if(this.fallbackPromises[n]!==void 0)return await this.fallbackPromises[n];let r=this.fallback(...e);this.fallbackPromises[n]=r;try{let e=await r;return this.setCache(n,e),e}finally{delete this.fallbackPromises[n]}}};function mr(e,t){let n=t;return n.$_hash==null?Jn({source:t.$format===`ICU`?kt(e):e,...n.$context&&{context:n.$context},...n.$id&&{id:n.$id},...n.$maxChars!=null&&{maxChars:Math.abs(n.$maxChars)},dataFormat:t.$format}):n.$_hash}const hr={maxConcurrentRequests:100,maxBatchSize:25,batchInterval:50};function gr(e,t){return e===void 0||!Number.isFinite(e)||e<=0?t:e}function _r(e,t){if(e===void 0||!Number.isFinite(e))return t;let n=Math.trunc(e);return n>0?n:t}function vr(e){return{maxConcurrentRequests:_r(e?.maxConcurrentRequests,hr.maxConcurrentRequests),maxBatchSize:_r(e?.maxBatchSize,hr.maxBatchSize),batchInterval:gr(e?.batchInterval,hr.batchInterval)}}var yr=class extends pr{constructor({init:e,translateMany:t,lifecycle:n,batchConfig:r}){super(e,n),this._queue=[],this._batchTimer=null,this._activeRequests=0,this._translateMany=t,this._batchConfig=vr(r)}get(e){let t=this.getCache(e);return t!=null&&this.onHit&&this.onHit({inputKey:e,cacheKey:this.genKey(e),cacheValue:t,outputValue:t}),t}async miss(e){let t=await this.missCache(e);return t!=null&&this.onMiss&&this.onMiss({inputKey:e,cacheKey:this.genKey(e),cacheValue:t,outputValue:t}),t}genKey(e){return mr(e.message,e.options)}fallback(e){let t=this._enqueueTranslation(e);return this._queue.length>=this._batchConfig.maxBatchSize?this._flushNow():this._scheduleBatch(),t}_flushNow(){this._batchTimer&&=(clearTimeout(this._batchTimer),null),this._drainQueue()}_scheduleBatch(){this._batchTimer||=setTimeout(()=>{this._batchTimer=null,this._drainQueue()},this._batchConfig.batchInterval)}_drainQueue(){for(;this._queue.length>0&&this._activeRequests<this._batchConfig.maxConcurrentRequests;){let e=this._queue.splice(0,this._batchConfig.maxBatchSize);this._sendBatchRequest(e)}this._queue.length>0&&this._scheduleBatch()}_enqueueTranslation(e){let t=this.genKey(e),n=e.options,r=n;return new Promise((i,a)=>{this._queue.push({key:t,source:e.message,metadata:{hash:t,...r.$context&&{context:r.$context},...r.$id&&{id:r.$id},...r.$maxChars!=null&&{maxChars:Math.abs(r.$maxChars)},dataFormat:n.$format},resolve:e=>i(e),reject:a})})}async _sendBatchRequest(e){this._activeRequests++;let t=br(e),n=await this._sendBatchRequestWithErrorHandling(e,t);n&&this._handleTranslationResponse(e,n),this._activeRequests--}async _sendBatchRequestWithErrorHandling(e,t){try{return await this._translateMany(t)}catch(t){for(let n of e)n.reject(t);return}}_handleTranslationResponse(e,t){for(let n of e){let{key:e}=n,r=t[e];if(r&&r.success){let t=r.translation;this.setCache(e,t),n.resolve(t)}else n.reject(r?.error)}}};function br(e){return e.reduce((e,t)=>(e[t.key]={source:t.source,metadata:t.metadata},e),{})}const xr=6e4;var Sr=class extends pr{constructor({init:e={},ttl:t,batchConfig:n,loadTranslations:r,createTranslateMany:i,lifecycle:{onLocalesCacheHit:a,onLocalesCacheMiss:o,onTranslationsCacheHit:s,onTranslationsCacheMiss:c}}){super(e,{onHit:a,onMiss:o}),this.ttl=xr,this.ttl=t===null?-1:t??6e4,this._translationLoader=r,this._createTranslateMany=i,this._batchConfig=n,this._onTranslationsCacheHit=s,this._onTranslationsCacheMiss=c}get(e){let t=this.getCache(e);if(!t||t.expiresAt>0&&t.expiresAt<Date.now())return;let n=t.translationsCache;return n!=null&&this.onHit&&this.onHit({inputKey:e,cacheKey:this.genKey(e),cacheValue:t,outputValue:n}),n}async miss(e){let t=await this.missCache(e),n=t.translationsCache;return n!=null&&this.onMiss&&this.onMiss({inputKey:e,cacheKey:this.genKey(e),cacheValue:t,outputValue:n}),n}genKey(e){return e}async fallback(e){return{translationsCache:new yr({init:await this._translationLoader(e),lifecycle:this._createTranslationsCacheLifecycle(e),translateMany:this._createTranslateMany(e),batchConfig:this._batchConfig}),expiresAt:this.ttl<0?this.ttl:Date.now()+this.ttl}}_createTranslationsCacheLifecycle(e){return{onHit:this._onTranslationsCacheHit?t=>this._onTranslationsCacheHit({locale:e,...t}):void 0,onMiss:this._onTranslationsCacheMiss?t=>this._onTranslationsCacheMiss({locale:e,...t}):void 0}}};function Cr(e){return e?e.split(`.`):[]}function wr(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function Tr(e){if(Or(e))return{entry:Array.isArray(e)?e[0]:e,options:Array.isArray(e)?e[1]??{}:{}}}function Er(e){return Object.keys(e.options).length===0?e.entry:[e.entry,e.options]}function Dr(e){let{$format:t,...n}=e;return{...n,$format:Ar(t)?t:`ICU`,...n.$context===void 0&&typeof n.context==`string`&&{$context:n.context}}}function Or(e){return typeof e==`string`?!0:!Array.isArray(e)||typeof e[0]!=`string`?!1:e.length===1?!0:e.length===2&&kr(e[1])}function kr(e){if(typeof e!=`object`||!e||Array.isArray(e))return!1;let t=e;return(t.$context===void 0||typeof t.$context==`string`)&&(t.$format===void 0||Ar(t.$format))&&(t.$maxChars===void 0||typeof t.$maxChars==`number`)&&(t.context===void 0||typeof t.context==`string`)}function Ar(e){return e===`ICU`||e===`I18NEXT`||e===`STRING`}function jr(e,t){for(let t of Object.keys(e))delete e[t];Object.assign(e,t)}var U=class extends Error{constructor(e){super(`I18nManager: source dictionary entry ${e} is not defined`),this.name=`DictionarySourceNotFoundError`}},Mr=class extends pr{constructor({init:e,lifecycle:t,runtimeTranslate:n}){super(e,t),this._runtimeTranslate=n,this.onHitObj=t?.onHitObj,this.onMissObj=t?.onMissObj}get(e){let t=this.getCache(e),n=Tr(t);if(n!==void 0)return this.onHit&&this.onHit({inputKey:e,cacheKey:this.genKey(e),cacheValue:t,outputValue:n}),n}set(e,t){let n=Er(t);this.setCache(this.genKey(e),n)}getObj(e){let t=this.getCache(e);if(t===void 0)return;let n=structuredClone(t);return this.onHitObj&&this.onHitObj({inputKey:e,cacheKey:this.genKey(e),cacheValue:t,outputValue:n}),n}setObj(e,t){this.setCache(this.genKey(e),structuredClone(t))}async missObj(e,t){let n=Tr(t);if(n!==void 0)return Er(await this.miss(e,n));if(!wr(t))throw new U(e);let r=await Promise.all(Object.entries(t).map(async([t,n])=>{let r=e?`${e}.${t}`:t;return[t,await this.missObj(r,n)]})),i=Object.fromEntries(r);return this.setObj(e,i),i}async miss(e,t){let n=await this.missCache(e,t),r=Tr(n);if(r===void 0)throw Error(`DictionaryCache missCache did not return a DictionaryEntry`);return this.onMiss&&this.onMiss({inputKey:e,cacheKey:this.genKey(e),cacheValue:n,outputValue:r}),r}setCache(e,t){let n=this.getMutableCache(),r=Cr(e);if(r.length===0){wr(t)&&jr(n,t);return}let i=n;for(let e of r.slice(0,-1)){let t=i[e];wr(t)||(i[e]={}),i=i[e]}i[r[r.length-1]]=t}getCache(e){let t=Cr(this.genKey(e)),n=this.getMutableCache();if(t.length===0)return n;for(let e of t){if(!wr(n))return;n=n[e]}return n}genKey(e){return e}fallback(e,t){return this._runtimeTranslate(e,t)}},Nr=class extends pr{constructor({ttl:e,defaultLocale:t,dictionary:n={},loadDictionary:r,runtimeTranslate:i,lifecycle:{onLocalesDictionaryCacheHit:a,onLocalesDictionaryCacheMiss:o,onDictionaryCacheHit:s,onDictionaryCacheMiss:c,onDictionaryObjectCacheHit:l}}){super({},{onHit:a,onMiss:o}),this.ttl=xr,this.ttl=e===null?-1:e??6e4,this._dictionaryLoader=r,this._runtimeTranslate=i,this._onDictionaryCacheHit=s,this._onDictionaryCacheMiss=c,this._onDictionaryObjectCacheHit=l,this.setCache(t,{dictionaryCache:new Mr({init:n,runtimeTranslate:this._createDictionaryRuntimeTranslate(t),lifecycle:this._createDictionaryCacheLifecycle(t)}),expiresAt:-1})}get(e){let t=this.getCache(e);if(!t||t.expiresAt>0&&t.expiresAt<Date.now())return;let n=t.dictionaryCache;return n!=null&&this.onHit&&this.onHit({inputKey:e,cacheKey:this.genKey(e),cacheValue:t,outputValue:n}),n}async miss(e){let t=await this.missCache(e),n=t.dictionaryCache;return n!=null&&this.onMiss&&this.onMiss({inputKey:e,cacheKey:this.genKey(e),cacheValue:t,outputValue:n}),n}genKey(e){return e}async fallback(e){return{dictionaryCache:new Mr({init:await this._dictionaryLoader(e),runtimeTranslate:this._createDictionaryRuntimeTranslate(e),lifecycle:this._createDictionaryCacheLifecycle(e)}),expiresAt:this.ttl<0?this.ttl:Date.now()+this.ttl}}_createDictionaryCacheLifecycle(e){return{onHit:this._onDictionaryCacheHit?t=>this._onDictionaryCacheHit({locale:e,...t}):void 0,onMiss:this._onDictionaryCacheMiss?t=>this._onDictionaryCacheMiss({locale:e,...t}):void 0,onHitObj:this._onDictionaryObjectCacheHit?t=>this._onDictionaryObjectCacheHit({locale:e,...t}):void 0}}_createDictionaryRuntimeTranslate(e){return(t,n)=>this._runtimeTranslate(e,t,n)}};const Pr=`locales-cache-miss`,Fr=`translations-cache-miss`,Ir=`locales-dictionary-cache-miss`,Lr=`dictionary-cache-miss`;function Rr(e){return{onLocalesCacheHit:t=>{e(`locales-cache-hit`,{locale:t.inputKey,translations:t.outputValue.getInternalCache()})},onLocalesCacheMiss:t=>{e(Pr,{locale:t.inputKey,translations:t.outputValue.getInternalCache()})},onTranslationsCacheHit:t=>{e(`translations-cache-hit`,{locale:t.locale,hash:t.cacheKey,translation:t.outputValue})},onTranslationsCacheMiss:t=>{e(Fr,{locale:t.locale,hash:t.cacheKey,translation:t.outputValue})},onLocalesDictionaryCacheHit:t=>{e(`locales-dictionary-cache-hit`,{locale:t.inputKey,dictionary:t.outputValue.getInternalCache()})},onLocalesDictionaryCacheMiss:t=>{e(Ir,{locale:t.inputKey,dictionary:t.outputValue.getInternalCache()})},onDictionaryCacheHit:t=>{e(`dictionary-cache-hit`,{locale:t.locale,id:t.cacheKey,dictionaryEntry:t.outputValue})},onDictionaryCacheMiss:t=>{e(Lr,{locale:t.locale,id:t.cacheKey,dictionaryEntry:t.outputValue})},onDictionaryObjectCacheHit:t=>{e(`dictionary-object-cache-hit`,{locale:t.locale,id:t.cacheKey,dictionaryValue:t.outputValue})}}}var zr=class{constructor(){this.listeners={}}getOrCreateListeners(e){return this.listeners[e]||(this.listeners[e]=new Set),this.listeners[e]}subscribe(e,t){let n=this.getOrCreateListeners(e);return n.add(t),()=>{n.delete(t)}}emit(e,t){this.listeners[e]?.forEach(e=>e(t))}};function Br({onLocalesCacheHit:e,onLocalesCacheMiss:t,onTranslationsCacheHit:n,onTranslationsCacheMiss:r,onLocalesDictionaryCacheHit:i,onLocalesDictionaryCacheMiss:a,onDictionaryCacheHit:o,onDictionaryCacheMiss:s,onDictionaryObjectCacheHit:c},l){e&&l(`locales-cache-hit`,t=>{e({...t,value:t.translations})}),t&&l(Pr,e=>{t({...e,value:e.translations})}),n&&l(`translations-cache-hit`,e=>{n({...e,value:e.translation})}),r&&l(Fr,e=>{r({...e,value:e.translation})}),i&&l(`locales-dictionary-cache-hit`,e=>{i(e)}),a&&l(Ir,e=>{a(e)}),o&&l(`dictionary-cache-hit`,e=>{o(e)}),s&&l(Lr,e=>{s(e)}),c&&l(`dictionary-object-cache-hit`,e=>{c(e)})}var Vr=class extends zr{constructor(e){super(),this.resolveTranslationSync=(e,t,n)=>this.lookupTranslation(e,t,n),Zn(ar(e),`I18nManager: `),this.config=Hr(e),this.localeConfig=new Fn({defaultLocale:this.config.defaultLocale,locales:this.config.locales,customMapping:this.config.customMapping});let t=Kr(e),n=qr(e),r=this.config.runtimeTranslation?.timeout??12e3,i=this.config.runtimeTranslation?.metadata??{},a=or(this.getGTClassClean(),r,i);Br(e.lifecycle??{},(...e)=>this.subscribe(...e));let o=Rr((...e)=>this.emit(...e));this.localesCache=new Sr({loadTranslations:t,createTranslateMany:a,lifecycle:o,ttl:this.config.cacheExpiryTime,batchConfig:this.config.batchConfig}),this.localesDictionaryCache=new Nr({defaultLocale:this.config.defaultLocale,dictionary:e.dictionary,loadDictionary:n,runtimeTranslate:(e,t,n)=>this.dictionaryRuntimeTranslate(e,t,n),ttl:this.config.cacheExpiryTime,lifecycle:o})}subscribeToTranslationsCacheMiss(e,t,n){return this.subscribe(Fr,r=>{r.locale!==t||r.hash!==n||e(r)})}getDefaultLocale(){return this.config.defaultLocale}getLocales(){return this.config.locales}getCustomMapping(){return this.config.customMapping}getVersionId(){return this.config._versionId}getGTClass(e){return this.getGTClassClean(e?this.resolveLocale(e):void 0)}isTranslationEnabled(){return this.config.enableI18n}getTranslationLoader(){return e=>this.loadTranslations(e)}async loadTranslations(e){try{let t=this.resolveCacheLocale(e);if(!t)return{};let n=this.localesCache.get(t);return n||=await this.localesCache.miss(t),n.getInternalCache()}catch(e){return this.handleError(e),{}}}async loadDictionary(e){try{let t=this.resolveCacheLocale(e);if(!t)return this.localesDictionaryCache.get(this.config.defaultLocale)?.getInternalCache()??{};let n=this.localesDictionaryCache.get(t);return n||=await this.localesDictionaryCache.miss(t),n.getInternalCache()}catch(e){return this.handleError(e),{}}}lookupDictionary(e,t){try{let n=this.resolveCacheLocale(e)??this.config.defaultLocale;return this.localesDictionaryCache.get(n)?.get(t)}catch(e){this.handleError(e);return}}lookupDictionaryObj(e,t){try{let n=this.resolveCacheLocale(e)??this.config.defaultLocale;return this.localesDictionaryCache.get(n)?.getObj(t)}catch(e){this.handleError(e);return}}async lookupDictionaryWithFallback(e,t){try{let n=this.resolveCacheLocale(e);if(!n){let e=this.localesDictionaryCache.get(this.config.defaultLocale)?.get(t);if(e===void 0)throw new U(t);return e}let r=this.localesDictionaryCache.get(n);r||=await this.localesDictionaryCache.miss(n);let i=r.get(t);if(i===void 0){let e=this.localesDictionaryCache.get(this.config.defaultLocale)?.get(t);if(e===void 0)throw new U(t);i=await r.miss(t,e)}return i}catch(e){this.handleError(e);return}}async lookupDictionaryObjWithFallback(e,t){try{let n=this.resolveCacheLocale(e);if(!n){let e=this.localesDictionaryCache.get(this.config.defaultLocale)?.getObj(t);if(e===void 0)throw new U(t);return e}let r=this.localesDictionaryCache.get(n);r||=await this.localesDictionaryCache.miss(n);let i=r.getObj(t);if(i===void 0){let e=this.localesDictionaryCache.get(this.config.defaultLocale)?.getObj(t);if(e===void 0)throw new U(t);i=await r.missObj(t,e)}return i}catch(e){this.handleError(e);return}}lookupTranslation(e,t,n){try{let{translationLocale:r,options:i}=this.resolveLookupParams(e,n);if(!r)return t;let a=this.localesCache.get(r);return a?a.get({message:t,options:i}):void 0}catch(e){this.handleError(e);return}}async lookupTranslationWithFallback(e,t,n){try{return await this.lookupTranslationWithFallbackResolved(e,t,n)}catch(e){this.handleError(e);return}}async getLookupTranslation(e,t=[]){try{let n=this.resolveCacheLocale(e);if(!n)return e=>e;let r=Gr(t,n,e=>this.resolveCacheLocale(e)??this.resolveLocale(e));r.length!==t.length&&H.warn(`I18nManager: getLookupTranslation(): prefetchEntries must all be the same locale, ignoring all entries that are not for ${n}`);let i=this.localesCache.get(n);return i||=await this.localesCache.miss(n),i?(await Promise.all(r.filter(e=>i.get(e)==null).map(e=>i.miss(e))),(e,t={})=>i.get({message:e,options:this.resolveLookupOptions(t)})):()=>void 0}catch(e){return this.handleError(e),e=>e}}async getTranslations(e){try{return this.loadTranslations(e)}catch(e){return this.handleError(e),{}}}async getTranslationResolver(e){return this.getLookupTranslation(e)}requiresTranslation(e){let t=this.getDefaultLocale(),n=this.getLocales();return this.isTranslationEnabled()&&this.localeConfig.requiresTranslation(e,t,n)}requiresDialectTranslation(e){let t=this.getDefaultLocale();return this.requiresTranslation(e)&&this.localeConfig.isSameLanguage(t,e)}handleError(e){if(e instanceof U)throw e;switch(this.config.environment){case`development`:throw e;default:H.error(`I18nManager: `+e);break}}resolveLocale(e){let t=this.localeConfig.determineLocale(e);if(!this.localeConfig.isValidLocale(e)||!t)throw Error(`Locale "${e}" is not valid. Use a valid BCP 47 locale code or add a custom mapping.`);return t}resolveCacheLocale(e){let t=this.resolveLocale(e);if(this.requiresTranslation(t))return t;let n=this.localeConfig.resolveAliasLocale(Bn(e));if(this.requiresTranslation(n))return n}resolveLookupParams(e,t){let n=this.resolveCacheLocale(e);return{translationLocale:n,options:n?this.resolveLookupOptions(t,n):t}}resolveLookupOptions(e={},t){return e.$locale?{...e,$locale:t??this.resolveCacheLocale(e.$locale)??this.resolveLocale(e.$locale)}:e}async lookupTranslationWithFallbackResolved(e,t,n){let{translationLocale:r,options:i}=this.resolveLookupParams(e,n);if(!r)return t;let a=this.localesCache.get(r);a||=await this.localesCache.miss(r);let o=a.get({message:t,options:i});return o??=await a.miss({message:t,options:i}),o}async dictionaryRuntimeTranslate(e,t,n){let r=await this.lookupTranslationWithFallbackResolved(e,n.entry,Dr(n.options));if(typeof r!=`string`)throw Error(`Dictionary entry "${t}" could not be translated into a string. Check the source entry and translation loader output.`);return r}getGTClassClean(e){return new f.GT({sourceLocale:this.config.defaultLocale,targetLocale:e,locales:Array.from(new Set(this.config.locales.map(e=>this.localeConfig.resolveCanonicalLocale(e)))),customMapping:this.config.customMapping,projectId:this.config.projectId,baseUrl:this.config.runtimeUrl||void 0,apiKey:this.config.apiKey,devApiKey:this.config.devApiKey})}};function Hr(e){let t=nr(e),n=Ur({defaultLocale:e.defaultLocale||`en`,locales:e.locales||[`en`],customMapping:e.customMapping});return{environment:e.environment||`production`,enableI18n:e.enableI18n===void 0?!0:e.enableI18n,projectId:e.projectId,devApiKey:e.devApiKey,apiKey:e.apiKey,runtimeUrl:e.runtimeUrl,cacheExpiryTime:e.cacheExpiryTime,batchConfig:e.batchConfig,runtimeTranslation:e.runtimeTranslation,_versionId:e._versionId,...t?Wr(n):n}}function Ur({defaultLocale:e,locales:t,customMapping:n}){return{defaultLocale:e,locales:Array.from(new Set([e,...t])),customMapping:n||{}}}function Wr(e){return{defaultLocale:Bn(e.defaultLocale),locales:e.locales.map(t=>(typeof e.customMapping?.[t]==`string`?e.customMapping?.[t]:e.customMapping?.[t]?.code)?t:Bn(t)),customMapping:Object.fromEntries(Object.entries(e.customMapping||{}).map(([e,t])=>[e,typeof t==`string`?Bn(t):{...t,...t.code?{code:Bn(t.code)}:{}}]))}}function Gr(e,t,n){return e.flatMap(e=>{let r=e.options.$locale;if(r==null)return[e];try{let i=n(r);return i===t?[{message:e.message,options:{...e.options,$locale:i}}]:[]}catch{return[]}})}function Kr(e){return ur({loadTranslations:e.loadTranslations,type:Qn(e),remoteTranslationLoaderParams:{cacheUrl:e.cacheUrl,projectId:e.projectId,_versionId:e._versionId,_branchId:e._branchId,customMapping:e.customMapping}})}function qr(e){return e.loadDictionary??(()=>Promise.resolve({}))}let Jr,Yr=`en`;const Xr={getLocale:()=>Yr};let Zr=Xr;function Qr(){return Jr||=(H.warn(`getI18nManager(): I18nManager was not initialized. Falling back to the default locale until initializeGT() configures translations.`),new Vr({defaultLocale:`en`,locales:[`en`]})),Jr}function $r(){return Zr.getLocale()}function ei(e){Zr=e}function ti(){Zr=Xr}function ni(e){Jr=e,Yr=e.getDefaultLocale(),ti()}function ri(e,t){return In(e,{locales:t.$locale??t.$_locales,maxChars:t.$maxChars})}function ii({source:e,target:t,options:n,sourceLocale:r}){return t==null?ai(e,oi(n,r)):ai(t,{$_fallback:e,...n})}function ai(e,t){switch(t.$format??`STRING`){case`ICU`:return Wn(e,t);case`I18NEXT`:case`STRING`:return ri(e,t);default:return e}}function oi(e,t){return t?{...e,$locale:t}:e}function si(e,t,n){return{...t,$format:t.$format??n,$locale:e}}function ci(){return Qr().getVersionId()}async function li(){let e=Qr(),t=$r();await e.loadTranslations(t);let n=e.getDefaultLocale();return(r,i={})=>{let a=si(i.$locale??t,i,`ICU`);return ii({source:r,target:e.lookupTranslation(a.$locale,r,a),options:a,sourceLocale:n})}}async function ui(){let e=await li();return(t,n={})=>{if(t==null)return t;let r=Gn(t)??{};return Kn(r)?e(r.$_source,r):e(t,n)}}function di({defaultLocale:e,locales:t,customMapping:n}={}){let r=e||`en`;return{defaultLocale:r,locales:t?.length?t:[r],customMapping:n}}function fi(e,t){if(!(e==null||Array.isArray(e)&&e.length===0))return new Fn(t).determineLocale(e)||void 0}function pi(e,t={}){let n=di(t);return fi(e,n)||n.defaultLocale}var mi=Object.defineProperty,hi=Object.getOwnPropertyDescriptor,gi=Object.getOwnPropertyNames,_i=Object.prototype.hasOwnProperty,vi=(e,t)=>()=>(e&&(t=e(e=0)),t),W=(e,t)=>()=>(t||(e((t={exports:{}}).exports,t),e=null),t.exports),yi=(e,t)=>{let n={};for(var r in e)mi(n,r,{get:e[r],enumerable:!0});return t||mi(n,Symbol.toStringTag,{value:`Module`}),n},bi=(e,t,n,r)=>{if(t&&typeof t==`object`||typeof t==`function`)for(var i=gi(t),a=0,o=i.length,s;a<o;a++)s=i[a],!_i.call(e,s)&&s!==n&&mi(e,s,{get:(e=>t[e]).bind(null,s),enumerable:!(r=hi(t,s))||r.enumerable});return e},G=e=>_i.call(e,`module.exports`)?e[`module.exports`]:bi(mi({},`__esModule`,{value:!0}),e);function xi(e){let t=e.trim();return t?/[.!?)]$/.test(t)?t:`${t}.`:``}function Si(e){let t=e.trim(),n=t.length;for(;n>0;){let e=t[n-1];if(e!==`.`&&e!==`!`&&e!==`?`)break;--n}return t.slice(0,n)}function Ci(e){return e.replace(/^[A-Z][a-z]/,e=>e.toLowerCase())}function wi(e){if(!e)return``;let t=Array.isArray(e)?e.join(`, `):e;return t.trim()?xi(`Details: ${t}`):``}function Ti({source:e,severity:t,whatHappened:n,reassurance:r,why:i,fix:a,wayOut:o,details:s,docsUrl:c}){let l=e?t?`${e} ${t}:`:`${e}:`:t?`${t}:`:``,u=i?`${Si(n)} because ${Ci(Si(i))}`:n,d=!!a&&!!o&&/^[a-z]/.test(Si(o)),f=[u,r,d?`${Si(a)}, or ${Ci(Si(o))}`:a,d?void 0:o,wi(s)].filter(e=>!!e).map(xi);c&&f.push(`Learn more: ${c}`);let p=f.join(` `);return l?`${l} ${p}`:p}function Ei(e){return e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name===`Uint8Array`&&`BYTES_PER_ELEMENT`in e&&e.BYTES_PER_ELEMENT===1}function Di(e,t,n=``){let r=Ei(e),i=e?.length,a=t!==void 0;if(!r||a&&i!==t){let o=n&&`"${n}" `,s=a?` of length ${t}`:``,c=r?`length=${i}`:`type=${typeof e}`,l=o+`expected Uint8Array`+s+`, got `+c;throw r?RangeError(l):TypeError(l)}return e}function Oi(e,t=!0){if(e.destroyed)throw Error(`Hash instance has been destroyed`);if(t&&e.finished)throw Error(`Hash#digest() has already been called`)}function ki(e,t){Di(e,void 0,`digestInto() output`);let n=t.outputLen;if(e.length<n)throw RangeError(`"digestInto() output" expected to be of length >=`+n)}function Ai(...e){for(let t=0;t<e.length;t++)e[t].fill(0)}function ji(e){return new DataView(e.buffer,e.byteOffset,e.byteLength)}function K(e,t){return e<<32-t|e>>>t}new Uint8Array(new Uint32Array([287454020]).buffer)[0],typeof Uint8Array.from([]).toHex==`function`&&Uint8Array.fromHex,Array.from({length:256},(e,t)=>t.toString(16).padStart(2,`0`));function Mi(e,t={}){let n=(t,n)=>e(n).update(t).digest(),r=e(void 0);return n.outputLen=r.outputLen,n.blockLen=r.blockLen,n.canXOF=r.canXOF,n.create=t=>e(t),Object.assign(n,t),Object.freeze(n)}const Ni=e=>({oid:Uint8Array.from([6,9,96,134,72,1,101,3,4,2,e])});function Pi(e,t,n){return e&t^~e&n}function Fi(e,t,n){return e&t^e&n^t&n}var Ii=class{blockLen;outputLen;canXOF=!1;padOffset;isLE;buffer;view;finished=!1;length=0;pos=0;destroyed=!1;constructor(e,t,n,r){this.blockLen=e,this.outputLen=t,this.padOffset=n,this.isLE=r,this.buffer=new Uint8Array(e),this.view=ji(this.buffer)}update(e){Oi(this),Di(e);let{view:t,buffer:n,blockLen:r}=this,i=e.length;for(let a=0;a<i;){let o=Math.min(r-this.pos,i-a);if(o===r){let t=ji(e);for(;r<=i-a;a+=r)this.process(t,a);continue}n.set(e.subarray(a,a+o),this.pos),this.pos+=o,a+=o,this.pos===r&&(this.process(t,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){Oi(this),ki(e,this),this.finished=!0;let{buffer:t,view:n,blockLen:r,isLE:i}=this,{pos:a}=this;t[a++]=128,Ai(this.buffer.subarray(a)),this.padOffset>r-a&&(this.process(n,0),a=0);for(let e=a;e<r;e++)t[e]=0;n.setBigUint64(r-8,BigInt(this.length*8),i),this.process(n,0);let o=ji(e),s=this.outputLen;if(s%4)throw Error(`_sha2: outputLen must be aligned to 32bit`);let c=s/4,l=this.get();if(c>l.length)throw Error(`_sha2: outputLen bigger than state`);for(let e=0;e<c;e++)o.setUint32(4*e,l[e],i)}digest(){let{buffer:e,outputLen:t}=this;this.digestInto(e);let n=e.slice(0,t);return this.destroy(),n}_cloneInto(e){e||=new this.constructor,e.set(...this.get());let{blockLen:t,buffer:n,length:r,finished:i,destroyed:a,pos:o}=this;return e.destroyed=a,e.finished=i,e.length=r,e.pos=o,r%t&&e.buffer.set(n),e}clone(){return this._cloneInto()}};const q=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),Li=BigInt(2**32-1),Ri=BigInt(32);function zi(e,t=!1){return t?{h:Number(e&Li),l:Number(e>>Ri&Li)}:{h:Number(e>>Ri&Li)|0,l:Number(e&Li)|0}}function Bi(e,t=!1){let n=e.length,r=new Uint32Array(n),i=new Uint32Array(n);for(let a=0;a<n;a++){let{h:n,l:o}=zi(e[a],t);[r[a],i[a]]=[n,o]}return[r,i]}const Vi=Uint32Array.from([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),J=new Uint32Array(64);var Hi=class extends Ii{constructor(e){super(64,e,8,!1)}get(){let{A:e,B:t,C:n,D:r,E:i,F:a,G:o,H:s}=this;return[e,t,n,r,i,a,o,s]}set(e,t,n,r,i,a,o,s){this.A=e|0,this.B=t|0,this.C=n|0,this.D=r|0,this.E=i|0,this.F=a|0,this.G=o|0,this.H=s|0}process(e,t){for(let n=0;n<16;n++,t+=4)J[n]=e.getUint32(t,!1);for(let e=16;e<64;e++){let t=J[e-15],n=J[e-2],r=K(t,7)^K(t,18)^t>>>3;J[e]=(K(n,17)^K(n,19)^n>>>10)+J[e-7]+r+J[e-16]|0}let{A:n,B:r,C:i,D:a,E:o,F:s,G:c,H:l}=this;for(let e=0;e<64;e++){let t=K(o,6)^K(o,11)^K(o,25),u=l+t+Pi(o,s,c)+Vi[e]+J[e]|0,d=(K(n,2)^K(n,13)^K(n,22))+Fi(n,r,i)|0;l=c,c=s,s=o,o=a+u|0,a=i,i=r,r=n,n=u+d|0}n=n+this.A|0,r=r+this.B|0,i=i+this.C|0,a=a+this.D|0,o=o+this.E|0,s=s+this.F|0,c=c+this.G|0,l=l+this.H|0,this.set(n,r,i,a,o,s,c,l)}roundClean(){Ai(J)}destroy(){this.destroyed=!0,this.set(0,0,0,0,0,0,0,0),Ai(this.buffer)}},Ui=class extends Hi{A=q[0]|0;B=q[1]|0;C=q[2]|0;D=q[3]|0;E=q[4]|0;F=q[5]|0;G=q[6]|0;H=q[7]|0;constructor(){super(32)}};const Wi=Bi(`0x428a2f98d728ae22.0x7137449123ef65cd.0xb5c0fbcfec4d3b2f.0xe9b5dba58189dbbc.0x3956c25bf348b538.0x59f111f1b605d019.0x923f82a4af194f9b.0xab1c5ed5da6d8118.0xd807aa98a3030242.0x12835b0145706fbe.0x243185be4ee4b28c.0x550c7dc3d5ffb4e2.0x72be5d74f27b896f.0x80deb1fe3b1696b1.0x9bdc06a725c71235.0xc19bf174cf692694.0xe49b69c19ef14ad2.0xefbe4786384f25e3.0x0fc19dc68b8cd5b5.0x240ca1cc77ac9c65.0x2de92c6f592b0275.0x4a7484aa6ea6e483.0x5cb0a9dcbd41fbd4.0x76f988da831153b5.0x983e5152ee66dfab.0xa831c66d2db43210.0xb00327c898fb213f.0xbf597fc7beef0ee4.0xc6e00bf33da88fc2.0xd5a79147930aa725.0x06ca6351e003826f.0x142929670a0e6e70.0x27b70a8546d22ffc.0x2e1b21385c26c926.0x4d2c6dfc5ac42aed.0x53380d139d95b3df.0x650a73548baf63de.0x766a0abb3c77b2a8.0x81c2c92e47edaee6.0x92722c851482353b.0xa2bfe8a14cf10364.0xa81a664bbc423001.0xc24b8b70d0f89791.0xc76c51a30654be30.0xd192e819d6ef5218.0xd69906245565a910.0xf40e35855771202a.0x106aa07032bbd1b8.0x19a4c116b8d2d0c8.0x1e376c085141ab53.0x2748774cdf8eeb99.0x34b0bcb5e19b48a8.0x391c0cb3c5c95a63.0x4ed8aa4ae3418acb.0x5b9cca4f7763e373.0x682e6ff3d6b2b8a3.0x748f82ee5defb2fc.0x78a5636f43172f60.0x84c87814a1f0ab72.0x8cc702081a6439ec.0x90befffa23631e28.0xa4506cebde82bde9.0xbef9a3f7b2c67915.0xc67178f2e372532b.0xca273eceea26619c.0xd186b8c721c0c207.0xeada7dd6cde0eb1e.0xf57d4f7fee6ed178.0x06f067aa72176fba.0x0a637dc5a2c898a6.0x113f9804bef90dae.0x1b710b35131c471b.0x28db77f523047d84.0x32caab7b40c72493.0x3c9ebe0a15c9bebc.0x431d67c49c100d4c.0x4cc5d4becb3e42b6.0x597f299cfc657e2a.0x5fcb6fab3ad6faec.0x6c44198c4a475817`.split(`.`).map(e=>BigInt(e)));Wi[0],Wi[1],Mi(()=>new Ui,Ni(1));const Gi=e=>`generaltranslation Formatting Error: Invalid cutoff style: ${e}.`,Ki=`DEFAULT_TERMINATOR_KEY`,qi={ellipsis:{fr:{terminator:`…`,separator:` `},zh:{terminator:`……`,separator:void 0},ja:{terminator:`……`,separator:void 0},[Ki]:{terminator:`…`,separator:void 0}},none:{[Ki]:{terminator:void 0,separator:void 0}}};var Ji=class e{static resolveLocale(e){try{let t=e?Array.isArray(e)?e.map(String):[String(e)]:[`en`],[n]=Intl.getCanonicalLocales(t);return n??`en`}catch{return`en`}}constructor(t,n={}){this.locale=e.resolveLocale(t);let r=n.style??`ellipsis`;if(!qi[r])throw Error(Gi(r));let i=n.maxChars===void 0?void 0:qi[r][new Intl.Locale(this.locale).language]||qi[r].DEFAULT_TERMINATOR_KEY,a=n.terminator??i?.terminator,o=a==null?void 0:n.separator??i?.separator;this.additionLength=(a?.length??0)+(o?.length??0),n.maxChars!==void 0&&Math.abs(n.maxChars)<this.additionLength&&(a=void 0,o=void 0),this.options={maxChars:n.maxChars,style:n.maxChars===void 0?void 0:r,terminator:a,separator:o}}format(e){return this.formatToParts(e).join(``)}formatToParts(e){let{maxChars:t,terminator:n,separator:r}=this.options,i=t===void 0||Math.abs(t)>=e.length?t:t>=0?Math.max(0,t-this.additionLength):Math.min(0,t+this.additionLength),a=i!==void 0&&i>-1?e.slice(0,i):e.slice(i);return t==null||i==null||i===0||n==null||e.length<=Math.abs(t)?[a]:i>0?r==null?[a,n]:[a,r,n]:r==null?[n,a]:[n,r,a]}resolvedOptions(){return this.options}};const Yi={Collator:Intl.Collator,DateTimeFormat:Intl.DateTimeFormat,DisplayNames:Intl.DisplayNames,ListFormat:Intl.ListFormat,Locale:Intl.Locale,NumberFormat:Intl.NumberFormat,PluralRules:Intl.PluralRules,RelativeTimeFormat:Intl.RelativeTimeFormat,Segmenter:Intl.Segmenter,CutoffFormat:Ji};new class{constructor(){this.cache={}}generateKey(e,t={}){return`${e?Array.isArray(e)?e.map(e=>String(e)).join(`,`):String(e):`undefined`}:${t?JSON.stringify(t,Object.keys(t).sort()):`{}`}`}get(e,...t){let[n=`en`,r={}]=t,i=this.generateKey(n,r),a=this.cache[e];a===void 0&&(a={},this.cache[e]=a);let o=a[i];return o===void 0&&(o=new Yi[e](...t),a[i]=o),o}};var Y=yi({__addDisposableResource:()=>Sa,__assign:()=>Ea,__asyncDelegator:()=>ma,__asyncGenerator:()=>pa,__asyncValues:()=>ha,__await:()=>X,__awaiter:()=>aa,__classPrivateFieldGet:()=>ya,__classPrivateFieldIn:()=>xa,__classPrivateFieldSet:()=>ba,__createBinding:()=>Da,__decorate:()=>Qi,__disposeResources:()=>Ca,__esDecorate:()=>ea,__exportStar:()=>sa,__extends:()=>Xi,__generator:()=>oa,__importDefault:()=>va,__importStar:()=>_a,__makeTemplateObject:()=>ga,__metadata:()=>ia,__param:()=>$i,__propKey:()=>na,__read:()=>la,__rest:()=>Zi,__rewriteRelativeImportExtension:()=>wa,__runInitializers:()=>ta,__setFunctionName:()=>ra,__spread:()=>ua,__spreadArray:()=>fa,__spreadArrays:()=>da,__values:()=>ca,default:()=>ja});function Xi(e,t){if(typeof t!=`function`&&t!==null)throw TypeError(`Class extends value `+String(t)+` is not a constructor or null`);Ta(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}function Zi(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols==`function`)for(var i=0,r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]]);return n}function Qi(e,t,n,r){var i=arguments.length,a=i<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,o;if(typeof Reflect==`object`&&typeof Reflect.decorate==`function`)a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a}function $i(e,t){return function(n,r){t(n,r,e)}}function ea(e,t,n,r,i,a){function o(e){if(e!==void 0&&typeof e!=`function`)throw TypeError(`Function expected`);return e}for(var s=r.kind,c=s===`getter`?`get`:s===`setter`?`set`:`value`,l=!t&&e?r.static?e:e.prototype:null,u=t||(l?Object.getOwnPropertyDescriptor(l,r.name):{}),d,f=!1,p=n.length-1;p>=0;p--){var m={};for(var h in r)m[h]=h===`access`?{}:r[h];for(var h in r.access)m.access[h]=r.access[h];m.addInitializer=function(e){if(f)throw TypeError(`Cannot add initializers after decoration has completed`);a.push(o(e||null))};var g=(0,n[p])(s===`accessor`?{get:u.get,set:u.set}:u[c],m);if(s===`accessor`){if(g===void 0)continue;if(typeof g!=`object`||!g)throw TypeError(`Object expected`);(d=o(g.get))&&(u.get=d),(d=o(g.set))&&(u.set=d),(d=o(g.init))&&i.unshift(d)}else (d=o(g))&&(s===`field`?i.unshift(d):u[c]=d)}l&&Object.defineProperty(l,r.name,u),f=!0}function ta(e,t,n){for(var r=arguments.length>2,i=0;i<t.length;i++)n=r?t[i].call(e,n):t[i].call(e);return r?n:void 0}function na(e){return typeof e==`symbol`?e:`${e}`}function ra(e,t,n){return typeof t==`symbol`&&(t=t.description?`[${t.description}]`:``),Object.defineProperty(e,`name`,{configurable:!0,value:n?`${n} ${t}`:t})}function ia(e,t){if(typeof Reflect==`object`&&typeof Reflect.metadata==`function`)return Reflect.metadata(e,t)}function aa(e,t,n,r){function i(e){return e instanceof n?e:new n(function(t){t(e)})}return new(n||=Promise)(function(n,a){function o(e){try{c(r.next(e))}catch(e){a(e)}}function s(e){try{c(r.throw(e))}catch(e){a(e)}}function c(e){e.done?n(e.value):i(e.value).then(o,s)}c((r=r.apply(e,t||[])).next())})}function oa(e,t){var n={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r,i,a,o=Object.create((typeof Iterator==`function`?Iterator:Object).prototype);return o.next=s(0),o.throw=s(1),o.return=s(2),typeof Symbol==`function`&&(o[Symbol.iterator]=function(){return this}),o;function s(e){return function(t){return c([e,t])}}function c(s){if(r)throw TypeError(`Generator is already executing.`);for(;o&&(o=0,s[0]&&(n=0)),n;)try{if(r=1,i&&(a=s[0]&2?i.return:s[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,s[1])).done)return a;switch(i=0,a&&(s=[s[0]&2,a.value]),s[0]){case 0:case 1:a=s;break;case 4:return n.label++,{value:s[1],done:!1};case 5:n.label++,i=s[1],s=[0];continue;case 7:s=n.ops.pop(),n.trys.pop();continue;default:if((a=n.trys,!(a=a.length>0&&a[a.length-1]))&&(s[0]===6||s[0]===2)){n=0;continue}if(s[0]===3&&(!a||s[1]>a[0]&&s[1]<a[3])){n.label=s[1];break}if(s[0]===6&&n.label<a[1]){n.label=a[1],a=s;break}if(a&&n.label<a[2]){n.label=a[2],n.ops.push(s);break}a[2]&&n.ops.pop(),n.trys.pop();continue}s=t.call(e,n)}catch(e){s=[6,e],i=0}finally{r=a=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}}function sa(e,t){for(var n in e)n!==`default`&&!Object.prototype.hasOwnProperty.call(t,n)&&Da(t,e,n)}function ca(e){var t=typeof Symbol==`function`&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&typeof e.length==`number`)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw TypeError(t?`Object is not iterable.`:`Symbol.iterator is not defined.`)}function la(e,t){var n=typeof Symbol==`function`&&e[Symbol.iterator];if(!n)return e;var r=n.call(e),i,a=[],o;try{for(;(t===void 0||t-- >0)&&!(i=r.next()).done;)a.push(i.value)}catch(e){o={error:e}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(o)throw o.error}}return a}function ua(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(la(arguments[t]));return e}function da(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;for(var r=Array(e),i=0,t=0;t<n;t++)for(var a=arguments[t],o=0,s=a.length;o<s;o++,i++)r[i]=a[o];return r}function fa(e,t,n){if(n||arguments.length===2)for(var r=0,i=t.length,a;r<i;r++)(a||!(r in t))&&(a||=Array.prototype.slice.call(t,0,r),a[r]=t[r]);return e.concat(a||Array.prototype.slice.call(t))}function X(e){return this instanceof X?(this.v=e,this):new X(e)}function pa(e,t,n){if(!Symbol.asyncIterator)throw TypeError(`Symbol.asyncIterator is not defined.`);var r=n.apply(e,t||[]),i,a=[];return i=Object.create((typeof AsyncIterator==`function`?AsyncIterator:Object).prototype),s(`next`),s(`throw`),s(`return`,o),i[Symbol.asyncIterator]=function(){return this},i;function o(e){return function(t){return Promise.resolve(t).then(e,d)}}function s(e,t){r[e]&&(i[e]=function(t){return new Promise(function(n,r){a.push([e,t,n,r])>1||c(e,t)})},t&&(i[e]=t(i[e])))}function c(e,t){try{l(r[e](t))}catch(e){f(a[0][3],e)}}function l(e){e.value instanceof X?Promise.resolve(e.value.v).then(u,d):f(a[0][2],e)}function u(e){c(`next`,e)}function d(e){c(`throw`,e)}function f(e,t){e(t),a.shift(),a.length&&c(a[0][0],a[0][1])}}function ma(e){var t,n;return t={},r(`next`),r(`throw`,function(e){throw e}),r(`return`),t[Symbol.iterator]=function(){return this},t;function r(r,i){t[r]=e[r]?function(t){return(n=!n)?{value:X(e[r](t)),done:!1}:i?i(t):t}:i}}function ha(e){if(!Symbol.asyncIterator)throw TypeError(`Symbol.asyncIterator is not defined.`);var t=e[Symbol.asyncIterator],n;return t?t.call(e):(e=typeof ca==`function`?ca(e):e[Symbol.iterator](),n={},r(`next`),r(`throw`),r(`return`),n[Symbol.asyncIterator]=function(){return this},n);function r(t){n[t]=e[t]&&function(n){return new Promise(function(r,a){n=e[t](n),i(r,a,n.done,n.value)})}}function i(e,t,n,r){Promise.resolve(r).then(function(t){e({value:t,done:n})},t)}}function ga(e,t){return Object.defineProperty?Object.defineProperty(e,`raw`,{value:t}):e.raw=t,e}function _a(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var n=ka(e),r=0;r<n.length;r++)n[r]!==`default`&&Da(t,e,n[r]);return Oa(t,e),t}function va(e){return e&&e.__esModule?e:{default:e}}function ya(e,t,n,r){if(n===`a`&&!r)throw TypeError(`Private accessor was defined without a getter`);if(typeof t==`function`?e!==t||!r:!t.has(e))throw TypeError(`Cannot read private member from an object whose class did not declare it`);return n===`m`?r:n===`a`?r.call(e):r?r.value:t.get(e)}function ba(e,t,n,r,i){if(r===`m`)throw TypeError(`Private method is not writable`);if(r===`a`&&!i)throw TypeError(`Private accessor was defined without a setter`);if(typeof t==`function`?e!==t||!i:!t.has(e))throw TypeError(`Cannot write private member to an object whose class did not declare it`);return r===`a`?i.call(e,n):i?i.value=n:t.set(e,n),n}function xa(e,t){if(t===null||typeof t!=`object`&&typeof t!=`function`)throw TypeError(`Cannot use 'in' operator on non-object`);return typeof e==`function`?t===e:e.has(t)}function Sa(e,t,n){if(t!=null){if(typeof t!=`object`&&typeof t!=`function`)throw TypeError(`Object expected.`);var r,i;if(n){if(!Symbol.asyncDispose)throw TypeError(`Symbol.asyncDispose is not defined.`);r=t[Symbol.asyncDispose]}if(r===void 0){if(!Symbol.dispose)throw TypeError(`Symbol.dispose is not defined.`);r=t[Symbol.dispose],n&&(i=r)}if(typeof r!=`function`)throw TypeError(`Object not disposable.`);i&&(r=function(){try{i.call(this)}catch(e){return Promise.reject(e)}}),e.stack.push({value:t,dispose:r,async:n})}else n&&e.stack.push({async:!0});return t}function Ca(e){function t(t){e.error=e.hasError?new Aa(t,e.error,`An error was suppressed during disposal.`):t,e.hasError=!0}var n,r=0;function i(){for(;n=e.stack.pop();)try{if(!n.async&&r===1)return r=0,e.stack.push(n),Promise.resolve().then(i);if(n.dispose){var a=n.dispose.call(n.value);if(n.async)return r|=2,Promise.resolve(a).then(i,function(e){return t(e),i()})}else r|=1}catch(e){t(e)}if(r===1)return e.hasError?Promise.reject(e.error):Promise.resolve();if(e.hasError)throw e.error}return i()}function wa(e,t){return typeof e==`string`&&/^\.\.?\//.test(e)?e.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+?)?)\.([cm]?)ts$/i,function(e,n,r,i,a){return n?t?`.jsx`:`.js`:r&&(!i||!a)?e:r+i+`.`+a.toLowerCase()+`js`}):e}var Ta,Ea,Da,Oa,ka,Aa,ja,Z=vi((()=>{Ta=function(e,t){return Ta=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},Ta(e,t)},Ea=function(){return Ea=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n],t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},Ea.apply(this,arguments)},Da=Object.create?(function(e,t,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);(!i||(`get`in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}):(function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]}),Oa=Object.create?(function(e,t){Object.defineProperty(e,`default`,{enumerable:!0,value:t})}):function(e,t){e.default=t},ka=function(e){return ka=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},ka(e)},Aa=typeof SuppressedError==`function`?SuppressedError:function(e,t,n){var r=Error(n);return r.name=`SuppressedError`,r.error=e,r.suppressed=t,r},ja={__extends:Xi,__assign:Ea,__rest:Zi,__decorate:Qi,__param:$i,__esDecorate:ea,__runInitializers:ta,__propKey:na,__setFunctionName:ra,__metadata:ia,__awaiter:aa,__generator:oa,__createBinding:Da,__exportStar:sa,__values:ca,__read:la,__spread:ua,__spreadArrays:da,__spreadArray:fa,__await:X,__asyncGenerator:pa,__asyncDelegator:ma,__asyncValues:ha,__makeTemplateObject:ga,__importStar:_a,__importDefault:va,__classPrivateFieldGet:ya,__classPrivateFieldSet:ba,__classPrivateFieldIn:xa,__addDisposableResource:Sa,__disposeResources:Ca,__rewriteRelativeImportExtension:wa}})),Ma=W((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.ErrorKind=void 0;var t;(function(e){e[e.EXPECT_ARGUMENT_CLOSING_BRACE=1]=`EXPECT_ARGUMENT_CLOSING_BRACE`,e[e.EMPTY_ARGUMENT=2]=`EMPTY_ARGUMENT`,e[e.MALFORMED_ARGUMENT=3]=`MALFORMED_ARGUMENT`,e[e.EXPECT_ARGUMENT_TYPE=4]=`EXPECT_ARGUMENT_TYPE`,e[e.INVALID_ARGUMENT_TYPE=5]=`INVALID_ARGUMENT_TYPE`,e[e.EXPECT_ARGUMENT_STYLE=6]=`EXPECT_ARGUMENT_STYLE`,e[e.INVALID_NUMBER_SKELETON=7]=`INVALID_NUMBER_SKELETON`,e[e.INVALID_DATE_TIME_SKELETON=8]=`INVALID_DATE_TIME_SKELETON`,e[e.EXPECT_NUMBER_SKELETON=9]=`EXPECT_NUMBER_SKELETON`,e[e.EXPECT_DATE_TIME_SKELETON=10]=`EXPECT_DATE_TIME_SKELETON`,e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]=`UNCLOSED_QUOTE_IN_ARGUMENT_STYLE`,e[e.EXPECT_SELECT_ARGUMENT_OPTIONS=12]=`EXPECT_SELECT_ARGUMENT_OPTIONS`,e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]=`EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE`,e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]=`INVALID_PLURAL_ARGUMENT_OFFSET_VALUE`,e[e.EXPECT_SELECT_ARGUMENT_SELECTOR=15]=`EXPECT_SELECT_ARGUMENT_SELECTOR`,e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]=`EXPECT_PLURAL_ARGUMENT_SELECTOR`,e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]=`EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT`,e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]=`EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT`,e[e.INVALID_PLURAL_ARGUMENT_SELECTOR=19]=`INVALID_PLURAL_ARGUMENT_SELECTOR`,e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]=`DUPLICATE_PLURAL_ARGUMENT_SELECTOR`,e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]=`DUPLICATE_SELECT_ARGUMENT_SELECTOR`,e[e.MISSING_OTHER_CLAUSE=22]=`MISSING_OTHER_CLAUSE`,e[e.INVALID_TAG=23]=`INVALID_TAG`,e[e.INVALID_TAG_NAME=25]=`INVALID_TAG_NAME`,e[e.UNMATCHED_CLOSING_TAG=26]=`UNMATCHED_CLOSING_TAG`,e[e.UNCLOSED_TAG=27]=`UNCLOSED_TAG`})(t||(e.ErrorKind=t={}))})),Q=W((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.SKELETON_TYPE=e.TYPE=void 0,e.isLiteralElement=r,e.isArgumentElement=i,e.isNumberElement=a,e.isDateElement=o,e.isTimeElement=s,e.isSelectElement=c,e.isPluralElement=l,e.isPoundElement=u,e.isTagElement=d,e.isNumberSkeleton=f,e.isDateTimeSkeleton=p,e.createLiteralElement=m,e.createNumberElement=h;var t;(function(e){e[e.literal=0]=`literal`,e[e.argument=1]=`argument`,e[e.number=2]=`number`,e[e.date=3]=`date`,e[e.time=4]=`time`,e[e.select=5]=`select`,e[e.plural=6]=`plural`,e[e.pound=7]=`pound`,e[e.tag=8]=`tag`})(t||(e.TYPE=t={}));var n;(function(e){e[e.number=0]=`number`,e[e.dateTime=1]=`dateTime`})(n||(e.SKELETON_TYPE=n={}));function r(e){return e.type===t.literal}function i(e){return e.type===t.argument}function a(e){return e.type===t.number}function o(e){return e.type===t.date}function s(e){return e.type===t.time}function c(e){return e.type===t.select}function l(e){return e.type===t.plural}function u(e){return e.type===t.pound}function d(e){return e.type===t.tag}function f(e){return!!(e&&typeof e==`object`&&e.type===n.number)}function p(e){return!!(e&&typeof e==`object`&&e.type===n.dateTime)}function m(e){return{type:t.literal,value:e}}function h(e,n){return{type:t.number,value:e,style:n}}})),Na=W((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.WHITE_SPACE_REGEX=e.SPACE_SEPARATOR_REGEX=void 0,e.SPACE_SEPARATOR_REGEX=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,e.WHITE_SPACE_REGEX=/[\t-\r \x85\u200E\u200F\u2028\u2029]/})),Pa=W((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.parseDateTimeSkeleton=n;var t=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;function n(e){var n={};return e.replace(t,function(e){var t=e.length;switch(e[0]){case`G`:n.era=t===4?`long`:t===5?`narrow`:`short`;break;case`y`:n.year=t===2?`2-digit`:`numeric`;break;case`Y`:case`u`:case`U`:case`r`:throw RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case`q`:case`Q`:throw RangeError("`q/Q` (quarter) patterns are not supported");case`M`:case`L`:n.month=[`numeric`,`2-digit`,`short`,`long`,`narrow`][t-1];break;case`w`:case`W`:throw RangeError("`w/W` (week) patterns are not supported");case`d`:n.day=[`numeric`,`2-digit`][t-1];break;case`D`:case`F`:case`g`:throw RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case`E`:n.weekday=t===4?`long`:t===5?`narrow`:`short`;break;case`e`:if(t<4)throw RangeError("`e..eee` (weekday) patterns are not supported");n.weekday=[`short`,`long`,`narrow`,`short`][t-4];break;case`c`:if(t<4)throw RangeError("`c..ccc` (weekday) patterns are not supported");n.weekday=[`short`,`long`,`narrow`,`short`][t-4];break;case`a`:n.hour12=!0;break;case`b`:case`B`:throw RangeError("`b/B` (period) patterns are not supported, use `a` instead");case`h`:n.hourCycle=`h12`,n.hour=[`numeric`,`2-digit`][t-1];break;case`H`:n.hourCycle=`h23`,n.hour=[`numeric`,`2-digit`][t-1];break;case`K`:n.hourCycle=`h11`,n.hour=[`numeric`,`2-digit`][t-1];break;case`k`:n.hourCycle=`h24`,n.hour=[`numeric`,`2-digit`][t-1];break;case`j`:case`J`:case`C`:throw RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case`m`:n.minute=[`numeric`,`2-digit`][t-1];break;case`s`:n.second=[`numeric`,`2-digit`][t-1];break;case`S`:case`A`:throw RangeError("`S/A` (second) patterns are not supported, use `s` instead");case`z`:n.timeZoneName=t<4?`short`:`long`;break;case`Z`:case`O`:case`v`:case`V`:case`X`:case`x`:throw RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return``}),n}})),Fa=W((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.WHITE_SPACE_REGEX=void 0,e.WHITE_SPACE_REGEX=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i})),Ia=W((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.parseNumberSkeletonFromString=r,e.parseNumberSkeleton=p;var t=(Z(),G(Y)),n=Fa();function r(e){if(e.length===0)throw Error(`Number skeleton cannot be empty`);for(var t=e.split(n.WHITE_SPACE_REGEX).filter(function(e){return e.length>0}),r=[],i=0,a=t;i<a.length;i++){var o=a[i].split(`/`);if(o.length===0)throw Error(`Invalid number skeleton`);for(var s=o[0],c=o.slice(1),l=0,u=c;l<u.length;l++)if(u[l].length===0)throw Error(`Invalid number skeleton`);r.push({stem:s,options:c})}return r}function i(e){return e.replace(/^(.*?)-/,``)}var a=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,o=/^(@+)?(\+|#+)?[rs]?$/g,s=/(\*)(0+)|(#+)(0+)|(0+)/g,c=/^(0+)$/;function l(e){var t={};return e[e.length-1]===`r`?t.roundingPriority=`morePrecision`:e[e.length-1]===`s`&&(t.roundingPriority=`lessPrecision`),e.replace(o,function(e,n,r){return typeof r==`string`?r===`+`?t.minimumSignificantDigits=n.length:n[0]===`#`?t.maximumSignificantDigits=n.length:(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length+(typeof r==`string`?r.length:0)):(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length),``}),t}function u(e){switch(e){case`sign-auto`:return{signDisplay:`auto`};case`sign-accounting`:case`()`:return{currencySign:`accounting`};case`sign-always`:case`+!`:return{signDisplay:`always`};case`sign-accounting-always`:case`()!`:return{signDisplay:`always`,currencySign:`accounting`};case`sign-except-zero`:case`+?`:return{signDisplay:`exceptZero`};case`sign-accounting-except-zero`:case`()?`:return{signDisplay:`exceptZero`,currencySign:`accounting`};case`sign-never`:case`+_`:return{signDisplay:`never`}}}function d(e){var t;if(e[0]===`E`&&e[1]===`E`?(t={notation:`engineering`},e=e.slice(2)):e[0]===`E`&&(t={notation:`scientific`},e=e.slice(1)),t){var n=e.slice(0,2);if(n===`+!`?(t.signDisplay=`always`,e=e.slice(2)):n===`+?`&&(t.signDisplay=`exceptZero`,e=e.slice(2)),!c.test(e))throw Error(`Malformed concise eng/scientific notation`);t.minimumIntegerDigits=e.length}return t}function f(e){return u(e)||{}}function p(e){for(var n={},r=0,p=e;r<p.length;r++){var m=p[r];switch(m.stem){case`percent`:case`%`:n.style=`percent`;continue;case`%x100`:n.style=`percent`,n.scale=100;continue;case`currency`:n.style=`currency`,n.currency=m.options[0];continue;case`group-off`:case`,_`:n.useGrouping=!1;continue;case`precision-integer`:case`.`:n.maximumFractionDigits=0;continue;case`measure-unit`:case`unit`:n.style=`unit`,n.unit=i(m.options[0]);continue;case`compact-short`:case`K`:n.notation=`compact`,n.compactDisplay=`short`;continue;case`compact-long`:case`KK`:n.notation=`compact`,n.compactDisplay=`long`;continue;case`scientific`:n=t.__assign(t.__assign(t.__assign({},n),{notation:`scientific`}),m.options.reduce(function(e,n){return t.__assign(t.__assign({},e),f(n))},{}));continue;case`engineering`:n=t.__assign(t.__assign(t.__assign({},n),{notation:`engineering`}),m.options.reduce(function(e,n){return t.__assign(t.__assign({},e),f(n))},{}));continue;case`notation-simple`:n.notation=`standard`;continue;case`unit-width-narrow`:n.currencyDisplay=`narrowSymbol`,n.unitDisplay=`narrow`;continue;case`unit-width-short`:n.currencyDisplay=`code`,n.unitDisplay=`short`;continue;case`unit-width-full-name`:n.currencyDisplay=`name`,n.unitDisplay=`long`;continue;case`unit-width-iso-code`:n.currencyDisplay=`symbol`;continue;case`scale`:n.scale=parseFloat(m.options[0]);continue;case`rounding-mode-floor`:n.roundingMode=`floor`;continue;case`rounding-mode-ceiling`:n.roundingMode=`ceil`;continue;case`rounding-mode-down`:n.roundingMode=`trunc`;continue;case`rounding-mode-up`:n.roundingMode=`expand`;continue;case`rounding-mode-half-even`:n.roundingMode=`halfEven`;continue;case`rounding-mode-half-down`:n.roundingMode=`halfTrunc`;continue;case`rounding-mode-half-up`:n.roundingMode=`halfExpand`;continue;case`integer-width`:if(m.options.length>1)throw RangeError(`integer-width stems only accept a single optional option`);m.options[0].replace(s,function(e,t,r,i,a,o){if(t)n.minimumIntegerDigits=r.length;else if(i&&a)throw Error(`We currently do not support maximum integer digits`);else if(o)throw Error(`We currently do not support exact integer digits`);return``});continue}if(c.test(m.stem)){n.minimumIntegerDigits=m.stem.length;continue}if(a.test(m.stem)){if(m.options.length>1)throw RangeError(`Fraction-precision stems only accept a single optional option`);m.stem.replace(a,function(e,t,r,i,a,o){return r===`*`?n.minimumFractionDigits=t.length:i&&i[0]===`#`?n.maximumFractionDigits=i.length:a&&o?(n.minimumFractionDigits=a.length,n.maximumFractionDigits=a.length+o.length):(n.minimumFractionDigits=t.length,n.maximumFractionDigits=t.length),``});var h=m.options[0];h===`w`?n=t.__assign(t.__assign({},n),{trailingZeroDisplay:`stripIfInteger`}):h&&(n=t.__assign(t.__assign({},n),l(h)));continue}if(o.test(m.stem)){n=t.__assign(t.__assign({},n),l(m.stem));continue}var g=u(m.stem);g&&(n=t.__assign(t.__assign({},n),g));var _=d(m.stem);_&&(n=t.__assign(t.__assign({},n),_))}return n}})),La=W((e=>{Object.defineProperty(e,`__esModule`,{value:!0});var t=(Z(),G(Y));t.__exportStar(Pa(),e),t.__exportStar(Ia(),e)})),Ra=W((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.timeData=void 0,e.timeData={"001":[`H`,`h`],419:[`h`,`H`,`hB`,`hb`],AC:[`H`,`h`,`hb`,`hB`],AD:[`H`,`hB`],AE:[`h`,`hB`,`hb`,`H`],AF:[`H`,`hb`,`hB`,`h`],AG:[`h`,`hb`,`H`,`hB`],AI:[`H`,`h`,`hb`,`hB`],AL:[`h`,`H`,`hB`],AM:[`H`,`hB`],AO:[`H`,`hB`],AR:[`h`,`H`,`hB`,`hb`],AS:[`h`,`H`],AT:[`H`,`hB`],AU:[`h`,`hb`,`H`,`hB`],AW:[`H`,`hB`],AX:[`H`],AZ:[`H`,`hB`,`h`],BA:[`H`,`hB`,`h`],BB:[`h`,`hb`,`H`,`hB`],BD:[`h`,`hB`,`H`],BE:[`H`,`hB`],BF:[`H`,`hB`],BG:[`H`,`hB`,`h`],BH:[`h`,`hB`,`hb`,`H`],BI:[`H`,`h`],BJ:[`H`,`hB`],BL:[`H`,`hB`],BM:[`h`,`hb`,`H`,`hB`],BN:[`hb`,`hB`,`h`,`H`],BO:[`h`,`H`,`hB`,`hb`],BQ:[`H`],BR:[`H`,`hB`],BS:[`h`,`hb`,`H`,`hB`],BT:[`h`,`H`],BW:[`H`,`h`,`hb`,`hB`],BY:[`H`,`h`],BZ:[`H`,`h`,`hb`,`hB`],CA:[`h`,`hb`,`H`,`hB`],CC:[`H`,`h`,`hb`,`hB`],CD:[`hB`,`H`],CF:[`H`,`h`,`hB`],CG:[`H`,`hB`],CH:[`H`,`hB`,`h`],CI:[`H`,`hB`],CK:[`H`,`h`,`hb`,`hB`],CL:[`h`,`H`,`hB`,`hb`],CM:[`H`,`h`,`hB`],CN:[`H`,`hB`,`hb`,`h`],CO:[`h`,`H`,`hB`,`hb`],CP:[`H`],CR:[`h`,`H`,`hB`,`hb`],CU:[`h`,`H`,`hB`,`hb`],CV:[`H`,`hB`],CW:[`H`,`hB`],CX:[`H`,`h`,`hb`,`hB`],CY:[`h`,`H`,`hb`,`hB`],CZ:[`H`],DE:[`H`,`hB`],DG:[`H`,`h`,`hb`,`hB`],DJ:[`h`,`H`],DK:[`H`],DM:[`h`,`hb`,`H`,`hB`],DO:[`h`,`H`,`hB`,`hb`],DZ:[`h`,`hB`,`hb`,`H`],EA:[`H`,`h`,`hB`,`hb`],EC:[`h`,`H`,`hB`,`hb`],EE:[`H`,`hB`],EG:[`h`,`hB`,`hb`,`H`],EH:[`h`,`hB`,`hb`,`H`],ER:[`h`,`H`],ES:[`H`,`hB`,`h`,`hb`],ET:[`hB`,`hb`,`h`,`H`],FI:[`H`],FJ:[`h`,`hb`,`H`,`hB`],FK:[`H`,`h`,`hb`,`hB`],FM:[`h`,`hb`,`H`,`hB`],FO:[`H`,`h`],FR:[`H`,`hB`],GA:[`H`,`hB`],GB:[`H`,`h`,`hb`,`hB`],GD:[`h`,`hb`,`H`,`hB`],GE:[`H`,`hB`,`h`],GF:[`H`,`hB`],GG:[`H`,`h`,`hb`,`hB`],GH:[`h`,`H`],GI:[`H`,`h`,`hb`,`hB`],GL:[`H`,`h`],GM:[`h`,`hb`,`H`,`hB`],GN:[`H`,`hB`],GP:[`H`,`hB`],GQ:[`H`,`hB`,`h`,`hb`],GR:[`h`,`H`,`hb`,`hB`],GT:[`h`,`H`,`hB`,`hb`],GU:[`h`,`hb`,`H`,`hB`],GW:[`H`,`hB`],GY:[`h`,`hb`,`H`,`hB`],HK:[`h`,`hB`,`hb`,`H`],HN:[`h`,`H`,`hB`,`hb`],HR:[`H`,`hB`],HU:[`H`,`h`],IC:[`H`,`h`,`hB`,`hb`],ID:[`H`],IE:[`H`,`h`,`hb`,`hB`],IL:[`H`,`hB`],IM:[`H`,`h`,`hb`,`hB`],IN:[`h`,`H`],IO:[`H`,`h`,`hb`,`hB`],IQ:[`h`,`hB`,`hb`,`H`],IR:[`hB`,`H`],IS:[`H`],IT:[`H`,`hB`],JE:[`H`,`h`,`hb`,`hB`],JM:[`h`,`hb`,`H`,`hB`],JO:[`h`,`hB`,`hb`,`H`],JP:[`H`,`K`,`h`],KE:[`hB`,`hb`,`H`,`h`],KG:[`H`,`h`,`hB`,`hb`],KH:[`hB`,`h`,`H`,`hb`],KI:[`h`,`hb`,`H`,`hB`],KM:[`H`,`h`,`hB`,`hb`],KN:[`h`,`hb`,`H`,`hB`],KP:[`h`,`H`,`hB`,`hb`],KR:[`h`,`H`,`hB`,`hb`],KW:[`h`,`hB`,`hb`,`H`],KY:[`h`,`hb`,`H`,`hB`],KZ:[`H`,`hB`],LA:[`H`,`hb`,`hB`,`h`],LB:[`h`,`hB`,`hb`,`H`],LC:[`h`,`hb`,`H`,`hB`],LI:[`H`,`hB`,`h`],LK:[`H`,`h`,`hB`,`hb`],LR:[`h`,`hb`,`H`,`hB`],LS:[`h`,`H`],LT:[`H`,`h`,`hb`,`hB`],LU:[`H`,`h`,`hB`],LV:[`H`,`hB`,`hb`,`h`],LY:[`h`,`hB`,`hb`,`H`],MA:[`H`,`h`,`hB`,`hb`],MC:[`H`,`hB`],MD:[`H`,`hB`],ME:[`H`,`hB`,`h`],MF:[`H`,`hB`],MG:[`H`,`h`],MH:[`h`,`hb`,`H`,`hB`],MK:[`H`,`h`,`hb`,`hB`],ML:[`H`],MM:[`hB`,`hb`,`H`,`h`],MN:[`H`,`h`,`hb`,`hB`],MO:[`h`,`hB`,`hb`,`H`],MP:[`h`,`hb`,`H`,`hB`],MQ:[`H`,`hB`],MR:[`h`,`hB`,`hb`,`H`],MS:[`H`,`h`,`hb`,`hB`],MT:[`H`,`h`],MU:[`H`,`h`],MV:[`H`,`h`],MW:[`h`,`hb`,`H`,`hB`],MX:[`h`,`H`,`hB`,`hb`],MY:[`hb`,`hB`,`h`,`H`],MZ:[`H`,`hB`],NA:[`h`,`H`,`hB`,`hb`],NC:[`H`,`hB`],NE:[`H`],NF:[`H`,`h`,`hb`,`hB`],NG:[`H`,`h`,`hb`,`hB`],NI:[`h`,`H`,`hB`,`hb`],NL:[`H`,`hB`],NO:[`H`,`h`],NP:[`H`,`h`,`hB`],NR:[`H`,`h`,`hb`,`hB`],NU:[`H`,`h`,`hb`,`hB`],NZ:[`h`,`hb`,`H`,`hB`],OM:[`h`,`hB`,`hb`,`H`],PA:[`h`,`H`,`hB`,`hb`],PE:[`h`,`H`,`hB`,`hb`],PF:[`H`,`h`,`hB`],PG:[`h`,`H`],PH:[`h`,`hB`,`hb`,`H`],PK:[`h`,`hB`,`H`],PL:[`H`,`h`],PM:[`H`,`hB`],PN:[`H`,`h`,`hb`,`hB`],PR:[`h`,`H`,`hB`,`hb`],PS:[`h`,`hB`,`hb`,`H`],PT:[`H`,`hB`],PW:[`h`,`H`],PY:[`h`,`H`,`hB`,`hb`],QA:[`h`,`hB`,`hb`,`H`],RE:[`H`,`hB`],RO:[`H`,`hB`],RS:[`H`,`hB`,`h`],RU:[`H`],RW:[`H`,`h`],SA:[`h`,`hB`,`hb`,`H`],SB:[`h`,`hb`,`H`,`hB`],SC:[`H`,`h`,`hB`],SD:[`h`,`hB`,`hb`,`H`],SE:[`H`],SG:[`h`,`hb`,`H`,`hB`],SH:[`H`,`h`,`hb`,`hB`],SI:[`H`,`hB`],SJ:[`H`],SK:[`H`],SL:[`h`,`hb`,`H`,`hB`],SM:[`H`,`h`,`hB`],SN:[`H`,`h`,`hB`],SO:[`h`,`H`],SR:[`H`,`hB`],SS:[`h`,`hb`,`H`,`hB`],ST:[`H`,`hB`],SV:[`h`,`H`,`hB`,`hb`],SX:[`H`,`h`,`hb`,`hB`],SY:[`h`,`hB`,`hb`,`H`],SZ:[`h`,`hb`,`H`,`hB`],TA:[`H`,`h`,`hb`,`hB`],TC:[`h`,`hb`,`H`,`hB`],TD:[`h`,`H`,`hB`],TF:[`H`,`h`,`hB`],TG:[`H`,`hB`],TH:[`H`,`h`],TJ:[`H`,`h`],TL:[`H`,`hB`,`hb`,`h`],TM:[`H`,`h`],TN:[`h`,`hB`,`hb`,`H`],TO:[`h`,`H`],TR:[`H`,`hB`],TT:[`h`,`hb`,`H`,`hB`],TW:[`hB`,`hb`,`h`,`H`],TZ:[`hB`,`hb`,`H`,`h`],UA:[`H`,`hB`,`h`],UG:[`hB`,`hb`,`H`,`h`],UM:[`h`,`hb`,`H`,`hB`],US:[`h`,`hb`,`H`,`hB`],UY:[`h`,`H`,`hB`,`hb`],UZ:[`H`,`hB`,`h`],VA:[`H`,`h`,`hB`],VC:[`h`,`hb`,`H`,`hB`],VE:[`h`,`H`,`hB`,`hb`],VG:[`h`,`hb`,`H`,`hB`],VI:[`h`,`hb`,`H`,`hB`],VN:[`H`,`h`],VU:[`h`,`H`],WF:[`H`,`hB`],WS:[`h`,`H`],XK:[`H`,`hB`,`h`],YE:[`h`,`hB`,`hb`,`H`],YT:[`H`,`hB`],ZA:[`H`,`h`,`hb`,`hB`],ZM:[`h`,`hb`,`H`,`hB`],ZW:[`H`,`h`],"af-ZA":[`H`,`h`,`hB`,`hb`],"ar-001":[`h`,`hB`,`hb`,`H`],"ca-ES":[`H`,`h`,`hB`],"en-001":[`h`,`hb`,`H`,`hB`],"en-HK":[`h`,`hb`,`H`,`hB`],"en-IL":[`H`,`h`,`hb`,`hB`],"en-MY":[`h`,`hb`,`H`,`hB`],"es-BR":[`H`,`h`,`hB`,`hb`],"es-ES":[`H`,`h`,`hB`,`hb`],"es-GQ":[`H`,`h`,`hB`,`hb`],"fr-CA":[`H`,`h`,`hB`],"gl-ES":[`H`,`h`,`hB`],"gu-IN":[`hB`,`hb`,`h`,`H`],"hi-IN":[`hB`,`h`,`H`],"it-CH":[`H`,`h`,`hB`],"it-IT":[`H`,`h`,`hB`],"kn-IN":[`hB`,`h`,`H`],"ml-IN":[`hB`,`h`,`H`],"mr-IN":[`hB`,`hb`,`h`,`H`],"pa-IN":[`hB`,`hb`,`h`,`H`],"ta-IN":[`hB`,`h`,`hb`,`H`],"te-IN":[`hB`,`h`,`H`],"zu-ZA":[`H`,`hB`,`hb`,`h`]}})),za=W((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.getBestPattern=n;var t=Ra();function n(e,t){for(var n=``,i=0;i<e.length;i++){var a=e.charAt(i);if(a===`j`){for(var o=0;i+1<e.length&&e.charAt(i+1)===a;)o++,i++;var s=1+(o&1),c=o<2?1:3+(o>>1),l=`a`,u=r(t);for((u==`H`||u==`k`)&&(c=0);c-- >0;)n+=l;for(;s-- >0;)n=u+n}else a===`J`?n+=`H`:n+=a}return n}function r(e){var n=e.hourCycle;if(n===void 0&&e.hourCycles&&e.hourCycles.length&&(n=e.hourCycles[0]),n)switch(n){case`h24`:return`k`;case`h23`:return`H`;case`h12`:return`h`;case`h11`:return`K`;default:throw Error(`Invalid hourCycle`)}var r=e.language,i;return r!==`root`&&(i=e.maximize().region),(t.timeData[i||``]||t.timeData[r||``]||t.timeData[`${r}-001`]||t.timeData[`001`])[0]}})),Ba=W((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.Parser=void 0;var t=(Z(),G(Y)),n=Ma(),r=Q(),i=Na(),a=La(),o=za(),s=RegExp(`^${i.SPACE_SEPARATOR_REGEX.source}*`),c=RegExp(`${i.SPACE_SEPARATOR_REGEX.source}*\$`);function l(e,t){return{start:e,end:t}}var u=!!String.prototype.startsWith&&`_a`.startsWith(`a`,1),d=!!String.fromCodePoint,f=!!Object.fromEntries,p=!!String.prototype.codePointAt,m=!!String.prototype.trimStart,h=!!String.prototype.trimEnd,g=Number.isSafeInteger?Number.isSafeInteger:function(e){return typeof e==`number`&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},_=!0;try{_=w(`([^\\p{White_Space}\\p{Pattern_Syntax}]*)`,`yu`).exec(`a`)?.[0]===`a`}catch{_=!1}var v=u?function(e,t,n){return e.startsWith(t,n)}:function(e,t,n){return e.slice(n,n+t.length)===t},y=d?String.fromCodePoint:function(){for(var e=[...arguments],t=``,n=e.length,r=0,i;n>r;){if(i=e[r++],i>1114111)throw RangeError(i+` is not a valid code point`);t+=i<65536?String.fromCharCode(i):String.fromCharCode(((i-=65536)>>10)+55296,i%1024+56320)}return t},b=f?Object.fromEntries:function(e){for(var t={},n=0,r=e;n<r.length;n++){var i=r[n],a=i[0];t[a]=i[1]}return t},x=p?function(e,t){return e.codePointAt(t)}:function(e,t){var n=e.length;if(!(t<0||t>=n)){var r=e.charCodeAt(t),i;return r<55296||r>56319||t+1===n||(i=e.charCodeAt(t+1))<56320||i>57343?r:(r-55296<<10)+(i-56320)+65536}},S=m?function(e){return e.trimStart()}:function(e){return e.replace(s,``)},C=h?function(e){return e.trimEnd()}:function(e){return e.replace(c,``)};function w(e,t){return new RegExp(e,t)}var T;if(_){var E=w(`([^\\p{White_Space}\\p{Pattern_Syntax}]*)`,`yu`);T=function(e,t){return E.lastIndex=t,E.exec(e)[1]??``}}else T=function(e,t){for(var n=[];;){var r=x(e,t);if(r===void 0||A(r)||j(r))break;n.push(r),t+=r>=65536?2:1}return y.apply(void 0,n)};e.Parser=function(){function e(e,t){t===void 0&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(this.offset()!==0)throw Error(`parser can only be used once`);return this.parseMessage(0,``,!1)},e.prototype.parseMessage=function(e,t,i){for(var a=[];!this.isEOF();){var o=this.char();if(o===123){var s=this.parseArgument(e,i);if(s.err)return s;a.push(s.val)}else if(o===125&&e>0)break;else if(o===35&&(t===`plural`||t===`selectordinal`)){var c=this.clonePosition();this.bump(),a.push({type:r.TYPE.pound,location:l(c,this.clonePosition())})}else if(o===60&&!this.ignoreTag&&this.peek()===47){if(i)break;return this.error(n.ErrorKind.UNMATCHED_CLOSING_TAG,l(this.clonePosition(),this.clonePosition()))}else if(o===60&&!this.ignoreTag&&D(this.peek()||0)){var s=this.parseTag(e,t);if(s.err)return s;a.push(s.val)}else{var s=this.parseLiteral(e,t);if(s.err)return s;a.push(s.val)}}return{val:a,err:null}},e.prototype.parseTag=function(e,t){var i=this.clonePosition();this.bump();var a=this.parseTagName();if(this.bumpSpace(),this.bumpIf(`/>`))return{val:{type:r.TYPE.literal,value:`<${a}/>`,location:l(i,this.clonePosition())},err:null};if(this.bumpIf(`>`)){var o=this.parseMessage(e+1,t,!0);if(o.err)return o;var s=o.val,c=this.clonePosition();if(this.bumpIf(`</`)){if(this.isEOF()||!D(this.char()))return this.error(n.ErrorKind.INVALID_TAG,l(c,this.clonePosition()));var u=this.clonePosition();return a===this.parseTagName()?(this.bumpSpace(),this.bumpIf(`>`)?{val:{type:r.TYPE.tag,value:a,children:s,location:l(i,this.clonePosition())},err:null}:this.error(n.ErrorKind.INVALID_TAG,l(c,this.clonePosition()))):this.error(n.ErrorKind.UNMATCHED_CLOSING_TAG,l(u,this.clonePosition()))}else return this.error(n.ErrorKind.UNCLOSED_TAG,l(i,this.clonePosition()))}else return this.error(n.ErrorKind.INVALID_TAG,l(i,this.clonePosition()))},e.prototype.parseTagName=function(){var e=this.offset();for(this.bump();!this.isEOF()&&k(this.char());)this.bump();return this.message.slice(e,this.offset())},e.prototype.parseLiteral=function(e,t){for(var n=this.clonePosition(),i=``;;){var a=this.tryParseQuote(t);if(a){i+=a;continue}var o=this.tryParseUnquoted(e,t);if(o){i+=o;continue}var s=this.tryParseLeftAngleBracket();if(s){i+=s;continue}break}var c=l(n,this.clonePosition());return{val:{type:r.TYPE.literal,value:i,location:c},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!O(this.peek()||0))?(this.bump(),`<`):null},e.prototype.tryParseQuote=function(e){if(this.isEOF()||this.char()!==39)return null;switch(this.peek()){case 39:return this.bump(),this.bump(),`'`;case 123:case 60:case 62:case 125:break;case 35:if(e===`plural`||e===`selectordinal`)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var n=this.char();if(n===39)if(this.peek()===39)t.push(39),this.bump();else{this.bump();break}else t.push(n);this.bump()}return y.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var n=this.char();return n===60||n===123||n===35&&(t===`plural`||t===`selectordinal`)||n===125&&e>0?null:(this.bump(),y(n))},e.prototype.parseArgument=function(e,t){var i=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(n.ErrorKind.EXPECT_ARGUMENT_CLOSING_BRACE,l(i,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(n.ErrorKind.EMPTY_ARGUMENT,l(i,this.clonePosition()));var a=this.parseIdentifierIfPossible().value;if(!a)return this.error(n.ErrorKind.MALFORMED_ARGUMENT,l(i,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(n.ErrorKind.EXPECT_ARGUMENT_CLOSING_BRACE,l(i,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:r.TYPE.argument,value:a,location:l(i,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(n.ErrorKind.EXPECT_ARGUMENT_CLOSING_BRACE,l(i,this.clonePosition())):this.parseArgumentOptions(e,t,a,i);default:return this.error(n.ErrorKind.MALFORMED_ARGUMENT,l(i,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),n=T(this.message,t),r=t+n.length;return this.bumpTo(r),{value:n,location:l(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,i,s,c){var u=this.clonePosition(),d=this.parseIdentifierIfPossible().value,f=this.clonePosition();switch(d){case``:return this.error(n.ErrorKind.EXPECT_ARGUMENT_TYPE,l(u,f));case`number`:case`date`:case`time`:this.bumpSpace();var p=null;if(this.bumpIf(`,`)){this.bumpSpace();var m=this.clonePosition(),h=this.parseSimpleArgStyleIfPossible();if(h.err)return h;var g=C(h.val);if(g.length===0)return this.error(n.ErrorKind.EXPECT_ARGUMENT_STYLE,l(this.clonePosition(),this.clonePosition()));p={style:g,styleLocation:l(m,this.clonePosition())}}var _=this.tryParseArgumentClose(c);if(_.err)return _;var y=l(c,this.clonePosition());if(p&&v(p?.style,`::`,0)){var x=S(p.style.slice(2));if(d===`number`){var h=this.parseNumberSkeletonFromString(x,p.styleLocation);return h.err?h:{val:{type:r.TYPE.number,value:s,location:y,style:h.val},err:null}}else{if(x.length===0)return this.error(n.ErrorKind.EXPECT_DATE_TIME_SKELETON,y);var w=x;this.locale&&(w=(0,o.getBestPattern)(x,this.locale));var g={type:r.SKELETON_TYPE.dateTime,pattern:w,location:p.styleLocation,parsedOptions:this.shouldParseSkeletons?(0,a.parseDateTimeSkeleton)(w):{}};return{val:{type:d===`date`?r.TYPE.date:r.TYPE.time,value:s,location:y,style:g},err:null}}}return{val:{type:d===`number`?r.TYPE.number:d===`date`?r.TYPE.date:r.TYPE.time,value:s,location:y,style:p?.style??null},err:null};case`plural`:case`selectordinal`:case`select`:var T=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(`,`))return this.error(n.ErrorKind.EXPECT_SELECT_ARGUMENT_OPTIONS,l(T,t.__assign({},T)));this.bumpSpace();var E=this.parseIdentifierIfPossible(),D=0;if(d!==`select`&&E.value===`offset`){if(!this.bumpIf(`:`))return this.error(n.ErrorKind.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,l(this.clonePosition(),this.clonePosition()));this.bumpSpace();var h=this.tryParseDecimalInteger(n.ErrorKind.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,n.ErrorKind.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(h.err)return h;this.bumpSpace(),E=this.parseIdentifierIfPossible(),D=h.val}var O=this.tryParsePluralOrSelectOptions(e,d,i,E);if(O.err)return O;var _=this.tryParseArgumentClose(c);if(_.err)return _;var k=l(c,this.clonePosition());return d===`select`?{val:{type:r.TYPE.select,value:s,options:b(O.val),location:k},err:null}:{val:{type:r.TYPE.plural,value:s,options:b(O.val),offset:D,pluralType:d===`plural`?`cardinal`:`ordinal`,location:k},err:null};default:return this.error(n.ErrorKind.INVALID_ARGUMENT_TYPE,l(u,f))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||this.char()!==125?this.error(n.ErrorKind.EXPECT_ARGUMENT_CLOSING_BRACE,l(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil(`'`))return this.error(n.ErrorKind.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,l(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(e>0)--e;else return{val:this.message.slice(t.offset,this.offset()),err:null};break;default:this.bump();break}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var i=[];try{i=(0,a.parseNumberSkeletonFromString)(e)}catch{return this.error(n.ErrorKind.INVALID_NUMBER_SKELETON,t)}return{val:{type:r.SKELETON_TYPE.number,tokens:i,location:t,parsedOptions:this.shouldParseSkeletons?(0,a.parseNumberSkeleton)(i):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(e,t,r,i){for(var a,o=!1,s=[],c=new Set,u=i.value,d=i.location;;){if(u.length===0){var f=this.clonePosition();if(t!==`select`&&this.bumpIf(`=`)){var p=this.tryParseDecimalInteger(n.ErrorKind.EXPECT_PLURAL_ARGUMENT_SELECTOR,n.ErrorKind.INVALID_PLURAL_ARGUMENT_SELECTOR);if(p.err)return p;d=l(f,this.clonePosition()),u=this.message.slice(f.offset,this.offset())}else break}if(c.has(u))return this.error(t===`select`?n.ErrorKind.DUPLICATE_SELECT_ARGUMENT_SELECTOR:n.ErrorKind.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,d);u===`other`&&(o=!0),this.bumpSpace();var m=this.clonePosition();if(!this.bumpIf(`{`))return this.error(t===`select`?n.ErrorKind.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:n.ErrorKind.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,l(this.clonePosition(),this.clonePosition()));var h=this.parseMessage(e+1,t,r);if(h.err)return h;var g=this.tryParseArgumentClose(m);if(g.err)return g;s.push([u,{value:h.val,location:l(m,this.clonePosition())}]),c.add(u),this.bumpSpace(),a=this.parseIdentifierIfPossible(),u=a.value,d=a.location}return s.length===0?this.error(t===`select`?n.ErrorKind.EXPECT_SELECT_ARGUMENT_SELECTOR:n.ErrorKind.EXPECT_PLURAL_ARGUMENT_SELECTOR,l(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(n.ErrorKind.MISSING_OTHER_CLAUSE,l(this.clonePosition(),this.clonePosition())):{val:s,err:null}},e.prototype.tryParseDecimalInteger=function(e,t){var n=1,r=this.clonePosition();this.bumpIf(`+`)||this.bumpIf(`-`)&&(n=-1);for(var i=!1,a=0;!this.isEOF();){var o=this.char();if(o>=48&&o<=57)i=!0,a=a*10+(o-48),this.bump();else break}var s=l(r,this.clonePosition());return i?(a*=n,g(a)?{val:a,err:null}:this.error(t,s)):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error(`out of bound`);var t=x(this.message,e);if(t===void 0)throw Error(`Offset ${e} is at invalid UTF-16 code unit boundary`);return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();e===10?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(v(this.message,e,this.offset())){for(var t=0;t<e.length;t++)this.bump();return!0}return!1},e.prototype.bumpUntil=function(e){var t=this.offset(),n=this.message.indexOf(e,t);return n>=0?(this.bumpTo(n),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error(`targetOffset ${e} must be greater than or equal to the current offset ${this.offset()}`);for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error(`targetOffset ${e} is at invalid UTF-16 code unit boundary`);if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&A(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset();return this.message.charCodeAt(t+(e>=65536?2:1))??null},e}();function D(e){return e>=97&&e<=122||e>=65&&e<=90}function O(e){return D(e)||e===47}function k(e){return e===45||e===46||e>=48&&e<=57||e===95||e>=97&&e<=122||e>=65&&e<=90||e==183||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039}function A(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function j(e){return e>=33&&e<=35||e===36||e>=37&&e<=39||e===40||e===41||e===42||e===43||e===44||e===45||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||e===91||e===92||e===93||e===94||e===96||e===123||e===124||e===125||e===126||e===161||e>=162&&e<=165||e===166||e===167||e===169||e===171||e===172||e===174||e===176||e===177||e===182||e===187||e===191||e===215||e===247||e>=8208&&e<=8213||e>=8214&&e<=8215||e===8216||e===8217||e===8218||e>=8219&&e<=8220||e===8221||e===8222||e===8223||e>=8224&&e<=8231||e>=8240&&e<=8248||e===8249||e===8250||e>=8251&&e<=8254||e>=8257&&e<=8259||e===8260||e===8261||e===8262||e>=8263&&e<=8273||e===8274||e===8275||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||e===8608||e>=8609&&e<=8610||e===8611||e>=8612&&e<=8613||e===8614||e>=8615&&e<=8621||e===8622||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||e===8658||e===8659||e===8660||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||e===8968||e===8969||e===8970||e===8971||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||e===9001||e===9002||e>=9003&&e<=9083||e===9084||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||e===9655||e>=9656&&e<=9664||e===9665||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||e===9839||e>=9840&&e<=10087||e===10088||e===10089||e===10090||e===10091||e===10092||e===10093||e===10094||e===10095||e===10096||e===10097||e===10098||e===10099||e===10100||e===10101||e>=10132&&e<=10175||e>=10176&&e<=10180||e===10181||e===10182||e>=10183&&e<=10213||e===10214||e===10215||e===10216||e===10217||e===10218||e===10219||e===10220||e===10221||e===10222||e===10223||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||e===10627||e===10628||e===10629||e===10630||e===10631||e===10632||e===10633||e===10634||e===10635||e===10636||e===10637||e===10638||e===10639||e===10640||e===10641||e===10642||e===10643||e===10644||e===10645||e===10646||e===10647||e===10648||e>=10649&&e<=10711||e===10712||e===10713||e===10714||e===10715||e>=10716&&e<=10747||e===10748||e===10749||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||e===11158||e>=11159&&e<=11263||e>=11776&&e<=11777||e===11778||e===11779||e===11780||e===11781||e>=11782&&e<=11784||e===11785||e===11786||e===11787||e===11788||e===11789||e>=11790&&e<=11798||e===11799||e>=11800&&e<=11801||e===11802||e===11803||e===11804||e===11805||e>=11806&&e<=11807||e===11808||e===11809||e===11810||e===11811||e===11812||e===11813||e===11814||e===11815||e===11816||e===11817||e>=11818&&e<=11822||e===11823||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||e===11840||e===11841||e===11842||e>=11843&&e<=11855||e>=11856&&e<=11857||e===11858||e>=11859&&e<=11903||e>=12289&&e<=12291||e===12296||e===12297||e===12298||e===12299||e===12300||e===12301||e===12302||e===12303||e===12304||e===12305||e>=12306&&e<=12307||e===12308||e===12309||e===12310||e===12311||e===12312||e===12313||e===12314||e===12315||e===12316||e===12317||e>=12318&&e<=12319||e===12320||e===12336||e===64830||e===64831||e>=65093&&e<=65094}})),Va=W((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.hoistSelectors=s,e.isStructurallySame=l;var t=(Z(),G(Y)),n=Q();function r(e){return Array.isArray(e)?t.__spreadArray([],e.map(r),!0):typeof e==`object`&&e?Object.keys(e).reduce(function(t,n){return t[n]=r(e[n]),t},{}):e}function i(e,n,i){var a=r(n),o=a.options;return a.options=Object.keys(o).reduce(function(n,r){return n[r]={value:s(t.__spreadArray(t.__spreadArray(t.__spreadArray([],e.slice(0,i),!0),o[r].value,!0),e.slice(i+1),!0))},n},{}),a}function a(e){return(0,n.isPluralElement)(e)||(0,n.isSelectElement)(e)}function o(e){return!!e.find(function(e){return a(e)?!0:(0,n.isTagElement)(e)?o(e.children):!1})}function s(e){for(var t=0;t<e.length;t++){var r=e[t];if(a(r))return[i(e,r,t)];if((0,n.isTagElement)(r)&&o([r]))throw Error(`Cannot hoist plural/select within a tag element. Please put the tag element inside each plural/select option`)}return e}function c(e,t){t===void 0&&(t=new Map),e.forEach(function(e){if((0,n.isArgumentElement)(e)||(0,n.isDateElement)(e)||(0,n.isTimeElement)(e)||(0,n.isNumberElement)(e)){if(e.value in t&&t.get(e.value)!==e.type)throw Error(`Variable ${e.value} has conflicting types`);t.set(e.value,e.type)}((0,n.isPluralElement)(e)||(0,n.isSelectElement)(e))&&(t.set(e.value,e.type),Object.keys(e.options).forEach(function(n){c(e.options[n].value,t)})),(0,n.isTagElement)(e)&&(t.set(e.value,e.type),c(e.children,t))})}function l(e,t){var r=new Map,i=new Map;return c(e,r),c(t,i),r.size===i.size?Array.from(r.entries()).reduce(function(e,t){var r=t[0],a=t[1];if(!e.success)return e;var o=i.get(r);return o==null?{success:!1,error:Error(`Missing variable ${r} in message`)}:o===a?e:{success:!1,error:Error(`Variable ${r} has conflicting types: ${n.TYPE[a]} vs ${n.TYPE[o]}`)}},{success:!0}):{success:!1,error:Error(`Different number of variables: [${Array.from(r.keys()).join(`, `)}] vs [${Array.from(i.keys()).join(`, `)}]`)}}})),Ha=W((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.isStructurallySame=e._Parser=void 0,e.parse=o;var t=(Z(),G(Y)),n=Ma(),r=Ba(),i=Q();function a(e){e.forEach(function(e){if(delete e.location,(0,i.isSelectElement)(e)||(0,i.isPluralElement)(e))for(var t in e.options)delete e.options[t].location,a(e.options[t].value);else (0,i.isNumberElement)(e)&&(0,i.isNumberSkeleton)(e.style)||((0,i.isDateElement)(e)||(0,i.isTimeElement)(e))&&(0,i.isDateTimeSkeleton)(e.style)?delete e.style.location:(0,i.isTagElement)(e)&&a(e.children)})}function o(e,i){i===void 0&&(i={}),i=t.__assign({shouldParseSkeletons:!0,requiresOtherClause:!0},i);var o=new r.Parser(e,i).parse();if(o.err){var s=SyntaxError(n.ErrorKind[o.err.kind]);throw s.location=o.err.location,s.originalMessage=o.err.message,s}return i?.captureLocation||a(o.val),o.val}t.__exportStar(Q(),e),e._Parser=r.Parser;var s=Va();Object.defineProperty(e,`isStructurallySame`,{enumerable:!0,get:function(){return s.isStructurallySame}})})),Ua=W((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.printAST=r;var t=(Z(),G(Y)),n=Q();function r(e){return i(e,!1)}function i(e,t){return e.map(function(r,i){if((0,n.isLiteralElement)(r))return s(r,t,i===0,i===e.length-1);if((0,n.isArgumentElement)(r))return c(r);if((0,n.isDateElement)(r)||(0,n.isTimeElement)(r)||(0,n.isNumberElement)(r))return l(r);if((0,n.isPluralElement)(r))return m(r);if((0,n.isSelectElement)(r))return p(r);if((0,n.isPoundElement)(r))return`#`;if((0,n.isTagElement)(r))return a(r)}).join(``)}function a(e){return`<${e.value}>${r(e.children)}</${e.value}>`}function o(e){return e.replace(/([{}](?:[\s\S]*[{}])?)/,`'$1'`)}function s(e,t,n,r){var i=e.value;return!n&&i[0]===`'`&&(i=`''${i.slice(1)}`),!r&&i[i.length-1]===`'`&&(i=`${i.slice(0,i.length-1)}''`),i=o(i),t?i.replace(`#`,`'#'`):i}function c(e){return`{${e.value}}`}function l(e){return`{${e.value}, ${n.TYPE[e.type]}${e.style?`, ${d(e.style)}`:``}}`}function u(e){var t=e.stem,n=e.options;return n.length===0?t:`${t}${n.map(function(e){return`/${e}`}).join(``)}`}function d(e){return typeof e==`string`?o(e):e.type===n.SKELETON_TYPE.dateTime?`::${f(e)}`:`::${e.tokens.map(u).join(` `)}`}function f(e){return e.pattern}function p(e){return`{${[e.value,`select`,Object.keys(e.options).map(function(t){return`${t}{${i(e.options[t].value,!1)}}`}).join(` `)].join(`,`)}}`}function m(e){var n=e.pluralType===`cardinal`?`plural`:`selectordinal`;return`{${[e.value,n,t.__spreadArray([e.offset?`offset:${e.offset}`:``],Object.keys(e.options).map(function(t){return`${t}{${i(e.options[t].value,!0)}}`}),!0).filter(Boolean).join(` `)].join(`,`)}}`}}));Ha(),Q(),Ua();const Wa=`_gt_`;RegExp(`^${Wa}\\d+$`),RegExp(`^${Wa}$`);const Ga=`@generaltranslation/react-core`;function $(e){return Ti({source:Ga,...e})}$({severity:`Error`,whatHappened:`Runtime translation needs a project ID`,fix:`Add projectId to your <GTProvider> configuration or set GT_PROJECT_ID in your environment`,docsUrl:`https://generaltranslation.com/dashboard`}),$({severity:`Error`,whatHappened:`Production environments cannot use a development API key`,fix:`Replace it with a production API key before deploying`}),$({severity:`Error`,whatHappened:`The API key is available to client-side production code`,fix:`Move translation credentials to a server-only environment before deploying`}),$({severity:`Error`,whatHappened:`Runtime translation is not configured`,fix:`Add projectId and devApiKey to your environment, or pass them to <GTProvider> directly`}),$({severity:`Error`,whatHappened:`Runtime translations could not be loaded`,wayOut:`Source content will render as a fallback`,fix:`Check your runtime translation configuration and try again`}),$({severity:`Error`,whatHappened:`Runtime translation could not be completed`}),$({severity:`Warning`,whatHappened:`Runtime translation needs a project ID`,fix:`Add projectId to <GTProvider> or set GT_PROJECT_ID in your environment`,docsUrl:`https://generaltranslation.com/dashboard`}),$({severity:`Warning`,whatHappened:`Runtime translation needs a development API key`,fix:`Find your development API key at generaltranslation.com/dashboard, or set runtimeUrl to an empty string to disable runtime translation`}),$({severity:`Warning`,whatHappened:`Runtime translation timed out`}),$({severity:`Warning`,whatHappened:`No dictionary was found`,fix:`Pass a dictionary to <GTProvider> or configure a dictionary loader before rendering translations`}),`${Ga}`;const Ka=`generaltranslation.locale`;m.use;function qa({children:e}){return e}function Ja(e){return qa(e)}qa._gtt=`derive`,Ja._gtt=`derive`;const Ya=(0,g.createIsomorphicFn)().server(Xa).client(Za);function Xa({defaultLocale:e,locales:t,customMapping:n}){let r=[],i=(0,_.getCookie)(Ka);if(i&&r.push(i),process.env._GENERALTRANSLATION_IGNORE_BROWSER_LOCALES===`false`){let e=(0,_.getRequestHeader)(`accept-language`)?.split(`,`).map(e=>e.split(`;`)?.[0].trim())||[];e&&r.push(...e)}return r.length===0&&process.env._GENERALTRANSLATION_IGNORE_BROWSER_LOCALES===`false`&&console.warn(`gt-tanstack-start(server): no locales could be determined for this request`),pi(r,{defaultLocale:e,locales:t,customMapping:n})}function Za({defaultLocale:e,locales:t,customMapping:n}){let r=[],i=document.cookie.split(`; `).find(e=>e.startsWith(`${Ka}=`))?.split(`=`)[1];i&&r.push(i);let a=navigator.language;return a&&r.push(a),r.length===0&&console.warn(`gt-tanstack-start(client): no locales could be determined for this request`),pi(r,{defaultLocale:e,locales:t,customMapping:n})}var Qa=class{constructor(e={}){this.localeConfig=e}getLocale(){return Ya(this.localeConfig)}};function $a(e){let t=new Vr(e),n=new Qa({defaultLocale:t.getDefaultLocale(),locales:t.getLocales(),customMapping:t.getCustomMapping()});ni(t),ei(n)}function eo(){return typeof window>`u`}function to(e){if(typeof e.locale==`string`)return e.locale;if(eo())return(0,y.getLocale)()}function no(e){let t=Qr();return(0,h.jsx)(v.GTProvider,{ssr:eo(),defaultLocale:t.getDefaultLocale(),locales:t.getLocales(),customMapping:t.getCustomMapping(),enableI18n:t.isTranslationEnabled(),loadTranslations:e=>t.loadTranslations(e),_versionId:t.getVersionId(),...e,reloadOnLocaleUpdate:!0,locale:to(e)})}async function ro(){let e=eo()?(0,y.getLocale)():void 0;if(e)return await Qr().loadTranslations(e)}exports.GTProvider=no,Object.defineProperty(exports,`LocaleSelector`,{enumerable:!0,get:function(){return v.LocaleSelector}}),Object.defineProperty(exports,`RelativeTime`,{enumerable:!0,get:function(){return v.RelativeTime}}),Object.defineProperty(exports,`T`,{enumerable:!0,get:function(){return v.T}}),Object.defineProperty(exports,`Var`,{enumerable:!0,get:function(){return v.Var}}),exports.getGT=li,Object.defineProperty(exports,`getLocale`,{enumerable:!0,get:function(){return y.getLocale}}),exports.getMessages=ui,exports.getTranslations=ro,exports.getVersionId=ci,exports.initializeGT=$a;
|
|
4
|
+
//# sourceMappingURL=index.cjs.min.cjs.map
|