@generaltranslation/react-core 1.8.17 → 1.8.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (194) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/errors.cjs.min.cjs +2 -2
  3. package/dist/errors.cjs.min.cjs.map +1 -1
  4. package/dist/errors.d.ts +3 -1
  5. package/dist/errors.d.ts.map +1 -1
  6. package/dist/errors.esm.min.mjs +2 -2
  7. package/dist/errors.esm.min.mjs.map +1 -1
  8. package/dist/index.cjs.min.cjs +2 -2
  9. package/dist/index.cjs.min.cjs.map +1 -1
  10. package/dist/index.d.ts +1384 -35
  11. package/dist/index.d.ts.map +1 -1
  12. package/dist/index.esm.min.mjs +2 -2
  13. package/dist/index.esm.min.mjs.map +1 -1
  14. package/dist/internal.cjs.min.cjs +2 -2
  15. package/dist/internal.cjs.min.cjs.map +1 -1
  16. package/dist/internal.d.ts +764 -31
  17. package/dist/internal.d.ts.map +1 -1
  18. package/dist/internal.esm.min.mjs +2 -2
  19. package/dist/internal.esm.min.mjs.map +1 -1
  20. package/dist/types.d.ts +357 -174
  21. package/dist/types.d.ts.map +1 -1
  22. package/package.json +7 -6
  23. package/dist/branches/Branch.d.ts +0 -34
  24. package/dist/branches/Branch.d.ts.map +0 -1
  25. package/dist/branches/plurals/Plural.d.ts +0 -38
  26. package/dist/branches/plurals/Plural.d.ts.map +0 -1
  27. package/dist/branches/plurals/getPluralBranch.d.ts +0 -9
  28. package/dist/branches/plurals/getPluralBranch.d.ts.map +0 -1
  29. package/dist/dictionaries/collectUntranslatedEntries.d.ts +0 -18
  30. package/dist/dictionaries/collectUntranslatedEntries.d.ts.map +0 -1
  31. package/dist/dictionaries/getDictionaryEntry.d.ts +0 -4
  32. package/dist/dictionaries/getDictionaryEntry.d.ts.map +0 -1
  33. package/dist/dictionaries/getEntryAndMetadata.d.ts +0 -6
  34. package/dist/dictionaries/getEntryAndMetadata.d.ts.map +0 -1
  35. package/dist/dictionaries/getSubtree.d.ts +0 -18
  36. package/dist/dictionaries/getSubtree.d.ts.map +0 -1
  37. package/dist/dictionaries/indexDict.d.ts +0 -15
  38. package/dist/dictionaries/indexDict.d.ts.map +0 -1
  39. package/dist/dictionaries/injectAndMerge.d.ts +0 -9
  40. package/dist/dictionaries/injectAndMerge.d.ts.map +0 -1
  41. package/dist/dictionaries/injectEntry.d.ts +0 -18
  42. package/dist/dictionaries/injectEntry.d.ts.map +0 -1
  43. package/dist/dictionaries/injectFallbacks.d.ts +0 -18
  44. package/dist/dictionaries/injectFallbacks.d.ts.map +0 -1
  45. package/dist/dictionaries/injectHashes.d.ts +0 -11
  46. package/dist/dictionaries/injectHashes.d.ts.map +0 -1
  47. package/dist/dictionaries/injectTranslations.d.ts +0 -21
  48. package/dist/dictionaries/injectTranslations.d.ts.map +0 -1
  49. package/dist/dictionaries/isDictionaryEntry.d.ts +0 -8
  50. package/dist/dictionaries/isDictionaryEntry.d.ts.map +0 -1
  51. package/dist/dictionaries/loadDictionaryHelper.d.ts +0 -3
  52. package/dist/dictionaries/loadDictionaryHelper.d.ts.map +0 -1
  53. package/dist/dictionaries/mergeDictionaries.d.ts +0 -3
  54. package/dist/dictionaries/mergeDictionaries.d.ts.map +0 -1
  55. package/dist/dictionaries/stripMetadataFromEntries.d.ts +0 -6
  56. package/dist/dictionaries/stripMetadataFromEntries.d.ts.map +0 -1
  57. package/dist/errors-dir/constants.d.ts +0 -2
  58. package/dist/errors-dir/constants.d.ts.map +0 -1
  59. package/dist/errors-dir/createErrors.d.ts +0 -36
  60. package/dist/errors-dir/createErrors.d.ts.map +0 -1
  61. package/dist/errors-dir/internalErrors.d.ts +0 -8
  62. package/dist/errors-dir/internalErrors.d.ts.map +0 -1
  63. package/dist/hooks/useDefaultLocale.d.ts +0 -13
  64. package/dist/hooks/useDefaultLocale.d.ts.map +0 -1
  65. package/dist/hooks/useGTClass.d.ts +0 -23
  66. package/dist/hooks/useGTClass.d.ts.map +0 -1
  67. package/dist/hooks/useLocale.d.ts +0 -11
  68. package/dist/hooks/useLocale.d.ts.map +0 -1
  69. package/dist/hooks/useLocaleDirection.d.ts +0 -14
  70. package/dist/hooks/useLocaleDirection.d.ts.map +0 -1
  71. package/dist/hooks/useLocaleSelector.d.ts +0 -19
  72. package/dist/hooks/useLocaleSelector.d.ts.map +0 -1
  73. package/dist/hooks/useLocales.d.ts +0 -11
  74. package/dist/hooks/useLocales.d.ts.map +0 -1
  75. package/dist/hooks/useRegion.d.ts +0 -20
  76. package/dist/hooks/useRegion.d.ts.map +0 -1
  77. package/dist/hooks/useRegionSelector.d.ts +0 -82
  78. package/dist/hooks/useRegionSelector.d.ts.map +0 -1
  79. package/dist/hooks/useSetLocale.d.ts +0 -12
  80. package/dist/hooks/useSetLocale.d.ts.map +0 -1
  81. package/dist/hooks/useVersionId.d.ts +0 -11
  82. package/dist/hooks/useVersionId.d.ts.map +0 -1
  83. package/dist/internal/addGTIdentifier.d.ts +0 -4
  84. package/dist/internal/addGTIdentifier.d.ts.map +0 -1
  85. package/dist/internal/flattenDictionary.d.ts +0 -11
  86. package/dist/internal/flattenDictionary.d.ts.map +0 -1
  87. package/dist/internal/removeInjectedT.d.ts +0 -11
  88. package/dist/internal/removeInjectedT.d.ts.map +0 -1
  89. package/dist/internal/writeChildrenAsObjects.d.ts +0 -10
  90. package/dist/internal/writeChildrenAsObjects.d.ts.map +0 -1
  91. package/dist/messages/messages.d.ts +0 -2
  92. package/dist/messages/messages.d.ts.map +0 -1
  93. package/dist/promises/dangerouslyUsable.d.ts +0 -37
  94. package/dist/promises/dangerouslyUsable.d.ts.map +0 -1
  95. package/dist/promises/reactHasUse.d.ts +0 -2
  96. package/dist/promises/reactHasUse.d.ts.map +0 -1
  97. package/dist/provider/GTContext.d.ts +0 -4
  98. package/dist/provider/GTContext.d.ts.map +0 -1
  99. package/dist/provider/GTProvider.d.ts +0 -3
  100. package/dist/provider/GTProvider.d.ts.map +0 -1
  101. package/dist/provider/config/defaultProps.d.ts +0 -4
  102. package/dist/provider/config/defaultProps.d.ts.map +0 -1
  103. package/dist/provider/helpers/isSSREnabled.d.ts +0 -5
  104. package/dist/provider/helpers/isSSREnabled.d.ts.map +0 -1
  105. package/dist/provider/helpers/validateString.d.ts +0 -6
  106. package/dist/provider/helpers/validateString.d.ts.map +0 -1
  107. package/dist/provider/hooks/locales/types.d.ts +0 -13
  108. package/dist/provider/hooks/locales/types.d.ts.map +0 -1
  109. package/dist/provider/hooks/locales/useDetermineLocale.d.ts +0 -6
  110. package/dist/provider/hooks/locales/useDetermineLocale.d.ts.map +0 -1
  111. package/dist/provider/hooks/locales/useLocaleState.d.ts +0 -20
  112. package/dist/provider/hooks/locales/useLocaleState.d.ts.map +0 -1
  113. package/dist/provider/hooks/translation/useCreateInternalUseGTFunction.d.ts +0 -19
  114. package/dist/provider/hooks/translation/useCreateInternalUseGTFunction.d.ts.map +0 -1
  115. package/dist/provider/hooks/translation/useCreateInternalUseTranslationsFunction.d.ts +0 -5
  116. package/dist/provider/hooks/translation/useCreateInternalUseTranslationsFunction.d.ts.map +0 -1
  117. package/dist/provider/hooks/translation/useCreateInternalUseTranslationsObjFunction.d.ts +0 -4
  118. package/dist/provider/hooks/translation/useCreateInternalUseTranslationsObjFunction.d.ts.map +0 -1
  119. package/dist/provider/hooks/types.d.ts +0 -19
  120. package/dist/provider/hooks/types.d.ts.map +0 -1
  121. package/dist/provider/hooks/useEnableI18n.d.ts +0 -3
  122. package/dist/provider/hooks/useEnableI18n.d.ts.map +0 -1
  123. package/dist/provider/hooks/useErrorChecks.d.ts +0 -10
  124. package/dist/provider/hooks/useErrorChecks.d.ts.map +0 -1
  125. package/dist/provider/hooks/useLoadDictionary.d.ts +0 -15
  126. package/dist/provider/hooks/useLoadDictionary.d.ts.map +0 -1
  127. package/dist/provider/hooks/useLoadTranslations.d.ts +0 -17
  128. package/dist/provider/hooks/useLoadTranslations.d.ts.map +0 -1
  129. package/dist/provider/hooks/useRegionState.d.ts +0 -6
  130. package/dist/provider/hooks/useRegionState.d.ts.map +0 -1
  131. package/dist/provider/hooks/useRuntimeTranslation.d.ts +0 -24
  132. package/dist/provider/hooks/useRuntimeTranslation.d.ts.map +0 -1
  133. package/dist/rendering/getDefaultRenderSettings.d.ts +0 -6
  134. package/dist/rendering/getDefaultRenderSettings.d.ts.map +0 -1
  135. package/dist/rendering/getGTTag.d.ts +0 -3
  136. package/dist/rendering/getGTTag.d.ts.map +0 -1
  137. package/dist/rendering/isVariableObject.d.ts +0 -3
  138. package/dist/rendering/isVariableObject.d.ts.map +0 -1
  139. package/dist/rendering/renderDefaultChildren.d.ts +0 -8
  140. package/dist/rendering/renderDefaultChildren.d.ts.map +0 -1
  141. package/dist/rendering/renderSkeleton.d.ts +0 -8
  142. package/dist/rendering/renderSkeleton.d.ts.map +0 -1
  143. package/dist/rendering/renderTranslatedChildren.d.ts +0 -9
  144. package/dist/rendering/renderTranslatedChildren.d.ts.map +0 -1
  145. package/dist/rendering/renderVariable.d.ts +0 -4
  146. package/dist/rendering/renderVariable.d.ts.map +0 -1
  147. package/dist/translation/T.d.ts +0 -42
  148. package/dist/translation/T.d.ts.map +0 -1
  149. package/dist/translation/hooks/useGT.d.ts +0 -21
  150. package/dist/translation/hooks/useGT.d.ts.map +0 -1
  151. package/dist/translation/hooks/useMessages.d.ts +0 -19
  152. package/dist/translation/hooks/useMessages.d.ts.map +0 -1
  153. package/dist/translation/hooks/useTranslations.d.ts +0 -17
  154. package/dist/translation/hooks/useTranslations.d.ts.map +0 -1
  155. package/dist/types-dir/config.d.ts +0 -69
  156. package/dist/types-dir/config.d.ts.map +0 -1
  157. package/dist/types-dir/context.d.ts +0 -31
  158. package/dist/types-dir/context.d.ts.map +0 -1
  159. package/dist/types-dir/runtime.d.ts +0 -22
  160. package/dist/types-dir/runtime.d.ts.map +0 -1
  161. package/dist/types-dir/types.d.ts +0 -90
  162. package/dist/types-dir/types.d.ts.map +0 -1
  163. package/dist/ui/LocaleSelector.d.ts +0 -7
  164. package/dist/ui/LocaleSelector.d.ts.map +0 -1
  165. package/dist/ui/RegionSelector.d.ts +0 -7
  166. package/dist/ui/RegionSelector.d.ts.map +0 -1
  167. package/dist/ui/types.d.ts +0 -18
  168. package/dist/ui/types.d.ts.map +0 -1
  169. package/dist/utils/cookies.d.ts +0 -14
  170. package/dist/utils/cookies.d.ts.map +0 -1
  171. package/dist/utils/fetchTranslations.d.ts +0 -9
  172. package/dist/utils/fetchTranslations.d.ts.map +0 -1
  173. package/dist/utils/types.d.ts +0 -9
  174. package/dist/utils/types.d.ts.map +0 -1
  175. package/dist/utils/use.d.ts +0 -4
  176. package/dist/utils/use.d.ts.map +0 -1
  177. package/dist/utils/utils.d.ts +0 -8
  178. package/dist/utils/utils.d.ts.map +0 -1
  179. package/dist/variables/Currency.d.ts +0 -30
  180. package/dist/variables/Currency.d.ts.map +0 -1
  181. package/dist/variables/DateTime.d.ts +0 -29
  182. package/dist/variables/DateTime.d.ts.map +0 -1
  183. package/dist/variables/Derive.d.ts +0 -76
  184. package/dist/variables/Derive.d.ts.map +0 -1
  185. package/dist/variables/Num.d.ts +0 -31
  186. package/dist/variables/Num.d.ts.map +0 -1
  187. package/dist/variables/RelativeTime.d.ts +0 -45
  188. package/dist/variables/RelativeTime.d.ts.map +0 -1
  189. package/dist/variables/Var.d.ts +0 -32
  190. package/dist/variables/Var.d.ts.map +0 -1
  191. package/dist/variables/_getVariableProps.d.ts +0 -11
  192. package/dist/variables/_getVariableProps.d.ts.map +0 -1
  193. package/dist/variables/getVariableName.d.ts +0 -11
  194. package/dist/variables/getVariableName.d.ts.map +0 -1
@@ -1,2 +1,2 @@
1
- "use strict";var e=require("react");require("generaltranslation");var t=require("react/jsx-runtime"),r=require("generaltranslation/core");function n(e){var t=Object.create(null);return e&&Object.keys(e).forEach(function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}}),t.default=e,Object.freeze(t)}var i=n(e);function o(e,t){if(null==e)throw new Error("Cannot index into an undefined dictionary");return Array.isArray(e),e[t]}function a(e,t,r){Array.isArray(e),e[t]=r}const s=e=>`Duplicate key found in dictionary: "${e}"`;const c="en",h="DEFAULT_TERMINATOR_KEY",u={ellipsis:{fr:{terminator:"…",separator:" "},zh:{terminator:"……",separator:void 0},ja:{terminator:"……",separator:void 0},[h]:{terminator:"…",separator:void 0}},none:{[h]:{terminator:void 0,separator:void 0}}};const l={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:class{constructor(e,t={}){try{const t=e?Array.isArray(e)?e.map(e=>String(e)):[String(e)]:["en"],r=Intl.getCanonicalLocales(t);this.locale=r.length?r[0]:"en"}catch{this.locale="en"}if(!u[t.style??"ellipsis"])throw new Error((e=>`generaltranslation Formatting Error: Invalid cutoff style: ${e}.`)(t.style??"ellipsis"));let r,n;if(void 0!==t.maxChars){r=t.style??"ellipsis";const e=new Intl.Locale(this.locale).language;n=u[r][e]||u[r].DEFAULT_TERMINATOR_KEY}let i=t.terminator??n?.terminator,o=null!=i?t.separator??n?.separator:void 0;this.additionLength=(i?.length??0)+(o?.length??0),void 0!==t.maxChars&&Math.abs(t.maxChars)<this.additionLength&&(i=void 0,o=void 0),this.options={maxChars:t.maxChars,style:r,terminator:i,separator:o}}format(e){return this.formatToParts(e).join("")}formatToParts(e){const{maxChars:t,terminator:r,separator:n}=this.options,i=void 0===t||Math.abs(t)>=e.length?t:t>=0?Math.max(0,t-this.additionLength):Math.min(0,t+this.additionLength),o=void 0!==i&&i>-1?e.slice(0,i):e.slice(i);return null==t||null==i||0===i||null==r||e.length<=Math.abs(t)?[o]:i>0?null!=n?[o,n,r]:[o,r]:null!=n?[r,n,o]:[r,o]}resolvedOptions(){return this.options}}};const 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){const[r="en",n={}]=t,i=this._generateKey(r,n);let o=this.cache[e]?.[i];return void 0===o&&(o=new l[e](...t),this.cache[e]||(this.cache[e]={}),this.cache[e][i]=o),o}};function p(e){if(void 0===e)return;if(null===e)return"null";if("number"==typeof e)return isFinite(e)?""+e:"null";if("object"!=typeof e)return JSON.stringify(e);if(Array.isArray(e)){let t="[";for(let r=0;r<e.length;r++)r&&(t+=","),t+=p(e[r])||"null";return t+"]"}const t=Object.keys(e).sort();let r="";for(const n of t){const t=p(e[n]);t&&(r&&(r+=","),r+=JSON.stringify(n)+":"+t)}return"{"+r+"}"}function d(e){return p(e)??""}function b(e){const t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){const e=Object.keys(t);if(1===e.length)return!0;if(2===e.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===e.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}function y(e,t,r=""){const n=(i=e)instanceof Uint8Array||ArrayBuffer.isView(i)&&"Uint8Array"===i.constructor.name&&"BYTES_PER_ELEMENT"in i&&1===i.BYTES_PER_ELEMENT;var i;const o=e?.length;if(!n||void 0!==t){const t=(r&&`"${r}" `)+"expected Uint8Array"+""+", got "+(n?`length=${o}`:"type="+typeof e);if(!n)throw new TypeError(t);throw new RangeError(t)}return e}function m(e,t=!0){if(e.destroyed)throw new Error("Hash instance has been destroyed");if(t&&e.finished)throw new Error("Hash#digest() has already been called")}function g(...e){for(let t=0;t<e.length;t++)e[t].fill(0)}function E(e){return new DataView(e.buffer,e.byteOffset,e.byteLength)}function _(e,t){return e<<32-t|e>>>t}const v=(()=>"function"==typeof Uint8Array.from([]).toHex&&"function"==typeof Uint8Array.fromHex)(),T=Array.from({length:256},(e,t)=>t.toString(16).padStart(2,"0"));function H(e,t={}){const r=(t,r)=>e(r).update(t).digest(),n=e(void 0);return r.outputLen=n.outputLen,r.blockLen=n.blockLen,r.canXOF=n.canXOF,r.create=t=>e(t),Object.assign(r,t),Object.freeze(r)}const A=e=>({oid:Uint8Array.from([6,9,96,134,72,1,101,3,4,2,e])});function B(e,t,r){return e&t^~e&r}function O(e,t,r){return e&t^e&r^t&r}class P{blockLen;outputLen;canXOF=!1;padOffset;isLE;buffer;view;finished=!1;length=0;pos=0;destroyed=!1;constructor(e,t,r,n){this.blockLen=e,this.outputLen=t,this.padOffset=r,this.isLE=n,this.buffer=new Uint8Array(e),this.view=E(this.buffer)}update(e){m(this),y(e);const{view:t,buffer:r,blockLen:n}=this,i=e.length;for(let o=0;o<i;){const a=Math.min(n-this.pos,i-o);if(a===n){const t=E(e);for(;n<=i-o;o+=n)this.process(t,o);continue}r.set(e.subarray(o,o+a),this.pos),this.pos+=a,o+=a,this.pos===n&&(this.process(t,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){m(this),function(e,t){y(e,void 0,"digestInto() output");const r=t.outputLen;if(e.length<r)throw new RangeError('"digestInto() output" expected to be of length >='+r)}(e,this),this.finished=!0;const{buffer:t,view:r,blockLen:n,isLE:i}=this;let{pos:o}=this;t[o++]=128,g(this.buffer.subarray(o)),this.padOffset>n-o&&(this.process(r,0),o=0);for(let e=o;e<n;e++)t[e]=0;r.setBigUint64(n-8,BigInt(8*this.length),i),this.process(r,0);const a=E(e),s=this.outputLen;if(s%4)throw new Error("_sha2: outputLen must be aligned to 32bit");const c=s/4,h=this.get();if(c>h.length)throw new Error("_sha2: outputLen bigger than state");for(let e=0;e<c;e++)a.setUint32(4*e,h[e],i)}digest(){const{buffer:e,outputLen:t}=this;this.digestInto(e);const r=e.slice(0,t);return this.destroy(),r}_cloneInto(e){e||=new this.constructor,e.set(...this.get());const{blockLen:t,buffer:r,length:n,finished:i,destroyed:o,pos:a}=this;return e.destroyed=o,e.finished=i,e.length=n,e.pos=a,n%t&&e.buffer.set(r),e}clone(){return this._cloneInto()}}const S=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),w=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]),C=new Uint32Array(64);class L extends P{constructor(e){super(64,e,8,!1)}get(){const{A:e,B:t,C:r,D:n,E:i,F:o,G:a,H:s}=this;return[e,t,r,n,i,o,a,s]}set(e,t,r,n,i,o,a,s){this.A=0|e,this.B=0|t,this.C=0|r,this.D=0|n,this.E=0|i,this.F=0|o,this.G=0|a,this.H=0|s}process(e,t){for(let r=0;r<16;r++,t+=4)C[r]=e.getUint32(t,!1);for(let e=16;e<64;e++){const t=C[e-15],r=C[e-2],n=_(t,7)^_(t,18)^t>>>3,i=_(r,17)^_(r,19)^r>>>10;C[e]=i+C[e-7]+n+C[e-16]|0}let{A:r,B:n,C:i,D:o,E:a,F:s,G:c,H:h}=this;for(let e=0;e<64;e++){const t=h+(_(a,6)^_(a,11)^_(a,25))+B(a,s,c)+w[e]+C[e]|0,u=(_(r,2)^_(r,13)^_(r,22))+O(r,n,i)|0;h=c,c=s,s=a,a=o+t|0,o=i,i=n,n=r,r=t+u|0}r=r+this.A|0,n=n+this.B|0,i=i+this.C|0,o=o+this.D|0,a=a+this.E|0,s=s+this.F|0,c=c+this.G|0,h=h+this.H|0,this.set(r,n,i,o,a,s,c,h)}roundClean(){g(C)}destroy(){this.destroyed=!0,this.set(0,0,0,0,0,0,0,0),g(this.buffer)}}class N extends L{A=0|S[0];B=0|S[1];C=0|S[2];D=0|S[3];E=0|S[4];F=0|S[5];G=0|S[6];H=0|S[7];constructor(){super(32)}}const I=H(()=>new N,A(1));var R=function(e,t){return R=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},R(e,t)};function M(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}R(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var j=function(){return j=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var i in t=arguments[r])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},j.apply(this,arguments)};function x(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(n=Object.getOwnPropertySymbols(e);i<n.length;i++)t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(e,n[i])&&(r[n[i]]=e[n[i]])}return r}function U(e,t,r,n){var i,o=arguments.length,a=o<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,r,a):i(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a}function D(e,t){return function(r,n){t(r,n,e)}}function G(e,t,r,n,i,o){function a(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var s,c=n.kind,h="getter"===c?"get":"setter"===c?"set":"value",u=!t&&e?n.static?e:e.prototype:null,l=t||(u?Object.getOwnPropertyDescriptor(u,n.name):{}),f=!1,p=r.length-1;p>=0;p--){var d={};for(var b in n)d[b]="access"===b?{}:n[b];for(var b in n.access)d.access[b]=n.access[b];d.addInitializer=function(e){if(f)throw new TypeError("Cannot add initializers after decoration has completed");o.push(a(e||null))};var y=(0,r[p])("accessor"===c?{get:l.get,set:l.set}:l[h],d);if("accessor"===c){if(void 0===y)continue;if(null===y||"object"!=typeof y)throw new TypeError("Object expected");(s=a(y.get))&&(l.get=s),(s=a(y.set))&&(l.set=s),(s=a(y.init))&&i.unshift(s)}else(s=a(y))&&("field"===c?i.unshift(s):l[h]=s)}u&&Object.defineProperty(u,n.name,l),f=!0}function k(e,t,r){for(var n=arguments.length>2,i=0;i<t.length;i++)r=n?t[i].call(e,r):t[i].call(e);return n?r:void 0}function F(e){return"symbol"==typeof e?e:"".concat(e)}function $(e,t,r){return"symbol"==typeof t&&(t=t.description?"[".concat(t.description,"]"):""),Object.defineProperty(e,"name",{configurable:!0,value:r?"".concat(r," ",t):t})}function V(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)}function X(e,t,r,n){return new(r||(r=Promise))(function(i,o){function a(e){try{c(n.next(e))}catch(e){o(e)}}function s(e){try{c(n.throw(e))}catch(e){o(e)}}function c(e){var t;e.done?i(e.value):(t=e.value,t instanceof r?t:new r(function(e){e(t)})).then(a,s)}c((n=n.apply(e,t||[])).next())})}function K(e,t){var r,n,i,o={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]},a=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return a.next=s(0),a.throw=s(1),a.return=s(2),"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(s){return function(c){return function(s){if(r)throw new TypeError("Generator is already executing.");for(;a&&(a=0,s[0]&&(o=0)),o;)try{if(r=1,n&&(i=2&s[0]?n.return:s[0]?n.throw||((i=n.return)&&i.call(n),0):n.next)&&!(i=i.call(n,s[1])).done)return i;switch(n=0,i&&(s=[2&s[0],i.value]),s[0]){case 0:case 1:i=s;break;case 4:return o.label++,{value:s[1],done:!1};case 5:o.label++,n=s[1],s=[0];continue;case 7:s=o.ops.pop(),o.trys.pop();continue;default:if(!(i=o.trys,(i=i.length>0&&i[i.length-1])||6!==s[0]&&2!==s[0])){o=0;continue}if(3===s[0]&&(!i||s[1]>i[0]&&s[1]<i[3])){o.label=s[1];break}if(6===s[0]&&o.label<i[1]){o.label=i[1],i=s;break}if(i&&o.label<i[2]){o.label=i[2],o.ops.push(s);break}i[2]&&o.ops.pop(),o.trys.pop();continue}s=t.call(e,o)}catch(e){s=[6,e],n=0}finally{r=i=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,c])}}}var Y=Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]};function W(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||Y(t,e,r)}function Z(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function J(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,o=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)a.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return a}function z(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(J(arguments[t]));return e}function q(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),i=0;for(t=0;t<r;t++)for(var o=arguments[t],a=0,s=o.length;a<s;a++,i++)n[i]=o[a];return n}function Q(e,t,r){if(r||2===arguments.length)for(var n,i=0,o=t.length;i<o;i++)!n&&i in t||(n||(n=Array.prototype.slice.call(t,0,i)),n[i]=t[i]);return e.concat(n||Array.prototype.slice.call(t))}function ee(e){return this instanceof ee?(this.v=e,this):new ee(e)}function te(e,t,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n,i=r.apply(e,t||[]),o=[];return n=Object.create(("function"==typeof AsyncIterator?AsyncIterator:Object).prototype),a("next"),a("throw"),a("return",function(e){return function(t){return Promise.resolve(t).then(e,h)}}),n[Symbol.asyncIterator]=function(){return this},n;function a(e,t){i[e]&&(n[e]=function(t){return new Promise(function(r,n){o.push([e,t,r,n])>1||s(e,t)})},t&&(n[e]=t(n[e])))}function s(e,t){try{(r=i[e](t)).value instanceof ee?Promise.resolve(r.value.v).then(c,h):u(o[0][2],r)}catch(e){u(o[0][3],e)}var r}function c(e){s("next",e)}function h(e){s("throw",e)}function u(e,t){e(t),o.shift(),o.length&&s(o[0][0],o[0][1])}}function re(e){var t,r;return t={},n("next"),n("throw",function(e){throw e}),n("return"),t[Symbol.iterator]=function(){return this},t;function n(n,i){t[n]=e[n]?function(t){return(r=!r)?{value:ee(e[n](t)),done:!1}:i?i(t):t}:i}}function ne(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=Z(e),t={},n("next"),n("throw"),n("return"),t[Symbol.asyncIterator]=function(){return this},t);function n(r){t[r]=e[r]&&function(t){return new Promise(function(n,i){(function(e,t,r,n){Promise.resolve(n).then(function(t){e({value:t,done:r})},t)})(n,i,(t=e[r](t)).done,t.value)})}}}function ie(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e}var oe=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},ae=function(e){return ae=Object.getOwnPropertyNames||function(e){var t=[];for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[t.length]=r);return t},ae(e)};function se(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r=ae(e),n=0;n<r.length;n++)"default"!==r[n]&&Y(t,e,r[n]);return oe(t,e),t}function ce(e){return e&&e.__esModule?e:{default:e}}function he(e,t,r,n){if("a"===r&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?n:"a"===r?n.call(e):n?n.value:t.get(e)}function ue(e,t,r,n,i){if("m"===n)throw new TypeError("Private method is not writable");if("a"===n&&!i)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!i:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===n?i.call(e,r):i?i.value=r:t.set(e,r),r}function le(e,t){if(null===t||"object"!=typeof t&&"function"!=typeof t)throw new TypeError("Cannot use 'in' operator on non-object");return"function"==typeof e?t===e:e.has(t)}function fe(e,t,r){if(null!=t){if("object"!=typeof t&&"function"!=typeof t)throw new TypeError("Object expected.");var n,i;if(r){if(!Symbol.asyncDispose)throw new TypeError("Symbol.asyncDispose is not defined.");n=t[Symbol.asyncDispose]}if(void 0===n){if(!Symbol.dispose)throw new TypeError("Symbol.dispose is not defined.");n=t[Symbol.dispose],r&&(i=n)}if("function"!=typeof n)throw new TypeError("Object not disposable.");i&&(n=function(){try{i.call(this)}catch(e){return Promise.reject(e)}}),e.stack.push({value:t,dispose:n,async:r})}else r&&e.stack.push({async:!0});return t}var pe="function"==typeof SuppressedError?SuppressedError:function(e,t,r){var n=new Error(r);return n.name="SuppressedError",n.error=e,n.suppressed=t,n};function de(e){function t(t){e.error=e.hasError?new pe(t,e.error,"An error was suppressed during disposal."):t,e.hasError=!0}var r,n=0;return function i(){for(;r=e.stack.pop();)try{if(!r.async&&1===n)return n=0,e.stack.push(r),Promise.resolve().then(i);if(r.dispose){var o=r.dispose.call(r.value);if(r.async)return n|=2,Promise.resolve(o).then(i,function(e){return t(e),i()})}else n|=1}catch(e){t(e)}if(1===n)return e.hasError?Promise.reject(e.error):Promise.resolve();if(e.hasError)throw e.error}()}function be(e,t){return"string"==typeof e&&/^\.\.?\//.test(e)?e.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+?)?)\.([cm]?)ts$/i,function(e,r,n,i,o){return r?t?".jsx":".js":!n||i&&o?n+i+"."+o.toLowerCase()+"js":e}):e}var ye,me,ge,Ee={__extends:M,__assign:j,__rest:x,__decorate:U,__param:D,__esDecorate:G,__runInitializers:k,__propKey:F,__setFunctionName:$,__metadata:V,__awaiter:X,__generator:K,__createBinding:Y,__exportStar:W,__values:Z,__read:J,__spread:z,__spreadArrays:q,__spreadArray:Q,__await:ee,__asyncGenerator:te,__asyncDelegator:re,__asyncValues:ne,__makeTemplateObject:ie,__importStar:se,__importDefault:ce,__classPrivateFieldGet:he,__classPrivateFieldSet:ue,__classPrivateFieldIn:le,__addDisposableResource:fe,__disposeResources:de,__rewriteRelativeImportExtension:be},_e=Object.freeze({__proto__:null,__addDisposableResource:fe,get __assign(){return j},__asyncDelegator:re,__asyncGenerator:te,__asyncValues:ne,__await:ee,__awaiter:X,__classPrivateFieldGet:he,__classPrivateFieldIn:le,__classPrivateFieldSet:ue,__createBinding:Y,__decorate:U,__disposeResources:de,__esDecorate:G,__exportStar:W,__extends:M,__generator:K,__importDefault:ce,__importStar:se,__makeTemplateObject:ie,__metadata:V,__param:D,__propKey:F,__read:J,__rest:x,__rewriteRelativeImportExtension:be,__runInitializers:k,__setFunctionName:$,__spread:z,__spreadArray:Q,__spreadArrays:q,__values:Z,default:Ee});!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"}(ye||(ye={})),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"}(me||(me={})),function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"}(ge||(ge={}));var ve=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,Te=/(?:[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 He(e){var t={};return e.replace(Te,function(e){var r=e.length;switch(e[0]){case"G":t.era=4===r?"long":5===r?"narrow":"short";break;case"y":t.year=2===r?"2-digit":"numeric";break;case"Y":case"u":case"U":case"r":throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");case"M":case"L":t.month=["numeric","2-digit","short","long","narrow"][r-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":t.day=["numeric","2-digit"][r-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":t.weekday=4===r?"long":5===r?"narrow":"short";break;case"e":if(r<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][r-4];break;case"c":if(r<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][r-4];break;case"a":t.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":t.hourCycle="h12",t.hour=["numeric","2-digit"][r-1];break;case"H":t.hourCycle="h23",t.hour=["numeric","2-digit"][r-1];break;case"K":t.hourCycle="h11",t.hour=["numeric","2-digit"][r-1];break;case"k":t.hourCycle="h24",t.hour=["numeric","2-digit"][r-1];break;case"j":case"J":case"C":throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case"m":t.minute=["numeric","2-digit"][r-1];break;case"s":t.second=["numeric","2-digit"][r-1];break;case"S":case"A":throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");case"z":t.timeZoneName=r<4?"short":"long";break;case"Z":case"O":case"v":case"V":case"X":case"x":throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""}),t}var Ae=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function Be(e){return e.replace(/^(.*?)-/,"")}var Oe=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,Pe=/^(@+)?(\+|#+)?[rs]?$/g,Se=/(\*)(0+)|(#+)(0+)|(0+)/g,we=/^(0+)$/;function Ce(e){var t={};return"r"===e[e.length-1]?t.roundingPriority="morePrecision":"s"===e[e.length-1]&&(t.roundingPriority="lessPrecision"),e.replace(Pe,function(e,r,n){return"string"!=typeof n?(t.minimumSignificantDigits=r.length,t.maximumSignificantDigits=r.length):"+"===n?t.minimumSignificantDigits=r.length:"#"===r[0]?t.maximumSignificantDigits=r.length:(t.minimumSignificantDigits=r.length,t.maximumSignificantDigits=r.length+("string"==typeof n?n.length:0)),""}),t}function Le(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 Ne(e){var t;if("E"===e[0]&&"E"===e[1]?(t={notation:"engineering"},e=e.slice(2)):"E"===e[0]&&(t={notation:"scientific"},e=e.slice(1)),t){var r=e.slice(0,2);if("+!"===r?(t.signDisplay="always",e=e.slice(2)):"+?"===r&&(t.signDisplay="exceptZero",e=e.slice(2)),!we.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function Ie(e){var t=Le(e);return t||{}}function Re(e){for(var t={},r=0,n=e;r<n.length;r++){var i=n[r];switch(i.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=i.options[0];continue;case"group-off":case",_":t.useGrouping=!1;continue;case"precision-integer":case".":t.maximumFractionDigits=0;continue;case"measure-unit":case"unit":t.style="unit",t.unit=Be(i.options[0]);continue;case"compact-short":case"K":t.notation="compact",t.compactDisplay="short";continue;case"compact-long":case"KK":t.notation="compact",t.compactDisplay="long";continue;case"scientific":t=j(j(j({},t),{notation:"scientific"}),i.options.reduce(function(e,t){return j(j({},e),Ie(t))},{}));continue;case"engineering":t=j(j(j({},t),{notation:"engineering"}),i.options.reduce(function(e,t){return j(j({},e),Ie(t))},{}));continue;case"notation-simple":t.notation="standard";continue;case"unit-width-narrow":t.currencyDisplay="narrowSymbol",t.unitDisplay="narrow";continue;case"unit-width-short":t.currencyDisplay="code",t.unitDisplay="short";continue;case"unit-width-full-name":t.currencyDisplay="name",t.unitDisplay="long";continue;case"unit-width-iso-code":t.currencyDisplay="symbol";continue;case"scale":t.scale=parseFloat(i.options[0]);continue;case"rounding-mode-floor":t.roundingMode="floor";continue;case"rounding-mode-ceiling":t.roundingMode="ceil";continue;case"rounding-mode-down":t.roundingMode="trunc";continue;case"rounding-mode-up":t.roundingMode="expand";continue;case"rounding-mode-half-even":t.roundingMode="halfEven";continue;case"rounding-mode-half-down":t.roundingMode="halfTrunc";continue;case"rounding-mode-half-up":t.roundingMode="halfExpand";continue;case"integer-width":if(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(Se,function(e,r,n,i,o,a){if(r)t.minimumIntegerDigits=n.length;else{if(i&&o)throw new Error("We currently do not support maximum integer digits");if(a)throw new Error("We currently do not support exact integer digits")}return""});continue}if(we.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if(Oe.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(Oe,function(e,r,n,i,o,a){return"*"===n?t.minimumFractionDigits=r.length:i&&"#"===i[0]?t.maximumFractionDigits=i.length:o&&a?(t.minimumFractionDigits=o.length,t.maximumFractionDigits=o.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""});var o=i.options[0];"w"===o?t=j(j({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=j(j({},t),Ce(o)))}else if(Pe.test(i.stem))t=j(j({},t),Ce(i.stem));else{var a=Le(i.stem);a&&(t=j(j({},t),a));var s=Ne(i.stem);s&&(t=j(j({},t),s))}}return t}var Me,je={"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"]};function xe(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(je[r||""]||je[n||""]||je["".concat(n,"-001")]||je["001"])[0]}var Ue=new RegExp("^".concat(ve.source,"*")),De=new RegExp("".concat(ve.source,"*$"));function Ge(e,t){return{start:e,end:t}}var ke=!!String.prototype.startsWith&&"_a".startsWith("a",1),Fe=!!String.fromCodePoint,$e=!!Object.fromEntries,Ve=!!String.prototype.codePointAt,Xe=!!String.prototype.trimStart,Ke=!!String.prototype.trimEnd,Ye=!!Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},We=!0;try{We="a"===(null===(Me=rt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===Me?void 0:Me[0])}catch(e){We=!1}var Ze,Je=ke?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},ze=Fe?String.fromCodePoint:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var r,n="",i=e.length,o=0;i>o;){if((r=e[o++])>1114111)throw RangeError(r+" is not a valid code point");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},qe=$e?Object.fromEntries:function(e){for(var t={},r=0,n=e;r<n.length;r++){var i=n[r],o=i[0],a=i[1];t[o]=a}return t},Qe=Ve?function(e,t){return e.codePointAt(t)}:function(e,t){var r=e.length;if(!(t<0||t>=r)){var n,i=e.charCodeAt(t);return i<55296||i>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?i:n-56320+(i-55296<<10)+65536}},et=Xe?function(e){return e.trimStart()}:function(e){return e.replace(Ue,"")},tt=Ke?function(e){return e.trimEnd()}:function(e){return e.replace(De,"")};function rt(e,t){return new RegExp(e,t)}if(We){var nt=rt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Ze=function(e,t){var r;return nt.lastIndex=t,null!==(r=nt.exec(e)[1])&&void 0!==r?r:""}}else Ze=function(e,t){for(var r=[];;){var n=Qe(e,t);if(void 0===n||st(n)||ct(n))break;r.push(n),t+=n>=65536?2:1}return ze.apply(void 0,r)};var it=function(){function e(e,t){void 0===t&&(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(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var i=this.char();if(123===i){if((o=this.parseArgument(e,r)).err)return o;n.push(o.val)}else{if(125===i&&e>0)break;if(35!==i||"plural"!==t&&"selectordinal"!==t){if(60===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(ye.UNMATCHED_CLOSING_TAG,Ge(this.clonePosition(),this.clonePosition()))}if(60===i&&!this.ignoreTag&&ot(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;n.push(o.val)}else{var o;if((o=this.parseLiteral(e,t)).err)return o;n.push(o.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:me.pound,location:Ge(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:me.literal,value:"<".concat(n,"/>"),location:Ge(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var o=i.val,a=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!ot(this.char()))return this.error(ye.INVALID_TAG,Ge(a,this.clonePosition()));var s=this.clonePosition();return n!==this.parseTagName()?this.error(ye.UNMATCHED_CLOSING_TAG,Ge(s,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:me.tag,value:n,children:o,location:Ge(r,this.clonePosition())},err:null}:this.error(ye.INVALID_TAG,Ge(a,this.clonePosition())))}return this.error(ye.UNCLOSED_TAG,Ge(r,this.clonePosition()))}return this.error(ye.INVALID_TAG,Ge(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e=this.offset();for(this.bump();!this.isEOF()&&at(this.char());)this.bump();return this.message.slice(e,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(t);if(i)n+=i;else{var o=this.tryParseUnquoted(e,t);if(o)n+=o;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Ge(r,this.clonePosition());return{val:{type:me.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ot(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return ze.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===t||"selectordinal"===t)||125===r&&e>0?null:(this.bump(),ze(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(ye.EXPECT_ARGUMENT_CLOSING_BRACE,Ge(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(ye.EMPTY_ARGUMENT,Ge(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(ye.MALFORMED_ARGUMENT,Ge(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(ye.EXPECT_ARGUMENT_CLOSING_BRACE,Ge(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:me.argument,value:n,location:Ge(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(ye.EXPECT_ARGUMENT_CLOSING_BRACE,Ge(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(ye.MALFORMED_ARGUMENT,Ge(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=Ze(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Ge(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var i,o=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case"":return this.error(ye.EXPECT_ARGUMENT_TYPE,Ge(o,s));case"number":case"date":case"time":this.bumpSpace();var c=null;if(this.bumpIf(",")){this.bumpSpace();var h=this.clonePosition();if((m=this.parseSimpleArgStyleIfPossible()).err)return m;if(0===(p=tt(m.val)).length)return this.error(ye.EXPECT_ARGUMENT_STYLE,Ge(this.clonePosition(),this.clonePosition()));c={style:p,styleLocation:Ge(h,this.clonePosition())}}if((g=this.tryParseArgumentClose(n)).err)return g;var u=Ge(n,this.clonePosition());if(c&&Je(null==c?void 0:c.style,"::",0)){var l=et(c.style.slice(2));if("number"===a)return(m=this.parseNumberSkeletonFromString(l,c.styleLocation)).err?m:{val:{type:me.number,value:r,location:u,style:m.val},err:null};if(0===l.length)return this.error(ye.EXPECT_DATE_TIME_SKELETON,u);var f=l;this.locale&&(f=function(e,t){for(var r="",n=0;n<e.length;n++){var i=e.charAt(n);if("j"===i){for(var o=0;n+1<e.length&&e.charAt(n+1)===i;)o++,n++;var a=1+(1&o),s=o<2?1:3+(o>>1),c=xe(t);for("H"!=c&&"k"!=c||(s=0);s-- >0;)r+="a";for(;a-- >0;)r=c+r}else r+="J"===i?"H":i}return r}(l,this.locale));var p={type:ge.dateTime,pattern:f,location:c.styleLocation,parsedOptions:this.shouldParseSkeletons?He(f):{}};return{val:{type:"date"===a?me.date:me.time,value:r,location:u,style:p},err:null}}return{val:{type:"number"===a?me.number:"date"===a?me.date:me.time,value:r,location:u,style:null!==(i=null==c?void 0:c.style)&&void 0!==i?i:null},err:null};case"plural":case"selectordinal":case"select":var d=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(ye.EXPECT_SELECT_ARGUMENT_OPTIONS,Ge(d,j({},d)));this.bumpSpace();var b=this.parseIdentifierIfPossible(),y=0;if("select"!==a&&"offset"===b.value){if(!this.bumpIf(":"))return this.error(ye.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Ge(this.clonePosition(),this.clonePosition()));var m;if(this.bumpSpace(),(m=this.tryParseDecimalInteger(ye.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,ye.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return m;this.bumpSpace(),b=this.parseIdentifierIfPossible(),y=m.val}var g,E=this.tryParsePluralOrSelectOptions(e,a,t,b);if(E.err)return E;if((g=this.tryParseArgumentClose(n)).err)return g;var _=Ge(n,this.clonePosition());return"select"===a?{val:{type:me.select,value:r,options:qe(E.val),location:_},err:null}:{val:{type:me.plural,value:r,options:qe(E.val),offset:y,pluralType:"plural"===a?"cardinal":"ordinal",location:_},err:null};default:return this.error(ye.INVALID_ARGUMENT_TYPE,Ge(o,s))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(ye.EXPECT_ARGUMENT_CLOSING_BRACE,Ge(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(ye.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Ge(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=[],r=0,n=e.split(Ae).filter(function(e){return e.length>0});r<n.length;r++){var i=n[r].split("/");if(0===i.length)throw new Error("Invalid number skeleton");for(var o=i[0],a=i.slice(1),s=0,c=a;s<c.length;s++)if(0===c[s].length)throw new Error("Invalid number skeleton");t.push({stem:o,options:a})}return t}(e)}catch(e){return this.error(ye.INVALID_NUMBER_SKELETON,t)}return{val:{type:ge.number,tokens:r,location:t,parsedOptions:this.shouldParseSkeletons?Re(r):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(e,t,r,n){for(var i,o=!1,a=[],s=new Set,c=n.value,h=n.location;;){if(0===c.length){var u=this.clonePosition();if("select"===t||!this.bumpIf("="))break;var l=this.tryParseDecimalInteger(ye.EXPECT_PLURAL_ARGUMENT_SELECTOR,ye.INVALID_PLURAL_ARGUMENT_SELECTOR);if(l.err)return l;h=Ge(u,this.clonePosition()),c=this.message.slice(u.offset,this.offset())}if(s.has(c))return this.error("select"===t?ye.DUPLICATE_SELECT_ARGUMENT_SELECTOR:ye.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,h);"other"===c&&(o=!0),this.bumpSpace();var f=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===t?ye.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:ye.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,Ge(this.clonePosition(),this.clonePosition()));var p=this.parseMessage(e+1,t,r);if(p.err)return p;var d=this.tryParseArgumentClose(f);if(d.err)return d;a.push([c,{value:p.val,location:Ge(f,this.clonePosition())}]),s.add(c),this.bumpSpace(),c=(i=this.parseIdentifierIfPossible()).value,h=i.location}return 0===a.length?this.error("select"===t?ye.EXPECT_SELECT_ARGUMENT_SELECTOR:ye.EXPECT_PLURAL_ARGUMENT_SELECTOR,Ge(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(ye.MISSING_OTHER_CLAUSE,Ge(this.clonePosition(),this.clonePosition())):{val:a,err:null}},e.prototype.tryParseDecimalInteger=function(e,t){var r=1,n=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(r=-1);for(var i=!1,o=0;!this.isEOF();){var a=this.char();if(!(a>=48&&a<=57))break;i=!0,o=10*o+(a-48),this.bump()}var s=Ge(n,this.clonePosition());return i?Ye(o*=r)?{val:o,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=Qe(this.message,e);if(void 0===t)throw Error("Offset ".concat(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();10===e?(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(Je(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(),r=this.message.indexOf(e,t);return r>=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&st(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function ot(e){return e>=97&&e<=122||e>=65&&e<=90}function at(e){return 45===e||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||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 st(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function ct(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||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||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||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||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||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||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||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||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||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||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function ht(e){e.forEach(function(e){if(delete e.location,function(e){return e.type===me.select}(e)||function(e){return e.type===me.plural}(e))for(var t in e.options)delete e.options[t].location,ht(e.options[t].value);else(function(e){return e.type===me.number})(e)&&function(e){return!(!e||"object"!=typeof e||e.type!==ge.number)}(e.style)?delete e.style.location:!function(e){return e.type===me.date}(e)&&!function(e){return e.type===me.time}(e)||!function(e){return!(!e||"object"!=typeof e||e.type!==ge.dateTime)}(e.style)?function(e){return e.type===me.tag}(e)&&ht(e.children):delete e.style.location})}function ut(e){if(Object.prototype.hasOwnProperty.call(e,"__esModule"))return e;var t=e.default;if("function"==typeof t){var r=function e(){var r=!1;try{r=this instanceof e}catch{}return r?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};r.prototype=t.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(e).forEach(function(t){var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:function(){return e[t]}})}),r}var lt,ft={};function pt(){if(lt)return ft;var e,t;return lt=1,Object.defineProperty(ft,"__esModule",{value:!0}),ft.SKELETON_TYPE=ft.TYPE=void 0,ft.isLiteralElement=function(t){return t.type===e.literal},ft.isArgumentElement=function(t){return t.type===e.argument},ft.isNumberElement=function(t){return t.type===e.number},ft.isDateElement=function(t){return t.type===e.date},ft.isTimeElement=function(t){return t.type===e.time},ft.isSelectElement=function(t){return t.type===e.select},ft.isPluralElement=function(t){return t.type===e.plural},ft.isPoundElement=function(t){return t.type===e.pound},ft.isTagElement=function(t){return t.type===e.tag},ft.isNumberSkeleton=function(e){return!(!e||"object"!=typeof e||e.type!==t.number)},ft.isDateTimeSkeleton=function(e){return!(!e||"object"!=typeof e||e.type!==t.dateTime)},ft.createLiteralElement=function(t){return{type:e.literal,value:t}},ft.createNumberElement=function(t,r){return{type:e.number,value:t,style:r}},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"}(e||(ft.TYPE=e={})),function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"}(t||(ft.SKELETON_TYPE=t={})),ft}var dt,bt=pt(),yt={},mt=ut(_e);var gt=function(){if(dt)return yt;dt=1,Object.defineProperty(yt,"__esModule",{value:!0}),yt.printAST=r,yt.doPrintAST=n,yt.printDateTimeSkeleton=a;var e=mt,t=pt();function r(e){return n(e,!1)}function n(s,c){var h=s.map(function(h,u){return(0,t.isLiteralElement)(h)?function(e,t,r,n){var o=e.value,a=o;r||"'"!==a[0]||(a="''".concat(a.slice(1)));n||"'"!==a[a.length-1]||(a="".concat(a.slice(0,a.length-1),"''"));return a=i(a),t?a.replace("#","'#'"):a}(h,c,0===u,u===s.length-1):(0,t.isArgumentElement)(h)?function(e){var t=e.value;return"{".concat(t,"}")}(h):(0,t.isDateElement)(h)||(0,t.isTimeElement)(h)||(0,t.isNumberElement)(h)?function(e){return"{".concat(e.value,", ").concat(t.TYPE[e.type]).concat(e.style?", ".concat((r=e.style,"string"==typeof r?i(r):r.type===t.SKELETON_TYPE.dateTime?"::".concat(a(r)):"::".concat(r.tokens.map(o).join(" ")))):"","}");var r}(h):(0,t.isPluralElement)(h)?function(t){var r="cardinal"===t.pluralType?"plural":"selectordinal",i=[t.value,r,e.__spreadArray([t.offset?"offset:".concat(t.offset):""],Object.keys(t.options).map(function(e){return"".concat(e,"{").concat(n(t.options[e].value,!0),"}")}),!0).filter(Boolean).join(" ")].join(",");return"{".concat(i,"}")}(h):(0,t.isSelectElement)(h)?function(e){var t=[e.value,"select",Object.keys(e.options).map(function(t){return"".concat(t,"{").concat(n(e.options[t].value,!1),"}")}).join(" ")].join(",");return"{".concat(t,"}")}(h):(0,t.isPoundElement)(h)?"#":(0,t.isTagElement)(h)?function(e){return"<".concat(e.value,">").concat(r(e.children),"</").concat(e.value,">")}(h):void 0});return h.join("")}function i(e){return e.replace(/([{}](?:[\s\S]*[{}])?)/,"'$1'")}function o(e){var t=e.stem,r=e.options;return 0===r.length?t:"".concat(t).concat(r.map(function(e){return"/".concat(e)}).join(""))}function a(e){return e.pattern}return yt}();const Et=["singular","plural","dual","zero","one","two","few","many","other"];function _t(e){return Et.includes(e)}const vt={variable:"v",number:"n",datetime:"d",currency:"c","relative-time":"rt"};function Tt(e){return vt[e]}function Ht({icuString:e,shouldVisit:t,visitor:r,options:{recurseIntoVisited:n=!0,...i}}){const o=function(e,t){void 0===t&&(t={}),t=j({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new it(e,t).parse();if(r.err){var n=SyntaxError(ye[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||ht(r.val),r.val}(e,i);return a(o),o;function a(e){e.map(s)}function s(e){let i=!1;t(e)&&(r(e),i=!0),i&&!n||(e.type===me.select||e.type===me.plural?Object.values(e.options).map(e=>e.value).map(a):e.type===me.tag&&a(e.children))}}const At="_gt_",Bt=new RegExp(`^${At}\\d+$`),Ot=new RegExp(`^${At}$`);function Pt(e){return e.type===bt.TYPE.select&&Bt.test(e.value)&&!!e.options.other&&(0===e.options.other.value.length||e.options.other.value.length>0&&e.options.other.value[0]?.type===bt.TYPE.literal)}function St(e){return e.type===bt.TYPE.select&&Ot.test(e.value)&&!!e.options.other&&(0===e.options.other.value.length||e.options.other.value.length>0&&e.options.other.value[0]?.type===bt.TYPE.literal)}function wt(e){let t=e.replace(/'/g,"''");const r=/[{}<>]/,n=t.search(r);if(-1===n)return t;let i=-1;for(let e=t.length-1;e>=0;e--)if(r.test(t[e])){i=e;break}return t=t.slice(0,n)+"'"+t.slice(n,i+1)+"'"+t.slice(i+1),t}function Ct(e){return e}const Lt=Ct;function Nt(e){if(!e.includes("_gt_"))return e;const t=[];Ht({icuString:e,shouldVisit:St,visitor:function(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})},options:{recurseIntoVisited:!1,captureLocation:!0}});const r=[];let n=0;for(let i=0;i<t.length;i++){const{start:o,end:a,otherStart:s,otherEnd:c}=t[i];r.push(e.slice(n,o)),r.push(e.slice(o,o+4+1)),r.push(String(i+1)),r.push(e.slice(o+4+1,s)),r.push("{}"),r.push(e.slice(c,a)),n=a}return r.push(e.slice(n,e.length)),r.join("")}const It="@generaltranslation/react-core",Rt=e=>`${It} Error: Dictionary subtree not found for id: "${e}"`,Mt=`${It} Warning: A <_T> component was found injected outside of a <Derive> boundary. This may affect translation resolution for this component.`;function jt(t,r){const{type:n,props:i}=t,o=function(e){const t="function"==typeof e&&"_gtt"in e?e._gtt:void 0;if(null==t||"string"!=typeof t)return;const r=t.split("-"),n=r[0],i="automatic"===r[1]||"automatic"===r[2]?"automatic":"manual";return{componentType:n,injectionType:i}}(n);if("object"!=typeof i||null===i)return t;if(o){const{componentType:n,injectionType:a}=o;if("variable"===n)return t;if("branch"===n){const n=Object.entries(i).reduce((e,[t,n])=>("branch"===t||t.startsWith("data-")?e[t]=n:e[t]=xt(n,r),e),{});return e.cloneElement(t,{...n})}if("plural"===n){const n=Object.entries(i).reduce((e,[t,n])=>(_t(t)||"children"===t?e[t]=xt(n,r):e[t]=n,e),{});return e.cloneElement(t,{...n})}if("derive"===n)return e.cloneElement(t,{...i,..."children"in i&&{children:Ut(i.children,r+1)}});if("translate"===n&&"automatic"===a&&r>0)return"children"in i?Ut(i.children,r):void 0;"translate"===n&&"automatic"===a&&console.warn(Mt)}return e.cloneElement(t,{...i,..."children"in i&&{children:Ut(i.children,r)}})}function xt(t,r){return e.isValidElement(t)?jt(t,r):t}function Ut(t,r){return Array.isArray(t)?e.Children.map(t,e=>xt(e,r)):xt(t,r)}const Dt={variable:"value",number:"n",datetime:"date",currency:"cost","relative-time":"time"};function Gt(e={},t){if(e.name)return e.name;return`_gt_${Dt[t]||"value"}_${e["data-_gt"]?.id}`}const kt={pl:"placeholder",ti:"title",alt:"alt",arl:"aria-label",arb:"aria-labelledby",ard:"aria-describedby"},Ft=e=>{if(!e)return"";const{type:t,props:r}=e;if(t&&"function"==typeof t){if("displayName"in t&&"string"==typeof t.displayName&&t.displayName)return t.displayName;if("name"in t&&"string"==typeof t.name&&t.name)return t.name}return t&&"string"==typeof t?t:r.href?"a":r["data-_gt"]?.id?`C${r["data-_gt"].id}`:"function"},$t=e=>{const{props:t}=e,r={t:Ft(e)};if(t["data-_gt"]){const e=t["data-_gt"],n=e.transformation;if("variable"===n){const r=e.variableType||"variable",n=Gt(t,r),i=Tt(r);return{i:e.id,k:n,v:i}}r.i=e.id,r.d=((e,t,r)=>{let n=Object.entries(kt).reduce((e,[r,n])=>(t[n]&&(e[r]=t[n]),e),{});if("plural"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=Xt(r)}),n={...n,b:e,t:"p"}}if("branch"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=Xt(r)}),n={...n,b:e,t:"b"}}return Object.keys(n).length?n:void 0})(n,t,e.branches);let i=Object.entries(kt).reduce((e,[r,n])=>(t[n]&&(e[r]=t[n]),e),{});if("plural"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=Xt(r)}),i={...i,b:t,t:"p"}}if("branch"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=Xt(r)}),i={...i,b:t,t:"b"}}r.d=Object.keys(i).length?i:void 0}return t.children&&(r.c=Xt(t.children)),r},Vt=t=>{return r=t,e.isValidElement(r)?$t(t):"number"==typeof t?t.toString():t;var r};function Xt(e){return Array.isArray(e)?e.map(Vt):Vt(e)}function Kt(e,t,r){let n="",i=null;return"number"==typeof e&&!i&&r&&(n=function(e,t=Et,r=["en"]){const n=f.get("PluralRules",r).select(e),i=Math.abs(e);if(0===i&&t.includes("zero"))return"zero";if(1===i){if(t.includes("singular"))return"singular";if(t.includes("one"))return"one"}if("one"===n&&t.includes("singular"))return"singular";if(2===i){if(t.includes("dual"))return"dual";if(t.includes("two"))return"two"}return"two"===n&&t.includes("dual")?"dual":t.includes(n)?n:"two"===n&&t.includes("dual")?"dual":"two"===n&&t.includes("plural")?"plural":"two"===n&&t.includes("other")?"other":"few"===n&&t.includes("plural")?"plural":"few"===n&&t.includes("other")?"other":"many"===n&&t.includes("plural")?"plural":"many"===n&&t.includes("other")?"other":"other"===n&&t.includes("plural")?"plural":""}(e,Object.keys(r),t)),n&&!i&&(i=r[n]),i}function Yt(e,t){let r=e;const n=t.split(".");for(const e of n){if("object"!=typeof r&&!Array.isArray(r))return;r=o(r,e)}return r}function Wt(e){if(Array.isArray(e)){if(1===e.length)return{entry:e[0]};if(2===e.length)return{entry:e[0],metadata:e[1]}}return{entry:e}}function Zt(e){return"object"==typeof e&&!!e&&"data-_gt"in e&&"object"==typeof e["data-_gt"]&&!!e["data-_gt"]&&"transformation"in e["data-_gt"]&&"variable"===e["data-_gt"]?.transformation}function Jt(e){const t=e["data-_gt"]?.variableType||"variable";return{variableName:Gt(e,t),variableType:Tt(t),injectionType:e["data-_gt"]?.injectionType||"manual",variableValue:void 0!==e.value?e.value:void 0!==e.date?e.date:void 0!==e["data-_gt-unformatted-value"]?e["data-_gt-unformatted-value"]:void 0!==e.children?e.children:void 0,variableOptions:(()=>{const t={...void 0!==e.currency&&{currency:e.currency},...void 0!==e.unit&&{unit:e.unit},...void 0!==e.baseDate&&{baseDate:e.baseDate},...void 0!==e.options&&e.options};return Object.keys(t).length?t:"string"==typeof e["data-_gt-variable-options"]?JSON.parse(e["data-_gt-variable-options"]):e["data-_gt-variable-options"]||void 0})()}}function zt(e){return e&&e.props&&e.props["data-_gt"]?e.props["data-_gt"]:null}function qt({children:t,defaultLocale:r=c,renderVariable:n}){const i=t=>e.isValidElement(t)?(t=>{const i=zt(t);if(Zt(t.props)){const{variableType:e,variableValue:i,variableOptions:o,injectionType:a}=Jt(t.props);return n({variableType:e,variableValue:i,variableOptions:o,locales:[r],injectionType:a})}if("plural"===i?.transformation){const e=i.branches||{};return o(Kt(t.props.n,[r],e)||t.props.children)}if("branch"===i?.transformation){const{children:e,branch:r}=t.props,n=i.branches||{};return o(void 0!==n[r]?n[r]:e)}return"fragment"===i?.transformation?e.createElement(e.Fragment,{key:t.props.key,children:o(t.props.children)}):t.props.children?e.cloneElement(t,{...t.props,"data-_gt":void 0,children:o(t.props.children)}):e.cloneElement(t,{...t.props,"data-_gt":void 0})})(t):t,o=t=>Array.isArray(t)?e.Children.map(t,i):i(t);return o(t)}function Qt({sourceElement:t,targetElement:r,locales:n=[c],renderVariable:i}){const{props:o}=t,a=o["data-_gt"],s=a?.transformation,h=r.d,u={};if(h&&Object.entries(kt).forEach(([e,t])=>{h[e]&&(u[t]=h[e])}),"plural"===s){const e=t.props.n;return er({source:Kt(e,n,a.branches||{})||t.props.children,target:Kt(e,n,r.d?.b||{})||r.c,locales:n,renderVariable:i})}if("branch"===s){const{branch:e,children:t}=o;return er({source:(a.branches||{})[e]||t,target:(r.d?.b||{})[e]||r.c,locales:n,renderVariable:i})}return"fragment"===s&&r.c?e.createElement(e.Fragment,{key:t.props.key,children:er({source:o.children,target:r.c,locales:n,renderVariable:i})}):o?.children&&r?.c?e.cloneElement(t,{...o,...u,"data-_gt":void 0,children:er({source:o.children,target:r.c,locales:n,renderVariable:i})}):qt({children:t,defaultLocale:n[0],renderVariable:i})}function er({source:r,target:n,locales:i=[c],renderVariable:o}){if(null==n&&r)return qt({children:r,defaultLocale:i[0],renderVariable:o});if("string"==typeof n)return n;if(Array.isArray(n)&&!Array.isArray(r)&&r&&(r=[r]),Array.isArray(r)&&Array.isArray(n)){const a={},s={},c={},h=r.filter(t=>{if(e.isValidElement(t)){if(!Zt(t.props))return!0;{const{variableName:e,variableValue:r,variableOptions:n,injectionType:i}=Jt(t.props);a[e]=r,s[e]=n,c[e]=i}}return!1}),u=e=>h.find(t=>{const r=zt(t);if(void 0!==r?.id){return r.id===e.i}return!1})||h.shift();return n.map((r,n)=>{if("string"==typeof r)return t.jsx(e.Fragment,{children:r},`string_${n}`);if(b(r))return t.jsx(e.Fragment,{children:o({variableType:r.v||"v",variableValue:a[r.k],variableOptions:s[r.k],locales:i,injectionType:c[r.k]||"manual"})},`var_${n}`);const h=u(r);return h?t.jsx(e.Fragment,{children:Qt({sourceElement:h,targetElement:r,locales:i,renderVariable:o})},`element_${n}`):null})}if(n&&"object"==typeof n&&!Array.isArray(n)){const t=b(n)?"variable":"element";if(e.isValidElement(r)){if("element"===t)return Qt({sourceElement:r,targetElement:n,locales:i,renderVariable:o});if(Zt(r.props)){const{variableValue:e,variableOptions:t,variableType:n,injectionType:a}=Jt(r.props);return o({variableType:n,variableValue:e,variableOptions:t,locales:i,injectionType:a})}}}return qt({children:r,defaultLocale:i[0],renderVariable:o})}function tr(e){return void 0!==e&&("string"==typeof e||!!Array.isArray(e)&&((1===e.length||2===e.length)&&("string"==typeof e[0]&&(2!==e.length||"object"==typeof e[1]&&null!==e[1]&&("$context"in e[1]||"$maxChars"in e[1]||"$_hash"in e[1])))))}const rr=e=>"string"==typeof e||Array.isArray(e),nr=e=>"object"==typeof e&&null!==e&&!Array.isArray(e);function ir(e,t){if(Array.isArray(e))return e.map((e,r)=>tr(e)?t[r]:ir(e,t[r]));const r={...Object.fromEntries(Object.entries(e).filter(([,e])=>rr(e))),...Object.fromEntries(Object.entries(t).filter(([,e])=>rr(e)))},n=Object.entries(e).filter(([,e])=>nr(e)).map(([e])=>e),i=Object.entries(t).filter(([,e])=>nr(e)).map(([e])=>e),a=new Set([...n,...i]);for(const n of a)r[n]=ir(o(e,n)||{},o(t,n)||{});return r}const or="function"==typeof i.use;function ar({dictionary:e,id:t}){if(""===t)return e;let r=e;const n=t.split(".");for(const e of n)r=o(r,e);return r}const sr=["constructor","prototype","__proto__"];function cr(e,t,r,n){if(tr(t))return e;const i=r.split(".");i.forEach(e=>{if(function(e){return!!sr.includes(e)}(e))throw new Error(`Invalid key: ${e}`)}),t||={};for(const e of i.slice(0,-1))null==o(t,e)&&a(t,e,Array.isArray(o(n,e))?[]:{}),t=o(t,e),n=o(n,e);a(t,i[i.length-1],e)}function hr(e){return function(e){if(y(e),v)return e.toHex();let t="";for(let r=0;r<e.length;r++)t+=T[e[r]];return t}(I(function(e){if("string"!=typeof e)throw new TypeError("string expected");return new Uint8Array((new TextEncoder).encode(e))}(e))).slice(0,16)}function ur({source:e,context:t,id:r,maxChars:n,dataFormat:i},o=hr){let a;return a="JSX"===i?fr(e):e,o(d({source:a,...r&&{id:r},...t&&{context:t},...null!=n&&{maxChars:Math.abs(n)},...i&&{dataFormat:i}}))}const lr=e=>{if(e&&"object"==typeof e){const t={};if("c"in e&&e.c&&(t.c=fr(e.c)),"d"in e){const r=e?.d;r?.b&&(t.b=Object.fromEntries(Object.entries(r.b).map(([e,t])=>[e,fr(t)]))),r?.t&&(t.t=r.t)}return b(e)?{k:e.k,...e.v&&{v:e.v}}:t}return e};function fr(e){return Array.isArray(e)?e.map(lr):lr(e)}var pr={warn(e){console.warn(e)},error(e){console.error(e)},info(e){console.info(e)},debug(e){console.debug(e)}};function dr(e){return Object.fromEntries(Object.entries(e).filter(([e])=>"$id"!==e&&"$context"!==e&&"$maxChars"!==e&&"$hash"!==e&&"$_hash"!==e&&"$_source"!==e&&"$_fallback"!==e&&"$format"!==e&&"$_locales"!==e&&"$locale"!==e))}const br=e=>`String interpolation failed for message: "${e}".`;function yr(e,t){if(!e)return e;const n=t.$_fallback,i=dr(t);try{const a=function(e){if(!e.includes("_gt_"))return{};let t=1;const r={};return Ht({icuString:e,shouldVisit:St,visitor:function(e){r[e.value+t]=e.options.other.value.length?e.options.other.value[0]?.value:"",t+=1},options:{recurseIntoVisited:!1}}),r}(n||"");return r.formatCutoff(function(e,t,n,i){try{return r.formatMessage(e,{variables:t,locales:n,dataFormat:i})}catch{return pr.warn(br(e)),e}}(Object.keys(a).length?(o=e).includes("_gt_")?gt.printAST(Ht({icuString:o,shouldVisit:Pt,visitor:function(e){e.type=bt.TYPE.argument,Reflect.deleteProperty(e,"options")},options:{recurseIntoVisited:!1}})):o:e,{...i,...a,[At]:"other"},t.$locale??t.$_locales,t.$format),{maxChars:t.$maxChars})}catch{return pr.warn(br(e)),null!=t.$_fallback?yr(t.$_fallback,{...t,$_fallback:void 0}):r.formatCutoff(e,{maxChars:t.$maxChars})}var o}function mr(e){if(-1===e.lastIndexOf(":"))return null;const t=e.slice(e.lastIndexOf(":")+1);try{return JSON.parse(function(e){if("undefined"!=typeof Buffer)return Buffer.from(e,"base64").toString("utf8");const t=atob(e),r=new Uint8Array(t.length);for(let e=0;e<t.length;e++)r[e]=t.charCodeAt(e);return(new TextDecoder).decode(r)}(t))}catch{return null}}function gr(e){return"string"==typeof e&&-1!==e.lastIndexOf(":")?e.slice(0,e.lastIndexOf(":")):e}function Er({children:e}){return e}function _r(e){return Er(e)}Er._gtt="derive",_r._gtt="derive",exports.Derive=Er,exports.Static=_r,exports.addGTIdentifier=function t(r,n=0){let i=n;function o(r){const{props:n}=r,o=(e=>{const{type:r,props:n}=e;i+=1;const o={id:i,injectionType:"manual"};let a;try{a="function"==typeof r&&r._gtt||""}catch{}if(a){const e=a.split("-");if("automatic"!==e[1]&&"automatic"!==e[2]||(o.injectionType="automatic"),"translate"===e[0]&&(e[0]="fragment"),"variable"===e[0]&&(o.variableType=e?.[1]||"variable"),"plural"===e[0]){const e=Object.entries(n).reduce((e,[r,n])=>(_t(r)&&(e[r]=t(n,i)),e),{});Object.keys(e).length&&(o.branches=e)}if("branch"===e[0]){const{children:e,branch:r,...a}=n,s=Object.fromEntries(Object.entries(a).filter(([e])=>!e.startsWith("data-"))),c=Object.entries(s).reduce((e,[r,n])=>(e[r]=t(n,i),e),{});Object.keys(c).length&&(o.branches=c)}o.transformation=e[0]}return o})(r),a={...n,"data-_gt":o};return n.children&&!o.variableType&&(a.children=s(n.children)),r.type===e.Fragment&&(a["data-_gt"].transformation="fragment"),e.cloneElement(r,a)}function a(t){return e.isValidElement(t)?o(t):t}function s(t){return Array.isArray(t)?e.Children.map(t,a):a(t)}return s(r)},exports.collectUntranslatedEntries=function e(t,r,n=""){const i=[];return Object.entries(t).forEach(([t,a])=>{const s=n?`${n}.${t}`:t;if(tr(a)){const{entry:e,metadata:n}=Wt(a);o(r,t)||i.push({source:e,metadata:{$id:s,$context:n?.$context,$maxChars:n?.$maxChars,$_hash:n?.$_hash||""}})}else i.push(...e(a,o(r,t)||(Array.isArray(a)?[]:{}),s))}),i},exports.declareStatic=Lt,exports.declareVar=function(e,t){const r=` other {${wt(String(e??""))}}`;let n="";return t?.$name&&(n=` _gt_var_name {${wt(t.$name)}}`),`{${At}, select,${r}${n}}`},exports.decodeMsg=gr,exports.decodeOptions=mr,exports.decodeVars=function(e){if(!e.includes("_gt_"))return e;const t=[];Ht({icuString:e,shouldVisit:St,visitor:function(e){t.push({start:e.location?.start.offset??0,end:e.location?.end.offset??0,value:e.options.other.value.length>0?e.options.other.value[0].value:""})},options:{recurseIntoVisited:!1,captureLocation:!0}});let r=0;const n=[];for(let i=0;i<t.length;i++)n.push(e.slice(r,t[i].start)),n.push(t[i].value),r=t[i].end;return r<e.length&&n.push(e.slice(r)),n.join("")},exports.defaultEnableI18nCookieName="generaltranslation.enable-i18n",exports.defaultLocaleCookieName="generaltranslation.locale",exports.defaultRegionCookieName="generaltranslation.region",exports.derive=Ct,exports.flattenDictionary=function e(t,r=""){const n={};for(const i in t)if(t.hasOwnProperty(i)){const a=r?`${r}.${i}`:i;if("object"!=typeof o(t,i)||null===o(t,i)||Array.isArray(o(t,i))){if(n.hasOwnProperty(a))throw new Error(s(a));n[a]=o(t,i)}else{const r=e(o(t,i),a);for(const e in r){if(n.hasOwnProperty(e))throw new Error(s(e));n[e]=r[e]}}}return n},exports.getDefaultRenderSettings=(e="production")=>({method:"default",timeout:"development"===e?8e3:12e3}),exports.getDictionaryEntry=Yt,exports.getEntryAndMetadata=Wt,exports.getPluralBranch=Kt,exports.getSubtree=ar,exports.getSubtreeWithCreation=function({dictionary:e,id:t,sourceDictionary:r}){if(""===t)return e;let n=e;const i=r,s=t.split(".");for(const e of s)void 0===o(n,e)&&(Array.isArray(o(i,e))?a(n,e,[]):a(n,e,{})),n=o(n,e);return n},exports.getVariableName=Gt,exports.getVariableProps=Jt,exports.gtFallback=(e,t={})=>yr(e,t),exports.injectAndMerge=function(e,t,r){const n=ar({dictionary:e,id:r});if(!n)throw new Error(Rt(r));if(tr(n))throw new Error(`${It} Error: Cannot inject and merge a dictionary entry`);return function(e,t,r){const n=Yt(e,r);if(!n)throw new Error(Rt(r));if(tr(n))throw new Error(`${It} Error: Cannot inject and merge a dictionary entry`);const i=r.split("."),s=i.slice(0,-1),c=i[i.length-1];let h=e;return s.forEach(e=>{h=o(h,e)}),a(h,c,t),e}(e,ir(n,t),r)},exports.injectEntry=cr,exports.injectFallbacks=function(e,t,r,n=""){const i=n?n.split("."):[];return r.forEach(({source:r,metadata:n})=>{const{$id:o}=n,a=i.length>0?o.split(".").slice(i.length).join("."):o,s=Yt(t,a);let c;tr(s)&&(c=Wt(s).entry);cr(c||r,t,a,e)}),t},exports.injectHashes=function e(t,r=""){let n=!1;return Object.entries(t).forEach(([i,o])=>{const s=r?`${r}.${i}`:i;if(tr(o)){let{entry:e,metadata:r}=Wt(o);r?.$_hash||(r||={},r.$_hash=ur({source:Nt(e),...r?.$context&&{context:r.$context},...null!=r?.$maxChars&&{maxChars:Math.abs(r.$maxChars)},id:s,dataFormat:"ICU"}),a(t,i,[e,r]),n=!0)}else{const{updateDictionary:t}=e(o,s);n=n||t}}),{dictionary:t,updateDictionary:n}},exports.injectTranslations=function(e,t,r,n,i=""){let o=!1;const a=i?i.split("."):[];return n.forEach(({metadata:n})=>{const{$_hash:i,$id:s}=n,c=a.length>0?s.split(".").slice(a.length).join("."):s,h=Yt(t,c);let u;tr(h)&&(u=Wt(h).entry);const l=r[i]||u;l&&(cr(l,t,c,e),o=!0)}),{dictionary:t,updateDictionary:o}},exports.isDictionaryEntry=tr,exports.isValidDictionaryEntry=function(e){if("string"==typeof e)return!0;if(Array.isArray(e)){if("string"!=typeof e?.[0])return!1;const t=e?.[1];if(void 0===t)return!0;if(t&&"object"==typeof t)return!0}return!1},exports.isVariableObject=function(e){const t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){const e=Object.keys(t);if(1===e.length)return!0;if(2===e.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===e.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1},exports.mFallback=(e,t={})=>{return e?(r=mr(e)??{}).$_hash&&r.$_source?gr(e):yr(e,t):e;var r},exports.mergeDictionaries=ir,exports.msg=function e(t,n){if("string"!=typeof t)return n?t.map((t,r)=>e(t,{...n,...n.$id&&{$id:`${n.$id}.${r}`}})):t;if(!n)return t;const i=dr(n);let o=t;try{o=r.formatMessage(t,{locales:[c],variables:{...i,[At]:"other"}})}catch{return pr.warn(br(t)),t}const a=t,s=n.$_hash||function(e,t){return null!=t.$_hash?t.$_hash:ur({source:"ICU"===t.$format?Nt(e):e,...t?.$context&&{context:t.$context},...t?.$id&&{id:t.$id},..."$maxChars"in t&&null!=t.$maxChars&&{maxChars:Math.abs(t.$maxChars)},dataFormat:t.$format})}(t,{$format:"ICU",...n}),h={...n,$_source:a,$_hash:s};return`${o}:${function(e){if("undefined"!=typeof Buffer)return Buffer.from(e,"utf8").toString("base64");const t=(new TextEncoder).encode(e);let r="";for(let e=0;e<t.length;e++)r+=String.fromCharCode(t[e]);return btoa(r)}(JSON.stringify(h))}`},exports.reactHasUse=or,exports.removeInjectedT=function(e){return Ut(e,0)},exports.renderDefaultChildren=qt,exports.renderSkeleton=function(){return""},exports.renderTranslatedChildren=er,exports.stripMetadataFromEntries=function e(t){let r={};return Array.isArray(t)&&(r=[]),Object.entries(t).forEach(([t,n])=>{if(tr(n)){const{entry:e}=Wt(n);a(r,t,e)}else a(r,t,e(n))}),r},exports.writeChildrenAsObjects=Xt;
2
- //# sourceMappingURL=internal.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(`react`);f=u(f);let p=require(`@generaltranslation/format`),m=require(`react/jsx-runtime`);require(`generaltranslation`);function h(e,t){if(e==null)throw Error(`Cannot index into an undefined dictionary`);return e[t]}function g(e,t,n){e[t]=n}const _=e=>`Duplicate key found in dictionary: "${e}"`;function v(e,t=``){let n={};for(let r in e)if(e.hasOwnProperty(r)){let i=t?`${t}.${r}`:r;if(typeof h(e,r)==`object`&&h(e,r)!==null&&!Array.isArray(h(e,r))){let t=v(h(e,r),i);for(let e in t){if(n.hasOwnProperty(e))throw Error(_(e));n[e]=t[e]}}else{if(n.hasOwnProperty(i))throw Error(_(i));n[i]=h(e,r)}}return n}function ee(e){if(typeof Buffer<`u`)return Buffer.from(e,`utf8`).toString(`base64`);let t=new TextEncoder().encode(e),n=``;for(let e=0;e<t.length;e++)n+=String.fromCharCode(t[e]);return btoa(n)}function y(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 b(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+=b(e[n])||`null`;return t+`]`}let t=Object.keys(e).sort(),n=``;for(let r of t){let t=b(e[r]);t&&(n&&(n+=`,`),n+=JSON.stringify(r)+`:`+t)}return`{`+n+`}`}function x(e){return b(e)??``}function S(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 te(e){return e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name===`Uint8Array`&&`BYTES_PER_ELEMENT`in e&&e.BYTES_PER_ELEMENT===1}function C(e,t,n=``){let r=te(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 w(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 T(e,t){C(e,void 0,`digestInto() output`);let n=t.outputLen;if(e.length<n)throw RangeError(`"digestInto() output" expected to be of length >=`+n)}function E(...e){for(let t=0;t<e.length;t++)e[t].fill(0)}function D(e){return new DataView(e.buffer,e.byteOffset,e.byteLength)}function O(e,t){return e<<32-t|e>>>t}new Uint8Array(new Uint32Array([287454020]).buffer)[0];const ne=typeof Uint8Array.from([]).toHex==`function`&&typeof Uint8Array.fromHex==`function`,re=Array.from({length:256},(e,t)=>t.toString(16).padStart(2,`0`));function ie(e){if(C(e),ne)return e.toHex();let t=``;for(let n=0;n<e.length;n++)t+=re[e[n]];return t}function ae(e){if(typeof e!=`string`)throw TypeError(`string expected`);return new Uint8Array(new TextEncoder().encode(e))}function oe(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 se=e=>({oid:Uint8Array.from([6,9,96,134,72,1,101,3,4,2,e])});function ce(e,t,n){return e&t^~e&n}function le(e,t,n){return e&t^e&n^t&n}var ue=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=D(this.buffer)}update(e){w(this),C(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=D(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){w(this),T(e,this),this.finished=!0;let{buffer:t,view:n,blockLen:r,isLE:i}=this,{pos:a}=this;t[a++]=128,E(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=D(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 k=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),A=BigInt(2**32-1),de=BigInt(32);function fe(e,t=!1){return t?{h:Number(e&A),l:Number(e>>de&A)}:{h:Number(e>>de&A)|0,l:Number(e&A)|0}}function pe(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}=fe(e[a],t);[r[a],i[a]]=[n,o]}return[r,i]}const me=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 he=class extends ue{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=O(t,7)^O(t,18)^t>>>3;j[e]=(O(n,17)^O(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=O(o,6)^O(o,11)^O(o,25),u=l+t+ce(o,s,c)+me[e]+j[e]|0,d=(O(n,2)^O(n,13)^O(n,22))+le(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(){E(j)}destroy(){this.destroyed=!0,this.set(0,0,0,0,0,0,0,0),E(this.buffer)}},ge=class extends he{A=k[0]|0;B=k[1]|0;C=k[2]|0;D=k[3]|0;E=k[4]|0;F=k[5]|0;G=k[6]|0;H=k[7]|0;constructor(){super(32)}};const _e=pe(`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)));_e[0],_e[1];const ve=oe(()=>new ge,se(1)),ye=e=>`generaltranslation Formatting Error: Invalid cutoff style: ${e}.`,be=`DEFAULT_TERMINATOR_KEY`,xe={ellipsis:{fr:{terminator:`…`,separator:` `},zh:{terminator:`……`,separator:void 0},ja:{terminator:`……`,separator:void 0},[be]:{terminator:`…`,separator:void 0}},none:{[be]:{terminator:void 0,separator:void 0}}};var Se=class{constructor(e,t={}){try{let t=e?Array.isArray(e)?e.map(e=>String(e)):[String(e)]:[`en`],n=Intl.getCanonicalLocales(t);this.locale=n.length?n[0]:`en`}catch{this.locale=`en`}if(!xe[t.style??`ellipsis`])throw Error(ye(t.style??`ellipsis`));let n,r;if(t.maxChars!==void 0){n=t.style??`ellipsis`;let e=new Intl.Locale(this.locale).language;r=xe[n][e]||xe[n].DEFAULT_TERMINATOR_KEY}let i=t.terminator??r?.terminator,a=i==null?void 0:t.separator??r?.separator;this.additionLength=(i?.length??0)+(a?.length??0),t.maxChars!==void 0&&Math.abs(t.maxChars)<this.additionLength&&(i=void 0,a=void 0),this.options={maxChars:t.maxChars,style:n,terminator:i,separator:a}}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 Ce={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:Se},we=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]?.[i];return a===void 0&&(a=new Ce[e](...t),this.cache[e]||(this.cache[e]={}),this.cache[e][i]=a),a}};function Te(e){return we.get(`PluralRules`,e)}var M=c({__addDisposableResource:()=>Qe,__assign:()=>F,__asyncDelegator:()=>We,__asyncGenerator:()=>Ue,__asyncValues:()=>Ge,__await:()=>N,__awaiter:()=>Fe,__classPrivateFieldGet:()=>Ye,__classPrivateFieldIn:()=>Ze,__classPrivateFieldSet:()=>Xe,__createBinding:()=>I,__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:()=>rt});function Ee(e,t){if(typeof t!=`function`&&t!==null)throw TypeError(`Class extends value `+String(t)+` is not a constructor or null`);P(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)&&I(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 N(e){return this instanceof N?(this.v=e,this):new N(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 N?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:N(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=L(e),r=0;r<n.length;r++)n[r]!==`default`&&I(t,e,n[r]);return tt(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 nt(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 P,F,I,tt,L,nt,rt,R=o((()=>{P=function(e,t){return P=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])},P(e,t)},F=function(){return F=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},F.apply(this,arguments)},I=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]}),tt=Object.create?(function(e,t){Object.defineProperty(e,`default`,{enumerable:!0,value:t})}):function(e,t){e.default=t},L=function(e){return L=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},L(e)},nt=typeof SuppressedError==`function`?SuppressedError:function(e,t,n){var r=Error(n);return r.name=`SuppressedError`,r.error=e,r.suppressed=t,r},rt={__extends:Ee,__assign:F,__rest:De,__decorate:Oe,__param:ke,__esDecorate:Ae,__runInitializers:je,__propKey:Me,__setFunctionName:Ne,__metadata:Pe,__awaiter:Fe,__generator:Ie,__createBinding:I,__exportStar:Le,__values:Re,__read:ze,__spread:Be,__spreadArrays:Ve,__spreadArray:He,__await:N,__asyncGenerator:Ue,__asyncDelegator:We,__asyncValues:Ge,__makeTemplateObject:Ke,__importStar:qe,__importDefault:Je,__classPrivateFieldGet:Ye,__classPrivateFieldSet:Xe,__classPrivateFieldIn:Ze,__addDisposableResource:Qe,__disposeResources:$e,__rewriteRelativeImportExtension:et}})),it=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}}})),at=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]/})),ot=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}})),st=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})),ct=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.parseNumberSkeletonFromString=r,e.parseNumberSkeleton=m;var t=(R(),d(M)),n=st();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}})),lt=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0});var t=(R(),d(M));t.__exportStar(ot(),e),t.__exportStar(ct(),e)})),ut=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`]}})),dt=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.getBestPattern=n;var t=ut();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]}})),ft=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.Parser=void 0;var t=(R(),d(M)),n=it(),r=z(),i=at(),a=lt(),o=dt(),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=C(`([^\\p{White_Space}\\p{Pattern_Syntax}]*)`,`yu`).exec(`a`)?.[0]===`a`}catch{v=!1}var ee=u?function(e,t,n){return e.startsWith(t,n)}:function(e,t,n){return e.slice(n,n+t.length)===t},y=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},b=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},x=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}},S=h?function(e){return e.trimStart()}:function(e){return e.replace(s,``)},te=g?function(e){return e.trimEnd()}:function(e){return e.replace(c,``)};function C(e,t){return new RegExp(e,t)}var w;if(v){var T=C(`([^\\p{White_Space}\\p{Pattern_Syntax}]*)`,`yu`);w=function(e,t){return T.lastIndex=t,T.exec(e)[1]??``}}else w=function(e,t){for(var n=[];;){var r=x(e,t);if(r===void 0||ne(r)||re(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&&E(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()||!E(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()&&O(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||!D(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=w(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=te(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&&ee(p?.style,`::`,0)){var y=S(p.style.slice(2));if(d===`number`){var h=this.parseNumberSkeletonFromString(y,p.styleLocation);return h.err?h:{val:{type:r.TYPE.number,value:s,location:v,style:h.val},err:null}}else{if(y.length===0)return this.error(n.ErrorKind.EXPECT_DATE_TIME_SKELETON,v);var x=y;this.locale&&(x=(0,o.getBestPattern)(y,this.locale));var g={type:r.SKELETON_TYPE.dateTime,pattern:x,location:p.styleLocation,parsedOptions:this.shouldParseSkeletons?(0,a.parseDateTimeSkeleton)(x):{}};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 C=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(`,`))return this.error(n.ErrorKind.EXPECT_SELECT_ARGUMENT_OPTIONS,l(C,t.__assign({},C)));this.bumpSpace();var w=this.parseIdentifierIfPossible(),T=0;if(d!==`select`&&w.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(),w=this.parseIdentifierIfPossible(),T=h.val}var E=this.tryParsePluralOrSelectOptions(e,d,i,w);if(E.err)return E;var _=this.tryParseArgumentClose(c);if(_.err)return _;var D=l(c,this.clonePosition());return d===`select`?{val:{type:r.TYPE.select,value:s,options:b(E.val),location:D},err:null}:{val:{type:r.TYPE.plural,value:s,options:b(E.val),offset:T,pluralType:d===`plural`?`cardinal`:`ordinal`,location:D},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=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(ee(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()&&ne(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 E(e){return e>=97&&e<=122||e>=65&&e<=90}function D(e){return E(e)||e===47}function O(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 ne(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function re(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}})),pt=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.hoistSelectors=s,e.isStructurallySame=l;var t=(R(),d(M)),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(`, `)}]`)}}})),mt=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.isStructurallySame=e._Parser=void 0,e.parse=o;var t=(R(),d(M)),n=it(),r=ft(),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=pt();Object.defineProperty(e,`isStructurallySame`,{enumerable:!0,get:function(){return s.isStructurallySame}})})),ht=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.printAST=r;var t=(R(),d(M)),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(`,`)}}`}})),gt=mt(),B=z(),_t=ht();const vt=[`singular`,`plural`,`dual`,`zero`,`one`,`two`,`few`,`many`,`other`];function yt(e){return vt.includes(e)}function bt(e,t=vt,n=[`en`]){let r=Te(n).select(e),i=Math.abs(e);if(i===0&&t.includes(`zero`))return`zero`;if(i===1){if(t.includes(`singular`))return`singular`;if(t.includes(`one`))return`one`}if(r===`one`&&t.includes(`singular`))return`singular`;if(i===2){if(t.includes(`dual`))return`dual`;if(t.includes(`two`))return`two`}return r===`two`&&t.includes(`dual`)?`dual`:t.includes(r)?r:r===`two`&&t.includes(`dual`)?`dual`:r===`two`&&t.includes(`plural`)?`plural`:r===`two`&&t.includes(`other`)?`other`:r===`few`&&t.includes(`plural`)?`plural`:r===`few`&&t.includes(`other`)?`other`:r===`many`&&t.includes(`plural`)?`plural`:r===`many`&&t.includes(`other`)?`other`:r===`other`&&t.includes(`plural`)?`plural`:``}const xt={variable:`v`,number:`n`,datetime:`d`,currency:`c`,"relative-time":`rt`};function St(e){return xt[e]}function V({icuString:e,shouldVisit:t,visitor:n,options:{recurseIntoVisited:r=!0,...i}}){let a=(0,gt.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===gt.TYPE.select||e.type===gt.TYPE.plural?Object.values(e.options).map(e=>e.value).map(o):e.type===gt.TYPE.tag&&o(e.children))}}const H=`_gt_`,Ct=RegExp(`^${H}\\d+$`),wt=RegExp(`^${H}$`);function Tt(e){return e.type===B.TYPE.select&&Ct.test(e.value)&&!!e.options.other&&(e.options.other.value.length===0||e.options.other.value.length>0&&e.options.other.value[0]?.type===B.TYPE.literal)}function Et(e){return e.type===B.TYPE.select&&wt.test(e.value)&&!!e.options.other&&(e.options.other.value.length===0||e.options.other.value.length>0&&e.options.other.value[0]?.type===B.TYPE.literal)}function Dt(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,value:e.options.other.value.length>0?e.options.other.value[0].value:``})}V({icuString:e,shouldVisit:Et,visitor:n,options:{recurseIntoVisited:!1,captureLocation:!0}});let r=0,i=[];for(let n=0;n<t.length;n++)i.push(e.slice(r,t[n].start)),i.push(t[n].value),r=t[n].end;return r<e.length&&i.push(e.slice(r)),i.join(``)}function Ot(e){let t=e.replace(/'/g,`''`),n=/[{}<>]/,r=t.search(n);if(r===-1)return t;let i=-1;for(let e=t.length-1;e>=0;e--)if(n.test(t[e])){i=e;break}return t=t.slice(0,r)+`'`+t.slice(r,i+1)+`'`+t.slice(i+1),t}function kt(e,t){let n=` other {${Ot(String(e??``))}}`,r=``;return t?.$name&&(r=` _gt_var_name {${Ot(t.$name)}}`),`{${H}, select,${n}${r}}`}function At(e){return e}const jt=At;function Mt(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})}V({icuString:e,shouldVisit:Et,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 Nt(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 V({icuString:e,shouldVisit:Et,visitor:r,options:{recurseIntoVisited:!1}}),n}function Pt(e){if(!e.includes(`_gt_`))return e;function t(e){e.type=B.TYPE.argument,Reflect.deleteProperty(e,`options`)}return(0,_t.printAST)(V({icuString:e,shouldVisit:Tt,visitor:t,options:{recurseIntoVisited:!1}}))}function Ft(e,t=0){let n=t,r=e=>{let{type:t,props:r}=e;n+=1;let i={id:n,injectionType:`manual`},a;try{a=typeof t==`function`?t._gtt:void 0}catch{}if(a){let e=a.split(`-`);if((e[1]===`automatic`||e[2]===`automatic`)&&(i.injectionType=`automatic`),e[0]===`translate`&&(e[0]=`fragment`),e[0]===`variable`&&(i.variableType=e?.[1]||`variable`),e[0]===`plural`){let e=Object.entries(r).reduce((e,[t,r])=>(yt(t)&&(e[t]=Ft(r,n)),e),{});Object.keys(e).length&&(i.branches=e)}if(e[0]===`branch`){let{children:e,branch:t,...a}=r,o=Object.fromEntries(Object.entries(a).filter(([e])=>!e.startsWith(`data-`))),s=Object.entries(o).reduce((e,[t,r])=>(e[t]=Ft(r,n),e),{});Object.keys(s).length&&(i.branches=s)}i.transformation=e[0]}return i};function i(e){let{props:t}=e,n=r(e),i={...t,"data-_gt":n};return t.children&&!n.variableType&&(i.children=o(t.children)),e.type===f.default.Fragment&&(i[`data-_gt`].transformation=`fragment`),f.default.cloneElement(e,i)}function a(e){return(0,f.isValidElement)(e)?i(e):e}function o(e){return Array.isArray(e)?f.default.Children.map(e,a):a(e)}return o(e)}const U=`@generaltranslation/react-core`;`${U}`,`${U}`,`${U}`,`${U}`,`${U}`,`${U}`;const It=e=>`${U} Error: Dictionary subtree not found for id: "${e}"`,Lt=()=>`${U} Error: Cannot inject and merge a dictionary entry`,Rt=()=>`${U} Error: Cannot inject and merge a dictionary entry`;`${U}`,`${U}`,`${U}`,`${U}`;const zt=`${U} Warning: A <_T> component was found injected outside of a <Derive> boundary. This may affect translation resolution for this component.`;function Bt(e){return G(e,0)}function Vt(e,t){let{type:n,props:r}=e,i=Ht(n);if(typeof r!=`object`||!r)return e;if(i){let{componentType:n,injectionType:a}=i;if(n===`variable`)return e;if(n===`branch`)return(0,f.cloneElement)(e,{...Object.entries(r).reduce((e,[n,r])=>(n!==`branch`&&!n.startsWith(`data-`)?e[n]=W(r,t):e[n]=r,e),{})});if(n===`plural`)return(0,f.cloneElement)(e,{...Object.entries(r).reduce((e,[n,r])=>(yt(n)||n===`children`?e[n]=W(r,t):e[n]=r,e),{})});if(n===`derive`)return(0,f.cloneElement)(e,{...r,...`children`in r&&{children:G(r.children,t+1)}});if(n===`translate`&&a===`automatic`&&t>0)return`children`in r?G(r.children,t):void 0;n===`translate`&&a===`automatic`&&console.warn(zt)}return(0,f.cloneElement)(e,{...r,...`children`in r&&{children:G(r.children,t)}})}function W(e,t){return(0,f.isValidElement)(e)?Vt(e,t):e}function G(e,t){return Array.isArray(e)?f.Children.map(e,e=>W(e,t)):W(e,t)}function Ht(e){let t=typeof e==`function`&&`_gtt`in e?e._gtt:void 0;if(t==null||typeof t!=`string`)return;let n=t.split(`-`);return{componentType:n[0],injectionType:n[1]===`automatic`||n[2]===`automatic`?`automatic`:`manual`}}const Ut={variable:`value`,number:`n`,datetime:`date`,currency:`cost`,"relative-time":`time`};function Wt(e={},t){return typeof e.name==`string`?e.name:`_gt_${Ut[t]||`value`}_${e[`data-_gt`]?.id}`}function Gt(e){return f.default.isValidElement(e)}const Kt={pl:`placeholder`,ti:`title`,alt:`alt`,arl:`aria-label`,arb:`aria-labelledby`,ard:`aria-describedby`},qt=e=>{if(!e)return``;let{type:t,props:n}=e;if(t&&typeof t==`function`){if(`displayName`in t&&typeof t.displayName==`string`&&t.displayName)return t.displayName;if(`name`in t&&typeof t.name==`string`&&t.name)return t.name}return t&&typeof t==`string`?t:n.href?`a`:n[`data-_gt`]?.id?`C${n[`data-_gt`].id}`:`function`},Jt=(e,t,n)=>{let r=Object.entries(Kt).reduce((e,[n,r])=>{let i=t[r];return typeof i==`string`&&(e[n]=i),e},{});if(e===`plural`&&n){let e={};Object.entries(n).forEach(([t,n])=>{e[t]=K(n)}),r={...r,b:e,t:`p`}}if(e===`branch`&&n){let e={};Object.entries(n).forEach(([t,n])=>{e[t]=K(n)}),r={...r,b:e,t:`b`}}return Object.keys(r).length?r:void 0},Yt=e=>{let{props:t}=e,n={t:qt(e)};if(t[`data-_gt`]){let e=t[`data-_gt`],r=e.transformation;if(r===`variable`){let n=e.variableType||`variable`,r=Wt(t,n),i=St(n);return{i:e.id,k:r,v:i}}n.i=e.id,n.d=Jt(r,t,e.branches);let i=Object.entries(Kt).reduce((e,[n,r])=>{let i=t[r];return typeof i==`string`&&(e[n]=i),e},{});if(r===`plural`&&e.branches){let t={};Object.entries(e.branches).forEach(([e,n])=>{t[e]=K(n)}),i={...i,b:t,t:`p`}}if(r===`branch`&&e.branches){let t={};Object.entries(e.branches).forEach(([e,n])=>{t[e]=K(n)}),i={...i,b:t,t:`b`}}n.d=Object.keys(i).length?i:void 0}return t.children&&(n.c=K(t.children)),n},Xt=e=>Gt(e)?Yt(e):typeof e==`number`?e.toString():e;function K(e){return Array.isArray(e)?e.map(Xt):Xt(e)}function q(e,t,n){let r=``,i=null;return typeof e==`number`&&!i&&n&&(r=bt(e,Object.keys(n).filter(yt),t)),r&&!i&&(i=n[r]),i}function Zt(e){if(typeof e==`string`)return!0;if(Array.isArray(e)){if(typeof e?.[0]!=`string`)return!1;let t=e?.[1];if(t===void 0||t&&typeof t==`object`)return!0}return!1}function J(e,t){let n=e,r=t.split(`.`);for(let e of r){if(typeof n!=`object`&&!Array.isArray(n))return;n=h(n,e)}return n}function Y(e){if(Array.isArray(e)){if(e.length===1)return{entry:e[0]};if(e.length===2)return{entry:e[0],metadata:e[1]}}return{entry:e}}function Qt(e){return typeof e==`object`&&!!e&&`data-_gt`in e&&typeof e[`data-_gt`]==`object`&&!!e[`data-_gt`]&&`transformation`in e[`data-_gt`]&&e[`data-_gt`]?.transformation===`variable`}function X(e){let t=e[`data-_gt`]?.variableType||`variable`;return{variableName:Wt(e,t),variableType:St(t),injectionType:e[`data-_gt`]?.injectionType||`manual`,variableValue:(()=>{if(e.value!==void 0)return e.value;if(e.date!==void 0)return e.date;if(e[`data-_gt-unformatted-value`]!==void 0)return e[`data-_gt-unformatted-value`];if(e.children!==void 0)return e.children})(),variableOptions:(()=>{let t={...e.currency!==void 0&&{currency:e.currency},...e.unit!==void 0&&{unit:e.unit},...e.baseDate!==void 0&&{baseDate:e.baseDate},...e.options!==void 0&&e.options};return Object.keys(t).length?t:typeof e[`data-_gt-variable-options`]==`string`?JSON.parse(e[`data-_gt-variable-options`]):e[`data-_gt-variable-options`]||void 0})()}}function $t(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 en(e){return e&&e.props&&e.props[`data-_gt`]?e.props[`data-_gt`]:null}function Z({children:e,defaultLocale:t=`en`,renderVariable:n}){let r=e=>{let r=en(e);if(Qt(e.props)){let{variableType:r,variableValue:i,variableOptions:a,injectionType:o}=X(e.props);return n({variableType:r,variableValue:i,variableOptions:a,locales:[t],injectionType:o})}if(r?.transformation===`plural`){let n=r.branches||{};if(typeof e.props.n!=`number`)return e.props.children==null?null:a(e.props.children);let i=q(e.props.n,[t],n);return a(i===null?e.props.children:i)}if(r?.transformation===`branch`){let{children:t,branch:n}=e.props,i=r.branches||{},o=n==null||n===``?void 0:n.toString();return a(o&&i[o]!==void 0?i[o]:t)}return r?.transformation===`fragment`?f.default.createElement(f.default.Fragment,{key:e.props.key,children:a(e.props.children)}):e.props.children?f.default.cloneElement(e,{...e.props,"data-_gt":void 0,children:a(e.props.children)}):f.default.cloneElement(e,{...e.props,"data-_gt":void 0})},i=e=>f.default.isValidElement(e)?r(e):e,a=e=>Array.isArray(e)?f.default.Children.map(e,i):i(e);return a(e)}function tn({sourceElement:e,targetElement:t,locales:n=[`en`],renderVariable:r}){let{props:i}=e,a=i[`data-_gt`],o=a?.transformation,s=t.d,c={};if(s&&Object.entries(Kt).forEach(([e,t])=>{s[e]&&(c[t]=s[e])}),o===`plural`){let i=e.props.n;if(typeof i!=`number`)return Z({children:e,defaultLocale:n[0],renderVariable:r});let o=q(i,n,a.branches||{}),s=o===null?e.props.children:o,c=q(i,n,t.d?.b||{});return Q({source:s,target:c===null?t.c:c,locales:n,renderVariable:r})}if(o===`branch`){let{branch:e,children:o}=i,s=e==null||e===``?void 0:e.toString(),c=a.branches||{},l=t.d?.b||{};return Q({source:s&&c[s]!==void 0?c[s]:o,target:s&&l[s]!==void 0?l[s]:t.c,locales:n,renderVariable:r})}return o===`fragment`&&t.c?f.default.createElement(f.default.Fragment,{key:e.props.key,children:Q({source:i.children,target:t.c,locales:n,renderVariable:r})}):i?.children&&t?.c?f.default.cloneElement(e,{...i,...c,"data-_gt":void 0,children:Q({source:i.children,target:t.c,locales:n,renderVariable:r})}):Z({children:e,defaultLocale:n[0],renderVariable:r})}function Q({source:e,target:t,locales:n=[`en`],renderVariable:r}){if(t==null&&e)return Z({children:e,defaultLocale:n[0],renderVariable:r});if(typeof t==`string`)return t;if(Array.isArray(t)&&!Array.isArray(e)&&e&&(e=[e]),Array.isArray(e)&&Array.isArray(t)){let i={},a={},o={},s=e.filter(e=>{if(f.default.isValidElement(e))if(Qt(e.props)){let{variableName:t,variableValue:n,variableOptions:r,injectionType:s}=X(e.props);i[t]=n,a[t]=r,o[t]=s}else return!0;return!1}),c=e=>s.find(t=>{let n=en(t);return n?.id===void 0?!1:n.id===e.i})||s.shift();return t.map((e,t)=>{if(typeof e==`string`)return(0,m.jsx)(f.default.Fragment,{children:e},`string_${t}`);if(S(e))return(0,m.jsx)(f.default.Fragment,{children:r({variableType:e.v||`v`,variableValue:i[e.k],variableOptions:a[e.k],locales:n,injectionType:o[e.k]||`manual`})},`var_${t}`);let s=c(e);return s?(0,m.jsx)(f.default.Fragment,{children:tn({sourceElement:s,targetElement:e,locales:n,renderVariable:r})},`element_${t}`):null})}if(t&&typeof t==`object`&&!Array.isArray(t)){let i=S(t)?`variable`:`element`;if(f.default.isValidElement(e)){if(i===`element`)return tn({sourceElement:e,targetElement:t,locales:n,renderVariable:r});if(Qt(e.props)){let{variableValue:t,variableOptions:i,variableType:a,injectionType:o}=X(e.props);return r({variableType:a,variableValue:t,variableOptions:i,locales:n,injectionType:o})}}}return Z({children:e,defaultLocale:n[0],renderVariable:r})}const nn=(e=`production`)=>({method:`default`,timeout:e===`development`?8e3:12e3});function rn(){return``}function $(e){return e===void 0?!1:typeof e==`string`?!0:Array.isArray(e)?!(e.length!==1&&e.length!==2||typeof e[0]!=`string`||e.length===2&&(typeof e[1]!=`object`||e[1]===null||!(`$context`in e[1])&&!(`$maxChars`in e[1])&&!(`$_hash`in e[1]))):!1}const an=e=>typeof e==`string`||Array.isArray(e),on=e=>typeof e==`object`&&!!e&&!Array.isArray(e);function sn(e,t){if(Array.isArray(e))return e.map((e,n)=>$(e)?t[n]:sn(e,t[n]));let n={...Object.fromEntries(Object.entries(e).filter(([,e])=>an(e))),...Object.fromEntries(Object.entries(t).filter(([,e])=>an(e)))},r=Object.entries(e).filter(([,e])=>on(e)).map(([e])=>e),i=Object.entries(t).filter(([,e])=>on(e)).map(([e])=>e),a=new Set([...r,...i]);for(let r of a)n[r]=sn(h(e,r)||{},h(t,r)||{});return n}const cn=typeof f.use==`function`;function ln({dictionary:e,id:t}){if(t===``)return e;let n=e,r=t.split(`.`);for(let e of r)n=h(n,e);return n}function un({dictionary:e,id:t,sourceDictionary:n}){if(t===``)return e;let r=e,i=n,a=t.split(`.`);for(let e of a)h(r,e)===void 0&&(Array.isArray(h(i,e))?g(r,e,[]):g(r,e,{})),r=h(r,e);return r}const dn=[`constructor`,`prototype`,`__proto__`];function fn(e){return!!dn.includes(e)}function pn(e,t,n,r){if($(t))return e;let i=n.split(`.`);i.forEach(e=>{if(fn(e))throw Error(`Invalid key: ${e}`)}),t||={};for(let e of i.slice(0,-1))h(t,e)??g(t,e,Array.isArray(h(r,e))?[]:{}),t=h(t,e),r=h(r,e);let a=i[i.length-1];g(t,a,e)}function mn(e){let t={};return Array.isArray(e)&&(t=[]),Object.entries(e).forEach(([e,n])=>{if($(n)){let{entry:r}=Y(n);g(t,e,r)}else g(t,e,mn(n))}),t}function hn(e){return ie(ve(ae(e))).slice(0,16)}function gn({source:e,context:t,id:n,maxChars:r,dataFormat:i},a=hn){let o;return o=i===`JSX`?vn(e):e,a(x({source:o,...n&&{id:n},...t&&{context:t},...r!=null&&{maxChars:Math.abs(r)},...i&&{dataFormat:i}}))}const _n=e=>{if(e&&typeof e==`object`){let t={};if(`c`in e&&e.c&&(t.c=vn(e.c)),`d`in e){let n=e?.d;n?.b&&(t.b=Object.fromEntries(Object.entries(n.b).map(([e,t])=>[e,vn(t)]))),n?.t&&(t.t=n.t)}return S(e)?{k:e.k,...e.v&&{v:e.v}}:t}return e};function vn(e){return Array.isArray(e)?e.map(_n):_n(e)}function yn(e,t=``){let n=!1;return Object.entries(e).forEach(([r,i])=>{let a=t?`${t}.${r}`:r;if($(i)){let{entry:t,metadata:o}=Y(i);o?.$_hash||(o||={},o.$_hash=gn({source:Mt(t),...o?.$context&&{context:o.$context},...o?.$maxChars!=null&&{maxChars:Math.abs(o.$maxChars)},id:a,dataFormat:`ICU`}),g(e,r,[t,o]),n=!0)}else{let{updateDictionary:e}=yn(i,a);n||=e}}),{dictionary:e,updateDictionary:n}}function bn(e,t,n,r,i=``){let a=!1,o=i?i.split(`.`):[];return r.forEach(({metadata:r})=>{let{$_hash:i,$id:s}=r,c=o.length>0?s.split(`.`).slice(o.length).join(`.`):s,l=J(t,c),u;$(l)&&(u=Y(l).entry);let d=n[i]||u;d&&(pn(d,t,c,e),a=!0)}),{dictionary:t,updateDictionary:a}}function xn(e,t,n,r=``){let i=r?r.split(`.`):[];return n.forEach(({source:n,metadata:r})=>{let{$id:a}=r,o=i.length>0?a.split(`.`).slice(i.length).join(`.`):a,s=J(t,o),c;$(s)&&(c=Y(s).entry),pn(c||n,t,o,e)}),t}function Sn(e,t,n){let r=ln({dictionary:e,id:n});if(!r)throw Error(It(n));if($(r))throw Error(Lt());return Cn(e,sn(r,t),n)}function Cn(e,t,n){let r=J(e,n);if(!r)throw Error(It(n));if($(r))throw Error(Rt());let i=n.split(`.`),a=i.slice(0,-1),o=i[i.length-1],s=e;return a.forEach(e=>{s=h(s,e)}),g(s,o,t),e}function wn(e,t,n=``){let r=[];return Object.entries(e).forEach(([e,i])=>{let a=n?`${n}.${e}`:e;if($(i)){let{entry:n,metadata:o}=Y(i);h(t,e)||r.push({source:n,metadata:{$id:a,$context:o?.$context,$maxChars:o?.$maxChars,$_hash:o?.$_hash||``}})}else r.push(...wn(i,h(t,e)||(Array.isArray(i)?[]:{}),a))}),r}var Tn={warn(e){console.warn(e)},error(e){console.error(e)},info(e){console.info(e)},debug(e){console.debug(e)}};function En(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 Dn=e=>`String interpolation failed for message: "${e}".`;function On(e,t,n,r){try{return(0,p.formatMessage)(e,{variables:t,locales:n,dataFormat:r})}catch{return Tn.warn(Dn(e)),e}}function kn(e,t){if(!e)return e;let n=t.$_fallback,r=En(t);try{let i=Nt(n||``);return(0,p.formatCutoff)(On(Object.keys(i).length?Pt(e):e,{...r,...i,[H]:`other`},t.$locale??t.$_locales,t.$format),{maxChars:t.$maxChars})}catch{return Tn.warn(Dn(e)),t.$_fallback==null?(0,p.formatCutoff)(e,{maxChars:t.$maxChars}):kn(t.$_fallback,{...t,$_fallback:void 0})}}function An(e){if(e.lastIndexOf(`:`)===-1)return null;let t=e.slice(e.lastIndexOf(`:`)+1);try{return JSON.parse(y(t))}catch{return null}}function jn(e){return!!(e.$_hash&&e.$_source)}function Mn(e,t){let n=t;return n.$_hash==null?gn({source:t.$format===`ICU`?Mt(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}function Nn(e){return typeof e==`string`&&e.lastIndexOf(`:`)!==-1?e.slice(0,e.lastIndexOf(`:`)):e}const Pn=(e,t={})=>kn(e,t),Fn=(e,t={})=>e&&(jn(An(e)??{})?Nn(e):kn(e,t));function In(e,t){if(typeof e!=`string`)return t?e.map((e,n)=>In(e,{...t,...t.$id&&{$id:`${t.$id}.${n}`}})):e;if(!t)return e;let n=En(t),r=e;try{r=(0,p.formatMessage)(e,{locales:[`en`],variables:{...n,[H]:`other`}})}catch{return Tn.warn(Dn(e)),e}let i=e,a=t.$_hash||Mn(e,{$format:`ICU`,...t}),o={...t,$_source:i,$_hash:a},s=ee(JSON.stringify(o));return`${r}:${s}`}function Ln({children:e}){return e}function Rn(e){return Ln(e)}Ln._gtt=`derive`,Rn._gtt=`derive`,exports.Derive=Ln,exports.Static=Rn,exports.addGTIdentifier=Ft,exports.collectUntranslatedEntries=wn,exports.declareStatic=jt,exports.declareVar=kt,exports.decodeMsg=Nn,exports.decodeOptions=An,exports.decodeVars=Dt,exports.defaultEnableI18nCookieName=`generaltranslation.enable-i18n`,exports.defaultLocaleCookieName=`generaltranslation.locale`,exports.defaultRegionCookieName=`generaltranslation.region`,exports.derive=At,exports.flattenDictionary=v,exports.getDefaultRenderSettings=nn,exports.getDictionaryEntry=J,exports.getEntryAndMetadata=Y,exports.getPluralBranch=q,exports.getSubtree=ln,exports.getSubtreeWithCreation=un,exports.getVariableName=Wt,exports.getVariableProps=X,exports.gtFallback=Pn,exports.injectAndMerge=Sn,exports.injectEntry=pn,exports.injectFallbacks=xn,exports.injectHashes=yn,exports.injectTranslations=bn,exports.isDictionaryEntry=$,exports.isValidDictionaryEntry=Zt,exports.isVariableObject=$t,exports.mFallback=Fn,exports.mergeDictionaries=sn,exports.msg=In,exports.reactHasUse=cn,exports.removeInjectedT=Bt,exports.renderDefaultChildren=Z,exports.renderSkeleton=rn,exports.renderTranslatedChildren=Q,exports.stripMetadataFromEntries=mn,exports.writeChildrenAsObjects=K;
2
+ //# sourceMappingURL=internal.cjs.min.cjs.map