vue-layout-gitcode 1.10.40 → 1.10.42
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-Cu1Y0_Ef.js → GloabarSearch-DdaoboC2.js} +3 -3
- package/{MenuItem-CqmQVcXF.js → MenuItem-9rFXox-C.js} +1 -1
- package/{ProjectMenuList-Blpa1HZi.js → ProjectMenuList-sz_EM2jU.js} +8 -8
- package/{ProjectMenuListV2-tNrzUQp7.js → ProjectMenuListV2-CGke7KcP.js} +3 -3
- package/{ProjectSearch-Dwq4aKu3.js → ProjectSearch-CZE5yc9Z.js} +1 -1
- package/{SearchHistoryList-C5lB3bDj.js → SearchHistoryList-D5Iu-07V.js} +5 -5
- package/{SearchPrefixTag-Cf5hOyDq.js → SearchPrefixTag-CVUAN5hh.js} +3 -3
- package/{SearchRecommed-BcM9qVkI.js → SearchRecommed-BX-0QgUj.js} +2 -2
- package/{SearchScopeList-CAz2Lk-m.js → SearchScopeList-BWBEo8Qa.js} +3 -3
- package/{UserSearch-BGdL5rBg.js → UserSearch-ChSdL32b.js} +1 -1
- package/{index-BMs7IWAY.js → index-0Qe5Rwhs.js} +41 -41
- package/{index-rTlsZmo9.js → index-BUTwJwLK.js} +1 -1
- package/{index-C03Fddzr.js → index-BcZMYrzT.js} +3 -3
- package/{index-BGGNfy_M.js → index-NKcAKXqz.js} +999 -1043
- package/index.d.ts +218 -572
- package/index.js +1 -1
- package/{notice-BvkbG9vq.js → notice-CW08RBov.js} +8 -8
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-CjdHwffp.js → transWebUrl-CI3ko7ge.js} +1 -1
|
@@ -57,7 +57,7 @@ import { Checkbox } from "vue-devui-lal/checkbox";
|
|
|
57
57
|
import "vue-devui-lal/checkbox/style.css";
|
|
58
58
|
import { Modal } from "vue-devui-lal/modal";
|
|
59
59
|
import "vue-devui-lal/modal/style.css";
|
|
60
|
-
const _hoisted_1$
|
|
60
|
+
const _hoisted_1$A = ["xlink:href"];
|
|
61
61
|
const _hoisted_2$p = ["xlink:href"];
|
|
62
62
|
const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
63
63
|
__name: "index",
|
|
@@ -76,29 +76,29 @@ const _sfc_main$H = /* @__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 !_ctx.name.includes("gt-") ? (openBlock(), createBlock(unref(Icon), normalizeProps(mergeProps({ key: 0 }, props)), null, 16)) : _ctx.operable ? (openBlock(), createElementBlock("span", {
|
|
80
80
|
key: 1,
|
|
81
|
-
class: normalizeClass(["custom-icon-container", { disabled:
|
|
81
|
+
class: normalizeClass(["custom-icon-container", { disabled: _ctx.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", _ctx.iconClass]),
|
|
86
86
|
"aria-hidden": "true",
|
|
87
|
-
style: normalizeStyle({ color:
|
|
87
|
+
style: normalizeStyle({ color: _ctx.color, fontSize: fontSize.value, transform: `rotate(${_ctx.rotate})` })
|
|
88
88
|
}, [
|
|
89
89
|
createElementVNode("use", {
|
|
90
|
-
"xlink:href": `#${
|
|
91
|
-
}, null, 8, _hoisted_1$
|
|
90
|
+
"xlink:href": `#${_ctx.name}`
|
|
91
|
+
}, null, 8, _hoisted_1$A)
|
|
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", _ctx.iconClass]),
|
|
97
97
|
"aria-hidden": "true",
|
|
98
|
-
style: normalizeStyle(
|
|
98
|
+
style: normalizeStyle(_ctx.iconClass ? {} : { color: _ctx.color, fontSize: fontSize.value, transform: `rotate(${_ctx.rotate})` })
|
|
99
99
|
}, [
|
|
100
100
|
createElementVNode("use", {
|
|
101
|
-
"xlink:href": `#${
|
|
101
|
+
"xlink:href": `#${_ctx.name}`
|
|
102
102
|
}, null, 8, _hoisted_2$p)
|
|
103
103
|
], 6));
|
|
104
104
|
};
|
|
@@ -171,6 +171,13 @@ function asideRequest(request) {
|
|
|
171
171
|
method: "get"
|
|
172
172
|
}), {});
|
|
173
173
|
},
|
|
174
|
+
// 获取头部入口配置
|
|
175
|
+
getHeaderEntryConfig() {
|
|
176
|
+
return reqCatch(() => request({
|
|
177
|
+
url: "/api/v1/search/common/config/header_entry_config",
|
|
178
|
+
method: "get"
|
|
179
|
+
}), {});
|
|
180
|
+
},
|
|
174
181
|
// 获取天启路由配置
|
|
175
182
|
getTianqiRouteConfig() {
|
|
176
183
|
return reqCatch(() => request({
|
|
@@ -499,7 +506,6 @@ const AICopilot_ROUTE_NAME = "aiCopilot";
|
|
|
499
506
|
const HELP_DOCS_URL_GITCODE = "https://docs.gitcode.com";
|
|
500
507
|
const HELP_DOCS_URL_ATOMGIT = "https://docs.atomgit.com";
|
|
501
508
|
const INFORMATION_CENTER_URL = "https://news.gitcode.com/news";
|
|
502
|
-
const INFORMATION_CENTER_DOMAIN = "https://news.gitcode.com";
|
|
503
509
|
const AVATAR_VISITED_DATE = "avatar-visitedDate";
|
|
504
510
|
const AVATAR_VISITED_USERNAME = "avatar-visited-username";
|
|
505
511
|
var CLICK_TIME_MODULE = /* @__PURE__ */ ((CLICK_TIME_MODULE2) => {
|
|
@@ -562,7 +568,7 @@ const LOGO_MAP = {
|
|
|
562
568
|
aiLogoDark: "https://cdn-static.gitcode.com/static/images/gitcode-ai-logo-dark_atomgit.png"
|
|
563
569
|
}
|
|
564
570
|
};
|
|
565
|
-
/*! @license DOMPurify 3.
|
|
571
|
+
/*! @license DOMPurify 3.2.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.6/LICENSE */
|
|
566
572
|
const {
|
|
567
573
|
entries,
|
|
568
574
|
setPrototypeOf,
|
|
@@ -590,18 +596,12 @@ if (!seal) {
|
|
|
590
596
|
};
|
|
591
597
|
}
|
|
592
598
|
if (!apply$1) {
|
|
593
|
-
apply$1 = function apply2(
|
|
594
|
-
|
|
595
|
-
args[_key - 2] = arguments[_key];
|
|
596
|
-
}
|
|
597
|
-
return func.apply(thisArg, args);
|
|
599
|
+
apply$1 = function apply2(fun, thisValue, args) {
|
|
600
|
+
return fun.apply(thisValue, args);
|
|
598
601
|
};
|
|
599
602
|
}
|
|
600
603
|
if (!construct) {
|
|
601
|
-
construct = function construct2(Func) {
|
|
602
|
-
for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
|
|
603
|
-
args[_key2 - 1] = arguments[_key2];
|
|
604
|
-
}
|
|
604
|
+
construct = function construct2(Func, args) {
|
|
605
605
|
return new Func(...args);
|
|
606
606
|
};
|
|
607
607
|
}
|
|
@@ -624,18 +624,18 @@ function unapply(func) {
|
|
|
624
624
|
if (thisArg instanceof RegExp) {
|
|
625
625
|
thisArg.lastIndex = 0;
|
|
626
626
|
}
|
|
627
|
-
for (var
|
|
628
|
-
args[
|
|
627
|
+
for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
|
|
628
|
+
args[_key - 1] = arguments[_key];
|
|
629
629
|
}
|
|
630
630
|
return apply$1(func, thisArg, args);
|
|
631
631
|
};
|
|
632
632
|
}
|
|
633
|
-
function unconstruct(
|
|
633
|
+
function unconstruct(func) {
|
|
634
634
|
return function() {
|
|
635
|
-
for (var
|
|
636
|
-
args[
|
|
635
|
+
for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
|
|
636
|
+
args[_key2] = arguments[_key2];
|
|
637
637
|
}
|
|
638
|
-
return construct(
|
|
638
|
+
return construct(func, args);
|
|
639
639
|
};
|
|
640
640
|
}
|
|
641
641
|
function addToSet(set, array) {
|
|
@@ -702,15 +702,15 @@ function lookupGetter(object, prop) {
|
|
|
702
702
|
}
|
|
703
703
|
return fallbackValue;
|
|
704
704
|
}
|
|
705
|
-
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", "
|
|
706
|
-
const svg$1 = freeze(["svg", "a", "altglyph", "altglyphdef", "altglyphitem", "animatecolor", "animatemotion", "animatetransform", "circle", "clippath", "defs", "desc", "ellipse", "
|
|
705
|
+
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"]);
|
|
706
|
+
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"]);
|
|
707
707
|
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"]);
|
|
708
708
|
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"]);
|
|
709
709
|
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"]);
|
|
710
710
|
const mathMlDisallowed = freeze(["maction", "maligngroup", "malignmark", "mlongdiv", "mscarries", "mscarry", "msgroup", "mstack", "msline", "msrow", "semantics", "annotation", "annotation-xml", "mprescripts", "none"]);
|
|
711
711
|
const text = freeze(["#text"]);
|
|
712
|
-
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", "
|
|
713
|
-
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", "
|
|
712
|
+
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"]);
|
|
713
|
+
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"]);
|
|
714
714
|
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"]);
|
|
715
715
|
const xml = freeze(["xlink:href", "xml:id", "xlink:title", "xml:space", "xmlns:xlink"]);
|
|
716
716
|
const MUSTACHE_EXPR = seal(/\{\{[\w\W]*|[\w\W]*\}\}/gm);
|
|
@@ -793,7 +793,7 @@ const _createHooksMap = function _createHooksMap2() {
|
|
|
793
793
|
function createDOMPurify() {
|
|
794
794
|
let window2 = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : getGlobal();
|
|
795
795
|
const DOMPurify = (root) => createDOMPurify(root);
|
|
796
|
-
DOMPurify.version = "3.
|
|
796
|
+
DOMPurify.version = "3.2.6";
|
|
797
797
|
DOMPurify.removed = [];
|
|
798
798
|
if (!window2 || !window2.document || window2.document.nodeType !== NODE_TYPE.document || !window2.Element) {
|
|
799
799
|
DOMPurify.isSupported = false;
|
|
@@ -879,20 +879,6 @@ function createDOMPurify() {
|
|
|
879
879
|
}));
|
|
880
880
|
let FORBID_TAGS = null;
|
|
881
881
|
let FORBID_ATTR = null;
|
|
882
|
-
const EXTRA_ELEMENT_HANDLING = Object.seal(create$1(null, {
|
|
883
|
-
tagCheck: {
|
|
884
|
-
writable: true,
|
|
885
|
-
configurable: false,
|
|
886
|
-
enumerable: true,
|
|
887
|
-
value: null
|
|
888
|
-
},
|
|
889
|
-
attributeCheck: {
|
|
890
|
-
writable: true,
|
|
891
|
-
configurable: false,
|
|
892
|
-
enumerable: true,
|
|
893
|
-
value: null
|
|
894
|
-
}
|
|
895
|
-
}));
|
|
896
882
|
let ALLOW_ARIA_ATTR = true;
|
|
897
883
|
let ALLOW_DATA_ATTR = true;
|
|
898
884
|
let ALLOW_UNKNOWN_PROTOCOLS = false;
|
|
@@ -1016,24 +1002,16 @@ function createDOMPurify() {
|
|
|
1016
1002
|
}
|
|
1017
1003
|
}
|
|
1018
1004
|
if (cfg.ADD_TAGS) {
|
|
1019
|
-
if (
|
|
1020
|
-
|
|
1021
|
-
} else {
|
|
1022
|
-
if (ALLOWED_TAGS === DEFAULT_ALLOWED_TAGS) {
|
|
1023
|
-
ALLOWED_TAGS = clone(ALLOWED_TAGS);
|
|
1024
|
-
}
|
|
1025
|
-
addToSet(ALLOWED_TAGS, cfg.ADD_TAGS, transformCaseFunc);
|
|
1005
|
+
if (ALLOWED_TAGS === DEFAULT_ALLOWED_TAGS) {
|
|
1006
|
+
ALLOWED_TAGS = clone(ALLOWED_TAGS);
|
|
1026
1007
|
}
|
|
1008
|
+
addToSet(ALLOWED_TAGS, cfg.ADD_TAGS, transformCaseFunc);
|
|
1027
1009
|
}
|
|
1028
1010
|
if (cfg.ADD_ATTR) {
|
|
1029
|
-
if (
|
|
1030
|
-
|
|
1031
|
-
} else {
|
|
1032
|
-
if (ALLOWED_ATTR === DEFAULT_ALLOWED_ATTR) {
|
|
1033
|
-
ALLOWED_ATTR = clone(ALLOWED_ATTR);
|
|
1034
|
-
}
|
|
1035
|
-
addToSet(ALLOWED_ATTR, cfg.ADD_ATTR, transformCaseFunc);
|
|
1011
|
+
if (ALLOWED_ATTR === DEFAULT_ALLOWED_ATTR) {
|
|
1012
|
+
ALLOWED_ATTR = clone(ALLOWED_ATTR);
|
|
1036
1013
|
}
|
|
1014
|
+
addToSet(ALLOWED_ATTR, cfg.ADD_ATTR, transformCaseFunc);
|
|
1037
1015
|
}
|
|
1038
1016
|
if (cfg.ADD_URI_SAFE_ATTR) {
|
|
1039
1017
|
addToSet(URI_SAFE_ATTRIBUTES, cfg.ADD_URI_SAFE_ATTR, transformCaseFunc);
|
|
@@ -1044,12 +1022,6 @@ function createDOMPurify() {
|
|
|
1044
1022
|
}
|
|
1045
1023
|
addToSet(FORBID_CONTENTS, cfg.FORBID_CONTENTS, transformCaseFunc);
|
|
1046
1024
|
}
|
|
1047
|
-
if (cfg.ADD_FORBID_CONTENTS) {
|
|
1048
|
-
if (FORBID_CONTENTS === DEFAULT_FORBID_CONTENTS) {
|
|
1049
|
-
FORBID_CONTENTS = clone(FORBID_CONTENTS);
|
|
1050
|
-
}
|
|
1051
|
-
addToSet(FORBID_CONTENTS, cfg.ADD_FORBID_CONTENTS, transformCaseFunc);
|
|
1052
|
-
}
|
|
1053
1025
|
if (KEEP_CONTENT) {
|
|
1054
1026
|
ALLOWED_TAGS["#text"] = true;
|
|
1055
1027
|
}
|
|
@@ -1245,7 +1217,7 @@ function createDOMPurify() {
|
|
|
1245
1217
|
_forceRemove(currentNode);
|
|
1246
1218
|
return true;
|
|
1247
1219
|
}
|
|
1248
|
-
if (!
|
|
1220
|
+
if (!ALLOWED_TAGS[tagName] || FORBID_TAGS[tagName]) {
|
|
1249
1221
|
if (!FORBID_TAGS[tagName] && _isBasicCustomElement(tagName)) {
|
|
1250
1222
|
if (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.tagNameCheck, tagName)) {
|
|
1251
1223
|
return false;
|
|
@@ -1298,13 +1270,12 @@ function createDOMPurify() {
|
|
|
1298
1270
|
}
|
|
1299
1271
|
if (ALLOW_DATA_ATTR && !FORBID_ATTR[lcName] && regExpTest(DATA_ATTR2, lcName)) ;
|
|
1300
1272
|
else if (ALLOW_ARIA_ATTR && regExpTest(ARIA_ATTR2, lcName)) ;
|
|
1301
|
-
else if (EXTRA_ELEMENT_HANDLING.attributeCheck instanceof Function && EXTRA_ELEMENT_HANDLING.attributeCheck(lcName, lcTag)) ;
|
|
1302
1273
|
else if (!ALLOWED_ATTR[lcName] || FORBID_ATTR[lcName]) {
|
|
1303
1274
|
if (
|
|
1304
1275
|
// First condition does a very basic check if a) it's basically a valid custom element tagname AND
|
|
1305
1276
|
// b) if the tagName passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
|
|
1306
1277
|
// and c) if the attribute name passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.attributeNameCheck
|
|
1307
|
-
_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
|
|
1278
|
+
_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
|
|
1308
1279
|
// the value passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
|
|
1309
1280
|
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))
|
|
1310
1281
|
) ;
|
|
@@ -1359,11 +1330,7 @@ function createDOMPurify() {
|
|
|
1359
1330
|
_removeAttribute(name, currentNode);
|
|
1360
1331
|
value = SANITIZE_NAMED_PROPS_PREFIX + value;
|
|
1361
1332
|
}
|
|
1362
|
-
if (SAFE_FOR_XML && regExpTest(/((--!?|])>)|<\/(style|title
|
|
1363
|
-
_removeAttribute(name, currentNode);
|
|
1364
|
-
continue;
|
|
1365
|
-
}
|
|
1366
|
-
if (lcName === "attributename" && stringMatch(value, "href")) {
|
|
1333
|
+
if (SAFE_FOR_XML && regExpTest(/((--!?|])>)|<\/(style|title)/i, value)) {
|
|
1367
1334
|
_removeAttribute(name, currentNode);
|
|
1368
1335
|
continue;
|
|
1369
1336
|
}
|
|
@@ -1691,25 +1658,10 @@ function init(converter, defaultAttributes) {
|
|
|
1691
1658
|
}
|
|
1692
1659
|
var api = init(defaultConverter, { path: "/" });
|
|
1693
1660
|
/*!
|
|
1694
|
-
* shared v9.14.
|
|
1661
|
+
* shared v9.14.3
|
|
1695
1662
|
* (c) 2025 kazuya kawaguchi
|
|
1696
1663
|
* Released under the MIT License.
|
|
1697
1664
|
*/
|
|
1698
|
-
function warn(msg, err) {
|
|
1699
|
-
if (typeof console !== "undefined") {
|
|
1700
|
-
console.warn(`[intlify] ` + msg);
|
|
1701
|
-
if (err) {
|
|
1702
|
-
console.warn(err.stack);
|
|
1703
|
-
}
|
|
1704
|
-
}
|
|
1705
|
-
}
|
|
1706
|
-
const hasWarned = {};
|
|
1707
|
-
function warnOnce(msg) {
|
|
1708
|
-
if (!hasWarned[msg]) {
|
|
1709
|
-
hasWarned[msg] = true;
|
|
1710
|
-
warn(msg);
|
|
1711
|
-
}
|
|
1712
|
-
}
|
|
1713
1665
|
const inBrowser = typeof window !== "undefined";
|
|
1714
1666
|
let mark;
|
|
1715
1667
|
let measure;
|
|
@@ -1754,31 +1706,7 @@ const getGlobalThis = () => {
|
|
|
1754
1706
|
return _globalThis || (_globalThis = typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : create());
|
|
1755
1707
|
};
|
|
1756
1708
|
function escapeHtml(rawText) {
|
|
1757
|
-
return rawText.replace(
|
|
1758
|
-
}
|
|
1759
|
-
function escapeAttributeValue(value) {
|
|
1760
|
-
return value.replace(/&(?![a-zA-Z0-9#]{2,6};)/g, "&").replace(/"/g, """).replace(/'/g, "'").replace(/</g, "<").replace(/>/g, ">");
|
|
1761
|
-
}
|
|
1762
|
-
function sanitizeTranslatedHtml(html2) {
|
|
1763
|
-
html2 = html2.replace(/(\w+)\s*=\s*"([^"]*)"/g, (_, attrName, attrValue) => `${attrName}="${escapeAttributeValue(attrValue)}"`);
|
|
1764
|
-
html2 = html2.replace(/(\w+)\s*=\s*'([^']*)'/g, (_, attrName, attrValue) => `${attrName}='${escapeAttributeValue(attrValue)}'`);
|
|
1765
|
-
const eventHandlerPattern = /\s*on\w+\s*=\s*["']?[^"'>]+["']?/gi;
|
|
1766
|
-
if (eventHandlerPattern.test(html2)) {
|
|
1767
|
-
if (process.env.NODE_ENV !== "production") {
|
|
1768
|
-
warn("Potentially dangerous event handlers detected in translation. Consider removing onclick, onerror, etc. from your translation messages.");
|
|
1769
|
-
}
|
|
1770
|
-
html2 = html2.replace(/(\s+)(on)(\w+\s*=)/gi, "$1on$3");
|
|
1771
|
-
}
|
|
1772
|
-
const javascriptUrlPattern = [
|
|
1773
|
-
// In href, src, action, formaction attributes
|
|
1774
|
-
/(\s+(?:href|src|action|formaction)\s*=\s*["']?)\s*javascript:/gi,
|
|
1775
|
-
// In style attributes within url()
|
|
1776
|
-
/(style\s*=\s*["'][^"']*url\s*\(\s*)javascript:/gi
|
|
1777
|
-
];
|
|
1778
|
-
javascriptUrlPattern.forEach((pattern) => {
|
|
1779
|
-
html2 = html2.replace(pattern, "$1javascript:");
|
|
1780
|
-
});
|
|
1781
|
-
return html2;
|
|
1709
|
+
return rawText.replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'");
|
|
1782
1710
|
}
|
|
1783
1711
|
const hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
1784
1712
|
function hasOwn(obj, key) {
|
|
@@ -1841,6 +1769,21 @@ function incrementer(code2) {
|
|
|
1841
1769
|
let current = code2;
|
|
1842
1770
|
return () => ++current;
|
|
1843
1771
|
}
|
|
1772
|
+
function warn(msg, err) {
|
|
1773
|
+
if (typeof console !== "undefined") {
|
|
1774
|
+
console.warn(`[intlify] ` + msg);
|
|
1775
|
+
if (err) {
|
|
1776
|
+
console.warn(err.stack);
|
|
1777
|
+
}
|
|
1778
|
+
}
|
|
1779
|
+
}
|
|
1780
|
+
const hasWarned = {};
|
|
1781
|
+
function warnOnce(msg) {
|
|
1782
|
+
if (!hasWarned[msg]) {
|
|
1783
|
+
hasWarned[msg] = true;
|
|
1784
|
+
warn(msg);
|
|
1785
|
+
}
|
|
1786
|
+
}
|
|
1844
1787
|
function createEmitter() {
|
|
1845
1788
|
const events = /* @__PURE__ */ new Map();
|
|
1846
1789
|
const emitter2 = {
|
|
@@ -1889,7 +1832,7 @@ function deepCopy(src, des) {
|
|
|
1889
1832
|
}
|
|
1890
1833
|
}
|
|
1891
1834
|
/*!
|
|
1892
|
-
* message-compiler v9.14.
|
|
1835
|
+
* message-compiler v9.14.3
|
|
1893
1836
|
* (c) 2025 kazuya kawaguchi
|
|
1894
1837
|
* Released under the MIT License.
|
|
1895
1838
|
*/
|
|
@@ -3439,7 +3382,7 @@ function baseCompile$1(source, options = {}) {
|
|
|
3439
3382
|
}
|
|
3440
3383
|
}
|
|
3441
3384
|
/*!
|
|
3442
|
-
* core-base v9.14.
|
|
3385
|
+
* core-base v9.14.3
|
|
3443
3386
|
* (c) 2025 kazuya kawaguchi
|
|
3444
3387
|
* Released under the MIT License.
|
|
3445
3388
|
*/
|
|
@@ -3454,76 +3397,6 @@ function initFeatureFlags$1() {
|
|
|
3454
3397
|
getGlobalThis().__INTLIFY_DROP_MESSAGE_COMPILER__ = false;
|
|
3455
3398
|
}
|
|
3456
3399
|
}
|
|
3457
|
-
function isMessageAST(val) {
|
|
3458
|
-
return isObject$2(val) && resolveType(val) === 0 && (hasOwn(val, "b") || hasOwn(val, "body"));
|
|
3459
|
-
}
|
|
3460
|
-
const PROPS_BODY = ["b", "body"];
|
|
3461
|
-
function resolveBody(node) {
|
|
3462
|
-
return resolveProps(node, PROPS_BODY);
|
|
3463
|
-
}
|
|
3464
|
-
const PROPS_CASES = ["c", "cases"];
|
|
3465
|
-
function resolveCases(node) {
|
|
3466
|
-
return resolveProps(node, PROPS_CASES, []);
|
|
3467
|
-
}
|
|
3468
|
-
const PROPS_STATIC = ["s", "static"];
|
|
3469
|
-
function resolveStatic(node) {
|
|
3470
|
-
return resolveProps(node, PROPS_STATIC);
|
|
3471
|
-
}
|
|
3472
|
-
const PROPS_ITEMS = ["i", "items"];
|
|
3473
|
-
function resolveItems(node) {
|
|
3474
|
-
return resolveProps(node, PROPS_ITEMS, []);
|
|
3475
|
-
}
|
|
3476
|
-
const PROPS_TYPE = ["t", "type"];
|
|
3477
|
-
function resolveType(node) {
|
|
3478
|
-
return resolveProps(node, PROPS_TYPE);
|
|
3479
|
-
}
|
|
3480
|
-
const PROPS_VALUE = ["v", "value"];
|
|
3481
|
-
function resolveValue$1(node, type) {
|
|
3482
|
-
const resolved = resolveProps(node, PROPS_VALUE);
|
|
3483
|
-
if (resolved != null) {
|
|
3484
|
-
return resolved;
|
|
3485
|
-
} else {
|
|
3486
|
-
throw createUnhandleNodeError(type);
|
|
3487
|
-
}
|
|
3488
|
-
}
|
|
3489
|
-
const PROPS_MODIFIER = ["m", "modifier"];
|
|
3490
|
-
function resolveLinkedModifier(node) {
|
|
3491
|
-
return resolveProps(node, PROPS_MODIFIER);
|
|
3492
|
-
}
|
|
3493
|
-
const PROPS_KEY = ["k", "key"];
|
|
3494
|
-
function resolveLinkedKey(node) {
|
|
3495
|
-
const resolved = resolveProps(node, PROPS_KEY);
|
|
3496
|
-
if (resolved) {
|
|
3497
|
-
return resolved;
|
|
3498
|
-
} else {
|
|
3499
|
-
throw createUnhandleNodeError(
|
|
3500
|
-
6
|
|
3501
|
-
/* NodeTypes.Linked */
|
|
3502
|
-
);
|
|
3503
|
-
}
|
|
3504
|
-
}
|
|
3505
|
-
function resolveProps(node, props, defaultValue) {
|
|
3506
|
-
for (let i = 0; i < props.length; i++) {
|
|
3507
|
-
const prop = props[i];
|
|
3508
|
-
if (hasOwn(node, prop) && node[prop] != null) {
|
|
3509
|
-
return node[prop];
|
|
3510
|
-
}
|
|
3511
|
-
}
|
|
3512
|
-
return defaultValue;
|
|
3513
|
-
}
|
|
3514
|
-
const AST_NODE_PROPS_KEYS = [
|
|
3515
|
-
...PROPS_BODY,
|
|
3516
|
-
...PROPS_CASES,
|
|
3517
|
-
...PROPS_STATIC,
|
|
3518
|
-
...PROPS_ITEMS,
|
|
3519
|
-
...PROPS_KEY,
|
|
3520
|
-
...PROPS_MODIFIER,
|
|
3521
|
-
...PROPS_VALUE,
|
|
3522
|
-
...PROPS_TYPE
|
|
3523
|
-
];
|
|
3524
|
-
function createUnhandleNodeError(type) {
|
|
3525
|
-
return new Error(`unhandled node type: ${type}`);
|
|
3526
|
-
}
|
|
3527
3400
|
const pathStateMachine = [];
|
|
3528
3401
|
pathStateMachine[
|
|
3529
3402
|
0
|
|
@@ -3930,7 +3803,7 @@ const cache = /* @__PURE__ */ new Map();
|
|
|
3930
3803
|
function resolveWithKeyValue(obj, path) {
|
|
3931
3804
|
return isObject$2(obj) ? obj[path] : null;
|
|
3932
3805
|
}
|
|
3933
|
-
function resolveValue(obj, path) {
|
|
3806
|
+
function resolveValue$1(obj, path) {
|
|
3934
3807
|
if (!isObject$2(obj)) {
|
|
3935
3808
|
return null;
|
|
3936
3809
|
}
|
|
@@ -3948,11 +3821,7 @@ function resolveValue(obj, path) {
|
|
|
3948
3821
|
let last = obj;
|
|
3949
3822
|
let i = 0;
|
|
3950
3823
|
while (i < len) {
|
|
3951
|
-
const
|
|
3952
|
-
if (AST_NODE_PROPS_KEYS.includes(key) && isMessageAST(last)) {
|
|
3953
|
-
return null;
|
|
3954
|
-
}
|
|
3955
|
-
const val = last[key];
|
|
3824
|
+
const val = last[hit[i]];
|
|
3956
3825
|
if (val === void 0) {
|
|
3957
3826
|
return null;
|
|
3958
3827
|
}
|
|
@@ -4246,7 +4115,7 @@ function appendItemToChain(chain, target, blocks) {
|
|
|
4246
4115
|
}
|
|
4247
4116
|
return follow;
|
|
4248
4117
|
}
|
|
4249
|
-
const VERSION$1 = "9.14.
|
|
4118
|
+
const VERSION$1 = "9.14.3";
|
|
4250
4119
|
const NOT_REOSLVED = -1;
|
|
4251
4120
|
const DEFAULT_LOCALE = "en-US";
|
|
4252
4121
|
const MISSING_RESOLVE_VALUE = "";
|
|
@@ -4433,6 +4302,14 @@ function formatParts(ctx, ast) {
|
|
|
4433
4302
|
return formatMessageParts(ctx, body);
|
|
4434
4303
|
}
|
|
4435
4304
|
}
|
|
4305
|
+
const PROPS_BODY = ["b", "body"];
|
|
4306
|
+
function resolveBody(node) {
|
|
4307
|
+
return resolveProps(node, PROPS_BODY);
|
|
4308
|
+
}
|
|
4309
|
+
const PROPS_CASES = ["c", "cases"];
|
|
4310
|
+
function resolveCases(node) {
|
|
4311
|
+
return resolveProps(node, PROPS_CASES, []);
|
|
4312
|
+
}
|
|
4436
4313
|
function formatMessageParts(ctx, node) {
|
|
4437
4314
|
const static_ = resolveStatic(node);
|
|
4438
4315
|
if (static_ != null) {
|
|
@@ -4442,14 +4319,22 @@ function formatMessageParts(ctx, node) {
|
|
|
4442
4319
|
return ctx.normalize(messages);
|
|
4443
4320
|
}
|
|
4444
4321
|
}
|
|
4322
|
+
const PROPS_STATIC = ["s", "static"];
|
|
4323
|
+
function resolveStatic(node) {
|
|
4324
|
+
return resolveProps(node, PROPS_STATIC);
|
|
4325
|
+
}
|
|
4326
|
+
const PROPS_ITEMS = ["i", "items"];
|
|
4327
|
+
function resolveItems(node) {
|
|
4328
|
+
return resolveProps(node, PROPS_ITEMS, []);
|
|
4329
|
+
}
|
|
4445
4330
|
function formatMessagePart(ctx, node) {
|
|
4446
4331
|
const type = resolveType(node);
|
|
4447
4332
|
switch (type) {
|
|
4448
4333
|
case 3: {
|
|
4449
|
-
return resolveValue
|
|
4334
|
+
return resolveValue(node, type);
|
|
4450
4335
|
}
|
|
4451
4336
|
case 9: {
|
|
4452
|
-
return resolveValue
|
|
4337
|
+
return resolveValue(node, type);
|
|
4453
4338
|
}
|
|
4454
4339
|
case 4: {
|
|
4455
4340
|
const named = node;
|
|
@@ -4478,15 +4363,56 @@ function formatMessagePart(ctx, node) {
|
|
|
4478
4363
|
return ctx.linked(formatMessagePart(ctx, key), modifier ? formatMessagePart(ctx, modifier) : void 0, ctx.type);
|
|
4479
4364
|
}
|
|
4480
4365
|
case 7: {
|
|
4481
|
-
return resolveValue
|
|
4366
|
+
return resolveValue(node, type);
|
|
4482
4367
|
}
|
|
4483
4368
|
case 8: {
|
|
4484
|
-
return resolveValue
|
|
4369
|
+
return resolveValue(node, type);
|
|
4485
4370
|
}
|
|
4486
4371
|
default:
|
|
4487
4372
|
throw new Error(`unhandled node on format message part: ${type}`);
|
|
4488
4373
|
}
|
|
4489
4374
|
}
|
|
4375
|
+
const PROPS_TYPE = ["t", "type"];
|
|
4376
|
+
function resolveType(node) {
|
|
4377
|
+
return resolveProps(node, PROPS_TYPE);
|
|
4378
|
+
}
|
|
4379
|
+
const PROPS_VALUE = ["v", "value"];
|
|
4380
|
+
function resolveValue(node, type) {
|
|
4381
|
+
const resolved = resolveProps(node, PROPS_VALUE);
|
|
4382
|
+
if (resolved) {
|
|
4383
|
+
return resolved;
|
|
4384
|
+
} else {
|
|
4385
|
+
throw createUnhandleNodeError(type);
|
|
4386
|
+
}
|
|
4387
|
+
}
|
|
4388
|
+
const PROPS_MODIFIER = ["m", "modifier"];
|
|
4389
|
+
function resolveLinkedModifier(node) {
|
|
4390
|
+
return resolveProps(node, PROPS_MODIFIER);
|
|
4391
|
+
}
|
|
4392
|
+
const PROPS_KEY = ["k", "key"];
|
|
4393
|
+
function resolveLinkedKey(node) {
|
|
4394
|
+
const resolved = resolveProps(node, PROPS_KEY);
|
|
4395
|
+
if (resolved) {
|
|
4396
|
+
return resolved;
|
|
4397
|
+
} else {
|
|
4398
|
+
throw createUnhandleNodeError(
|
|
4399
|
+
6
|
|
4400
|
+
/* NodeTypes.Linked */
|
|
4401
|
+
);
|
|
4402
|
+
}
|
|
4403
|
+
}
|
|
4404
|
+
function resolveProps(node, props, defaultValue) {
|
|
4405
|
+
for (let i = 0; i < props.length; i++) {
|
|
4406
|
+
const prop = props[i];
|
|
4407
|
+
if (hasOwn(node, prop) && node[prop] != null) {
|
|
4408
|
+
return node[prop];
|
|
4409
|
+
}
|
|
4410
|
+
}
|
|
4411
|
+
return defaultValue;
|
|
4412
|
+
}
|
|
4413
|
+
function createUnhandleNodeError(type) {
|
|
4414
|
+
return new Error(`unhandled node type: ${type}`);
|
|
4415
|
+
}
|
|
4490
4416
|
const WARN_MESSAGE = `Detected HTML in '{source}' message. Recommend not using HTML messages to avoid XSS.`;
|
|
4491
4417
|
function checkHtmlMessage(source, warnHtmlMessage) {
|
|
4492
4418
|
if (warnHtmlMessage && detectHtmlTag(source)) {
|
|
@@ -4502,6 +4428,9 @@ reference: https://vue-i18n.intlify.dev/guide/essentials/syntax#rails-i18n-forma
|
|
|
4502
4428
|
(message compiler warning message: ${_warn.message})`);
|
|
4503
4429
|
}
|
|
4504
4430
|
}
|
|
4431
|
+
function isMessageAST(val) {
|
|
4432
|
+
return isObject$2(val) && resolveType(val) === 0 && (hasOwn(val, "b") || hasOwn(val, "body"));
|
|
4433
|
+
}
|
|
4505
4434
|
function baseCompile(message, options = {}) {
|
|
4506
4435
|
let detectError = false;
|
|
4507
4436
|
const onError = options.onError || defaultOnError;
|
|
@@ -4613,10 +4542,7 @@ function translate(context, ...args) {
|
|
|
4613
4542
|
const ctxOptions = getMessageContextOptions(context, targetLocale, message, options);
|
|
4614
4543
|
const msgContext = createMessageContext(ctxOptions);
|
|
4615
4544
|
const messaged = evaluateMessage(context, msg, msgContext);
|
|
4616
|
-
|
|
4617
|
-
if (escapeParameter && isString$1(ret)) {
|
|
4618
|
-
ret = sanitizeTranslatedHtml(ret);
|
|
4619
|
-
}
|
|
4545
|
+
const ret = postTranslation ? postTranslation(messaged, key) : messaged;
|
|
4620
4546
|
if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
|
|
4621
4547
|
const payloads = {
|
|
4622
4548
|
timestamp: Date.now(),
|
|
@@ -5333,11 +5259,11 @@ function setupDevtoolsPlugin(pluginDescriptor, setupFn) {
|
|
|
5333
5259
|
}
|
|
5334
5260
|
}
|
|
5335
5261
|
/*!
|
|
5336
|
-
* vue-i18n v9.14.
|
|
5262
|
+
* vue-i18n v9.14.3
|
|
5337
5263
|
* (c) 2025 kazuya kawaguchi
|
|
5338
5264
|
* Released under the MIT License.
|
|
5339
5265
|
*/
|
|
5340
|
-
const VERSION = "9.14.
|
|
5266
|
+
const VERSION = "9.14.3";
|
|
5341
5267
|
function initFeatureFlags() {
|
|
5342
5268
|
if (typeof __VUE_I18N_FULL_INSTALL__ !== "boolean") {
|
|
5343
5269
|
getGlobalThis().__VUE_I18N_FULL_INSTALL__ = true;
|
|
@@ -5470,9 +5396,6 @@ function handleFlatJson(obj) {
|
|
|
5470
5396
|
if (!isObject$2(obj)) {
|
|
5471
5397
|
return obj;
|
|
5472
5398
|
}
|
|
5473
|
-
if (isMessageAST(obj)) {
|
|
5474
|
-
return obj;
|
|
5475
|
-
}
|
|
5476
5399
|
for (const key in obj) {
|
|
5477
5400
|
if (!hasOwn(obj, key)) {
|
|
5478
5401
|
continue;
|
|
@@ -5503,20 +5426,11 @@ function handleFlatJson(obj) {
|
|
|
5503
5426
|
currentObj = currentObj[subKeys[i]];
|
|
5504
5427
|
}
|
|
5505
5428
|
if (!hasStringValue) {
|
|
5506
|
-
|
|
5507
|
-
|
|
5508
|
-
delete obj[key];
|
|
5509
|
-
} else {
|
|
5510
|
-
if (!AST_NODE_PROPS_KEYS.includes(subKeys[lastIndex])) {
|
|
5511
|
-
delete obj[key];
|
|
5512
|
-
}
|
|
5513
|
-
}
|
|
5429
|
+
currentObj[subKeys[lastIndex]] = obj[key];
|
|
5430
|
+
delete obj[key];
|
|
5514
5431
|
}
|
|
5515
|
-
if (
|
|
5516
|
-
|
|
5517
|
-
if (isObject$2(target)) {
|
|
5518
|
-
handleFlatJson(target);
|
|
5519
|
-
}
|
|
5432
|
+
if (isObject$2(currentObj[subKeys[lastIndex]])) {
|
|
5433
|
+
handleFlatJson(currentObj[subKeys[lastIndex]]);
|
|
5520
5434
|
}
|
|
5521
5435
|
}
|
|
5522
5436
|
}
|
|
@@ -7707,7 +7621,7 @@ if (__INTLIFY_JIT_COMPILATION__) {
|
|
|
7707
7621
|
} else {
|
|
7708
7622
|
registerMessageCompiler(compileToFunction);
|
|
7709
7623
|
}
|
|
7710
|
-
registerMessageResolver(resolveValue);
|
|
7624
|
+
registerMessageResolver(resolveValue$1);
|
|
7711
7625
|
registerLocaleFallbacker(fallbackWithLocaleChain);
|
|
7712
7626
|
if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
|
|
7713
7627
|
const target = getGlobalThis();
|
|
@@ -8956,7 +8870,6 @@ const transformUrl = (url) => {
|
|
|
8956
8870
|
return url;
|
|
8957
8871
|
};
|
|
8958
8872
|
const transformNewsUrl = (url) => {
|
|
8959
|
-
if (!url) return url;
|
|
8960
8873
|
if (url.startsWith("/") && !url.startsWith("//")) return url;
|
|
8961
8874
|
if (url.includes("-news.")) return url;
|
|
8962
8875
|
let transformedUrl = transformUrl(url);
|
|
@@ -9082,7 +8995,7 @@ const currentHelpDocsAiCommunityUrl = () => {
|
|
|
9082
8995
|
const baseUrl = isGitCodeHost() ? HELP_DOCS_URL_GITCODE + "/docs/help/home/ai-community/" : HELP_DOCS_URL_ATOMGIT + "/docs/help/home/ai-community/";
|
|
9083
8996
|
return appendLangPathToHelpDocsUrl(baseUrl);
|
|
9084
8997
|
};
|
|
9085
|
-
const _hoisted_1$
|
|
8998
|
+
const _hoisted_1$z = { class: "home-nav-right" };
|
|
9086
8999
|
const _hoisted_2$o = { class: "home-nav-item" };
|
|
9087
9000
|
const _hoisted_3$n = { class: "tooltip-sign" };
|
|
9088
9001
|
const _hoisted_4$i = { class: "home-nav-tooltip-wrapper" };
|
|
@@ -9375,7 +9288,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
9375
9288
|
size: "18px"
|
|
9376
9289
|
})
|
|
9377
9290
|
])) : createCommentVNode("", true),
|
|
9378
|
-
createElementVNode("div", _hoisted_1$
|
|
9291
|
+
createElementVNode("div", _hoisted_1$z, [
|
|
9379
9292
|
inviteVisible.value ? (openBlock(), createBlock(unref(Tooltip), {
|
|
9380
9293
|
key: 0,
|
|
9381
9294
|
position: "left",
|
|
@@ -9417,7 +9330,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
9417
9330
|
createElementVNode("div", {
|
|
9418
9331
|
class: "home-nav-link tools-questionnaire",
|
|
9419
9332
|
onClick: toggleGrowthCenter
|
|
9420
|
-
},
|
|
9333
|
+
}, _cache[6] || (_cache[6] = [
|
|
9421
9334
|
createElementVNode("div", { class: "home-nav-item" }, [
|
|
9422
9335
|
createElementVNode("img", {
|
|
9423
9336
|
class: "common-icon inline-block h-[20px] w-[20px]",
|
|
@@ -9425,7 +9338,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
9425
9338
|
alt: ""
|
|
9426
9339
|
})
|
|
9427
9340
|
], -1)
|
|
9428
|
-
])
|
|
9341
|
+
]))
|
|
9429
9342
|
]),
|
|
9430
9343
|
_: 1
|
|
9431
9344
|
})) : createCommentVNode("", true),
|
|
@@ -9448,7 +9361,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
9448
9361
|
id: "gitcode-desk-btn",
|
|
9449
9362
|
class: "home-nav-item kefu",
|
|
9450
9363
|
onClick: showDesk
|
|
9451
|
-
},
|
|
9364
|
+
}, _cache[7] || (_cache[7] = [
|
|
9452
9365
|
createElementVNode("img", {
|
|
9453
9366
|
class: "inline-block h-[20px] w-[20px]",
|
|
9454
9367
|
src: "https://cdn-static.gitcode.com/static/images/desk/kefu.png",
|
|
@@ -9458,7 +9371,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
9458
9371
|
createElementVNode("div", null, "客"),
|
|
9459
9372
|
createElementVNode("div", null, "服")
|
|
9460
9373
|
], -1)
|
|
9461
|
-
])
|
|
9374
|
+
]))
|
|
9462
9375
|
])
|
|
9463
9376
|
]),
|
|
9464
9377
|
_: 1
|
|
@@ -9511,9 +9424,9 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
9511
9424
|
key: item.index,
|
|
9512
9425
|
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)]"]),
|
|
9513
9426
|
onClick: ($event) => swTab(item)
|
|
9514
|
-
},
|
|
9427
|
+
}, _cache[11] || (_cache[11] = [
|
|
9515
9428
|
createElementVNode("span", { class: "cursor-pointer" }, null, -1)
|
|
9516
|
-
])
|
|
9429
|
+
]), 10, _hoisted_18$2);
|
|
9517
9430
|
}), 64))
|
|
9518
9431
|
]),
|
|
9519
9432
|
createElementVNode("div", null, [
|
|
@@ -9595,7 +9508,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
9595
9508
|
trigger: "hover",
|
|
9596
9509
|
offset: { mainAxis: 22, crossAxis: 0 }
|
|
9597
9510
|
}, {
|
|
9598
|
-
default: withCtx(() =>
|
|
9511
|
+
default: withCtx(() => _cache[10] || (_cache[10] = [
|
|
9599
9512
|
createElementVNode("div", { class: "home-nav-item" }, [
|
|
9600
9513
|
createElementVNode("img", {
|
|
9601
9514
|
class: "common-icon inline-block h-[20px] w-[20px]",
|
|
@@ -9608,7 +9521,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
9608
9521
|
alt: ""
|
|
9609
9522
|
})
|
|
9610
9523
|
], -1)
|
|
9611
|
-
])
|
|
9524
|
+
])),
|
|
9612
9525
|
_: 1
|
|
9613
9526
|
}, 8, ["content"])
|
|
9614
9527
|
])
|
|
@@ -9818,7 +9731,7 @@ const collectRegisterLoginEvent = ({ isRegister, registerLoginMethod, success, e
|
|
|
9818
9731
|
delete reportData["utm_source"];
|
|
9819
9732
|
window.collectEvent("beconEvent", isRegister ? "register" : "login", reportData);
|
|
9820
9733
|
};
|
|
9821
|
-
const _hoisted_1$
|
|
9734
|
+
const _hoisted_1$y = ["href", "target", "disabled"];
|
|
9822
9735
|
const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
9823
9736
|
...{
|
|
9824
9737
|
name: "GLink"
|
|
@@ -9845,11 +9758,11 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
9845
9758
|
});
|
|
9846
9759
|
return (_ctx, _cache) => {
|
|
9847
9760
|
const _component_router_link = resolveComponent("router-link");
|
|
9848
|
-
return
|
|
9761
|
+
return _ctx.to && !_ctx.disabled ? (openBlock(), createBlock(_component_router_link, {
|
|
9849
9762
|
key: 0,
|
|
9850
|
-
class: normalizeClass(["g-link g-link-router-link", { hoverUnderline:
|
|
9851
|
-
to:
|
|
9852
|
-
target:
|
|
9763
|
+
class: normalizeClass(["g-link g-link-router-link", { hoverUnderline: _ctx.underline }]),
|
|
9764
|
+
to: _ctx.to,
|
|
9765
|
+
target: _ctx.target
|
|
9853
9766
|
}, {
|
|
9854
9767
|
default: withCtx(() => [
|
|
9855
9768
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
@@ -9857,13 +9770,13 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
9857
9770
|
_: 3
|
|
9858
9771
|
}, 8, ["class", "to", "target"])) : (openBlock(), createElementBlock("a", {
|
|
9859
9772
|
key: 1,
|
|
9860
|
-
class: normalizeClass(["g-link g-link-a", { hoverUnderline:
|
|
9861
|
-
href:
|
|
9862
|
-
target:
|
|
9863
|
-
disabled:
|
|
9773
|
+
class: normalizeClass(["g-link g-link-a", { hoverUnderline: _ctx.underline, noPointer: _ctx.noPointer }]),
|
|
9774
|
+
href: _ctx.disabled || !targetHref.value ? defaultHref.value : targetHref.value,
|
|
9775
|
+
target: _ctx.target,
|
|
9776
|
+
disabled: _ctx.disabled || _ctx.noPointer
|
|
9864
9777
|
}, [
|
|
9865
9778
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
9866
|
-
], 10, _hoisted_1$
|
|
9779
|
+
], 10, _hoisted_1$y));
|
|
9867
9780
|
};
|
|
9868
9781
|
}
|
|
9869
9782
|
});
|
|
@@ -10424,7 +10337,7 @@ if (isBrowser) {
|
|
|
10424
10337
|
};
|
|
10425
10338
|
}
|
|
10426
10339
|
const sessionStorage$1 = sessionStorage;
|
|
10427
|
-
const _imports_0
|
|
10340
|
+
const _imports_0 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAYAAACohjseAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAmsSURBVHgB7VpdbxxnFT7nfccmRam6/gXZXIBy1y3qRe8YR6kUoUpdbhACJNtShFJUSCyBBFd2I1ClAoklVAE32BYXRAJqIwEyUOrNL4h70dtm+wvqNG7deGbe03PO+7Gzlr27/kpzsSeazO5kZvZ95jnnOR8TgLGNbWxjG9vYDjWEp8zyNjUg22lBiS1TuOeNo5YFbBgyTUMAFgz4PXYnDEzf3XimO+h+GTwFls9S43G5O2NLaLtqp2VKaJiSCB0yGEQEJAHFIMkwKXxMjl8AopwvXxl07y8V4EvXdnMo3cye+6xtK3jOVISmYCAlb/KZgTBT4Pd8TD+TfGegiApyiH0pAF+6vpvzOhegoNxUvNiSwZS88II32VcAniVhTIAya6AgeS9/AK0AFXKH2BMFmN+kxqfF4wVXwA0snQdUgQcXtwoFgLJk/T6xqG7Kx2w4xi5Mw37ziQF88fXd/NHe58scZxfYBdGzBQkYFkxVpSBQAXkXZJC8CYMUXTQCxZEU0sATsG/c+PwOL3/TVnhBY0vYqyABk7jjGJSnvc0L72qMeQaxB8gIWGGPgtjw+fRw2G+fKYMv/nQ3dwUuG2VNGfPMCagYd+yiWFGXH8Dcfzae7cRr2y/vzHJKuM3gGh4cX+tUXKAHHLvD1nDqAFuLnMc+ezyLlXnVFS5XN4ziUQpbAgySqGAF3Qmqpjc2prr1+6z/7/zK917e2XJg70eXtMFtmT3vtkDbw9ZzKon+0pvUnHhc5FTiDC+a8xg1AqAeuCIATIqpqUCUcva/G+dXD7v39y/v3WGtvGlDHhT2VGD4+zkwU0sdHAjyWAxeukPN0rk2L/J5jp0c98omRcGoakCKnoik3BZFpRQmDHz1XPGPQb9ljemgo5uqrME1hRWpZIaBOzLA5u+paQtYLsX1Ks8ABpZEJDAy0wcuuWUQFU0FZFBiCmh9fWrgIvmah2iikqJPH8j3Q3h/lDWPrKLNt9n1CrrP+csn5+hyhVN2cE/VkIL7UQIXXJKBkX8QoTLhLeNE/cqVR/nABRpq8oNgl/R50fKDsfp0cG2UdY8EsLnMMVXBGi/4OSvMFE4XbXnxtopMyTEXlNFFEQmqGR6IVigQVVBSAWQ2mxn023zWgj4MERjJg6wslv3OTMC9UdY+EsDsISx4qYeecIgCMns+j0VBCUAkaSc2fcxZ513MahaLUs/XOJz5zpXdhf2/eZO7imt5cYfBNbkk89UN/2Wt7jtLG8NThD6gYSc0WVAy5x54twzMiEDsOS8a+/KaFXctqFah+PhM8aN1pCFflYSqhUQMcIvBrPDnh/xvF9glZxUcqKCw2PBemBOA6OZ+/e9sBUawoQC/dts9QGEvyb1DDyLGmcP+dKAu7MWHY9CD6wGJUh9rTHG/UHv6mtMBxHNDyabgBJjN+GEZ7L71L3MRRrSBKvr13xJX/K5py6CWQe49uAgUA9CacqrCgiRxBReSMwYwmBbv/PFQY1I6FyXeQu3JMafgdOPjhlbhCHYoQMl1VLhFLFMq6CXp0ss+ps91Nw0PoFIgqXAOe5V7jF2BB5diUhllcCgs8lkh5lBc0wOELv/CCpwGQCroDvbnsH4gyhz0qpJ6T1ehFxBfYlESlBqbsWnt6xS0BZIYkwTvgSX2BCSz98t3TBeOYAfG4KU3ixwcbpr9zNVbnCIJSmSOcE/Usq8TT66Zvke2yAMSN62XXypE/CVL4CiIC3Z/9ffRYw8GMUgOb2S9uDuIuRCLdRfl4YmLAKJi1kQDtFHt7+sAUroQcJzEGQhhxh8YEMeegGOWeZ9N4DQcww4EyMm8lUQlxlMCF5SzSK7pK5Z6zGm+gygUDLWW96AmJnXBAc+c5jmvmOgFRkYT8Mbi3dHy3n47MNEjuG/bgrZToSzlWFBOTfBclmEsrKtQRGs745N4HDlEoKl/A8+irXUF0uvptfyFFRJqiklh3731N7sIx7QDGfxgcXKr9fPdF0xpZpjJpq14CZXTeQlUjmeU1LAFflNd1Lugd0+o5bveyCG5pSWsl2qQ4s5qKsAAKqgmPzQ+MTPuDTiBHbsfnH7lExlB5LXRQm3EkJJ5YJFrVj8Ng16CD6ADY3W19PUmCeDuwl+OLix1O/ZMxpbY6WND48r/8SoJyT2TgjrwM5U4ejBQT+ReVEL8yT7LTsae2LFHFnzhPaxJvwmioi2NqqKh9AB6M03vxj7PxdoSA3PskqKerJiqoPJvpgMntJEYlPcFl9uP1vJv8TuDYBs8IGK366TOoDfew1ploqzG2EsTamFuXxKXOLS6MThR0Azu/WLleMpZt6EM6ssQ+HQTKmhxLPFnSPkoq9w8w7kfhAXrc0uLWC/HQicuSokQSi8VFE0DNpRk1gNX0BO4DqdgZhRwnAZakhZ4LfnVq70OnCdfW8aZeY0pCnNLrSf9GyDjAjBhTjvx0BHYmkpmQWgyVKDqnpnQX440kjg2wDo4yYVZSuDY14G/8+65JSbjlk/aRgXEhpFEHL2r+5rohqjllzKVEZhYivETUbCBwZ/9YaIDZwkQYIcHtk7BCQvowhgdcLZ9ld8K1ezuu88sctjMsQt/JC6JFAe0Rl2Vi2Sf2zxbJHspx2RLzPnc5/OhwQ6ckh0K0Mo7uirlLazFklQvy9+9utusn//n9yZXVt+bvIhEcxnRvfSiJDSrPgWI/OsGsQyzNbeMdSczuwVnDfD//3x2+vxXqqmswhdSJ06hM+BRAlRm8wdXuOvYZ3/qTK78sZNNy1CWF7uqOU3Z8e6X1DMd90OkkOxD/JmRBkonAigmM0t+yg27r8XxsQVNbjs2Zy/vLV87AKgMZTNrHphepRJryyQq3j1DUpcyLdNOovvjpdNR0KEAxfg3W2mkUJuraCog7Q1moMLNH+buw+t5P1BTYybLVDUpxCKpm6ZeT87V7kEGSieuXo4EkJ/zq71SLPV2aHsvJH1sAl3k5JD33TxUK6FhpSyopWctdQuh7lT3nH/t9mjTslFtaKKX/+Vgomv29pReK8euHczK2x1c7Lv5pNOXzCE1qFJpM5tRck3f97FqUjn/o99Mnpq4jASwnX/cCFVJlxN6B8m9n7lJjo9ShrGbCSgquLn91xumS1XReLc0me/5bOr54GNm+dbrS2YJzsgGAlzvTG2323Txr+v9b3Gu57vgaBJC4bx6EDi9eVZ9pNWo1pYI/eCwU1mc+8nSyevNQXbsfvC13K2xi24fBk5scZYaWUUfcgxOxZqT43Cbg3d+/nenG2uH2Zn/T6e3ZvdarCJrIjA8w181k9nS/NLw93pjG9vYxja2p8G+ADz7MtW/3lU1AAAAAElFTkSuQmCC";
|
|
10428
10341
|
const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
10429
10342
|
...{
|
|
10430
10343
|
name: "GAvatar"
|
|
@@ -10461,17 +10374,17 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
10461
10374
|
key: 0,
|
|
10462
10375
|
"img-src": imgSrc.value,
|
|
10463
10376
|
name: placeholderName.value,
|
|
10464
|
-
width:
|
|
10465
|
-
height:
|
|
10466
|
-
"is-round":
|
|
10467
|
-
class: normalizeClass({ "devui-avatar-square": !
|
|
10377
|
+
width: _ctx.width,
|
|
10378
|
+
height: _ctx.height,
|
|
10379
|
+
"is-round": _ctx.is_round,
|
|
10380
|
+
class: normalizeClass({ "devui-avatar-square": !_ctx.is_round, "gavatar-custom": !imgSrc.value }),
|
|
10468
10381
|
onLoadError,
|
|
10469
|
-
style: normalizeStyle({ minWidth:
|
|
10382
|
+
style: normalizeStyle({ minWidth: _ctx.width + "px" })
|
|
10470
10383
|
}, null, 8, ["img-src", "name", "width", "height", "is-round", "class", "style"])) : createCommentVNode("", true);
|
|
10471
10384
|
};
|
|
10472
10385
|
}
|
|
10473
10386
|
});
|
|
10474
|
-
const _hoisted_1$
|
|
10387
|
+
const _hoisted_1$x = ["src"];
|
|
10475
10388
|
const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
10476
10389
|
...{ name: "FlashTag" },
|
|
10477
10390
|
__name: "FlashTag",
|
|
@@ -10505,19 +10418,19 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
10505
10418
|
return openBlock(), createBlock(unref(Tooltip), {
|
|
10506
10419
|
class: "flash-tag-message",
|
|
10507
10420
|
position: ["top", "bottom"],
|
|
10508
|
-
content:
|
|
10421
|
+
content: _ctx.message,
|
|
10509
10422
|
"overlay-class": "flash-tag-tooltip",
|
|
10510
|
-
disabled: unref(isPhone)() ||
|
|
10423
|
+
disabled: unref(isPhone)() || _ctx.disabled
|
|
10511
10424
|
}, {
|
|
10512
10425
|
default: withCtx(() => [
|
|
10513
10426
|
createElementVNode("span", mergeProps({
|
|
10514
|
-
class: ["gc-flash-tag cursor-default", { "gc-trusted-tag":
|
|
10427
|
+
class: ["gc-flash-tag cursor-default", { "gc-trusted-tag": _ctx.trusted, "cursor-pointer": _ctx.clickEnabled, "cursor-default": !_ctx.clickEnabled, "gc-icon-tag": _ctx.icon }]
|
|
10515
10428
|
}, _ctx.$attrs, { onClick: handleClick }), [
|
|
10516
|
-
|
|
10429
|
+
_ctx.icon ? (openBlock(), createElementBlock("img", {
|
|
10517
10430
|
key: 0,
|
|
10518
10431
|
class: "w-[16px] h-[16px]",
|
|
10519
10432
|
src: iconUrl.value
|
|
10520
|
-
}, null, 8, _hoisted_1$
|
|
10433
|
+
}, null, 8, _hoisted_1$x)) : renderSlot(_ctx.$slots, "default", { key: 1 })
|
|
10521
10434
|
], 16)
|
|
10522
10435
|
]),
|
|
10523
10436
|
_: 3
|
|
@@ -10594,7 +10507,7 @@ function getAugmentedNamespace(n) {
|
|
|
10594
10507
|
return a;
|
|
10595
10508
|
}
|
|
10596
10509
|
var relativeTime$1 = { exports: {} };
|
|
10597
|
-
(function(module, exports
|
|
10510
|
+
(function(module, exports) {
|
|
10598
10511
|
!function(r, e) {
|
|
10599
10512
|
module.exports = e();
|
|
10600
10513
|
}(commonjsGlobal, function() {
|
|
@@ -11165,7 +11078,7 @@ var locale = {
|
|
|
11165
11078
|
};
|
|
11166
11079
|
dayjs.locale(locale, null, true);
|
|
11167
11080
|
var timezone = { exports: {} };
|
|
11168
|
-
(function(module, exports
|
|
11081
|
+
(function(module, exports) {
|
|
11169
11082
|
!function(t2, e) {
|
|
11170
11083
|
module.exports = e();
|
|
11171
11084
|
}(commonjsGlobal, function() {
|
|
@@ -11228,7 +11141,7 @@ var timezone = { exports: {} };
|
|
|
11228
11141
|
var timezoneExports = timezone.exports;
|
|
11229
11142
|
const tz = /* @__PURE__ */ getDefaultExportFromCjs(timezoneExports);
|
|
11230
11143
|
var utc$1 = { exports: {} };
|
|
11231
|
-
(function(module, exports
|
|
11144
|
+
(function(module, exports) {
|
|
11232
11145
|
!function(t2, i) {
|
|
11233
11146
|
module.exports = i();
|
|
11234
11147
|
}(commonjsGlobal, function() {
|
|
@@ -11244,16 +11157,16 @@ var utc$1 = { exports: {} };
|
|
|
11244
11157
|
}, u.local = function() {
|
|
11245
11158
|
return n(this.toDate(), { locale: this.$L, utc: false });
|
|
11246
11159
|
};
|
|
11247
|
-
var
|
|
11160
|
+
var o = u.parse;
|
|
11248
11161
|
u.parse = function(t3) {
|
|
11249
|
-
t3.utc && (this.$u = true), this.$utils().u(t3.$offset) || (this.$offset = t3.$offset),
|
|
11162
|
+
t3.utc && (this.$u = true), this.$utils().u(t3.$offset) || (this.$offset = t3.$offset), o.call(this, t3);
|
|
11250
11163
|
};
|
|
11251
|
-
var
|
|
11164
|
+
var r = u.init;
|
|
11252
11165
|
u.init = function() {
|
|
11253
11166
|
if (this.$u) {
|
|
11254
11167
|
var t3 = this.$d;
|
|
11255
11168
|
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();
|
|
11256
|
-
} else
|
|
11169
|
+
} else r.call(this);
|
|
11257
11170
|
};
|
|
11258
11171
|
var a = u.utcOffset;
|
|
11259
11172
|
u.utcOffset = function(s2, f2) {
|
|
@@ -11266,12 +11179,13 @@ var utc$1 = { exports: {} };
|
|
|
11266
11179
|
var f3 = ("" + s3[0]).match(e) || ["-", 0, 0], n3 = f3[0], u3 = 60 * +f3[1] + +f3[2];
|
|
11267
11180
|
return 0 === u3 ? 0 : "+" === n3 ? u3 : -u3;
|
|
11268
11181
|
}(s2), null === s2)) return this;
|
|
11269
|
-
var u2 = Math.abs(s2) <= 16 ? 60 * s2 : s2;
|
|
11270
|
-
if (0 ===
|
|
11271
|
-
|
|
11272
|
-
|
|
11273
|
-
|
|
11274
|
-
|
|
11182
|
+
var u2 = Math.abs(s2) <= 16 ? 60 * s2 : s2, o2 = this;
|
|
11183
|
+
if (f2) return o2.$offset = u2, o2.$u = 0 === s2, o2;
|
|
11184
|
+
if (0 !== s2) {
|
|
11185
|
+
var r2 = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
|
|
11186
|
+
(o2 = this.local().add(u2 + r2, t2)).$offset = u2, o2.$x.$localOffset = r2;
|
|
11187
|
+
} else o2 = this.utc();
|
|
11188
|
+
return o2;
|
|
11275
11189
|
};
|
|
11276
11190
|
var h2 = u.format;
|
|
11277
11191
|
u.format = function(t3) {
|
|
@@ -11322,7 +11236,7 @@ const useTimeFormat = () => {
|
|
|
11322
11236
|
formatTime
|
|
11323
11237
|
};
|
|
11324
11238
|
};
|
|
11325
|
-
const _hoisted_1$
|
|
11239
|
+
const _hoisted_1$w = {
|
|
11326
11240
|
key: 0,
|
|
11327
11241
|
class: "org-layout-toolbar"
|
|
11328
11242
|
};
|
|
@@ -11335,7 +11249,7 @@ const _hoisted_5$c = {
|
|
|
11335
11249
|
};
|
|
11336
11250
|
const _hoisted_6$b = {
|
|
11337
11251
|
key: 0,
|
|
11338
|
-
src: _imports_0
|
|
11252
|
+
src: _imports_0,
|
|
11339
11253
|
alt: "mirrors-avatar-phone",
|
|
11340
11254
|
class: "h-[24px] w-[24px]"
|
|
11341
11255
|
};
|
|
@@ -11501,7 +11415,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
11501
11415
|
});
|
|
11502
11416
|
return (_ctx, _cache) => {
|
|
11503
11417
|
var _a, _b;
|
|
11504
|
-
return
|
|
11418
|
+
return _ctx.scene === unref(SceneValue).org && !_ctx.errorCode ? (openBlock(), createElementBlock("div", _hoisted_1$w, [
|
|
11505
11419
|
createVNode(GLink, {
|
|
11506
11420
|
to: { name: "homepage" },
|
|
11507
11421
|
class: "flex flex-1 items-center gap-[8px]"
|
|
@@ -11525,21 +11439,21 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
11525
11439
|
createVNode(unref(Button), {
|
|
11526
11440
|
onClick: _cache[0] || (_cache[0] = ($event) => {
|
|
11527
11441
|
var _a2;
|
|
11528
|
-
return handleOrgFollow((_a2 =
|
|
11442
|
+
return handleOrgFollow((_a2 = _ctx.orgProps) == null ? void 0 : _a2.isOrgFollow);
|
|
11529
11443
|
}),
|
|
11530
11444
|
class: "org-layout-toolbar-follow"
|
|
11531
11445
|
}, {
|
|
11532
11446
|
default: withCtx(() => {
|
|
11533
11447
|
var _a2;
|
|
11534
11448
|
return [
|
|
11535
|
-
createElementVNode("span", _hoisted_3$m, toDisplayString$1(((_a2 =
|
|
11449
|
+
createElementVNode("span", _hoisted_3$m, toDisplayString$1(((_a2 = _ctx.orgProps) == null ? void 0 : _a2.isOrgFollow) ? unref(t2)("gitCodeLayout.home.alreadyFollowed") : unref(t2)("gitCodeLayout.home.focusOn")), 1)
|
|
11536
11450
|
];
|
|
11537
11451
|
}),
|
|
11538
11452
|
_: 1
|
|
11539
11453
|
})
|
|
11540
|
-
])) :
|
|
11454
|
+
])) : _ctx.scene === unref(SceneValue).repo && !_ctx.errorCode ? (openBlock(), createBlock(unref(Skeleton), {
|
|
11541
11455
|
key: 1,
|
|
11542
|
-
loading: (_a =
|
|
11456
|
+
loading: (_a = _ctx.repoProps) == null ? void 0 : _a.repoNameLoading,
|
|
11543
11457
|
rows: 1
|
|
11544
11458
|
}, {
|
|
11545
11459
|
placeholder: withCtx(() => [
|
|
@@ -11562,7 +11476,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
11562
11476
|
default: withCtx(() => {
|
|
11563
11477
|
var _a3, _b3, _c2, _d2;
|
|
11564
11478
|
return [
|
|
11565
|
-
!((_a3 =
|
|
11479
|
+
!((_a3 = _ctx.repoProps) == null ? void 0 : _a3.isGhMirrors) ? (openBlock(), createBlock(_sfc_main$E, {
|
|
11566
11480
|
key: 0,
|
|
11567
11481
|
class: normalizeClass({ "g-border": isOrg.value }),
|
|
11568
11482
|
src: (_c2 = (_b3 = unref(repoInfo)) == null ? void 0 : _b3.namespace) == null ? void 0 : _c2.avatar_url,
|
|
@@ -11578,7 +11492,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
11578
11492
|
_: 1
|
|
11579
11493
|
}, 8, ["href"]),
|
|
11580
11494
|
createElementVNode("div", _hoisted_8$7, [
|
|
11581
|
-
!((_b2 =
|
|
11495
|
+
!((_b2 = _ctx.repoProps) == null ? void 0 : _b2.isGhMirrors) ? (openBlock(), createElementBlock("div", {
|
|
11582
11496
|
key: 0,
|
|
11583
11497
|
ref_key: "breadcrumbRef",
|
|
11584
11498
|
ref: breadcrumbRef,
|
|
@@ -11613,7 +11527,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
11613
11527
|
key: 1,
|
|
11614
11528
|
ref_key: "breadcrumbNextRef",
|
|
11615
11529
|
ref: breadcrumbNextRef,
|
|
11616
|
-
class: normalizeClass(["g-repo-layout-breadcrumb-next max-md:w-full flex items-end gap-[8px]", [((_c =
|
|
11530
|
+
class: normalizeClass(["g-repo-layout-breadcrumb-next max-md:w-full flex items-end gap-[8px]", [((_c = _ctx.repoProps) == null ? void 0 : _c.isGhMirrors) ? "max-w-full" : "max-w-[60%]"]])
|
|
11617
11531
|
}, [
|
|
11618
11532
|
createVNode(GLink, {
|
|
11619
11533
|
class: "linkTx",
|
|
@@ -11636,9 +11550,9 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
11636
11550
|
type: "gstar",
|
|
11637
11551
|
message: `G-Star ${unref(t2)("gitCodeLayout.GStar.project.graduation")}`
|
|
11638
11552
|
}, {
|
|
11639
|
-
default: withCtx(() =>
|
|
11640
|
-
createTextVNode("G-Star "
|
|
11641
|
-
])
|
|
11553
|
+
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
11554
|
+
createTextVNode("G-Star ")
|
|
11555
|
+
])),
|
|
11642
11556
|
_: 1
|
|
11643
11557
|
}, 8, ["message"])
|
|
11644
11558
|
])) : unref(isIncubationRepo)(unref(repoInfo).topic_names) ? (openBlock(), createElementBlock("div", _hoisted_13$1, [
|
|
@@ -11648,9 +11562,9 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
11648
11562
|
type: "incubation",
|
|
11649
11563
|
message: `G-Star ${unref(t2)("gitCodeLayout.GStar.project.incubation")}`
|
|
11650
11564
|
}, {
|
|
11651
|
-
default: withCtx(() =>
|
|
11652
|
-
createTextVNode(" G-Star "
|
|
11653
|
-
])
|
|
11565
|
+
default: withCtx(() => _cache[3] || (_cache[3] = [
|
|
11566
|
+
createTextVNode(" G-Star ")
|
|
11567
|
+
])),
|
|
11654
11568
|
_: 1
|
|
11655
11569
|
}, 8, ["message"])
|
|
11656
11570
|
])) : createCommentVNode("", true),
|
|
@@ -11663,7 +11577,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
11663
11577
|
href: "/trusted"
|
|
11664
11578
|
}, null, 8, ["message"])
|
|
11665
11579
|
])) : createCommentVNode("", true),
|
|
11666
|
-
((_d =
|
|
11580
|
+
((_d = _ctx.repoProps) == null ? void 0 : _d.isPrivate) ? (openBlock(), createElementBlock("div", _hoisted_15$1, [
|
|
11667
11581
|
createVNode(GIcon, {
|
|
11668
11582
|
size: "16px",
|
|
11669
11583
|
class: "ml-[4px]",
|
|
@@ -11682,7 +11596,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
11682
11596
|
}, null, 8, ["name"]),
|
|
11683
11597
|
createElementVNode("span", _hoisted_16$1, toDisplayString$1((_f = topicTag.value) == null ? void 0 : _f.suffix), 1)
|
|
11684
11598
|
])) : createCommentVNode("", true),
|
|
11685
|
-
((_g =
|
|
11599
|
+
((_g = _ctx.repoProps) == null ? void 0 : _g.isGhMirrors) && showTimeTopic.value && !unref(isPhone)() ? (openBlock(), createElementBlock("div", _hoisted_17$1, [
|
|
11686
11600
|
createVNode(GIcon, {
|
|
11687
11601
|
name: "gt-line-time",
|
|
11688
11602
|
color: "var(--devui-shape-icon-fill)",
|
|
@@ -11696,7 +11610,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
11696
11610
|
];
|
|
11697
11611
|
}),
|
|
11698
11612
|
_: 1
|
|
11699
|
-
}, 8, ["loading"])) :
|
|
11613
|
+
}, 8, ["loading"])) : _ctx.scene === unref(SceneValue).user && ((_b = _ctx.userProps) == null ? void 0 : _b.isOtherUser) ? (openBlock(), createElementBlock("div", _hoisted_20$1, [
|
|
11700
11614
|
createVNode(GLink, {
|
|
11701
11615
|
to: { name: "homepage" },
|
|
11702
11616
|
class: "flex flex-1 items-center gap-[8px]"
|
|
@@ -11732,25 +11646,53 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
11732
11646
|
}
|
|
11733
11647
|
});
|
|
11734
11648
|
const HeaderCustom = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-vue-layout-gitcode"]]);
|
|
11735
|
-
const _imports_0 = "data:image/svg+xml,%3csvg%20width='94'%20height='56'%20viewBox='0%200%2094%2056'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M40.5762%202.82617C42.2181%202.62%2044.0201%202.72612%2044.7891%202.81836C45.4853%202.90191%2045.9678%203.28331%2046.2646%203.75195C46.4412%204.03069%2046.548%204.33685%2046.6211%204.6084C46.7139%204.50532%2046.8191%204.40283%2046.9395%204.30762C47.3251%204.00259%2047.8126%203.80631%2048.4102%203.78418C49.7165%203.73585%2050.5552%204.66938%2051.0166%205.24609C51.1426%205.40357%2051.2606%205.56207%2051.3613%205.69629C51.4669%205.83695%2051.5515%205.94956%2051.6299%206.04395C51.6613%206.08177%2051.6887%206.11157%2051.7109%206.13574C51.7895%206.12494%2051.8934%206.10669%2052.0264%206.0752C52.3481%205.99897%2052.741%205.87958%2053.2148%205.73633C54.1116%205.46521%2055.2859%205.11074%2056.3389%205.04492C56.9663%205.00574%2057.5258%205.12894%2057.9863%205.43359C58.4414%205.73474%2058.7037%206.14962%2058.8564%206.52051C58.9554%206.76085%2059.0133%206.99956%2059.0518%207.20508C60.3037%207.04176%2062.9456%206.67738%2064.6357%206.37402C65.6067%206.19974%2066.2855%206.20547%2066.7803%206.27734C67.2088%205.4314%2067.7217%204.81586%2068.3369%204.43848C69.1493%203.94023%2069.9835%203.94744%2070.6777%204.14355C71.3414%204.3311%2071.91%204.69718%2072.2998%204.97656C72.4577%205.08976%2072.613%205.2088%2072.7227%205.29199C72.7395%205.2881%2072.7576%205.28575%2072.7764%205.28125C73.0295%205.22038%2073.3821%205.12177%2073.8184%204.99316C74.2518%204.86539%2074.7516%204.71312%2075.2949%204.54785C75.8363%204.38317%2076.4189%204.20609%2077.0117%204.03125C78.1929%203.68287%2079.4361%203.33613%2080.501%203.10547C81.0327%202.9903%2081.5396%202.899%2081.9834%202.85352C82.3977%202.81106%2082.8684%202.79513%2083.2686%202.90234C83.89%203.06893%2084.4924%203.4473%2085.0127%203.86523C85.5468%204.29429%2086.0624%204.82022%2086.5117%205.3623C86.9607%205.90398%2087.3618%206.48434%2087.6562%207.03223C87.9302%207.54197%2088.1865%208.15851%2088.1865%208.73242C88.1864%209.47697%2087.8467%2010.3503%2087.5352%2011.0195C87.3904%2011.3305%2087.2321%2011.6332%2087.0791%2011.9111C87.3962%2012.1207%2087.7253%2012.371%2088.0293%2012.6572C88.6496%2013.2414%2089.3309%2014.1326%2089.3311%2015.2549C89.3311%2016.2517%2088.8026%2017.3845%2088.2979%2018.2656C88.0164%2018.7569%2087.705%2019.2289%2087.4121%2019.6426C88.0896%2020.0419%2088.8489%2020.5173%2089.5176%2020.999C90.0299%2021.3681%2090.5263%2021.7652%2090.8955%2022.1514C91.0789%2022.3432%2091.2625%2022.5636%2091.3975%2022.8047C91.524%2023.0308%2091.675%2023.3952%2091.6074%2023.8232C91.5649%2024.0922%2091.4461%2024.407%2091.3281%2024.6836C91.1987%2024.9871%2091.0272%2025.3418%2090.8291%2025.7227C90.4325%2026.4851%2089.9077%2027.3889%2089.3389%2028.2568C88.7736%2029.1194%2088.1451%2029.9778%2087.5391%2030.6318C87.2375%2030.9572%2086.9169%2031.2587%2086.5908%2031.4863C86.2882%2031.6975%2085.8558%2031.9346%2085.3555%2031.9346C84.831%2031.9345%2084.2993%2031.7489%2083.8496%2031.542C83.3798%2031.3259%2082.8977%2031.0377%2082.4463%2030.7344C82.3071%2030.6409%2082.1693%2030.5439%2082.0332%2030.4463C82.298%2033.5011%2082.6241%2037.2864%2082.9043%2040.6582C83.2586%2044.9221%2083.5516%2048.617%2083.5518%2049.2451C83.5518%2051.1926%2082.0516%2052.534%2080.6064%2052.5342C80.1668%2052.5342%2079.5401%2052.39%2078.9297%2052.2236C78.2777%2052.046%2077.5081%2051.8032%2076.7188%2051.5381C75.2468%2051.0437%2073.6687%2050.4573%2072.5801%2050.0371C71.9643%2050.1085%2071.1219%2050.1866%2070.3271%2050.2109C69.873%2050.2249%2069.4121%2050.223%2069.0098%2050.1895C68.6592%2050.1602%2068.1781%2050.0964%2067.8076%2049.8848C67.4138%2049.6598%2067.1214%2049.2477%2066.9336%2048.9531C66.7152%2048.6106%2066.5016%2048.2004%2066.3076%2047.79C66.1083%2047.3682%2065.9188%2046.9223%2065.7529%2046.5078C65.1307%2046.8029%2064.409%2047.125%2063.9092%2047.2812C62.9703%2047.5746%2062.2456%2047.1332%2061.8096%2046.7998C61.6097%2046.6469%2061.3685%2046.4341%2061.2266%2046.3164C61.0969%2046.2088%2060.9887%2046.1267%2060.8906%2046.0645C60.8704%2046.0697%2060.8443%2046.0761%2060.8125%2046.0869C60.6037%2046.1578%2060.3568%2046.2854%2059.9883%2046.4736C59.6598%2046.6414%2059.2356%2046.8554%2058.7969%2046.9854C58.3545%2047.1164%2057.7783%2047.1999%2057.1895%2046.9756C57.0891%2046.9374%2056.7386%2046.8835%2056.1113%2046.8994C55.5322%2046.9142%2054.8387%2046.9834%2054.1475%2047.0986C53.4542%2047.2142%2052.7918%2047.3716%2052.2686%2047.5508C52.0068%2047.6404%2051.7982%2047.7292%2051.6455%2047.8115C51.5098%2047.8847%2051.4565%2047.9323%2051.4473%2047.9404C50.7196%2048.8137%2049.6933%2048.7261%2049.0439%2048.5186C48.8099%2048.4438%2048.585%2048.3428%2048.376%2048.2314C48.2578%2048.3496%2048.1375%2048.4598%2048.0195%2048.5557C47.6348%2048.8683%2047.1533%2049.1663%2046.8174%2049.2783C46.6519%2049.3334%2046.4901%2049.3403%2046.4395%2049.3428C46.3551%2049.3468%2046.2637%2049.3467%2046.1748%2049.3447C45.9951%2049.3407%2045.772%2049.3285%2045.5283%2049.3105C45.0379%2049.2745%2044.4168%2049.2141%2043.7891%2049.1455C42.5573%2049.011%2041.2015%2048.834%2040.7412%2048.7354C40.1706%2048.613%2039.6828%2048.2546%2039.3584%2047.9707C39.3105%2048.0119%2039.2678%2048.0504%2039.2295%2048.0811L39.0518%2048.2227L38.8311%2048.2744C37.7548%2048.5243%2036.1016%2048.8871%2034.6377%2049.166C33.9076%2049.3051%2033.2112%2049.4257%2032.6523%2049.5C32.3743%2049.537%2032.1141%2049.5649%2031.8936%2049.5762C31.7233%2049.5849%2031.4226%2049.5959%2031.1582%2049.5146C30.9462%2049.4494%2030.7588%2049.3372%2030.626%2049.249C30.4798%2049.152%2030.3295%2049.0361%2030.1836%2048.915C29.8912%2048.6724%2029.5677%2048.3694%2029.252%2048.0566C29.022%2047.8288%2028.7902%2047.5877%2028.5674%2047.3525C28.5024%2047.4565%2028.4345%2047.5603%2028.3623%2047.6602C27.9781%2048.1915%2027.2506%2048.9765%2026.1992%2048.9287C25.6926%2048.9057%2024.9432%2049.0008%2024.2607%2049.1387C23.9288%2049.2057%2023.638%2049.2774%2023.4297%2049.3389C23.3456%2049.3637%2023.2842%2049.3854%2023.2432%2049.4004C23.1755%2049.45%2023.1154%2049.4886%2023.083%2049.5088C22.9913%2049.5659%2022.8786%2049.6308%2022.7529%2049.7012C22.4996%2049.843%2022.1592%2050.024%2021.7549%2050.2334C20.9442%2050.6532%2019.8494%2051.201%2018.6152%2051.8037C17.3632%2052.4152%2016.53%2052.6844%2015.8701%2052.7061C15.51%2052.7179%2015.2286%2052.6558%2014.9941%2052.5752C14.8924%2052.5402%2014.7955%2052.4997%2014.7432%2052.4785C14.6811%2052.4534%2014.6511%2052.4418%2014.627%2052.4346C14.4147%2052.3708%2014.2393%2052.2455%2014.1719%2052.1973C14.0696%2052.124%2013.9581%2052.0349%2013.8467%2051.9404C13.6219%2051.7498%2013.3474%2051.4962%2013.0459%2051.207C12.4403%2050.6262%2011.6912%2049.8642%2010.9531%2049.0791C10.2155%2048.2944%209.47883%2047.4758%208.90039%2046.7822C8.61197%2046.4364%208.35413%2046.1118%208.15332%2045.832C7.97764%2045.5873%207.76877%2045.2747%207.67188%2044.9844C7.42632%2044.2477%207.59461%2043.5741%207.83984%2043.0908C8.07871%2042.6201%208.42243%2042.2576%208.69336%2042.0469L8.81055%2041.9561L8.9502%2041.9023L12.4365%2040.5713C12.3083%2040.1308%2012.1584%2039.6072%2012.0117%2039.1182C11.7314%2038.1838%2011.8711%2037.2379%2012.0537%2036.6162C12.002%2036.4735%2011.9578%2036.3224%2011.9229%2036.1758C11.839%2035.8242%2011.7718%2035.4003%2011.7178%2034.9746C11.6473%2034.419%2011.5953%2033.8183%2011.5586%2033.2939C10.5702%2033.071%209.3404%2032.7686%208.23926%2032.4443C7.54186%2032.2389%206.87086%2032.0174%206.33887%2031.7949C6.07467%2031.6844%205.81757%2031.5628%205.60059%2031.4297C5.4235%2031.321%205.11352%2031.1128%204.93359%2030.7754C4.72615%2030.3863%204.68005%2029.8985%204.66602%2029.5381C4.65016%2029.1306%204.67192%2028.6716%204.71094%2028.2227C4.75647%2027.6987%204.82895%2027.1574%204.9043%2026.6768C4.63469%2026.5733%204.35221%2026.4373%204.09863%2026.2598C3.89847%2026.1197%203.77553%2025.9413%203.71094%2025.8369C3.63654%2025.7167%203.57516%2025.5879%203.52441%2025.4678C3.42258%2025.2266%203.32832%2024.9351%203.24121%2024.627C3.06552%2024.0053%202.89086%2023.2131%202.73145%2022.3906C2.41209%2020.7429%202.13622%2018.8851%202.01855%2017.8262C1.95011%2017.2099%202.07277%2016.6451%202.38672%2016.1748C2.57245%2015.8966%202.80451%2015.6818%203.0498%2015.5166C3.03257%2015.4741%203.01861%2015.4358%203.00781%2015.4033C2.9608%2015.2617%202.92937%2015.113%202.90625%2014.9746C2.85986%2014.6967%202.83339%2014.3655%202.81836%2014.0176C2.78808%2013.3164%202.79931%2012.4359%202.82812%2011.5391C2.85708%2010.6379%202.90434%209.69732%202.94727%208.87012C2.99061%208.03486%203.02909%207.3281%203.04297%206.87012C3.07391%205.85256%203.47343%205.09998%204.10352%204.64453C4.61297%204.27629%205.1845%204.16638%205.62695%204.17773L5.80859%204.18945L5.8584%204.19531L5.90723%204.20508L19.1543%206.98242C19.4079%206.27195%2019.8023%205.74475%2020.3281%205.41699C21.0526%204.96545%2021.827%205.01956%2022.3457%205.21582L22.3467%205.21484L24.8516%206.10938C25.0517%205.93836%2025.2731%205.81669%2025.4902%205.73828C25.8272%205.61661%2026.1647%205.58734%2026.4414%205.60156L26.6953%205.62793L26.7559%205.63867L26.8154%205.65625L29.7773%206.53516C29.8585%206.43612%2029.9462%206.33666%2030.041%206.24219C30.3506%205.93382%2030.9002%205.5%2031.624%205.5H31.6631L31.7031%205.50391C32.4701%205.56526%2033.1889%205.86221%2033.7422%206.16504C33.9802%206.29534%2034.1997%206.43636%2034.3965%206.57227C34.8918%206.30284%2035.4353%206.14743%2035.9004%206.05469C36.2093%205.99309%2036.5165%205.95256%2036.8037%205.92773V5.58496C36.8037%204.52522%2037.5014%203.85649%2038.208%203.48242C38.899%203.11669%2039.7645%202.9281%2040.5762%202.82617Z'%20fill='url(%23paint0_linear_8870_13132)'%20stroke='url(%23paint1_linear_8870_13132)'%20stroke-width='2'/%3e%3cpath%20d='M16.803%2028.7031C17.2608%2028.3025%2020.2364%2028.1881%2020.4653%2028.3597C20.6484%2028.4971%2020.656%2030.0573%2020.637%2030.8203H21.3808C21.7013%2030.8203%2021.8959%2031.0492%2021.9531%2031.1636V34.0248C21.9531%2034.5397%2021.0947%2034.597%2020.8658%2034.5398C20.637%2034.4825%2020.637%2035.627%2020.7514%2035.7987C20.8659%2035.9703%2021.3809%2035.7987%2021.667%2035.7987C21.9531%2035.7987%2022.0675%2038.4309%2022.0675%2038.8887C22.0675%2039.3464%2021.4953%2039.2892%2021.152%2039.6898C20.8086%2040.0905%2021.4953%2045.4693%2021.3236%2045.9843C21.1518%2046.4993%2016.6886%2048.4448%2016.1164%2048.4448C15.5442%2048.4448%2012.0537%2044.7827%2012.168%2044.1532C12.2825%2043.5237%2016.2308%2042.6654%2016.803%2042.3793C17.3753%2042.0932%2017.2608%2041.6354%2017.1464%2041.4637C17.0319%2041.292%2016.5169%2041.6926%2016.1164%2041.6926C15.7158%2041.6926%2015.1436%2039.1176%2015.2008%2038.4309C15.258%2037.7442%2016.3453%2037.5726%2016.6886%2037.4581C16.9632%2037.3666%2017.0319%2037.1148%2017.0319%2037.0003V35.3981C17.0319%2034.8259%2016.1164%2035.1692%2015.4869%2035.1692C14.8575%2035.1692%2014.4569%2031.7931%2014.9147%2031.4497C15.2809%2031.1751%2016.2117%2031.1446%2016.6314%2031.1636C16.536%2030.477%2016.4368%2029.0235%2016.803%2028.7031Z'%20fill='white'/%3e%3cpath%20d='M77.6306%2026.8719C78.4547%2026.8719%2078.6607%2027.3679%2078.6607%2027.6158C79.1566%2034.1964%2080.0912%2047.495%2079.8623%2048.0443C79.5761%2048.7309%2074.3118%2046.7854%2073.9684%2046.6709C73.6251%2046.5565%2073.5679%2042.2077%2073.7967%2041.9215C74.0256%2041.6354%2075.8567%2042.5509%2076.1429%2042.4365C76.429%2042.322%2075.2273%2028.5316%2075.1701%2027.7875C75.1243%2027.1924%2075.3799%2026.9292%2075.5134%2026.8719H77.6306Z'%20fill='white'/%3e%3cpath%20d='M62.9244%2028.4169C63.0961%2027.8447%2065.1561%2027.5586%2065.8428%2027.6158C66.3921%2027.6616%2067.178%2030.0001%2067.5022%2031.1636C68.5513%2030.992%2070.7525%2030.6715%2071.1645%2030.7631C71.6795%2030.8775%2071.7367%2032.9948%2071.565%2033.7959C71.3933%2034.597%2068.99%2034.4253%2068.6467%2034.4825C68.3034%2034.5398%2068.7611%2035.7987%2069.1045%2035.8559C69.4478%2035.9131%2069.9056%2035.112%2070.4778%2035.112C71.05%2035.112%2072.1945%2037.172%2072.0801%2037.687C71.9656%2038.202%2070.3634%2038.8315%2070.2489%2039.1176C70.1345%2039.4038%2071.1073%2041.807%2071.3362%2042.0359C71.5651%2042.2648%2072.3662%2041.9215%2072.7095%2042.2076C73.0528%2042.4938%2073.1673%2045.5265%2072.9956%2045.9843C72.8239%2046.442%2069.5623%2046.6709%2069.1045%2046.4993C68.6467%2046.3276%2067.2162%2041.7499%2066.9872%2041.3492C66.7584%2040.9487%2064.0117%2043.1231%2063.4967%2043.1804C62.9817%2043.2376%2061.7228%2041.0632%2061.7228%2040.3192C61.7228%2039.5754%2065.5566%2037.9159%2065.7856%2037.8014C66.0145%2037.687%2065.2134%2035.5698%2064.9845%2035.2264C64.7556%2034.8831%2063.2106%2035.4553%2062.81%2035.3981C62.4094%2035.3409%2062.295%2033.2809%2062.3522%2032.537C62.4094%2031.7931%2063.8399%2031.9647%2063.9545%2031.7931C64.046%2031.6557%2063.6493%2030.7059%2063.4394%2030.2481C63.2106%2029.8284%2062.7871%2028.8747%2062.9244%2028.4169Z'%20fill='white'/%3e%3cpath%20d='M36.4876%2028.0736C36.8996%2028.0736%2036.9263%2028.3406%2036.8882%2028.4742V30.5342H37.5748C38.0326%2030.5342%2038.2615%2030.7631%2038.3187%2030.8775V33.567C38.3187%2034.0247%2037.9754%2034.1011%2037.8037%2034.082H37.2315V35.2264C37.3078%2035.0929%2037.5634%2034.8717%2037.9754%2035.0548C38.4904%2035.2837%2038.2043%2037.9159%2038.2043%2038.0876C38.2042%2038.2249%2037.7083%2038.6026%2037.4604%2038.7742C37.5176%2040.4337%2037.6206%2043.867%2037.5748%2044.3248C37.5175%2044.897%2033.0543%2045.8126%2032.7109%2045.6409C32.3676%2045.4693%2035.1713%2042.5511%2035.2287%2042.322C35.2859%2042.0931%2034.5993%2041.8643%2034.4848%2041.7498C34.3704%2041.6354%2034.3704%2040.2621%2034.2559%2040.1476C34.1415%2040.0331%2033.5693%2040.4337%2033.3404%2040.4909C33.1115%2040.5481%2032.2532%2037.916%2032.3104%2037.4581C32.3676%2037.0003%2033.9126%2036.5998%2034.0843%2036.5426C34.2559%2036.4853%2034.1987%2034.5971%2034.027%2034.4253C33.8554%2034.2536%2033.3404%2034.4825%2032.7681%2034.4253C32.1959%2034.3681%2032.2531%2031.507%2032.3676%2031.0492C32.482%2030.5914%2033.6265%2030.8775%2033.7981%2030.8203C33.9355%2030.7745%2033.7409%2029.3897%2033.6265%2028.7031C33.5557%2028.2453%2033.9022%2028.0927%2034.0843%2028.0736H36.4876Z'%20fill='white'/%3e%3cpath%20d='M26.1303%2028.0736C26.6453%2027.7875%2029.5065%2028.2453%2029.6209%2028.4169C29.7124%2028.5543%2029.4683%2029.5042%2029.3348%2029.962C29.9261%2029.9047%2031.1659%2029.8475%2031.3948%2030.0764C31.6809%2030.3626%2031.5665%2032.3653%2031.3376%2032.8803C31.1087%2033.3953%2029.3348%2033.2809%2028.9915%2033.2809C28.6481%2033.2809%2028.1903%2034.5398%2028.362%2034.7114C28.5338%2034.8831%2030.937%2034.3109%2031.5665%2034.3681C32.1959%2034.4253%2032.0243%2037.1148%2031.9098%2037.4581C31.7953%2037.8014%2029.2776%2037.9731%2029.3348%2038.2592C29.3922%2038.5455%2034.1987%2042.0931%2034.1987%2042.322C34.1986%2042.5511%2032.0815%2045.3548%2031.5092%2045.2976C30.937%2045.2404%2027.6182%2040.7199%2027.332%2040.6054C27.0459%2040.4909%2026.2448%2044.6682%2026.1303%2044.9543C26.0158%2045.2404%2023.212%2045.4121%2022.5253%2045.5265C21.976%2045.618%2021.9912%2045.1069%2022.0675%2044.8398C22.6207%2042.9897%2023.704%2039.278%2023.6125%2039.232C23.4981%2039.1748%2023.0403%2039.2892%2022.697%2039.2892C22.4223%2039.2892%2022.3536%2038.9841%2022.3536%2038.8315V36.0275C22.3536%2034.9403%2023.9559%2035.4553%2024.4136%2035.3981C24.8714%2035.3409%2025.0431%2033.796%2024.9286%2033.6814C24.8142%2033.567%2023.4409%2033.9103%2022.9259%2033.9103C22.5139%2033.9103%2022.4109%2033.3381%2022.4109%2033.052V31.2781C22.4109%2030.3625%2022.8686%2030.1336%2023.0975%2030.1336H25.5009C25.539%2029.5423%2025.7183%2028.3025%2026.1303%2028.0736Z'%20fill='white'/%3e%3cpath%20d='M45.1282%2036.0848C45.6318%2036.0848%2045.7195%2036.5426%2045.7004%2036.7714C45.8912%2036.6951%2046.3642%2036.5654%2046.7305%2036.657C47.1882%2036.7715%2046.9593%2038.4881%2046.9593%2039.0031C46.9593%2039.4151%2046.3108%2039.5563%2045.9866%2039.5753C46.0629%2041.3493%2046.1697%2044.9657%2045.9866%2045.2404C45.7576%2045.5837%2042.0382%2045.1832%2041.6376%2045.0115C41.2371%2044.8398%2041.2371%2044.4393%2041.3515%2043.2948C41.4431%2042.3793%2042.3815%2042.1122%2042.8393%2042.0931L42.7249%2039.8042L39.8637%2039.9187C40.5695%2040.3574%2041.9924%2041.2691%2042.0382%2041.4065C42.0953%2041.5783%2040.7793%2043.2948%2040.4932%2043.352C40.2071%2043.4092%2038.3188%2042.036%2038.2043%2041.807C38.1127%2041.6239%2039.0054%2040.5863%2039.4632%2040.0904C39.3106%2040.0713%2038.9711%2040.0102%2038.8337%2039.9187C38.6621%2039.8042%2038.5476%2038.7742%2038.5476%2037.9731C38.5476%2037.3322%2038.9673%2037.172%2039.1771%2037.172L42.7249%2036.8859C42.7249%2036.3366%2043.0301%2036.1229%2043.1827%2036.0848H45.1282Z'%20fill='white'/%3e%3cpath%20d='M51.9377%2032.4225C52.1094%2032.4035%2052.4527%2032.537%2052.4527%2033.2236C52.4527%2034.082%2051.7088%2039.1176%2051.9377%2039.1748C52.1666%2039.232%2052.9677%2038.4268%2053.1966%2038.4881C53.4255%2038.5495%2054.4555%2041.0059%2054.2838%2041.4065C54.1121%2041.8071%2050.2783%2044.4393%2049.8777%2044.382C49.4771%2044.3248%2048.3327%2042.7799%2048.3327%2042.4365C48.3327%2042.0931%2049.4199%2036.3711%2049.191%2036.1992C48.9621%2036.0275%2047.9322%2036.4853%2047.7032%2036.1992C47.5201%2035.9703%2047.5506%2034.2346%2047.5888%2033.3953C47.6079%2033.2183%2047.7261%2032.8561%2048.0466%2032.8231L51.9377%2032.4225Z'%20fill='white'/%3e%3cpath%20d='M58.2322%2027.4442C58.5565%2027.4251%2059.205%2027.6158%2059.205%2028.5314V32.4225C59.205%2032.6133%2059.2851%2032.9947%2059.6055%2032.9947C60.0061%2032.9947%2061.5511%2032.7659%2061.7228%2033.1092C61.8601%2033.3839%2061.78%2035.3218%2061.7228%2036.2564C61.6846%2036.409%2061.4824%2036.7142%2060.9789%2036.7142H59.6055C59.5102%2036.7333%2059.3194%2036.8973%2059.3194%2037.4009C59.3194%2037.9045%2059.5102%2041.6545%2059.6055%2043.4665C59.6055%2043.6954%2059.514%2044.176%2059.1478%2044.2676C58.69%2044.382%2055.6%2044.382%2055.4283%2043.5809C55.2566%2042.7798%2055.5999%2037.1149%2055.4283%2037.0576C55.2566%2037.0003%2053.3683%2037.4581%2053.0249%2037.0576C52.6816%2036.657%2052.8533%2033.2236%2053.4827%2033.2236C54.1121%2033.2236%2055.4282%2033.3381%2055.4855%2033.1664C55.5313%2033.0291%2055.5046%2032.7659%2055.4855%2032.6514V28.0736C55.5046%2027.8638%2055.6457%2027.4442%2056.0577%2027.4442H58.2322Z'%20fill='white'/%3e%3cpath%20d='M74.2545%2030.0192C74.388%2029.981%2074.6665%2030.065%2074.7123%2030.7058C74.7695%2031.5071%2075.4562%2039.6898%2075.3417%2039.9759C75.2272%2040.262%2072.7095%2040.3192%2072.5951%2039.3465C72.5035%2038.5682%2072.2136%2033.1474%2072.0801%2030.5342C72.0896%2030.3625%2072.2517%2030.0192%2072.824%2030.0192H74.2545Z'%20fill='white'/%3e%3cpath%20d='M41.0654%2027.7303C41.2943%2027.3869%2043.8693%2027.4442%2044.1554%2027.5586C44.3843%2027.6502%2044.289%2028.5505%2044.2127%2028.9892C44.6895%2028.9129%2045.7233%2028.8289%2046.0438%2029.1036C46.4443%2029.447%2046.2727%2030.9347%2046.1582%2031.5642C46.0437%2032.1936%2044.2127%2031.9647%2044.1554%2032.022C44.1097%2032.0678%2044.1364%2032.5751%2044.1554%2032.8231C44.9756%2032.7659%2046.6847%2032.6743%2046.9593%2032.7659C47.3027%2032.8803%2047.0738%2035.3981%2046.9593%2035.5125C46.8444%2035.627%2039.5204%2036.3137%2039.0054%2036.3709C38.5934%2036.4167%2038.4904%2036.0085%2038.4904%2035.7987V34.082C38.4904%2033.3953%2038.7956%2033.1855%2038.9482%2033.1664H40.951V32.4225H39.2343C38.9139%2032.4225%2038.8337%2032.0792%2038.8337%2031.9075V29.9047C38.8337%2029.3554%2039.1389%2029.1418%2039.2915%2029.1036H40.8938C40.8747%2028.7603%2040.8823%2028.005%2041.0654%2027.7303Z'%20fill='white'/%3e%3cpath%20d='M50.221%2027.5586C50.3545%2027.5205%2050.6674%2027.467%2050.8505%2027.5586C51.0794%2027.6731%2052.6816%2030.1908%2052.6816%2030.4197C52.6814%2030.6487%2050.221%2032.1936%2049.8205%2032.2509C49.4199%2032.3081%2048.161%2029.9048%2047.9321%2029.4469C47.749%2029.0807%2047.9321%2028.7603%2048.0466%2028.6458L50.221%2027.5586Z'%20fill='white'/%3e%3cpath%20d='M67.2734%2028.2453C67.445%2027.9592%2068.6467%2026.7003%2068.99%2026.8147C69.7339%2027.3488%2071.2217%2028.5085%2071.2217%2028.8747C71.2217%2029.3325%2069.7912%2030.7058%2069.3334%2030.5914C68.8756%2030.477%2067.1018%2028.5314%2067.2734%2028.2453Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.73187%207.24459C7.24687%207.24459%2017.9475%209.53349%2019.0919%209.76238C20.2364%209.99127%2020.8658%2010.1629%2020.9803%2010.6779C21.0947%2011.193%2020.9231%2013.0241%2020.8658%2013.6535C20.8086%2014.2829%2019.4353%2014.0541%2019.2636%2013.9969C19.0919%2013.9396%2019.4353%2017.1441%2019.6069%2017.2013C19.7787%2017.2585%2021.3236%2017.0297%2022.0675%2017.1441C22.8114%2017.2585%2022.5253%2019.6047%2022.4681%2020.463C22.4108%2021.3213%2020.1792%2021.0352%2020.0075%2021.2069C19.8359%2021.3789%2020.5797%2026.4142%2020.4653%2026.9292C20.3507%2027.4441%2017.1464%2027.8447%2016.6314%2027.6158C16.1164%2027.3869%2016.1736%2022.0656%2016.0591%2021.8363C15.9447%2021.6075%2013.5414%2022.0652%2013.3697%2022.1797C13.198%2022.2943%2013.0264%2026.1281%2012.9691%2027.6158C12.9119%2029.1036%2012.7402%2029.5614%2012.3397%2029.6758C11.9391%2029.7903%2010.0508%2029.3325%208.96355%2029.1036C7.87635%2028.8747%207.87631%2028.5886%207.8191%2028.2453C7.76188%2027.902%208.73458%2023.0955%208.56299%2022.9236C8.39132%2022.7519%207.18965%2023.2669%206.44576%2023.2097C5.70187%2023.1525%205.12967%2018.4603%205.53019%2018.0597C5.93075%2017.6591%208.39132%2017.7735%208.8491%2017.7735C9.2153%2017.7735%209.34502%2017.5447%209.36411%2017.4302C9.51669%2016.2286%209.79896%2013.7796%209.70744%2013.5963C9.593%2013.3674%207.36132%2013.4818%206.67465%2013.4246C6.12534%2013.3788%205.98799%2013.0241%205.98797%2012.8524L6.21687%207.75959C6.21687%207.58792%206.31987%207.24459%206.73187%207.24459ZM14.2852%2013.7107C14.1136%2013.7298%2013.7588%2013.8595%2013.713%2014.2257C13.6558%2014.6836%2013.5414%2017.3158%2013.713%2017.4302C13.8848%2017.5446%2015.6013%2017.6018%2015.7158%2017.2585C15.8303%2016.9152%2015.6586%2013.7107%2015.258%2013.7107H14.2852Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M82.1512%205.7568C82.7807%205.69958%2084.5546%208.27459%2084.6118%208.7896C84.669%209.30467%2082.2085%2012.9668%2082.2657%2013.1385C82.3229%2013.3102%2082.8379%2013.253%2083.1812%2013.1957C83.5246%2013.1385%2085.699%2014.6263%2085.699%2015.4274C85.699%2016.2286%2082.2085%2019.6619%2082.3229%2020.1197C82.4375%2020.5775%2087.7018%2023.0952%2087.759%2023.6102C87.8162%2024.1253%2085.2412%2027.9592%2084.7262%2027.9019C84.2113%2027.8447%2079.8052%2023.8392%2079.5762%2023.7247C79.3473%2023.6102%2078.0884%2026.128%2077.5162%2026.1853C76.944%2026.2425%2075.1701%2023.9536%2075.1129%2023.4958C75.0671%2023.1296%2076.2001%2021.8936%2076.7723%2021.3213L75.399%2020.0624C74.9603%2021.8173%2074.0485%2025.407%2073.9112%2025.7275C73.7394%2026.128%2070.5923%2025.5558%2070.3062%2025.2125C70.02%2024.8691%2071.05%2023.7247%2070.7639%2023.4958C70.4778%2023.2669%2067.1017%2025.3269%2066.4722%2025.4414C65.8428%2025.5558%2065.5567%2022.9236%2065.7283%2022.523C65.9%2022.1225%2070.3634%2020.3486%2070.7067%2020.2913C70.9814%2020.2456%2071.3552%2020.8826%2071.5078%2021.2069C72.5569%2018.1932%2074.6206%2012.1317%2074.4834%2011.9941C74.3117%2011.8224%2073.7967%2012.1657%2073.3962%2012.2802C73.0757%2012.3717%2072.9575%2011.975%2072.9384%2011.7652C72.9193%2011.0785%2072.8926%209.5335%2072.9384%208.84682C72.9842%208.16015%2073.4153%207.98848%2073.6251%207.98848C76.2573%207.26366%2081.6477%205.80258%2082.1512%205.7568ZM79.5762%2010.9068C79.4847%2010.8153%2078.6607%2011.0594%2078.2601%2011.1929C78.0503%2011.2311%2077.6192%2011.3417%2077.5734%2011.4791C77.5161%2011.6512%2076.3145%2016.1713%2076.429%2016.4002C76.5436%2016.6292%2079.0612%2018.3457%2079.2901%2018.2885C79.519%2018.2313%2080.7778%2016.572%2080.7207%2016.343C80.6634%2016.1141%2077.7452%2016.5146%2077.5734%2015.828C77.4018%2015.1413%2079.6904%2011.0217%2079.5762%2010.9068Z'%20fill='white'/%3e%3cpath%20d='M22.5253%2010.1057C22.6397%208.38904%2022.8114%208.38904%2022.9831%208.56071L25.787%209.64793C25.9396%209.68609%2026.2104%209.9455%2026.0731%2010.6779C25.9014%2011.5935%2025.3292%2013.4818%2025.6153%2013.5391C25.9014%2013.5962%2026.9314%2010.1058%2027.0459%209.53349C27.1603%208.96126%2027.4464%208.90404%2027.847%209.07571C28.2476%209.24738%2030.3648%209.76238%2030.3648%2010.1629C30.3647%2010.5636%2029.2776%2013.5391%2029.5637%2013.5391C29.7926%2013.5391%2033.4739%2013.3483%2035.2859%2013.253C35.4576%2013.2339%2035.8009%2013.3216%2035.8009%2013.8252V15.5991C35.8009%2015.828%2035.6292%2016.2972%2034.9426%2016.343C34.2559%2016.3888%2030.422%2016.6672%2028.5909%2016.8008C28.4383%2017.106%2028.1789%2017.7163%2028.362%2017.7163C28.5909%2017.7163%2034.1415%2017.0296%2034.4276%2017.2013C34.7137%2017.373%2036.0871%2018.403%2036.0298%2018.8035C35.9725%2019.2042%2033.1687%2022.1225%2033.3976%2022.3513C33.6266%2022.5803%2037.4032%2023.553%2037.4032%2024.2969C37.4031%2024.7548%2035.8582%2027.158%2035.4004%2027.1008C34.9426%2027.0436%2031.452%2024.8691%2031.2231%2024.9264C30.9942%2024.9836%2029.6209%2027.3869%2028.9915%2027.4442C28.362%2027.5014%2026.5883%2025.6132%2026.6453%2025.3841C26.7025%2025.1553%2028.1902%2023.782%2028.1903%2023.6102C28.1903%2023.4386%2027.332%2023.3241%2027.2748%2022.8091C27.2176%2022.2941%2028.1331%2020.5774%2028.362%2020.7491C28.5909%2020.9208%2030.0214%2021.4358%2030.2503%2021.3786C30.4792%2021.3213%2031.223%2020.4631%2031.2231%2020.2913C31.2231%2020.154%2028.7435%2020.3486%2027.5037%2020.463C27.084%2022.4658%2026.0502%2026.5057%2025.272%2026.643C24.2992%2026.8147%2021.5526%2027.0436%2021.4953%2026.4714C21.4381%2025.8992%2024.6423%2017.6596%2024.6425%2017.3158C24.6425%2017.1441%2023.7842%2017.4874%2023.3836%2017.1441C22.9831%2016.8008%2021.7815%2015.5419%2021.7242%2015.1413C21.667%2014.7407%2022.4108%2011.8224%2022.5253%2010.1057Z'%20fill='white'/%3e%3cpath%20d='M53.4827%208.56071C54.1122%208.33181%2055.5427%207.93126%2055.7716%208.16015C56.0005%208.38908%2055.6572%2010.3918%2055.8288%2010.5063C56.0005%2010.6207%2057.2022%2010.3346%2057.3166%2010.6207C57.4311%2010.9069%2057.3739%2012.738%2057.2022%2013.253C57.0305%2013.7679%2056.0577%2013.6535%2055.8288%2013.6535C55.6%2013.6535%2055.4855%2014.5119%2055.6572%2014.6263C55.8289%2014.7407%2057.2022%2014.4546%2057.5455%2014.5691C57.8889%2014.6835%2057.8316%2016.2858%2057.66%2017.0869C57.4883%2017.888%2056.3438%2017.6019%2056.1722%2017.6019C56.0005%2017.6019%2056.0577%2018.2313%2056.0577%2018.3458C56.0579%2018.4602%2057.2594%2018.2886%2057.4311%2018.4602C57.6027%2018.6319%2057.4883%2020.2913%2057.3166%2020.8063C57.1449%2021.3213%2056.0577%2021.0925%2055.9433%2021.2069C55.8517%2021.2985%2055.9051%2021.8554%2055.9433%2022.1225C59.0715%2022.4658%2065.3278%2023.2326%2065.3278%2023.553C65.3278%2023.9536%2064.7556%2026.5858%2064.355%2026.8719C63.9543%2027.158%2052.8533%2024.3541%2052.5672%2024.3541C52.281%2024.3541%2052.5672%2025.7275%2052.281%2026.0136C51.9949%2026.2997%2049.7061%2025.7847%2049.5344%2025.5558C49.3627%2025.3269%2050.3355%2020.4058%2050.6216%2019.5474C50.9077%2018.6891%2052.4527%2019.0897%2052.6244%2019.3758C52.796%2019.6619%2052.5672%2020.6919%2052.6244%2021.0925C52.6816%2021.493%2052.6816%2021.6075%2052.9105%2021.6075C53.1394%2021.6075%2053.0822%2018.1744%2053.0249%2018.0597C52.9677%2017.9452%2051.1366%2018.3458%2050.5644%2018.2313C49.9921%2018.1169%2050.221%2016.9152%2050.4499%2016.0569C50.6788%2015.1985%2051.9949%2015.313%2052.3955%2015.2557C52.796%2015.1985%2052.6816%2014.3975%2052.6244%2014.283C52.5672%2014.1685%2051.9377%2014.4546%2051.4799%2014.4546C51.1137%2014.4546%2051.0222%2014.1876%2051.0221%2014.0541V11.8796C51.0221%2011.1357%2051.8233%2011.3074%2052.2238%2011.2502C52.5443%2011.2044%2052.6244%2010.8115%2052.6244%2010.6207V9.36182C52.7164%209.01849%2052.8533%208.78959%2053.4827%208.56071Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M40.0926%206.10013C40.3787%206.04291%2043.6977%205.7568%2043.7549%206.10013C43.8121%206.44356%2043.6977%208.44626%2043.8693%208.44626C44.041%208.44626%2045.8149%208.21738%2046.0438%208.56071C46.2269%208.83538%2046.2345%209.59071%2046.2155%209.93405C46.9403%209.05663%2048.4242%207.31325%2048.5616%207.35903C48.7333%207.4163%2050.8505%209.47627%2050.736%209.93405C50.6215%2010.3919%2048.2182%2012.6235%2048.2755%2012.738C48.3328%2012.8524%2050.0494%2012.6807%2050.1638%2013.0241C50.2782%2013.3675%2050.221%2015.5419%2049.6488%2015.7135C49.191%2015.8509%2046.5588%2015.9996%2045.2999%2016.0569L43.9265%2017.4874C45.7004%2017.2967%2049.2826%2016.9839%2049.4199%2017.2585C49.5572%2017.5334%2049.0575%2022.752%2048.7905%2025.3269C48.7523%2025.594%2048.5043%2026.1395%2047.8177%2026.1853C46.9593%2026.2425%2040.3787%2026.643%2039.8637%2026.643C39.3487%2026.643%2039.2915%2026.128%2039.2343%2025.3269C39.1771%2024.5258%2039.3487%2022.0653%2039.1199%2022.008C38.891%2021.9508%2038.0326%2023.2669%2037.5176%2023.2669C37.0026%2023.2669%2035.4577%2020.7492%2035.6293%2020.463C35.8009%2020.1769%2039.6919%2016.9725%2039.6921%2016.6291C39.6921%2016.2858%2036.7165%2017.2013%2036.3732%2016.9152C36.0298%2016.6291%2036.1443%2013.768%2036.8309%2013.7107C37.5176%2013.6535%2040.1497%2013.5963%2040.2071%2013.3674C40.2643%2013.1385%2040.3215%2011.8796%2040.0926%2011.7652C39.1199%2011.8796%2037.1171%2012.0742%2036.8882%2011.9368C36.6021%2011.7652%2036.4876%208.96128%2037.0026%208.90404C37.5176%208.84682%2039.8636%208.90401%2039.9782%208.73237C40.0926%208.56071%2039.8065%206.15739%2040.0926%206.10013ZM45.7577%2020.0624C45.6661%2019.9709%2043.4688%2020.1387%2042.3815%2020.2341C42.3243%2020.2723%2042.2099%2020.3829%2042.2099%2020.5202C42.2099%2020.6919%2042.2099%2021.2069%2042.3815%2021.1497C42.5532%2021.0925%2044.8993%2020.6919%2045.1282%2020.9208C45.3571%2021.1497%2045.3571%2022.5802%2045.1282%2022.6947C44.8992%2022.8091%2042.4388%2022.9236%2042.3243%2022.9808C42.2099%2023.0381%2042.1527%2023.8963%2042.496%2023.8391C42.8393%2023.7819%2045.7575%2023.7819%2045.7577%2023.4386C45.7577%2023.0953%2045.8721%2020.1772%2045.7577%2020.0624ZM44.9566%2011.4218C44.6323%2011.3837%2043.9609%2011.3303%2043.8693%2011.4218C43.7549%2011.5363%2043.6977%2012.4518%2043.8693%2012.4518C44.0067%2012.4518%2044.6514%2011.7652%2044.9566%2011.4218Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M64.1833%2016.858C65.0989%2016.858%2065.0417%2016.9724%2065.2133%2017.0869C65.385%2017.2015%2065.0417%2021.3786%2064.87%2021.9508C64.6982%2022.523%2059.205%2022.0652%2058.5183%2022.008C57.969%2021.9622%2057.7935%2021.6456%2057.7744%2021.493L58.0033%2017.6019C58.0329%2017.0983%2058.5116%2016.9343%2058.7472%2016.9152C60.2541%2016.8961%2063.4509%2016.858%2064.1833%2016.858ZM62.5239%2018.918C62.4323%2018.8264%2061.1505%2018.8798%2060.5211%2018.918C60.4639%2018.9371%2060.3494%2019.0096%2060.3494%2019.1469V19.8336C60.3494%2019.9099%2060.3952%2020.0624%2060.5783%2020.0624H62.3522C62.4094%2020.0243%2062.5239%2019.9251%2062.5239%2019.8336C62.5239%2019.7191%2062.6383%2019.0325%2062.5239%2018.918Z'%20fill='white'/%3e%3cpath%20d='M69.8484%207.24459C70.02%207.13014%2072.3089%208.33181%2072.3089%208.84682C72.3089%209.36192%2068.9328%2014.2257%2069.2761%2014.3402C69.6195%2014.4546%2070.9356%2012.5091%2071.2789%2012.2802C71.6223%2012.0513%2073.1673%2013.8824%2073.0528%2014.2257C72.9383%2014.5691%2070.0773%2017.2013%2070.4206%2017.4302C70.7639%2017.6591%2070.8784%2017.1441%2071.6223%2017.0869C72.3662%2017.0296%2071.7367%2018.918%2071.5078%2019.3186C71.2789%2019.7191%2067.3306%2020.978%2066.8728%2020.9208C66.415%2020.8636%2065.7284%2019.3186%2065.7856%2018.8608C65.8428%2018.403%2067.3305%2017.2014%2067.3306%2017.0296C67.3306%2016.858%2066.6439%2017.0296%2066.3578%2016.9152C66.0717%2016.8008%2065.7856%2015.5991%2065.5567%2015.2557C65.3736%2014.9811%2065.4804%2014.6072%2065.5567%2014.4546L69.4478%207.5307C69.5241%207.47348%2069.711%207.33614%2069.8484%207.24459Z'%20fill='white'/%3e%3cpath%20d='M65.4422%209.07571C65.5948%209.11386%2065.8657%209.32749%2065.7283%209.87682C65.5567%2010.5636%2065.0989%2016.2285%2064.5839%2016.343C64.1719%2016.4345%2062.6956%2016.3811%2062.0089%2016.343C61.8754%2016.3239%2061.5969%2016.24%2061.5511%2016.0569C61.4939%2015.828%2061.6656%2014.4546%2061.8944%2014.4546C62.1233%2014.4546%2062.5239%2014.6263%2062.6383%2014.1685C62.7528%2013.7107%2062.9817%2012.7952%2062.6383%2012.6807C62.295%2012.5663%2061.78%2012.6235%2061.6656%2013.1957C61.5511%2013.768%2061.0361%2016.343%2060.4639%2016.4574C60.0061%2016.549%2058.9761%2016.4956%2058.5183%2016.4574C58.3466%2016.4383%2058.0148%2016.3086%2058.0605%2015.9424C58.1177%2015.4847%2058.9188%2013.4247%2058.9189%2013.1957C58.9189%2012.9668%2058.1178%2013.4818%2057.8889%2013.0813C57.7057%2012.7608%2057.927%2011.1167%2058.0605%2010.3346C58.1177%2010.2583%2058.2894%2010.1057%2058.5183%2010.1057L65.4422%209.07571Z'%20fill='white'/%3e%3cpath%20d='M30.6509%2010.6779C31.0705%209.99127%2031.9899%208.64082%2032.3104%208.73237C32.7109%208.84684%2035.2287%2010.5063%2035.2859%2010.8496C35.3431%2011.193%2033.7981%2012.9096%2033.3976%2012.9668C32.997%2013.024%2030.5081%2010.9069%2030.6509%2010.6779Z'%20fill='white'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_8870_13132'%20x1='90.6244'%20y1='27.707'%20x2='3'%20y2='27.707'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23192EBC'/%3e%3cstop%20offset='1'%20stop-color='%232466F8'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_8870_13132'%20x1='90.6244'%20y1='27.707'%20x2='3'%20y2='27.707'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23192EBC'/%3e%3cstop%20offset='1'%20stop-color='%232466F8'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e";
|
|
11649
|
+
const _hoisted_1$v = ["src"];
|
|
11736
11650
|
const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
11737
11651
|
...{ name: "OperationEntry" },
|
|
11738
11652
|
__name: "OperationEntry",
|
|
11739
11653
|
setup(__props) {
|
|
11654
|
+
const request = inject("request");
|
|
11655
|
+
const API = asideRequest(request);
|
|
11656
|
+
const headerEntryConfig = ref({
|
|
11657
|
+
img_light: "",
|
|
11658
|
+
img_dark: "",
|
|
11659
|
+
url: ""
|
|
11660
|
+
});
|
|
11740
11661
|
const handleClick = () => {
|
|
11741
|
-
|
|
11662
|
+
var _a;
|
|
11663
|
+
window.open(`${transformUrl((_a = headerEntryConfig.value) == null ? void 0 : _a.url)}`, "_blank");
|
|
11664
|
+
};
|
|
11665
|
+
const img = computed(() => {
|
|
11666
|
+
const { img_light, img_dark } = headerEntryConfig.value;
|
|
11667
|
+
return (currentTheme.value === ThemeType.BLACK ? img_dark : img_light) || img_light;
|
|
11668
|
+
});
|
|
11669
|
+
const getHeaderEntryConfig = async () => {
|
|
11670
|
+
var _a;
|
|
11671
|
+
try {
|
|
11672
|
+
const res = await API.getHeaderEntryConfig();
|
|
11673
|
+
const data = ((_a = res == null ? void 0 : res.data) == null ? void 0 : _a.data) || {};
|
|
11674
|
+
headerEntryConfig.value = {
|
|
11675
|
+
img_light: data.img_light,
|
|
11676
|
+
img_dark: data.img_dark,
|
|
11677
|
+
url: data.url
|
|
11678
|
+
};
|
|
11679
|
+
} catch (error) {
|
|
11680
|
+
console.error(error);
|
|
11681
|
+
}
|
|
11742
11682
|
};
|
|
11683
|
+
getHeaderEntryConfig();
|
|
11743
11684
|
return (_ctx, _cache) => {
|
|
11744
|
-
return openBlock(), createElementBlock("div", {
|
|
11685
|
+
return img.value && headerEntryConfig.value.url ? (openBlock(), createElementBlock("div", {
|
|
11686
|
+
key: 0,
|
|
11745
11687
|
class: "operation-entry cursor-pointer",
|
|
11746
11688
|
onClick: handleClick
|
|
11747
|
-
}, [
|
|
11689
|
+
}, [
|
|
11748
11690
|
createElementVNode("img", {
|
|
11749
|
-
class: "w-[
|
|
11750
|
-
src:
|
|
11691
|
+
class: "w-[71px]",
|
|
11692
|
+
src: img.value,
|
|
11751
11693
|
alt: "operation-entry"
|
|
11752
|
-
}, null,
|
|
11753
|
-
])
|
|
11694
|
+
}, null, 8, _hoisted_1$v)
|
|
11695
|
+
])) : createCommentVNode("", true);
|
|
11754
11696
|
};
|
|
11755
11697
|
}
|
|
11756
11698
|
});
|
|
@@ -11777,7 +11719,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
11777
11719
|
onClick: handleClick
|
|
11778
11720
|
}, [
|
|
11779
11721
|
createElementVNode("img", {
|
|
11780
|
-
src:
|
|
11722
|
+
src: _ctx.config.logo_url,
|
|
11781
11723
|
alt: "claim power"
|
|
11782
11724
|
}, null, 8, _hoisted_1$u)
|
|
11783
11725
|
])) : createCommentVNode("", true);
|
|
@@ -11831,7 +11773,7 @@ var hasRequiredCore;
|
|
|
11831
11773
|
function requireCore() {
|
|
11832
11774
|
if (hasRequiredCore) return core.exports;
|
|
11833
11775
|
hasRequiredCore = 1;
|
|
11834
|
-
(function(module, exports
|
|
11776
|
+
(function(module, exports) {
|
|
11835
11777
|
(function(root, factory) {
|
|
11836
11778
|
{
|
|
11837
11779
|
module.exports = factory();
|
|
@@ -12438,7 +12380,7 @@ var hasRequiredEncBase64;
|
|
|
12438
12380
|
function requireEncBase64() {
|
|
12439
12381
|
if (hasRequiredEncBase64) return encBase64.exports;
|
|
12440
12382
|
hasRequiredEncBase64 = 1;
|
|
12441
|
-
(function(module, exports
|
|
12383
|
+
(function(module, exports) {
|
|
12442
12384
|
(function(root, factory) {
|
|
12443
12385
|
{
|
|
12444
12386
|
module.exports = factory(requireCore());
|
|
@@ -12545,7 +12487,7 @@ var hasRequiredMd5;
|
|
|
12545
12487
|
function requireMd5() {
|
|
12546
12488
|
if (hasRequiredMd5) return md5.exports;
|
|
12547
12489
|
hasRequiredMd5 = 1;
|
|
12548
|
-
(function(module, exports
|
|
12490
|
+
(function(module, exports) {
|
|
12549
12491
|
(function(root, factory) {
|
|
12550
12492
|
{
|
|
12551
12493
|
module.exports = factory(requireCore());
|
|
@@ -12724,7 +12666,7 @@ var hasRequiredSha1;
|
|
|
12724
12666
|
function requireSha1() {
|
|
12725
12667
|
if (hasRequiredSha1) return sha1.exports;
|
|
12726
12668
|
hasRequiredSha1 = 1;
|
|
12727
|
-
(function(module, exports
|
|
12669
|
+
(function(module, exports) {
|
|
12728
12670
|
(function(root, factory) {
|
|
12729
12671
|
{
|
|
12730
12672
|
module.exports = factory(requireCore());
|
|
@@ -12814,7 +12756,7 @@ var hasRequiredHmac;
|
|
|
12814
12756
|
function requireHmac() {
|
|
12815
12757
|
if (hasRequiredHmac) return hmac.exports;
|
|
12816
12758
|
hasRequiredHmac = 1;
|
|
12817
|
-
(function(module, exports
|
|
12759
|
+
(function(module, exports) {
|
|
12818
12760
|
(function(root, factory) {
|
|
12819
12761
|
{
|
|
12820
12762
|
module.exports = factory(requireCore());
|
|
@@ -12919,7 +12861,7 @@ var hasRequiredEvpkdf;
|
|
|
12919
12861
|
function requireEvpkdf() {
|
|
12920
12862
|
if (hasRequiredEvpkdf) return evpkdf.exports;
|
|
12921
12863
|
hasRequiredEvpkdf = 1;
|
|
12922
|
-
(function(module, exports
|
|
12864
|
+
(function(module, exports) {
|
|
12923
12865
|
(function(root, factory, undef) {
|
|
12924
12866
|
{
|
|
12925
12867
|
module.exports = factory(requireCore(), requireSha1(), requireHmac());
|
|
@@ -13009,7 +12951,7 @@ var hasRequiredCipherCore;
|
|
|
13009
12951
|
function requireCipherCore() {
|
|
13010
12952
|
if (hasRequiredCipherCore) return cipherCore.exports;
|
|
13011
12953
|
hasRequiredCipherCore = 1;
|
|
13012
|
-
(function(module, exports
|
|
12954
|
+
(function(module, exports) {
|
|
13013
12955
|
(function(root, factory, undef) {
|
|
13014
12956
|
{
|
|
13015
12957
|
module.exports = factory(requireCore(), requireEvpkdf());
|
|
@@ -13647,7 +13589,7 @@ function requireCipherCore() {
|
|
|
13647
13589
|
})(cipherCore);
|
|
13648
13590
|
return cipherCore.exports;
|
|
13649
13591
|
}
|
|
13650
|
-
(function(module, exports
|
|
13592
|
+
(function(module, exports) {
|
|
13651
13593
|
(function(root, factory, undef) {
|
|
13652
13594
|
{
|
|
13653
13595
|
module.exports = factory(requireCore(), requireEncBase64(), requireMd5(), requireEvpkdf(), requireCipherCore());
|
|
@@ -13796,7 +13738,7 @@ function requireCipherCore() {
|
|
|
13796
13738
|
var aesExports = aes.exports;
|
|
13797
13739
|
const AES = /* @__PURE__ */ getDefaultExportFromCjs(aesExports);
|
|
13798
13740
|
var padPkcs7 = { exports: {} };
|
|
13799
|
-
(function(module, exports
|
|
13741
|
+
(function(module, exports) {
|
|
13800
13742
|
(function(root, factory, undef) {
|
|
13801
13743
|
{
|
|
13802
13744
|
module.exports = factory(requireCore(), requireCipherCore());
|
|
@@ -13808,7 +13750,7 @@ var padPkcs7 = { exports: {} };
|
|
|
13808
13750
|
var padPkcs7Exports = padPkcs7.exports;
|
|
13809
13751
|
const Pkcs7 = /* @__PURE__ */ getDefaultExportFromCjs(padPkcs7Exports);
|
|
13810
13752
|
var encUtf8 = { exports: {} };
|
|
13811
|
-
(function(module, exports
|
|
13753
|
+
(function(module, exports) {
|
|
13812
13754
|
(function(root, factory) {
|
|
13813
13755
|
{
|
|
13814
13756
|
module.exports = factory(requireCore());
|
|
@@ -13974,6 +13916,15 @@ function headRequest(request) {
|
|
|
13974
13916
|
data
|
|
13975
13917
|
});
|
|
13976
13918
|
},
|
|
13919
|
+
/** 启悟社区-是否开启启悟oauth登录 */
|
|
13920
|
+
getCampusWelcomeConfig() {
|
|
13921
|
+
return reqCatch(
|
|
13922
|
+
() => request({
|
|
13923
|
+
url: `/api/v1/search/common/config/campus_welcome_page`,
|
|
13924
|
+
method: "get"
|
|
13925
|
+
})
|
|
13926
|
+
);
|
|
13927
|
+
},
|
|
13977
13928
|
/** 获取gitcode手机号验证码 */
|
|
13978
13929
|
verifyRegisterCode(data) {
|
|
13979
13930
|
const { mobile, type, raw_data, captchaId, token, authenticate, validate } = data;
|
|
@@ -14326,8 +14277,9 @@ const _sfc_main$y = /* @__PURE__ */ Object.assign({
|
|
|
14326
14277
|
(openBlock(true), createElementBlock(Fragment, null, renderList(linkList.value, (item) => {
|
|
14327
14278
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
14328
14279
|
item.show !== false ? (openBlock(), createBlock(OptionLink, mergeProps({
|
|
14329
|
-
key: item.label
|
|
14330
|
-
|
|
14280
|
+
key: item.label,
|
|
14281
|
+
ref_for: true
|
|
14282
|
+
}, item, {
|
|
14331
14283
|
onClick: ($event) => handleClick(item)
|
|
14332
14284
|
}), {
|
|
14333
14285
|
default: withCtx(() => [
|
|
@@ -14374,7 +14326,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
14374
14326
|
return (_ctx, _cache) => {
|
|
14375
14327
|
return openBlock(), createBlock(GLink, {
|
|
14376
14328
|
variant: "text",
|
|
14377
|
-
class: normalizeClass(["g-toolbar-docs",
|
|
14329
|
+
class: normalizeClass(["g-toolbar-docs", _ctx.whiteColor ? "white" : "black"]),
|
|
14378
14330
|
href: unref(currentHelpDocsAiCommunityUrl)(),
|
|
14379
14331
|
target: "_blank"
|
|
14380
14332
|
}, {
|
|
@@ -14454,7 +14406,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
14454
14406
|
style: normalizeStyle({ "-webkit-line-clamp": (_b = finalConfig.value) == null ? void 0 : _b.line })
|
|
14455
14407
|
}, [
|
|
14456
14408
|
createVNode(unref(Tooltip), {
|
|
14457
|
-
position:
|
|
14409
|
+
position: _ctx.position,
|
|
14458
14410
|
disabled: !content.value || !((_c = finalConfig.value) == null ? void 0 : _c.tooltip),
|
|
14459
14411
|
content: content.value
|
|
14460
14412
|
}, {
|
|
@@ -14501,16 +14453,16 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
14501
14453
|
createElementVNode("div", _hoisted_2$m, [
|
|
14502
14454
|
createElementVNode("div", {
|
|
14503
14455
|
class: "flex items-center",
|
|
14504
|
-
title:
|
|
14456
|
+
title: _ctx.data.nickname
|
|
14505
14457
|
}, [
|
|
14506
14458
|
createElementVNode("a", {
|
|
14507
|
-
href: unref(transformUrl)((_a =
|
|
14459
|
+
href: unref(transformUrl)((_a = _ctx.data) == null ? void 0 : _a.userPath),
|
|
14508
14460
|
target: "_blank",
|
|
14509
14461
|
class: "user-info flex w-[48px] items-center linktx"
|
|
14510
14462
|
}, [
|
|
14511
14463
|
createVNode(_sfc_main$E, {
|
|
14512
|
-
name:
|
|
14513
|
-
src:
|
|
14464
|
+
name: _ctx.data.nickname,
|
|
14465
|
+
src: _ctx.data.avatar,
|
|
14514
14466
|
width: 32,
|
|
14515
14467
|
height: 32
|
|
14516
14468
|
}, null, 8, ["name", "src"])
|
|
@@ -14520,23 +14472,23 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
14520
14472
|
createElementVNode("div", _hoisted_5$b, [
|
|
14521
14473
|
createElementVNode("div", _hoisted_6$a, [
|
|
14522
14474
|
createVNode(GLink, {
|
|
14523
|
-
href: unref(transformUrl)(
|
|
14475
|
+
href: unref(transformUrl)(_ctx.data.url),
|
|
14524
14476
|
target: "_blank",
|
|
14525
|
-
class: normalizeClass(["message-item-content cursor-pointer", { "text-light":
|
|
14477
|
+
class: normalizeClass(["message-item-content cursor-pointer", { "text-light": _ctx.data.read }]),
|
|
14526
14478
|
onClick: _cache[0] || (_cache[0] = ($event) => emits("trigger"))
|
|
14527
14479
|
}, {
|
|
14528
14480
|
default: withCtx(() => [
|
|
14529
14481
|
createVNode(GText, { class: "devui-link linktx" }, {
|
|
14530
14482
|
default: withCtx(() => [
|
|
14531
|
-
|
|
14483
|
+
_ctx.data.vHtml ? (openBlock(), createElementBlock("div", {
|
|
14532
14484
|
key: 0,
|
|
14533
|
-
title:
|
|
14534
|
-
innerHTML: unref(xssPurify)(
|
|
14485
|
+
title: _ctx.data.title,
|
|
14486
|
+
innerHTML: unref(xssPurify)(_ctx.data.title) || "",
|
|
14535
14487
|
class: "overflow-hidden"
|
|
14536
14488
|
}, null, 8, _hoisted_7$7)) : (openBlock(), createElementBlock("span", {
|
|
14537
14489
|
key: 1,
|
|
14538
|
-
title:
|
|
14539
|
-
}, toDisplayString$1(
|
|
14490
|
+
title: _ctx.data.title
|
|
14491
|
+
}, toDisplayString$1(_ctx.data.title || "-"), 9, _hoisted_8$6))
|
|
14540
14492
|
]),
|
|
14541
14493
|
_: 1
|
|
14542
14494
|
})
|
|
@@ -14546,21 +14498,21 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
14546
14498
|
createElementVNode("div", _hoisted_9$4, [
|
|
14547
14499
|
createVNode(GText, null, {
|
|
14548
14500
|
default: withCtx(() => [
|
|
14549
|
-
createTextVNode(toDisplayString$1(
|
|
14501
|
+
createTextVNode(toDisplayString$1(_ctx.data.repo), 1)
|
|
14550
14502
|
]),
|
|
14551
14503
|
_: 1
|
|
14552
14504
|
}),
|
|
14553
|
-
_cache[1] || (_cache[1] = createTextVNode(" "
|
|
14505
|
+
_cache[1] || (_cache[1] = createTextVNode(" ")),
|
|
14554
14506
|
createVNode(GText, { class: "message-type-text" }, {
|
|
14555
14507
|
default: withCtx(() => [
|
|
14556
|
-
createTextVNode(toDisplayString$1(
|
|
14508
|
+
createTextVNode(toDisplayString$1(_ctx.data.type || "-"), 1)
|
|
14557
14509
|
]),
|
|
14558
14510
|
_: 1
|
|
14559
14511
|
})
|
|
14560
14512
|
])
|
|
14561
14513
|
])
|
|
14562
14514
|
]),
|
|
14563
|
-
createElementVNode("div", _hoisted_10$4, toDisplayString$1(unref(formatTimeFromNow)(
|
|
14515
|
+
createElementVNode("div", _hoisted_10$4, toDisplayString$1(unref(formatTimeFromNow)(_ctx.data.time)), 1)
|
|
14564
14516
|
]);
|
|
14565
14517
|
};
|
|
14566
14518
|
}
|
|
@@ -14933,14 +14885,14 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
14933
14885
|
class: normalizeClass(["message-content-header-item mr-[8px]", { active: mentionSubTab.value === "project" }]),
|
|
14934
14886
|
onClick: _cache[2] || (_cache[2] = ($event) => switchMentionSubTab("project"))
|
|
14935
14887
|
}, [
|
|
14936
|
-
_cache[6] || (_cache[6] = createTextVNode(" 项目相关 "
|
|
14888
|
+
_cache[6] || (_cache[6] = createTextVNode(" 项目相关 ")),
|
|
14937
14889
|
mentionSubTabCount.value.project > 0 ? (openBlock(), createElementBlock("span", _hoisted_7$6, toDisplayString$1(mentionSubTabCount.value.project), 1)) : createCommentVNode("", true)
|
|
14938
14890
|
], 2),
|
|
14939
14891
|
createElementVNode("div", {
|
|
14940
14892
|
class: normalizeClass(["message-content-header-item", { active: mentionSubTab.value === "discussion" }]),
|
|
14941
14893
|
onClick: _cache[3] || (_cache[3] = ($event) => switchMentionSubTab("discussion"))
|
|
14942
14894
|
}, [
|
|
14943
|
-
_cache[7] || (_cache[7] = createTextVNode(" 在线讨论 "
|
|
14895
|
+
_cache[7] || (_cache[7] = createTextVNode(" 在线讨论 ")),
|
|
14944
14896
|
mentionSubTabCount.value.discussion > 0 ? (openBlock(), createElementBlock("span", _hoisted_8$5, toDisplayString$1(mentionSubTabCount.value.discussion), 1)) : createCommentVNode("", true)
|
|
14945
14897
|
], 2)
|
|
14946
14898
|
])) : createCommentVNode("", true),
|
|
@@ -15370,14 +15322,14 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15370
15322
|
}, [
|
|
15371
15323
|
createVNode(GLink, {
|
|
15372
15324
|
class: "g-user-drawer-info pl-[32px] pr-[16px] cursor-pointer",
|
|
15373
|
-
href: `${unref(layoutConfig2).VITE_HOST}/${
|
|
15325
|
+
href: `${unref(layoutConfig2).VITE_HOST}/${_ctx.accountInfo.username}`,
|
|
15374
15326
|
key: "myPage",
|
|
15375
|
-
target:
|
|
15327
|
+
target: _ctx.isChatBot ? "_blank" : ""
|
|
15376
15328
|
}, {
|
|
15377
15329
|
default: withCtx(() => [
|
|
15378
15330
|
createVNode(_sfc_main$E, {
|
|
15379
|
-
name:
|
|
15380
|
-
src:
|
|
15331
|
+
name: _ctx.accountInfo.nickname,
|
|
15332
|
+
src: _ctx.accountInfo.avatar,
|
|
15381
15333
|
width: 52,
|
|
15382
15334
|
height: 52
|
|
15383
15335
|
}, null, 8, ["name", "src"]),
|
|
@@ -15385,12 +15337,12 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15385
15337
|
createElementVNode("div", _hoisted_2$j, [
|
|
15386
15338
|
createElementVNode("p", {
|
|
15387
15339
|
class: "g-user-drawer-info-list-name ellipsis",
|
|
15388
|
-
title:
|
|
15389
|
-
}, toDisplayString$1(
|
|
15340
|
+
title: _ctx.accountInfo.nickname
|
|
15341
|
+
}, toDisplayString$1(_ctx.accountInfo.nickname), 9, _hoisted_3$i),
|
|
15390
15342
|
createElementVNode("p", {
|
|
15391
15343
|
class: "g-user-drawer-info-list-id ellipsis",
|
|
15392
|
-
title:
|
|
15393
|
-
}, "@" + toDisplayString$1(
|
|
15344
|
+
title: _ctx.accountInfo.username
|
|
15345
|
+
}, "@" + toDisplayString$1(_ctx.accountInfo.username), 9, _hoisted_4$d)
|
|
15394
15346
|
]),
|
|
15395
15347
|
createVNode(GIcon, {
|
|
15396
15348
|
name: "gt-line-right",
|
|
@@ -15400,23 +15352,24 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15400
15352
|
]),
|
|
15401
15353
|
_: 1
|
|
15402
15354
|
}, 8, ["href", "target"]),
|
|
15403
|
-
!
|
|
15355
|
+
!_ctx.inAIHub ? (openBlock(), createBlock(UserLevel, {
|
|
15404
15356
|
key: 0,
|
|
15405
|
-
accountInfo:
|
|
15357
|
+
accountInfo: _ctx.accountInfo
|
|
15406
15358
|
}, null, 8, ["accountInfo"])) : createCommentVNode("", true),
|
|
15407
15359
|
(openBlock(true), createElementBlock(Fragment, null, renderList(userMenuList.value, (block, index2) => {
|
|
15408
15360
|
return openBlock(), createElementBlock("div", {
|
|
15409
|
-
class: normalizeClass(["g-user-drawer-block", { "!pt-[0px]": index2 === 0 &&
|
|
15361
|
+
class: normalizeClass(["g-user-drawer-block", { "!pt-[0px]": index2 === 0 && _ctx.inAIHub }]),
|
|
15410
15362
|
key: index2
|
|
15411
15363
|
}, [
|
|
15412
15364
|
block.component ? (openBlock(), createBlock(resolveDynamicComponent(block.component), {
|
|
15413
15365
|
key: block.id
|
|
15414
15366
|
})) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList(block, (item) => {
|
|
15415
15367
|
return openBlock(), createBlock(OptionLink, mergeProps({
|
|
15416
|
-
key: item.id
|
|
15417
|
-
|
|
15368
|
+
key: item.id,
|
|
15369
|
+
ref_for: true
|
|
15370
|
+
}, item, {
|
|
15418
15371
|
onClick: ($event) => handleClick(item),
|
|
15419
|
-
target:
|
|
15372
|
+
target: _ctx.isChatBot && !item.action ? "_blank" : item.target || ""
|
|
15420
15373
|
}), {
|
|
15421
15374
|
default: withCtx(() => [
|
|
15422
15375
|
item.icon ? (openBlock(), createBlock(GIcon, {
|
|
@@ -15585,9 +15538,9 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
15585
15538
|
name: accountInfo.value.nickname,
|
|
15586
15539
|
src: unref(transformUrl)(accountInfo.value.avatar)
|
|
15587
15540
|
}, null, 8, ["name", "src"]),
|
|
15588
|
-
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_2$i,
|
|
15541
|
+
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_2$i, _cache[4] || (_cache[4] = [
|
|
15589
15542
|
createElementVNode("div", null, null, -1)
|
|
15590
|
-
])
|
|
15543
|
+
]))) : createCommentVNode("", true)
|
|
15591
15544
|
])
|
|
15592
15545
|
])) : (openBlock(), createBlock(unref(Dropdown), {
|
|
15593
15546
|
key: 1,
|
|
@@ -15616,9 +15569,9 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
15616
15569
|
name: accountInfo.value.nickname,
|
|
15617
15570
|
src: unref(transformUrl)(accountInfo.value.avatar)
|
|
15618
15571
|
}, null, 8, ["name", "src"]),
|
|
15619
|
-
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_4$c,
|
|
15572
|
+
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_4$c, _cache[5] || (_cache[5] = [
|
|
15620
15573
|
createElementVNode("div", null, null, -1)
|
|
15621
|
-
])
|
|
15574
|
+
]))) : createCommentVNode("", true)
|
|
15622
15575
|
])
|
|
15623
15576
|
]),
|
|
15624
15577
|
_: 1
|
|
@@ -15767,13 +15720,13 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
15767
15720
|
var _a;
|
|
15768
15721
|
const layoutConfig2 = useLayoutConfig();
|
|
15769
15722
|
const { t: $t } = i18n.global;
|
|
15770
|
-
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-
|
|
15771
|
-
const UserSearch = defineAsyncComponent(() => import("./UserSearch-
|
|
15772
|
-
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-
|
|
15773
|
-
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-
|
|
15774
|
-
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-
|
|
15775
|
-
const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-
|
|
15776
|
-
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-
|
|
15723
|
+
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-CZE5yc9Z.js"));
|
|
15724
|
+
const UserSearch = defineAsyncComponent(() => import("./UserSearch-ChSdL32b.js"));
|
|
15725
|
+
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-DdaoboC2.js"));
|
|
15726
|
+
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-D5Iu-07V.js"));
|
|
15727
|
+
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-BWBEo8Qa.js"));
|
|
15728
|
+
const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-CVUAN5hh.js"));
|
|
15729
|
+
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-BX-0QgUj.js"));
|
|
15777
15730
|
const props = __props;
|
|
15778
15731
|
const repoInfo = inject("repoInfo");
|
|
15779
15732
|
const orgInfo = inject("orgInfo");
|
|
@@ -16230,9 +16183,9 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16230
16183
|
});
|
|
16231
16184
|
return (_ctx, _cache) => {
|
|
16232
16185
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
16233
|
-
!
|
|
16186
|
+
!_ctx.inAIHub ? (openBlock(), createElementBlock("div", {
|
|
16234
16187
|
key: 0,
|
|
16235
|
-
class: normalizeClass([isFocus.value ? "focusSearch" : { "left-search": true }, Boolean(
|
|
16188
|
+
class: normalizeClass([isFocus.value ? "focusSearch" : { "left-search": true }, Boolean(_ctx.isShowStickyNotice) ? "focusSearch-sticky-notice" : ""]),
|
|
16236
16189
|
onClick: _cache[6] || (_cache[6] = withModifiers(() => {
|
|
16237
16190
|
}, ["stop"]))
|
|
16238
16191
|
}, [
|
|
@@ -16245,7 +16198,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16245
16198
|
createVNode(unref(Dropdown), {
|
|
16246
16199
|
align: "start",
|
|
16247
16200
|
position: ["bottom", "bottom-start"],
|
|
16248
|
-
"overlay-class":
|
|
16201
|
+
"overlay-class": _ctx.isShowStickyNotice ? "history-box-sticky-notice history-box" : "history-box",
|
|
16249
16202
|
trigger: "manually",
|
|
16250
16203
|
visible: dropDownVisible.value,
|
|
16251
16204
|
"close-scope": "none",
|
|
@@ -16400,7 +16353,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16400
16353
|
_: 3
|
|
16401
16354
|
}, 8, ["overlay-class", "visible"])
|
|
16402
16355
|
], 2)) : createCommentVNode("", true),
|
|
16403
|
-
|
|
16356
|
+
_ctx.inAIHub ? (openBlock(), createElementBlock("div", _hoisted_6$6, [
|
|
16404
16357
|
createVNode(unref(Input), {
|
|
16405
16358
|
placeholder: unref($t)("gitCodeLayout.home.searchPlaceholder"),
|
|
16406
16359
|
onKeydown: withKeys(searchResult, ["enter"]),
|
|
@@ -16547,7 +16500,7 @@ const autoAvokeLogin = ({ isLogin, loginFunc, openHarmonyGuide, loginSuccess, lo
|
|
|
16547
16500
|
loginFunc({ type: "login", triggerType: "", loginTriggerSource: "router_login_auth", ...loginFuncOpts }, loginSuccess, openHarmonyGuide);
|
|
16548
16501
|
}
|
|
16549
16502
|
};
|
|
16550
|
-
const NoticeModal = defineAsyncComponent(() => import("./notice-
|
|
16503
|
+
const NoticeModal = defineAsyncComponent(() => import("./notice-CW08RBov.js"));
|
|
16551
16504
|
function clearNotice() {
|
|
16552
16505
|
if (localStorage$2.getItem("validator_email")) {
|
|
16553
16506
|
localStorage$2.removeItem("validator_email");
|
|
@@ -16979,7 +16932,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
16979
16932
|
style: normalizeStyle({ height: `${unref(height)}px` })
|
|
16980
16933
|
}, [
|
|
16981
16934
|
createElementVNode("div", {
|
|
16982
|
-
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" : "",
|
|
16935
|
+
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" : "", _ctx.headerBorder ? "oldBorder" : "", headerClassName.value, isIndexHead.value && !showHeaderShadow.value ? "bg-transparent" : ""]]),
|
|
16983
16936
|
ref_key: "headerRef",
|
|
16984
16937
|
ref: headerRef,
|
|
16985
16938
|
style: normalizeStyle(detailBgStyle.value)
|
|
@@ -17017,13 +16970,13 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17017
16970
|
class: "cursor-pointer hover:!text-[var(--theme-stress-text)] g-toolbar-left-asideicon",
|
|
17018
16971
|
color: "var(--theme-aide-text)"
|
|
17019
16972
|
})) : createCommentVNode("", true),
|
|
17020
|
-
showNameAndIcon.value &&
|
|
16973
|
+
showNameAndIcon.value && _ctx.independence || inAIHub.value ? (openBlock(), createBlock(GLink, {
|
|
17021
16974
|
key: 1,
|
|
17022
16975
|
class: normalizeClass(["g-toolbar-left-logo", [inAIHub.value ? "ai-logo" : ""]]),
|
|
17023
16976
|
style: normalizeStyle(logoStyle.value),
|
|
17024
16977
|
href: inAIHub.value ? `${unref(layoutConfig2).VITE_AI_HOST}` : `${unref(layoutConfig2).VITE_HOST}?p=seo`
|
|
17025
16978
|
}, null, 8, ["class", "style", "href"])) : createCommentVNode("", true),
|
|
17026
|
-
showNameAndIcon.value && !
|
|
16979
|
+
showNameAndIcon.value && !_ctx.independence ? (openBlock(), createBlock(GLink, {
|
|
17027
16980
|
key: 2,
|
|
17028
16981
|
class: normalizeClass(["g-toolbar-left-logo", [inAIHub.value ? "ai-logo" : ""]]),
|
|
17029
16982
|
style: normalizeStyle(logoStyle.value),
|
|
@@ -17036,12 +16989,12 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17036
16989
|
}, [
|
|
17037
16990
|
_ctx.$slots.headerCustom ? renderSlot(_ctx.$slots, "headerCustom", { key: 0 }, void 0, true) : isModuleVisible(unref(HeaderDisplayItem).CUSTOM_CONTENT) && !showNameAndIcon.value ? (openBlock(), createBlock(HeaderCustom, {
|
|
17038
16991
|
key: 1,
|
|
17039
|
-
scene:
|
|
17040
|
-
isLogin:
|
|
17041
|
-
errorCode: (_a2 =
|
|
17042
|
-
orgProps: (_b =
|
|
17043
|
-
repoProps: (_c =
|
|
17044
|
-
userProps: (_d =
|
|
16992
|
+
scene: _ctx.sceneValue,
|
|
16993
|
+
isLogin: _ctx.isLogin,
|
|
16994
|
+
errorCode: (_a2 = _ctx.headerCustomProps) == null ? void 0 : _a2.errorCode,
|
|
16995
|
+
orgProps: (_b = _ctx.headerCustomProps) == null ? void 0 : _b.orgProps,
|
|
16996
|
+
repoProps: (_c = _ctx.headerCustomProps) == null ? void 0 : _c.repoProps,
|
|
16997
|
+
userProps: (_d = _ctx.headerCustomProps) == null ? void 0 : _d.userProps,
|
|
17045
16998
|
onFollowDevCommunity: _cache[1] || (_cache[1] = ($event) => emit("followDevCommunity", $event)),
|
|
17046
16999
|
onFollowUser: _cache[2] || (_cache[2] = ($event) => emit("followUser"))
|
|
17047
17000
|
}, {
|
|
@@ -17060,7 +17013,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17060
17013
|
(openBlock(), createBlock(Search, {
|
|
17061
17014
|
inAIHub: inAIHub.value,
|
|
17062
17015
|
key: _ctx.$route.fullPath,
|
|
17063
|
-
sceneValue:
|
|
17016
|
+
sceneValue: _ctx.sceneValue,
|
|
17064
17017
|
isShowStickyNotice: isShowStickyNoticeByClose.value
|
|
17065
17018
|
}, {
|
|
17066
17019
|
searchRecommend: withCtx(() => [
|
|
@@ -17080,7 +17033,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17080
17033
|
createVNode(ClaimPower, { config: claimPowerConfig.value }, null, 8, ["config"]),
|
|
17081
17034
|
isModuleVisible(unref(HeaderDisplayItem).OPERATION_ENTRY) ? (openBlock(), createBlock(OperationEntry, { key: 0 })) : createCommentVNode("", true)
|
|
17082
17035
|
]),
|
|
17083
|
-
!
|
|
17036
|
+
!_ctx.isLogin ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17084
17037
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17085
17038
|
unref(isMobile) ? (openBlock(), createElementBlock("section", {
|
|
17086
17039
|
key: 0,
|
|
@@ -17122,10 +17075,10 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17122
17075
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createBlock(UserAvatar, {
|
|
17123
17076
|
key: 3,
|
|
17124
17077
|
isChatBot: isChatBot.value,
|
|
17125
|
-
loginOutFinish:
|
|
17078
|
+
loginOutFinish: _ctx.loginOutFinish,
|
|
17126
17079
|
inAIHub: inAIHub.value,
|
|
17127
|
-
independence:
|
|
17128
|
-
userMenus:
|
|
17080
|
+
independence: _ctx.independence,
|
|
17081
|
+
userMenus: _ctx.userMenus
|
|
17129
17082
|
}, null, 8, ["isChatBot", "loginOutFinish", "inAIHub", "independence", "userMenus"])) : createCommentVNode("", true)
|
|
17130
17083
|
], 64))
|
|
17131
17084
|
], 2)
|
|
@@ -17354,9 +17307,9 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
17354
17307
|
const layoutConfig2 = useLayoutConfig();
|
|
17355
17308
|
const { t: t2 } = i18n.global;
|
|
17356
17309
|
const route = useRoute();
|
|
17357
|
-
const MenuItem = defineAsyncComponent(() => import("./MenuItem-
|
|
17358
|
-
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-
|
|
17359
|
-
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-
|
|
17310
|
+
const MenuItem = defineAsyncComponent(() => import("./MenuItem-9rFXox-C.js"));
|
|
17311
|
+
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-CGke7KcP.js"));
|
|
17312
|
+
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-sz_EM2jU.js"));
|
|
17360
17313
|
const props = __props;
|
|
17361
17314
|
console.log("slotKeys", props.slotKeys);
|
|
17362
17315
|
console.log("props", props);
|
|
@@ -17523,10 +17476,11 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
17523
17476
|
(openBlock(true), createElementBlock(Fragment, null, renderList(filterList.value, (item) => {
|
|
17524
17477
|
return openBlock(), createBlock(resolveDynamicComponent(renderComponent(item)), mergeProps({
|
|
17525
17478
|
key: item.id,
|
|
17526
|
-
isLogin:
|
|
17479
|
+
isLogin: _ctx.isLogin,
|
|
17527
17480
|
item,
|
|
17528
|
-
slotKeys:
|
|
17529
|
-
|
|
17481
|
+
slotKeys: _ctx.slotKeys,
|
|
17482
|
+
ref_for: true
|
|
17483
|
+
}, getProps(item)), createSlots({ _: 2 }, [
|
|
17530
17484
|
renderList(mainSiteSlotKeys.value, (key) => {
|
|
17531
17485
|
return {
|
|
17532
17486
|
name: key,
|
|
@@ -17547,9 +17501,9 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
17547
17501
|
}, {
|
|
17548
17502
|
default: withCtx(() => [
|
|
17549
17503
|
(openBlock(), createBlock(resolveDynamicComponent(LayoutSlotComponent(key)), mergeProps({ ref_for: true }, getProps(item), {
|
|
17550
|
-
slotKeys:
|
|
17504
|
+
slotKeys: _ctx.slotKeys,
|
|
17551
17505
|
item,
|
|
17552
|
-
isLogin:
|
|
17506
|
+
isLogin: _ctx.isLogin
|
|
17553
17507
|
}), null, 16, ["slotKeys", "item", "isLogin"]))
|
|
17554
17508
|
]),
|
|
17555
17509
|
_: 2
|
|
@@ -17616,8 +17570,9 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
17616
17570
|
createElementVNode("div", _hoisted_2$d, [
|
|
17617
17571
|
(openBlock(true), createElementBlock(Fragment, null, renderList(linkList.value, (item) => {
|
|
17618
17572
|
return openBlock(), createElementBlock("div", mergeProps({
|
|
17619
|
-
key: item.label
|
|
17620
|
-
|
|
17573
|
+
key: item.label,
|
|
17574
|
+
ref_for: true
|
|
17575
|
+
}, item, {
|
|
17621
17576
|
class: ["tools-item-wrapper-checkbox-item", { "checked": unref(lang) === item.value }],
|
|
17622
17577
|
onClick: ($event) => handleClick(item),
|
|
17623
17578
|
title: item.value
|
|
@@ -17668,8 +17623,9 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
17668
17623
|
createElementVNode("div", _hoisted_2$c, [
|
|
17669
17624
|
(openBlock(true), createElementBlock(Fragment, null, renderList(themeList.value, (item) => {
|
|
17670
17625
|
return openBlock(), createElementBlock("div", mergeProps({
|
|
17671
|
-
key: item.value
|
|
17672
|
-
|
|
17626
|
+
key: item.value,
|
|
17627
|
+
ref_for: true
|
|
17628
|
+
}, item, {
|
|
17673
17629
|
class: ["tools-item-wrapper-checkbox-item", { checked: activeTheme.value === item.value }],
|
|
17674
17630
|
onClick: ($event) => handleClick(item),
|
|
17675
17631
|
title: item.value
|
|
@@ -17709,17 +17665,17 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
17709
17665
|
withDirectives(createElementVNode("div", _hoisted_2$b, [
|
|
17710
17666
|
createVNode(_sfc_main$k)
|
|
17711
17667
|
], 512), [
|
|
17712
|
-
[vShow,
|
|
17668
|
+
[vShow, _ctx.showThemeSetting]
|
|
17713
17669
|
]),
|
|
17714
17670
|
withDirectives(createElementVNode("div", _hoisted_3$b, [
|
|
17715
17671
|
createVNode(_sfc_main$l)
|
|
17716
17672
|
], 512), [
|
|
17717
|
-
[vShow,
|
|
17673
|
+
[vShow, _ctx.showLangSetting]
|
|
17718
17674
|
])
|
|
17719
17675
|
]),
|
|
17720
17676
|
default: withCtx(() => [
|
|
17721
17677
|
createElementVNode("div", {
|
|
17722
|
-
class: normalizeClass(["aside-footer-tools-item", { "aside-footer-tools-item-little":
|
|
17678
|
+
class: normalizeClass(["aside-footer-tools-item", { "aside-footer-tools-item-little": _ctx.asideSetShowLittle }])
|
|
17723
17679
|
}, [
|
|
17724
17680
|
createVNode(GIcon, {
|
|
17725
17681
|
name: "gt-line-setting",
|
|
@@ -17893,7 +17849,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
17893
17849
|
target: "_blank",
|
|
17894
17850
|
rel: "noopener noreferrer"
|
|
17895
17851
|
}, "CSDN", -1)),
|
|
17896
|
-
_cache[2] || (_cache[2] = createTextVNode(" | "
|
|
17852
|
+
_cache[2] || (_cache[2] = createTextVNode(" | ")),
|
|
17897
17853
|
createElementVNode("a", _hoisted_8$2, toDisplayString$1(unref(t2)("gitCodeLayout.home.HWCloud")), 1)
|
|
17898
17854
|
], 2),
|
|
17899
17855
|
createElementVNode("p", _hoisted_9$2, [
|
|
@@ -17906,7 +17862,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
17906
17862
|
]),
|
|
17907
17863
|
_: 1
|
|
17908
17864
|
}, 8, ["href"]),
|
|
17909
|
-
_cache[3] || (_cache[3] = createTextVNode(" | "
|
|
17865
|
+
_cache[3] || (_cache[3] = createTextVNode(" | ")),
|
|
17910
17866
|
createVNode(GLink, {
|
|
17911
17867
|
target: "_blank",
|
|
17912
17868
|
href: unref(copyright).beian_url
|
|
@@ -18063,11 +18019,11 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
18063
18019
|
});
|
|
18064
18020
|
return (_ctx, _cache) => {
|
|
18065
18021
|
return openBlock(), createBlock(unref(Aside), {
|
|
18066
|
-
class: normalizeClass(["config-aside-content", { "side-bar-content-shot":
|
|
18022
|
+
class: normalizeClass(["config-aside-content", { "side-bar-content-shot": _ctx.asideSetShowLittle }])
|
|
18067
18023
|
}, {
|
|
18068
18024
|
default: withCtx(() => [
|
|
18069
18025
|
createElementVNode("div", {
|
|
18070
|
-
class: normalizeClass(["config-aside__content", { "side-bar-content-shot":
|
|
18026
|
+
class: normalizeClass(["config-aside__content", { "side-bar-content-shot": _ctx.asideSetShowLittle, "shot-isCh": !unref(isEn) }])
|
|
18071
18027
|
}, [
|
|
18072
18028
|
withDirectives((openBlock(), createElementBlock("div", _hoisted_1$e, [
|
|
18073
18029
|
createElementVNode("div", {
|
|
@@ -18087,10 +18043,10 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
18087
18043
|
}, [
|
|
18088
18044
|
createVNode(Area, {
|
|
18089
18045
|
list: getAreaItem(item),
|
|
18090
|
-
isLogin:
|
|
18046
|
+
isLogin: _ctx.isLogin,
|
|
18091
18047
|
slotKeys: layoutSlotKeys.value,
|
|
18092
|
-
sceneValue:
|
|
18093
|
-
asideSetShowLittle:
|
|
18048
|
+
sceneValue: _ctx.sceneValue,
|
|
18049
|
+
asideSetShowLittle: _ctx.asideSetShowLittle
|
|
18094
18050
|
}, createSlots({ _: 2 }, [
|
|
18095
18051
|
renderList(layoutSlotKeys.value, (key) => {
|
|
18096
18052
|
return {
|
|
@@ -18114,24 +18070,24 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
18114
18070
|
}, null, 8, ["name"]),
|
|
18115
18071
|
_cache[2] || (_cache[2] = createElementVNode("span", null, "群组讨论", -1))
|
|
18116
18072
|
], 32)) : createCommentVNode("", true),
|
|
18117
|
-
!
|
|
18073
|
+
!_ctx.asideSetShowLittle && index2 !== displayArea.value.length - 1 ? (openBlock(), createElementBlock("hr", _hoisted_4$7)) : createCommentVNode("", true)
|
|
18118
18074
|
], 64);
|
|
18119
18075
|
}), 128)),
|
|
18120
|
-
!
|
|
18076
|
+
!_ctx.asideSetShowLittle && isModuleVisible(unref(AsideDisplayItem).LINK) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
18121
18077
|
_cache[3] || (_cache[3] = createElementVNode("hr", { class: "line mt-[16px] mb-[16px]" }, null, -1)),
|
|
18122
18078
|
createVNode(SubMenuList)
|
|
18123
18079
|
], 64)) : createCommentVNode("", true)
|
|
18124
18080
|
])),
|
|
18125
|
-
!
|
|
18081
|
+
!_ctx.asideSetShowLittle && isModuleVisible(unref(AsideDisplayItem).SITE_INFO) ? (openBlock(), createBlock(ContactInfo, { key: 2 })) : createCommentVNode("", true)
|
|
18126
18082
|
], 34),
|
|
18127
18083
|
showPreferencesSetting.value ? (openBlock(), createElementBlock("div", {
|
|
18128
18084
|
key: 0,
|
|
18129
|
-
class: normalizeClass(["aside-footer-tools", { "aside-footer-tools-little":
|
|
18085
|
+
class: normalizeClass(["aside-footer-tools", { "aside-footer-tools-little": _ctx.asideSetShowLittle }])
|
|
18130
18086
|
}, [
|
|
18131
18087
|
createVNode(_sfc_main$j, {
|
|
18132
|
-
"show-lang-setting":
|
|
18133
|
-
"show-theme-setting":
|
|
18134
|
-
asideSetShowLittle:
|
|
18088
|
+
"show-lang-setting": _ctx.showLangSetting,
|
|
18089
|
+
"show-theme-setting": _ctx.showThemeSetting,
|
|
18090
|
+
asideSetShowLittle: _ctx.asideSetShowLittle
|
|
18135
18091
|
}, null, 8, ["show-lang-setting", "show-theme-setting", "asideSetShowLittle"])
|
|
18136
18092
|
], 2)) : createCommentVNode("", true)
|
|
18137
18093
|
])), [
|
|
@@ -18274,18 +18230,18 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
18274
18230
|
key: 0,
|
|
18275
18231
|
class: normalizeClass(["left-side-bar", { oldWhite: asideSetShowLittleMode.value, higherZIndex: unref(SITE_STATUS).DISABLE }]),
|
|
18276
18232
|
style: normalizeStyle({ width: mainMarginLeftWidth.value + "px", top: unref(headerHeight2) + "px" }),
|
|
18277
|
-
sceneValue:
|
|
18233
|
+
sceneValue: _ctx.sceneValue,
|
|
18278
18234
|
asideDefaultWidth: mainMarginLeftWidth.value,
|
|
18279
18235
|
asideSetShowLittle: asideSetShowLittleMode.value,
|
|
18280
|
-
isLogin:
|
|
18281
|
-
showPreferencesSetting:
|
|
18282
|
-
showThemeSetting:
|
|
18283
|
-
showLangSetting:
|
|
18284
|
-
independence:
|
|
18285
|
-
slotKeys:
|
|
18286
|
-
collapseMode:
|
|
18236
|
+
isLogin: _ctx.isLogin,
|
|
18237
|
+
showPreferencesSetting: _ctx.showPreferencesSetting,
|
|
18238
|
+
showThemeSetting: _ctx.showThemeSetting,
|
|
18239
|
+
showLangSetting: _ctx.showLangSetting,
|
|
18240
|
+
independence: _ctx.independence,
|
|
18241
|
+
slotKeys: _ctx.slotKeys,
|
|
18242
|
+
collapseMode: _ctx.collapseMode
|
|
18287
18243
|
}, createSlots({ _: 2 }, [
|
|
18288
|
-
renderList(
|
|
18244
|
+
renderList(_ctx.slotKeys, (key) => {
|
|
18289
18245
|
return {
|
|
18290
18246
|
name: key,
|
|
18291
18247
|
fn: withCtx(() => [
|
|
@@ -18307,8 +18263,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
18307
18263
|
createVNode(GLink, {
|
|
18308
18264
|
class: "g-toolbar-left-logo",
|
|
18309
18265
|
style: normalizeStyle(logoStyle.value),
|
|
18310
|
-
to:
|
|
18311
|
-
href:
|
|
18266
|
+
to: _ctx.independence ? "" : { name: "home" },
|
|
18267
|
+
href: _ctx.independence ? unref(transformUrl)(unref(layoutConfig2).VITE_HOST) : ""
|
|
18312
18268
|
}, null, 8, ["style", "to", "href"]),
|
|
18313
18269
|
createVNode(unref(Button), {
|
|
18314
18270
|
class: "cursor-pointer draw-side-bar-close",
|
|
@@ -18318,14 +18274,14 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
18318
18274
|
})
|
|
18319
18275
|
]),
|
|
18320
18276
|
createVNode(ConfigAideContent, mergeProps(props, {
|
|
18321
|
-
sceneValue:
|
|
18277
|
+
sceneValue: _ctx.sceneValue,
|
|
18322
18278
|
asideDefaultWidth: 240,
|
|
18323
|
-
isLogin:
|
|
18324
|
-
showPreferencesSetting:
|
|
18325
|
-
showThemeSetting:
|
|
18326
|
-
showLangSetting:
|
|
18327
|
-
independence:
|
|
18328
|
-
slotKeys:
|
|
18279
|
+
isLogin: _ctx.isLogin,
|
|
18280
|
+
showPreferencesSetting: _ctx.showPreferencesSetting,
|
|
18281
|
+
showThemeSetting: _ctx.showThemeSetting,
|
|
18282
|
+
showLangSetting: _ctx.showLangSetting,
|
|
18283
|
+
independence: _ctx.independence,
|
|
18284
|
+
slotKeys: _ctx.slotKeys
|
|
18329
18285
|
}), null, 16, ["sceneValue", "isLogin", "showPreferencesSetting", "showThemeSetting", "showLangSetting", "independence", "slotKeys"])
|
|
18330
18286
|
]),
|
|
18331
18287
|
_: 1
|
|
@@ -18947,12 +18903,12 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
18947
18903
|
showLangSetting: "",
|
|
18948
18904
|
showThemeSetting: ""
|
|
18949
18905
|
}, {
|
|
18950
|
-
home: withCtx(() =>
|
|
18906
|
+
home: withCtx(() => _cache[2] || (_cache[2] = [
|
|
18951
18907
|
createElementVNode("div", null, "首页hover-插槽", -1)
|
|
18952
|
-
])
|
|
18953
|
-
issues: withCtx(() =>
|
|
18908
|
+
])),
|
|
18909
|
+
issues: withCtx(() => _cache[3] || (_cache[3] = [
|
|
18954
18910
|
createElementVNode("div", null, "issues hover-插槽", -1)
|
|
18955
|
-
])
|
|
18911
|
+
])),
|
|
18956
18912
|
_: 1
|
|
18957
18913
|
}, 8, ["sceneValue", "userInfo", "isLogin", "request", "globalStore", "independence", "collapseMode"])
|
|
18958
18914
|
]),
|
|
@@ -18991,18 +18947,18 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
18991
18947
|
key: "是",
|
|
18992
18948
|
value: true
|
|
18993
18949
|
}, {
|
|
18994
|
-
default: withCtx(() =>
|
|
18995
|
-
createTextVNode("是"
|
|
18996
|
-
])
|
|
18950
|
+
default: withCtx(() => _cache[4] || (_cache[4] = [
|
|
18951
|
+
createTextVNode("是")
|
|
18952
|
+
])),
|
|
18997
18953
|
_: 1
|
|
18998
18954
|
})),
|
|
18999
18955
|
(openBlock(), createBlock(unref(Radio), {
|
|
19000
18956
|
key: "否",
|
|
19001
18957
|
value: false
|
|
19002
18958
|
}, {
|
|
19003
|
-
default: withCtx(() =>
|
|
19004
|
-
createTextVNode("否"
|
|
19005
|
-
])
|
|
18959
|
+
default: withCtx(() => _cache[5] || (_cache[5] = [
|
|
18960
|
+
createTextVNode("否")
|
|
18961
|
+
])),
|
|
19006
18962
|
_: 1
|
|
19007
18963
|
}))
|
|
19008
18964
|
]),
|
|
@@ -19874,13 +19830,13 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
19874
19830
|
});
|
|
19875
19831
|
return (_ctx, _cache) => {
|
|
19876
19832
|
return openBlock(), createElementBlock("div", {
|
|
19877
|
-
class: normalizeClass(["flex flex-1 g-input-button", [inputBtnClassName.value,
|
|
19833
|
+
class: normalizeClass(["flex flex-1 g-input-button", [inputBtnClassName.value, _ctx.error ? "g-input-button-error" : ""]])
|
|
19878
19834
|
}, [
|
|
19879
19835
|
createVNode(unref(Input), {
|
|
19880
19836
|
modelValue: unref(vModels),
|
|
19881
19837
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(vModels) ? vModels.value = $event : null),
|
|
19882
|
-
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label:
|
|
19883
|
-
autocomplete:
|
|
19838
|
+
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: _ctx.placeholder }),
|
|
19839
|
+
autocomplete: _ctx.autocomplete,
|
|
19884
19840
|
onChange: handleChange,
|
|
19885
19841
|
onFocus: handleInputFocus,
|
|
19886
19842
|
onBlur: handleInputBlur
|
|
@@ -19890,7 +19846,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
19890
19846
|
onClick: withModifiers(handleClick, ["stop"]),
|
|
19891
19847
|
class: normalizeClass([
|
|
19892
19848
|
"g-input-button-append",
|
|
19893
|
-
DisabledBtn.value || !
|
|
19849
|
+
DisabledBtn.value || !_ctx.hasMobile ? "g-input-button-append-inactive" : "g-input-button-append-active"
|
|
19894
19850
|
])
|
|
19895
19851
|
}, [
|
|
19896
19852
|
createElementVNode("span", _hoisted_1$a, toDisplayString$1(BtnText.value), 1)
|
|
@@ -20037,8 +19993,8 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
20037
19993
|
key: 1,
|
|
20038
19994
|
modelValue: unref(vModels),
|
|
20039
19995
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => isRef(vModels) ? vModels.value = $event : null)
|
|
20040
|
-
},
|
|
20041
|
-
placeholder:
|
|
19996
|
+
}, _ctx.prop, {
|
|
19997
|
+
placeholder: _ctx.placeholder,
|
|
20042
19998
|
onChange: handleChange
|
|
20043
19999
|
}), {
|
|
20044
20000
|
prepend: withCtx(() => [
|
|
@@ -20322,23 +20278,23 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
20322
20278
|
rules: GroupRules,
|
|
20323
20279
|
ref_key: "FormRef",
|
|
20324
20280
|
ref: FormRef,
|
|
20325
|
-
"show-feedback":
|
|
20326
|
-
disabled:
|
|
20327
|
-
"message-type":
|
|
20328
|
-
layout:
|
|
20329
|
-
size:
|
|
20330
|
-
"label-size":
|
|
20331
|
-
"label-align":
|
|
20281
|
+
"show-feedback": _ctx.showFeedback,
|
|
20282
|
+
disabled: _ctx.disabled,
|
|
20283
|
+
"message-type": _ctx.MessageType,
|
|
20284
|
+
layout: _ctx.layout,
|
|
20285
|
+
size: _ctx.size,
|
|
20286
|
+
"label-size": _ctx.labelSize,
|
|
20287
|
+
"label-align": _ctx.labelAlign,
|
|
20332
20288
|
class: "g-form",
|
|
20333
20289
|
onInput: handleFormInput,
|
|
20334
20290
|
requirePosition: "right"
|
|
20335
20291
|
}, {
|
|
20336
20292
|
default: withCtx(() => [
|
|
20337
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
20293
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.DataList, (formItem) => {
|
|
20338
20294
|
return openBlock(), createBlock(unref(FormItem), {
|
|
20339
20295
|
key: formItem.key,
|
|
20340
20296
|
field: formItem.key,
|
|
20341
|
-
label:
|
|
20297
|
+
label: _ctx.showLabel ? formItem.label : "",
|
|
20342
20298
|
"help-tips": formItem.help,
|
|
20343
20299
|
"extra-info": formItem.extra,
|
|
20344
20300
|
style: normalizeStyle({ width: getItemWidth.value(formItem) })
|
|
@@ -20352,8 +20308,9 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
20352
20308
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
20353
20309
|
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: formItem.label }),
|
|
20354
20310
|
onChange: () => handleChange(formItem.key),
|
|
20355
|
-
onKeydown: ($event) => formItem.key === "username" ? unref(handleUsernameKeydown) : void 0
|
|
20356
|
-
|
|
20311
|
+
onKeydown: ($event) => formItem.key === "username" ? unref(handleUsernameKeydown) : void 0,
|
|
20312
|
+
ref_for: true
|
|
20313
|
+
}, formItem.props, {
|
|
20357
20314
|
autocomplete: autocompleteCalc((_a = formItem.props) == null ? void 0 : _a.autocomplete),
|
|
20358
20315
|
autofocus: formItem.key === "username",
|
|
20359
20316
|
spellcheck: false
|
|
@@ -20364,22 +20321,24 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
20364
20321
|
onChange: ($event) => handleChange(formItem.key),
|
|
20365
20322
|
onClick: ($event) => handleOperate(formItem),
|
|
20366
20323
|
"onUpdate:countdown": ($event) => updateCountdown(formItem),
|
|
20367
|
-
placeholder: formItem.label
|
|
20368
|
-
|
|
20324
|
+
placeholder: formItem.label,
|
|
20325
|
+
ref_for: true
|
|
20326
|
+
}, formItem.props, {
|
|
20369
20327
|
hasMobile: !!Data[(_b = formItem.props) == null ? void 0 : _b.aliasKey],
|
|
20370
20328
|
text: unref($t)("gitCodeLayout.userSetting.account.getVerificationCode"),
|
|
20371
|
-
error:
|
|
20329
|
+
error: _ctx.errors.msgError,
|
|
20372
20330
|
autocomplete: autocompleteCalc((_c = formItem.props) == null ? void 0 : _c.autocomplete)
|
|
20373
20331
|
}), null, 16, ["modelValue", "onUpdate:modelValue", "onChange", "onClick", "onUpdate:countdown", "placeholder", "hasMobile", "text", "error", "autocomplete"])) : formItem.type === "inputSelect" ? (openBlock(), createBlock(_sfc_main$b, mergeProps({
|
|
20374
20332
|
key: 2,
|
|
20375
20333
|
country: Data.country,
|
|
20376
|
-
class:
|
|
20334
|
+
class: _ctx.formErrors["mobile"] ? "input-select-error" : "",
|
|
20377
20335
|
modelValue: Data[formItem.key],
|
|
20378
20336
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
20379
20337
|
onSelectChange: _cache[0] || (_cache[0] = (evt) => handleSelectChange("country", evt)),
|
|
20380
20338
|
onChange: ($event) => handleChange(formItem.key),
|
|
20381
|
-
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: formItem.label })
|
|
20382
|
-
|
|
20339
|
+
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: formItem.label }),
|
|
20340
|
+
ref_for: true
|
|
20341
|
+
}, formItem.props, {
|
|
20383
20342
|
editableSelect: formItem.editableSelect
|
|
20384
20343
|
}), null, 16, ["country", "class", "modelValue", "onUpdate:modelValue", "onChange", "placeholder", "editableSelect"])) : (openBlock(), createBlock(resolveDynamicComponent(formItem.render), mergeProps({
|
|
20385
20344
|
key: formItem.key,
|
|
@@ -20387,8 +20346,9 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
20387
20346
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
20388
20347
|
onChange: ($event) => handleChange(formItem.key),
|
|
20389
20348
|
onClick: handleClick,
|
|
20390
|
-
placeholder: formItem.label
|
|
20391
|
-
|
|
20349
|
+
placeholder: formItem.label,
|
|
20350
|
+
ref_for: true
|
|
20351
|
+
}, formItem.props), null, 16, ["modelValue", "onUpdate:modelValue", "onChange", "placeholder"]))
|
|
20392
20352
|
];
|
|
20393
20353
|
}),
|
|
20394
20354
|
_: 2
|
|
@@ -20433,7 +20393,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
20433
20393
|
return openBlock(), createElementBlock("div", _hoisted_1$8, [
|
|
20434
20394
|
createElementVNode("div", _hoisted_2$6, toDisplayString$1(unref($t)("gitCodeLayout.LoginModal.subtitle.otherLogin")), 1),
|
|
20435
20395
|
createElementVNode("div", _hoisted_3$6, [
|
|
20436
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
20396
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.logos, (icon) => {
|
|
20437
20397
|
return openBlock(), createElementBlock("div", {
|
|
20438
20398
|
key: icon.alt,
|
|
20439
20399
|
class: "rounded-[50%] w-[40px] h-[40px] border-[1px] icon-wrap border-solid cursor-pointer otherInfo-icon"
|
|
@@ -20539,7 +20499,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
20539
20499
|
return (_ctx, _cache) => {
|
|
20540
20500
|
return openBlock(), createElementBlock("div", _hoisted_1$7, [
|
|
20541
20501
|
createVNode(unref(Checkbox), {
|
|
20542
|
-
"model-value":
|
|
20502
|
+
"model-value": _ctx.modelValue,
|
|
20543
20503
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = (val) => emits("update:modelValue", val)),
|
|
20544
20504
|
size: "sm"
|
|
20545
20505
|
}, {
|
|
@@ -20558,7 +20518,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
20558
20518
|
_: 1
|
|
20559
20519
|
}, 8, ["model-value"]),
|
|
20560
20520
|
createVNode(unref(Checkbox), {
|
|
20561
|
-
"model-value":
|
|
20521
|
+
"model-value": _ctx.dataShareChecked,
|
|
20562
20522
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = (val) => emits("update:dataShareChecked", val)),
|
|
20563
20523
|
size: "sm"
|
|
20564
20524
|
}, {
|
|
@@ -20607,7 +20567,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
20607
20567
|
return (_ctx, _cache) => {
|
|
20608
20568
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
20609
20569
|
createVNode(unref(Checkbox), {
|
|
20610
|
-
"model-value":
|
|
20570
|
+
"model-value": _ctx.modelValue,
|
|
20611
20571
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = (val) => emits("update:modelValue", val)),
|
|
20612
20572
|
size: "sm",
|
|
20613
20573
|
class: "mt-[6px] agree-module flex items-center"
|
|
@@ -20628,7 +20588,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
20628
20588
|
_: 3
|
|
20629
20589
|
}, 8, ["model-value"]),
|
|
20630
20590
|
createVNode(unref(Checkbox), {
|
|
20631
|
-
"model-value":
|
|
20591
|
+
"model-value": _ctx.dataShareChecked,
|
|
20632
20592
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = (val) => emits("update:dataShareChecked", val)),
|
|
20633
20593
|
size: "sm",
|
|
20634
20594
|
class: "mb-[12px]"
|
|
@@ -20670,14 +20630,14 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
20670
20630
|
return (_ctx, _cache) => {
|
|
20671
20631
|
return openBlock(), createElementBlock("div", _hoisted_1$5, [
|
|
20672
20632
|
createElementVNode("div", _hoisted_2$3, [
|
|
20673
|
-
|
|
20633
|
+
_ctx.showBack ? (openBlock(), createElementBlock("img", {
|
|
20674
20634
|
key: 0,
|
|
20675
|
-
src:
|
|
20635
|
+
src: _ctx.icon,
|
|
20676
20636
|
class: "w-[24px] cursor-pointer",
|
|
20677
20637
|
onClick: withModifiers(handleClick, ["stop"])
|
|
20678
20638
|
}, null, 8, _hoisted_3$3)) : createCommentVNode("", true)
|
|
20679
20639
|
]),
|
|
20680
|
-
|
|
20640
|
+
_ctx.showTitle ? (openBlock(), createElementBlock("span", _hoisted_4$2, toDisplayString$1(_ctx.title), 1)) : createCommentVNode("", true)
|
|
20681
20641
|
]);
|
|
20682
20642
|
};
|
|
20683
20643
|
}
|
|
@@ -20711,7 +20671,7 @@ const verifyCodeRegExp4 = /^\d{4}$/;
|
|
|
20711
20671
|
const verifyCodeRegExp6 = /^\d{6}$/;
|
|
20712
20672
|
const mobileRegExp = /^1[3-9]\d{9}$/;
|
|
20713
20673
|
const usernameRegExp = /^(?!-)[a-zA-Z][a-zA-Z0-9_-]{1,49}$/;
|
|
20714
|
-
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|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", "[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]|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-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", "(?:[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{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, "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|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", "(?:[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|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|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-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", ["[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,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", "(?:33622|8\\d{8})\\d{5}|[78]\\d{9}", [10, 14], 0, "8", 0, 0, 0, 0, "33622|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|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{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5[45]"], "0$1"], ["(\\d{4})(\\d{5})", "$1-$2", ["5(?:[19]|2[2-46-9]|3[3-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(?:(?:18|4[0679]|5[03])\\d|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]))\\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}"]]], "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|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, 0, [["336(?:[013-9]\\d|2[013-9])\\d{5}|(?:3(?:0[12]|4[1-35-79]|5[1-3]|65|8[1-58]|9[0145])|4(?:01|1[1356]|2[13467]|7[1-5]|8[1-7]|9[1-689])|8(?:1[1-8]|2[01]|3[13-6]|4[0-8]|5[15-7]|6[0-35-79]|7[1-37-9]))\\d{7}", [10]], ["9\\d{9}", [10]], ["8(?:0[04]|108\\d{3})\\d{7}"], ["80[39]\\d{7}", [10]], ["808\\d{7}", [10]]], "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-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)\\d{4}|(?:2742|305[3-9])\\d{6}|(?: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-47-9]|1[02-9]|2[013-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-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]|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}|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|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}"]]] } };
|
|
20674
|
+
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(?:5[0-3579]|[6-9])|7(?:20|32|8)|[89]"], "0$1"], ["(\\d{4})(\\d{3,9})", "$1 $2", ["[2-467]|5[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,7})", "$1 $2 $3", ["5"], "0$1"]], "0"], "AU": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}", [5, 6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{3,4})", "$1 $2", ["16"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["16"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["14|4"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[2378]"], "(0$1)"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:30|[89])"]]], "0", 0, "(183[12])|0", 0, 0, 0, [["(?:(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|7(?:[013-57-9]\\d|2[0-8]))\\d|3(?:(?:[0-3589]\\d|6[1-9]|7[0-35-9])\\d|4(?:[0-578]\\d|90)))\\d\\d|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4])|3\\d\\d)|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, ["163\\d{2,6}", [5, 6, 7, 8, 9]], ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "AW": ["297", "00", "(?:[25-79]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[25-9]"]]]], "AX": ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}", [5, 6, 7, 8, 9, 10, 11, 12], 0, "0", 0, 0, 0, 0, "18", 0, "00"], "AZ": ["994", "00", "365\\d{6}|(?:[124579]\\d|60|88)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[28]|2|365|46", "1[28]|2|365[45]|46", "1[28]|2|365(?:4|5[02])|46"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[13-9]"], "0$1"]], "0"], "BA": ["387", "00", "6\\d{8}|(?:[35689]\\d|49|70)\\d{6}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[1-3]|[7-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2-$3", ["[3-5]|6[56]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["6"], "0$1"]], "0"], "BB": ["1", "011", "(?:246|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "246$1", 0, "246"], "BD": ["880", "00", "[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{4,6})", "$1-$2", ["31[5-8]|[459]1"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1-$2", ["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"], "0$1"], ["(\\d{4})(\\d{3,6})", "$1-$2", ["[13-9]|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-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-46-9]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}", [8, 9, 10, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["300|4(?:0[02]|37)", "4(?:02|37)0|[34]00"]], ["(\\d{3})(\\d{2,3})(\\d{4})", "$1 $2 $3", ["(?:[358]|90)0"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"], "($1)"], ["(\\d{2})(\\d{5})(\\d{4})", "$1 $2-$3", ["[16][1-9]|[2-57-9]"], "($1)"]], "0", 0, "(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?", "$2"], "BS": ["1", "011", "(?:242|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([3-8]\\d{6})$|1", "242$1", 0, "242"], "BT": ["975", "00", "[17]\\d{7}|[2-8]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-68]|7[246]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[67]|7"]]]], "BW": ["267", "00", "(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["90"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[24-6]|3[15-9]"]], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37]"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["8"]]]], "BY": ["375", "810", "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3})", "$1 $2", ["800"], "8 $1"], ["(\\d{3})(\\d{2})(\\d{2,4})", "$1 $2 $3", ["800"], "8 $1"], ["(\\d{4})(\\d{2})(\\d{3})", "$1 $2-$3", ["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])", "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"], "8 0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["1(?:[56]|7[467])|2[1-3]"], "8 0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-4]"], "8 0$1"], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[89]"], "8 $1"]], "8", 0, "0|80?", 0, 0, 0, 0, "8~10"], "BZ": ["501", "00", "(?:0800\\d|[2-8])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-8]"]], ["(\\d)(\\d{3})(\\d{4})(\\d{3})", "$1-$2-$3-$4", ["0"]]]], "CA": ["1", "011", "[2-9]\\d{9}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|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-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "CD": ["243", "00", "(?:(?:[189]|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]|91"]], ["(\\d)(\\d{3})(\\d{7})", "$1-$2-$3", ["1"], "0$1", 0, "$1 $2 $3"]], "0", 0, "0([3579]|4(?:[14]4|56))?"], "CR": ["506", "00", "(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}", [8, 10], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[3-9]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[89]"]]], 0, 0, "(19(?:0[0-2468]|1[09]|20|66|77|99))"], "CU": ["53", "119", "(?:[2-7]|8\\d\\d)\\d{7}|[2-47]\\d{6}|[34]\\d{5}", [6, 7, 8, 10], [["(\\d{2})(\\d{4,6})", "$1 $2", ["2[1-4]|[34]"], "(0$1)"], ["(\\d)(\\d{6,7})", "$1 $2", ["7"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["[56]"], "0$1"], ["(\\d{3})(\\d{7})", "$1 $2", ["8"], "0$1"]], "0"], "CV": ["238", "0", "(?:[2-59]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2-589]"]]]], "CW": ["599", "00", "(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[3467]"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["9[4-8]"]]], 0, 0, 0, 0, 0, "[69]"], "CX": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "CY": ["357", "00", "(?:[279]\\d|[58]0)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[257-9]"]]]], "CZ": ["420", "00", "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}", [9, 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", "(?:[24-69]\\d|3[0-79])\\d{7}|80\\d{5,7}|[1-79]\\d{7}|6\\d{5,6}", [6, 7, 8, 9], [["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["6[01]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{4})(\\d{3})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6|7[245]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-57]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], "HT": ["509", "00", "(?:[2-489]\\d|55)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-589]"]]]], "HU": ["36", "00", "[235-7]\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "06 $1"]], "06"], "ID": ["62", "00[89]", "00[1-9]\\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", ["30[0135-9]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0"], "LB": ["961", "00", "[27-9]\\d{7}|[13-9]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27-9]"]]], "0"], "LC": ["1", "011", "(?:[58]\\d\\d|758|900)\\d{7}", [10], 0, "1", 0, "([2-8]\\d{6})$|1", "758$1", 0, "758"], "LI": ["423", "00", "[68]\\d{8}|(?:[2378]\\d|90)\\d{5}", [7, 9], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2379]|8(?:0[09]|7)", "[2379]|8(?:0(?:02|9)|7)"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["69"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]], "0", 0, "(1001)|0"], "LK": ["94", "00", "[1-9]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[1-689]"], "0$1"]], "0"], "LR": ["231", "00", "(?:[245]\\d|33|77|88)\\d{7}|(?:2\\d|[4-6])\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["4[67]|[56]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-578]"], "0$1"]], "0"], "LS": ["266", "00", "(?:[256]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2568]"]]]], "LT": ["370", "00", "(?:[3469]\\d|52|[78]0)\\d{6}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["52[0-7]"], "(0-$1)", 1], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0 $1", 1], ["(\\d{2})(\\d{6})", "$1 $2", ["37|4(?:[15]|6[1-8])"], "(0-$1)", 1], ["(\\d{3})(\\d{5})", "$1 $2", ["[3-6]"], "(0-$1)", 1]], "0", 0, "[08]"], "LU": ["352", "00", "35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}", [4, 5, 6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{3})", "$1 $2", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["20[2-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4", ["2(?:[0367]|4[3-8])"]], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["80[01]|90[015]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["20"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4 $5", ["2(?:[0367]|4[3-8])"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})", "$1 $2 $3 $4", ["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]], 0, 0, "(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"], "LV": ["371", "00", "(?:[268]\\d|90)\\d{6}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[269]|8[01]"]]]], "LY": ["218", "00", "[2-9]\\d{8}", [9], [["(\\d{2})(\\d{7})", "$1-$2", ["[2-9]"], "0$1"]], "0"], "MA": ["212", "00", "[5-8]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5[45]"], "0$1"], ["(\\d{4})(\\d{5})", "$1-$2", ["5(?:2[2-46-9]|3[3-9]|9)|8(?:0[89]|92)"], "0$1"], ["(\\d{2})(\\d{7})", "$1-$2", ["8"], "0$1"], ["(\\d{3})(\\d{6})", "$1-$2", ["[5-7]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["5(?:2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-467]|5[0-3]|8[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}"]]], "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", "38\\d{6}|[78]\\d{9,13}|(?:20|9\\d)\\d{8}", [8, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["3"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["20[129]"], "0$1"], ["(\\d{4})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{3})(\\d{5})(\\d{5,6})", "$1 $2 $3", ["[78]"], "0$1"]], "0"], "NI": ["505", "00", "(?:1800|[25-8]\\d{3})\\d{4}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[125-8]"]]]], "NL": ["31", "00", "(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}", [5, 6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{4,7})", "$1 $2", ["[89]0"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["66"], "0$1"], ["(\\d)(\\d{8})", "$1 $2", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-578]|91"], "0$1"], ["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3", ["9"], "0$1"]], "0"], "NO": ["47", "00", "(?:0|[2-9]\\d{3})\\d{4}", [5, 8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]"]]], 0, 0, 0, 0, 0, "[02-689]|7[0-8]"], "NP": ["977", "00", "(?:1\\d|9)\\d{9}|[1-9]\\d{7}", [8, 10, 11], [["(\\d)(\\d{7})", "$1-$2", ["1[2-6]"], "0$1"], ["(\\d{2})(\\d{6})", "$1-$2", ["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"], "0$1"], ["(\\d{3})(\\d{7})", "$1-$2", ["9"]]], "0"], "NR": ["674", "00", "(?:444|(?:55|8\\d)\\d|666)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-68]"]]]], "NU": ["683", "00", "(?:[4-7]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], "NZ": ["64", "0(?:0|161)", "[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|8|90", "50(?:[0367]|88)|8|90"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["24|[346]|7[2-57-9]|9[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:10|74)|[589]"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1|2[028]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,5})", "$1 $2 $3", ["2(?:[169]|7[0-35-9])|7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00"], "OM": ["968", "00", "(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}", [7, 8, 9], [["(\\d{3})(\\d{4,6})", "$1 $2", ["[58]"]], ["(\\d{2})(\\d{6})", "$1 $2", ["2"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[179]"]]]], "PA": ["507", "00", "(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}", [7, 8, 10, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[1-57-9]"]], ["(\\d{4})(\\d{4})", "$1-$2", ["[68]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]]], "PE": ["51", "00|19(?:1[124]|77|90)00", "(?:[14-8]|9\\d)\\d{7}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["80"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["1"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[4-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"]]], "0", 0, 0, 0, 0, 0, 0, "00", " Anexo "], "PF": ["689", "00", "4\\d{5}(?:\\d{2})?|8\\d{7,8}", [6, 8, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["44"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4|8[7-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], "PG": ["675", "00|140[1-3]", "(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["18|[2-69]|85"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[78]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "PH": ["63", "00", "(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}", [6, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{5})", "$1 $2", ["2"], "(0$1)"], ["(\\d{4})(\\d{4,6})", "$1 $2", ["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2", "3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"], "(0$1)"], ["(\\d{5})(\\d{4})", "$1 $2", ["346|4(?:27|9[35])|883", "3469|4(?:279|9(?:30|56))|8834"], "(0$1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|8[2-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["1"]]], "0"], "PK": ["92", "00", "122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,7})", "$1 $2 $3", ["[89]0"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["1"]], ["(\\d{3})(\\d{6,7})", "$1 $2", ["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])", "9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"], "(0$1)"], ["(\\d{2})(\\d{7,8})", "$1 $2", ["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"], "(0$1)"], ["(\\d{5})(\\d{5})", "$1 $2", ["58"], "(0$1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[24-9]"], "(0$1)"]], "0"], "PL": ["48", "00", "(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|20|64"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1", "(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["64"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[2-8]|[2-7]|8[1-79]|9[145]"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["8"]]]], "PM": ["508", "00", "[45]\\d{5}|(?:708|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[16]|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[013]|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", "92\\d{7}|(?:[15]|8\\d)\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["9"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["81"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]], "0"], "SB": ["677", "0[01]", "[6-9]\\d{6}|[1-6]\\d{4}", [5, 7], [["(\\d{2})(\\d{5})", "$1 $2", ["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]], "SC": ["248", "010|0[0-2]", "(?:[2489]\\d|64)\\d{5}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[246]|9[57]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "SD": ["249", "00", "[19]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], "SE": ["46", "00", "(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}", [6, 7, 8, 9, 10, 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)\\d{5}", [6, 7], [["(\\d{2})(\\d{2})(\\d{2})", "$1-$2-$3", ["56"]], ["(\\d{3})(\\d{3})", "$1-$2", ["[2-5]"]], ["(\\d{3})(\\d{4})", "$1-$2", ["[6-8]"]]]], "SS": ["211", "00", "[19]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], "ST": ["239", "00", "(?:22|9\\d)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[29]"]]]], "SV": ["503", "00", "[267]\\d{7}|(?:80\\d|900)\\d{4}(?:\\d{4})?", [7, 8, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[89]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[267]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[89]"]]]], "SX": ["1", "011", "7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "(5\\d{6})$|1", "721$1", 0, "721"], "SY": ["963", "00", "[1-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|[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-468]))\\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[068]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"], [""], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"], ["900[2-9]\\d{6}"], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}"], 0, 0, 0, ["305209\\d{4}"]]], "UY": ["598", "0(?:0|1[3-9]\\d)", "0004\\d{2,9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}", [6, 7, 8, 9, 10, 11, 12, 13], [["(\\d{3})(\\d{3,4})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[49]0|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[124]"]], ["(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3 $4", ["0"]]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "], "UZ": ["998", "00", "(?:20|33|[5-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}"]]] } };
|
|
20715
20675
|
function withMetadataArgument(func, _arguments) {
|
|
20716
20676
|
var args = Array.prototype.slice.call(_arguments);
|
|
20717
20677
|
args.push(metadata);
|
|
@@ -20739,39 +20699,32 @@ var objectConstructor = {}.constructor;
|
|
|
20739
20699
|
function isObject(object) {
|
|
20740
20700
|
return object !== void 0 && object !== null && object.constructor === objectConstructor;
|
|
20741
20701
|
}
|
|
20742
|
-
function _typeof$
|
|
20702
|
+
function _typeof$1(obj) {
|
|
20743
20703
|
"@babel/helpers - typeof";
|
|
20744
|
-
return _typeof$
|
|
20745
|
-
return typeof
|
|
20746
|
-
} : function(
|
|
20747
|
-
return
|
|
20748
|
-
}, _typeof$
|
|
20749
|
-
}
|
|
20750
|
-
function _classCallCheck$2(a, n) {
|
|
20751
|
-
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
20704
|
+
return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
|
|
20705
|
+
return typeof obj2;
|
|
20706
|
+
} : function(obj2) {
|
|
20707
|
+
return obj2 && "function" == typeof Symbol && obj2.constructor === Symbol && obj2 !== Symbol.prototype ? "symbol" : typeof obj2;
|
|
20708
|
+
}, _typeof$1(obj);
|
|
20752
20709
|
}
|
|
20753
|
-
function
|
|
20754
|
-
|
|
20755
|
-
|
|
20756
|
-
o.enumerable = o.enumerable || false, o.configurable = true, "value" in o && (o.writable = true), Object.defineProperty(e, _toPropertyKey$6(o.key), o);
|
|
20710
|
+
function _classCallCheck$2(instance, Constructor) {
|
|
20711
|
+
if (!(instance instanceof Constructor)) {
|
|
20712
|
+
throw new TypeError("Cannot call a class as a function");
|
|
20757
20713
|
}
|
|
20758
20714
|
}
|
|
20759
|
-
function
|
|
20760
|
-
|
|
20761
|
-
|
|
20762
|
-
|
|
20763
|
-
|
|
20764
|
-
|
|
20765
|
-
|
|
20766
|
-
function _toPrimitive$6(t2, r) {
|
|
20767
|
-
if ("object" != _typeof$7(t2) || !t2) return t2;
|
|
20768
|
-
var e = t2[Symbol.toPrimitive];
|
|
20769
|
-
if (void 0 !== e) {
|
|
20770
|
-
var i = e.call(t2, r);
|
|
20771
|
-
if ("object" != _typeof$7(i)) return i;
|
|
20772
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
20715
|
+
function _defineProperties$1(target, props) {
|
|
20716
|
+
for (var i = 0; i < props.length; i++) {
|
|
20717
|
+
var descriptor = props[i];
|
|
20718
|
+
descriptor.enumerable = descriptor.enumerable || false;
|
|
20719
|
+
descriptor.configurable = true;
|
|
20720
|
+
if ("value" in descriptor) descriptor.writable = true;
|
|
20721
|
+
Object.defineProperty(target, descriptor.key, descriptor);
|
|
20773
20722
|
}
|
|
20774
|
-
|
|
20723
|
+
}
|
|
20724
|
+
function _createClass$2(Constructor, protoProps, staticProps) {
|
|
20725
|
+
if (protoProps) _defineProperties$1(Constructor.prototype, protoProps);
|
|
20726
|
+
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
20727
|
+
return Constructor;
|
|
20775
20728
|
}
|
|
20776
20729
|
var V3 = "1.2.0";
|
|
20777
20730
|
var V4 = "1.7.35";
|
|
@@ -20784,7 +20737,7 @@ var Metadata = /* @__PURE__ */ function() {
|
|
|
20784
20737
|
this.metadata = metadata2;
|
|
20785
20738
|
setVersion.call(this, metadata2);
|
|
20786
20739
|
}
|
|
20787
|
-
|
|
20740
|
+
_createClass$2(Metadata2, [{
|
|
20788
20741
|
key: "getCountries",
|
|
20789
20742
|
value: function getCountries() {
|
|
20790
20743
|
return Object.keys(this.metadata.countries).filter(function(_) {
|
|
@@ -20989,6 +20942,7 @@ var Metadata = /* @__PURE__ */ function() {
|
|
|
20989
20942
|
return this.numberingPlan !== void 0;
|
|
20990
20943
|
}
|
|
20991
20944
|
}]);
|
|
20945
|
+
return Metadata2;
|
|
20992
20946
|
}();
|
|
20993
20947
|
var NumberingPlan = /* @__PURE__ */ function() {
|
|
20994
20948
|
function NumberingPlan2(metadata2, globalMetadataObject) {
|
|
@@ -20997,7 +20951,7 @@ var NumberingPlan = /* @__PURE__ */ function() {
|
|
|
20997
20951
|
this.metadata = metadata2;
|
|
20998
20952
|
setVersion.call(this, globalMetadataObject.metadata);
|
|
20999
20953
|
}
|
|
21000
|
-
|
|
20954
|
+
_createClass$2(NumberingPlan2, [{
|
|
21001
20955
|
key: "callingCode",
|
|
21002
20956
|
value: function callingCode() {
|
|
21003
20957
|
return this.metadata[0];
|
|
@@ -21136,6 +21090,7 @@ var NumberingPlan = /* @__PURE__ */ function() {
|
|
|
21136
21090
|
return this.metadata[13] || DEFAULT_EXT_PREFIX;
|
|
21137
21091
|
}
|
|
21138
21092
|
}]);
|
|
21093
|
+
return NumberingPlan2;
|
|
21139
21094
|
}();
|
|
21140
21095
|
var Format = /* @__PURE__ */ function() {
|
|
21141
21096
|
function Format2(format2, metadata2) {
|
|
@@ -21143,7 +21098,7 @@ var Format = /* @__PURE__ */ function() {
|
|
|
21143
21098
|
this._format = format2;
|
|
21144
21099
|
this.metadata = metadata2;
|
|
21145
21100
|
}
|
|
21146
|
-
|
|
21101
|
+
_createClass$2(Format2, [{
|
|
21147
21102
|
key: "pattern",
|
|
21148
21103
|
value: function pattern() {
|
|
21149
21104
|
return this._format[0];
|
|
@@ -21186,6 +21141,7 @@ var Format = /* @__PURE__ */ function() {
|
|
|
21186
21141
|
return this._format[5] || this.format();
|
|
21187
21142
|
}
|
|
21188
21143
|
}]);
|
|
21144
|
+
return Format2;
|
|
21189
21145
|
}();
|
|
21190
21146
|
var FIRST_GROUP_ONLY_PREFIX_PATTERN = /^\(?\$1\)?$/;
|
|
21191
21147
|
var Type = /* @__PURE__ */ function() {
|
|
@@ -21194,7 +21150,7 @@ var Type = /* @__PURE__ */ function() {
|
|
|
21194
21150
|
this.type = type;
|
|
21195
21151
|
this.metadata = metadata2;
|
|
21196
21152
|
}
|
|
21197
|
-
|
|
21153
|
+
_createClass$2(Type2, [{
|
|
21198
21154
|
key: "pattern",
|
|
21199
21155
|
value: function pattern() {
|
|
21200
21156
|
if (this.metadata.v1) return this.type;
|
|
@@ -21207,6 +21163,7 @@ var Type = /* @__PURE__ */ function() {
|
|
|
21207
21163
|
return this.type[1] || this.metadata.possibleLengths();
|
|
21208
21164
|
}
|
|
21209
21165
|
}]);
|
|
21166
|
+
return Type2;
|
|
21210
21167
|
}();
|
|
21211
21168
|
function getType(types, type) {
|
|
21212
21169
|
switch (type) {
|
|
@@ -21241,12 +21198,12 @@ function validateMetadata(metadata2) {
|
|
|
21241
21198
|
}
|
|
21242
21199
|
}
|
|
21243
21200
|
var typeOf = function typeOf2(_) {
|
|
21244
|
-
return _typeof$
|
|
21201
|
+
return _typeof$1(_);
|
|
21245
21202
|
};
|
|
21246
21203
|
function getCountryCallingCode(country, metadata2) {
|
|
21247
21204
|
metadata2 = new Metadata(metadata2);
|
|
21248
21205
|
if (metadata2.hasCountry(country)) {
|
|
21249
|
-
return metadata2.
|
|
21206
|
+
return metadata2.country(country).countryCallingCode();
|
|
21250
21207
|
}
|
|
21251
21208
|
throw new Error("Unknown country: ".concat(country));
|
|
21252
21209
|
}
|
|
@@ -21272,14 +21229,10 @@ function setVersion(metadata2) {
|
|
|
21272
21229
|
}
|
|
21273
21230
|
}
|
|
21274
21231
|
}
|
|
21275
|
-
function checkNumberLength(nationalNumber,
|
|
21276
|
-
return checkNumberLengthForType(nationalNumber,
|
|
21232
|
+
function checkNumberLength(nationalNumber, metadata2) {
|
|
21233
|
+
return checkNumberLengthForType(nationalNumber, void 0, metadata2);
|
|
21277
21234
|
}
|
|
21278
|
-
function checkNumberLengthForType(nationalNumber,
|
|
21279
|
-
if (country) {
|
|
21280
|
-
metadata2 = new Metadata(metadata2.metadata);
|
|
21281
|
-
metadata2.selectNumberingPlan(country);
|
|
21282
|
-
}
|
|
21235
|
+
function checkNumberLengthForType(nationalNumber, type, metadata2) {
|
|
21283
21236
|
var type_info = metadata2.type(type);
|
|
21284
21237
|
var possible_lengths = type_info && type_info.possibleLengths() || metadata2.possibleLengths();
|
|
21285
21238
|
if (!possible_lengths) {
|
|
@@ -21316,7 +21269,7 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
21316
21269
|
if (!metadata2.hasCountry(input.country)) {
|
|
21317
21270
|
throw new Error("Unknown country: ".concat(input.country));
|
|
21318
21271
|
}
|
|
21319
|
-
metadata2.
|
|
21272
|
+
metadata2.country(input.country);
|
|
21320
21273
|
} else {
|
|
21321
21274
|
if (!input.countryCallingCode) {
|
|
21322
21275
|
throw new Error("Invalid phone number object passed");
|
|
@@ -21325,7 +21278,7 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
21325
21278
|
}
|
|
21326
21279
|
}
|
|
21327
21280
|
if (metadata2.possibleLengths()) {
|
|
21328
|
-
return isPossibleNumber(input.phone || input.nationalNumber,
|
|
21281
|
+
return isPossibleNumber(input.phone || input.nationalNumber, metadata2);
|
|
21329
21282
|
} else {
|
|
21330
21283
|
if (input.countryCallingCode && metadata2.isNonGeographicCallingCode(input.countryCallingCode)) {
|
|
21331
21284
|
return true;
|
|
@@ -21334,41 +21287,45 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
21334
21287
|
}
|
|
21335
21288
|
}
|
|
21336
21289
|
}
|
|
21337
|
-
function isPossibleNumber(nationalNumber,
|
|
21338
|
-
switch (checkNumberLength(nationalNumber,
|
|
21290
|
+
function isPossibleNumber(nationalNumber, metadata2) {
|
|
21291
|
+
switch (checkNumberLength(nationalNumber, metadata2)) {
|
|
21339
21292
|
case "IS_POSSIBLE":
|
|
21340
21293
|
return true;
|
|
21341
21294
|
default:
|
|
21342
21295
|
return false;
|
|
21343
21296
|
}
|
|
21344
21297
|
}
|
|
21345
|
-
function matchesEntirely(text2,
|
|
21298
|
+
function matchesEntirely(text2, regular_expression) {
|
|
21346
21299
|
text2 = text2 || "";
|
|
21347
|
-
return new RegExp("^(?:" +
|
|
21348
|
-
}
|
|
21349
|
-
function _createForOfIteratorHelperLoose$
|
|
21350
|
-
var
|
|
21351
|
-
if (
|
|
21352
|
-
if (Array.isArray(
|
|
21353
|
-
|
|
21354
|
-
var
|
|
21300
|
+
return new RegExp("^(?:" + regular_expression + ")$").test(text2);
|
|
21301
|
+
}
|
|
21302
|
+
function _createForOfIteratorHelperLoose$3(o, allowArrayLike) {
|
|
21303
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
21304
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
21305
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$4(o)) || allowArrayLike) {
|
|
21306
|
+
if (it) o = it;
|
|
21307
|
+
var i = 0;
|
|
21355
21308
|
return function() {
|
|
21356
|
-
|
|
21309
|
+
if (i >= o.length) return { done: true };
|
|
21310
|
+
return { done: false, value: o[i++] };
|
|
21357
21311
|
};
|
|
21358
21312
|
}
|
|
21359
21313
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
21360
21314
|
}
|
|
21361
|
-
function _unsupportedIterableToArray$
|
|
21362
|
-
if (
|
|
21363
|
-
|
|
21364
|
-
|
|
21365
|
-
|
|
21366
|
-
|
|
21315
|
+
function _unsupportedIterableToArray$4(o, minLen) {
|
|
21316
|
+
if (!o) return;
|
|
21317
|
+
if (typeof o === "string") return _arrayLikeToArray$4(o, minLen);
|
|
21318
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
21319
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
21320
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
21321
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$4(o, minLen);
|
|
21367
21322
|
}
|
|
21368
|
-
function _arrayLikeToArray$
|
|
21369
|
-
(
|
|
21370
|
-
for (var
|
|
21371
|
-
|
|
21323
|
+
function _arrayLikeToArray$4(arr, len) {
|
|
21324
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
21325
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
21326
|
+
arr2[i] = arr[i];
|
|
21327
|
+
}
|
|
21328
|
+
return arr2;
|
|
21372
21329
|
}
|
|
21373
21330
|
var NON_FIXED_LINE_PHONE_TYPES = ["MOBILE", "PREMIUM_RATE", "TOLL_FREE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL"];
|
|
21374
21331
|
function getNumberType(input, options, metadata2) {
|
|
@@ -21394,7 +21351,7 @@ function getNumberType(input, options, metadata2) {
|
|
|
21394
21351
|
}
|
|
21395
21352
|
return "FIXED_LINE";
|
|
21396
21353
|
}
|
|
21397
|
-
for (var _iterator = _createForOfIteratorHelperLoose$
|
|
21354
|
+
for (var _iterator = _createForOfIteratorHelperLoose$3(NON_FIXED_LINE_PHONE_TYPES), _step; !(_step = _iterator()).done; ) {
|
|
21398
21355
|
var type = _step.value;
|
|
21399
21356
|
if (isNumberTypeEqualTo(nationalNumber, type, metadata2)) {
|
|
21400
21357
|
return type;
|
|
@@ -21513,63 +21470,7 @@ function extractNationalNumberFromPossiblyIncompleteNumber(number2, metadata2) {
|
|
|
21513
21470
|
nationalNumber: number2
|
|
21514
21471
|
};
|
|
21515
21472
|
}
|
|
21516
|
-
function
|
|
21517
|
-
var t2 = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
21518
|
-
if (t2) return (t2 = t2.call(r)).next.bind(t2);
|
|
21519
|
-
if (Array.isArray(r) || (t2 = _unsupportedIterableToArray$2(r)) || e) {
|
|
21520
|
-
t2 && (r = t2);
|
|
21521
|
-
var o = 0;
|
|
21522
|
-
return function() {
|
|
21523
|
-
return o >= r.length ? { done: true } : { done: false, value: r[o++] };
|
|
21524
|
-
};
|
|
21525
|
-
}
|
|
21526
|
-
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
21527
|
-
}
|
|
21528
|
-
function _unsupportedIterableToArray$2(r, a) {
|
|
21529
|
-
if (r) {
|
|
21530
|
-
if ("string" == typeof r) return _arrayLikeToArray$2(r, a);
|
|
21531
|
-
var t2 = {}.toString.call(r).slice(8, -1);
|
|
21532
|
-
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;
|
|
21533
|
-
}
|
|
21534
|
-
}
|
|
21535
|
-
function _arrayLikeToArray$2(r, a) {
|
|
21536
|
-
(null == a || a > r.length) && (a = r.length);
|
|
21537
|
-
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
21538
|
-
return n;
|
|
21539
|
-
}
|
|
21540
|
-
function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
|
|
21541
|
-
var countries = _ref.countries, metadata2 = _ref.metadata;
|
|
21542
|
-
metadata2 = new Metadata(metadata2);
|
|
21543
|
-
for (var _iterator = _createForOfIteratorHelperLoose$1(countries), _step; !(_step = _iterator()).done; ) {
|
|
21544
|
-
var country = _step.value;
|
|
21545
|
-
metadata2.selectNumberingPlan(country);
|
|
21546
|
-
if (metadata2.leadingDigits()) {
|
|
21547
|
-
if (nationalPhoneNumber && nationalPhoneNumber.search(metadata2.leadingDigits()) === 0) {
|
|
21548
|
-
return country;
|
|
21549
|
-
}
|
|
21550
|
-
} else if (getNumberType({
|
|
21551
|
-
phone: nationalPhoneNumber,
|
|
21552
|
-
country
|
|
21553
|
-
}, void 0, metadata2.metadata)) {
|
|
21554
|
-
return country;
|
|
21555
|
-
}
|
|
21556
|
-
}
|
|
21557
|
-
}
|
|
21558
|
-
function getCountryByCallingCode(callingCode, _ref) {
|
|
21559
|
-
var nationalPhoneNumber = _ref.nationalNumber, metadata2 = _ref.metadata;
|
|
21560
|
-
var possibleCountries = metadata2.getCountryCodesForCallingCode(callingCode);
|
|
21561
|
-
if (!possibleCountries) {
|
|
21562
|
-
return;
|
|
21563
|
-
}
|
|
21564
|
-
if (possibleCountries.length === 1) {
|
|
21565
|
-
return possibleCountries[0];
|
|
21566
|
-
}
|
|
21567
|
-
return getCountryByNationalNumber(nationalPhoneNumber, {
|
|
21568
|
-
countries: possibleCountries,
|
|
21569
|
-
metadata: metadata2.metadata
|
|
21570
|
-
});
|
|
21571
|
-
}
|
|
21572
|
-
function extractNationalNumber(number2, country, metadata2) {
|
|
21473
|
+
function extractNationalNumber(number2, metadata2) {
|
|
21573
21474
|
var _extractNationalNumbe = extractNationalNumberFromPossiblyIncompleteNumber(number2, metadata2), carrierCode = _extractNationalNumbe.carrierCode, nationalNumber = _extractNationalNumbe.nationalNumber;
|
|
21574
21475
|
if (nationalNumber !== number2) {
|
|
21575
21476
|
if (!shouldHaveExtractedNationalPrefix(number2, nationalNumber, metadata2)) {
|
|
@@ -21577,14 +21478,8 @@ function extractNationalNumber(number2, country, metadata2) {
|
|
|
21577
21478
|
nationalNumber: number2
|
|
21578
21479
|
};
|
|
21579
21480
|
}
|
|
21580
|
-
if (metadata2.
|
|
21581
|
-
if (!
|
|
21582
|
-
country = getCountryByCallingCode(metadata2.numberingPlan.callingCode(), {
|
|
21583
|
-
nationalNumber,
|
|
21584
|
-
metadata: metadata2
|
|
21585
|
-
});
|
|
21586
|
-
}
|
|
21587
|
-
if (!isPossibleIncompleteNationalNumber(nationalNumber, country, metadata2)) {
|
|
21481
|
+
if (metadata2.possibleLengths()) {
|
|
21482
|
+
if (!isPossibleIncompleteNationalNumber(nationalNumber, metadata2)) {
|
|
21588
21483
|
return {
|
|
21589
21484
|
nationalNumber: number2
|
|
21590
21485
|
};
|
|
@@ -21602,8 +21497,8 @@ function shouldHaveExtractedNationalPrefix(nationalNumberBefore, nationalNumberA
|
|
|
21602
21497
|
}
|
|
21603
21498
|
return true;
|
|
21604
21499
|
}
|
|
21605
|
-
function isPossibleIncompleteNationalNumber(nationalNumber,
|
|
21606
|
-
switch (checkNumberLength(nationalNumber,
|
|
21500
|
+
function isPossibleIncompleteNationalNumber(nationalNumber, metadata2) {
|
|
21501
|
+
switch (checkNumberLength(nationalNumber, metadata2)) {
|
|
21607
21502
|
case "TOO_SHORT":
|
|
21608
21503
|
case "INVALID_LENGTH":
|
|
21609
21504
|
return false;
|
|
@@ -21611,15 +21506,15 @@ function isPossibleIncompleteNationalNumber(nationalNumber, country, metadata2)
|
|
|
21611
21506
|
return true;
|
|
21612
21507
|
}
|
|
21613
21508
|
}
|
|
21614
|
-
function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country,
|
|
21615
|
-
var countryCallingCode =
|
|
21509
|
+
function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country, callingCode, metadata2) {
|
|
21510
|
+
var countryCallingCode = country ? getCountryCallingCode(country, metadata2) : callingCode;
|
|
21616
21511
|
if (number2.indexOf(countryCallingCode) === 0) {
|
|
21617
21512
|
metadata2 = new Metadata(metadata2);
|
|
21618
|
-
metadata2.selectNumberingPlan(
|
|
21513
|
+
metadata2.selectNumberingPlan(country, callingCode);
|
|
21619
21514
|
var possibleShorterNumber = number2.slice(countryCallingCode.length);
|
|
21620
|
-
var _extractNationalNumbe = extractNationalNumber(possibleShorterNumber,
|
|
21621
|
-
var _extractNationalNumbe2 = extractNationalNumber(number2,
|
|
21622
|
-
if (!matchesEntirely(nationalNumber, metadata2.nationalNumberPattern()) && matchesEntirely(possibleShorterNationalNumber, metadata2.nationalNumberPattern()) || checkNumberLength(nationalNumber,
|
|
21515
|
+
var _extractNationalNumbe = extractNationalNumber(possibleShorterNumber, metadata2), possibleShorterNationalNumber = _extractNationalNumbe.nationalNumber;
|
|
21516
|
+
var _extractNationalNumbe2 = extractNationalNumber(number2, metadata2), nationalNumber = _extractNationalNumbe2.nationalNumber;
|
|
21517
|
+
if (!matchesEntirely(nationalNumber, metadata2.nationalNumberPattern()) && matchesEntirely(possibleShorterNationalNumber, metadata2.nationalNumberPattern()) || checkNumberLength(nationalNumber, metadata2) === "TOO_LONG") {
|
|
21623
21518
|
return {
|
|
21624
21519
|
countryCallingCode,
|
|
21625
21520
|
number: possibleShorterNumber
|
|
@@ -21630,19 +21525,19 @@ function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2
|
|
|
21630
21525
|
number: number2
|
|
21631
21526
|
};
|
|
21632
21527
|
}
|
|
21633
|
-
function extractCountryCallingCode(number2, country,
|
|
21528
|
+
function extractCountryCallingCode(number2, country, callingCode, metadata2) {
|
|
21634
21529
|
if (!number2) {
|
|
21635
21530
|
return {};
|
|
21636
21531
|
}
|
|
21637
21532
|
var isNumberWithIddPrefix;
|
|
21638
21533
|
if (number2[0] !== "+") {
|
|
21639
|
-
var numberWithoutIDD = stripIddPrefix(number2,
|
|
21534
|
+
var numberWithoutIDD = stripIddPrefix(number2, country, callingCode, metadata2);
|
|
21640
21535
|
if (numberWithoutIDD && numberWithoutIDD !== number2) {
|
|
21641
21536
|
isNumberWithIddPrefix = true;
|
|
21642
21537
|
number2 = "+" + numberWithoutIDD;
|
|
21643
21538
|
} else {
|
|
21644
|
-
if (
|
|
21645
|
-
var _extractCountryCallin = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country,
|
|
21539
|
+
if (country || callingCode) {
|
|
21540
|
+
var _extractCountryCallin = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country, callingCode, metadata2), countryCallingCode = _extractCountryCallin.countryCallingCode, shorterNumber = _extractCountryCallin.number;
|
|
21646
21541
|
if (countryCallingCode) {
|
|
21647
21542
|
return {
|
|
21648
21543
|
countryCallingCodeSource: "FROM_NUMBER_WITHOUT_PLUS_SIGN",
|
|
@@ -21766,6 +21661,63 @@ function formatRFC3966(_ref) {
|
|
|
21766
21661
|
}
|
|
21767
21662
|
return "tel:".concat(number2).concat(ext ? ";ext=" + ext : "");
|
|
21768
21663
|
}
|
|
21664
|
+
function _createForOfIteratorHelperLoose$2(o, allowArrayLike) {
|
|
21665
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
21666
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
21667
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$3(o)) || allowArrayLike) {
|
|
21668
|
+
if (it) o = it;
|
|
21669
|
+
var i = 0;
|
|
21670
|
+
return function() {
|
|
21671
|
+
if (i >= o.length) return { done: true };
|
|
21672
|
+
return { done: false, value: o[i++] };
|
|
21673
|
+
};
|
|
21674
|
+
}
|
|
21675
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
21676
|
+
}
|
|
21677
|
+
function _unsupportedIterableToArray$3(o, minLen) {
|
|
21678
|
+
if (!o) return;
|
|
21679
|
+
if (typeof o === "string") return _arrayLikeToArray$3(o, minLen);
|
|
21680
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
21681
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
21682
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
21683
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$3(o, minLen);
|
|
21684
|
+
}
|
|
21685
|
+
function _arrayLikeToArray$3(arr, len) {
|
|
21686
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
21687
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
21688
|
+
arr2[i] = arr[i];
|
|
21689
|
+
}
|
|
21690
|
+
return arr2;
|
|
21691
|
+
}
|
|
21692
|
+
function ownKeys$6(object, enumerableOnly) {
|
|
21693
|
+
var keys = Object.keys(object);
|
|
21694
|
+
if (Object.getOwnPropertySymbols) {
|
|
21695
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
21696
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
21697
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
21698
|
+
})), keys.push.apply(keys, symbols);
|
|
21699
|
+
}
|
|
21700
|
+
return keys;
|
|
21701
|
+
}
|
|
21702
|
+
function _objectSpread$6(target) {
|
|
21703
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
21704
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
21705
|
+
i % 2 ? ownKeys$6(Object(source), true).forEach(function(key) {
|
|
21706
|
+
_defineProperty$6(target, key, source[key]);
|
|
21707
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$6(Object(source)).forEach(function(key) {
|
|
21708
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
21709
|
+
});
|
|
21710
|
+
}
|
|
21711
|
+
return target;
|
|
21712
|
+
}
|
|
21713
|
+
function _defineProperty$6(obj, key, value) {
|
|
21714
|
+
if (key in obj) {
|
|
21715
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
21716
|
+
} else {
|
|
21717
|
+
obj[key] = value;
|
|
21718
|
+
}
|
|
21719
|
+
return obj;
|
|
21720
|
+
}
|
|
21769
21721
|
var DEFAULT_OPTIONS = {
|
|
21770
21722
|
formatExtension: function formatExtension(formattedNumber, extension, metadata2) {
|
|
21771
21723
|
return "".concat(formattedNumber).concat(metadata2.ext()).concat(extension);
|
|
@@ -21773,7 +21725,7 @@ var DEFAULT_OPTIONS = {
|
|
|
21773
21725
|
};
|
|
21774
21726
|
function formatNumber(input, format2, options, metadata2) {
|
|
21775
21727
|
if (options) {
|
|
21776
|
-
options =
|
|
21728
|
+
options = _objectSpread$6(_objectSpread$6({}, DEFAULT_OPTIONS), options);
|
|
21777
21729
|
} else {
|
|
21778
21730
|
options = DEFAULT_OPTIONS;
|
|
21779
21731
|
}
|
|
@@ -21782,7 +21734,7 @@ function formatNumber(input, format2, options, metadata2) {
|
|
|
21782
21734
|
if (!metadata2.hasCountry(input.country)) {
|
|
21783
21735
|
throw new Error("Unknown country: ".concat(input.country));
|
|
21784
21736
|
}
|
|
21785
|
-
metadata2.
|
|
21737
|
+
metadata2.country(input.country);
|
|
21786
21738
|
} else if (input.countryCallingCode) {
|
|
21787
21739
|
metadata2.selectNumberingPlan(input.countryCallingCode);
|
|
21788
21740
|
} else return input.phone || "";
|
|
@@ -21830,16 +21782,19 @@ function formatNationalNumber(number2, carrierCode, formatAs, metadata2, options
|
|
|
21830
21782
|
withNationalPrefix: format2.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && options && options.nationalPrefix === false ? false : true
|
|
21831
21783
|
});
|
|
21832
21784
|
}
|
|
21833
|
-
function chooseFormatForNumber(availableFormats,
|
|
21834
|
-
|
|
21785
|
+
function chooseFormatForNumber(availableFormats, nationalNnumber) {
|
|
21786
|
+
for (var _iterator = _createForOfIteratorHelperLoose$2(availableFormats), _step; !(_step = _iterator()).done; ) {
|
|
21787
|
+
var format2 = _step.value;
|
|
21835
21788
|
if (format2.leadingDigitsPatterns().length > 0) {
|
|
21836
21789
|
var lastLeadingDigitsPattern = format2.leadingDigitsPatterns()[format2.leadingDigitsPatterns().length - 1];
|
|
21837
|
-
if (
|
|
21838
|
-
|
|
21790
|
+
if (nationalNnumber.search(lastLeadingDigitsPattern) !== 0) {
|
|
21791
|
+
continue;
|
|
21839
21792
|
}
|
|
21840
21793
|
}
|
|
21841
|
-
|
|
21842
|
-
|
|
21794
|
+
if (matchesEntirely(nationalNnumber, format2.pattern())) {
|
|
21795
|
+
return format2;
|
|
21796
|
+
}
|
|
21797
|
+
}
|
|
21843
21798
|
}
|
|
21844
21799
|
function addExtension(formattedNumber, ext, metadata2, formatExtension2) {
|
|
21845
21800
|
return ext ? formatExtension2(formattedNumber, ext, metadata2) : formattedNumber;
|
|
@@ -21858,87 +21813,53 @@ function formatIDD(nationalNumber, carrierCode, countryCallingCode, fromCountry,
|
|
|
21858
21813
|
return "".concat(iddPrefix, " ").concat(countryCallingCode, " ").concat(formatNationalNumber(nationalNumber, null, "INTERNATIONAL", metadata2));
|
|
21859
21814
|
}
|
|
21860
21815
|
}
|
|
21861
|
-
function
|
|
21862
|
-
var
|
|
21863
|
-
|
|
21864
|
-
|
|
21865
|
-
|
|
21866
|
-
|
|
21867
|
-
|
|
21868
|
-
for (var key in objects[i]) {
|
|
21869
|
-
objects[0][key] = objects[i][key];
|
|
21870
|
-
}
|
|
21871
|
-
}
|
|
21872
|
-
i++;
|
|
21873
|
-
}
|
|
21874
|
-
return objects[0];
|
|
21875
|
-
}
|
|
21876
|
-
function pickFirstMatchingElement(elements, testFunction) {
|
|
21877
|
-
var i = 0;
|
|
21878
|
-
while (i < elements.length) {
|
|
21879
|
-
if (testFunction(elements[i])) {
|
|
21880
|
-
return elements[i];
|
|
21881
|
-
}
|
|
21882
|
-
i++;
|
|
21816
|
+
function ownKeys$5(object, enumerableOnly) {
|
|
21817
|
+
var keys = Object.keys(object);
|
|
21818
|
+
if (Object.getOwnPropertySymbols) {
|
|
21819
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
21820
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
21821
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
21822
|
+
})), keys.push.apply(keys, symbols);
|
|
21883
21823
|
}
|
|
21824
|
+
return keys;
|
|
21884
21825
|
}
|
|
21885
|
-
function
|
|
21886
|
-
|
|
21887
|
-
|
|
21888
|
-
|
|
21889
|
-
|
|
21890
|
-
|
|
21891
|
-
|
|
21892
|
-
}
|
|
21893
|
-
function ownKeys$5(e, r) {
|
|
21894
|
-
var t2 = Object.keys(e);
|
|
21895
|
-
if (Object.getOwnPropertySymbols) {
|
|
21896
|
-
var o = Object.getOwnPropertySymbols(e);
|
|
21897
|
-
r && (o = o.filter(function(r2) {
|
|
21898
|
-
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
21899
|
-
})), t2.push.apply(t2, o);
|
|
21900
|
-
}
|
|
21901
|
-
return t2;
|
|
21902
|
-
}
|
|
21903
|
-
function _objectSpread$5(e) {
|
|
21904
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
21905
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
21906
|
-
r % 2 ? ownKeys$5(Object(t2), true).forEach(function(r2) {
|
|
21907
|
-
_defineProperty$5(e, r2, t2[r2]);
|
|
21908
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$5(Object(t2)).forEach(function(r2) {
|
|
21909
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
21826
|
+
function _objectSpread$5(target) {
|
|
21827
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
21828
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
21829
|
+
i % 2 ? ownKeys$5(Object(source), true).forEach(function(key) {
|
|
21830
|
+
_defineProperty$5(target, key, source[key]);
|
|
21831
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$5(Object(source)).forEach(function(key) {
|
|
21832
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
21910
21833
|
});
|
|
21911
21834
|
}
|
|
21912
|
-
return
|
|
21913
|
-
}
|
|
21914
|
-
function _defineProperty$5(e, r, t2) {
|
|
21915
|
-
return (r = _toPropertyKey$5(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
21916
|
-
}
|
|
21917
|
-
function _classCallCheck$1(a, n) {
|
|
21918
|
-
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
21835
|
+
return target;
|
|
21919
21836
|
}
|
|
21920
|
-
function
|
|
21921
|
-
|
|
21922
|
-
|
|
21923
|
-
|
|
21837
|
+
function _defineProperty$5(obj, key, value) {
|
|
21838
|
+
if (key in obj) {
|
|
21839
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
21840
|
+
} else {
|
|
21841
|
+
obj[key] = value;
|
|
21924
21842
|
}
|
|
21843
|
+
return obj;
|
|
21925
21844
|
}
|
|
21926
|
-
function
|
|
21927
|
-
|
|
21928
|
-
|
|
21929
|
-
|
|
21930
|
-
var i = _toPrimitive$5(t2, "string");
|
|
21931
|
-
return "symbol" == _typeof$6(i) ? i : i + "";
|
|
21845
|
+
function _classCallCheck$1(instance, Constructor) {
|
|
21846
|
+
if (!(instance instanceof Constructor)) {
|
|
21847
|
+
throw new TypeError("Cannot call a class as a function");
|
|
21848
|
+
}
|
|
21932
21849
|
}
|
|
21933
|
-
function
|
|
21934
|
-
|
|
21935
|
-
|
|
21936
|
-
|
|
21937
|
-
|
|
21938
|
-
if ("
|
|
21939
|
-
|
|
21850
|
+
function _defineProperties(target, props) {
|
|
21851
|
+
for (var i = 0; i < props.length; i++) {
|
|
21852
|
+
var descriptor = props[i];
|
|
21853
|
+
descriptor.enumerable = descriptor.enumerable || false;
|
|
21854
|
+
descriptor.configurable = true;
|
|
21855
|
+
if ("value" in descriptor) descriptor.writable = true;
|
|
21856
|
+
Object.defineProperty(target, descriptor.key, descriptor);
|
|
21940
21857
|
}
|
|
21941
|
-
|
|
21858
|
+
}
|
|
21859
|
+
function _createClass$1(Constructor, protoProps, staticProps) {
|
|
21860
|
+
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
21861
|
+
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
21862
|
+
return Constructor;
|
|
21942
21863
|
}
|
|
21943
21864
|
var PhoneNumber = /* @__PURE__ */ function() {
|
|
21944
21865
|
function PhoneNumber2(countryOrCountryCallingCode, nationalNumber, metadata2) {
|
|
@@ -21949,20 +21870,22 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
21949
21870
|
if (typeof countryOrCountryCallingCode !== "string") {
|
|
21950
21871
|
throw new TypeError("First argument must be a string");
|
|
21951
21872
|
}
|
|
21952
|
-
if (countryOrCountryCallingCode
|
|
21953
|
-
|
|
21954
|
-
|
|
21955
|
-
if (isObject(nationalNumber) && isObject(nationalNumber.countries)) {
|
|
21956
|
-
metadata2 = nationalNumber;
|
|
21957
|
-
var e164Number = countryOrCountryCallingCode;
|
|
21958
|
-
if (!E164_NUMBER_REGEXP.test(e164Number)) {
|
|
21959
|
-
throw new Error('Invalid `number` argument passed: must consist of a "+" followed by digits');
|
|
21873
|
+
if (typeof countryOrCountryCallingCode === "string") {
|
|
21874
|
+
if (countryOrCountryCallingCode[0] === "+" && !nationalNumber) {
|
|
21875
|
+
throw new TypeError("`metadata` argument not passed");
|
|
21960
21876
|
}
|
|
21961
|
-
|
|
21962
|
-
|
|
21963
|
-
|
|
21964
|
-
|
|
21965
|
-
|
|
21877
|
+
if (isObject(nationalNumber) && isObject(nationalNumber.countries)) {
|
|
21878
|
+
metadata2 = nationalNumber;
|
|
21879
|
+
var e164Number = countryOrCountryCallingCode;
|
|
21880
|
+
if (!E164_NUMBER_REGEXP.test(e164Number)) {
|
|
21881
|
+
throw new Error('Invalid `number` argument passed: must consist of a "+" followed by digits');
|
|
21882
|
+
}
|
|
21883
|
+
var _extractCountryCallin = extractCountryCallingCode(e164Number, void 0, void 0, metadata2), _countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
21884
|
+
nationalNumber = number2;
|
|
21885
|
+
countryOrCountryCallingCode = _countryCallingCode;
|
|
21886
|
+
if (!nationalNumber) {
|
|
21887
|
+
throw new Error("Invalid `number` argument passed: too short");
|
|
21888
|
+
}
|
|
21966
21889
|
}
|
|
21967
21890
|
}
|
|
21968
21891
|
if (!nationalNumber) {
|
|
@@ -21981,7 +21904,7 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
21981
21904
|
return metadata2;
|
|
21982
21905
|
};
|
|
21983
21906
|
}
|
|
21984
|
-
|
|
21907
|
+
_createClass$1(PhoneNumber2, [{
|
|
21985
21908
|
key: "setExt",
|
|
21986
21909
|
value: function setExt(ext) {
|
|
21987
21910
|
this.ext = ext;
|
|
@@ -22065,6 +21988,7 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
22065
21988
|
return this.format("RFC3966", options);
|
|
22066
21989
|
}
|
|
22067
21990
|
}]);
|
|
21991
|
+
return PhoneNumber2;
|
|
22068
21992
|
}();
|
|
22069
21993
|
var isCountryCode = function isCountryCode2(value) {
|
|
22070
21994
|
return /^[A-Z]{2}$/.test(value);
|
|
@@ -22086,95 +22010,131 @@ function getCountryAndCountryCallingCode(countryOrCountryCallingCode, metadataJs
|
|
|
22086
22010
|
};
|
|
22087
22011
|
}
|
|
22088
22012
|
var E164_NUMBER_REGEXP = /^\+\d+$/;
|
|
22089
|
-
function _typeof
|
|
22013
|
+
function _typeof(obj) {
|
|
22090
22014
|
"@babel/helpers - typeof";
|
|
22091
|
-
return _typeof
|
|
22092
|
-
return typeof
|
|
22093
|
-
} : function(
|
|
22094
|
-
return
|
|
22095
|
-
}, _typeof
|
|
22096
|
-
}
|
|
22097
|
-
function _createClass(
|
|
22098
|
-
|
|
22099
|
-
|
|
22100
|
-
|
|
22101
|
-
|
|
22102
|
-
|
|
22103
|
-
|
|
22104
|
-
|
|
22105
|
-
}
|
|
22106
|
-
function
|
|
22107
|
-
if (
|
|
22108
|
-
|
|
22109
|
-
|
|
22110
|
-
}
|
|
22111
|
-
|
|
22112
|
-
if (
|
|
22113
|
-
|
|
22114
|
-
|
|
22115
|
-
|
|
22116
|
-
|
|
22117
|
-
|
|
22118
|
-
|
|
22119
|
-
|
|
22120
|
-
|
|
22121
|
-
|
|
22122
|
-
|
|
22123
|
-
|
|
22124
|
-
|
|
22125
|
-
|
|
22126
|
-
|
|
22015
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
|
|
22016
|
+
return typeof obj2;
|
|
22017
|
+
} : function(obj2) {
|
|
22018
|
+
return obj2 && "function" == typeof Symbol && obj2.constructor === Symbol && obj2 !== Symbol.prototype ? "symbol" : typeof obj2;
|
|
22019
|
+
}, _typeof(obj);
|
|
22020
|
+
}
|
|
22021
|
+
function _createClass(Constructor, protoProps, staticProps) {
|
|
22022
|
+
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
22023
|
+
return Constructor;
|
|
22024
|
+
}
|
|
22025
|
+
function _classCallCheck(instance, Constructor) {
|
|
22026
|
+
if (!(instance instanceof Constructor)) {
|
|
22027
|
+
throw new TypeError("Cannot call a class as a function");
|
|
22028
|
+
}
|
|
22029
|
+
}
|
|
22030
|
+
function _inherits(subClass, superClass) {
|
|
22031
|
+
if (typeof superClass !== "function" && superClass !== null) {
|
|
22032
|
+
throw new TypeError("Super expression must either be null or a function");
|
|
22033
|
+
}
|
|
22034
|
+
subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });
|
|
22035
|
+
Object.defineProperty(subClass, "prototype", { writable: false });
|
|
22036
|
+
if (superClass) _setPrototypeOf(subClass, superClass);
|
|
22037
|
+
}
|
|
22038
|
+
function _createSuper(Derived) {
|
|
22039
|
+
var hasNativeReflectConstruct = _isNativeReflectConstruct();
|
|
22040
|
+
return function _createSuperInternal() {
|
|
22041
|
+
var Super = _getPrototypeOf(Derived), result2;
|
|
22042
|
+
if (hasNativeReflectConstruct) {
|
|
22043
|
+
var NewTarget = _getPrototypeOf(this).constructor;
|
|
22044
|
+
result2 = Reflect.construct(Super, arguments, NewTarget);
|
|
22045
|
+
} else {
|
|
22046
|
+
result2 = Super.apply(this, arguments);
|
|
22047
|
+
}
|
|
22048
|
+
return _possibleConstructorReturn(this, result2);
|
|
22049
|
+
};
|
|
22050
|
+
}
|
|
22051
|
+
function _possibleConstructorReturn(self2, call) {
|
|
22052
|
+
if (call && (_typeof(call) === "object" || typeof call === "function")) {
|
|
22053
|
+
return call;
|
|
22054
|
+
} else if (call !== void 0) {
|
|
22055
|
+
throw new TypeError("Derived constructors may only return object or undefined");
|
|
22056
|
+
}
|
|
22057
|
+
return _assertThisInitialized(self2);
|
|
22058
|
+
}
|
|
22059
|
+
function _assertThisInitialized(self2) {
|
|
22060
|
+
if (self2 === void 0) {
|
|
22061
|
+
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
22062
|
+
}
|
|
22063
|
+
return self2;
|
|
22064
|
+
}
|
|
22065
|
+
function _wrapNativeSuper(Class) {
|
|
22066
|
+
var _cache = typeof Map === "function" ? /* @__PURE__ */ new Map() : void 0;
|
|
22067
|
+
_wrapNativeSuper = function _wrapNativeSuper2(Class2) {
|
|
22068
|
+
if (Class2 === null || !_isNativeFunction(Class2)) return Class2;
|
|
22069
|
+
if (typeof Class2 !== "function") {
|
|
22070
|
+
throw new TypeError("Super expression must either be null or a function");
|
|
22071
|
+
}
|
|
22072
|
+
if (typeof _cache !== "undefined") {
|
|
22073
|
+
if (_cache.has(Class2)) return _cache.get(Class2);
|
|
22074
|
+
_cache.set(Class2, Wrapper);
|
|
22127
22075
|
}
|
|
22128
22076
|
function Wrapper() {
|
|
22129
|
-
return _construct(
|
|
22077
|
+
return _construct(Class2, arguments, _getPrototypeOf(this).constructor);
|
|
22130
22078
|
}
|
|
22131
|
-
|
|
22132
|
-
|
|
22079
|
+
Wrapper.prototype = Object.create(Class2.prototype, { constructor: { value: Wrapper, enumerable: false, writable: true, configurable: true } });
|
|
22080
|
+
return _setPrototypeOf(Wrapper, Class2);
|
|
22081
|
+
};
|
|
22082
|
+
return _wrapNativeSuper(Class);
|
|
22133
22083
|
}
|
|
22134
|
-
function _construct(
|
|
22135
|
-
if (_isNativeReflectConstruct())
|
|
22136
|
-
|
|
22137
|
-
|
|
22138
|
-
|
|
22139
|
-
|
|
22084
|
+
function _construct(Parent, args, Class) {
|
|
22085
|
+
if (_isNativeReflectConstruct()) {
|
|
22086
|
+
_construct = Reflect.construct;
|
|
22087
|
+
} else {
|
|
22088
|
+
_construct = function _construct2(Parent2, args2, Class2) {
|
|
22089
|
+
var a = [null];
|
|
22090
|
+
a.push.apply(a, args2);
|
|
22091
|
+
var Constructor = Function.bind.apply(Parent2, a);
|
|
22092
|
+
var instance = new Constructor();
|
|
22093
|
+
if (Class2) _setPrototypeOf(instance, Class2.prototype);
|
|
22094
|
+
return instance;
|
|
22095
|
+
};
|
|
22096
|
+
}
|
|
22097
|
+
return _construct.apply(null, arguments);
|
|
22140
22098
|
}
|
|
22141
22099
|
function _isNativeReflectConstruct() {
|
|
22100
|
+
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
|
|
22101
|
+
if (Reflect.construct.sham) return false;
|
|
22102
|
+
if (typeof Proxy === "function") return true;
|
|
22142
22103
|
try {
|
|
22143
|
-
|
|
22104
|
+
Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
|
|
22144
22105
|
}));
|
|
22145
|
-
|
|
22106
|
+
return true;
|
|
22107
|
+
} catch (e) {
|
|
22108
|
+
return false;
|
|
22146
22109
|
}
|
|
22147
|
-
return (_isNativeReflectConstruct = function _isNativeReflectConstruct2() {
|
|
22148
|
-
return !!t2;
|
|
22149
|
-
})();
|
|
22150
22110
|
}
|
|
22151
|
-
function _isNativeFunction(
|
|
22152
|
-
|
|
22153
|
-
return -1 !== Function.toString.call(t2).indexOf("[native code]");
|
|
22154
|
-
} catch (n) {
|
|
22155
|
-
return "function" == typeof t2;
|
|
22156
|
-
}
|
|
22111
|
+
function _isNativeFunction(fn) {
|
|
22112
|
+
return Function.toString.call(fn).indexOf("[native code]") !== -1;
|
|
22157
22113
|
}
|
|
22158
|
-
function _setPrototypeOf(
|
|
22159
|
-
|
|
22160
|
-
|
|
22161
|
-
|
|
22114
|
+
function _setPrototypeOf(o, p) {
|
|
22115
|
+
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf2(o2, p2) {
|
|
22116
|
+
o2.__proto__ = p2;
|
|
22117
|
+
return o2;
|
|
22118
|
+
};
|
|
22119
|
+
return _setPrototypeOf(o, p);
|
|
22162
22120
|
}
|
|
22163
|
-
function _getPrototypeOf(
|
|
22164
|
-
|
|
22165
|
-
return
|
|
22166
|
-
}
|
|
22121
|
+
function _getPrototypeOf(o) {
|
|
22122
|
+
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf2(o2) {
|
|
22123
|
+
return o2.__proto__ || Object.getPrototypeOf(o2);
|
|
22124
|
+
};
|
|
22125
|
+
return _getPrototypeOf(o);
|
|
22167
22126
|
}
|
|
22168
22127
|
var ParseError = /* @__PURE__ */ function(_Error) {
|
|
22128
|
+
_inherits(ParseError2, _Error);
|
|
22129
|
+
var _super = _createSuper(ParseError2);
|
|
22169
22130
|
function ParseError2(code2) {
|
|
22170
22131
|
var _this;
|
|
22171
22132
|
_classCallCheck(this, ParseError2);
|
|
22172
|
-
_this =
|
|
22173
|
-
Object.setPrototypeOf(_this, ParseError2.prototype);
|
|
22133
|
+
_this = _super.call(this, code2);
|
|
22134
|
+
Object.setPrototypeOf(_assertThisInitialized(_this), ParseError2.prototype);
|
|
22174
22135
|
_this.name = _this.constructor.name;
|
|
22175
22136
|
return _this;
|
|
22176
22137
|
}
|
|
22177
|
-
_inherits(ParseError2, _Error);
|
|
22178
22138
|
return _createClass(ParseError2);
|
|
22179
22139
|
}(/* @__PURE__ */ _wrapNativeSuper(Error));
|
|
22180
22140
|
var EXTN_PATTERN = new RegExp("(?:" + createExtensionPattern() + ")$", "i");
|
|
@@ -22271,39 +22231,43 @@ var DIGITS = {
|
|
|
22271
22231
|
function parseDigit(character) {
|
|
22272
22232
|
return DIGITS[character];
|
|
22273
22233
|
}
|
|
22274
|
-
function _createForOfIteratorHelperLoose(
|
|
22275
|
-
var
|
|
22276
|
-
if (
|
|
22277
|
-
if (Array.isArray(
|
|
22278
|
-
|
|
22279
|
-
var
|
|
22234
|
+
function _createForOfIteratorHelperLoose$1(o, allowArrayLike) {
|
|
22235
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
22236
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
22237
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$2(o)) || allowArrayLike) {
|
|
22238
|
+
if (it) o = it;
|
|
22239
|
+
var i = 0;
|
|
22280
22240
|
return function() {
|
|
22281
|
-
|
|
22241
|
+
if (i >= o.length) return { done: true };
|
|
22242
|
+
return { done: false, value: o[i++] };
|
|
22282
22243
|
};
|
|
22283
22244
|
}
|
|
22284
22245
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22285
22246
|
}
|
|
22286
|
-
function _unsupportedIterableToArray$
|
|
22287
|
-
if (
|
|
22288
|
-
|
|
22289
|
-
|
|
22290
|
-
|
|
22291
|
-
|
|
22247
|
+
function _unsupportedIterableToArray$2(o, minLen) {
|
|
22248
|
+
if (!o) return;
|
|
22249
|
+
if (typeof o === "string") return _arrayLikeToArray$2(o, minLen);
|
|
22250
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
22251
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
22252
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
22253
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$2(o, minLen);
|
|
22292
22254
|
}
|
|
22293
|
-
function _arrayLikeToArray$
|
|
22294
|
-
(
|
|
22295
|
-
for (var
|
|
22296
|
-
|
|
22255
|
+
function _arrayLikeToArray$2(arr, len) {
|
|
22256
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
22257
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
22258
|
+
arr2[i] = arr[i];
|
|
22259
|
+
}
|
|
22260
|
+
return arr2;
|
|
22297
22261
|
}
|
|
22298
22262
|
function parseIncompletePhoneNumber(string) {
|
|
22299
22263
|
var result2 = "";
|
|
22300
|
-
for (var _iterator = _createForOfIteratorHelperLoose(string.split("")), _step; !(_step = _iterator()).done; ) {
|
|
22264
|
+
for (var _iterator = _createForOfIteratorHelperLoose$1(string.split("")), _step; !(_step = _iterator()).done; ) {
|
|
22301
22265
|
var character = _step.value;
|
|
22302
22266
|
result2 += parsePhoneNumberCharacter(character, result2) || "";
|
|
22303
22267
|
}
|
|
22304
22268
|
return result2;
|
|
22305
22269
|
}
|
|
22306
|
-
function parsePhoneNumberCharacter(character, prevParsedCharacters,
|
|
22270
|
+
function parsePhoneNumberCharacter(character, prevParsedCharacters, emitEvent2) {
|
|
22307
22271
|
if (character === "+") {
|
|
22308
22272
|
if (prevParsedCharacters) {
|
|
22309
22273
|
return;
|
|
@@ -22312,6 +22276,66 @@ function parsePhoneNumberCharacter(character, prevParsedCharacters, eventListene
|
|
|
22312
22276
|
}
|
|
22313
22277
|
return parseDigit(character);
|
|
22314
22278
|
}
|
|
22279
|
+
function _createForOfIteratorHelperLoose(o, allowArrayLike) {
|
|
22280
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
22281
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
22282
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$1(o)) || allowArrayLike) {
|
|
22283
|
+
if (it) o = it;
|
|
22284
|
+
var i = 0;
|
|
22285
|
+
return function() {
|
|
22286
|
+
if (i >= o.length) return { done: true };
|
|
22287
|
+
return { done: false, value: o[i++] };
|
|
22288
|
+
};
|
|
22289
|
+
}
|
|
22290
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22291
|
+
}
|
|
22292
|
+
function _unsupportedIterableToArray$1(o, minLen) {
|
|
22293
|
+
if (!o) return;
|
|
22294
|
+
if (typeof o === "string") return _arrayLikeToArray$1(o, minLen);
|
|
22295
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
22296
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
22297
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
22298
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$1(o, minLen);
|
|
22299
|
+
}
|
|
22300
|
+
function _arrayLikeToArray$1(arr, len) {
|
|
22301
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
22302
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
22303
|
+
arr2[i] = arr[i];
|
|
22304
|
+
}
|
|
22305
|
+
return arr2;
|
|
22306
|
+
}
|
|
22307
|
+
function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
|
|
22308
|
+
var countries = _ref.countries, metadata2 = _ref.metadata;
|
|
22309
|
+
metadata2 = new Metadata(metadata2);
|
|
22310
|
+
for (var _iterator = _createForOfIteratorHelperLoose(countries), _step; !(_step = _iterator()).done; ) {
|
|
22311
|
+
var country = _step.value;
|
|
22312
|
+
metadata2.country(country);
|
|
22313
|
+
if (metadata2.leadingDigits()) {
|
|
22314
|
+
if (nationalPhoneNumber && nationalPhoneNumber.search(metadata2.leadingDigits()) === 0) {
|
|
22315
|
+
return country;
|
|
22316
|
+
}
|
|
22317
|
+
} else if (getNumberType({
|
|
22318
|
+
phone: nationalPhoneNumber,
|
|
22319
|
+
country
|
|
22320
|
+
}, void 0, metadata2.metadata)) {
|
|
22321
|
+
return country;
|
|
22322
|
+
}
|
|
22323
|
+
}
|
|
22324
|
+
}
|
|
22325
|
+
function getCountryByCallingCode(callingCode, _ref) {
|
|
22326
|
+
var nationalPhoneNumber = _ref.nationalNumber, metadata2 = _ref.metadata;
|
|
22327
|
+
var possibleCountries = metadata2.getCountryCodesForCallingCode(callingCode);
|
|
22328
|
+
if (!possibleCountries) {
|
|
22329
|
+
return;
|
|
22330
|
+
}
|
|
22331
|
+
if (possibleCountries.length === 1) {
|
|
22332
|
+
return possibleCountries[0];
|
|
22333
|
+
}
|
|
22334
|
+
return getCountryByNationalNumber(nationalPhoneNumber, {
|
|
22335
|
+
countries: possibleCountries,
|
|
22336
|
+
metadata: metadata2.metadata
|
|
22337
|
+
});
|
|
22338
|
+
}
|
|
22315
22339
|
var PLUS_SIGN = "+";
|
|
22316
22340
|
var RFC3966_VISUAL_SEPARATOR_ = "[\\-\\.\\(\\)]?";
|
|
22317
22341
|
var RFC3966_PHONE_DIGIT_ = "([" + VALID_DIGITS + "]|" + RFC3966_VISUAL_SEPARATOR_ + ")";
|
|
@@ -22447,7 +22471,7 @@ function parse(text2, options, metadata2) {
|
|
|
22447
22471
|
countryCallingCode,
|
|
22448
22472
|
carrierCode,
|
|
22449
22473
|
valid,
|
|
22450
|
-
possible: valid ? true : options.extended === true && metadata2.possibleLengths() && isPossibleNumber(nationalNumber,
|
|
22474
|
+
possible: valid ? true : options.extended === true && metadata2.possibleLengths() && isPossibleNumber(nationalNumber, metadata2) ? true : false,
|
|
22451
22475
|
phone: nationalNumber,
|
|
22452
22476
|
ext
|
|
22453
22477
|
};
|
|
@@ -22507,7 +22531,7 @@ function result(country, nationalNumber, ext) {
|
|
|
22507
22531
|
return result2;
|
|
22508
22532
|
}
|
|
22509
22533
|
function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCallingCode, metadata2) {
|
|
22510
|
-
var _extractCountryCallin = extractCountryCallingCode(parseIncompletePhoneNumber(formattedPhoneNumber),
|
|
22534
|
+
var _extractCountryCallin = extractCountryCallingCode(parseIncompletePhoneNumber(formattedPhoneNumber), defaultCountry, defaultCallingCode, metadata2.metadata), countryCallingCodeSource = _extractCountryCallin.countryCallingCodeSource, countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
22511
22535
|
var country;
|
|
22512
22536
|
if (countryCallingCode) {
|
|
22513
22537
|
metadata2.selectNumberingPlan(countryCallingCode);
|
|
@@ -22524,7 +22548,7 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
22524
22548
|
countryCallingCode
|
|
22525
22549
|
};
|
|
22526
22550
|
}
|
|
22527
|
-
var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number2),
|
|
22551
|
+
var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number2), metadata2), nationalNumber = _extractNationalNumbe.nationalNumber, carrierCode = _extractNationalNumbe.carrierCode;
|
|
22528
22552
|
var exactCountry = getCountryByCallingCode(countryCallingCode, {
|
|
22529
22553
|
nationalNumber,
|
|
22530
22554
|
metadata: metadata2
|
|
@@ -22533,7 +22557,7 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
22533
22557
|
country = exactCountry;
|
|
22534
22558
|
if (exactCountry === "001") ;
|
|
22535
22559
|
else {
|
|
22536
|
-
metadata2.
|
|
22560
|
+
metadata2.country(country);
|
|
22537
22561
|
}
|
|
22538
22562
|
}
|
|
22539
22563
|
return {
|
|
@@ -22544,142 +22568,116 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
22544
22568
|
carrierCode
|
|
22545
22569
|
};
|
|
22546
22570
|
}
|
|
22547
|
-
function
|
|
22548
|
-
|
|
22549
|
-
return _typeof$4 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
22550
|
-
return typeof o2;
|
|
22551
|
-
} : function(o2) {
|
|
22552
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
22553
|
-
}, _typeof$4(o);
|
|
22554
|
-
}
|
|
22555
|
-
function ownKeys$4(e, r) {
|
|
22556
|
-
var t2 = Object.keys(e);
|
|
22571
|
+
function ownKeys$4(object, enumerableOnly) {
|
|
22572
|
+
var keys = Object.keys(object);
|
|
22557
22573
|
if (Object.getOwnPropertySymbols) {
|
|
22558
|
-
var
|
|
22559
|
-
|
|
22560
|
-
return Object.getOwnPropertyDescriptor(
|
|
22561
|
-
})),
|
|
22562
|
-
}
|
|
22563
|
-
return t2;
|
|
22564
|
-
}
|
|
22565
|
-
function _objectSpread$4(e) {
|
|
22566
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
22567
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
22568
|
-
r % 2 ? ownKeys$4(Object(t2), true).forEach(function(r2) {
|
|
22569
|
-
_defineProperty$4(e, r2, t2[r2]);
|
|
22570
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$4(Object(t2)).forEach(function(r2) {
|
|
22571
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
22572
|
-
});
|
|
22574
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
22575
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
22576
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
22577
|
+
})), keys.push.apply(keys, symbols);
|
|
22573
22578
|
}
|
|
22574
|
-
return
|
|
22579
|
+
return keys;
|
|
22575
22580
|
}
|
|
22576
|
-
function
|
|
22577
|
-
|
|
22578
|
-
}
|
|
22579
|
-
|
|
22580
|
-
|
|
22581
|
-
|
|
22581
|
+
function _objectSpread$4(target) {
|
|
22582
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
22583
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
22584
|
+
i % 2 ? ownKeys$4(Object(source), true).forEach(function(key) {
|
|
22585
|
+
_defineProperty$4(target, key, source[key]);
|
|
22586
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$4(Object(source)).forEach(function(key) {
|
|
22587
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
22588
|
+
});
|
|
22589
|
+
}
|
|
22590
|
+
return target;
|
|
22582
22591
|
}
|
|
22583
|
-
function
|
|
22584
|
-
if (
|
|
22585
|
-
|
|
22586
|
-
|
|
22587
|
-
|
|
22588
|
-
if ("object" != _typeof$4(i)) return i;
|
|
22589
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
22592
|
+
function _defineProperty$4(obj, key, value) {
|
|
22593
|
+
if (key in obj) {
|
|
22594
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
22595
|
+
} else {
|
|
22596
|
+
obj[key] = value;
|
|
22590
22597
|
}
|
|
22591
|
-
return
|
|
22598
|
+
return obj;
|
|
22592
22599
|
}
|
|
22593
22600
|
function parsePhoneNumberWithError(text2, options, metadata2) {
|
|
22594
22601
|
return parse(text2, _objectSpread$4(_objectSpread$4({}, options), {}, {
|
|
22595
22602
|
v2: true
|
|
22596
22603
|
}), metadata2);
|
|
22597
22604
|
}
|
|
22598
|
-
function
|
|
22599
|
-
|
|
22600
|
-
return _typeof$3 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
22601
|
-
return typeof o2;
|
|
22602
|
-
} : function(o2) {
|
|
22603
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
22604
|
-
}, _typeof$3(o);
|
|
22605
|
-
}
|
|
22606
|
-
function ownKeys$3(e, r) {
|
|
22607
|
-
var t2 = Object.keys(e);
|
|
22605
|
+
function ownKeys$3(object, enumerableOnly) {
|
|
22606
|
+
var keys = Object.keys(object);
|
|
22608
22607
|
if (Object.getOwnPropertySymbols) {
|
|
22609
|
-
var
|
|
22610
|
-
|
|
22611
|
-
return Object.getOwnPropertyDescriptor(
|
|
22612
|
-
})),
|
|
22613
|
-
}
|
|
22614
|
-
return t2;
|
|
22615
|
-
}
|
|
22616
|
-
function _objectSpread$3(e) {
|
|
22617
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
22618
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
22619
|
-
r % 2 ? ownKeys$3(Object(t2), true).forEach(function(r2) {
|
|
22620
|
-
_defineProperty$3(e, r2, t2[r2]);
|
|
22621
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$3(Object(t2)).forEach(function(r2) {
|
|
22622
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
22623
|
-
});
|
|
22608
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
22609
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
22610
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
22611
|
+
})), keys.push.apply(keys, symbols);
|
|
22624
22612
|
}
|
|
22625
|
-
return
|
|
22626
|
-
}
|
|
22627
|
-
function _defineProperty$3(e, r, t2) {
|
|
22628
|
-
return (r = _toPropertyKey$3(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
22613
|
+
return keys;
|
|
22629
22614
|
}
|
|
22630
|
-
function
|
|
22631
|
-
var i =
|
|
22632
|
-
|
|
22615
|
+
function _objectSpread$3(target) {
|
|
22616
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
22617
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
22618
|
+
i % 2 ? ownKeys$3(Object(source), true).forEach(function(key) {
|
|
22619
|
+
_defineProperty$3(target, key, source[key]);
|
|
22620
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$3(Object(source)).forEach(function(key) {
|
|
22621
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
22622
|
+
});
|
|
22623
|
+
}
|
|
22624
|
+
return target;
|
|
22633
22625
|
}
|
|
22634
|
-
function
|
|
22635
|
-
if (
|
|
22636
|
-
|
|
22637
|
-
|
|
22638
|
-
|
|
22639
|
-
if ("object" != _typeof$3(i)) return i;
|
|
22640
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
22626
|
+
function _defineProperty$3(obj, key, value) {
|
|
22627
|
+
if (key in obj) {
|
|
22628
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
22629
|
+
} else {
|
|
22630
|
+
obj[key] = value;
|
|
22641
22631
|
}
|
|
22642
|
-
return
|
|
22632
|
+
return obj;
|
|
22643
22633
|
}
|
|
22644
|
-
function _slicedToArray(
|
|
22645
|
-
return _arrayWithHoles(
|
|
22634
|
+
function _slicedToArray(arr, i) {
|
|
22635
|
+
return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
|
|
22646
22636
|
}
|
|
22647
22637
|
function _nonIterableRest() {
|
|
22648
22638
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22649
22639
|
}
|
|
22650
|
-
function _unsupportedIterableToArray(
|
|
22651
|
-
if (
|
|
22652
|
-
|
|
22653
|
-
|
|
22654
|
-
|
|
22655
|
-
|
|
22656
|
-
|
|
22657
|
-
|
|
22658
|
-
|
|
22659
|
-
|
|
22660
|
-
|
|
22661
|
-
|
|
22662
|
-
|
|
22663
|
-
|
|
22664
|
-
|
|
22665
|
-
|
|
22640
|
+
function _unsupportedIterableToArray(o, minLen) {
|
|
22641
|
+
if (!o) return;
|
|
22642
|
+
if (typeof o === "string") return _arrayLikeToArray(o, minLen);
|
|
22643
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
22644
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
22645
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
22646
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
|
|
22647
|
+
}
|
|
22648
|
+
function _arrayLikeToArray(arr, len) {
|
|
22649
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
22650
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
22651
|
+
arr2[i] = arr[i];
|
|
22652
|
+
}
|
|
22653
|
+
return arr2;
|
|
22654
|
+
}
|
|
22655
|
+
function _iterableToArrayLimit(arr, i) {
|
|
22656
|
+
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
22657
|
+
if (_i == null) return;
|
|
22658
|
+
var _arr = [];
|
|
22659
|
+
var _n = true;
|
|
22660
|
+
var _d = false;
|
|
22661
|
+
var _s, _e;
|
|
22662
|
+
try {
|
|
22663
|
+
for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
|
|
22664
|
+
_arr.push(_s.value);
|
|
22665
|
+
if (i && _arr.length === i) break;
|
|
22666
|
+
}
|
|
22667
|
+
} catch (err) {
|
|
22668
|
+
_d = true;
|
|
22669
|
+
_e = err;
|
|
22670
|
+
} finally {
|
|
22666
22671
|
try {
|
|
22667
|
-
if (
|
|
22668
|
-
else for (; !(f = (e = i.call(t2)).done) && (a.push(e.value), a.length !== l); f = true) ;
|
|
22669
|
-
} catch (r2) {
|
|
22670
|
-
o = true, n = r2;
|
|
22672
|
+
if (!_n && _i["return"] != null) _i["return"]();
|
|
22671
22673
|
} finally {
|
|
22672
|
-
|
|
22673
|
-
if (!f && null != t2["return"] && (u = t2["return"](), Object(u) !== u)) return;
|
|
22674
|
-
} finally {
|
|
22675
|
-
if (o) throw n;
|
|
22676
|
-
}
|
|
22674
|
+
if (_d) throw _e;
|
|
22677
22675
|
}
|
|
22678
|
-
return a;
|
|
22679
22676
|
}
|
|
22677
|
+
return _arr;
|
|
22680
22678
|
}
|
|
22681
|
-
function _arrayWithHoles(
|
|
22682
|
-
if (Array.isArray(
|
|
22679
|
+
function _arrayWithHoles(arr) {
|
|
22680
|
+
if (Array.isArray(arr)) return arr;
|
|
22683
22681
|
}
|
|
22684
22682
|
function normalizeArguments(args) {
|
|
22685
22683
|
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];
|
|
@@ -22716,51 +22714,34 @@ function normalizeArguments(args) {
|
|
|
22716
22714
|
metadata: metadata2
|
|
22717
22715
|
};
|
|
22718
22716
|
}
|
|
22719
|
-
function
|
|
22720
|
-
|
|
22721
|
-
return _typeof$2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
22722
|
-
return typeof o2;
|
|
22723
|
-
} : function(o2) {
|
|
22724
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
22725
|
-
}, _typeof$2(o);
|
|
22726
|
-
}
|
|
22727
|
-
function ownKeys$2(e, r) {
|
|
22728
|
-
var t2 = Object.keys(e);
|
|
22717
|
+
function ownKeys$2(object, enumerableOnly) {
|
|
22718
|
+
var keys = Object.keys(object);
|
|
22729
22719
|
if (Object.getOwnPropertySymbols) {
|
|
22730
|
-
var
|
|
22731
|
-
|
|
22732
|
-
return Object.getOwnPropertyDescriptor(
|
|
22733
|
-
})),
|
|
22734
|
-
}
|
|
22735
|
-
return t2;
|
|
22736
|
-
}
|
|
22737
|
-
function _objectSpread$2(e) {
|
|
22738
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
22739
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
22740
|
-
r % 2 ? ownKeys$2(Object(t2), true).forEach(function(r2) {
|
|
22741
|
-
_defineProperty$2(e, r2, t2[r2]);
|
|
22742
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$2(Object(t2)).forEach(function(r2) {
|
|
22743
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
22744
|
-
});
|
|
22720
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
22721
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
22722
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
22723
|
+
})), keys.push.apply(keys, symbols);
|
|
22745
22724
|
}
|
|
22746
|
-
return
|
|
22747
|
-
}
|
|
22748
|
-
function _defineProperty$2(e, r, t2) {
|
|
22749
|
-
return (r = _toPropertyKey$2(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
22725
|
+
return keys;
|
|
22750
22726
|
}
|
|
22751
|
-
function
|
|
22752
|
-
var i =
|
|
22753
|
-
|
|
22727
|
+
function _objectSpread$2(target) {
|
|
22728
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
22729
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
22730
|
+
i % 2 ? ownKeys$2(Object(source), true).forEach(function(key) {
|
|
22731
|
+
_defineProperty$2(target, key, source[key]);
|
|
22732
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2(Object(source)).forEach(function(key) {
|
|
22733
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
22734
|
+
});
|
|
22735
|
+
}
|
|
22736
|
+
return target;
|
|
22754
22737
|
}
|
|
22755
|
-
function
|
|
22756
|
-
if (
|
|
22757
|
-
|
|
22758
|
-
|
|
22759
|
-
|
|
22760
|
-
if ("object" != _typeof$2(i)) return i;
|
|
22761
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
22738
|
+
function _defineProperty$2(obj, key, value) {
|
|
22739
|
+
if (key in obj) {
|
|
22740
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
22741
|
+
} else {
|
|
22742
|
+
obj[key] = value;
|
|
22762
22743
|
}
|
|
22763
|
-
return
|
|
22744
|
+
return obj;
|
|
22764
22745
|
}
|
|
22765
22746
|
function parsePhoneNumber(text2, options, metadata2) {
|
|
22766
22747
|
if (options && options.defaultCountry && !isSupportedCountry(options.defaultCountry, metadata2)) {
|
|
@@ -22777,51 +22758,34 @@ function parsePhoneNumber(text2, options, metadata2) {
|
|
|
22777
22758
|
}
|
|
22778
22759
|
}
|
|
22779
22760
|
}
|
|
22780
|
-
function
|
|
22781
|
-
|
|
22782
|
-
return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
22783
|
-
return typeof o2;
|
|
22784
|
-
} : function(o2) {
|
|
22785
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
22786
|
-
}, _typeof$1(o);
|
|
22787
|
-
}
|
|
22788
|
-
function ownKeys$1(e, r) {
|
|
22789
|
-
var t2 = Object.keys(e);
|
|
22761
|
+
function ownKeys$1(object, enumerableOnly) {
|
|
22762
|
+
var keys = Object.keys(object);
|
|
22790
22763
|
if (Object.getOwnPropertySymbols) {
|
|
22791
|
-
var
|
|
22792
|
-
|
|
22793
|
-
return Object.getOwnPropertyDescriptor(
|
|
22794
|
-
})),
|
|
22795
|
-
}
|
|
22796
|
-
return t2;
|
|
22797
|
-
}
|
|
22798
|
-
function _objectSpread$1(e) {
|
|
22799
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
22800
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
22801
|
-
r % 2 ? ownKeys$1(Object(t2), true).forEach(function(r2) {
|
|
22802
|
-
_defineProperty$1(e, r2, t2[r2]);
|
|
22803
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$1(Object(t2)).forEach(function(r2) {
|
|
22804
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
22805
|
-
});
|
|
22764
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
22765
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
22766
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
22767
|
+
})), keys.push.apply(keys, symbols);
|
|
22806
22768
|
}
|
|
22807
|
-
return
|
|
22808
|
-
}
|
|
22809
|
-
function _defineProperty$1(e, r, t2) {
|
|
22810
|
-
return (r = _toPropertyKey$1(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
22769
|
+
return keys;
|
|
22811
22770
|
}
|
|
22812
|
-
function
|
|
22813
|
-
var i =
|
|
22814
|
-
|
|
22771
|
+
function _objectSpread$1(target) {
|
|
22772
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
22773
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
22774
|
+
i % 2 ? ownKeys$1(Object(source), true).forEach(function(key) {
|
|
22775
|
+
_defineProperty$1(target, key, source[key]);
|
|
22776
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1(Object(source)).forEach(function(key) {
|
|
22777
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
22778
|
+
});
|
|
22779
|
+
}
|
|
22780
|
+
return target;
|
|
22815
22781
|
}
|
|
22816
|
-
function
|
|
22817
|
-
if (
|
|
22818
|
-
|
|
22819
|
-
|
|
22820
|
-
|
|
22821
|
-
if ("object" != _typeof$1(i)) return i;
|
|
22822
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
22782
|
+
function _defineProperty$1(obj, key, value) {
|
|
22783
|
+
if (key in obj) {
|
|
22784
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
22785
|
+
} else {
|
|
22786
|
+
obj[key] = value;
|
|
22823
22787
|
}
|
|
22824
|
-
return
|
|
22788
|
+
return obj;
|
|
22825
22789
|
}
|
|
22826
22790
|
function isValidPhoneNumber$1() {
|
|
22827
22791
|
var _normalizeArguments = normalizeArguments(arguments), text2 = _normalizeArguments.text, options = _normalizeArguments.options, metadata2 = _normalizeArguments.metadata;
|
|
@@ -22831,51 +22795,34 @@ function isValidPhoneNumber$1() {
|
|
|
22831
22795
|
var phoneNumber = parsePhoneNumber(text2, options, metadata2);
|
|
22832
22796
|
return phoneNumber && phoneNumber.isValid() || false;
|
|
22833
22797
|
}
|
|
22834
|
-
function
|
|
22835
|
-
|
|
22836
|
-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
22837
|
-
return typeof o2;
|
|
22838
|
-
} : function(o2) {
|
|
22839
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
22840
|
-
}, _typeof(o);
|
|
22841
|
-
}
|
|
22842
|
-
function ownKeys(e, r) {
|
|
22843
|
-
var t2 = Object.keys(e);
|
|
22798
|
+
function ownKeys(object, enumerableOnly) {
|
|
22799
|
+
var keys = Object.keys(object);
|
|
22844
22800
|
if (Object.getOwnPropertySymbols) {
|
|
22845
|
-
var
|
|
22846
|
-
|
|
22847
|
-
return Object.getOwnPropertyDescriptor(
|
|
22848
|
-
})),
|
|
22849
|
-
}
|
|
22850
|
-
return t2;
|
|
22851
|
-
}
|
|
22852
|
-
function _objectSpread(e) {
|
|
22853
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
22854
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
22855
|
-
r % 2 ? ownKeys(Object(t2), true).forEach(function(r2) {
|
|
22856
|
-
_defineProperty(e, r2, t2[r2]);
|
|
22857
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys(Object(t2)).forEach(function(r2) {
|
|
22858
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
22859
|
-
});
|
|
22801
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
22802
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
22803
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
22804
|
+
})), keys.push.apply(keys, symbols);
|
|
22860
22805
|
}
|
|
22861
|
-
return
|
|
22806
|
+
return keys;
|
|
22862
22807
|
}
|
|
22863
|
-
function
|
|
22864
|
-
|
|
22865
|
-
}
|
|
22866
|
-
|
|
22867
|
-
|
|
22868
|
-
|
|
22808
|
+
function _objectSpread(target) {
|
|
22809
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
22810
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
22811
|
+
i % 2 ? ownKeys(Object(source), true).forEach(function(key) {
|
|
22812
|
+
_defineProperty(target, key, source[key]);
|
|
22813
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function(key) {
|
|
22814
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
22815
|
+
});
|
|
22816
|
+
}
|
|
22817
|
+
return target;
|
|
22869
22818
|
}
|
|
22870
|
-
function
|
|
22871
|
-
if (
|
|
22872
|
-
|
|
22873
|
-
|
|
22874
|
-
|
|
22875
|
-
if ("object" != _typeof(i)) return i;
|
|
22876
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
22819
|
+
function _defineProperty(obj, key, value) {
|
|
22820
|
+
if (key in obj) {
|
|
22821
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
22822
|
+
} else {
|
|
22823
|
+
obj[key] = value;
|
|
22877
22824
|
}
|
|
22878
|
-
return
|
|
22825
|
+
return obj;
|
|
22879
22826
|
}
|
|
22880
22827
|
function isPossiblePhoneNumber$1() {
|
|
22881
22828
|
var _normalizeArguments = normalizeArguments(arguments), text2 = _normalizeArguments.text, options = _normalizeArguments.options, metadata2 = _normalizeArguments.metadata;
|
|
@@ -23078,7 +23025,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
23078
23025
|
createVNode(unref(Button), {
|
|
23079
23026
|
variant: "solid",
|
|
23080
23027
|
class: "w-[126px]",
|
|
23081
|
-
disabled: !
|
|
23028
|
+
disabled: !_ctx.dataShareChecked,
|
|
23082
23029
|
onClick: handleConfirm
|
|
23083
23030
|
}, {
|
|
23084
23031
|
default: withCtx(() => [
|
|
@@ -23107,7 +23054,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
23107
23054
|
createElementVNode("span", null, toDisplayString$1(unref($t)("gitCodeLayout.LoginModal.tips.ifYouDoNotAgrWe")), 1)
|
|
23108
23055
|
]),
|
|
23109
23056
|
createVNode(unref(Checkbox), {
|
|
23110
|
-
"model-value":
|
|
23057
|
+
"model-value": _ctx.dataShareChecked,
|
|
23111
23058
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = (val) => emits("update:dataShareChecked", val)),
|
|
23112
23059
|
size: "sm",
|
|
23113
23060
|
class: "mt-[12px]"
|
|
@@ -23357,7 +23304,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
23357
23304
|
]),
|
|
23358
23305
|
createElementVNode("div", _hoisted_11$1, [
|
|
23359
23306
|
createElementVNode("div", _hoisted_12$1, [
|
|
23360
|
-
!
|
|
23307
|
+
!_ctx.hideBack ? (openBlock(), createElementBlock("div", {
|
|
23361
23308
|
key: 0,
|
|
23362
23309
|
onClick: _cache[1] || (_cache[1] = ($event) => emits("back"))
|
|
23363
23310
|
}, [
|
|
@@ -23572,7 +23519,7 @@ const _SlidCaptchaManager = class _SlidCaptchaManager {
|
|
|
23572
23519
|
__publicField(_SlidCaptchaManager, "instance");
|
|
23573
23520
|
let SlidCaptchaManager = _SlidCaptchaManager;
|
|
23574
23521
|
const slidCaptchaManager = SlidCaptchaManager.getInstance();
|
|
23575
|
-
const SlidCaptcha = defineAsyncComponent(() => import("./index-
|
|
23522
|
+
const SlidCaptcha = defineAsyncComponent(() => import("./index-BcZMYrzT.js"));
|
|
23576
23523
|
const useSlidCaptcha = () => {
|
|
23577
23524
|
const { mount, unMount, isMounted } = usePopup("slid-captcha-popup");
|
|
23578
23525
|
const open = (config) => {
|
|
@@ -23602,7 +23549,7 @@ const useSlidCaptcha = () => {
|
|
|
23602
23549
|
close
|
|
23603
23550
|
};
|
|
23604
23551
|
};
|
|
23605
|
-
const YunpianCaptcha = defineAsyncComponent(() => import("./index-
|
|
23552
|
+
const YunpianCaptcha = defineAsyncComponent(() => import("./index-BUTwJwLK.js"));
|
|
23606
23553
|
const useYunpianCaptcha = () => {
|
|
23607
23554
|
const { mount, unMount } = usePopup("yunpian-captcha-popup");
|
|
23608
23555
|
const open = (config) => {
|
|
@@ -23996,7 +23943,7 @@ const useYiDunCaptcha = () => {
|
|
|
23996
23943
|
const _sfc_main$3 = {};
|
|
23997
23944
|
const _hoisted_1$2 = { class: "content-loading" };
|
|
23998
23945
|
function _sfc_render(_ctx, _cache) {
|
|
23999
|
-
return openBlock(), createElementBlock("div", _hoisted_1$2,
|
|
23946
|
+
return openBlock(), createElementBlock("div", _hoisted_1$2, _cache[0] || (_cache[0] = [
|
|
24000
23947
|
createElementVNode("div", { class: "content-loading-title" }, [
|
|
24001
23948
|
createElementVNode("div", { class: "w-full flex-center" }, [
|
|
24002
23949
|
createElementVNode("img", {
|
|
@@ -24007,7 +23954,7 @@ function _sfc_render(_ctx, _cache) {
|
|
|
24007
23954
|
]),
|
|
24008
23955
|
createElementVNode("span", null, "loading...")
|
|
24009
23956
|
], -1)
|
|
24010
|
-
])
|
|
23957
|
+
]));
|
|
24011
23958
|
}
|
|
24012
23959
|
const ContentLoading = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render], ["__scopeId", "data-v-vue-layout-gitcode"]]);
|
|
24013
23960
|
const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
@@ -24023,15 +23970,15 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
24023
23970
|
setup(__props) {
|
|
24024
23971
|
return (_ctx, _cache) => {
|
|
24025
23972
|
return openBlock(), createElementBlock("div", {
|
|
24026
|
-
class: normalizeClass(["g-data-panel i-data-panel", { "g-card":
|
|
23973
|
+
class: normalizeClass(["g-data-panel i-data-panel", { "g-card": _ctx.card, "g-border": _ctx.border }])
|
|
24027
23974
|
}, [
|
|
24028
23975
|
renderSlot(_ctx.$slots, "header", {}, void 0, true),
|
|
24029
|
-
|
|
24030
|
-
|
|
23976
|
+
_ctx.loading ? renderSlot(_ctx.$slots, "loading", { key: 0 }, () => [
|
|
23977
|
+
_ctx.skeleton ? (openBlock(), createBlock(unref(Skeleton), {
|
|
24031
23978
|
key: 0,
|
|
24032
23979
|
class: "p-20",
|
|
24033
|
-
rows:
|
|
24034
|
-
}, null, 8, ["rows"])) :
|
|
23980
|
+
rows: _ctx.skeletonRow
|
|
23981
|
+
}, null, 8, ["rows"])) : _ctx.animation ? (openBlock(), createBlock(ContentLoading, {
|
|
24035
23982
|
key: 1,
|
|
24036
23983
|
name: "loading",
|
|
24037
23984
|
class: "w-full h-full flex-center"
|
|
@@ -24283,13 +24230,13 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
24283
24230
|
};
|
|
24284
24231
|
let timer = null;
|
|
24285
24232
|
let interval = null;
|
|
24233
|
+
const qiwuLogo = {
|
|
24234
|
+
src: IconQiWu,
|
|
24235
|
+
alt: "sjtu",
|
|
24236
|
+
describe: $t("gitCodeLayout.LoginModal.action.sjtuLogin") + $t("gitCodeLayout.LoginModal.action.AccountLogin"),
|
|
24237
|
+
loginMethodList: ["sjtu"]
|
|
24238
|
+
};
|
|
24286
24239
|
const logos = reactive([
|
|
24287
|
-
{
|
|
24288
|
-
src: IconQiWu,
|
|
24289
|
-
alt: "sjtu",
|
|
24290
|
-
describe: $t("gitCodeLayout.LoginModal.action.sjtuLogin") + $t("gitCodeLayout.LoginModal.action.AccountLogin"),
|
|
24291
|
-
loginMethodList: ["sjtu"]
|
|
24292
|
-
},
|
|
24293
24240
|
{
|
|
24294
24241
|
src: IconC,
|
|
24295
24242
|
alt: "csdn",
|
|
@@ -24327,6 +24274,14 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
24327
24274
|
loginMethodList: ["wechat_open", "wechat_mp"]
|
|
24328
24275
|
}
|
|
24329
24276
|
]);
|
|
24277
|
+
const getQiwuLoginOpen = async () => {
|
|
24278
|
+
var _a;
|
|
24279
|
+
const res = await API.getCampusWelcomeConfig();
|
|
24280
|
+
const { entry_enabled = false } = (_a = res == null ? void 0 : res.data) == null ? void 0 : _a.data;
|
|
24281
|
+
if (entry_enabled && !logos.some(({ alt }) => alt === qiwuLogo.alt)) {
|
|
24282
|
+
logos.unshift(qiwuLogo);
|
|
24283
|
+
}
|
|
24284
|
+
};
|
|
24330
24285
|
const emits = __emit;
|
|
24331
24286
|
const { vModels } = useModel(props, emits);
|
|
24332
24287
|
const VerifyForm = reactive([
|
|
@@ -25753,6 +25708,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
25753
25708
|
const resetPwdDirectly = ref(false);
|
|
25754
25709
|
const resetPwdWhiteList = ["change_password"];
|
|
25755
25710
|
onMounted(() => {
|
|
25711
|
+
getQiwuLoginOpen();
|
|
25756
25712
|
getCurrentCaptchaType();
|
|
25757
25713
|
if (tabPanel.value === "miniProgram" && formType.value === "login") {
|
|
25758
25714
|
getMiniProgramQrCode();
|
|
@@ -25769,11 +25725,11 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
25769
25725
|
modelValue: unref(vModels),
|
|
25770
25726
|
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => isRef(vModels) ? vModels.value = $event : null),
|
|
25771
25727
|
"show-close": false,
|
|
25772
|
-
"lock-scroll":
|
|
25773
|
-
draggable:
|
|
25774
|
-
escapable:
|
|
25728
|
+
"lock-scroll": _ctx.lockScroll,
|
|
25729
|
+
draggable: _ctx.draggable,
|
|
25730
|
+
escapable: _ctx.escapable,
|
|
25775
25731
|
"before-close": handleClose,
|
|
25776
|
-
"append-to-body":
|
|
25732
|
+
"append-to-body": _ctx.appendToBody,
|
|
25777
25733
|
class: normalizeClass([
|
|
25778
25734
|
"login-modal",
|
|
25779
25735
|
formType.value === "login" ? "login-modal-l" : "login-modal-r",
|
|
@@ -25793,7 +25749,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
25793
25749
|
class: "login-modal-title flex-1"
|
|
25794
25750
|
}, null, 8, ["icon", "title", "show-title", "show-back"]),
|
|
25795
25751
|
createElementVNode("div", _hoisted_2, [
|
|
25796
|
-
|
|
25752
|
+
_ctx.showClose && !showProtoCheck.value ? (openBlock(), createBlock(GIcon, {
|
|
25797
25753
|
key: 0,
|
|
25798
25754
|
onClick: onClickModalClose,
|
|
25799
25755
|
name: "gt-close",
|
|
@@ -26118,7 +26074,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
26118
26074
|
])
|
|
26119
26075
|
], 2),
|
|
26120
26076
|
createElementVNode("div", _hoisted_61, [
|
|
26121
|
-
|
|
26077
|
+
_ctx.openHarmonyGuide ? (openBlock(), createElementBlock("div", {
|
|
26122
26078
|
key: 0,
|
|
26123
26079
|
class: "text-[var(--theme-link)] flex items-center mt-[12px] cursor-pointer",
|
|
26124
26080
|
onClick: withModifiers(handleRegisterHarmony, ["stop"])
|