gt-react 10.19.3 → 10.19.4
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.
- package/CHANGELOG.md +12 -0
- package/dist/browser.cjs.min.cjs +1 -1
- package/dist/browser.cjs.min.cjs.map +1 -1
- package/dist/browser.esm.min.mjs +1 -1
- package/dist/browser.esm.min.mjs.map +1 -1
- package/dist/client.cjs.min.cjs +1 -1
- package/dist/client.cjs.min.cjs.map +1 -1
- package/dist/client.esm.min.mjs +1 -1
- package/dist/client.esm.min.mjs.map +1 -1
- package/dist/index.cjs.min.cjs +1 -1
- package/dist/index.cjs.min.cjs.map +1 -1
- package/dist/index.esm.min.mjs +1 -1
- package/dist/index.esm.min.mjs.map +1 -1
- package/dist/internal.cjs.min.cjs +1 -1
- package/dist/internal.cjs.min.cjs.map +1 -1
- package/dist/internal.esm.min.mjs +1 -1
- package/dist/internal.esm.min.mjs.map +1 -1
- package/dist/macros.cjs.min.cjs +1 -1
- package/dist/macros.cjs.min.cjs.map +1 -1
- package/dist/macros.esm.min.mjs +1 -1
- package/dist/macros.esm.min.mjs.map +1 -1
- package/package.json +9 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"internal.cjs.min.cjs","sources":["../../react-core/dist/internal.esm.min.mjs"],"sourcesContent":["import*as t from\"react\";import e,{isValidElement as r,Children as n,cloneElement as i,createContext as o,useContext as a}from\"react\";import{formatMessage as s,GT as c,formatCutoff as u}from\"generaltranslation\";import{jsx as l,Fragment as h}from\"react/jsx-runtime\";function f(t,e){if(null==t)throw new Error(\"Cannot index into an undefined dictionary\");return Array.isArray(t),t[e]}function p(t,e,r){Array.isArray(t),t[e]=r}const d=t=>`Duplicate key found in dictionary: \"${t}\"`;function y(t,e=\"\"){const r={};for(const n in t)if(t.hasOwnProperty(n)){const i=e?`${e}.${n}`:n;if(\"object\"!=typeof f(t,n)||null===f(t,n)||Array.isArray(f(t,n))){if(r.hasOwnProperty(i))throw new Error(d(i));r[i]=f(t,n)}else{const e=y(f(t,n),i);for(const t in e){if(r.hasOwnProperty(t))throw new Error(d(t));r[t]=e[t]}}}return r}function b(t,e,r=\"\"){const n=function(t){return t instanceof Uint8Array||ArrayBuffer.isView(t)&&\"Uint8Array\"===t.constructor.name&&\"BYTES_PER_ELEMENT\"in t&&1===t.BYTES_PER_ELEMENT}(t),i=t?.length;if(!n||void 0!==e){const e=(r&&`\"${r}\" `)+\"expected Uint8Array\"+\"\"+\", got \"+(n?`length=${i}`:\"type=\"+typeof t);if(!n)throw new TypeError(e);throw new RangeError(e)}return t}function m(t,e=!0){if(t.destroyed)throw new Error(\"Hash instance has been destroyed\");if(e&&t.finished)throw new Error(\"Hash#digest() has already been called\")}function v(...t){for(let e=0;e<t.length;e++)t[e].fill(0)}function g(t){return new DataView(t.buffer,t.byteOffset,t.byteLength)}function E(t,e){return t<<32-e|t>>>e}const _=(()=>\"function\"==typeof Uint8Array.from([]).toHex&&\"function\"==typeof Uint8Array.fromHex)(),T=Array.from({length:256},(t,e)=>e.toString(16).padStart(2,\"0\"));function H(t,e={}){const r=(e,r)=>t(r).update(e).digest(),n=t(void 0);return r.outputLen=n.outputLen,r.blockLen=n.blockLen,r.canXOF=n.canXOF,r.create=e=>t(e),Object.assign(r,e),Object.freeze(r)}const A=t=>({oid:Uint8Array.from([6,9,96,134,72,1,101,3,4,2,t])});function B(t,e,r){return t&e^~t&r}function w(t,e,r){return t&e^t&r^e&r}class O{blockLen;outputLen;canXOF=!1;padOffset;isLE;buffer;view;finished=!1;length=0;pos=0;destroyed=!1;constructor(t,e,r,n){this.blockLen=t,this.outputLen=e,this.padOffset=r,this.isLE=n,this.buffer=new Uint8Array(t),this.view=g(this.buffer)}update(t){m(this),b(t);const{view:e,buffer:r,blockLen:n}=this,i=t.length;for(let o=0;o<i;){const a=Math.min(n-this.pos,i-o);if(a===n){const e=g(t);for(;n<=i-o;o+=n)this.process(e,o);continue}r.set(t.subarray(o,o+a),this.pos),this.pos+=a,o+=a,this.pos===n&&(this.process(e,0),this.pos=0)}return this.length+=t.length,this.roundClean(),this}digestInto(t){m(this),function(t,e){b(t,void 0,\"digestInto() output\");const r=e.outputLen;if(t.length<r)throw new RangeError('\"digestInto() output\" expected to be of length >='+r)}(t,this),this.finished=!0;const{buffer:e,view:r,blockLen:n,isLE:i}=this;let{pos:o}=this;e[o++]=128,v(this.buffer.subarray(o)),this.padOffset>n-o&&(this.process(r,0),o=0);for(let t=o;t<n;t++)e[t]=0;r.setBigUint64(n-8,BigInt(8*this.length),i),this.process(r,0);const a=g(t),s=this.outputLen;if(s%4)throw new Error(\"_sha2: outputLen must be aligned to 32bit\");const c=s/4,u=this.get();if(c>u.length)throw new Error(\"_sha2: outputLen bigger than state\");for(let t=0;t<c;t++)a.setUint32(4*t,u[t],i)}digest(){const{buffer:t,outputLen:e}=this;this.digestInto(t);const r=t.slice(0,e);return this.destroy(),r}_cloneInto(t){t||=new this.constructor,t.set(...this.get());const{blockLen:e,buffer:r,length:n,finished:i,destroyed:o,pos:a}=this;return t.destroyed=o,t.finished=i,t.length=n,t.pos=a,n%e&&t.buffer.set(r),t}clone(){return this._cloneInto()}}const S=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),P=Uint32Array.from([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),C=new Uint32Array(64);class L extends O{constructor(t){super(64,t,8,!1)}get(){const{A:t,B:e,C:r,D:n,E:i,F:o,G:a,H:s}=this;return[t,e,r,n,i,o,a,s]}set(t,e,r,n,i,o,a,s){this.A=0|t,this.B=0|e,this.C=0|r,this.D=0|n,this.E=0|i,this.F=0|o,this.G=0|a,this.H=0|s}process(t,e){for(let r=0;r<16;r++,e+=4)C[r]=t.getUint32(e,!1);for(let t=16;t<64;t++){const e=C[t-15],r=C[t-2],n=E(e,7)^E(e,18)^e>>>3,i=E(r,17)^E(r,19)^r>>>10;C[t]=i+C[t-7]+n+C[t-16]|0}let{A:r,B:n,C:i,D:o,E:a,F:s,G:c,H:u}=this;for(let t=0;t<64;t++){const e=u+(E(a,6)^E(a,11)^E(a,25))+B(a,s,c)+P[t]+C[t]|0,l=(E(r,2)^E(r,13)^E(r,22))+w(r,n,i)|0;u=c,c=s,s=a,a=o+e|0,o=i,i=n,n=r,r=e+l|0}r=r+this.A|0,n=n+this.B|0,i=i+this.C|0,o=o+this.D|0,a=a+this.E|0,s=s+this.F|0,c=c+this.G|0,u=u+this.H|0,this.set(r,n,i,o,a,s,c,u)}roundClean(){v(C)}destroy(){this.destroyed=!0,this.set(0,0,0,0,0,0,0,0),v(this.buffer)}}class I extends L{A=0|S[0];B=0|S[1];C=0|S[2];D=0|S[3];E=0|S[4];F=0|S[5];G=0|S[6];H=0|S[7];constructor(){super(32)}}const N=H(()=>new I,A(1));var M=\"en\",R=[\"singular\",\"plural\",\"dual\",\"zero\",\"one\",\"two\",\"few\",\"many\",\"other\"];function j(t){return R.includes(t)}var D=function(t,e){return D=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},D(t,e)};function U(t,e){if(\"function\"!=typeof e&&null!==e)throw new TypeError(\"Class extends value \"+String(e)+\" is not a constructor or null\");function r(){this.constructor=t}D(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}var k=function(){return k=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},k.apply(this,arguments)};function G(t,e){var r={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(null!=t&&\"function\"==typeof Object.getOwnPropertySymbols){var i=0;for(n=Object.getOwnPropertySymbols(t);i<n.length;i++)e.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(t,n[i])&&(r[n[i]]=t[n[i]])}return r}function x(t,e,r,n){var i,o=arguments.length,a=o<3?e:null===n?n=Object.getOwnPropertyDescriptor(e,r):n;if(\"object\"==typeof Reflect&&\"function\"==typeof Reflect.decorate)a=Reflect.decorate(t,e,r,n);else for(var s=t.length-1;s>=0;s--)(i=t[s])&&(a=(o<3?i(a):o>3?i(e,r,a):i(e,r))||a);return o>3&&a&&Object.defineProperty(e,r,a),a}function F(t,e){return function(r,n){e(r,n,t)}}function $(t,e,r,n,i,o){function a(t){if(void 0!==t&&\"function\"!=typeof t)throw new TypeError(\"Function expected\");return t}for(var s,c=n.kind,u=\"getter\"===c?\"get\":\"setter\"===c?\"set\":\"value\",l=!e&&t?n.static?t:t.prototype:null,h=e||(l?Object.getOwnPropertyDescriptor(l,n.name):{}),f=!1,p=r.length-1;p>=0;p--){var d={};for(var y in n)d[y]=\"access\"===y?{}:n[y];for(var y in n.access)d.access[y]=n.access[y];d.addInitializer=function(t){if(f)throw new TypeError(\"Cannot add initializers after decoration has completed\");o.push(a(t||null))};var b=(0,r[p])(\"accessor\"===c?{get:h.get,set:h.set}:h[u],d);if(\"accessor\"===c){if(void 0===b)continue;if(null===b||\"object\"!=typeof b)throw new TypeError(\"Object expected\");(s=a(b.get))&&(h.get=s),(s=a(b.set))&&(h.set=s),(s=a(b.init))&&i.unshift(s)}else(s=a(b))&&(\"field\"===c?i.unshift(s):h[u]=s)}l&&Object.defineProperty(l,n.name,h),f=!0}function V(t,e,r){for(var n=arguments.length>2,i=0;i<e.length;i++)r=n?e[i].call(t,r):e[i].call(t);return n?r:void 0}function K(t){return\"symbol\"==typeof t?t:\"\".concat(t)}function X(t,e,r){return\"symbol\"==typeof e&&(e=e.description?\"[\".concat(e.description,\"]\"):\"\"),Object.defineProperty(t,\"name\",{configurable:!0,value:r?\"\".concat(r,\" \",e):e})}function Y(t,e){if(\"object\"==typeof Reflect&&\"function\"==typeof Reflect.metadata)return Reflect.metadata(t,e)}function q(t,e,r,n){return new(r||(r=Promise))(function(i,o){function a(t){try{c(n.next(t))}catch(t){o(t)}}function s(t){try{c(n.throw(t))}catch(t){o(t)}}function c(t){var e;t.done?i(t.value):(e=t.value,e instanceof r?e:new r(function(t){t(e)})).then(a,s)}c((n=n.apply(t,e||[])).next())})}function W(t,e){var r,n,i,o={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]},a=Object.create((\"function\"==typeof Iterator?Iterator:Object).prototype);return a.next=s(0),a.throw=s(1),a.return=s(2),\"function\"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(s){return function(c){return function(s){if(r)throw new TypeError(\"Generator is already executing.\");for(;a&&(a=0,s[0]&&(o=0)),o;)try{if(r=1,n&&(i=2&s[0]?n.return:s[0]?n.throw||((i=n.return)&&i.call(n),0):n.next)&&!(i=i.call(n,s[1])).done)return i;switch(n=0,i&&(s=[2&s[0],i.value]),s[0]){case 0:case 1:i=s;break;case 4:return o.label++,{value:s[1],done:!1};case 5:o.label++,n=s[1],s=[0];continue;case 7:s=o.ops.pop(),o.trys.pop();continue;default:if(!((i=(i=o.trys).length>0&&i[i.length-1])||6!==s[0]&&2!==s[0])){o=0;continue}if(3===s[0]&&(!i||s[1]>i[0]&&s[1]<i[3])){o.label=s[1];break}if(6===s[0]&&o.label<i[1]){o.label=i[1],i=s;break}if(i&&o.label<i[2]){o.label=i[2],o.ops.push(s);break}i[2]&&o.ops.pop(),o.trys.pop();continue}s=e.call(t,o)}catch(t){s=[6,t],n=0}finally{r=i=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,c])}}}var Z=Object.create?function(t,e,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!(\"get\"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}:function(t,e,r,n){void 0===n&&(n=r),t[n]=e[r]};function J(t,e){for(var r in t)\"default\"===r||Object.prototype.hasOwnProperty.call(e,r)||Z(e,t,r)}function z(t){var e=\"function\"==typeof Symbol&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&\"number\"==typeof t.length)return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function Q(t,e){var r=\"function\"==typeof Symbol&&t[Symbol.iterator];if(!r)return t;var n,i,o=r.call(t),a=[];try{for(;(void 0===e||e-- >0)&&!(n=o.next()).done;)a.push(n.value)}catch(t){i={error:t}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return a}function tt(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(Q(arguments[e]));return t}function et(){for(var t=0,e=0,r=arguments.length;e<r;e++)t+=arguments[e].length;var n=Array(t),i=0;for(e=0;e<r;e++)for(var o=arguments[e],a=0,s=o.length;a<s;a++,i++)n[i]=o[a];return n}function rt(t,e,r){if(r||2===arguments.length)for(var n,i=0,o=e.length;i<o;i++)!n&&i in e||(n||(n=Array.prototype.slice.call(e,0,i)),n[i]=e[i]);return t.concat(n||Array.prototype.slice.call(e))}function nt(t){return this instanceof nt?(this.v=t,this):new nt(t)}function it(t,e,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,i=r.apply(t,e||[]),o=[];return n=Object.create((\"function\"==typeof AsyncIterator?AsyncIterator:Object).prototype),a(\"next\"),a(\"throw\"),a(\"return\",function(t){return function(e){return Promise.resolve(e).then(t,u)}}),n[Symbol.asyncIterator]=function(){return this},n;function a(t,e){i[t]&&(n[t]=function(e){return new Promise(function(r,n){o.push([t,e,r,n])>1||s(t,e)})},e&&(n[t]=e(n[t])))}function s(t,e){try{(r=i[t](e)).value instanceof nt?Promise.resolve(r.value.v).then(c,u):l(o[0][2],r)}catch(t){l(o[0][3],t)}var r}function c(t){s(\"next\",t)}function u(t){s(\"throw\",t)}function l(t,e){t(e),o.shift(),o.length&&s(o[0][0],o[0][1])}}function ot(t){var e,r;return e={},n(\"next\"),n(\"throw\",function(t){throw t}),n(\"return\"),e[Symbol.iterator]=function(){return this},e;function n(n,i){e[n]=t[n]?function(e){return(r=!r)?{value:nt(t[n](e)),done:!1}:i?i(e):e}:i}}function at(t){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var e,r=t[Symbol.asyncIterator];return r?r.call(t):(t=z(t),e={},n(\"next\"),n(\"throw\"),n(\"return\"),e[Symbol.asyncIterator]=function(){return this},e);function n(r){e[r]=t[r]&&function(e){return new Promise(function(n,i){!function(t,e,r,n){Promise.resolve(n).then(function(e){t({value:e,done:r})},e)}(n,i,(e=t[r](e)).done,e.value)})}}}function st(t,e){return Object.defineProperty?Object.defineProperty(t,\"raw\",{value:e}):t.raw=e,t}var ct=Object.create?function(t,e){Object.defineProperty(t,\"default\",{enumerable:!0,value:e})}:function(t,e){t.default=e},ut=function(t){return ut=Object.getOwnPropertyNames||function(t){var e=[];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[e.length]=r);return e},ut(t)};function lt(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r=ut(t),n=0;n<r.length;n++)\"default\"!==r[n]&&Z(e,t,r[n]);return ct(e,t),e}function ht(t){return t&&t.__esModule?t:{default:t}}function ft(t,e,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"==typeof e?t!==e||!n:!e.has(t))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(t):n?n.value:e.get(t)}function pt(t,e,r,n,i){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!i)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"==typeof e?t!==e||!i:!e.has(t))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?i.call(t,r):i?i.value=r:e.set(t,r),r}function dt(t,e){if(null===e||\"object\"!=typeof e&&\"function\"!=typeof e)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"==typeof t?e===t:t.has(e)}function yt(t,e,r){if(null!=e){if(\"object\"!=typeof e&&\"function\"!=typeof e)throw new TypeError(\"Object expected.\");var n,i;if(r){if(!Symbol.asyncDispose)throw new TypeError(\"Symbol.asyncDispose is not defined.\");n=e[Symbol.asyncDispose]}if(void 0===n){if(!Symbol.dispose)throw new TypeError(\"Symbol.dispose is not defined.\");n=e[Symbol.dispose],r&&(i=n)}if(\"function\"!=typeof n)throw new TypeError(\"Object not disposable.\");i&&(n=function(){try{i.call(this)}catch(t){return Promise.reject(t)}}),t.stack.push({value:e,dispose:n,async:r})}else r&&t.stack.push({async:!0});return e}var bt=\"function\"==typeof SuppressedError?SuppressedError:function(t,e,r){var n=new Error(r);return n.name=\"SuppressedError\",n.error=t,n.suppressed=e,n};function mt(t){function e(e){t.error=t.hasError?new bt(e,t.error,\"An error was suppressed during disposal.\"):e,t.hasError=!0}var r,n=0;return function i(){for(;r=t.stack.pop();)try{if(!r.async&&1===n)return n=0,t.stack.push(r),Promise.resolve().then(i);if(r.dispose){var o=r.dispose.call(r.value);if(r.async)return n|=2,Promise.resolve(o).then(i,function(t){return e(t),i()})}else n|=1}catch(t){e(t)}if(1===n)return t.hasError?Promise.reject(t.error):Promise.resolve();if(t.hasError)throw t.error}()}function vt(t,e){return\"string\"==typeof t&&/^\\.\\.?\\//.test(t)?t.replace(/\\.(tsx)$|((?:\\.d)?)((?:\\.[^./]+?)?)\\.([cm]?)ts$/i,function(t,r,n,i,o){return r?e?\".jsx\":\".js\":!n||i&&o?n+i+\".\"+o.toLowerCase()+\"js\":t}):t}var gt,Et,_t={__extends:U,__assign:k,__rest:G,__decorate:x,__param:F,__esDecorate:$,__runInitializers:V,__propKey:K,__setFunctionName:X,__metadata:Y,__awaiter:q,__generator:W,__createBinding:Z,__exportStar:J,__values:z,__read:Q,__spread:tt,__spreadArrays:et,__spreadArray:rt,__await:nt,__asyncGenerator:it,__asyncDelegator:ot,__asyncValues:at,__makeTemplateObject:st,__importStar:lt,__importDefault:ht,__classPrivateFieldGet:ft,__classPrivateFieldSet:pt,__classPrivateFieldIn:dt,__addDisposableResource:yt,__disposeResources:mt,__rewriteRelativeImportExtension:vt},Tt=Object.freeze({__proto__:null,__addDisposableResource:yt,get __assign(){return k},__asyncDelegator:ot,__asyncGenerator:it,__asyncValues:at,__await:nt,__awaiter:q,__classPrivateFieldGet:ft,__classPrivateFieldIn:dt,__classPrivateFieldSet:pt,__createBinding:Z,__decorate:x,__disposeResources:mt,__esDecorate:$,__exportStar:J,__extends:U,__generator:W,__importDefault:ht,__importStar:lt,__makeTemplateObject:st,__metadata:Y,__param:F,__propKey:K,__read:Q,__rest:G,__rewriteRelativeImportExtension:vt,__runInitializers:V,__setFunctionName:X,__spread:tt,__spreadArray:rt,__spreadArrays:et,__values:z,default:_t}),Ht=\"ellipsis\",At=\"DEFAULT_TERMINATOR_KEY\",Bt={ellipsis:(gt={fr:{terminator:\"…\",separator:\" \"},zh:{terminator:\"……\",separator:void 0},ja:{terminator:\"……\",separator:void 0}},gt[At]={terminator:\"…\",separator:void 0},gt),none:(Et={},Et[At]={terminator:void 0,separator:void 0},Et)},wt=function(){function t(t,e){var r,n,i,o,a,s,c,u,l;void 0===e&&(e={});try{var h=t?Array.isArray(t)?t.map(function(t){return String(t)}):[String(t)]:[M],f=Intl.getCanonicalLocales(h);this.locale=f.length?f[0]:M}catch(t){this.locale=M}if(!Bt[null!==(r=e.style)&&void 0!==r?r:Ht])throw new Error(function(t){return\"generaltranslation Formatting Error: Invalid cutoff style: \".concat(t,\".\")}(null!==(n=e.style)&&void 0!==n?n:Ht));if(void 0!==e.maxChars){u=null!==(i=e.style)&&void 0!==i?i:Ht;var p=new Intl.Locale(this.locale).language;l=Bt[u][p]||Bt[u][At]}var d=null!==(o=e.terminator)&&void 0!==o?o:null==l?void 0:l.terminator,y=null!=d?null!==(a=e.separator)&&void 0!==a?a:null==l?void 0:l.separator:void 0;this.additionLength=(null!==(s=null==d?void 0:d.length)&&void 0!==s?s:0)+(null!==(c=null==y?void 0:y.length)&&void 0!==c?c:0),void 0!==e.maxChars&&Math.abs(e.maxChars)<this.additionLength&&(d=void 0,y=void 0),this.options={maxChars:e.maxChars,style:u,terminator:d,separator:y}}return t.prototype.format=function(t){return this.formatToParts(t).join(\"\")},t.prototype.formatToParts=function(t){var e=this.options,r=e.maxChars,n=e.terminator,i=e.separator,o=void 0===r||Math.abs(r)>=t.length?r:r>=0?Math.max(0,r-this.additionLength):Math.min(0,r+this.additionLength),a=void 0!==o&&o>-1?t.slice(0,o):t.slice(o);return null==r||null==o||0===o||null==n||t.length<=Math.abs(r)?[a]:o>0?null!=i?[a,i,n]:[a,n]:null!=i?[n,i,a]:[n,a]},t.prototype.resolvedOptions=function(){return this.options},t}(),Ot={Collator:Intl.Collator,DateTimeFormat:Intl.DateTimeFormat,DisplayNames:Intl.DisplayNames,ListFormat:Intl.ListFormat,Locale:Intl.Locale,NumberFormat:Intl.NumberFormat,PluralRules:Intl.PluralRules,RelativeTimeFormat:Intl.RelativeTimeFormat,Segmenter:Intl.Segmenter,CutoffFormat:wt},St=function(){function t(){this.cache={}}return t.prototype._generateKey=function(t,e){void 0===e&&(e={});var r=t?Array.isArray(t)?t.map(function(t){return String(t)}).join(\",\"):String(t):\"undefined\",n=e?JSON.stringify(e,Object.keys(e).sort()):\"{}\";return\"\".concat(r,\":\").concat(n)},t.prototype.get=function(t){for(var e,r,n=[],i=1;i<arguments.length;i++)n[i-1]=arguments[i];var o=n[0],a=void 0===o?M:o,s=n[1],c=void 0===s?{}:s,u=this._generateKey(a,c),l=null===(r=this.cache[t])||void 0===r?void 0:r[u];return void 0===l&&(l=new((e=Ot[t]).bind.apply(e,rt([void 0],n,!1))),this.cache[t]||(this.cache[t]={}),this.cache[t][u]=l),l},t}(),Pt=new St;function Ct(t){var e=t;if(e&&\"object\"==typeof e&&\"string\"==typeof e.k){var r=Object.keys(e);if(1===r.length)return!0;if(2===r.length){if(\"number\"==typeof e.i)return!0;if(\"string\"==typeof e.v)return!0}if(3===r.length&&\"string\"==typeof e.v&&\"number\"==typeof e.i)return!0}return!1}var Lt,It,Nt,Mt={variable:\"v\",number:\"n\",datetime:\"d\",currency:\"c\",\"relative-time\":\"rt\"};function Rt(t){return Mt[t]}function jt(t){if(\"undefined\"!=typeof Buffer)return Buffer.from(t,\"base64\").toString(\"utf8\");for(var e=atob(t),r=new Uint8Array(e.length),n=0;n<e.length;n++)r[n]=e.charCodeAt(n);return(new TextDecoder).decode(r)}!function(t){t[t.EXPECT_ARGUMENT_CLOSING_BRACE=1]=\"EXPECT_ARGUMENT_CLOSING_BRACE\",t[t.EMPTY_ARGUMENT=2]=\"EMPTY_ARGUMENT\",t[t.MALFORMED_ARGUMENT=3]=\"MALFORMED_ARGUMENT\",t[t.EXPECT_ARGUMENT_TYPE=4]=\"EXPECT_ARGUMENT_TYPE\",t[t.INVALID_ARGUMENT_TYPE=5]=\"INVALID_ARGUMENT_TYPE\",t[t.EXPECT_ARGUMENT_STYLE=6]=\"EXPECT_ARGUMENT_STYLE\",t[t.INVALID_NUMBER_SKELETON=7]=\"INVALID_NUMBER_SKELETON\",t[t.INVALID_DATE_TIME_SKELETON=8]=\"INVALID_DATE_TIME_SKELETON\",t[t.EXPECT_NUMBER_SKELETON=9]=\"EXPECT_NUMBER_SKELETON\",t[t.EXPECT_DATE_TIME_SKELETON=10]=\"EXPECT_DATE_TIME_SKELETON\",t[t.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]=\"UNCLOSED_QUOTE_IN_ARGUMENT_STYLE\",t[t.EXPECT_SELECT_ARGUMENT_OPTIONS=12]=\"EXPECT_SELECT_ARGUMENT_OPTIONS\",t[t.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]=\"EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE\",t[t.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]=\"INVALID_PLURAL_ARGUMENT_OFFSET_VALUE\",t[t.EXPECT_SELECT_ARGUMENT_SELECTOR=15]=\"EXPECT_SELECT_ARGUMENT_SELECTOR\",t[t.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]=\"EXPECT_PLURAL_ARGUMENT_SELECTOR\",t[t.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]=\"EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT\",t[t.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]=\"EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT\",t[t.INVALID_PLURAL_ARGUMENT_SELECTOR=19]=\"INVALID_PLURAL_ARGUMENT_SELECTOR\",t[t.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]=\"DUPLICATE_PLURAL_ARGUMENT_SELECTOR\",t[t.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]=\"DUPLICATE_SELECT_ARGUMENT_SELECTOR\",t[t.MISSING_OTHER_CLAUSE=22]=\"MISSING_OTHER_CLAUSE\",t[t.INVALID_TAG=23]=\"INVALID_TAG\",t[t.INVALID_TAG_NAME=25]=\"INVALID_TAG_NAME\",t[t.UNMATCHED_CLOSING_TAG=26]=\"UNMATCHED_CLOSING_TAG\",t[t.UNCLOSED_TAG=27]=\"UNCLOSED_TAG\"}(Lt||(Lt={})),function(t){t[t.literal=0]=\"literal\",t[t.argument=1]=\"argument\",t[t.number=2]=\"number\",t[t.date=3]=\"date\",t[t.time=4]=\"time\",t[t.select=5]=\"select\",t[t.plural=6]=\"plural\",t[t.pound=7]=\"pound\",t[t.tag=8]=\"tag\"}(It||(It={})),function(t){t[t.number=0]=\"number\",t[t.dateTime=1]=\"dateTime\"}(Nt||(Nt={}));var Dt=/[ \\xA0\\u1680\\u2000-\\u200A\\u202F\\u205F\\u3000]/,Ut=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;function kt(t){var e={};return t.replace(Ut,function(t){var r=t.length;switch(t[0]){case\"G\":e.era=4===r?\"long\":5===r?\"narrow\":\"short\";break;case\"y\":e.year=2===r?\"2-digit\":\"numeric\";break;case\"Y\":case\"u\":case\"U\":case\"r\":throw new RangeError(\"`Y/u/U/r` (year) patterns are not supported, use `y` instead\");case\"q\":case\"Q\":throw new RangeError(\"`q/Q` (quarter) patterns are not supported\");case\"M\":case\"L\":e.month=[\"numeric\",\"2-digit\",\"short\",\"long\",\"narrow\"][r-1];break;case\"w\":case\"W\":throw new RangeError(\"`w/W` (week) patterns are not supported\");case\"d\":e.day=[\"numeric\",\"2-digit\"][r-1];break;case\"D\":case\"F\":case\"g\":throw new RangeError(\"`D/F/g` (day) patterns are not supported, use `d` instead\");case\"E\":e.weekday=4===r?\"long\":5===r?\"narrow\":\"short\";break;case\"e\":if(r<4)throw new RangeError(\"`e..eee` (weekday) patterns are not supported\");e.weekday=[\"short\",\"long\",\"narrow\",\"short\"][r-4];break;case\"c\":if(r<4)throw new RangeError(\"`c..ccc` (weekday) patterns are not supported\");e.weekday=[\"short\",\"long\",\"narrow\",\"short\"][r-4];break;case\"a\":e.hour12=!0;break;case\"b\":case\"B\":throw new RangeError(\"`b/B` (period) patterns are not supported, use `a` instead\");case\"h\":e.hourCycle=\"h12\",e.hour=[\"numeric\",\"2-digit\"][r-1];break;case\"H\":e.hourCycle=\"h23\",e.hour=[\"numeric\",\"2-digit\"][r-1];break;case\"K\":e.hourCycle=\"h11\",e.hour=[\"numeric\",\"2-digit\"][r-1];break;case\"k\":e.hourCycle=\"h24\",e.hour=[\"numeric\",\"2-digit\"][r-1];break;case\"j\":case\"J\":case\"C\":throw new RangeError(\"`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead\");case\"m\":e.minute=[\"numeric\",\"2-digit\"][r-1];break;case\"s\":e.second=[\"numeric\",\"2-digit\"][r-1];break;case\"S\":case\"A\":throw new RangeError(\"`S/A` (second) patterns are not supported, use `s` instead\");case\"z\":e.timeZoneName=r<4?\"short\":\"long\";break;case\"Z\":case\"O\":case\"v\":case\"V\":case\"X\":case\"x\":throw new RangeError(\"`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead\")}return\"\"}),e}var Gt=/[\\t-\\r \\x85\\u200E\\u200F\\u2028\\u2029]/i;function xt(t){return t.replace(/^(.*?)-/,\"\")}var Ft=/^\\.(?:(0+)(\\*)?|(#+)|(0+)(#+))$/g,$t=/^(@+)?(\\+|#+)?[rs]?$/g,Vt=/(\\*)(0+)|(#+)(0+)|(0+)/g,Kt=/^(0+)$/;function Xt(t){var e={};return\"r\"===t[t.length-1]?e.roundingPriority=\"morePrecision\":\"s\"===t[t.length-1]&&(e.roundingPriority=\"lessPrecision\"),t.replace($t,function(t,r,n){return\"string\"!=typeof n?(e.minimumSignificantDigits=r.length,e.maximumSignificantDigits=r.length):\"+\"===n?e.minimumSignificantDigits=r.length:\"#\"===r[0]?e.maximumSignificantDigits=r.length:(e.minimumSignificantDigits=r.length,e.maximumSignificantDigits=r.length+(\"string\"==typeof n?n.length:0)),\"\"}),e}function Yt(t){switch(t){case\"sign-auto\":return{signDisplay:\"auto\"};case\"sign-accounting\":case\"()\":return{currencySign:\"accounting\"};case\"sign-always\":case\"+!\":return{signDisplay:\"always\"};case\"sign-accounting-always\":case\"()!\":return{signDisplay:\"always\",currencySign:\"accounting\"};case\"sign-except-zero\":case\"+?\":return{signDisplay:\"exceptZero\"};case\"sign-accounting-except-zero\":case\"()?\":return{signDisplay:\"exceptZero\",currencySign:\"accounting\"};case\"sign-never\":case\"+_\":return{signDisplay:\"never\"}}}function qt(t){var e;if(\"E\"===t[0]&&\"E\"===t[1]?(e={notation:\"engineering\"},t=t.slice(2)):\"E\"===t[0]&&(e={notation:\"scientific\"},t=t.slice(1)),e){var r=t.slice(0,2);if(\"+!\"===r?(e.signDisplay=\"always\",t=t.slice(2)):\"+?\"===r&&(e.signDisplay=\"exceptZero\",t=t.slice(2)),!Kt.test(t))throw new Error(\"Malformed concise eng/scientific notation\");e.minimumIntegerDigits=t.length}return e}function Wt(t){return Yt(t)||{}}function Zt(t){for(var e={},r=0,n=t;r<n.length;r++){var i=n[r];switch(i.stem){case\"percent\":case\"%\":e.style=\"percent\";continue;case\"%x100\":e.style=\"percent\",e.scale=100;continue;case\"currency\":e.style=\"currency\",e.currency=i.options[0];continue;case\"group-off\":case\",_\":e.useGrouping=!1;continue;case\"precision-integer\":case\".\":e.maximumFractionDigits=0;continue;case\"measure-unit\":case\"unit\":e.style=\"unit\",e.unit=xt(i.options[0]);continue;case\"compact-short\":case\"K\":e.notation=\"compact\",e.compactDisplay=\"short\";continue;case\"compact-long\":case\"KK\":e.notation=\"compact\",e.compactDisplay=\"long\";continue;case\"scientific\":e=k(k(k({},e),{notation:\"scientific\"}),i.options.reduce(function(t,e){return k(k({},t),Wt(e))},{}));continue;case\"engineering\":e=k(k(k({},e),{notation:\"engineering\"}),i.options.reduce(function(t,e){return k(k({},t),Wt(e))},{}));continue;case\"notation-simple\":e.notation=\"standard\";continue;case\"unit-width-narrow\":e.currencyDisplay=\"narrowSymbol\",e.unitDisplay=\"narrow\";continue;case\"unit-width-short\":e.currencyDisplay=\"code\",e.unitDisplay=\"short\";continue;case\"unit-width-full-name\":e.currencyDisplay=\"name\",e.unitDisplay=\"long\";continue;case\"unit-width-iso-code\":e.currencyDisplay=\"symbol\";continue;case\"scale\":e.scale=parseFloat(i.options[0]);continue;case\"rounding-mode-floor\":e.roundingMode=\"floor\";continue;case\"rounding-mode-ceiling\":e.roundingMode=\"ceil\";continue;case\"rounding-mode-down\":e.roundingMode=\"trunc\";continue;case\"rounding-mode-up\":e.roundingMode=\"expand\";continue;case\"rounding-mode-half-even\":e.roundingMode=\"halfEven\";continue;case\"rounding-mode-half-down\":e.roundingMode=\"halfTrunc\";continue;case\"rounding-mode-half-up\":e.roundingMode=\"halfExpand\";continue;case\"integer-width\":if(i.options.length>1)throw new RangeError(\"integer-width stems only accept a single optional option\");i.options[0].replace(Vt,function(t,r,n,i,o,a){if(r)e.minimumIntegerDigits=n.length;else{if(i&&o)throw new Error(\"We currently do not support maximum integer digits\");if(a)throw new Error(\"We currently do not support exact integer digits\")}return\"\"});continue}if(Kt.test(i.stem))e.minimumIntegerDigits=i.stem.length;else if(Ft.test(i.stem)){if(i.options.length>1)throw new RangeError(\"Fraction-precision stems only accept a single optional option\");i.stem.replace(Ft,function(t,r,n,i,o,a){return\"*\"===n?e.minimumFractionDigits=r.length:i&&\"#\"===i[0]?e.maximumFractionDigits=i.length:o&&a?(e.minimumFractionDigits=o.length,e.maximumFractionDigits=o.length+a.length):(e.minimumFractionDigits=r.length,e.maximumFractionDigits=r.length),\"\"});var o=i.options[0];\"w\"===o?e=k(k({},e),{trailingZeroDisplay:\"stripIfInteger\"}):o&&(e=k(k({},e),Xt(o)))}else if($t.test(i.stem))e=k(k({},e),Xt(i.stem));else{var a=Yt(i.stem);a&&(e=k(k({},e),a));var s=qt(i.stem);s&&(e=k(k({},e),s))}}return e}var Jt,zt={\"001\":[\"H\",\"h\"],419:[\"h\",\"H\",\"hB\",\"hb\"],AC:[\"H\",\"h\",\"hb\",\"hB\"],AD:[\"H\",\"hB\"],AE:[\"h\",\"hB\",\"hb\",\"H\"],AF:[\"H\",\"hb\",\"hB\",\"h\"],AG:[\"h\",\"hb\",\"H\",\"hB\"],AI:[\"H\",\"h\",\"hb\",\"hB\"],AL:[\"h\",\"H\",\"hB\"],AM:[\"H\",\"hB\"],AO:[\"H\",\"hB\"],AR:[\"h\",\"H\",\"hB\",\"hb\"],AS:[\"h\",\"H\"],AT:[\"H\",\"hB\"],AU:[\"h\",\"hb\",\"H\",\"hB\"],AW:[\"H\",\"hB\"],AX:[\"H\"],AZ:[\"H\",\"hB\",\"h\"],BA:[\"H\",\"hB\",\"h\"],BB:[\"h\",\"hb\",\"H\",\"hB\"],BD:[\"h\",\"hB\",\"H\"],BE:[\"H\",\"hB\"],BF:[\"H\",\"hB\"],BG:[\"H\",\"hB\",\"h\"],BH:[\"h\",\"hB\",\"hb\",\"H\"],BI:[\"H\",\"h\"],BJ:[\"H\",\"hB\"],BL:[\"H\",\"hB\"],BM:[\"h\",\"hb\",\"H\",\"hB\"],BN:[\"hb\",\"hB\",\"h\",\"H\"],BO:[\"h\",\"H\",\"hB\",\"hb\"],BQ:[\"H\"],BR:[\"H\",\"hB\"],BS:[\"h\",\"hb\",\"H\",\"hB\"],BT:[\"h\",\"H\"],BW:[\"H\",\"h\",\"hb\",\"hB\"],BY:[\"H\",\"h\"],BZ:[\"H\",\"h\",\"hb\",\"hB\"],CA:[\"h\",\"hb\",\"H\",\"hB\"],CC:[\"H\",\"h\",\"hb\",\"hB\"],CD:[\"hB\",\"H\"],CF:[\"H\",\"h\",\"hB\"],CG:[\"H\",\"hB\"],CH:[\"H\",\"hB\",\"h\"],CI:[\"H\",\"hB\"],CK:[\"H\",\"h\",\"hb\",\"hB\"],CL:[\"h\",\"H\",\"hB\",\"hb\"],CM:[\"H\",\"h\",\"hB\"],CN:[\"H\",\"hB\",\"hb\",\"h\"],CO:[\"h\",\"H\",\"hB\",\"hb\"],CP:[\"H\"],CR:[\"h\",\"H\",\"hB\",\"hb\"],CU:[\"h\",\"H\",\"hB\",\"hb\"],CV:[\"H\",\"hB\"],CW:[\"H\",\"hB\"],CX:[\"H\",\"h\",\"hb\",\"hB\"],CY:[\"h\",\"H\",\"hb\",\"hB\"],CZ:[\"H\"],DE:[\"H\",\"hB\"],DG:[\"H\",\"h\",\"hb\",\"hB\"],DJ:[\"h\",\"H\"],DK:[\"H\"],DM:[\"h\",\"hb\",\"H\",\"hB\"],DO:[\"h\",\"H\",\"hB\",\"hb\"],DZ:[\"h\",\"hB\",\"hb\",\"H\"],EA:[\"H\",\"h\",\"hB\",\"hb\"],EC:[\"h\",\"H\",\"hB\",\"hb\"],EE:[\"H\",\"hB\"],EG:[\"h\",\"hB\",\"hb\",\"H\"],EH:[\"h\",\"hB\",\"hb\",\"H\"],ER:[\"h\",\"H\"],ES:[\"H\",\"hB\",\"h\",\"hb\"],ET:[\"hB\",\"hb\",\"h\",\"H\"],FI:[\"H\"],FJ:[\"h\",\"hb\",\"H\",\"hB\"],FK:[\"H\",\"h\",\"hb\",\"hB\"],FM:[\"h\",\"hb\",\"H\",\"hB\"],FO:[\"H\",\"h\"],FR:[\"H\",\"hB\"],GA:[\"H\",\"hB\"],GB:[\"H\",\"h\",\"hb\",\"hB\"],GD:[\"h\",\"hb\",\"H\",\"hB\"],GE:[\"H\",\"hB\",\"h\"],GF:[\"H\",\"hB\"],GG:[\"H\",\"h\",\"hb\",\"hB\"],GH:[\"h\",\"H\"],GI:[\"H\",\"h\",\"hb\",\"hB\"],GL:[\"H\",\"h\"],GM:[\"h\",\"hb\",\"H\",\"hB\"],GN:[\"H\",\"hB\"],GP:[\"H\",\"hB\"],GQ:[\"H\",\"hB\",\"h\",\"hb\"],GR:[\"h\",\"H\",\"hb\",\"hB\"],GT:[\"h\",\"H\",\"hB\",\"hb\"],GU:[\"h\",\"hb\",\"H\",\"hB\"],GW:[\"H\",\"hB\"],GY:[\"h\",\"hb\",\"H\",\"hB\"],HK:[\"h\",\"hB\",\"hb\",\"H\"],HN:[\"h\",\"H\",\"hB\",\"hb\"],HR:[\"H\",\"hB\"],HU:[\"H\",\"h\"],IC:[\"H\",\"h\",\"hB\",\"hb\"],ID:[\"H\"],IE:[\"H\",\"h\",\"hb\",\"hB\"],IL:[\"H\",\"hB\"],IM:[\"H\",\"h\",\"hb\",\"hB\"],IN:[\"h\",\"H\"],IO:[\"H\",\"h\",\"hb\",\"hB\"],IQ:[\"h\",\"hB\",\"hb\",\"H\"],IR:[\"hB\",\"H\"],IS:[\"H\"],IT:[\"H\",\"hB\"],JE:[\"H\",\"h\",\"hb\",\"hB\"],JM:[\"h\",\"hb\",\"H\",\"hB\"],JO:[\"h\",\"hB\",\"hb\",\"H\"],JP:[\"H\",\"K\",\"h\"],KE:[\"hB\",\"hb\",\"H\",\"h\"],KG:[\"H\",\"h\",\"hB\",\"hb\"],KH:[\"hB\",\"h\",\"H\",\"hb\"],KI:[\"h\",\"hb\",\"H\",\"hB\"],KM:[\"H\",\"h\",\"hB\",\"hb\"],KN:[\"h\",\"hb\",\"H\",\"hB\"],KP:[\"h\",\"H\",\"hB\",\"hb\"],KR:[\"h\",\"H\",\"hB\",\"hb\"],KW:[\"h\",\"hB\",\"hb\",\"H\"],KY:[\"h\",\"hb\",\"H\",\"hB\"],KZ:[\"H\",\"hB\"],LA:[\"H\",\"hb\",\"hB\",\"h\"],LB:[\"h\",\"hB\",\"hb\",\"H\"],LC:[\"h\",\"hb\",\"H\",\"hB\"],LI:[\"H\",\"hB\",\"h\"],LK:[\"H\",\"h\",\"hB\",\"hb\"],LR:[\"h\",\"hb\",\"H\",\"hB\"],LS:[\"h\",\"H\"],LT:[\"H\",\"h\",\"hb\",\"hB\"],LU:[\"H\",\"h\",\"hB\"],LV:[\"H\",\"hB\",\"hb\",\"h\"],LY:[\"h\",\"hB\",\"hb\",\"H\"],MA:[\"H\",\"h\",\"hB\",\"hb\"],MC:[\"H\",\"hB\"],MD:[\"H\",\"hB\"],ME:[\"H\",\"hB\",\"h\"],MF:[\"H\",\"hB\"],MG:[\"H\",\"h\"],MH:[\"h\",\"hb\",\"H\",\"hB\"],MK:[\"H\",\"h\",\"hb\",\"hB\"],ML:[\"H\"],MM:[\"hB\",\"hb\",\"H\",\"h\"],MN:[\"H\",\"h\",\"hb\",\"hB\"],MO:[\"h\",\"hB\",\"hb\",\"H\"],MP:[\"h\",\"hb\",\"H\",\"hB\"],MQ:[\"H\",\"hB\"],MR:[\"h\",\"hB\",\"hb\",\"H\"],MS:[\"H\",\"h\",\"hb\",\"hB\"],MT:[\"H\",\"h\"],MU:[\"H\",\"h\"],MV:[\"H\",\"h\"],MW:[\"h\",\"hb\",\"H\",\"hB\"],MX:[\"h\",\"H\",\"hB\",\"hb\"],MY:[\"hb\",\"hB\",\"h\",\"H\"],MZ:[\"H\",\"hB\"],NA:[\"h\",\"H\",\"hB\",\"hb\"],NC:[\"H\",\"hB\"],NE:[\"H\"],NF:[\"H\",\"h\",\"hb\",\"hB\"],NG:[\"H\",\"h\",\"hb\",\"hB\"],NI:[\"h\",\"H\",\"hB\",\"hb\"],NL:[\"H\",\"hB\"],NO:[\"H\",\"h\"],NP:[\"H\",\"h\",\"hB\"],NR:[\"H\",\"h\",\"hb\",\"hB\"],NU:[\"H\",\"h\",\"hb\",\"hB\"],NZ:[\"h\",\"hb\",\"H\",\"hB\"],OM:[\"h\",\"hB\",\"hb\",\"H\"],PA:[\"h\",\"H\",\"hB\",\"hb\"],PE:[\"h\",\"H\",\"hB\",\"hb\"],PF:[\"H\",\"h\",\"hB\"],PG:[\"h\",\"H\"],PH:[\"h\",\"hB\",\"hb\",\"H\"],PK:[\"h\",\"hB\",\"H\"],PL:[\"H\",\"h\"],PM:[\"H\",\"hB\"],PN:[\"H\",\"h\",\"hb\",\"hB\"],PR:[\"h\",\"H\",\"hB\",\"hb\"],PS:[\"h\",\"hB\",\"hb\",\"H\"],PT:[\"H\",\"hB\"],PW:[\"h\",\"H\"],PY:[\"h\",\"H\",\"hB\",\"hb\"],QA:[\"h\",\"hB\",\"hb\",\"H\"],RE:[\"H\",\"hB\"],RO:[\"H\",\"hB\"],RS:[\"H\",\"hB\",\"h\"],RU:[\"H\"],RW:[\"H\",\"h\"],SA:[\"h\",\"hB\",\"hb\",\"H\"],SB:[\"h\",\"hb\",\"H\",\"hB\"],SC:[\"H\",\"h\",\"hB\"],SD:[\"h\",\"hB\",\"hb\",\"H\"],SE:[\"H\"],SG:[\"h\",\"hb\",\"H\",\"hB\"],SH:[\"H\",\"h\",\"hb\",\"hB\"],SI:[\"H\",\"hB\"],SJ:[\"H\"],SK:[\"H\"],SL:[\"h\",\"hb\",\"H\",\"hB\"],SM:[\"H\",\"h\",\"hB\"],SN:[\"H\",\"h\",\"hB\"],SO:[\"h\",\"H\"],SR:[\"H\",\"hB\"],SS:[\"h\",\"hb\",\"H\",\"hB\"],ST:[\"H\",\"hB\"],SV:[\"h\",\"H\",\"hB\",\"hb\"],SX:[\"H\",\"h\",\"hb\",\"hB\"],SY:[\"h\",\"hB\",\"hb\",\"H\"],SZ:[\"h\",\"hb\",\"H\",\"hB\"],TA:[\"H\",\"h\",\"hb\",\"hB\"],TC:[\"h\",\"hb\",\"H\",\"hB\"],TD:[\"h\",\"H\",\"hB\"],TF:[\"H\",\"h\",\"hB\"],TG:[\"H\",\"hB\"],TH:[\"H\",\"h\"],TJ:[\"H\",\"h\"],TL:[\"H\",\"hB\",\"hb\",\"h\"],TM:[\"H\",\"h\"],TN:[\"h\",\"hB\",\"hb\",\"H\"],TO:[\"h\",\"H\"],TR:[\"H\",\"hB\"],TT:[\"h\",\"hb\",\"H\",\"hB\"],TW:[\"hB\",\"hb\",\"h\",\"H\"],TZ:[\"hB\",\"hb\",\"H\",\"h\"],UA:[\"H\",\"hB\",\"h\"],UG:[\"hB\",\"hb\",\"H\",\"h\"],UM:[\"h\",\"hb\",\"H\",\"hB\"],US:[\"h\",\"hb\",\"H\",\"hB\"],UY:[\"h\",\"H\",\"hB\",\"hb\"],UZ:[\"H\",\"hB\",\"h\"],VA:[\"H\",\"h\",\"hB\"],VC:[\"h\",\"hb\",\"H\",\"hB\"],VE:[\"h\",\"H\",\"hB\",\"hb\"],VG:[\"h\",\"hb\",\"H\",\"hB\"],VI:[\"h\",\"hb\",\"H\",\"hB\"],VN:[\"H\",\"h\"],VU:[\"h\",\"H\"],WF:[\"H\",\"hB\"],WS:[\"h\",\"H\"],XK:[\"H\",\"hB\",\"h\"],YE:[\"h\",\"hB\",\"hb\",\"H\"],YT:[\"H\",\"hB\"],ZA:[\"H\",\"h\",\"hb\",\"hB\"],ZM:[\"h\",\"hb\",\"H\",\"hB\"],ZW:[\"H\",\"h\"],\"af-ZA\":[\"H\",\"h\",\"hB\",\"hb\"],\"ar-001\":[\"h\",\"hB\",\"hb\",\"H\"],\"ca-ES\":[\"H\",\"h\",\"hB\"],\"en-001\":[\"h\",\"hb\",\"H\",\"hB\"],\"en-HK\":[\"h\",\"hb\",\"H\",\"hB\"],\"en-IL\":[\"H\",\"h\",\"hb\",\"hB\"],\"en-MY\":[\"h\",\"hb\",\"H\",\"hB\"],\"es-BR\":[\"H\",\"h\",\"hB\",\"hb\"],\"es-ES\":[\"H\",\"h\",\"hB\",\"hb\"],\"es-GQ\":[\"H\",\"h\",\"hB\",\"hb\"],\"fr-CA\":[\"H\",\"h\",\"hB\"],\"gl-ES\":[\"H\",\"h\",\"hB\"],\"gu-IN\":[\"hB\",\"hb\",\"h\",\"H\"],\"hi-IN\":[\"hB\",\"h\",\"H\"],\"it-CH\":[\"H\",\"h\",\"hB\"],\"it-IT\":[\"H\",\"h\",\"hB\"],\"kn-IN\":[\"hB\",\"h\",\"H\"],\"ml-IN\":[\"hB\",\"h\",\"H\"],\"mr-IN\":[\"hB\",\"hb\",\"h\",\"H\"],\"pa-IN\":[\"hB\",\"hb\",\"h\",\"H\"],\"ta-IN\":[\"hB\",\"h\",\"hb\",\"H\"],\"te-IN\":[\"hB\",\"h\",\"H\"],\"zu-ZA\":[\"H\",\"hB\",\"hb\",\"h\"]};function Qt(t){var e=t.hourCycle;if(void 0===e&&t.hourCycles&&t.hourCycles.length&&(e=t.hourCycles[0]),e)switch(e){case\"h24\":return\"k\";case\"h23\":return\"H\";case\"h12\":return\"h\";case\"h11\":return\"K\";default:throw new Error(\"Invalid hourCycle\")}var r,n=t.language;return\"root\"!==n&&(r=t.maximize().region),(zt[r||\"\"]||zt[n||\"\"]||zt[\"\".concat(n,\"-001\")]||zt[\"001\"])[0]}var te=new RegExp(\"^\".concat(Dt.source,\"*\")),ee=new RegExp(\"\".concat(Dt.source,\"*$\"));function re(t,e){return{start:t,end:e}}var ne=!!String.prototype.startsWith&&\"_a\".startsWith(\"a\",1),ie=!!String.fromCodePoint,oe=!!Object.fromEntries,ae=!!String.prototype.codePointAt,se=!!String.prototype.trimStart,ce=!!String.prototype.trimEnd,ue=Number.isSafeInteger?Number.isSafeInteger:function(t){return\"number\"==typeof t&&isFinite(t)&&Math.floor(t)===t&&Math.abs(t)<=9007199254740991},le=!0;try{le=\"a\"===(null===(Jt=ve(\"([^\\\\p{White_Space}\\\\p{Pattern_Syntax}]*)\",\"yu\").exec(\"a\"))||void 0===Jt?void 0:Jt[0])}catch(Nr){le=!1}var he,fe=ne?function(t,e,r){return t.startsWith(e,r)}:function(t,e,r){return t.slice(r,r+e.length)===e},pe=ie?String.fromCodePoint:function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];for(var r,n=\"\",i=t.length,o=0;i>o;){if((r=t[o++])>1114111)throw RangeError(r+\" is not a valid code point\");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},de=oe?Object.fromEntries:function(t){for(var e={},r=0,n=t;r<n.length;r++){var i=n[r],o=i[0],a=i[1];e[o]=a}return e},ye=ae?function(t,e){return t.codePointAt(e)}:function(t,e){var r=t.length;if(!(e<0||e>=r)){var n,i=t.charCodeAt(e);return i<55296||i>56319||e+1===r||(n=t.charCodeAt(e+1))<56320||n>57343?i:n-56320+(i-55296<<10)+65536}},be=se?function(t){return t.trimStart()}:function(t){return t.replace(te,\"\")},me=ce?function(t){return t.trimEnd()}:function(t){return t.replace(ee,\"\")};function ve(t,e){return new RegExp(t,e)}if(le){var ge=ve(\"([^\\\\p{White_Space}\\\\p{Pattern_Syntax}]*)\",\"yu\");he=function(t,e){var r;return ge.lastIndex=e,null!==(r=ge.exec(t)[1])&&void 0!==r?r:\"\"}}else he=function(t,e){for(var r=[];;){var n=ye(t,e);if(void 0===n||He(n)||Ae(n))break;r.push(n),e+=n>=65536?2:1}return pe.apply(void 0,r)};var Ee=function(){function t(t,e){void 0===e&&(e={}),this.message=t,this.position={offset:0,line:1,column:1},this.ignoreTag=!!e.ignoreTag,this.locale=e.locale,this.requiresOtherClause=!!e.requiresOtherClause,this.shouldParseSkeletons=!!e.shouldParseSkeletons}return t.prototype.parse=function(){if(0!==this.offset())throw Error(\"parser can only be used once\");return this.parseMessage(0,\"\",!1)},t.prototype.parseMessage=function(t,e,r){for(var n=[];!this.isEOF();){var i=this.char();if(123===i){if((o=this.parseArgument(t,r)).err)return o;n.push(o.val)}else{if(125===i&&t>0)break;if(35!==i||\"plural\"!==e&&\"selectordinal\"!==e){if(60===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(Lt.UNMATCHED_CLOSING_TAG,re(this.clonePosition(),this.clonePosition()))}if(60===i&&!this.ignoreTag&&_e(this.peek()||0)){if((o=this.parseTag(t,e)).err)return o;n.push(o.val)}else{var o;if((o=this.parseLiteral(t,e)).err)return o;n.push(o.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:It.pound,location:re(a,this.clonePosition())})}}}return{val:n,err:null}},t.prototype.parseTag=function(t,e){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf(\"/>\"))return{val:{type:It.literal,value:\"<\".concat(n,\"/>\"),location:re(r,this.clonePosition())},err:null};if(this.bumpIf(\">\")){var i=this.parseMessage(t+1,e,!0);if(i.err)return i;var o=i.val,a=this.clonePosition();if(this.bumpIf(\"</\")){if(this.isEOF()||!_e(this.char()))return this.error(Lt.INVALID_TAG,re(a,this.clonePosition()));var s=this.clonePosition();return n!==this.parseTagName()?this.error(Lt.UNMATCHED_CLOSING_TAG,re(s,this.clonePosition())):(this.bumpSpace(),this.bumpIf(\">\")?{val:{type:It.tag,value:n,children:o,location:re(r,this.clonePosition())},err:null}:this.error(Lt.INVALID_TAG,re(a,this.clonePosition())))}return this.error(Lt.UNCLOSED_TAG,re(r,this.clonePosition()))}return this.error(Lt.INVALID_TAG,re(r,this.clonePosition()))},t.prototype.parseTagName=function(){var t=this.offset();for(this.bump();!this.isEOF()&&Te(this.char());)this.bump();return this.message.slice(t,this.offset())},t.prototype.parseLiteral=function(t,e){for(var r=this.clonePosition(),n=\"\";;){var i=this.tryParseQuote(e);if(i)n+=i;else{var o=this.tryParseUnquoted(t,e);if(o)n+=o;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=re(r,this.clonePosition());return{val:{type:It.literal,value:n,location:s},err:null}},t.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(_e(t=this.peek()||0)||47===t)?null:(this.bump(),\"<\");var t},t.prototype.tryParseQuote=function(t){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),\"'\";case 123:case 60:case 62:case 125:break;case 35:if(\"plural\"===t||\"selectordinal\"===t)break;return null;default:return null}this.bump();var e=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}e.push(39),this.bump()}else e.push(r);this.bump()}return pe.apply(void 0,e)},t.prototype.tryParseUnquoted=function(t,e){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&(\"plural\"===e||\"selectordinal\"===e)||125===r&&t>0?null:(this.bump(),pe(r))},t.prototype.parseArgument=function(t,e){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(Lt.EXPECT_ARGUMENT_CLOSING_BRACE,re(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(Lt.EMPTY_ARGUMENT,re(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(Lt.MALFORMED_ARGUMENT,re(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(Lt.EXPECT_ARGUMENT_CLOSING_BRACE,re(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:It.argument,value:n,location:re(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(Lt.EXPECT_ARGUMENT_CLOSING_BRACE,re(r,this.clonePosition())):this.parseArgumentOptions(t,e,n,r);default:return this.error(Lt.MALFORMED_ARGUMENT,re(r,this.clonePosition()))}},t.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),e=this.offset(),r=he(this.message,e),n=e+r.length;return this.bumpTo(n),{value:r,location:re(t,this.clonePosition())}},t.prototype.parseArgumentOptions=function(t,e,r,n){var i,o=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case\"\":return this.error(Lt.EXPECT_ARGUMENT_TYPE,re(o,s));case\"number\":case\"date\":case\"time\":this.bumpSpace();var c=null;if(this.bumpIf(\",\")){this.bumpSpace();var u=this.clonePosition();if((m=this.parseSimpleArgStyleIfPossible()).err)return m;if(0===(p=me(m.val)).length)return this.error(Lt.EXPECT_ARGUMENT_STYLE,re(this.clonePosition(),this.clonePosition()));c={style:p,styleLocation:re(u,this.clonePosition())}}if((v=this.tryParseArgumentClose(n)).err)return v;var l=re(n,this.clonePosition());if(c&&fe(null==c?void 0:c.style,\"::\",0)){var h=be(c.style.slice(2));if(\"number\"===a)return(m=this.parseNumberSkeletonFromString(h,c.styleLocation)).err?m:{val:{type:It.number,value:r,location:l,style:m.val},err:null};if(0===h.length)return this.error(Lt.EXPECT_DATE_TIME_SKELETON,l);var f=h;this.locale&&(f=function(t,e){for(var r=\"\",n=0;n<t.length;n++){var i=t.charAt(n);if(\"j\"===i){for(var o=0;n+1<t.length&&t.charAt(n+1)===i;)o++,n++;var a=1+(1&o),s=o<2?1:3+(o>>1),c=Qt(e);for(\"H\"!=c&&\"k\"!=c||(s=0);s-- >0;)r+=\"a\";for(;a-- >0;)r=c+r}else r+=\"J\"===i?\"H\":i}return r}(h,this.locale));var p={type:Nt.dateTime,pattern:f,location:c.styleLocation,parsedOptions:this.shouldParseSkeletons?kt(f):{}};return{val:{type:\"date\"===a?It.date:It.time,value:r,location:l,style:p},err:null}}return{val:{type:\"number\"===a?It.number:\"date\"===a?It.date:It.time,value:r,location:l,style:null!==(i=null==c?void 0:c.style)&&void 0!==i?i:null},err:null};case\"plural\":case\"selectordinal\":case\"select\":var d=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(\",\"))return this.error(Lt.EXPECT_SELECT_ARGUMENT_OPTIONS,re(d,k({},d)));this.bumpSpace();var y=this.parseIdentifierIfPossible(),b=0;if(\"select\"!==a&&\"offset\"===y.value){if(!this.bumpIf(\":\"))return this.error(Lt.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,re(this.clonePosition(),this.clonePosition()));var m;if(this.bumpSpace(),(m=this.tryParseDecimalInteger(Lt.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Lt.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return m;this.bumpSpace(),y=this.parseIdentifierIfPossible(),b=m.val}var v,g=this.tryParsePluralOrSelectOptions(t,a,e,y);if(g.err)return g;if((v=this.tryParseArgumentClose(n)).err)return v;var E=re(n,this.clonePosition());return\"select\"===a?{val:{type:It.select,value:r,options:de(g.val),location:E},err:null}:{val:{type:It.plural,value:r,options:de(g.val),offset:b,pluralType:\"plural\"===a?\"cardinal\":\"ordinal\",location:E},err:null};default:return this.error(Lt.INVALID_ARGUMENT_TYPE,re(o,s))}},t.prototype.tryParseArgumentClose=function(t){return this.isEOF()||125!==this.char()?this.error(Lt.EXPECT_ARGUMENT_CLOSING_BRACE,re(t,this.clonePosition())):(this.bump(),{val:!0,err:null})},t.prototype.parseSimpleArgStyleIfPossible=function(){for(var t=0,e=this.clonePosition();!this.isEOF();)switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil(\"'\"))return this.error(Lt.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,re(r,this.clonePosition()));this.bump();break;case 123:t+=1,this.bump();break;case 125:if(!(t>0))return{val:this.message.slice(e.offset,this.offset()),err:null};t-=1;break;default:this.bump()}return{val:this.message.slice(e.offset,this.offset()),err:null}},t.prototype.parseNumberSkeletonFromString=function(t,e){var r=[];try{r=function(t){if(0===t.length)throw new Error(\"Number skeleton cannot be empty\");for(var e=[],r=0,n=t.split(Gt).filter(function(t){return t.length>0});r<n.length;r++){var i=n[r].split(\"/\");if(0===i.length)throw new Error(\"Invalid number skeleton\");for(var o=i[0],a=i.slice(1),s=0,c=a;s<c.length;s++)if(0===c[s].length)throw new Error(\"Invalid number skeleton\");e.push({stem:o,options:a})}return e}(t)}catch(t){return this.error(Lt.INVALID_NUMBER_SKELETON,e)}return{val:{type:Nt.number,tokens:r,location:e,parsedOptions:this.shouldParseSkeletons?Zt(r):{}},err:null}},t.prototype.tryParsePluralOrSelectOptions=function(t,e,r,n){for(var i,o=!1,a=[],s=new Set,c=n.value,u=n.location;;){if(0===c.length){var l=this.clonePosition();if(\"select\"===e||!this.bumpIf(\"=\"))break;var h=this.tryParseDecimalInteger(Lt.EXPECT_PLURAL_ARGUMENT_SELECTOR,Lt.INVALID_PLURAL_ARGUMENT_SELECTOR);if(h.err)return h;u=re(l,this.clonePosition()),c=this.message.slice(l.offset,this.offset())}if(s.has(c))return this.error(\"select\"===e?Lt.DUPLICATE_SELECT_ARGUMENT_SELECTOR:Lt.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,u);\"other\"===c&&(o=!0),this.bumpSpace();var f=this.clonePosition();if(!this.bumpIf(\"{\"))return this.error(\"select\"===e?Lt.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:Lt.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,re(this.clonePosition(),this.clonePosition()));var p=this.parseMessage(t+1,e,r);if(p.err)return p;var d=this.tryParseArgumentClose(f);if(d.err)return d;a.push([c,{value:p.val,location:re(f,this.clonePosition())}]),s.add(c),this.bumpSpace(),c=(i=this.parseIdentifierIfPossible()).value,u=i.location}return 0===a.length?this.error(\"select\"===e?Lt.EXPECT_SELECT_ARGUMENT_SELECTOR:Lt.EXPECT_PLURAL_ARGUMENT_SELECTOR,re(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(Lt.MISSING_OTHER_CLAUSE,re(this.clonePosition(),this.clonePosition())):{val:a,err:null}},t.prototype.tryParseDecimalInteger=function(t,e){var r=1,n=this.clonePosition();this.bumpIf(\"+\")||this.bumpIf(\"-\")&&(r=-1);for(var i=!1,o=0;!this.isEOF();){var a=this.char();if(!(a>=48&&a<=57))break;i=!0,o=10*o+(a-48),this.bump()}var s=re(n,this.clonePosition());return i?ue(o*=r)?{val:o,err:null}:this.error(e,s):this.error(t,s)},t.prototype.offset=function(){return this.position.offset},t.prototype.isEOF=function(){return this.offset()===this.message.length},t.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},t.prototype.char=function(){var t=this.position.offset;if(t>=this.message.length)throw Error(\"out of bound\");var e=ye(this.message,t);if(void 0===e)throw Error(\"Offset \".concat(t,\" is at invalid UTF-16 code unit boundary\"));return e},t.prototype.error=function(t,e){return{val:null,err:{kind:t,message:this.message,location:e}}},t.prototype.bump=function(){if(!this.isEOF()){var t=this.char();10===t?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=t<65536?1:2)}},t.prototype.bumpIf=function(t){if(fe(this.message,t,this.offset())){for(var e=0;e<t.length;e++)this.bump();return!0}return!1},t.prototype.bumpUntil=function(t){var e=this.offset(),r=this.message.indexOf(t,e);return r>=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},t.prototype.bumpTo=function(t){if(this.offset()>t)throw Error(\"targetOffset \".concat(t,\" must be greater than or equal to the current offset \").concat(this.offset()));for(t=Math.min(t,this.message.length);;){var e=this.offset();if(e===t)break;if(e>t)throw Error(\"targetOffset \".concat(t,\" is at invalid UTF-16 code unit boundary\"));if(this.bump(),this.isEOF())break}},t.prototype.bumpSpace=function(){for(;!this.isEOF()&&He(this.char());)this.bump()},t.prototype.peek=function(){if(this.isEOF())return null;var t=this.char(),e=this.offset(),r=this.message.charCodeAt(e+(t>=65536?2:1));return null!=r?r:null},t}();function _e(t){return t>=97&&t<=122||t>=65&&t<=90}function Te(t){return 45===t||46===t||t>=48&&t<=57||95===t||t>=97&&t<=122||t>=65&&t<=90||183==t||t>=192&&t<=214||t>=216&&t<=246||t>=248&&t<=893||t>=895&&t<=8191||t>=8204&&t<=8205||t>=8255&&t<=8256||t>=8304&&t<=8591||t>=11264&&t<=12271||t>=12289&&t<=55295||t>=63744&&t<=64975||t>=65008&&t<=65533||t>=65536&&t<=983039}function He(t){return t>=9&&t<=13||32===t||133===t||t>=8206&&t<=8207||8232===t||8233===t}function Ae(t){return t>=33&&t<=35||36===t||t>=37&&t<=39||40===t||41===t||42===t||43===t||44===t||45===t||t>=46&&t<=47||t>=58&&t<=59||t>=60&&t<=62||t>=63&&t<=64||91===t||92===t||93===t||94===t||96===t||123===t||124===t||125===t||126===t||161===t||t>=162&&t<=165||166===t||167===t||169===t||171===t||172===t||174===t||176===t||177===t||182===t||187===t||191===t||215===t||247===t||t>=8208&&t<=8213||t>=8214&&t<=8215||8216===t||8217===t||8218===t||t>=8219&&t<=8220||8221===t||8222===t||8223===t||t>=8224&&t<=8231||t>=8240&&t<=8248||8249===t||8250===t||t>=8251&&t<=8254||t>=8257&&t<=8259||8260===t||8261===t||8262===t||t>=8263&&t<=8273||8274===t||8275===t||t>=8277&&t<=8286||t>=8592&&t<=8596||t>=8597&&t<=8601||t>=8602&&t<=8603||t>=8604&&t<=8607||8608===t||t>=8609&&t<=8610||8611===t||t>=8612&&t<=8613||8614===t||t>=8615&&t<=8621||8622===t||t>=8623&&t<=8653||t>=8654&&t<=8655||t>=8656&&t<=8657||8658===t||8659===t||8660===t||t>=8661&&t<=8691||t>=8692&&t<=8959||t>=8960&&t<=8967||8968===t||8969===t||8970===t||8971===t||t>=8972&&t<=8991||t>=8992&&t<=8993||t>=8994&&t<=9e3||9001===t||9002===t||t>=9003&&t<=9083||9084===t||t>=9085&&t<=9114||t>=9115&&t<=9139||t>=9140&&t<=9179||t>=9180&&t<=9185||t>=9186&&t<=9254||t>=9255&&t<=9279||t>=9280&&t<=9290||t>=9291&&t<=9311||t>=9472&&t<=9654||9655===t||t>=9656&&t<=9664||9665===t||t>=9666&&t<=9719||t>=9720&&t<=9727||t>=9728&&t<=9838||9839===t||t>=9840&&t<=10087||10088===t||10089===t||10090===t||10091===t||10092===t||10093===t||10094===t||10095===t||10096===t||10097===t||10098===t||10099===t||10100===t||10101===t||t>=10132&&t<=10175||t>=10176&&t<=10180||10181===t||10182===t||t>=10183&&t<=10213||10214===t||10215===t||10216===t||10217===t||10218===t||10219===t||10220===t||10221===t||10222===t||10223===t||t>=10224&&t<=10239||t>=10240&&t<=10495||t>=10496&&t<=10626||10627===t||10628===t||10629===t||10630===t||10631===t||10632===t||10633===t||10634===t||10635===t||10636===t||10637===t||10638===t||10639===t||10640===t||10641===t||10642===t||10643===t||10644===t||10645===t||10646===t||10647===t||10648===t||t>=10649&&t<=10711||10712===t||10713===t||10714===t||10715===t||t>=10716&&t<=10747||10748===t||10749===t||t>=10750&&t<=11007||t>=11008&&t<=11055||t>=11056&&t<=11076||t>=11077&&t<=11078||t>=11079&&t<=11084||t>=11085&&t<=11123||t>=11124&&t<=11125||t>=11126&&t<=11157||11158===t||t>=11159&&t<=11263||t>=11776&&t<=11777||11778===t||11779===t||11780===t||11781===t||t>=11782&&t<=11784||11785===t||11786===t||11787===t||11788===t||11789===t||t>=11790&&t<=11798||11799===t||t>=11800&&t<=11801||11802===t||11803===t||11804===t||11805===t||t>=11806&&t<=11807||11808===t||11809===t||11810===t||11811===t||11812===t||11813===t||11814===t||11815===t||11816===t||11817===t||t>=11818&&t<=11822||11823===t||t>=11824&&t<=11833||t>=11834&&t<=11835||t>=11836&&t<=11839||11840===t||11841===t||11842===t||t>=11843&&t<=11855||t>=11856&&t<=11857||11858===t||t>=11859&&t<=11903||t>=12289&&t<=12291||12296===t||12297===t||12298===t||12299===t||12300===t||12301===t||12302===t||12303===t||12304===t||12305===t||t>=12306&&t<=12307||12308===t||12309===t||12310===t||12311===t||12312===t||12313===t||12314===t||12315===t||12316===t||12317===t||t>=12318&&t<=12319||12320===t||12336===t||64830===t||64831===t||t>=65093&&t<=65094}function Be(t){t.forEach(function(t){if(delete t.location,function(t){return t.type===It.select}(t)||function(t){return t.type===It.plural}(t))for(var e in t.options)delete t.options[e].location,Be(t.options[e].value);else(function(t){return t.type===It.number})(t)&&function(t){return!(!t||\"object\"!=typeof t||t.type!==Nt.number)}(t.style)||(function(t){return t.type===It.date}(t)||function(t){return t.type===It.time}(t))&&function(t){return!(!t||\"object\"!=typeof t||t.type!==Nt.dateTime)}(t.style)?delete t.style.location:function(t){return t.type===It.tag}(t)&&Be(t.children)})}function we(t){var e=t.icuString,r=t.shouldVisit,n=t.visitor,i=t.options,o=i.recurseIntoVisited,a=void 0===o||o,s=function(t,e){void 0===e&&(e={}),e=k({shouldParseSkeletons:!0,requiresOtherClause:!0},e);var r=new Ee(t,e).parse();if(r.err){var n=SyntaxError(Lt[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==e?void 0:e.captureLocation)||Be(r.val),r.val}(e,G(i,[\"recurseIntoVisited\"]));return c(s),s;function c(t){t.map(u)}function u(t){var e=!1;r(t)&&(n(t),e=!0),e&&!a||(t.type===It.select||t.type===It.plural?Object.values(t.options).map(function(t){return t.value}).map(c):t.type===It.tag&&c(t.children))}}var Oe=\"_gt_\",Se=new RegExp(\"^\".concat(Oe,\"\\\\d+$\")),Pe=new RegExp(\"^\".concat(Oe,\"$\"));var Ce,Le={};function Ie(){return Ce||(Ce=1,Object.defineProperty(Le,\"__esModule\",{value:!0}),Le.SKELETON_TYPE=Le.TYPE=void 0,Le.isLiteralElement=function(e){return e.type===t.literal},Le.isArgumentElement=function(e){return e.type===t.argument},Le.isNumberElement=function(e){return e.type===t.number},Le.isDateElement=function(e){return e.type===t.date},Le.isTimeElement=function(e){return e.type===t.time},Le.isSelectElement=function(e){return e.type===t.select},Le.isPluralElement=function(e){return e.type===t.plural},Le.isPoundElement=function(e){return e.type===t.pound},Le.isTagElement=function(e){return e.type===t.tag},Le.isNumberSkeleton=function(t){return!(!t||\"object\"!=typeof t||t.type!==e.number)},Le.isDateTimeSkeleton=function(t){return!(!t||\"object\"!=typeof t||t.type!==e.dateTime)},Le.createLiteralElement=function(e){return{type:t.literal,value:e}},Le.createNumberElement=function(e,r){return{type:t.number,value:e,style:r}},function(t){t[t.literal=0]=\"literal\",t[t.argument=1]=\"argument\",t[t.number=2]=\"number\",t[t.date=3]=\"date\",t[t.time=4]=\"time\",t[t.select=5]=\"select\",t[t.plural=6]=\"plural\",t[t.pound=7]=\"pound\",t[t.tag=8]=\"tag\"}(t||(Le.TYPE=t={})),function(t){t[t.number=0]=\"number\",t[t.dateTime=1]=\"dateTime\"}(e||(Le.SKELETON_TYPE=e={}))),Le;var t,e}var Ne=Ie();function Me(t){var e;return t.type===Ne.TYPE.select&&Se.test(t.value)&&!!t.options.other&&(0===t.options.other.value.length||t.options.other.value.length>0&&(null===(e=t.options.other.value[0])||void 0===e?void 0:e.type)===Ne.TYPE.literal)}function Re(t){var e;return t.type===Ne.TYPE.select&&Pe.test(t.value)&&!!t.options.other&&(0===t.options.other.value.length||t.options.other.value.length>0&&(null===(e=t.options.other.value[0])||void 0===e?void 0:e.type)===Ne.TYPE.literal)}function je(t){if(!t.includes(Oe))return t;var e=[];we({icuString:t,shouldVisit:Re,visitor:function(t){var r,n,i,o;e.push({start:null!==(n=null===(r=t.location)||void 0===r?void 0:r.start.offset)&&void 0!==n?n:0,end:null!==(o=null===(i=t.location)||void 0===i?void 0:i.end.offset)&&void 0!==o?o:0,value:t.options.other.value.length>0?t.options.other.value[0].value:\"\"})},options:{recurseIntoVisited:!1,captureLocation:!0}});for(var r=0,n=[],i=0;i<e.length;i++)n.push(t.slice(r,e[i].start)),n.push(e[i].value),r=e[i].end;return r<t.length&&n.push(t.slice(r)),n.join(\"\")}function De(t){var e=t.replace(/['\\']/g,\"''\"),r=/[{}<>]/,n=e.search(r);if(-1===n)return e;for(var i=-1,o=e.length-1;o>=0;o--)if(r.test(e[o])){i=o;break}return e.slice(0,n)+\"'\"+e.slice(n,i+1)+\"'\"+e.slice(i+1)}function Ue(t,e){var r=De(String(null!=t?t:\"\")),n=\" other {\".concat(r,\"}\"),i=\"\";if(null==e?void 0:e.$name){var o=De(e.$name);i=\" \".concat(\"_gt_var_name\",\" {\").concat(o,\"}\")}return\"{\".concat(Oe,\", select,\").concat(n).concat(i,\"}\")}function ke(t){return t}var Ge=ke;function xe(t){if(!t.includes(Oe))return t;var e=[];we({icuString:t,shouldVisit:Re,visitor:function(t){var r,n,i,o,a,s,c,u;e.push({start:null!==(n=null===(r=t.location)||void 0===r?void 0:r.start.offset)&&void 0!==n?n:0,end:null!==(o=null===(i=t.location)||void 0===i?void 0:i.end.offset)&&void 0!==o?o:0,otherStart:null!==(s=null===(a=t.options.other.location)||void 0===a?void 0:a.start.offset)&&void 0!==s?s:0,otherEnd:null!==(u=null===(c=t.options.other.location)||void 0===c?void 0:c.end.offset)&&void 0!==u?u:0})},options:{recurseIntoVisited:!1,captureLocation:!0}});for(var r=[],n=0,i=0;i<e.length;i++){var o=e[i],a=o.start,s=o.end,c=o.otherStart,u=o.otherEnd;r.push(t.slice(n,a)),r.push(t.slice(a,a+4+1)),r.push(String(i+1)),r.push(t.slice(a+4+1,c)),r.push(\"{}\"),r.push(t.slice(u,s)),n=s}return r.push(t.slice(n,t.length)),r.join(\"\")}var Fe,$e={},Ve=function(t){if(Object.prototype.hasOwnProperty.call(t,\"__esModule\"))return t;var e=t.default;if(\"function\"==typeof e){var r=function t(){var r=!1;try{r=this instanceof t}catch{}return r?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)};r.prototype=e.prototype}else r={};return Object.defineProperty(r,\"__esModule\",{value:!0}),Object.keys(t).forEach(function(e){var n=Object.getOwnPropertyDescriptor(t,e);Object.defineProperty(r,e,n.get?n:{enumerable:!0,get:function(){return t[e]}})}),r}(Tt),Ke=function(){if(Fe)return $e;Fe=1,Object.defineProperty($e,\"__esModule\",{value:!0}),$e.printAST=r,$e.doPrintAST=n,$e.printDateTimeSkeleton=a;var t=Ve,e=Ie();function r(t){return n(t,!1)}function n(s,c){var u=s.map(function(u,l){return(0,e.isLiteralElement)(u)?function(t,e,r,n){var o=t.value;return r||\"'\"!==o[0]||(o=\"''\".concat(o.slice(1))),n||\"'\"!==o[o.length-1]||(o=\"\".concat(o.slice(0,o.length-1),\"''\")),o=i(o),e?o.replace(\"#\",\"'#'\"):o}(u,c,0===l,l===s.length-1):(0,e.isArgumentElement)(u)?function(t){var e=t.value;return\"{\".concat(e,\"}\")}(u):(0,e.isDateElement)(u)||(0,e.isTimeElement)(u)||(0,e.isNumberElement)(u)?function(t){return\"{\".concat(t.value,\", \").concat(e.TYPE[t.type]).concat(t.style?\", \".concat(\"string\"==typeof(r=t.style)?i(r):r.type===e.SKELETON_TYPE.dateTime?\"::\".concat(a(r)):\"::\".concat(r.tokens.map(o).join(\" \"))):\"\",\"}\");var r}(u):(0,e.isPluralElement)(u)?function(e){var r=\"cardinal\"===e.pluralType?\"plural\":\"selectordinal\",i=[e.value,r,t.__spreadArray([e.offset?\"offset:\".concat(e.offset):\"\"],Object.keys(e.options).map(function(t){return\"\".concat(t,\"{\").concat(n(e.options[t].value,!0),\"}\")}),!0).filter(Boolean).join(\" \")].join(\",\");return\"{\".concat(i,\"}\")}(u):(0,e.isSelectElement)(u)?function(t){var e=[t.value,\"select\",Object.keys(t.options).map(function(e){return\"\".concat(e,\"{\").concat(n(t.options[e].value,!1),\"}\")}).join(\" \")].join(\",\");return\"{\".concat(e,\"}\")}(u):(0,e.isPoundElement)(u)?\"#\":(0,e.isTagElement)(u)?function(t){return\"<\".concat(t.value,\">\").concat(r(t.children),\"</\").concat(t.value,\">\")}(u):void 0});return u.join(\"\")}function i(t){return t.replace(/([{}](?:[\\s\\S]*[{}])?)/,\"'$1'\")}function o(t){var e=t.stem,r=t.options;return 0===r.length?e:\"\".concat(e).concat(r.map(function(t){return\"/\".concat(t)}).join(\"\"))}function a(t){return t.pattern}return $e}();function Xe(t,n=0){let i=n;function o(t){const{props:r}=t,n=(t=>{const{type:e,props:r}=t;i+=1;const n={id:i,injectionType:\"manual\"};let o;try{o=\"function\"==typeof e&&e._gtt||\"\"}catch{}if(o){const t=o.split(\"-\");if(\"automatic\"!==t[1]&&\"automatic\"!==t[2]||(n.injectionType=\"automatic\"),\"translate\"===t[0]&&(t[0]=\"fragment\"),\"variable\"===t[0]&&(n.variableType=t?.[1]||\"variable\"),\"plural\"===t[0]){const t=Object.entries(r).reduce((t,[e,r])=>(j(e)&&(t[e]=Xe(r,i)),t),{});Object.keys(t).length&&(n.branches=t)}if(\"branch\"===t[0]){const{children:t,branch:e,...o}=r,a=Object.fromEntries(Object.entries(o).filter(([t])=>!t.startsWith(\"data-\"))),s=Object.entries(a).reduce((t,[e,r])=>(t[e]=Xe(r,i),t),{});Object.keys(s).length&&(n.branches=s)}n.transformation=t[0]}return n})(t),o={...r,\"data-_gt\":n};return r.children&&!n.variableType&&(o.children=s(r.children)),t.type===e.Fragment&&(o[\"data-_gt\"].transformation=\"fragment\"),e.cloneElement(t,o)}function a(t){return r(t)?o(t):t}function s(t){return Array.isArray(t)?e.Children.map(t,a):a(t)}return s(t)}const Ye=\"@generaltranslation/react-core\",qe=t=>`${Ye} Error: Dictionary subtree not found for id: \"${t}\"`,We=`${Ye} Warning: A <_T> component was found injected outside of a <Derive> boundary. This may affect translation resolution for this component.`;function Ze(t){return Qe(t,0)}function Je(t,e){const{type:r,props:n}=t,o=function(t){const e=\"function\"==typeof t&&\"_gtt\"in t?t._gtt:void 0;if(null==e||\"string\"!=typeof e)return;const r=e.split(\"-\"),n=r[0],i=\"automatic\"===r[1]||\"automatic\"===r[2]?\"automatic\":\"manual\";return{componentType:n,injectionType:i}}(r);if(\"object\"!=typeof n||null===n)return t;if(o){const{componentType:r,injectionType:a}=o;if(\"variable\"===r)return t;if(\"branch\"===r){const r=Object.entries(n).reduce((t,[r,n])=>(\"branch\"===r||r.startsWith(\"data-\")?t[r]=n:t[r]=ze(n,e),t),{});return i(t,{...r})}if(\"plural\"===r){const r=Object.entries(n).reduce((t,[r,n])=>(j(r)||\"children\"===r?t[r]=ze(n,e):t[r]=n,t),{});return i(t,{...r})}if(\"derive\"===r)return i(t,{...n,...\"children\"in n&&{children:Qe(n.children,e+1)}});if(\"translate\"===r&&\"automatic\"===a&&e>0)return\"children\"in n?Qe(n.children,e):void 0;\"translate\"===r&&\"automatic\"===a&&console.warn(We)}return i(t,{...n,...\"children\"in n&&{children:Qe(n.children,e)}})}function ze(t,e){return r(t)?Je(t,e):t}function Qe(t,e){return Array.isArray(t)?n.map(t,t=>ze(t,e)):ze(t,e)}const tr={variable:\"value\",number:\"n\",datetime:\"date\",currency:\"cost\",\"relative-time\":\"time\"};function er(t={},e){if(t.name)return t.name;return`_gt_${tr[e]||\"value\"}_${t[\"data-_gt\"]?.id}`}var rr={pl:\"placeholder\",ti:\"title\",alt:\"alt\",arl:\"aria-label\",arb:\"aria-labelledby\",ard:\"aria-describedby\"};const nr=t=>{if(!t)return\"\";const{type:e,props:r}=t;if(e&&\"function\"==typeof e){if(\"displayName\"in e&&\"string\"==typeof e.displayName&&e.displayName)return e.displayName;if(\"name\"in e&&\"string\"==typeof e.name&&e.name)return e.name}return e&&\"string\"==typeof e?e:r.href?\"a\":r[\"data-_gt\"]?.id?`C${r[\"data-_gt\"].id}`:\"function\"},ir=t=>{const{props:e}=t,r={t:nr(t)};if(e[\"data-_gt\"]){const t=e[\"data-_gt\"],n=t.transformation;if(\"variable\"===n){const r=t.variableType||\"variable\",n=er(e,r),i=Rt(r);return{i:t.id,k:n,v:i}}r.i=t.id,r.d=((t,e,r)=>{let n=Object.entries(rr).reduce((t,[r,n])=>(e[n]&&(t[r]=e[n]),t),{});if(\"plural\"===t&&r){const t={};Object.entries(r).forEach(([e,r])=>{t[e]=ar(r)}),n={...n,b:t,t:\"p\"}}if(\"branch\"===t&&r){const t={};Object.entries(r).forEach(([e,r])=>{t[e]=ar(r)}),n={...n,b:t,t:\"b\"}}return Object.keys(n).length?n:void 0})(n,e,t.branches);let i=Object.entries(rr).reduce((t,[r,n])=>(e[n]&&(t[r]=e[n]),t),{});if(\"plural\"===n&&t.branches){const e={};Object.entries(t.branches).forEach(([t,r])=>{e[t]=ar(r)}),i={...i,b:e,t:\"p\"}}if(\"branch\"===n&&t.branches){const e={};Object.entries(t.branches).forEach(([t,r])=>{e[t]=ar(r)}),i={...i,b:e,t:\"b\"}}r.d=Object.keys(i).length?i:void 0}return e.children&&(r.c=ar(e.children)),r},or=t=>{return r=t,e.isValidElement(r)?ir(t):\"number\"==typeof t?t.toString():t;var r};function ar(t){return Array.isArray(t)?t.map(or):or(t)}function sr(t,e,r){let n=\"\",i=null;return\"number\"==typeof t&&!i&&r&&(n=function(t,e,r){void 0===e&&(e=R),void 0===r&&(r=[M]);var n=Pt.get(\"PluralRules\",r).select(t),i=Math.abs(t);if(0===i&&e.includes(\"zero\"))return\"zero\";if(1===i){if(e.includes(\"singular\"))return\"singular\";if(e.includes(\"one\"))return\"one\"}if(\"one\"===n&&e.includes(\"singular\"))return\"singular\";if(2===i){if(e.includes(\"dual\"))return\"dual\";if(e.includes(\"two\"))return\"two\"}return\"two\"===n&&e.includes(\"dual\")?\"dual\":e.includes(n)?n:\"two\"===n&&e.includes(\"dual\")?\"dual\":\"two\"===n&&e.includes(\"plural\")?\"plural\":\"two\"===n&&e.includes(\"other\")?\"other\":\"few\"===n&&e.includes(\"plural\")?\"plural\":\"few\"===n&&e.includes(\"other\")?\"other\":\"many\"===n&&e.includes(\"plural\")?\"plural\":\"many\"===n&&e.includes(\"other\")?\"other\":\"other\"===n&&e.includes(\"plural\")?\"plural\":\"\"}(t,Object.keys(r),e)),n&&!i&&(i=r[n]),i}function cr(t){if(\"string\"==typeof t)return!0;if(Array.isArray(t)){if(\"string\"!=typeof t?.[0])return!1;const e=t?.[1];if(void 0===e)return!0;if(e&&\"object\"==typeof e)return!0}return!1}function ur(t,e){let r=t;const n=e.split(\".\");for(const t of n){if(\"object\"!=typeof r&&!Array.isArray(r))return;r=f(r,t)}return r}function lr(t){if(Array.isArray(t)){if(1===t.length)return{entry:t[0]};if(2===t.length)return{entry:t[0],metadata:t[1]}}return{entry:t}}function hr(t){return\"object\"==typeof t&&!!t&&\"data-_gt\"in t&&\"object\"==typeof t[\"data-_gt\"]&&!!t[\"data-_gt\"]&&\"transformation\"in t[\"data-_gt\"]&&\"variable\"===t[\"data-_gt\"]?.transformation}function fr(t){const e=t[\"data-_gt\"]?.variableType||\"variable\";return{variableName:er(t,e),variableType:Rt(e),injectionType:t[\"data-_gt\"]?.injectionType||\"manual\",variableValue:void 0!==t.value?t.value:void 0!==t.date?t.date:void 0!==t[\"data-_gt-unformatted-value\"]?t[\"data-_gt-unformatted-value\"]:void 0!==t.children?t.children:void 0,variableOptions:(()=>{const e={...void 0!==t.currency&&{currency:t.currency},...void 0!==t.unit&&{unit:t.unit},...void 0!==t.baseDate&&{baseDate:t.baseDate},...void 0!==t.options&&t.options};return Object.keys(e).length?e:\"string\"==typeof t[\"data-_gt-variable-options\"]?JSON.parse(t[\"data-_gt-variable-options\"]):t[\"data-_gt-variable-options\"]||void 0})()}}function pr(t){const e=t;if(e&&\"object\"==typeof e&&\"string\"==typeof e.k){const t=Object.keys(e);if(1===t.length)return!0;if(2===t.length){if(\"number\"==typeof e.i)return!0;if(\"string\"==typeof e.v)return!0}if(3===t.length&&\"string\"==typeof e.v&&\"number\"==typeof e.i)return!0}return!1}function dr(t){return t&&t.props&&t.props[\"data-_gt\"]?t.props[\"data-_gt\"]:null}function yr({children:t,defaultLocale:r=M,renderVariable:n}){const i=t=>e.isValidElement(t)?(t=>{const i=dr(t);if(hr(t.props)){const{variableType:e,variableValue:i,variableOptions:o,injectionType:a}=fr(t.props);return n({variableType:e,variableValue:i,variableOptions:o,locales:[r],injectionType:a})}if(\"plural\"===i?.transformation){const e=i.branches||{};return o(sr(t.props.n,[r],e)||t.props.children)}if(\"branch\"===i?.transformation){let{children:e,branch:r,\"data-_gt\":n,...a}=t.props;return a=i.branches||{},o(void 0!==a[r]?a[r]:e)}return\"fragment\"===i?.transformation?e.createElement(e.Fragment,{key:t.props.key,children:o(t.props.children)}):t.props.children?e.cloneElement(t,{...t.props,\"data-_gt\":void 0,children:o(t.props.children)}):e.cloneElement(t,{...t.props,\"data-_gt\":void 0})})(t):t,o=t=>Array.isArray(t)?e.Children.map(t,i):i(t);return o(t)}function br({sourceElement:t,targetElement:r,locales:n=[M],renderVariable:i}){const{props:o}=t,a=o[\"data-_gt\"],s=a?.transformation,c=r.d,u={};if(c&&Object.entries(rr).forEach(([t,e])=>{c[t]&&(u[e]=c[t])}),\"plural\"===s){const e=t.props.n;return mr({source:sr(e,n,a.branches||{})||t.props.children,target:sr(e,n,r.d?.b||{})||r.c,locales:n,renderVariable:i})}if(\"branch\"===s){const{branch:t,children:e}=o;return mr({source:(a.branches||{})[t]||e,target:(r.d?.b||{})[t]||r.c,locales:n,renderVariable:i})}return\"fragment\"===s&&r.c?e.createElement(e.Fragment,{key:t.props.key,children:mr({source:o.children,target:r.c,locales:n,renderVariable:i})}):o?.children&&r?.c?e.cloneElement(t,{...o,...u,\"data-_gt\":void 0,children:mr({source:o.children,target:r.c,locales:n,renderVariable:i})}):yr({children:t,defaultLocale:n[0],renderVariable:i})}function mr({source:t,target:r,locales:n=[M],renderVariable:i}){if(null==r&&t)return yr({children:t,defaultLocale:n[0],renderVariable:i});if(\"string\"==typeof r)return r;if(Array.isArray(r)&&!Array.isArray(t)&&t&&(t=[t]),Array.isArray(t)&&Array.isArray(r)){const o={},a={},s={},c=t.filter(t=>{if(e.isValidElement(t)){if(!hr(t.props))return!0;{const{variableName:e,variableValue:r,variableOptions:n,injectionType:i}=fr(t.props);o[e]=r,a[e]=n,s[e]=i}}return!1}),u=t=>c.find(e=>{const r=dr(e);if(void 0!==r?.id){return r.id===t.i}return!1})||c.shift();return r.map((t,r)=>{if(\"string\"==typeof t)return l(e.Fragment,{children:t},`string_${r}`);if(Ct(t))return l(e.Fragment,{children:i({variableType:t.v||\"v\",variableValue:o[t.k],variableOptions:a[t.k],locales:n,injectionType:s[t.k]||\"manual\"})},`var_${r}`);const c=u(t);return c?l(e.Fragment,{children:br({sourceElement:c,targetElement:t,locales:n,renderVariable:i})},`element_${r}`):null})}if(r&&\"object\"==typeof r&&!Array.isArray(r)){const o=Ct(r)?\"variable\":\"element\";if(e.isValidElement(t)){if(\"element\"===o)return br({sourceElement:t,targetElement:r,locales:n,renderVariable:i});if(hr(t.props)){const{variableValue:e,variableOptions:r,variableType:o,injectionType:a}=fr(t.props);return i({variableType:o,variableValue:e,variableOptions:r,locales:n,injectionType:a})}}}return yr({children:t,defaultLocale:n[0],renderVariable:i})}const vr=(t=\"production\")=>({method:\"default\",timeout:\"development\"===t?8e3:12e3});function gr(){return\"\"}const Er=\"generaltranslation.locale\",_r=\"generaltranslation.region\",Tr=\"generaltranslation.enable-i18n\";function Hr(t){return void 0!==t&&(\"string\"==typeof t||!!Array.isArray(t)&&((1===t.length||2===t.length)&&(\"string\"==typeof t[0]&&(2!==t.length||\"object\"==typeof t[1]&&null!==t[1]&&(\"$context\"in t[1]||\"$maxChars\"in t[1]||\"$_hash\"in t[1])))))}const Ar=t=>\"string\"==typeof t||Array.isArray(t),Br=t=>\"object\"==typeof t&&null!==t&&!Array.isArray(t);function wr(t,e){if(Array.isArray(t))return t.map((t,r)=>Hr(t)?e[r]:wr(t,e[r]));const r={...Object.fromEntries(Object.entries(t).filter(([,t])=>Ar(t))),...Object.fromEntries(Object.entries(e).filter(([,t])=>Ar(t)))},n=Object.entries(t).filter(([,t])=>Br(t)).map(([t])=>t),i=Object.entries(e).filter(([,t])=>Br(t)).map(([t])=>t),o=new Set([...n,...i]);for(const n of o)r[n]=wr(f(t,n)||{},f(e,n)||{});return r}const Or=\"function\"==typeof t.use;function Sr({dictionary:t,id:e}){if(\"\"===e)return t;let r=t;const n=e.split(\".\");for(const t of n)r=f(r,t);return r}function Pr({dictionary:t,id:e,sourceDictionary:r}){if(\"\"===e)return t;let n=t;const i=r,o=e.split(\".\");for(const t of o)void 0===f(n,t)&&(Array.isArray(f(i,t))?p(n,t,[]):p(n,t,{})),n=f(n,t);return n}const Cr=[\"constructor\",\"prototype\",\"__proto__\"];function Lr(t,e,r,n){if(Hr(e))return t;const i=r.split(\".\");i.forEach(t=>{if(function(t){return!!Cr.includes(t)}(t))throw new Error(`Invalid key: ${t}`)}),e||={};for(const t of i.slice(0,-1))null==f(e,t)&&p(e,t,Array.isArray(f(n,t))?[]:{}),e=f(e,t),n=f(n,t);p(e,i[i.length-1],t)}function Ir(t){let e={};return Array.isArray(t)&&(e=[]),Object.entries(t).forEach(([t,r])=>{if(Hr(r)){const{entry:n}=lr(r);p(e,t,n)}else p(e,t,Ir(r))}),e}var Nr=function(){return Nr=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},Nr.apply(this,arguments)};function Mr(t){if(void 0!==t){if(null===t)return\"null\";if(\"number\"==typeof t)return isFinite(t)?\"\"+t:\"null\";if(\"object\"!=typeof t)return JSON.stringify(t);if(Array.isArray(t)){for(var e=\"[\",r=0;r<t.length;r++)r&&(e+=\",\"),e+=Mr(t[r])||\"null\";return e+\"]\"}for(var n=\"\",i=0,o=Object.keys(t).sort();i<o.length;i++){var a=o[i],s=Mr(t[a]);s&&(n&&(n+=\",\"),n+=JSON.stringify(a)+\":\"+s)}return\"{\"+n+\"}\"}}function Rr(t){var e;return null!==(e=Mr(t))&&void 0!==e?e:\"\"}function jr(t){return function(t){if(b(t),_)return t.toHex();let e=\"\";for(let r=0;r<t.length;r++)e+=T[t[r]];return e}(N(function(t){if(\"string\"!=typeof t)throw new TypeError(\"string expected\");return new Uint8Array((new TextEncoder).encode(t))}(t))).slice(0,16)}function Dr(t,e){var r,n=t.source,i=t.context,o=t.id,a=t.maxChars,s=t.dataFormat;return void 0===e&&(e=jr),r=\"JSX\"===s?kr(n):n,e(Rr(Nr(Nr(Nr(Nr({source:r},o&&{id:o}),i&&{context:i}),null!=a&&{maxChars:Math.abs(a)}),s&&{dataFormat:s})))}\"function\"==typeof SuppressedError&&SuppressedError;var Ur=function(t){if(t&&\"object\"==typeof t){var e={};if(\"c\"in t&&t.c&&(e.c=kr(t.c)),\"d\"in t){var r=null==t?void 0:t.d;(null==r?void 0:r.b)&&(e.b=Object.fromEntries(Object.entries(r.b).map(function(t){return[t[0],kr(t[1])]}))),(null==r?void 0:r.t)&&(e.t=r.t)}return function(t){var e=t;if(e&&\"object\"==typeof e&&\"string\"==typeof e.k){var r=Object.keys(e);if(1===r.length)return!0;if(2===r.length){if(\"number\"==typeof e.i)return!0;if(\"string\"==typeof e.v)return!0}if(3===r.length&&\"string\"==typeof e.v&&\"number\"==typeof e.i)return!0}return!1}(t)?Nr({k:t.k},t.v&&{v:t.v}):e}return t};function kr(t){return Array.isArray(t)?t.map(Ur):Ur(t)}function Gr(t,e=\"\"){let r=!1;return Object.entries(t).forEach(([n,i])=>{const o=e?`${e}.${n}`:n;if(Hr(i)){let{entry:e,metadata:a}=lr(i);a?.$_hash||(a||={},a.$_hash=Dr({source:xe(e),...a?.$context&&{context:a.$context},...null!=a?.$maxChars&&{maxChars:Math.abs(a.$maxChars)},id:o,dataFormat:\"ICU\"}),p(t,n,[e,a]),r=!0)}else{const{updateDictionary:t}=Gr(i,o);r=r||t}}),{dictionary:t,updateDictionary:r}}function xr(t,e,r,n,i=\"\"){let o=!1;const a=i?i.split(\".\"):[];return n.forEach(({metadata:n})=>{const{$_hash:i,$id:s}=n,c=a.length>0?s.split(\".\").slice(a.length).join(\".\"):s,u=ur(e,c);let l;Hr(u)&&(l=lr(u).entry);const h=r[i]||l;h&&(Lr(h,e,c,t),o=!0)}),{dictionary:e,updateDictionary:o}}function Fr(t,e,r,n=\"\"){const i=n?n.split(\".\"):[];return r.forEach(({source:r,metadata:n})=>{const{$id:o}=n,a=i.length>0?o.split(\".\").slice(i.length).join(\".\"):o,s=ur(e,a);let c;Hr(s)&&(c=lr(s).entry);Lr(c||r,e,a,t)}),e}function $r(t,e,r){const n=Sr({dictionary:t,id:r});if(!n)throw new Error(qe(r));if(Hr(n))throw new Error(`${Ye} Error: Cannot inject and merge a dictionary entry`);return function(t,e,r){const n=ur(t,r);if(!n)throw new Error(qe(r));if(Hr(n))throw new Error(`${Ye} Error: Cannot inject and merge a dictionary entry`);const i=r.split(\".\"),o=i.slice(0,-1),a=i[i.length-1];let s=t;return o.forEach(t=>{s=f(s,t)}),p(s,a,e),t}(t,wr(n,e),r)}function Vr(t,e,r=\"\"){const n=[];return Object.entries(t).forEach(([t,i])=>{const o=r?`${r}.${t}`:t;if(Hr(i)){const{entry:r,metadata:a}=lr(i);f(e,t)||n.push({source:r,metadata:{$id:o,$context:a?.$context,$maxChars:a?.$maxChars,$_hash:a?.$_hash||\"\"}})}else n.push(...Vr(i,f(e,t)||(Array.isArray(i)?[]:{}),o))}),n}var Kr=function(t,e){return Kr=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},Kr(t,e)};function Xr(t,e){if(\"function\"!=typeof e&&null!==e)throw new TypeError(\"Class extends value \"+String(e)+\" is not a constructor or null\");function r(){this.constructor=t}Kr(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}var Yr=function(){return Yr=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},Yr.apply(this,arguments)};function qr(t,e,r,n){return new(r||(r=Promise))(function(e,i){function o(t){try{s(n.next(t))}catch(t){i(t)}}function a(t){try{s(n.throw(t))}catch(t){i(t)}}function s(t){var n;t.done?e(t.value):(n=t.value,n instanceof r?n:new r(function(t){t(n)})).then(o,a)}s((n=n.apply(t,[])).next())})}function Wr(t,e){var r,n,i,o={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]},a=Object.create((\"function\"==typeof Iterator?Iterator:Object).prototype);return a.next=s(0),a.throw=s(1),a.return=s(2),\"function\"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(s){return function(c){return function(s){if(r)throw new TypeError(\"Generator is already executing.\");for(;a&&(a=0,s[0]&&(o=0)),o;)try{if(r=1,n&&(i=2&s[0]?n.return:s[0]?n.throw||((i=n.return)&&i.call(n),0):n.next)&&!(i=i.call(n,s[1])).done)return i;switch(n=0,i&&(s=[2&s[0],i.value]),s[0]){case 0:case 1:i=s;break;case 4:return o.label++,{value:s[1],done:!1};case 5:o.label++,n=s[1],s=[0];continue;case 7:s=o.ops.pop(),o.trys.pop();continue;default:if(!((i=(i=o.trys).length>0&&i[i.length-1])||6!==s[0]&&2!==s[0])){o=0;continue}if(3===s[0]&&(!i||s[1]>i[0]&&s[1]<i[3])){o.label=s[1];break}if(6===s[0]&&o.label<i[1]){o.label=i[1],i=s;break}if(i&&o.label<i[2]){o.label=i[2],o.ops.push(s);break}i[2]&&o.ops.pop(),o.trys.pop();continue}s=e.call(t,o)}catch(t){s=[6,t],n=0}finally{r=i=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,c])}}}\"function\"==typeof SuppressedError&&SuppressedError;var Zr,Jr,zr;(zr=Zr||(Zr={})).GT_REMOTE=\"gt-remote\",zr.REMOTE=\"remote\",zr.CUSTOM=\"custom\",zr.DISABLED=\"disabled\",function(t){t.GT=\"gt\",t.CUSTOM=\"custom\",t.DISABLED=\"disabled\"}(Jr||(Jr={})),function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=\"fallback-storage-adapter\",e.storage={},e}Xr(e,t),e.prototype.getItem=function(t){return this.storage[t]},e.prototype.setItem=function(t,e){this.storage[t]=e},e.prototype.removeItem=function(t){delete this.storage[t]}}(function(){});var Qr=function(){function t(t,e){this.cache={},this.fallbackPromises={},this.cache=structuredClone(t),this.onHit=null==e?void 0:e.onHit,this.onMiss=null==e?void 0:e.onMiss}return t.prototype.setCache=function(t,e){this.cache[t]=e},t.prototype.getCache=function(t){var e=this.genKey(t);return this.cache[e]},t.prototype.getInternalCache=function(){return this.cache},t.prototype.missCache=function(t){return qr(this,0,void 0,function(){var e,r,n;return Wr(this,function(i){switch(i.label){case 0:return e=this.genKey(t),void 0===this.fallbackPromises[e]?[3,2]:[4,this.fallbackPromises[e]];case 1:return[2,i.sent()];case 2:r=this.fallback(t),this.fallbackPromises[e]=r,i.label=3;case 3:return i.trys.push([3,,5,6]),[4,r];case 4:return n=i.sent(),this.cache[e]=n,[2,n];case 5:return delete this.fallbackPromises[e],[7];case 6:return[2]}})})},t}();function tn(t,e){return Dr(Yr(Yr(Yr(Yr({source:\"ICU\"===e.$format?xe(t):t},(null==e?void 0:e.$context)&&{context:e.$context}),(null==e?void 0:e.$id)&&{id:e.$id}),\"$maxChars\"in e&&null!=e.$maxChars&&{$maxChars:Math.abs(e.$maxChars)}),{dataFormat:e.$format}))}var en=function(t){function e(e){var r=e.init,n=e.translateMany,i=e.lifecycle,o=t.call(this,r,i)||this;return o._queue=[],o._batchTimer=null,o._activeRequests=0,o._translateMany=n,o}return Xr(e,t),e.prototype.get=function(t){var e=this.getCache(t);return null!=e&&this.onHit&&this.onHit({inputKey:t,cacheKey:this.genKey(t),cacheValue:e,outputValue:e}),e},e.prototype.miss=function(t){return qr(this,0,void 0,function(){var e;return Wr(this,function(r){switch(r.label){case 0:return[4,this.missCache(t)];case 1:return null!=(e=r.sent())&&this.onMiss&&this.onMiss({inputKey:t,cacheKey:this.genKey(t),cacheValue:e,outputValue:e}),[2,e]}})})},e.prototype.genKey=function(t){return tn(t.message,t.options)},e.prototype.fallback=function(t){var e=this._enqueueTranslation(t);return this._queue.length>=25?this._flushNow():this._scheduleBatch(),e},e.prototype._flushNow=function(){this._batchTimer&&(clearTimeout(this._batchTimer),this._batchTimer=null),this._drainQueue()},e.prototype._scheduleBatch=function(){var t=this;this._batchTimer||(this._batchTimer=setTimeout(function(){t._batchTimer=null,t._drainQueue()},50))},e.prototype._drainQueue=function(){for(;this._queue.length>0&&this._activeRequests<100;){var t=this._queue.splice(0,25);this._sendBatchRequest(t)}this._queue.length>0&&this._scheduleBatch()},e.prototype._enqueueTranslation=function(t){var e=this,r=this.genKey(t),n=t.options;return new Promise(function(i,o){e._queue.push({key:r,source:t.message,metadata:Yr(Yr(Yr(Yr({},(null==n?void 0:n.$context)&&{context:n.$context}),(null==n?void 0:n.$id)&&{id:n.$id}),\"$maxChars\"in n&&null!=n.$maxChars&&{$maxChars:Math.abs(n.$maxChars)}),{dataFormat:n.$format}),resolve:function(t){return i(t)},reject:o})})},e.prototype._sendBatchRequest=function(t){return qr(this,0,void 0,function(){var e,r;return Wr(this,function(n){switch(n.label){case 0:return this._activeRequests++,e=function(t){return t.reduce(function(t,e){return t[e.key]={source:e.source,metadata:e.metadata},t},{})}(t),[4,this._sendBatchRequestWithErrorHandling(t,e)];case 1:return(r=n.sent())&&this._handleTranslationResponse(t,r),this._activeRequests--,[2]}})})},e.prototype._sendBatchRequestWithErrorHandling=function(t,e){return qr(this,0,void 0,function(){var r,n,i;return Wr(this,function(o){switch(o.label){case 0:return o.trys.push([0,2,,3]),[4,this._translateMany(e)];case 1:return[2,o.sent()];case 2:for(r=o.sent(),n=0,i=t;n<i.length;n++)i[n].reject(r);return[2,void 0];case 3:return[2]}})})},e.prototype._handleTranslationResponse=function(t,e){for(var r=0,n=t;r<n.length;r++){var i=n[r],o=i.key,a=e[o];if(a&&a.success){var s=a.translation;this.setCache(o,s),i.resolve(s)}else i.reject(null==a?void 0:a.error)}},e}(Qr);!function(t){function e(e){var r=e.init,n=void 0===r?{}:r,i=e.ttl,o=e.loadTranslations,a=e.createTranslateMany,s=e.lifecycle,c=s.onLocalesCacheHit,u=s.onLocalesCacheMiss,l=s.onTranslationsCacheHit,h=s.onTranslationsCacheMiss,f=t.call(this,n,{onHit:c,onMiss:u})||this;return f.ttl=6e4,f.ttl=null===i?-1:null!=i?i:6e4,f._translationLoader=o,f._createTranslateMany=a,f._onTranslationsCacheHit=l,f._onTranslationsCacheMiss=h,f}Xr(e,t),e.prototype.get=function(t){var e=this.getCache(t);if(e&&!(e.expiresAt>0&&e.expiresAt<Date.now())){var r=e.translationsCache;return null!=r&&this.onHit&&this.onHit({inputKey:t,cacheKey:this.genKey(t),cacheValue:e,outputValue:r}),r}},e.prototype.miss=function(t){return qr(this,0,void 0,function(){var e,r;return Wr(this,function(n){switch(n.label){case 0:return[4,this.missCache(t)];case 1:return e=n.sent(),null!=(r=e.translationsCache)&&this.onMiss&&this.onMiss({inputKey:t,cacheKey:this.genKey(t),cacheValue:e,outputValue:r}),[2,r]}})})},e.prototype.genKey=function(t){return t},e.prototype.fallback=function(t){return qr(this,0,void 0,function(){var e,r,n,i;return Wr(this,function(o){switch(o.label){case 0:return e=this._translationLoader(t),r=this.ttl<0?this.ttl:Date.now()+this.ttl,n=en.bind,i={},[4,e];case 1:return[2,{translationsCache:new(n.apply(en,[void 0,(i.init=o.sent(),i.lifecycle=this._createTranslationsCacheLifecycle(t),i.translateMany=this._createTranslateMany(t),i)])),expiresAt:r}]}})})},e.prototype._createTranslationsCacheLifecycle=function(t){var e=this;return{onHit:this._onTranslationsCacheHit?function(r){return e._onTranslationsCacheHit(Yr({locale:t},r))}:void 0,onMiss:this._onTranslationsCacheMiss?function(r){return e._onTranslationsCacheMiss(Yr({locale:t},r))}:void 0}}}(Qr);function rn(t,e){var r;if(\"string\"!=typeof t)return e?t.map(function(t,r){return rn(t,Yr(Yr({},e),e.$id&&{$id:\"\".concat(e.$id,\".\").concat(r)}))}):t;if(!e)return t;var n=function(t){return Object.fromEntries(Object.entries(t).filter(function(t){var e=t[0];return\"$id\"!==e&&\"$context\"!==e&&\"$maxChars\"!==e&&\"$hash\"!==e&&\"$_hash\"!==e&&\"$_source\"!==e&&\"$_fallback\"!==e&&\"$format\"!==e&&\"$_locales\"!==e&&\"$locale\"!==e}))}(e),i=t;try{i=s(t,{locales:[M],variables:Yr(Yr({},n),(r={},r[Oe]=\"other\",r))})}catch(e){return function(t){console.warn(t)}(function(t){return'String interpolation failed for message: \"'.concat(t,'\".')}(t)),t}var o=t,a=e.$_hash||tn(t,Yr({$format:\"ICU\"},e)),c=Yr(Yr({},e),{$_source:o,$_hash:a}),u=function(t){if(\"undefined\"!=typeof Buffer)return Buffer.from(t,\"utf8\").toString(\"base64\");for(var e=(new TextEncoder).encode(t),r=\"\",n=0;n<e.length;n++)r+=String.fromCharCode(e[n]);return btoa(r)}(JSON.stringify(c));return\"\".concat(i,\":\").concat(u)}function nn(t){return\"string\"==typeof t&&-1!==t.lastIndexOf(\":\")?t.slice(0,t.lastIndexOf(\":\")):t}function on(t){if(-1===t.lastIndexOf(\":\"))return null;var e=t.slice(t.lastIndexOf(\":\")+1);try{return JSON.parse(jt(e))}catch(t){return null}}function an({children:t}){return t}function sn(t){return an(t)}an._gtt=\"derive\",sn._gtt=\"derive\";const cn=o(void 0);function un({children:t,locales:e,options:r={}}){const n=a(cn);if(null==t)return null;const i=n?.gt||new c;let o=\"string\"==typeof t?parseFloat(t):t;return\"number\"==typeof o&&(e||(e||=[],n?.locale&&e.push(n.locale),n?.defaultLocale&&e.push(n.defaultLocale)),o=i.formatNum(o,{locales:e,...r})),l(h,{children:o})}function ln({children:t}){return l(h,{children:t})}function hn({children:t,currency:e=\"USD\",locales:r,options:n={}}){const i=a(cn);if(null==t)return null;const o=i?.gt||new c;let s=\"string\"==typeof t?parseFloat(t):t;return\"number\"==typeof s&&(r||(r||=[],i?.locale&&r.push(i.locale),i?.defaultLocale&&r.push(i.defaultLocale)),s=o.formatCurrency(s,e,{locales:r,...n})),l(h,{children:s})}function fn({children:t,locales:e,options:r={}}){const n=a(cn);if(null==t)return null;const i=n?.gt||new c;e||(e=[],n?.locale&&e.push(n.locale),n?.defaultLocale&&e.push(n.defaultLocale));const o=i.formatDateTime(t,{locales:e,...r}).replace(/[\\u200F\\u202B\\u202E]/g,\"\");return l(h,{children:o})}function pn({date:t,children:e,value:r,unit:n,baseDate:i,locales:o,options:s={}}){const u=a(cn),f=u?.gt||new c;o||(o=[],u?.locale&&o.push(u.locale),u?.defaultLocale&&o.push(u.defaultLocale));const p=t??e;let d;if(\"development\"!==process.env.NODE_ENV||void 0===r||n||console.warn(\"<RelativeTime>: `value` was provided without `unit`. The `value` prop will be ignored.\"),void 0!==r&&n)d=f.formatRelativeTime(r,n,{locales:o,numeric:s.numeric,style:s.style,localeMatcher:s.localeMatcher});else{if(null==p)return null;d=f.formatRelativeTimeFromDate(p,{locales:o,baseDate:i??new Date,numeric:s.numeric,style:s.style,localeMatcher:s.localeMatcher})}return l(h,{children:d})}un._gtt=\"variable-number\",ln._gtt=\"variable-variable\",hn._gtt=\"variable-currency\",fn._gtt=\"variable-datetime\",pn._gtt=\"variable-relative-time\";const dn=({variableType:t,variableValue:e,variableOptions:r})=>{if(\"n\"===t){return l(un,{options:r,children:e})}if(\"d\"===t){return l(fn,{options:r,children:e})}if(\"c\"===t){return l(hn,{options:r,children:e})}if(\"rt\"===t){const t=r;if(\"number\"==typeof e&&t?.unit)return l(pn,{value:e,unit:t.unit,baseDate:t?.baseDate,options:t});const n=e instanceof Date?e:\"string\"==typeof e||\"number\"==typeof e?new Date(e):void 0;return l(pn,{date:n&&!isNaN(n.getTime())?n:void 0,baseDate:t?.baseDate,options:t})}return l(ln,{children:e})};var yn=function(){return yn=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},yn.apply(this,arguments)};\"function\"==typeof SuppressedError&&SuppressedError;var bn=function(t){console.warn(t)},mn=function(t){return'String interpolation failed for message: \"'.concat(t,'\".')};function vn(t,e){var r,n;if(!t)return t;var i,o=e.$_fallback,a=(i=e,Object.fromEntries(Object.entries(i).filter(function(t){var e=t[0];return\"$id\"!==e&&\"$context\"!==e&&\"$maxChars\"!==e&&\"$hash\"!==e&&\"$_hash\"!==e&&\"$_source\"!==e&&\"$_fallback\"!==e&&\"$format\"!==e&&\"$_locales\"!==e&&\"$locale\"!==e})));try{var c=function(t){if(!t.includes(Oe))return{};var e=1,r={};return we({icuString:t,shouldVisit:Re,visitor:function(t){var n;r[t.value+e]=t.options.other.value.length?null===(n=t.options.other.value[0])||void 0===n?void 0:n.value:\"\",e+=1},options:{recurseIntoVisited:!1}}),r}(o||\"\"),l=function(t,e,r,n){try{return s(t,{variables:e,locales:r,dataFormat:n})}catch(e){return bn(mn(t)),t}}(Object.keys(c).length?function(t){if(!t.includes(Oe))return t;var e=we({icuString:t,shouldVisit:Me,visitor:function(t){t.type=Ne.TYPE.argument,delete t.options},options:{recurseIntoVisited:!1}});return Ke.printAST(e)}(t):t,yn(yn(yn({},a),c),((r={})[Oe]=\"other\",r)),null!==(n=e.$locale)&&void 0!==n?n:e.$_locales,e.$format);return u(l,{maxChars:e.$maxChars})}catch(i){return bn(mn(t)),null!=e.$_fallback?vn(e.$_fallback,yn(yn({},e),{$_fallback:void 0})):u(t,{maxChars:e.$maxChars})}}var gn=function(t,e){return void 0===e&&(e={}),vn(t,e)},En=function(t,e){var r;if(void 0===e&&(e={}),!t)return t;var n=null!==(r=function(t){if(-1===t.lastIndexOf(\":\"))return null;var e=t.slice(t.lastIndexOf(\":\")+1);try{return JSON.parse(jt(e))}catch(t){return null}}(t))&&void 0!==r?r:{};return function(t){return!(!t.$_hash||!t.$_source)}(n)?function(t){return\"string\"==typeof t&&-1!==t.lastIndexOf(\":\")?t.slice(0,t.lastIndexOf(\":\")):t}(t):vn(t,e)};export{an as Derive,sn as Static,Xe as addGTIdentifier,Vr as collectUntranslatedEntries,Ge as declareStatic,Ue as declareVar,nn as decodeMsg,on as decodeOptions,je as decodeVars,Tr as defaultEnableI18nCookieName,Er as defaultLocaleCookieName,_r as defaultRegionCookieName,ke as derive,y as flattenDictionary,vr as getDefaultRenderSettings,ur as getDictionaryEntry,lr as getEntryAndMetadata,sr as getPluralBranch,Sr as getSubtree,Pr as getSubtreeWithCreation,er as getVariableName,fr as getVariableProps,gn as gtFallback,$r as injectAndMerge,Lr as injectEntry,Fr as injectFallbacks,Gr as injectHashes,xr as injectTranslations,Hr as isDictionaryEntry,cr as isValidDictionaryEntry,pr as isVariableObject,En as mFallback,wr as mergeDictionaries,rn as msg,Or as reactHasUse,Ze as removeInjectedT,yr as renderDefaultChildren,gr as renderSkeleton,mr as renderTranslatedChildren,dn as renderVariable,Ir as stripMetadataFromEntries,ar as writeChildrenAsObjects};\n//# sourceMappingURL=internal.esm.min.mjs.map\n"],"names":["f","t","e","Error","p","r"],"mappings":"+WAKG,SAAAA,EAAAC,EAAAC,GACH,GAAA,MAAAD,EAUA,MAAA,IAAAE,MAAA,6CAAA,OAAAF,EAAAC,EAMA,CAAA,SAAAE,EAAAH,EAAAC,EAAAG,GAAAJ,EAAAC,GAAAG,CAAA"}
|
|
1
|
+
{"version":3,"file":"internal.cjs.min.cjs","sources":["../../react-core/dist/internal.esm.min.mjs"],"sourcesContent":["import*as e from\"react\";import t,{isValidElement as r,Children as n,cloneElement as i,createContext as o,useContext as a}from\"react\";import{formatCutoff as s,formatMessage as c,GT as l}from\"generaltranslation\";import{jsx as u,Fragment as h}from\"react/jsx-runtime\";function f(e,t){if(null==e)throw new Error(\"Cannot index into an undefined dictionary\");return Array.isArray(e),e[t]}function p(e,t,r){Array.isArray(e),e[t]=r}const d=e=>`Duplicate key found in dictionary: \"${e}\"`;function b(e,t=\"\"){const r={};for(const n in e)if(e.hasOwnProperty(n)){const i=t?`${t}.${n}`:n;if(\"object\"!=typeof f(e,n)||null===f(e,n)||Array.isArray(f(e,n))){if(r.hasOwnProperty(i))throw new Error(d(i));r[i]=f(e,n)}else{const t=b(f(e,n),i);for(const e in t){if(r.hasOwnProperty(e))throw new Error(d(e));r[e]=t[e]}}}return r}function y(e){const t=e;if(t&&\"object\"==typeof t&&\"string\"==typeof t.k){const e=Object.keys(t);if(1===e.length)return!0;if(2===e.length){if(\"number\"==typeof t.i)return!0;if(\"string\"==typeof t.v)return!0}if(3===e.length&&\"string\"==typeof t.v&&\"number\"==typeof t.i)return!0}return!1}function m(e){if(void 0===e)return;if(null===e)return\"null\";if(\"number\"==typeof e)return isFinite(e)?\"\"+e:\"null\";if(\"object\"!=typeof e)return JSON.stringify(e);if(Array.isArray(e)){let t=\"[\";for(let r=0;r<e.length;r++)r&&(t+=\",\"),t+=m(e[r])||\"null\";return t+\"]\"}const t=Object.keys(e).sort();let r=\"\";for(const n of t){const t=m(e[n]);t&&(r&&(r+=\",\"),r+=JSON.stringify(n)+\":\"+t)}return\"{\"+r+\"}\"}function g(e){return m(e)??\"\"}var E=function(e,t){return E=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},E(e,t)};function _(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");function r(){this.constructor=e}E(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var v=function(){return v=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var i in t=arguments[r])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},v.apply(this,arguments)};function T(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"==typeof Object.getOwnPropertySymbols){var i=0;for(n=Object.getOwnPropertySymbols(e);i<n.length;i++)t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(e,n[i])&&(r[n[i]]=e[n[i]])}return r}function H(e,t,r,n){var i,o=arguments.length,a=o<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"==typeof Reflect&&\"function\"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,r,a):i(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a}function A(e,t){return function(r,n){t(r,n,e)}}function B(e,t,r,n,i,o){function a(e){if(void 0!==e&&\"function\"!=typeof e)throw new TypeError(\"Function expected\");return e}for(var s,c=n.kind,l=\"getter\"===c?\"get\":\"setter\"===c?\"set\":\"value\",u=!t&&e?n.static?e:e.prototype:null,h=t||(u?Object.getOwnPropertyDescriptor(u,n.name):{}),f=!1,p=r.length-1;p>=0;p--){var d={};for(var b in n)d[b]=\"access\"===b?{}:n[b];for(var b in n.access)d.access[b]=n.access[b];d.addInitializer=function(e){if(f)throw new TypeError(\"Cannot add initializers after decoration has completed\");o.push(a(e||null))};var y=(0,r[p])(\"accessor\"===c?{get:h.get,set:h.set}:h[l],d);if(\"accessor\"===c){if(void 0===y)continue;if(null===y||\"object\"!=typeof y)throw new TypeError(\"Object expected\");(s=a(y.get))&&(h.get=s),(s=a(y.set))&&(h.set=s),(s=a(y.init))&&i.unshift(s)}else(s=a(y))&&(\"field\"===c?i.unshift(s):h[l]=s)}u&&Object.defineProperty(u,n.name,h),f=!0}function w(e,t,r){for(var n=arguments.length>2,i=0;i<t.length;i++)r=n?t[i].call(e,r):t[i].call(e);return n?r:void 0}function P(e){return\"symbol\"==typeof e?e:\"\".concat(e)}function O(e,t,r){return\"symbol\"==typeof t&&(t=t.description?\"[\".concat(t.description,\"]\"):\"\"),Object.defineProperty(e,\"name\",{configurable:!0,value:r?\"\".concat(r,\" \",t):t})}function S(e,t){if(\"object\"==typeof Reflect&&\"function\"==typeof Reflect.metadata)return Reflect.metadata(e,t)}function L(e,t,r,n){return new(r||(r=Promise))(function(i,o){function a(e){try{c(n.next(e))}catch(e){o(e)}}function s(e){try{c(n.throw(e))}catch(e){o(e)}}function c(e){var t;e.done?i(e.value):(t=e.value,t instanceof r?t:new r(function(e){e(t)})).then(a,s)}c((n=n.apply(e,t||[])).next())})}function C(e,t){var r,n,i,o={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]},a=Object.create((\"function\"==typeof Iterator?Iterator:Object).prototype);return a.next=s(0),a.throw=s(1),a.return=s(2),\"function\"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(s){return function(c){return function(s){if(r)throw new TypeError(\"Generator is already executing.\");for(;a&&(a=0,s[0]&&(o=0)),o;)try{if(r=1,n&&(i=2&s[0]?n.return:s[0]?n.throw||((i=n.return)&&i.call(n),0):n.next)&&!(i=i.call(n,s[1])).done)return i;switch(n=0,i&&(s=[2&s[0],i.value]),s[0]){case 0:case 1:i=s;break;case 4:return o.label++,{value:s[1],done:!1};case 5:o.label++,n=s[1],s=[0];continue;case 7:s=o.ops.pop(),o.trys.pop();continue;default:if(!(i=o.trys,(i=i.length>0&&i[i.length-1])||6!==s[0]&&2!==s[0])){o=0;continue}if(3===s[0]&&(!i||s[1]>i[0]&&s[1]<i[3])){o.label=s[1];break}if(6===s[0]&&o.label<i[1]){o.label=i[1],i=s;break}if(i&&o.label<i[2]){o.label=i[2],o.ops.push(s);break}i[2]&&o.ops.pop(),o.trys.pop();continue}s=t.call(e,o)}catch(e){s=[6,e],n=0}finally{r=i=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,c])}}}var N=Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!(\"get\"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]};function I(e,t){for(var r in e)\"default\"===r||Object.prototype.hasOwnProperty.call(t,r)||N(t,e,r)}function R(e){var t=\"function\"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function M(e,t){var r=\"function\"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,o=r.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)a.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return a}function D(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(M(arguments[t]));return e}function U(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),i=0;for(t=0;t<r;t++)for(var o=arguments[t],a=0,s=o.length;a<s;a++,i++)n[i]=o[a];return n}function j(e,t,r){if(r||2===arguments.length)for(var n,i=0,o=t.length;i<o;i++)!n&&i in t||(n||(n=Array.prototype.slice.call(t,0,i)),n[i]=t[i]);return e.concat(n||Array.prototype.slice.call(t))}function G(e){return this instanceof G?(this.v=e,this):new G(e)}function F(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,i=r.apply(e,t||[]),o=[];return n=Object.create((\"function\"==typeof AsyncIterator?AsyncIterator:Object).prototype),a(\"next\"),a(\"throw\"),a(\"return\",function(e){return function(t){return Promise.resolve(t).then(e,l)}}),n[Symbol.asyncIterator]=function(){return this},n;function a(e,t){i[e]&&(n[e]=function(t){return new Promise(function(r,n){o.push([e,t,r,n])>1||s(e,t)})},t&&(n[e]=t(n[e])))}function s(e,t){try{(r=i[e](t)).value instanceof G?Promise.resolve(r.value.v).then(c,l):u(o[0][2],r)}catch(e){u(o[0][3],e)}var r}function c(e){s(\"next\",e)}function l(e){s(\"throw\",e)}function u(e,t){e(t),o.shift(),o.length&&s(o[0][0],o[0][1])}}function k(e){var t,r;return t={},n(\"next\"),n(\"throw\",function(e){throw e}),n(\"return\"),t[Symbol.iterator]=function(){return this},t;function n(n,i){t[n]=e[n]?function(t){return(r=!r)?{value:G(e[n](t)),done:!1}:i?i(t):t}:i}}function x(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=R(e),t={},n(\"next\"),n(\"throw\"),n(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function n(r){t[r]=e[r]&&function(t){return new Promise(function(n,i){(function(e,t,r,n){Promise.resolve(n).then(function(t){e({value:t,done:r})},t)})(n,i,(t=e[r](t)).done,t.value)})}}}function $(e,t){return Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t,e}var V=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:!0,value:t})}:function(e,t){e.default=t},X=function(e){return X=Object.getOwnPropertyNames||function(e){var t=[];for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[t.length]=r);return t},X(e)};function K(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r=X(e),n=0;n<r.length;n++)\"default\"!==r[n]&&N(t,e,r[n]);return V(t,e),t}function Y(e){return e&&e.__esModule?e:{default:e}}function W(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"==typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function Z(e,t,r,n,i){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!i)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"==typeof t?e!==t||!i:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?i.call(e,r):i?i.value=r:t.set(e,r),r}function J(e,t){if(null===t||\"object\"!=typeof t&&\"function\"!=typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"==typeof e?t===e:e.has(t)}function z(e,t,r){if(null!=t){if(\"object\"!=typeof t&&\"function\"!=typeof t)throw new TypeError(\"Object expected.\");var n,i;if(r){if(!Symbol.asyncDispose)throw new TypeError(\"Symbol.asyncDispose is not defined.\");n=t[Symbol.asyncDispose]}if(void 0===n){if(!Symbol.dispose)throw new TypeError(\"Symbol.dispose is not defined.\");n=t[Symbol.dispose],r&&(i=n)}if(\"function\"!=typeof n)throw new TypeError(\"Object not disposable.\");i&&(n=function(){try{i.call(this)}catch(e){return Promise.reject(e)}}),e.stack.push({value:t,dispose:n,async:r})}else r&&e.stack.push({async:!0});return t}var Q=\"function\"==typeof SuppressedError?SuppressedError:function(e,t,r){var n=new Error(r);return n.name=\"SuppressedError\",n.error=e,n.suppressed=t,n};function q(e){function t(t){e.error=e.hasError?new Q(t,e.error,\"An error was suppressed during disposal.\"):t,e.hasError=!0}var r,n=0;return function i(){for(;r=e.stack.pop();)try{if(!r.async&&1===n)return n=0,e.stack.push(r),Promise.resolve().then(i);if(r.dispose){var o=r.dispose.call(r.value);if(r.async)return n|=2,Promise.resolve(o).then(i,function(e){return t(e),i()})}else n|=1}catch(e){t(e)}if(1===n)return e.hasError?Promise.reject(e.error):Promise.resolve();if(e.hasError)throw e.error}()}function ee(e,t){return\"string\"==typeof e&&/^\\.\\.?\\//.test(e)?e.replace(/\\.(tsx)$|((?:\\.d)?)((?:\\.[^./]+?)?)\\.([cm]?)ts$/i,function(e,r,n,i,o){return r?t?\".jsx\":\".js\":!n||i&&o?n+i+\".\"+o.toLowerCase()+\"js\":e}):e}var te,re,ne,ie={__extends:_,__assign:v,__rest:T,__decorate:H,__param:A,__esDecorate:B,__runInitializers:w,__propKey:P,__setFunctionName:O,__metadata:S,__awaiter:L,__generator:C,__createBinding:N,__exportStar:I,__values:R,__read:M,__spread:D,__spreadArrays:U,__spreadArray:j,__await:G,__asyncGenerator:F,__asyncDelegator:k,__asyncValues:x,__makeTemplateObject:$,__importStar:K,__importDefault:Y,__classPrivateFieldGet:W,__classPrivateFieldSet:Z,__classPrivateFieldIn:J,__addDisposableResource:z,__disposeResources:q,__rewriteRelativeImportExtension:ee},oe=Object.freeze({__proto__:null,__addDisposableResource:z,get __assign(){return v},__asyncDelegator:k,__asyncGenerator:F,__asyncValues:x,__await:G,__awaiter:L,__classPrivateFieldGet:W,__classPrivateFieldIn:J,__classPrivateFieldSet:Z,__createBinding:N,__decorate:H,__disposeResources:q,__esDecorate:B,__exportStar:I,__extends:_,__generator:C,__importDefault:Y,__importStar:K,__makeTemplateObject:$,__metadata:S,__param:A,__propKey:P,__read:M,__rest:T,__rewriteRelativeImportExtension:ee,__runInitializers:w,__setFunctionName:O,__spread:D,__spreadArray:j,__spreadArrays:U,__values:R,default:ie});!function(e){e[e.EXPECT_ARGUMENT_CLOSING_BRACE=1]=\"EXPECT_ARGUMENT_CLOSING_BRACE\",e[e.EMPTY_ARGUMENT=2]=\"EMPTY_ARGUMENT\",e[e.MALFORMED_ARGUMENT=3]=\"MALFORMED_ARGUMENT\",e[e.EXPECT_ARGUMENT_TYPE=4]=\"EXPECT_ARGUMENT_TYPE\",e[e.INVALID_ARGUMENT_TYPE=5]=\"INVALID_ARGUMENT_TYPE\",e[e.EXPECT_ARGUMENT_STYLE=6]=\"EXPECT_ARGUMENT_STYLE\",e[e.INVALID_NUMBER_SKELETON=7]=\"INVALID_NUMBER_SKELETON\",e[e.INVALID_DATE_TIME_SKELETON=8]=\"INVALID_DATE_TIME_SKELETON\",e[e.EXPECT_NUMBER_SKELETON=9]=\"EXPECT_NUMBER_SKELETON\",e[e.EXPECT_DATE_TIME_SKELETON=10]=\"EXPECT_DATE_TIME_SKELETON\",e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]=\"UNCLOSED_QUOTE_IN_ARGUMENT_STYLE\",e[e.EXPECT_SELECT_ARGUMENT_OPTIONS=12]=\"EXPECT_SELECT_ARGUMENT_OPTIONS\",e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]=\"EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE\",e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]=\"INVALID_PLURAL_ARGUMENT_OFFSET_VALUE\",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR=15]=\"EXPECT_SELECT_ARGUMENT_SELECTOR\",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]=\"EXPECT_PLURAL_ARGUMENT_SELECTOR\",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]=\"EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT\",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]=\"EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT\",e[e.INVALID_PLURAL_ARGUMENT_SELECTOR=19]=\"INVALID_PLURAL_ARGUMENT_SELECTOR\",e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]=\"DUPLICATE_PLURAL_ARGUMENT_SELECTOR\",e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]=\"DUPLICATE_SELECT_ARGUMENT_SELECTOR\",e[e.MISSING_OTHER_CLAUSE=22]=\"MISSING_OTHER_CLAUSE\",e[e.INVALID_TAG=23]=\"INVALID_TAG\",e[e.INVALID_TAG_NAME=25]=\"INVALID_TAG_NAME\",e[e.UNMATCHED_CLOSING_TAG=26]=\"UNMATCHED_CLOSING_TAG\",e[e.UNCLOSED_TAG=27]=\"UNCLOSED_TAG\"}(te||(te={})),function(e){e[e.literal=0]=\"literal\",e[e.argument=1]=\"argument\",e[e.number=2]=\"number\",e[e.date=3]=\"date\",e[e.time=4]=\"time\",e[e.select=5]=\"select\",e[e.plural=6]=\"plural\",e[e.pound=7]=\"pound\",e[e.tag=8]=\"tag\"}(re||(re={})),function(e){e[e.number=0]=\"number\",e[e.dateTime=1]=\"dateTime\"}(ne||(ne={}));var ae=/[ \\xA0\\u1680\\u2000-\\u200A\\u202F\\u205F\\u3000]/,se=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;function ce(e){var t={};return e.replace(se,function(e){var r=e.length;switch(e[0]){case\"G\":t.era=4===r?\"long\":5===r?\"narrow\":\"short\";break;case\"y\":t.year=2===r?\"2-digit\":\"numeric\";break;case\"Y\":case\"u\":case\"U\":case\"r\":throw new RangeError(\"`Y/u/U/r` (year) patterns are not supported, use `y` instead\");case\"q\":case\"Q\":throw new RangeError(\"`q/Q` (quarter) patterns are not supported\");case\"M\":case\"L\":t.month=[\"numeric\",\"2-digit\",\"short\",\"long\",\"narrow\"][r-1];break;case\"w\":case\"W\":throw new RangeError(\"`w/W` (week) patterns are not supported\");case\"d\":t.day=[\"numeric\",\"2-digit\"][r-1];break;case\"D\":case\"F\":case\"g\":throw new RangeError(\"`D/F/g` (day) patterns are not supported, use `d` instead\");case\"E\":t.weekday=4===r?\"long\":5===r?\"narrow\":\"short\";break;case\"e\":if(r<4)throw new RangeError(\"`e..eee` (weekday) patterns are not supported\");t.weekday=[\"short\",\"long\",\"narrow\",\"short\"][r-4];break;case\"c\":if(r<4)throw new RangeError(\"`c..ccc` (weekday) patterns are not supported\");t.weekday=[\"short\",\"long\",\"narrow\",\"short\"][r-4];break;case\"a\":t.hour12=!0;break;case\"b\":case\"B\":throw new RangeError(\"`b/B` (period) patterns are not supported, use `a` instead\");case\"h\":t.hourCycle=\"h12\",t.hour=[\"numeric\",\"2-digit\"][r-1];break;case\"H\":t.hourCycle=\"h23\",t.hour=[\"numeric\",\"2-digit\"][r-1];break;case\"K\":t.hourCycle=\"h11\",t.hour=[\"numeric\",\"2-digit\"][r-1];break;case\"k\":t.hourCycle=\"h24\",t.hour=[\"numeric\",\"2-digit\"][r-1];break;case\"j\":case\"J\":case\"C\":throw new RangeError(\"`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead\");case\"m\":t.minute=[\"numeric\",\"2-digit\"][r-1];break;case\"s\":t.second=[\"numeric\",\"2-digit\"][r-1];break;case\"S\":case\"A\":throw new RangeError(\"`S/A` (second) patterns are not supported, use `s` instead\");case\"z\":t.timeZoneName=r<4?\"short\":\"long\";break;case\"Z\":case\"O\":case\"v\":case\"V\":case\"X\":case\"x\":throw new RangeError(\"`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead\")}return\"\"}),t}var le=/[\\t-\\r \\x85\\u200E\\u200F\\u2028\\u2029]/i;function ue(e){return e.replace(/^(.*?)-/,\"\")}var he=/^\\.(?:(0+)(\\*)?|(#+)|(0+)(#+))$/g,fe=/^(@+)?(\\+|#+)?[rs]?$/g,pe=/(\\*)(0+)|(#+)(0+)|(0+)/g,de=/^(0+)$/;function be(e){var t={};return\"r\"===e[e.length-1]?t.roundingPriority=\"morePrecision\":\"s\"===e[e.length-1]&&(t.roundingPriority=\"lessPrecision\"),e.replace(fe,function(e,r,n){return\"string\"!=typeof n?(t.minimumSignificantDigits=r.length,t.maximumSignificantDigits=r.length):\"+\"===n?t.minimumSignificantDigits=r.length:\"#\"===r[0]?t.maximumSignificantDigits=r.length:(t.minimumSignificantDigits=r.length,t.maximumSignificantDigits=r.length+(\"string\"==typeof n?n.length:0)),\"\"}),t}function ye(e){switch(e){case\"sign-auto\":return{signDisplay:\"auto\"};case\"sign-accounting\":case\"()\":return{currencySign:\"accounting\"};case\"sign-always\":case\"+!\":return{signDisplay:\"always\"};case\"sign-accounting-always\":case\"()!\":return{signDisplay:\"always\",currencySign:\"accounting\"};case\"sign-except-zero\":case\"+?\":return{signDisplay:\"exceptZero\"};case\"sign-accounting-except-zero\":case\"()?\":return{signDisplay:\"exceptZero\",currencySign:\"accounting\"};case\"sign-never\":case\"+_\":return{signDisplay:\"never\"}}}function me(e){var t;if(\"E\"===e[0]&&\"E\"===e[1]?(t={notation:\"engineering\"},e=e.slice(2)):\"E\"===e[0]&&(t={notation:\"scientific\"},e=e.slice(1)),t){var r=e.slice(0,2);if(\"+!\"===r?(t.signDisplay=\"always\",e=e.slice(2)):\"+?\"===r&&(t.signDisplay=\"exceptZero\",e=e.slice(2)),!de.test(e))throw new Error(\"Malformed concise eng/scientific notation\");t.minimumIntegerDigits=e.length}return t}function ge(e){var t=ye(e);return t||{}}function Ee(e){for(var t={},r=0,n=e;r<n.length;r++){var i=n[r];switch(i.stem){case\"percent\":case\"%\":t.style=\"percent\";continue;case\"%x100\":t.style=\"percent\",t.scale=100;continue;case\"currency\":t.style=\"currency\",t.currency=i.options[0];continue;case\"group-off\":case\",_\":t.useGrouping=!1;continue;case\"precision-integer\":case\".\":t.maximumFractionDigits=0;continue;case\"measure-unit\":case\"unit\":t.style=\"unit\",t.unit=ue(i.options[0]);continue;case\"compact-short\":case\"K\":t.notation=\"compact\",t.compactDisplay=\"short\";continue;case\"compact-long\":case\"KK\":t.notation=\"compact\",t.compactDisplay=\"long\";continue;case\"scientific\":t=v(v(v({},t),{notation:\"scientific\"}),i.options.reduce(function(e,t){return v(v({},e),ge(t))},{}));continue;case\"engineering\":t=v(v(v({},t),{notation:\"engineering\"}),i.options.reduce(function(e,t){return v(v({},e),ge(t))},{}));continue;case\"notation-simple\":t.notation=\"standard\";continue;case\"unit-width-narrow\":t.currencyDisplay=\"narrowSymbol\",t.unitDisplay=\"narrow\";continue;case\"unit-width-short\":t.currencyDisplay=\"code\",t.unitDisplay=\"short\";continue;case\"unit-width-full-name\":t.currencyDisplay=\"name\",t.unitDisplay=\"long\";continue;case\"unit-width-iso-code\":t.currencyDisplay=\"symbol\";continue;case\"scale\":t.scale=parseFloat(i.options[0]);continue;case\"rounding-mode-floor\":t.roundingMode=\"floor\";continue;case\"rounding-mode-ceiling\":t.roundingMode=\"ceil\";continue;case\"rounding-mode-down\":t.roundingMode=\"trunc\";continue;case\"rounding-mode-up\":t.roundingMode=\"expand\";continue;case\"rounding-mode-half-even\":t.roundingMode=\"halfEven\";continue;case\"rounding-mode-half-down\":t.roundingMode=\"halfTrunc\";continue;case\"rounding-mode-half-up\":t.roundingMode=\"halfExpand\";continue;case\"integer-width\":if(i.options.length>1)throw new RangeError(\"integer-width stems only accept a single optional option\");i.options[0].replace(pe,function(e,r,n,i,o,a){if(r)t.minimumIntegerDigits=n.length;else{if(i&&o)throw new Error(\"We currently do not support maximum integer digits\");if(a)throw new Error(\"We currently do not support exact integer digits\")}return\"\"});continue}if(de.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if(he.test(i.stem)){if(i.options.length>1)throw new RangeError(\"Fraction-precision stems only accept a single optional option\");i.stem.replace(he,function(e,r,n,i,o,a){return\"*\"===n?t.minimumFractionDigits=r.length:i&&\"#\"===i[0]?t.maximumFractionDigits=i.length:o&&a?(t.minimumFractionDigits=o.length,t.maximumFractionDigits=o.length+a.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),\"\"});var o=i.options[0];\"w\"===o?t=v(v({},t),{trailingZeroDisplay:\"stripIfInteger\"}):o&&(t=v(v({},t),be(o)))}else if(fe.test(i.stem))t=v(v({},t),be(i.stem));else{var a=ye(i.stem);a&&(t=v(v({},t),a));var s=me(i.stem);s&&(t=v(v({},t),s))}}return t}var _e,ve={\"001\":[\"H\",\"h\"],419:[\"h\",\"H\",\"hB\",\"hb\"],AC:[\"H\",\"h\",\"hb\",\"hB\"],AD:[\"H\",\"hB\"],AE:[\"h\",\"hB\",\"hb\",\"H\"],AF:[\"H\",\"hb\",\"hB\",\"h\"],AG:[\"h\",\"hb\",\"H\",\"hB\"],AI:[\"H\",\"h\",\"hb\",\"hB\"],AL:[\"h\",\"H\",\"hB\"],AM:[\"H\",\"hB\"],AO:[\"H\",\"hB\"],AR:[\"h\",\"H\",\"hB\",\"hb\"],AS:[\"h\",\"H\"],AT:[\"H\",\"hB\"],AU:[\"h\",\"hb\",\"H\",\"hB\"],AW:[\"H\",\"hB\"],AX:[\"H\"],AZ:[\"H\",\"hB\",\"h\"],BA:[\"H\",\"hB\",\"h\"],BB:[\"h\",\"hb\",\"H\",\"hB\"],BD:[\"h\",\"hB\",\"H\"],BE:[\"H\",\"hB\"],BF:[\"H\",\"hB\"],BG:[\"H\",\"hB\",\"h\"],BH:[\"h\",\"hB\",\"hb\",\"H\"],BI:[\"H\",\"h\"],BJ:[\"H\",\"hB\"],BL:[\"H\",\"hB\"],BM:[\"h\",\"hb\",\"H\",\"hB\"],BN:[\"hb\",\"hB\",\"h\",\"H\"],BO:[\"h\",\"H\",\"hB\",\"hb\"],BQ:[\"H\"],BR:[\"H\",\"hB\"],BS:[\"h\",\"hb\",\"H\",\"hB\"],BT:[\"h\",\"H\"],BW:[\"H\",\"h\",\"hb\",\"hB\"],BY:[\"H\",\"h\"],BZ:[\"H\",\"h\",\"hb\",\"hB\"],CA:[\"h\",\"hb\",\"H\",\"hB\"],CC:[\"H\",\"h\",\"hb\",\"hB\"],CD:[\"hB\",\"H\"],CF:[\"H\",\"h\",\"hB\"],CG:[\"H\",\"hB\"],CH:[\"H\",\"hB\",\"h\"],CI:[\"H\",\"hB\"],CK:[\"H\",\"h\",\"hb\",\"hB\"],CL:[\"h\",\"H\",\"hB\",\"hb\"],CM:[\"H\",\"h\",\"hB\"],CN:[\"H\",\"hB\",\"hb\",\"h\"],CO:[\"h\",\"H\",\"hB\",\"hb\"],CP:[\"H\"],CR:[\"h\",\"H\",\"hB\",\"hb\"],CU:[\"h\",\"H\",\"hB\",\"hb\"],CV:[\"H\",\"hB\"],CW:[\"H\",\"hB\"],CX:[\"H\",\"h\",\"hb\",\"hB\"],CY:[\"h\",\"H\",\"hb\",\"hB\"],CZ:[\"H\"],DE:[\"H\",\"hB\"],DG:[\"H\",\"h\",\"hb\",\"hB\"],DJ:[\"h\",\"H\"],DK:[\"H\"],DM:[\"h\",\"hb\",\"H\",\"hB\"],DO:[\"h\",\"H\",\"hB\",\"hb\"],DZ:[\"h\",\"hB\",\"hb\",\"H\"],EA:[\"H\",\"h\",\"hB\",\"hb\"],EC:[\"h\",\"H\",\"hB\",\"hb\"],EE:[\"H\",\"hB\"],EG:[\"h\",\"hB\",\"hb\",\"H\"],EH:[\"h\",\"hB\",\"hb\",\"H\"],ER:[\"h\",\"H\"],ES:[\"H\",\"hB\",\"h\",\"hb\"],ET:[\"hB\",\"hb\",\"h\",\"H\"],FI:[\"H\"],FJ:[\"h\",\"hb\",\"H\",\"hB\"],FK:[\"H\",\"h\",\"hb\",\"hB\"],FM:[\"h\",\"hb\",\"H\",\"hB\"],FO:[\"H\",\"h\"],FR:[\"H\",\"hB\"],GA:[\"H\",\"hB\"],GB:[\"H\",\"h\",\"hb\",\"hB\"],GD:[\"h\",\"hb\",\"H\",\"hB\"],GE:[\"H\",\"hB\",\"h\"],GF:[\"H\",\"hB\"],GG:[\"H\",\"h\",\"hb\",\"hB\"],GH:[\"h\",\"H\"],GI:[\"H\",\"h\",\"hb\",\"hB\"],GL:[\"H\",\"h\"],GM:[\"h\",\"hb\",\"H\",\"hB\"],GN:[\"H\",\"hB\"],GP:[\"H\",\"hB\"],GQ:[\"H\",\"hB\",\"h\",\"hb\"],GR:[\"h\",\"H\",\"hb\",\"hB\"],GT:[\"h\",\"H\",\"hB\",\"hb\"],GU:[\"h\",\"hb\",\"H\",\"hB\"],GW:[\"H\",\"hB\"],GY:[\"h\",\"hb\",\"H\",\"hB\"],HK:[\"h\",\"hB\",\"hb\",\"H\"],HN:[\"h\",\"H\",\"hB\",\"hb\"],HR:[\"H\",\"hB\"],HU:[\"H\",\"h\"],IC:[\"H\",\"h\",\"hB\",\"hb\"],ID:[\"H\"],IE:[\"H\",\"h\",\"hb\",\"hB\"],IL:[\"H\",\"hB\"],IM:[\"H\",\"h\",\"hb\",\"hB\"],IN:[\"h\",\"H\"],IO:[\"H\",\"h\",\"hb\",\"hB\"],IQ:[\"h\",\"hB\",\"hb\",\"H\"],IR:[\"hB\",\"H\"],IS:[\"H\"],IT:[\"H\",\"hB\"],JE:[\"H\",\"h\",\"hb\",\"hB\"],JM:[\"h\",\"hb\",\"H\",\"hB\"],JO:[\"h\",\"hB\",\"hb\",\"H\"],JP:[\"H\",\"K\",\"h\"],KE:[\"hB\",\"hb\",\"H\",\"h\"],KG:[\"H\",\"h\",\"hB\",\"hb\"],KH:[\"hB\",\"h\",\"H\",\"hb\"],KI:[\"h\",\"hb\",\"H\",\"hB\"],KM:[\"H\",\"h\",\"hB\",\"hb\"],KN:[\"h\",\"hb\",\"H\",\"hB\"],KP:[\"h\",\"H\",\"hB\",\"hb\"],KR:[\"h\",\"H\",\"hB\",\"hb\"],KW:[\"h\",\"hB\",\"hb\",\"H\"],KY:[\"h\",\"hb\",\"H\",\"hB\"],KZ:[\"H\",\"hB\"],LA:[\"H\",\"hb\",\"hB\",\"h\"],LB:[\"h\",\"hB\",\"hb\",\"H\"],LC:[\"h\",\"hb\",\"H\",\"hB\"],LI:[\"H\",\"hB\",\"h\"],LK:[\"H\",\"h\",\"hB\",\"hb\"],LR:[\"h\",\"hb\",\"H\",\"hB\"],LS:[\"h\",\"H\"],LT:[\"H\",\"h\",\"hb\",\"hB\"],LU:[\"H\",\"h\",\"hB\"],LV:[\"H\",\"hB\",\"hb\",\"h\"],LY:[\"h\",\"hB\",\"hb\",\"H\"],MA:[\"H\",\"h\",\"hB\",\"hb\"],MC:[\"H\",\"hB\"],MD:[\"H\",\"hB\"],ME:[\"H\",\"hB\",\"h\"],MF:[\"H\",\"hB\"],MG:[\"H\",\"h\"],MH:[\"h\",\"hb\",\"H\",\"hB\"],MK:[\"H\",\"h\",\"hb\",\"hB\"],ML:[\"H\"],MM:[\"hB\",\"hb\",\"H\",\"h\"],MN:[\"H\",\"h\",\"hb\",\"hB\"],MO:[\"h\",\"hB\",\"hb\",\"H\"],MP:[\"h\",\"hb\",\"H\",\"hB\"],MQ:[\"H\",\"hB\"],MR:[\"h\",\"hB\",\"hb\",\"H\"],MS:[\"H\",\"h\",\"hb\",\"hB\"],MT:[\"H\",\"h\"],MU:[\"H\",\"h\"],MV:[\"H\",\"h\"],MW:[\"h\",\"hb\",\"H\",\"hB\"],MX:[\"h\",\"H\",\"hB\",\"hb\"],MY:[\"hb\",\"hB\",\"h\",\"H\"],MZ:[\"H\",\"hB\"],NA:[\"h\",\"H\",\"hB\",\"hb\"],NC:[\"H\",\"hB\"],NE:[\"H\"],NF:[\"H\",\"h\",\"hb\",\"hB\"],NG:[\"H\",\"h\",\"hb\",\"hB\"],NI:[\"h\",\"H\",\"hB\",\"hb\"],NL:[\"H\",\"hB\"],NO:[\"H\",\"h\"],NP:[\"H\",\"h\",\"hB\"],NR:[\"H\",\"h\",\"hb\",\"hB\"],NU:[\"H\",\"h\",\"hb\",\"hB\"],NZ:[\"h\",\"hb\",\"H\",\"hB\"],OM:[\"h\",\"hB\",\"hb\",\"H\"],PA:[\"h\",\"H\",\"hB\",\"hb\"],PE:[\"h\",\"H\",\"hB\",\"hb\"],PF:[\"H\",\"h\",\"hB\"],PG:[\"h\",\"H\"],PH:[\"h\",\"hB\",\"hb\",\"H\"],PK:[\"h\",\"hB\",\"H\"],PL:[\"H\",\"h\"],PM:[\"H\",\"hB\"],PN:[\"H\",\"h\",\"hb\",\"hB\"],PR:[\"h\",\"H\",\"hB\",\"hb\"],PS:[\"h\",\"hB\",\"hb\",\"H\"],PT:[\"H\",\"hB\"],PW:[\"h\",\"H\"],PY:[\"h\",\"H\",\"hB\",\"hb\"],QA:[\"h\",\"hB\",\"hb\",\"H\"],RE:[\"H\",\"hB\"],RO:[\"H\",\"hB\"],RS:[\"H\",\"hB\",\"h\"],RU:[\"H\"],RW:[\"H\",\"h\"],SA:[\"h\",\"hB\",\"hb\",\"H\"],SB:[\"h\",\"hb\",\"H\",\"hB\"],SC:[\"H\",\"h\",\"hB\"],SD:[\"h\",\"hB\",\"hb\",\"H\"],SE:[\"H\"],SG:[\"h\",\"hb\",\"H\",\"hB\"],SH:[\"H\",\"h\",\"hb\",\"hB\"],SI:[\"H\",\"hB\"],SJ:[\"H\"],SK:[\"H\"],SL:[\"h\",\"hb\",\"H\",\"hB\"],SM:[\"H\",\"h\",\"hB\"],SN:[\"H\",\"h\",\"hB\"],SO:[\"h\",\"H\"],SR:[\"H\",\"hB\"],SS:[\"h\",\"hb\",\"H\",\"hB\"],ST:[\"H\",\"hB\"],SV:[\"h\",\"H\",\"hB\",\"hb\"],SX:[\"H\",\"h\",\"hb\",\"hB\"],SY:[\"h\",\"hB\",\"hb\",\"H\"],SZ:[\"h\",\"hb\",\"H\",\"hB\"],TA:[\"H\",\"h\",\"hb\",\"hB\"],TC:[\"h\",\"hb\",\"H\",\"hB\"],TD:[\"h\",\"H\",\"hB\"],TF:[\"H\",\"h\",\"hB\"],TG:[\"H\",\"hB\"],TH:[\"H\",\"h\"],TJ:[\"H\",\"h\"],TL:[\"H\",\"hB\",\"hb\",\"h\"],TM:[\"H\",\"h\"],TN:[\"h\",\"hB\",\"hb\",\"H\"],TO:[\"h\",\"H\"],TR:[\"H\",\"hB\"],TT:[\"h\",\"hb\",\"H\",\"hB\"],TW:[\"hB\",\"hb\",\"h\",\"H\"],TZ:[\"hB\",\"hb\",\"H\",\"h\"],UA:[\"H\",\"hB\",\"h\"],UG:[\"hB\",\"hb\",\"H\",\"h\"],UM:[\"h\",\"hb\",\"H\",\"hB\"],US:[\"h\",\"hb\",\"H\",\"hB\"],UY:[\"h\",\"H\",\"hB\",\"hb\"],UZ:[\"H\",\"hB\",\"h\"],VA:[\"H\",\"h\",\"hB\"],VC:[\"h\",\"hb\",\"H\",\"hB\"],VE:[\"h\",\"H\",\"hB\",\"hb\"],VG:[\"h\",\"hb\",\"H\",\"hB\"],VI:[\"h\",\"hb\",\"H\",\"hB\"],VN:[\"H\",\"h\"],VU:[\"h\",\"H\"],WF:[\"H\",\"hB\"],WS:[\"h\",\"H\"],XK:[\"H\",\"hB\",\"h\"],YE:[\"h\",\"hB\",\"hb\",\"H\"],YT:[\"H\",\"hB\"],ZA:[\"H\",\"h\",\"hb\",\"hB\"],ZM:[\"h\",\"hb\",\"H\",\"hB\"],ZW:[\"H\",\"h\"],\"af-ZA\":[\"H\",\"h\",\"hB\",\"hb\"],\"ar-001\":[\"h\",\"hB\",\"hb\",\"H\"],\"ca-ES\":[\"H\",\"h\",\"hB\"],\"en-001\":[\"h\",\"hb\",\"H\",\"hB\"],\"en-HK\":[\"h\",\"hb\",\"H\",\"hB\"],\"en-IL\":[\"H\",\"h\",\"hb\",\"hB\"],\"en-MY\":[\"h\",\"hb\",\"H\",\"hB\"],\"es-BR\":[\"H\",\"h\",\"hB\",\"hb\"],\"es-ES\":[\"H\",\"h\",\"hB\",\"hb\"],\"es-GQ\":[\"H\",\"h\",\"hB\",\"hb\"],\"fr-CA\":[\"H\",\"h\",\"hB\"],\"gl-ES\":[\"H\",\"h\",\"hB\"],\"gu-IN\":[\"hB\",\"hb\",\"h\",\"H\"],\"hi-IN\":[\"hB\",\"h\",\"H\"],\"it-CH\":[\"H\",\"h\",\"hB\"],\"it-IT\":[\"H\",\"h\",\"hB\"],\"kn-IN\":[\"hB\",\"h\",\"H\"],\"ml-IN\":[\"hB\",\"h\",\"H\"],\"mr-IN\":[\"hB\",\"hb\",\"h\",\"H\"],\"pa-IN\":[\"hB\",\"hb\",\"h\",\"H\"],\"ta-IN\":[\"hB\",\"h\",\"hb\",\"H\"],\"te-IN\":[\"hB\",\"h\",\"H\"],\"zu-ZA\":[\"H\",\"hB\",\"hb\",\"h\"]};function Te(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case\"h24\":return\"k\";case\"h23\":return\"H\";case\"h12\":return\"h\";case\"h11\":return\"K\";default:throw new Error(\"Invalid hourCycle\")}var r,n=e.language;return\"root\"!==n&&(r=e.maximize().region),(ve[r||\"\"]||ve[n||\"\"]||ve[\"\".concat(n,\"-001\")]||ve[\"001\"])[0]}var He=new RegExp(\"^\".concat(ae.source,\"*\")),Ae=new RegExp(\"\".concat(ae.source,\"*$\"));function Be(e,t){return{start:e,end:t}}var we=!!String.prototype.startsWith&&\"_a\".startsWith(\"a\",1),Pe=!!String.fromCodePoint,Oe=!!Object.fromEntries,Se=!!String.prototype.codePointAt,Le=!!String.prototype.trimStart,Ce=!!String.prototype.trimEnd,Ne=!!Number.isSafeInteger?Number.isSafeInteger:function(e){return\"number\"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},Ie=!0;try{Ie=\"a\"===(null===(_e=ke(\"([^\\\\p{White_Space}\\\\p{Pattern_Syntax}]*)\",\"yu\").exec(\"a\"))||void 0===_e?void 0:_e[0])}catch(e){Ie=!1}var Re,Me=we?function(e,t,r){return e.startsWith(t,r)}:function(e,t,r){return e.slice(r,r+t.length)===t},De=Pe?String.fromCodePoint:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var r,n=\"\",i=e.length,o=0;i>o;){if((r=e[o++])>1114111)throw RangeError(r+\" is not a valid code point\");n+=r<65536?String.fromCharCode(r):String.fromCharCode(55296+((r-=65536)>>10),r%1024+56320)}return n},Ue=Oe?Object.fromEntries:function(e){for(var t={},r=0,n=e;r<n.length;r++){var i=n[r],o=i[0],a=i[1];t[o]=a}return t},je=Se?function(e,t){return e.codePointAt(t)}:function(e,t){var r=e.length;if(!(t<0||t>=r)){var n,i=e.charCodeAt(t);return i<55296||i>56319||t+1===r||(n=e.charCodeAt(t+1))<56320||n>57343?i:n-56320+(i-55296<<10)+65536}},Ge=Le?function(e){return e.trimStart()}:function(e){return e.replace(He,\"\")},Fe=Ce?function(e){return e.trimEnd()}:function(e){return e.replace(Ae,\"\")};function ke(e,t){return new RegExp(e,t)}if(Ie){var xe=ke(\"([^\\\\p{White_Space}\\\\p{Pattern_Syntax}]*)\",\"yu\");Re=function(e,t){var r;return xe.lastIndex=t,null!==(r=xe.exec(e)[1])&&void 0!==r?r:\"\"}}else Re=function(e,t){for(var r=[];;){var n=je(e,t);if(void 0===n||Ke(n)||Ye(n))break;r.push(n),t+=n>=65536?2:1}return De.apply(void 0,r)};var $e=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error(\"parser can only be used once\");return this.parseMessage(0,\"\",!1)},e.prototype.parseMessage=function(e,t,r){for(var n=[];!this.isEOF();){var i=this.char();if(123===i){if((o=this.parseArgument(e,r)).err)return o;n.push(o.val)}else{if(125===i&&e>0)break;if(35!==i||\"plural\"!==t&&\"selectordinal\"!==t){if(60===i&&!this.ignoreTag&&47===this.peek()){if(r)break;return this.error(te.UNMATCHED_CLOSING_TAG,Be(this.clonePosition(),this.clonePosition()))}if(60===i&&!this.ignoreTag&&Ve(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;n.push(o.val)}else{var o;if((o=this.parseLiteral(e,t)).err)return o;n.push(o.val)}}else{var a=this.clonePosition();this.bump(),n.push({type:re.pound,location:Be(a,this.clonePosition())})}}}return{val:n,err:null}},e.prototype.parseTag=function(e,t){var r=this.clonePosition();this.bump();var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf(\"/>\"))return{val:{type:re.literal,value:\"<\".concat(n,\"/>\"),location:Be(r,this.clonePosition())},err:null};if(this.bumpIf(\">\")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var o=i.val,a=this.clonePosition();if(this.bumpIf(\"</\")){if(this.isEOF()||!Ve(this.char()))return this.error(te.INVALID_TAG,Be(a,this.clonePosition()));var s=this.clonePosition();return n!==this.parseTagName()?this.error(te.UNMATCHED_CLOSING_TAG,Be(s,this.clonePosition())):(this.bumpSpace(),this.bumpIf(\">\")?{val:{type:re.tag,value:n,children:o,location:Be(r,this.clonePosition())},err:null}:this.error(te.INVALID_TAG,Be(a,this.clonePosition())))}return this.error(te.UNCLOSED_TAG,Be(r,this.clonePosition()))}return this.error(te.INVALID_TAG,Be(r,this.clonePosition()))},e.prototype.parseTagName=function(){var e=this.offset();for(this.bump();!this.isEOF()&&Xe(this.char());)this.bump();return this.message.slice(e,this.offset())},e.prototype.parseLiteral=function(e,t){for(var r=this.clonePosition(),n=\"\";;){var i=this.tryParseQuote(t);if(i)n+=i;else{var o=this.tryParseUnquoted(e,t);if(o)n+=o;else{var a=this.tryParseLeftAngleBracket();if(!a)break;n+=a}}}var s=Be(r,this.clonePosition());return{val:{type:re.literal,value:n,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(Ve(e=this.peek()||0)||47===e)?null:(this.bump(),\"<\");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),\"'\";case 123:case 60:case 62:case 125:break;case 35:if(\"plural\"===e||\"selectordinal\"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var r=this.char();if(39===r){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(r);this.bump()}return De.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var r=this.char();return 60===r||123===r||35===r&&(\"plural\"===t||\"selectordinal\"===t)||125===r&&e>0?null:(this.bump(),De(r))},e.prototype.parseArgument=function(e,t){var r=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(te.EXPECT_ARGUMENT_CLOSING_BRACE,Be(r,this.clonePosition()));if(125===this.char())return this.bump(),this.error(te.EMPTY_ARGUMENT,Be(r,this.clonePosition()));var n=this.parseIdentifierIfPossible().value;if(!n)return this.error(te.MALFORMED_ARGUMENT,Be(r,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(te.EXPECT_ARGUMENT_CLOSING_BRACE,Be(r,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:re.argument,value:n,location:Be(r,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(te.EXPECT_ARGUMENT_CLOSING_BRACE,Be(r,this.clonePosition())):this.parseArgumentOptions(e,t,n,r);default:return this.error(te.MALFORMED_ARGUMENT,Be(r,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),r=Re(this.message,t),n=t+r.length;return this.bumpTo(n),{value:r,location:Be(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,r,n){var i,o=this.clonePosition(),a=this.parseIdentifierIfPossible().value,s=this.clonePosition();switch(a){case\"\":return this.error(te.EXPECT_ARGUMENT_TYPE,Be(o,s));case\"number\":case\"date\":case\"time\":this.bumpSpace();var c=null;if(this.bumpIf(\",\")){this.bumpSpace();var l=this.clonePosition();if((m=this.parseSimpleArgStyleIfPossible()).err)return m;if(0===(p=Fe(m.val)).length)return this.error(te.EXPECT_ARGUMENT_STYLE,Be(this.clonePosition(),this.clonePosition()));c={style:p,styleLocation:Be(l,this.clonePosition())}}if((g=this.tryParseArgumentClose(n)).err)return g;var u=Be(n,this.clonePosition());if(c&&Me(null==c?void 0:c.style,\"::\",0)){var h=Ge(c.style.slice(2));if(\"number\"===a)return(m=this.parseNumberSkeletonFromString(h,c.styleLocation)).err?m:{val:{type:re.number,value:r,location:u,style:m.val},err:null};if(0===h.length)return this.error(te.EXPECT_DATE_TIME_SKELETON,u);var f=h;this.locale&&(f=function(e,t){for(var r=\"\",n=0;n<e.length;n++){var i=e.charAt(n);if(\"j\"===i){for(var o=0;n+1<e.length&&e.charAt(n+1)===i;)o++,n++;var a=1+(1&o),s=o<2?1:3+(o>>1),c=Te(t);for(\"H\"!=c&&\"k\"!=c||(s=0);s-- >0;)r+=\"a\";for(;a-- >0;)r=c+r}else r+=\"J\"===i?\"H\":i}return r}(h,this.locale));var p={type:ne.dateTime,pattern:f,location:c.styleLocation,parsedOptions:this.shouldParseSkeletons?ce(f):{}};return{val:{type:\"date\"===a?re.date:re.time,value:r,location:u,style:p},err:null}}return{val:{type:\"number\"===a?re.number:\"date\"===a?re.date:re.time,value:r,location:u,style:null!==(i=null==c?void 0:c.style)&&void 0!==i?i:null},err:null};case\"plural\":case\"selectordinal\":case\"select\":var d=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(\",\"))return this.error(te.EXPECT_SELECT_ARGUMENT_OPTIONS,Be(d,v({},d)));this.bumpSpace();var b=this.parseIdentifierIfPossible(),y=0;if(\"select\"!==a&&\"offset\"===b.value){if(!this.bumpIf(\":\"))return this.error(te.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Be(this.clonePosition(),this.clonePosition()));var m;if(this.bumpSpace(),(m=this.tryParseDecimalInteger(te.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,te.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return m;this.bumpSpace(),b=this.parseIdentifierIfPossible(),y=m.val}var g,E=this.tryParsePluralOrSelectOptions(e,a,t,b);if(E.err)return E;if((g=this.tryParseArgumentClose(n)).err)return g;var _=Be(n,this.clonePosition());return\"select\"===a?{val:{type:re.select,value:r,options:Ue(E.val),location:_},err:null}:{val:{type:re.plural,value:r,options:Ue(E.val),offset:y,pluralType:\"plural\"===a?\"cardinal\":\"ordinal\",location:_},err:null};default:return this.error(te.INVALID_ARGUMENT_TYPE,Be(o,s))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(te.EXPECT_ARGUMENT_CLOSING_BRACE,Be(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();){switch(this.char()){case 39:this.bump();var r=this.clonePosition();if(!this.bumpUntil(\"'\"))return this.error(te.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Be(r,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var r=[];try{r=function(e){if(0===e.length)throw new Error(\"Number skeleton cannot be empty\");for(var t=[],r=0,n=e.split(le).filter(function(e){return e.length>0});r<n.length;r++){var i=n[r].split(\"/\");if(0===i.length)throw new Error(\"Invalid number skeleton\");for(var o=i[0],a=i.slice(1),s=0,c=a;s<c.length;s++)if(0===c[s].length)throw new Error(\"Invalid number skeleton\");t.push({stem:o,options:a})}return t}(e)}catch(e){return this.error(te.INVALID_NUMBER_SKELETON,t)}return{val:{type:ne.number,tokens:r,location:t,parsedOptions:this.shouldParseSkeletons?Ee(r):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(e,t,r,n){for(var i,o=!1,a=[],s=new Set,c=n.value,l=n.location;;){if(0===c.length){var u=this.clonePosition();if(\"select\"===t||!this.bumpIf(\"=\"))break;var h=this.tryParseDecimalInteger(te.EXPECT_PLURAL_ARGUMENT_SELECTOR,te.INVALID_PLURAL_ARGUMENT_SELECTOR);if(h.err)return h;l=Be(u,this.clonePosition()),c=this.message.slice(u.offset,this.offset())}if(s.has(c))return this.error(\"select\"===t?te.DUPLICATE_SELECT_ARGUMENT_SELECTOR:te.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,l);\"other\"===c&&(o=!0),this.bumpSpace();var f=this.clonePosition();if(!this.bumpIf(\"{\"))return this.error(\"select\"===t?te.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:te.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,Be(this.clonePosition(),this.clonePosition()));var p=this.parseMessage(e+1,t,r);if(p.err)return p;var d=this.tryParseArgumentClose(f);if(d.err)return d;a.push([c,{value:p.val,location:Be(f,this.clonePosition())}]),s.add(c),this.bumpSpace(),c=(i=this.parseIdentifierIfPossible()).value,l=i.location}return 0===a.length?this.error(\"select\"===t?te.EXPECT_SELECT_ARGUMENT_SELECTOR:te.EXPECT_PLURAL_ARGUMENT_SELECTOR,Be(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(te.MISSING_OTHER_CLAUSE,Be(this.clonePosition(),this.clonePosition())):{val:a,err:null}},e.prototype.tryParseDecimalInteger=function(e,t){var r=1,n=this.clonePosition();this.bumpIf(\"+\")||this.bumpIf(\"-\")&&(r=-1);for(var i=!1,o=0;!this.isEOF();){var a=this.char();if(!(a>=48&&a<=57))break;i=!0,o=10*o+(a-48),this.bump()}var s=Be(n,this.clonePosition());return i?Ne(o*=r)?{val:o,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error(\"out of bound\");var t=je(this.message,e);if(void 0===t)throw Error(\"Offset \".concat(e,\" is at invalid UTF-16 code unit boundary\"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(Me(this.message,e,this.offset())){for(var t=0;t<e.length;t++)this.bump();return!0}return!1},e.prototype.bumpUntil=function(e){var t=this.offset(),r=this.message.indexOf(e,t);return r>=0?(this.bumpTo(r),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error(\"targetOffset \".concat(e,\" must be greater than or equal to the current offset \").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error(\"targetOffset \".concat(e,\" is at invalid UTF-16 code unit boundary\"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&Ke(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),r=this.message.charCodeAt(t+(e>=65536?2:1));return null!=r?r:null},e}();function Ve(e){return e>=97&&e<=122||e>=65&&e<=90}function Xe(e){return 45===e||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039}function Ke(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function Ye(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function We(e){e.forEach(function(e){if(delete e.location,function(e){return e.type===re.select}(e)||function(e){return e.type===re.plural}(e))for(var t in e.options)delete e.options[t].location,We(e.options[t].value);else(function(e){return e.type===re.number})(e)&&function(e){return!(!e||\"object\"!=typeof e||e.type!==ne.number)}(e.style)?delete e.style.location:!function(e){return e.type===re.date}(e)&&!function(e){return e.type===re.time}(e)||!function(e){return!(!e||\"object\"!=typeof e||e.type!==ne.dateTime)}(e.style)?function(e){return e.type===re.tag}(e)&&We(e.children):delete e.style.location})}function Ze(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 Je,ze={};function Qe(){if(Je)return ze;var e,t;return Je=1,Object.defineProperty(ze,\"__esModule\",{value:!0}),ze.SKELETON_TYPE=ze.TYPE=void 0,ze.isLiteralElement=function(t){return t.type===e.literal},ze.isArgumentElement=function(t){return t.type===e.argument},ze.isNumberElement=function(t){return t.type===e.number},ze.isDateElement=function(t){return t.type===e.date},ze.isTimeElement=function(t){return t.type===e.time},ze.isSelectElement=function(t){return t.type===e.select},ze.isPluralElement=function(t){return t.type===e.plural},ze.isPoundElement=function(t){return t.type===e.pound},ze.isTagElement=function(t){return t.type===e.tag},ze.isNumberSkeleton=function(e){return!(!e||\"object\"!=typeof e||e.type!==t.number)},ze.isDateTimeSkeleton=function(e){return!(!e||\"object\"!=typeof e||e.type!==t.dateTime)},ze.createLiteralElement=function(t){return{type:e.literal,value:t}},ze.createNumberElement=function(t,r){return{type:e.number,value:t,style:r}},function(e){e[e.literal=0]=\"literal\",e[e.argument=1]=\"argument\",e[e.number=2]=\"number\",e[e.date=3]=\"date\",e[e.time=4]=\"time\",e[e.select=5]=\"select\",e[e.plural=6]=\"plural\",e[e.pound=7]=\"pound\",e[e.tag=8]=\"tag\"}(e||(ze.TYPE=e={})),function(e){e[e.number=0]=\"number\",e[e.dateTime=1]=\"dateTime\"}(t||(ze.SKELETON_TYPE=t={})),ze}var qe,et=Qe(),tt={},rt=Ze(oe);var nt=function(){if(qe)return tt;qe=1,Object.defineProperty(tt,\"__esModule\",{value:!0}),tt.printAST=r,tt.doPrintAST=n,tt.printDateTimeSkeleton=a;var e=rt,t=Qe();function r(e){return n(e,!1)}function n(s,c){var l=s.map(function(l,u){return(0,t.isLiteralElement)(l)?function(e,t,r,n){var o=e.value,a=o;r||\"'\"!==a[0]||(a=\"''\".concat(a.slice(1)));n||\"'\"!==a[a.length-1]||(a=\"\".concat(a.slice(0,a.length-1),\"''\"));return a=i(a),t?a.replace(\"#\",\"'#'\"):a}(l,c,0===u,u===s.length-1):(0,t.isArgumentElement)(l)?function(e){var t=e.value;return\"{\".concat(t,\"}\")}(l):(0,t.isDateElement)(l)||(0,t.isTimeElement)(l)||(0,t.isNumberElement)(l)?function(e){return\"{\".concat(e.value,\", \").concat(t.TYPE[e.type]).concat(e.style?\", \".concat((r=e.style,\"string\"==typeof r?i(r):r.type===t.SKELETON_TYPE.dateTime?\"::\".concat(a(r)):\"::\".concat(r.tokens.map(o).join(\" \")))):\"\",\"}\");var r}(l):(0,t.isPluralElement)(l)?function(t){var r=\"cardinal\"===t.pluralType?\"plural\":\"selectordinal\",i=[t.value,r,e.__spreadArray([t.offset?\"offset:\".concat(t.offset):\"\"],Object.keys(t.options).map(function(e){return\"\".concat(e,\"{\").concat(n(t.options[e].value,!0),\"}\")}),!0).filter(Boolean).join(\" \")].join(\",\");return\"{\".concat(i,\"}\")}(l):(0,t.isSelectElement)(l)?function(e){var t=[e.value,\"select\",Object.keys(e.options).map(function(t){return\"\".concat(t,\"{\").concat(n(e.options[t].value,!1),\"}\")}).join(\" \")].join(\",\");return\"{\".concat(t,\"}\")}(l):(0,t.isPoundElement)(l)?\"#\":(0,t.isTagElement)(l)?function(e){return\"<\".concat(e.value,\">\").concat(r(e.children),\"</\").concat(e.value,\">\")}(l):void 0});return l.join(\"\")}function i(e){return e.replace(/([{}](?:[\\s\\S]*[{}])?)/,\"'$1'\")}function o(e){var t=e.stem,r=e.options;return 0===r.length?t:\"\".concat(t).concat(r.map(function(e){return\"/\".concat(e)}).join(\"\"))}function a(e){return e.pattern}return tt}();function it(e,t,r=\"\"){const n=(i=e)instanceof Uint8Array||ArrayBuffer.isView(i)&&\"Uint8Array\"===i.constructor.name&&\"BYTES_PER_ELEMENT\"in i&&1===i.BYTES_PER_ELEMENT;var i;const o=e?.length;if(!n||void 0!==t){const t=(r&&`\"${r}\" `)+\"expected Uint8Array\"+\"\"+\", got \"+(n?`length=${o}`:\"type=\"+typeof e);if(!n)throw new TypeError(t);throw new RangeError(t)}return e}function ot(e,t=!0){if(e.destroyed)throw new Error(\"Hash instance has been destroyed\");if(t&&e.finished)throw new Error(\"Hash#digest() has already been called\")}function at(...e){for(let t=0;t<e.length;t++)e[t].fill(0)}function st(e){return new DataView(e.buffer,e.byteOffset,e.byteLength)}function ct(e,t){return e<<32-t|e>>>t}const lt=(()=>\"function\"==typeof Uint8Array.from([]).toHex&&\"function\"==typeof Uint8Array.fromHex)(),ut=Array.from({length:256},(e,t)=>t.toString(16).padStart(2,\"0\"));function ht(e,t={}){const r=(t,r)=>e(r).update(t).digest(),n=e(void 0);return r.outputLen=n.outputLen,r.blockLen=n.blockLen,r.canXOF=n.canXOF,r.create=t=>e(t),Object.assign(r,t),Object.freeze(r)}const ft=e=>({oid:Uint8Array.from([6,9,96,134,72,1,101,3,4,2,e])});function pt(e,t,r){return e&t^~e&r}function dt(e,t,r){return e&t^e&r^t&r}class bt{blockLen;outputLen;canXOF=!1;padOffset;isLE;buffer;view;finished=!1;length=0;pos=0;destroyed=!1;constructor(e,t,r,n){this.blockLen=e,this.outputLen=t,this.padOffset=r,this.isLE=n,this.buffer=new Uint8Array(e),this.view=st(this.buffer)}update(e){ot(this),it(e);const{view:t,buffer:r,blockLen:n}=this,i=e.length;for(let o=0;o<i;){const a=Math.min(n-this.pos,i-o);if(a===n){const t=st(e);for(;n<=i-o;o+=n)this.process(t,o);continue}r.set(e.subarray(o,o+a),this.pos),this.pos+=a,o+=a,this.pos===n&&(this.process(t,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){ot(this),function(e,t){it(e,void 0,\"digestInto() output\");const r=t.outputLen;if(e.length<r)throw new RangeError('\"digestInto() output\" expected to be of length >='+r)}(e,this),this.finished=!0;const{buffer:t,view:r,blockLen:n,isLE:i}=this;let{pos:o}=this;t[o++]=128,at(this.buffer.subarray(o)),this.padOffset>n-o&&(this.process(r,0),o=0);for(let e=o;e<n;e++)t[e]=0;r.setBigUint64(n-8,BigInt(8*this.length),i),this.process(r,0);const a=st(e),s=this.outputLen;if(s%4)throw new Error(\"_sha2: outputLen must be aligned to 32bit\");const c=s/4,l=this.get();if(c>l.length)throw new Error(\"_sha2: outputLen bigger than state\");for(let e=0;e<c;e++)a.setUint32(4*e,l[e],i)}digest(){const{buffer:e,outputLen:t}=this;this.digestInto(e);const r=e.slice(0,t);return this.destroy(),r}_cloneInto(e){e||=new this.constructor,e.set(...this.get());const{blockLen:t,buffer:r,length:n,finished:i,destroyed:o,pos:a}=this;return e.destroyed=o,e.finished=i,e.length=n,e.pos=a,n%t&&e.buffer.set(r),e}clone(){return this._cloneInto()}}const yt=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),mt=Uint32Array.from([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),gt=new Uint32Array(64);class Et extends bt{constructor(e){super(64,e,8,!1)}get(){const{A:e,B:t,C:r,D:n,E:i,F:o,G:a,H:s}=this;return[e,t,r,n,i,o,a,s]}set(e,t,r,n,i,o,a,s){this.A=0|e,this.B=0|t,this.C=0|r,this.D=0|n,this.E=0|i,this.F=0|o,this.G=0|a,this.H=0|s}process(e,t){for(let r=0;r<16;r++,t+=4)gt[r]=e.getUint32(t,!1);for(let e=16;e<64;e++){const t=gt[e-15],r=gt[e-2],n=ct(t,7)^ct(t,18)^t>>>3,i=ct(r,17)^ct(r,19)^r>>>10;gt[e]=i+gt[e-7]+n+gt[e-16]|0}let{A:r,B:n,C:i,D:o,E:a,F:s,G:c,H:l}=this;for(let e=0;e<64;e++){const t=l+(ct(a,6)^ct(a,11)^ct(a,25))+pt(a,s,c)+mt[e]+gt[e]|0,u=(ct(r,2)^ct(r,13)^ct(r,22))+dt(r,n,i)|0;l=c,c=s,s=a,a=o+t|0,o=i,i=n,n=r,r=t+u|0}r=r+this.A|0,n=n+this.B|0,i=i+this.C|0,o=o+this.D|0,a=a+this.E|0,s=s+this.F|0,c=c+this.G|0,l=l+this.H|0,this.set(r,n,i,o,a,s,c,l)}roundClean(){at(gt)}destroy(){this.destroyed=!0,this.set(0,0,0,0,0,0,0,0),at(this.buffer)}}class _t extends Et{A=0|yt[0];B=0|yt[1];C=0|yt[2];D=0|yt[3];E=0|yt[4];F=0|yt[5];G=0|yt[6];H=0|yt[7];constructor(){super(32)}}const vt=ht(()=>new _t,ft(1)),Tt=\"en\",Ht=\"DEFAULT_TERMINATOR_KEY\",At={ellipsis:{fr:{terminator:\"…\",separator:\" \"},zh:{terminator:\"……\",separator:void 0},ja:{terminator:\"……\",separator:void 0},[Ht]:{terminator:\"…\",separator:void 0}},none:{[Ht]:{terminator:void 0,separator:void 0}}};const Bt={Collator:Intl.Collator,DateTimeFormat:Intl.DateTimeFormat,DisplayNames:Intl.DisplayNames,ListFormat:Intl.ListFormat,Locale:Intl.Locale,NumberFormat:Intl.NumberFormat,PluralRules:Intl.PluralRules,RelativeTimeFormat:Intl.RelativeTimeFormat,Segmenter:Intl.Segmenter,CutoffFormat:class{constructor(e,t={}){try{const t=e?Array.isArray(e)?e.map(e=>String(e)):[String(e)]:[\"en\"],r=Intl.getCanonicalLocales(t);this.locale=r.length?r[0]:\"en\"}catch{this.locale=\"en\"}if(!At[t.style??\"ellipsis\"])throw new Error((e=>`generaltranslation Formatting Error: Invalid cutoff style: ${e}.`)(t.style??\"ellipsis\"));let r,n;if(void 0!==t.maxChars){r=t.style??\"ellipsis\";const e=new Intl.Locale(this.locale).language;n=At[r][e]||At[r].DEFAULT_TERMINATOR_KEY}let i=t.terminator??n?.terminator,o=null!=i?t.separator??n?.separator:void 0;this.additionLength=(i?.length??0)+(o?.length??0),void 0!==t.maxChars&&Math.abs(t.maxChars)<this.additionLength&&(i=void 0,o=void 0),this.options={maxChars:t.maxChars,style:r,terminator:i,separator:o}}format(e){return this.formatToParts(e).join(\"\")}formatToParts(e){const{maxChars:t,terminator:r,separator:n}=this.options,i=void 0===t||Math.abs(t)>=e.length?t:t>=0?Math.max(0,t-this.additionLength):Math.min(0,t+this.additionLength),o=void 0!==i&&i>-1?e.slice(0,i):e.slice(i);return null==t||null==i||0===i||null==r||e.length<=Math.abs(t)?[o]:i>0?null!=n?[o,n,r]:[o,r]:null!=n?[r,n,o]:[r,o]}resolvedOptions(){return this.options}}};const wt=new class{constructor(){this.cache={}}_generateKey(e,t={}){return`${e?Array.isArray(e)?e.map(e=>String(e)).join(\",\"):String(e):\"undefined\"}:${t?JSON.stringify(t,Object.keys(t).sort()):\"{}\"}`}get(e,...t){const[r=\"en\",n={}]=t,i=this._generateKey(r,n);let o=this.cache[e]?.[i];return void 0===o&&(o=new Bt[e](...t),this.cache[e]||(this.cache[e]={}),this.cache[e][i]=o),o}},Pt=[\"singular\",\"plural\",\"dual\",\"zero\",\"one\",\"two\",\"few\",\"many\",\"other\"];function Ot(e){return Pt.includes(e)}const St={variable:\"v\",number:\"n\",datetime:\"d\",currency:\"c\",\"relative-time\":\"rt\"};function Lt(e){return St[e]}function Ct({icuString:e,shouldVisit:t,visitor:r,options:{recurseIntoVisited:n=!0,...i}}){const o=function(e,t){void 0===t&&(t={}),t=v({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new $e(e,t).parse();if(r.err){var n=SyntaxError(te[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||We(r.val),r.val}(e,i);return a(o),o;function a(e){e.map(s)}function s(e){let i=!1;t(e)&&(r(e),i=!0),i&&!n||(e.type===re.select||e.type===re.plural?Object.values(e.options).map(e=>e.value).map(a):e.type===re.tag&&a(e.children))}}const Nt=\"_gt_\",It=new RegExp(`^${Nt}\\\\d+$`),Rt=new RegExp(`^${Nt}$`);function Mt(e){return e.type===et.TYPE.select&&It.test(e.value)&&!!e.options.other&&(0===e.options.other.value.length||e.options.other.value.length>0&&e.options.other.value[0]?.type===et.TYPE.literal)}function Dt(e){return e.type===et.TYPE.select&&Rt.test(e.value)&&!!e.options.other&&(0===e.options.other.value.length||e.options.other.value.length>0&&e.options.other.value[0]?.type===et.TYPE.literal)}function Ut(e){if(!e.includes(\"_gt_\"))return e;const t=[];Ct({icuString:e,shouldVisit:Dt,visitor:function(e){t.push({start:e.location?.start.offset??0,end:e.location?.end.offset??0,value:e.options.other.value.length>0?e.options.other.value[0].value:\"\"})},options:{recurseIntoVisited:!1,captureLocation:!0}});let r=0;const n=[];for(let i=0;i<t.length;i++)n.push(e.slice(r,t[i].start)),n.push(t[i].value),r=t[i].end;return r<e.length&&n.push(e.slice(r)),n.join(\"\")}function jt(e){let t=e.replace(/['\\']/g,\"''\");const r=/[{}<>]/,n=t.search(r);if(-1===n)return t;let i=-1;for(let e=t.length-1;e>=0;e--)if(r.test(t[e])){i=e;break}return t=t.slice(0,n)+\"'\"+t.slice(n,i+1)+\"'\"+t.slice(i+1),t}function Gt(e,t){const r=` other {${jt(String(e??\"\"))}}`;let n=\"\";return t?.$name&&(n=` _gt_var_name {${jt(t.$name)}}`),`{${Nt}, select,${r}${n}}`}function Ft(e){return e}const kt=Ft;function xt(e){if(!e.includes(\"_gt_\"))return e;const t=[];Ct({icuString:e,shouldVisit:Dt,visitor:function(e){t.push({start:e.location?.start.offset??0,end:e.location?.end.offset??0,otherStart:e.options.other.location?.start.offset??0,otherEnd:e.options.other.location?.end.offset??0})},options:{recurseIntoVisited:!1,captureLocation:!0}});const r=[];let n=0;for(let i=0;i<t.length;i++){const{start:o,end:a,otherStart:s,otherEnd:c}=t[i];r.push(e.slice(n,o)),r.push(e.slice(o,o+4+1)),r.push(String(i+1)),r.push(e.slice(o+4+1,s)),r.push(\"{}\"),r.push(e.slice(c,a)),n=a}return r.push(e.slice(n,e.length)),r.join(\"\")}function $t(e,n=0){let i=n;function o(e){const{props:r}=e,n=(e=>{const{type:t,props:r}=e;i+=1;const n={id:i,injectionType:\"manual\"};let o;try{o=\"function\"==typeof t&&t._gtt||\"\"}catch{}if(o){const e=o.split(\"-\");if(\"automatic\"!==e[1]&&\"automatic\"!==e[2]||(n.injectionType=\"automatic\"),\"translate\"===e[0]&&(e[0]=\"fragment\"),\"variable\"===e[0]&&(n.variableType=e?.[1]||\"variable\"),\"plural\"===e[0]){const e=Object.entries(r).reduce((e,[t,r])=>(Ot(t)&&(e[t]=$t(r,i)),e),{});Object.keys(e).length&&(n.branches=e)}if(\"branch\"===e[0]){const{children:e,branch:t,...o}=r,a=Object.fromEntries(Object.entries(o).filter(([e])=>!e.startsWith(\"data-\"))),s=Object.entries(a).reduce((e,[t,r])=>(e[t]=$t(r,i),e),{});Object.keys(s).length&&(n.branches=s)}n.transformation=e[0]}return n})(e),o={...r,\"data-_gt\":n};return r.children&&!n.variableType&&(o.children=s(r.children)),e.type===t.Fragment&&(o[\"data-_gt\"].transformation=\"fragment\"),t.cloneElement(e,o)}function a(e){return r(e)?o(e):e}function s(e){return Array.isArray(e)?t.Children.map(e,a):a(e)}return s(e)}const Vt=\"@generaltranslation/react-core\",Xt=e=>`${Vt} Error: Dictionary subtree not found for id: \"${e}\"`,Kt=`${Vt} Warning: A <_T> component was found injected outside of a <Derive> boundary. This may affect translation resolution for this component.`;function Yt(e){return Jt(e,0)}function Wt(e,t){const{type:r,props:n}=e,o=function(e){const t=\"function\"==typeof e&&\"_gtt\"in e?e._gtt:void 0;if(null==t||\"string\"!=typeof t)return;const r=t.split(\"-\"),n=r[0],i=\"automatic\"===r[1]||\"automatic\"===r[2]?\"automatic\":\"manual\";return{componentType:n,injectionType:i}}(r);if(\"object\"!=typeof n||null===n)return e;if(o){const{componentType:r,injectionType:a}=o;if(\"variable\"===r)return e;if(\"branch\"===r){const r=Object.entries(n).reduce((e,[r,n])=>(\"branch\"===r||r.startsWith(\"data-\")?e[r]=n:e[r]=Zt(n,t),e),{});return i(e,{...r})}if(\"plural\"===r){const r=Object.entries(n).reduce((e,[r,n])=>(Ot(r)||\"children\"===r?e[r]=Zt(n,t):e[r]=n,e),{});return i(e,{...r})}if(\"derive\"===r)return i(e,{...n,...\"children\"in n&&{children:Jt(n.children,t+1)}});if(\"translate\"===r&&\"automatic\"===a&&t>0)return\"children\"in n?Jt(n.children,t):void 0;\"translate\"===r&&\"automatic\"===a&&console.warn(Kt)}return i(e,{...n,...\"children\"in n&&{children:Jt(n.children,t)}})}function Zt(e,t){return r(e)?Wt(e,t):e}function Jt(e,t){return Array.isArray(e)?n.map(e,e=>Zt(e,t)):Zt(e,t)}const zt={variable:\"value\",number:\"n\",datetime:\"date\",currency:\"cost\",\"relative-time\":\"time\"};function Qt(e={},t){if(e.name)return e.name;return`_gt_${zt[t]||\"value\"}_${e[\"data-_gt\"]?.id}`}const qt={pl:\"placeholder\",ti:\"title\",alt:\"alt\",arl:\"aria-label\",arb:\"aria-labelledby\",ard:\"aria-describedby\"},er=e=>{if(!e)return\"\";const{type:t,props:r}=e;if(t&&\"function\"==typeof t){if(\"displayName\"in t&&\"string\"==typeof t.displayName&&t.displayName)return t.displayName;if(\"name\"in t&&\"string\"==typeof t.name&&t.name)return t.name}return t&&\"string\"==typeof t?t:r.href?\"a\":r[\"data-_gt\"]?.id?`C${r[\"data-_gt\"].id}`:\"function\"},tr=e=>{const{props:t}=e,r={t:er(e)};if(t[\"data-_gt\"]){const e=t[\"data-_gt\"],n=e.transformation;if(\"variable\"===n){const r=e.variableType||\"variable\",n=Qt(t,r),i=Lt(r);return{i:e.id,k:n,v:i}}r.i=e.id,r.d=((e,t,r)=>{let n=Object.entries(qt).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]=nr(r)}),n={...n,b:e,t:\"p\"}}if(\"branch\"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=nr(r)}),n={...n,b:e,t:\"b\"}}return Object.keys(n).length?n:void 0})(n,t,e.branches);let i=Object.entries(qt).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]=nr(r)}),i={...i,b:t,t:\"p\"}}if(\"branch\"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=nr(r)}),i={...i,b:t,t:\"b\"}}r.d=Object.keys(i).length?i:void 0}return t.children&&(r.c=nr(t.children)),r},rr=e=>{return r=e,t.isValidElement(r)?tr(e):\"number\"==typeof e?e.toString():e;var r};function nr(e){return Array.isArray(e)?e.map(rr):rr(e)}function ir(e,t,r){let n=\"\",i=null;return\"number\"==typeof e&&!i&&r&&(n=function(e,t=Pt,r=[\"en\"]){const n=wt.get(\"PluralRules\",r).select(e),i=Math.abs(e);if(0===i&&t.includes(\"zero\"))return\"zero\";if(1===i){if(t.includes(\"singular\"))return\"singular\";if(t.includes(\"one\"))return\"one\"}if(\"one\"===n&&t.includes(\"singular\"))return\"singular\";if(2===i){if(t.includes(\"dual\"))return\"dual\";if(t.includes(\"two\"))return\"two\"}return\"two\"===n&&t.includes(\"dual\")?\"dual\":t.includes(n)?n:\"two\"===n&&t.includes(\"dual\")?\"dual\":\"two\"===n&&t.includes(\"plural\")?\"plural\":\"two\"===n&&t.includes(\"other\")?\"other\":\"few\"===n&&t.includes(\"plural\")?\"plural\":\"few\"===n&&t.includes(\"other\")?\"other\":\"many\"===n&&t.includes(\"plural\")?\"plural\":\"many\"===n&&t.includes(\"other\")?\"other\":\"other\"===n&&t.includes(\"plural\")?\"plural\":\"\"}(e,Object.keys(r),t)),n&&!i&&(i=r[n]),i}function or(e){if(\"string\"==typeof e)return!0;if(Array.isArray(e)){if(\"string\"!=typeof e?.[0])return!1;const t=e?.[1];if(void 0===t)return!0;if(t&&\"object\"==typeof t)return!0}return!1}function ar(e,t){let r=e;const n=t.split(\".\");for(const e of n){if(\"object\"!=typeof r&&!Array.isArray(r))return;r=f(r,e)}return r}function sr(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 cr(e){return\"object\"==typeof e&&!!e&&\"data-_gt\"in e&&\"object\"==typeof e[\"data-_gt\"]&&!!e[\"data-_gt\"]&&\"transformation\"in e[\"data-_gt\"]&&\"variable\"===e[\"data-_gt\"]?.transformation}function lr(e){const t=e[\"data-_gt\"]?.variableType||\"variable\";return{variableName:Qt(e,t),variableType:Lt(t),injectionType:e[\"data-_gt\"]?.injectionType||\"manual\",variableValue:void 0!==e.value?e.value:void 0!==e.date?e.date:void 0!==e[\"data-_gt-unformatted-value\"]?e[\"data-_gt-unformatted-value\"]:void 0!==e.children?e.children:void 0,variableOptions:(()=>{const t={...void 0!==e.currency&&{currency:e.currency},...void 0!==e.unit&&{unit:e.unit},...void 0!==e.baseDate&&{baseDate:e.baseDate},...void 0!==e.options&&e.options};return Object.keys(t).length?t:\"string\"==typeof e[\"data-_gt-variable-options\"]?JSON.parse(e[\"data-_gt-variable-options\"]):e[\"data-_gt-variable-options\"]||void 0})()}}function ur(e){const t=e;if(t&&\"object\"==typeof t&&\"string\"==typeof t.k){const e=Object.keys(t);if(1===e.length)return!0;if(2===e.length){if(\"number\"==typeof t.i)return!0;if(\"string\"==typeof t.v)return!0}if(3===e.length&&\"string\"==typeof t.v&&\"number\"==typeof t.i)return!0}return!1}function hr(e){return e&&e.props&&e.props[\"data-_gt\"]?e.props[\"data-_gt\"]:null}function fr({children:e,defaultLocale:r=Tt,renderVariable:n}){const i=e=>t.isValidElement(e)?(e=>{const i=hr(e);if(cr(e.props)){const{variableType:t,variableValue:i,variableOptions:o,injectionType:a}=lr(e.props);return n({variableType:t,variableValue:i,variableOptions:o,locales:[r],injectionType:a})}if(\"plural\"===i?.transformation){const t=i.branches||{};return o(ir(e.props.n,[r],t)||e.props.children)}if(\"branch\"===i?.transformation){let{children:t,branch:r,\"data-_gt\":n,...a}=e.props;return a=i.branches||{},o(void 0!==a[r]?a[r]:t)}return\"fragment\"===i?.transformation?t.createElement(t.Fragment,{key:e.props.key,children:o(e.props.children)}):e.props.children?t.cloneElement(e,{...e.props,\"data-_gt\":void 0,children:o(e.props.children)}):t.cloneElement(e,{...e.props,\"data-_gt\":void 0})})(e):e,o=e=>Array.isArray(e)?t.Children.map(e,i):i(e);return o(e)}function pr({sourceElement:e,targetElement:r,locales:n=[Tt],renderVariable:i}){const{props:o}=e,a=o[\"data-_gt\"],s=a?.transformation,c=r.d,l={};if(c&&Object.entries(qt).forEach(([e,t])=>{c[e]&&(l[t]=c[e])}),\"plural\"===s){const t=e.props.n;return dr({source:ir(t,n,a.branches||{})||e.props.children,target:ir(t,n,r.d?.b||{})||r.c,locales:n,renderVariable:i})}if(\"branch\"===s){const{branch:e,children:t}=o;return dr({source:(a.branches||{})[e]||t,target:(r.d?.b||{})[e]||r.c,locales:n,renderVariable:i})}return\"fragment\"===s&&r.c?t.createElement(t.Fragment,{key:e.props.key,children:dr({source:o.children,target:r.c,locales:n,renderVariable:i})}):o?.children&&r?.c?t.cloneElement(e,{...o,...l,\"data-_gt\":void 0,children:dr({source:o.children,target:r.c,locales:n,renderVariable:i})}):fr({children:e,defaultLocale:n[0],renderVariable:i})}function dr({source:e,target:r,locales:n=[Tt],renderVariable:i}){if(null==r&&e)return fr({children:e,defaultLocale:n[0],renderVariable:i});if(\"string\"==typeof r)return r;if(Array.isArray(r)&&!Array.isArray(e)&&e&&(e=[e]),Array.isArray(e)&&Array.isArray(r)){const o={},a={},s={},c=e.filter(e=>{if(t.isValidElement(e)){if(!cr(e.props))return!0;{const{variableName:t,variableValue:r,variableOptions:n,injectionType:i}=lr(e.props);o[t]=r,a[t]=n,s[t]=i}}return!1}),l=e=>c.find(t=>{const r=hr(t);if(void 0!==r?.id){return r.id===e.i}return!1})||c.shift();return r.map((e,r)=>{if(\"string\"==typeof e)return u(t.Fragment,{children:e},`string_${r}`);if(y(e))return u(t.Fragment,{children:i({variableType:e.v||\"v\",variableValue:o[e.k],variableOptions:a[e.k],locales:n,injectionType:s[e.k]||\"manual\"})},`var_${r}`);const c=l(e);return c?u(t.Fragment,{children:pr({sourceElement:c,targetElement:e,locales:n,renderVariable:i})},`element_${r}`):null})}if(r&&\"object\"==typeof r&&!Array.isArray(r)){const o=y(r)?\"variable\":\"element\";if(t.isValidElement(e)){if(\"element\"===o)return pr({sourceElement:e,targetElement:r,locales:n,renderVariable:i});if(cr(e.props)){const{variableValue:t,variableOptions:r,variableType:o,injectionType:a}=lr(e.props);return i({variableType:o,variableValue:t,variableOptions:r,locales:n,injectionType:a})}}}return fr({children:e,defaultLocale:n[0],renderVariable:i})}const br=(e=\"production\")=>({method:\"default\",timeout:\"development\"===e?8e3:12e3});function yr(){return\"\"}const mr=\"generaltranslation.locale\",gr=\"generaltranslation.region\",Er=\"generaltranslation.enable-i18n\";function _r(e){return void 0!==e&&(\"string\"==typeof e||!!Array.isArray(e)&&((1===e.length||2===e.length)&&(\"string\"==typeof e[0]&&(2!==e.length||\"object\"==typeof e[1]&&null!==e[1]&&(\"$context\"in e[1]||\"$maxChars\"in e[1]||\"$_hash\"in e[1])))))}const vr=e=>\"string\"==typeof e||Array.isArray(e),Tr=e=>\"object\"==typeof e&&null!==e&&!Array.isArray(e);function Hr(e,t){if(Array.isArray(e))return e.map((e,r)=>_r(e)?t[r]:Hr(e,t[r]));const r={...Object.fromEntries(Object.entries(e).filter(([,e])=>vr(e))),...Object.fromEntries(Object.entries(t).filter(([,e])=>vr(e)))},n=Object.entries(e).filter(([,e])=>Tr(e)).map(([e])=>e),i=Object.entries(t).filter(([,e])=>Tr(e)).map(([e])=>e),o=new Set([...n,...i]);for(const n of o)r[n]=Hr(f(e,n)||{},f(t,n)||{});return r}const Ar=\"function\"==typeof e.use;function Br({dictionary:e,id:t}){if(\"\"===t)return e;let r=e;const n=t.split(\".\");for(const e of n)r=f(r,e);return r}function wr({dictionary:e,id:t,sourceDictionary:r}){if(\"\"===t)return e;let n=e;const i=r,o=t.split(\".\");for(const e of o)void 0===f(n,e)&&(Array.isArray(f(i,e))?p(n,e,[]):p(n,e,{})),n=f(n,e);return n}const Pr=[\"constructor\",\"prototype\",\"__proto__\"];function Or(e,t,r,n){if(_r(t))return e;const i=r.split(\".\");i.forEach(e=>{if(function(e){return!!Pr.includes(e)}(e))throw new Error(`Invalid key: ${e}`)}),t||={};for(const e of i.slice(0,-1))null==f(t,e)&&p(t,e,Array.isArray(f(n,e))?[]:{}),t=f(t,e),n=f(n,e);p(t,i[i.length-1],e)}function Sr(e){let t={};return Array.isArray(e)&&(t=[]),Object.entries(e).forEach(([e,r])=>{if(_r(r)){const{entry:n}=sr(r);p(t,e,n)}else p(t,e,Sr(r))}),t}function Lr(e){return function(e){if(it(e),lt)return e.toHex();let t=\"\";for(let r=0;r<e.length;r++)t+=ut[e[r]];return t}(vt(function(e){if(\"string\"!=typeof e)throw new TypeError(\"string expected\");return new Uint8Array((new TextEncoder).encode(e))}(e))).slice(0,16)}function Cr({source:e,context:t,id:r,maxChars:n,dataFormat:i},o=Lr){let a;return a=\"JSX\"===i?Ir(e):e,o(g({source:a,...r&&{id:r},...t&&{context:t},...null!=n&&{maxChars:Math.abs(n)},...i&&{dataFormat:i}}))}const Nr=e=>{if(e&&\"object\"==typeof e){const t={};if(\"c\"in e&&e.c&&(t.c=Ir(e.c)),\"d\"in e){const r=e?.d;r?.b&&(t.b=Object.fromEntries(Object.entries(r.b).map(([e,t])=>[e,Ir(t)]))),r?.t&&(t.t=r.t)}return y(e)?{k:e.k,...e.v&&{v:e.v}}:t}return e};function Ir(e){return Array.isArray(e)?e.map(Nr):Nr(e)}function Rr(e,t=\"\"){let r=!1;return Object.entries(e).forEach(([n,i])=>{const o=t?`${t}.${n}`:n;if(_r(i)){let{entry:t,metadata:a}=sr(i);a?.$_hash||(a||={},a.$_hash=Cr({source:xt(t),...a?.$context&&{context:a.$context},...null!=a?.$maxChars&&{maxChars:Math.abs(a.$maxChars)},id:o,dataFormat:\"ICU\"}),p(e,n,[t,a]),r=!0)}else{const{updateDictionary:e}=Rr(i,o);r=r||e}}),{dictionary:e,updateDictionary:r}}function Mr(e,t,r,n,i=\"\"){let o=!1;const a=i?i.split(\".\"):[];return n.forEach(({metadata:n})=>{const{$_hash:i,$id:s}=n,c=a.length>0?s.split(\".\").slice(a.length).join(\".\"):s,l=ar(t,c);let u;_r(l)&&(u=sr(l).entry);const h=r[i]||u;h&&(Or(h,t,c,e),o=!0)}),{dictionary:t,updateDictionary:o}}function Dr(e,t,r,n=\"\"){const i=n?n.split(\".\"):[];return r.forEach(({source:r,metadata:n})=>{const{$id:o}=n,a=i.length>0?o.split(\".\").slice(i.length).join(\".\"):o,s=ar(t,a);let c;_r(s)&&(c=sr(s).entry);Or(c||r,t,a,e)}),t}function Ur(e,t,r){const n=Br({dictionary:e,id:r});if(!n)throw new Error(Xt(r));if(_r(n))throw new Error(`${Vt} Error: Cannot inject and merge a dictionary entry`);return function(e,t,r){const n=ar(e,r);if(!n)throw new Error(Xt(r));if(_r(n))throw new Error(`${Vt} Error: Cannot inject and merge a dictionary entry`);const i=r.split(\".\"),o=i.slice(0,-1),a=i[i.length-1];let s=e;return o.forEach(e=>{s=f(s,e)}),p(s,a,t),e}(e,Hr(n,t),r)}function jr(e,t,r=\"\"){const n=[];return Object.entries(e).forEach(([e,i])=>{const o=r?`${r}.${e}`:e;if(_r(i)){const{entry:r,metadata:a}=sr(i);f(t,e)||n.push({source:r,metadata:{$id:o,$context:a?.$context,$maxChars:a?.$maxChars,$_hash:a?.$_hash||\"\"}})}else n.push(...jr(i,f(t,e)||(Array.isArray(i)?[]:{}),o))}),n}var Gr={warn(e){console.warn(e)},error(e){console.error(e)},info(e){console.info(e)},debug(e){console.debug(e)}};function Fr(e){return Object.fromEntries(Object.entries(e).filter(([e])=>\"$id\"!==e&&\"$context\"!==e&&\"$maxChars\"!==e&&\"$hash\"!==e&&\"$_hash\"!==e&&\"$_source\"!==e&&\"$_fallback\"!==e&&\"$format\"!==e&&\"$_locales\"!==e&&\"$locale\"!==e))}const kr=e=>`String interpolation failed for message: \"${e}\".`;function xr(e,t){if(!e)return e;const r=t.$_fallback,n=Fr(t);try{const o=function(e){if(!e.includes(\"_gt_\"))return{};let t=1;const r={};return Ct({icuString:e,shouldVisit:Dt,visitor:function(e){r[e.value+t]=e.options.other.value.length?e.options.other.value[0]?.value:\"\",t+=1},options:{recurseIntoVisited:!1}}),r}(r||\"\");return s(function(e,t,r,n){try{return c(e,{variables:t,locales:r,dataFormat:n})}catch{return Gr.warn(kr(e)),e}}(Object.keys(o).length?(i=e).includes(\"_gt_\")?nt.printAST(Ct({icuString:i,shouldVisit:Mt,visitor:function(e){e.type=et.TYPE.argument,delete e.options},options:{recurseIntoVisited:!1}})):i:e,{...n,...o,[Nt]:\"other\"},t.$locale??t.$_locales,t.$format),{maxChars:t.$maxChars})}catch{return Gr.warn(kr(e)),null!=t.$_fallback?xr(t.$_fallback,{...t,$_fallback:void 0}):s(e,{maxChars:t.$maxChars})}var i}function $r(e){if(-1===e.lastIndexOf(\":\"))return null;const t=e.slice(e.lastIndexOf(\":\")+1);try{return JSON.parse(function(e){if(\"undefined\"!=typeof Buffer)return Buffer.from(e,\"base64\").toString(\"utf8\");const t=atob(e),r=new Uint8Array(t.length);for(let e=0;e<t.length;e++)r[e]=t.charCodeAt(e);return(new TextDecoder).decode(r)}(t))}catch{return null}}function Vr(e){return\"string\"==typeof e&&-1!==e.lastIndexOf(\":\")?e.slice(0,e.lastIndexOf(\":\")):e}const Xr=(e,t={})=>xr(e,t),Kr=(e,t={})=>{return e?(r=$r(e)??{}).$_hash&&r.$_source?Vr(e):xr(e,t):e;var r};function Yr(e,t){if(\"string\"!=typeof e)return t?e.map((e,r)=>Yr(e,{...t,...t.$id&&{$id:`${t.$id}.${r}`}})):e;if(!t)return e;const r=Fr(t);let n=e;try{n=c(e,{locales:[Tt],variables:{...r,[Nt]:\"other\"}})}catch{return Gr.warn(kr(e)),e}const i=e,o=t.$_hash||function(e,t){return Cr({source:\"ICU\"===t.$format?xt(e):e,...t?.$context&&{context:t.$context},...t?.$id&&{id:t.$id},...\"$maxChars\"in t&&null!=t.$maxChars&&{maxChars:Math.abs(t.$maxChars)},dataFormat:t.$format})}(e,{$format:\"ICU\",...t}),a={...t,$_source:i,$_hash:o};return`${n}:${function(e){if(\"undefined\"!=typeof Buffer)return Buffer.from(e,\"utf8\").toString(\"base64\");const t=(new TextEncoder).encode(e);let r=\"\";for(let e=0;e<t.length;e++)r+=String.fromCharCode(t[e]);return btoa(r)}(JSON.stringify(a))}`}function Wr({children:e}){return e}function Zr(e){return Wr(e)}Wr._gtt=\"derive\",Zr._gtt=\"derive\";const Jr=o(void 0);function zr({children:e,locales:t,options:r={}}){const n=a(Jr);if(null==e)return null;const i=n?.gt||new l;let o=\"string\"==typeof e?parseFloat(e):e;return\"number\"==typeof o&&(t||(t||=[],n?.locale&&t.push(n.locale),n?.defaultLocale&&t.push(n.defaultLocale)),o=i.formatNum(o,{locales:t,...r})),u(h,{children:o})}function Qr({children:e}){return u(h,{children:e})}function qr({children:e,currency:t=\"USD\",locales:r,options:n={}}){const i=a(Jr);if(null==e)return null;const o=i?.gt||new l;let s=\"string\"==typeof e?parseFloat(e):e;return\"number\"==typeof s&&(r||(r||=[],i?.locale&&r.push(i.locale),i?.defaultLocale&&r.push(i.defaultLocale)),s=o.formatCurrency(s,t,{locales:r,...n})),u(h,{children:s})}function en({children:e,locales:t,options:r={}}){const n=a(Jr);if(null==e)return null;const i=n?.gt||new l;t||(t=[],n?.locale&&t.push(n.locale),n?.defaultLocale&&t.push(n.defaultLocale));const o=i.formatDateTime(e,{locales:t,...r}).replace(/[\\u200F\\u202B\\u202E]/g,\"\");return u(h,{children:o})}function tn({date:e,children:t,value:r,unit:n,baseDate:i,locales:o,options:s={}}){const c=a(Jr),f=c?.gt||new l;o||(o=[],c?.locale&&o.push(c.locale),c?.defaultLocale&&o.push(c.defaultLocale));const p=e??t;let d;if(\"development\"!==process.env.NODE_ENV||void 0===r||n||console.warn(\"<RelativeTime>: `value` was provided without `unit`. The `value` prop will be ignored.\"),void 0!==r&&n)d=f.formatRelativeTime(r,n,{locales:o,numeric:s.numeric,style:s.style,localeMatcher:s.localeMatcher});else{if(null==p)return null;d=f.formatRelativeTimeFromDate(p,{locales:o,baseDate:i??new Date,numeric:s.numeric,style:s.style,localeMatcher:s.localeMatcher})}return u(h,{children:d})}zr._gtt=\"variable-number\",Qr._gtt=\"variable-variable\",qr._gtt=\"variable-currency\",en._gtt=\"variable-datetime\",tn._gtt=\"variable-relative-time\";const rn=({variableType:e,variableValue:t,variableOptions:r})=>{if(\"n\"===e){return u(zr,{options:r,children:t})}if(\"d\"===e){return u(en,{options:r,children:t})}if(\"c\"===e){return u(qr,{options:r,children:t})}if(\"rt\"===e){const e=r;if(\"number\"==typeof t&&e?.unit)return u(tn,{value:t,unit:e.unit,baseDate:e?.baseDate,options:e});const n=t instanceof Date?t:\"string\"==typeof t||\"number\"==typeof t?new Date(t):void 0;return u(tn,{date:n&&!isNaN(n.getTime())?n:void 0,baseDate:e?.baseDate,options:e})}return u(Qr,{children:t})};export{Wr as Derive,Zr as Static,$t as addGTIdentifier,jr as collectUntranslatedEntries,kt as declareStatic,Gt as declareVar,Vr as decodeMsg,$r as decodeOptions,Ut as decodeVars,Er as defaultEnableI18nCookieName,mr as defaultLocaleCookieName,gr as defaultRegionCookieName,Ft as derive,b as flattenDictionary,br as getDefaultRenderSettings,ar as getDictionaryEntry,sr as getEntryAndMetadata,ir as getPluralBranch,Br as getSubtree,wr as getSubtreeWithCreation,Qt as getVariableName,lr as getVariableProps,Xr as gtFallback,Ur as injectAndMerge,Or as injectEntry,Dr as injectFallbacks,Rr as injectHashes,Mr as injectTranslations,_r as isDictionaryEntry,or as isValidDictionaryEntry,ur as isVariableObject,Kr as mFallback,Hr as mergeDictionaries,Yr as msg,Ar as reactHasUse,Yt as removeInjectedT,fr as renderDefaultChildren,yr as renderSkeleton,dr as renderTranslatedChildren,rn as renderVariable,Sr as stripMetadataFromEntries,nr as writeChildrenAsObjects};\n//# sourceMappingURL=internal.esm.min.mjs.map\n"],"names":["f","e","t","Error","p","r"],"mappings":"+WAKG,SAAAA,EAAAC,EAAAC,GACH,GAAA,MAAAD,EAUA,MAAA,IAAAE,MAAA,6CAAA,OAAAF,EAAAC,EAMA,CAAA,SAAAE,EAAAH,EAAAC,EAAAG,GAAAJ,EAAAC,GAAAG,CAAA"}
|