@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 +1 @@
1
- {"version":3,"file":"internal.d.ts","sourceRoot":"","sources":["../src/internal.ts"],"names":[],"mappings":"AAEA,OAAO,iBAAiB,MAAM,8BAA8B,CAAC;AAC7D,OAAO,eAAe,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAC7D,OAAO,sBAAsB,MAAM,mCAAmC,CAAC;AACvE,OAAO,eAAe,MAAM,oCAAoC,CAAC;AACjE,OAAO,EACL,kBAAkB,EAClB,sBAAsB,EACvB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,mBAAmB,MAAM,oCAAoC,CAAC;AACrE,OAAO,gBAAgB,MAAM,+BAA+B,CAAC;AAC7D,OAAO,gBAAgB,MAAM,8BAA8B,CAAC;AAC5D,OAAO,eAAe,MAAM,6BAA6B,CAAC;AAC1D,OAAO,qBAAqB,MAAM,mCAAmC,CAAC;AACtE,OAAO,wBAAwB,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,wBAAwB,EAAE,MAAM,sCAAsC,CAAC;AAChF,OAAO,cAAc,MAAM,4BAA4B,CAAC;AACxD,OAAO,EACL,uBAAuB,EACvB,uBAAuB,EACvB,2BAA2B,EAC5B,MAAM,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,MAAM,kCAAkC,CAAC;AACjE,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,EAAE,UAAU,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AAC/E,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,wBAAwB,EAAE,MAAM,yCAAyC,CAAC;AACnF,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AACvE,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAC/D,OAAO,EAAE,0BAA0B,EAAE,MAAM,2CAA2C,CAAC;AACvF,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAEpD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,aAAa,EAAE,MAAM,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAExE,OAAO,EACL,eAAe,EACf,eAAe,EACf,sBAAsB,EACtB,gBAAgB,EAChB,iBAAiB,EACjB,kBAAkB,EAClB,sBAAsB,EACtB,gBAAgB,EAChB,eAAe,EACf,mBAAmB,EACnB,eAAe,EACf,qBAAqB,EACrB,wBAAwB,EACxB,cAAc,EACd,wBAAwB,EACxB,uBAAuB,EACvB,uBAAuB,EACvB,2BAA2B,EAC3B,iBAAiB,EACjB,WAAW,EACX,UAAU,EACV,sBAAsB,EACtB,WAAW,EACX,iBAAiB,EACjB,wBAAwB,EACxB,YAAY,EACZ,kBAAkB,EAClB,eAAe,EACf,cAAc,EACd,0BAA0B,EAC1B,GAAG,EACH,SAAS,EACT,aAAa,EACb,MAAM,EACN,MAAM,GACP,CAAC"}
1
+ {"version":3,"file":"internal.d.ts","names":["CustomMapping","LocaleProperties","Partial","Record","code","name","nativeName","languageCode","languageName","nativeLanguageName","nameWithRegionCode","nativeNameWithRegionCode","regionCode","regionName","nativeRegionName","scriptCode","scriptName","nativeScriptName","maximizedCode","maximizedName","nativeMaximizedName","minimizedCode","minimizedName","nativeMinimizedName","emoji","CustomRegionMapping","region","locale","CutoffFormatStyle","TerminatorOptions","terminator","separator","CutoffFormatOptions","maxChars","style","VariableType","Variable","k","i","v","HTML_CONTENT_PROPS","pl","ti","alt","arl","arb","ard","HtmlContentPropKeysRecord","HtmlContentPropValuesRecord","GTProp","JsxChildren","b","t","JsxElement","d","c","JsxChild","StringFormat","DataFormat","StringContent","IcuMessage","StringMessage","I18nextMessage","Content","FormatVariables","Date","_","a","f","g","h","l","m","n","o","p","r","s","u","x","y","Content","Content$1","CustomMapping","CustomMapping$1","CustomRegionMapping","CustomRegionMapping$1","CutoffFormatOptions","CutoffFormatOptions$1","DataFormat","DataFormat$1","GTProp","HTML_CONTENT_PROPS","HtmlContentPropKeysRecord","HtmlContentPropValuesRecord","I18nextMessage","I18nextMessage$1","IcuMessage","IcuMessage$1","JsxChild","JsxChildren","JsxChildren$1","JsxElement","LocaleProperties","LocaleProperties$1","StringContent","StringFormat","StringFormat$1","StringMessage","StringMessage$1","Variable","Variable$1","VariableType","ActionType","EntryMetadata","id","hash","context","maxChars","dataFormat","actionType","RuntimeTranslateManyOptions","sourceLocale","modelProvider","key","TranslateOptions","targetLocale","TranslateManyEntry","source","metadata","HashMetadata","TranslationStatusResult","count","availableLocales","locales","localesWaitingForApproval","JsonPrimitive","JsonValue","JsonObject","FileTranslationQuery","versionId","fileName","fileId","locale","CheckFileTranslationsOptions","timeout","FileQuery","branchId","FileQueryResult","sourceFile","fileFormat","createdAt","updatedAt","approvalRequiredAt","translations","completedAt","approvedAt","publishedAt","UpdateMetadata","staticId","format","filePaths","sourceCode","contextDeriveExpr","_contextDeriveExpr","Updates","EnqueueFilesOptions","requireApproval","description","targetLocales","version","_versionId","force","EnqueueFilesResult","jobData","jobId","sourceFileId","projectId","message","FileFormat","FormatMetadata","FileToUpload","FileReference","Omit","content","transformFormat","formatMetadata","incomingBranchId","checkedOutBranchId","FileReferenceIds","DownloadFileBatchRequest","useLatestAvailableVersion","DownloadFileBatchOptions","DownloadedFile","data","DownloadFileBatchResult","files","FetchTranslationsOptions","RetrievedTranslation","translation","RetrievedTranslations","FetchTranslationsResult","CreateTagFileReference","CreateTagOptions","tagId","CreateTagResult","tag","GTJsonFormatMetadata","Record","domain","requestVersion","approved_at","approved_by","FileUpload","UploadFilesOptions","UploadFilesResponse","uploadedFiles","EnqueueEntriesOptions","EnqueueEntriesResult","projectSettings","cdnEnabled","PublishFileEntry","publish","PublishFilesResult","results","success","error","DownloadFileOptions","TranslationResultReference","TypedResult","TranslationError","code","RequestSuccess","TranslationResult","TranslateManyResult","BranchDataResult","branches","name","defaultBranch","BranchQuery","branchNames","FileDataQuery","sourceFiles","translatedFiles","FileDataResult","OrphanedFile","GetOrphanedFilesResult","orphanedFiles","MoveMapping","oldFileId","newFileId","newFileName","MoveResult","newSourceFileId","clonedTranslationsCount","ProcessMovesResponse","summary","total","succeeded","failed","ProcessMovesOptions","JobStatus","CheckJobStatusResult","status","AwaitJobsOptions","pollingIntervalSeconds","timeoutSeconds","JobResult","AwaitJobsResult","complete","jobs","SubmitUserEditDiff","diff","localContent","SubmitUserEditDiffsPayload","diffs","Transformation","BaseTransformation","InjectionType","TransformationPrefix","VariableTransformationSuffix","_Content","Array","Metadata","FormatVariables$1","Date","Update","type","Request","ContentTranslationResult","reference","IcuTranslationResult","JsxTranslationResult","TranslationRequestConfig","baseUrl","apiKey","$","A","At","B","C","Ct","D","Dt","E","Et","F","Ft","G","H","I","It","J","K","L","Lt","M","Mt","N","Nt","O","Ot","P","Pt","Q","R","Rt","S","St","T","Tt","U","V","W","X","Y","Z","_","_t","a","at","b","bt","c","ct","d","dt","et","f","ft","g","gt","h","ht","i","it","j","jt","k","kt","l","lt","m","mt","n","nt","o","ot","p","pt","q","r","rt","s","st","t","tt","u","ut","v","vt","w","wt","x","xt","y","yt","z","DataFormat","StringFormat","BaseTranslationOptions","Record","DictionaryTranslationOptions","DictionaryOptions","$format","$context","$maxChars","context","InlineTranslationOptions","$id","$locale","$_locales","$_hash","$_source","InlineResolveOptions","EncodedTranslationOptions","RuntimeTranslationOptions","Omit","JsxTranslationOptions","LookupOptions","DictionaryLookupOptions","ResolutionOptions","T","NormalizedLookupOptions","a","c","d","f","i","l","n","o","r","s","t","u","c","JsxTranslationOptions","i","DictionaryTranslationOptions","s","InlineTranslationOptions","JsxChildren","DictionaryObjectTranslation","key","SyncResolutionFunction","message","options","SyncResolutionFunctionWithFallback","GTFunctionType","MFunctionType","T","Record","encodedMsg","TFunctionType","id","obj","ResolveJsxTranslationFunction","locale","children","a","n","o","r","t","RegisterableMessages","t","n","GTFunctionType","r","MFunctionType","gtFallback","mFallback","t","D","Variable$1","It","RuntimeTranslateManyOptions","N","VariableTransformationSuffix","O","VariableType","_","JsxElement","c","GTProp","g","JsxChildren","h","JsxChild","k","_Content","vt","FileFormat","y","LocaleProperties","IcuMessage","defaultCacheUrl","defaultBaseUrl","defaultRuntimeApiUrl","libraryDefaultLocale","defaultTimeout","pluralForms","PluralType","isAcceptedPluralForm","form","_getPluralForm","n","forms","locales","isVariable","obj","minifyVariableType","variableType","encode","data","decode","base64","isSupportedFileFormatTransform","from","to","FileFormatTransformInput","fileFormat","transformFormat","fileName","fileId","validateFileFormatTransforms","files","decodeVars","icuString","declareVar","variable","$name","options","derive","T","content","declareStatic","indexVars","extractVars","Record","condenseVars","VAR_IDENTIFIER","VAR_NAME_IDENTIFIER","OldBranchType","OldGTProp","OldJsxChildren","id","transformation","branches","OldJsxElement","type","props","children","OldVariableType","OldVariableObject","key","OldJsxChild","getNewJsxChild","child","getNewJsxChildren","getNewJsxElement","element","getNewBranchType","branch","getNewVariableType","getNewVariableObject","getNewGTProp","dataGT","getOldJsxChild","getOldJsxChildren","getOldJsxElement","getOldBranchType","getOldVariableType","getOldVariableObject","getOldGTProp","i","isOldVariableObject","isNewVariableObject","isOldJsxChildren","oldHashString","string","oldHashJsxChildren","source","context","dataFormat","hashFunction","getPluralForm","s","InlineTranslationOptions","n","gtFallback","t","mFallback","RegisterableMessages","a","getLocales","i","getLocaleProperties","getDefaultLocale","r","getLocale","getVersionId","declareStatic","declareVar","decodeVars","derive","message","options","msg","T","decodeMsg","encodedMsg","decodeOptions"],"sources":["../../format/dist/types-UnF22q9r.d.cts","../../core/dist/types-YrrGRHBP.d.cts","../../i18n/dist/options-D0Lnxv2X.d.cts","../../i18n/dist/functions-DI1QpQoC.d.cts","../../i18n/dist/message-C62MTLwE.d.cts","../src/types-dir/types.ts","../src/internal/flattenDictionary.ts","../src/internal/addGTIdentifier.ts","../src/internal/removeInjectedT.ts","../src/internal/writeChildrenAsObjects.ts","../src/branches/plurals/getPluralBranch.ts","../src/dictionaries/getDictionaryEntry.ts","../src/dictionaries/getEntryAndMetadata.ts","../src/variables/_getVariableProps.ts","../src/rendering/isVariableObject.ts","../src/variables/getVariableName.ts","../src/rendering/renderDefaultChildren.tsx","../src/rendering/renderTranslatedChildren.tsx","../src/rendering/getDefaultRenderSettings.ts","../src/rendering/renderSkeleton.tsx","../src/utils/cookies.ts","../src/dictionaries/mergeDictionaries.ts","../src/promises/reactHasUse.ts","../src/dictionaries/getSubtree.ts","../src/dictionaries/injectEntry.ts","../src/dictionaries/isDictionaryEntry.ts","../src/dictionaries/stripMetadataFromEntries.ts","../src/dictionaries/injectHashes.ts","../src/dictionaries/injectTranslations.ts","../src/dictionaries/injectFallbacks.ts","../src/dictionaries/injectAndMerge.ts","../src/dictionaries/collectUntranslatedEntries.ts","../../i18n/dist/index-BLWcN0wI.d.cts","../../core/dist/internal.d.cts","../../i18n/dist/index.d.cts","../src/variables/Derive.tsx"],"mappings":";;;;;KAwDKmC,YAAAA;;AA+BwB;;KA3BxBC,QAAAA;EACHC,CAAAA;EACAC,CAAAA;EACAC,CAAAA,GAAIJ,YAAAA;AAAAA;AAAAA;;;;cAOQK,kBAAAA;EAAAA,SACHC,EAAAA;EAAAA,SACAC,EAAAA;EAAAA,SACAC,GAAAA;EAAAA,SACAC,GAAAA;EAAAA,SACAC,GAAAA;EAAAA,SACAC,GAAAA;AAAAA;AAAAA,KAENC,yBAAAA,GAA4B7C,OAAAA,CAAQC,MAAAA,cAAoBqC,kBAAAA;AAgCnB;;;;AAAA,KA1BrCS,MAAAA;EACHE,CAAAA,GAAIhD,MAAAA,SAAe+C,WAAAA;EACnBE,CAAAA;AAAAA,IACEL,yBAAAA;AAAAA,KACCM,UAAAA;EACHD,CAAAA;EACAd,CAAAA;EACAgB,CAAAA,GAAIL,MAAAA;EACJM,CAAAA,GAAIL,WAAAA;AAAAA;AAAAA,KAEDM,QAAAA,YAAoBH,UAAAA,GAAajB,QAAAA;;;;KAIjCqB,YAAAA;;;;AEzFI;;;AAAA,KFyGJP,WAAAA,GAAcM,QAAAA,GAAWA,QAAAA;;;;;;KCkczB+N,oBAAAA;AAAAA,KACAC,4BAAAA;AAAAA,KACAF,aAAAA;AAAAA;;;;;;;KCnjBAgH,sBAAAA,GAAyBC,MAAAA;;;;;KAYzBO,wBAAAA,GAA2BR,sBAAAA;EAC9BK,QAAAA;EACAI,GAAAA,WF8CgB;EE7ChBL,OAAAA,GAAUL,YAAAA,EF2DX;EE1DCW,OAAAA;;;;EAIAC,SAAAA;EACAC,MAAAA;EACAN,SAAAA,WFiDShW;EEhDTuW,QAAAA;AAAAA;;;AFkDY;;;;AAbI;;;;;;;;;;AAAA,KGnCbmC,kCAAAA,IAAsCF,OAAAA,UAAiBC,OAAAA,GAAUN,wBAAAA;;AHgDxD;;;;;;KGxCTQ,cAAAA,GAAiBD,kCAAAA;;;;;;;AH2CuF;;KGlCxGE,aAAAA,yCAAsDG,UAAAA,EAAYF,CAAAA,EAAGJ,OAAAA,GAAUK,MAAAA,kBAAwBD,CAAAA,2BAA4BA,CAAAA;;;;;;;;;;;;;AHO7G;;;KI9CtBc,oBAAAA;;;;;;KCiBO,KAAA;EACV,EAAA;EACA,aAAA,EAAe,aAAA;EACf,cAAA,GAAiB,oBAAA;EACjB,QAAA,GAAW,MAAA,SAAe,cAAA;EAC1B,YAAA,GAAe,4BAAA;AAAA;AAAA,KAEL,kBAAA,GAAqB,MAAA;EAC/B,UAAA,EAAY,KAAA;EACZ,QAAA,GAAW,cAAA;EACX,MAAA;EACA,CAAA;EACA,GAAA,GAAM,KAAA,CAAM,GAAA;AAAA;AAAA,KAEF,aAAA,GAAgB,KAAA,CAAM,YAAA,CAAa,kBAAA;AAAA,KACnC,WAAA,GACR,OAAA,CAAQ,KAAA,CAAM,SAAA,EAAW,KAAA,CAAM,YAAA,IAC/B,aAAA;AAAA,KACQ,cAAA,GAAiB,WAAA,KAAgB,WAAA;;;;KAKjC,KAAA;AAAA,KACA,SAAA;EACV,QAAA;EACA,SAAA;EACA,MAAA;EAAA,CACC,GAAA;AAAA;AAAA,KAES,eAAA,GAAkB,KAAA,IAAS,KAAA,KAAU,KAAA,EAAO,SAAA;AAAA,KAC5C,UAAA;EAAA,CAEL,GAAA,WAAc,UAAA,GAAa,eAAA;AAAA,KAE7B,UAAA,GAAa,eAAA;AAAA,KACN,mBAAA;EAAA,CACT,GAAA,WAAc,eAAA;AAAA;;;ALmB4F;;;KKTjG,iBAAA;EACV,CAAA;EACA,CAAA,GAAI,MAAA;EACJ,CAAA,GAAI,kBAAA;AAAA;AAAA,KAEM,eAAA,GAAkB,iBAAA,YAA6B,QAAA;AAAA,KAC/C,kBAAA,GAAqB,eAAA,GAAkB,eAAA;AAAA,KACvC,YAAA;EAAA,CACT,IAAA,WAAe,kBAAA;AAAA;AAAA,KA0BN,YAAA;AAAA,KAEA,yBAAA,GAA4B,IAAA,CAAK,yBAAA;EAC3C,IAAA,GAAO,IAAA,CAAK,sBAAA;EACZ,QAAA,GAAW,IAAA;AAAA;AAAA,KAED,aAAA;ELZK,sEKcf,YAAA,EAAc,YAAA;EACd,aAAA;EACA,eAAA,EACI,IAAA,CAAK,mBAAA,GACL,IAAA,CAAK,qBAAA,GACL,yBAAA;EACJ,YAAA;EACA,aAAA,EAAe,aAAA;AAAA;AAAA,KAGL,cAAA;EACV,YAAA;EACA,aAAA;EACA,eAAA;EACA,OAAA;EACA;AAAA,GACC,IAAA,CAAK,aAAA;EACN,OAAA;AAAA,MACI,KAAA,CAAM,SAAA;;;;;AL9Ee;;;;;AAIV;iBMtCO,iBAAA,CACtB,UAAA,EAAY,UAAA,EACZ,MAAA,YACC,mBAAA;;;iBCFqB,eAAA,CACtB,QAAA,EAAU,SAAA,EACV,aAAA,YACC,cAAA;;;;;AP8BwB;;;;;AAIV;iBQrCD,eAAA,CAAgB,QAAA,EAAU,SAAA,GAAY,SAAA;;;;ARiC3B;;;;;iBSuHH,sBAAA,CACtB,QAAA,EAAU,cAAA,GACT,WAAA;;;;;;ATzHwB;;;;iBUxCH,eAAA,CACtB,CAAA,UACA,OAAA,YACA,QAAA,EAAU,MAAA;;;iBCZI,sBAAA,CACd,KAAA,YACC,KAAA,IAAS,eAAA;AAAA,iBAkBI,kBAAA,WAA6B,UAAA,CAAA,CAC3C,UAAA,EAAY,CAAA,EACZ,EAAA,WACC,UAAA,GAAa,eAAA;;;iBCxBQ,mBAAA,CAAoB,KAAA,EAAO,eAAA;EACjD,KAAA;EACA,QAAA,GAAW,SAAA;AAAA;;;KCCR,oBAAA;EACH,UAAA,EAAY,KAAA;IACV,cAAA;EAAA;EAAA,CAED,GAAA;AAAA;AAAA,iBAiBqB,gBAAA,CACtB,KAAA,EAAO,oBAAA,GACN,aAAA;;;iBC1BqB,gBAAA,CAAiB,GAAA,YAAe,GAAA,IAAO,QAAA;;;cCFzD,oBAAA;EAAA;;;;;;iBAUkB,eAAA,CACtB,KAAA,EAAO,MAAA,+BACP,YAAA,eAA2B,oBAAA;;;iBCEL,qBAAA,CAAA;EACtB,QAAA;EACA,aAAA;EACA;AAAA;EAEA,QAAA,EAAU,cAAA;EACV,aAAA;EACA,cAAA,EAAgB,cAAA;AAAA,IACd,KAAA,CAAM,SAAA;;;iBCqHc,wBAAA,CAAA;EACtB,MAAA;EACA,MAAA;EACA,OAAA;EACA;AAAA;EAEA,MAAA,EAAQ,cAAA;EACR,MAAA,EAAQ,kBAAA;EACR,OAAA;EACA,cAAA,EAAgB,cAAA;AAAA,IACd,SAAA;;;cClJS,wBAAA,GACX,WAAA;EAEA,MAAA,EAAQ,YAAA;EACR,OAAA;AAAA;;;;;AlB6CyB;;;iBmB9CH,cAAA,CAAA,GAAkB,KAAA,CAAM,SAAA;;;;;;cCHnC,uBAAA;;;;cAIA,uBAAA;ApBiDI;;;;AAAA,coB5CJ,2BAAA;;;iBCFW,iBAAA,CACtB,uBAAA,EAAyB,UAAA,EACzB,gBAAA,EAAkB,UAAA,GACjB,UAAA;;;cCZU,WAAA;;;iBCEG,UAAA,WAAqB,UAAA,CAAA,CAAA;EACnC,UAAA;EACA;AAAA;EAEA,UAAA,EAAY,CAAA;EACZ,EAAA;AAAA,IACE,UAAA,GAAa,eAAA;;;;AvB+CA;;;;iBuB3BD,sBAAA,WAAiC,UAAA,CAAA,CAAA;EAC/C,UAAA;EACA,EAAA;EACA;AAAA;EAEA,UAAA,EAAY,CAAA;EACZ,EAAA;EACA,gBAAA,EAAkB,CAAA;AAAA,IAChB,UAAA,GAAa,eAAA;;;;;AvBeU;;;;;iBwB7BX,WAAA,CACd,eAAA,EAAiB,eAAA,EACjB,UAAA,EAAY,UAAA,GAAa,eAAA,EACzB,EAAA,UACA,gBAAA,EAAkB,UAAA,GAAa,eAAA,GAAe,eAAA;;;;;AxByBrB;;;iByB7CX,iBAAA,CACd,KAAA,EAAO,UAAA,GAAa,eAAA,eACnB,KAAA,IAAS,eAAA;;;;;AzB2Ce;iB0B5CX,wBAAA,CAAyB,UAAA,EAAY,UAAA,GAAa,UAAA;;;;;A1B4CvC;;;iB2BxCX,YAAA,CACd,UAAA,EAAY,UAAA,EACZ,EAAA;EACG,UAAA,EAAY,UAAA;EAAY,gBAAA;AAAA;;;;;A3BqCF;;;;;iB4BvCX,kBAAA,CACd,UAAA,EAAY,UAAA,EACZ,sBAAA,EAAwB,UAAA,EACxB,YAAA,EAAc,YAAA,EACd,mBAAA;EACE,MAAA;EACA,QAAA;IACE,GAAA;IACA,QAAA;IACA,SAAA;IACA,MAAA;EAAA;AAAA,KAGJ,cAAA;EACG,UAAA,EAAY,UAAA;EAAY,gBAAA;AAAA;;;;;A5ByBF;;;;;iB6BvCX,eAAA,CACd,UAAA,EAAY,UAAA,EACZ,sBAAA,EAAwB,UAAA,EACxB,mBAAA;EACE,MAAA;EACA,QAAA;IACE,GAAA;IACA,QAAA;IACA,SAAA;IACA,MAAA;EAAA;AAAA,KAGJ,cAAA,YAA2B,UAAA;;;;;A7B2BF;;;;iB8BlCX,cAAA,CACd,UAAA,EAAY,UAAA,EACZ,OAAA,EAAS,UAAA,EACT,EAAA,WAAU,UAAA;;;;;A9B+Be;;;;;iB+BxCX,0BAAA,CACd,UAAA,EAAY,UAAA,EACZ,sBAAA,EAAwB,UAAA,EACxB,EAAA;EAEA,MAAA;EACA,QAAA;IACE,GAAA;IACA,QAAA;IACA,SAAA;IACA,MAAA;EAAA;AAAA;;;;A/B8BuB;;;;;AAIV;;;;;;;;;;AAOC;;;;;;;;;;AAXS,cgCxBbM,UAAAA,EAAYH,cAAAA;AAAAA;;;;;;;;;;;;;AhCmDmF;;;;;;;;;;;;;cgCvB/FI,SAAAA,EAAWF,aAAAA;;;;;;;;;;;;;iBCWR0D,UAAAA,CAAWC,SAAAA;AAAAA;AjCyBX;;;;;AAE6B;;;;;AAgBJ;;;;;;;;ACqcnB;;;;;ADvdN,iBiCCAC,UAAAA,CAAWC,QAAAA,gDAAwDE,OAAAA;EAClFD,KAAAA;AAAAA;AAAAA;AhCud+B;;;;;;;;ACrjB2C;;;;;AASnE;;;;;;;;;;;;;;AD4iBwB,iBgCxbhBE,MAAAA,wDAAAA,CAA+DE,OAAAA,EAASD,CAAAA,GAAIA,CAAAA;;;;;A9B5GX;;;;;;;;;AAWY;;;;;AAQtC;;;;;;c8BkH1CE,aAAAA,SAAsBH,MAAAA;AAAAA;;;;;;;;;;;AjCvFlB;;;;;;;;;;;;AAaJ;;;;;;;;;;;;;AAG+F;;;;;;;iBkC7B5F2E,GAAAA,WAAcf,oBAAAA,UAAAA,CAA+Ba,OAAAA,EAASG,CAAAA,GAAIA,CAAAA;AAAAA,iBAC1DD,GAAAA,WAAcf,oBAAAA,UAAAA,CAA+Ba,OAAAA,EAASG,CAAAA,EAAGF,OAAAA,GAAUnB,wBAAAA,GAA2BqB,CAAAA;AAAAA;;;;;AlCoClF;;;iBkC1BZC,SAAAA,CAAUC,UAAAA;AAAAA,iBACVD,SAAAA,4BAAAA,CAAsCC,UAAAA,EAAYF,CAAAA,GAAIA,CAAAA;AAAAA,iBACtDC,SAAAA,qCAAAA,CAA+CC,UAAAA,EAAYF,CAAAA,GAAIA,CAAAA,2BAA4BA,CAAAA;AAAAA;;;;;AlC6B3F;iBkCrBAG,aAAAA,CAAcD,UAAAA,WAAqBvB,wBAAAA;;;;;AlCnBzB;;;;;AAIV;;;;;;;;;;AAOC;;;;;;;;;;;;AAaJ;;;iBmC1CL,MAAA,WAAiB,KAAA,CAAM,SAAA,CAAA,CAAA;EAAa;AAAA;EAAc,QAAA,EAAU,CAAA;AAAA,IAAM,CAAA;AAAA,kBAAlE,MAAA;EAAA,IAAM,IAAA;AAAA;;;;;AnC6C8F;;;;;;;;;;;;;;;AAQhF;;;;;;;;;;iBmCpBpB,MAAA,WAAiB,KAAA,CAAM,SAAA,CAAA,CAAW,KAAA;EAAS,QAAA,EAAU,CAAA;AAAA,IAAM,CAAA;AAAA,kBAA3D,MAAA;EAAA,IAAM,IAAA;AAAA"}
@@ -1,2 +1,2 @@
1
- import*as t from"react";import e,{isValidElement as r,Children as n,cloneElement as i}from"react";import"generaltranslation";import{jsx as o}from"react/jsx-runtime";import{formatCutoff as a,formatMessage as s}from"generaltranslation/core";function c(t,e){if(null==t)throw new Error("Cannot index into an undefined dictionary");return Array.isArray(t),t[e]}function h(t,e,r){Array.isArray(t),t[e]=r}const u=t=>`Duplicate key found in dictionary: "${t}"`;function l(t,e=""){const r={};for(const n in t)if(t.hasOwnProperty(n)){const i=e?`${e}.${n}`:n;if("object"!=typeof c(t,n)||null===c(t,n)||Array.isArray(c(t,n))){if(r.hasOwnProperty(i))throw new Error(u(i));r[i]=c(t,n)}else{const e=l(c(t,n),i);for(const t in e){if(r.hasOwnProperty(t))throw new Error(u(t));r[t]=e[t]}}}return r}const f="en",p="DEFAULT_TERMINATOR_KEY",d={ellipsis:{fr:{terminator:"…",separator:" "},zh:{terminator:"……",separator:void 0},ja:{terminator:"……",separator:void 0},[p]:{terminator:"…",separator:void 0}},none:{[p]:{terminator:void 0,separator:void 0}}};const y={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(t,e={}){try{const e=t?Array.isArray(t)?t.map(t=>String(t)):[String(t)]:["en"],r=Intl.getCanonicalLocales(e);this.locale=r.length?r[0]:"en"}catch{this.locale="en"}if(!d[e.style??"ellipsis"])throw new Error((t=>`generaltranslation Formatting Error: Invalid cutoff style: ${t}.`)(e.style??"ellipsis"));let r,n;if(void 0!==e.maxChars){r=e.style??"ellipsis";const t=new Intl.Locale(this.locale).language;n=d[r][t]||d[r].DEFAULT_TERMINATOR_KEY}let i=e.terminator??n?.terminator,o=null!=i?e.separator??n?.separator:void 0;this.additionLength=(i?.length??0)+(o?.length??0),void 0!==e.maxChars&&Math.abs(e.maxChars)<this.additionLength&&(i=void 0,o=void 0),this.options={maxChars:e.maxChars,style:r,terminator:i,separator:o}}format(t){return this.formatToParts(t).join("")}formatToParts(t){const{maxChars:e,terminator:r,separator:n}=this.options,i=void 0===e||Math.abs(e)>=t.length?e:e>=0?Math.max(0,e-this.additionLength):Math.min(0,e+this.additionLength),o=void 0!==i&&i>-1?t.slice(0,i):t.slice(i);return null==e||null==i||0===i||null==r||t.length<=Math.abs(e)?[o]:i>0?null!=n?[o,n,r]:[o,r]:null!=n?[r,n,o]:[r,o]}resolvedOptions(){return this.options}}};const b=new class{constructor(){this.cache={}}_generateKey(t,e={}){return`${t?Array.isArray(t)?t.map(t=>String(t)).join(","):String(t):"undefined"}:${e?JSON.stringify(e,Object.keys(e).sort()):"{}"}`}get(t,...e){const[r="en",n={}]=e,i=this._generateKey(r,n);let o=this.cache[t]?.[i];return void 0===o&&(o=new y[t](...e),this.cache[t]||(this.cache[t]={}),this.cache[t][i]=o),o}};function m(t){if(void 0===t)return;if(null===t)return"null";if("number"==typeof t)return isFinite(t)?""+t:"null";if("object"!=typeof t)return JSON.stringify(t);if(Array.isArray(t)){let e="[";for(let r=0;r<t.length;r++)r&&(e+=","),e+=m(t[r])||"null";return e+"]"}const e=Object.keys(t).sort();let r="";for(const n of e){const e=m(t[n]);e&&(r&&(r+=","),r+=JSON.stringify(n)+":"+e)}return"{"+r+"}"}function E(t){return m(t)??""}function g(t){const e=t;if(e&&"object"==typeof e&&"string"==typeof e.k){const t=Object.keys(e);if(1===t.length)return!0;if(2===t.length){if("number"==typeof e.i)return!0;if("string"==typeof e.v)return!0}if(3===t.length&&"string"==typeof e.v&&"number"==typeof e.i)return!0}return!1}function _(t,e,r=""){const n=(i=t)instanceof Uint8Array||ArrayBuffer.isView(i)&&"Uint8Array"===i.constructor.name&&"BYTES_PER_ELEMENT"in i&&1===i.BYTES_PER_ELEMENT;var i;const o=t?.length;if(!n||void 0!==e){const e=(r&&`"${r}" `)+"expected Uint8Array"+""+", got "+(n?`length=${o}`:"type="+typeof t);if(!n)throw new TypeError(e);throw new RangeError(e)}return t}function v(t,e=!0){if(t.destroyed)throw new Error("Hash instance has been destroyed");if(e&&t.finished)throw new Error("Hash#digest() has already been called")}function T(...t){for(let e=0;e<t.length;e++)t[e].fill(0)}function H(t){return new DataView(t.buffer,t.byteOffset,t.byteLength)}function A(t,e){return t<<32-e|t>>>e}const B=(()=>"function"==typeof Uint8Array.from([]).toHex&&"function"==typeof Uint8Array.fromHex)(),P=Array.from({length:256},(t,e)=>e.toString(16).padStart(2,"0"));function O(t,e={}){const r=(e,r)=>t(r).update(e).digest(),n=t(void 0);return r.outputLen=n.outputLen,r.blockLen=n.blockLen,r.canXOF=n.canXOF,r.create=e=>t(e),Object.assign(r,e),Object.freeze(r)}const S=t=>({oid:Uint8Array.from([6,9,96,134,72,1,101,3,4,2,t])});function w(t,e,r){return t&e^~t&r}function L(t,e,r){return t&e^t&r^e&r}class C{blockLen;outputLen;canXOF=!1;padOffset;isLE;buffer;view;finished=!1;length=0;pos=0;destroyed=!1;constructor(t,e,r,n){this.blockLen=t,this.outputLen=e,this.padOffset=r,this.isLE=n,this.buffer=new Uint8Array(t),this.view=H(this.buffer)}update(t){v(this),_(t);const{view:e,buffer:r,blockLen:n}=this,i=t.length;for(let o=0;o<i;){const a=Math.min(n-this.pos,i-o);if(a===n){const e=H(t);for(;n<=i-o;o+=n)this.process(e,o);continue}r.set(t.subarray(o,o+a),this.pos),this.pos+=a,o+=a,this.pos===n&&(this.process(e,0),this.pos=0)}return this.length+=t.length,this.roundClean(),this}digestInto(t){v(this),function(t,e){_(t,void 0,"digestInto() output");const r=e.outputLen;if(t.length<r)throw new RangeError('"digestInto() output" expected to be of length >='+r)}(t,this),this.finished=!0;const{buffer:e,view:r,blockLen:n,isLE:i}=this;let{pos:o}=this;e[o++]=128,T(this.buffer.subarray(o)),this.padOffset>n-o&&(this.process(r,0),o=0);for(let t=o;t<n;t++)e[t]=0;r.setBigUint64(n-8,BigInt(8*this.length),i),this.process(r,0);const a=H(t),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 t=0;t<c;t++)a.setUint32(4*t,h[t],i)}digest(){const{buffer:t,outputLen:e}=this;this.digestInto(t);const r=t.slice(0,e);return this.destroy(),r}_cloneInto(t){t||=new this.constructor,t.set(...this.get());const{blockLen:e,buffer:r,length:n,finished:i,destroyed:o,pos:a}=this;return t.destroyed=o,t.finished=i,t.length=n,t.pos=a,n%e&&t.buffer.set(r),t}clone(){return this._cloneInto()}}const N=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),I=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]),R=new Uint32Array(64);class M extends C{constructor(t){super(64,t,8,!1)}get(){const{A:t,B:e,C:r,D:n,E:i,F:o,G:a,H:s}=this;return[t,e,r,n,i,o,a,s]}set(t,e,r,n,i,o,a,s){this.A=0|t,this.B=0|e,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(t,e){for(let r=0;r<16;r++,e+=4)R[r]=t.getUint32(e,!1);for(let t=16;t<64;t++){const e=R[t-15],r=R[t-2],n=A(e,7)^A(e,18)^e>>>3,i=A(r,17)^A(r,19)^r>>>10;R[t]=i+R[t-7]+n+R[t-16]|0}let{A:r,B:n,C:i,D:o,E:a,F:s,G:c,H:h}=this;for(let t=0;t<64;t++){const e=h+(A(a,6)^A(a,11)^A(a,25))+w(a,s,c)+I[t]+R[t]|0,u=(A(r,2)^A(r,13)^A(r,22))+L(r,n,i)|0;h=c,c=s,s=a,a=o+e|0,o=i,i=n,n=r,r=e+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(){T(R)}destroy(){this.destroyed=!0,this.set(0,0,0,0,0,0,0,0),T(this.buffer)}}class U extends M{A=0|N[0];B=0|N[1];C=0|N[2];D=0|N[3];E=0|N[4];F=0|N[5];G=0|N[6];H=0|N[7];constructor(){super(32)}}const j=O(()=>new U,S(1));var D=function(t,e){return D=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},D(t,e)};function G(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}D(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}var k=function(){return k=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},k.apply(this,arguments)};function F(t,e){var r={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(n=Object.getOwnPropertySymbols(t);i<n.length;i++)e.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(t,n[i])&&(r[n[i]]=t[n[i]])}return r}function x(t,e,r,n){var i,o=arguments.length,a=o<3?e:null===n?n=Object.getOwnPropertyDescriptor(e,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,r,n);else for(var s=t.length-1;s>=0;s--)(i=t[s])&&(a=(o<3?i(a):o>3?i(e,r,a):i(e,r))||a);return o>3&&a&&Object.defineProperty(e,r,a),a}function $(t,e){return function(r,n){e(r,n,t)}}function V(t,e,r,n,i,o){function a(t){if(void 0!==t&&"function"!=typeof t)throw new TypeError("Function expected");return t}for(var s,c=n.kind,h="getter"===c?"get":"setter"===c?"set":"value",u=!e&&t?n.static?t:t.prototype:null,l=e||(u?Object.getOwnPropertyDescriptor(u,n.name):{}),f=!1,p=r.length-1;p>=0;p--){var d={};for(var y in n)d[y]="access"===y?{}:n[y];for(var y in n.access)d.access[y]=n.access[y];d.addInitializer=function(t){if(f)throw new TypeError("Cannot add initializers after decoration has completed");o.push(a(t||null))};var b=(0,r[p])("accessor"===c?{get:l.get,set:l.set}:l[h],d);if("accessor"===c){if(void 0===b)continue;if(null===b||"object"!=typeof b)throw new TypeError("Object expected");(s=a(b.get))&&(l.get=s),(s=a(b.set))&&(l.set=s),(s=a(b.init))&&i.unshift(s)}else(s=a(b))&&("field"===c?i.unshift(s):l[h]=s)}u&&Object.defineProperty(u,n.name,l),f=!0}function X(t,e,r){for(var n=arguments.length>2,i=0;i<e.length;i++)r=n?e[i].call(t,r):e[i].call(t);return n?r:void 0}function K(t){return"symbol"==typeof t?t:"".concat(t)}function Y(t,e,r){return"symbol"==typeof e&&(e=e.description?"[".concat(e.description,"]"):""),Object.defineProperty(t,"name",{configurable:!0,value:r?"".concat(r," ",e):e})}function W(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)}function Z(t,e,r,n){return new(r||(r=Promise))(function(i,o){function a(t){try{c(n.next(t))}catch(t){o(t)}}function s(t){try{c(n.throw(t))}catch(t){o(t)}}function c(t){var e;t.done?i(t.value):(e=t.value,e instanceof r?e:new r(function(t){t(e)})).then(a,s)}c((n=n.apply(t,e||[])).next())})}function J(t,e){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=e.call(t,o)}catch(t){s=[6,t],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 z=Object.create?function(t,e,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}:function(t,e,r,n){void 0===n&&(n=r),t[n]=e[r]};function Q(t,e){for(var r in t)"default"===r||Object.prototype.hasOwnProperty.call(e,r)||z(e,t,r)}function q(t){var e="function"==typeof Symbol&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function tt(t,e){var r="function"==typeof Symbol&&t[Symbol.iterator];if(!r)return t;var n,i,o=r.call(t),a=[];try{for(;(void 0===e||e-- >0)&&!(n=o.next()).done;)a.push(n.value)}catch(t){i={error:t}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return a}function et(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(tt(arguments[e]));return t}function rt(){for(var t=0,e=0,r=arguments.length;e<r;e++)t+=arguments[e].length;var n=Array(t),i=0;for(e=0;e<r;e++)for(var o=arguments[e],a=0,s=o.length;a<s;a++,i++)n[i]=o[a];return n}function nt(t,e,r){if(r||2===arguments.length)for(var n,i=0,o=e.length;i<o;i++)!n&&i in e||(n||(n=Array.prototype.slice.call(e,0,i)),n[i]=e[i]);return t.concat(n||Array.prototype.slice.call(e))}function it(t){return this instanceof it?(this.v=t,this):new it(t)}function ot(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n,i=r.apply(t,e||[]),o=[];return n=Object.create(("function"==typeof AsyncIterator?AsyncIterator:Object).prototype),a("next"),a("throw"),a("return",function(t){return function(e){return Promise.resolve(e).then(t,h)}}),n[Symbol.asyncIterator]=function(){return this},n;function a(t,e){i[t]&&(n[t]=function(e){return new Promise(function(r,n){o.push([t,e,r,n])>1||s(t,e)})},e&&(n[t]=e(n[t])))}function s(t,e){try{(r=i[t](e)).value instanceof it?Promise.resolve(r.value.v).then(c,h):u(o[0][2],r)}catch(t){u(o[0][3],t)}var r}function c(t){s("next",t)}function h(t){s("throw",t)}function u(t,e){t(e),o.shift(),o.length&&s(o[0][0],o[0][1])}}function at(t){var e,r;return e={},n("next"),n("throw",function(t){throw t}),n("return"),e[Symbol.iterator]=function(){return this},e;function n(n,i){e[n]=t[n]?function(e){return(r=!r)?{value:it(t[n](e)),done:!1}:i?i(e):e}:i}}function st(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e,r=t[Symbol.asyncIterator];return r?r.call(t):(t=q(t),e={},n("next"),n("throw"),n("return"),e[Symbol.asyncIterator]=function(){return this},e);function n(r){e[r]=t[r]&&function(e){return new Promise(function(n,i){(function(t,e,r,n){Promise.resolve(n).then(function(e){t({value:e,done:r})},e)})(n,i,(e=t[r](e)).done,e.value)})}}}function ct(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}var ht=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},ut=function(t){return ut=Object.getOwnPropertyNames||function(t){var e=[];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[e.length]=r);return e},ut(t)};function lt(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r=ut(t),n=0;n<r.length;n++)"default"!==r[n]&&z(e,t,r[n]);return ht(e,t),e}function ft(t){return t&&t.__esModule?t:{default:t}}function pt(t,e,r,n){if("a"===r&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!n:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?n:"a"===r?n.call(t):n?n.value:e.get(t)}function dt(t,e,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 e?t!==e||!i:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===n?i.call(t,r):i?i.value=r:e.set(t,r),r}function yt(t,e){if(null===e||"object"!=typeof e&&"function"!=typeof e)throw new TypeError("Cannot use 'in' operator on non-object");return"function"==typeof t?e===t:t.has(e)}function bt(t,e,r){if(null!=e){if("object"!=typeof e&&"function"!=typeof e)throw new TypeError("Object expected.");var n,i;if(r){if(!Symbol.asyncDispose)throw new TypeError("Symbol.asyncDispose is not defined.");n=e[Symbol.asyncDispose]}if(void 0===n){if(!Symbol.dispose)throw new TypeError("Symbol.dispose is not defined.");n=e[Symbol.dispose],r&&(i=n)}if("function"!=typeof n)throw new TypeError("Object not disposable.");i&&(n=function(){try{i.call(this)}catch(t){return Promise.reject(t)}}),t.stack.push({value:e,dispose:n,async:r})}else r&&t.stack.push({async:!0});return e}var mt="function"==typeof SuppressedError?SuppressedError:function(t,e,r){var n=new Error(r);return n.name="SuppressedError",n.error=t,n.suppressed=e,n};function Et(t){function e(e){t.error=t.hasError?new mt(e,t.error,"An error was suppressed during disposal."):e,t.hasError=!0}var r,n=0;return function i(){for(;r=t.stack.pop();)try{if(!r.async&&1===n)return n=0,t.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(t){return e(t),i()})}else n|=1}catch(t){e(t)}if(1===n)return t.hasError?Promise.reject(t.error):Promise.resolve();if(t.hasError)throw t.error}()}function gt(t,e){return"string"==typeof t&&/^\.\.?\//.test(t)?t.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+?)?)\.([cm]?)ts$/i,function(t,r,n,i,o){return r?e?".jsx":".js":!n||i&&o?n+i+"."+o.toLowerCase()+"js":t}):t}var _t,vt,Tt,Ht={__extends:G,__assign:k,__rest:F,__decorate:x,__param:$,__esDecorate:V,__runInitializers:X,__propKey:K,__setFunctionName:Y,__metadata:W,__awaiter:Z,__generator:J,__createBinding:z,__exportStar:Q,__values:q,__read:tt,__spread:et,__spreadArrays:rt,__spreadArray:nt,__await:it,__asyncGenerator:ot,__asyncDelegator:at,__asyncValues:st,__makeTemplateObject:ct,__importStar:lt,__importDefault:ft,__classPrivateFieldGet:pt,__classPrivateFieldSet:dt,__classPrivateFieldIn:yt,__addDisposableResource:bt,__disposeResources:Et,__rewriteRelativeImportExtension:gt},At=Object.freeze({__proto__:null,__addDisposableResource:bt,get __assign(){return k},__asyncDelegator:at,__asyncGenerator:ot,__asyncValues:st,__await:it,__awaiter:Z,__classPrivateFieldGet:pt,__classPrivateFieldIn:yt,__classPrivateFieldSet:dt,__createBinding:z,__decorate:x,__disposeResources:Et,__esDecorate:V,__exportStar:Q,__extends:G,__generator:J,__importDefault:ft,__importStar:lt,__makeTemplateObject:ct,__metadata:W,__param:$,__propKey:K,__read:tt,__rest:F,__rewriteRelativeImportExtension:gt,__runInitializers:X,__setFunctionName:Y,__spread:et,__spreadArray:nt,__spreadArrays:rt,__values:q,default:Ht});!function(t){t[t.EXPECT_ARGUMENT_CLOSING_BRACE=1]="EXPECT_ARGUMENT_CLOSING_BRACE",t[t.EMPTY_ARGUMENT=2]="EMPTY_ARGUMENT",t[t.MALFORMED_ARGUMENT=3]="MALFORMED_ARGUMENT",t[t.EXPECT_ARGUMENT_TYPE=4]="EXPECT_ARGUMENT_TYPE",t[t.INVALID_ARGUMENT_TYPE=5]="INVALID_ARGUMENT_TYPE",t[t.EXPECT_ARGUMENT_STYLE=6]="EXPECT_ARGUMENT_STYLE",t[t.INVALID_NUMBER_SKELETON=7]="INVALID_NUMBER_SKELETON",t[t.INVALID_DATE_TIME_SKELETON=8]="INVALID_DATE_TIME_SKELETON",t[t.EXPECT_NUMBER_SKELETON=9]="EXPECT_NUMBER_SKELETON",t[t.EXPECT_DATE_TIME_SKELETON=10]="EXPECT_DATE_TIME_SKELETON",t[t.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]="UNCLOSED_QUOTE_IN_ARGUMENT_STYLE",t[t.EXPECT_SELECT_ARGUMENT_OPTIONS=12]="EXPECT_SELECT_ARGUMENT_OPTIONS",t[t.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]="EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE",t[t.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]="INVALID_PLURAL_ARGUMENT_OFFSET_VALUE",t[t.EXPECT_SELECT_ARGUMENT_SELECTOR=15]="EXPECT_SELECT_ARGUMENT_SELECTOR",t[t.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]="EXPECT_PLURAL_ARGUMENT_SELECTOR",t[t.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]="EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT",t[t.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]="EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT",t[t.INVALID_PLURAL_ARGUMENT_SELECTOR=19]="INVALID_PLURAL_ARGUMENT_SELECTOR",t[t.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]="DUPLICATE_PLURAL_ARGUMENT_SELECTOR",t[t.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]="DUPLICATE_SELECT_ARGUMENT_SELECTOR",t[t.MISSING_OTHER_CLAUSE=22]="MISSING_OTHER_CLAUSE",t[t.INVALID_TAG=23]="INVALID_TAG",t[t.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",t[t.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",t[t.UNCLOSED_TAG=27]="UNCLOSED_TAG"}(_t||(_t={})),function(t){t[t.literal=0]="literal",t[t.argument=1]="argument",t[t.number=2]="number",t[t.date=3]="date",t[t.time=4]="time",t[t.select=5]="select",t[t.plural=6]="plural",t[t.pound=7]="pound",t[t.tag=8]="tag"}(vt||(vt={})),function(t){t[t.number=0]="number",t[t.dateTime=1]="dateTime"}(Tt||(Tt={}));var Bt=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,Pt=/(?:[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 Ot(t){var e={};return t.replace(Pt,function(t){var r=t.length;switch(t[0]){case"G":e.era=4===r?"long":5===r?"narrow":"short";break;case"y":e.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":e.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":e.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":e.weekday=4===r?"long":5===r?"narrow":"short";break;case"e":if(r<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");e.weekday=["short","long","narrow","short"][r-4];break;case"c":if(r<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");e.weekday=["short","long","narrow","short"][r-4];break;case"a":e.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":e.hourCycle="h12",e.hour=["numeric","2-digit"][r-1];break;case"H":e.hourCycle="h23",e.hour=["numeric","2-digit"][r-1];break;case"K":e.hourCycle="h11",e.hour=["numeric","2-digit"][r-1];break;case"k":e.hourCycle="h24",e.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":e.minute=["numeric","2-digit"][r-1];break;case"s":e.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":e.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""}),e}var St=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function wt(t){return t.replace(/^(.*?)-/,"")}var Lt=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,Ct=/^(@+)?(\+|#+)?[rs]?$/g,Nt=/(\*)(0+)|(#+)(0+)|(0+)/g,It=/^(0+)$/;function Rt(t){var e={};return"r"===t[t.length-1]?e.roundingPriority="morePrecision":"s"===t[t.length-1]&&(e.roundingPriority="lessPrecision"),t.replace(Ct,function(t,r,n){return"string"!=typeof n?(e.minimumSignificantDigits=r.length,e.maximumSignificantDigits=r.length):"+"===n?e.minimumSignificantDigits=r.length:"#"===r[0]?e.maximumSignificantDigits=r.length:(e.minimumSignificantDigits=r.length,e.maximumSignificantDigits=r.length+("string"==typeof n?n.length:0)),""}),e}function Mt(t){switch(t){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 Ut(t){var e;if("E"===t[0]&&"E"===t[1]?(e={notation:"engineering"},t=t.slice(2)):"E"===t[0]&&(e={notation:"scientific"},t=t.slice(1)),e){var r=t.slice(0,2);if("+!"===r?(e.signDisplay="always",t=t.slice(2)):"+?"===r&&(e.signDisplay="exceptZero",t=t.slice(2)),!It.test(t))throw new Error("Malformed concise eng/scientific notation");e.minimumIntegerDigits=t.length}return e}function jt(t){var e=Mt(t);return e||{}}function Dt(t){for(var e={},r=0,n=t;r<n.length;r++){var i=n[r];switch(i.stem){case"percent":case"%":e.style="percent";continue;case"%x100":e.style="percent",e.scale=100;continue;case"currency":e.style="currency",e.currency=i.options[0];continue;case"group-off":case",_":e.useGrouping=!1;continue;case"precision-integer":case".":e.maximumFractionDigits=0;continue;case"measure-unit":case"unit":e.style="unit",e.unit=wt(i.options[0]);continue;case"compact-short":case"K":e.notation="compact",e.compactDisplay="short";continue;case"compact-long":case"KK":e.notation="compact",e.compactDisplay="long";continue;case"scientific":e=k(k(k({},e),{notation:"scientific"}),i.options.reduce(function(t,e){return k(k({},t),jt(e))},{}));continue;case"engineering":e=k(k(k({},e),{notation:"engineering"}),i.options.reduce(function(t,e){return k(k({},t),jt(e))},{}));continue;case"notation-simple":e.notation="standard";continue;case"unit-width-narrow":e.currencyDisplay="narrowSymbol",e.unitDisplay="narrow";continue;case"unit-width-short":e.currencyDisplay="code",e.unitDisplay="short";continue;case"unit-width-full-name":e.currencyDisplay="name",e.unitDisplay="long";continue;case"unit-width-iso-code":e.currencyDisplay="symbol";continue;case"scale":e.scale=parseFloat(i.options[0]);continue;case"rounding-mode-floor":e.roundingMode="floor";continue;case"rounding-mode-ceiling":e.roundingMode="ceil";continue;case"rounding-mode-down":e.roundingMode="trunc";continue;case"rounding-mode-up":e.roundingMode="expand";continue;case"rounding-mode-half-even":e.roundingMode="halfEven";continue;case"rounding-mode-half-down":e.roundingMode="halfTrunc";continue;case"rounding-mode-half-up":e.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(Nt,function(t,r,n,i,o,a){if(r)e.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(It.test(i.stem))e.minimumIntegerDigits=i.stem.length;else if(Lt.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(Lt,function(t,r,n,i,o,a){return"*"===n?e.minimumFractionDigits=r.length:i&&"#"===i[0]?e.maximumFractionDigits=i.length:o&&a?(e.minimumFractionDigits=o.length,e.maximumFractionDigits=o.length+a.length):(e.minimumFractionDigits=r.length,e.maximumFractionDigits=r.length),""});var o=i.options[0];"w"===o?e=k(k({},e),{trailingZeroDisplay:"stripIfInteger"}):o&&(e=k(k({},e),Rt(o)))}else if(Ct.test(i.stem))e=k(k({},e),Rt(i.stem));else{var a=Mt(i.stem);a&&(e=k(k({},e),a));var s=Ut(i.stem);s&&(e=k(k({},e),s))}}return e}var Gt,kt={"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 Ft(t){var e=t.hourCycle;if(void 0===e&&t.hourCycles&&t.hourCycles.length&&(e=t.hourCycles[0]),e)switch(e){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=t.language;return"root"!==n&&(r=t.maximize().region),(kt[r||""]||kt[n||""]||kt["".concat(n,"-001")]||kt["001"])[0]}var xt=new RegExp("^".concat(Bt.source,"*")),$t=new RegExp("".concat(Bt.source,"*$"));function Vt(t,e){return{start:t,end:e}}var Xt=!!String.prototype.startsWith&&"_a".startsWith("a",1),Kt=!!String.fromCodePoint,Yt=!!Object.fromEntries,Wt=!!String.prototype.codePointAt,Zt=!!String.prototype.trimStart,Jt=!!String.prototype.trimEnd,zt=!!Number.isSafeInteger?Number.isSafeInteger:function(t){return"number"==typeof t&&isFinite(t)&&Math.floor(t)===t&&Math.abs(t)<=9007199254740991},Qt=!0;try{Qt="a"===(null===(Gt=ae("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===Gt?void 0:Gt[0])}catch(t){Qt=!1}var qt,te=Xt?function(t,e,r){return t.startsWith(e,r)}:function(t,e,r){return t.slice(r,r+e.length)===e},ee=Kt?String.fromCodePoint:function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];for(var r,n="",i=t.length,o=0;i>o;){if((r=t[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},re=Yt?Object.fromEntries:function(t){for(var e={},r=0,n=t;r<n.length;r++){var i=n[r],o=i[0],a=i[1];e[o]=a}return e},ne=Wt?function(t,e){return t.codePointAt(e)}:function(t,e){var r=t.length;if(!(e<0||e>=r)){var n,i=t.charCodeAt(e);return i<55296||i>56319||e+1===r||(n=t.charCodeAt(e+1))<56320||n>57343?i:n-56320+(i-55296<<10)+65536}},ie=Zt?function(t){return t.trimStart()}:function(t){return t.replace(xt,"")},oe=Jt?function(t){return t.trimEnd()}:function(t){return t.replace($t,"")};function ae(t,e){return new RegExp(t,e)}if(Qt){var se=ae("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");qt=function(t,e){var r;return se.lastIndex=e,null!==(r=se.exec(t)[1])&&void 0!==r?r:""}}else qt=function(t,e){for(var r=[];;){var n=ne(t,e);if(void 0===n||le(n)||fe(n))break;r.push(n),e+=n>=65536?2:1}return ee.apply(void 0,r)};var ce=function(){function t(t,e){void 0===e&&(e={}),this.message=t,this.position={offset:0,line:1,column:1},this.ignoreTag=!!e.ignoreTag,this.locale=e.locale,this.requiresOtherClause=!!e.requiresOtherClause,this.shouldParseSkeletons=!!e.shouldParseSkeletons}return t.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},t.prototype.parseMessage=function(t,e,r){for(var n=[];!this.isEOF();){var i=this.char();if(123===i){if((o=this.parseArgument(t,r)).err)return o;n.push(o.val)}else{if(125===i&&t>0)break;if(35!==i||"plural"!==e&&"selectordinal"!==e){if(60===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(_t.UNMATCHED_CLOSING_TAG,Vt(this.clonePosition(),this.clonePosition()))}if(60===i&&!this.ignoreTag&&he(this.peek()||0)){if((o=this.parseTag(t,e)).err)return o;n.push(o.val)}else{var o;if((o=this.parseLiteral(t,e)).err)return o;n.push(o.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:vt.pound,location:Vt(a,this.clonePosition())})}}}return{val:n,err:null}},t.prototype.parseTag=function(t,e){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:vt.literal,value:"<".concat(n,"/>"),location:Vt(r,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(t+1,e,!0);if(i.err)return i;var o=i.val,a=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!he(this.char()))return this.error(_t.INVALID_TAG,Vt(a,this.clonePosition()));var s=this.clonePosition();return n!==this.parseTagName()?this.error(_t.UNMATCHED_CLOSING_TAG,Vt(s,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:vt.tag,value:n,children:o,location:Vt(r,this.clonePosition())},err:null}:this.error(_t.INVALID_TAG,Vt(a,this.clonePosition())))}return this.error(_t.UNCLOSED_TAG,Vt(r,this.clonePosition()))}return this.error(_t.INVALID_TAG,Vt(r,this.clonePosition()))},t.prototype.parseTagName=function(){var t=this.offset();for(this.bump();!this.isEOF()&&ue(this.char());)this.bump();return this.message.slice(t,this.offset())},t.prototype.parseLiteral=function(t,e){for(var r=this.clonePosition(),n="";;){var i=this.tryParseQuote(e);if(i)n+=i;else{var o=this.tryParseUnquoted(t,e);if(o)n+=o;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Vt(r,this.clonePosition());return{val:{type:vt.literal,value:n,location:s},err:null}},t.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(he(t=this.peek()||0)||47===t)?null:(this.bump(),"<");var t},t.prototype.tryParseQuote=function(t){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"===t||"selectordinal"===t)break;return null;default:return null}this.bump();var e=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}e.push(39),this.bump()}else e.push(r);this.bump()}return ee.apply(void 0,e)},t.prototype.tryParseUnquoted=function(t,e){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&("plural"===e||"selectordinal"===e)||125===r&&t>0?null:(this.bump(),ee(r))},t.prototype.parseArgument=function(t,e){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(_t.EXPECT_ARGUMENT_CLOSING_BRACE,Vt(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(_t.EMPTY_ARGUMENT,Vt(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(_t.MALFORMED_ARGUMENT,Vt(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(_t.EXPECT_ARGUMENT_CLOSING_BRACE,Vt(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:vt.argument,value:n,location:Vt(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(_t.EXPECT_ARGUMENT_CLOSING_BRACE,Vt(r,this.clonePosition())):this.parseArgumentOptions(t,e,n,r);default:return this.error(_t.MALFORMED_ARGUMENT,Vt(r,this.clonePosition()))}},t.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),e=this.offset(),r=qt(this.message,e),n=e+r.length;return this.bumpTo(n),{value:r,location:Vt(t,this.clonePosition())}},t.prototype.parseArgumentOptions=function(t,e,r,n){var i,o=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case"":return this.error(_t.EXPECT_ARGUMENT_TYPE,Vt(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=oe(m.val)).length)return this.error(_t.EXPECT_ARGUMENT_STYLE,Vt(this.clonePosition(),this.clonePosition()));c={style:p,styleLocation:Vt(h,this.clonePosition())}}if((E=this.tryParseArgumentClose(n)).err)return E;var u=Vt(n,this.clonePosition());if(c&&te(null==c?void 0:c.style,"::",0)){var l=ie(c.style.slice(2));if("number"===a)return(m=this.parseNumberSkeletonFromString(l,c.styleLocation)).err?m:{val:{type:vt.number,value:r,location:u,style:m.val},err:null};if(0===l.length)return this.error(_t.EXPECT_DATE_TIME_SKELETON,u);var f=l;this.locale&&(f=function(t,e){for(var r="",n=0;n<t.length;n++){var i=t.charAt(n);if("j"===i){for(var o=0;n+1<t.length&&t.charAt(n+1)===i;)o++,n++;var a=1+(1&o),s=o<2?1:3+(o>>1),c=Ft(e);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:Tt.dateTime,pattern:f,location:c.styleLocation,parsedOptions:this.shouldParseSkeletons?Ot(f):{}};return{val:{type:"date"===a?vt.date:vt.time,value:r,location:u,style:p},err:null}}return{val:{type:"number"===a?vt.number:"date"===a?vt.date:vt.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(_t.EXPECT_SELECT_ARGUMENT_OPTIONS,Vt(d,k({},d)));this.bumpSpace();var y=this.parseIdentifierIfPossible(),b=0;if("select"!==a&&"offset"===y.value){if(!this.bumpIf(":"))return this.error(_t.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Vt(this.clonePosition(),this.clonePosition()));var m;if(this.bumpSpace(),(m=this.tryParseDecimalInteger(_t.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,_t.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return m;this.bumpSpace(),y=this.parseIdentifierIfPossible(),b=m.val}var E,g=this.tryParsePluralOrSelectOptions(t,a,e,y);if(g.err)return g;if((E=this.tryParseArgumentClose(n)).err)return E;var _=Vt(n,this.clonePosition());return"select"===a?{val:{type:vt.select,value:r,options:re(g.val),location:_},err:null}:{val:{type:vt.plural,value:r,options:re(g.val),offset:b,pluralType:"plural"===a?"cardinal":"ordinal",location:_},err:null};default:return this.error(_t.INVALID_ARGUMENT_TYPE,Vt(o,s))}},t.prototype.tryParseArgumentClose=function(t){return this.isEOF()||125!==this.char()?this.error(_t.EXPECT_ARGUMENT_CLOSING_BRACE,Vt(t,this.clonePosition())):(this.bump(),{val:!0,err:null})},t.prototype.parseSimpleArgStyleIfPossible=function(){for(var t=0,e=this.clonePosition();!this.isEOF();){switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil("'"))return this.error(_t.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Vt(r,this.clonePosition()));this.bump();break;case 123:t+=1,this.bump();break;case 125:if(!(t>0))return{val:this.message.slice(e.offset,this.offset()),err:null};t-=1;break;default:this.bump()}}return{val:this.message.slice(e.offset,this.offset()),err:null}},t.prototype.parseNumberSkeletonFromString=function(t,e){var r=[];try{r=function(t){if(0===t.length)throw new Error("Number skeleton cannot be empty");for(var e=[],r=0,n=t.split(St).filter(function(t){return t.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");e.push({stem:o,options:a})}return e}(t)}catch(t){return this.error(_t.INVALID_NUMBER_SKELETON,e)}return{val:{type:Tt.number,tokens:r,location:e,parsedOptions:this.shouldParseSkeletons?Dt(r):{}},err:null}},t.prototype.tryParsePluralOrSelectOptions=function(t,e,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"===e||!this.bumpIf("="))break;var l=this.tryParseDecimalInteger(_t.EXPECT_PLURAL_ARGUMENT_SELECTOR,_t.INVALID_PLURAL_ARGUMENT_SELECTOR);if(l.err)return l;h=Vt(u,this.clonePosition()),c=this.message.slice(u.offset,this.offset())}if(s.has(c))return this.error("select"===e?_t.DUPLICATE_SELECT_ARGUMENT_SELECTOR:_t.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,h);"other"===c&&(o=!0),this.bumpSpace();var f=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===e?_t.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:_t.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,Vt(this.clonePosition(),this.clonePosition()));var p=this.parseMessage(t+1,e,r);if(p.err)return p;var d=this.tryParseArgumentClose(f);if(d.err)return d;a.push([c,{value:p.val,location:Vt(f,this.clonePosition())}]),s.add(c),this.bumpSpace(),c=(i=this.parseIdentifierIfPossible()).value,h=i.location}return 0===a.length?this.error("select"===e?_t.EXPECT_SELECT_ARGUMENT_SELECTOR:_t.EXPECT_PLURAL_ARGUMENT_SELECTOR,Vt(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(_t.MISSING_OTHER_CLAUSE,Vt(this.clonePosition(),this.clonePosition())):{val:a,err:null}},t.prototype.tryParseDecimalInteger=function(t,e){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=Vt(n,this.clonePosition());return i?zt(o*=r)?{val:o,err:null}:this.error(e,s):this.error(t,s)},t.prototype.offset=function(){return this.position.offset},t.prototype.isEOF=function(){return this.offset()===this.message.length},t.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},t.prototype.char=function(){var t=this.position.offset;if(t>=this.message.length)throw Error("out of bound");var e=ne(this.message,t);if(void 0===e)throw Error("Offset ".concat(t," is at invalid UTF-16 code unit boundary"));return e},t.prototype.error=function(t,e){return{val:null,err:{kind:t,message:this.message,location:e}}},t.prototype.bump=function(){if(!this.isEOF()){var t=this.char();10===t?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=t<65536?1:2)}},t.prototype.bumpIf=function(t){if(te(this.message,t,this.offset())){for(var e=0;e<t.length;e++)this.bump();return!0}return!1},t.prototype.bumpUntil=function(t){var e=this.offset(),r=this.message.indexOf(t,e);return r>=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},t.prototype.bumpTo=function(t){if(this.offset()>t)throw Error("targetOffset ".concat(t," must be greater than or equal to the current offset ").concat(this.offset()));for(t=Math.min(t,this.message.length);;){var e=this.offset();if(e===t)break;if(e>t)throw Error("targetOffset ".concat(t," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},t.prototype.bumpSpace=function(){for(;!this.isEOF()&&le(this.char());)this.bump()},t.prototype.peek=function(){if(this.isEOF())return null;var t=this.char(),e=this.offset(),r=this.message.charCodeAt(e+(t>=65536?2:1));return null!=r?r:null},t}();function he(t){return t>=97&&t<=122||t>=65&&t<=90}function ue(t){return 45===t||46===t||t>=48&&t<=57||95===t||t>=97&&t<=122||t>=65&&t<=90||183==t||t>=192&&t<=214||t>=216&&t<=246||t>=248&&t<=893||t>=895&&t<=8191||t>=8204&&t<=8205||t>=8255&&t<=8256||t>=8304&&t<=8591||t>=11264&&t<=12271||t>=12289&&t<=55295||t>=63744&&t<=64975||t>=65008&&t<=65533||t>=65536&&t<=983039}function le(t){return t>=9&&t<=13||32===t||133===t||t>=8206&&t<=8207||8232===t||8233===t}function fe(t){return t>=33&&t<=35||36===t||t>=37&&t<=39||40===t||41===t||42===t||43===t||44===t||45===t||t>=46&&t<=47||t>=58&&t<=59||t>=60&&t<=62||t>=63&&t<=64||91===t||92===t||93===t||94===t||96===t||123===t||124===t||125===t||126===t||161===t||t>=162&&t<=165||166===t||167===t||169===t||171===t||172===t||174===t||176===t||177===t||182===t||187===t||191===t||215===t||247===t||t>=8208&&t<=8213||t>=8214&&t<=8215||8216===t||8217===t||8218===t||t>=8219&&t<=8220||8221===t||8222===t||8223===t||t>=8224&&t<=8231||t>=8240&&t<=8248||8249===t||8250===t||t>=8251&&t<=8254||t>=8257&&t<=8259||8260===t||8261===t||8262===t||t>=8263&&t<=8273||8274===t||8275===t||t>=8277&&t<=8286||t>=8592&&t<=8596||t>=8597&&t<=8601||t>=8602&&t<=8603||t>=8604&&t<=8607||8608===t||t>=8609&&t<=8610||8611===t||t>=8612&&t<=8613||8614===t||t>=8615&&t<=8621||8622===t||t>=8623&&t<=8653||t>=8654&&t<=8655||t>=8656&&t<=8657||8658===t||8659===t||8660===t||t>=8661&&t<=8691||t>=8692&&t<=8959||t>=8960&&t<=8967||8968===t||8969===t||8970===t||8971===t||t>=8972&&t<=8991||t>=8992&&t<=8993||t>=8994&&t<=9e3||9001===t||9002===t||t>=9003&&t<=9083||9084===t||t>=9085&&t<=9114||t>=9115&&t<=9139||t>=9140&&t<=9179||t>=9180&&t<=9185||t>=9186&&t<=9254||t>=9255&&t<=9279||t>=9280&&t<=9290||t>=9291&&t<=9311||t>=9472&&t<=9654||9655===t||t>=9656&&t<=9664||9665===t||t>=9666&&t<=9719||t>=9720&&t<=9727||t>=9728&&t<=9838||9839===t||t>=9840&&t<=10087||10088===t||10089===t||10090===t||10091===t||10092===t||10093===t||10094===t||10095===t||10096===t||10097===t||10098===t||10099===t||10100===t||10101===t||t>=10132&&t<=10175||t>=10176&&t<=10180||10181===t||10182===t||t>=10183&&t<=10213||10214===t||10215===t||10216===t||10217===t||10218===t||10219===t||10220===t||10221===t||10222===t||10223===t||t>=10224&&t<=10239||t>=10240&&t<=10495||t>=10496&&t<=10626||10627===t||10628===t||10629===t||10630===t||10631===t||10632===t||10633===t||10634===t||10635===t||10636===t||10637===t||10638===t||10639===t||10640===t||10641===t||10642===t||10643===t||10644===t||10645===t||10646===t||10647===t||10648===t||t>=10649&&t<=10711||10712===t||10713===t||10714===t||10715===t||t>=10716&&t<=10747||10748===t||10749===t||t>=10750&&t<=11007||t>=11008&&t<=11055||t>=11056&&t<=11076||t>=11077&&t<=11078||t>=11079&&t<=11084||t>=11085&&t<=11123||t>=11124&&t<=11125||t>=11126&&t<=11157||11158===t||t>=11159&&t<=11263||t>=11776&&t<=11777||11778===t||11779===t||11780===t||11781===t||t>=11782&&t<=11784||11785===t||11786===t||11787===t||11788===t||11789===t||t>=11790&&t<=11798||11799===t||t>=11800&&t<=11801||11802===t||11803===t||11804===t||11805===t||t>=11806&&t<=11807||11808===t||11809===t||11810===t||11811===t||11812===t||11813===t||11814===t||11815===t||11816===t||11817===t||t>=11818&&t<=11822||11823===t||t>=11824&&t<=11833||t>=11834&&t<=11835||t>=11836&&t<=11839||11840===t||11841===t||11842===t||t>=11843&&t<=11855||t>=11856&&t<=11857||11858===t||t>=11859&&t<=11903||t>=12289&&t<=12291||12296===t||12297===t||12298===t||12299===t||12300===t||12301===t||12302===t||12303===t||12304===t||12305===t||t>=12306&&t<=12307||12308===t||12309===t||12310===t||12311===t||12312===t||12313===t||12314===t||12315===t||12316===t||12317===t||t>=12318&&t<=12319||12320===t||12336===t||64830===t||64831===t||t>=65093&&t<=65094}function pe(t){t.forEach(function(t){if(delete t.location,function(t){return t.type===vt.select}(t)||function(t){return t.type===vt.plural}(t))for(var e in t.options)delete t.options[e].location,pe(t.options[e].value);else(function(t){return t.type===vt.number})(t)&&function(t){return!(!t||"object"!=typeof t||t.type!==Tt.number)}(t.style)?delete t.style.location:!function(t){return t.type===vt.date}(t)&&!function(t){return t.type===vt.time}(t)||!function(t){return!(!t||"object"!=typeof t||t.type!==Tt.dateTime)}(t.style)?function(t){return t.type===vt.tag}(t)&&pe(t.children):delete t.style.location})}function de(t){if(Object.prototype.hasOwnProperty.call(t,"__esModule"))return t;var e=t.default;if("function"==typeof e){var r=function t(){var r=!1;try{r=this instanceof t}catch{}return r?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)};r.prototype=e.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(t).forEach(function(e){var n=Object.getOwnPropertyDescriptor(t,e);Object.defineProperty(r,e,n.get?n:{enumerable:!0,get:function(){return t[e]}})}),r}var ye,be={};function me(){if(ye)return be;var t,e;return ye=1,Object.defineProperty(be,"__esModule",{value:!0}),be.SKELETON_TYPE=be.TYPE=void 0,be.isLiteralElement=function(e){return e.type===t.literal},be.isArgumentElement=function(e){return e.type===t.argument},be.isNumberElement=function(e){return e.type===t.number},be.isDateElement=function(e){return e.type===t.date},be.isTimeElement=function(e){return e.type===t.time},be.isSelectElement=function(e){return e.type===t.select},be.isPluralElement=function(e){return e.type===t.plural},be.isPoundElement=function(e){return e.type===t.pound},be.isTagElement=function(e){return e.type===t.tag},be.isNumberSkeleton=function(t){return!(!t||"object"!=typeof t||t.type!==e.number)},be.isDateTimeSkeleton=function(t){return!(!t||"object"!=typeof t||t.type!==e.dateTime)},be.createLiteralElement=function(e){return{type:t.literal,value:e}},be.createNumberElement=function(e,r){return{type:t.number,value:e,style:r}},function(t){t[t.literal=0]="literal",t[t.argument=1]="argument",t[t.number=2]="number",t[t.date=3]="date",t[t.time=4]="time",t[t.select=5]="select",t[t.plural=6]="plural",t[t.pound=7]="pound",t[t.tag=8]="tag"}(t||(be.TYPE=t={})),function(t){t[t.number=0]="number",t[t.dateTime=1]="dateTime"}(e||(be.SKELETON_TYPE=e={})),be}var Ee,ge=me(),_e={},ve=de(At);var Te=function(){if(Ee)return _e;Ee=1,Object.defineProperty(_e,"__esModule",{value:!0}),_e.printAST=r,_e.doPrintAST=n,_e.printDateTimeSkeleton=a;var t=ve,e=me();function r(t){return n(t,!1)}function n(s,c){var h=s.map(function(h,u){return(0,e.isLiteralElement)(h)?function(t,e,r,n){var o=t.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),e?a.replace("#","'#'"):a}(h,c,0===u,u===s.length-1):(0,e.isArgumentElement)(h)?function(t){var e=t.value;return"{".concat(e,"}")}(h):(0,e.isDateElement)(h)||(0,e.isTimeElement)(h)||(0,e.isNumberElement)(h)?function(t){return"{".concat(t.value,", ").concat(e.TYPE[t.type]).concat(t.style?", ".concat((r=t.style,"string"==typeof r?i(r):r.type===e.SKELETON_TYPE.dateTime?"::".concat(a(r)):"::".concat(r.tokens.map(o).join(" ")))):"","}");var r}(h):(0,e.isPluralElement)(h)?function(e){var r="cardinal"===e.pluralType?"plural":"selectordinal",i=[e.value,r,t.__spreadArray([e.offset?"offset:".concat(e.offset):""],Object.keys(e.options).map(function(t){return"".concat(t,"{").concat(n(e.options[t].value,!0),"}")}),!0).filter(Boolean).join(" ")].join(",");return"{".concat(i,"}")}(h):(0,e.isSelectElement)(h)?function(t){var e=[t.value,"select",Object.keys(t.options).map(function(e){return"".concat(e,"{").concat(n(t.options[e].value,!1),"}")}).join(" ")].join(",");return"{".concat(e,"}")}(h):(0,e.isPoundElement)(h)?"#":(0,e.isTagElement)(h)?function(t){return"<".concat(t.value,">").concat(r(t.children),"</").concat(t.value,">")}(h):void 0});return h.join("")}function i(t){return t.replace(/([{}](?:[\s\S]*[{}])?)/,"'$1'")}function o(t){var e=t.stem,r=t.options;return 0===r.length?e:"".concat(e).concat(r.map(function(t){return"/".concat(t)}).join(""))}function a(t){return t.pattern}return _e}();const He=["singular","plural","dual","zero","one","two","few","many","other"];function Ae(t){return He.includes(t)}const Be={variable:"v",number:"n",datetime:"d",currency:"c","relative-time":"rt"};function Pe(t){return Be[t]}function Oe({icuString:t,shouldVisit:e,visitor:r,options:{recurseIntoVisited:n=!0,...i}}){const o=function(t,e){void 0===e&&(e={}),e=k({shouldParseSkeletons:!0,requiresOtherClause:!0},e);var r=new ce(t,e).parse();if(r.err){var n=SyntaxError(_t[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==e?void 0:e.captureLocation)||pe(r.val),r.val}(t,i);return a(o),o;function a(t){t.map(s)}function s(t){let i=!1;e(t)&&(r(t),i=!0),i&&!n||(t.type===vt.select||t.type===vt.plural?Object.values(t.options).map(t=>t.value).map(a):t.type===vt.tag&&a(t.children))}}const Se="_gt_",we=new RegExp(`^${Se}\\d+$`),Le=new RegExp(`^${Se}$`);function Ce(t){return t.type===ge.TYPE.select&&we.test(t.value)&&!!t.options.other&&(0===t.options.other.value.length||t.options.other.value.length>0&&t.options.other.value[0]?.type===ge.TYPE.literal)}function Ne(t){return t.type===ge.TYPE.select&&Le.test(t.value)&&!!t.options.other&&(0===t.options.other.value.length||t.options.other.value.length>0&&t.options.other.value[0]?.type===ge.TYPE.literal)}function Ie(t){if(!t.includes("_gt_"))return t;const e=[];Oe({icuString:t,shouldVisit:Ne,visitor:function(t){e.push({start:t.location?.start.offset??0,end:t.location?.end.offset??0,value:t.options.other.value.length>0?t.options.other.value[0].value:""})},options:{recurseIntoVisited:!1,captureLocation:!0}});let r=0;const n=[];for(let i=0;i<e.length;i++)n.push(t.slice(r,e[i].start)),n.push(e[i].value),r=e[i].end;return r<t.length&&n.push(t.slice(r)),n.join("")}function Re(t){let e=t.replace(/'/g,"''");const r=/[{}<>]/,n=e.search(r);if(-1===n)return e;let i=-1;for(let t=e.length-1;t>=0;t--)if(r.test(e[t])){i=t;break}return e=e.slice(0,n)+"'"+e.slice(n,i+1)+"'"+e.slice(i+1),e}function Me(t,e){const r=` other {${Re(String(t??""))}}`;let n="";return e?.$name&&(n=` _gt_var_name {${Re(e.$name)}}`),`{${Se}, select,${r}${n}}`}function Ue(t){return t}const je=Ue;function De(t){if(!t.includes("_gt_"))return t;const e=[];Oe({icuString:t,shouldVisit:Ne,visitor:function(t){e.push({start:t.location?.start.offset??0,end:t.location?.end.offset??0,otherStart:t.options.other.location?.start.offset??0,otherEnd:t.options.other.location?.end.offset??0})},options:{recurseIntoVisited:!1,captureLocation:!0}});const r=[];let n=0;for(let i=0;i<e.length;i++){const{start:o,end:a,otherStart:s,otherEnd:c}=e[i];r.push(t.slice(n,o)),r.push(t.slice(o,o+4+1)),r.push(String(i+1)),r.push(t.slice(o+4+1,s)),r.push("{}"),r.push(t.slice(c,a)),n=a}return r.push(t.slice(n,t.length)),r.join("")}function Ge(t,n=0){let i=n;function o(t){const{props:r}=t,n=(t=>{const{type:e,props:r}=t;i+=1;const n={id:i,injectionType:"manual"};let o;try{o="function"==typeof e&&e._gtt||""}catch{}if(o){const t=o.split("-");if("automatic"!==t[1]&&"automatic"!==t[2]||(n.injectionType="automatic"),"translate"===t[0]&&(t[0]="fragment"),"variable"===t[0]&&(n.variableType=t?.[1]||"variable"),"plural"===t[0]){const t=Object.entries(r).reduce((t,[e,r])=>(Ae(e)&&(t[e]=Ge(r,i)),t),{});Object.keys(t).length&&(n.branches=t)}if("branch"===t[0]){const{children:t,branch:e,...o}=r,a=Object.fromEntries(Object.entries(o).filter(([t])=>!t.startsWith("data-"))),s=Object.entries(a).reduce((t,[e,r])=>(t[e]=Ge(r,i),t),{});Object.keys(s).length&&(n.branches=s)}n.transformation=t[0]}return n})(t),o={...r,"data-_gt":n};return r.children&&!n.variableType&&(o.children=s(r.children)),t.type===e.Fragment&&(o["data-_gt"].transformation="fragment"),e.cloneElement(t,o)}function a(t){return r(t)?o(t):t}function s(t){return Array.isArray(t)?e.Children.map(t,a):a(t)}return s(t)}const ke="@generaltranslation/react-core",Fe=t=>`${ke} Error: Dictionary subtree not found for id: "${t}"`,xe=`${ke} Warning: A <_T> component was found injected outside of a <Derive> boundary. This may affect translation resolution for this component.`;function $e(t){return Ke(t,0)}function Ve(t,e){const{type:r,props:n}=t,o=function(t){const e="function"==typeof t&&"_gtt"in t?t._gtt:void 0;if(null==e||"string"!=typeof e)return;const r=e.split("-"),n=r[0],i="automatic"===r[1]||"automatic"===r[2]?"automatic":"manual";return{componentType:n,injectionType:i}}(r);if("object"!=typeof n||null===n)return t;if(o){const{componentType:r,injectionType:a}=o;if("variable"===r)return t;if("branch"===r){const r=Object.entries(n).reduce((t,[r,n])=>("branch"===r||r.startsWith("data-")?t[r]=n:t[r]=Xe(n,e),t),{});return i(t,{...r})}if("plural"===r){const r=Object.entries(n).reduce((t,[r,n])=>(Ae(r)||"children"===r?t[r]=Xe(n,e):t[r]=n,t),{});return i(t,{...r})}if("derive"===r)return i(t,{...n,..."children"in n&&{children:Ke(n.children,e+1)}});if("translate"===r&&"automatic"===a&&e>0)return"children"in n?Ke(n.children,e):void 0;"translate"===r&&"automatic"===a&&console.warn(xe)}return i(t,{...n,..."children"in n&&{children:Ke(n.children,e)}})}function Xe(t,e){return r(t)?Ve(t,e):t}function Ke(t,e){return Array.isArray(t)?n.map(t,t=>Xe(t,e)):Xe(t,e)}const Ye={variable:"value",number:"n",datetime:"date",currency:"cost","relative-time":"time"};function We(t={},e){if(t.name)return t.name;return`_gt_${Ye[e]||"value"}_${t["data-_gt"]?.id}`}const Ze={pl:"placeholder",ti:"title",alt:"alt",arl:"aria-label",arb:"aria-labelledby",ard:"aria-describedby"},Je=t=>{if(!t)return"";const{type:e,props:r}=t;if(e&&"function"==typeof e){if("displayName"in e&&"string"==typeof e.displayName&&e.displayName)return e.displayName;if("name"in e&&"string"==typeof e.name&&e.name)return e.name}return e&&"string"==typeof e?e:r.href?"a":r["data-_gt"]?.id?`C${r["data-_gt"].id}`:"function"},ze=t=>{const{props:e}=t,r={t:Je(t)};if(e["data-_gt"]){const t=e["data-_gt"],n=t.transformation;if("variable"===n){const r=t.variableType||"variable",n=We(e,r),i=Pe(r);return{i:t.id,k:n,v:i}}r.i=t.id,r.d=((t,e,r)=>{let n=Object.entries(Ze).reduce((t,[r,n])=>(e[n]&&(t[r]=e[n]),t),{});if("plural"===t&&r){const t={};Object.entries(r).forEach(([e,r])=>{t[e]=qe(r)}),n={...n,b:t,t:"p"}}if("branch"===t&&r){const t={};Object.entries(r).forEach(([e,r])=>{t[e]=qe(r)}),n={...n,b:t,t:"b"}}return Object.keys(n).length?n:void 0})(n,e,t.branches);let i=Object.entries(Ze).reduce((t,[r,n])=>(e[n]&&(t[r]=e[n]),t),{});if("plural"===n&&t.branches){const e={};Object.entries(t.branches).forEach(([t,r])=>{e[t]=qe(r)}),i={...i,b:e,t:"p"}}if("branch"===n&&t.branches){const e={};Object.entries(t.branches).forEach(([t,r])=>{e[t]=qe(r)}),i={...i,b:e,t:"b"}}r.d=Object.keys(i).length?i:void 0}return e.children&&(r.c=qe(e.children)),r},Qe=t=>{return r=t,e.isValidElement(r)?ze(t):"number"==typeof t?t.toString():t;var r};function qe(t){return Array.isArray(t)?t.map(Qe):Qe(t)}function tr(t,e,r){let n="",i=null;return"number"==typeof t&&!i&&r&&(n=function(t,e=He,r=["en"]){const n=b.get("PluralRules",r).select(t),i=Math.abs(t);if(0===i&&e.includes("zero"))return"zero";if(1===i){if(e.includes("singular"))return"singular";if(e.includes("one"))return"one"}if("one"===n&&e.includes("singular"))return"singular";if(2===i){if(e.includes("dual"))return"dual";if(e.includes("two"))return"two"}return"two"===n&&e.includes("dual")?"dual":e.includes(n)?n:"two"===n&&e.includes("dual")?"dual":"two"===n&&e.includes("plural")?"plural":"two"===n&&e.includes("other")?"other":"few"===n&&e.includes("plural")?"plural":"few"===n&&e.includes("other")?"other":"many"===n&&e.includes("plural")?"plural":"many"===n&&e.includes("other")?"other":"other"===n&&e.includes("plural")?"plural":""}(t,Object.keys(r),e)),n&&!i&&(i=r[n]),i}function er(t){if("string"==typeof t)return!0;if(Array.isArray(t)){if("string"!=typeof t?.[0])return!1;const e=t?.[1];if(void 0===e)return!0;if(e&&"object"==typeof e)return!0}return!1}function rr(t,e){let r=t;const n=e.split(".");for(const t of n){if("object"!=typeof r&&!Array.isArray(r))return;r=c(r,t)}return r}function nr(t){if(Array.isArray(t)){if(1===t.length)return{entry:t[0]};if(2===t.length)return{entry:t[0],metadata:t[1]}}return{entry:t}}function ir(t){return"object"==typeof t&&!!t&&"data-_gt"in t&&"object"==typeof t["data-_gt"]&&!!t["data-_gt"]&&"transformation"in t["data-_gt"]&&"variable"===t["data-_gt"]?.transformation}function or(t){const e=t["data-_gt"]?.variableType||"variable";return{variableName:We(t,e),variableType:Pe(e),injectionType:t["data-_gt"]?.injectionType||"manual",variableValue:void 0!==t.value?t.value:void 0!==t.date?t.date:void 0!==t["data-_gt-unformatted-value"]?t["data-_gt-unformatted-value"]:void 0!==t.children?t.children:void 0,variableOptions:(()=>{const e={...void 0!==t.currency&&{currency:t.currency},...void 0!==t.unit&&{unit:t.unit},...void 0!==t.baseDate&&{baseDate:t.baseDate},...void 0!==t.options&&t.options};return Object.keys(e).length?e:"string"==typeof t["data-_gt-variable-options"]?JSON.parse(t["data-_gt-variable-options"]):t["data-_gt-variable-options"]||void 0})()}}function ar(t){const e=t;if(e&&"object"==typeof e&&"string"==typeof e.k){const t=Object.keys(e);if(1===t.length)return!0;if(2===t.length){if("number"==typeof e.i)return!0;if("string"==typeof e.v)return!0}if(3===t.length&&"string"==typeof e.v&&"number"==typeof e.i)return!0}return!1}function sr(t){return t&&t.props&&t.props["data-_gt"]?t.props["data-_gt"]:null}function cr({children:t,defaultLocale:r=f,renderVariable:n}){const i=t=>e.isValidElement(t)?(t=>{const i=sr(t);if(ir(t.props)){const{variableType:e,variableValue:i,variableOptions:o,injectionType:a}=or(t.props);return n({variableType:e,variableValue:i,variableOptions:o,locales:[r],injectionType:a})}if("plural"===i?.transformation){const e=i.branches||{};return o(tr(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 hr({sourceElement:t,targetElement:r,locales:n=[f],renderVariable:i}){const{props:o}=t,a=o["data-_gt"],s=a?.transformation,c=r.d,h={};if(c&&Object.entries(Ze).forEach(([t,e])=>{c[t]&&(h[e]=c[t])}),"plural"===s){const e=t.props.n;return ur({source:tr(e,n,a.branches||{})||t.props.children,target:tr(e,n,r.d?.b||{})||r.c,locales:n,renderVariable:i})}if("branch"===s){const{branch:t,children:e}=o;return ur({source:(a.branches||{})[t]||e,target:(r.d?.b||{})[t]||r.c,locales:n,renderVariable:i})}return"fragment"===s&&r.c?e.createElement(e.Fragment,{key:t.props.key,children:ur({source:o.children,target:r.c,locales:n,renderVariable:i})}):o?.children&&r?.c?e.cloneElement(t,{...o,...h,"data-_gt":void 0,children:ur({source:o.children,target:r.c,locales:n,renderVariable:i})}):cr({children:t,defaultLocale:n[0],renderVariable:i})}function ur({source:t,target:r,locales:n=[f],renderVariable:i}){if(null==r&&t)return cr({children:t,defaultLocale:n[0],renderVariable:i});if("string"==typeof r)return r;if(Array.isArray(r)&&!Array.isArray(t)&&t&&(t=[t]),Array.isArray(t)&&Array.isArray(r)){const a={},s={},c={},h=t.filter(t=>{if(e.isValidElement(t)){if(!ir(t.props))return!0;{const{variableName:e,variableValue:r,variableOptions:n,injectionType:i}=or(t.props);a[e]=r,s[e]=n,c[e]=i}}return!1}),u=t=>h.find(e=>{const r=sr(e);if(void 0!==r?.id){return r.id===t.i}return!1})||h.shift();return r.map((t,r)=>{if("string"==typeof t)return o(e.Fragment,{children:t},`string_${r}`);if(g(t))return o(e.Fragment,{children:i({variableType:t.v||"v",variableValue:a[t.k],variableOptions:s[t.k],locales:n,injectionType:c[t.k]||"manual"})},`var_${r}`);const h=u(t);return h?o(e.Fragment,{children:hr({sourceElement:h,targetElement:t,locales:n,renderVariable:i})},`element_${r}`):null})}if(r&&"object"==typeof r&&!Array.isArray(r)){const o=g(r)?"variable":"element";if(e.isValidElement(t)){if("element"===o)return hr({sourceElement:t,targetElement:r,locales:n,renderVariable:i});if(ir(t.props)){const{variableValue:e,variableOptions:r,variableType:o,injectionType:a}=or(t.props);return i({variableType:o,variableValue:e,variableOptions:r,locales:n,injectionType:a})}}}return cr({children:t,defaultLocale:n[0],renderVariable:i})}const lr=(t="production")=>({method:"default",timeout:"development"===t?8e3:12e3});function fr(){return""}const pr="generaltranslation.locale",dr="generaltranslation.region",yr="generaltranslation.enable-i18n";function br(t){return void 0!==t&&("string"==typeof t||!!Array.isArray(t)&&((1===t.length||2===t.length)&&("string"==typeof t[0]&&(2!==t.length||"object"==typeof t[1]&&null!==t[1]&&("$context"in t[1]||"$maxChars"in t[1]||"$_hash"in t[1])))))}const mr=t=>"string"==typeof t||Array.isArray(t),Er=t=>"object"==typeof t&&null!==t&&!Array.isArray(t);function gr(t,e){if(Array.isArray(t))return t.map((t,r)=>br(t)?e[r]:gr(t,e[r]));const r={...Object.fromEntries(Object.entries(t).filter(([,t])=>mr(t))),...Object.fromEntries(Object.entries(e).filter(([,t])=>mr(t)))},n=Object.entries(t).filter(([,t])=>Er(t)).map(([t])=>t),i=Object.entries(e).filter(([,t])=>Er(t)).map(([t])=>t),o=new Set([...n,...i]);for(const n of o)r[n]=gr(c(t,n)||{},c(e,n)||{});return r}const _r="function"==typeof t.use;function vr({dictionary:t,id:e}){if(""===e)return t;let r=t;const n=e.split(".");for(const t of n)r=c(r,t);return r}function Tr({dictionary:t,id:e,sourceDictionary:r}){if(""===e)return t;let n=t;const i=r,o=e.split(".");for(const t of o)void 0===c(n,t)&&(Array.isArray(c(i,t))?h(n,t,[]):h(n,t,{})),n=c(n,t);return n}const Hr=["constructor","prototype","__proto__"];function Ar(t,e,r,n){if(br(e))return t;const i=r.split(".");i.forEach(t=>{if(function(t){return!!Hr.includes(t)}(t))throw new Error(`Invalid key: ${t}`)}),e||={};for(const t of i.slice(0,-1))null==c(e,t)&&h(e,t,Array.isArray(c(n,t))?[]:{}),e=c(e,t),n=c(n,t);h(e,i[i.length-1],t)}function Br(t){let e={};return Array.isArray(t)&&(e=[]),Object.entries(t).forEach(([t,r])=>{if(br(r)){const{entry:n}=nr(r);h(e,t,n)}else h(e,t,Br(r))}),e}function Pr(t){return function(t){if(_(t),B)return t.toHex();let e="";for(let r=0;r<t.length;r++)e+=P[t[r]];return e}(j(function(t){if("string"!=typeof t)throw new TypeError("string expected");return new Uint8Array((new TextEncoder).encode(t))}(t))).slice(0,16)}function Or({source:t,context:e,id:r,maxChars:n,dataFormat:i},o=Pr){let a;return a="JSX"===i?wr(t):t,o(E({source:a,...r&&{id:r},...e&&{context:e},...null!=n&&{maxChars:Math.abs(n)},...i&&{dataFormat:i}}))}const Sr=t=>{if(t&&"object"==typeof t){const e={};if("c"in t&&t.c&&(e.c=wr(t.c)),"d"in t){const r=t?.d;r?.b&&(e.b=Object.fromEntries(Object.entries(r.b).map(([t,e])=>[t,wr(e)]))),r?.t&&(e.t=r.t)}return g(t)?{k:t.k,...t.v&&{v:t.v}}:e}return t};function wr(t){return Array.isArray(t)?t.map(Sr):Sr(t)}function Lr(t,e=""){let r=!1;return Object.entries(t).forEach(([n,i])=>{const o=e?`${e}.${n}`:n;if(br(i)){let{entry:e,metadata:a}=nr(i);a?.$_hash||(a||={},a.$_hash=Or({source:De(e),...a?.$context&&{context:a.$context},...null!=a?.$maxChars&&{maxChars:Math.abs(a.$maxChars)},id:o,dataFormat:"ICU"}),h(t,n,[e,a]),r=!0)}else{const{updateDictionary:t}=Lr(i,o);r=r||t}}),{dictionary:t,updateDictionary:r}}function Cr(t,e,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=rr(e,c);let u;br(h)&&(u=nr(h).entry);const l=r[i]||u;l&&(Ar(l,e,c,t),o=!0)}),{dictionary:e,updateDictionary:o}}function Nr(t,e,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=rr(e,a);let c;br(s)&&(c=nr(s).entry);Ar(c||r,e,a,t)}),e}function Ir(t,e,r){const n=vr({dictionary:t,id:r});if(!n)throw new Error(Fe(r));if(br(n))throw new Error(`${ke} Error: Cannot inject and merge a dictionary entry`);return function(t,e,r){const n=rr(t,r);if(!n)throw new Error(Fe(r));if(br(n))throw new Error(`${ke} Error: Cannot inject and merge a dictionary entry`);const i=r.split("."),o=i.slice(0,-1),a=i[i.length-1];let s=t;return o.forEach(t=>{s=c(s,t)}),h(s,a,e),t}(t,gr(n,e),r)}function Rr(t,e,r=""){const n=[];return Object.entries(t).forEach(([t,i])=>{const o=r?`${r}.${t}`:t;if(br(i)){const{entry:r,metadata:a}=nr(i);c(e,t)||n.push({source:r,metadata:{$id:o,$context:a?.$context,$maxChars:a?.$maxChars,$_hash:a?.$_hash||""}})}else n.push(...Rr(i,c(e,t)||(Array.isArray(i)?[]:{}),o))}),n}var Mr={warn(t){console.warn(t)},error(t){console.error(t)},info(t){console.info(t)},debug(t){console.debug(t)}};function Ur(t){return Object.fromEntries(Object.entries(t).filter(([t])=>"$id"!==t&&"$context"!==t&&"$maxChars"!==t&&"$hash"!==t&&"$_hash"!==t&&"$_source"!==t&&"$_fallback"!==t&&"$format"!==t&&"$_locales"!==t&&"$locale"!==t))}const jr=t=>`String interpolation failed for message: "${t}".`;function Dr(t,e){if(!t)return t;const r=e.$_fallback,n=Ur(e);try{const o=function(t){if(!t.includes("_gt_"))return{};let e=1;const r={};return Oe({icuString:t,shouldVisit:Ne,visitor:function(t){r[t.value+e]=t.options.other.value.length?t.options.other.value[0]?.value:"",e+=1},options:{recurseIntoVisited:!1}}),r}(r||"");return a(function(t,e,r,n){try{return s(t,{variables:e,locales:r,dataFormat:n})}catch{return Mr.warn(jr(t)),t}}(Object.keys(o).length?(i=t).includes("_gt_")?Te.printAST(Oe({icuString:i,shouldVisit:Ce,visitor:function(t){t.type=ge.TYPE.argument,Reflect.deleteProperty(t,"options")},options:{recurseIntoVisited:!1}})):i:t,{...n,...o,[Se]:"other"},e.$locale??e.$_locales,e.$format),{maxChars:e.$maxChars})}catch{return Mr.warn(jr(t)),null!=e.$_fallback?Dr(e.$_fallback,{...e,$_fallback:void 0}):a(t,{maxChars:e.$maxChars})}var i}function Gr(t){if(-1===t.lastIndexOf(":"))return null;const e=t.slice(t.lastIndexOf(":")+1);try{return JSON.parse(function(t){if("undefined"!=typeof Buffer)return Buffer.from(t,"base64").toString("utf8");const e=atob(t),r=new Uint8Array(e.length);for(let t=0;t<e.length;t++)r[t]=e.charCodeAt(t);return(new TextDecoder).decode(r)}(e))}catch{return null}}function kr(t){return"string"==typeof t&&-1!==t.lastIndexOf(":")?t.slice(0,t.lastIndexOf(":")):t}const Fr=(t,e={})=>Dr(t,e),xr=(t,e={})=>{return t?(r=Gr(t)??{}).$_hash&&r.$_source?kr(t):Dr(t,e):t;var r};function $r(t,e){if("string"!=typeof t)return e?t.map((t,r)=>$r(t,{...e,...e.$id&&{$id:`${e.$id}.${r}`}})):t;if(!e)return t;const r=Ur(e);let n=t;try{n=s(t,{locales:[f],variables:{...r,[Se]:"other"}})}catch{return Mr.warn(jr(t)),t}const i=t,o=e.$_hash||function(t,e){return null!=e.$_hash?e.$_hash:Or({source:"ICU"===e.$format?De(t):t,...e?.$context&&{context:e.$context},...e?.$id&&{id:e.$id},..."$maxChars"in e&&null!=e.$maxChars&&{maxChars:Math.abs(e.$maxChars)},dataFormat:e.$format})}(t,{$format:"ICU",...e}),a={...e,$_source:i,$_hash:o};return`${n}:${function(t){if("undefined"!=typeof Buffer)return Buffer.from(t,"utf8").toString("base64");const e=(new TextEncoder).encode(t);let r="";for(let t=0;t<e.length;t++)r+=String.fromCharCode(e[t]);return btoa(r)}(JSON.stringify(a))}`}function Vr({children:t}){return t}function Xr(t){return Vr(t)}Vr._gtt="derive",Xr._gtt="derive";export{Vr as Derive,Xr as Static,Ge as addGTIdentifier,Rr as collectUntranslatedEntries,je as declareStatic,Me as declareVar,kr as decodeMsg,Gr as decodeOptions,Ie as decodeVars,yr as defaultEnableI18nCookieName,pr as defaultLocaleCookieName,dr as defaultRegionCookieName,Ue as derive,l as flattenDictionary,lr as getDefaultRenderSettings,rr as getDictionaryEntry,nr as getEntryAndMetadata,tr as getPluralBranch,vr as getSubtree,Tr as getSubtreeWithCreation,We as getVariableName,or as getVariableProps,Fr as gtFallback,Ir as injectAndMerge,Ar as injectEntry,Nr as injectFallbacks,Lr as injectHashes,Cr as injectTranslations,br as isDictionaryEntry,er as isValidDictionaryEntry,ar as isVariableObject,xr as mFallback,gr as mergeDictionaries,$r as msg,_r as reactHasUse,$e as removeInjectedT,cr as renderDefaultChildren,fr as renderSkeleton,ur as renderTranslatedChildren,Br as stripMetadataFromEntries,qe as writeChildrenAsObjects};
2
- //# sourceMappingURL=internal.esm.min.mjs.map
1
+ import*as e from"react";import t,{Children as n,cloneElement as r,isValidElement as i}from"react";import{formatCutoff as a,formatMessage as o}from"@generaltranslation/format";import{jsx as s}from"react/jsx-runtime";import"generaltranslation";var c=Object.defineProperty,l=Object.getOwnPropertyDescriptor,u=Object.getOwnPropertyNames,d=Object.prototype.hasOwnProperty,f=(e,t)=>()=>(e&&(t=e(e=0)),t),p=(e,t)=>()=>(t||(e((t={exports:{}}).exports,t),e=null),t.exports),m=(e,t)=>{let n={};for(var r in e)c(n,r,{get:e[r],enumerable:!0});return t||c(n,Symbol.toStringTag,{value:`Module`}),n},h=(e,t,n,r)=>{if(t&&typeof t==`object`||typeof t==`function`)for(var i=u(t),a=0,o=i.length,s;a<o;a++)s=i[a],!d.call(e,s)&&s!==n&&c(e,s,{get:(e=>t[e]).bind(null,s),enumerable:!(r=l(t,s))||r.enumerable});return e},g=e=>d.call(e,`module.exports`)?e[`module.exports`]:h(c({},`__esModule`,{value:!0}),e);function _(e,t){if(e==null)throw Error(`Cannot index into an undefined dictionary`);return e[t]}function v(e,t,n){e[t]=n}const y=e=>`Duplicate key found in dictionary: "${e}"`;function b(e,t=``){let n={};for(let r in e)if(e.hasOwnProperty(r)){let i=t?`${t}.${r}`:r;if(typeof _(e,r)==`object`&&_(e,r)!==null&&!Array.isArray(_(e,r))){let t=b(_(e,r),i);for(let e in t){if(n.hasOwnProperty(e))throw Error(y(e));n[e]=t[e]}}else{if(n.hasOwnProperty(i))throw Error(y(i));n[i]=_(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 x(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 S(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+=S(e[n])||`null`;return t+`]`}let t=Object.keys(e).sort(),n=``;for(let r of t){let t=S(e[r]);t&&(n&&(n+=`,`),n+=JSON.stringify(r)+`:`+t)}return`{`+n+`}`}function te(e){return S(e)??``}function C(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 w(e){return e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name===`Uint8Array`&&`BYTES_PER_ELEMENT`in e&&e.BYTES_PER_ELEMENT===1}function T(e,t,n=``){let r=w(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 E(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 D(e,t){T(e,void 0,`digestInto() output`);let n=t.outputLen;if(e.length<n)throw RangeError(`"digestInto() output" expected to be of length >=`+n)}function O(...e){for(let t=0;t<e.length;t++)e[t].fill(0)}function k(e){return new DataView(e.buffer,e.byteOffset,e.byteLength)}function A(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(T(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=k(this.buffer)}update(e){E(this),T(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=k(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){E(this),D(e,this),this.finished=!0;let{buffer:t,view:n,blockLen:r,isLE:i}=this,{pos:a}=this;t[a++]=128,O(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=k(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 j=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),M=BigInt(2**32-1),de=BigInt(32);function fe(e,t=!1){return t?{h:Number(e&M),l:Number(e>>de&M)}:{h:Number(e>>de&M)|0,l:Number(e&M)|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]),N=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)N[n]=e.getUint32(t,!1);for(let e=16;e<64;e++){let t=N[e-15],n=N[e-2],r=A(t,7)^A(t,18)^t>>>3;N[e]=(A(n,17)^A(n,19)^n>>>10)+N[e-7]+r+N[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=A(o,6)^A(o,11)^A(o,25),u=l+t+ce(o,s,c)+me[e]+N[e]|0,d=(A(n,2)^A(n,13)^A(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(){O(N)}destroy(){this.destroyed=!0,this.set(0,0,0,0,0,0,0,0),O(this.buffer)}},ge=class extends he{A=j[0]|0;B=j[1]|0;C=j[2]|0;D=j[3]|0;E=j[4]|0;F=j[5]|0;G=j[6]|0;H=j[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 P=m({__addDisposableResource:()=>Ze,__assign:()=>R,__asyncDelegator:()=>Ue,__asyncGenerator:()=>He,__asyncValues:()=>We,__await:()=>I,__awaiter:()=>Fe,__classPrivateFieldGet:()=>Je,__classPrivateFieldIn:()=>Xe,__classPrivateFieldSet:()=>Ye,__createBinding:()=>z,__decorate:()=>Oe,__disposeResources:()=>Qe,__esDecorate:()=>Ae,__exportStar:()=>Le,__extends:()=>Ee,__generator:()=>Ie,__importDefault:()=>qe,__importStar:()=>Ke,__makeTemplateObject:()=>Ge,__metadata:()=>Pe,__param:()=>ke,__propKey:()=>Me,__read:()=>Re,__rest:()=>De,__rewriteRelativeImportExtension:()=>$e,__runInitializers:()=>je,__setFunctionName:()=>Ne,__spread:()=>ze,__spreadArray:()=>Ve,__spreadArrays:()=>Be,__values:()=>F,default:()=>nt});function Ee(e,t){if(typeof t!=`function`&&t!==null)throw TypeError(`Class extends value `+String(t)+` is not a constructor or null`);L(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)&&z(t,e,n)}function F(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 Re(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 ze(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(Re(arguments[t]));return e}function Be(){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 Ve(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 I(e){return this instanceof I?(this.v=e,this):new I(e)}function He(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 I?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 Ue(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:I(e[r](t)),done:!1}:i?i(t):t}:i}}function We(e){if(!Symbol.asyncIterator)throw TypeError(`Symbol.asyncIterator is not defined.`);var t=e[Symbol.asyncIterator],n;return t?t.call(e):(e=typeof F==`function`?F(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 Ge(e,t){return Object.defineProperty?Object.defineProperty(e,`raw`,{value:t}):e.raw=t,e}function Ke(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var n=B(e),r=0;r<n.length;r++)n[r]!==`default`&&z(t,e,n[r]);return et(t,e),t}function qe(e){return e&&e.__esModule?e:{default:e}}function Je(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 Ye(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 Xe(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 Ze(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 Qe(e){function t(t){e.error=e.hasError?new tt(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 $e(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 L,R,z,et,B,tt,nt,V=f((()=>{L=function(e,t){return L=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])},L(e,t)},R=function(){return R=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},R.apply(this,arguments)},z=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]}),et=Object.create?(function(e,t){Object.defineProperty(e,`default`,{enumerable:!0,value:t})}):function(e,t){e.default=t},B=function(e){return B=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},B(e)},tt=typeof SuppressedError==`function`?SuppressedError:function(e,t,n){var r=Error(n);return r.name=`SuppressedError`,r.error=e,r.suppressed=t,r},nt={__extends:Ee,__assign:R,__rest:De,__decorate:Oe,__param:ke,__esDecorate:Ae,__runInitializers:je,__propKey:Me,__setFunctionName:Ne,__metadata:Pe,__awaiter:Fe,__generator:Ie,__createBinding:z,__exportStar:Le,__values:F,__read:Re,__spread:ze,__spreadArrays:Be,__spreadArray:Ve,__await:I,__asyncGenerator:He,__asyncDelegator:Ue,__asyncValues:We,__makeTemplateObject:Ge,__importStar:Ke,__importDefault:qe,__classPrivateFieldGet:Je,__classPrivateFieldSet:Ye,__classPrivateFieldIn:Xe,__addDisposableResource:Ze,__disposeResources:Qe,__rewriteRelativeImportExtension:$e}})),rt=p((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={}))})),H=p((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}}})),it=p((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]/})),at=p((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}})),ot=p((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})),st=p((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.parseNumberSkeletonFromString=r,e.parseNumberSkeleton=p;var t=(V(),g(P)),n=ot();function r(e){if(e.length===0)throw Error(`Number skeleton cannot be empty`);for(var t=e.split(n.WHITE_SPACE_REGEX).filter(function(e){return e.length>0}),r=[],i=0,a=t;i<a.length;i++){var o=a[i].split(`/`);if(o.length===0)throw Error(`Invalid number skeleton`);for(var s=o[0],c=o.slice(1),l=0,u=c;l<u.length;l++)if(u[l].length===0)throw Error(`Invalid number skeleton`);r.push({stem:s,options:c})}return r}function i(e){return e.replace(/^(.*?)-/,``)}var a=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,o=/^(@+)?(\+|#+)?[rs]?$/g,s=/(\*)(0+)|(#+)(0+)|(0+)/g,c=/^(0+)$/;function l(e){var t={};return e[e.length-1]===`r`?t.roundingPriority=`morePrecision`:e[e.length-1]===`s`&&(t.roundingPriority=`lessPrecision`),e.replace(o,function(e,n,r){return typeof r==`string`?r===`+`?t.minimumSignificantDigits=n.length:n[0]===`#`?t.maximumSignificantDigits=n.length:(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length+(typeof r==`string`?r.length:0)):(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length),``}),t}function u(e){switch(e){case`sign-auto`:return{signDisplay:`auto`};case`sign-accounting`:case`()`:return{currencySign:`accounting`};case`sign-always`:case`+!`:return{signDisplay:`always`};case`sign-accounting-always`:case`()!`:return{signDisplay:`always`,currencySign:`accounting`};case`sign-except-zero`:case`+?`:return{signDisplay:`exceptZero`};case`sign-accounting-except-zero`:case`()?`:return{signDisplay:`exceptZero`,currencySign:`accounting`};case`sign-never`:case`+_`:return{signDisplay:`never`}}}function d(e){var t;if(e[0]===`E`&&e[1]===`E`?(t={notation:`engineering`},e=e.slice(2)):e[0]===`E`&&(t={notation:`scientific`},e=e.slice(1)),t){var n=e.slice(0,2);if(n===`+!`?(t.signDisplay=`always`,e=e.slice(2)):n===`+?`&&(t.signDisplay=`exceptZero`,e=e.slice(2)),!c.test(e))throw Error(`Malformed concise eng/scientific notation`);t.minimumIntegerDigits=e.length}return t}function f(e){return u(e)||{}}function p(e){for(var n={},r=0,p=e;r<p.length;r++){var m=p[r];switch(m.stem){case`percent`:case`%`:n.style=`percent`;continue;case`%x100`:n.style=`percent`,n.scale=100;continue;case`currency`:n.style=`currency`,n.currency=m.options[0];continue;case`group-off`:case`,_`:n.useGrouping=!1;continue;case`precision-integer`:case`.`:n.maximumFractionDigits=0;continue;case`measure-unit`:case`unit`:n.style=`unit`,n.unit=i(m.options[0]);continue;case`compact-short`:case`K`:n.notation=`compact`,n.compactDisplay=`short`;continue;case`compact-long`:case`KK`:n.notation=`compact`,n.compactDisplay=`long`;continue;case`scientific`:n=t.__assign(t.__assign(t.__assign({},n),{notation:`scientific`}),m.options.reduce(function(e,n){return t.__assign(t.__assign({},e),f(n))},{}));continue;case`engineering`:n=t.__assign(t.__assign(t.__assign({},n),{notation:`engineering`}),m.options.reduce(function(e,n){return t.__assign(t.__assign({},e),f(n))},{}));continue;case`notation-simple`:n.notation=`standard`;continue;case`unit-width-narrow`:n.currencyDisplay=`narrowSymbol`,n.unitDisplay=`narrow`;continue;case`unit-width-short`:n.currencyDisplay=`code`,n.unitDisplay=`short`;continue;case`unit-width-full-name`:n.currencyDisplay=`name`,n.unitDisplay=`long`;continue;case`unit-width-iso-code`:n.currencyDisplay=`symbol`;continue;case`scale`:n.scale=parseFloat(m.options[0]);continue;case`rounding-mode-floor`:n.roundingMode=`floor`;continue;case`rounding-mode-ceiling`:n.roundingMode=`ceil`;continue;case`rounding-mode-down`:n.roundingMode=`trunc`;continue;case`rounding-mode-up`:n.roundingMode=`expand`;continue;case`rounding-mode-half-even`:n.roundingMode=`halfEven`;continue;case`rounding-mode-half-down`:n.roundingMode=`halfTrunc`;continue;case`rounding-mode-half-up`:n.roundingMode=`halfExpand`;continue;case`integer-width`:if(m.options.length>1)throw RangeError(`integer-width stems only accept a single optional option`);m.options[0].replace(s,function(e,t,r,i,a,o){if(t)n.minimumIntegerDigits=r.length;else if(i&&a)throw Error(`We currently do not support maximum integer digits`);else if(o)throw Error(`We currently do not support exact integer digits`);return``});continue}if(c.test(m.stem)){n.minimumIntegerDigits=m.stem.length;continue}if(a.test(m.stem)){if(m.options.length>1)throw RangeError(`Fraction-precision stems only accept a single optional option`);m.stem.replace(a,function(e,t,r,i,a,o){return r===`*`?n.minimumFractionDigits=t.length:i&&i[0]===`#`?n.maximumFractionDigits=i.length:a&&o?(n.minimumFractionDigits=a.length,n.maximumFractionDigits=a.length+o.length):(n.minimumFractionDigits=t.length,n.maximumFractionDigits=t.length),``});var h=m.options[0];h===`w`?n=t.__assign(t.__assign({},n),{trailingZeroDisplay:`stripIfInteger`}):h&&(n=t.__assign(t.__assign({},n),l(h)));continue}if(o.test(m.stem)){n=t.__assign(t.__assign({},n),l(m.stem));continue}var g=u(m.stem);g&&(n=t.__assign(t.__assign({},n),g));var _=d(m.stem);_&&(n=t.__assign(t.__assign({},n),_))}return n}})),ct=p((e=>{Object.defineProperty(e,`__esModule`,{value:!0});var t=(V(),g(P));t.__exportStar(at(),e),t.__exportStar(st(),e)})),lt=p((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`]}})),ut=p((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.getBestPattern=n;var t=lt();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]}})),dt=p((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.Parser=void 0;var t=(V(),g(P)),n=rt(),r=H(),i=it(),a=ct(),o=ut(),s=RegExp(`^${i.SPACE_SEPARATOR_REGEX.source}*`),c=RegExp(`${i.SPACE_SEPARATOR_REGEX.source}*\$`);function l(e,t){return{start:e,end:t}}var u=!!String.prototype.startsWith&&`_a`.startsWith(`a`,1),d=!!String.fromCodePoint,f=!!Object.fromEntries,p=!!String.prototype.codePointAt,m=!!String.prototype.trimStart,h=!!String.prototype.trimEnd,_=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 y=u?function(e,t,n){return e.startsWith(t,n)}:function(e,t,n){return e.slice(n,n+t.length)===t},b=d?String.fromCodePoint:function(){for(var e=[...arguments],t=``,n=e.length,r=0,i;n>r;){if(i=e[r++],i>1114111)throw RangeError(i+` is not a valid code point`);t+=i<65536?String.fromCharCode(i):String.fromCharCode(((i-=65536)>>10)+55296,i%1024+56320)}return t},ee=f?Object.fromEntries:function(e){for(var t={},n=0,r=e;n<r.length;n++){var i=r[n],a=i[0];t[a]=i[1]}return t},x=p?function(e,t){return e.codePointAt(t)}:function(e,t){var n=e.length;if(!(t<0||t>=n)){var r=e.charCodeAt(t),i;return r<55296||r>56319||t+1===n||(i=e.charCodeAt(t+1))<56320||i>57343?r:(r-55296<<10)+(i-56320)+65536}},S=m?function(e){return e.trimStart()}:function(e){return e.replace(s,``)},te=h?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||k(r)||A(r))break;n.push(r),t+=r>=65536?2:1}return b.apply(void 0,n)};e.Parser=function(){function e(e,t){t===void 0&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(this.offset()!==0)throw Error(`parser can only be used once`);return this.parseMessage(0,``,!1)},e.prototype.parseMessage=function(e,t,i){for(var a=[];!this.isEOF();){var o=this.char();if(o===123){var s=this.parseArgument(e,i);if(s.err)return s;a.push(s.val)}else if(o===125&&e>0)break;else if(o===35&&(t===`plural`||t===`selectordinal`)){var c=this.clonePosition();this.bump(),a.push({type:r.TYPE.pound,location:l(c,this.clonePosition())})}else if(o===60&&!this.ignoreTag&&this.peek()===47){if(i)break;return this.error(n.ErrorKind.UNMATCHED_CLOSING_TAG,l(this.clonePosition(),this.clonePosition()))}else if(o===60&&!this.ignoreTag&&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 b.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var n=this.char();return n===60||n===123||n===35&&(t===`plural`||t===`selectordinal`)||n===125&&e>0?null:(this.bump(),b(n))},e.prototype.parseArgument=function(e,t){var i=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(n.ErrorKind.EXPECT_ARGUMENT_CLOSING_BRACE,l(i,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(n.ErrorKind.EMPTY_ARGUMENT,l(i,this.clonePosition()));var a=this.parseIdentifierIfPossible().value;if(!a)return this.error(n.ErrorKind.MALFORMED_ARGUMENT,l(i,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(n.ErrorKind.EXPECT_ARGUMENT_CLOSING_BRACE,l(i,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:r.TYPE.argument,value:a,location:l(i,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(n.ErrorKind.EXPECT_ARGUMENT_CLOSING_BRACE,l(i,this.clonePosition())):this.parseArgumentOptions(e,t,a,i);default:return this.error(n.ErrorKind.MALFORMED_ARGUMENT,l(i,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),n=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&&y(p?.style,`::`,0)){var b=S(p.style.slice(2));if(d===`number`){var h=this.parseNumberSkeletonFromString(b,p.styleLocation);return h.err?h:{val:{type:r.TYPE.number,value:s,location:v,style:h.val},err:null}}else{if(b.length===0)return this.error(n.ErrorKind.EXPECT_DATE_TIME_SKELETON,v);var x=b;this.locale&&(x=(0,o.getBestPattern)(b,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:ee(E.val),location:D},err:null}:{val:{type:r.TYPE.plural,value:s,options:ee(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(y(this.message,e,this.offset())){for(var t=0;t<e.length;t++)this.bump();return!0}return!1},e.prototype.bumpUntil=function(e){var t=this.offset(),n=this.message.indexOf(e,t);return n>=0?(this.bumpTo(n),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error(`targetOffset ${e} must be greater than or equal to the current offset ${this.offset()}`);for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error(`targetOffset ${e} is at invalid UTF-16 code unit boundary`);if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&k(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 k(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function A(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}})),ft=p((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.hoistSelectors=s,e.isStructurallySame=l;var t=(V(),g(P)),n=H();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(`, `)}]`)}}})),pt=p((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.isStructurallySame=e._Parser=void 0,e.parse=o;var t=(V(),g(P)),n=rt(),r=dt(),i=H();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(H(),e),e._Parser=r.Parser;var s=ft();Object.defineProperty(e,`isStructurallySame`,{enumerable:!0,get:function(){return s.isStructurallySame}})})),mt=p((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.printAST=r;var t=(V(),g(P)),n=H();function r(e){return i(e,!1)}function i(e,t){return e.map(function(r,i){if((0,n.isLiteralElement)(r))return s(r,t,i===0,i===e.length-1);if((0,n.isArgumentElement)(r))return c(r);if((0,n.isDateElement)(r)||(0,n.isTimeElement)(r)||(0,n.isNumberElement)(r))return l(r);if((0,n.isPluralElement)(r))return m(r);if((0,n.isSelectElement)(r))return p(r);if((0,n.isPoundElement)(r))return`#`;if((0,n.isTagElement)(r))return a(r)}).join(``)}function a(e){return`<${e.value}>${r(e.children)}</${e.value}>`}function o(e){return e.replace(/([{}](?:[\s\S]*[{}])?)/,`'$1'`)}function s(e,t,n,r){var i=e.value;return!n&&i[0]===`'`&&(i=`''${i.slice(1)}`),!r&&i[i.length-1]===`'`&&(i=`${i.slice(0,i.length-1)}''`),i=o(i),t?i.replace(`#`,`'#'`):i}function c(e){return`{${e.value}}`}function l(e){return`{${e.value}, ${n.TYPE[e.type]}${e.style?`, ${d(e.style)}`:``}}`}function u(e){var t=e.stem,n=e.options;return n.length===0?t:`${t}${n.map(function(e){return`/${e}`}).join(``)}`}function d(e){return typeof e==`string`?o(e):e.type===n.SKELETON_TYPE.dateTime?`::${f(e)}`:`::${e.tokens.map(u).join(` `)}`}function f(e){return e.pattern}function p(e){return`{${[e.value,`select`,Object.keys(e.options).map(function(t){return`${t}{${i(e.options[t].value,!1)}}`}).join(` `)].join(`,`)}}`}function m(e){var n=e.pluralType===`cardinal`?`plural`:`selectordinal`;return`{${[e.value,n,t.__spreadArray([e.offset?`offset:${e.offset}`:``],Object.keys(e.options).map(function(t){return`${t}{${i(e.options[t].value,!0)}}`}),!0).filter(Boolean).join(` `)].join(`,`)}}`}})),U=pt(),W=H(),ht=mt();const gt=[`singular`,`plural`,`dual`,`zero`,`one`,`two`,`few`,`many`,`other`];function _t(e){return gt.includes(e)}function vt(e,t=gt,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 yt={variable:`v`,number:`n`,datetime:`d`,currency:`c`,"relative-time":`rt`};function bt(e){return yt[e]}function G({icuString:e,shouldVisit:t,visitor:n,options:{recurseIntoVisited:r=!0,...i}}){let a=(0,U.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===U.TYPE.select||e.type===U.TYPE.plural?Object.values(e.options).map(e=>e.value).map(o):e.type===U.TYPE.tag&&o(e.children))}}const K=`_gt_`,xt=RegExp(`^${K}\\d+$`),St=RegExp(`^${K}$`);function Ct(e){return e.type===W.TYPE.select&&xt.test(e.value)&&!!e.options.other&&(e.options.other.value.length===0||e.options.other.value.length>0&&e.options.other.value[0]?.type===W.TYPE.literal)}function wt(e){return e.type===W.TYPE.select&&St.test(e.value)&&!!e.options.other&&(e.options.other.value.length===0||e.options.other.value.length>0&&e.options.other.value[0]?.type===W.TYPE.literal)}function Tt(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:``})}G({icuString:e,shouldVisit:wt,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 Et(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 Dt(e,t){let n=` other {${Et(String(e??``))}}`,r=``;return t?.$name&&(r=` _gt_var_name {${Et(t.$name)}}`),`{${K}, select,${n}${r}}`}function Ot(e){return e}const kt=Ot;function At(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})}G({icuString:e,shouldVisit:wt,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 jt(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 G({icuString:e,shouldVisit:wt,visitor:r,options:{recurseIntoVisited:!1}}),n}function Mt(e){if(!e.includes(`_gt_`))return e;function t(e){e.type=W.TYPE.argument,Reflect.deleteProperty(e,`options`)}return(0,ht.printAST)(G({icuString:e,shouldVisit:Ct,visitor:t,options:{recurseIntoVisited:!1}}))}function Nt(e,n=0){let r=n,a=e=>{let{type:t,props:n}=e;r+=1;let i={id:r,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(n).reduce((e,[t,n])=>(_t(t)&&(e[t]=Nt(n,r)),e),{});Object.keys(e).length&&(i.branches=e)}if(e[0]===`branch`){let{children:e,branch:t,...a}=n,o=Object.fromEntries(Object.entries(a).filter(([e])=>!e.startsWith(`data-`))),s=Object.entries(o).reduce((e,[t,n])=>(e[t]=Nt(n,r),e),{});Object.keys(s).length&&(i.branches=s)}i.transformation=e[0]}return i};function o(e){let{props:n}=e,r=a(e),i={...n,"data-_gt":r};return n.children&&!r.variableType&&(i.children=c(n.children)),e.type===t.Fragment&&(i[`data-_gt`].transformation=`fragment`),t.cloneElement(e,i)}function s(e){return i(e)?o(e):e}function c(e){return Array.isArray(e)?t.Children.map(e,s):s(e)}return c(e)}const q=`@generaltranslation/react-core`;`${q}`,`${q}`,`${q}`,`${q}`,`${q}`,`${q}`;const Pt=e=>`${q} Error: Dictionary subtree not found for id: "${e}"`,Ft=()=>`${q} Error: Cannot inject and merge a dictionary entry`,It=()=>`${q} Error: Cannot inject and merge a dictionary entry`;`${q}`,`${q}`,`${q}`,`${q}`;const Lt=`${q} Warning: A <_T> component was found injected outside of a <Derive> boundary. This may affect translation resolution for this component.`;function Rt(e){return Bt(e,0)}function zt(e,t){let{type:n,props:i}=e,a=Vt(n);if(typeof i!=`object`||!i)return e;if(a){let{componentType:n,injectionType:o}=a;if(n===`variable`)return e;if(n===`branch`)return r(e,{...Object.entries(i).reduce((e,[n,r])=>(n!==`branch`&&!n.startsWith(`data-`)?e[n]=J(r,t):e[n]=r,e),{})});if(n===`plural`)return r(e,{...Object.entries(i).reduce((e,[n,r])=>(_t(n)||n===`children`?e[n]=J(r,t):e[n]=r,e),{})});if(n===`derive`)return r(e,{...i,...`children`in i&&{children:Bt(i.children,t+1)}});if(n===`translate`&&o===`automatic`&&t>0)return`children`in i?Bt(i.children,t):void 0;n===`translate`&&o===`automatic`&&console.warn(Lt)}return r(e,{...i,...`children`in i&&{children:Bt(i.children,t)}})}function J(e,t){return i(e)?zt(e,t):e}function Bt(e,t){return Array.isArray(e)?n.map(e,e=>J(e,t)):J(e,t)}function Vt(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 Ht={variable:`value`,number:`n`,datetime:`date`,currency:`cost`,"relative-time":`time`};function Ut(e={},t){return typeof e.name==`string`?e.name:`_gt_${Ht[t]||`value`}_${e[`data-_gt`]?.id}`}function Wt(e){return t.isValidElement(e)}const Gt={pl:`placeholder`,ti:`title`,alt:`alt`,arl:`aria-label`,arb:`aria-labelledby`,ard:`aria-describedby`},Kt=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`},qt=(e,t,n)=>{let r=Object.entries(Gt).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]=Y(n)}),r={...r,b:e,t:`p`}}if(e===`branch`&&n){let e={};Object.entries(n).forEach(([t,n])=>{e[t]=Y(n)}),r={...r,b:e,t:`b`}}return Object.keys(r).length?r:void 0},Jt=e=>{let{props:t}=e,n={t:Kt(e)};if(t[`data-_gt`]){let e=t[`data-_gt`],r=e.transformation;if(r===`variable`){let n=e.variableType||`variable`,r=Ut(t,n),i=bt(n);return{i:e.id,k:r,v:i}}n.i=e.id,n.d=qt(r,t,e.branches);let i=Object.entries(Gt).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]=Y(n)}),i={...i,b:t,t:`p`}}if(r===`branch`&&e.branches){let t={};Object.entries(e.branches).forEach(([e,n])=>{t[e]=Y(n)}),i={...i,b:t,t:`b`}}n.d=Object.keys(i).length?i:void 0}return t.children&&(n.c=Y(t.children)),n},Yt=e=>Wt(e)?Jt(e):typeof e==`number`?e.toString():e;function Y(e){return Array.isArray(e)?e.map(Yt):Yt(e)}function Xt(e,t,n){let r=``,i=null;return typeof e==`number`&&!i&&n&&(r=vt(e,Object.keys(n).filter(_t),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 Qt(e,t){let n=e,r=t.split(`.`);for(let e of r){if(typeof n!=`object`&&!Array.isArray(n))return;n=_(n,e)}return n}function X(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 $t(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 en(e){let t=e[`data-_gt`]?.variableType||`variable`;return{variableName:Ut(e,t),variableType:bt(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 tn(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 nn(e){return e&&e.props&&e.props[`data-_gt`]?e.props[`data-_gt`]:null}function Z({children:e,defaultLocale:n=`en`,renderVariable:r}){let i=e=>{let i=nn(e);if($t(e.props)){let{variableType:t,variableValue:i,variableOptions:a,injectionType:o}=en(e.props);return r({variableType:t,variableValue:i,variableOptions:a,locales:[n],injectionType:o})}if(i?.transformation===`plural`){let t=i.branches||{};if(typeof e.props.n!=`number`)return e.props.children==null?null:o(e.props.children);let r=Xt(e.props.n,[n],t);return o(r===null?e.props.children:r)}if(i?.transformation===`branch`){let{children:t,branch:n}=e.props,r=i.branches||{},a=n==null||n===``?void 0:n.toString();return o(a&&r[a]!==void 0?r[a]:t)}return i?.transformation===`fragment`?t.createElement(t.Fragment,{key:e.props.key,children:o(e.props.children)}):e.props.children?t.cloneElement(e,{...e.props,"data-_gt":void 0,children:o(e.props.children)}):t.cloneElement(e,{...e.props,"data-_gt":void 0})},a=e=>t.isValidElement(e)?i(e):e,o=e=>Array.isArray(e)?t.Children.map(e,a):a(e);return o(e)}function rn({sourceElement:e,targetElement:n,locales:r=[`en`],renderVariable:i}){let{props:a}=e,o=a[`data-_gt`],s=o?.transformation,c=n.d,l={};if(c&&Object.entries(Gt).forEach(([e,t])=>{c[e]&&(l[t]=c[e])}),s===`plural`){let t=e.props.n;if(typeof t!=`number`)return Z({children:e,defaultLocale:r[0],renderVariable:i});let a=Xt(t,r,o.branches||{}),s=a===null?e.props.children:a,c=Xt(t,r,n.d?.b||{});return Q({source:s,target:c===null?n.c:c,locales:r,renderVariable:i})}if(s===`branch`){let{branch:e,children:t}=a,s=e==null||e===``?void 0:e.toString(),c=o.branches||{},l=n.d?.b||{};return Q({source:s&&c[s]!==void 0?c[s]:t,target:s&&l[s]!==void 0?l[s]:n.c,locales:r,renderVariable:i})}return s===`fragment`&&n.c?t.createElement(t.Fragment,{key:e.props.key,children:Q({source:a.children,target:n.c,locales:r,renderVariable:i})}):a?.children&&n?.c?t.cloneElement(e,{...a,...l,"data-_gt":void 0,children:Q({source:a.children,target:n.c,locales:r,renderVariable:i})}):Z({children:e,defaultLocale:r[0],renderVariable:i})}function Q({source:e,target:n,locales:r=[`en`],renderVariable:i}){if(n==null&&e)return Z({children:e,defaultLocale:r[0],renderVariable:i});if(typeof n==`string`)return n;if(Array.isArray(n)&&!Array.isArray(e)&&e&&(e=[e]),Array.isArray(e)&&Array.isArray(n)){let a={},o={},c={},l=e.filter(e=>{if(t.isValidElement(e))if($t(e.props)){let{variableName:t,variableValue:n,variableOptions:r,injectionType:i}=en(e.props);a[t]=n,o[t]=r,c[t]=i}else return!0;return!1}),u=e=>l.find(t=>{let n=nn(t);return n?.id===void 0?!1:n.id===e.i})||l.shift();return n.map((e,n)=>{if(typeof e==`string`)return s(t.Fragment,{children:e},`string_${n}`);if(C(e))return s(t.Fragment,{children:i({variableType:e.v||`v`,variableValue:a[e.k],variableOptions:o[e.k],locales:r,injectionType:c[e.k]||`manual`})},`var_${n}`);let l=u(e);return l?s(t.Fragment,{children:rn({sourceElement:l,targetElement:e,locales:r,renderVariable:i})},`element_${n}`):null})}if(n&&typeof n==`object`&&!Array.isArray(n)){let a=C(n)?`variable`:`element`;if(t.isValidElement(e)){if(a===`element`)return rn({sourceElement:e,targetElement:n,locales:r,renderVariable:i});if($t(e.props)){let{variableValue:t,variableOptions:n,variableType:a,injectionType:o}=en(e.props);return i({variableType:a,variableValue:t,variableOptions:n,locales:r,injectionType:o})}}}return Z({children:e,defaultLocale:r[0],renderVariable:i})}const an=(e=`production`)=>({method:`default`,timeout:e===`development`?8e3:12e3});function on(){return``}const sn=`generaltranslation.locale`,cn=`generaltranslation.region`,ln=`generaltranslation.enable-i18n`;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 un=e=>typeof e==`string`||Array.isArray(e),dn=e=>typeof e==`object`&&!!e&&!Array.isArray(e);function fn(e,t){if(Array.isArray(e))return e.map((e,n)=>$(e)?t[n]:fn(e,t[n]));let n={...Object.fromEntries(Object.entries(e).filter(([,e])=>un(e))),...Object.fromEntries(Object.entries(t).filter(([,e])=>un(e)))},r=Object.entries(e).filter(([,e])=>dn(e)).map(([e])=>e),i=Object.entries(t).filter(([,e])=>dn(e)).map(([e])=>e),a=new Set([...r,...i]);for(let r of a)n[r]=fn(_(e,r)||{},_(t,r)||{});return n}const pn=typeof e.use==`function`;function mn({dictionary:e,id:t}){if(t===``)return e;let n=e,r=t.split(`.`);for(let e of r)n=_(n,e);return n}function hn({dictionary:e,id:t,sourceDictionary:n}){if(t===``)return e;let r=e,i=n,a=t.split(`.`);for(let e of a)_(r,e)===void 0&&(Array.isArray(_(i,e))?v(r,e,[]):v(r,e,{})),r=_(r,e);return r}const gn=[`constructor`,`prototype`,`__proto__`];function _n(e){return!!gn.includes(e)}function vn(e,t,n,r){if($(t))return e;let i=n.split(`.`);i.forEach(e=>{if(_n(e))throw Error(`Invalid key: ${e}`)}),t||={};for(let e of i.slice(0,-1))_(t,e)??v(t,e,Array.isArray(_(r,e))?[]:{}),t=_(t,e),r=_(r,e);let a=i[i.length-1];v(t,a,e)}function yn(e){let t={};return Array.isArray(e)&&(t=[]),Object.entries(e).forEach(([e,n])=>{if($(n)){let{entry:r}=X(n);v(t,e,r)}else v(t,e,yn(n))}),t}function bn(e){return ie(ve(ae(e))).slice(0,16)}function xn({source:e,context:t,id:n,maxChars:r,dataFormat:i},a=bn){let o;return o=i===`JSX`?Cn(e):e,a(te({source:o,...n&&{id:n},...t&&{context:t},...r!=null&&{maxChars:Math.abs(r)},...i&&{dataFormat:i}}))}const Sn=e=>{if(e&&typeof e==`object`){let t={};if(`c`in e&&e.c&&(t.c=Cn(e.c)),`d`in e){let n=e?.d;n?.b&&(t.b=Object.fromEntries(Object.entries(n.b).map(([e,t])=>[e,Cn(t)]))),n?.t&&(t.t=n.t)}return C(e)?{k:e.k,...e.v&&{v:e.v}}:t}return e};function Cn(e){return Array.isArray(e)?e.map(Sn):Sn(e)}function wn(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}=X(i);o?.$_hash||(o||={},o.$_hash=xn({source:At(t),...o?.$context&&{context:o.$context},...o?.$maxChars!=null&&{maxChars:Math.abs(o.$maxChars)},id:a,dataFormat:`ICU`}),v(e,r,[t,o]),n=!0)}else{let{updateDictionary:e}=wn(i,a);n||=e}}),{dictionary:e,updateDictionary:n}}function Tn(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=Qt(t,c),u;$(l)&&(u=X(l).entry);let d=n[i]||u;d&&(vn(d,t,c,e),a=!0)}),{dictionary:t,updateDictionary:a}}function En(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=Qt(t,o),c;$(s)&&(c=X(s).entry),vn(c||n,t,o,e)}),t}function Dn(e,t,n){let r=mn({dictionary:e,id:n});if(!r)throw Error(Pt(n));if($(r))throw Error(Ft());return On(e,fn(r,t),n)}function On(e,t,n){let r=Qt(e,n);if(!r)throw Error(Pt(n));if($(r))throw Error(It());let i=n.split(`.`),a=i.slice(0,-1),o=i[i.length-1],s=e;return a.forEach(e=>{s=_(s,e)}),v(s,o,t),e}function kn(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}=X(i);_(t,e)||r.push({source:n,metadata:{$id:a,$context:o?.$context,$maxChars:o?.$maxChars,$_hash:o?.$_hash||``}})}else r.push(...kn(i,_(t,e)||(Array.isArray(i)?[]:{}),a))}),r}var An={warn(e){console.warn(e)},error(e){console.error(e)},info(e){console.info(e)},debug(e){console.debug(e)}};function jn(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 Mn=e=>`String interpolation failed for message: "${e}".`;function Nn(e,t,n,r){try{return o(e,{variables:t,locales:n,dataFormat:r})}catch{return An.warn(Mn(e)),e}}function Pn(e,t){if(!e)return e;let n=t.$_fallback,r=jn(t);try{let i=jt(n||``);return a(Nn(Object.keys(i).length?Mt(e):e,{...r,...i,[K]:`other`},t.$locale??t.$_locales,t.$format),{maxChars:t.$maxChars})}catch{return An.warn(Mn(e)),t.$_fallback==null?a(e,{maxChars:t.$maxChars}):Pn(t.$_fallback,{...t,$_fallback:void 0})}}function Fn(e){if(e.lastIndexOf(`:`)===-1)return null;let t=e.slice(e.lastIndexOf(`:`)+1);try{return JSON.parse(x(t))}catch{return null}}function In(e){return!!(e.$_hash&&e.$_source)}function Ln(e,t){let n=t;return n.$_hash==null?xn({source:t.$format===`ICU`?At(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 Rn(e){return typeof e==`string`&&e.lastIndexOf(`:`)!==-1?e.slice(0,e.lastIndexOf(`:`)):e}const zn=(e,t={})=>Pn(e,t),Bn=(e,t={})=>e&&(In(Fn(e)??{})?Rn(e):Pn(e,t));function Vn(e,t){if(typeof e!=`string`)return t?e.map((e,n)=>Vn(e,{...t,...t.$id&&{$id:`${t.$id}.${n}`}})):e;if(!t)return e;let n=jn(t),r=e;try{r=o(e,{locales:[`en`],variables:{...n,[K]:`other`}})}catch{return An.warn(Mn(e)),e}let i=e,a=t.$_hash||Ln(e,{$format:`ICU`,...t}),s={...t,$_source:i,$_hash:a},c=ee(JSON.stringify(s));return`${r}:${c}`}function Hn({children:e}){return e}function Un(e){return Hn(e)}Hn._gtt=`derive`,Un._gtt=`derive`;export{Hn as Derive,Un as Static,Nt as addGTIdentifier,kn as collectUntranslatedEntries,kt as declareStatic,Dt as declareVar,Rn as decodeMsg,Fn as decodeOptions,Tt as decodeVars,ln as defaultEnableI18nCookieName,sn as defaultLocaleCookieName,cn as defaultRegionCookieName,Ot as derive,b as flattenDictionary,an as getDefaultRenderSettings,Qt as getDictionaryEntry,X as getEntryAndMetadata,Xt as getPluralBranch,mn as getSubtree,hn as getSubtreeWithCreation,Ut as getVariableName,en as getVariableProps,zn as gtFallback,Dn as injectAndMerge,vn as injectEntry,En as injectFallbacks,wn as injectHashes,Tn as injectTranslations,$ as isDictionaryEntry,Zt as isValidDictionaryEntry,tn as isVariableObject,Bn as mFallback,fn as mergeDictionaries,Vn as msg,pn as reactHasUse,Rt as removeInjectedT,Z as renderDefaultChildren,on as renderSkeleton,Q as renderTranslatedChildren,yn as stripMetadataFromEntries,Y as writeChildrenAsObjects};
2
+ //# sourceMappingURL=internal.esm.min.mjs.map