gt-react 10.7.0-alpha.2 → 10.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (169) hide show
  1. package/CHANGELOG.md +121 -0
  2. package/dist/client.cjs.min.cjs +17 -16
  3. package/dist/client.cjs.min.cjs.map +1 -0
  4. package/dist/client.d.ts +7 -740
  5. package/dist/client.d.ts.map +1 -1
  6. package/dist/client.esm.min.mjs +17 -16
  7. package/dist/client.esm.min.mjs.map +1 -0
  8. package/dist/errors-dir/constants.d.ts +2 -0
  9. package/dist/errors-dir/constants.d.ts.map +1 -0
  10. package/dist/index.cjs.min.cjs +21 -3
  11. package/dist/index.cjs.min.cjs.map +1 -0
  12. package/dist/index.d.ts +4 -23
  13. package/dist/index.d.ts.map +1 -1
  14. package/dist/index.esm.min.mjs +21 -3
  15. package/dist/index.esm.min.mjs.map +1 -0
  16. package/dist/internal.cjs.min.cjs +17 -16
  17. package/dist/internal.cjs.min.cjs.map +1 -0
  18. package/dist/internal.d.ts +5 -31
  19. package/dist/internal.d.ts.map +1 -1
  20. package/dist/internal.esm.min.mjs +17 -16
  21. package/dist/internal.esm.min.mjs.map +1 -0
  22. package/dist/provider/ClientProvider.d.ts +1 -1
  23. package/dist/provider/ClientProvider.d.ts.map +1 -1
  24. package/dist/provider/GTProvider.d.ts +3 -23
  25. package/dist/provider/GTProvider.d.ts.map +1 -1
  26. package/dist/provider/helpers/isSSREnabled.d.ts.map +1 -1
  27. package/dist/provider/hooks/locales/useDetermineLocale.d.ts +2 -9
  28. package/dist/provider/hooks/locales/useDetermineLocale.d.ts.map +1 -1
  29. package/dist/types/config.d.ts +23 -41
  30. package/dist/types/config.d.ts.map +1 -1
  31. package/dist/utils/utils.d.ts +2 -6
  32. package/dist/utils/utils.d.ts.map +1 -1
  33. package/package.json +5 -18
  34. package/dist/branches/Branch.d.ts +0 -34
  35. package/dist/branches/Branch.d.ts.map +0 -1
  36. package/dist/branches/plurals/Plural.d.ts +0 -38
  37. package/dist/branches/plurals/Plural.d.ts.map +0 -1
  38. package/dist/branches/plurals/getPluralBranch.d.ts +0 -9
  39. package/dist/branches/plurals/getPluralBranch.d.ts.map +0 -1
  40. package/dist/config.cjs.min.cjs +0 -30
  41. package/dist/config.d.ts +0 -4
  42. package/dist/config.d.ts.map +0 -1
  43. package/dist/config.esm.min.mjs +0 -30
  44. package/dist/dictionaries/collectUntranslatedEntries.d.ts +0 -17
  45. package/dist/dictionaries/collectUntranslatedEntries.d.ts.map +0 -1
  46. package/dist/dictionaries/getDictionaryEntry.d.ts +0 -4
  47. package/dist/dictionaries/getDictionaryEntry.d.ts.map +0 -1
  48. package/dist/dictionaries/getEntryAndMetadata.d.ts +0 -6
  49. package/dist/dictionaries/getEntryAndMetadata.d.ts.map +0 -1
  50. package/dist/dictionaries/getSubtree.d.ts +0 -18
  51. package/dist/dictionaries/getSubtree.d.ts.map +0 -1
  52. package/dist/dictionaries/indexDict.d.ts +0 -15
  53. package/dist/dictionaries/indexDict.d.ts.map +0 -1
  54. package/dist/dictionaries/injectAndMerge.d.ts +0 -9
  55. package/dist/dictionaries/injectAndMerge.d.ts.map +0 -1
  56. package/dist/dictionaries/injectEntry.d.ts +0 -18
  57. package/dist/dictionaries/injectEntry.d.ts.map +0 -1
  58. package/dist/dictionaries/injectFallbacks.d.ts +0 -17
  59. package/dist/dictionaries/injectFallbacks.d.ts.map +0 -1
  60. package/dist/dictionaries/injectHashes.d.ts +0 -11
  61. package/dist/dictionaries/injectHashes.d.ts.map +0 -1
  62. package/dist/dictionaries/injectTranslations.d.ts +0 -20
  63. package/dist/dictionaries/injectTranslations.d.ts.map +0 -1
  64. package/dist/dictionaries/isDictionaryEntry.d.ts +0 -8
  65. package/dist/dictionaries/isDictionaryEntry.d.ts.map +0 -1
  66. package/dist/dictionaries/loadDictionaryHelper.d.ts +0 -3
  67. package/dist/dictionaries/loadDictionaryHelper.d.ts.map +0 -1
  68. package/dist/dictionaries/mergeDictionaries.d.ts +0 -3
  69. package/dist/dictionaries/mergeDictionaries.d.ts.map +0 -1
  70. package/dist/dictionaries/stripMetadataFromEntries.d.ts +0 -6
  71. package/dist/dictionaries/stripMetadataFromEntries.d.ts.map +0 -1
  72. package/dist/errors/createErrors.d.ts +0 -33
  73. package/dist/errors/createErrors.d.ts.map +0 -1
  74. package/dist/hooks/useDefaultLocale.d.ts +0 -13
  75. package/dist/hooks/useDefaultLocale.d.ts.map +0 -1
  76. package/dist/hooks/useGTClass.d.ts +0 -23
  77. package/dist/hooks/useGTClass.d.ts.map +0 -1
  78. package/dist/hooks/useLocale.d.ts +0 -11
  79. package/dist/hooks/useLocale.d.ts.map +0 -1
  80. package/dist/hooks/useLocaleDirection.d.ts +0 -14
  81. package/dist/hooks/useLocaleDirection.d.ts.map +0 -1
  82. package/dist/hooks/useLocaleSelector.d.ts +0 -42
  83. package/dist/hooks/useLocaleSelector.d.ts.map +0 -1
  84. package/dist/hooks/useLocales.d.ts +0 -11
  85. package/dist/hooks/useLocales.d.ts.map +0 -1
  86. package/dist/hooks/useRegion.d.ts +0 -20
  87. package/dist/hooks/useRegion.d.ts.map +0 -1
  88. package/dist/hooks/useRegionSelector.d.ts +0 -82
  89. package/dist/hooks/useRegionSelector.d.ts.map +0 -1
  90. package/dist/hooks/useSetLocale.d.ts +0 -12
  91. package/dist/hooks/useSetLocale.d.ts.map +0 -1
  92. package/dist/internal/addGTIdentifier.d.ts +0 -4
  93. package/dist/internal/addGTIdentifier.d.ts.map +0 -1
  94. package/dist/internal/flattenDictionary.d.ts +0 -11
  95. package/dist/internal/flattenDictionary.d.ts.map +0 -1
  96. package/dist/internal/writeChildrenAsObjects.d.ts +0 -10
  97. package/dist/internal/writeChildrenAsObjects.d.ts.map +0 -1
  98. package/dist/messages/messages.d.ts +0 -43
  99. package/dist/messages/messages.d.ts.map +0 -1
  100. package/dist/promises/dangerouslyUsable.d.ts +0 -37
  101. package/dist/promises/dangerouslyUsable.d.ts.map +0 -1
  102. package/dist/promises/reactHasUse.d.ts +0 -2
  103. package/dist/promises/reactHasUse.d.ts.map +0 -1
  104. package/dist/provider/GTContext.d.ts +0 -4
  105. package/dist/provider/GTContext.d.ts.map +0 -1
  106. package/dist/provider/config/defaultProps.d.ts +0 -4
  107. package/dist/provider/config/defaultProps.d.ts.map +0 -1
  108. package/dist/provider/helpers/validateString.d.ts +0 -6
  109. package/dist/provider/helpers/validateString.d.ts.map +0 -1
  110. package/dist/provider/hooks/locales/useLocaleState.d.ts +0 -16
  111. package/dist/provider/hooks/locales/useLocaleState.d.ts.map +0 -1
  112. package/dist/provider/hooks/translation/useCreateInternalUseGTFunction.d.ts +0 -18
  113. package/dist/provider/hooks/translation/useCreateInternalUseGTFunction.d.ts.map +0 -1
  114. package/dist/provider/hooks/translation/useCreateInternalUseTranslationsFunction.d.ts +0 -4
  115. package/dist/provider/hooks/translation/useCreateInternalUseTranslationsFunction.d.ts.map +0 -1
  116. package/dist/provider/hooks/translation/useCreateInternalUseTranslationsObjFunction.d.ts +0 -4
  117. package/dist/provider/hooks/translation/useCreateInternalUseTranslationsObjFunction.d.ts.map +0 -1
  118. package/dist/provider/hooks/useErrorChecks.d.ts +0 -9
  119. package/dist/provider/hooks/useErrorChecks.d.ts.map +0 -1
  120. package/dist/provider/hooks/useLoadDictionary.d.ts +0 -15
  121. package/dist/provider/hooks/useLoadDictionary.d.ts.map +0 -1
  122. package/dist/provider/hooks/useLoadTranslations.d.ts +0 -17
  123. package/dist/provider/hooks/useLoadTranslations.d.ts.map +0 -1
  124. package/dist/provider/hooks/useRuntimeTranslation.d.ts +0 -23
  125. package/dist/provider/hooks/useRuntimeTranslation.d.ts.map +0 -1
  126. package/dist/rendering/defaultRenderSettings.d.ts +0 -6
  127. package/dist/rendering/defaultRenderSettings.d.ts.map +0 -1
  128. package/dist/rendering/getGTTag.d.ts +0 -3
  129. package/dist/rendering/getGTTag.d.ts.map +0 -1
  130. package/dist/rendering/isVariableObject.d.ts +0 -3
  131. package/dist/rendering/isVariableObject.d.ts.map +0 -1
  132. package/dist/rendering/renderDefaultChildren.d.ts +0 -8
  133. package/dist/rendering/renderDefaultChildren.d.ts.map +0 -1
  134. package/dist/rendering/renderSkeleton.d.ts +0 -8
  135. package/dist/rendering/renderSkeleton.d.ts.map +0 -1
  136. package/dist/rendering/renderTranslatedChildren.d.ts +0 -9
  137. package/dist/rendering/renderTranslatedChildren.d.ts.map +0 -1
  138. package/dist/rendering/renderVariable.d.ts +0 -4
  139. package/dist/rendering/renderVariable.d.ts.map +0 -1
  140. package/dist/translation/hooks/useGT.d.ts +0 -20
  141. package/dist/translation/hooks/useGT.d.ts.map +0 -1
  142. package/dist/translation/hooks/useMessages.d.ts +0 -19
  143. package/dist/translation/hooks/useMessages.d.ts.map +0 -1
  144. package/dist/translation/hooks/useTranslations.d.ts +0 -17
  145. package/dist/translation/hooks/useTranslations.d.ts.map +0 -1
  146. package/dist/translation/inline/T.d.ts +0 -42
  147. package/dist/translation/inline/T.d.ts.map +0 -1
  148. package/dist/types/context.d.ts +0 -30
  149. package/dist/types/context.d.ts.map +0 -1
  150. package/dist/types/runtime.d.ts +0 -20
  151. package/dist/types/runtime.d.ts.map +0 -1
  152. package/dist/types/types.d.ts +0 -90
  153. package/dist/types/types.d.ts.map +0 -1
  154. package/dist/utils/cookies.d.ts +0 -9
  155. package/dist/utils/cookies.d.ts.map +0 -1
  156. package/dist/utils/fetchTranslations.d.ts +0 -9
  157. package/dist/utils/fetchTranslations.d.ts.map +0 -1
  158. package/dist/variables/Currency.d.ts +0 -30
  159. package/dist/variables/Currency.d.ts.map +0 -1
  160. package/dist/variables/DateTime.d.ts +0 -29
  161. package/dist/variables/DateTime.d.ts.map +0 -1
  162. package/dist/variables/Num.d.ts +0 -31
  163. package/dist/variables/Num.d.ts.map +0 -1
  164. package/dist/variables/Var.d.ts +0 -32
  165. package/dist/variables/Var.d.ts.map +0 -1
  166. package/dist/variables/_getVariableProps.d.ts +0 -11
  167. package/dist/variables/_getVariableProps.d.ts.map +0 -1
  168. package/dist/variables/getVariableName.d.ts +0 -10
  169. package/dist/variables/getVariableName.d.ts.map +0 -1
@@ -1,18 +1,19 @@
1
- "use strict";var e=require("react"),t=require("generaltranslation"),r=require("react/jsx-runtime"),n=require("@generaltranslation/supported-locales");function o(e){var t=Object.create(null);return e&&Object.keys(e).forEach(function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}}),t.default=e,Object.freeze(t)}var i=o(e);const a=e.createContext(void 0);function s(t="useGTContext() must be used within a <GTProvider>!"){const r=e.useContext(a);if(void 0===r)throw new Error(t);return r}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 o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function l(e,t,r,n){return new(r||(r=Promise))(function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r(function(e){e(t)})).then(a,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)=>`gt-react Error: error rendering string ${t?`for id: "${t}"`:""} original message: "${e}"`,f=(e,t,r="tx")=>`gt-react string translation error. ${r}("${e}")${t?` with id "${t}"`:""} could not locate translation.`,h=e=>`gt-react Error: Dictionary subtree not found for id: "${e}"`,p=e=>`No valid dictionary entry found for id: "${e}"`;function v(t){var{gt:r,locale:n,versionId:o,defaultLocale:i,runtimeUrl:a,renderSettings:s,setTranslations:d}=t,f=c(t,["gt","locale","versionId","defaultLocale","runtimeUrl","renderSettings","setTranslations"]);const h=!!r.projectId&&!!a&&!!r.devApiKey&&"development"===process.env.NODE_ENV;if(!h){const e=e=>Promise.reject(new Error(`${e}() failed because translation is disabled`));return{developmentApiEnabled:h,registerIcuForTranslation:()=>e("registerIcuForTranslation"),registerJsxForTranslation:()=>e("registerJsxForTranslation")}}const p=e.useRef({gt:r,locale:n,baseMetadata:Object.assign(Object.assign({},f),{projectId:r.projectId,sourceLocale:i}),timeout:s.timeout});p.current.gt=r,p.current.locale=n,p.current.baseMetadata=Object.assign(Object.assign({},f),{projectId:r.projectId,sourceLocale:i}),p.current.timeout=s.timeout;const v=e.useRef(!1),g=e.useRef(null),[y,_]=e.useState(0),m=e.useCallback(e=>{d(t=>{const r=Object.keys(e);if(0===r.length)return t;const n=t?Object.assign({},t):{};let o=!1;for(const i of r){const r=e[i],a=null==t?void 0:t[i];Object.is(a,r)||(n[i]=r,o=!0)}return o?n:t})},[d]),b=e.useCallback(e=>{var t;g.current=Object.assign(Object.assign({},null!==(t=g.current)&&void 0!==t?t:{}),e),v.current&&_(e=>e+1)},[]);e.useEffect(()=>{if(v.current=!0,g.current){const e=g.current;g.current=null,m(e)}return()=>{v.current=!1}},[m]),e.useEffect(()=>{if(!v.current)return;const e=g.current;e&&(g.current=null,m(e))},[y,m]);const x=e.useRef(0),w=e.useRef(new Map),k=e.useRef(new Map),A=e.useCallback(e=>l(this,void 0,void 0,function*(){if(0===e.size)return{};x.current+=1;const{gt:t,locale:r,baseMetadata:n,timeout:o}=p.current,i=Array.from(e.values()),a={},s=new Map;try{(yield t.translateMany(i,Object.assign(Object.assign({},n),{targetLocale:r,timeout:o}))).forEach((e,t)=>{const r=i[t],{hash:n,id:o}=r.metadata;if("translation"in e){const t=e.translation;a[n]=t,s.set(n,t)}else if("error"in e){const t=u(o,n);console.warn(`${t} ${e.error||"An upstream error occurred."}`),a[n]=null,s.set(n,null)}else{const t=u(o,n);console.warn(`${t} Unknown response format.`,e),a[n]=null,s.set(n,null)}})}catch(e){"AbortError"===(null==e?void 0:e.name)?console.warn("gt-react: Runtime translation timed out."):console.warn("Error fetching batched translations:",e),i.forEach(e=>{a[e.metadata.hash]=null,s.set(e.metadata.hash,null)})}finally{x.current-=1,i.forEach(e=>{const t=s.get(e.metadata.hash);void 0===t?(console.warn(`No translation result for ${e.metadata.hash}; resolving as null.`),e.resolve(null)):e.resolve(t)})}return a}),[]),E=e.useRef(null),j=e.useRef(()=>l(this,void 0,void 0,function*(){})),O=e.useCallback(e=>{b(e),w.current.size>0&&(E.current=setTimeout(()=>{E.current=null,j.current()},50))},[b]),S=e.useCallback(()=>{j.current=()=>l(this,void 0,void 0,function*(){if(x.current>=100)return void(E.current=setTimeout(()=>{E.current=null,j.current()},50));const e=w.current;if(0===e.size)return;const t=Array.from(e.entries()).slice(0,Math.min(25,e.size)),r=new Map(t);t.forEach(([t])=>e.delete(t));const n=yield A(r);O(n)})},[A,O]),B=e.useCallback((e=!1)=>{if(S(),e)return E.current&&(clearTimeout(E.current),E.current=null),void j.current();E.current||(E.current=setTimeout(()=>{E.current=null,j.current()},50))},[S]),T=e.useCallback(e=>t=>{const r=`${t.metadata.hash}:${t.targetLocale}`,n=k.current.get(r);if(n)return n;const o=new Promise(n=>{const o="JSX"===e?{dataFormat:"JSX",source:t.source,metadata:t.metadata,resolve:n,reject:()=>{}}:{dataFormat:"ICU",source:t.source,metadata:t.metadata,resolve:n,reject:()=>{}};w.current.set(r,o);const i=w.current.size>=25&&x.current<100;B(i)}).finally(()=>{k.current.delete(r)});return k.current.set(r,o),o},[B]),C=e.useMemo(()=>T("ICU"),[T]),L=e.useMemo(()=>T("JSX"),[T]);return e.useEffect(()=>()=>{E.current&&clearTimeout(E.current)},[]),{developmentApiEnabled:h,registerIcuForTranslation:C,registerJsxForTranslation:L}}function g({children:n,locales:o,options:i={}}){const s=e.useContext(a);if(null==n)return null;const c=(null==s?void 0:s.gt)||new t.GT;let l="string"==typeof n?parseFloat(n):n;return"number"==typeof l&&(o||(o||(o=[]),(null==s?void 0:s.locale)&&o.push(s.locale),(null==s?void 0:s.defaultLocale)&&o.push(s.defaultLocale)),l=c.formatNum(l,Object.assign({locales:o},i))),r.jsx(r.Fragment,{children:l})}function y({children:e}){return r.jsx(r.Fragment,{children:e})}function _({children:n,currency:o="USD",locales:i,options:s={}}){const c=e.useContext(a);if(null==n)return null;const l=(null==c?void 0:c.gt)||new t.GT;let u="string"==typeof n?parseFloat(n):n;return"number"==typeof u&&(i||(i||(i=[]),(null==c?void 0:c.locale)&&i.push(c.locale),(null==c?void 0:c.defaultLocale)&&i.push(c.defaultLocale)),u=l.formatCurrency(u,o,Object.assign({locales:i},s))),r.jsx(r.Fragment,{children:u})}function m({children:n,locales:o,options:i={}}){const s=e.useContext(a);if(null==n)return null;const c=(null==s?void 0:s.gt)||new t.GT;o||(o=[],(null==s?void 0:s.locale)&&o.push(s.locale),(null==s?void 0:s.defaultLocale)&&o.push(s.defaultLocale));const l=c.formatDateTime(n,Object.assign({locales:o},i)).replace(/[\u200F\u202B\u202E]/g,"");return r.jsx(r.Fragment,{children:l})}g._gtt="variable-number",y._gtt="variable-variable",_._gtt="variable-currency",m._gtt="variable-datetime";const b=({variableType:e,variableValue:t,variableOptions:n})=>"n"===e?r.jsx(g,{options:n,children:t}):"d"===e?r.jsx(m,{options:n,children:t}):"c"===e?r.jsx(_,{options:n,children:t}):r.jsx(y,{children:t});var x,w,k="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function A(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function E(e){if(Object.prototype.hasOwnProperty.call(e,"__esModule"))return e;var t=e.default;if("function"==typeof t){var r=function e(){var r=!1;try{r=this instanceof e}catch{}return r?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};r.prototype=t.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(e).forEach(function(t){var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:function(){return e[t]}})}),r}var j=(w||(w=1,x=function(e,t){t||(t={}),"function"==typeof t&&(t={cmp:t});var r="boolean"==typeof t.cycles&&t.cycles,n=t.cmp&&function(e){return function(t){return function(r,n){var o={key:r,value:t[r]},i={key:n,value:t[n]};return e(o,i)}}}(t.cmp),o=[];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 i,a;if(Array.isArray(t)){for(a="[",i=0;i<t.length;i++)i&&(a+=","),a+=e(t[i])||"null";return a+"]"}if(null===t)return"null";if(-1!==o.indexOf(t)){if(r)return JSON.stringify("__cycle__");throw new TypeError("Converting circular structure to JSON")}var s=o.push(t)-1,c=Object.keys(t).sort(n&&n(t));for(a="",i=0;i<c.length;i++){var l=c[i],u=e(t[l]);u&&(a&&(a+=","),a+=JSON.stringify(l)+":"+u)}return o.splice(s,1),"{"+a+"}"}}(e)}),x),O=A(j),S={exports:{}};var B,T={exports:{}},C=E(Object.freeze({__proto__:null,default:{}}));function L(){return B||(B=1,T.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!==k&&k.crypto&&(r=k.crypto),!r)try{r=C}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.")},o=Object.create||function(){function e(){}return function(t){var r;return e.prototype=t,r=new e,e.prototype=null,r}}(),i={},a=i.lib={},s=a.Base={extend:function(e){var t=o(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=a.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,o=e.sigBytes;if(this.clamp(),n%4)for(var i=0;i<o;i++){var a=r[i>>>2]>>>24-i%4*8&255;t[n+i>>>2]|=a<<24-(n+i)%4*8}else for(var s=0;s<o;s+=4)t[n+s>>>2]=r[s>>>2];return this.sigBytes+=o,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=i.enc={},u=l.Hex={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o++){var i=t[o>>>2]>>>24-o%4*8&255;n.push((i>>>4).toString(16)),n.push((15&i).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=[],o=0;o<r;o++){var i=t[o>>>2]>>>24-o%4*8&255;n.push(String.fromCharCode(i))}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)}},f=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)))}},h=a.BufferedBlockAlgorithm=s.extend({reset:function(){this._data=new c.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=f.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var r,n=this._data,o=n.words,i=n.sigBytes,a=this.blockSize,s=i/(4*a),l=(s=t?e.ceil(s):e.max((0|s)-this._minBufferSize,0))*a,u=e.min(4*l,i);if(l){for(var d=0;d<l;d+=a)this._doProcessBlock(o,d);r=o.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});a.Hasher=h.extend({cfg:s.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){h.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=i.algo={};return i}(Math),e)),T.exports;var e}var R,$={exports:{}};function M(){return R||(R=1,$.exports=(a=L(),r=(t=a).lib,n=r.Base,o=r.WordArray,(i=t.x64={}).Word=n.extend({init:function(e,t){this.high=e,this.low=t}}),i.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 i=e[n];r.push(i.high),r.push(i.low)}return o.create(r,this.sigBytes)},clone:function(){for(var e=n.clone.call(this),t=e.words=this.words.slice(0),r=t.length,o=0;o<r;o++)t[o]=t[o].clone();return e}}),a)),$.exports;var e,t,r,n,o,i,a}var P,I={exports:{}};function D(){return P||(P=1,I.exports=(e=L(),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=[],o=0;o<t;o++)n[o>>>2]|=e[o]<<24-o%4*8;r.call(this,n,t)}else r.apply(this,arguments)};n.prototype=t}}(),e.lib.WordArray)),I.exports;var e}var F,z={exports:{}};function H(){return F||(F=1,z.exports=(e=L(),function(){var t=e,r=t.lib.WordArray,n=t.enc;function o(e){return e<<8&4278255360|e>>>8&16711935}n.Utf16=n.Utf16BE={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o+=2){var i=t[o>>>2]>>>16-o%4*8&65535;n.push(String.fromCharCode(i))}return n.join("")},parse:function(e){for(var t=e.length,n=[],o=0;o<t;o++)n[o>>>1]|=e.charCodeAt(o)<<16-o%2*16;return r.create(n,2*t)}},n.Utf16LE={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],i=0;i<r;i+=2){var a=o(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]|=o(e.charCodeAt(i)<<16-i%2*16);return r.create(n,2*t)}}}(),e.enc.Utf16)),z.exports;var e}var N,U={exports:{}};function G(){return N||(N=1,U.exports=(e=L(),function(){var t=e,r=t.lib.WordArray;function n(e,t,n){for(var o=[],i=0,a=0;a<t;a++)if(a%4){var s=n[e.charCodeAt(a-1)]<<a%4*2|n[e.charCodeAt(a)]>>>6-a%4*2;o[i>>>2]|=s<<24-i%4*8,i++}return r.create(o,i)}t.enc.Base64={stringify:function(e){var t=e.words,r=e.sigBytes,n=this._map;e.clamp();for(var o=[],i=0;i<r;i+=3)for(var a=(t[i>>>2]>>>24-i%4*8&255)<<16|(t[i+1>>>2]>>>24-(i+1)%4*8&255)<<8|t[i+2>>>2]>>>24-(i+2)%4*8&255,s=0;s<4&&i+.75*s<r;s++)o.push(n.charAt(a>>>6*(3-s)&63));var c=n.charAt(64);if(c)for(;o.length%4;)o.push(c);return o.join("")},parse:function(e){var t=e.length,r=this._map,o=this._reverseMap;if(!o){o=this._reverseMap=[];for(var i=0;i<r.length;i++)o[r.charCodeAt(i)]=i}var a=r.charAt(64);if(a){var s=e.indexOf(a);-1!==s&&(t=s)}return n(e,t,o)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),e.enc.Base64)),U.exports;var e}var V,K={exports:{}};function W(){return V||(V=1,K.exports=(e=L(),function(){var t=e,r=t.lib.WordArray;function n(e,t,n){for(var o=[],i=0,a=0;a<t;a++)if(a%4){var s=n[e.charCodeAt(a-1)]<<a%4*2|n[e.charCodeAt(a)]>>>6-a%4*2;o[i>>>2]|=s<<24-i%4*8,i++}return r.create(o,i)}t.enc.Base64url={stringify:function(e,t){void 0===t&&(t=!0);var r=e.words,n=e.sigBytes,o=t?this._safe_map:this._map;e.clamp();for(var i=[],a=0;a<n;a+=3)for(var s=(r[a>>>2]>>>24-a%4*8&255)<<16|(r[a+1>>>2]>>>24-(a+1)%4*8&255)<<8|r[a+2>>>2]>>>24-(a+2)%4*8&255,c=0;c<4&&a+.75*c<n;c++)i.push(o.charAt(s>>>6*(3-c)&63));var l=o.charAt(64);if(l)for(;i.length%4;)i.push(l);return i.join("")},parse:function(e,t){void 0===t&&(t=!0);var r=e.length,o=t?this._safe_map:this._map,i=this._reverseMap;if(!i){i=this._reverseMap=[];for(var a=0;a<o.length;a++)i[o.charCodeAt(a)]=a}var s=o.charAt(64);if(s){var c=e.indexOf(s);-1!==c&&(r=c)}return n(e,r,i)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"}}(),e.enc.Base64url)),K.exports;var e}var J,q={exports:{}};function Y(){return J||(J=1,q.exports=(e=L(),function(t){var r=e,n=r.lib,o=n.WordArray,i=n.Hasher,a=r.algo,s=[];!function(){for(var e=0;e<64;e++)s[e]=4294967296*t.abs(t.sin(e+1))|0}();var c=a.MD5=i.extend({_doReset:function(){this._hash=new o.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(e,t){for(var r=0;r<16;r++){var n=t+r,o=e[n];e[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var i=this._hash.words,a=e[t+0],c=e[t+1],h=e[t+2],p=e[t+3],v=e[t+4],g=e[t+5],y=e[t+6],_=e[t+7],m=e[t+8],b=e[t+9],x=e[t+10],w=e[t+11],k=e[t+12],A=e[t+13],E=e[t+14],j=e[t+15],O=i[0],S=i[1],B=i[2],T=i[3];O=l(O,S,B,T,a,7,s[0]),T=l(T,O,S,B,c,12,s[1]),B=l(B,T,O,S,h,17,s[2]),S=l(S,B,T,O,p,22,s[3]),O=l(O,S,B,T,v,7,s[4]),T=l(T,O,S,B,g,12,s[5]),B=l(B,T,O,S,y,17,s[6]),S=l(S,B,T,O,_,22,s[7]),O=l(O,S,B,T,m,7,s[8]),T=l(T,O,S,B,b,12,s[9]),B=l(B,T,O,S,x,17,s[10]),S=l(S,B,T,O,w,22,s[11]),O=l(O,S,B,T,k,7,s[12]),T=l(T,O,S,B,A,12,s[13]),B=l(B,T,O,S,E,17,s[14]),O=u(O,S=l(S,B,T,O,j,22,s[15]),B,T,c,5,s[16]),T=u(T,O,S,B,y,9,s[17]),B=u(B,T,O,S,w,14,s[18]),S=u(S,B,T,O,a,20,s[19]),O=u(O,S,B,T,g,5,s[20]),T=u(T,O,S,B,x,9,s[21]),B=u(B,T,O,S,j,14,s[22]),S=u(S,B,T,O,v,20,s[23]),O=u(O,S,B,T,b,5,s[24]),T=u(T,O,S,B,E,9,s[25]),B=u(B,T,O,S,p,14,s[26]),S=u(S,B,T,O,m,20,s[27]),O=u(O,S,B,T,A,5,s[28]),T=u(T,O,S,B,h,9,s[29]),B=u(B,T,O,S,_,14,s[30]),O=d(O,S=u(S,B,T,O,k,20,s[31]),B,T,g,4,s[32]),T=d(T,O,S,B,m,11,s[33]),B=d(B,T,O,S,w,16,s[34]),S=d(S,B,T,O,E,23,s[35]),O=d(O,S,B,T,c,4,s[36]),T=d(T,O,S,B,v,11,s[37]),B=d(B,T,O,S,_,16,s[38]),S=d(S,B,T,O,x,23,s[39]),O=d(O,S,B,T,A,4,s[40]),T=d(T,O,S,B,a,11,s[41]),B=d(B,T,O,S,p,16,s[42]),S=d(S,B,T,O,y,23,s[43]),O=d(O,S,B,T,b,4,s[44]),T=d(T,O,S,B,k,11,s[45]),B=d(B,T,O,S,j,16,s[46]),O=f(O,S=d(S,B,T,O,h,23,s[47]),B,T,a,6,s[48]),T=f(T,O,S,B,_,10,s[49]),B=f(B,T,O,S,E,15,s[50]),S=f(S,B,T,O,g,21,s[51]),O=f(O,S,B,T,k,6,s[52]),T=f(T,O,S,B,p,10,s[53]),B=f(B,T,O,S,x,15,s[54]),S=f(S,B,T,O,c,21,s[55]),O=f(O,S,B,T,m,6,s[56]),T=f(T,O,S,B,j,10,s[57]),B=f(B,T,O,S,y,15,s[58]),S=f(S,B,T,O,A,21,s[59]),O=f(O,S,B,T,v,6,s[60]),T=f(T,O,S,B,w,10,s[61]),B=f(B,T,O,S,h,15,s[62]),S=f(S,B,T,O,b,21,s[63]),i[0]=i[0]+O|0,i[1]=i[1]+S|0,i[2]=i[2]+B|0,i[3]=i[3]+T|0},_doFinalize:function(){var e=this._data,r=e.words,n=8*this._nDataBytes,o=8*e.sigBytes;r[o>>>5]|=128<<24-o%32;var i=t.floor(n/4294967296),a=n;r[15+(o+64>>>9<<4)]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),r[14+(o+64>>>9<<4)]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>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=i.clone.call(this);return e._hash=this._hash.clone(),e}});function l(e,t,r,n,o,i,a){var s=e+(t&r|~t&n)+o+a;return(s<<i|s>>>32-i)+t}function u(e,t,r,n,o,i,a){var s=e+(t&n|r&~n)+o+a;return(s<<i|s>>>32-i)+t}function d(e,t,r,n,o,i,a){var s=e+(t^r^n)+o+a;return(s<<i|s>>>32-i)+t}function f(e,t,r,n,o,i,a){var s=e+(r^(t|~n))+o+a;return(s<<i|s>>>32-i)+t}r.MD5=i._createHelper(c),r.HmacMD5=i._createHmacHelper(c)}(Math),e.MD5)),q.exports;var e}var X,Z={exports:{}};function Q(){return X||(X=1,Z.exports=(s=L(),t=(e=s).lib,r=t.WordArray,n=t.Hasher,o=e.algo,i=[],a=o.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],o=r[1],a=r[2],s=r[3],c=r[4],l=0;l<80;l++){if(l<16)i[l]=0|e[t+l];else{var u=i[l-3]^i[l-8]^i[l-14]^i[l-16];i[l]=u<<1|u>>>31}var d=(n<<5|n>>>27)+c+i[l];d+=l<20?1518500249+(o&a|~o&s):l<40?1859775393+(o^a^s):l<60?(o&a|o&s|a&s)-1894007588:(o^a^s)-899497514,c=s,s=a,a=o<<30|o>>>2,o=n,n=d}r[0]=r[0]+n|0,r[1]=r[1]+o|0,r[2]=r[2]+a|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(a),e.HmacSHA1=n._createHmacHelper(a),s.SHA1)),Z.exports;var e,t,r,n,o,i,a,s}var ee,te={exports:{}};function re(){return ee||(ee=1,te.exports=(e=L(),function(t){var r=e,n=r.lib,o=n.WordArray,i=n.Hasher,a=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,o=0;o<64;)e(n)&&(o<8&&(s[o]=r(t.pow(n,.5))),c[o]=r(t.pow(n,1/3)),o++),n++}();var l=[],u=a.SHA256=i.extend({_doReset:function(){this._hash=new o.init(s.slice(0))},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],o=r[1],i=r[2],a=r[3],s=r[4],u=r[5],d=r[6],f=r[7],h=0;h<64;h++){if(h<16)l[h]=0|e[t+h];else{var p=l[h-15],v=(p<<25|p>>>7)^(p<<14|p>>>18)^p>>>3,g=l[h-2],y=(g<<15|g>>>17)^(g<<13|g>>>19)^g>>>10;l[h]=v+l[h-7]+y+l[h-16]}var _=n&o^n&i^o&i,m=(n<<30|n>>>2)^(n<<19|n>>>13)^(n<<10|n>>>22),b=f+((s<<26|s>>>6)^(s<<21|s>>>11)^(s<<7|s>>>25))+(s&u^~s&d)+c[h]+l[h];f=d,d=u,u=s,s=a+b|0,a=i,i=o,o=n,n=b+(m+_)|0}r[0]=r[0]+n|0,r[1]=r[1]+o|0,r[2]=r[2]+i|0,r[3]=r[3]+a|0,r[4]=r[4]+s|0,r[5]=r[5]+u|0,r[6]=r[6]+d|0,r[7]=r[7]+f|0},_doFinalize:function(){var e=this._data,r=e.words,n=8*this._nDataBytes,o=8*e.sigBytes;return r[o>>>5]|=128<<24-o%32,r[14+(o+64>>>9<<4)]=t.floor(n/4294967296),r[15+(o+64>>>9<<4)]=n,e.sigBytes=4*r.length,this._process(),this._hash},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});r.SHA256=i._createHelper(u),r.HmacSHA256=i._createHmacHelper(u)}(Math),e.SHA256)),te.exports;var e}var ne,oe={exports:{}};var ie,ae={exports:{}};function se(){return ie||(ie=1,ae.exports=(e=L(),M(),function(){var t=e,r=t.lib.Hasher,n=t.x64,o=n.Word,i=n.WordArray,a=t.algo;function s(){return o.create.apply(o,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=a.SHA512=r.extend({_doReset:function(){this._hash=new i.init([new o.init(1779033703,4089235720),new o.init(3144134277,2227873595),new o.init(1013904242,4271175723),new o.init(2773480762,1595750129),new o.init(1359893119,2917565137),new o.init(2600822924,725511199),new o.init(528734635,4215389547),new o.init(1541459225,327033209)])},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],o=r[1],i=r[2],a=r[3],s=r[4],u=r[5],d=r[6],f=r[7],h=n.high,p=n.low,v=o.high,g=o.low,y=i.high,_=i.low,m=a.high,b=a.low,x=s.high,w=s.low,k=u.high,A=u.low,E=d.high,j=d.low,O=f.high,S=f.low,B=h,T=p,C=v,L=g,R=y,$=_,M=m,P=b,I=x,D=w,F=k,z=A,H=E,N=j,U=O,G=S,V=0;V<80;V++){var K,W,J=l[V];if(V<16)W=J.high=0|e[t+2*V],K=J.low=0|e[t+2*V+1];else{var q=l[V-15],Y=q.high,X=q.low,Z=(Y>>>1|X<<31)^(Y>>>8|X<<24)^Y>>>7,Q=(X>>>1|Y<<31)^(X>>>8|Y<<24)^(X>>>7|Y<<25),ee=l[V-2],te=ee.high,re=ee.low,ne=(te>>>19|re<<13)^(te<<3|re>>>29)^te>>>6,oe=(re>>>19|te<<13)^(re<<3|te>>>29)^(re>>>6|te<<26),ie=l[V-7],ae=ie.high,se=ie.low,ce=l[V-16],le=ce.high,ue=ce.low;W=(W=(W=Z+ae+((K=Q+se)>>>0<Q>>>0?1:0))+ne+((K+=oe)>>>0<oe>>>0?1:0))+le+((K+=ue)>>>0<ue>>>0?1:0),J.high=W,J.low=K}var de,fe=I&F^~I&H,he=D&z^~D&N,pe=B&C^B&R^C&R,ve=T&L^T&$^L&$,ge=(B>>>28|T<<4)^(B<<30|T>>>2)^(B<<25|T>>>7),ye=(T>>>28|B<<4)^(T<<30|B>>>2)^(T<<25|B>>>7),_e=(I>>>14|D<<18)^(I>>>18|D<<14)^(I<<23|D>>>9),me=(D>>>14|I<<18)^(D>>>18|I<<14)^(D<<23|I>>>9),be=c[V],xe=be.high,we=be.low,ke=U+_e+((de=G+me)>>>0<G>>>0?1:0),Ae=ye+ve;U=H,G=N,H=F,N=z,F=I,z=D,I=M+(ke=(ke=(ke=ke+fe+((de+=he)>>>0<he>>>0?1:0))+xe+((de+=we)>>>0<we>>>0?1:0))+W+((de+=K)>>>0<K>>>0?1:0))+((D=P+de|0)>>>0<P>>>0?1:0)|0,M=R,P=$,R=C,$=L,C=B,L=T,B=ke+(ge+pe+(Ae>>>0<ye>>>0?1:0))+((T=de+Ae|0)>>>0<de>>>0?1:0)|0}p=n.low=p+T,n.high=h+B+(p>>>0<T>>>0?1:0),g=o.low=g+L,o.high=v+C+(g>>>0<L>>>0?1:0),_=i.low=_+$,i.high=y+R+(_>>>0<$>>>0?1:0),b=a.low=b+P,a.high=m+M+(b>>>0<P>>>0?1:0),w=s.low=w+D,s.high=x+I+(w>>>0<D>>>0?1:0),A=u.low=A+z,u.high=k+F+(A>>>0<z>>>0?1:0),j=d.low=j+N,d.high=E+H+(j>>>0<N>>>0?1:0),S=f.low=S+G,f.high=O+U+(S>>>0<G>>>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)),ae.exports;var e}var ce,le={exports:{}};var ue,de={exports:{}};function fe(){return ue||(ue=1,de.exports=(e=L(),M(),function(t){var r=e,n=r.lib,o=n.WordArray,i=n.Hasher,a=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 o=1,i=0;i<24;i++){for(var s=0,d=0,f=0;f<7;f++){if(1&o){var h=(1<<f)-1;h<32?d^=1<<h:s^=1<<h-32}128&o?o=o<<1^113:o<<=1}u[i]=a.create(s,d)}}();var d=[];!function(){for(var e=0;e<25;e++)d[e]=a.create()}();var f=s.SHA3=i.extend({cfg:i.cfg.extend({outputLength:512}),_doReset:function(){for(var e=this._state=[],t=0;t<25;t++)e[t]=new a.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(e,t){for(var r=this._state,n=this.blockSize/2,o=0;o<n;o++){var i=e[t+2*o],a=e[t+2*o+1];i=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),a=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),(S=r[o]).high^=a,S.low^=i}for(var s=0;s<24;s++){for(var f=0;f<5;f++){for(var h=0,p=0,v=0;v<5;v++)h^=(S=r[f+5*v]).high,p^=S.low;var g=d[f];g.high=h,g.low=p}for(f=0;f<5;f++){var y=d[(f+4)%5],_=d[(f+1)%5],m=_.high,b=_.low;for(h=y.high^(m<<1|b>>>31),p=y.low^(b<<1|m>>>31),v=0;v<5;v++)(S=r[f+5*v]).high^=h,S.low^=p}for(var x=1;x<25;x++){var w=(S=r[x]).high,k=S.low,A=c[x];A<32?(h=w<<A|k>>>32-A,p=k<<A|w>>>32-A):(h=k<<A-32|w>>>64-A,p=w<<A-32|k>>>64-A);var E=d[l[x]];E.high=h,E.low=p}var j=d[0],O=r[0];for(j.high=O.high,j.low=O.low,f=0;f<5;f++)for(v=0;v<5;v++){var S=r[x=f+5*v],B=d[x],T=d[(f+1)%5+5*v],C=d[(f+2)%5+5*v];S.high=B.high^~T.high&C.high,S.low=B.low^~T.low&C.low}S=r[0];var L=u[s];S.high^=L.high,S.low^=L.low}},_doFinalize:function(){var e=this._data,r=e.words;this._nDataBytes;var n=8*e.sigBytes,i=32*this.blockSize;r[n>>>5]|=1<<24-n%32,r[(t.ceil((n+1)/i)*i>>>5)-1]|=128,e.sigBytes=4*r.length,this._process();for(var a=this._state,s=this.cfg.outputLength/8,c=s/8,l=[],u=0;u<c;u++){var d=a[u],f=d.high,h=d.low;f=16711935&(f<<8|f>>>24)|4278255360&(f<<24|f>>>8),h=16711935&(h<<8|h>>>24)|4278255360&(h<<24|h>>>8),l.push(h),l.push(f)}return new o.init(l,s)},clone:function(){for(var e=i.clone.call(this),t=e._state=this._state.slice(0),r=0;r<25;r++)t[r]=t[r].clone();return e}});r.SHA3=i._createHelper(f),r.HmacSHA3=i._createHmacHelper(f)}(Math),e.SHA3)),de.exports;var e}var he,pe={exports:{}};var ve,ge={exports:{}};function ye(){return ve||(ve=1,ge.exports=(e=L(),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,o=4*r;t.sigBytes>o&&(t=e.finalize(t)),t.clamp();for(var i=this._oKey=t.clone(),a=this._iKey=t.clone(),s=i.words,c=a.words,l=0;l<r;l++)s[l]^=1549556828,c[l]^=909522486;i.sigBytes=a.sigBytes=o,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))}})))),ge.exports;var e,t,r,n}var _e,me={exports:{}};var be,xe={exports:{}};function we(){return be||(be=1,xe.exports=(s=L(),Q(),ye(),t=(e=s).lib,r=t.Base,n=t.WordArray,o=e.algo,i=o.MD5,a=o.EvpKDF=r.extend({cfg:r.extend({keySize:4,hasher:i,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var r,o=this.cfg,i=o.hasher.create(),a=n.create(),s=a.words,c=o.keySize,l=o.iterations;s.length<c;){r&&i.update(r),r=i.update(e).finalize(t),i.reset();for(var u=1;u<l;u++)r=i.finalize(r),i.reset();a.concat(r)}return a.sigBytes=4*c,a}}),e.EvpKDF=function(e,t,r){return a.create(r).compute(e,t)},s.EvpKDF)),xe.exports;var e,t,r,n,o,i,a,s}var ke,Ae={exports:{}};function Ee(){return ke||(ke=1,Ae.exports=(e=L(),we(),void(e.lib.Cipher||function(t){var r=e,n=r.lib,o=n.Base,i=n.WordArray,a=n.BufferedBlockAlgorithm,s=r.enc;s.Utf8;var c=s.Base64,l=r.algo.EvpKDF,u=n.Cipher=a.extend({cfg:o.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(){a.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?m:y}return function(t){return{encrypt:function(r,n,o){return e(n).encrypt(t,r,n,o)},decrypt:function(r,n,o){return e(n).decrypt(t,r,n,o)}}}}()});n.StreamCipher=u.extend({_doFinalize:function(){return this._process(!0)},blockSize:1});var d=r.mode={},f=n.BlockCipherMode=o.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}}),h=d.CBC=function(){var e=f.extend();function r(e,r,n){var o,i=this._iv;i?(o=i,this._iv=t):o=this._prevBlock;for(var a=0;a<n;a++)e[r+a]^=o[a]}return e.Encryptor=e.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize;r.call(this,e,t,o),n.encryptBlock(e,t),this._prevBlock=e.slice(t,t+o)}}),e.Decryptor=e.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize,i=e.slice(t,t+o);n.decryptBlock(e,t),r.call(this,e,t,o),this._prevBlock=i}}),e}(),p=(r.pad={}).Pkcs7={pad:function(e,t){for(var r=4*t,n=r-e.sigBytes%r,o=n<<24|n<<16|n<<8|n,a=[],s=0;s<n;s+=4)a.push(o);var c=i.create(a,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:h,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=o.extend({init:function(e){this.mixIn(e)},toString:function(e){return(e||this.formatter).stringify(this)}}),g=(r.format={}).OpenSSL={stringify:function(e){var t=e.ciphertext,r=e.salt;return(r?i.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=i.create(n.slice(2,4)),n.splice(0,4),r.sigBytes-=16),v.create({ciphertext:r,salt:t})}},y=n.SerializableCipher=o.extend({cfg:o.extend({format:g}),encrypt:function(e,t,r,n){n=this.cfg.extend(n);var o=e.createEncryptor(r,n),i=o.finalize(t),a=o.cfg;return v.create({ciphertext:i,key:r,iv:a.iv,algorithm:e,mode:a.mode,padding:a.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}}),_=(r.kdf={}).OpenSSL={execute:function(e,t,r,n,o){if(n||(n=i.random(8)),o)a=l.create({keySize:t+r,hasher:o}).compute(e,n);else var a=l.create({keySize:t+r}).compute(e,n);var s=i.create(a.words.slice(t),4*r);return a.sigBytes=4*t,v.create({key:a,iv:s,salt:n})}},m=n.PasswordBasedCipher=y.extend({cfg:y.cfg.extend({kdf:_}),encrypt:function(e,t,r,n){var o=(n=this.cfg.extend(n)).kdf.execute(r,e.keySize,e.ivSize,n.salt,n.hasher);n.iv=o.iv;var i=y.encrypt.call(this,e,t,o.key,n);return i.mixIn(o),i},decrypt:function(e,t,r,n){n=this.cfg.extend(n),t=this._parse(t,n.format);var o=n.kdf.execute(r,e.keySize,e.ivSize,t.salt,n.hasher);return n.iv=o.iv,y.decrypt.call(this,e,t,o.key,n)}})}()))),Ae.exports;var e}var je,Oe={exports:{}};function Se(){return je||(je=1,Oe.exports=(e=L(),Ee(),e.mode.CFB=function(){var t=e.lib.BlockCipherMode.extend();function r(e,t,r,n){var o,i=this._iv;i?(o=i.slice(0),this._iv=void 0):o=this._prevBlock,n.encryptBlock(o,0);for(var a=0;a<r;a++)e[t+a]^=o[a]}return t.Encryptor=t.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize;r.call(this,e,t,o,n),this._prevBlock=e.slice(t,t+o)}}),t.Decryptor=t.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize,i=e.slice(t,t+o);r.call(this,e,t,o,n),this._prevBlock=i}}),t}(),e.mode.CFB)),Oe.exports;var e}var Be,Te={exports:{}};function Ce(){return Be||(Be=1,Te.exports=(r=L(),Ee(),r.mode.CTR=(e=r.lib.BlockCipherMode.extend(),t=e.Encryptor=e.extend({processBlock:function(e,t){var r=this._cipher,n=r.blockSize,o=this._iv,i=this._counter;o&&(i=this._counter=o.slice(0),this._iv=void 0);var a=i.slice(0);r.encryptBlock(a,0),i[n-1]=i[n-1]+1|0;for(var s=0;s<n;s++)e[t+s]^=a[s]}}),e.Decryptor=t,e),r.mode.CTR)),Te.exports;var e,t,r}var Le,Re={exports:{}};function $e(){return Le||(Le=1,Re.exports=(e=L(),Ee(),
1
+ "use strict";var e=require("react/jsx-runtime"),t=require("react"),r=require("generaltranslation"),n=require("@generaltranslation/react-core");function o(e){var t=Object.create(null);return e&&Object.keys(e).forEach(function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}}),t.default=e,Object.freeze(t)}var i,s,a=o(t),c="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function l(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var u=(s||(s=1,i=function(e,t){t||(t={}),"function"==typeof t&&(t={cmp:t});var r="boolean"==typeof t.cycles&&t.cycles,n=t.cmp&&function(e){return function(t){return function(r,n){var o={key:r,value:t[r]},i={key:n,value:t[n]};return e(o,i)}}}(t.cmp),o=[];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 i,s;if(Array.isArray(t)){for(s="[",i=0;i<t.length;i++)i&&(s+=","),s+=e(t[i])||"null";return s+"]"}if(null===t)return"null";if(-1!==o.indexOf(t)){if(r)return JSON.stringify("__cycle__");throw new TypeError("Converting circular structure to JSON")}var a=o.push(t)-1,c=Object.keys(t).sort(n&&n(t));for(s="",i=0;i<c.length;i++){var l=c[i],u=e(t[l]);u&&(s&&(s+=","),s+=JSON.stringify(l)+":"+u)}return o.splice(a,1),"{"+s+"}"}}(e)}),i);l(u);var f,h={exports:{}},p={exports:{}},d=function(e){if(Object.prototype.hasOwnProperty.call(e,"__esModule"))return e;var t=e.default;if("function"==typeof t){var r=function e(){var r=!1;try{r=this instanceof e}catch{}return r?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};r.prototype=t.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(e).forEach(function(t){var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:function(){return e[t]}})}),r}(Object.freeze({__proto__:null,default:{}}));function v(){return f||(f=1,p.exports=(e=e||function(e){var t;if("undefined"!=typeof window&&window.crypto&&(t=window.crypto),"undefined"!=typeof self&&self.crypto&&(t=self.crypto),"undefined"!=typeof globalThis&&globalThis.crypto&&(t=globalThis.crypto),!t&&"undefined"!=typeof window&&window.msCrypto&&(t=window.msCrypto),!t&&void 0!==c&&c.crypto&&(t=c.crypto),!t)try{t=d}catch(e){}var r=function(){if(t){if("function"==typeof t.getRandomValues)try{return t.getRandomValues(new Uint32Array(1))[0]}catch(e){}if("function"==typeof t.randomBytes)try{return t.randomBytes(4).readInt32LE()}catch(e){}}throw new Error("Native crypto module could not be used to get secure random number.")},n=Object.create||function(){function e(){}return function(t){var r;return e.prototype=t,r=new e,e.prototype=null,r}}(),o={},i=o.lib={},s=i.Base={extend:function(e){var t=n(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)}},a=i.WordArray=s.extend({init:function(e,t){e=this.words=e||[],this.sigBytes=null!=t?t:4*e.length},toString:function(e){return(e||u).stringify(this)},concat:function(e){var t=this.words,r=e.words,n=this.sigBytes,o=e.sigBytes;if(this.clamp(),n%4)for(var i=0;i<o;i++){var s=r[i>>>2]>>>24-i%4*8&255;t[n+i>>>2]|=s<<24-(n+i)%4*8}else for(var a=0;a<o;a+=4)t[n+a>>>2]=r[a>>>2];return this.sigBytes+=o,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=[],n=0;n<e;n+=4)t.push(r());return new a.init(t,e)}}),l=o.enc={},u=l.Hex={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o++){var i=t[o>>>2]>>>24-o%4*8&255;n.push((i>>>4).toString(16)),n.push((15&i).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 a.init(r,t/2)}},f=l.Latin1={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o++){var i=t[o>>>2]>>>24-o%4*8&255;n.push(String.fromCharCode(i))}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 a.init(r,t)}},h=l.Utf8={stringify:function(e){try{return decodeURIComponent(escape(f.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return f.parse(unescape(encodeURIComponent(e)))}},p=i.BufferedBlockAlgorithm=s.extend({reset:function(){this._data=new a.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,o=n.words,i=n.sigBytes,s=this.blockSize,c=i/(4*s),l=(c=t?e.ceil(c):e.max((0|c)-this._minBufferSize,0))*s,u=e.min(4*l,i);if(l){for(var f=0;f<l;f+=s)this._doProcessBlock(o,f);r=o.splice(0,l),n.sigBytes-=u}return new a.init(r,u)},clone:function(){var e=s.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0});i.Hasher=p.extend({cfg:s.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){p.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 v.HMAC.init(e,r).finalize(t)}}});var v=o.algo={};return o}(Math),e)),p.exports;var e}var g,y={exports:{}};function _(){return g||(g=1,y.exports=(t=(e=i=v()).lib,r=t.Base,n=t.WordArray,(o=e.x64={}).Word=r.extend({init:function(e,t){this.high=e,this.low=t}}),o.WordArray=r.extend({init:function(e,t){e=this.words=e||[],this.sigBytes=null!=t?t:8*e.length},toX32:function(){for(var e=this.words,t=e.length,r=[],o=0;o<t;o++){var i=e[o];r.push(i.high),r.push(i.low)}return n.create(r,this.sigBytes)},clone:function(){for(var e=r.clone.call(this),t=e.words=this.words.slice(0),n=t.length,o=0;o<n;o++)t[o]=t[o].clone();return e}}),i)),y.exports;var e,t,r,n,o,i}var x,b={exports:{}};var m,B={exports:{}};var w,k={exports:{}};function S(){return w||(w=1,k.exports=(e=v(),function(){var t=e,r=t.lib.WordArray;function n(e,t,n){for(var o=[],i=0,s=0;s<t;s++)if(s%4){var a=n[e.charCodeAt(s-1)]<<s%4*2|n[e.charCodeAt(s)]>>>6-s%4*2;o[i>>>2]|=a<<24-i%4*8,i++}return r.create(o,i)}t.enc.Base64={stringify:function(e){var t=e.words,r=e.sigBytes,n=this._map;e.clamp();for(var o=[],i=0;i<r;i+=3)for(var s=(t[i>>>2]>>>24-i%4*8&255)<<16|(t[i+1>>>2]>>>24-(i+1)%4*8&255)<<8|t[i+2>>>2]>>>24-(i+2)%4*8&255,a=0;a<4&&i+.75*a<r;a++)o.push(n.charAt(s>>>6*(3-a)&63));var c=n.charAt(64);if(c)for(;o.length%4;)o.push(c);return o.join("")},parse:function(e){var t=e.length,r=this._map,o=this._reverseMap;if(!o){o=this._reverseMap=[];for(var i=0;i<r.length;i++)o[r.charCodeAt(i)]=i}var s=r.charAt(64);if(s){var a=e.indexOf(s);-1!==a&&(t=a)}return n(e,t,o)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),e.enc.Base64)),k.exports;var e}var A,C={exports:{}};var H,O={exports:{}};function z(){return H||(H=1,O.exports=(e=v(),function(t){var r=e,n=r.lib,o=n.WordArray,i=n.Hasher,s=r.algo,a=[];!function(){for(var e=0;e<64;e++)a[e]=4294967296*t.abs(t.sin(e+1))|0}();var c=s.MD5=i.extend({_doReset:function(){this._hash=new o.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(e,t){for(var r=0;r<16;r++){var n=t+r,o=e[n];e[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var i=this._hash.words,s=e[t+0],c=e[t+1],p=e[t+2],d=e[t+3],v=e[t+4],g=e[t+5],y=e[t+6],_=e[t+7],x=e[t+8],b=e[t+9],m=e[t+10],B=e[t+11],w=e[t+12],k=e[t+13],S=e[t+14],A=e[t+15],C=i[0],H=i[1],O=i[2],z=i[3];C=l(C,H,O,z,s,7,a[0]),z=l(z,C,H,O,c,12,a[1]),O=l(O,z,C,H,p,17,a[2]),H=l(H,O,z,C,d,22,a[3]),C=l(C,H,O,z,v,7,a[4]),z=l(z,C,H,O,g,12,a[5]),O=l(O,z,C,H,y,17,a[6]),H=l(H,O,z,C,_,22,a[7]),C=l(C,H,O,z,x,7,a[8]),z=l(z,C,H,O,b,12,a[9]),O=l(O,z,C,H,m,17,a[10]),H=l(H,O,z,C,B,22,a[11]),C=l(C,H,O,z,w,7,a[12]),z=l(z,C,H,O,k,12,a[13]),O=l(O,z,C,H,S,17,a[14]),C=u(C,H=l(H,O,z,C,A,22,a[15]),O,z,c,5,a[16]),z=u(z,C,H,O,y,9,a[17]),O=u(O,z,C,H,B,14,a[18]),H=u(H,O,z,C,s,20,a[19]),C=u(C,H,O,z,g,5,a[20]),z=u(z,C,H,O,m,9,a[21]),O=u(O,z,C,H,A,14,a[22]),H=u(H,O,z,C,v,20,a[23]),C=u(C,H,O,z,b,5,a[24]),z=u(z,C,H,O,S,9,a[25]),O=u(O,z,C,H,d,14,a[26]),H=u(H,O,z,C,x,20,a[27]),C=u(C,H,O,z,k,5,a[28]),z=u(z,C,H,O,p,9,a[29]),O=u(O,z,C,H,_,14,a[30]),C=f(C,H=u(H,O,z,C,w,20,a[31]),O,z,g,4,a[32]),z=f(z,C,H,O,x,11,a[33]),O=f(O,z,C,H,B,16,a[34]),H=f(H,O,z,C,S,23,a[35]),C=f(C,H,O,z,c,4,a[36]),z=f(z,C,H,O,v,11,a[37]),O=f(O,z,C,H,_,16,a[38]),H=f(H,O,z,C,m,23,a[39]),C=f(C,H,O,z,k,4,a[40]),z=f(z,C,H,O,s,11,a[41]),O=f(O,z,C,H,d,16,a[42]),H=f(H,O,z,C,y,23,a[43]),C=f(C,H,O,z,b,4,a[44]),z=f(z,C,H,O,w,11,a[45]),O=f(O,z,C,H,A,16,a[46]),C=h(C,H=f(H,O,z,C,p,23,a[47]),O,z,s,6,a[48]),z=h(z,C,H,O,_,10,a[49]),O=h(O,z,C,H,S,15,a[50]),H=h(H,O,z,C,g,21,a[51]),C=h(C,H,O,z,w,6,a[52]),z=h(z,C,H,O,d,10,a[53]),O=h(O,z,C,H,m,15,a[54]),H=h(H,O,z,C,c,21,a[55]),C=h(C,H,O,z,x,6,a[56]),z=h(z,C,H,O,A,10,a[57]),O=h(O,z,C,H,y,15,a[58]),H=h(H,O,z,C,k,21,a[59]),C=h(C,H,O,z,v,6,a[60]),z=h(z,C,H,O,B,10,a[61]),O=h(O,z,C,H,p,15,a[62]),H=h(H,O,z,C,b,21,a[63]),i[0]=i[0]+C|0,i[1]=i[1]+H|0,i[2]=i[2]+O|0,i[3]=i[3]+z|0},_doFinalize:function(){var e=this._data,r=e.words,n=8*this._nDataBytes,o=8*e.sigBytes;r[o>>>5]|=128<<24-o%32;var i=t.floor(n/4294967296),s=n;r[15+(o+64>>>9<<4)]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),r[14+(o+64>>>9<<4)]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),e.sigBytes=4*(r.length+1),this._process();for(var a=this._hash,c=a.words,l=0;l<4;l++){var u=c[l];c[l]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8)}return a},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});function l(e,t,r,n,o,i,s){var a=e+(t&r|~t&n)+o+s;return(a<<i|a>>>32-i)+t}function u(e,t,r,n,o,i,s){var a=e+(t&n|r&~n)+o+s;return(a<<i|a>>>32-i)+t}function f(e,t,r,n,o,i,s){var a=e+(t^r^n)+o+s;return(a<<i|a>>>32-i)+t}function h(e,t,r,n,o,i,s){var a=e+(r^(t|~n))+o+s;return(a<<i|a>>>32-i)+t}r.MD5=i._createHelper(c),r.HmacMD5=i._createHmacHelper(c)}(Math),e.MD5)),O.exports;var e}var P,R={exports:{}};function j(){return P||(P=1,R.exports=(t=(e=a=v()).lib,r=t.WordArray,n=t.Hasher,o=e.algo,i=[],s=o.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],o=r[1],s=r[2],a=r[3],c=r[4],l=0;l<80;l++){if(l<16)i[l]=0|e[t+l];else{var u=i[l-3]^i[l-8]^i[l-14]^i[l-16];i[l]=u<<1|u>>>31}var f=(n<<5|n>>>27)+c+i[l];f+=l<20?1518500249+(o&s|~o&a):l<40?1859775393+(o^s^a):l<60?(o&s|o&a|s&a)-1894007588:(o^s^a)-899497514,c=a,a=s,s=o<<30|o>>>2,o=n,n=f}r[0]=r[0]+n|0,r[1]=r[1]+o|0,r[2]=r[2]+s|0,r[3]=r[3]+a|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(s),e.HmacSHA1=n._createHmacHelper(s),a.SHA1)),R.exports;var e,t,r,n,o,i,s,a}var E,M,D={exports:{}};function F(){return E||(E=1,D.exports=(e=v(),function(t){var r=e,n=r.lib,o=n.WordArray,i=n.Hasher,s=r.algo,a=[],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,o=0;o<64;)e(n)&&(o<8&&(a[o]=r(t.pow(n,.5))),c[o]=r(t.pow(n,1/3)),o++),n++}();var l=[],u=s.SHA256=i.extend({_doReset:function(){this._hash=new o.init(a.slice(0))},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],o=r[1],i=r[2],s=r[3],a=r[4],u=r[5],f=r[6],h=r[7],p=0;p<64;p++){if(p<16)l[p]=0|e[t+p];else{var d=l[p-15],v=(d<<25|d>>>7)^(d<<14|d>>>18)^d>>>3,g=l[p-2],y=(g<<15|g>>>17)^(g<<13|g>>>19)^g>>>10;l[p]=v+l[p-7]+y+l[p-16]}var _=n&o^n&i^o&i,x=(n<<30|n>>>2)^(n<<19|n>>>13)^(n<<10|n>>>22),b=h+((a<<26|a>>>6)^(a<<21|a>>>11)^(a<<7|a>>>25))+(a&u^~a&f)+c[p]+l[p];h=f,f=u,u=a,a=s+b|0,s=i,i=o,o=n,n=b+(x+_)|0}r[0]=r[0]+n|0,r[1]=r[1]+o|0,r[2]=r[2]+i|0,r[3]=r[3]+s|0,r[4]=r[4]+a|0,r[5]=r[5]+u|0,r[6]=r[6]+f|0,r[7]=r[7]+h|0},_doFinalize:function(){var e=this._data,r=e.words,n=8*this._nDataBytes,o=8*e.sigBytes;return r[o>>>5]|=128<<24-o%32,r[14+(o+64>>>9<<4)]=t.floor(n/4294967296),r[15+(o+64>>>9<<4)]=n,e.sigBytes=4*r.length,this._process(),this._hash},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});r.SHA256=i._createHelper(u),r.HmacSHA256=i._createHmacHelper(u)}(Math),e.SHA256)),D.exports;var e}var L,T={exports:{}};function W(){return L||(L=1,T.exports=(e=v(),_(),function(){var t=e,r=t.lib.Hasher,n=t.x64,o=n.Word,i=n.WordArray,s=t.algo;function a(){return o.create.apply(o,arguments)}var c=[a(1116352408,3609767458),a(1899447441,602891725),a(3049323471,3964484399),a(3921009573,2173295548),a(961987163,4081628472),a(1508970993,3053834265),a(2453635748,2937671579),a(2870763221,3664609560),a(3624381080,2734883394),a(310598401,1164996542),a(607225278,1323610764),a(1426881987,3590304994),a(1925078388,4068182383),a(2162078206,991336113),a(2614888103,633803317),a(3248222580,3479774868),a(3835390401,2666613458),a(4022224774,944711139),a(264347078,2341262773),a(604807628,2007800933),a(770255983,1495990901),a(1249150122,1856431235),a(1555081692,3175218132),a(1996064986,2198950837),a(2554220882,3999719339),a(2821834349,766784016),a(2952996808,2566594879),a(3210313671,3203337956),a(3336571891,1034457026),a(3584528711,2466948901),a(113926993,3758326383),a(338241895,168717936),a(666307205,1188179964),a(773529912,1546045734),a(1294757372,1522805485),a(1396182291,2643833823),a(1695183700,2343527390),a(1986661051,1014477480),a(2177026350,1206759142),a(2456956037,344077627),a(2730485921,1290863460),a(2820302411,3158454273),a(3259730800,3505952657),a(3345764771,106217008),a(3516065817,3606008344),a(3600352804,1432725776),a(4094571909,1467031594),a(275423344,851169720),a(430227734,3100823752),a(506948616,1363258195),a(659060556,3750685593),a(883997877,3785050280),a(958139571,3318307427),a(1322822218,3812723403),a(1537002063,2003034995),a(1747873779,3602036899),a(1955562222,1575990012),a(2024104815,1125592928),a(2227730452,2716904306),a(2361852424,442776044),a(2428436474,593698344),a(2756734187,3733110249),a(3204031479,2999351573),a(3329325298,3815920427),a(3391569614,3928383900),a(3515267271,566280711),a(3940187606,3454069534),a(4118630271,4000239992),a(116418474,1914138554),a(174292421,2731055270),a(289380356,3203993006),a(460393269,320620315),a(685471733,587496836),a(852142971,1086792851),a(1017036298,365543100),a(1126000580,2618297676),a(1288033470,3409855158),a(1501505948,4234509866),a(1607167915,987167468),a(1816402316,1246189591)],l=[];!function(){for(var e=0;e<80;e++)l[e]=a()}();var u=s.SHA512=r.extend({_doReset:function(){this._hash=new i.init([new o.init(1779033703,4089235720),new o.init(3144134277,2227873595),new o.init(1013904242,4271175723),new o.init(2773480762,1595750129),new o.init(1359893119,2917565137),new o.init(2600822924,725511199),new o.init(528734635,4215389547),new o.init(1541459225,327033209)])},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],o=r[1],i=r[2],s=r[3],a=r[4],u=r[5],f=r[6],h=r[7],p=n.high,d=n.low,v=o.high,g=o.low,y=i.high,_=i.low,x=s.high,b=s.low,m=a.high,B=a.low,w=u.high,k=u.low,S=f.high,A=f.low,C=h.high,H=h.low,O=p,z=d,P=v,R=g,j=y,E=_,M=x,D=b,F=m,L=B,T=w,W=k,I=S,U=A,N=C,K=H,X=0;X<80;X++){var q,G,J=l[X];if(X<16)G=J.high=0|e[t+2*X],q=J.low=0|e[t+2*X+1];else{var $=l[X-15],V=$.high,Z=$.low,Q=(V>>>1|Z<<31)^(V>>>8|Z<<24)^V>>>7,Y=(Z>>>1|V<<31)^(Z>>>8|V<<24)^(Z>>>7|V<<25),ee=l[X-2],te=ee.high,re=ee.low,ne=(te>>>19|re<<13)^(te<<3|re>>>29)^te>>>6,oe=(re>>>19|te<<13)^(re<<3|te>>>29)^(re>>>6|te<<26),ie=l[X-7],se=ie.high,ae=ie.low,ce=l[X-16],le=ce.high,ue=ce.low;G=(G=(G=Q+se+((q=Y+ae)>>>0<Y>>>0?1:0))+ne+((q+=oe)>>>0<oe>>>0?1:0))+le+((q+=ue)>>>0<ue>>>0?1:0),J.high=G,J.low=q}var fe,he=F&T^~F&I,pe=L&W^~L&U,de=O&P^O&j^P&j,ve=z&R^z&E^R&E,ge=(O>>>28|z<<4)^(O<<30|z>>>2)^(O<<25|z>>>7),ye=(z>>>28|O<<4)^(z<<30|O>>>2)^(z<<25|O>>>7),_e=(F>>>14|L<<18)^(F>>>18|L<<14)^(F<<23|L>>>9),xe=(L>>>14|F<<18)^(L>>>18|F<<14)^(L<<23|F>>>9),be=c[X],me=be.high,Be=be.low,we=N+_e+((fe=K+xe)>>>0<K>>>0?1:0),ke=ye+ve;N=I,K=U,I=T,U=W,T=F,W=L,F=M+(we=(we=(we=we+he+((fe+=pe)>>>0<pe>>>0?1:0))+me+((fe+=Be)>>>0<Be>>>0?1:0))+G+((fe+=q)>>>0<q>>>0?1:0))+((L=D+fe|0)>>>0<D>>>0?1:0)|0,M=j,D=E,j=P,E=R,P=O,R=z,O=we+(ge+de+(ke>>>0<ye>>>0?1:0))+((z=fe+ke|0)>>>0<fe>>>0?1:0)|0}d=n.low=d+z,n.high=p+O+(d>>>0<z>>>0?1:0),g=o.low=g+R,o.high=v+P+(g>>>0<R>>>0?1:0),_=i.low=_+E,i.high=y+j+(_>>>0<E>>>0?1:0),b=s.low=b+D,s.high=x+M+(b>>>0<D>>>0?1:0),B=a.low=B+L,a.high=m+F+(B>>>0<L>>>0?1:0),k=u.low=k+W,u.high=w+T+(k>>>0<W>>>0?1:0),A=f.low=A+U,f.high=S+I+(A>>>0<U>>>0?1:0),H=h.low=H+K,h.high=C+N+(H>>>0<K>>>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)),T.exports;var e}var I,U,N={exports:{}},K={exports:{}};var X,q,G={exports:{}},J={exports:{}};function $(){return q||(q=1,J.exports=(t=(e=v()).lib.Base,r=e.enc.Utf8,void(e.algo.HMAC=t.extend({init:function(e,t){e=this._hasher=new e.init,"string"==typeof t&&(t=r.parse(t));var n=e.blockSize,o=4*n;t.sigBytes>o&&(t=e.finalize(t)),t.clamp();for(var i=this._oKey=t.clone(),s=this._iKey=t.clone(),a=i.words,c=s.words,l=0;l<n;l++)a[l]^=1549556828,c[l]^=909522486;i.sigBytes=s.sigBytes=o,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))}})))),J.exports;var e,t,r}var V,Z,Q={exports:{}},Y={exports:{}};function ee(){return Z||(Z=1,Y.exports=(a=v(),j(),$(),r=(t=(e=a).lib).Base,n=t.WordArray,i=(o=e.algo).MD5,s=o.EvpKDF=r.extend({cfg:r.extend({keySize:4,hasher:i,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var r,o=this.cfg,i=o.hasher.create(),s=n.create(),a=s.words,c=o.keySize,l=o.iterations;a.length<c;){r&&i.update(r),r=i.update(e).finalize(t),i.reset();for(var u=1;u<l;u++)r=i.finalize(r),i.reset();s.concat(r)}return s.sigBytes=4*c,s}}),e.EvpKDF=function(e,t,r){return s.create(r).compute(e,t)},a.EvpKDF)),Y.exports;var e,t,r,n,o,i,s,a}var te,re={exports:{}};function ne(){return te||(te=1,re.exports=(e=v(),ee(),void(e.lib.Cipher||function(){var t=e,r=t.lib,n=r.Base,o=r.WordArray,i=r.BufferedBlockAlgorithm,s=t.enc;s.Utf8;var a=s.Base64,c=t.algo.EvpKDF,l=r.Cipher=i.extend({cfg:n.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(){i.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,o){return e(n).encrypt(t,r,n,o)},decrypt:function(r,n,o){return e(n).decrypt(t,r,n,o)}}}}()});r.StreamCipher=l.extend({_doFinalize:function(){return this._process(!0)},blockSize:1});var u=t.mode={},f=r.BlockCipherMode=n.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}}),h=u.CBC=function(){var e=f.extend();function t(e,t,r){var n,o=this._iv;o?(n=o,this._iv=undefined):n=this._prevBlock;for(var i=0;i<r;i++)e[t+i]^=n[i]}return e.Encryptor=e.extend({processBlock:function(e,r){var n=this._cipher,o=n.blockSize;t.call(this,e,r,o),n.encryptBlock(e,r),this._prevBlock=e.slice(r,r+o)}}),e.Decryptor=e.extend({processBlock:function(e,r){var n=this._cipher,o=n.blockSize,i=e.slice(r,r+o);n.decryptBlock(e,r),t.call(this,e,r,o),this._prevBlock=i}}),e}(),p=(t.pad={}).Pkcs7={pad:function(e,t){for(var r=4*t,n=r-e.sigBytes%r,i=n<<24|n<<16|n<<8|n,s=[],a=0;a<n;a+=4)s.push(i);var c=o.create(s,n);e.concat(c)},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}};r.BlockCipher=l.extend({cfg:l.cfg.extend({mode:h,padding:p}),reset:function(){var e;l.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 d=r.CipherParams=n.extend({init:function(e){this.mixIn(e)},toString:function(e){return(e||this.formatter).stringify(this)}}),v=(t.format={}).OpenSSL={stringify:function(e){var t=e.ciphertext,r=e.salt;return(r?o.create([1398893684,1701076831]).concat(r).concat(t):t).toString(a)},parse:function(e){var t,r=a.parse(e),n=r.words;return 1398893684==n[0]&&1701076831==n[1]&&(t=o.create(n.slice(2,4)),n.splice(0,4),r.sigBytes-=16),d.create({ciphertext:r,salt:t})}},g=r.SerializableCipher=n.extend({cfg:n.extend({format:v}),encrypt:function(e,t,r,n){n=this.cfg.extend(n);var o=e.createEncryptor(r,n),i=o.finalize(t),s=o.cfg;return d.create({ciphertext:i,key:r,iv:s.iv,algorithm:e,mode:s.mode,padding:s.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}}),y=(t.kdf={}).OpenSSL={execute:function(e,t,r,n,i){if(n||(n=o.random(8)),i)s=c.create({keySize:t+r,hasher:i}).compute(e,n);else var s=c.create({keySize:t+r}).compute(e,n);var a=o.create(s.words.slice(t),4*r);return s.sigBytes=4*t,d.create({key:s,iv:a,salt:n})}},_=r.PasswordBasedCipher=g.extend({cfg:g.cfg.extend({kdf:y}),encrypt:function(e,t,r,n){var o=(n=this.cfg.extend(n)).kdf.execute(r,e.keySize,e.ivSize,n.salt,n.hasher);n.iv=o.iv;var i=g.encrypt.call(this,e,t,o.key,n);return i.mixIn(o),i},decrypt:function(e,t,r,n){n=this.cfg.extend(n),t=this._parse(t,n.format);var o=n.kdf.execute(r,e.keySize,e.ivSize,t.salt,n.hasher);return n.iv=o.iv,g.decrypt.call(this,e,t,o.key,n)}})}()))),re.exports;var e}var oe,ie={exports:{}};var se,ae={exports:{}};var ce,le={exports:{}};var ue,fe={exports:{}};var he,pe,de,ve,ge,ye,_e,xe,be,me={exports:{}},Be={exports:{}},we={exports:{}},ke={exports:{}},Se={exports:{}},Ae={exports:{}},Ce={exports:{}},He={exports:{}},Oe={exports:{}};var ze,Pe,Re,je,Ee,Me={exports:{}},De={exports:{}},Fe={exports:{}},Le={exports:{}};var Te,We,Ie,Ue,Ne,Ke,Xe,qe=(Ee||(Ee=1,h.exports=function(e){return e}(v(),_(),(x||(x=1,b.exports=(Xe=v(),function(){if("function"==typeof ArrayBuffer){var e=Xe.lib.WordArray,t=e.init,r=e.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 r=e.byteLength,n=[],o=0;o<r;o++)n[o>>>2]|=e[o]<<24-o%4*8;t.call(this,n,r)}else t.apply(this,arguments)};r.prototype=e}}(),Xe.lib.WordArray)),b.exports),function(){return m||(m=1,B.exports=(e=v(),function(){var t=e,r=t.lib.WordArray,n=t.enc;function o(e){return e<<8&4278255360|e>>>8&16711935}n.Utf16=n.Utf16BE={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o+=2){var i=t[o>>>2]>>>16-o%4*8&65535;n.push(String.fromCharCode(i))}return n.join("")},parse:function(e){for(var t=e.length,n=[],o=0;o<t;o++)n[o>>>1]|=e.charCodeAt(o)<<16-o%2*16;return r.create(n,2*t)}},n.Utf16LE={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],i=0;i<r;i+=2){var s=o(t[i>>>2]>>>16-i%4*8&65535);n.push(String.fromCharCode(s))}return n.join("")},parse:function(e){for(var t=e.length,n=[],i=0;i<t;i++)n[i>>>1]|=o(e.charCodeAt(i)<<16-i%2*16);return r.create(n,2*t)}}}(),e.enc.Utf16)),B.exports;var e}(),S(),function(){return A||(A=1,C.exports=(e=v(),function(){var t=e,r=t.lib.WordArray;function n(e,t,n){for(var o=[],i=0,s=0;s<t;s++)if(s%4){var a=n[e.charCodeAt(s-1)]<<s%4*2|n[e.charCodeAt(s)]>>>6-s%4*2;o[i>>>2]|=a<<24-i%4*8,i++}return r.create(o,i)}t.enc.Base64url={stringify:function(e,t){void 0===t&&(t=!0);var r=e.words,n=e.sigBytes,o=t?this._safe_map:this._map;e.clamp();for(var i=[],s=0;s<n;s+=3)for(var a=(r[s>>>2]>>>24-s%4*8&255)<<16|(r[s+1>>>2]>>>24-(s+1)%4*8&255)<<8|r[s+2>>>2]>>>24-(s+2)%4*8&255,c=0;c<4&&s+.75*c<n;c++)i.push(o.charAt(a>>>6*(3-c)&63));var l=o.charAt(64);if(l)for(;i.length%4;)i.push(l);return i.join("")},parse:function(e,t){void 0===t&&(t=!0);var r=e.length,o=t?this._safe_map:this._map,i=this._reverseMap;if(!i){i=this._reverseMap=[];for(var s=0;s<o.length;s++)i[o.charCodeAt(s)]=s}var a=o.charAt(64);if(a){var c=e.indexOf(a);-1!==c&&(r=c)}return n(e,r,i)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"}}(),e.enc.Base64url)),C.exports;var e}(),z(),j(),F(),M||(M=1,Ke=v(),F(),We=(Te=Ke).lib.WordArray,Ie=Te.algo,Ue=Ie.SHA256,Ne=Ie.SHA224=Ue.extend({_doReset:function(){this._hash=new We.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var e=Ue._doFinalize.call(this);return e.sigBytes-=4,e}}),Te.SHA224=Ue._createHelper(Ne),Te.HmacSHA224=Ue._createHmacHelper(Ne),Ke.SHA224),W(),function(){return I?N.exports:(I=1,N.exports=(a=v(),_(),W(),t=(e=a).x64,r=t.Word,n=t.WordArray,o=e.algo,i=o.SHA512,s=o.SHA384=i.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=i._doFinalize.call(this);return e.sigBytes-=16,e}}),e.SHA384=i._createHelper(s),e.HmacSHA384=i._createHmacHelper(s),a.SHA384));var e,t,r,n,o,i,s,a}(),function(){return U||(U=1,K.exports=(e=v(),_(),function(t){var r=e,n=r.lib,o=n.WordArray,i=n.Hasher,s=r.x64.Word,a=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 o=1,i=0;i<24;i++){for(var a=0,f=0,h=0;h<7;h++){if(1&o){var p=(1<<h)-1;p<32?f^=1<<p:a^=1<<p-32}128&o?o=o<<1^113:o<<=1}u[i]=s.create(a,f)}}();var f=[];!function(){for(var e=0;e<25;e++)f[e]=s.create()}();var h=a.SHA3=i.extend({cfg:i.cfg.extend({outputLength:512}),_doReset:function(){for(var e=this._state=[],t=0;t<25;t++)e[t]=new s.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(e,t){for(var r=this._state,n=this.blockSize/2,o=0;o<n;o++){var i=e[t+2*o],s=e[t+2*o+1];i=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),s=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),(H=r[o]).high^=s,H.low^=i}for(var a=0;a<24;a++){for(var h=0;h<5;h++){for(var p=0,d=0,v=0;v<5;v++)p^=(H=r[h+5*v]).high,d^=H.low;var g=f[h];g.high=p,g.low=d}for(h=0;h<5;h++){var y=f[(h+4)%5],_=f[(h+1)%5],x=_.high,b=_.low;for(p=y.high^(x<<1|b>>>31),d=y.low^(b<<1|x>>>31),v=0;v<5;v++)(H=r[h+5*v]).high^=p,H.low^=d}for(var m=1;m<25;m++){var B=(H=r[m]).high,w=H.low,k=c[m];k<32?(p=B<<k|w>>>32-k,d=w<<k|B>>>32-k):(p=w<<k-32|B>>>64-k,d=B<<k-32|w>>>64-k);var S=f[l[m]];S.high=p,S.low=d}var A=f[0],C=r[0];for(A.high=C.high,A.low=C.low,h=0;h<5;h++)for(v=0;v<5;v++){var H=r[m=h+5*v],O=f[m],z=f[(h+1)%5+5*v],P=f[(h+2)%5+5*v];H.high=O.high^~z.high&P.high,H.low=O.low^~z.low&P.low}H=r[0];var R=u[a];H.high^=R.high,H.low^=R.low}},_doFinalize:function(){var e=this._data,r=e.words;this._nDataBytes;var n=8*e.sigBytes,i=32*this.blockSize;r[n>>>5]|=1<<24-n%32,r[(t.ceil((n+1)/i)*i>>>5)-1]|=128,e.sigBytes=4*r.length,this._process();for(var s=this._state,a=this.cfg.outputLength/8,c=a/8,l=[],u=0;u<c;u++){var f=s[u],h=f.high,p=f.low;h=16711935&(h<<8|h>>>24)|4278255360&(h<<24|h>>>8),p=16711935&(p<<8|p>>>24)|4278255360&(p<<24|p>>>8),l.push(p),l.push(h)}return new o.init(l,a)},clone:function(){for(var e=i.clone.call(this),t=e._state=this._state.slice(0),r=0;r<25;r++)t[r]=t[r].clone();return e}});r.SHA3=i._createHelper(h),r.HmacSHA3=i._createHmacHelper(h)}(Math),e.SHA3)),K.exports;var e}(),function(){return X||(X=1,G.exports=(e=v(),
2
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 o=t.Encryptor=t.extend({processBlock:function(e,t){var r=this._cipher,o=r.blockSize,i=this._iv,a=this._counter;i&&(a=this._counter=i.slice(0),this._iv=void 0),n(a);var s=a.slice(0);r.encryptBlock(s,0);for(var c=0;c<o;c++)e[t+c]^=s[c]}});return t.Decryptor=o,t}(),e.mode.CTRGladman)),Re.exports;var e}var Me,Pe={exports:{}};function Ie(){return Me||(Me=1,Pe.exports=(r=L(),Ee(),r.mode.OFB=(e=r.lib.BlockCipherMode.extend(),t=e.Encryptor=e.extend({processBlock:function(e,t){var r=this._cipher,n=r.blockSize,o=this._iv,i=this._keystream;o&&(i=this._keystream=o.slice(0),this._iv=void 0),r.encryptBlock(i,0);for(var a=0;a<n;a++)e[t+a]^=i[a]}}),e.Decryptor=t,e),r.mode.OFB)),Pe.exports;var e,t,r}var De,Fe={exports:{}};var ze,He={exports:{}};var Ne,Ue={exports:{}};var Ge,Ve={exports:{}};var Ke,We={exports:{}};var Je,qe={exports:{}};var Ye,Xe={exports:{}};var Ze,Qe={exports:{}};var et,tt={exports:{}};function rt(){return et||(et=1,tt.exports=(e=L(),G(),Y(),we(),Ee(),function(){var t=e,r=t.lib,n=r.WordArray,o=r.BlockCipher,i=t.algo,a=[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=i.DES=o.extend({_doReset:function(){for(var e=this._key.words,t=[],r=0;r<56;r++){var n=a[r]-1;t[r]=e[n>>>5]>>>31-n%32&1}for(var o=this._subKeys=[],i=0;i<16;i++){var l=o[i]=[],u=c[i];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]=o[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],f.call(this,4,252645135),f.call(this,16,65535),h.call(this,2,858993459),h.call(this,8,16711935),f.call(this,1,1431655765);for(var n=0;n<16;n++){for(var o=r[n],i=this._lBlock,a=this._rBlock,s=0,c=0;c<8;c++)s|=l[c][((a^o[c])&u[c])>>>0];this._lBlock=a,this._rBlock=i^s}var d=this._lBlock;this._lBlock=this._rBlock,this._rBlock=d,f.call(this,1,1431655765),h.call(this,8,16711935),h.call(this,2,858993459),f.call(this,16,65535),f.call(this,4,252645135),e[t]=this._lBlock,e[t+1]=this._rBlock},keySize:2,ivSize:2,blockSize:2});function f(e,t){var r=(this._lBlock>>>e^this._rBlock)&t;this._rBlock^=r,this._lBlock^=r<<e}function h(e,t){var r=(this._rBlock>>>e^this._lBlock)&t;this._lBlock^=r,this._rBlock^=r<<e}t.DES=o._createHelper(d);var p=i.TripleDES=o.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),o=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(o))},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=o._createHelper(p)}(),e.TripleDES)),tt.exports;var e}var nt,ot={exports:{}};var it,at={exports:{}};var st,ct={exports:{}};var lt,ut={exports:{}};function dt(){return lt||(lt=1,ut.exports=(e=L(),G(),Y(),we(),Ee(),function(){var t=e,r=t.lib.BlockCipher,n=t.algo;const o=16,i=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],a=[[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,o=t>>8&255,i=255&t,a=e.sbox[0][r]+e.sbox[1][n];return a^=e.sbox[2][o],a+=e.sbox[3][i],a}function l(e,t,r){let n,i=t,a=r;for(let t=0;t<o;++t)i^=e.pbox[t],a=c(e,i)^a,n=i,i=a,a=n;return n=i,i=a,a=n,a^=e.pbox[o],i^=e.pbox[o+1],{left:i,right:a}}function u(e,t,r){let n,i=t,a=r;for(let t=o+1;t>1;--t)i^=e.pbox[t],a=c(e,i)^a,n=i,i=a,a=n;return n=i,i=a,a=n,a^=e.pbox[1],i^=e.pbox[0],{left:i,right:a}}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]=a[t][r]}let n=0;for(let a=0;a<o+2;a++)e.pbox[a]=i[a]^t[n],n++,n>=r&&(n=0);let s=0,c=0,u=0;for(let t=0;t<o+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 f=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(f)}(),e.Blowfish)),ut.exports;var e}var ft;var ht,pt,vt,gt,yt,_t,mt=(ft||(ft=1,S.exports=function(e){return e}(L(),M(),D(),H(),G(),W(),Y(),Q(),re(),ne||(ne=1,oe.exports=(_t=L(),re(),pt=(ht=_t).lib.WordArray,vt=ht.algo,gt=vt.SHA256,yt=vt.SHA224=gt.extend({_doReset:function(){this._hash=new pt.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var e=gt._doFinalize.call(this);return e.sigBytes-=4,e}}),ht.SHA224=gt._createHelper(yt),ht.HmacSHA224=gt._createHmacHelper(yt),_t.SHA224)),se(),function(){return ce?le.exports:(ce=1,le.exports=(s=L(),M(),se(),t=(e=s).x64,r=t.Word,n=t.WordArray,o=e.algo,i=o.SHA512,a=o.SHA384=i.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=i._doFinalize.call(this);return e.sigBytes-=16,e}}),e.SHA384=i._createHelper(a),e.HmacSHA384=i._createHmacHelper(a),s.SHA384));var e,t,r,n,o,i,a,s}(),fe(),function(){return he||(he=1,pe.exports=(e=L(),
3
+ (c) 2012 by Cédric Mesnil. All rights reserved.
4
+
5
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
6
+
7
+ - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
8
+ - 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.
9
+
10
+ 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.
11
+ */
12
+ function(){var t=e,r=t.lib,n=r.WordArray,o=r.Hasher,i=t.algo,s=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]),a=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]),f=n.create([1352829926,1548603684,1836072691,2053994217,0]),h=i.RIPEMD160=o.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,o=e[n];e[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var i,h,x,b,m,B,w,k,S,A,C,H=this._hash.words,O=u.words,z=f.words,P=s.words,R=a.words,j=c.words,E=l.words;for(B=i=H[0],w=h=H[1],k=x=H[2],S=b=H[3],A=m=H[4],r=0;r<80;r+=1)C=i+e[t+P[r]]|0,C+=r<16?p(h,x,b)+O[0]:r<32?d(h,x,b)+O[1]:r<48?v(h,x,b)+O[2]:r<64?g(h,x,b)+O[3]:y(h,x,b)+O[4],C=(C=_(C|=0,j[r]))+m|0,i=m,m=b,b=_(x,10),x=h,h=C,C=B+e[t+R[r]]|0,C+=r<16?y(w,k,S)+z[0]:r<32?g(w,k,S)+z[1]:r<48?v(w,k,S)+z[2]:r<64?d(w,k,S)+z[3]:p(w,k,S)+z[4],C=(C=_(C|=0,E[r]))+A|0,B=A,A=S,S=_(k,10),k=w,w=C;C=H[1]+x+S|0,H[1]=H[2]+b+A|0,H[2]=H[3]+m+B|0,H[3]=H[4]+i+w|0,H[4]=H[0]+h+k|0,H[0]=C},_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 o=this._hash,i=o.words,s=0;s<5;s++){var a=i[s];i[s]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8)}return o},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}});function p(e,t,r){return e^t^r}function d(e,t,r){return e&t|~e&r}function v(e,t,r){return(e|~t)^r}function g(e,t,r){return e&r|t&~r}function y(e,t,r){return e^(t|~r)}function _(e,t){return e<<t|e>>>32-t}t.RIPEMD160=o._createHelper(h),t.HmacRIPEMD160=o._createHmacHelper(h)}(),e.RIPEMD160)),G.exports;var e}(),$(),function(){return V||(V=1,Q.exports=(c=v(),F(),$(),r=(t=(e=c).lib).Base,n=t.WordArray,i=(o=e.algo).SHA256,s=o.HMAC,a=o.PBKDF2=r.extend({cfg:r.extend({keySize:4,hasher:i,iterations:25e4}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var r=this.cfg,o=s.create(r.hasher,e),i=n.create(),a=n.create([1]),c=i.words,l=a.words,u=r.keySize,f=r.iterations;c.length<u;){var h=o.update(t).finalize(a);o.reset();for(var p=h.words,d=p.length,v=h,g=1;g<f;g++){v=o.finalize(v),o.reset();for(var y=v.words,_=0;_<d;_++)p[_]^=y[_]}i.concat(h),l[0]++}return i.sigBytes=4*u,i}}),e.PBKDF2=function(e,t,r){return a.create(r).compute(e,t)},c.PBKDF2)),Q.exports;var e,t,r,n,o,i,s,a,c}(),ee(),ne(),function(){return oe||(oe=1,ie.exports=(e=v(),ne(),e.mode.CFB=function(){var t=e.lib.BlockCipherMode.extend();function r(e,t,r,n){var o,i=this._iv;i?(o=i.slice(0),this._iv=void 0):o=this._prevBlock,n.encryptBlock(o,0);for(var s=0;s<r;s++)e[t+s]^=o[s]}return t.Encryptor=t.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize;r.call(this,e,t,o,n),this._prevBlock=e.slice(t,t+o)}}),t.Decryptor=t.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize,i=e.slice(t,t+o);r.call(this,e,t,o,n),this._prevBlock=i}}),t}(),e.mode.CFB)),ie.exports;var e}(),function(){return se||(se=1,ae.exports=(r=v(),ne(),r.mode.CTR=(t=(e=r.lib.BlockCipherMode.extend()).Encryptor=e.extend({processBlock:function(e,t){var r=this._cipher,n=r.blockSize,o=this._iv,i=this._counter;o&&(i=this._counter=o.slice(0),this._iv=void 0);var s=i.slice(0);r.encryptBlock(s,0),i[n-1]=i[n-1]+1|0;for(var a=0;a<n;a++)e[t+a]^=s[a]}}),e.Decryptor=t,e),r.mode.CTR)),ae.exports;var e,t,r}(),function(){return ce||(ce=1,le.exports=(e=v(),ne(),
8
13
  /** @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,o=r.Hasher,i=t.algo,a=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]),f=i.RIPEMD160=o.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,o=e[n];e[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var i,f,m,b,x,w,k,A,E,j,O,S=this._hash.words,B=u.words,T=d.words,C=a.words,L=s.words,R=c.words,$=l.words;for(w=i=S[0],k=f=S[1],A=m=S[2],E=b=S[3],j=x=S[4],r=0;r<80;r+=1)O=i+e[t+C[r]]|0,O+=r<16?h(f,m,b)+B[0]:r<32?p(f,m,b)+B[1]:r<48?v(f,m,b)+B[2]:r<64?g(f,m,b)+B[3]:y(f,m,b)+B[4],O=(O=_(O|=0,R[r]))+x|0,i=x,x=b,b=_(m,10),m=f,f=O,O=w+e[t+L[r]]|0,O+=r<16?y(k,A,E)+T[0]:r<32?g(k,A,E)+T[1]:r<48?v(k,A,E)+T[2]:r<64?p(k,A,E)+T[3]:h(k,A,E)+T[4],O=(O=_(O|=0,$[r]))+j|0,w=j,j=E,E=_(A,10),A=k,k=O;O=S[1]+m+E|0,S[1]=S[2]+b+j|0,S[2]=S[3]+x+w|0,S[3]=S[4]+i+k|0,S[4]=S[0]+f+A|0,S[0]=O},_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 o=this._hash,i=o.words,a=0;a<5;a++){var s=i[a];i[a]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8)}return o},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}});function h(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 g(e,t,r){return e&r|t&~r}function y(e,t,r){return e^(t|~r)}function _(e,t){return e<<t|e>>>32-t}t.RIPEMD160=o._createHelper(f),t.HmacRIPEMD160=o._createHmacHelper(f)}(),e.RIPEMD160)),pe.exports;var e}(),ye(),function(){return _e||(_e=1,me.exports=(c=L(),re(),ye(),t=(e=c).lib,r=t.Base,n=t.WordArray,o=e.algo,i=o.SHA256,a=o.HMAC,s=o.PBKDF2=r.extend({cfg:r.extend({keySize:4,hasher:i,iterations:25e4}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var r=this.cfg,o=a.create(r.hasher,e),i=n.create(),s=n.create([1]),c=i.words,l=s.words,u=r.keySize,d=r.iterations;c.length<u;){var f=o.update(t).finalize(s);o.reset();for(var h=f.words,p=h.length,v=f,g=1;g<d;g++){v=o.finalize(v),o.reset();for(var y=v.words,_=0;_<p;_++)h[_]^=y[_]}i.concat(f),l[0]++}return i.sigBytes=4*u,i}}),e.PBKDF2=function(e,t,r){return s.create(r).compute(e,t)},c.PBKDF2)),me.exports;var e,t,r,n,o,i,a,s,c}(),we(),Ee(),Se(),Ce(),$e(),Ie(),function(){return De?Fe.exports:(De=1,Fe.exports=(t=L(),Ee(),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 ze?He.exports:(ze=1,He.exports=(e=L(),Ee(),e.pad.AnsiX923={pad:function(e,t){var r=e.sigBytes,n=4*t,o=n-r%n,i=r+o-1;e.clamp(),e.words[i>>>2]|=o<<24-i%4*8,e.sigBytes+=o},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Ansix923));var e}(),function(){return Ne?Ue.exports:(Ne=1,Ue.exports=(e=L(),Ee(),e.pad.Iso10126={pad:function(t,r){var n=4*r,o=n-t.sigBytes%n;t.concat(e.lib.WordArray.random(o-1)).concat(e.lib.WordArray.create([o<<24],1))},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Iso10126));var e}(),function(){return Ge?Ve.exports:(Ge=1,Ve.exports=(e=L(),Ee(),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 Ke||(Ke=1,We.exports=(e=L(),Ee(),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)),We.exports;var e}(),function(){return Je?qe.exports:(Je=1,qe.exports=(e=L(),Ee(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return Ye?Xe.exports:(Ye=1,Xe.exports=(n=L(),Ee(),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 Ze||(Ze=1,Qe.exports=(e=L(),G(),Y(),we(),Ee(),function(){var t=e,r=t.lib.BlockCipher,n=t.algo,o=[],i=[],a=[],s=[],c=[],l=[],u=[],d=[],f=[],h=[];!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,o[r]=p,i[p]=r;var v=e[r],g=e[v],y=e[g],_=257*e[p]^16843008*p;a[r]=_<<24|_>>>8,s[r]=_<<16|_>>>16,c[r]=_<<8|_>>>24,l[r]=_,_=16843009*y^65537*g^257*v^16843008*r,u[p]=_<<24|_>>>8,d[p]=_<<16|_>>>16,f[p]=_<<8|_>>>24,h[p]=_,r?(r=v^e[e[e[y^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),i=this._keySchedule=[],a=0;a<n;a++)a<r?i[a]=t[a]:(l=i[a-1],a%r?r>6&&a%r==4&&(l=o[l>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l]):(l=o[(l=l<<8|l>>>24)>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l],l^=p[a/r|0]<<24),i[a]=i[a-r]^l);for(var s=this._invKeySchedule=[],c=0;c<n;c++){if(a=n-c,c%4)var l=i[a];else l=i[a-4];s[c]=c<4||a<=4?l:u[o[l>>>24]]^d[o[l>>>16&255]]^f[o[l>>>8&255]]^h[o[255&l]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,a,s,c,l,o)},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,f,h,i),r=e[t+1],e[t+1]=e[t+3],e[t+3]=r},_doCryptBlock:function(e,t,r,n,o,i,a,s){for(var c=this._nRounds,l=e[t]^r[0],u=e[t+1]^r[1],d=e[t+2]^r[2],f=e[t+3]^r[3],h=4,p=1;p<c;p++){var v=n[l>>>24]^o[u>>>16&255]^i[d>>>8&255]^a[255&f]^r[h++],g=n[u>>>24]^o[d>>>16&255]^i[f>>>8&255]^a[255&l]^r[h++],y=n[d>>>24]^o[f>>>16&255]^i[l>>>8&255]^a[255&u]^r[h++],_=n[f>>>24]^o[l>>>16&255]^i[u>>>8&255]^a[255&d]^r[h++];l=v,u=g,d=y,f=_}v=(s[l>>>24]<<24|s[u>>>16&255]<<16|s[d>>>8&255]<<8|s[255&f])^r[h++],g=(s[u>>>24]<<24|s[d>>>16&255]<<16|s[f>>>8&255]<<8|s[255&l])^r[h++],y=(s[d>>>24]<<24|s[f>>>16&255]<<16|s[l>>>8&255]<<8|s[255&u])^r[h++],_=(s[f>>>24]<<24|s[l>>>16&255]<<16|s[u>>>8&255]<<8|s[255&d])^r[h++],e[t]=v,e[t+1]=g,e[t+2]=y,e[t+3]=_},keySize:8});t.AES=r._createHelper(v)}(),e.AES)),Qe.exports;var e}(),rt(),function(){return nt||(nt=1,ot.exports=(e=L(),G(),Y(),we(),Ee(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=n.RC4=r.extend({_doReset:function(){for(var e=this._key,t=e.words,r=e.sigBytes,n=this._S=[],o=0;o<256;o++)n[o]=o;o=0;for(var i=0;o<256;o++){var a=o%r,s=t[a>>>2]>>>24-a%4*8&255;i=(i+n[o]+s)%256;var c=n[o];n[o]=n[i],n[i]=c}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=i.call(this)},keySize:8,ivSize:0});function i(){for(var e=this._S,t=this._i,r=this._j,n=0,o=0;o<4;o++){r=(r+e[t=(t+1)%256])%256;var i=e[t];e[t]=e[r],e[r]=i,n|=e[(e[t]+e[r])%256]<<24-8*o}return this._i=t,this._j=r,n}t.RC4=r._createHelper(o);var a=n.RC4Drop=o.extend({cfg:o.cfg.extend({drop:192}),_doReset:function(){o._doReset.call(this);for(var e=this.cfg.drop;e>0;e--)i.call(this)}});t.RC4Drop=r._createHelper(a)}(),e.RC4)),ot.exports;var e}(),function(){return it||(it=1,at.exports=(e=L(),G(),Y(),we(),Ee(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],a=[],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],o=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++)o[r]^=n[r+4&7];if(t){var i=t.words,a=i[0],s=i[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(o[0]^=l,o[1]^=d,o[2]^=u,o[3]^=f,o[4]^=l,o[5]^=d,o[6]^=u,o[7]^=f,r=0;r<4;r++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,s=n>>>16,c=((o*o>>>17)+o*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.Rabbit=r._createHelper(s)}(),e.Rabbit)),at.exports;var e}(),function(){return st||(st=1,ct.exports=(e=L(),G(),Y(),we(),Ee(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],a=[],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 o=0;o<4;o++)c.call(this);for(o=0;o<8;o++)n[o]^=r[o+4&7];if(t){var i=t.words,a=i[0],s=i[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(n[0]^=l,n[1]^=d,n[2]^=u,n[3]^=f,n[4]^=l,n[5]^=d,n[6]^=u,n[7]^=f,o=0;o<4;o++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,s=n>>>16,c=((o*o>>>17)+o*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.RabbitLegacy=r._createHelper(s)}(),e.RabbitLegacy)),ct.exports;var e}(),dt())),S.exports),bt=A(mt),xt=function(){return xt=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},xt.apply(this,arguments)};function wt(e){return bt.SHA256(e).toString(bt.enc.Hex).slice(0,16)}function kt(e,t){var r=e.source,n=e.context,o=e.id,i=e.dataFormat;void 0===t&&(t=wt);var a={};return a.source="JSX"===i?Et(r):r,a=xt(xt(xt(xt({},a),o&&{id:o}),n&&{context:n}),i&&{dataFormat:i}),t(O(a))}"function"==typeof SuppressedError&&SuppressedError;var At=function(e){if(e&&"object"==typeof e){var t={};if("c"in e&&e.c&&(t.c=Et(e.c)),"d"in e){var r=null==e?void 0:e.d;(null==r?void 0:r.b)&&(t.b=Object.fromEntries(Object.entries(r.b).map(function(e){return[e[0],Et(e[1])]}))),(null==r?void 0:r.t)&&(t.t=r.t)}return function(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}(e)?xt({k:e.k},e.v&&{v:e.v}):t}return e};function Et(e){return Array.isArray(e)?e.map(At):At(e)}function jt(e,t){if(null==e)throw new Error("Cannot index into an undefined dictionary");return Array.isArray(e),e[t]}function Ot(e,t,r){Array.isArray(e),e[t]=r}var St="https://cdn.gtx.dev",Bt="https://runtime2.gtx.dev",Tt="en",Ct=["singular","plural","dual","zero","one","two","few","many","other"];var Lt=new(function(){function e(){this.cache=new Map}return e.prototype._generateKey=function(e,t,r){void 0===r&&(r={});var n=Array.isArray(t)?t.join(","):t,o=r?JSON.stringify(r,Object.keys(r).sort()):"{}";return"".concat(e,":").concat(n,":").concat(o)},e.prototype.get=function(e,t,r){void 0===r&&(r={});var n=this._generateKey(e,t,r);if(!this.cache.has(n)){var o=new Intl[e](t,r);this.cache.set(n,o)}return this.cache.get(n)},e}());function Rt(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}var $t={variable:"v",number:"n",datetime:"d",currency:"c"};function Mt(e){return $t[e]}function Pt(t,r=0){let n=r;const o=e=>{const{type:t,props:r}=e;n+=1;const o={id:n};let i;try{i="function"==typeof t&&t._gtt||""}catch(e){}if(i){const e=i.split("-");if("translate"===e[0]&&(e[0]="fragment"),"variable"===e[0]&&(o.variableType=(null==e?void 0:e[1])||"variable"),"plural"===e[0]){const e=Object.entries(r).reduce((e,[t,r])=>(function(e){return Ct.includes(e)}(t)&&(e[t]=Pt(r,n)),e),{});Object.keys(e).length&&(o.branches=e)}if("branch"===e[0]){const{children:e,branch:t}=r,i=c(r,["children","branch"]),a=Object.entries(i).reduce((e,[t,r])=>(e[t]=Pt(r,n),e),{});Object.keys(a).length&&(o.branches=a)}o.transformation=e[0]}return o};function i(t){return e.isValidElement(t)?function(t){const{props:r}=t,n=o(t),i=Object.assign(Object.assign({},r),{"data-_gt":n});return r.children&&!n.variableType&&(i.children=a(r.children)),t.type===e.Fragment&&(i["data-_gt"].transformation="fragment"),e.cloneElement(t,i)}(t):t}function a(t){return Array.isArray(t)?e.Children.map(t,i):i(t)}return a(t)}"function"==typeof SuppressedError&&SuppressedError;const It={variable:"value",number:"n",datetime:"date",currency:"cost"};function Dt(e={},t){var r;if(e.name)return e.name;return`_gt_${It[t]||"value"}_${null===(r=e["data-_gt"])||void 0===r?void 0:r.id}`}var Ft={pl:"placeholder",ti:"title",alt:"alt",arl:"aria-label",arb:"aria-labelledby",ard:"aria-describedby"};const zt=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"},Ht=e=>{const{props:t}=e,r={t:zt(e)};if(t["data-_gt"]){const e=t["data-_gt"],n=e.transformation;if("variable"===n){const r=e.variableType||"variable",n=Dt(t,r),o=Mt(r);return{i:e.id,k:n,v:o}}r.i=e.id,r.d=((e,t,r)=>{let n=Object.entries(Ft).reduce((e,[r,n])=>(t[n]&&(e[r]=t[n]),e),{});if("plural"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=Ut(r)}),n=Object.assign(Object.assign({},n),{b:e,t:"p"})}if("branch"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=Ut(r)}),n=Object.assign(Object.assign({},n),{b:e,t:"b"})}return Object.keys(n).length?n:void 0})(n,t,e.branches);let o=Object.entries(Ft).reduce((e,[r,n])=>(t[n]&&(e[r]=t[n]),e),{});if("plural"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=Ut(r)}),o=Object.assign(Object.assign({},o),{b:t,t:"p"})}if("branch"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=Ut(r)}),o=Object.assign(Object.assign({},o),{b:t,t:"b"})}r.d=Object.keys(o).length?o:void 0}return t.children&&(r.c=Ut(t.children)),r},Nt=t=>{return r=t,e.isValidElement(r)?Ht(t):"number"==typeof t?t.toString():t;var r};function Ut(e){return Array.isArray(e)?e.map(Nt):Nt(e)}function Gt(e,t,r){let n="",o=null;return"number"==typeof e&&!o&&r&&(n=function(e,t,r){void 0===t&&(t=Ct),void 0===r&&(r=["en"]);var n=Lt.get("PluralRules",r).select(e),o=Math.abs(e);if(0===o&&t.includes("zero"))return"zero";if(1===o){if(t.includes("singular"))return"singular";if(t.includes("one"))return"one"}if("one"===n&&t.includes("singular"))return"singular";if(2===o){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&&!o&&(o=r[n]),o}function Vt(e){if("string"==typeof e)return!0;if(Array.isArray(e)){if("string"!=typeof(null==e?void 0:e[0]))return!1;const t=null==e?void 0:e[1];if(void 0===t)return!0;if(t&&"object"==typeof t)return!0}return!1}function Kt(e,t){let r=e;const n=t.split(".");for(const e of n){if("object"!=typeof r&&!Array.isArray(r))return;r=jt(r,e)}return r}function Wt(e){if(Array.isArray(e)){if(1===e.length)return{entry:e[0]};if(2===e.length)return{entry:e[0],metadata:e[1]}}return{entry:e}}function Jt(e){var t;return"object"==typeof e&&!!e&&"data-_gt"in e&&"object"==typeof e["data-_gt"]&&!!e["data-_gt"]&&"transformation"in e["data-_gt"]&&"variable"===(null===(t=e["data-_gt"])||void 0===t?void 0:t.transformation)}function qt(e){var t;const r=(null===(t=e["data-_gt"])||void 0===t?void 0:t.variableType)||"variable";return{variableName:Dt(e,r),variableType:Mt(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({},void 0!==e.currency&&{currency:e.currency}),void 0!==e.options&&e.options);return Object.keys(t).length?t:"string"==typeof e["data-_gt-variable-options"]?JSON.parse(e["data-_gt-variable-options"]):e["data-_gt-variable-options"]||void 0})()}}function Yt(e){return e&&e.props&&e.props["data-_gt"]?e.props["data-_gt"]:null}function Xt({children:t,defaultLocale:r=Tt,renderVariable:n}){const o=t=>e.isValidElement(t)?(t=>{const o=Yt(t);if(Jt(t.props)){const{variableType:e,variableValue:o,variableOptions:i}=qt(t.props);return n({variableType:e,variableValue:o,variableOptions:i,locales:[r]})}if("plural"===(null==o?void 0:o.transformation)){const e=o.branches||{};return i(Gt(t.props.n,[r],e)||t.props.children)}if("branch"===(null==o?void 0:o.transformation)){let e=t.props,{children:r,branch:n,"data-_gt":a}=e,s=c(e,["children","branch","data-_gt"]);return s=o.branches||{},i(void 0!==s[n]?s[n]:r)}return"fragment"===(null==o?void 0:o.transformation)?e.createElement(e.Fragment,{key:t.props.key,children:i(t.props.children)}):t.props.children?e.cloneElement(t,Object.assign(Object.assign({},t.props),{"data-_gt":void 0,children:i(t.props.children)})):e.cloneElement(t,Object.assign(Object.assign({},t.props),{"data-_gt":void 0}))})(t):t,i=t=>Array.isArray(t)?e.Children.map(t,o):o(t);return i(t)}function Zt({sourceElement:t,targetElement:r,locales:n=[Tt],renderVariable:o}){var i,a;const{props:s}=t,c=s["data-_gt"],l=null==c?void 0:c.transformation,u=r.d,d={};if(u&&Object.entries(Ft).forEach(([e,t])=>{u[e]&&(d[t]=u[e])}),"plural"===l){const e=t.props.n;return Qt({source:Gt(e,n,c.branches||{})||t.props.children,target:Gt(e,n,(null===(i=r.d)||void 0===i?void 0:i.b)||{})||r.c,locales:n,renderVariable:o})}if("branch"===l){const{branch:e,children:t}=s;return Qt({source:(c.branches||{})[e]||t,target:((null===(a=r.d)||void 0===a?void 0:a.b)||{})[e]||r.c,locales:n,renderVariable:o})}return"fragment"===l&&r.c?e.createElement(e.Fragment,{key:t.props.key,children:Qt({source:s.children,target:r.c,locales:n,renderVariable:o})}):(null==s?void 0:s.children)&&(null==r?void 0:r.c)?e.cloneElement(t,Object.assign(Object.assign(Object.assign({},s),d),{"data-_gt":void 0,children:Qt({source:s.children,target:r.c,locales:n,renderVariable:o})})):Xt({children:t,defaultLocale:n[0],renderVariable:o})}function Qt({source:t,target:n,locales:o=[Tt],renderVariable:i}){if(null==n&&t)return Xt({children:t,defaultLocale:o[0],renderVariable:i});if("string"==typeof n)return n;if(Array.isArray(n)&&!Array.isArray(t)&&t&&(t=[t]),Array.isArray(t)&&Array.isArray(n)){const a={},s={},c=t.filter(t=>{if(e.isValidElement(t)){if(!Jt(t.props))return!0;{const{variableName:e,variableValue:r,variableOptions:n}=qt(t.props);a[e]=r,s[e]=n}}return!1}),l=e=>c.find(t=>{const r=Yt(t);if(void 0!==(null==r?void 0:r.id)){return r.id===e.i}return!1})||c.shift();return n.map((t,n)=>{if("string"==typeof t)return r.jsx(e.Fragment,{children:t},`string_${n}`);if(Rt(t))return r.jsx(e.Fragment,{children:i({variableType:t.v||"v",variableValue:a[t.k],variableOptions:s[t.k],locales:o})},`var_${n}`);const c=l(t);return c?r.jsx(e.Fragment,{children:Zt({sourceElement:c,targetElement:t,locales:o,renderVariable:i})},`element_${n}`):void 0})}if(n&&"object"==typeof n&&!Array.isArray(n)){const r=Rt(n)?"variable":"element";if(e.isValidElement(t)){if("element"===r)return Zt({sourceElement:t,targetElement:n,locales:o,renderVariable:i});if(Jt(t.props)){const{variableValue:e,variableOptions:r,variableType:n}=qt(t.props);return i({variableType:n,variableValue:e,variableOptions:r,locales:o})}}}return Xt({children:t,defaultLocale:o[0],renderVariable:i})}const er={method:"default",timeout:"undefined"!=typeof process&&"development"!==process.env.NODE_ENV?8e3:12e3};function tr(e){return e&&-1!==e.lastIndexOf(":")?e.slice(0,e.lastIndexOf(":")):e}function rr(e){if(-1===e.lastIndexOf(":"))return null;const t=e.slice(e.lastIndexOf(":")+1);try{return JSON.parse(Buffer.from(t,"base64").toString())}catch(e){return null}}const nr="generaltranslation.locale",or="generaltranslation.region";function ir(e){return void 0!==e&&("string"==typeof e||!!Array.isArray(e)&&((1===e.length||2===e.length)&&("string"==typeof e[0]&&(2!==e.length||"object"==typeof e[1]&&null!==e[1]&&("$context"in e[1]||"$_hash"in e[1])))))}const ar=e=>"string"==typeof e||Array.isArray(e),sr=e=>"object"==typeof e&&null!==e&&!Array.isArray(e);function cr(e,t){if(Array.isArray(e))return e.map((e,r)=>ir(e)?t[r]:cr(e,t[r]));const r=Object.assign(Object.assign({},Object.fromEntries(Object.entries(e).filter(([,e])=>ar(e)))),Object.fromEntries(Object.entries(t).filter(([,e])=>ar(e)))),n=Object.entries(e).filter(([,e])=>sr(e)).map(([e])=>e),o=Object.entries(t).filter(([,e])=>sr(e)).map(([e])=>e),i=new Set([...n,...o]);for(const n of i)r[n]=cr(jt(e,n)||{},jt(t,n)||{});return r}const lr="function"==typeof i.use;function ur({dictionary:e,id:t}){if(""===t)return e;let r=e;const n=t.split(".");for(const e of n)r=jt(r,e);return r}const dr=["constructor","prototype","__proto__"];function fr(e,t,r,n){if(ir(t))return e;const o=r.split(".");o.forEach(e=>{if(function(e){return!!dr.includes(e)}(e))throw new Error(`Invalid key: ${e}`)}),t||(t={});for(const e of o.slice(0,-1))null==jt(t,e)&&Ot(t,e,Array.isArray(jt(n,e))?[]:{}),t=jt(t,e),n=jt(n,e);Ot(t,o[o.length-1],e)}function hr(e){let t={};return Array.isArray(e)&&(t=[]),Object.entries(e).forEach(([e,r])=>{if(ir(r)){const{entry:n}=Wt(r);Ot(t,e,n)}else Ot(t,e,hr(r))}),t}function pr(e,t=""){let r=!1;return Object.entries(e).forEach(([n,o])=>{const i=t?`${t}.${n}`:n;if(ir(o)){let{entry:t,metadata:a}=Wt(o);(null==a?void 0:a.$_hash)||(a||(a={}),a.$_hash=kt(Object.assign(Object.assign({source:t},(null==a?void 0:a.$context)&&{context:a.$context}),{id:i,dataFormat:"ICU"})),Ot(e,n,[t,a]),r=!0)}else{const{updateDictionary:e}=pr(o,i);r=r||e}}),{dictionary:e,updateDictionary:r}}function vr(e,t,r){const n=ur({dictionary:e,id:r});if(!n)throw new Error(h(r));if(ir(n))throw new Error("gt-react Error: Cannot inject and merge a dictionary entry");return function(e,t,r){const n=Kt(e,r);if(!n)throw new Error(h(r));if(ir(n))throw new Error("gt-react Error: Cannot inject and merge a dictionary entry");const o=r.split("."),i=o.slice(0,-1),a=o[o.length-1];let s=e;return i.forEach(e=>{s=jt(s,e)}),Ot(s,a,t),e}(e,cr(n,t),r)}function gr(e,t,r=""){const n=[];return Object.entries(e).forEach(([e,o])=>{const i=r?`${r}.${e}`:e;if(ir(o)){const{entry:r,metadata:a}=Wt(o);jt(t,e)||n.push({source:r,metadata:{$id:i,$context:null==a?void 0:a.$context,$_hash:(null==a?void 0:a.$_hash)||""}})}else n.push(...gr(o,jt(t,e)||(Array.isArray(o)?[]:{}),i))}),n}function yr({gt:e,translations:t,locale:r,defaultLocale:n,translationRequired:o,developmentApiEnabled:i,registerIcuForTranslation:a}){function s(t,r={}){if(!t||"string"!=typeof t)return null;const{$id:n,$context:o,$_hash:i}=r,a=c(r,["$id","$context","$_hash"]);return{id:n,context:o,_hash:i,variables:a,calculateHash:()=>kt(Object.assign(Object.assign(Object.assign({source:t},o&&{context:o}),n&&{id:n}),{dataFormat:"ICU"})),renderMessage:(t,r)=>e.formatMessage(t,{locales:r,variables:a})}}function u(e,r,n){let o,i="";return r&&(o=null==t?void 0:t[r]),n&&void 0===o&&(i=n,o=null==t?void 0:t[n]),void 0===o&&(i=e(),o=null==t?void 0:t[i]),{translationEntry:o,hash:i}}return{_tFunction:(e,t={},c)=>{const l=s(e,t);if(!l)return"";const{id:h,context:p,_hash:v,calculateHash:g,renderMessage:y}=l;if(!o)return y(e,[n]);const{translationEntry:_,hash:m}=u(g,h,v);if(null===_)return y(e,[n]);if(_)try{return y(_,[r,n])}catch(t){return console.error(d(e,h),"Error: ",t),y(e,[n])}if(void 0!==(null==c?void 0:c[m])){if(null==c?void 0:c[m])try{return y(null==c?void 0:c[m],[r,n])}catch(t){console.error(d(e,h),"Error: ",t)}return y(e,[n])}return i?(a({source:e,targetLocale:r,metadata:Object.assign(Object.assign(Object.assign({},p&&{context:p}),h&&{id:h}),{hash:m||""})}),y(e,[n])):(console.warn(f(e,h,"t")),y(e,[n]))},_mFunction:(s,l={},u)=>{if(!s)return s;const h=rr(s);if(!h||!h.$_hash||!h.$_source)return s;const{$_hash:p,$_source:v,$context:g,$hash:y,$id:_}=h,m=c(h,["$_hash","$_source","$context","$hash","$id"]),b=(t,r)=>e.formatMessage(t,{locales:r,variables:Object.assign(Object.assign({},m),l)});if(!o)return b(v,[n]);const x=null==t?void 0:t[h.$_hash];if(null===x)return b(v,[n]);if(x)try{return b(x,[r,n])}catch(e){return console.error(d(v,tr(s)),"Error: ",e),b(v,[n])}if(!i)return console.warn(f(v,tr(s),"m")),b(v,[n]);if(void 0!==(null==u?void 0:u[p])){if(null==u?void 0:u[p])try{return b(null==u?void 0:u[p],[r,n])}catch(e){console.error(d(v,tr(s)),"Error: ",e)}return b(v,[n])}return a({source:v,targetLocale:r,metadata:Object.assign(Object.assign({},g&&{context:g}),{hash:p})}),b(v,[n])},_filterMessagesForPreload:e=>{const t=[];for(let r of e){const{message:e}=r,n=c(r,["message"]),o=s(e,n);if(!o)continue;const{id:i,_hash:a,calculateHash:l}=o,{translationEntry:d,hash:f}=u(l,i,a);d||t.push(Object.assign(Object.assign({message:e},n),{$_hash:f}))}return t},_preloadMessages:e=>l(this,void 0,void 0,function*(){const t={};return yield Promise.all(e.map(e=>l(this,void 0,void 0,function*(){var{message:n}=e;const o=s(n,c(e,["message"]));if(!o)return;const{id:i,context:l,_hash:d,calculateHash:f}=o,{translationEntry:h,hash:p}=u(f,i,d);h&&(t[p]=h),t[p]=yield a({source:n,targetLocale:r,metadata:Object.assign(Object.assign(Object.assign({},l&&{context:l}),i&&{id:i}),{hash:p})})}))),t})}}function _r(r,n,o,i,a,s,c,l,u){return e.useCallback((e,c={})=>{if(!r)return"";const d=Kt(r,e);if(!d)return console.warn(p(e)),"";if(!Vt(d))return console.warn((e=>`Invalid dictionary entry found for id: "${e}"`)(e)),"";const{entry:f,metadata:h}=Wt(d);if(!f||"string"!=typeof f)return"";const v=(e,r)=>t.formatMessage(e,{locales:r,variables:c});if(!s)return v(f,[a]);const g=Kt(n||{},e);if(g&&Vt(g)){const{entry:e}=Wt(g);return v(e,[i,a])}let y=null==o?void 0:o[e],_="";const m=()=>kt(Object.assign(Object.assign({source:f},(null==h?void 0:h.$context)&&{context:h.$context}),{id:e,dataFormat:"ICU"}));return y||(_=m(),y=null==o?void 0:o[_]),y?v(y,[i,a]):null===y?v(f,[a]):l?(u({source:f,targetLocale:i,metadata:Object.assign(Object.assign({},(null==h?void 0:h.$context)&&{context:h.$context}),{id:e,hash:_||m()})}),v(f,[a])):v(f,[a])},[r,n,o,i,a,s,l,u,c])}function mr(t,r,n,o,i,a,s,c,u,d,f,h){return e.useCallback((e,s,u={})=>{if(""===s)throw new Error("gt-react Error: You cannot provide an empty id to t.obj()");const v=ur({dictionary:t,id:s});if(!v)return console.warn(p(s)),{};if(ir(v))return h(e,u);if(!c)return hr(v);const g=function({dictionary:e,id:t,sourceDictionary:r}){if(""===t)return e;let n=e;const o=r,i=t.split(".");for(const e of i)void 0===jt(n,e)&&(Array.isArray(jt(o,e))?Ot(n,e,[]):Ot(n,e,{})),n=jt(n,e);return n}({dictionary:r,id:s,sourceDictionary:r}),{dictionary:y,updateDictionary:_}=pr(structuredClone(v),s),m=gr(y,g,s),{dictionary:b,updateDictionary:x}=function(e,t,r,n,o=""){let i=!1;const a=o?o.split("."):[];return n.forEach(({metadata:n})=>{const{$_hash:o,$id:s}=n,c=a.length>0?s.split(".").slice(a.length).join("."):s,l=Kt(t,c);let u;ir(l)&&(u=Wt(l).entry);const d=r[o]||u;d&&(fr(d,t,c,e),i=!0)}),{dictionary:t,updateDictionary:i}}(y,structuredClone(g),i||{},m,s),w=function(e,t,r,n=""){const o=n?n.split("."):[];return r.forEach(({source:r,metadata:n})=>{const{$id:i}=n,a=o.length>0?i.split(".").slice(o.length).join("."):i,s=Kt(t,a);let c;ir(s)&&(c=Wt(s).entry),fr(c||r,t,a,e)}),t}(y,structuredClone(b),m,s);return d&&Promise.allSettled(m.map(e=>l(this,void 0,void 0,function*(){const{source:t,metadata:r}=e,n=null==r?void 0:r.$id;return[n,yield f({source:t,targetLocale:a,metadata:Object.assign(Object.assign({},(null==r?void 0:r.$context)&&{context:r.$context}),{id:n,hash:null==r?void 0:r.$_hash})})]}))).then(e=>{const r=e.filter(e=>"fulfilled"===e.status).map(e=>e.value);r.length>0&&o(e=>function(e,t,r){return t.forEach(([t,n])=>{fr(n,e,t,r)}),e}(e,r,t))}),_&&setTimeout(()=>{n(e=>vr(e,y,s))},0),x&&setTimeout(()=>{o(e=>cr(e,b))},0),structuredClone(w)},[t,i,a,s,c,u,d,f,r])}function br(e){var{children:t,branch:n}=e,o=c(e,["children","branch"]);const i=(n=null==n?void 0:n.toString())&&void 0!==o[n]?o[n]:t;return r.jsx(r.Fragment,{children:i})}function xr(t){var{children:n,n:o,locales:i}=t,s=c(t,["children","n","locales"]);const l=e.useContext(a);let u;l&&(i||(i=l.locale),u||(u=l.defaultLocale));const d=[...i?[i]:[],u||Tt];if("number"!=typeof o)throw new Error((e=>`<Plural> component with children "${e}" requires "n" option.`)(n));return r.jsx(r.Fragment,{children:Gt(o,d,s)||n})}var wr;br._gtt="branch",xr._gtt="plural";const kr=Number.POSITIVE_INFINITY,Ar=null!==(wr=globalThis.__DANGEROUS_USE_REGISTRY__)&&void 0!==wr?wr:globalThis.__DANGEROUS_USE_REGISTRY__=new Map;function Er(e,t=new WeakSet){var r;const n=typeof e;if(null==e||"number"===n||"boolean"===n||"bigint"===n)return String(e);if("string"===n)return JSON.stringify(e);if("symbol"===n)return`:sym(${null!==(r=e.description)&&void 0!==r?r:""})`;if("function"===n)return`:fn(${e.name||"anon"})`;if(Array.isArray(e))return`[${e.map(e=>Er(e,t)).join(",")}]`;if("object"===n){const r=e;if(t.has(r))return":circular";t.add(r);const n=Object.keys(r).sort().map(e=>`${JSON.stringify(e)}:${Er(r[e],t)}`).join(",");return t.delete(r),`{${n}}`}return String(e)}function jr(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e?String(e):Er(e)}function Or(e,t,r){const n=Ar,o=Date.now(),i=kr,a=jr(e),s=n.get(a);if(s&&s.expiresAt>o)return s.thenable;const c=function(e){const t=e;return null==t.status&&(t.status="pending",e.then(e=>{t.status="fulfilled",t.value=e},e=>{t.status="rejected",t.reason=e})),t}(t()),l={thenable:c,createdAt:o,expiresAt:o+i};if(n.set(a,l),i!==1/0){const e=()=>{const e=n.get(a);e&&e.thenable===c&&setTimeout(()=>{const e=n.get(a);e&&e.thenable===c&&n.delete(a)},Math.max(0,i))};c.then(e,e)}return c}function Sr(t){var{children:n,id:o,context:i,_hash:a}=t,u=c(t,["children","id","context","_hash"]);if(!n)return;o=null!=o?o:null==u?void 0:u.$id,i=null!=i?i:null==u?void 0:u.$context;const{translations:d,translationRequired:f,developmentApiEnabled:h,dialectTranslationRequired:p,registerJsxForTranslation:v,renderSettings:g,locale:y,defaultLocale:_}=s("<T> used on the client-side outside of <GTProvider>"),m=e.useMemo(()=>Pt(n),[n]);let x;o&&(x=null==d?void 0:d[o]),void 0===x&&a&&(x=null==d?void 0:d[a]);const[w,k]=e.useMemo(()=>{if(!f||x)return[void 0,""];const e=Ut(m);return[e,kt(Object.assign(Object.assign(Object.assign({source:e},i&&{context:i}),o&&{id:o}),{dataFormat:"JSX"}))]},[m,i,o,f,x]);void 0===x&&(x=null==d?void 0:d[k]);const A=()=>Xt({children:m,defaultLocale:_,renderVariable:b}),E=e=>Qt({source:m,target:e,locales:[y,_],renderVariable:b});if(!f||d&&!x&&!h||null===x)return r.jsx(r.Fragment,{children:A()});if(x)return r.jsx(e.Suspense,{fallback:E(x),children:E(x)});const j=()=>l(this,void 0,void 0,function*(){if(!h||!y)return A();if(x)return E(x);try{const e=yield v({source:w,targetLocale:y,metadata:{id:o,hash:k,context:i}});return e?E(e):A()}catch(e){return console.warn(e),A()}});if(lr){const t=e.use(Or(["getTranslationPromise",h,JSON.stringify(w),y,o,k,i],()=>j()));return r.jsx(e.Suspense,{fallback:t,children:t})}let O;return O="skeleton"===g.method?"":"replace"===g.method||p?A():"",r.jsx(e.Suspense,{fallback:O,children:j()})}function Br(t){const{locales:r,locale:n,setLocale:o,gt:i}=s(),a=e.useMemo(()=>{if(!r||0===r.length)return[];const e=r.sort((e,t)=>(new Intl.Collator).compare(i.getLocaleProperties(e).nativeNameWithRegionCode,i.getLocaleProperties(t).nativeNameWithRegionCode));return e},[r]),c=e.useCallback(e=>i.getLocaleProperties(e),[i]);return{locale:n,locales:t||a,setLocale:o,getLocaleProperties:c}}function Tr(e){if(!e)return;const t={};for(const r in e)t[r]={name:e[r]};return t}function Cr({regions:r,customMapping:n,prioritizeCurrentLocaleRegion:o=!0,sortRegionsAlphabetically:i=!0}={prioritizeCurrentLocaleRegion:!0,sortRegionsAlphabetically:!0}){const{locales:a,locale:c,setLocale:l,gt:u,region:d,setRegion:f}=s(),{regionCode:h}=u.getLocaleProperties(c),[p,v]=e.useMemo(()=>{const e=new Map(a.map(e=>{const r=t.getLocaleProperties(e,c,u.customMapping);return[r.regionCode,r]})),s=r?[...r]:Array.from((null==e?void 0:e.keys())||[h]),l=new Map(s.map(t=>{var r;return[t,Object.assign(Object.assign({locale:(null===(r=null==e?void 0:e.get(t))||void 0===r?void 0:r.code)||c},u.getRegionProperties(t)),"string"==typeof(null==n?void 0:n[t])?{name:null==n?void 0:n[t]}:null==n?void 0:n[t])]}));if(i&&s.sort((e,t)=>(new Intl.Collator).compare(l.get(e).name,l.get(t).name)),o){const e=s.indexOf(h);e>0&&(s.splice(e,1),s.unshift(h))}return[s,l]},[r,d,c,a,u]);return{region:d,setRegion:f,regions:p,regionData:v,locales:a,locale:c,localeRegion:h,setLocale:l}}function Lr(){return!("undefined"==typeof process||!process.env.NEXT_RUNTIME)||void 0!==(null===globalThis||void 0===globalThis?void 0:globalThis.__NEXT_DATA__)}function Rr({locale:r="",defaultLocale:n=Tt,locales:o=[],localeCookieName:i=nr,ssr:a=!0,customMapping:s}){r=t.resolveAliasLocale(r,s),o=o.map(e=>t.resolveAliasLocale(e,s));const[c,l]=e.useState(t.resolveAliasLocale(a?r&&t.determineLocale(r,o,s)||"":$r({_locale:r,locale:r,locales:o,defaultLocale:n,localeCookieName:i,customMapping:s}),s)),[u,d]=function({locale:e,locales:r,defaultLocale:n,localeCookieName:o,_setLocale:i,customMapping:a}){e=t.resolveAliasLocale(e,a);const s=o=>{const s=t.resolveAliasLocale(t.determineLocale(o,r,a)||e||n,a);return s!==o&&console.warn(((e,t)=>`You are trying to switch to "${t}" which is not supported. Update the list of supported locales through your dashboard or your config.json file if you are using a config file. Falling back to "${e}".`)(s,o)),i(s),s},c=e=>{e=t.resolveAliasLocale(e);const r=s(e);"undefined"!=typeof document&&(document.cookie=`${o}=${r};path=/`)};return[c,s]}({locale:c,locales:o,defaultLocale:n,localeCookieName:i,_setLocale:l,customMapping:s});return e.useEffect(()=>{const e=$r({_locale:r,locale:c,locales:o,defaultLocale:n,localeCookieName:i,customMapping:s});d(e)},[r,c,o,n,i]),[c,u]}function $r({_locale:e,locale:r,locales:n,defaultLocale:o,localeCookieName:i,customMapping:a}){var s;if(e&&e===r&&t.determineLocale(e,n,a)===r)return t.resolveAliasLocale(e,a);let c=(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]:[o];c=c.map(e=>t.resolveAliasLocale(e,a));let l="undefined"!=typeof document?null===(s=document.cookie.split("; ").find(e=>e.startsWith(`${i}=`)))||void 0===s?void 0:s.split("=")[1]:void 0;l&&(l=t.resolveAliasLocale(l,a));let u=t.determineLocale([...e?[e]:[],...l?[l]:[],...c],n,a)||o;return u&&(u=t.resolveAliasLocale(u,a)),l&&l!==u&&"undefined"!=typeof document&&(document.cookie=`${i}=${u};path=/`),u}function Mr({devApiKey:r,projectId:o,runtimeUrl:i,loadTranslationsType:a,cacheUrl:s,locales:c}){e.useEffect(()=>{if("production"===process.env.NODE_ENV&&r)throw new Error("gt-react Error: Production environments cannot include an api key.");if("custom"===a||!s&&!i||o||"development"!==process.env.NODE_ENV||console.warn("gt-react: Translation cloud services require a project ID! Find yours at generaltranslation.com/dashboard."),o&&i&&"custom"!==a&&!r&&"development"===process.env.NODE_ENV&&console.warn("gt-react: A development API key is required for runtime translation! Find your development API key: generaltranslation.com/dashboard. (Or, disable this warning message by setting runtimeUrl to an empty string which disables runtime translation.)"),i===Bt||s===St&&"default"===a){const e=c.filter(e=>!n.getSupportedLocale(e));e.length&&console.warn((e=>`gt-react: The following locales are currently unsupported by our service: ${e.map(e=>{const{name:r}=t.getLocaleProperties(e);return`${e} (${r})`}).join(", ")}`)(e))}},[r,a,s,i,o,c])}function Pr(e,r){return l(this,void 0,void 0,function*(){const n=Array.from(new Set([e,t.getLocaleProperties(e).languageCode]));for(const e of n)try{const t=yield r(e);if(t)return t}catch(e){}console.warn("gt-react Warning: No dictionary was found. Ensure you are either passing your dictionary to the <GTProvider>.")})}function Ir({_translations:t,translationRequired:r,loadTranslationsType:n,loadTranslations:o,locale:i,cacheUrl:a,projectId:s,_versionId:c,gt:u}){const[d,f]=e.useState(t||r&&"disabled"!==n?null:{});return e.useEffect(()=>{f(r&&"disabled"!==n?null:{})},[i,n]),e.useEffect(()=>{if(d||!r||"disabled"===n)return;let e=!0;return(()=>{l(this,void 0,void 0,function*(){let t;switch(n){case"custom":if(o)try{t=yield o(i)}catch(e){console.error(((e="")=>`gt-react Error: fetching locally stored translations. If you are using a custom loadTranslations(${e}), make sure it is correctly implemented.`)(i),e)}break;case"default":try{t=yield function(e){return l(this,arguments,void 0,function*({cacheUrl:e,projectId:t,locale:r,versionId:n,gt:o}){if(!t||!e||!r)return{};r=o.resolveCanonicalLocale(r);const i=yield fetch(n?`${e}/${t}/${r}/${n}`:`${e}/${t}/${r}`);return yield i.json()})}({cacheUrl:a,projectId:s,locale:i,versionId:c,gt:u})}catch(e){console.error(e)}}t||(t={}),e&&f(t)})})(),()=>{e=!1}},[d,r,n,a,s,i,c,u]),{translations:d,setTranslations:f}}function Dr({_region:e,regionCookieName:t}){var r;const n="undefined"!=typeof document?null===(r=document.cookie.split("; ").find(e=>e.startsWith(`${t}=`)))||void 0===r?void 0:r.split("=")[1]:void 0,o=e||n;return n&&n!==o&&"undefined"!=typeof document&&(document.cookie=`${t}=${o};path=/`),o}function Fr(){return s("useGTClass(): Unable to access configured GT class instance outside of a <GTProvider>").gt}Sr._gtt="translate-client",exports.Branch=br,exports.ClientProvider=function({children:n,dictionary:o,dictionaryTranslations:s,translations:c,locale:l,region:u,_versionId:d,defaultLocale:f,translationRequired:h,dialectTranslationRequired:p,locales:g=[],renderSettings:y,projectId:_,devApiKey:m,runtimeUrl:b,developmentApiEnabled:x,resetLocaleCookieName:w,localeCookieName:k=nr,regionCookieName:A=or,customMapping:E}){const[j,O]=e.useState(c),[S,B]=e.useState(l&&t.determineLocale(l,g,E)||"");e.useEffect(()=>{var e;let t=null===(e=document.cookie.split("; ").find(e=>e.startsWith(`${k}=`)))||void 0===e?void 0:e.split("=")[1];t&&(t=P.resolveAliasLocale(t)),S&&t&&t!==S&&(document.cookie=`${k}=;path=/`)},[S,k]);const[T,C]=e.useState(s||{}),[L,R]=e.useState(o||{}),[$,M]=e.useState(u);e.useEffect(()=>{var e;const t=null===(e=document.cookie.split("; ").find(e=>e.startsWith(`${A}=`)))||void 0===e?void 0:e.split("=")[1];$&&t&&t!==$&&(document.cookie=`${A}=;path=/`)},[$,A]);const P=e.useMemo(()=>new t.GT({devApiKey:m,sourceLocale:f,targetLocale:S,projectId:_,baseUrl:b||void 0,customMapping:E}),[m,f,S,_,b,E]),{registerIcuForTranslation:I,registerJsxForTranslation:D}=v({gt:P,locale:S,versionId:d,runtimeUrl:b,setTranslations:O,defaultLocale:f,renderSettings:y,developmentApiEnabled:x}),{_tFunction:F,_mFunction:z,_filterMessagesForPreload:H,_preloadMessages:N}=yr({gt:P,translations:j,locale:S,defaultLocale:f,translationRequired:h,developmentApiEnabled:x,registerIcuForTranslation:I}),U=_r(L,T,j,S,f,h,p,x,I),G=mr(L,T,R,C,j,S,f,h,p,x,I,U),V=!(h&&!j)&&S;return r.jsx(a.Provider,{value:{gt:P,registerIcuForTranslation:I,registerJsxForTranslation:D,setLocale:e=>{e=t.determineLocale(e,g,E)||S||f,e=P.resolveAliasLocale(e),document.cookie=`${k}=${e};path=/`,document.cookie=`${w}=true;path=/`,B(e),window.location.reload()},_tFunction:F,_mFunction:z,_filterMessagesForPreload:H,_preloadMessages:N,_dictionaryFunction:U,_dictionaryObjFunction:G,locale:S,locales:g,defaultLocale:f,region:$,setRegion:e=>{document.cookie=`${A}=${e||""};path=/`,M(e)},translations:j,translationRequired:h,dialectTranslationRequired:p,renderSettings:y,developmentApiEnabled:x},children:r.jsx(i.Suspense,{fallback:V&&n,children:V&&n})})},exports.Currency=_,exports.DateTime=m,exports.GTContext=a,exports.GTProvider=function(n){var{children:o,config:i,projectId:s=(null==i?void 0:i.projectId)||"",devApiKey:u=(null==i?void 0:i.devApiKey)||"",dictionary:d=(null==i?void 0:i.dictionary)||{},locales:f=(null==i?void 0:i.locales)||[],defaultLocale:h=(null==i?void 0:i.defaultLocale)||Tt,cacheUrl:p=(null==i?void 0:i.cacheUrl)||St,runtimeUrl:g=(null==i?void 0:i.runtimeUrl)||Bt,renderSettings:y=(null==i?void 0:i.renderSettings)||er,ssr:_=(null==i?void 0:i.ssr)||Lr(),localeCookieName:m=(null==i?void 0:i.localeCookieName)||nr,locale:b="",region:x,loadDictionary:w,loadTranslations:k,fallback:A,translations:E=null,_versionId:j,customMapping:O=(null==i?void 0:i.customMapping)}=n,S=c(n,["children","config","projectId","devApiKey","dictionary","locales","defaultLocale","cacheUrl","runtimeUrl","renderSettings","ssr","localeCookieName","locale","region","loadDictionary","loadTranslations","fallback","translations","_versionId","customMapping"]);b&&(b=t.resolveAliasLocale(b,O));const{projectId:B,devApiKey:T}=function(e,t){try{return{projectId:e||(void 0).VITE_GT_PROJECT_ID||(void 0).REDWOOD_ENV_GT_PROJECT_ID||"",devApiKey:t||(void 0).VITE_GT_DEV_API_KEY||(void 0).VITE_GT_API_KEY||(void 0).REDWOOD_ENV_GT_DEV_API_KEY||(void 0).REDWOOD_ENV_GT_API_KEY}}catch(e){}try{return{projectId:e||process.env.GT_PROJECT_ID||process.env.REACT_APP_GT_PROJECT_ID||process.env.NEXT_PUBLIC_GT_PROJECT_ID||process.env.GATSBY_GT_PROJECT_ID||"",devApiKey:t||process.env.GT_DEV_API_KEY||process.env.GT_API_KEY||process.env.REACT_APP_GT_DEV_API_KEY||process.env.REACT_APP_GT_API_KEY||process.env.NEXT_PUBLIC_GT_DEV_API_KEY||process.env.NEXT_PUBLIC_GT_API_KEY||process.env.GATSBY_GT_DEV_API_KEY||process.env.GATSBY_GT_API_KEY}}catch(e){console.error(e)}return{projectId:"",devApiKey:""}}(s,u),{locale:C,setLocale:L,locales:R,translationRequired:$,dialectTranslationRequired:M}=function({_locale:r,defaultLocale:n,locales:o,ssr:i,localeCookieName:a,customMapping:s}){const c=e.useMemo(()=>Array.from(new Set([n,...o])),[n,o]),[l,u]=Rr({locale:r,defaultLocale:n,locales:c,ssr:i,localeCookieName:a,customMapping:s}),[d,f]=e.useMemo(()=>{const e=t.requiresTranslation(n,l,c,s),r=e&&t.isSameLanguage(n,l);if(!s){const e=[];if(c.forEach(r=>{t.isValidLocale(r)||e.push(r)}),e.length)throw new Error((e=>`gt-react Error: You are using invalid locale codes in your configuration. You must either specify a list of valid locales or use "customMapping" to specify aliases for the following invalid locales: ${e.join(", ")}.`)(e))}if(s){const e=[];if(c.forEach(r=>{t.isValidLocale(r,s)||e.push(r)}),e.length)throw new Error((e=>`gt-react Error: You are using invalid canonical locale codes in your configuration: ${e.join(", ")}.`)(e))}return[e,r]},[n,l,c]);return{locale:l,setLocale:u,locales:c,translationRequired:d,dialectTranslationRequired:f}}({_locale:b,defaultLocale:h,locales:f,ssr:_,localeCookieName:m,customMapping:O}),{region:P,setRegion:I}=function({_region:t,ssr:r,regionCookieName:n}){const[o,i]=e.useState(r?void 0:Dr({_region:t,regionCookieName:n}));return e.useEffect(()=>{i(Dr({_region:t,regionCookieName:n}))},[t,n]),{region:o,setRegion:e=>{i(e),"undefined"!=typeof document&&(document.cookie=`${n}=${e||""};path=/`)}}}({_region:x,ssr:_,regionCookieName:or}),D=e.useMemo(()=>new t.GT({devApiKey:T,sourceLocale:h,targetLocale:C,projectId:B,baseUrl:g,customMapping:O}),[T,h,B,g,O]),F=(k?"custom":p&&B&&"default")||"disabled",{dictionary:z,setDictionary:H,dictionaryTranslations:N,setDictionaryTranslations:U}=function({_dictionary:t,_dictionaryTranslations:r={},loadDictionary:n,locale:o,defaultLocale:i}){const[a,s]=e.useState(t),[c,u]=e.useState(r);return e.useEffect(()=>{if(!n)return;let e=!0;return(()=>{l(this,void 0,void 0,function*(){const t=(yield Pr(i,n))||{},r=(yield Pr(o,n))||{};e&&s(t||{}),e&&u(r||{})})})(),()=>{e=!1}},[n,o,i]),{dictionary:a,setDictionary:s,dictionaryTranslations:c,setDictionaryTranslations:u}}({_dictionary:d,_dictionaryTranslations:{},loadDictionary:w,locale:C,defaultLocale:h});Mr({devApiKey:T,projectId:B,runtimeUrl:g,loadTranslationsType:F,cacheUrl:p,locales:f});const{translations:G,setTranslations:V}=Ir({_translations:E,translationRequired:$,loadTranslationsType:F,loadTranslations:k,locale:C,cacheUrl:p,projectId:B,_versionId:j,gt:D}),{registerIcuForTranslation:K,registerJsxForTranslation:W,developmentApiEnabled:J}=v(Object.assign({gt:D,locale:C,versionId:j,defaultLocale:h,runtimeUrl:g,renderSettings:y,setTranslations:V},S)),{_tFunction:q,_mFunction:Y,_filterMessagesForPreload:X,_preloadMessages:Z}=yr({gt:D,translations:G,locale:C,defaultLocale:h,translationRequired:$,developmentApiEnabled:J,registerIcuForTranslation:K}),Q=_r(z,N,G,C,h,$,M,J,K),ee=mr(z||{},N||{},H,U,G,C,h,$,M,J,K,Q),te=!($&&!G||!C);return r.jsx(a.Provider,{value:{gt:D,registerIcuForTranslation:K,registerJsxForTranslation:W,_tFunction:q,_mFunction:Y,_filterMessagesForPreload:X,_preloadMessages:Z,_dictionaryFunction:Q,_dictionaryObjFunction:ee,developmentApiEnabled:J,locale:C,locales:R,setLocale:L,defaultLocale:h,region:P,setRegion:I,translations:G,translationRequired:$,dialectTranslationRequired:M,projectId:B,renderSettings:y},children:r.jsx(e.Suspense,{fallback:A,children:te?o:A})})},exports.LocaleSelector=function(e){var{locales:t,customNames:n,customMapping:o=Tr(n)}=e,i=c(e,["locales","customNames","customMapping"]);const{locale:a,locales:s,setLocale:l,getLocaleProperties:u}=Br(t||void 0),d=e=>{if(o&&o[e]){if("string"==typeof o[e])return o[e];if(o[e].name)return o[e].name}return(t=u(e).nativeNameWithRegionCode)?t.charAt(0).toUpperCase()+(t.length>1?t.slice(1):""):"";var t};return s&&0!==s.length&&l?r.jsxs("select",Object.assign({},i,{value:a||"",onChange:e=>l(e.target.value),children:[!a&&r.jsx("option",{value:""}),s.map(e=>r.jsx("option",{value:e,suppressHydrationWarning:!0,children:d(e)},e))]})):null},exports.Num=g,exports.Plural=xr,exports.RegionSelector=function(e){var{regions:t,placeholder:n,customMapping:o,prioritizeCurrentLocaleRegion:i,sortRegionsAlphabetically:a,asLocaleSelector:s=!1}=e,l=c(e,["regions","placeholder","customMapping","prioritizeCurrentLocaleRegion","sortRegionsAlphabetically","asLocaleSelector"]);const{region:u,setRegion:d,regions:f,regionData:h,locale:p,setLocale:v}=Cr({regions:t,customMapping:o,prioritizeCurrentLocaleRegion:i,sortRegionsAlphabetically:a});return r.jsxs("select",Object.assign({},l,{value:u||"",onChange:e=>(e=>{if(d(e),s){const t=h.get(e).locale;p!==t&&v(t)}})(e.target.value),children:[!u&&r.jsx("option",{value:"",disabled:Boolean(u),hidden:Boolean(u),suppressHydrationWarning:!0,children:n||""},"placeholder"),f.map(e=>r.jsx("option",{value:e,suppressHydrationWarning:!0,children:h.get(e).name},e))]}))},exports.T=Sr,exports.Var=y,exports.decodeMsg=tr,exports.decodeOptions=rr,exports.msg=function(e,r){const n=(null==r?void 0:r.$_hash)||kt(Object.assign(Object.assign(Object.assign({source:e},(null==r?void 0:r.$context)&&{context:r.$context}),(null==r?void 0:r.$id)&&{id:r.$id}),{dataFormat:"ICU"}));r?(r.$_hash=n,r.$_source=e):r={$_hash:n,$_source:e};const o=Buffer.from(JSON.stringify(r)).toString("base64");let i=e;(function(e){let t=0,r=!1;for(;t<e.length;){const n=e[t];if("'"!==n){if(!r&&"{"===n){let r=t+1,n="";for(;r<e.length&&"}"!==e[r];)n+=e[r],r++;if(r<e.length&&n.trim().length>0)return!0;t=r<e.length?r+1:r;continue}t++}else{if(t+1<e.length&&"'"===e[t+1]){t+=2;continue}r=!r,t++}}return!1})(e)&&Object.keys(r||{}).length>2&&(i=t.formatMessage(e,{locales:[Tt],variables:r}));let a=i;return o&&(a+=`:${o}`),a},exports.renderVariable=b,exports.useDefaultLocale=function(){return s("useDefaultLocale(): Unable to access default locale outside of a <GTProvider>").defaultLocale},exports.useGT=function(t){const{developmentApiEnabled:r,translationRequired:n,_preloadMessages:o,_filterMessagesForPreload:a,_tFunction:c,locale:l}=s("useGT(): No context provided. You're trying to get the gt() function from the useGT() hook, which can be called within a <GTProvider>.");let u;if(t&&lr&&r&&n){const e=a(t);e.length>0&&(u=i.use(Or(["_preloadMessages",l,JSON.stringify(e)],()=>o(e))))}return e.useCallback(function(e,t={}){return c(e,t,u)},[u,c])},exports.useGTClass=Fr,exports.useLocale=function(){return s("useLocale(): Unable to access user's locale outside of a <GTProvider>").locale},exports.useLocaleDirection=function(e){const{gt:t}=s("useLocaleDirection(): Unable to access configured GT class instance outside of a <GTProvider>");return t.getLocaleDirection(e)},exports.useLocaleProperties=function(e){return Fr().getLocaleProperties(e)},exports.useLocaleSelector=Br,exports.useLocales=function(){return s("useLocales(): Unable to access configured locales outside of a <GTProvider>").locales},exports.useMessages=function(t){const{developmentApiEnabled:r,translationRequired:n,_preloadMessages:o,_filterMessagesForPreload:a,_mFunction:c,locale:l}=s("useMessages(): No context provided. You're trying to get the m() function from the useMessages() hook, which can be called within a <GTProvider>.");let u;if(t&&lr&&r&&n){const e=a(t);e.length>0&&(u=i.use(Or(["_preloadMessages",l,JSON.stringify(e)],()=>o(e))))}return e.useCallback(function(e,t={}){return c(e,t,u)},[u,c])},exports.useRegion=function(){return s("useRegion(): Unable to access user's region outside of a <GTProvider>").region},exports.useRegionSelector=Cr,exports.useRuntimeTranslation=v,exports.useSetLocale=function(){const{setLocale:e}=s("setLocale(): Unable to access user's locale outside of a <GTProvider>");return e},exports.useTranslations=function(e){const t=t=>e?`${e}.${t}`:t,{_dictionaryFunction:r,_dictionaryObjFunction:n}=s(`useTranslations('${e}'): No context provided. You're trying to get the t() function on the client, which can only be done inside a <GTProvider>.`);function o(e,n={}){const o=t(e);return r(o,n)}return o.obj=function(e,r={}){const o=t(e);return n(e,o,r)},o};
14
+ * Counter block mode compatible with Dr Brian Gladman fileenc.c
15
+ * derived from CryptoJS.mode.CTR
16
+ * Jan Hruby jhruby.web@gmail.com
17
+ */
18
+ 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 o=t.Encryptor=t.extend({processBlock:function(e,t){var r=this._cipher,o=r.blockSize,i=this._iv,s=this._counter;i&&(s=this._counter=i.slice(0),this._iv=void 0),n(s);var a=s.slice(0);r.encryptBlock(a,0);for(var c=0;c<o;c++)e[t+c]^=a[c]}});return t.Decryptor=o,t}(),e.mode.CTRGladman)),le.exports;var e}(),function(){return ue||(ue=1,fe.exports=(r=v(),ne(),r.mode.OFB=(t=(e=r.lib.BlockCipherMode.extend()).Encryptor=e.extend({processBlock:function(e,t){var r=this._cipher,n=r.blockSize,o=this._iv,i=this._keystream;o&&(i=this._keystream=o.slice(0),this._iv=void 0),r.encryptBlock(i,0);for(var s=0;s<n;s++)e[t+s]^=i[s]}}),e.Decryptor=t,e),r.mode.OFB)),fe.exports;var e,t,r}(),function(){return he?me.exports:(he=1,me.exports=(t=v(),ne(),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 pe?Be.exports:(pe=1,Be.exports=(e=v(),ne(),e.pad.AnsiX923={pad:function(e,t){var r=e.sigBytes,n=4*t,o=n-r%n,i=r+o-1;e.clamp(),e.words[i>>>2]|=o<<24-i%4*8,e.sigBytes+=o},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Ansix923));var e}(),function(){return de?we.exports:(de=1,we.exports=(e=v(),ne(),e.pad.Iso10126={pad:function(t,r){var n=4*r,o=n-t.sigBytes%n;t.concat(e.lib.WordArray.random(o-1)).concat(e.lib.WordArray.create([o<<24],1))},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Iso10126));var e}(),function(){return ve?ke.exports:(ve=1,ke.exports=(e=v(),ne(),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 ge||(ge=1,Se.exports=(e=v(),ne(),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)),Se.exports;var e}(),function(){return ye?Ae.exports:(ye=1,Ae.exports=(e=v(),ne(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return _e?Ce.exports:(_e=1,Ce.exports=(n=v(),ne(),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 xe||(xe=1,He.exports=(e=v(),S(),z(),ee(),ne(),function(){var t=e,r=t.lib.BlockCipher,n=t.algo,o=[],i=[],s=[],a=[],c=[],l=[],u=[],f=[],h=[],p=[];!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 d=n^n<<1^n<<2^n<<3^n<<4;d=d>>>8^255&d^99,o[r]=d,i[d]=r;var v=e[r],g=e[v],y=e[g],_=257*e[d]^16843008*d;s[r]=_<<24|_>>>8,a[r]=_<<16|_>>>16,c[r]=_<<8|_>>>24,l[r]=_,_=16843009*y^65537*g^257*v^16843008*r,u[d]=_<<24|_>>>8,f[d]=_<<16|_>>>16,h[d]=_<<8|_>>>24,p[d]=_,r?(r=v^e[e[e[y^v]]],n^=e[e[n]]):r=n=1}}();var d=[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),i=this._keySchedule=[],s=0;s<n;s++)s<r?i[s]=t[s]:(l=i[s-1],s%r?r>6&&s%r==4&&(l=o[l>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l]):(l=o[(l=l<<8|l>>>24)>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l],l^=d[s/r|0]<<24),i[s]=i[s-r]^l);for(var a=this._invKeySchedule=[],c=0;c<n;c++){if(s=n-c,c%4)var l=i[s];else l=i[s-4];a[c]=c<4||s<=4?l:u[o[l>>>24]]^f[o[l>>>16&255]]^h[o[l>>>8&255]]^p[o[255&l]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,s,a,c,l,o)},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,f,h,p,i),r=e[t+1],e[t+1]=e[t+3],e[t+3]=r},_doCryptBlock:function(e,t,r,n,o,i,s,a){for(var c=this._nRounds,l=e[t]^r[0],u=e[t+1]^r[1],f=e[t+2]^r[2],h=e[t+3]^r[3],p=4,d=1;d<c;d++){var v=n[l>>>24]^o[u>>>16&255]^i[f>>>8&255]^s[255&h]^r[p++],g=n[u>>>24]^o[f>>>16&255]^i[h>>>8&255]^s[255&l]^r[p++],y=n[f>>>24]^o[h>>>16&255]^i[l>>>8&255]^s[255&u]^r[p++],_=n[h>>>24]^o[l>>>16&255]^i[u>>>8&255]^s[255&f]^r[p++];l=v,u=g,f=y,h=_}v=(a[l>>>24]<<24|a[u>>>16&255]<<16|a[f>>>8&255]<<8|a[255&h])^r[p++],g=(a[u>>>24]<<24|a[f>>>16&255]<<16|a[h>>>8&255]<<8|a[255&l])^r[p++],y=(a[f>>>24]<<24|a[h>>>16&255]<<16|a[l>>>8&255]<<8|a[255&u])^r[p++],_=(a[h>>>24]<<24|a[l>>>16&255]<<16|a[u>>>8&255]<<8|a[255&f])^r[p++],e[t]=v,e[t+1]=g,e[t+2]=y,e[t+3]=_},keySize:8});t.AES=r._createHelper(v)}(),e.AES)),He.exports;var e}(),function(){return be||(be=1,Oe.exports=(e=v(),S(),z(),ee(),ne(),function(){var t=e,r=t.lib,n=r.WordArray,o=r.BlockCipher,i=t.algo,s=[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],a=[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],f=i.DES=o.extend({_doReset:function(){for(var e=this._key.words,t=[],r=0;r<56;r++){var n=s[r]-1;t[r]=e[n>>>5]>>>31-n%32&1}for(var o=this._subKeys=[],i=0;i<16;i++){var l=o[i]=[],u=c[i];for(r=0;r<24;r++)l[r/6|0]|=t[(a[r]-1+u)%28]<<31-r%6,l[4+(r/6|0)]|=t[28+(a[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 f=this._invSubKeys=[];for(r=0;r<16;r++)f[r]=o[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),p.call(this,2,858993459),p.call(this,8,16711935),h.call(this,1,1431655765);for(var n=0;n<16;n++){for(var o=r[n],i=this._lBlock,s=this._rBlock,a=0,c=0;c<8;c++)a|=l[c][((s^o[c])&u[c])>>>0];this._lBlock=s,this._rBlock=i^a}var f=this._lBlock;this._lBlock=this._rBlock,this._rBlock=f,h.call(this,1,1431655765),p.call(this,8,16711935),p.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 p(e,t){var r=(this._rBlock>>>e^this._lBlock)&t;this._lBlock^=r,this._rBlock^=r<<e}t.DES=o._createHelper(f);var d=i.TripleDES=o.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),o=e.length<6?e.slice(0,2):e.slice(4,6);this._des1=f.createEncryptor(n.create(t)),this._des2=f.createEncryptor(n.create(r)),this._des3=f.createEncryptor(n.create(o))},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=o._createHelper(d)}(),e.TripleDES)),Oe.exports;var e}(),function(){return ze||(ze=1,Me.exports=(e=v(),S(),z(),ee(),ne(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=n.RC4=r.extend({_doReset:function(){for(var e=this._key,t=e.words,r=e.sigBytes,n=this._S=[],o=0;o<256;o++)n[o]=o;o=0;for(var i=0;o<256;o++){var s=o%r,a=t[s>>>2]>>>24-s%4*8&255;i=(i+n[o]+a)%256;var c=n[o];n[o]=n[i],n[i]=c}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=i.call(this)},keySize:8,ivSize:0});function i(){for(var e=this._S,t=this._i,r=this._j,n=0,o=0;o<4;o++){r=(r+e[t=(t+1)%256])%256;var i=e[t];e[t]=e[r],e[r]=i,n|=e[(e[t]+e[r])%256]<<24-8*o}return this._i=t,this._j=r,n}t.RC4=r._createHelper(o);var s=n.RC4Drop=o.extend({cfg:o.cfg.extend({drop:192}),_doReset:function(){o._doReset.call(this);for(var e=this.cfg.drop;e>0;e--)i.call(this)}});t.RC4Drop=r._createHelper(s)}(),e.RC4)),Me.exports;var e}(),function(){return Pe||(Pe=1,De.exports=(e=v(),S(),z(),ee(),ne(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],s=[],a=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],o=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++)o[r]^=n[r+4&7];if(t){var i=t.words,s=i[0],a=i[1],l=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),u=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),f=l>>>16|4294901760&u,h=u<<16|65535&l;for(o[0]^=l,o[1]^=f,o[2]^=u,o[3]^=h,o[4]^=l,o[5]^=f,o[6]^=u,o[7]^=h,r=0;r<4;r++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,a=n>>>16,c=((o*o>>>17)+o*a>>>15)+a*a,l=((4294901760&n)*n|0)+((65535&n)*n|0);s[r]=c^l}e[0]=s[0]+(s[7]<<16|s[7]>>>16)+(s[6]<<16|s[6]>>>16)|0,e[1]=s[1]+(s[0]<<8|s[0]>>>24)+s[7]|0,e[2]=s[2]+(s[1]<<16|s[1]>>>16)+(s[0]<<16|s[0]>>>16)|0,e[3]=s[3]+(s[2]<<8|s[2]>>>24)+s[1]|0,e[4]=s[4]+(s[3]<<16|s[3]>>>16)+(s[2]<<16|s[2]>>>16)|0,e[5]=s[5]+(s[4]<<8|s[4]>>>24)+s[3]|0,e[6]=s[6]+(s[5]<<16|s[5]>>>16)+(s[4]<<16|s[4]>>>16)|0,e[7]=s[7]+(s[6]<<8|s[6]>>>24)+s[5]|0}t.Rabbit=r._createHelper(a)}(),e.Rabbit)),De.exports;var e}(),function(){return Re||(Re=1,Fe.exports=(e=v(),S(),z(),ee(),ne(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],s=[],a=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 o=0;o<4;o++)c.call(this);for(o=0;o<8;o++)n[o]^=r[o+4&7];if(t){var i=t.words,s=i[0],a=i[1],l=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),u=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),f=l>>>16|4294901760&u,h=u<<16|65535&l;for(n[0]^=l,n[1]^=f,n[2]^=u,n[3]^=h,n[4]^=l,n[5]^=f,n[6]^=u,n[7]^=h,o=0;o<4;o++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,a=n>>>16,c=((o*o>>>17)+o*a>>>15)+a*a,l=((4294901760&n)*n|0)+((65535&n)*n|0);s[r]=c^l}e[0]=s[0]+(s[7]<<16|s[7]>>>16)+(s[6]<<16|s[6]>>>16)|0,e[1]=s[1]+(s[0]<<8|s[0]>>>24)+s[7]|0,e[2]=s[2]+(s[1]<<16|s[1]>>>16)+(s[0]<<16|s[0]>>>16)|0,e[3]=s[3]+(s[2]<<8|s[2]>>>24)+s[1]|0,e[4]=s[4]+(s[3]<<16|s[3]>>>16)+(s[2]<<16|s[2]>>>16)|0,e[5]=s[5]+(s[4]<<8|s[4]>>>24)+s[3]|0,e[6]=s[6]+(s[5]<<16|s[5]>>>16)+(s[4]<<16|s[4]>>>16)|0,e[7]=s[7]+(s[6]<<8|s[6]>>>24)+s[5]|0}t.RabbitLegacy=r._createHelper(a)}(),e.RabbitLegacy)),Fe.exports;var e}(),function(){return je||(je=1,Le.exports=(e=v(),S(),z(),ee(),ne(),function(){var t=e,r=t.lib.BlockCipher,n=t.algo;const o=16,i=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],s=[[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 a={pbox:[],sbox:[]};function c(e,t){let r=t>>24&255,n=t>>16&255,o=t>>8&255,i=255&t,s=e.sbox[0][r]+e.sbox[1][n];return s^=e.sbox[2][o],s+=e.sbox[3][i],s}function l(e,t,r){let n,i=t,s=r;for(let t=0;t<o;++t)i^=e.pbox[t],s=c(e,i)^s,n=i,i=s,s=n;return n=i,i=s,s=n,s^=e.pbox[o],i^=e.pbox[17],{left:i,right:s}}var u=n.Blowfish=r.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var e=this._keyPriorReset=this._key,t=e.words,r=e.sigBytes/4;!function(e,t,r){for(let t=0;t<4;t++){e.sbox[t]=[];for(let r=0;r<256;r++)e.sbox[t][r]=s[t][r]}let n=0;for(let o=0;o<18;o++)e.pbox[o]=i[o]^t[n],n++,n>=r&&(n=0);let o=0,a=0,c=0;for(let t=0;t<18;t+=2)c=l(e,o,a),o=c.left,a=c.right,e.pbox[t]=o,e.pbox[t+1]=a;for(let t=0;t<4;t++)for(let r=0;r<256;r+=2)c=l(e,o,a),o=c.left,a=c.right,e.sbox[t][r]=o,e.sbox[t][r+1]=a}(a,t,r)}},encryptBlock:function(e,t){var r=l(a,e[t],e[t+1]);e[t]=r.left,e[t+1]=r.right},decryptBlock:function(e,t){var r=function(e,t,r){let n,o=t,i=r;for(let t=17;t>1;--t)o^=e.pbox[t],i=c(e,o)^i,n=o,o=i,i=n;return n=o,o=i,i=n,i^=e.pbox[1],o^=e.pbox[0],{left:o,right:i}}(a,e[t],e[t+1]);e[t]=r.left,e[t+1]=r.right},blockSize:2,keySize:4,ivSize:2});t.Blowfish=r._createHelper(u)}(),e.Blowfish)),Le.exports;var e}())),h.exports);l(qe),"function"==typeof SuppressedError&&SuppressedError;function Ge(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 o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function Je(e){if(!e)return;const t={};for(const r in e)t[r]={name:e[r]};return t}"function"==typeof SuppressedError&&SuppressedError,"function"==typeof SuppressedError&&SuppressedError,Object.defineProperty(exports,"Branch",{enumerable:!0,get:function(){return n.Branch}}),Object.defineProperty(exports,"Currency",{enumerable:!0,get:function(){return n.Currency}}),Object.defineProperty(exports,"DateTime",{enumerable:!0,get:function(){return n.DateTime}}),Object.defineProperty(exports,"GTProvider",{enumerable:!0,get:function(){return n.GTProvider}}),Object.defineProperty(exports,"Num",{enumerable:!0,get:function(){return n.Num}}),Object.defineProperty(exports,"Plural",{enumerable:!0,get:function(){return n.Plural}}),Object.defineProperty(exports,"Static",{enumerable:!0,get:function(){return n.Static}}),Object.defineProperty(exports,"T",{enumerable:!0,get:function(){return n.T}}),Object.defineProperty(exports,"Var",{enumerable:!0,get:function(){return n.Var}}),Object.defineProperty(exports,"decodeMsg",{enumerable:!0,get:function(){return n.decodeMsg}}),Object.defineProperty(exports,"decodeOptions",{enumerable:!0,get:function(){return n.decodeOptions}}),Object.defineProperty(exports,"msg",{enumerable:!0,get:function(){return n.msg}}),Object.defineProperty(exports,"useDefaultLocale",{enumerable:!0,get:function(){return n.useDefaultLocale}}),Object.defineProperty(exports,"useGT",{enumerable:!0,get:function(){return n.useGT}}),Object.defineProperty(exports,"useGTClass",{enumerable:!0,get:function(){return n.useGTClass}}),Object.defineProperty(exports,"useLocale",{enumerable:!0,get:function(){return n.useLocale}}),Object.defineProperty(exports,"useLocaleDirection",{enumerable:!0,get:function(){return n.useLocaleDirection}}),Object.defineProperty(exports,"useLocaleProperties",{enumerable:!0,get:function(){return n.useLocaleProperties}}),Object.defineProperty(exports,"useLocaleSelector",{enumerable:!0,get:function(){return n.useLocaleSelector}}),Object.defineProperty(exports,"useLocales",{enumerable:!0,get:function(){return n.useLocales}}),Object.defineProperty(exports,"useMessages",{enumerable:!0,get:function(){return n.useMessages}}),Object.defineProperty(exports,"useRegion",{enumerable:!0,get:function(){return n.useRegion}}),Object.defineProperty(exports,"useRegionSelector",{enumerable:!0,get:function(){return n.useRegionSelector}}),Object.defineProperty(exports,"useSetLocale",{enumerable:!0,get:function(){return n.useSetLocale}}),Object.defineProperty(exports,"useTranslations",{enumerable:!0,get:function(){return n.useTranslations}}),exports.ClientProvider=function({children:o,dictionary:i,dictionaryTranslations:s,translations:c,locale:l,region:u,_versionId:f,defaultLocale:h,translationRequired:p,dialectTranslationRequired:d,locales:v=[],renderSettings:g,projectId:y,devApiKey:_,runtimeUrl:x,developmentApiEnabled:b,resetLocaleCookieName:m,localeCookieName:B="generaltranslation.locale",regionCookieName:w="generaltranslation.region",customMapping:k,environment:S}){const[A,C]=t.useState(c),[H,O]=t.useState(l&&r.determineLocale(l,v,k)||"");t.useEffect(()=>{var e;let t=null===(e=document.cookie.split("; ").find(e=>e.startsWith(`${B}=`)))||void 0===e?void 0:e.split("=")[1];t&&(t=D.resolveAliasLocale(t)),H&&t&&t!==H&&(document.cookie=`${B}=;path=/`)},[H,B]);const[z,P]=t.useState(s||{}),[R,j]=t.useState(i||{}),[E,M]=t.useState(u);t.useEffect(()=>{var e;const t=null===(e=document.cookie.split("; ").find(e=>e.startsWith(`${w}=`)))||void 0===e?void 0:e.split("=")[1];E&&t&&t!==E&&(document.cookie=`${w}=;path=/`)},[E,w]);const D=t.useMemo(()=>new r.GT({devApiKey:_,sourceLocale:h,targetLocale:H,projectId:y,baseUrl:x||void 0,customMapping:k}),[_,h,H,y,x,k]),{registerIcuForTranslation:F,registerJsxForTranslation:L}=n.useRuntimeTranslation({gt:D,locale:H,versionId:f,runtimeUrl:x,setTranslations:C,defaultLocale:h,renderSettings:g,developmentApiEnabled:b,environment:S}),{_tFunction:T,_mFunction:W,_filterMessagesForPreload:I,_preloadMessages:U}=n.useCreateInternalUseGTFunction({gt:D,translations:A,locale:H,defaultLocale:h,translationRequired:p,developmentApiEnabled:b,registerIcuForTranslation:F,environment:S}),N=n.useCreateInternalUseTranslationsFunction(D,R,z,A,H,h,p,d,b,F,S),K=n.useCreateInternalUseTranslationsObjFunction(R,z,j,P,A,H,h,p,d,b,F,N),X=!(p&&!A)&&H;return e.jsx(n.GTContext.Provider,{value:{gt:D,registerIcuForTranslation:F,registerJsxForTranslation:L,setLocale:e=>{e=r.determineLocale(e,v,k)||H||h,e=D.resolveAliasLocale(e),document.cookie=`${B}=${e};path=/`,document.cookie=`${m}=true;path=/`,O(e),window.location.reload()},_tFunction:T,_mFunction:W,_filterMessagesForPreload:I,_preloadMessages:U,_dictionaryFunction:N,_dictionaryObjFunction:K,locale:H,locales:v,defaultLocale:h,region:E,setRegion:e=>{document.cookie=`${w}=${e||""};path=/`,M(e)},translations:A,translationRequired:p,dialectTranslationRequired:d,renderSettings:g,developmentApiEnabled:b},children:e.jsx(a.Suspense,{fallback:X&&o,children:X&&o})})},exports.LocaleSelector=function(t){var{locales:r,customNames:o,customMapping:i=Je(o)}=t,s=Ge(t,["locales","customNames","customMapping"]);const{locale:a,locales:c,setLocale:l,getLocaleProperties:u}=n.useLocaleSelector(r||void 0),f=e=>{if(i&&i[e]){if("string"==typeof i[e])return i[e];if(i[e].name)return i[e].name}return(t=u(e).nativeNameWithRegionCode)?t.charAt(0).toUpperCase()+(t.length>1?t.slice(1):""):"";var t};return c&&0!==c.length&&l?e.jsxs("select",Object.assign({},s,{value:a||"",onChange:e=>l(e.target.value),children:[!a&&e.jsx("option",{value:""}),c.map(t=>e.jsx("option",{value:t,suppressHydrationWarning:!0,children:f(t)},t))]})):null},exports.RegionSelector=function(t){var{regions:r,placeholder:o,customMapping:i,prioritizeCurrentLocaleRegion:s,sortRegionsAlphabetically:a,asLocaleSelector:c=!1}=t,l=Ge(t,["regions","placeholder","customMapping","prioritizeCurrentLocaleRegion","sortRegionsAlphabetically","asLocaleSelector"]);const{region:u,setRegion:f,regions:h,regionData:p,locale:d,setLocale:v}=n.useRegionSelector({regions:r,customMapping:i,prioritizeCurrentLocaleRegion:s,sortRegionsAlphabetically:a});return e.jsxs("select",Object.assign({},l,{value:u||"",onChange:e=>(e=>{if(f(e),c){const t=p.get(e).locale;d!==t&&v(t)}})(e.target.value),children:[!u&&e.jsx("option",{value:"",disabled:Boolean(u),hidden:Boolean(u),suppressHydrationWarning:!0,children:o||""},"placeholder"),h.map(t=>e.jsx("option",{value:t,suppressHydrationWarning:!0,children:p.get(t).name},t))]}))};
19
+ //# sourceMappingURL=client.cjs.min.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client.cjs.min.cjs","sources":["../../../node_modules/.pnpm/@rollup+plugin-typescript@12.1.4_rollup@4.52.3_tslib@2.8.1_typescript@5.9.2/node_modules/tslib/tslib.es6.js","../src/ui/LocaleSelector.tsx","../src/ui/RegionSelector.tsx"],"sourcesContent":["/******************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise, SuppressedError, Symbol, Iterator */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {\r\n function accept(f) { if (f !== void 0 && typeof f !== \"function\") throw new TypeError(\"Function expected\"); return f; }\r\n var kind = contextIn.kind, key = kind === \"getter\" ? \"get\" : kind === \"setter\" ? \"set\" : \"value\";\r\n var target = !descriptorIn && ctor ? contextIn[\"static\"] ? ctor : ctor.prototype : null;\r\n var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});\r\n var _, done = false;\r\n for (var i = decorators.length - 1; i >= 0; i--) {\r\n var context = {};\r\n for (var p in contextIn) context[p] = p === \"access\" ? {} : contextIn[p];\r\n for (var p in contextIn.access) context.access[p] = contextIn.access[p];\r\n context.addInitializer = function (f) { if (done) throw new TypeError(\"Cannot add initializers after decoration has completed\"); extraInitializers.push(accept(f || null)); };\r\n var result = (0, decorators[i])(kind === \"accessor\" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);\r\n if (kind === \"accessor\") {\r\n if (result === void 0) continue;\r\n if (result === null || typeof result !== \"object\") throw new TypeError(\"Object expected\");\r\n if (_ = accept(result.get)) descriptor.get = _;\r\n if (_ = accept(result.set)) descriptor.set = _;\r\n if (_ = accept(result.init)) initializers.unshift(_);\r\n }\r\n else if (_ = accept(result)) {\r\n if (kind === \"field\") initializers.unshift(_);\r\n else descriptor[key] = _;\r\n }\r\n }\r\n if (target) Object.defineProperty(target, contextIn.name, descriptor);\r\n done = true;\r\n};\r\n\r\nexport function __runInitializers(thisArg, initializers, value) {\r\n var useValue = arguments.length > 2;\r\n for (var i = 0; i < initializers.length; i++) {\r\n value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);\r\n }\r\n return useValue ? value : void 0;\r\n};\r\n\r\nexport function __propKey(x) {\r\n return typeof x === \"symbol\" ? x : \"\".concat(x);\r\n};\r\n\r\nexport function __setFunctionName(f, name, prefix) {\r\n if (typeof name === \"symbol\") name = name.description ? \"[\".concat(name.description, \"]\") : \"\";\r\n return Object.defineProperty(f, \"name\", { configurable: true, value: prefix ? \"\".concat(prefix, \" \", name) : name });\r\n};\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === \"function\" ? Iterator : Object).prototype);\r\n return g.next = verb(0), g[\"throw\"] = verb(1), g[\"return\"] = verb(2), typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (g && (g = 0, op[0] && (_ = 0)), _) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n var desc = Object.getOwnPropertyDescriptor(m, k);\r\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\r\n desc = { enumerable: true, get: function() { return m[k]; } };\r\n }\r\n Object.defineProperty(o, k2, desc);\r\n}) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n});\r\n\r\nexport function __exportStar(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n}\r\n\r\nexport function __spreadArray(to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || Array.prototype.slice.call(from));\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = Object.create((typeof AsyncIterator === \"function\" ? AsyncIterator : Object).prototype), verb(\"next\"), verb(\"throw\"), verb(\"return\", awaitReturn), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function awaitReturn(f) { return function (v) { return Promise.resolve(v).then(f, reject); }; }\r\n function verb(n, f) { if (g[n]) { i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; if (f) i[n] = f(i[n]); } }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nvar __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n}) : function(o, v) {\r\n o[\"default\"] = v;\r\n};\r\n\r\nvar ownKeys = function(o) {\r\n ownKeys = Object.getOwnPropertyNames || function (o) {\r\n var ar = [];\r\n for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;\r\n return ar;\r\n };\r\n return ownKeys(o);\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== \"default\") __createBinding(result, mod, k[i]);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, state, kind, f) {\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\r\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, state, value, kind, f) {\r\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\r\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\r\n}\r\n\r\nexport function __classPrivateFieldIn(state, receiver) {\r\n if (receiver === null || (typeof receiver !== \"object\" && typeof receiver !== \"function\")) throw new TypeError(\"Cannot use 'in' operator on non-object\");\r\n return typeof state === \"function\" ? receiver === state : state.has(receiver);\r\n}\r\n\r\nexport function __addDisposableResource(env, value, async) {\r\n if (value !== null && value !== void 0) {\r\n if (typeof value !== \"object\" && typeof value !== \"function\") throw new TypeError(\"Object expected.\");\r\n var dispose, inner;\r\n if (async) {\r\n if (!Symbol.asyncDispose) throw new TypeError(\"Symbol.asyncDispose is not defined.\");\r\n dispose = value[Symbol.asyncDispose];\r\n }\r\n if (dispose === void 0) {\r\n if (!Symbol.dispose) throw new TypeError(\"Symbol.dispose is not defined.\");\r\n dispose = value[Symbol.dispose];\r\n if (async) inner = dispose;\r\n }\r\n if (typeof dispose !== \"function\") throw new TypeError(\"Object not disposable.\");\r\n if (inner) dispose = function() { try { inner.call(this); } catch (e) { return Promise.reject(e); } };\r\n env.stack.push({ value: value, dispose: dispose, async: async });\r\n }\r\n else if (async) {\r\n env.stack.push({ async: true });\r\n }\r\n return value;\r\n\r\n}\r\n\r\nvar _SuppressedError = typeof SuppressedError === \"function\" ? SuppressedError : function (error, suppressed, message) {\r\n var e = new Error(message);\r\n return e.name = \"SuppressedError\", e.error = error, e.suppressed = suppressed, e;\r\n};\r\n\r\nexport function __disposeResources(env) {\r\n function fail(e) {\r\n env.error = env.hasError ? new _SuppressedError(e, env.error, \"An error was suppressed during disposal.\") : e;\r\n env.hasError = true;\r\n }\r\n var r, s = 0;\r\n function next() {\r\n while (r = env.stack.pop()) {\r\n try {\r\n if (!r.async && s === 1) return s = 0, env.stack.push(r), Promise.resolve().then(next);\r\n if (r.dispose) {\r\n var result = r.dispose.call(r.value);\r\n if (r.async) return s |= 2, Promise.resolve(result).then(next, function(e) { fail(e); return next(); });\r\n }\r\n else s |= 1;\r\n }\r\n catch (e) {\r\n fail(e);\r\n }\r\n }\r\n if (s === 1) return env.hasError ? Promise.reject(env.error) : Promise.resolve();\r\n if (env.hasError) throw env.error;\r\n }\r\n return next();\r\n}\r\n\r\nexport function __rewriteRelativeImportExtension(path, preserveJsx) {\r\n if (typeof path === \"string\" && /^\\.\\.?\\//.test(path)) {\r\n return path.replace(/\\.(tsx)$|((?:\\.d)?)((?:\\.[^./]+?)?)\\.([cm]?)ts$/i, function (m, tsx, d, ext, cm) {\r\n return tsx ? preserveJsx ? \".jsx\" : \".js\" : d && (!ext || !cm) ? m : (d + ext + \".\" + cm.toLowerCase() + \"js\");\r\n });\r\n }\r\n return path;\r\n}\r\n\r\nexport default {\r\n __extends: __extends,\r\n __assign: __assign,\r\n __rest: __rest,\r\n __decorate: __decorate,\r\n __param: __param,\r\n __esDecorate: __esDecorate,\r\n __runInitializers: __runInitializers,\r\n __propKey: __propKey,\r\n __setFunctionName: __setFunctionName,\r\n __metadata: __metadata,\r\n __awaiter: __awaiter,\r\n __generator: __generator,\r\n __createBinding: __createBinding,\r\n __exportStar: __exportStar,\r\n __values: __values,\r\n __read: __read,\r\n __spread: __spread,\r\n __spreadArrays: __spreadArrays,\r\n __spreadArray: __spreadArray,\r\n __await: __await,\r\n __asyncGenerator: __asyncGenerator,\r\n __asyncDelegator: __asyncDelegator,\r\n __asyncValues: __asyncValues,\r\n __makeTemplateObject: __makeTemplateObject,\r\n __importStar: __importStar,\r\n __importDefault: __importDefault,\r\n __classPrivateFieldGet: __classPrivateFieldGet,\r\n __classPrivateFieldSet: __classPrivateFieldSet,\r\n __classPrivateFieldIn: __classPrivateFieldIn,\r\n __addDisposableResource: __addDisposableResource,\r\n __disposeResources: __disposeResources,\r\n __rewriteRelativeImportExtension: __rewriteRelativeImportExtension,\r\n};\r\n",null,null],"names":["__rest","s","e","t","p","Object","prototype","hasOwnProperty","call","indexOf","getOwnPropertySymbols","i","length","propertyIsEnumerable","SuppressedError","str","charAt","slice","_a","regions","_regions","placeholder","customMapping","prioritizeCurrentLocaleRegion","sortRegionsAlphabetically","asLocaleSelector","props","region","setRegion","regionData","locale","setLocale","useRegionSelector","regionLocale","get"],"mappings":";;;;;;;;;;;;;;;;;64gCA0CO,SAASA,GAAOC,EAAGC,GACtB,IAAIC,EAAI,CAAA,EACR,IAAK,IAAIC,KAAKH,EAAOI,OAAOC,UAAUC,eAAeC,KAAKP,EAAGG,IAAMF,EAAEO,QAAQL,GAAK,IAC9ED,EAAEC,GAAKH,EAAEG,IACb,GAAS,MAALH,GAAqD,mBAAjCI,OAAOK,sBACtB,KAAIC,EAAI,EAAb,IAAgBP,EAAIC,OAAOK,sBAAsBT,GAAIU,EAAIP,EAAEQ,OAAQD,IAC3DT,EAAEO,QAAQL,EAAEO,IAAM,GAAKN,OAAOC,UAAUO,qBAAqBL,KAAKP,EAAGG,EAAEO,MACvER,EAAEC,EAAEO,IAAMV,EAAEG,EAAEO,IAF4B,CAItD,OAAOR,CACX,uIAoRkD,mBAApBW,iBAAiCA,+gKChSvCC,iCAOLA,EAAKC,OAAM,kBAASD,EAAAH,OAAA,EAAAG,EAAAE,MAAA,GAAA,IAA1B,GAPb,IAAwBF,qQCNX,SAAaG,GACxB,IAAAC,QAAcC,EAAEC,YAAAA,EAAAC,cAAAA,EAAAC,8BAAAA,EAAAC,0BAAAA,EAAAC,iBAAAA,GAAA,GAAAP,EAAAQ,EAAA1B,GAAAkB,EAAA,CAAA,UAAA,cAAA,gBAAA,gCAAA,4BAAA,qBACd,MAACS,OAAAA,EAAQC,UAAAA,YAELC,WAAAA,EAAAC,OAAAA,EAAAC,UAAAA,GAAAC,oBAAA,SAAOZ,mJAEb,CAAAO,IAEA,GADAC,EAAAD,GACAF,EAA0B,CACpB,MAAMQ,EAAOJ,EAAAK,IAAAP,GAAAG,OACPA","x_google_ignoreList":[0]}