gt-react 8.2.22 → 8.2.24

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 (117) hide show
  1. package/README.md +76 -9
  2. package/dist/branches/Branch.js +4 -4
  3. package/dist/branches/Branch.js.map +1 -1
  4. package/dist/branches/plurals/Plural.js +10 -10
  5. package/dist/branches/plurals/Plural.js.map +1 -1
  6. package/dist/branches/plurals/getPluralBranch.js +3 -3
  7. package/dist/branches/plurals/getPluralBranch.js.map +1 -1
  8. package/dist/client.cjs.min.cjs +19 -0
  9. package/dist/client.cjs.min.cjs.map +1 -0
  10. package/dist/client.d.ts +484 -5
  11. package/dist/client.d.ts.map +1 -1
  12. package/dist/client.esm.min.mjs +19 -0
  13. package/dist/client.esm.min.mjs.map +1 -0
  14. package/dist/client.js +3 -3
  15. package/dist/client.js.map +1 -1
  16. package/dist/hooks/useBrowserLocale.d.ts.map +1 -1
  17. package/dist/hooks/useBrowserLocale.js +8 -10
  18. package/dist/hooks/useBrowserLocale.js.map +1 -1
  19. package/dist/hooks/useDefaultLocale.js +1 -1
  20. package/dist/hooks/useDefaultLocale.js.map +1 -1
  21. package/dist/hooks/useElement.js +11 -14
  22. package/dist/hooks/useElement.js.map +1 -1
  23. package/dist/hooks/useGT.js +9 -12
  24. package/dist/hooks/useGT.js.map +1 -1
  25. package/dist/hooks/useLocale.js +1 -1
  26. package/dist/hooks/useLocale.js.map +1 -1
  27. package/dist/index.cjs.min.cjs +19 -0
  28. package/dist/index.cjs.min.cjs.map +1 -0
  29. package/dist/index.esm.min.mjs +19 -0
  30. package/dist/index.esm.min.mjs.map +1 -0
  31. package/dist/index.js +12 -12
  32. package/dist/index.js.map +1 -1
  33. package/dist/inline/T.d.ts +1 -1
  34. package/dist/inline/T.d.ts.map +1 -1
  35. package/dist/inline/T.js +38 -51
  36. package/dist/inline/T.js.map +1 -1
  37. package/dist/internal/addGTIdentifier.js +18 -32
  38. package/dist/internal/addGTIdentifier.js.map +1 -1
  39. package/dist/internal/flattenDictionary.js +8 -11
  40. package/dist/internal/flattenDictionary.js.map +1 -1
  41. package/dist/internal/writeChildrenAsObjects.js +22 -35
  42. package/dist/internal/writeChildrenAsObjects.js.map +1 -1
  43. package/dist/internal.cjs.min.cjs +2 -0
  44. package/dist/internal.cjs.min.cjs.map +1 -0
  45. package/dist/internal.d.ts +16 -17
  46. package/dist/internal.d.ts.map +1 -1
  47. package/dist/internal.esm.min.mjs +2 -0
  48. package/dist/internal.esm.min.mjs.map +1 -0
  49. package/dist/internal.js +15 -15
  50. package/dist/internal.js.map +1 -1
  51. package/dist/messages/createMessages.js +16 -38
  52. package/dist/messages/createMessages.js.map +1 -1
  53. package/dist/provider/ClientProvider.d.ts +23 -0
  54. package/dist/provider/ClientProvider.d.ts.map +1 -0
  55. package/dist/provider/GTContext.d.ts +1 -1
  56. package/dist/provider/GTContext.d.ts.map +1 -1
  57. package/dist/provider/GTContext.js +3 -4
  58. package/dist/provider/GTContext.js.map +1 -1
  59. package/dist/provider/GTProvider.d.ts +2 -2
  60. package/dist/provider/GTProvider.d.ts.map +1 -1
  61. package/dist/provider/GTProvider.js +95 -146
  62. package/dist/provider/GTProvider.js.map +1 -1
  63. package/dist/provider/helpers/extractEntryMetadata.d.ts +3 -3
  64. package/dist/provider/helpers/extractEntryMetadata.d.ts.map +1 -1
  65. package/dist/provider/helpers/getDictionaryEntry.js +5 -6
  66. package/dist/provider/helpers/getDictionaryEntry.js.map +1 -1
  67. package/dist/provider/helpers/isVariableObject.js +2 -2
  68. package/dist/provider/helpers/isVariableObject.js.map +1 -1
  69. package/dist/provider/rendering/defaultRenderSettings.js +2 -13
  70. package/dist/provider/rendering/defaultRenderSettings.js.map +1 -1
  71. package/dist/provider/rendering/renderDefaultChildren.d.ts +2 -2
  72. package/dist/provider/rendering/renderDefaultChildren.js +32 -44
  73. package/dist/provider/rendering/renderDefaultChildren.js.map +1 -1
  74. package/dist/provider/rendering/renderTranslatedChildren.js +97 -110
  75. package/dist/provider/rendering/renderTranslatedChildren.js.map +1 -1
  76. package/dist/provider/rendering/renderVariable.js +6 -7
  77. package/dist/provider/rendering/renderVariable.js.map +1 -1
  78. package/dist/provider/runtime/useRuntimeTranslation.d.ts +1 -1
  79. package/dist/provider/runtime/useRuntimeTranslation.d.ts.map +1 -1
  80. package/dist/provider/runtime/useRuntimeTranslation.js +171 -239
  81. package/dist/provider/runtime/useRuntimeTranslation.js.map +1 -1
  82. package/dist/types/types.d.ts +22 -8
  83. package/dist/types/types.d.ts.map +1 -1
  84. package/dist/utils/utils.js +5 -5
  85. package/dist/utils/utils.js.map +1 -1
  86. package/dist/variables/Currency.js +11 -23
  87. package/dist/variables/Currency.js.map +1 -1
  88. package/dist/variables/DateTime.js +10 -11
  89. package/dist/variables/DateTime.js.map +1 -1
  90. package/dist/variables/Num.js +9 -10
  91. package/dist/variables/Num.js.map +1 -1
  92. package/dist/variables/Var.js +3 -4
  93. package/dist/variables/Var.js.map +1 -1
  94. package/dist/variables/_getVariableProps.js +7 -18
  95. package/dist/variables/_getVariableProps.js.map +1 -1
  96. package/dist/variables/getVariableName.js +5 -7
  97. package/dist/variables/getVariableName.js.map +1 -1
  98. package/package.json +31 -14
  99. package/rollup.base.config.js +33 -0
  100. package/rollup.config.js +111 -0
  101. package/tsconfig.json +3 -2
  102. package/dist/errors/createErrors.d.ts +0 -13
  103. package/dist/errors/createErrors.d.ts.map +0 -1
  104. package/dist/errors/createErrors.js +0 -28
  105. package/dist/errors/createErrors.js.map +0 -1
  106. package/dist/provider/dynamic/useDynamicTranslation.d.ts +0 -28
  107. package/dist/provider/dynamic/useDynamicTranslation.d.ts.map +0 -1
  108. package/dist/provider/dynamic/useDynamicTranslation.js +0 -194
  109. package/dist/provider/dynamic/useDynamicTranslation.js.map +0 -1
  110. package/dist/provider/dynamic/useRuntimeTranslation.d.ts +0 -28
  111. package/dist/provider/dynamic/useRuntimeTranslation.d.ts.map +0 -1
  112. package/dist/provider/dynamic/useRuntimeTranslation.js +0 -194
  113. package/dist/provider/dynamic/useRuntimeTranslation.js.map +0 -1
  114. package/dist/translate/translateDictionaryStrings.d.ts +0 -3
  115. package/dist/translate/translateDictionaryStrings.d.ts.map +0 -1
  116. package/dist/translate/translateDictionaryStrings.js +0 -97
  117. package/dist/translate/translateDictionaryStrings.js.map +0 -1
package/README.md CHANGED
@@ -1,21 +1,88 @@
1
- # gt-react
1
+ <p align="center">
2
+ <a href="https://generaltranslation.com" target="_blank">
3
+ <img src="https://generaltranslation.com/gt-logo-light.svg" alt="General Translation" width="100" height="100">
4
+ </a>
5
+ </p>
2
6
 
3
- A React library for automatic internationalization.
7
+ # gt-react: Automatic i18n for React
4
8
 
5
- See [gt-next](https://github.com/General-Translation/gt-next) for the Next.js version of this library.
9
+ gt-react is a powerful internationalization library designed for React applications. It replaces your existing localization library, and integrates with [generaltranslation.com](https://generaltranslation.com) for translations.
6
10
 
7
- See [gt-update](https://github.com/General-Translation/gt-update) for the CLI tool that lets you push your dictionaries for translation.
11
+ See our [docs](https://www.generaltranslation.com/docs) for more information including guides, examples, and API references.
8
12
 
9
13
  ## Installation
10
14
 
15
+ Install `gt-react` via npm:
16
+
17
+ ```bash
18
+ npm install gt-react
19
+ ```
20
+
21
+ Or with yarn:
22
+
23
+ ```bash
24
+ yarn add gt-react
25
+ ```
26
+
27
+ ## Getting Started
28
+
29
+ ### Step 1: Configure Your Environment Variables
30
+
31
+ Add the following environment variables to your `.env` file:
32
+
11
33
  ```
12
- npm i gt-react
34
+ GT_API_KEY="your-api-key"
35
+ GT_PROJECT_ID="your-project-id"
13
36
  ```
14
37
 
15
- ## Docs
38
+ - Get your `API Key` and `Project ID` from the [General Translation Dashboard](https://www.generaltranslation.com).
39
+
40
+ ### Step 2: Add the `<GTProvider>`
41
+
42
+ Add the `<GTProvider>` component at the root of your application.
43
+
44
+ ```jsx
45
+ createRoot(document.getElementById("root")!).render(
46
+ <StrictMode>
47
+ <GTProvider
48
+ projectId={GT_PROJECT_ID}
49
+ devApiKey={GT_API_KEY}
50
+ >
51
+ <App />
52
+ </GTProvider>
53
+ </StrictMode>
54
+ );
55
+ ```
56
+
57
+ ### Step 3: Translate Content with `<T>`
58
+
59
+ The `<T>` component is the simplest way to translate inline JSX content.
60
+
61
+ ```jsx
62
+ import { T } from 'gt-react';
63
+
64
+ export default function HomePage() {
65
+ return (
66
+ <T id='greeting'>
67
+ <p>Hello, world!</p>
68
+ </T>
69
+ );
70
+ }
71
+ ```
72
+
73
+ If you have an existing project you would like to internationalize, you can use the `gt-react-cli` tool for initial setup.
74
+
75
+ ```bash
76
+ npm install gt-react-cli
77
+ npx gt-react-cli scan
78
+ ```
79
+
80
+ This will scan your project for all the text content that needs to be translated, and automatically wrap them in `<T>` and `<Var>` components.
81
+
82
+ ## Documentation
16
83
 
17
- <a href="https://docs.generaltranslation.com/gt-react">docs.generaltranslation.com</a>
84
+ Full documentation, including guides, examples, and API references, can be found at [General Translation Docs](www.generaltranslation.com/docs).
18
85
 
19
- ## Cloud
86
+ ## Contributing
20
87
 
21
- <a href="https://www.generaltranslation.com">www.generaltranslation.com</a>
88
+ We welcome any contributions to our libraries. Please submit a pull request!
@@ -11,7 +11,7 @@ var __rest = (this && this.__rest) || function (s, e) {
11
11
  return t;
12
12
  };
13
13
  Object.defineProperty(exports, "__esModule", { value: true });
14
- var jsx_runtime_1 = require("react/jsx-runtime");
14
+ const jsx_runtime_1 = require("react/jsx-runtime");
15
15
  /**
16
16
  * The `<Branch>` component dynamically renders a specified branch of content or a fallback child component.
17
17
  * It allows for flexible content switching based on the `branch` prop and an object of possible branches (`...branches`).
@@ -33,9 +33,9 @@ var jsx_runtime_1 = require("react/jsx-runtime");
33
33
  * @returns {JSX.Element} The rendered branch or fallback content.
34
34
  */
35
35
  function Branch(_a) {
36
- var children = _a.children, _b = _a.name, name = _b === void 0 ? "branch" : _b, branch = _a.branch, props = __rest(_a, ["children", "name", "branch"]);
37
- var generaltranslation = props["data-_gt"], branches = __rest(props, ['data-_gt']);
38
- var renderedBranch = (branch && typeof branches[branch] !== 'undefined') ? branches[branch] : children;
36
+ var { children, name = "branch", branch } = _a, props = __rest(_a, ["children", "name", "branch"]);
37
+ const { 'data-_gt': generaltranslation } = props, branches = __rest(props, ['data-_gt']);
38
+ const renderedBranch = (branch && typeof branches[branch] !== 'undefined') ? branches[branch] : children;
39
39
  return ((0, jsx_runtime_1.jsx)("span", { "data-_gt": generaltranslation, "data-_gt-branch-name": branch, "data-_gt-name": name || "branch", style: { display: 'contents' }, children: renderedBranch }));
40
40
  }
41
41
  Branch.gtTransformation = "branch";
@@ -1 +1 @@
1
- {"version":3,"file":"Branch.js","sourceRoot":"","sources":["../../src/branches/Branch.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAS,MAAM,CAAC,EAOf;IANG,IAAA,QAAQ,cAAA,EAAE,YAAe,EAAf,IAAI,mBAAG,QAAQ,KAAA,EAAE,MAAM,YAAA,EAAK,KAAK,cAD/B,8BAEf,CAD8C;IAOnC,IAAY,kBAAkB,GAAkB,KAAK,YAAvB,EAAK,QAAQ,UAAK,KAAK,EAAvD,YAA+C,CAAF,CAAW;IAC9D,IAAM,cAAc,GAAG,CAAC,MAAM,IAAI,OAAO,QAAQ,CAAC,MAAM,CAAC,KAAK,WAAW,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC;IACzG,OAAO,CACH,6CACc,kBAAkB,0BACN,MAAM,mBACb,IAAI,IAAI,QAAQ,EAC/B,KAAK,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE,YAE7B,cAAc,GACZ,CACV,CAAC;AACN,CAAC;AAED,MAAM,CAAC,gBAAgB,GAAG,QAAQ,CAAC;AACnC,kBAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"Branch.js","sourceRoot":"","sources":["../../src/branches/Branch.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAS,MAAM,CAAC,EAOf;QAPe,EACZ,QAAQ,EAAE,IAAI,GAAG,QAAQ,EAAE,MAAM,OAMpC,EANyC,KAAK,cAD/B,8BAEf,CAD8C;IAO3C,MAAM,EAAE,UAAU,EAAE,kBAAkB,KAAkB,KAAK,EAAlB,QAAQ,UAAK,KAAK,EAAvD,YAA+C,CAAQ,CAAC;IAC9D,MAAM,cAAc,GAAG,CAAC,MAAM,IAAI,OAAO,QAAQ,CAAC,MAAM,CAAC,KAAK,WAAW,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC;IACzG,OAAO,CACH,6CACc,kBAAkB,0BACN,MAAM,mBACb,IAAI,IAAI,QAAQ,EAC/B,KAAK,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE,YAE7B,cAAc,GACZ,CACV,CAAC;AACN,CAAC;AAED,MAAM,CAAC,gBAAgB,GAAG,QAAQ,CAAC;AACnC,kBAAe,MAAM,CAAC"}
@@ -14,11 +14,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
14
14
  return (mod && mod.__esModule) ? mod : { "default": mod };
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- var jsx_runtime_1 = require("react/jsx-runtime");
18
- var internal_1 = require("../../internal");
19
- var useLocale_1 = __importDefault(require("../../hooks/useLocale"));
20
- var useDefaultLocale_1 = __importDefault(require("../../hooks/useDefaultLocale"));
21
- var createMessages_1 = require("../../messages/createMessages");
17
+ const jsx_runtime_1 = require("react/jsx-runtime");
18
+ const internal_1 = require("../../internal");
19
+ const useLocale_1 = __importDefault(require("../../hooks/useLocale"));
20
+ const useDefaultLocale_1 = __importDefault(require("../../hooks/useDefaultLocale"));
21
+ const createMessages_1 = require("../../messages/createMessages");
22
22
  /**
23
23
  * The `<Plural>` component dynamically renders content based on the plural form of the given number (`n`).
24
24
  * It determines which content to display by matching the value of `n` to the appropriate pluralization branch,
@@ -40,13 +40,13 @@ var createMessages_1 = require("../../messages/createMessages");
40
40
  * @throws {Error} If `n` is not provided or not a valid number.
41
41
  */
42
42
  function Plural(_a) {
43
- var children = _a.children, n = _a.n, props = __rest(_a, ["children", "n"]);
44
- var generaltranslation = props["data-_gt"], branches = __rest(props, ['data-_gt']);
45
- var locale = (0, useLocale_1.default)();
46
- var defaultLocale = (0, useDefaultLocale_1.default)();
43
+ var { children, n } = _a, props = __rest(_a, ["children", "n"]);
44
+ const { 'data-_gt': generaltranslation } = props, branches = __rest(props, ['data-_gt']);
45
+ const locale = (0, useLocale_1.default)();
46
+ const defaultLocale = (0, useDefaultLocale_1.default)();
47
47
  if (typeof n !== 'number')
48
48
  throw new Error((0, createMessages_1.createPluralMissingError)(children));
49
- var branch = (0, internal_1.getPluralBranch)(n, [locale, defaultLocale], branches) || children;
49
+ const branch = (0, internal_1.getPluralBranch)(n, [locale, defaultLocale], branches) || children;
50
50
  return ((0, jsx_runtime_1.jsx)("span", { "data-_gt": generaltranslation, "data-_gt-n": n, style: { display: 'contents' }, children: branch }));
51
51
  }
52
52
  Plural.gtTransformation = "plural";
@@ -1 +1 @@
1
- {"version":3,"file":"Plural.js","sourceRoot":"","sources":["../../../src/branches/plurals/Plural.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AACA,2CAAiD;AACjD,oEAA8C;AAC9C,kFAA4D;AAC5D,gEAAyE;AAEzE;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAS,MAAM,CAAC,EAMf;IALG,IAAA,QAAQ,cAAA,EAAE,CAAC,OAAA,EAAK,KAAK,cADT,iBAEf,CADwB;IAMb,IAAY,kBAAkB,GAAkB,KAAK,YAAvB,EAAK,QAAQ,UAAK,KAAK,EAAvD,YAA+C,CAAF,CAAW;IAC9D,IAAM,MAAM,GAAG,IAAA,mBAAS,GAAE,CAAC;IAC3B,IAAM,aAAa,GAAG,IAAA,0BAAgB,GAAE,CAAC;IACzC,IAAI,OAAO,CAAC,KAAK,QAAQ;QACrB,MAAM,IAAI,KAAK,CAAC,IAAA,yCAAwB,EAAC,QAAQ,CAAC,CAAC,CAAC;IACxD,IAAM,MAAM,GAAG,IAAA,0BAAe,EAAC,CAAC,EAAE,CAAC,MAAM,EAAE,aAAa,CAAC,EAAE,QAAQ,CAAC,IAAI,QAAQ,CAAC;IACjF,OAAO,CACH,6CACc,kBAAkB,gBAChB,CAAC,EACb,KAAK,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE,YAE7B,MAAM,GACJ,CACV,CAAC;AACN,CAAC;AAED,MAAM,CAAC,gBAAgB,GAAG,QAAQ,CAAC;AAEnC,kBAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"Plural.js","sourceRoot":"","sources":["../../../src/branches/plurals/Plural.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AACA,6CAAiD;AACjD,sEAA8C;AAC9C,oFAA4D;AAC5D,kEAAyE;AAEzE;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAS,MAAM,CAAC,EAMf;QANe,EACZ,QAAQ,EAAE,CAAC,OAKd,EALmB,KAAK,cADT,iBAEf,CADwB;IAMrB,MAAM,EAAE,UAAU,EAAE,kBAAkB,KAAkB,KAAK,EAAlB,QAAQ,UAAK,KAAK,EAAvD,YAA+C,CAAQ,CAAC;IAC9D,MAAM,MAAM,GAAG,IAAA,mBAAS,GAAE,CAAC;IAC3B,MAAM,aAAa,GAAG,IAAA,0BAAgB,GAAE,CAAC;IACzC,IAAI,OAAO,CAAC,KAAK,QAAQ;QACrB,MAAM,IAAI,KAAK,CAAC,IAAA,yCAAwB,EAAC,QAAQ,CAAC,CAAC,CAAC;IACxD,MAAM,MAAM,GAAG,IAAA,0BAAe,EAAC,CAAC,EAAE,CAAC,MAAM,EAAE,aAAa,CAAC,EAAE,QAAQ,CAAC,IAAI,QAAQ,CAAC;IACjF,OAAO,CACH,6CACc,kBAAkB,gBAChB,CAAC,EACb,KAAK,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE,YAE7B,MAAM,GACJ,CACV,CAAC;AACN,CAAC;AAED,MAAM,CAAC,gBAAgB,GAAG,QAAQ,CAAC;AAEnC,kBAAe,MAAM,CAAC"}
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.default = getPluralBranch;
4
- var internal_1 = require("generaltranslation/internal");
4
+ const internal_1 = require("generaltranslation/internal");
5
5
  /**
6
6
  * Main function to get the appropriate branch based on the provided number and branches.
7
7
  *
@@ -10,8 +10,8 @@ var internal_1 = require("generaltranslation/internal");
10
10
  * @returns {any} The determined branch.
11
11
  */
12
12
  function getPluralBranch(n, locales, branches) {
13
- var branchName = "";
14
- var branch = null;
13
+ let branchName = "";
14
+ let branch = null;
15
15
  if (typeof n === "number" && !branch && branches)
16
16
  branchName = (0, internal_1.getPluralForm)(n, Object.keys(branches), locales);
17
17
  if (branchName && !branch)
@@ -1 +1 @@
1
- {"version":3,"file":"getPluralBranch.js","sourceRoot":"","sources":["../../../src/branches/plurals/getPluralBranch.ts"],"names":[],"mappings":";;AASA,kCAWC;AApBD,wDAA4D;AAE5D;;;;;;GAMG;AACH,SAAwB,eAAe,CACrC,CAAS,EACT,OAAiB,EACjB,QAA6B;IAE7B,IAAI,UAAU,GAAG,EAAE,CAAC;IACpB,IAAI,MAAM,GAAG,IAAI,CAAC;IAClB,IAAI,OAAO,CAAC,KAAK,QAAQ,IAAI,CAAC,MAAM,IAAI,QAAQ;QAC9C,UAAU,GAAG,IAAA,wBAAa,EAAC,CAAC,EAAE,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAQ,EAAE,OAAO,CAAC,CAAC;IACvE,IAAI,UAAU,IAAI,CAAC,MAAM;QAAE,MAAM,GAAG,QAAQ,CAAC,UAAU,CAAC,CAAC;IACzD,OAAO,MAAM,CAAC;AAChB,CAAC"}
1
+ {"version":3,"file":"getPluralBranch.js","sourceRoot":"","sources":["../../../src/branches/plurals/getPluralBranch.ts"],"names":[],"mappings":";;AASA,kCAWC;AApBD,0DAA4D;AAE5D;;;;;;GAMG;AACH,SAAwB,eAAe,CACrC,CAAS,EACT,OAAiB,EACjB,QAA6B;IAE7B,IAAI,UAAU,GAAG,EAAE,CAAC;IACpB,IAAI,MAAM,GAAG,IAAI,CAAC;IAClB,IAAI,OAAO,CAAC,KAAK,QAAQ,IAAI,CAAC,MAAM,IAAI,QAAQ;QAC9C,UAAU,GAAG,IAAA,wBAAa,EAAC,CAAC,EAAE,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAQ,EAAE,OAAO,CAAC,CAAC;IACvE,IAAI,UAAU,IAAI,CAAC,MAAM;QAAE,MAAM,GAAG,QAAQ,CAAC,UAAU,CAAC,CAAC;IACzD,OAAO,MAAM,CAAC;AAChB,CAAC"}
@@ -0,0 +1,19 @@
1
+ "use strict";var e=require("react"),t=require("generaltranslation"),r=require("@generaltranslation/supported-locales"),n=require("react/jsx-runtime");const i=e.createContext(void 0);function a(t="useGTContext() must be used within a <GTProvider>!"){const r=e.useContext(i);if(void 0===r)throw new Error(t);return r}var o="en-US",s=["singular","plural","dual","zero","one","two","few","many","other"];function c(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(n=Object.getOwnPropertySymbols(e);i<n.length;i++)t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(e,n[i])&&(r[n[i]]=e[n[i]])}return r}function l(e,t,r,n){return new(r||(r=Promise))((function(i,a){function o(e){try{c(n.next(e))}catch(e){a(e)}}function s(e){try{c(n.throw(e))}catch(e){a(e)}}function c(e){var t;e.done?i(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}c((n=n.apply(e,t||[])).next())}))}"function"==typeof SuppressedError&&SuppressedError;const u=(e,t)=>e?`Translation failed for id: ${e}, hash: ${t} `:`Translation failed for hash: ${t}`,d=(e,t)=>`t('${e}') finding no translation for dictionary item ${t} !`;function h(t){var{targetLocale:r,projectId:n,devApiKey:i,runtimeUrl:a,defaultLocale:o,renderSettings:s,setTranslations:d}=t,h=c(t,["targetLocale","projectId","devApiKey","runtimeUrl","defaultLocale","renderSettings","setTranslations"]);h=Object.assign(Object.assign({},h),{projectId:n,sourceLocale:o});const[f,p]=e.useState(0),v=!(!a||!n);if(!v)return{translationEnabled:v,translateContent:()=>Promise.reject(new Error("translateContent() failed because translation is disabled")),translateChildren:()=>Promise.reject(new Error("translateChildren() failed because translation is disabled"))};const y=e.useRef(new Map),g=e.useRef(new Map),b=e.useCallback((e=>{const t=`${e.metadata.id?`${e.metadata.id}-`:""}-${e.metadata.hash}-${e.targetLocale}`,r=g.current.get(t);if(r)return r;return new Promise(((r,n)=>{y.current.set(t,{type:"content",source:e.source,metadata:e.metadata,resolve:r,reject:n})})).catch((e=>{throw e})).finally((()=>{g.current.delete(t)}))}),[]),_=e.useCallback((e=>{const t=`${e.metadata.id?`${e.metadata.id}-`:""}-${e.metadata.hash}-${e.targetLocale}`,r=g.current.get(t);if(r)return r;return new Promise(((r,n)=>{y.current.set(t,{type:"jsx",source:e.source,metadata:e.metadata,resolve:r,reject:n})})).catch((e=>{throw e})).finally((()=>{g.current.delete(t)}))}),[]),m=e=>l(this,void 0,void 0,(function*(){if(0===y.current.size)return;p((e=>e+1));const t=Array.from(e.values()),o={};try{const e=t.reduce(((e,t)=>(e[t.metadata.id||t.metadata.hash]={[t.metadata.hash]:{state:"loading"}},e)),{});d((t=>Object.assign(Object.assign({},t||{}),e)));const c=(e,t,r)=>l(this,void 0,void 0,(function*(){const n=new AbortController,i=void 0===r?void 0:setTimeout((()=>n.abort()),r);try{return yield fetch(e,Object.assign(Object.assign({},t),{signal:n.signal}))}catch(e){if(console.error("timeout!"),e instanceof Error&&"AbortError"===e.name)throw new Error("Request timed out");throw e}finally{void 0!==i&&clearTimeout(i)}})),f=yield c(`${a}/v1/runtime/${n}/client`,{method:"POST",headers:Object.assign({"Content-Type":"application/json"},i&&{"x-gt-dev-api-key":i}),body:JSON.stringify({requests:t,targetLocale:r,metadata:h})},s.timeout);if(!f.ok)throw new Error(yield f.text());(yield f.json()).forEach(((e,r)=>{const n=t[r];if("translation"in e&&e.translation&&e.reference){const{translation:t,reference:{id:r,key:i}}=e;return r===n.metadata.id&&i===n.metadata.hash||(n.metadata.id?console.warn(((e,t,r,n)=>`Mismatching ids or hashes! Expected id: ${e}, hash: ${t}, but got id: ${r}, hash: ${n}. We will still render your translation, but make sure to update to the newest version: www.generaltranslation.com/docs`)(n.metadata.id,n.metadata.hash,r,i)):console.warn(`Mismatching hashes! Expected hash: ${n.metadata.hash}, but got hash: ${i}. We will still render your translation, but make sure to update to the newest version: www.generaltranslation.com/docs`)),void(o[n.metadata.id||n.metadata.hash]={[n.metadata.hash]:{state:"success",target:t}})}if(void 0!==e.error&&null!==e.error&&void 0!==e.code&&null!==e.code)return console.error(u(n.metadata.id,n.metadata.hash),e.error),void(o[n.metadata.id||n.metadata.hash]={[n.metadata.hash]:{state:"error",error:e.error,code:e.code}});console.error(u(n.metadata.id,n.metadata.hash),e),o[n.metadata.id||n.metadata.hash]={[n.metadata.hash]:{state:"error",error:"An error occurred.",code:500}}}))}catch(e){console.error("Error fetching batched translations:",e),t.forEach((e=>{o[e.metadata.id||e.metadata.hash]={[e.metadata.hash]:{state:"error",error:"An error occurred.",code:500}}}))}finally{d((e=>Object.assign(Object.assign({},e||{}),o))),p((e=>e-1)),t.forEach((e=>e.resolve()))}}));return setInterval((()=>{if(y.current.size>0&&f<100){const e=Math.min(25,y.current.size),t=new Map(Array.from(y.current.entries()).slice(0,e));m(t),t.forEach(((e,t)=>y.current.delete(t)))}}),50),{translateContent:b,translateChildren:_,translationEnabled:v}}function f(){return a("useLocale(): Unable to access user's locale outside of a <GTProvider>").locale}function p(){return a("useDefaultLocale(): Unable to access default locale outside of a <GTProvider>").defaultLocale}function v({children:e,value:r,name:i,locales:a,options:o={}}){const s=[f(),p()];a||(a=s);let c=void 0!==e?e:r;c="string"==typeof c?parseFloat(c):c;let l=c;return"number"==typeof c&&(l=t.formatNum({value:c,locales:a,options:o})),n.jsx("span",{"data-_gt-variable-name":i,"data-_gt-variable-type":"number","data-_gt-variable-options":JSON.stringify(o),style:{display:"contents"},suppressHydrationWarning:!0,children:l})}function y({children:e,name:t,value:r}){let i=void 0!==e?e:r;return n.jsx("span",{"data-_gt-variable-name":t,"data-_gt-variable-type":"variable",style:{display:"contents"},children:i})}function g({children:e,value:r,name:i,currency:a="USD",locales:o,options:s={}}){const c=[f(),p()];o||(o=c);let l=void 0!==e&&void 0===r?e:r;return l="string"==typeof l?parseFloat(l):l,"number"==typeof l&&(l=t.formatCurrency({value:l,locales:o,currency:a,options:s})),n.jsx("span",{"data-_gt-variable-name":i,"data-_gt-variable-type":"currency","data-_gt-variable-options":JSON.stringify(Object.assign({style:"currency",currency:a},s)),style:{display:"contents"},suppressHydrationWarning:!0,children:l})}function b({children:e,value:r,name:i,locales:a,options:o={}}){const s=[f(),p()];let c,l;a||(a=s);let u=void 0!==e&&void 0===r?e:r;return"number"==typeof u||"string"==typeof u?l=new Date(u):u instanceof Date&&(l=u),void 0!==l&&(c=t.formatDateTime({value:l,locales:a,options:o}).replace(/[\u200F\u202B\u202E]/g,"")),n.jsx("span",{"data-_gt-variable-name":i,"data-_gt-variable-type":"date","data-_gt-variable-options":JSON.stringify(o),style:{display:"contents"},suppressHydrationWarning:!0,children:c})}function _({variableType:e,variableName:t,variableValue:r,variableOptions:i,locales:a}){return"number"===e?n.jsx(v,{name:t,value:r,options:i}):"datetime"===e?n.jsx(b,{name:t,value:r,options:i}):"currency"===e?n.jsx(g,{name:t,value:r,options:i}):n.jsx(y,{name:t,value:r})}v.gtTransformation="variable-number",y.gtTransformation="variable-variable",g.gtTransformation="variable-currency",b.gtTransformation="variable-datetime";class m extends Error{constructor(e,t){super(e),this.error=e,this.code=t,this.code=t}toTranslationError(){return{state:"error",error:this.error,code:this.code}}}function x(e){if(Array.isArray(e)){if(1===e.length)return{entry:e[0]};if(2===e.length)return{entry:e[0],metadata:e[1]}}return{entry:e}}function w(e){return e&&e.props&&e.props["data-_gt"]?e.props["data-_gt"]:null}const B={variable:"value",number:"n",datetime:"date",currency:"cost"};function k(e="variable"){return B[e]||"variable"}const S="_gt_";function O(e={},t){var r;if(e.name)return e.name;if(e["data-_gt-variable-name"])return e["data-_gt-variable-name"];return`${S}${B[t]||"value"}_${null===(r=e["data-_gt"])||void 0===r?void 0:r.id}`}function A(e){var t;const r=(null===(t=e["data-_gt"])||void 0===t?void 0:t.variableType)||"variable";return{variableType:r,variableName:O(e,r),variableValue:void 0!==e.value?e.value:void 0!==e["data-_gt-unformatted-value"]?e["data-_gt-unformatted-value"]:void 0!==e.children?e.children:void 0,variableOptions:(()=>{const t=Object.assign(Object.assign({},e.currency&&{currency:e.currency}),e.options&&Object.assign({},e.options));return Object.keys(t).length?t:"string"==typeof e["data-_gt-variable-options"]?JSON.parse(e["data-_gt-variable-options"]):e["data-_gt-variable-options"]||void 0})()}}function j(e,t,r){let n="",i=null;return"number"==typeof e&&!i&&r&&(n=function(e,t,r){void 0===t&&(t=s),void 0===r&&(r=[o]);var n=new Intl.PluralRules(r).select(e),i=Math.abs(e);if(0===i&&t.includes("zero"))return"zero";if(1===i){if(t.includes("singular"))return"singular";if(t.includes("one"))return"one"}if("one"===n&&t.includes("singular"))return"singular";if(2===i){if(t.includes("dual"))return"dual";if(t.includes("two"))return"two"}return"two"===n&&t.includes("dual")?"dual":t.includes(n)?n:"two"===n&&t.includes("dual")?"dual":"two"===n&&t.includes("plural")?"plural":"two"===n&&t.includes("other")?"other":"few"===n&&t.includes("plural")?"plural":"few"===n&&t.includes("other")?"other":"many"===n&&t.includes("plural")?"plural":"many"===n&&t.includes("other")?"other":"other"===n&&t.includes("plural")?"plural":""}(e,Object.keys(r),t)),n&&!i&&(i=r[n]),i}function E({children:t,variables:r={},variablesOptions:n={},defaultLocale:i=o,renderVariable:a}){const s=t=>e.isValidElement(t)?(t=>{const o=w(t);if("variable"===(null==o?void 0:o.transformation)){let{variableName:e,variableType:o,variableValue:s,variableOptions:c}=A(t.props);return s=(()=>{if(void 0!==r[e])return r[e];if(void 0!==s)return s;if(e.startsWith(S)){const e=k(o);if(void 0!==r[e])return r[e]}})(),c=Object.assign(Object.assign({},n[e]),c),a({variableName:e,variableType:o,variableValue:s,variableOptions:c,locales:[i]})}if("plural"===(null==o?void 0:o.transformation)){const e="number"==typeof r.n?r.n:"number"==typeof t.props.n?t.props.n:t.props["data-_gt-n"];"number"==typeof e&&void 0===r.n&&(r.n=e);const n=o.branches||{};return l(j(e,[i],n)||t.props.children)}if("branch"===(null==o?void 0:o.transformation)){let e=t.props,{children:n,name:i,branch:a,"data-_gt":s}=e,u=c(e,["children","name","branch","data-_gt"]);return i=i||t.props["data-_gt-name"]||"branch",a=r[i]||a||t.props["data-_gt-branch-name"],u=o.branches||{},l(void 0!==u[a]?u[a]:n)}return t.props.children?e.cloneElement(t,Object.assign(Object.assign({},t.props),{"data-_gt":void 0,children:l(t.props.children)})):e.cloneElement(t,Object.assign(Object.assign({},t.props),{"data-_gt":void 0}))})(t):t,l=t=>Array.isArray(t)?e.Children.map(t,s):s(t);return l(t)}function C(e){const t=e;if(t&&"object"==typeof t&&"string"==typeof t.key){const e=Object.keys(t);if(1===e.length)return!0;if(2===e.length){if("number"==typeof t.id)return!0;if("string"==typeof t.variable)return!0}if(3===e.length&&"string"==typeof t.variable&&"number"==typeof t.id)return!0}return!1}function H({sourceElement:t,targetElement:r,variables:n={},variablesOptions:i={},locales:a=[o],renderVariable:s}){var c;const{props:l}=t,u=l["data-_gt"],d=null==u?void 0:u.transformation;if("plural"===d){const e="number"==typeof n.n?n.n:"number"==typeof t.props.n?t.props.n:t.props["data-_gt-n"],o=j(e,a,u.branches||{})||t.props.children,c=j(e,a,r.props["data-_gt"].branches||{})||r.props.children;return"number"==typeof e&&void 0===n.n&&(n.n=e),z({source:o,target:c,variables:n,variablesOptions:i,locales:a,renderVariable:s})}if("branch"===d){let{name:e,branch:o,children:c}=l;e=e||t.props["data-_gt-name"]||"branch",o=n[e]||o||t.props["data-_gt-branch-name"];return z({source:(u.branches||{})[o]||c,target:(r.props["data-_gt"].branches||{})[o]||r.props.children,variables:n,variablesOptions:i,locales:a,renderVariable:s})}return(null==l?void 0:l.children)&&(null===(c=r.props)||void 0===c?void 0:c.children)?e.cloneElement(t,Object.assign(Object.assign({},l),{"data-_gt":void 0,children:z({source:l.children,target:r.props.children,variables:n,variablesOptions:i,locales:a,renderVariable:s})})):E({children:t,variables:n,variablesOptions:i,defaultLocale:a[0],renderVariable:s})}function z({source:t,target:r,variables:i={},variablesOptions:a={},locales:s=[o],renderVariable:c}){if(null==r&&t)return E({children:t,variables:i,variablesOptions:a,defaultLocale:s[0],renderVariable:c});if("string"==typeof r)return r;if(Array.isArray(r)&&!Array.isArray(t)&&t&&(t=[t]),Array.isArray(t)&&Array.isArray(r)){const o=t.filter((t=>{if(e.isValidElement(t)){const e=w(t);if(A(t.props),"variable"!==(null==e?void 0:e.transformation))return!0;{let{variableName:e,variableValue:r,variableOptions:n,variableType:o}=A(t.props);void 0===i[e]&&(i[e]=r);const s=k(o);void 0===i[s]&&(i[s]=r),a[e]=Object.assign(Object.assign({},a[e]),n)}}})),l=e=>o.find((t=>{var r,n;const i=w(t);if(void 0!==(null==i?void 0:i.id)){return i.id===(null===(n=null===(r=null==e?void 0:e.props)||void 0===r?void 0:r["data-_gt"])||void 0===n?void 0:n.id)}return!1}));return r.map(((t,r)=>{if("string"==typeof t)return n.jsx(e.Fragment,{children:t},`string_${r}`);if(C(t)){const o=t.key,l=t.variable||"variable",u=(()=>{if(void 0!==i[t.key])return i[t.key];if(o.startsWith(S)){const e=k(l);if(void 0!==i[e])return i[e]}})();return n.jsx(e.Fragment,{children:c({variableType:l,variableName:o,variableValue:u,variableOptions:a[t.key],locales:s})},`var_${r}`)}const o=l(t);return o?n.jsx(e.Fragment,{children:H({sourceElement:o,targetElement:t,variables:i,variablesOptions:a,locales:s,renderVariable:c})},`element_${r}`):void 0}))}if(r&&"object"==typeof r&&!Array.isArray(r)){const n=C(r)?"variable":"element";if(e.isValidElement(t)){if("element"===n)return H({sourceElement:t,targetElement:r,variables:i,variablesOptions:a,locales:s,renderVariable:c});const e=w(t);if("variable"===(null==e?void 0:e.transformation)){let{variableName:e,variableValue:r,variableOptions:n}=A(t.props);void 0===i[e]&&(i[e]=r),a[e]=Object.assign(Object.assign({},a[e]),n)}}if("variable"===n){const e=r,t=e.key,n=e.variable||"variable",o=(()=>{if(void 0!==i[e.key])return i[e.key];if(t.startsWith(S)){const e=k(n);if(void 0!==i[e])return i[e]}})();return c({variableType:n,variableName:t,variableValue:o,variableOptions:a[e.key]||{},locales:s})}}return E({children:t,variables:i,variablesOptions:a,defaultLocale:s[0],renderVariable:c})}function T(t){if(e.isValidElement(t)&&t.type===e.Fragment){const r=t.props;return!r.children||0===e.Children.count(r.children)}return!1}function R(e){var{children:t,name:r="branch",branch:i}=e,a=c(e,["children","name","branch"]);const{"data-_gt":o}=a,s=c(a,["data-_gt"]),l=i&&void 0!==s[i]?s[i]:t;return n.jsx("span",{"data-_gt":o,"data-_gt-branch-name":i,"data-_gt-name":r||"branch",style:{display:"contents"},children:l})}function P(t,r=0){let i=r;const a=e=>{const{type:t,props:r}=e;i+=1;let n,a={id:i};try{n="function"==typeof t&&t.gtTransformation||""}catch(e){n=""}if(n){const t=n.split("-");if("translate"===t[0])throw new Error((e=>{var t;return`General Translation: Nested <T> components. The inner <T> has the id: "${null===(t=null==e?void 0:e.props)||void 0===t?void 0:t.id}".`})(e));if("variable"===t[0]&&(a.variableType=(null==t?void 0:t[1])||"variable"),"plural"===t[0]){const e=Object.entries(r).reduce(((e,[t,r])=>{var n;return n=t,s.includes(n)&&(e[t]=P(r,i)),e}),{});Object.keys(e).length&&(a.branches=e)}if("branch"===t[0]){const e=c(r,["children","branch"]),t=Object.entries(e).reduce(((e,[t,r])=>(e[t]=P(r,i),e)),{});Object.keys(t).length&&(a.branches=t)}a.transformation=t[0]}return a};function o(t){return e.isValidElement(t)?function(t){const{props:r}=t;if(r["data-_gt"])throw new Error((e=>`General Translation already in use on child with props: ${e.props}. This usually occurs when you nest <T> components within the same file. Remove one of the <T> components to continue.`)(t));let i=a(t),o=Object.assign(Object.assign({},r),{"data-_gt":i});if(r.children&&!i.variableType&&(o.children=l(r.children)),t.type===e.Fragment)return n.jsx("span",Object.assign({style:{all:"unset",display:"contents"}},o));return e.cloneElement(t,o)}(t):t}function l(t){return Array.isArray(t)?e.Children.map(t,o):o(t)}return l(t)}R.gtTransformation="branch";const D=e=>{var t;if(!e)return"";const{type:r,props:n}=e;if(r&&"function"==typeof r){if("displayName"in r&&"string"==typeof r.displayName&&r.displayName)return r.displayName;if("name"in r&&"string"==typeof r.name&&r.name)return r.name}return r&&"string"==typeof r?r:n.href?"a":(null===(t=n["data-_gt"])||void 0===t?void 0:t.id)?`C${n["data-_gt"].id}`:"function"},M=t=>{return r=t,e.isValidElement(r)?(e=>{const{type:t,props:r}=e;let n={type:D(e),props:{}};if(r["data-_gt"]){const e=r["data-_gt"];let t=Object.assign({},e);const i=e.transformation;if("variable"===i){const t=e.variableType||"variable";return{variable:t,key:O(r,t),id:e.id}}if("plural"===i&&e.branches){n.type="Plural";let r={};Object.entries(e.branches).forEach((([e,t])=>{r[e]=F(t)})),t=Object.assign(Object.assign({},t),{branches:r})}if("branch"===i&&e.branches){n.type="Branch";let r={};Object.entries(e.branches).forEach((([e,t])=>{r[e]=F(t)})),t=Object.assign(Object.assign({},t),{branches:r})}n.props["data-_gt"]=t}return r.children&&(n.props.children=F(r.children)),n})(t):"number"==typeof t?t.toString():t;var r};function F(e){return Array.isArray(e)?e.map(M):M(e)}function L(e){var{children:t,n:r}=e,i=c(e,["children","n"]);const{"data-_gt":a}=i,o=c(i,["data-_gt"]),s=f(),l=p();if("number"!=typeof r)throw new Error((e=>`<Plural> component with children "${e}" requires "n" option.`)(t));const u=j(r,[s,l],o)||t;return n.jsx("span",{"data-_gt":a,"data-_gt-n":r,style:{display:"contents"},children:u})}Object.assign({method:"default"},function(){const e="undefined"!=typeof process?process.env.NODE_ENV:"";return!("development"===e||"test"===e)}()?{timeout:8e3}:{}),L.gtTransformation="plural";var $,N,V="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function W(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function I(e){if(e.__esModule)return e;var t=e.default;if("function"==typeof t){var r=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};r.prototype=t.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(e).forEach((function(t){var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:function(){return e[t]}})})),r}var U=(N||(N=1,$=function(e,t){t||(t={}),"function"==typeof t&&(t={cmp:t});var r,n="boolean"==typeof t.cycles&&t.cycles,i=t.cmp&&(r=t.cmp,function(e){return function(t,n){var i={key:t,value:e[t]},a={key:n,value:e[n]};return r(i,a)}}),a=[];return function e(t){if(t&&t.toJSON&&"function"==typeof t.toJSON&&(t=t.toJSON()),void 0!==t){if("number"==typeof t)return isFinite(t)?""+t:"null";if("object"!=typeof t)return JSON.stringify(t);var r,o;if(Array.isArray(t)){for(o="[",r=0;r<t.length;r++)r&&(o+=","),o+=e(t[r])||"null";return o+"]"}if(null===t)return"null";if(-1!==a.indexOf(t)){if(n)return JSON.stringify("__cycle__");throw new TypeError("Converting circular structure to JSON")}var s=a.push(t)-1,c=Object.keys(t).sort(i&&i(t));for(o="",r=0;r<c.length;r++){var l=c[r],u=e(t[l]);u&&(o&&(o+=","),o+=JSON.stringify(l)+":"+u)}return a.splice(s,1),"{"+o+"}"}}(e)}),$),K=W(U),q={exports:{}};var X,G={exports:{}},J=I(Object.freeze({__proto__:null,default:{}}));function Z(){return X||(X=1,G.exports=(e=e||function(e,t){var r;if("undefined"!=typeof window&&window.crypto&&(r=window.crypto),"undefined"!=typeof self&&self.crypto&&(r=self.crypto),"undefined"!=typeof globalThis&&globalThis.crypto&&(r=globalThis.crypto),!r&&"undefined"!=typeof window&&window.msCrypto&&(r=window.msCrypto),!r&&void 0!==V&&V.crypto&&(r=V.crypto),!r)try{r=J}catch(e){}var n=function(){if(r){if("function"==typeof r.getRandomValues)try{return r.getRandomValues(new Uint32Array(1))[0]}catch(e){}if("function"==typeof r.randomBytes)try{return r.randomBytes(4).readInt32LE()}catch(e){}}throw new Error("Native crypto module could not be used to get secure random number.")},i=Object.create||function(){function e(){}return function(t){var r;return e.prototype=t,r=new e,e.prototype=null,r}}(),a={},o=a.lib={},s=o.Base={extend:function(e){var t=i(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}},c=o.WordArray=s.extend({init:function(e,r){e=this.words=e||[],this.sigBytes=r!=t?r:4*e.length},toString:function(e){return(e||u).stringify(this)},concat:function(e){var t=this.words,r=e.words,n=this.sigBytes,i=e.sigBytes;if(this.clamp(),n%4)for(var a=0;a<i;a++){var o=r[a>>>2]>>>24-a%4*8&255;t[n+a>>>2]|=o<<24-(n+a)%4*8}else for(var s=0;s<i;s+=4)t[n+s>>>2]=r[s>>>2];return this.sigBytes+=i,this},clamp:function(){var t=this.words,r=this.sigBytes;t[r>>>2]&=4294967295<<32-r%4*8,t.length=e.ceil(r/4)},clone:function(){var e=s.clone.call(this);return e.words=this.words.slice(0),e},random:function(e){for(var t=[],r=0;r<e;r+=4)t.push(n());return new c.init(t,e)}}),l=a.enc={},u=l.Hex={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],i=0;i<r;i++){var a=t[i>>>2]>>>24-i%4*8&255;n.push((a>>>4).toString(16)),n.push((15&a).toString(16))}return n.join("")},parse:function(e){for(var t=e.length,r=[],n=0;n<t;n+=2)r[n>>>3]|=parseInt(e.substr(n,2),16)<<24-n%8*4;return new c.init(r,t/2)}},d=l.Latin1={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],i=0;i<r;i++){var a=t[i>>>2]>>>24-i%4*8&255;n.push(String.fromCharCode(a))}return n.join("")},parse:function(e){for(var t=e.length,r=[],n=0;n<t;n++)r[n>>>2]|=(255&e.charCodeAt(n))<<24-n%4*8;return new c.init(r,t)}},h=l.Utf8={stringify:function(e){try{return decodeURIComponent(escape(d.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return d.parse(unescape(encodeURIComponent(e)))}},f=o.BufferedBlockAlgorithm=s.extend({reset:function(){this._data=new c.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=h.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var r,n=this._data,i=n.words,a=n.sigBytes,o=this.blockSize,s=a/(4*o),l=(s=t?e.ceil(s):e.max((0|s)-this._minBufferSize,0))*o,u=e.min(4*l,a);if(l){for(var d=0;d<l;d+=o)this._doProcessBlock(i,d);r=i.splice(0,l),n.sigBytes-=u}return new c.init(r,u)},clone:function(){var e=s.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0});o.Hasher=f.extend({cfg:s.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){f.reset.call(this),this._doReset()},update:function(e){return this._append(e),this._process(),this},finalize:function(e){return e&&this._append(e),this._doFinalize()},blockSize:16,_createHelper:function(e){return function(t,r){return new e.init(r).finalize(t)}},_createHmacHelper:function(e){return function(t,r){return new p.HMAC.init(e,r).finalize(t)}}});var p=a.algo={};return a}(Math),e)),G.exports;var e}var Y,Q={exports:{}};function ee(){return Y||(Y=1,Q.exports=(o=Z(),r=(t=o).lib,n=r.Base,i=r.WordArray,(a=t.x64={}).Word=n.extend({init:function(e,t){this.high=e,this.low=t}}),a.WordArray=n.extend({init:function(t,r){t=this.words=t||[],this.sigBytes=r!=e?r:8*t.length},toX32:function(){for(var e=this.words,t=e.length,r=[],n=0;n<t;n++){var a=e[n];r.push(a.high),r.push(a.low)}return i.create(r,this.sigBytes)},clone:function(){for(var e=n.clone.call(this),t=e.words=this.words.slice(0),r=t.length,i=0;i<r;i++)t[i]=t[i].clone();return e}}),o)),Q.exports;var e,t,r,n,i,a,o}var te,re={exports:{}};function ne(){return te||(te=1,re.exports=(e=Z(),function(){if("function"==typeof ArrayBuffer){var t=e.lib.WordArray,r=t.init,n=t.init=function(e){if(e instanceof ArrayBuffer&&(e=new Uint8Array(e)),(e instanceof Int8Array||"undefined"!=typeof Uint8ClampedArray&&e instanceof Uint8ClampedArray||e instanceof Int16Array||e instanceof Uint16Array||e instanceof Int32Array||e instanceof Uint32Array||e instanceof Float32Array||e instanceof Float64Array)&&(e=new Uint8Array(e.buffer,e.byteOffset,e.byteLength)),e instanceof Uint8Array){for(var t=e.byteLength,n=[],i=0;i<t;i++)n[i>>>2]|=e[i]<<24-i%4*8;r.call(this,n,t)}else r.apply(this,arguments)};n.prototype=t}}(),e.lib.WordArray)),re.exports;var e}var ie,ae={exports:{}};function oe(){return ie||(ie=1,ae.exports=(e=Z(),function(){var t=e,r=t.lib.WordArray,n=t.enc;function i(e){return e<<8&4278255360|e>>>8&16711935}n.Utf16=n.Utf16BE={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],i=0;i<r;i+=2){var a=t[i>>>2]>>>16-i%4*8&65535;n.push(String.fromCharCode(a))}return n.join("")},parse:function(e){for(var t=e.length,n=[],i=0;i<t;i++)n[i>>>1]|=e.charCodeAt(i)<<16-i%2*16;return r.create(n,2*t)}},n.Utf16LE={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],a=0;a<r;a+=2){var o=i(t[a>>>2]>>>16-a%4*8&65535);n.push(String.fromCharCode(o))}return n.join("")},parse:function(e){for(var t=e.length,n=[],a=0;a<t;a++)n[a>>>1]|=i(e.charCodeAt(a)<<16-a%2*16);return r.create(n,2*t)}}}(),e.enc.Utf16)),ae.exports;var e}var se,ce={exports:{}};function le(){return se||(se=1,ce.exports=(e=Z(),function(){var t=e,r=t.lib.WordArray;function n(e,t,n){for(var i=[],a=0,o=0;o<t;o++)if(o%4){var s=n[e.charCodeAt(o-1)]<<o%4*2|n[e.charCodeAt(o)]>>>6-o%4*2;i[a>>>2]|=s<<24-a%4*8,a++}return r.create(i,a)}t.enc.Base64={stringify:function(e){var t=e.words,r=e.sigBytes,n=this._map;e.clamp();for(var i=[],a=0;a<r;a+=3)for(var o=(t[a>>>2]>>>24-a%4*8&255)<<16|(t[a+1>>>2]>>>24-(a+1)%4*8&255)<<8|t[a+2>>>2]>>>24-(a+2)%4*8&255,s=0;s<4&&a+.75*s<r;s++)i.push(n.charAt(o>>>6*(3-s)&63));var c=n.charAt(64);if(c)for(;i.length%4;)i.push(c);return i.join("")},parse:function(e){var t=e.length,r=this._map,i=this._reverseMap;if(!i){i=this._reverseMap=[];for(var a=0;a<r.length;a++)i[r.charCodeAt(a)]=a}var o=r.charAt(64);if(o){var s=e.indexOf(o);-1!==s&&(t=s)}return n(e,t,i)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),e.enc.Base64)),ce.exports;var e}var ue,de={exports:{}};function he(){return ue||(ue=1,de.exports=(e=Z(),function(){var t=e,r=t.lib.WordArray;function n(e,t,n){for(var i=[],a=0,o=0;o<t;o++)if(o%4){var s=n[e.charCodeAt(o-1)]<<o%4*2|n[e.charCodeAt(o)]>>>6-o%4*2;i[a>>>2]|=s<<24-a%4*8,a++}return r.create(i,a)}t.enc.Base64url={stringify:function(e,t){void 0===t&&(t=!0);var r=e.words,n=e.sigBytes,i=t?this._safe_map:this._map;e.clamp();for(var a=[],o=0;o<n;o+=3)for(var s=(r[o>>>2]>>>24-o%4*8&255)<<16|(r[o+1>>>2]>>>24-(o+1)%4*8&255)<<8|r[o+2>>>2]>>>24-(o+2)%4*8&255,c=0;c<4&&o+.75*c<n;c++)a.push(i.charAt(s>>>6*(3-c)&63));var l=i.charAt(64);if(l)for(;a.length%4;)a.push(l);return a.join("")},parse:function(e,t){void 0===t&&(t=!0);var r=e.length,i=t?this._safe_map:this._map,a=this._reverseMap;if(!a){a=this._reverseMap=[];for(var o=0;o<i.length;o++)a[i.charCodeAt(o)]=o}var s=i.charAt(64);if(s){var c=e.indexOf(s);-1!==c&&(r=c)}return n(e,r,a)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"}}(),e.enc.Base64url)),de.exports;var e}var fe,pe={exports:{}};function ve(){return fe||(fe=1,pe.exports=(e=Z(),function(t){var r=e,n=r.lib,i=n.WordArray,a=n.Hasher,o=r.algo,s=[];!function(){for(var e=0;e<64;e++)s[e]=4294967296*t.abs(t.sin(e+1))|0}();var c=o.MD5=a.extend({_doReset:function(){this._hash=new i.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(e,t){for(var r=0;r<16;r++){var n=t+r,i=e[n];e[n]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8)}var a=this._hash.words,o=e[t+0],c=e[t+1],f=e[t+2],p=e[t+3],v=e[t+4],y=e[t+5],g=e[t+6],b=e[t+7],_=e[t+8],m=e[t+9],x=e[t+10],w=e[t+11],B=e[t+12],k=e[t+13],S=e[t+14],O=e[t+15],A=a[0],j=a[1],E=a[2],C=a[3];A=l(A,j,E,C,o,7,s[0]),C=l(C,A,j,E,c,12,s[1]),E=l(E,C,A,j,f,17,s[2]),j=l(j,E,C,A,p,22,s[3]),A=l(A,j,E,C,v,7,s[4]),C=l(C,A,j,E,y,12,s[5]),E=l(E,C,A,j,g,17,s[6]),j=l(j,E,C,A,b,22,s[7]),A=l(A,j,E,C,_,7,s[8]),C=l(C,A,j,E,m,12,s[9]),E=l(E,C,A,j,x,17,s[10]),j=l(j,E,C,A,w,22,s[11]),A=l(A,j,E,C,B,7,s[12]),C=l(C,A,j,E,k,12,s[13]),E=l(E,C,A,j,S,17,s[14]),A=u(A,j=l(j,E,C,A,O,22,s[15]),E,C,c,5,s[16]),C=u(C,A,j,E,g,9,s[17]),E=u(E,C,A,j,w,14,s[18]),j=u(j,E,C,A,o,20,s[19]),A=u(A,j,E,C,y,5,s[20]),C=u(C,A,j,E,x,9,s[21]),E=u(E,C,A,j,O,14,s[22]),j=u(j,E,C,A,v,20,s[23]),A=u(A,j,E,C,m,5,s[24]),C=u(C,A,j,E,S,9,s[25]),E=u(E,C,A,j,p,14,s[26]),j=u(j,E,C,A,_,20,s[27]),A=u(A,j,E,C,k,5,s[28]),C=u(C,A,j,E,f,9,s[29]),E=u(E,C,A,j,b,14,s[30]),A=d(A,j=u(j,E,C,A,B,20,s[31]),E,C,y,4,s[32]),C=d(C,A,j,E,_,11,s[33]),E=d(E,C,A,j,w,16,s[34]),j=d(j,E,C,A,S,23,s[35]),A=d(A,j,E,C,c,4,s[36]),C=d(C,A,j,E,v,11,s[37]),E=d(E,C,A,j,b,16,s[38]),j=d(j,E,C,A,x,23,s[39]),A=d(A,j,E,C,k,4,s[40]),C=d(C,A,j,E,o,11,s[41]),E=d(E,C,A,j,p,16,s[42]),j=d(j,E,C,A,g,23,s[43]),A=d(A,j,E,C,m,4,s[44]),C=d(C,A,j,E,B,11,s[45]),E=d(E,C,A,j,O,16,s[46]),A=h(A,j=d(j,E,C,A,f,23,s[47]),E,C,o,6,s[48]),C=h(C,A,j,E,b,10,s[49]),E=h(E,C,A,j,S,15,s[50]),j=h(j,E,C,A,y,21,s[51]),A=h(A,j,E,C,B,6,s[52]),C=h(C,A,j,E,p,10,s[53]),E=h(E,C,A,j,x,15,s[54]),j=h(j,E,C,A,c,21,s[55]),A=h(A,j,E,C,_,6,s[56]),C=h(C,A,j,E,O,10,s[57]),E=h(E,C,A,j,g,15,s[58]),j=h(j,E,C,A,k,21,s[59]),A=h(A,j,E,C,v,6,s[60]),C=h(C,A,j,E,w,10,s[61]),E=h(E,C,A,j,f,15,s[62]),j=h(j,E,C,A,m,21,s[63]),a[0]=a[0]+A|0,a[1]=a[1]+j|0,a[2]=a[2]+E|0,a[3]=a[3]+C|0},_doFinalize:function(){var e=this._data,r=e.words,n=8*this._nDataBytes,i=8*e.sigBytes;r[i>>>5]|=128<<24-i%32;var a=t.floor(n/4294967296),o=n;r[15+(i+64>>>9<<4)]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),r[14+(i+64>>>9<<4)]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),e.sigBytes=4*(r.length+1),this._process();for(var s=this._hash,c=s.words,l=0;l<4;l++){var u=c[l];c[l]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8)}return s},clone:function(){var e=a.clone.call(this);return e._hash=this._hash.clone(),e}});function l(e,t,r,n,i,a,o){var s=e+(t&r|~t&n)+i+o;return(s<<a|s>>>32-a)+t}function u(e,t,r,n,i,a,o){var s=e+(t&n|r&~n)+i+o;return(s<<a|s>>>32-a)+t}function d(e,t,r,n,i,a,o){var s=e+(t^r^n)+i+o;return(s<<a|s>>>32-a)+t}function h(e,t,r,n,i,a,o){var s=e+(r^(t|~n))+i+o;return(s<<a|s>>>32-a)+t}r.MD5=a._createHelper(c),r.HmacMD5=a._createHmacHelper(c)}(Math),e.MD5)),pe.exports;var e}var ye,ge={exports:{}};function be(){return ye||(ye=1,ge.exports=(s=Z(),t=(e=s).lib,r=t.WordArray,n=t.Hasher,i=e.algo,a=[],o=i.SHA1=n.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],i=r[1],o=r[2],s=r[3],c=r[4],l=0;l<80;l++){if(l<16)a[l]=0|e[t+l];else{var u=a[l-3]^a[l-8]^a[l-14]^a[l-16];a[l]=u<<1|u>>>31}var d=(n<<5|n>>>27)+c+a[l];d+=l<20?1518500249+(i&o|~i&s):l<40?1859775393+(i^o^s):l<60?(i&o|i&s|o&s)-1894007588:(i^o^s)-899497514,c=s,s=o,o=i<<30|i>>>2,i=n,n=d}r[0]=r[0]+n|0,r[1]=r[1]+i|0,r[2]=r[2]+o|0,r[3]=r[3]+s|0,r[4]=r[4]+c|0},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;return t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=Math.floor(r/4294967296),t[15+(n+64>>>9<<4)]=r,e.sigBytes=4*t.length,this._process(),this._hash},clone:function(){var e=n.clone.call(this);return e._hash=this._hash.clone(),e}}),e.SHA1=n._createHelper(o),e.HmacSHA1=n._createHmacHelper(o),s.SHA1)),ge.exports;var e,t,r,n,i,a,o,s}var _e,me={exports:{}};function xe(){return _e||(_e=1,me.exports=(e=Z(),function(t){var r=e,n=r.lib,i=n.WordArray,a=n.Hasher,o=r.algo,s=[],c=[];!function(){function e(e){for(var r=t.sqrt(e),n=2;n<=r;n++)if(!(e%n))return!1;return!0}function r(e){return 4294967296*(e-(0|e))|0}for(var n=2,i=0;i<64;)e(n)&&(i<8&&(s[i]=r(t.pow(n,.5))),c[i]=r(t.pow(n,1/3)),i++),n++}();var l=[],u=o.SHA256=a.extend({_doReset:function(){this._hash=new i.init(s.slice(0))},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],i=r[1],a=r[2],o=r[3],s=r[4],u=r[5],d=r[6],h=r[7],f=0;f<64;f++){if(f<16)l[f]=0|e[t+f];else{var p=l[f-15],v=(p<<25|p>>>7)^(p<<14|p>>>18)^p>>>3,y=l[f-2],g=(y<<15|y>>>17)^(y<<13|y>>>19)^y>>>10;l[f]=v+l[f-7]+g+l[f-16]}var b=n&i^n&a^i&a,_=(n<<30|n>>>2)^(n<<19|n>>>13)^(n<<10|n>>>22),m=h+((s<<26|s>>>6)^(s<<21|s>>>11)^(s<<7|s>>>25))+(s&u^~s&d)+c[f]+l[f];h=d,d=u,u=s,s=o+m|0,o=a,a=i,i=n,n=m+(_+b)|0}r[0]=r[0]+n|0,r[1]=r[1]+i|0,r[2]=r[2]+a|0,r[3]=r[3]+o|0,r[4]=r[4]+s|0,r[5]=r[5]+u|0,r[6]=r[6]+d|0,r[7]=r[7]+h|0},_doFinalize:function(){var e=this._data,r=e.words,n=8*this._nDataBytes,i=8*e.sigBytes;return r[i>>>5]|=128<<24-i%32,r[14+(i+64>>>9<<4)]=t.floor(n/4294967296),r[15+(i+64>>>9<<4)]=n,e.sigBytes=4*r.length,this._process(),this._hash},clone:function(){var e=a.clone.call(this);return e._hash=this._hash.clone(),e}});r.SHA256=a._createHelper(u),r.HmacSHA256=a._createHmacHelper(u)}(Math),e.SHA256)),me.exports;var e}var we,Be={exports:{}};var ke,Se={exports:{}};function Oe(){return ke||(ke=1,Se.exports=(e=Z(),ee(),function(){var t=e,r=t.lib.Hasher,n=t.x64,i=n.Word,a=n.WordArray,o=t.algo;function s(){return i.create.apply(i,arguments)}var c=[s(1116352408,3609767458),s(1899447441,602891725),s(3049323471,3964484399),s(3921009573,2173295548),s(961987163,4081628472),s(1508970993,3053834265),s(2453635748,2937671579),s(2870763221,3664609560),s(3624381080,2734883394),s(310598401,1164996542),s(607225278,1323610764),s(1426881987,3590304994),s(1925078388,4068182383),s(2162078206,991336113),s(2614888103,633803317),s(3248222580,3479774868),s(3835390401,2666613458),s(4022224774,944711139),s(264347078,2341262773),s(604807628,2007800933),s(770255983,1495990901),s(1249150122,1856431235),s(1555081692,3175218132),s(1996064986,2198950837),s(2554220882,3999719339),s(2821834349,766784016),s(2952996808,2566594879),s(3210313671,3203337956),s(3336571891,1034457026),s(3584528711,2466948901),s(113926993,3758326383),s(338241895,168717936),s(666307205,1188179964),s(773529912,1546045734),s(1294757372,1522805485),s(1396182291,2643833823),s(1695183700,2343527390),s(1986661051,1014477480),s(2177026350,1206759142),s(2456956037,344077627),s(2730485921,1290863460),s(2820302411,3158454273),s(3259730800,3505952657),s(3345764771,106217008),s(3516065817,3606008344),s(3600352804,1432725776),s(4094571909,1467031594),s(275423344,851169720),s(430227734,3100823752),s(506948616,1363258195),s(659060556,3750685593),s(883997877,3785050280),s(958139571,3318307427),s(1322822218,3812723403),s(1537002063,2003034995),s(1747873779,3602036899),s(1955562222,1575990012),s(2024104815,1125592928),s(2227730452,2716904306),s(2361852424,442776044),s(2428436474,593698344),s(2756734187,3733110249),s(3204031479,2999351573),s(3329325298,3815920427),s(3391569614,3928383900),s(3515267271,566280711),s(3940187606,3454069534),s(4118630271,4000239992),s(116418474,1914138554),s(174292421,2731055270),s(289380356,3203993006),s(460393269,320620315),s(685471733,587496836),s(852142971,1086792851),s(1017036298,365543100),s(1126000580,2618297676),s(1288033470,3409855158),s(1501505948,4234509866),s(1607167915,987167468),s(1816402316,1246189591)],l=[];!function(){for(var e=0;e<80;e++)l[e]=s()}();var u=o.SHA512=r.extend({_doReset:function(){this._hash=new a.init([new i.init(1779033703,4089235720),new i.init(3144134277,2227873595),new i.init(1013904242,4271175723),new i.init(2773480762,1595750129),new i.init(1359893119,2917565137),new i.init(2600822924,725511199),new i.init(528734635,4215389547),new i.init(1541459225,327033209)])},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],i=r[1],a=r[2],o=r[3],s=r[4],u=r[5],d=r[6],h=r[7],f=n.high,p=n.low,v=i.high,y=i.low,g=a.high,b=a.low,_=o.high,m=o.low,x=s.high,w=s.low,B=u.high,k=u.low,S=d.high,O=d.low,A=h.high,j=h.low,E=f,C=p,H=v,z=y,T=g,R=b,P=_,D=m,M=x,F=w,L=B,$=k,N=S,V=O,W=A,I=j,U=0;U<80;U++){var K,q,X=l[U];if(U<16)q=X.high=0|e[t+2*U],K=X.low=0|e[t+2*U+1];else{var G=l[U-15],J=G.high,Z=G.low,Y=(J>>>1|Z<<31)^(J>>>8|Z<<24)^J>>>7,Q=(Z>>>1|J<<31)^(Z>>>8|J<<24)^(Z>>>7|J<<25),ee=l[U-2],te=ee.high,re=ee.low,ne=(te>>>19|re<<13)^(te<<3|re>>>29)^te>>>6,ie=(re>>>19|te<<13)^(re<<3|te>>>29)^(re>>>6|te<<26),ae=l[U-7],oe=ae.high,se=ae.low,ce=l[U-16],le=ce.high,ue=ce.low;q=(q=(q=Y+oe+((K=Q+se)>>>0<Q>>>0?1:0))+ne+((K+=ie)>>>0<ie>>>0?1:0))+le+((K+=ue)>>>0<ue>>>0?1:0),X.high=q,X.low=K}var de,he=M&L^~M&N,fe=F&$^~F&V,pe=E&H^E&T^H&T,ve=C&z^C&R^z&R,ye=(E>>>28|C<<4)^(E<<30|C>>>2)^(E<<25|C>>>7),ge=(C>>>28|E<<4)^(C<<30|E>>>2)^(C<<25|E>>>7),be=(M>>>14|F<<18)^(M>>>18|F<<14)^(M<<23|F>>>9),_e=(F>>>14|M<<18)^(F>>>18|M<<14)^(F<<23|M>>>9),me=c[U],xe=me.high,we=me.low,Be=W+be+((de=I+_e)>>>0<I>>>0?1:0),ke=ge+ve;W=N,I=V,N=L,V=$,L=M,$=F,M=P+(Be=(Be=(Be=Be+he+((de+=fe)>>>0<fe>>>0?1:0))+xe+((de+=we)>>>0<we>>>0?1:0))+q+((de+=K)>>>0<K>>>0?1:0))+((F=D+de|0)>>>0<D>>>0?1:0)|0,P=T,D=R,T=H,R=z,H=E,z=C,E=Be+(ye+pe+(ke>>>0<ge>>>0?1:0))+((C=de+ke|0)>>>0<de>>>0?1:0)|0}p=n.low=p+C,n.high=f+E+(p>>>0<C>>>0?1:0),y=i.low=y+z,i.high=v+H+(y>>>0<z>>>0?1:0),b=a.low=b+R,a.high=g+T+(b>>>0<R>>>0?1:0),m=o.low=m+D,o.high=_+P+(m>>>0<D>>>0?1:0),w=s.low=w+F,s.high=x+M+(w>>>0<F>>>0?1:0),k=u.low=k+$,u.high=B+L+(k>>>0<$>>>0?1:0),O=d.low=O+V,d.high=S+N+(O>>>0<V>>>0?1:0),j=h.low=j+I,h.high=A+W+(j>>>0<I>>>0?1:0)},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;return t[n>>>5]|=128<<24-n%32,t[30+(n+128>>>10<<5)]=Math.floor(r/4294967296),t[31+(n+128>>>10<<5)]=r,e.sigBytes=4*t.length,this._process(),this._hash.toX32()},clone:function(){var e=r.clone.call(this);return e._hash=this._hash.clone(),e},blockSize:32});t.SHA512=r._createHelper(u),t.HmacSHA512=r._createHmacHelper(u)}(),e.SHA512)),Se.exports;var e}var Ae,je={exports:{}};var Ee,Ce={exports:{}};function He(){return Ee||(Ee=1,Ce.exports=(e=Z(),ee(),function(t){var r=e,n=r.lib,i=n.WordArray,a=n.Hasher,o=r.x64.Word,s=r.algo,c=[],l=[],u=[];!function(){for(var e=1,t=0,r=0;r<24;r++){c[e+5*t]=(r+1)*(r+2)/2%64;var n=(2*e+3*t)%5;e=t%5,t=n}for(e=0;e<5;e++)for(t=0;t<5;t++)l[e+5*t]=t+(2*e+3*t)%5*5;for(var i=1,a=0;a<24;a++){for(var s=0,d=0,h=0;h<7;h++){if(1&i){var f=(1<<h)-1;f<32?d^=1<<f:s^=1<<f-32}128&i?i=i<<1^113:i<<=1}u[a]=o.create(s,d)}}();var d=[];!function(){for(var e=0;e<25;e++)d[e]=o.create()}();var h=s.SHA3=a.extend({cfg:a.cfg.extend({outputLength:512}),_doReset:function(){for(var e=this._state=[],t=0;t<25;t++)e[t]=new o.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(e,t){for(var r=this._state,n=this.blockSize/2,i=0;i<n;i++){var a=e[t+2*i],o=e[t+2*i+1];a=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),o=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),(j=r[i]).high^=o,j.low^=a}for(var s=0;s<24;s++){for(var h=0;h<5;h++){for(var f=0,p=0,v=0;v<5;v++)f^=(j=r[h+5*v]).high,p^=j.low;var y=d[h];y.high=f,y.low=p}for(h=0;h<5;h++){var g=d[(h+4)%5],b=d[(h+1)%5],_=b.high,m=b.low;for(f=g.high^(_<<1|m>>>31),p=g.low^(m<<1|_>>>31),v=0;v<5;v++)(j=r[h+5*v]).high^=f,j.low^=p}for(var x=1;x<25;x++){var w=(j=r[x]).high,B=j.low,k=c[x];k<32?(f=w<<k|B>>>32-k,p=B<<k|w>>>32-k):(f=B<<k-32|w>>>64-k,p=w<<k-32|B>>>64-k);var S=d[l[x]];S.high=f,S.low=p}var O=d[0],A=r[0];for(O.high=A.high,O.low=A.low,h=0;h<5;h++)for(v=0;v<5;v++){var j=r[x=h+5*v],E=d[x],C=d[(h+1)%5+5*v],H=d[(h+2)%5+5*v];j.high=E.high^~C.high&H.high,j.low=E.low^~C.low&H.low}j=r[0];var z=u[s];j.high^=z.high,j.low^=z.low}},_doFinalize:function(){var e=this._data,r=e.words;this._nDataBytes;var n=8*e.sigBytes,a=32*this.blockSize;r[n>>>5]|=1<<24-n%32,r[(t.ceil((n+1)/a)*a>>>5)-1]|=128,e.sigBytes=4*r.length,this._process();for(var o=this._state,s=this.cfg.outputLength/8,c=s/8,l=[],u=0;u<c;u++){var d=o[u],h=d.high,f=d.low;h=16711935&(h<<8|h>>>24)|4278255360&(h<<24|h>>>8),f=16711935&(f<<8|f>>>24)|4278255360&(f<<24|f>>>8),l.push(f),l.push(h)}return new i.init(l,s)},clone:function(){for(var e=a.clone.call(this),t=e._state=this._state.slice(0),r=0;r<25;r++)t[r]=t[r].clone();return e}});r.SHA3=a._createHelper(h),r.HmacSHA3=a._createHmacHelper(h)}(Math),e.SHA3)),Ce.exports;var e}var ze,Te={exports:{}};var Re,Pe={exports:{}};function De(){return Re||(Re=1,Pe.exports=(e=Z(),r=(t=e).lib.Base,n=t.enc.Utf8,void(t.algo.HMAC=r.extend({init:function(e,t){e=this._hasher=new e.init,"string"==typeof t&&(t=n.parse(t));var r=e.blockSize,i=4*r;t.sigBytes>i&&(t=e.finalize(t)),t.clamp();for(var a=this._oKey=t.clone(),o=this._iKey=t.clone(),s=a.words,c=o.words,l=0;l<r;l++)s[l]^=1549556828,c[l]^=909522486;a.sigBytes=o.sigBytes=i,this.reset()},reset:function(){var e=this._hasher;e.reset(),e.update(this._iKey)},update:function(e){return this._hasher.update(e),this},finalize:function(e){var t=this._hasher,r=t.finalize(e);return t.reset(),t.finalize(this._oKey.clone().concat(r))}})))),Pe.exports;var e,t,r,n}var Me,Fe={exports:{}};var Le,$e={exports:{}};function Ne(){return Le||(Le=1,$e.exports=(s=Z(),be(),De(),t=(e=s).lib,r=t.Base,n=t.WordArray,i=e.algo,a=i.MD5,o=i.EvpKDF=r.extend({cfg:r.extend({keySize:4,hasher:a,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var r,i=this.cfg,a=i.hasher.create(),o=n.create(),s=o.words,c=i.keySize,l=i.iterations;s.length<c;){r&&a.update(r),r=a.update(e).finalize(t),a.reset();for(var u=1;u<l;u++)r=a.finalize(r),a.reset();o.concat(r)}return o.sigBytes=4*c,o}}),e.EvpKDF=function(e,t,r){return o.create(r).compute(e,t)},s.EvpKDF)),$e.exports;var e,t,r,n,i,a,o,s}var Ve,We={exports:{}};function Ie(){return Ve||(Ve=1,We.exports=(e=Z(),Ne(),void(e.lib.Cipher||function(t){var r=e,n=r.lib,i=n.Base,a=n.WordArray,o=n.BufferedBlockAlgorithm,s=r.enc;s.Utf8;var c=s.Base64,l=r.algo.EvpKDF,u=n.Cipher=o.extend({cfg:i.extend(),createEncryptor:function(e,t){return this.create(this._ENC_XFORM_MODE,e,t)},createDecryptor:function(e,t){return this.create(this._DEC_XFORM_MODE,e,t)},init:function(e,t,r){this.cfg=this.cfg.extend(r),this._xformMode=e,this._key=t,this.reset()},reset:function(){o.reset.call(this),this._doReset()},process:function(e){return this._append(e),this._process()},finalize:function(e){return e&&this._append(e),this._doFinalize()},keySize:4,ivSize:4,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function e(e){return"string"==typeof e?_:g}return function(t){return{encrypt:function(r,n,i){return e(n).encrypt(t,r,n,i)},decrypt:function(r,n,i){return e(n).decrypt(t,r,n,i)}}}}()});n.StreamCipher=u.extend({_doFinalize:function(){return this._process(!0)},blockSize:1});var d=r.mode={},h=n.BlockCipherMode=i.extend({createEncryptor:function(e,t){return this.Encryptor.create(e,t)},createDecryptor:function(e,t){return this.Decryptor.create(e,t)},init:function(e,t){this._cipher=e,this._iv=t}}),f=d.CBC=function(){var e=h.extend();function r(e,r,n){var i,a=this._iv;a?(i=a,this._iv=t):i=this._prevBlock;for(var o=0;o<n;o++)e[r+o]^=i[o]}return e.Encryptor=e.extend({processBlock:function(e,t){var n=this._cipher,i=n.blockSize;r.call(this,e,t,i),n.encryptBlock(e,t),this._prevBlock=e.slice(t,t+i)}}),e.Decryptor=e.extend({processBlock:function(e,t){var n=this._cipher,i=n.blockSize,a=e.slice(t,t+i);n.decryptBlock(e,t),r.call(this,e,t,i),this._prevBlock=a}}),e}(),p=(r.pad={}).Pkcs7={pad:function(e,t){for(var r=4*t,n=r-e.sigBytes%r,i=n<<24|n<<16|n<<8|n,o=[],s=0;s<n;s+=4)o.push(i);var c=a.create(o,n);e.concat(c)},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}};n.BlockCipher=u.extend({cfg:u.cfg.extend({mode:f,padding:p}),reset:function(){var e;u.reset.call(this);var t=this.cfg,r=t.iv,n=t.mode;this._xformMode==this._ENC_XFORM_MODE?e=n.createEncryptor:(e=n.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==e?this._mode.init(this,r&&r.words):(this._mode=e.call(n,this,r&&r.words),this._mode.__creator=e)},_doProcessBlock:function(e,t){this._mode.processBlock(e,t)},_doFinalize:function(){var e,t=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(t.pad(this._data,this.blockSize),e=this._process(!0)):(e=this._process(!0),t.unpad(e)),e},blockSize:4});var v=n.CipherParams=i.extend({init:function(e){this.mixIn(e)},toString:function(e){return(e||this.formatter).stringify(this)}}),y=(r.format={}).OpenSSL={stringify:function(e){var t=e.ciphertext,r=e.salt;return(r?a.create([1398893684,1701076831]).concat(r).concat(t):t).toString(c)},parse:function(e){var t,r=c.parse(e),n=r.words;return 1398893684==n[0]&&1701076831==n[1]&&(t=a.create(n.slice(2,4)),n.splice(0,4),r.sigBytes-=16),v.create({ciphertext:r,salt:t})}},g=n.SerializableCipher=i.extend({cfg:i.extend({format:y}),encrypt:function(e,t,r,n){n=this.cfg.extend(n);var i=e.createEncryptor(r,n),a=i.finalize(t),o=i.cfg;return v.create({ciphertext:a,key:r,iv:o.iv,algorithm:e,mode:o.mode,padding:o.padding,blockSize:e.blockSize,formatter:n.format})},decrypt:function(e,t,r,n){return n=this.cfg.extend(n),t=this._parse(t,n.format),e.createDecryptor(r,n).finalize(t.ciphertext)},_parse:function(e,t){return"string"==typeof e?t.parse(e,this):e}}),b=(r.kdf={}).OpenSSL={execute:function(e,t,r,n,i){if(n||(n=a.random(8)),i)o=l.create({keySize:t+r,hasher:i}).compute(e,n);else var o=l.create({keySize:t+r}).compute(e,n);var s=a.create(o.words.slice(t),4*r);return o.sigBytes=4*t,v.create({key:o,iv:s,salt:n})}},_=n.PasswordBasedCipher=g.extend({cfg:g.cfg.extend({kdf:b}),encrypt:function(e,t,r,n){var i=(n=this.cfg.extend(n)).kdf.execute(r,e.keySize,e.ivSize,n.salt,n.hasher);n.iv=i.iv;var a=g.encrypt.call(this,e,t,i.key,n);return a.mixIn(i),a},decrypt:function(e,t,r,n){n=this.cfg.extend(n),t=this._parse(t,n.format);var i=n.kdf.execute(r,e.keySize,e.ivSize,t.salt,n.hasher);return n.iv=i.iv,g.decrypt.call(this,e,t,i.key,n)}})}()))),We.exports;var e}var Ue,Ke={exports:{}};function qe(){return Ue||(Ue=1,Ke.exports=(e=Z(),Ie(),e.mode.CFB=function(){var t=e.lib.BlockCipherMode.extend();function r(e,t,r,n){var i,a=this._iv;a?(i=a.slice(0),this._iv=void 0):i=this._prevBlock,n.encryptBlock(i,0);for(var o=0;o<r;o++)e[t+o]^=i[o]}return t.Encryptor=t.extend({processBlock:function(e,t){var n=this._cipher,i=n.blockSize;r.call(this,e,t,i,n),this._prevBlock=e.slice(t,t+i)}}),t.Decryptor=t.extend({processBlock:function(e,t){var n=this._cipher,i=n.blockSize,a=e.slice(t,t+i);r.call(this,e,t,i,n),this._prevBlock=a}}),t}(),e.mode.CFB)),Ke.exports;var e}var Xe,Ge={exports:{}};function Je(){return Xe||(Xe=1,Ge.exports=(r=Z(),Ie(),r.mode.CTR=(e=r.lib.BlockCipherMode.extend(),t=e.Encryptor=e.extend({processBlock:function(e,t){var r=this._cipher,n=r.blockSize,i=this._iv,a=this._counter;i&&(a=this._counter=i.slice(0),this._iv=void 0);var o=a.slice(0);r.encryptBlock(o,0),a[n-1]=a[n-1]+1|0;for(var s=0;s<n;s++)e[t+s]^=o[s]}}),e.Decryptor=t,e),r.mode.CTR)),Ge.exports;var e,t,r}var Ze,Ye={exports:{}};function Qe(){return Ze||(Ze=1,Ye.exports=(e=Z(),Ie(),
2
+ /** @preserve
3
+ * Counter block mode compatible with Dr Brian Gladman fileenc.c
4
+ * derived from CryptoJS.mode.CTR
5
+ * Jan Hruby jhruby.web@gmail.com
6
+ */
7
+ e.mode.CTRGladman=function(){var t=e.lib.BlockCipherMode.extend();function r(e){if(255&~(e>>24))e+=1<<24;else{var t=e>>16&255,r=e>>8&255,n=255&e;255===t?(t=0,255===r?(r=0,255===n?n=0:++n):++r):++t,e=0,e+=t<<16,e+=r<<8,e+=n}return e}function n(e){return 0===(e[0]=r(e[0]))&&(e[1]=r(e[1])),e}var i=t.Encryptor=t.extend({processBlock:function(e,t){var r=this._cipher,i=r.blockSize,a=this._iv,o=this._counter;a&&(o=this._counter=a.slice(0),this._iv=void 0),n(o);var s=o.slice(0);r.encryptBlock(s,0);for(var c=0;c<i;c++)e[t+c]^=s[c]}});return t.Decryptor=i,t}(),e.mode.CTRGladman)),Ye.exports;var e}var et,tt={exports:{}};function rt(){return et||(et=1,tt.exports=(r=Z(),Ie(),r.mode.OFB=(e=r.lib.BlockCipherMode.extend(),t=e.Encryptor=e.extend({processBlock:function(e,t){var r=this._cipher,n=r.blockSize,i=this._iv,a=this._keystream;i&&(a=this._keystream=i.slice(0),this._iv=void 0),r.encryptBlock(a,0);for(var o=0;o<n;o++)e[t+o]^=a[o]}}),e.Decryptor=t,e),r.mode.OFB)),tt.exports;var e,t,r}var nt,it={exports:{}};var at,ot={exports:{}};var st,ct={exports:{}};var lt,ut={exports:{}};var dt,ht={exports:{}};var ft,pt={exports:{}};var vt,yt={exports:{}};var gt,bt={exports:{}};var _t,mt={exports:{}};function xt(){return _t||(_t=1,mt.exports=(e=Z(),le(),ve(),Ne(),Ie(),function(){var t=e,r=t.lib,n=r.WordArray,i=r.BlockCipher,a=t.algo,o=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],s=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],c=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],l=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],u=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],d=a.DES=i.extend({_doReset:function(){for(var e=this._key.words,t=[],r=0;r<56;r++){var n=o[r]-1;t[r]=e[n>>>5]>>>31-n%32&1}for(var i=this._subKeys=[],a=0;a<16;a++){var l=i[a]=[],u=c[a];for(r=0;r<24;r++)l[r/6|0]|=t[(s[r]-1+u)%28]<<31-r%6,l[4+(r/6|0)]|=t[28+(s[r+24]-1+u)%28]<<31-r%6;for(l[0]=l[0]<<1|l[0]>>>31,r=1;r<7;r++)l[r]=l[r]>>>4*(r-1)+3;l[7]=l[7]<<5|l[7]>>>27}var d=this._invSubKeys=[];for(r=0;r<16;r++)d[r]=i[15-r]},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._subKeys)},decryptBlock:function(e,t){this._doCryptBlock(e,t,this._invSubKeys)},_doCryptBlock:function(e,t,r){this._lBlock=e[t],this._rBlock=e[t+1],h.call(this,4,252645135),h.call(this,16,65535),f.call(this,2,858993459),f.call(this,8,16711935),h.call(this,1,1431655765);for(var n=0;n<16;n++){for(var i=r[n],a=this._lBlock,o=this._rBlock,s=0,c=0;c<8;c++)s|=l[c][((o^i[c])&u[c])>>>0];this._lBlock=o,this._rBlock=a^s}var d=this._lBlock;this._lBlock=this._rBlock,this._rBlock=d,h.call(this,1,1431655765),f.call(this,8,16711935),f.call(this,2,858993459),h.call(this,16,65535),h.call(this,4,252645135),e[t]=this._lBlock,e[t+1]=this._rBlock},keySize:2,ivSize:2,blockSize:2});function h(e,t){var r=(this._lBlock>>>e^this._rBlock)&t;this._rBlock^=r,this._lBlock^=r<<e}function f(e,t){var r=(this._rBlock>>>e^this._lBlock)&t;this._lBlock^=r,this._rBlock^=r<<e}t.DES=i._createHelper(d);var p=a.TripleDES=i.extend({_doReset:function(){var e=this._key.words;if(2!==e.length&&4!==e.length&&e.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var t=e.slice(0,2),r=e.length<4?e.slice(0,2):e.slice(2,4),i=e.length<6?e.slice(0,2):e.slice(4,6);this._des1=d.createEncryptor(n.create(t)),this._des2=d.createEncryptor(n.create(r)),this._des3=d.createEncryptor(n.create(i))},encryptBlock:function(e,t){this._des1.encryptBlock(e,t),this._des2.decryptBlock(e,t),this._des3.encryptBlock(e,t)},decryptBlock:function(e,t){this._des3.decryptBlock(e,t),this._des2.encryptBlock(e,t),this._des1.decryptBlock(e,t)},keySize:6,ivSize:2,blockSize:2});t.TripleDES=i._createHelper(p)}(),e.TripleDES)),mt.exports;var e}var wt,Bt={exports:{}};var kt,St={exports:{}};var Ot,At={exports:{}};var jt,Et={exports:{}};function Ct(){return jt||(jt=1,Et.exports=(e=Z(),le(),ve(),Ne(),Ie(),function(){var t=e,r=t.lib.BlockCipher,n=t.algo;const i=16,a=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],o=[[3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946],[1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055],[3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504],[976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462]];var s={pbox:[],sbox:[]};function c(e,t){let r=t>>24&255,n=t>>16&255,i=t>>8&255,a=255&t,o=e.sbox[0][r]+e.sbox[1][n];return o^=e.sbox[2][i],o+=e.sbox[3][a],o}function l(e,t,r){let n,a=t,o=r;for(let t=0;t<i;++t)a^=e.pbox[t],o=c(e,a)^o,n=a,a=o,o=n;return n=a,a=o,o=n,o^=e.pbox[i],a^=e.pbox[i+1],{left:a,right:o}}function u(e,t,r){let n,a=t,o=r;for(let t=i+1;t>1;--t)a^=e.pbox[t],o=c(e,a)^o,n=a,a=o,o=n;return n=a,a=o,o=n,o^=e.pbox[1],a^=e.pbox[0],{left:a,right:o}}function d(e,t,r){for(let t=0;t<4;t++){e.sbox[t]=[];for(let r=0;r<256;r++)e.sbox[t][r]=o[t][r]}let n=0;for(let o=0;o<i+2;o++)e.pbox[o]=a[o]^t[n],n++,n>=r&&(n=0);let s=0,c=0,u=0;for(let t=0;t<i+2;t+=2)u=l(e,s,c),s=u.left,c=u.right,e.pbox[t]=s,e.pbox[t+1]=c;for(let t=0;t<4;t++)for(let r=0;r<256;r+=2)u=l(e,s,c),s=u.left,c=u.right,e.sbox[t][r]=s,e.sbox[t][r+1]=c;return!0}var h=n.Blowfish=r.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var e=this._keyPriorReset=this._key,t=e.words,r=e.sigBytes/4;d(s,t,r)}},encryptBlock:function(e,t){var r=l(s,e[t],e[t+1]);e[t]=r.left,e[t+1]=r.right},decryptBlock:function(e,t){var r=u(s,e[t],e[t+1]);e[t]=r.left,e[t+1]=r.right},blockSize:2,keySize:4,ivSize:2});t.Blowfish=r._createHelper(h)}(),e.Blowfish)),Et.exports;var e}var Ht;var zt,Tt,Rt,Pt,Dt,Mt,Ft=(Ht||(Ht=1,q.exports=function(e){return e}(Z(),ee(),ne(),oe(),le(),he(),ve(),be(),xe(),we||(we=1,Be.exports=(Mt=Z(),xe(),Tt=(zt=Mt).lib.WordArray,Rt=zt.algo,Pt=Rt.SHA256,Dt=Rt.SHA224=Pt.extend({_doReset:function(){this._hash=new Tt.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var e=Pt._doFinalize.call(this);return e.sigBytes-=4,e}}),zt.SHA224=Pt._createHelper(Dt),zt.HmacSHA224=Pt._createHmacHelper(Dt),Mt.SHA224)),Oe(),function(){return Ae?je.exports:(Ae=1,je.exports=(s=Z(),ee(),Oe(),t=(e=s).x64,r=t.Word,n=t.WordArray,i=e.algo,a=i.SHA512,o=i.SHA384=a.extend({_doReset:function(){this._hash=new n.init([new r.init(3418070365,3238371032),new r.init(1654270250,914150663),new r.init(2438529370,812702999),new r.init(355462360,4144912697),new r.init(1731405415,4290775857),new r.init(2394180231,1750603025),new r.init(3675008525,1694076839),new r.init(1203062813,3204075428)])},_doFinalize:function(){var e=a._doFinalize.call(this);return e.sigBytes-=16,e}}),e.SHA384=a._createHelper(o),e.HmacSHA384=a._createHmacHelper(o),s.SHA384));var e,t,r,n,i,a,o,s}(),He(),function(){return ze||(ze=1,Te.exports=(e=Z(),
8
+ /** @preserve
9
+ (c) 2012 by Cédric Mesnil. All rights reserved.
10
+
11
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
12
+
13
+ - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
14
+ - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
15
+
16
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
17
+ */
18
+ function(){var t=e,r=t.lib,n=r.WordArray,i=r.Hasher,a=t.algo,o=n.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),s=n.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),c=n.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),l=n.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),u=n.create([0,1518500249,1859775393,2400959708,2840853838]),d=n.create([1352829926,1548603684,1836072691,2053994217,0]),h=a.RIPEMD160=i.extend({_doReset:function(){this._hash=n.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var r=0;r<16;r++){var n=t+r,i=e[n];e[n]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8)}var a,h,_,m,x,w,B,k,S,O,A,j=this._hash.words,E=u.words,C=d.words,H=o.words,z=s.words,T=c.words,R=l.words;for(w=a=j[0],B=h=j[1],k=_=j[2],S=m=j[3],O=x=j[4],r=0;r<80;r+=1)A=a+e[t+H[r]]|0,A+=r<16?f(h,_,m)+E[0]:r<32?p(h,_,m)+E[1]:r<48?v(h,_,m)+E[2]:r<64?y(h,_,m)+E[3]:g(h,_,m)+E[4],A=(A=b(A|=0,T[r]))+x|0,a=x,x=m,m=b(_,10),_=h,h=A,A=w+e[t+z[r]]|0,A+=r<16?g(B,k,S)+C[0]:r<32?y(B,k,S)+C[1]:r<48?v(B,k,S)+C[2]:r<64?p(B,k,S)+C[3]:f(B,k,S)+C[4],A=(A=b(A|=0,R[r]))+O|0,w=O,O=S,S=b(k,10),k=B,B=A;A=j[1]+_+S|0,j[1]=j[2]+m+O|0,j[2]=j[3]+x+w|0,j[3]=j[4]+a+B|0,j[4]=j[0]+h+k|0,j[0]=A},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),e.sigBytes=4*(t.length+1),this._process();for(var i=this._hash,a=i.words,o=0;o<5;o++){var s=a[o];a[o]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8)}return i},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});function f(e,t,r){return e^t^r}function p(e,t,r){return e&t|~e&r}function v(e,t,r){return(e|~t)^r}function y(e,t,r){return e&r|t&~r}function g(e,t,r){return e^(t|~r)}function b(e,t){return e<<t|e>>>32-t}t.RIPEMD160=i._createHelper(h),t.HmacRIPEMD160=i._createHmacHelper(h)}(),e.RIPEMD160)),Te.exports;var e}(),De(),function(){return Me||(Me=1,Fe.exports=(c=Z(),xe(),De(),t=(e=c).lib,r=t.Base,n=t.WordArray,i=e.algo,a=i.SHA256,o=i.HMAC,s=i.PBKDF2=r.extend({cfg:r.extend({keySize:4,hasher:a,iterations:25e4}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var r=this.cfg,i=o.create(r.hasher,e),a=n.create(),s=n.create([1]),c=a.words,l=s.words,u=r.keySize,d=r.iterations;c.length<u;){var h=i.update(t).finalize(s);i.reset();for(var f=h.words,p=f.length,v=h,y=1;y<d;y++){v=i.finalize(v),i.reset();for(var g=v.words,b=0;b<p;b++)f[b]^=g[b]}a.concat(h),l[0]++}return a.sigBytes=4*u,a}}),e.PBKDF2=function(e,t,r){return s.create(r).compute(e,t)},c.PBKDF2)),Fe.exports;var e,t,r,n,i,a,o,s,c}(),Ne(),Ie(),qe(),Je(),Qe(),rt(),function(){return nt?it.exports:(nt=1,it.exports=(t=Z(),Ie(),t.mode.ECB=((e=t.lib.BlockCipherMode.extend()).Encryptor=e.extend({processBlock:function(e,t){this._cipher.encryptBlock(e,t)}}),e.Decryptor=e.extend({processBlock:function(e,t){this._cipher.decryptBlock(e,t)}}),e),t.mode.ECB));var e,t}(),function(){return at?ot.exports:(at=1,ot.exports=(e=Z(),Ie(),e.pad.AnsiX923={pad:function(e,t){var r=e.sigBytes,n=4*t,i=n-r%n,a=r+i-1;e.clamp(),e.words[a>>>2]|=i<<24-a%4*8,e.sigBytes+=i},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Ansix923));var e}(),function(){return st?ct.exports:(st=1,ct.exports=(e=Z(),Ie(),e.pad.Iso10126={pad:function(t,r){var n=4*r,i=n-t.sigBytes%n;t.concat(e.lib.WordArray.random(i-1)).concat(e.lib.WordArray.create([i<<24],1))},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Iso10126));var e}(),function(){return lt?ut.exports:(lt=1,ut.exports=(e=Z(),Ie(),e.pad.Iso97971={pad:function(t,r){t.concat(e.lib.WordArray.create([2147483648],1)),e.pad.ZeroPadding.pad(t,r)},unpad:function(t){e.pad.ZeroPadding.unpad(t),t.sigBytes--}},e.pad.Iso97971));var e}(),function(){return dt||(dt=1,ht.exports=(e=Z(),Ie(),e.pad.ZeroPadding={pad:function(e,t){var r=4*t;e.clamp(),e.sigBytes+=r-(e.sigBytes%r||r)},unpad:function(e){var t=e.words,r=e.sigBytes-1;for(r=e.sigBytes-1;r>=0;r--)if(t[r>>>2]>>>24-r%4*8&255){e.sigBytes=r+1;break}}},e.pad.ZeroPadding)),ht.exports;var e}(),function(){return ft?pt.exports:(ft=1,pt.exports=(e=Z(),Ie(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return vt?yt.exports:(vt=1,yt.exports=(n=Z(),Ie(),t=(e=n).lib.CipherParams,r=e.enc.Hex,e.format.Hex={stringify:function(e){return e.ciphertext.toString(r)},parse:function(e){var n=r.parse(e);return t.create({ciphertext:n})}},n.format.Hex));var e,t,r,n}(),function(){return gt||(gt=1,bt.exports=(e=Z(),le(),ve(),Ne(),Ie(),function(){var t=e,r=t.lib.BlockCipher,n=t.algo,i=[],a=[],o=[],s=[],c=[],l=[],u=[],d=[],h=[],f=[];!function(){for(var e=[],t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;var r=0,n=0;for(t=0;t<256;t++){var p=n^n<<1^n<<2^n<<3^n<<4;p=p>>>8^255&p^99,i[r]=p,a[p]=r;var v=e[r],y=e[v],g=e[y],b=257*e[p]^16843008*p;o[r]=b<<24|b>>>8,s[r]=b<<16|b>>>16,c[r]=b<<8|b>>>24,l[r]=b,b=16843009*g^65537*y^257*v^16843008*r,u[p]=b<<24|b>>>8,d[p]=b<<16|b>>>16,h[p]=b<<8|b>>>24,f[p]=b,r?(r=v^e[e[e[g^v]]],n^=e[e[n]]):r=n=1}}();var p=[0,1,2,4,8,16,32,64,128,27,54],v=n.AES=r.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,t=e.words,r=e.sigBytes/4,n=4*((this._nRounds=r+6)+1),a=this._keySchedule=[],o=0;o<n;o++)o<r?a[o]=t[o]:(l=a[o-1],o%r?r>6&&o%r==4&&(l=i[l>>>24]<<24|i[l>>>16&255]<<16|i[l>>>8&255]<<8|i[255&l]):(l=i[(l=l<<8|l>>>24)>>>24]<<24|i[l>>>16&255]<<16|i[l>>>8&255]<<8|i[255&l],l^=p[o/r|0]<<24),a[o]=a[o-r]^l);for(var s=this._invKeySchedule=[],c=0;c<n;c++){if(o=n-c,c%4)var l=a[o];else l=a[o-4];s[c]=c<4||o<=4?l:u[i[l>>>24]]^d[i[l>>>16&255]]^h[i[l>>>8&255]]^f[i[255&l]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,o,s,c,l,i)},decryptBlock:function(e,t){var r=e[t+1];e[t+1]=e[t+3],e[t+3]=r,this._doCryptBlock(e,t,this._invKeySchedule,u,d,h,f,a),r=e[t+1],e[t+1]=e[t+3],e[t+3]=r},_doCryptBlock:function(e,t,r,n,i,a,o,s){for(var c=this._nRounds,l=e[t]^r[0],u=e[t+1]^r[1],d=e[t+2]^r[2],h=e[t+3]^r[3],f=4,p=1;p<c;p++){var v=n[l>>>24]^i[u>>>16&255]^a[d>>>8&255]^o[255&h]^r[f++],y=n[u>>>24]^i[d>>>16&255]^a[h>>>8&255]^o[255&l]^r[f++],g=n[d>>>24]^i[h>>>16&255]^a[l>>>8&255]^o[255&u]^r[f++],b=n[h>>>24]^i[l>>>16&255]^a[u>>>8&255]^o[255&d]^r[f++];l=v,u=y,d=g,h=b}v=(s[l>>>24]<<24|s[u>>>16&255]<<16|s[d>>>8&255]<<8|s[255&h])^r[f++],y=(s[u>>>24]<<24|s[d>>>16&255]<<16|s[h>>>8&255]<<8|s[255&l])^r[f++],g=(s[d>>>24]<<24|s[h>>>16&255]<<16|s[l>>>8&255]<<8|s[255&u])^r[f++],b=(s[h>>>24]<<24|s[l>>>16&255]<<16|s[u>>>8&255]<<8|s[255&d])^r[f++],e[t]=v,e[t+1]=y,e[t+2]=g,e[t+3]=b},keySize:8});t.AES=r._createHelper(v)}(),e.AES)),bt.exports;var e}(),xt(),function(){return wt||(wt=1,Bt.exports=(e=Z(),le(),ve(),Ne(),Ie(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,i=n.RC4=r.extend({_doReset:function(){for(var e=this._key,t=e.words,r=e.sigBytes,n=this._S=[],i=0;i<256;i++)n[i]=i;i=0;for(var a=0;i<256;i++){var o=i%r,s=t[o>>>2]>>>24-o%4*8&255;a=(a+n[i]+s)%256;var c=n[i];n[i]=n[a],n[a]=c}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=a.call(this)},keySize:8,ivSize:0});function a(){for(var e=this._S,t=this._i,r=this._j,n=0,i=0;i<4;i++){r=(r+e[t=(t+1)%256])%256;var a=e[t];e[t]=e[r],e[r]=a,n|=e[(e[t]+e[r])%256]<<24-8*i}return this._i=t,this._j=r,n}t.RC4=r._createHelper(i);var o=n.RC4Drop=i.extend({cfg:i.cfg.extend({drop:192}),_doReset:function(){i._doReset.call(this);for(var e=this.cfg.drop;e>0;e--)a.call(this)}});t.RC4Drop=r._createHelper(o)}(),e.RC4)),Bt.exports;var e}(),function(){return kt||(kt=1,St.exports=(e=Z(),le(),ve(),Ne(),Ie(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,i=[],a=[],o=[],s=n.Rabbit=r.extend({_doReset:function(){for(var e=this._key.words,t=this.cfg.iv,r=0;r<4;r++)e[r]=16711935&(e[r]<<8|e[r]>>>24)|4278255360&(e[r]<<24|e[r]>>>8);var n=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],i=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];for(this._b=0,r=0;r<4;r++)c.call(this);for(r=0;r<8;r++)i[r]^=n[r+4&7];if(t){var a=t.words,o=a[0],s=a[1],l=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=l>>>16|4294901760&u,h=u<<16|65535&l;for(i[0]^=l,i[1]^=d,i[2]^=u,i[3]^=h,i[4]^=l,i[5]^=d,i[6]^=u,i[7]^=h,r=0;r<4;r++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),i[0]=r[0]^r[5]>>>16^r[3]<<16,i[1]=r[2]^r[7]>>>16^r[5]<<16,i[2]=r[4]^r[1]>>>16^r[7]<<16,i[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)i[n]=16711935&(i[n]<<8|i[n]>>>24)|4278255360&(i[n]<<24|i[n]>>>8),e[t+n]^=i[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)a[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<a[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<a[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<a[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<a[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<a[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<a[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<a[6]>>>0?1:0)|0,this._b=t[7]>>>0<a[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],i=65535&n,s=n>>>16,c=((i*i>>>17)+i*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);o[r]=c^l}e[0]=o[0]+(o[7]<<16|o[7]>>>16)+(o[6]<<16|o[6]>>>16)|0,e[1]=o[1]+(o[0]<<8|o[0]>>>24)+o[7]|0,e[2]=o[2]+(o[1]<<16|o[1]>>>16)+(o[0]<<16|o[0]>>>16)|0,e[3]=o[3]+(o[2]<<8|o[2]>>>24)+o[1]|0,e[4]=o[4]+(o[3]<<16|o[3]>>>16)+(o[2]<<16|o[2]>>>16)|0,e[5]=o[5]+(o[4]<<8|o[4]>>>24)+o[3]|0,e[6]=o[6]+(o[5]<<16|o[5]>>>16)+(o[4]<<16|o[4]>>>16)|0,e[7]=o[7]+(o[6]<<8|o[6]>>>24)+o[5]|0}t.Rabbit=r._createHelper(s)}(),e.Rabbit)),St.exports;var e}(),function(){return Ot||(Ot=1,At.exports=(e=Z(),le(),ve(),Ne(),Ie(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,i=[],a=[],o=[],s=n.RabbitLegacy=r.extend({_doReset:function(){var e=this._key.words,t=this.cfg.iv,r=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],n=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];this._b=0;for(var i=0;i<4;i++)c.call(this);for(i=0;i<8;i++)n[i]^=r[i+4&7];if(t){var a=t.words,o=a[0],s=a[1],l=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=l>>>16|4294901760&u,h=u<<16|65535&l;for(n[0]^=l,n[1]^=d,n[2]^=u,n[3]^=h,n[4]^=l,n[5]^=d,n[6]^=u,n[7]^=h,i=0;i<4;i++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),i[0]=r[0]^r[5]>>>16^r[3]<<16,i[1]=r[2]^r[7]>>>16^r[5]<<16,i[2]=r[4]^r[1]>>>16^r[7]<<16,i[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)i[n]=16711935&(i[n]<<8|i[n]>>>24)|4278255360&(i[n]<<24|i[n]>>>8),e[t+n]^=i[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)a[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<a[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<a[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<a[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<a[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<a[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<a[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<a[6]>>>0?1:0)|0,this._b=t[7]>>>0<a[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],i=65535&n,s=n>>>16,c=((i*i>>>17)+i*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);o[r]=c^l}e[0]=o[0]+(o[7]<<16|o[7]>>>16)+(o[6]<<16|o[6]>>>16)|0,e[1]=o[1]+(o[0]<<8|o[0]>>>24)+o[7]|0,e[2]=o[2]+(o[1]<<16|o[1]>>>16)+(o[0]<<16|o[0]>>>16)|0,e[3]=o[3]+(o[2]<<8|o[2]>>>24)+o[1]|0,e[4]=o[4]+(o[3]<<16|o[3]>>>16)+(o[2]<<16|o[2]>>>16)|0,e[5]=o[5]+(o[4]<<8|o[4]>>>24)+o[3]|0,e[6]=o[6]+(o[5]<<16|o[5]>>>16)+(o[4]<<16|o[4]>>>16)|0,e[7]=o[7]+(o[6]<<8|o[6]>>>24)+o[5]|0}t.RabbitLegacy=r._createHelper(s)}(),e.RabbitLegacy)),At.exports;var e}(),Ct())),q.exports),Lt=W(Ft),$t=function(){return $t=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var i in t=arguments[r])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},$t.apply(this,arguments)};function Nt(e){return Lt.SHA256(e).toString(Lt.enc.Hex)}"function"==typeof SuppressedError&&SuppressedError;var Vt=function(e){var t,r,n,i;if(e&&"object"==typeof e){if("props"in e){var a={},o=null===(t=null==e?void 0:e.props)||void 0===t?void 0:t["data-_gt"];return(null==o?void 0:o.branches)&&(a.branches=Object.fromEntries(Object.entries(o.branches).map((function(e){return[e[0],Wt(e[1])]})))),(null===(r=null==e?void 0:e.props)||void 0===r?void 0:r.children)&&(a.children=Wt(e.props.children)),(null===(i=null===(n=null==e?void 0:e.props)||void 0===n?void 0:n["data-_gt"])||void 0===i?void 0:i.transformation)&&(a.transformation=e.props["data-_gt"].transformation),a}if("key"in e)return $t({key:e.key},e.variable&&{variable:e.variable})}return e};function Wt(e){return Array.isArray(e)?e.map(Vt):Vt(e)}function It(t){var r,{children:i,id:o}=t,s=c(t,["children","id"]);if(!i)return;if(T(i))return n.jsx(e.Fragment,{});if(!o)throw new Error((e=>`Client-side <T> with no provided 'id' prop. Children: "${e}"`)(i));const{variables:l,variablesOptions:u}=s,{translations:d,translationRequired:h,dialectTranslationRequired:v,translateChildren:y,renderSettings:g}=a(`<T id="${o}"> used on the client-side outside of <GTProvider>`),b=f(),m=p(),x=e.useMemo((()=>P(i)),[i]),w=s.context,[B,k]=e.useMemo((()=>{if(h){const e=F(x),t=function(e){var t=e.source,r=e.context,n=e.hashFunction;return(void 0===n?Nt:n)(K($t({source:Wt(t)},r&&{context:r})))}(Object.assign({source:e},w&&{context:w}));return[e,t]}return[void 0,""]}),[w,x,h,b]),S=null===(r=null==d?void 0:d[o])||void 0===r?void 0:r[k];e.useEffect((()=>{h&&d&&!S&&y({source:B,targetLocale:b,metadata:{id:o,hash:k,context:w}})}),[d,S,h,o,k,w,b]);const O=()=>E({children:x,variables:l,variablesOptions:u,defaultLocale:m,renderVariable:_});if(!h)return n.jsx(e.Fragment,{children:O()});if(!S||"loading"===(null==S?void 0:S.state)){let t;return t="skeleton"===g.method?"":"replace"===g.method||v?O():"",n.jsx(e.Fragment,{children:t})}return"error"===S.state?n.jsx(e.Fragment,{children:O()}):n.jsx(e.Fragment,{children:(A=S.target,z({source:x,target:A,variables:l,variablesOptions:u,locales:[b,m],renderVariable:_}))});var A}It.gtTransformation="translate-client",exports.Branch=R,exports.ClientProvider=function({children:a,dictionary:o,initialTranslations:s,translationPromises:c,locale:u,defaultLocale:d,translationRequired:f,dialectTranslationRequired:p,locales:v=r.listSupportedLocales(),requiredPrefix:y,renderSettings:g,projectId:b,devApiKey:w,runtimeUrl:B,runtimeTranslations:k=!1}){const[S,O]=e.useState(null);e.useLayoutEffect((()=>{O((e=>Object.assign(Object.assign({},e),s))),(()=>{l(this,void 0,void 0,(function*(){const e={};yield Promise.all(Object.entries(c).map((t=>l(this,[t],void 0,(function*([t,r]){const{metadata:n}=x(o[t]),i=null==n?void 0:n.hash;let a;try{a={state:"success",target:yield r}}catch(e){console.error(e),a=e instanceof m?e.toTranslationError():{state:"error",error:"An error occured",code:500}}e[t]={[i]:a}}))))),O((t=>Object.assign(Object.assign({},t),e)))}))})()}),[s,c]);const A=e.useCallback(((r,i={})=>{var a;const s=o[r];if(!s&&""!==s||"object"==typeof s&&!e.isValidElement(s)&&!Array.isArray(s))return;const{entry:c,metadata:l}=x(s),h=i,y=null==l?void 0:l.variablesOptions,b=null==l?void 0:l.hash,m=null===(a=null==S?void 0:S[r])||void 0===a?void 0:a[b];if("string"==typeof c){if(!c.length)return console.warn(`gt-next warn: Empty string found in dictionary with id: ${r}`),c;const e=t.splitStringToContent(c);return f?"success"!==(null==m?void 0:m.state)?t.renderContentToString(e,v,h,y):t.renderContentToString(m.target,[u,d],h,y):t.renderContentToString(e,v,h,y)}const w=c,B=()=>E({children:w,variables:h,variablesOptions:y,defaultLocale:d,renderVariable:_});if(!f)return n.jsx(e.Fragment,{children:B()});if(!m||"loading"===(null==m?void 0:m.state)){let t;return t="skeleton"===g.method?"":"replace"===g.method||p?B():"",n.jsx(e.Fragment,{children:t})}return"error"===m.state?T(c)?(console.warn(`gt-next warn: Empty fragment found in dictionary with id: ${r}`),c):n.jsx(e.Fragment,{children:B()}):n.jsx(e.Fragment,{children:(k=m.target,z({source:w,target:k,variables:h,variablesOptions:y,locales:[u,d],renderVariable:_}))});var k}),[o,S]),{translateChildren:j,translateContent:C}=h({targetLocale:u,projectId:b,devApiKey:w,runtimeUrl:B,setTranslations:O,defaultLocale:d,renderSettings:g});return n.jsx(i.Provider,{value:{translateDictionaryEntry:A,translateChildren:j,translateContent:C,locale:u,defaultLocale:d,translations:S,translationRequired:f,dialectTranslationRequired:p,renderSettings:g},children:S&&a})},exports.Currency=g,exports.DateTime=b,exports.GTContext=i,exports.Num=v,exports.Plural=L,exports.T=It,exports.Var=y,exports.renderVariable=_,exports.useBrowserLocale=function(n=o,i=r.listSupportedLocales()){const[a,s]=e.useState("");return e.useEffect((()=>{const e=(null===navigator||void 0===navigator?void 0:navigator.languages)?navigator.languages:(null===navigator||void 0===navigator?void 0:navigator.language)?[navigator.language]:(null===navigator||void 0===navigator?void 0:navigator.userLanguage)?[null===navigator||void 0===navigator?void 0:navigator.userLanguage]:[n];s(t.determineLocale(e,i)||n)}),[n,i]),a},exports.useDefaultLocale=p,exports.useElement=function(t=""){const r=e=>t?`${t}.${e}`:e,{translateDictionaryEntry:i}=a(`useElement('${t}'): No context provided. You're trying to get the t() function on the client, which can only be done inside a <GTProvider>.`);return function(t="",a={}){const o=r(t);if(i){const r=i(o,a);return r||console.warn(d(t,o)),e.isValidElement(r)?r:n.jsx(e.Fragment,{children:r},o)}return n.jsx(e.Fragment,{},o)}},exports.useGT=function(e=""){const t=t=>e?`${e}.${t}`:t,{translateDictionaryEntry:r}=a(`useGT('${e}'): No context provided. You're trying to get the t() function on the client, which can only be done inside a <GTProvider>.`);return function(e="",n={}){const i=t(e);if(r){const t=r(i,n);return null==t&&console.warn(d(e,i)),t}}},exports.useLocale=f,exports.useRuntimeTranslation=h;
19
+ //# sourceMappingURL=client.cjs.min.cjs.map