@element-hq/element-call-embedded 0.19.0 → 0.19.1-rc1
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/dist/assets/index-0-1Z2Ctr.css +1 -0
- package/dist/assets/{index-CoTEFHCo.js → index-BAJPIlxC.js} +2 -2
- package/dist/assets/{index-CoTEFHCo.js.map → index-BAJPIlxC.js.map} +1 -1
- package/dist/assets/{index-DA2EwfZ5.js → index-pvSu5q8O.js} +73 -73
- package/dist/assets/{index-DA2EwfZ5.js.map → index-pvSu5q8O.js.map} +1 -1
- package/dist/assets/polyfill-force-B1_U3T6K.js +2 -0
- package/dist/assets/polyfill-force-B1_U3T6K.js.map +1 -0
- package/dist/assets/{polyfill-force-Bdf0Oo48.js → polyfill-force-BBOKa_7K.js} +2 -2
- package/dist/assets/polyfill-force-BBOKa_7K.js.map +1 -0
- package/dist/assets/{spa-DUaXf-XW.js → spa-C37Lu9Kh.js} +2 -2
- package/dist/assets/{spa-DUaXf-XW.js.map → spa-C37Lu9Kh.js.map} +1 -1
- package/dist/assets/vision_wasm_internal-BnoE6ncW.js +8844 -0
- package/dist/assets/{vision_wasm_internal-cvmXinav.wasm → vision_wasm_internal-DLLudqmV.wasm} +0 -0
- package/dist/index.html +1 -1
- package/package.json +1 -1
- package/dist/assets/index-CxrIJr9q.css +0 -1
- package/dist/assets/polyfill-force-Bdf0Oo48.js.map +0 -1
- package/dist/assets/polyfill-force-CXG23BH3.js +0 -2
- package/dist/assets/polyfill-force-CXG23BH3.js.map +0 -1
- package/dist/assets/vision_wasm_internal-B105rqk5.js +0 -2
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
try{let n=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},e=new n.Error().stack;e&&(n._sentryDebugIds=n._sentryDebugIds||{},n._sentryDebugIds[e]="af5367f4-ff8e-46fc-9dd5-53ee85613b85",n._sentryDebugIdIdentifier="sentry-dbid-af5367f4-ff8e-46fc-9dd5-53ee85613b85")}catch{}function q(n){return Intl.getCanonicalLocales(n)}const j=40;var i=(function(n){return n[n.NONE=0]="NONE",n[n.NAN=1]="NAN",n[n.POSITIVE_INFINITY=2]="POSITIVE_INFINITY",n[n.NEGATIVE_INFINITY=3]="NEGATIVE_INFINITY",n})(i||{});function A(n,e){if(n===0n)return[0n,0];for(;n%10n===0n;)n/=10n,e++;return[n,e]}function K(n){return n<0n?-n:n}function yn(n){if(n===0n)return 1;n<0n&&(n=-n);let e=0;const t=1000000000000000n;for(;n>=t;)n/=t,e+=15;let a=Number(n);for(;a>=1;)a/=10,e++;return e}const mn=10n;function E(n){if(n<=0)return 1n;let e=1n,t=mn,a=n;for(;a>0;)a&1&&(e*=t),t*=t,a>>=1;return e}function hn(n){if(n=n.trim(),n==="NaN")return{mantissa:0n,exponent:0,special:i.NAN,negativeZero:!1};if(n==="Infinity"||n==="+Infinity")return{mantissa:0n,exponent:0,special:i.POSITIVE_INFINITY,negativeZero:!1};if(n==="-Infinity")return{mantissa:0n,exponent:0,special:i.NEGATIVE_INFINITY,negativeZero:!1};let e=!1,t=0;n[t]==="-"?(e=!0,t++):n[t]==="+"&&t++;let a=n.indexOf("e",t);a===-1&&(a=n.indexOf("E",t));let r=0,s;a!==-1?(r=parseInt(n.substring(a+1),10),s=n.substring(t,a)):s=n.substring(t);const l=s.indexOf(".");let u,d;l!==-1?(u=s.substring(0,l),d=s.substring(l+1)):(u=s,d="");const c=u+d,_=r-d.length;if(c===""||c==="0"||/^0+$/.test(c))return{mantissa:0n,exponent:0,special:i.NONE,negativeZero:e};let f=BigInt(c);e&&(f=-f);const[p,y]=A(f,_);return{mantissa:p,exponent:y,special:i.NONE,negativeZero:!1}}class o{_mantissa;_exponent;_special;_negativeZero;constructor(e){if(typeof e=="bigint"){const[a,r]=A(e,0);this._mantissa=a,this._exponent=r,this._special=i.NONE,this._negativeZero=!1;return}if(typeof e=="number"){if(Number.isNaN(e)){this._mantissa=0n,this._exponent=0,this._special=i.NAN,this._negativeZero=!1;return}if(e===1/0){this._mantissa=0n,this._exponent=0,this._special=i.POSITIVE_INFINITY,this._negativeZero=!1;return}if(e===-1/0){this._mantissa=0n,this._exponent=0,this._special=i.NEGATIVE_INFINITY,this._negativeZero=!1;return}if(e===0){this._mantissa=0n,this._exponent=0,this._special=i.NONE,this._negativeZero=Object.is(e,-0);return}e=String(e)}const t=hn(e);this._mantissa=t.mantissa,this._exponent=t.exponent,this._special=t.special,this._negativeZero=t.negativeZero}static _create(e,t,a,r){const s=Object.create(o.prototype);return s._mantissa=e,s._exponent=t,s._special=a,s._negativeZero=r,s}static _coerce(e){return e instanceof o?e:new o(e)}times(e){const t=o._coerce(e);if(this._special||t._special)return this._specialArith(t,"times");if(this._mantissa===0n||t._mantissa===0n){const u=this._isSignNegative()?!t._isSignNegative():t._isSignNegative();return o._create(0n,0,i.NONE,u)}const a=this._mantissa*t._mantissa,r=this._exponent+t._exponent,[s,l]=A(a,r);return o._create(s,l,i.NONE,!1)}div(e){const t=o._coerce(e);if(this._special||t._special)return this._specialArith(t,"div");if(t._mantissa===0n){if(this._mantissa===0n)return o._create(0n,0,i.NAN,!1);const d=this._isSignNegative()!==t._isSignNegative();return o._create(0n,0,d?i.NEGATIVE_INFINITY:i.POSITIVE_INFINITY,!1)}if(this._mantissa===0n){const d=this._isSignNegative()!==t._isSignNegative();return o._create(0n,0,i.NONE,d)}const r=this._mantissa*E(j)/t._mantissa,s=this._exponent-t._exponent-j,[l,u]=A(r,s);return o._create(l,u,i.NONE,!1)}plus(e){const t=o._coerce(e);if(this._special||t._special)return this._specialArith(t,"plus");if(this._mantissa===0n&&t._mantissa===0n){const f=this._negativeZero&&t._negativeZero;return o._create(0n,0,i.NONE,f)}if(this._mantissa===0n)return t;if(t._mantissa===0n)return this;let a=this._mantissa,r=t._mantissa;const s=this._exponent,l=t._exponent,u=Math.min(s,l);s>u&&(a*=E(s-u)),l>u&&(r*=E(l-u));const d=a+r;if(d===0n)return o._create(0n,0,i.NONE,!1);const[c,_]=A(d,u);return o._create(c,_,i.NONE,!1)}minus(e){return this.plus(o._coerce(e).negated())}mod(e){const t=o._coerce(e);if(this._special||t._special){if(this._special===i.NAN||t._special===i.NAN||this._special===i.POSITIVE_INFINITY||this._special===i.NEGATIVE_INFINITY)return o._create(0n,0,i.NAN,!1);if(t._special===i.POSITIVE_INFINITY||t._special===i.NEGATIVE_INFINITY)return this}if(t._mantissa===0n)return o._create(0n,0,i.NAN,!1);if(this._mantissa===0n)return this;let a=this._mantissa,r=t._mantissa;const s=this._exponent,l=t._exponent,u=Math.min(s,l);s>u&&(a*=E(s-u)),l>u&&(r*=E(l-u));const d=a%r;if(d===0n)return o._create(0n,0,i.NONE,!1);const[c,_]=A(d,u);return o._create(c,_,i.NONE,!1)}abs(){return this._special===i.NAN?this:this._special===i.NEGATIVE_INFINITY?o._create(0n,0,i.POSITIVE_INFINITY,!1):o._create(K(this._mantissa),this._exponent,this._special,!1)}negated(){return this._special===i.NAN?this:this._special===i.POSITIVE_INFINITY?o._create(0n,0,i.NEGATIVE_INFINITY,!1):this._special===i.NEGATIVE_INFINITY?o._create(0n,0,i.POSITIVE_INFINITY,!1):this._mantissa===0n?o._create(0n,0,i.NONE,!this._negativeZero):o._create(-this._mantissa,this._exponent,i.NONE,!1)}pow(e){if(this._special===i.NAN)return this;if(e===0)return new o(1);if(e<0)return new o(1).div(this.pow(-e));if(this._special===i.POSITIVE_INFINITY)return this;if(this._special===i.NEGATIVE_INFINITY)return e%2===0?o._create(0n,0,i.POSITIVE_INFINITY,!1):this;if(this._mantissa===0n)return new o(0);const t=this._mantissa**BigInt(e),a=this._exponent*e,[r,s]=A(t,a);return o._create(r,s,i.NONE,!1)}floor(){if(this._special!==i.NONE)return this;if(this._mantissa===0n)return this;if(this._exponent>=0)return this;const e=E(-this._exponent),t=this._mantissa;let a=t/e;if(t<0n&&t%e!==0n&&(a-=1n),a===0n){const l=this._mantissa<0n;return o._create(0n,0,i.NONE,l)}const[r,s]=A(a,0);return o._create(r,s,i.NONE,!1)}ceil(){if(this._special!==i.NONE)return this;if(this._mantissa===0n)return this;if(this._exponent>=0)return this;const e=E(-this._exponent),t=this._mantissa;let a=t/e;if(t>0n&&t%e!==0n&&(a+=1n),a===0n)return o._create(0n,0,i.NONE,!1);const[r,s]=A(a,0);return o._create(r,s,i.NONE,!1)}log(e){if(this._special===i.NAN)return this;if(this._special===i.NEGATIVE_INFINITY)return o._create(0n,0,i.NAN,!1);if(this._special===i.POSITIVE_INFINITY)return o._create(0n,0,i.POSITIVE_INFINITY,!1);if(this._mantissa<0n)return o._create(0n,0,i.NAN,!1);if(this._mantissa===0n)return o._create(0n,0,i.NEGATIVE_INFINITY,!1);if(e===10)return this._log10();const t=this._log10(),a=new o(Math.log10(e));return t.div(a)}_log10(){const e=K(this._mantissa),t=yn(e);let a;if(t<=15)a=Math.log10(Number(e));else{const s=t-17,l=e/E(s);a=Math.log10(Number(l))+s}const r=a+this._exponent;return new o(r)}eq(e){const t=o._coerce(e);return this._special===i.NAN||t._special===i.NAN||this._special!==t._special?!1:this._special!==i.NONE||this._mantissa===0n&&t._mantissa===0n?!0:this._mantissa===t._mantissa&&this._exponent===t._exponent}_compareTo(e){if(this._special===i.NAN||e._special===i.NAN)return NaN;if(this._special===i.POSITIVE_INFINITY)return e._special===i.POSITIVE_INFINITY?0:1;if(this._special===i.NEGATIVE_INFINITY)return e._special===i.NEGATIVE_INFINITY?0:-1;if(e._special===i.POSITIVE_INFINITY)return-1;if(e._special===i.NEGATIVE_INFINITY)return 1;const t=this._mantissa===0n,a=e._mantissa===0n;if(t&&a)return 0;if(t)return e._mantissa>0n?-1:1;if(a)return this._mantissa>0n?1:-1;const r=this._mantissa<0n,s=e._mantissa<0n;if(r!==s)return r?-1:1;let l=this._mantissa,u=e._mantissa;const d=this._exponent,c=e._exponent,_=Math.min(d,c);return d>_&&(l*=E(d-_)),c>_&&(u*=E(c-_)),l<u?-1:l>u?1:0}lessThan(e){return this._compareTo(o._coerce(e))===-1}greaterThan(e){return this._compareTo(o._coerce(e))===1}lessThanOrEqualTo(e){const t=this._compareTo(o._coerce(e));return t===0||t===-1}greaterThanOrEqualTo(e){const t=this._compareTo(o._coerce(e));return t===0||t===1}isZero(){return this._special===i.NONE&&this._mantissa===0n}isNaN(){return this._special===i.NAN}isFinite(){return this._special===i.NONE}isNegative(){return this._special===i.NAN?!1:this._special===i.NEGATIVE_INFINITY?!0:this._special===i.POSITIVE_INFINITY?!1:this._mantissa===0n?this._negativeZero:this._mantissa<0n}isPositive(){return this._special===i.NAN?!1:this._special===i.POSITIVE_INFINITY?!0:this._special===i.NEGATIVE_INFINITY?!1:this._mantissa===0n?!this._negativeZero:this._mantissa>0n}isInteger(){return this._special!==i.NONE?!1:this._mantissa===0n?!0:this._exponent>=0}toJSON(){return this.toString()}toNumber(){return this._special===i.NAN?NaN:this._special===i.POSITIVE_INFINITY?1/0:this._special===i.NEGATIVE_INFINITY?-1/0:this._mantissa===0n?this._negativeZero?-0:0:Number(this.toString())}toString(){if(this._special===i.NAN)return"NaN";if(this._special===i.POSITIVE_INFINITY)return"Infinity";if(this._special===i.NEGATIVE_INFINITY)return"-Infinity";if(this._mantissa===0n)return"0";const e=this._mantissa<0n,t=K(this._mantissa).toString(),a=e?"-":"";if(this._exponent===0)return a+t;if(this._exponent>0)return a+t+"0".repeat(this._exponent);const r=-this._exponent;if(r<t.length){const s=t.slice(0,t.length-r),l=t.slice(t.length-r);return a+s+"."+l}else{const s=r-t.length;return a+"0."+"0".repeat(s)+t}}static pow(e,t){const a=typeof t=="number"?t:t.toNumber();return typeof e=="number"&&e===10?o._create(1n,a,i.NONE,!1):(e instanceof o?e:new o(e)).pow(a)}static set(e){}_isSignNegative(){return this._special===i.NEGATIVE_INFINITY||this._mantissa<0n?!0:this._mantissa===0n?this._negativeZero:!1}_specialArith(e,t){const a=this._special,r=e._special;if(a===i.NAN||r===i.NAN)return o._create(0n,0,i.NAN,!1);const s=this._isSignNegative(),l=e._isSignNegative(),u=a===i.POSITIVE_INFINITY||a===i.NEGATIVE_INFINITY,d=r===i.POSITIVE_INFINITY||r===i.NEGATIVE_INFINITY;if(t==="times"&&(u||d)){if(u&&e._mantissa===0n&&!d||d&&this._mantissa===0n&&!u)return o._create(0n,0,i.NAN,!1);const c=s!==l;return o._create(0n,0,c?i.NEGATIVE_INFINITY:i.POSITIVE_INFINITY,!1)}if(t==="div"){if(u&&d)return o._create(0n,0,i.NAN,!1);if(u){const c=s!==l;return o._create(0n,0,c?i.NEGATIVE_INFINITY:i.POSITIVE_INFINITY,!1)}if(d){const c=s!==l;return o._create(0n,0,i.NONE,c)}}if(t==="plus"){if(u&&d)return s!==l?o._create(0n,0,i.NAN,!1):this;if(u)return this;if(d)return e}return o._create(0n,0,i.NAN,!1)}}new o(10);const wn=new o(0);new o(-0);function x(n,e){const t=e&&e.cache?e.cache:bn,a=e&&e.serializer?e.serializer:Sn;return(e&&e.strategy?e.strategy:In)(n,{cache:t,serializer:a})}function pn(n){return n==null||typeof n=="number"||typeof n=="boolean"}function Nn(n,e,t,a){const r=pn(a)?a:t(a);let s=e.get(r);return typeof s>"u"&&(s=n.call(this,a),e.set(r,s)),s}function sn(n,e,t){const a=Array.prototype.slice.call(arguments,3),r=t(a);let s=e.get(r);return typeof s>"u"&&(s=n.apply(this,a),e.set(r,s)),s}function rn(n,e,t,a,r){return t.bind(e,n,a,r)}function In(n,e){const t=n.length===1?Nn:sn;return rn(n,this,t,e.cache.create(),e.serializer)}function gn(n,e){return rn(n,this,sn,e.cache.create(),e.serializer)}const Sn=function(){return JSON.stringify(arguments)};class En{cache;constructor(){this.cache=Object.create(null)}get(e){return this.cache[e]}set(e,t){this.cache[e]=t}}const bn={create:function(){return new En}},H={variadic:gn};function G(n,e,t=Error){if(!n)throw new t(e)}const Tn=x((...n)=>new Intl.NumberFormat(...n),{strategy:H.variadic});x((...n)=>new Intl.PluralRules(...n),{strategy:H.variadic});x((...n)=>new Intl.Locale(...n),{strategy:H.variadic});const Mn=x((...n)=>new Intl.ListFormat(...n),{strategy:H.variadic});function An(n){if(typeof n=="symbol")throw TypeError("Cannot convert a Symbol value to a string");return String(n)}function un(n){if(typeof n=="number")return new o(n);if(typeof n=="bigint")return new o(n.toString());if(G(typeof n!="symbol","Symbol is not supported",TypeError),n===void 0)return new o(NaN);if(n===null||n===0)return wn;if(n===!0)return new o(1);if(typeof n=="string")try{return new o(n)}catch{return new o(NaN)}G(typeof n=="object","object expected",TypeError);let e=Cn(n,"number");return G(typeof e!="object","object expected",TypeError),un(e)}function ln(n){if(n==null)throw new TypeError("undefined/null cannot be converted to object");return Object(n)}function dn(n){return typeof n=="function"}function Ln(n,e,t){if(!dn(n)||typeof e!="object")return!1;let a=n.prototype;if(typeof a!="object")throw new TypeError("OrdinaryHasInstance called on an object with an invalid prototype property.");return Object.prototype.isPrototypeOf.call(a,e)}function Gn(n,e){let t;t=["valueOf","toString"];for(const a of t){const r=n[a];if(dn(r)){let s=r.call(n);if(typeof s!="object")return s}}throw new TypeError("Cannot convert object to primitive value")}function Cn(n,e){if(typeof n=="object"&&n!=null){const t=Symbol.toPrimitive in n?n[Symbol.toPrimitive]:void 0;let a;if(t!==void 0){G(e==="number",'preferredType must be "string" or "number"'),a="number";let r=t.call(n,a);if(typeof r!="object")return r;throw new TypeError("Cannot convert exotic object to primitive.")}return Gn(n)}return n}function kn(n,e,t,a){if(n===void 0)return a;const r=Number(n);if(isNaN(r)||r<e||r>t)throw new RangeError(`${r} is outside of range [${e}, ${t}]`);return Math.floor(r)}function On(n,e,t,a,r){const s=n[e];return kn(s,t,a,r)}function v(n,e,t,a,r){if(typeof n!="object")throw new TypeError("Options must be an object");let s=n[e];if(s!==void 0){if(s=An(s),a!==void 0&&!a.filter(l=>l==s).length)throw new RangeError(`${s} is not within ${a.join(", ")}`);return s}return r}const z={supplemental:{languageMatching:{"written-new":[{paradigmLocales:{_locales:"en en_GB es es_419 pt_BR pt_PT"}},{$enUS:{_value:"AS+CA+GU+MH+MP+PH+PR+UM+US+VI"}},{$cnsar:{_value:"HK+MO"}},{$americas:{_value:"019"}},{$maghreb:{_value:"MA+DZ+TN+LY+MR+EH"}},{no:{_desired:"nb",_distance:"1"}},{bs:{_desired:"hr",_distance:"4"}},{bs:{_desired:"sh",_distance:"4"}},{hr:{_desired:"sh",_distance:"4"}},{sr:{_desired:"sh",_distance:"4"}},{aa:{_desired:"ssy",_distance:"4"}},{de:{_desired:"gsw",_distance:"4",_oneway:"true"}},{de:{_desired:"lb",_distance:"4",_oneway:"true"}},{no:{_desired:"da",_distance:"8"}},{nb:{_desired:"da",_distance:"8"}},{ru:{_desired:"ab",_distance:"30",_oneway:"true"}},{en:{_desired:"ach",_distance:"30",_oneway:"true"}},{nl:{_desired:"af",_distance:"20",_oneway:"true"}},{en:{_desired:"ak",_distance:"30",_oneway:"true"}},{en:{_desired:"am",_distance:"30",_oneway:"true"}},{es:{_desired:"ay",_distance:"20",_oneway:"true"}},{ru:{_desired:"az",_distance:"30",_oneway:"true"}},{ur:{_desired:"bal",_distance:"20",_oneway:"true"}},{ru:{_desired:"be",_distance:"20",_oneway:"true"}},{en:{_desired:"bem",_distance:"30",_oneway:"true"}},{hi:{_desired:"bh",_distance:"30",_oneway:"true"}},{en:{_desired:"bn",_distance:"30",_oneway:"true"}},{zh:{_desired:"bo",_distance:"20",_oneway:"true"}},{fr:{_desired:"br",_distance:"20",_oneway:"true"}},{es:{_desired:"ca",_distance:"20",_oneway:"true"}},{fil:{_desired:"ceb",_distance:"30",_oneway:"true"}},{en:{_desired:"chr",_distance:"20",_oneway:"true"}},{ar:{_desired:"ckb",_distance:"30",_oneway:"true"}},{fr:{_desired:"co",_distance:"20",_oneway:"true"}},{fr:{_desired:"crs",_distance:"20",_oneway:"true"}},{sk:{_desired:"cs",_distance:"20"}},{en:{_desired:"cy",_distance:"20",_oneway:"true"}},{en:{_desired:"ee",_distance:"30",_oneway:"true"}},{en:{_desired:"eo",_distance:"30",_oneway:"true"}},{es:{_desired:"eu",_distance:"20",_oneway:"true"}},{da:{_desired:"fo",_distance:"20",_oneway:"true"}},{nl:{_desired:"fy",_distance:"20",_oneway:"true"}},{en:{_desired:"ga",_distance:"20",_oneway:"true"}},{en:{_desired:"gaa",_distance:"30",_oneway:"true"}},{en:{_desired:"gd",_distance:"20",_oneway:"true"}},{es:{_desired:"gl",_distance:"20",_oneway:"true"}},{es:{_desired:"gn",_distance:"20",_oneway:"true"}},{hi:{_desired:"gu",_distance:"30",_oneway:"true"}},{en:{_desired:"ha",_distance:"30",_oneway:"true"}},{en:{_desired:"haw",_distance:"20",_oneway:"true"}},{fr:{_desired:"ht",_distance:"20",_oneway:"true"}},{ru:{_desired:"hy",_distance:"30",_oneway:"true"}},{en:{_desired:"ia",_distance:"30",_oneway:"true"}},{en:{_desired:"ig",_distance:"30",_oneway:"true"}},{en:{_desired:"is",_distance:"20",_oneway:"true"}},{id:{_desired:"jv",_distance:"20",_oneway:"true"}},{en:{_desired:"ka",_distance:"30",_oneway:"true"}},{fr:{_desired:"kg",_distance:"30",_oneway:"true"}},{ru:{_desired:"kk",_distance:"30",_oneway:"true"}},{en:{_desired:"km",_distance:"30",_oneway:"true"}},{en:{_desired:"kn",_distance:"30",_oneway:"true"}},{en:{_desired:"kri",_distance:"30",_oneway:"true"}},{tr:{_desired:"ku",_distance:"30",_oneway:"true"}},{ru:{_desired:"ky",_distance:"30",_oneway:"true"}},{it:{_desired:"la",_distance:"20",_oneway:"true"}},{en:{_desired:"lg",_distance:"30",_oneway:"true"}},{fr:{_desired:"ln",_distance:"30",_oneway:"true"}},{en:{_desired:"lo",_distance:"30",_oneway:"true"}},{en:{_desired:"loz",_distance:"30",_oneway:"true"}},{fr:{_desired:"lua",_distance:"30",_oneway:"true"}},{hi:{_desired:"mai",_distance:"20",_oneway:"true"}},{en:{_desired:"mfe",_distance:"30",_oneway:"true"}},{fr:{_desired:"mg",_distance:"30",_oneway:"true"}},{en:{_desired:"mi",_distance:"20",_oneway:"true"}},{en:{_desired:"ml",_distance:"30",_oneway:"true"}},{ru:{_desired:"mn",_distance:"30",_oneway:"true"}},{hi:{_desired:"mr",_distance:"30",_oneway:"true"}},{id:{_desired:"ms",_distance:"30",_oneway:"true"}},{en:{_desired:"mt",_distance:"30",_oneway:"true"}},{en:{_desired:"my",_distance:"30",_oneway:"true"}},{en:{_desired:"ne",_distance:"30",_oneway:"true"}},{nb:{_desired:"nn",_distance:"20"}},{no:{_desired:"nn",_distance:"20"}},{en:{_desired:"nso",_distance:"30",_oneway:"true"}},{en:{_desired:"ny",_distance:"30",_oneway:"true"}},{en:{_desired:"nyn",_distance:"30",_oneway:"true"}},{fr:{_desired:"oc",_distance:"20",_oneway:"true"}},{en:{_desired:"om",_distance:"30",_oneway:"true"}},{en:{_desired:"or",_distance:"30",_oneway:"true"}},{en:{_desired:"pa",_distance:"30",_oneway:"true"}},{en:{_desired:"pcm",_distance:"20",_oneway:"true"}},{en:{_desired:"ps",_distance:"30",_oneway:"true"}},{es:{_desired:"qu",_distance:"30",_oneway:"true"}},{de:{_desired:"rm",_distance:"20",_oneway:"true"}},{en:{_desired:"rn",_distance:"30",_oneway:"true"}},{fr:{_desired:"rw",_distance:"30",_oneway:"true"}},{hi:{_desired:"sa",_distance:"30",_oneway:"true"}},{en:{_desired:"sd",_distance:"30",_oneway:"true"}},{en:{_desired:"si",_distance:"30",_oneway:"true"}},{en:{_desired:"sn",_distance:"30",_oneway:"true"}},{en:{_desired:"so",_distance:"30",_oneway:"true"}},{en:{_desired:"sq",_distance:"30",_oneway:"true"}},{en:{_desired:"st",_distance:"30",_oneway:"true"}},{id:{_desired:"su",_distance:"20",_oneway:"true"}},{en:{_desired:"sw",_distance:"30",_oneway:"true"}},{en:{_desired:"ta",_distance:"30",_oneway:"true"}},{en:{_desired:"te",_distance:"30",_oneway:"true"}},{ru:{_desired:"tg",_distance:"30",_oneway:"true"}},{en:{_desired:"ti",_distance:"30",_oneway:"true"}},{ru:{_desired:"tk",_distance:"30",_oneway:"true"}},{en:{_desired:"tlh",_distance:"30",_oneway:"true"}},{en:{_desired:"tn",_distance:"30",_oneway:"true"}},{en:{_desired:"to",_distance:"30",_oneway:"true"}},{ru:{_desired:"tt",_distance:"30",_oneway:"true"}},{en:{_desired:"tum",_distance:"30",_oneway:"true"}},{zh:{_desired:"ug",_distance:"20",_oneway:"true"}},{ru:{_desired:"uk",_distance:"20",_oneway:"true"}},{en:{_desired:"ur",_distance:"30",_oneway:"true"}},{ru:{_desired:"uz",_distance:"30",_oneway:"true"}},{fr:{_desired:"wo",_distance:"30",_oneway:"true"}},{en:{_desired:"xh",_distance:"30",_oneway:"true"}},{en:{_desired:"yi",_distance:"30",_oneway:"true"}},{en:{_desired:"yo",_distance:"30",_oneway:"true"}},{zh:{_desired:"za",_distance:"20",_oneway:"true"}},{en:{_desired:"zu",_distance:"30",_oneway:"true"}},{ar:{_desired:"aao",_distance:"10",_oneway:"true"}},{ar:{_desired:"abh",_distance:"10",_oneway:"true"}},{ar:{_desired:"abv",_distance:"10",_oneway:"true"}},{ar:{_desired:"acm",_distance:"10",_oneway:"true"}},{ar:{_desired:"acq",_distance:"10",_oneway:"true"}},{ar:{_desired:"acw",_distance:"10",_oneway:"true"}},{ar:{_desired:"acx",_distance:"10",_oneway:"true"}},{ar:{_desired:"acy",_distance:"10",_oneway:"true"}},{ar:{_desired:"adf",_distance:"10",_oneway:"true"}},{ar:{_desired:"aeb",_distance:"10",_oneway:"true"}},{ar:{_desired:"aec",_distance:"10",_oneway:"true"}},{ar:{_desired:"afb",_distance:"10",_oneway:"true"}},{ar:{_desired:"ajp",_distance:"10",_oneway:"true"}},{ar:{_desired:"apc",_distance:"10",_oneway:"true"}},{ar:{_desired:"apd",_distance:"10",_oneway:"true"}},{ar:{_desired:"arq",_distance:"10",_oneway:"true"}},{ar:{_desired:"ars",_distance:"10",_oneway:"true"}},{ar:{_desired:"ary",_distance:"10",_oneway:"true"}},{ar:{_desired:"arz",_distance:"10",_oneway:"true"}},{ar:{_desired:"auz",_distance:"10",_oneway:"true"}},{ar:{_desired:"avl",_distance:"10",_oneway:"true"}},{ar:{_desired:"ayh",_distance:"10",_oneway:"true"}},{ar:{_desired:"ayl",_distance:"10",_oneway:"true"}},{ar:{_desired:"ayn",_distance:"10",_oneway:"true"}},{ar:{_desired:"ayp",_distance:"10",_oneway:"true"}},{ar:{_desired:"bbz",_distance:"10",_oneway:"true"}},{ar:{_desired:"pga",_distance:"10",_oneway:"true"}},{ar:{_desired:"shu",_distance:"10",_oneway:"true"}},{ar:{_desired:"ssh",_distance:"10",_oneway:"true"}},{az:{_desired:"azb",_distance:"10",_oneway:"true"}},{et:{_desired:"vro",_distance:"10",_oneway:"true"}},{ff:{_desired:"ffm",_distance:"10",_oneway:"true"}},{ff:{_desired:"fub",_distance:"10",_oneway:"true"}},{ff:{_desired:"fue",_distance:"10",_oneway:"true"}},{ff:{_desired:"fuf",_distance:"10",_oneway:"true"}},{ff:{_desired:"fuh",_distance:"10",_oneway:"true"}},{ff:{_desired:"fui",_distance:"10",_oneway:"true"}},{ff:{_desired:"fuq",_distance:"10",_oneway:"true"}},{ff:{_desired:"fuv",_distance:"10",_oneway:"true"}},{gn:{_desired:"gnw",_distance:"10",_oneway:"true"}},{gn:{_desired:"gui",_distance:"10",_oneway:"true"}},{gn:{_desired:"gun",_distance:"10",_oneway:"true"}},{gn:{_desired:"nhd",_distance:"10",_oneway:"true"}},{iu:{_desired:"ikt",_distance:"10",_oneway:"true"}},{kln:{_desired:"enb",_distance:"10",_oneway:"true"}},{kln:{_desired:"eyo",_distance:"10",_oneway:"true"}},{kln:{_desired:"niq",_distance:"10",_oneway:"true"}},{kln:{_desired:"oki",_distance:"10",_oneway:"true"}},{kln:{_desired:"pko",_distance:"10",_oneway:"true"}},{kln:{_desired:"sgc",_distance:"10",_oneway:"true"}},{kln:{_desired:"tec",_distance:"10",_oneway:"true"}},{kln:{_desired:"tuy",_distance:"10",_oneway:"true"}},{kok:{_desired:"gom",_distance:"10",_oneway:"true"}},{kpe:{_desired:"gkp",_distance:"10",_oneway:"true"}},{luy:{_desired:"ida",_distance:"10",_oneway:"true"}},{luy:{_desired:"lkb",_distance:"10",_oneway:"true"}},{luy:{_desired:"lko",_distance:"10",_oneway:"true"}},{luy:{_desired:"lks",_distance:"10",_oneway:"true"}},{luy:{_desired:"lri",_distance:"10",_oneway:"true"}},{luy:{_desired:"lrm",_distance:"10",_oneway:"true"}},{luy:{_desired:"lsm",_distance:"10",_oneway:"true"}},{luy:{_desired:"lto",_distance:"10",_oneway:"true"}},{luy:{_desired:"lts",_distance:"10",_oneway:"true"}},{luy:{_desired:"lwg",_distance:"10",_oneway:"true"}},{luy:{_desired:"nle",_distance:"10",_oneway:"true"}},{luy:{_desired:"nyd",_distance:"10",_oneway:"true"}},{luy:{_desired:"rag",_distance:"10",_oneway:"true"}},{lv:{_desired:"ltg",_distance:"10",_oneway:"true"}},{mg:{_desired:"bhr",_distance:"10",_oneway:"true"}},{mg:{_desired:"bjq",_distance:"10",_oneway:"true"}},{mg:{_desired:"bmm",_distance:"10",_oneway:"true"}},{mg:{_desired:"bzc",_distance:"10",_oneway:"true"}},{mg:{_desired:"msh",_distance:"10",_oneway:"true"}},{mg:{_desired:"skg",_distance:"10",_oneway:"true"}},{mg:{_desired:"tdx",_distance:"10",_oneway:"true"}},{mg:{_desired:"tkg",_distance:"10",_oneway:"true"}},{mg:{_desired:"txy",_distance:"10",_oneway:"true"}},{mg:{_desired:"xmv",_distance:"10",_oneway:"true"}},{mg:{_desired:"xmw",_distance:"10",_oneway:"true"}},{mn:{_desired:"mvf",_distance:"10",_oneway:"true"}},{ms:{_desired:"bjn",_distance:"10",_oneway:"true"}},{ms:{_desired:"btj",_distance:"10",_oneway:"true"}},{ms:{_desired:"bve",_distance:"10",_oneway:"true"}},{ms:{_desired:"bvu",_distance:"10",_oneway:"true"}},{ms:{_desired:"coa",_distance:"10",_oneway:"true"}},{ms:{_desired:"dup",_distance:"10",_oneway:"true"}},{ms:{_desired:"hji",_distance:"10",_oneway:"true"}},{ms:{_desired:"id",_distance:"10",_oneway:"true"}},{ms:{_desired:"jak",_distance:"10",_oneway:"true"}},{ms:{_desired:"jax",_distance:"10",_oneway:"true"}},{ms:{_desired:"kvb",_distance:"10",_oneway:"true"}},{ms:{_desired:"kvr",_distance:"10",_oneway:"true"}},{ms:{_desired:"kxd",_distance:"10",_oneway:"true"}},{ms:{_desired:"lce",_distance:"10",_oneway:"true"}},{ms:{_desired:"lcf",_distance:"10",_oneway:"true"}},{ms:{_desired:"liw",_distance:"10",_oneway:"true"}},{ms:{_desired:"max",_distance:"10",_oneway:"true"}},{ms:{_desired:"meo",_distance:"10",_oneway:"true"}},{ms:{_desired:"mfa",_distance:"10",_oneway:"true"}},{ms:{_desired:"mfb",_distance:"10",_oneway:"true"}},{ms:{_desired:"min",_distance:"10",_oneway:"true"}},{ms:{_desired:"mqg",_distance:"10",_oneway:"true"}},{ms:{_desired:"msi",_distance:"10",_oneway:"true"}},{ms:{_desired:"mui",_distance:"10",_oneway:"true"}},{ms:{_desired:"orn",_distance:"10",_oneway:"true"}},{ms:{_desired:"ors",_distance:"10",_oneway:"true"}},{ms:{_desired:"pel",_distance:"10",_oneway:"true"}},{ms:{_desired:"pse",_distance:"10",_oneway:"true"}},{ms:{_desired:"tmw",_distance:"10",_oneway:"true"}},{ms:{_desired:"urk",_distance:"10",_oneway:"true"}},{ms:{_desired:"vkk",_distance:"10",_oneway:"true"}},{ms:{_desired:"vkt",_distance:"10",_oneway:"true"}},{ms:{_desired:"xmm",_distance:"10",_oneway:"true"}},{ms:{_desired:"zlm",_distance:"10",_oneway:"true"}},{ms:{_desired:"zmi",_distance:"10",_oneway:"true"}},{ne:{_desired:"dty",_distance:"10",_oneway:"true"}},{om:{_desired:"gax",_distance:"10",_oneway:"true"}},{om:{_desired:"hae",_distance:"10",_oneway:"true"}},{om:{_desired:"orc",_distance:"10",_oneway:"true"}},{or:{_desired:"spv",_distance:"10",_oneway:"true"}},{ps:{_desired:"pbt",_distance:"10",_oneway:"true"}},{ps:{_desired:"pst",_distance:"10",_oneway:"true"}},{qu:{_desired:"qub",_distance:"10",_oneway:"true"}},{qu:{_desired:"qud",_distance:"10",_oneway:"true"}},{qu:{_desired:"quf",_distance:"10",_oneway:"true"}},{qu:{_desired:"qug",_distance:"10",_oneway:"true"}},{qu:{_desired:"quh",_distance:"10",_oneway:"true"}},{qu:{_desired:"quk",_distance:"10",_oneway:"true"}},{qu:{_desired:"qul",_distance:"10",_oneway:"true"}},{qu:{_desired:"qup",_distance:"10",_oneway:"true"}},{qu:{_desired:"qur",_distance:"10",_oneway:"true"}},{qu:{_desired:"qus",_distance:"10",_oneway:"true"}},{qu:{_desired:"quw",_distance:"10",_oneway:"true"}},{qu:{_desired:"qux",_distance:"10",_oneway:"true"}},{qu:{_desired:"quy",_distance:"10",_oneway:"true"}},{qu:{_desired:"qva",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvc",_distance:"10",_oneway:"true"}},{qu:{_desired:"qve",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvh",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvi",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvj",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvl",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvm",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvn",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvo",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvp",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvs",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvw",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvz",_distance:"10",_oneway:"true"}},{qu:{_desired:"qwa",_distance:"10",_oneway:"true"}},{qu:{_desired:"qwc",_distance:"10",_oneway:"true"}},{qu:{_desired:"qwh",_distance:"10",_oneway:"true"}},{qu:{_desired:"qws",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxa",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxc",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxh",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxl",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxn",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxo",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxp",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxr",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxt",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxu",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxw",_distance:"10",_oneway:"true"}},{sc:{_desired:"sdc",_distance:"10",_oneway:"true"}},{sc:{_desired:"sdn",_distance:"10",_oneway:"true"}},{sc:{_desired:"sro",_distance:"10",_oneway:"true"}},{sq:{_desired:"aae",_distance:"10",_oneway:"true"}},{sq:{_desired:"aat",_distance:"10",_oneway:"true"}},{sq:{_desired:"aln",_distance:"10",_oneway:"true"}},{syr:{_desired:"aii",_distance:"10",_oneway:"true"}},{uz:{_desired:"uzs",_distance:"10",_oneway:"true"}},{yi:{_desired:"yih",_distance:"10",_oneway:"true"}},{zh:{_desired:"cdo",_distance:"10",_oneway:"true"}},{zh:{_desired:"cjy",_distance:"10",_oneway:"true"}},{zh:{_desired:"cpx",_distance:"10",_oneway:"true"}},{zh:{_desired:"czh",_distance:"10",_oneway:"true"}},{zh:{_desired:"czo",_distance:"10",_oneway:"true"}},{zh:{_desired:"gan",_distance:"10",_oneway:"true"}},{zh:{_desired:"hak",_distance:"10",_oneway:"true"}},{zh:{_desired:"hsn",_distance:"10",_oneway:"true"}},{zh:{_desired:"lzh",_distance:"10",_oneway:"true"}},{zh:{_desired:"mnp",_distance:"10",_oneway:"true"}},{zh:{_desired:"nan",_distance:"10",_oneway:"true"}},{zh:{_desired:"wuu",_distance:"10",_oneway:"true"}},{zh:{_desired:"yue",_distance:"10",_oneway:"true"}},{"*":{_desired:"*",_distance:"80"}},{"en-Latn":{_desired:"am-Ethi",_distance:"10",_oneway:"true"}},{"ru-Cyrl":{_desired:"az-Latn",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"bn-Beng",_distance:"10",_oneway:"true"}},{"zh-Hans":{_desired:"bo-Tibt",_distance:"10",_oneway:"true"}},{"ru-Cyrl":{_desired:"hy-Armn",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ka-Geor",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"km-Khmr",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"kn-Knda",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"lo-Laoo",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ml-Mlym",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"my-Mymr",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ne-Deva",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"or-Orya",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"pa-Guru",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ps-Arab",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"sd-Arab",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"si-Sinh",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ta-Taml",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"te-Telu",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ti-Ethi",_distance:"10",_oneway:"true"}},{"ru-Cyrl":{_desired:"tk-Latn",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ur-Arab",_distance:"10",_oneway:"true"}},{"ru-Cyrl":{_desired:"uz-Latn",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"yi-Hebr",_distance:"10",_oneway:"true"}},{"sr-Cyrl":{_desired:"sr-Latn",_distance:"5"}},{"zh-Hans":{_desired:"za-Latn",_distance:"10",_oneway:"true"}},{"zh-Hans":{_desired:"zh-Hani",_distance:"20",_oneway:"true"}},{"zh-Hant":{_desired:"zh-Hani",_distance:"20",_oneway:"true"}},{"ar-Arab":{_desired:"ar-Latn",_distance:"20",_oneway:"true"}},{"bn-Beng":{_desired:"bn-Latn",_distance:"20",_oneway:"true"}},{"gu-Gujr":{_desired:"gu-Latn",_distance:"20",_oneway:"true"}},{"hi-Deva":{_desired:"hi-Latn",_distance:"20",_oneway:"true"}},{"kn-Knda":{_desired:"kn-Latn",_distance:"20",_oneway:"true"}},{"ml-Mlym":{_desired:"ml-Latn",_distance:"20",_oneway:"true"}},{"mr-Deva":{_desired:"mr-Latn",_distance:"20",_oneway:"true"}},{"ta-Taml":{_desired:"ta-Latn",_distance:"20",_oneway:"true"}},{"te-Telu":{_desired:"te-Latn",_distance:"20",_oneway:"true"}},{"zh-Hans":{_desired:"zh-Latn",_distance:"20",_oneway:"true"}},{"ja-Jpan":{_desired:"ja-Latn",_distance:"5",_oneway:"true"}},{"ja-Jpan":{_desired:"ja-Hani",_distance:"5",_oneway:"true"}},{"ja-Jpan":{_desired:"ja-Hira",_distance:"5",_oneway:"true"}},{"ja-Jpan":{_desired:"ja-Kana",_distance:"5",_oneway:"true"}},{"ja-Jpan":{_desired:"ja-Hrkt",_distance:"5",_oneway:"true"}},{"ja-Hrkt":{_desired:"ja-Hira",_distance:"5",_oneway:"true"}},{"ja-Hrkt":{_desired:"ja-Kana",_distance:"5",_oneway:"true"}},{"ko-Kore":{_desired:"ko-Hani",_distance:"5",_oneway:"true"}},{"ko-Kore":{_desired:"ko-Hang",_distance:"5",_oneway:"true"}},{"ko-Kore":{_desired:"ko-Jamo",_distance:"5",_oneway:"true"}},{"ko-Hang":{_desired:"ko-Jamo",_distance:"5",_oneway:"true"}},{"*-*":{_desired:"*-*",_distance:"50"}},{"ar-*-$maghreb":{_desired:"ar-*-$maghreb",_distance:"4"}},{"ar-*-$!maghreb":{_desired:"ar-*-$!maghreb",_distance:"4"}},{"ar-*-*":{_desired:"ar-*-*",_distance:"5"}},{"en-*-$enUS":{_desired:"en-*-$enUS",_distance:"4"}},{"en-*-GB":{_desired:"en-*-$!enUS",_distance:"3"}},{"en-*-$!enUS":{_desired:"en-*-$!enUS",_distance:"4"}},{"en-*-*":{_desired:"en-*-*",_distance:"5"}},{"es-*-$americas":{_desired:"es-*-$americas",_distance:"4"}},{"es-*-$!americas":{_desired:"es-*-$!americas",_distance:"4"}},{"es-*-*":{_desired:"es-*-*",_distance:"5"}},{"pt-*-$americas":{_desired:"pt-*-$americas",_distance:"4"}},{"pt-*-$!americas":{_desired:"pt-*-$!americas",_distance:"4"}},{"pt-*-*":{_desired:"pt-*-*",_distance:"5"}},{"zh-Hant-$cnsar":{_desired:"zh-Hant-$cnsar",_distance:"4"}},{"zh-Hant-$!cnsar":{_desired:"zh-Hant-$!cnsar",_distance:"4"}},{"zh-Hant-*":{_desired:"zh-Hant-*",_distance:"5"}},{"*-*-*":{_desired:"*-*-*",_distance:"4"}}]}}},vn={"001":["001","001-status-grouping","002","005","009","011","013","014","015","017","018","019","021","029","030","034","035","039","053","054","057","061","142","143","145","150","151","154","155","AC","AD","AE","AF","AG","AI","AL","AM","AO","AQ","AR","AS","AT","AU","AW","AX","AZ","BA","BB","BD","BE","BF","BG","BH","BI","BJ","BL","BM","BN","BO","BQ","BR","BS","BT","BV","BW","BY","BZ","CA","CC","CD","CF","CG","CH","CI","CK","CL","CM","CN","CO","CP","CQ","CR","CU","CV","CW","CX","CY","CZ","DE","DG","DJ","DK","DM","DO","DZ","EA","EC","EE","EG","EH","ER","ES","ET","EU","EZ","FI","FJ","FK","FM","FO","FR","GA","GB","GD","GE","GF","GG","GH","GI","GL","GM","GN","GP","GQ","GR","GS","GT","GU","GW","GY","HK","HM","HN","HR","HT","HU","IC","ID","IE","IL","IM","IN","IO","IQ","IR","IS","IT","JE","JM","JO","JP","KE","KG","KH","KI","KM","KN","KP","KR","KW","KY","KZ","LA","LB","LC","LI","LK","LR","LS","LT","LU","LV","LY","MA","MC","MD","ME","MF","MG","MH","MK","ML","MM","MN","MO","MP","MQ","MR","MS","MT","MU","MV","MW","MX","MY","MZ","NA","NC","NE","NF","NG","NI","NL","NO","NP","NR","NU","NZ","OM","PA","PE","PF","PG","PH","PK","PL","PM","PN","PR","PS","PT","PW","PY","QA","QO","RE","RO","RS","RU","RW","SA","SB","SC","SD","SE","SG","SH","SI","SJ","SK","SL","SM","SN","SO","SR","SS","ST","SV","SX","SY","SZ","TA","TC","TD","TF","TG","TH","TJ","TK","TL","TM","TN","TO","TR","TT","TV","TW","TZ","UA","UG","UM","UN","US","UY","UZ","VA","VC","VE","VG","VI","VN","VU","WF","WS","XK","YE","YT","ZA","ZM","ZW"],"002":["002","002-status-grouping","011","014","015","017","018","202","AO","BF","BI","BJ","BW","CD","CF","CG","CI","CM","CV","DJ","DZ","EA","EG","EH","ER","ET","GA","GH","GM","GN","GQ","GW","IC","IO","KE","KM","LR","LS","LY","MA","MG","ML","MR","MU","MW","MZ","NA","NE","NG","RE","RW","SC","SD","SH","SL","SN","SO","SS","ST","SZ","TD","TF","TG","TN","TZ","UG","YT","ZA","ZM","ZW"],"003":["003","013","021","029","AG","AI","AW","BB","BL","BM","BQ","BS","BZ","CA","CR","CU","CW","DM","DO","GD","GL","GP","GT","HN","HT","JM","KN","KY","LC","MF","MQ","MS","MX","NI","PA","PM","PR","SV","SX","TC","TT","US","VC","VG","VI"],"005":["005","AR","BO","BR","BV","CL","CO","EC","FK","GF","GS","GY","PE","PY","SR","UY","VE"],"009":["009","053","054","057","061","AC","AQ","AS","AU","CC","CK","CP","CX","DG","FJ","FM","GU","HM","KI","MH","MP","NC","NF","NR","NU","NZ","PF","PG","PN","PW","QO","SB","TA","TK","TO","TV","UM","VU","WF","WS"],"011":["011","BF","BJ","CI","CV","GH","GM","GN","GW","LR","ML","MR","NE","NG","SH","SL","SN","TG"],"013":["013","BZ","CR","GT","HN","MX","NI","PA","SV"],"014":["014","BI","DJ","ER","ET","IO","KE","KM","MG","MU","MW","MZ","RE","RW","SC","SO","SS","TF","TZ","UG","YT","ZM","ZW"],"015":["015","DZ","EA","EG","EH","IC","LY","MA","SD","TN"],"017":["017","AO","CD","CF","CG","CM","GA","GQ","ST","TD"],"018":["018","BW","LS","NA","SZ","ZA"],"019":["003","005","013","019","019-status-grouping","021","029","419","AG","AI","AR","AW","BB","BL","BM","BO","BQ","BR","BS","BV","BZ","CA","CL","CO","CR","CU","CW","DM","DO","EC","FK","GD","GF","GL","GP","GS","GT","GY","HN","HT","JM","KN","KY","LC","MF","MQ","MS","MX","NI","PA","PE","PM","PR","PY","SR","SV","SX","TC","TT","US","UY","VC","VE","VG","VI"],"021":["021","BM","CA","GL","PM","US"],"029":["029","AG","AI","AW","BB","BL","BQ","BS","CU","CW","DM","DO","GD","GP","HT","JM","KN","KY","LC","MF","MQ","MS","PR","SX","TC","TT","VC","VG","VI"],"030":["030","CN","HK","JP","KP","KR","MN","MO","TW"],"034":["034","AF","BD","BT","IN","IR","LK","MV","NP","PK"],"035":["035","BN","ID","KH","LA","MM","MY","PH","SG","TH","TL","VN"],"039":["039","AD","AL","BA","ES","GI","GR","HR","IT","ME","MK","MT","PT","RS","SI","SM","VA","XK"],"053":["053","AU","CC","CX","HM","NF","NZ"],"054":["054","FJ","NC","PG","SB","VU"],"057":["057","FM","GU","KI","MH","MP","NR","PW","UM"],"061":["061","AS","CK","NU","PF","PN","TK","TO","TV","WF","WS"],142:["030","034","035","142","143","145","AE","AF","AM","AZ","BD","BH","BN","BT","CN","CY","GE","HK","ID","IL","IN","IQ","IR","JO","JP","KG","KH","KP","KR","KW","KZ","LA","LB","LK","MM","MN","MO","MV","MY","NP","OM","PH","PK","PS","QA","SA","SG","SY","TH","TJ","TL","TM","TR","TW","UZ","VN","YE"],143:["143","KG","KZ","TJ","TM","UZ"],145:["145","AE","AM","AZ","BH","CY","GE","IL","IQ","JO","KW","LB","OM","PS","QA","SA","SY","TR","YE"],150:["039","150","151","154","155","AD","AL","AT","AX","BA","BE","BG","BY","CH","CQ","CZ","DE","DK","EE","ES","FI","FO","FR","GB","GG","GI","GR","HR","HU","IE","IM","IS","IT","JE","LI","LT","LU","LV","MC","MD","ME","MK","MT","NL","NO","PL","PT","RO","RS","RU","SE","SI","SJ","SK","SM","UA","VA","XK"],151:["151","BG","BY","CZ","HU","MD","PL","RO","RU","SK","UA"],154:["154","AX","CQ","DK","EE","FI","FO","GB","GG","IE","IM","IS","JE","LT","LV","NO","SE","SJ"],155:["155","AT","BE","CH","DE","FR","LI","LU","MC","NL"],202:["011","014","017","018","202","AO","BF","BI","BJ","BW","CD","CF","CG","CI","CM","CV","DJ","ER","ET","GA","GH","GM","GN","GQ","GW","IO","KE","KM","LR","LS","MG","ML","MR","MU","MW","MZ","NA","NE","NG","RE","RW","SC","SH","SL","SN","SO","SS","ST","SZ","TD","TF","TG","TZ","UG","YT","ZA","ZM","ZW"],419:["005","013","029","419","AG","AI","AR","AW","BB","BL","BO","BQ","BR","BS","BV","BZ","CL","CO","CR","CU","CW","DM","DO","EC","FK","GD","GF","GP","GS","GT","GY","HN","HT","JM","KN","KY","LC","MF","MQ","MS","MX","NI","PA","PE","PR","PY","SR","SV","SX","TC","TT","UY","VC","VE","VG","VI"],EU:["AT","BE","BG","CY","CZ","DE","DK","EE","ES","EU","FI","FR","GR","HR","HU","IE","IT","LT","LU","LV","MT","NL","PL","PT","RO","SE","SI","SK"],EZ:["AT","BE","CY","DE","EE","ES","EZ","FI","FR","GR","IE","IT","LT","LU","LV","MT","NL","PT","SI","SK"],QO:["AC","AQ","CP","DG","QO","TA"],UN:["AD","AE","AF","AG","AL","AM","AO","AR","AT","AU","AZ","BA","BB","BD","BE","BF","BG","BH","BI","BJ","BN","BO","BR","BS","BT","BW","BY","BZ","CA","CD","CF","CG","CH","CI","CL","CM","CN","CO","CR","CU","CV","CY","CZ","DE","DJ","DK","DM","DO","DZ","EC","EE","EG","ER","ES","ET","FI","FJ","FM","FR","GA","GB","GD","GE","GH","GM","GN","GQ","GR","GT","GW","GY","HN","HR","HT","HU","ID","IE","IL","IN","IQ","IR","IS","IT","JM","JO","JP","KE","KG","KH","KI","KM","KN","KP","KR","KW","KZ","LA","LB","LC","LI","LK","LR","LS","LT","LU","LV","LY","MA","MC","MD","ME","MG","MH","MK","ML","MM","MN","MR","MT","MU","MV","MW","MX","MY","MZ","NA","NE","NG","NI","NL","NO","NP","NR","NZ","OM","PA","PE","PG","PH","PK","PL","PT","PW","PY","QA","RO","RS","RU","RW","SA","SB","SC","SD","SE","SG","SI","SK","SL","SM","SN","SO","SR","SS","ST","SV","SY","SZ","TD","TG","TH","TJ","TL","TM","TN","TO","TR","TT","TV","TZ","UA","UG","UN","US","UY","UZ","VC","VE","VN","VU","WS","YE","ZA","ZM","ZW"]},B=/-u(?:-[0-9a-z]{2,8})+/gi;function L(n,e,t=Error){if(!n)throw new t(e)}const Fn=838;let U;function Pn(){if(!U){const n=z.supplemental.languageMatching["written-new"][0]?.paradigmLocales?._locales.split(" "),e=z.supplemental.languageMatching["written-new"].slice(1,5);U={matches:z.supplemental.languageMatching["written-new"].slice(5).map(r=>{const s=Object.keys(r)[0],l=r[s];return{supported:s,desired:l._desired,distance:+l._distance,oneway:l.oneway==="true"}},{}),matchVariables:e.reduce((r,s)=>{const l=Object.keys(s)[0],u=s[l];return r[l.slice(1)]=u._value.split("+"),r},{}),paradigmLocales:[...n,...n.map(r=>new Intl.Locale(r.replace(/_/g,"-")).maximize().toString())]}}return U}function D(n,e,t){const[a,r,s]=e.split("-");let l=!0;if(s&&s[0]==="$"){const u=s[1]!=="!",c=(u?t[s.slice(1)]:t[s.slice(2)]).map(_=>vn[_]||[_]).reduce((_,f)=>[..._,...f],[]);l&&=c.indexOf(n.region||"")>-1==u}else l&&=n.region?s==="*"||s===n.region:!0;return l&&=n.script?r==="*"||r===n.script:!0,l&&=n.language?a==="*"||a===n.language:!0,l}function W(n){return[n.language,n.script,n.region].filter(Boolean).join("-")}function Y(n,e,t){for(const a of t.matches){let r=D(n,a.desired,t.matchVariables)&&D(e,a.supported,t.matchVariables);if(!a.oneway&&!r&&(r=D(n,a.supported,t.matchVariables)&&D(e,a.desired,t.matchVariables)),r){const s=a.distance*10;return t.paradigmLocales.indexOf(W(n))>-1!=t.paradigmLocales.indexOf(W(e))>-1?s-1:s}}throw new Error("No matching distance found")}function Rn(n,e){const t=new Intl.Locale(n).maximize(),a=new Intl.Locale(e).maximize(),r={language:t.language,script:t.script||"",region:t.region||""},s={language:a.language,script:a.script||"",region:a.region||""};let l=0;const u=Pn();return r.language!==s.language&&(l+=Y({language:t.language,script:"",region:""},{language:a.language,script:"",region:""},u)),r.script!==s.script&&(l+=Y({language:t.language,script:r.script,region:""},{language:a.language,script:s.script,region:""},u)),r.region!==s.region&&(l+=Y(r,s,u)),l}const xn=x(Rn,{serializer:n=>`${n[0]}|${n[1]}`});function Dn(n){const e=[];let t=n;for(;t;){e.push(t);const a=t.lastIndexOf("-");if(a===-1)break;t=t.substring(0,a)}return e}const J=new WeakMap;function Vn(n,e,t=Fn){let a=1/0,r={matchedDesiredLocale:"",distances:{}},s=J.get(e);s||(s=e.map(u=>{try{return Intl.getCanonicalLocales([u])[0]||u}catch{return u}}),J.set(e,s));const l=new Set(s);for(let u=0;u<n.length;u++){const d=n[u];if(l.has(d)){const c=0+u*40;if(r.distances[d]={[d]:c},c<a&&(a=c,r.matchedDesiredLocale=d,r.matchedSupportedLocale=d),u===0)return r}}for(let u=0;u<n.length;u++){const d=n[u];try{const c=new Intl.Locale(d).maximize().toString();if(c!==d){const _=Dn(c);for(let f=0;f<_.length;f++){const p=_[f];if(p!==d&&l.has(p)){let y;try{y=new Intl.Locale(p).maximize().toString()===c?0+u*40:f*10+u*40}catch{y=f*10+u*40}r.distances[d]||(r.distances[d]={}),r.distances[d][p]=y,y<a&&(a=y,r.matchedDesiredLocale=d,r.matchedSupportedLocale=p);break}}}}catch{}}return r.matchedSupportedLocale&&a===0||(n.forEach((u,d)=>{r.distances[u]||(r.distances[u]={}),s.forEach((c,_)=>{const f=e[_],y=xn(u,c)+0+d*40;r.distances[u][f]=y,y<a&&(a=y,r.matchedDesiredLocale=u,r.matchedSupportedLocale=f)})}),a>=t&&(r.matchedDesiredLocale=void 0,r.matchedSupportedLocale=void 0)),r}function Hn(n,e,t){let a,r;const s=[],l=e.reduce((d,c)=>{const _=c.replace(B,"");return s.push(_),d[_]=c,d},{}),u=Vn(s,n);return u.matchedSupportedLocale&&u.matchedDesiredLocale&&(a=u.matchedSupportedLocale,r=l[u.matchedDesiredLocale].slice(u.matchedDesiredLocale.length)||void 0),a?{locale:a,extension:r}:{locale:t()}}function Kn(n,e){let t=e.toLowerCase();return L(n!==void 0,"ukey must be defined"),t}function $(n){return Intl.getCanonicalLocales(n)[0]}function zn(n,e,t){L(n.indexOf("-u-")===-1,"Expected locale to not have a Unicode locale extension");let a="-u";for(const l of e)a+=`-${l}`;for(const l of t){const{key:u,value:d}=l;a+=`-${u}`,d!==""&&(a+=`-${d}`)}if(a==="-u")return $(n);let r=n.indexOf("-x-"),s;if(r===-1)s=n+a;else{let l=n.slice(0,r),u=n.slice(r);s=l+a+u}return $(s)}const Q=new WeakMap;function on(n,e){let t=Q.get(n);t||(t=new Set(n),Q.set(n,t));let a=e;for(;;){if(t.has(a))return a;let r=a.lastIndexOf("-");if(!~r)return;r>=2&&a[r-2]==="-"&&(r-=2),a=a.slice(0,r)}}function Un(n,e,t){const a={locale:""};for(const r of e){const s=r.replace(B,""),l=on(n,s);if(l)return a.locale=l,r!==s&&(a.extension=r.slice(s.length,r.length)),a}return a.locale=t(),a}function Yn(n){L(n===n.toLowerCase(),"Expected extension to be lowercase"),L(n.slice(0,3)==="-u-","Expected extension to be a Unicode locale extension");const e=[],t=[];let a,r=n.length,s=3;for(;s<r;){let l=n.indexOf("-",s),u;l===-1?u=r-s:u=l-s;let d=n.slice(s,s+u);L(u>=2,"Expected a subtag to have at least 2 characters"),a===void 0&&u!=2?e.indexOf(d)===-1&&e.push(d):u===2?(a={key:d,value:""},t.find(c=>c.key===a?.key)===void 0&&t.push(a)):a?.value===""?a.value=d:(L(a!==void 0,"Expected keyword to be defined"),a.value+="-"+d),s+=u+1}return{attributes:e,keywords:t}}function Bn(n,e,t,a,r,s){const l=t.localeMatcher;let u;l==="lookup"?u=Un(Array.from(n),e,s):u=Hn(Array.from(n),e,s),u==null&&(u={locale:s(),extension:""});let d=u.locale,c=r[d];const _={locale:"en",dataLocale:d};let f,p;u.extension?(f=Yn(u.extension),p=f.keywords):p=[];let y=[];for(const I of a){let M=c?.[I]??[];L(Array.isArray(M),`keyLocaleData for ${I} must be an array`);let g=M[0];L(g===void 0||typeof g=="string","value must be a string or undefined");let N,h=p.find(w=>w.key===I);if(h){let w=h.value;w!==""?M.indexOf(w)>-1&&(g=w,N={key:I,value:g}):M.indexOf("true")>-1&&(g="true",N={key:I,value:g})}let m=t[I];if(L(m==null||typeof m=="string","optionsValue must be a string or undefined"),typeof m=="string"){let w=I.toLowerCase();m=Kn(w,m),m===""&&(m="true")}m!==g&&M.indexOf(m)>-1&&(g=m,N=void 0),N&&y.push(N),_[I]=g}let C=[];return y.length>0&&(C=[],d=zn(d,C,y)),_.locale=d,_}function X(n,e){const t=[];for(const a of e){const r=a.replace(B,""),s=on(n,r);s&&t.push(s)}return t}function Zn(n,e,t){let a="best fit";return t!==void 0&&(t=ln(t),a=v(t,"localeMatcher","string",["lookup","best fit"],"best fit")),X(Array.from(n),e)}function qn(n,e,t,a,r,s){let l=v(e,n,"string",a,void 0),u="always";l===void 0&&(t==="digital"?(n!=="hours"&&n!=="minutes"&&n!=="seconds"&&(u="auto"),l=r):(u="auto",s==="numeric"||s==="2-digit"?l="numeric":l=t));let d=`${n}Display`,c=v(e,d,"string",["always","auto"],u);if(s==="numeric"||s==="2-digit"){if(l!=="numeric"&&l!=="2-digit")throw new RangeError("Can't mix numeric and non-numeric styles");if((n==="minutes"||n==="seconds")&&(l="2-digit"),l==="numeric"&&c==="always"&&(n==="milliseconds"||n==="microseconds"||n==="nanoseconds"))throw new RangeError("Can't display milliseconds, microseconds, or nanoseconds in numeric format")}return{style:l,display:c}}const cn=["years","months","weeks","days","hours","minutes","seconds","milliseconds","microseconds","nanoseconds"],nn=[{valueField:"years",styleSlot:"years",displaySlot:"yearsDisplay",unit:"years",numberFormatUnit:"year"},{valueField:"months",styleSlot:"months",displaySlot:"monthsDisplay",unit:"months",numberFormatUnit:"month"},{valueField:"weeks",styleSlot:"weeks",displaySlot:"weeksDisplay",unit:"weeks",numberFormatUnit:"week"},{valueField:"days",styleSlot:"days",displaySlot:"daysDisplay",unit:"days",numberFormatUnit:"day"},{valueField:"hours",styleSlot:"hours",displaySlot:"hoursDisplay",unit:"hours",numberFormatUnit:"hour"},{valueField:"minutes",styleSlot:"minutes",displaySlot:"minutesDisplay",unit:"minutes",numberFormatUnit:"minute"},{valueField:"seconds",styleSlot:"seconds",displaySlot:"secondsDisplay",unit:"seconds",numberFormatUnit:"second"},{valueField:"milliseconds",styleSlot:"milliseconds",displaySlot:"millisecondsDisplay",unit:"milliseconds",numberFormatUnit:"millisecond"},{valueField:"microseconds",styleSlot:"microseconds",displaySlot:"microsecondsDisplay",unit:"microseconds",numberFormatUnit:"microsecond"},{valueField:"nanoseconds",styleSlot:"nanoseconds",displaySlot:"nanosecondsDisplay",unit:"nanoseconds",numberFormatUnit:"nanosecond"}],en=new WeakMap;function R(n){let e=en.get(n);return e||(e=Object.create(null),en.set(n,e)),e}function tn(n,e){const t=[];let a=!1,r=!1;const s=R(n);let l=s.dataLocale;const u=T.localeData[l];if(!u)throw new TypeError("Invalid locale");const d=s.numberingSystem,c=u.digitalFormat[d];for(let N=0;N<nn.length&&!a;N++){const h=nn[N];let m=e[h.valueField];const w=s[h.styleSlot],F=s[h.displaySlot],{unit:k,numberFormatUnit:Z}=h,S=Object.create(null);if(k==="seconds"||k==="milliseconds"||k==="microseconds"){let O;k==="seconds"?O=s.milliseconds:k==="milliseconds"?O=s.microseconds:O=s.nanoseconds,O==="numeric"&&(k==="seconds"?m+=e.milliseconds/1e3+e.microseconds/1e6+e.nanoseconds/1e9:k==="milliseconds"?m+=e.microseconds/1e3+e.nanoseconds/1e6:m+=e.nanoseconds/1e3,s.fractionalDigits===void 0?(S.maximumFractionDigits=9,S.minimumFractionDigits=0):(S.maximumFractionDigits=s.fractionalDigits,S.minimumFractionDigits=s.fractionalDigits),S.roundingMode="trunc",a=!0)}if(m!==0||F!=="auto"){S.numberingSystem=s.numberingSystem,w==="2-digit"&&(S.minimumIntegerDigits=2),w!=="2-digit"&&w!=="numeric"&&(S.style="unit",S.unit=Z,S.unitDisplay=w);const O=Tn(s.locale,S);let P;r?(P=t[t.length-1],P.push({type:"literal",value:c})):P=[],O.formatToParts(m).forEach(({type:_n,value:fn})=>{P.push({type:_n,value:fn,unit:Z})}),r||((w==="2-digit"||w==="numeric")&&(r=!0),t.push(P))}else r=!1}const _=Object.create(null);_.type="unit";let f=s.style;f==="digital"&&(f="short"),_.style=f;const p=Mn(s.locale,_),y=[];for(const N of t){let h="";for(const{value:m}of N)h+=m;y.push(h)}let C=p.formatToParts(y),I=0,M=t.length,g=[];for(const{type:N,value:h}of C)if(N==="element"){G(I<M,"Index out of bounds");let m=t[I];for(const w of m)g.push(w);I++}else G(N==="literal","Type must be literal"),g.push({type:"literal",value:h});return g}function jn(n){for(const e of cn){if(n[e]<0)return-1;if(n[e]>0)return 1}return 0}function Wn(n){const e=jn(n);for(const t of cn){const a=n[t];if(G(isFinite(Number(a)),`${t} is not finite`),a<0&&e>0||a>0&&e<0)return!1}return!0}function b(n){const e=un(n);return G(e.isInteger(),`${n} is not an integer`),e.toNumber()}function an(n){if(typeof n!="object")throw typeof n=="string"?new RangeError("Invalid duration format"):new TypeError("Invalid duration");const e={years:0,months:0,weeks:0,days:0,hours:0,minutes:0,seconds:0,milliseconds:0,microseconds:0,nanoseconds:0};if(n.days!==void 0&&(e.days=b(n.days)),n.hours!==void 0&&(e.hours=b(n.hours)),n.microseconds!==void 0&&(e.microseconds=b(n.microseconds)),n.milliseconds!==void 0&&(e.milliseconds=b(n.milliseconds)),n.minutes!==void 0&&(e.minutes=b(n.minutes)),n.months!==void 0&&(e.months=b(n.months)),n.nanoseconds!==void 0&&(e.nanoseconds=b(n.nanoseconds)),n.seconds!==void 0&&(e.seconds=b(n.seconds)),n.weeks!==void 0&&(e.weeks=b(n.weeks)),n.years!==void 0&&(e.years=b(n.years)),n.years===void 0&&n.months===void 0&&n.weeks===void 0&&n.days===void 0&&n.hours===void 0&&n.minutes===void 0&&n.seconds===void 0&&n.milliseconds===void 0&&n.microseconds===void 0&&n.nanoseconds===void 0)throw new TypeError("Invalid duration format");if(!Wn(e))throw new RangeError("Invalid duration format");return e}const Jn=["adlm","ahom","arab","arabext","armn","armnlow","bali","beng","bhks","brah","cakm","cham","cyrl","deva","diak","ethi","fullwide","gara","geor","gong","gonm","grek","greklow","gujr","gukh","guru","hanidays","hanidec","hans","hansfin","hant","hantfin","hebr","hmng","hmnp","java","jpan","jpanfin","jpanyear","kali","kawi","khmr","knda","krai","lana","lanatham","laoo","latn","lepc","limb","mathbold","mathdbl","mathmono","mathsanb","mathsans","mlym","modi","mong","mroo","mtei","mymr","mymrepka","mymrpao","mymrshan","mymrtlng","nagm","newa","nkoo","olck","onao","orya","osma","outlined","rohg","roman","romanlow","saur","segment","shrd","sind","sinh","sora","sund","sunu","takr","talu","taml","tamldec","telu","thai","tibt","tirh","tnsa","tols","vaii","wara","wcho"],V={default:":",localeData:{aa:{nu:["latn"]},"aa-DJ":{nu:["latn"]},"aa-ER":{nu:["latn"]},ab:{nu:["latn"]},af:{nu:["latn"]},"af-NA":{nu:["latn"]},agq:{nu:["latn"]},ak:{nu:["latn"]},am:{nu:["latn"]},an:{nu:["latn"]},ann:{nu:["latn"]},apc:{nu:["latn"]},ar:{nu:["latn","latn"]},"ar-AE":{nu:["latn","latn"]},"ar-BH":{nu:["arab","latn"]},"ar-DJ":{nu:["arab","latn"]},"ar-DZ":{nu:["latn","latn"]},"ar-EG":{nu:["arab","latn"]},"ar-EH":{nu:["latn","latn"]},"ar-ER":{nu:["arab","latn"]},"ar-IL":{nu:["arab","latn"]},"ar-IQ":{nu:["arab","latn"]},"ar-JO":{nu:["arab","latn"]},"ar-KM":{nu:["arab","latn"]},"ar-KW":{nu:["arab","latn"]},"ar-LB":{nu:["arab","latn"]},"ar-LY":{nu:["latn","latn"]},"ar-MA":{nu:["latn","latn"]},"ar-MR":{nu:["arab","latn"]},"ar-OM":{nu:["arab","latn"]},"ar-PS":{nu:["arab","latn"]},"ar-QA":{nu:["arab","latn"]},"ar-SA":{nu:["arab","latn"]},"ar-SD":{nu:["arab","latn"]},"ar-SO":{nu:["arab","latn"]},"ar-SS":{nu:["arab","latn"]},"ar-SY":{nu:["arab","latn"]},"ar-TD":{nu:["arab","latn"]},"ar-TN":{nu:["latn","latn"]},"ar-YE":{nu:["arab","latn"]},arn:{nu:["latn"]},as:{nu:["beng"]},asa:{nu:["latn"]},ast:{nu:["latn"]},az:{nu:["latn"]},"az-Arab":{nu:["arabext"]},"az-Arab-IQ":{nu:["arabext"]},"az-Arab-TR":{nu:["arabext"]},"az-Cyrl":{nu:["latn"]},"az-Latn":{nu:["latn"]},ba:{nu:["latn"]},bal:{nu:["latn"]},"bal-Arab":{nu:["latn"]},"bal-Latn":{nu:["latn"]},bas:{nu:["latn"]},be:{nu:["latn"]},"be-tarask":{nu:["latn"]},bem:{nu:["latn"]},bew:{nu:["latn"]},bez:{nu:["latn"]},bg:{nu:["latn"]},bgc:{nu:["deva"]},bgn:{nu:["arabext"]},"bgn-AE":{nu:["arabext"]},"bgn-AF":{nu:["arabext"]},"bgn-IR":{nu:["arabext"]},"bgn-OM":{nu:["arabext"]},bho:{nu:["deva"]},blo:{nu:["latn"]},blt:{nu:["latn"]},bm:{nu:["latn"]},"bm-Nkoo":{nu:["latn"]},bn:{nu:["beng"]},"bn-IN":{nu:["beng"]},bo:{nu:["latn"]},"bo-IN":{nu:["latn"]},bqi:{nu:["latn"]},br:{nu:["latn"]},brx:{nu:["latn"]},bs:{nu:["latn"]},"bs-Cyrl":{nu:["latn"]},"bs-Latn":{nu:["latn"]},bss:{nu:["latn"]},bua:{nu:["latn"]},byn:{nu:["latn"]},ca:{nu:["latn"]},"ca-AD":{nu:["latn"]},"ca-ES-valencia":{nu:["latn"]},"ca-FR":{nu:["latn"]},"ca-IT":{nu:["latn"]},cad:{nu:["latn"]},cch:{nu:["latn"]},ccp:{nu:["cakm"]},"ccp-IN":{nu:["cakm"]},ce:{nu:["latn"]},ceb:{nu:["latn"]},cgg:{nu:["latn"]},cho:{nu:["latn"]},chr:{nu:["latn"]},cic:{nu:["latn"]},ckb:{nu:["arab"]},"ckb-IR":{nu:["arab"]},co:{nu:["latn"]},cop:{nu:["latn"]},cs:{nu:["latn"]},csw:{nu:["latn"]},cu:{nu:["latn"]},cv:{nu:["latn"]},cy:{nu:["latn"]},da:{nu:["latn"],separator:{latn:"."}},"da-GL":{nu:["latn"],separator:{latn:"."}},dav:{nu:["latn"]},de:{nu:["latn"]},"de-AT":{nu:["latn"]},"de-BE":{nu:["latn"]},"de-CH":{nu:["latn"]},"de-IT":{nu:["latn"]},"de-LI":{nu:["latn"]},"de-LU":{nu:["latn"]},dje:{nu:["latn"]},doi:{nu:["latn"]},dsb:{nu:["latn"]},dua:{nu:["latn"]},dv:{nu:["latn"]},dyo:{nu:["latn"]},dz:{nu:["tibt"]},ebu:{nu:["latn"]},ee:{nu:["latn"]},"ee-TG":{nu:["latn"]},el:{nu:["latn"]},"el-CY":{nu:["latn"]},"el-polyton":{nu:["latn"]},en:{nu:["latn"]},"en-001":{nu:["latn"]},"en-150":{nu:["latn"]},"en-AE":{nu:["latn"]},"en-AG":{nu:["latn"]},"en-AI":{nu:["latn"]},"en-AS":{nu:["latn"]},"en-AT":{nu:["latn"]},"en-AU":{nu:["latn"]},"en-BB":{nu:["latn"]},"en-BE":{nu:["latn"]},"en-BI":{nu:["latn"]},"en-BM":{nu:["latn"]},"en-BS":{nu:["latn"]},"en-BW":{nu:["latn"]},"en-BZ":{nu:["latn"]},"en-CA":{nu:["latn"]},"en-CC":{nu:["latn"]},"en-CH":{nu:["latn"]},"en-CK":{nu:["latn"]},"en-CM":{nu:["latn"]},"en-CX":{nu:["latn"]},"en-CY":{nu:["latn"]},"en-CZ":{nu:["latn"]},"en-DE":{nu:["latn"]},"en-DG":{nu:["latn"]},"en-DK":{nu:["latn"],separator:{latn:"."}},"en-DM":{nu:["latn"]},"en-Dsrt":{nu:["latn"]},"en-EE":{nu:["latn"]},"en-ER":{nu:["latn"]},"en-ES":{nu:["latn"]},"en-FI":{nu:["latn"],separator:{latn:"."}},"en-FJ":{nu:["latn"]},"en-FK":{nu:["latn"]},"en-FM":{nu:["latn"]},"en-FR":{nu:["latn"]},"en-GB":{nu:["latn"]},"en-GD":{nu:["latn"]},"en-GE":{nu:["latn"]},"en-GG":{nu:["latn"]},"en-GH":{nu:["latn"]},"en-GI":{nu:["latn"]},"en-GM":{nu:["latn"]},"en-GS":{nu:["latn"]},"en-GU":{nu:["latn"]},"en-GY":{nu:["latn"]},"en-HK":{nu:["latn"]},"en-HU":{nu:["latn"]},"en-ID":{nu:["latn"]},"en-IE":{nu:["latn"]},"en-IL":{nu:["latn"]},"en-IM":{nu:["latn"]},"en-IN":{nu:["latn"]},"en-IO":{nu:["latn"]},"en-IT":{nu:["latn"]},"en-JE":{nu:["latn"]},"en-JM":{nu:["latn"]},"en-JP":{nu:["latn"]},"en-KE":{nu:["latn"]},"en-KI":{nu:["latn"]},"en-KN":{nu:["latn"]},"en-KY":{nu:["latn"]},"en-LC":{nu:["latn"]},"en-LR":{nu:["latn"]},"en-LS":{nu:["latn"]},"en-LT":{nu:["latn"]},"en-LV":{nu:["latn"]},"en-MG":{nu:["latn"]},"en-MH":{nu:["latn"]},"en-MO":{nu:["latn"]},"en-MP":{nu:["latn"]},"en-MS":{nu:["latn"]},"en-MT":{nu:["latn"]},"en-MU":{nu:["latn"]},"en-MV":{nu:["latn"]},"en-MW":{nu:["latn"]},"en-MY":{nu:["latn"]},"en-NA":{nu:["latn"]},"en-NF":{nu:["latn"]},"en-NG":{nu:["latn"]},"en-NL":{nu:["latn"]},"en-NO":{nu:["latn"]},"en-NR":{nu:["latn"]},"en-NU":{nu:["latn"]},"en-NZ":{nu:["latn"]},"en-PG":{nu:["latn"]},"en-PH":{nu:["latn"]},"en-PK":{nu:["latn"]},"en-PL":{nu:["latn"]},"en-PN":{nu:["latn"]},"en-PR":{nu:["latn"]},"en-PT":{nu:["latn"]},"en-PW":{nu:["latn"]},"en-RO":{nu:["latn"]},"en-RW":{nu:["latn"]},"en-SB":{nu:["latn"]},"en-SC":{nu:["latn"]},"en-SD":{nu:["latn"]},"en-SE":{nu:["latn"]},"en-SG":{nu:["latn"]},"en-SH":{nu:["latn"]},"en-SI":{nu:["latn"]},"en-SK":{nu:["latn"]},"en-SL":{nu:["latn"]},"en-SS":{nu:["latn"]},"en-SX":{nu:["latn"]},"en-SZ":{nu:["latn"]},"en-Shaw":{nu:["latn"]},"en-TC":{nu:["latn"]},"en-TK":{nu:["latn"]},"en-TO":{nu:["latn"]},"en-TT":{nu:["latn"]},"en-TV":{nu:["latn"]},"en-TZ":{nu:["latn"]},"en-UA":{nu:["latn"]},"en-UG":{nu:["latn"]},"en-UM":{nu:["latn"]},"en-VC":{nu:["latn"]},"en-VG":{nu:["latn"]},"en-VI":{nu:["latn"]},"en-VU":{nu:["latn"]},"en-WS":{nu:["latn"]},"en-ZA":{nu:["latn"]},"en-ZM":{nu:["latn"]},"en-ZW":{nu:["latn"]},eo:{nu:["latn"]},es:{nu:["latn"]},"es-419":{nu:["latn"]},"es-AR":{nu:["latn"]},"es-BO":{nu:["latn"]},"es-BR":{nu:["latn"]},"es-BZ":{nu:["latn"]},"es-CL":{nu:["latn"]},"es-CO":{nu:["latn"]},"es-CR":{nu:["latn"]},"es-CU":{nu:["latn"]},"es-DO":{nu:["latn"]},"es-EA":{nu:["latn"]},"es-EC":{nu:["latn"]},"es-GQ":{nu:["latn"]},"es-GT":{nu:["latn"]},"es-HN":{nu:["latn"]},"es-IC":{nu:["latn"]},"es-MX":{nu:["latn"]},"es-NI":{nu:["latn"]},"es-PA":{nu:["latn"]},"es-PE":{nu:["latn"]},"es-PH":{nu:["latn"]},"es-PR":{nu:["latn"]},"es-PY":{nu:["latn"]},"es-SV":{nu:["latn"]},"es-US":{nu:["latn"]},"es-UY":{nu:["latn"]},"es-VE":{nu:["latn"]},et:{nu:["latn"]},eu:{nu:["latn"]},ewo:{nu:["latn"]},fa:{nu:["arabext"]},"fa-AF":{nu:["arabext"]},ff:{nu:["latn"]},"ff-Adlm":{nu:["adlm"]},"ff-Adlm-BF":{nu:["adlm"]},"ff-Adlm-CM":{nu:["adlm"]},"ff-Adlm-GH":{nu:["adlm"]},"ff-Adlm-GM":{nu:["adlm"]},"ff-Adlm-GW":{nu:["adlm"]},"ff-Adlm-LR":{nu:["adlm"]},"ff-Adlm-MR":{nu:["adlm"]},"ff-Adlm-NE":{nu:["adlm"]},"ff-Adlm-NG":{nu:["adlm"]},"ff-Adlm-SL":{nu:["adlm"]},"ff-Adlm-SN":{nu:["adlm"]},"ff-Latn":{nu:["latn"]},"ff-Latn-BF":{nu:["latn"]},"ff-Latn-CM":{nu:["latn"]},"ff-Latn-GH":{nu:["latn"]},"ff-Latn-GM":{nu:["latn"]},"ff-Latn-GN":{nu:["latn"]},"ff-Latn-GW":{nu:["latn"]},"ff-Latn-LR":{nu:["latn"]},"ff-Latn-MR":{nu:["latn"]},"ff-Latn-NE":{nu:["latn"]},"ff-Latn-NG":{nu:["latn"]},"ff-Latn-SL":{nu:["latn"]},fi:{nu:["latn"],separator:{latn:"."}},fil:{nu:["latn"]},fo:{nu:["latn"]},"fo-DK":{nu:["latn"]},fr:{nu:["latn"]},"fr-BE":{nu:["latn"]},"fr-BF":{nu:["latn"]},"fr-BI":{nu:["latn"]},"fr-BJ":{nu:["latn"]},"fr-BL":{nu:["latn"]},"fr-CA":{nu:["latn"]},"fr-CD":{nu:["latn"]},"fr-CF":{nu:["latn"]},"fr-CG":{nu:["latn"]},"fr-CH":{nu:["latn"]},"fr-CI":{nu:["latn"]},"fr-CM":{nu:["latn"]},"fr-DJ":{nu:["latn"]},"fr-DZ":{nu:["latn"]},"fr-GA":{nu:["latn"]},"fr-GF":{nu:["latn"]},"fr-GN":{nu:["latn"]},"fr-GP":{nu:["latn"]},"fr-GQ":{nu:["latn"]},"fr-HT":{nu:["latn"]},"fr-KM":{nu:["latn"]},"fr-LU":{nu:["latn"]},"fr-MA":{nu:["latn"]},"fr-MC":{nu:["latn"]},"fr-MF":{nu:["latn"]},"fr-MG":{nu:["latn"]},"fr-ML":{nu:["latn"]},"fr-MQ":{nu:["latn"]},"fr-MR":{nu:["latn"]},"fr-MU":{nu:["latn"]},"fr-NC":{nu:["latn"]},"fr-NE":{nu:["latn"]},"fr-PF":{nu:["latn"]},"fr-PM":{nu:["latn"]},"fr-RE":{nu:["latn"]},"fr-RW":{nu:["latn"]},"fr-SC":{nu:["latn"]},"fr-SN":{nu:["latn"]},"fr-SY":{nu:["latn"]},"fr-TD":{nu:["latn"]},"fr-TG":{nu:["latn"]},"fr-TN":{nu:["latn"]},"fr-VU":{nu:["latn"]},"fr-WF":{nu:["latn"]},"fr-YT":{nu:["latn"]},frr:{nu:["latn"]},fur:{nu:["latn"]},fy:{nu:["latn"]},ga:{nu:["latn"]},"ga-GB":{nu:["latn"]},gaa:{nu:["latn"]},gd:{nu:["latn"]},gez:{nu:["latn"]},"gez-ER":{nu:["latn"]},gl:{nu:["latn"]},gn:{nu:["latn"]},gsw:{nu:["latn"]},"gsw-FR":{nu:["latn"]},"gsw-LI":{nu:["latn"]},gu:{nu:["latn"]},guz:{nu:["latn"]},gv:{nu:["latn"]},ha:{nu:["latn"]},"ha-Arab":{nu:["latn"]},"ha-Arab-SD":{nu:["latn"]},"ha-GH":{nu:["latn"]},"ha-NE":{nu:["latn"]},haw:{nu:["latn"]},he:{nu:["latn"]},hi:{nu:["latn"]},"hi-Latn":{nu:["latn"]},hnj:{nu:["hmnp","latn"]},"hnj-Hmnp":{nu:["hmnp","latn"]},hr:{nu:["latn"]},"hr-BA":{nu:["latn"]},hsb:{nu:["latn"]},ht:{nu:["latn"]},hu:{nu:["latn"]},hy:{nu:["latn"]},ia:{nu:["latn"]},id:{nu:["latn"],separator:{latn:"."}},ie:{nu:["latn"]},ig:{nu:["latn"]},ii:{nu:["latn"]},io:{nu:["latn"]},is:{nu:["latn"]},it:{nu:["latn"]},"it-CH":{nu:["latn"]},"it-SM":{nu:["latn"]},"it-VA":{nu:["latn"]},iu:{nu:["latn"]},"iu-Latn":{nu:["latn"]},ja:{nu:["latn"]},jbo:{nu:["latn"]},jgo:{nu:["latn"]},jmc:{nu:["latn"]},jv:{nu:["latn"]},ka:{nu:["latn"]},kaa:{nu:["latn"]},"kaa-Cyrl":{nu:["latn"]},"kaa-Latn":{nu:["latn"]},kab:{nu:["latn"]},kaj:{nu:["latn"]},kam:{nu:["latn"]},kcg:{nu:["latn"]},kde:{nu:["latn"]},kea:{nu:["latn"]},kek:{nu:["latn"]},ken:{nu:["latn"]},kgp:{nu:["latn"]},khq:{nu:["latn"]},ki:{nu:["latn"]},kk:{nu:["latn"]},"kk-Arab":{nu:["latn"]},"kk-Cyrl":{nu:["latn"]},"kk-KZ":{nu:["latn"]},kkj:{nu:["latn"]},kl:{nu:["latn"]},kln:{nu:["latn"]},km:{nu:["latn"]},kn:{nu:["latn"]},ko:{nu:["latn"]},"ko-CN":{nu:["latn"]},"ko-KP":{nu:["latn"]},kok:{nu:["latn"]},"kok-Deva":{nu:["latn"]},"kok-Latn":{nu:["latn"]},kpe:{nu:["latn"]},"kpe-GN":{nu:["latn"]},ks:{nu:["arabext"]},"ks-Arab":{nu:["arabext"]},"ks-Deva":{nu:["latn"]},ksb:{nu:["latn"]},ksf:{nu:["latn"]},ksh:{nu:["latn"]},ku:{nu:["latn"]},"ku-Arab":{nu:["latn"]},"ku-Arab-IR":{nu:["latn"]},"ku-Latn":{nu:["latn"]},"ku-Latn-IQ":{nu:["latn"]},"ku-Latn-SY":{nu:["latn"]},"ku-TR":{nu:["latn"]},kw:{nu:["latn"]},kxv:{nu:["latn"]},"kxv-Deva":{nu:["latn"]},"kxv-Latn":{nu:["latn"]},"kxv-Orya":{nu:["latn"]},"kxv-Telu":{nu:["latn"]},ky:{nu:["latn"]},la:{nu:["latn"]},lag:{nu:["latn"]},lb:{nu:["latn"]},lg:{nu:["latn"]},lij:{nu:["latn"]},lkt:{nu:["latn"]},lld:{nu:["latn"]},lmo:{nu:["latn"]},ln:{nu:["latn"]},"ln-AO":{nu:["latn"]},"ln-CF":{nu:["latn"]},"ln-CG":{nu:["latn"]},lo:{nu:["latn"]},lrc:{nu:["arabext"]},"lrc-IQ":{nu:["arabext"]},lt:{nu:["latn"]},ltg:{nu:["latn"]},lu:{nu:["latn"]},luo:{nu:["latn"]},luy:{nu:["latn"]},lv:{nu:["latn"]},lzz:{nu:["latn"]},mai:{nu:["latn"]},mas:{nu:["latn"]},"mas-TZ":{nu:["latn"]},mdf:{nu:["latn"]},mer:{nu:["latn"]},mfe:{nu:["latn"]},mg:{nu:["latn"]},mgh:{nu:["latn"]},mgo:{nu:["latn"]},mhn:{nu:["latn"]},mi:{nu:["latn"]},mic:{nu:["latn"]},mk:{nu:["latn"]},ml:{nu:["latn"]},mn:{nu:["latn"]},"mn-Mong":{nu:["latn"]},"mn-Mong-MN":{nu:["latn"]},mni:{nu:["beng"]},"mni-Beng":{nu:["beng"]},"mni-Mtei":{nu:["mtei"]},moh:{nu:["latn"]},mr:{nu:["deva"]},ms:{nu:["latn"]},"ms-Arab":{nu:["latn"]},"ms-Arab-BN":{nu:["latn"]},"ms-BN":{nu:["latn"]},"ms-ID":{nu:["latn"],separator:{latn:"."}},"ms-SG":{nu:["latn"]},mt:{nu:["latn"]},mua:{nu:["latn"]},mus:{nu:["latn"]},mww:{nu:["hmnp","latn"]},"mww-Hmnp":{nu:["hmnp","latn"]},my:{nu:["mymr"]},myv:{nu:["latn"]},mzn:{nu:["arabext"]},naq:{nu:["latn"]},nb:{nu:["latn"]},"nb-SJ":{nu:["latn"]},nd:{nu:["latn"]},nds:{nu:["latn"]},"nds-NL":{nu:["latn"]},ne:{nu:["deva"]},"ne-IN":{nu:["deva"]},nl:{nu:["latn"]},"nl-AW":{nu:["latn"]},"nl-BE":{nu:["latn"]},"nl-BQ":{nu:["latn"]},"nl-CW":{nu:["latn"]},"nl-SR":{nu:["latn"]},"nl-SX":{nu:["latn"]},nmg:{nu:["latn"]},nn:{nu:["latn"]},nnh:{nu:["latn"]},no:{nu:["latn"]},nqo:{nu:["nkoo"]},nr:{nu:["latn"]},nso:{nu:["latn"]},nus:{nu:["latn"]},nv:{nu:["latn"]},ny:{nu:["latn"]},nyn:{nu:["latn"]},oc:{nu:["latn"]},"oc-ES":{nu:["latn"]},oka:{nu:["latn"]},"oka-US":{nu:["latn"]},om:{nu:["latn"]},"om-KE":{nu:["latn"]},or:{nu:["latn"]},os:{nu:["latn"]},"os-RU":{nu:["latn"]},osa:{nu:["latn"]},pa:{nu:["latn"]},"pa-Arab":{nu:["arabext"]},"pa-Guru":{nu:["latn"]},pap:{nu:["latn"]},"pap-AW":{nu:["latn"]},pcm:{nu:["latn"]},pi:{nu:["latn"]},"pi-Latn":{nu:["latn"]},pis:{nu:["latn"]},pl:{nu:["latn"]},pms:{nu:["latn"]},prg:{nu:["latn"]},ps:{nu:["arabext"]},"ps-PK":{nu:["arabext"]},pt:{nu:["latn"]},"pt-AO":{nu:["latn"]},"pt-CH":{nu:["latn"]},"pt-CV":{nu:["latn"]},"pt-GQ":{nu:["latn"]},"pt-GW":{nu:["latn"]},"pt-LU":{nu:["latn"]},"pt-MO":{nu:["latn"]},"pt-MZ":{nu:["latn"]},"pt-PT":{nu:["latn"]},"pt-ST":{nu:["latn"]},"pt-TL":{nu:["latn"]},qu:{nu:["latn"]},"qu-BO":{nu:["latn"]},"qu-EC":{nu:["latn"]},quc:{nu:["latn"]},raj:{nu:["deva"]},rhg:{nu:["latn"]},"rhg-Rohg":{nu:["latn"]},"rhg-Rohg-BD":{nu:["latn"]},rif:{nu:["latn"]},rm:{nu:["latn"]},rn:{nu:["latn"]},ro:{nu:["latn"]},"ro-MD":{nu:["latn"]},rof:{nu:["latn"]},ru:{nu:["latn"]},"ru-BY":{nu:["latn"]},"ru-KG":{nu:["latn"]},"ru-KZ":{nu:["latn"]},"ru-MD":{nu:["latn"]},"ru-UA":{nu:["latn"]},rw:{nu:["latn"]},rwk:{nu:["latn"]},sa:{nu:["deva"]},sah:{nu:["latn"]},saq:{nu:["latn"]},sat:{nu:["olck"]},"sat-Deva":{nu:["deva"]},"sat-Olck":{nu:["olck"]},sbp:{nu:["latn"]},sc:{nu:["latn"]},scn:{nu:["latn"]},sd:{nu:["arab"]},"sd-Arab":{nu:["arab"]},"sd-Deva":{nu:["latn"]},sdh:{nu:["arab"]},"sdh-IQ":{nu:["arab"]},se:{nu:["latn"]},"se-FI":{nu:["latn"]},"se-SE":{nu:["latn"]},seh:{nu:["latn"]},ses:{nu:["latn"]},sg:{nu:["latn"]},sgs:{nu:["latn"]},shi:{nu:["latn"]},"shi-Latn":{nu:["latn"]},"shi-Tfng":{nu:["latn"]},shn:{nu:["latn"]},"shn-TH":{nu:["latn"]},si:{nu:["latn"],separator:{latn:"."}},sid:{nu:["latn"]},sk:{nu:["latn"]},skr:{nu:["latn"]},sl:{nu:["latn"]},sma:{nu:["latn"]},"sma-NO":{nu:["latn"]},smj:{nu:["latn"]},"smj-NO":{nu:["latn"]},smn:{nu:["latn"],separator:{latn:"."}},sms:{nu:["latn"]},sn:{nu:["latn"]},so:{nu:["latn"]},"so-DJ":{nu:["latn"]},"so-ET":{nu:["latn"]},"so-KE":{nu:["latn"]},sq:{nu:["latn"]},"sq-MK":{nu:["latn"]},"sq-XK":{nu:["latn"]},sr:{nu:["latn"]},"sr-Cyrl":{nu:["latn"]},"sr-Cyrl-BA":{nu:["latn"]},"sr-Cyrl-ME":{nu:["latn"]},"sr-Cyrl-XK":{nu:["latn"]},"sr-Latn":{nu:["latn"]},"sr-Latn-BA":{nu:["latn"]},"sr-Latn-ME":{nu:["latn"]},"sr-Latn-XK":{nu:["latn"]},ss:{nu:["latn"]},"ss-SZ":{nu:["latn"]},ssy:{nu:["latn"]},st:{nu:["latn"]},"st-LS":{nu:["latn"]},su:{nu:["latn"],separator:{latn:"."}},"su-Latn":{nu:["latn"],separator:{latn:"."}},suz:{nu:["latn"]},"suz-Deva":{nu:["latn"]},"suz-Sunu":{nu:["latn"]},sv:{nu:["latn"]},"sv-AX":{nu:["latn"]},"sv-FI":{nu:["latn"],separator:{latn:"."}},sw:{nu:["latn"]},"sw-CD":{nu:["latn"]},"sw-KE":{nu:["latn"]},"sw-UG":{nu:["latn"]},syr:{nu:["latn"]},"syr-SY":{nu:["latn"]},szl:{nu:["latn"]},ta:{nu:["latn"]},"ta-LK":{nu:["latn"]},"ta-MY":{nu:["latn"]},"ta-SG":{nu:["latn"]},te:{nu:["latn"]},teo:{nu:["latn"]},"teo-KE":{nu:["latn"]},tg:{nu:["latn"]},th:{nu:["latn"]},ti:{nu:["latn"]},"ti-ER":{nu:["latn"]},tig:{nu:["latn"]},tk:{nu:["latn"]},tn:{nu:["latn"]},"tn-BW":{nu:["latn"]},to:{nu:["latn"]},tok:{nu:["latn"]},tpi:{nu:["latn"]},tr:{nu:["latn"]},"tr-CY":{nu:["latn"]},trv:{nu:["latn"]},trw:{nu:["latn"]},ts:{nu:["latn"]},tt:{nu:["latn"]},twq:{nu:["latn"]},tyv:{nu:["latn"]},tzm:{nu:["latn"]},ug:{nu:["latn"]},uk:{nu:["latn"]},und:{nu:["latn"]},ur:{nu:["latn"]},"ur-IN":{nu:["arabext"],separator:{arabext:"٫"}},uz:{nu:["latn"]},"uz-Arab":{nu:["arabext"]},"uz-Cyrl":{nu:["latn"]},"uz-Latn":{nu:["latn"]},vai:{nu:["latn"]},"vai-Latn":{nu:["latn"]},"vai-Vaii":{nu:["latn"]},ve:{nu:["latn"]},vec:{nu:["latn"]},vi:{nu:["latn"]},vmw:{nu:["latn"]},vo:{nu:["latn"]},vun:{nu:["latn"]},wa:{nu:["latn"]},wae:{nu:["latn"]},wal:{nu:["latn"]},wbp:{nu:["latn"]},wo:{nu:["latn"]},xh:{nu:["latn"]},xnr:{nu:["latn"]},xog:{nu:["latn"]},yav:{nu:["latn"]},yi:{nu:["latn"]},yo:{nu:["latn"]},"yo-BJ":{nu:["latn"]},yrl:{nu:["latn"]},"yrl-CO":{nu:["latn"]},"yrl-VE":{nu:["latn"]},yue:{nu:["latn"]},"yue-Hans":{nu:["latn"]},"yue-Hant":{nu:["latn"]},"yue-Hant-CN":{nu:["latn"]},"yue-Hant-MO":{nu:["latn"]},za:{nu:["latn"]},zgh:{nu:["latn"]},zh:{nu:["latn"]},"zh-Hans":{nu:["latn"]},"zh-Hans-HK":{nu:["latn"]},"zh-Hans-MO":{nu:["latn"]},"zh-Hans-MY":{nu:["latn"]},"zh-Hans-SG":{nu:["latn"]},"zh-Hant":{nu:["latn"]},"zh-Hant-HK":{nu:["latn"]},"zh-Hant-MO":{nu:["latn"]},"zh-Hant-MY":{nu:["latn"]},"zh-Latn":{nu:["latn"]},zu:{nu:["latn"]}}},$n=["locale","style","years","yearsDisplay","months","monthsDisplay","weeks","weeksDisplay","days","daysDisplay","hours","hoursDisplay","minutes","minutesDisplay","seconds","secondsDisplay","milliseconds","millisecondsDisplay","microseconds","microsecondsDisplay","nanoseconds","nanosecondsDisplay","numberingSystem","fractionalDigits"],Qn=[{styleSlot:"years",displaySlot:"yearsDisplay",unit:"years",values:["long","short","narrow"],digitalDefault:"short"},{styleSlot:"months",displaySlot:"monthsDisplay",unit:"months",values:["long","short","narrow"],digitalDefault:"short"},{styleSlot:"weeks",displaySlot:"weeksDisplay",unit:"weeks",values:["long","short","narrow"],digitalDefault:"short"},{styleSlot:"days",displaySlot:"daysDisplay",unit:"days",values:["long","short","narrow"],digitalDefault:"short"},{styleSlot:"hours",displaySlot:"hoursDisplay",unit:"hours",values:["long","short","narrow","numeric","2-digit"],digitalDefault:"numeric"},{styleSlot:"minutes",displaySlot:"minutesDisplay",unit:"minutes",values:["long","short","narrow","numeric","2-digit"],digitalDefault:"numeric"},{styleSlot:"seconds",displaySlot:"secondsDisplay",unit:"seconds",values:["long","short","narrow","numeric","2-digit"],digitalDefault:"numeric"},{styleSlot:"milliseconds",displaySlot:"millisecondsDisplay",unit:"milliseconds",values:["long","short","narrow","numeric"],digitalDefault:"numeric"},{styleSlot:"microseconds",displaySlot:"microsecondsDisplay",unit:"microseconds",values:["long","short","narrow","numeric"],digitalDefault:"numeric"},{styleSlot:"nanoseconds",displaySlot:"nanosecondsDisplay",unit:"nanoseconds",values:["long","short","narrow","numeric"],digitalDefault:"numeric"}];class T{constructor(e,t){if(!(this&&this instanceof T?this.constructor:void 0))throw new TypeError("Intl.DurationFormat must be called with 'new'");const r=q(e),s=Object.create(null),l=t===void 0?Object.create(null):ln(t),u=v(l,"localeMatcher","string",["best fit","lookup"],"best fit"),d=v(l,"numberingSystem","string",void 0,void 0);if(d!==void 0&&Jn.indexOf(d)<0)throw RangeError(`Invalid numberingSystems: ${d}`);s.nu=d,s.localeMatcher=u;const{localeData:c,availableLocales:_}=T,f=Bn(_,r,s,["nu"],c,T.getDefaultLocale),p=f.locale,y=R(this);y.initializedDurationFormat=!0,y.locale=p,y.numberingSystem=f.nu;const C=v(l,"style","string",["long","short","narrow","digital"],"short");y.style=C,y.dataLocale=f.dataLocale;let I="";Qn.forEach(M=>{const{styleSlot:g,displaySlot:N,unit:h,values:m,digitalDefault:w}=M,F=qn(h,l,C,m,w,I);y[g]=F.style,y[N]=F.display,(h==="hours"||h==="minutes"||h==="seconds"||h==="milliseconds"||h==="microseconds")&&(I=F.style)}),y.fractionalDigits=On(l,"fractionalDigits",0,9,void 0)}resolvedOptions(){if(typeof this!="object"||!Ln(T,this))throw TypeError("Method Intl.DurationFormat.prototype.resolvedOptions called on incompatible receiver");const e=R(this),t={};for(const a of $n){let r=e[a];a==="fractionalDigits"?r!==void 0&&(r=Number(r)):G(r!==void 0,`Missing internal slot ${a}`),t[a]=r}return t}formatToParts(e){if(R(this).initializedDurationFormat===void 0)throw new TypeError("Error uninitialized locale");const a=an(e),r=tn(this,a),s=[];for(const{type:l,unit:u,value:d}of r){const c={type:l,value:d};u&&(c.unit=u),s.push(c)}return s}format(e){if(R(this).initializedDurationFormat===void 0)throw new TypeError("Error uninitialized locale");const a=an(e),r=tn(this,a);let s="";for(const{value:l}of r)s+=l;return s}static supportedLocalesOf(e,t){return Zn(T.availableLocales,q(e),t)}static __defaultLocale="en";static availableLocales=new Set;static localeData=Object.keys(V.localeData).reduce((e,t)=>{T.availableLocales.add(t);const a=V.localeData[t].nu;return e[t]={nu:a,digitalFormat:V.localeData[t].separator||a.reduce((r,s)=>(r[s]=V.default,r),{})},e},{});static getDefaultLocale=()=>T.__defaultLocale;static polyfilled=!0}typeof Intl>"u"&&(typeof window<"u"?Object.defineProperty(window,"Intl",{value:{}}):typeof global<"u"&&Object.defineProperty(global,"Intl",{value:{}}));Object.defineProperty(Intl,"DurationFormat",{value:T});
|
|
2
|
+
//# sourceMappingURL=polyfill-force-B1_U3T6K.js.map
|