@generaltranslation/react-core 1.8.21 → 2.0.0-odysseus.0

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 (46) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/components-rsc.cjs.min.cjs +2 -0
  3. package/dist/components-rsc.cjs.min.cjs.map +1 -0
  4. package/dist/components-rsc.d.ts +531 -0
  5. package/dist/components-rsc.d.ts.map +1 -0
  6. package/dist/components-rsc.esm.min.mjs +2 -0
  7. package/dist/components-rsc.esm.min.mjs.map +1 -0
  8. package/dist/components.cjs.min.cjs +2 -0
  9. package/dist/components.cjs.min.cjs.map +1 -0
  10. package/dist/components.d.ts +495 -0
  11. package/dist/components.d.ts.map +1 -0
  12. package/dist/components.esm.min.mjs +2 -0
  13. package/dist/components.esm.min.mjs.map +1 -0
  14. package/dist/hooks.cjs.min.cjs +2 -0
  15. package/dist/hooks.cjs.min.cjs.map +1 -0
  16. package/dist/hooks.d.ts +130 -0
  17. package/dist/hooks.d.ts.map +1 -0
  18. package/dist/hooks.esm.min.mjs +2 -0
  19. package/dist/hooks.esm.min.mjs.map +1 -0
  20. package/dist/pure.cjs.min.cjs +2 -0
  21. package/dist/pure.cjs.min.cjs.map +1 -0
  22. package/dist/pure.d.ts +677 -0
  23. package/dist/pure.d.ts.map +1 -0
  24. package/dist/pure.esm.min.mjs +2 -0
  25. package/dist/pure.esm.min.mjs.map +1 -0
  26. package/package.json +40 -35
  27. package/dist/errors.cjs.min.cjs +0 -2
  28. package/dist/errors.cjs.min.cjs.map +0 -1
  29. package/dist/errors.d.ts +0 -5
  30. package/dist/errors.d.ts.map +0 -1
  31. package/dist/errors.esm.min.mjs +0 -2
  32. package/dist/errors.esm.min.mjs.map +0 -1
  33. package/dist/index.cjs.min.cjs +0 -2
  34. package/dist/index.cjs.min.cjs.map +0 -1
  35. package/dist/index.d.ts +0 -1385
  36. package/dist/index.d.ts.map +0 -1
  37. package/dist/index.esm.min.mjs +0 -2
  38. package/dist/index.esm.min.mjs.map +0 -1
  39. package/dist/internal.cjs.min.cjs +0 -2
  40. package/dist/internal.cjs.min.cjs.map +0 -1
  41. package/dist/internal.d.ts +0 -765
  42. package/dist/internal.d.ts.map +0 -1
  43. package/dist/internal.esm.min.mjs +0 -2
  44. package/dist/internal.esm.min.mjs.map +0 -1
  45. package/dist/types.d.ts +0 -437
  46. package/dist/types.d.ts.map +0 -1
package/package.json CHANGED
@@ -1,23 +1,20 @@
1
1
  {
2
2
  "name": "@generaltranslation/react-core",
3
- "version": "1.8.21",
3
+ "version": "2.0.0-odysseus.0",
4
4
  "description": "A pure React library for internationalization",
5
- "main": "./dist/index.cjs.min.cjs",
6
- "module": "./dist/index.esm.min.mjs",
7
- "types": "./dist/index.d.ts",
8
5
  "files": [
9
6
  "dist",
10
7
  "CHANGELOG.md"
11
8
  ],
12
9
  "sideEffects": false,
13
10
  "peerDependencies": {
14
- "react": ">=16.8.0"
11
+ "react": ">=18.0.0"
15
12
  },
16
13
  "dependencies": {
17
- "@generaltranslation/format": "0.1.1",
18
- "generaltranslation": "8.2.16",
19
- "gt-i18n": "0.9.5",
20
- "@generaltranslation/supported-locales": "2.1.1"
14
+ "@generaltranslation/format": "0.1.2-odysseus.0",
15
+ "@generaltranslation/supported-locales": "2.1.2-odysseus.0",
16
+ "generaltranslation": "9.0.0-odysseus.0",
17
+ "gt-i18n": "1.0.0-odysseus.0"
21
18
  },
22
19
  "repository": {
23
20
  "type": "git",
@@ -36,49 +33,57 @@
36
33
  "typescript": "^5.9.2"
37
34
  },
38
35
  "exports": {
39
- ".": {
40
- "types": "./dist/index.d.ts",
41
- "require": "./dist/index.cjs.min.cjs",
42
- "import": "./dist/index.esm.min.mjs"
36
+ "./pure": {
37
+ "types": "./dist/pure.d.ts",
38
+ "require": "./dist/pure.cjs.min.cjs",
39
+ "import": "./dist/pure.esm.min.mjs"
43
40
  },
44
- "./internal": {
45
- "types": "./dist/internal.d.ts",
46
- "require": "./dist/internal.cjs.min.cjs",
47
- "import": "./dist/internal.esm.min.mjs"
41
+ "./hooks": {
42
+ "types": "./dist/hooks.d.ts",
43
+ "require": "./dist/hooks.cjs.min.cjs",
44
+ "import": "./dist/hooks.esm.min.mjs"
48
45
  },
49
- "./errors": {
50
- "types": "./dist/errors.d.ts",
51
- "require": "./dist/errors.cjs.min.cjs",
52
- "import": "./dist/errors.esm.min.mjs"
46
+ "./components": {
47
+ "types": "./dist/components.d.ts",
48
+ "require": "./dist/components.cjs.min.cjs",
49
+ "import": "./dist/components.esm.min.mjs"
53
50
  },
54
- "./types": {
55
- "types": "./dist/types.d.ts"
51
+ "./components-rsc": {
52
+ "types": "./dist/components-rsc.d.ts",
53
+ "require": "./dist/components-rsc.cjs.min.cjs",
54
+ "import": "./dist/components-rsc.esm.min.mjs"
56
55
  }
57
56
  },
58
57
  "typesVersions": {
59
58
  "*": {
60
- "types": [
61
- "./dist/types.d.ts"
59
+ "pure": [
60
+ "./dist/pure.d.ts"
62
61
  ],
63
- "internal": [
64
- "./dist/internal.d.ts"
62
+ "hooks": [
63
+ "./dist/hooks.d.ts"
65
64
  ],
66
- "errors": [
67
- "./dist/errors.d.ts"
65
+ "components": [
66
+ "./dist/components.d.ts"
67
+ ],
68
+ "components-rsc": [
69
+ "./dist/components-rsc.d.ts"
68
70
  ]
69
71
  }
70
72
  },
71
73
  "compilerOptions": {
72
74
  "baseUrl": ".",
73
75
  "paths": {
74
- "@generaltranslation/react-core/internal": [
75
- "./dist/internal"
76
+ "@generaltranslation/react-core/pure": [
77
+ "./dist/pure"
78
+ ],
79
+ "@generaltranslation/react-core/hooks": [
80
+ "./dist/hooks"
76
81
  ],
77
- "@generaltranslation/react-core/types": [
78
- "./dist/types.d.ts"
82
+ "@generaltranslation/react-core/components": [
83
+ "./dist/components"
79
84
  ],
80
- "@generaltranslation/react-core/errors": [
81
- "./dist/errors.d.ts"
85
+ "@generaltranslation/react-core/components-rsc": [
86
+ "./dist/components-rsc"
82
87
  ]
83
88
  }
84
89
  },
@@ -1,2 +0,0 @@
1
- Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`}),require(`@generaltranslation/format`);function e(e){let t=e.trim();return t?/[.!?)]$/.test(t)?t:`${t}.`:``}function t(e){let t=e.trim(),n=t.length;for(;n>0;){let e=t[n-1];if(e!==`.`&&e!==`!`&&e!==`?`)break;--n}return t.slice(0,n)}function n(e){return e.replace(/^[A-Z][a-z]/,e=>e.toLowerCase())}function r(t){if(!t)return``;let n=Array.isArray(t)?t.join(`, `):t;return n.trim()?e(`Details: ${n}`):``}function i({source:i,severity:a,whatHappened:o,reassurance:s,why:c,fix:l,wayOut:u,details:d,docsUrl:f}){let p=i?a?`${i} ${a}:`:`${i}:`:a?`${a}:`:``,m=c?`${t(o)} because ${n(t(c))}`:o,h=!!l&&!!u&&/^[a-z]/.test(t(u)),g=[m,s,h?`${t(l)}, or ${n(t(u))}`:l,h?void 0:u,r(d)].filter(e=>!!e).map(e);f&&g.push(`Learn more: ${f}`);let _=g.join(` `);return p?`${p} ${_}`:_}const a=`@generaltranslation/react-core`;function o(e){return i({source:a,...e})}o({severity:`Error`,whatHappened:`Runtime translation needs a project ID`,fix:`Add projectId to your <GTProvider> configuration or set GT_PROJECT_ID in your environment`,docsUrl:`https://generaltranslation.com/dashboard`}),o({severity:`Error`,whatHappened:`Production environments cannot use a development API key`,fix:`Replace it with a production API key before deploying`}),o({severity:`Error`,whatHappened:`The API key is available to client-side production code`,fix:`Move translation credentials to a server-only environment before deploying`}),o({severity:`Error`,whatHappened:`Runtime translation is not configured`,fix:`Add projectId and devApiKey to your environment, or pass them to <GTProvider> directly`}),o({severity:`Error`,whatHappened:`Runtime translations could not be loaded`,wayOut:`Source content will render as a fallback`,fix:`Check your runtime translation configuration and try again`}),o({severity:`Error`,whatHappened:`Runtime translation could not be completed`}),o({severity:`Warning`,whatHappened:`Runtime translation needs a project ID`,fix:`Add projectId to <GTProvider> or set GT_PROJECT_ID in your environment`,docsUrl:`https://generaltranslation.com/dashboard`}),o({severity:`Warning`,whatHappened:`Runtime translation needs a development API key`,fix:`Find your development API key at generaltranslation.com/dashboard, or set runtimeUrl to an empty string to disable runtime translation`}),o({severity:`Warning`,whatHappened:`Runtime translation timed out`});const s=(e,t,n=a)=>`${n} Warning: "${t}" is not a supported locale. Update supported locales in your dashboard or gt.config.json. Falling back to "${e}".`;o({severity:`Warning`,whatHappened:`No dictionary was found`,fix:`Pass a dictionary to <GTProvider> or configure a dictionary loader before rendering translations`}),`${a}`,exports.createUnsupportedLocaleWarning=s;
2
- //# sourceMappingURL=errors.cjs.min.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"errors.cjs.min.cjs","names":[],"sources":["../../core/dist/base64-r7YWJYWt.mjs","../src/errors-dir/constants.ts","../src/errors-dir/diagnostics.ts","../src/errors-dir/createErrors.ts"],"sourcesContent":["//#region src/settings/settings.ts\nconst libraryDefaultLocale = \"en\";\nconst defaultTimeout = 6e4;\n//#endregion\n//#region src/logging/diagnostics.ts\nfunction ensureSentence(text) {\n\tconst trimmed = text.trim();\n\tif (!trimmed) return \"\";\n\treturn /[.!?)]$/.test(trimmed) ? trimmed : `${trimmed}.`;\n}\nfunction stripSentence(text) {\n\tconst trimmed = text.trim();\n\tlet end = trimmed.length;\n\twhile (end > 0) {\n\t\tconst char = trimmed[end - 1];\n\t\tif (char !== \".\" && char !== \"!\" && char !== \"?\") break;\n\t\tend -= 1;\n\t}\n\treturn trimmed.slice(0, end);\n}\nfunction lowercaseFirstWord(text) {\n\treturn text.replace(/^[A-Z][a-z]/, (match) => match.toLowerCase());\n}\nfunction formatDetails(details) {\n\tif (!details) return \"\";\n\tconst detailText = Array.isArray(details) ? details.join(\", \") : details;\n\tif (!detailText.trim()) return \"\";\n\treturn ensureSentence(`Details: ${detailText}`);\n}\nfunction formatDiagnosticErrorDetails(error) {\n\tif (error == null) return void 0;\n\treturn String(error);\n}\nfunction createDiagnosticMessage({ source, severity, whatHappened, reassurance, why, fix, wayOut, details, docsUrl }) {\n\tconst prefix = source ? severity ? `${source} ${severity}:` : `${source}:` : severity ? `${severity}:` : \"\";\n\tconst whatAndWhy = why ? `${stripSentence(whatHappened)} because ${lowercaseFirstWord(stripSentence(why))}` : whatHappened;\n\tconst shouldCombineWayOut = !!fix && !!wayOut && /^[a-z]/.test(stripSentence(wayOut));\n\tconst messageParts = [\n\t\twhatAndWhy,\n\t\treassurance,\n\t\tshouldCombineWayOut ? `${stripSentence(fix)}, or ${lowercaseFirstWord(stripSentence(wayOut))}` : fix,\n\t\tshouldCombineWayOut ? void 0 : wayOut,\n\t\tformatDetails(details)\n\t].filter((part) => !!part).map(ensureSentence);\n\tif (docsUrl) messageParts.push(`Learn more: ${docsUrl}`);\n\tconst message = messageParts.join(\" \");\n\treturn prefix ? `${prefix} ${message}` : message;\n}\n//#endregion\n//#region src/settings/settingsUrls.ts\nconst defaultCacheUrl = \"https://cdn.gtx.dev\";\nconst defaultBaseUrl = \"https://api2.gtx.dev\";\nconst defaultRuntimeApiUrl = \"https://runtime2.gtx.dev\";\n//#endregion\n//#region src/utils/isSupportedFileFormatTransform.ts\nconst SUPPORTED_TRANSFORMATIONS = {\n\tGTJSON: [\"GTJSON\"],\n\tJSON: [\"JSON\"],\n\tPO: [\"PO\"],\n\tPOT: [\"POT\", \"PO\"],\n\tYAML: [\"YAML\"],\n\tMDX: [\"MDX\"],\n\tMD: [\"MD\"],\n\tTS: [\"TS\"],\n\tJS: [\"JS\"],\n\tHTML: [\"HTML\"],\n\tTXT: [\"TXT\"],\n\tTWILIO_CONTENT_JSON: [\"TWILIO_CONTENT_JSON\"]\n};\n/**\n* This function checks if a file format transformation is supported during translation\n* @param from - The source file format.\n* @param to - The target file format.\n* @returns True if the transformation is supported, false otherwise\n*/\nfunction isSupportedFileFormatTransform(from, to) {\n\treturn SUPPORTED_TRANSFORMATIONS[from]?.includes(to) ?? false;\n}\n//#endregion\n//#region src/translate/utils/validateFileFormatTransform.ts\n/**\n* Returns a user-facing validation error when a requested file format transform\n* is missing source format context or is not currently supported.\n*/\nfunction getFileFormatTransformError(file) {\n\tif (!file.transformFormat) return void 0;\n\tconst fileLabel = file.fileName ?? file.fileId ?? \"unknown file\";\n\tif (!file.fileFormat) return `fileFormat is required when transformFormat is provided for ${fileLabel}`;\n\tif (!isSupportedFileFormatTransform(file.fileFormat, file.transformFormat)) return `Unsupported file format transform: ${file.fileFormat} -> ${file.transformFormat}`;\n}\n/**\n* Validates file format transforms before sending upload/enqueue requests.\n*/\nfunction validateFileFormatTransforms(files) {\n\tfor (const file of files) {\n\t\tconst error = getFileFormatTransformError(file);\n\t\tif (error) throw new Error(error);\n\t}\n}\n//#endregion\n//#region src/utils/base64.ts\nfunction encode(data) {\n\tif (typeof Buffer !== \"undefined\") return Buffer.from(data, \"utf8\").toString(\"base64\");\n\tconst bytes = new TextEncoder().encode(data);\n\tlet binary = \"\";\n\tfor (let i = 0; i < bytes.length; i++) binary += String.fromCharCode(bytes[i]);\n\treturn btoa(binary);\n}\nfunction decode(base64) {\n\tif (typeof Buffer !== \"undefined\") return Buffer.from(base64, \"base64\").toString(\"utf8\");\n\tconst binary = atob(base64);\n\tconst bytes = new Uint8Array(binary.length);\n\tfor (let i = 0; i < binary.length; i++) bytes[i] = binary.charCodeAt(i);\n\treturn new TextDecoder().decode(bytes);\n}\n//#endregion\nexport { defaultBaseUrl as a, createDiagnosticMessage as c, libraryDefaultLocale as d, isSupportedFileFormatTransform as i, formatDiagnosticErrorDetails as l, encode as n, defaultCacheUrl as o, validateFileFormatTransforms as r, defaultRuntimeApiUrl as s, decode as t, defaultTimeout as u };\n\n//# sourceMappingURL=base64-r7YWJYWt.mjs.map","export const PACKAGE_NAME = '@generaltranslation/react-core';\n","import {\n createDiagnosticMessage,\n formatDiagnosticErrorDetails,\n type DiagnosticMessageInput,\n} from 'generaltranslation/internal';\nimport { PACKAGE_NAME } from './constants';\n\ntype ReactCoreDiagnosticInput = Omit<DiagnosticMessageInput, 'source'>;\n\nexport function createReactCoreDiagnostic(\n input: ReactCoreDiagnosticInput\n): string {\n return createDiagnosticMessage({\n source: PACKAGE_NAME,\n ...input,\n });\n}\n\nexport { formatDiagnosticErrorDetails };\n","import { getLocaleProperties } from '@generaltranslation/format';\nimport {\n createReactCoreDiagnostic,\n formatDiagnosticErrorDetails,\n} from './diagnostics';\nimport { PACKAGE_NAME } from './constants';\n\n// ---- ERRORS ---- //\n\nexport const projectIdMissingError = createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: 'Runtime translation needs a project ID',\n fix: 'Add projectId to your <GTProvider> configuration or set GT_PROJECT_ID in your environment',\n docsUrl: 'https://generaltranslation.com/dashboard',\n});\n\nexport const devApiKeyProductionError = createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: 'Production environments cannot use a development API key',\n fix: 'Replace it with a production API key before deploying',\n});\n\nexport const apiKeyInProductionError = createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: 'The API key is available to client-side production code',\n fix: 'Move translation credentials to a server-only environment before deploying',\n});\n\nexport const createNoAuthError = createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: 'Runtime translation is not configured',\n fix: 'Add projectId and devApiKey to your environment, or pass them to <GTProvider> directly',\n});\n\nexport const createPluralMissingError = (children: unknown) =>\n createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: `<Plural> could not choose a plural form for \"${children}\"`,\n fix: 'Pass the required \"n\" option to <Plural>',\n });\n\nexport const createClientSideTDictionaryCollisionError = (id: string) =>\n createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: `<T id=\"${id}\"> conflicts with a dictionary entry using the same ID`,\n fix: 'Rename the <T> id or the dictionary key so each translation source has a unique ID',\n });\n\nexport const createClientSideTHydrationError = (id: string) =>\n createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: `<T id=\"${id}\"> is rendering in a client component without a saved translation`,\n why: 'This can cause hydration mismatches',\n fix: 'Use a dictionary with useGT() or push translations from the command line before rendering this component on the client',\n });\n\nexport const dynamicTranslationError = createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: 'Runtime translations could not be loaded',\n wayOut: 'Source content will render as a fallback',\n fix: 'Check your runtime translation configuration and try again',\n});\n\nexport const createGenericRuntimeTranslationError = (\n id: string | undefined,\n hash: string,\n error?: unknown\n) =>\n createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: id\n ? `Translation could not be found for id \"${id}\" and hash \"${hash}\"`\n : `Translation could not be found for hash \"${hash}\"`,\n wayOut: 'Source content will render as a fallback',\n fix: 'Push translations again or check that runtime translation is configured',\n details: formatDiagnosticErrorDetails(error),\n });\n\nexport const runtimeTranslationError = createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: 'Runtime translation could not be completed',\n});\n\nexport const customLoadTranslationsError = (locale: string = '') =>\n createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: `Locally stored translations could not be loaded${locale ? ` for \"${locale}\"` : ''}`,\n fix: 'If you use loadTranslations(), make sure it returns translations for the requested locale',\n });\n\nexport const customLoadDictionaryWarning = (locale: string = '') =>\n createReactCoreDiagnostic({\n severity: 'Warning',\n whatHappened: `The local dictionary could not be loaded${locale ? ` for \"${locale}\"` : ''}`,\n fix: 'If you use loadDictionary(), make sure it returns a dictionary for the requested locale',\n });\n\nexport const missingVariablesError = (variables: string[], message: string) =>\n createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: `The message \"${message}\" is missing variables: \"${variables.join('\", \"')}\"`,\n fix: 'Provide values for these variables before rendering the translation',\n });\n\nexport const createStringRenderError = (\n message: string,\n id: string | undefined,\n error?: unknown\n) =>\n createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: `The string ${id ? `for id \"${id}\" ` : ''}could not be rendered`,\n fix: `Check the message syntax and variables for: \"${message}\"`,\n details: formatDiagnosticErrorDetails(error),\n });\n\nexport const createStringTranslationError = (\n string: string,\n id?: string,\n functionName = 'tx'\n) =>\n createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: `${functionName}(\"${string}\")${id ? ` with id \"${id}\"` : ''} could not find a translation`,\n wayOut: 'Source content will render as a fallback',\n fix: 'Push translations again or check your dictionary/runtime translation configuration',\n });\n\nexport const invalidLocalesError = (locales: string[]) =>\n createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: 'Invalid locale codes in your configuration',\n fix: 'Specify a list of valid locales or use \"customMapping\" to define aliases for the invalid locales',\n details: locales,\n });\n\nexport const invalidCanonicalLocalesError = (locales: string[]) =>\n createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: 'Invalid canonical locale codes in your configuration',\n fix: 'Use valid BCP 47 locale codes before starting translation',\n details: locales,\n });\n\nexport const createEmptyIdError = () =>\n createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: 't.obj() received an empty id',\n fix: 'Pass a non-empty dictionary id',\n });\n\nexport const createSubtreeNotFoundError = (id: string) =>\n createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: `Dictionary subtree \"${id}\" could not be found`,\n fix: 'Check that the id matches your dictionary structure',\n });\n\nexport const createDictionaryEntryError = () =>\n createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: 'A dictionary entry cannot be injected as a subtree',\n fix: 'Pass a dictionary object instead',\n });\n\nexport const createCannotInjectDictionaryEntryError = () =>\n createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened:\n 'A dictionary entry cannot be merged into another dictionary entry',\n fix: 'Pass a dictionary subtree instead',\n });\n\nexport const createInvalidIcuDictionaryEntryError = (id: string | undefined) =>\n createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: `Dictionary entry \"${id}\" contains invalid ICU syntax`,\n fix: 'Fix the ICU message before rendering this translation',\n });\n\n// ---- WARNINGS ---- //\n\nexport const projectIdMissingWarning = createReactCoreDiagnostic({\n severity: 'Warning',\n whatHappened: 'Runtime translation needs a project ID',\n fix: 'Add projectId to <GTProvider> or set GT_PROJECT_ID in your environment',\n docsUrl: 'https://generaltranslation.com/dashboard',\n});\n\nexport const createNoEntryFoundWarning = (id: string) =>\n createReactCoreDiagnostic({\n severity: 'Warning',\n whatHappened: `No valid dictionary entry was found for id \"${id}\"`,\n wayOut: 'Source content will render as a fallback',\n });\n\nexport const createInvalidDictionaryEntryWarning = (id: string) =>\n createReactCoreDiagnostic({\n severity: 'Warning',\n whatHappened: `Dictionary entry \"${id}\" is invalid`,\n wayOut: 'Source content will render as a fallback until the entry is fixed',\n });\n\nexport const createInvalidIcuDictionaryEntryWarning = (id: string) =>\n createReactCoreDiagnostic({\n severity: 'Warning',\n whatHappened: `Dictionary entry \"${id}\" contains invalid ICU syntax`,\n wayOut: 'Source content will render as a fallback until the entry is fixed',\n });\n\nexport const createNoEntryTranslationWarning = (\n id: string,\n prefixedId: string\n) =>\n createReactCoreDiagnostic({\n severity: 'Warning',\n whatHappened: `t(\"${id}\") could not find a translation for dictionary item \"${prefixedId}\"`,\n wayOut: 'Source content will render as a fallback',\n });\n\nexport const createMismatchingHashWarning = (\n expectedHash: string,\n receivedHash: string\n) =>\n createReactCoreDiagnostic({\n severity: 'Warning',\n whatHappened: 'Translation hashes do not match',\n reassurance: 'The translation will still render',\n fix: 'Update your translations to the newest version to avoid stale content',\n details: [`expected ${expectedHash}`, `received ${receivedHash}`],\n });\n\nexport const APIKeyMissingWarn = createReactCoreDiagnostic({\n severity: 'Warning',\n whatHappened: 'Runtime translation needs a development API key',\n fix: 'Find your development API key at generaltranslation.com/dashboard, or set runtimeUrl to an empty string to disable runtime translation',\n});\n\nexport const createUnsupportedLocalesWarning = (locales: string[]) =>\n `${PACKAGE_NAME} Warning: The following locales are currently unsupported by our service: ${locales\n .map((locale) => {\n const { name } = getLocaleProperties(locale);\n return `${locale} (${name})`;\n })\n .join(', ')}`;\n\nexport const runtimeTranslationTimeoutWarning = createReactCoreDiagnostic({\n severity: 'Warning',\n whatHappened: 'Runtime translation timed out',\n});\n\nexport const createUnsupportedLocaleWarning = (\n validatedLocale: string,\n newLocale: string,\n packageName: string = PACKAGE_NAME\n) => {\n return (\n `${packageName} Warning: \"${newLocale}\" is not a supported locale. ` +\n `Update supported locales in your dashboard or gt.config.json. ` +\n `Falling back to \"${validatedLocale}\".`\n );\n};\n\nexport const dictionaryMissingWarning = createReactCoreDiagnostic({\n severity: 'Warning',\n whatHappened: 'No dictionary was found',\n fix: 'Pass a dictionary to <GTProvider> or configure a dictionary loader before rendering translations',\n});\n\nexport const createStringRenderWarning = (\n message: string,\n id: string | undefined,\n error?: unknown\n) =>\n createReactCoreDiagnostic({\n severity: 'Warning',\n whatHappened: `The string ${id ? `for id \"${id}\" ` : ''}could not be rendered`,\n wayOut: 'Source content will render as a fallback',\n fix: `Check the message syntax and variables for: \"${message}\"`,\n details: formatDiagnosticErrorDetails(error),\n });\n\n// Unlikely edge case: A <_T> component was injected outside of a <Derive> boundary. This would be caused by the compiler overeagerly injecting <_T> components.\nexport const warnNestedInternalTComponent = `${PACKAGE_NAME} Warning: A <_T> component was found injected outside of a <Derive> boundary. This may affect translation resolution for this component.`;\n"],"mappings":"yGAKA,SAAS,EAAe,EAAM,CAC7B,IAAM,EAAU,EAAK,MAAM,CAE3B,OADK,EACE,UAAU,KAAK,EAAQ,CAAG,EAAU,GAAG,EAAQ,GADjC,GAGtB,SAAS,EAAc,EAAM,CAC5B,IAAM,EAAU,EAAK,MAAM,CACvB,EAAM,EAAQ,OAClB,KAAO,EAAM,GAAG,CACf,IAAM,EAAO,EAAQ,EAAM,GAC3B,GAAI,IAAS,KAAO,IAAS,KAAO,IAAS,IAAK,MAClD,IAED,OAAO,EAAQ,MAAM,EAAG,EAAI,CAE7B,SAAS,EAAmB,EAAM,CACjC,OAAO,EAAK,QAAQ,cAAgB,GAAU,EAAM,aAAa,CAAC,CAEnE,SAAS,EAAc,EAAS,CAC/B,GAAI,CAAC,EAAS,MAAO,GACrB,IAAM,EAAa,MAAM,QAAQ,EAAQ,CAAG,EAAQ,KAAK,KAAK,CAAG,EAEjE,OADK,EAAW,MAAM,CACf,EAAe,YAAY,IAAa,CADhB,GAOhC,SAAS,EAAwB,CAAE,SAAQ,WAAU,eAAc,cAAa,MAAK,MAAK,SAAQ,UAAS,WAAW,CACrH,IAAM,EAAS,EAAS,EAAW,GAAG,EAAO,GAAG,EAAS,GAAK,GAAG,EAAO,GAAK,EAAW,GAAG,EAAS,GAAK,GACnG,EAAa,EAAM,GAAG,EAAc,EAAa,CAAC,WAAW,EAAmB,EAAc,EAAI,CAAC,GAAK,EACxG,EAAsB,CAAC,CAAC,GAAO,CAAC,CAAC,GAAU,SAAS,KAAK,EAAc,EAAO,CAAC,CAC/E,EAAe,CACpB,EACA,EACA,EAAsB,GAAG,EAAc,EAAI,CAAC,OAAO,EAAmB,EAAc,EAAO,CAAC,GAAK,EACjG,EAAsB,IAAK,GAAI,EAC/B,EAAc,EAAQ,CACtB,CAAC,OAAQ,GAAS,CAAC,CAAC,EAAK,CAAC,IAAI,EAAe,CAC1C,GAAS,EAAa,KAAK,eAAe,IAAU,CACxD,IAAM,EAAU,EAAa,KAAK,IAAI,CACtC,OAAO,EAAS,GAAG,EAAO,GAAG,IAAY,EC9C1C,MAAa,EAAe,iCCS5B,SAAgB,EACd,EACQ,CACR,OAAO,EAAwB,CAC7B,OAAQ,EACR,GAAG,EACJ,CAAC,CCNiC,EAA0B,CAC7D,SAAU,QACV,aAAc,yCACd,IAAK,4FACL,QAAS,2CACV,CAAC,CAEsC,EAA0B,CAChE,SAAU,QACV,aAAc,2DACd,IAAK,wDACN,CAAC,CAEqC,EAA0B,CAC/D,SAAU,QACV,aAAc,0DACd,IAAK,6EACN,CAAC,CAE+B,EAA0B,CACzD,SAAU,QACV,aAAc,wCACd,IAAK,yFACN,CAAC,CAwBqC,EAA0B,CAC/D,SAAU,QACV,aAAc,2CACd,OAAQ,2CACR,IAAK,6DACN,CAAC,CAiBqC,EAA0B,CAC/D,SAAU,QACV,aAAc,6CACf,CAAC,CAqGqC,EAA0B,CAC/D,SAAU,UACV,aAAc,yCACd,IAAK,yEACL,QAAS,2CACV,CAAC,CA6C+B,EAA0B,CACzD,SAAU,UACV,aAAc,kDACd,IAAK,yIACN,CAAC,CAU8C,EAA0B,CACxE,SAAU,UACV,aAAc,gCACf,CAAC,CAEF,MAAa,GACX,EACA,EACA,EAAsB,IAGpB,GAAG,EAAY,aAAa,EAAU,8GAElB,EAAgB,IAIA,EAA0B,CAChE,SAAU,UACV,aAAc,0BACd,IAAK,mGACN,CAAC,CAgB0C,GAAG,EAAH"}
package/dist/errors.d.ts DELETED
@@ -1,5 +0,0 @@
1
- //#region src/errors-dir/createErrors.d.ts
2
- declare const createUnsupportedLocaleWarning: (validatedLocale: string, newLocale: string, packageName?: string) => string;
3
- //#endregion
4
- export { createUnsupportedLocaleWarning };
5
- //# sourceMappingURL=errors.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"errors.d.ts","names":[],"sources":["../src/errors-dir/createErrors.ts"],"mappings":";cA2Pa,8BAAA,GACX,eAAA,UACA,SAAA,UACA,WAAA"}
@@ -1,2 +0,0 @@
1
- import"@generaltranslation/format";function e(e){let t=e.trim();return t?/[.!?)]$/.test(t)?t:`${t}.`:``}function t(e){let t=e.trim(),n=t.length;for(;n>0;){let e=t[n-1];if(e!==`.`&&e!==`!`&&e!==`?`)break;--n}return t.slice(0,n)}function n(e){return e.replace(/^[A-Z][a-z]/,e=>e.toLowerCase())}function r(t){if(!t)return``;let n=Array.isArray(t)?t.join(`, `):t;return n.trim()?e(`Details: ${n}`):``}function i({source:i,severity:a,whatHappened:o,reassurance:s,why:c,fix:l,wayOut:u,details:d,docsUrl:f}){let p=i?a?`${i} ${a}:`:`${i}:`:a?`${a}:`:``,m=c?`${t(o)} because ${n(t(c))}`:o,h=!!l&&!!u&&/^[a-z]/.test(t(u)),g=[m,s,h?`${t(l)}, or ${n(t(u))}`:l,h?void 0:u,r(d)].filter(e=>!!e).map(e);f&&g.push(`Learn more: ${f}`);let _=g.join(` `);return p?`${p} ${_}`:_}const a=`@generaltranslation/react-core`;function o(e){return i({source:a,...e})}o({severity:`Error`,whatHappened:`Runtime translation needs a project ID`,fix:`Add projectId to your <GTProvider> configuration or set GT_PROJECT_ID in your environment`,docsUrl:`https://generaltranslation.com/dashboard`}),o({severity:`Error`,whatHappened:`Production environments cannot use a development API key`,fix:`Replace it with a production API key before deploying`}),o({severity:`Error`,whatHappened:`The API key is available to client-side production code`,fix:`Move translation credentials to a server-only environment before deploying`}),o({severity:`Error`,whatHappened:`Runtime translation is not configured`,fix:`Add projectId and devApiKey to your environment, or pass them to <GTProvider> directly`}),o({severity:`Error`,whatHappened:`Runtime translations could not be loaded`,wayOut:`Source content will render as a fallback`,fix:`Check your runtime translation configuration and try again`}),o({severity:`Error`,whatHappened:`Runtime translation could not be completed`}),o({severity:`Warning`,whatHappened:`Runtime translation needs a project ID`,fix:`Add projectId to <GTProvider> or set GT_PROJECT_ID in your environment`,docsUrl:`https://generaltranslation.com/dashboard`}),o({severity:`Warning`,whatHappened:`Runtime translation needs a development API key`,fix:`Find your development API key at generaltranslation.com/dashboard, or set runtimeUrl to an empty string to disable runtime translation`}),o({severity:`Warning`,whatHappened:`Runtime translation timed out`});const s=(e,t,n=a)=>`${n} Warning: "${t}" is not a supported locale. Update supported locales in your dashboard or gt.config.json. Falling back to "${e}".`;o({severity:`Warning`,whatHappened:`No dictionary was found`,fix:`Pass a dictionary to <GTProvider> or configure a dictionary loader before rendering translations`}),`${a}`;export{s as createUnsupportedLocaleWarning};
2
- //# sourceMappingURL=errors.esm.min.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"errors.esm.min.mjs","names":[],"sources":["../../core/dist/base64-r7YWJYWt.mjs","../src/errors-dir/constants.ts","../src/errors-dir/diagnostics.ts","../src/errors-dir/createErrors.ts"],"sourcesContent":["//#region src/settings/settings.ts\nconst libraryDefaultLocale = \"en\";\nconst defaultTimeout = 6e4;\n//#endregion\n//#region src/logging/diagnostics.ts\nfunction ensureSentence(text) {\n\tconst trimmed = text.trim();\n\tif (!trimmed) return \"\";\n\treturn /[.!?)]$/.test(trimmed) ? trimmed : `${trimmed}.`;\n}\nfunction stripSentence(text) {\n\tconst trimmed = text.trim();\n\tlet end = trimmed.length;\n\twhile (end > 0) {\n\t\tconst char = trimmed[end - 1];\n\t\tif (char !== \".\" && char !== \"!\" && char !== \"?\") break;\n\t\tend -= 1;\n\t}\n\treturn trimmed.slice(0, end);\n}\nfunction lowercaseFirstWord(text) {\n\treturn text.replace(/^[A-Z][a-z]/, (match) => match.toLowerCase());\n}\nfunction formatDetails(details) {\n\tif (!details) return \"\";\n\tconst detailText = Array.isArray(details) ? details.join(\", \") : details;\n\tif (!detailText.trim()) return \"\";\n\treturn ensureSentence(`Details: ${detailText}`);\n}\nfunction formatDiagnosticErrorDetails(error) {\n\tif (error == null) return void 0;\n\treturn String(error);\n}\nfunction createDiagnosticMessage({ source, severity, whatHappened, reassurance, why, fix, wayOut, details, docsUrl }) {\n\tconst prefix = source ? severity ? `${source} ${severity}:` : `${source}:` : severity ? `${severity}:` : \"\";\n\tconst whatAndWhy = why ? `${stripSentence(whatHappened)} because ${lowercaseFirstWord(stripSentence(why))}` : whatHappened;\n\tconst shouldCombineWayOut = !!fix && !!wayOut && /^[a-z]/.test(stripSentence(wayOut));\n\tconst messageParts = [\n\t\twhatAndWhy,\n\t\treassurance,\n\t\tshouldCombineWayOut ? `${stripSentence(fix)}, or ${lowercaseFirstWord(stripSentence(wayOut))}` : fix,\n\t\tshouldCombineWayOut ? void 0 : wayOut,\n\t\tformatDetails(details)\n\t].filter((part) => !!part).map(ensureSentence);\n\tif (docsUrl) messageParts.push(`Learn more: ${docsUrl}`);\n\tconst message = messageParts.join(\" \");\n\treturn prefix ? `${prefix} ${message}` : message;\n}\n//#endregion\n//#region src/settings/settingsUrls.ts\nconst defaultCacheUrl = \"https://cdn.gtx.dev\";\nconst defaultBaseUrl = \"https://api2.gtx.dev\";\nconst defaultRuntimeApiUrl = \"https://runtime2.gtx.dev\";\n//#endregion\n//#region src/utils/isSupportedFileFormatTransform.ts\nconst SUPPORTED_TRANSFORMATIONS = {\n\tGTJSON: [\"GTJSON\"],\n\tJSON: [\"JSON\"],\n\tPO: [\"PO\"],\n\tPOT: [\"POT\", \"PO\"],\n\tYAML: [\"YAML\"],\n\tMDX: [\"MDX\"],\n\tMD: [\"MD\"],\n\tTS: [\"TS\"],\n\tJS: [\"JS\"],\n\tHTML: [\"HTML\"],\n\tTXT: [\"TXT\"],\n\tTWILIO_CONTENT_JSON: [\"TWILIO_CONTENT_JSON\"]\n};\n/**\n* This function checks if a file format transformation is supported during translation\n* @param from - The source file format.\n* @param to - The target file format.\n* @returns True if the transformation is supported, false otherwise\n*/\nfunction isSupportedFileFormatTransform(from, to) {\n\treturn SUPPORTED_TRANSFORMATIONS[from]?.includes(to) ?? false;\n}\n//#endregion\n//#region src/translate/utils/validateFileFormatTransform.ts\n/**\n* Returns a user-facing validation error when a requested file format transform\n* is missing source format context or is not currently supported.\n*/\nfunction getFileFormatTransformError(file) {\n\tif (!file.transformFormat) return void 0;\n\tconst fileLabel = file.fileName ?? file.fileId ?? \"unknown file\";\n\tif (!file.fileFormat) return `fileFormat is required when transformFormat is provided for ${fileLabel}`;\n\tif (!isSupportedFileFormatTransform(file.fileFormat, file.transformFormat)) return `Unsupported file format transform: ${file.fileFormat} -> ${file.transformFormat}`;\n}\n/**\n* Validates file format transforms before sending upload/enqueue requests.\n*/\nfunction validateFileFormatTransforms(files) {\n\tfor (const file of files) {\n\t\tconst error = getFileFormatTransformError(file);\n\t\tif (error) throw new Error(error);\n\t}\n}\n//#endregion\n//#region src/utils/base64.ts\nfunction encode(data) {\n\tif (typeof Buffer !== \"undefined\") return Buffer.from(data, \"utf8\").toString(\"base64\");\n\tconst bytes = new TextEncoder().encode(data);\n\tlet binary = \"\";\n\tfor (let i = 0; i < bytes.length; i++) binary += String.fromCharCode(bytes[i]);\n\treturn btoa(binary);\n}\nfunction decode(base64) {\n\tif (typeof Buffer !== \"undefined\") return Buffer.from(base64, \"base64\").toString(\"utf8\");\n\tconst binary = atob(base64);\n\tconst bytes = new Uint8Array(binary.length);\n\tfor (let i = 0; i < binary.length; i++) bytes[i] = binary.charCodeAt(i);\n\treturn new TextDecoder().decode(bytes);\n}\n//#endregion\nexport { defaultBaseUrl as a, createDiagnosticMessage as c, libraryDefaultLocale as d, isSupportedFileFormatTransform as i, formatDiagnosticErrorDetails as l, encode as n, defaultCacheUrl as o, validateFileFormatTransforms as r, defaultRuntimeApiUrl as s, decode as t, defaultTimeout as u };\n\n//# sourceMappingURL=base64-r7YWJYWt.mjs.map","export const PACKAGE_NAME = '@generaltranslation/react-core';\n","import {\n createDiagnosticMessage,\n formatDiagnosticErrorDetails,\n type DiagnosticMessageInput,\n} from 'generaltranslation/internal';\nimport { PACKAGE_NAME } from './constants';\n\ntype ReactCoreDiagnosticInput = Omit<DiagnosticMessageInput, 'source'>;\n\nexport function createReactCoreDiagnostic(\n input: ReactCoreDiagnosticInput\n): string {\n return createDiagnosticMessage({\n source: PACKAGE_NAME,\n ...input,\n });\n}\n\nexport { formatDiagnosticErrorDetails };\n","import { getLocaleProperties } from '@generaltranslation/format';\nimport {\n createReactCoreDiagnostic,\n formatDiagnosticErrorDetails,\n} from './diagnostics';\nimport { PACKAGE_NAME } from './constants';\n\n// ---- ERRORS ---- //\n\nexport const projectIdMissingError = createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: 'Runtime translation needs a project ID',\n fix: 'Add projectId to your <GTProvider> configuration or set GT_PROJECT_ID in your environment',\n docsUrl: 'https://generaltranslation.com/dashboard',\n});\n\nexport const devApiKeyProductionError = createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: 'Production environments cannot use a development API key',\n fix: 'Replace it with a production API key before deploying',\n});\n\nexport const apiKeyInProductionError = createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: 'The API key is available to client-side production code',\n fix: 'Move translation credentials to a server-only environment before deploying',\n});\n\nexport const createNoAuthError = createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: 'Runtime translation is not configured',\n fix: 'Add projectId and devApiKey to your environment, or pass them to <GTProvider> directly',\n});\n\nexport const createPluralMissingError = (children: unknown) =>\n createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: `<Plural> could not choose a plural form for \"${children}\"`,\n fix: 'Pass the required \"n\" option to <Plural>',\n });\n\nexport const createClientSideTDictionaryCollisionError = (id: string) =>\n createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: `<T id=\"${id}\"> conflicts with a dictionary entry using the same ID`,\n fix: 'Rename the <T> id or the dictionary key so each translation source has a unique ID',\n });\n\nexport const createClientSideTHydrationError = (id: string) =>\n createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: `<T id=\"${id}\"> is rendering in a client component without a saved translation`,\n why: 'This can cause hydration mismatches',\n fix: 'Use a dictionary with useGT() or push translations from the command line before rendering this component on the client',\n });\n\nexport const dynamicTranslationError = createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: 'Runtime translations could not be loaded',\n wayOut: 'Source content will render as a fallback',\n fix: 'Check your runtime translation configuration and try again',\n});\n\nexport const createGenericRuntimeTranslationError = (\n id: string | undefined,\n hash: string,\n error?: unknown\n) =>\n createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: id\n ? `Translation could not be found for id \"${id}\" and hash \"${hash}\"`\n : `Translation could not be found for hash \"${hash}\"`,\n wayOut: 'Source content will render as a fallback',\n fix: 'Push translations again or check that runtime translation is configured',\n details: formatDiagnosticErrorDetails(error),\n });\n\nexport const runtimeTranslationError = createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: 'Runtime translation could not be completed',\n});\n\nexport const customLoadTranslationsError = (locale: string = '') =>\n createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: `Locally stored translations could not be loaded${locale ? ` for \"${locale}\"` : ''}`,\n fix: 'If you use loadTranslations(), make sure it returns translations for the requested locale',\n });\n\nexport const customLoadDictionaryWarning = (locale: string = '') =>\n createReactCoreDiagnostic({\n severity: 'Warning',\n whatHappened: `The local dictionary could not be loaded${locale ? ` for \"${locale}\"` : ''}`,\n fix: 'If you use loadDictionary(), make sure it returns a dictionary for the requested locale',\n });\n\nexport const missingVariablesError = (variables: string[], message: string) =>\n createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: `The message \"${message}\" is missing variables: \"${variables.join('\", \"')}\"`,\n fix: 'Provide values for these variables before rendering the translation',\n });\n\nexport const createStringRenderError = (\n message: string,\n id: string | undefined,\n error?: unknown\n) =>\n createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: `The string ${id ? `for id \"${id}\" ` : ''}could not be rendered`,\n fix: `Check the message syntax and variables for: \"${message}\"`,\n details: formatDiagnosticErrorDetails(error),\n });\n\nexport const createStringTranslationError = (\n string: string,\n id?: string,\n functionName = 'tx'\n) =>\n createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: `${functionName}(\"${string}\")${id ? ` with id \"${id}\"` : ''} could not find a translation`,\n wayOut: 'Source content will render as a fallback',\n fix: 'Push translations again or check your dictionary/runtime translation configuration',\n });\n\nexport const invalidLocalesError = (locales: string[]) =>\n createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: 'Invalid locale codes in your configuration',\n fix: 'Specify a list of valid locales or use \"customMapping\" to define aliases for the invalid locales',\n details: locales,\n });\n\nexport const invalidCanonicalLocalesError = (locales: string[]) =>\n createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: 'Invalid canonical locale codes in your configuration',\n fix: 'Use valid BCP 47 locale codes before starting translation',\n details: locales,\n });\n\nexport const createEmptyIdError = () =>\n createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: 't.obj() received an empty id',\n fix: 'Pass a non-empty dictionary id',\n });\n\nexport const createSubtreeNotFoundError = (id: string) =>\n createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: `Dictionary subtree \"${id}\" could not be found`,\n fix: 'Check that the id matches your dictionary structure',\n });\n\nexport const createDictionaryEntryError = () =>\n createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: 'A dictionary entry cannot be injected as a subtree',\n fix: 'Pass a dictionary object instead',\n });\n\nexport const createCannotInjectDictionaryEntryError = () =>\n createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened:\n 'A dictionary entry cannot be merged into another dictionary entry',\n fix: 'Pass a dictionary subtree instead',\n });\n\nexport const createInvalidIcuDictionaryEntryError = (id: string | undefined) =>\n createReactCoreDiagnostic({\n severity: 'Error',\n whatHappened: `Dictionary entry \"${id}\" contains invalid ICU syntax`,\n fix: 'Fix the ICU message before rendering this translation',\n });\n\n// ---- WARNINGS ---- //\n\nexport const projectIdMissingWarning = createReactCoreDiagnostic({\n severity: 'Warning',\n whatHappened: 'Runtime translation needs a project ID',\n fix: 'Add projectId to <GTProvider> or set GT_PROJECT_ID in your environment',\n docsUrl: 'https://generaltranslation.com/dashboard',\n});\n\nexport const createNoEntryFoundWarning = (id: string) =>\n createReactCoreDiagnostic({\n severity: 'Warning',\n whatHappened: `No valid dictionary entry was found for id \"${id}\"`,\n wayOut: 'Source content will render as a fallback',\n });\n\nexport const createInvalidDictionaryEntryWarning = (id: string) =>\n createReactCoreDiagnostic({\n severity: 'Warning',\n whatHappened: `Dictionary entry \"${id}\" is invalid`,\n wayOut: 'Source content will render as a fallback until the entry is fixed',\n });\n\nexport const createInvalidIcuDictionaryEntryWarning = (id: string) =>\n createReactCoreDiagnostic({\n severity: 'Warning',\n whatHappened: `Dictionary entry \"${id}\" contains invalid ICU syntax`,\n wayOut: 'Source content will render as a fallback until the entry is fixed',\n });\n\nexport const createNoEntryTranslationWarning = (\n id: string,\n prefixedId: string\n) =>\n createReactCoreDiagnostic({\n severity: 'Warning',\n whatHappened: `t(\"${id}\") could not find a translation for dictionary item \"${prefixedId}\"`,\n wayOut: 'Source content will render as a fallback',\n });\n\nexport const createMismatchingHashWarning = (\n expectedHash: string,\n receivedHash: string\n) =>\n createReactCoreDiagnostic({\n severity: 'Warning',\n whatHappened: 'Translation hashes do not match',\n reassurance: 'The translation will still render',\n fix: 'Update your translations to the newest version to avoid stale content',\n details: [`expected ${expectedHash}`, `received ${receivedHash}`],\n });\n\nexport const APIKeyMissingWarn = createReactCoreDiagnostic({\n severity: 'Warning',\n whatHappened: 'Runtime translation needs a development API key',\n fix: 'Find your development API key at generaltranslation.com/dashboard, or set runtimeUrl to an empty string to disable runtime translation',\n});\n\nexport const createUnsupportedLocalesWarning = (locales: string[]) =>\n `${PACKAGE_NAME} Warning: The following locales are currently unsupported by our service: ${locales\n .map((locale) => {\n const { name } = getLocaleProperties(locale);\n return `${locale} (${name})`;\n })\n .join(', ')}`;\n\nexport const runtimeTranslationTimeoutWarning = createReactCoreDiagnostic({\n severity: 'Warning',\n whatHappened: 'Runtime translation timed out',\n});\n\nexport const createUnsupportedLocaleWarning = (\n validatedLocale: string,\n newLocale: string,\n packageName: string = PACKAGE_NAME\n) => {\n return (\n `${packageName} Warning: \"${newLocale}\" is not a supported locale. ` +\n `Update supported locales in your dashboard or gt.config.json. ` +\n `Falling back to \"${validatedLocale}\".`\n );\n};\n\nexport const dictionaryMissingWarning = createReactCoreDiagnostic({\n severity: 'Warning',\n whatHappened: 'No dictionary was found',\n fix: 'Pass a dictionary to <GTProvider> or configure a dictionary loader before rendering translations',\n});\n\nexport const createStringRenderWarning = (\n message: string,\n id: string | undefined,\n error?: unknown\n) =>\n createReactCoreDiagnostic({\n severity: 'Warning',\n whatHappened: `The string ${id ? `for id \"${id}\" ` : ''}could not be rendered`,\n wayOut: 'Source content will render as a fallback',\n fix: `Check the message syntax and variables for: \"${message}\"`,\n details: formatDiagnosticErrorDetails(error),\n });\n\n// Unlikely edge case: A <_T> component was injected outside of a <Derive> boundary. This would be caused by the compiler overeagerly injecting <_T> components.\nexport const warnNestedInternalTComponent = `${PACKAGE_NAME} Warning: A <_T> component was found injected outside of a <Derive> boundary. This may affect translation resolution for this component.`;\n"],"mappings":"mCAKA,SAAS,EAAe,EAAM,CAC7B,IAAM,EAAU,EAAK,MAAM,CAE3B,OADK,EACE,UAAU,KAAK,EAAQ,CAAG,EAAU,GAAG,EAAQ,GADjC,GAGtB,SAAS,EAAc,EAAM,CAC5B,IAAM,EAAU,EAAK,MAAM,CACvB,EAAM,EAAQ,OAClB,KAAO,EAAM,GAAG,CACf,IAAM,EAAO,EAAQ,EAAM,GAC3B,GAAI,IAAS,KAAO,IAAS,KAAO,IAAS,IAAK,MAClD,IAED,OAAO,EAAQ,MAAM,EAAG,EAAI,CAE7B,SAAS,EAAmB,EAAM,CACjC,OAAO,EAAK,QAAQ,cAAgB,GAAU,EAAM,aAAa,CAAC,CAEnE,SAAS,EAAc,EAAS,CAC/B,GAAI,CAAC,EAAS,MAAO,GACrB,IAAM,EAAa,MAAM,QAAQ,EAAQ,CAAG,EAAQ,KAAK,KAAK,CAAG,EAEjE,OADK,EAAW,MAAM,CACf,EAAe,YAAY,IAAa,CADhB,GAOhC,SAAS,EAAwB,CAAE,SAAQ,WAAU,eAAc,cAAa,MAAK,MAAK,SAAQ,UAAS,WAAW,CACrH,IAAM,EAAS,EAAS,EAAW,GAAG,EAAO,GAAG,EAAS,GAAK,GAAG,EAAO,GAAK,EAAW,GAAG,EAAS,GAAK,GACnG,EAAa,EAAM,GAAG,EAAc,EAAa,CAAC,WAAW,EAAmB,EAAc,EAAI,CAAC,GAAK,EACxG,EAAsB,CAAC,CAAC,GAAO,CAAC,CAAC,GAAU,SAAS,KAAK,EAAc,EAAO,CAAC,CAC/E,EAAe,CACpB,EACA,EACA,EAAsB,GAAG,EAAc,EAAI,CAAC,OAAO,EAAmB,EAAc,EAAO,CAAC,GAAK,EACjG,EAAsB,IAAK,GAAI,EAC/B,EAAc,EAAQ,CACtB,CAAC,OAAQ,GAAS,CAAC,CAAC,EAAK,CAAC,IAAI,EAAe,CAC1C,GAAS,EAAa,KAAK,eAAe,IAAU,CACxD,IAAM,EAAU,EAAa,KAAK,IAAI,CACtC,OAAO,EAAS,GAAG,EAAO,GAAG,IAAY,EC9C1C,MAAa,EAAe,iCCS5B,SAAgB,EACd,EACQ,CACR,OAAO,EAAwB,CAC7B,OAAQ,EACR,GAAG,EACJ,CAAC,CCNiC,EAA0B,CAC7D,SAAU,QACV,aAAc,yCACd,IAAK,4FACL,QAAS,2CACV,CAAC,CAEsC,EAA0B,CAChE,SAAU,QACV,aAAc,2DACd,IAAK,wDACN,CAAC,CAEqC,EAA0B,CAC/D,SAAU,QACV,aAAc,0DACd,IAAK,6EACN,CAAC,CAE+B,EAA0B,CACzD,SAAU,QACV,aAAc,wCACd,IAAK,yFACN,CAAC,CAwBqC,EAA0B,CAC/D,SAAU,QACV,aAAc,2CACd,OAAQ,2CACR,IAAK,6DACN,CAAC,CAiBqC,EAA0B,CAC/D,SAAU,QACV,aAAc,6CACf,CAAC,CAqGqC,EAA0B,CAC/D,SAAU,UACV,aAAc,yCACd,IAAK,yEACL,QAAS,2CACV,CAAC,CA6C+B,EAA0B,CACzD,SAAU,UACV,aAAc,kDACd,IAAK,yIACN,CAAC,CAU8C,EAA0B,CACxE,SAAU,UACV,aAAc,gCACf,CAAC,CAEF,MAAa,GACX,EACA,EACA,EAAsB,IAGpB,GAAG,EAAY,aAAa,EAAU,8GAElB,EAAgB,IAIA,EAA0B,CAChE,SAAU,UACV,aAAc,0BACd,IAAK,mGACN,CAAC,CAgB0C,GAAG,EAAH"}
@@ -1,2 +0,0 @@
1
- Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});var e=Object.create,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,i=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(e,t)=>()=>(e&&(t=e(e=0)),t),s=(e,t)=>()=>(t||(e((t={exports:{}}).exports,t),e=null),t.exports),c=(e,n)=>{let r={};for(var i in e)t(r,i,{get:e[i],enumerable:!0});return n||t(r,Symbol.toStringTag,{value:`Module`}),r},l=(e,i,o,s)=>{if(i&&typeof i==`object`||typeof i==`function`)for(var c=r(i),l=0,u=c.length,d;l<u;l++)d=c[l],!a.call(e,d)&&d!==o&&t(e,d,{get:(e=>i[e]).bind(null,d),enumerable:!(s=n(i,d))||s.enumerable});return e},u=(n,r,a)=>(a=n==null?{}:e(i(n)),l(r||!n||!n.__esModule?t(a,`default`,{value:n,enumerable:!0}):a,n)),d=e=>a.call(e,`module.exports`)?e[`module.exports`]:l(t({},`__esModule`,{value:!0}),e);let f=require(`react`);f=u(f);let p=require(`@generaltranslation/format`),m=require(`react/jsx-runtime`),h=require(`generaltranslation`),g=require(`@generaltranslation/supported-locales`);const _={variable:`value`,number:`n`,datetime:`date`,currency:`cost`,"relative-time":`time`};function v(e={},t){return typeof e.name==`string`?e.name:`_gt_${_[t]||`value`}_${e[`data-_gt`]?.id}`}function y(e){let t=e.trim();return t?/[.!?)]$/.test(t)?t:`${t}.`:``}function b(e){let t=e.trim(),n=t.length;for(;n>0;){let e=t[n-1];if(e!==`.`&&e!==`!`&&e!==`?`)break;--n}return t.slice(0,n)}function x(e){return e.replace(/^[A-Z][a-z]/,e=>e.toLowerCase())}function S(e){if(!e)return``;let t=Array.isArray(e)?e.join(`, `):e;return t.trim()?y(`Details: ${t}`):``}function C(e){if(e!=null)return String(e)}function w({source:e,severity:t,whatHappened:n,reassurance:r,why:i,fix:a,wayOut:o,details:s,docsUrl:c}){let l=e?t?`${e} ${t}:`:`${e}:`:t?`${t}:`:``,u=i?`${b(n)} because ${x(b(i))}`:n,d=!!a&&!!o&&/^[a-z]/.test(b(o)),f=[u,r,d?`${b(a)}, or ${x(b(o))}`:a,d?void 0:o,S(s)].filter(e=>!!e).map(y);c&&f.push(`Learn more: ${c}`);let p=f.join(` `);return l?`${l} ${p}`:p}function T(e){if(typeof Buffer<`u`)return Buffer.from(e,`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 E(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 D(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+=D(e[n])||`null`;return t+`]`}let t=Object.keys(e).sort(),n=``;for(let r of t){let t=D(e[r]);t&&(n&&(n+=`,`),n+=JSON.stringify(r)+`:`+t)}return`{`+n+`}`}function O(e){return D(e)??``}function k(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 ee(e){return e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name===`Uint8Array`&&`BYTES_PER_ELEMENT`in e&&e.BYTES_PER_ELEMENT===1}function A(e,t,n=``){let r=ee(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 te(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 j(e,t){A(e,void 0,`digestInto() output`);let n=t.outputLen;if(e.length<n)throw RangeError(`"digestInto() output" expected to be of length >=`+n)}function M(...e){for(let t=0;t<e.length;t++)e[t].fill(0)}function ne(e){return new DataView(e.buffer,e.byteOffset,e.byteLength)}function N(e,t){return e<<32-t|e>>>t}new Uint8Array(new Uint32Array([287454020]).buffer)[0];const re=typeof Uint8Array.from([]).toHex==`function`&&typeof Uint8Array.fromHex==`function`,ie=Array.from({length:256},(e,t)=>t.toString(16).padStart(2,`0`));function P(e){if(A(e),re)return e.toHex();let t=``;for(let n=0;n<e.length;n++)t+=ie[e[n]];return t}function 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 F(e,t,n){return e&t^~e&n}function ce(e,t,n){return e&t^e&n^t&n}var le=class{blockLen;outputLen;canXOF=!1;padOffset;isLE;buffer;view;finished=!1;length=0;pos=0;destroyed=!1;constructor(e,t,n,r){this.blockLen=e,this.outputLen=t,this.padOffset=n,this.isLE=r,this.buffer=new Uint8Array(e),this.view=ne(this.buffer)}update(e){te(this),A(e);let{view:t,buffer:n,blockLen:r}=this,i=e.length;for(let a=0;a<i;){let o=Math.min(r-this.pos,i-a);if(o===r){let t=ne(e);for(;r<=i-a;a+=r)this.process(t,a);continue}n.set(e.subarray(a,a+o),this.pos),this.pos+=o,a+=o,this.pos===r&&(this.process(t,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){te(this),j(e,this),this.finished=!0;let{buffer:t,view:n,blockLen:r,isLE:i}=this,{pos:a}=this;t[a++]=128,M(this.buffer.subarray(a)),this.padOffset>r-a&&(this.process(n,0),a=0);for(let e=a;e<r;e++)t[e]=0;n.setBigUint64(r-8,BigInt(this.length*8),i),this.process(n,0);let o=ne(e),s=this.outputLen;if(s%4)throw Error(`_sha2: outputLen must be aligned to 32bit`);let c=s/4,l=this.get();if(c>l.length)throw Error(`_sha2: outputLen bigger than state`);for(let e=0;e<c;e++)o.setUint32(4*e,l[e],i)}digest(){let{buffer:e,outputLen:t}=this;this.digestInto(e);let n=e.slice(0,t);return this.destroy(),n}_cloneInto(e){e||=new this.constructor,e.set(...this.get());let{blockLen:t,buffer:n,length:r,finished:i,destroyed:a,pos:o}=this;return e.destroyed=a,e.finished=i,e.length=r,e.pos=o,r%t&&e.buffer.set(n),e}clone(){return this._cloneInto()}};const I=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),ue=BigInt(2**32-1),de=BigInt(32);function L(e,t=!1){return t?{h:Number(e&ue),l:Number(e>>de&ue)}:{h:Number(e>>de&ue)|0,l:Number(e&ue)|0}}function fe(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}=L(e[a],t);[r[a],i[a]]=[n,o]}return[r,i]}const pe=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);var me=class extends le{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)R[n]=e.getUint32(t,!1);for(let e=16;e<64;e++){let t=R[e-15],n=R[e-2],r=N(t,7)^N(t,18)^t>>>3;R[e]=(N(n,17)^N(n,19)^n>>>10)+R[e-7]+r+R[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=N(o,6)^N(o,11)^N(o,25),u=l+t+F(o,s,c)+pe[e]+R[e]|0,d=(N(n,2)^N(n,13)^N(n,22))+ce(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(){M(R)}destroy(){this.destroyed=!0,this.set(0,0,0,0,0,0,0,0),M(this.buffer)}},he=class extends me{A=I[0]|0;B=I[1]|0;C=I[2]|0;D=I[3]|0;E=I[4]|0;F=I[5]|0;G=I[6]|0;H=I[7]|0;constructor(){super(32)}};const ge=fe(`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)));ge[0],ge[1];const _e=oe(()=>new he,se(1)),ve=e=>`generaltranslation Formatting Error: Invalid cutoff style: ${e}.`,ye=`DEFAULT_TERMINATOR_KEY`,be={ellipsis:{fr:{terminator:`…`,separator:` `},zh:{terminator:`……`,separator:void 0},ja:{terminator:`……`,separator:void 0},[ye]:{terminator:`…`,separator:void 0}},none:{[ye]:{terminator:void 0,separator:void 0}}};var xe=class e{static resolveLocale(e){try{let t=e?Array.isArray(e)?e.map(String):[String(e)]:[`en`],[n]=Intl.getCanonicalLocales(t);return n??`en`}catch{return`en`}}constructor(t,n={}){this.locale=e.resolveLocale(t);let r=n.style??`ellipsis`;if(!be[r])throw Error(ve(r));let i=n.maxChars===void 0?void 0:be[r][new Intl.Locale(this.locale).language]||be[r].DEFAULT_TERMINATOR_KEY,a=n.terminator??i?.terminator,o=a==null?void 0:n.separator??i?.separator;this.additionLength=(a?.length??0)+(o?.length??0),n.maxChars!==void 0&&Math.abs(n.maxChars)<this.additionLength&&(a=void 0,o=void 0),this.options={maxChars:n.maxChars,style:n.maxChars===void 0?void 0:r,terminator:a,separator:o}}format(e){return this.formatToParts(e).join(``)}formatToParts(e){let{maxChars:t,terminator:n,separator:r}=this.options,i=t===void 0||Math.abs(t)>=e.length?t:t>=0?Math.max(0,t-this.additionLength):Math.min(0,t+this.additionLength),a=i!==void 0&&i>-1?e.slice(0,i):e.slice(i);return t==null||i==null||i===0||n==null||e.length<=Math.abs(t)?[a]:i>0?r==null?[a,n]:[a,r,n]:r==null?[n,a]:[n,r,a]}resolvedOptions(){return this.options}};const Se={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:xe},Ce=new class{constructor(){this.cache={}}generateKey(e,t={}){return`${e?Array.isArray(e)?e.map(e=>String(e)).join(`,`):String(e):`undefined`}:${t?JSON.stringify(t,Object.keys(t).sort()):`{}`}`}get(e,...t){let[n=`en`,r={}]=t,i=this.generateKey(n,r),a=this.cache[e];a===void 0&&(a={},this.cache[e]=a);let o=a[i];return o===void 0&&(o=new Se[e](...t),a[i]=o),o}};function we(e){return Ce.get(`PluralRules`,e)}var z=c({__addDisposableResource:()=>Ze,__assign:()=>tt,__asyncDelegator:()=>Ue,__asyncGenerator:()=>He,__asyncValues:()=>We,__await:()=>B,__awaiter:()=>Pe,__classPrivateFieldGet:()=>Je,__classPrivateFieldIn:()=>Xe,__classPrivateFieldSet:()=>Ye,__createBinding:()=>nt,__decorate:()=>De,__disposeResources:()=>Qe,__esDecorate:()=>ke,__exportStar:()=>Ie,__extends:()=>Te,__generator:()=>Fe,__importDefault:()=>qe,__importStar:()=>Ke,__makeTemplateObject:()=>Ge,__metadata:()=>Ne,__param:()=>Oe,__propKey:()=>je,__read:()=>Re,__rest:()=>Ee,__rewriteRelativeImportExtension:()=>$e,__runInitializers:()=>Ae,__setFunctionName:()=>Me,__spread:()=>ze,__spreadArray:()=>Ve,__spreadArrays:()=>Be,__values:()=>Le,default:()=>ot});function Te(e,t){if(typeof t!=`function`&&t!==null)throw TypeError(`Class extends value `+String(t)+` is not a constructor or null`);et(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}function Ee(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 De(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 Oe(e,t){return function(n,r){t(n,r,e)}}function ke(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 Ae(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 je(e){return typeof e==`symbol`?e:`${e}`}function Me(e,t,n){return typeof t==`symbol`&&(t=t.description?`[${t.description}]`:``),Object.defineProperty(e,`name`,{configurable:!0,value:n?`${n} ${t}`:t})}function Ne(e,t){if(typeof Reflect==`object`&&typeof Reflect.metadata==`function`)return Reflect.metadata(e,t)}function Pe(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 Fe(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 Ie(e,t){for(var n in e)n!==`default`&&!Object.prototype.hasOwnProperty.call(t,n)&&nt(t,e,n)}function Le(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 B(e){return this instanceof B?(this.v=e,this):new B(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 B?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:B(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 Le==`function`?Le(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=it(e),r=0;r<n.length;r++)n[r]!==`default`&&nt(t,e,n[r]);return rt(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 at(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 et,tt,nt,rt,it,at,ot,V=o((()=>{et=function(e,t){return et=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])},et(e,t)},tt=function(){return tt=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},tt.apply(this,arguments)},nt=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]}),rt=Object.create?(function(e,t){Object.defineProperty(e,`default`,{enumerable:!0,value:t})}):function(e,t){e.default=t},it=function(e){return it=Object.getOwnPropertyNames||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[t.length]=n);return t},it(e)},at=typeof SuppressedError==`function`?SuppressedError:function(e,t,n){var r=Error(n);return r.name=`SuppressedError`,r.error=e,r.suppressed=t,r},ot={__extends:Te,__assign:tt,__rest:Ee,__decorate:De,__param:Oe,__esDecorate:ke,__runInitializers:Ae,__propKey:je,__setFunctionName:Me,__metadata:Ne,__awaiter:Pe,__generator:Fe,__createBinding:nt,__exportStar:Ie,__values:Le,__read:Re,__spread:ze,__spreadArrays:Be,__spreadArray:Ve,__await:B,__asyncGenerator:He,__asyncDelegator:Ue,__asyncValues:We,__makeTemplateObject:Ge,__importStar:Ke,__importDefault:qe,__classPrivateFieldGet:Je,__classPrivateFieldSet:Ye,__classPrivateFieldIn:Xe,__addDisposableResource:Ze,__disposeResources:Qe,__rewriteRelativeImportExtension:$e}})),st=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.ErrorKind=void 0;var t;(function(e){e[e.EXPECT_ARGUMENT_CLOSING_BRACE=1]=`EXPECT_ARGUMENT_CLOSING_BRACE`,e[e.EMPTY_ARGUMENT=2]=`EMPTY_ARGUMENT`,e[e.MALFORMED_ARGUMENT=3]=`MALFORMED_ARGUMENT`,e[e.EXPECT_ARGUMENT_TYPE=4]=`EXPECT_ARGUMENT_TYPE`,e[e.INVALID_ARGUMENT_TYPE=5]=`INVALID_ARGUMENT_TYPE`,e[e.EXPECT_ARGUMENT_STYLE=6]=`EXPECT_ARGUMENT_STYLE`,e[e.INVALID_NUMBER_SKELETON=7]=`INVALID_NUMBER_SKELETON`,e[e.INVALID_DATE_TIME_SKELETON=8]=`INVALID_DATE_TIME_SKELETON`,e[e.EXPECT_NUMBER_SKELETON=9]=`EXPECT_NUMBER_SKELETON`,e[e.EXPECT_DATE_TIME_SKELETON=10]=`EXPECT_DATE_TIME_SKELETON`,e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]=`UNCLOSED_QUOTE_IN_ARGUMENT_STYLE`,e[e.EXPECT_SELECT_ARGUMENT_OPTIONS=12]=`EXPECT_SELECT_ARGUMENT_OPTIONS`,e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]=`EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE`,e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]=`INVALID_PLURAL_ARGUMENT_OFFSET_VALUE`,e[e.EXPECT_SELECT_ARGUMENT_SELECTOR=15]=`EXPECT_SELECT_ARGUMENT_SELECTOR`,e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]=`EXPECT_PLURAL_ARGUMENT_SELECTOR`,e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]=`EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT`,e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]=`EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT`,e[e.INVALID_PLURAL_ARGUMENT_SELECTOR=19]=`INVALID_PLURAL_ARGUMENT_SELECTOR`,e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]=`DUPLICATE_PLURAL_ARGUMENT_SELECTOR`,e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]=`DUPLICATE_SELECT_ARGUMENT_SELECTOR`,e[e.MISSING_OTHER_CLAUSE=22]=`MISSING_OTHER_CLAUSE`,e[e.INVALID_TAG=23]=`INVALID_TAG`,e[e.INVALID_TAG_NAME=25]=`INVALID_TAG_NAME`,e[e.UNMATCHED_CLOSING_TAG=26]=`UNMATCHED_CLOSING_TAG`,e[e.UNCLOSED_TAG=27]=`UNCLOSED_TAG`})(t||(e.ErrorKind=t={}))})),H=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.SKELETON_TYPE=e.TYPE=void 0,e.isLiteralElement=r,e.isArgumentElement=i,e.isNumberElement=a,e.isDateElement=o,e.isTimeElement=s,e.isSelectElement=c,e.isPluralElement=l,e.isPoundElement=u,e.isTagElement=d,e.isNumberSkeleton=f,e.isDateTimeSkeleton=p,e.createLiteralElement=m,e.createNumberElement=h;var t;(function(e){e[e.literal=0]=`literal`,e[e.argument=1]=`argument`,e[e.number=2]=`number`,e[e.date=3]=`date`,e[e.time=4]=`time`,e[e.select=5]=`select`,e[e.plural=6]=`plural`,e[e.pound=7]=`pound`,e[e.tag=8]=`tag`})(t||(e.TYPE=t={}));var n;(function(e){e[e.number=0]=`number`,e[e.dateTime=1]=`dateTime`})(n||(e.SKELETON_TYPE=n={}));function r(e){return e.type===t.literal}function i(e){return e.type===t.argument}function a(e){return e.type===t.number}function o(e){return e.type===t.date}function s(e){return e.type===t.time}function c(e){return e.type===t.select}function l(e){return e.type===t.plural}function u(e){return e.type===t.pound}function d(e){return e.type===t.tag}function f(e){return!!(e&&typeof e==`object`&&e.type===n.number)}function p(e){return!!(e&&typeof e==`object`&&e.type===n.dateTime)}function m(e){return{type:t.literal,value:e}}function h(e,n){return{type:t.number,value:e,style:n}}})),ct=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.WHITE_SPACE_REGEX=e.SPACE_SEPARATOR_REGEX=void 0,e.SPACE_SEPARATOR_REGEX=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,e.WHITE_SPACE_REGEX=/[\t-\r \x85\u200E\u200F\u2028\u2029]/})),lt=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.parseDateTimeSkeleton=n;var t=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;function n(e){var n={};return e.replace(t,function(e){var t=e.length;switch(e[0]){case`G`:n.era=t===4?`long`:t===5?`narrow`:`short`;break;case`y`:n.year=t===2?`2-digit`:`numeric`;break;case`Y`:case`u`:case`U`:case`r`:throw RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case`q`:case`Q`:throw RangeError("`q/Q` (quarter) patterns are not supported");case`M`:case`L`:n.month=[`numeric`,`2-digit`,`short`,`long`,`narrow`][t-1];break;case`w`:case`W`:throw RangeError("`w/W` (week) patterns are not supported");case`d`:n.day=[`numeric`,`2-digit`][t-1];break;case`D`:case`F`:case`g`:throw RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case`E`:n.weekday=t===4?`long`:t===5?`narrow`:`short`;break;case`e`:if(t<4)throw RangeError("`e..eee` (weekday) patterns are not supported");n.weekday=[`short`,`long`,`narrow`,`short`][t-4];break;case`c`:if(t<4)throw RangeError("`c..ccc` (weekday) patterns are not supported");n.weekday=[`short`,`long`,`narrow`,`short`][t-4];break;case`a`:n.hour12=!0;break;case`b`:case`B`:throw RangeError("`b/B` (period) patterns are not supported, use `a` instead");case`h`:n.hourCycle=`h12`,n.hour=[`numeric`,`2-digit`][t-1];break;case`H`:n.hourCycle=`h23`,n.hour=[`numeric`,`2-digit`][t-1];break;case`K`:n.hourCycle=`h11`,n.hour=[`numeric`,`2-digit`][t-1];break;case`k`:n.hourCycle=`h24`,n.hour=[`numeric`,`2-digit`][t-1];break;case`j`:case`J`:case`C`:throw RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case`m`:n.minute=[`numeric`,`2-digit`][t-1];break;case`s`:n.second=[`numeric`,`2-digit`][t-1];break;case`S`:case`A`:throw RangeError("`S/A` (second) patterns are not supported, use `s` instead");case`z`:n.timeZoneName=t<4?`short`:`long`;break;case`Z`:case`O`:case`v`:case`V`:case`X`:case`x`:throw RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return``}),n}})),ut=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.WHITE_SPACE_REGEX=void 0,e.WHITE_SPACE_REGEX=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i})),dt=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.parseNumberSkeletonFromString=r,e.parseNumberSkeleton=m;var t=(V(),d(z)),n=ut();function r(e){if(e.length===0)throw Error(`Number skeleton cannot be empty`);for(var t=e.split(n.WHITE_SPACE_REGEX).filter(function(e){return e.length>0}),r=[],i=0,a=t;i<a.length;i++){var o=a[i].split(`/`);if(o.length===0)throw Error(`Invalid number skeleton`);for(var s=o[0],c=o.slice(1),l=0,u=c;l<u.length;l++)if(u[l].length===0)throw Error(`Invalid number skeleton`);r.push({stem:s,options:c})}return r}function i(e){return e.replace(/^(.*?)-/,``)}var a=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,o=/^(@+)?(\+|#+)?[rs]?$/g,s=/(\*)(0+)|(#+)(0+)|(0+)/g,c=/^(0+)$/;function l(e){var t={};return e[e.length-1]===`r`?t.roundingPriority=`morePrecision`:e[e.length-1]===`s`&&(t.roundingPriority=`lessPrecision`),e.replace(o,function(e,n,r){return typeof r==`string`?r===`+`?t.minimumSignificantDigits=n.length:n[0]===`#`?t.maximumSignificantDigits=n.length:(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length+(typeof r==`string`?r.length:0)):(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length),``}),t}function u(e){switch(e){case`sign-auto`:return{signDisplay:`auto`};case`sign-accounting`:case`()`:return{currencySign:`accounting`};case`sign-always`:case`+!`:return{signDisplay:`always`};case`sign-accounting-always`:case`()!`:return{signDisplay:`always`,currencySign:`accounting`};case`sign-except-zero`:case`+?`:return{signDisplay:`exceptZero`};case`sign-accounting-except-zero`:case`()?`:return{signDisplay:`exceptZero`,currencySign:`accounting`};case`sign-never`:case`+_`:return{signDisplay:`never`}}}function f(e){var t;if(e[0]===`E`&&e[1]===`E`?(t={notation:`engineering`},e=e.slice(2)):e[0]===`E`&&(t={notation:`scientific`},e=e.slice(1)),t){var n=e.slice(0,2);if(n===`+!`?(t.signDisplay=`always`,e=e.slice(2)):n===`+?`&&(t.signDisplay=`exceptZero`,e=e.slice(2)),!c.test(e))throw Error(`Malformed concise eng/scientific notation`);t.minimumIntegerDigits=e.length}return t}function p(e){return u(e)||{}}function m(e){for(var n={},r=0,d=e;r<d.length;r++){var m=d[r];switch(m.stem){case`percent`:case`%`:n.style=`percent`;continue;case`%x100`:n.style=`percent`,n.scale=100;continue;case`currency`:n.style=`currency`,n.currency=m.options[0];continue;case`group-off`:case`,_`:n.useGrouping=!1;continue;case`precision-integer`:case`.`:n.maximumFractionDigits=0;continue;case`measure-unit`:case`unit`:n.style=`unit`,n.unit=i(m.options[0]);continue;case`compact-short`:case`K`:n.notation=`compact`,n.compactDisplay=`short`;continue;case`compact-long`:case`KK`:n.notation=`compact`,n.compactDisplay=`long`;continue;case`scientific`:n=t.__assign(t.__assign(t.__assign({},n),{notation:`scientific`}),m.options.reduce(function(e,n){return t.__assign(t.__assign({},e),p(n))},{}));continue;case`engineering`:n=t.__assign(t.__assign(t.__assign({},n),{notation:`engineering`}),m.options.reduce(function(e,n){return t.__assign(t.__assign({},e),p(n))},{}));continue;case`notation-simple`:n.notation=`standard`;continue;case`unit-width-narrow`:n.currencyDisplay=`narrowSymbol`,n.unitDisplay=`narrow`;continue;case`unit-width-short`:n.currencyDisplay=`code`,n.unitDisplay=`short`;continue;case`unit-width-full-name`:n.currencyDisplay=`name`,n.unitDisplay=`long`;continue;case`unit-width-iso-code`:n.currencyDisplay=`symbol`;continue;case`scale`:n.scale=parseFloat(m.options[0]);continue;case`rounding-mode-floor`:n.roundingMode=`floor`;continue;case`rounding-mode-ceiling`:n.roundingMode=`ceil`;continue;case`rounding-mode-down`:n.roundingMode=`trunc`;continue;case`rounding-mode-up`:n.roundingMode=`expand`;continue;case`rounding-mode-half-even`:n.roundingMode=`halfEven`;continue;case`rounding-mode-half-down`:n.roundingMode=`halfTrunc`;continue;case`rounding-mode-half-up`:n.roundingMode=`halfExpand`;continue;case`integer-width`:if(m.options.length>1)throw RangeError(`integer-width stems only accept a single optional option`);m.options[0].replace(s,function(e,t,r,i,a,o){if(t)n.minimumIntegerDigits=r.length;else if(i&&a)throw Error(`We currently do not support maximum integer digits`);else if(o)throw Error(`We currently do not support exact integer digits`);return``});continue}if(c.test(m.stem)){n.minimumIntegerDigits=m.stem.length;continue}if(a.test(m.stem)){if(m.options.length>1)throw RangeError(`Fraction-precision stems only accept a single optional option`);m.stem.replace(a,function(e,t,r,i,a,o){return r===`*`?n.minimumFractionDigits=t.length:i&&i[0]===`#`?n.maximumFractionDigits=i.length:a&&o?(n.minimumFractionDigits=a.length,n.maximumFractionDigits=a.length+o.length):(n.minimumFractionDigits=t.length,n.maximumFractionDigits=t.length),``});var h=m.options[0];h===`w`?n=t.__assign(t.__assign({},n),{trailingZeroDisplay:`stripIfInteger`}):h&&(n=t.__assign(t.__assign({},n),l(h)));continue}if(o.test(m.stem)){n=t.__assign(t.__assign({},n),l(m.stem));continue}var g=u(m.stem);g&&(n=t.__assign(t.__assign({},n),g));var _=f(m.stem);_&&(n=t.__assign(t.__assign({},n),_))}return n}})),ft=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0});var t=(V(),d(z));t.__exportStar(lt(),e),t.__exportStar(dt(),e)})),pt=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.timeData=void 0,e.timeData={"001":[`H`,`h`],419:[`h`,`H`,`hB`,`hb`],AC:[`H`,`h`,`hb`,`hB`],AD:[`H`,`hB`],AE:[`h`,`hB`,`hb`,`H`],AF:[`H`,`hb`,`hB`,`h`],AG:[`h`,`hb`,`H`,`hB`],AI:[`H`,`h`,`hb`,`hB`],AL:[`h`,`H`,`hB`],AM:[`H`,`hB`],AO:[`H`,`hB`],AR:[`h`,`H`,`hB`,`hb`],AS:[`h`,`H`],AT:[`H`,`hB`],AU:[`h`,`hb`,`H`,`hB`],AW:[`H`,`hB`],AX:[`H`],AZ:[`H`,`hB`,`h`],BA:[`H`,`hB`,`h`],BB:[`h`,`hb`,`H`,`hB`],BD:[`h`,`hB`,`H`],BE:[`H`,`hB`],BF:[`H`,`hB`],BG:[`H`,`hB`,`h`],BH:[`h`,`hB`,`hb`,`H`],BI:[`H`,`h`],BJ:[`H`,`hB`],BL:[`H`,`hB`],BM:[`h`,`hb`,`H`,`hB`],BN:[`hb`,`hB`,`h`,`H`],BO:[`h`,`H`,`hB`,`hb`],BQ:[`H`],BR:[`H`,`hB`],BS:[`h`,`hb`,`H`,`hB`],BT:[`h`,`H`],BW:[`H`,`h`,`hb`,`hB`],BY:[`H`,`h`],BZ:[`H`,`h`,`hb`,`hB`],CA:[`h`,`hb`,`H`,`hB`],CC:[`H`,`h`,`hb`,`hB`],CD:[`hB`,`H`],CF:[`H`,`h`,`hB`],CG:[`H`,`hB`],CH:[`H`,`hB`,`h`],CI:[`H`,`hB`],CK:[`H`,`h`,`hb`,`hB`],CL:[`h`,`H`,`hB`,`hb`],CM:[`H`,`h`,`hB`],CN:[`H`,`hB`,`hb`,`h`],CO:[`h`,`H`,`hB`,`hb`],CP:[`H`],CR:[`h`,`H`,`hB`,`hb`],CU:[`h`,`H`,`hB`,`hb`],CV:[`H`,`hB`],CW:[`H`,`hB`],CX:[`H`,`h`,`hb`,`hB`],CY:[`h`,`H`,`hb`,`hB`],CZ:[`H`],DE:[`H`,`hB`],DG:[`H`,`h`,`hb`,`hB`],DJ:[`h`,`H`],DK:[`H`],DM:[`h`,`hb`,`H`,`hB`],DO:[`h`,`H`,`hB`,`hb`],DZ:[`h`,`hB`,`hb`,`H`],EA:[`H`,`h`,`hB`,`hb`],EC:[`h`,`H`,`hB`,`hb`],EE:[`H`,`hB`],EG:[`h`,`hB`,`hb`,`H`],EH:[`h`,`hB`,`hb`,`H`],ER:[`h`,`H`],ES:[`H`,`hB`,`h`,`hb`],ET:[`hB`,`hb`,`h`,`H`],FI:[`H`],FJ:[`h`,`hb`,`H`,`hB`],FK:[`H`,`h`,`hb`,`hB`],FM:[`h`,`hb`,`H`,`hB`],FO:[`H`,`h`],FR:[`H`,`hB`],GA:[`H`,`hB`],GB:[`H`,`h`,`hb`,`hB`],GD:[`h`,`hb`,`H`,`hB`],GE:[`H`,`hB`,`h`],GF:[`H`,`hB`],GG:[`H`,`h`,`hb`,`hB`],GH:[`h`,`H`],GI:[`H`,`h`,`hb`,`hB`],GL:[`H`,`h`],GM:[`h`,`hb`,`H`,`hB`],GN:[`H`,`hB`],GP:[`H`,`hB`],GQ:[`H`,`hB`,`h`,`hb`],GR:[`h`,`H`,`hb`,`hB`],GT:[`h`,`H`,`hB`,`hb`],GU:[`h`,`hb`,`H`,`hB`],GW:[`H`,`hB`],GY:[`h`,`hb`,`H`,`hB`],HK:[`h`,`hB`,`hb`,`H`],HN:[`h`,`H`,`hB`,`hb`],HR:[`H`,`hB`],HU:[`H`,`h`],IC:[`H`,`h`,`hB`,`hb`],ID:[`H`],IE:[`H`,`h`,`hb`,`hB`],IL:[`H`,`hB`],IM:[`H`,`h`,`hb`,`hB`],IN:[`h`,`H`],IO:[`H`,`h`,`hb`,`hB`],IQ:[`h`,`hB`,`hb`,`H`],IR:[`hB`,`H`],IS:[`H`],IT:[`H`,`hB`],JE:[`H`,`h`,`hb`,`hB`],JM:[`h`,`hb`,`H`,`hB`],JO:[`h`,`hB`,`hb`,`H`],JP:[`H`,`K`,`h`],KE:[`hB`,`hb`,`H`,`h`],KG:[`H`,`h`,`hB`,`hb`],KH:[`hB`,`h`,`H`,`hb`],KI:[`h`,`hb`,`H`,`hB`],KM:[`H`,`h`,`hB`,`hb`],KN:[`h`,`hb`,`H`,`hB`],KP:[`h`,`H`,`hB`,`hb`],KR:[`h`,`H`,`hB`,`hb`],KW:[`h`,`hB`,`hb`,`H`],KY:[`h`,`hb`,`H`,`hB`],KZ:[`H`,`hB`],LA:[`H`,`hb`,`hB`,`h`],LB:[`h`,`hB`,`hb`,`H`],LC:[`h`,`hb`,`H`,`hB`],LI:[`H`,`hB`,`h`],LK:[`H`,`h`,`hB`,`hb`],LR:[`h`,`hb`,`H`,`hB`],LS:[`h`,`H`],LT:[`H`,`h`,`hb`,`hB`],LU:[`H`,`h`,`hB`],LV:[`H`,`hB`,`hb`,`h`],LY:[`h`,`hB`,`hb`,`H`],MA:[`H`,`h`,`hB`,`hb`],MC:[`H`,`hB`],MD:[`H`,`hB`],ME:[`H`,`hB`,`h`],MF:[`H`,`hB`],MG:[`H`,`h`],MH:[`h`,`hb`,`H`,`hB`],MK:[`H`,`h`,`hb`,`hB`],ML:[`H`],MM:[`hB`,`hb`,`H`,`h`],MN:[`H`,`h`,`hb`,`hB`],MO:[`h`,`hB`,`hb`,`H`],MP:[`h`,`hb`,`H`,`hB`],MQ:[`H`,`hB`],MR:[`h`,`hB`,`hb`,`H`],MS:[`H`,`h`,`hb`,`hB`],MT:[`H`,`h`],MU:[`H`,`h`],MV:[`H`,`h`],MW:[`h`,`hb`,`H`,`hB`],MX:[`h`,`H`,`hB`,`hb`],MY:[`hb`,`hB`,`h`,`H`],MZ:[`H`,`hB`],NA:[`h`,`H`,`hB`,`hb`],NC:[`H`,`hB`],NE:[`H`],NF:[`H`,`h`,`hb`,`hB`],NG:[`H`,`h`,`hb`,`hB`],NI:[`h`,`H`,`hB`,`hb`],NL:[`H`,`hB`],NO:[`H`,`h`],NP:[`H`,`h`,`hB`],NR:[`H`,`h`,`hb`,`hB`],NU:[`H`,`h`,`hb`,`hB`],NZ:[`h`,`hb`,`H`,`hB`],OM:[`h`,`hB`,`hb`,`H`],PA:[`h`,`H`,`hB`,`hb`],PE:[`h`,`H`,`hB`,`hb`],PF:[`H`,`h`,`hB`],PG:[`h`,`H`],PH:[`h`,`hB`,`hb`,`H`],PK:[`h`,`hB`,`H`],PL:[`H`,`h`],PM:[`H`,`hB`],PN:[`H`,`h`,`hb`,`hB`],PR:[`h`,`H`,`hB`,`hb`],PS:[`h`,`hB`,`hb`,`H`],PT:[`H`,`hB`],PW:[`h`,`H`],PY:[`h`,`H`,`hB`,`hb`],QA:[`h`,`hB`,`hb`,`H`],RE:[`H`,`hB`],RO:[`H`,`hB`],RS:[`H`,`hB`,`h`],RU:[`H`],RW:[`H`,`h`],SA:[`h`,`hB`,`hb`,`H`],SB:[`h`,`hb`,`H`,`hB`],SC:[`H`,`h`,`hB`],SD:[`h`,`hB`,`hb`,`H`],SE:[`H`],SG:[`h`,`hb`,`H`,`hB`],SH:[`H`,`h`,`hb`,`hB`],SI:[`H`,`hB`],SJ:[`H`],SK:[`H`],SL:[`h`,`hb`,`H`,`hB`],SM:[`H`,`h`,`hB`],SN:[`H`,`h`,`hB`],SO:[`h`,`H`],SR:[`H`,`hB`],SS:[`h`,`hb`,`H`,`hB`],ST:[`H`,`hB`],SV:[`h`,`H`,`hB`,`hb`],SX:[`H`,`h`,`hb`,`hB`],SY:[`h`,`hB`,`hb`,`H`],SZ:[`h`,`hb`,`H`,`hB`],TA:[`H`,`h`,`hb`,`hB`],TC:[`h`,`hb`,`H`,`hB`],TD:[`h`,`H`,`hB`],TF:[`H`,`h`,`hB`],TG:[`H`,`hB`],TH:[`H`,`h`],TJ:[`H`,`h`],TL:[`H`,`hB`,`hb`,`h`],TM:[`H`,`h`],TN:[`h`,`hB`,`hb`,`H`],TO:[`h`,`H`],TR:[`H`,`hB`],TT:[`h`,`hb`,`H`,`hB`],TW:[`hB`,`hb`,`h`,`H`],TZ:[`hB`,`hb`,`H`,`h`],UA:[`H`,`hB`,`h`],UG:[`hB`,`hb`,`H`,`h`],UM:[`h`,`hb`,`H`,`hB`],US:[`h`,`hb`,`H`,`hB`],UY:[`h`,`H`,`hB`,`hb`],UZ:[`H`,`hB`,`h`],VA:[`H`,`h`,`hB`],VC:[`h`,`hb`,`H`,`hB`],VE:[`h`,`H`,`hB`,`hb`],VG:[`h`,`hb`,`H`,`hB`],VI:[`h`,`hb`,`H`,`hB`],VN:[`H`,`h`],VU:[`h`,`H`],WF:[`H`,`hB`],WS:[`h`,`H`],XK:[`H`,`hB`,`h`],YE:[`h`,`hB`,`hb`,`H`],YT:[`H`,`hB`],ZA:[`H`,`h`,`hb`,`hB`],ZM:[`h`,`hb`,`H`,`hB`],ZW:[`H`,`h`],"af-ZA":[`H`,`h`,`hB`,`hb`],"ar-001":[`h`,`hB`,`hb`,`H`],"ca-ES":[`H`,`h`,`hB`],"en-001":[`h`,`hb`,`H`,`hB`],"en-HK":[`h`,`hb`,`H`,`hB`],"en-IL":[`H`,`h`,`hb`,`hB`],"en-MY":[`h`,`hb`,`H`,`hB`],"es-BR":[`H`,`h`,`hB`,`hb`],"es-ES":[`H`,`h`,`hB`,`hb`],"es-GQ":[`H`,`h`,`hB`,`hb`],"fr-CA":[`H`,`h`,`hB`],"gl-ES":[`H`,`h`,`hB`],"gu-IN":[`hB`,`hb`,`h`,`H`],"hi-IN":[`hB`,`h`,`H`],"it-CH":[`H`,`h`,`hB`],"it-IT":[`H`,`h`,`hB`],"kn-IN":[`hB`,`h`,`H`],"ml-IN":[`hB`,`h`,`H`],"mr-IN":[`hB`,`hb`,`h`,`H`],"pa-IN":[`hB`,`hb`,`h`,`H`],"ta-IN":[`hB`,`h`,`hb`,`H`],"te-IN":[`hB`,`h`,`H`],"zu-ZA":[`H`,`hB`,`hb`,`h`]}})),mt=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.getBestPattern=n;var t=pt();function n(e,t){for(var n=``,i=0;i<e.length;i++){var a=e.charAt(i);if(a===`j`){for(var o=0;i+1<e.length&&e.charAt(i+1)===a;)o++,i++;var s=1+(o&1),c=o<2?1:3+(o>>1),l=`a`,u=r(t);for((u==`H`||u==`k`)&&(c=0);c-- >0;)n+=l;for(;s-- >0;)n=u+n}else a===`J`?n+=`H`:n+=a}return n}function r(e){var n=e.hourCycle;if(n===void 0&&e.hourCycles&&e.hourCycles.length&&(n=e.hourCycles[0]),n)switch(n){case`h24`:return`k`;case`h23`:return`H`;case`h12`:return`h`;case`h11`:return`K`;default:throw Error(`Invalid hourCycle`)}var r=e.language,i;return r!==`root`&&(i=e.maximize().region),(t.timeData[i||``]||t.timeData[r||``]||t.timeData[`${r}-001`]||t.timeData[`001`])[0]}})),ht=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.Parser=void 0;var t=(V(),d(z)),n=st(),r=H(),i=ct(),a=ft(),o=mt(),s=RegExp(`^${i.SPACE_SEPARATOR_REGEX.source}*`),c=RegExp(`${i.SPACE_SEPARATOR_REGEX.source}*\$`);function l(e,t){return{start:e,end:t}}var u=!!String.prototype.startsWith&&`_a`.startsWith(`a`,1),f=!!String.fromCodePoint,p=!!Object.fromEntries,m=!!String.prototype.codePointAt,h=!!String.prototype.trimStart,g=!!String.prototype.trimEnd,_=Number.isSafeInteger?Number.isSafeInteger:function(e){return typeof e==`number`&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},v=!0;try{v=T(`([^\\p{White_Space}\\p{Pattern_Syntax}]*)`,`yu`).exec(`a`)?.[0]===`a`}catch{v=!1}var y=u?function(e,t,n){return e.startsWith(t,n)}:function(e,t,n){return e.slice(n,n+t.length)===t},b=f?String.fromCodePoint:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var n=``,r=e.length,i=0,a;r>i;){if(a=e[i++],a>1114111)throw RangeError(a+` is not a valid code point`);n+=a<65536?String.fromCharCode(a):String.fromCharCode(((a-=65536)>>10)+55296,a%1024+56320)}return n},x=p?Object.fromEntries:function(e){for(var t={},n=0,r=e;n<r.length;n++){var i=r[n],a=i[0];t[a]=i[1]}return t},S=m?function(e,t){return e.codePointAt(t)}:function(e,t){var n=e.length;if(!(t<0||t>=n)){var r=e.charCodeAt(t),i;return r<55296||r>56319||t+1===n||(i=e.charCodeAt(t+1))<56320||i>57343?r:(r-55296<<10)+(i-56320)+65536}},C=h?function(e){return e.trimStart()}:function(e){return e.replace(s,``)},w=g?function(e){return e.trimEnd()}:function(e){return e.replace(c,``)};function T(e,t){return new RegExp(e,t)}var E;if(v){var D=T(`([^\\p{White_Space}\\p{Pattern_Syntax}]*)`,`yu`);E=function(e,t){return D.lastIndex=t,D.exec(e)[1]??``}}else E=function(e,t){for(var n=[];;){var r=S(e,t);if(r===void 0||A(r)||te(r))break;n.push(r),t+=r>=65536?2:1}return b.apply(void 0,n)};e.Parser=function(){function e(e,t){t===void 0&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(this.offset()!==0)throw Error(`parser can only be used once`);return this.parseMessage(0,``,!1)},e.prototype.parseMessage=function(e,t,i){for(var a=[];!this.isEOF();){var o=this.char();if(o===123){var s=this.parseArgument(e,i);if(s.err)return s;a.push(s.val)}else if(o===125&&e>0)break;else if(o===35&&(t===`plural`||t===`selectordinal`)){var c=this.clonePosition();this.bump(),a.push({type:r.TYPE.pound,location:l(c,this.clonePosition())})}else if(o===60&&!this.ignoreTag&&this.peek()===47){if(i)break;return this.error(n.ErrorKind.UNMATCHED_CLOSING_TAG,l(this.clonePosition(),this.clonePosition()))}else if(o===60&&!this.ignoreTag&&O(this.peek()||0)){var s=this.parseTag(e,t);if(s.err)return s;a.push(s.val)}else{var s=this.parseLiteral(e,t);if(s.err)return s;a.push(s.val)}}return{val:a,err:null}},e.prototype.parseTag=function(e,t){var i=this.clonePosition();this.bump();var a=this.parseTagName();if(this.bumpSpace(),this.bumpIf(`/>`))return{val:{type:r.TYPE.literal,value:`<${a}/>`,location:l(i,this.clonePosition())},err:null};if(this.bumpIf(`>`)){var o=this.parseMessage(e+1,t,!0);if(o.err)return o;var s=o.val,c=this.clonePosition();if(this.bumpIf(`</`)){if(this.isEOF()||!O(this.char()))return this.error(n.ErrorKind.INVALID_TAG,l(c,this.clonePosition()));var u=this.clonePosition();return a===this.parseTagName()?(this.bumpSpace(),this.bumpIf(`>`)?{val:{type:r.TYPE.tag,value:a,children:s,location:l(i,this.clonePosition())},err:null}:this.error(n.ErrorKind.INVALID_TAG,l(c,this.clonePosition()))):this.error(n.ErrorKind.UNMATCHED_CLOSING_TAG,l(u,this.clonePosition()))}else return this.error(n.ErrorKind.UNCLOSED_TAG,l(i,this.clonePosition()))}else return this.error(n.ErrorKind.INVALID_TAG,l(i,this.clonePosition()))},e.prototype.parseTagName=function(){var e=this.offset();for(this.bump();!this.isEOF()&&ee(this.char());)this.bump();return this.message.slice(e,this.offset())},e.prototype.parseLiteral=function(e,t){for(var n=this.clonePosition(),i=``;;){var a=this.tryParseQuote(t);if(a){i+=a;continue}var o=this.tryParseUnquoted(e,t);if(o){i+=o;continue}var s=this.tryParseLeftAngleBracket();if(s){i+=s;continue}break}var c=l(n,this.clonePosition());return{val:{type:r.TYPE.literal,value:i,location:c},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!k(this.peek()||0))?(this.bump(),`<`):null},e.prototype.tryParseQuote=function(e){if(this.isEOF()||this.char()!==39)return null;switch(this.peek()){case 39:return this.bump(),this.bump(),`'`;case 123:case 60:case 62:case 125:break;case 35:if(e===`plural`||e===`selectordinal`)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var n=this.char();if(n===39)if(this.peek()===39)t.push(39),this.bump();else{this.bump();break}else t.push(n);this.bump()}return b.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var n=this.char();return n===60||n===123||n===35&&(t===`plural`||t===`selectordinal`)||n===125&&e>0?null:(this.bump(),b(n))},e.prototype.parseArgument=function(e,t){var i=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(n.ErrorKind.EXPECT_ARGUMENT_CLOSING_BRACE,l(i,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(n.ErrorKind.EMPTY_ARGUMENT,l(i,this.clonePosition()));var a=this.parseIdentifierIfPossible().value;if(!a)return this.error(n.ErrorKind.MALFORMED_ARGUMENT,l(i,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(n.ErrorKind.EXPECT_ARGUMENT_CLOSING_BRACE,l(i,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:r.TYPE.argument,value:a,location:l(i,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(n.ErrorKind.EXPECT_ARGUMENT_CLOSING_BRACE,l(i,this.clonePosition())):this.parseArgumentOptions(e,t,a,i);default:return this.error(n.ErrorKind.MALFORMED_ARGUMENT,l(i,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),n=E(this.message,t),r=t+n.length;return this.bumpTo(r),{value:n,location:l(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,i,s,c){var u=this.clonePosition(),d=this.parseIdentifierIfPossible().value,f=this.clonePosition();switch(d){case``:return this.error(n.ErrorKind.EXPECT_ARGUMENT_TYPE,l(u,f));case`number`:case`date`:case`time`:this.bumpSpace();var p=null;if(this.bumpIf(`,`)){this.bumpSpace();var m=this.clonePosition(),h=this.parseSimpleArgStyleIfPossible();if(h.err)return h;var g=w(h.val);if(g.length===0)return this.error(n.ErrorKind.EXPECT_ARGUMENT_STYLE,l(this.clonePosition(),this.clonePosition()));p={style:g,styleLocation:l(m,this.clonePosition())}}var _=this.tryParseArgumentClose(c);if(_.err)return _;var v=l(c,this.clonePosition());if(p&&y(p?.style,`::`,0)){var b=C(p.style.slice(2));if(d===`number`){var h=this.parseNumberSkeletonFromString(b,p.styleLocation);return h.err?h:{val:{type:r.TYPE.number,value:s,location:v,style:h.val},err:null}}else{if(b.length===0)return this.error(n.ErrorKind.EXPECT_DATE_TIME_SKELETON,v);var S=b;this.locale&&(S=(0,o.getBestPattern)(b,this.locale));var g={type:r.SKELETON_TYPE.dateTime,pattern:S,location:p.styleLocation,parsedOptions:this.shouldParseSkeletons?(0,a.parseDateTimeSkeleton)(S):{}};return{val:{type:d===`date`?r.TYPE.date:r.TYPE.time,value:s,location:v,style:g},err:null}}}return{val:{type:d===`number`?r.TYPE.number:d===`date`?r.TYPE.date:r.TYPE.time,value:s,location:v,style:p?.style??null},err:null};case`plural`:case`selectordinal`:case`select`:var T=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(`,`))return this.error(n.ErrorKind.EXPECT_SELECT_ARGUMENT_OPTIONS,l(T,t.__assign({},T)));this.bumpSpace();var E=this.parseIdentifierIfPossible(),D=0;if(d!==`select`&&E.value===`offset`){if(!this.bumpIf(`:`))return this.error(n.ErrorKind.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,l(this.clonePosition(),this.clonePosition()));this.bumpSpace();var h=this.tryParseDecimalInteger(n.ErrorKind.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,n.ErrorKind.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(h.err)return h;this.bumpSpace(),E=this.parseIdentifierIfPossible(),D=h.val}var O=this.tryParsePluralOrSelectOptions(e,d,i,E);if(O.err)return O;var _=this.tryParseArgumentClose(c);if(_.err)return _;var k=l(c,this.clonePosition());return d===`select`?{val:{type:r.TYPE.select,value:s,options:x(O.val),location:k},err:null}:{val:{type:r.TYPE.plural,value:s,options:x(O.val),offset:D,pluralType:d===`plural`?`cardinal`:`ordinal`,location:k},err:null};default:return this.error(n.ErrorKind.INVALID_ARGUMENT_TYPE,l(u,f))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||this.char()!==125?this.error(n.ErrorKind.EXPECT_ARGUMENT_CLOSING_BRACE,l(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil(`'`))return this.error(n.ErrorKind.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,l(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(e>0)--e;else return{val:this.message.slice(t.offset,this.offset()),err:null};break;default:this.bump();break}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var i=[];try{i=(0,a.parseNumberSkeletonFromString)(e)}catch{return this.error(n.ErrorKind.INVALID_NUMBER_SKELETON,t)}return{val:{type:r.SKELETON_TYPE.number,tokens:i,location:t,parsedOptions:this.shouldParseSkeletons?(0,a.parseNumberSkeleton)(i):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(e,t,r,i){for(var a,o=!1,s=[],c=new Set,u=i.value,d=i.location;;){if(u.length===0){var f=this.clonePosition();if(t!==`select`&&this.bumpIf(`=`)){var p=this.tryParseDecimalInteger(n.ErrorKind.EXPECT_PLURAL_ARGUMENT_SELECTOR,n.ErrorKind.INVALID_PLURAL_ARGUMENT_SELECTOR);if(p.err)return p;d=l(f,this.clonePosition()),u=this.message.slice(f.offset,this.offset())}else break}if(c.has(u))return this.error(t===`select`?n.ErrorKind.DUPLICATE_SELECT_ARGUMENT_SELECTOR:n.ErrorKind.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,d);u===`other`&&(o=!0),this.bumpSpace();var m=this.clonePosition();if(!this.bumpIf(`{`))return this.error(t===`select`?n.ErrorKind.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:n.ErrorKind.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,l(this.clonePosition(),this.clonePosition()));var h=this.parseMessage(e+1,t,r);if(h.err)return h;var g=this.tryParseArgumentClose(m);if(g.err)return g;s.push([u,{value:h.val,location:l(m,this.clonePosition())}]),c.add(u),this.bumpSpace(),a=this.parseIdentifierIfPossible(),u=a.value,d=a.location}return s.length===0?this.error(t===`select`?n.ErrorKind.EXPECT_SELECT_ARGUMENT_SELECTOR:n.ErrorKind.EXPECT_PLURAL_ARGUMENT_SELECTOR,l(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(n.ErrorKind.MISSING_OTHER_CLAUSE,l(this.clonePosition(),this.clonePosition())):{val:s,err:null}},e.prototype.tryParseDecimalInteger=function(e,t){var n=1,r=this.clonePosition();this.bumpIf(`+`)||this.bumpIf(`-`)&&(n=-1);for(var i=!1,a=0;!this.isEOF();){var o=this.char();if(o>=48&&o<=57)i=!0,a=a*10+(o-48),this.bump();else break}var s=l(r,this.clonePosition());return i?(a*=n,_(a)?{val:a,err:null}:this.error(t,s)):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error(`out of bound`);var t=S(this.message,e);if(t===void 0)throw Error(`Offset ${e} is at invalid UTF-16 code unit boundary`);return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();e===10?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(y(this.message,e,this.offset())){for(var t=0;t<e.length;t++)this.bump();return!0}return!1},e.prototype.bumpUntil=function(e){var t=this.offset(),n=this.message.indexOf(e,t);return n>=0?(this.bumpTo(n),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error(`targetOffset ${e} must be greater than or equal to the current offset ${this.offset()}`);for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error(`targetOffset ${e} is at invalid UTF-16 code unit boundary`);if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&A(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset();return this.message.charCodeAt(t+(e>=65536?2:1))??null},e}();function O(e){return e>=97&&e<=122||e>=65&&e<=90}function k(e){return O(e)||e===47}function ee(e){return e===45||e===46||e>=48&&e<=57||e===95||e>=97&&e<=122||e>=65&&e<=90||e==183||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039}function A(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function te(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}})),gt=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.hoistSelectors=s,e.isStructurallySame=l;var t=(V(),d(z)),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(`, `)}]`)}}})),_t=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.isStructurallySame=e._Parser=void 0,e.parse=o;var t=(V(),d(z)),n=st(),r=ht(),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=gt();Object.defineProperty(e,`isStructurallySame`,{enumerable:!0,get:function(){return s.isStructurallySame}})})),vt=s((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.printAST=r;var t=(V(),d(z)),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 h(r);if((0,n.isSelectElement)(r))return m(r);if((0,n.isPoundElement)(r))return`#`;if((0,n.isTagElement)(r))return a(r)}).join(``)}function a(e){return`<${e.value}>${r(e.children)}</${e.value}>`}function o(e){return e.replace(/([{}](?:[\s\S]*[{}])?)/,`'$1'`)}function s(e,t,n,r){var i=e.value;return!n&&i[0]===`'`&&(i=`''${i.slice(1)}`),!r&&i[i.length-1]===`'`&&(i=`${i.slice(0,i.length-1)}''`),i=o(i),t?i.replace(`#`,`'#'`):i}function c(e){return`{${e.value}}`}function l(e){return`{${e.value}, ${n.TYPE[e.type]}${e.style?`, ${f(e.style)}`:``}}`}function u(e){var t=e.stem,n=e.options;return n.length===0?t:`${t}${n.map(function(e){return`/${e}`}).join(``)}`}function f(e){return typeof e==`string`?o(e):e.type===n.SKELETON_TYPE.dateTime?`::${p(e)}`:`::${e.tokens.map(u).join(` `)}`}function p(e){return e.pattern}function m(e){return`{${[e.value,`select`,Object.keys(e.options).map(function(t){return`${t}{${i(e.options[t].value,!1)}}`}).join(` `)].join(`,`)}}`}function h(e){var n=e.pluralType===`cardinal`?`plural`:`selectordinal`;return`{${[e.value,n,t.__spreadArray([e.offset?`offset:${e.offset}`:``],Object.keys(e.options).map(function(t){return`${t}{${i(e.options[t].value,!0)}}`}),!0).filter(Boolean).join(` `)].join(`,`)}}`}})),yt=_t(),bt=H(),xt=vt();const St=[`singular`,`plural`,`dual`,`zero`,`one`,`two`,`few`,`many`,`other`];function Ct(e){return St.includes(e)}function wt(e,t=St,n=[`en`]){let r=we(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 Tt={variable:`v`,number:`n`,datetime:`d`,currency:`c`,"relative-time":`rt`};function Et(e){return Tt[e]}function Dt({icuString:e,shouldVisit:t,visitor:n,options:{recurseIntoVisited:r=!0,...i}}){let a=(0,yt.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===yt.TYPE.select||e.type===yt.TYPE.plural?Object.values(e.options).map(e=>e.value).map(o):e.type===yt.TYPE.tag&&o(e.children))}}const U=`_gt_`,Ot=RegExp(`^${U}\\d+$`),kt=RegExp(`^${U}$`);function At(e){return e.type===bt.TYPE.select&&Ot.test(e.value)&&!!e.options.other&&(e.options.other.value.length===0||e.options.other.value.length>0&&e.options.other.value[0]?.type===bt.TYPE.literal)}function jt(e){return e.type===bt.TYPE.select&&kt.test(e.value)&&!!e.options.other&&(e.options.other.value.length===0||e.options.other.value.length>0&&e.options.other.value[0]?.type===bt.TYPE.literal)}function Mt(e){if(!e.includes(`_gt_`))return e;let t=[];function n(e){t.push({start:e.location?.start.offset??0,end:e.location?.end.offset??0,value:e.options.other.value.length>0?e.options.other.value[0].value:``})}Dt({icuString:e,shouldVisit:jt,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 Nt(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 Pt(e,t){let n=` other {${Nt(String(e??``))}}`,r=``;return t?.$name&&(r=` _gt_var_name {${Nt(t.$name)}}`),`{${U}, select,${n}${r}}`}function Ft(e){return e}const It=Ft;function W(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})}Dt({icuString:e,shouldVisit:jt,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 Lt(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 Dt({icuString:e,shouldVisit:jt,visitor:r,options:{recurseIntoVisited:!1}}),n}const Rt=RegExp(`${U}\\d+`);function zt(e){if(!Rt.test(e))return e;function t(e){e.type=bt.TYPE.argument,Reflect.deleteProperty(e,`options`)}return(0,xt.printAST)(Dt({icuString:e,shouldVisit:At,visitor:t,options:{recurseIntoVisited:!1}}))}function Bt(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 Vt(e){let t=e[`data-_gt`]?.variableType||`variable`;return{variableName:v(e,t),variableType:Et(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 Ht(e,t,n){let r=``,i=null;return typeof e==`number`&&!i&&n&&(r=wt(e,Object.keys(n).filter(Ct),t)),r&&!i&&(i=n[r]),i}function Ut(e){return e&&e.props&&e.props[`data-_gt`]?e.props[`data-_gt`]:null}function Wt({children:e,defaultLocale:t=`en`,renderVariable:n}){let r=e=>{let r=Ut(e);if(Bt(e.props)){let{variableType:r,variableValue:i,variableOptions:a,injectionType:o}=Vt(e.props);return n({variableType:r,variableValue:i,variableOptions:a,locales:[t],injectionType:o})}if(r?.transformation===`plural`){let n=r.branches||{};if(typeof e.props.n!=`number`)return e.props.children==null?null:a(e.props.children);let i=Ht(e.props.n,[t],n);return a(i===null?e.props.children:i)}if(r?.transformation===`branch`){let{children:t,branch:n}=e.props,i=r.branches||{},o=n==null||n===``?void 0:n.toString();return a(o&&i[o]!==void 0?i[o]:t)}return r?.transformation===`fragment`?f.default.createElement(f.default.Fragment,{key:e.props.key,children:a(e.props.children)}):e.props.children?f.default.cloneElement(e,{...e.props,"data-_gt":void 0,children:a(e.props.children)}):f.default.cloneElement(e,{...e.props,"data-_gt":void 0})},i=e=>f.default.isValidElement(e)?r(e):e,a=e=>Array.isArray(e)?f.default.Children.map(e,i):i(e);return a(e)}function G(e,t){if(e==null)throw Error(`Cannot index into an undefined dictionary`);return e[t]}function K(e,t,n){e[t]=n}function Gt(e,t=0){let n=t,r=e=>{let{type:t,props:r}=e;n+=1;let i={id:n,injectionType:`manual`},a;try{a=typeof t==`function`?t._gtt:void 0}catch{}if(a){let e=a.split(`-`);if((e[1]===`automatic`||e[2]===`automatic`)&&(i.injectionType=`automatic`),e[0]===`translate`&&(e[0]=`fragment`),e[0]===`variable`&&(i.variableType=e?.[1]||`variable`),e[0]===`plural`){let e=Object.entries(r).reduce((e,[t,r])=>(Ct(t)&&(e[t]=Gt(r,n)),e),{});Object.keys(e).length&&(i.branches=e)}if(e[0]===`branch`){let{children:e,branch:t,...a}=r,o=Object.fromEntries(Object.entries(a).filter(([e])=>!e.startsWith(`data-`))),s=Object.entries(o).reduce((e,[t,r])=>(e[t]=Gt(r,n),e),{});Object.keys(s).length&&(i.branches=s)}i.transformation=e[0]}return i};function i(e){let{props:t}=e,n=r(e),i={...t,"data-_gt":n};return t.children&&!n.variableType&&(i.children=o(t.children)),e.type===f.default.Fragment&&(i[`data-_gt`].transformation=`fragment`),f.default.cloneElement(e,i)}function a(e){return(0,f.isValidElement)(e)?i(e):e}function o(e){return Array.isArray(e)?f.default.Children.map(e,a):a(e)}return o(e)}const Kt=`@generaltranslation/react-core`;function q(e){return w({source:Kt,...e})}q({severity:`Error`,whatHappened:`Runtime translation needs a project ID`,fix:`Add projectId to your <GTProvider> configuration or set GT_PROJECT_ID in your environment`,docsUrl:`https://generaltranslation.com/dashboard`}),q({severity:`Error`,whatHappened:`Production environments cannot use a development API key`,fix:`Replace it with a production API key before deploying`});const qt=q({severity:`Error`,whatHappened:`The API key is available to client-side production code`,fix:`Move translation credentials to a server-only environment before deploying`});q({severity:`Error`,whatHappened:`Runtime translation is not configured`,fix:`Add projectId and devApiKey to your environment, or pass them to <GTProvider> directly`});const Jt=e=>q({severity:`Error`,whatHappened:`<Plural> could not choose a plural form for "${e}"`,fix:`Pass the required "n" option to <Plural>`}),Yt=q({severity:`Error`,whatHappened:`Runtime translations could not be loaded`,wayOut:`Source content will render as a fallback`,fix:`Check your runtime translation configuration and try again`}),Xt=(e,t,n)=>q({severity:`Error`,whatHappened:e?`Translation could not be found for id "${e}" and hash "${t}"`:`Translation could not be found for hash "${t}"`,wayOut:`Source content will render as a fallback`,fix:`Push translations again or check that runtime translation is configured`,details:C(n)});q({severity:`Error`,whatHappened:`Runtime translation could not be completed`});const Zt=(e=``)=>q({severity:`Error`,whatHappened:`Locally stored translations could not be loaded${e?` for "${e}"`:``}`,fix:`If you use loadTranslations(), make sure it returns translations for the requested locale`}),Qt=(e,t,n)=>q({severity:`Error`,whatHappened:`The string ${t?`for id "${t}" `:``}could not be rendered`,fix:`Check the message syntax and variables for: "${e}"`,details:C(n)}),$t=(e,t,n=`tx`)=>q({severity:`Error`,whatHappened:`${n}("${e}")${t?` with id "${t}"`:``} could not find a translation`,wayOut:`Source content will render as a fallback`,fix:`Push translations again or check your dictionary/runtime translation configuration`}),en=e=>q({severity:`Error`,whatHappened:`Invalid locale codes in your configuration`,fix:`Specify a list of valid locales or use "customMapping" to define aliases for the invalid locales`,details:e}),tn=e=>q({severity:`Error`,whatHappened:`Invalid canonical locale codes in your configuration`,fix:`Use valid BCP 47 locale codes before starting translation`,details:e}),nn=()=>q({severity:`Error`,whatHappened:`t.obj() received an empty id`,fix:`Pass a non-empty dictionary id`}),rn=e=>q({severity:`Error`,whatHappened:`Dictionary subtree "${e}" could not be found`,fix:`Check that the id matches your dictionary structure`}),an=()=>q({severity:`Error`,whatHappened:`A dictionary entry cannot be injected as a subtree`,fix:`Pass a dictionary object instead`}),on=()=>q({severity:`Error`,whatHappened:`A dictionary entry cannot be merged into another dictionary entry`,fix:`Pass a dictionary subtree instead`}),sn=e=>q({severity:`Error`,whatHappened:`Dictionary entry "${e}" contains invalid ICU syntax`,fix:`Fix the ICU message before rendering this translation`}),cn=q({severity:`Warning`,whatHappened:`Runtime translation needs a project ID`,fix:`Add projectId to <GTProvider> or set GT_PROJECT_ID in your environment`,docsUrl:`https://generaltranslation.com/dashboard`}),ln=e=>q({severity:`Warning`,whatHappened:`No valid dictionary entry was found for id "${e}"`,wayOut:`Source content will render as a fallback`}),un=e=>q({severity:`Warning`,whatHappened:`Dictionary entry "${e}" is invalid`,wayOut:`Source content will render as a fallback until the entry is fixed`}),dn=e=>q({severity:`Warning`,whatHappened:`Dictionary entry "${e}" contains invalid ICU syntax`,wayOut:`Source content will render as a fallback until the entry is fixed`}),fn=q({severity:`Warning`,whatHappened:`Runtime translation needs a development API key`,fix:`Find your development API key at generaltranslation.com/dashboard, or set runtimeUrl to an empty string to disable runtime translation`}),pn=e=>`${Kt} Warning: The following locales are currently unsupported by our service: ${e.map(e=>{let{name:t}=(0,p.getLocaleProperties)(e);return`${e} (${t})`}).join(`, `)}`,mn=q({severity:`Warning`,whatHappened:`Runtime translation timed out`}),hn=q({severity:`Warning`,whatHappened:`No dictionary was found`,fix:`Pass a dictionary to <GTProvider> or configure a dictionary loader before rendering translations`}),gn=(e,t,n)=>q({severity:`Warning`,whatHappened:`The string ${t?`for id "${t}" `:``}could not be rendered`,wayOut:`Source content will render as a fallback`,fix:`Check the message syntax and variables for: "${e}"`,details:C(n)});`${Kt}`;function J(e){return Error(`${Kt}: The ${e} function was not overridden. This is likely the result of importing directly from "generaltranslation/react-core".`)}function _n(e){return f.default.isValidElement(e)}function vn(e){throw J(`readAuthFromEnv`)}const yn={pl:`placeholder`,ti:`title`,alt:`alt`,arl:`aria-label`,arb:`aria-labelledby`,ard:`aria-describedby`},bn=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`},xn=(e,t,n)=>{let r=Object.entries(yn).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},Sn=e=>{let{props:t}=e,n={t:bn(e)};if(t[`data-_gt`]){let e=t[`data-_gt`],r=e.transformation;if(r===`variable`){let n=e.variableType||`variable`,r=v(t,n),i=Et(n);return{i:e.id,k:r,v:i}}n.i=e.id,n.d=xn(r,t,e.branches);let i=Object.entries(yn).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},Cn=e=>_n(e)?Sn(e):typeof e==`number`?e.toString():e;function Y(e){return Array.isArray(e)?e.map(Cn):Cn(e)}function wn(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 Tn(e,t){let n=e,r=t.split(`.`);for(let e of r){if(typeof n!=`object`&&!Array.isArray(n))return;n=G(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 En({sourceElement:e,targetElement:t,locales:n=[`en`],renderVariable:r}){let{props:i}=e,a=i[`data-_gt`],o=a?.transformation,s=t.d,c={};if(s&&Object.entries(yn).forEach(([e,t])=>{s[e]&&(c[t]=s[e])}),o===`plural`){let i=e.props.n;if(typeof i!=`number`)return Wt({children:e,defaultLocale:n[0],renderVariable:r});let o=Ht(i,n,a.branches||{}),s=o===null?e.props.children:o,c=Ht(i,n,t.d?.b||{});return Dn({source:s,target:c===null?t.c:c,locales:n,renderVariable:r})}if(o===`branch`){let{branch:e,children:o}=i,s=e==null||e===``?void 0:e.toString(),c=a.branches||{},l=t.d?.b||{};return Dn({source:s&&c[s]!==void 0?c[s]:o,target:s&&l[s]!==void 0?l[s]:t.c,locales:n,renderVariable:r})}return o===`fragment`&&t.c?f.default.createElement(f.default.Fragment,{key:e.props.key,children:Dn({source:i.children,target:t.c,locales:n,renderVariable:r})}):i?.children&&t?.c?f.default.cloneElement(e,{...i,...c,"data-_gt":void 0,children:Dn({source:i.children,target:t.c,locales:n,renderVariable:r})}):Wt({children:e,defaultLocale:n[0],renderVariable:r})}function Dn({source:e,target:t,locales:n=[`en`],renderVariable:r}){if(t==null&&e)return Wt({children:e,defaultLocale:n[0],renderVariable:r});if(typeof t==`string`)return t;if(Array.isArray(t)&&!Array.isArray(e)&&e&&(e=[e]),Array.isArray(e)&&Array.isArray(t)){let i={},a={},o={},s=e.filter(e=>{if(f.default.isValidElement(e))if(Bt(e.props)){let{variableName:t,variableValue:n,variableOptions:r,injectionType:s}=Vt(e.props);i[t]=n,a[t]=r,o[t]=s}else return!0;return!1}),c=e=>s.find(t=>{let n=Ut(t);return n?.id===void 0?!1:n.id===e.i})||s.shift();return t.map((e,t)=>{if(typeof e==`string`)return(0,m.jsx)(f.default.Fragment,{children:e},`string_${t}`);if(k(e))return(0,m.jsx)(f.default.Fragment,{children:r({variableType:e.v||`v`,variableValue:i[e.k],variableOptions:a[e.k],locales:n,injectionType:o[e.k]||`manual`})},`var_${t}`);let s=c(e);return s?(0,m.jsx)(f.default.Fragment,{children:En({sourceElement:s,targetElement:e,locales:n,renderVariable:r})},`element_${t}`):null})}if(t&&typeof t==`object`&&!Array.isArray(t)){let i=k(t)?`variable`:`element`;if(f.default.isValidElement(e)){if(i===`element`)return En({sourceElement:e,targetElement:t,locales:n,renderVariable:r});if(Bt(e.props)){let{variableValue:t,variableOptions:i,variableType:a,injectionType:o}=Vt(e.props);return r({variableType:a,variableValue:t,variableOptions:i,locales:n,injectionType:o})}}}return Wt({children:e,defaultLocale:n[0],renderVariable:r})}const On=(e=`production`)=>({method:`default`,timeout:e===`development`?8e3:12e3});function kn(){return``}function Z(e){return e===void 0?!1:typeof e==`string`?!0:Array.isArray(e)?!(e.length!==1&&e.length!==2||typeof e[0]!=`string`||e.length===2&&(typeof e[1]!=`object`||e[1]===null||!(`$context`in e[1])&&!(`$maxChars`in e[1])&&!(`$_hash`in e[1]))):!1}const An=e=>typeof e==`string`||Array.isArray(e),jn=e=>typeof e==`object`&&!!e&&!Array.isArray(e);function Mn(e,t){if(Array.isArray(e))return e.map((e,n)=>Z(e)?t[n]:Mn(e,t[n]));let n={...Object.fromEntries(Object.entries(e).filter(([,e])=>An(e))),...Object.fromEntries(Object.entries(t).filter(([,e])=>An(e)))},r=Object.entries(e).filter(([,e])=>jn(e)).map(([e])=>e),i=Object.entries(t).filter(([,e])=>jn(e)).map(([e])=>e),a=new Set([...r,...i]);for(let r of a)n[r]=Mn(G(e,r)||{},G(t,r)||{});return n}function Nn({dictionary:e,id:t}){if(t===``)return e;let n=e,r=t.split(`.`);for(let e of r)n=G(n,e);return n}function Pn({dictionary:e,id:t,sourceDictionary:n}){if(t===``)return e;let r=e,i=n,a=t.split(`.`);for(let e of a)G(r,e)===void 0&&(Array.isArray(G(i,e))?K(r,e,[]):K(r,e,{})),r=G(r,e);return r}const Fn=[`constructor`,`prototype`,`__proto__`];function In(e){return!!Fn.includes(e)}function Ln(e,t,n,r){if(Z(t))return e;let i=n.split(`.`);i.forEach(e=>{if(In(e))throw Error(`Invalid key: ${e}`)}),t||={};for(let e of i.slice(0,-1))G(t,e)??K(t,e,Array.isArray(G(r,e))?[]:{}),t=G(t,e),r=G(r,e);let a=i[i.length-1];K(t,a,e)}function Rn(e,t,n){return t.forEach(([t,r])=>{Ln(r,e,t,n)}),e}function zn(e){let t={};return Array.isArray(e)&&(t=[]),Object.entries(e).forEach(([e,n])=>{if(Z(n)){let{entry:r}=X(n);K(t,e,r)}else K(t,e,zn(n))}),t}function Bn(e){return P(_e(ae(e))).slice(0,16)}function Vn({source:e,context:t,id:n,maxChars:r,dataFormat:i},a=Bn){let o;return o=i===`JSX`?Un(e):e,a(O({source:o,...n&&{id:n},...t&&{context:t},...r!=null&&{maxChars:Math.abs(r)},...i&&{dataFormat:i}}))}const Hn=e=>{if(e&&typeof e==`object`){let t={};if(`c`in e&&e.c&&(t.c=Un(e.c)),`d`in e){let n=e?.d;n?.b&&(t.b=Object.fromEntries(Object.entries(n.b).map(([e,t])=>[e,Un(t)]))),n?.t&&(t.t=n.t)}return k(e)?{k:e.k,...e.v&&{v:e.v}}:t}return e};function Un(e){return Array.isArray(e)?e.map(Hn):Hn(e)}function Wn(e,t=``){let n=!1;return Object.entries(e).forEach(([r,i])=>{let a=t?`${t}.${r}`:r;if(Z(i)){let{entry:t,metadata:o}=X(i);o?.$_hash||(o||={},o.$_hash=Vn({source:W(t),...o?.$context&&{context:o.$context},...o?.$maxChars!=null&&{maxChars:Math.abs(o.$maxChars)},id:a,dataFormat:`ICU`}),K(e,r,[t,o]),n=!0)}else{let{updateDictionary:e}=Wn(i,a);n||=e}}),{dictionary:e,updateDictionary:n}}function Gn(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=Tn(t,c),u;Z(l)&&(u=X(l).entry);let d=n[i]||u;d&&(Ln(d,t,c,e),a=!0)}),{dictionary:t,updateDictionary:a}}function Kn(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=Tn(t,o),c;Z(s)&&(c=X(s).entry),Ln(c||n,t,o,e)}),t}function qn(e,t,n){let r=Nn({dictionary:e,id:n});if(!r)throw Error(rn(n));if(Z(r))throw Error(an());return Jn(e,Mn(r,t),n)}function Jn(e,t,n){let r=Tn(e,n);if(!r)throw Error(rn(n));if(Z(r))throw Error(on());let i=n.split(`.`),a=i.slice(0,-1),o=i[i.length-1],s=e;return a.forEach(e=>{s=G(s,e)}),K(s,o,t),e}function Yn(e,t,n=``){let r=[];return Object.entries(e).forEach(([e,i])=>{let a=n?`${n}.${e}`:e;if(Z(i)){let{entry:n,metadata:o}=X(i);G(t,e)||r.push({source:n,metadata:{$id:a,$context:o?.$context,$maxChars:o?.$maxChars,$_hash:o?.$_hash||``}})}else r.push(...Yn(i,G(t,e)||(Array.isArray(i)?[]:{}),a))}),r}var Xn={warn(e){console.warn(e)},error(e){console.error(e)},info(e){console.info(e)},debug(e){console.debug(e)}};function Zn(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 Qn=e=>`String interpolation failed for message: "${e}".`;function $n(e,t,n,r){try{return(0,p.formatMessage)(e,{variables:t,locales:n,dataFormat:r})}catch{return Xn.warn(Qn(e)),e}}function er(e,t){if(!e)return e;let n=t.$_fallback,r=Zn(t);try{let i=Lt(n||``);return(0,p.formatCutoff)($n(Object.keys(i).length?zt(e):e,{...r,...i,[U]:`other`},t.$locale??t.$_locales,t.$format),{maxChars:t.$maxChars})}catch{return Xn.warn(Qn(e)),t.$_fallback==null?(0,p.formatCutoff)(e,{maxChars:t.$maxChars}):er(t.$_fallback,{...t,$_fallback:void 0})}}function tr(e){if(e.lastIndexOf(`:`)===-1)return null;let t=e.slice(e.lastIndexOf(`:`)+1);try{return JSON.parse(E(t))}catch{return null}}function nr(e){return!!(e.$_hash&&e.$_source)}function rr(e,t){let n=t;return n.$_hash==null?Vn({source:t.$format===`ICU`?W(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 ir(e){return typeof e==`string`&&e.lastIndexOf(`:`)!==-1?e.slice(0,e.lastIndexOf(`:`)):e}const ar=(e,t={})=>er(e,t),or=(e,t={})=>e&&(nr(tr(e)??{})?ir(e):er(e,t));function sr(e,t){if(typeof e!=`string`)return t?e.map((e,n)=>sr(e,{...t,...t.$id&&{$id:`${t.$id}.${n}`}})):e;if(!t)return e;let n=Zn(t),r=e;try{r=(0,p.formatMessage)(e,{locales:[`en`],variables:{...n,[U]:`other`}})}catch{return Xn.warn(Qn(e)),e}let i=e,a=t.$_hash||rr(e,{$format:`ICU`,...t}),o={...t,$_source:i,$_hash:a},s=T(JSON.stringify(o));return`${r}:${s}`}function cr({children:e}){return e}function lr(e){return cr(e)}cr._gtt=`derive`,lr._gtt=`derive`;const Q=(0,f.createContext)(void 0);function $(e=`useGTContext() must be used within a <GTProvider>!`){let t=(0,f.useContext)(Q);if(t===void 0)throw Error(e);return t}function ur({children:e,locales:t,options:n={}}){let r=(0,f.useContext)(Q);if(e==null)return null;let i=r?.gt||new h.GT,a=typeof e==`string`?parseFloat(e):e;return typeof a==`number`&&(t||(t||=[],r?.locale&&t.push(r.locale),r?.defaultLocale&&t.push(r.defaultLocale)),a=i.formatNum(a,{locales:t,...n})),(0,m.jsx)(m.Fragment,{children:a})}ur._gtt=`variable-number`;function dr({children:e}){return(0,m.jsx)(m.Fragment,{children:e})}dr._gtt=`variable-variable`;function fr({children:e,currency:t=`USD`,locales:n,options:r={}}){let i=(0,f.useContext)(Q);if(e==null)return null;let a=i?.gt||new h.GT,o=typeof e==`string`?parseFloat(e):e;return typeof o==`number`&&(n||(n||=[],i?.locale&&n.push(i.locale),i?.defaultLocale&&n.push(i.defaultLocale)),o=a.formatCurrency(o,t,{locales:n,...r})),(0,m.jsx)(m.Fragment,{children:o})}fr._gtt=`variable-currency`;function pr({children:e,locales:t,options:n={}}){let r=(0,f.useContext)(Q);if(e==null)return null;let i=r?.gt||new h.GT;return t||(t=[],r?.locale&&t.push(r.locale),r?.defaultLocale&&t.push(r.defaultLocale)),(0,m.jsx)(m.Fragment,{children:i.formatDateTime(e,{locales:t,...n}).replace(/[\u200F\u202B\u202E]/g,``)})}pr._gtt=`variable-datetime`;function mr({date:e,children:t,value:n,unit:r,baseDate:i,locales:a,options:o={}}){let s=(0,f.useContext)(Q),c=s?.gt||new h.GT;a||(a=[],s?.locale&&a.push(s.locale),s?.defaultLocale&&a.push(s.defaultLocale));let l=e??t;process.env.NODE_ENV===`development`&&n!==void 0&&!r&&console.warn("<RelativeTime>: `value` was provided without `unit`. The `value` prop will be ignored.");let u;if(n!==void 0&&r)u=c.formatRelativeTime(n,r,{locales:a,numeric:o.numeric,style:o.style,localeMatcher:o.localeMatcher});else if(l!=null)u=c.formatRelativeTimeFromDate(l,{locales:a,baseDate:i??new Date,numeric:o.numeric,style:o.style,localeMatcher:o.localeMatcher});else return null;return(0,m.jsx)(m.Fragment,{children:u})}mr._gtt=`variable-relative-time`;const hr=({variableType:e,variableValue:t,variableOptions:n})=>{if(e===`n`)return(0,m.jsx)(ur,{options:n,children:typeof t==`string`||typeof t==`number`||t==null?t:void 0});if(e===`d`)return(0,m.jsx)(pr,{options:n,children:t instanceof Date?t:void 0});if(e===`c`)return(0,m.jsx)(fr,{options:n,children:typeof t==`string`||typeof t==`number`||t==null?t:void 0});if(e===`rt`){let e=n;if(typeof t==`number`&&e?.unit)return(0,m.jsx)(mr,{value:t,unit:e.unit,baseDate:e?.baseDate,options:e});let r=t instanceof Date?t:typeof t==`string`||typeof t==`number`?new Date(t):void 0;return(0,m.jsx)(mr,{date:r&&!isNaN(r.getTime())?r:void 0,baseDate:e?.baseDate,options:e})}return(0,m.jsx)(dr,{children:t})},gr=`__DANGEROUS_USE_REGISTRY__`,_r=globalThis,vr=_r[gr]??(_r[gr]=new Map);function yr(e,t=new WeakSet){let n=typeof e;if(e==null||n===`number`||n===`boolean`||n===`bigint`)return String(e);if(n===`string`)return JSON.stringify(e);if(n===`symbol`)return`:sym(${e.description??``})`;if(n===`function`)return`:fn(${e.name||`anon`})`;if(Array.isArray(e))return`[${e.map(e=>yr(e,t)).join(`,`)}]`;if(n===`object`){let n=e;if(t.has(n))return`:circular`;t.add(n);let r=Object.keys(n).sort().map(e=>`${JSON.stringify(e)}:${yr(n[e],t)}`).join(`,`);return t.delete(n),`{${r}}`}return String(e)}function br(e){return typeof e==`string`||typeof e==`number`||typeof e==`symbol`?String(e):yr(e)}function xr(e){let t=e;return t.status??(t.status=`pending`,e.then(e=>{t.status=`fulfilled`,t.value=e},e=>{t.status=`rejected`,t.reason=e})),t}function Sr(e,t,n){let r=n?.cache??vr,i=Date.now(),a=n?.ttl??1/0,o=br(e),s=r.get(o);if(s&&s.expiresAt>i)return s.thenable;let c=xr(t()),l={thenable:c,createdAt:i,expiresAt:i+a};if(r.set(o,l),a!==1/0){let e=()=>{let e=r.get(o);e&&e.thenable===c&&setTimeout(()=>{let e=r.get(o);e&&e.thenable===c&&r.delete(o)},Math.max(0,a))};c.then(e,e)}return c}let Cr;try{Cr=Function(`o`,`k`,`return o[k]`)(f,`use`)}catch{}var wr=Cr;function Tr({children:e,id:t,context:n,_hash:r,...i}){if(!e)return;t??=i?.$id,n??=i?.$context;let a=typeof i?.$maxChars==`number`?i.$maxChars:void 0,{translations:o,translationRequired:s,developmentApiEnabled:c,dialectTranslationRequired:l,registerJsxForTranslation:u,renderSettings:d,locale:p,defaultLocale:h}=$(`<T> used on the client-side outside of <GTProvider>`),g=(0,f.useMemo)(()=>Gt(e),[e]),_;t&&(_=o?.[t]),_===void 0&&r&&(_=o?.[r]);let[v,y]=(0,f.useMemo)(()=>{if(!s||_)return[void 0,``];let e=Y(g);return[e,Vn({source:e,...n&&{context:n},...a!=null&&{maxChars:Math.abs(a)},...t&&{id:t},dataFormat:`JSX`})]},[g,n,t,a,s,_]);_===void 0&&(_=o?.[y]);let b=()=>Wt({children:g,defaultLocale:h,renderVariable:hr}),x=e=>Dn({source:g,target:e,locales:[p,h],renderVariable:hr});if(!s||o&&!_&&!c||_===null)return(0,m.jsx)(m.Fragment,{children:b()});if(_)return(0,m.jsx)(f.Suspense,{fallback:x(_),children:x(_)});let S=async()=>{if(!c||!p)return b();if(_)return x(_);try{let e=await u({source:v,targetLocale:p,metadata:{id:t,hash:y,context:n,...a!=null&&{maxChars:a}}});return e?x(e):b()}catch(e){return console.warn(e),b()}};if(wr){let e=wr(Sr([`getTranslationPromise`,c,JSON.stringify(v),p,t,y,n,a],()=>S()));return(0,m.jsx)(f.Suspense,{fallback:e,children:e})}let C;return C=d.method===`skeleton`?kn():d.method===`replace`||l?b():kn(),(0,m.jsx)(f.Suspense,{fallback:C,children:S()})}Tr._gtt=`translate-client`;function Er(e){let{developmentApiEnabled:t,translationRequired:n,_preloadMessages:r,_filterMessagesForPreload:i,_gtFunction:a,locale:o}=$(`useGT(): No context provided. You're trying to get the gt() function from the useGT() hook, which can be called within a <GTProvider>.`),s;if(e&&wr&&t&&n){let t=i(e);t.length>0&&(s=wr(Sr([`_preloadMessages`,o,JSON.stringify(t)],()=>r(t))))}function c(e,t={}){return a(e,t,s)}return(0,f.useCallback)(c,[s,a])}function Dr(e){let t=t=>e?`${e}.${t}`:t,{_dictionaryFunction:n,_dictionaryObjFunction:r}=$(`useTranslations('${e}'): No context provided. You're trying to get the t() function on the client, which can only be done inside a <GTProvider>.`);function i(e,r={}){return n(t(e),r)}function a(e,n={}){return r(e,t(e),n)}return i.obj=a,i}function Or(){return $(`useDefaultLocale(): Unable to access default locale outside of a <GTProvider>`).defaultLocale}function kr(){return $(`useLocale(): Unable to access user's locale outside of a <GTProvider>`).locale}function Ar(){return $(`useVersionId(): Unable to access version ID outside of a <GTProvider>`)._versionId}function jr(){return $(`useRegion(): Unable to access user's region outside of a <GTProvider>`).region}function Mr({gt:e,locale:t,versionId:n,defaultLocale:r,runtimeUrl:i,renderSettings:a,setTranslations:o,environment:s,...c}){let l=!!e.projectId&&!!i&&!!e.devApiKey&&s===`development`;if(!l){let e=e=>Promise.reject(Error(`${e}() failed because translation is disabled`));return{developmentApiEnabled:l,registerIcuForTranslation:()=>e(`registerIcuForTranslation`),registerJsxForTranslation:()=>e(`registerJsxForTranslation`)}}let u=(0,f.useRef)({gt:e,locale:t,baseMetadata:{...c,projectId:e.projectId,sourceLocale:r},timeout:a.timeout});u.current.gt=e,u.current.locale=t,u.current.baseMetadata={...c,projectId:e.projectId,sourceLocale:r},u.current.timeout=a.timeout;let d=(0,f.useRef)(!1),p=(0,f.useRef)(null),[m,h]=(0,f.useState)(0),g=(0,f.useCallback)(e=>{o(t=>{let n=Object.keys(e);if(n.length===0)return t;let r=t?{...t}:{},i=!1;for(let a of n){let n=e[a],o=t?.[a];Object.is(o,n)||(r[a]=n,i=!0)}return i?r:t})},[o]),_=(0,f.useCallback)(e=>{p.current={...p.current,...e},d.current&&h(e=>e+1)},[]);(0,f.useEffect)(()=>{if(d.current=!0,p.current){let e=p.current;p.current=null,g(e)}return()=>{d.current=!1}},[g]),(0,f.useEffect)(()=>{if(!d.current)return;let e=p.current;e&&(p.current=null,g(e))},[m,g]);let v=(0,f.useRef)(0),y=(0,f.useRef)(new Map),b=(0,f.useRef)(new Map),x=(0,f.useCallback)(async e=>{if(e.size===0)return{};v.current+=1;let{gt:t,locale:n,baseMetadata:r,timeout:i}=u.current,a=Array.from(e.values()),o={},s=new Map;try{let e={};for(let t of a){let{source:n,metadata:r}=t;e[r.hash]={source:n,metadata:{...r,dataFormat:t.dataFormat}}}let c=await t.translateMany(e,{...r,targetLocale:n},i);for(let e of a){let{hash:t,id:n}=e.metadata,r=c[t];if(r&&r.success){let e=r.translation;o[t]=e,s.set(t,e)}else r&&r.error?(console.warn(Xt(n,t,r.error||`An upstream error occurred.`)),o[t]=null,s.set(t,null)):(console.warn(Xt(n,t,`Unknown response format`),r),o[t]=null,s.set(t,null))}}catch(e){typeof e==`object`&&e&&`name`in e&&e.name===`AbortError`?console.warn(mn):console.warn(Yt,e),a.forEach(e=>{o[e.metadata.hash]=null,s.set(e.metadata.hash,null)})}finally{--v.current,a.forEach(e=>{let t=s.get(e.metadata.hash);t===void 0?(console.warn(`No translation result for ${e.metadata.hash}; resolving as null.`),e.resolve(null)):e.resolve(t)})}return o},[]),S=(0,f.useRef)(null),C=(0,f.useRef)(async()=>{}),w=(0,f.useCallback)(e=>{_(e),y.current.size>0&&(S.current=setTimeout(()=>{S.current=null,C.current()},50))},[_]),T=(0,f.useCallback)(()=>{C.current=async()=>{if(v.current>=100){S.current=setTimeout(()=>{S.current=null,C.current()},50);return}let e=y.current;if(e.size===0)return;let t=Array.from(e.entries()).slice(0,Math.min(25,e.size)),n=new Map(t);t.forEach(([t])=>e.delete(t)),w(await x(n))}},[x,w]),E=(0,f.useCallback)((e=!1)=>{if(T(),e){S.current&&=(clearTimeout(S.current),null),C.current();return}S.current||=setTimeout(()=>{S.current=null,C.current()},50)},[T]),D=(0,f.useCallback)(e=>t=>{let n=`${t.metadata.hash}:${t.targetLocale}`,r=b.current.get(n);if(r)return r;let i=new Promise(r=>{let i=e===`JSX`?{dataFormat:`JSX`,source:t.source,metadata:{...t.metadata,...t.metadata.maxChars!=null&&{maxChars:Math.abs(t.metadata.maxChars)}},resolve:r,reject:()=>{}}:{dataFormat:`ICU`,source:t.source,metadata:{...t.metadata,...t.metadata.maxChars!=null&&{maxChars:Math.abs(t.metadata.maxChars)}},resolve:r,reject:()=>{}};y.current.set(n,i),E(y.current.size>=25&&v.current<100)}).finally(()=>{b.current.delete(n)});return b.current.set(n,i),i},[E]),O=(0,f.useMemo)(()=>D(`ICU`),[D]),k=(0,f.useMemo)(()=>D(`JSX`),[D]);return(0,f.useEffect)(()=>()=>{S.current&&clearTimeout(S.current)},[]),{developmentApiEnabled:l,registerIcuForTranslation:O,registerJsxForTranslation:k}}function Nr({gt:e,translations:t,locale:n,defaultLocale:r,translationRequired:i,developmentApiEnabled:a,registerIcuForTranslation:o,environment:s}){function c({message:t,variables:n,locales:r,fallback:i,id:a,maxChars:o,format:l}){try{let a=Lt(i||``),s=e.formatMessage(Object.keys(a).length?zt(t):t,{locales:r,variables:{...n,...a,[U]:`other`},dataFormat:l});return e.formatCutoff(s,{maxChars:o})}catch(l){if(s===`production`)console.warn(gn(t,a,l));else{if(!i)throw Error(Qt(t,a,l));console.error(Qt(t,a,l))}return i?c({message:i,locales:r,variables:n,id:a,maxChars:o}):e.formatCutoff(t,{maxChars:o})}}function l(e,t={}){if(!e||typeof e!=`string`)return null;let{$id:n,$context:r,$maxChars:i,$_hash:a,$format:o,...s}=t,l=typeof o==`string`?o:void 0;return{id:n,context:r,maxChars:i,_hash:a,variables:s,calculateHash:()=>Vn({source:W(e),...r&&{context:r},...i!=null&&{maxChars:Math.abs(i)},...n&&{id:n},dataFormat:l||`ICU`}),renderMessage:(e,t,r)=>c({message:e,locales:t,variables:s,id:n,fallback:r,maxChars:i,format:l})}}function u(e,n,r){let i,a=``;return n&&(i=t?.[n]),r&&i===void 0&&(a=r,i=t?.[r]),i===void 0&&(a=e(),i=t?.[a]),{translationEntry:i,hash:a}}let d=e=>{let t=[];for(let{message:n,...r}of e){let e=l(n,r);if(!e)continue;let{id:i,_hash:a,calculateHash:o}=e,{translationEntry:s,hash:c}=u(o,i,a);s||t.push({message:n,...r,$_hash:c})}return t},f=async e=>{let t={};return await Promise.all(e.map(async({message:e,...r})=>{let i=l(e,r);if(!i)return;let{id:a,context:s,maxChars:c,_hash:d,calculateHash:f}=i,{translationEntry:p,hash:m}=u(f,a,d);p&&(t[m]=p),t[m]=await o({source:W(e),targetLocale:n,metadata:{...s&&{context:s},...a&&{id:a},...c!=null&&{maxChars:c},hash:m}})})),t},p=(e,t={},s)=>{let c=l(e,t);if(!c)return``;let{id:d,context:f,maxChars:p,_hash:m,calculateHash:h,renderMessage:g}=c;if(!i)return g(e,[r]);let{translationEntry:_,hash:v}=u(h,d,m);return _===null?g(e,[r]):_?g(_,[n,r],e):s?.[v]===void 0?a?(o({source:W(e),targetLocale:n,metadata:{...f&&{context:f},...d&&{id:d},...p!=null&&{maxChars:p},hash:v||``}}),g(e,[r])):(console.warn($t(e,d,`gt`)),g(e,[r])):s?.[v]?g(s?.[v],[n,r],e):g(e,[r])};return{_gtFunction:p,_mFunction:(e,s={},l)=>{if(!e)return e;let u=tr(e);if(!u||!u.$_hash||!u.$_source)return p(e,s,l);let{$_hash:d,$_source:f,$context:m,$hash:h,$id:g,$maxChars:_,$format:v,...y}=u,b=(e,t,n)=>c({message:e,locales:t,variables:y,fallback:n,maxChars:_,format:v});if(!i)return b(f,[r]);let x=t?.[u.$_hash];return x===null?b(f,[r]):x?b(x,[n,r],f):a?l?.[d]===void 0?(o({source:W(f),targetLocale:n,metadata:{...m&&{context:m},..._!=null&&{maxChars:_},hash:d}}),b(f,[r])):l?.[d]?b(l?.[d],[n,r],f):b(f,[r]):(console.warn($t(f,ir(e),`m`)),b(f,[r]))},_filterMessagesForPreload:d,_preloadMessages:f}}function Pr(e,t,n,r,i,a,o,s,c,l,u){return(0,f.useCallback)((s,d={})=>{if(!t)return``;let f=Tn(t,s);if(!f)return console.warn(ln(s)),``;if(!wn(f))return console.warn(un(s)),``;let{entry:p,metadata:m}=X(f);if(!p||typeof p!=`string`)return``;let{$format:h,...g}=d,_=m?.$maxChars??(typeof d.$maxChars==`number`?d.$maxChars:void 0),v=(t,n,r)=>{try{let i=Lt(r||``),a=e.formatMessage(Object.keys(i).length?zt(t):t,{locales:n,variables:{...g,...i,[U]:`other`},dataFormat:h});return e.formatCutoff(a,{maxChars:_})}catch(i){if(u===`production`)console.warn(dn(s),`Error: `,i);else{if(!r)throw Error(`${sn(s)} Error: ${i}`);console.error(sn(s),`Error: `,i)}return r?v(r,n):e.formatCutoff(t,{maxChars:_})}};if(!o)return v(p,[a]);let y=Tn(n||{},s);if(y&&wn(y)){let{entry:e}=X(y);return v(e,[i,a])}let b=r?.[s],x=``,S=()=>Vn({source:W(p),...m?.$context&&{context:m.$context},...m?.$maxChars!=null&&{maxChars:Math.abs(m.$maxChars)},id:s,dataFormat:`ICU`});return b||=(x=S(),r?.[x]),b?v(b,[i,a],p):(b===null||!c||l({source:W(p),targetLocale:i,metadata:{...m?.$context&&{context:m.$context},...m?.$maxChars!=null&&{maxChars:m.$maxChars},id:s,hash:x||S()}}),v(p,[a]))},[t,n,r,i,a,o,c,l,s])}function Fr({_locale:e,defaultLocale:t,locales:n,ssr:r,localeCookieName:i,customMapping:a,useDetermineLocale:o,enableI18n:s,reloadOnLocaleUpdate:c}){let l=(0,f.useMemo)(()=>Array.from(new Set([t,...s?n:[]])),[t,n,s]),[u,d]=o({locale:e,defaultLocale:t,locales:l,ssr:r,localeCookieName:i,customMapping:a,enableI18n:s,reloadOnLocaleUpdate:c}),[m,h]=(0,f.useMemo)(()=>{let e=(0,p.requiresTranslation)(t,u,l,a),n=e&&(0,p.isSameLanguage)(t,u);if(!a){let e=[];if(l.forEach(t=>{(0,p.isValidLocale)(t)||e.push(t)}),e.length)throw Error(en(e))}if(a){let e=[];if(l.forEach(t=>{(0,p.isValidLocale)(t,a)||e.push(t)}),e.length)throw Error(tn(e))}return[e,n]},[t,u,l]);return{locale:u,setLocale:d,locales:l,translationRequired:m,dialectTranslationRequired:h}}function Ir({devApiKey:e,projectId:t,runtimeUrl:n,loadTranslationsType:r,cacheUrl:i,locales:a,environment:o}){(0,f.useEffect)(()=>{if(o===`production`&&e)throw Error(qt);if(r!==`custom`&&(i||n)&&!t&&o===`development`&&console.warn(cn),t&&n&&r!==`custom`&&!e&&o===`development`&&console.warn(fn),n===`https://runtime2.gtx.dev`||i===`https://cdn.gtx.dev`&&r===`default`){let e=a.filter(e=>!(0,g.getSupportedLocale)(e));e.length&&console.warn(pn(e))}},[e,r,i,n,t,a])}async function Lr(e,t){let n=Array.from(new Set([e,(0,p.getLocaleProperties)(e).languageCode]));for(let e of n)try{let n=await t(e);if(n)return n}catch{}console.warn(hn)}function Rr({_dictionary:e,_dictionaryTranslations:t={},loadDictionary:n,locale:r,defaultLocale:i}){let[a,o]=(0,f.useState)(e),[s,c]=(0,f.useState)(t);return(0,f.useEffect)(()=>{if(!n)return;let e=!0;return(async()=>{let t=await Lr(i,n)||{},a=await Lr(r,n)||{};e&&o(t||{}),e&&c(a||{})})(),()=>{e=!1}},[n,r,i]),{dictionary:a,setDictionary:o,dictionaryTranslations:s,setDictionaryTranslations:c}}async function zr({cacheUrl:e,projectId:t,locale:n,versionId:r,gt:i}){return!t||!e||!n?{}:(n=i.resolveCanonicalLocale(n),await(await fetch(r?`${e}/${t}/${n}/${r}`:`${e}/${t}/${n}`)).json())}function Br({_translations:e,translationRequired:t,loadTranslationsType:n,loadTranslations:r,locale:i,cacheUrl:a,projectId:o,_versionId:s,gt:c}){function l(){return e||(t&&n!==`disabled`?null:{})}let[u,d]=(0,f.useState)(l()),p=(0,f.useRef)(!1);return(0,f.useEffect)(()=>{if(!p.current){p.current=!0;return}d(t&&n!==`disabled`?null:{})},[i,n]),(0,f.useEffect)(()=>{if(u||!t||n===`disabled`)return;let e=!0;return(async()=>{let t;switch(n){case`custom`:if(r)try{t=await r(i)}catch(e){console.error(Zt(i),e)}break;case`default`:try{t=await zr({cacheUrl:a||`https://cdn.gtx.dev`,projectId:o,locale:i,versionId:s,gt:c})}catch(e){console.error(e)}break}t||={},e&&d(t)})(),()=>{e=!1}},[u,t,n,a,o,i,s,c]),{translations:u,setTranslations:d}}function Vr(e,t,n,r,i,a,o,s,c,l,u,d){return(0,f.useCallback)((o,c,f={})=>{if(c===``)throw Error(nn());let p=Nn({dictionary:e,id:c});if(!p)return console.warn(ln(c)),{};if(Z(p))return d(o,f);if(!s)return zn(p);let m=Pn({dictionary:t,id:c,sourceDictionary:t}),{dictionary:h,updateDictionary:g}=Wn(structuredClone(p),c),_=Yn(h,m,c),{dictionary:v,updateDictionary:y}=Gn(h,structuredClone(m),i||{},_,c),b=Kn(h,structuredClone(v),_,c);return l&&Promise.allSettled(_.map(async e=>{let{source:t,metadata:n}=e,r=n?.$id;return[r,await u({source:W(t),targetLocale:a,metadata:{...n?.$context&&{context:n.$context},...n?.$maxChars!=null&&{maxChars:n.$maxChars},id:r,hash:n?.$_hash}})]})).then(t=>{let n=t.filter(e=>e.status===`fulfilled`).map(e=>e.value);n.length>0&&r(t=>Rn(t,n,e))}),g&&setTimeout(()=>{n(e=>qn(e,h,c))},0),y&&setTimeout(()=>{r(e=>Mn(e,v))},0),structuredClone(b)},[e,i,a,o,s,c,l,u,t])}function Hr({enableI18n:e}){let[t]=(0,f.useState)(e);return{enableI18n:t}}function Ur(){throw J(`isSSREnabled`)}function Wr(e){throw J(`useDetermineLocale`)}function Gr(e){throw J(`useRegionState`)}function Kr({children:e,config:t,environment:n=`production`,projectId:r=t?.projectId||``,devApiKey:i=t?.devApiKey||``,_versionId:a=t?._versionId,dictionary:o={},locales:s=t?.locales||[],defaultLocale:c=t?.defaultLocale||`en`,cacheUrl:l=t?.cacheUrl||`https://cdn.gtx.dev`,runtimeUrl:u=t?.runtimeUrl||`https://runtime2.gtx.dev`,renderSettings:d=t?.renderSettings||On(n),ssr:g=t?.ssr||Ur(),localeCookieName:_=t?.localeCookieName||`generaltranslation.locale`,locale:v=``,region:y,loadDictionary:b,loadTranslations:x,fallback:S=void 0,translations:C=null,customMapping:w=t?.customMapping,enableI18n:T=t?.enableI18n===void 0?!0:t.enableI18n,enableI18nLoaded:E,reloadOnLocaleUpdate:D,useEnableI18n:O=Hr,readAuthFromEnv:k=vn,useDetermineLocale:ee=Wr,useRegionState:A=Gr,...te}){v&&=(0,p.resolveAliasLocale)(v,w);let{projectId:j,devApiKey:M}=k({projectId:r,devApiKey:i}),{enableI18n:ne}=O({enableI18n:T,enableI18nLoaded:E,enableI18nCookieName:`generaltranslation.enable-i18n`,ssr:g}),{locale:N,setLocale:re,locales:ie,translationRequired:P,dialectTranslationRequired:ae}=Fr({_locale:v,defaultLocale:c,locales:s,ssr:g,localeCookieName:_,customMapping:w,useDetermineLocale:ee,enableI18n:ne,reloadOnLocaleUpdate:D}),{region:oe,setRegion:se}=A({_region:y,ssr:g,regionCookieName:`generaltranslation.region`}),F=(0,f.useMemo)(()=>new h.GT({devApiKey:M,sourceLocale:c,targetLocale:N,projectId:j,baseUrl:u||void 0,customMapping:w}),[M,c,j,u,w]),ce=(0,f.useMemo)(()=>x&&`custom`||l&&j&&`default`||`disabled`,[x,l,j]),{dictionary:le,setDictionary:I,dictionaryTranslations:ue,setDictionaryTranslations:de}=Rr({_dictionary:o,_dictionaryTranslations:{},loadDictionary:b,locale:N,defaultLocale:c});Ir({devApiKey:M,projectId:j,runtimeUrl:u,loadTranslationsType:ce,cacheUrl:l,locales:s,environment:n});let{translations:L,setTranslations:fe}=Br({_translations:C,translationRequired:P,loadTranslationsType:ce,loadTranslations:x,locale:N,cacheUrl:l,projectId:j,_versionId:a,gt:F}),{registerIcuForTranslation:pe,registerJsxForTranslation:R,developmentApiEnabled:me}=Mr({gt:F,locale:N,versionId:a,defaultLocale:c,runtimeUrl:u,renderSettings:d,setTranslations:fe,environment:n,...te}),{_gtFunction:he,_mFunction:ge,_filterMessagesForPreload:_e,_preloadMessages:ve}=Nr({gt:F,translations:L,locale:N,defaultLocale:c,translationRequired:P,developmentApiEnabled:me,registerIcuForTranslation:pe,environment:n}),ye=Pr(F,le,ue,L,N,c,P,ae,me,pe,n),be=Vr(le||{},ue||{},I,de,L,N,c,P,ae,me,pe,ye),xe=!!((!P||L)&&N);return(0,m.jsx)(Q.Provider,{value:{gt:F,registerIcuForTranslation:pe,registerJsxForTranslation:R,_gtFunction:he,_mFunction:ge,_filterMessagesForPreload:_e,_preloadMessages:ve,_dictionaryFunction:ye,_dictionaryObjFunction:be,developmentApiEnabled:me,locale:N,locales:ie,setLocale:re,defaultLocale:c,region:oe,setRegion:se,translations:L,translationRequired:P,dialectTranslationRequired:ae,projectId:j,renderSettings:d,_versionId:a},children:(0,m.jsx)(f.Suspense,{fallback:S,children:xe?e:S})})}function qr({children:e,n:t,locales:n,...r}){let i=(0,f.useContext)(Q),a;i&&(n||=i.locale,a||=i.defaultLocale);let o=[...n?[n]:[],a||`en`];if(typeof t!=`number`)throw Error(Jt(e));return(0,m.jsx)(m.Fragment,{children:Ht(t,o,r)||e})}qr._gtt=`plural`;function Jr({children:e,branch:t,...n}){return t=t?.toString(),typeof t==`string`&&t.startsWith(`data-`)&&(t=void 0),(0,m.jsx)(m.Fragment,{children:t&&n[t]!==void 0?n[t]:e})}Jr._gtt=`branch`;function Yr(){return $(`useLocales(): Unable to access configured locales outside of a <GTProvider>`).locales}function Xr(){let{setLocale:e}=$(`setLocale(): Unable to access user's locale outside of a <GTProvider>`);return e}function Zr(e){throw J(`LocaleSelector`)}function Qr(e){let{locales:t,locale:n,setLocale:r,gt:i}=$(),a=(0,f.useMemo)(()=>{if(!t||t.length===0)return[];let e=new Intl.Collator;return[...t].sort((t,n)=>e.compare(i.getLocaleProperties(t).nativeNameWithRegionCode,i.getLocaleProperties(n).nativeNameWithRegionCode))},[t,i]),o=(0,f.useCallback)(e=>i.getLocaleProperties(e),[i]);return{locale:n,locales:e||a,setLocale:r,getLocaleProperties:o}}function $r(e){throw J(`RegionSelector`)}function ei(){return $(`useGTClass(): Unable to access configured GT class instance outside of a <GTProvider>`).gt}function ti(e){return ei().getLocaleProperties(e)}function ni({regions:e,customMapping:t,prioritizeCurrentLocaleRegion:n=!0,sortRegionsAlphabetically:r=!0}={prioritizeCurrentLocaleRegion:!0,sortRegionsAlphabetically:!0}){let{locales:i,locale:a,setLocale:o,gt:s,region:c,setRegion:l}=$(),{regionCode:u}=s.getLocaleProperties(a),[d,m]=(0,f.useMemo)(()=>{let o=new Map(i.map(e=>{let t=(0,p.getLocaleProperties)(e,a,s.customMapping);return[t.regionCode,t]})),c=e?[...e]:Array.from(o?.keys()||[u]),l=new Map(c.map(e=>[e,{locale:o?.get(e)?.code||a,...s.getRegionProperties(e),...typeof t?.[e]==`string`?{name:t?.[e]}:t?.[e]}]));if(r&&c.sort((e,t)=>new Intl.Collator().compare(l.get(e).name,l.get(t).name)),n){let e=c.indexOf(u);e>0&&(c.splice(e,1),c.unshift(u))}return[c,l]},[e,c,a,i,s]);return{region:c,setRegion:l,regions:d,regionData:m,locales:i,locale:a,localeRegion:u,setLocale:o}}function ri(e){let{gt:t}=$(`useLocaleDirection(): Unable to access configured GT class instance outside of a <GTProvider>`);return t.getLocaleDirection(e)}function ii(e){let{developmentApiEnabled:t,translationRequired:n,_preloadMessages:r,_filterMessagesForPreload:i,_mFunction:a,locale:o}=$(`useMessages(): No context provided. You're trying to get the m() function from the useMessages() hook, which can be called within a <GTProvider>.`),s;if(e&&wr&&t&&n){let t=i(e);t.length>0&&(s=wr(Sr([`_preloadMessages`,o,JSON.stringify(t)],()=>r(t))))}function c(e,t={}){return a(e,t,s)}return(0,f.useCallback)(c,[s,a])}exports.Branch=Jr,exports.Currency=fr,exports.DateTime=pr,exports.Derive=cr,exports.GTContext=Q,exports.GTProvider=Kr,exports.LocaleSelector=Zr,exports.Num=ur,exports.Plural=qr,exports.RegionSelector=$r,exports.RelativeTime=mr,exports.Static=lr,exports.T=Tr,exports.Var=dr,exports.declareStatic=It,exports.declareVar=Pt,exports.decodeMsg=ir,exports.decodeOptions=tr,exports.decodeVars=Mt,exports.derive=Ft,exports.gtFallback=ar,exports.mFallback=or,exports.msg=sr,exports.useCreateInternalUseGTFunction=Nr,exports.useCreateInternalUseTranslationsFunction=Pr,exports.useCreateInternalUseTranslationsObjFunction=Vr,exports.useDefaultLocale=Or,exports.useGT=Er,exports.useGTClass=ei,exports.useLocale=kr,exports.useLocaleDirection=ri,exports.useLocaleProperties=ti,exports.useLocaleSelector=Qr,exports.useLocales=Yr,exports.useMessages=ii,exports.useRegion=jr,exports.useRegionSelector=ni,exports.useRuntimeTranslation=Mr,exports.useSetLocale=Xr,exports.useTranslations=Dr,exports.useVersionId=Ar;
2
- //# sourceMappingURL=index.cjs.min.cjs.map