twenty-sdk 2.2.0 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/billing/index.cjs.map +1 -1
- package/dist/billing/index.mjs +9 -9
- package/dist/billing/index.mjs.map +1 -1
- package/dist/cli/commands/add.d.ts +1 -0
- package/dist/cli/operations/deploy.d.ts +2 -0
- package/dist/cli/types.d.ts +1 -0
- package/dist/cli/utilities/build/manifest/manifest-extract-config.d.ts +6 -2
- package/dist/cli/utilities/entity/entity-command-menu-item-template.d.ts +3 -0
- package/dist/cli/utilities/entity/entity-connection-provider-template.d.ts +4 -0
- package/dist/cli/utilities/file/append-server-variables.util.d.ts +22 -0
- package/dist/cli/utilities/server/docker-container.d.ts +1 -0
- package/dist/cli.cjs +125 -83
- package/dist/cli.mjs +3150 -2979
- package/dist/define/index.cjs +12 -12
- package/dist/define/index.cjs.map +1 -1
- package/dist/define/index.d.ts +72 -20
- package/dist/define/index.mjs +889 -888
- package/dist/define/index.mjs.map +1 -1
- package/dist/front-component/index.cjs +13 -13
- package/dist/front-component/index.cjs.map +1 -1
- package/dist/front-component/index.d.ts +12 -1
- package/dist/front-component/index.mjs +866 -896
- package/dist/front-component/index.mjs.map +1 -1
- package/dist/{get-function-input-schema-BZ7_XyUh-DI4AlRRA.js → get-function-input-schema-BZ7_XyUh-BXB2AcBE.js} +1 -1
- package/dist/{get-function-input-schema-BZ7_XyUh-YHOkHl_i.mjs → get-function-input-schema-BZ7_XyUh-PnCntsct.mjs} +1 -1
- package/dist/logic-function/index.cjs +1 -1
- package/dist/logic-function/index.cjs.map +1 -1
- package/dist/logic-function/index.d.ts +90 -6
- package/dist/logic-function/index.mjs +52 -1
- package/dist/logic-function/index.mjs.map +1 -1
- package/dist/operations.cjs +1 -1
- package/dist/operations.mjs +2 -2
- package/dist/ui/index.cjs +15 -2233
- package/dist/ui/index.mjs +246 -3350
- package/dist/uninstall-BiLmSWhb.js +253 -0
- package/dist/{uninstall-DXr3k3Da.mjs → uninstall-DAf2XiS3.mjs} +1825 -1715
- package/package.json +2 -2
- package/dist/uninstall-D3my_KZK.js +0 -250
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const oe=require("@sniptt/guards"),L=require("zod"),re=require("react"),di=null,ui=null,li=null,ci=null,hi=null,pi=null,fi=null,$i=null,gi=null,mi=null,vi=null,yi=null,_i=null,Si=null,bi=null,Ei=null,Ci=null,Pi=null,Ai=null,Mi=null,ki=null,wi=null,xi=null,Ri=null,Ii=null,Oi=null,Ni=null,Ti=null,Q=e=>!oe.isUndefined(e)&&!oe.isNull(e);var X="INUMBER",Pe="IOP1",Ae="IOP2",Me="IOP3",de="IVAR",pe="IVARNAME",be="IFUNCALL",ct="IFUNDEF",z="IEXPR",Lt="IEXPREVAL",fe="IMEMBER",ht="IENDSTATEMENT",Ee="IARRAY";function T(e,t){this.type=e,this.value=t??0}T.prototype.toString=function(){switch(this.type){case X:case Pe:case Ae:case Me:case de:case pe:case ht:return this.value;case be:return"CALL "+this.value;case ct:return"DEF "+this.value;case Ee:return"ARRAY "+this.value;case fe:return"."+this.value;default:return"Invalid Instruction"}};function pt(e){return new T(Pe,e)}function le(e){return new T(Ae,e)}function Qr(e){return new T(Me,e)}function It(e,t,a,o,p){for(var u=[],$=[],f,d,l,s,m=0;m<e.length;m++){var i=e[m],n=i.type;if(n===X||n===pe)Array.isArray(i.value)?u.push.apply(u,It(i.value.map(function(r){return new T(X,r)}).concat(new T(Ee,i.value.length)),t,a,o,p)):u.push(i);else if(n===de&&Object.hasOwn(p,i.value))i=new T(X,p[i.value]),u.push(i);else if(n===Ae&&u.length>1)d=u.pop(),f=u.pop(),s=a[i.value],i=new T(X,s(f.value,d.value)),u.push(i);else if(n===Me&&u.length>2)l=u.pop(),d=u.pop(),f=u.pop(),i.value==="?"?u.push(f.value?d.value:l.value):(s=o[i.value],i=new T(X,s(f.value,d.value,l.value)),u.push(i));else if(n===Pe&&u.length>0)f=u.pop(),s=t[i.value],i=new T(X,s(f.value)),u.push(i);else if(n===z){for(;u.length>0;)$.push(u.shift());$.push(new T(z,It(i.value,t,a,o,p)))}else if(n===fe&&u.length>0)f=u.pop(),u.push(new T(X,f.value[i.value]));else{for(;u.length>0;)$.push(u.shift());$.push(i)}}for(;u.length>0;)$.push(u.shift());return $}function en(e,t,a){for(var o=[],p=0;p<e.length;p++){var u=e[p],$=u.type;if($===de&&u.value===t)for(var f=0;f<a.tokens.length;f++){var d=a.tokens[f],l;d.type===Pe?l=pt(d.value):d.type===Ae?l=le(d.value):d.type===Me?l=Qr(d.value):l=new T(d.type,d.value),o.push(l)}else $===z?o.push(new T(z,en(u.value,t,a))):o.push(u)}return o}function yt(e,t,a){if(Object.values(t.functions).includes(e))return!0;for(const p of Object.values(a))if(typeof p=="object"&&p!==null){for(const u of Object.values(p))if(u===e){const $=Object.freeze({abs:Math.abs,acos:Math.acos,asin:Math.asin,atan:Math.atan,atan2:Math.atan2,ceil:Math.ceil,clz32:Math.clz32,cos:Math.cos,exp:Math.exp,floor:Math.floor,imul:Math.imul,fround:Math.fround,f16round:Math.f16round,log:Math.log,max:Math.max,min:Math.min,pow:Math.pow,random:Math.random,round:Math.round,sin:Math.sin,sqrt:Math.sqrt,tan:Math.tan,log10:Math.log10,log2:Math.log2,log1p:Math.log1p,expm1:Math.expm1,cosh:Math.cosh,sinh:Math.sinh,tanh:Math.tanh,acosh:Math.acosh,asinh:Math.asinh,atanh:Math.atanh,hypot:Math.hypot,trunc:Math.trunc,sign:Math.sign,cbrt:Math.cbrt});for(var o of Object.getOwnPropertyNames($))if($[o]===u)return!0;return Object.values(t.functions).includes(u)}}return!1}function he(e,t,a){var o=[],p,u,$,f,d,l;if(Dt(e))return ae(e,a);for(var s=e.length,m=0;m<s;m++){var i=e[m],n=i.type;if(n===X||n===pe)o.push(i.value);else if(n===Ae)u=o.pop(),p=o.pop(),i.value==="and"?o.push(p?!!he(u,t,a):!1):i.value==="or"?o.push(p?!0:!!he(u,t,a)):i.value==="="?(f=t.binaryOps[i.value],o.push(f(p,he(u,t,a),a))):(f=t.binaryOps[i.value],o.push(f(ae(p,a),ae(u,a))));else if(n===Me)$=o.pop(),u=o.pop(),p=o.pop(),i.value==="?"?o.push(he(p?u:$,t,a)):(f=t.ternaryOps[i.value],o.push(f(ae(p,a),ae(u,a),ae($,a))));else if(n===de){if(/^__proto__|prototype|constructor$/.test(i.value))throw new Error("prototype access detected");if(i.value in t.functions)o.push(t.functions[i.value]);else if(i.value in t.unaryOps&&t.parser.isOperatorEnabled(i.value))o.push(t.unaryOps[i.value]);else{var r=a[i.value];if(r!==void 0){if(typeof r=="function"&&!yt(r,t,a))throw new Error("Variable references an unallowed function: "+i.value);o.push(r)}else throw new Error("undefined variable: "+i.value)}}else if(n===Pe)p=o.pop(),f=t.unaryOps[i.value],o.push(f(ae(p,a)));else if(n===be){for(l=i.value,d=[];l-- >0;)d.unshift(ae(o.pop(),a));if(f=o.pop(),!yt(f,t,a))throw new Error("Is not an allowed function.");if(f.apply&&f.call)o.push(f.apply(void 0,d));else throw new Error(f+" is not a function")}else if(n===ct)o.push(function(){for(var c=o.pop(),h=[],g=i.value;g-- >0;)h.unshift(o.pop());var y=o.pop(),b=function(){for(var _=Object.assign({},a),v=0,E=h.length;v<E;v++)_[h[v]]=arguments[v];return he(c,t,_)};return t.functions["lambda_"+t.functions.__counter++]=b,a[y]=b,b}());else if(n===z)o.push(Li(i,t));else if(n===Lt)o.push(i);else if(n===fe){if(p=o.pop(),/^__proto__|prototype|constructor$/.test(i.value))throw new Error("prototype access detected in MEMBER");if(typeof p=="object"&&typeof p[i.value]=="function"&&!yt(p[i.value],t,a))throw new Error("Is not an allowed function in MEMBER.");o.push(p[i.value])}else if(n===ht)o.pop();else if(n===Ee){for(l=i.value,d=[];l-- >0;)d.unshift(o.pop());o.push(d)}else throw new Error("invalid Expression")}if(o.length>1)throw new Error("invalid Expression (parity)");return o[0]===0?0:ae(o[0],a)}function Li(e,t,a){return Dt(e)?e:{type:Lt,value:function(o){return he(e.value,t,o)}}}function Dt(e){return e&&e.type===Lt}function ae(e,t){return Dt(e)?e.value(t):e}function Ft(e,t){for(var a=[],o,p,u,$,f,d,l=0;l<e.length;l++){var s=e[l],m=s.type;if(m===X)typeof s.value=="number"&&s.value<0?a.push("("+s.value+")"):Array.isArray(s.value)?a.push("["+s.value.map(Jt).join(", ")+"]"):a.push(Jt(s.value));else if(m===Ae)p=a.pop(),o=a.pop(),$=s.value,t?$==="^"?a.push("Math.pow("+o+", "+p+")"):$==="and"?a.push("(!!"+o+" && !!"+p+")"):$==="or"?a.push("(!!"+o+" || !!"+p+")"):$==="||"?a.push("(function(a,b){ return Array.isArray(a) && Array.isArray(b) ? a.concat(b) : String(a) + String(b); }(("+o+"),("+p+")))"):$==="=="?a.push("("+o+" === "+p+")"):$==="!="?a.push("("+o+" !== "+p+")"):$==="["?a.push(o+"[("+p+") | 0]"):a.push("("+o+" "+$+" "+p+")"):$==="["?a.push(o+"["+p+"]"):a.push("("+o+" "+$+" "+p+")");else if(m===Me)if(u=a.pop(),p=a.pop(),o=a.pop(),$=s.value,$==="?")a.push("("+o+" ? "+p+" : "+u+")");else throw new Error("invalid Expression");else if(m===de||m===pe)a.push(s.value);else if(m===Pe)o=a.pop(),$=s.value,$==="-"||$==="+"?a.push("("+$+o+")"):t?$==="not"?a.push("(!"+o+")"):$==="!"?a.push("fac("+o+")"):a.push($+"("+o+")"):$==="!"?a.push("("+o+"!)"):a.push("("+$+" "+o+")");else if(m===be){for(d=s.value,f=[];d-- >0;)f.unshift(a.pop());$=a.pop(),a.push($+"("+f.join(", ")+")")}else if(m===ct){for(p=a.pop(),d=s.value,f=[];d-- >0;)f.unshift(a.pop());o=a.pop(),t?a.push("("+o+" = function("+f.join(", ")+") { return "+p+" })"):a.push("("+o+"("+f.join(", ")+") = "+p+")")}else if(m===fe)o=a.pop(),a.push(o+"."+s.value);else if(m===Ee){for(d=s.value,f=[];d-- >0;)f.unshift(a.pop());a.push("["+f.join(", ")+"]")}else if(m===z)a.push("("+Ft(s.value,t)+")");else if(m!==ht)throw new Error("invalid Expression")}return a.length>1&&(t?a=[a.join(",")]:a=[a.join(";")]),String(a[0])}function Jt(e){return typeof e=="string"?JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029"):e}function Se(e,t){for(var a=0;a<e.length;a++)if(e[a]===t)return!0;return!1}function Bt(e,t,a){a=a||{};for(var o=!!a.withMembers,p=null,u=0;u<e.length;u++){var $=e[u];$.type===de||$.type===pe?!o&&!Se(t,$.value)?t.push($.value):(p!==null&&(Se(t,p)||t.push(p)),p=$.value):$.type===fe&&o&&p!==null?p+="."+$.value:$.type===z?Bt($.value,t,a):p!==null&&(Se(t,p)||t.push(p),p=null)}p!==null&&!Se(t,p)&&t.push(p)}function ne(e,t){this.tokens=e,this.parser=t,this.unaryOps=t.unaryOps,this.binaryOps=t.binaryOps,this.ternaryOps=t.ternaryOps,this.functions=t.functions}ne.prototype.simplify=function(e){return e=e||{},new ne(It(this.tokens,this.unaryOps,this.binaryOps,this.ternaryOps,e),this.parser)};ne.prototype.substitute=function(e,t){return t instanceof ne||(t=this.parser.parse(String(t))),new ne(en(this.tokens,e,t),this.parser)};ne.prototype.evaluate=function(e){return e=e||{},he(this.tokens,this,e)};ne.prototype.toString=function(){return Ft(this.tokens,!1)};ne.prototype.symbols=function(e){e=e||{};var t=[];return Bt(this.tokens,t,e),t};ne.prototype.variables=function(e){e=e||{};var t=[];Bt(this.tokens,t,e);var a=this.functions;return t.filter(function(o){return!(o in a)})};ne.prototype.toJSFunction=function(e,t){var a=this,o=new Function(e,"with(this.functions) with (this.ternaryOps) with (this.binaryOps) with (this.unaryOps) { return "+Ft(this.simplify(t).tokens,!0)+"; }");return function(){return o.apply(a,arguments)}};var Oe="TEOF",D="TOP",ft="TNUMBER",tn="TSTRING",ue="TPAREN",Ce="TBRACKET",$t="TCOMMA",Ut="TNAME",Ht="TSEMICOLON";function rn(e,t,a){this.type=e,this.value=t,this.index=a}rn.prototype.toString=function(){return this.type+": "+this.value};function U(e,t){this.pos=0,this.current=null,this.unaryOps=e.unaryOps,this.binaryOps=e.binaryOps,this.ternaryOps=e.ternaryOps,this.consts=e.consts,this.expression=t,this.savedPosition=0,this.savedCurrent=null,this.options=e.options,this.parser=e}U.prototype.newToken=function(e,t,a){return new rn(e,t,a??this.pos)};U.prototype.save=function(){this.savedPosition=this.pos,this.savedCurrent=this.current};U.prototype.restore=function(){this.pos=this.savedPosition,this.current=this.savedCurrent};U.prototype.next=function(){if(this.pos>=this.expression.length)return this.newToken(Oe,"EOF");if(this.isWhitespace()||this.isComment())return this.next();if(this.isRadixInteger()||this.isNumber()||this.isOperator()||this.isString()||this.isParen()||this.isBracket()||this.isComma()||this.isSemicolon()||this.isNamedOp()||this.isConst()||this.isName())return this.current;this.parseError('Unknown character "'+this.expression.charAt(this.pos)+'"')};U.prototype.isString=function(){var e=!1,t=this.pos,a=this.expression.charAt(t);if(a==="'"||a==='"')for(var o=this.expression.indexOf(a,t+1);o>=0&&this.pos<this.expression.length;){if(this.pos=o+1,this.expression.charAt(o-1)!=="\\"){var p=this.expression.substring(t+1,o);this.current=this.newToken(tn,this.unescape(p),t),e=!0;break}o=this.expression.indexOf(a,o+1)}return e};U.prototype.isParen=function(){var e=this.expression.charAt(this.pos);return e==="("||e===")"?(this.current=this.newToken(ue,e),this.pos++,!0):!1};U.prototype.isBracket=function(){var e=this.expression.charAt(this.pos);return(e==="["||e==="]")&&this.isOperatorEnabled("[")?(this.current=this.newToken(Ce,e),this.pos++,!0):!1};U.prototype.isComma=function(){var e=this.expression.charAt(this.pos);return e===","?(this.current=this.newToken($t,","),this.pos++,!0):!1};U.prototype.isSemicolon=function(){var e=this.expression.charAt(this.pos);return e===";"?(this.current=this.newToken(Ht,";"),this.pos++,!0):!1};U.prototype.isConst=function(){for(var e=this.pos,t=e;t<this.expression.length;t++){var a=this.expression.charAt(t);if(a.toUpperCase()===a.toLowerCase()&&(t===this.pos||a!=="_"&&a!=="."&&(a<"0"||a>"9")))break}if(t>e){var o=this.expression.substring(e,t);if(o in this.consts)return this.current=this.newToken(ft,this.consts[o]),this.pos+=o.length,!0}return!1};U.prototype.isNamedOp=function(){for(var e=this.pos,t=e;t<this.expression.length;t++){var a=this.expression.charAt(t);if(a.toUpperCase()===a.toLowerCase()&&(t===this.pos||a!=="_"&&(a<"0"||a>"9")))break}if(t>e){var o=this.expression.substring(e,t);if(this.isOperatorEnabled(o)&&(o in this.binaryOps||o in this.unaryOps||o in this.ternaryOps))return this.current=this.newToken(D,o),this.pos+=o.length,!0}return!1};U.prototype.isName=function(){for(var e=this.pos,t=e,a=!1;t<this.expression.length;t++){var o=this.expression.charAt(t);if(o.toUpperCase()===o.toLowerCase()){if(t===this.pos&&(o==="$"||o==="_")){o==="_"&&(a=!0);continue}else if(t===this.pos||!a||o!=="_"&&(o<"0"||o>"9"))break}else a=!0}if(a){var p=this.expression.substring(e,t);return this.current=this.newToken(Ut,p),this.pos+=p.length,!0}return!1};U.prototype.isWhitespace=function(){for(var e=!1,t=this.expression.charAt(this.pos);(t===" "||t===" "||t===`
|
|
2
|
-
`||t==="\r")&&(e=!0,this.pos++,!(this.pos>=this.expression.length));)t=this.expression.charAt(this.pos);return e};var
|
|
3
|
-
`;break;case"r":a+="\r";break;case"t":a+=" ";break;case"u":var p=e.substring(t+1,t+5);
|
|
4
|
-
`,a+1);while(a>=0&&a<this.pos);return{line:e,column:t}};U.prototype.parseError=function(e){var t=this.getCoordinates();throw new Error("parse error ["+t.line+":"+t.column+"]: "+e)};function B(e,t,a){this.parser=e,this.tokens=t,this.current=null,this.nextToken=null,this.next(),this.savedCurrent=null,this.savedNextToken=null,this.allowMemberAccess=a.allowMemberAccess!==!1}B.prototype.next=function(){return this.current=this.nextToken,this.nextToken=this.tokens.next()};B.prototype.tokenMatches=function(e,t){return typeof t>"u"?!0:Array.isArray(t)?Se(t,e.value):typeof t=="function"?t(e):e.value===t};B.prototype.save=function(){this.savedCurrent=this.current,this.savedNextToken=this.nextToken,this.tokens.save()};B.prototype.restore=function(){this.tokens.restore(),this.current=this.savedCurrent,this.nextToken=this.savedNextToken};B.prototype.accept=function(e,t){return this.nextToken.type===e&&this.tokenMatches(this.nextToken,t)?(this.next(),!0):!1};B.prototype.expect=function(e,t){if(!this.accept(e,t)){var a=this.tokens.getCoordinates();throw new Error("parse error ["+a.line+":"+a.column+"]: Expected "+(t||e))}};B.prototype.parseAtom=function(e){var t=this.tokens.unaryOps;function a(p){return p.value in t}if(this.accept(Ut)||this.accept(D,a))e.push(new T(de,this.current.value));else if(this.accept(ft))e.push(new T(X,this.current.value));else if(this.accept(tn))e.push(new T(X,this.current.value));else if(this.accept(ue,"("))this.parseExpression(e),this.expect(ue,")");else if(this.accept(Ce,"["))if(this.accept(Ce,"]"))e.push(new T(Ee,0));else{var o=this.parseArrayList(e);e.push(new T(Ee,o))}else throw new Error("unexpected "+this.nextToken)};B.prototype.parseExpression=function(e){var t=[];this.parseUntilEndStatement(e,t)||(this.parseVariableAssignmentExpression(t),!this.parseUntilEndStatement(e,t)&&this.pushExpression(e,t))};B.prototype.pushExpression=function(e,t){for(var a=0,o=t.length;a<o;a++)e.push(t[a])};B.prototype.parseUntilEndStatement=function(e,t){return this.accept(Ht)?(this.nextToken&&this.nextToken.type!==Oe&&!(this.nextToken.type===ue&&this.nextToken.value===")")&&t.push(new T(ht)),this.nextToken.type!==Oe&&this.parseExpression(t),e.push(new T(z,t)),!0):!1};B.prototype.parseArrayList=function(e){for(var t=0;!this.accept(Ce,"]");)for(this.parseExpression(e),++t;this.accept($t);)this.parseExpression(e),++t;return t};B.prototype.parseVariableAssignmentExpression=function(e){for(this.parseConditionalExpression(e);this.accept(D,"=");){var t=e.pop(),a=[],o=e.length-1;if(t.type===be){if(!this.tokens.isOperatorEnabled("()="))throw new Error("function definition is not permitted");for(var p=0,u=t.value+1;p<u;p++){var $=o-p;e[$].type===de&&(e[$]=new T(pe,e[$].value))}this.parseVariableAssignmentExpression(a),e.push(new T(z,a)),e.push(new T(ct,t.value));continue}if(t.type!==de&&t.type!==fe)throw new Error("expected variable for assignment");this.parseVariableAssignmentExpression(a),e.push(new T(pe,t.value)),e.push(new T(z,a)),e.push(le("="))}};B.prototype.parseConditionalExpression=function(e){for(this.parseOrExpression(e);this.accept(D,"?");){var t=[],a=[];this.parseConditionalExpression(t),this.expect(D,":"),this.parseConditionalExpression(a),e.push(new T(z,t)),e.push(new T(z,a)),e.push(Qr("?"))}};B.prototype.parseOrExpression=function(e){for(this.parseAndExpression(e);this.accept(D,"or");){var t=[];this.parseAndExpression(t),e.push(new T(z,t)),e.push(le("or"))}};B.prototype.parseAndExpression=function(e){for(this.parseComparison(e);this.accept(D,"and");){var t=[];this.parseComparison(t),e.push(new T(z,t)),e.push(le("and"))}};var Fi=["==","!=","<","<=",">=",">","in"];B.prototype.parseComparison=function(e){for(this.parseAddSub(e);this.accept(D,Fi);){var t=this.current;this.parseAddSub(e),e.push(le(t.value))}};var Bi=["+","-","||"];B.prototype.parseAddSub=function(e){for(this.parseTerm(e);this.accept(D,Bi);){var t=this.current;this.parseTerm(e),e.push(le(t.value))}};var Ui=["*","/","%"];B.prototype.parseTerm=function(e){for(this.parseFactor(e);this.accept(D,Ui);){var t=this.current;this.parseFactor(e),e.push(le(t.value))}};B.prototype.parseFactor=function(e){var t=this.tokens.unaryOps;function a(p){return p.value in t}if(this.save(),this.accept(D,a)){if(this.current.value!=="-"&&this.current.value!=="+"){if(this.nextToken.type===ue&&this.nextToken.value==="("){this.restore(),this.parseExponential(e);return}else if(this.nextToken.type===Ht||this.nextToken.type===$t||this.nextToken.type===Oe||this.nextToken.type===ue&&this.nextToken.value===")"){this.restore(),this.parseAtom(e);return}}var o=this.current;this.parseFactor(e),e.push(pt(o.value))}else this.parseExponential(e)};B.prototype.parseExponential=function(e){for(this.parsePostfixExpression(e);this.accept(D,"^");)this.parseFactor(e),e.push(le("^"))};B.prototype.parsePostfixExpression=function(e){for(this.parseFunctionCall(e);this.accept(D,"!");)e.push(pt("!"))};B.prototype.parseFunctionCall=function(e){var t=this.tokens.unaryOps;function a(u){return u.value in t}if(this.accept(D,a)){var o=this.current;this.parseAtom(e),e.push(pt(o.value))}else for(this.parseMemberExpression(e);this.accept(ue,"(");)if(this.accept(ue,")"))e.push(new T(be,0));else{var p=this.parseArgumentList(e);e.push(new T(be,p))}};B.prototype.parseArgumentList=function(e){for(var t=0;!this.accept(ue,")");)for(this.parseExpression(e),++t;this.accept($t);)this.parseExpression(e),++t;return t};B.prototype.parseMemberExpression=function(e){for(this.parseAtom(e);this.accept(D,".")||this.accept(Ce,"[");){var t=this.current;if(t.value==="."){if(!this.allowMemberAccess)throw new Error('unexpected ".", member access is not permitted');this.expect(Ut),e.push(new T(fe,this.current.value))}else if(t.value==="["){if(!this.tokens.isOperatorEnabled("["))throw new Error('unexpected "[]", arrays are disabled');this.parseExpression(e),this.expect(Ce,"]"),e.push(le("["))}else throw new Error("unexpected symbol: "+t.value)}};function Hi(e,t){return Number(e)+Number(t)}function qi(e,t){return e-t}function Gi(e,t){return e*t}function Vi(e,t){return e/t}function Wi(e,t){return e%t}function Ki(e,t){return Array.isArray(e)&&Array.isArray(t)?e.concat(t):""+e+t}function Yi(e,t){return e===t}function zi(e,t){return e!==t}function ji(e,t){return e>t}function Ji(e,t){return e<t}function Zi(e,t){return e>=t}function Xi(e,t){return e<=t}function Qi(e,t){return!!(e&&t)}function ea(e,t){return!!(e||t)}function ta(e,t){return Se(t,e)}function ra(e){return(Math.exp(e)-Math.exp(-e))/2}function na(e){return(Math.exp(e)+Math.exp(-e))/2}function ia(e){return e===1/0?1:e===-1/0?-1:(Math.exp(e)-Math.exp(-e))/(Math.exp(e)+Math.exp(-e))}function aa(e){return e===-1/0?e:Math.log(e+Math.sqrt(e*e+1))}function sa(e){return Math.log(e+Math.sqrt(e*e-1))}function oa(e){return Math.log((1+e)/(1-e))/2}function Zt(e){return Math.log(e)*Math.LOG10E}function da(e){return-e}function ua(e){return!e}function la(e){return e<0?Math.ceil(e):Math.floor(e)}function ca(e){return Math.random()*(e||1)}function Xt(e){return qt(e+1)}function ha(e){return isFinite(e)&&e===Math.round(e)}var pa=4.7421875,_t=[.9999999999999971,57.15623566586292,-59.59796035547549,14.136097974741746,-.4919138160976202,3399464998481189e-20,4652362892704858e-20,-9837447530487956e-20,.0001580887032249125,-.00021026444172410488,.00021743961811521265,-.0001643181065367639,8441822398385275e-20,-26190838401581408e-21,36899182659531625e-22];function qt(e){var t,a;if(ha(e)){if(e<=0)return isFinite(e)?1/0:NaN;if(e>171)return 1/0;for(var o=e-2,p=e-1;o>1;)p*=o,o--;return p===0&&(p=1),p}if(e<.5)return Math.PI/(Math.sin(Math.PI*e)*qt(1-e));if(e>=171.35)return 1/0;if(e>85){var u=e*e,$=u*e,f=$*e,d=f*e;return Math.sqrt(2*Math.PI/e)*Math.pow(e/Math.E,e)*(1+1/(12*e)+1/(288*u)-139/(51840*$)-571/(2488320*f)+163879/(209018880*d)+5246819/(75246796800*d*e))}--e,a=_t[0];for(var l=1;l<_t.length;++l)a+=_t[l]/(e+l);return t=e+pa+.5,Math.sqrt(2*Math.PI)*Math.pow(t,e+.5)*Math.exp(-t)*a}function fa(e){return Array.isArray(e)?e.length:String(e).length}function Qt(){for(var e=0,t=0,a=0;a<arguments.length;a++){var o=Math.abs(arguments[a]),p;t<o?(p=t/o,e=e*p*p+1,t=o):o>0?(p=o/t,e+=p*p):e+=o}return t===1/0?1/0:t*Math.sqrt(e)}function er(e,t,a){return e?t:a}function $a(e,t){return typeof t>"u"||+t==0?Math.round(e):(e=+e,t=-+t,isNaN(e)||!(typeof t=="number"&&t%1===0)?NaN:(e=e.toString().split("e"),e=Math.round(+(e[0]+"e"+(e[1]?+e[1]-t:-t))),e=e.toString().split("e"),+(e[0]+"e"+(e[1]?+e[1]+t:t))))}function ga(e,t,a){return a&&(a[e]=t),t}function ma(e,t){return e[t|0]}function va(e){return arguments.length===1&&Array.isArray(e)?Math.max.apply(Math,e):Math.max.apply(Math,arguments)}function ya(e){return arguments.length===1&&Array.isArray(e)?Math.min.apply(Math,e):Math.min.apply(Math,arguments)}function _a(e,t){if(typeof e!="function")throw new Error("First argument to map is not a function");if(!Array.isArray(t))throw new Error("Second argument to map is not an array");return t.map(function(a,o){return e(a,o)})}function Sa(e,t,a){if(typeof e!="function")throw new Error("First argument to fold is not a function");if(!Array.isArray(a))throw new Error("Second argument to fold is not an array");return a.reduce(function(o,p,u){return e(o,p,u)},t)}function ba(e,t){if(typeof e!="function")throw new Error("First argument to filter is not a function");if(!Array.isArray(t))throw new Error("Second argument to filter is not an array");return t.filter(function(a,o){return e(a,o)})}function Ea(e,t){if(!(Array.isArray(t)||typeof t=="string"))throw new Error("Second argument to indexOf is not a string or array");return t.indexOf(e)}function Ca(e,t){if(!Array.isArray(t))throw new Error("Second argument to join is not an array");return t.join(e)}function Pa(e){return(e>0)-(e<0)||+e}var tr=1/3;function Aa(e){return e<0?-Math.pow(-e,tr):Math.pow(e,tr)}function Ma(e){return Math.exp(e)-1}function ka(e){return Math.log(1+e)}function wa(e){return Math.log(e)/Math.LN2}function xa(e){if(!Array.isArray(e))throw new Error("Sum argument is not an array");return e.reduce(function(t,a){return t+Number(a)},0)}function $e(e){this.options=e||{},this.unaryOps={sin:Math.sin,cos:Math.cos,tan:Math.tan,asin:Math.asin,acos:Math.acos,atan:Math.atan,sinh:Math.sinh||ra,cosh:Math.cosh||na,tanh:Math.tanh||ia,asinh:Math.asinh||aa,acosh:Math.acosh||sa,atanh:Math.atanh||oa,sqrt:Math.sqrt,cbrt:Math.cbrt||Aa,log:Math.log,log2:Math.log2||wa,ln:Math.log,lg:Math.log10||Zt,log10:Math.log10||Zt,expm1:Math.expm1||Ma,log1p:Math.log1p||ka,abs:Math.abs,ceil:Math.ceil,floor:Math.floor,round:Math.round,trunc:Math.trunc||la,"-":da,"+":Number,exp:Math.exp,not:ua,length:fa,"!":Xt,sign:Math.sign||Pa},this.binaryOps={"+":Hi,"-":qi,"*":Gi,"/":Vi,"%":Wi,"^":Math.pow,"||":Ki,"==":Yi,"!=":zi,">":ji,"<":Ji,">=":Zi,"<=":Xi,and:Qi,or:ea,in:ta,"=":ga,"[":ma},this.ternaryOps={"?":er},this.functions={random:ca,fac:Xt,min:ya,max:va,hypot:Math.hypot||Qt,pyt:Math.hypot||Qt,pow:Math.pow,atan2:Math.atan2,if:er,gamma:qt,roundTo:$a,map:_a,fold:Sa,filter:ba,indexOf:Ea,join:Ca,sum:xa},this.consts={E:Math.E,PI:Math.PI,true:!0,false:!1}}$e.prototype.parse=function(e){var t=[],a=new B(this,new U(this,e),{allowMemberAccess:this.options.allowMemberAccess});return a.parseExpression(t),a.expect(Oe,"EOF"),new ne(t,this)};$e.prototype.evaluate=function(e,t){return this.parse(e).evaluate(t)};var nn=new $e;$e.parse=function(e){return nn.parse(e)};$e.evaluate=function(e,t){return nn.parse(e).evaluate(t)};var rr={"+":"add","-":"subtract","*":"multiply","/":"divide","%":"remainder","^":"power","!":"factorial","<":"comparison",">":"comparison","<=":"comparison",">=":"comparison","==":"comparison","!=":"comparison","||":"concatenate",and:"logical",or:"logical",not:"logical","?":"conditional",":":"conditional","=":"assignment","[":"array","()=":"fndef"};function Ra(e){return Object.hasOwn(rr,e)?rr[e]:e}$e.prototype.isOperatorEnabled=function(e){var t=Ra(e),a=this.options.operators||{};return!(t in a)||!!a[t]};var ce=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Be={exports:{}},Ue={exports:{}},te={},Y={},nr;function j(){if(nr)return Y;nr=1,Y.__esModule=!0,Y.extend=p,Y.indexOf=d,Y.escapeExpression=l,Y.isEmpty=s,Y.createFrame=m,Y.blockParams=i,Y.appendContextPath=n;var e={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`","=":"="},t=/[&<>"'`=]/g,a=/[&<>"'`=]/;function o(r){return e[r]}function p(r){for(var c=1;c<arguments.length;c++)for(var h in arguments[c])Object.prototype.hasOwnProperty.call(arguments[c],h)&&(r[h]=arguments[c][h]);return r}var u=Object.prototype.toString;Y.toString=u;var $=function(c){return typeof c=="function"};$(/x/)&&(Y.isFunction=$=function(r){return typeof r=="function"&&u.call(r)==="[object Function]"}),Y.isFunction=$;var f=Array.isArray||function(r){return r&&typeof r=="object"?u.call(r)==="[object Array]":!1};Y.isArray=f;function d(r,c){for(var h=0,g=r.length;h<g;h++)if(r[h]===c)return h;return-1}function l(r){if(typeof r!="string"){if(r&&r.toHTML)return r.toHTML();if(r==null)return"";if(!r)return r+"";r=""+r}return a.test(r)?r.replace(t,o):r}function s(r){return!r&&r!==0?!0:!!(f(r)&&r.length===0)}function m(r){var c=p({},r);return c._parent=r,c}function i(r,c){return r.path=c,r}function n(r,c){return(r?r+".":"")+c}return Y}var He={exports:{}},ir;function ee(){return ir||(ir=1,function(e,t){t.__esModule=!0;var a=["description","fileName","lineNumber","endLineNumber","message","name","number","stack"];function o(p,u){var $=u&&u.loc,f=void 0,d=void 0,l=void 0,s=void 0;$&&(f=$.start.line,d=$.end.line,l=$.start.column,s=$.end.column,p+=" - "+f+":"+l);for(var m=Error.prototype.constructor.call(this,p),i=0;i<a.length;i++)this[a[i]]=m[a[i]];Error.captureStackTrace&&Error.captureStackTrace(this,o);try{$&&(this.lineNumber=f,this.endLineNumber=d,Object.defineProperty?(Object.defineProperty(this,"column",{value:l,enumerable:!0}),Object.defineProperty(this,"endColumn",{value:s,enumerable:!0})):(this.column=l,this.endColumn=s))}catch{}}o.prototype=new Error,t.default=o,e.exports=t.default}(He,He.exports)),He.exports}var xe={},qe={exports:{}},ar;function Ia(){return ar||(ar=1,function(e,t){t.__esModule=!0;var a=j();t.default=function(o){o.registerHelper("blockHelperMissing",function(p,u){var $=u.inverse,f=u.fn;if(p===!0)return f(this);if(p===!1||p==null)return $(this);if(a.isArray(p))return p.length>0?(u.ids&&(u.ids=[u.name]),o.helpers.each(p,u)):$(this);if(u.data&&u.ids){var d=a.createFrame(u.data);d.contextPath=a.appendContextPath(u.data.contextPath,u.name),u={data:d}}return f(p,u)})},e.exports=t.default}(qe,qe.exports)),qe.exports}var Ge={exports:{}},sr;function Oa(){return sr||(sr=1,function(e,t){t.__esModule=!0;function a($){return $&&$.__esModule?$:{default:$}}var o=j(),p=ee(),u=a(p);t.default=function($){$.registerHelper("each",function(f,d){if(!d)throw new u.default("Must pass iterator to #each");var l=d.fn,s=d.inverse,m=0,i="",n=void 0,r=void 0;d.data&&d.ids&&(r=o.appendContextPath(d.data.contextPath,d.ids[0])+"."),o.isFunction(f)&&(f=f.call(this)),d.data&&(n=o.createFrame(d.data));function c(_,v,E){n&&(n.key=_,n.index=v,n.first=v===0,n.last=!!E,r&&(n.contextPath=r+_)),i=i+l(f[_],{data:n,blockParams:o.blockParams([f[_],_],[r+_,null])})}if(f&&typeof f=="object")if(o.isArray(f))for(var h=f.length;m<h;m++)m in f&&c(m,m,m===f.length-1);else if(typeof Symbol=="function"&&f[Symbol.iterator]){for(var g=[],y=f[Symbol.iterator](),b=y.next();!b.done;b=y.next())g.push(b.value);f=g;for(var h=f.length;m<h;m++)c(m,m,m===f.length-1)}else(function(){var _=void 0;Object.keys(f).forEach(function(v){_!==void 0&&c(_,m-1),_=v,m++}),_!==void 0&&c(_,m-1,!0)})();return m===0&&(i=s(this)),i})},e.exports=t.default}(Ge,Ge.exports)),Ge.exports}var Ve={exports:{}},or;function Na(){return or||(or=1,function(e,t){t.__esModule=!0;function a(u){return u&&u.__esModule?u:{default:u}}var o=ee(),p=a(o);t.default=function(u){u.registerHelper("helperMissing",function(){if(arguments.length!==1)throw new p.default('Missing helper: "'+arguments[arguments.length-1].name+'"')})},e.exports=t.default}(Ve,Ve.exports)),Ve.exports}var We={exports:{}},dr;function Ta(){return dr||(dr=1,function(e,t){t.__esModule=!0;function a($){return $&&$.__esModule?$:{default:$}}var o=j(),p=ee(),u=a(p);t.default=function($){$.registerHelper("if",function(f,d){if(arguments.length!=2)throw new u.default("#if requires exactly one argument");return o.isFunction(f)&&(f=f.call(this)),!d.hash.includeZero&&!f||o.isEmpty(f)?d.inverse(this):d.fn(this)}),$.registerHelper("unless",function(f,d){if(arguments.length!=2)throw new u.default("#unless requires exactly one argument");return $.helpers.if.call(this,f,{fn:d.inverse,inverse:d.fn,hash:d.hash})})},e.exports=t.default}(We,We.exports)),We.exports}var Ke={exports:{}},ur;function La(){return ur||(ur=1,function(e,t){t.__esModule=!0,t.default=function(a){a.registerHelper("log",function(){for(var o=[void 0],p=arguments[arguments.length-1],u=0;u<arguments.length-1;u++)o.push(arguments[u]);var $=1;p.hash.level!=null?$=p.hash.level:p.data&&p.data.level!=null&&($=p.data.level),o[0]=$,a.log.apply(a,o)})},e.exports=t.default}(Ke,Ke.exports)),Ke.exports}var Ye={exports:{}},lr;function Da(){return lr||(lr=1,function(e,t){t.__esModule=!0,t.default=function(a){a.registerHelper("lookup",function(o,p,u){return o&&u.lookupProperty(o,p)})},e.exports=t.default}(Ye,Ye.exports)),Ye.exports}var ze={exports:{}},cr;function Fa(){return cr||(cr=1,function(e,t){t.__esModule=!0;function a($){return $&&$.__esModule?$:{default:$}}var o=j(),p=ee(),u=a(p);t.default=function($){$.registerHelper("with",function(f,d){if(arguments.length!=2)throw new u.default("#with requires exactly one argument");o.isFunction(f)&&(f=f.call(this));var l=d.fn;if(o.isEmpty(f))return d.inverse(this);var s=d.data;return d.data&&d.ids&&(s=o.createFrame(d.data),s.contextPath=o.appendContextPath(d.data.contextPath,d.ids[0])),l(f,{data:s,blockParams:o.blockParams([f],[s&&s.contextPath])})})},e.exports=t.default}(ze,ze.exports)),ze.exports}var hr;function an(){if(hr)return xe;hr=1,xe.__esModule=!0,xe.registerDefaultHelpers=c,xe.moveHelperToHooks=h;function e(g){return g&&g.__esModule?g:{default:g}}var t=Ia(),a=e(t),o=Oa(),p=e(o),u=Na(),$=e(u),f=Ta(),d=e(f),l=La(),s=e(l),m=Da(),i=e(m),n=Fa(),r=e(n);function c(g){a.default(g),p.default(g),$.default(g),d.default(g),s.default(g),i.default(g),r.default(g)}function h(g,y,b){g.helpers[y]&&(g.hooks[y]=g.helpers[y],b||(g.helpers[y]=void 0))}return xe}var je={},Je={exports:{}},pr;function Ba(){return pr||(pr=1,function(e,t){t.__esModule=!0;var a=j();t.default=function(o){o.registerDecorator("inline",function(p,u,$,f){var d=p;return u.partials||(u.partials={},d=function(l,s){var m=$.partials;$.partials=a.extend({},m,u.partials);var i=p(l,s);return $.partials=m,i}),u.partials[f.args[0]]=f.fn,d})},e.exports=t.default}(Je,Je.exports)),Je.exports}var fr;function Ua(){if(fr)return je;fr=1,je.__esModule=!0,je.registerDefaultDecorators=o;function e(p){return p&&p.__esModule?p:{default:p}}var t=Ba(),a=e(t);function o(p){a.default(p)}return je}var Ze={exports:{}},$r;function sn(){return $r||($r=1,function(e,t){t.__esModule=!0;var a=j(),o={methodMap:["debug","info","warn","error"],level:"info",lookupLevel:function(u){if(typeof u=="string"){var $=a.indexOf(o.methodMap,u.toLowerCase());$>=0?u=$:u=parseInt(u,10)}return u},log:function(u){if(u=o.lookupLevel(u),typeof console<"u"&&o.lookupLevel(o.level)<=u){var $=o.methodMap[u];console[$]||($="log");for(var f=arguments.length,d=Array(f>1?f-1:0),l=1;l<f;l++)d[l-1]=arguments[l];console[$].apply(console,d)}}};t.default=o,e.exports=t.default}(Ze,Ze.exports)),Ze.exports}var ve={},gr;function on(){if(gr)return ve;gr=1,ve.__esModule=!0,ve.createProtoAccessControl=u,ve.resultIsAllowed=$,ve.resetLoggedProperties=l;function e(s){return s&&s.__esModule?s:{default:s}}var t=j(),a=sn(),o=e(a),p=Object.create(null);function u(s){var m=Object.create(null);m.__proto__=!1,t.extend(m,s.allowedProtoProperties);var i=Object.create(null);return i.constructor=!1,i.__defineGetter__=!1,i.__defineSetter__=!1,i.__lookupGetter__=!1,i.__lookupSetter__=!1,t.extend(i,s.allowedProtoMethods),{properties:{whitelist:m,defaultValue:s.allowProtoPropertiesByDefault},methods:{whitelist:i,defaultValue:s.allowProtoMethodsByDefault}}}function $(s,m,i){return f(typeof s=="function"?m.methods:m.properties,i)}function f(s,m){return s.whitelist[m]!==void 0?s.whitelist[m]===!0:s.defaultValue!==void 0?s.defaultValue:(d(m),!1)}function d(s){p[s]!==!0&&(p[s]=!0,o.default.log("error",'Handlebars: Access has been denied to resolve the property "'+s+`" because it is not an "own property" of its parent.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const se=require("@sniptt/guards"),ai=require("uuid"),L=require("zod"),te=require("react"),si=null,oi=null,di=null,ui=null,li=null,ci=null,hi=null,pi=null,fi=null,$i=null,gi=null,mi=null,vi=null,yi=null,Si=null,_i=null,bi=null,Ei=null,Ci=null,Pi=null,Ai=null,Mi=null,ki=null,wi=null,Ri=null,xi=null,Ii=null,Oi=null,X=e=>!se.isUndefined(e)&&!se.isNull(e);var Z="INUMBER",Ce="IOP1",Pe="IOP2",Ae="IOP3",oe="IVAR",he="IVARNAME",_e="IFUNCALL",lt="IFUNDEF",Y="IEXPR",Nt="IEXPREVAL",pe="IMEMBER",ct="IENDSTATEMENT",be="IARRAY";function T(e,t){this.type=e,this.value=t??0}T.prototype.toString=function(){switch(this.type){case Z:case Ce:case Pe:case Ae:case oe:case he:case ct:return this.value;case _e:return"CALL "+this.value;case lt:return"DEF "+this.value;case be:return"ARRAY "+this.value;case pe:return"."+this.value;default:return"Invalid Instruction"}};function ht(e){return new T(Ce,e)}function ue(e){return new T(Pe,e)}function Jr(e){return new T(Ae,e)}function Rt(e,t,a,o,p){for(var u=[],$=[],f,d,l,s,m=0;m<e.length;m++){var i=e[m],n=i.type;if(n===Z||n===he)Array.isArray(i.value)?u.push.apply(u,Rt(i.value.map(function(r){return new T(Z,r)}).concat(new T(be,i.value.length)),t,a,o,p)):u.push(i);else if(n===oe&&Object.hasOwn(p,i.value))i=new T(Z,p[i.value]),u.push(i);else if(n===Pe&&u.length>1)d=u.pop(),f=u.pop(),s=a[i.value],i=new T(Z,s(f.value,d.value)),u.push(i);else if(n===Ae&&u.length>2)l=u.pop(),d=u.pop(),f=u.pop(),i.value==="?"?u.push(f.value?d.value:l.value):(s=o[i.value],i=new T(Z,s(f.value,d.value,l.value)),u.push(i));else if(n===Ce&&u.length>0)f=u.pop(),s=t[i.value],i=new T(Z,s(f.value)),u.push(i);else if(n===Y){for(;u.length>0;)$.push(u.shift());$.push(new T(Y,Rt(i.value,t,a,o,p)))}else if(n===pe&&u.length>0)f=u.pop(),u.push(new T(Z,f.value[i.value]));else{for(;u.length>0;)$.push(u.shift());$.push(i)}}for(;u.length>0;)$.push(u.shift());return $}function Zr(e,t,a){for(var o=[],p=0;p<e.length;p++){var u=e[p],$=u.type;if($===oe&&u.value===t)for(var f=0;f<a.tokens.length;f++){var d=a.tokens[f],l;d.type===Ce?l=ht(d.value):d.type===Pe?l=ue(d.value):d.type===Ae?l=Jr(d.value):l=new T(d.type,d.value),o.push(l)}else $===Y?o.push(new T(Y,Zr(u.value,t,a))):o.push(u)}return o}function mt(e,t,a){if(Object.values(t.functions).includes(e))return!0;for(const p of Object.values(a))if(typeof p=="object"&&p!==null){for(const u of Object.values(p))if(u===e){const $=Object.freeze({abs:Math.abs,acos:Math.acos,asin:Math.asin,atan:Math.atan,atan2:Math.atan2,ceil:Math.ceil,clz32:Math.clz32,cos:Math.cos,exp:Math.exp,floor:Math.floor,imul:Math.imul,fround:Math.fround,f16round:Math.f16round,log:Math.log,max:Math.max,min:Math.min,pow:Math.pow,random:Math.random,round:Math.round,sin:Math.sin,sqrt:Math.sqrt,tan:Math.tan,log10:Math.log10,log2:Math.log2,log1p:Math.log1p,expm1:Math.expm1,cosh:Math.cosh,sinh:Math.sinh,tanh:Math.tanh,acosh:Math.acosh,asinh:Math.asinh,atanh:Math.atanh,hypot:Math.hypot,trunc:Math.trunc,sign:Math.sign,cbrt:Math.cbrt});for(var o of Object.getOwnPropertyNames($))if($[o]===u)return!0;return Object.values(t.functions).includes(u)}}return!1}function ce(e,t,a){var o=[],p,u,$,f,d,l;if(Tt(e))return ie(e,a);for(var s=e.length,m=0;m<s;m++){var i=e[m],n=i.type;if(n===Z||n===he)o.push(i.value);else if(n===Pe)u=o.pop(),p=o.pop(),i.value==="and"?o.push(p?!!ce(u,t,a):!1):i.value==="or"?o.push(p?!0:!!ce(u,t,a)):i.value==="="?(f=t.binaryOps[i.value],o.push(f(p,ce(u,t,a),a))):(f=t.binaryOps[i.value],o.push(f(ie(p,a),ie(u,a))));else if(n===Ae)$=o.pop(),u=o.pop(),p=o.pop(),i.value==="?"?o.push(ce(p?u:$,t,a)):(f=t.ternaryOps[i.value],o.push(f(ie(p,a),ie(u,a),ie($,a))));else if(n===oe){if(/^__proto__|prototype|constructor$/.test(i.value))throw new Error("prototype access detected");if(i.value in t.functions)o.push(t.functions[i.value]);else if(i.value in t.unaryOps&&t.parser.isOperatorEnabled(i.value))o.push(t.unaryOps[i.value]);else{var r=a[i.value];if(r!==void 0){if(typeof r=="function"&&!mt(r,t,a))throw new Error("Variable references an unallowed function: "+i.value);o.push(r)}else throw new Error("undefined variable: "+i.value)}}else if(n===Ce)p=o.pop(),f=t.unaryOps[i.value],o.push(f(ie(p,a)));else if(n===_e){for(l=i.value,d=[];l-- >0;)d.unshift(ie(o.pop(),a));if(f=o.pop(),!mt(f,t,a))throw new Error("Is not an allowed function.");if(f.apply&&f.call)o.push(f.apply(void 0,d));else throw new Error(f+" is not a function")}else if(n===lt)o.push((function(){for(var c=o.pop(),h=[],g=i.value;g-- >0;)h.unshift(o.pop());var y=o.pop(),b=function(){for(var S=Object.assign({},a),v=0,E=h.length;v<E;v++)S[h[v]]=arguments[v];return ce(c,t,S)};return t.functions["lambda_"+t.functions.__counter++]=b,a[y]=b,b})());else if(n===Y)o.push(Ni(i,t));else if(n===Nt)o.push(i);else if(n===pe){if(p=o.pop(),/^__proto__|prototype|constructor$/.test(i.value))throw new Error("prototype access detected in MEMBER");if(typeof p=="object"&&typeof p[i.value]=="function"&&!mt(p[i.value],t,a))throw new Error("Is not an allowed function in MEMBER.");o.push(p[i.value])}else if(n===ct)o.pop();else if(n===be){for(l=i.value,d=[];l-- >0;)d.unshift(o.pop());o.push(d)}else throw new Error("invalid Expression")}if(o.length>1)throw new Error("invalid Expression (parity)");return o[0]===0?0:ie(o[0],a)}function Ni(e,t,a){return Tt(e)?e:{type:Nt,value:function(o){return ce(e.value,t,o)}}}function Tt(e){return e&&e.type===Nt}function ie(e,t){return Tt(e)?e.value(t):e}function Lt(e,t){for(var a=[],o,p,u,$,f,d,l=0;l<e.length;l++){var s=e[l],m=s.type;if(m===Z)typeof s.value=="number"&&s.value<0?a.push("("+s.value+")"):Array.isArray(s.value)?a.push("["+s.value.map(zt).join(", ")+"]"):a.push(zt(s.value));else if(m===Pe)p=a.pop(),o=a.pop(),$=s.value,t?$==="^"?a.push("Math.pow("+o+", "+p+")"):$==="and"?a.push("(!!"+o+" && !!"+p+")"):$==="or"?a.push("(!!"+o+" || !!"+p+")"):$==="||"?a.push("(function(a,b){ return Array.isArray(a) && Array.isArray(b) ? a.concat(b) : String(a) + String(b); }(("+o+"),("+p+")))"):$==="=="?a.push("("+o+" === "+p+")"):$==="!="?a.push("("+o+" !== "+p+")"):$==="["?a.push(o+"[("+p+") | 0]"):a.push("("+o+" "+$+" "+p+")"):$==="["?a.push(o+"["+p+"]"):a.push("("+o+" "+$+" "+p+")");else if(m===Ae)if(u=a.pop(),p=a.pop(),o=a.pop(),$=s.value,$==="?")a.push("("+o+" ? "+p+" : "+u+")");else throw new Error("invalid Expression");else if(m===oe||m===he)a.push(s.value);else if(m===Ce)o=a.pop(),$=s.value,$==="-"||$==="+"?a.push("("+$+o+")"):t?$==="not"?a.push("(!"+o+")"):$==="!"?a.push("fac("+o+")"):a.push($+"("+o+")"):$==="!"?a.push("("+o+"!)"):a.push("("+$+" "+o+")");else if(m===_e){for(d=s.value,f=[];d-- >0;)f.unshift(a.pop());$=a.pop(),a.push($+"("+f.join(", ")+")")}else if(m===lt){for(p=a.pop(),d=s.value,f=[];d-- >0;)f.unshift(a.pop());o=a.pop(),t?a.push("("+o+" = function("+f.join(", ")+") { return "+p+" })"):a.push("("+o+"("+f.join(", ")+") = "+p+")")}else if(m===pe)o=a.pop(),a.push(o+"."+s.value);else if(m===be){for(d=s.value,f=[];d-- >0;)f.unshift(a.pop());a.push("["+f.join(", ")+"]")}else if(m===Y)a.push("("+Lt(s.value,t)+")");else if(m!==ct)throw new Error("invalid Expression")}return a.length>1&&(t?a=[a.join(",")]:a=[a.join(";")]),String(a[0])}function zt(e){return typeof e=="string"?JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029"):e}function Se(e,t){for(var a=0;a<e.length;a++)if(e[a]===t)return!0;return!1}function Dt(e,t,a){a=a||{};for(var o=!!a.withMembers,p=null,u=0;u<e.length;u++){var $=e[u];$.type===oe||$.type===he?!o&&!Se(t,$.value)?t.push($.value):(p!==null&&(Se(t,p)||t.push(p)),p=$.value):$.type===pe&&o&&p!==null?p+="."+$.value:$.type===Y?Dt($.value,t,a):p!==null&&(Se(t,p)||t.push(p),p=null)}p!==null&&!Se(t,p)&&t.push(p)}function re(e,t){this.tokens=e,this.parser=t,this.unaryOps=t.unaryOps,this.binaryOps=t.binaryOps,this.ternaryOps=t.ternaryOps,this.functions=t.functions}re.prototype.simplify=function(e){return e=e||{},new re(Rt(this.tokens,this.unaryOps,this.binaryOps,this.ternaryOps,e),this.parser)};re.prototype.substitute=function(e,t){return t instanceof re||(t=this.parser.parse(String(t))),new re(Zr(this.tokens,e,t),this.parser)};re.prototype.evaluate=function(e){return e=e||{},ce(this.tokens,this,e)};re.prototype.toString=function(){return Lt(this.tokens,!1)};re.prototype.symbols=function(e){e=e||{};var t=[];return Dt(this.tokens,t,e),t};re.prototype.variables=function(e){e=e||{};var t=[];Dt(this.tokens,t,e);var a=this.functions;return t.filter(function(o){return!(o in a)})};re.prototype.toJSFunction=function(e,t){var a=this,o=new Function(e,"with(this.functions) with (this.ternaryOps) with (this.binaryOps) with (this.unaryOps) { return "+Lt(this.simplify(t).tokens,!0)+"; }");return function(){return o.apply(a,arguments)}};var Ie="TEOF",D="TOP",pt="TNUMBER",Xr="TSTRING",de="TPAREN",Ee="TBRACKET",ft="TCOMMA",Ft="TNAME",Bt="TSEMICOLON";function Qr(e,t,a){this.type=e,this.value=t,this.index=a}Qr.prototype.toString=function(){return this.type+": "+this.value};function U(e,t){this.pos=0,this.current=null,this.unaryOps=e.unaryOps,this.binaryOps=e.binaryOps,this.ternaryOps=e.ternaryOps,this.consts=e.consts,this.expression=t,this.savedPosition=0,this.savedCurrent=null,this.options=e.options,this.parser=e}U.prototype.newToken=function(e,t,a){return new Qr(e,t,a??this.pos)};U.prototype.save=function(){this.savedPosition=this.pos,this.savedCurrent=this.current};U.prototype.restore=function(){this.pos=this.savedPosition,this.current=this.savedCurrent};U.prototype.next=function(){if(this.pos>=this.expression.length)return this.newToken(Ie,"EOF");if(this.isWhitespace()||this.isComment())return this.next();if(this.isRadixInteger()||this.isNumber()||this.isOperator()||this.isString()||this.isParen()||this.isBracket()||this.isComma()||this.isSemicolon()||this.isNamedOp()||this.isConst()||this.isName())return this.current;this.parseError('Unknown character "'+this.expression.charAt(this.pos)+'"')};U.prototype.isString=function(){var e=!1,t=this.pos,a=this.expression.charAt(t);if(a==="'"||a==='"')for(var o=this.expression.indexOf(a,t+1);o>=0&&this.pos<this.expression.length;){if(this.pos=o+1,this.expression.charAt(o-1)!=="\\"){var p=this.expression.substring(t+1,o);this.current=this.newToken(Xr,this.unescape(p),t),e=!0;break}o=this.expression.indexOf(a,o+1)}return e};U.prototype.isParen=function(){var e=this.expression.charAt(this.pos);return e==="("||e===")"?(this.current=this.newToken(de,e),this.pos++,!0):!1};U.prototype.isBracket=function(){var e=this.expression.charAt(this.pos);return(e==="["||e==="]")&&this.isOperatorEnabled("[")?(this.current=this.newToken(Ee,e),this.pos++,!0):!1};U.prototype.isComma=function(){var e=this.expression.charAt(this.pos);return e===","?(this.current=this.newToken(ft,","),this.pos++,!0):!1};U.prototype.isSemicolon=function(){var e=this.expression.charAt(this.pos);return e===";"?(this.current=this.newToken(Bt,";"),this.pos++,!0):!1};U.prototype.isConst=function(){for(var e=this.pos,t=e;t<this.expression.length;t++){var a=this.expression.charAt(t);if(a.toUpperCase()===a.toLowerCase()&&(t===this.pos||a!=="_"&&a!=="."&&(a<"0"||a>"9")))break}if(t>e){var o=this.expression.substring(e,t);if(o in this.consts)return this.current=this.newToken(pt,this.consts[o]),this.pos+=o.length,!0}return!1};U.prototype.isNamedOp=function(){for(var e=this.pos,t=e;t<this.expression.length;t++){var a=this.expression.charAt(t);if(a.toUpperCase()===a.toLowerCase()&&(t===this.pos||a!=="_"&&(a<"0"||a>"9")))break}if(t>e){var o=this.expression.substring(e,t);if(this.isOperatorEnabled(o)&&(o in this.binaryOps||o in this.unaryOps||o in this.ternaryOps))return this.current=this.newToken(D,o),this.pos+=o.length,!0}return!1};U.prototype.isName=function(){for(var e=this.pos,t=e,a=!1;t<this.expression.length;t++){var o=this.expression.charAt(t);if(o.toUpperCase()===o.toLowerCase()){if(t===this.pos&&(o==="$"||o==="_")){o==="_"&&(a=!0);continue}else if(t===this.pos||!a||o!=="_"&&(o<"0"||o>"9"))break}else a=!0}if(a){var p=this.expression.substring(e,t);return this.current=this.newToken(Ft,p),this.pos+=p.length,!0}return!1};U.prototype.isWhitespace=function(){for(var e=!1,t=this.expression.charAt(this.pos);(t===" "||t===" "||t===`
|
|
2
|
+
`||t==="\r")&&(e=!0,this.pos++,!(this.pos>=this.expression.length));)t=this.expression.charAt(this.pos);return e};var Ti=/^[0-9a-f]{4}$/i;U.prototype.unescape=function(e){var t=e.indexOf("\\");if(t<0)return e;for(var a=e.substring(0,t);t>=0;){var o=e.charAt(++t);switch(o){case"'":a+="'";break;case'"':a+='"';break;case"\\":a+="\\";break;case"/":a+="/";break;case"b":a+="\b";break;case"f":a+="\f";break;case"n":a+=`
|
|
3
|
+
`;break;case"r":a+="\r";break;case"t":a+=" ";break;case"u":var p=e.substring(t+1,t+5);Ti.test(p)||this.parseError("Illegal escape sequence: \\u"+p),a+=String.fromCharCode(parseInt(p,16)),t+=4;break;default:throw this.parseError('Illegal escape sequence: "\\'+o+'"')}++t;var u=e.indexOf("\\",t);a+=e.substring(t,u<0?e.length:u),t=u}return a};U.prototype.isComment=function(){var e=this.expression.charAt(this.pos);return e==="/"&&this.expression.charAt(this.pos+1)==="*"?(this.pos=this.expression.indexOf("*/",this.pos)+2,this.pos===1&&(this.pos=this.expression.length),!0):!1};U.prototype.isRadixInteger=function(){var e=this.pos;if(e>=this.expression.length-2||this.expression.charAt(e)!=="0")return!1;++e;var t,a;if(this.expression.charAt(e)==="x")t=16,a=/^[0-9a-f]$/i,++e;else if(this.expression.charAt(e)==="b")t=2,a=/^[01]$/i,++e;else return!1;for(var o=!1,p=e;e<this.expression.length;){var u=this.expression.charAt(e);if(a.test(u))e++,o=!0;else break}return o&&(this.current=this.newToken(pt,parseInt(this.expression.substring(p,e),t)),this.pos=e),o};U.prototype.isNumber=function(){for(var e=!1,t=this.pos,a=t,o=t,p=!1,u=!1,$;t<this.expression.length&&($=this.expression.charAt(t),$>="0"&&$<="9"||!p&&$===".");)$==="."?p=!0:u=!0,t++,e=u;if(e&&(o=t),$==="e"||$==="E"){t++;for(var f=!0,d=!1;t<this.expression.length;){if($=this.expression.charAt(t),f&&($==="+"||$==="-"))f=!1;else if($>="0"&&$<="9")d=!0,f=!1;else break;t++}d||(t=o)}return e?(this.current=this.newToken(pt,parseFloat(this.expression.substring(a,t))),this.pos=t):this.pos=o,e};U.prototype.isOperator=function(){var e=this.pos,t=this.expression.charAt(this.pos);if(t==="+"||t==="-"||t==="*"||t==="/"||t==="%"||t==="^"||t==="?"||t===":"||t===".")this.current=this.newToken(D,t);else if(t==="∙"||t==="•")this.current=this.newToken(D,"*");else if(t===">")this.expression.charAt(this.pos+1)==="="?(this.current=this.newToken(D,">="),this.pos++):this.current=this.newToken(D,">");else if(t==="<")this.expression.charAt(this.pos+1)==="="?(this.current=this.newToken(D,"<="),this.pos++):this.current=this.newToken(D,"<");else if(t==="|")if(this.expression.charAt(this.pos+1)==="|")this.current=this.newToken(D,"||"),this.pos++;else return!1;else if(t==="=")this.expression.charAt(this.pos+1)==="="?(this.current=this.newToken(D,"=="),this.pos++):this.current=this.newToken(D,t);else if(t==="!")this.expression.charAt(this.pos+1)==="="?(this.current=this.newToken(D,"!="),this.pos++):this.current=this.newToken(D,t);else return!1;return this.pos++,this.isOperatorEnabled(this.current.value)?!0:(this.pos=e,!1)};U.prototype.isOperatorEnabled=function(e){return this.parser.isOperatorEnabled(e)};U.prototype.getCoordinates=function(){var e=0,t,a=-1;do e++,t=this.pos-a,a=this.expression.indexOf(`
|
|
4
|
+
`,a+1);while(a>=0&&a<this.pos);return{line:e,column:t}};U.prototype.parseError=function(e){var t=this.getCoordinates();throw new Error("parse error ["+t.line+":"+t.column+"]: "+e)};function B(e,t,a){this.parser=e,this.tokens=t,this.current=null,this.nextToken=null,this.next(),this.savedCurrent=null,this.savedNextToken=null,this.allowMemberAccess=a.allowMemberAccess!==!1}B.prototype.next=function(){return this.current=this.nextToken,this.nextToken=this.tokens.next()};B.prototype.tokenMatches=function(e,t){return typeof t>"u"?!0:Array.isArray(t)?Se(t,e.value):typeof t=="function"?t(e):e.value===t};B.prototype.save=function(){this.savedCurrent=this.current,this.savedNextToken=this.nextToken,this.tokens.save()};B.prototype.restore=function(){this.tokens.restore(),this.current=this.savedCurrent,this.nextToken=this.savedNextToken};B.prototype.accept=function(e,t){return this.nextToken.type===e&&this.tokenMatches(this.nextToken,t)?(this.next(),!0):!1};B.prototype.expect=function(e,t){if(!this.accept(e,t)){var a=this.tokens.getCoordinates();throw new Error("parse error ["+a.line+":"+a.column+"]: Expected "+(t||e))}};B.prototype.parseAtom=function(e){var t=this.tokens.unaryOps;function a(p){return p.value in t}if(this.accept(Ft)||this.accept(D,a))e.push(new T(oe,this.current.value));else if(this.accept(pt))e.push(new T(Z,this.current.value));else if(this.accept(Xr))e.push(new T(Z,this.current.value));else if(this.accept(de,"("))this.parseExpression(e),this.expect(de,")");else if(this.accept(Ee,"["))if(this.accept(Ee,"]"))e.push(new T(be,0));else{var o=this.parseArrayList(e);e.push(new T(be,o))}else throw new Error("unexpected "+this.nextToken)};B.prototype.parseExpression=function(e){var t=[];this.parseUntilEndStatement(e,t)||(this.parseVariableAssignmentExpression(t),!this.parseUntilEndStatement(e,t)&&this.pushExpression(e,t))};B.prototype.pushExpression=function(e,t){for(var a=0,o=t.length;a<o;a++)e.push(t[a])};B.prototype.parseUntilEndStatement=function(e,t){return this.accept(Bt)?(this.nextToken&&this.nextToken.type!==Ie&&!(this.nextToken.type===de&&this.nextToken.value===")")&&t.push(new T(ct)),this.nextToken.type!==Ie&&this.parseExpression(t),e.push(new T(Y,t)),!0):!1};B.prototype.parseArrayList=function(e){for(var t=0;!this.accept(Ee,"]");)for(this.parseExpression(e),++t;this.accept(ft);)this.parseExpression(e),++t;return t};B.prototype.parseVariableAssignmentExpression=function(e){for(this.parseConditionalExpression(e);this.accept(D,"=");){var t=e.pop(),a=[],o=e.length-1;if(t.type===_e){if(!this.tokens.isOperatorEnabled("()="))throw new Error("function definition is not permitted");for(var p=0,u=t.value+1;p<u;p++){var $=o-p;e[$].type===oe&&(e[$]=new T(he,e[$].value))}this.parseVariableAssignmentExpression(a),e.push(new T(Y,a)),e.push(new T(lt,t.value));continue}if(t.type!==oe&&t.type!==pe)throw new Error("expected variable for assignment");this.parseVariableAssignmentExpression(a),e.push(new T(he,t.value)),e.push(new T(Y,a)),e.push(ue("="))}};B.prototype.parseConditionalExpression=function(e){for(this.parseOrExpression(e);this.accept(D,"?");){var t=[],a=[];this.parseConditionalExpression(t),this.expect(D,":"),this.parseConditionalExpression(a),e.push(new T(Y,t)),e.push(new T(Y,a)),e.push(Jr("?"))}};B.prototype.parseOrExpression=function(e){for(this.parseAndExpression(e);this.accept(D,"or");){var t=[];this.parseAndExpression(t),e.push(new T(Y,t)),e.push(ue("or"))}};B.prototype.parseAndExpression=function(e){for(this.parseComparison(e);this.accept(D,"and");){var t=[];this.parseComparison(t),e.push(new T(Y,t)),e.push(ue("and"))}};var Li=["==","!=","<","<=",">=",">","in"];B.prototype.parseComparison=function(e){for(this.parseAddSub(e);this.accept(D,Li);){var t=this.current;this.parseAddSub(e),e.push(ue(t.value))}};var Di=["+","-","||"];B.prototype.parseAddSub=function(e){for(this.parseTerm(e);this.accept(D,Di);){var t=this.current;this.parseTerm(e),e.push(ue(t.value))}};var Fi=["*","/","%"];B.prototype.parseTerm=function(e){for(this.parseFactor(e);this.accept(D,Fi);){var t=this.current;this.parseFactor(e),e.push(ue(t.value))}};B.prototype.parseFactor=function(e){var t=this.tokens.unaryOps;function a(p){return p.value in t}if(this.save(),this.accept(D,a)){if(this.current.value!=="-"&&this.current.value!=="+"){if(this.nextToken.type===de&&this.nextToken.value==="("){this.restore(),this.parseExponential(e);return}else if(this.nextToken.type===Bt||this.nextToken.type===ft||this.nextToken.type===Ie||this.nextToken.type===de&&this.nextToken.value===")"){this.restore(),this.parseAtom(e);return}}var o=this.current;this.parseFactor(e),e.push(ht(o.value))}else this.parseExponential(e)};B.prototype.parseExponential=function(e){for(this.parsePostfixExpression(e);this.accept(D,"^");)this.parseFactor(e),e.push(ue("^"))};B.prototype.parsePostfixExpression=function(e){for(this.parseFunctionCall(e);this.accept(D,"!");)e.push(ht("!"))};B.prototype.parseFunctionCall=function(e){var t=this.tokens.unaryOps;function a(u){return u.value in t}if(this.accept(D,a)){var o=this.current;this.parseAtom(e),e.push(ht(o.value))}else for(this.parseMemberExpression(e);this.accept(de,"(");)if(this.accept(de,")"))e.push(new T(_e,0));else{var p=this.parseArgumentList(e);e.push(new T(_e,p))}};B.prototype.parseArgumentList=function(e){for(var t=0;!this.accept(de,")");)for(this.parseExpression(e),++t;this.accept(ft);)this.parseExpression(e),++t;return t};B.prototype.parseMemberExpression=function(e){for(this.parseAtom(e);this.accept(D,".")||this.accept(Ee,"[");){var t=this.current;if(t.value==="."){if(!this.allowMemberAccess)throw new Error('unexpected ".", member access is not permitted');this.expect(Ft),e.push(new T(pe,this.current.value))}else if(t.value==="["){if(!this.tokens.isOperatorEnabled("["))throw new Error('unexpected "[]", arrays are disabled');this.parseExpression(e),this.expect(Ee,"]"),e.push(ue("["))}else throw new Error("unexpected symbol: "+t.value)}};function Bi(e,t){return Number(e)+Number(t)}function Ui(e,t){return e-t}function Hi(e,t){return e*t}function qi(e,t){return e/t}function Gi(e,t){return e%t}function Vi(e,t){return Array.isArray(e)&&Array.isArray(t)?e.concat(t):""+e+t}function Wi(e,t){return e===t}function Ki(e,t){return e!==t}function Yi(e,t){return e>t}function zi(e,t){return e<t}function ji(e,t){return e>=t}function Ji(e,t){return e<=t}function Zi(e,t){return!!(e&&t)}function Xi(e,t){return!!(e||t)}function Qi(e,t){return Se(t,e)}function ea(e){return(Math.exp(e)-Math.exp(-e))/2}function ta(e){return(Math.exp(e)+Math.exp(-e))/2}function ra(e){return e===1/0?1:e===-1/0?-1:(Math.exp(e)-Math.exp(-e))/(Math.exp(e)+Math.exp(-e))}function na(e){return e===-1/0?e:Math.log(e+Math.sqrt(e*e+1))}function ia(e){return Math.log(e+Math.sqrt(e*e-1))}function aa(e){return Math.log((1+e)/(1-e))/2}function jt(e){return Math.log(e)*Math.LOG10E}function sa(e){return-e}function oa(e){return!e}function da(e){return e<0?Math.ceil(e):Math.floor(e)}function ua(e){return Math.random()*(e||1)}function Jt(e){return Ut(e+1)}function la(e){return isFinite(e)&&e===Math.round(e)}var ca=4.7421875,vt=[.9999999999999971,57.15623566586292,-59.59796035547549,14.136097974741746,-.4919138160976202,3399464998481189e-20,4652362892704858e-20,-9837447530487956e-20,.0001580887032249125,-.00021026444172410488,.00021743961811521265,-.0001643181065367639,8441822398385275e-20,-26190838401581408e-21,36899182659531625e-22];function Ut(e){var t,a;if(la(e)){if(e<=0)return isFinite(e)?1/0:NaN;if(e>171)return 1/0;for(var o=e-2,p=e-1;o>1;)p*=o,o--;return p===0&&(p=1),p}if(e<.5)return Math.PI/(Math.sin(Math.PI*e)*Ut(1-e));if(e>=171.35)return 1/0;if(e>85){var u=e*e,$=u*e,f=$*e,d=f*e;return Math.sqrt(2*Math.PI/e)*Math.pow(e/Math.E,e)*(1+1/(12*e)+1/(288*u)-139/(51840*$)-571/(2488320*f)+163879/(209018880*d)+5246819/(75246796800*d*e))}--e,a=vt[0];for(var l=1;l<vt.length;++l)a+=vt[l]/(e+l);return t=e+ca+.5,Math.sqrt(2*Math.PI)*Math.pow(t,e+.5)*Math.exp(-t)*a}function ha(e){return Array.isArray(e)?e.length:String(e).length}function Zt(){for(var e=0,t=0,a=0;a<arguments.length;a++){var o=Math.abs(arguments[a]),p;t<o?(p=t/o,e=e*p*p+1,t=o):o>0?(p=o/t,e+=p*p):e+=o}return t===1/0?1/0:t*Math.sqrt(e)}function Xt(e,t,a){return e?t:a}function pa(e,t){return typeof t>"u"||+t==0?Math.round(e):(e=+e,t=-+t,isNaN(e)||!(typeof t=="number"&&t%1===0)?NaN:(e=e.toString().split("e"),e=Math.round(+(e[0]+"e"+(e[1]?+e[1]-t:-t))),e=e.toString().split("e"),+(e[0]+"e"+(e[1]?+e[1]+t:t))))}function fa(e,t,a){return a&&(a[e]=t),t}function $a(e,t){return e[t|0]}function ga(e){return arguments.length===1&&Array.isArray(e)?Math.max.apply(Math,e):Math.max.apply(Math,arguments)}function ma(e){return arguments.length===1&&Array.isArray(e)?Math.min.apply(Math,e):Math.min.apply(Math,arguments)}function va(e,t){if(typeof e!="function")throw new Error("First argument to map is not a function");if(!Array.isArray(t))throw new Error("Second argument to map is not an array");return t.map(function(a,o){return e(a,o)})}function ya(e,t,a){if(typeof e!="function")throw new Error("First argument to fold is not a function");if(!Array.isArray(a))throw new Error("Second argument to fold is not an array");return a.reduce(function(o,p,u){return e(o,p,u)},t)}function Sa(e,t){if(typeof e!="function")throw new Error("First argument to filter is not a function");if(!Array.isArray(t))throw new Error("Second argument to filter is not an array");return t.filter(function(a,o){return e(a,o)})}function _a(e,t){if(!(Array.isArray(t)||typeof t=="string"))throw new Error("Second argument to indexOf is not a string or array");return t.indexOf(e)}function ba(e,t){if(!Array.isArray(t))throw new Error("Second argument to join is not an array");return t.join(e)}function Ea(e){return(e>0)-(e<0)||+e}var Qt=1/3;function Ca(e){return e<0?-Math.pow(-e,Qt):Math.pow(e,Qt)}function Pa(e){return Math.exp(e)-1}function Aa(e){return Math.log(1+e)}function Ma(e){return Math.log(e)/Math.LN2}function ka(e){if(!Array.isArray(e))throw new Error("Sum argument is not an array");return e.reduce(function(t,a){return t+Number(a)},0)}function fe(e){this.options=e||{},this.unaryOps={sin:Math.sin,cos:Math.cos,tan:Math.tan,asin:Math.asin,acos:Math.acos,atan:Math.atan,sinh:Math.sinh||ea,cosh:Math.cosh||ta,tanh:Math.tanh||ra,asinh:Math.asinh||na,acosh:Math.acosh||ia,atanh:Math.atanh||aa,sqrt:Math.sqrt,cbrt:Math.cbrt||Ca,log:Math.log,log2:Math.log2||Ma,ln:Math.log,lg:Math.log10||jt,log10:Math.log10||jt,expm1:Math.expm1||Pa,log1p:Math.log1p||Aa,abs:Math.abs,ceil:Math.ceil,floor:Math.floor,round:Math.round,trunc:Math.trunc||da,"-":sa,"+":Number,exp:Math.exp,not:oa,length:ha,"!":Jt,sign:Math.sign||Ea},this.binaryOps={"+":Bi,"-":Ui,"*":Hi,"/":qi,"%":Gi,"^":Math.pow,"||":Vi,"==":Wi,"!=":Ki,">":Yi,"<":zi,">=":ji,"<=":Ji,and:Zi,or:Xi,in:Qi,"=":fa,"[":$a},this.ternaryOps={"?":Xt},this.functions={random:ua,fac:Jt,min:ma,max:ga,hypot:Math.hypot||Zt,pyt:Math.hypot||Zt,pow:Math.pow,atan2:Math.atan2,if:Xt,gamma:Ut,roundTo:pa,map:va,fold:ya,filter:Sa,indexOf:_a,join:ba,sum:ka},this.consts={E:Math.E,PI:Math.PI,true:!0,false:!1}}fe.prototype.parse=function(e){var t=[],a=new B(this,new U(this,e),{allowMemberAccess:this.options.allowMemberAccess});return a.parseExpression(t),a.expect(Ie,"EOF"),new re(t,this)};fe.prototype.evaluate=function(e,t){return this.parse(e).evaluate(t)};var en=new fe;fe.parse=function(e){return en.parse(e)};fe.evaluate=function(e,t){return en.parse(e).evaluate(t)};var er={"+":"add","-":"subtract","*":"multiply","/":"divide","%":"remainder","^":"power","!":"factorial","<":"comparison",">":"comparison","<=":"comparison",">=":"comparison","==":"comparison","!=":"comparison","||":"concatenate",and:"logical",or:"logical",not:"logical","?":"conditional",":":"conditional","=":"assignment","[":"array","()=":"fndef"};function wa(e){return Object.hasOwn(er,e)?er[e]:e}fe.prototype.isOperatorEnabled=function(e){var t=wa(e),a=this.options.operators||{};return!(t in a)||!!a[t]};var le=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Be={exports:{}},Ue={exports:{}},ee={},K={},tr;function z(){if(tr)return K;tr=1,K.__esModule=!0,K.extend=p,K.indexOf=d,K.escapeExpression=l,K.isEmpty=s,K.createFrame=m,K.blockParams=i,K.appendContextPath=n;var e={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`","=":"="},t=/[&<>"'`=]/g,a=/[&<>"'`=]/;function o(r){return e[r]}function p(r){for(var c=1;c<arguments.length;c++)for(var h in arguments[c])Object.prototype.hasOwnProperty.call(arguments[c],h)&&(r[h]=arguments[c][h]);return r}var u=Object.prototype.toString;K.toString=u;var $=function(c){return typeof c=="function"};$(/x/)&&(K.isFunction=$=function(r){return typeof r=="function"&&u.call(r)==="[object Function]"}),K.isFunction=$;var f=Array.isArray||function(r){return r&&typeof r=="object"?u.call(r)==="[object Array]":!1};K.isArray=f;function d(r,c){for(var h=0,g=r.length;h<g;h++)if(r[h]===c)return h;return-1}function l(r){if(typeof r!="string"){if(r&&r.toHTML)return r.toHTML();if(r==null)return"";if(!r)return r+"";r=""+r}return a.test(r)?r.replace(t,o):r}function s(r){return!r&&r!==0?!0:!!(f(r)&&r.length===0)}function m(r){var c=p({},r);return c._parent=r,c}function i(r,c){return r.path=c,r}function n(r,c){return(r?r+".":"")+c}return K}var He={exports:{}},rr;function Q(){return rr||(rr=1,(function(e,t){t.__esModule=!0;var a=["description","fileName","lineNumber","endLineNumber","message","name","number","stack"];function o(p,u){var $=u&&u.loc,f=void 0,d=void 0,l=void 0,s=void 0;$&&(f=$.start.line,d=$.end.line,l=$.start.column,s=$.end.column,p+=" - "+f+":"+l);for(var m=Error.prototype.constructor.call(this,p),i=0;i<a.length;i++)this[a[i]]=m[a[i]];Error.captureStackTrace&&Error.captureStackTrace(this,o);try{$&&(this.lineNumber=f,this.endLineNumber=d,Object.defineProperty?(Object.defineProperty(this,"column",{value:l,enumerable:!0}),Object.defineProperty(this,"endColumn",{value:s,enumerable:!0})):(this.column=l,this.endColumn=s))}catch{}}o.prototype=new Error,t.default=o,e.exports=t.default})(He,He.exports)),He.exports}var we={},qe={exports:{}},nr;function Ra(){return nr||(nr=1,(function(e,t){t.__esModule=!0;var a=z();t.default=function(o){o.registerHelper("blockHelperMissing",function(p,u){var $=u.inverse,f=u.fn;if(p===!0)return f(this);if(p===!1||p==null)return $(this);if(a.isArray(p))return p.length>0?(u.ids&&(u.ids=[u.name]),o.helpers.each(p,u)):$(this);if(u.data&&u.ids){var d=a.createFrame(u.data);d.contextPath=a.appendContextPath(u.data.contextPath,u.name),u={data:d}}return f(p,u)})},e.exports=t.default})(qe,qe.exports)),qe.exports}var Ge={exports:{}},ir;function xa(){return ir||(ir=1,(function(e,t){t.__esModule=!0;function a($){return $&&$.__esModule?$:{default:$}}var o=z(),p=Q(),u=a(p);t.default=function($){$.registerHelper("each",function(f,d){if(!d)throw new u.default("Must pass iterator to #each");var l=d.fn,s=d.inverse,m=0,i="",n=void 0,r=void 0;d.data&&d.ids&&(r=o.appendContextPath(d.data.contextPath,d.ids[0])+"."),o.isFunction(f)&&(f=f.call(this)),d.data&&(n=o.createFrame(d.data));function c(S,v,E){n&&(n.key=S,n.index=v,n.first=v===0,n.last=!!E,r&&(n.contextPath=r+S)),i=i+l(f[S],{data:n,blockParams:o.blockParams([f[S],S],[r+S,null])})}if(f&&typeof f=="object")if(o.isArray(f))for(var h=f.length;m<h;m++)m in f&&c(m,m,m===f.length-1);else if(typeof Symbol=="function"&&f[Symbol.iterator]){for(var g=[],y=f[Symbol.iterator](),b=y.next();!b.done;b=y.next())g.push(b.value);f=g;for(var h=f.length;m<h;m++)c(m,m,m===f.length-1)}else(function(){var S=void 0;Object.keys(f).forEach(function(v){S!==void 0&&c(S,m-1),S=v,m++}),S!==void 0&&c(S,m-1,!0)})();return m===0&&(i=s(this)),i})},e.exports=t.default})(Ge,Ge.exports)),Ge.exports}var Ve={exports:{}},ar;function Ia(){return ar||(ar=1,(function(e,t){t.__esModule=!0;function a(u){return u&&u.__esModule?u:{default:u}}var o=Q(),p=a(o);t.default=function(u){u.registerHelper("helperMissing",function(){if(arguments.length!==1)throw new p.default('Missing helper: "'+arguments[arguments.length-1].name+'"')})},e.exports=t.default})(Ve,Ve.exports)),Ve.exports}var We={exports:{}},sr;function Oa(){return sr||(sr=1,(function(e,t){t.__esModule=!0;function a($){return $&&$.__esModule?$:{default:$}}var o=z(),p=Q(),u=a(p);t.default=function($){$.registerHelper("if",function(f,d){if(arguments.length!=2)throw new u.default("#if requires exactly one argument");return o.isFunction(f)&&(f=f.call(this)),!d.hash.includeZero&&!f||o.isEmpty(f)?d.inverse(this):d.fn(this)}),$.registerHelper("unless",function(f,d){if(arguments.length!=2)throw new u.default("#unless requires exactly one argument");return $.helpers.if.call(this,f,{fn:d.inverse,inverse:d.fn,hash:d.hash})})},e.exports=t.default})(We,We.exports)),We.exports}var Ke={exports:{}},or;function Na(){return or||(or=1,(function(e,t){t.__esModule=!0,t.default=function(a){a.registerHelper("log",function(){for(var o=[void 0],p=arguments[arguments.length-1],u=0;u<arguments.length-1;u++)o.push(arguments[u]);var $=1;p.hash.level!=null?$=p.hash.level:p.data&&p.data.level!=null&&($=p.data.level),o[0]=$,a.log.apply(a,o)})},e.exports=t.default})(Ke,Ke.exports)),Ke.exports}var Ye={exports:{}},dr;function Ta(){return dr||(dr=1,(function(e,t){t.__esModule=!0,t.default=function(a){a.registerHelper("lookup",function(o,p,u){return o&&u.lookupProperty(o,p)})},e.exports=t.default})(Ye,Ye.exports)),Ye.exports}var ze={exports:{}},ur;function La(){return ur||(ur=1,(function(e,t){t.__esModule=!0;function a($){return $&&$.__esModule?$:{default:$}}var o=z(),p=Q(),u=a(p);t.default=function($){$.registerHelper("with",function(f,d){if(arguments.length!=2)throw new u.default("#with requires exactly one argument");o.isFunction(f)&&(f=f.call(this));var l=d.fn;if(o.isEmpty(f))return d.inverse(this);var s=d.data;return d.data&&d.ids&&(s=o.createFrame(d.data),s.contextPath=o.appendContextPath(d.data.contextPath,d.ids[0])),l(f,{data:s,blockParams:o.blockParams([f],[s&&s.contextPath])})})},e.exports=t.default})(ze,ze.exports)),ze.exports}var lr;function tn(){if(lr)return we;lr=1,we.__esModule=!0,we.registerDefaultHelpers=c,we.moveHelperToHooks=h;function e(g){return g&&g.__esModule?g:{default:g}}var t=Ra(),a=e(t),o=xa(),p=e(o),u=Ia(),$=e(u),f=Oa(),d=e(f),l=Na(),s=e(l),m=Ta(),i=e(m),n=La(),r=e(n);function c(g){a.default(g),p.default(g),$.default(g),d.default(g),s.default(g),i.default(g),r.default(g)}function h(g,y,b){g.helpers[y]&&(g.hooks[y]=g.helpers[y],b||(g.helpers[y]=void 0))}return we}var je={},Je={exports:{}},cr;function Da(){return cr||(cr=1,(function(e,t){t.__esModule=!0;var a=z();t.default=function(o){o.registerDecorator("inline",function(p,u,$,f){var d=p;return u.partials||(u.partials={},d=function(l,s){var m=$.partials;$.partials=a.extend({},m,u.partials);var i=p(l,s);return $.partials=m,i}),u.partials[f.args[0]]=f.fn,d})},e.exports=t.default})(Je,Je.exports)),Je.exports}var hr;function Fa(){if(hr)return je;hr=1,je.__esModule=!0,je.registerDefaultDecorators=o;function e(p){return p&&p.__esModule?p:{default:p}}var t=Da(),a=e(t);function o(p){a.default(p)}return je}var Ze={exports:{}},pr;function rn(){return pr||(pr=1,(function(e,t){t.__esModule=!0;var a=z(),o={methodMap:["debug","info","warn","error"],level:"info",lookupLevel:function(u){if(typeof u=="string"){var $=a.indexOf(o.methodMap,u.toLowerCase());$>=0?u=$:u=parseInt(u,10)}return u},log:function(u){if(u=o.lookupLevel(u),typeof console<"u"&&o.lookupLevel(o.level)<=u){var $=o.methodMap[u];console[$]||($="log");for(var f=arguments.length,d=Array(f>1?f-1:0),l=1;l<f;l++)d[l-1]=arguments[l];console[$].apply(console,d)}}};t.default=o,e.exports=t.default})(Ze,Ze.exports)),Ze.exports}var me={},fr;function nn(){if(fr)return me;fr=1,me.__esModule=!0,me.createProtoAccessControl=u,me.resultIsAllowed=$,me.resetLoggedProperties=l;function e(s){return s&&s.__esModule?s:{default:s}}var t=z(),a=rn(),o=e(a),p=Object.create(null);function u(s){var m=Object.create(null);m.__proto__=!1,t.extend(m,s.allowedProtoProperties);var i=Object.create(null);return i.constructor=!1,i.__defineGetter__=!1,i.__defineSetter__=!1,i.__lookupGetter__=!1,i.__lookupSetter__=!1,t.extend(i,s.allowedProtoMethods),{properties:{whitelist:m,defaultValue:s.allowProtoPropertiesByDefault},methods:{whitelist:i,defaultValue:s.allowProtoMethodsByDefault}}}function $(s,m,i){return f(typeof s=="function"?m.methods:m.properties,i)}function f(s,m){return s.whitelist[m]!==void 0?s.whitelist[m]===!0:s.defaultValue!==void 0?s.defaultValue:(d(m),!1)}function d(s){p[s]!==!0&&(p[s]=!0,o.default.log("error",'Handlebars: Access has been denied to resolve the property "'+s+`" because it is not an "own property" of its parent.
|
|
5
5
|
You can add a runtime option to disable the check or this warning:
|
|
6
|
-
See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details`))}function l(){Object.keys(p).forEach(function(s){delete p[s]})}return
|
|
7
|
-
`),q=0,
|
|
8
|
-
`)}return N}else throw new u.default("The partial "+P.name+" could not be compiled when running in runtime-only mode")}var x={strict:function(C,P,N){if(!C||!(P in C))throw new u.default('"'+P+'" not defined in '+C,{loc:N});return x.lookupProperty(C,P)},lookupProperty:function(C,P){var N=C[P];if(N==null||Object.prototype.hasOwnProperty.call(C,P)||l.resultIsAllowed(N,x.protoAccessControl,P))return N},lookup:function(C,P){for(var N=C.length,H=0;H<N;H++){var q=C[H]&&x.lookupProperty(C[H],P);if(q!=null)return q}},lambda:function(C,P){return typeof C=="function"?C.call(P):C},escapeExpression:o.escapeExpression,invokePartial:w,fn:function(C){var P=v[C];return P.decorator=v[C+"_d"],P},programs:[],program:function(C,P,N,H,q){var Z=this.programs[C],we=this.fn(C);return P||q||H||N?Z=i(this,C,we,P,N,H,q):Z||(Z=this.programs[C]=i(this,C,we)),Z},data:function(C,P){for(;C&&P--;)C=C._parent;return C},mergeIfNeeded:function(C,P){var N=C||P;return C&&P&&C!==P&&(N=o.extend({},P,C)),N},nullContext:Object.seal({}),noop:E.VM.noop,compilerInfo:v.compiler};function R(M){var C=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],P=C.data;R._setup(C),!C.partial&&v.useData&&(P=g(M,P));var N=void 0,H=v.useBlockParams?[]:void 0;v.useDepths&&(C.depths?N=M!=C.depths[0]?[M].concat(C.depths):C.depths:N=[M]);function q(Z){return""+v.main(x,Z,x.helpers,x.partials,P,H,N)}return q=y(v.main,q,x,C.depths||[],P,H),q(M,C)}return R.isTop=!0,R._setup=function(M){if(M.partial)x.protoAccessControl=M.protoAccessControl,x.helpers=M.helpers,x.partials=M.partials,x.decorators=M.decorators,x.hooks=M.hooks;else{var C={};b(C,E.helpers,x),b(C,M.helpers,x),x.helpers=C,v.usePartial&&(x.partials=x.mergeIfNeeded(M.partials,E.partials)),(v.usePartial||v.useDecorators)&&(x.decorators=o.extend({},E.decorators,M.decorators)),x.hooks={},x.protoAccessControl=l.createProtoAccessControl(M);var P=M.allowCallsToHelperMissing||S;f.moveHelperToHooks(x,"helperMissing",P),f.moveHelperToHooks(x,"blockHelperMissing",P)}},R._child=function(M,C,P,N){if(v.useBlockParams&&!P)throw new u.default("must pass block params");if(v.useDepths&&!N)throw new u.default("must pass parent depths");return i(x,M,v[M],C,0,P,N)},R}function i(v,E,S,w,x,R,M){function C(P){var N=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],H=M;return M&&P!=M[0]&&!(P===v.nullContext&&M[0]===null)&&(H=[P].concat(M)),S(v,P,v.helpers,v.partials,N.data||w,R&&[N.blockParams].concat(R),H)}return C=y(S,C,v,M,w,R),C.program=E,C.depth=M?M.length:0,C.blockParams=x||0,C}function n(v,E,S){return v?!v.call&&!S.name&&(S.name=v,v=h(S.partials,v)):S.name==="@partial-block"?v=h(S.data,"partial-block"):v=h(S.partials,S.name),v}function r(v,E,S){var w=h(S.data,"partial-block");S.partial=!0,S.ids&&(S.data.contextPath=S.ids[0]||S.data.contextPath);var x=void 0;if(S.fn&&S.fn!==c&&function(){S.data=$.createFrame(S.data);var R=S.fn;x=S.data["partial-block"]=function(C){var P=arguments.length<=1||arguments[1]===void 0?{}:arguments[1];return P.data=$.createFrame(P.data),P.data["partial-block"]=w,R(C,P)},R.partials&&(S.partials=o.extend({},S.partials,R.partials))}(),v===void 0&&x&&(v=x),v===void 0)throw new u.default("The partial "+S.name+" could not be found");if(v instanceof Function)return v(E,S)}function c(){return""}function h(v,E){if(v&&Object.prototype.hasOwnProperty.call(v,E))return v[E]}function g(v,E){return(!E||!("root"in E))&&(E=E?$.createFrame(E):{},E.root=v),E}function y(v,E,S,w,x,R){if(v.decorator){var M={};E=v.decorator(E,M,S,w&&w[0],x,R,w),o.extend(E,M)}return E}function b(v,E,S){E&&Object.keys(E).forEach(function(w){var x=E[w];v[w]=_(x,S)})}function _(v,E){var S=E.lookupProperty;return d.wrapHelper(v,function(w){return w.lookupProperty=S,w})}return se}var et={exports:{}},Sr;function dn(){return Sr||(Sr=1,function(e,t){t.__esModule=!0,t.default=function(a){(function(){typeof globalThis!="object"&&(Object.prototype.__defineGetter__("__magic__",function(){return this}),__magic__.globalThis=__magic__,delete Object.prototype.__magic__)})();var o=globalThis.Handlebars;a.noConflict=function(){return globalThis.Handlebars===a&&(globalThis.Handlebars=o),a}},e.exports=t.default}(et,et.exports)),et.exports}var br;function Va(){return br||(br=1,function(e,t){t.__esModule=!0;function a(y){return y&&y.__esModule?y:{default:y}}function o(y){if(y&&y.__esModule)return y;var b={};if(y!=null)for(var _ in y)Object.prototype.hasOwnProperty.call(y,_)&&(b[_]=y[_]);return b.default=y,b}var p=Gt(),u=o(p),$=Ha(),f=a($),d=ee(),l=a(d),s=j(),m=o(s),i=Ga(),n=o(i),r=dn(),c=a(r);function h(){var y=new u.HandlebarsEnvironment;return m.extend(y,u),y.SafeString=f.default,y.Exception=l.default,y.Utils=m,y.escapeExpression=m.escapeExpression,y.VM=n,y.template=function(b){return n.template(b,y)},y}var g=h();g.create=h,c.default(g),g.default=g,t.default=g,e.exports=t.default}(Ue,Ue.exports)),Ue.exports}var tt={exports:{}},Er;function un(){return Er||(Er=1,function(e,t){t.__esModule=!0;var a={helpers:{helperExpression:function(p){return p.type==="SubExpression"||(p.type==="MustacheStatement"||p.type==="BlockStatement")&&!!(p.params&&p.params.length||p.hash)},scopedId:function(p){return/^\.|this\b/.test(p.original)},simpleId:function(p){return p.parts.length===1&&!a.helpers.scopedId(p)&&!p.depth}}};t.default=a,e.exports=t.default}(tt,tt.exports)),tt.exports}var ye={},rt={exports:{}},Cr;function Wa(){return Cr||(Cr=1,function(e,t){t.__esModule=!0;var a=function(){var o={trace:function(){},yy:{},symbols_:{error:2,root:3,program:4,EOF:5,program_repetition0:6,statement:7,mustache:8,block:9,rawBlock:10,partial:11,partialBlock:12,content:13,COMMENT:14,CONTENT:15,openRawBlock:16,rawBlock_repetition0:17,END_RAW_BLOCK:18,OPEN_RAW_BLOCK:19,helperName:20,openRawBlock_repetition0:21,openRawBlock_option0:22,CLOSE_RAW_BLOCK:23,openBlock:24,block_option0:25,closeBlock:26,openInverse:27,block_option1:28,OPEN_BLOCK:29,openBlock_repetition0:30,openBlock_option0:31,openBlock_option1:32,CLOSE:33,OPEN_INVERSE:34,openInverse_repetition0:35,openInverse_option0:36,openInverse_option1:37,openInverseChain:38,OPEN_INVERSE_CHAIN:39,openInverseChain_repetition0:40,openInverseChain_option0:41,openInverseChain_option1:42,inverseAndProgram:43,INVERSE:44,inverseChain:45,inverseChain_option0:46,OPEN_ENDBLOCK:47,OPEN:48,mustache_repetition0:49,mustache_option0:50,OPEN_UNESCAPED:51,mustache_repetition1:52,mustache_option1:53,CLOSE_UNESCAPED:54,OPEN_PARTIAL:55,partialName:56,partial_repetition0:57,partial_option0:58,openPartialBlock:59,OPEN_PARTIAL_BLOCK:60,openPartialBlock_repetition0:61,openPartialBlock_option0:62,param:63,sexpr:64,OPEN_SEXPR:65,sexpr_repetition0:66,sexpr_option0:67,CLOSE_SEXPR:68,hash:69,hash_repetition_plus0:70,hashSegment:71,ID:72,EQUALS:73,blockParams:74,OPEN_BLOCK_PARAMS:75,blockParams_repetition_plus0:76,CLOSE_BLOCK_PARAMS:77,path:78,dataName:79,STRING:80,NUMBER:81,BOOLEAN:82,UNDEFINED:83,NULL:84,DATA:85,pathSegments:86,SEP:87,$accept:0,$end:1},terminals_:{2:"error",5:"EOF",14:"COMMENT",15:"CONTENT",18:"END_RAW_BLOCK",19:"OPEN_RAW_BLOCK",23:"CLOSE_RAW_BLOCK",29:"OPEN_BLOCK",33:"CLOSE",34:"OPEN_INVERSE",39:"OPEN_INVERSE_CHAIN",44:"INVERSE",47:"OPEN_ENDBLOCK",48:"OPEN",51:"OPEN_UNESCAPED",54:"CLOSE_UNESCAPED",55:"OPEN_PARTIAL",60:"OPEN_PARTIAL_BLOCK",65:"OPEN_SEXPR",68:"CLOSE_SEXPR",72:"ID",73:"EQUALS",75:"OPEN_BLOCK_PARAMS",77:"CLOSE_BLOCK_PARAMS",80:"STRING",81:"NUMBER",82:"BOOLEAN",83:"UNDEFINED",84:"NULL",85:"DATA",87:"SEP"},productions_:[0,[3,2],[4,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[13,1],[10,3],[16,5],[9,4],[9,4],[24,6],[27,6],[38,6],[43,2],[45,3],[45,1],[26,3],[8,5],[8,5],[11,5],[12,3],[59,5],[63,1],[63,1],[64,5],[69,1],[71,3],[74,3],[20,1],[20,1],[20,1],[20,1],[20,1],[20,1],[20,1],[56,1],[56,1],[79,2],[78,1],[86,3],[86,1],[6,0],[6,2],[17,0],[17,2],[21,0],[21,2],[22,0],[22,1],[25,0],[25,1],[28,0],[28,1],[30,0],[30,2],[31,0],[31,1],[32,0],[32,1],[35,0],[35,2],[36,0],[36,1],[37,0],[37,1],[40,0],[40,2],[41,0],[41,1],[42,0],[42,1],[46,0],[46,1],[49,0],[49,2],[50,0],[50,1],[52,0],[52,2],[53,0],[53,1],[57,0],[57,2],[58,0],[58,1],[61,0],[61,2],[62,0],[62,1],[66,0],[66,2],[67,0],[67,1],[70,1],[70,2],[76,1],[76,2]],performAction:function(f,d,l,s,m,i,n){var r=i.length-1;switch(m){case 1:return i[r-1];case 2:this.$=s.prepareProgram(i[r]);break;case 3:this.$=i[r];break;case 4:this.$=i[r];break;case 5:this.$=i[r];break;case 6:this.$=i[r];break;case 7:this.$=i[r];break;case 8:this.$=i[r];break;case 9:this.$={type:"CommentStatement",value:s.stripComment(i[r]),strip:s.stripFlags(i[r],i[r]),loc:s.locInfo(this._$)};break;case 10:this.$={type:"ContentStatement",original:i[r],value:i[r],loc:s.locInfo(this._$)};break;case 11:this.$=s.prepareRawBlock(i[r-2],i[r-1],i[r],this._$);break;case 12:this.$={path:i[r-3],params:i[r-2],hash:i[r-1]};break;case 13:this.$=s.prepareBlock(i[r-3],i[r-2],i[r-1],i[r],!1,this._$);break;case 14:this.$=s.prepareBlock(i[r-3],i[r-2],i[r-1],i[r],!0,this._$);break;case 15:this.$={open:i[r-5],path:i[r-4],params:i[r-3],hash:i[r-2],blockParams:i[r-1],strip:s.stripFlags(i[r-5],i[r])};break;case 16:this.$={path:i[r-4],params:i[r-3],hash:i[r-2],blockParams:i[r-1],strip:s.stripFlags(i[r-5],i[r])};break;case 17:this.$={path:i[r-4],params:i[r-3],hash:i[r-2],blockParams:i[r-1],strip:s.stripFlags(i[r-5],i[r])};break;case 18:this.$={strip:s.stripFlags(i[r-1],i[r-1]),program:i[r]};break;case 19:var c=s.prepareBlock(i[r-2],i[r-1],i[r],i[r],!1,this._$),h=s.prepareProgram([c],i[r-1].loc);h.chained=!0,this.$={strip:i[r-2].strip,program:h,chain:!0};break;case 20:this.$=i[r];break;case 21:this.$={path:i[r-1],strip:s.stripFlags(i[r-2],i[r])};break;case 22:this.$=s.prepareMustache(i[r-3],i[r-2],i[r-1],i[r-4],s.stripFlags(i[r-4],i[r]),this._$);break;case 23:this.$=s.prepareMustache(i[r-3],i[r-2],i[r-1],i[r-4],s.stripFlags(i[r-4],i[r]),this._$);break;case 24:this.$={type:"PartialStatement",name:i[r-3],params:i[r-2],hash:i[r-1],indent:"",strip:s.stripFlags(i[r-4],i[r]),loc:s.locInfo(this._$)};break;case 25:this.$=s.preparePartialBlock(i[r-2],i[r-1],i[r],this._$);break;case 26:this.$={path:i[r-3],params:i[r-2],hash:i[r-1],strip:s.stripFlags(i[r-4],i[r])};break;case 27:this.$=i[r];break;case 28:this.$=i[r];break;case 29:this.$={type:"SubExpression",path:i[r-3],params:i[r-2],hash:i[r-1],loc:s.locInfo(this._$)};break;case 30:this.$={type:"Hash",pairs:i[r],loc:s.locInfo(this._$)};break;case 31:this.$={type:"HashPair",key:s.id(i[r-2]),value:i[r],loc:s.locInfo(this._$)};break;case 32:this.$=s.id(i[r-1]);break;case 33:this.$=i[r];break;case 34:this.$=i[r];break;case 35:this.$={type:"StringLiteral",value:i[r],original:i[r],loc:s.locInfo(this._$)};break;case 36:this.$={type:"NumberLiteral",value:Number(i[r]),original:Number(i[r]),loc:s.locInfo(this._$)};break;case 37:this.$={type:"BooleanLiteral",value:i[r]==="true",original:i[r]==="true",loc:s.locInfo(this._$)};break;case 38:this.$={type:"UndefinedLiteral",original:void 0,value:void 0,loc:s.locInfo(this._$)};break;case 39:this.$={type:"NullLiteral",original:null,value:null,loc:s.locInfo(this._$)};break;case 40:this.$=i[r];break;case 41:this.$=i[r];break;case 42:this.$=s.preparePath(!0,i[r],this._$);break;case 43:this.$=s.preparePath(!1,i[r],this._$);break;case 44:i[r-2].push({part:s.id(i[r]),original:i[r],separator:i[r-1]}),this.$=i[r-2];break;case 45:this.$=[{part:s.id(i[r]),original:i[r]}];break;case 46:this.$=[];break;case 47:i[r-1].push(i[r]);break;case 48:this.$=[];break;case 49:i[r-1].push(i[r]);break;case 50:this.$=[];break;case 51:i[r-1].push(i[r]);break;case 58:this.$=[];break;case 59:i[r-1].push(i[r]);break;case 64:this.$=[];break;case 65:i[r-1].push(i[r]);break;case 70:this.$=[];break;case 71:i[r-1].push(i[r]);break;case 78:this.$=[];break;case 79:i[r-1].push(i[r]);break;case 82:this.$=[];break;case 83:i[r-1].push(i[r]);break;case 86:this.$=[];break;case 87:i[r-1].push(i[r]);break;case 90:this.$=[];break;case 91:i[r-1].push(i[r]);break;case 94:this.$=[];break;case 95:i[r-1].push(i[r]);break;case 98:this.$=[i[r]];break;case 99:i[r-1].push(i[r]);break;case 100:this.$=[i[r]];break;case 101:i[r-1].push(i[r]);break}},table:[{3:1,4:2,5:[2,46],6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{1:[3]},{5:[1,4]},{5:[2,2],7:5,8:6,9:7,10:8,11:9,12:10,13:11,14:[1,12],15:[1,20],16:17,19:[1,23],24:15,27:16,29:[1,21],34:[1,22],39:[2,2],44:[2,2],47:[2,2],48:[1,13],51:[1,14],55:[1,18],59:19,60:[1,24]},{1:[2,1]},{5:[2,47],14:[2,47],15:[2,47],19:[2,47],29:[2,47],34:[2,47],39:[2,47],44:[2,47],47:[2,47],48:[2,47],51:[2,47],55:[2,47],60:[2,47]},{5:[2,3],14:[2,3],15:[2,3],19:[2,3],29:[2,3],34:[2,3],39:[2,3],44:[2,3],47:[2,3],48:[2,3],51:[2,3],55:[2,3],60:[2,3]},{5:[2,4],14:[2,4],15:[2,4],19:[2,4],29:[2,4],34:[2,4],39:[2,4],44:[2,4],47:[2,4],48:[2,4],51:[2,4],55:[2,4],60:[2,4]},{5:[2,5],14:[2,5],15:[2,5],19:[2,5],29:[2,5],34:[2,5],39:[2,5],44:[2,5],47:[2,5],48:[2,5],51:[2,5],55:[2,5],60:[2,5]},{5:[2,6],14:[2,6],15:[2,6],19:[2,6],29:[2,6],34:[2,6],39:[2,6],44:[2,6],47:[2,6],48:[2,6],51:[2,6],55:[2,6],60:[2,6]},{5:[2,7],14:[2,7],15:[2,7],19:[2,7],29:[2,7],34:[2,7],39:[2,7],44:[2,7],47:[2,7],48:[2,7],51:[2,7],55:[2,7],60:[2,7]},{5:[2,8],14:[2,8],15:[2,8],19:[2,8],29:[2,8],34:[2,8],39:[2,8],44:[2,8],47:[2,8],48:[2,8],51:[2,8],55:[2,8],60:[2,8]},{5:[2,9],14:[2,9],15:[2,9],19:[2,9],29:[2,9],34:[2,9],39:[2,9],44:[2,9],47:[2,9],48:[2,9],51:[2,9],55:[2,9],60:[2,9]},{20:25,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:36,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{4:37,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],39:[2,46],44:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{4:38,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],44:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{15:[2,48],17:39,18:[2,48]},{20:41,56:40,64:42,65:[1,43],72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{4:44,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{5:[2,10],14:[2,10],15:[2,10],18:[2,10],19:[2,10],29:[2,10],34:[2,10],39:[2,10],44:[2,10],47:[2,10],48:[2,10],51:[2,10],55:[2,10],60:[2,10]},{20:45,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:46,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:47,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:41,56:48,64:42,65:[1,43],72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{33:[2,78],49:49,65:[2,78],72:[2,78],80:[2,78],81:[2,78],82:[2,78],83:[2,78],84:[2,78],85:[2,78]},{23:[2,33],33:[2,33],54:[2,33],65:[2,33],68:[2,33],72:[2,33],75:[2,33],80:[2,33],81:[2,33],82:[2,33],83:[2,33],84:[2,33],85:[2,33]},{23:[2,34],33:[2,34],54:[2,34],65:[2,34],68:[2,34],72:[2,34],75:[2,34],80:[2,34],81:[2,34],82:[2,34],83:[2,34],84:[2,34],85:[2,34]},{23:[2,35],33:[2,35],54:[2,35],65:[2,35],68:[2,35],72:[2,35],75:[2,35],80:[2,35],81:[2,35],82:[2,35],83:[2,35],84:[2,35],85:[2,35]},{23:[2,36],33:[2,36],54:[2,36],65:[2,36],68:[2,36],72:[2,36],75:[2,36],80:[2,36],81:[2,36],82:[2,36],83:[2,36],84:[2,36],85:[2,36]},{23:[2,37],33:[2,37],54:[2,37],65:[2,37],68:[2,37],72:[2,37],75:[2,37],80:[2,37],81:[2,37],82:[2,37],83:[2,37],84:[2,37],85:[2,37]},{23:[2,38],33:[2,38],54:[2,38],65:[2,38],68:[2,38],72:[2,38],75:[2,38],80:[2,38],81:[2,38],82:[2,38],83:[2,38],84:[2,38],85:[2,38]},{23:[2,39],33:[2,39],54:[2,39],65:[2,39],68:[2,39],72:[2,39],75:[2,39],80:[2,39],81:[2,39],82:[2,39],83:[2,39],84:[2,39],85:[2,39]},{23:[2,43],33:[2,43],54:[2,43],65:[2,43],68:[2,43],72:[2,43],75:[2,43],80:[2,43],81:[2,43],82:[2,43],83:[2,43],84:[2,43],85:[2,43],87:[1,50]},{72:[1,35],86:51},{23:[2,45],33:[2,45],54:[2,45],65:[2,45],68:[2,45],72:[2,45],75:[2,45],80:[2,45],81:[2,45],82:[2,45],83:[2,45],84:[2,45],85:[2,45],87:[2,45]},{52:52,54:[2,82],65:[2,82],72:[2,82],80:[2,82],81:[2,82],82:[2,82],83:[2,82],84:[2,82],85:[2,82]},{25:53,38:55,39:[1,57],43:56,44:[1,58],45:54,47:[2,54]},{28:59,43:60,44:[1,58],47:[2,56]},{13:62,15:[1,20],18:[1,61]},{33:[2,86],57:63,65:[2,86],72:[2,86],80:[2,86],81:[2,86],82:[2,86],83:[2,86],84:[2,86],85:[2,86]},{33:[2,40],65:[2,40],72:[2,40],80:[2,40],81:[2,40],82:[2,40],83:[2,40],84:[2,40],85:[2,40]},{33:[2,41],65:[2,41],72:[2,41],80:[2,41],81:[2,41],82:[2,41],83:[2,41],84:[2,41],85:[2,41]},{20:64,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{26:65,47:[1,66]},{30:67,33:[2,58],65:[2,58],72:[2,58],75:[2,58],80:[2,58],81:[2,58],82:[2,58],83:[2,58],84:[2,58],85:[2,58]},{33:[2,64],35:68,65:[2,64],72:[2,64],75:[2,64],80:[2,64],81:[2,64],82:[2,64],83:[2,64],84:[2,64],85:[2,64]},{21:69,23:[2,50],65:[2,50],72:[2,50],80:[2,50],81:[2,50],82:[2,50],83:[2,50],84:[2,50],85:[2,50]},{33:[2,90],61:70,65:[2,90],72:[2,90],80:[2,90],81:[2,90],82:[2,90],83:[2,90],84:[2,90],85:[2,90]},{20:74,33:[2,80],50:71,63:72,64:75,65:[1,43],69:73,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{72:[1,79]},{23:[2,42],33:[2,42],54:[2,42],65:[2,42],68:[2,42],72:[2,42],75:[2,42],80:[2,42],81:[2,42],82:[2,42],83:[2,42],84:[2,42],85:[2,42],87:[1,50]},{20:74,53:80,54:[2,84],63:81,64:75,65:[1,43],69:82,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{26:83,47:[1,66]},{47:[2,55]},{4:84,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],39:[2,46],44:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{47:[2,20]},{20:85,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{4:86,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{26:87,47:[1,66]},{47:[2,57]},{5:[2,11],14:[2,11],15:[2,11],19:[2,11],29:[2,11],34:[2,11],39:[2,11],44:[2,11],47:[2,11],48:[2,11],51:[2,11],55:[2,11],60:[2,11]},{15:[2,49],18:[2,49]},{20:74,33:[2,88],58:88,63:89,64:75,65:[1,43],69:90,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{65:[2,94],66:91,68:[2,94],72:[2,94],80:[2,94],81:[2,94],82:[2,94],83:[2,94],84:[2,94],85:[2,94]},{5:[2,25],14:[2,25],15:[2,25],19:[2,25],29:[2,25],34:[2,25],39:[2,25],44:[2,25],47:[2,25],48:[2,25],51:[2,25],55:[2,25],60:[2,25]},{20:92,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,31:93,33:[2,60],63:94,64:75,65:[1,43],69:95,70:76,71:77,72:[1,78],75:[2,60],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,33:[2,66],36:96,63:97,64:75,65:[1,43],69:98,70:76,71:77,72:[1,78],75:[2,66],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,22:99,23:[2,52],63:100,64:75,65:[1,43],69:101,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,33:[2,92],62:102,63:103,64:75,65:[1,43],69:104,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{33:[1,105]},{33:[2,79],65:[2,79],72:[2,79],80:[2,79],81:[2,79],82:[2,79],83:[2,79],84:[2,79],85:[2,79]},{33:[2,81]},{23:[2,27],33:[2,27],54:[2,27],65:[2,27],68:[2,27],72:[2,27],75:[2,27],80:[2,27],81:[2,27],82:[2,27],83:[2,27],84:[2,27],85:[2,27]},{23:[2,28],33:[2,28],54:[2,28],65:[2,28],68:[2,28],72:[2,28],75:[2,28],80:[2,28],81:[2,28],82:[2,28],83:[2,28],84:[2,28],85:[2,28]},{23:[2,30],33:[2,30],54:[2,30],68:[2,30],71:106,72:[1,107],75:[2,30]},{23:[2,98],33:[2,98],54:[2,98],68:[2,98],72:[2,98],75:[2,98]},{23:[2,45],33:[2,45],54:[2,45],65:[2,45],68:[2,45],72:[2,45],73:[1,108],75:[2,45],80:[2,45],81:[2,45],82:[2,45],83:[2,45],84:[2,45],85:[2,45],87:[2,45]},{23:[2,44],33:[2,44],54:[2,44],65:[2,44],68:[2,44],72:[2,44],75:[2,44],80:[2,44],81:[2,44],82:[2,44],83:[2,44],84:[2,44],85:[2,44],87:[2,44]},{54:[1,109]},{54:[2,83],65:[2,83],72:[2,83],80:[2,83],81:[2,83],82:[2,83],83:[2,83],84:[2,83],85:[2,83]},{54:[2,85]},{5:[2,13],14:[2,13],15:[2,13],19:[2,13],29:[2,13],34:[2,13],39:[2,13],44:[2,13],47:[2,13],48:[2,13],51:[2,13],55:[2,13],60:[2,13]},{38:55,39:[1,57],43:56,44:[1,58],45:111,46:110,47:[2,76]},{33:[2,70],40:112,65:[2,70],72:[2,70],75:[2,70],80:[2,70],81:[2,70],82:[2,70],83:[2,70],84:[2,70],85:[2,70]},{47:[2,18]},{5:[2,14],14:[2,14],15:[2,14],19:[2,14],29:[2,14],34:[2,14],39:[2,14],44:[2,14],47:[2,14],48:[2,14],51:[2,14],55:[2,14],60:[2,14]},{33:[1,113]},{33:[2,87],65:[2,87],72:[2,87],80:[2,87],81:[2,87],82:[2,87],83:[2,87],84:[2,87],85:[2,87]},{33:[2,89]},{20:74,63:115,64:75,65:[1,43],67:114,68:[2,96],69:116,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{33:[1,117]},{32:118,33:[2,62],74:119,75:[1,120]},{33:[2,59],65:[2,59],72:[2,59],75:[2,59],80:[2,59],81:[2,59],82:[2,59],83:[2,59],84:[2,59],85:[2,59]},{33:[2,61],75:[2,61]},{33:[2,68],37:121,74:122,75:[1,120]},{33:[2,65],65:[2,65],72:[2,65],75:[2,65],80:[2,65],81:[2,65],82:[2,65],83:[2,65],84:[2,65],85:[2,65]},{33:[2,67],75:[2,67]},{23:[1,123]},{23:[2,51],65:[2,51],72:[2,51],80:[2,51],81:[2,51],82:[2,51],83:[2,51],84:[2,51],85:[2,51]},{23:[2,53]},{33:[1,124]},{33:[2,91],65:[2,91],72:[2,91],80:[2,91],81:[2,91],82:[2,91],83:[2,91],84:[2,91],85:[2,91]},{33:[2,93]},{5:[2,22],14:[2,22],15:[2,22],19:[2,22],29:[2,22],34:[2,22],39:[2,22],44:[2,22],47:[2,22],48:[2,22],51:[2,22],55:[2,22],60:[2,22]},{23:[2,99],33:[2,99],54:[2,99],68:[2,99],72:[2,99],75:[2,99]},{73:[1,108]},{20:74,63:125,64:75,65:[1,43],72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{5:[2,23],14:[2,23],15:[2,23],19:[2,23],29:[2,23],34:[2,23],39:[2,23],44:[2,23],47:[2,23],48:[2,23],51:[2,23],55:[2,23],60:[2,23]},{47:[2,19]},{47:[2,77]},{20:74,33:[2,72],41:126,63:127,64:75,65:[1,43],69:128,70:76,71:77,72:[1,78],75:[2,72],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{5:[2,24],14:[2,24],15:[2,24],19:[2,24],29:[2,24],34:[2,24],39:[2,24],44:[2,24],47:[2,24],48:[2,24],51:[2,24],55:[2,24],60:[2,24]},{68:[1,129]},{65:[2,95],68:[2,95],72:[2,95],80:[2,95],81:[2,95],82:[2,95],83:[2,95],84:[2,95],85:[2,95]},{68:[2,97]},{5:[2,21],14:[2,21],15:[2,21],19:[2,21],29:[2,21],34:[2,21],39:[2,21],44:[2,21],47:[2,21],48:[2,21],51:[2,21],55:[2,21],60:[2,21]},{33:[1,130]},{33:[2,63]},{72:[1,132],76:131},{33:[1,133]},{33:[2,69]},{15:[2,12],18:[2,12]},{14:[2,26],15:[2,26],19:[2,26],29:[2,26],34:[2,26],47:[2,26],48:[2,26],51:[2,26],55:[2,26],60:[2,26]},{23:[2,31],33:[2,31],54:[2,31],68:[2,31],72:[2,31],75:[2,31]},{33:[2,74],42:134,74:135,75:[1,120]},{33:[2,71],65:[2,71],72:[2,71],75:[2,71],80:[2,71],81:[2,71],82:[2,71],83:[2,71],84:[2,71],85:[2,71]},{33:[2,73],75:[2,73]},{23:[2,29],33:[2,29],54:[2,29],65:[2,29],68:[2,29],72:[2,29],75:[2,29],80:[2,29],81:[2,29],82:[2,29],83:[2,29],84:[2,29],85:[2,29]},{14:[2,15],15:[2,15],19:[2,15],29:[2,15],34:[2,15],39:[2,15],44:[2,15],47:[2,15],48:[2,15],51:[2,15],55:[2,15],60:[2,15]},{72:[1,137],77:[1,136]},{72:[2,100],77:[2,100]},{14:[2,16],15:[2,16],19:[2,16],29:[2,16],34:[2,16],44:[2,16],47:[2,16],48:[2,16],51:[2,16],55:[2,16],60:[2,16]},{33:[1,138]},{33:[2,75]},{33:[2,32]},{72:[2,101],77:[2,101]},{14:[2,17],15:[2,17],19:[2,17],29:[2,17],34:[2,17],39:[2,17],44:[2,17],47:[2,17],48:[2,17],51:[2,17],55:[2,17],60:[2,17]}],defaultActions:{4:[2,1],54:[2,55],56:[2,20],60:[2,57],73:[2,81],82:[2,85],86:[2,18],90:[2,89],101:[2,53],104:[2,93],110:[2,19],111:[2,77],116:[2,97],119:[2,63],122:[2,69],135:[2,75],136:[2,32]},parseError:function(f,d){throw new Error(f)},parse:function(f){var d=this,l=[0],s=[null],m=[],i=this.table,n="",r=0,c=0;this.lexer.setInput(f),this.lexer.yy=this.yy,this.yy.lexer=this.lexer,this.yy.parser=this,typeof this.lexer.yylloc>"u"&&(this.lexer.yylloc={});var h=this.lexer.yylloc;m.push(h);var g=this.lexer.options&&this.lexer.options.ranges;typeof this.yy.parseError=="function"&&(this.parseError=this.yy.parseError);function y(){var P;return P=d.lexer.lex()||1,typeof P!="number"&&(P=d.symbols_[P]||P),P}for(var b,_,v,E,S={},w,x,R,M;;){if(_=l[l.length-1],this.defaultActions[_]?v=this.defaultActions[_]:((b===null||typeof b>"u")&&(b=y()),v=i[_]&&i[_][b]),typeof v>"u"||!v.length||!v[0]){var C="";{M=[];for(w in i[_])this.terminals_[w]&&w>2&&M.push("'"+this.terminals_[w]+"'");this.lexer.showPosition?C="Parse error on line "+(r+1)+`:
|
|
6
|
+
See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details`))}function l(){Object.keys(p).forEach(function(s){delete p[s]})}return me}var $r;function Ht(){if($r)return ee;$r=1,ee.__esModule=!0,ee.HandlebarsEnvironment=r;function e(h){return h&&h.__esModule?h:{default:h}}var t=z(),a=Q(),o=e(a),p=tn(),u=Fa(),$=rn(),f=e($),d=nn(),l="4.7.9";ee.VERSION=l;var s=8;ee.COMPILER_REVISION=s;var m=7;ee.LAST_COMPATIBLE_COMPILER_REVISION=m;var i={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:"== 1.x.x",5:"== 2.0.0-alpha.x",6:">= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"};ee.REVISION_CHANGES=i;var n="[object Object]";function r(h,g,y){this.helpers=h||{},this.partials=g||{},this.decorators=y||{},p.registerDefaultHelpers(this),u.registerDefaultDecorators(this)}r.prototype={constructor:r,logger:f.default,log:f.default.log,registerHelper:function(g,y){if(t.toString.call(g)===n){if(y)throw new o.default("Arg not supported with multiple helpers");t.extend(this.helpers,g)}else this.helpers[g]=y},unregisterHelper:function(g){delete this.helpers[g]},registerPartial:function(g,y){if(t.toString.call(g)===n)t.extend(this.partials,g);else{if(typeof y>"u")throw new o.default('Attempting to register a partial called "'+g+'" as undefined');this.partials[g]=y}},unregisterPartial:function(g){delete this.partials[g]},registerDecorator:function(g,y){if(t.toString.call(g)===n){if(y)throw new o.default("Arg not supported with multiple decorators");t.extend(this.decorators,g)}else this.decorators[g]=y},unregisterDecorator:function(g){delete this.decorators[g]},resetLoggedPropertyAccesses:function(){d.resetLoggedProperties()}};var c=f.default.log;return ee.log=c,ee.createFrame=t.createFrame,ee.logger=f.default,ee}var Xe={exports:{}},gr;function Ba(){return gr||(gr=1,(function(e,t){t.__esModule=!0;function a(o){this.string=o}a.prototype.toString=a.prototype.toHTML=function(){return""+this.string},t.default=a,e.exports=t.default})(Xe,Xe.exports)),Xe.exports}var ae={},Qe={},mr;function Ua(){if(mr)return Qe;mr=1,Qe.__esModule=!0,Qe.wrapHelper=e;function e(t,a){if(typeof t!="function")return t;var o=function(){var u=arguments[arguments.length-1];return arguments[arguments.length-1]=a(u),t.apply(this,arguments)};return o}return Qe}var vr;function Ha(){if(vr)return ae;vr=1,ae.__esModule=!0,ae.checkRevision=s,ae.template=m,ae.wrapProgram=i,ae.resolvePartial=n,ae.invokePartial=r,ae.noop=c;function e(v){return v&&v.__esModule?v:{default:v}}function t(v){if(v&&v.__esModule)return v;var E={};if(v!=null)for(var _ in v)Object.prototype.hasOwnProperty.call(v,_)&&(E[_]=v[_]);return E.default=v,E}var a=z(),o=t(a),p=Q(),u=e(p),$=Ht(),f=tn(),d=Ua(),l=nn();function s(v){var E=v&&v[0]||1,_=$.COMPILER_REVISION;if(!(E>=$.LAST_COMPATIBLE_COMPILER_REVISION&&E<=$.COMPILER_REVISION))if(E<$.LAST_COMPATIBLE_COMPILER_REVISION){var w=$.REVISION_CHANGES[_],R=$.REVISION_CHANGES[E];throw new u.default("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+w+") or downgrade your runtime to an older version ("+R+").")}else throw new u.default("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+v[1]+").")}function m(v,E){if(!E)throw new u.default("No environment passed to template");if(!v||!v.main)throw new u.default("Unknown template object: "+typeof v);v.main.decorator=v.main_d,E.VM.checkRevision(v.compiler);var _=v.compiler&&v.compiler[0]===7;function w(M,C,P){P.hash&&(C=o.extend({},C,P.hash),P.ids&&(P.ids[0]=!0)),M=E.VM.resolvePartial.call(this,M,C,P),P.hooks=this.hooks,P.protoAccessControl=this.protoAccessControl;var N=E.VM.invokePartial.call(this,M,C,P);if(N==null&&E.compile&&(P.partials[P.name]=E.compile(M,v.compilerOptions,E),N=P.partials[P.name](C,P)),N!=null){if(P.indent){for(var H=N.split(`
|
|
7
|
+
`),q=0,J=H.length;q<J&&!(!H[q]&&q+1===J);q++)H[q]=P.indent+H[q];N=H.join(`
|
|
8
|
+
`)}return N}else throw new u.default("The partial "+P.name+" could not be compiled when running in runtime-only mode")}var R={strict:function(C,P,N){if(!C||!(P in C))throw new u.default('"'+P+'" not defined in '+C,{loc:N});return R.lookupProperty(C,P)},lookupProperty:function(C,P){var N=C[P];if(N==null||Object.prototype.hasOwnProperty.call(C,P)||l.resultIsAllowed(N,R.protoAccessControl,P))return N},lookup:function(C,P){for(var N=C.length,H=0;H<N;H++){var q=C[H]&&R.lookupProperty(C[H],P);if(q!=null)return q}},lambda:function(C,P){return typeof C=="function"?C.call(P):C},escapeExpression:o.escapeExpression,invokePartial:w,fn:function(C){var P=v[C];return P.decorator=v[C+"_d"],P},programs:[],program:function(C,P,N,H,q){var J=this.programs[C],ke=this.fn(C);return P||q||H||N?J=i(this,C,ke,P,N,H,q):J||(J=this.programs[C]=i(this,C,ke)),J},data:function(C,P){for(;C&&P--;)C=C._parent;return C},mergeIfNeeded:function(C,P){var N=C||P;return C&&P&&C!==P&&(N=o.extend({},P,C)),N},nullContext:Object.seal({}),noop:E.VM.noop,compilerInfo:v.compiler};function x(M){var C=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],P=C.data;x._setup(C),!C.partial&&v.useData&&(P=g(M,P));var N=void 0,H=v.useBlockParams?[]:void 0;v.useDepths&&(C.depths?N=M!=C.depths[0]?[M].concat(C.depths):C.depths:N=[M]);function q(J){return""+v.main(R,J,R.helpers,R.partials,P,H,N)}return q=y(v.main,q,R,C.depths||[],P,H),q(M,C)}return x.isTop=!0,x._setup=function(M){if(M.partial)R.protoAccessControl=M.protoAccessControl,R.helpers=M.helpers,R.partials=M.partials,R.decorators=M.decorators,R.hooks=M.hooks;else{var C={};b(C,E.helpers,R),b(C,M.helpers,R),R.helpers=C,v.usePartial&&(R.partials=R.mergeIfNeeded(M.partials,E.partials)),(v.usePartial||v.useDecorators)&&(R.decorators=o.extend({},E.decorators,M.decorators)),R.hooks={},R.protoAccessControl=l.createProtoAccessControl(M);var P=M.allowCallsToHelperMissing||_;f.moveHelperToHooks(R,"helperMissing",P),f.moveHelperToHooks(R,"blockHelperMissing",P)}},x._child=function(M,C,P,N){if(v.useBlockParams&&!P)throw new u.default("must pass block params");if(v.useDepths&&!N)throw new u.default("must pass parent depths");return i(R,M,v[M],C,0,P,N)},x}function i(v,E,_,w,R,x,M){function C(P){var N=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],H=M;return M&&P!=M[0]&&!(P===v.nullContext&&M[0]===null)&&(H=[P].concat(M)),_(v,P,v.helpers,v.partials,N.data||w,x&&[N.blockParams].concat(x),H)}return C=y(_,C,v,M,w,x),C.program=E,C.depth=M?M.length:0,C.blockParams=R||0,C}function n(v,E,_){return v?!v.call&&!_.name&&(_.name=v,v=h(_.partials,v)):_.name==="@partial-block"?v=h(_.data,"partial-block"):v=h(_.partials,_.name),v}function r(v,E,_){var w=h(_.data,"partial-block");_.partial=!0,_.ids&&(_.data.contextPath=_.ids[0]||_.data.contextPath);var R=void 0;if(_.fn&&_.fn!==c&&(function(){_.data=$.createFrame(_.data);var x=_.fn;R=_.data["partial-block"]=function(C){var P=arguments.length<=1||arguments[1]===void 0?{}:arguments[1];return P.data=$.createFrame(P.data),P.data["partial-block"]=w,x(C,P)},x.partials&&(_.partials=o.extend({},_.partials,x.partials))})(),v===void 0&&R&&(v=R),v===void 0)throw new u.default("The partial "+_.name+" could not be found");if(v instanceof Function)return v(E,_)}function c(){return""}function h(v,E){if(v&&Object.prototype.hasOwnProperty.call(v,E))return v[E]}function g(v,E){return(!E||!("root"in E))&&(E=E?$.createFrame(E):{},E.root=v),E}function y(v,E,_,w,R,x){if(v.decorator){var M={};E=v.decorator(E,M,_,w&&w[0],R,x,w),o.extend(E,M)}return E}function b(v,E,_){E&&Object.keys(E).forEach(function(w){var R=E[w];v[w]=S(R,_)})}function S(v,E){var _=E.lookupProperty;return d.wrapHelper(v,function(w){return w.lookupProperty=_,w})}return ae}var et={exports:{}},yr;function an(){return yr||(yr=1,(function(e,t){t.__esModule=!0,t.default=function(a){(function(){typeof globalThis!="object"&&(Object.prototype.__defineGetter__("__magic__",function(){return this}),__magic__.globalThis=__magic__,delete Object.prototype.__magic__)})();var o=globalThis.Handlebars;a.noConflict=function(){return globalThis.Handlebars===a&&(globalThis.Handlebars=o),a}},e.exports=t.default})(et,et.exports)),et.exports}var Sr;function qa(){return Sr||(Sr=1,(function(e,t){t.__esModule=!0;function a(y){return y&&y.__esModule?y:{default:y}}function o(y){if(y&&y.__esModule)return y;var b={};if(y!=null)for(var S in y)Object.prototype.hasOwnProperty.call(y,S)&&(b[S]=y[S]);return b.default=y,b}var p=Ht(),u=o(p),$=Ba(),f=a($),d=Q(),l=a(d),s=z(),m=o(s),i=Ha(),n=o(i),r=an(),c=a(r);function h(){var y=new u.HandlebarsEnvironment;return m.extend(y,u),y.SafeString=f.default,y.Exception=l.default,y.Utils=m,y.escapeExpression=m.escapeExpression,y.VM=n,y.template=function(b){return n.template(b,y)},y}var g=h();g.create=h,c.default(g),g.default=g,t.default=g,e.exports=t.default})(Ue,Ue.exports)),Ue.exports}var tt={exports:{}},_r;function sn(){return _r||(_r=1,(function(e,t){t.__esModule=!0;var a={helpers:{helperExpression:function(p){return p.type==="SubExpression"||(p.type==="MustacheStatement"||p.type==="BlockStatement")&&!!(p.params&&p.params.length||p.hash)},scopedId:function(p){return/^\.|this\b/.test(p.original)},simpleId:function(p){return p.parts.length===1&&!a.helpers.scopedId(p)&&!p.depth}}};t.default=a,e.exports=t.default})(tt,tt.exports)),tt.exports}var ve={},rt={exports:{}},br;function Ga(){return br||(br=1,(function(e,t){t.__esModule=!0;var a=(function(){var o={trace:function(){},yy:{},symbols_:{error:2,root:3,program:4,EOF:5,program_repetition0:6,statement:7,mustache:8,block:9,rawBlock:10,partial:11,partialBlock:12,content:13,COMMENT:14,CONTENT:15,openRawBlock:16,rawBlock_repetition0:17,END_RAW_BLOCK:18,OPEN_RAW_BLOCK:19,helperName:20,openRawBlock_repetition0:21,openRawBlock_option0:22,CLOSE_RAW_BLOCK:23,openBlock:24,block_option0:25,closeBlock:26,openInverse:27,block_option1:28,OPEN_BLOCK:29,openBlock_repetition0:30,openBlock_option0:31,openBlock_option1:32,CLOSE:33,OPEN_INVERSE:34,openInverse_repetition0:35,openInverse_option0:36,openInverse_option1:37,openInverseChain:38,OPEN_INVERSE_CHAIN:39,openInverseChain_repetition0:40,openInverseChain_option0:41,openInverseChain_option1:42,inverseAndProgram:43,INVERSE:44,inverseChain:45,inverseChain_option0:46,OPEN_ENDBLOCK:47,OPEN:48,mustache_repetition0:49,mustache_option0:50,OPEN_UNESCAPED:51,mustache_repetition1:52,mustache_option1:53,CLOSE_UNESCAPED:54,OPEN_PARTIAL:55,partialName:56,partial_repetition0:57,partial_option0:58,openPartialBlock:59,OPEN_PARTIAL_BLOCK:60,openPartialBlock_repetition0:61,openPartialBlock_option0:62,param:63,sexpr:64,OPEN_SEXPR:65,sexpr_repetition0:66,sexpr_option0:67,CLOSE_SEXPR:68,hash:69,hash_repetition_plus0:70,hashSegment:71,ID:72,EQUALS:73,blockParams:74,OPEN_BLOCK_PARAMS:75,blockParams_repetition_plus0:76,CLOSE_BLOCK_PARAMS:77,path:78,dataName:79,STRING:80,NUMBER:81,BOOLEAN:82,UNDEFINED:83,NULL:84,DATA:85,pathSegments:86,SEP:87,$accept:0,$end:1},terminals_:{2:"error",5:"EOF",14:"COMMENT",15:"CONTENT",18:"END_RAW_BLOCK",19:"OPEN_RAW_BLOCK",23:"CLOSE_RAW_BLOCK",29:"OPEN_BLOCK",33:"CLOSE",34:"OPEN_INVERSE",39:"OPEN_INVERSE_CHAIN",44:"INVERSE",47:"OPEN_ENDBLOCK",48:"OPEN",51:"OPEN_UNESCAPED",54:"CLOSE_UNESCAPED",55:"OPEN_PARTIAL",60:"OPEN_PARTIAL_BLOCK",65:"OPEN_SEXPR",68:"CLOSE_SEXPR",72:"ID",73:"EQUALS",75:"OPEN_BLOCK_PARAMS",77:"CLOSE_BLOCK_PARAMS",80:"STRING",81:"NUMBER",82:"BOOLEAN",83:"UNDEFINED",84:"NULL",85:"DATA",87:"SEP"},productions_:[0,[3,2],[4,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[13,1],[10,3],[16,5],[9,4],[9,4],[24,6],[27,6],[38,6],[43,2],[45,3],[45,1],[26,3],[8,5],[8,5],[11,5],[12,3],[59,5],[63,1],[63,1],[64,5],[69,1],[71,3],[74,3],[20,1],[20,1],[20,1],[20,1],[20,1],[20,1],[20,1],[56,1],[56,1],[79,2],[78,1],[86,3],[86,1],[6,0],[6,2],[17,0],[17,2],[21,0],[21,2],[22,0],[22,1],[25,0],[25,1],[28,0],[28,1],[30,0],[30,2],[31,0],[31,1],[32,0],[32,1],[35,0],[35,2],[36,0],[36,1],[37,0],[37,1],[40,0],[40,2],[41,0],[41,1],[42,0],[42,1],[46,0],[46,1],[49,0],[49,2],[50,0],[50,1],[52,0],[52,2],[53,0],[53,1],[57,0],[57,2],[58,0],[58,1],[61,0],[61,2],[62,0],[62,1],[66,0],[66,2],[67,0],[67,1],[70,1],[70,2],[76,1],[76,2]],performAction:function(f,d,l,s,m,i,n){var r=i.length-1;switch(m){case 1:return i[r-1];case 2:this.$=s.prepareProgram(i[r]);break;case 3:this.$=i[r];break;case 4:this.$=i[r];break;case 5:this.$=i[r];break;case 6:this.$=i[r];break;case 7:this.$=i[r];break;case 8:this.$=i[r];break;case 9:this.$={type:"CommentStatement",value:s.stripComment(i[r]),strip:s.stripFlags(i[r],i[r]),loc:s.locInfo(this._$)};break;case 10:this.$={type:"ContentStatement",original:i[r],value:i[r],loc:s.locInfo(this._$)};break;case 11:this.$=s.prepareRawBlock(i[r-2],i[r-1],i[r],this._$);break;case 12:this.$={path:i[r-3],params:i[r-2],hash:i[r-1]};break;case 13:this.$=s.prepareBlock(i[r-3],i[r-2],i[r-1],i[r],!1,this._$);break;case 14:this.$=s.prepareBlock(i[r-3],i[r-2],i[r-1],i[r],!0,this._$);break;case 15:this.$={open:i[r-5],path:i[r-4],params:i[r-3],hash:i[r-2],blockParams:i[r-1],strip:s.stripFlags(i[r-5],i[r])};break;case 16:this.$={path:i[r-4],params:i[r-3],hash:i[r-2],blockParams:i[r-1],strip:s.stripFlags(i[r-5],i[r])};break;case 17:this.$={path:i[r-4],params:i[r-3],hash:i[r-2],blockParams:i[r-1],strip:s.stripFlags(i[r-5],i[r])};break;case 18:this.$={strip:s.stripFlags(i[r-1],i[r-1]),program:i[r]};break;case 19:var c=s.prepareBlock(i[r-2],i[r-1],i[r],i[r],!1,this._$),h=s.prepareProgram([c],i[r-1].loc);h.chained=!0,this.$={strip:i[r-2].strip,program:h,chain:!0};break;case 20:this.$=i[r];break;case 21:this.$={path:i[r-1],strip:s.stripFlags(i[r-2],i[r])};break;case 22:this.$=s.prepareMustache(i[r-3],i[r-2],i[r-1],i[r-4],s.stripFlags(i[r-4],i[r]),this._$);break;case 23:this.$=s.prepareMustache(i[r-3],i[r-2],i[r-1],i[r-4],s.stripFlags(i[r-4],i[r]),this._$);break;case 24:this.$={type:"PartialStatement",name:i[r-3],params:i[r-2],hash:i[r-1],indent:"",strip:s.stripFlags(i[r-4],i[r]),loc:s.locInfo(this._$)};break;case 25:this.$=s.preparePartialBlock(i[r-2],i[r-1],i[r],this._$);break;case 26:this.$={path:i[r-3],params:i[r-2],hash:i[r-1],strip:s.stripFlags(i[r-4],i[r])};break;case 27:this.$=i[r];break;case 28:this.$=i[r];break;case 29:this.$={type:"SubExpression",path:i[r-3],params:i[r-2],hash:i[r-1],loc:s.locInfo(this._$)};break;case 30:this.$={type:"Hash",pairs:i[r],loc:s.locInfo(this._$)};break;case 31:this.$={type:"HashPair",key:s.id(i[r-2]),value:i[r],loc:s.locInfo(this._$)};break;case 32:this.$=s.id(i[r-1]);break;case 33:this.$=i[r];break;case 34:this.$=i[r];break;case 35:this.$={type:"StringLiteral",value:i[r],original:i[r],loc:s.locInfo(this._$)};break;case 36:this.$={type:"NumberLiteral",value:Number(i[r]),original:Number(i[r]),loc:s.locInfo(this._$)};break;case 37:this.$={type:"BooleanLiteral",value:i[r]==="true",original:i[r]==="true",loc:s.locInfo(this._$)};break;case 38:this.$={type:"UndefinedLiteral",original:void 0,value:void 0,loc:s.locInfo(this._$)};break;case 39:this.$={type:"NullLiteral",original:null,value:null,loc:s.locInfo(this._$)};break;case 40:this.$=i[r];break;case 41:this.$=i[r];break;case 42:this.$=s.preparePath(!0,i[r],this._$);break;case 43:this.$=s.preparePath(!1,i[r],this._$);break;case 44:i[r-2].push({part:s.id(i[r]),original:i[r],separator:i[r-1]}),this.$=i[r-2];break;case 45:this.$=[{part:s.id(i[r]),original:i[r]}];break;case 46:this.$=[];break;case 47:i[r-1].push(i[r]);break;case 48:this.$=[];break;case 49:i[r-1].push(i[r]);break;case 50:this.$=[];break;case 51:i[r-1].push(i[r]);break;case 58:this.$=[];break;case 59:i[r-1].push(i[r]);break;case 64:this.$=[];break;case 65:i[r-1].push(i[r]);break;case 70:this.$=[];break;case 71:i[r-1].push(i[r]);break;case 78:this.$=[];break;case 79:i[r-1].push(i[r]);break;case 82:this.$=[];break;case 83:i[r-1].push(i[r]);break;case 86:this.$=[];break;case 87:i[r-1].push(i[r]);break;case 90:this.$=[];break;case 91:i[r-1].push(i[r]);break;case 94:this.$=[];break;case 95:i[r-1].push(i[r]);break;case 98:this.$=[i[r]];break;case 99:i[r-1].push(i[r]);break;case 100:this.$=[i[r]];break;case 101:i[r-1].push(i[r]);break}},table:[{3:1,4:2,5:[2,46],6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{1:[3]},{5:[1,4]},{5:[2,2],7:5,8:6,9:7,10:8,11:9,12:10,13:11,14:[1,12],15:[1,20],16:17,19:[1,23],24:15,27:16,29:[1,21],34:[1,22],39:[2,2],44:[2,2],47:[2,2],48:[1,13],51:[1,14],55:[1,18],59:19,60:[1,24]},{1:[2,1]},{5:[2,47],14:[2,47],15:[2,47],19:[2,47],29:[2,47],34:[2,47],39:[2,47],44:[2,47],47:[2,47],48:[2,47],51:[2,47],55:[2,47],60:[2,47]},{5:[2,3],14:[2,3],15:[2,3],19:[2,3],29:[2,3],34:[2,3],39:[2,3],44:[2,3],47:[2,3],48:[2,3],51:[2,3],55:[2,3],60:[2,3]},{5:[2,4],14:[2,4],15:[2,4],19:[2,4],29:[2,4],34:[2,4],39:[2,4],44:[2,4],47:[2,4],48:[2,4],51:[2,4],55:[2,4],60:[2,4]},{5:[2,5],14:[2,5],15:[2,5],19:[2,5],29:[2,5],34:[2,5],39:[2,5],44:[2,5],47:[2,5],48:[2,5],51:[2,5],55:[2,5],60:[2,5]},{5:[2,6],14:[2,6],15:[2,6],19:[2,6],29:[2,6],34:[2,6],39:[2,6],44:[2,6],47:[2,6],48:[2,6],51:[2,6],55:[2,6],60:[2,6]},{5:[2,7],14:[2,7],15:[2,7],19:[2,7],29:[2,7],34:[2,7],39:[2,7],44:[2,7],47:[2,7],48:[2,7],51:[2,7],55:[2,7],60:[2,7]},{5:[2,8],14:[2,8],15:[2,8],19:[2,8],29:[2,8],34:[2,8],39:[2,8],44:[2,8],47:[2,8],48:[2,8],51:[2,8],55:[2,8],60:[2,8]},{5:[2,9],14:[2,9],15:[2,9],19:[2,9],29:[2,9],34:[2,9],39:[2,9],44:[2,9],47:[2,9],48:[2,9],51:[2,9],55:[2,9],60:[2,9]},{20:25,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:36,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{4:37,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],39:[2,46],44:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{4:38,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],44:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{15:[2,48],17:39,18:[2,48]},{20:41,56:40,64:42,65:[1,43],72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{4:44,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{5:[2,10],14:[2,10],15:[2,10],18:[2,10],19:[2,10],29:[2,10],34:[2,10],39:[2,10],44:[2,10],47:[2,10],48:[2,10],51:[2,10],55:[2,10],60:[2,10]},{20:45,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:46,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:47,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:41,56:48,64:42,65:[1,43],72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{33:[2,78],49:49,65:[2,78],72:[2,78],80:[2,78],81:[2,78],82:[2,78],83:[2,78],84:[2,78],85:[2,78]},{23:[2,33],33:[2,33],54:[2,33],65:[2,33],68:[2,33],72:[2,33],75:[2,33],80:[2,33],81:[2,33],82:[2,33],83:[2,33],84:[2,33],85:[2,33]},{23:[2,34],33:[2,34],54:[2,34],65:[2,34],68:[2,34],72:[2,34],75:[2,34],80:[2,34],81:[2,34],82:[2,34],83:[2,34],84:[2,34],85:[2,34]},{23:[2,35],33:[2,35],54:[2,35],65:[2,35],68:[2,35],72:[2,35],75:[2,35],80:[2,35],81:[2,35],82:[2,35],83:[2,35],84:[2,35],85:[2,35]},{23:[2,36],33:[2,36],54:[2,36],65:[2,36],68:[2,36],72:[2,36],75:[2,36],80:[2,36],81:[2,36],82:[2,36],83:[2,36],84:[2,36],85:[2,36]},{23:[2,37],33:[2,37],54:[2,37],65:[2,37],68:[2,37],72:[2,37],75:[2,37],80:[2,37],81:[2,37],82:[2,37],83:[2,37],84:[2,37],85:[2,37]},{23:[2,38],33:[2,38],54:[2,38],65:[2,38],68:[2,38],72:[2,38],75:[2,38],80:[2,38],81:[2,38],82:[2,38],83:[2,38],84:[2,38],85:[2,38]},{23:[2,39],33:[2,39],54:[2,39],65:[2,39],68:[2,39],72:[2,39],75:[2,39],80:[2,39],81:[2,39],82:[2,39],83:[2,39],84:[2,39],85:[2,39]},{23:[2,43],33:[2,43],54:[2,43],65:[2,43],68:[2,43],72:[2,43],75:[2,43],80:[2,43],81:[2,43],82:[2,43],83:[2,43],84:[2,43],85:[2,43],87:[1,50]},{72:[1,35],86:51},{23:[2,45],33:[2,45],54:[2,45],65:[2,45],68:[2,45],72:[2,45],75:[2,45],80:[2,45],81:[2,45],82:[2,45],83:[2,45],84:[2,45],85:[2,45],87:[2,45]},{52:52,54:[2,82],65:[2,82],72:[2,82],80:[2,82],81:[2,82],82:[2,82],83:[2,82],84:[2,82],85:[2,82]},{25:53,38:55,39:[1,57],43:56,44:[1,58],45:54,47:[2,54]},{28:59,43:60,44:[1,58],47:[2,56]},{13:62,15:[1,20],18:[1,61]},{33:[2,86],57:63,65:[2,86],72:[2,86],80:[2,86],81:[2,86],82:[2,86],83:[2,86],84:[2,86],85:[2,86]},{33:[2,40],65:[2,40],72:[2,40],80:[2,40],81:[2,40],82:[2,40],83:[2,40],84:[2,40],85:[2,40]},{33:[2,41],65:[2,41],72:[2,41],80:[2,41],81:[2,41],82:[2,41],83:[2,41],84:[2,41],85:[2,41]},{20:64,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{26:65,47:[1,66]},{30:67,33:[2,58],65:[2,58],72:[2,58],75:[2,58],80:[2,58],81:[2,58],82:[2,58],83:[2,58],84:[2,58],85:[2,58]},{33:[2,64],35:68,65:[2,64],72:[2,64],75:[2,64],80:[2,64],81:[2,64],82:[2,64],83:[2,64],84:[2,64],85:[2,64]},{21:69,23:[2,50],65:[2,50],72:[2,50],80:[2,50],81:[2,50],82:[2,50],83:[2,50],84:[2,50],85:[2,50]},{33:[2,90],61:70,65:[2,90],72:[2,90],80:[2,90],81:[2,90],82:[2,90],83:[2,90],84:[2,90],85:[2,90]},{20:74,33:[2,80],50:71,63:72,64:75,65:[1,43],69:73,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{72:[1,79]},{23:[2,42],33:[2,42],54:[2,42],65:[2,42],68:[2,42],72:[2,42],75:[2,42],80:[2,42],81:[2,42],82:[2,42],83:[2,42],84:[2,42],85:[2,42],87:[1,50]},{20:74,53:80,54:[2,84],63:81,64:75,65:[1,43],69:82,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{26:83,47:[1,66]},{47:[2,55]},{4:84,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],39:[2,46],44:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{47:[2,20]},{20:85,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{4:86,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{26:87,47:[1,66]},{47:[2,57]},{5:[2,11],14:[2,11],15:[2,11],19:[2,11],29:[2,11],34:[2,11],39:[2,11],44:[2,11],47:[2,11],48:[2,11],51:[2,11],55:[2,11],60:[2,11]},{15:[2,49],18:[2,49]},{20:74,33:[2,88],58:88,63:89,64:75,65:[1,43],69:90,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{65:[2,94],66:91,68:[2,94],72:[2,94],80:[2,94],81:[2,94],82:[2,94],83:[2,94],84:[2,94],85:[2,94]},{5:[2,25],14:[2,25],15:[2,25],19:[2,25],29:[2,25],34:[2,25],39:[2,25],44:[2,25],47:[2,25],48:[2,25],51:[2,25],55:[2,25],60:[2,25]},{20:92,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,31:93,33:[2,60],63:94,64:75,65:[1,43],69:95,70:76,71:77,72:[1,78],75:[2,60],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,33:[2,66],36:96,63:97,64:75,65:[1,43],69:98,70:76,71:77,72:[1,78],75:[2,66],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,22:99,23:[2,52],63:100,64:75,65:[1,43],69:101,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,33:[2,92],62:102,63:103,64:75,65:[1,43],69:104,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{33:[1,105]},{33:[2,79],65:[2,79],72:[2,79],80:[2,79],81:[2,79],82:[2,79],83:[2,79],84:[2,79],85:[2,79]},{33:[2,81]},{23:[2,27],33:[2,27],54:[2,27],65:[2,27],68:[2,27],72:[2,27],75:[2,27],80:[2,27],81:[2,27],82:[2,27],83:[2,27],84:[2,27],85:[2,27]},{23:[2,28],33:[2,28],54:[2,28],65:[2,28],68:[2,28],72:[2,28],75:[2,28],80:[2,28],81:[2,28],82:[2,28],83:[2,28],84:[2,28],85:[2,28]},{23:[2,30],33:[2,30],54:[2,30],68:[2,30],71:106,72:[1,107],75:[2,30]},{23:[2,98],33:[2,98],54:[2,98],68:[2,98],72:[2,98],75:[2,98]},{23:[2,45],33:[2,45],54:[2,45],65:[2,45],68:[2,45],72:[2,45],73:[1,108],75:[2,45],80:[2,45],81:[2,45],82:[2,45],83:[2,45],84:[2,45],85:[2,45],87:[2,45]},{23:[2,44],33:[2,44],54:[2,44],65:[2,44],68:[2,44],72:[2,44],75:[2,44],80:[2,44],81:[2,44],82:[2,44],83:[2,44],84:[2,44],85:[2,44],87:[2,44]},{54:[1,109]},{54:[2,83],65:[2,83],72:[2,83],80:[2,83],81:[2,83],82:[2,83],83:[2,83],84:[2,83],85:[2,83]},{54:[2,85]},{5:[2,13],14:[2,13],15:[2,13],19:[2,13],29:[2,13],34:[2,13],39:[2,13],44:[2,13],47:[2,13],48:[2,13],51:[2,13],55:[2,13],60:[2,13]},{38:55,39:[1,57],43:56,44:[1,58],45:111,46:110,47:[2,76]},{33:[2,70],40:112,65:[2,70],72:[2,70],75:[2,70],80:[2,70],81:[2,70],82:[2,70],83:[2,70],84:[2,70],85:[2,70]},{47:[2,18]},{5:[2,14],14:[2,14],15:[2,14],19:[2,14],29:[2,14],34:[2,14],39:[2,14],44:[2,14],47:[2,14],48:[2,14],51:[2,14],55:[2,14],60:[2,14]},{33:[1,113]},{33:[2,87],65:[2,87],72:[2,87],80:[2,87],81:[2,87],82:[2,87],83:[2,87],84:[2,87],85:[2,87]},{33:[2,89]},{20:74,63:115,64:75,65:[1,43],67:114,68:[2,96],69:116,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{33:[1,117]},{32:118,33:[2,62],74:119,75:[1,120]},{33:[2,59],65:[2,59],72:[2,59],75:[2,59],80:[2,59],81:[2,59],82:[2,59],83:[2,59],84:[2,59],85:[2,59]},{33:[2,61],75:[2,61]},{33:[2,68],37:121,74:122,75:[1,120]},{33:[2,65],65:[2,65],72:[2,65],75:[2,65],80:[2,65],81:[2,65],82:[2,65],83:[2,65],84:[2,65],85:[2,65]},{33:[2,67],75:[2,67]},{23:[1,123]},{23:[2,51],65:[2,51],72:[2,51],80:[2,51],81:[2,51],82:[2,51],83:[2,51],84:[2,51],85:[2,51]},{23:[2,53]},{33:[1,124]},{33:[2,91],65:[2,91],72:[2,91],80:[2,91],81:[2,91],82:[2,91],83:[2,91],84:[2,91],85:[2,91]},{33:[2,93]},{5:[2,22],14:[2,22],15:[2,22],19:[2,22],29:[2,22],34:[2,22],39:[2,22],44:[2,22],47:[2,22],48:[2,22],51:[2,22],55:[2,22],60:[2,22]},{23:[2,99],33:[2,99],54:[2,99],68:[2,99],72:[2,99],75:[2,99]},{73:[1,108]},{20:74,63:125,64:75,65:[1,43],72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{5:[2,23],14:[2,23],15:[2,23],19:[2,23],29:[2,23],34:[2,23],39:[2,23],44:[2,23],47:[2,23],48:[2,23],51:[2,23],55:[2,23],60:[2,23]},{47:[2,19]},{47:[2,77]},{20:74,33:[2,72],41:126,63:127,64:75,65:[1,43],69:128,70:76,71:77,72:[1,78],75:[2,72],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{5:[2,24],14:[2,24],15:[2,24],19:[2,24],29:[2,24],34:[2,24],39:[2,24],44:[2,24],47:[2,24],48:[2,24],51:[2,24],55:[2,24],60:[2,24]},{68:[1,129]},{65:[2,95],68:[2,95],72:[2,95],80:[2,95],81:[2,95],82:[2,95],83:[2,95],84:[2,95],85:[2,95]},{68:[2,97]},{5:[2,21],14:[2,21],15:[2,21],19:[2,21],29:[2,21],34:[2,21],39:[2,21],44:[2,21],47:[2,21],48:[2,21],51:[2,21],55:[2,21],60:[2,21]},{33:[1,130]},{33:[2,63]},{72:[1,132],76:131},{33:[1,133]},{33:[2,69]},{15:[2,12],18:[2,12]},{14:[2,26],15:[2,26],19:[2,26],29:[2,26],34:[2,26],47:[2,26],48:[2,26],51:[2,26],55:[2,26],60:[2,26]},{23:[2,31],33:[2,31],54:[2,31],68:[2,31],72:[2,31],75:[2,31]},{33:[2,74],42:134,74:135,75:[1,120]},{33:[2,71],65:[2,71],72:[2,71],75:[2,71],80:[2,71],81:[2,71],82:[2,71],83:[2,71],84:[2,71],85:[2,71]},{33:[2,73],75:[2,73]},{23:[2,29],33:[2,29],54:[2,29],65:[2,29],68:[2,29],72:[2,29],75:[2,29],80:[2,29],81:[2,29],82:[2,29],83:[2,29],84:[2,29],85:[2,29]},{14:[2,15],15:[2,15],19:[2,15],29:[2,15],34:[2,15],39:[2,15],44:[2,15],47:[2,15],48:[2,15],51:[2,15],55:[2,15],60:[2,15]},{72:[1,137],77:[1,136]},{72:[2,100],77:[2,100]},{14:[2,16],15:[2,16],19:[2,16],29:[2,16],34:[2,16],44:[2,16],47:[2,16],48:[2,16],51:[2,16],55:[2,16],60:[2,16]},{33:[1,138]},{33:[2,75]},{33:[2,32]},{72:[2,101],77:[2,101]},{14:[2,17],15:[2,17],19:[2,17],29:[2,17],34:[2,17],39:[2,17],44:[2,17],47:[2,17],48:[2,17],51:[2,17],55:[2,17],60:[2,17]}],defaultActions:{4:[2,1],54:[2,55],56:[2,20],60:[2,57],73:[2,81],82:[2,85],86:[2,18],90:[2,89],101:[2,53],104:[2,93],110:[2,19],111:[2,77],116:[2,97],119:[2,63],122:[2,69],135:[2,75],136:[2,32]},parseError:function(f,d){throw new Error(f)},parse:function(f){var d=this,l=[0],s=[null],m=[],i=this.table,n="",r=0,c=0;this.lexer.setInput(f),this.lexer.yy=this.yy,this.yy.lexer=this.lexer,this.yy.parser=this,typeof this.lexer.yylloc>"u"&&(this.lexer.yylloc={});var h=this.lexer.yylloc;m.push(h);var g=this.lexer.options&&this.lexer.options.ranges;typeof this.yy.parseError=="function"&&(this.parseError=this.yy.parseError);function y(){var P;return P=d.lexer.lex()||1,typeof P!="number"&&(P=d.symbols_[P]||P),P}for(var b,S,v,E,_={},w,R,x,M;;){if(S=l[l.length-1],this.defaultActions[S]?v=this.defaultActions[S]:((b===null||typeof b>"u")&&(b=y()),v=i[S]&&i[S][b]),typeof v>"u"||!v.length||!v[0]){var C="";{M=[];for(w in i[S])this.terminals_[w]&&w>2&&M.push("'"+this.terminals_[w]+"'");this.lexer.showPosition?C="Parse error on line "+(r+1)+`:
|
|
9
9
|
`+this.lexer.showPosition()+`
|
|
10
|
-
Expecting `+M.join(", ")+", got '"+(this.terminals_[b]||b)+"'":C="Parse error on line "+(r+1)+": Unexpected "+(b==1?"end of input":"'"+(this.terminals_[b]||b)+"'"),this.parseError(C,{text:this.lexer.match,token:this.terminals_[b]||b,line:this.lexer.yylineno,loc:h,expected:M})}}if(v[0]instanceof Array&&v.length>1)throw new Error("Parse Error: multiple actions possible at state: "+
|
|
10
|
+
Expecting `+M.join(", ")+", got '"+(this.terminals_[b]||b)+"'":C="Parse error on line "+(r+1)+": Unexpected "+(b==1?"end of input":"'"+(this.terminals_[b]||b)+"'"),this.parseError(C,{text:this.lexer.match,token:this.terminals_[b]||b,line:this.lexer.yylineno,loc:h,expected:M})}}if(v[0]instanceof Array&&v.length>1)throw new Error("Parse Error: multiple actions possible at state: "+S+", token: "+b);switch(v[0]){case 1:l.push(b),s.push(this.lexer.yytext),m.push(this.lexer.yylloc),l.push(v[1]),b=null,c=this.lexer.yyleng,n=this.lexer.yytext,r=this.lexer.yylineno,h=this.lexer.yylloc;break;case 2:if(R=this.productions_[v[1]][1],_.$=s[s.length-R],_._$={first_line:m[m.length-(R||1)].first_line,last_line:m[m.length-1].last_line,first_column:m[m.length-(R||1)].first_column,last_column:m[m.length-1].last_column},g&&(_._$.range=[m[m.length-(R||1)].range[0],m[m.length-1].range[1]]),E=this.performAction.call(_,n,c,r,this.yy,v[1],s,m),typeof E<"u")return E;R&&(l=l.slice(0,-1*R*2),s=s.slice(0,-1*R),m=m.slice(0,-1*R)),l.push(this.productions_[v[1]][0]),s.push(_.$),m.push(_._$),x=i[l[l.length-2]][l[l.length-1]],l.push(x);break;case 3:return!0}}return!0}},p=(function(){var $={EOF:1,parseError:function(d,l){if(this.yy.parser)this.yy.parser.parseError(d,l);else throw new Error(d)},setInput:function(d){return this._input=d,this._more=this._less=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var d=this._input[0];this.yytext+=d,this.yyleng++,this.offset++,this.match+=d,this.matched+=d;var l=d.match(/(?:\r\n?|\n).*/g);return l?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),d},unput:function(d){var l=d.length,s=d.split(/(?:\r\n?|\n)/g);this._input=d+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-l-1),this.offset-=l;var m=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),s.length-1&&(this.yylineno-=s.length-1);var i=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:s?(s.length===m.length?this.yylloc.first_column:0)+m[m.length-s.length].length-s[0].length:this.yylloc.first_column-l},this.options.ranges&&(this.yylloc.range=[i[0],i[0]+this.yyleng-l]),this},more:function(){return this._more=!0,this},less:function(d){this.unput(this.match.slice(d))},pastInput:function(){var d=this.matched.substr(0,this.matched.length-this.match.length);return(d.length>20?"...":"")+d.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var d=this.match;return d.length<20&&(d+=this._input.substr(0,20-d.length)),(d.substr(0,20)+(d.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var d=this.pastInput(),l=new Array(d.length+1).join("-");return d+this.upcomingInput()+`
|
|
11
11
|
`+l+"^"},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var d,l,s,m,i;this._more||(this.yytext="",this.match="");for(var n=this._currentRules(),r=0;r<n.length&&(s=this._input.match(this.rules[n[r]]),!(s&&(!l||s[0].length>l[0].length)&&(l=s,m=r,!this.options.flex)));r++);return l?(i=l[0].match(/(?:\r\n?|\n).*/g),i&&(this.yylineno+=i.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:i?i[i.length-1].length-i[i.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+l[0].length},this.yytext+=l[0],this.match+=l[0],this.matches=l,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._input=this._input.slice(l[0].length),this.matched+=l[0],d=this.performAction.call(this,this.yy,this,n[m],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),d||void 0):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
|
|
12
|
-
`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var d=this.next();return typeof d<"u"?d:this.lex()},begin:function(d){this.conditionStack.push(d)},popState:function(){return this.conditionStack.pop()},_currentRules:function(){return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules},topState:function(){return this.conditionStack[this.conditionStack.length-2]},pushState:function(d){this.begin(d)}};return $.options={},$.performAction=function(d,l,s,m){function i(n,r){return l.yytext=l.yytext.substring(n,l.yyleng-r+n)}switch(s){case 0:if(l.yytext.slice(-2)==="\\\\"?(i(0,1),this.begin("mu")):l.yytext.slice(-1)==="\\"?(i(0,1),this.begin("emu")):this.begin("mu"),l.yytext)return 15;break;case 1:return 15;case 2:return this.popState(),15;case 3:return this.begin("raw"),15;case 4:return this.popState(),this.conditionStack[this.conditionStack.length-1]==="raw"?15:(i(5,9),"END_RAW_BLOCK");case 5:return 15;case 6:return this.popState(),14;case 7:return 65;case 8:return 68;case 9:return 19;case 10:return this.popState(),this.begin("raw"),23;case 11:return 55;case 12:return 60;case 13:return 29;case 14:return 47;case 15:return this.popState(),44;case 16:return this.popState(),44;case 17:return 34;case 18:return 39;case 19:return 51;case 20:return 48;case 21:this.unput(l.yytext),this.popState(),this.begin("com");break;case 22:return this.popState(),14;case 23:return 48;case 24:return 73;case 25:return 72;case 26:return 72;case 27:return 87;case 28:break;case 29:return this.popState(),54;case 30:return this.popState(),33;case 31:return l.yytext=i(1,2).replace(/\\"/g,'"'),80;case 32:return l.yytext=i(1,2).replace(/\\'/g,"'"),80;case 33:return 85;case 34:return 82;case 35:return 82;case 36:return 83;case 37:return 84;case 38:return 81;case 39:return 75;case 40:return 77;case 41:return 72;case 42:return l.yytext=l.yytext.replace(/\\([\\\]])/g,"$1"),72;case 43:return"INVALID";case 44:return 5}},$.rules=[/^(?:[^\x00]*?(?=(\{\{)))/,/^(?:[^\x00]+)/,/^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/,/^(?:\{\{\{\{(?=[^\/]))/,/^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/,/^(?:[^\x00]+?(?=(\{\{\{\{)))/,/^(?:[\s\S]*?--(~)?\}\})/,/^(?:\()/,/^(?:\))/,/^(?:\{\{\{\{)/,/^(?:\}\}\}\})/,/^(?:\{\{(~)?>)/,/^(?:\{\{(~)?#>)/,/^(?:\{\{(~)?#\*?)/,/^(?:\{\{(~)?\/)/,/^(?:\{\{(~)?\^\s*(~)?\}\})/,/^(?:\{\{(~)?\s*else\s*(~)?\}\})/,/^(?:\{\{(~)?\^)/,/^(?:\{\{(~)?\s*else\b)/,/^(?:\{\{(~)?\{)/,/^(?:\{\{(~)?&)/,/^(?:\{\{(~)?!--)/,/^(?:\{\{(~)?![\s\S]*?\}\})/,/^(?:\{\{(~)?\*?)/,/^(?:=)/,/^(?:\.\.)/,/^(?:\.(?=([=~}\s\/.)|])))/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}(~)?\}\})/,/^(?:(~)?\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@)/,/^(?:true(?=([~}\s)])))/,/^(?:false(?=([~}\s)])))/,/^(?:undefined(?=([~}\s)])))/,/^(?:null(?=([~}\s)])))/,/^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/,/^(?:as\s+\|)/,/^(?:\|)/,/^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)|]))))/,/^(?:\[(\\\]|[^\]])*\])/,/^(?:.)/,/^(?:$)/],$.conditions={mu:{rules:[7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44],inclusive:!1},emu:{rules:[2],inclusive:!1},com:{rules:[6],inclusive:!1},raw:{rules:[3,4,5],inclusive:!1},INITIAL:{rules:[0,1,44],inclusive:!0}},$}();o.lexer=p;function u(){this.yy={}}return u.prototype=o,o.Parser=u,new u}();t.default=a,e.exports=t.default}(rt,rt.exports)),rt.exports}var nt={exports:{}},it={exports:{}},Pr;function ln(){return Pr||(Pr=1,function(e,t){t.__esModule=!0;function a(l){return l&&l.__esModule?l:{default:l}}var o=ee(),p=a(o);function u(){this.parents=[]}u.prototype={constructor:u,mutating:!1,acceptKey:function(s,m){var i=this.accept(s[m]);if(this.mutating){if(i&&!u.prototype[i.type])throw new p.default('Unexpected node type "'+i.type+'" found when accepting '+m+" on "+s.type);s[m]=i}},acceptRequired:function(s,m){if(this.acceptKey(s,m),!s[m])throw new p.default(s.type+" requires "+m)},acceptArray:function(s){for(var m=0,i=s.length;m<i;m++)this.acceptKey(s,m),s[m]||(s.splice(m,1),m--,i--)},accept:function(s){if(s){if(!this[s.type])throw new p.default("Unknown type: "+s.type,s);this.current&&this.parents.unshift(this.current),this.current=s;var m=this[s.type](s);if(this.current=this.parents.shift(),!this.mutating||m)return m;if(m!==!1)return s}},Program:function(s){this.acceptArray(s.body)},MustacheStatement:$,Decorator:$,BlockStatement:f,DecoratorBlock:f,PartialStatement:d,PartialBlockStatement:function(s){d.call(this,s),this.acceptKey(s,"program")},ContentStatement:function(){},CommentStatement:function(){},SubExpression:$,PathExpression:function(){},StringLiteral:function(){},NumberLiteral:function(){},BooleanLiteral:function(){},UndefinedLiteral:function(){},NullLiteral:function(){},Hash:function(s){this.acceptArray(s.pairs)},HashPair:function(s){this.acceptRequired(s,"value")}};function $(l){this.acceptRequired(l,"path"),this.acceptArray(l.params),this.acceptKey(l,"hash")}function f(l){$.call(this,l),this.acceptKey(l,"program"),this.acceptKey(l,"inverse")}function d(l){this.acceptRequired(l,"name"),this.acceptArray(l.params),this.acceptKey(l,"hash")}t.default=u,e.exports=t.default}(it,it.exports)),it.exports}var Ar;function Ka(){return Ar||(Ar=1,function(e,t){t.__esModule=!0;function a(s){return s&&s.__esModule?s:{default:s}}var o=ln(),p=a(o);function u(){var s=arguments.length<=0||arguments[0]===void 0?{}:arguments[0];this.options=s}u.prototype=new p.default,u.prototype.Program=function(s){var m=!this.options.ignoreStandalone,i=!this.isRootSeen;this.isRootSeen=!0;for(var n=s.body,r=0,c=n.length;r<c;r++){var h=n[r],g=this.accept(h);if(g){var y=$(n,r,i),b=f(n,r,i),_=g.openStandalone&&y,v=g.closeStandalone&&b,E=g.inlineStandalone&&y&&b;g.close&&d(n,r,!0),g.open&&l(n,r,!0),m&&E&&(d(n,r),l(n,r)&&h.type==="PartialStatement"&&(h.indent=/([ \t]+$)/.exec(n[r-1].original)[1])),m&&_&&(d((h.program||h.inverse).body),l(n,r)),m&&v&&(d(n,r),l((h.inverse||h.program).body))}}return s},u.prototype.BlockStatement=u.prototype.DecoratorBlock=u.prototype.PartialBlockStatement=function(s){this.accept(s.program),this.accept(s.inverse);var m=s.program||s.inverse,i=s.program&&s.inverse,n=i,r=i;if(i&&i.chained)for(n=i.body[0].program;r.chained;)r=r.body[r.body.length-1].program;var c={open:s.openStrip.open,close:s.closeStrip.close,openStandalone:f(m.body),closeStandalone:$((n||m).body)};if(s.openStrip.close&&d(m.body,null,!0),i){var h=s.inverseStrip;h.open&&l(m.body,null,!0),h.close&&d(n.body,null,!0),s.closeStrip.open&&l(r.body,null,!0),!this.options.ignoreStandalone&&$(m.body)&&f(n.body)&&(l(m.body),d(n.body))}else s.closeStrip.open&&l(m.body,null,!0);return c},u.prototype.Decorator=u.prototype.MustacheStatement=function(s){return s.strip},u.prototype.PartialStatement=u.prototype.CommentStatement=function(s){var m=s.strip||{};return{inlineStandalone:!0,open:m.open,close:m.close}};function $(s,m,i){m===void 0&&(m=s.length);var n=s[m-1],r=s[m-2];if(!n)return i;if(n.type==="ContentStatement")return(r||!i?/\r?\n\s*?$/:/(^|\r?\n)\s*?$/).test(n.original)}function f(s,m,i){m===void 0&&(m=-1);var n=s[m+1],r=s[m+2];if(!n)return i;if(n.type==="ContentStatement")return(r||!i?/^\s*?\r?\n/:/^\s*?(\r?\n|$)/).test(n.original)}function d(s,m,i){var n=s[m==null?0:m+1];if(!(!n||n.type!=="ContentStatement"||!i&&n.rightStripped)){var r=n.value;n.value=n.value.replace(i?/^\s+/:/^[ \t]*\r?\n?/,""),n.rightStripped=n.value!==r}}function l(s,m,i){var n=s[m==null?s.length-1:m-1];if(!(!n||n.type!=="ContentStatement"||!i&&n.leftStripped)){var r=n.value;return n.value=n.value.replace(i?/\s+$/:/[ \t]+$/,""),n.leftStripped=n.value!==r,n.leftStripped}}t.default=u,e.exports=t.default}(nt,nt.exports)),nt.exports}var J={},Mr;function Ya(){if(Mr)return J;Mr=1,J.__esModule=!0,J.SourceLocation=p,J.id=u,J.stripFlags=$,J.stripComment=f,J.preparePath=d,J.prepareMustache=l,J.prepareRawBlock=s,J.prepareBlock=m,J.prepareProgram=i,J.preparePartialBlock=n;function e(r){return r&&r.__esModule?r:{default:r}}var t=ee(),a=e(t);function o(r,c){if(c=c.path?c.path.original:c,r.path.original!==c){var h={loc:r.path.loc};throw new a.default(r.path.original+" doesn't match "+c,h)}}function p(r,c){this.source=r,this.start={line:c.first_line,column:c.first_column},this.end={line:c.last_line,column:c.last_column}}function u(r){return/^\[.*\]$/.test(r)?r.substring(1,r.length-1):r}function $(r,c){return{open:r.charAt(2)==="~",close:c.charAt(c.length-3)==="~"}}function f(r){return r.replace(/^\{\{~?!-?-?/,"").replace(/-?-?~?\}\}$/,"")}function d(r,c,h){h=this.locInfo(h);for(var g=r?"@":"",y=[],b=0,_=0,v=c.length;_<v;_++){var E=c[_].part,S=c[_].original!==E;if(g+=(c[_].separator||"")+E,!S&&(E===".."||E==="."||E==="this")){if(y.length>0)throw new a.default("Invalid path: "+g,{loc:h});E===".."&&b++}else y.push(E)}return{type:"PathExpression",data:r,depth:b,parts:y,original:g,loc:h}}function l(r,c,h,g,y,b){var _=g.charAt(3)||g.charAt(2),v=_!=="{"&&_!=="&",E=/\*/.test(g);return{type:E?"Decorator":"MustacheStatement",path:r,params:c,hash:h,escaped:v,strip:y,loc:this.locInfo(b)}}function s(r,c,h,g){o(r,h),g=this.locInfo(g);var y={type:"Program",body:c,strip:{},loc:g};return{type:"BlockStatement",path:r.path,params:r.params,hash:r.hash,program:y,openStrip:{},inverseStrip:{},closeStrip:{},loc:g}}function m(r,c,h,g,y,b){g&&g.path&&o(r,g);var _=/\*/.test(r.open);c.blockParams=r.blockParams;var v=void 0,E=void 0;if(h){if(_)throw new a.default("Unexpected inverse block on decorator",h);h.chain&&(h.program.body[0].closeStrip=g.strip),E=h.strip,v=h.program}return y&&(y=v,v=c,c=y),{type:_?"DecoratorBlock":"BlockStatement",path:r.path,params:r.params,hash:r.hash,program:c,inverse:v,openStrip:r.strip,inverseStrip:E,closeStrip:g&&g.strip,loc:this.locInfo(b)}}function i(r,c){if(!c&&r.length){var h=r[0].loc,g=r[r.length-1].loc;h&&g&&(c={source:h.source,start:{line:h.start.line,column:h.start.column},end:{line:g.end.line,column:g.end.column}})}return{type:"Program",body:r,strip:{},loc:c}}function n(r,c,h,g){return o(r,h),{type:"PartialBlockStatement",name:r.path,params:r.params,hash:r.hash,program:c,openStrip:r.strip,closeStrip:h&&h.strip,loc:this.locInfo(g)}}return J}var kr;function za(){if(kr)return ye;kr=1,ye.__esModule=!0,ye.parseWithoutProcessing=i,ye.parse=n;function e(g){if(g&&g.__esModule)return g;var y={};if(g!=null)for(var b in g)Object.prototype.hasOwnProperty.call(g,b)&&(y[b]=g[b]);return y.default=g,y}function t(g){return g&&g.__esModule?g:{default:g}}var a=Wa(),o=t(a),p=Ka(),u=t(p),$=Ya(),f=e($),d=ee(),l=t(d),s=j();ye.parser=o.default;var m={};s.extend(m,f);function i(g,y){if(g.type==="Program")return r(g),g;o.default.yy=m,m.locInfo=function(_){return new m.SourceLocation(y&&y.srcName,_)};var b=o.default.parse(g);return b}function n(g,y){var b=i(g,y),_=new u.default(y);return _.accept(b)}function r(g){c(g)}function c(g){if(g!=null){if(Array.isArray(g)){g.forEach(c);return}if(typeof g=="object"){if(g.type==="PathExpression"){if(!h(g.depth))throw new l.default("Invalid AST: PathExpression.depth must be an integer");if(!Array.isArray(g.parts))throw new l.default("Invalid AST: PathExpression.parts must be an array");for(var y=0;y<g.parts.length;y++)if(typeof g.parts[y]!="string")throw new l.default("Invalid AST: PathExpression.parts must only contain strings")}else if(g.type==="NumberLiteral"){if(typeof g.value!="number"||!isFinite(g.value))throw new l.default("Invalid AST: NumberLiteral.value must be a number")}else if(g.type==="BooleanLiteral"&&typeof g.value!="boolean")throw new l.default("Invalid AST: BooleanLiteral.value must be a boolean");Object.keys(g).forEach(function(b){b!=="loc"&&c(g[b])})}}}function h(g){return typeof g=="number"&&isFinite(g)&&Math.floor(g)===g&&g>=0}return ye}var _e={},wr;function ja(){if(wr)return _e;wr=1,_e.__esModule=!0,_e.Compiler=f,_e.precompile=d,_e.compile=l;function e(i){return i&&i.__esModule?i:{default:i}}var t=ee(),a=e(t),o=j(),p=un(),u=e(p),$=[].slice;function f(){}f.prototype={compiler:f,equals:function(n){var r=this.opcodes.length;if(n.opcodes.length!==r)return!1;for(var c=0;c<r;c++){var h=this.opcodes[c],g=n.opcodes[c];if(h.opcode!==g.opcode||!s(h.args,g.args))return!1}r=this.children.length;for(var c=0;c<r;c++)if(!this.children[c].equals(n.children[c]))return!1;return!0},guid:0,compile:function(n,r){return this.sourceNode=[],this.opcodes=[],this.children=[],this.options=r,this.stringParams=r.stringParams,this.trackIds=r.trackIds,r.blockParams=r.blockParams||[],r.knownHelpers=o.extend(Object.create(null),{helperMissing:!0,blockHelperMissing:!0,each:!0,if:!0,unless:!0,with:!0,log:!0,lookup:!0},r.knownHelpers),this.accept(n)},compileProgram:function(n){var r=new this.compiler,c=r.compile(n,this.options),h=this.guid++;return this.usePartial=this.usePartial||c.usePartial,this.children[h]=c,this.useDepths=this.useDepths||c.useDepths,h},accept:function(n){if(!this[n.type])throw new a.default("Unknown type: "+n.type,n);this.sourceNode.unshift(n);var r=this[n.type](n);return this.sourceNode.shift(),r},Program:function(n){this.options.blockParams.unshift(n.blockParams);for(var r=n.body,c=r.length,h=0;h<c;h++)this.accept(r[h]);return this.options.blockParams.shift(),this.isSimple=c===1,this.blockParams=n.blockParams?n.blockParams.length:0,this},BlockStatement:function(n){m(n);var r=n.program,c=n.inverse;r=r&&this.compileProgram(r),c=c&&this.compileProgram(c);var h=this.classifySexpr(n);h==="helper"?this.helperSexpr(n,r,c):h==="simple"?(this.simpleSexpr(n),this.opcode("pushProgram",r),this.opcode("pushProgram",c),this.opcode("emptyHash"),this.opcode("blockValue",n.path.original)):(this.ambiguousSexpr(n,r,c),this.opcode("pushProgram",r),this.opcode("pushProgram",c),this.opcode("emptyHash"),this.opcode("ambiguousBlockValue")),this.opcode("append")},DecoratorBlock:function(n){var r=n.program&&this.compileProgram(n.program),c=this.setupFullMustacheParams(n,r,void 0),h=n.path;this.useDecorators=!0,this.opcode("registerDecorator",c.length,h.original)},PartialStatement:function(n){this.usePartial=!0;var r=n.program;r&&(r=this.compileProgram(n.program));var c=n.params;if(c.length>1)throw new a.default("Unsupported number of partial arguments: "+c.length,n);c.length||(this.options.explicitPartialContext?this.opcode("pushLiteral","undefined"):c.push({type:"PathExpression",parts:[],depth:0}));var h=n.name.original,g=n.name.type==="SubExpression";g&&this.accept(n.name),this.setupFullMustacheParams(n,r,void 0,!0);var y=n.indent||"";this.options.preventIndent&&y&&(this.opcode("appendContent",y),y=""),this.opcode("invokePartial",g,h,y),this.opcode("append")},PartialBlockStatement:function(n){this.PartialStatement(n)},MustacheStatement:function(n){this.SubExpression(n),n.escaped&&!this.options.noEscape?this.opcode("appendEscaped"):this.opcode("append")},Decorator:function(n){this.DecoratorBlock(n)},ContentStatement:function(n){n.value&&this.opcode("appendContent",n.value)},CommentStatement:function(){},SubExpression:function(n){m(n);var r=this.classifySexpr(n);r==="simple"?this.simpleSexpr(n):r==="helper"?this.helperSexpr(n):this.ambiguousSexpr(n)},ambiguousSexpr:function(n,r,c){var h=n.path,g=h.parts[0],y=r!=null||c!=null;this.opcode("getContext",h.depth),this.opcode("pushProgram",r),this.opcode("pushProgram",c),h.strict=!0,this.accept(h),this.opcode("invokeAmbiguous",g,y)},simpleSexpr:function(n){var r=n.path;r.strict=!0,this.accept(r),this.opcode("resolvePossibleLambda")},helperSexpr:function(n,r,c){var h=this.setupFullMustacheParams(n,r,c),g=n.path,y=g.parts[0];if(this.options.knownHelpers[y])this.opcode("invokeKnownHelper",h.length,y);else{if(this.options.knownHelpersOnly)throw new a.default("You specified knownHelpersOnly, but used the unknown helper "+y,n);g.strict=!0,g.falsy=!0,this.accept(g),this.opcode("invokeHelper",h.length,g.original,u.default.helpers.simpleId(g))}},PathExpression:function(n){this.addDepth(n.depth),this.opcode("getContext",n.depth);var r=n.parts[0],c=u.default.helpers.scopedId(n),h=!n.depth&&!c&&this.blockParamIndex(r);h?this.opcode("lookupBlockParam",h,n.parts):r?n.data?(this.options.data=!0,this.opcode("lookupData",n.depth,n.parts,n.strict)):this.opcode("lookupOnContext",n.parts,n.falsy,n.strict,c):this.opcode("pushContext")},StringLiteral:function(n){this.opcode("pushString",n.value)},NumberLiteral:function(n){this.opcode("pushLiteral",n.value)},BooleanLiteral:function(n){this.opcode("pushLiteral",n.value)},UndefinedLiteral:function(){this.opcode("pushLiteral","undefined")},NullLiteral:function(){this.opcode("pushLiteral","null")},Hash:function(n){var r=n.pairs,c=0,h=r.length;for(this.opcode("pushHash");c<h;c++)this.pushParam(r[c].value);for(;c--;)this.opcode("assignToHash",r[c].key);this.opcode("popHash")},opcode:function(n){this.opcodes.push({opcode:n,args:$.call(arguments,1),loc:this.sourceNode[0].loc})},addDepth:function(n){n&&(this.useDepths=!0)},classifySexpr:function(n){var r=u.default.helpers.simpleId(n.path),c=r&&!!this.blockParamIndex(n.path.parts[0]),h=!c&&u.default.helpers.helperExpression(n),g=!c&&(h||r);if(g&&!h){var y=n.path.parts[0],b=this.options;b.knownHelpers[y]?h=!0:b.knownHelpersOnly&&(g=!1)}return h?"helper":g?"ambiguous":"simple"},pushParams:function(n){for(var r=0,c=n.length;r<c;r++)this.pushParam(n[r])},pushParam:function(n){var r=n.value!=null?n.value:n.original||"";if(this.stringParams)r.replace&&(r=r.replace(/^(\.?\.\/)*/g,"").replace(/\//g,".")),n.depth&&this.addDepth(n.depth),this.opcode("getContext",n.depth||0),this.opcode("pushStringParam",r,n.type),n.type==="SubExpression"&&this.accept(n);else{if(this.trackIds){var c=void 0;if(n.parts&&!u.default.helpers.scopedId(n)&&!n.depth&&(c=this.blockParamIndex(n.parts[0])),c){var h=n.parts.slice(1).join(".");this.opcode("pushId","BlockParam",c,h)}else r=n.original||r,r.replace&&(r=r.replace(/^this(?:\.|$)/,"").replace(/^\.\//,"").replace(/^\.$/,"")),this.opcode("pushId",n.type,r)}this.accept(n)}},setupFullMustacheParams:function(n,r,c,h){var g=n.params;return this.pushParams(g),this.opcode("pushProgram",r),this.opcode("pushProgram",c),n.hash?this.accept(n.hash):this.opcode("emptyHash",h),g},blockParamIndex:function(n){for(var r=0,c=this.options.blockParams.length;r<c;r++){var h=this.options.blockParams[r],g=h&&o.indexOf(h,n);if(h&&g>=0)return[r,g]}}};function d(i,n,r){if(i==null||typeof i!="string"&&i.type!=="Program")throw new a.default("You must pass a string or Handlebars AST to Handlebars.precompile. You passed "+i);n=n||{},"data"in n||(n.data=!0),n.compat&&(n.useDepths=!0);var c=r.parse(i,n),h=new r.Compiler().compile(c,n);return new r.JavaScriptCompiler().compile(h,n)}function l(i,n,r){if(n===void 0&&(n={}),i==null||typeof i!="string"&&i.type!=="Program")throw new a.default("You must pass a string or Handlebars AST to Handlebars.compile. You passed "+i);n=o.extend({},n),"data"in n||(n.data=!0),n.compat&&(n.useDepths=!0);var c=void 0;function h(){var y=r.parse(i,n),b=new r.Compiler().compile(y,n),_=new r.JavaScriptCompiler().compile(b,n,void 0,!0);return r.template(_)}function g(y,b){return c||(c=h()),c.call(this,y,b)}return g._setup=function(y){return c||(c=h()),c._setup(y)},g._child=function(y,b,_,v){return c||(c=h()),c._child(y,b,_,v)},g}function s(i,n){if(i===n)return!0;if(o.isArray(i)&&o.isArray(n)&&i.length===n.length){for(var r=0;r<i.length;r++)if(!s(i[r],n[r]))return!1;return!0}}function m(i){if(!i.path.parts){var n=i.path;i.path={type:"PathExpression",data:!1,depth:0,parts:[n.original+""],original:n.original+"",loc:n.loc}}}return _e}var at={exports:{}},st={exports:{}},Re={},St={},ot={},dt={},xr;function Ja(){if(xr)return dt;xr=1;var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");return dt.encode=function(t){if(0<=t&&t<e.length)return e[t];throw new TypeError("Must be between 0 and 63: "+t)},dt.decode=function(t){var a=65,o=90,p=97,u=122,$=48,f=57,d=43,l=47,s=26,m=52;return a<=t&&t<=o?t-a:p<=t&&t<=u?t-p+s:$<=t&&t<=f?t-$+m:t==d?62:t==l?63:-1},dt}var Rr;function cn(){if(Rr)return ot;Rr=1;var e=Ja(),t=5,a=1<<t,o=a-1,p=a;function u(f){return f<0?(-f<<1)+1:(f<<1)+0}function $(f){var d=(f&1)===1,l=f>>1;return d?-l:l}return ot.encode=function(d){var l="",s,m=u(d);do s=m&o,m>>>=t,m>0&&(s|=p),l+=e.encode(s);while(m>0);return l},ot.decode=function(d,l,s){var m=d.length,i=0,n=0,r,c;do{if(l>=m)throw new Error("Expected more digits in base 64 VLQ value.");if(c=e.decode(d.charCodeAt(l++)),c===-1)throw new Error("Invalid base64 digit: "+d.charAt(l-1));r=!!(c&p),c&=o,i=i+(c<<n),n+=t}while(r);s.value=$(i),s.rest=l},ot}var bt={},Ir;function Ne(){return Ir||(Ir=1,function(e){function t(_,v,E){if(v in _)return _[v];if(arguments.length===3)return E;throw new Error('"'+v+'" is a required argument.')}e.getArg=t;var a=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,o=/^data:.+\,.+$/;function p(_){var v=_.match(a);return v?{scheme:v[1],auth:v[2],host:v[3],port:v[4],path:v[5]}:null}e.urlParse=p;function u(_){var v="";return _.scheme&&(v+=_.scheme+":"),v+="//",_.auth&&(v+=_.auth+"@"),_.host&&(v+=_.host),_.port&&(v+=":"+_.port),_.path&&(v+=_.path),v}e.urlGenerate=u;function $(_){var v=_,E=p(_);if(E){if(!E.path)return _;v=E.path}for(var S=e.isAbsolute(v),w=v.split(/\/+/),x,R=0,M=w.length-1;M>=0;M--)x=w[M],x==="."?w.splice(M,1):x===".."?R++:R>0&&(x===""?(w.splice(M+1,R),R=0):(w.splice(M,2),R--));return v=w.join("/"),v===""&&(v=S?"/":"."),E?(E.path=v,u(E)):v}e.normalize=$;function f(_,v){_===""&&(_="."),v===""&&(v=".");var E=p(v),S=p(_);if(S&&(_=S.path||"/"),E&&!E.scheme)return S&&(E.scheme=S.scheme),u(E);if(E||v.match(o))return v;if(S&&!S.host&&!S.path)return S.host=v,u(S);var w=v.charAt(0)==="/"?v:$(_.replace(/\/+$/,"")+"/"+v);return S?(S.path=w,u(S)):w}e.join=f,e.isAbsolute=function(_){return _.charAt(0)==="/"||a.test(_)};function d(_,v){_===""&&(_="."),_=_.replace(/\/$/,"");for(var E=0;v.indexOf(_+"/")!==0;){var S=_.lastIndexOf("/");if(S<0||(_=_.slice(0,S),_.match(/^([^\/]+:\/)?\/*$/)))return v;++E}return Array(E+1).join("../")+v.substr(_.length+1)}e.relative=d;var l=function(){var _=Object.create(null);return!("__proto__"in _)}();function s(_){return _}function m(_){return n(_)?"$"+_:_}e.toSetString=l?s:m;function i(_){return n(_)?_.slice(1):_}e.fromSetString=l?s:i;function n(_){if(!_)return!1;var v=_.length;if(v<9||_.charCodeAt(v-1)!==95||_.charCodeAt(v-2)!==95||_.charCodeAt(v-3)!==111||_.charCodeAt(v-4)!==116||_.charCodeAt(v-5)!==111||_.charCodeAt(v-6)!==114||_.charCodeAt(v-7)!==112||_.charCodeAt(v-8)!==95||_.charCodeAt(v-9)!==95)return!1;for(var E=v-10;E>=0;E--)if(_.charCodeAt(E)!==36)return!1;return!0}function r(_,v,E){var S=h(_.source,v.source);return S!==0||(S=_.originalLine-v.originalLine,S!==0)||(S=_.originalColumn-v.originalColumn,S!==0||E)||(S=_.generatedColumn-v.generatedColumn,S!==0)||(S=_.generatedLine-v.generatedLine,S!==0)?S:h(_.name,v.name)}e.compareByOriginalPositions=r;function c(_,v,E){var S=_.generatedLine-v.generatedLine;return S!==0||(S=_.generatedColumn-v.generatedColumn,S!==0||E)||(S=h(_.source,v.source),S!==0)||(S=_.originalLine-v.originalLine,S!==0)||(S=_.originalColumn-v.originalColumn,S!==0)?S:h(_.name,v.name)}e.compareByGeneratedPositionsDeflated=c;function h(_,v){return _===v?0:_===null?1:v===null?-1:_>v?1:-1}function g(_,v){var E=_.generatedLine-v.generatedLine;return E!==0||(E=_.generatedColumn-v.generatedColumn,E!==0)||(E=h(_.source,v.source),E!==0)||(E=_.originalLine-v.originalLine,E!==0)||(E=_.originalColumn-v.originalColumn,E!==0)?E:h(_.name,v.name)}e.compareByGeneratedPositionsInflated=g;function y(_){return JSON.parse(_.replace(/^\)]}'[^\n]*\n/,""))}e.parseSourceMapInput=y;function b(_,v,E){if(v=v||"",_&&(_[_.length-1]!=="/"&&v[0]!=="/"&&(_+="/"),v=_+v),E){var S=p(E);if(!S)throw new Error("sourceMapURL could not be parsed");if(S.path){var w=S.path.lastIndexOf("/");w>=0&&(S.path=S.path.substring(0,w+1))}v=f(u(S),v)}return $(v)}e.computeSourceURL=b}(bt)),bt}var Et={},Or;function hn(){if(Or)return Et;Or=1;var e=Ne(),t=Object.prototype.hasOwnProperty,a=typeof Map<"u";function o(){this._array=[],this._set=a?new Map:Object.create(null)}return o.fromArray=function(u,$){for(var f=new o,d=0,l=u.length;d<l;d++)f.add(u[d],$);return f},o.prototype.size=function(){return a?this._set.size:Object.getOwnPropertyNames(this._set).length},o.prototype.add=function(u,$){var f=a?u:e.toSetString(u),d=a?this.has(u):t.call(this._set,f),l=this._array.length;(!d||$)&&this._array.push(u),d||(a?this._set.set(u,l):this._set[f]=l)},o.prototype.has=function(u){if(a)return this._set.has(u);var $=e.toSetString(u);return t.call(this._set,$)},o.prototype.indexOf=function(u){if(a){var $=this._set.get(u);if($>=0)return $}else{var f=e.toSetString(u);if(t.call(this._set,f))return this._set[f]}throw new Error('"'+u+'" is not in the set.')},o.prototype.at=function(u){if(u>=0&&u<this._array.length)return this._array[u];throw new Error("No element indexed by "+u)},o.prototype.toArray=function(){return this._array.slice()},Et.ArraySet=o,Et}var Ct={},Nr;function Za(){if(Nr)return Ct;Nr=1;var e=Ne();function t(o,p){var u=o.generatedLine,$=p.generatedLine,f=o.generatedColumn,d=p.generatedColumn;return $>u||$==u&&d>=f||e.compareByGeneratedPositionsInflated(o,p)<=0}function a(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}return a.prototype.unsortedForEach=function(p,u){this._array.forEach(p,u)},a.prototype.add=function(p){t(this._last,p)?(this._last=p,this._array.push(p)):(this._sorted=!1,this._array.push(p))},a.prototype.toArray=function(){return this._sorted||(this._array.sort(e.compareByGeneratedPositionsInflated),this._sorted=!0),this._array},Ct.MappingList=a,Ct}var Tr;function pn(){if(Tr)return St;Tr=1;var e=cn(),t=Ne(),a=hn().ArraySet,o=Za().MappingList;function p(u){u||(u={}),this._file=t.getArg(u,"file",null),this._sourceRoot=t.getArg(u,"sourceRoot",null),this._skipValidation=t.getArg(u,"skipValidation",!1),this._sources=new a,this._names=new a,this._mappings=new o,this._sourcesContents=null}return p.prototype._version=3,p.fromSourceMap=function($){var f=$.sourceRoot,d=new p({file:$.file,sourceRoot:f});return $.eachMapping(function(l){var s={generated:{line:l.generatedLine,column:l.generatedColumn}};l.source!=null&&(s.source=l.source,f!=null&&(s.source=t.relative(f,s.source)),s.original={line:l.originalLine,column:l.originalColumn},l.name!=null&&(s.name=l.name)),d.addMapping(s)}),$.sources.forEach(function(l){var s=l;f!==null&&(s=t.relative(f,l)),d._sources.has(s)||d._sources.add(s);var m=$.sourceContentFor(l);m!=null&&d.setSourceContent(l,m)}),d},p.prototype.addMapping=function($){var f=t.getArg($,"generated"),d=t.getArg($,"original",null),l=t.getArg($,"source",null),s=t.getArg($,"name",null);this._skipValidation||this._validateMapping(f,d,l,s),l!=null&&(l=String(l),this._sources.has(l)||this._sources.add(l)),s!=null&&(s=String(s),this._names.has(s)||this._names.add(s)),this._mappings.add({generatedLine:f.line,generatedColumn:f.column,originalLine:d!=null&&d.line,originalColumn:d!=null&&d.column,source:l,name:s})},p.prototype.setSourceContent=function($,f){var d=$;this._sourceRoot!=null&&(d=t.relative(this._sourceRoot,d)),f!=null?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[t.toSetString(d)]=f):this._sourcesContents&&(delete this._sourcesContents[t.toSetString(d)],Object.keys(this._sourcesContents).length===0&&(this._sourcesContents=null))},p.prototype.applySourceMap=function($,f,d){var l=f;if(f==null){if($.file==null)throw new Error(`SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map's "file" property. Both were omitted.`);l=$.file}var s=this._sourceRoot;s!=null&&(l=t.relative(s,l));var m=new a,i=new a;this._mappings.unsortedForEach(function(n){if(n.source===l&&n.originalLine!=null){var r=$.originalPositionFor({line:n.originalLine,column:n.originalColumn});r.source!=null&&(n.source=r.source,d!=null&&(n.source=t.join(d,n.source)),s!=null&&(n.source=t.relative(s,n.source)),n.originalLine=r.line,n.originalColumn=r.column,r.name!=null&&(n.name=r.name))}var c=n.source;c!=null&&!m.has(c)&&m.add(c);var h=n.name;h!=null&&!i.has(h)&&i.add(h)},this),this._sources=m,this._names=i,$.sources.forEach(function(n){var r=$.sourceContentFor(n);r!=null&&(d!=null&&(n=t.join(d,n)),s!=null&&(n=t.relative(s,n)),this.setSourceContent(n,r))},this)},p.prototype._validateMapping=function($,f,d,l){if(f&&typeof f.line!="number"&&typeof f.column!="number")throw new Error("original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.");if(!($&&"line"in $&&"column"in $&&$.line>0&&$.column>=0&&!f&&!d&&!l)){if($&&"line"in $&&"column"in $&&f&&"line"in f&&"column"in f&&$.line>0&&$.column>=0&&f.line>0&&f.column>=0&&d)return;throw new Error("Invalid mapping: "+JSON.stringify({generated:$,source:d,original:f,name:l}))}},p.prototype._serializeMappings=function(){for(var $=0,f=1,d=0,l=0,s=0,m=0,i="",n,r,c,h,g=this._mappings.toArray(),y=0,b=g.length;y<b;y++){if(r=g[y],n="",r.generatedLine!==f)for($=0;r.generatedLine!==f;)n+=";",f++;else if(y>0){if(!t.compareByGeneratedPositionsInflated(r,g[y-1]))continue;n+=","}n+=e.encode(r.generatedColumn-$),$=r.generatedColumn,r.source!=null&&(h=this._sources.indexOf(r.source),n+=e.encode(h-m),m=h,n+=e.encode(r.originalLine-1-l),l=r.originalLine-1,n+=e.encode(r.originalColumn-d),d=r.originalColumn,r.name!=null&&(c=this._names.indexOf(r.name),n+=e.encode(c-s),s=c)),i+=n}return i},p.prototype._generateSourcesContent=function($,f){return $.map(function(d){if(!this._sourcesContents)return null;f!=null&&(d=t.relative(f,d));var l=t.toSetString(d);return Object.prototype.hasOwnProperty.call(this._sourcesContents,l)?this._sourcesContents[l]:null},this)},p.prototype.toJSON=function(){var $={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return this._file!=null&&($.file=this._file),this._sourceRoot!=null&&($.sourceRoot=this._sourceRoot),this._sourcesContents&&($.sourcesContent=this._generateSourcesContent($.sources,$.sourceRoot)),$},p.prototype.toString=function(){return JSON.stringify(this.toJSON())},St.SourceMapGenerator=p,St}var Ie={},Pt={},Lr;function Xa(){return Lr||(Lr=1,function(e){e.GREATEST_LOWER_BOUND=1,e.LEAST_UPPER_BOUND=2;function t(a,o,p,u,$,f){var d=Math.floor((o-a)/2)+a,l=$(p,u[d],!0);return l===0?d:l>0?o-d>1?t(d,o,p,u,$,f):f==e.LEAST_UPPER_BOUND?o<u.length?o:-1:d:d-a>1?t(a,d,p,u,$,f):f==e.LEAST_UPPER_BOUND?d:a<0?-1:a}e.search=function(o,p,u,$){if(p.length===0)return-1;var f=t(-1,p.length,o,p,u,$||e.GREATEST_LOWER_BOUND);if(f<0)return-1;for(;f-1>=0&&u(p[f],p[f-1],!0)===0;)--f;return f}}(Pt)),Pt}var At={},Dr;function Qa(){if(Dr)return At;Dr=1;function e(o,p,u){var $=o[p];o[p]=o[u],o[u]=$}function t(o,p){return Math.round(o+Math.random()*(p-o))}function a(o,p,u,$){if(u<$){var f=t(u,$),d=u-1;e(o,f,$);for(var l=o[$],s=u;s<$;s++)p(o[s],l)<=0&&(d+=1,e(o,d,s));e(o,d+1,s);var m=d+1;a(o,p,u,m-1),a(o,p,m+1,$)}}return At.quickSort=function(o,p){a(o,p,0,o.length-1)},At}var Fr;function es(){if(Fr)return Ie;Fr=1;var e=Ne(),t=Xa(),a=hn().ArraySet,o=cn(),p=Qa().quickSort;function u(l,s){var m=l;return typeof l=="string"&&(m=e.parseSourceMapInput(l)),m.sections!=null?new d(m,s):new $(m,s)}u.fromSourceMap=function(l,s){return $.fromSourceMap(l,s)},u.prototype._version=3,u.prototype.__generatedMappings=null,Object.defineProperty(u.prototype,"_generatedMappings",{configurable:!0,enumerable:!0,get:function(){return this.__generatedMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__generatedMappings}}),u.prototype.__originalMappings=null,Object.defineProperty(u.prototype,"_originalMappings",{configurable:!0,enumerable:!0,get:function(){return this.__originalMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__originalMappings}}),u.prototype._charIsMappingSeparator=function(s,m){var i=s.charAt(m);return i===";"||i===","},u.prototype._parseMappings=function(s,m){throw new Error("Subclasses must implement _parseMappings")},u.GENERATED_ORDER=1,u.ORIGINAL_ORDER=2,u.GREATEST_LOWER_BOUND=1,u.LEAST_UPPER_BOUND=2,u.prototype.eachMapping=function(s,m,i){var n=m||null,r=i||u.GENERATED_ORDER,c;switch(r){case u.GENERATED_ORDER:c=this._generatedMappings;break;case u.ORIGINAL_ORDER:c=this._originalMappings;break;default:throw new Error("Unknown order of iteration.")}var h=this.sourceRoot;c.map(function(g){var y=g.source===null?null:this._sources.at(g.source);return y=e.computeSourceURL(h,y,this._sourceMapURL),{source:y,generatedLine:g.generatedLine,generatedColumn:g.generatedColumn,originalLine:g.originalLine,originalColumn:g.originalColumn,name:g.name===null?null:this._names.at(g.name)}},this).forEach(s,n)},u.prototype.allGeneratedPositionsFor=function(s){var m=e.getArg(s,"line"),i={source:e.getArg(s,"source"),originalLine:m,originalColumn:e.getArg(s,"column",0)};if(i.source=this._findSourceIndex(i.source),i.source<0)return[];var n=[],r=this._findMapping(i,this._originalMappings,"originalLine","originalColumn",e.compareByOriginalPositions,t.LEAST_UPPER_BOUND);if(r>=0){var c=this._originalMappings[r];if(s.column===void 0)for(var h=c.originalLine;c&&c.originalLine===h;)n.push({line:e.getArg(c,"generatedLine",null),column:e.getArg(c,"generatedColumn",null),lastColumn:e.getArg(c,"lastGeneratedColumn",null)}),c=this._originalMappings[++r];else for(var g=c.originalColumn;c&&c.originalLine===m&&c.originalColumn==g;)n.push({line:e.getArg(c,"generatedLine",null),column:e.getArg(c,"generatedColumn",null),lastColumn:e.getArg(c,"lastGeneratedColumn",null)}),c=this._originalMappings[++r]}return n},Ie.SourceMapConsumer=u;function $(l,s){var m=l;typeof l=="string"&&(m=e.parseSourceMapInput(l));var i=e.getArg(m,"version"),n=e.getArg(m,"sources"),r=e.getArg(m,"names",[]),c=e.getArg(m,"sourceRoot",null),h=e.getArg(m,"sourcesContent",null),g=e.getArg(m,"mappings"),y=e.getArg(m,"file",null);if(i!=this._version)throw new Error("Unsupported version: "+i);c&&(c=e.normalize(c)),n=n.map(String).map(e.normalize).map(function(b){return c&&e.isAbsolute(c)&&e.isAbsolute(b)?e.relative(c,b):b}),this._names=a.fromArray(r.map(String),!0),this._sources=a.fromArray(n,!0),this._absoluteSources=this._sources.toArray().map(function(b){return e.computeSourceURL(c,b,s)}),this.sourceRoot=c,this.sourcesContent=h,this._mappings=g,this._sourceMapURL=s,this.file=y}$.prototype=Object.create(u.prototype),$.prototype.consumer=u,$.prototype._findSourceIndex=function(l){var s=l;if(this.sourceRoot!=null&&(s=e.relative(this.sourceRoot,s)),this._sources.has(s))return this._sources.indexOf(s);var m;for(m=0;m<this._absoluteSources.length;++m)if(this._absoluteSources[m]==l)return m;return-1},$.fromSourceMap=function(s,m){var i=Object.create($.prototype),n=i._names=a.fromArray(s._names.toArray(),!0),r=i._sources=a.fromArray(s._sources.toArray(),!0);i.sourceRoot=s._sourceRoot,i.sourcesContent=s._generateSourcesContent(i._sources.toArray(),i.sourceRoot),i.file=s._file,i._sourceMapURL=m,i._absoluteSources=i._sources.toArray().map(function(E){return e.computeSourceURL(i.sourceRoot,E,m)});for(var c=s._mappings.toArray().slice(),h=i.__generatedMappings=[],g=i.__originalMappings=[],y=0,b=c.length;y<b;y++){var _=c[y],v=new f;v.generatedLine=_.generatedLine,v.generatedColumn=_.generatedColumn,_.source&&(v.source=r.indexOf(_.source),v.originalLine=_.originalLine,v.originalColumn=_.originalColumn,_.name&&(v.name=n.indexOf(_.name)),g.push(v)),h.push(v)}return p(i.__originalMappings,e.compareByOriginalPositions),i},$.prototype._version=3,Object.defineProperty($.prototype,"sources",{get:function(){return this._absoluteSources.slice()}});function f(){this.generatedLine=0,this.generatedColumn=0,this.source=null,this.originalLine=null,this.originalColumn=null,this.name=null}$.prototype._parseMappings=function(s,m){for(var i=1,n=0,r=0,c=0,h=0,g=0,y=s.length,b=0,_={},v={},E=[],S=[],w,x,R,M,C;b<y;)if(s.charAt(b)===";")i++,b++,n=0;else if(s.charAt(b)===",")b++;else{for(w=new f,w.generatedLine=i,M=b;M<y&&!this._charIsMappingSeparator(s,M);M++);if(x=s.slice(b,M),R=_[x],R)b+=x.length;else{for(R=[];b<M;)o.decode(s,b,v),C=v.value,b=v.rest,R.push(C);if(R.length===2)throw new Error("Found a source, but no line and column");if(R.length===3)throw new Error("Found a source and line, but no column");_[x]=R}w.generatedColumn=n+R[0],n=w.generatedColumn,R.length>1&&(w.source=h+R[1],h+=R[1],w.originalLine=r+R[2],r=w.originalLine,w.originalLine+=1,w.originalColumn=c+R[3],c=w.originalColumn,R.length>4&&(w.name=g+R[4],g+=R[4])),S.push(w),typeof w.originalLine=="number"&&E.push(w)}p(S,e.compareByGeneratedPositionsDeflated),this.__generatedMappings=S,p(E,e.compareByOriginalPositions),this.__originalMappings=E},$.prototype._findMapping=function(s,m,i,n,r,c){if(s[i]<=0)throw new TypeError("Line must be greater than or equal to 1, got "+s[i]);if(s[n]<0)throw new TypeError("Column must be greater than or equal to 0, got "+s[n]);return t.search(s,m,r,c)},$.prototype.computeColumnSpans=function(){for(var s=0;s<this._generatedMappings.length;++s){var m=this._generatedMappings[s];if(s+1<this._generatedMappings.length){var i=this._generatedMappings[s+1];if(m.generatedLine===i.generatedLine){m.lastGeneratedColumn=i.generatedColumn-1;continue}}m.lastGeneratedColumn=1/0}},$.prototype.originalPositionFor=function(s){var m={generatedLine:e.getArg(s,"line"),generatedColumn:e.getArg(s,"column")},i=this._findMapping(m,this._generatedMappings,"generatedLine","generatedColumn",e.compareByGeneratedPositionsDeflated,e.getArg(s,"bias",u.GREATEST_LOWER_BOUND));if(i>=0){var n=this._generatedMappings[i];if(n.generatedLine===m.generatedLine){var r=e.getArg(n,"source",null);r!==null&&(r=this._sources.at(r),r=e.computeSourceURL(this.sourceRoot,r,this._sourceMapURL));var c=e.getArg(n,"name",null);return c!==null&&(c=this._names.at(c)),{source:r,line:e.getArg(n,"originalLine",null),column:e.getArg(n,"originalColumn",null),name:c}}}return{source:null,line:null,column:null,name:null}},$.prototype.hasContentsOfAllSources=function(){return this.sourcesContent?this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some(function(s){return s==null}):!1},$.prototype.sourceContentFor=function(s,m){if(!this.sourcesContent)return null;var i=this._findSourceIndex(s);if(i>=0)return this.sourcesContent[i];var n=s;this.sourceRoot!=null&&(n=e.relative(this.sourceRoot,n));var r;if(this.sourceRoot!=null&&(r=e.urlParse(this.sourceRoot))){var c=n.replace(/^file:\/\//,"");if(r.scheme=="file"&&this._sources.has(c))return this.sourcesContent[this._sources.indexOf(c)];if((!r.path||r.path=="/")&&this._sources.has("/"+n))return this.sourcesContent[this._sources.indexOf("/"+n)]}if(m)return null;throw new Error('"'+n+'" is not in the SourceMap.')},$.prototype.generatedPositionFor=function(s){var m=e.getArg(s,"source");if(m=this._findSourceIndex(m),m<0)return{line:null,column:null,lastColumn:null};var i={source:m,originalLine:e.getArg(s,"line"),originalColumn:e.getArg(s,"column")},n=this._findMapping(i,this._originalMappings,"originalLine","originalColumn",e.compareByOriginalPositions,e.getArg(s,"bias",u.GREATEST_LOWER_BOUND));if(n>=0){var r=this._originalMappings[n];if(r.source===i.source)return{line:e.getArg(r,"generatedLine",null),column:e.getArg(r,"generatedColumn",null),lastColumn:e.getArg(r,"lastGeneratedColumn",null)}}return{line:null,column:null,lastColumn:null}},Ie.BasicSourceMapConsumer=$;function d(l,s){var m=l;typeof l=="string"&&(m=e.parseSourceMapInput(l));var i=e.getArg(m,"version"),n=e.getArg(m,"sections");if(i!=this._version)throw new Error("Unsupported version: "+i);this._sources=new a,this._names=new a;var r={line:-1,column:0};this._sections=n.map(function(c){if(c.url)throw new Error("Support for url field in sections not implemented.");var h=e.getArg(c,"offset"),g=e.getArg(h,"line"),y=e.getArg(h,"column");if(g<r.line||g===r.line&&y<r.column)throw new Error("Section offsets must be ordered and non-overlapping.");return r=h,{generatedOffset:{generatedLine:g+1,generatedColumn:y+1},consumer:new u(e.getArg(c,"map"),s)}})}return d.prototype=Object.create(u.prototype),d.prototype.constructor=u,d.prototype._version=3,Object.defineProperty(d.prototype,"sources",{get:function(){for(var l=[],s=0;s<this._sections.length;s++)for(var m=0;m<this._sections[s].consumer.sources.length;m++)l.push(this._sections[s].consumer.sources[m]);return l}}),d.prototype.originalPositionFor=function(s){var m={generatedLine:e.getArg(s,"line"),generatedColumn:e.getArg(s,"column")},i=t.search(m,this._sections,function(r,c){var h=r.generatedLine-c.generatedOffset.generatedLine;return h||r.generatedColumn-c.generatedOffset.generatedColumn}),n=this._sections[i];return n?n.consumer.originalPositionFor({line:m.generatedLine-(n.generatedOffset.generatedLine-1),column:m.generatedColumn-(n.generatedOffset.generatedLine===m.generatedLine?n.generatedOffset.generatedColumn-1:0),bias:s.bias}):{source:null,line:null,column:null,name:null}},d.prototype.hasContentsOfAllSources=function(){return this._sections.every(function(s){return s.consumer.hasContentsOfAllSources()})},d.prototype.sourceContentFor=function(s,m){for(var i=0;i<this._sections.length;i++){var n=this._sections[i],r=n.consumer.sourceContentFor(s,!0);if(r)return r}if(m)return null;throw new Error('"'+s+'" is not in the SourceMap.')},d.prototype.generatedPositionFor=function(s){for(var m=0;m<this._sections.length;m++){var i=this._sections[m];if(i.consumer._findSourceIndex(e.getArg(s,"source"))!==-1){var n=i.consumer.generatedPositionFor(s);if(n){var r={line:n.line+(i.generatedOffset.generatedLine-1),column:n.column+(i.generatedOffset.generatedLine===n.line?i.generatedOffset.generatedColumn-1:0)};return r}}}return{line:null,column:null}},d.prototype._parseMappings=function(s,m){this.__generatedMappings=[],this.__originalMappings=[];for(var i=0;i<this._sections.length;i++)for(var n=this._sections[i],r=n.consumer._generatedMappings,c=0;c<r.length;c++){var h=r[c],g=n.consumer._sources.at(h.source);g=e.computeSourceURL(n.consumer.sourceRoot,g,this._sourceMapURL),this._sources.add(g),g=this._sources.indexOf(g);var y=null;h.name&&(y=n.consumer._names.at(h.name),this._names.add(y),y=this._names.indexOf(y));var b={source:g,generatedLine:h.generatedLine+(n.generatedOffset.generatedLine-1),generatedColumn:h.generatedColumn+(n.generatedOffset.generatedLine===h.generatedLine?n.generatedOffset.generatedColumn-1:0),originalLine:h.originalLine,originalColumn:h.originalColumn,name:y};this.__generatedMappings.push(b),typeof b.originalLine=="number"&&this.__originalMappings.push(b)}p(this.__generatedMappings,e.compareByGeneratedPositionsDeflated),p(this.__originalMappings,e.compareByOriginalPositions)},Ie.IndexedSourceMapConsumer=d,Ie}var Mt={},Br;function ts(){if(Br)return Mt;Br=1;var e=pn().SourceMapGenerator,t=Ne(),a=/(\r?\n)/,o=10,p="$$$isSourceNode$$$";function u($,f,d,l,s){this.children=[],this.sourceContents={},this.line=$??null,this.column=f??null,this.source=d??null,this.name=s??null,this[p]=!0,l!=null&&this.add(l)}return u.fromStringWithSourceMap=function(f,d,l){var s=new u,m=f.split(a),i=0,n=function(){var y=_(),b=_()||"";return y+b;function _(){return i<m.length?m[i++]:void 0}},r=1,c=0,h=null;return d.eachMapping(function(y){if(h!==null)if(r<y.generatedLine)g(h,n()),r++,c=0;else{var b=m[i]||"",_=b.substr(0,y.generatedColumn-c);m[i]=b.substr(y.generatedColumn-c),c=y.generatedColumn,g(h,_),h=y;return}for(;r<y.generatedLine;)s.add(n()),r++;if(c<y.generatedColumn){var b=m[i]||"";s.add(b.substr(0,y.generatedColumn)),m[i]=b.substr(y.generatedColumn),c=y.generatedColumn}h=y},this),i<m.length&&(h&&g(h,n()),s.add(m.splice(i).join(""))),d.sources.forEach(function(y){var b=d.sourceContentFor(y);b!=null&&(l!=null&&(y=t.join(l,y)),s.setSourceContent(y,b))}),s;function g(y,b){if(y===null||y.source===void 0)s.add(b);else{var _=l?t.join(l,y.source):y.source;s.add(new u(y.originalLine,y.originalColumn,_,b,y.name))}}},u.prototype.add=function(f){if(Array.isArray(f))f.forEach(function(d){this.add(d)},this);else if(f[p]||typeof f=="string")f&&this.children.push(f);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+f);return this},u.prototype.prepend=function(f){if(Array.isArray(f))for(var d=f.length-1;d>=0;d--)this.prepend(f[d]);else if(f[p]||typeof f=="string")this.children.unshift(f);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+f);return this},u.prototype.walk=function(f){for(var d,l=0,s=this.children.length;l<s;l++)d=this.children[l],d[p]?d.walk(f):d!==""&&f(d,{source:this.source,line:this.line,column:this.column,name:this.name})},u.prototype.join=function(f){var d,l,s=this.children.length;if(s>0){for(d=[],l=0;l<s-1;l++)d.push(this.children[l]),d.push(f);d.push(this.children[l]),this.children=d}return this},u.prototype.replaceRight=function(f,d){var l=this.children[this.children.length-1];return l[p]?l.replaceRight(f,d):typeof l=="string"?this.children[this.children.length-1]=l.replace(f,d):this.children.push("".replace(f,d)),this},u.prototype.setSourceContent=function(f,d){this.sourceContents[t.toSetString(f)]=d},u.prototype.walkSourceContents=function(f){for(var d=0,l=this.children.length;d<l;d++)this.children[d][p]&&this.children[d].walkSourceContents(f);for(var s=Object.keys(this.sourceContents),d=0,l=s.length;d<l;d++)f(t.fromSetString(s[d]),this.sourceContents[s[d]])},u.prototype.toString=function(){var f="";return this.walk(function(d){f+=d}),f},u.prototype.toStringWithSourceMap=function(f){var d={code:"",line:1,column:0},l=new e(f),s=!1,m=null,i=null,n=null,r=null;return this.walk(function(c,h){d.code+=c,h.source!==null&&h.line!==null&&h.column!==null?((m!==h.source||i!==h.line||n!==h.column||r!==h.name)&&l.addMapping({source:h.source,original:{line:h.line,column:h.column},generated:{line:d.line,column:d.column},name:h.name}),m=h.source,i=h.line,n=h.column,r=h.name,s=!0):s&&(l.addMapping({generated:{line:d.line,column:d.column}}),m=null,s=!1);for(var g=0,y=c.length;g<y;g++)c.charCodeAt(g)===o?(d.line++,d.column=0,g+1===y?(m=null,s=!1):s&&l.addMapping({source:h.source,original:{line:h.line,column:h.column},generated:{line:d.line,column:d.column},name:h.name})):d.column++}),this.walkSourceContents(function(c,h){l.setSourceContent(c,h)}),{code:d.code,map:l}},Mt.SourceNode=u,Mt}var Ur;function rs(){return Ur||(Ur=1,Re.SourceMapGenerator=pn().SourceMapGenerator,Re.SourceMapConsumer=es().SourceMapConsumer,Re.SourceNode=ts().SourceNode),Re}var Hr;function ns(){return Hr||(Hr=1,function(e,t){t.__esModule=!0;var a=j(),o=void 0;try{var p=rs();o=p.SourceNode}catch{}o||(o=function(f,d,l,s){this.src="",s&&this.add(s)},o.prototype={add:function(d){a.isArray(d)&&(d=d.join("")),this.src+=d},prepend:function(d){a.isArray(d)&&(d=d.join("")),this.src=d+this.src},toStringWithSourceMap:function(){return{code:this.toString()}},toString:function(){return this.src}});function u(f,d,l){if(a.isArray(f)){for(var s=[],m=0,i=f.length;m<i;m++)s.push(d.wrap(f[m],l));return s}else if(typeof f=="boolean"||typeof f=="number")return f+"";return f}function $(f){this.srcFile=f,this.source=[]}$.prototype={isEmpty:function(){return!this.source.length},prepend:function(d,l){this.source.unshift(this.wrap(d,l))},push:function(d,l){this.source.push(this.wrap(d,l))},merge:function(){var d=this.empty();return this.each(function(l){d.add([" ",l,`
|
|
13
|
-
`])}),d},each:function(d){for(var l=0,s=this.source.length;l<s;l++)d(this.source[l])},empty:function(){var d=this.currentLocation||{start:{}};return new o(d.start.line,d.start.column,this.srcFile)},wrap:function(d){var l=arguments.length<=1||arguments[1]===void 0?this.currentLocation||{start:{}}:arguments[1];return d instanceof o?d:(d=u(d,this,l),new o(l.start.line,l.start.column,this.srcFile,d))},functionCall:function(d,l,s){return s=this.generateList(s),this.wrap([d,l?"."+l+"(":"(",s,")"])},quotedString:function(d){return'"'+(d+"").replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")+'"'},objectLiteral:function(d){var l=this,s=[];Object.keys(d).forEach(function(i){var n=u(d[i],l);n!=="undefined"&&s.push([l.quotedString(i),":",n])});var m=this.generateList(s);return m.prepend("{"),m.add("}"),m},generateList:function(d){for(var l=this.empty(),s=0,m=d.length;s<m;s++)s&&l.add(","),l.add(u(d[s],this));return l},generateArray:function(d){var l=this.generateList(d);return l.prepend("["),l.add("]"),l}},t.default=$,e.exports=t.default}(st,st.exports)),st.exports}var
|
|
12
|
+
`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var d=this.next();return typeof d<"u"?d:this.lex()},begin:function(d){this.conditionStack.push(d)},popState:function(){return this.conditionStack.pop()},_currentRules:function(){return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules},topState:function(){return this.conditionStack[this.conditionStack.length-2]},pushState:function(d){this.begin(d)}};return $.options={},$.performAction=function(d,l,s,m){function i(n,r){return l.yytext=l.yytext.substring(n,l.yyleng-r+n)}switch(s){case 0:if(l.yytext.slice(-2)==="\\\\"?(i(0,1),this.begin("mu")):l.yytext.slice(-1)==="\\"?(i(0,1),this.begin("emu")):this.begin("mu"),l.yytext)return 15;break;case 1:return 15;case 2:return this.popState(),15;case 3:return this.begin("raw"),15;case 4:return this.popState(),this.conditionStack[this.conditionStack.length-1]==="raw"?15:(i(5,9),"END_RAW_BLOCK");case 5:return 15;case 6:return this.popState(),14;case 7:return 65;case 8:return 68;case 9:return 19;case 10:return this.popState(),this.begin("raw"),23;case 11:return 55;case 12:return 60;case 13:return 29;case 14:return 47;case 15:return this.popState(),44;case 16:return this.popState(),44;case 17:return 34;case 18:return 39;case 19:return 51;case 20:return 48;case 21:this.unput(l.yytext),this.popState(),this.begin("com");break;case 22:return this.popState(),14;case 23:return 48;case 24:return 73;case 25:return 72;case 26:return 72;case 27:return 87;case 28:break;case 29:return this.popState(),54;case 30:return this.popState(),33;case 31:return l.yytext=i(1,2).replace(/\\"/g,'"'),80;case 32:return l.yytext=i(1,2).replace(/\\'/g,"'"),80;case 33:return 85;case 34:return 82;case 35:return 82;case 36:return 83;case 37:return 84;case 38:return 81;case 39:return 75;case 40:return 77;case 41:return 72;case 42:return l.yytext=l.yytext.replace(/\\([\\\]])/g,"$1"),72;case 43:return"INVALID";case 44:return 5}},$.rules=[/^(?:[^\x00]*?(?=(\{\{)))/,/^(?:[^\x00]+)/,/^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/,/^(?:\{\{\{\{(?=[^\/]))/,/^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/,/^(?:[^\x00]+?(?=(\{\{\{\{)))/,/^(?:[\s\S]*?--(~)?\}\})/,/^(?:\()/,/^(?:\))/,/^(?:\{\{\{\{)/,/^(?:\}\}\}\})/,/^(?:\{\{(~)?>)/,/^(?:\{\{(~)?#>)/,/^(?:\{\{(~)?#\*?)/,/^(?:\{\{(~)?\/)/,/^(?:\{\{(~)?\^\s*(~)?\}\})/,/^(?:\{\{(~)?\s*else\s*(~)?\}\})/,/^(?:\{\{(~)?\^)/,/^(?:\{\{(~)?\s*else\b)/,/^(?:\{\{(~)?\{)/,/^(?:\{\{(~)?&)/,/^(?:\{\{(~)?!--)/,/^(?:\{\{(~)?![\s\S]*?\}\})/,/^(?:\{\{(~)?\*?)/,/^(?:=)/,/^(?:\.\.)/,/^(?:\.(?=([=~}\s\/.)|])))/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}(~)?\}\})/,/^(?:(~)?\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@)/,/^(?:true(?=([~}\s)])))/,/^(?:false(?=([~}\s)])))/,/^(?:undefined(?=([~}\s)])))/,/^(?:null(?=([~}\s)])))/,/^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/,/^(?:as\s+\|)/,/^(?:\|)/,/^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)|]))))/,/^(?:\[(\\\]|[^\]])*\])/,/^(?:.)/,/^(?:$)/],$.conditions={mu:{rules:[7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44],inclusive:!1},emu:{rules:[2],inclusive:!1},com:{rules:[6],inclusive:!1},raw:{rules:[3,4,5],inclusive:!1},INITIAL:{rules:[0,1,44],inclusive:!0}},$})();o.lexer=p;function u(){this.yy={}}return u.prototype=o,o.Parser=u,new u})();t.default=a,e.exports=t.default})(rt,rt.exports)),rt.exports}var nt={exports:{}},it={exports:{}},Er;function on(){return Er||(Er=1,(function(e,t){t.__esModule=!0;function a(l){return l&&l.__esModule?l:{default:l}}var o=Q(),p=a(o);function u(){this.parents=[]}u.prototype={constructor:u,mutating:!1,acceptKey:function(s,m){var i=this.accept(s[m]);if(this.mutating){if(i&&!u.prototype[i.type])throw new p.default('Unexpected node type "'+i.type+'" found when accepting '+m+" on "+s.type);s[m]=i}},acceptRequired:function(s,m){if(this.acceptKey(s,m),!s[m])throw new p.default(s.type+" requires "+m)},acceptArray:function(s){for(var m=0,i=s.length;m<i;m++)this.acceptKey(s,m),s[m]||(s.splice(m,1),m--,i--)},accept:function(s){if(s){if(!this[s.type])throw new p.default("Unknown type: "+s.type,s);this.current&&this.parents.unshift(this.current),this.current=s;var m=this[s.type](s);if(this.current=this.parents.shift(),!this.mutating||m)return m;if(m!==!1)return s}},Program:function(s){this.acceptArray(s.body)},MustacheStatement:$,Decorator:$,BlockStatement:f,DecoratorBlock:f,PartialStatement:d,PartialBlockStatement:function(s){d.call(this,s),this.acceptKey(s,"program")},ContentStatement:function(){},CommentStatement:function(){},SubExpression:$,PathExpression:function(){},StringLiteral:function(){},NumberLiteral:function(){},BooleanLiteral:function(){},UndefinedLiteral:function(){},NullLiteral:function(){},Hash:function(s){this.acceptArray(s.pairs)},HashPair:function(s){this.acceptRequired(s,"value")}};function $(l){this.acceptRequired(l,"path"),this.acceptArray(l.params),this.acceptKey(l,"hash")}function f(l){$.call(this,l),this.acceptKey(l,"program"),this.acceptKey(l,"inverse")}function d(l){this.acceptRequired(l,"name"),this.acceptArray(l.params),this.acceptKey(l,"hash")}t.default=u,e.exports=t.default})(it,it.exports)),it.exports}var Cr;function Va(){return Cr||(Cr=1,(function(e,t){t.__esModule=!0;function a(s){return s&&s.__esModule?s:{default:s}}var o=on(),p=a(o);function u(){var s=arguments.length<=0||arguments[0]===void 0?{}:arguments[0];this.options=s}u.prototype=new p.default,u.prototype.Program=function(s){var m=!this.options.ignoreStandalone,i=!this.isRootSeen;this.isRootSeen=!0;for(var n=s.body,r=0,c=n.length;r<c;r++){var h=n[r],g=this.accept(h);if(g){var y=$(n,r,i),b=f(n,r,i),S=g.openStandalone&&y,v=g.closeStandalone&&b,E=g.inlineStandalone&&y&&b;g.close&&d(n,r,!0),g.open&&l(n,r,!0),m&&E&&(d(n,r),l(n,r)&&h.type==="PartialStatement"&&(h.indent=/([ \t]+$)/.exec(n[r-1].original)[1])),m&&S&&(d((h.program||h.inverse).body),l(n,r)),m&&v&&(d(n,r),l((h.inverse||h.program).body))}}return s},u.prototype.BlockStatement=u.prototype.DecoratorBlock=u.prototype.PartialBlockStatement=function(s){this.accept(s.program),this.accept(s.inverse);var m=s.program||s.inverse,i=s.program&&s.inverse,n=i,r=i;if(i&&i.chained)for(n=i.body[0].program;r.chained;)r=r.body[r.body.length-1].program;var c={open:s.openStrip.open,close:s.closeStrip.close,openStandalone:f(m.body),closeStandalone:$((n||m).body)};if(s.openStrip.close&&d(m.body,null,!0),i){var h=s.inverseStrip;h.open&&l(m.body,null,!0),h.close&&d(n.body,null,!0),s.closeStrip.open&&l(r.body,null,!0),!this.options.ignoreStandalone&&$(m.body)&&f(n.body)&&(l(m.body),d(n.body))}else s.closeStrip.open&&l(m.body,null,!0);return c},u.prototype.Decorator=u.prototype.MustacheStatement=function(s){return s.strip},u.prototype.PartialStatement=u.prototype.CommentStatement=function(s){var m=s.strip||{};return{inlineStandalone:!0,open:m.open,close:m.close}};function $(s,m,i){m===void 0&&(m=s.length);var n=s[m-1],r=s[m-2];if(!n)return i;if(n.type==="ContentStatement")return(r||!i?/\r?\n\s*?$/:/(^|\r?\n)\s*?$/).test(n.original)}function f(s,m,i){m===void 0&&(m=-1);var n=s[m+1],r=s[m+2];if(!n)return i;if(n.type==="ContentStatement")return(r||!i?/^\s*?\r?\n/:/^\s*?(\r?\n|$)/).test(n.original)}function d(s,m,i){var n=s[m==null?0:m+1];if(!(!n||n.type!=="ContentStatement"||!i&&n.rightStripped)){var r=n.value;n.value=n.value.replace(i?/^\s+/:/^[ \t]*\r?\n?/,""),n.rightStripped=n.value!==r}}function l(s,m,i){var n=s[m==null?s.length-1:m-1];if(!(!n||n.type!=="ContentStatement"||!i&&n.leftStripped)){var r=n.value;return n.value=n.value.replace(i?/\s+$/:/[ \t]+$/,""),n.leftStripped=n.value!==r,n.leftStripped}}t.default=u,e.exports=t.default})(nt,nt.exports)),nt.exports}var j={},Pr;function Wa(){if(Pr)return j;Pr=1,j.__esModule=!0,j.SourceLocation=p,j.id=u,j.stripFlags=$,j.stripComment=f,j.preparePath=d,j.prepareMustache=l,j.prepareRawBlock=s,j.prepareBlock=m,j.prepareProgram=i,j.preparePartialBlock=n;function e(r){return r&&r.__esModule?r:{default:r}}var t=Q(),a=e(t);function o(r,c){if(c=c.path?c.path.original:c,r.path.original!==c){var h={loc:r.path.loc};throw new a.default(r.path.original+" doesn't match "+c,h)}}function p(r,c){this.source=r,this.start={line:c.first_line,column:c.first_column},this.end={line:c.last_line,column:c.last_column}}function u(r){return/^\[.*\]$/.test(r)?r.substring(1,r.length-1):r}function $(r,c){return{open:r.charAt(2)==="~",close:c.charAt(c.length-3)==="~"}}function f(r){return r.replace(/^\{\{~?!-?-?/,"").replace(/-?-?~?\}\}$/,"")}function d(r,c,h){h=this.locInfo(h);for(var g=r?"@":"",y=[],b=0,S=0,v=c.length;S<v;S++){var E=c[S].part,_=c[S].original!==E;if(g+=(c[S].separator||"")+E,!_&&(E===".."||E==="."||E==="this")){if(y.length>0)throw new a.default("Invalid path: "+g,{loc:h});E===".."&&b++}else y.push(E)}return{type:"PathExpression",data:r,depth:b,parts:y,original:g,loc:h}}function l(r,c,h,g,y,b){var S=g.charAt(3)||g.charAt(2),v=S!=="{"&&S!=="&",E=/\*/.test(g);return{type:E?"Decorator":"MustacheStatement",path:r,params:c,hash:h,escaped:v,strip:y,loc:this.locInfo(b)}}function s(r,c,h,g){o(r,h),g=this.locInfo(g);var y={type:"Program",body:c,strip:{},loc:g};return{type:"BlockStatement",path:r.path,params:r.params,hash:r.hash,program:y,openStrip:{},inverseStrip:{},closeStrip:{},loc:g}}function m(r,c,h,g,y,b){g&&g.path&&o(r,g);var S=/\*/.test(r.open);c.blockParams=r.blockParams;var v=void 0,E=void 0;if(h){if(S)throw new a.default("Unexpected inverse block on decorator",h);h.chain&&(h.program.body[0].closeStrip=g.strip),E=h.strip,v=h.program}return y&&(y=v,v=c,c=y),{type:S?"DecoratorBlock":"BlockStatement",path:r.path,params:r.params,hash:r.hash,program:c,inverse:v,openStrip:r.strip,inverseStrip:E,closeStrip:g&&g.strip,loc:this.locInfo(b)}}function i(r,c){if(!c&&r.length){var h=r[0].loc,g=r[r.length-1].loc;h&&g&&(c={source:h.source,start:{line:h.start.line,column:h.start.column},end:{line:g.end.line,column:g.end.column}})}return{type:"Program",body:r,strip:{},loc:c}}function n(r,c,h,g){return o(r,h),{type:"PartialBlockStatement",name:r.path,params:r.params,hash:r.hash,program:c,openStrip:r.strip,closeStrip:h&&h.strip,loc:this.locInfo(g)}}return j}var Ar;function Ka(){if(Ar)return ve;Ar=1,ve.__esModule=!0,ve.parseWithoutProcessing=i,ve.parse=n;function e(g){if(g&&g.__esModule)return g;var y={};if(g!=null)for(var b in g)Object.prototype.hasOwnProperty.call(g,b)&&(y[b]=g[b]);return y.default=g,y}function t(g){return g&&g.__esModule?g:{default:g}}var a=Ga(),o=t(a),p=Va(),u=t(p),$=Wa(),f=e($),d=Q(),l=t(d),s=z();ve.parser=o.default;var m={};s.extend(m,f);function i(g,y){if(g.type==="Program")return r(g),g;o.default.yy=m,m.locInfo=function(S){return new m.SourceLocation(y&&y.srcName,S)};var b=o.default.parse(g);return b}function n(g,y){var b=i(g,y),S=new u.default(y);return S.accept(b)}function r(g){c(g)}function c(g){if(g!=null){if(Array.isArray(g)){g.forEach(c);return}if(typeof g=="object"){if(g.type==="PathExpression"){if(!h(g.depth))throw new l.default("Invalid AST: PathExpression.depth must be an integer");if(!Array.isArray(g.parts))throw new l.default("Invalid AST: PathExpression.parts must be an array");for(var y=0;y<g.parts.length;y++)if(typeof g.parts[y]!="string")throw new l.default("Invalid AST: PathExpression.parts must only contain strings")}else if(g.type==="NumberLiteral"){if(typeof g.value!="number"||!isFinite(g.value))throw new l.default("Invalid AST: NumberLiteral.value must be a number")}else if(g.type==="BooleanLiteral"&&typeof g.value!="boolean")throw new l.default("Invalid AST: BooleanLiteral.value must be a boolean");Object.keys(g).forEach(function(b){b!=="loc"&&c(g[b])})}}}function h(g){return typeof g=="number"&&isFinite(g)&&Math.floor(g)===g&&g>=0}return ve}var ye={},Mr;function Ya(){if(Mr)return ye;Mr=1,ye.__esModule=!0,ye.Compiler=f,ye.precompile=d,ye.compile=l;function e(i){return i&&i.__esModule?i:{default:i}}var t=Q(),a=e(t),o=z(),p=sn(),u=e(p),$=[].slice;function f(){}f.prototype={compiler:f,equals:function(n){var r=this.opcodes.length;if(n.opcodes.length!==r)return!1;for(var c=0;c<r;c++){var h=this.opcodes[c],g=n.opcodes[c];if(h.opcode!==g.opcode||!s(h.args,g.args))return!1}r=this.children.length;for(var c=0;c<r;c++)if(!this.children[c].equals(n.children[c]))return!1;return!0},guid:0,compile:function(n,r){return this.sourceNode=[],this.opcodes=[],this.children=[],this.options=r,this.stringParams=r.stringParams,this.trackIds=r.trackIds,r.blockParams=r.blockParams||[],r.knownHelpers=o.extend(Object.create(null),{helperMissing:!0,blockHelperMissing:!0,each:!0,if:!0,unless:!0,with:!0,log:!0,lookup:!0},r.knownHelpers),this.accept(n)},compileProgram:function(n){var r=new this.compiler,c=r.compile(n,this.options),h=this.guid++;return this.usePartial=this.usePartial||c.usePartial,this.children[h]=c,this.useDepths=this.useDepths||c.useDepths,h},accept:function(n){if(!this[n.type])throw new a.default("Unknown type: "+n.type,n);this.sourceNode.unshift(n);var r=this[n.type](n);return this.sourceNode.shift(),r},Program:function(n){this.options.blockParams.unshift(n.blockParams);for(var r=n.body,c=r.length,h=0;h<c;h++)this.accept(r[h]);return this.options.blockParams.shift(),this.isSimple=c===1,this.blockParams=n.blockParams?n.blockParams.length:0,this},BlockStatement:function(n){m(n);var r=n.program,c=n.inverse;r=r&&this.compileProgram(r),c=c&&this.compileProgram(c);var h=this.classifySexpr(n);h==="helper"?this.helperSexpr(n,r,c):h==="simple"?(this.simpleSexpr(n),this.opcode("pushProgram",r),this.opcode("pushProgram",c),this.opcode("emptyHash"),this.opcode("blockValue",n.path.original)):(this.ambiguousSexpr(n,r,c),this.opcode("pushProgram",r),this.opcode("pushProgram",c),this.opcode("emptyHash"),this.opcode("ambiguousBlockValue")),this.opcode("append")},DecoratorBlock:function(n){var r=n.program&&this.compileProgram(n.program),c=this.setupFullMustacheParams(n,r,void 0),h=n.path;this.useDecorators=!0,this.opcode("registerDecorator",c.length,h.original)},PartialStatement:function(n){this.usePartial=!0;var r=n.program;r&&(r=this.compileProgram(n.program));var c=n.params;if(c.length>1)throw new a.default("Unsupported number of partial arguments: "+c.length,n);c.length||(this.options.explicitPartialContext?this.opcode("pushLiteral","undefined"):c.push({type:"PathExpression",parts:[],depth:0}));var h=n.name.original,g=n.name.type==="SubExpression";g&&this.accept(n.name),this.setupFullMustacheParams(n,r,void 0,!0);var y=n.indent||"";this.options.preventIndent&&y&&(this.opcode("appendContent",y),y=""),this.opcode("invokePartial",g,h,y),this.opcode("append")},PartialBlockStatement:function(n){this.PartialStatement(n)},MustacheStatement:function(n){this.SubExpression(n),n.escaped&&!this.options.noEscape?this.opcode("appendEscaped"):this.opcode("append")},Decorator:function(n){this.DecoratorBlock(n)},ContentStatement:function(n){n.value&&this.opcode("appendContent",n.value)},CommentStatement:function(){},SubExpression:function(n){m(n);var r=this.classifySexpr(n);r==="simple"?this.simpleSexpr(n):r==="helper"?this.helperSexpr(n):this.ambiguousSexpr(n)},ambiguousSexpr:function(n,r,c){var h=n.path,g=h.parts[0],y=r!=null||c!=null;this.opcode("getContext",h.depth),this.opcode("pushProgram",r),this.opcode("pushProgram",c),h.strict=!0,this.accept(h),this.opcode("invokeAmbiguous",g,y)},simpleSexpr:function(n){var r=n.path;r.strict=!0,this.accept(r),this.opcode("resolvePossibleLambda")},helperSexpr:function(n,r,c){var h=this.setupFullMustacheParams(n,r,c),g=n.path,y=g.parts[0];if(this.options.knownHelpers[y])this.opcode("invokeKnownHelper",h.length,y);else{if(this.options.knownHelpersOnly)throw new a.default("You specified knownHelpersOnly, but used the unknown helper "+y,n);g.strict=!0,g.falsy=!0,this.accept(g),this.opcode("invokeHelper",h.length,g.original,u.default.helpers.simpleId(g))}},PathExpression:function(n){this.addDepth(n.depth),this.opcode("getContext",n.depth);var r=n.parts[0],c=u.default.helpers.scopedId(n),h=!n.depth&&!c&&this.blockParamIndex(r);h?this.opcode("lookupBlockParam",h,n.parts):r?n.data?(this.options.data=!0,this.opcode("lookupData",n.depth,n.parts,n.strict)):this.opcode("lookupOnContext",n.parts,n.falsy,n.strict,c):this.opcode("pushContext")},StringLiteral:function(n){this.opcode("pushString",n.value)},NumberLiteral:function(n){this.opcode("pushLiteral",n.value)},BooleanLiteral:function(n){this.opcode("pushLiteral",n.value)},UndefinedLiteral:function(){this.opcode("pushLiteral","undefined")},NullLiteral:function(){this.opcode("pushLiteral","null")},Hash:function(n){var r=n.pairs,c=0,h=r.length;for(this.opcode("pushHash");c<h;c++)this.pushParam(r[c].value);for(;c--;)this.opcode("assignToHash",r[c].key);this.opcode("popHash")},opcode:function(n){this.opcodes.push({opcode:n,args:$.call(arguments,1),loc:this.sourceNode[0].loc})},addDepth:function(n){n&&(this.useDepths=!0)},classifySexpr:function(n){var r=u.default.helpers.simpleId(n.path),c=r&&!!this.blockParamIndex(n.path.parts[0]),h=!c&&u.default.helpers.helperExpression(n),g=!c&&(h||r);if(g&&!h){var y=n.path.parts[0],b=this.options;b.knownHelpers[y]?h=!0:b.knownHelpersOnly&&(g=!1)}return h?"helper":g?"ambiguous":"simple"},pushParams:function(n){for(var r=0,c=n.length;r<c;r++)this.pushParam(n[r])},pushParam:function(n){var r=n.value!=null?n.value:n.original||"";if(this.stringParams)r.replace&&(r=r.replace(/^(\.?\.\/)*/g,"").replace(/\//g,".")),n.depth&&this.addDepth(n.depth),this.opcode("getContext",n.depth||0),this.opcode("pushStringParam",r,n.type),n.type==="SubExpression"&&this.accept(n);else{if(this.trackIds){var c=void 0;if(n.parts&&!u.default.helpers.scopedId(n)&&!n.depth&&(c=this.blockParamIndex(n.parts[0])),c){var h=n.parts.slice(1).join(".");this.opcode("pushId","BlockParam",c,h)}else r=n.original||r,r.replace&&(r=r.replace(/^this(?:\.|$)/,"").replace(/^\.\//,"").replace(/^\.$/,"")),this.opcode("pushId",n.type,r)}this.accept(n)}},setupFullMustacheParams:function(n,r,c,h){var g=n.params;return this.pushParams(g),this.opcode("pushProgram",r),this.opcode("pushProgram",c),n.hash?this.accept(n.hash):this.opcode("emptyHash",h),g},blockParamIndex:function(n){for(var r=0,c=this.options.blockParams.length;r<c;r++){var h=this.options.blockParams[r],g=h&&o.indexOf(h,n);if(h&&g>=0)return[r,g]}}};function d(i,n,r){if(i==null||typeof i!="string"&&i.type!=="Program")throw new a.default("You must pass a string or Handlebars AST to Handlebars.precompile. You passed "+i);n=n||{},"data"in n||(n.data=!0),n.compat&&(n.useDepths=!0);var c=r.parse(i,n),h=new r.Compiler().compile(c,n);return new r.JavaScriptCompiler().compile(h,n)}function l(i,n,r){if(n===void 0&&(n={}),i==null||typeof i!="string"&&i.type!=="Program")throw new a.default("You must pass a string or Handlebars AST to Handlebars.compile. You passed "+i);n=o.extend({},n),"data"in n||(n.data=!0),n.compat&&(n.useDepths=!0);var c=void 0;function h(){var y=r.parse(i,n),b=new r.Compiler().compile(y,n),S=new r.JavaScriptCompiler().compile(b,n,void 0,!0);return r.template(S)}function g(y,b){return c||(c=h()),c.call(this,y,b)}return g._setup=function(y){return c||(c=h()),c._setup(y)},g._child=function(y,b,S,v){return c||(c=h()),c._child(y,b,S,v)},g}function s(i,n){if(i===n)return!0;if(o.isArray(i)&&o.isArray(n)&&i.length===n.length){for(var r=0;r<i.length;r++)if(!s(i[r],n[r]))return!1;return!0}}function m(i){if(!i.path.parts){var n=i.path;i.path={type:"PathExpression",data:!1,depth:0,parts:[n.original+""],original:n.original+"",loc:n.loc}}}return ye}var at={exports:{}},st={exports:{}},Re={},yt={},ot={},dt={},kr;function za(){if(kr)return dt;kr=1;var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");return dt.encode=function(t){if(0<=t&&t<e.length)return e[t];throw new TypeError("Must be between 0 and 63: "+t)},dt.decode=function(t){var a=65,o=90,p=97,u=122,$=48,f=57,d=43,l=47,s=26,m=52;return a<=t&&t<=o?t-a:p<=t&&t<=u?t-p+s:$<=t&&t<=f?t-$+m:t==d?62:t==l?63:-1},dt}var wr;function dn(){if(wr)return ot;wr=1;var e=za(),t=5,a=1<<t,o=a-1,p=a;function u(f){return f<0?(-f<<1)+1:(f<<1)+0}function $(f){var d=(f&1)===1,l=f>>1;return d?-l:l}return ot.encode=function(d){var l="",s,m=u(d);do s=m&o,m>>>=t,m>0&&(s|=p),l+=e.encode(s);while(m>0);return l},ot.decode=function(d,l,s){var m=d.length,i=0,n=0,r,c;do{if(l>=m)throw new Error("Expected more digits in base 64 VLQ value.");if(c=e.decode(d.charCodeAt(l++)),c===-1)throw new Error("Invalid base64 digit: "+d.charAt(l-1));r=!!(c&p),c&=o,i=i+(c<<n),n+=t}while(r);s.value=$(i),s.rest=l},ot}var St={},Rr;function Oe(){return Rr||(Rr=1,(function(e){function t(S,v,E){if(v in S)return S[v];if(arguments.length===3)return E;throw new Error('"'+v+'" is a required argument.')}e.getArg=t;var a=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,o=/^data:.+\,.+$/;function p(S){var v=S.match(a);return v?{scheme:v[1],auth:v[2],host:v[3],port:v[4],path:v[5]}:null}e.urlParse=p;function u(S){var v="";return S.scheme&&(v+=S.scheme+":"),v+="//",S.auth&&(v+=S.auth+"@"),S.host&&(v+=S.host),S.port&&(v+=":"+S.port),S.path&&(v+=S.path),v}e.urlGenerate=u;function $(S){var v=S,E=p(S);if(E){if(!E.path)return S;v=E.path}for(var _=e.isAbsolute(v),w=v.split(/\/+/),R,x=0,M=w.length-1;M>=0;M--)R=w[M],R==="."?w.splice(M,1):R===".."?x++:x>0&&(R===""?(w.splice(M+1,x),x=0):(w.splice(M,2),x--));return v=w.join("/"),v===""&&(v=_?"/":"."),E?(E.path=v,u(E)):v}e.normalize=$;function f(S,v){S===""&&(S="."),v===""&&(v=".");var E=p(v),_=p(S);if(_&&(S=_.path||"/"),E&&!E.scheme)return _&&(E.scheme=_.scheme),u(E);if(E||v.match(o))return v;if(_&&!_.host&&!_.path)return _.host=v,u(_);var w=v.charAt(0)==="/"?v:$(S.replace(/\/+$/,"")+"/"+v);return _?(_.path=w,u(_)):w}e.join=f,e.isAbsolute=function(S){return S.charAt(0)==="/"||a.test(S)};function d(S,v){S===""&&(S="."),S=S.replace(/\/$/,"");for(var E=0;v.indexOf(S+"/")!==0;){var _=S.lastIndexOf("/");if(_<0||(S=S.slice(0,_),S.match(/^([^\/]+:\/)?\/*$/)))return v;++E}return Array(E+1).join("../")+v.substr(S.length+1)}e.relative=d;var l=(function(){var S=Object.create(null);return!("__proto__"in S)})();function s(S){return S}function m(S){return n(S)?"$"+S:S}e.toSetString=l?s:m;function i(S){return n(S)?S.slice(1):S}e.fromSetString=l?s:i;function n(S){if(!S)return!1;var v=S.length;if(v<9||S.charCodeAt(v-1)!==95||S.charCodeAt(v-2)!==95||S.charCodeAt(v-3)!==111||S.charCodeAt(v-4)!==116||S.charCodeAt(v-5)!==111||S.charCodeAt(v-6)!==114||S.charCodeAt(v-7)!==112||S.charCodeAt(v-8)!==95||S.charCodeAt(v-9)!==95)return!1;for(var E=v-10;E>=0;E--)if(S.charCodeAt(E)!==36)return!1;return!0}function r(S,v,E){var _=h(S.source,v.source);return _!==0||(_=S.originalLine-v.originalLine,_!==0)||(_=S.originalColumn-v.originalColumn,_!==0||E)||(_=S.generatedColumn-v.generatedColumn,_!==0)||(_=S.generatedLine-v.generatedLine,_!==0)?_:h(S.name,v.name)}e.compareByOriginalPositions=r;function c(S,v,E){var _=S.generatedLine-v.generatedLine;return _!==0||(_=S.generatedColumn-v.generatedColumn,_!==0||E)||(_=h(S.source,v.source),_!==0)||(_=S.originalLine-v.originalLine,_!==0)||(_=S.originalColumn-v.originalColumn,_!==0)?_:h(S.name,v.name)}e.compareByGeneratedPositionsDeflated=c;function h(S,v){return S===v?0:S===null?1:v===null?-1:S>v?1:-1}function g(S,v){var E=S.generatedLine-v.generatedLine;return E!==0||(E=S.generatedColumn-v.generatedColumn,E!==0)||(E=h(S.source,v.source),E!==0)||(E=S.originalLine-v.originalLine,E!==0)||(E=S.originalColumn-v.originalColumn,E!==0)?E:h(S.name,v.name)}e.compareByGeneratedPositionsInflated=g;function y(S){return JSON.parse(S.replace(/^\)]}'[^\n]*\n/,""))}e.parseSourceMapInput=y;function b(S,v,E){if(v=v||"",S&&(S[S.length-1]!=="/"&&v[0]!=="/"&&(S+="/"),v=S+v),E){var _=p(E);if(!_)throw new Error("sourceMapURL could not be parsed");if(_.path){var w=_.path.lastIndexOf("/");w>=0&&(_.path=_.path.substring(0,w+1))}v=f(u(_),v)}return $(v)}e.computeSourceURL=b})(St)),St}var _t={},xr;function un(){if(xr)return _t;xr=1;var e=Oe(),t=Object.prototype.hasOwnProperty,a=typeof Map<"u";function o(){this._array=[],this._set=a?new Map:Object.create(null)}return o.fromArray=function(u,$){for(var f=new o,d=0,l=u.length;d<l;d++)f.add(u[d],$);return f},o.prototype.size=function(){return a?this._set.size:Object.getOwnPropertyNames(this._set).length},o.prototype.add=function(u,$){var f=a?u:e.toSetString(u),d=a?this.has(u):t.call(this._set,f),l=this._array.length;(!d||$)&&this._array.push(u),d||(a?this._set.set(u,l):this._set[f]=l)},o.prototype.has=function(u){if(a)return this._set.has(u);var $=e.toSetString(u);return t.call(this._set,$)},o.prototype.indexOf=function(u){if(a){var $=this._set.get(u);if($>=0)return $}else{var f=e.toSetString(u);if(t.call(this._set,f))return this._set[f]}throw new Error('"'+u+'" is not in the set.')},o.prototype.at=function(u){if(u>=0&&u<this._array.length)return this._array[u];throw new Error("No element indexed by "+u)},o.prototype.toArray=function(){return this._array.slice()},_t.ArraySet=o,_t}var bt={},Ir;function ja(){if(Ir)return bt;Ir=1;var e=Oe();function t(o,p){var u=o.generatedLine,$=p.generatedLine,f=o.generatedColumn,d=p.generatedColumn;return $>u||$==u&&d>=f||e.compareByGeneratedPositionsInflated(o,p)<=0}function a(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}return a.prototype.unsortedForEach=function(p,u){this._array.forEach(p,u)},a.prototype.add=function(p){t(this._last,p)?(this._last=p,this._array.push(p)):(this._sorted=!1,this._array.push(p))},a.prototype.toArray=function(){return this._sorted||(this._array.sort(e.compareByGeneratedPositionsInflated),this._sorted=!0),this._array},bt.MappingList=a,bt}var Or;function ln(){if(Or)return yt;Or=1;var e=dn(),t=Oe(),a=un().ArraySet,o=ja().MappingList;function p(u){u||(u={}),this._file=t.getArg(u,"file",null),this._sourceRoot=t.getArg(u,"sourceRoot",null),this._skipValidation=t.getArg(u,"skipValidation",!1),this._sources=new a,this._names=new a,this._mappings=new o,this._sourcesContents=null}return p.prototype._version=3,p.fromSourceMap=function($){var f=$.sourceRoot,d=new p({file:$.file,sourceRoot:f});return $.eachMapping(function(l){var s={generated:{line:l.generatedLine,column:l.generatedColumn}};l.source!=null&&(s.source=l.source,f!=null&&(s.source=t.relative(f,s.source)),s.original={line:l.originalLine,column:l.originalColumn},l.name!=null&&(s.name=l.name)),d.addMapping(s)}),$.sources.forEach(function(l){var s=l;f!==null&&(s=t.relative(f,l)),d._sources.has(s)||d._sources.add(s);var m=$.sourceContentFor(l);m!=null&&d.setSourceContent(l,m)}),d},p.prototype.addMapping=function($){var f=t.getArg($,"generated"),d=t.getArg($,"original",null),l=t.getArg($,"source",null),s=t.getArg($,"name",null);this._skipValidation||this._validateMapping(f,d,l,s),l!=null&&(l=String(l),this._sources.has(l)||this._sources.add(l)),s!=null&&(s=String(s),this._names.has(s)||this._names.add(s)),this._mappings.add({generatedLine:f.line,generatedColumn:f.column,originalLine:d!=null&&d.line,originalColumn:d!=null&&d.column,source:l,name:s})},p.prototype.setSourceContent=function($,f){var d=$;this._sourceRoot!=null&&(d=t.relative(this._sourceRoot,d)),f!=null?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[t.toSetString(d)]=f):this._sourcesContents&&(delete this._sourcesContents[t.toSetString(d)],Object.keys(this._sourcesContents).length===0&&(this._sourcesContents=null))},p.prototype.applySourceMap=function($,f,d){var l=f;if(f==null){if($.file==null)throw new Error(`SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map's "file" property. Both were omitted.`);l=$.file}var s=this._sourceRoot;s!=null&&(l=t.relative(s,l));var m=new a,i=new a;this._mappings.unsortedForEach(function(n){if(n.source===l&&n.originalLine!=null){var r=$.originalPositionFor({line:n.originalLine,column:n.originalColumn});r.source!=null&&(n.source=r.source,d!=null&&(n.source=t.join(d,n.source)),s!=null&&(n.source=t.relative(s,n.source)),n.originalLine=r.line,n.originalColumn=r.column,r.name!=null&&(n.name=r.name))}var c=n.source;c!=null&&!m.has(c)&&m.add(c);var h=n.name;h!=null&&!i.has(h)&&i.add(h)},this),this._sources=m,this._names=i,$.sources.forEach(function(n){var r=$.sourceContentFor(n);r!=null&&(d!=null&&(n=t.join(d,n)),s!=null&&(n=t.relative(s,n)),this.setSourceContent(n,r))},this)},p.prototype._validateMapping=function($,f,d,l){if(f&&typeof f.line!="number"&&typeof f.column!="number")throw new Error("original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.");if(!($&&"line"in $&&"column"in $&&$.line>0&&$.column>=0&&!f&&!d&&!l)){if($&&"line"in $&&"column"in $&&f&&"line"in f&&"column"in f&&$.line>0&&$.column>=0&&f.line>0&&f.column>=0&&d)return;throw new Error("Invalid mapping: "+JSON.stringify({generated:$,source:d,original:f,name:l}))}},p.prototype._serializeMappings=function(){for(var $=0,f=1,d=0,l=0,s=0,m=0,i="",n,r,c,h,g=this._mappings.toArray(),y=0,b=g.length;y<b;y++){if(r=g[y],n="",r.generatedLine!==f)for($=0;r.generatedLine!==f;)n+=";",f++;else if(y>0){if(!t.compareByGeneratedPositionsInflated(r,g[y-1]))continue;n+=","}n+=e.encode(r.generatedColumn-$),$=r.generatedColumn,r.source!=null&&(h=this._sources.indexOf(r.source),n+=e.encode(h-m),m=h,n+=e.encode(r.originalLine-1-l),l=r.originalLine-1,n+=e.encode(r.originalColumn-d),d=r.originalColumn,r.name!=null&&(c=this._names.indexOf(r.name),n+=e.encode(c-s),s=c)),i+=n}return i},p.prototype._generateSourcesContent=function($,f){return $.map(function(d){if(!this._sourcesContents)return null;f!=null&&(d=t.relative(f,d));var l=t.toSetString(d);return Object.prototype.hasOwnProperty.call(this._sourcesContents,l)?this._sourcesContents[l]:null},this)},p.prototype.toJSON=function(){var $={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return this._file!=null&&($.file=this._file),this._sourceRoot!=null&&($.sourceRoot=this._sourceRoot),this._sourcesContents&&($.sourcesContent=this._generateSourcesContent($.sources,$.sourceRoot)),$},p.prototype.toString=function(){return JSON.stringify(this.toJSON())},yt.SourceMapGenerator=p,yt}var xe={},Et={},Nr;function Ja(){return Nr||(Nr=1,(function(e){e.GREATEST_LOWER_BOUND=1,e.LEAST_UPPER_BOUND=2;function t(a,o,p,u,$,f){var d=Math.floor((o-a)/2)+a,l=$(p,u[d],!0);return l===0?d:l>0?o-d>1?t(d,o,p,u,$,f):f==e.LEAST_UPPER_BOUND?o<u.length?o:-1:d:d-a>1?t(a,d,p,u,$,f):f==e.LEAST_UPPER_BOUND?d:a<0?-1:a}e.search=function(o,p,u,$){if(p.length===0)return-1;var f=t(-1,p.length,o,p,u,$||e.GREATEST_LOWER_BOUND);if(f<0)return-1;for(;f-1>=0&&u(p[f],p[f-1],!0)===0;)--f;return f}})(Et)),Et}var Ct={},Tr;function Za(){if(Tr)return Ct;Tr=1;function e(o,p,u){var $=o[p];o[p]=o[u],o[u]=$}function t(o,p){return Math.round(o+Math.random()*(p-o))}function a(o,p,u,$){if(u<$){var f=t(u,$),d=u-1;e(o,f,$);for(var l=o[$],s=u;s<$;s++)p(o[s],l)<=0&&(d+=1,e(o,d,s));e(o,d+1,s);var m=d+1;a(o,p,u,m-1),a(o,p,m+1,$)}}return Ct.quickSort=function(o,p){a(o,p,0,o.length-1)},Ct}var Lr;function Xa(){if(Lr)return xe;Lr=1;var e=Oe(),t=Ja(),a=un().ArraySet,o=dn(),p=Za().quickSort;function u(l,s){var m=l;return typeof l=="string"&&(m=e.parseSourceMapInput(l)),m.sections!=null?new d(m,s):new $(m,s)}u.fromSourceMap=function(l,s){return $.fromSourceMap(l,s)},u.prototype._version=3,u.prototype.__generatedMappings=null,Object.defineProperty(u.prototype,"_generatedMappings",{configurable:!0,enumerable:!0,get:function(){return this.__generatedMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__generatedMappings}}),u.prototype.__originalMappings=null,Object.defineProperty(u.prototype,"_originalMappings",{configurable:!0,enumerable:!0,get:function(){return this.__originalMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__originalMappings}}),u.prototype._charIsMappingSeparator=function(s,m){var i=s.charAt(m);return i===";"||i===","},u.prototype._parseMappings=function(s,m){throw new Error("Subclasses must implement _parseMappings")},u.GENERATED_ORDER=1,u.ORIGINAL_ORDER=2,u.GREATEST_LOWER_BOUND=1,u.LEAST_UPPER_BOUND=2,u.prototype.eachMapping=function(s,m,i){var n=m||null,r=i||u.GENERATED_ORDER,c;switch(r){case u.GENERATED_ORDER:c=this._generatedMappings;break;case u.ORIGINAL_ORDER:c=this._originalMappings;break;default:throw new Error("Unknown order of iteration.")}var h=this.sourceRoot;c.map(function(g){var y=g.source===null?null:this._sources.at(g.source);return y=e.computeSourceURL(h,y,this._sourceMapURL),{source:y,generatedLine:g.generatedLine,generatedColumn:g.generatedColumn,originalLine:g.originalLine,originalColumn:g.originalColumn,name:g.name===null?null:this._names.at(g.name)}},this).forEach(s,n)},u.prototype.allGeneratedPositionsFor=function(s){var m=e.getArg(s,"line"),i={source:e.getArg(s,"source"),originalLine:m,originalColumn:e.getArg(s,"column",0)};if(i.source=this._findSourceIndex(i.source),i.source<0)return[];var n=[],r=this._findMapping(i,this._originalMappings,"originalLine","originalColumn",e.compareByOriginalPositions,t.LEAST_UPPER_BOUND);if(r>=0){var c=this._originalMappings[r];if(s.column===void 0)for(var h=c.originalLine;c&&c.originalLine===h;)n.push({line:e.getArg(c,"generatedLine",null),column:e.getArg(c,"generatedColumn",null),lastColumn:e.getArg(c,"lastGeneratedColumn",null)}),c=this._originalMappings[++r];else for(var g=c.originalColumn;c&&c.originalLine===m&&c.originalColumn==g;)n.push({line:e.getArg(c,"generatedLine",null),column:e.getArg(c,"generatedColumn",null),lastColumn:e.getArg(c,"lastGeneratedColumn",null)}),c=this._originalMappings[++r]}return n},xe.SourceMapConsumer=u;function $(l,s){var m=l;typeof l=="string"&&(m=e.parseSourceMapInput(l));var i=e.getArg(m,"version"),n=e.getArg(m,"sources"),r=e.getArg(m,"names",[]),c=e.getArg(m,"sourceRoot",null),h=e.getArg(m,"sourcesContent",null),g=e.getArg(m,"mappings"),y=e.getArg(m,"file",null);if(i!=this._version)throw new Error("Unsupported version: "+i);c&&(c=e.normalize(c)),n=n.map(String).map(e.normalize).map(function(b){return c&&e.isAbsolute(c)&&e.isAbsolute(b)?e.relative(c,b):b}),this._names=a.fromArray(r.map(String),!0),this._sources=a.fromArray(n,!0),this._absoluteSources=this._sources.toArray().map(function(b){return e.computeSourceURL(c,b,s)}),this.sourceRoot=c,this.sourcesContent=h,this._mappings=g,this._sourceMapURL=s,this.file=y}$.prototype=Object.create(u.prototype),$.prototype.consumer=u,$.prototype._findSourceIndex=function(l){var s=l;if(this.sourceRoot!=null&&(s=e.relative(this.sourceRoot,s)),this._sources.has(s))return this._sources.indexOf(s);var m;for(m=0;m<this._absoluteSources.length;++m)if(this._absoluteSources[m]==l)return m;return-1},$.fromSourceMap=function(s,m){var i=Object.create($.prototype),n=i._names=a.fromArray(s._names.toArray(),!0),r=i._sources=a.fromArray(s._sources.toArray(),!0);i.sourceRoot=s._sourceRoot,i.sourcesContent=s._generateSourcesContent(i._sources.toArray(),i.sourceRoot),i.file=s._file,i._sourceMapURL=m,i._absoluteSources=i._sources.toArray().map(function(E){return e.computeSourceURL(i.sourceRoot,E,m)});for(var c=s._mappings.toArray().slice(),h=i.__generatedMappings=[],g=i.__originalMappings=[],y=0,b=c.length;y<b;y++){var S=c[y],v=new f;v.generatedLine=S.generatedLine,v.generatedColumn=S.generatedColumn,S.source&&(v.source=r.indexOf(S.source),v.originalLine=S.originalLine,v.originalColumn=S.originalColumn,S.name&&(v.name=n.indexOf(S.name)),g.push(v)),h.push(v)}return p(i.__originalMappings,e.compareByOriginalPositions),i},$.prototype._version=3,Object.defineProperty($.prototype,"sources",{get:function(){return this._absoluteSources.slice()}});function f(){this.generatedLine=0,this.generatedColumn=0,this.source=null,this.originalLine=null,this.originalColumn=null,this.name=null}$.prototype._parseMappings=function(s,m){for(var i=1,n=0,r=0,c=0,h=0,g=0,y=s.length,b=0,S={},v={},E=[],_=[],w,R,x,M,C;b<y;)if(s.charAt(b)===";")i++,b++,n=0;else if(s.charAt(b)===",")b++;else{for(w=new f,w.generatedLine=i,M=b;M<y&&!this._charIsMappingSeparator(s,M);M++);if(R=s.slice(b,M),x=S[R],x)b+=R.length;else{for(x=[];b<M;)o.decode(s,b,v),C=v.value,b=v.rest,x.push(C);if(x.length===2)throw new Error("Found a source, but no line and column");if(x.length===3)throw new Error("Found a source and line, but no column");S[R]=x}w.generatedColumn=n+x[0],n=w.generatedColumn,x.length>1&&(w.source=h+x[1],h+=x[1],w.originalLine=r+x[2],r=w.originalLine,w.originalLine+=1,w.originalColumn=c+x[3],c=w.originalColumn,x.length>4&&(w.name=g+x[4],g+=x[4])),_.push(w),typeof w.originalLine=="number"&&E.push(w)}p(_,e.compareByGeneratedPositionsDeflated),this.__generatedMappings=_,p(E,e.compareByOriginalPositions),this.__originalMappings=E},$.prototype._findMapping=function(s,m,i,n,r,c){if(s[i]<=0)throw new TypeError("Line must be greater than or equal to 1, got "+s[i]);if(s[n]<0)throw new TypeError("Column must be greater than or equal to 0, got "+s[n]);return t.search(s,m,r,c)},$.prototype.computeColumnSpans=function(){for(var s=0;s<this._generatedMappings.length;++s){var m=this._generatedMappings[s];if(s+1<this._generatedMappings.length){var i=this._generatedMappings[s+1];if(m.generatedLine===i.generatedLine){m.lastGeneratedColumn=i.generatedColumn-1;continue}}m.lastGeneratedColumn=1/0}},$.prototype.originalPositionFor=function(s){var m={generatedLine:e.getArg(s,"line"),generatedColumn:e.getArg(s,"column")},i=this._findMapping(m,this._generatedMappings,"generatedLine","generatedColumn",e.compareByGeneratedPositionsDeflated,e.getArg(s,"bias",u.GREATEST_LOWER_BOUND));if(i>=0){var n=this._generatedMappings[i];if(n.generatedLine===m.generatedLine){var r=e.getArg(n,"source",null);r!==null&&(r=this._sources.at(r),r=e.computeSourceURL(this.sourceRoot,r,this._sourceMapURL));var c=e.getArg(n,"name",null);return c!==null&&(c=this._names.at(c)),{source:r,line:e.getArg(n,"originalLine",null),column:e.getArg(n,"originalColumn",null),name:c}}}return{source:null,line:null,column:null,name:null}},$.prototype.hasContentsOfAllSources=function(){return this.sourcesContent?this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some(function(s){return s==null}):!1},$.prototype.sourceContentFor=function(s,m){if(!this.sourcesContent)return null;var i=this._findSourceIndex(s);if(i>=0)return this.sourcesContent[i];var n=s;this.sourceRoot!=null&&(n=e.relative(this.sourceRoot,n));var r;if(this.sourceRoot!=null&&(r=e.urlParse(this.sourceRoot))){var c=n.replace(/^file:\/\//,"");if(r.scheme=="file"&&this._sources.has(c))return this.sourcesContent[this._sources.indexOf(c)];if((!r.path||r.path=="/")&&this._sources.has("/"+n))return this.sourcesContent[this._sources.indexOf("/"+n)]}if(m)return null;throw new Error('"'+n+'" is not in the SourceMap.')},$.prototype.generatedPositionFor=function(s){var m=e.getArg(s,"source");if(m=this._findSourceIndex(m),m<0)return{line:null,column:null,lastColumn:null};var i={source:m,originalLine:e.getArg(s,"line"),originalColumn:e.getArg(s,"column")},n=this._findMapping(i,this._originalMappings,"originalLine","originalColumn",e.compareByOriginalPositions,e.getArg(s,"bias",u.GREATEST_LOWER_BOUND));if(n>=0){var r=this._originalMappings[n];if(r.source===i.source)return{line:e.getArg(r,"generatedLine",null),column:e.getArg(r,"generatedColumn",null),lastColumn:e.getArg(r,"lastGeneratedColumn",null)}}return{line:null,column:null,lastColumn:null}},xe.BasicSourceMapConsumer=$;function d(l,s){var m=l;typeof l=="string"&&(m=e.parseSourceMapInput(l));var i=e.getArg(m,"version"),n=e.getArg(m,"sections");if(i!=this._version)throw new Error("Unsupported version: "+i);this._sources=new a,this._names=new a;var r={line:-1,column:0};this._sections=n.map(function(c){if(c.url)throw new Error("Support for url field in sections not implemented.");var h=e.getArg(c,"offset"),g=e.getArg(h,"line"),y=e.getArg(h,"column");if(g<r.line||g===r.line&&y<r.column)throw new Error("Section offsets must be ordered and non-overlapping.");return r=h,{generatedOffset:{generatedLine:g+1,generatedColumn:y+1},consumer:new u(e.getArg(c,"map"),s)}})}return d.prototype=Object.create(u.prototype),d.prototype.constructor=u,d.prototype._version=3,Object.defineProperty(d.prototype,"sources",{get:function(){for(var l=[],s=0;s<this._sections.length;s++)for(var m=0;m<this._sections[s].consumer.sources.length;m++)l.push(this._sections[s].consumer.sources[m]);return l}}),d.prototype.originalPositionFor=function(s){var m={generatedLine:e.getArg(s,"line"),generatedColumn:e.getArg(s,"column")},i=t.search(m,this._sections,function(r,c){var h=r.generatedLine-c.generatedOffset.generatedLine;return h||r.generatedColumn-c.generatedOffset.generatedColumn}),n=this._sections[i];return n?n.consumer.originalPositionFor({line:m.generatedLine-(n.generatedOffset.generatedLine-1),column:m.generatedColumn-(n.generatedOffset.generatedLine===m.generatedLine?n.generatedOffset.generatedColumn-1:0),bias:s.bias}):{source:null,line:null,column:null,name:null}},d.prototype.hasContentsOfAllSources=function(){return this._sections.every(function(s){return s.consumer.hasContentsOfAllSources()})},d.prototype.sourceContentFor=function(s,m){for(var i=0;i<this._sections.length;i++){var n=this._sections[i],r=n.consumer.sourceContentFor(s,!0);if(r)return r}if(m)return null;throw new Error('"'+s+'" is not in the SourceMap.')},d.prototype.generatedPositionFor=function(s){for(var m=0;m<this._sections.length;m++){var i=this._sections[m];if(i.consumer._findSourceIndex(e.getArg(s,"source"))!==-1){var n=i.consumer.generatedPositionFor(s);if(n){var r={line:n.line+(i.generatedOffset.generatedLine-1),column:n.column+(i.generatedOffset.generatedLine===n.line?i.generatedOffset.generatedColumn-1:0)};return r}}}return{line:null,column:null}},d.prototype._parseMappings=function(s,m){this.__generatedMappings=[],this.__originalMappings=[];for(var i=0;i<this._sections.length;i++)for(var n=this._sections[i],r=n.consumer._generatedMappings,c=0;c<r.length;c++){var h=r[c],g=n.consumer._sources.at(h.source);g=e.computeSourceURL(n.consumer.sourceRoot,g,this._sourceMapURL),this._sources.add(g),g=this._sources.indexOf(g);var y=null;h.name&&(y=n.consumer._names.at(h.name),this._names.add(y),y=this._names.indexOf(y));var b={source:g,generatedLine:h.generatedLine+(n.generatedOffset.generatedLine-1),generatedColumn:h.generatedColumn+(n.generatedOffset.generatedLine===h.generatedLine?n.generatedOffset.generatedColumn-1:0),originalLine:h.originalLine,originalColumn:h.originalColumn,name:y};this.__generatedMappings.push(b),typeof b.originalLine=="number"&&this.__originalMappings.push(b)}p(this.__generatedMappings,e.compareByGeneratedPositionsDeflated),p(this.__originalMappings,e.compareByOriginalPositions)},xe.IndexedSourceMapConsumer=d,xe}var Pt={},Dr;function Qa(){if(Dr)return Pt;Dr=1;var e=ln().SourceMapGenerator,t=Oe(),a=/(\r?\n)/,o=10,p="$$$isSourceNode$$$";function u($,f,d,l,s){this.children=[],this.sourceContents={},this.line=$??null,this.column=f??null,this.source=d??null,this.name=s??null,this[p]=!0,l!=null&&this.add(l)}return u.fromStringWithSourceMap=function(f,d,l){var s=new u,m=f.split(a),i=0,n=function(){var y=S(),b=S()||"";return y+b;function S(){return i<m.length?m[i++]:void 0}},r=1,c=0,h=null;return d.eachMapping(function(y){if(h!==null)if(r<y.generatedLine)g(h,n()),r++,c=0;else{var b=m[i]||"",S=b.substr(0,y.generatedColumn-c);m[i]=b.substr(y.generatedColumn-c),c=y.generatedColumn,g(h,S),h=y;return}for(;r<y.generatedLine;)s.add(n()),r++;if(c<y.generatedColumn){var b=m[i]||"";s.add(b.substr(0,y.generatedColumn)),m[i]=b.substr(y.generatedColumn),c=y.generatedColumn}h=y},this),i<m.length&&(h&&g(h,n()),s.add(m.splice(i).join(""))),d.sources.forEach(function(y){var b=d.sourceContentFor(y);b!=null&&(l!=null&&(y=t.join(l,y)),s.setSourceContent(y,b))}),s;function g(y,b){if(y===null||y.source===void 0)s.add(b);else{var S=l?t.join(l,y.source):y.source;s.add(new u(y.originalLine,y.originalColumn,S,b,y.name))}}},u.prototype.add=function(f){if(Array.isArray(f))f.forEach(function(d){this.add(d)},this);else if(f[p]||typeof f=="string")f&&this.children.push(f);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+f);return this},u.prototype.prepend=function(f){if(Array.isArray(f))for(var d=f.length-1;d>=0;d--)this.prepend(f[d]);else if(f[p]||typeof f=="string")this.children.unshift(f);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+f);return this},u.prototype.walk=function(f){for(var d,l=0,s=this.children.length;l<s;l++)d=this.children[l],d[p]?d.walk(f):d!==""&&f(d,{source:this.source,line:this.line,column:this.column,name:this.name})},u.prototype.join=function(f){var d,l,s=this.children.length;if(s>0){for(d=[],l=0;l<s-1;l++)d.push(this.children[l]),d.push(f);d.push(this.children[l]),this.children=d}return this},u.prototype.replaceRight=function(f,d){var l=this.children[this.children.length-1];return l[p]?l.replaceRight(f,d):typeof l=="string"?this.children[this.children.length-1]=l.replace(f,d):this.children.push("".replace(f,d)),this},u.prototype.setSourceContent=function(f,d){this.sourceContents[t.toSetString(f)]=d},u.prototype.walkSourceContents=function(f){for(var d=0,l=this.children.length;d<l;d++)this.children[d][p]&&this.children[d].walkSourceContents(f);for(var s=Object.keys(this.sourceContents),d=0,l=s.length;d<l;d++)f(t.fromSetString(s[d]),this.sourceContents[s[d]])},u.prototype.toString=function(){var f="";return this.walk(function(d){f+=d}),f},u.prototype.toStringWithSourceMap=function(f){var d={code:"",line:1,column:0},l=new e(f),s=!1,m=null,i=null,n=null,r=null;return this.walk(function(c,h){d.code+=c,h.source!==null&&h.line!==null&&h.column!==null?((m!==h.source||i!==h.line||n!==h.column||r!==h.name)&&l.addMapping({source:h.source,original:{line:h.line,column:h.column},generated:{line:d.line,column:d.column},name:h.name}),m=h.source,i=h.line,n=h.column,r=h.name,s=!0):s&&(l.addMapping({generated:{line:d.line,column:d.column}}),m=null,s=!1);for(var g=0,y=c.length;g<y;g++)c.charCodeAt(g)===o?(d.line++,d.column=0,g+1===y?(m=null,s=!1):s&&l.addMapping({source:h.source,original:{line:h.line,column:h.column},generated:{line:d.line,column:d.column},name:h.name})):d.column++}),this.walkSourceContents(function(c,h){l.setSourceContent(c,h)}),{code:d.code,map:l}},Pt.SourceNode=u,Pt}var Fr;function es(){return Fr||(Fr=1,Re.SourceMapGenerator=ln().SourceMapGenerator,Re.SourceMapConsumer=Xa().SourceMapConsumer,Re.SourceNode=Qa().SourceNode),Re}var Br;function ts(){return Br||(Br=1,(function(e,t){t.__esModule=!0;var a=z(),o=void 0;try{var p=es();o=p.SourceNode}catch{}o||(o=function(f,d,l,s){this.src="",s&&this.add(s)},o.prototype={add:function(d){a.isArray(d)&&(d=d.join("")),this.src+=d},prepend:function(d){a.isArray(d)&&(d=d.join("")),this.src=d+this.src},toStringWithSourceMap:function(){return{code:this.toString()}},toString:function(){return this.src}});function u(f,d,l){if(a.isArray(f)){for(var s=[],m=0,i=f.length;m<i;m++)s.push(d.wrap(f[m],l));return s}else if(typeof f=="boolean"||typeof f=="number")return f+"";return f}function $(f){this.srcFile=f,this.source=[]}$.prototype={isEmpty:function(){return!this.source.length},prepend:function(d,l){this.source.unshift(this.wrap(d,l))},push:function(d,l){this.source.push(this.wrap(d,l))},merge:function(){var d=this.empty();return this.each(function(l){d.add([" ",l,`
|
|
13
|
+
`])}),d},each:function(d){for(var l=0,s=this.source.length;l<s;l++)d(this.source[l])},empty:function(){var d=this.currentLocation||{start:{}};return new o(d.start.line,d.start.column,this.srcFile)},wrap:function(d){var l=arguments.length<=1||arguments[1]===void 0?this.currentLocation||{start:{}}:arguments[1];return d instanceof o?d:(d=u(d,this,l),new o(l.start.line,l.start.column,this.srcFile,d))},functionCall:function(d,l,s){return s=this.generateList(s),this.wrap([d,l?"."+l+"(":"(",s,")"])},quotedString:function(d){return'"'+(d+"").replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")+'"'},objectLiteral:function(d){var l=this,s=[];Object.keys(d).forEach(function(i){var n=u(d[i],l);n!=="undefined"&&s.push([l.quotedString(i),":",n])});var m=this.generateList(s);return m.prepend("{"),m.add("}"),m},generateList:function(d){for(var l=this.empty(),s=0,m=d.length;s<m;s++)s&&l.add(","),l.add(u(d[s],this));return l},generateArray:function(d){var l=this.generateList(d);return l.prepend("["),l.add("]"),l}},t.default=$,e.exports=t.default})(st,st.exports)),st.exports}var Ur;function rs(){return Ur||(Ur=1,(function(e,t){t.__esModule=!0;function a(i){return i&&i.__esModule?i:{default:i}}var o=Ht(),p=Q(),u=a(p),$=z(),f=ts(),d=a(f);function l(i){this.value=i}function s(){}s.prototype={nameLookup:function(n,r){return this.internalNameLookup(n,r)},depthedLookup:function(n){return[this.aliasable("container.lookup"),"(depths, ",JSON.stringify(n),")"]},compilerInfo:function(){var n=o.COMPILER_REVISION,r=o.REVISION_CHANGES[n];return[n,r]},appendToBuffer:function(n,r,c){return $.isArray(n)||(n=[n]),n=this.source.wrap(n,r),this.environment.isSimple?["return ",n,";"]:c?["buffer += ",n,";"]:(n.appendToBuffer=!0,n)},initializeBuffer:function(){return this.quotedString("")},internalNameLookup:function(n,r){return this.lookupPropertyFunctionIsUsed=!0,["lookupProperty(",n,",",JSON.stringify(r),")"]},lookupPropertyFunctionIsUsed:!1,compile:function(n,r,c,h){this.environment=n,this.options=r,this.stringParams=this.options.stringParams,this.trackIds=this.options.trackIds,this.precompile=!h,this.name=this.environment.name,this.isChild=!!c,this.context=c||{decorators:[],programs:[],environments:[]},this.preamble(),this.stackSlot=0,this.stackVars=[],this.aliases={},this.registers={list:[]},this.hashes=[],this.compileStack=[],this.inlineStack=[],this.blockParams=[],this.compileChildren(n,r),this.useDepths=this.useDepths||n.useDepths||n.useDecorators||this.options.compat,this.useBlockParams=this.useBlockParams||n.useBlockParams;var g=n.opcodes,y=void 0,b=void 0,S=void 0,v=void 0;for(S=0,v=g.length;S<v;S++)y=g[S],this.source.currentLocation=y.loc,b=b||y.loc,this[y.opcode].apply(this,y.args);if(this.source.currentLocation=b,this.pushSource(""),this.stackSlot||this.inlineStack.length||this.compileStack.length)throw new u.default("Compile completed with content left on stack");this.decorators.isEmpty()?this.decorators=void 0:(this.useDecorators=!0,this.decorators.prepend(["var decorators = container.decorators, ",this.lookupPropertyFunctionVarDeclaration(),`;
|
|
14
14
|
`]),this.decorators.push("return fn;"),h?this.decorators=Function.apply(this,["fn","props","container","depth0","data","blockParams","depths",this.decorators.merge()]):(this.decorators.prepend(`function(fn, props, container, depth0, data, blockParams, depths) {
|
|
15
15
|
`),this.decorators.push(`}
|
|
16
|
-
`),this.decorators=this.decorators.merge()));var E=this.createFunctionContext(h);if(this.isChild)return E;var
|
|
17
|
-
`,b,"}"])},mergeSource:function(n){var r=this.environment.isSimple,c=!this.forceBuffer,h=void 0,g=void 0,y=void 0,b=void 0;return this.source.each(function(
|
|
16
|
+
`),this.decorators=this.decorators.merge()));var E=this.createFunctionContext(h);if(this.isChild)return E;var _={compiler:this.compilerInfo(),main:E};this.decorators&&(_.main_d=this.decorators,_.useDecorators=!0);var w=this.context,R=w.programs,x=w.decorators;for(S=0,v=R.length;S<v;S++)_[S]=R[S],x[S]&&(_[S+"_d"]=x[S],_.useDecorators=!0);return this.environment.usePartial&&(_.usePartial=!0),this.options.data&&(_.useData=!0),this.useDepths&&(_.useDepths=!0),this.useBlockParams&&(_.useBlockParams=!0),this.options.compat&&(_.compat=!0),h?_.compilerOptions=this.options:(_.compiler=JSON.stringify(_.compiler),this.source.currentLocation={start:{line:1,column:0}},_=this.objectLiteral(_),r.srcName?(_=_.toStringWithSourceMap({file:r.destName}),_.map=_.map&&_.map.toString()):_=_.toString()),_},preamble:function(){this.lastContext=0,this.source=new d.default(this.options.srcName),this.decorators=new d.default(this.options.srcName)},createFunctionContext:function(n){var r=this,c="",h=this.stackVars.concat(this.registers.list);h.length>0&&(c+=", "+h.join(", "));var g=0;Object.keys(this.aliases).forEach(function(S){var v=r.aliases[S];v.children&&v.referenceCount>1&&(c+=", alias"+ ++g+"="+S,v.children[0]="alias"+g)}),this.lookupPropertyFunctionIsUsed&&(c+=", "+this.lookupPropertyFunctionVarDeclaration());var y=["container","depth0","helpers","partials","data"];(this.useBlockParams||this.useDepths)&&y.push("blockParams"),this.useDepths&&y.push("depths");var b=this.mergeSource(c);return n?(y.push(b),Function.apply(this,y)):this.source.wrap(["function(",y.join(","),`) {
|
|
17
|
+
`,b,"}"])},mergeSource:function(n){var r=this.environment.isSimple,c=!this.forceBuffer,h=void 0,g=void 0,y=void 0,b=void 0;return this.source.each(function(S){S.appendToBuffer?(y?S.prepend(" + "):y=S,b=S):(y&&(g?y.prepend("buffer += "):h=!0,b.add(";"),y=b=void 0),g=!0,r||(c=!1))}),c?y?(y.prepend("return "),b.add(";")):g||this.source.push('return "";'):(n+=", buffer = "+(h?"":this.initializeBuffer()),y?(y.prepend("return buffer + "),b.add(";")):this.source.push("return buffer;")),n&&this.source.prepend("var "+n.substring(2)+(h?"":`;
|
|
18
18
|
`)),this.source.merge()},lookupPropertyFunctionVarDeclaration:function(){return`
|
|
19
19
|
lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
20
20
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
@@ -22,5 +22,5 @@ Expecting `+M.join(", ")+", got '"+(this.terminals_[b]||b)+"'":C="Parse error on
|
|
|
22
22
|
}
|
|
23
23
|
return undefined
|
|
24
24
|
}
|
|
25
|
-
`.trim()},blockValue:function(n){var r=this.aliasable("container.hooks.blockHelperMissing"),c=[this.contextName(0)];this.setupHelperArgs(n,0,c);var h=this.popStack();c.splice(1,0,h),this.push(this.source.functionCall(r,"call",c))},ambiguousBlockValue:function(){var n=this.aliasable("container.hooks.blockHelperMissing"),r=[this.contextName(0)];this.setupHelperArgs("",0,r,!0),this.flushInline();var c=this.topStack();r.splice(1,0,c),this.pushSource(["if (!",this.lastHelper,") { ",c," = ",this.source.functionCall(n,"call",r),"}"])},appendContent:function(n){this.pendingContent?n=this.pendingContent+n:this.pendingLocation=this.source.currentLocation,this.pendingContent=n},append:function(){if(this.isInline())this.replaceStack(function(r){return[" != null ? ",r,' : ""']}),this.pushSource(this.appendToBuffer(this.popStack()));else{var n=this.popStack();this.pushSource(["if (",n," != null) { ",this.appendToBuffer(n,void 0,!0)," }"]),this.environment.isSimple&&this.pushSource(["else { ",this.appendToBuffer("''",void 0,!0)," }"])}},appendEscaped:function(){this.pushSource(this.appendToBuffer([this.aliasable("container.escapeExpression"),"(",this.popStack(),")"]))},getContext:function(n){this.lastContext=n},pushContext:function(){this.pushStackLiteral(this.contextName(this.lastContext))},lookupOnContext:function(n,r,c,h){var g=0;!h&&this.options.compat&&!this.lastContext?this.push(this.depthedLookup(n[g++])):this.pushContext(),this.resolvePath("context",n,g,r,c)},lookupBlockParam:function(n,r){this.useBlockParams=!0,this.push(["blockParams[",n[0],"][",n[1],"]"]),this.resolvePath("context",r,1)},lookupData:function(n,r,c){n?this.pushStackLiteral("container.data(data, "+n+")"):this.pushStackLiteral("data"),this.resolvePath("data",r,0,!0,c)},resolvePath:function(n,r,c,h,g){var y=this;if(this.options.strict||this.options.assumeObjects){this.push(m(this.options.strict&&g,this,r,c,n));return}for(var b=r.length,_=function(E){y.replaceStack(function(S){var w=y.nameLookup(S,r[E],n);return h?[" && ",w]:[" != null ? ",w," : ",S]})},v=c;v<b;v++)_(v)},resolvePossibleLambda:function(){this.push([this.aliasable("container.lambda"),"(",this.popStack(),", ",this.contextName(0),")"])},pushStringParam:function(n,r){this.pushContext(),this.pushString(r),r!=="SubExpression"&&(typeof n=="string"?this.pushString(n):this.pushStackLiteral(n))},emptyHash:function(n){this.trackIds&&this.push("{}"),this.stringParams&&(this.push("{}"),this.push("{}")),this.pushStackLiteral(n?"undefined":"{}")},pushHash:function(){this.hash&&this.hashes.push(this.hash),this.hash={values:{},types:[],contexts:[],ids:[]}},popHash:function(){var n=this.hash;this.hash=this.hashes.pop(),this.trackIds&&this.push(this.objectLiteral(n.ids)),this.stringParams&&(this.push(this.objectLiteral(n.contexts)),this.push(this.objectLiteral(n.types))),this.push(this.objectLiteral(n.values))},pushString:function(n){this.pushStackLiteral(this.quotedString(n))},pushLiteral:function(n){this.pushStackLiteral(n)},pushProgram:function(n){n!=null?this.pushStackLiteral(this.programExpression(n)):this.pushStackLiteral(null)},registerDecorator:function(n,r){var c=this.nameLookup("decorators",r,"decorator"),h=this.setupHelperArgs(r,n);this.decorators.push(["var decorator = ",c,";"]),this.decorators.push(['if (typeof decorator !== "function") { throw new Error(',this.quotedString('Missing decorator: "'+r+'"'),"); }"]),this.decorators.push(["fn = ",this.decorators.functionCall("decorator","",["fn","props","container",h])," || fn;"])},invokeHelper:function(n,r,c){var h=this.popStack(),g=this.setupHelper(n,r),y=[];c&&y.push(g.name),y.push(h),this.options.strict||y.push(this.aliasable("container.hooks.helperMissing"));var b=["(",this.itemsSeparatedBy(y,"||"),")"],_=this.source.functionCall(b,"call",g.callParams);this.push(_)},itemsSeparatedBy:function(n,r){var c=[];c.push(n[0]);for(var h=1;h<n.length;h++)c.push(r,n[h]);return c},invokeKnownHelper:function(n,r){var c=this.setupHelper(n,r);this.push(this.source.functionCall(c.name,"call",c.callParams))},invokeAmbiguous:function(n,r){this.useRegister("helper");var c=this.popStack();this.emptyHash();var h=this.setupHelper(0,n,r),g=this.lastHelper=this.nameLookup("helpers",n,"helper"),y=["(","(helper = ",g," || ",c,")"];this.options.strict||(y[0]="(helper = ",y.push(" != null ? helper : ",this.aliasable("container.hooks.helperMissing"))),this.push(["(",y,h.paramsInit?["),(",h.paramsInit]:[],"),","(typeof helper === ",this.aliasable('"function"')," ? ",this.source.functionCall("helper","call",h.callParams)," : helper))"])},invokePartial:function(n,r,c){var h=[],g=this.setupParams(r,1,h);n&&(r=this.popStack(),delete g.name),c&&(g.indent=JSON.stringify(c)),g.helpers="helpers",g.partials="partials",g.decorators="container.decorators",n?h.unshift(r):h.unshift(this.nameLookup("partials",r,"partial")),this.options.compat&&(g.depths="depths"),g=this.objectLiteral(g),h.push(g),this.push(this.source.functionCall("container.invokePartial","",h))},assignToHash:function(n){var r=this.popStack(),c=void 0,h=void 0,g=void 0;this.trackIds&&(g=this.popStack()),this.stringParams&&(h=this.popStack(),c=this.popStack());var y=this.hash;c&&(y.contexts[n]=c),h&&(y.types[n]=h),g&&(y.ids[n]=g),y.values[n]=r},pushId:function(n,r,c){n==="BlockParam"?this.pushStackLiteral("blockParams["+r[0]+"].path["+r[1]+"]"+(c?" + "+JSON.stringify("."+c):"")):n==="PathExpression"?this.pushString(r):n==="SubExpression"?this.pushStackLiteral("true"):this.pushStackLiteral("null")},compiler:s,compileChildren:function(n,r){for(var c=n.children,h=void 0,g=void 0,y=0,b=c.length;y<b;y++){h=c[y],g=new this.compiler;var _=this.matchExistingProgram(h);if(_==null){var v=this.context.programs.push("")-1;h.index=v,h.name="program"+v,this.context.programs[v]=g.compile(h,r,this.context,!this.precompile),this.context.decorators[v]=g.decorators,this.context.environments[v]=h,this.useDepths=this.useDepths||g.useDepths,this.useBlockParams=this.useBlockParams||g.useBlockParams,h.useDepths=this.useDepths,h.useBlockParams=this.useBlockParams}else h.index=_.index,h.name="program"+_.index,this.useDepths=this.useDepths||_.useDepths,this.useBlockParams=this.useBlockParams||_.useBlockParams}},matchExistingProgram:function(n){for(var r=0,c=this.context.environments.length;r<c;r++){var h=this.context.environments[r];if(h&&h.equals(n))return h}},programExpression:function(n){var r=this.environment.children[n],c=[r.index,"data",r.blockParams];return(this.useBlockParams||this.useDepths)&&c.push("blockParams"),this.useDepths&&c.push("depths"),"container.program("+c.join(", ")+")"},useRegister:function(n){this.registers[n]||(this.registers[n]=!0,this.registers.list.push(n))},push:function(n){return n instanceof l||(n=this.source.wrap(n)),this.inlineStack.push(n),n},pushStackLiteral:function(n){this.push(new l(n))},pushSource:function(n){this.pendingContent&&(this.source.push(this.appendToBuffer(this.source.quotedString(this.pendingContent),this.pendingLocation)),this.pendingContent=void 0),n&&this.source.push(n)},replaceStack:function(n){var r=["("],c=void 0,h=void 0,g=void 0;if(!this.isInline())throw new u.default("replaceStack on non-inline");var y=this.popStack(!0);if(y instanceof l)c=[y.value],r=["(",c],g=!0;else{h=!0;var b=this.incrStack();r=["((",this.push(b)," = ",y,")"],c=this.topStack()}var _=n.call(this,c);g||this.popStack(),h&&this.stackSlot--,this.push(r.concat(_,")"))},incrStack:function(){return this.stackSlot++,this.stackSlot>this.stackVars.length&&this.stackVars.push("stack"+this.stackSlot),this.topStackName()},topStackName:function(){return"stack"+this.stackSlot},flushInline:function(){var n=this.inlineStack;this.inlineStack=[];for(var r=0,c=n.length;r<c;r++){var h=n[r];if(h instanceof l)this.compileStack.push(h);else{var g=this.incrStack();this.pushSource([g," = ",h,";"]),this.compileStack.push(g)}}},isInline:function(){return this.inlineStack.length},popStack:function(n){var r=this.isInline(),c=(r?this.inlineStack:this.compileStack).pop();if(!n&&c instanceof l)return c.value;if(!r){if(!this.stackSlot)throw new u.default("Invalid stack pop");this.stackSlot--}return c},topStack:function(){var n=this.isInline()?this.inlineStack:this.compileStack,r=n[n.length-1];return r instanceof l?r.value:r},contextName:function(n){return this.useDepths&&n?"depths["+n+"]":"depth"+n},quotedString:function(n){return this.source.quotedString(n)},objectLiteral:function(n){return this.source.objectLiteral(n)},aliasable:function(n){var r=this.aliases[n];return r?(r.referenceCount++,r):(r=this.aliases[n]=this.source.wrap(n),r.aliasable=!0,r.referenceCount=1,r)},setupHelper:function(n,r,c){var h=[],g=this.setupHelperArgs(r,n,h,c),y=this.nameLookup("helpers",r,"helper"),b=this.aliasable(this.contextName(0)+" != null ? "+this.contextName(0)+" : (container.nullContext || {})");return{params:h,paramsInit:g,name:y,callParams:[b].concat(h)}},setupParams:function(n,r,c){var h={},g=[],y=[],b=[],_=!c,v=void 0;_&&(c=[]),h.name=this.quotedString(n),h.hash=this.popStack(),this.trackIds&&(h.hashIds=this.popStack()),this.stringParams&&(h.hashTypes=this.popStack(),h.hashContexts=this.popStack());var E=this.popStack(),S=this.popStack();(S||E)&&(h.fn=S||"container.noop",h.inverse=E||"container.noop");for(var w=r;w--;)v=this.popStack(),c[w]=v,this.trackIds&&(b[w]=this.popStack()),this.stringParams&&(y[w]=this.popStack(),g[w]=this.popStack());return _&&(h.args=this.source.generateArray(c)),this.trackIds&&(h.ids=this.source.generateArray(b)),this.stringParams&&(h.types=this.source.generateArray(y),h.contexts=this.source.generateArray(g)),this.options.data&&(h.data="data"),this.useBlockParams&&(h.blockParams="blockParams"),h},setupHelperArgs:function(n,r,c,h){var g=this.setupParams(n,r,c);return g.loc=JSON.stringify(this.source.currentLocation),g=this.objectLiteral(g),h?(this.useRegister("options"),c.push("options"),["options=",g]):c?(c.push(g),""):g}},function(){for(var i="break else new var case finally return void catch for switch while continue function this with default if throw delete in try do instanceof typeof abstract enum int short boolean export interface static byte extends long super char final native synchronized class float package throws const goto private transient debugger implements protected volatile double import public let yield await null true false".split(" "),n=s.RESERVED_WORDS={},r=0,c=i.length;r<c;r++)n[i[r]]=!0}(),s.isValidJavaScriptVariableName=function(i){return!s.RESERVED_WORDS[i]&&/^[a-zA-Z_$][0-9a-zA-Z_$]*$/.test(i)};function m(i,n,r,c,h){var g=n.popStack(),y=r.length;i&&y--;for(var b=c;b<y;b++)g=n.nameLookup(g,r[b],h);return i?[n.aliasable("container.strict"),"(",g,", ",n.quotedString(r[y]),", ",JSON.stringify(n.source.currentLocation)," )"]:g}t.default=s,e.exports=t.default}(at,at.exports)),at.exports}var Gr;function as(){return Gr||(Gr=1,function(e,t){t.__esModule=!0;function a(y){return y&&y.__esModule?y:{default:y}}var o=Va(),p=a(o),u=un(),$=a(u),f=za(),d=ja(),l=is(),s=a(l),m=ln(),i=a(m),n=dn(),r=a(n),c=p.default.create;function h(){var y=c();return y.compile=function(b,_){return d.compile(b,_,y)},y.precompile=function(b,_){return d.precompile(b,_,y)},y.AST=$.default,y.Compiler=d.Compiler,y.JavaScriptCompiler=s.default,y.Parser=f.parser,y.parse=f.parse,y.parseWithoutProcessing=f.parseWithoutProcessing,y}var g=h();g.create=h,r.default(g),g.Visitor=i.default,g.default=g,t.default=g,e.exports=t.default}(Be,Be.exports)),Be.exports}as();var A=(e=>(e.ACTOR="ACTOR",e.ADDRESS="ADDRESS",e.ARRAY="ARRAY",e.BOOLEAN="BOOLEAN",e.CURRENCY="CURRENCY",e.DATE="DATE",e.DATE_TIME="DATE_TIME",e.EMAILS="EMAILS",e.FILES="FILES",e.FULL_NAME="FULL_NAME",e.LINKS="LINKS",e.MORPH_RELATION="MORPH_RELATION",e.MULTI_SELECT="MULTI_SELECT",e.NUMBER="NUMBER",e.NUMERIC="NUMERIC",e.PHONES="PHONES",e.POSITION="POSITION",e.RATING="RATING",e.RAW_JSON="RAW_JSON",e.RELATION="RELATION",e.RICH_TEXT="RICH_TEXT",e.SELECT="SELECT",e.TEXT="TEXT",e.TS_VECTOR="TS_VECTOR",e.UUID="UUID",e))(A||{}),I=(e=>(e.IS="IS",e.IS_NOT_NULL="IS_NOT_NULL",e.IS_NOT="IS_NOT",e.LESS_THAN_OR_EQUAL="LESS_THAN_OR_EQUAL",e.GREATER_THAN_OR_EQUAL="GREATER_THAN_OR_EQUAL",e.IS_BEFORE="IS_BEFORE",e.IS_AFTER="IS_AFTER",e.CONTAINS="CONTAINS",e.DOES_NOT_CONTAIN="DOES_NOT_CONTAIN",e.IS_EMPTY="IS_EMPTY",e.IS_NOT_EMPTY="IS_NOT_EMPTY",e.IS_RELATIVE="IS_RELATIVE",e.IS_IN_PAST="IS_IN_PAST",e.IS_IN_FUTURE="IS_IN_FUTURE",e.IS_TODAY="IS_TODAY",e.VECTOR_SEARCH="VECTOR_SEARCH",e))(I||{}),W=(e=>(e.Is="is",e.IsNotNull="isNotNull",e.IsNot="isNot",e.LessThanOrEqual="lessThan",e.GreaterThanOrEqual="greaterThan",e.IsBefore="isBefore",e.IsAfter="isAfter",e.Contains="contains",e.DoesNotContain="doesNotContain",e.IsEmpty="isEmpty",e.IsNotEmpty="isNotEmpty",e.IsRelative="isRelative",e.IsInPast="isInPast",e.IsInFuture="isInFuture",e.IsToday="isToday",e))(W||{}),fn=(e=>(e.Verify="/verify",e.VerifyEmail="/verify-email",e.SignInUp="/welcome",e.Invite="/invite/:workspaceInviteHash",e.ResetPassword="/reset-password/:passwordResetToken",e.CreateWorkspace="/create/workspace",e.CreateProfile="/create/profile",e.SyncEmails="/sync/emails",e.InviteTeam="/invite-team",e.PlanRequired="/plan-required",e.PlanRequiredSuccess="/plan-required/payment-success",e.BookCallDecision="/book-call-decision",e.BookCall="/book-call",e.Index="/",e.TasksPage="/objects/tasks",e.OpportunitiesPage="/objects/opportunities",e.RecordIndexPage="/objects/:objectNamePlural",e.RecordShowPage="/object/:objectNameSingular/:objectRecordId",e.PageLayoutPage="/page/:pageLayoutId",e.Settings="settings",e.SettingsCatchAll="/settings/*",e.Developers="developers",e.DevelopersCatchAll="/developers/*",e.Authorize="/authorize",e.NotFoundWildcard="*",e.NotFound="/not-found",e))(fn||{});let ut;const ss=new Uint8Array(16);function os(){if(!ut&&(ut=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!ut))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return ut(ss)}const G=[];for(let e=0;e<256;++e)G.push((e+256).toString(16).slice(1));function ds(e,t=0){return G[e[t+0]]+G[e[t+1]]+G[e[t+2]]+G[e[t+3]]+"-"+G[e[t+4]]+G[e[t+5]]+"-"+G[e[t+6]]+G[e[t+7]]+"-"+G[e[t+8]]+G[e[t+9]]+"-"+G[e[t+10]]+G[e[t+11]]+G[e[t+12]]+G[e[t+13]]+G[e[t+14]]+G[e[t+15]]}const us=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),Vr={randomUUID:us};function ls(e,t,a){if(Vr.randomUUID&&!e)return Vr.randomUUID();e=e||{};const o=e.random||(e.rng||os)();return o[6]=o[6]&15|64,o[8]=o[8]&63|128,ds(o)}var Ot=(e=>(e.EMAIL="EMAIL",e.CALENDAR="CALENDAR",e.WORKFLOW="WORKFLOW",e.AGENT="AGENT",e.API="API",e.IMPORT="IMPORT",e.MANUAL="MANUAL",e.SYSTEM="SYSTEM",e.WEBHOOK="WEBHOOK",e.APPLICATION="APPLICATION",e))(Ot||{});const cs={type:A.ACTOR,properties:[{name:"source",type:A.SELECT,hidden:!1,isRequired:!0,options:Object.keys(Ot).map((e,t)=>({id:ls(),label:`${Ot[e].toLowerCase()}`,value:e,position:t}))},{name:"workspaceMemberId",type:A.UUID,hidden:"input",isRequired:!1},{name:"name",type:A.TEXT,hidden:"input",isRequired:!0},{name:"context",type:A.RAW_JSON,hidden:!1,isRequired:!1}]};var lt=(e=>(e.MONDAY="MONDAY",e.SUNDAY="SUNDAY",e.SATURDAY="SATURDAY",e))(lt||{});A.CURRENCY+"",A.EMAILS+"",A.LINKS+"",A.PHONES+"",A.FULL_NAME+"",A.ADDRESS+"",A.ACTOR+"",A.RICH_TEXT+"";const hs={AED:{label:"UAE dirham"},AFN:{label:"Afghan afghani"},ALL:{label:"Albanian lek"},AMD:{label:"Armenian dram"},ANG:{label:"Netherlands Antillean guilder"},AOA:{label:"Angolan kwanza"},ARS:{label:"Argentine peso"},AUD:{label:"Australian dollar"},AWG:{label:"Aruban florin"},AZN:{label:"Azerbaijani manat"},BAM:{label:"Bosnia and Herzegovina mark"},BBD:{label:"Barbados dollar"},BDT:{label:"Bangladeshi taka"},BGN:{label:"Bulgarian lev"},BHD:{label:"Bahraini dinar"},BIF:{label:"Burundian franc"},BMD:{label:"Bermudian dollar"},BND:{label:"Brunei dollar"},BOB:{label:"Boliviano"},BRL:{label:"Brazilian real"},BSD:{label:"Bahamian dollar"},BTN:{label:"Bhutanese ngultrum"},BWP:{label:"Botswana pula"},BYN:{label:"Belarusian ruble"},BZD:{label:"Belize dollar"},CAD:{label:"Canadian dollar"},CDF:{label:"Congolese franc"},CHF:{label:"Swiss franc"},CLP:{label:"Chilean peso"},CLF:{label:"Unidad de Fomento"},CNY:{label:"Chinese yuan"},COP:{label:"Colombian peso"},CRC:{label:"Costa Rican colon"},CUP:{label:"Cuban peso"},CVE:{label:"Cape Verdean escudo"},CZK:{label:"Czech koruna"},DJF:{label:"Djiboutian franc"},DKK:{label:"Danish krone"},DOP:{label:"Dominican peso"},DZD:{label:"Algerian Dinar"},EGP:{label:"Egyptian pound"},ERN:{label:"Eritrean nakfa"},ETB:{label:"Ethiopian birr"},EUR:{label:"Euro"},FJD:{label:"Fiji dollar"},FKP:{label:"Falkland Islands pound"},GBP:{label:"British pound"},GEL:{label:"Georgian lari"},GHS:{label:"Ghanaian cedi"},GIP:{label:"Gibraltar pound"},GMD:{label:"Gambian dalasi"},GNF:{label:"Guinean franc"},GTQ:{label:"Guatemalan quetzal"},GYD:{label:"Guyanese dollar"},HKD:{label:"Hong Kong dollar"},HNL:{label:"Honduran lempira"},HTG:{label:"Haitian gourde"},HUF:{label:"Hungarian forint"},IDR:{label:"Indonesian rupiah"},ILS:{label:"Israeli shekel"},INR:{label:"Indian rupee"},IQD:{label:"Iraqi dinar"},IRR:{label:"Iranian rial"},ISK:{label:"Icelandic króna"},JMD:{label:"Jamaican dollar"},JOD:{label:"Jordanian dinar"},JPY:{label:"Japanese yen"},KES:{label:"Kenyan shilling"},KGS:{label:"Kyrgyzstani som"},KHR:{label:"Cambodian riel"},KMF:{label:"Comoro franc"},KPW:{label:"North Korean won"},KRW:{label:"South Korean won"},KWD:{label:"Kuwaiti dinar"},KYD:{label:"Cayman Islands dollar"},KZT:{label:"Kazakhstani tenge"},LAK:{label:"Lao kip"},LBP:{label:"Lebanese pound"},LKR:{label:"Sri Lankan rupee"},LRD:{label:"Liberian dollar"},LSL:{label:"Lesotho loti"},LYD:{label:"Libyan dinar"},MAD:{label:"Moroccan dirham"},MDL:{label:"Moldovan leu"},MGA:{label:"Malagasy ariary"},MKD:{label:"Macedonian denar"},MMK:{label:"Myanmar kyat"},MNT:{label:"Mongolian tögrög"},MOP:{label:"Macanese pataca"},MRU:{label:"Mauritanian ouguiya"},MUR:{label:"Mauritian rupee"},MVR:{label:"Maldivian rufiyaa"},MWK:{label:"Malawian kwacha"},MXN:{label:"Mexican peso"},MYR:{label:"Malaysian ringgit"},MZN:{label:"Mozambican metical"},NAD:{label:"Namibian dollar"},NGN:{label:"Nigerian naira"},NIO:{label:"Nicaraguan córdoba"},NOK:{label:"Norwegian krone"},NPR:{label:"Nepalese rupee"},NZD:{label:"New Zealand dollar"},OMR:{label:"Omani rial"},PAB:{label:"Panamanian balboa"},PEN:{label:"Peruvian sol"},PGK:{label:"Papua New Guinean kina"},PHP:{label:"Philippine peso"},PKR:{label:"Pakistani rupee"},PLN:{label:"Polish złoty"},PYG:{label:"Paraguayan guaraní"},QAR:{label:"Qatari riyal"},RON:{label:"Romanian leu"},RSD:{label:"Serbian dinar"},RUB:{label:"Russian ruble"},RWF:{label:"Rwandan franc"},SAR:{label:"Saudi riyal"},SBD:{label:"Solomon Islands dollar"},SCR:{label:"Seychelles rupee"},SDG:{label:"Sudanese pound"},SEK:{label:"Swedish krona"},SGD:{label:"Singapore dollar"},SHP:{label:"Saint Helena pound"},SLE:{label:"Sierra Leonean leone"},SOS:{label:"Somalian shilling"},SRD:{label:"Surinamese dollar"},SSP:{label:"South Sudanese pound"},STN:{label:"São Tomé and Príncipe dobra"},SVC:{label:"Salvadoran colón"},SYP:{label:"Syrian pound"},SZL:{label:"Swazi lilangeni"},THB:{label:"Thai Baht"},TJS:{label:"Tajikistani somoni"},TMT:{label:"Turkmenistan manat"},TND:{label:"Tunisian dinar"},TOP:{label:"Tongan paʻanga"},TRY:{label:"Turkish lira"},TTD:{label:"Trinidad and Tobago dollar"},TWD:{label:"Taiwanese dollar"},TZS:{label:"Tanzanian shilling"},UAH:{label:"Ukrainian hryvnia"},UGX:{label:"Ugandan shilling"},USD:{label:"United States dollar"},UYU:{label:"Uruguayan peso"},UZS:{label:"Uzbekistani sum"},VES:{label:"Venezuelan bolívar"},VND:{label:"Vietnamese đồng"},VUV:{label:"Vanuatu vatu"},WST:{label:"Samoan tala"},XOF:{label:"West African CFA franc"},XCD:{label:"East Caribbean dollar"},YER:{label:"Yemeni rial"},ZAR:{label:"South African rand"},ZMW:{label:"Zambian kwacha"},ZWG:{label:"Zimbabwe Gold"}};A.TEXT,A.FULL_NAME,A.UUID;const ps=e=>/^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i.test(e);var kt,Wr;function fs(){if(Wr)return kt;Wr=1;var e="[object Symbol]",t=/[\\^$.*+?()[\]{}|]/g,a=RegExp(t.source),o=typeof ce=="object"&&ce&&ce.Object===Object&&ce,p=typeof self=="object"&&self&&self.Object===Object&&self,u=o||p||Function("return this")(),$=Object.prototype,f=$.toString,d=u.Symbol,l=d?d.prototype:void 0,s=l?l.toString:void 0;function m(h){if(typeof h=="string")return h;if(n(h))return s?s.call(h):"";var g=h+"";return g=="0"&&1/h==-1/0?"-0":g}function i(h){return!!h&&typeof h=="object"}function n(h){return typeof h=="symbol"||i(h)&&f.call(h)==e}function r(h){return h==null?"":m(h)}function c(h){return h=r(h),h&&a.test(h)?h.replace(t,"\\$&"):h}return kt=c,kt}fs();var wt,Kr;function $s(){if(Kr)return wt;Kr=1;var e="[object Symbol]",t=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,a=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,o="\\ud800-\\udfff",p="\\u0300-\\u036f\\ufe20-\\ufe23",u="\\u20d0-\\u20f0",$="\\u2700-\\u27bf",f="a-z\\xdf-\\xf6\\xf8-\\xff",d="\\xac\\xb1\\xd7\\xf7",l="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",s="\\u2000-\\u206f",m=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",i="A-Z\\xc0-\\xd6\\xd8-\\xde",n="\\ufe0e\\ufe0f",r=d+l+s+m,c="['’]",h="["+o+"]",g="["+r+"]",y="["+p+u+"]",b="\\d+",_="["+$+"]",v="["+f+"]",E="[^"+o+r+b+$+f+i+"]",S="\\ud83c[\\udffb-\\udfff]",w="(?:"+y+"|"+S+")",x="[^"+o+"]",R="(?:\\ud83c[\\udde6-\\uddff]){2}",M="[\\ud800-\\udbff][\\udc00-\\udfff]",C="["+i+"]",P="\\u200d",N="(?:"+v+"|"+E+")",H="(?:"+C+"|"+E+")",q="(?:"+c+"(?:d|ll|m|re|s|t|ve))?",Z="(?:"+c+"(?:D|LL|M|RE|S|T|VE))?",we=w+"?",Vt="["+n+"]?",An="(?:"+P+"(?:"+[x,R,M].join("|")+")"+Vt+we+")*",Wt=Vt+we+An,Mn="(?:"+[_,R,M].join("|")+")"+Wt,kn="(?:"+[x+y+"?",y,R,M,h].join("|")+")",wn=RegExp(c,"g"),xn=RegExp(y,"g"),Rn=RegExp(S+"(?="+S+")|"+kn+Wt,"g"),In=RegExp([C+"?"+v+"+"+q+"(?="+[g,C,"$"].join("|")+")",H+"+"+Z+"(?="+[g,C+N,"$"].join("|")+")",C+"?"+N+"+"+q,C+"+"+Z,b,Mn].join("|"),"g"),On=RegExp("["+P+o+p+u+n+"]"),Nn=/[a-z][A-Z]|[A-Z]{2,}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Tn={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"ss"},Ln=typeof ce=="object"&&ce&&ce.Object===Object&&ce,Dn=typeof self=="object"&&self&&self.Object===Object&&self,Fn=Ln||Dn||Function("return this")();function Bn(k,O,F,ie){for(var K=-1,Fe=k?k.length:0;++K<Fe;)F=O(F,k[K],K,k);return F}function Un(k){return k.split("")}function Hn(k){return k.match(t)||[]}function qn(k){return function(O){return k?.[O]}}var Gn=qn(Tn);function Kt(k){return On.test(k)}function Vn(k){return Nn.test(k)}function Wn(k){return Kt(k)?Kn(k):Un(k)}function Kn(k){return k.match(Rn)||[]}function Yn(k){return k.match(In)||[]}var zn=Object.prototype,jn=zn.toString,Yt=Fn.Symbol,zt=Yt?Yt.prototype:void 0,jt=zt?zt.toString:void 0;function Jn(k,O,F){var ie=-1,K=k.length;O<0&&(O=-O>K?0:K+O),F=F>K?K:F,F<0&&(F+=K),K=O>F?0:F-O>>>0,O>>>=0;for(var Fe=Array(K);++ie<K;)Fe[ie]=k[ie+O];return Fe}function Zn(k){if(typeof k=="string")return k;if(ri(k))return jt?jt.call(k):"";var O=k+"";return O=="0"&&1/k==-1/0?"-0":O}function Xn(k,O,F){var ie=k.length;return F=F===void 0?ie:F,!O&&F>=ie?k:Jn(k,O,F)}function Qn(k){return function(O){O=De(O);var F=Kt(O)?Wn(O):void 0,ie=F?F[0]:O.charAt(0),K=F?Xn(F,1).join(""):O.slice(1);return ie[k]()+K}}function ei(k){return function(O){return Bn(oi(ai(O).replace(wn,"")),k,"")}}function ti(k){return!!k&&typeof k=="object"}function ri(k){return typeof k=="symbol"||ti(k)&&jn.call(k)==e}function De(k){return k==null?"":Zn(k)}var ni=ei(function(k,O,F){return O=O.toLowerCase(),k+(F?ii(O):O)});function ii(k){return si(De(k).toLowerCase())}function ai(k){return k=De(k),k&&k.replace(a,Gn).replace(xn,"")}var si=Qn("toUpperCase");function oi(k,O,F){return k=De(k),O=O,O===void 0?Vn(k)?Yn(k):Hn(k):k.match(O)||[]}return wt=ni,wt}$s();const $n="en",gs={en:$n,"pseudo-en":"pseudo-en","af-ZA":"af-ZA","ar-SA":"ar-SA","ca-ES":"ca-ES","cs-CZ":"cs-CZ","da-DK":"da-DK","de-DE":"de-DE","el-GR":"el-GR","es-ES":"es-ES","fi-FI":"fi-FI","fr-FR":"fr-FR","he-IL":"he-IL","hu-HU":"hu-HU","it-IT":"it-IT","ja-JP":"ja-JP","ko-KR":"ko-KR","nl-NL":"nl-NL","no-NO":"no-NO","pl-PL":"pl-PL","pt-BR":"pt-BR","pt-PT":"pt-PT","ro-RO":"ro-RO","ru-RU":"ru-RU","sr-Cyrl":"sr-Cyrl","sv-SE":"sv-SE","tr-TR":"tr-TR","uk-UA":"uk-UA","vi-VN":"vi-VN","zh-CN":"zh-CN","zh-TW":"zh-TW"},ms={version:4,country_calling_codes:{1:["US","AG","AI","AS","BB","BM","BS","CA","DM","DO","GD","GU","JM","KN","KY","LC","MP","MS","PR","SX","TC","TT","VC","VG","VI"],7:["RU","KZ"],20:["EG"],27:["ZA"],30:["GR"],31:["NL"],32:["BE"],33:["FR"],34:["ES"],36:["HU"],39:["IT","VA"],40:["RO"],41:["CH"],43:["AT"],44:["GB","GG","IM","JE"],45:["DK"],46:["SE"],47:["NO","SJ"],48:["PL"],49:["DE"],51:["PE"],52:["MX"],53:["CU"],54:["AR"],55:["BR"],56:["CL"],57:["CO"],58:["VE"],60:["MY"],61:["AU","CC","CX"],62:["ID"],63:["PH"],64:["NZ"],65:["SG"],66:["TH"],81:["JP"],82:["KR"],84:["VN"],86:["CN"],90:["TR"],91:["IN"],92:["PK"],93:["AF"],94:["LK"],95:["MM"],98:["IR"],211:["SS"],212:["MA","EH"],213:["DZ"],216:["TN"],218:["LY"],220:["GM"],221:["SN"],222:["MR"],223:["ML"],224:["GN"],225:["CI"],226:["BF"],227:["NE"],228:["TG"],229:["BJ"],230:["MU"],231:["LR"],232:["SL"],233:["GH"],234:["NG"],235:["TD"],236:["CF"],237:["CM"],238:["CV"],239:["ST"],240:["GQ"],241:["GA"],242:["CG"],243:["CD"],244:["AO"],245:["GW"],246:["IO"],247:["AC"],248:["SC"],249:["SD"],250:["RW"],251:["ET"],252:["SO"],253:["DJ"],254:["KE"],255:["TZ"],256:["UG"],257:["BI"],258:["MZ"],260:["ZM"],261:["MG"],262:["RE","YT"],263:["ZW"],264:["NA"],265:["MW"],266:["LS"],267:["BW"],268:["SZ"],269:["KM"],290:["SH","TA"],291:["ER"],297:["AW"],298:["FO"],299:["GL"],350:["GI"],351:["PT"],352:["LU"],353:["IE"],354:["IS"],355:["AL"],356:["MT"],357:["CY"],358:["FI","AX"],359:["BG"],370:["LT"],371:["LV"],372:["EE"],373:["MD"],374:["AM"],375:["BY"],376:["AD"],377:["MC"],378:["SM"],380:["UA"],381:["RS"],382:["ME"],383:["XK"],385:["HR"],386:["SI"],387:["BA"],389:["MK"],420:["CZ"],421:["SK"],423:["LI"],500:["FK"],501:["BZ"],502:["GT"],503:["SV"],504:["HN"],505:["NI"],506:["CR"],507:["PA"],508:["PM"],509:["HT"],590:["GP","BL","MF"],591:["BO"],592:["GY"],593:["EC"],594:["GF"],595:["PY"],596:["MQ"],597:["SR"],598:["UY"],599:["CW","BQ"],670:["TL"],672:["NF"],673:["BN"],674:["NR"],675:["PG"],676:["TO"],677:["SB"],678:["VU"],679:["FJ"],680:["PW"],681:["WF"],682:["CK"],683:["NU"],685:["WS"],686:["KI"],687:["NC"],688:["TV"],689:["PF"],690:["TK"],691:["FM"],692:["MH"],850:["KP"],852:["HK"],853:["MO"],855:["KH"],856:["LA"],880:["BD"],886:["TW"],960:["MV"],961:["LB"],962:["JO"],963:["SY"],964:["IQ"],965:["KW"],966:["SA"],967:["YE"],968:["OM"],970:["PS"],971:["AE"],972:["IL"],973:["BH"],974:["QA"],975:["BT"],976:["MN"],977:["NP"],992:["TJ"],993:["TM"],994:["AZ"],995:["GE"],996:["KG"],998:["UZ"]},countries:{AC:["247","00","(?:[01589]\\d|[46])\\d{4}",[5,6]],AD:["376","00","(?:1|6\\d)\\d{7}|[135-9]\\d{5}",[6,8,9],[["(\\d{3})(\\d{3})","$1 $2",["[135-9]"]],["(\\d{4})(\\d{4})","$1 $2",["1"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]]],AE:["971","00","(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}",[5,6,7,8,9,10,11,12],[["(\\d{3})(\\d{2,9})","$1 $2",["60|8"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[236]|[479][2-8]"],"0$1"],["(\\d{3})(\\d)(\\d{5})","$1 $2 $3",["[479]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"]],"0"],AF:["93","00","[2-7]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"]],"0"],AG:["1","011","(?:268|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([457]\\d{6})$|1","268$1",0,"268"],AI:["1","011","(?:264|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2457]\\d{6})$|1","264$1",0,"264"],AL:["355","00","(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}",[6,7,8,9],[["(\\d{3})(\\d{3,4})","$1 $2",["80|9"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["4[2-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2358][2-5]|4"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["[23578]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["6"],"0$1"]],"0"],AM:["374","00","(?:[1-489]\\d|55|60|77)\\d{6}",[8],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[89]0"],"0 $1"],["(\\d{3})(\\d{5})","$1 $2",["2|3[12]"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["1|47"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["[3-9]"],"0$1"]],"0"],AO:["244","00","[29]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[29]"]]]],AR:["54","00","(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}",[10,11],[["(\\d{4})(\\d{2})(\\d{4})","$1 $2-$3",["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])","2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["1"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[68]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2-$3",["[23]"],"0$1",1],["(\\d)(\\d{4})(\\d{2})(\\d{4})","$2 15-$3-$4",["9(?:2[2-469]|3[3-578])","9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))","9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",0,"$1 $2 $3-$4"],["(\\d)(\\d{2})(\\d{4})(\\d{4})","$2 15-$3-$4",["91"],"0$1",0,"$1 $2 $3-$4"],["(\\d{3})(\\d{3})(\\d{5})","$1-$2-$3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{4})","$2 15-$3-$4",["9"],"0$1",0,"$1 $2 $3-$4"]],"0",0,"0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?","9$1"],AS:["1","011","(?:[58]\\d\\d|684|900)\\d{7}",[10],0,"1",0,"([267]\\d{6})$|1","684$1",0,"684"],AT:["43","00","1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}",[4,5,6,7,8,9,10,11,12,13],[["(\\d)(\\d{3,12})","$1 $2",["1(?:11|[2-9])"],"0$1"],["(\\d{3})(\\d{2})","$1 $2",["517"],"0$1"],["(\\d{2})(\\d{3,5})","$1 $2",["5[079]"],"0$1"],["(\\d{3})(\\d{3,10})","$1 $2",["(?:31|4)6|51|6(?:5[0-3579]|[6-9])|7(?:20|32|8)|[89]"],"0$1"],["(\\d{4})(\\d{3,9})","$1 $2",["[2-467]|5[2-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["5"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,7})","$1 $2 $3",["5"],"0$1"]],"0"],AU:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}",[5,6,7,8,9,10,12],[["(\\d{2})(\\d{3,4})","$1 $2",["16"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,4})","$1 $2 $3",["16"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["14|4"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["[2378]"],"(0$1)"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:30|[89])"]]],"0",0,"(183[12])|0",0,0,0,[["(?:(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|7(?:[013-57-9]\\d|2[0-8]))\\d|3(?:(?:[0-3589]\\d|6[1-9]|7[0-35-9])\\d|4(?:[0-578]\\d|90)))\\d\\d|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4])|3\\d\\d)|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}",[9]],["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,["163\\d{2,6}",[5,6,7,8,9]],["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],AW:["297","00","(?:[25-79]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[25-9]"]]]],AX:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}",[5,6,7,8,9,10,11,12],0,"0",0,0,0,0,"18",0,"00"],AZ:["994","00","365\\d{6}|(?:[124579]\\d|60|88)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["90"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[28]|2|365|46","1[28]|2|365[45]|46","1[28]|2|365(?:4|5[02])|46"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[13-9]"],"0$1"]],"0"],BA:["387","00","6\\d{8}|(?:[35689]\\d|49|70)\\d{6}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["6[1-3]|[7-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2-$3",["[3-5]|6[56]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["6"],"0$1"]],"0"],BB:["1","011","(?:246|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","246$1",0,"246"],BD:["880","00","[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}",[6,7,8,9,10],[["(\\d{2})(\\d{4,6})","$1-$2",["31[5-8]|[459]1"],"0$1"],["(\\d{3})(\\d{3,7})","$1-$2",["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"],"0$1"],["(\\d{4})(\\d{3,6})","$1-$2",["[13-9]|22"],"0$1"],["(\\d)(\\d{7,8})","$1-$2",["2"],"0$1"]],"0"],BE:["32","00","4\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:80|9)0"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[239]|4[23]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[15-8]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4"],"0$1"]],"0"],BF:["226","00","[025-7]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[025-7]"]]]],BG:["359","00","00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}",[6,7,8,9,12],[["(\\d)(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["43[1-6]|70[1-9]"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:70|8)0"],"0$1"],["(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3",["43[1-7]|7"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[48]|9[08]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1"]],"0"],BH:["973","00","[136-9]\\d{7}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[13679]|8[02-4679]"]]]],BI:["257","00","(?:[267]\\d|31)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2367]"]]]],BJ:["229","00","[24-689]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24-689]"]]]],BL:["590","00","590\\d{6}|(?:69|80|9\\d)\\d{7}",[9],0,"0",0,0,0,0,0,[["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"],["69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|76[018])\\d|475[0-5])\\d{4}"]]],BM:["1","011","(?:441|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","441$1",0,"441"],BN:["673","00","[2-578]\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-578]"]]]],BO:["591","00(?:1\\d)?","8001\\d{5}|(?:[2-467]\\d|50)\\d{6}",[8,9],[["(\\d)(\\d{7})","$1 $2",["[235]|4[46]"]],["(\\d{8})","$1",["[67]"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["8"]]],"0",0,"0(1\\d)?"],BQ:["599","00","(?:[34]1|7\\d)\\d{5}",[7],0,0,0,0,0,0,"[347]"],BR:["55","00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)","(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-46-9]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}",[8,9,10,11],[["(\\d{4})(\\d{4})","$1-$2",["300|4(?:0[02]|37)","4(?:02|37)0|[34]00"]],["(\\d{3})(\\d{2,3})(\\d{4})","$1 $2 $3",["(?:[358]|90)0"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"],"($1)"],["(\\d{2})(\\d{5})(\\d{4})","$1 $2-$3",["[16][1-9]|[2-57-9]"],"($1)"]],"0",0,"(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?","$2"],BS:["1","011","(?:242|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([3-8]\\d{6})$|1","242$1",0,"242"],BT:["975","00","[17]\\d{7}|[2-8]\\d{6}",[7,8],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[2-68]|7[246]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[67]|7"]]]],BW:["267","00","(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}",[7,8,10],[["(\\d{2})(\\d{5})","$1 $2",["90"]],["(\\d{3})(\\d{4})","$1 $2",["[24-6]|3[15-9]"]],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37]"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["0"]],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["8"]]]],BY:["375","810","(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}",[6,7,8,9,10,11],[["(\\d{3})(\\d{3})","$1 $2",["800"],"8 $1"],["(\\d{3})(\\d{2})(\\d{2,4})","$1 $2 $3",["800"],"8 $1"],["(\\d{4})(\\d{2})(\\d{3})","$1 $2-$3",["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])","1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"],"8 0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["1(?:[56]|7[467])|2[1-3]"],"8 0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-4]"],"8 0$1"],["(\\d{3})(\\d{3,4})(\\d{4})","$1 $2 $3",["[89]"],"8 $1"]],"8",0,"0|80?",0,0,0,0,"8~10"],BZ:["501","00","(?:0800\\d|[2-8])\\d{6}",[7,11],[["(\\d{3})(\\d{4})","$1-$2",["[2-8]"]],["(\\d)(\\d{3})(\\d{4})(\\d{3})","$1-$2-$3-$4",["0"]]]],CA:["1","011","(?:[2-8]\\d|90)\\d{8}|3\\d{6}",[7,10],0,"1",0,0,0,0,0,[["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|90[25])[2-9]\\d{6}",[10]],["",[10]],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}",[10]],["900[2-9]\\d{6}",[10]],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:00|2[125-9]|33|44|66|77|88)|622)[2-9]\\d{6}",[10]],0,["310\\d{4}",[7]],0,["600[2-9]\\d{6}",[10]]]],CC:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"([59]\\d{7})$|0","8$1",0,0,[["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}",[9]],["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],CD:["243","00","[189]\\d{8}|[1-68]\\d{6}",[7,9],[["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\d{2})(\\d{5})","$1 $2",["[1-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[89]"],"0$1"]],"0"],CF:["236","00","(?:[27]\\d{3}|8776)\\d{4}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[278]"]]]],CG:["242","00","222\\d{6}|(?:0\\d|80)\\d{7}",[9],[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["8"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[02]"]]]],CH:["41","00","8\\d{11}|[2-9]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8[047]|90"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-79]|81"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["8"],"0$1"]],"0"],CI:["225","00","[02]\\d{9}",[10],[["(\\d{2})(\\d{2})(\\d)(\\d{5})","$1 $2 $3 $4",["2"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3 $4",["0"]]]],CK:["682","00","[2-578]\\d{4}",[5],[["(\\d{2})(\\d{3})","$1 $2",["[2-578]"]]]],CL:["56","(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0","12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}",[9,10,11],[["(\\d{5})(\\d{4})","$1 $2",["219","2196"],"($1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["44"]],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2[1-36]"],"($1)"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["9[2-9]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"],"($1)"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["60|8"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{3})(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3 $4",["60"]]]],CM:["237","00","[26]\\d{8}|88\\d{6,7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["88"]],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[26]|88"]]]],CN:["86","00|1(?:[12]\\d|79)\\d\\d00","1[127]\\d{8,9}|2\\d{9}(?:\\d{2})?|[12]\\d{6,7}|86\\d{6}|(?:1[03-689]\\d|6)\\d{7,9}|(?:[3-579]\\d|8[0-57-9])\\d{6,9}",[7,8,9,10,11,12],[["(\\d{2})(\\d{5,6})","$1 $2",["(?:10|2[0-57-9])[19]","(?:10|2[0-57-9])(?:10|9[56])","10(?:10|9[56])|2[0-57-9](?:100|9[56])"],"0$1"],["(\\d{3})(\\d{5,6})","$1 $2",["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]","(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]","85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])","85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["(?:4|80)0"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["10|2(?:[02-57-9]|1[1-9])","10|2(?:[02-57-9]|1[1-9])","10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"],"0$1",1],["(\\d{3})(\\d{7,8})","$1 $2",["9"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["80"],"0$1",1],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[3-578]"],"0$1",1],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["1[3-9]"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3 $4",["[12]"],"0$1",1]],"0",0,"(1(?:[12]\\d|79)\\d\\d)|0",0,0,0,0,"00"],CO:["57","00(?:4(?:[14]4|56)|[579])","(?:60\\d\\d|9101)\\d{6}|(?:1\\d|3)\\d{9}",[10,11],[["(\\d{3})(\\d{7})","$1 $2",["6"],"($1)"],["(\\d{3})(\\d{7})","$1 $2",["3[0-357]|91"]],["(\\d)(\\d{3})(\\d{7})","$1-$2-$3",["1"],"0$1",0,"$1 $2 $3"]],"0",0,"0([3579]|4(?:[14]4|56))?"],CR:["506","00","(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}",[8,10],[["(\\d{4})(\\d{4})","$1 $2",["[2-7]|8[3-9]"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[89]"]]],0,0,"(19(?:0[0-2468]|1[09]|20|66|77|99))"],CU:["53","119","(?:[2-7]|8\\d\\d)\\d{7}|[2-47]\\d{6}|[34]\\d{5}",[6,7,8,10],[["(\\d{2})(\\d{4,6})","$1 $2",["2[1-4]|[34]"],"(0$1)"],["(\\d)(\\d{6,7})","$1 $2",["7"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["[56]"],"0$1"],["(\\d{3})(\\d{7})","$1 $2",["8"],"0$1"]],"0"],CV:["238","0","(?:[2-59]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[2-589]"]]]],CW:["599","00","(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[3467]"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["9[4-8]"]]],0,0,0,0,0,"[69]"],CX:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"([59]\\d{7})$|0","8$1",0,0,[["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}",[9]],["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],CY:["357","00","(?:[279]\\d|[58]0)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[257-9]"]]]],CZ:["420","00","(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]|9[015-7]"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3 $4",["96"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]]]],DE:["49","00","[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}",[4,5,6,7,8,9,10,11,12,13,14,15],[["(\\d{2})(\\d{3,13})","$1 $2",["3[02]|40|[68]9"],"0$1"],["(\\d{3})(\\d{3,12})","$1 $2",["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1","2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"],"0$1"],["(\\d{4})(\\d{2,11})","$1 $2",["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]","[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["138"],"0$1"],["(\\d{5})(\\d{2,10})","$1 $2",["3"],"0$1"],["(\\d{3})(\\d{5,11})","$1 $2",["181"],"0$1"],["(\\d{3})(\\d)(\\d{4,10})","$1 $2 $3",["1(?:3|80)|9"],"0$1"],["(\\d{3})(\\d{7,8})","$1 $2",["1[67]"],"0$1"],["(\\d{3})(\\d{7,12})","$1 $2",["8"],"0$1"],["(\\d{5})(\\d{6})","$1 $2",["185","1850","18500"],"0$1"],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{4})(\\d{7})","$1 $2",["18[68]"],"0$1"],["(\\d{4})(\\d{7})","$1 $2",["15[1279]"],"0$1"],["(\\d{5})(\\d{6})","$1 $2",["15[03568]","15(?:[0568]|31)"],"0$1"],["(\\d{3})(\\d{8})","$1 $2",["18"],"0$1"],["(\\d{3})(\\d{2})(\\d{7,8})","$1 $2 $3",["1(?:6[023]|7)"],"0$1"],["(\\d{4})(\\d{2})(\\d{7})","$1 $2 $3",["15[279]"],"0$1"],["(\\d{3})(\\d{2})(\\d{8})","$1 $2 $3",["15"],"0$1"]],"0"],DJ:["253","00","(?:2\\d|77)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[27]"]]]],DK:["45","00","[2-9]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-9]"]]]],DM:["1","011","(?:[58]\\d\\d|767|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","767$1",0,"767"],DO:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,0,0,0,"8001|8[024]9"],DZ:["213","00","(?:[1-4]|[5-79]\\d|80)\\d{7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-4]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["9"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-8]"],"0$1"]],"0"],EC:["593","00","1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}",[8,9,10,11],[["(\\d)(\\d{3})(\\d{4})","$1 $2-$3",["[2-7]"],"(0$1)",0,"$1-$2-$3"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["9"],"0$1"],["(\\d{4})(\\d{3})(\\d{3,4})","$1 $2 $3",["1"]]],"0"],EE:["372","00","8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88","[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]],["(\\d{4})(\\d{3,4})","$1 $2",["[45]|8(?:00|[1-49])","[45]|8(?:00[1-9]|[1-49])"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]]],EG:["20","00","[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}",[8,9,10],[["(\\d)(\\d{7,8})","$1 $2",["[23]"],"0$1"],["(\\d{2})(\\d{6,7})","$1 $2",["1[35]|[4-6]|8[2468]|9[235-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{8})","$1 $2",["1"],"0$1"]],"0"],EH:["212","00","[5-8]\\d{8}",[9],0,"0",0,0,0,0,"528[89]"],ER:["291","00","[178]\\d{6}",[7],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[178]"],"0$1"]],"0"],ES:["34","00","[5-9]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[89]00"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-9]"]]]],ET:["251","00","(?:11|[2-579]\\d)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-579]"],"0$1"]],"0"],FI:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}",[5,6,7,8,9,10,11,12],[["(\\d{5})","$1",["20[2-59]"],"0$1"],["(\\d{3})(\\d{3,7})","$1 $2",["(?:[1-3]0|[68])0|70[07-9]"],"0$1"],["(\\d{2})(\\d{4,8})","$1 $2",["[14]|2[09]|50|7[135]"],"0$1"],["(\\d{2})(\\d{6,10})","$1 $2",["7"],"0$1"],["(\\d)(\\d{4,9})","$1 $2",["(?:1[49]|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"],"0$1"]],"0",0,0,0,0,"1[03-79]|[2-9]",0,"00"],FJ:["679","0(?:0|52)","45\\d{5}|(?:0800\\d|[235-9])\\d{6}",[7,11],[["(\\d{3})(\\d{4})","$1 $2",["[235-9]|45"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]]],0,0,0,0,0,0,0,"00"],FK:["500","00","[2-7]\\d{4}",[5]],FM:["691","00","(?:[39]\\d\\d|820)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[389]"]]]],FO:["298","00","[2-9]\\d{5}",[6],[["(\\d{6})","$1",["[2-9]"]]],0,0,"(10(?:01|[12]0|88))"],FR:["33","00","[1-9]\\d{8}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0 $1"],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[1-79]"],"0$1"]],"0"],GA:["241","00","(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}",[7,8],[["(\\d)(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-7]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["11|[67]"],"0$1"]],0,0,"0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})","$1"],GB:["44","00","[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}",[7,9,10],[["(\\d{3})(\\d{4})","$1 $2",["800","8001","80011","800111","8001111"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["845","8454","84546","845464"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["800"],"0$1"],["(\\d{5})(\\d{4,5})","$1 $2",["1(?:38|5[23]|69|76|94)","1(?:(?:38|69)7|5(?:24|39)|768|946)","1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"],"0$1"],["(\\d{4})(\\d{5,6})","$1 $2",["1(?:[2-69][02-9]|[78])"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[25]|7(?:0|6[02-9])","[25]|7(?:0|6(?:[03-9]|2[356]))"],"0$1"],["(\\d{4})(\\d{6})","$1 $2",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[1389]"],"0$1"]],"0",0,0,0,0,0,[["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0-35])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|50))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-3]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}",[9,10]],["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}",[10]],["80[08]\\d{7}|800\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d",[7,10]],["70\\d{8}",[10]],0,["(?:3[0347]|55)\\d{8}",[10]],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}",[10]],["56\\d{8}",[10]]],0," x"],GD:["1","011","(?:473|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","473$1",0,"473"],GE:["995","00","(?:[3-57]\\d\\d|800)\\d{6}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["32"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[57]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[348]"],"0$1"]],"0"],GF:["594","00","[56]94\\d{6}|(?:80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[56]|9[47]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[89]"],"0$1"]],"0"],GG:["44","00","(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?",[7,9,10],0,"0",0,"([25-9]\\d{5})$|0","1481$1",0,0,[["1481[25-9]\\d{5}",[10]],["7(?:(?:781|839)\\d|911[17])\\d{5}",[10]],["80[08]\\d{7}|800\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d",[7,10]],["70\\d{8}",[10]],0,["(?:3[0347]|55)\\d{8}",[10]],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}",[10]],["56\\d{8}",[10]]]],GH:["233","00","(?:[235]\\d{3}|800)\\d{5}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["8"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[235]"],"0$1"]],"0"],GI:["350","00","(?:[25]\\d|60)\\d{6}",[8],[["(\\d{3})(\\d{5})","$1 $2",["2"]]]],GL:["299","00","(?:19|[2-689]\\d|70)\\d{4}",[6],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["19|[2-9]"]]]],GM:["220","00","[2-9]\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],GN:["224","00","722\\d{6}|(?:3|6\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["3"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[67]"]]]],GP:["590","00","590\\d{6}|(?:69|80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[569]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0",0,0,0,0,0,[["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"],["69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|76[018])\\d|475[0-5])\\d{4}"]]],GQ:["240","00","222\\d{6}|(?:3\\d|55|[89]0)\\d{7}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235]"]],["(\\d{3})(\\d{6})","$1 $2",["[89]"]]]],GR:["30","00","5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}",[10,11,12],[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["21|7"]],["(\\d{4})(\\d{6})","$1 $2",["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2689]"]],["(\\d{3})(\\d{3,4})(\\d{5})","$1 $2 $3",["8"]]]],GT:["502","00","80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1 $2",["[2-8]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],GU:["1","011","(?:[58]\\d\\d|671|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","671$1",0,"671"],GW:["245","00","[49]\\d{8}|4\\d{6}",[7,9],[["(\\d{3})(\\d{4})","$1 $2",["40"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"]]]],GY:["592","001","(?:[2-8]\\d{3}|9008)\\d{3}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],HK:["852","00(?:30|5[09]|[126-9]?)","8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}",[5,6,7,8,9,11],[["(\\d{3})(\\d{2,5})","$1 $2",["900","9003"]],["(\\d{4})(\\d{4})","$1 $2",["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]],["(\\d{3})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]]],0,0,0,0,0,0,0,"00"],HN:["504","00","8\\d{10}|[237-9]\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1-$2",["[237-9]"]]]],HR:["385","00","(?:[24-69]\\d|3[0-79])\\d{7}|80\\d{5,7}|[1-79]\\d{7}|6\\d{5,6}",[6,7,8,9],[["(\\d{2})(\\d{2})(\\d{2,3})","$1 $2 $3",["6[01]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{4})(\\d{3})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["6|7[245]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-57]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"]],"0"],HT:["509","00","(?:[2-489]\\d|55)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[2-589]"]]]],HU:["36","00","[235-7]\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"06 $1"]],"06"],ID:["62","00[89]","(?:(?:00[1-9]|8\\d)\\d{4}|[1-36])\\d{6}|00\\d{10}|[1-9]\\d{8,10}|[2-9]\\d{7}",[7,8,9,10,11,12,13],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["15"]],["(\\d{2})(\\d{5,9})","$1 $2",["2[124]|[36]1"],"(0$1)"],["(\\d{3})(\\d{5,7})","$1 $2",["800"],"0$1"],["(\\d{3})(\\d{5,8})","$1 $2",["[2-79]"],"(0$1)"],["(\\d{3})(\\d{3,4})(\\d{3})","$1-$2-$3",["8[1-35-9]"],"0$1"],["(\\d{3})(\\d{6,8})","$1 $2",["1"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["804"],"0$1"],["(\\d{3})(\\d)(\\d{3})(\\d{3})","$1 $2 $3 $4",["80"],"0$1"],["(\\d{3})(\\d{4})(\\d{4,5})","$1-$2-$3",["8"],"0$1"]],"0"],IE:["353","00","(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}",[7,8,9,10],[["(\\d{2})(\\d{5})","$1 $2",["2[24-9]|47|58|6[237-9]|9[35-9]"],"(0$1)"],["(\\d{3})(\\d{5})","$1 $2",["[45]0"],"(0$1)"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["1"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2569]|4[1-69]|7[14]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["81"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[78]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["4"],"(0$1)"],["(\\d{2})(\\d)(\\d{3})(\\d{4})","$1 $2 $3 $4",["8"],"0$1"]],"0"],IL:["972","0(?:0|1[2-9])","1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}",[7,8,9,10,11,12],[["(\\d{4})(\\d{3})","$1-$2",["125"]],["(\\d{4})(\\d{2})(\\d{2})","$1-$2-$3",["121"]],["(\\d)(\\d{3})(\\d{4})","$1-$2-$3",["[2-489]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1-$2-$3",["12"]],["(\\d{4})(\\d{6})","$1-$2",["159"]],["(\\d)(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3-$4",["1[7-9]"]],["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})","$1-$2 $3-$4",["15"]]],"0"],IM:["44","00","1624\\d{6}|(?:[3578]\\d|90)\\d{8}",[10],0,"0",0,"([25-8]\\d{5})$|0","1624$1",0,"74576|(?:16|7[56])24"],IN:["91","00","(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}",[8,9,10,11,12,13],[["(\\d{8})","$1",["5(?:0|2[23]|3[03]|[67]1|88)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"],0,1],["(\\d{4})(\\d{4,5})","$1 $2",["180","1800"],0,1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["140"],0,1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["11|2[02]|33|4[04]|79[1-7]|80[2-46]","11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])","11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"],"0$1",1],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807","1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]","1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"],"0$1",1],["(\\d{5})(\\d{5})","$1 $2",["[6-9]"],"0$1",1],["(\\d{4})(\\d{2,4})(\\d{4})","$1 $2 $3",["1(?:6|8[06])","1(?:6|8[06]0)"],0,1],["(\\d{4})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["18"],0,1]],"0"],IO:["246","00","3\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["3"]]]],IQ:["964","00","(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-6]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],IR:["98","00","[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}",[4,5,6,7,10],[["(\\d{4,5})","$1",["96"],"0$1"],["(\\d{2})(\\d{4,5})","$1 $2",["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[1-8]"],"0$1"]],"0"],IS:["354","00|1(?:0(?:01|[12]0)|100)","(?:38\\d|[4-9])\\d{6}",[7,9],[["(\\d{3})(\\d{4})","$1 $2",["[4-9]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["3"]]],0,0,0,0,0,0,0,"00"],IT:["39","00","0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?",[6,7,8,9,10,11],[["(\\d{2})(\\d{4,6})","$1 $2",["0[26]"]],["(\\d{3})(\\d{3,6})","$1 $2",["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])","0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]],["(\\d{4})(\\d{2,6})","$1 $2",["0(?:[13-579][2-46-8]|8[236-8])"]],["(\\d{4})(\\d{4})","$1 $2",["894"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[26]|5"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["1(?:44|[679])|[378]|43"]],["(\\d{3})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[13-57-9][0159]|14"]],["(\\d{2})(\\d{4})(\\d{5})","$1 $2 $3",["0[26]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]],["(\\d{3})(\\d{4})(\\d{4,5})","$1 $2 $3",["3"]]],0,0,0,0,0,0,[["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}"],["3[2-9]\\d{7,8}|(?:31|43)\\d{8}",[9,10]],["80(?:0\\d{3}|3)\\d{3}",[6,9]],["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}",[6,8,9,10]],["1(?:78\\d|99)\\d{6}",[9,10]],0,0,0,["55\\d{8}",[10]],["84(?:[08]\\d{3}|[17])\\d{3}",[6,9]]]],JE:["44","00","1534\\d{6}|(?:[3578]\\d|90)\\d{8}",[10],0,"0",0,"([0-24-8]\\d{5})$|0","1534$1",0,0,[["1534[0-24-8]\\d{5}"],["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\d{5}"],["80(?:07(?:35|81)|8901)\\d{4}"],["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"],["701511\\d{4}"],0,["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"],["56\\d{8}"]]],JM:["1","011","(?:[58]\\d\\d|658|900)\\d{7}",[10],0,"1",0,0,0,0,"658|876"],JO:["962","00","(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2356]|87"],"(0$1)"],["(\\d{3})(\\d{5,6})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["70"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],JP:["81","010","00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}",[8,9,10,11,12,13,14,15,16,17],[["(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3",["(?:12|57|99)0"],"0$1"],["(\\d{4})(\\d)(\\d{4})","$1-$2-$3",["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["60"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2-$3",["[36]|4(?:2[09]|7[01])","[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"],"0$1"],["(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3",["[14]|[289][2-9]|5[3-9]|7[2-4679]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["800"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[257-9]"],"0$1"]],"0",0,"(000[259]\\d{6})$|(?:(?:003768)0?)|0","$1"],KE:["254","000","(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}",[7,8,9,10],[["(\\d{2})(\\d{5,7})","$1 $2",["[24-6]"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[17]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0"],KG:["996","00","8\\d{9}|[235-9]\\d{8}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["3(?:1[346]|[24-79])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235-79]|88"],"0$1"],["(\\d{3})(\\d{3})(\\d)(\\d{2,3})","$1 $2 $3 $4",["8"],"0$1"]],"0"],KH:["855","00[14-9]","1\\d{9}|[1-9]\\d{7,8}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],KI:["686","00","(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}",[5,8],0,"0"],KM:["269","00","[3478]\\d{6}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[3478]"]]]],KN:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","869$1",0,"869"],KP:["850","00|99","85\\d{6}|(?:19\\d|[2-7])\\d{7}",[8,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"]],"0"],KR:["82","00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))","00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}",[5,6,8,9,10,11,12,13,14],[["(\\d{2})(\\d{3,4})","$1-$2",["(?:3[1-3]|[46][1-4]|5[1-5])1"],"0$1"],["(\\d{4})(\\d{4})","$1-$2",["1"]],["(\\d)(\\d{3,4})(\\d{4})","$1-$2-$3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["[36]0|8"],"0$1"],["(\\d{2})(\\d{3,4})(\\d{4})","$1-$2-$3",["[1346]|5[1-5]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\d{2})(\\d{5})(\\d{4})","$1-$2-$3",["5"],"0$1"]],"0",0,"0(8(?:[1-46-8]|5\\d\\d))?"],KW:["965","00","18\\d{5}|(?:[2569]\\d|41)\\d{6}",[7,8],[["(\\d{4})(\\d{3,4})","$1 $2",["[169]|2(?:[235]|4[1-35-9])|52"]],["(\\d{3})(\\d{5})","$1 $2",["[245]"]]]],KY:["1","011","(?:345|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","345$1",0,"345"],KZ:["7","810","(?:33622|8\\d{8})\\d{5}|[78]\\d{9}",[10,14],0,"8",0,0,0,0,"33|7",0,"8~10"],LA:["856","00","[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2[13]|3[14]|[4-8]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["30[0135-9]"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[23]"],"0$1"]],"0"],LB:["961","00","[27-9]\\d{7}|[13-9]\\d{6}",[7,8],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27-9]"]]],"0"],LC:["1","011","(?:[58]\\d\\d|758|900)\\d{7}",[10],0,"1",0,"([2-8]\\d{6})$|1","758$1",0,"758"],LI:["423","00","[68]\\d{8}|(?:[2378]\\d|90)\\d{5}",[7,9],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[2379]|8(?:0[09]|7)","[2379]|8(?:0(?:02|9)|7)"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["69"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]],"0",0,"(1001)|0"],LK:["94","00","[1-9]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[1-689]"],"0$1"]],"0"],LR:["231","00","(?:[245]\\d|33|77|88)\\d{7}|(?:2\\d|[4-6])\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["4[67]|[56]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[2-578]"],"0$1"]],"0"],LS:["266","00","(?:[256]\\d\\d|800)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[2568]"]]]],LT:["370","00","(?:[3469]\\d|52|[78]0)\\d{6}",[8],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["52[0-7]"],"(0-$1)",1],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[7-9]"],"0 $1",1],["(\\d{2})(\\d{6})","$1 $2",["37|4(?:[15]|6[1-8])"],"(0-$1)",1],["(\\d{3})(\\d{5})","$1 $2",["[3-6]"],"(0-$1)",1]],"0",0,"[08]"],LU:["352","00","35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}",[4,5,6,7,8,9,10,11],[["(\\d{2})(\\d{3})","$1 $2",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["20[2-689]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4",["2(?:[0367]|4[3-8])"]],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["80[01]|90[015]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["20"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4 $5",["2(?:[0367]|4[3-8])"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})","$1 $2 $3 $4",["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]],0,0,"(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"],LV:["371","00","(?:[268]\\d|90)\\d{6}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[269]|8[01]"]]]],LY:["218","00","[2-9]\\d{8}",[9],[["(\\d{2})(\\d{7})","$1-$2",["[2-9]"],"0$1"]],"0"],MA:["212","00","[5-8]\\d{8}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5[45]"],"0$1"],["(\\d{4})(\\d{5})","$1-$2",["5(?:2[2-46-9]|3[3-9]|9)|8(?:0[89]|92)"],"0$1"],["(\\d{2})(\\d{7})","$1-$2",["8"],"0$1"],["(\\d{3})(\\d{6})","$1-$2",["[5-7]"],"0$1"]],"0",0,0,0,0,0,[["5(?:2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"],["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-4]|5[01]|8[0-3]))\\d{6}"],["80[0-7]\\d{6}"],["89\\d{7}"],0,0,0,0,["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]],MC:["377","00","(?:[3489]|6\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["4"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[389]"]],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["6"],"0$1"]],"0"],MD:["373","00","(?:[235-7]\\d|[89]0)\\d{6}",[8],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["22|3"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[25-7]"],"0$1"]],"0"],ME:["382","00","(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"0$1"]],"0"],MF:["590","00","590\\d{6}|(?:69|80|9\\d)\\d{7}",[9],0,"0",0,0,0,0,0,[["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"],["69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|76[018])\\d|475[0-5])\\d{4}"]]],MG:["261","00","[23]\\d{8}",[9],[["(\\d{2})(\\d{2})(\\d{3})(\\d{2})","$1 $2 $3 $4",["[23]"],"0$1"]],"0",0,"([24-9]\\d{6})$|0","20$1"],MH:["692","011","329\\d{4}|(?:[256]\\d|45)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1-$2",["[2-6]"]]],"1"],MK:["389","00","[2-578]\\d{7}",[8],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2|34[47]|4(?:[37]7|5[47]|64)"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[347]"],"0$1"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["[58]"],"0$1"]],"0"],ML:["223","00","[24-9]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24-9]"]]]],MM:["95","00","1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}",[6,7,8,9,10],[["(\\d)(\\d{2})(\\d{3})","$1 $2 $3",["16|2"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["[45]|6(?:0[23]|[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-6]"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[12]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[4-7]|8[1-35]"],"0$1"],["(\\d)(\\d{3})(\\d{4,6})","$1 $2 $3",["9(?:2[0-4]|[35-9]|4[137-9])"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["92"],"0$1"],["(\\d)(\\d{5})(\\d{4})","$1 $2 $3",["9"],"0$1"]],"0"],MN:["976","001","[12]\\d{7,9}|[5-9]\\d{7}",[8,9,10],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[12]1"],"0$1"],["(\\d{4})(\\d{4})","$1 $2",["[5-9]"]],["(\\d{3})(\\d{5,6})","$1 $2",["[12]2[1-3]"],"0$1"],["(\\d{4})(\\d{5,6})","$1 $2",["[12](?:27|3[2-8]|4[2-68]|5[1-4689])","[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"],"0$1"],["(\\d{5})(\\d{4,5})","$1 $2",["[12]"],"0$1"]],"0"],MO:["853","00","0800\\d{3}|(?:28|[68]\\d)\\d{6}",[7,8],[["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{4})(\\d{4})","$1 $2",["[268]"]]]],MP:["1","011","[58]\\d{9}|(?:67|90)0\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","670$1",0,"670"],MQ:["596","00","596\\d{6}|(?:69|80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[569]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],MR:["222","00","(?:[2-4]\\d\\d|800)\\d{5}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-48]"]]]],MS:["1","011","(?:[58]\\d\\d|664|900)\\d{7}",[10],0,"1",0,"([34]\\d{6})$|1","664$1",0,"664"],MT:["356","00","3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[2357-9]"]]]],MU:["230","0(?:0|[24-7]0|3[03])","(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["[2-46]|8[013]"]],["(\\d{4})(\\d{4})","$1 $2",["[57]"]],["(\\d{5})(\\d{5})","$1 $2",["8"]]],0,0,0,0,0,0,0,"020"],MV:["960","0(?:0|19)","(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}",[7,10],[["(\\d{3})(\\d{4})","$1-$2",["[34679]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"]]],0,0,0,0,0,0,0,"00"],MW:["265","00","(?:[1289]\\d|31|77)\\d{7}|1\\d{6}",[7,9],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["1[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[137-9]"],"0$1"]],"0"],MX:["52","0[09]","[2-9]\\d{9}",[10],[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["33|5[56]|81"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2-9]"]]],0,0,0,0,0,0,0,"00"],MY:["60","00","1\\d{8,9}|(?:3\\d|[4-9])\\d{7}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1-$2 $3",["[4-79]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1-$2 $3",["1(?:[02469]|[378][1-9]|53)|8","1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2 $3",["3"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3-$4",["1(?:[367]|80)"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2 $3",["15"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2 $3",["1"],"0$1"]],"0"],MZ:["258","00","(?:2|8\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["2|8[2-79]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]]],NA:["264","00","[68]\\d{7,8}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["6"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["87"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],"0"],NC:["687","00","(?:050|[2-57-9]\\d\\d)\\d{3}",[6],[["(\\d{2})(\\d{2})(\\d{2})","$1.$2.$3",["[02-57-9]"]]]],NE:["227","00","[027-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["08"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[089]|2[013]|7[0467]"]]]],NF:["672","00","[13]\\d{5}",[6],[["(\\d{2})(\\d{4})","$1 $2",["1[0-3]"]],["(\\d)(\\d{5})","$1 $2",["[13]"]]],0,0,"([0-258]\\d{4})$","3$1"],NG:["234","009","2[0-24-9]\\d{8}|[78]\\d{10,13}|[7-9]\\d{9}|[1-9]\\d{7}|[124-7]\\d{6}",[7,8,10,11,12,13,14],[["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["78"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[12]|9(?:0[3-9]|[1-9])"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["[3-6]|7(?:0[0-689]|[1-79])|8[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[7-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["20[129]"],"0$1"],["(\\d{4})(\\d{2})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{4})(\\d{4,5})","$1 $2 $3",["[78]"],"0$1"],["(\\d{3})(\\d{5})(\\d{5,6})","$1 $2 $3",["[78]"],"0$1"]],"0"],NI:["505","00","(?:1800|[25-8]\\d{3})\\d{4}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[125-8]"]]]],NL:["31","00","(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}",[5,6,7,8,9,10,11],[["(\\d{3})(\\d{4,7})","$1 $2",["[89]0"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["66"],"0$1"],["(\\d)(\\d{8})","$1 $2",["6"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-578]|91"],"0$1"],["(\\d{3})(\\d{3})(\\d{5})","$1 $2 $3",["9"],"0$1"]],"0"],NO:["47","00","(?:0|[2-9]\\d{3})\\d{4}",[5,8],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["8"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-79]"]]],0,0,0,0,0,"[02-689]|7[0-8]"],NP:["977","00","(?:1\\d|9)\\d{9}|[1-9]\\d{7}",[8,10,11],[["(\\d)(\\d{7})","$1-$2",["1[2-6]"],"0$1"],["(\\d{2})(\\d{6})","$1-$2",["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"],"0$1"],["(\\d{3})(\\d{7})","$1-$2",["9"]]],"0"],NR:["674","00","(?:444|(?:55|8\\d)\\d|666)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[4-68]"]]]],NU:["683","00","(?:[4-7]|888\\d)\\d{3}",[4,7],[["(\\d{3})(\\d{4})","$1 $2",["8"]]]],NZ:["64","0(?:0|161)","[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,8})","$1 $2",["8[1-79]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["50[036-8]|8|90","50(?:[0367]|88)|8|90"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["24|[346]|7[2-57-9]|9[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:10|74)|[589]"],"0$1"],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["1|2[028]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,5})","$1 $2 $3",["2(?:[169]|7[0-35-9])|7"],"0$1"]],"0",0,0,0,0,0,0,"00"],OM:["968","00","(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}",[7,8,9],[["(\\d{3})(\\d{4,6})","$1 $2",["[58]"]],["(\\d{2})(\\d{6})","$1 $2",["2"]],["(\\d{4})(\\d{4})","$1 $2",["[179]"]]]],PA:["507","00","(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}",[7,8,10,11],[["(\\d{3})(\\d{4})","$1-$2",["[1-57-9]"]],["(\\d{4})(\\d{4})","$1-$2",["[68]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]]]],PE:["51","00|19(?:1[124]|77|90)00","(?:[14-8]|9\\d)\\d{7}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["80"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["1"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["[4-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"]]],"0",0,0,0,0,0,0,"00"," Anexo "],PF:["689","00","4\\d{5}(?:\\d{2})?|8\\d{7,8}",[6,8,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["44"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4|8[7-9]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]]],PG:["675","00|140[1-3]","(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["18|[2-69]|85"]],["(\\d{4})(\\d{4})","$1 $2",["[78]"]]],0,0,0,0,0,0,0,"00"],PH:["63","00","(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}",[6,8,9,10,11,12,13],[["(\\d)(\\d{5})","$1 $2",["2"],"(0$1)"],["(\\d{4})(\\d{4,6})","$1 $2",["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2","3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"],"(0$1)"],["(\\d{5})(\\d{4})","$1 $2",["346|4(?:27|9[35])|883","3469|4(?:279|9(?:30|56))|8834"],"(0$1)"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3-7]|8[2-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})","$1 $2 $3 $4",["1"]]],"0"],PK:["92","00","122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}",[8,9,10,11,12],[["(\\d{3})(\\d{3})(\\d{2,7})","$1 $2 $3",["[89]0"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["1"]],["(\\d{3})(\\d{6,7})","$1 $2",["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])","9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"],"(0$1)"],["(\\d{2})(\\d{7,8})","$1 $2",["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"],"(0$1)"],["(\\d{5})(\\d{5})","$1 $2",["58"],"(0$1)"],["(\\d{3})(\\d{7})","$1 $2",["3"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[24-9]"],"(0$1)"]],"0"],PL:["48","00","(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}",[6,7,8,9,10],[["(\\d{5})","$1",["19"]],["(\\d{3})(\\d{3})","$1 $2",["11|20|64"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1","(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["64"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[2-8]|[2-7]|8[1-79]|9[145]"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["8"]]]],PM:["508","00","[45]\\d{5}|(?:708|80\\d)\\d{6}",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[45]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],PR:["1","011","(?:[589]\\d\\d|787)\\d{7}",[10],0,"1",0,0,0,0,"787|939"],PS:["970","00","[2489]2\\d{6}|(?:1\\d|5)\\d{8}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2489]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["5"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],PT:["351","00","1693\\d{5}|(?:[26-9]\\d|30)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["2[12]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["16|[236-9]"]]]],PW:["680","01[12]","(?:[24-8]\\d\\d|345|900)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],PY:["595","00","59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}",[6,7,8,9,10,11],[["(\\d{3})(\\d{3,6})","$1 $2",["[2-9]0"],"0$1"],["(\\d{2})(\\d{5})","$1 $2",["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"],"(0$1)"],["(\\d{3})(\\d{4,5})","$1 $2",["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["87"]],["(\\d{3})(\\d{6})","$1 $2",["9(?:[5-79]|8[1-7])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]"],"0$1"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["9"]]],"0"],QA:["974","00","800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}",[7,8,9,11],[["(\\d{3})(\\d{4})","$1 $2",["2[16]|8"]],["(\\d{4})(\\d{4})","$1 $2",["[3-7]"]]]],RE:["262","00","(?:26|[689]\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2689]"],"0$1"]],"0",0,0,0,0,0,[["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"],["69(?:2\\d\\d|3(?:[06][0-6]|1[013]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))\\d{4}"],["80\\d{7}"],["89[1-37-9]\\d{6}"],0,0,0,0,["9(?:399[0-3]|479[0-5]|76(?:2[278]|3[0-37]))\\d{4}"],["8(?:1[019]|2[0156]|84|90)\\d{6}"]]],RO:["40","00","(?:[236-8]\\d|90)\\d{7}|[23]\\d{5}",[6,9],[["(\\d{3})(\\d{3})","$1 $2",["2[3-6]","2[3-6]\\d9"],"0$1"],["(\\d{2})(\\d{4})","$1 $2",["219|31"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[23]1"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[236-9]"],"0$1"]],"0",0,0,0,0,0,0,0," int "],RS:["381","00","38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}",[6,7,8,9,10,11,12],[["(\\d{3})(\\d{3,9})","$1 $2",["(?:2[389]|39)0|[7-9]"],"0$1"],["(\\d{2})(\\d{5,10})","$1 $2",["[1-36]"],"0$1"]],"0"],RU:["7","810","8\\d{13}|[347-9]\\d{9}",[10,14],[["(\\d{4})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["7(?:1[0-8]|2[1-9])","7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))","7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"],"8 ($1)",1],["(\\d{5})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["7(?:1[0-68]|2[1-9])","7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))","7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"],"8 ($1)",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"8 ($1)",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[349]|8(?:[02-7]|1[1-8])"],"8 ($1)",1],["(\\d{4})(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3 $4",["8"],"8 ($1)"]],"8",0,0,0,0,"3[04-689]|[489]",0,"8~10"],RW:["250","00","(?:06|[27]\\d\\d|[89]00)\\d{6}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[7-9]"],"0$1"]],"0"],SA:["966","00","92\\d{7}|(?:[15]|8\\d)\\d{8}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["9"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["81"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]]],"0"],SB:["677","0[01]","[6-9]\\d{6}|[1-6]\\d{4}",[5,7],[["(\\d{2})(\\d{5})","$1 $2",["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]],SC:["248","010|0[0-2]","(?:[2489]\\d|64)\\d{5}",[7],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[246]|9[57]"]]],0,0,0,0,0,0,0,"00"],SD:["249","00","[19]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[19]"],"0$1"]],"0"],SE:["46","00","(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}",[6,7,8,9,10],[["(\\d{2})(\\d{2,3})(\\d{2})","$1-$2 $3",["20"],"0$1",0,"$1 $2 $3"],["(\\d{3})(\\d{4})","$1-$2",["9(?:00|39|44|9)"],"0$1",0,"$1 $2"],["(\\d{2})(\\d{3})(\\d{2})","$1-$2 $3",["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3"],["(\\d)(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2,3})(\\d{2})","$1-$2 $3",["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3"],["(\\d{3})(\\d{2,3})(\\d{3})","$1-$2 $3",["9(?:00|39|44)"],"0$1",0,"$1 $2 $3"],["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3 $4"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["10|7"],"0$1",0,"$1 $2 $3 $4"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1-$2 $3 $4",["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{2})(\\d{3})","$1-$2 $3 $4",["9"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4 $5",["[26]"],"0$1",0,"$1 $2 $3 $4 $5"]],"0"],SG:["65","0[0-3]\\d","(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}",[8,10,11],[["(\\d{4})(\\d{4})","$1 $2",["[369]|8(?:0[1-9]|[1-9])"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]],["(\\d{4})(\\d{4})(\\d{3})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],SH:["290","00","(?:[256]\\d|8)\\d{3}",[4,5],0,0,0,0,0,0,"[256]"],SI:["386","00|10(?:22|66|88|99)","[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}",[5,6,7,8],[["(\\d{2})(\\d{3,6})","$1 $2",["8[09]|9"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["59|8"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37][01]|4[0139]|51|6"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-57]"],"(0$1)"]],"0",0,0,0,0,0,0,"00"],SJ:["47","00","0\\d{4}|(?:[489]\\d|79)\\d{6}",[5,8],0,0,0,0,0,0,"79"],SK:["421","00","[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}",[6,7,9],[["(\\d)(\\d{2})(\\d{3,4})","$1 $2 $3",["21"],"0$1"],["(\\d{2})(\\d{2})(\\d{2,3})","$1 $2 $3",["[3-5][1-8]1","[3-5][1-8]1[67]"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1/$2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[689]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1/$2 $3 $4",["[3-5]"],"0$1"]],"0"],SL:["232","00","(?:[237-9]\\d|66)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[236-9]"],"(0$1)"]],"0"],SM:["378","00","(?:0549|[5-7]\\d)\\d{6}",[8,10],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-7]"]],["(\\d{4})(\\d{6})","$1 $2",["0"]]],0,0,"([89]\\d{5})$","0549$1"],SN:["221","00","(?:[378]\\d|93)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[379]"]]]],SO:["252","00","[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}",[6,7,8,9],[["(\\d{2})(\\d{4})","$1 $2",["8[125]"]],["(\\d{6})","$1",["[134]"]],["(\\d)(\\d{6})","$1 $2",["[15]|2[0-79]|3[0-46-8]|4[0-7]"]],["(\\d)(\\d{7})","$1 $2",["(?:2|90)4|[67]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[348]|64|79|90"]],["(\\d{2})(\\d{5,7})","$1 $2",["1|28|6[0-35-9]|77|9[2-9]"]]],"0"],SR:["597","00","(?:[2-5]|68|[78]\\d)\\d{5}",[6,7],[["(\\d{2})(\\d{2})(\\d{2})","$1-$2-$3",["56"]],["(\\d{3})(\\d{3})","$1-$2",["[2-5]"]],["(\\d{3})(\\d{4})","$1-$2",["[6-8]"]]]],SS:["211","00","[19]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[19]"],"0$1"]],"0"],ST:["239","00","(?:22|9\\d)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[29]"]]]],SV:["503","00","[267]\\d{7}|(?:80\\d|900)\\d{4}(?:\\d{4})?",[7,8,11],[["(\\d{3})(\\d{4})","$1 $2",["[89]"]],["(\\d{4})(\\d{4})","$1 $2",["[267]"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[89]"]]]],SX:["1","011","7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"(5\\d{6})$|1","721$1",0,"721"],SY:["963","00","[1-39]\\d{8}|[1-5]\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-5]"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1",1]],"0"],SZ:["268","00","0800\\d{4}|(?:[237]\\d|900)\\d{6}",[8,9],[["(\\d{4})(\\d{4})","$1 $2",["[0237]"]],["(\\d{5})(\\d{4})","$1 $2",["9"]]]],TA:["290","00","8\\d{3}",[4],0,0,0,0,0,0,"8"],TC:["1","011","(?:[58]\\d\\d|649|900)\\d{7}",[10],0,"1",0,"([2-479]\\d{6})$|1","649$1",0,"649"],TD:["235","00|16","(?:22|[689]\\d|77)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[26-9]"]]],0,0,0,0,0,0,0,"00"],TG:["228","00","[279]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[279]"]]]],TH:["66","00[1-9]","(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}",[8,9,10,13],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[13-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],TJ:["992","810","[0-57-9]\\d{8}",[9],[["(\\d{6})(\\d)(\\d{2})","$1 $2 $3",["331","3317"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["44[02-479]|[34]7"]],["(\\d{4})(\\d)(\\d{4})","$1 $2 $3",["3(?:[1245]|3[12])"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[0-57-9]"]]],0,0,0,0,0,0,0,"8~10"],TK:["690","00","[2-47]\\d{3,6}",[4,5,6,7]],TL:["670","00","7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[2-489]|70"]],["(\\d{4})(\\d{4})","$1 $2",["7"]]]],TM:["993","810","(?:[1-6]\\d|71)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["12"],"(8 $1)"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-5]"],"(8 $1)"],["(\\d{2})(\\d{6})","$1 $2",["[67]"],"8 $1"]],"8",0,0,0,0,0,0,"8~10"],TN:["216","00","[2-57-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-57-9]"]]]],TO:["676","00","(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}",[5,7],[["(\\d{2})(\\d{3})","$1-$2",["[2-4]|50|6[09]|7[0-24-69]|8[05]"]],["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{3})(\\d{4})","$1 $2",["[5-9]"]]]],TR:["90","00","4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}",[7,10,12,13],[["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["512|8[01589]|90"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5(?:[0-59]|61)","5(?:[0-59]|61[06])","5(?:[0-59]|61[06]1)"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24][1-8]|3[1-9]"],"(0$1)",1],["(\\d{3})(\\d{3})(\\d{6,7})","$1 $2 $3",["80"],"0$1",1]],"0"],TT:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-46-8]\\d{6})$|1","868$1",0,"868"],TV:["688","00","(?:2|7\\d\\d|90)\\d{4}",[5,6,7],[["(\\d{2})(\\d{3})","$1 $2",["2"]],["(\\d{2})(\\d{4})","$1 $2",["90"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]]],TW:["886","0(?:0[25-79]|19)","[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}",[7,8,9,10,11],[["(\\d{2})(\\d)(\\d{4})","$1 $2 $3",["202"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[258]0"],"0$1"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]","[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,5})","$1 $2 $3",["7"],"0$1"]],"0",0,0,0,0,0,0,0,"#"],TZ:["255","00[056]","(?:[25-8]\\d|41|90)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[24]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["5"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[67]"],"0$1"]],"0"],UA:["380","00","[89]\\d{9}|[3-9]\\d{8}",[9,10],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]","6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])","3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3-7]|89|9[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0",0,0,0,0,0,0,"0~0"],UG:["256","00[057]","800\\d{6}|(?:[29]0|[347]\\d)\\d{7}",[9],[["(\\d{4})(\\d{5})","$1 $2",["202","2024"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[27-9]|4(?:6[45]|[7-9])"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[34]"],"0$1"]],"0"],US:["1","011","[2-9]\\d{9}|3\\d{6}",[10],[["(\\d{3})(\\d{4})","$1-$2",["310"],0,1],["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",["[2-9]"],0,1,"$1-$2-$3"]],"1",0,0,0,0,0,[["(?:3052(?:0[0-8]|[1-9]\\d)|5056(?:[0-35-9]\\d|4[468])|7302[0-4]\\d)\\d{4}|(?:305[3-9]|472[24]|505[2-57-9]|7306|983[2-47-9])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-47-9]|1[02-9]|2[013569]|3[0-24679]|4[167]|5[0-2]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[1247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[068]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"],[""],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}"],0,0,0,["305209\\d{4}"]]],UY:["598","0(?:0|1[3-9]\\d)","0004\\d{2,9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}",[6,7,8,9,10,11,12,13],[["(\\d{3})(\\d{3,4})","$1 $2",["0"]],["(\\d{3})(\\d{4})","$1 $2",["[49]0|8"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1"],["(\\d{4})(\\d{4})","$1 $2",["[124]"]],["(\\d{3})(\\d{3})(\\d{2,4})","$1 $2 $3",["0"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})","$1 $2 $3 $4",["0"]]],"0",0,0,0,0,0,0,"00"," int. "],UZ:["998","00","(?:20|33|[5-79]\\d|88)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[235-9]"]]]],VA:["39","00","0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}",[6,7,8,9,10,11],0,0,0,0,0,0,"06698"],VC:["1","011","(?:[58]\\d\\d|784|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","784$1",0,"784"],VE:["58","00","[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}",[10],[["(\\d{3})(\\d{7})","$1-$2",["[24-689]"],"0$1"]],"0"],VG:["1","011","(?:284|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-578]\\d{6})$|1","284$1",0,"284"],VI:["1","011","[58]\\d{9}|(?:34|90)0\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","340$1",0,"340"],VN:["84","00","[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}",[7,8,9,10],[["(\\d{2})(\\d{5})","$1 $2",["80"],"0$1",1],["(\\d{4})(\\d{4,6})","$1 $2",["1"],0,1],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["6"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[357-9]"],"0$1",1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["2[48]"],"0$1",1],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["2"],"0$1",1]],"0"],VU:["678","00","[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}",[5,7],[["(\\d{3})(\\d{4})","$1 $2",["[57-9]"]]]],WF:["681","00","(?:40|72)\\d{4}|8\\d{5}(?:\\d{3})?",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[478]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]]],WS:["685","0","(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}",[5,6,7,10],[["(\\d{5})","$1",["[2-5]|6[1-9]"]],["(\\d{3})(\\d{3,7})","$1 $2",["[68]"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]]],XK:["383","00","2\\d{7,8}|3\\d{7,11}|(?:4\\d\\d|[89]00)\\d{5}",[8,9,10,11,12],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2|39"],"0$1"],["(\\d{2})(\\d{7,10})","$1 $2",["3"],"0$1"]],"0"],YE:["967","00","(?:1|7\\d)\\d{7}|[1-7]\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-6]|7(?:[24-6]|8[0-7])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"],"0$1"]],"0"],YT:["262","00","(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}",[9],0,"0",0,0,0,0,0,[["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"],["639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])\\d{4}"],["80\\d{7}"],0,0,0,0,0,["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]],ZA:["27","00","[1-79]\\d{8}|8\\d{4,9}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,4})","$1 $2",["8[1-4]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["8[1-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["860"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],"0"],ZM:["260","00","800\\d{6}|(?:21|63|[79]\\d)\\d{7}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[28]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[79]"],"0$1"]],"0"],ZW:["263","00","2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}",[5,6,7,8,9,10],[["(\\d{3})(\\d{3,5})","$1 $2",["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"],"0$1"],["(\\d)(\\d{3})(\\d{2,4})","$1 $2 $3",["[49]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["80"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2","2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)","2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"],"0$1"],["(\\d{4})(\\d{6})","$1 $2",["8"],"0$1"],["(\\d{2})(\\d{3,5})","$1 $2",["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["29[013-9]|39|54"],"0$1"],["(\\d{4})(\\d{3,5})","$1 $2",["(?:25|54)8","258|5483"],"0$1"]],"0"]},nonGeographic:{800:["800",0,"(?:00|[1-9]\\d)\\d{6}",[8],[["(\\d{4})(\\d{4})","$1 $2",["\\d"]]],0,0,0,0,0,0,[0,0,["(?:00|[1-9]\\d)\\d{6}"]]],808:["808",0,"[1-9]\\d{7}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[1-9]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,0,["[1-9]\\d{7}"]]],870:["870",0,"7\\d{11}|[35-7]\\d{8}",[9,12],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[35-7]"]]],0,0,0,0,0,0,[0,["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"]]],878:["878",0,"10\\d{10}",[12],[["(\\d{2})(\\d{5})(\\d{5})","$1 $2 $3",["1"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["10\\d{10}"]]],881:["881",0,"6\\d{9}|[0-36-9]\\d{8}",[9,10],[["(\\d)(\\d{3})(\\d{5})","$1 $2 $3",["[0-37-9]"]],["(\\d)(\\d{3})(\\d{5,6})","$1 $2 $3",["6"]]],0,0,0,0,0,0,[0,["6\\d{9}|[0-36-9]\\d{8}"]]],882:["882",0,"[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?",[7,8,9,10,11,12],[["(\\d{2})(\\d{5})","$1 $2",["16|342"]],["(\\d{2})(\\d{6})","$1 $2",["49"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["1[36]|9"]],["(\\d{2})(\\d{4})(\\d{3})","$1 $2 $3",["3[23]"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["16"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["10|23|3(?:[15]|4[57])|4|51"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["34"]],["(\\d{2})(\\d{4,5})(\\d{5})","$1 $2 $3",["[1-35]"]]],0,0,0,0,0,0,[0,["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|50\\d{3})\\d{7}",[7,8,9,10,12]],0,0,0,0,0,0,["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]],883:["883",0,"(?:[1-4]\\d|51)\\d{6,10}",[8,9,10,11,12],[["(\\d{3})(\\d{3})(\\d{2,8})","$1 $2 $3",["[14]|2[24-689]|3[02-689]|51[24-9]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["510"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["21"]],["(\\d{4})(\\d{4})(\\d{4})","$1 $2 $3",["51[13]"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[235]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]],888:["888",0,"\\d{11}",[11],[["(\\d{3})(\\d{3})(\\d{5})","$1 $2 $3"]],0,0,0,0,0,0,[0,0,0,0,0,0,["\\d{11}"]]],979:["979",0,"[1359]\\d{8}",[9],[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["[1359]"]]],0,0,0,0,0,0,[0,0,0,["[1359]\\d{8}"]]]}};function gn(e,t){var a=Array.prototype.slice.call(t);return a.push(ms),e.apply(this,a)}function Yr(e,t){e=e.split("-"),t=t.split("-");for(var a=e[0].split("."),o=t[0].split("."),p=0;p<3;p++){var u=Number(a[p]),$=Number(o[p]);if(u>$)return 1;if($>u)return-1;if(!isNaN(u)&&isNaN($))return 1;if(isNaN(u)&&!isNaN($))return-1}return e[1]&&t[1]?e[1]>t[1]?1:e[1]<t[1]?-1:0:!e[1]&&t[1]?1:e[1]&&!t[1]?-1:0}var vs={}.constructor;function xt(e){return e!=null&&e.constructor===vs}function Nt(e){"@babel/helpers - typeof";return Nt=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Nt(e)}function gt(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ys(e,t){for(var a=0;a<t.length;a++){var o=t[a];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function mt(e,t,a){return t&&ys(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var _s="1.2.0",Ss="1.7.35",zr=" ext. ",bs=/^\d+$/,mn=function(){function e(t){gt(this,e),As(t),this.metadata=t,vn.call(this,t)}return mt(e,[{key:"getCountries",value:function(){return Object.keys(this.metadata.countries).filter(function(a){return a!=="001"})}},{key:"getCountryMetadata",value:function(a){return this.metadata.countries[a]}},{key:"nonGeographic",value:function(){if(!(this.v1||this.v2||this.v3))return this.metadata.nonGeographic||this.metadata.nonGeographical}},{key:"hasCountry",value:function(a){return this.getCountryMetadata(a)!==void 0}},{key:"hasCallingCode",value:function(a){if(this.getCountryCodesForCallingCode(a))return!0;if(this.nonGeographic()){if(this.nonGeographic()[a])return!0}else{var o=this.countryCallingCodes()[a];if(o&&o.length===1&&o[0]==="001")return!0}}},{key:"isNonGeographicCallingCode",value:function(a){return this.nonGeographic()?!!this.nonGeographic()[a]:!this.getCountryCodesForCallingCode(a)}},{key:"country",value:function(a){return this.selectNumberingPlan(a)}},{key:"selectNumberingPlan",value:function(a,o){if(a&&bs.test(a)&&(o=a,a=null),a&&a!=="001"){if(!this.hasCountry(a))throw new Error("Unknown country: ".concat(a));this.numberingPlan=new jr(this.getCountryMetadata(a),this)}else if(o){if(!this.hasCallingCode(o))throw new Error("Unknown calling code: ".concat(o));this.numberingPlan=new jr(this.getNumberingPlanMetadata(o),this)}else this.numberingPlan=void 0;return this}},{key:"getCountryCodesForCallingCode",value:function(a){var o=this.countryCallingCodes()[a];if(o)return o.length===1&&o[0].length===3?void 0:o}},{key:"getCountryCodeForCallingCode",value:function(a){var o=this.getCountryCodesForCallingCode(a);if(o)return o[0]}},{key:"getNumberingPlanMetadata",value:function(a){var o=this.getCountryCodeForCallingCode(a);if(o)return this.getCountryMetadata(o);if(this.nonGeographic()){var p=this.nonGeographic()[a];if(p)return p}else{var u=this.countryCallingCodes()[a];if(u&&u.length===1&&u[0]==="001")return this.metadata.countries["001"]}}},{key:"countryCallingCode",value:function(){return this.numberingPlan.callingCode()}},{key:"IDDPrefix",value:function(){return this.numberingPlan.IDDPrefix()}},{key:"defaultIDDPrefix",value:function(){return this.numberingPlan.defaultIDDPrefix()}},{key:"nationalNumberPattern",value:function(){return this.numberingPlan.nationalNumberPattern()}},{key:"possibleLengths",value:function(){return this.numberingPlan.possibleLengths()}},{key:"formats",value:function(){return this.numberingPlan.formats()}},{key:"nationalPrefixForParsing",value:function(){return this.numberingPlan.nationalPrefixForParsing()}},{key:"nationalPrefixTransformRule",value:function(){return this.numberingPlan.nationalPrefixTransformRule()}},{key:"leadingDigits",value:function(){return this.numberingPlan.leadingDigits()}},{key:"hasTypes",value:function(){return this.numberingPlan.hasTypes()}},{key:"type",value:function(a){return this.numberingPlan.type(a)}},{key:"ext",value:function(){return this.numberingPlan.ext()}},{key:"countryCallingCodes",value:function(){return this.v1?this.metadata.country_phone_code_to_countries:this.metadata.country_calling_codes}},{key:"chooseCountryByCountryCallingCode",value:function(a){return this.selectNumberingPlan(a)}},{key:"hasSelectedNumberingPlan",value:function(){return this.numberingPlan!==void 0}}]),e}(),jr=function(){function e(t,a){gt(this,e),this.globalMetadataObject=a,this.metadata=t,vn.call(this,a.metadata)}return mt(e,[{key:"callingCode",value:function(){return this.metadata[0]}},{key:"getDefaultCountryMetadataForRegion",value:function(){return this.globalMetadataObject.getNumberingPlanMetadata(this.callingCode())}},{key:"IDDPrefix",value:function(){if(!(this.v1||this.v2))return this.metadata[1]}},{key:"defaultIDDPrefix",value:function(){if(!(this.v1||this.v2))return this.metadata[12]}},{key:"nationalNumberPattern",value:function(){return this.v1||this.v2?this.metadata[1]:this.metadata[2]}},{key:"possibleLengths",value:function(){if(!this.v1)return this.metadata[this.v2?2:3]}},{key:"_getFormats",value:function(a){return a[this.v1?2:this.v2?3:4]}},{key:"formats",value:function(){var a=this,o=this._getFormats(this.metadata)||this._getFormats(this.getDefaultCountryMetadataForRegion())||[];return o.map(function(p){return new Es(p,a)})}},{key:"nationalPrefix",value:function(){return this.metadata[this.v1?3:this.v2?4:5]}},{key:"_getNationalPrefixFormattingRule",value:function(a){return a[this.v1?4:this.v2?5:6]}},{key:"nationalPrefixFormattingRule",value:function(){return this._getNationalPrefixFormattingRule(this.metadata)||this._getNationalPrefixFormattingRule(this.getDefaultCountryMetadataForRegion())}},{key:"_nationalPrefixForParsing",value:function(){return this.metadata[this.v1?5:this.v2?6:7]}},{key:"nationalPrefixForParsing",value:function(){return this._nationalPrefixForParsing()||this.nationalPrefix()}},{key:"nationalPrefixTransformRule",value:function(){return this.metadata[this.v1?6:this.v2?7:8]}},{key:"_getNationalPrefixIsOptionalWhenFormatting",value:function(){return!!this.metadata[this.v1?7:this.v2?8:9]}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return this._getNationalPrefixIsOptionalWhenFormatting(this.metadata)||this._getNationalPrefixIsOptionalWhenFormatting(this.getDefaultCountryMetadataForRegion())}},{key:"leadingDigits",value:function(){return this.metadata[this.v1?8:this.v2?9:10]}},{key:"types",value:function(){return this.metadata[this.v1?9:this.v2?10:11]}},{key:"hasTypes",value:function(){return this.types()&&this.types().length===0?!1:!!this.types()}},{key:"type",value:function(a){if(this.hasTypes()&&Jr(this.types(),a))return new Ps(Jr(this.types(),a),this)}},{key:"ext",value:function(){return this.v1||this.v2?zr:this.metadata[13]||zr}}]),e}(),Es=function(){function e(t,a){gt(this,e),this._format=t,this.metadata=a}return mt(e,[{key:"pattern",value:function(){return this._format[0]}},{key:"format",value:function(){return this._format[1]}},{key:"leadingDigitsPatterns",value:function(){return this._format[2]||[]}},{key:"nationalPrefixFormattingRule",value:function(){return this._format[3]||this.metadata.nationalPrefixFormattingRule()}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return!!this._format[4]||this.metadata.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"nationalPrefixIsMandatoryWhenFormattingInNationalFormat",value:function(){return this.usesNationalPrefix()&&!this.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"usesNationalPrefix",value:function(){return!!(this.nationalPrefixFormattingRule()&&!Cs.test(this.nationalPrefixFormattingRule()))}},{key:"internationalFormat",value:function(){return this._format[5]||this.format()}}]),e}(),Cs=/^\(?\$1\)?$/,Ps=function(){function e(t,a){gt(this,e),this.type=t,this.metadata=a}return mt(e,[{key:"pattern",value:function(){return this.metadata.v1?this.type:this.type[0]}},{key:"possibleLengths",value:function(){if(!this.metadata.v1)return this.type[1]||this.metadata.possibleLengths()}}]),e}();function Jr(e,t){switch(t){case"FIXED_LINE":return e[0];case"MOBILE":return e[1];case"TOLL_FREE":return e[2];case"PREMIUM_RATE":return e[3];case"PERSONAL_NUMBER":return e[4];case"VOICEMAIL":return e[5];case"UAN":return e[6];case"PAGER":return e[7];case"VOIP":return e[8];case"SHARED_COST":return e[9]}}function As(e){if(!e)throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");if(!xt(e)||!xt(e.countries))throw new Error("[libphonenumber-js] `metadata` argument was passed but it's not a valid metadata. Must be an object having `.countries` child object property. Got ".concat(xt(e)?"an object of shape: { "+Object.keys(e).join(", ")+" }":"a "+Ms(e)+": "+e,"."))}var Ms=function(t){return Nt(t)};function ks(e,t){if(t=new mn(t),t.hasCountry(e))return t.country(e).countryCallingCode();throw new Error("Unknown country: ".concat(e))}function vn(e){var t=e.version;typeof t=="number"?(this.v1=t===1,this.v2=t===2,this.v3=t===3,this.v4=t===4):t?Yr(t,_s)===-1?this.v2=!0:Yr(t,Ss)===-1?this.v3=!0:this.v4=!0:this.v1=!0}function ws(e){return new mn(e).getCountries()}function yn(){return gn(ws,arguments)}function xs(){return gn(ks,arguments)}A.TEXT,A.FULL_NAME,A.EMAILS,A.ADDRESS,A.LINKS,A.PHONES,A.RICH_TEXT,A.UUID;Object.keys(gs).reduce((e,t)=>{const a=t.split("-")[0].toLowerCase();return(!e[a]||t===$n)&&(e[a]=t),e},{});const Rs=new Set(["__proto__","constructor","prototype"]),_n=(e,t)=>{if(!oe.isString(t))return;const a=t.split(".");let o=e;for(const p of a){if(!Q(o)||!oe.isObject(o)||Rs.has(p)||!Object.prototype.hasOwnProperty.call(o,p))return;o=o[p]}return o},ge=(e,t)=>(a,o)=>oe.isNonEmptyArray(a)?a[e](p=>t(_n(p,o))):!1,ke=(e,t)=>(a,o,p)=>oe.isNonEmptyArray(a)?a[e](u=>t(_n(u,o),p)):!1,V=new $e;V.functions.isDefined=e=>Q(e);V.functions.isNonEmptyString=e=>oe.isNonEmptyString(e);V.functions.includes=(e,t)=>Array.isArray(e)&&e.includes(t);V.functions.arrayLength=e=>Array.isArray(e)?e.length:0;V.functions.every=ge("every",Boolean);V.functions.everyDefined=ge("every",Q);V.functions.some=ge("some",Boolean);V.functions.someDefined=ge("some",Q);V.functions.someNonEmptyString=ge("some",oe.isNonEmptyString);V.functions.none=ge("every",e=>!e);V.functions.noneDefined=ge("every",e=>!Q(e));V.functions.everyEquals=ke("every",(e,t)=>e===t);V.functions.someEquals=ke("some",(e,t)=>e===t);V.functions.noneEquals=ke("every",(e,t)=>e!==t);V.functions.includesEvery=ke("every",(e,t)=>Array.isArray(e)&&e.includes(t));V.functions.includesSome=ke("some",(e,t)=>Array.isArray(e)&&e.includes(t));V.functions.includesNone=ke("every",(e,t)=>Array.isArray(e)&&!e.includes(t));A.NUMBER,A.NUMERIC,A.CURRENCY,A.RATING,A.POSITION;A.TEXT,A.RICH_TEXT;Object.entries(hs).map(([e,{label:t}])=>({value:e,label:`${t} (${e})`}));L.z.string().transform(e=>e===""?[]:Tt(e)?[e]:JSON.parse(e)).refine(e=>Array.isArray(e)&&e.every(t=>typeof t=="string"),{error:"Expected an array of strings"});L.z.preprocess(e=>{try{if(typeof e=="string"){if(Tt(e))return[e];try{const t=JSON.parse(e);return Array.isArray(t)?t:[t]}catch{return[e]}}return Array.isArray(e)?e:[e]}catch{return[]}},L.z.array(L.z.string().refine(e=>ps(e)||Tt(e),"Must be a valid UUID or a variable with {{ }} syntax"))).catch([]);const Is=L.z.object({isCurrentWorkspaceMemberSelected:L.z.boolean().optional(),selectedRecordIds:L.z.array(L.z.string())});L.z.string().transform((e,t)=>{try{return JSON.parse(e)}catch(a){return t.addIssue({code:"custom",message:a.message}),L.z.NEVER}}).pipe(Is);const Os=L.enum([lt.MONDAY,lt.SATURDAY,lt.SUNDAY]),Ns=L.union([L.coerce.number().int().positive(),L.literal("undefined")]).transform(e=>e==="undefined"?void 0:e),Ts=L.enum(["NEXT","THIS","PAST"]),Ls=L.enum(["SECOND","MINUTE","HOUR","DAY","WEEK","MONTH","QUARTER","YEAR"]),Ds=L.object({direction:Ts,amount:Ns.nullish(),unit:Ls,timezone:L.string().nullish(),firstDayOfTheWeek:Os.nullish()}).refine(e=>!(e.amount===void 0&&e.direction!=="THIS"),{error:"Amount cannot be 'undefined' unless direction is 'THIS'"}),Fs=/((?:THIS)|(?:PAST)|(?:NEXT))_(\d*)_(DAY|MONTH|YEAR|WEEK|QUARTER|HOUR|MINUTE|SECOND)(?:(?:;;([^;;]*);;)?(?:(MONDAY|SUNDAY|SATURDAY);;)?)?/;L.string().transform((e,t)=>{const a=new RegExp(Fs).exec(e);if(!oe.isNonEmptyArray(a))return t.addIssue(`Cannot parse stringified inline relative date filter, value : "${e}"`),L.NEVER;const[o,p,u,$,f,d]=a;return Ds.parse({direction:p,amount:u,unit:$,timezone:f,firstDayOfTheWeek:d})});W.Is+"",I.IS,W.IsNotNull+"",I.IS_NOT_NULL,W.IsNot+"",I.IS_NOT,W.LessThanOrEqual+"",I.LESS_THAN_OR_EQUAL,W.GreaterThanOrEqual+"",I.GREATER_THAN_OR_EQUAL,W.IsBefore+"",I.IS_BEFORE,W.IsAfter+"",I.IS_AFTER,W.Contains+"",I.CONTAINS,W.DoesNotContain+"",I.DOES_NOT_CONTAIN,W.IsEmpty+"",I.IS_EMPTY,W.IsNotEmpty+"",I.IS_NOT_EMPTY,W.IsRelative+"",I.IS_RELATIVE,W.IsInPast+"",I.IS_IN_PAST,W.IsInFuture+"",I.IS_IN_FUTURE,W.IsToday+"",I.IS_TODAY,I.IS+"",I.IS,I.IS_NOT_NULL+"",I.IS_NOT_NULL,I.IS_NOT+"",I.IS_NOT,I.LESS_THAN_OR_EQUAL+"",I.LESS_THAN_OR_EQUAL,I.GREATER_THAN_OR_EQUAL+"",I.GREATER_THAN_OR_EQUAL,I.IS_BEFORE+"",I.IS_BEFORE,I.IS_AFTER+"",I.IS_AFTER,I.CONTAINS+"",I.CONTAINS,I.DOES_NOT_CONTAIN+"",I.DOES_NOT_CONTAIN,I.IS_EMPTY+"",I.IS_EMPTY,I.IS_NOT_EMPTY+"",I.IS_NOT_EMPTY,I.IS_RELATIVE+"",I.IS_RELATIVE,I.IS_IN_PAST+"",I.IS_IN_PAST,I.IS_IN_FUTURE+"",I.IS_IN_FUTURE,I.IS_TODAY+"",I.IS_TODAY,I.VECTOR_SEARCH+"",I.VECTOR_SEARCH;const Bs=e=>{const t=e.trim();return t.startsWith("http://")||t.startsWith("https://")||t.startsWith("HTTPS://")||t.startsWith("HTTP://")?t:`https://${t}`},Us=(e,t)=>{const p=/^(((?!-))(xn--|_)?[a-z0-9-]{0,61}[a-z0-9]{1,1}\.){1,10}(xn--)?([a-z0-9][a-z0-9-]{0,60}|[a-z0-9-]{1,30}\.[a-z]{2,})$/.test(e),u=/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/.test(e),$=e==="localhost"||e==="127.0.0.1";return $&&!1||u&&!1?!1:p||$||u};L.z.string().transform((e,t)=>{const a=e.trim(),o=Bs(a),p=o.replace("https://","").replace("http://","").replace("HTTPS://","").replace("HTTP://","");if(/^\d+(?:\/[a-zA-Z]*)?$/.test(p))return t.addIssue({code:"custom",message:"domain is not a valid url"}),L.z.NEVER;try{const u=new URL(o);return Us(u.hostname)?o:(t.addIssue({code:"custom",message:"domain is not a valid url"}),L.z.NEVER)}catch{return t.addIssue({code:"custom",message:"domain is not a valid url"}),L.z.NEVER}});const Tt=e=>/^{{[^{}]+}}$/.test(e),Zr=new Map;for(const e of yn()){const t=xs(e),a=Zr.get(t);a?a.push(e):Zr.set(t,[e])}new Set(yn());const Hs="frontComponentHostCommunicationApi";globalThis[Hs]??={};const me=globalThis.frontComponentHostCommunicationApi,qs=()=>{const e=me.closeSidePanel;if(!Q(e))throw new Error("closeSidePanelFunction is not set");return e()},Gs=e=>{const t=me.enqueueSnackbar;if(!Q(t))throw new Error("enqueueSnackbarFunction is not set");return t(e)},Sn=(e,t,a,o)=>{const p=me.navigate;if(!Q(p))throw new Error("navigateFunction is not set");return p(e,t,a,o)},bn=e=>{const t=me.openCommandConfirmationModal;if(!Q(t))throw new Error("openCommandConfirmationModalFunction is not set");return t(e)},En=e=>{const t=me.openSidePanelPage;if(!Q(t))throw new Error("openSidePanelPageFunction is not set");return t(e)},Te=()=>{const e=me.unmountFrontComponent;if(!Q(e))throw new Error("unmountFrontComponentFunction is not set");return e()},Vs=e=>{const t=me.updateProgress;if(!Q(t))throw new Error("updateProgressFunction is not set");return t(e)},Ws="__twentySdkExecutionContext__",Rt="__twentySdkContextListeners__",Cn=()=>(globalThis[Rt]||(globalThis[Rt]=new Set),globalThis[Rt]),Xr=()=>globalThis[Ws],Ks=e=>{Cn().add(e)},Ys=e=>{Cn().delete(e)},vt=e=>{const[t,a]=re.useState(()=>e(Xr())),o=re.useRef(t);return re.useEffect(()=>{const p=()=>{const u=e(Xr());u!==o.current&&(o.current=u,a(u))};return Ks(p),p(),()=>Ys(p)},[e]),t},zs=e=>e.frontComponentId,Le=()=>vt(zs),js=e=>e.recordId,Js=()=>vt(js),Zs=e=>e.userId,Xs=()=>vt(Zs),Qs=e=>`${e}-command-error`,eo=({execute:e})=>{const[t,a]=re.useState(!1),o=Le();return re.useEffect(()=>{if(t)return;a(!0),(async()=>{await e(),await Te()})()},[e,t,o]),null},to=({to:e,params:t,queryParams:a,options:o})=>{const[p,u]=re.useState(!1),$=Le();return re.useEffect(()=>{if(p)return;u(!0),(async()=>{await Sn(e,t,a,o),await Te()})()},[e,t,a,o,p,$]),null},ro=({page:e,pageTitle:t,pageIcon:a,onClick:o,shouldResetSearchState:p=!1})=>{const[u,$]=re.useState(!1),f=Le();return re.useEffect(()=>{if(u)return;$(!0),(async()=>{o?.(),await En({page:e,pageTitle:t,pageIcon:a,shouldResetSearchState:p}),await Te()})()},[e,t,a,p,o,u,f]),null},no=({title:e,subtitle:t,execute:a,confirmButtonText:o,confirmButtonAccent:p})=>{const[u,$]=re.useState(!1),f=Le();return re.useEffect(()=>{if(u)return;$(!0),(async()=>{await bn({title:e,subtitle:t,confirmButtonText:o,confirmButtonAccent:p})==="confirm"&&await a(),await Te()})()},[e,t,a,o,p,u,f]),null},io={type:A.ADDRESS,properties:[{name:"addressStreet1",type:A.TEXT,hidden:!1,isRequired:!1},{name:"addressStreet2",type:A.TEXT,hidden:!1,isRequired:!1},{name:"addressCity",type:A.TEXT,hidden:!1,isRequired:!1},{name:"addressPostcode",type:A.TEXT,hidden:!1,isRequired:!1},{name:"addressState",type:A.TEXT,hidden:!1,isRequired:!1},{name:"addressCountry",type:A.TEXT,hidden:!1,isRequired:!1},{name:"addressLat",type:A.NUMERIC,hidden:!1,isRequired:!1},{name:"addressLng",type:A.NUMERIC,hidden:!1,isRequired:!1}]},ao={type:A.CURRENCY,properties:[{name:"amountMicros",type:A.NUMERIC,hidden:!1,isRequired:!1},{name:"currencyCode",type:A.TEXT,hidden:!1,isRequired:!1}]},so={type:A.EMAILS,properties:[{name:"primaryEmail",type:A.TEXT,hidden:!1,isRequired:!1,isIncludedInUniqueConstraint:!0},{name:"additionalEmails",type:A.RAW_JSON,hidden:!1,isRequired:!1}]},oo={type:A.FULL_NAME,properties:[{name:"firstName",type:A.TEXT,hidden:!1,isRequired:!1,isIncludedInUniqueConstraint:!1},{name:"lastName",type:A.TEXT,hidden:!1,isRequired:!1,isIncludedInUniqueConstraint:!1}]},uo={type:A.LINKS,properties:[{name:"primaryLinkLabel",type:A.TEXT,hidden:!1,isRequired:!1},{name:"primaryLinkUrl",type:A.TEXT,hidden:!1,isRequired:!1,isIncludedInUniqueConstraint:!0},{name:"secondaryLinks",type:A.RAW_JSON,hidden:!1,isRequired:!1}]},lo={type:A.PHONES,properties:[{name:"primaryPhoneNumber",type:A.TEXT,hidden:!1,isRequired:!1,isIncludedInUniqueConstraint:!0},{name:"primaryPhoneCountryCode",type:A.TEXT,hidden:!1,isRequired:!1},{name:"primaryPhoneCallingCode",type:A.TEXT,hidden:!1,isRequired:!1},{name:"additionalPhones",type:A.RAW_JSON,hidden:!1,isRequired:!1}]},co={type:A.RICH_TEXT,properties:[{name:"blocknote",type:A.TEXT,hidden:!1,isRequired:!1},{name:"markdown",type:A.TEXT,hidden:!1,isRequired:!1}]};L.z.object({blocknote:L.z.string().nullable().optional(),markdown:L.z.string().nullable()});A.LINKS,A.CURRENCY,A.FULL_NAME,A.ADDRESS,A.ACTOR,A.EMAILS,A.PHONES,A.RICH_TEXT;var Pn=(e=>(e.CommandMenuDisplay="command-menu-display",e.ViewRecord="view-record",e.MergeRecords="merge-records",e.UpdateRecords="update-records",e.ViewCalendarEvent="view-calendar-event",e.EditRichText="edit-rich-text",e.Copilot="copilot",e.WorkflowTriggerSelectType="workflow-trigger-select-type",e.WorkflowStepCreate="workflow-step-create",e.WorkflowStepEditType="workflow-step-edit-type",e.WorkflowStepView="workflow-step-view",e.WorkflowStepEdit="workflow-step-edit",e.WorkflowRunStepView="workflow-run-step-view",e.SearchRecords="search-records",e.AskAI="ask-ai",e.ViewPreviousAiChats="view-previous-ai-chats",e.PageLayoutDashboardWidgetTypeSelect="page-layout-dashboard-widget-type-select",e.PageLayoutTabSettings="page-layout-tab-settings",e.DashboardChartSettings="dashboard-chart-settings",e.DashboardIframeSettings="dashboard-iframe-settings",e.DashboardRecordTableSettings="dashboard-record-table-settings",e.RecordPageFieldsSettings="record-page-fields-settings",e.RecordPageFieldSettings="record-page-field-settings",e.ViewFrontComponent="view-front-component",e.NavigationMenuItemEdit="navigation-menu-item-edit",e.NavigationMenuAddItem="navigation-menu-add-item",e.CommandMenuEdit="command-menu-edit",e.PageLayoutRecordPageWidgetTypeSelect="page-layout-record-page-widget-type-select",e.ComposeEmail="compose-email",e))(Pn||{});exports.AppPath=fn;exports.Command=eo;exports.CommandLink=to;exports.CommandModal=no;exports.CommandOpenSidePanelPage=ro;exports.SidePanelPages=Pn;exports.closeSidePanel=qs;exports.enqueueSnackbar=Gs;exports.every=Pi;exports.everyDefined=Ai;exports.everyEquals=Mi;exports.favoriteRecordIds=hi;exports.featureFlags=vi;exports.getFrontComponentCommandErrorDedupeKey=Qs;exports.hasAnySoftDeleteFilterOnView=fi;exports.includes=Ci;exports.includesEvery=Ti;exports.isDashboardPageLayoutInEditMode=li;exports.isDefined=bi;exports.isInSidePanel=ui;exports.isLayoutCustomizationModeEnabled=ci;exports.isNonEmptyString=Ei;exports.isSelectAll=pi;exports.navigate=Sn;exports.none=Ri;exports.noneDefined=Ii;exports.noneEquals=Oi;exports.numberOfSelectedRecords=$i;exports.objectMetadataItem=Si;exports.objectPermissions=gi;exports.openCommandConfirmationModal=bn;exports.openSidePanelPage=En;exports.pageType=di;exports.selectedRecords=mi;exports.some=ki;exports.someDefined=wi;exports.someEquals=xi;exports.someNonEmptyString=Ni;exports.targetObjectReadPermissions=yi;exports.targetObjectWritePermissions=_i;exports.unmountFrontComponent=Te;exports.updateProgress=Vs;exports.useFrontComponentExecutionContext=vt;exports.useFrontComponentId=Le;exports.useRecordId=Js;exports.useUserId=Xs;
|
|
25
|
+
`.trim()},blockValue:function(n){var r=this.aliasable("container.hooks.blockHelperMissing"),c=[this.contextName(0)];this.setupHelperArgs(n,0,c);var h=this.popStack();c.splice(1,0,h),this.push(this.source.functionCall(r,"call",c))},ambiguousBlockValue:function(){var n=this.aliasable("container.hooks.blockHelperMissing"),r=[this.contextName(0)];this.setupHelperArgs("",0,r,!0),this.flushInline();var c=this.topStack();r.splice(1,0,c),this.pushSource(["if (!",this.lastHelper,") { ",c," = ",this.source.functionCall(n,"call",r),"}"])},appendContent:function(n){this.pendingContent?n=this.pendingContent+n:this.pendingLocation=this.source.currentLocation,this.pendingContent=n},append:function(){if(this.isInline())this.replaceStack(function(r){return[" != null ? ",r,' : ""']}),this.pushSource(this.appendToBuffer(this.popStack()));else{var n=this.popStack();this.pushSource(["if (",n," != null) { ",this.appendToBuffer(n,void 0,!0)," }"]),this.environment.isSimple&&this.pushSource(["else { ",this.appendToBuffer("''",void 0,!0)," }"])}},appendEscaped:function(){this.pushSource(this.appendToBuffer([this.aliasable("container.escapeExpression"),"(",this.popStack(),")"]))},getContext:function(n){this.lastContext=n},pushContext:function(){this.pushStackLiteral(this.contextName(this.lastContext))},lookupOnContext:function(n,r,c,h){var g=0;!h&&this.options.compat&&!this.lastContext?this.push(this.depthedLookup(n[g++])):this.pushContext(),this.resolvePath("context",n,g,r,c)},lookupBlockParam:function(n,r){this.useBlockParams=!0,this.push(["blockParams[",n[0],"][",n[1],"]"]),this.resolvePath("context",r,1)},lookupData:function(n,r,c){n?this.pushStackLiteral("container.data(data, "+n+")"):this.pushStackLiteral("data"),this.resolvePath("data",r,0,!0,c)},resolvePath:function(n,r,c,h,g){var y=this;if(this.options.strict||this.options.assumeObjects){this.push(m(this.options.strict&&g,this,r,c,n));return}for(var b=r.length,S=function(E){y.replaceStack(function(_){var w=y.nameLookup(_,r[E],n);return h?[" && ",w]:[" != null ? ",w," : ",_]})},v=c;v<b;v++)S(v)},resolvePossibleLambda:function(){this.push([this.aliasable("container.lambda"),"(",this.popStack(),", ",this.contextName(0),")"])},pushStringParam:function(n,r){this.pushContext(),this.pushString(r),r!=="SubExpression"&&(typeof n=="string"?this.pushString(n):this.pushStackLiteral(n))},emptyHash:function(n){this.trackIds&&this.push("{}"),this.stringParams&&(this.push("{}"),this.push("{}")),this.pushStackLiteral(n?"undefined":"{}")},pushHash:function(){this.hash&&this.hashes.push(this.hash),this.hash={values:{},types:[],contexts:[],ids:[]}},popHash:function(){var n=this.hash;this.hash=this.hashes.pop(),this.trackIds&&this.push(this.objectLiteral(n.ids)),this.stringParams&&(this.push(this.objectLiteral(n.contexts)),this.push(this.objectLiteral(n.types))),this.push(this.objectLiteral(n.values))},pushString:function(n){this.pushStackLiteral(this.quotedString(n))},pushLiteral:function(n){this.pushStackLiteral(n)},pushProgram:function(n){n!=null?this.pushStackLiteral(this.programExpression(n)):this.pushStackLiteral(null)},registerDecorator:function(n,r){var c=this.nameLookup("decorators",r,"decorator"),h=this.setupHelperArgs(r,n);this.decorators.push(["var decorator = ",c,";"]),this.decorators.push(['if (typeof decorator !== "function") { throw new Error(',this.quotedString('Missing decorator: "'+r+'"'),"); }"]),this.decorators.push(["fn = ",this.decorators.functionCall("decorator","",["fn","props","container",h])," || fn;"])},invokeHelper:function(n,r,c){var h=this.popStack(),g=this.setupHelper(n,r),y=[];c&&y.push(g.name),y.push(h),this.options.strict||y.push(this.aliasable("container.hooks.helperMissing"));var b=["(",this.itemsSeparatedBy(y,"||"),")"],S=this.source.functionCall(b,"call",g.callParams);this.push(S)},itemsSeparatedBy:function(n,r){var c=[];c.push(n[0]);for(var h=1;h<n.length;h++)c.push(r,n[h]);return c},invokeKnownHelper:function(n,r){var c=this.setupHelper(n,r);this.push(this.source.functionCall(c.name,"call",c.callParams))},invokeAmbiguous:function(n,r){this.useRegister("helper");var c=this.popStack();this.emptyHash();var h=this.setupHelper(0,n,r),g=this.lastHelper=this.nameLookup("helpers",n,"helper"),y=["(","(helper = ",g," || ",c,")"];this.options.strict||(y[0]="(helper = ",y.push(" != null ? helper : ",this.aliasable("container.hooks.helperMissing"))),this.push(["(",y,h.paramsInit?["),(",h.paramsInit]:[],"),","(typeof helper === ",this.aliasable('"function"')," ? ",this.source.functionCall("helper","call",h.callParams)," : helper))"])},invokePartial:function(n,r,c){var h=[],g=this.setupParams(r,1,h);n&&(r=this.popStack(),delete g.name),c&&(g.indent=JSON.stringify(c)),g.helpers="helpers",g.partials="partials",g.decorators="container.decorators",n?h.unshift(r):h.unshift(this.nameLookup("partials",r,"partial")),this.options.compat&&(g.depths="depths"),g=this.objectLiteral(g),h.push(g),this.push(this.source.functionCall("container.invokePartial","",h))},assignToHash:function(n){var r=this.popStack(),c=void 0,h=void 0,g=void 0;this.trackIds&&(g=this.popStack()),this.stringParams&&(h=this.popStack(),c=this.popStack());var y=this.hash;c&&(y.contexts[n]=c),h&&(y.types[n]=h),g&&(y.ids[n]=g),y.values[n]=r},pushId:function(n,r,c){n==="BlockParam"?this.pushStackLiteral("blockParams["+r[0]+"].path["+r[1]+"]"+(c?" + "+JSON.stringify("."+c):"")):n==="PathExpression"?this.pushString(r):n==="SubExpression"?this.pushStackLiteral("true"):this.pushStackLiteral("null")},compiler:s,compileChildren:function(n,r){for(var c=n.children,h=void 0,g=void 0,y=0,b=c.length;y<b;y++){h=c[y],g=new this.compiler;var S=this.matchExistingProgram(h);if(S==null){var v=this.context.programs.push("")-1;h.index=v,h.name="program"+v,this.context.programs[v]=g.compile(h,r,this.context,!this.precompile),this.context.decorators[v]=g.decorators,this.context.environments[v]=h,this.useDepths=this.useDepths||g.useDepths,this.useBlockParams=this.useBlockParams||g.useBlockParams,h.useDepths=this.useDepths,h.useBlockParams=this.useBlockParams}else h.index=S.index,h.name="program"+S.index,this.useDepths=this.useDepths||S.useDepths,this.useBlockParams=this.useBlockParams||S.useBlockParams}},matchExistingProgram:function(n){for(var r=0,c=this.context.environments.length;r<c;r++){var h=this.context.environments[r];if(h&&h.equals(n))return h}},programExpression:function(n){var r=this.environment.children[n],c=[r.index,"data",r.blockParams];return(this.useBlockParams||this.useDepths)&&c.push("blockParams"),this.useDepths&&c.push("depths"),"container.program("+c.join(", ")+")"},useRegister:function(n){this.registers[n]||(this.registers[n]=!0,this.registers.list.push(n))},push:function(n){return n instanceof l||(n=this.source.wrap(n)),this.inlineStack.push(n),n},pushStackLiteral:function(n){this.push(new l(n))},pushSource:function(n){this.pendingContent&&(this.source.push(this.appendToBuffer(this.source.quotedString(this.pendingContent),this.pendingLocation)),this.pendingContent=void 0),n&&this.source.push(n)},replaceStack:function(n){var r=["("],c=void 0,h=void 0,g=void 0;if(!this.isInline())throw new u.default("replaceStack on non-inline");var y=this.popStack(!0);if(y instanceof l)c=[y.value],r=["(",c],g=!0;else{h=!0;var b=this.incrStack();r=["((",this.push(b)," = ",y,")"],c=this.topStack()}var S=n.call(this,c);g||this.popStack(),h&&this.stackSlot--,this.push(r.concat(S,")"))},incrStack:function(){return this.stackSlot++,this.stackSlot>this.stackVars.length&&this.stackVars.push("stack"+this.stackSlot),this.topStackName()},topStackName:function(){return"stack"+this.stackSlot},flushInline:function(){var n=this.inlineStack;this.inlineStack=[];for(var r=0,c=n.length;r<c;r++){var h=n[r];if(h instanceof l)this.compileStack.push(h);else{var g=this.incrStack();this.pushSource([g," = ",h,";"]),this.compileStack.push(g)}}},isInline:function(){return this.inlineStack.length},popStack:function(n){var r=this.isInline(),c=(r?this.inlineStack:this.compileStack).pop();if(!n&&c instanceof l)return c.value;if(!r){if(!this.stackSlot)throw new u.default("Invalid stack pop");this.stackSlot--}return c},topStack:function(){var n=this.isInline()?this.inlineStack:this.compileStack,r=n[n.length-1];return r instanceof l?r.value:r},contextName:function(n){return this.useDepths&&n?"depths["+n+"]":"depth"+n},quotedString:function(n){return this.source.quotedString(n)},objectLiteral:function(n){return this.source.objectLiteral(n)},aliasable:function(n){var r=this.aliases[n];return r?(r.referenceCount++,r):(r=this.aliases[n]=this.source.wrap(n),r.aliasable=!0,r.referenceCount=1,r)},setupHelper:function(n,r,c){var h=[],g=this.setupHelperArgs(r,n,h,c),y=this.nameLookup("helpers",r,"helper"),b=this.aliasable(this.contextName(0)+" != null ? "+this.contextName(0)+" : (container.nullContext || {})");return{params:h,paramsInit:g,name:y,callParams:[b].concat(h)}},setupParams:function(n,r,c){var h={},g=[],y=[],b=[],S=!c,v=void 0;S&&(c=[]),h.name=this.quotedString(n),h.hash=this.popStack(),this.trackIds&&(h.hashIds=this.popStack()),this.stringParams&&(h.hashTypes=this.popStack(),h.hashContexts=this.popStack());var E=this.popStack(),_=this.popStack();(_||E)&&(h.fn=_||"container.noop",h.inverse=E||"container.noop");for(var w=r;w--;)v=this.popStack(),c[w]=v,this.trackIds&&(b[w]=this.popStack()),this.stringParams&&(y[w]=this.popStack(),g[w]=this.popStack());return S&&(h.args=this.source.generateArray(c)),this.trackIds&&(h.ids=this.source.generateArray(b)),this.stringParams&&(h.types=this.source.generateArray(y),h.contexts=this.source.generateArray(g)),this.options.data&&(h.data="data"),this.useBlockParams&&(h.blockParams="blockParams"),h},setupHelperArgs:function(n,r,c,h){var g=this.setupParams(n,r,c);return g.loc=JSON.stringify(this.source.currentLocation),g=this.objectLiteral(g),h?(this.useRegister("options"),c.push("options"),["options=",g]):c?(c.push(g),""):g}},(function(){for(var i="break else new var case finally return void catch for switch while continue function this with default if throw delete in try do instanceof typeof abstract enum int short boolean export interface static byte extends long super char final native synchronized class float package throws const goto private transient debugger implements protected volatile double import public let yield await null true false".split(" "),n=s.RESERVED_WORDS={},r=0,c=i.length;r<c;r++)n[i[r]]=!0})(),s.isValidJavaScriptVariableName=function(i){return!s.RESERVED_WORDS[i]&&/^[a-zA-Z_$][0-9a-zA-Z_$]*$/.test(i)};function m(i,n,r,c,h){var g=n.popStack(),y=r.length;i&&y--;for(var b=c;b<y;b++)g=n.nameLookup(g,r[b],h);return i?[n.aliasable("container.strict"),"(",g,", ",n.quotedString(r[y]),", ",JSON.stringify(n.source.currentLocation)," )"]:g}t.default=s,e.exports=t.default})(at,at.exports)),at.exports}var Hr;function ns(){return Hr||(Hr=1,(function(e,t){t.__esModule=!0;function a(y){return y&&y.__esModule?y:{default:y}}var o=qa(),p=a(o),u=sn(),$=a(u),f=Ka(),d=Ya(),l=rs(),s=a(l),m=on(),i=a(m),n=an(),r=a(n),c=p.default.create;function h(){var y=c();return y.compile=function(b,S){return d.compile(b,S,y)},y.precompile=function(b,S){return d.precompile(b,S,y)},y.AST=$.default,y.Compiler=d.Compiler,y.JavaScriptCompiler=s.default,y.Parser=f.parser,y.parse=f.parse,y.parseWithoutProcessing=f.parseWithoutProcessing,y}var g=h();g.create=h,r.default(g),g.Visitor=i.default,g.default=g,t.default=g,e.exports=t.default})(Be,Be.exports)),Be.exports}ns();var A=(e=>(e.ACTOR="ACTOR",e.ADDRESS="ADDRESS",e.ARRAY="ARRAY",e.BOOLEAN="BOOLEAN",e.CURRENCY="CURRENCY",e.DATE="DATE",e.DATE_TIME="DATE_TIME",e.EMAILS="EMAILS",e.FILES="FILES",e.FULL_NAME="FULL_NAME",e.LINKS="LINKS",e.MORPH_RELATION="MORPH_RELATION",e.MULTI_SELECT="MULTI_SELECT",e.NUMBER="NUMBER",e.NUMERIC="NUMERIC",e.PHONES="PHONES",e.POSITION="POSITION",e.RATING="RATING",e.RAW_JSON="RAW_JSON",e.RELATION="RELATION",e.RICH_TEXT="RICH_TEXT",e.SELECT="SELECT",e.TEXT="TEXT",e.TS_VECTOR="TS_VECTOR",e.UUID="UUID",e))(A||{}),I=(e=>(e.IS="IS",e.IS_NOT_NULL="IS_NOT_NULL",e.IS_NOT="IS_NOT",e.LESS_THAN_OR_EQUAL="LESS_THAN_OR_EQUAL",e.GREATER_THAN_OR_EQUAL="GREATER_THAN_OR_EQUAL",e.IS_BEFORE="IS_BEFORE",e.IS_AFTER="IS_AFTER",e.CONTAINS="CONTAINS",e.DOES_NOT_CONTAIN="DOES_NOT_CONTAIN",e.IS_EMPTY="IS_EMPTY",e.IS_NOT_EMPTY="IS_NOT_EMPTY",e.IS_RELATIVE="IS_RELATIVE",e.IS_IN_PAST="IS_IN_PAST",e.IS_IN_FUTURE="IS_IN_FUTURE",e.IS_TODAY="IS_TODAY",e.VECTOR_SEARCH="VECTOR_SEARCH",e))(I||{}),V=(e=>(e.Is="is",e.IsNotNull="isNotNull",e.IsNot="isNot",e.LessThanOrEqual="lessThan",e.GreaterThanOrEqual="greaterThan",e.IsBefore="isBefore",e.IsAfter="isAfter",e.Contains="contains",e.DoesNotContain="doesNotContain",e.IsEmpty="isEmpty",e.IsNotEmpty="isNotEmpty",e.IsRelative="isRelative",e.IsInPast="isInPast",e.IsInFuture="isInFuture",e.IsToday="isToday",e))(V||{}),cn=(e=>(e.Verify="/verify",e.VerifyEmail="/verify-email",e.SignInUp="/welcome",e.Invite="/invite/:workspaceInviteHash",e.ResetPassword="/reset-password/:passwordResetToken",e.CreateWorkspace="/create/workspace",e.CreateProfile="/create/profile",e.SyncEmails="/sync/emails",e.InviteTeam="/invite-team",e.PlanRequired="/plan-required",e.PlanRequiredSuccess="/plan-required/payment-success",e.BookCallDecision="/book-call-decision",e.BookCall="/book-call",e.Index="/",e.TasksPage="/objects/tasks",e.OpportunitiesPage="/objects/opportunities",e.RecordIndexPage="/objects/:objectNamePlural",e.RecordShowPage="/object/:objectNameSingular/:objectRecordId",e.PageLayoutPage="/page/:pageLayoutId",e.Settings="settings",e.SettingsCatchAll="/settings/*",e.Developers="developers",e.DevelopersCatchAll="/developers/*",e.Authorize="/authorize",e.NotFoundWildcard="*",e.NotFound="/not-found",e))(cn||{}),xt=(e=>(e.EMAIL="EMAIL",e.CALENDAR="CALENDAR",e.WORKFLOW="WORKFLOW",e.AGENT="AGENT",e.API="API",e.IMPORT="IMPORT",e.MANUAL="MANUAL",e.SYSTEM="SYSTEM",e.WEBHOOK="WEBHOOK",e.APPLICATION="APPLICATION",e))(xt||{});const is={type:A.ACTOR,properties:[{name:"source",type:A.SELECT,hidden:!1,isRequired:!0,options:Object.keys(xt).map((e,t)=>({id:ai.v4(),label:`${xt[e].toLowerCase()}`,value:e,position:t}))},{name:"workspaceMemberId",type:A.UUID,hidden:"input",isRequired:!1},{name:"name",type:A.TEXT,hidden:"input",isRequired:!0},{name:"context",type:A.RAW_JSON,hidden:!1,isRequired:!1}]};var ut=(e=>(e.MONDAY="MONDAY",e.SUNDAY="SUNDAY",e.SATURDAY="SATURDAY",e))(ut||{});A.CURRENCY+"",A.EMAILS+"",A.LINKS+"",A.PHONES+"",A.FULL_NAME+"",A.ADDRESS+"",A.ACTOR+"",A.RICH_TEXT+"";const as={AED:{label:"UAE dirham"},AFN:{label:"Afghan afghani"},ALL:{label:"Albanian lek"},AMD:{label:"Armenian dram"},ANG:{label:"Netherlands Antillean guilder"},AOA:{label:"Angolan kwanza"},ARS:{label:"Argentine peso"},AUD:{label:"Australian dollar"},AWG:{label:"Aruban florin"},AZN:{label:"Azerbaijani manat"},BAM:{label:"Bosnia and Herzegovina mark"},BBD:{label:"Barbados dollar"},BDT:{label:"Bangladeshi taka"},BGN:{label:"Bulgarian lev"},BHD:{label:"Bahraini dinar"},BIF:{label:"Burundian franc"},BMD:{label:"Bermudian dollar"},BND:{label:"Brunei dollar"},BOB:{label:"Boliviano"},BRL:{label:"Brazilian real"},BSD:{label:"Bahamian dollar"},BTN:{label:"Bhutanese ngultrum"},BWP:{label:"Botswana pula"},BYN:{label:"Belarusian ruble"},BZD:{label:"Belize dollar"},CAD:{label:"Canadian dollar"},CDF:{label:"Congolese franc"},CHF:{label:"Swiss franc"},CLP:{label:"Chilean peso"},CLF:{label:"Unidad de Fomento"},CNY:{label:"Chinese yuan"},COP:{label:"Colombian peso"},CRC:{label:"Costa Rican colon"},CUP:{label:"Cuban peso"},CVE:{label:"Cape Verdean escudo"},CZK:{label:"Czech koruna"},DJF:{label:"Djiboutian franc"},DKK:{label:"Danish krone"},DOP:{label:"Dominican peso"},DZD:{label:"Algerian Dinar"},EGP:{label:"Egyptian pound"},ERN:{label:"Eritrean nakfa"},ETB:{label:"Ethiopian birr"},EUR:{label:"Euro"},FJD:{label:"Fiji dollar"},FKP:{label:"Falkland Islands pound"},GBP:{label:"British pound"},GEL:{label:"Georgian lari"},GHS:{label:"Ghanaian cedi"},GIP:{label:"Gibraltar pound"},GMD:{label:"Gambian dalasi"},GNF:{label:"Guinean franc"},GTQ:{label:"Guatemalan quetzal"},GYD:{label:"Guyanese dollar"},HKD:{label:"Hong Kong dollar"},HNL:{label:"Honduran lempira"},HTG:{label:"Haitian gourde"},HUF:{label:"Hungarian forint"},IDR:{label:"Indonesian rupiah"},ILS:{label:"Israeli shekel"},INR:{label:"Indian rupee"},IQD:{label:"Iraqi dinar"},IRR:{label:"Iranian rial"},ISK:{label:"Icelandic króna"},JMD:{label:"Jamaican dollar"},JOD:{label:"Jordanian dinar"},JPY:{label:"Japanese yen"},KES:{label:"Kenyan shilling"},KGS:{label:"Kyrgyzstani som"},KHR:{label:"Cambodian riel"},KMF:{label:"Comoro franc"},KPW:{label:"North Korean won"},KRW:{label:"South Korean won"},KWD:{label:"Kuwaiti dinar"},KYD:{label:"Cayman Islands dollar"},KZT:{label:"Kazakhstani tenge"},LAK:{label:"Lao kip"},LBP:{label:"Lebanese pound"},LKR:{label:"Sri Lankan rupee"},LRD:{label:"Liberian dollar"},LSL:{label:"Lesotho loti"},LYD:{label:"Libyan dinar"},MAD:{label:"Moroccan dirham"},MDL:{label:"Moldovan leu"},MGA:{label:"Malagasy ariary"},MKD:{label:"Macedonian denar"},MMK:{label:"Myanmar kyat"},MNT:{label:"Mongolian tögrög"},MOP:{label:"Macanese pataca"},MRU:{label:"Mauritanian ouguiya"},MUR:{label:"Mauritian rupee"},MVR:{label:"Maldivian rufiyaa"},MWK:{label:"Malawian kwacha"},MXN:{label:"Mexican peso"},MYR:{label:"Malaysian ringgit"},MZN:{label:"Mozambican metical"},NAD:{label:"Namibian dollar"},NGN:{label:"Nigerian naira"},NIO:{label:"Nicaraguan córdoba"},NOK:{label:"Norwegian krone"},NPR:{label:"Nepalese rupee"},NZD:{label:"New Zealand dollar"},OMR:{label:"Omani rial"},PAB:{label:"Panamanian balboa"},PEN:{label:"Peruvian sol"},PGK:{label:"Papua New Guinean kina"},PHP:{label:"Philippine peso"},PKR:{label:"Pakistani rupee"},PLN:{label:"Polish złoty"},PYG:{label:"Paraguayan guaraní"},QAR:{label:"Qatari riyal"},RON:{label:"Romanian leu"},RSD:{label:"Serbian dinar"},RUB:{label:"Russian ruble"},RWF:{label:"Rwandan franc"},SAR:{label:"Saudi riyal"},SBD:{label:"Solomon Islands dollar"},SCR:{label:"Seychelles rupee"},SDG:{label:"Sudanese pound"},SEK:{label:"Swedish krona"},SGD:{label:"Singapore dollar"},SHP:{label:"Saint Helena pound"},SLE:{label:"Sierra Leonean leone"},SOS:{label:"Somalian shilling"},SRD:{label:"Surinamese dollar"},SSP:{label:"South Sudanese pound"},STN:{label:"São Tomé and Príncipe dobra"},SVC:{label:"Salvadoran colón"},SYP:{label:"Syrian pound"},SZL:{label:"Swazi lilangeni"},THB:{label:"Thai Baht"},TJS:{label:"Tajikistani somoni"},TMT:{label:"Turkmenistan manat"},TND:{label:"Tunisian dinar"},TOP:{label:"Tongan paʻanga"},TRY:{label:"Turkish lira"},TTD:{label:"Trinidad and Tobago dollar"},TWD:{label:"Taiwanese dollar"},TZS:{label:"Tanzanian shilling"},UAH:{label:"Ukrainian hryvnia"},UGX:{label:"Ugandan shilling"},USD:{label:"United States dollar"},UYU:{label:"Uruguayan peso"},UZS:{label:"Uzbekistani sum"},VES:{label:"Venezuelan bolívar"},VND:{label:"Vietnamese đồng"},VUV:{label:"Vanuatu vatu"},WST:{label:"Samoan tala"},XOF:{label:"West African CFA franc"},XCD:{label:"East Caribbean dollar"},YER:{label:"Yemeni rial"},ZAR:{label:"South African rand"},ZMW:{label:"Zambian kwacha"},ZWG:{label:"Zimbabwe Gold"}};A.TEXT,A.FULL_NAME,A.UUID;const ss=e=>/^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i.test(e);var At,qr;function os(){if(qr)return At;qr=1;var e="[object Symbol]",t=/[\\^$.*+?()[\]{}|]/g,a=RegExp(t.source),o=typeof le=="object"&&le&&le.Object===Object&&le,p=typeof self=="object"&&self&&self.Object===Object&&self,u=o||p||Function("return this")(),$=Object.prototype,f=$.toString,d=u.Symbol,l=d?d.prototype:void 0,s=l?l.toString:void 0;function m(h){if(typeof h=="string")return h;if(n(h))return s?s.call(h):"";var g=h+"";return g=="0"&&1/h==-1/0?"-0":g}function i(h){return!!h&&typeof h=="object"}function n(h){return typeof h=="symbol"||i(h)&&f.call(h)==e}function r(h){return h==null?"":m(h)}function c(h){return h=r(h),h&&a.test(h)?h.replace(t,"\\$&"):h}return At=c,At}os();var Mt,Gr;function ds(){if(Gr)return Mt;Gr=1;var e="[object Symbol]",t=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,a=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,o="\\ud800-\\udfff",p="\\u0300-\\u036f\\ufe20-\\ufe23",u="\\u20d0-\\u20f0",$="\\u2700-\\u27bf",f="a-z\\xdf-\\xf6\\xf8-\\xff",d="\\xac\\xb1\\xd7\\xf7",l="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",s="\\u2000-\\u206f",m=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",i="A-Z\\xc0-\\xd6\\xd8-\\xde",n="\\ufe0e\\ufe0f",r=d+l+s+m,c="['’]",h="["+o+"]",g="["+r+"]",y="["+p+u+"]",b="\\d+",S="["+$+"]",v="["+f+"]",E="[^"+o+r+b+$+f+i+"]",_="\\ud83c[\\udffb-\\udfff]",w="(?:"+y+"|"+_+")",R="[^"+o+"]",x="(?:\\ud83c[\\udde6-\\uddff]){2}",M="[\\ud800-\\udbff][\\udc00-\\udfff]",C="["+i+"]",P="\\u200d",N="(?:"+v+"|"+E+")",H="(?:"+C+"|"+E+")",q="(?:"+c+"(?:d|ll|m|re|s|t|ve))?",J="(?:"+c+"(?:D|LL|M|RE|S|T|VE))?",ke=w+"?",qt="["+n+"]?",En="(?:"+P+"(?:"+[R,x,M].join("|")+")"+qt+ke+")*",Gt=qt+ke+En,Cn="(?:"+[S,x,M].join("|")+")"+Gt,Pn="(?:"+[R+y+"?",y,x,M,h].join("|")+")",An=RegExp(c,"g"),Mn=RegExp(y,"g"),kn=RegExp(_+"(?="+_+")|"+Pn+Gt,"g"),wn=RegExp([C+"?"+v+"+"+q+"(?="+[g,C,"$"].join("|")+")",H+"+"+J+"(?="+[g,C+N,"$"].join("|")+")",C+"?"+N+"+"+q,C+"+"+J,b,Cn].join("|"),"g"),Rn=RegExp("["+P+o+p+u+n+"]"),xn=/[a-z][A-Z]|[A-Z]{2,}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,In={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"ss"},On=typeof le=="object"&&le&&le.Object===Object&&le,Nn=typeof self=="object"&&self&&self.Object===Object&&self,Tn=On||Nn||Function("return this")();function Ln(k,O,F,ne){for(var W=-1,Fe=k?k.length:0;++W<Fe;)F=O(F,k[W],W,k);return F}function Dn(k){return k.split("")}function Fn(k){return k.match(t)||[]}function Bn(k){return function(O){return k?.[O]}}var Un=Bn(In);function Vt(k){return Rn.test(k)}function Hn(k){return xn.test(k)}function qn(k){return Vt(k)?Gn(k):Dn(k)}function Gn(k){return k.match(kn)||[]}function Vn(k){return k.match(wn)||[]}var Wn=Object.prototype,Kn=Wn.toString,Wt=Tn.Symbol,Kt=Wt?Wt.prototype:void 0,Yt=Kt?Kt.toString:void 0;function Yn(k,O,F){var ne=-1,W=k.length;O<0&&(O=-O>W?0:W+O),F=F>W?W:F,F<0&&(F+=W),W=O>F?0:F-O>>>0,O>>>=0;for(var Fe=Array(W);++ne<W;)Fe[ne]=k[ne+O];return Fe}function zn(k){if(typeof k=="string")return k;if(Qn(k))return Yt?Yt.call(k):"";var O=k+"";return O=="0"&&1/k==-1/0?"-0":O}function jn(k,O,F){var ne=k.length;return F=F===void 0?ne:F,!O&&F>=ne?k:Yn(k,O,F)}function Jn(k){return function(O){O=De(O);var F=Vt(O)?qn(O):void 0,ne=F?F[0]:O.charAt(0),W=F?jn(F,1).join(""):O.slice(1);return ne[k]()+W}}function Zn(k){return function(O){return Ln(ii(ri(O).replace(An,"")),k,"")}}function Xn(k){return!!k&&typeof k=="object"}function Qn(k){return typeof k=="symbol"||Xn(k)&&Kn.call(k)==e}function De(k){return k==null?"":zn(k)}var ei=Zn(function(k,O,F){return O=O.toLowerCase(),k+(F?ti(O):O)});function ti(k){return ni(De(k).toLowerCase())}function ri(k){return k=De(k),k&&k.replace(a,Un).replace(Mn,"")}var ni=Jn("toUpperCase");function ii(k,O,F){return k=De(k),O=O,O===void 0?Hn(k)?Vn(k):Fn(k):k.match(O)||[]}return Mt=ei,Mt}ds();const hn="en",us={en:hn,"pseudo-en":"pseudo-en","af-ZA":"af-ZA","ar-SA":"ar-SA","ca-ES":"ca-ES","cs-CZ":"cs-CZ","da-DK":"da-DK","de-DE":"de-DE","el-GR":"el-GR","es-ES":"es-ES","fi-FI":"fi-FI","fr-FR":"fr-FR","he-IL":"he-IL","hu-HU":"hu-HU","it-IT":"it-IT","ja-JP":"ja-JP","ko-KR":"ko-KR","nl-NL":"nl-NL","no-NO":"no-NO","pl-PL":"pl-PL","pt-BR":"pt-BR","pt-PT":"pt-PT","ro-RO":"ro-RO","ru-RU":"ru-RU","sr-Cyrl":"sr-Cyrl","sv-SE":"sv-SE","tr-TR":"tr-TR","uk-UA":"uk-UA","vi-VN":"vi-VN","zh-CN":"zh-CN","zh-TW":"zh-TW"},ls={version:4,country_calling_codes:{1:["US","AG","AI","AS","BB","BM","BS","CA","DM","DO","GD","GU","JM","KN","KY","LC","MP","MS","PR","SX","TC","TT","VC","VG","VI"],7:["RU","KZ"],20:["EG"],27:["ZA"],30:["GR"],31:["NL"],32:["BE"],33:["FR"],34:["ES"],36:["HU"],39:["IT","VA"],40:["RO"],41:["CH"],43:["AT"],44:["GB","GG","IM","JE"],45:["DK"],46:["SE"],47:["NO","SJ"],48:["PL"],49:["DE"],51:["PE"],52:["MX"],53:["CU"],54:["AR"],55:["BR"],56:["CL"],57:["CO"],58:["VE"],60:["MY"],61:["AU","CC","CX"],62:["ID"],63:["PH"],64:["NZ"],65:["SG"],66:["TH"],81:["JP"],82:["KR"],84:["VN"],86:["CN"],90:["TR"],91:["IN"],92:["PK"],93:["AF"],94:["LK"],95:["MM"],98:["IR"],211:["SS"],212:["MA","EH"],213:["DZ"],216:["TN"],218:["LY"],220:["GM"],221:["SN"],222:["MR"],223:["ML"],224:["GN"],225:["CI"],226:["BF"],227:["NE"],228:["TG"],229:["BJ"],230:["MU"],231:["LR"],232:["SL"],233:["GH"],234:["NG"],235:["TD"],236:["CF"],237:["CM"],238:["CV"],239:["ST"],240:["GQ"],241:["GA"],242:["CG"],243:["CD"],244:["AO"],245:["GW"],246:["IO"],247:["AC"],248:["SC"],249:["SD"],250:["RW"],251:["ET"],252:["SO"],253:["DJ"],254:["KE"],255:["TZ"],256:["UG"],257:["BI"],258:["MZ"],260:["ZM"],261:["MG"],262:["RE","YT"],263:["ZW"],264:["NA"],265:["MW"],266:["LS"],267:["BW"],268:["SZ"],269:["KM"],290:["SH","TA"],291:["ER"],297:["AW"],298:["FO"],299:["GL"],350:["GI"],351:["PT"],352:["LU"],353:["IE"],354:["IS"],355:["AL"],356:["MT"],357:["CY"],358:["FI","AX"],359:["BG"],370:["LT"],371:["LV"],372:["EE"],373:["MD"],374:["AM"],375:["BY"],376:["AD"],377:["MC"],378:["SM"],380:["UA"],381:["RS"],382:["ME"],383:["XK"],385:["HR"],386:["SI"],387:["BA"],389:["MK"],420:["CZ"],421:["SK"],423:["LI"],500:["FK"],501:["BZ"],502:["GT"],503:["SV"],504:["HN"],505:["NI"],506:["CR"],507:["PA"],508:["PM"],509:["HT"],590:["GP","BL","MF"],591:["BO"],592:["GY"],593:["EC"],594:["GF"],595:["PY"],596:["MQ"],597:["SR"],598:["UY"],599:["CW","BQ"],670:["TL"],672:["NF"],673:["BN"],674:["NR"],675:["PG"],676:["TO"],677:["SB"],678:["VU"],679:["FJ"],680:["PW"],681:["WF"],682:["CK"],683:["NU"],685:["WS"],686:["KI"],687:["NC"],688:["TV"],689:["PF"],690:["TK"],691:["FM"],692:["MH"],850:["KP"],852:["HK"],853:["MO"],855:["KH"],856:["LA"],880:["BD"],886:["TW"],960:["MV"],961:["LB"],962:["JO"],963:["SY"],964:["IQ"],965:["KW"],966:["SA"],967:["YE"],968:["OM"],970:["PS"],971:["AE"],972:["IL"],973:["BH"],974:["QA"],975:["BT"],976:["MN"],977:["NP"],992:["TJ"],993:["TM"],994:["AZ"],995:["GE"],996:["KG"],998:["UZ"]},countries:{AC:["247","00","(?:[01589]\\d|[46])\\d{4}",[5,6]],AD:["376","00","(?:1|6\\d)\\d{7}|[135-9]\\d{5}",[6,8,9],[["(\\d{3})(\\d{3})","$1 $2",["[135-9]"]],["(\\d{4})(\\d{4})","$1 $2",["1"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]]],AE:["971","00","(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}",[5,6,7,8,9,10,11,12],[["(\\d{3})(\\d{2,9})","$1 $2",["60|8"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[236]|[479][2-8]"],"0$1"],["(\\d{3})(\\d)(\\d{5})","$1 $2 $3",["[479]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"]],"0"],AF:["93","00","[2-7]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"]],"0"],AG:["1","011","(?:268|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([457]\\d{6})$|1","268$1",0,"268"],AI:["1","011","(?:264|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2457]\\d{6})$|1","264$1",0,"264"],AL:["355","00","(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}",[6,7,8,9],[["(\\d{3})(\\d{3,4})","$1 $2",["80|9"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["4[2-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2358][2-5]|4"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["[23578]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["6"],"0$1"]],"0"],AM:["374","00","(?:[1-489]\\d|55|60|77)\\d{6}",[8],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[89]0"],"0 $1"],["(\\d{3})(\\d{5})","$1 $2",["2|3[12]"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["1|47"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["[3-9]"],"0$1"]],"0"],AO:["244","00","[29]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[29]"]]]],AR:["54","00","(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}",[10,11],[["(\\d{4})(\\d{2})(\\d{4})","$1 $2-$3",["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])","2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["1"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[68]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2-$3",["[23]"],"0$1",1],["(\\d)(\\d{4})(\\d{2})(\\d{4})","$2 15-$3-$4",["9(?:2[2-469]|3[3-578])","9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))","9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",0,"$1 $2 $3-$4"],["(\\d)(\\d{2})(\\d{4})(\\d{4})","$2 15-$3-$4",["91"],"0$1",0,"$1 $2 $3-$4"],["(\\d{3})(\\d{3})(\\d{5})","$1-$2-$3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{4})","$2 15-$3-$4",["9"],"0$1",0,"$1 $2 $3-$4"]],"0",0,"0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?","9$1"],AS:["1","011","(?:[58]\\d\\d|684|900)\\d{7}",[10],0,"1",0,"([267]\\d{6})$|1","684$1",0,"684"],AT:["43","00","1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}",[4,5,6,7,8,9,10,11,12,13],[["(\\d)(\\d{3,12})","$1 $2",["1(?:11|[2-9])"],"0$1"],["(\\d{3})(\\d{2})","$1 $2",["517"],"0$1"],["(\\d{2})(\\d{3,5})","$1 $2",["5[079]"],"0$1"],["(\\d{3})(\\d{3,10})","$1 $2",["(?:31|4)6|51|6(?:5[0-3579]|[6-9])|7(?:20|32|8)|[89]"],"0$1"],["(\\d{4})(\\d{3,9})","$1 $2",["[2-467]|5[2-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["5"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,7})","$1 $2 $3",["5"],"0$1"]],"0"],AU:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}",[5,6,7,8,9,10,12],[["(\\d{2})(\\d{3,4})","$1 $2",["16"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,4})","$1 $2 $3",["16"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["14|4"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["[2378]"],"(0$1)"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:30|[89])"]]],"0",0,"(183[12])|0",0,0,0,[["(?:(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|7(?:[013-57-9]\\d|2[0-8]))\\d|3(?:(?:[0-3589]\\d|6[1-9]|7[0-35-9])\\d|4(?:[0-578]\\d|90)))\\d\\d|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4])|3\\d\\d)|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}",[9]],["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,["163\\d{2,6}",[5,6,7,8,9]],["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],AW:["297","00","(?:[25-79]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[25-9]"]]]],AX:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}",[5,6,7,8,9,10,11,12],0,"0",0,0,0,0,"18",0,"00"],AZ:["994","00","365\\d{6}|(?:[124579]\\d|60|88)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["90"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[28]|2|365|46","1[28]|2|365[45]|46","1[28]|2|365(?:4|5[02])|46"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[13-9]"],"0$1"]],"0"],BA:["387","00","6\\d{8}|(?:[35689]\\d|49|70)\\d{6}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["6[1-3]|[7-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2-$3",["[3-5]|6[56]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["6"],"0$1"]],"0"],BB:["1","011","(?:246|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","246$1",0,"246"],BD:["880","00","[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}",[6,7,8,9,10],[["(\\d{2})(\\d{4,6})","$1-$2",["31[5-8]|[459]1"],"0$1"],["(\\d{3})(\\d{3,7})","$1-$2",["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"],"0$1"],["(\\d{4})(\\d{3,6})","$1-$2",["[13-9]|22"],"0$1"],["(\\d)(\\d{7,8})","$1-$2",["2"],"0$1"]],"0"],BE:["32","00","4\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:80|9)0"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[239]|4[23]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[15-8]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4"],"0$1"]],"0"],BF:["226","00","[025-7]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[025-7]"]]]],BG:["359","00","00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}",[6,7,8,9,12],[["(\\d)(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["43[1-6]|70[1-9]"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:70|8)0"],"0$1"],["(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3",["43[1-7]|7"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[48]|9[08]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1"]],"0"],BH:["973","00","[136-9]\\d{7}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[13679]|8[02-4679]"]]]],BI:["257","00","(?:[267]\\d|31)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2367]"]]]],BJ:["229","00","[24-689]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24-689]"]]]],BL:["590","00","590\\d{6}|(?:69|80|9\\d)\\d{7}",[9],0,"0",0,0,0,0,0,[["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"],["69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|76[018])\\d|475[0-5])\\d{4}"]]],BM:["1","011","(?:441|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","441$1",0,"441"],BN:["673","00","[2-578]\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-578]"]]]],BO:["591","00(?:1\\d)?","8001\\d{5}|(?:[2-467]\\d|50)\\d{6}",[8,9],[["(\\d)(\\d{7})","$1 $2",["[235]|4[46]"]],["(\\d{8})","$1",["[67]"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["8"]]],"0",0,"0(1\\d)?"],BQ:["599","00","(?:[34]1|7\\d)\\d{5}",[7],0,0,0,0,0,0,"[347]"],BR:["55","00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)","(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-46-9]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}",[8,9,10,11],[["(\\d{4})(\\d{4})","$1-$2",["300|4(?:0[02]|37)","4(?:02|37)0|[34]00"]],["(\\d{3})(\\d{2,3})(\\d{4})","$1 $2 $3",["(?:[358]|90)0"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"],"($1)"],["(\\d{2})(\\d{5})(\\d{4})","$1 $2-$3",["[16][1-9]|[2-57-9]"],"($1)"]],"0",0,"(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?","$2"],BS:["1","011","(?:242|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([3-8]\\d{6})$|1","242$1",0,"242"],BT:["975","00","[17]\\d{7}|[2-8]\\d{6}",[7,8],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[2-68]|7[246]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[67]|7"]]]],BW:["267","00","(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}",[7,8,10],[["(\\d{2})(\\d{5})","$1 $2",["90"]],["(\\d{3})(\\d{4})","$1 $2",["[24-6]|3[15-9]"]],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37]"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["0"]],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["8"]]]],BY:["375","810","(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}",[6,7,8,9,10,11],[["(\\d{3})(\\d{3})","$1 $2",["800"],"8 $1"],["(\\d{3})(\\d{2})(\\d{2,4})","$1 $2 $3",["800"],"8 $1"],["(\\d{4})(\\d{2})(\\d{3})","$1 $2-$3",["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])","1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"],"8 0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["1(?:[56]|7[467])|2[1-3]"],"8 0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-4]"],"8 0$1"],["(\\d{3})(\\d{3,4})(\\d{4})","$1 $2 $3",["[89]"],"8 $1"]],"8",0,"0|80?",0,0,0,0,"8~10"],BZ:["501","00","(?:0800\\d|[2-8])\\d{6}",[7,11],[["(\\d{3})(\\d{4})","$1-$2",["[2-8]"]],["(\\d)(\\d{3})(\\d{4})(\\d{3})","$1-$2-$3-$4",["0"]]]],CA:["1","011","(?:[2-8]\\d|90)\\d{8}|3\\d{6}",[7,10],0,"1",0,0,0,0,0,[["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|90[25])[2-9]\\d{6}",[10]],["",[10]],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}",[10]],["900[2-9]\\d{6}",[10]],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:00|2[125-9]|33|44|66|77|88)|622)[2-9]\\d{6}",[10]],0,["310\\d{4}",[7]],0,["600[2-9]\\d{6}",[10]]]],CC:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"([59]\\d{7})$|0","8$1",0,0,[["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}",[9]],["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],CD:["243","00","[189]\\d{8}|[1-68]\\d{6}",[7,9],[["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\d{2})(\\d{5})","$1 $2",["[1-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[89]"],"0$1"]],"0"],CF:["236","00","(?:[27]\\d{3}|8776)\\d{4}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[278]"]]]],CG:["242","00","222\\d{6}|(?:0\\d|80)\\d{7}",[9],[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["8"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[02]"]]]],CH:["41","00","8\\d{11}|[2-9]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8[047]|90"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-79]|81"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["8"],"0$1"]],"0"],CI:["225","00","[02]\\d{9}",[10],[["(\\d{2})(\\d{2})(\\d)(\\d{5})","$1 $2 $3 $4",["2"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3 $4",["0"]]]],CK:["682","00","[2-578]\\d{4}",[5],[["(\\d{2})(\\d{3})","$1 $2",["[2-578]"]]]],CL:["56","(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0","12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}",[9,10,11],[["(\\d{5})(\\d{4})","$1 $2",["219","2196"],"($1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["44"]],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2[1-36]"],"($1)"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["9[2-9]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"],"($1)"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["60|8"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{3})(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3 $4",["60"]]]],CM:["237","00","[26]\\d{8}|88\\d{6,7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["88"]],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[26]|88"]]]],CN:["86","00|1(?:[12]\\d|79)\\d\\d00","1[127]\\d{8,9}|2\\d{9}(?:\\d{2})?|[12]\\d{6,7}|86\\d{6}|(?:1[03-689]\\d|6)\\d{7,9}|(?:[3-579]\\d|8[0-57-9])\\d{6,9}",[7,8,9,10,11,12],[["(\\d{2})(\\d{5,6})","$1 $2",["(?:10|2[0-57-9])[19]","(?:10|2[0-57-9])(?:10|9[56])","10(?:10|9[56])|2[0-57-9](?:100|9[56])"],"0$1"],["(\\d{3})(\\d{5,6})","$1 $2",["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]","(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]","85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])","85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["(?:4|80)0"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["10|2(?:[02-57-9]|1[1-9])","10|2(?:[02-57-9]|1[1-9])","10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"],"0$1",1],["(\\d{3})(\\d{7,8})","$1 $2",["9"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["80"],"0$1",1],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[3-578]"],"0$1",1],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["1[3-9]"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3 $4",["[12]"],"0$1",1]],"0",0,"(1(?:[12]\\d|79)\\d\\d)|0",0,0,0,0,"00"],CO:["57","00(?:4(?:[14]4|56)|[579])","(?:60\\d\\d|9101)\\d{6}|(?:1\\d|3)\\d{9}",[10,11],[["(\\d{3})(\\d{7})","$1 $2",["6"],"($1)"],["(\\d{3})(\\d{7})","$1 $2",["3[0-357]|91"]],["(\\d)(\\d{3})(\\d{7})","$1-$2-$3",["1"],"0$1",0,"$1 $2 $3"]],"0",0,"0([3579]|4(?:[14]4|56))?"],CR:["506","00","(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}",[8,10],[["(\\d{4})(\\d{4})","$1 $2",["[2-7]|8[3-9]"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[89]"]]],0,0,"(19(?:0[0-2468]|1[09]|20|66|77|99))"],CU:["53","119","(?:[2-7]|8\\d\\d)\\d{7}|[2-47]\\d{6}|[34]\\d{5}",[6,7,8,10],[["(\\d{2})(\\d{4,6})","$1 $2",["2[1-4]|[34]"],"(0$1)"],["(\\d)(\\d{6,7})","$1 $2",["7"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["[56]"],"0$1"],["(\\d{3})(\\d{7})","$1 $2",["8"],"0$1"]],"0"],CV:["238","0","(?:[2-59]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[2-589]"]]]],CW:["599","00","(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[3467]"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["9[4-8]"]]],0,0,0,0,0,"[69]"],CX:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"([59]\\d{7})$|0","8$1",0,0,[["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}",[9]],["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],CY:["357","00","(?:[279]\\d|[58]0)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[257-9]"]]]],CZ:["420","00","(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]|9[015-7]"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3 $4",["96"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]]]],DE:["49","00","[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}",[4,5,6,7,8,9,10,11,12,13,14,15],[["(\\d{2})(\\d{3,13})","$1 $2",["3[02]|40|[68]9"],"0$1"],["(\\d{3})(\\d{3,12})","$1 $2",["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1","2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"],"0$1"],["(\\d{4})(\\d{2,11})","$1 $2",["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]","[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["138"],"0$1"],["(\\d{5})(\\d{2,10})","$1 $2",["3"],"0$1"],["(\\d{3})(\\d{5,11})","$1 $2",["181"],"0$1"],["(\\d{3})(\\d)(\\d{4,10})","$1 $2 $3",["1(?:3|80)|9"],"0$1"],["(\\d{3})(\\d{7,8})","$1 $2",["1[67]"],"0$1"],["(\\d{3})(\\d{7,12})","$1 $2",["8"],"0$1"],["(\\d{5})(\\d{6})","$1 $2",["185","1850","18500"],"0$1"],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{4})(\\d{7})","$1 $2",["18[68]"],"0$1"],["(\\d{4})(\\d{7})","$1 $2",["15[1279]"],"0$1"],["(\\d{5})(\\d{6})","$1 $2",["15[03568]","15(?:[0568]|31)"],"0$1"],["(\\d{3})(\\d{8})","$1 $2",["18"],"0$1"],["(\\d{3})(\\d{2})(\\d{7,8})","$1 $2 $3",["1(?:6[023]|7)"],"0$1"],["(\\d{4})(\\d{2})(\\d{7})","$1 $2 $3",["15[279]"],"0$1"],["(\\d{3})(\\d{2})(\\d{8})","$1 $2 $3",["15"],"0$1"]],"0"],DJ:["253","00","(?:2\\d|77)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[27]"]]]],DK:["45","00","[2-9]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-9]"]]]],DM:["1","011","(?:[58]\\d\\d|767|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","767$1",0,"767"],DO:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,0,0,0,"8001|8[024]9"],DZ:["213","00","(?:[1-4]|[5-79]\\d|80)\\d{7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-4]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["9"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-8]"],"0$1"]],"0"],EC:["593","00","1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}",[8,9,10,11],[["(\\d)(\\d{3})(\\d{4})","$1 $2-$3",["[2-7]"],"(0$1)",0,"$1-$2-$3"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["9"],"0$1"],["(\\d{4})(\\d{3})(\\d{3,4})","$1 $2 $3",["1"]]],"0"],EE:["372","00","8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88","[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]],["(\\d{4})(\\d{3,4})","$1 $2",["[45]|8(?:00|[1-49])","[45]|8(?:00[1-9]|[1-49])"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]]],EG:["20","00","[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}",[8,9,10],[["(\\d)(\\d{7,8})","$1 $2",["[23]"],"0$1"],["(\\d{2})(\\d{6,7})","$1 $2",["1[35]|[4-6]|8[2468]|9[235-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{8})","$1 $2",["1"],"0$1"]],"0"],EH:["212","00","[5-8]\\d{8}",[9],0,"0",0,0,0,0,"528[89]"],ER:["291","00","[178]\\d{6}",[7],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[178]"],"0$1"]],"0"],ES:["34","00","[5-9]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[89]00"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-9]"]]]],ET:["251","00","(?:11|[2-579]\\d)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-579]"],"0$1"]],"0"],FI:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}",[5,6,7,8,9,10,11,12],[["(\\d{5})","$1",["20[2-59]"],"0$1"],["(\\d{3})(\\d{3,7})","$1 $2",["(?:[1-3]0|[68])0|70[07-9]"],"0$1"],["(\\d{2})(\\d{4,8})","$1 $2",["[14]|2[09]|50|7[135]"],"0$1"],["(\\d{2})(\\d{6,10})","$1 $2",["7"],"0$1"],["(\\d)(\\d{4,9})","$1 $2",["(?:1[49]|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"],"0$1"]],"0",0,0,0,0,"1[03-79]|[2-9]",0,"00"],FJ:["679","0(?:0|52)","45\\d{5}|(?:0800\\d|[235-9])\\d{6}",[7,11],[["(\\d{3})(\\d{4})","$1 $2",["[235-9]|45"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]]],0,0,0,0,0,0,0,"00"],FK:["500","00","[2-7]\\d{4}",[5]],FM:["691","00","(?:[39]\\d\\d|820)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[389]"]]]],FO:["298","00","[2-9]\\d{5}",[6],[["(\\d{6})","$1",["[2-9]"]]],0,0,"(10(?:01|[12]0|88))"],FR:["33","00","[1-9]\\d{8}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0 $1"],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[1-79]"],"0$1"]],"0"],GA:["241","00","(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}",[7,8],[["(\\d)(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-7]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["11|[67]"],"0$1"]],0,0,"0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})","$1"],GB:["44","00","[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}",[7,9,10],[["(\\d{3})(\\d{4})","$1 $2",["800","8001","80011","800111","8001111"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["845","8454","84546","845464"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["800"],"0$1"],["(\\d{5})(\\d{4,5})","$1 $2",["1(?:38|5[23]|69|76|94)","1(?:(?:38|69)7|5(?:24|39)|768|946)","1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"],"0$1"],["(\\d{4})(\\d{5,6})","$1 $2",["1(?:[2-69][02-9]|[78])"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[25]|7(?:0|6[02-9])","[25]|7(?:0|6(?:[03-9]|2[356]))"],"0$1"],["(\\d{4})(\\d{6})","$1 $2",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[1389]"],"0$1"]],"0",0,0,0,0,0,[["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0-35])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|50))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-3]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}",[9,10]],["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}",[10]],["80[08]\\d{7}|800\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d",[7,10]],["70\\d{8}",[10]],0,["(?:3[0347]|55)\\d{8}",[10]],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}",[10]],["56\\d{8}",[10]]],0," x"],GD:["1","011","(?:473|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","473$1",0,"473"],GE:["995","00","(?:[3-57]\\d\\d|800)\\d{6}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["32"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[57]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[348]"],"0$1"]],"0"],GF:["594","00","[56]94\\d{6}|(?:80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[56]|9[47]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[89]"],"0$1"]],"0"],GG:["44","00","(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?",[7,9,10],0,"0",0,"([25-9]\\d{5})$|0","1481$1",0,0,[["1481[25-9]\\d{5}",[10]],["7(?:(?:781|839)\\d|911[17])\\d{5}",[10]],["80[08]\\d{7}|800\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d",[7,10]],["70\\d{8}",[10]],0,["(?:3[0347]|55)\\d{8}",[10]],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}",[10]],["56\\d{8}",[10]]]],GH:["233","00","(?:[235]\\d{3}|800)\\d{5}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["8"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[235]"],"0$1"]],"0"],GI:["350","00","(?:[25]\\d|60)\\d{6}",[8],[["(\\d{3})(\\d{5})","$1 $2",["2"]]]],GL:["299","00","(?:19|[2-689]\\d|70)\\d{4}",[6],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["19|[2-9]"]]]],GM:["220","00","[2-9]\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],GN:["224","00","722\\d{6}|(?:3|6\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["3"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[67]"]]]],GP:["590","00","590\\d{6}|(?:69|80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[569]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0",0,0,0,0,0,[["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"],["69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|76[018])\\d|475[0-5])\\d{4}"]]],GQ:["240","00","222\\d{6}|(?:3\\d|55|[89]0)\\d{7}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235]"]],["(\\d{3})(\\d{6})","$1 $2",["[89]"]]]],GR:["30","00","5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}",[10,11,12],[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["21|7"]],["(\\d{4})(\\d{6})","$1 $2",["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2689]"]],["(\\d{3})(\\d{3,4})(\\d{5})","$1 $2 $3",["8"]]]],GT:["502","00","80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1 $2",["[2-8]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],GU:["1","011","(?:[58]\\d\\d|671|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","671$1",0,"671"],GW:["245","00","[49]\\d{8}|4\\d{6}",[7,9],[["(\\d{3})(\\d{4})","$1 $2",["40"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"]]]],GY:["592","001","(?:[2-8]\\d{3}|9008)\\d{3}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],HK:["852","00(?:30|5[09]|[126-9]?)","8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}",[5,6,7,8,9,11],[["(\\d{3})(\\d{2,5})","$1 $2",["900","9003"]],["(\\d{4})(\\d{4})","$1 $2",["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]],["(\\d{3})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]]],0,0,0,0,0,0,0,"00"],HN:["504","00","8\\d{10}|[237-9]\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1-$2",["[237-9]"]]]],HR:["385","00","(?:[24-69]\\d|3[0-79])\\d{7}|80\\d{5,7}|[1-79]\\d{7}|6\\d{5,6}",[6,7,8,9],[["(\\d{2})(\\d{2})(\\d{2,3})","$1 $2 $3",["6[01]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{4})(\\d{3})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["6|7[245]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-57]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"]],"0"],HT:["509","00","(?:[2-489]\\d|55)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[2-589]"]]]],HU:["36","00","[235-7]\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"06 $1"]],"06"],ID:["62","00[89]","(?:(?:00[1-9]|8\\d)\\d{4}|[1-36])\\d{6}|00\\d{10}|[1-9]\\d{8,10}|[2-9]\\d{7}",[7,8,9,10,11,12,13],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["15"]],["(\\d{2})(\\d{5,9})","$1 $2",["2[124]|[36]1"],"(0$1)"],["(\\d{3})(\\d{5,7})","$1 $2",["800"],"0$1"],["(\\d{3})(\\d{5,8})","$1 $2",["[2-79]"],"(0$1)"],["(\\d{3})(\\d{3,4})(\\d{3})","$1-$2-$3",["8[1-35-9]"],"0$1"],["(\\d{3})(\\d{6,8})","$1 $2",["1"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["804"],"0$1"],["(\\d{3})(\\d)(\\d{3})(\\d{3})","$1 $2 $3 $4",["80"],"0$1"],["(\\d{3})(\\d{4})(\\d{4,5})","$1-$2-$3",["8"],"0$1"]],"0"],IE:["353","00","(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}",[7,8,9,10],[["(\\d{2})(\\d{5})","$1 $2",["2[24-9]|47|58|6[237-9]|9[35-9]"],"(0$1)"],["(\\d{3})(\\d{5})","$1 $2",["[45]0"],"(0$1)"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["1"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2569]|4[1-69]|7[14]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["81"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[78]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["4"],"(0$1)"],["(\\d{2})(\\d)(\\d{3})(\\d{4})","$1 $2 $3 $4",["8"],"0$1"]],"0"],IL:["972","0(?:0|1[2-9])","1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}",[7,8,9,10,11,12],[["(\\d{4})(\\d{3})","$1-$2",["125"]],["(\\d{4})(\\d{2})(\\d{2})","$1-$2-$3",["121"]],["(\\d)(\\d{3})(\\d{4})","$1-$2-$3",["[2-489]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1-$2-$3",["12"]],["(\\d{4})(\\d{6})","$1-$2",["159"]],["(\\d)(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3-$4",["1[7-9]"]],["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})","$1-$2 $3-$4",["15"]]],"0"],IM:["44","00","1624\\d{6}|(?:[3578]\\d|90)\\d{8}",[10],0,"0",0,"([25-8]\\d{5})$|0","1624$1",0,"74576|(?:16|7[56])24"],IN:["91","00","(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}",[8,9,10,11,12,13],[["(\\d{8})","$1",["5(?:0|2[23]|3[03]|[67]1|88)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"],0,1],["(\\d{4})(\\d{4,5})","$1 $2",["180","1800"],0,1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["140"],0,1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["11|2[02]|33|4[04]|79[1-7]|80[2-46]","11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])","11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"],"0$1",1],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807","1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]","1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"],"0$1",1],["(\\d{5})(\\d{5})","$1 $2",["[6-9]"],"0$1",1],["(\\d{4})(\\d{2,4})(\\d{4})","$1 $2 $3",["1(?:6|8[06])","1(?:6|8[06]0)"],0,1],["(\\d{4})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["18"],0,1]],"0"],IO:["246","00","3\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["3"]]]],IQ:["964","00","(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-6]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],IR:["98","00","[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}",[4,5,6,7,10],[["(\\d{4,5})","$1",["96"],"0$1"],["(\\d{2})(\\d{4,5})","$1 $2",["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[1-8]"],"0$1"]],"0"],IS:["354","00|1(?:0(?:01|[12]0)|100)","(?:38\\d|[4-9])\\d{6}",[7,9],[["(\\d{3})(\\d{4})","$1 $2",["[4-9]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["3"]]],0,0,0,0,0,0,0,"00"],IT:["39","00","0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?",[6,7,8,9,10,11],[["(\\d{2})(\\d{4,6})","$1 $2",["0[26]"]],["(\\d{3})(\\d{3,6})","$1 $2",["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])","0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]],["(\\d{4})(\\d{2,6})","$1 $2",["0(?:[13-579][2-46-8]|8[236-8])"]],["(\\d{4})(\\d{4})","$1 $2",["894"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[26]|5"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["1(?:44|[679])|[378]|43"]],["(\\d{3})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[13-57-9][0159]|14"]],["(\\d{2})(\\d{4})(\\d{5})","$1 $2 $3",["0[26]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]],["(\\d{3})(\\d{4})(\\d{4,5})","$1 $2 $3",["3"]]],0,0,0,0,0,0,[["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}"],["3[2-9]\\d{7,8}|(?:31|43)\\d{8}",[9,10]],["80(?:0\\d{3}|3)\\d{3}",[6,9]],["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}",[6,8,9,10]],["1(?:78\\d|99)\\d{6}",[9,10]],0,0,0,["55\\d{8}",[10]],["84(?:[08]\\d{3}|[17])\\d{3}",[6,9]]]],JE:["44","00","1534\\d{6}|(?:[3578]\\d|90)\\d{8}",[10],0,"0",0,"([0-24-8]\\d{5})$|0","1534$1",0,0,[["1534[0-24-8]\\d{5}"],["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\d{5}"],["80(?:07(?:35|81)|8901)\\d{4}"],["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"],["701511\\d{4}"],0,["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"],["56\\d{8}"]]],JM:["1","011","(?:[58]\\d\\d|658|900)\\d{7}",[10],0,"1",0,0,0,0,"658|876"],JO:["962","00","(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2356]|87"],"(0$1)"],["(\\d{3})(\\d{5,6})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["70"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],JP:["81","010","00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}",[8,9,10,11,12,13,14,15,16,17],[["(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3",["(?:12|57|99)0"],"0$1"],["(\\d{4})(\\d)(\\d{4})","$1-$2-$3",["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["60"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2-$3",["[36]|4(?:2[09]|7[01])","[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"],"0$1"],["(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3",["[14]|[289][2-9]|5[3-9]|7[2-4679]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["800"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[257-9]"],"0$1"]],"0",0,"(000[259]\\d{6})$|(?:(?:003768)0?)|0","$1"],KE:["254","000","(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}",[7,8,9,10],[["(\\d{2})(\\d{5,7})","$1 $2",["[24-6]"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[17]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0"],KG:["996","00","8\\d{9}|[235-9]\\d{8}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["3(?:1[346]|[24-79])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235-79]|88"],"0$1"],["(\\d{3})(\\d{3})(\\d)(\\d{2,3})","$1 $2 $3 $4",["8"],"0$1"]],"0"],KH:["855","00[14-9]","1\\d{9}|[1-9]\\d{7,8}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],KI:["686","00","(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}",[5,8],0,"0"],KM:["269","00","[3478]\\d{6}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[3478]"]]]],KN:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","869$1",0,"869"],KP:["850","00|99","85\\d{6}|(?:19\\d|[2-7])\\d{7}",[8,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"]],"0"],KR:["82","00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))","00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}",[5,6,8,9,10,11,12,13,14],[["(\\d{2})(\\d{3,4})","$1-$2",["(?:3[1-3]|[46][1-4]|5[1-5])1"],"0$1"],["(\\d{4})(\\d{4})","$1-$2",["1"]],["(\\d)(\\d{3,4})(\\d{4})","$1-$2-$3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["[36]0|8"],"0$1"],["(\\d{2})(\\d{3,4})(\\d{4})","$1-$2-$3",["[1346]|5[1-5]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\d{2})(\\d{5})(\\d{4})","$1-$2-$3",["5"],"0$1"]],"0",0,"0(8(?:[1-46-8]|5\\d\\d))?"],KW:["965","00","18\\d{5}|(?:[2569]\\d|41)\\d{6}",[7,8],[["(\\d{4})(\\d{3,4})","$1 $2",["[169]|2(?:[235]|4[1-35-9])|52"]],["(\\d{3})(\\d{5})","$1 $2",["[245]"]]]],KY:["1","011","(?:345|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","345$1",0,"345"],KZ:["7","810","(?:33622|8\\d{8})\\d{5}|[78]\\d{9}",[10,14],0,"8",0,0,0,0,"33|7",0,"8~10"],LA:["856","00","[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2[13]|3[14]|[4-8]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["30[0135-9]"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[23]"],"0$1"]],"0"],LB:["961","00","[27-9]\\d{7}|[13-9]\\d{6}",[7,8],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27-9]"]]],"0"],LC:["1","011","(?:[58]\\d\\d|758|900)\\d{7}",[10],0,"1",0,"([2-8]\\d{6})$|1","758$1",0,"758"],LI:["423","00","[68]\\d{8}|(?:[2378]\\d|90)\\d{5}",[7,9],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[2379]|8(?:0[09]|7)","[2379]|8(?:0(?:02|9)|7)"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["69"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]],"0",0,"(1001)|0"],LK:["94","00","[1-9]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[1-689]"],"0$1"]],"0"],LR:["231","00","(?:[245]\\d|33|77|88)\\d{7}|(?:2\\d|[4-6])\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["4[67]|[56]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[2-578]"],"0$1"]],"0"],LS:["266","00","(?:[256]\\d\\d|800)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[2568]"]]]],LT:["370","00","(?:[3469]\\d|52|[78]0)\\d{6}",[8],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["52[0-7]"],"(0-$1)",1],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[7-9]"],"0 $1",1],["(\\d{2})(\\d{6})","$1 $2",["37|4(?:[15]|6[1-8])"],"(0-$1)",1],["(\\d{3})(\\d{5})","$1 $2",["[3-6]"],"(0-$1)",1]],"0",0,"[08]"],LU:["352","00","35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}",[4,5,6,7,8,9,10,11],[["(\\d{2})(\\d{3})","$1 $2",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["20[2-689]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4",["2(?:[0367]|4[3-8])"]],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["80[01]|90[015]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["20"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4 $5",["2(?:[0367]|4[3-8])"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})","$1 $2 $3 $4",["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]],0,0,"(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"],LV:["371","00","(?:[268]\\d|90)\\d{6}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[269]|8[01]"]]]],LY:["218","00","[2-9]\\d{8}",[9],[["(\\d{2})(\\d{7})","$1-$2",["[2-9]"],"0$1"]],"0"],MA:["212","00","[5-8]\\d{8}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5[45]"],"0$1"],["(\\d{4})(\\d{5})","$1-$2",["5(?:2[2-46-9]|3[3-9]|9)|8(?:0[89]|92)"],"0$1"],["(\\d{2})(\\d{7})","$1-$2",["8"],"0$1"],["(\\d{3})(\\d{6})","$1-$2",["[5-7]"],"0$1"]],"0",0,0,0,0,0,[["5(?:2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"],["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-4]|5[01]|8[0-3]))\\d{6}"],["80[0-7]\\d{6}"],["89\\d{7}"],0,0,0,0,["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]],MC:["377","00","(?:[3489]|6\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["4"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[389]"]],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["6"],"0$1"]],"0"],MD:["373","00","(?:[235-7]\\d|[89]0)\\d{6}",[8],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["22|3"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[25-7]"],"0$1"]],"0"],ME:["382","00","(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"0$1"]],"0"],MF:["590","00","590\\d{6}|(?:69|80|9\\d)\\d{7}",[9],0,"0",0,0,0,0,0,[["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"],["69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|76[018])\\d|475[0-5])\\d{4}"]]],MG:["261","00","[23]\\d{8}",[9],[["(\\d{2})(\\d{2})(\\d{3})(\\d{2})","$1 $2 $3 $4",["[23]"],"0$1"]],"0",0,"([24-9]\\d{6})$|0","20$1"],MH:["692","011","329\\d{4}|(?:[256]\\d|45)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1-$2",["[2-6]"]]],"1"],MK:["389","00","[2-578]\\d{7}",[8],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2|34[47]|4(?:[37]7|5[47]|64)"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[347]"],"0$1"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["[58]"],"0$1"]],"0"],ML:["223","00","[24-9]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24-9]"]]]],MM:["95","00","1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}",[6,7,8,9,10],[["(\\d)(\\d{2})(\\d{3})","$1 $2 $3",["16|2"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["[45]|6(?:0[23]|[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-6]"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[12]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[4-7]|8[1-35]"],"0$1"],["(\\d)(\\d{3})(\\d{4,6})","$1 $2 $3",["9(?:2[0-4]|[35-9]|4[137-9])"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["92"],"0$1"],["(\\d)(\\d{5})(\\d{4})","$1 $2 $3",["9"],"0$1"]],"0"],MN:["976","001","[12]\\d{7,9}|[5-9]\\d{7}",[8,9,10],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[12]1"],"0$1"],["(\\d{4})(\\d{4})","$1 $2",["[5-9]"]],["(\\d{3})(\\d{5,6})","$1 $2",["[12]2[1-3]"],"0$1"],["(\\d{4})(\\d{5,6})","$1 $2",["[12](?:27|3[2-8]|4[2-68]|5[1-4689])","[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"],"0$1"],["(\\d{5})(\\d{4,5})","$1 $2",["[12]"],"0$1"]],"0"],MO:["853","00","0800\\d{3}|(?:28|[68]\\d)\\d{6}",[7,8],[["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{4})(\\d{4})","$1 $2",["[268]"]]]],MP:["1","011","[58]\\d{9}|(?:67|90)0\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","670$1",0,"670"],MQ:["596","00","596\\d{6}|(?:69|80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[569]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],MR:["222","00","(?:[2-4]\\d\\d|800)\\d{5}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-48]"]]]],MS:["1","011","(?:[58]\\d\\d|664|900)\\d{7}",[10],0,"1",0,"([34]\\d{6})$|1","664$1",0,"664"],MT:["356","00","3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[2357-9]"]]]],MU:["230","0(?:0|[24-7]0|3[03])","(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["[2-46]|8[013]"]],["(\\d{4})(\\d{4})","$1 $2",["[57]"]],["(\\d{5})(\\d{5})","$1 $2",["8"]]],0,0,0,0,0,0,0,"020"],MV:["960","0(?:0|19)","(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}",[7,10],[["(\\d{3})(\\d{4})","$1-$2",["[34679]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"]]],0,0,0,0,0,0,0,"00"],MW:["265","00","(?:[1289]\\d|31|77)\\d{7}|1\\d{6}",[7,9],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["1[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[137-9]"],"0$1"]],"0"],MX:["52","0[09]","[2-9]\\d{9}",[10],[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["33|5[56]|81"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2-9]"]]],0,0,0,0,0,0,0,"00"],MY:["60","00","1\\d{8,9}|(?:3\\d|[4-9])\\d{7}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1-$2 $3",["[4-79]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1-$2 $3",["1(?:[02469]|[378][1-9]|53)|8","1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2 $3",["3"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3-$4",["1(?:[367]|80)"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2 $3",["15"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2 $3",["1"],"0$1"]],"0"],MZ:["258","00","(?:2|8\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["2|8[2-79]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]]],NA:["264","00","[68]\\d{7,8}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["6"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["87"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],"0"],NC:["687","00","(?:050|[2-57-9]\\d\\d)\\d{3}",[6],[["(\\d{2})(\\d{2})(\\d{2})","$1.$2.$3",["[02-57-9]"]]]],NE:["227","00","[027-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["08"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[089]|2[013]|7[0467]"]]]],NF:["672","00","[13]\\d{5}",[6],[["(\\d{2})(\\d{4})","$1 $2",["1[0-3]"]],["(\\d)(\\d{5})","$1 $2",["[13]"]]],0,0,"([0-258]\\d{4})$","3$1"],NG:["234","009","2[0-24-9]\\d{8}|[78]\\d{10,13}|[7-9]\\d{9}|[1-9]\\d{7}|[124-7]\\d{6}",[7,8,10,11,12,13,14],[["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["78"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[12]|9(?:0[3-9]|[1-9])"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["[3-6]|7(?:0[0-689]|[1-79])|8[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[7-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["20[129]"],"0$1"],["(\\d{4})(\\d{2})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{4})(\\d{4,5})","$1 $2 $3",["[78]"],"0$1"],["(\\d{3})(\\d{5})(\\d{5,6})","$1 $2 $3",["[78]"],"0$1"]],"0"],NI:["505","00","(?:1800|[25-8]\\d{3})\\d{4}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[125-8]"]]]],NL:["31","00","(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}",[5,6,7,8,9,10,11],[["(\\d{3})(\\d{4,7})","$1 $2",["[89]0"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["66"],"0$1"],["(\\d)(\\d{8})","$1 $2",["6"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-578]|91"],"0$1"],["(\\d{3})(\\d{3})(\\d{5})","$1 $2 $3",["9"],"0$1"]],"0"],NO:["47","00","(?:0|[2-9]\\d{3})\\d{4}",[5,8],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["8"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-79]"]]],0,0,0,0,0,"[02-689]|7[0-8]"],NP:["977","00","(?:1\\d|9)\\d{9}|[1-9]\\d{7}",[8,10,11],[["(\\d)(\\d{7})","$1-$2",["1[2-6]"],"0$1"],["(\\d{2})(\\d{6})","$1-$2",["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"],"0$1"],["(\\d{3})(\\d{7})","$1-$2",["9"]]],"0"],NR:["674","00","(?:444|(?:55|8\\d)\\d|666)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[4-68]"]]]],NU:["683","00","(?:[4-7]|888\\d)\\d{3}",[4,7],[["(\\d{3})(\\d{4})","$1 $2",["8"]]]],NZ:["64","0(?:0|161)","[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,8})","$1 $2",["8[1-79]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["50[036-8]|8|90","50(?:[0367]|88)|8|90"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["24|[346]|7[2-57-9]|9[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:10|74)|[589]"],"0$1"],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["1|2[028]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,5})","$1 $2 $3",["2(?:[169]|7[0-35-9])|7"],"0$1"]],"0",0,0,0,0,0,0,"00"],OM:["968","00","(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}",[7,8,9],[["(\\d{3})(\\d{4,6})","$1 $2",["[58]"]],["(\\d{2})(\\d{6})","$1 $2",["2"]],["(\\d{4})(\\d{4})","$1 $2",["[179]"]]]],PA:["507","00","(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}",[7,8,10,11],[["(\\d{3})(\\d{4})","$1-$2",["[1-57-9]"]],["(\\d{4})(\\d{4})","$1-$2",["[68]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]]]],PE:["51","00|19(?:1[124]|77|90)00","(?:[14-8]|9\\d)\\d{7}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["80"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["1"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["[4-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"]]],"0",0,0,0,0,0,0,"00"," Anexo "],PF:["689","00","4\\d{5}(?:\\d{2})?|8\\d{7,8}",[6,8,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["44"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4|8[7-9]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]]],PG:["675","00|140[1-3]","(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["18|[2-69]|85"]],["(\\d{4})(\\d{4})","$1 $2",["[78]"]]],0,0,0,0,0,0,0,"00"],PH:["63","00","(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}",[6,8,9,10,11,12,13],[["(\\d)(\\d{5})","$1 $2",["2"],"(0$1)"],["(\\d{4})(\\d{4,6})","$1 $2",["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2","3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"],"(0$1)"],["(\\d{5})(\\d{4})","$1 $2",["346|4(?:27|9[35])|883","3469|4(?:279|9(?:30|56))|8834"],"(0$1)"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3-7]|8[2-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})","$1 $2 $3 $4",["1"]]],"0"],PK:["92","00","122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}",[8,9,10,11,12],[["(\\d{3})(\\d{3})(\\d{2,7})","$1 $2 $3",["[89]0"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["1"]],["(\\d{3})(\\d{6,7})","$1 $2",["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])","9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"],"(0$1)"],["(\\d{2})(\\d{7,8})","$1 $2",["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"],"(0$1)"],["(\\d{5})(\\d{5})","$1 $2",["58"],"(0$1)"],["(\\d{3})(\\d{7})","$1 $2",["3"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[24-9]"],"(0$1)"]],"0"],PL:["48","00","(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}",[6,7,8,9,10],[["(\\d{5})","$1",["19"]],["(\\d{3})(\\d{3})","$1 $2",["11|20|64"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1","(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["64"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[2-8]|[2-7]|8[1-79]|9[145]"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["8"]]]],PM:["508","00","[45]\\d{5}|(?:708|80\\d)\\d{6}",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[45]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],PR:["1","011","(?:[589]\\d\\d|787)\\d{7}",[10],0,"1",0,0,0,0,"787|939"],PS:["970","00","[2489]2\\d{6}|(?:1\\d|5)\\d{8}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2489]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["5"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],PT:["351","00","1693\\d{5}|(?:[26-9]\\d|30)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["2[12]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["16|[236-9]"]]]],PW:["680","01[12]","(?:[24-8]\\d\\d|345|900)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],PY:["595","00","59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}",[6,7,8,9,10,11],[["(\\d{3})(\\d{3,6})","$1 $2",["[2-9]0"],"0$1"],["(\\d{2})(\\d{5})","$1 $2",["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"],"(0$1)"],["(\\d{3})(\\d{4,5})","$1 $2",["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["87"]],["(\\d{3})(\\d{6})","$1 $2",["9(?:[5-79]|8[1-7])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]"],"0$1"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["9"]]],"0"],QA:["974","00","800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}",[7,8,9,11],[["(\\d{3})(\\d{4})","$1 $2",["2[16]|8"]],["(\\d{4})(\\d{4})","$1 $2",["[3-7]"]]]],RE:["262","00","(?:26|[689]\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2689]"],"0$1"]],"0",0,0,0,0,0,[["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"],["69(?:2\\d\\d|3(?:[06][0-6]|1[013]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))\\d{4}"],["80\\d{7}"],["89[1-37-9]\\d{6}"],0,0,0,0,["9(?:399[0-3]|479[0-5]|76(?:2[278]|3[0-37]))\\d{4}"],["8(?:1[019]|2[0156]|84|90)\\d{6}"]]],RO:["40","00","(?:[236-8]\\d|90)\\d{7}|[23]\\d{5}",[6,9],[["(\\d{3})(\\d{3})","$1 $2",["2[3-6]","2[3-6]\\d9"],"0$1"],["(\\d{2})(\\d{4})","$1 $2",["219|31"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[23]1"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[236-9]"],"0$1"]],"0",0,0,0,0,0,0,0," int "],RS:["381","00","38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}",[6,7,8,9,10,11,12],[["(\\d{3})(\\d{3,9})","$1 $2",["(?:2[389]|39)0|[7-9]"],"0$1"],["(\\d{2})(\\d{5,10})","$1 $2",["[1-36]"],"0$1"]],"0"],RU:["7","810","8\\d{13}|[347-9]\\d{9}",[10,14],[["(\\d{4})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["7(?:1[0-8]|2[1-9])","7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))","7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"],"8 ($1)",1],["(\\d{5})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["7(?:1[0-68]|2[1-9])","7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))","7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"],"8 ($1)",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"8 ($1)",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[349]|8(?:[02-7]|1[1-8])"],"8 ($1)",1],["(\\d{4})(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3 $4",["8"],"8 ($1)"]],"8",0,0,0,0,"3[04-689]|[489]",0,"8~10"],RW:["250","00","(?:06|[27]\\d\\d|[89]00)\\d{6}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[7-9]"],"0$1"]],"0"],SA:["966","00","92\\d{7}|(?:[15]|8\\d)\\d{8}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["9"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["81"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]]],"0"],SB:["677","0[01]","[6-9]\\d{6}|[1-6]\\d{4}",[5,7],[["(\\d{2})(\\d{5})","$1 $2",["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]],SC:["248","010|0[0-2]","(?:[2489]\\d|64)\\d{5}",[7],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[246]|9[57]"]]],0,0,0,0,0,0,0,"00"],SD:["249","00","[19]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[19]"],"0$1"]],"0"],SE:["46","00","(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}",[6,7,8,9,10],[["(\\d{2})(\\d{2,3})(\\d{2})","$1-$2 $3",["20"],"0$1",0,"$1 $2 $3"],["(\\d{3})(\\d{4})","$1-$2",["9(?:00|39|44|9)"],"0$1",0,"$1 $2"],["(\\d{2})(\\d{3})(\\d{2})","$1-$2 $3",["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3"],["(\\d)(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2,3})(\\d{2})","$1-$2 $3",["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3"],["(\\d{3})(\\d{2,3})(\\d{3})","$1-$2 $3",["9(?:00|39|44)"],"0$1",0,"$1 $2 $3"],["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3 $4"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["10|7"],"0$1",0,"$1 $2 $3 $4"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1-$2 $3 $4",["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{2})(\\d{3})","$1-$2 $3 $4",["9"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4 $5",["[26]"],"0$1",0,"$1 $2 $3 $4 $5"]],"0"],SG:["65","0[0-3]\\d","(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}",[8,10,11],[["(\\d{4})(\\d{4})","$1 $2",["[369]|8(?:0[1-9]|[1-9])"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]],["(\\d{4})(\\d{4})(\\d{3})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],SH:["290","00","(?:[256]\\d|8)\\d{3}",[4,5],0,0,0,0,0,0,"[256]"],SI:["386","00|10(?:22|66|88|99)","[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}",[5,6,7,8],[["(\\d{2})(\\d{3,6})","$1 $2",["8[09]|9"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["59|8"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37][01]|4[0139]|51|6"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-57]"],"(0$1)"]],"0",0,0,0,0,0,0,"00"],SJ:["47","00","0\\d{4}|(?:[489]\\d|79)\\d{6}",[5,8],0,0,0,0,0,0,"79"],SK:["421","00","[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}",[6,7,9],[["(\\d)(\\d{2})(\\d{3,4})","$1 $2 $3",["21"],"0$1"],["(\\d{2})(\\d{2})(\\d{2,3})","$1 $2 $3",["[3-5][1-8]1","[3-5][1-8]1[67]"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1/$2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[689]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1/$2 $3 $4",["[3-5]"],"0$1"]],"0"],SL:["232","00","(?:[237-9]\\d|66)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[236-9]"],"(0$1)"]],"0"],SM:["378","00","(?:0549|[5-7]\\d)\\d{6}",[8,10],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-7]"]],["(\\d{4})(\\d{6})","$1 $2",["0"]]],0,0,"([89]\\d{5})$","0549$1"],SN:["221","00","(?:[378]\\d|93)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[379]"]]]],SO:["252","00","[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}",[6,7,8,9],[["(\\d{2})(\\d{4})","$1 $2",["8[125]"]],["(\\d{6})","$1",["[134]"]],["(\\d)(\\d{6})","$1 $2",["[15]|2[0-79]|3[0-46-8]|4[0-7]"]],["(\\d)(\\d{7})","$1 $2",["(?:2|90)4|[67]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[348]|64|79|90"]],["(\\d{2})(\\d{5,7})","$1 $2",["1|28|6[0-35-9]|77|9[2-9]"]]],"0"],SR:["597","00","(?:[2-5]|68|[78]\\d)\\d{5}",[6,7],[["(\\d{2})(\\d{2})(\\d{2})","$1-$2-$3",["56"]],["(\\d{3})(\\d{3})","$1-$2",["[2-5]"]],["(\\d{3})(\\d{4})","$1-$2",["[6-8]"]]]],SS:["211","00","[19]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[19]"],"0$1"]],"0"],ST:["239","00","(?:22|9\\d)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[29]"]]]],SV:["503","00","[267]\\d{7}|(?:80\\d|900)\\d{4}(?:\\d{4})?",[7,8,11],[["(\\d{3})(\\d{4})","$1 $2",["[89]"]],["(\\d{4})(\\d{4})","$1 $2",["[267]"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[89]"]]]],SX:["1","011","7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"(5\\d{6})$|1","721$1",0,"721"],SY:["963","00","[1-39]\\d{8}|[1-5]\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-5]"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1",1]],"0"],SZ:["268","00","0800\\d{4}|(?:[237]\\d|900)\\d{6}",[8,9],[["(\\d{4})(\\d{4})","$1 $2",["[0237]"]],["(\\d{5})(\\d{4})","$1 $2",["9"]]]],TA:["290","00","8\\d{3}",[4],0,0,0,0,0,0,"8"],TC:["1","011","(?:[58]\\d\\d|649|900)\\d{7}",[10],0,"1",0,"([2-479]\\d{6})$|1","649$1",0,"649"],TD:["235","00|16","(?:22|[689]\\d|77)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[26-9]"]]],0,0,0,0,0,0,0,"00"],TG:["228","00","[279]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[279]"]]]],TH:["66","00[1-9]","(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}",[8,9,10,13],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[13-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],TJ:["992","810","[0-57-9]\\d{8}",[9],[["(\\d{6})(\\d)(\\d{2})","$1 $2 $3",["331","3317"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["44[02-479]|[34]7"]],["(\\d{4})(\\d)(\\d{4})","$1 $2 $3",["3(?:[1245]|3[12])"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[0-57-9]"]]],0,0,0,0,0,0,0,"8~10"],TK:["690","00","[2-47]\\d{3,6}",[4,5,6,7]],TL:["670","00","7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[2-489]|70"]],["(\\d{4})(\\d{4})","$1 $2",["7"]]]],TM:["993","810","(?:[1-6]\\d|71)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["12"],"(8 $1)"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-5]"],"(8 $1)"],["(\\d{2})(\\d{6})","$1 $2",["[67]"],"8 $1"]],"8",0,0,0,0,0,0,"8~10"],TN:["216","00","[2-57-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-57-9]"]]]],TO:["676","00","(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}",[5,7],[["(\\d{2})(\\d{3})","$1-$2",["[2-4]|50|6[09]|7[0-24-69]|8[05]"]],["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{3})(\\d{4})","$1 $2",["[5-9]"]]]],TR:["90","00","4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}",[7,10,12,13],[["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["512|8[01589]|90"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5(?:[0-59]|61)","5(?:[0-59]|61[06])","5(?:[0-59]|61[06]1)"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24][1-8]|3[1-9]"],"(0$1)",1],["(\\d{3})(\\d{3})(\\d{6,7})","$1 $2 $3",["80"],"0$1",1]],"0"],TT:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-46-8]\\d{6})$|1","868$1",0,"868"],TV:["688","00","(?:2|7\\d\\d|90)\\d{4}",[5,6,7],[["(\\d{2})(\\d{3})","$1 $2",["2"]],["(\\d{2})(\\d{4})","$1 $2",["90"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]]],TW:["886","0(?:0[25-79]|19)","[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}",[7,8,9,10,11],[["(\\d{2})(\\d)(\\d{4})","$1 $2 $3",["202"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[258]0"],"0$1"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]","[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,5})","$1 $2 $3",["7"],"0$1"]],"0",0,0,0,0,0,0,0,"#"],TZ:["255","00[056]","(?:[25-8]\\d|41|90)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[24]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["5"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[67]"],"0$1"]],"0"],UA:["380","00","[89]\\d{9}|[3-9]\\d{8}",[9,10],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]","6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])","3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3-7]|89|9[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0",0,0,0,0,0,0,"0~0"],UG:["256","00[057]","800\\d{6}|(?:[29]0|[347]\\d)\\d{7}",[9],[["(\\d{4})(\\d{5})","$1 $2",["202","2024"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[27-9]|4(?:6[45]|[7-9])"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[34]"],"0$1"]],"0"],US:["1","011","[2-9]\\d{9}|3\\d{6}",[10],[["(\\d{3})(\\d{4})","$1-$2",["310"],0,1],["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",["[2-9]"],0,1,"$1-$2-$3"]],"1",0,0,0,0,0,[["(?:3052(?:0[0-8]|[1-9]\\d)|5056(?:[0-35-9]\\d|4[468])|7302[0-4]\\d)\\d{4}|(?:305[3-9]|472[24]|505[2-57-9]|7306|983[2-47-9])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-47-9]|1[02-9]|2[013569]|3[0-24679]|4[167]|5[0-2]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[1247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[068]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"],[""],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}"],0,0,0,["305209\\d{4}"]]],UY:["598","0(?:0|1[3-9]\\d)","0004\\d{2,9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}",[6,7,8,9,10,11,12,13],[["(\\d{3})(\\d{3,4})","$1 $2",["0"]],["(\\d{3})(\\d{4})","$1 $2",["[49]0|8"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1"],["(\\d{4})(\\d{4})","$1 $2",["[124]"]],["(\\d{3})(\\d{3})(\\d{2,4})","$1 $2 $3",["0"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})","$1 $2 $3 $4",["0"]]],"0",0,0,0,0,0,0,"00"," int. "],UZ:["998","00","(?:20|33|[5-79]\\d|88)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[235-9]"]]]],VA:["39","00","0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}",[6,7,8,9,10,11],0,0,0,0,0,0,"06698"],VC:["1","011","(?:[58]\\d\\d|784|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","784$1",0,"784"],VE:["58","00","[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}",[10],[["(\\d{3})(\\d{7})","$1-$2",["[24-689]"],"0$1"]],"0"],VG:["1","011","(?:284|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-578]\\d{6})$|1","284$1",0,"284"],VI:["1","011","[58]\\d{9}|(?:34|90)0\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","340$1",0,"340"],VN:["84","00","[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}",[7,8,9,10],[["(\\d{2})(\\d{5})","$1 $2",["80"],"0$1",1],["(\\d{4})(\\d{4,6})","$1 $2",["1"],0,1],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["6"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[357-9]"],"0$1",1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["2[48]"],"0$1",1],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["2"],"0$1",1]],"0"],VU:["678","00","[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}",[5,7],[["(\\d{3})(\\d{4})","$1 $2",["[57-9]"]]]],WF:["681","00","(?:40|72)\\d{4}|8\\d{5}(?:\\d{3})?",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[478]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]]],WS:["685","0","(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}",[5,6,7,10],[["(\\d{5})","$1",["[2-5]|6[1-9]"]],["(\\d{3})(\\d{3,7})","$1 $2",["[68]"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]]],XK:["383","00","2\\d{7,8}|3\\d{7,11}|(?:4\\d\\d|[89]00)\\d{5}",[8,9,10,11,12],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2|39"],"0$1"],["(\\d{2})(\\d{7,10})","$1 $2",["3"],"0$1"]],"0"],YE:["967","00","(?:1|7\\d)\\d{7}|[1-7]\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-6]|7(?:[24-6]|8[0-7])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"],"0$1"]],"0"],YT:["262","00","(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}",[9],0,"0",0,0,0,0,0,[["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"],["639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])\\d{4}"],["80\\d{7}"],0,0,0,0,0,["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]],ZA:["27","00","[1-79]\\d{8}|8\\d{4,9}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,4})","$1 $2",["8[1-4]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["8[1-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["860"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],"0"],ZM:["260","00","800\\d{6}|(?:21|63|[79]\\d)\\d{7}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[28]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[79]"],"0$1"]],"0"],ZW:["263","00","2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}",[5,6,7,8,9,10],[["(\\d{3})(\\d{3,5})","$1 $2",["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"],"0$1"],["(\\d)(\\d{3})(\\d{2,4})","$1 $2 $3",["[49]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["80"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2","2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)","2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"],"0$1"],["(\\d{4})(\\d{6})","$1 $2",["8"],"0$1"],["(\\d{2})(\\d{3,5})","$1 $2",["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["29[013-9]|39|54"],"0$1"],["(\\d{4})(\\d{3,5})","$1 $2",["(?:25|54)8","258|5483"],"0$1"]],"0"]},nonGeographic:{800:["800",0,"(?:00|[1-9]\\d)\\d{6}",[8],[["(\\d{4})(\\d{4})","$1 $2",["\\d"]]],0,0,0,0,0,0,[0,0,["(?:00|[1-9]\\d)\\d{6}"]]],808:["808",0,"[1-9]\\d{7}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[1-9]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,0,["[1-9]\\d{7}"]]],870:["870",0,"7\\d{11}|[35-7]\\d{8}",[9,12],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[35-7]"]]],0,0,0,0,0,0,[0,["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"]]],878:["878",0,"10\\d{10}",[12],[["(\\d{2})(\\d{5})(\\d{5})","$1 $2 $3",["1"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["10\\d{10}"]]],881:["881",0,"6\\d{9}|[0-36-9]\\d{8}",[9,10],[["(\\d)(\\d{3})(\\d{5})","$1 $2 $3",["[0-37-9]"]],["(\\d)(\\d{3})(\\d{5,6})","$1 $2 $3",["6"]]],0,0,0,0,0,0,[0,["6\\d{9}|[0-36-9]\\d{8}"]]],882:["882",0,"[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?",[7,8,9,10,11,12],[["(\\d{2})(\\d{5})","$1 $2",["16|342"]],["(\\d{2})(\\d{6})","$1 $2",["49"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["1[36]|9"]],["(\\d{2})(\\d{4})(\\d{3})","$1 $2 $3",["3[23]"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["16"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["10|23|3(?:[15]|4[57])|4|51"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["34"]],["(\\d{2})(\\d{4,5})(\\d{5})","$1 $2 $3",["[1-35]"]]],0,0,0,0,0,0,[0,["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|50\\d{3})\\d{7}",[7,8,9,10,12]],0,0,0,0,0,0,["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]],883:["883",0,"(?:[1-4]\\d|51)\\d{6,10}",[8,9,10,11,12],[["(\\d{3})(\\d{3})(\\d{2,8})","$1 $2 $3",["[14]|2[24-689]|3[02-689]|51[24-9]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["510"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["21"]],["(\\d{4})(\\d{4})(\\d{4})","$1 $2 $3",["51[13]"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[235]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]],888:["888",0,"\\d{11}",[11],[["(\\d{3})(\\d{3})(\\d{5})","$1 $2 $3"]],0,0,0,0,0,0,[0,0,0,0,0,0,["\\d{11}"]]],979:["979",0,"[1359]\\d{8}",[9],[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["[1359]"]]],0,0,0,0,0,0,[0,0,0,["[1359]\\d{8}"]]]}};function pn(e,t){var a=Array.prototype.slice.call(t);return a.push(ls),e.apply(this,a)}function Vr(e,t){e=e.split("-"),t=t.split("-");for(var a=e[0].split("."),o=t[0].split("."),p=0;p<3;p++){var u=Number(a[p]),$=Number(o[p]);if(u>$)return 1;if($>u)return-1;if(!isNaN(u)&&isNaN($))return 1;if(isNaN(u)&&!isNaN($))return-1}return e[1]&&t[1]?e[1]>t[1]?1:e[1]<t[1]?-1:0:!e[1]&&t[1]?1:e[1]&&!t[1]?-1:0}var cs={}.constructor;function kt(e){return e!=null&&e.constructor===cs}function It(e){"@babel/helpers - typeof";return It=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},It(e)}function $t(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function hs(e,t){for(var a=0;a<t.length;a++){var o=t[a];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function gt(e,t,a){return t&&hs(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var ps="1.2.0",fs="1.7.35",Wr=" ext. ",$s=/^\d+$/,fn=(function(){function e(t){$t(this,e),ys(t),this.metadata=t,$n.call(this,t)}return gt(e,[{key:"getCountries",value:function(){return Object.keys(this.metadata.countries).filter(function(a){return a!=="001"})}},{key:"getCountryMetadata",value:function(a){return this.metadata.countries[a]}},{key:"nonGeographic",value:function(){if(!(this.v1||this.v2||this.v3))return this.metadata.nonGeographic||this.metadata.nonGeographical}},{key:"hasCountry",value:function(a){return this.getCountryMetadata(a)!==void 0}},{key:"hasCallingCode",value:function(a){if(this.getCountryCodesForCallingCode(a))return!0;if(this.nonGeographic()){if(this.nonGeographic()[a])return!0}else{var o=this.countryCallingCodes()[a];if(o&&o.length===1&&o[0]==="001")return!0}}},{key:"isNonGeographicCallingCode",value:function(a){return this.nonGeographic()?!!this.nonGeographic()[a]:!this.getCountryCodesForCallingCode(a)}},{key:"country",value:function(a){return this.selectNumberingPlan(a)}},{key:"selectNumberingPlan",value:function(a,o){if(a&&$s.test(a)&&(o=a,a=null),a&&a!=="001"){if(!this.hasCountry(a))throw new Error("Unknown country: ".concat(a));this.numberingPlan=new Kr(this.getCountryMetadata(a),this)}else if(o){if(!this.hasCallingCode(o))throw new Error("Unknown calling code: ".concat(o));this.numberingPlan=new Kr(this.getNumberingPlanMetadata(o),this)}else this.numberingPlan=void 0;return this}},{key:"getCountryCodesForCallingCode",value:function(a){var o=this.countryCallingCodes()[a];if(o)return o.length===1&&o[0].length===3?void 0:o}},{key:"getCountryCodeForCallingCode",value:function(a){var o=this.getCountryCodesForCallingCode(a);if(o)return o[0]}},{key:"getNumberingPlanMetadata",value:function(a){var o=this.getCountryCodeForCallingCode(a);if(o)return this.getCountryMetadata(o);if(this.nonGeographic()){var p=this.nonGeographic()[a];if(p)return p}else{var u=this.countryCallingCodes()[a];if(u&&u.length===1&&u[0]==="001")return this.metadata.countries["001"]}}},{key:"countryCallingCode",value:function(){return this.numberingPlan.callingCode()}},{key:"IDDPrefix",value:function(){return this.numberingPlan.IDDPrefix()}},{key:"defaultIDDPrefix",value:function(){return this.numberingPlan.defaultIDDPrefix()}},{key:"nationalNumberPattern",value:function(){return this.numberingPlan.nationalNumberPattern()}},{key:"possibleLengths",value:function(){return this.numberingPlan.possibleLengths()}},{key:"formats",value:function(){return this.numberingPlan.formats()}},{key:"nationalPrefixForParsing",value:function(){return this.numberingPlan.nationalPrefixForParsing()}},{key:"nationalPrefixTransformRule",value:function(){return this.numberingPlan.nationalPrefixTransformRule()}},{key:"leadingDigits",value:function(){return this.numberingPlan.leadingDigits()}},{key:"hasTypes",value:function(){return this.numberingPlan.hasTypes()}},{key:"type",value:function(a){return this.numberingPlan.type(a)}},{key:"ext",value:function(){return this.numberingPlan.ext()}},{key:"countryCallingCodes",value:function(){return this.v1?this.metadata.country_phone_code_to_countries:this.metadata.country_calling_codes}},{key:"chooseCountryByCountryCallingCode",value:function(a){return this.selectNumberingPlan(a)}},{key:"hasSelectedNumberingPlan",value:function(){return this.numberingPlan!==void 0}}]),e})(),Kr=(function(){function e(t,a){$t(this,e),this.globalMetadataObject=a,this.metadata=t,$n.call(this,a.metadata)}return gt(e,[{key:"callingCode",value:function(){return this.metadata[0]}},{key:"getDefaultCountryMetadataForRegion",value:function(){return this.globalMetadataObject.getNumberingPlanMetadata(this.callingCode())}},{key:"IDDPrefix",value:function(){if(!(this.v1||this.v2))return this.metadata[1]}},{key:"defaultIDDPrefix",value:function(){if(!(this.v1||this.v2))return this.metadata[12]}},{key:"nationalNumberPattern",value:function(){return this.v1||this.v2?this.metadata[1]:this.metadata[2]}},{key:"possibleLengths",value:function(){if(!this.v1)return this.metadata[this.v2?2:3]}},{key:"_getFormats",value:function(a){return a[this.v1?2:this.v2?3:4]}},{key:"formats",value:function(){var a=this,o=this._getFormats(this.metadata)||this._getFormats(this.getDefaultCountryMetadataForRegion())||[];return o.map(function(p){return new gs(p,a)})}},{key:"nationalPrefix",value:function(){return this.metadata[this.v1?3:this.v2?4:5]}},{key:"_getNationalPrefixFormattingRule",value:function(a){return a[this.v1?4:this.v2?5:6]}},{key:"nationalPrefixFormattingRule",value:function(){return this._getNationalPrefixFormattingRule(this.metadata)||this._getNationalPrefixFormattingRule(this.getDefaultCountryMetadataForRegion())}},{key:"_nationalPrefixForParsing",value:function(){return this.metadata[this.v1?5:this.v2?6:7]}},{key:"nationalPrefixForParsing",value:function(){return this._nationalPrefixForParsing()||this.nationalPrefix()}},{key:"nationalPrefixTransformRule",value:function(){return this.metadata[this.v1?6:this.v2?7:8]}},{key:"_getNationalPrefixIsOptionalWhenFormatting",value:function(){return!!this.metadata[this.v1?7:this.v2?8:9]}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return this._getNationalPrefixIsOptionalWhenFormatting(this.metadata)||this._getNationalPrefixIsOptionalWhenFormatting(this.getDefaultCountryMetadataForRegion())}},{key:"leadingDigits",value:function(){return this.metadata[this.v1?8:this.v2?9:10]}},{key:"types",value:function(){return this.metadata[this.v1?9:this.v2?10:11]}},{key:"hasTypes",value:function(){return this.types()&&this.types().length===0?!1:!!this.types()}},{key:"type",value:function(a){if(this.hasTypes()&&Yr(this.types(),a))return new vs(Yr(this.types(),a),this)}},{key:"ext",value:function(){return this.v1||this.v2?Wr:this.metadata[13]||Wr}}]),e})(),gs=(function(){function e(t,a){$t(this,e),this._format=t,this.metadata=a}return gt(e,[{key:"pattern",value:function(){return this._format[0]}},{key:"format",value:function(){return this._format[1]}},{key:"leadingDigitsPatterns",value:function(){return this._format[2]||[]}},{key:"nationalPrefixFormattingRule",value:function(){return this._format[3]||this.metadata.nationalPrefixFormattingRule()}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return!!this._format[4]||this.metadata.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"nationalPrefixIsMandatoryWhenFormattingInNationalFormat",value:function(){return this.usesNationalPrefix()&&!this.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"usesNationalPrefix",value:function(){return!!(this.nationalPrefixFormattingRule()&&!ms.test(this.nationalPrefixFormattingRule()))}},{key:"internationalFormat",value:function(){return this._format[5]||this.format()}}]),e})(),ms=/^\(?\$1\)?$/,vs=(function(){function e(t,a){$t(this,e),this.type=t,this.metadata=a}return gt(e,[{key:"pattern",value:function(){return this.metadata.v1?this.type:this.type[0]}},{key:"possibleLengths",value:function(){if(!this.metadata.v1)return this.type[1]||this.metadata.possibleLengths()}}]),e})();function Yr(e,t){switch(t){case"FIXED_LINE":return e[0];case"MOBILE":return e[1];case"TOLL_FREE":return e[2];case"PREMIUM_RATE":return e[3];case"PERSONAL_NUMBER":return e[4];case"VOICEMAIL":return e[5];case"UAN":return e[6];case"PAGER":return e[7];case"VOIP":return e[8];case"SHARED_COST":return e[9]}}function ys(e){if(!e)throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");if(!kt(e)||!kt(e.countries))throw new Error("[libphonenumber-js] `metadata` argument was passed but it's not a valid metadata. Must be an object having `.countries` child object property. Got ".concat(kt(e)?"an object of shape: { "+Object.keys(e).join(", ")+" }":"a "+Ss(e)+": "+e,"."))}var Ss=function(t){return It(t)};function _s(e,t){if(t=new fn(t),t.hasCountry(e))return t.country(e).countryCallingCode();throw new Error("Unknown country: ".concat(e))}function $n(e){var t=e.version;typeof t=="number"?(this.v1=t===1,this.v2=t===2,this.v3=t===3,this.v4=t===4):t?Vr(t,ps)===-1?this.v2=!0:Vr(t,fs)===-1?this.v3=!0:this.v4=!0:this.v1=!0}function bs(e){return new fn(e).getCountries()}function gn(){return pn(bs,arguments)}function Es(){return pn(_s,arguments)}A.TEXT,A.FULL_NAME,A.EMAILS,A.ADDRESS,A.LINKS,A.PHONES,A.RICH_TEXT,A.UUID;Object.keys(us).reduce((e,t)=>{const a=t.split("-")[0].toLowerCase();return(!e[a]||t===hn)&&(e[a]=t),e},{});const Cs=new Set(["__proto__","constructor","prototype"]),mn=(e,t)=>{if(!se.isString(t))return;const a=t.split(".");let o=e;for(const p of a){if(!X(o)||!se.isObject(o)||Cs.has(p)||!Object.prototype.hasOwnProperty.call(o,p))return;o=o[p]}return o},$e=(e,t)=>(a,o)=>se.isNonEmptyArray(a)?a[e](p=>t(mn(p,o))):!1,Me=(e,t)=>(a,o,p)=>se.isNonEmptyArray(a)?a[e](u=>t(mn(u,o),p)):!1,G=new fe;G.functions.isDefined=e=>X(e);G.functions.isNonEmptyString=e=>se.isNonEmptyString(e);G.functions.includes=(e,t)=>Array.isArray(e)&&e.includes(t);G.functions.arrayLength=e=>Array.isArray(e)?e.length:0;G.functions.every=$e("every",Boolean);G.functions.everyDefined=$e("every",X);G.functions.some=$e("some",Boolean);G.functions.someDefined=$e("some",X);G.functions.someNonEmptyString=$e("some",se.isNonEmptyString);G.functions.none=$e("every",e=>!e);G.functions.noneDefined=$e("every",e=>!X(e));G.functions.everyEquals=Me("every",(e,t)=>e===t);G.functions.someEquals=Me("some",(e,t)=>e===t);G.functions.noneEquals=Me("every",(e,t)=>e!==t);G.functions.includesEvery=Me("every",(e,t)=>Array.isArray(e)&&e.includes(t));G.functions.includesSome=Me("some",(e,t)=>Array.isArray(e)&&e.includes(t));G.functions.includesNone=Me("every",(e,t)=>Array.isArray(e)&&!e.includes(t));A.NUMBER,A.NUMERIC,A.CURRENCY,A.RATING,A.POSITION;A.TEXT,A.RICH_TEXT;Object.entries(as).map(([e,{label:t}])=>({value:e,label:`${t} (${e})`}));L.z.string().transform(e=>e===""?[]:Ot(e)?[e]:JSON.parse(e)).refine(e=>Array.isArray(e)&&e.every(t=>typeof t=="string"),{error:"Expected an array of strings"});L.z.preprocess(e=>{try{if(typeof e=="string"){if(Ot(e))return[e];try{const t=JSON.parse(e);return Array.isArray(t)?t:[t]}catch{return[e]}}return Array.isArray(e)?e:[e]}catch{return[]}},L.z.array(L.z.string().refine(e=>ss(e)||Ot(e),"Must be a valid UUID or a variable with {{ }} syntax"))).catch([]);const Ps=L.z.object({isCurrentWorkspaceMemberSelected:L.z.boolean().optional(),selectedRecordIds:L.z.array(L.z.string())});L.z.string().transform((e,t)=>{try{return JSON.parse(e)}catch(a){return t.addIssue({code:"custom",message:a.message}),L.z.NEVER}}).pipe(Ps);const As=L.enum([ut.MONDAY,ut.SATURDAY,ut.SUNDAY]),Ms=L.union([L.coerce.number().int().positive(),L.literal("undefined")]).transform(e=>e==="undefined"?void 0:e),ks=L.enum(["NEXT","THIS","PAST"]),ws=L.enum(["SECOND","MINUTE","HOUR","DAY","WEEK","MONTH","QUARTER","YEAR"]),Rs=L.object({direction:ks,amount:Ms.nullish(),unit:ws,timezone:L.string().nullish(),firstDayOfTheWeek:As.nullish()}).refine(e=>!(e.amount===void 0&&e.direction!=="THIS"),{error:"Amount cannot be 'undefined' unless direction is 'THIS'"}),xs=/((?:THIS)|(?:PAST)|(?:NEXT))_(\d*)_(DAY|MONTH|YEAR|WEEK|QUARTER|HOUR|MINUTE|SECOND)(?:(?:;;([^;;]*);;)?(?:(MONDAY|SUNDAY|SATURDAY);;)?)?/;L.string().transform((e,t)=>{const a=new RegExp(xs).exec(e);if(!se.isNonEmptyArray(a))return t.addIssue(`Cannot parse stringified inline relative date filter, value : "${e}"`),L.NEVER;const[o,p,u,$,f,d]=a;return Rs.parse({direction:p,amount:u,unit:$,timezone:f,firstDayOfTheWeek:d})});V.Is+"",I.IS,V.IsNotNull+"",I.IS_NOT_NULL,V.IsNot+"",I.IS_NOT,V.LessThanOrEqual+"",I.LESS_THAN_OR_EQUAL,V.GreaterThanOrEqual+"",I.GREATER_THAN_OR_EQUAL,V.IsBefore+"",I.IS_BEFORE,V.IsAfter+"",I.IS_AFTER,V.Contains+"",I.CONTAINS,V.DoesNotContain+"",I.DOES_NOT_CONTAIN,V.IsEmpty+"",I.IS_EMPTY,V.IsNotEmpty+"",I.IS_NOT_EMPTY,V.IsRelative+"",I.IS_RELATIVE,V.IsInPast+"",I.IS_IN_PAST,V.IsInFuture+"",I.IS_IN_FUTURE,V.IsToday+"",I.IS_TODAY,I.IS+"",I.IS,I.IS_NOT_NULL+"",I.IS_NOT_NULL,I.IS_NOT+"",I.IS_NOT,I.LESS_THAN_OR_EQUAL+"",I.LESS_THAN_OR_EQUAL,I.GREATER_THAN_OR_EQUAL+"",I.GREATER_THAN_OR_EQUAL,I.IS_BEFORE+"",I.IS_BEFORE,I.IS_AFTER+"",I.IS_AFTER,I.CONTAINS+"",I.CONTAINS,I.DOES_NOT_CONTAIN+"",I.DOES_NOT_CONTAIN,I.IS_EMPTY+"",I.IS_EMPTY,I.IS_NOT_EMPTY+"",I.IS_NOT_EMPTY,I.IS_RELATIVE+"",I.IS_RELATIVE,I.IS_IN_PAST+"",I.IS_IN_PAST,I.IS_IN_FUTURE+"",I.IS_IN_FUTURE,I.IS_TODAY+"",I.IS_TODAY,I.VECTOR_SEARCH+"",I.VECTOR_SEARCH;const Is=e=>{const t=e.trim();return t.startsWith("http://")||t.startsWith("https://")||t.startsWith("HTTPS://")||t.startsWith("HTTP://")?t:`https://${t}`},Os=(e,t)=>{const p=/^(((?!-))(xn--|_)?[a-z0-9-]{0,61}[a-z0-9]{1,1}\.){1,10}(xn--)?([a-z0-9][a-z0-9-]{0,60}|[a-z0-9-]{1,30}\.[a-z]{2,})$/.test(e),u=/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/.test(e),$=e==="localhost"||e==="127.0.0.1";return $&&!1||u&&!1?!1:p||$||u};L.z.string().transform((e,t)=>{const a=e.trim(),o=Is(a),p=o.replace("https://","").replace("http://","").replace("HTTPS://","").replace("HTTP://","");if(/^\d+(?:\/[a-zA-Z]*)?$/.test(p))return t.addIssue({code:"custom",message:"domain is not a valid url"}),L.z.NEVER;try{const u=new URL(o);return Os(u.hostname)?o:(t.addIssue({code:"custom",message:"domain is not a valid url"}),L.z.NEVER)}catch{return t.addIssue({code:"custom",message:"domain is not a valid url"}),L.z.NEVER}});const Ot=e=>/^{{[^{}]+}}$/.test(e),zr=new Map;for(const e of gn()){const t=Es(e),a=zr.get(t);a?a.push(e):zr.set(t,[e])}new Set(gn());const Ns="frontComponentHostCommunicationApi";globalThis[Ns]??={};const ge=globalThis.frontComponentHostCommunicationApi,Ts=()=>{const e=ge.closeSidePanel;if(!X(e))throw new Error("closeSidePanelFunction is not set");return e()},Ls=e=>{const t=ge.enqueueSnackbar;if(!X(t))throw new Error("enqueueSnackbarFunction is not set");return t(e)},vn=(e,t,a,o)=>{const p=ge.navigate;if(!X(p))throw new Error("navigateFunction is not set");return p(e,t,a,o)},yn=e=>{const t=ge.openCommandConfirmationModal;if(!X(t))throw new Error("openCommandConfirmationModalFunction is not set");return t(e)},Sn=e=>{const t=ge.openSidePanelPage;if(!X(t))throw new Error("openSidePanelPageFunction is not set");return t(e)},Ne=()=>{const e=ge.unmountFrontComponent;if(!X(e))throw new Error("unmountFrontComponentFunction is not set");return e()},Ds=e=>{const t=ge.updateProgress;if(!X(t))throw new Error("updateProgressFunction is not set");return t(e)},Fs="__twentySdkExecutionContext__",wt="__twentySdkContextListeners__",_n=()=>(globalThis[wt]||(globalThis[wt]=new Set),globalThis[wt]),jr=()=>globalThis[Fs],Bs=e=>{_n().add(e)},Us=e=>{_n().delete(e)},Te=e=>{const[t,a]=te.useState(()=>e(jr())),o=te.useRef(t);return te.useEffect(()=>{const p=()=>{const u=e(jr());u!==o.current&&(o.current=u,a(u))};return Bs(p),p(),()=>Us(p)},[e]),t},Hs=e=>e.frontComponentId,Le=()=>Te(Hs),qs=e=>e.selectedRecordIds.length===1?e.selectedRecordIds[0]:null,Gs=()=>Te(qs),Vs=e=>e.selectedRecordIds,Ws=()=>Te(Vs),Ks=e=>e.userId,Ys=()=>Te(Ks),zs=e=>`${e}-command-error`,js=({execute:e})=>{const[t,a]=te.useState(!1),o=Le();return te.useEffect(()=>{if(t)return;a(!0),(async()=>(await e(),await Ne()))()},[e,t,o]),null},Js=({to:e,params:t,queryParams:a,options:o})=>{const[p,u]=te.useState(!1),$=Le();return te.useEffect(()=>{if(p)return;u(!0),(async()=>(await vn(e,t,a,o),await Ne()))()},[e,t,a,o,p,$]),null},Zs=({page:e,pageTitle:t,pageIcon:a,onClick:o,shouldResetSearchState:p=!1})=>{const[u,$]=te.useState(!1),f=Le();return te.useEffect(()=>{if(u)return;$(!0),(async()=>(o?.(),await Sn({page:e,pageTitle:t,pageIcon:a,shouldResetSearchState:p}),await Ne()))()},[e,t,a,p,o,u,f]),null},Xs=({title:e,subtitle:t,execute:a,confirmButtonText:o,confirmButtonAccent:p})=>{const[u,$]=te.useState(!1),f=Le();return te.useEffect(()=>{if(u)return;$(!0),(async()=>(await yn({title:e,subtitle:t,confirmButtonText:o,confirmButtonAccent:p})==="confirm"&&await a(),await Ne()))()},[e,t,a,o,p,u,f]),null},Qs={type:A.ADDRESS,properties:[{name:"addressStreet1",type:A.TEXT,hidden:!1,isRequired:!1},{name:"addressStreet2",type:A.TEXT,hidden:!1,isRequired:!1},{name:"addressCity",type:A.TEXT,hidden:!1,isRequired:!1},{name:"addressPostcode",type:A.TEXT,hidden:!1,isRequired:!1},{name:"addressState",type:A.TEXT,hidden:!1,isRequired:!1},{name:"addressCountry",type:A.TEXT,hidden:!1,isRequired:!1},{name:"addressLat",type:A.NUMERIC,hidden:!1,isRequired:!1},{name:"addressLng",type:A.NUMERIC,hidden:!1,isRequired:!1}]},eo={type:A.CURRENCY,properties:[{name:"amountMicros",type:A.NUMERIC,hidden:!1,isRequired:!1},{name:"currencyCode",type:A.TEXT,hidden:!1,isRequired:!1}]},to={type:A.EMAILS,properties:[{name:"primaryEmail",type:A.TEXT,hidden:!1,isRequired:!1,isIncludedInUniqueConstraint:!0},{name:"additionalEmails",type:A.RAW_JSON,hidden:!1,isRequired:!1}]},ro={type:A.FULL_NAME,properties:[{name:"firstName",type:A.TEXT,hidden:!1,isRequired:!1,isIncludedInUniqueConstraint:!1},{name:"lastName",type:A.TEXT,hidden:!1,isRequired:!1,isIncludedInUniqueConstraint:!1}]},no={type:A.LINKS,properties:[{name:"primaryLinkLabel",type:A.TEXT,hidden:!1,isRequired:!1},{name:"primaryLinkUrl",type:A.TEXT,hidden:!1,isRequired:!1,isIncludedInUniqueConstraint:!0},{name:"secondaryLinks",type:A.RAW_JSON,hidden:!1,isRequired:!1}]},io={type:A.PHONES,properties:[{name:"primaryPhoneNumber",type:A.TEXT,hidden:!1,isRequired:!1,isIncludedInUniqueConstraint:!0},{name:"primaryPhoneCountryCode",type:A.TEXT,hidden:!1,isRequired:!1},{name:"primaryPhoneCallingCode",type:A.TEXT,hidden:!1,isRequired:!1},{name:"additionalPhones",type:A.RAW_JSON,hidden:!1,isRequired:!1}]},ao={type:A.RICH_TEXT,properties:[{name:"blocknote",type:A.TEXT,hidden:!1,isRequired:!1},{name:"markdown",type:A.TEXT,hidden:!1,isRequired:!1}]};L.z.object({blocknote:L.z.string().nullable().optional(),markdown:L.z.string().nullable()});A.LINKS,A.CURRENCY,A.FULL_NAME,A.ADDRESS,A.ACTOR,A.EMAILS,A.PHONES,A.RICH_TEXT;var bn=(e=>(e.CommandMenuDisplay="command-menu-display",e.ViewRecord="view-record",e.MergeRecords="merge-records",e.UpdateRecords="update-records",e.ViewCalendarEvent="view-calendar-event",e.EditRichText="edit-rich-text",e.Copilot="copilot",e.WorkflowTriggerSelectType="workflow-trigger-select-type",e.WorkflowStepCreate="workflow-step-create",e.WorkflowStepEditType="workflow-step-edit-type",e.WorkflowStepView="workflow-step-view",e.WorkflowStepEdit="workflow-step-edit",e.WorkflowRunStepView="workflow-run-step-view",e.SearchRecords="search-records",e.AskAI="ask-ai",e.ViewPreviousAiChats="view-previous-ai-chats",e.PageLayoutDashboardWidgetTypeSelect="page-layout-dashboard-widget-type-select",e.PageLayoutTabSettings="page-layout-tab-settings",e.DashboardChartSettings="dashboard-chart-settings",e.DashboardIframeSettings="dashboard-iframe-settings",e.DashboardRecordTableSettings="dashboard-record-table-settings",e.RecordPageFieldsSettings="record-page-fields-settings",e.RecordPageFieldSettings="record-page-field-settings",e.ViewFrontComponent="view-front-component",e.NavigationMenuItemEdit="navigation-menu-item-edit",e.NavigationMenuAddItem="navigation-menu-add-item",e.CommandMenuEdit="command-menu-edit",e.PageLayoutRecordPageWidgetTypeSelect="page-layout-record-page-widget-type-select",e.ComposeEmail="compose-email",e))(bn||{});exports.AppPath=cn;exports.Command=js;exports.CommandLink=Js;exports.CommandModal=Xs;exports.CommandOpenSidePanelPage=Zs;exports.SidePanelPages=bn;exports.closeSidePanel=Ts;exports.enqueueSnackbar=Ls;exports.every=Ei;exports.everyDefined=Ci;exports.everyEquals=Pi;exports.favoriteRecordIds=li;exports.featureFlags=gi;exports.getFrontComponentCommandErrorDedupeKey=zs;exports.hasAnySoftDeleteFilterOnView=hi;exports.includes=bi;exports.includesEvery=Oi;exports.isDashboardPageLayoutInEditMode=di;exports.isDefined=Si;exports.isInSidePanel=oi;exports.isLayoutCustomizationModeEnabled=ui;exports.isNonEmptyString=_i;exports.isSelectAll=ci;exports.navigate=vn;exports.none=wi;exports.noneDefined=Ri;exports.noneEquals=xi;exports.numberOfSelectedRecords=pi;exports.objectMetadataItem=yi;exports.objectPermissions=fi;exports.openCommandConfirmationModal=yn;exports.openSidePanelPage=Sn;exports.pageType=si;exports.selectedRecords=$i;exports.some=Ai;exports.someDefined=Mi;exports.someEquals=ki;exports.someNonEmptyString=Ii;exports.targetObjectReadPermissions=mi;exports.targetObjectWritePermissions=vi;exports.unmountFrontComponent=Ne;exports.updateProgress=Ds;exports.useFrontComponentExecutionContext=Te;exports.useFrontComponentId=Le;exports.useRecordId=Gs;exports.useSelectedRecordIds=Ws;exports.useUserId=Ys;
|
|
26
26
|
//# sourceMappingURL=index.cjs.map
|