UNPKG

iobroker.lovelace

Version:

With this adapter you can build visualization for ioBroker with Home Assistant Lovelace UI

3 lines • 92.6 kB
/*! For license information please see chunk.5e1f869de09bdc515bec.js.LICENSE.txt */
(self.webpackChunkhome_assistant_frontend=self.webpackChunkhome_assistant_frontend||[]).push([[113],{17894:(e,r,t)=>{"use strict";t.r(r),t.d(r,{ArrayCreate:()=>_,BasicFormatMatcher:()=>S,BestFitFormatMatcher:()=>w,CanonicalCodeForDisplayNames:()=>de,CanonicalizeLocaleList:()=>L,CanonicalizeTimeZoneName:()=>F,ComputeExponent:()=>Ee,ComputeExponentForMagnitude:()=>we,CurrencyDigits:()=>ke,DATE_TIME_PROPS:()=>g,DateFromTime:()=>q,DateTimeStyleFormat:()=>E,Day:()=>T,DayFromYear:()=>B,DayWithinYear:()=>Z,DaysInYear:()=>U,FormatDateTime:()=>X,FormatDateTimeToParts:()=>ee,FormatNumericToParts:()=>Be,FormatNumericToString:()=>Se,FormatRelativeTime:()=>He,FormatRelativeTimeToParts:()=>Ke,GetNumberOption:()=>ve,GetOperands:()=>Ze,GetOption:()=>te,HasOwnProperty:()=>j,HourFromTime:()=>Y,InLeapYear:()=>$,InitializeDateTimeFormat:()=>ue,InitializeNumberFormat:()=>Ue,InitializePluralRules:()=>$e,InitializeRelativeTimeFormat:()=>Je,IsSanctionedSimpleUnitIdentifier:()=>ye,IsValidTimeZoneName:()=>ie,IsWellFormedCurrencyCode:()=>se,IsWellFormedUnitIdentifier:()=>De,MakePartsList:()=>Ye,MinFromTime:()=>W,MonthFromTime:()=>G,PartitionDateTimePattern:()=>Q,PartitionNumberPattern:()=>Pe,PartitionPattern:()=>K,PartitionRelativeTimePattern:()=>We,ResolveLocale:()=>oe,ResolvePlural:()=>Ge,SANCTIONED_UNITS:()=>me,SIMPLE_UNITS:()=>be,SameValue:()=>x,SecFromTime:()=>H,SetNumberFormatDigitOptions:()=>Re,SetNumberFormatUnitOptions:()=>ze,SingularRelativeTimeUnit:()=>qe,SupportedLocales:()=>Xe,TimeClip:()=>O,TimeFromYear:()=>z,ToDateTimeOptions:()=>re,ToNumber:()=>C,ToObject:()=>N,ToRawFixed:()=>Fe,ToRawPrecision:()=>Le,ToString:()=>k,Type:()=>M,WeekDay:()=>P,YearFromTime:()=>R,_formatToParts:()=>Me,defineProperty:()=>h,getInternalSlot:()=>u,getLocaleHierarchy:()=>er,getMagnitude:()=>n,getMultiInternalSlots:()=>c,invariant:()=>d,isLiteralPart:()=>s,isMissingLocaleDataError:()=>tr,parseDateTimeSkeleton:()=>b,removeUnitNamespace:()=>pe,setInternalSlot:()=>i,setMultiInternalSlots:()=>l,unpackData:()=>ar});var a=t(87480);function n(e){return Math.floor(Math.log(e)*Math.LOG10E)}function o(e,r){if("function"==typeof e.repeat)return e.repeat(r);for(var t=new Array(r),a=0;a<t.length;a++)t[a]=e;return t.join("")}function i(e,r,t,a){e.get(r)||e.set(r,Object.create(null)),e.get(r)[t]=a}function l(e,r,t){for(var a=0,n=Object.keys(t);a<n.length;a++){var o=n[a];i(e,r,o,t[o])}}function u(e,r,t){return c(e,r,t)[t]}function c(e,r){for(var t=[],a=2;a<arguments.length;a++)t[a-2]=arguments[a];var n=e.get(r);if(!n)throw new TypeError(r+" InternalSlot has not been initialized");return t.reduce((function(e,r){return e[r]=n[r],e}),Object.create(null))}function s(e){return"literal"===e.type}function h(e,r,t){var a=t.value;Object.defineProperty(e,r,{configurable:!0,enumerable:!1,writable:!0,value:a})}var f=/-u(?:-[0-9a-z]{2,8})+/gi;function d(e,r,t){if(void 0===t&&(t=Error),!e)throw new t(r)}var g=["weekday","era","year","month","day","hour","minute","second","timeZoneName"],v=/(?:[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,m=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;function p(e,r){void 0===r&&(r={pattern:"",pattern12:"",skeleton:"",rawPattern:""});var t=e.length;switch(e[0]){case"G":return r.era=4===t?"long":5===t?"narrow":"short","{era}";case"y":case"Y":case"u":case"U":case"r":return r.year=2===t?"2-digit":"numeric","{year}";case"q":case"Q":throw new RangeError("`w/Q` (quarter) patterns are not supported");case"M":case"L":return r.month=["numeric","2-digit","short","long","narrow"][t-1],"{month}";case"w":case"W":throw new RangeError("`w/W` (week of year) patterns are not supported");case"d":return r.day=["numeric","2-digit"][t-1],"{day}";case"D":case"F":case"g":return r.day="numeric","{day}";case"E":return r.weekday=4===t?"long":5===t?"narrow":"short","{weekday}";case"e":return r.weekday=["numeric","2-digit","short","long","narrow","short"][t-1],"{weekday}";case"c":return r.weekday=["numeric",void 0,"short","long","narrow","short"][t-1],"{weekday}";case"a":case"b":case"B":return r.hour12=!0,"{ampm}";case"h":return r.hour=["numeric","2-digit"][t-1],r.hour12=!0,"{hour}";case"H":return r.hour=["numeric","2-digit"][t-1],"{hour}";case"K":return r.hour=["numeric","2-digit"][t-1],r.hour12=!0,"{hour}";case"k":return r.hour=["numeric","2-digit"][t-1],"{hour}";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":return r.minute=["numeric","2-digit"][t-1],"{minute}";case"s":return r.second=["numeric","2-digit"][t-1],"{second}";case"S":case"A":return r.second="numeric","{second}";case"z":case"Z":case"O":case"v":case"V":case"X":case"x":return r.timeZoneName=t<4?"short":"long","{timeZoneName}"}return""}function b(e,r){void 0===r&&(r=e);var t={pattern:"",pattern12:"",skeleton:e,rawPattern:r},a=[];return t.pattern12=r.replace(/'{2}/g,"{apostrophe}").replace(/'(.*?)'/g,(function(e,r){return a.push(r),"$$"+(a.length-1)+"$$"})).replace(v,p),e.replace(v,(function(e){return p(e,t)})),a.length&&(t.pattern12=t.pattern12.replace(/\$\$(\d+)\$\$/g,(function(e,r){return a[+r]})).replace(/\{apostrophe\}/g,"'")),t.pattern=t.pattern12.replace(/([\s\uFEFF\xA0])\{ampm\}([\s\uFEFF\xA0])/,"$1").replace("{ampm}","").replace(m,""),t}function y(e){return"numeric"===e||"2-digit"===e}function D(e,r){var t=0;e.hour12&&!r.hour12?t-=120:!e.hour12&&r.hour12&&(t-=20);for(var a=0,n=g;a<n.length;a++){var o=n[a],i=e[o],l=r[o];if(void 0===i&&void 0!==l)t-=20;else if(void 0!==i&&void 0===l)t-=120;else if(i!==l)if(y(i)!==y(l))t-=15;else{var u=["2-digit","numeric","narrow","short","long"],c=u.indexOf(i),s=u.indexOf(l),h=Math.max(-2,Math.min(s-c,2));2===h?t-=6:1===h?t-=3:-1===h?t-=6:-2===h&&(t-=8)}}return t}function w(e,r){var t=-1/0,n=r[0];d(Array.isArray(r),"formats should be a list of things");for(var o=0,i=r;o<i.length;o++){var l=i[o],u=D(e,l);u>t&&(t=u,n=l)}var c=(0,a.__assign)({},n),s=b(n.rawPattern);for(var h in s){var f=c[h],g=s[h],v=e[h];"minute"!==h&&"second"!==h&&(v&&(y(g)&&!y(v)||f!==v&&(s[h]=v)))}return s}function L(e){return Intl.getCanonicalLocales(e)}function F(e,r){var t=r.tzData,a=r.uppercaseLinks,n=e.toUpperCase(),o=Object.keys(t).reduce((function(e,r){return e[r.toUpperCase()]=r,e}),{}),i=a[n]||o[n];return"Etc/UTC"===i||"Etc/GMT"===i?"UTC":i}function S(e,r){var t=-1/0,n=r[0];d(Array.isArray(r),"formats should be a list of things");for(var o=0,i=r;o<i.length;o++){for(var l=i[o],u=0,c=0,s=g;c<s.length;c++){var h=s[c],f=e[h],v=l[h];if(void 0===f&&void 0!==v)u-=20;else if(void 0!==f&&void 0===v)u-=120;else if(f!==v){var m=["2-digit","numeric","narrow","short","long"],p=m.indexOf(f),b=m.indexOf(v),y=Math.max(-2,Math.min(b-p,2));2===y?u-=6:1===y?u-=3:-1===y?u-=6:-2===y&&(u-=8)}}u>t&&(t=u,n=l)}return(0,a.__assign)({},n)}function E(e,r,t){var a,n;if(void 0!==r&&(d("full"===r||"long"===r||"medium"===r||"short"===r,"invalid timeStyle"),n=t.timeFormat[r]),void 0!==e&&(d("full"===e||"long"===e||"medium"===e||"short"===e,"invalid dateStyle"),a=t.dateFormat[e]),void 0!==e&&void 0!==r){var o={};for(var i in a)"pattern"!==i&&(o[i]=a[i]);for(var i in n)"pattern"!==i&&"pattern12"!==i&&(o[i]=n[i]);var l=t.dateTimeFormat[e],u=l.replace("{0}",n.pattern).replace("{1}",a.pattern);if(o.pattern=u,"pattern12"in n){var c=l.replace("{0}",n.pattern12).replace("{1}",a.pattern);o.pattern12=c}return o}return void 0!==r?n:(d(void 0!==e,"dateStyle should not be undefined"),a)}function k(e){if("symbol"==typeof e)throw TypeError("Cannot convert a Symbol value to a string");return String(e)}function C(e){if(void 0===e)return NaN;if(null===e)return 0;if("boolean"==typeof e)return e?1:0;if("number"==typeof e)return e;if("symbol"==typeof e||"bigint"==typeof e)throw new TypeError("Cannot convert symbol/bigint to number");return Number(e)}function O(e){return isFinite(e)?Math.abs(e)>864e14?NaN:function(e){var r=C(e);if(isNaN(r)||x(r,-0))return 0;if(isFinite(r))return r;var t=Math.floor(Math.abs(r));return r<0&&(t=-t),x(t,-0)?0:t}(e):NaN}function N(e){if(null==e)throw new TypeError("undefined/null cannot be converted to object");return Object(e)}function x(e,r){return Object.is?Object.is(e,r):e===r?0!==e||1/e==1/r:e!=e&&r!=r}function _(e){return new Array(e)}function j(e,r){return Object.prototype.hasOwnProperty.call(e,r)}function M(e){return null===e?"Null":void 0===e?"Undefined":"function"==typeof e||"object"==typeof e?"Object":"number"==typeof e?"Number":"boolean"==typeof e?"Boolean":"string"==typeof e?"String":"symbol"==typeof e?"Symbol":"bigint"==typeof e?"BigInt":void 0}var I=864e5;function A(e,r){return e-Math.floor(e/r)*r}function T(e){return Math.floor(e/I)}function P(e){return A(T(e)+4,7)}function B(e){return 365*(e-1970)+Math.floor((e-1969)/4)-Math.floor((e-1901)/100)+Math.floor((e-1601)/400)}function z(e){return I*B(e)}function R(e){for(var r=Math.ceil(e/I/366);z(r)<=e;)r++;return r-1}function U(e){return e%4!=0?365:e%100!=0?366:e%400!=0?365:366}function Z(e){return T(e)-B(R(e))}function $(e){return 365===U(R(e))?0:1}function G(e){var r=Z(e),t=$(e);if(r>=0&&r<31)return 0;if(r<59+t)return 1;if(r<90+t)return 2;if(r<120+t)return 3;if(r<151+t)return 4;if(r<181+t)return 5;if(r<212+t)return 6;if(r<243+t)return 7;if(r<273+t)return 8;if(r<304+t)return 9;if(r<334+t)return 10;if(r<365+t)return 11;throw new Error("Invalid time")}function q(e){var r=Z(e),t=G(e),a=$(e);if(0===t)return r+1;if(1===t)return r-30;if(2===t)return r-58-a;if(3===t)return r-89-a;if(4===t)return r-119-a;if(5===t)return r-150-a;if(6===t)return r-180-a;if(7===t)return r-211-a;if(8===t)return r-242-a;if(9===t)return r-272-a;if(10===t)return r-303-a;if(11===t)return r-333-a;throw new Error("Invalid time")}function Y(e){return A(Math.floor(e/36e5),24)}function W(e){return A(Math.floor(e/6e4),60)}function H(e){return A(Math.floor(e/1e3),60)}function K(e){for(var r=[],t=e.indexOf("{"),a=0,n=0,o=e.length;t<e.length&&t>-1;)d((a=e.indexOf("}",t))>t,"Invalid pattern "+e),t>n&&r.push({type:"literal",value:e.substring(n,t)}),r.push({type:e.substring(t+1,a),value:void 0}),n=a+1,t=e.indexOf("{",n);return n<o&&r.push({type:"literal",value:e.substring(n,o)}),r}function V(e){return e<10?"0"+e:String(e)}function J(e,r,t,a){var n=Math.floor(t/6e4),o=Math.abs(n)%60,i=Math.floor(Math.abs(n)/60),l=r.split(";"),u=l[0],c=l[1],s="",h=t<0?c:u;return"long"===a?s=h.replace("HH",V(i)).replace("H",String(i)).replace("mm",V(o)).replace("m",String(o)):(o||i)&&(o||(h=h.replace(/:?m+/,"")),s=h.replace(/H+/,String(i)).replace(/m+/,String(o))),e.replace("{0}",s)}function Q(e,r,t){var a=t.getInternalSlots,n=t.localeData,o=t.getDefaultTimeZone,i=t.tzData;if(r=O(r),isNaN(r))throw new RangeError("invalid time");var l=a(e),u=n[l.dataLocale],c=l.locale,s=Object.create(null);s.useGrouping=!1;var h=new Intl.NumberFormat(c,s),f=Object.create(null);f.minimumIntegerDigits=2,f.useGrouping=!1;for(var v=new Intl.NumberFormat(c,f),m=function(e,r,t,a){var n=a.tzData;d("Number"===M(e),"invalid time"),d("gregory"===r,"We only support Gregory calendar right now");var o=function(e,r,t){var a,n=t[r];if(!n)return[0,!1];for(var o=0,i=0,l=!1;o<=n.length;o++)if(o===n.length||1e3*n[o][0]>e){i=(a=n[o-1])[2],l=a[3];break}return[1e3*i,l]}(e,t,n),i=o[0],l=o[1],u=e+i,c=R(u);return{weekday:P(u),era:c<0?"BC":"AD",year:c,relatedYear:void 0,yearName:void 0,month:G(u),day:q(u),hour:Y(u),minute:W(u),second:H(u),inDST:l,timeZoneOffset:i}}(r,l.calendar,l.timeZone,{tzData:i}),p=[],b=0,y=K(l.pattern);b<y.length;b++){var D=y[b],w=D.type;if("literal"===w)p.push({type:"literal",value:D.value});else if(g.indexOf(w)>-1){var L="",F=l[w],S=m[w];"year"===w&&S<=0&&(S=1-S),"month"===w&&S++;var E=l.hourCycle;if("hour"!==w||"h11"!==E&&"h12"!==E||0===(S%=12)&&"h12"===E&&(S=12),"hour"===w&&"h24"===E&&0===S&&(S=24),"numeric"===F)L=h.format(S);else if("2-digit"===F)(L=v.format(S)).length>2&&(L=L.slice(L.length-2,L.length));else if("narrow"===F||"short"===F||"long"===F)if("era"===w)L=u[w][F][S];else if("timeZoneName"===w){var k=u.timeZoneName,C=u.gmtFormat,N=u.hourFormat,x=k[l.timeZone||o()];L=x&&x[F]?x[F][+m.inDST]:J(C,N,m.timeZoneOffset,F)}else L="month"===w?u.month[F][S-1]:u[w][F][S];p.push({type:w,value:L})}else if("ampm"===w){L=void 0;L=(S=m.hour)>11?u.pm:u.am,p.push({type:"dayPeriod",value:L})}else if("relatedYear"===w){S=m.relatedYear,L=h.format(S);p.push({type:"relatedYear",value:L})}else if("yearName"===w){S=m.yearName,L=h.format(S);p.push({type:"yearName",value:L})}else p.push({type:"unknown",value:String(r)})}return p}function X(e,r,t){for(var a="",n=0,o=Q(e,r,t);n<o.length;n++){a+=o[n].value}return a}function ee(e,r,t){for(var a=Q(e,r,t),n=_(0),o=0,i=a;o<i.length;o++){var l=i[o];n.push({type:l.type,value:l.value})}return n}function re(e,r,t){e=void 0===e?null:N(e),e=Object.create(e);var a=!0;if("date"===r||"any"===r)for(var n=0,o=["weekday","year","month","day"];n<o.length;n++){void 0!==e[o[n]]&&(a=!1)}if("time"===r||"any"===r)for(var i=0,l=["hour","minute","second"];i<l.length;i++){void 0!==e[l[i]]&&(a=!1)}if(void 0===e.dateStyle&&void 0===e.timeStyle||(a=!1),"date"===r&&e.timeStyle)throw new TypeError("Intl.DateTimeFormat date was required but timeStyle was included");if("time"===r&&e.dateStyle)throw new TypeError("Intl.DateTimeFormat time was required but dateStyle was included");if(a&&("date"===t||"all"===t))for(var u=0,c=["year","month","day"];u<c.length;u++){e[c[u]]="numeric"}if(a&&("time"===t||"all"===t))for(var s=0,h=["hour","minute","second"];s<h.length;s++){e[h[s]]="numeric"}return e}function te(e,r,t,a,n){var o=e[r];if(void 0!==o){if("boolean"!==t&&"string"!==t)throw new TypeError("invalid type");if("boolean"===t&&(o=Boolean(o)),"string"===t&&(o=k(o)),void 0!==a&&!a.filter((function(e){return e==o})).length)throw new RangeError(o+" is not within "+a.join(", "));return o}return n}function ae(e,r){for(var t=r;;){if(~e.indexOf(t))return t;var a=t.lastIndexOf("-");if(!~a)return;a>=2&&"-"===t[a-2]&&(a-=2),t=t.slice(0,a)}}function ne(e,r){d(2===r.length,"key must have 2 elements");var t=e.length,a="-"+r+"-",n=e.indexOf(a);if(-1!==n){for(var o=n+4,i=o,l=o,u=!1;!u;){var c=e.indexOf("-",l);2===(-1===c?t-l:c-l)?u=!0:-1===c?(i=t,u=!0):(i=c,l=c+1)}return e.slice(o,i)}if(a="-"+r,-1!==(n=e.indexOf(a))&&n+3===t)return""}function oe(e,r,t,a,n,o){for(var i,l=(i="lookup"===t.localeMatcher?function(e,r,t){for(var a={locale:""},n=0,o=r;n<o.length;n++){var i=o[n],l=i.replace(f,""),u=ae(e,l);if(u)return a.locale=u,i!==l&&(a.extension=i.slice(l.length+1,i.length)),a}return a.locale=t(),a}(e,r,o):function(e,r,t){for(var a={locale:""},n=0,o=r;n<o.length;n++){var i=o[n],l=i.replace(f,""),u=ae(e,l);if(u)return a.locale=u,i!==l&&(a.extension=i.slice(l.length+1,i.length)),a}return a.locale=t(),a}(e,r,o)).locale,u={locale:"",dataLocale:l},c="-u",s=0,h=a;s<h.length;s++){var g=h[s];d(l in n,"Missing locale data for "+l);var v=n[l];d("object"==typeof v&&null!==v,"locale data "+g+" must be an object");var m=v[g];d(Array.isArray(m),"keyLocaleData for "+g+" must be an array");var p=m[0];d("string"==typeof p||null===p,"value must be string or null but got "+typeof p+" in key "+g);var b="";if(i.extension){var y=ne(i.extension,g);void 0!==y&&(""!==y?~m.indexOf(y)&&(b="-"+g+"-"+(p=y)):~y.indexOf("true")&&(p="true",b="-"+g))}if(g in t){var D=t[g];d("string"==typeof D||null==D,"optionsValue must be String, Undefined or Null"),~m.indexOf(D)&&D!==p&&(p=D,b="")}u[g]=p,c+=b}if(c.length>2){var w=l.indexOf("-x-");if(-1===w)l+=c;else{var L=l.slice(0,w),F=l.slice(w,l.length);l=L+c+F}l=Intl.getCanonicalLocales(l)[0]}return u.locale=l,u}function ie(e,r){var t=r.tzData,a=r.uppercaseLinks,n=e.toUpperCase();return new Set(Object.keys(t).map((function(e){return e.toUpperCase()}))).has(n)||n in a}var le=/^[a-z0-9]{3,8}$/i;function ue(e,r,t,a){var n=a.getInternalSlots,o=a.availableLocales,i=a.localeData,l=a.getDefaultLocale,u=a.getDefaultTimeZone,c=a.relevantExtensionKeys,s=a.tzData,h=a.uppercaseLinks,f=L(r),v=re(t,"any","date"),m=Object.create(null),p=te(v,"localeMatcher","string",["lookup","best fit"],"best fit");m.localeMatcher=p;var b=te(v,"calendar","string",void 0,void 0);if(void 0!==b&&!le.test(b))throw new RangeError("Malformed calendar");var y=n(e);m.ca=b;var D=te(v,"numberingSystem","string",void 0,void 0);if(void 0!==D&&!le.test(D))throw new RangeError("Malformed numbering system");m.nu=D;var k=te(v,"hour12","boolean",void 0,void 0),C=te(v,"hourCycle","string",["h11","h12","h23","h24"],void 0);void 0!==k&&(C=null),m.hc=C;var O=oe(o,f,m,c,i,l);y.locale=O.locale,b=O.ca,y.calendar=b,y.hourCycle=O.hc,y.numberingSystem=O.nu;var N=O.dataLocale;y.dataLocale=N;var x=v.timeZone;if(void 0!==x){if(!ie(x=String(x),{tzData:s,uppercaseLinks:h}))throw new RangeError("Invalid timeZoneName");x=F(x,{tzData:s,uppercaseLinks:h})}else x=u();y.timeZone=x,(m=Object.create(null)).weekday=te(v,"weekday","string",["narrow","short","long"],void 0),m.era=te(v,"era","string",["narrow","short","long"],void 0),m.year=te(v,"year","string",["2-digit","numeric"],void 0),m.month=te(v,"month","string",["2-digit","numeric","narrow","short","long"],void 0),m.day=te(v,"day","string",["2-digit","numeric"],void 0),m.hour=te(v,"hour","string",["2-digit","numeric"],void 0),m.minute=te(v,"minute","string",["2-digit","numeric"],void 0),m.second=te(v,"second","string",["2-digit","numeric"],void 0),m.timeZoneName=te(v,"timeZoneName","string",["short","long"],void 0);var _=i[N];d(!!_,"Missing locale data for "+N);var j=_.formats[b];if(!j)throw new RangeError('Calendar "'+b+'" is not supported. Try setting "calendar" to 1 of the following: '+Object.keys(_.formats).join(", "));p=te(v,"formatMatcher","string",["basic","best fit"],"best fit");var M=te(v,"dateStyle","string",["full","long","medium","short"],void 0);y.dateStyle=M;var I,A,T=te(v,"timeStyle","string",["full","long","medium","short"],void 0);if(y.timeStyle=T,void 0===M&&void 0===T)"basic"===p?I=S(m,j):(function(e){for(var r=0,t=["hour","minute","second"];r<t.length;r++)if(void 0!==e[t[r]])return!0;return!1}(m)&&(m.hour12="h11"===y.hourCycle||"h12"===y.hourCycle),I=w(m,j));else{for(var P=0,B=g;P<B.length;P++){if(void 0!==(R=m[z=B[P]]))throw new TypeError("Intl.DateTimeFormat can't set option "+z+" when "+(M?"dateStyle":"timeStyle")+" is used")}I=E(M,T,_)}for(var z in m){var R;void 0!==(R=I[z])&&(y[z]=R)}if(void 0!==y.hour){var U=_.hourCycle,Z=y.hourCycle;null==Z&&(Z=U),void 0!==k&&(k?Z="h11"===U||"h23"===U?"h11":"h12":(d(!k,"hour12 must not be set"),Z="h11"===U||"h23"===U?"h23":"h24")),y.hourCycle=Z,A="h11"===Z||"h12"===Z?I.pattern12:I.pattern}else y.hourCycle=void 0,A=I.pattern;return y.pattern=A,e}var ce=/[^A-Z]/;function se(e){return 3===(e=e.replace(/([a-z])/g,(function(e,r){return r.toUpperCase()}))).length&&!ce.test(e)}var he=/^([a-z]{2}|[0-9]{3})$/i,fe=/^[a-z]{4}$/i;function de(e,r){if("language"===e)return L([r])[0];if("region"===e){if(t=r,!he.test(t))throw RangeError("invalid region");return r.toUpperCase()}var t,a;if("script"===e){if(a=r,!fe.test(a))throw RangeError("invalid script");return""+r[0].toUpperCase()+r.slice(1)}if(d("currency"===e,"invalid type"),!se(r))throw RangeError("invalid currency");return r.toUpperCase()}function ge(e,r,t,a){if(void 0!==e){if(e=Number(e),isNaN(e)||e<r||e>t)throw new RangeError(e+" is outside of range ["+r+", "+t+"]");return Math.floor(e)}return a}function ve(e,r,t,a,n){return ge(e[r],t,a,n)}var me=["angle-degree","area-acre","area-hectare","concentr-percent","digital-bit","digital-byte","digital-gigabit","digital-gigabyte","digital-kilobit","digital-kilobyte","digital-megabit","digital-megabyte","digital-petabyte","digital-terabit","digital-terabyte","duration-day","duration-hour","duration-millisecond","duration-minute","duration-month","duration-second","duration-week","duration-year","length-centimeter","length-foot","length-inch","length-kilometer","length-meter","length-mile-scandinavian","length-mile","length-millimeter","length-yard","mass-gram","mass-kilogram","mass-ounce","mass-pound","mass-stone","temperature-celsius","temperature-fahrenheit","volume-fluid-ounce","volume-gallon","volume-liter","volume-milliliter"];function pe(e){return e.slice(e.indexOf("-")+1)}var be=me.map(pe);function ye(e){return be.indexOf(e)>-1}function De(e){if(ye(e=e.replace(/([A-Z])/g,(function(e,r){return r.toLowerCase()}))))return!0;var r=e.split("-per-");if(2!==r.length)return!1;var t=r[0],a=r[1];return!(!ye(t)||!ye(a))}function we(e,r,t){var a=(0,t.getInternalSlots)(e),n=a.notation,o=a.dataLocaleData,i=a.numberingSystem;switch(n){case"standard":return 0;case"scientific":return r;case"engineering":return 3*Math.floor(r/3);default:var l=a.compactDisplay,u=a.style,c=a.currencyDisplay,s=void 0;if("currency"===u&&"name"!==c){s=(o.numbers.currency[i]||o.numbers.currency[o.numbers.nu[0]]).short}else{var h=o.numbers.decimal[i]||o.numbers.decimal[o.numbers.nu[0]];s="long"===l?h.long:h.short}if(!s)return 0;var f=String(Math.pow(10,r)),d=Object.keys(s);if(f<d[0])return 0;if(f>d[d.length-1])return d[d.length-1].length-1;var g=d.indexOf(f);if(-1===g)return 0;var v=d[g];return"0"===s[v].other?0:v.length-s[v].other.match(/0+/)[0].length}}function Le(e,r,t){var a,i,l,u,c=t;if(0===e)a=o("0",c),i=0,l=0;else{var s=e.toString(),h=s.indexOf("e"),f=s.split("e"),d=f[0],g=f[1],v=d.replace(".","");if(h>=0&&v.length<=c)i=+g,a=v+o("0",c-v.length),l=e;else{var m=(i=n(e))-c+1,p=Math.round(y(e,m));y(p,c-1)>=10&&(i+=1,p=Math.floor(p/10)),a=p.toString(),l=y(p,c-1-i)}}if(i>=c-1?(a+=o("0",i-c+1),u=i+1):i>=0?(a=a.slice(0,i+1)+"."+a.slice(i+1),u=i+1):(a="0."+o("0",-i-1)+a,u=1),a.indexOf(".")>=0&&t>r){for(var b=t-r;b>0&&"0"===a[a.length-1];)a=a.slice(0,-1),b--;"."===a[a.length-1]&&(a=a.slice(0,-1))}return{formattedString:a,roundedNumber:l,integerDigitsCount:u};function y(e,r){return r<0?e*Math.pow(10,-r):e/Math.pow(10,r)}}function Fe(e,r,t){var a,n,i=t,l=Math.round(e*Math.pow(10,i)),u=l/Math.pow(10,i);if(l<1e21)a=l.toString();else{var c=(a=l.toString()).split("e"),s=c[0],h=c[1];a=s.replace(".",""),a+=o("0",Math.max(+h-a.length+1,0))}if(0!==i){var f=a.length;if(f<=i)a=o("0",i+1-f)+a,f=i+1;var d=a.slice(0,f-i),g=a.slice(f-i);a=d+"."+g,n=d.length}else n=a.length;for(var v=t-r;v>0&&"0"===a[a.length-1];)a=a.slice(0,-1),v--;return"."===a[a.length-1]&&(a=a.slice(0,-1)),{formattedString:a,roundedNumber:u,integerDigitsCount:n}}function Se(e,r){var t,a=r<0||x(r,-0);switch(a&&(r=-r),e.roundingType){case"significantDigits":t=Le(r,e.minimumSignificantDigits,e.maximumSignificantDigits);break;case"fractionDigits":t=Fe(r,e.minimumFractionDigits,e.maximumFractionDigits);break;default:(t=Le(r,1,2)).integerDigitsCount>1&&(t=Fe(r,0,0))}r=t.roundedNumber;var n=t.formattedString,i=t.integerDigitsCount,l=e.minimumIntegerDigits;i<l&&(n=o("0",l-i)+n);return a&&(r=-r),{roundedNumber:r,formattedString:n}}function Ee(e,r,t){var a=t.getInternalSlots;if(0===r)return[0,0];r<0&&(r=-r);var o=n(r),i=we(e,o,{getInternalSlots:a});r=i<0?r*Math.pow(10,-i):r/Math.pow(10,i);var l=Se(a(e),r);return 0===l.roundedNumber||n(l.roundedNumber)===o-i?[i,o]:[we(e,o+1,{getInternalSlots:a}),o+1]}function ke(e,r){var t=r.currencyDigitsData;return j(t,e)?t[e]:2}const Ce=JSON.parse('{"adlm":["šž„","šž„‘","šž„’","šž„“","šž„”","šž„•","šž„–","šž„—","šž„˜","šž„™"],"ahom":["š‘œ°","š‘œ±","š‘œ²","š‘œ³","š‘œ“","š‘œµ","š‘œ¶","š‘œ·","š‘œø","š‘œ¹"],"arab":["Ł ","Ł”","Ł¢","Ł£","٤","Ł„","٦","٧","ŁØ","Ł©"],"arabext":["Ū°","Ū±","Ū²","Ū³","Ū“","Ūµ","Ū¶","Ū·","Ūø","Ū¹"],"bali":["᭐","į­‘","į­’","į­“","į­”","į­•","į­–","į­—","᭘","į­™"],"beng":["০","ą§§","ą§Ø","ą§©","ą§Ŗ","ą§«","৬","ą§­","ą§®","ą§Æ"],"bhks":["𑱐","𑱑","𑱒","𑱓","𑱔","𑱕","𑱖","𑱗","š‘±˜","𑱙"],"brah":["𑁦","𑁧","𑁨","𑁩","𑁪","𑁫","𑁬","𑁭","𑁮","𑁯"],"cakm":["š‘„¶","š‘„·","š‘„ø","š‘„¹","š‘„ŗ","š‘„»","š‘„¼","š‘„½","š‘„¾","š‘„æ"],"cham":["꩐","ź©‘","ź©’","ź©“","ź©”","ź©•","ź©–","ź©—","꩘","ź©™"],"deva":["ą„¦","ą„§","ą„Ø","ą„©","ą„Ŗ","ą„«","ą„¬","ą„­","ą„®","ą„Æ"],"diak":["𑄐","š‘„‘","š‘„’","š‘„“","š‘„”","š‘„•","š‘„–","š‘„—","š‘„˜","š‘„™"],"fullwide":["0","1","ļ¼’","3","ļ¼”","5","ļ¼–","ļ¼—","8","ļ¼™"],"gong":["š‘¶ ","š‘¶”","š‘¶¢","š‘¶£","𑶤","š‘¶„","𑶦","š‘¶§","š‘¶Ø","š‘¶©"],"gonm":["𑵐","𑵑","𑵒","𑵓","𑵔","𑵕","𑵖","𑵗","š‘µ˜","𑵙"],"gujr":["૦","ą«§","૨","ą«©","૪","ą««","૬","ą«­","ą«®","૯"],"guru":["੦","ą©§","੨","ą©©","੪","ą©«","੬","ą©­","ą©®","੯"],"hanidec":["怇","äø€","二","äø‰","四","äŗ”","六","七","八","九"],"hmng":["𖭐","š–­‘","š–­’","š–­“","š–­”","š–­•","š–­–","š–­—","š–­˜","š–­™"],"hmnp":["šž…€","šž…","šž…‚","šž…ƒ","šž…„","šž……","šž…†","šž…‡","šž…ˆ","šž…‰"],"java":["꧐","ź§‘","ź§’","ź§“","ź§”","ź§•","ź§–","ź§—","꧘","ź§™"],"kali":["꤀","꤁","꤂","꤃","꤄","꤅","꤆","꤇","꤈","꤉"],"khmr":["០","។","២","៣","៤","ោ","៦","៧","៨","៩"],"knda":["೦","ą³§","೨","೩","ą³Ŗ","೫","೬","ą³­","ą³®","೯"],"lana":["įŖ€","᪁","įŖ‚","᪃","įŖ„","įŖ…","įŖ†","įŖ‡","᪈","įŖ‰"],"lanatham":["᪐","įŖ‘","įŖ’","įŖ“","įŖ”","įŖ•","įŖ–","įŖ—","᪘","įŖ™"],"laoo":["໐","໑","ą»’","໓","ą»”","໕","ą»–","ą»—","໘","ą»™"],"lepc":["᪐","įŖ‘","įŖ’","įŖ“","įŖ”","įŖ•","įŖ–","įŖ—","᪘","įŖ™"],"limb":["ᄆ","ᄇ","ᄈ","ᄉ","ᄊ","į„‹","ᄌ","į„","į„Ž","į„"],"mathbold":["šŸŽ","šŸ","šŸ","šŸ‘","šŸ’","šŸ“","šŸ”","šŸ•","šŸ–","šŸ—"],"mathdbl":["šŸ˜","šŸ™","šŸš","šŸ›","šŸœ","šŸ","šŸž","šŸŸ","šŸ ","šŸ”"],"mathmono":["šŸ¶","šŸ·","šŸø","šŸ¹","šŸŗ","šŸ»","šŸ¼","šŸ½","šŸ¾","šŸæ"],"mathsanb":["šŸ¬","šŸ­","šŸ®","šŸÆ","šŸ°","šŸ±","šŸ²","šŸ³","šŸ“","šŸµ"],"mathsans":["šŸ¢","šŸ£","šŸ¤","šŸ„","šŸ¦","šŸ§","šŸØ","šŸ©","šŸŖ","šŸ«"],"mlym":["൦","ąµ§","൨","൩","ąµŖ","൫","൬","ąµ­","ąµ®","൯"],"modi":["𑙐","š‘™‘","š‘™’","š‘™“","š‘™”","š‘™•","š‘™–","š‘™—","š‘™˜","š‘™™"],"mong":["᠐","į ‘","į ’","į “","į ”","į •","į –","į —","᠘","į ™"],"mroo":["š–© ","š–©”","š–©¢","š–©£","𖩤","š–©„","𖩦","š–©§","š–©Ø","š–©©"],"mtei":["꯰","꯱","꯲","꯳","ꯓ","꯵","꯶","꯷","꯸","꯹"],"mymr":["၀","၁","၂","၃","၄","၅","၆","၇","၈","၉"],"mymrshan":["႐","į‚‘","į‚’","į‚“","į‚”","į‚•","į‚–","į‚—","į‚˜","į‚™"],"mymrtlng":["ź§°","ź§±","ź§²","ź§³","ź§“","ź§µ","ź§¶","ź§·","ź§ø","ź§¹"],"newa":["𑑐","š‘‘‘","š‘‘’","š‘‘“","š‘‘”","š‘‘•","š‘‘–","š‘‘—","š‘‘˜","š‘‘™"],"nkoo":["߀","߁","߂","߃","߄","߅","߆","߇","߈","߉"],"olck":["᱐","᱑","į±’","᱓","į±”","᱕","į±–","į±—","᱘","į±™"],"orya":["ą­¦","ą­§","ą­Ø","ą­©","ą­Ŗ","ą­«","ą­¬","ą­­","ą­®","ą­Æ"],"osma":["𐒠","𐒔","𐒢","𐒣","𐒤","𐒄","𐒦","𐒧","𐒨","𐒩"],"rohg":["𐓰","𐓱","𐓲","𐓳","𐓓","𐓵","𐓶","𐓷","𐓸","𐓹"],"saur":["꣐","꣑","꣒","꣓","꣔","꣕","꣖","꣗","꣘","꣙"],"segment":["🯰","🯱","🯲","🯳","🯓","🯵","🯶","🯷","🯸","🯹"],"shrd":["𑇐","𑇑","𑇒","𑇓","𑇔","𑇕","𑇖","𑇗","š‘‡˜","𑇙"],"sind":["š‘‹°","š‘‹±","š‘‹²","š‘‹³","š‘‹“","š‘‹µ","š‘‹¶","š‘‹·","š‘‹ø","š‘‹¹"],"sinh":["ą·¦","ą·§","ą·Ø","ą·©","ą·Ŗ","ą·«","ą·¬","ą·­","ą·®","ą·Æ"],"sora":["š‘ƒ°","š‘ƒ±","š‘ƒ²","š‘ƒ³","š‘ƒ“","š‘ƒµ","š‘ƒ¶","š‘ƒ·","š‘ƒø","š‘ƒ¹"],"sund":["į®°","į®±","᮲","᮳","ᮓ","᮵","į®¶","į®·","᮸","᮹"],"takr":["𑛀","𑛁","š‘›‚","š‘›ƒ","š‘›„","š‘›…","𑛆","𑛇","š‘›ˆ","𑛉"],"talu":["᧐","į§‘","į§’","į§“","į§”","į§•","į§–","į§—","᧘","į§™"],"tamldec":["௦","௧","௨","௩","௪","௫","௬","௭","௮","௯"],"telu":["౦","ą±§","౨","౩","ą±Ŗ","౫","౬","ą±­","ą±®","౯"],"thai":["๐","๑","ą¹’","๓","ą¹”","๕","ą¹–","ą¹—","๘","ą¹™"],"tibt":["ą¼ ","ą¼”","ą¼¢","ą¼£","༤","༄","༦","ą¼§","༨","༩"],"tirh":["𑓐","š‘“‘","š‘“’","š‘““","š‘“”","š‘“•","š‘“–","š‘“—","š‘“˜","š‘“™"],"vaii":["ᘠ","ᘔ","ᘢ","ᘣ","ᘤ","ᘄ","ᘦ","ᘧ","ᘨ","ᘩ"],"wara":["š‘£ ","š‘£”","š‘£¢","š‘££","𑣤","𑣄","𑣦","š‘£§","𑣨","𑣩"],"wcho":["šž‹°","šž‹±","šž‹²","šž‹³","šž‹“","šž‹µ","šž‹¶","šž‹·","šž‹ø","šž‹¹"]}');var Oe=t.t(Ce,2),Ne=/[\$\+<->\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20BF\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B98-\u2BFF\u2CE5-\u2CEA\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uFB29\uFBB2-\uFBC1\uFDFC\uFDFD\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9B\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDE8\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD10-\uDD6C\uDD70-\uDDAC\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED5\uDEE0-\uDEEC\uDEF0-\uDEFA\uDF00-\uDF73\uDF80-\uDFD8\uDFE0-\uDFEB]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDD00-\uDD0B\uDD0D-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDE53\uDE60-\uDE6D\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95]/,xe=new RegExp("^"+Ne.source),_e=new RegExp(Ne.source+"$"),je=/[#0](?:[\.,][#0]+)*/g;function Me(e,r,t,a){var n,o,i=e.sign,l=e.exponent,u=e.magnitude,c=a.notation,s=a.style,h=a.numberingSystem,f=r.numbers.nu[0],d=null;if("compact"===c&&u&&(d=function(e,r,t,a,n,o,i){var l,u,c=e.roundedNumber,s=e.sign,h=e.magnitude,f=String(Math.pow(10,h)),d=t.numbers.nu[0];if("currency"===a&&"name"!==o){var g=null===(l=((v=t.numbers.currency)[i]||v[d]).short)||void 0===l?void 0:l[f];if(!g)return null;u=Te(r,c,g)}else{var v,m=((v=t.numbers.decimal)[i]||v[d])[n][f];if(!m)return null;u=Te(r,c,m)}if("0"===u)return null;return u=Ae(u,s).replace(/([^\s;\-\+\d¤]+)/g,"{c:$1}").replace(/0+/,"0")}(e,t,r,s,a.compactDisplay,a.currencyDisplay,h)),"currency"===s&&"name"!==a.currencyDisplay){var g=r.currencies[a.currency];if(g)switch(a.currencyDisplay){case"code":n=a.currency;break;case"symbol":n=g.symbol;break;default:n=g.narrow}else n=a.currency}if(d)o=d;else if("decimal"===s||"unit"===s||"currency"===s&&"name"===a.currencyDisplay)o=Ae((r.numbers.decimal[h]||r.numbers.decimal[f]).standard,i);else if("currency"===s){o=Ae((m=r.numbers.currency[h]||r.numbers.currency[f])[a.currencySign],i)}else{o=Ae(r.numbers.percent[h]||r.numbers.percent[f],i)}var v=je.exec(o)[0];if(o=o.replace(je,"{0}").replace(/'(.)'/g,"$1"),"currency"===s&&"name"!==a.currencyDisplay){var m,p=(m=r.numbers.currency[h]||r.numbers.currency[f]).currencySpacing.afterInsertBetween;p&&!_e.test(n)&&(o=o.replace("¤{0}","¤"+p+"{0}"));var b=m.currencySpacing.beforeInsertBetween;b&&!xe.test(n)&&(o=o.replace("{0}¤","{0}"+b+"¤"))}for(var y=o.split(/({c:[^}]+}|\{0\}|[¤%\-\+])/g),D=[],w=r.numbers.symbols[h]||r.numbers.symbols[f],L=0,F=y;L<F.length;L++){if(Z=F[L])switch(Z){case"{0}":D.push.apply(D,Ie(w,e,c,l,h,!d&&a.useGrouping,v));break;case"-":D.push({type:"minusSign",value:w.minusSign});break;case"+":D.push({type:"plusSign",value:w.plusSign});break;case"%":D.push({type:"percentSign",value:w.percentSign});break;case"¤":D.push({type:"currency",value:n});break;default:/^\{c:/.test(Z)?D.push({type:"compact",value:Z.substring(3,Z.length-1)}):D.push({type:"literal",value:Z})}}switch(s){case"currency":if("name"===a.currencyDisplay){var S=(r.numbers.currency[h]||r.numbers.currency[f]).unitPattern,E=void 0,k=r.currencies[a.currency];E=k?Te(t,e.roundedNumber*Math.pow(10,l),k.displayName):a.currency;for(var C=[],O=0,N=S.split(/(\{[01]\})/g);O<N.length;O++){switch(Z=N[O]){case"{0}":C.push.apply(C,D);break;case"{1}":C.push({type:"currency",value:E});break;default:Z&&C.push({type:"literal",value:Z})}}return C}return D;case"unit":var x=a.unit,_=a.unitDisplay,j=r.units.simple[x];S=void 0;if(j)S=Te(t,e.roundedNumber*Math.pow(10,l),r.units.simple[x][_]);else{var M=x.split("-per-"),I=M[0],A=M[1];j=r.units.simple[I];var T=Te(t,e.roundedNumber*Math.pow(10,l),r.units.simple[I][_]),P=r.units.simple[A].perUnit[_];if(P)S=P.replace("{0}",T);else{var B=r.units.compound.per[_],z=Te(t,1,r.units.simple[A][_]);S=S=B.replace("{0}",T).replace("{1}",z.replace("{0}",""))}}C=[];for(var R=0,U=S.split(/(\s*\{0\}\s*)/);R<U.length;R++){var Z=U[R],$=/^(\s*)\{0\}(\s*)$/.exec(Z);$?($[1]&&C.push({type:"literal",value:$[1]}),C.push.apply(C,D),$[2]&&C.push({type:"literal",value:$[2]})):Z&&C.push({type:"unit",value:Z})}return C;default:return D}}function Ie(e,r,t,a,n,o,i){var l=[],u=r.formattedString,c=r.roundedNumber;if(isNaN(c))return[{type:"nan",value:u}];if(!isFinite(c))return[{type:"infinity",value:u}];var s=Oe[n];s&&(u=u.replace(/\d/g,(function(e){return s[+e]||e})));var h,f,d=u.indexOf(".");if(d>0?(h=u.slice(0,d),f=u.slice(d+1)):h=u,o&&("compact"!==t||c>=1e4)){var g=e.group,v=[],m=i.split(".")[0].split(","),p=3,b=3;m.length>1&&(p=m[m.length-1].length),m.length>2&&(b=m[m.length-2].length);var y=h.length-p;if(y>0){for(v.push(h.slice(y,y+p)),y-=b;y>0;y-=b)v.push(h.slice(y,y+b));v.push(h.slice(0,y+b))}else v.push(h);for(;v.length>0;){var D=v.pop();l.push({type:"integer",value:D}),v.length>0&&l.push({type:"group",value:g})}}else l.push({type:"integer",value:h});if(void 0!==f&&l.push({type:"decimal",value:e.decimal},{type:"fraction",value:f}),("scientific"===t||"engineering"===t)&&isFinite(c)){l.push({type:"exponentSeparator",value:e.exponential}),a<0&&(l.push({type:"exponentMinusSign",value:e.minusSign}),a=-a);var w=Fe(a,0,0);l.push({type:"exponentInteger",value:w.formattedString})}return l}function Ae(e,r){e.indexOf(";")<0&&(e=e+";-"+e);var t=e.split(";"),a=t[0],n=t[1];switch(r){case 0:return a;case-1:return n;default:return n.indexOf("-")>=0?n.replace(/-/g,"+"):"+"+a}}function Te(e,r,t){return t[e.select(r)]||t.other}function Pe(e,r,t){var a,n,o,i=t.getInternalSlots,l=i(e),u=l.pl,c=l.dataLocaleData,s=l.numberingSystem,h=c.numbers.symbols[s]||c.numbers.symbols[c.numbers.nu[0]],f=0,d=0;if(isNaN(r))n=h.nan;else if(isFinite(r)){"percent"===l.style&&(r*=100),d=(a=Ee(e,r,{getInternalSlots:i}))[0],f=a[1];var g=Se(l,r=d<0?r*Math.pow(10,-d):r/Math.pow(10,d));n=g.formattedString,r=g.roundedNumber}else n=h.infinity;switch(l.signDisplay){case"never":o=0;break;case"auto":o=x(r,0)||r>0||isNaN(r)?0:-1;break;case"always":o=x(r,0)||r>0||isNaN(r)?1:-1;break;default:o=0===r||isNaN(r)?0:r>0?1:-1}return Me({roundedNumber:r,formattedString:n,exponent:d,magnitude:f,sign:o},l.dataLocaleData,u,l)}function Be(e,r,t){for(var a=Pe(e,r,t),n=_(0),o=0,i=a;o<i.length;o++){var l=i[o];n.push({type:l.type,value:l.value})}return n}function ze(e,r,t){void 0===r&&(r=Object.create(null));var a=(0,t.getInternalSlots)(e),n=te(r,"style","string",["decimal","percent","currency","unit"],"decimal");a.style=n;var o=te(r,"currency","string",void 0,void 0);if(void 0!==o&&!se(o))throw RangeError("Malformed currency code");if("currency"===n&&void 0===o)throw TypeError("currency cannot be undefined");var i=te(r,"currencyDisplay","string",["code","symbol","narrowSymbol","name"],"symbol"),l=te(r,"currencySign","string",["standard","accounting"],"standard"),u=te(r,"unit","string",void 0,void 0);if(void 0!==u&&!De(u))throw RangeError("Invalid unit argument for Intl.NumberFormat()");if("unit"===n&&void 0===u)throw TypeError("unit cannot be undefined");var c=te(r,"unitDisplay","string",["short","narrow","long"],"short");"currency"===n&&(a.currency=o.toUpperCase(),a.currencyDisplay=i,a.currencySign=l),"unit"===n&&(a.unit=u,a.unitDisplay=c)}function Re(e,r,t,a,n){var o=ve(r,"minimumIntegerDigits",1,21,1),i=r.minimumFractionDigits,l=r.maximumFractionDigits,u=r.minimumSignificantDigits,c=r.maximumSignificantDigits;if(e.minimumIntegerDigits=o,void 0!==u||void 0!==c)e.roundingType="significantDigits",u=ge(u,1,21,1),c=ge(c,u,21,21),e.minimumSignificantDigits=u,e.maximumSignificantDigits=c;else if(void 0!==i||void 0!==l){e.roundingType="fractionDigits",i=ge(i,0,20,t),l=ge(l,i,20,Math.max(i,a)),e.minimumFractionDigits=i,e.maximumFractionDigits=l}else"compact"===n?e.roundingType="compactRounding":(e.roundingType="fractionDigits",e.minimumFractionDigits=t,e.maximumFractionDigits=a)}function Ue(e,r,t,a){var n=a.getInternalSlots,o=a.localeData,i=a.availableLocales,l=a.numberingSystemNames,u=a.getDefaultLocale,c=a.currencyDigitsData,s=L(r),h=void 0===t?Object.create(null):N(t),f=Object.create(null),g=te(h,"localeMatcher","string",["lookup","best fit"],"best fit");f.localeMatcher=g;var v=te(h,"numberingSystem","string",void 0,void 0);if(void 0!==v&&l.indexOf(v)<0)throw RangeError("Invalid numberingSystems: "+v);f.nu=v;var m,p,b=oe(i,s,f,["nu"],o,u),y=o[(m=b.locale,p=m.indexOf("-u-"),p>=0?m.slice(0,p):m)];d(!!y,"Missing locale data for "+b.locale);var D=n(e);D.locale=b.locale,D.dataLocale=b.dataLocale,D.numberingSystem=b.nu,D.dataLocaleData=y,ze(e,h,{getInternalSlots:n});var w,F,S=D.style;if("currency"===S){var E=ke(D.currency,{currencyDigitsData:c});w=E,F=E}else w=0,F="percent"===S?0:3;var k=te(h,"notation","string",["standard","scientific","engineering","compact"],"standard");D.notation=k,Re(D,h,w,F,k);var C=te(h,"compactDisplay","string",["short","long"],"short");"compact"===k&&(D.compactDisplay=C);var O=te(h,"useGrouping","boolean",void 0,!0);D.useGrouping=O;var x=te(h,"signDisplay","string",["auto","never","always","exceptZero"],"auto");return D.signDisplay=x,e}function Ze(e){d("string"==typeof e,"GetOperands should have been called with a string");var r=C(e);d(isFinite(r),"n should be finite");var t,a,n,o=e.indexOf("."),i="";-1===o?(t=r,a=0,n=0):(t=e.slice(0,o),a=C(i=e.slice(o,e.length)),n=i.length);var l,u,c=Math.abs(C(t));if(0!==a){var s=i.replace(/0+$/,"");l=s.length,u=C(s)}else l=0,u=0;return{Number:r,IntegerDigits:c,NumberOfFractionDigits:n,NumberOfFractionDigitsWithoutTrailing:l,FractionDigits:a,FractionDigitsWithoutTrailing:u}}function $e(e,r,t,a){var n=a.availableLocales,o=a.relevantExtensionKeys,i=a.localeData,l=a.getDefaultLocale,u=a.getInternalSlots,c=L(r),s=Object.create(null),h=void 0===t?Object.create(null):N(t),f=u(e);f.initializedPluralRules=!0;var d=te(h,"localeMatcher","string",["best fit","lookup"],"best fit");s.localeMatcher=d,f.type=te(h,"type","string",["cardinal","ordinal"],"cardinal"),Re(f,h,0,3,"standard");var g=oe(n,c,s,o,i,l);return f.locale=g.locale,e}function Ge(e,r,t){var a=t.getInternalSlots,n=t.PluralRuleSelect,o=a(e);return d("Object"===M(o),"pl has to be an object"),d("initializedPluralRules"in o,"pluralrules must be initialized"),d("Number"===M(r),"n must be a number"),isFinite(r)?n(o.locale,o.type,r,Ze(Se(o,r).formattedString)):"other"}function qe(e){if(d("String"===M(e),"unit must be a string"),"seconds"===e)return"second";if("minutes"===e)return"minute";if("hours"===e)return"hour";if("days"===e)return"day";if("weeks"===e)return"week";if("months"===e)return"month";if("quarters"===e)return"quarter";if("years"===e)return"year";if("second"!==e&&"minute"!==e&&"hour"!==e&&"day"!==e&&"week"!==e&&"month"!==e&&"quarter"!==e&&"year"!==e)throw new RangeError("invalid unit");return e}function Ye(e,r,t){for(var a=[],n=0,o=K(e);n<o.length;n++){var i=o[n];if("literal"===i.type)a.push({type:"literal",value:i.value});else{d("0"===i.type,"Malformed pattern "+e);for(var l=0,u=t;l<u.length;l++){var c=u[l];a.push({type:c.type,value:c.value,unit:r})}}}return a}function We(e,r,t,a){var n=a.getInternalSlots;if(d("Number"===M(r),"value must be number, instead got "+typeof r,TypeError),d("String"===M(t),"unit must be number, instead got "+typeof r,TypeError),isNaN(r)||!isFinite(r))throw new RangeError("Invalid value "+r);var o=qe(t),i=n(e),l=i.fields,u=i.style,c=i.numeric,s=i.pluralRules,h=i.numberFormat,f=o;"short"===u?f=o+"-short":"narrow"===u&&(f=o+"-narrow"),f in l||(f=o);var g=l[f];if("auto"===c&&k(r)in g)return[{type:"literal",value:g[k(r)]}];var v="future";(x(r,-0)||r<0)&&(v="past");var m=g[v],p="function"==typeof h.formatToParts?h.formatToParts(Math.abs(r)):[{type:"literal",value:h.format(Math.abs(r)),unit:t}];return Ye(m[s.select(r)],o,p)}function He(e,r,t,a){for(var n="",o=0,i=We(e,r,t,a);o<i.length;o++){n+=i[o].value}return n}function Ke(e,r,t,a){for(var n=We(e,r,t,a),o=_(0),i=0,l=n;i<l.length;i++){var u=l[i],c={type:u.type,value:u.value};"unit"in u&&(c.unit=u.unit),o.push(c)}return o}var Ve=/^[a-z0-9]{3,8}(-[a-z0-9]{3,8})*$/i;function Je(e,r,t,a){var n=a.getInternalSlots,o=a.availableLocales,i=a.relevantExtensionKeys,l=a.localeData,u=a.getDefaultLocale,c=n(e);c.initializedRelativeTimeFormat=!0;var s=L(r),h=Object.create(null),f=void 0===t?Object.create(null):N(t),g=te(f,"localeMatcher","string",["best fit","lookup"],"best fit");h.localeMatcher=g;var v=te(f,"numberingSystem","string",void 0,void 0);if(void 0!==v&&!Ve.test(v))throw new RangeError("Invalid numbering system "+v);h.nu=v;var m=oe(o,s,h,i,l,u),p=m.locale,b=m.nu;c.locale=p,c.style=te(f,"style","string",["long","narrow","short"],"long"),c.numeric=te(f,"numeric","string",["always","auto"],"always");var y=l[p];return d(!!y,"Missing locale data for "+p),c.fields=y,c.numberFormat=new Intl.NumberFormat(r),c.pluralRules=new Intl.PluralRules(r),c.numberingSystem=b,e}function Qe(e,r){for(var t=[],a=0,n=r;a<n.length;a++){var o=ae(e,n[a].replace(f,""));o&&t.push(o)}return t}function Xe(e,r,t){return void 0!==t&&te(t=N(t),"localeMatcher","string",["lookup","best fit"],"best fit"),Qe(e,r)}function er(e){for(var r=[e],t=e.split("-"),a=t.length;a>1;a--)r.push(t.slice(0,a-1).join("-"));return r}var rr=function(e){function r(){var r=null!==e&&e.apply(this,arguments)||this;return r.type="MISSING_LOCALE_DATA",r}return(0,a.__extends)(r,e),r}(Error);function tr(e){return"MISSING_LOCALE_DATA"===e.type}function ar(e,r,t){void 0===t&&(t=function(e,r){return(0,a.__assign)((0,a.__assign)({},e),r)});var n=er(e),o=n.map((function(e){return r.data[e]})).filter(Boolean);if(!o.length)throw new rr('Missing locale data for "'+e+'", lookup hierarchy: '+n.join(", "));return o.reverse(),o.reduce(t,{})}},68441:(e,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var t=new WeakMap;r.default=function(e){var r=t.get(e);return r||(r=Object.create(null),t.set(e,r)),r}},78643:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),r.PluralRules=void 0;var a=t(87480),n=t(17894),o=a.__importDefault(t(68441));function i(e,r){if(!(e instanceof u))throw new TypeError("Method Intl.PluralRules.prototype."+r+" called on incompatible receiver "+String(e))}function l(e,r,t,a){var n=a.IntegerDigits,o=a.NumberOfFractionDigits,i=a.FractionDigits;return u.localeData[e].fn(o?n+"."+i:n,"ordinal"===r)}var u=function(){function e(r,t){if(!(this&&this instanceof e?this.constructor:void 0))throw new TypeError("Intl.PluralRules must be called with 'new'");return n.InitializePluralRules(this,r,t,{availableLocales:e.availableLocales,relevantExtensionKeys:e.relevantExtensionKeys,localeData:e.localeData,getDefaultLocale:e.getDefaultLocale,getInternalSlots:o.default})}return e.prototype.resolvedOptions=function(){i(this,"resolvedOptions");var r=Object.create(null),t=o.default(this);return r.locale=t.locale,r.type=t.type,["minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits"].forEach((function(e){var a=t[e];void 0!==a&&(r[e]=a)})),r.pluralCategories=a.__spreadArrays(e.localeData[r.locale].categories[r.type]),r},e.prototype.select=function(e){i(this,"select");var r=n.ToNumber(e);return n.ResolvePlural(this,r,{getInternalSlots:o.default,PluralRuleSelect:l})},e.prototype.toString=function(){return"[object Intl.PluralRules]"},e.supportedLocalesOf=function(r,t){return n.SupportedLocales(e.availableLocales,n.CanonicalizeLocaleList(r),t)},e.__addLocaleData=function(){for(var r=[],t=0;t<arguments.length;t++)r[t]=arguments[t];for(var a=function(r){r.availableLocales.forEach((function(t){try{e.localeData[t]=n.unpackData(t,r)}catch(a){if(n.isMissingLocaleDataError(a))return;throw a}}))},o=0,i=r;o<i.length;o++){var l=i[o];a(l)}e.availableLocales=Object.keys(e.localeData),e.__defaultLocale||(e.__defaultLocale=e.availableLocales[0])},e.getDefaultLocale=function(){return e.__defaultLocale},e.localeData={},e.availableLocales=[],e.__defaultLocale="en",e.relevantExtensionKeys=[],e.polyfilled=!0,e}();r.PluralRules=u;try{"undefined"!=typeof Symbol&&Object.defineProperty(u.prototype,Symbol.toStringTag,{value:"Intl.PluralRules",writable:!1,enumerable:!1,configurable:!0});try{Object.defineProperty(u,"length",{value:0,writable:!1,enumerable:!1,configurable:!0})}catch(c){}Object.defineProperty(u.prototype.constructor,"length",{value:0,writable:!1,enumerable:!1,configurable:!0}),Object.defineProperty(u.supportedLocalesOf,"length",{value:1,writable:!1,enumerable:!1,configurable:!0})}catch(s){}},50113:(e,r,t)=>{t(25534),Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{af:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["af"]},{data:{ak:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":0==e||1==e?"one":"other"}}},availableLocales:["ak"]},{data:{am:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":e>=0&&e<=1?"one":"other"}}},availableLocales:["am"]},{data:{an:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["an"]},{data:{ar:{categories:{cardinal:["zero","one","two","few","many","other"],ordinal:["other"]},fn:function(e,r){var t=String(e).split("."),a=Number(t[0])==e&&t[0].slice(-2);return r?"other":0==e?"zero":1==e?"one":2==e?"two":a>=3&&a<=10?"few":a>=11&&a<=99?"many":"other"}}},availableLocales:["ar"]},{data:{ars:{categories:{cardinal:["zero","one","two","few","many","other"],ordinal:["other"]},fn:function(e,r){var t=String(e).split("."),a=Number(t[0])==e&&t[0].slice(-2);return r?"other":0==e?"zero":1==e?"one":2==e?"two":a>=3&&a<=10?"few":a>=11&&a<=99?"many":"other"}}},availableLocales:["ars"]},{data:{as:{categories:{cardinal:["one","other"],ordinal:["one","two","few","many","other"]},fn:function(e,r){return r?1==e||5==e||7==e||8==e||9==e||10==e?"one":2==e||3==e?"two":4==e?"few":6==e?"many":"other":e>=0&&e<=1?"one":"other"}}},availableLocales:["as"]},{data:{asa:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["asa"]},{data:{ast:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){var t=!String(e).split(".")[1];return r?"other":1==e&&t?"one":"other"}}},availableLocales:["ast"]},{data:{az:{categories:{cardinal:["one","other"],ordinal:["one","few","many","other"]},fn:function(e,r){var t=String(e).split(".")[0],a=t.slice(-1),n=t.slice(-2),o=t.slice(-3);return r?1==a||2==a||5==a||7==a||8==a||20==n||50==n||70==n||80==n?"one":3==a||4==a||100==o||200==o||300==o||400==o||500==o||600==o||700==o||800==o||900==o?"few":0==t||6==a||40==n||60==n||90==n?"many":"other":1==e?"one":"other"}}},availableLocales:["az"]},{data:{be:{categories:{cardinal:["one","few","many","other"],ordinal:["few","other"]},fn:function(e,r){var t=String(e).split("."),a=Number(t[0])==e,n=a&&t[0].slice(-1),o=a&&t[0].slice(-2);return r?2!=n&&3!=n||12==o||13==o?"other":"few":1==n&&11!=o?"one":n>=2&&n<=4&&(o<12||o>14)?"few":a&&0==n||n>=5&&n<=9||o>=11&&o<=14?"many":"other"}}},availableLocales:["be"]},{data:{bem:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["bem"]},{data:{bez:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["bez"]},{data:{bg:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["bg"]},{data:{bho:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":0==e||1==e?"one":"other"}}},availableLocales:["bho"]},{data:{bm:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(e,r){return"other"}}},availableLocales:["bm"]},{data:{bn:{categories:{cardinal:["one","other"],ordinal:["one","two","few","many","other"]},fn:function(e,r){return r?1==e||5==e||7==e||8==e||9==e||10==e?"one":2==e||3==e?"two":4==e?"few":6==e?"many":"other":e>=0&&e<=1?"one":"other"}}},availableLocales:["bn"]},{data:{bo:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(e,r){return"other"}}},availableLocales:["bo"]},{data:{br:{categories:{cardinal:["one","two","few","many","other"],ordinal:["other"]},fn:function(e,r){var t=String(e).split("."),a=Number(t[0])==e,n=a&&t[0].slice(-1),o=a&&t[0].slice(-2),i=a&&t[0].slice(-6);return r?"other":1==n&&11!=o&&71!=o&&91!=o?"one":2==n&&12!=o&&72!=o&&92!=o?"two":(3==n||4==n||9==n)&&(o<10||o>19)&&(o<70||o>79)&&(o<90||o>99)?"few":0!=e&&a&&0==i?"many":"other"}}},availableLocales:["br"]},{data:{brx:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["brx"]},{data:{bs:{categories:{cardinal:["one","few","other"],ordinal:["other"]},fn:function(e,r){var t=String(e).split("."),a=t[0],n=t[1]||"",o=!t[1],i=a.slice(-1),l=a.slice(-2),u=n.slice(-1),c=n.slice(-2);return r?"other":o&&1==i&&11!=l||1==u&&11!=c?"one":o&&i>=2&&i<=4&&(l<12||l>14)||u>=2&&u<=4&&(c<12||c>14)?"few":"other"}}},availableLocales:["bs"]},{data:{ca:{categories:{cardinal:["one","other"],ordinal:["one","two","few","other"]},fn:function(e,r){var t=!String(e).split(".")[1];return r?1==e||3==e?"one":2==e?"two":4==e?"few":"other":1==e&&t?"one":"other"}}},availableLocales:["ca"]},{data:{ce:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["ce"]},{data:{ceb:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){var t=String(e).split("."),a=t[0],n=t[1]||"",o=!t[1],i=a.slice(-1),l=n.slice(-1);return r?"other":o&&(1==a||2==a||3==a)||o&&4!=i&&6!=i&&9!=i||!o&&4!=l&&6!=l&&9!=l?"one":"other"}}},availableLocales:["ceb"]},{data:{cgg:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["cgg"]},{data:{chr:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["chr"]},{data:{ckb:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["ckb"]},{data:{cs:{categories:{cardinal:["one","few","many","other"],ordinal:["other"]},fn:function(e,r){var t=String(e).split("."),a=t[0],n=!t[1];return r?"other":1==e&&n?"one":a>=2&&a<=4&&n?"few":n?"other":"many"}}},availableLocales:["cs"]},{data:{cy:{categories:{cardinal:["zero","one","two","few","many","other"],ordinal:["zero","one","two","few","many","other"]},fn:function(e,r){return r?0==e||7==e||8==e||9==e?"zero":1==e?"one":2==e?"two":3==e||4==e?"few":5==e||6==e?"many":"other":0==e?"zero":1==e?"one":2==e?"two":3==e?"few":6==e?"many":"other"}}},availableLocales:["cy"]},{data:{da:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){var t=String(e).split("."),a=t[0],n=Number(t[0])==e;return r||1!=e&&(n||0!=a&&1!=a)?"other":"one"}}},availableLocales:["da"]},{data:{de:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){var t=!String(e).split(".")[1];return r?"other":1==e&&t?"one":"other"}}},availableLocales:["de"]},{data:{dsb:{categories:{cardinal:["one","two","few","other"],ordinal:["other"]},fn:function(e,r){var t=String(e).split("."),a=t[0],n=t[1]||"",o=!t[1],i=a.slice(-2),l=n.slice(-2);return r?"other":o&&1==i||1==l?"one":o&&2==i||2==l?"two":o&&(3==i||4==i)||3==l||4==l?"few":"other"}}},availableLocales:["dsb"]},{data:{dv:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["dv"]},{data:{dz:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(e,r){return"other"}}},availableLocales:["dz"]},{data:{ee:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["ee"]},{data:{el:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["el"]},{data:{en:{categories:{cardinal:["one","other"],ordinal:["one","two","few","other"]},fn:function(e,r){var t=String(e).split("."),a=!t[1],n=Number(t[0])==e,o=n&&t[0].slice(-1),i=n&&t[0].slice(-2);return r?1==o&&11!=i?"one":2==o&&12!=i?"two":3==o&&13!=i?"few":"other":1==e&&a?"one":"other"}}},availableLocales:["en"]},{data:{eo:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["eo"]},{data:{es:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["es"]},{data:{et:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){var t=!String(e).split(".")[1];return r?"other":1==e&&t?"one":"other"}}},availableLocales:["et"]},{data:{eu:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["eu"]},{data:{fa:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":e>=0&&e<=1?"one":"other"}}},availableLocales:["fa"]},{data:{ff:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":e>=0&&e<2?"one":"other"}}},availableLocales:["ff"]},{data:{fi:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){var t=!String(e).split(".")[1];return r?"other":1==e&&t?"one":"other"}}},availableLocales:["fi"]},{data:{fil:{categories:{cardinal:["one","other"],ordinal:["one","other"]},fn:function(e,r){var t=String(e).split("."),a=t[0],n=t[1]||"",o=!t[1],i=a.slice(-1),l=n.slice(-1);return r?1==e?"one":"other":o&&(1==a||2==a||3==a)||o&&4!=i&&6!=i&&9!=i||!o&&4!=l&&6!=l&&9!=l?"one":"other"}}},availableLocales:["fil"]},{data:{fo:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["fo"]},{data:{fr:{categories:{cardinal:["one","other"],ordinal:["one","other"]},fn:function(e,r){return r?1==e?"one":"other":e>=0&&e<2?"one":"other"}}},availableLocales:["fr"]},{data:{fur:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["fur"]},{data:{fy:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){var t=!String(e).split(".")[1];return r?"other":1==e&&t?"one":"other"}}},availableLocales:["fy"]},{data:{ga:{categories:{cardinal:["one","two","few","many","other"],ordinal:["one","other"]},fn:function(e,r){var t=String(e).split("."),a=Number(t[0])==e;return r?1==e?"one":"other":1==e?"one":2==e?"two":a&&e>=3&&e<=6?"few":a&&e>=7&&e<=10?"many":"other"}}},availableLocales:["ga"]},{data:{gd:{categories:{cardinal:["one","two","few","other"],ordinal:["one","two","few","other"]},fn:function(e,r){var t=String(e).split("."),a=Number(t[0])==e;return r?1==e||11==e?"one":2==e||12==e?"two":3==e||13==e?"few":"other":1==e||11==e?"one":2==e||12==e?"two":a&&e>=3&&e<=10||a&&e>=13&&e<=19?"few":"other"}}},availableLocales:["gd"]},{data:{gl:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){var t=!String(e).split(".")[1];return r?"other":1==e&&t?"one":"other"}}},availableLocales:["gl"]},{data:{gsw:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["gsw"]},{data:{gu:{categories:{cardinal:["one","other"],ordinal:["one","two","few","many","other"]},fn:function(e,r){return r?1==e?"one":2==e||3==e?"two":4==e?"few":6==e?"many":"other":e>=0&&e<=1?"one":"other"}}},availableLocales:["gu"]},{data:{guw:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":0==e||1==e?"one":"other"}}},availableLocales:["guw"]},{data:{gv:{categories:{cardinal:["one","two","few","many","other"],ordinal:["other"]},fn:function(e,r){var t=String(e).split("."),a=t[0],n=!t[1],o=a.slice(-1),i=a.slice(-2);return r?"other":n&&1==o?"one":n&&2==o?"two":!n||0!=i&&20!=i&&40!=i&&60!=i&&80!=i?n?"other":"many":"few"}}},availableLocales:["gv"]},{data:{ha:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["ha"]},{data:{haw:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["haw"]},{data:{he:{categories:{cardinal:["one","two","many","other"],ordinal:["other"]},fn:function(e,r){var t=String(e).split("."),a=t[0],n=!t[1],o=Number(t[0])==e,i=o&&t[0].slice(-1);return r?"other":1==e&&n?"one":2==a&&n?"two":n&&(e<0||e>10)&&o&&0==i?"many":"other"}}},availableLocales:["he"]},{data:{hi:{categories:{cardinal:["one","other"],ordinal:["one","two","few","many","other"]},fn:function(e,r){return r?1==e?"one":2==e||3==e?"two":4==e?"few":6==e?"many":"other":e>=0&&e<=1?"one":"other"}}},availableLocales:["hi"]},{data:{hr:{categories:{cardinal:["one","few","other"],ordinal:["other"]},fn:function(e,r){var t=String(e).split("."),a=t[0],n=t[1]||"",o=!t[1],i=a.slice(-1),l=a.slice(-2),u=n.slice(-1),c=n.slice(-2);return r?"other":o&&1==i&&11!=l||1==u&&11!=c?"one":o&&i>=2&&i<=4&&(l<12||l>14)||u>=2&&u<=4&&(c<12||c>14)?"few":"other"}}},availableLocales:["hr"]},{data:{hsb:{categories:{cardinal:["one","two","few","other"],ordinal:["other"]},fn:function(e,r){var t=String(e).split("."),a=t[0],n=t[1]||"",o=!t[1],i=a.slice(-2),l=n.slice(-2);return r?"other":o&&1==i||1==l?"one":o&&2==i||2==l?"two":o&&(3==i||4==i)||3==l||4==l?"few":"other"}}},availableLocales:["hsb"]},{data:{hu:{categories:{cardinal:["one","other"],ordinal:["one","other"]},fn:function(e,r){return r?1==e||5==e?"one":"other":1==e?"one":"other"}}},availableLocales:["hu"]},{data:{hy:{categories:{cardinal:["one","other"],ordinal:["one","other"]},fn:function(e,r){return r?1==e?"one":"other":e>=0&&e<2?"one":"other"}}},availableLocales:["hy"]},{data:{ia:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){var t=!String(e).split(".")[1];return r?"other":1==e&&t?"one":"other"}}},availableLocales:["ia"]},{data:{id:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(e,r){return"other"}}},availableLocales:["id"]},{data:{ig:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(e,r){return"other"}}},availableLocales:["ig"]},{data:{ii:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(e,r){return"other"}}},availableLocales:["ii"]},{data:{in:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(e,r){return"other"}}},availableLocales:["in"]},{data:{io:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){var t=!String(e).split(".")[1];return r?"other":1==e&&t?"one":"other"}}},availableLocales:["io"]},{data:{is:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){var t=String(e).split("."),a=t[0],n=Number(t[0])==e,o=a.slice(-1),i=a.slice(-2);return r?"other":n&&1==o&&11!=i||!n?"one":"other"}}},availableLocales:["is"]},{data:{it:{categories:{cardinal:["one","other"],ordinal:["many","other"]},fn:function(e,r){var t=!String(e).split(".")[1];return r?11==e||8==e||80==e||800==e?"many":"other":1==e&&t?"one":"other"}}},availableLocales:["it"]},{data:{iu:{categories:{cardinal:["one","two","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":2==e?"two":"other"}}},availableLocales:["iu"]},{data:{iw:{categories:{cardinal:["one","two","many","other"],ordinal:["other"]},fn:function(e,r){var t=String(e).split("."),a=t[0],n=!t[1],o=Number(t[0])==e,i=o&&t[0].slice(-1);return r?"other":1==e&&n?"one":2==a&&n?"two":n&&(e<0||e>10)&&o&&0==i?"many":"other"}}},availableLocales:["iw"]},{data:{ja:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(e,r){return"other"}}},availableLocales:["ja"]},{data:{jbo:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(e,r){return"other"}}},availableLocales:["jbo"]},{data:{jgo:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["jgo"]},{data:{ji:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){var t=!String(e).split(".")[1];return r?"other":1==e&&t?"one":"other"}}},availableLocales:["ji"]},{data:{jmc:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["jmc"]},{data:{jv:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(e,r){return"other"}}},availableLocales:["jv"]},{data:{jw:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(e,r){return"other"}}},availableLocales:["jw"]},{data:{ka:{categories:{cardinal:["one","other"],ordinal:["one","many","other"]},fn:function(e,r){var t=String(e).split(".")[0],a=t.slice(-2);return r?1==t?"one":0==t||a>=2&&a<=20||40==a||60==a||80==a?"many":"other":1==e?"one":"other"}}},availableLocales:["ka"]},{data:{kab:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":e>=0&&e<2?"one":"other"}}},availableLocales:["kab"]},{data:{kaj:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["kaj"]},{data:{kcg:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["kcg"]},{data:{kde:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(e,r){return"other"}}},availableLocales:["kde"]},{data:{kea:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(e,r){return"other"}}},availableLocales:["kea"]},{data:{kk:{categories:{cardinal:["one","other"],ordinal:["many","other"]},fn:function(e,r){var t=String(e).split("."),a=Number(t[0])==e,n=a&&t[0].slice(-1);return r?6==n||9==n||a&&0==n&&0!=e?"many":"other":1==e?"one":"other"}}},availableLocales:["kk"]},{data:{kkj:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["kkj"]},{data:{kl:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["kl"]},{data:{km:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(e,r){return"other"}}},availableLocales:["km"]},{data:{kn:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":e>=0&&e<=1?"one":"other"}}},availableLocales:["kn"]},{data:{ko:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(e,r){return"other"}}},availableLocales:["ko"]},{data:{ks:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["ks"]},{data:{ksb:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["ksb"]},{data:{ksh:{categories:{cardinal:["zero","one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":0==e?"zero":1==e?"one":"other"}}},availableLocales:["ksh"]},{data:{ku:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["ku"]},{data:{kw:{categories:{cardinal:["zero","one","two","few","many","other"],ordinal:["one","many","other"]},fn:function(e,r){var t=String(e).split("."),a=Number(t[0])==e,n=a&&t[0].slice(-2),o=a&&t[0].slice(-3),i=a&&t[0].slice(-5),l=a&&t[0].slice(-6);return r?a&&e>=1&&e<=4||n>=1&&n<=4||n>=21&&n<=24||n>=41&&n<=44||n>=61&&n<=64||n>=81&&n<=84?"one":5==e||5==n?"many":"other":0==e?"zero":1==e?"one":2==n||22==n||42==n||62==n||82==n||a&&0==o&&(i>=1e3&&i<=2e4||4e4==i||6e4==i||8e4==i)||0!=e&&1e5==l?"two":3==n||23==n||43==n||63==n||83==n?"few":1==e||1!=n&&21!=n&&41!=n&&61!=n&&81!=n?"other":"many"}}},availableLocales:["kw"]},{data:{ky:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["ky"]},{data:{lag:{categories:{cardinal:["zero","one","other"],ordinal:["other"]},fn:function(e,r){var t=String(e).split(".")[0];return r?"other":0==e?"zero":0!=t&&1!=t||0==e?"other":"one"}}},availableLocales:["lag"]},{data:{lb:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["lb"]},{data:{lg:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["lg"]},{data:{lkt:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(e,r){return"other"}}},availableLocales:["lkt"]},{data:{ln:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":0==e||1==e?"one":"other"}}},availableLocales:["ln"]},{data:{lo:{categories:{cardinal:["other"],ordinal:["one","other"]},fn:function(e,r){return r&&1==e?"one":"other"}}},availableLocales:["lo"]},{data:{lt:{categories:{cardinal:["one","few","many","other"],ordinal:["other"]},fn:function(e,r){var t=String(e).split("."),a=t[1]||"",n=Number(t[0])==e,o=n&&t[0].slice(-1),i=n&&t[0].slice(-2);return r?"other":1==o&&(i<11||i>19)?"one":o>=2&&o<=9&&(i<11||i>19)?"few":0!=a?"many":"other"}}},availableLocales:["lt"]},{data:{lv:{categories:{cardinal:["zero","one","other"],ordinal:["other"]},fn:function(e,r){var t=String(e).split("."),a=t[1]||"",n=a.length,o=Number(t[0])==e,i=o&&t[0].slice(-1),l=o&&t[0].slice(-2),u=a.slice(-2),c=a.slice(-1);return r?"other":o&&0==i||l>=11&&l<=19||2==n&&u>=11&&u<=19?"zero":1==i&&11!=l||2==n&&1==c&&11!=u||2!=n&&1==c?"one":"other"}}},availableLocales:["lv"]},{data:{mas:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["mas"]},{data:{mg:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":0==e||1==e?"one":"other"}}},availableLocales:["mg"]},{data:{mgo:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["mgo"]},{data:{mk:{categories:{cardinal:["one","other"],ordinal:["one","two","many","other"]},fn:function(e,r){var t=String(e).split("."),a=t[0],n=t[1]||"",o=!t[1],i=a.slice(-1),l=a.slice(-2),u=n.slice(-1),c=n.slice(-2);return r?1==i&&11!=l?"one":2==i&&12!=l?"two":7!=i&&8!=i||17==l||18==l?"other":"many":o&&1==i&&11!=l||1==u&&11!=c?"one":"other"}}},availableLocales:["mk"]},{data:{ml:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["ml"]},{data:{mn:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["mn"]},{data:{mo:{categories:{cardinal:["one","few","other"],ordinal:["one","other"]},fn:function(e,r){var t=String(e).split("."),a=!t[1],n=Number(t[0])==e&&t[0].slice(-2);return r?1==e?"one":"other":1==e&&a?"one":!a||0==e||n>=2&&n<=19?"few":"other"}}},availableLocales:["mo"]},{data:{mr:{categories:{cardinal:["one","other"],ordinal:["one","two","few","other"]},fn:function(e,r){return r?1==e?"one":2==e||3==e?"two":4==e?"few":"other":1==e?"one":"other"}}},availableLocales:["mr"]},{data:{ms:{categories:{cardinal:["other"],ordinal:["one","other"]},fn:function(e,r){return r&&1==e?"one":"other"}}},availableLocales:["ms"]},{data:{mt:{categories:{cardinal:["one","few","many","other"],ordinal:["other"]},fn:function(e,r){var t=String(e).split("."),a=Number(t[0])==e&&t[0].slice(-2);return r?"other":1==e?"one":0==e||a>=2&&a<=10?"few":a>=11&&a<=19?"many":"other"}}},availableLocales:["mt"]},{data:{my:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(e,r){return"other"}}},availableLocales:["my"]},{data:{nah:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["nah"]},{data:{naq:{categories:{cardinal:["one","two","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":2==e?"two":"other"}}},availableLocales:["naq"]},{data:{nb:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["nb"]},{data:{nd:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["nd"]},{data:{ne:{categories:{cardinal:["one","other"],ordinal:["one","other"]},fn:function(e,r){var t=String(e).split("."),a=Number(t[0])==e;return r?a&&e>=1&&e<=4?"one":"other":1==e?"one":"other"}}},availableLocales:["ne"]},{data:{nl:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){var t=!String(e).split(".")[1];return r?"other":1==e&&t?"one":"other"}}},availableLocales:["nl"]},{data:{nn:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["nn"]},{data:{nnh:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["nnh"]},{data:{no:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["no"]},{data:{nqo:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(e,r){return"other"}}},availableLocales:["nqo"]},{data:{nr:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["nr"]},{data:{nso:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":0==e||1==e?"one":"other"}}},availableLocales:["nso"]},{data:{ny:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["ny"]},{data:{nyn:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["nyn"]},{data:{om:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["om"]},{data:{or:{categories:{cardinal:["one","other"],ordinal:["one","two","few","many","other"]},fn:function(e,r){var t=String(e).split("."),a=Number(t[0])==e;return r?1==e||5==e||a&&e>=7&&e<=9?"one":2==e||3==e?"two":4==e?"few":6==e?"many":"other":1==e?"one":"other"}}},availableLocales:["or"]},{data:{os:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["os"]},{data:{osa:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(e,r){return"other"}}},availableLocales:["osa"]},{data:{pa:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":0==e||1==e?"one":"other"}}},availableLocales:["pa"]},{data:{pap:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["pap"]},{data:{pcm:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":e>=0&&e<=1?"one":"other"}}},availableLocales:["pcm"]},{data:{pl:{categories:{cardinal:["one","few","many","other"],ordinal:["other"]},fn:function(e,r){var t=String(e).split("."),a=t[0],n=!t[1],o=a.slice(-1),i=a.slice(-2);return r?"other":1==e&&n?"one":n&&o>=2&&o<=4&&(i<12||i>14)?"few":n&&1!=a&&(0==o||1==o)||n&&o>=5&&o<=9||n&&i>=12&&i<=14?"many":"other"}}},availableLocales:["pl"]},{data:{prg:{categories:{cardinal:["zero","one","other"],ordinal:["other"]},fn:function(e,r){var t=String(e).split("."),a=t[1]||"",n=a.length,o=Number(t[0])==e,i=o&&t[0].slice(-1),l=o&&t[0].slice(-2),u=a.slice(-2),c=a.slice(-1);return r?"other":o&&0==i||l>=11&&l<=19||2==n&&u>=11&&u<=19?"zero":1==i&&11!=l||2==n&&1==c&&11!=u||2!=n&&1==c?"one":"other"}}},availableLocales:["prg"]},{data:{ps:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["ps"]},{data:{"pt-PT":{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){var t=!String(e).split(".")[1];return r?"other":1==e&&t?"one":"other"}}},availableLocales:["pt-PT"]},{data:{pt:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){var t=String(e).split(".")[0];return r?"other":0==t||1==t?"one":"other"}}},availableLocales:["pt"]},{data:{rm:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["rm"]},{data:{ro:{categories:{cardinal:["one","few","other"],ordinal:["one","other"]},fn:function(e,r){var t=String(e).split("."),a=!t[1],n=Number(t[0])==e&&t[0].slice(-2);return r?1==e?"one":"other":1==e&&a?"one":!a||0==e||n>=2&&n<=19?"few":"other"}}},availableLocales:["ro"]},{data:{rof:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["rof"]},{data:{root:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(e,r){return"other"}}},availableLocales:["root"]},{data:{ru:{categories:{cardinal:["one","few","many","other"],ordinal:["other"]},fn:function(e,r){var t=String(e).split("."),a=t[0],n=!t[1],o=a.slice(-1),i=a.slice(-2);return r?"other":n&&1==o&&11!=i?"one":n&&o>=2&&o<=4&&(i<12||i>14)?"few":n&&0==o||n&&o>=5&&o<=9||n&&i>=11&&i<=14?"many":"other"}}},availableLocales:["ru"]},{data:{rwk:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["rwk"]},{data:{sah:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(e,r){return"other"}}},availableLocales:["sah"]},{data:{saq:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["saq"]},{data:{sat:{categories:{cardinal:["one","two","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":2==e?"two":"other"}}},availableLocales:["sat"]},{data:{sc:{categories:{cardinal:["one","other"],ordinal:["many","other"]},fn:function(e,r){var t=!String(e).split(".")[1];return r?11==e||8==e||80==e||800==e?"many":"other":1==e&&t?"one":"other"}}},availableLocales:["sc"]},{data:{scn:{categories:{cardinal:["one","other"],ordinal:["many","other"]},fn:function(e,r){var t=!String(e).split(".")[1];return r?11==e||8==e||80==e||800==e?"many":"other":1==e&&t?"one":"other"}}},availableLocales:["scn"]},{data:{sd:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["sd"]},{data:{sdh:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["sdh"]},{data:{se:{categories:{cardinal:["one","two","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":2==e?"two":"other"}}},availableLocales:["se"]},{data:{seh:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["seh"]},{data:{ses:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(e,r){return"other"}}},availableLocales:["ses"]},{data:{sg:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(e,r){return"other"}}},availableLocales:["sg"]},{data:{sh:{categories:{cardinal:["one","few","other"],ordinal:["other"]},fn:function(e,r){var t=String(e).split("."),a=t[0],n=t[1]||"",o=!t[1],i=a.slice(-1),l=a.slice(-2),u=n.slice(-1),c=n.slice(-2);return r?"other":o&&1==i&&11!=l||1==u&&11!=c?"one":o&&i>=2&&i<=4&&(l<12||l>14)||u>=2&&u<=4&&(c<12||c>14)?"few":"other"}}},availableLocales:["sh"]},{data:{shi:{categories:{cardinal:["one","few","other"],ordinal:["other"]},fn:function(e,r){var t=String(e).split("."),a=Number(t[0])==e;return r?"other":e>=0&&e<=1?"one":a&&e>=2&&e<=10?"few":"other"}}},availableLocales:["shi"]},{data:{si:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){var t=String(e).split("."),a=t[0],n=t[1]||"";return r?"other":0==e||1==e||0==a&&1==n?"one":"other"}}},availableLocales:["si"]},{data:{sk:{categories:{cardinal:["one","few","many","other"],ordinal:["other"]},fn:function(e,r){var t=String(e).split("."),a=t[0],n=!t[1];return r?"other":1==e&&n?"one":a>=2&&a<=4&&n?"few":n?"other":"many"}}},availableLocales:["sk"]},{data:{sl:{categories:{cardinal:["one","two","few","other"],ordinal:["other"]},fn:function(e,r){var t=String(e).split("."),a=t[0],n=!t[1],o=a.slice(-2);return r?"other":n&&1==o?"one":n&&2==o?"two":n&&(3==o||4==o)||!n?"few":"other"}}},availableLocales:["sl"]},{data:{sma:{categories:{cardinal:["one","two","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":2==e?"two":"other"}}},availableLocales:["sma"]},{data:{smi:{categories:{cardinal:["one","two","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":2==e?"two":"other"}}},availableLocales:["smi"]},{data:{smj:{categories:{cardinal:["one","two","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":2==e?"two":"other"}}},availableLocales:["smj"]},{data:{smn:{categories:{cardinal:["one","two","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":2==e?"two":"other"}}},availableLocales:["smn"]},{data:{sms:{categories:{cardinal:["one","two","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":2==e?"two":"other"}}},availableLocales:["sms"]},{data:{sn:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["sn"]},{data:{so:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["so"]},{data:{sq:{categories:{cardinal:["one","other"],ordinal:["one","many","other"]},fn:function(e,r){var t=String(e).split("."),a=Number(t[0])==e,n=a&&t[0].slice(-1),o=a&&t[0].slice(-2);return r?1==e?"one":4==n&&14!=o?"many":"other":1==e?"one":"other"}}},availableLocales:["sq"]},{data:{sr:{categories:{cardinal:["one","few","other"],ordinal:["other"]},fn:function(e,r){var t=String(e).split("."),a=t[0],n=t[1]||"",o=!t[1],i=a.slice(-1),l=a.slice(-2),u=n.slice(-1),c=n.slice(-2);return r?"other":o&&1==i&&11!=l||1==u&&11!=c?"one":o&&i>=2&&i<=4&&(l<12||l>14)||u>=2&&u<=4&&(c<12||c>14)?"few":"other"}}},availableLocales:["sr"]},{data:{ss:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["ss"]},{data:{ssy:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["ssy"]},{data:{st:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["st"]},{data:{su:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(e,r){return"other"}}},availableLocales:["su"]},{data:{sv:{categories:{cardinal:["one","other"],ordinal:["one","other"]},fn:function(e,r){var t=String(e).split("."),a=!t[1],n=Number(t[0])==e,o=n&&t[0].slice(-1),i=n&&t[0].slice(-2);return r?1!=o&&2!=o||11==i||12==i?"other":"one":1==e&&a?"one":"other"}}},availableLocales:["sv"]},{data:{sw:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){var t=!String(e).split(".")[1];return r?"other":1==e&&t?"one":"other"}}},availableLocales:["sw"]},{data:{syr:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["syr"]},{data:{ta:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["ta"]},{data:{te:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["te"]},{data:{teo:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["teo"]},{data:{th:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(e,r){return"other"}}},availableLocales:["th"]},{data:{ti:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":0==e||1==e?"one":"other"}}},availableLocales:["ti"]},{data:{tig:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["tig"]},{data:{tk:{categories:{cardinal:["one","other"],ordinal:["few","other"]},fn:function(e,r){var t=String(e).split("."),a=Number(t[0])==e&&t[0].slice(-1);return r?6==a||9==a||10==e?"few":"other":1==e?"one":"other"}}},availableLocales:["tk"]},{data:{tl:{categories:{cardinal:["one","other"],ordinal:["one","other"]},fn:function(e,r){var t=String(e).split("."),a=t[0],n=t[1]||"",o=!t[1],i=a.slice(-1),l=n.slice(-1);return r?1==e?"one":"other":o&&(1==a||2==a||3==a)||o&&4!=i&&6!=i&&9!=i||!o&&4!=l&&6!=l&&9!=l?"one":"other"}}},availableLocales:["tl"]},{data:{tn:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["tn"]},{data:{to:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(e,r){return"other"}}},availableLocales:["to"]},{data:{tr:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["tr"]},{data:{ts:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["ts"]},{data:{tzm:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){var t=String(e).split("."),a=Number(t[0])==e;return r?"other":0==e||1==e||a&&e>=11&&e<=99?"one":"other"}}},availableLocales:["tzm"]},{data:{ug:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["ug"]},{data:{uk:{categories:{cardinal:["one","few","many","other"],ordinal:["few","other"]},fn:function(e,r){var t=String(e).split("."),a=t[0],n=!t[1],o=Number(t[0])==e,i=o&&t[0].slice(-1),l=o&&t[0].slice(-2),u=a.slice(-1),c=a.slice(-2);return r?3==i&&13!=l?"few":"other":n&&1==u&&11!=c?"one":n&&u>=2&&u<=4&&(c<12||c>14)?"few":n&&0==u||n&&u>=5&&u<=9||n&&c>=11&&c<=14?"many":"other"}}},availableLocales:["uk"]},{data:{ur:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){var t=!String(e).split(".")[1];return r?"other":1==e&&t?"one":"other"}}},availableLocales:["ur"]},{data:{uz:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["uz"]},{data:{ve:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["ve"]},{data:{vi:{categories:{cardinal:["other"],ordinal:["one","other"]},fn:function(e,r){return r&&1==e?"one":"other"}}},availableLocales:["vi"]},{data:{vo:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["vo"]},{data:{vun:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["vun"]},{data:{wa:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":0==e||1==e?"one":"other"}}},availableLocales:["wa"]},{data:{wae:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["wae"]},{data:{wo:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(e,r){return"other"}}},availableLocales:["wo"]},{data:{xh:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["xh"]},{data:{xog:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":1==e?"one":"other"}}},availableLocales:["xog"]},{data:{yi:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){var t=!String(e).split(".")[1];return r?"other":1==e&&t?"one":"other"}}},availableLocales:["yi"]},{data:{yo:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(e,r){return"other"}}},availableLocales:["yo"]},{data:{yue:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(e,r){return"other"}}},availableLocales:["yue"]},{data:{zh:{categories:{cardinal:["other"],ordinal:["other"]},fn:function(e,r){return"other"}}},availableLocales:["zh"]},{data:{zu:{categories:{cardinal:["one","other"],ordinal:["other"]},fn:function(e,r){return r?"other":e>=0&&e<=1?"one":"other"}}},availableLocales:["zu"]})},25534:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var a=t(78643);t(27815).shouldPolyfill()&&Object.defineProperty(Intl,"PluralRules",{value:a.PluralRules,writable:!0,enumerable:!1,configurable:!0})},87480:(e,r,t)=>{"use strict";t.r(r),t.d(r,{__extends:()=>n,__assign:()=>o,__rest:()=>i,__decorate:()=>l,__param:()=>u,__metadata:()=>c,__awaiter:()=>s,__generator:()=>h,__createBinding:()=>f,__exportStar:()=>d,__values:()=>g,__read:()=>v,__spread:()=>m,__spreadArrays:()=>p,__await:()=>b,__asyncGenerator:()=>y,__asyncDelegator:()=>D,__asyncValues:()=>w,__makeTemplateObject:()=>L,__importStar:()=>S,__importDefault:()=>E,__classPrivateFieldGet:()=>k,__classPrivateFieldSet:()=>C});var a=function(e,r){return(a=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var t in r)Object.prototype.hasOwnProperty.call(r,t)&&(e[t]=r[t])})(e,r)};function n(e,r){function t(){this.constructor=e}a(e,r),e.prototype=null===r?Object.create(r):(t.prototype=r.prototype,new t)}var o=function(){return(o=Object.assign||function(e){for(var r,t=1,a=arguments.length;t<a;t++)for(var n in r=arguments[t])Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n]);return e}).apply(this,arguments)};function i(e,r){var t={};for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&r.indexOf(a)<0&&(t[a]=e[a]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(a=Object.getOwnPropertySymbols(e);n<a.length;n++)r.indexOf(a[n])<0&&Object.prototype.propertyIsEnumerable.call(e,a[n])&&(t[a[n]]=e[a[n]])}return t}function l(e,r,t,a){var n,o=arguments.length,i=o<3?r:null===a?a=Object.getOwnPropertyDescriptor(r,t):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,r,t,a);else for(var l=e.length-1;l>=0;l--)(n=e[l])&&(i=(o<3?n(i):o>3?n(r,t,i):n(r,t))||i);return o>3&&i&&Object.defineProperty(r,t,i),i}function u(e,r){return function(t,a){r(t,a,e)}}function c(e,r){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,r)}function s(e,r,t,a){return new(t||(t=Promise))((function(n,o){function i(e){try{u(a.next(e))}catch(r){o(r)}}function l(e){try{u(a.throw(e))}catch(r){o(r)}}function u(e){var r;e.done?n(e.value):(r=e.value,r instanceof t?r:new t((function(e){e(r)}))).then(i,l)}u((a=a.apply(e,r||[])).next())}))}function h(e,r){var t,a,n,o,i={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return o={next:l(0),throw:l(1),return:l(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function l(o){return function(l){return function(o){if(t)throw new TypeError("Generator is already executing.");for(;i;)try{if(t=1,a&&(n=2&o[0]?a.return:o[0]?a.throw||((n=a.return)&&n.call(a),0):a.next)&&!(n=n.call(a,o[1])).done)return n;switch(a=0,n&&(o=[2&o[0],n.value]),o[0]){case 0:case 1:n=o;break;case 4:return i.label++,{value:o[1],done:!1};case 5:i.label++,a=o[1],o=[0];continue;case 7:o=i.ops.pop(),i.trys.pop();continue;default:if(!(n=i.trys,(n=n.length>0&&n[n.length-1])||6!==o[0]&&2!==o[0])){i=0;continue}if(3===o[0]&&(!n||o[1]>n[0]&&o[1]<n[3])){i.label=o[1];break}if(6===o[0]&&i.label<n[1]){i.label=n[1],n=o;break}if(n&&i.label<n[2]){i.label=n[2],i.ops.push(o);break}n[2]&&i.ops.pop(),i.trys.pop();continue}o=r.call(e,i)}catch(l){o=[6,l],a=0}finally{t=n=0}if(5&o[0])throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}([o,l])}}}var f=Object.create?function(e,r,t,a){void 0===a&&(a=t),Object.defineProperty(e,a,{enumerable:!0,get:function(){return r[t]}})}:function(e,r,t,a){void 0===a&&(a=t),e[a]=r[t]};function d(e,r){for(var t in e)"default"===t||Object.prototype.hasOwnProperty.call(r,t)||f(r,e,t)}function g(e){var r="function"==typeof Symbol&&Symbol.iterator,t=r&&e[r],a=0;if(t)return t.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&a>=e.length&&(e=void 0),{value:e&&e[a++],done:!e}}};throw new TypeError(r?"Object is not iterable.":"Symbol.iterator is not defined.")}function v(e,r){var t="function"==typeof Symbol&&e[Symbol.iterator];if(!t)return e;var a,n,o=t.call(e),i=[];try{for(;(void 0===r||r-- >0)&&!(a=o.next()).done;)i.push(a.value)}catch(l){n={error:l}}finally{try{a&&!a.done&&(t=o.return)&&t.call(o)}finally{if(n)throw n.error}}return i}function m(){for(var e=[],r=0;r<arguments.length;r++)e=e.concat(v(arguments[r]));return e}function p(){for(var e=0,r=0,t=arguments.length;r<t;r++)e+=arguments[r].length;var a=Array(e),n=0;for(r=0;r<t;r++)for(var o=arguments[r],i=0,l=o.length;i<l;i++,n++)a[n]=o[i];return a}function b(e){return this instanceof b?(this.v=e,this):new b(e)}function y(e,r,t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var a,n=t.apply(e,r||[]),o=[];return a={},i("next"),i("throw"),i("return"),a[Symbol.asyncIterator]=function(){return this},a;function i(e){n[e]&&(a[e]=function(r){return new Promise((function(t,a){o.push([e,r,t,a])>1||l(e,r)}))})}function l(e,r){try{(t=n[e](r)).value instanceof b?Promise.resolve(t.value.v).then(u,c):s(o[0][2],t)}catch(a){s(o[0][3],a)}var t}function u(e){l("next",e)}function c(e){l("throw",e)}function s(e,r){e(r),o.shift(),o.length&&l(o[0][0],o[0][1])}}function D(e){var r,t;return r={},a("next"),a("throw",(function(e){throw e})),a("return"),r[Symbol.iterator]=function(){return this},r;function a(a,n){r[a]=e[a]?function(r){return(t=!t)?{value:b(e[a](r)),done:"return"===a}:n?n(r):r}:n}}function w(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r,t=e[Symbol.asyncIterator];return t?t.call(e):(e=g(e),r={},a("next"),a("throw"),a("return"),r[Symbol.asyncIterator]=function(){return this},r);function a(t){r[t]=e[t]&&function(r){return new Promise((function(a,n){(function(e,r,t,a){Promise.resolve(a).then((function(r){e({value:r,done:t})}),r)})(a,n,(r=e[t](r)).done,r.value)}))}}}function L(e,r){return Object.defineProperty?Object.defineProperty(e,"raw",{value:r}):e.raw=r,e}var F=Object.create?function(e,r){Object.defineProperty(e,"default",{enumerable:!0,value:r})}:function(e,r){e.default=r};function S(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var t in e)"default"!==t&&Object.prototype.hasOwnProperty.call(e,t)&&f(r,e,t);return F(r,e),r}function E(e){return e&&e.__esModule?e:{default:e}}function k(e,r){if(!r.has(e))throw new TypeError("attempted to get private field on non-instance");return r.get(e)}function C(e,r,t){if(!r.has(e))throw new TypeError("attempted to set private field on non-instance");return r.set(e,t),t}}}]);
//# sourceMappingURL=chunk.5e1f869de09bdc515bec.js.map