vue-layout-gitcode 1.12.15-beta.24 → 1.12.15-beta.26
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-CvTGSyOA.js → GloabarSearch-wqsnpP2m.js} +3 -3
- package/{MenuItem-FIcZL9mA.js → MenuItem-j7W1oMju.js} +1 -1
- package/{ProjectMenuList-idKAnwgB.js → ProjectMenuList-DHbbjGxo.js} +10 -10
- package/{ProjectMenuListV2-ChB-lPwh.js → ProjectMenuListV2-BazzlsC_.js} +3 -3
- package/{ProjectSearch-BiREungG.js → ProjectSearch-CSulM69L.js} +1 -1
- package/{SearchHistoryList-DABmXMo3.js → SearchHistoryList-CBn618x7.js} +5 -5
- package/{SearchRecommed-CRN4PVXv.js → SearchRecommed-r1nKqpZj.js} +2 -2
- package/{SearchScopeList-BXj6bkAy.js → SearchScopeList-DACIOE9u.js} +2 -2
- package/{UserSearch-BcU7MDa9.js → UserSearch-DyVpJ0tp.js} +1 -1
- package/{index-97__4n0o.js → index-B_T2V97k.js} +910 -974
- package/{index-CJtyT6E6.js → index-C1SjxHTG.js} +5 -4
- package/{index-CQeDSKbW.js → index-ClxSV-6C.js} +47 -44
- package/{index-kJRjXajA.js → index-DSVBUinv.js} +1 -1
- package/index.js +1 -1
- package/{notice-vqdROyha.js → notice-CM_TjS9s.js} +12 -10
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-v9OKsBCg.js → transWebUrl-C-UERlNj.js} +1 -1
|
@@ -76,29 +76,29 @@ const _sfc_main$O = /* @__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": `#${
|
|
90
|
+
"xlink:href": `#${_ctx.name}`
|
|
91
91
|
}, null, 8, _hoisted_1$G)
|
|
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$u)
|
|
103
103
|
], 6));
|
|
104
104
|
};
|
|
@@ -578,7 +578,7 @@ const LOGO_MAP = {
|
|
|
578
578
|
aiLogoDark: "https://cdn-static.gitcode.com/static/images/gitcode-ai-logo-dark_atomgit.png"
|
|
579
579
|
}
|
|
580
580
|
};
|
|
581
|
-
/*! @license DOMPurify 3.
|
|
581
|
+
/*! @license DOMPurify 3.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 */
|
|
582
582
|
const {
|
|
583
583
|
entries,
|
|
584
584
|
setPrototypeOf,
|
|
@@ -606,18 +606,12 @@ if (!seal) {
|
|
|
606
606
|
};
|
|
607
607
|
}
|
|
608
608
|
if (!apply$1) {
|
|
609
|
-
apply$1 = function apply2(
|
|
610
|
-
|
|
611
|
-
args[_key - 2] = arguments[_key];
|
|
612
|
-
}
|
|
613
|
-
return func.apply(thisArg, args);
|
|
609
|
+
apply$1 = function apply2(fun, thisValue, args) {
|
|
610
|
+
return fun.apply(thisValue, args);
|
|
614
611
|
};
|
|
615
612
|
}
|
|
616
613
|
if (!construct) {
|
|
617
|
-
construct = function construct2(Func) {
|
|
618
|
-
for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
|
|
619
|
-
args[_key2 - 1] = arguments[_key2];
|
|
620
|
-
}
|
|
614
|
+
construct = function construct2(Func, args) {
|
|
621
615
|
return new Func(...args);
|
|
622
616
|
};
|
|
623
617
|
}
|
|
@@ -640,18 +634,18 @@ function unapply(func) {
|
|
|
640
634
|
if (thisArg instanceof RegExp) {
|
|
641
635
|
thisArg.lastIndex = 0;
|
|
642
636
|
}
|
|
643
|
-
for (var
|
|
644
|
-
args[
|
|
637
|
+
for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
|
|
638
|
+
args[_key - 1] = arguments[_key];
|
|
645
639
|
}
|
|
646
640
|
return apply$1(func, thisArg, args);
|
|
647
641
|
};
|
|
648
642
|
}
|
|
649
|
-
function unconstruct(
|
|
643
|
+
function unconstruct(func) {
|
|
650
644
|
return function() {
|
|
651
|
-
for (var
|
|
652
|
-
args[
|
|
645
|
+
for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
|
|
646
|
+
args[_key2] = arguments[_key2];
|
|
653
647
|
}
|
|
654
|
-
return construct(
|
|
648
|
+
return construct(func, args);
|
|
655
649
|
};
|
|
656
650
|
}
|
|
657
651
|
function addToSet(set, array) {
|
|
@@ -718,15 +712,15 @@ function lookupGetter(object, prop) {
|
|
|
718
712
|
}
|
|
719
713
|
return fallbackValue;
|
|
720
714
|
}
|
|
721
|
-
const html$1 = freeze(["a", "abbr", "acronym", "address", "area", "article", "aside", "audio", "b", "bdi", "bdo", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "content", "data", "datalist", "dd", "decorator", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "fieldset", "figcaption", "figure", "font", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "img", "input", "ins", "kbd", "label", "legend", "li", "main", "map", "mark", "marquee", "menu", "menuitem", "meter", "nav", "nobr", "ol", "optgroup", "option", "output", "p", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "
|
|
722
|
-
const svg$1 = freeze(["svg", "a", "altglyph", "altglyphdef", "altglyphitem", "animatecolor", "animatemotion", "animatetransform", "circle", "clippath", "defs", "desc", "ellipse", "
|
|
715
|
+
const html$1 = freeze(["a", "abbr", "acronym", "address", "area", "article", "aside", "audio", "b", "bdi", "bdo", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "content", "data", "datalist", "dd", "decorator", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "fieldset", "figcaption", "figure", "font", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "img", "input", "ins", "kbd", "label", "legend", "li", "main", "map", "mark", "marquee", "menu", "menuitem", "meter", "nav", "nobr", "ol", "optgroup", "option", "output", "p", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "section", "select", "shadow", "small", "source", "spacer", "span", "strike", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "tt", "u", "ul", "var", "video", "wbr"]);
|
|
716
|
+
const svg$1 = freeze(["svg", "a", "altglyph", "altglyphdef", "altglyphitem", "animatecolor", "animatemotion", "animatetransform", "circle", "clippath", "defs", "desc", "ellipse", "filter", "font", "g", "glyph", "glyphref", "hkern", "image", "line", "lineargradient", "marker", "mask", "metadata", "mpath", "path", "pattern", "polygon", "polyline", "radialgradient", "rect", "stop", "style", "switch", "symbol", "text", "textpath", "title", "tref", "tspan", "view", "vkern"]);
|
|
723
717
|
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"]);
|
|
724
718
|
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"]);
|
|
725
719
|
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"]);
|
|
726
720
|
const mathMlDisallowed = freeze(["maction", "maligngroup", "malignmark", "mlongdiv", "mscarries", "mscarry", "msgroup", "mstack", "msline", "msrow", "semantics", "annotation", "annotation-xml", "mprescripts", "none"]);
|
|
727
721
|
const text = freeze(["#text"]);
|
|
728
|
-
const html = freeze(["accept", "action", "align", "alt", "autocapitalize", "autocomplete", "autopictureinpicture", "autoplay", "background", "bgcolor", "border", "capture", "cellpadding", "cellspacing", "checked", "cite", "class", "clear", "color", "cols", "colspan", "controls", "controlslist", "coords", "crossorigin", "datetime", "decoding", "default", "dir", "disabled", "disablepictureinpicture", "disableremoteplayback", "download", "draggable", "enctype", "enterkeyhint", "
|
|
729
|
-
const svg = freeze(["accent-height", "accumulate", "additive", "alignment-baseline", "amplitude", "ascent", "attributename", "attributetype", "azimuth", "basefrequency", "baseline-shift", "begin", "bias", "by", "class", "clip", "clippathunits", "clip-path", "clip-rule", "color", "color-interpolation", "color-interpolation-filters", "color-profile", "color-rendering", "cx", "cy", "d", "dx", "dy", "diffuseconstant", "direction", "display", "divisor", "dur", "edgemode", "elevation", "end", "exponent", "fill", "fill-opacity", "fill-rule", "filter", "filterunits", "flood-color", "flood-opacity", "font-family", "font-size", "font-size-adjust", "font-stretch", "font-style", "font-variant", "font-weight", "fx", "fy", "g1", "g2", "glyph-name", "glyphref", "gradientunits", "gradienttransform", "height", "href", "id", "image-rendering", "in", "in2", "intercept", "k", "k1", "k2", "k3", "k4", "kerning", "keypoints", "keysplines", "keytimes", "lang", "lengthadjust", "letter-spacing", "kernelmatrix", "kernelunitlength", "lighting-color", "local", "marker-end", "marker-mid", "marker-start", "markerheight", "markerunits", "markerwidth", "maskcontentunits", "maskunits", "max", "mask", "
|
|
722
|
+
const html = freeze(["accept", "action", "align", "alt", "autocapitalize", "autocomplete", "autopictureinpicture", "autoplay", "background", "bgcolor", "border", "capture", "cellpadding", "cellspacing", "checked", "cite", "class", "clear", "color", "cols", "colspan", "controls", "controlslist", "coords", "crossorigin", "datetime", "decoding", "default", "dir", "disabled", "disablepictureinpicture", "disableremoteplayback", "download", "draggable", "enctype", "enterkeyhint", "face", "for", "headers", "height", "hidden", "high", "href", "hreflang", "id", "inputmode", "integrity", "ismap", "kind", "label", "lang", "list", "loading", "loop", "low", "max", "maxlength", "media", "method", "min", "minlength", "multiple", "muted", "name", "nonce", "noshade", "novalidate", "nowrap", "open", "optimum", "pattern", "placeholder", "playsinline", "popover", "popovertarget", "popovertargetaction", "poster", "preload", "pubdate", "radiogroup", "readonly", "rel", "required", "rev", "reversed", "role", "rows", "rowspan", "spellcheck", "scope", "selected", "shape", "size", "sizes", "span", "srclang", "start", "src", "srcset", "step", "style", "summary", "tabindex", "title", "translate", "type", "usemap", "valign", "value", "width", "wrap", "xmlns", "slot"]);
|
|
723
|
+
const svg = freeze(["accent-height", "accumulate", "additive", "alignment-baseline", "amplitude", "ascent", "attributename", "attributetype", "azimuth", "basefrequency", "baseline-shift", "begin", "bias", "by", "class", "clip", "clippathunits", "clip-path", "clip-rule", "color", "color-interpolation", "color-interpolation-filters", "color-profile", "color-rendering", "cx", "cy", "d", "dx", "dy", "diffuseconstant", "direction", "display", "divisor", "dur", "edgemode", "elevation", "end", "exponent", "fill", "fill-opacity", "fill-rule", "filter", "filterunits", "flood-color", "flood-opacity", "font-family", "font-size", "font-size-adjust", "font-stretch", "font-style", "font-variant", "font-weight", "fx", "fy", "g1", "g2", "glyph-name", "glyphref", "gradientunits", "gradienttransform", "height", "href", "id", "image-rendering", "in", "in2", "intercept", "k", "k1", "k2", "k3", "k4", "kerning", "keypoints", "keysplines", "keytimes", "lang", "lengthadjust", "letter-spacing", "kernelmatrix", "kernelunitlength", "lighting-color", "local", "marker-end", "marker-mid", "marker-start", "markerheight", "markerunits", "markerwidth", "maskcontentunits", "maskunits", "max", "mask", "media", "method", "mode", "min", "name", "numoctaves", "offset", "operator", "opacity", "order", "orient", "orientation", "origin", "overflow", "paint-order", "path", "pathlength", "patterncontentunits", "patterntransform", "patternunits", "points", "preservealpha", "preserveaspectratio", "primitiveunits", "r", "rx", "ry", "radius", "refx", "refy", "repeatcount", "repeatdur", "restart", "result", "rotate", "scale", "seed", "shape-rendering", "slope", "specularconstant", "specularexponent", "spreadmethod", "startoffset", "stddeviation", "stitchtiles", "stop-color", "stop-opacity", "stroke-dasharray", "stroke-dashoffset", "stroke-linecap", "stroke-linejoin", "stroke-miterlimit", "stroke-opacity", "stroke", "stroke-width", "style", "surfacescale", "systemlanguage", "tabindex", "tablevalues", "targetx", "targety", "transform", "transform-origin", "text-anchor", "text-decoration", "text-rendering", "textlength", "type", "u1", "u2", "unicode", "values", "viewbox", "visibility", "version", "vert-adv-y", "vert-origin-x", "vert-origin-y", "width", "word-spacing", "wrap", "writing-mode", "xchannelselector", "ychannelselector", "x", "x1", "x2", "xmlns", "y", "y1", "y2", "z", "zoomandpan"]);
|
|
730
724
|
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"]);
|
|
731
725
|
const xml = freeze(["xlink:href", "xml:id", "xlink:title", "xml:space", "xmlns:xlink"]);
|
|
732
726
|
const MUSTACHE_EXPR = seal(/\{\{[\w\W]*|[\w\W]*\}\}/gm);
|
|
@@ -809,7 +803,7 @@ const _createHooksMap = function _createHooksMap2() {
|
|
|
809
803
|
function createDOMPurify() {
|
|
810
804
|
let window2 = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : getGlobal();
|
|
811
805
|
const DOMPurify = (root) => createDOMPurify(root);
|
|
812
|
-
DOMPurify.version = "3.
|
|
806
|
+
DOMPurify.version = "3.2.6";
|
|
813
807
|
DOMPurify.removed = [];
|
|
814
808
|
if (!window2 || !window2.document || window2.document.nodeType !== NODE_TYPE.document || !window2.Element) {
|
|
815
809
|
DOMPurify.isSupported = false;
|
|
@@ -895,20 +889,6 @@ function createDOMPurify() {
|
|
|
895
889
|
}));
|
|
896
890
|
let FORBID_TAGS = null;
|
|
897
891
|
let FORBID_ATTR = null;
|
|
898
|
-
const EXTRA_ELEMENT_HANDLING = Object.seal(create$1(null, {
|
|
899
|
-
tagCheck: {
|
|
900
|
-
writable: true,
|
|
901
|
-
configurable: false,
|
|
902
|
-
enumerable: true,
|
|
903
|
-
value: null
|
|
904
|
-
},
|
|
905
|
-
attributeCheck: {
|
|
906
|
-
writable: true,
|
|
907
|
-
configurable: false,
|
|
908
|
-
enumerable: true,
|
|
909
|
-
value: null
|
|
910
|
-
}
|
|
911
|
-
}));
|
|
912
892
|
let ALLOW_ARIA_ATTR = true;
|
|
913
893
|
let ALLOW_DATA_ATTR = true;
|
|
914
894
|
let ALLOW_UNKNOWN_PROTOCOLS = false;
|
|
@@ -1032,24 +1012,16 @@ function createDOMPurify() {
|
|
|
1032
1012
|
}
|
|
1033
1013
|
}
|
|
1034
1014
|
if (cfg.ADD_TAGS) {
|
|
1035
|
-
if (
|
|
1036
|
-
|
|
1037
|
-
} else {
|
|
1038
|
-
if (ALLOWED_TAGS === DEFAULT_ALLOWED_TAGS) {
|
|
1039
|
-
ALLOWED_TAGS = clone(ALLOWED_TAGS);
|
|
1040
|
-
}
|
|
1041
|
-
addToSet(ALLOWED_TAGS, cfg.ADD_TAGS, transformCaseFunc);
|
|
1015
|
+
if (ALLOWED_TAGS === DEFAULT_ALLOWED_TAGS) {
|
|
1016
|
+
ALLOWED_TAGS = clone(ALLOWED_TAGS);
|
|
1042
1017
|
}
|
|
1018
|
+
addToSet(ALLOWED_TAGS, cfg.ADD_TAGS, transformCaseFunc);
|
|
1043
1019
|
}
|
|
1044
1020
|
if (cfg.ADD_ATTR) {
|
|
1045
|
-
if (
|
|
1046
|
-
|
|
1047
|
-
} else {
|
|
1048
|
-
if (ALLOWED_ATTR === DEFAULT_ALLOWED_ATTR) {
|
|
1049
|
-
ALLOWED_ATTR = clone(ALLOWED_ATTR);
|
|
1050
|
-
}
|
|
1051
|
-
addToSet(ALLOWED_ATTR, cfg.ADD_ATTR, transformCaseFunc);
|
|
1021
|
+
if (ALLOWED_ATTR === DEFAULT_ALLOWED_ATTR) {
|
|
1022
|
+
ALLOWED_ATTR = clone(ALLOWED_ATTR);
|
|
1052
1023
|
}
|
|
1024
|
+
addToSet(ALLOWED_ATTR, cfg.ADD_ATTR, transformCaseFunc);
|
|
1053
1025
|
}
|
|
1054
1026
|
if (cfg.ADD_URI_SAFE_ATTR) {
|
|
1055
1027
|
addToSet(URI_SAFE_ATTRIBUTES, cfg.ADD_URI_SAFE_ATTR, transformCaseFunc);
|
|
@@ -1060,12 +1032,6 @@ function createDOMPurify() {
|
|
|
1060
1032
|
}
|
|
1061
1033
|
addToSet(FORBID_CONTENTS, cfg.FORBID_CONTENTS, transformCaseFunc);
|
|
1062
1034
|
}
|
|
1063
|
-
if (cfg.ADD_FORBID_CONTENTS) {
|
|
1064
|
-
if (FORBID_CONTENTS === DEFAULT_FORBID_CONTENTS) {
|
|
1065
|
-
FORBID_CONTENTS = clone(FORBID_CONTENTS);
|
|
1066
|
-
}
|
|
1067
|
-
addToSet(FORBID_CONTENTS, cfg.ADD_FORBID_CONTENTS, transformCaseFunc);
|
|
1068
|
-
}
|
|
1069
1035
|
if (KEEP_CONTENT) {
|
|
1070
1036
|
ALLOWED_TAGS["#text"] = true;
|
|
1071
1037
|
}
|
|
@@ -1261,7 +1227,7 @@ function createDOMPurify() {
|
|
|
1261
1227
|
_forceRemove(currentNode);
|
|
1262
1228
|
return true;
|
|
1263
1229
|
}
|
|
1264
|
-
if (!
|
|
1230
|
+
if (!ALLOWED_TAGS[tagName] || FORBID_TAGS[tagName]) {
|
|
1265
1231
|
if (!FORBID_TAGS[tagName] && _isBasicCustomElement(tagName)) {
|
|
1266
1232
|
if (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.tagNameCheck, tagName)) {
|
|
1267
1233
|
return false;
|
|
@@ -1314,13 +1280,12 @@ function createDOMPurify() {
|
|
|
1314
1280
|
}
|
|
1315
1281
|
if (ALLOW_DATA_ATTR && !FORBID_ATTR[lcName] && regExpTest(DATA_ATTR2, lcName)) ;
|
|
1316
1282
|
else if (ALLOW_ARIA_ATTR && regExpTest(ARIA_ATTR2, lcName)) ;
|
|
1317
|
-
else if (EXTRA_ELEMENT_HANDLING.attributeCheck instanceof Function && EXTRA_ELEMENT_HANDLING.attributeCheck(lcName, lcTag)) ;
|
|
1318
1283
|
else if (!ALLOWED_ATTR[lcName] || FORBID_ATTR[lcName]) {
|
|
1319
1284
|
if (
|
|
1320
1285
|
// First condition does a very basic check if a) it's basically a valid custom element tagname AND
|
|
1321
1286
|
// b) if the tagName passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
|
|
1322
1287
|
// and c) if the attribute name passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.attributeNameCheck
|
|
1323
|
-
_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
|
|
1288
|
+
_isBasicCustomElement(lcTag) && (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.tagNameCheck, lcTag) || CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.tagNameCheck(lcTag)) && (CUSTOM_ELEMENT_HANDLING.attributeNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.attributeNameCheck, lcName) || CUSTOM_ELEMENT_HANDLING.attributeNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.attributeNameCheck(lcName)) || // Alternative, second condition checks if it's an `is`-attribute, AND
|
|
1324
1289
|
// the value passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
|
|
1325
1290
|
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))
|
|
1326
1291
|
) ;
|
|
@@ -1375,11 +1340,7 @@ function createDOMPurify() {
|
|
|
1375
1340
|
_removeAttribute(name, currentNode);
|
|
1376
1341
|
value = SANITIZE_NAMED_PROPS_PREFIX + value;
|
|
1377
1342
|
}
|
|
1378
|
-
if (SAFE_FOR_XML && regExpTest(/((--!?|])>)|<\/(style|title
|
|
1379
|
-
_removeAttribute(name, currentNode);
|
|
1380
|
-
continue;
|
|
1381
|
-
}
|
|
1382
|
-
if (lcName === "attributename" && stringMatch(value, "href")) {
|
|
1343
|
+
if (SAFE_FOR_XML && regExpTest(/((--!?|])>)|<\/(style|title)/i, value)) {
|
|
1383
1344
|
_removeAttribute(name, currentNode);
|
|
1384
1345
|
continue;
|
|
1385
1346
|
}
|
|
@@ -1707,25 +1668,10 @@ function init(converter, defaultAttributes) {
|
|
|
1707
1668
|
}
|
|
1708
1669
|
var api = init(defaultConverter, { path: "/" });
|
|
1709
1670
|
/*!
|
|
1710
|
-
* shared v9.14.
|
|
1671
|
+
* shared v9.14.4
|
|
1711
1672
|
* (c) 2025 kazuya kawaguchi
|
|
1712
1673
|
* Released under the MIT License.
|
|
1713
1674
|
*/
|
|
1714
|
-
function warn(msg, err) {
|
|
1715
|
-
if (typeof console !== "undefined") {
|
|
1716
|
-
console.warn(`[intlify] ` + msg);
|
|
1717
|
-
if (err) {
|
|
1718
|
-
console.warn(err.stack);
|
|
1719
|
-
}
|
|
1720
|
-
}
|
|
1721
|
-
}
|
|
1722
|
-
const hasWarned = {};
|
|
1723
|
-
function warnOnce(msg) {
|
|
1724
|
-
if (!hasWarned[msg]) {
|
|
1725
|
-
hasWarned[msg] = true;
|
|
1726
|
-
warn(msg);
|
|
1727
|
-
}
|
|
1728
|
-
}
|
|
1729
1675
|
const inBrowser = typeof window !== "undefined";
|
|
1730
1676
|
let mark;
|
|
1731
1677
|
let measure;
|
|
@@ -1770,31 +1716,7 @@ const getGlobalThis = () => {
|
|
|
1770
1716
|
return _globalThis || (_globalThis = typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : create());
|
|
1771
1717
|
};
|
|
1772
1718
|
function escapeHtml(rawText) {
|
|
1773
|
-
return rawText.replace(
|
|
1774
|
-
}
|
|
1775
|
-
function escapeAttributeValue(value) {
|
|
1776
|
-
return value.replace(/&(?![a-zA-Z0-9#]{2,6};)/g, "&").replace(/"/g, """).replace(/'/g, "'").replace(/</g, "<").replace(/>/g, ">");
|
|
1777
|
-
}
|
|
1778
|
-
function sanitizeTranslatedHtml(html2) {
|
|
1779
|
-
html2 = html2.replace(/(\w+)\s*=\s*"([^"]*)"/g, (_, attrName, attrValue) => `${attrName}="${escapeAttributeValue(attrValue)}"`);
|
|
1780
|
-
html2 = html2.replace(/(\w+)\s*=\s*'([^']*)'/g, (_, attrName, attrValue) => `${attrName}='${escapeAttributeValue(attrValue)}'`);
|
|
1781
|
-
const eventHandlerPattern = /\s*on\w+\s*=\s*["']?[^"'>]+["']?/gi;
|
|
1782
|
-
if (eventHandlerPattern.test(html2)) {
|
|
1783
|
-
if (process.env.NODE_ENV !== "production") {
|
|
1784
|
-
warn("Potentially dangerous event handlers detected in translation. Consider removing onclick, onerror, etc. from your translation messages.");
|
|
1785
|
-
}
|
|
1786
|
-
html2 = html2.replace(/(\s+)(on)(\w+\s*=)/gi, "$1on$3");
|
|
1787
|
-
}
|
|
1788
|
-
const javascriptUrlPattern = [
|
|
1789
|
-
// In href, src, action, formaction attributes
|
|
1790
|
-
/(\s+(?:href|src|action|formaction)\s*=\s*["']?)\s*javascript:/gi,
|
|
1791
|
-
// In style attributes within url()
|
|
1792
|
-
/(style\s*=\s*["'][^"']*url\s*\(\s*)javascript:/gi
|
|
1793
|
-
];
|
|
1794
|
-
javascriptUrlPattern.forEach((pattern) => {
|
|
1795
|
-
html2 = html2.replace(pattern, "$1javascript:");
|
|
1796
|
-
});
|
|
1797
|
-
return html2;
|
|
1719
|
+
return rawText.replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'");
|
|
1798
1720
|
}
|
|
1799
1721
|
const hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
1800
1722
|
function hasOwn(obj, key) {
|
|
@@ -1857,6 +1779,21 @@ function incrementer(code2) {
|
|
|
1857
1779
|
let current = code2;
|
|
1858
1780
|
return () => ++current;
|
|
1859
1781
|
}
|
|
1782
|
+
function warn(msg, err) {
|
|
1783
|
+
if (typeof console !== "undefined") {
|
|
1784
|
+
console.warn(`[intlify] ` + msg);
|
|
1785
|
+
if (err) {
|
|
1786
|
+
console.warn(err.stack);
|
|
1787
|
+
}
|
|
1788
|
+
}
|
|
1789
|
+
}
|
|
1790
|
+
const hasWarned = {};
|
|
1791
|
+
function warnOnce(msg) {
|
|
1792
|
+
if (!hasWarned[msg]) {
|
|
1793
|
+
hasWarned[msg] = true;
|
|
1794
|
+
warn(msg);
|
|
1795
|
+
}
|
|
1796
|
+
}
|
|
1860
1797
|
function createEmitter() {
|
|
1861
1798
|
const events = /* @__PURE__ */ new Map();
|
|
1862
1799
|
const emitter2 = {
|
|
@@ -1905,7 +1842,7 @@ function deepCopy(src, des) {
|
|
|
1905
1842
|
}
|
|
1906
1843
|
}
|
|
1907
1844
|
/*!
|
|
1908
|
-
* message-compiler v9.14.
|
|
1845
|
+
* message-compiler v9.14.4
|
|
1909
1846
|
* (c) 2025 kazuya kawaguchi
|
|
1910
1847
|
* Released under the MIT License.
|
|
1911
1848
|
*/
|
|
@@ -3455,7 +3392,7 @@ function baseCompile$1(source, options = {}) {
|
|
|
3455
3392
|
}
|
|
3456
3393
|
}
|
|
3457
3394
|
/*!
|
|
3458
|
-
* core-base v9.14.
|
|
3395
|
+
* core-base v9.14.4
|
|
3459
3396
|
* (c) 2025 kazuya kawaguchi
|
|
3460
3397
|
* Released under the MIT License.
|
|
3461
3398
|
*/
|
|
@@ -4262,7 +4199,7 @@ function appendItemToChain(chain, target, blocks) {
|
|
|
4262
4199
|
}
|
|
4263
4200
|
return follow;
|
|
4264
4201
|
}
|
|
4265
|
-
const VERSION$1 = "9.14.
|
|
4202
|
+
const VERSION$1 = "9.14.4";
|
|
4266
4203
|
const NOT_REOSLVED = -1;
|
|
4267
4204
|
const DEFAULT_LOCALE = "en-US";
|
|
4268
4205
|
const MISSING_RESOLVE_VALUE = "";
|
|
@@ -4629,10 +4566,7 @@ function translate(context, ...args) {
|
|
|
4629
4566
|
const ctxOptions = getMessageContextOptions(context, targetLocale, message, options);
|
|
4630
4567
|
const msgContext = createMessageContext(ctxOptions);
|
|
4631
4568
|
const messaged = evaluateMessage(context, msg, msgContext);
|
|
4632
|
-
|
|
4633
|
-
if (escapeParameter && isString$1(ret)) {
|
|
4634
|
-
ret = sanitizeTranslatedHtml(ret);
|
|
4635
|
-
}
|
|
4569
|
+
const ret = postTranslation ? postTranslation(messaged, key) : messaged;
|
|
4636
4570
|
if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
|
|
4637
4571
|
const payloads = {
|
|
4638
4572
|
timestamp: Date.now(),
|
|
@@ -5349,11 +5283,11 @@ function setupDevtoolsPlugin(pluginDescriptor, setupFn) {
|
|
|
5349
5283
|
}
|
|
5350
5284
|
}
|
|
5351
5285
|
/*!
|
|
5352
|
-
* vue-i18n v9.14.
|
|
5286
|
+
* vue-i18n v9.14.4
|
|
5353
5287
|
* (c) 2025 kazuya kawaguchi
|
|
5354
5288
|
* Released under the MIT License.
|
|
5355
5289
|
*/
|
|
5356
|
-
const VERSION = "9.14.
|
|
5290
|
+
const VERSION = "9.14.4";
|
|
5357
5291
|
function initFeatureFlags() {
|
|
5358
5292
|
if (typeof __VUE_I18N_FULL_INSTALL__ !== "boolean") {
|
|
5359
5293
|
getGlobalThis().__VUE_I18N_FULL_INSTALL__ = true;
|
|
@@ -9458,7 +9392,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
9458
9392
|
}, {
|
|
9459
9393
|
content: withCtx(() => [
|
|
9460
9394
|
createElementVNode("div", _hoisted_6$e, [
|
|
9461
|
-
createElementVNode("div", _hoisted_7$b, toDisplayString$1(
|
|
9395
|
+
createElementVNode("div", _hoisted_7$b, toDisplayString$1(_ctx.isCannWhiteList ? unref(t2)("gitCodeLayout.userSetting.menu.cannTask") : unref(t2)("gitCodeLayout.userSetting.menu.growthCenter")), 1)
|
|
9462
9396
|
])
|
|
9463
9397
|
]),
|
|
9464
9398
|
default: withCtx(() => [
|
|
@@ -9466,7 +9400,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
9466
9400
|
id: "guide-step4",
|
|
9467
9401
|
class: "home-nav-link tools-questionnaire",
|
|
9468
9402
|
onClick: toggleGrowthCenter
|
|
9469
|
-
},
|
|
9403
|
+
}, _cache[6] || (_cache[6] = [
|
|
9470
9404
|
createElementVNode("div", { class: "home-nav-item" }, [
|
|
9471
9405
|
createElementVNode("img", {
|
|
9472
9406
|
class: "common-icon tools-float-icon",
|
|
@@ -9474,7 +9408,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
9474
9408
|
alt: ""
|
|
9475
9409
|
})
|
|
9476
9410
|
], -1)
|
|
9477
|
-
])
|
|
9411
|
+
]))
|
|
9478
9412
|
]),
|
|
9479
9413
|
_: 1
|
|
9480
9414
|
})) : createCommentVNode("", true),
|
|
@@ -9497,7 +9431,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
9497
9431
|
id: "gitcode-desk-btn",
|
|
9498
9432
|
class: "home-nav-item kefu",
|
|
9499
9433
|
onClick: showDesk
|
|
9500
|
-
},
|
|
9434
|
+
}, _cache[7] || (_cache[7] = [
|
|
9501
9435
|
createElementVNode("img", {
|
|
9502
9436
|
class: "tools-float-icon",
|
|
9503
9437
|
src: "https://cdn-static.gitcode.com/static/images/desk/kefu.png",
|
|
@@ -9507,7 +9441,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
9507
9441
|
createElementVNode("div", null, "客"),
|
|
9508
9442
|
createElementVNode("div", null, "服")
|
|
9509
9443
|
], -1)
|
|
9510
|
-
])
|
|
9444
|
+
]))
|
|
9511
9445
|
])
|
|
9512
9446
|
]),
|
|
9513
9447
|
_: 1
|
|
@@ -9541,7 +9475,8 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
9541
9475
|
])
|
|
9542
9476
|
], -1))
|
|
9543
9477
|
]),
|
|
9544
|
-
_: 1
|
|
9478
|
+
_: 1,
|
|
9479
|
+
__: [9]
|
|
9545
9480
|
}),
|
|
9546
9481
|
npsPopVisible.value ? (openBlock(), createBlock(unref(Popover), {
|
|
9547
9482
|
key: 0,
|
|
@@ -9560,9 +9495,9 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
9560
9495
|
key: item.index,
|
|
9561
9496
|
class: normalizeClass(["tab-item", opinionStep.value === item.index ? "tab-item--active" : "tab-item--inactive"]),
|
|
9562
9497
|
onClick: ($event) => swTab(item)
|
|
9563
|
-
},
|
|
9498
|
+
}, _cache[11] || (_cache[11] = [
|
|
9564
9499
|
createElementVNode("span", { class: "tools-float-cursor-pointer" }, null, -1)
|
|
9565
|
-
])
|
|
9500
|
+
]), 10, _hoisted_18$3);
|
|
9566
9501
|
}), 64))
|
|
9567
9502
|
]),
|
|
9568
9503
|
createElementVNode("div", null, [
|
|
@@ -9644,7 +9579,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
9644
9579
|
trigger: "hover",
|
|
9645
9580
|
offset: { mainAxis: 22, crossAxis: 0 }
|
|
9646
9581
|
}, {
|
|
9647
|
-
default: withCtx(() =>
|
|
9582
|
+
default: withCtx(() => _cache[10] || (_cache[10] = [
|
|
9648
9583
|
createElementVNode("div", { class: "home-nav-item" }, [
|
|
9649
9584
|
createElementVNode("img", {
|
|
9650
9585
|
class: "common-icon tools-float-icon",
|
|
@@ -9657,8 +9592,9 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
9657
9592
|
alt: ""
|
|
9658
9593
|
})
|
|
9659
9594
|
], -1)
|
|
9660
|
-
])
|
|
9661
|
-
_: 1
|
|
9595
|
+
])),
|
|
9596
|
+
_: 1,
|
|
9597
|
+
__: [10]
|
|
9662
9598
|
}, 8, ["content"])
|
|
9663
9599
|
])
|
|
9664
9600
|
]),
|
|
@@ -9895,11 +9831,11 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
9895
9831
|
});
|
|
9896
9832
|
return (_ctx, _cache) => {
|
|
9897
9833
|
const _component_router_link = resolveComponent("router-link");
|
|
9898
|
-
return
|
|
9834
|
+
return _ctx.to && !_ctx.disabled ? (openBlock(), createBlock(_component_router_link, {
|
|
9899
9835
|
key: 0,
|
|
9900
|
-
class: normalizeClass(["g-link g-link-router-link", { hoverUnderline:
|
|
9901
|
-
to:
|
|
9902
|
-
target:
|
|
9836
|
+
class: normalizeClass(["g-link g-link-router-link", { hoverUnderline: _ctx.underline }]),
|
|
9837
|
+
to: _ctx.to,
|
|
9838
|
+
target: _ctx.target
|
|
9903
9839
|
}, {
|
|
9904
9840
|
default: withCtx(() => [
|
|
9905
9841
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
@@ -9907,10 +9843,10 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
9907
9843
|
_: 3
|
|
9908
9844
|
}, 8, ["class", "to", "target"])) : (openBlock(), createElementBlock("a", {
|
|
9909
9845
|
key: 1,
|
|
9910
|
-
class: normalizeClass(["g-link g-link-a", { hoverUnderline:
|
|
9911
|
-
href:
|
|
9912
|
-
target:
|
|
9913
|
-
disabled:
|
|
9846
|
+
class: normalizeClass(["g-link g-link-a", { hoverUnderline: _ctx.underline, noPointer: _ctx.noPointer }]),
|
|
9847
|
+
href: _ctx.disabled || !targetHref.value ? defaultHref.value : targetHref.value,
|
|
9848
|
+
target: _ctx.target,
|
|
9849
|
+
disabled: _ctx.disabled || _ctx.noPointer
|
|
9914
9850
|
}, [
|
|
9915
9851
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
9916
9852
|
], 10, _hoisted_1$E));
|
|
@@ -10589,12 +10525,12 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
10589
10525
|
key: 0,
|
|
10590
10526
|
"img-src": imgSrc.value,
|
|
10591
10527
|
name: placeholderName.value,
|
|
10592
|
-
width:
|
|
10593
|
-
height:
|
|
10594
|
-
"is-round":
|
|
10595
|
-
class: normalizeClass({ "devui-avatar-square": !
|
|
10528
|
+
width: _ctx.width,
|
|
10529
|
+
height: _ctx.height,
|
|
10530
|
+
"is-round": _ctx.is_round,
|
|
10531
|
+
class: normalizeClass({ "devui-avatar-square": !_ctx.is_round, "gavatar-custom": !imgSrc.value }),
|
|
10596
10532
|
onLoadError,
|
|
10597
|
-
style: normalizeStyle({ minWidth:
|
|
10533
|
+
style: normalizeStyle({ minWidth: _ctx.width + "px" })
|
|
10598
10534
|
}, null, 8, ["img-src", "name", "width", "height", "is-round", "class", "style"])) : createCommentVNode("", true);
|
|
10599
10535
|
};
|
|
10600
10536
|
}
|
|
@@ -10633,15 +10569,15 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
10633
10569
|
return openBlock(), createBlock(unref(Tooltip), {
|
|
10634
10570
|
class: "flash-tag-message",
|
|
10635
10571
|
position: ["top", "bottom"],
|
|
10636
|
-
content:
|
|
10572
|
+
content: _ctx.message,
|
|
10637
10573
|
"overlay-class": "flash-tag-tooltip",
|
|
10638
|
-
disabled: unref(isPhone)() ||
|
|
10574
|
+
disabled: unref(isPhone)() || _ctx.disabled
|
|
10639
10575
|
}, {
|
|
10640
10576
|
default: withCtx(() => [
|
|
10641
10577
|
createElementVNode("span", mergeProps({
|
|
10642
|
-
class: ["gc-flash-tag", { "gc-trusted-tag":
|
|
10578
|
+
class: ["gc-flash-tag", { "gc-trusted-tag": _ctx.trusted, "gc-flash-tag--clickable": _ctx.clickEnabled, "gc-flash-tag--default": !_ctx.clickEnabled, "gc-icon-tag": _ctx.icon }]
|
|
10643
10579
|
}, _ctx.$attrs, { onClick: handleClick }), [
|
|
10644
|
-
|
|
10580
|
+
_ctx.icon ? (openBlock(), createElementBlock("img", {
|
|
10645
10581
|
key: 0,
|
|
10646
10582
|
class: "gc-flash-tag__icon",
|
|
10647
10583
|
src: iconUrl.value
|
|
@@ -10725,7 +10661,7 @@ function getAugmentedNamespace(n) {
|
|
|
10725
10661
|
return a;
|
|
10726
10662
|
}
|
|
10727
10663
|
var relativeTime$1 = { exports: {} };
|
|
10728
|
-
(function(module, exports
|
|
10664
|
+
(function(module, exports) {
|
|
10729
10665
|
!function(r, e) {
|
|
10730
10666
|
module.exports = e();
|
|
10731
10667
|
}(commonjsGlobal, function() {
|
|
@@ -11296,7 +11232,7 @@ var locale = {
|
|
|
11296
11232
|
};
|
|
11297
11233
|
dayjs.locale(locale, null, true);
|
|
11298
11234
|
var timezone = { exports: {} };
|
|
11299
|
-
(function(module, exports
|
|
11235
|
+
(function(module, exports) {
|
|
11300
11236
|
!function(t2, e) {
|
|
11301
11237
|
module.exports = e();
|
|
11302
11238
|
}(commonjsGlobal, function() {
|
|
@@ -11359,7 +11295,7 @@ var timezone = { exports: {} };
|
|
|
11359
11295
|
var timezoneExports = timezone.exports;
|
|
11360
11296
|
const tz = /* @__PURE__ */ getDefaultExportFromCjs(timezoneExports);
|
|
11361
11297
|
var utc$1 = { exports: {} };
|
|
11362
|
-
(function(module, exports
|
|
11298
|
+
(function(module, exports) {
|
|
11363
11299
|
!function(t2, i) {
|
|
11364
11300
|
module.exports = i();
|
|
11365
11301
|
}(commonjsGlobal, function() {
|
|
@@ -11375,16 +11311,16 @@ var utc$1 = { exports: {} };
|
|
|
11375
11311
|
}, u.local = function() {
|
|
11376
11312
|
return n(this.toDate(), { locale: this.$L, utc: false });
|
|
11377
11313
|
};
|
|
11378
|
-
var
|
|
11314
|
+
var o = u.parse;
|
|
11379
11315
|
u.parse = function(t3) {
|
|
11380
|
-
t3.utc && (this.$u = true), this.$utils().u(t3.$offset) || (this.$offset = t3.$offset),
|
|
11316
|
+
t3.utc && (this.$u = true), this.$utils().u(t3.$offset) || (this.$offset = t3.$offset), o.call(this, t3);
|
|
11381
11317
|
};
|
|
11382
|
-
var
|
|
11318
|
+
var r = u.init;
|
|
11383
11319
|
u.init = function() {
|
|
11384
11320
|
if (this.$u) {
|
|
11385
11321
|
var t3 = this.$d;
|
|
11386
11322
|
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();
|
|
11387
|
-
} else
|
|
11323
|
+
} else r.call(this);
|
|
11388
11324
|
};
|
|
11389
11325
|
var a = u.utcOffset;
|
|
11390
11326
|
u.utcOffset = function(s2, f2) {
|
|
@@ -11397,12 +11333,13 @@ var utc$1 = { exports: {} };
|
|
|
11397
11333
|
var f3 = ("" + s3[0]).match(e) || ["-", 0, 0], n3 = f3[0], u3 = 60 * +f3[1] + +f3[2];
|
|
11398
11334
|
return 0 === u3 ? 0 : "+" === n3 ? u3 : -u3;
|
|
11399
11335
|
}(s2), null === s2)) return this;
|
|
11400
|
-
var u2 = Math.abs(s2) <= 16 ? 60 * s2 : s2;
|
|
11401
|
-
if (0 ===
|
|
11402
|
-
|
|
11403
|
-
|
|
11404
|
-
|
|
11405
|
-
|
|
11336
|
+
var u2 = Math.abs(s2) <= 16 ? 60 * s2 : s2, o2 = this;
|
|
11337
|
+
if (f2) return o2.$offset = u2, o2.$u = 0 === s2, o2;
|
|
11338
|
+
if (0 !== s2) {
|
|
11339
|
+
var r2 = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
|
|
11340
|
+
(o2 = this.local().add(u2 + r2, t2)).$offset = u2, o2.$x.$localOffset = r2;
|
|
11341
|
+
} else o2 = this.utc();
|
|
11342
|
+
return o2;
|
|
11406
11343
|
};
|
|
11407
11344
|
var h2 = u.format;
|
|
11408
11345
|
u.format = function(t3) {
|
|
@@ -11632,9 +11569,9 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
11632
11569
|
});
|
|
11633
11570
|
return (_ctx, _cache) => {
|
|
11634
11571
|
var _a, _b, _c;
|
|
11635
|
-
return
|
|
11572
|
+
return _ctx.scene === unref(SceneValue).org && !_ctx.errorCode ? (openBlock(), createElementBlock("div", _hoisted_1$C, [
|
|
11636
11573
|
createVNode(GLink, {
|
|
11637
|
-
href: ((_a =
|
|
11574
|
+
href: ((_a = _ctx.orgProps) == null ? void 0 : _a.orgHomepageUrl) || "",
|
|
11638
11575
|
class: "header-custom-link"
|
|
11639
11576
|
}, {
|
|
11640
11577
|
default: withCtx(() => {
|
|
@@ -11656,21 +11593,21 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
11656
11593
|
createVNode(unref(Button), {
|
|
11657
11594
|
onClick: _cache[0] || (_cache[0] = ($event) => {
|
|
11658
11595
|
var _a2;
|
|
11659
|
-
return handleOrgFollow((_a2 =
|
|
11596
|
+
return handleOrgFollow((_a2 = _ctx.orgProps) == null ? void 0 : _a2.isOrgFollow);
|
|
11660
11597
|
}),
|
|
11661
11598
|
class: "org-layout-toolbar-follow"
|
|
11662
11599
|
}, {
|
|
11663
11600
|
default: withCtx(() => {
|
|
11664
11601
|
var _a2;
|
|
11665
11602
|
return [
|
|
11666
|
-
createElementVNode("span", _hoisted_3$r, toDisplayString$1(((_a2 =
|
|
11603
|
+
createElementVNode("span", _hoisted_3$r, toDisplayString$1(((_a2 = _ctx.orgProps) == null ? void 0 : _a2.isOrgFollow) ? unref(t2)("gitCodeLayout.home.alreadyFollowed") : unref(t2)("gitCodeLayout.home.focusOn")), 1)
|
|
11667
11604
|
];
|
|
11668
11605
|
}),
|
|
11669
11606
|
_: 1
|
|
11670
11607
|
})
|
|
11671
|
-
])) :
|
|
11608
|
+
])) : _ctx.scene === unref(SceneValue).repo && !_ctx.errorCode ? (openBlock(), createBlock(unref(Skeleton), {
|
|
11672
11609
|
key: 1,
|
|
11673
|
-
loading: (_b =
|
|
11610
|
+
loading: (_b = _ctx.repoProps) == null ? void 0 : _b.repoNameLoading,
|
|
11674
11611
|
rows: 1
|
|
11675
11612
|
}, {
|
|
11676
11613
|
placeholder: withCtx(() => [
|
|
@@ -11693,7 +11630,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
11693
11630
|
default: withCtx(() => {
|
|
11694
11631
|
var _a3, _b3, _c3, _d2;
|
|
11695
11632
|
return [
|
|
11696
|
-
!((_a3 =
|
|
11633
|
+
!((_a3 = _ctx.repoProps) == null ? void 0 : _a3.isGhMirrors) ? (openBlock(), createBlock(_sfc_main$L, {
|
|
11697
11634
|
key: 0,
|
|
11698
11635
|
class: normalizeClass({ "g-border": isOrg.value }),
|
|
11699
11636
|
src: (_c3 = (_b3 = unref(repoInfo)) == null ? void 0 : _b3.namespace) == null ? void 0 : _c3.avatar_url,
|
|
@@ -11709,7 +11646,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
11709
11646
|
_: 1
|
|
11710
11647
|
}, 8, ["href"]),
|
|
11711
11648
|
createElementVNode("div", _hoisted_8$9, [
|
|
11712
|
-
!((_b2 =
|
|
11649
|
+
!((_b2 = _ctx.repoProps) == null ? void 0 : _b2.isGhMirrors) ? (openBlock(), createElementBlock("div", {
|
|
11713
11650
|
key: 0,
|
|
11714
11651
|
ref_key: "breadcrumbRef",
|
|
11715
11652
|
ref: breadcrumbRef,
|
|
@@ -11744,7 +11681,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
11744
11681
|
key: 1,
|
|
11745
11682
|
ref_key: "breadcrumbNextRef",
|
|
11746
11683
|
ref: breadcrumbNextRef,
|
|
11747
|
-
class: normalizeClass(["g-repo-layout-breadcrumb-next", [((_c2 =
|
|
11684
|
+
class: normalizeClass(["g-repo-layout-breadcrumb-next", [((_c2 = _ctx.repoProps) == null ? void 0 : _c2.isGhMirrors) ? "g-repo-layout-breadcrumb-next--full" : "g-repo-layout-breadcrumb-next--limit"]])
|
|
11748
11685
|
}, [
|
|
11749
11686
|
createVNode(GLink, {
|
|
11750
11687
|
class: "linkTx",
|
|
@@ -11767,10 +11704,11 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
11767
11704
|
type: "gstar",
|
|
11768
11705
|
message: `G-Star ${unref(t2)("gitCodeLayout.GStar.project.graduation")}`
|
|
11769
11706
|
}, {
|
|
11770
|
-
default: withCtx(() =>
|
|
11771
|
-
createTextVNode("G-Star "
|
|
11772
|
-
])
|
|
11773
|
-
_: 1
|
|
11707
|
+
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
11708
|
+
createTextVNode("G-Star ")
|
|
11709
|
+
])),
|
|
11710
|
+
_: 1,
|
|
11711
|
+
__: [2]
|
|
11774
11712
|
}, 8, ["message"])
|
|
11775
11713
|
])) : unref(isIncubationRepo)(unref(repoInfo).topic_names) ? (openBlock(), createElementBlock("div", _hoisted_13$2, [
|
|
11776
11714
|
createVNode(_sfc_main$K, {
|
|
@@ -11779,10 +11717,11 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
11779
11717
|
type: "incubation",
|
|
11780
11718
|
message: `G-Star ${unref(t2)("gitCodeLayout.GStar.project.incubation")}`
|
|
11781
11719
|
}, {
|
|
11782
|
-
default: withCtx(() =>
|
|
11783
|
-
createTextVNode(" G-Star "
|
|
11784
|
-
])
|
|
11785
|
-
_: 1
|
|
11720
|
+
default: withCtx(() => _cache[3] || (_cache[3] = [
|
|
11721
|
+
createTextVNode(" G-Star ")
|
|
11722
|
+
])),
|
|
11723
|
+
_: 1,
|
|
11724
|
+
__: [3]
|
|
11786
11725
|
}, 8, ["message"])
|
|
11787
11726
|
])) : createCommentVNode("", true),
|
|
11788
11727
|
unref(isTrustedRepo)(unref(repoInfo).topic_names) ? (openBlock(), createElementBlock("div", _hoisted_14$2, [
|
|
@@ -11794,7 +11733,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
11794
11733
|
href: "/trusted"
|
|
11795
11734
|
}, null, 8, ["message"])
|
|
11796
11735
|
])) : createCommentVNode("", true),
|
|
11797
|
-
((_d =
|
|
11736
|
+
((_d = _ctx.repoProps) == null ? void 0 : _d.isPrivate) ? (openBlock(), createElementBlock("div", _hoisted_15$2, [
|
|
11798
11737
|
createVNode(GIcon, {
|
|
11799
11738
|
size: "16px",
|
|
11800
11739
|
class: "header-custom-lock-icon",
|
|
@@ -11813,7 +11752,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
11813
11752
|
}, null, 8, ["name"]),
|
|
11814
11753
|
createElementVNode("span", _hoisted_16$2, toDisplayString$1((_f = topicTag.value) == null ? void 0 : _f.suffix), 1)
|
|
11815
11754
|
])) : createCommentVNode("", true),
|
|
11816
|
-
((_g =
|
|
11755
|
+
((_g = _ctx.repoProps) == null ? void 0 : _g.isGhMirrors) && showTimeTopic.value && !unref(isPhone)() ? (openBlock(), createElementBlock("div", _hoisted_17$2, [
|
|
11817
11756
|
createVNode(GIcon, {
|
|
11818
11757
|
name: "gt-line-time",
|
|
11819
11758
|
color: "var(--devui-shape-icon-fill)",
|
|
@@ -11827,7 +11766,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
11827
11766
|
];
|
|
11828
11767
|
}),
|
|
11829
11768
|
_: 1
|
|
11830
|
-
}, 8, ["loading"])) :
|
|
11769
|
+
}, 8, ["loading"])) : _ctx.scene === unref(SceneValue).user && ((_c = _ctx.userProps) == null ? void 0 : _c.isOtherUser) ? (openBlock(), createElementBlock("div", _hoisted_20$2, [
|
|
11831
11770
|
createVNode(GLink, {
|
|
11832
11771
|
to: { name: "homepage" },
|
|
11833
11772
|
class: "header-custom-link"
|
|
@@ -11936,7 +11875,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
11936
11875
|
onClick: handleClick
|
|
11937
11876
|
}, [
|
|
11938
11877
|
createElementVNode("img", {
|
|
11939
|
-
src:
|
|
11878
|
+
src: _ctx.config.logo_url,
|
|
11940
11879
|
alt: "claim power"
|
|
11941
11880
|
}, null, 8, _hoisted_1$A)
|
|
11942
11881
|
])) : createCommentVNode("", true);
|
|
@@ -11990,7 +11929,7 @@ var hasRequiredCore;
|
|
|
11990
11929
|
function requireCore() {
|
|
11991
11930
|
if (hasRequiredCore) return core.exports;
|
|
11992
11931
|
hasRequiredCore = 1;
|
|
11993
|
-
(function(module, exports
|
|
11932
|
+
(function(module, exports) {
|
|
11994
11933
|
(function(root, factory) {
|
|
11995
11934
|
{
|
|
11996
11935
|
module.exports = factory();
|
|
@@ -12597,7 +12536,7 @@ var hasRequiredEncBase64;
|
|
|
12597
12536
|
function requireEncBase64() {
|
|
12598
12537
|
if (hasRequiredEncBase64) return encBase64.exports;
|
|
12599
12538
|
hasRequiredEncBase64 = 1;
|
|
12600
|
-
(function(module, exports
|
|
12539
|
+
(function(module, exports) {
|
|
12601
12540
|
(function(root, factory) {
|
|
12602
12541
|
{
|
|
12603
12542
|
module.exports = factory(requireCore());
|
|
@@ -12704,7 +12643,7 @@ var hasRequiredMd5;
|
|
|
12704
12643
|
function requireMd5() {
|
|
12705
12644
|
if (hasRequiredMd5) return md5.exports;
|
|
12706
12645
|
hasRequiredMd5 = 1;
|
|
12707
|
-
(function(module, exports
|
|
12646
|
+
(function(module, exports) {
|
|
12708
12647
|
(function(root, factory) {
|
|
12709
12648
|
{
|
|
12710
12649
|
module.exports = factory(requireCore());
|
|
@@ -12883,7 +12822,7 @@ var hasRequiredSha1;
|
|
|
12883
12822
|
function requireSha1() {
|
|
12884
12823
|
if (hasRequiredSha1) return sha1.exports;
|
|
12885
12824
|
hasRequiredSha1 = 1;
|
|
12886
|
-
(function(module, exports
|
|
12825
|
+
(function(module, exports) {
|
|
12887
12826
|
(function(root, factory) {
|
|
12888
12827
|
{
|
|
12889
12828
|
module.exports = factory(requireCore());
|
|
@@ -12973,7 +12912,7 @@ var hasRequiredHmac;
|
|
|
12973
12912
|
function requireHmac() {
|
|
12974
12913
|
if (hasRequiredHmac) return hmac.exports;
|
|
12975
12914
|
hasRequiredHmac = 1;
|
|
12976
|
-
(function(module, exports
|
|
12915
|
+
(function(module, exports) {
|
|
12977
12916
|
(function(root, factory) {
|
|
12978
12917
|
{
|
|
12979
12918
|
module.exports = factory(requireCore());
|
|
@@ -13078,7 +13017,7 @@ var hasRequiredEvpkdf;
|
|
|
13078
13017
|
function requireEvpkdf() {
|
|
13079
13018
|
if (hasRequiredEvpkdf) return evpkdf.exports;
|
|
13080
13019
|
hasRequiredEvpkdf = 1;
|
|
13081
|
-
(function(module, exports
|
|
13020
|
+
(function(module, exports) {
|
|
13082
13021
|
(function(root, factory, undef) {
|
|
13083
13022
|
{
|
|
13084
13023
|
module.exports = factory(requireCore(), requireSha1(), requireHmac());
|
|
@@ -13168,7 +13107,7 @@ var hasRequiredCipherCore;
|
|
|
13168
13107
|
function requireCipherCore() {
|
|
13169
13108
|
if (hasRequiredCipherCore) return cipherCore.exports;
|
|
13170
13109
|
hasRequiredCipherCore = 1;
|
|
13171
|
-
(function(module, exports
|
|
13110
|
+
(function(module, exports) {
|
|
13172
13111
|
(function(root, factory, undef) {
|
|
13173
13112
|
{
|
|
13174
13113
|
module.exports = factory(requireCore(), requireEvpkdf());
|
|
@@ -13806,7 +13745,7 @@ function requireCipherCore() {
|
|
|
13806
13745
|
})(cipherCore);
|
|
13807
13746
|
return cipherCore.exports;
|
|
13808
13747
|
}
|
|
13809
|
-
(function(module, exports
|
|
13748
|
+
(function(module, exports) {
|
|
13810
13749
|
(function(root, factory, undef) {
|
|
13811
13750
|
{
|
|
13812
13751
|
module.exports = factory(requireCore(), requireEncBase64(), requireMd5(), requireEvpkdf(), requireCipherCore());
|
|
@@ -13955,7 +13894,7 @@ function requireCipherCore() {
|
|
|
13955
13894
|
var aesExports = aes.exports;
|
|
13956
13895
|
const AES = /* @__PURE__ */ getDefaultExportFromCjs(aesExports);
|
|
13957
13896
|
var padPkcs7 = { exports: {} };
|
|
13958
|
-
(function(module, exports
|
|
13897
|
+
(function(module, exports) {
|
|
13959
13898
|
(function(root, factory, undef) {
|
|
13960
13899
|
{
|
|
13961
13900
|
module.exports = factory(requireCore(), requireCipherCore());
|
|
@@ -13967,7 +13906,7 @@ var padPkcs7 = { exports: {} };
|
|
|
13967
13906
|
var padPkcs7Exports = padPkcs7.exports;
|
|
13968
13907
|
const Pkcs7 = /* @__PURE__ */ getDefaultExportFromCjs(padPkcs7Exports);
|
|
13969
13908
|
var encUtf8 = { exports: {} };
|
|
13970
|
-
(function(module, exports
|
|
13909
|
+
(function(module, exports) {
|
|
13971
13910
|
(function(root, factory) {
|
|
13972
13911
|
{
|
|
13973
13912
|
module.exports = factory(requireCore());
|
|
@@ -14566,7 +14505,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
14566
14505
|
return (_ctx, _cache) => {
|
|
14567
14506
|
return openBlock(), createBlock(GLink, {
|
|
14568
14507
|
variant: "text",
|
|
14569
|
-
class: normalizeClass(["g-toolbar-docs",
|
|
14508
|
+
class: normalizeClass(["g-toolbar-docs", _ctx.whiteColor ? "white" : "black"]),
|
|
14570
14509
|
href: unref(currentHelpDocsAiCommunityUrl)(),
|
|
14571
14510
|
target: "_blank"
|
|
14572
14511
|
}, {
|
|
@@ -14646,7 +14585,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
14646
14585
|
style: normalizeStyle({ "-webkit-line-clamp": (_b = finalConfig.value) == null ? void 0 : _b.line })
|
|
14647
14586
|
}, [
|
|
14648
14587
|
createVNode(unref(Tooltip), {
|
|
14649
|
-
position:
|
|
14588
|
+
position: _ctx.position,
|
|
14650
14589
|
disabled: !content.value || !((_c = finalConfig.value) == null ? void 0 : _c.tooltip),
|
|
14651
14590
|
content: content.value
|
|
14652
14591
|
}, {
|
|
@@ -14693,16 +14632,16 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
14693
14632
|
createElementVNode("div", _hoisted_2$r, [
|
|
14694
14633
|
createElementVNode("div", {
|
|
14695
14634
|
class: "message-item__avatar-wrap",
|
|
14696
|
-
title:
|
|
14635
|
+
title: _ctx.data.nickname
|
|
14697
14636
|
}, [
|
|
14698
14637
|
createElementVNode("a", {
|
|
14699
|
-
href: unref(transformUrl)((_a =
|
|
14638
|
+
href: unref(transformUrl)((_a = _ctx.data) == null ? void 0 : _a.userPath),
|
|
14700
14639
|
target: "_blank",
|
|
14701
14640
|
class: "user-info linktx message-item__user-info"
|
|
14702
14641
|
}, [
|
|
14703
14642
|
createVNode(_sfc_main$L, {
|
|
14704
|
-
name:
|
|
14705
|
-
src:
|
|
14643
|
+
name: _ctx.data.nickname,
|
|
14644
|
+
src: _ctx.data.avatar,
|
|
14706
14645
|
width: 32,
|
|
14707
14646
|
height: 32
|
|
14708
14647
|
}, null, 8, ["name", "src"])
|
|
@@ -14712,23 +14651,23 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
14712
14651
|
createElementVNode("div", _hoisted_5$e, [
|
|
14713
14652
|
createElementVNode("div", _hoisted_6$c, [
|
|
14714
14653
|
createVNode(GLink, {
|
|
14715
|
-
href: unref(transformUrl)(
|
|
14654
|
+
href: unref(transformUrl)(_ctx.data.url),
|
|
14716
14655
|
target: "_blank",
|
|
14717
|
-
class: normalizeClass(["message-item-content", { "text-light":
|
|
14656
|
+
class: normalizeClass(["message-item-content", { "text-light": _ctx.data.read }]),
|
|
14718
14657
|
onClick: _cache[0] || (_cache[0] = ($event) => emits("trigger"))
|
|
14719
14658
|
}, {
|
|
14720
14659
|
default: withCtx(() => [
|
|
14721
14660
|
createVNode(GText, { class: "devui-link linktx" }, {
|
|
14722
14661
|
default: withCtx(() => [
|
|
14723
|
-
|
|
14662
|
+
_ctx.data.vHtml ? (openBlock(), createElementBlock("div", {
|
|
14724
14663
|
key: 0,
|
|
14725
|
-
title:
|
|
14726
|
-
innerHTML: unref(xssPurify)(
|
|
14664
|
+
title: _ctx.data.title,
|
|
14665
|
+
innerHTML: unref(xssPurify)(_ctx.data.title) || "",
|
|
14727
14666
|
class: "message-item__title"
|
|
14728
14667
|
}, null, 8, _hoisted_7$9)) : (openBlock(), createElementBlock("span", {
|
|
14729
14668
|
key: 1,
|
|
14730
|
-
title:
|
|
14731
|
-
}, toDisplayString$1(
|
|
14669
|
+
title: _ctx.data.title
|
|
14670
|
+
}, toDisplayString$1(_ctx.data.title || "-"), 9, _hoisted_8$8))
|
|
14732
14671
|
]),
|
|
14733
14672
|
_: 1
|
|
14734
14673
|
})
|
|
@@ -14738,21 +14677,21 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
14738
14677
|
createElementVNode("div", _hoisted_9$6, [
|
|
14739
14678
|
createVNode(GText, null, {
|
|
14740
14679
|
default: withCtx(() => [
|
|
14741
|
-
createTextVNode(toDisplayString$1(
|
|
14680
|
+
createTextVNode(toDisplayString$1(_ctx.data.repo), 1)
|
|
14742
14681
|
]),
|
|
14743
14682
|
_: 1
|
|
14744
14683
|
}),
|
|
14745
|
-
_cache[1] || (_cache[1] = createTextVNode(" "
|
|
14684
|
+
_cache[1] || (_cache[1] = createTextVNode(" ")),
|
|
14746
14685
|
createVNode(GText, { class: "message-type-text" }, {
|
|
14747
14686
|
default: withCtx(() => [
|
|
14748
|
-
createTextVNode(toDisplayString$1(
|
|
14687
|
+
createTextVNode(toDisplayString$1(_ctx.data.type || "-"), 1)
|
|
14749
14688
|
]),
|
|
14750
14689
|
_: 1
|
|
14751
14690
|
})
|
|
14752
14691
|
])
|
|
14753
14692
|
])
|
|
14754
14693
|
]),
|
|
14755
|
-
createElementVNode("div", _hoisted_10$6, toDisplayString$1(unref(formatTimeFromNow)(
|
|
14694
|
+
createElementVNode("div", _hoisted_10$6, toDisplayString$1(unref(formatTimeFromNow)(_ctx.data.time)), 1)
|
|
14756
14695
|
]);
|
|
14757
14696
|
};
|
|
14758
14697
|
}
|
|
@@ -15125,14 +15064,14 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
15125
15064
|
class: normalizeClass(["message-content-header-item message-content-header-item--mr", { active: mentionSubTab.value === "project" }]),
|
|
15126
15065
|
onClick: _cache[2] || (_cache[2] = ($event) => switchMentionSubTab("project"))
|
|
15127
15066
|
}, [
|
|
15128
|
-
_cache[6] || (_cache[6] = createTextVNode(" 项目相关 "
|
|
15067
|
+
_cache[6] || (_cache[6] = createTextVNode(" 项目相关 ")),
|
|
15129
15068
|
mentionSubTabCount.value.project > 0 ? (openBlock(), createElementBlock("span", _hoisted_7$8, toDisplayString$1(mentionSubTabCount.value.project), 1)) : createCommentVNode("", true)
|
|
15130
15069
|
], 2),
|
|
15131
15070
|
createElementVNode("div", {
|
|
15132
15071
|
class: normalizeClass(["message-content-header-item", { active: mentionSubTab.value === "discussion" }]),
|
|
15133
15072
|
onClick: _cache[3] || (_cache[3] = ($event) => switchMentionSubTab("discussion"))
|
|
15134
15073
|
}, [
|
|
15135
|
-
_cache[7] || (_cache[7] = createTextVNode(" 在线讨论 "
|
|
15074
|
+
_cache[7] || (_cache[7] = createTextVNode(" 在线讨论 ")),
|
|
15136
15075
|
mentionSubTabCount.value.discussion > 0 ? (openBlock(), createElementBlock("span", _hoisted_8$7, toDisplayString$1(mentionSubTabCount.value.discussion), 1)) : createCommentVNode("", true)
|
|
15137
15076
|
], 2)
|
|
15138
15077
|
])) : createCommentVNode("", true),
|
|
@@ -15309,13 +15248,17 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
15309
15248
|
const linkList = ref(LANGUAGE);
|
|
15310
15249
|
const router2 = useRouter();
|
|
15311
15250
|
const { t: t2 } = i18n.global;
|
|
15251
|
+
const setPageReloadFlag = () => {
|
|
15252
|
+
sessionStorage$1.setItem("page_reload", "changedLang");
|
|
15253
|
+
api.set("page_reload", "changedLang", { path: "/", sameSite: "Lax" });
|
|
15254
|
+
};
|
|
15312
15255
|
const handleClick = (linkItem) => {
|
|
15313
15256
|
var _a, _b;
|
|
15314
15257
|
if (lang.value === linkItem.value) return;
|
|
15315
15258
|
lang.value = linkItem.value;
|
|
15316
15259
|
const isHomePage = ((_b = (_a = router2 == null ? void 0 : router2.currentRoute) == null ? void 0 : _a.value) == null ? void 0 : _b.name) === "home";
|
|
15317
15260
|
if (isHomePage) {
|
|
15318
|
-
|
|
15261
|
+
setPageReloadFlag();
|
|
15319
15262
|
}
|
|
15320
15263
|
window.location.reload();
|
|
15321
15264
|
};
|
|
@@ -15652,14 +15595,14 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
15652
15595
|
}, [
|
|
15653
15596
|
createVNode(GLink, {
|
|
15654
15597
|
class: "g-user-drawer-info",
|
|
15655
|
-
href: `${unref(layoutConfig2).VITE_HOST}/${
|
|
15598
|
+
href: `${unref(layoutConfig2).VITE_HOST}/${_ctx.accountInfo.username}`,
|
|
15656
15599
|
key: "myPage",
|
|
15657
|
-
target:
|
|
15600
|
+
target: _ctx.isChatBot ? "_blank" : ""
|
|
15658
15601
|
}, {
|
|
15659
15602
|
default: withCtx(() => [
|
|
15660
15603
|
createVNode(_sfc_main$L, {
|
|
15661
|
-
name:
|
|
15662
|
-
src:
|
|
15604
|
+
name: _ctx.accountInfo.nickname,
|
|
15605
|
+
src: _ctx.accountInfo.avatar,
|
|
15663
15606
|
width: 52,
|
|
15664
15607
|
height: 52
|
|
15665
15608
|
}, null, 8, ["name", "src"]),
|
|
@@ -15667,12 +15610,12 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
15667
15610
|
createElementVNode("div", _hoisted_2$n, [
|
|
15668
15611
|
createElementVNode("p", {
|
|
15669
15612
|
class: "g-user-drawer-info-list-name ellipsis",
|
|
15670
|
-
title:
|
|
15671
|
-
}, toDisplayString$1(
|
|
15613
|
+
title: _ctx.accountInfo.nickname
|
|
15614
|
+
}, toDisplayString$1(_ctx.accountInfo.nickname), 9, _hoisted_3$m),
|
|
15672
15615
|
createElementVNode("p", {
|
|
15673
15616
|
class: "g-user-drawer-info-list-id ellipsis",
|
|
15674
|
-
title:
|
|
15675
|
-
}, "@" + toDisplayString$1(
|
|
15617
|
+
title: _ctx.accountInfo.username
|
|
15618
|
+
}, "@" + toDisplayString$1(_ctx.accountInfo.username), 9, _hoisted_4$g)
|
|
15676
15619
|
]),
|
|
15677
15620
|
createVNode(GIcon, {
|
|
15678
15621
|
name: "gt-line-right",
|
|
@@ -15682,13 +15625,13 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
15682
15625
|
]),
|
|
15683
15626
|
_: 1
|
|
15684
15627
|
}, 8, ["href", "target"]),
|
|
15685
|
-
!
|
|
15628
|
+
!_ctx.inAIHub ? (openBlock(), createBlock(UserLevel, {
|
|
15686
15629
|
key: 0,
|
|
15687
|
-
accountInfo:
|
|
15630
|
+
accountInfo: _ctx.accountInfo
|
|
15688
15631
|
}, null, 8, ["accountInfo"])) : createCommentVNode("", true),
|
|
15689
15632
|
(openBlock(true), createElementBlock(Fragment, null, renderList(userMenuList.value, (block, index2) => {
|
|
15690
15633
|
return openBlock(), createElementBlock("div", {
|
|
15691
|
-
class: normalizeClass(["g-user-drawer-block", { "g-user-drawer-block--no-pt": index2 === 0 &&
|
|
15634
|
+
class: normalizeClass(["g-user-drawer-block", { "g-user-drawer-block--no-pt": index2 === 0 && _ctx.inAIHub }]),
|
|
15692
15635
|
key: index2
|
|
15693
15636
|
}, [
|
|
15694
15637
|
block.component ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
@@ -15704,7 +15647,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
15704
15647
|
key: item.id
|
|
15705
15648
|
}, { ref_for: true }, item, {
|
|
15706
15649
|
onClick: ($event) => handleClick(item),
|
|
15707
|
-
target:
|
|
15650
|
+
target: _ctx.isChatBot && !item.action ? "_blank" : item.target || ""
|
|
15708
15651
|
}), {
|
|
15709
15652
|
default: withCtx(() => [
|
|
15710
15653
|
item.icon ? (openBlock(), createBlock(GIcon, {
|
|
@@ -15880,9 +15823,9 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
15880
15823
|
name: accountInfo.value.nickname,
|
|
15881
15824
|
src: unref(transformUrl)(accountInfo.value.avatar)
|
|
15882
15825
|
}, null, 8, ["name", "src"]),
|
|
15883
|
-
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_2$m,
|
|
15826
|
+
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_2$m, _cache[4] || (_cache[4] = [
|
|
15884
15827
|
createElementVNode("div", null, null, -1)
|
|
15885
|
-
])
|
|
15828
|
+
]))) : createCommentVNode("", true)
|
|
15886
15829
|
])
|
|
15887
15830
|
])) : (openBlock(), createBlock(unref(Dropdown), {
|
|
15888
15831
|
key: 1,
|
|
@@ -15895,13 +15838,13 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
15895
15838
|
menu: withCtx(() => [
|
|
15896
15839
|
createElementVNode("div", _hoisted_5$a, [
|
|
15897
15840
|
createVNode(UserAvatarMenu, {
|
|
15898
|
-
independence:
|
|
15899
|
-
loginOutFinish:
|
|
15841
|
+
independence: _ctx.independence,
|
|
15842
|
+
loginOutFinish: _ctx.loginOutFinish,
|
|
15900
15843
|
accountInfo: accountInfo.value,
|
|
15901
|
-
isChatBot:
|
|
15902
|
-
inAIHub:
|
|
15903
|
-
userMenus:
|
|
15904
|
-
inEnterpriseHeader:
|
|
15844
|
+
isChatBot: _ctx.isChatBot,
|
|
15845
|
+
inAIHub: _ctx.inAIHub,
|
|
15846
|
+
userMenus: _ctx.userMenus,
|
|
15847
|
+
inEnterpriseHeader: _ctx.inEnterpriseHeader,
|
|
15905
15848
|
onLinkClick: resetOverflow
|
|
15906
15849
|
}, null, 8, ["independence", "loginOutFinish", "accountInfo", "isChatBot", "inAIHub", "userMenus", "inEnterpriseHeader"])
|
|
15907
15850
|
])
|
|
@@ -15912,9 +15855,9 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
15912
15855
|
name: accountInfo.value.nickname,
|
|
15913
15856
|
src: unref(transformUrl)(accountInfo.value.avatar)
|
|
15914
15857
|
}, null, 8, ["name", "src"]),
|
|
15915
|
-
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_4$f,
|
|
15858
|
+
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_4$f, _cache[5] || (_cache[5] = [
|
|
15916
15859
|
createElementVNode("div", null, null, -1)
|
|
15917
|
-
])
|
|
15860
|
+
]))) : createCommentVNode("", true)
|
|
15918
15861
|
])
|
|
15919
15862
|
]),
|
|
15920
15863
|
_: 1
|
|
@@ -15937,13 +15880,13 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
15937
15880
|
})
|
|
15938
15881
|
]),
|
|
15939
15882
|
createVNode(UserAvatarMenu, {
|
|
15940
|
-
independence:
|
|
15941
|
-
loginOutFinish:
|
|
15883
|
+
independence: _ctx.independence,
|
|
15884
|
+
loginOutFinish: _ctx.loginOutFinish,
|
|
15942
15885
|
accountInfo: accountInfo.value,
|
|
15943
|
-
isChatBot:
|
|
15944
|
-
inAIHub:
|
|
15945
|
-
userMenus:
|
|
15946
|
-
inEnterpriseHeader:
|
|
15886
|
+
isChatBot: _ctx.isChatBot,
|
|
15887
|
+
inAIHub: _ctx.inAIHub,
|
|
15888
|
+
userMenus: _ctx.userMenus,
|
|
15889
|
+
inEnterpriseHeader: _ctx.inEnterpriseHeader,
|
|
15947
15890
|
onClick: _cache[2] || (_cache[2] = ($event) => drawerVisible.value = false),
|
|
15948
15891
|
onLinkClick: resetOverflow
|
|
15949
15892
|
}, null, 8, ["independence", "loginOutFinish", "accountInfo", "isChatBot", "inAIHub", "userMenus", "inEnterpriseHeader"])
|
|
@@ -16370,7 +16313,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
16370
16313
|
ref_key: "nativeRef",
|
|
16371
16314
|
ref: nativeRef,
|
|
16372
16315
|
class: "devui-input__inner hl-search-input__native",
|
|
16373
|
-
value:
|
|
16316
|
+
value: _ctx.modelValue
|
|
16374
16317
|
}, inputAttrs.value, { onInput }), null, 16, _hoisted_2$l)
|
|
16375
16318
|
], 512),
|
|
16376
16319
|
_ctx.$slots.suffix ? (openBlock(), createElementBlock("div", _hoisted_3$k, [
|
|
@@ -16402,12 +16345,12 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
16402
16345
|
setup(__props) {
|
|
16403
16346
|
const layoutConfig2 = useLayoutConfig();
|
|
16404
16347
|
const { t: $t } = i18n.global;
|
|
16405
|
-
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-
|
|
16406
|
-
const UserSearch = defineAsyncComponent(() => import("./UserSearch-
|
|
16407
|
-
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-
|
|
16408
|
-
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-
|
|
16409
|
-
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-
|
|
16410
|
-
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-
|
|
16348
|
+
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-CSulM69L.js"));
|
|
16349
|
+
const UserSearch = defineAsyncComponent(() => import("./UserSearch-DyVpJ0tp.js"));
|
|
16350
|
+
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-wqsnpP2m.js"));
|
|
16351
|
+
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-CBn618x7.js"));
|
|
16352
|
+
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-DACIOE9u.js"));
|
|
16353
|
+
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-r1nKqpZj.js"));
|
|
16411
16354
|
const props = __props;
|
|
16412
16355
|
const repoInfo = inject("repoInfo");
|
|
16413
16356
|
const orgInfo = inject("orgInfo");
|
|
@@ -16942,9 +16885,9 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
16942
16885
|
});
|
|
16943
16886
|
return (_ctx, _cache) => {
|
|
16944
16887
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
16945
|
-
!
|
|
16888
|
+
!_ctx.inAIHub ? (openBlock(), createElementBlock("div", {
|
|
16946
16889
|
key: 0,
|
|
16947
|
-
class: normalizeClass([isFocus.value ? "focusSearch" : { "left-search": true }, Boolean(
|
|
16890
|
+
class: normalizeClass([isFocus.value ? "focusSearch" : { "left-search": true }, Boolean(_ctx.isShowStickyNotice) ? "focusSearch-sticky-notice" : ""]),
|
|
16948
16891
|
onClick: _cache[6] || (_cache[6] = withModifiers(() => {
|
|
16949
16892
|
}, ["stop"]))
|
|
16950
16893
|
}, [
|
|
@@ -16957,7 +16900,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
16957
16900
|
createVNode(unref(Dropdown), {
|
|
16958
16901
|
align: "start",
|
|
16959
16902
|
position: ["bottom", "bottom-start"],
|
|
16960
|
-
"overlay-class":
|
|
16903
|
+
"overlay-class": _ctx.isShowStickyNotice ? "history-box-sticky-notice history-box" : "history-box",
|
|
16961
16904
|
trigger: "manually",
|
|
16962
16905
|
visible: dropDownVisible.value,
|
|
16963
16906
|
"close-scope": "none",
|
|
@@ -17095,7 +17038,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
17095
17038
|
_: 3
|
|
17096
17039
|
}, 8, ["overlay-class", "visible"])
|
|
17097
17040
|
], 2)) : createCommentVNode("", true),
|
|
17098
|
-
|
|
17041
|
+
_ctx.inAIHub ? (openBlock(), createElementBlock("div", _hoisted_6$8, [
|
|
17099
17042
|
createVNode(unref(Input), {
|
|
17100
17043
|
placeholder: unref($t)("gitCodeLayout.home.searchPlaceholder"),
|
|
17101
17044
|
onKeydown: withKeys(searchResult, ["enter"]),
|
|
@@ -17431,7 +17374,7 @@ const autoAvokeLogin = ({ isLogin, loginFunc, openHarmonyGuide, loginSuccess, lo
|
|
|
17431
17374
|
loginFunc({ type: "login", triggerType: "", loginTriggerSource: "router_login_auth", ...loginFuncOpts }, loginSuccess, openHarmonyGuide);
|
|
17432
17375
|
}
|
|
17433
17376
|
};
|
|
17434
|
-
const NoticeModal = defineAsyncComponent(() => import("./notice-
|
|
17377
|
+
const NoticeModal = defineAsyncComponent(() => import("./notice-CM_TjS9s.js"));
|
|
17435
17378
|
function clearNotice() {
|
|
17436
17379
|
if (localStorage$2.getItem("validator_email")) {
|
|
17437
17380
|
localStorage$2.removeItem("validator_email");
|
|
@@ -17885,7 +17828,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
17885
17828
|
style: normalizeStyle({ height: `${unref(height)}px` })
|
|
17886
17829
|
}, [
|
|
17887
17830
|
createElementVNode("div", {
|
|
17888
|
-
class: normalizeClass(["g-header allow-click-stop", [inAIHub.value ? "ai-hub g-header--ai-border " : "", isHome.value && showHeaderShadow.value ? "head-shadow" : "",
|
|
17831
|
+
class: normalizeClass(["g-header allow-click-stop", [inAIHub.value ? "ai-hub g-header--ai-border " : "", isHome.value && showHeaderShadow.value ? "head-shadow" : "", _ctx.headerBorder ? "oldBorder" : "", headerClassName.value, isIndexHead.value && !showHeaderShadow.value ? "g-header--transparent" : ""]]),
|
|
17889
17832
|
ref_key: "headerRef",
|
|
17890
17833
|
ref: headerRef,
|
|
17891
17834
|
style: normalizeStyle(detailBgStyle.value)
|
|
@@ -17923,13 +17866,13 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
17923
17866
|
class: "g-toolbar-left-asideicon",
|
|
17924
17867
|
color: "var(--theme-aide-text)"
|
|
17925
17868
|
})) : createCommentVNode("", true),
|
|
17926
|
-
showNameAndIcon.value &&
|
|
17869
|
+
showNameAndIcon.value && _ctx.independence || inAIHub.value ? (openBlock(), createBlock(GLink, {
|
|
17927
17870
|
key: 1,
|
|
17928
17871
|
class: normalizeClass(["g-toolbar-left-logo", [inAIHub.value ? "ai-logo" : ""]]),
|
|
17929
17872
|
style: normalizeStyle(logoStyle.value),
|
|
17930
17873
|
href: inAIHub.value ? `${unref(layoutConfig2).VITE_AI_HOST}` : `${unref(layoutConfig2).VITE_HOST}?p=seo`
|
|
17931
17874
|
}, null, 8, ["class", "style", "href"])) : createCommentVNode("", true),
|
|
17932
|
-
showNameAndIcon.value && !
|
|
17875
|
+
showNameAndIcon.value && !_ctx.independence ? (openBlock(), createBlock(GLink, {
|
|
17933
17876
|
key: 2,
|
|
17934
17877
|
class: normalizeClass(["g-toolbar-left-logo", [inAIHub.value ? "ai-logo" : ""]]),
|
|
17935
17878
|
style: normalizeStyle(logoStyle.value),
|
|
@@ -17943,12 +17886,12 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
17943
17886
|
}, [
|
|
17944
17887
|
_ctx.$slots.headerCustom ? renderSlot(_ctx.$slots, "headerCustom", { key: 0 }, void 0, true) : isModuleVisible(unref(HeaderDisplayItem).CUSTOM_CONTENT) && !showNameAndIcon.value ? (openBlock(), createBlock(HeaderCustom, {
|
|
17945
17888
|
key: 1,
|
|
17946
|
-
scene:
|
|
17947
|
-
isLogin:
|
|
17948
|
-
errorCode: (_a2 =
|
|
17949
|
-
orgProps: (_b =
|
|
17950
|
-
repoProps: (_c =
|
|
17951
|
-
userProps: (_d =
|
|
17889
|
+
scene: _ctx.sceneValue,
|
|
17890
|
+
isLogin: _ctx.isLogin,
|
|
17891
|
+
errorCode: (_a2 = _ctx.headerCustomProps) == null ? void 0 : _a2.errorCode,
|
|
17892
|
+
orgProps: (_b = _ctx.headerCustomProps) == null ? void 0 : _b.orgProps,
|
|
17893
|
+
repoProps: (_c = _ctx.headerCustomProps) == null ? void 0 : _c.repoProps,
|
|
17894
|
+
userProps: (_d = _ctx.headerCustomProps) == null ? void 0 : _d.userProps,
|
|
17952
17895
|
onFollowDevCommunity: _cache[1] || (_cache[1] = ($event) => emit("followDevCommunity", $event)),
|
|
17953
17896
|
onFollowUser: _cache[2] || (_cache[2] = ($event) => emit("followUser"))
|
|
17954
17897
|
}, {
|
|
@@ -17967,7 +17910,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
17967
17910
|
(openBlock(), createBlock(Search, {
|
|
17968
17911
|
inAIHub: inAIHub.value,
|
|
17969
17912
|
key: _ctx.$route.fullPath,
|
|
17970
|
-
sceneValue:
|
|
17913
|
+
sceneValue: _ctx.sceneValue,
|
|
17971
17914
|
isShowStickyNotice: isShowStickyNoticeByClose.value
|
|
17972
17915
|
}, {
|
|
17973
17916
|
searchRecommend: withCtx(() => [
|
|
@@ -17990,7 +17933,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
17990
17933
|
createVNode(ClaimPower, { config: claimPowerConfig.value }, null, 8, ["config"]),
|
|
17991
17934
|
isModuleVisible(unref(HeaderDisplayItem).OPERATION_ENTRY) ? (openBlock(), createBlock(OperationEntry, { key: 0 })) : createCommentVNode("", true)
|
|
17992
17935
|
]),
|
|
17993
|
-
!
|
|
17936
|
+
!_ctx.isLogin ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
17994
17937
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17995
17938
|
unref(isMobile) ? (openBlock(), createElementBlock("section", {
|
|
17996
17939
|
key: 0,
|
|
@@ -18036,10 +17979,10 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
18036
17979
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createBlock(UserAvatar, {
|
|
18037
17980
|
key: 3,
|
|
18038
17981
|
isChatBot: isChatBot.value,
|
|
18039
|
-
loginOutFinish:
|
|
17982
|
+
loginOutFinish: _ctx.loginOutFinish,
|
|
18040
17983
|
inAIHub: inAIHub.value,
|
|
18041
|
-
independence:
|
|
18042
|
-
userMenus:
|
|
17984
|
+
independence: _ctx.independence,
|
|
17985
|
+
userMenus: _ctx.userMenus
|
|
18043
17986
|
}, null, 8, ["isChatBot", "loginOutFinish", "inAIHub", "independence", "userMenus"])) : createCommentVNode("", true)
|
|
18044
17987
|
], 64))
|
|
18045
17988
|
], 2)
|
|
@@ -18297,21 +18240,21 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
18297
18240
|
createElementVNode("div", {
|
|
18298
18241
|
ref_key: "headerRef",
|
|
18299
18242
|
ref: headerRef,
|
|
18300
|
-
class: normalizeClass(["g-header allow-click-stop", [showHeaderShadow.value ? "head-shadow" : "",
|
|
18243
|
+
class: normalizeClass(["g-header allow-click-stop", [showHeaderShadow.value ? "head-shadow" : "", _ctx.headerBorder ? "oldBorder" : "", headerClassName.value]])
|
|
18301
18244
|
}, [
|
|
18302
18245
|
createVNode(SiteAnnouncement),
|
|
18303
18246
|
withDirectives((openBlock(), createElementBlock("div", _hoisted_1$m, [
|
|
18304
18247
|
createElementVNode("div", _hoisted_2$g, [
|
|
18305
18248
|
createElementVNode("div", _hoisted_3$f, [
|
|
18306
18249
|
createVNode(_sfc_main$L, {
|
|
18307
|
-
src: (_a2 =
|
|
18308
|
-
name: (_b =
|
|
18250
|
+
src: (_a2 = _ctx.enterpriseInfo) == null ? void 0 : _a2.avatar,
|
|
18251
|
+
name: (_b = _ctx.enterpriseInfo) == null ? void 0 : _b.name,
|
|
18309
18252
|
isRound: false,
|
|
18310
18253
|
width: 32,
|
|
18311
18254
|
height: 32,
|
|
18312
18255
|
class: "enterprise-avatar"
|
|
18313
18256
|
}, null, 8, ["src", "name"]),
|
|
18314
|
-
createElementVNode("span", _hoisted_4$a, toDisplayString$1((_c =
|
|
18257
|
+
createElementVNode("span", _hoisted_4$a, toDisplayString$1((_c = _ctx.enterpriseInfo) == null ? void 0 : _c.name), 1),
|
|
18315
18258
|
createElementVNode("span", _hoisted_5$6, toDisplayString$1(unref(t2)("gitCodeLayout.header.enterpriseFlag")), 1)
|
|
18316
18259
|
])
|
|
18317
18260
|
]),
|
|
@@ -18334,7 +18277,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
18334
18277
|
], true) : createCommentVNode("", true)
|
|
18335
18278
|
]),
|
|
18336
18279
|
createElementVNode("div", _hoisted_7$4, [
|
|
18337
|
-
!
|
|
18280
|
+
!_ctx.isLogin ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
18338
18281
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
18339
18282
|
unref(isMobile) ? (openBlock(), createElementBlock("section", {
|
|
18340
18283
|
key: 0,
|
|
@@ -18395,10 +18338,10 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
18395
18338
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createBlock(UserAvatar, {
|
|
18396
18339
|
key: 2,
|
|
18397
18340
|
isChatBot: false,
|
|
18398
|
-
loginOutFinish:
|
|
18341
|
+
loginOutFinish: _ctx.loginOutFinish,
|
|
18399
18342
|
inAIHub: false,
|
|
18400
|
-
independence:
|
|
18401
|
-
userMenus:
|
|
18343
|
+
independence: _ctx.independence,
|
|
18344
|
+
userMenus: _ctx.userMenus,
|
|
18402
18345
|
inEnterpriseHeader: true
|
|
18403
18346
|
}, null, 8, ["loginOutFinish", "independence", "userMenus"])) : createCommentVNode("", true)
|
|
18404
18347
|
], 64))
|
|
@@ -18645,9 +18588,9 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
18645
18588
|
const layoutConfig2 = useLayoutConfig();
|
|
18646
18589
|
const { t: t2 } = i18n.global;
|
|
18647
18590
|
const route = useRoute();
|
|
18648
|
-
const MenuItem = defineAsyncComponent(() => import("./MenuItem-
|
|
18649
|
-
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-
|
|
18650
|
-
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-
|
|
18591
|
+
const MenuItem = defineAsyncComponent(() => import("./MenuItem-j7W1oMju.js"));
|
|
18592
|
+
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-BazzlsC_.js"));
|
|
18593
|
+
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-DHbbjGxo.js"));
|
|
18651
18594
|
const props = __props;
|
|
18652
18595
|
const useReport2 = inject("useReport");
|
|
18653
18596
|
const userInfo = inject("userInfo");
|
|
@@ -18862,9 +18805,9 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
18862
18805
|
(openBlock(true), createElementBlock(Fragment, null, renderList(filterList.value, (item) => {
|
|
18863
18806
|
return openBlock(), createBlock(resolveDynamicComponent(renderComponent(item)), mergeProps({
|
|
18864
18807
|
key: item.id,
|
|
18865
|
-
isLogin:
|
|
18808
|
+
isLogin: _ctx.isLogin,
|
|
18866
18809
|
item,
|
|
18867
|
-
slotKeys:
|
|
18810
|
+
slotKeys: _ctx.slotKeys
|
|
18868
18811
|
}, { ref_for: true }, getProps(item)), createSlots({ _: 2 }, [
|
|
18869
18812
|
renderList(mainSiteSlotKeys.value, (key) => {
|
|
18870
18813
|
return {
|
|
@@ -18886,9 +18829,9 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
18886
18829
|
}, {
|
|
18887
18830
|
default: withCtx(() => [
|
|
18888
18831
|
(openBlock(), createBlock(resolveDynamicComponent(LayoutSlotComponent(key)), mergeProps({ ref_for: true }, getProps(item), {
|
|
18889
|
-
slotKeys:
|
|
18832
|
+
slotKeys: _ctx.slotKeys,
|
|
18890
18833
|
item,
|
|
18891
|
-
isLogin:
|
|
18834
|
+
isLogin: _ctx.isLogin
|
|
18892
18835
|
}), null, 16, ["slotKeys", "item", "isLogin"]))
|
|
18893
18836
|
]),
|
|
18894
18837
|
_: 2
|
|
@@ -18981,17 +18924,17 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
18981
18924
|
withDirectives(createElementVNode("div", _hoisted_2$d, [
|
|
18982
18925
|
createVNode(_sfc_main$o)
|
|
18983
18926
|
], 512), [
|
|
18984
|
-
[vShow,
|
|
18927
|
+
[vShow, _ctx.showThemeSetting]
|
|
18985
18928
|
]),
|
|
18986
18929
|
withDirectives(createElementVNode("div", _hoisted_3$d, [
|
|
18987
18930
|
createVNode(_sfc_main$z)
|
|
18988
18931
|
], 512), [
|
|
18989
|
-
[vShow,
|
|
18932
|
+
[vShow, _ctx.showLangSetting]
|
|
18990
18933
|
])
|
|
18991
18934
|
]),
|
|
18992
18935
|
default: withCtx(() => [
|
|
18993
18936
|
createElementVNode("div", {
|
|
18994
|
-
class: normalizeClass(["aside-footer-tools-item", { "aside-footer-tools-item-little":
|
|
18937
|
+
class: normalizeClass(["aside-footer-tools-item", { "aside-footer-tools-item-little": _ctx.asideSetShowLittle }])
|
|
18995
18938
|
}, [
|
|
18996
18939
|
createVNode(GIcon, {
|
|
18997
18940
|
name: "gt-line-setting",
|
|
@@ -19166,7 +19109,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
19166
19109
|
target: "_blank",
|
|
19167
19110
|
rel: "noopener noreferrer"
|
|
19168
19111
|
}, "CSDN", -1)),
|
|
19169
|
-
_cache[2] || (_cache[2] = createTextVNode(" | "
|
|
19112
|
+
_cache[2] || (_cache[2] = createTextVNode(" | ")),
|
|
19170
19113
|
createElementVNode("a", _hoisted_8$3, toDisplayString$1(unref(t2)("gitCodeLayout.home.HWCloud")), 1)
|
|
19171
19114
|
], 2),
|
|
19172
19115
|
createElementVNode("p", _hoisted_9$3, [
|
|
@@ -19179,7 +19122,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
19179
19122
|
]),
|
|
19180
19123
|
_: 1
|
|
19181
19124
|
}, 8, ["href"]),
|
|
19182
|
-
_cache[3] || (_cache[3] = createTextVNode(" | "
|
|
19125
|
+
_cache[3] || (_cache[3] = createTextVNode(" | ")),
|
|
19183
19126
|
createVNode(GLink, {
|
|
19184
19127
|
target: "_blank",
|
|
19185
19128
|
href: unref(copyright).beian_url
|
|
@@ -19347,11 +19290,11 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
19347
19290
|
});
|
|
19348
19291
|
return (_ctx, _cache) => {
|
|
19349
19292
|
return openBlock(), createBlock(unref(Aside), {
|
|
19350
|
-
class: normalizeClass(["config-aside-content", { "side-bar-content-shot":
|
|
19293
|
+
class: normalizeClass(["config-aside-content", { "side-bar-content-shot": _ctx.asideSetShowLittle }])
|
|
19351
19294
|
}, {
|
|
19352
19295
|
default: withCtx(() => [
|
|
19353
19296
|
createElementVNode("div", {
|
|
19354
|
-
class: normalizeClass(["config-aside__content", { "side-bar-content-shot":
|
|
19297
|
+
class: normalizeClass(["config-aside__content", { "side-bar-content-shot": _ctx.asideSetShowLittle, "shot-isCh": !unref(isEn) }])
|
|
19355
19298
|
}, [
|
|
19356
19299
|
withDirectives((openBlock(), createElementBlock("div", _hoisted_1$h, [
|
|
19357
19300
|
createElementVNode("div", {
|
|
@@ -19371,10 +19314,10 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
19371
19314
|
}, [
|
|
19372
19315
|
createVNode(Area, {
|
|
19373
19316
|
list: getAreaItem(item),
|
|
19374
|
-
isLogin:
|
|
19317
|
+
isLogin: _ctx.isLogin,
|
|
19375
19318
|
slotKeys: layoutSlotKeys.value,
|
|
19376
|
-
sceneValue:
|
|
19377
|
-
asideSetShowLittle:
|
|
19319
|
+
sceneValue: _ctx.sceneValue,
|
|
19320
|
+
asideSetShowLittle: _ctx.asideSetShowLittle
|
|
19378
19321
|
}, createSlots({ _: 2 }, [
|
|
19379
19322
|
renderList(layoutSlotKeys.value, (key) => {
|
|
19380
19323
|
return {
|
|
@@ -19398,24 +19341,24 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
19398
19341
|
}, null, 8, ["name"]),
|
|
19399
19342
|
_cache[2] || (_cache[2] = createElementVNode("span", null, "群组讨论", -1))
|
|
19400
19343
|
], 32)) : createCommentVNode("", true),
|
|
19401
|
-
!
|
|
19344
|
+
!_ctx.asideSetShowLittle && index2 !== displayArea.value.length - 1 ? (openBlock(), createElementBlock("hr", _hoisted_4$8)) : createCommentVNode("", true)
|
|
19402
19345
|
], 64);
|
|
19403
19346
|
}), 128)),
|
|
19404
|
-
!
|
|
19347
|
+
!_ctx.asideSetShowLittle && isModuleVisible(unref(AsideDisplayItem).LINK) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
19405
19348
|
_cache[3] || (_cache[3] = createElementVNode("hr", { class: "line line--my" }, null, -1)),
|
|
19406
19349
|
createVNode(SubMenuList)
|
|
19407
19350
|
], 64)) : createCommentVNode("", true)
|
|
19408
19351
|
])),
|
|
19409
|
-
!
|
|
19352
|
+
!_ctx.asideSetShowLittle && isModuleVisible(unref(AsideDisplayItem).SITE_INFO) ? (openBlock(), createBlock(ContactInfo, { key: 2 })) : createCommentVNode("", true)
|
|
19410
19353
|
], 34),
|
|
19411
19354
|
showPreferencesSetting.value ? (openBlock(), createElementBlock("div", {
|
|
19412
19355
|
key: 0,
|
|
19413
|
-
class: normalizeClass(["aside-footer-tools", { "aside-footer-tools-little":
|
|
19356
|
+
class: normalizeClass(["aside-footer-tools", { "aside-footer-tools-little": _ctx.asideSetShowLittle }])
|
|
19414
19357
|
}, [
|
|
19415
19358
|
createVNode(Settings, {
|
|
19416
|
-
"show-lang-setting":
|
|
19417
|
-
"show-theme-setting":
|
|
19418
|
-
asideSetShowLittle:
|
|
19359
|
+
"show-lang-setting": _ctx.showLangSetting,
|
|
19360
|
+
"show-theme-setting": _ctx.showThemeSetting,
|
|
19361
|
+
asideSetShowLittle: _ctx.asideSetShowLittle
|
|
19419
19362
|
}, null, 8, ["show-lang-setting", "show-theme-setting", "asideSetShowLittle"])
|
|
19420
19363
|
], 2)) : createCommentVNode("", true)
|
|
19421
19364
|
])), [
|
|
@@ -19580,18 +19523,18 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
19580
19523
|
key: 0,
|
|
19581
19524
|
class: normalizeClass(["left-side-bar", { oldWhite: asideSetShowLittleMode.value, higherZIndex: unref(SITE_STATUS).DISABLE }]),
|
|
19582
19525
|
style: normalizeStyle({ width: mainMarginLeftWidth.value + "px", top: unref(headerHeight2) + "px" }),
|
|
19583
|
-
sceneValue:
|
|
19526
|
+
sceneValue: _ctx.sceneValue,
|
|
19584
19527
|
asideDefaultWidth: mainMarginLeftWidth.value,
|
|
19585
19528
|
asideSetShowLittle: asideSetShowLittleMode.value,
|
|
19586
|
-
isLogin:
|
|
19587
|
-
showPreferencesSetting:
|
|
19588
|
-
showThemeSetting:
|
|
19589
|
-
showLangSetting:
|
|
19590
|
-
independence:
|
|
19591
|
-
slotKeys:
|
|
19592
|
-
collapseMode:
|
|
19529
|
+
isLogin: _ctx.isLogin,
|
|
19530
|
+
showPreferencesSetting: _ctx.showPreferencesSetting,
|
|
19531
|
+
showThemeSetting: _ctx.showThemeSetting,
|
|
19532
|
+
showLangSetting: _ctx.showLangSetting,
|
|
19533
|
+
independence: _ctx.independence,
|
|
19534
|
+
slotKeys: _ctx.slotKeys,
|
|
19535
|
+
collapseMode: _ctx.collapseMode
|
|
19593
19536
|
}, createSlots({ _: 2 }, [
|
|
19594
|
-
renderList(
|
|
19537
|
+
renderList(_ctx.slotKeys, (key) => {
|
|
19595
19538
|
return {
|
|
19596
19539
|
name: key,
|
|
19597
19540
|
fn: withCtx(() => [
|
|
@@ -19613,8 +19556,8 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
19613
19556
|
createVNode(GLink, {
|
|
19614
19557
|
class: "g-toolbar-left-logo",
|
|
19615
19558
|
style: normalizeStyle(logoStyle.value),
|
|
19616
|
-
to:
|
|
19617
|
-
href:
|
|
19559
|
+
to: _ctx.independence ? "" : { name: "home" },
|
|
19560
|
+
href: _ctx.independence ? unref(transformUrl)(unref(layoutConfig2).VITE_HOST) : "",
|
|
19618
19561
|
onClickCapture: handleDrawerLogoClick
|
|
19619
19562
|
}, null, 8, ["style", "to", "href"]),
|
|
19620
19563
|
createVNode(unref(Button), {
|
|
@@ -19625,14 +19568,14 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
19625
19568
|
})
|
|
19626
19569
|
]),
|
|
19627
19570
|
createVNode(ConfigAideContent, mergeProps(props, {
|
|
19628
|
-
sceneValue:
|
|
19571
|
+
sceneValue: _ctx.sceneValue,
|
|
19629
19572
|
asideDefaultWidth: 240,
|
|
19630
|
-
isLogin:
|
|
19631
|
-
showPreferencesSetting:
|
|
19632
|
-
showThemeSetting:
|
|
19633
|
-
showLangSetting:
|
|
19634
|
-
independence:
|
|
19635
|
-
slotKeys:
|
|
19573
|
+
isLogin: _ctx.isLogin,
|
|
19574
|
+
showPreferencesSetting: _ctx.showPreferencesSetting,
|
|
19575
|
+
showThemeSetting: _ctx.showThemeSetting,
|
|
19576
|
+
showLangSetting: _ctx.showLangSetting,
|
|
19577
|
+
independence: _ctx.independence,
|
|
19578
|
+
slotKeys: _ctx.slotKeys
|
|
19636
19579
|
}), null, 16, ["sceneValue", "isLogin", "showPreferencesSetting", "showThemeSetting", "showLangSetting", "independence", "slotKeys"])
|
|
19637
19580
|
]),
|
|
19638
19581
|
_: 1
|
|
@@ -19656,7 +19599,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
19656
19599
|
const { t: t2 } = i18n.global;
|
|
19657
19600
|
return (_ctx, _cache) => {
|
|
19658
19601
|
return openBlock(), createBlock(unref(Dropdown), {
|
|
19659
|
-
position:
|
|
19602
|
+
position: _ctx.position,
|
|
19660
19603
|
align: "end",
|
|
19661
19604
|
"overlay-class": "footer-tools-setting-dropdown"
|
|
19662
19605
|
}, {
|
|
@@ -19664,12 +19607,12 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
19664
19607
|
withDirectives(createElementVNode("div", _hoisted_2$a, [
|
|
19665
19608
|
createVNode(_sfc_main$o)
|
|
19666
19609
|
], 512), [
|
|
19667
|
-
[vShow,
|
|
19610
|
+
[vShow, _ctx.showThemeSetting]
|
|
19668
19611
|
]),
|
|
19669
19612
|
withDirectives(createElementVNode("div", _hoisted_3$a, [
|
|
19670
19613
|
createVNode(_sfc_main$z)
|
|
19671
19614
|
], 512), [
|
|
19672
|
-
[vShow,
|
|
19615
|
+
[vShow, _ctx.showLangSetting]
|
|
19673
19616
|
])
|
|
19674
19617
|
]),
|
|
19675
19618
|
default: withCtx(() => [
|
|
@@ -19852,23 +19795,23 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
19852
19795
|
});
|
|
19853
19796
|
return (_ctx, _cache) => {
|
|
19854
19797
|
return openBlock(), createElementBlock("div", {
|
|
19855
|
-
class: normalizeClass(["scroll-active-container-wrapper", [
|
|
19798
|
+
class: normalizeClass(["scroll-active-container-wrapper", [_ctx.wrapperClass, { "scrollbar-none": !isIOSMobile.value }]]),
|
|
19856
19799
|
onMouseenter: handleMouseEnter,
|
|
19857
19800
|
onMouseleave: handleMouseLeave
|
|
19858
19801
|
}, [
|
|
19859
|
-
(openBlock(), createBlock(resolveDynamicComponent(
|
|
19802
|
+
(openBlock(), createBlock(resolveDynamicComponent(_ctx.tag), mergeProps({
|
|
19860
19803
|
ref_key: "containerRef",
|
|
19861
19804
|
ref: containerRef,
|
|
19862
19805
|
class: ["scroll-active-container-scroll", [
|
|
19863
19806
|
!isIOSMobile.value ? "scrollbar-none" : "",
|
|
19864
|
-
|
|
19807
|
+
_ctx.direction === "vertical" ? "is-vertical-scroll" : "is-horizontal-scroll"
|
|
19865
19808
|
]]
|
|
19866
19809
|
}, _ctx.$attrs, { onScroll: handleContainerScroll }), {
|
|
19867
19810
|
default: withCtx(() => [
|
|
19868
19811
|
createElementVNode("div", {
|
|
19869
19812
|
ref_key: "contentRef",
|
|
19870
19813
|
ref: contentRef,
|
|
19871
|
-
class: normalizeClass(["scroll-active-container-content",
|
|
19814
|
+
class: normalizeClass(["scroll-active-container-content", _ctx.contentClass])
|
|
19872
19815
|
}, [
|
|
19873
19816
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
19874
19817
|
], 2)
|
|
@@ -19880,19 +19823,19 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
19880
19823
|
ref_key: "trackRef",
|
|
19881
19824
|
ref: trackRef,
|
|
19882
19825
|
class: normalizeClass(["scroll-active-track", [
|
|
19883
|
-
|
|
19826
|
+
_ctx.direction === "vertical" ? "scroll-active-track--vertical" : "scroll-active-track--horizontal",
|
|
19884
19827
|
showScrollbar.value ? "is-visible" : "is-hidden"
|
|
19885
19828
|
]]),
|
|
19886
19829
|
style: normalizeStyle({
|
|
19887
|
-
height:
|
|
19888
|
-
width:
|
|
19830
|
+
height: _ctx.direction === "vertical" && trackSize.value ? `${trackSize.value}px` : void 0,
|
|
19831
|
+
width: _ctx.direction === "horizontal" && trackSize.value ? `${trackSize.value}px` : void 0
|
|
19889
19832
|
}),
|
|
19890
19833
|
onScroll: handleTrackScroll
|
|
19891
19834
|
}, [
|
|
19892
19835
|
createElementVNode("div", {
|
|
19893
19836
|
style: normalizeStyle({
|
|
19894
|
-
height:
|
|
19895
|
-
width:
|
|
19837
|
+
height: _ctx.direction === "vertical" ? `${spacerSize.value}px` : "1px",
|
|
19838
|
+
width: _ctx.direction === "horizontal" ? `${spacerSize.value}px` : "1px",
|
|
19896
19839
|
pointerEvents: "none"
|
|
19897
19840
|
})
|
|
19898
19841
|
}, null, 4)
|
|
@@ -20505,9 +20448,9 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
20505
20448
|
title: getItemDesc(item)
|
|
20506
20449
|
}, toDisplayString$1(getItemDesc(item)), 9, _hoisted_14$1)) : createCommentVNode("", true)
|
|
20507
20450
|
]),
|
|
20508
|
-
!isRecommendedChannel(item) && item.children && item.children.length > 0 ? (openBlock(), createElementBlock("svg", _hoisted_15$1,
|
|
20451
|
+
!isRecommendedChannel(item) && item.children && item.children.length > 0 ? (openBlock(), createElementBlock("svg", _hoisted_15$1, _cache[1] || (_cache[1] = [
|
|
20509
20452
|
createElementVNode("path", { d: "m9 18 6-6-6-6" }, null, -1)
|
|
20510
|
-
])
|
|
20453
|
+
]))) : createCommentVNode("", true)
|
|
20511
20454
|
], 10, _hoisted_8$2)
|
|
20512
20455
|
], 2)
|
|
20513
20456
|
], 64);
|
|
@@ -20569,20 +20512,20 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
20569
20512
|
target: "_blank",
|
|
20570
20513
|
rel: "noopener noreferrer"
|
|
20571
20514
|
}, [
|
|
20572
|
-
shortcut.icon === "newspaper" ? (openBlock(), createElementBlock("svg", _hoisted_20$1,
|
|
20515
|
+
shortcut.icon === "newspaper" ? (openBlock(), createElementBlock("svg", _hoisted_20$1, _cache[4] || (_cache[4] = [
|
|
20573
20516
|
createElementVNode("path", { d: "M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16a2 2 0 0 1-2 2Zm0 0a2 2 0 0 1-2-2v-9c0-1.1.9-2 2-2h2" }, null, -1),
|
|
20574
20517
|
createElementVNode("path", { d: "M18 14h-8" }, null, -1),
|
|
20575
20518
|
createElementVNode("path", { d: "M15 18h-5" }, null, -1),
|
|
20576
20519
|
createElementVNode("path", { d: "M10 6h8v4h-8V6Z" }, null, -1)
|
|
20577
|
-
])
|
|
20520
|
+
]))) : shortcut.icon === "book-open" ? (openBlock(), createElementBlock("svg", _hoisted_21$1, _cache[5] || (_cache[5] = [
|
|
20578
20521
|
createElementVNode("path", { d: "M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z" }, null, -1),
|
|
20579
20522
|
createElementVNode("path", { d: "M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z" }, null, -1)
|
|
20580
|
-
])
|
|
20523
|
+
]))) : shortcut.icon === "message-square" ? (openBlock(), createElementBlock("svg", _hoisted_22$1, _cache[6] || (_cache[6] = [
|
|
20581
20524
|
createElementVNode("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" }, null, -1)
|
|
20582
|
-
])
|
|
20525
|
+
]))) : (openBlock(), createElementBlock("svg", _hoisted_23$1, _cache[7] || (_cache[7] = [
|
|
20583
20526
|
createElementVNode("path", { d: "M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1" }, null, -1),
|
|
20584
20527
|
createElementVNode("path", { d: "M16 21h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1" }, null, -1)
|
|
20585
|
-
])
|
|
20528
|
+
]))),
|
|
20586
20529
|
createElementVNode("span", null, toDisplayString$1(shortcut.name), 1)
|
|
20587
20530
|
], 8, _hoisted_19$1);
|
|
20588
20531
|
}), 128))
|
|
@@ -20767,8 +20710,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
20767
20710
|
});
|
|
20768
20711
|
return (_ctx, _cache) => {
|
|
20769
20712
|
return props.singleCol ? (openBlock(), createBlock(AsideV2Content, mergeProps({ key: 0 }, props, {
|
|
20770
|
-
showThemeSetting:
|
|
20771
|
-
showLangSetting:
|
|
20713
|
+
showThemeSetting: _ctx.showThemeSetting,
|
|
20714
|
+
showLangSetting: _ctx.showLangSetting,
|
|
20772
20715
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => emit("update:modelValue", $event)),
|
|
20773
20716
|
"onUpdate:activeChannel": _cache[1] || (_cache[1] = ($event) => emit("update:activeChannel", $event)),
|
|
20774
20717
|
onChannelChange: _cache[2] || (_cache[2] = ($event) => emit("channelChange", $event)),
|
|
@@ -20779,8 +20722,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
20779
20722
|
style: normalizeStyle({ width: mainMarginLeftWidth.value + "px", top: unref(headerHeight2) + "px" })
|
|
20780
20723
|
}, [
|
|
20781
20724
|
createVNode(AsideV2Content, mergeProps(props, {
|
|
20782
|
-
showThemeSetting:
|
|
20783
|
-
showLangSetting:
|
|
20725
|
+
showThemeSetting: _ctx.showThemeSetting,
|
|
20726
|
+
showLangSetting: _ctx.showLangSetting,
|
|
20784
20727
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => emit("update:modelValue", $event)),
|
|
20785
20728
|
"onUpdate:activeChannel": _cache[5] || (_cache[5] = ($event) => emit("update:activeChannel", $event)),
|
|
20786
20729
|
onChannelChange: _cache[6] || (_cache[6] = ($event) => emit("channelChange", $event)),
|
|
@@ -20800,8 +20743,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
20800
20743
|
createVNode(GLink, {
|
|
20801
20744
|
class: "g-toolbar-left-logo",
|
|
20802
20745
|
style: normalizeStyle(logoStyle.value),
|
|
20803
|
-
to:
|
|
20804
|
-
href:
|
|
20746
|
+
to: _ctx.independence ? "" : { name: "home" },
|
|
20747
|
+
href: _ctx.independence ? unref(transformUrl)(unref(layoutConfig2).VITE_HOST) : "",
|
|
20805
20748
|
onClickCapture: handleDrawerLogoClick
|
|
20806
20749
|
}, null, 8, ["style", "to", "href"]),
|
|
20807
20750
|
createVNode(unref(Button), {
|
|
@@ -20813,8 +20756,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
20813
20756
|
]),
|
|
20814
20757
|
createVNode(AsideV2Content, mergeProps(props, {
|
|
20815
20758
|
"single-col": "",
|
|
20816
|
-
showThemeSetting:
|
|
20817
|
-
showLangSetting:
|
|
20759
|
+
showThemeSetting: _ctx.showThemeSetting,
|
|
20760
|
+
showLangSetting: _ctx.showLangSetting,
|
|
20818
20761
|
"on-channel-change": handleDrawerChannelChange,
|
|
20819
20762
|
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => emit("update:modelValue", $event)),
|
|
20820
20763
|
"onUpdate:activeChannel": _cache[10] || (_cache[10] = ($event) => emit("update:activeChannel", $event)),
|
|
@@ -21672,12 +21615,12 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
21672
21615
|
showLangSetting: "",
|
|
21673
21616
|
showThemeSetting: ""
|
|
21674
21617
|
}, {
|
|
21675
|
-
home: withCtx(() =>
|
|
21618
|
+
home: withCtx(() => _cache[4] || (_cache[4] = [
|
|
21676
21619
|
createElementVNode("div", null, "首页hover-插槽", -1)
|
|
21677
|
-
])
|
|
21678
|
-
issues: withCtx(() =>
|
|
21620
|
+
])),
|
|
21621
|
+
issues: withCtx(() => _cache[5] || (_cache[5] = [
|
|
21679
21622
|
createElementVNode("div", null, "issues hover-插槽", -1)
|
|
21680
|
-
])
|
|
21623
|
+
])),
|
|
21681
21624
|
_: 1
|
|
21682
21625
|
}, 8, ["sceneValue", "userInfo", "isLogin", "request", "globalStore", "independence", "collapseMode"]))
|
|
21683
21626
|
]),
|
|
@@ -21693,19 +21636,21 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
21693
21636
|
key: "v1",
|
|
21694
21637
|
value: "v1"
|
|
21695
21638
|
}, {
|
|
21696
|
-
default: withCtx(() =>
|
|
21697
|
-
createTextVNode("Aside V1 (经典)"
|
|
21698
|
-
])
|
|
21699
|
-
_: 1
|
|
21639
|
+
default: withCtx(() => _cache[6] || (_cache[6] = [
|
|
21640
|
+
createTextVNode("Aside V1 (经典)")
|
|
21641
|
+
])),
|
|
21642
|
+
_: 1,
|
|
21643
|
+
__: [6]
|
|
21700
21644
|
})),
|
|
21701
21645
|
(openBlock(), createBlock(unref(Radio), {
|
|
21702
21646
|
key: "v2",
|
|
21703
21647
|
value: "v2"
|
|
21704
21648
|
}, {
|
|
21705
|
-
default: withCtx(() =>
|
|
21706
|
-
createTextVNode("Aside V2 (GitCodeAsideV2 频道导航)"
|
|
21707
|
-
])
|
|
21708
|
-
_: 1
|
|
21649
|
+
default: withCtx(() => _cache[7] || (_cache[7] = [
|
|
21650
|
+
createTextVNode("Aside V2 (GitCodeAsideV2 频道导航)")
|
|
21651
|
+
])),
|
|
21652
|
+
_: 1,
|
|
21653
|
+
__: [7]
|
|
21709
21654
|
}))
|
|
21710
21655
|
]),
|
|
21711
21656
|
_: 1
|
|
@@ -21722,19 +21667,21 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
21722
21667
|
key: "是",
|
|
21723
21668
|
value: true
|
|
21724
21669
|
}, {
|
|
21725
|
-
default: withCtx(() =>
|
|
21726
|
-
createTextVNode("普通 Header"
|
|
21727
|
-
])
|
|
21728
|
-
_: 1
|
|
21670
|
+
default: withCtx(() => _cache[8] || (_cache[8] = [
|
|
21671
|
+
createTextVNode("普通 Header")
|
|
21672
|
+
])),
|
|
21673
|
+
_: 1,
|
|
21674
|
+
__: [8]
|
|
21729
21675
|
})),
|
|
21730
21676
|
(openBlock(), createBlock(unref(Radio), {
|
|
21731
21677
|
key: "否",
|
|
21732
21678
|
value: false
|
|
21733
21679
|
}, {
|
|
21734
|
-
default: withCtx(() =>
|
|
21735
|
-
createTextVNode("企业版 Header"
|
|
21736
|
-
])
|
|
21737
|
-
_: 1
|
|
21680
|
+
default: withCtx(() => _cache[9] || (_cache[9] = [
|
|
21681
|
+
createTextVNode("企业版 Header")
|
|
21682
|
+
])),
|
|
21683
|
+
_: 1,
|
|
21684
|
+
__: [9]
|
|
21738
21685
|
}))
|
|
21739
21686
|
]),
|
|
21740
21687
|
_: 1
|
|
@@ -21774,19 +21721,21 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
21774
21721
|
key: "是",
|
|
21775
21722
|
value: true
|
|
21776
21723
|
}, {
|
|
21777
|
-
default: withCtx(() =>
|
|
21778
|
-
createTextVNode("是"
|
|
21779
|
-
])
|
|
21780
|
-
_: 1
|
|
21724
|
+
default: withCtx(() => _cache[10] || (_cache[10] = [
|
|
21725
|
+
createTextVNode("是")
|
|
21726
|
+
])),
|
|
21727
|
+
_: 1,
|
|
21728
|
+
__: [10]
|
|
21781
21729
|
})),
|
|
21782
21730
|
(openBlock(), createBlock(unref(Radio), {
|
|
21783
21731
|
key: "否",
|
|
21784
21732
|
value: false
|
|
21785
21733
|
}, {
|
|
21786
|
-
default: withCtx(() =>
|
|
21787
|
-
createTextVNode("否"
|
|
21788
|
-
])
|
|
21789
|
-
_: 1
|
|
21734
|
+
default: withCtx(() => _cache[11] || (_cache[11] = [
|
|
21735
|
+
createTextVNode("否")
|
|
21736
|
+
])),
|
|
21737
|
+
_: 1,
|
|
21738
|
+
__: [11]
|
|
21790
21739
|
}))
|
|
21791
21740
|
]),
|
|
21792
21741
|
_: 1
|
|
@@ -22657,13 +22606,13 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
22657
22606
|
});
|
|
22658
22607
|
return (_ctx, _cache) => {
|
|
22659
22608
|
return openBlock(), createElementBlock("div", {
|
|
22660
|
-
class: normalizeClass(["g-input-button", [inputBtnClassName.value,
|
|
22609
|
+
class: normalizeClass(["g-input-button", [inputBtnClassName.value, _ctx.error ? "g-input-button-error" : ""]])
|
|
22661
22610
|
}, [
|
|
22662
22611
|
createVNode(unref(Input), {
|
|
22663
22612
|
modelValue: unref(vModels),
|
|
22664
22613
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(vModels) ? vModels.value = $event : null),
|
|
22665
|
-
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label:
|
|
22666
|
-
autocomplete:
|
|
22614
|
+
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: _ctx.placeholder }),
|
|
22615
|
+
autocomplete: _ctx.autocomplete,
|
|
22667
22616
|
onChange: handleChange,
|
|
22668
22617
|
onFocus: handleInputFocus,
|
|
22669
22618
|
onBlur: handleInputBlur
|
|
@@ -22673,7 +22622,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
22673
22622
|
onClick: withModifiers(handleClick, ["stop"]),
|
|
22674
22623
|
class: normalizeClass([
|
|
22675
22624
|
"g-input-button-append",
|
|
22676
|
-
DisabledBtn.value || !
|
|
22625
|
+
DisabledBtn.value || !_ctx.hasMobile ? "g-input-button-append-inactive" : "g-input-button-append-active"
|
|
22677
22626
|
])
|
|
22678
22627
|
}, [
|
|
22679
22628
|
createElementVNode("span", _hoisted_1$a, toDisplayString$1(BtnText.value), 1)
|
|
@@ -22820,8 +22769,8 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
22820
22769
|
key: 1,
|
|
22821
22770
|
modelValue: unref(vModels),
|
|
22822
22771
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => isRef(vModels) ? vModels.value = $event : null)
|
|
22823
|
-
},
|
|
22824
|
-
placeholder:
|
|
22772
|
+
}, _ctx.prop, {
|
|
22773
|
+
placeholder: _ctx.placeholder,
|
|
22825
22774
|
onChange: handleChange
|
|
22826
22775
|
}), {
|
|
22827
22776
|
prepend: withCtx(() => [
|
|
@@ -23105,23 +23054,23 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
23105
23054
|
rules: GroupRules,
|
|
23106
23055
|
ref_key: "FormRef",
|
|
23107
23056
|
ref: FormRef,
|
|
23108
|
-
"show-feedback":
|
|
23109
|
-
disabled:
|
|
23110
|
-
"message-type":
|
|
23111
|
-
layout:
|
|
23112
|
-
size:
|
|
23113
|
-
"label-size":
|
|
23114
|
-
"label-align":
|
|
23057
|
+
"show-feedback": _ctx.showFeedback,
|
|
23058
|
+
disabled: _ctx.disabled,
|
|
23059
|
+
"message-type": _ctx.MessageType,
|
|
23060
|
+
layout: _ctx.layout,
|
|
23061
|
+
size: _ctx.size,
|
|
23062
|
+
"label-size": _ctx.labelSize,
|
|
23063
|
+
"label-align": _ctx.labelAlign,
|
|
23115
23064
|
class: "g-form",
|
|
23116
23065
|
onInput: handleFormInput,
|
|
23117
23066
|
requirePosition: "right"
|
|
23118
23067
|
}, {
|
|
23119
23068
|
default: withCtx(() => [
|
|
23120
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
23069
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.DataList, (formItem) => {
|
|
23121
23070
|
return openBlock(), createBlock(unref(FormItem), {
|
|
23122
23071
|
key: formItem.key,
|
|
23123
23072
|
field: formItem.key,
|
|
23124
|
-
label:
|
|
23073
|
+
label: _ctx.showLabel ? formItem.label : "",
|
|
23125
23074
|
"help-tips": formItem.help,
|
|
23126
23075
|
"extra-info": formItem.extra,
|
|
23127
23076
|
style: normalizeStyle({ width: getItemWidth.value(formItem) })
|
|
@@ -23151,12 +23100,12 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
23151
23100
|
}, { ref_for: true }, formItem.props, {
|
|
23152
23101
|
hasMobile: !!Data[(_b = formItem.props) == null ? void 0 : _b.aliasKey],
|
|
23153
23102
|
text: unref($t)("gitCodeLayout.userSetting.account.getVerificationCode"),
|
|
23154
|
-
error:
|
|
23103
|
+
error: _ctx.errors.msgError,
|
|
23155
23104
|
autocomplete: autocompleteCalc((_c = formItem.props) == null ? void 0 : _c.autocomplete)
|
|
23156
23105
|
}), null, 16, ["modelValue", "onUpdate:modelValue", "onChange", "onClick", "onUpdate:countdown", "placeholder", "hasMobile", "text", "error", "autocomplete"])) : formItem.type === "inputSelect" ? (openBlock(), createBlock(_sfc_main$b, mergeProps({
|
|
23157
23106
|
key: 2,
|
|
23158
23107
|
country: Data.country,
|
|
23159
|
-
class:
|
|
23108
|
+
class: _ctx.formErrors["mobile"] ? "input-select-error" : "",
|
|
23160
23109
|
modelValue: Data[formItem.key],
|
|
23161
23110
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
23162
23111
|
onSelectChange: _cache[0] || (_cache[0] = (evt) => handleSelectChange("country", evt)),
|
|
@@ -23216,7 +23165,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
23216
23165
|
return openBlock(), createElementBlock("div", _hoisted_1$8, [
|
|
23217
23166
|
createElementVNode("div", _hoisted_2$6, toDisplayString$1(unref($t)("gitCodeLayout.LoginModal.subtitle.otherLogin")), 1),
|
|
23218
23167
|
createElementVNode("div", _hoisted_3$6, [
|
|
23219
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
23168
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.logos, (icon) => {
|
|
23220
23169
|
return openBlock(), createElementBlock("div", {
|
|
23221
23170
|
key: icon.alt,
|
|
23222
23171
|
class: "icon-wrap otherInfo-icon"
|
|
@@ -23322,7 +23271,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
23322
23271
|
return (_ctx, _cache) => {
|
|
23323
23272
|
return openBlock(), createElementBlock("div", _hoisted_1$7, [
|
|
23324
23273
|
createVNode(unref(Checkbox), {
|
|
23325
|
-
"model-value":
|
|
23274
|
+
"model-value": _ctx.modelValue,
|
|
23326
23275
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = (val) => emits("update:modelValue", val)),
|
|
23327
23276
|
size: "sm"
|
|
23328
23277
|
}, {
|
|
@@ -23341,7 +23290,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
23341
23290
|
_: 1
|
|
23342
23291
|
}, 8, ["model-value"]),
|
|
23343
23292
|
createVNode(unref(Checkbox), {
|
|
23344
|
-
"model-value":
|
|
23293
|
+
"model-value": _ctx.dataShareChecked,
|
|
23345
23294
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = (val) => emits("update:dataShareChecked", val)),
|
|
23346
23295
|
size: "sm"
|
|
23347
23296
|
}, {
|
|
@@ -23390,7 +23339,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
23390
23339
|
return (_ctx, _cache) => {
|
|
23391
23340
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
23392
23341
|
createVNode(unref(Checkbox), {
|
|
23393
|
-
"model-value":
|
|
23342
|
+
"model-value": _ctx.modelValue,
|
|
23394
23343
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = (val) => emits("update:modelValue", val)),
|
|
23395
23344
|
size: "sm",
|
|
23396
23345
|
class: "agree-module agreements"
|
|
@@ -23411,7 +23360,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
23411
23360
|
_: 3
|
|
23412
23361
|
}, 8, ["model-value"]),
|
|
23413
23362
|
createVNode(unref(Checkbox), {
|
|
23414
|
-
"model-value":
|
|
23363
|
+
"model-value": _ctx.dataShareChecked,
|
|
23415
23364
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = (val) => emits("update:dataShareChecked", val)),
|
|
23416
23365
|
size: "sm",
|
|
23417
23366
|
class: "agreements__data-share"
|
|
@@ -23453,14 +23402,14 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
23453
23402
|
return (_ctx, _cache) => {
|
|
23454
23403
|
return openBlock(), createElementBlock("div", _hoisted_1$5, [
|
|
23455
23404
|
createElementVNode("div", _hoisted_2$3, [
|
|
23456
|
-
|
|
23405
|
+
_ctx.showBack ? (openBlock(), createElementBlock("img", {
|
|
23457
23406
|
key: 0,
|
|
23458
|
-
src:
|
|
23407
|
+
src: _ctx.icon,
|
|
23459
23408
|
class: "g-title__back-img",
|
|
23460
23409
|
onClick: withModifiers(handleClick, ["stop"])
|
|
23461
23410
|
}, null, 8, _hoisted_3$3)) : createCommentVNode("", true)
|
|
23462
23411
|
]),
|
|
23463
|
-
|
|
23412
|
+
_ctx.showTitle ? (openBlock(), createElementBlock("span", _hoisted_4$2, toDisplayString$1(_ctx.title), 1)) : createCommentVNode("", true)
|
|
23464
23413
|
]);
|
|
23465
23414
|
};
|
|
23466
23415
|
}
|
|
@@ -23494,7 +23443,7 @@ const verifyCodeRegExp4 = /^\d{4}$/;
|
|
|
23494
23443
|
const verifyCodeRegExp6 = /^\d{6}$/;
|
|
23495
23444
|
const mobileRegExp = /^1[3-9]\d{9}$/;
|
|
23496
23445
|
const usernameRegExp = /^(?!-)[a-zA-Z][a-zA-Z0-9_-]{1,49}$/;
|
|
23497
|
-
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}"]]] } };
|
|
23446
|
+
const metadata = { "version": 4, "country_calling_codes": { "1": ["US", "AG", "AI", "AS", "BB", "BM", "BS", "CA", "DM", "DO", "GD", "GU", "JM", "KN", "KY", "LC", "MP", "MS", "PR", "SX", "TC", "TT", "VC", "VG", "VI"], "7": ["RU", "KZ"], "20": ["EG"], "27": ["ZA"], "30": ["GR"], "31": ["NL"], "32": ["BE"], "33": ["FR"], "34": ["ES"], "36": ["HU"], "39": ["IT", "VA"], "40": ["RO"], "41": ["CH"], "43": ["AT"], "44": ["GB", "GG", "IM", "JE"], "45": ["DK"], "46": ["SE"], "47": ["NO", "SJ"], "48": ["PL"], "49": ["DE"], "51": ["PE"], "52": ["MX"], "53": ["CU"], "54": ["AR"], "55": ["BR"], "56": ["CL"], "57": ["CO"], "58": ["VE"], "60": ["MY"], "61": ["AU", "CC", "CX"], "62": ["ID"], "63": ["PH"], "64": ["NZ"], "65": ["SG"], "66": ["TH"], "81": ["JP"], "82": ["KR"], "84": ["VN"], "86": ["CN"], "90": ["TR"], "91": ["IN"], "92": ["PK"], "93": ["AF"], "94": ["LK"], "95": ["MM"], "98": ["IR"], "211": ["SS"], "212": ["MA", "EH"], "213": ["DZ"], "216": ["TN"], "218": ["LY"], "220": ["GM"], "221": ["SN"], "222": ["MR"], "223": ["ML"], "224": ["GN"], "225": ["CI"], "226": ["BF"], "227": ["NE"], "228": ["TG"], "229": ["BJ"], "230": ["MU"], "231": ["LR"], "232": ["SL"], "233": ["GH"], "234": ["NG"], "235": ["TD"], "236": ["CF"], "237": ["CM"], "238": ["CV"], "239": ["ST"], "240": ["GQ"], "241": ["GA"], "242": ["CG"], "243": ["CD"], "244": ["AO"], "245": ["GW"], "246": ["IO"], "247": ["AC"], "248": ["SC"], "249": ["SD"], "250": ["RW"], "251": ["ET"], "252": ["SO"], "253": ["DJ"], "254": ["KE"], "255": ["TZ"], "256": ["UG"], "257": ["BI"], "258": ["MZ"], "260": ["ZM"], "261": ["MG"], "262": ["RE", "YT"], "263": ["ZW"], "264": ["NA"], "265": ["MW"], "266": ["LS"], "267": ["BW"], "268": ["SZ"], "269": ["KM"], "290": ["SH", "TA"], "291": ["ER"], "297": ["AW"], "298": ["FO"], "299": ["GL"], "350": ["GI"], "351": ["PT"], "352": ["LU"], "353": ["IE"], "354": ["IS"], "355": ["AL"], "356": ["MT"], "357": ["CY"], "358": ["FI", "AX"], "359": ["BG"], "370": ["LT"], "371": ["LV"], "372": ["EE"], "373": ["MD"], "374": ["AM"], "375": ["BY"], "376": ["AD"], "377": ["MC"], "378": ["SM"], "380": ["UA"], "381": ["RS"], "382": ["ME"], "383": ["XK"], "385": ["HR"], "386": ["SI"], "387": ["BA"], "389": ["MK"], "420": ["CZ"], "421": ["SK"], "423": ["LI"], "500": ["FK"], "501": ["BZ"], "502": ["GT"], "503": ["SV"], "504": ["HN"], "505": ["NI"], "506": ["CR"], "507": ["PA"], "508": ["PM"], "509": ["HT"], "590": ["GP", "BL", "MF"], "591": ["BO"], "592": ["GY"], "593": ["EC"], "594": ["GF"], "595": ["PY"], "596": ["MQ"], "597": ["SR"], "598": ["UY"], "599": ["CW", "BQ"], "670": ["TL"], "672": ["NF"], "673": ["BN"], "674": ["NR"], "675": ["PG"], "676": ["TO"], "677": ["SB"], "678": ["VU"], "679": ["FJ"], "680": ["PW"], "681": ["WF"], "682": ["CK"], "683": ["NU"], "685": ["WS"], "686": ["KI"], "687": ["NC"], "688": ["TV"], "689": ["PF"], "690": ["TK"], "691": ["FM"], "692": ["MH"], "850": ["KP"], "852": ["HK"], "853": ["MO"], "855": ["KH"], "856": ["LA"], "880": ["BD"], "886": ["TW"], "960": ["MV"], "961": ["LB"], "962": ["JO"], "963": ["SY"], "964": ["IQ"], "965": ["KW"], "966": ["SA"], "967": ["YE"], "968": ["OM"], "970": ["PS"], "971": ["AE"], "972": ["IL"], "973": ["BH"], "974": ["QA"], "975": ["BT"], "976": ["MN"], "977": ["NP"], "992": ["TJ"], "993": ["TM"], "994": ["AZ"], "995": ["GE"], "996": ["KG"], "998": ["UZ"] }, "countries": { "AC": ["247", "00", "(?:[01589]\\d|[46])\\d{4}", [5, 6]], "AD": ["376", "00", "(?:1|6\\d)\\d{7}|[135-9]\\d{5}", [6, 8, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["[135-9]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["1"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]]], "AE": ["971", "00", "(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{2,9})", "$1 $2", ["60|8"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[236]|[479][2-8]"], "0$1"], ["(\\d{3})(\\d)(\\d{5})", "$1 $2 $3", ["[479]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"]], "0"], "AF": ["93", "00", "[2-7]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"]], "0"], "AG": ["1", "011", "(?:268|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([457]\\d{6})$|1", "268$1", 0, "268"], "AI": ["1", "011", "(?:264|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2457]\\d{6})$|1", "264$1", 0, "264"], "AL": ["355", "00", "(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}", [6, 7, 8, 9], [["(\\d{3})(\\d{3,4})", "$1 $2", ["80|9"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["4[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2358][2-5]|4"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["[23578]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["6"], "0$1"]], "0"], "AM": ["374", "00", "(?:[1-489]\\d|55|60|77)\\d{6}", [8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[89]0"], "0 $1"], ["(\\d{3})(\\d{5})", "$1 $2", ["2|3[12]"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["1|47"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[3-9]"], "0$1"]], "0"], "AO": ["244", "00", "[29]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[29]"]]]], "AR": ["54", "00", "(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}", [10, 11], [["(\\d{4})(\\d{2})(\\d{4})", "$1 $2-$3", ["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])", "2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["1"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2-$3", ["[23]"], "0$1", 1], ["(\\d)(\\d{4})(\\d{2})(\\d{4})", "$2 15-$3-$4", ["9(?:2[2-469]|3[3-578])", "9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))", "9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 15-$3-$4", ["91"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d{3})(\\d{3})(\\d{5})", "$1-$2-$3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 15-$3-$4", ["9"], "0$1", 0, "$1 $2 $3-$4"]], "0", 0, "0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?", "9$1"], "AS": ["1", "011", "(?:[58]\\d\\d|684|900)\\d{7}", [10], 0, "1", 0, "([267]\\d{6})$|1", "684$1", 0, "684"], "AT": ["43", "00", "1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3,12})", "$1 $2", ["1(?:11|[2-9])"], "0$1"], ["(\\d{3})(\\d{2})", "$1 $2", ["517"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["5[079]"], "0$1"], ["(\\d{3})(\\d{3,10})", "$1 $2", ["(?:31|4)6|51|6(?:48|5[0-3579]|[6-9])|7(?:20|32|8)|[89]", "(?:31|4)6|51|6(?:485|5[0-3579]|[6-9])|7(?:20|32|8)|[89]"], "0$1"], ["(\\d{4})(\\d{3,9})", "$1 $2", ["[2-467]|5[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,7})", "$1 $2 $3", ["5"], "0$1"]], "0"], "AU": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}", [5, 6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{3,4})", "$1 $2", ["16"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["16"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["14|4"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[2378]"], "(0$1)"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:30|[89])"]]], "0", 0, "(183[12])|0", 0, 0, 0, [["(?:(?:2(?:(?:[0-26-9]\\d|3[0-8]|5[0135-9])\\d|4(?:[02-9]\\d|10))|3(?:(?:[0-3589]\\d|6[1-9]|7[0-35-9])\\d|4(?:[0-578]\\d|90))|7(?:[013-57-9]\\d|2[0-8])\\d)\\d\\d|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4])|[34]\\d\\d)|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-478])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, ["163\\d{2,6}", [5, 6, 7, 8, 9]], ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "AW": ["297", "00", "(?:[25-79]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[25-9]"]]]], "AX": ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}", [5, 6, 7, 8, 9, 10, 11, 12], 0, "0", 0, 0, 0, 0, "18", 0, "00"], "AZ": ["994", "00", "365\\d{6}|(?:[124579]\\d|60|88)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[28]|2|365|46", "1[28]|2|365[45]|46", "1[28]|2|365(?:4|5[02])|46"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[13-9]"], "0$1"]], "0"], "BA": ["387", "00", "6\\d{8}|(?:[35689]\\d|49|70)\\d{6}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[1-3]|[7-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2-$3", ["[3-5]|6[56]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["6"], "0$1"]], "0"], "BB": ["1", "011", "(?:246|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "246$1", 0, "246"], "BD": ["880", "00", "[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{4,6})", "$1-$2", ["31[5-8]|[459]1"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1-$2", ["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"], "0$1"], ["(\\d{4})(\\d{3,6})", "$1-$2", ["[13-9]|2[23]"], "0$1"], ["(\\d)(\\d{7,8})", "$1-$2", ["2"], "0$1"]], "0"], "BE": ["32", "00", "4\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:80|9)0"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[239]|4[23]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[15-8]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4"], "0$1"]], "0"], "BF": ["226", "00", "[025-7]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[025-7]"]]]], "BG": ["359", "00", "00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}", [6, 7, 8, 9, 12], [["(\\d)(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["43[1-6]|70[1-9]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:70|8)0"], "0$1"], ["(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3", ["43[1-7]|7"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[48]|9[08]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"]], "0"], "BH": ["973", "00", "[136-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[13679]|8[02-4679]"]]]], "BI": ["257", "00", "(?:[267]\\d|31)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2367]"]]]], "BJ": ["229", "00", "(?:01\\d|[24-689])\\d{7}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["0"]]]], "BL": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "BM": ["1", "011", "(?:441|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "441$1", 0, "441"], "BN": ["673", "00", "[2-578]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-578]"]]]], "BO": ["591", "00(?:1\\d)?", "8001\\d{5}|(?:[2-467]\\d|50)\\d{6}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[235]|4[46]"]], ["(\\d{8})", "$1", ["[67]"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["8"]]], "0", 0, "0(1\\d)?"], "BQ": ["599", "00", "(?:[34]1|7\\d)\\d{5}", [7], 0, 0, 0, 0, 0, 0, "[347]"], "BR": ["55", "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)", "[1-467]\\d{9,10}|55[0-46-9]\\d{8}|[34]\\d{7}|55\\d{7,8}|(?:5[0-46-9]|[89]\\d)\\d{7,9}", [8, 9, 10, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["300|4(?:0[02]|37|86)", "300|4(?:0(?:0|20)|370|864)"]], ["(\\d{3})(\\d{2,3})(\\d{4})", "$1 $2 $3", ["(?:[358]|90)0"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"], "($1)"], ["(\\d{2})(\\d{5})(\\d{4})", "$1 $2-$3", ["[16][1-9]|[2-57-9]"], "($1)"]], "0", 0, "(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?", "$2"], "BS": ["1", "011", "(?:242|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([3-8]\\d{6})$|1", "242$1", 0, "242"], "BT": ["975", "00", "[17]\\d{7}|[2-8]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-68]|7[246]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[67]|7"]]]], "BW": ["267", "00", "(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["90"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[24-6]|3[15-9]"]], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37]"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["8"]]]], "BY": ["375", "810", "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3})", "$1 $2", ["800"], "8 $1"], ["(\\d{3})(\\d{2})(\\d{2,4})", "$1 $2 $3", ["800"], "8 $1"], ["(\\d{4})(\\d{2})(\\d{3})", "$1 $2-$3", ["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])", "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"], "8 0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["1(?:[56]|7[467])|2[1-3]"], "8 0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-4]"], "8 0$1"], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[89]"], "8 $1"]], "8", 0, "0|80?", 0, 0, 0, 0, "8~10"], "BZ": ["501", "00", "(?:0800\\d|[2-8])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-8]"]], ["(\\d)(\\d{3})(\\d{4})(\\d{3})", "$1-$2-$3-$4", ["0"]]]], "CA": ["1", "011", "[2-9]\\d{9}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|5[07]|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|9(?:0[25]|42))[2-9]\\d{6}", [10]], ["", [10]], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}", [10]], ["900[2-9]\\d{6}", [10]], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:2[125-9]|33|44|66|77|88)|6(?:22|33))[2-9]\\d{6}", [10]], 0, ["310\\d{4}", [7]], 0, ["600[2-9]\\d{6}", [10]]]], "CC": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-478])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "CD": ["243", "00", "(?:(?:[189]|5\\d)\\d|2)\\d{7}|[1-68]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[1-6]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["5"], "0$1"]], "0"], "CF": ["236", "00", "(?:[27]\\d{3}|8776)\\d{4}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[278]"]]]], "CG": ["242", "00", "222\\d{6}|(?:0\\d|80)\\d{7}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[02]"]]]], "CH": ["41", "00", "8\\d{11}|[2-9]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8[047]|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]|81"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["8"], "0$1"]], "0"], "CI": ["225", "00", "[02]\\d{9}", [10], [["(\\d{2})(\\d{2})(\\d)(\\d{5})", "$1 $2 $3 $4", ["2"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3 $4", ["0"]]]], "CK": ["682", "00", "[2-578]\\d{4}", [5], [["(\\d{2})(\\d{3})", "$1 $2", ["[2-578]"]]]], "CL": ["56", "(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0", "12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}", [9, 10, 11], [["(\\d{5})(\\d{4})", "$1 $2", ["219", "2196"], "($1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["44"]], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2[1-36]"], "($1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["9[2-9]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["60|8"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{3})(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["60"]]]], "CM": ["237", "00", "[26]\\d{8}|88\\d{6,7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["88"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[26]|88"]]]], "CN": ["86", "00|1(?:[12]\\d|79)\\d\\d00", "(?:(?:1[03-689]|2\\d)\\d\\d|6)\\d{8}|1\\d{10}|[126]\\d{6}(?:\\d(?:\\d{2})?)?|86\\d{5,6}|(?:[3-579]\\d|8[0-57-9])\\d{5,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]|3(?:[157]|35|49|9[1-68])|4(?:1[124-9]|2[179]|6[47-9]|7|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:07|1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3|4[13]|5[1-5]|7[0-79]|9[0-35-9])|(?:4[35]|59|85)[1-9]", "(?:10|2[0-57-9])(?:1[02]|9[56])|8078|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))1", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|80781|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))12", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|807812|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:078|1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123"], "0$1"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]", "(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]", "85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])", "85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["(?:4|80)0"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|2(?:[02-57-9]|1[1-9])", "10|2(?:[02-57-9]|1[1-9])", "10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"], "0$1", 1], ["(\\d{3})(\\d{7,8})", "$1 $2", ["9"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["80"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[3-578]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["1[3-9]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["[12]"], "0$1", 1]], "0", 0, "(1(?:[12]\\d|79)\\d\\d)|0", 0, 0, 0, 0, "00"], "CO": ["57", "00(?:4(?:[14]4|56)|[579])", "(?:46|60\\d\\d)\\d{6}|(?:1\\d|[39])\\d{9}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["46"]], ["(\\d{3})(\\d{7})", "$1 $2", ["6|90"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3[0-357]|9[14]"]], ["(\\d)(\\d{3})(\\d{7})", "$1-$2-$3", ["1"], "0$1", 0, "$1 $2 $3"]], "0", 0, "0([3579]|4(?:[14]4|56))?"], "CR": ["506", "00", "(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}", [8, 10], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[3-9]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[89]"]]], 0, 0, "(19(?:0[0-2468]|1[09]|20|66|77|99))"], "CU": ["53", "119", "(?:[2-7]|8\\d\\d)\\d{7}|[2-47]\\d{6}|[34]\\d{5}", [6, 7, 8, 10], [["(\\d{2})(\\d{4,6})", "$1 $2", ["2[1-4]|[34]"], "(0$1)"], ["(\\d)(\\d{6,7})", "$1 $2", ["7"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["[56]"], "0$1"], ["(\\d{3})(\\d{7})", "$1 $2", ["8"], "0$1"]], "0"], "CV": ["238", "0", "(?:[2-59]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2-589]"]]]], "CW": ["599", "00", "(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[3467]"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["9[4-8]"]]], 0, 0, 0, 0, 0, "[69]"], "CX": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-478])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "CY": ["357", "00", "(?:[279]\\d|[58]0)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[257-9]"]]]], "CZ": ["420", "00", "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}", [9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]|9[015-7]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["96"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]]], "DE": ["49", "00", "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], [["(\\d{2})(\\d{3,13})", "$1 $2", ["3[02]|40|[68]9"], "0$1"], ["(\\d{3})(\\d{3,12})", "$1 $2", ["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1", "2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"], "0$1"], ["(\\d{4})(\\d{2,11})", "$1 $2", ["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]", "[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["138"], "0$1"], ["(\\d{5})(\\d{2,10})", "$1 $2", ["3"], "0$1"], ["(\\d{3})(\\d{5,11})", "$1 $2", ["181"], "0$1"], ["(\\d{3})(\\d)(\\d{4,10})", "$1 $2 $3", ["1(?:3|80)|9"], "0$1"], ["(\\d{3})(\\d{7,8})", "$1 $2", ["1[67]"], "0$1"], ["(\\d{3})(\\d{7,12})", "$1 $2", ["8"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["185", "1850", "18500"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["18[68]"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["15[1279]"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["15[03568]", "15(?:[0568]|31)"], "0$1"], ["(\\d{3})(\\d{8})", "$1 $2", ["18"], "0$1"], ["(\\d{3})(\\d{2})(\\d{7,8})", "$1 $2 $3", ["1(?:6[023]|7)"], "0$1"], ["(\\d{4})(\\d{2})(\\d{7})", "$1 $2 $3", ["15[279]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{8})", "$1 $2 $3", ["15"], "0$1"]], "0"], "DJ": ["253", "00", "(?:2\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[27]"]]]], "DK": ["45", "00", "[2-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-9]"]]]], "DM": ["1", "011", "(?:[58]\\d\\d|767|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "767$1", 0, "767"], "DO": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "8001|8[024]9"], "DZ": ["213", "00", "(?:[1-4]|[5-79]\\d|80)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["9"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-8]"], "0$1"]], "0"], "EC": ["593", "00", "1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}", [8, 9, 10, 11], [["(\\d)(\\d{3})(\\d{4})", "$1 $2-$3", ["[2-7]"], "(0$1)", 0, "$1-$2-$3"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1"]]], "0"], "EE": ["372", "00", "8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88", "[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]], ["(\\d{4})(\\d{3,4})", "$1 $2", ["[45]|8(?:00|[1-49])", "[45]|8(?:00[1-9]|[1-49])"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], "EG": ["20", "00", "[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}", [8, 9, 10], [["(\\d)(\\d{7,8})", "$1 $2", ["[23]"], "0$1"], ["(\\d{2})(\\d{6,7})", "$1 $2", ["1[35]|[4-6]|8[2468]|9[235-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{8})", "$1 $2", ["1"], "0$1"]], "0"], "EH": ["212", "00", "[5-8]\\d{8}", [9], 0, "0", 0, 0, 0, 0, "528[89]"], "ER": ["291", "00", "[178]\\d{6}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[178]"], "0$1"]], "0"], "ES": ["34", "00", "[5-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]00"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-9]"]]]], "ET": ["251", "00", "(?:11|[2-579]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-579]"], "0$1"]], "0"], "FI": ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{5})", "$1", ["20[2-59]"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1 $2", ["(?:[1-3]0|[68])0|70[07-9]"], "0$1"], ["(\\d{2})(\\d{4,8})", "$1 $2", ["[14]|2[09]|50|7[135]"], "0$1"], ["(\\d{2})(\\d{6,10})", "$1 $2", ["7"], "0$1"], ["(\\d)(\\d{4,9})", "$1 $2", ["(?:19|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"], "0$1"]], "0", 0, 0, 0, 0, "1[03-79]|[2-9]", 0, "00"], "FJ": ["679", "0(?:0|52)", "45\\d{5}|(?:0800\\d|[235-9])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[235-9]|45"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "FK": ["500", "00", "[2-7]\\d{4}", [5]], "FM": ["691", "00", "(?:[39]\\d\\d|820)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[389]"]]]], "FO": ["298", "00", "[2-9]\\d{5}", [6], [["(\\d{6})", "$1", ["[2-9]"]]], 0, 0, "(10(?:01|[12]0|88))"], "FR": ["33", "00", "[1-9]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0 $1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[1-79]"], "0$1"]], "0"], "GA": ["241", "00", "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}", [7, 8], [["(\\d)(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-7]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["11|[67]"], "0$1"]], 0, 0, "0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})", "$1"], "GB": ["44", "00", "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}", [7, 9, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["800", "8001", "80011", "800111", "8001111"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["845", "8454", "84546", "845464"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["800"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["1(?:38|5[23]|69|76|94)", "1(?:(?:38|69)7|5(?:24|39)|768|946)", "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["1(?:[2-69][02-9]|[78])"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[25]|7(?:0|6[02-9])", "[25]|7(?:0|6(?:[03-9]|2[356]))"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1389]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0-35])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|50))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-3]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}", [9, 10]], ["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]], 0, " x"], "GD": ["1", "011", "(?:473|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "473$1", 0, "473"], "GE": ["995", "00", "(?:[3-57]\\d\\d|800)\\d{6}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["32"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[57]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[348]"], "0$1"]], "0"], "GF": ["594", "00", "(?:[56]94\\d|7093)\\d{5}|(?:80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]|9[47]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[89]"], "0$1"]], "0"], "GG": ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "([25-9]\\d{5})$|0", "1481$1", 0, 0, [["1481[25-9]\\d{5}", [10]], ["7(?:(?:781|839)\\d|911[17])\\d{5}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]]], "GH": ["233", "00", "(?:[235]\\d{3}|800)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[235]"], "0$1"]], "0"], "GI": ["350", "00", "(?:[25]\\d|60)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["2"]]]], "GL": ["299", "00", "(?:19|[2-689]\\d|70)\\d{4}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["19|[2-9]"]]]], "GM": ["220", "00", "[2-9]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "GN": ["224", "00", "722\\d{6}|(?:3|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["3"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[67]"]]]], "GP": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0", 0, 0, 0, 0, 0, [["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "GQ": ["240", "00", "222\\d{6}|(?:3\\d|55|[89]0)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235]"]], ["(\\d{3})(\\d{6})", "$1 $2", ["[89]"]]]], "GR": ["30", "00", "5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}", [10, 11, 12], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["21|7"]], ["(\\d{4})(\\d{6})", "$1 $2", ["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2689]"]], ["(\\d{3})(\\d{3,4})(\\d{5})", "$1 $2 $3", ["8"]]]], "GT": ["502", "00", "80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-8]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "GU": ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "671$1", 0, "671"], "GW": ["245", "00", "[49]\\d{8}|4\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["40"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"]]]], "GY": ["592", "001", "(?:[2-8]\\d{3}|9008)\\d{3}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "HK": ["852", "00(?:30|5[09]|[126-9]?)", "8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}", [5, 6, 7, 8, 9, 11], [["(\\d{3})(\\d{2,5})", "$1 $2", ["900", "9003"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{3})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "HN": ["504", "00", "8\\d{10}|[237-9]\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["[237-9]"]]]], "HR": ["385", "00", "[2-69]\\d{8}|80\\d{5,7}|[1-79]\\d{7}|6\\d{6}", [7, 8, 9], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["6[01]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{4})(\\d{3})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6|7[245]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-57]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], "HT": ["509", "00", "(?:[2-489]\\d|55)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-589]"]]]], "HU": ["36", "00", "[235-7]\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "06 $1"]], "06"], "ID": ["62", "00[89]", "00[1-9]\\d{9,14}|(?:[1-36]|8\\d{5})\\d{6}|00\\d{9}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["15"]], ["(\\d{2})(\\d{5,9})", "$1 $2", ["2[124]|[36]1"], "(0$1)"], ["(\\d{3})(\\d{5,7})", "$1 $2", ["800"], "0$1"], ["(\\d{3})(\\d{5,8})", "$1 $2", ["[2-79]"], "(0$1)"], ["(\\d{3})(\\d{3,4})(\\d{3})", "$1-$2-$3", ["8[1-35-9]"], "0$1"], ["(\\d{3})(\\d{6,8})", "$1 $2", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["804"], "0$1"], ["(\\d{3})(\\d)(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["80"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1-$2-$3", ["8"], "0$1"]], "0"], "IE": ["353", "00", "(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["2[24-9]|47|58|6[237-9]|9[35-9]"], "(0$1)"], ["(\\d{3})(\\d{5})", "$1 $2", ["[45]0"], "(0$1)"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2569]|4[1-69]|7[14]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["81"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["4"], "(0$1)"], ["(\\d{2})(\\d)(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "IL": ["972", "0(?:0|1[2-9])", "1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}", [7, 8, 9, 10, 11, 12], [["(\\d{4})(\\d{3})", "$1-$2", ["125"]], ["(\\d{4})(\\d{2})(\\d{2})", "$1-$2-$3", ["121"]], ["(\\d)(\\d{3})(\\d{4})", "$1-$2-$3", ["[2-489]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1-$2-$3", ["12"]], ["(\\d{4})(\\d{6})", "$1-$2", ["159"]], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3-$4", ["1[7-9]"]], ["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})", "$1-$2 $3-$4", ["15"]]], "0"], "IM": ["44", "00", "1624\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([25-8]\\d{5})$|0", "1624$1", 0, "74576|(?:16|7[56])24"], "IN": ["91", "00", "(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}", [8, 9, 10, 11, 12, 13], [["(\\d{8})", "$1", ["5(?:0|2[23]|3[03]|[67]1|88)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"], 0, 1], ["(\\d{4})(\\d{4,5})", "$1 $2", ["180", "1800"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["140"], 0, 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["11|2[02]|33|4[04]|79[1-7]|80[2-46]", "11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])", "11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"], "0$1", 1], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807", "1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]", "1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"], "0$1", 1], ["(\\d{5})(\\d{5})", "$1 $2", ["[6-9]"], "0$1", 1], ["(\\d{4})(\\d{2,4})(\\d{4})", "$1 $2 $3", ["1(?:6|8[06])", "1(?:6|8[06]0)"], 0, 1], ["(\\d{4})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["18"], 0, 1]], "0"], "IO": ["246", "00", "3\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["3"]]]], "IQ": ["964", "00", "(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-6]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], "IR": ["98", "00", "[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}", [4, 5, 6, 7, 10], [["(\\d{4,5})", "$1", ["96"], "0$1"], ["(\\d{2})(\\d{4,5})", "$1 $2", ["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[1-8]"], "0$1"]], "0"], "IS": ["354", "00|1(?:0(?:01|[12]0)|100)", "(?:38\\d|[4-9])\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "IT": ["39", "00", "0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?", [6, 7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{4,6})", "$1 $2", ["0[26]"]], ["(\\d{3})(\\d{3,6})", "$1 $2", ["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])", "0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]], ["(\\d{4})(\\d{2,6})", "$1 $2", ["0(?:[13-579][2-46-8]|8[236-8])"]], ["(\\d{4})(\\d{4})", "$1 $2", ["894"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[26]|5"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1(?:44|[679])|[378]|43"]], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[13-57-9][0159]|14"]], ["(\\d{2})(\\d{4})(\\d{5})", "$1 $2 $3", ["0[26]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, [["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}", [6, 7, 8, 9, 10, 11]], ["3[2-9]\\d{7,8}|(?:31|43)\\d{8}", [9, 10]], ["80(?:0\\d{3}|3)\\d{3}", [6, 9]], ["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}", [6, 8, 9, 10]], ["1(?:78\\d|99)\\d{6}", [9, 10]], ["3[2-8]\\d{9,10}", [11, 12]], 0, 0, ["55\\d{8}", [10]], ["84(?:[08]\\d{3}|[17])\\d{3}", [6, 9]]]], "JE": ["44", "00", "1534\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([0-24-8]\\d{5})$|0", "1534$1", 0, 0, [["1534[0-24-8]\\d{5}"], ["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\d{5}"], ["80(?:07(?:35|81)|8901)\\d{4}"], ["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"], ["701511\\d{4}"], 0, ["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"], ["56\\d{8}"]]], "JM": ["1", "011", "(?:[58]\\d\\d|658|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "658|876"], "JO": ["962", "00", "(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2356]|87"], "(0$1)"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["70"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], "JP": ["81", "010", "00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}", [8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3", ["(?:12|57|99)0"], "0$1"], ["(\\d{4})(\\d)(\\d{4})", "$1-$2-$3", ["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2-$3", ["[36]|4(?:2[09]|7[01])", "[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3", ["[14]|[289][2-9]|5[3-9]|7[2-4679]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["800"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[257-9]"], "0$1"]], "0", 0, "(000[259]\\d{6})$|(?:(?:003768)0?)|0", "$1"], "KE": ["254", "000", "(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}", [7, 8, 9, 10], [["(\\d{2})(\\d{5,7})", "$1 $2", ["[24-6]"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[17]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], "KG": ["996", "00", "8\\d{9}|[235-9]\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["3(?:1[346]|[24-79])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-79]|88"], "0$1"], ["(\\d{3})(\\d{3})(\\d)(\\d{2,3})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "KH": ["855", "00[14-9]", "1\\d{9}|[1-9]\\d{7,8}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "KI": ["686", "00", "(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}", [5, 8], 0, "0"], "KM": ["269", "00", "[3478]\\d{6}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[3478]"]]]], "KN": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "869$1", 0, "869"], "KP": ["850", "00|99", "85\\d{6}|(?:19\\d|[2-7])\\d{7}", [8, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"]], "0"], "KR": ["82", "00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))", "00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}", [5, 6, 8, 9, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3,4})", "$1-$2", ["(?:3[1-3]|[46][1-4]|5[1-5])1"], "0$1"], ["(\\d{4})(\\d{4})", "$1-$2", ["1"]], ["(\\d)(\\d{3,4})(\\d{4})", "$1-$2-$3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[36]0|8"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1-$2-$3", ["[1346]|5[1-5]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{2})(\\d{5})(\\d{4})", "$1-$2-$3", ["5"], "0$1"]], "0", 0, "0(8(?:[1-46-8]|5\\d\\d))?"], "KW": ["965", "00", "18\\d{5}|(?:[2569]\\d|41)\\d{6}", [7, 8], [["(\\d{4})(\\d{3,4})", "$1 $2", ["[169]|2(?:[235]|4[1-35-9])|52"]], ["(\\d{3})(\\d{5})", "$1 $2", ["[245]"]]]], "KY": ["1", "011", "(?:345|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "345$1", 0, "345"], "KZ": ["7", "810", "(?:33622|8\\d{8})\\d{5}|[78]\\d{9}", [10, 14], 0, "8", 0, 0, 0, 0, "33|7", 0, "8~10"], "LA": ["856", "00", "[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2[13]|3[14]|[4-8]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["3"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0"], "LB": ["961", "00", "[27-9]\\d{7}|[13-9]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[13-69]|7(?:[2-57]|62|8[0-6]|9[04-9])|8[02-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27-9]"]]], "0"], "LC": ["1", "011", "(?:[58]\\d\\d|758|900)\\d{7}", [10], 0, "1", 0, "([2-8]\\d{6})$|1", "758$1", 0, "758"], "LI": ["423", "00", "[68]\\d{8}|(?:[2378]\\d|90)\\d{5}", [7, 9], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2379]|8(?:0[09]|7)", "[2379]|8(?:0(?:02|9)|7)"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["69"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]], "0", 0, "(1001)|0"], "LK": ["94", "00", "[1-9]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[1-689]"], "0$1"]], "0"], "LR": ["231", "00", "(?:[2457]\\d|33|88)\\d{7}|(?:2\\d|[4-6])\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["4[67]|[56]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-578]"], "0$1"]], "0"], "LS": ["266", "00", "(?:[256]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2568]"]]]], "LT": ["370", "00", "(?:[3469]\\d|52|[78]0)\\d{6}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["52[0-7]"], "(0-$1)", 1], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0 $1", 1], ["(\\d{2})(\\d{6})", "$1 $2", ["37|4(?:[15]|6[1-8])"], "(0-$1)", 1], ["(\\d{3})(\\d{5})", "$1 $2", ["[3-6]"], "(0-$1)", 1]], "0", 0, "[08]"], "LU": ["352", "00", "35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}", [4, 5, 6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{3})", "$1 $2", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["20[2-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4", ["2(?:[0367]|4[3-8])"]], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["80[01]|90[015]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["20"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4 $5", ["2(?:[0367]|4[3-8])"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})", "$1 $2 $3 $4", ["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]], 0, 0, "(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"], "LV": ["371", "00", "(?:[268]\\d|90)\\d{6}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[269]|8[01]"]]]], "LY": ["218", "00", "[2-9]\\d{8}", [9], [["(\\d{2})(\\d{7})", "$1-$2", ["[2-9]"], "0$1"]], "0"], "MA": ["212", "00", "[5-8]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5[45]"], "0$1"], ["(\\d{4})(\\d{5})", "$1-$2", ["5(?:2[2-46-9]|3[3-9]|9)|8(?:0[89]|92)"], "0$1"], ["(\\d{2})(\\d{7})", "$1-$2", ["8"], "0$1"], ["(\\d{3})(\\d{6})", "$1-$2", ["[5-7]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["5(?:2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-467]|5[0-3]|8[0-7]))\\d{6}"], ["80[0-7]\\d{6}"], ["89\\d{7}"], 0, 0, 0, 0, ["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]], "MC": ["377", "00", "(?:[3489]|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["4"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[389]"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["6"], "0$1"]], "0"], "MD": ["373", "00", "(?:[235-7]\\d|[89]0)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["22|3"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[25-7]"], "0$1"]], "0"], "ME": ["382", "00", "(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "0$1"]], "0"], "MF": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "MG": ["261", "00", "[23]\\d{8}", [9], [["(\\d{2})(\\d{2})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0", 0, "([24-9]\\d{6})$|0", "20$1"], "MH": ["692", "011", "329\\d{4}|(?:[256]\\d|45)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-6]"]]], "1"], "MK": ["389", "00", "[2-578]\\d{7}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2|34[47]|4(?:[37]7|5[47]|64)"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[347]"], "0$1"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[58]"], "0$1"]], "0"], "ML": ["223", "00", "[24-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-9]"]]]], "MM": ["95", "00", "1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}", [6, 7, 8, 9, 10], [["(\\d)(\\d{2})(\\d{3})", "$1 $2 $3", ["16|2"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["4(?:[2-46]|5[3-5])|5|6(?:[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-5]|(?:60|86)[23]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|452|678|86", "[12]|452|6788|86"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[4-7]|8[1-35]"], "0$1"], ["(\\d)(\\d{3})(\\d{4,6})", "$1 $2 $3", ["9(?:2[0-4]|[35-9]|4[137-9])"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["92"], "0$1"], ["(\\d)(\\d{5})(\\d{4})", "$1 $2 $3", ["9"], "0$1"]], "0"], "MN": ["976", "001", "[12]\\d{7,9}|[5-9]\\d{7}", [8, 9, 10], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[12]1"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[5-9]"]], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[12]2[1-3]"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["[12](?:27|3[2-8]|4[2-68]|5[1-4689])", "[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["[12]"], "0$1"]], "0"], "MO": ["853", "00", "0800\\d{3}|(?:28|[68]\\d)\\d{6}", [7, 8], [["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[268]"]]]], "MP": ["1", "011", "[58]\\d{9}|(?:67|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "670$1", 0, "670"], "MQ": ["596", "00", "(?:596\\d|7091)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]|8(?:0[6-9]|[36])"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "MR": ["222", "00", "(?:[2-4]\\d\\d|800)\\d{5}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-48]"]]]], "MS": ["1", "011", "(?:[58]\\d\\d|664|900)\\d{7}", [10], 0, "1", 0, "([34]\\d{6})$|1", "664$1", 0, "664"], "MT": ["356", "00", "3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2357-9]"]]]], "MU": ["230", "0(?:0|[24-7]0|3[03])", "(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46]|8[013]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[57]"]], ["(\\d{5})(\\d{5})", "$1 $2", ["8"]]], 0, 0, 0, 0, 0, 0, 0, "020"], "MV": ["960", "0(?:0|19)", "(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}", [7, 10], [["(\\d{3})(\\d{4})", "$1-$2", ["[34679]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "MW": ["265", "00", "(?:[1289]\\d|31|77)\\d{7}|1\\d{6}", [7, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["1[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[137-9]"], "0$1"]], "0"], "MX": ["52", "0[09]", "[2-9]\\d{9}", [10], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["33|5[56]|81"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "MY": ["60", "00", "1\\d{8,9}|(?:3\\d|[4-9])\\d{7}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1-$2 $3", ["[4-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1-$2 $3", ["1(?:[02469]|[378][1-9]|53)|8", "1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2 $3", ["3"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3-$4", ["1(?:[367]|80)"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2 $3", ["15"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2 $3", ["1"], "0$1"]], "0"], "MZ": ["258", "00", "(?:2|8\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2|8[2-79]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], "NA": ["264", "00", "[68]\\d{7,8}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["87"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], "NC": ["687", "00", "(?:050|[2-57-9]\\d\\d)\\d{3}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1.$2.$3", ["[02-57-9]"]]]], "NE": ["227", "00", "[027-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["08"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[089]|2[013]|7[0467]"]]]], "NF": ["672", "00", "[13]\\d{5}", [6], [["(\\d{2})(\\d{4})", "$1 $2", ["1[0-3]"]], ["(\\d)(\\d{5})", "$1 $2", ["[13]"]]], 0, 0, "([0-258]\\d{4})$", "3$1"], "NG": ["234", "009", "(?:20|9\\d)\\d{8}|[78]\\d{9,13}", [10, 11, 12, 13, 14], [["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["20[129]"], "0$1"], ["(\\d{4})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{3})(\\d{5})(\\d{5,6})", "$1 $2 $3", ["[78]"], "0$1"]], "0"], "NI": ["505", "00", "(?:1800|[25-8]\\d{3})\\d{4}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[125-8]"]]]], "NL": ["31", "00", "(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}", [5, 6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{4,7})", "$1 $2", ["[89]0"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["66"], "0$1"], ["(\\d)(\\d{8})", "$1 $2", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-578]|91"], "0$1"], ["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3", ["9"], "0$1"]], "0"], "NO": ["47", "00", "(?:0|[2-9]\\d{3})\\d{4}", [5, 8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]"]]], 0, 0, 0, 0, 0, "[02-689]|7[0-8]"], "NP": ["977", "00", "(?:1\\d|9)\\d{9}|[1-9]\\d{7}", [8, 10, 11], [["(\\d)(\\d{7})", "$1-$2", ["1[2-6]"], "0$1"], ["(\\d{2})(\\d{6})", "$1-$2", ["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"], "0$1"], ["(\\d{3})(\\d{7})", "$1-$2", ["9"]]], "0"], "NR": ["674", "00", "(?:222|444|(?:55|8\\d)\\d|666|777|999)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[24-9]"]]]], "NU": ["683", "00", "(?:[4-7]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], "NZ": ["64", "0(?:0|161)", "[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|8|90", "50(?:[0367]|88)|8|90"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["24|[346]|7[2-57-9]|9[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:10|74)|[589]"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1|2[028]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,5})", "$1 $2 $3", ["2(?:[169]|7[0-35-9])|7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00"], "OM": ["968", "00", "(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}", [7, 8, 9], [["(\\d{3})(\\d{4,6})", "$1 $2", ["[58]"]], ["(\\d{2})(\\d{6})", "$1 $2", ["2"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[179]"]]]], "PA": ["507", "00", "(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}", [7, 8, 10, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[1-57-9]"]], ["(\\d{4})(\\d{4})", "$1-$2", ["[68]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]]], "PE": ["51", "00|19(?:1[124]|77|90)00", "(?:[14-8]|9\\d)\\d{7}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["80"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["1"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[4-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"]]], "0", 0, 0, 0, 0, 0, 0, "00", " Anexo "], "PF": ["689", "00", "4\\d{5}(?:\\d{2})?|8\\d{7,8}", [6, 8, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["44"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4|8[7-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], "PG": ["675", "00|140[1-3]", "(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["18|[2-69]|85"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[78]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "PH": ["63", "00", "(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}", [6, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{5})", "$1 $2", ["2"], "(0$1)"], ["(\\d{4})(\\d{4,6})", "$1 $2", ["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2", "3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"], "(0$1)"], ["(\\d{5})(\\d{4})", "$1 $2", ["346|4(?:27|9[35])|883", "3469|4(?:279|9(?:30|56))|8834"], "(0$1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|8[2-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["1"]]], "0"], "PK": ["92", "00", "122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,7})", "$1 $2 $3", ["[89]0"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["1"]], ["(\\d{3})(\\d{6,7})", "$1 $2", ["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])", "9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"], "(0$1)"], ["(\\d{2})(\\d{7,8})", "$1 $2", ["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"], "(0$1)"], ["(\\d{5})(\\d{5})", "$1 $2", ["58"], "(0$1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[24-9]"], "(0$1)"]], "0"], "PL": ["48", "00", "(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|20|64"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1", "(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["64"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[2-8]|[2-7]|8[1-79]|9[145]"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["8"]]]], "PM": ["508", "00", "[45]\\d{5}|(?:708|8\\d\\d)\\d{6}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[45]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "PR": ["1", "011", "(?:[589]\\d\\d|787)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "787|939"], "PS": ["970", "00", "[2489]2\\d{6}|(?:1\\d|5)\\d{8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2489]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "PT": ["351", "00", "1693\\d{5}|(?:[26-9]\\d|30)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["2[12]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["16|[236-9]"]]]], "PW": ["680", "01[12]", "(?:[24-8]\\d\\d|345|900)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "PY": ["595", "00", "59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3,6})", "$1 $2", ["[2-9]0"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"], "(0$1)"], ["(\\d{3})(\\d{4,5})", "$1 $2", ["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["87"]], ["(\\d{3})(\\d{6})", "$1 $2", ["9(?:[5-79]|8[1-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"]]], "0"], "QA": ["974", "00", "800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}", [7, 8, 9, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["2[136]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[3-7]"]]]], "RE": ["262", "00", "709\\d{6}|(?:26|[689]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"], ["(?:69(?:2\\d\\d|3(?:[06][0-6]|1[0-3]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\d{4}"], ["80\\d{7}"], ["89[1-37-9]\\d{6}"], 0, 0, 0, 0, ["9(?:399[0-3]|479[0-6]|76(?:2[278]|3[0-37]))\\d{4}"], ["8(?:1[019]|2[0156]|84|90)\\d{6}"]]], "RO": ["40", "00", "(?:[236-8]\\d|90)\\d{7}|[23]\\d{5}", [6, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["2[3-6]", "2[3-6]\\d9"], "0$1"], ["(\\d{2})(\\d{4})", "$1 $2", ["219|31"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[23]1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[236-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, " int "], "RS": ["381", "00", "38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}", [6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{3,9})", "$1 $2", ["(?:2[389]|39)0|[7-9]"], "0$1"], ["(\\d{2})(\\d{5,10})", "$1 $2", ["[1-36]"], "0$1"]], "0"], "RU": ["7", "810", "8\\d{13}|[347-9]\\d{9}", [10, 14], [["(\\d{4})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-8]|2[1-9])", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"], "8 ($1)", 1], ["(\\d{5})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-68]|2[1-9])", "7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))", "7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[349]|8(?:[02-7]|1[1-8])"], "8 ($1)", 1], ["(\\d{4})(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["8"], "8 ($1)"]], "8", 0, 0, 0, 0, "3[04-689]|[489]", 0, "8~10"], "RW": ["250", "00", "(?:06|[27]\\d\\d|[89]00)\\d{6}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0$1"]], "0"], "SA": ["966", "00", "(?:[15]\\d|800|92)\\d{7}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["9"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]], "0"], "SB": ["677", "0[01]", "[6-9]\\d{6}|[1-6]\\d{4}", [5, 7], [["(\\d{2})(\\d{5})", "$1 $2", ["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]], "SC": ["248", "010|0[0-2]", "(?:[2489]\\d|64)\\d{5}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[246]|9[57]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "SD": ["249", "00", "[19]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], "SE": ["46", "00", "(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}", [6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["20"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{4})", "$1-$2", ["9(?:00|39|44|9)"], "0$1", 0, "$1 $2"], ["(\\d{2})(\\d{3})(\\d{2})", "$1-$2 $3", ["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3"], ["(\\d)(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{2,3})(\\d{3})", "$1-$2 $3", ["9(?:00|39|44)"], "0$1", 0, "$1 $2 $3"], ["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["10|7"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{3})", "$1-$2 $3 $4", ["9"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4 $5", ["[26]"], "0$1", 0, "$1 $2 $3 $4 $5"]], "0"], "SG": ["65", "0[0-3]\\d", "(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[369]|8(?:0[1-9]|[1-9])"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{4})(\\d{4})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "SH": ["290", "00", "(?:[256]\\d|8)\\d{3}", [4, 5], 0, 0, 0, 0, 0, 0, "[256]"], "SI": ["386", "00|10(?:22|66|88|99)", "[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}", [5, 6, 7, 8], [["(\\d{2})(\\d{3,6})", "$1 $2", ["8[09]|9"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["59|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37][01]|4[0139]|51|6"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-57]"], "(0$1)"]], "0", 0, 0, 0, 0, 0, 0, "00"], "SJ": ["47", "00", "0\\d{4}|(?:[489]\\d|79)\\d{6}", [5, 8], 0, 0, 0, 0, 0, 0, "79"], "SK": ["421", "00", "[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}", [6, 7, 9], [["(\\d)(\\d{2})(\\d{3,4})", "$1 $2 $3", ["21"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["[3-5][1-8]1", "[3-5][1-8]1[67]"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1/$2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[689]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1/$2 $3 $4", ["[3-5]"], "0$1"]], "0"], "SL": ["232", "00", "(?:[237-9]\\d|66)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[236-9]"], "(0$1)"]], "0"], "SM": ["378", "00", "(?:0549|[5-7]\\d)\\d{6}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]"]], ["(\\d{4})(\\d{6})", "$1 $2", ["0"]]], 0, 0, "([89]\\d{5})$", "0549$1"], "SN": ["221", "00", "(?:[378]\\d|93)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[379]"]]]], "SO": ["252", "00", "[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}", [6, 7, 8, 9], [["(\\d{2})(\\d{4})", "$1 $2", ["8[125]"]], ["(\\d{6})", "$1", ["[134]"]], ["(\\d)(\\d{6})", "$1 $2", ["[15]|2[0-79]|3[0-46-8]|4[0-7]"]], ["(\\d)(\\d{7})", "$1 $2", ["(?:2|90)4|[67]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[348]|64|79|90"]], ["(\\d{2})(\\d{5,7})", "$1 $2", ["1|28|6[0-35-9]|7[67]|9[2-9]"]]], "0"], "SR": ["597", "00", "(?:[2-5]|68|[78]\\d|90)\\d{5}", [6, 7], [["(\\d{2})(\\d{2})(\\d{2})", "$1-$2-$3", ["56"]], ["(\\d{3})(\\d{3})", "$1-$2", ["[2-5]"]], ["(\\d{3})(\\d{4})", "$1-$2", ["[6-9]"]]]], "SS": ["211", "00", "[19]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], "ST": ["239", "00", "(?:22|9\\d)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[29]"]]]], "SV": ["503", "00", "[267]\\d{7}|(?:80\\d|900)\\d{4}(?:\\d{4})?", [7, 8, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[89]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[267]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[89]"]]]], "SX": ["1", "011", "7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "(5\\d{6})$|1", "721$1", 0, "721"], "SY": ["963", "00", "[1-39]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-5]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1", 1]], "0"], "SZ": ["268", "00", "0800\\d{4}|(?:[237]\\d|900)\\d{6}", [8, 9], [["(\\d{4})(\\d{4})", "$1 $2", ["[0237]"]], ["(\\d{5})(\\d{4})", "$1 $2", ["9"]]]], "TA": ["290", "00", "8\\d{3}", [4], 0, 0, 0, 0, 0, 0, "8"], "TC": ["1", "011", "(?:[58]\\d\\d|649|900)\\d{7}", [10], 0, "1", 0, "([2-479]\\d{6})$|1", "649$1", 0, "649"], "TD": ["235", "00|16", "(?:22|[689]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "TG": ["228", "00", "[279]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[279]"]]]], "TH": ["66", "00[1-9]", "(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}", [8, 9, 10, 13], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[13-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "TJ": ["992", "810", "[0-57-9]\\d{8}", [9], [["(\\d{6})(\\d)(\\d{2})", "$1 $2 $3", ["331", "3317"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["44[02-479]|[34]7"]], ["(\\d{4})(\\d)(\\d{4})", "$1 $2 $3", ["3(?:[1245]|3[12])"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[0-57-9]"]]], 0, 0, 0, 0, 0, 0, 0, "8~10"], "TK": ["690", "00", "[2-47]\\d{3,6}", [4, 5, 6, 7]], "TL": ["670", "00", "7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-489]|70"]], ["(\\d{4})(\\d{4})", "$1 $2", ["7"]]]], "TM": ["993", "810", "(?:[1-6]\\d|71)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["12"], "(8 $1)"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-5]"], "(8 $1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[67]"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], "TN": ["216", "00", "[2-57-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-57-9]"]]]], "TO": ["676", "00", "(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}", [5, 7], [["(\\d{2})(\\d{3})", "$1-$2", ["[2-4]|50|6[09]|7[0-24-69]|8[05]"]], ["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[5-9]"]]]], "TR": ["90", "00", "4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}", [7, 10, 12, 13], [["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["512|8[01589]|90"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5(?:[0-59]|61)", "5(?:[0-59]|61[06])", "5(?:[0-59]|61[06]1)"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24][1-8]|3[1-9]"], "(0$1)", 1], ["(\\d{3})(\\d{3})(\\d{6,7})", "$1 $2 $3", ["80"], "0$1", 1]], "0"], "TT": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-46-8]\\d{6})$|1", "868$1", 0, "868"], "TV": ["688", "00", "(?:2|7\\d\\d|90)\\d{4}", [5, 6, 7], [["(\\d{2})(\\d{3})", "$1 $2", ["2"]], ["(\\d{2})(\\d{4})", "$1 $2", ["90"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], "TW": ["886", "0(?:0[25-79]|19)", "[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}", [7, 8, 9, 10, 11], [["(\\d{2})(\\d)(\\d{4})", "$1 $2 $3", ["202"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[258]0"], "0$1"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]", "[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, "#"], "TZ": ["255", "00[056]", "(?:[25-8]\\d|41|90)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[24]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["5"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[67]"], "0$1"]], "0"], "UA": ["380", "00", "[89]\\d{9}|[3-9]\\d{8}", [9, 10], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]", "6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])", "3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|89|9[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "0~0"], "UG": ["256", "00[057]", "800\\d{6}|(?:[29]0|[347]\\d)\\d{7}", [9], [["(\\d{4})(\\d{5})", "$1 $2", ["202", "2024"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[27-9]|4(?:6[45]|[7-9])"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[34]"], "0$1"]], "0"], "US": ["1", "011", "[2-9]\\d{9}|3\\d{6}", [10], [["(\\d{3})(\\d{4})", "$1-$2", ["310"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "($1) $2-$3", ["[2-9]"], 0, 1, "$1-$2-$3"]], "1", 0, 0, 0, 0, 0, [["(?:3052(?:0[0-8]|[1-9]\\d)|5056(?:[0-35-9]\\d|4[0-68]))\\d{4}|(?:2742|305[3-9]|472[247-9]|505[2-57-9]|983[2-47-9])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-47-9]|1[02-9]|2[0135-79]|3[0-24679]|4[167]|5[0-2]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[0168]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"], [""], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"], ["900[2-9]\\d{6}"], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}"], 0, 0, 0, ["305209\\d{4}"]]], "UY": ["598", "0(?:0|1[3-9]\\d)", "0004\\d{2,9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}", [6, 7, 8, 9, 10, 11, 12, 13], [["(\\d{3})(\\d{3,4})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[49]0|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[124]"]], ["(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3 $4", ["0"]]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "], "UZ": ["998", "00", "(?:20|33|[5-9]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[235-9]"]]]], "VA": ["39", "00", "0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}", [6, 7, 8, 9, 10, 11, 12], 0, 0, 0, 0, 0, 0, "06698"], "VC": ["1", "011", "(?:[58]\\d\\d|784|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "784$1", 0, "784"], "VE": ["58", "00", "[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}", [10], [["(\\d{3})(\\d{7})", "$1-$2", ["[24-689]"], "0$1"]], "0"], "VG": ["1", "011", "(?:284|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-578]\\d{6})$|1", "284$1", 0, "284"], "VI": ["1", "011", "[58]\\d{9}|(?:34|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "340$1", 0, "340"], "VN": ["84", "00", "[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["80"], "0$1", 1], ["(\\d{4})(\\d{4,6})", "$1 $2", ["1"], 0, 1], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["6"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[357-9]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["2[48]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["2"], "0$1", 1]], "0"], "VU": ["678", "00", "[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}", [5, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["[57-9]"]]]], "WF": ["681", "00", "(?:40|72|8\\d{4})\\d{4}|[89]\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[47-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], "WS": ["685", "0", "(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}", [5, 6, 7, 10], [["(\\d{5})", "$1", ["[2-5]|6[1-9]"]], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[68]"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], "XK": ["383", "00", "2\\d{7,8}|3\\d{7,11}|(?:4\\d\\d|[89]00)\\d{5}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2|39"], "0$1"], ["(\\d{2})(\\d{7,10})", "$1 $2", ["3"], "0$1"]], "0"], "YE": ["967", "00", "(?:1|7\\d)\\d{7}|[1-7]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-6]|7(?:[24-6]|8[0-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"], "0$1"]], "0"], "YT": ["262", "00", "7093\\d{5}|(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"], ["(?:639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])|7093[5-7])\\d{4}"], ["80\\d{7}"], 0, 0, 0, 0, 0, ["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]], "ZA": ["27", "00", "[1-79]\\d{8}|8\\d{4,9}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,4})", "$1 $2", ["8[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["8[1-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["860"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], "ZM": ["260", "00", "800\\d{6}|(?:21|[579]\\d|63)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[579]"], "0$1"]], "0"], "ZW": ["263", "00", "2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}", [5, 6, 7, 8, 9, 10], [["(\\d{3})(\\d{3,5})", "$1 $2", ["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"], "0$1"], ["(\\d)(\\d{3})(\\d{2,4})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["80"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2", "2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)", "2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["29[013-9]|39|54"], "0$1"], ["(\\d{4})(\\d{3,5})", "$1 $2", ["(?:25|54)8", "258|5483"], "0$1"]], "0"] }, "nonGeographic": { "800": ["800", 0, "(?:00|[1-9]\\d)\\d{6}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["\\d"]]], 0, 0, 0, 0, 0, 0, [0, 0, ["(?:00|[1-9]\\d)\\d{6}"]]], "808": ["808", 0, "[1-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[1-9]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, 0, ["[1-9]\\d{7}"]]], "870": ["870", 0, "7\\d{11}|[235-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"], 0, 0, 0, 0, 0, 0, ["2\\d{8}", [9]]]], "878": ["878", 0, "10\\d{10}", [12], [["(\\d{2})(\\d{5})(\\d{5})", "$1 $2 $3", ["1"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["10\\d{10}"]]], "881": ["881", 0, "6\\d{9}|[0-36-9]\\d{8}", [9, 10], [["(\\d)(\\d{3})(\\d{5})", "$1 $2 $3", ["[0-37-9]"]], ["(\\d)(\\d{3})(\\d{5,6})", "$1 $2 $3", ["6"]]], 0, 0, 0, 0, 0, 0, [0, ["6\\d{9}|[0-36-9]\\d{8}"]]], "882": ["882", 0, "[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5})", "$1 $2", ["16|342"]], ["(\\d{2})(\\d{6})", "$1 $2", ["49"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["1[36]|9"]], ["(\\d{2})(\\d{4})(\\d{3})", "$1 $2 $3", ["3[23]"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["16"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|23|3(?:[15]|4[57])|4|51"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["34"]], ["(\\d{2})(\\d{4,5})(\\d{5})", "$1 $2 $3", ["[1-35]"]]], 0, 0, 0, 0, 0, 0, [0, ["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|50\\d{3})\\d{7}", [7, 8, 9, 10, 12]], 0, 0, 0, ["348[57]\\d{7}", [11]], 0, 0, ["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]], "883": ["883", 0, "(?:[1-4]\\d|51)\\d{6,10}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,8})", "$1 $2 $3", ["[14]|2[24-689]|3[02-689]|51[24-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["510"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["21"]], ["(\\d{4})(\\d{4})(\\d{4})", "$1 $2 $3", ["51[13]"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[235]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]], "888": ["888", 0, "\\d{11}", [11], [["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3"]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, ["\\d{11}"]]], "979": ["979", 0, "[1359]\\d{8}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[1359]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, ["[1359]\\d{8}"]]] } };
|
|
23498
23447
|
function withMetadataArgument(func, _arguments) {
|
|
23499
23448
|
var args = Array.prototype.slice.call(_arguments);
|
|
23500
23449
|
args.push(metadata);
|
|
@@ -23522,39 +23471,32 @@ var objectConstructor = {}.constructor;
|
|
|
23522
23471
|
function isObject(object) {
|
|
23523
23472
|
return object !== void 0 && object !== null && object.constructor === objectConstructor;
|
|
23524
23473
|
}
|
|
23525
|
-
function _typeof$
|
|
23474
|
+
function _typeof$1(obj) {
|
|
23526
23475
|
"@babel/helpers - typeof";
|
|
23527
|
-
return _typeof$
|
|
23528
|
-
return typeof
|
|
23529
|
-
} : function(
|
|
23530
|
-
return
|
|
23531
|
-
}, _typeof$
|
|
23476
|
+
return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
|
|
23477
|
+
return typeof obj2;
|
|
23478
|
+
} : function(obj2) {
|
|
23479
|
+
return obj2 && "function" == typeof Symbol && obj2.constructor === Symbol && obj2 !== Symbol.prototype ? "symbol" : typeof obj2;
|
|
23480
|
+
}, _typeof$1(obj);
|
|
23532
23481
|
}
|
|
23533
|
-
function _classCallCheck$2(
|
|
23534
|
-
if (!(
|
|
23535
|
-
|
|
23536
|
-
function _defineProperties$1(e, r) {
|
|
23537
|
-
for (var t2 = 0; t2 < r.length; t2++) {
|
|
23538
|
-
var o = r[t2];
|
|
23539
|
-
o.enumerable = o.enumerable || false, o.configurable = true, "value" in o && (o.writable = true), Object.defineProperty(e, _toPropertyKey$6(o.key), o);
|
|
23482
|
+
function _classCallCheck$2(instance, Constructor) {
|
|
23483
|
+
if (!(instance instanceof Constructor)) {
|
|
23484
|
+
throw new TypeError("Cannot call a class as a function");
|
|
23540
23485
|
}
|
|
23541
23486
|
}
|
|
23542
|
-
function
|
|
23543
|
-
|
|
23544
|
-
|
|
23545
|
-
|
|
23546
|
-
|
|
23547
|
-
|
|
23548
|
-
|
|
23549
|
-
function _toPrimitive$6(t2, r) {
|
|
23550
|
-
if ("object" != _typeof$7(t2) || !t2) return t2;
|
|
23551
|
-
var e = t2[Symbol.toPrimitive];
|
|
23552
|
-
if (void 0 !== e) {
|
|
23553
|
-
var i = e.call(t2, r);
|
|
23554
|
-
if ("object" != _typeof$7(i)) return i;
|
|
23555
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23487
|
+
function _defineProperties$1(target, props) {
|
|
23488
|
+
for (var i = 0; i < props.length; i++) {
|
|
23489
|
+
var descriptor = props[i];
|
|
23490
|
+
descriptor.enumerable = descriptor.enumerable || false;
|
|
23491
|
+
descriptor.configurable = true;
|
|
23492
|
+
if ("value" in descriptor) descriptor.writable = true;
|
|
23493
|
+
Object.defineProperty(target, descriptor.key, descriptor);
|
|
23556
23494
|
}
|
|
23557
|
-
|
|
23495
|
+
}
|
|
23496
|
+
function _createClass$2(Constructor, protoProps, staticProps) {
|
|
23497
|
+
if (protoProps) _defineProperties$1(Constructor.prototype, protoProps);
|
|
23498
|
+
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
23499
|
+
return Constructor;
|
|
23558
23500
|
}
|
|
23559
23501
|
var V3 = "1.2.0";
|
|
23560
23502
|
var V4 = "1.7.35";
|
|
@@ -23567,7 +23509,7 @@ var Metadata = /* @__PURE__ */ function() {
|
|
|
23567
23509
|
this.metadata = metadata2;
|
|
23568
23510
|
setVersion.call(this, metadata2);
|
|
23569
23511
|
}
|
|
23570
|
-
|
|
23512
|
+
_createClass$2(Metadata2, [{
|
|
23571
23513
|
key: "getCountries",
|
|
23572
23514
|
value: function getCountries() {
|
|
23573
23515
|
return Object.keys(this.metadata.countries).filter(function(_) {
|
|
@@ -23772,6 +23714,7 @@ var Metadata = /* @__PURE__ */ function() {
|
|
|
23772
23714
|
return this.numberingPlan !== void 0;
|
|
23773
23715
|
}
|
|
23774
23716
|
}]);
|
|
23717
|
+
return Metadata2;
|
|
23775
23718
|
}();
|
|
23776
23719
|
var NumberingPlan = /* @__PURE__ */ function() {
|
|
23777
23720
|
function NumberingPlan2(metadata2, globalMetadataObject) {
|
|
@@ -23780,7 +23723,7 @@ var NumberingPlan = /* @__PURE__ */ function() {
|
|
|
23780
23723
|
this.metadata = metadata2;
|
|
23781
23724
|
setVersion.call(this, globalMetadataObject.metadata);
|
|
23782
23725
|
}
|
|
23783
|
-
|
|
23726
|
+
_createClass$2(NumberingPlan2, [{
|
|
23784
23727
|
key: "callingCode",
|
|
23785
23728
|
value: function callingCode() {
|
|
23786
23729
|
return this.metadata[0];
|
|
@@ -23919,6 +23862,7 @@ var NumberingPlan = /* @__PURE__ */ function() {
|
|
|
23919
23862
|
return this.metadata[13] || DEFAULT_EXT_PREFIX;
|
|
23920
23863
|
}
|
|
23921
23864
|
}]);
|
|
23865
|
+
return NumberingPlan2;
|
|
23922
23866
|
}();
|
|
23923
23867
|
var Format = /* @__PURE__ */ function() {
|
|
23924
23868
|
function Format2(format2, metadata2) {
|
|
@@ -23926,7 +23870,7 @@ var Format = /* @__PURE__ */ function() {
|
|
|
23926
23870
|
this._format = format2;
|
|
23927
23871
|
this.metadata = metadata2;
|
|
23928
23872
|
}
|
|
23929
|
-
|
|
23873
|
+
_createClass$2(Format2, [{
|
|
23930
23874
|
key: "pattern",
|
|
23931
23875
|
value: function pattern() {
|
|
23932
23876
|
return this._format[0];
|
|
@@ -23969,6 +23913,7 @@ var Format = /* @__PURE__ */ function() {
|
|
|
23969
23913
|
return this._format[5] || this.format();
|
|
23970
23914
|
}
|
|
23971
23915
|
}]);
|
|
23916
|
+
return Format2;
|
|
23972
23917
|
}();
|
|
23973
23918
|
var FIRST_GROUP_ONLY_PREFIX_PATTERN = /^\(?\$1\)?$/;
|
|
23974
23919
|
var Type = /* @__PURE__ */ function() {
|
|
@@ -23977,7 +23922,7 @@ var Type = /* @__PURE__ */ function() {
|
|
|
23977
23922
|
this.type = type;
|
|
23978
23923
|
this.metadata = metadata2;
|
|
23979
23924
|
}
|
|
23980
|
-
|
|
23925
|
+
_createClass$2(Type2, [{
|
|
23981
23926
|
key: "pattern",
|
|
23982
23927
|
value: function pattern() {
|
|
23983
23928
|
if (this.metadata.v1) return this.type;
|
|
@@ -23990,6 +23935,7 @@ var Type = /* @__PURE__ */ function() {
|
|
|
23990
23935
|
return this.type[1] || this.metadata.possibleLengths();
|
|
23991
23936
|
}
|
|
23992
23937
|
}]);
|
|
23938
|
+
return Type2;
|
|
23993
23939
|
}();
|
|
23994
23940
|
function getType(types, type) {
|
|
23995
23941
|
switch (type) {
|
|
@@ -24024,12 +23970,12 @@ function validateMetadata(metadata2) {
|
|
|
24024
23970
|
}
|
|
24025
23971
|
}
|
|
24026
23972
|
var typeOf = function typeOf2(_) {
|
|
24027
|
-
return _typeof$
|
|
23973
|
+
return _typeof$1(_);
|
|
24028
23974
|
};
|
|
24029
23975
|
function getCountryCallingCode(country, metadata2) {
|
|
24030
23976
|
metadata2 = new Metadata(metadata2);
|
|
24031
23977
|
if (metadata2.hasCountry(country)) {
|
|
24032
|
-
return metadata2.
|
|
23978
|
+
return metadata2.country(country).countryCallingCode();
|
|
24033
23979
|
}
|
|
24034
23980
|
throw new Error("Unknown country: ".concat(country));
|
|
24035
23981
|
}
|
|
@@ -24055,14 +24001,10 @@ function setVersion(metadata2) {
|
|
|
24055
24001
|
}
|
|
24056
24002
|
}
|
|
24057
24003
|
}
|
|
24058
|
-
function checkNumberLength(nationalNumber,
|
|
24059
|
-
return checkNumberLengthForType(nationalNumber,
|
|
24004
|
+
function checkNumberLength(nationalNumber, metadata2) {
|
|
24005
|
+
return checkNumberLengthForType(nationalNumber, void 0, metadata2);
|
|
24060
24006
|
}
|
|
24061
|
-
function checkNumberLengthForType(nationalNumber,
|
|
24062
|
-
if (country) {
|
|
24063
|
-
metadata2 = new Metadata(metadata2.metadata);
|
|
24064
|
-
metadata2.selectNumberingPlan(country);
|
|
24065
|
-
}
|
|
24007
|
+
function checkNumberLengthForType(nationalNumber, type, metadata2) {
|
|
24066
24008
|
var type_info = metadata2.type(type);
|
|
24067
24009
|
var possible_lengths = type_info && type_info.possibleLengths() || metadata2.possibleLengths();
|
|
24068
24010
|
if (!possible_lengths) {
|
|
@@ -24099,7 +24041,7 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
24099
24041
|
if (!metadata2.hasCountry(input.country)) {
|
|
24100
24042
|
throw new Error("Unknown country: ".concat(input.country));
|
|
24101
24043
|
}
|
|
24102
|
-
metadata2.
|
|
24044
|
+
metadata2.country(input.country);
|
|
24103
24045
|
} else {
|
|
24104
24046
|
if (!input.countryCallingCode) {
|
|
24105
24047
|
throw new Error("Invalid phone number object passed");
|
|
@@ -24108,7 +24050,7 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
24108
24050
|
}
|
|
24109
24051
|
}
|
|
24110
24052
|
if (metadata2.possibleLengths()) {
|
|
24111
|
-
return isPossibleNumber(input.phone || input.nationalNumber,
|
|
24053
|
+
return isPossibleNumber(input.phone || input.nationalNumber, metadata2);
|
|
24112
24054
|
} else {
|
|
24113
24055
|
if (input.countryCallingCode && metadata2.isNonGeographicCallingCode(input.countryCallingCode)) {
|
|
24114
24056
|
return true;
|
|
@@ -24117,41 +24059,45 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
24117
24059
|
}
|
|
24118
24060
|
}
|
|
24119
24061
|
}
|
|
24120
|
-
function isPossibleNumber(nationalNumber,
|
|
24121
|
-
switch (checkNumberLength(nationalNumber,
|
|
24062
|
+
function isPossibleNumber(nationalNumber, metadata2) {
|
|
24063
|
+
switch (checkNumberLength(nationalNumber, metadata2)) {
|
|
24122
24064
|
case "IS_POSSIBLE":
|
|
24123
24065
|
return true;
|
|
24124
24066
|
default:
|
|
24125
24067
|
return false;
|
|
24126
24068
|
}
|
|
24127
24069
|
}
|
|
24128
|
-
function matchesEntirely(text2,
|
|
24070
|
+
function matchesEntirely(text2, regular_expression) {
|
|
24129
24071
|
text2 = text2 || "";
|
|
24130
|
-
return new RegExp("^(?:" +
|
|
24131
|
-
}
|
|
24132
|
-
function _createForOfIteratorHelperLoose$
|
|
24133
|
-
var
|
|
24134
|
-
if (
|
|
24135
|
-
if (Array.isArray(
|
|
24136
|
-
|
|
24137
|
-
var
|
|
24072
|
+
return new RegExp("^(?:" + regular_expression + ")$").test(text2);
|
|
24073
|
+
}
|
|
24074
|
+
function _createForOfIteratorHelperLoose$3(o, allowArrayLike) {
|
|
24075
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
24076
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
24077
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$4(o)) || allowArrayLike) {
|
|
24078
|
+
if (it) o = it;
|
|
24079
|
+
var i = 0;
|
|
24138
24080
|
return function() {
|
|
24139
|
-
|
|
24081
|
+
if (i >= o.length) return { done: true };
|
|
24082
|
+
return { done: false, value: o[i++] };
|
|
24140
24083
|
};
|
|
24141
24084
|
}
|
|
24142
24085
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
24143
24086
|
}
|
|
24144
|
-
function _unsupportedIterableToArray$
|
|
24145
|
-
if (
|
|
24146
|
-
|
|
24147
|
-
|
|
24148
|
-
|
|
24149
|
-
|
|
24087
|
+
function _unsupportedIterableToArray$4(o, minLen) {
|
|
24088
|
+
if (!o) return;
|
|
24089
|
+
if (typeof o === "string") return _arrayLikeToArray$4(o, minLen);
|
|
24090
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
24091
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
24092
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
24093
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$4(o, minLen);
|
|
24150
24094
|
}
|
|
24151
|
-
function _arrayLikeToArray$
|
|
24152
|
-
(
|
|
24153
|
-
for (var
|
|
24154
|
-
|
|
24095
|
+
function _arrayLikeToArray$4(arr, len) {
|
|
24096
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
24097
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
24098
|
+
arr2[i] = arr[i];
|
|
24099
|
+
}
|
|
24100
|
+
return arr2;
|
|
24155
24101
|
}
|
|
24156
24102
|
var NON_FIXED_LINE_PHONE_TYPES = ["MOBILE", "PREMIUM_RATE", "TOLL_FREE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL"];
|
|
24157
24103
|
function getNumberType(input, options, metadata2) {
|
|
@@ -24177,7 +24123,7 @@ function getNumberType(input, options, metadata2) {
|
|
|
24177
24123
|
}
|
|
24178
24124
|
return "FIXED_LINE";
|
|
24179
24125
|
}
|
|
24180
|
-
for (var _iterator = _createForOfIteratorHelperLoose$
|
|
24126
|
+
for (var _iterator = _createForOfIteratorHelperLoose$3(NON_FIXED_LINE_PHONE_TYPES), _step; !(_step = _iterator()).done; ) {
|
|
24181
24127
|
var type = _step.value;
|
|
24182
24128
|
if (isNumberTypeEqualTo(nationalNumber, type, metadata2)) {
|
|
24183
24129
|
return type;
|
|
@@ -24296,63 +24242,7 @@ function extractNationalNumberFromPossiblyIncompleteNumber(number2, metadata2) {
|
|
|
24296
24242
|
nationalNumber: number2
|
|
24297
24243
|
};
|
|
24298
24244
|
}
|
|
24299
|
-
function
|
|
24300
|
-
var t2 = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
24301
|
-
if (t2) return (t2 = t2.call(r)).next.bind(t2);
|
|
24302
|
-
if (Array.isArray(r) || (t2 = _unsupportedIterableToArray$2(r)) || e) {
|
|
24303
|
-
t2 && (r = t2);
|
|
24304
|
-
var o = 0;
|
|
24305
|
-
return function() {
|
|
24306
|
-
return o >= r.length ? { done: true } : { done: false, value: r[o++] };
|
|
24307
|
-
};
|
|
24308
|
-
}
|
|
24309
|
-
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
24310
|
-
}
|
|
24311
|
-
function _unsupportedIterableToArray$2(r, a) {
|
|
24312
|
-
if (r) {
|
|
24313
|
-
if ("string" == typeof r) return _arrayLikeToArray$2(r, a);
|
|
24314
|
-
var t2 = {}.toString.call(r).slice(8, -1);
|
|
24315
|
-
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;
|
|
24316
|
-
}
|
|
24317
|
-
}
|
|
24318
|
-
function _arrayLikeToArray$2(r, a) {
|
|
24319
|
-
(null == a || a > r.length) && (a = r.length);
|
|
24320
|
-
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
24321
|
-
return n;
|
|
24322
|
-
}
|
|
24323
|
-
function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
|
|
24324
|
-
var countries = _ref.countries, metadata2 = _ref.metadata;
|
|
24325
|
-
metadata2 = new Metadata(metadata2);
|
|
24326
|
-
for (var _iterator = _createForOfIteratorHelperLoose$1(countries), _step; !(_step = _iterator()).done; ) {
|
|
24327
|
-
var country = _step.value;
|
|
24328
|
-
metadata2.selectNumberingPlan(country);
|
|
24329
|
-
if (metadata2.leadingDigits()) {
|
|
24330
|
-
if (nationalPhoneNumber && nationalPhoneNumber.search(metadata2.leadingDigits()) === 0) {
|
|
24331
|
-
return country;
|
|
24332
|
-
}
|
|
24333
|
-
} else if (getNumberType({
|
|
24334
|
-
phone: nationalPhoneNumber,
|
|
24335
|
-
country
|
|
24336
|
-
}, void 0, metadata2.metadata)) {
|
|
24337
|
-
return country;
|
|
24338
|
-
}
|
|
24339
|
-
}
|
|
24340
|
-
}
|
|
24341
|
-
function getCountryByCallingCode(callingCode, _ref) {
|
|
24342
|
-
var nationalPhoneNumber = _ref.nationalNumber, metadata2 = _ref.metadata;
|
|
24343
|
-
var possibleCountries = metadata2.getCountryCodesForCallingCode(callingCode);
|
|
24344
|
-
if (!possibleCountries) {
|
|
24345
|
-
return;
|
|
24346
|
-
}
|
|
24347
|
-
if (possibleCountries.length === 1) {
|
|
24348
|
-
return possibleCountries[0];
|
|
24349
|
-
}
|
|
24350
|
-
return getCountryByNationalNumber(nationalPhoneNumber, {
|
|
24351
|
-
countries: possibleCountries,
|
|
24352
|
-
metadata: metadata2.metadata
|
|
24353
|
-
});
|
|
24354
|
-
}
|
|
24355
|
-
function extractNationalNumber(number2, country, metadata2) {
|
|
24245
|
+
function extractNationalNumber(number2, metadata2) {
|
|
24356
24246
|
var _extractNationalNumbe = extractNationalNumberFromPossiblyIncompleteNumber(number2, metadata2), carrierCode = _extractNationalNumbe.carrierCode, nationalNumber = _extractNationalNumbe.nationalNumber;
|
|
24357
24247
|
if (nationalNumber !== number2) {
|
|
24358
24248
|
if (!shouldHaveExtractedNationalPrefix(number2, nationalNumber, metadata2)) {
|
|
@@ -24360,14 +24250,8 @@ function extractNationalNumber(number2, country, metadata2) {
|
|
|
24360
24250
|
nationalNumber: number2
|
|
24361
24251
|
};
|
|
24362
24252
|
}
|
|
24363
|
-
if (metadata2.
|
|
24364
|
-
if (!
|
|
24365
|
-
country = getCountryByCallingCode(metadata2.numberingPlan.callingCode(), {
|
|
24366
|
-
nationalNumber,
|
|
24367
|
-
metadata: metadata2
|
|
24368
|
-
});
|
|
24369
|
-
}
|
|
24370
|
-
if (!isPossibleIncompleteNationalNumber(nationalNumber, country, metadata2)) {
|
|
24253
|
+
if (metadata2.possibleLengths()) {
|
|
24254
|
+
if (!isPossibleIncompleteNationalNumber(nationalNumber, metadata2)) {
|
|
24371
24255
|
return {
|
|
24372
24256
|
nationalNumber: number2
|
|
24373
24257
|
};
|
|
@@ -24385,8 +24269,8 @@ function shouldHaveExtractedNationalPrefix(nationalNumberBefore, nationalNumberA
|
|
|
24385
24269
|
}
|
|
24386
24270
|
return true;
|
|
24387
24271
|
}
|
|
24388
|
-
function isPossibleIncompleteNationalNumber(nationalNumber,
|
|
24389
|
-
switch (checkNumberLength(nationalNumber,
|
|
24272
|
+
function isPossibleIncompleteNationalNumber(nationalNumber, metadata2) {
|
|
24273
|
+
switch (checkNumberLength(nationalNumber, metadata2)) {
|
|
24390
24274
|
case "TOO_SHORT":
|
|
24391
24275
|
case "INVALID_LENGTH":
|
|
24392
24276
|
return false;
|
|
@@ -24394,15 +24278,15 @@ function isPossibleIncompleteNationalNumber(nationalNumber, country, metadata2)
|
|
|
24394
24278
|
return true;
|
|
24395
24279
|
}
|
|
24396
24280
|
}
|
|
24397
|
-
function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country,
|
|
24398
|
-
var countryCallingCode =
|
|
24281
|
+
function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country, callingCode, metadata2) {
|
|
24282
|
+
var countryCallingCode = country ? getCountryCallingCode(country, metadata2) : callingCode;
|
|
24399
24283
|
if (number2.indexOf(countryCallingCode) === 0) {
|
|
24400
24284
|
metadata2 = new Metadata(metadata2);
|
|
24401
|
-
metadata2.selectNumberingPlan(
|
|
24285
|
+
metadata2.selectNumberingPlan(country, callingCode);
|
|
24402
24286
|
var possibleShorterNumber = number2.slice(countryCallingCode.length);
|
|
24403
|
-
var _extractNationalNumbe = extractNationalNumber(possibleShorterNumber,
|
|
24404
|
-
var _extractNationalNumbe2 = extractNationalNumber(number2,
|
|
24405
|
-
if (!matchesEntirely(nationalNumber, metadata2.nationalNumberPattern()) && matchesEntirely(possibleShorterNationalNumber, metadata2.nationalNumberPattern()) || checkNumberLength(nationalNumber,
|
|
24287
|
+
var _extractNationalNumbe = extractNationalNumber(possibleShorterNumber, metadata2), possibleShorterNationalNumber = _extractNationalNumbe.nationalNumber;
|
|
24288
|
+
var _extractNationalNumbe2 = extractNationalNumber(number2, metadata2), nationalNumber = _extractNationalNumbe2.nationalNumber;
|
|
24289
|
+
if (!matchesEntirely(nationalNumber, metadata2.nationalNumberPattern()) && matchesEntirely(possibleShorterNationalNumber, metadata2.nationalNumberPattern()) || checkNumberLength(nationalNumber, metadata2) === "TOO_LONG") {
|
|
24406
24290
|
return {
|
|
24407
24291
|
countryCallingCode,
|
|
24408
24292
|
number: possibleShorterNumber
|
|
@@ -24413,19 +24297,19 @@ function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2
|
|
|
24413
24297
|
number: number2
|
|
24414
24298
|
};
|
|
24415
24299
|
}
|
|
24416
|
-
function extractCountryCallingCode(number2, country,
|
|
24300
|
+
function extractCountryCallingCode(number2, country, callingCode, metadata2) {
|
|
24417
24301
|
if (!number2) {
|
|
24418
24302
|
return {};
|
|
24419
24303
|
}
|
|
24420
24304
|
var isNumberWithIddPrefix;
|
|
24421
24305
|
if (number2[0] !== "+") {
|
|
24422
|
-
var numberWithoutIDD = stripIddPrefix(number2,
|
|
24306
|
+
var numberWithoutIDD = stripIddPrefix(number2, country, callingCode, metadata2);
|
|
24423
24307
|
if (numberWithoutIDD && numberWithoutIDD !== number2) {
|
|
24424
24308
|
isNumberWithIddPrefix = true;
|
|
24425
24309
|
number2 = "+" + numberWithoutIDD;
|
|
24426
24310
|
} else {
|
|
24427
|
-
if (
|
|
24428
|
-
var _extractCountryCallin = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country,
|
|
24311
|
+
if (country || callingCode) {
|
|
24312
|
+
var _extractCountryCallin = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country, callingCode, metadata2), countryCallingCode = _extractCountryCallin.countryCallingCode, shorterNumber = _extractCountryCallin.number;
|
|
24429
24313
|
if (countryCallingCode) {
|
|
24430
24314
|
return {
|
|
24431
24315
|
countryCallingCodeSource: "FROM_NUMBER_WITHOUT_PLUS_SIGN",
|
|
@@ -24549,6 +24433,63 @@ function formatRFC3966(_ref) {
|
|
|
24549
24433
|
}
|
|
24550
24434
|
return "tel:".concat(number2).concat(ext ? ";ext=" + ext : "");
|
|
24551
24435
|
}
|
|
24436
|
+
function _createForOfIteratorHelperLoose$2(o, allowArrayLike) {
|
|
24437
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
24438
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
24439
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$3(o)) || allowArrayLike) {
|
|
24440
|
+
if (it) o = it;
|
|
24441
|
+
var i = 0;
|
|
24442
|
+
return function() {
|
|
24443
|
+
if (i >= o.length) return { done: true };
|
|
24444
|
+
return { done: false, value: o[i++] };
|
|
24445
|
+
};
|
|
24446
|
+
}
|
|
24447
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
24448
|
+
}
|
|
24449
|
+
function _unsupportedIterableToArray$3(o, minLen) {
|
|
24450
|
+
if (!o) return;
|
|
24451
|
+
if (typeof o === "string") return _arrayLikeToArray$3(o, minLen);
|
|
24452
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
24453
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
24454
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
24455
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$3(o, minLen);
|
|
24456
|
+
}
|
|
24457
|
+
function _arrayLikeToArray$3(arr, len) {
|
|
24458
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
24459
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
24460
|
+
arr2[i] = arr[i];
|
|
24461
|
+
}
|
|
24462
|
+
return arr2;
|
|
24463
|
+
}
|
|
24464
|
+
function ownKeys$6(object, enumerableOnly) {
|
|
24465
|
+
var keys = Object.keys(object);
|
|
24466
|
+
if (Object.getOwnPropertySymbols) {
|
|
24467
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
24468
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
24469
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
24470
|
+
})), keys.push.apply(keys, symbols);
|
|
24471
|
+
}
|
|
24472
|
+
return keys;
|
|
24473
|
+
}
|
|
24474
|
+
function _objectSpread$6(target) {
|
|
24475
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
24476
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
24477
|
+
i % 2 ? ownKeys$6(Object(source), true).forEach(function(key) {
|
|
24478
|
+
_defineProperty$6(target, key, source[key]);
|
|
24479
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$6(Object(source)).forEach(function(key) {
|
|
24480
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
24481
|
+
});
|
|
24482
|
+
}
|
|
24483
|
+
return target;
|
|
24484
|
+
}
|
|
24485
|
+
function _defineProperty$6(obj, key, value) {
|
|
24486
|
+
if (key in obj) {
|
|
24487
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
24488
|
+
} else {
|
|
24489
|
+
obj[key] = value;
|
|
24490
|
+
}
|
|
24491
|
+
return obj;
|
|
24492
|
+
}
|
|
24552
24493
|
var DEFAULT_OPTIONS = {
|
|
24553
24494
|
formatExtension: function formatExtension(formattedNumber, extension, metadata2) {
|
|
24554
24495
|
return "".concat(formattedNumber).concat(metadata2.ext()).concat(extension);
|
|
@@ -24556,7 +24497,7 @@ var DEFAULT_OPTIONS = {
|
|
|
24556
24497
|
};
|
|
24557
24498
|
function formatNumber(input, format2, options, metadata2) {
|
|
24558
24499
|
if (options) {
|
|
24559
|
-
options =
|
|
24500
|
+
options = _objectSpread$6(_objectSpread$6({}, DEFAULT_OPTIONS), options);
|
|
24560
24501
|
} else {
|
|
24561
24502
|
options = DEFAULT_OPTIONS;
|
|
24562
24503
|
}
|
|
@@ -24565,7 +24506,7 @@ function formatNumber(input, format2, options, metadata2) {
|
|
|
24565
24506
|
if (!metadata2.hasCountry(input.country)) {
|
|
24566
24507
|
throw new Error("Unknown country: ".concat(input.country));
|
|
24567
24508
|
}
|
|
24568
|
-
metadata2.
|
|
24509
|
+
metadata2.country(input.country);
|
|
24569
24510
|
} else if (input.countryCallingCode) {
|
|
24570
24511
|
metadata2.selectNumberingPlan(input.countryCallingCode);
|
|
24571
24512
|
} else return input.phone || "";
|
|
@@ -24613,16 +24554,19 @@ function formatNationalNumber(number2, carrierCode, formatAs, metadata2, options
|
|
|
24613
24554
|
withNationalPrefix: format2.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && options && options.nationalPrefix === false ? false : true
|
|
24614
24555
|
});
|
|
24615
24556
|
}
|
|
24616
|
-
function chooseFormatForNumber(availableFormats,
|
|
24617
|
-
|
|
24557
|
+
function chooseFormatForNumber(availableFormats, nationalNnumber) {
|
|
24558
|
+
for (var _iterator = _createForOfIteratorHelperLoose$2(availableFormats), _step; !(_step = _iterator()).done; ) {
|
|
24559
|
+
var format2 = _step.value;
|
|
24618
24560
|
if (format2.leadingDigitsPatterns().length > 0) {
|
|
24619
24561
|
var lastLeadingDigitsPattern = format2.leadingDigitsPatterns()[format2.leadingDigitsPatterns().length - 1];
|
|
24620
|
-
if (
|
|
24621
|
-
|
|
24562
|
+
if (nationalNnumber.search(lastLeadingDigitsPattern) !== 0) {
|
|
24563
|
+
continue;
|
|
24622
24564
|
}
|
|
24623
24565
|
}
|
|
24624
|
-
|
|
24625
|
-
|
|
24566
|
+
if (matchesEntirely(nationalNnumber, format2.pattern())) {
|
|
24567
|
+
return format2;
|
|
24568
|
+
}
|
|
24569
|
+
}
|
|
24626
24570
|
}
|
|
24627
24571
|
function addExtension(formattedNumber, ext, metadata2, formatExtension2) {
|
|
24628
24572
|
return ext ? formatExtension2(formattedNumber, ext, metadata2) : formattedNumber;
|
|
@@ -24641,87 +24585,53 @@ function formatIDD(nationalNumber, carrierCode, countryCallingCode, fromCountry,
|
|
|
24641
24585
|
return "".concat(iddPrefix, " ").concat(countryCallingCode, " ").concat(formatNationalNumber(nationalNumber, null, "INTERNATIONAL", metadata2));
|
|
24642
24586
|
}
|
|
24643
24587
|
}
|
|
24644
|
-
function
|
|
24645
|
-
var
|
|
24646
|
-
|
|
24647
|
-
|
|
24648
|
-
|
|
24649
|
-
|
|
24650
|
-
|
|
24651
|
-
for (var key in objects[i]) {
|
|
24652
|
-
objects[0][key] = objects[i][key];
|
|
24653
|
-
}
|
|
24654
|
-
}
|
|
24655
|
-
i++;
|
|
24656
|
-
}
|
|
24657
|
-
return objects[0];
|
|
24658
|
-
}
|
|
24659
|
-
function pickFirstMatchingElement(elements, testFunction) {
|
|
24660
|
-
var i = 0;
|
|
24661
|
-
while (i < elements.length) {
|
|
24662
|
-
if (testFunction(elements[i])) {
|
|
24663
|
-
return elements[i];
|
|
24664
|
-
}
|
|
24665
|
-
i++;
|
|
24588
|
+
function ownKeys$5(object, enumerableOnly) {
|
|
24589
|
+
var keys = Object.keys(object);
|
|
24590
|
+
if (Object.getOwnPropertySymbols) {
|
|
24591
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
24592
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
24593
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
24594
|
+
})), keys.push.apply(keys, symbols);
|
|
24666
24595
|
}
|
|
24596
|
+
return keys;
|
|
24667
24597
|
}
|
|
24668
|
-
function
|
|
24669
|
-
|
|
24670
|
-
|
|
24671
|
-
|
|
24672
|
-
|
|
24673
|
-
|
|
24674
|
-
|
|
24675
|
-
}
|
|
24676
|
-
function ownKeys$5(e, r) {
|
|
24677
|
-
var t2 = Object.keys(e);
|
|
24678
|
-
if (Object.getOwnPropertySymbols) {
|
|
24679
|
-
var o = Object.getOwnPropertySymbols(e);
|
|
24680
|
-
r && (o = o.filter(function(r2) {
|
|
24681
|
-
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
24682
|
-
})), t2.push.apply(t2, o);
|
|
24683
|
-
}
|
|
24684
|
-
return t2;
|
|
24685
|
-
}
|
|
24686
|
-
function _objectSpread$5(e) {
|
|
24687
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
24688
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
24689
|
-
r % 2 ? ownKeys$5(Object(t2), true).forEach(function(r2) {
|
|
24690
|
-
_defineProperty$5(e, r2, t2[r2]);
|
|
24691
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$5(Object(t2)).forEach(function(r2) {
|
|
24692
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
24598
|
+
function _objectSpread$5(target) {
|
|
24599
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
24600
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
24601
|
+
i % 2 ? ownKeys$5(Object(source), true).forEach(function(key) {
|
|
24602
|
+
_defineProperty$5(target, key, source[key]);
|
|
24603
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$5(Object(source)).forEach(function(key) {
|
|
24604
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
24693
24605
|
});
|
|
24694
24606
|
}
|
|
24695
|
-
return
|
|
24696
|
-
}
|
|
24697
|
-
function _defineProperty$5(e, r, t2) {
|
|
24698
|
-
return (r = _toPropertyKey$5(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
24699
|
-
}
|
|
24700
|
-
function _classCallCheck$1(a, n) {
|
|
24701
|
-
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
24607
|
+
return target;
|
|
24702
24608
|
}
|
|
24703
|
-
function
|
|
24704
|
-
|
|
24705
|
-
|
|
24706
|
-
|
|
24609
|
+
function _defineProperty$5(obj, key, value) {
|
|
24610
|
+
if (key in obj) {
|
|
24611
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
24612
|
+
} else {
|
|
24613
|
+
obj[key] = value;
|
|
24707
24614
|
}
|
|
24615
|
+
return obj;
|
|
24708
24616
|
}
|
|
24709
|
-
function
|
|
24710
|
-
|
|
24711
|
-
|
|
24712
|
-
|
|
24713
|
-
var i = _toPrimitive$5(t2, "string");
|
|
24714
|
-
return "symbol" == _typeof$6(i) ? i : i + "";
|
|
24617
|
+
function _classCallCheck$1(instance, Constructor) {
|
|
24618
|
+
if (!(instance instanceof Constructor)) {
|
|
24619
|
+
throw new TypeError("Cannot call a class as a function");
|
|
24620
|
+
}
|
|
24715
24621
|
}
|
|
24716
|
-
function
|
|
24717
|
-
|
|
24718
|
-
|
|
24719
|
-
|
|
24720
|
-
|
|
24721
|
-
if ("
|
|
24722
|
-
|
|
24622
|
+
function _defineProperties(target, props) {
|
|
24623
|
+
for (var i = 0; i < props.length; i++) {
|
|
24624
|
+
var descriptor = props[i];
|
|
24625
|
+
descriptor.enumerable = descriptor.enumerable || false;
|
|
24626
|
+
descriptor.configurable = true;
|
|
24627
|
+
if ("value" in descriptor) descriptor.writable = true;
|
|
24628
|
+
Object.defineProperty(target, descriptor.key, descriptor);
|
|
24723
24629
|
}
|
|
24724
|
-
|
|
24630
|
+
}
|
|
24631
|
+
function _createClass$1(Constructor, protoProps, staticProps) {
|
|
24632
|
+
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
24633
|
+
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
24634
|
+
return Constructor;
|
|
24725
24635
|
}
|
|
24726
24636
|
var PhoneNumber = /* @__PURE__ */ function() {
|
|
24727
24637
|
function PhoneNumber2(countryOrCountryCallingCode, nationalNumber, metadata2) {
|
|
@@ -24732,20 +24642,22 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
24732
24642
|
if (typeof countryOrCountryCallingCode !== "string") {
|
|
24733
24643
|
throw new TypeError("First argument must be a string");
|
|
24734
24644
|
}
|
|
24735
|
-
if (countryOrCountryCallingCode
|
|
24736
|
-
|
|
24737
|
-
|
|
24738
|
-
if (isObject(nationalNumber) && isObject(nationalNumber.countries)) {
|
|
24739
|
-
metadata2 = nationalNumber;
|
|
24740
|
-
var e164Number = countryOrCountryCallingCode;
|
|
24741
|
-
if (!E164_NUMBER_REGEXP.test(e164Number)) {
|
|
24742
|
-
throw new Error('Invalid `number` argument passed: must consist of a "+" followed by digits');
|
|
24645
|
+
if (typeof countryOrCountryCallingCode === "string") {
|
|
24646
|
+
if (countryOrCountryCallingCode[0] === "+" && !nationalNumber) {
|
|
24647
|
+
throw new TypeError("`metadata` argument not passed");
|
|
24743
24648
|
}
|
|
24744
|
-
|
|
24745
|
-
|
|
24746
|
-
|
|
24747
|
-
|
|
24748
|
-
|
|
24649
|
+
if (isObject(nationalNumber) && isObject(nationalNumber.countries)) {
|
|
24650
|
+
metadata2 = nationalNumber;
|
|
24651
|
+
var e164Number = countryOrCountryCallingCode;
|
|
24652
|
+
if (!E164_NUMBER_REGEXP.test(e164Number)) {
|
|
24653
|
+
throw new Error('Invalid `number` argument passed: must consist of a "+" followed by digits');
|
|
24654
|
+
}
|
|
24655
|
+
var _extractCountryCallin = extractCountryCallingCode(e164Number, void 0, void 0, metadata2), _countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
24656
|
+
nationalNumber = number2;
|
|
24657
|
+
countryOrCountryCallingCode = _countryCallingCode;
|
|
24658
|
+
if (!nationalNumber) {
|
|
24659
|
+
throw new Error("Invalid `number` argument passed: too short");
|
|
24660
|
+
}
|
|
24749
24661
|
}
|
|
24750
24662
|
}
|
|
24751
24663
|
if (!nationalNumber) {
|
|
@@ -24764,7 +24676,7 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
24764
24676
|
return metadata2;
|
|
24765
24677
|
};
|
|
24766
24678
|
}
|
|
24767
|
-
|
|
24679
|
+
_createClass$1(PhoneNumber2, [{
|
|
24768
24680
|
key: "setExt",
|
|
24769
24681
|
value: function setExt(ext) {
|
|
24770
24682
|
this.ext = ext;
|
|
@@ -24848,6 +24760,7 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
24848
24760
|
return this.format("RFC3966", options);
|
|
24849
24761
|
}
|
|
24850
24762
|
}]);
|
|
24763
|
+
return PhoneNumber2;
|
|
24851
24764
|
}();
|
|
24852
24765
|
var isCountryCode = function isCountryCode2(value) {
|
|
24853
24766
|
return /^[A-Z]{2}$/.test(value);
|
|
@@ -24869,95 +24782,131 @@ function getCountryAndCountryCallingCode(countryOrCountryCallingCode, metadataJs
|
|
|
24869
24782
|
};
|
|
24870
24783
|
}
|
|
24871
24784
|
var E164_NUMBER_REGEXP = /^\+\d+$/;
|
|
24872
|
-
function _typeof
|
|
24785
|
+
function _typeof(obj) {
|
|
24873
24786
|
"@babel/helpers - typeof";
|
|
24874
|
-
return _typeof
|
|
24875
|
-
return typeof
|
|
24876
|
-
} : function(
|
|
24877
|
-
return
|
|
24878
|
-
}, _typeof
|
|
24879
|
-
}
|
|
24880
|
-
function _createClass(
|
|
24881
|
-
|
|
24882
|
-
|
|
24883
|
-
|
|
24884
|
-
|
|
24885
|
-
|
|
24886
|
-
|
|
24887
|
-
|
|
24888
|
-
}
|
|
24889
|
-
function
|
|
24890
|
-
if (
|
|
24891
|
-
|
|
24892
|
-
|
|
24893
|
-
}
|
|
24894
|
-
|
|
24895
|
-
if (
|
|
24896
|
-
|
|
24897
|
-
|
|
24898
|
-
|
|
24899
|
-
|
|
24900
|
-
|
|
24901
|
-
|
|
24902
|
-
|
|
24903
|
-
|
|
24904
|
-
|
|
24905
|
-
|
|
24906
|
-
|
|
24907
|
-
|
|
24908
|
-
|
|
24909
|
-
|
|
24787
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
|
|
24788
|
+
return typeof obj2;
|
|
24789
|
+
} : function(obj2) {
|
|
24790
|
+
return obj2 && "function" == typeof Symbol && obj2.constructor === Symbol && obj2 !== Symbol.prototype ? "symbol" : typeof obj2;
|
|
24791
|
+
}, _typeof(obj);
|
|
24792
|
+
}
|
|
24793
|
+
function _createClass(Constructor, protoProps, staticProps) {
|
|
24794
|
+
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
24795
|
+
return Constructor;
|
|
24796
|
+
}
|
|
24797
|
+
function _classCallCheck(instance, Constructor) {
|
|
24798
|
+
if (!(instance instanceof Constructor)) {
|
|
24799
|
+
throw new TypeError("Cannot call a class as a function");
|
|
24800
|
+
}
|
|
24801
|
+
}
|
|
24802
|
+
function _inherits(subClass, superClass) {
|
|
24803
|
+
if (typeof superClass !== "function" && superClass !== null) {
|
|
24804
|
+
throw new TypeError("Super expression must either be null or a function");
|
|
24805
|
+
}
|
|
24806
|
+
subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });
|
|
24807
|
+
Object.defineProperty(subClass, "prototype", { writable: false });
|
|
24808
|
+
if (superClass) _setPrototypeOf(subClass, superClass);
|
|
24809
|
+
}
|
|
24810
|
+
function _createSuper(Derived) {
|
|
24811
|
+
var hasNativeReflectConstruct = _isNativeReflectConstruct();
|
|
24812
|
+
return function _createSuperInternal() {
|
|
24813
|
+
var Super = _getPrototypeOf(Derived), result2;
|
|
24814
|
+
if (hasNativeReflectConstruct) {
|
|
24815
|
+
var NewTarget = _getPrototypeOf(this).constructor;
|
|
24816
|
+
result2 = Reflect.construct(Super, arguments, NewTarget);
|
|
24817
|
+
} else {
|
|
24818
|
+
result2 = Super.apply(this, arguments);
|
|
24819
|
+
}
|
|
24820
|
+
return _possibleConstructorReturn(this, result2);
|
|
24821
|
+
};
|
|
24822
|
+
}
|
|
24823
|
+
function _possibleConstructorReturn(self2, call) {
|
|
24824
|
+
if (call && (_typeof(call) === "object" || typeof call === "function")) {
|
|
24825
|
+
return call;
|
|
24826
|
+
} else if (call !== void 0) {
|
|
24827
|
+
throw new TypeError("Derived constructors may only return object or undefined");
|
|
24828
|
+
}
|
|
24829
|
+
return _assertThisInitialized(self2);
|
|
24830
|
+
}
|
|
24831
|
+
function _assertThisInitialized(self2) {
|
|
24832
|
+
if (self2 === void 0) {
|
|
24833
|
+
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
24834
|
+
}
|
|
24835
|
+
return self2;
|
|
24836
|
+
}
|
|
24837
|
+
function _wrapNativeSuper(Class) {
|
|
24838
|
+
var _cache = typeof Map === "function" ? /* @__PURE__ */ new Map() : void 0;
|
|
24839
|
+
_wrapNativeSuper = function _wrapNativeSuper2(Class2) {
|
|
24840
|
+
if (Class2 === null || !_isNativeFunction(Class2)) return Class2;
|
|
24841
|
+
if (typeof Class2 !== "function") {
|
|
24842
|
+
throw new TypeError("Super expression must either be null or a function");
|
|
24843
|
+
}
|
|
24844
|
+
if (typeof _cache !== "undefined") {
|
|
24845
|
+
if (_cache.has(Class2)) return _cache.get(Class2);
|
|
24846
|
+
_cache.set(Class2, Wrapper);
|
|
24910
24847
|
}
|
|
24911
24848
|
function Wrapper() {
|
|
24912
|
-
return _construct(
|
|
24849
|
+
return _construct(Class2, arguments, _getPrototypeOf(this).constructor);
|
|
24913
24850
|
}
|
|
24914
|
-
|
|
24915
|
-
|
|
24851
|
+
Wrapper.prototype = Object.create(Class2.prototype, { constructor: { value: Wrapper, enumerable: false, writable: true, configurable: true } });
|
|
24852
|
+
return _setPrototypeOf(Wrapper, Class2);
|
|
24853
|
+
};
|
|
24854
|
+
return _wrapNativeSuper(Class);
|
|
24916
24855
|
}
|
|
24917
|
-
function _construct(
|
|
24918
|
-
if (_isNativeReflectConstruct())
|
|
24919
|
-
|
|
24920
|
-
|
|
24921
|
-
|
|
24922
|
-
|
|
24856
|
+
function _construct(Parent, args, Class) {
|
|
24857
|
+
if (_isNativeReflectConstruct()) {
|
|
24858
|
+
_construct = Reflect.construct;
|
|
24859
|
+
} else {
|
|
24860
|
+
_construct = function _construct2(Parent2, args2, Class2) {
|
|
24861
|
+
var a = [null];
|
|
24862
|
+
a.push.apply(a, args2);
|
|
24863
|
+
var Constructor = Function.bind.apply(Parent2, a);
|
|
24864
|
+
var instance = new Constructor();
|
|
24865
|
+
if (Class2) _setPrototypeOf(instance, Class2.prototype);
|
|
24866
|
+
return instance;
|
|
24867
|
+
};
|
|
24868
|
+
}
|
|
24869
|
+
return _construct.apply(null, arguments);
|
|
24923
24870
|
}
|
|
24924
24871
|
function _isNativeReflectConstruct() {
|
|
24872
|
+
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
|
|
24873
|
+
if (Reflect.construct.sham) return false;
|
|
24874
|
+
if (typeof Proxy === "function") return true;
|
|
24925
24875
|
try {
|
|
24926
|
-
|
|
24876
|
+
Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
|
|
24927
24877
|
}));
|
|
24928
|
-
|
|
24878
|
+
return true;
|
|
24879
|
+
} catch (e) {
|
|
24880
|
+
return false;
|
|
24929
24881
|
}
|
|
24930
|
-
return (_isNativeReflectConstruct = function _isNativeReflectConstruct2() {
|
|
24931
|
-
return !!t2;
|
|
24932
|
-
})();
|
|
24933
24882
|
}
|
|
24934
|
-
function _isNativeFunction(
|
|
24935
|
-
|
|
24936
|
-
return -1 !== Function.toString.call(t2).indexOf("[native code]");
|
|
24937
|
-
} catch (n) {
|
|
24938
|
-
return "function" == typeof t2;
|
|
24939
|
-
}
|
|
24883
|
+
function _isNativeFunction(fn) {
|
|
24884
|
+
return Function.toString.call(fn).indexOf("[native code]") !== -1;
|
|
24940
24885
|
}
|
|
24941
|
-
function _setPrototypeOf(
|
|
24942
|
-
|
|
24943
|
-
|
|
24944
|
-
|
|
24886
|
+
function _setPrototypeOf(o, p) {
|
|
24887
|
+
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf2(o2, p2) {
|
|
24888
|
+
o2.__proto__ = p2;
|
|
24889
|
+
return o2;
|
|
24890
|
+
};
|
|
24891
|
+
return _setPrototypeOf(o, p);
|
|
24945
24892
|
}
|
|
24946
|
-
function _getPrototypeOf(
|
|
24947
|
-
|
|
24948
|
-
return
|
|
24949
|
-
}
|
|
24893
|
+
function _getPrototypeOf(o) {
|
|
24894
|
+
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf2(o2) {
|
|
24895
|
+
return o2.__proto__ || Object.getPrototypeOf(o2);
|
|
24896
|
+
};
|
|
24897
|
+
return _getPrototypeOf(o);
|
|
24950
24898
|
}
|
|
24951
24899
|
var ParseError = /* @__PURE__ */ function(_Error) {
|
|
24900
|
+
_inherits(ParseError2, _Error);
|
|
24901
|
+
var _super = _createSuper(ParseError2);
|
|
24952
24902
|
function ParseError2(code2) {
|
|
24953
24903
|
var _this;
|
|
24954
24904
|
_classCallCheck(this, ParseError2);
|
|
24955
|
-
_this =
|
|
24956
|
-
Object.setPrototypeOf(_this, ParseError2.prototype);
|
|
24905
|
+
_this = _super.call(this, code2);
|
|
24906
|
+
Object.setPrototypeOf(_assertThisInitialized(_this), ParseError2.prototype);
|
|
24957
24907
|
_this.name = _this.constructor.name;
|
|
24958
24908
|
return _this;
|
|
24959
24909
|
}
|
|
24960
|
-
_inherits(ParseError2, _Error);
|
|
24961
24910
|
return _createClass(ParseError2);
|
|
24962
24911
|
}(/* @__PURE__ */ _wrapNativeSuper(Error));
|
|
24963
24912
|
var EXTN_PATTERN = new RegExp("(?:" + createExtensionPattern() + ")$", "i");
|
|
@@ -25054,39 +25003,43 @@ var DIGITS = {
|
|
|
25054
25003
|
function parseDigit(character) {
|
|
25055
25004
|
return DIGITS[character];
|
|
25056
25005
|
}
|
|
25057
|
-
function _createForOfIteratorHelperLoose(
|
|
25058
|
-
var
|
|
25059
|
-
if (
|
|
25060
|
-
if (Array.isArray(
|
|
25061
|
-
|
|
25062
|
-
var
|
|
25006
|
+
function _createForOfIteratorHelperLoose$1(o, allowArrayLike) {
|
|
25007
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
25008
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
25009
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$2(o)) || allowArrayLike) {
|
|
25010
|
+
if (it) o = it;
|
|
25011
|
+
var i = 0;
|
|
25063
25012
|
return function() {
|
|
25064
|
-
|
|
25013
|
+
if (i >= o.length) return { done: true };
|
|
25014
|
+
return { done: false, value: o[i++] };
|
|
25065
25015
|
};
|
|
25066
25016
|
}
|
|
25067
25017
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
25068
25018
|
}
|
|
25069
|
-
function _unsupportedIterableToArray$
|
|
25070
|
-
if (
|
|
25071
|
-
|
|
25072
|
-
|
|
25073
|
-
|
|
25074
|
-
|
|
25019
|
+
function _unsupportedIterableToArray$2(o, minLen) {
|
|
25020
|
+
if (!o) return;
|
|
25021
|
+
if (typeof o === "string") return _arrayLikeToArray$2(o, minLen);
|
|
25022
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
25023
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
25024
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
25025
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$2(o, minLen);
|
|
25075
25026
|
}
|
|
25076
|
-
function _arrayLikeToArray$
|
|
25077
|
-
(
|
|
25078
|
-
for (var
|
|
25079
|
-
|
|
25027
|
+
function _arrayLikeToArray$2(arr, len) {
|
|
25028
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
25029
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
25030
|
+
arr2[i] = arr[i];
|
|
25031
|
+
}
|
|
25032
|
+
return arr2;
|
|
25080
25033
|
}
|
|
25081
25034
|
function parseIncompletePhoneNumber(string) {
|
|
25082
25035
|
var result2 = "";
|
|
25083
|
-
for (var _iterator = _createForOfIteratorHelperLoose(string.split("")), _step; !(_step = _iterator()).done; ) {
|
|
25036
|
+
for (var _iterator = _createForOfIteratorHelperLoose$1(string.split("")), _step; !(_step = _iterator()).done; ) {
|
|
25084
25037
|
var character = _step.value;
|
|
25085
25038
|
result2 += parsePhoneNumberCharacter(character, result2) || "";
|
|
25086
25039
|
}
|
|
25087
25040
|
return result2;
|
|
25088
25041
|
}
|
|
25089
|
-
function parsePhoneNumberCharacter(character, prevParsedCharacters,
|
|
25042
|
+
function parsePhoneNumberCharacter(character, prevParsedCharacters, emitEvent2) {
|
|
25090
25043
|
if (character === "+") {
|
|
25091
25044
|
if (prevParsedCharacters) {
|
|
25092
25045
|
return;
|
|
@@ -25095,6 +25048,66 @@ function parsePhoneNumberCharacter(character, prevParsedCharacters, eventListene
|
|
|
25095
25048
|
}
|
|
25096
25049
|
return parseDigit(character);
|
|
25097
25050
|
}
|
|
25051
|
+
function _createForOfIteratorHelperLoose(o, allowArrayLike) {
|
|
25052
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
25053
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
25054
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$1(o)) || allowArrayLike) {
|
|
25055
|
+
if (it) o = it;
|
|
25056
|
+
var i = 0;
|
|
25057
|
+
return function() {
|
|
25058
|
+
if (i >= o.length) return { done: true };
|
|
25059
|
+
return { done: false, value: o[i++] };
|
|
25060
|
+
};
|
|
25061
|
+
}
|
|
25062
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
25063
|
+
}
|
|
25064
|
+
function _unsupportedIterableToArray$1(o, minLen) {
|
|
25065
|
+
if (!o) return;
|
|
25066
|
+
if (typeof o === "string") return _arrayLikeToArray$1(o, minLen);
|
|
25067
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
25068
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
25069
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
25070
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$1(o, minLen);
|
|
25071
|
+
}
|
|
25072
|
+
function _arrayLikeToArray$1(arr, len) {
|
|
25073
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
25074
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
25075
|
+
arr2[i] = arr[i];
|
|
25076
|
+
}
|
|
25077
|
+
return arr2;
|
|
25078
|
+
}
|
|
25079
|
+
function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
|
|
25080
|
+
var countries = _ref.countries, metadata2 = _ref.metadata;
|
|
25081
|
+
metadata2 = new Metadata(metadata2);
|
|
25082
|
+
for (var _iterator = _createForOfIteratorHelperLoose(countries), _step; !(_step = _iterator()).done; ) {
|
|
25083
|
+
var country = _step.value;
|
|
25084
|
+
metadata2.country(country);
|
|
25085
|
+
if (metadata2.leadingDigits()) {
|
|
25086
|
+
if (nationalPhoneNumber && nationalPhoneNumber.search(metadata2.leadingDigits()) === 0) {
|
|
25087
|
+
return country;
|
|
25088
|
+
}
|
|
25089
|
+
} else if (getNumberType({
|
|
25090
|
+
phone: nationalPhoneNumber,
|
|
25091
|
+
country
|
|
25092
|
+
}, void 0, metadata2.metadata)) {
|
|
25093
|
+
return country;
|
|
25094
|
+
}
|
|
25095
|
+
}
|
|
25096
|
+
}
|
|
25097
|
+
function getCountryByCallingCode(callingCode, _ref) {
|
|
25098
|
+
var nationalPhoneNumber = _ref.nationalNumber, metadata2 = _ref.metadata;
|
|
25099
|
+
var possibleCountries = metadata2.getCountryCodesForCallingCode(callingCode);
|
|
25100
|
+
if (!possibleCountries) {
|
|
25101
|
+
return;
|
|
25102
|
+
}
|
|
25103
|
+
if (possibleCountries.length === 1) {
|
|
25104
|
+
return possibleCountries[0];
|
|
25105
|
+
}
|
|
25106
|
+
return getCountryByNationalNumber(nationalPhoneNumber, {
|
|
25107
|
+
countries: possibleCountries,
|
|
25108
|
+
metadata: metadata2.metadata
|
|
25109
|
+
});
|
|
25110
|
+
}
|
|
25098
25111
|
var PLUS_SIGN = "+";
|
|
25099
25112
|
var RFC3966_VISUAL_SEPARATOR_ = "[\\-\\.\\(\\)]?";
|
|
25100
25113
|
var RFC3966_PHONE_DIGIT_ = "([" + VALID_DIGITS + "]|" + RFC3966_VISUAL_SEPARATOR_ + ")";
|
|
@@ -25230,7 +25243,7 @@ function parse(text2, options, metadata2) {
|
|
|
25230
25243
|
countryCallingCode,
|
|
25231
25244
|
carrierCode,
|
|
25232
25245
|
valid,
|
|
25233
|
-
possible: valid ? true : options.extended === true && metadata2.possibleLengths() && isPossibleNumber(nationalNumber,
|
|
25246
|
+
possible: valid ? true : options.extended === true && metadata2.possibleLengths() && isPossibleNumber(nationalNumber, metadata2) ? true : false,
|
|
25234
25247
|
phone: nationalNumber,
|
|
25235
25248
|
ext
|
|
25236
25249
|
};
|
|
@@ -25290,7 +25303,7 @@ function result(country, nationalNumber, ext) {
|
|
|
25290
25303
|
return result2;
|
|
25291
25304
|
}
|
|
25292
25305
|
function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCallingCode, metadata2) {
|
|
25293
|
-
var _extractCountryCallin = extractCountryCallingCode(parseIncompletePhoneNumber(formattedPhoneNumber),
|
|
25306
|
+
var _extractCountryCallin = extractCountryCallingCode(parseIncompletePhoneNumber(formattedPhoneNumber), defaultCountry, defaultCallingCode, metadata2.metadata), countryCallingCodeSource = _extractCountryCallin.countryCallingCodeSource, countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
25294
25307
|
var country;
|
|
25295
25308
|
if (countryCallingCode) {
|
|
25296
25309
|
metadata2.selectNumberingPlan(countryCallingCode);
|
|
@@ -25307,7 +25320,7 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
25307
25320
|
countryCallingCode
|
|
25308
25321
|
};
|
|
25309
25322
|
}
|
|
25310
|
-
var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number2),
|
|
25323
|
+
var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number2), metadata2), nationalNumber = _extractNationalNumbe.nationalNumber, carrierCode = _extractNationalNumbe.carrierCode;
|
|
25311
25324
|
var exactCountry = getCountryByCallingCode(countryCallingCode, {
|
|
25312
25325
|
nationalNumber,
|
|
25313
25326
|
metadata: metadata2
|
|
@@ -25316,7 +25329,7 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
25316
25329
|
country = exactCountry;
|
|
25317
25330
|
if (exactCountry === "001") ;
|
|
25318
25331
|
else {
|
|
25319
|
-
metadata2.
|
|
25332
|
+
metadata2.country(country);
|
|
25320
25333
|
}
|
|
25321
25334
|
}
|
|
25322
25335
|
return {
|
|
@@ -25327,142 +25340,116 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
25327
25340
|
carrierCode
|
|
25328
25341
|
};
|
|
25329
25342
|
}
|
|
25330
|
-
function
|
|
25331
|
-
|
|
25332
|
-
return _typeof$4 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
25333
|
-
return typeof o2;
|
|
25334
|
-
} : function(o2) {
|
|
25335
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
25336
|
-
}, _typeof$4(o);
|
|
25337
|
-
}
|
|
25338
|
-
function ownKeys$4(e, r) {
|
|
25339
|
-
var t2 = Object.keys(e);
|
|
25343
|
+
function ownKeys$4(object, enumerableOnly) {
|
|
25344
|
+
var keys = Object.keys(object);
|
|
25340
25345
|
if (Object.getOwnPropertySymbols) {
|
|
25341
|
-
var
|
|
25342
|
-
|
|
25343
|
-
return Object.getOwnPropertyDescriptor(
|
|
25344
|
-
})),
|
|
25345
|
-
}
|
|
25346
|
-
return t2;
|
|
25347
|
-
}
|
|
25348
|
-
function _objectSpread$4(e) {
|
|
25349
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
25350
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
25351
|
-
r % 2 ? ownKeys$4(Object(t2), true).forEach(function(r2) {
|
|
25352
|
-
_defineProperty$4(e, r2, t2[r2]);
|
|
25353
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$4(Object(t2)).forEach(function(r2) {
|
|
25354
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
25355
|
-
});
|
|
25346
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
25347
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
25348
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
25349
|
+
})), keys.push.apply(keys, symbols);
|
|
25356
25350
|
}
|
|
25357
|
-
return
|
|
25358
|
-
}
|
|
25359
|
-
function _defineProperty$4(e, r, t2) {
|
|
25360
|
-
return (r = _toPropertyKey$4(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
25351
|
+
return keys;
|
|
25361
25352
|
}
|
|
25362
|
-
function
|
|
25363
|
-
var i =
|
|
25364
|
-
|
|
25353
|
+
function _objectSpread$4(target) {
|
|
25354
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
25355
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
25356
|
+
i % 2 ? ownKeys$4(Object(source), true).forEach(function(key) {
|
|
25357
|
+
_defineProperty$4(target, key, source[key]);
|
|
25358
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$4(Object(source)).forEach(function(key) {
|
|
25359
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
25360
|
+
});
|
|
25361
|
+
}
|
|
25362
|
+
return target;
|
|
25365
25363
|
}
|
|
25366
|
-
function
|
|
25367
|
-
if (
|
|
25368
|
-
|
|
25369
|
-
|
|
25370
|
-
|
|
25371
|
-
if ("object" != _typeof$4(i)) return i;
|
|
25372
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
25364
|
+
function _defineProperty$4(obj, key, value) {
|
|
25365
|
+
if (key in obj) {
|
|
25366
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
25367
|
+
} else {
|
|
25368
|
+
obj[key] = value;
|
|
25373
25369
|
}
|
|
25374
|
-
return
|
|
25370
|
+
return obj;
|
|
25375
25371
|
}
|
|
25376
25372
|
function parsePhoneNumberWithError(text2, options, metadata2) {
|
|
25377
25373
|
return parse(text2, _objectSpread$4(_objectSpread$4({}, options), {}, {
|
|
25378
25374
|
v2: true
|
|
25379
25375
|
}), metadata2);
|
|
25380
25376
|
}
|
|
25381
|
-
function
|
|
25382
|
-
|
|
25383
|
-
return _typeof$3 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
25384
|
-
return typeof o2;
|
|
25385
|
-
} : function(o2) {
|
|
25386
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
25387
|
-
}, _typeof$3(o);
|
|
25388
|
-
}
|
|
25389
|
-
function ownKeys$3(e, r) {
|
|
25390
|
-
var t2 = Object.keys(e);
|
|
25377
|
+
function ownKeys$3(object, enumerableOnly) {
|
|
25378
|
+
var keys = Object.keys(object);
|
|
25391
25379
|
if (Object.getOwnPropertySymbols) {
|
|
25392
|
-
var
|
|
25393
|
-
|
|
25394
|
-
return Object.getOwnPropertyDescriptor(
|
|
25395
|
-
})),
|
|
25396
|
-
}
|
|
25397
|
-
return t2;
|
|
25398
|
-
}
|
|
25399
|
-
function _objectSpread$3(e) {
|
|
25400
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
25401
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
25402
|
-
r % 2 ? ownKeys$3(Object(t2), true).forEach(function(r2) {
|
|
25403
|
-
_defineProperty$3(e, r2, t2[r2]);
|
|
25404
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$3(Object(t2)).forEach(function(r2) {
|
|
25405
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
25406
|
-
});
|
|
25380
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
25381
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
25382
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
25383
|
+
})), keys.push.apply(keys, symbols);
|
|
25407
25384
|
}
|
|
25408
|
-
return
|
|
25409
|
-
}
|
|
25410
|
-
function _defineProperty$3(e, r, t2) {
|
|
25411
|
-
return (r = _toPropertyKey$3(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
25385
|
+
return keys;
|
|
25412
25386
|
}
|
|
25413
|
-
function
|
|
25414
|
-
var i =
|
|
25415
|
-
|
|
25387
|
+
function _objectSpread$3(target) {
|
|
25388
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
25389
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
25390
|
+
i % 2 ? ownKeys$3(Object(source), true).forEach(function(key) {
|
|
25391
|
+
_defineProperty$3(target, key, source[key]);
|
|
25392
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$3(Object(source)).forEach(function(key) {
|
|
25393
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
25394
|
+
});
|
|
25395
|
+
}
|
|
25396
|
+
return target;
|
|
25416
25397
|
}
|
|
25417
|
-
function
|
|
25418
|
-
if (
|
|
25419
|
-
|
|
25420
|
-
|
|
25421
|
-
|
|
25422
|
-
if ("object" != _typeof$3(i)) return i;
|
|
25423
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
25398
|
+
function _defineProperty$3(obj, key, value) {
|
|
25399
|
+
if (key in obj) {
|
|
25400
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
25401
|
+
} else {
|
|
25402
|
+
obj[key] = value;
|
|
25424
25403
|
}
|
|
25425
|
-
return
|
|
25404
|
+
return obj;
|
|
25426
25405
|
}
|
|
25427
|
-
function _slicedToArray(
|
|
25428
|
-
return _arrayWithHoles(
|
|
25406
|
+
function _slicedToArray(arr, i) {
|
|
25407
|
+
return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
|
|
25429
25408
|
}
|
|
25430
25409
|
function _nonIterableRest() {
|
|
25431
25410
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
25432
25411
|
}
|
|
25433
|
-
function _unsupportedIterableToArray(
|
|
25434
|
-
if (
|
|
25435
|
-
|
|
25436
|
-
|
|
25437
|
-
|
|
25438
|
-
|
|
25439
|
-
|
|
25440
|
-
|
|
25441
|
-
|
|
25442
|
-
|
|
25443
|
-
|
|
25444
|
-
|
|
25445
|
-
|
|
25446
|
-
|
|
25447
|
-
|
|
25448
|
-
|
|
25412
|
+
function _unsupportedIterableToArray(o, minLen) {
|
|
25413
|
+
if (!o) return;
|
|
25414
|
+
if (typeof o === "string") return _arrayLikeToArray(o, minLen);
|
|
25415
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
25416
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
25417
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
25418
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
|
|
25419
|
+
}
|
|
25420
|
+
function _arrayLikeToArray(arr, len) {
|
|
25421
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
25422
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
25423
|
+
arr2[i] = arr[i];
|
|
25424
|
+
}
|
|
25425
|
+
return arr2;
|
|
25426
|
+
}
|
|
25427
|
+
function _iterableToArrayLimit(arr, i) {
|
|
25428
|
+
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
25429
|
+
if (_i == null) return;
|
|
25430
|
+
var _arr = [];
|
|
25431
|
+
var _n = true;
|
|
25432
|
+
var _d = false;
|
|
25433
|
+
var _s, _e;
|
|
25434
|
+
try {
|
|
25435
|
+
for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
|
|
25436
|
+
_arr.push(_s.value);
|
|
25437
|
+
if (i && _arr.length === i) break;
|
|
25438
|
+
}
|
|
25439
|
+
} catch (err) {
|
|
25440
|
+
_d = true;
|
|
25441
|
+
_e = err;
|
|
25442
|
+
} finally {
|
|
25449
25443
|
try {
|
|
25450
|
-
if (
|
|
25451
|
-
else for (; !(f = (e = i.call(t2)).done) && (a.push(e.value), a.length !== l); f = true) ;
|
|
25452
|
-
} catch (r2) {
|
|
25453
|
-
o = true, n = r2;
|
|
25444
|
+
if (!_n && _i["return"] != null) _i["return"]();
|
|
25454
25445
|
} finally {
|
|
25455
|
-
|
|
25456
|
-
if (!f && null != t2["return"] && (u = t2["return"](), Object(u) !== u)) return;
|
|
25457
|
-
} finally {
|
|
25458
|
-
if (o) throw n;
|
|
25459
|
-
}
|
|
25446
|
+
if (_d) throw _e;
|
|
25460
25447
|
}
|
|
25461
|
-
return a;
|
|
25462
25448
|
}
|
|
25449
|
+
return _arr;
|
|
25463
25450
|
}
|
|
25464
|
-
function _arrayWithHoles(
|
|
25465
|
-
if (Array.isArray(
|
|
25451
|
+
function _arrayWithHoles(arr) {
|
|
25452
|
+
if (Array.isArray(arr)) return arr;
|
|
25466
25453
|
}
|
|
25467
25454
|
function normalizeArguments(args) {
|
|
25468
25455
|
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];
|
|
@@ -25499,51 +25486,34 @@ function normalizeArguments(args) {
|
|
|
25499
25486
|
metadata: metadata2
|
|
25500
25487
|
};
|
|
25501
25488
|
}
|
|
25502
|
-
function
|
|
25503
|
-
|
|
25504
|
-
return _typeof$2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
25505
|
-
return typeof o2;
|
|
25506
|
-
} : function(o2) {
|
|
25507
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
25508
|
-
}, _typeof$2(o);
|
|
25509
|
-
}
|
|
25510
|
-
function ownKeys$2(e, r) {
|
|
25511
|
-
var t2 = Object.keys(e);
|
|
25489
|
+
function ownKeys$2(object, enumerableOnly) {
|
|
25490
|
+
var keys = Object.keys(object);
|
|
25512
25491
|
if (Object.getOwnPropertySymbols) {
|
|
25513
|
-
var
|
|
25514
|
-
|
|
25515
|
-
return Object.getOwnPropertyDescriptor(
|
|
25516
|
-
})),
|
|
25517
|
-
}
|
|
25518
|
-
return t2;
|
|
25519
|
-
}
|
|
25520
|
-
function _objectSpread$2(e) {
|
|
25521
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
25522
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
25523
|
-
r % 2 ? ownKeys$2(Object(t2), true).forEach(function(r2) {
|
|
25524
|
-
_defineProperty$2(e, r2, t2[r2]);
|
|
25525
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$2(Object(t2)).forEach(function(r2) {
|
|
25526
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
25527
|
-
});
|
|
25492
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
25493
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
25494
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
25495
|
+
})), keys.push.apply(keys, symbols);
|
|
25528
25496
|
}
|
|
25529
|
-
return
|
|
25530
|
-
}
|
|
25531
|
-
function _defineProperty$2(e, r, t2) {
|
|
25532
|
-
return (r = _toPropertyKey$2(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
25497
|
+
return keys;
|
|
25533
25498
|
}
|
|
25534
|
-
function
|
|
25535
|
-
var i =
|
|
25536
|
-
|
|
25499
|
+
function _objectSpread$2(target) {
|
|
25500
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
25501
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
25502
|
+
i % 2 ? ownKeys$2(Object(source), true).forEach(function(key) {
|
|
25503
|
+
_defineProperty$2(target, key, source[key]);
|
|
25504
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2(Object(source)).forEach(function(key) {
|
|
25505
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
25506
|
+
});
|
|
25507
|
+
}
|
|
25508
|
+
return target;
|
|
25537
25509
|
}
|
|
25538
|
-
function
|
|
25539
|
-
if (
|
|
25540
|
-
|
|
25541
|
-
|
|
25542
|
-
|
|
25543
|
-
if ("object" != _typeof$2(i)) return i;
|
|
25544
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
25510
|
+
function _defineProperty$2(obj, key, value) {
|
|
25511
|
+
if (key in obj) {
|
|
25512
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
25513
|
+
} else {
|
|
25514
|
+
obj[key] = value;
|
|
25545
25515
|
}
|
|
25546
|
-
return
|
|
25516
|
+
return obj;
|
|
25547
25517
|
}
|
|
25548
25518
|
function parsePhoneNumber(text2, options, metadata2) {
|
|
25549
25519
|
if (options && options.defaultCountry && !isSupportedCountry(options.defaultCountry, metadata2)) {
|
|
@@ -25560,51 +25530,34 @@ function parsePhoneNumber(text2, options, metadata2) {
|
|
|
25560
25530
|
}
|
|
25561
25531
|
}
|
|
25562
25532
|
}
|
|
25563
|
-
function
|
|
25564
|
-
|
|
25565
|
-
return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
25566
|
-
return typeof o2;
|
|
25567
|
-
} : function(o2) {
|
|
25568
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
25569
|
-
}, _typeof$1(o);
|
|
25570
|
-
}
|
|
25571
|
-
function ownKeys$1(e, r) {
|
|
25572
|
-
var t2 = Object.keys(e);
|
|
25533
|
+
function ownKeys$1(object, enumerableOnly) {
|
|
25534
|
+
var keys = Object.keys(object);
|
|
25573
25535
|
if (Object.getOwnPropertySymbols) {
|
|
25574
|
-
var
|
|
25575
|
-
|
|
25576
|
-
return Object.getOwnPropertyDescriptor(
|
|
25577
|
-
})),
|
|
25578
|
-
}
|
|
25579
|
-
return t2;
|
|
25580
|
-
}
|
|
25581
|
-
function _objectSpread$1(e) {
|
|
25582
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
25583
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
25584
|
-
r % 2 ? ownKeys$1(Object(t2), true).forEach(function(r2) {
|
|
25585
|
-
_defineProperty$1(e, r2, t2[r2]);
|
|
25586
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$1(Object(t2)).forEach(function(r2) {
|
|
25587
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
25588
|
-
});
|
|
25536
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
25537
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
25538
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
25539
|
+
})), keys.push.apply(keys, symbols);
|
|
25589
25540
|
}
|
|
25590
|
-
return
|
|
25591
|
-
}
|
|
25592
|
-
function _defineProperty$1(e, r, t2) {
|
|
25593
|
-
return (r = _toPropertyKey$1(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
25541
|
+
return keys;
|
|
25594
25542
|
}
|
|
25595
|
-
function
|
|
25596
|
-
var i =
|
|
25597
|
-
|
|
25543
|
+
function _objectSpread$1(target) {
|
|
25544
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
25545
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
25546
|
+
i % 2 ? ownKeys$1(Object(source), true).forEach(function(key) {
|
|
25547
|
+
_defineProperty$1(target, key, source[key]);
|
|
25548
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1(Object(source)).forEach(function(key) {
|
|
25549
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
25550
|
+
});
|
|
25551
|
+
}
|
|
25552
|
+
return target;
|
|
25598
25553
|
}
|
|
25599
|
-
function
|
|
25600
|
-
if (
|
|
25601
|
-
|
|
25602
|
-
|
|
25603
|
-
|
|
25604
|
-
if ("object" != _typeof$1(i)) return i;
|
|
25605
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
25554
|
+
function _defineProperty$1(obj, key, value) {
|
|
25555
|
+
if (key in obj) {
|
|
25556
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
25557
|
+
} else {
|
|
25558
|
+
obj[key] = value;
|
|
25606
25559
|
}
|
|
25607
|
-
return
|
|
25560
|
+
return obj;
|
|
25608
25561
|
}
|
|
25609
25562
|
function isValidPhoneNumber$1() {
|
|
25610
25563
|
var _normalizeArguments = normalizeArguments(arguments), text2 = _normalizeArguments.text, options = _normalizeArguments.options, metadata2 = _normalizeArguments.metadata;
|
|
@@ -25614,51 +25567,34 @@ function isValidPhoneNumber$1() {
|
|
|
25614
25567
|
var phoneNumber = parsePhoneNumber(text2, options, metadata2);
|
|
25615
25568
|
return phoneNumber && phoneNumber.isValid() || false;
|
|
25616
25569
|
}
|
|
25617
|
-
function
|
|
25618
|
-
|
|
25619
|
-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
25620
|
-
return typeof o2;
|
|
25621
|
-
} : function(o2) {
|
|
25622
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
25623
|
-
}, _typeof(o);
|
|
25624
|
-
}
|
|
25625
|
-
function ownKeys(e, r) {
|
|
25626
|
-
var t2 = Object.keys(e);
|
|
25570
|
+
function ownKeys(object, enumerableOnly) {
|
|
25571
|
+
var keys = Object.keys(object);
|
|
25627
25572
|
if (Object.getOwnPropertySymbols) {
|
|
25628
|
-
var
|
|
25629
|
-
|
|
25630
|
-
return Object.getOwnPropertyDescriptor(
|
|
25631
|
-
})),
|
|
25632
|
-
}
|
|
25633
|
-
return t2;
|
|
25634
|
-
}
|
|
25635
|
-
function _objectSpread(e) {
|
|
25636
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
25637
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
25638
|
-
r % 2 ? ownKeys(Object(t2), true).forEach(function(r2) {
|
|
25639
|
-
_defineProperty(e, r2, t2[r2]);
|
|
25640
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys(Object(t2)).forEach(function(r2) {
|
|
25641
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
25642
|
-
});
|
|
25573
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
25574
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
25575
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
25576
|
+
})), keys.push.apply(keys, symbols);
|
|
25643
25577
|
}
|
|
25644
|
-
return
|
|
25645
|
-
}
|
|
25646
|
-
function _defineProperty(e, r, t2) {
|
|
25647
|
-
return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
25578
|
+
return keys;
|
|
25648
25579
|
}
|
|
25649
|
-
function
|
|
25650
|
-
var i =
|
|
25651
|
-
|
|
25580
|
+
function _objectSpread(target) {
|
|
25581
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
25582
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
25583
|
+
i % 2 ? ownKeys(Object(source), true).forEach(function(key) {
|
|
25584
|
+
_defineProperty(target, key, source[key]);
|
|
25585
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function(key) {
|
|
25586
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
25587
|
+
});
|
|
25588
|
+
}
|
|
25589
|
+
return target;
|
|
25652
25590
|
}
|
|
25653
|
-
function
|
|
25654
|
-
if (
|
|
25655
|
-
|
|
25656
|
-
|
|
25657
|
-
|
|
25658
|
-
if ("object" != _typeof(i)) return i;
|
|
25659
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
25591
|
+
function _defineProperty(obj, key, value) {
|
|
25592
|
+
if (key in obj) {
|
|
25593
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
25594
|
+
} else {
|
|
25595
|
+
obj[key] = value;
|
|
25660
25596
|
}
|
|
25661
|
-
return
|
|
25597
|
+
return obj;
|
|
25662
25598
|
}
|
|
25663
25599
|
function isPossiblePhoneNumber$1() {
|
|
25664
25600
|
var _normalizeArguments = normalizeArguments(arguments), text2 = _normalizeArguments.text, options = _normalizeArguments.options, metadata2 = _normalizeArguments.metadata;
|
|
@@ -25861,7 +25797,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
25861
25797
|
createVNode(unref(Button), {
|
|
25862
25798
|
variant: "solid",
|
|
25863
25799
|
class: "login-check-modal-footer__btn-confirm",
|
|
25864
|
-
disabled: !
|
|
25800
|
+
disabled: !_ctx.dataShareChecked,
|
|
25865
25801
|
onClick: handleConfirm
|
|
25866
25802
|
}, {
|
|
25867
25803
|
default: withCtx(() => [
|
|
@@ -25890,7 +25826,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
25890
25826
|
createElementVNode("span", null, toDisplayString$1(unref($t)("gitCodeLayout.LoginModal.tips.ifYouDoNotAgrWe")), 1)
|
|
25891
25827
|
]),
|
|
25892
25828
|
createVNode(unref(Checkbox), {
|
|
25893
|
-
"model-value":
|
|
25829
|
+
"model-value": _ctx.dataShareChecked,
|
|
25894
25830
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = (val) => emits("update:dataShareChecked", val)),
|
|
25895
25831
|
size: "sm",
|
|
25896
25832
|
class: "login-check-modal-data-share"
|
|
@@ -26140,7 +26076,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
26140
26076
|
]),
|
|
26141
26077
|
createElementVNode("div", _hoisted_11$1, [
|
|
26142
26078
|
createElementVNode("div", _hoisted_12$1, [
|
|
26143
|
-
!
|
|
26079
|
+
!_ctx.hideBack ? (openBlock(), createElementBlock("div", {
|
|
26144
26080
|
key: 0,
|
|
26145
26081
|
onClick: _cache[1] || (_cache[1] = ($event) => emits("back"))
|
|
26146
26082
|
}, [
|
|
@@ -26355,7 +26291,7 @@ const _SlidCaptchaManager = class _SlidCaptchaManager {
|
|
|
26355
26291
|
__publicField(_SlidCaptchaManager, "instance");
|
|
26356
26292
|
let SlidCaptchaManager = _SlidCaptchaManager;
|
|
26357
26293
|
const slidCaptchaManager = SlidCaptchaManager.getInstance();
|
|
26358
|
-
const SlidCaptcha = defineAsyncComponent(() => import("./index-
|
|
26294
|
+
const SlidCaptcha = defineAsyncComponent(() => import("./index-C1SjxHTG.js"));
|
|
26359
26295
|
const useSlidCaptcha = () => {
|
|
26360
26296
|
const { mount, unMount, isMounted } = usePopup("slid-captcha-popup");
|
|
26361
26297
|
const open = (config) => {
|
|
@@ -26385,7 +26321,7 @@ const useSlidCaptcha = () => {
|
|
|
26385
26321
|
close
|
|
26386
26322
|
};
|
|
26387
26323
|
};
|
|
26388
|
-
const YunpianCaptcha = defineAsyncComponent(() => import("./index-
|
|
26324
|
+
const YunpianCaptcha = defineAsyncComponent(() => import("./index-DSVBUinv.js"));
|
|
26389
26325
|
const useYunpianCaptcha = () => {
|
|
26390
26326
|
const { mount, unMount } = usePopup("yunpian-captcha-popup");
|
|
26391
26327
|
const open = (config) => {
|
|
@@ -26779,7 +26715,7 @@ const useYiDunCaptcha = () => {
|
|
|
26779
26715
|
const _sfc_main$3 = {};
|
|
26780
26716
|
const _hoisted_1$2 = { class: "content-loading" };
|
|
26781
26717
|
function _sfc_render(_ctx, _cache) {
|
|
26782
|
-
return openBlock(), createElementBlock("div", _hoisted_1$2,
|
|
26718
|
+
return openBlock(), createElementBlock("div", _hoisted_1$2, _cache[0] || (_cache[0] = [
|
|
26783
26719
|
createElementVNode("div", { class: "content-loading-title" }, [
|
|
26784
26720
|
createElementVNode("div", { class: "content-loading__row" }, [
|
|
26785
26721
|
createElementVNode("img", {
|
|
@@ -26790,7 +26726,7 @@ function _sfc_render(_ctx, _cache) {
|
|
|
26790
26726
|
]),
|
|
26791
26727
|
createElementVNode("span", null, "loading...")
|
|
26792
26728
|
], -1)
|
|
26793
|
-
])
|
|
26729
|
+
]));
|
|
26794
26730
|
}
|
|
26795
26731
|
const ContentLoading = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render], ["__scopeId", "data-v-vue-layout-gitcode"]]);
|
|
26796
26732
|
const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
@@ -26806,15 +26742,15 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
26806
26742
|
setup(__props) {
|
|
26807
26743
|
return (_ctx, _cache) => {
|
|
26808
26744
|
return openBlock(), createElementBlock("div", {
|
|
26809
|
-
class: normalizeClass(["g-data-panel i-data-panel", { "g-card":
|
|
26745
|
+
class: normalizeClass(["g-data-panel i-data-panel", { "g-card": _ctx.card, "g-border": _ctx.border }])
|
|
26810
26746
|
}, [
|
|
26811
26747
|
renderSlot(_ctx.$slots, "header", {}, void 0, true),
|
|
26812
|
-
|
|
26813
|
-
|
|
26748
|
+
_ctx.loading ? renderSlot(_ctx.$slots, "loading", { key: 0 }, () => [
|
|
26749
|
+
_ctx.skeleton ? (openBlock(), createBlock(unref(Skeleton), {
|
|
26814
26750
|
key: 0,
|
|
26815
26751
|
class: "data-panel__skeleton",
|
|
26816
|
-
rows:
|
|
26817
|
-
}, null, 8, ["rows"])) :
|
|
26752
|
+
rows: _ctx.skeletonRow
|
|
26753
|
+
}, null, 8, ["rows"])) : _ctx.animation ? (openBlock(), createBlock(ContentLoading, {
|
|
26818
26754
|
key: 1,
|
|
26819
26755
|
name: "loading",
|
|
26820
26756
|
class: "data-panel__content-loading"
|
|
@@ -28561,11 +28497,11 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
28561
28497
|
modelValue: unref(vModels),
|
|
28562
28498
|
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => isRef(vModels) ? vModels.value = $event : null),
|
|
28563
28499
|
"show-close": false,
|
|
28564
|
-
"lock-scroll":
|
|
28565
|
-
draggable:
|
|
28566
|
-
escapable:
|
|
28500
|
+
"lock-scroll": _ctx.lockScroll,
|
|
28501
|
+
draggable: _ctx.draggable,
|
|
28502
|
+
escapable: _ctx.escapable,
|
|
28567
28503
|
"before-close": handleClose,
|
|
28568
|
-
"append-to-body":
|
|
28504
|
+
"append-to-body": _ctx.appendToBody,
|
|
28569
28505
|
class: normalizeClass([
|
|
28570
28506
|
"login-modal",
|
|
28571
28507
|
formType.value === "login" ? "login-modal-l" : "login-modal-r",
|
|
@@ -28585,7 +28521,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
28585
28521
|
class: "login-modal-title"
|
|
28586
28522
|
}, null, 8, ["icon", "title", "show-title", "show-back"]),
|
|
28587
28523
|
createElementVNode("div", _hoisted_2, [
|
|
28588
|
-
|
|
28524
|
+
_ctx.showClose && !showProtoCheck.value ? (openBlock(), createBlock(GIcon, {
|
|
28589
28525
|
key: 0,
|
|
28590
28526
|
onClick: onClickModalClose,
|
|
28591
28527
|
name: "gt-close",
|
|
@@ -28910,7 +28846,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
28910
28846
|
])
|
|
28911
28847
|
], 2),
|
|
28912
28848
|
createElementVNode("div", _hoisted_61, [
|
|
28913
|
-
|
|
28849
|
+
_ctx.openHarmonyGuide ? (openBlock(), createElementBlock("div", {
|
|
28914
28850
|
key: 0,
|
|
28915
28851
|
class: "login-modal-harmony-entry",
|
|
28916
28852
|
onClick: withModifiers(handleRegisterHarmony, ["stop"])
|