vue-layout-gitcode 1.12.26 → 1.12.28
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/{GloabarSearch-BPNGnxBF.js → GloabarSearch-B6Tr8atH.js} +4 -4
- package/{MenuItem-C8GaoUJj.js → MenuItem-Dgt8M8If.js} +6 -2
- package/{ProjectMenuList-DyMdhr9N.js → ProjectMenuList-C6iH9uWk.js} +11 -11
- package/{ProjectMenuListV2-DSEAxiSl.js → ProjectMenuListV2-rqhoIUi9.js} +4 -4
- package/{ProjectSearch-AtuUA2il.js → ProjectSearch-CiOguIBX.js} +2 -2
- package/{SearchHistoryList-C9WJKVGL.js → SearchHistoryList-C_RSEjX_.js} +6 -6
- package/{SearchRecommed-C4uEaFUT.js → SearchRecommed-C6Ut806B.js} +3 -3
- package/{SearchScopeList-BxLQsVDy.js → SearchScopeList-DqiA5Dt0.js} +3 -3
- package/{UserSearch-DqQE1C0m.js → UserSearch-7LYsCNUJ.js} +2 -2
- package/{index-DUph-MAB.js → index-D-t-PGAL.js} +5 -6
- package/{index-B_NHd6vO.js → index-D4CF_bZw.js} +2 -2
- package/{index-DIxeohFH.js → index-DsHINSgA.js} +972 -885
- package/{index-2Dx_0DP6.js → index-UgD9Qf2c.js} +45 -48
- package/index.d.ts +583 -761
- package/index.js +11 -11
- package/{notice-DRchXUn2.js → notice-8rLtSJNz.js} +11 -13
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-Bp65b9MR.js → transWebUrl-CC8VI9BR.js} +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
2
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
3
|
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
4
|
-
import { defineComponent, computed,
|
|
4
|
+
import { defineComponent, computed, openBlock, createBlock, unref, normalizeProps, mergeProps, createElementBlock, normalizeClass, renderSlot, normalizeStyle, createElementVNode, reactive, readonly, inject, effectScope, watch, isRef, getCurrentInstance, ref, shallowRef, h, Fragment, onBeforeMount, onMounted, onUnmounted, createVNode, Text, provide, createCommentVNode, withCtx, toDisplayString as toDisplayString$1, renderList, createTextVNode, Transition, withModifiers, resolveComponent, watchEffect, guardReactiveProps, resolveDirective, withDirectives, onBeforeUnmount, markRaw, resolveDynamicComponent, nextTick, useAttrs, defineAsyncComponent, vShow, withKeys, useCssVars, createSlots, render, toRaw, useModel as useModel$1, mergeModels, watchPostEffect, useSlots } from "vue";
|
|
5
5
|
import { Button } from "vue-devui-lal/button";
|
|
6
6
|
import { Popover } from "vue-devui-lal/popover";
|
|
7
7
|
import { Tooltip } from "vue-devui-lal/tooltip";
|
|
@@ -76,29 +76,29 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
76
76
|
return /px$/i.test(props.size) ? props.size : `${props.size}px`;
|
|
77
77
|
});
|
|
78
78
|
return (_ctx, _cache) => {
|
|
79
|
-
return !
|
|
79
|
+
return !__props.name.includes("gt-") ? (openBlock(), createBlock(unref(Icon), normalizeProps(mergeProps({ key: 0 }, props)), null, 16)) : __props.operable ? (openBlock(), createElementBlock("span", {
|
|
80
80
|
key: 1,
|
|
81
|
-
class: normalizeClass(["custom-icon-container", { disabled:
|
|
81
|
+
class: normalizeClass(["custom-icon-container", { disabled: __props.disabled }])
|
|
82
82
|
}, [
|
|
83
83
|
renderSlot(_ctx.$slots, "prefix", {}, void 0, true),
|
|
84
84
|
(openBlock(), createElementBlock("svg", {
|
|
85
|
-
class: normalizeClass(["icon gt-icon",
|
|
85
|
+
class: normalizeClass(["icon gt-icon", __props.iconClass]),
|
|
86
86
|
"aria-hidden": "true",
|
|
87
|
-
style: normalizeStyle({ color:
|
|
87
|
+
style: normalizeStyle({ color: __props.color, fontSize: fontSize.value, transform: `rotate(${__props.rotate})` })
|
|
88
88
|
}, [
|
|
89
89
|
createElementVNode("use", {
|
|
90
|
-
"xlink:href": `#${
|
|
90
|
+
"xlink:href": `#${__props.name}`
|
|
91
91
|
}, null, 8, _hoisted_1$C)
|
|
92
92
|
], 6)),
|
|
93
93
|
renderSlot(_ctx.$slots, "suffix", {}, void 0, true)
|
|
94
94
|
], 2)) : (openBlock(), createElementBlock("svg", {
|
|
95
95
|
key: 2,
|
|
96
|
-
class: normalizeClass(["icon gt-icon",
|
|
96
|
+
class: normalizeClass(["icon gt-icon", __props.iconClass]),
|
|
97
97
|
"aria-hidden": "true",
|
|
98
|
-
style: normalizeStyle(
|
|
98
|
+
style: normalizeStyle(__props.iconClass ? {} : { color: __props.color, fontSize: fontSize.value, transform: `rotate(${__props.rotate})` })
|
|
99
99
|
}, [
|
|
100
100
|
createElementVNode("use", {
|
|
101
|
-
"xlink:href": `#${
|
|
101
|
+
"xlink:href": `#${__props.name}`
|
|
102
102
|
}, null, 8, _hoisted_2$r)
|
|
103
103
|
], 6));
|
|
104
104
|
};
|
|
@@ -578,7 +578,7 @@ const LOGO_MAP = {
|
|
|
578
578
|
aiLogoDark: "https://cdn-static.gitcode.com/static/images/gitcode-ai-logo-dark_atomgit.png"
|
|
579
579
|
}
|
|
580
580
|
};
|
|
581
|
-
/*! @license DOMPurify 3.
|
|
581
|
+
/*! @license DOMPurify 3.3.3 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.3.3/LICENSE */
|
|
582
582
|
const {
|
|
583
583
|
entries,
|
|
584
584
|
setPrototypeOf,
|
|
@@ -606,12 +606,18 @@ if (!seal) {
|
|
|
606
606
|
};
|
|
607
607
|
}
|
|
608
608
|
if (!apply$1) {
|
|
609
|
-
apply$1 = function apply2(
|
|
610
|
-
|
|
609
|
+
apply$1 = function apply2(func, thisArg) {
|
|
610
|
+
for (var _len = arguments.length, args = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {
|
|
611
|
+
args[_key - 2] = arguments[_key];
|
|
612
|
+
}
|
|
613
|
+
return func.apply(thisArg, args);
|
|
611
614
|
};
|
|
612
615
|
}
|
|
613
616
|
if (!construct) {
|
|
614
|
-
construct = function construct2(Func
|
|
617
|
+
construct = function construct2(Func) {
|
|
618
|
+
for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
|
|
619
|
+
args[_key2 - 1] = arguments[_key2];
|
|
620
|
+
}
|
|
615
621
|
return new Func(...args);
|
|
616
622
|
};
|
|
617
623
|
}
|
|
@@ -634,18 +640,18 @@ function unapply(func) {
|
|
|
634
640
|
if (thisArg instanceof RegExp) {
|
|
635
641
|
thisArg.lastIndex = 0;
|
|
636
642
|
}
|
|
637
|
-
for (var
|
|
638
|
-
args[
|
|
643
|
+
for (var _len3 = arguments.length, args = new Array(_len3 > 1 ? _len3 - 1 : 0), _key3 = 1; _key3 < _len3; _key3++) {
|
|
644
|
+
args[_key3 - 1] = arguments[_key3];
|
|
639
645
|
}
|
|
640
646
|
return apply$1(func, thisArg, args);
|
|
641
647
|
};
|
|
642
648
|
}
|
|
643
|
-
function unconstruct(
|
|
649
|
+
function unconstruct(Func) {
|
|
644
650
|
return function() {
|
|
645
|
-
for (var
|
|
646
|
-
args[
|
|
651
|
+
for (var _len4 = arguments.length, args = new Array(_len4), _key4 = 0; _key4 < _len4; _key4++) {
|
|
652
|
+
args[_key4] = arguments[_key4];
|
|
647
653
|
}
|
|
648
|
-
return construct(
|
|
654
|
+
return construct(Func, args);
|
|
649
655
|
};
|
|
650
656
|
}
|
|
651
657
|
function addToSet(set, array) {
|
|
@@ -712,15 +718,15 @@ function lookupGetter(object, prop) {
|
|
|
712
718
|
}
|
|
713
719
|
return fallbackValue;
|
|
714
720
|
}
|
|
715
|
-
const html$1 = freeze(["a", "abbr", "acronym", "address", "area", "article", "aside", "audio", "b", "bdi", "bdo", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "content", "data", "datalist", "dd", "decorator", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "fieldset", "figcaption", "figure", "font", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "img", "input", "ins", "kbd", "label", "legend", "li", "main", "map", "mark", "marquee", "menu", "menuitem", "meter", "nav", "nobr", "ol", "optgroup", "option", "output", "p", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "section", "select", "shadow", "small", "source", "spacer", "span", "strike", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "tt", "u", "ul", "var", "video", "wbr"]);
|
|
716
|
-
const svg$1 = freeze(["svg", "a", "altglyph", "altglyphdef", "altglyphitem", "animatecolor", "animatemotion", "animatetransform", "circle", "clippath", "defs", "desc", "ellipse", "filter", "font", "g", "glyph", "glyphref", "hkern", "image", "line", "lineargradient", "marker", "mask", "metadata", "mpath", "path", "pattern", "polygon", "polyline", "radialgradient", "rect", "stop", "style", "switch", "symbol", "text", "textpath", "title", "tref", "tspan", "view", "vkern"]);
|
|
721
|
+
const html$1 = freeze(["a", "abbr", "acronym", "address", "area", "article", "aside", "audio", "b", "bdi", "bdo", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "content", "data", "datalist", "dd", "decorator", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "fieldset", "figcaption", "figure", "font", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "img", "input", "ins", "kbd", "label", "legend", "li", "main", "map", "mark", "marquee", "menu", "menuitem", "meter", "nav", "nobr", "ol", "optgroup", "option", "output", "p", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "search", "section", "select", "shadow", "slot", "small", "source", "spacer", "span", "strike", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "tt", "u", "ul", "var", "video", "wbr"]);
|
|
722
|
+
const svg$1 = freeze(["svg", "a", "altglyph", "altglyphdef", "altglyphitem", "animatecolor", "animatemotion", "animatetransform", "circle", "clippath", "defs", "desc", "ellipse", "enterkeyhint", "exportparts", "filter", "font", "g", "glyph", "glyphref", "hkern", "image", "inputmode", "line", "lineargradient", "marker", "mask", "metadata", "mpath", "part", "path", "pattern", "polygon", "polyline", "radialgradient", "rect", "stop", "style", "switch", "symbol", "text", "textpath", "title", "tref", "tspan", "view", "vkern"]);
|
|
717
723
|
const svgFilters = freeze(["feBlend", "feColorMatrix", "feComponentTransfer", "feComposite", "feConvolveMatrix", "feDiffuseLighting", "feDisplacementMap", "feDistantLight", "feDropShadow", "feFlood", "feFuncA", "feFuncB", "feFuncG", "feFuncR", "feGaussianBlur", "feImage", "feMerge", "feMergeNode", "feMorphology", "feOffset", "fePointLight", "feSpecularLighting", "feSpotLight", "feTile", "feTurbulence"]);
|
|
718
724
|
const svgDisallowed = freeze(["animate", "color-profile", "cursor", "discard", "font-face", "font-face-format", "font-face-name", "font-face-src", "font-face-uri", "foreignobject", "hatch", "hatchpath", "mesh", "meshgradient", "meshpatch", "meshrow", "missing-glyph", "script", "set", "solidcolor", "unknown", "use"]);
|
|
719
725
|
const mathMl$1 = freeze(["math", "menclose", "merror", "mfenced", "mfrac", "mglyph", "mi", "mlabeledtr", "mmultiscripts", "mn", "mo", "mover", "mpadded", "mphantom", "mroot", "mrow", "ms", "mspace", "msqrt", "mstyle", "msub", "msup", "msubsup", "mtable", "mtd", "mtext", "mtr", "munder", "munderover", "mprescripts"]);
|
|
720
726
|
const mathMlDisallowed = freeze(["maction", "maligngroup", "malignmark", "mlongdiv", "mscarries", "mscarry", "msgroup", "mstack", "msline", "msrow", "semantics", "annotation", "annotation-xml", "mprescripts", "none"]);
|
|
721
727
|
const text = freeze(["#text"]);
|
|
722
|
-
const html = freeze(["accept", "action", "align", "alt", "autocapitalize", "autocomplete", "autopictureinpicture", "autoplay", "background", "bgcolor", "border", "capture", "cellpadding", "cellspacing", "checked", "cite", "class", "clear", "color", "cols", "colspan", "controls", "controlslist", "coords", "crossorigin", "datetime", "decoding", "default", "dir", "disabled", "disablepictureinpicture", "disableremoteplayback", "download", "draggable", "enctype", "enterkeyhint", "face", "for", "headers", "height", "hidden", "high", "href", "hreflang", "id", "inputmode", "integrity", "ismap", "kind", "label", "lang", "list", "loading", "loop", "low", "max", "maxlength", "media", "method", "min", "minlength", "multiple", "muted", "name", "nonce", "noshade", "novalidate", "nowrap", "open", "optimum", "pattern", "placeholder", "playsinline", "popover", "popovertarget", "popovertargetaction", "poster", "preload", "pubdate", "radiogroup", "readonly", "rel", "required", "rev", "reversed", "role", "rows", "rowspan", "spellcheck", "scope", "selected", "shape", "size", "sizes", "span", "srclang", "start", "src", "srcset", "step", "style", "summary", "tabindex", "title", "translate", "type", "usemap", "valign", "value", "width", "wrap", "xmlns", "slot"]);
|
|
723
|
-
const svg = freeze(["accent-height", "accumulate", "additive", "alignment-baseline", "amplitude", "ascent", "attributename", "attributetype", "azimuth", "basefrequency", "baseline-shift", "begin", "bias", "by", "class", "clip", "clippathunits", "clip-path", "clip-rule", "color", "color-interpolation", "color-interpolation-filters", "color-profile", "color-rendering", "cx", "cy", "d", "dx", "dy", "diffuseconstant", "direction", "display", "divisor", "dur", "edgemode", "elevation", "end", "exponent", "fill", "fill-opacity", "fill-rule", "filter", "filterunits", "flood-color", "flood-opacity", "font-family", "font-size", "font-size-adjust", "font-stretch", "font-style", "font-variant", "font-weight", "fx", "fy", "g1", "g2", "glyph-name", "glyphref", "gradientunits", "gradienttransform", "height", "href", "id", "image-rendering", "in", "in2", "intercept", "k", "k1", "k2", "k3", "k4", "kerning", "keypoints", "keysplines", "keytimes", "lang", "lengthadjust", "letter-spacing", "kernelmatrix", "kernelunitlength", "lighting-color", "local", "marker-end", "marker-mid", "marker-start", "markerheight", "markerunits", "markerwidth", "maskcontentunits", "maskunits", "max", "mask", "media", "method", "mode", "min", "name", "numoctaves", "offset", "operator", "opacity", "order", "orient", "orientation", "origin", "overflow", "paint-order", "path", "pathlength", "patterncontentunits", "patterntransform", "patternunits", "points", "preservealpha", "preserveaspectratio", "primitiveunits", "r", "rx", "ry", "radius", "refx", "refy", "repeatcount", "repeatdur", "restart", "result", "rotate", "scale", "seed", "shape-rendering", "slope", "specularconstant", "specularexponent", "spreadmethod", "startoffset", "stddeviation", "stitchtiles", "stop-color", "stop-opacity", "stroke-dasharray", "stroke-dashoffset", "stroke-linecap", "stroke-linejoin", "stroke-miterlimit", "stroke-opacity", "stroke", "stroke-width", "style", "surfacescale", "systemlanguage", "tabindex", "tablevalues", "targetx", "targety", "transform", "transform-origin", "text-anchor", "text-decoration", "text-rendering", "textlength", "type", "u1", "u2", "unicode", "values", "viewbox", "visibility", "version", "vert-adv-y", "vert-origin-x", "vert-origin-y", "width", "word-spacing", "wrap", "writing-mode", "xchannelselector", "ychannelselector", "x", "x1", "x2", "xmlns", "y", "y1", "y2", "z", "zoomandpan"]);
|
|
728
|
+
const html = freeze(["accept", "action", "align", "alt", "autocapitalize", "autocomplete", "autopictureinpicture", "autoplay", "background", "bgcolor", "border", "capture", "cellpadding", "cellspacing", "checked", "cite", "class", "clear", "color", "cols", "colspan", "controls", "controlslist", "coords", "crossorigin", "datetime", "decoding", "default", "dir", "disabled", "disablepictureinpicture", "disableremoteplayback", "download", "draggable", "enctype", "enterkeyhint", "exportparts", "face", "for", "headers", "height", "hidden", "high", "href", "hreflang", "id", "inert", "inputmode", "integrity", "ismap", "kind", "label", "lang", "list", "loading", "loop", "low", "max", "maxlength", "media", "method", "min", "minlength", "multiple", "muted", "name", "nonce", "noshade", "novalidate", "nowrap", "open", "optimum", "part", "pattern", "placeholder", "playsinline", "popover", "popovertarget", "popovertargetaction", "poster", "preload", "pubdate", "radiogroup", "readonly", "rel", "required", "rev", "reversed", "role", "rows", "rowspan", "spellcheck", "scope", "selected", "shape", "size", "sizes", "slot", "span", "srclang", "start", "src", "srcset", "step", "style", "summary", "tabindex", "title", "translate", "type", "usemap", "valign", "value", "width", "wrap", "xmlns", "slot"]);
|
|
729
|
+
const svg = freeze(["accent-height", "accumulate", "additive", "alignment-baseline", "amplitude", "ascent", "attributename", "attributetype", "azimuth", "basefrequency", "baseline-shift", "begin", "bias", "by", "class", "clip", "clippathunits", "clip-path", "clip-rule", "color", "color-interpolation", "color-interpolation-filters", "color-profile", "color-rendering", "cx", "cy", "d", "dx", "dy", "diffuseconstant", "direction", "display", "divisor", "dur", "edgemode", "elevation", "end", "exponent", "fill", "fill-opacity", "fill-rule", "filter", "filterunits", "flood-color", "flood-opacity", "font-family", "font-size", "font-size-adjust", "font-stretch", "font-style", "font-variant", "font-weight", "fx", "fy", "g1", "g2", "glyph-name", "glyphref", "gradientunits", "gradienttransform", "height", "href", "id", "image-rendering", "in", "in2", "intercept", "k", "k1", "k2", "k3", "k4", "kerning", "keypoints", "keysplines", "keytimes", "lang", "lengthadjust", "letter-spacing", "kernelmatrix", "kernelunitlength", "lighting-color", "local", "marker-end", "marker-mid", "marker-start", "markerheight", "markerunits", "markerwidth", "maskcontentunits", "maskunits", "max", "mask", "mask-type", "media", "method", "mode", "min", "name", "numoctaves", "offset", "operator", "opacity", "order", "orient", "orientation", "origin", "overflow", "paint-order", "path", "pathlength", "patterncontentunits", "patterntransform", "patternunits", "points", "preservealpha", "preserveaspectratio", "primitiveunits", "r", "rx", "ry", "radius", "refx", "refy", "repeatcount", "repeatdur", "restart", "result", "rotate", "scale", "seed", "shape-rendering", "slope", "specularconstant", "specularexponent", "spreadmethod", "startoffset", "stddeviation", "stitchtiles", "stop-color", "stop-opacity", "stroke-dasharray", "stroke-dashoffset", "stroke-linecap", "stroke-linejoin", "stroke-miterlimit", "stroke-opacity", "stroke", "stroke-width", "style", "surfacescale", "systemlanguage", "tabindex", "tablevalues", "targetx", "targety", "transform", "transform-origin", "text-anchor", "text-decoration", "text-rendering", "textlength", "type", "u1", "u2", "unicode", "values", "viewbox", "visibility", "version", "vert-adv-y", "vert-origin-x", "vert-origin-y", "width", "word-spacing", "wrap", "writing-mode", "xchannelselector", "ychannelselector", "x", "x1", "x2", "xmlns", "y", "y1", "y2", "z", "zoomandpan"]);
|
|
724
730
|
const mathMl = freeze(["accent", "accentunder", "align", "bevelled", "close", "columnsalign", "columnlines", "columnspan", "denomalign", "depth", "dir", "display", "displaystyle", "encoding", "fence", "frame", "height", "href", "id", "largeop", "length", "linethickness", "lspace", "lquote", "mathbackground", "mathcolor", "mathsize", "mathvariant", "maxsize", "minsize", "movablelimits", "notation", "numalign", "open", "rowalign", "rowlines", "rowspacing", "rowspan", "rspace", "rquote", "scriptlevel", "scriptminsize", "scriptsizemultiplier", "selection", "separator", "separators", "stretchy", "subscriptshift", "supscriptshift", "symmetric", "voffset", "width", "xmlns"]);
|
|
725
731
|
const xml = freeze(["xlink:href", "xml:id", "xlink:title", "xml:space", "xmlns:xlink"]);
|
|
726
732
|
const MUSTACHE_EXPR = seal(/\{\{[\w\W]*|[\w\W]*\}\}/gm);
|
|
@@ -803,7 +809,7 @@ const _createHooksMap = function _createHooksMap2() {
|
|
|
803
809
|
function createDOMPurify() {
|
|
804
810
|
let window2 = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : getGlobal();
|
|
805
811
|
const DOMPurify = (root) => createDOMPurify(root);
|
|
806
|
-
DOMPurify.version = "3.
|
|
812
|
+
DOMPurify.version = "3.3.3";
|
|
807
813
|
DOMPurify.removed = [];
|
|
808
814
|
if (!window2 || !window2.document || window2.document.nodeType !== NODE_TYPE.document || !window2.Element) {
|
|
809
815
|
DOMPurify.isSupported = false;
|
|
@@ -889,6 +895,20 @@ function createDOMPurify() {
|
|
|
889
895
|
}));
|
|
890
896
|
let FORBID_TAGS = null;
|
|
891
897
|
let FORBID_ATTR = null;
|
|
898
|
+
const EXTRA_ELEMENT_HANDLING = Object.seal(create$1(null, {
|
|
899
|
+
tagCheck: {
|
|
900
|
+
writable: true,
|
|
901
|
+
configurable: false,
|
|
902
|
+
enumerable: true,
|
|
903
|
+
value: null
|
|
904
|
+
},
|
|
905
|
+
attributeCheck: {
|
|
906
|
+
writable: true,
|
|
907
|
+
configurable: false,
|
|
908
|
+
enumerable: true,
|
|
909
|
+
value: null
|
|
910
|
+
}
|
|
911
|
+
}));
|
|
892
912
|
let ALLOW_ARIA_ATTR = true;
|
|
893
913
|
let ALLOW_DATA_ATTR = true;
|
|
894
914
|
let ALLOW_UNKNOWN_PROTOCOLS = false;
|
|
@@ -990,7 +1010,7 @@ function createDOMPurify() {
|
|
|
990
1010
|
}
|
|
991
1011
|
if (USE_PROFILES) {
|
|
992
1012
|
ALLOWED_TAGS = addToSet({}, text);
|
|
993
|
-
ALLOWED_ATTR =
|
|
1013
|
+
ALLOWED_ATTR = create$1(null);
|
|
994
1014
|
if (USE_PROFILES.html === true) {
|
|
995
1015
|
addToSet(ALLOWED_TAGS, html$1);
|
|
996
1016
|
addToSet(ALLOWED_ATTR, html);
|
|
@@ -1011,17 +1031,31 @@ function createDOMPurify() {
|
|
|
1011
1031
|
addToSet(ALLOWED_ATTR, xml);
|
|
1012
1032
|
}
|
|
1013
1033
|
}
|
|
1034
|
+
if (!objectHasOwnProperty(cfg, "ADD_TAGS")) {
|
|
1035
|
+
EXTRA_ELEMENT_HANDLING.tagCheck = null;
|
|
1036
|
+
}
|
|
1037
|
+
if (!objectHasOwnProperty(cfg, "ADD_ATTR")) {
|
|
1038
|
+
EXTRA_ELEMENT_HANDLING.attributeCheck = null;
|
|
1039
|
+
}
|
|
1014
1040
|
if (cfg.ADD_TAGS) {
|
|
1015
|
-
if (
|
|
1016
|
-
|
|
1041
|
+
if (typeof cfg.ADD_TAGS === "function") {
|
|
1042
|
+
EXTRA_ELEMENT_HANDLING.tagCheck = cfg.ADD_TAGS;
|
|
1043
|
+
} else {
|
|
1044
|
+
if (ALLOWED_TAGS === DEFAULT_ALLOWED_TAGS) {
|
|
1045
|
+
ALLOWED_TAGS = clone(ALLOWED_TAGS);
|
|
1046
|
+
}
|
|
1047
|
+
addToSet(ALLOWED_TAGS, cfg.ADD_TAGS, transformCaseFunc);
|
|
1017
1048
|
}
|
|
1018
|
-
addToSet(ALLOWED_TAGS, cfg.ADD_TAGS, transformCaseFunc);
|
|
1019
1049
|
}
|
|
1020
1050
|
if (cfg.ADD_ATTR) {
|
|
1021
|
-
if (
|
|
1022
|
-
|
|
1051
|
+
if (typeof cfg.ADD_ATTR === "function") {
|
|
1052
|
+
EXTRA_ELEMENT_HANDLING.attributeCheck = cfg.ADD_ATTR;
|
|
1053
|
+
} else {
|
|
1054
|
+
if (ALLOWED_ATTR === DEFAULT_ALLOWED_ATTR) {
|
|
1055
|
+
ALLOWED_ATTR = clone(ALLOWED_ATTR);
|
|
1056
|
+
}
|
|
1057
|
+
addToSet(ALLOWED_ATTR, cfg.ADD_ATTR, transformCaseFunc);
|
|
1023
1058
|
}
|
|
1024
|
-
addToSet(ALLOWED_ATTR, cfg.ADD_ATTR, transformCaseFunc);
|
|
1025
1059
|
}
|
|
1026
1060
|
if (cfg.ADD_URI_SAFE_ATTR) {
|
|
1027
1061
|
addToSet(URI_SAFE_ATTRIBUTES, cfg.ADD_URI_SAFE_ATTR, transformCaseFunc);
|
|
@@ -1032,6 +1066,12 @@ function createDOMPurify() {
|
|
|
1032
1066
|
}
|
|
1033
1067
|
addToSet(FORBID_CONTENTS, cfg.FORBID_CONTENTS, transformCaseFunc);
|
|
1034
1068
|
}
|
|
1069
|
+
if (cfg.ADD_FORBID_CONTENTS) {
|
|
1070
|
+
if (FORBID_CONTENTS === DEFAULT_FORBID_CONTENTS) {
|
|
1071
|
+
FORBID_CONTENTS = clone(FORBID_CONTENTS);
|
|
1072
|
+
}
|
|
1073
|
+
addToSet(FORBID_CONTENTS, cfg.ADD_FORBID_CONTENTS, transformCaseFunc);
|
|
1074
|
+
}
|
|
1035
1075
|
if (KEEP_CONTENT) {
|
|
1036
1076
|
ALLOWED_TAGS["#text"] = true;
|
|
1037
1077
|
}
|
|
@@ -1227,7 +1267,7 @@ function createDOMPurify() {
|
|
|
1227
1267
|
_forceRemove(currentNode);
|
|
1228
1268
|
return true;
|
|
1229
1269
|
}
|
|
1230
|
-
if (!ALLOWED_TAGS[tagName] || FORBID_TAGS[tagName]) {
|
|
1270
|
+
if (!(EXTRA_ELEMENT_HANDLING.tagCheck instanceof Function && EXTRA_ELEMENT_HANDLING.tagCheck(tagName)) && (!ALLOWED_TAGS[tagName] || FORBID_TAGS[tagName])) {
|
|
1231
1271
|
if (!FORBID_TAGS[tagName] && _isBasicCustomElement(tagName)) {
|
|
1232
1272
|
if (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.tagNameCheck, tagName)) {
|
|
1233
1273
|
return false;
|
|
@@ -1275,17 +1315,21 @@ function createDOMPurify() {
|
|
|
1275
1315
|
return false;
|
|
1276
1316
|
};
|
|
1277
1317
|
const _isValidAttribute = function _isValidAttribute2(lcTag, lcName, value) {
|
|
1318
|
+
if (FORBID_ATTR[lcName]) {
|
|
1319
|
+
return false;
|
|
1320
|
+
}
|
|
1278
1321
|
if (SANITIZE_DOM && (lcName === "id" || lcName === "name") && (value in document2 || value in formElement)) {
|
|
1279
1322
|
return false;
|
|
1280
1323
|
}
|
|
1281
1324
|
if (ALLOW_DATA_ATTR && !FORBID_ATTR[lcName] && regExpTest(DATA_ATTR2, lcName)) ;
|
|
1282
1325
|
else if (ALLOW_ARIA_ATTR && regExpTest(ARIA_ATTR2, lcName)) ;
|
|
1326
|
+
else if (EXTRA_ELEMENT_HANDLING.attributeCheck instanceof Function && EXTRA_ELEMENT_HANDLING.attributeCheck(lcName, lcTag)) ;
|
|
1283
1327
|
else if (!ALLOWED_ATTR[lcName] || FORBID_ATTR[lcName]) {
|
|
1284
1328
|
if (
|
|
1285
1329
|
// First condition does a very basic check if a) it's basically a valid custom element tagname AND
|
|
1286
1330
|
// b) if the tagName passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
|
|
1287
1331
|
// and c) if the attribute name passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.attributeNameCheck
|
|
1288
|
-
_isBasicCustomElement(lcTag) && (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.tagNameCheck, lcTag) || CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.tagNameCheck(lcTag)) && (CUSTOM_ELEMENT_HANDLING.attributeNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.attributeNameCheck, lcName) || CUSTOM_ELEMENT_HANDLING.attributeNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.attributeNameCheck(lcName)) || // Alternative, second condition checks if it's an `is`-attribute, AND
|
|
1332
|
+
_isBasicCustomElement(lcTag) && (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.tagNameCheck, lcTag) || CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.tagNameCheck(lcTag)) && (CUSTOM_ELEMENT_HANDLING.attributeNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.attributeNameCheck, lcName) || CUSTOM_ELEMENT_HANDLING.attributeNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.attributeNameCheck(lcName, lcTag)) || // Alternative, second condition checks if it's an `is`-attribute, AND
|
|
1289
1333
|
// the value passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
|
|
1290
1334
|
lcName === "is" && CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements && (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.tagNameCheck, value) || CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.tagNameCheck(value))
|
|
1291
1335
|
) ;
|
|
@@ -1340,7 +1384,11 @@ function createDOMPurify() {
|
|
|
1340
1384
|
_removeAttribute(name, currentNode);
|
|
1341
1385
|
value = SANITIZE_NAMED_PROPS_PREFIX + value;
|
|
1342
1386
|
}
|
|
1343
|
-
if (SAFE_FOR_XML && regExpTest(/((--!?|])>)|<\/(style|title)/i, value)) {
|
|
1387
|
+
if (SAFE_FOR_XML && regExpTest(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i, value)) {
|
|
1388
|
+
_removeAttribute(name, currentNode);
|
|
1389
|
+
continue;
|
|
1390
|
+
}
|
|
1391
|
+
if (lcName === "attributename" && stringMatch(value, "href")) {
|
|
1344
1392
|
_removeAttribute(name, currentNode);
|
|
1345
1393
|
continue;
|
|
1346
1394
|
}
|
|
@@ -1668,10 +1716,25 @@ function init(converter, defaultAttributes) {
|
|
|
1668
1716
|
}
|
|
1669
1717
|
var api = init(defaultConverter, { path: "/" });
|
|
1670
1718
|
/*!
|
|
1671
|
-
* shared v9.14.
|
|
1719
|
+
* shared v9.14.5
|
|
1672
1720
|
* (c) 2025 kazuya kawaguchi
|
|
1673
1721
|
* Released under the MIT License.
|
|
1674
1722
|
*/
|
|
1723
|
+
function warn(msg, err) {
|
|
1724
|
+
if (typeof console !== "undefined") {
|
|
1725
|
+
console.warn(`[intlify] ` + msg);
|
|
1726
|
+
if (err) {
|
|
1727
|
+
console.warn(err.stack);
|
|
1728
|
+
}
|
|
1729
|
+
}
|
|
1730
|
+
}
|
|
1731
|
+
const hasWarned = {};
|
|
1732
|
+
function warnOnce(msg) {
|
|
1733
|
+
if (!hasWarned[msg]) {
|
|
1734
|
+
hasWarned[msg] = true;
|
|
1735
|
+
warn(msg);
|
|
1736
|
+
}
|
|
1737
|
+
}
|
|
1675
1738
|
const inBrowser = typeof window !== "undefined";
|
|
1676
1739
|
let mark;
|
|
1677
1740
|
let measure;
|
|
@@ -1716,7 +1779,31 @@ const getGlobalThis = () => {
|
|
|
1716
1779
|
return _globalThis || (_globalThis = typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : create());
|
|
1717
1780
|
};
|
|
1718
1781
|
function escapeHtml(rawText) {
|
|
1719
|
-
return rawText.replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'");
|
|
1782
|
+
return rawText.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'").replace(/\//g, "/").replace(/=/g, "=");
|
|
1783
|
+
}
|
|
1784
|
+
function escapeAttributeValue(value) {
|
|
1785
|
+
return value.replace(/&(?![a-zA-Z0-9#]{2,6};)/g, "&").replace(/"/g, """).replace(/'/g, "'").replace(/</g, "<").replace(/>/g, ">");
|
|
1786
|
+
}
|
|
1787
|
+
function sanitizeTranslatedHtml(html2) {
|
|
1788
|
+
html2 = html2.replace(/(\w+)\s*=\s*"([^"]*)"/g, (_, attrName, attrValue) => `${attrName}="${escapeAttributeValue(attrValue)}"`);
|
|
1789
|
+
html2 = html2.replace(/(\w+)\s*=\s*'([^']*)'/g, (_, attrName, attrValue) => `${attrName}='${escapeAttributeValue(attrValue)}'`);
|
|
1790
|
+
const eventHandlerPattern = /\s*on\w+\s*=\s*["']?[^"'>]+["']?/gi;
|
|
1791
|
+
if (eventHandlerPattern.test(html2)) {
|
|
1792
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1793
|
+
warn("Potentially dangerous event handlers detected in translation. Consider removing onclick, onerror, etc. from your translation messages.");
|
|
1794
|
+
}
|
|
1795
|
+
html2 = html2.replace(/(\s+)(on)(\w+\s*=)/gi, "$1on$3");
|
|
1796
|
+
}
|
|
1797
|
+
const javascriptUrlPattern = [
|
|
1798
|
+
// In href, src, action, formaction attributes
|
|
1799
|
+
/(\s+(?:href|src|action|formaction)\s*=\s*["']?)\s*javascript:/gi,
|
|
1800
|
+
// In style attributes within url()
|
|
1801
|
+
/(style\s*=\s*["'][^"']*url\s*\(\s*)javascript:/gi
|
|
1802
|
+
];
|
|
1803
|
+
javascriptUrlPattern.forEach((pattern) => {
|
|
1804
|
+
html2 = html2.replace(pattern, "$1javascript:");
|
|
1805
|
+
});
|
|
1806
|
+
return html2;
|
|
1720
1807
|
}
|
|
1721
1808
|
const hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
1722
1809
|
function hasOwn(obj, key) {
|
|
@@ -1779,21 +1866,6 @@ function incrementer(code2) {
|
|
|
1779
1866
|
let current = code2;
|
|
1780
1867
|
return () => ++current;
|
|
1781
1868
|
}
|
|
1782
|
-
function warn(msg, err) {
|
|
1783
|
-
if (typeof console !== "undefined") {
|
|
1784
|
-
console.warn(`[intlify] ` + msg);
|
|
1785
|
-
if (err) {
|
|
1786
|
-
console.warn(err.stack);
|
|
1787
|
-
}
|
|
1788
|
-
}
|
|
1789
|
-
}
|
|
1790
|
-
const hasWarned = {};
|
|
1791
|
-
function warnOnce(msg) {
|
|
1792
|
-
if (!hasWarned[msg]) {
|
|
1793
|
-
hasWarned[msg] = true;
|
|
1794
|
-
warn(msg);
|
|
1795
|
-
}
|
|
1796
|
-
}
|
|
1797
1869
|
function createEmitter() {
|
|
1798
1870
|
const events = /* @__PURE__ */ new Map();
|
|
1799
1871
|
const emitter2 = {
|
|
@@ -1842,7 +1914,7 @@ function deepCopy(src, des) {
|
|
|
1842
1914
|
}
|
|
1843
1915
|
}
|
|
1844
1916
|
/*!
|
|
1845
|
-
* message-compiler v9.14.
|
|
1917
|
+
* message-compiler v9.14.5
|
|
1846
1918
|
* (c) 2025 kazuya kawaguchi
|
|
1847
1919
|
* Released under the MIT License.
|
|
1848
1920
|
*/
|
|
@@ -3392,7 +3464,7 @@ function baseCompile$1(source, options = {}) {
|
|
|
3392
3464
|
}
|
|
3393
3465
|
}
|
|
3394
3466
|
/*!
|
|
3395
|
-
* core-base v9.14.
|
|
3467
|
+
* core-base v9.14.5
|
|
3396
3468
|
* (c) 2025 kazuya kawaguchi
|
|
3397
3469
|
* Released under the MIT License.
|
|
3398
3470
|
*/
|
|
@@ -4199,7 +4271,7 @@ function appendItemToChain(chain, target, blocks) {
|
|
|
4199
4271
|
}
|
|
4200
4272
|
return follow;
|
|
4201
4273
|
}
|
|
4202
|
-
const VERSION$1 = "9.14.
|
|
4274
|
+
const VERSION$1 = "9.14.5";
|
|
4203
4275
|
const NOT_REOSLVED = -1;
|
|
4204
4276
|
const DEFAULT_LOCALE = "en-US";
|
|
4205
4277
|
const MISSING_RESOLVE_VALUE = "";
|
|
@@ -4566,7 +4638,10 @@ function translate(context, ...args) {
|
|
|
4566
4638
|
const ctxOptions = getMessageContextOptions(context, targetLocale, message, options);
|
|
4567
4639
|
const msgContext = createMessageContext(ctxOptions);
|
|
4568
4640
|
const messaged = evaluateMessage(context, msg, msgContext);
|
|
4569
|
-
|
|
4641
|
+
let ret = postTranslation ? postTranslation(messaged, key) : messaged;
|
|
4642
|
+
if (escapeParameter && isString$1(ret)) {
|
|
4643
|
+
ret = sanitizeTranslatedHtml(ret);
|
|
4644
|
+
}
|
|
4570
4645
|
if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
|
|
4571
4646
|
const payloads = {
|
|
4572
4647
|
timestamp: Date.now(),
|
|
@@ -5283,11 +5358,11 @@ function setupDevtoolsPlugin(pluginDescriptor, setupFn) {
|
|
|
5283
5358
|
}
|
|
5284
5359
|
}
|
|
5285
5360
|
/*!
|
|
5286
|
-
* vue-i18n v9.14.
|
|
5361
|
+
* vue-i18n v9.14.5
|
|
5287
5362
|
* (c) 2025 kazuya kawaguchi
|
|
5288
5363
|
* Released under the MIT License.
|
|
5289
5364
|
*/
|
|
5290
|
-
const VERSION = "9.14.
|
|
5365
|
+
const VERSION = "9.14.5";
|
|
5291
5366
|
function initFeatureFlags() {
|
|
5292
5367
|
if (typeof __VUE_I18N_FULL_INSTALL__ !== "boolean") {
|
|
5293
5368
|
getGlobalThis().__VUE_I18N_FULL_INSTALL__ = true;
|
|
@@ -9374,7 +9449,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
9374
9449
|
}, {
|
|
9375
9450
|
content: withCtx(() => [
|
|
9376
9451
|
createElementVNode("div", _hoisted_6$d, [
|
|
9377
|
-
createElementVNode("div", _hoisted_7$a, toDisplayString$1(
|
|
9452
|
+
createElementVNode("div", _hoisted_7$a, toDisplayString$1(__props.isCannWhiteList ? unref(t2)("gitCodeLayout.userSetting.menu.cannTask") : unref(t2)("gitCodeLayout.userSetting.menu.growthCenter")), 1)
|
|
9378
9453
|
])
|
|
9379
9454
|
]),
|
|
9380
9455
|
default: withCtx(() => [
|
|
@@ -9382,7 +9457,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
9382
9457
|
id: "guide-step4",
|
|
9383
9458
|
class: "home-nav-link tools-questionnaire",
|
|
9384
9459
|
onClick: toggleGrowthCenter
|
|
9385
|
-
}, _cache[6] || (_cache[6] = [
|
|
9460
|
+
}, [..._cache[6] || (_cache[6] = [
|
|
9386
9461
|
createElementVNode("div", { class: "home-nav-item" }, [
|
|
9387
9462
|
createElementVNode("img", {
|
|
9388
9463
|
class: "common-icon inline-block h-[20px] w-[20px]",
|
|
@@ -9390,7 +9465,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
9390
9465
|
alt: ""
|
|
9391
9466
|
})
|
|
9392
9467
|
], -1)
|
|
9393
|
-
]))
|
|
9468
|
+
])])
|
|
9394
9469
|
]),
|
|
9395
9470
|
_: 1
|
|
9396
9471
|
})) : createCommentVNode("", true),
|
|
@@ -9413,7 +9488,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
9413
9488
|
id: "gitcode-desk-btn",
|
|
9414
9489
|
class: "home-nav-item kefu",
|
|
9415
9490
|
onClick: showDesk
|
|
9416
|
-
}, _cache[7] || (_cache[7] = [
|
|
9491
|
+
}, [..._cache[7] || (_cache[7] = [
|
|
9417
9492
|
createElementVNode("img", {
|
|
9418
9493
|
class: "inline-block h-[20px] w-[20px]",
|
|
9419
9494
|
src: "https://cdn-static.gitcode.com/static/images/desk/kefu.png",
|
|
@@ -9423,7 +9498,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
9423
9498
|
createElementVNode("div", null, "客"),
|
|
9424
9499
|
createElementVNode("div", null, "服")
|
|
9425
9500
|
], -1)
|
|
9426
|
-
]))
|
|
9501
|
+
])])
|
|
9427
9502
|
])
|
|
9428
9503
|
]),
|
|
9429
9504
|
_: 1
|
|
@@ -9457,8 +9532,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
9457
9532
|
])
|
|
9458
9533
|
], -1))
|
|
9459
9534
|
]),
|
|
9460
|
-
_: 1
|
|
9461
|
-
__: [9]
|
|
9535
|
+
_: 1
|
|
9462
9536
|
}),
|
|
9463
9537
|
npsPopVisible.value ? (openBlock(), createBlock(unref(Popover), {
|
|
9464
9538
|
key: 0,
|
|
@@ -9477,9 +9551,9 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
9477
9551
|
key: item.index,
|
|
9478
9552
|
class: normalizeClass(["tab-item w-8 h-1 mr-1 cursor-pointer", opinionStep.value === item.index ? "bg-[var(--theme-home-step-active-bg)]" : "bg-[var(--theme-home-step-bg)]"]),
|
|
9479
9553
|
onClick: ($event) => swTab(item)
|
|
9480
|
-
}, _cache[11] || (_cache[11] = [
|
|
9554
|
+
}, [..._cache[11] || (_cache[11] = [
|
|
9481
9555
|
createElementVNode("span", { class: "cursor-pointer" }, null, -1)
|
|
9482
|
-
]), 10, _hoisted_18$2);
|
|
9556
|
+
])], 10, _hoisted_18$2);
|
|
9483
9557
|
}), 64))
|
|
9484
9558
|
]),
|
|
9485
9559
|
createElementVNode("div", null, [
|
|
@@ -9561,7 +9635,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
9561
9635
|
trigger: "hover",
|
|
9562
9636
|
offset: { mainAxis: 22, crossAxis: 0 }
|
|
9563
9637
|
}, {
|
|
9564
|
-
default: withCtx(() => _cache[10] || (_cache[10] = [
|
|
9638
|
+
default: withCtx(() => [..._cache[10] || (_cache[10] = [
|
|
9565
9639
|
createElementVNode("div", { class: "home-nav-item" }, [
|
|
9566
9640
|
createElementVNode("img", {
|
|
9567
9641
|
class: "common-icon inline-block h-[20px] w-[20px]",
|
|
@@ -9574,9 +9648,8 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
9574
9648
|
alt: ""
|
|
9575
9649
|
})
|
|
9576
9650
|
], -1)
|
|
9577
|
-
])),
|
|
9578
|
-
_: 1
|
|
9579
|
-
__: [10]
|
|
9651
|
+
])]),
|
|
9652
|
+
_: 1
|
|
9580
9653
|
}, 8, ["content"])
|
|
9581
9654
|
])
|
|
9582
9655
|
]),
|
|
@@ -9812,11 +9885,11 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9812
9885
|
});
|
|
9813
9886
|
return (_ctx, _cache) => {
|
|
9814
9887
|
const _component_router_link = resolveComponent("router-link");
|
|
9815
|
-
return
|
|
9888
|
+
return __props.to && !__props.disabled ? (openBlock(), createBlock(_component_router_link, {
|
|
9816
9889
|
key: 0,
|
|
9817
|
-
class: normalizeClass(["g-link g-link-router-link", { hoverUnderline:
|
|
9818
|
-
to:
|
|
9819
|
-
target:
|
|
9890
|
+
class: normalizeClass(["g-link g-link-router-link", { hoverUnderline: __props.underline }]),
|
|
9891
|
+
to: __props.to,
|
|
9892
|
+
target: __props.target
|
|
9820
9893
|
}, {
|
|
9821
9894
|
default: withCtx(() => [
|
|
9822
9895
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
@@ -9824,10 +9897,10 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9824
9897
|
_: 3
|
|
9825
9898
|
}, 8, ["class", "to", "target"])) : (openBlock(), createElementBlock("a", {
|
|
9826
9899
|
key: 1,
|
|
9827
|
-
class: normalizeClass(["g-link g-link-a", { hoverUnderline:
|
|
9828
|
-
href:
|
|
9829
|
-
target:
|
|
9830
|
-
disabled:
|
|
9900
|
+
class: normalizeClass(["g-link g-link-a", { hoverUnderline: __props.underline, noPointer: __props.noPointer }]),
|
|
9901
|
+
href: __props.disabled || !targetHref.value ? defaultHref.value : targetHref.value,
|
|
9902
|
+
target: __props.target,
|
|
9903
|
+
disabled: __props.disabled || __props.noPointer
|
|
9831
9904
|
}, [
|
|
9832
9905
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
9833
9906
|
], 10, _hoisted_1$A));
|
|
@@ -10506,12 +10579,12 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
10506
10579
|
key: 0,
|
|
10507
10580
|
"img-src": imgSrc.value,
|
|
10508
10581
|
name: placeholderName.value,
|
|
10509
|
-
width:
|
|
10510
|
-
height:
|
|
10511
|
-
"is-round":
|
|
10512
|
-
class: normalizeClass({ "devui-avatar-square": !
|
|
10582
|
+
width: __props.width,
|
|
10583
|
+
height: __props.height,
|
|
10584
|
+
"is-round": __props.is_round,
|
|
10585
|
+
class: normalizeClass({ "devui-avatar-square": !__props.is_round, "gavatar-custom": !imgSrc.value }),
|
|
10513
10586
|
onLoadError,
|
|
10514
|
-
style: normalizeStyle({ minWidth:
|
|
10587
|
+
style: normalizeStyle({ minWidth: __props.width + "px" })
|
|
10515
10588
|
}, null, 8, ["img-src", "name", "width", "height", "is-round", "class", "style"])) : createCommentVNode("", true);
|
|
10516
10589
|
};
|
|
10517
10590
|
}
|
|
@@ -10550,15 +10623,15 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
10550
10623
|
return openBlock(), createBlock(unref(Tooltip), {
|
|
10551
10624
|
class: "flash-tag-message",
|
|
10552
10625
|
position: ["top", "bottom"],
|
|
10553
|
-
content:
|
|
10626
|
+
content: __props.message,
|
|
10554
10627
|
"overlay-class": "flash-tag-tooltip",
|
|
10555
|
-
disabled: unref(isPhone)() ||
|
|
10628
|
+
disabled: unref(isPhone)() || __props.disabled
|
|
10556
10629
|
}, {
|
|
10557
10630
|
default: withCtx(() => [
|
|
10558
10631
|
createElementVNode("span", mergeProps({
|
|
10559
|
-
class: ["gc-flash-tag cursor-default", { "gc-trusted-tag":
|
|
10632
|
+
class: ["gc-flash-tag cursor-default", { "gc-trusted-tag": __props.trusted, "cursor-pointer": __props.clickEnabled, "cursor-default": !__props.clickEnabled, "gc-icon-tag": __props.icon }]
|
|
10560
10633
|
}, _ctx.$attrs, { onClick: handleClick }), [
|
|
10561
|
-
|
|
10634
|
+
__props.icon ? (openBlock(), createElementBlock("img", {
|
|
10562
10635
|
key: 0,
|
|
10563
10636
|
class: "w-[16px] h-[16px]",
|
|
10564
10637
|
src: iconUrl.value
|
|
@@ -10642,7 +10715,7 @@ function getAugmentedNamespace(n) {
|
|
|
10642
10715
|
return a;
|
|
10643
10716
|
}
|
|
10644
10717
|
var relativeTime$1 = { exports: {} };
|
|
10645
|
-
(function(module, exports) {
|
|
10718
|
+
(function(module, exports$1) {
|
|
10646
10719
|
!function(r, e) {
|
|
10647
10720
|
module.exports = e();
|
|
10648
10721
|
}(commonjsGlobal, function() {
|
|
@@ -11213,7 +11286,7 @@ var locale = {
|
|
|
11213
11286
|
};
|
|
11214
11287
|
dayjs.locale(locale, null, true);
|
|
11215
11288
|
var timezone = { exports: {} };
|
|
11216
|
-
(function(module, exports) {
|
|
11289
|
+
(function(module, exports$1) {
|
|
11217
11290
|
!function(t2, e) {
|
|
11218
11291
|
module.exports = e();
|
|
11219
11292
|
}(commonjsGlobal, function() {
|
|
@@ -11276,7 +11349,7 @@ var timezone = { exports: {} };
|
|
|
11276
11349
|
var timezoneExports = timezone.exports;
|
|
11277
11350
|
const tz = /* @__PURE__ */ getDefaultExportFromCjs(timezoneExports);
|
|
11278
11351
|
var utc$1 = { exports: {} };
|
|
11279
|
-
(function(module, exports) {
|
|
11352
|
+
(function(module, exports$1) {
|
|
11280
11353
|
!function(t2, i) {
|
|
11281
11354
|
module.exports = i();
|
|
11282
11355
|
}(commonjsGlobal, function() {
|
|
@@ -11292,16 +11365,16 @@ var utc$1 = { exports: {} };
|
|
|
11292
11365
|
}, u.local = function() {
|
|
11293
11366
|
return n(this.toDate(), { locale: this.$L, utc: false });
|
|
11294
11367
|
};
|
|
11295
|
-
var
|
|
11368
|
+
var r = u.parse;
|
|
11296
11369
|
u.parse = function(t3) {
|
|
11297
|
-
t3.utc && (this.$u = true), this.$utils().u(t3.$offset) || (this.$offset = t3.$offset),
|
|
11370
|
+
t3.utc && (this.$u = true), this.$utils().u(t3.$offset) || (this.$offset = t3.$offset), r.call(this, t3);
|
|
11298
11371
|
};
|
|
11299
|
-
var
|
|
11372
|
+
var o = u.init;
|
|
11300
11373
|
u.init = function() {
|
|
11301
11374
|
if (this.$u) {
|
|
11302
11375
|
var t3 = this.$d;
|
|
11303
11376
|
this.$y = t3.getUTCFullYear(), this.$M = t3.getUTCMonth(), this.$D = t3.getUTCDate(), this.$W = t3.getUTCDay(), this.$H = t3.getUTCHours(), this.$m = t3.getUTCMinutes(), this.$s = t3.getUTCSeconds(), this.$ms = t3.getUTCMilliseconds();
|
|
11304
|
-
} else
|
|
11377
|
+
} else o.call(this);
|
|
11305
11378
|
};
|
|
11306
11379
|
var a = u.utcOffset;
|
|
11307
11380
|
u.utcOffset = function(s2, f2) {
|
|
@@ -11314,13 +11387,12 @@ var utc$1 = { exports: {} };
|
|
|
11314
11387
|
var f3 = ("" + s3[0]).match(e) || ["-", 0, 0], n3 = f3[0], u3 = 60 * +f3[1] + +f3[2];
|
|
11315
11388
|
return 0 === u3 ? 0 : "+" === n3 ? u3 : -u3;
|
|
11316
11389
|
}(s2), null === s2)) return this;
|
|
11317
|
-
var u2 = Math.abs(s2) <= 16 ? 60 * s2 : s2
|
|
11318
|
-
if (
|
|
11319
|
-
|
|
11320
|
-
|
|
11321
|
-
|
|
11322
|
-
|
|
11323
|
-
return o2;
|
|
11390
|
+
var u2 = Math.abs(s2) <= 16 ? 60 * s2 : s2;
|
|
11391
|
+
if (0 === u2) return this.utc(f2);
|
|
11392
|
+
var r2 = this.clone();
|
|
11393
|
+
if (f2) return r2.$offset = u2, r2.$u = false, r2;
|
|
11394
|
+
var o2 = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
|
|
11395
|
+
return (r2 = this.local().add(u2 + o2, t2)).$offset = u2, r2.$x.$localOffset = o2, r2;
|
|
11324
11396
|
};
|
|
11325
11397
|
var h2 = u.format;
|
|
11326
11398
|
u.format = function(t3) {
|
|
@@ -11550,9 +11622,9 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11550
11622
|
});
|
|
11551
11623
|
return (_ctx, _cache) => {
|
|
11552
11624
|
var _a, _b, _c;
|
|
11553
|
-
return
|
|
11625
|
+
return __props.scene === unref(SceneValue).org && !__props.errorCode ? (openBlock(), createElementBlock("div", _hoisted_1$y, [
|
|
11554
11626
|
createVNode(GLink, {
|
|
11555
|
-
href: ((_a =
|
|
11627
|
+
href: ((_a = __props.orgProps) == null ? void 0 : _a.orgHomepageUrl) || "",
|
|
11556
11628
|
class: "flex flex-1 items-center gap-[8px]"
|
|
11557
11629
|
}, {
|
|
11558
11630
|
default: withCtx(() => {
|
|
@@ -11574,21 +11646,21 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11574
11646
|
createVNode(unref(Button), {
|
|
11575
11647
|
onClick: _cache[0] || (_cache[0] = ($event) => {
|
|
11576
11648
|
var _a2;
|
|
11577
|
-
return handleOrgFollow((_a2 =
|
|
11649
|
+
return handleOrgFollow((_a2 = __props.orgProps) == null ? void 0 : _a2.isOrgFollow);
|
|
11578
11650
|
}),
|
|
11579
11651
|
class: "org-layout-toolbar-follow"
|
|
11580
11652
|
}, {
|
|
11581
11653
|
default: withCtx(() => {
|
|
11582
11654
|
var _a2;
|
|
11583
11655
|
return [
|
|
11584
|
-
createElementVNode("span", _hoisted_3$o, toDisplayString$1(((_a2 =
|
|
11656
|
+
createElementVNode("span", _hoisted_3$o, toDisplayString$1(((_a2 = __props.orgProps) == null ? void 0 : _a2.isOrgFollow) ? unref(t2)("gitCodeLayout.home.alreadyFollowed") : unref(t2)("gitCodeLayout.home.focusOn")), 1)
|
|
11585
11657
|
];
|
|
11586
11658
|
}),
|
|
11587
11659
|
_: 1
|
|
11588
11660
|
})
|
|
11589
|
-
])) :
|
|
11661
|
+
])) : __props.scene === unref(SceneValue).repo && !__props.errorCode ? (openBlock(), createBlock(unref(Skeleton), {
|
|
11590
11662
|
key: 1,
|
|
11591
|
-
loading: (_b =
|
|
11663
|
+
loading: (_b = __props.repoProps) == null ? void 0 : _b.repoNameLoading,
|
|
11592
11664
|
rows: 1
|
|
11593
11665
|
}, {
|
|
11594
11666
|
placeholder: withCtx(() => [
|
|
@@ -11611,7 +11683,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11611
11683
|
default: withCtx(() => {
|
|
11612
11684
|
var _a3, _b3, _c3, _d2;
|
|
11613
11685
|
return [
|
|
11614
|
-
!((_a3 =
|
|
11686
|
+
!((_a3 = __props.repoProps) == null ? void 0 : _a3.isGhMirrors) ? (openBlock(), createBlock(_sfc_main$G, {
|
|
11615
11687
|
key: 0,
|
|
11616
11688
|
class: normalizeClass({ "g-border": isOrg.value }),
|
|
11617
11689
|
src: (_c3 = (_b3 = unref(repoInfo)) == null ? void 0 : _b3.namespace) == null ? void 0 : _c3.avatar_url,
|
|
@@ -11627,7 +11699,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11627
11699
|
_: 1
|
|
11628
11700
|
}, 8, ["href"]),
|
|
11629
11701
|
createElementVNode("div", _hoisted_8$8, [
|
|
11630
|
-
!((_b2 =
|
|
11702
|
+
!((_b2 = __props.repoProps) == null ? void 0 : _b2.isGhMirrors) ? (openBlock(), createElementBlock("div", {
|
|
11631
11703
|
key: 0,
|
|
11632
11704
|
ref_key: "breadcrumbRef",
|
|
11633
11705
|
ref: breadcrumbRef,
|
|
@@ -11662,7 +11734,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11662
11734
|
key: 1,
|
|
11663
11735
|
ref_key: "breadcrumbNextRef",
|
|
11664
11736
|
ref: breadcrumbNextRef,
|
|
11665
|
-
class: normalizeClass(["g-repo-layout-breadcrumb-next max-md:w-full flex items-end gap-[8px]", [((_c2 =
|
|
11737
|
+
class: normalizeClass(["g-repo-layout-breadcrumb-next max-md:w-full flex items-end gap-[8px]", [((_c2 = __props.repoProps) == null ? void 0 : _c2.isGhMirrors) ? "max-w-full" : "max-w-[60%]"]])
|
|
11666
11738
|
}, [
|
|
11667
11739
|
createVNode(GLink, {
|
|
11668
11740
|
class: "linkTx",
|
|
@@ -11685,11 +11757,10 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11685
11757
|
type: "gstar",
|
|
11686
11758
|
message: `G-Star ${unref(t2)("gitCodeLayout.GStar.project.graduation")}`
|
|
11687
11759
|
}, {
|
|
11688
|
-
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
11689
|
-
createTextVNode("G-Star ")
|
|
11690
|
-
])),
|
|
11691
|
-
_: 1
|
|
11692
|
-
__: [2]
|
|
11760
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
11761
|
+
createTextVNode("G-Star ", -1)
|
|
11762
|
+
])]),
|
|
11763
|
+
_: 1
|
|
11693
11764
|
}, 8, ["message"])
|
|
11694
11765
|
])) : unref(isIncubationRepo)(unref(repoInfo).topic_names) ? (openBlock(), createElementBlock("div", _hoisted_13$1, [
|
|
11695
11766
|
createVNode(_sfc_main$F, {
|
|
@@ -11698,11 +11769,10 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11698
11769
|
type: "incubation",
|
|
11699
11770
|
message: `G-Star ${unref(t2)("gitCodeLayout.GStar.project.incubation")}`
|
|
11700
11771
|
}, {
|
|
11701
|
-
default: withCtx(() => _cache[3] || (_cache[3] = [
|
|
11702
|
-
createTextVNode(" G-Star ")
|
|
11703
|
-
])),
|
|
11704
|
-
_: 1
|
|
11705
|
-
__: [3]
|
|
11772
|
+
default: withCtx(() => [..._cache[3] || (_cache[3] = [
|
|
11773
|
+
createTextVNode(" G-Star ", -1)
|
|
11774
|
+
])]),
|
|
11775
|
+
_: 1
|
|
11706
11776
|
}, 8, ["message"])
|
|
11707
11777
|
])) : createCommentVNode("", true),
|
|
11708
11778
|
unref(isTrustedRepo)(unref(repoInfo).topic_names) ? (openBlock(), createElementBlock("div", _hoisted_14$1, [
|
|
@@ -11714,7 +11784,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11714
11784
|
href: "/trusted"
|
|
11715
11785
|
}, null, 8, ["message"])
|
|
11716
11786
|
])) : createCommentVNode("", true),
|
|
11717
|
-
((_d =
|
|
11787
|
+
((_d = __props.repoProps) == null ? void 0 : _d.isPrivate) ? (openBlock(), createElementBlock("div", _hoisted_15$1, [
|
|
11718
11788
|
createVNode(GIcon, {
|
|
11719
11789
|
size: "16px",
|
|
11720
11790
|
class: "ml-[4px]",
|
|
@@ -11733,7 +11803,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11733
11803
|
}, null, 8, ["name"]),
|
|
11734
11804
|
createElementVNode("span", _hoisted_16$1, toDisplayString$1((_f = topicTag.value) == null ? void 0 : _f.suffix), 1)
|
|
11735
11805
|
])) : createCommentVNode("", true),
|
|
11736
|
-
((_g =
|
|
11806
|
+
((_g = __props.repoProps) == null ? void 0 : _g.isGhMirrors) && showTimeTopic.value && !unref(isPhone)() ? (openBlock(), createElementBlock("div", _hoisted_17$1, [
|
|
11737
11807
|
createVNode(GIcon, {
|
|
11738
11808
|
name: "gt-line-time",
|
|
11739
11809
|
color: "var(--devui-shape-icon-fill)",
|
|
@@ -11747,7 +11817,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11747
11817
|
];
|
|
11748
11818
|
}),
|
|
11749
11819
|
_: 1
|
|
11750
|
-
}, 8, ["loading"])) :
|
|
11820
|
+
}, 8, ["loading"])) : __props.scene === unref(SceneValue).user && ((_c = __props.userProps) == null ? void 0 : _c.isOtherUser) ? (openBlock(), createElementBlock("div", _hoisted_20$1, [
|
|
11751
11821
|
createVNode(GLink, {
|
|
11752
11822
|
to: { name: "homepage" },
|
|
11753
11823
|
class: "flex flex-1 items-center gap-[8px]"
|
|
@@ -11856,7 +11926,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
11856
11926
|
onClick: handleClick
|
|
11857
11927
|
}, [
|
|
11858
11928
|
createElementVNode("img", {
|
|
11859
|
-
src:
|
|
11929
|
+
src: __props.config.logo_url,
|
|
11860
11930
|
alt: "claim power"
|
|
11861
11931
|
}, null, 8, _hoisted_1$w)
|
|
11862
11932
|
])) : createCommentVNode("", true);
|
|
@@ -11910,7 +11980,7 @@ var hasRequiredCore;
|
|
|
11910
11980
|
function requireCore() {
|
|
11911
11981
|
if (hasRequiredCore) return core.exports;
|
|
11912
11982
|
hasRequiredCore = 1;
|
|
11913
|
-
(function(module, exports) {
|
|
11983
|
+
(function(module, exports$1) {
|
|
11914
11984
|
(function(root, factory) {
|
|
11915
11985
|
{
|
|
11916
11986
|
module.exports = factory();
|
|
@@ -12517,7 +12587,7 @@ var hasRequiredEncBase64;
|
|
|
12517
12587
|
function requireEncBase64() {
|
|
12518
12588
|
if (hasRequiredEncBase64) return encBase64.exports;
|
|
12519
12589
|
hasRequiredEncBase64 = 1;
|
|
12520
|
-
(function(module, exports) {
|
|
12590
|
+
(function(module, exports$1) {
|
|
12521
12591
|
(function(root, factory) {
|
|
12522
12592
|
{
|
|
12523
12593
|
module.exports = factory(requireCore());
|
|
@@ -12624,7 +12694,7 @@ var hasRequiredMd5;
|
|
|
12624
12694
|
function requireMd5() {
|
|
12625
12695
|
if (hasRequiredMd5) return md5.exports;
|
|
12626
12696
|
hasRequiredMd5 = 1;
|
|
12627
|
-
(function(module, exports) {
|
|
12697
|
+
(function(module, exports$1) {
|
|
12628
12698
|
(function(root, factory) {
|
|
12629
12699
|
{
|
|
12630
12700
|
module.exports = factory(requireCore());
|
|
@@ -12803,7 +12873,7 @@ var hasRequiredSha1;
|
|
|
12803
12873
|
function requireSha1() {
|
|
12804
12874
|
if (hasRequiredSha1) return sha1.exports;
|
|
12805
12875
|
hasRequiredSha1 = 1;
|
|
12806
|
-
(function(module, exports) {
|
|
12876
|
+
(function(module, exports$1) {
|
|
12807
12877
|
(function(root, factory) {
|
|
12808
12878
|
{
|
|
12809
12879
|
module.exports = factory(requireCore());
|
|
@@ -12893,7 +12963,7 @@ var hasRequiredHmac;
|
|
|
12893
12963
|
function requireHmac() {
|
|
12894
12964
|
if (hasRequiredHmac) return hmac.exports;
|
|
12895
12965
|
hasRequiredHmac = 1;
|
|
12896
|
-
(function(module, exports) {
|
|
12966
|
+
(function(module, exports$1) {
|
|
12897
12967
|
(function(root, factory) {
|
|
12898
12968
|
{
|
|
12899
12969
|
module.exports = factory(requireCore());
|
|
@@ -12998,7 +13068,7 @@ var hasRequiredEvpkdf;
|
|
|
12998
13068
|
function requireEvpkdf() {
|
|
12999
13069
|
if (hasRequiredEvpkdf) return evpkdf.exports;
|
|
13000
13070
|
hasRequiredEvpkdf = 1;
|
|
13001
|
-
(function(module, exports) {
|
|
13071
|
+
(function(module, exports$1) {
|
|
13002
13072
|
(function(root, factory, undef) {
|
|
13003
13073
|
{
|
|
13004
13074
|
module.exports = factory(requireCore(), requireSha1(), requireHmac());
|
|
@@ -13088,7 +13158,7 @@ var hasRequiredCipherCore;
|
|
|
13088
13158
|
function requireCipherCore() {
|
|
13089
13159
|
if (hasRequiredCipherCore) return cipherCore.exports;
|
|
13090
13160
|
hasRequiredCipherCore = 1;
|
|
13091
|
-
(function(module, exports) {
|
|
13161
|
+
(function(module, exports$1) {
|
|
13092
13162
|
(function(root, factory, undef) {
|
|
13093
13163
|
{
|
|
13094
13164
|
module.exports = factory(requireCore(), requireEvpkdf());
|
|
@@ -13726,7 +13796,7 @@ function requireCipherCore() {
|
|
|
13726
13796
|
})(cipherCore);
|
|
13727
13797
|
return cipherCore.exports;
|
|
13728
13798
|
}
|
|
13729
|
-
(function(module, exports) {
|
|
13799
|
+
(function(module, exports$1) {
|
|
13730
13800
|
(function(root, factory, undef) {
|
|
13731
13801
|
{
|
|
13732
13802
|
module.exports = factory(requireCore(), requireEncBase64(), requireMd5(), requireEvpkdf(), requireCipherCore());
|
|
@@ -13875,7 +13945,7 @@ function requireCipherCore() {
|
|
|
13875
13945
|
var aesExports = aes.exports;
|
|
13876
13946
|
const AES = /* @__PURE__ */ getDefaultExportFromCjs(aesExports);
|
|
13877
13947
|
var padPkcs7 = { exports: {} };
|
|
13878
|
-
(function(module, exports) {
|
|
13948
|
+
(function(module, exports$1) {
|
|
13879
13949
|
(function(root, factory, undef) {
|
|
13880
13950
|
{
|
|
13881
13951
|
module.exports = factory(requireCore(), requireCipherCore());
|
|
@@ -13887,7 +13957,7 @@ var padPkcs7 = { exports: {} };
|
|
|
13887
13957
|
var padPkcs7Exports = padPkcs7.exports;
|
|
13888
13958
|
const Pkcs7 = /* @__PURE__ */ getDefaultExportFromCjs(padPkcs7Exports);
|
|
13889
13959
|
var encUtf8 = { exports: {} };
|
|
13890
|
-
(function(module, exports) {
|
|
13960
|
+
(function(module, exports$1) {
|
|
13891
13961
|
(function(root, factory) {
|
|
13892
13962
|
{
|
|
13893
13963
|
module.exports = factory(requireCore());
|
|
@@ -14486,7 +14556,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
14486
14556
|
return (_ctx, _cache) => {
|
|
14487
14557
|
return openBlock(), createBlock(GLink, {
|
|
14488
14558
|
variant: "text",
|
|
14489
|
-
class: normalizeClass(["g-toolbar-docs",
|
|
14559
|
+
class: normalizeClass(["g-toolbar-docs", __props.whiteColor ? "white" : "black"]),
|
|
14490
14560
|
href: unref(currentHelpDocsAiCommunityUrl)(),
|
|
14491
14561
|
target: "_blank"
|
|
14492
14562
|
}, {
|
|
@@ -14566,7 +14636,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
14566
14636
|
style: normalizeStyle({ "-webkit-line-clamp": (_b = finalConfig.value) == null ? void 0 : _b.line })
|
|
14567
14637
|
}, [
|
|
14568
14638
|
createVNode(unref(Tooltip), {
|
|
14569
|
-
position:
|
|
14639
|
+
position: __props.position,
|
|
14570
14640
|
disabled: !content.value || !((_c = finalConfig.value) == null ? void 0 : _c.tooltip),
|
|
14571
14641
|
content: content.value
|
|
14572
14642
|
}, {
|
|
@@ -14613,16 +14683,16 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
14613
14683
|
createElementVNode("div", _hoisted_2$o, [
|
|
14614
14684
|
createElementVNode("div", {
|
|
14615
14685
|
class: "flex items-center",
|
|
14616
|
-
title:
|
|
14686
|
+
title: __props.data.nickname
|
|
14617
14687
|
}, [
|
|
14618
14688
|
createElementVNode("a", {
|
|
14619
|
-
href: unref(transformUrl)((_a =
|
|
14689
|
+
href: unref(transformUrl)((_a = __props.data) == null ? void 0 : _a.userPath),
|
|
14620
14690
|
target: "_blank",
|
|
14621
14691
|
class: "user-info flex w-[48px] items-center linktx"
|
|
14622
14692
|
}, [
|
|
14623
14693
|
createVNode(_sfc_main$G, {
|
|
14624
|
-
name:
|
|
14625
|
-
src:
|
|
14694
|
+
name: __props.data.nickname,
|
|
14695
|
+
src: __props.data.avatar,
|
|
14626
14696
|
width: 32,
|
|
14627
14697
|
height: 32
|
|
14628
14698
|
}, null, 8, ["name", "src"])
|
|
@@ -14632,23 +14702,23 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
14632
14702
|
createElementVNode("div", _hoisted_5$d, [
|
|
14633
14703
|
createElementVNode("div", _hoisted_6$b, [
|
|
14634
14704
|
createVNode(GLink, {
|
|
14635
|
-
href: unref(transformUrl)(
|
|
14705
|
+
href: unref(transformUrl)(__props.data.url),
|
|
14636
14706
|
target: "_blank",
|
|
14637
|
-
class: normalizeClass(["message-item-content cursor-pointer", { "text-light":
|
|
14707
|
+
class: normalizeClass(["message-item-content cursor-pointer", { "text-light": __props.data.read }]),
|
|
14638
14708
|
onClick: _cache[0] || (_cache[0] = ($event) => emits("trigger"))
|
|
14639
14709
|
}, {
|
|
14640
14710
|
default: withCtx(() => [
|
|
14641
14711
|
createVNode(GText, { class: "devui-link linktx" }, {
|
|
14642
14712
|
default: withCtx(() => [
|
|
14643
|
-
|
|
14713
|
+
__props.data.vHtml ? (openBlock(), createElementBlock("div", {
|
|
14644
14714
|
key: 0,
|
|
14645
|
-
title:
|
|
14646
|
-
innerHTML: unref(xssPurify)(
|
|
14715
|
+
title: __props.data.title,
|
|
14716
|
+
innerHTML: unref(xssPurify)(__props.data.title) || "",
|
|
14647
14717
|
class: "overflow-hidden"
|
|
14648
14718
|
}, null, 8, _hoisted_7$8)) : (openBlock(), createElementBlock("span", {
|
|
14649
14719
|
key: 1,
|
|
14650
|
-
title:
|
|
14651
|
-
}, toDisplayString$1(
|
|
14720
|
+
title: __props.data.title
|
|
14721
|
+
}, toDisplayString$1(__props.data.title || "-"), 9, _hoisted_8$7))
|
|
14652
14722
|
]),
|
|
14653
14723
|
_: 1
|
|
14654
14724
|
})
|
|
@@ -14658,21 +14728,21 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
14658
14728
|
createElementVNode("div", _hoisted_9$5, [
|
|
14659
14729
|
createVNode(GText, null, {
|
|
14660
14730
|
default: withCtx(() => [
|
|
14661
|
-
createTextVNode(toDisplayString$1(
|
|
14731
|
+
createTextVNode(toDisplayString$1(__props.data.repo), 1)
|
|
14662
14732
|
]),
|
|
14663
14733
|
_: 1
|
|
14664
14734
|
}),
|
|
14665
|
-
_cache[1] || (_cache[1] = createTextVNode(" ")),
|
|
14735
|
+
_cache[1] || (_cache[1] = createTextVNode(" ", -1)),
|
|
14666
14736
|
createVNode(GText, { class: "message-type-text" }, {
|
|
14667
14737
|
default: withCtx(() => [
|
|
14668
|
-
createTextVNode(toDisplayString$1(
|
|
14738
|
+
createTextVNode(toDisplayString$1(__props.data.type || "-"), 1)
|
|
14669
14739
|
]),
|
|
14670
14740
|
_: 1
|
|
14671
14741
|
})
|
|
14672
14742
|
])
|
|
14673
14743
|
])
|
|
14674
14744
|
]),
|
|
14675
|
-
createElementVNode("div", _hoisted_10$5, toDisplayString$1(unref(formatTimeFromNow)(
|
|
14745
|
+
createElementVNode("div", _hoisted_10$5, toDisplayString$1(unref(formatTimeFromNow)(__props.data.time)), 1)
|
|
14676
14746
|
]);
|
|
14677
14747
|
};
|
|
14678
14748
|
}
|
|
@@ -15045,14 +15115,14 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
15045
15115
|
class: normalizeClass(["message-content-header-item mr-[8px]", { active: mentionSubTab.value === "project" }]),
|
|
15046
15116
|
onClick: _cache[2] || (_cache[2] = ($event) => switchMentionSubTab("project"))
|
|
15047
15117
|
}, [
|
|
15048
|
-
_cache[6] || (_cache[6] = createTextVNode(" 项目相关 ")),
|
|
15118
|
+
_cache[6] || (_cache[6] = createTextVNode(" 项目相关 ", -1)),
|
|
15049
15119
|
mentionSubTabCount.value.project > 0 ? (openBlock(), createElementBlock("span", _hoisted_7$7, toDisplayString$1(mentionSubTabCount.value.project), 1)) : createCommentVNode("", true)
|
|
15050
15120
|
], 2),
|
|
15051
15121
|
createElementVNode("div", {
|
|
15052
15122
|
class: normalizeClass(["message-content-header-item", { active: mentionSubTab.value === "discussion" }]),
|
|
15053
15123
|
onClick: _cache[3] || (_cache[3] = ($event) => switchMentionSubTab("discussion"))
|
|
15054
15124
|
}, [
|
|
15055
|
-
_cache[7] || (_cache[7] = createTextVNode(" 在线讨论 ")),
|
|
15125
|
+
_cache[7] || (_cache[7] = createTextVNode(" 在线讨论 ", -1)),
|
|
15056
15126
|
mentionSubTabCount.value.discussion > 0 ? (openBlock(), createElementBlock("span", _hoisted_8$6, toDisplayString$1(mentionSubTabCount.value.discussion), 1)) : createCommentVNode("", true)
|
|
15057
15127
|
], 2)
|
|
15058
15128
|
])) : createCommentVNode("", true),
|
|
@@ -15571,14 +15641,14 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
15571
15641
|
}, [
|
|
15572
15642
|
createVNode(GLink, {
|
|
15573
15643
|
class: "g-user-drawer-info pl-[32px] pr-[16px] cursor-pointer",
|
|
15574
|
-
href: `${unref(layoutConfig2).VITE_HOST}/${
|
|
15644
|
+
href: `${unref(layoutConfig2).VITE_HOST}/${__props.accountInfo.username}`,
|
|
15575
15645
|
key: "myPage",
|
|
15576
|
-
target:
|
|
15646
|
+
target: __props.isChatBot ? "_blank" : ""
|
|
15577
15647
|
}, {
|
|
15578
15648
|
default: withCtx(() => [
|
|
15579
15649
|
createVNode(_sfc_main$G, {
|
|
15580
|
-
name:
|
|
15581
|
-
src:
|
|
15650
|
+
name: __props.accountInfo.nickname,
|
|
15651
|
+
src: __props.accountInfo.avatar,
|
|
15582
15652
|
width: 52,
|
|
15583
15653
|
height: 52
|
|
15584
15654
|
}, null, 8, ["name", "src"]),
|
|
@@ -15586,12 +15656,12 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
15586
15656
|
createElementVNode("div", _hoisted_2$k, [
|
|
15587
15657
|
createElementVNode("p", {
|
|
15588
15658
|
class: "g-user-drawer-info-list-name ellipsis",
|
|
15589
|
-
title:
|
|
15590
|
-
}, toDisplayString$1(
|
|
15659
|
+
title: __props.accountInfo.nickname
|
|
15660
|
+
}, toDisplayString$1(__props.accountInfo.nickname), 9, _hoisted_3$j),
|
|
15591
15661
|
createElementVNode("p", {
|
|
15592
15662
|
class: "g-user-drawer-info-list-id ellipsis",
|
|
15593
|
-
title:
|
|
15594
|
-
}, "@" + toDisplayString$1(
|
|
15663
|
+
title: __props.accountInfo.username
|
|
15664
|
+
}, "@" + toDisplayString$1(__props.accountInfo.username), 9, _hoisted_4$e)
|
|
15595
15665
|
]),
|
|
15596
15666
|
createVNode(GIcon, {
|
|
15597
15667
|
name: "gt-line-right",
|
|
@@ -15601,13 +15671,13 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
15601
15671
|
]),
|
|
15602
15672
|
_: 1
|
|
15603
15673
|
}, 8, ["href", "target"]),
|
|
15604
|
-
!
|
|
15674
|
+
!__props.inAIHub ? (openBlock(), createBlock(UserLevel, {
|
|
15605
15675
|
key: 0,
|
|
15606
|
-
accountInfo:
|
|
15676
|
+
accountInfo: __props.accountInfo
|
|
15607
15677
|
}, null, 8, ["accountInfo"])) : createCommentVNode("", true),
|
|
15608
15678
|
(openBlock(true), createElementBlock(Fragment, null, renderList(userMenuList.value, (block, index2) => {
|
|
15609
15679
|
return openBlock(), createElementBlock("div", {
|
|
15610
|
-
class: normalizeClass(["g-user-drawer-block", { "!pt-[0px]": index2 === 0 &&
|
|
15680
|
+
class: normalizeClass(["g-user-drawer-block", { "!pt-[0px]": index2 === 0 && __props.inAIHub }]),
|
|
15611
15681
|
key: index2
|
|
15612
15682
|
}, [
|
|
15613
15683
|
block.component ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
@@ -15623,7 +15693,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
15623
15693
|
key: item.id
|
|
15624
15694
|
}, { ref_for: true }, item, {
|
|
15625
15695
|
onClick: ($event) => handleClick(item),
|
|
15626
|
-
target:
|
|
15696
|
+
target: __props.isChatBot && !item.action ? "_blank" : item.target || ""
|
|
15627
15697
|
}), {
|
|
15628
15698
|
default: withCtx(() => [
|
|
15629
15699
|
item.icon ? (openBlock(), createBlock(GIcon, {
|
|
@@ -15799,9 +15869,9 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15799
15869
|
name: accountInfo.value.nickname,
|
|
15800
15870
|
src: unref(transformUrl)(accountInfo.value.avatar)
|
|
15801
15871
|
}, null, 8, ["name", "src"]),
|
|
15802
|
-
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_2$j, _cache[4] || (_cache[4] = [
|
|
15872
|
+
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_2$j, [..._cache[4] || (_cache[4] = [
|
|
15803
15873
|
createElementVNode("div", null, null, -1)
|
|
15804
|
-
]))) : createCommentVNode("", true)
|
|
15874
|
+
])])) : createCommentVNode("", true)
|
|
15805
15875
|
])
|
|
15806
15876
|
])) : (openBlock(), createBlock(unref(Dropdown), {
|
|
15807
15877
|
key: 1,
|
|
@@ -15814,13 +15884,13 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15814
15884
|
menu: withCtx(() => [
|
|
15815
15885
|
createElementVNode("div", _hoisted_5$9, [
|
|
15816
15886
|
createVNode(UserAvatarMenu, {
|
|
15817
|
-
independence:
|
|
15818
|
-
loginOutFinish:
|
|
15887
|
+
independence: __props.independence,
|
|
15888
|
+
loginOutFinish: __props.loginOutFinish,
|
|
15819
15889
|
accountInfo: accountInfo.value,
|
|
15820
|
-
isChatBot:
|
|
15821
|
-
inAIHub:
|
|
15822
|
-
userMenus:
|
|
15823
|
-
inEnterpriseHeader:
|
|
15890
|
+
isChatBot: __props.isChatBot,
|
|
15891
|
+
inAIHub: __props.inAIHub,
|
|
15892
|
+
userMenus: __props.userMenus,
|
|
15893
|
+
inEnterpriseHeader: __props.inEnterpriseHeader,
|
|
15824
15894
|
onLinkClick: resetOverflow
|
|
15825
15895
|
}, null, 8, ["independence", "loginOutFinish", "accountInfo", "isChatBot", "inAIHub", "userMenus", "inEnterpriseHeader"])
|
|
15826
15896
|
])
|
|
@@ -15831,9 +15901,9 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15831
15901
|
name: accountInfo.value.nickname,
|
|
15832
15902
|
src: unref(transformUrl)(accountInfo.value.avatar)
|
|
15833
15903
|
}, null, 8, ["name", "src"]),
|
|
15834
|
-
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_4$d, _cache[5] || (_cache[5] = [
|
|
15904
|
+
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_4$d, [..._cache[5] || (_cache[5] = [
|
|
15835
15905
|
createElementVNode("div", null, null, -1)
|
|
15836
|
-
]))) : createCommentVNode("", true)
|
|
15906
|
+
])])) : createCommentVNode("", true)
|
|
15837
15907
|
])
|
|
15838
15908
|
]),
|
|
15839
15909
|
_: 1
|
|
@@ -15856,13 +15926,13 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15856
15926
|
})
|
|
15857
15927
|
]),
|
|
15858
15928
|
createVNode(UserAvatarMenu, {
|
|
15859
|
-
independence:
|
|
15860
|
-
loginOutFinish:
|
|
15929
|
+
independence: __props.independence,
|
|
15930
|
+
loginOutFinish: __props.loginOutFinish,
|
|
15861
15931
|
accountInfo: accountInfo.value,
|
|
15862
|
-
isChatBot:
|
|
15863
|
-
inAIHub:
|
|
15864
|
-
userMenus:
|
|
15865
|
-
inEnterpriseHeader:
|
|
15932
|
+
isChatBot: __props.isChatBot,
|
|
15933
|
+
inAIHub: __props.inAIHub,
|
|
15934
|
+
userMenus: __props.userMenus,
|
|
15935
|
+
inEnterpriseHeader: __props.inEnterpriseHeader,
|
|
15866
15936
|
onClick: _cache[2] || (_cache[2] = ($event) => drawerVisible.value = false),
|
|
15867
15937
|
onLinkClick: resetOverflow
|
|
15868
15938
|
}, null, 8, ["independence", "loginOutFinish", "accountInfo", "isChatBot", "inAIHub", "userMenus", "inEnterpriseHeader"])
|
|
@@ -16289,7 +16359,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
16289
16359
|
ref_key: "nativeRef",
|
|
16290
16360
|
ref: nativeRef,
|
|
16291
16361
|
class: "devui-input__inner hl-search-input__native",
|
|
16292
|
-
value:
|
|
16362
|
+
value: __props.modelValue
|
|
16293
16363
|
}, inputAttrs.value, { onInput }), null, 16, _hoisted_2$i)
|
|
16294
16364
|
], 512),
|
|
16295
16365
|
_ctx.$slots.suffix ? (openBlock(), createElementBlock("div", _hoisted_3$h, [
|
|
@@ -16321,12 +16391,12 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16321
16391
|
setup(__props) {
|
|
16322
16392
|
const layoutConfig2 = useLayoutConfig();
|
|
16323
16393
|
const { t: $t } = i18n.global;
|
|
16324
|
-
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-
|
|
16325
|
-
const UserSearch = defineAsyncComponent(() => import("./UserSearch-
|
|
16326
|
-
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-
|
|
16327
|
-
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-
|
|
16328
|
-
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-
|
|
16329
|
-
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-
|
|
16394
|
+
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-CiOguIBX.js"));
|
|
16395
|
+
const UserSearch = defineAsyncComponent(() => import("./UserSearch-7LYsCNUJ.js"));
|
|
16396
|
+
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-B6Tr8atH.js"));
|
|
16397
|
+
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-C_RSEjX_.js"));
|
|
16398
|
+
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-DqiA5Dt0.js"));
|
|
16399
|
+
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-C6Ut806B.js"));
|
|
16330
16400
|
const props = __props;
|
|
16331
16401
|
const repoInfo = inject("repoInfo");
|
|
16332
16402
|
const orgInfo = inject("orgInfo");
|
|
@@ -16661,7 +16731,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16661
16731
|
}
|
|
16662
16732
|
isSearchHistory.value = false;
|
|
16663
16733
|
const queryKey = params.q || (searchStr.value ? "" : targetHotWord == null ? void 0 : targetHotWord.content) || "";
|
|
16664
|
-
const hasSearchable = Boolean(queryKey || params.l || params.path || params.symbol);
|
|
16734
|
+
const hasSearchable = Boolean(queryKey || params.l || params.path || params.symbol || params.scope === "group");
|
|
16665
16735
|
if (!hasSearchable && typeof document !== "undefined" && document.querySelector) {
|
|
16666
16736
|
(_b = document.querySelector("#golbalSearch")) == null ? void 0 : _b.blur();
|
|
16667
16737
|
pendingType.value = "";
|
|
@@ -16848,9 +16918,9 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16848
16918
|
});
|
|
16849
16919
|
return (_ctx, _cache) => {
|
|
16850
16920
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
16851
|
-
!
|
|
16921
|
+
!__props.inAIHub ? (openBlock(), createElementBlock("div", {
|
|
16852
16922
|
key: 0,
|
|
16853
|
-
class: normalizeClass([isFocus.value ? "focusSearch" : { "left-search": true }, Boolean(
|
|
16923
|
+
class: normalizeClass([isFocus.value ? "focusSearch" : { "left-search": true }, Boolean(__props.isShowStickyNotice) ? "focusSearch-sticky-notice" : ""]),
|
|
16854
16924
|
onClick: _cache[6] || (_cache[6] = withModifiers(() => {
|
|
16855
16925
|
}, ["stop"]))
|
|
16856
16926
|
}, [
|
|
@@ -16863,7 +16933,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16863
16933
|
createVNode(unref(Dropdown), {
|
|
16864
16934
|
align: "start",
|
|
16865
16935
|
position: ["bottom", "bottom-start"],
|
|
16866
|
-
"overlay-class":
|
|
16936
|
+
"overlay-class": __props.isShowStickyNotice ? "history-box-sticky-notice history-box" : "history-box",
|
|
16867
16937
|
trigger: "manually",
|
|
16868
16938
|
visible: dropDownVisible.value,
|
|
16869
16939
|
"close-scope": "none",
|
|
@@ -17000,7 +17070,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
17000
17070
|
_: 3
|
|
17001
17071
|
}, 8, ["overlay-class", "visible"])
|
|
17002
17072
|
], 2)) : createCommentVNode("", true),
|
|
17003
|
-
|
|
17073
|
+
__props.inAIHub ? (openBlock(), createElementBlock("div", _hoisted_6$7, [
|
|
17004
17074
|
createVNode(unref(Input), {
|
|
17005
17075
|
placeholder: unref($t)("gitCodeLayout.home.searchPlaceholder"),
|
|
17006
17076
|
onKeydown: withKeys(searchResult, ["enter"]),
|
|
@@ -17147,7 +17217,7 @@ const autoAvokeLogin = ({ isLogin, loginFunc, openHarmonyGuide, loginSuccess, lo
|
|
|
17147
17217
|
loginFunc({ type: "login", triggerType: "", loginTriggerSource: "router_login_auth", ...loginFuncOpts }, loginSuccess, openHarmonyGuide);
|
|
17148
17218
|
}
|
|
17149
17219
|
};
|
|
17150
|
-
const NoticeModal = defineAsyncComponent(() => import("./notice-
|
|
17220
|
+
const NoticeModal = defineAsyncComponent(() => import("./notice-8rLtSJNz.js"));
|
|
17151
17221
|
function clearNotice() {
|
|
17152
17222
|
if (localStorage$2.getItem("validator_email")) {
|
|
17153
17223
|
localStorage$2.removeItem("validator_email");
|
|
@@ -17601,7 +17671,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17601
17671
|
style: normalizeStyle({ height: `${unref(height)}px` })
|
|
17602
17672
|
}, [
|
|
17603
17673
|
createElementVNode("div", {
|
|
17604
|
-
class: normalizeClass(["g-header allow-click-stop fixed z-[21] bg-[var(--theme-default-bg)]", [inAIHub.value ? "ai-hub border-b border-gray-100 " : "", isHome.value && showHeaderShadow.value ? "head-shadow" : "",
|
|
17674
|
+
class: normalizeClass(["g-header allow-click-stop fixed z-[21] bg-[var(--theme-default-bg)]", [inAIHub.value ? "ai-hub border-b border-gray-100 " : "", isHome.value && showHeaderShadow.value ? "head-shadow" : "", __props.headerBorder ? "oldBorder" : "", headerClassName.value, isIndexHead.value && !showHeaderShadow.value ? "bg-transparent" : ""]]),
|
|
17605
17675
|
ref_key: "headerRef",
|
|
17606
17676
|
ref: headerRef,
|
|
17607
17677
|
style: normalizeStyle(detailBgStyle.value)
|
|
@@ -17639,13 +17709,13 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17639
17709
|
class: "cursor-pointer hover:!text-[var(--theme-stress-text)] g-toolbar-left-asideicon",
|
|
17640
17710
|
color: "var(--theme-aide-text)"
|
|
17641
17711
|
})) : createCommentVNode("", true),
|
|
17642
|
-
showNameAndIcon.value &&
|
|
17712
|
+
showNameAndIcon.value && __props.independence || inAIHub.value ? (openBlock(), createBlock(GLink, {
|
|
17643
17713
|
key: 1,
|
|
17644
17714
|
class: normalizeClass(["g-toolbar-left-logo", [inAIHub.value ? "ai-logo" : ""]]),
|
|
17645
17715
|
style: normalizeStyle(logoStyle.value),
|
|
17646
17716
|
href: inAIHub.value ? `${unref(layoutConfig2).VITE_AI_HOST}` : `${unref(layoutConfig2).VITE_HOST}?p=seo`
|
|
17647
17717
|
}, null, 8, ["class", "style", "href"])) : createCommentVNode("", true),
|
|
17648
|
-
showNameAndIcon.value && !
|
|
17718
|
+
showNameAndIcon.value && !__props.independence ? (openBlock(), createBlock(GLink, {
|
|
17649
17719
|
key: 2,
|
|
17650
17720
|
class: normalizeClass(["g-toolbar-left-logo", [inAIHub.value ? "ai-logo" : ""]]),
|
|
17651
17721
|
style: normalizeStyle(logoStyle.value),
|
|
@@ -17659,12 +17729,12 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17659
17729
|
}, [
|
|
17660
17730
|
_ctx.$slots.headerCustom ? renderSlot(_ctx.$slots, "headerCustom", { key: 0 }, void 0, true) : isModuleVisible(unref(HeaderDisplayItem).CUSTOM_CONTENT) && !showNameAndIcon.value ? (openBlock(), createBlock(HeaderCustom, {
|
|
17661
17731
|
key: 1,
|
|
17662
|
-
scene:
|
|
17663
|
-
isLogin:
|
|
17664
|
-
errorCode: (_a2 =
|
|
17665
|
-
orgProps: (_b =
|
|
17666
|
-
repoProps: (_c =
|
|
17667
|
-
userProps: (_d =
|
|
17732
|
+
scene: __props.sceneValue,
|
|
17733
|
+
isLogin: __props.isLogin,
|
|
17734
|
+
errorCode: (_a2 = __props.headerCustomProps) == null ? void 0 : _a2.errorCode,
|
|
17735
|
+
orgProps: (_b = __props.headerCustomProps) == null ? void 0 : _b.orgProps,
|
|
17736
|
+
repoProps: (_c = __props.headerCustomProps) == null ? void 0 : _c.repoProps,
|
|
17737
|
+
userProps: (_d = __props.headerCustomProps) == null ? void 0 : _d.userProps,
|
|
17668
17738
|
onFollowDevCommunity: _cache[1] || (_cache[1] = ($event) => emit("followDevCommunity", $event)),
|
|
17669
17739
|
onFollowUser: _cache[2] || (_cache[2] = ($event) => emit("followUser"))
|
|
17670
17740
|
}, {
|
|
@@ -17683,7 +17753,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17683
17753
|
(openBlock(), createBlock(Search, {
|
|
17684
17754
|
inAIHub: inAIHub.value,
|
|
17685
17755
|
key: _ctx.$route.fullPath,
|
|
17686
|
-
sceneValue:
|
|
17756
|
+
sceneValue: __props.sceneValue,
|
|
17687
17757
|
isShowStickyNotice: isShowStickyNoticeByClose.value
|
|
17688
17758
|
}, {
|
|
17689
17759
|
searchRecommend: withCtx(() => [
|
|
@@ -17703,7 +17773,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17703
17773
|
createVNode(ClaimPower, { config: claimPowerConfig.value }, null, 8, ["config"]),
|
|
17704
17774
|
isModuleVisible(unref(HeaderDisplayItem).OPERATION_ENTRY) ? (openBlock(), createBlock(OperationEntry, { key: 0 })) : createCommentVNode("", true)
|
|
17705
17775
|
]),
|
|
17706
|
-
!
|
|
17776
|
+
!__props.isLogin ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17707
17777
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17708
17778
|
unref(isMobile) ? (openBlock(), createElementBlock("section", {
|
|
17709
17779
|
key: 0,
|
|
@@ -17749,10 +17819,10 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17749
17819
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createBlock(UserAvatar, {
|
|
17750
17820
|
key: 3,
|
|
17751
17821
|
isChatBot: isChatBot.value,
|
|
17752
|
-
loginOutFinish:
|
|
17822
|
+
loginOutFinish: __props.loginOutFinish,
|
|
17753
17823
|
inAIHub: inAIHub.value,
|
|
17754
|
-
independence:
|
|
17755
|
-
userMenus:
|
|
17824
|
+
independence: __props.independence,
|
|
17825
|
+
userMenus: __props.userMenus
|
|
17756
17826
|
}, null, 8, ["isChatBot", "loginOutFinish", "inAIHub", "independence", "userMenus"])) : createCommentVNode("", true)
|
|
17757
17827
|
], 64))
|
|
17758
17828
|
], 2)
|
|
@@ -18010,21 +18080,21 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
18010
18080
|
createElementVNode("div", {
|
|
18011
18081
|
ref_key: "headerRef",
|
|
18012
18082
|
ref: headerRef,
|
|
18013
|
-
class: normalizeClass(["g-header allow-click-stop fixed z-[21] bg-[var(--theme-default-bg)]", [showHeaderShadow.value ? "head-shadow" : "",
|
|
18083
|
+
class: normalizeClass(["g-header allow-click-stop fixed z-[21] bg-[var(--theme-default-bg)]", [showHeaderShadow.value ? "head-shadow" : "", __props.headerBorder ? "oldBorder" : "", headerClassName.value]])
|
|
18014
18084
|
}, [
|
|
18015
18085
|
createVNode(SiteAnnouncement),
|
|
18016
18086
|
withDirectives((openBlock(), createElementBlock("div", _hoisted_1$j, [
|
|
18017
18087
|
createElementVNode("div", _hoisted_2$e, [
|
|
18018
18088
|
createElementVNode("div", _hoisted_3$d, [
|
|
18019
18089
|
createVNode(_sfc_main$G, {
|
|
18020
|
-
src: (_a2 =
|
|
18021
|
-
name: (_b =
|
|
18090
|
+
src: (_a2 = __props.enterpriseInfo) == null ? void 0 : _a2.avatar,
|
|
18091
|
+
name: (_b = __props.enterpriseInfo) == null ? void 0 : _b.name,
|
|
18022
18092
|
isRound: false,
|
|
18023
18093
|
width: 32,
|
|
18024
18094
|
height: 32,
|
|
18025
18095
|
class: "enterprise-avatar"
|
|
18026
18096
|
}, null, 8, ["src", "name"]),
|
|
18027
|
-
createElementVNode("span", _hoisted_4$9, toDisplayString$1((_c =
|
|
18097
|
+
createElementVNode("span", _hoisted_4$9, toDisplayString$1((_c = __props.enterpriseInfo) == null ? void 0 : _c.name), 1),
|
|
18028
18098
|
createElementVNode("span", _hoisted_5$5, toDisplayString$1(unref(t2)("gitCodeLayout.header.enterpriseFlag")), 1)
|
|
18029
18099
|
])
|
|
18030
18100
|
]),
|
|
@@ -18047,7 +18117,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
18047
18117
|
], true) : createCommentVNode("", true)
|
|
18048
18118
|
]),
|
|
18049
18119
|
createElementVNode("div", _hoisted_7$3, [
|
|
18050
|
-
!
|
|
18120
|
+
!__props.isLogin ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
18051
18121
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
18052
18122
|
unref(isMobile) ? (openBlock(), createElementBlock("section", {
|
|
18053
18123
|
key: 0,
|
|
@@ -18108,10 +18178,10 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
18108
18178
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createBlock(UserAvatar, {
|
|
18109
18179
|
key: 2,
|
|
18110
18180
|
isChatBot: false,
|
|
18111
|
-
loginOutFinish:
|
|
18181
|
+
loginOutFinish: __props.loginOutFinish,
|
|
18112
18182
|
inAIHub: false,
|
|
18113
|
-
independence:
|
|
18114
|
-
userMenus:
|
|
18183
|
+
independence: __props.independence,
|
|
18184
|
+
userMenus: __props.userMenus,
|
|
18115
18185
|
inEnterpriseHeader: true
|
|
18116
18186
|
}, null, 8, ["loginOutFinish", "independence", "userMenus"])) : createCommentVNode("", true)
|
|
18117
18187
|
], 64))
|
|
@@ -18357,9 +18427,9 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
18357
18427
|
const layoutConfig2 = useLayoutConfig();
|
|
18358
18428
|
const { t: t2 } = i18n.global;
|
|
18359
18429
|
const route = useRoute();
|
|
18360
|
-
const MenuItem = defineAsyncComponent(() => import("./MenuItem-
|
|
18361
|
-
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-
|
|
18362
|
-
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-
|
|
18430
|
+
const MenuItem = defineAsyncComponent(() => import("./MenuItem-Dgt8M8If.js"));
|
|
18431
|
+
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-rqhoIUi9.js"));
|
|
18432
|
+
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-C6iH9uWk.js"));
|
|
18363
18433
|
const props = __props;
|
|
18364
18434
|
const useReport2 = inject("useReport");
|
|
18365
18435
|
const userInfo = inject("userInfo");
|
|
@@ -18574,9 +18644,9 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
18574
18644
|
(openBlock(true), createElementBlock(Fragment, null, renderList(filterList.value, (item) => {
|
|
18575
18645
|
return openBlock(), createBlock(resolveDynamicComponent(renderComponent(item)), mergeProps({
|
|
18576
18646
|
key: item.id,
|
|
18577
|
-
isLogin:
|
|
18647
|
+
isLogin: __props.isLogin,
|
|
18578
18648
|
item,
|
|
18579
|
-
slotKeys:
|
|
18649
|
+
slotKeys: __props.slotKeys
|
|
18580
18650
|
}, { ref_for: true }, getProps(item)), createSlots({ _: 2 }, [
|
|
18581
18651
|
renderList(mainSiteSlotKeys.value, (key) => {
|
|
18582
18652
|
return {
|
|
@@ -18598,9 +18668,9 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
18598
18668
|
}, {
|
|
18599
18669
|
default: withCtx(() => [
|
|
18600
18670
|
(openBlock(), createBlock(resolveDynamicComponent(LayoutSlotComponent(key)), mergeProps({ ref_for: true }, getProps(item), {
|
|
18601
|
-
slotKeys:
|
|
18671
|
+
slotKeys: __props.slotKeys,
|
|
18602
18672
|
item,
|
|
18603
|
-
isLogin:
|
|
18673
|
+
isLogin: __props.isLogin
|
|
18604
18674
|
}), null, 16, ["slotKeys", "item", "isLogin"]))
|
|
18605
18675
|
]),
|
|
18606
18676
|
_: 2
|
|
@@ -18693,17 +18763,17 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
18693
18763
|
withDirectives(createElementVNode("div", _hoisted_2$b, [
|
|
18694
18764
|
createVNode(_sfc_main$k)
|
|
18695
18765
|
], 512), [
|
|
18696
|
-
[vShow,
|
|
18766
|
+
[vShow, __props.showThemeSetting]
|
|
18697
18767
|
]),
|
|
18698
18768
|
withDirectives(createElementVNode("div", _hoisted_3$b, [
|
|
18699
18769
|
createVNode(_sfc_main$u)
|
|
18700
18770
|
], 512), [
|
|
18701
|
-
[vShow,
|
|
18771
|
+
[vShow, __props.showLangSetting]
|
|
18702
18772
|
])
|
|
18703
18773
|
]),
|
|
18704
18774
|
default: withCtx(() => [
|
|
18705
18775
|
createElementVNode("div", {
|
|
18706
|
-
class: normalizeClass(["aside-footer-tools-item", { "aside-footer-tools-item-little":
|
|
18776
|
+
class: normalizeClass(["aside-footer-tools-item", { "aside-footer-tools-item-little": __props.asideSetShowLittle }])
|
|
18707
18777
|
}, [
|
|
18708
18778
|
createVNode(GIcon, {
|
|
18709
18779
|
name: "gt-line-setting",
|
|
@@ -18877,7 +18947,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
18877
18947
|
target: "_blank",
|
|
18878
18948
|
rel: "noopener noreferrer"
|
|
18879
18949
|
}, "CSDN", -1)),
|
|
18880
|
-
_cache[2] || (_cache[2] = createTextVNode(" | ")),
|
|
18950
|
+
_cache[2] || (_cache[2] = createTextVNode(" | ", -1)),
|
|
18881
18951
|
createElementVNode("a", _hoisted_8$2, toDisplayString$1(unref(t2)("gitCodeLayout.home.HWCloud")), 1)
|
|
18882
18952
|
], 2),
|
|
18883
18953
|
createElementVNode("p", _hoisted_9$2, [
|
|
@@ -18890,7 +18960,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
18890
18960
|
]),
|
|
18891
18961
|
_: 1
|
|
18892
18962
|
}, 8, ["href"]),
|
|
18893
|
-
_cache[3] || (_cache[3] = createTextVNode(" | ")),
|
|
18963
|
+
_cache[3] || (_cache[3] = createTextVNode(" | ", -1)),
|
|
18894
18964
|
createVNode(GLink, {
|
|
18895
18965
|
target: "_blank",
|
|
18896
18966
|
href: unref(copyright).beian_url
|
|
@@ -19017,6 +19087,11 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
19017
19087
|
return false;
|
|
19018
19088
|
}
|
|
19019
19089
|
}
|
|
19090
|
+
if (item2.left_menu_url === "/dashboard/downloads?tab=view") {
|
|
19091
|
+
if (!globalStore.value.browseHistoryVisible) {
|
|
19092
|
+
return false;
|
|
19093
|
+
}
|
|
19094
|
+
}
|
|
19020
19095
|
if (item2.select_scene && item2.select_scene.length && !item2.select_scene.includes(props.sceneValue)) {
|
|
19021
19096
|
return false;
|
|
19022
19097
|
}
|
|
@@ -19053,11 +19128,11 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
19053
19128
|
});
|
|
19054
19129
|
return (_ctx, _cache) => {
|
|
19055
19130
|
return openBlock(), createBlock(unref(Aside), {
|
|
19056
|
-
class: normalizeClass(["config-aside-content", { "side-bar-content-shot":
|
|
19131
|
+
class: normalizeClass(["config-aside-content", { "side-bar-content-shot": __props.asideSetShowLittle }])
|
|
19057
19132
|
}, {
|
|
19058
19133
|
default: withCtx(() => [
|
|
19059
19134
|
createElementVNode("div", {
|
|
19060
|
-
class: normalizeClass(["config-aside__content", { "side-bar-content-shot":
|
|
19135
|
+
class: normalizeClass(["config-aside__content", { "side-bar-content-shot": __props.asideSetShowLittle, "shot-isCh": !unref(isEn) }])
|
|
19061
19136
|
}, [
|
|
19062
19137
|
withDirectives((openBlock(), createElementBlock("div", _hoisted_1$e, [
|
|
19063
19138
|
createElementVNode("div", {
|
|
@@ -19077,10 +19152,10 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
19077
19152
|
}, [
|
|
19078
19153
|
createVNode(Area, {
|
|
19079
19154
|
list: getAreaItem(item),
|
|
19080
|
-
isLogin:
|
|
19155
|
+
isLogin: __props.isLogin,
|
|
19081
19156
|
slotKeys: layoutSlotKeys.value,
|
|
19082
|
-
sceneValue:
|
|
19083
|
-
asideSetShowLittle:
|
|
19157
|
+
sceneValue: __props.sceneValue,
|
|
19158
|
+
asideSetShowLittle: __props.asideSetShowLittle
|
|
19084
19159
|
}, createSlots({ _: 2 }, [
|
|
19085
19160
|
renderList(layoutSlotKeys.value, (key) => {
|
|
19086
19161
|
return {
|
|
@@ -19104,24 +19179,24 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
19104
19179
|
}, null, 8, ["name"]),
|
|
19105
19180
|
_cache[2] || (_cache[2] = createElementVNode("span", null, "群组讨论", -1))
|
|
19106
19181
|
], 32)) : createCommentVNode("", true),
|
|
19107
|
-
!
|
|
19182
|
+
!__props.asideSetShowLittle && index2 !== displayArea.value.length - 1 ? (openBlock(), createElementBlock("hr", _hoisted_4$7)) : createCommentVNode("", true)
|
|
19108
19183
|
], 64);
|
|
19109
19184
|
}), 128)),
|
|
19110
|
-
!
|
|
19185
|
+
!__props.asideSetShowLittle && isModuleVisible(unref(AsideDisplayItem).LINK) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
19111
19186
|
_cache[3] || (_cache[3] = createElementVNode("hr", { class: "line mt-[16px] mb-[16px]" }, null, -1)),
|
|
19112
19187
|
createVNode(SubMenuList)
|
|
19113
19188
|
], 64)) : createCommentVNode("", true)
|
|
19114
19189
|
])),
|
|
19115
|
-
!
|
|
19190
|
+
!__props.asideSetShowLittle && isModuleVisible(unref(AsideDisplayItem).SITE_INFO) ? (openBlock(), createBlock(ContactInfo, { key: 2 })) : createCommentVNode("", true)
|
|
19116
19191
|
], 34),
|
|
19117
19192
|
showPreferencesSetting.value ? (openBlock(), createElementBlock("div", {
|
|
19118
19193
|
key: 0,
|
|
19119
|
-
class: normalizeClass(["aside-footer-tools", { "aside-footer-tools-little":
|
|
19194
|
+
class: normalizeClass(["aside-footer-tools", { "aside-footer-tools-little": __props.asideSetShowLittle }])
|
|
19120
19195
|
}, [
|
|
19121
19196
|
createVNode(_sfc_main$j, {
|
|
19122
|
-
"show-lang-setting":
|
|
19123
|
-
"show-theme-setting":
|
|
19124
|
-
asideSetShowLittle:
|
|
19197
|
+
"show-lang-setting": __props.showLangSetting,
|
|
19198
|
+
"show-theme-setting": __props.showThemeSetting,
|
|
19199
|
+
asideSetShowLittle: __props.asideSetShowLittle
|
|
19125
19200
|
}, null, 8, ["show-lang-setting", "show-theme-setting", "asideSetShowLittle"])
|
|
19126
19201
|
], 2)) : createCommentVNode("", true)
|
|
19127
19202
|
])), [
|
|
@@ -19286,18 +19361,18 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
19286
19361
|
key: 0,
|
|
19287
19362
|
class: normalizeClass(["left-side-bar", { oldWhite: asideSetShowLittleMode.value, higherZIndex: unref(SITE_STATUS).DISABLE }]),
|
|
19288
19363
|
style: normalizeStyle({ width: mainMarginLeftWidth.value + "px", top: unref(headerHeight2) + "px" }),
|
|
19289
|
-
sceneValue:
|
|
19364
|
+
sceneValue: __props.sceneValue,
|
|
19290
19365
|
asideDefaultWidth: mainMarginLeftWidth.value,
|
|
19291
19366
|
asideSetShowLittle: asideSetShowLittleMode.value,
|
|
19292
|
-
isLogin:
|
|
19293
|
-
showPreferencesSetting:
|
|
19294
|
-
showThemeSetting:
|
|
19295
|
-
showLangSetting:
|
|
19296
|
-
independence:
|
|
19297
|
-
slotKeys:
|
|
19298
|
-
collapseMode:
|
|
19367
|
+
isLogin: __props.isLogin,
|
|
19368
|
+
showPreferencesSetting: __props.showPreferencesSetting,
|
|
19369
|
+
showThemeSetting: __props.showThemeSetting,
|
|
19370
|
+
showLangSetting: __props.showLangSetting,
|
|
19371
|
+
independence: __props.independence,
|
|
19372
|
+
slotKeys: __props.slotKeys,
|
|
19373
|
+
collapseMode: __props.collapseMode
|
|
19299
19374
|
}, createSlots({ _: 2 }, [
|
|
19300
|
-
renderList(
|
|
19375
|
+
renderList(__props.slotKeys, (key) => {
|
|
19301
19376
|
return {
|
|
19302
19377
|
name: key,
|
|
19303
19378
|
fn: withCtx(() => [
|
|
@@ -19319,8 +19394,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
19319
19394
|
createVNode(GLink, {
|
|
19320
19395
|
class: "g-toolbar-left-logo",
|
|
19321
19396
|
style: normalizeStyle(logoStyle.value),
|
|
19322
|
-
to:
|
|
19323
|
-
href:
|
|
19397
|
+
to: __props.independence ? "" : { name: "home" },
|
|
19398
|
+
href: __props.independence ? unref(transformUrl)(unref(layoutConfig2).VITE_HOST) : "",
|
|
19324
19399
|
onClickCapture: handleDrawerLogoClick
|
|
19325
19400
|
}, null, 8, ["style", "to", "href"]),
|
|
19326
19401
|
createVNode(unref(Button), {
|
|
@@ -19331,14 +19406,14 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
19331
19406
|
})
|
|
19332
19407
|
]),
|
|
19333
19408
|
createVNode(ConfigAideContent, mergeProps(props, {
|
|
19334
|
-
sceneValue:
|
|
19409
|
+
sceneValue: __props.sceneValue,
|
|
19335
19410
|
asideDefaultWidth: 240,
|
|
19336
|
-
isLogin:
|
|
19337
|
-
showPreferencesSetting:
|
|
19338
|
-
showThemeSetting:
|
|
19339
|
-
showLangSetting:
|
|
19340
|
-
independence:
|
|
19341
|
-
slotKeys:
|
|
19411
|
+
isLogin: __props.isLogin,
|
|
19412
|
+
showPreferencesSetting: __props.showPreferencesSetting,
|
|
19413
|
+
showThemeSetting: __props.showThemeSetting,
|
|
19414
|
+
showLangSetting: __props.showLangSetting,
|
|
19415
|
+
independence: __props.independence,
|
|
19416
|
+
slotKeys: __props.slotKeys
|
|
19342
19417
|
}), null, 16, ["sceneValue", "isLogin", "showPreferencesSetting", "showThemeSetting", "showLangSetting", "independence", "slotKeys"])
|
|
19343
19418
|
]),
|
|
19344
19419
|
_: 1
|
|
@@ -20179,12 +20254,12 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
20179
20254
|
showLangSetting: "",
|
|
20180
20255
|
showThemeSetting: ""
|
|
20181
20256
|
}, {
|
|
20182
|
-
home: withCtx(() => _cache[3] || (_cache[3] = [
|
|
20257
|
+
home: withCtx(() => [..._cache[3] || (_cache[3] = [
|
|
20183
20258
|
createElementVNode("div", null, "首页hover-插槽", -1)
|
|
20184
|
-
])),
|
|
20185
|
-
issues: withCtx(() => _cache[4] || (_cache[4] = [
|
|
20259
|
+
])]),
|
|
20260
|
+
issues: withCtx(() => [..._cache[4] || (_cache[4] = [
|
|
20186
20261
|
createElementVNode("div", null, "issues hover-插槽", -1)
|
|
20187
|
-
])),
|
|
20262
|
+
])]),
|
|
20188
20263
|
_: 1
|
|
20189
20264
|
}, 8, ["sceneValue", "userInfo", "isLogin", "request", "globalStore", "independence", "collapseMode"])
|
|
20190
20265
|
]),
|
|
@@ -20200,21 +20275,19 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
20200
20275
|
key: "是",
|
|
20201
20276
|
value: true
|
|
20202
20277
|
}, {
|
|
20203
|
-
default: withCtx(() => _cache[5] || (_cache[5] = [
|
|
20204
|
-
createTextVNode("普通 Header")
|
|
20205
|
-
])),
|
|
20206
|
-
_: 1
|
|
20207
|
-
__: [5]
|
|
20278
|
+
default: withCtx(() => [..._cache[5] || (_cache[5] = [
|
|
20279
|
+
createTextVNode("普通 Header", -1)
|
|
20280
|
+
])]),
|
|
20281
|
+
_: 1
|
|
20208
20282
|
})),
|
|
20209
20283
|
(openBlock(), createBlock(unref(Radio), {
|
|
20210
20284
|
key: "否",
|
|
20211
20285
|
value: false
|
|
20212
20286
|
}, {
|
|
20213
|
-
default: withCtx(() => _cache[6] || (_cache[6] = [
|
|
20214
|
-
createTextVNode("企业版 Header")
|
|
20215
|
-
])),
|
|
20216
|
-
_: 1
|
|
20217
|
-
__: [6]
|
|
20287
|
+
default: withCtx(() => [..._cache[6] || (_cache[6] = [
|
|
20288
|
+
createTextVNode("企业版 Header", -1)
|
|
20289
|
+
])]),
|
|
20290
|
+
_: 1
|
|
20218
20291
|
}))
|
|
20219
20292
|
]),
|
|
20220
20293
|
_: 1
|
|
@@ -20254,21 +20327,19 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
20254
20327
|
key: "是",
|
|
20255
20328
|
value: true
|
|
20256
20329
|
}, {
|
|
20257
|
-
default: withCtx(() => _cache[7] || (_cache[7] = [
|
|
20258
|
-
createTextVNode("是")
|
|
20259
|
-
])),
|
|
20260
|
-
_: 1
|
|
20261
|
-
__: [7]
|
|
20330
|
+
default: withCtx(() => [..._cache[7] || (_cache[7] = [
|
|
20331
|
+
createTextVNode("是", -1)
|
|
20332
|
+
])]),
|
|
20333
|
+
_: 1
|
|
20262
20334
|
})),
|
|
20263
20335
|
(openBlock(), createBlock(unref(Radio), {
|
|
20264
20336
|
key: "否",
|
|
20265
20337
|
value: false
|
|
20266
20338
|
}, {
|
|
20267
|
-
default: withCtx(() => _cache[8] || (_cache[8] = [
|
|
20268
|
-
createTextVNode("否")
|
|
20269
|
-
])),
|
|
20270
|
-
_: 1
|
|
20271
|
-
__: [8]
|
|
20339
|
+
default: withCtx(() => [..._cache[8] || (_cache[8] = [
|
|
20340
|
+
createTextVNode("否", -1)
|
|
20341
|
+
])]),
|
|
20342
|
+
_: 1
|
|
20272
20343
|
}))
|
|
20273
20344
|
]),
|
|
20274
20345
|
_: 1
|
|
@@ -21139,13 +21210,13 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
21139
21210
|
});
|
|
21140
21211
|
return (_ctx, _cache) => {
|
|
21141
21212
|
return openBlock(), createElementBlock("div", {
|
|
21142
|
-
class: normalizeClass(["flex flex-1 g-input-button", [inputBtnClassName.value,
|
|
21213
|
+
class: normalizeClass(["flex flex-1 g-input-button", [inputBtnClassName.value, __props.error ? "g-input-button-error" : ""]])
|
|
21143
21214
|
}, [
|
|
21144
21215
|
createVNode(unref(Input), {
|
|
21145
21216
|
modelValue: unref(vModels),
|
|
21146
21217
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(vModels) ? vModels.value = $event : null),
|
|
21147
|
-
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label:
|
|
21148
|
-
autocomplete:
|
|
21218
|
+
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: __props.placeholder }),
|
|
21219
|
+
autocomplete: __props.autocomplete,
|
|
21149
21220
|
onChange: handleChange,
|
|
21150
21221
|
onFocus: handleInputFocus,
|
|
21151
21222
|
onBlur: handleInputBlur
|
|
@@ -21155,7 +21226,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
21155
21226
|
onClick: withModifiers(handleClick, ["stop"]),
|
|
21156
21227
|
class: normalizeClass([
|
|
21157
21228
|
"g-input-button-append",
|
|
21158
|
-
DisabledBtn.value || !
|
|
21229
|
+
DisabledBtn.value || !__props.hasMobile ? "g-input-button-append-inactive" : "g-input-button-append-active"
|
|
21159
21230
|
])
|
|
21160
21231
|
}, [
|
|
21161
21232
|
createElementVNode("span", _hoisted_1$a, toDisplayString$1(BtnText.value), 1)
|
|
@@ -21302,8 +21373,8 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
21302
21373
|
key: 1,
|
|
21303
21374
|
modelValue: unref(vModels),
|
|
21304
21375
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => isRef(vModels) ? vModels.value = $event : null)
|
|
21305
|
-
},
|
|
21306
|
-
placeholder:
|
|
21376
|
+
}, __props.prop, {
|
|
21377
|
+
placeholder: __props.placeholder,
|
|
21307
21378
|
onChange: handleChange
|
|
21308
21379
|
}), {
|
|
21309
21380
|
prepend: withCtx(() => [
|
|
@@ -21587,23 +21658,23 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21587
21658
|
rules: GroupRules,
|
|
21588
21659
|
ref_key: "FormRef",
|
|
21589
21660
|
ref: FormRef,
|
|
21590
|
-
"show-feedback":
|
|
21591
|
-
disabled:
|
|
21592
|
-
"message-type":
|
|
21593
|
-
layout:
|
|
21594
|
-
size:
|
|
21595
|
-
"label-size":
|
|
21596
|
-
"label-align":
|
|
21661
|
+
"show-feedback": __props.showFeedback,
|
|
21662
|
+
disabled: __props.disabled,
|
|
21663
|
+
"message-type": __props.MessageType,
|
|
21664
|
+
layout: __props.layout,
|
|
21665
|
+
size: __props.size,
|
|
21666
|
+
"label-size": __props.labelSize,
|
|
21667
|
+
"label-align": __props.labelAlign,
|
|
21597
21668
|
class: "g-form",
|
|
21598
21669
|
onInput: handleFormInput,
|
|
21599
21670
|
requirePosition: "right"
|
|
21600
21671
|
}, {
|
|
21601
21672
|
default: withCtx(() => [
|
|
21602
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
21673
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.DataList, (formItem) => {
|
|
21603
21674
|
return openBlock(), createBlock(unref(FormItem), {
|
|
21604
21675
|
key: formItem.key,
|
|
21605
21676
|
field: formItem.key,
|
|
21606
|
-
label:
|
|
21677
|
+
label: __props.showLabel ? formItem.label : "",
|
|
21607
21678
|
"help-tips": formItem.help,
|
|
21608
21679
|
"extra-info": formItem.extra,
|
|
21609
21680
|
style: normalizeStyle({ width: getItemWidth.value(formItem) })
|
|
@@ -21633,12 +21704,12 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21633
21704
|
}, { ref_for: true }, formItem.props, {
|
|
21634
21705
|
hasMobile: !!Data[(_b = formItem.props) == null ? void 0 : _b.aliasKey],
|
|
21635
21706
|
text: unref($t)("gitCodeLayout.userSetting.account.getVerificationCode"),
|
|
21636
|
-
error:
|
|
21707
|
+
error: __props.errors.msgError,
|
|
21637
21708
|
autocomplete: autocompleteCalc((_c = formItem.props) == null ? void 0 : _c.autocomplete)
|
|
21638
21709
|
}), null, 16, ["modelValue", "onUpdate:modelValue", "onChange", "onClick", "onUpdate:countdown", "placeholder", "hasMobile", "text", "error", "autocomplete"])) : formItem.type === "inputSelect" ? (openBlock(), createBlock(_sfc_main$b, mergeProps({
|
|
21639
21710
|
key: 2,
|
|
21640
21711
|
country: Data.country,
|
|
21641
|
-
class:
|
|
21712
|
+
class: __props.formErrors["mobile"] ? "input-select-error" : "",
|
|
21642
21713
|
modelValue: Data[formItem.key],
|
|
21643
21714
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
21644
21715
|
onSelectChange: _cache[0] || (_cache[0] = (evt) => handleSelectChange("country", evt)),
|
|
@@ -21698,7 +21769,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
21698
21769
|
return openBlock(), createElementBlock("div", _hoisted_1$8, [
|
|
21699
21770
|
createElementVNode("div", _hoisted_2$6, toDisplayString$1(unref($t)("gitCodeLayout.LoginModal.subtitle.otherLogin")), 1),
|
|
21700
21771
|
createElementVNode("div", _hoisted_3$6, [
|
|
21701
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
21772
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.logos, (icon) => {
|
|
21702
21773
|
return openBlock(), createElementBlock("div", {
|
|
21703
21774
|
key: icon.alt,
|
|
21704
21775
|
class: "rounded-[50%] w-[40px] h-[40px] border-[1px] icon-wrap border-solid cursor-pointer otherInfo-icon"
|
|
@@ -21804,7 +21875,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
21804
21875
|
return (_ctx, _cache) => {
|
|
21805
21876
|
return openBlock(), createElementBlock("div", _hoisted_1$7, [
|
|
21806
21877
|
createVNode(unref(Checkbox), {
|
|
21807
|
-
"model-value":
|
|
21878
|
+
"model-value": __props.modelValue,
|
|
21808
21879
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = (val) => emits("update:modelValue", val)),
|
|
21809
21880
|
size: "sm"
|
|
21810
21881
|
}, {
|
|
@@ -21823,7 +21894,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
21823
21894
|
_: 1
|
|
21824
21895
|
}, 8, ["model-value"]),
|
|
21825
21896
|
createVNode(unref(Checkbox), {
|
|
21826
|
-
"model-value":
|
|
21897
|
+
"model-value": __props.dataShareChecked,
|
|
21827
21898
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = (val) => emits("update:dataShareChecked", val)),
|
|
21828
21899
|
size: "sm"
|
|
21829
21900
|
}, {
|
|
@@ -21872,7 +21943,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
21872
21943
|
return (_ctx, _cache) => {
|
|
21873
21944
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
21874
21945
|
createVNode(unref(Checkbox), {
|
|
21875
|
-
"model-value":
|
|
21946
|
+
"model-value": __props.modelValue,
|
|
21876
21947
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = (val) => emits("update:modelValue", val)),
|
|
21877
21948
|
size: "sm",
|
|
21878
21949
|
class: "mt-[6px] agree-module flex items-center"
|
|
@@ -21893,7 +21964,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
21893
21964
|
_: 3
|
|
21894
21965
|
}, 8, ["model-value"]),
|
|
21895
21966
|
createVNode(unref(Checkbox), {
|
|
21896
|
-
"model-value":
|
|
21967
|
+
"model-value": __props.dataShareChecked,
|
|
21897
21968
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = (val) => emits("update:dataShareChecked", val)),
|
|
21898
21969
|
size: "sm",
|
|
21899
21970
|
class: "mb-[12px]"
|
|
@@ -21935,14 +22006,14 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
21935
22006
|
return (_ctx, _cache) => {
|
|
21936
22007
|
return openBlock(), createElementBlock("div", _hoisted_1$5, [
|
|
21937
22008
|
createElementVNode("div", _hoisted_2$3, [
|
|
21938
|
-
|
|
22009
|
+
__props.showBack ? (openBlock(), createElementBlock("img", {
|
|
21939
22010
|
key: 0,
|
|
21940
|
-
src:
|
|
22011
|
+
src: __props.icon,
|
|
21941
22012
|
class: "w-[24px] cursor-pointer",
|
|
21942
22013
|
onClick: withModifiers(handleClick, ["stop"])
|
|
21943
22014
|
}, null, 8, _hoisted_3$3)) : createCommentVNode("", true)
|
|
21944
22015
|
]),
|
|
21945
|
-
|
|
22016
|
+
__props.showTitle ? (openBlock(), createElementBlock("span", _hoisted_4$2, toDisplayString$1(__props.title), 1)) : createCommentVNode("", true)
|
|
21946
22017
|
]);
|
|
21947
22018
|
};
|
|
21948
22019
|
}
|
|
@@ -21976,7 +22047,7 @@ const verifyCodeRegExp4 = /^\d{4}$/;
|
|
|
21976
22047
|
const verifyCodeRegExp6 = /^\d{6}$/;
|
|
21977
22048
|
const mobileRegExp = /^1[3-9]\d{9}$/;
|
|
21978
22049
|
const usernameRegExp = /^(?!-)[a-zA-Z][a-zA-Z0-9_-]{1,49}$/;
|
|
21979
|
-
const metadata = { "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(?:48|5[0-3579]|[6-9])|7(?:20|32|8)|[89]", "(?:31|4)6|51|6(?:485|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]|5[0135-9])\\d|4(?:[02-9]\\d|10))|3(?:(?:[0-3589]\\d|6[1-9]|7[0-35-9])\\d|4(?:[0-578]\\d|90))|7(?:[013-57-9]\\d|2[0-8])\\d)\\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])|[34]\\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-478])\\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]|2[23]"], "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", "(?:01\\d|[24-689])\\d{7}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["0"]]]], "BL": ["590", "00", "(?:590\\d|7090)\\d{5}|(?: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))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\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-467]\\d{9,10}|55[0-46-9]\\d{8}|[34]\\d{7}|55\\d{7,8}|(?:5[0-46-9]|[89]\\d)\\d{7,9}", [8, 9, 10, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["300|4(?:0[02]|37|86)", "300|4(?:0(?:0|20)|370|864)"]], ["(\\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-9]\\d{9}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|5[07]|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])|9(?:0[25]|42))[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(?:2[125-9]|33|44|66|77|88)|6(?:22|33))[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-478])\\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]|5\\d)\\d|2)\\d{7}|[1-68]\\d{6}", [7, 8, 9, 10], [["(\\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{2})(\\d{4})", "$1 $2 $3", ["2"], "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"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["5"], "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, 12], [["(\\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[03-689]|2\\d)\\d\\d|6)\\d{8}|1\\d{10}|[126]\\d{6}(?:\\d(?:\\d{2})?)?|86\\d{5,6}|(?:[3-579]\\d|8[0-57-9])\\d{5,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]|3(?:[157]|35|49|9[1-68])|4(?:1[124-9]|2[179]|6[47-9]|7|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(?:07|1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3|4[13]|5[1-5]|7[0-79]|9[0-35-9])|(?:4[35]|59|85)[1-9]", "(?:10|2[0-57-9])(?:1[02]|9[56])|8078|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|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]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))1", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|80781|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|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]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))12", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|807812|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|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]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|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(?:078|1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123"], "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])", "(?:46|60\\d\\d)\\d{6}|(?:1\\d|[39])\\d{9}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["46"]], ["(\\d{3})(\\d{7})", "$1 $2", ["6|90"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3[0-357]|9[14]"]], ["(\\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-478])\\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, 10, 11, 12], [["(\\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", ["(?:19|[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|7093)\\d{5}|(?:80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]|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|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]"], "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))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\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", "[2-69]\\d{8}|80\\d{5,7}|[1-79]\\d{7}|6\\d{6}", [7, 8, 9], [["(\\d{2})(\\d{2})(\\d{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]\\d{9,14}|(?:[1-36]|8\\d{5})\\d{6}|00\\d{9}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\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, 12], [["(\\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}", [6, 7, 8, 9, 10, 11]], ["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]], ["3[2-8]\\d{9,10}", [11, 12]], 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", ["3"], "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-6]|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", "(?:[2457]\\d|33|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-467]|5[0-3]|8[0-7]))\\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|7090)\\d{5}|(?: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))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\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", ["4(?:[2-46]|5[3-5])|5|6(?:[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-5]|(?:60|86)[23]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|452|678|86", "[12]|452|6788|86"], "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|7091)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]|8(?:0[6-9]|[36])"], "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", "(?:20|9\\d)\\d{8}|[78]\\d{9,13}", [10, 11, 12, 13, 14], [["(\\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", "(?:222|444|(?:55|8\\d)\\d|666|777|999)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[24-9]"]]]], "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|8\\d\\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[136]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[3-7]"]]]], "RE": ["262", "00", "709\\d{6}|(?:26|[689]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"], "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[0-3]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\d{4}"], ["80\\d{7}"], ["89[1-37-9]\\d{6}"], 0, 0, 0, 0, ["9(?:399[0-3]|479[0-6]|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", "(?:[15]\\d|800|92)\\d{7}", [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{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, 12], [["(\\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]|7[67]|9[2-9]"]]], "0"], "SR": ["597", "00", "(?:[2-5]|68|[78]\\d|90)\\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-9]"]]]], "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[0-68]))\\d{4}|(?:2742|305[3-9]|472[247-9]|505[2-57-9]|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[0135-79]|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[0-247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[0168]|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-9]\\d)\\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, 12], 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|8\\d{4})\\d{4}|[89]\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[47-9]"]], ["(\\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", "7093\\d{5}|(?: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])|7093[5-7])\\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|[579]\\d|63)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[579]"], "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}|[235-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"], 0, 0, 0, 0, 0, 0, ["2\\d{8}", [9]]]], "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, ["348[57]\\d{7}", [11]], 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}"]]] } };
|
|
22050
|
+
const metadata = { "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(?:48|5[0-3579]|[6-9])|7(?:20|32|8)|[89]", "(?:31|4)6|51|6(?:485|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, [["(?:(?:241|349)0\\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])|[34]\\d\\d)|91(?:(?:[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}|(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|3(?:[0-3589]\\d|4[0-578]|6[1-9]|7[0-35-9])|7(?:[013-57-9]\\d|2[0-8])|8(?:55|6[0-8]|[78]\\d|9[02-9]))\\d{6}", [9]], ["4(?:79[01]|83[0-36-9]|95[0-3])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-47-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]|2[23]"], "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|44)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[024-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", "(?:01\\d|8)\\d{7}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["0"]]]], "BL": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|[89]\\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))|7090[0-4])\\d{4}"], ["80\\d{7}"], ["8[129]\\d{7}"], 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\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-467]\\d{9,10}|55[0-46-9]\\d{8}|[34]\\d{7}|55\\d{7,8}|(?:5[0-46-9]|[89]\\d)\\d{7,9}", [8, 9, 10, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["300|4(?:0[02]|37|86)", "300|4(?:0(?:0|20)|370|864)"]], ["(\\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", "[178]\\d{7}|[2-8]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-6]|7[246]|8[2-4]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[67]|[78]"]]]], "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-9]\\d{9}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|5[07]|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])|9(?:0[25]|42))[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(?:2[125-9]|3[23]|44|66|77|88)|6(?:22|33))[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-36-9]|95[0-3])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-47-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]|5\\d)\\d|2)\\d{7}|[1-68]\\d{6}", [7, 8, 9, 10], [["(\\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{2})(\\d{4})", "$1 $2 $3", ["2"], "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"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["5"], "0$1"]], "0"], "CF": ["236", "00", "8776\\d{4}|(?:[27]\\d|61)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-8]"]]]], "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, 12], [["(\\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{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["60|809"]], ["(\\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(?:10|[2-9])"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-8]|[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[03-689]|2\\d)\\d\\d|6)\\d{8}|1\\d{10}|[126]\\d{6}(?:\\d(?:\\d{2})?)?|86\\d{5,6}|(?:[3-579]\\d|8[0-57-9])\\d{5,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]|3(?:[157]|35|49|9[1-68])|4(?:1[124-9]|2[179]|6[47-9]|7|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(?:07|1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3|4[13]|5[1-5]|7[0-79]|9[0-35-9])|(?:4[35]|59|85)[1-9]", "(?:10|2[0-57-9])(?:1[02]|9[56])|8078|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|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]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))1", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|80781|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|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]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))12", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|807812|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|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]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|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(?:078|1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123"], "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])", "(?:46|60\\d\\d)\\d{6}|(?:1\\d|[39])\\d{9}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["46"]], ["(\\d{3})(\\d{7})", "$1 $2", ["6|90"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3[0-357]|9[14]"]], ["(\\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-36-9]|95[0-3])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-47-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, 10, 11, 12], [["(\\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]|3[13])"], "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, 0, [["528[89]\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[016-8]\\d|2[0-8]|5[0-5]))\\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}"]]], "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", ["(?:19|[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|180020", 0, 0, 0, [["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0-5])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|5[01]))\\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", "7093\\d{5}|(?:[56]94|[89]\\d\\d)\\d{6}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]|80[6-9]|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|180020", "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|7090)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]"], "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))|7090[0-4])\\d{4}"], ["80\\d{7}"], ["8[129]\\d{7}"], 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\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", "[2-69]\\d{8}|80\\d{5,7}|[1-79]\\d{7}|6\\d{6}", [7, 8, 9], [["(\\d{2})(\\d{2})(\\d{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-589]\\d{7}", [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]\\d{9,14}|(?:[1-36]|8\\d{5})\\d{6}|00\\d{9}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\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|180020", "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|8(?:28[235-7]|3))|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])\\d|8(?:[14-6]\\d|2[0-79]))|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", ["16|[6-9]"], "0$1", 1], ["(\\d{4})(\\d{2,4})(\\d{4})", "$1 $2 $3", ["18[06]", "18[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,11}|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, 12], [["(\\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", ["[03]"]]], 0, 0, 0, 0, 0, 0, [["0(?:669[0-79]\\d{1,6}|831\\d{2,8})|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[2356]|[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]], ["3[2-8]\\d{9,10}", [11, 12]], 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|180020", "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|427|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", ["[47]"], "0$1"]], "0"], "JP": ["81", "010", "00[1-9]\\d{6,14}|[25-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", ["3|4(?:2[09]|7[01])|6[1-9]", "3|4(?:2(?:0|9[02-69])|7(?:0[019]|1))|6[1-9]"], "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", ["[25-9]"], "0$1"]], "0", 0, "(000[2569]\\d{4,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", "8\\d{13}|[78]\\d{9}", [10, 14], 0, "8", 0, 0, 0, 0, "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", ["3"], "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-6]|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", "(?:[2457]\\d|33|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", ["20"]], ["(\\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]"]], ["(\\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", ["20"]]], 0, 0, "(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"], "LV": ["371", "00", "(?:[268]\\d|78|90)\\d{6}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2679]|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{4})(\\d{5})", "$1-$2", ["892"], "0$1"], ["(\\d{2})(\\d{7})", "$1-$2", ["8(?:0[0-7]|9)"], "0$1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[5-8]"], "0$1"]], "0", 0, 0, 0, 0, "[5-8]"], "MC": ["377", "00", "(?:[3489]|[67]\\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", ["[67]"], "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|7090)\\d{5}|(?:69|[89]\\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))|7090[0-4])\\d{4}"], ["80\\d{7}"], ["8[129]\\d{7}"], 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\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", ["4(?:[2-46]|5[3-5])|5|6(?:[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-5]|(?:60|86)[23]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|452|678|86", "[12]|452|6788|86"], "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|7091)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]|8(?:0[6-9]|[36])"], "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", "(?:20|9\\d)\\d{8}|[78]\\d{9,13}", [10, 11, 12, 13, 14], [["(\\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", "(?:222|444|(?:55|8\\d)\\d|666|777|999)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[24-9]"]]]], "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", ["30|(?: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", "30|(?: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", "[78]\\d{8}|[2-9]\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2-9]"], "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", "[36-8]\\d{5,8}|4\\d{6,8}|59\\d{6}|9\\d{5,10}|(?:2\\d|5[0-8])\\d{6,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", ["3[289]|4[246-8]|61|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[136]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[3-7]"]]]], "RE": ["262", "00", "709\\d{6}|(?:26|[689]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"], "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[0-3]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\d{4}"], ["80\\d{7}"], ["89[1-37-9]\\d{6}"], 0, 0, 0, 0, ["9(?:399[0-3]|479[0-6]|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, "[3489]", 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", "(?:[15]\\d|800|92)\\d{7}", [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{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, 12], [["(\\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]|7[67]|9[2-9]"]]], "0"], "SR": ["597", "00", "(?:[2-5]|[6-8]\\d|90)\\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-9]"]]]], "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", "[25-7]\\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", ["[25-7]"]], ["(\\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-359]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-4]|5[1-3]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[59]"], "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|30|[689]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[236-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|66)\\d{7}", [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", ["\\d"]]], 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-579]|61)", "5(?:[0-579]|61[06])", "5(?:[0-579]|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, [["(?:274[27]|(?:472|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-57-9]|1[02-9]|2[013-79]|3[0-24679]|4[167]|5[0-3]|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-57-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-269])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-247]|4[0378]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[0168]|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-3589]|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]|3[23]|44|66|77|88)[2-9]\\d{6}"]]], "UY": ["598", "0(?:0|1[3-9]\\d)", "0004\\d{2,9}|[1249]\\d{7}|2\\d{3,4}|(?:[49]\\d|80)\\d{5}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d{4,5})", "$1", ["21"]], ["(\\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-9]\\d)\\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, 12], 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|8\\d{4})\\d{4}|[89]\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[47-9]"]], ["(\\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", "7093\\d{5}|(?: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])|7093[5-7])\\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|[579]\\d|63)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[579]"], "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}|[235-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"], 0, 0, 0, 0, 0, 0, ["2\\d{8}", [9]]]], "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|5[12]"]], ["(\\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})|5(?:0\\d{3}|2[0-2]))\\d{7}", [7, 8, 9, 10, 12]], 0, 0, 0, ["348[57]\\d{7}", [11]], 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}"]]] } };
|
|
21980
22051
|
function withMetadataArgument(func, _arguments) {
|
|
21981
22052
|
var args = Array.prototype.slice.call(_arguments);
|
|
21982
22053
|
args.push(metadata);
|
|
@@ -22004,32 +22075,39 @@ var objectConstructor = {}.constructor;
|
|
|
22004
22075
|
function isObject(object) {
|
|
22005
22076
|
return object !== void 0 && object !== null && object.constructor === objectConstructor;
|
|
22006
22077
|
}
|
|
22007
|
-
function _typeof$
|
|
22078
|
+
function _typeof$7(o) {
|
|
22008
22079
|
"@babel/helpers - typeof";
|
|
22009
|
-
return _typeof$
|
|
22010
|
-
return typeof
|
|
22011
|
-
} : function(
|
|
22012
|
-
return
|
|
22013
|
-
}, _typeof$
|
|
22080
|
+
return _typeof$7 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
22081
|
+
return typeof o2;
|
|
22082
|
+
} : function(o2) {
|
|
22083
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
22084
|
+
}, _typeof$7(o);
|
|
22014
22085
|
}
|
|
22015
|
-
function _classCallCheck$2(
|
|
22016
|
-
if (!(
|
|
22017
|
-
throw new TypeError("Cannot call a class as a function");
|
|
22018
|
-
}
|
|
22086
|
+
function _classCallCheck$2(a, n) {
|
|
22087
|
+
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
22019
22088
|
}
|
|
22020
|
-
function _defineProperties$1(
|
|
22021
|
-
for (var
|
|
22022
|
-
var
|
|
22023
|
-
|
|
22024
|
-
descriptor.configurable = true;
|
|
22025
|
-
if ("value" in descriptor) descriptor.writable = true;
|
|
22026
|
-
Object.defineProperty(target, descriptor.key, descriptor);
|
|
22089
|
+
function _defineProperties$1(e, r) {
|
|
22090
|
+
for (var t2 = 0; t2 < r.length; t2++) {
|
|
22091
|
+
var o = r[t2];
|
|
22092
|
+
o.enumerable = o.enumerable || false, o.configurable = true, "value" in o && (o.writable = true), Object.defineProperty(e, _toPropertyKey$6(o.key), o);
|
|
22027
22093
|
}
|
|
22028
22094
|
}
|
|
22029
|
-
function _createClass$2(
|
|
22030
|
-
|
|
22031
|
-
|
|
22032
|
-
|
|
22095
|
+
function _createClass$2(e, r, t2) {
|
|
22096
|
+
return r && _defineProperties$1(e.prototype, r), Object.defineProperty(e, "prototype", { writable: false }), e;
|
|
22097
|
+
}
|
|
22098
|
+
function _toPropertyKey$6(t2) {
|
|
22099
|
+
var i = _toPrimitive$6(t2, "string");
|
|
22100
|
+
return "symbol" == _typeof$7(i) ? i : i + "";
|
|
22101
|
+
}
|
|
22102
|
+
function _toPrimitive$6(t2, r) {
|
|
22103
|
+
if ("object" != _typeof$7(t2) || !t2) return t2;
|
|
22104
|
+
var e = t2[Symbol.toPrimitive];
|
|
22105
|
+
if (void 0 !== e) {
|
|
22106
|
+
var i = e.call(t2, r);
|
|
22107
|
+
if ("object" != _typeof$7(i)) return i;
|
|
22108
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
22109
|
+
}
|
|
22110
|
+
return String(t2);
|
|
22033
22111
|
}
|
|
22034
22112
|
var V3 = "1.2.0";
|
|
22035
22113
|
var V4 = "1.7.35";
|
|
@@ -22042,7 +22120,7 @@ var Metadata = /* @__PURE__ */ function() {
|
|
|
22042
22120
|
this.metadata = metadata2;
|
|
22043
22121
|
setVersion.call(this, metadata2);
|
|
22044
22122
|
}
|
|
22045
|
-
_createClass$2(Metadata2, [{
|
|
22123
|
+
return _createClass$2(Metadata2, [{
|
|
22046
22124
|
key: "getCountries",
|
|
22047
22125
|
value: function getCountries() {
|
|
22048
22126
|
return Object.keys(this.metadata.countries).filter(function(_) {
|
|
@@ -22247,7 +22325,6 @@ var Metadata = /* @__PURE__ */ function() {
|
|
|
22247
22325
|
return this.numberingPlan !== void 0;
|
|
22248
22326
|
}
|
|
22249
22327
|
}]);
|
|
22250
|
-
return Metadata2;
|
|
22251
22328
|
}();
|
|
22252
22329
|
var NumberingPlan = /* @__PURE__ */ function() {
|
|
22253
22330
|
function NumberingPlan2(metadata2, globalMetadataObject) {
|
|
@@ -22256,7 +22333,7 @@ var NumberingPlan = /* @__PURE__ */ function() {
|
|
|
22256
22333
|
this.metadata = metadata2;
|
|
22257
22334
|
setVersion.call(this, globalMetadataObject.metadata);
|
|
22258
22335
|
}
|
|
22259
|
-
_createClass$2(NumberingPlan2, [{
|
|
22336
|
+
return _createClass$2(NumberingPlan2, [{
|
|
22260
22337
|
key: "callingCode",
|
|
22261
22338
|
value: function callingCode() {
|
|
22262
22339
|
return this.metadata[0];
|
|
@@ -22395,7 +22472,6 @@ var NumberingPlan = /* @__PURE__ */ function() {
|
|
|
22395
22472
|
return this.metadata[13] || DEFAULT_EXT_PREFIX;
|
|
22396
22473
|
}
|
|
22397
22474
|
}]);
|
|
22398
|
-
return NumberingPlan2;
|
|
22399
22475
|
}();
|
|
22400
22476
|
var Format = /* @__PURE__ */ function() {
|
|
22401
22477
|
function Format2(format2, metadata2) {
|
|
@@ -22403,7 +22479,7 @@ var Format = /* @__PURE__ */ function() {
|
|
|
22403
22479
|
this._format = format2;
|
|
22404
22480
|
this.metadata = metadata2;
|
|
22405
22481
|
}
|
|
22406
|
-
_createClass$2(Format2, [{
|
|
22482
|
+
return _createClass$2(Format2, [{
|
|
22407
22483
|
key: "pattern",
|
|
22408
22484
|
value: function pattern() {
|
|
22409
22485
|
return this._format[0];
|
|
@@ -22446,7 +22522,6 @@ var Format = /* @__PURE__ */ function() {
|
|
|
22446
22522
|
return this._format[5] || this.format();
|
|
22447
22523
|
}
|
|
22448
22524
|
}]);
|
|
22449
|
-
return Format2;
|
|
22450
22525
|
}();
|
|
22451
22526
|
var FIRST_GROUP_ONLY_PREFIX_PATTERN = /^\(?\$1\)?$/;
|
|
22452
22527
|
var Type = /* @__PURE__ */ function() {
|
|
@@ -22455,7 +22530,7 @@ var Type = /* @__PURE__ */ function() {
|
|
|
22455
22530
|
this.type = type;
|
|
22456
22531
|
this.metadata = metadata2;
|
|
22457
22532
|
}
|
|
22458
|
-
_createClass$2(Type2, [{
|
|
22533
|
+
return _createClass$2(Type2, [{
|
|
22459
22534
|
key: "pattern",
|
|
22460
22535
|
value: function pattern() {
|
|
22461
22536
|
if (this.metadata.v1) return this.type;
|
|
@@ -22468,7 +22543,6 @@ var Type = /* @__PURE__ */ function() {
|
|
|
22468
22543
|
return this.type[1] || this.metadata.possibleLengths();
|
|
22469
22544
|
}
|
|
22470
22545
|
}]);
|
|
22471
|
-
return Type2;
|
|
22472
22546
|
}();
|
|
22473
22547
|
function getType(types, type) {
|
|
22474
22548
|
switch (type) {
|
|
@@ -22503,12 +22577,12 @@ function validateMetadata(metadata2) {
|
|
|
22503
22577
|
}
|
|
22504
22578
|
}
|
|
22505
22579
|
var typeOf = function typeOf2(_) {
|
|
22506
|
-
return _typeof$
|
|
22580
|
+
return _typeof$7(_);
|
|
22507
22581
|
};
|
|
22508
22582
|
function getCountryCallingCode(country, metadata2) {
|
|
22509
22583
|
metadata2 = new Metadata(metadata2);
|
|
22510
22584
|
if (metadata2.hasCountry(country)) {
|
|
22511
|
-
return metadata2.
|
|
22585
|
+
return metadata2.selectNumberingPlan(country).countryCallingCode();
|
|
22512
22586
|
}
|
|
22513
22587
|
throw new Error("Unknown country: ".concat(country));
|
|
22514
22588
|
}
|
|
@@ -22534,10 +22608,14 @@ function setVersion(metadata2) {
|
|
|
22534
22608
|
}
|
|
22535
22609
|
}
|
|
22536
22610
|
}
|
|
22537
|
-
function checkNumberLength(nationalNumber, metadata2) {
|
|
22538
|
-
return checkNumberLengthForType(nationalNumber, void 0, metadata2);
|
|
22611
|
+
function checkNumberLength(nationalNumber, country, metadata2) {
|
|
22612
|
+
return checkNumberLengthForType(nationalNumber, country, void 0, metadata2);
|
|
22539
22613
|
}
|
|
22540
|
-
function checkNumberLengthForType(nationalNumber, type, metadata2) {
|
|
22614
|
+
function checkNumberLengthForType(nationalNumber, country, type, metadata2) {
|
|
22615
|
+
if (country) {
|
|
22616
|
+
metadata2 = new Metadata(metadata2.metadata);
|
|
22617
|
+
metadata2.selectNumberingPlan(country);
|
|
22618
|
+
}
|
|
22541
22619
|
var type_info = metadata2.type(type);
|
|
22542
22620
|
var possible_lengths = type_info && type_info.possibleLengths() || metadata2.possibleLengths();
|
|
22543
22621
|
if (!possible_lengths) {
|
|
@@ -22574,7 +22652,7 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
22574
22652
|
if (!metadata2.hasCountry(input.country)) {
|
|
22575
22653
|
throw new Error("Unknown country: ".concat(input.country));
|
|
22576
22654
|
}
|
|
22577
|
-
metadata2.
|
|
22655
|
+
metadata2.selectNumberingPlan(input.country);
|
|
22578
22656
|
} else {
|
|
22579
22657
|
if (!input.countryCallingCode) {
|
|
22580
22658
|
throw new Error("Invalid phone number object passed");
|
|
@@ -22583,7 +22661,7 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
22583
22661
|
}
|
|
22584
22662
|
}
|
|
22585
22663
|
if (metadata2.possibleLengths()) {
|
|
22586
|
-
return isPossibleNumber(input.phone || input.nationalNumber, metadata2);
|
|
22664
|
+
return isPossibleNumber(input.phone || input.nationalNumber, input.country, metadata2);
|
|
22587
22665
|
} else {
|
|
22588
22666
|
if (input.countryCallingCode && metadata2.isNonGeographicCallingCode(input.countryCallingCode)) {
|
|
22589
22667
|
return true;
|
|
@@ -22592,45 +22670,41 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
22592
22670
|
}
|
|
22593
22671
|
}
|
|
22594
22672
|
}
|
|
22595
|
-
function isPossibleNumber(nationalNumber, metadata2) {
|
|
22596
|
-
switch (checkNumberLength(nationalNumber, metadata2)) {
|
|
22673
|
+
function isPossibleNumber(nationalNumber, country, metadata2) {
|
|
22674
|
+
switch (checkNumberLength(nationalNumber, country, metadata2)) {
|
|
22597
22675
|
case "IS_POSSIBLE":
|
|
22598
22676
|
return true;
|
|
22599
22677
|
default:
|
|
22600
22678
|
return false;
|
|
22601
22679
|
}
|
|
22602
22680
|
}
|
|
22603
|
-
function matchesEntirely(text2,
|
|
22681
|
+
function matchesEntirely(text2, regularExpressionText) {
|
|
22604
22682
|
text2 = text2 || "";
|
|
22605
|
-
return new RegExp("^(?:" +
|
|
22606
|
-
}
|
|
22607
|
-
function _createForOfIteratorHelperLoose$
|
|
22608
|
-
var
|
|
22609
|
-
if (
|
|
22610
|
-
if (Array.isArray(
|
|
22611
|
-
|
|
22612
|
-
var
|
|
22683
|
+
return new RegExp("^(?:" + regularExpressionText + ")$").test(text2);
|
|
22684
|
+
}
|
|
22685
|
+
function _createForOfIteratorHelperLoose$2(r, e) {
|
|
22686
|
+
var t2 = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
22687
|
+
if (t2) return (t2 = t2.call(r)).next.bind(t2);
|
|
22688
|
+
if (Array.isArray(r) || (t2 = _unsupportedIterableToArray$3(r)) || e) {
|
|
22689
|
+
t2 && (r = t2);
|
|
22690
|
+
var o = 0;
|
|
22613
22691
|
return function() {
|
|
22614
|
-
|
|
22615
|
-
return { done: false, value: o[i++] };
|
|
22692
|
+
return o >= r.length ? { done: true } : { done: false, value: r[o++] };
|
|
22616
22693
|
};
|
|
22617
22694
|
}
|
|
22618
22695
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22619
22696
|
}
|
|
22620
|
-
function _unsupportedIterableToArray$
|
|
22621
|
-
if (
|
|
22622
|
-
|
|
22623
|
-
|
|
22624
|
-
|
|
22625
|
-
if (n === "Map" || n === "Set") return Array.from(o);
|
|
22626
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$4(o, minLen);
|
|
22627
|
-
}
|
|
22628
|
-
function _arrayLikeToArray$4(arr, len) {
|
|
22629
|
-
if (len == null || len > arr.length) len = arr.length;
|
|
22630
|
-
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
22631
|
-
arr2[i] = arr[i];
|
|
22697
|
+
function _unsupportedIterableToArray$3(r, a) {
|
|
22698
|
+
if (r) {
|
|
22699
|
+
if ("string" == typeof r) return _arrayLikeToArray$3(r, a);
|
|
22700
|
+
var t2 = {}.toString.call(r).slice(8, -1);
|
|
22701
|
+
return "Object" === t2 && r.constructor && (t2 = r.constructor.name), "Map" === t2 || "Set" === t2 ? Array.from(r) : "Arguments" === t2 || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t2) ? _arrayLikeToArray$3(r, a) : void 0;
|
|
22632
22702
|
}
|
|
22633
|
-
|
|
22703
|
+
}
|
|
22704
|
+
function _arrayLikeToArray$3(r, a) {
|
|
22705
|
+
(null == a || a > r.length) && (a = r.length);
|
|
22706
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
22707
|
+
return n;
|
|
22634
22708
|
}
|
|
22635
22709
|
var NON_FIXED_LINE_PHONE_TYPES = ["MOBILE", "PREMIUM_RATE", "TOLL_FREE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL"];
|
|
22636
22710
|
function getNumberType(input, options, metadata2) {
|
|
@@ -22656,7 +22730,7 @@ function getNumberType(input, options, metadata2) {
|
|
|
22656
22730
|
}
|
|
22657
22731
|
return "FIXED_LINE";
|
|
22658
22732
|
}
|
|
22659
|
-
for (var _iterator = _createForOfIteratorHelperLoose$
|
|
22733
|
+
for (var _iterator = _createForOfIteratorHelperLoose$2(NON_FIXED_LINE_PHONE_TYPES), _step; !(_step = _iterator()).done; ) {
|
|
22660
22734
|
var type = _step.value;
|
|
22661
22735
|
if (isNumberTypeEqualTo(nationalNumber, type, metadata2)) {
|
|
22662
22736
|
return type;
|
|
@@ -22664,14 +22738,14 @@ function getNumberType(input, options, metadata2) {
|
|
|
22664
22738
|
}
|
|
22665
22739
|
}
|
|
22666
22740
|
function isNumberTypeEqualTo(nationalNumber, type, metadata2) {
|
|
22667
|
-
|
|
22668
|
-
if (!
|
|
22741
|
+
var typeDefinition = metadata2.type(type);
|
|
22742
|
+
if (!typeDefinition || !typeDefinition.pattern()) {
|
|
22669
22743
|
return false;
|
|
22670
22744
|
}
|
|
22671
|
-
if (
|
|
22745
|
+
if (typeDefinition.possibleLengths() && typeDefinition.possibleLengths().indexOf(nationalNumber.length) < 0) {
|
|
22672
22746
|
return false;
|
|
22673
22747
|
}
|
|
22674
|
-
return matchesEntirely(nationalNumber,
|
|
22748
|
+
return matchesEntirely(nationalNumber, typeDefinition.pattern());
|
|
22675
22749
|
}
|
|
22676
22750
|
function isValidNumber(input, options, metadata2) {
|
|
22677
22751
|
options = options || {};
|
|
@@ -22775,7 +22849,63 @@ function extractNationalNumberFromPossiblyIncompleteNumber(number2, metadata2) {
|
|
|
22775
22849
|
nationalNumber: number2
|
|
22776
22850
|
};
|
|
22777
22851
|
}
|
|
22778
|
-
function
|
|
22852
|
+
function _createForOfIteratorHelperLoose$1(r, e) {
|
|
22853
|
+
var t2 = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
22854
|
+
if (t2) return (t2 = t2.call(r)).next.bind(t2);
|
|
22855
|
+
if (Array.isArray(r) || (t2 = _unsupportedIterableToArray$2(r)) || e) {
|
|
22856
|
+
t2 && (r = t2);
|
|
22857
|
+
var o = 0;
|
|
22858
|
+
return function() {
|
|
22859
|
+
return o >= r.length ? { done: true } : { done: false, value: r[o++] };
|
|
22860
|
+
};
|
|
22861
|
+
}
|
|
22862
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22863
|
+
}
|
|
22864
|
+
function _unsupportedIterableToArray$2(r, a) {
|
|
22865
|
+
if (r) {
|
|
22866
|
+
if ("string" == typeof r) return _arrayLikeToArray$2(r, a);
|
|
22867
|
+
var t2 = {}.toString.call(r).slice(8, -1);
|
|
22868
|
+
return "Object" === t2 && r.constructor && (t2 = r.constructor.name), "Map" === t2 || "Set" === t2 ? Array.from(r) : "Arguments" === t2 || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t2) ? _arrayLikeToArray$2(r, a) : void 0;
|
|
22869
|
+
}
|
|
22870
|
+
}
|
|
22871
|
+
function _arrayLikeToArray$2(r, a) {
|
|
22872
|
+
(null == a || a > r.length) && (a = r.length);
|
|
22873
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
22874
|
+
return n;
|
|
22875
|
+
}
|
|
22876
|
+
function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
|
|
22877
|
+
var countries = _ref.countries, metadata2 = _ref.metadata;
|
|
22878
|
+
metadata2 = new Metadata(metadata2);
|
|
22879
|
+
for (var _iterator = _createForOfIteratorHelperLoose$1(countries), _step; !(_step = _iterator()).done; ) {
|
|
22880
|
+
var country = _step.value;
|
|
22881
|
+
metadata2.selectNumberingPlan(country);
|
|
22882
|
+
if (metadata2.leadingDigits()) {
|
|
22883
|
+
if (nationalPhoneNumber && nationalPhoneNumber.search(metadata2.leadingDigits()) === 0) {
|
|
22884
|
+
return country;
|
|
22885
|
+
}
|
|
22886
|
+
} else if (getNumberType({
|
|
22887
|
+
phone: nationalPhoneNumber,
|
|
22888
|
+
country
|
|
22889
|
+
}, void 0, metadata2.metadata)) {
|
|
22890
|
+
return country;
|
|
22891
|
+
}
|
|
22892
|
+
}
|
|
22893
|
+
}
|
|
22894
|
+
function getCountryByCallingCode(callingCode, _ref) {
|
|
22895
|
+
var nationalPhoneNumber = _ref.nationalNumber, metadata2 = _ref.metadata;
|
|
22896
|
+
var possibleCountries = metadata2.getCountryCodesForCallingCode(callingCode);
|
|
22897
|
+
if (!possibleCountries) {
|
|
22898
|
+
return;
|
|
22899
|
+
}
|
|
22900
|
+
if (possibleCountries.length === 1) {
|
|
22901
|
+
return possibleCountries[0];
|
|
22902
|
+
}
|
|
22903
|
+
return getCountryByNationalNumber(nationalPhoneNumber, {
|
|
22904
|
+
countries: possibleCountries,
|
|
22905
|
+
metadata: metadata2.metadata
|
|
22906
|
+
});
|
|
22907
|
+
}
|
|
22908
|
+
function extractNationalNumber(number2, country, metadata2) {
|
|
22779
22909
|
var _extractNationalNumbe = extractNationalNumberFromPossiblyIncompleteNumber(number2, metadata2), carrierCode = _extractNationalNumbe.carrierCode, nationalNumber = _extractNationalNumbe.nationalNumber;
|
|
22780
22910
|
if (nationalNumber !== number2) {
|
|
22781
22911
|
if (!shouldHaveExtractedNationalPrefix(number2, nationalNumber, metadata2)) {
|
|
@@ -22783,8 +22913,14 @@ function extractNationalNumber(number2, metadata2) {
|
|
|
22783
22913
|
nationalNumber: number2
|
|
22784
22914
|
};
|
|
22785
22915
|
}
|
|
22786
|
-
if (metadata2.possibleLengths()) {
|
|
22787
|
-
if (!
|
|
22916
|
+
if (metadata2.numberingPlan.possibleLengths()) {
|
|
22917
|
+
if (!country) {
|
|
22918
|
+
country = getCountryByCallingCode(metadata2.numberingPlan.callingCode(), {
|
|
22919
|
+
nationalNumber,
|
|
22920
|
+
metadata: metadata2
|
|
22921
|
+
});
|
|
22922
|
+
}
|
|
22923
|
+
if (!isPossibleIncompleteNationalNumber(nationalNumber, country, metadata2)) {
|
|
22788
22924
|
return {
|
|
22789
22925
|
nationalNumber: number2
|
|
22790
22926
|
};
|
|
@@ -22802,8 +22938,8 @@ function shouldHaveExtractedNationalPrefix(nationalNumberBefore, nationalNumberA
|
|
|
22802
22938
|
}
|
|
22803
22939
|
return true;
|
|
22804
22940
|
}
|
|
22805
|
-
function isPossibleIncompleteNationalNumber(nationalNumber, metadata2) {
|
|
22806
|
-
switch (checkNumberLength(nationalNumber, metadata2)) {
|
|
22941
|
+
function isPossibleIncompleteNationalNumber(nationalNumber, country, metadata2) {
|
|
22942
|
+
switch (checkNumberLength(nationalNumber, country, metadata2)) {
|
|
22807
22943
|
case "TOO_SHORT":
|
|
22808
22944
|
case "INVALID_LENGTH":
|
|
22809
22945
|
return false;
|
|
@@ -22811,15 +22947,15 @@ function isPossibleIncompleteNationalNumber(nationalNumber, metadata2) {
|
|
|
22811
22947
|
return true;
|
|
22812
22948
|
}
|
|
22813
22949
|
}
|
|
22814
|
-
function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country,
|
|
22815
|
-
var countryCallingCode =
|
|
22950
|
+
function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country, defaultCountry, defaultCallingCode, metadata2) {
|
|
22951
|
+
var countryCallingCode = defaultCountry ? getCountryCallingCode(defaultCountry, metadata2) : defaultCallingCode;
|
|
22816
22952
|
if (number2.indexOf(countryCallingCode) === 0) {
|
|
22817
22953
|
metadata2 = new Metadata(metadata2);
|
|
22818
|
-
metadata2.selectNumberingPlan(
|
|
22954
|
+
metadata2.selectNumberingPlan(defaultCountry, countryCallingCode);
|
|
22819
22955
|
var possibleShorterNumber = number2.slice(countryCallingCode.length);
|
|
22820
|
-
var _extractNationalNumbe = extractNationalNumber(possibleShorterNumber, metadata2), possibleShorterNationalNumber = _extractNationalNumbe.nationalNumber;
|
|
22821
|
-
var _extractNationalNumbe2 = extractNationalNumber(number2, metadata2), nationalNumber = _extractNationalNumbe2.nationalNumber;
|
|
22822
|
-
if (!matchesEntirely(nationalNumber, metadata2.nationalNumberPattern()) && matchesEntirely(possibleShorterNationalNumber, metadata2.nationalNumberPattern()) || checkNumberLength(nationalNumber, metadata2) === "TOO_LONG") {
|
|
22956
|
+
var _extractNationalNumbe = extractNationalNumber(possibleShorterNumber, country, metadata2), possibleShorterNationalNumber = _extractNationalNumbe.nationalNumber;
|
|
22957
|
+
var _extractNationalNumbe2 = extractNationalNumber(number2, country, metadata2), nationalNumber = _extractNationalNumbe2.nationalNumber;
|
|
22958
|
+
if (!matchesEntirely(nationalNumber, metadata2.nationalNumberPattern()) && matchesEntirely(possibleShorterNationalNumber, metadata2.nationalNumberPattern()) || checkNumberLength(nationalNumber, country, metadata2) === "TOO_LONG") {
|
|
22823
22959
|
return {
|
|
22824
22960
|
countryCallingCode,
|
|
22825
22961
|
number: possibleShorterNumber
|
|
@@ -22830,19 +22966,19 @@ function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2
|
|
|
22830
22966
|
number: number2
|
|
22831
22967
|
};
|
|
22832
22968
|
}
|
|
22833
|
-
function extractCountryCallingCode(number2, country,
|
|
22969
|
+
function extractCountryCallingCode(number2, country, defaultCountry, defaultCallingCode, metadata2) {
|
|
22834
22970
|
if (!number2) {
|
|
22835
22971
|
return {};
|
|
22836
22972
|
}
|
|
22837
22973
|
var isNumberWithIddPrefix;
|
|
22838
22974
|
if (number2[0] !== "+") {
|
|
22839
|
-
var numberWithoutIDD = stripIddPrefix(number2,
|
|
22975
|
+
var numberWithoutIDD = stripIddPrefix(number2, defaultCountry, defaultCallingCode, metadata2);
|
|
22840
22976
|
if (numberWithoutIDD && numberWithoutIDD !== number2) {
|
|
22841
22977
|
isNumberWithIddPrefix = true;
|
|
22842
22978
|
number2 = "+" + numberWithoutIDD;
|
|
22843
22979
|
} else {
|
|
22844
|
-
if (
|
|
22845
|
-
var _extractCountryCallin = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country,
|
|
22980
|
+
if (defaultCountry || defaultCallingCode) {
|
|
22981
|
+
var _extractCountryCallin = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country, defaultCountry, defaultCallingCode, metadata2), countryCallingCode = _extractCountryCallin.countryCallingCode, shorterNumber = _extractCountryCallin.number;
|
|
22846
22982
|
if (countryCallingCode) {
|
|
22847
22983
|
return {
|
|
22848
22984
|
countryCallingCodeSource: "FROM_NUMBER_WITHOUT_PLUS_SIGN",
|
|
@@ -22966,63 +23102,6 @@ function formatRFC3966(_ref) {
|
|
|
22966
23102
|
}
|
|
22967
23103
|
return "tel:".concat(number2).concat(ext ? ";ext=" + ext : "");
|
|
22968
23104
|
}
|
|
22969
|
-
function _createForOfIteratorHelperLoose$2(o, allowArrayLike) {
|
|
22970
|
-
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
22971
|
-
if (it) return (it = it.call(o)).next.bind(it);
|
|
22972
|
-
if (Array.isArray(o) || (it = _unsupportedIterableToArray$3(o)) || allowArrayLike) {
|
|
22973
|
-
if (it) o = it;
|
|
22974
|
-
var i = 0;
|
|
22975
|
-
return function() {
|
|
22976
|
-
if (i >= o.length) return { done: true };
|
|
22977
|
-
return { done: false, value: o[i++] };
|
|
22978
|
-
};
|
|
22979
|
-
}
|
|
22980
|
-
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22981
|
-
}
|
|
22982
|
-
function _unsupportedIterableToArray$3(o, minLen) {
|
|
22983
|
-
if (!o) return;
|
|
22984
|
-
if (typeof o === "string") return _arrayLikeToArray$3(o, minLen);
|
|
22985
|
-
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
22986
|
-
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
22987
|
-
if (n === "Map" || n === "Set") return Array.from(o);
|
|
22988
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$3(o, minLen);
|
|
22989
|
-
}
|
|
22990
|
-
function _arrayLikeToArray$3(arr, len) {
|
|
22991
|
-
if (len == null || len > arr.length) len = arr.length;
|
|
22992
|
-
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
22993
|
-
arr2[i] = arr[i];
|
|
22994
|
-
}
|
|
22995
|
-
return arr2;
|
|
22996
|
-
}
|
|
22997
|
-
function ownKeys$6(object, enumerableOnly) {
|
|
22998
|
-
var keys = Object.keys(object);
|
|
22999
|
-
if (Object.getOwnPropertySymbols) {
|
|
23000
|
-
var symbols = Object.getOwnPropertySymbols(object);
|
|
23001
|
-
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23002
|
-
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23003
|
-
})), keys.push.apply(keys, symbols);
|
|
23004
|
-
}
|
|
23005
|
-
return keys;
|
|
23006
|
-
}
|
|
23007
|
-
function _objectSpread$6(target) {
|
|
23008
|
-
for (var i = 1; i < arguments.length; i++) {
|
|
23009
|
-
var source = null != arguments[i] ? arguments[i] : {};
|
|
23010
|
-
i % 2 ? ownKeys$6(Object(source), true).forEach(function(key) {
|
|
23011
|
-
_defineProperty$6(target, key, source[key]);
|
|
23012
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$6(Object(source)).forEach(function(key) {
|
|
23013
|
-
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23014
|
-
});
|
|
23015
|
-
}
|
|
23016
|
-
return target;
|
|
23017
|
-
}
|
|
23018
|
-
function _defineProperty$6(obj, key, value) {
|
|
23019
|
-
if (key in obj) {
|
|
23020
|
-
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23021
|
-
} else {
|
|
23022
|
-
obj[key] = value;
|
|
23023
|
-
}
|
|
23024
|
-
return obj;
|
|
23025
|
-
}
|
|
23026
23105
|
var DEFAULT_OPTIONS = {
|
|
23027
23106
|
formatExtension: function formatExtension(formattedNumber, extension, metadata2) {
|
|
23028
23107
|
return "".concat(formattedNumber).concat(metadata2.ext()).concat(extension);
|
|
@@ -23030,7 +23109,7 @@ var DEFAULT_OPTIONS = {
|
|
|
23030
23109
|
};
|
|
23031
23110
|
function formatNumber(input, format2, options, metadata2) {
|
|
23032
23111
|
if (options) {
|
|
23033
|
-
options =
|
|
23112
|
+
options = merge({}, DEFAULT_OPTIONS, options);
|
|
23034
23113
|
} else {
|
|
23035
23114
|
options = DEFAULT_OPTIONS;
|
|
23036
23115
|
}
|
|
@@ -23039,7 +23118,7 @@ function formatNumber(input, format2, options, metadata2) {
|
|
|
23039
23118
|
if (!metadata2.hasCountry(input.country)) {
|
|
23040
23119
|
throw new Error("Unknown country: ".concat(input.country));
|
|
23041
23120
|
}
|
|
23042
|
-
metadata2.
|
|
23121
|
+
metadata2.selectNumberingPlan(input.country);
|
|
23043
23122
|
} else if (input.countryCallingCode) {
|
|
23044
23123
|
metadata2.selectNumberingPlan(input.countryCallingCode);
|
|
23045
23124
|
} else return input.phone || "";
|
|
@@ -23072,6 +23151,9 @@ function formatNumber(input, format2, options, metadata2) {
|
|
|
23072
23151
|
return;
|
|
23073
23152
|
}
|
|
23074
23153
|
var formattedNumber = formatIDD(nationalNumber, input.carrierCode, countryCallingCode, options.fromCountry, metadata2);
|
|
23154
|
+
if (!formattedNumber) {
|
|
23155
|
+
return;
|
|
23156
|
+
}
|
|
23075
23157
|
return addExtension(formattedNumber, input.ext, metadata2, options.formatExtension);
|
|
23076
23158
|
default:
|
|
23077
23159
|
throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(format2, '"'));
|
|
@@ -23087,19 +23169,16 @@ function formatNationalNumber(number2, carrierCode, formatAs, metadata2, options
|
|
|
23087
23169
|
withNationalPrefix: format2.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && options && options.nationalPrefix === false ? false : true
|
|
23088
23170
|
});
|
|
23089
23171
|
}
|
|
23090
|
-
function chooseFormatForNumber(availableFormats,
|
|
23091
|
-
|
|
23092
|
-
var format2 = _step.value;
|
|
23172
|
+
function chooseFormatForNumber(availableFormats, nationalNumber) {
|
|
23173
|
+
return pickFirstMatchingElement(availableFormats, function(format2) {
|
|
23093
23174
|
if (format2.leadingDigitsPatterns().length > 0) {
|
|
23094
23175
|
var lastLeadingDigitsPattern = format2.leadingDigitsPatterns()[format2.leadingDigitsPatterns().length - 1];
|
|
23095
|
-
if (
|
|
23096
|
-
|
|
23176
|
+
if (nationalNumber.search(lastLeadingDigitsPattern) !== 0) {
|
|
23177
|
+
return false;
|
|
23097
23178
|
}
|
|
23098
23179
|
}
|
|
23099
|
-
|
|
23100
|
-
|
|
23101
|
-
}
|
|
23102
|
-
}
|
|
23180
|
+
return matchesEntirely(nationalNumber, format2.pattern());
|
|
23181
|
+
});
|
|
23103
23182
|
}
|
|
23104
23183
|
function addExtension(formattedNumber, ext, metadata2, formatExtension2) {
|
|
23105
23184
|
return ext ? formatExtension2(formattedNumber, ext, metadata2) : formattedNumber;
|
|
@@ -23118,53 +23197,87 @@ function formatIDD(nationalNumber, carrierCode, countryCallingCode, fromCountry,
|
|
|
23118
23197
|
return "".concat(iddPrefix, " ").concat(countryCallingCode, " ").concat(formatNationalNumber(nationalNumber, null, "INTERNATIONAL", metadata2));
|
|
23119
23198
|
}
|
|
23120
23199
|
}
|
|
23121
|
-
function
|
|
23122
|
-
var
|
|
23123
|
-
|
|
23124
|
-
|
|
23125
|
-
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23126
|
-
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23127
|
-
})), keys.push.apply(keys, symbols);
|
|
23200
|
+
function merge() {
|
|
23201
|
+
var i = 1;
|
|
23202
|
+
for (var _len = arguments.length, objects = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
23203
|
+
objects[_key] = arguments[_key];
|
|
23128
23204
|
}
|
|
23129
|
-
|
|
23130
|
-
|
|
23131
|
-
|
|
23132
|
-
|
|
23133
|
-
|
|
23134
|
-
|
|
23135
|
-
|
|
23136
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$5(Object(source)).forEach(function(key) {
|
|
23137
|
-
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23138
|
-
});
|
|
23205
|
+
while (i < objects.length) {
|
|
23206
|
+
if (objects[i]) {
|
|
23207
|
+
for (var key in objects[i]) {
|
|
23208
|
+
objects[0][key] = objects[i][key];
|
|
23209
|
+
}
|
|
23210
|
+
}
|
|
23211
|
+
i++;
|
|
23139
23212
|
}
|
|
23140
|
-
return
|
|
23213
|
+
return objects[0];
|
|
23141
23214
|
}
|
|
23142
|
-
function
|
|
23143
|
-
|
|
23144
|
-
|
|
23145
|
-
|
|
23146
|
-
|
|
23215
|
+
function pickFirstMatchingElement(elements, testFunction) {
|
|
23216
|
+
var i = 0;
|
|
23217
|
+
while (i < elements.length) {
|
|
23218
|
+
if (testFunction(elements[i])) {
|
|
23219
|
+
return elements[i];
|
|
23220
|
+
}
|
|
23221
|
+
i++;
|
|
23147
23222
|
}
|
|
23148
|
-
return obj;
|
|
23149
23223
|
}
|
|
23150
|
-
function
|
|
23151
|
-
|
|
23152
|
-
|
|
23224
|
+
function _typeof$6(o) {
|
|
23225
|
+
"@babel/helpers - typeof";
|
|
23226
|
+
return _typeof$6 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23227
|
+
return typeof o2;
|
|
23228
|
+
} : function(o2) {
|
|
23229
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23230
|
+
}, _typeof$6(o);
|
|
23231
|
+
}
|
|
23232
|
+
function ownKeys$5(e, r) {
|
|
23233
|
+
var t2 = Object.keys(e);
|
|
23234
|
+
if (Object.getOwnPropertySymbols) {
|
|
23235
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
23236
|
+
r && (o = o.filter(function(r2) {
|
|
23237
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
23238
|
+
})), t2.push.apply(t2, o);
|
|
23239
|
+
}
|
|
23240
|
+
return t2;
|
|
23241
|
+
}
|
|
23242
|
+
function _objectSpread$5(e) {
|
|
23243
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
23244
|
+
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23245
|
+
r % 2 ? ownKeys$5(Object(t2), true).forEach(function(r2) {
|
|
23246
|
+
_defineProperty$5(e, r2, t2[r2]);
|
|
23247
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$5(Object(t2)).forEach(function(r2) {
|
|
23248
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23249
|
+
});
|
|
23153
23250
|
}
|
|
23251
|
+
return e;
|
|
23252
|
+
}
|
|
23253
|
+
function _defineProperty$5(e, r, t2) {
|
|
23254
|
+
return (r = _toPropertyKey$5(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23154
23255
|
}
|
|
23155
|
-
function
|
|
23156
|
-
|
|
23157
|
-
|
|
23158
|
-
|
|
23159
|
-
|
|
23160
|
-
|
|
23161
|
-
Object.defineProperty(
|
|
23256
|
+
function _classCallCheck$1(a, n) {
|
|
23257
|
+
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
23258
|
+
}
|
|
23259
|
+
function _defineProperties(e, r) {
|
|
23260
|
+
for (var t2 = 0; t2 < r.length; t2++) {
|
|
23261
|
+
var o = r[t2];
|
|
23262
|
+
o.enumerable = o.enumerable || false, o.configurable = true, "value" in o && (o.writable = true), Object.defineProperty(e, _toPropertyKey$5(o.key), o);
|
|
23162
23263
|
}
|
|
23163
23264
|
}
|
|
23164
|
-
function _createClass$1(
|
|
23165
|
-
|
|
23166
|
-
|
|
23167
|
-
|
|
23265
|
+
function _createClass$1(e, r, t2) {
|
|
23266
|
+
return r && _defineProperties(e.prototype, r), Object.defineProperty(e, "prototype", { writable: false }), e;
|
|
23267
|
+
}
|
|
23268
|
+
function _toPropertyKey$5(t2) {
|
|
23269
|
+
var i = _toPrimitive$5(t2, "string");
|
|
23270
|
+
return "symbol" == _typeof$6(i) ? i : i + "";
|
|
23271
|
+
}
|
|
23272
|
+
function _toPrimitive$5(t2, r) {
|
|
23273
|
+
if ("object" != _typeof$6(t2) || !t2) return t2;
|
|
23274
|
+
var e = t2[Symbol.toPrimitive];
|
|
23275
|
+
if (void 0 !== e) {
|
|
23276
|
+
var i = e.call(t2, r);
|
|
23277
|
+
if ("object" != _typeof$6(i)) return i;
|
|
23278
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23279
|
+
}
|
|
23280
|
+
return String(t2);
|
|
23168
23281
|
}
|
|
23169
23282
|
var PhoneNumber = /* @__PURE__ */ function() {
|
|
23170
23283
|
function PhoneNumber2(countryOrCountryCallingCode, nationalNumber, metadata2) {
|
|
@@ -23175,22 +23288,20 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
23175
23288
|
if (typeof countryOrCountryCallingCode !== "string") {
|
|
23176
23289
|
throw new TypeError("First argument must be a string");
|
|
23177
23290
|
}
|
|
23178
|
-
if (
|
|
23179
|
-
|
|
23180
|
-
|
|
23291
|
+
if (countryOrCountryCallingCode[0] === "+" && !nationalNumber) {
|
|
23292
|
+
throw new TypeError("`metadata` argument not passed");
|
|
23293
|
+
}
|
|
23294
|
+
if (isObject(nationalNumber) && isObject(nationalNumber.countries)) {
|
|
23295
|
+
metadata2 = nationalNumber;
|
|
23296
|
+
var e164Number = countryOrCountryCallingCode;
|
|
23297
|
+
if (!E164_NUMBER_REGEXP.test(e164Number)) {
|
|
23298
|
+
throw new Error('Invalid `number` argument passed: must consist of a "+" followed by digits');
|
|
23181
23299
|
}
|
|
23182
|
-
|
|
23183
|
-
|
|
23184
|
-
|
|
23185
|
-
|
|
23186
|
-
|
|
23187
|
-
}
|
|
23188
|
-
var _extractCountryCallin = extractCountryCallingCode(e164Number, void 0, void 0, metadata2), _countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
23189
|
-
nationalNumber = number2;
|
|
23190
|
-
countryOrCountryCallingCode = _countryCallingCode;
|
|
23191
|
-
if (!nationalNumber) {
|
|
23192
|
-
throw new Error("Invalid `number` argument passed: too short");
|
|
23193
|
-
}
|
|
23300
|
+
var _extractCountryCallin = extractCountryCallingCode(e164Number, void 0, void 0, void 0, metadata2), _countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
23301
|
+
nationalNumber = number2;
|
|
23302
|
+
countryOrCountryCallingCode = _countryCallingCode;
|
|
23303
|
+
if (!nationalNumber) {
|
|
23304
|
+
throw new Error("Invalid `number` argument passed: too short");
|
|
23194
23305
|
}
|
|
23195
23306
|
}
|
|
23196
23307
|
if (!nationalNumber) {
|
|
@@ -23209,7 +23320,7 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
23209
23320
|
return metadata2;
|
|
23210
23321
|
};
|
|
23211
23322
|
}
|
|
23212
|
-
_createClass$1(PhoneNumber2, [{
|
|
23323
|
+
return _createClass$1(PhoneNumber2, [{
|
|
23213
23324
|
key: "setExt",
|
|
23214
23325
|
value: function setExt(ext) {
|
|
23215
23326
|
this.ext = ext;
|
|
@@ -23293,7 +23404,6 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
23293
23404
|
return this.format("RFC3966", options);
|
|
23294
23405
|
}
|
|
23295
23406
|
}]);
|
|
23296
|
-
return PhoneNumber2;
|
|
23297
23407
|
}();
|
|
23298
23408
|
var isCountryCode = function isCountryCode2(value) {
|
|
23299
23409
|
return /^[A-Z]{2}$/.test(value);
|
|
@@ -23315,131 +23425,95 @@ function getCountryAndCountryCallingCode(countryOrCountryCallingCode, metadataJs
|
|
|
23315
23425
|
};
|
|
23316
23426
|
}
|
|
23317
23427
|
var E164_NUMBER_REGEXP = /^\+\d+$/;
|
|
23318
|
-
function _typeof(
|
|
23428
|
+
function _typeof$5(o) {
|
|
23319
23429
|
"@babel/helpers - typeof";
|
|
23320
|
-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(
|
|
23321
|
-
return typeof
|
|
23322
|
-
} : function(
|
|
23323
|
-
return
|
|
23324
|
-
}, _typeof(
|
|
23325
|
-
}
|
|
23326
|
-
function _createClass(
|
|
23327
|
-
Object.defineProperty(
|
|
23328
|
-
|
|
23329
|
-
|
|
23330
|
-
|
|
23331
|
-
|
|
23332
|
-
|
|
23333
|
-
|
|
23334
|
-
}
|
|
23335
|
-
function
|
|
23336
|
-
if (
|
|
23337
|
-
|
|
23338
|
-
|
|
23339
|
-
|
|
23340
|
-
|
|
23341
|
-
if (
|
|
23342
|
-
|
|
23343
|
-
|
|
23344
|
-
|
|
23345
|
-
|
|
23346
|
-
|
|
23347
|
-
|
|
23348
|
-
|
|
23349
|
-
|
|
23350
|
-
|
|
23351
|
-
|
|
23352
|
-
|
|
23353
|
-
|
|
23354
|
-
|
|
23355
|
-
|
|
23356
|
-
function _possibleConstructorReturn(self2, call) {
|
|
23357
|
-
if (call && (_typeof(call) === "object" || typeof call === "function")) {
|
|
23358
|
-
return call;
|
|
23359
|
-
} else if (call !== void 0) {
|
|
23360
|
-
throw new TypeError("Derived constructors may only return object or undefined");
|
|
23361
|
-
}
|
|
23362
|
-
return _assertThisInitialized(self2);
|
|
23363
|
-
}
|
|
23364
|
-
function _assertThisInitialized(self2) {
|
|
23365
|
-
if (self2 === void 0) {
|
|
23366
|
-
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
23367
|
-
}
|
|
23368
|
-
return self2;
|
|
23369
|
-
}
|
|
23370
|
-
function _wrapNativeSuper(Class) {
|
|
23371
|
-
var _cache = typeof Map === "function" ? /* @__PURE__ */ new Map() : void 0;
|
|
23372
|
-
_wrapNativeSuper = function _wrapNativeSuper2(Class2) {
|
|
23373
|
-
if (Class2 === null || !_isNativeFunction(Class2)) return Class2;
|
|
23374
|
-
if (typeof Class2 !== "function") {
|
|
23375
|
-
throw new TypeError("Super expression must either be null or a function");
|
|
23376
|
-
}
|
|
23377
|
-
if (typeof _cache !== "undefined") {
|
|
23378
|
-
if (_cache.has(Class2)) return _cache.get(Class2);
|
|
23379
|
-
_cache.set(Class2, Wrapper);
|
|
23430
|
+
return _typeof$5 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23431
|
+
return typeof o2;
|
|
23432
|
+
} : function(o2) {
|
|
23433
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23434
|
+
}, _typeof$5(o);
|
|
23435
|
+
}
|
|
23436
|
+
function _createClass(e, r, t2) {
|
|
23437
|
+
return Object.defineProperty(e, "prototype", { writable: false }), e;
|
|
23438
|
+
}
|
|
23439
|
+
function _classCallCheck(a, n) {
|
|
23440
|
+
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
23441
|
+
}
|
|
23442
|
+
function _callSuper(t2, o, e) {
|
|
23443
|
+
return o = _getPrototypeOf(o), _possibleConstructorReturn(t2, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t2).constructor) : o.apply(t2, e));
|
|
23444
|
+
}
|
|
23445
|
+
function _possibleConstructorReturn(t2, e) {
|
|
23446
|
+
if (e && ("object" == _typeof$5(e) || "function" == typeof e)) return e;
|
|
23447
|
+
if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined");
|
|
23448
|
+
return _assertThisInitialized(t2);
|
|
23449
|
+
}
|
|
23450
|
+
function _assertThisInitialized(e) {
|
|
23451
|
+
if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
23452
|
+
return e;
|
|
23453
|
+
}
|
|
23454
|
+
function _inherits(t2, e) {
|
|
23455
|
+
if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function");
|
|
23456
|
+
t2.prototype = Object.create(e && e.prototype, { constructor: { value: t2, writable: true, configurable: true } }), Object.defineProperty(t2, "prototype", { writable: false }), e && _setPrototypeOf(t2, e);
|
|
23457
|
+
}
|
|
23458
|
+
function _wrapNativeSuper(t2) {
|
|
23459
|
+
var r = "function" == typeof Map ? /* @__PURE__ */ new Map() : void 0;
|
|
23460
|
+
return _wrapNativeSuper = function _wrapNativeSuper2(t3) {
|
|
23461
|
+
if (null === t3 || !_isNativeFunction(t3)) return t3;
|
|
23462
|
+
if ("function" != typeof t3) throw new TypeError("Super expression must either be null or a function");
|
|
23463
|
+
if (void 0 !== r) {
|
|
23464
|
+
if (r.has(t3)) return r.get(t3);
|
|
23465
|
+
r.set(t3, Wrapper);
|
|
23380
23466
|
}
|
|
23381
23467
|
function Wrapper() {
|
|
23382
|
-
return _construct(
|
|
23468
|
+
return _construct(t3, arguments, _getPrototypeOf(this).constructor);
|
|
23383
23469
|
}
|
|
23384
|
-
Wrapper.prototype = Object.create(
|
|
23385
|
-
|
|
23386
|
-
};
|
|
23387
|
-
return _wrapNativeSuper(Class);
|
|
23470
|
+
return Wrapper.prototype = Object.create(t3.prototype, { constructor: { value: Wrapper, enumerable: false, writable: true, configurable: true } }), _setPrototypeOf(Wrapper, t3);
|
|
23471
|
+
}, _wrapNativeSuper(t2);
|
|
23388
23472
|
}
|
|
23389
|
-
function _construct(
|
|
23390
|
-
if (_isNativeReflectConstruct())
|
|
23391
|
-
|
|
23392
|
-
|
|
23393
|
-
|
|
23394
|
-
|
|
23395
|
-
a.push.apply(a, args2);
|
|
23396
|
-
var Constructor = Function.bind.apply(Parent2, a);
|
|
23397
|
-
var instance = new Constructor();
|
|
23398
|
-
if (Class2) _setPrototypeOf(instance, Class2.prototype);
|
|
23399
|
-
return instance;
|
|
23400
|
-
};
|
|
23401
|
-
}
|
|
23402
|
-
return _construct.apply(null, arguments);
|
|
23473
|
+
function _construct(t2, e, r) {
|
|
23474
|
+
if (_isNativeReflectConstruct()) return Reflect.construct.apply(null, arguments);
|
|
23475
|
+
var o = [null];
|
|
23476
|
+
o.push.apply(o, e);
|
|
23477
|
+
var p = new (t2.bind.apply(t2, o))();
|
|
23478
|
+
return r && _setPrototypeOf(p, r.prototype), p;
|
|
23403
23479
|
}
|
|
23404
23480
|
function _isNativeReflectConstruct() {
|
|
23405
|
-
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
|
|
23406
|
-
if (Reflect.construct.sham) return false;
|
|
23407
|
-
if (typeof Proxy === "function") return true;
|
|
23408
23481
|
try {
|
|
23409
|
-
Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
|
|
23482
|
+
var t2 = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
|
|
23410
23483
|
}));
|
|
23411
|
-
|
|
23412
|
-
} catch (e) {
|
|
23413
|
-
return false;
|
|
23484
|
+
} catch (t3) {
|
|
23414
23485
|
}
|
|
23486
|
+
return (_isNativeReflectConstruct = function _isNativeReflectConstruct2() {
|
|
23487
|
+
return !!t2;
|
|
23488
|
+
})();
|
|
23415
23489
|
}
|
|
23416
|
-
function _isNativeFunction(
|
|
23417
|
-
|
|
23490
|
+
function _isNativeFunction(t2) {
|
|
23491
|
+
try {
|
|
23492
|
+
return -1 !== Function.toString.call(t2).indexOf("[native code]");
|
|
23493
|
+
} catch (n) {
|
|
23494
|
+
return "function" == typeof t2;
|
|
23495
|
+
}
|
|
23418
23496
|
}
|
|
23419
|
-
function _setPrototypeOf(
|
|
23420
|
-
_setPrototypeOf = Object.setPrototypeOf
|
|
23421
|
-
|
|
23422
|
-
|
|
23423
|
-
};
|
|
23424
|
-
return _setPrototypeOf(o, p);
|
|
23497
|
+
function _setPrototypeOf(t2, e) {
|
|
23498
|
+
return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(t3, e2) {
|
|
23499
|
+
return t3.__proto__ = e2, t3;
|
|
23500
|
+
}, _setPrototypeOf(t2, e);
|
|
23425
23501
|
}
|
|
23426
|
-
function _getPrototypeOf(
|
|
23427
|
-
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function
|
|
23428
|
-
return
|
|
23429
|
-
};
|
|
23430
|
-
return _getPrototypeOf(o);
|
|
23502
|
+
function _getPrototypeOf(t2) {
|
|
23503
|
+
return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function(t3) {
|
|
23504
|
+
return t3.__proto__ || Object.getPrototypeOf(t3);
|
|
23505
|
+
}, _getPrototypeOf(t2);
|
|
23431
23506
|
}
|
|
23432
23507
|
var ParseError = /* @__PURE__ */ function(_Error) {
|
|
23433
|
-
_inherits(ParseError2, _Error);
|
|
23434
|
-
var _super = _createSuper(ParseError2);
|
|
23435
23508
|
function ParseError2(code2) {
|
|
23436
23509
|
var _this;
|
|
23437
23510
|
_classCallCheck(this, ParseError2);
|
|
23438
|
-
_this =
|
|
23439
|
-
Object.setPrototypeOf(
|
|
23511
|
+
_this = _callSuper(this, ParseError2, [code2]);
|
|
23512
|
+
Object.setPrototypeOf(_this, ParseError2.prototype);
|
|
23440
23513
|
_this.name = _this.constructor.name;
|
|
23441
23514
|
return _this;
|
|
23442
23515
|
}
|
|
23516
|
+
_inherits(ParseError2, _Error);
|
|
23443
23517
|
return _createClass(ParseError2);
|
|
23444
23518
|
}(/* @__PURE__ */ _wrapNativeSuper(Error));
|
|
23445
23519
|
var EXTN_PATTERN = new RegExp("(?:" + createExtensionPattern() + ")$", "i");
|
|
@@ -23536,43 +23610,39 @@ var DIGITS = {
|
|
|
23536
23610
|
function parseDigit(character) {
|
|
23537
23611
|
return DIGITS[character];
|
|
23538
23612
|
}
|
|
23539
|
-
function _createForOfIteratorHelperLoose
|
|
23540
|
-
var
|
|
23541
|
-
if (
|
|
23542
|
-
if (Array.isArray(
|
|
23543
|
-
|
|
23544
|
-
var
|
|
23613
|
+
function _createForOfIteratorHelperLoose(r, e) {
|
|
23614
|
+
var t2 = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
23615
|
+
if (t2) return (t2 = t2.call(r)).next.bind(t2);
|
|
23616
|
+
if (Array.isArray(r) || (t2 = _unsupportedIterableToArray$1(r)) || e) {
|
|
23617
|
+
t2 && (r = t2);
|
|
23618
|
+
var o = 0;
|
|
23545
23619
|
return function() {
|
|
23546
|
-
|
|
23547
|
-
return { done: false, value: o[i++] };
|
|
23620
|
+
return o >= r.length ? { done: true } : { done: false, value: r[o++] };
|
|
23548
23621
|
};
|
|
23549
23622
|
}
|
|
23550
23623
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
23551
23624
|
}
|
|
23552
|
-
function _unsupportedIterableToArray$
|
|
23553
|
-
if (
|
|
23554
|
-
|
|
23555
|
-
|
|
23556
|
-
|
|
23557
|
-
if (n === "Map" || n === "Set") return Array.from(o);
|
|
23558
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$2(o, minLen);
|
|
23559
|
-
}
|
|
23560
|
-
function _arrayLikeToArray$2(arr, len) {
|
|
23561
|
-
if (len == null || len > arr.length) len = arr.length;
|
|
23562
|
-
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
23563
|
-
arr2[i] = arr[i];
|
|
23625
|
+
function _unsupportedIterableToArray$1(r, a) {
|
|
23626
|
+
if (r) {
|
|
23627
|
+
if ("string" == typeof r) return _arrayLikeToArray$1(r, a);
|
|
23628
|
+
var t2 = {}.toString.call(r).slice(8, -1);
|
|
23629
|
+
return "Object" === t2 && r.constructor && (t2 = r.constructor.name), "Map" === t2 || "Set" === t2 ? Array.from(r) : "Arguments" === t2 || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t2) ? _arrayLikeToArray$1(r, a) : void 0;
|
|
23564
23630
|
}
|
|
23565
|
-
|
|
23631
|
+
}
|
|
23632
|
+
function _arrayLikeToArray$1(r, a) {
|
|
23633
|
+
(null == a || a > r.length) && (a = r.length);
|
|
23634
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
23635
|
+
return n;
|
|
23566
23636
|
}
|
|
23567
23637
|
function parseIncompletePhoneNumber(string) {
|
|
23568
23638
|
var result2 = "";
|
|
23569
|
-
for (var _iterator = _createForOfIteratorHelperLoose
|
|
23639
|
+
for (var _iterator = _createForOfIteratorHelperLoose(string.split("")), _step; !(_step = _iterator()).done; ) {
|
|
23570
23640
|
var character = _step.value;
|
|
23571
23641
|
result2 += parsePhoneNumberCharacter(character, result2) || "";
|
|
23572
23642
|
}
|
|
23573
23643
|
return result2;
|
|
23574
23644
|
}
|
|
23575
|
-
function parsePhoneNumberCharacter(character, prevParsedCharacters,
|
|
23645
|
+
function parsePhoneNumberCharacter(character, prevParsedCharacters, eventListener) {
|
|
23576
23646
|
if (character === "+") {
|
|
23577
23647
|
if (prevParsedCharacters) {
|
|
23578
23648
|
return;
|
|
@@ -23581,66 +23651,6 @@ function parsePhoneNumberCharacter(character, prevParsedCharacters, emitEvent2)
|
|
|
23581
23651
|
}
|
|
23582
23652
|
return parseDigit(character);
|
|
23583
23653
|
}
|
|
23584
|
-
function _createForOfIteratorHelperLoose(o, allowArrayLike) {
|
|
23585
|
-
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
23586
|
-
if (it) return (it = it.call(o)).next.bind(it);
|
|
23587
|
-
if (Array.isArray(o) || (it = _unsupportedIterableToArray$1(o)) || allowArrayLike) {
|
|
23588
|
-
if (it) o = it;
|
|
23589
|
-
var i = 0;
|
|
23590
|
-
return function() {
|
|
23591
|
-
if (i >= o.length) return { done: true };
|
|
23592
|
-
return { done: false, value: o[i++] };
|
|
23593
|
-
};
|
|
23594
|
-
}
|
|
23595
|
-
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
23596
|
-
}
|
|
23597
|
-
function _unsupportedIterableToArray$1(o, minLen) {
|
|
23598
|
-
if (!o) return;
|
|
23599
|
-
if (typeof o === "string") return _arrayLikeToArray$1(o, minLen);
|
|
23600
|
-
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
23601
|
-
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
23602
|
-
if (n === "Map" || n === "Set") return Array.from(o);
|
|
23603
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$1(o, minLen);
|
|
23604
|
-
}
|
|
23605
|
-
function _arrayLikeToArray$1(arr, len) {
|
|
23606
|
-
if (len == null || len > arr.length) len = arr.length;
|
|
23607
|
-
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
23608
|
-
arr2[i] = arr[i];
|
|
23609
|
-
}
|
|
23610
|
-
return arr2;
|
|
23611
|
-
}
|
|
23612
|
-
function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
|
|
23613
|
-
var countries = _ref.countries, metadata2 = _ref.metadata;
|
|
23614
|
-
metadata2 = new Metadata(metadata2);
|
|
23615
|
-
for (var _iterator = _createForOfIteratorHelperLoose(countries), _step; !(_step = _iterator()).done; ) {
|
|
23616
|
-
var country = _step.value;
|
|
23617
|
-
metadata2.country(country);
|
|
23618
|
-
if (metadata2.leadingDigits()) {
|
|
23619
|
-
if (nationalPhoneNumber && nationalPhoneNumber.search(metadata2.leadingDigits()) === 0) {
|
|
23620
|
-
return country;
|
|
23621
|
-
}
|
|
23622
|
-
} else if (getNumberType({
|
|
23623
|
-
phone: nationalPhoneNumber,
|
|
23624
|
-
country
|
|
23625
|
-
}, void 0, metadata2.metadata)) {
|
|
23626
|
-
return country;
|
|
23627
|
-
}
|
|
23628
|
-
}
|
|
23629
|
-
}
|
|
23630
|
-
function getCountryByCallingCode(callingCode, _ref) {
|
|
23631
|
-
var nationalPhoneNumber = _ref.nationalNumber, metadata2 = _ref.metadata;
|
|
23632
|
-
var possibleCountries = metadata2.getCountryCodesForCallingCode(callingCode);
|
|
23633
|
-
if (!possibleCountries) {
|
|
23634
|
-
return;
|
|
23635
|
-
}
|
|
23636
|
-
if (possibleCountries.length === 1) {
|
|
23637
|
-
return possibleCountries[0];
|
|
23638
|
-
}
|
|
23639
|
-
return getCountryByNationalNumber(nationalPhoneNumber, {
|
|
23640
|
-
countries: possibleCountries,
|
|
23641
|
-
metadata: metadata2.metadata
|
|
23642
|
-
});
|
|
23643
|
-
}
|
|
23644
23654
|
var PLUS_SIGN = "+";
|
|
23645
23655
|
var RFC3966_VISUAL_SEPARATOR_ = "[\\-\\.\\(\\)]?";
|
|
23646
23656
|
var RFC3966_PHONE_DIGIT_ = "([" + VALID_DIGITS + "]|" + RFC3966_VISUAL_SEPARATOR_ + ")";
|
|
@@ -23776,7 +23786,7 @@ function parse(text2, options, metadata2) {
|
|
|
23776
23786
|
countryCallingCode,
|
|
23777
23787
|
carrierCode,
|
|
23778
23788
|
valid,
|
|
23779
|
-
possible: valid ? true : options.extended === true && metadata2.possibleLengths() && isPossibleNumber(nationalNumber, metadata2) ? true : false,
|
|
23789
|
+
possible: valid ? true : options.extended === true && metadata2.possibleLengths() && isPossibleNumber(nationalNumber, country, metadata2) ? true : false,
|
|
23780
23790
|
phone: nationalNumber,
|
|
23781
23791
|
ext
|
|
23782
23792
|
};
|
|
@@ -23836,7 +23846,7 @@ function result(country, nationalNumber, ext) {
|
|
|
23836
23846
|
return result2;
|
|
23837
23847
|
}
|
|
23838
23848
|
function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCallingCode, metadata2) {
|
|
23839
|
-
var _extractCountryCallin = extractCountryCallingCode(parseIncompletePhoneNumber(formattedPhoneNumber), defaultCountry, defaultCallingCode, metadata2.metadata), countryCallingCodeSource = _extractCountryCallin.countryCallingCodeSource, countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
23849
|
+
var _extractCountryCallin = extractCountryCallingCode(parseIncompletePhoneNumber(formattedPhoneNumber), void 0, defaultCountry, defaultCallingCode, metadata2.metadata), countryCallingCodeSource = _extractCountryCallin.countryCallingCodeSource, countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
23840
23850
|
var country;
|
|
23841
23851
|
if (countryCallingCode) {
|
|
23842
23852
|
metadata2.selectNumberingPlan(countryCallingCode);
|
|
@@ -23853,7 +23863,7 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
23853
23863
|
countryCallingCode
|
|
23854
23864
|
};
|
|
23855
23865
|
}
|
|
23856
|
-
var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number2), metadata2), nationalNumber = _extractNationalNumbe.nationalNumber, carrierCode = _extractNationalNumbe.carrierCode;
|
|
23866
|
+
var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number2), country, metadata2), nationalNumber = _extractNationalNumbe.nationalNumber, carrierCode = _extractNationalNumbe.carrierCode;
|
|
23857
23867
|
var exactCountry = getCountryByCallingCode(countryCallingCode, {
|
|
23858
23868
|
nationalNumber,
|
|
23859
23869
|
metadata: metadata2
|
|
@@ -23862,7 +23872,7 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
23862
23872
|
country = exactCountry;
|
|
23863
23873
|
if (exactCountry === "001") ;
|
|
23864
23874
|
else {
|
|
23865
|
-
metadata2.
|
|
23875
|
+
metadata2.selectNumberingPlan(country);
|
|
23866
23876
|
}
|
|
23867
23877
|
}
|
|
23868
23878
|
return {
|
|
@@ -23873,116 +23883,142 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
23873
23883
|
carrierCode
|
|
23874
23884
|
};
|
|
23875
23885
|
}
|
|
23876
|
-
function
|
|
23877
|
-
|
|
23886
|
+
function _typeof$4(o) {
|
|
23887
|
+
"@babel/helpers - typeof";
|
|
23888
|
+
return _typeof$4 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23889
|
+
return typeof o2;
|
|
23890
|
+
} : function(o2) {
|
|
23891
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23892
|
+
}, _typeof$4(o);
|
|
23893
|
+
}
|
|
23894
|
+
function ownKeys$4(e, r) {
|
|
23895
|
+
var t2 = Object.keys(e);
|
|
23878
23896
|
if (Object.getOwnPropertySymbols) {
|
|
23879
|
-
var
|
|
23880
|
-
|
|
23881
|
-
return Object.getOwnPropertyDescriptor(
|
|
23882
|
-
})),
|
|
23883
|
-
}
|
|
23884
|
-
return
|
|
23885
|
-
}
|
|
23886
|
-
function _objectSpread$4(
|
|
23887
|
-
for (var
|
|
23888
|
-
var
|
|
23889
|
-
|
|
23890
|
-
_defineProperty$4(
|
|
23891
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
23892
|
-
Object.defineProperty(
|
|
23897
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
23898
|
+
r && (o = o.filter(function(r2) {
|
|
23899
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
23900
|
+
})), t2.push.apply(t2, o);
|
|
23901
|
+
}
|
|
23902
|
+
return t2;
|
|
23903
|
+
}
|
|
23904
|
+
function _objectSpread$4(e) {
|
|
23905
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
23906
|
+
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23907
|
+
r % 2 ? ownKeys$4(Object(t2), true).forEach(function(r2) {
|
|
23908
|
+
_defineProperty$4(e, r2, t2[r2]);
|
|
23909
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$4(Object(t2)).forEach(function(r2) {
|
|
23910
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23893
23911
|
});
|
|
23894
23912
|
}
|
|
23895
|
-
return
|
|
23913
|
+
return e;
|
|
23896
23914
|
}
|
|
23897
|
-
function _defineProperty$4(
|
|
23898
|
-
|
|
23899
|
-
|
|
23900
|
-
|
|
23901
|
-
|
|
23915
|
+
function _defineProperty$4(e, r, t2) {
|
|
23916
|
+
return (r = _toPropertyKey$4(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23917
|
+
}
|
|
23918
|
+
function _toPropertyKey$4(t2) {
|
|
23919
|
+
var i = _toPrimitive$4(t2, "string");
|
|
23920
|
+
return "symbol" == _typeof$4(i) ? i : i + "";
|
|
23921
|
+
}
|
|
23922
|
+
function _toPrimitive$4(t2, r) {
|
|
23923
|
+
if ("object" != _typeof$4(t2) || !t2) return t2;
|
|
23924
|
+
var e = t2[Symbol.toPrimitive];
|
|
23925
|
+
if (void 0 !== e) {
|
|
23926
|
+
var i = e.call(t2, r);
|
|
23927
|
+
if ("object" != _typeof$4(i)) return i;
|
|
23928
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23902
23929
|
}
|
|
23903
|
-
return
|
|
23930
|
+
return ("string" === r ? String : Number)(t2);
|
|
23904
23931
|
}
|
|
23905
23932
|
function parsePhoneNumberWithError(text2, options, metadata2) {
|
|
23906
23933
|
return parse(text2, _objectSpread$4(_objectSpread$4({}, options), {}, {
|
|
23907
23934
|
v2: true
|
|
23908
23935
|
}), metadata2);
|
|
23909
23936
|
}
|
|
23910
|
-
function
|
|
23911
|
-
|
|
23937
|
+
function _typeof$3(o) {
|
|
23938
|
+
"@babel/helpers - typeof";
|
|
23939
|
+
return _typeof$3 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23940
|
+
return typeof o2;
|
|
23941
|
+
} : function(o2) {
|
|
23942
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23943
|
+
}, _typeof$3(o);
|
|
23944
|
+
}
|
|
23945
|
+
function ownKeys$3(e, r) {
|
|
23946
|
+
var t2 = Object.keys(e);
|
|
23912
23947
|
if (Object.getOwnPropertySymbols) {
|
|
23913
|
-
var
|
|
23914
|
-
|
|
23915
|
-
return Object.getOwnPropertyDescriptor(
|
|
23916
|
-
})),
|
|
23917
|
-
}
|
|
23918
|
-
return
|
|
23919
|
-
}
|
|
23920
|
-
function _objectSpread$3(
|
|
23921
|
-
for (var
|
|
23922
|
-
var
|
|
23923
|
-
|
|
23924
|
-
_defineProperty$3(
|
|
23925
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
23926
|
-
Object.defineProperty(
|
|
23948
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
23949
|
+
r && (o = o.filter(function(r2) {
|
|
23950
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
23951
|
+
})), t2.push.apply(t2, o);
|
|
23952
|
+
}
|
|
23953
|
+
return t2;
|
|
23954
|
+
}
|
|
23955
|
+
function _objectSpread$3(e) {
|
|
23956
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
23957
|
+
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23958
|
+
r % 2 ? ownKeys$3(Object(t2), true).forEach(function(r2) {
|
|
23959
|
+
_defineProperty$3(e, r2, t2[r2]);
|
|
23960
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$3(Object(t2)).forEach(function(r2) {
|
|
23961
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23927
23962
|
});
|
|
23928
23963
|
}
|
|
23929
|
-
return
|
|
23964
|
+
return e;
|
|
23930
23965
|
}
|
|
23931
|
-
function _defineProperty$3(
|
|
23932
|
-
|
|
23933
|
-
|
|
23934
|
-
|
|
23935
|
-
|
|
23966
|
+
function _defineProperty$3(e, r, t2) {
|
|
23967
|
+
return (r = _toPropertyKey$3(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23968
|
+
}
|
|
23969
|
+
function _toPropertyKey$3(t2) {
|
|
23970
|
+
var i = _toPrimitive$3(t2, "string");
|
|
23971
|
+
return "symbol" == _typeof$3(i) ? i : i + "";
|
|
23972
|
+
}
|
|
23973
|
+
function _toPrimitive$3(t2, r) {
|
|
23974
|
+
if ("object" != _typeof$3(t2) || !t2) return t2;
|
|
23975
|
+
var e = t2[Symbol.toPrimitive];
|
|
23976
|
+
if (void 0 !== e) {
|
|
23977
|
+
var i = e.call(t2, r);
|
|
23978
|
+
if ("object" != _typeof$3(i)) return i;
|
|
23979
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23936
23980
|
}
|
|
23937
|
-
return
|
|
23981
|
+
return ("string" === r ? String : Number)(t2);
|
|
23938
23982
|
}
|
|
23939
|
-
function _slicedToArray(
|
|
23940
|
-
return _arrayWithHoles(
|
|
23983
|
+
function _slicedToArray(r, e) {
|
|
23984
|
+
return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();
|
|
23941
23985
|
}
|
|
23942
23986
|
function _nonIterableRest() {
|
|
23943
23987
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
23944
23988
|
}
|
|
23945
|
-
function _unsupportedIterableToArray(
|
|
23946
|
-
if (
|
|
23947
|
-
|
|
23948
|
-
|
|
23949
|
-
|
|
23950
|
-
|
|
23951
|
-
|
|
23952
|
-
|
|
23953
|
-
|
|
23954
|
-
|
|
23955
|
-
|
|
23956
|
-
|
|
23957
|
-
|
|
23958
|
-
|
|
23959
|
-
|
|
23960
|
-
|
|
23961
|
-
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
23962
|
-
if (_i == null) return;
|
|
23963
|
-
var _arr = [];
|
|
23964
|
-
var _n = true;
|
|
23965
|
-
var _d = false;
|
|
23966
|
-
var _s, _e;
|
|
23967
|
-
try {
|
|
23968
|
-
for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
|
|
23969
|
-
_arr.push(_s.value);
|
|
23970
|
-
if (i && _arr.length === i) break;
|
|
23971
|
-
}
|
|
23972
|
-
} catch (err) {
|
|
23973
|
-
_d = true;
|
|
23974
|
-
_e = err;
|
|
23975
|
-
} finally {
|
|
23989
|
+
function _unsupportedIterableToArray(r, a) {
|
|
23990
|
+
if (r) {
|
|
23991
|
+
if ("string" == typeof r) return _arrayLikeToArray(r, a);
|
|
23992
|
+
var t2 = {}.toString.call(r).slice(8, -1);
|
|
23993
|
+
return "Object" === t2 && r.constructor && (t2 = r.constructor.name), "Map" === t2 || "Set" === t2 ? Array.from(r) : "Arguments" === t2 || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t2) ? _arrayLikeToArray(r, a) : void 0;
|
|
23994
|
+
}
|
|
23995
|
+
}
|
|
23996
|
+
function _arrayLikeToArray(r, a) {
|
|
23997
|
+
(null == a || a > r.length) && (a = r.length);
|
|
23998
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
23999
|
+
return n;
|
|
24000
|
+
}
|
|
24001
|
+
function _iterableToArrayLimit(r, l) {
|
|
24002
|
+
var t2 = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
24003
|
+
if (null != t2) {
|
|
24004
|
+
var e, n, i, u, a = [], f = true, o = false;
|
|
23976
24005
|
try {
|
|
23977
|
-
if (
|
|
24006
|
+
if (i = (t2 = t2.call(r)).next, 0 === l) ;
|
|
24007
|
+
else for (; !(f = (e = i.call(t2)).done) && (a.push(e.value), a.length !== l); f = true) ;
|
|
24008
|
+
} catch (r2) {
|
|
24009
|
+
o = true, n = r2;
|
|
23978
24010
|
} finally {
|
|
23979
|
-
|
|
24011
|
+
try {
|
|
24012
|
+
if (!f && null != t2["return"] && (u = t2["return"](), Object(u) !== u)) return;
|
|
24013
|
+
} finally {
|
|
24014
|
+
if (o) throw n;
|
|
24015
|
+
}
|
|
23980
24016
|
}
|
|
24017
|
+
return a;
|
|
23981
24018
|
}
|
|
23982
|
-
return _arr;
|
|
23983
24019
|
}
|
|
23984
|
-
function _arrayWithHoles(
|
|
23985
|
-
if (Array.isArray(
|
|
24020
|
+
function _arrayWithHoles(r) {
|
|
24021
|
+
if (Array.isArray(r)) return r;
|
|
23986
24022
|
}
|
|
23987
24023
|
function normalizeArguments(args) {
|
|
23988
24024
|
var _Array$prototype$slic = Array.prototype.slice.call(args), _Array$prototype$slic2 = _slicedToArray(_Array$prototype$slic, 4), arg_1 = _Array$prototype$slic2[0], arg_2 = _Array$prototype$slic2[1], arg_3 = _Array$prototype$slic2[2], arg_4 = _Array$prototype$slic2[3];
|
|
@@ -24019,34 +24055,51 @@ function normalizeArguments(args) {
|
|
|
24019
24055
|
metadata: metadata2
|
|
24020
24056
|
};
|
|
24021
24057
|
}
|
|
24022
|
-
function
|
|
24023
|
-
|
|
24058
|
+
function _typeof$2(o) {
|
|
24059
|
+
"@babel/helpers - typeof";
|
|
24060
|
+
return _typeof$2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
24061
|
+
return typeof o2;
|
|
24062
|
+
} : function(o2) {
|
|
24063
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
24064
|
+
}, _typeof$2(o);
|
|
24065
|
+
}
|
|
24066
|
+
function ownKeys$2(e, r) {
|
|
24067
|
+
var t2 = Object.keys(e);
|
|
24024
24068
|
if (Object.getOwnPropertySymbols) {
|
|
24025
|
-
var
|
|
24026
|
-
|
|
24027
|
-
return Object.getOwnPropertyDescriptor(
|
|
24028
|
-
})),
|
|
24029
|
-
}
|
|
24030
|
-
return
|
|
24031
|
-
}
|
|
24032
|
-
function _objectSpread$2(
|
|
24033
|
-
for (var
|
|
24034
|
-
var
|
|
24035
|
-
|
|
24036
|
-
_defineProperty$2(
|
|
24037
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
24038
|
-
Object.defineProperty(
|
|
24069
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
24070
|
+
r && (o = o.filter(function(r2) {
|
|
24071
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
24072
|
+
})), t2.push.apply(t2, o);
|
|
24073
|
+
}
|
|
24074
|
+
return t2;
|
|
24075
|
+
}
|
|
24076
|
+
function _objectSpread$2(e) {
|
|
24077
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
24078
|
+
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
24079
|
+
r % 2 ? ownKeys$2(Object(t2), true).forEach(function(r2) {
|
|
24080
|
+
_defineProperty$2(e, r2, t2[r2]);
|
|
24081
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$2(Object(t2)).forEach(function(r2) {
|
|
24082
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
24039
24083
|
});
|
|
24040
24084
|
}
|
|
24041
|
-
return
|
|
24085
|
+
return e;
|
|
24042
24086
|
}
|
|
24043
|
-
function _defineProperty$2(
|
|
24044
|
-
|
|
24045
|
-
|
|
24046
|
-
|
|
24047
|
-
|
|
24087
|
+
function _defineProperty$2(e, r, t2) {
|
|
24088
|
+
return (r = _toPropertyKey$2(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
24089
|
+
}
|
|
24090
|
+
function _toPropertyKey$2(t2) {
|
|
24091
|
+
var i = _toPrimitive$2(t2, "string");
|
|
24092
|
+
return "symbol" == _typeof$2(i) ? i : i + "";
|
|
24093
|
+
}
|
|
24094
|
+
function _toPrimitive$2(t2, r) {
|
|
24095
|
+
if ("object" != _typeof$2(t2) || !t2) return t2;
|
|
24096
|
+
var e = t2[Symbol.toPrimitive];
|
|
24097
|
+
if (void 0 !== e) {
|
|
24098
|
+
var i = e.call(t2, r);
|
|
24099
|
+
if ("object" != _typeof$2(i)) return i;
|
|
24100
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
24048
24101
|
}
|
|
24049
|
-
return
|
|
24102
|
+
return ("string" === r ? String : Number)(t2);
|
|
24050
24103
|
}
|
|
24051
24104
|
function parsePhoneNumber(text2, options, metadata2) {
|
|
24052
24105
|
if (options && options.defaultCountry && !isSupportedCountry(options.defaultCountry, metadata2)) {
|
|
@@ -24063,34 +24116,51 @@ function parsePhoneNumber(text2, options, metadata2) {
|
|
|
24063
24116
|
}
|
|
24064
24117
|
}
|
|
24065
24118
|
}
|
|
24066
|
-
function
|
|
24067
|
-
|
|
24119
|
+
function _typeof$1(o) {
|
|
24120
|
+
"@babel/helpers - typeof";
|
|
24121
|
+
return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
24122
|
+
return typeof o2;
|
|
24123
|
+
} : function(o2) {
|
|
24124
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
24125
|
+
}, _typeof$1(o);
|
|
24126
|
+
}
|
|
24127
|
+
function ownKeys$1(e, r) {
|
|
24128
|
+
var t2 = Object.keys(e);
|
|
24068
24129
|
if (Object.getOwnPropertySymbols) {
|
|
24069
|
-
var
|
|
24070
|
-
|
|
24071
|
-
return Object.getOwnPropertyDescriptor(
|
|
24072
|
-
})),
|
|
24073
|
-
}
|
|
24074
|
-
return
|
|
24075
|
-
}
|
|
24076
|
-
function _objectSpread$1(
|
|
24077
|
-
for (var
|
|
24078
|
-
var
|
|
24079
|
-
|
|
24080
|
-
_defineProperty$1(
|
|
24081
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
24082
|
-
Object.defineProperty(
|
|
24130
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
24131
|
+
r && (o = o.filter(function(r2) {
|
|
24132
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
24133
|
+
})), t2.push.apply(t2, o);
|
|
24134
|
+
}
|
|
24135
|
+
return t2;
|
|
24136
|
+
}
|
|
24137
|
+
function _objectSpread$1(e) {
|
|
24138
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
24139
|
+
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
24140
|
+
r % 2 ? ownKeys$1(Object(t2), true).forEach(function(r2) {
|
|
24141
|
+
_defineProperty$1(e, r2, t2[r2]);
|
|
24142
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$1(Object(t2)).forEach(function(r2) {
|
|
24143
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
24083
24144
|
});
|
|
24084
24145
|
}
|
|
24085
|
-
return
|
|
24146
|
+
return e;
|
|
24086
24147
|
}
|
|
24087
|
-
function _defineProperty$1(
|
|
24088
|
-
|
|
24089
|
-
|
|
24090
|
-
|
|
24091
|
-
|
|
24148
|
+
function _defineProperty$1(e, r, t2) {
|
|
24149
|
+
return (r = _toPropertyKey$1(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
24150
|
+
}
|
|
24151
|
+
function _toPropertyKey$1(t2) {
|
|
24152
|
+
var i = _toPrimitive$1(t2, "string");
|
|
24153
|
+
return "symbol" == _typeof$1(i) ? i : i + "";
|
|
24154
|
+
}
|
|
24155
|
+
function _toPrimitive$1(t2, r) {
|
|
24156
|
+
if ("object" != _typeof$1(t2) || !t2) return t2;
|
|
24157
|
+
var e = t2[Symbol.toPrimitive];
|
|
24158
|
+
if (void 0 !== e) {
|
|
24159
|
+
var i = e.call(t2, r);
|
|
24160
|
+
if ("object" != _typeof$1(i)) return i;
|
|
24161
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
24092
24162
|
}
|
|
24093
|
-
return
|
|
24163
|
+
return ("string" === r ? String : Number)(t2);
|
|
24094
24164
|
}
|
|
24095
24165
|
function isValidPhoneNumber$1() {
|
|
24096
24166
|
var _normalizeArguments = normalizeArguments(arguments), text2 = _normalizeArguments.text, options = _normalizeArguments.options, metadata2 = _normalizeArguments.metadata;
|
|
@@ -24100,34 +24170,51 @@ function isValidPhoneNumber$1() {
|
|
|
24100
24170
|
var phoneNumber = parsePhoneNumber(text2, options, metadata2);
|
|
24101
24171
|
return phoneNumber && phoneNumber.isValid() || false;
|
|
24102
24172
|
}
|
|
24103
|
-
function
|
|
24104
|
-
|
|
24173
|
+
function _typeof(o) {
|
|
24174
|
+
"@babel/helpers - typeof";
|
|
24175
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
24176
|
+
return typeof o2;
|
|
24177
|
+
} : function(o2) {
|
|
24178
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
24179
|
+
}, _typeof(o);
|
|
24180
|
+
}
|
|
24181
|
+
function ownKeys(e, r) {
|
|
24182
|
+
var t2 = Object.keys(e);
|
|
24105
24183
|
if (Object.getOwnPropertySymbols) {
|
|
24106
|
-
var
|
|
24107
|
-
|
|
24108
|
-
return Object.getOwnPropertyDescriptor(
|
|
24109
|
-
})),
|
|
24110
|
-
}
|
|
24111
|
-
return
|
|
24112
|
-
}
|
|
24113
|
-
function _objectSpread(
|
|
24114
|
-
for (var
|
|
24115
|
-
var
|
|
24116
|
-
|
|
24117
|
-
_defineProperty(
|
|
24118
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
24119
|
-
Object.defineProperty(
|
|
24184
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
24185
|
+
r && (o = o.filter(function(r2) {
|
|
24186
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
24187
|
+
})), t2.push.apply(t2, o);
|
|
24188
|
+
}
|
|
24189
|
+
return t2;
|
|
24190
|
+
}
|
|
24191
|
+
function _objectSpread(e) {
|
|
24192
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
24193
|
+
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
24194
|
+
r % 2 ? ownKeys(Object(t2), true).forEach(function(r2) {
|
|
24195
|
+
_defineProperty(e, r2, t2[r2]);
|
|
24196
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys(Object(t2)).forEach(function(r2) {
|
|
24197
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
24120
24198
|
});
|
|
24121
24199
|
}
|
|
24122
|
-
return
|
|
24200
|
+
return e;
|
|
24123
24201
|
}
|
|
24124
|
-
function _defineProperty(
|
|
24125
|
-
|
|
24126
|
-
|
|
24127
|
-
|
|
24128
|
-
|
|
24202
|
+
function _defineProperty(e, r, t2) {
|
|
24203
|
+
return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
24204
|
+
}
|
|
24205
|
+
function _toPropertyKey(t2) {
|
|
24206
|
+
var i = _toPrimitive(t2, "string");
|
|
24207
|
+
return "symbol" == _typeof(i) ? i : i + "";
|
|
24208
|
+
}
|
|
24209
|
+
function _toPrimitive(t2, r) {
|
|
24210
|
+
if ("object" != _typeof(t2) || !t2) return t2;
|
|
24211
|
+
var e = t2[Symbol.toPrimitive];
|
|
24212
|
+
if (void 0 !== e) {
|
|
24213
|
+
var i = e.call(t2, r);
|
|
24214
|
+
if ("object" != _typeof(i)) return i;
|
|
24215
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
24129
24216
|
}
|
|
24130
|
-
return
|
|
24217
|
+
return ("string" === r ? String : Number)(t2);
|
|
24131
24218
|
}
|
|
24132
24219
|
function isPossiblePhoneNumber$1() {
|
|
24133
24220
|
var _normalizeArguments = normalizeArguments(arguments), text2 = _normalizeArguments.text, options = _normalizeArguments.options, metadata2 = _normalizeArguments.metadata;
|
|
@@ -24330,7 +24417,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
24330
24417
|
createVNode(unref(Button), {
|
|
24331
24418
|
variant: "solid",
|
|
24332
24419
|
class: "w-[126px]",
|
|
24333
|
-
disabled: !
|
|
24420
|
+
disabled: !__props.dataShareChecked,
|
|
24334
24421
|
onClick: handleConfirm
|
|
24335
24422
|
}, {
|
|
24336
24423
|
default: withCtx(() => [
|
|
@@ -24359,7 +24446,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
24359
24446
|
createElementVNode("span", null, toDisplayString$1(unref($t)("gitCodeLayout.LoginModal.tips.ifYouDoNotAgrWe")), 1)
|
|
24360
24447
|
]),
|
|
24361
24448
|
createVNode(unref(Checkbox), {
|
|
24362
|
-
"model-value":
|
|
24449
|
+
"model-value": __props.dataShareChecked,
|
|
24363
24450
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = (val) => emits("update:dataShareChecked", val)),
|
|
24364
24451
|
size: "sm",
|
|
24365
24452
|
class: "mt-[12px]"
|
|
@@ -24609,7 +24696,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
24609
24696
|
]),
|
|
24610
24697
|
createElementVNode("div", _hoisted_11$1, [
|
|
24611
24698
|
createElementVNode("div", _hoisted_12$1, [
|
|
24612
|
-
!
|
|
24699
|
+
!__props.hideBack ? (openBlock(), createElementBlock("div", {
|
|
24613
24700
|
key: 0,
|
|
24614
24701
|
onClick: _cache[1] || (_cache[1] = ($event) => emits("back"))
|
|
24615
24702
|
}, [
|
|
@@ -24824,7 +24911,7 @@ const _SlidCaptchaManager = class _SlidCaptchaManager {
|
|
|
24824
24911
|
__publicField(_SlidCaptchaManager, "instance");
|
|
24825
24912
|
let SlidCaptchaManager = _SlidCaptchaManager;
|
|
24826
24913
|
const slidCaptchaManager = SlidCaptchaManager.getInstance();
|
|
24827
|
-
const SlidCaptcha = defineAsyncComponent(() => import("./index-
|
|
24914
|
+
const SlidCaptcha = defineAsyncComponent(() => import("./index-D-t-PGAL.js"));
|
|
24828
24915
|
const useSlidCaptcha = () => {
|
|
24829
24916
|
const { mount, unMount, isMounted } = usePopup("slid-captcha-popup");
|
|
24830
24917
|
const open = (config) => {
|
|
@@ -24854,7 +24941,7 @@ const useSlidCaptcha = () => {
|
|
|
24854
24941
|
close
|
|
24855
24942
|
};
|
|
24856
24943
|
};
|
|
24857
|
-
const YunpianCaptcha = defineAsyncComponent(() => import("./index-
|
|
24944
|
+
const YunpianCaptcha = defineAsyncComponent(() => import("./index-D4CF_bZw.js"));
|
|
24858
24945
|
const useYunpianCaptcha = () => {
|
|
24859
24946
|
const { mount, unMount } = usePopup("yunpian-captcha-popup");
|
|
24860
24947
|
const open = (config) => {
|
|
@@ -25248,7 +25335,7 @@ const useYiDunCaptcha = () => {
|
|
|
25248
25335
|
const _sfc_main$3 = {};
|
|
25249
25336
|
const _hoisted_1$2 = { class: "content-loading" };
|
|
25250
25337
|
function _sfc_render(_ctx, _cache) {
|
|
25251
|
-
return openBlock(), createElementBlock("div", _hoisted_1$2, _cache[0] || (_cache[0] = [
|
|
25338
|
+
return openBlock(), createElementBlock("div", _hoisted_1$2, [..._cache[0] || (_cache[0] = [
|
|
25252
25339
|
createElementVNode("div", { class: "content-loading-title" }, [
|
|
25253
25340
|
createElementVNode("div", { class: "w-full flex-center" }, [
|
|
25254
25341
|
createElementVNode("img", {
|
|
@@ -25259,7 +25346,7 @@ function _sfc_render(_ctx, _cache) {
|
|
|
25259
25346
|
]),
|
|
25260
25347
|
createElementVNode("span", null, "loading...")
|
|
25261
25348
|
], -1)
|
|
25262
|
-
]));
|
|
25349
|
+
])]);
|
|
25263
25350
|
}
|
|
25264
25351
|
const ContentLoading = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render], ["__scopeId", "data-v-vue-layout-gitcode"]]);
|
|
25265
25352
|
const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
@@ -25275,15 +25362,15 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
25275
25362
|
setup(__props) {
|
|
25276
25363
|
return (_ctx, _cache) => {
|
|
25277
25364
|
return openBlock(), createElementBlock("div", {
|
|
25278
|
-
class: normalizeClass(["g-data-panel i-data-panel", { "g-card":
|
|
25365
|
+
class: normalizeClass(["g-data-panel i-data-panel", { "g-card": __props.card, "g-border": __props.border }])
|
|
25279
25366
|
}, [
|
|
25280
25367
|
renderSlot(_ctx.$slots, "header", {}, void 0, true),
|
|
25281
|
-
|
|
25282
|
-
|
|
25368
|
+
__props.loading ? renderSlot(_ctx.$slots, "loading", { key: 0 }, () => [
|
|
25369
|
+
__props.skeleton ? (openBlock(), createBlock(unref(Skeleton), {
|
|
25283
25370
|
key: 0,
|
|
25284
25371
|
class: "p-20",
|
|
25285
|
-
rows:
|
|
25286
|
-
}, null, 8, ["rows"])) :
|
|
25372
|
+
rows: __props.skeletonRow
|
|
25373
|
+
}, null, 8, ["rows"])) : __props.animation ? (openBlock(), createBlock(ContentLoading, {
|
|
25287
25374
|
key: 1,
|
|
25288
25375
|
name: "loading",
|
|
25289
25376
|
class: "w-full h-full flex-center"
|
|
@@ -27030,11 +27117,11 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
27030
27117
|
modelValue: unref(vModels),
|
|
27031
27118
|
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => isRef(vModels) ? vModels.value = $event : null),
|
|
27032
27119
|
"show-close": false,
|
|
27033
|
-
"lock-scroll":
|
|
27034
|
-
draggable:
|
|
27035
|
-
escapable:
|
|
27120
|
+
"lock-scroll": __props.lockScroll,
|
|
27121
|
+
draggable: __props.draggable,
|
|
27122
|
+
escapable: __props.escapable,
|
|
27036
27123
|
"before-close": handleClose,
|
|
27037
|
-
"append-to-body":
|
|
27124
|
+
"append-to-body": __props.appendToBody,
|
|
27038
27125
|
class: normalizeClass([
|
|
27039
27126
|
"login-modal",
|
|
27040
27127
|
formType.value === "login" ? "login-modal-l" : "login-modal-r",
|
|
@@ -27054,7 +27141,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
27054
27141
|
class: "login-modal-title flex-1"
|
|
27055
27142
|
}, null, 8, ["icon", "title", "show-title", "show-back"]),
|
|
27056
27143
|
createElementVNode("div", _hoisted_2, [
|
|
27057
|
-
|
|
27144
|
+
__props.showClose && !showProtoCheck.value ? (openBlock(), createBlock(GIcon, {
|
|
27058
27145
|
key: 0,
|
|
27059
27146
|
onClick: onClickModalClose,
|
|
27060
27147
|
name: "gt-close",
|
|
@@ -27379,7 +27466,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
27379
27466
|
])
|
|
27380
27467
|
], 2),
|
|
27381
27468
|
createElementVNode("div", _hoisted_61, [
|
|
27382
|
-
|
|
27469
|
+
__props.openHarmonyGuide ? (openBlock(), createElementBlock("div", {
|
|
27383
27470
|
key: 0,
|
|
27384
27471
|
class: "text-[var(--theme-link)] flex items-center mt-[12px] cursor-pointer",
|
|
27385
27472
|
onClick: withModifiers(handleRegisterHarmony, ["stop"])
|
|
@@ -27735,7 +27822,7 @@ const index = {
|
|
|
27735
27822
|
}
|
|
27736
27823
|
};
|
|
27737
27824
|
export {
|
|
27738
|
-
|
|
27825
|
+
useLogin as $,
|
|
27739
27826
|
ThemeType as A,
|
|
27740
27827
|
currentTheme as B,
|
|
27741
27828
|
LANG_EN as C,
|
|
@@ -27749,18 +27836,18 @@ export {
|
|
|
27749
27836
|
_sfc_main$G as K,
|
|
27750
27837
|
LANG_ZH as L,
|
|
27751
27838
|
loadAsideData as M,
|
|
27752
|
-
|
|
27753
|
-
|
|
27754
|
-
|
|
27755
|
-
|
|
27839
|
+
EnterpriseHeader as N,
|
|
27840
|
+
GitCodeAside as O,
|
|
27841
|
+
GitCodeHeader as P,
|
|
27842
|
+
GitCodeLayoutEmitter as Q,
|
|
27756
27843
|
REPO_MODULE as R,
|
|
27757
|
-
|
|
27844
|
+
_sfc_main as S,
|
|
27758
27845
|
TOPIC_TYPE as T,
|
|
27759
|
-
|
|
27846
|
+
SceneValue as U,
|
|
27760
27847
|
SiteAnnouncement as V,
|
|
27761
|
-
|
|
27762
|
-
|
|
27763
|
-
|
|
27848
|
+
ToolsFloat as W,
|
|
27849
|
+
index as X,
|
|
27850
|
+
setLayoutConfig as Y,
|
|
27764
27851
|
setTheme as Z,
|
|
27765
27852
|
_export_sfc as _,
|
|
27766
27853
|
i18n as a,
|