vue-layout-gitcode 1.12.21 → 1.12.23
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-_Wh028vu.js → GloabarSearch-Bpe-bKK5.js} +4 -4
- package/{MenuItem-C22P316u.js → MenuItem-3U4xO3bp.js} +2 -2
- package/{ProjectMenuList-Bae76G6p.js → ProjectMenuList-DyDWnsoz.js} +11 -11
- package/{ProjectMenuListV2-nh9tF_Qg.js → ProjectMenuListV2-BjAOSYlF.js} +4 -4
- package/{ProjectSearch-Cy7U1D-2.js → ProjectSearch-DzgOeB30.js} +2 -2
- package/{SearchHistoryList-B1Cg8vfv.js → SearchHistoryList-BR9RQJgU.js} +6 -6
- package/{SearchRecommed-CnOEcCAp.js → SearchRecommed-DSWxY-w3.js} +3 -3
- package/{SearchScopeList-8SMZ14yR.js → SearchScopeList-Zu4-ODNG.js} +3 -3
- package/{UserSearch-BBsO5pWl.js → UserSearch-Cr95sg96.js} +2 -2
- package/{index-DCLCubvP.js → index-4jffQJVm.js} +48 -45
- package/{index-CSD3vxyP.js → index-B5HpMTBE.js} +984 -978
- package/{index-DX17nYdD.js → index-BJnTa48S.js} +2 -2
- package/{index-BWHCgX3Q.js → index-BbLVaUh2.js} +6 -5
- package/index.d.ts +761 -583
- package/index.js +10 -10
- package/{notice-BcZ5aUrG.js → notice-D6U_StJW.js} +13 -11
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-DTqLV4Nj.js → transWebUrl-Cd8jny9B.js} +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
2
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
3
|
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
4
|
-
import { defineComponent, computed,
|
|
4
|
+
import { defineComponent, computed, createBlock, createElementBlock, openBlock, unref, normalizeProps, mergeProps, normalizeClass, renderSlot, normalizeStyle, createElementVNode, reactive, readonly, inject, effectScope, ref, shallowRef, watch, isRef, getCurrentInstance, h, Fragment, onBeforeMount, onMounted, onUnmounted, createVNode, Text, provide, createCommentVNode, withCtx, toDisplayString as toDisplayString$1, renderList, createTextVNode, Transition, withModifiers, resolveComponent, watchEffect, guardReactiveProps, resolveDirective, withDirectives, onBeforeUnmount, markRaw, resolveDynamicComponent, nextTick, useAttrs, defineAsyncComponent, vShow, withKeys, useCssVars, createSlots, render, toRaw, mergeModels, useModel as useModel$1, watchPostEffect, useSlots } from "vue";
|
|
5
5
|
import { Button } from "vue-devui-lal/button";
|
|
6
6
|
import { Popover } from "vue-devui-lal/popover";
|
|
7
7
|
import { Tooltip } from "vue-devui-lal/tooltip";
|
|
@@ -76,29 +76,29 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
76
76
|
return /px$/i.test(props.size) ? props.size : `${props.size}px`;
|
|
77
77
|
});
|
|
78
78
|
return (_ctx, _cache) => {
|
|
79
|
-
return !
|
|
79
|
+
return !_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$C)
|
|
92
92
|
], 6)),
|
|
93
93
|
renderSlot(_ctx.$slots, "suffix", {}, void 0, true)
|
|
94
94
|
], 2)) : (openBlock(), createElementBlock("svg", {
|
|
95
95
|
key: 2,
|
|
96
|
-
class: normalizeClass(["icon gt-icon",
|
|
96
|
+
class: normalizeClass(["icon gt-icon", _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$r)
|
|
103
103
|
], 6));
|
|
104
104
|
};
|
|
@@ -578,7 +578,7 @@ const LOGO_MAP = {
|
|
|
578
578
|
aiLogoDark: "https://cdn-static.gitcode.com/static/images/gitcode-ai-logo-dark_atomgit.png"
|
|
579
579
|
}
|
|
580
580
|
};
|
|
581
|
-
/*! @license DOMPurify 3.
|
|
581
|
+
/*! @license DOMPurify 3.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;
|
|
@@ -1010,7 +990,7 @@ function createDOMPurify() {
|
|
|
1010
990
|
}
|
|
1011
991
|
if (USE_PROFILES) {
|
|
1012
992
|
ALLOWED_TAGS = addToSet({}, text);
|
|
1013
|
-
ALLOWED_ATTR =
|
|
993
|
+
ALLOWED_ATTR = [];
|
|
1014
994
|
if (USE_PROFILES.html === true) {
|
|
1015
995
|
addToSet(ALLOWED_TAGS, html$1);
|
|
1016
996
|
addToSet(ALLOWED_ATTR, html);
|
|
@@ -1031,31 +1011,17 @@ function createDOMPurify() {
|
|
|
1031
1011
|
addToSet(ALLOWED_ATTR, xml);
|
|
1032
1012
|
}
|
|
1033
1013
|
}
|
|
1034
|
-
if (!objectHasOwnProperty(cfg, "ADD_TAGS")) {
|
|
1035
|
-
EXTRA_ELEMENT_HANDLING.tagCheck = null;
|
|
1036
|
-
}
|
|
1037
|
-
if (!objectHasOwnProperty(cfg, "ADD_ATTR")) {
|
|
1038
|
-
EXTRA_ELEMENT_HANDLING.attributeCheck = null;
|
|
1039
|
-
}
|
|
1040
1014
|
if (cfg.ADD_TAGS) {
|
|
1041
|
-
if (
|
|
1042
|
-
|
|
1043
|
-
} else {
|
|
1044
|
-
if (ALLOWED_TAGS === DEFAULT_ALLOWED_TAGS) {
|
|
1045
|
-
ALLOWED_TAGS = clone(ALLOWED_TAGS);
|
|
1046
|
-
}
|
|
1047
|
-
addToSet(ALLOWED_TAGS, cfg.ADD_TAGS, transformCaseFunc);
|
|
1015
|
+
if (ALLOWED_TAGS === DEFAULT_ALLOWED_TAGS) {
|
|
1016
|
+
ALLOWED_TAGS = clone(ALLOWED_TAGS);
|
|
1048
1017
|
}
|
|
1018
|
+
addToSet(ALLOWED_TAGS, cfg.ADD_TAGS, transformCaseFunc);
|
|
1049
1019
|
}
|
|
1050
1020
|
if (cfg.ADD_ATTR) {
|
|
1051
|
-
if (
|
|
1052
|
-
|
|
1053
|
-
} else {
|
|
1054
|
-
if (ALLOWED_ATTR === DEFAULT_ALLOWED_ATTR) {
|
|
1055
|
-
ALLOWED_ATTR = clone(ALLOWED_ATTR);
|
|
1056
|
-
}
|
|
1057
|
-
addToSet(ALLOWED_ATTR, cfg.ADD_ATTR, transformCaseFunc);
|
|
1021
|
+
if (ALLOWED_ATTR === DEFAULT_ALLOWED_ATTR) {
|
|
1022
|
+
ALLOWED_ATTR = clone(ALLOWED_ATTR);
|
|
1058
1023
|
}
|
|
1024
|
+
addToSet(ALLOWED_ATTR, cfg.ADD_ATTR, transformCaseFunc);
|
|
1059
1025
|
}
|
|
1060
1026
|
if (cfg.ADD_URI_SAFE_ATTR) {
|
|
1061
1027
|
addToSet(URI_SAFE_ATTRIBUTES, cfg.ADD_URI_SAFE_ATTR, transformCaseFunc);
|
|
@@ -1066,12 +1032,6 @@ function createDOMPurify() {
|
|
|
1066
1032
|
}
|
|
1067
1033
|
addToSet(FORBID_CONTENTS, cfg.FORBID_CONTENTS, transformCaseFunc);
|
|
1068
1034
|
}
|
|
1069
|
-
if (cfg.ADD_FORBID_CONTENTS) {
|
|
1070
|
-
if (FORBID_CONTENTS === DEFAULT_FORBID_CONTENTS) {
|
|
1071
|
-
FORBID_CONTENTS = clone(FORBID_CONTENTS);
|
|
1072
|
-
}
|
|
1073
|
-
addToSet(FORBID_CONTENTS, cfg.ADD_FORBID_CONTENTS, transformCaseFunc);
|
|
1074
|
-
}
|
|
1075
1035
|
if (KEEP_CONTENT) {
|
|
1076
1036
|
ALLOWED_TAGS["#text"] = true;
|
|
1077
1037
|
}
|
|
@@ -1267,7 +1227,7 @@ function createDOMPurify() {
|
|
|
1267
1227
|
_forceRemove(currentNode);
|
|
1268
1228
|
return true;
|
|
1269
1229
|
}
|
|
1270
|
-
if (!
|
|
1230
|
+
if (!ALLOWED_TAGS[tagName] || FORBID_TAGS[tagName]) {
|
|
1271
1231
|
if (!FORBID_TAGS[tagName] && _isBasicCustomElement(tagName)) {
|
|
1272
1232
|
if (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.tagNameCheck, tagName)) {
|
|
1273
1233
|
return false;
|
|
@@ -1315,21 +1275,17 @@ function createDOMPurify() {
|
|
|
1315
1275
|
return false;
|
|
1316
1276
|
};
|
|
1317
1277
|
const _isValidAttribute = function _isValidAttribute2(lcTag, lcName, value) {
|
|
1318
|
-
if (FORBID_ATTR[lcName]) {
|
|
1319
|
-
return false;
|
|
1320
|
-
}
|
|
1321
1278
|
if (SANITIZE_DOM && (lcName === "id" || lcName === "name") && (value in document2 || value in formElement)) {
|
|
1322
1279
|
return false;
|
|
1323
1280
|
}
|
|
1324
1281
|
if (ALLOW_DATA_ATTR && !FORBID_ATTR[lcName] && regExpTest(DATA_ATTR2, lcName)) ;
|
|
1325
1282
|
else if (ALLOW_ARIA_ATTR && regExpTest(ARIA_ATTR2, lcName)) ;
|
|
1326
|
-
else if (EXTRA_ELEMENT_HANDLING.attributeCheck instanceof Function && EXTRA_ELEMENT_HANDLING.attributeCheck(lcName, lcTag)) ;
|
|
1327
1283
|
else if (!ALLOWED_ATTR[lcName] || FORBID_ATTR[lcName]) {
|
|
1328
1284
|
if (
|
|
1329
1285
|
// First condition does a very basic check if a) it's basically a valid custom element tagname AND
|
|
1330
1286
|
// b) if the tagName passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
|
|
1331
1287
|
// and c) if the attribute name passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.attributeNameCheck
|
|
1332
|
-
_isBasicCustomElement(lcTag) && (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.tagNameCheck, lcTag) || CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.tagNameCheck(lcTag)) && (CUSTOM_ELEMENT_HANDLING.attributeNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.attributeNameCheck, lcName) || CUSTOM_ELEMENT_HANDLING.attributeNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.attributeNameCheck(lcName
|
|
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
|
|
1333
1289
|
// the value passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
|
|
1334
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))
|
|
1335
1291
|
) ;
|
|
@@ -1384,11 +1340,7 @@ function createDOMPurify() {
|
|
|
1384
1340
|
_removeAttribute(name, currentNode);
|
|
1385
1341
|
value = SANITIZE_NAMED_PROPS_PREFIX + value;
|
|
1386
1342
|
}
|
|
1387
|
-
if (SAFE_FOR_XML && regExpTest(/((--!?|])>)|<\/(style|
|
|
1388
|
-
_removeAttribute(name, currentNode);
|
|
1389
|
-
continue;
|
|
1390
|
-
}
|
|
1391
|
-
if (lcName === "attributename" && stringMatch(value, "href")) {
|
|
1343
|
+
if (SAFE_FOR_XML && regExpTest(/((--!?|])>)|<\/(style|title)/i, value)) {
|
|
1392
1344
|
_removeAttribute(name, currentNode);
|
|
1393
1345
|
continue;
|
|
1394
1346
|
}
|
|
@@ -1716,25 +1668,10 @@ function init(converter, defaultAttributes) {
|
|
|
1716
1668
|
}
|
|
1717
1669
|
var api = init(defaultConverter, { path: "/" });
|
|
1718
1670
|
/*!
|
|
1719
|
-
* shared v9.14.
|
|
1671
|
+
* shared v9.14.4
|
|
1720
1672
|
* (c) 2025 kazuya kawaguchi
|
|
1721
1673
|
* Released under the MIT License.
|
|
1722
1674
|
*/
|
|
1723
|
-
function warn(msg, err) {
|
|
1724
|
-
if (typeof console !== "undefined") {
|
|
1725
|
-
console.warn(`[intlify] ` + msg);
|
|
1726
|
-
if (err) {
|
|
1727
|
-
console.warn(err.stack);
|
|
1728
|
-
}
|
|
1729
|
-
}
|
|
1730
|
-
}
|
|
1731
|
-
const hasWarned = {};
|
|
1732
|
-
function warnOnce(msg) {
|
|
1733
|
-
if (!hasWarned[msg]) {
|
|
1734
|
-
hasWarned[msg] = true;
|
|
1735
|
-
warn(msg);
|
|
1736
|
-
}
|
|
1737
|
-
}
|
|
1738
1675
|
const inBrowser = typeof window !== "undefined";
|
|
1739
1676
|
let mark;
|
|
1740
1677
|
let measure;
|
|
@@ -1779,31 +1716,7 @@ const getGlobalThis = () => {
|
|
|
1779
1716
|
return _globalThis || (_globalThis = typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : create());
|
|
1780
1717
|
};
|
|
1781
1718
|
function escapeHtml(rawText) {
|
|
1782
|
-
return rawText.replace(
|
|
1783
|
-
}
|
|
1784
|
-
function escapeAttributeValue(value) {
|
|
1785
|
-
return value.replace(/&(?![a-zA-Z0-9#]{2,6};)/g, "&").replace(/"/g, """).replace(/'/g, "'").replace(/</g, "<").replace(/>/g, ">");
|
|
1786
|
-
}
|
|
1787
|
-
function sanitizeTranslatedHtml(html2) {
|
|
1788
|
-
html2 = html2.replace(/(\w+)\s*=\s*"([^"]*)"/g, (_, attrName, attrValue) => `${attrName}="${escapeAttributeValue(attrValue)}"`);
|
|
1789
|
-
html2 = html2.replace(/(\w+)\s*=\s*'([^']*)'/g, (_, attrName, attrValue) => `${attrName}='${escapeAttributeValue(attrValue)}'`);
|
|
1790
|
-
const eventHandlerPattern = /\s*on\w+\s*=\s*["']?[^"'>]+["']?/gi;
|
|
1791
|
-
if (eventHandlerPattern.test(html2)) {
|
|
1792
|
-
if (process.env.NODE_ENV !== "production") {
|
|
1793
|
-
warn("Potentially dangerous event handlers detected in translation. Consider removing onclick, onerror, etc. from your translation messages.");
|
|
1794
|
-
}
|
|
1795
|
-
html2 = html2.replace(/(\s+)(on)(\w+\s*=)/gi, "$1on$3");
|
|
1796
|
-
}
|
|
1797
|
-
const javascriptUrlPattern = [
|
|
1798
|
-
// In href, src, action, formaction attributes
|
|
1799
|
-
/(\s+(?:href|src|action|formaction)\s*=\s*["']?)\s*javascript:/gi,
|
|
1800
|
-
// In style attributes within url()
|
|
1801
|
-
/(style\s*=\s*["'][^"']*url\s*\(\s*)javascript:/gi
|
|
1802
|
-
];
|
|
1803
|
-
javascriptUrlPattern.forEach((pattern) => {
|
|
1804
|
-
html2 = html2.replace(pattern, "$1javascript:");
|
|
1805
|
-
});
|
|
1806
|
-
return html2;
|
|
1719
|
+
return rawText.replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'");
|
|
1807
1720
|
}
|
|
1808
1721
|
const hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
1809
1722
|
function hasOwn(obj, key) {
|
|
@@ -1866,6 +1779,21 @@ function incrementer(code2) {
|
|
|
1866
1779
|
let current = code2;
|
|
1867
1780
|
return () => ++current;
|
|
1868
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
|
+
}
|
|
1869
1797
|
function createEmitter() {
|
|
1870
1798
|
const events = /* @__PURE__ */ new Map();
|
|
1871
1799
|
const emitter2 = {
|
|
@@ -1914,7 +1842,7 @@ function deepCopy(src, des) {
|
|
|
1914
1842
|
}
|
|
1915
1843
|
}
|
|
1916
1844
|
/*!
|
|
1917
|
-
* message-compiler v9.14.
|
|
1845
|
+
* message-compiler v9.14.4
|
|
1918
1846
|
* (c) 2025 kazuya kawaguchi
|
|
1919
1847
|
* Released under the MIT License.
|
|
1920
1848
|
*/
|
|
@@ -3464,7 +3392,7 @@ function baseCompile$1(source, options = {}) {
|
|
|
3464
3392
|
}
|
|
3465
3393
|
}
|
|
3466
3394
|
/*!
|
|
3467
|
-
* core-base v9.14.
|
|
3395
|
+
* core-base v9.14.4
|
|
3468
3396
|
* (c) 2025 kazuya kawaguchi
|
|
3469
3397
|
* Released under the MIT License.
|
|
3470
3398
|
*/
|
|
@@ -3951,7 +3879,7 @@ function parse$1(path) {
|
|
|
3951
3879
|
}
|
|
3952
3880
|
}
|
|
3953
3881
|
}
|
|
3954
|
-
const cache = /* @__PURE__ */ new Map();
|
|
3882
|
+
const cache$1 = /* @__PURE__ */ new Map();
|
|
3955
3883
|
function resolveWithKeyValue(obj, path) {
|
|
3956
3884
|
return isObject$2(obj) ? obj[path] : null;
|
|
3957
3885
|
}
|
|
@@ -3959,11 +3887,11 @@ function resolveValue(obj, path) {
|
|
|
3959
3887
|
if (!isObject$2(obj)) {
|
|
3960
3888
|
return null;
|
|
3961
3889
|
}
|
|
3962
|
-
let hit = cache.get(path);
|
|
3890
|
+
let hit = cache$1.get(path);
|
|
3963
3891
|
if (!hit) {
|
|
3964
3892
|
hit = parse$1(path);
|
|
3965
3893
|
if (hit) {
|
|
3966
|
-
cache.set(path, hit);
|
|
3894
|
+
cache$1.set(path, hit);
|
|
3967
3895
|
}
|
|
3968
3896
|
}
|
|
3969
3897
|
if (!hit) {
|
|
@@ -4271,7 +4199,7 @@ function appendItemToChain(chain, target, blocks) {
|
|
|
4271
4199
|
}
|
|
4272
4200
|
return follow;
|
|
4273
4201
|
}
|
|
4274
|
-
const VERSION$1 = "9.14.
|
|
4202
|
+
const VERSION$1 = "9.14.4";
|
|
4275
4203
|
const NOT_REOSLVED = -1;
|
|
4276
4204
|
const DEFAULT_LOCALE = "en-US";
|
|
4277
4205
|
const MISSING_RESOLVE_VALUE = "";
|
|
@@ -4638,10 +4566,7 @@ function translate(context, ...args) {
|
|
|
4638
4566
|
const ctxOptions = getMessageContextOptions(context, targetLocale, message, options);
|
|
4639
4567
|
const msgContext = createMessageContext(ctxOptions);
|
|
4640
4568
|
const messaged = evaluateMessage(context, msg, msgContext);
|
|
4641
|
-
|
|
4642
|
-
if (escapeParameter && isString$1(ret)) {
|
|
4643
|
-
ret = sanitizeTranslatedHtml(ret);
|
|
4644
|
-
}
|
|
4569
|
+
const ret = postTranslation ? postTranslation(messaged, key) : messaged;
|
|
4645
4570
|
if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
|
|
4646
4571
|
const payloads = {
|
|
4647
4572
|
timestamp: Date.now(),
|
|
@@ -5358,11 +5283,11 @@ function setupDevtoolsPlugin(pluginDescriptor, setupFn) {
|
|
|
5358
5283
|
}
|
|
5359
5284
|
}
|
|
5360
5285
|
/*!
|
|
5361
|
-
* vue-i18n v9.14.
|
|
5286
|
+
* vue-i18n v9.14.4
|
|
5362
5287
|
* (c) 2025 kazuya kawaguchi
|
|
5363
5288
|
* Released under the MIT License.
|
|
5364
5289
|
*/
|
|
5365
|
-
const VERSION = "9.14.
|
|
5290
|
+
const VERSION = "9.14.4";
|
|
5366
5291
|
function initFeatureFlags() {
|
|
5367
5292
|
if (typeof __VUE_I18N_FULL_INSTALL__ !== "boolean") {
|
|
5368
5293
|
getGlobalThis().__VUE_I18N_FULL_INSTALL__ = true;
|
|
@@ -9449,7 +9374,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
9449
9374
|
}, {
|
|
9450
9375
|
content: withCtx(() => [
|
|
9451
9376
|
createElementVNode("div", _hoisted_6$d, [
|
|
9452
|
-
createElementVNode("div", _hoisted_7$a, toDisplayString$1(
|
|
9377
|
+
createElementVNode("div", _hoisted_7$a, toDisplayString$1(_ctx.isCannWhiteList ? unref(t2)("gitCodeLayout.userSetting.menu.cannTask") : unref(t2)("gitCodeLayout.userSetting.menu.growthCenter")), 1)
|
|
9453
9378
|
])
|
|
9454
9379
|
]),
|
|
9455
9380
|
default: withCtx(() => [
|
|
@@ -9457,7 +9382,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
9457
9382
|
id: "guide-step4",
|
|
9458
9383
|
class: "home-nav-link tools-questionnaire",
|
|
9459
9384
|
onClick: toggleGrowthCenter
|
|
9460
|
-
},
|
|
9385
|
+
}, _cache[6] || (_cache[6] = [
|
|
9461
9386
|
createElementVNode("div", { class: "home-nav-item" }, [
|
|
9462
9387
|
createElementVNode("img", {
|
|
9463
9388
|
class: "common-icon inline-block h-[20px] w-[20px]",
|
|
@@ -9465,7 +9390,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
9465
9390
|
alt: ""
|
|
9466
9391
|
})
|
|
9467
9392
|
], -1)
|
|
9468
|
-
])
|
|
9393
|
+
]))
|
|
9469
9394
|
]),
|
|
9470
9395
|
_: 1
|
|
9471
9396
|
})) : createCommentVNode("", true),
|
|
@@ -9488,7 +9413,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
9488
9413
|
id: "gitcode-desk-btn",
|
|
9489
9414
|
class: "home-nav-item kefu",
|
|
9490
9415
|
onClick: showDesk
|
|
9491
|
-
},
|
|
9416
|
+
}, _cache[7] || (_cache[7] = [
|
|
9492
9417
|
createElementVNode("img", {
|
|
9493
9418
|
class: "inline-block h-[20px] w-[20px]",
|
|
9494
9419
|
src: "https://cdn-static.gitcode.com/static/images/desk/kefu.png",
|
|
@@ -9498,7 +9423,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
9498
9423
|
createElementVNode("div", null, "客"),
|
|
9499
9424
|
createElementVNode("div", null, "服")
|
|
9500
9425
|
], -1)
|
|
9501
|
-
])
|
|
9426
|
+
]))
|
|
9502
9427
|
])
|
|
9503
9428
|
]),
|
|
9504
9429
|
_: 1
|
|
@@ -9532,7 +9457,8 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
9532
9457
|
])
|
|
9533
9458
|
], -1))
|
|
9534
9459
|
]),
|
|
9535
|
-
_: 1
|
|
9460
|
+
_: 1,
|
|
9461
|
+
__: [9]
|
|
9536
9462
|
}),
|
|
9537
9463
|
npsPopVisible.value ? (openBlock(), createBlock(unref(Popover), {
|
|
9538
9464
|
key: 0,
|
|
@@ -9551,9 +9477,9 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
9551
9477
|
key: item.index,
|
|
9552
9478
|
class: normalizeClass(["tab-item w-8 h-1 mr-1 cursor-pointer", opinionStep.value === item.index ? "bg-[var(--theme-home-step-active-bg)]" : "bg-[var(--theme-home-step-bg)]"]),
|
|
9553
9479
|
onClick: ($event) => swTab(item)
|
|
9554
|
-
},
|
|
9480
|
+
}, _cache[11] || (_cache[11] = [
|
|
9555
9481
|
createElementVNode("span", { class: "cursor-pointer" }, null, -1)
|
|
9556
|
-
])
|
|
9482
|
+
]), 10, _hoisted_18$2);
|
|
9557
9483
|
}), 64))
|
|
9558
9484
|
]),
|
|
9559
9485
|
createElementVNode("div", null, [
|
|
@@ -9635,7 +9561,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
9635
9561
|
trigger: "hover",
|
|
9636
9562
|
offset: { mainAxis: 22, crossAxis: 0 }
|
|
9637
9563
|
}, {
|
|
9638
|
-
default: withCtx(() =>
|
|
9564
|
+
default: withCtx(() => _cache[10] || (_cache[10] = [
|
|
9639
9565
|
createElementVNode("div", { class: "home-nav-item" }, [
|
|
9640
9566
|
createElementVNode("img", {
|
|
9641
9567
|
class: "common-icon inline-block h-[20px] w-[20px]",
|
|
@@ -9648,8 +9574,9 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
9648
9574
|
alt: ""
|
|
9649
9575
|
})
|
|
9650
9576
|
], -1)
|
|
9651
|
-
])
|
|
9652
|
-
_: 1
|
|
9577
|
+
])),
|
|
9578
|
+
_: 1,
|
|
9579
|
+
__: [10]
|
|
9653
9580
|
}, 8, ["content"])
|
|
9654
9581
|
])
|
|
9655
9582
|
]),
|
|
@@ -9885,11 +9812,11 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9885
9812
|
});
|
|
9886
9813
|
return (_ctx, _cache) => {
|
|
9887
9814
|
const _component_router_link = resolveComponent("router-link");
|
|
9888
|
-
return
|
|
9815
|
+
return _ctx.to && !_ctx.disabled ? (openBlock(), createBlock(_component_router_link, {
|
|
9889
9816
|
key: 0,
|
|
9890
|
-
class: normalizeClass(["g-link g-link-router-link", { hoverUnderline:
|
|
9891
|
-
to:
|
|
9892
|
-
target:
|
|
9817
|
+
class: normalizeClass(["g-link g-link-router-link", { hoverUnderline: _ctx.underline }]),
|
|
9818
|
+
to: _ctx.to,
|
|
9819
|
+
target: _ctx.target
|
|
9893
9820
|
}, {
|
|
9894
9821
|
default: withCtx(() => [
|
|
9895
9822
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
@@ -9897,10 +9824,10 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9897
9824
|
_: 3
|
|
9898
9825
|
}, 8, ["class", "to", "target"])) : (openBlock(), createElementBlock("a", {
|
|
9899
9826
|
key: 1,
|
|
9900
|
-
class: normalizeClass(["g-link g-link-a", { hoverUnderline:
|
|
9901
|
-
href:
|
|
9902
|
-
target:
|
|
9903
|
-
disabled:
|
|
9827
|
+
class: normalizeClass(["g-link g-link-a", { hoverUnderline: _ctx.underline, noPointer: _ctx.noPointer }]),
|
|
9828
|
+
href: _ctx.disabled || !targetHref.value ? defaultHref.value : targetHref.value,
|
|
9829
|
+
target: _ctx.target,
|
|
9830
|
+
disabled: _ctx.disabled || _ctx.noPointer
|
|
9904
9831
|
}, [
|
|
9905
9832
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
9906
9833
|
], 10, _hoisted_1$A));
|
|
@@ -10412,6 +10339,57 @@ class Theme {
|
|
|
10412
10339
|
}
|
|
10413
10340
|
}
|
|
10414
10341
|
const theme = new Theme();
|
|
10342
|
+
const ENDPOINT = "/__internal/migrated-routes.json";
|
|
10343
|
+
let cache = null;
|
|
10344
|
+
let inflight = null;
|
|
10345
|
+
async function loadConfig() {
|
|
10346
|
+
if (cache) return cache;
|
|
10347
|
+
if (inflight) return inflight;
|
|
10348
|
+
if (typeof fetch === "undefined") return null;
|
|
10349
|
+
inflight = (async () => {
|
|
10350
|
+
try {
|
|
10351
|
+
const res = await fetch(ENDPOINT, {
|
|
10352
|
+
method: "GET",
|
|
10353
|
+
credentials: "same-origin",
|
|
10354
|
+
headers: { accept: "application/json" }
|
|
10355
|
+
});
|
|
10356
|
+
if (!res.ok) return null;
|
|
10357
|
+
const data = await res.json();
|
|
10358
|
+
const matchers = [];
|
|
10359
|
+
for (const p of data.patterns || []) {
|
|
10360
|
+
if (p.type === "exact" && typeof p.value === "string") {
|
|
10361
|
+
matchers.push({ type: "exact", value: p.value });
|
|
10362
|
+
} else if (p.type === "regex" && typeof p.source === "string") {
|
|
10363
|
+
try {
|
|
10364
|
+
matchers.push({ type: "regex", regex: new RegExp(p.source, p.flags || "") });
|
|
10365
|
+
} catch {
|
|
10366
|
+
}
|
|
10367
|
+
}
|
|
10368
|
+
}
|
|
10369
|
+
cache = { mode: data.mode || "allowlist", matchers };
|
|
10370
|
+
return cache;
|
|
10371
|
+
} catch {
|
|
10372
|
+
return null;
|
|
10373
|
+
} finally {
|
|
10374
|
+
inflight = null;
|
|
10375
|
+
}
|
|
10376
|
+
})();
|
|
10377
|
+
return inflight;
|
|
10378
|
+
}
|
|
10379
|
+
async function isMigratedHref(href) {
|
|
10380
|
+
const config = await loadConfig();
|
|
10381
|
+
if (!config) return false;
|
|
10382
|
+
let path;
|
|
10383
|
+
try {
|
|
10384
|
+
path = new URL(href, typeof window !== "undefined" ? window.location.origin : "http://placeholder").pathname;
|
|
10385
|
+
} catch {
|
|
10386
|
+
return false;
|
|
10387
|
+
}
|
|
10388
|
+
const hit = config.matchers.some(
|
|
10389
|
+
(m) => m.type === "exact" ? m.value === path : m.regex.test(path)
|
|
10390
|
+
);
|
|
10391
|
+
return config.mode === "allowlist" ? hit : !hit;
|
|
10392
|
+
}
|
|
10415
10393
|
const { width } = useWindowSize();
|
|
10416
10394
|
const usePageResize = () => {
|
|
10417
10395
|
const widthConfig = {
|
|
@@ -10504,12 +10482,12 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
10504
10482
|
key: 0,
|
|
10505
10483
|
"img-src": imgSrc.value,
|
|
10506
10484
|
name: placeholderName.value,
|
|
10507
|
-
width:
|
|
10508
|
-
height:
|
|
10509
|
-
"is-round":
|
|
10510
|
-
class: normalizeClass({ "devui-avatar-square": !
|
|
10485
|
+
width: _ctx.width,
|
|
10486
|
+
height: _ctx.height,
|
|
10487
|
+
"is-round": _ctx.is_round,
|
|
10488
|
+
class: normalizeClass({ "devui-avatar-square": !_ctx.is_round, "gavatar-custom": !imgSrc.value }),
|
|
10511
10489
|
onLoadError,
|
|
10512
|
-
style: normalizeStyle({ minWidth:
|
|
10490
|
+
style: normalizeStyle({ minWidth: _ctx.width + "px" })
|
|
10513
10491
|
}, null, 8, ["img-src", "name", "width", "height", "is-round", "class", "style"])) : createCommentVNode("", true);
|
|
10514
10492
|
};
|
|
10515
10493
|
}
|
|
@@ -10548,15 +10526,15 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
10548
10526
|
return openBlock(), createBlock(unref(Tooltip), {
|
|
10549
10527
|
class: "flash-tag-message",
|
|
10550
10528
|
position: ["top", "bottom"],
|
|
10551
|
-
content:
|
|
10529
|
+
content: _ctx.message,
|
|
10552
10530
|
"overlay-class": "flash-tag-tooltip",
|
|
10553
|
-
disabled: unref(isPhone)() ||
|
|
10531
|
+
disabled: unref(isPhone)() || _ctx.disabled
|
|
10554
10532
|
}, {
|
|
10555
10533
|
default: withCtx(() => [
|
|
10556
10534
|
createElementVNode("span", mergeProps({
|
|
10557
|
-
class: ["gc-flash-tag cursor-default", { "gc-trusted-tag":
|
|
10535
|
+
class: ["gc-flash-tag cursor-default", { "gc-trusted-tag": _ctx.trusted, "cursor-pointer": _ctx.clickEnabled, "cursor-default": !_ctx.clickEnabled, "gc-icon-tag": _ctx.icon }]
|
|
10558
10536
|
}, _ctx.$attrs, { onClick: handleClick }), [
|
|
10559
|
-
|
|
10537
|
+
_ctx.icon ? (openBlock(), createElementBlock("img", {
|
|
10560
10538
|
key: 0,
|
|
10561
10539
|
class: "w-[16px] h-[16px]",
|
|
10562
10540
|
src: iconUrl.value
|
|
@@ -10640,7 +10618,7 @@ function getAugmentedNamespace(n) {
|
|
|
10640
10618
|
return a;
|
|
10641
10619
|
}
|
|
10642
10620
|
var relativeTime$1 = { exports: {} };
|
|
10643
|
-
(function(module, exports
|
|
10621
|
+
(function(module, exports) {
|
|
10644
10622
|
!function(r, e) {
|
|
10645
10623
|
module.exports = e();
|
|
10646
10624
|
}(commonjsGlobal, function() {
|
|
@@ -11211,7 +11189,7 @@ var locale = {
|
|
|
11211
11189
|
};
|
|
11212
11190
|
dayjs.locale(locale, null, true);
|
|
11213
11191
|
var timezone = { exports: {} };
|
|
11214
|
-
(function(module, exports
|
|
11192
|
+
(function(module, exports) {
|
|
11215
11193
|
!function(t2, e) {
|
|
11216
11194
|
module.exports = e();
|
|
11217
11195
|
}(commonjsGlobal, function() {
|
|
@@ -11274,7 +11252,7 @@ var timezone = { exports: {} };
|
|
|
11274
11252
|
var timezoneExports = timezone.exports;
|
|
11275
11253
|
const tz = /* @__PURE__ */ getDefaultExportFromCjs(timezoneExports);
|
|
11276
11254
|
var utc$1 = { exports: {} };
|
|
11277
|
-
(function(module, exports
|
|
11255
|
+
(function(module, exports) {
|
|
11278
11256
|
!function(t2, i) {
|
|
11279
11257
|
module.exports = i();
|
|
11280
11258
|
}(commonjsGlobal, function() {
|
|
@@ -11290,16 +11268,16 @@ var utc$1 = { exports: {} };
|
|
|
11290
11268
|
}, u.local = function() {
|
|
11291
11269
|
return n(this.toDate(), { locale: this.$L, utc: false });
|
|
11292
11270
|
};
|
|
11293
|
-
var
|
|
11271
|
+
var o = u.parse;
|
|
11294
11272
|
u.parse = function(t3) {
|
|
11295
|
-
t3.utc && (this.$u = true), this.$utils().u(t3.$offset) || (this.$offset = t3.$offset),
|
|
11273
|
+
t3.utc && (this.$u = true), this.$utils().u(t3.$offset) || (this.$offset = t3.$offset), o.call(this, t3);
|
|
11296
11274
|
};
|
|
11297
|
-
var
|
|
11275
|
+
var r = u.init;
|
|
11298
11276
|
u.init = function() {
|
|
11299
11277
|
if (this.$u) {
|
|
11300
11278
|
var t3 = this.$d;
|
|
11301
11279
|
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();
|
|
11302
|
-
} else
|
|
11280
|
+
} else r.call(this);
|
|
11303
11281
|
};
|
|
11304
11282
|
var a = u.utcOffset;
|
|
11305
11283
|
u.utcOffset = function(s2, f2) {
|
|
@@ -11312,12 +11290,13 @@ var utc$1 = { exports: {} };
|
|
|
11312
11290
|
var f3 = ("" + s3[0]).match(e) || ["-", 0, 0], n3 = f3[0], u3 = 60 * +f3[1] + +f3[2];
|
|
11313
11291
|
return 0 === u3 ? 0 : "+" === n3 ? u3 : -u3;
|
|
11314
11292
|
}(s2), null === s2)) return this;
|
|
11315
|
-
var u2 = Math.abs(s2) <= 16 ? 60 * s2 : s2;
|
|
11316
|
-
if (0 ===
|
|
11317
|
-
|
|
11318
|
-
|
|
11319
|
-
|
|
11320
|
-
|
|
11293
|
+
var u2 = Math.abs(s2) <= 16 ? 60 * s2 : s2, o2 = this;
|
|
11294
|
+
if (f2) return o2.$offset = u2, o2.$u = 0 === s2, o2;
|
|
11295
|
+
if (0 !== s2) {
|
|
11296
|
+
var r2 = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
|
|
11297
|
+
(o2 = this.local().add(u2 + r2, t2)).$offset = u2, o2.$x.$localOffset = r2;
|
|
11298
|
+
} else o2 = this.utc();
|
|
11299
|
+
return o2;
|
|
11321
11300
|
};
|
|
11322
11301
|
var h2 = u.format;
|
|
11323
11302
|
u.format = function(t3) {
|
|
@@ -11547,9 +11526,9 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11547
11526
|
});
|
|
11548
11527
|
return (_ctx, _cache) => {
|
|
11549
11528
|
var _a, _b, _c;
|
|
11550
|
-
return
|
|
11529
|
+
return _ctx.scene === unref(SceneValue).org && !_ctx.errorCode ? (openBlock(), createElementBlock("div", _hoisted_1$y, [
|
|
11551
11530
|
createVNode(GLink, {
|
|
11552
|
-
href: ((_a =
|
|
11531
|
+
href: ((_a = _ctx.orgProps) == null ? void 0 : _a.orgHomepageUrl) || "",
|
|
11553
11532
|
class: "flex flex-1 items-center gap-[8px]"
|
|
11554
11533
|
}, {
|
|
11555
11534
|
default: withCtx(() => {
|
|
@@ -11571,21 +11550,21 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11571
11550
|
createVNode(unref(Button), {
|
|
11572
11551
|
onClick: _cache[0] || (_cache[0] = ($event) => {
|
|
11573
11552
|
var _a2;
|
|
11574
|
-
return handleOrgFollow((_a2 =
|
|
11553
|
+
return handleOrgFollow((_a2 = _ctx.orgProps) == null ? void 0 : _a2.isOrgFollow);
|
|
11575
11554
|
}),
|
|
11576
11555
|
class: "org-layout-toolbar-follow"
|
|
11577
11556
|
}, {
|
|
11578
11557
|
default: withCtx(() => {
|
|
11579
11558
|
var _a2;
|
|
11580
11559
|
return [
|
|
11581
|
-
createElementVNode("span", _hoisted_3$o, toDisplayString$1(((_a2 =
|
|
11560
|
+
createElementVNode("span", _hoisted_3$o, toDisplayString$1(((_a2 = _ctx.orgProps) == null ? void 0 : _a2.isOrgFollow) ? unref(t2)("gitCodeLayout.home.alreadyFollowed") : unref(t2)("gitCodeLayout.home.focusOn")), 1)
|
|
11582
11561
|
];
|
|
11583
11562
|
}),
|
|
11584
11563
|
_: 1
|
|
11585
11564
|
})
|
|
11586
|
-
])) :
|
|
11565
|
+
])) : _ctx.scene === unref(SceneValue).repo && !_ctx.errorCode ? (openBlock(), createBlock(unref(Skeleton), {
|
|
11587
11566
|
key: 1,
|
|
11588
|
-
loading: (_b =
|
|
11567
|
+
loading: (_b = _ctx.repoProps) == null ? void 0 : _b.repoNameLoading,
|
|
11589
11568
|
rows: 1
|
|
11590
11569
|
}, {
|
|
11591
11570
|
placeholder: withCtx(() => [
|
|
@@ -11608,7 +11587,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11608
11587
|
default: withCtx(() => {
|
|
11609
11588
|
var _a3, _b3, _c3, _d2;
|
|
11610
11589
|
return [
|
|
11611
|
-
!((_a3 =
|
|
11590
|
+
!((_a3 = _ctx.repoProps) == null ? void 0 : _a3.isGhMirrors) ? (openBlock(), createBlock(_sfc_main$G, {
|
|
11612
11591
|
key: 0,
|
|
11613
11592
|
class: normalizeClass({ "g-border": isOrg.value }),
|
|
11614
11593
|
src: (_c3 = (_b3 = unref(repoInfo)) == null ? void 0 : _b3.namespace) == null ? void 0 : _c3.avatar_url,
|
|
@@ -11624,7 +11603,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11624
11603
|
_: 1
|
|
11625
11604
|
}, 8, ["href"]),
|
|
11626
11605
|
createElementVNode("div", _hoisted_8$8, [
|
|
11627
|
-
!((_b2 =
|
|
11606
|
+
!((_b2 = _ctx.repoProps) == null ? void 0 : _b2.isGhMirrors) ? (openBlock(), createElementBlock("div", {
|
|
11628
11607
|
key: 0,
|
|
11629
11608
|
ref_key: "breadcrumbRef",
|
|
11630
11609
|
ref: breadcrumbRef,
|
|
@@ -11659,7 +11638,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11659
11638
|
key: 1,
|
|
11660
11639
|
ref_key: "breadcrumbNextRef",
|
|
11661
11640
|
ref: breadcrumbNextRef,
|
|
11662
|
-
class: normalizeClass(["g-repo-layout-breadcrumb-next max-md:w-full flex items-end gap-[8px]", [((_c2 =
|
|
11641
|
+
class: normalizeClass(["g-repo-layout-breadcrumb-next max-md:w-full flex items-end gap-[8px]", [((_c2 = _ctx.repoProps) == null ? void 0 : _c2.isGhMirrors) ? "max-w-full" : "max-w-[60%]"]])
|
|
11663
11642
|
}, [
|
|
11664
11643
|
createVNode(GLink, {
|
|
11665
11644
|
class: "linkTx",
|
|
@@ -11682,10 +11661,11 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11682
11661
|
type: "gstar",
|
|
11683
11662
|
message: `G-Star ${unref(t2)("gitCodeLayout.GStar.project.graduation")}`
|
|
11684
11663
|
}, {
|
|
11685
|
-
default: withCtx(() =>
|
|
11686
|
-
createTextVNode("G-Star "
|
|
11687
|
-
])
|
|
11688
|
-
_: 1
|
|
11664
|
+
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
11665
|
+
createTextVNode("G-Star ")
|
|
11666
|
+
])),
|
|
11667
|
+
_: 1,
|
|
11668
|
+
__: [2]
|
|
11689
11669
|
}, 8, ["message"])
|
|
11690
11670
|
])) : unref(isIncubationRepo)(unref(repoInfo).topic_names) ? (openBlock(), createElementBlock("div", _hoisted_13$1, [
|
|
11691
11671
|
createVNode(_sfc_main$F, {
|
|
@@ -11694,10 +11674,11 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11694
11674
|
type: "incubation",
|
|
11695
11675
|
message: `G-Star ${unref(t2)("gitCodeLayout.GStar.project.incubation")}`
|
|
11696
11676
|
}, {
|
|
11697
|
-
default: withCtx(() =>
|
|
11698
|
-
createTextVNode(" G-Star "
|
|
11699
|
-
])
|
|
11700
|
-
_: 1
|
|
11677
|
+
default: withCtx(() => _cache[3] || (_cache[3] = [
|
|
11678
|
+
createTextVNode(" G-Star ")
|
|
11679
|
+
])),
|
|
11680
|
+
_: 1,
|
|
11681
|
+
__: [3]
|
|
11701
11682
|
}, 8, ["message"])
|
|
11702
11683
|
])) : createCommentVNode("", true),
|
|
11703
11684
|
unref(isTrustedRepo)(unref(repoInfo).topic_names) ? (openBlock(), createElementBlock("div", _hoisted_14$1, [
|
|
@@ -11709,7 +11690,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11709
11690
|
href: "/trusted"
|
|
11710
11691
|
}, null, 8, ["message"])
|
|
11711
11692
|
])) : createCommentVNode("", true),
|
|
11712
|
-
((_d =
|
|
11693
|
+
((_d = _ctx.repoProps) == null ? void 0 : _d.isPrivate) ? (openBlock(), createElementBlock("div", _hoisted_15$1, [
|
|
11713
11694
|
createVNode(GIcon, {
|
|
11714
11695
|
size: "16px",
|
|
11715
11696
|
class: "ml-[4px]",
|
|
@@ -11728,7 +11709,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11728
11709
|
}, null, 8, ["name"]),
|
|
11729
11710
|
createElementVNode("span", _hoisted_16$1, toDisplayString$1((_f = topicTag.value) == null ? void 0 : _f.suffix), 1)
|
|
11730
11711
|
])) : createCommentVNode("", true),
|
|
11731
|
-
((_g =
|
|
11712
|
+
((_g = _ctx.repoProps) == null ? void 0 : _g.isGhMirrors) && showTimeTopic.value && !unref(isPhone)() ? (openBlock(), createElementBlock("div", _hoisted_17$1, [
|
|
11732
11713
|
createVNode(GIcon, {
|
|
11733
11714
|
name: "gt-line-time",
|
|
11734
11715
|
color: "var(--devui-shape-icon-fill)",
|
|
@@ -11742,7 +11723,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11742
11723
|
];
|
|
11743
11724
|
}),
|
|
11744
11725
|
_: 1
|
|
11745
|
-
}, 8, ["loading"])) :
|
|
11726
|
+
}, 8, ["loading"])) : _ctx.scene === unref(SceneValue).user && ((_c = _ctx.userProps) == null ? void 0 : _c.isOtherUser) ? (openBlock(), createElementBlock("div", _hoisted_20$1, [
|
|
11746
11727
|
createVNode(GLink, {
|
|
11747
11728
|
to: { name: "homepage" },
|
|
11748
11729
|
class: "flex flex-1 items-center gap-[8px]"
|
|
@@ -11851,7 +11832,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
11851
11832
|
onClick: handleClick
|
|
11852
11833
|
}, [
|
|
11853
11834
|
createElementVNode("img", {
|
|
11854
|
-
src:
|
|
11835
|
+
src: _ctx.config.logo_url,
|
|
11855
11836
|
alt: "claim power"
|
|
11856
11837
|
}, null, 8, _hoisted_1$w)
|
|
11857
11838
|
])) : createCommentVNode("", true);
|
|
@@ -11905,7 +11886,7 @@ var hasRequiredCore;
|
|
|
11905
11886
|
function requireCore() {
|
|
11906
11887
|
if (hasRequiredCore) return core.exports;
|
|
11907
11888
|
hasRequiredCore = 1;
|
|
11908
|
-
(function(module, exports
|
|
11889
|
+
(function(module, exports) {
|
|
11909
11890
|
(function(root, factory) {
|
|
11910
11891
|
{
|
|
11911
11892
|
module.exports = factory();
|
|
@@ -12512,7 +12493,7 @@ var hasRequiredEncBase64;
|
|
|
12512
12493
|
function requireEncBase64() {
|
|
12513
12494
|
if (hasRequiredEncBase64) return encBase64.exports;
|
|
12514
12495
|
hasRequiredEncBase64 = 1;
|
|
12515
|
-
(function(module, exports
|
|
12496
|
+
(function(module, exports) {
|
|
12516
12497
|
(function(root, factory) {
|
|
12517
12498
|
{
|
|
12518
12499
|
module.exports = factory(requireCore());
|
|
@@ -12619,7 +12600,7 @@ var hasRequiredMd5;
|
|
|
12619
12600
|
function requireMd5() {
|
|
12620
12601
|
if (hasRequiredMd5) return md5.exports;
|
|
12621
12602
|
hasRequiredMd5 = 1;
|
|
12622
|
-
(function(module, exports
|
|
12603
|
+
(function(module, exports) {
|
|
12623
12604
|
(function(root, factory) {
|
|
12624
12605
|
{
|
|
12625
12606
|
module.exports = factory(requireCore());
|
|
@@ -12798,7 +12779,7 @@ var hasRequiredSha1;
|
|
|
12798
12779
|
function requireSha1() {
|
|
12799
12780
|
if (hasRequiredSha1) return sha1.exports;
|
|
12800
12781
|
hasRequiredSha1 = 1;
|
|
12801
|
-
(function(module, exports
|
|
12782
|
+
(function(module, exports) {
|
|
12802
12783
|
(function(root, factory) {
|
|
12803
12784
|
{
|
|
12804
12785
|
module.exports = factory(requireCore());
|
|
@@ -12888,7 +12869,7 @@ var hasRequiredHmac;
|
|
|
12888
12869
|
function requireHmac() {
|
|
12889
12870
|
if (hasRequiredHmac) return hmac.exports;
|
|
12890
12871
|
hasRequiredHmac = 1;
|
|
12891
|
-
(function(module, exports
|
|
12872
|
+
(function(module, exports) {
|
|
12892
12873
|
(function(root, factory) {
|
|
12893
12874
|
{
|
|
12894
12875
|
module.exports = factory(requireCore());
|
|
@@ -12993,7 +12974,7 @@ var hasRequiredEvpkdf;
|
|
|
12993
12974
|
function requireEvpkdf() {
|
|
12994
12975
|
if (hasRequiredEvpkdf) return evpkdf.exports;
|
|
12995
12976
|
hasRequiredEvpkdf = 1;
|
|
12996
|
-
(function(module, exports
|
|
12977
|
+
(function(module, exports) {
|
|
12997
12978
|
(function(root, factory, undef) {
|
|
12998
12979
|
{
|
|
12999
12980
|
module.exports = factory(requireCore(), requireSha1(), requireHmac());
|
|
@@ -13083,7 +13064,7 @@ var hasRequiredCipherCore;
|
|
|
13083
13064
|
function requireCipherCore() {
|
|
13084
13065
|
if (hasRequiredCipherCore) return cipherCore.exports;
|
|
13085
13066
|
hasRequiredCipherCore = 1;
|
|
13086
|
-
(function(module, exports
|
|
13067
|
+
(function(module, exports) {
|
|
13087
13068
|
(function(root, factory, undef) {
|
|
13088
13069
|
{
|
|
13089
13070
|
module.exports = factory(requireCore(), requireEvpkdf());
|
|
@@ -13721,7 +13702,7 @@ function requireCipherCore() {
|
|
|
13721
13702
|
})(cipherCore);
|
|
13722
13703
|
return cipherCore.exports;
|
|
13723
13704
|
}
|
|
13724
|
-
(function(module, exports
|
|
13705
|
+
(function(module, exports) {
|
|
13725
13706
|
(function(root, factory, undef) {
|
|
13726
13707
|
{
|
|
13727
13708
|
module.exports = factory(requireCore(), requireEncBase64(), requireMd5(), requireEvpkdf(), requireCipherCore());
|
|
@@ -13870,7 +13851,7 @@ function requireCipherCore() {
|
|
|
13870
13851
|
var aesExports = aes.exports;
|
|
13871
13852
|
const AES = /* @__PURE__ */ getDefaultExportFromCjs(aesExports);
|
|
13872
13853
|
var padPkcs7 = { exports: {} };
|
|
13873
|
-
(function(module, exports
|
|
13854
|
+
(function(module, exports) {
|
|
13874
13855
|
(function(root, factory, undef) {
|
|
13875
13856
|
{
|
|
13876
13857
|
module.exports = factory(requireCore(), requireCipherCore());
|
|
@@ -13882,7 +13863,7 @@ var padPkcs7 = { exports: {} };
|
|
|
13882
13863
|
var padPkcs7Exports = padPkcs7.exports;
|
|
13883
13864
|
const Pkcs7 = /* @__PURE__ */ getDefaultExportFromCjs(padPkcs7Exports);
|
|
13884
13865
|
var encUtf8 = { exports: {} };
|
|
13885
|
-
(function(module, exports
|
|
13866
|
+
(function(module, exports) {
|
|
13886
13867
|
(function(root, factory) {
|
|
13887
13868
|
{
|
|
13888
13869
|
module.exports = factory(requireCore());
|
|
@@ -14481,7 +14462,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
14481
14462
|
return (_ctx, _cache) => {
|
|
14482
14463
|
return openBlock(), createBlock(GLink, {
|
|
14483
14464
|
variant: "text",
|
|
14484
|
-
class: normalizeClass(["g-toolbar-docs",
|
|
14465
|
+
class: normalizeClass(["g-toolbar-docs", _ctx.whiteColor ? "white" : "black"]),
|
|
14485
14466
|
href: unref(currentHelpDocsAiCommunityUrl)(),
|
|
14486
14467
|
target: "_blank"
|
|
14487
14468
|
}, {
|
|
@@ -14561,7 +14542,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
14561
14542
|
style: normalizeStyle({ "-webkit-line-clamp": (_b = finalConfig.value) == null ? void 0 : _b.line })
|
|
14562
14543
|
}, [
|
|
14563
14544
|
createVNode(unref(Tooltip), {
|
|
14564
|
-
position:
|
|
14545
|
+
position: _ctx.position,
|
|
14565
14546
|
disabled: !content.value || !((_c = finalConfig.value) == null ? void 0 : _c.tooltip),
|
|
14566
14547
|
content: content.value
|
|
14567
14548
|
}, {
|
|
@@ -14608,16 +14589,16 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
14608
14589
|
createElementVNode("div", _hoisted_2$o, [
|
|
14609
14590
|
createElementVNode("div", {
|
|
14610
14591
|
class: "flex items-center",
|
|
14611
|
-
title:
|
|
14592
|
+
title: _ctx.data.nickname
|
|
14612
14593
|
}, [
|
|
14613
14594
|
createElementVNode("a", {
|
|
14614
|
-
href: unref(transformUrl)((_a =
|
|
14595
|
+
href: unref(transformUrl)((_a = _ctx.data) == null ? void 0 : _a.userPath),
|
|
14615
14596
|
target: "_blank",
|
|
14616
14597
|
class: "user-info flex w-[48px] items-center linktx"
|
|
14617
14598
|
}, [
|
|
14618
14599
|
createVNode(_sfc_main$G, {
|
|
14619
|
-
name:
|
|
14620
|
-
src:
|
|
14600
|
+
name: _ctx.data.nickname,
|
|
14601
|
+
src: _ctx.data.avatar,
|
|
14621
14602
|
width: 32,
|
|
14622
14603
|
height: 32
|
|
14623
14604
|
}, null, 8, ["name", "src"])
|
|
@@ -14627,23 +14608,23 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
14627
14608
|
createElementVNode("div", _hoisted_5$d, [
|
|
14628
14609
|
createElementVNode("div", _hoisted_6$b, [
|
|
14629
14610
|
createVNode(GLink, {
|
|
14630
|
-
href: unref(transformUrl)(
|
|
14611
|
+
href: unref(transformUrl)(_ctx.data.url),
|
|
14631
14612
|
target: "_blank",
|
|
14632
|
-
class: normalizeClass(["message-item-content cursor-pointer", { "text-light":
|
|
14613
|
+
class: normalizeClass(["message-item-content cursor-pointer", { "text-light": _ctx.data.read }]),
|
|
14633
14614
|
onClick: _cache[0] || (_cache[0] = ($event) => emits("trigger"))
|
|
14634
14615
|
}, {
|
|
14635
14616
|
default: withCtx(() => [
|
|
14636
14617
|
createVNode(GText, { class: "devui-link linktx" }, {
|
|
14637
14618
|
default: withCtx(() => [
|
|
14638
|
-
|
|
14619
|
+
_ctx.data.vHtml ? (openBlock(), createElementBlock("div", {
|
|
14639
14620
|
key: 0,
|
|
14640
|
-
title:
|
|
14641
|
-
innerHTML: unref(xssPurify)(
|
|
14621
|
+
title: _ctx.data.title,
|
|
14622
|
+
innerHTML: unref(xssPurify)(_ctx.data.title) || "",
|
|
14642
14623
|
class: "overflow-hidden"
|
|
14643
14624
|
}, null, 8, _hoisted_7$8)) : (openBlock(), createElementBlock("span", {
|
|
14644
14625
|
key: 1,
|
|
14645
|
-
title:
|
|
14646
|
-
}, toDisplayString$1(
|
|
14626
|
+
title: _ctx.data.title
|
|
14627
|
+
}, toDisplayString$1(_ctx.data.title || "-"), 9, _hoisted_8$7))
|
|
14647
14628
|
]),
|
|
14648
14629
|
_: 1
|
|
14649
14630
|
})
|
|
@@ -14653,21 +14634,21 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
14653
14634
|
createElementVNode("div", _hoisted_9$5, [
|
|
14654
14635
|
createVNode(GText, null, {
|
|
14655
14636
|
default: withCtx(() => [
|
|
14656
|
-
createTextVNode(toDisplayString$1(
|
|
14637
|
+
createTextVNode(toDisplayString$1(_ctx.data.repo), 1)
|
|
14657
14638
|
]),
|
|
14658
14639
|
_: 1
|
|
14659
14640
|
}),
|
|
14660
|
-
_cache[1] || (_cache[1] = createTextVNode(" "
|
|
14641
|
+
_cache[1] || (_cache[1] = createTextVNode(" ")),
|
|
14661
14642
|
createVNode(GText, { class: "message-type-text" }, {
|
|
14662
14643
|
default: withCtx(() => [
|
|
14663
|
-
createTextVNode(toDisplayString$1(
|
|
14644
|
+
createTextVNode(toDisplayString$1(_ctx.data.type || "-"), 1)
|
|
14664
14645
|
]),
|
|
14665
14646
|
_: 1
|
|
14666
14647
|
})
|
|
14667
14648
|
])
|
|
14668
14649
|
])
|
|
14669
14650
|
]),
|
|
14670
|
-
createElementVNode("div", _hoisted_10$5, toDisplayString$1(unref(formatTimeFromNow)(
|
|
14651
|
+
createElementVNode("div", _hoisted_10$5, toDisplayString$1(unref(formatTimeFromNow)(_ctx.data.time)), 1)
|
|
14671
14652
|
]);
|
|
14672
14653
|
};
|
|
14673
14654
|
}
|
|
@@ -15040,14 +15021,14 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
15040
15021
|
class: normalizeClass(["message-content-header-item mr-[8px]", { active: mentionSubTab.value === "project" }]),
|
|
15041
15022
|
onClick: _cache[2] || (_cache[2] = ($event) => switchMentionSubTab("project"))
|
|
15042
15023
|
}, [
|
|
15043
|
-
_cache[6] || (_cache[6] = createTextVNode(" 项目相关 "
|
|
15024
|
+
_cache[6] || (_cache[6] = createTextVNode(" 项目相关 ")),
|
|
15044
15025
|
mentionSubTabCount.value.project > 0 ? (openBlock(), createElementBlock("span", _hoisted_7$7, toDisplayString$1(mentionSubTabCount.value.project), 1)) : createCommentVNode("", true)
|
|
15045
15026
|
], 2),
|
|
15046
15027
|
createElementVNode("div", {
|
|
15047
15028
|
class: normalizeClass(["message-content-header-item", { active: mentionSubTab.value === "discussion" }]),
|
|
15048
15029
|
onClick: _cache[3] || (_cache[3] = ($event) => switchMentionSubTab("discussion"))
|
|
15049
15030
|
}, [
|
|
15050
|
-
_cache[7] || (_cache[7] = createTextVNode(" 在线讨论 "
|
|
15031
|
+
_cache[7] || (_cache[7] = createTextVNode(" 在线讨论 ")),
|
|
15051
15032
|
mentionSubTabCount.value.discussion > 0 ? (openBlock(), createElementBlock("span", _hoisted_8$6, toDisplayString$1(mentionSubTabCount.value.discussion), 1)) : createCommentVNode("", true)
|
|
15052
15033
|
], 2)
|
|
15053
15034
|
])) : createCommentVNode("", true),
|
|
@@ -15566,14 +15547,14 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
15566
15547
|
}, [
|
|
15567
15548
|
createVNode(GLink, {
|
|
15568
15549
|
class: "g-user-drawer-info pl-[32px] pr-[16px] cursor-pointer",
|
|
15569
|
-
href: `${unref(layoutConfig2).VITE_HOST}/${
|
|
15550
|
+
href: `${unref(layoutConfig2).VITE_HOST}/${_ctx.accountInfo.username}`,
|
|
15570
15551
|
key: "myPage",
|
|
15571
|
-
target:
|
|
15552
|
+
target: _ctx.isChatBot ? "_blank" : ""
|
|
15572
15553
|
}, {
|
|
15573
15554
|
default: withCtx(() => [
|
|
15574
15555
|
createVNode(_sfc_main$G, {
|
|
15575
|
-
name:
|
|
15576
|
-
src:
|
|
15556
|
+
name: _ctx.accountInfo.nickname,
|
|
15557
|
+
src: _ctx.accountInfo.avatar,
|
|
15577
15558
|
width: 52,
|
|
15578
15559
|
height: 52
|
|
15579
15560
|
}, null, 8, ["name", "src"]),
|
|
@@ -15581,12 +15562,12 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
15581
15562
|
createElementVNode("div", _hoisted_2$k, [
|
|
15582
15563
|
createElementVNode("p", {
|
|
15583
15564
|
class: "g-user-drawer-info-list-name ellipsis",
|
|
15584
|
-
title:
|
|
15585
|
-
}, toDisplayString$1(
|
|
15565
|
+
title: _ctx.accountInfo.nickname
|
|
15566
|
+
}, toDisplayString$1(_ctx.accountInfo.nickname), 9, _hoisted_3$j),
|
|
15586
15567
|
createElementVNode("p", {
|
|
15587
15568
|
class: "g-user-drawer-info-list-id ellipsis",
|
|
15588
|
-
title:
|
|
15589
|
-
}, "@" + toDisplayString$1(
|
|
15569
|
+
title: _ctx.accountInfo.username
|
|
15570
|
+
}, "@" + toDisplayString$1(_ctx.accountInfo.username), 9, _hoisted_4$e)
|
|
15590
15571
|
]),
|
|
15591
15572
|
createVNode(GIcon, {
|
|
15592
15573
|
name: "gt-line-right",
|
|
@@ -15596,13 +15577,13 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
15596
15577
|
]),
|
|
15597
15578
|
_: 1
|
|
15598
15579
|
}, 8, ["href", "target"]),
|
|
15599
|
-
!
|
|
15580
|
+
!_ctx.inAIHub ? (openBlock(), createBlock(UserLevel, {
|
|
15600
15581
|
key: 0,
|
|
15601
|
-
accountInfo:
|
|
15582
|
+
accountInfo: _ctx.accountInfo
|
|
15602
15583
|
}, null, 8, ["accountInfo"])) : createCommentVNode("", true),
|
|
15603
15584
|
(openBlock(true), createElementBlock(Fragment, null, renderList(userMenuList.value, (block, index2) => {
|
|
15604
15585
|
return openBlock(), createElementBlock("div", {
|
|
15605
|
-
class: normalizeClass(["g-user-drawer-block", { "!pt-[0px]": index2 === 0 &&
|
|
15586
|
+
class: normalizeClass(["g-user-drawer-block", { "!pt-[0px]": index2 === 0 && _ctx.inAIHub }]),
|
|
15606
15587
|
key: index2
|
|
15607
15588
|
}, [
|
|
15608
15589
|
block.component ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
@@ -15618,7 +15599,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
15618
15599
|
key: item.id
|
|
15619
15600
|
}, { ref_for: true }, item, {
|
|
15620
15601
|
onClick: ($event) => handleClick(item),
|
|
15621
|
-
target:
|
|
15602
|
+
target: _ctx.isChatBot && !item.action ? "_blank" : item.target || ""
|
|
15622
15603
|
}), {
|
|
15623
15604
|
default: withCtx(() => [
|
|
15624
15605
|
item.icon ? (openBlock(), createBlock(GIcon, {
|
|
@@ -15794,9 +15775,9 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15794
15775
|
name: accountInfo.value.nickname,
|
|
15795
15776
|
src: unref(transformUrl)(accountInfo.value.avatar)
|
|
15796
15777
|
}, null, 8, ["name", "src"]),
|
|
15797
|
-
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_2$j,
|
|
15778
|
+
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_2$j, _cache[4] || (_cache[4] = [
|
|
15798
15779
|
createElementVNode("div", null, null, -1)
|
|
15799
|
-
])
|
|
15780
|
+
]))) : createCommentVNode("", true)
|
|
15800
15781
|
])
|
|
15801
15782
|
])) : (openBlock(), createBlock(unref(Dropdown), {
|
|
15802
15783
|
key: 1,
|
|
@@ -15809,13 +15790,13 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15809
15790
|
menu: withCtx(() => [
|
|
15810
15791
|
createElementVNode("div", _hoisted_5$9, [
|
|
15811
15792
|
createVNode(UserAvatarMenu, {
|
|
15812
|
-
independence:
|
|
15813
|
-
loginOutFinish:
|
|
15793
|
+
independence: _ctx.independence,
|
|
15794
|
+
loginOutFinish: _ctx.loginOutFinish,
|
|
15814
15795
|
accountInfo: accountInfo.value,
|
|
15815
|
-
isChatBot:
|
|
15816
|
-
inAIHub:
|
|
15817
|
-
userMenus:
|
|
15818
|
-
inEnterpriseHeader:
|
|
15796
|
+
isChatBot: _ctx.isChatBot,
|
|
15797
|
+
inAIHub: _ctx.inAIHub,
|
|
15798
|
+
userMenus: _ctx.userMenus,
|
|
15799
|
+
inEnterpriseHeader: _ctx.inEnterpriseHeader,
|
|
15819
15800
|
onLinkClick: resetOverflow
|
|
15820
15801
|
}, null, 8, ["independence", "loginOutFinish", "accountInfo", "isChatBot", "inAIHub", "userMenus", "inEnterpriseHeader"])
|
|
15821
15802
|
])
|
|
@@ -15826,9 +15807,9 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15826
15807
|
name: accountInfo.value.nickname,
|
|
15827
15808
|
src: unref(transformUrl)(accountInfo.value.avatar)
|
|
15828
15809
|
}, null, 8, ["name", "src"]),
|
|
15829
|
-
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_4$d,
|
|
15810
|
+
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_4$d, _cache[5] || (_cache[5] = [
|
|
15830
15811
|
createElementVNode("div", null, null, -1)
|
|
15831
|
-
])
|
|
15812
|
+
]))) : createCommentVNode("", true)
|
|
15832
15813
|
])
|
|
15833
15814
|
]),
|
|
15834
15815
|
_: 1
|
|
@@ -15851,13 +15832,13 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15851
15832
|
})
|
|
15852
15833
|
]),
|
|
15853
15834
|
createVNode(UserAvatarMenu, {
|
|
15854
|
-
independence:
|
|
15855
|
-
loginOutFinish:
|
|
15835
|
+
independence: _ctx.independence,
|
|
15836
|
+
loginOutFinish: _ctx.loginOutFinish,
|
|
15856
15837
|
accountInfo: accountInfo.value,
|
|
15857
|
-
isChatBot:
|
|
15858
|
-
inAIHub:
|
|
15859
|
-
userMenus:
|
|
15860
|
-
inEnterpriseHeader:
|
|
15838
|
+
isChatBot: _ctx.isChatBot,
|
|
15839
|
+
inAIHub: _ctx.inAIHub,
|
|
15840
|
+
userMenus: _ctx.userMenus,
|
|
15841
|
+
inEnterpriseHeader: _ctx.inEnterpriseHeader,
|
|
15861
15842
|
onClick: _cache[2] || (_cache[2] = ($event) => drawerVisible.value = false),
|
|
15862
15843
|
onLinkClick: resetOverflow
|
|
15863
15844
|
}, null, 8, ["independence", "loginOutFinish", "accountInfo", "isChatBot", "inAIHub", "userMenus", "inEnterpriseHeader"])
|
|
@@ -16284,7 +16265,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
16284
16265
|
ref_key: "nativeRef",
|
|
16285
16266
|
ref: nativeRef,
|
|
16286
16267
|
class: "devui-input__inner hl-search-input__native",
|
|
16287
|
-
value:
|
|
16268
|
+
value: _ctx.modelValue
|
|
16288
16269
|
}, inputAttrs.value, { onInput }), null, 16, _hoisted_2$i)
|
|
16289
16270
|
], 512),
|
|
16290
16271
|
_ctx.$slots.suffix ? (openBlock(), createElementBlock("div", _hoisted_3$h, [
|
|
@@ -16316,12 +16297,12 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16316
16297
|
setup(__props) {
|
|
16317
16298
|
const layoutConfig2 = useLayoutConfig();
|
|
16318
16299
|
const { t: $t } = i18n.global;
|
|
16319
|
-
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-
|
|
16320
|
-
const UserSearch = defineAsyncComponent(() => import("./UserSearch-
|
|
16321
|
-
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-
|
|
16322
|
-
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-
|
|
16323
|
-
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-
|
|
16324
|
-
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-
|
|
16300
|
+
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-DzgOeB30.js"));
|
|
16301
|
+
const UserSearch = defineAsyncComponent(() => import("./UserSearch-Cr95sg96.js"));
|
|
16302
|
+
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-Bpe-bKK5.js"));
|
|
16303
|
+
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-BR9RQJgU.js"));
|
|
16304
|
+
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-Zu4-ODNG.js"));
|
|
16305
|
+
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-DSWxY-w3.js"));
|
|
16325
16306
|
const props = __props;
|
|
16326
16307
|
const repoInfo = inject("repoInfo");
|
|
16327
16308
|
const orgInfo = inject("orgInfo");
|
|
@@ -16787,18 +16768,10 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16787
16768
|
e.preventDefault();
|
|
16788
16769
|
}
|
|
16789
16770
|
});
|
|
16790
|
-
const MOCK_HOT_WORDS = [
|
|
16791
|
-
{ content: "DeepSeek-R1", url: "https://gitcode.com/search?q=DeepSeek-R1&type=repo" },
|
|
16792
|
-
{ content: "openEuler", url: "https://gitcode.com/search?q=openEuler&type=repo" },
|
|
16793
|
-
{ content: "HarmonyOS", url: "https://gitcode.com/search?q=HarmonyOS&type=repo" },
|
|
16794
|
-
{ content: "昇腾 CANN", url: "https://gitcode.com/search?q=CANN&type=repo" },
|
|
16795
|
-
{ content: "Qwen2.5", url: "https://gitcode.com/search?q=Qwen2.5&type=model" }
|
|
16796
|
-
];
|
|
16797
16771
|
const getSearchHot = async () => {
|
|
16798
|
-
var _a;
|
|
16799
16772
|
try {
|
|
16800
16773
|
const res = await API.getSearchHot();
|
|
16801
|
-
searchHotWords.value =
|
|
16774
|
+
searchHotWords.value = res == null ? void 0 : res.data;
|
|
16802
16775
|
} catch (error) {
|
|
16803
16776
|
searchHotWords.value = [];
|
|
16804
16777
|
}
|
|
@@ -16851,9 +16824,9 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16851
16824
|
});
|
|
16852
16825
|
return (_ctx, _cache) => {
|
|
16853
16826
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
16854
|
-
!
|
|
16827
|
+
!_ctx.inAIHub ? (openBlock(), createElementBlock("div", {
|
|
16855
16828
|
key: 0,
|
|
16856
|
-
class: normalizeClass([isFocus.value ? "focusSearch" : { "left-search": true }, Boolean(
|
|
16829
|
+
class: normalizeClass([isFocus.value ? "focusSearch" : { "left-search": true }, Boolean(_ctx.isShowStickyNotice) ? "focusSearch-sticky-notice" : ""]),
|
|
16857
16830
|
onClick: _cache[6] || (_cache[6] = withModifiers(() => {
|
|
16858
16831
|
}, ["stop"]))
|
|
16859
16832
|
}, [
|
|
@@ -16866,7 +16839,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16866
16839
|
createVNode(unref(Dropdown), {
|
|
16867
16840
|
align: "start",
|
|
16868
16841
|
position: ["bottom", "bottom-start"],
|
|
16869
|
-
"overlay-class":
|
|
16842
|
+
"overlay-class": _ctx.isShowStickyNotice ? "history-box-sticky-notice history-box" : "history-box",
|
|
16870
16843
|
trigger: "manually",
|
|
16871
16844
|
visible: dropDownVisible.value,
|
|
16872
16845
|
"close-scope": "none",
|
|
@@ -17003,7 +16976,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
17003
16976
|
_: 3
|
|
17004
16977
|
}, 8, ["overlay-class", "visible"])
|
|
17005
16978
|
], 2)) : createCommentVNode("", true),
|
|
17006
|
-
|
|
16979
|
+
_ctx.inAIHub ? (openBlock(), createElementBlock("div", _hoisted_6$7, [
|
|
17007
16980
|
createVNode(unref(Input), {
|
|
17008
16981
|
placeholder: unref($t)("gitCodeLayout.home.searchPlaceholder"),
|
|
17009
16982
|
onKeydown: withKeys(searchResult, ["enter"]),
|
|
@@ -17150,7 +17123,7 @@ const autoAvokeLogin = ({ isLogin, loginFunc, openHarmonyGuide, loginSuccess, lo
|
|
|
17150
17123
|
loginFunc({ type: "login", triggerType: "", loginTriggerSource: "router_login_auth", ...loginFuncOpts }, loginSuccess, openHarmonyGuide);
|
|
17151
17124
|
}
|
|
17152
17125
|
};
|
|
17153
|
-
const NoticeModal = defineAsyncComponent(() => import("./notice-
|
|
17126
|
+
const NoticeModal = defineAsyncComponent(() => import("./notice-D6U_StJW.js"));
|
|
17154
17127
|
function clearNotice() {
|
|
17155
17128
|
if (localStorage$2.getItem("validator_email")) {
|
|
17156
17129
|
localStorage$2.removeItem("validator_email");
|
|
@@ -17236,6 +17209,27 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17236
17209
|
}));
|
|
17237
17210
|
const layoutConfig2 = useLayoutConfig();
|
|
17238
17211
|
const route = useRoute();
|
|
17212
|
+
const router2 = useRouter();
|
|
17213
|
+
async function handleLogoClick(e) {
|
|
17214
|
+
if (e.metaKey || e.ctrlKey || e.shiftKey || e.button !== 0) return;
|
|
17215
|
+
let href;
|
|
17216
|
+
try {
|
|
17217
|
+
href = router2.resolve({ name: "home" }).href;
|
|
17218
|
+
} catch {
|
|
17219
|
+
return;
|
|
17220
|
+
}
|
|
17221
|
+
e.preventDefault();
|
|
17222
|
+
try {
|
|
17223
|
+
const migrated = await isMigratedHref(href);
|
|
17224
|
+
if (migrated) {
|
|
17225
|
+
window.open(href, "_self");
|
|
17226
|
+
} else {
|
|
17227
|
+
router2.push({ name: "home" });
|
|
17228
|
+
}
|
|
17229
|
+
} catch {
|
|
17230
|
+
router2.push({ name: "home" });
|
|
17231
|
+
}
|
|
17232
|
+
}
|
|
17239
17233
|
const props = __props;
|
|
17240
17234
|
console.log("props.bgConfig", props.bgConfig);
|
|
17241
17235
|
const { useReport: useReport2 } = useRequestReport(props.request, props.globalStore);
|
|
@@ -17583,7 +17577,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17583
17577
|
style: normalizeStyle({ height: `${unref(height)}px` })
|
|
17584
17578
|
}, [
|
|
17585
17579
|
createElementVNode("div", {
|
|
17586
|
-
class: normalizeClass(["g-header allow-click-stop fixed z-[21] bg-[var(--theme-default-bg)]", [inAIHub.value ? "ai-hub border-b border-gray-100 " : "", isHome.value && showHeaderShadow.value ? "head-shadow" : "",
|
|
17580
|
+
class: normalizeClass(["g-header allow-click-stop fixed z-[21] bg-[var(--theme-default-bg)]", [inAIHub.value ? "ai-hub border-b border-gray-100 " : "", isHome.value && showHeaderShadow.value ? "head-shadow" : "", _ctx.headerBorder ? "oldBorder" : "", headerClassName.value, isIndexHead.value && !showHeaderShadow.value ? "bg-transparent" : ""]]),
|
|
17587
17581
|
ref_key: "headerRef",
|
|
17588
17582
|
ref: headerRef,
|
|
17589
17583
|
style: normalizeStyle(detailBgStyle.value)
|
|
@@ -17621,17 +17615,18 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17621
17615
|
class: "cursor-pointer hover:!text-[var(--theme-stress-text)] g-toolbar-left-asideicon",
|
|
17622
17616
|
color: "var(--theme-aide-text)"
|
|
17623
17617
|
})) : createCommentVNode("", true),
|
|
17624
|
-
showNameAndIcon.value &&
|
|
17618
|
+
showNameAndIcon.value && _ctx.independence || inAIHub.value ? (openBlock(), createBlock(GLink, {
|
|
17625
17619
|
key: 1,
|
|
17626
17620
|
class: normalizeClass(["g-toolbar-left-logo", [inAIHub.value ? "ai-logo" : ""]]),
|
|
17627
17621
|
style: normalizeStyle(logoStyle.value),
|
|
17628
17622
|
href: inAIHub.value ? `${unref(layoutConfig2).VITE_AI_HOST}` : `${unref(layoutConfig2).VITE_HOST}?p=seo`
|
|
17629
17623
|
}, null, 8, ["class", "style", "href"])) : createCommentVNode("", true),
|
|
17630
|
-
showNameAndIcon.value && !
|
|
17624
|
+
showNameAndIcon.value && !_ctx.independence ? (openBlock(), createBlock(GLink, {
|
|
17631
17625
|
key: 2,
|
|
17632
17626
|
class: normalizeClass(["g-toolbar-left-logo", [inAIHub.value ? "ai-logo" : ""]]),
|
|
17633
17627
|
style: normalizeStyle(logoStyle.value),
|
|
17634
|
-
to: { name: "home" }
|
|
17628
|
+
to: { name: "home" },
|
|
17629
|
+
onClickCapture: handleLogoClick
|
|
17635
17630
|
}, null, 8, ["class", "style"])) : createCommentVNode("", true)
|
|
17636
17631
|
]),
|
|
17637
17632
|
isModuleVisible(unref(HeaderDisplayItem).CUSTOM_CONTENT) ? (openBlock(), createElementBlock("div", {
|
|
@@ -17640,12 +17635,12 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17640
17635
|
}, [
|
|
17641
17636
|
_ctx.$slots.headerCustom ? renderSlot(_ctx.$slots, "headerCustom", { key: 0 }, void 0, true) : isModuleVisible(unref(HeaderDisplayItem).CUSTOM_CONTENT) && !showNameAndIcon.value ? (openBlock(), createBlock(HeaderCustom, {
|
|
17642
17637
|
key: 1,
|
|
17643
|
-
scene:
|
|
17644
|
-
isLogin:
|
|
17645
|
-
errorCode: (_a2 =
|
|
17646
|
-
orgProps: (_b =
|
|
17647
|
-
repoProps: (_c =
|
|
17648
|
-
userProps: (_d =
|
|
17638
|
+
scene: _ctx.sceneValue,
|
|
17639
|
+
isLogin: _ctx.isLogin,
|
|
17640
|
+
errorCode: (_a2 = _ctx.headerCustomProps) == null ? void 0 : _a2.errorCode,
|
|
17641
|
+
orgProps: (_b = _ctx.headerCustomProps) == null ? void 0 : _b.orgProps,
|
|
17642
|
+
repoProps: (_c = _ctx.headerCustomProps) == null ? void 0 : _c.repoProps,
|
|
17643
|
+
userProps: (_d = _ctx.headerCustomProps) == null ? void 0 : _d.userProps,
|
|
17649
17644
|
onFollowDevCommunity: _cache[1] || (_cache[1] = ($event) => emit("followDevCommunity", $event)),
|
|
17650
17645
|
onFollowUser: _cache[2] || (_cache[2] = ($event) => emit("followUser"))
|
|
17651
17646
|
}, {
|
|
@@ -17664,7 +17659,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17664
17659
|
(openBlock(), createBlock(Search, {
|
|
17665
17660
|
inAIHub: inAIHub.value,
|
|
17666
17661
|
key: _ctx.$route.fullPath,
|
|
17667
|
-
sceneValue:
|
|
17662
|
+
sceneValue: _ctx.sceneValue,
|
|
17668
17663
|
isShowStickyNotice: isShowStickyNoticeByClose.value
|
|
17669
17664
|
}, {
|
|
17670
17665
|
searchRecommend: withCtx(() => [
|
|
@@ -17684,7 +17679,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17684
17679
|
createVNode(ClaimPower, { config: claimPowerConfig.value }, null, 8, ["config"]),
|
|
17685
17680
|
isModuleVisible(unref(HeaderDisplayItem).OPERATION_ENTRY) ? (openBlock(), createBlock(OperationEntry, { key: 0 })) : createCommentVNode("", true)
|
|
17686
17681
|
]),
|
|
17687
|
-
!
|
|
17682
|
+
!_ctx.isLogin ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17688
17683
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17689
17684
|
unref(isMobile) ? (openBlock(), createElementBlock("section", {
|
|
17690
17685
|
key: 0,
|
|
@@ -17730,10 +17725,10 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17730
17725
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createBlock(UserAvatar, {
|
|
17731
17726
|
key: 3,
|
|
17732
17727
|
isChatBot: isChatBot.value,
|
|
17733
|
-
loginOutFinish:
|
|
17728
|
+
loginOutFinish: _ctx.loginOutFinish,
|
|
17734
17729
|
inAIHub: inAIHub.value,
|
|
17735
|
-
independence:
|
|
17736
|
-
userMenus:
|
|
17730
|
+
independence: _ctx.independence,
|
|
17731
|
+
userMenus: _ctx.userMenus
|
|
17737
17732
|
}, null, 8, ["isChatBot", "loginOutFinish", "inAIHub", "independence", "userMenus"])) : createCommentVNode("", true)
|
|
17738
17733
|
], 64))
|
|
17739
17734
|
], 2)
|
|
@@ -17991,21 +17986,21 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
17991
17986
|
createElementVNode("div", {
|
|
17992
17987
|
ref_key: "headerRef",
|
|
17993
17988
|
ref: headerRef,
|
|
17994
|
-
class: normalizeClass(["g-header allow-click-stop fixed z-[21] bg-[var(--theme-default-bg)]", [showHeaderShadow.value ? "head-shadow" : "",
|
|
17989
|
+
class: normalizeClass(["g-header allow-click-stop fixed z-[21] bg-[var(--theme-default-bg)]", [showHeaderShadow.value ? "head-shadow" : "", _ctx.headerBorder ? "oldBorder" : "", headerClassName.value]])
|
|
17995
17990
|
}, [
|
|
17996
17991
|
createVNode(SiteAnnouncement),
|
|
17997
17992
|
withDirectives((openBlock(), createElementBlock("div", _hoisted_1$j, [
|
|
17998
17993
|
createElementVNode("div", _hoisted_2$e, [
|
|
17999
17994
|
createElementVNode("div", _hoisted_3$d, [
|
|
18000
17995
|
createVNode(_sfc_main$G, {
|
|
18001
|
-
src: (_a2 =
|
|
18002
|
-
name: (_b =
|
|
17996
|
+
src: (_a2 = _ctx.enterpriseInfo) == null ? void 0 : _a2.avatar,
|
|
17997
|
+
name: (_b = _ctx.enterpriseInfo) == null ? void 0 : _b.name,
|
|
18003
17998
|
isRound: false,
|
|
18004
17999
|
width: 32,
|
|
18005
18000
|
height: 32,
|
|
18006
18001
|
class: "enterprise-avatar"
|
|
18007
18002
|
}, null, 8, ["src", "name"]),
|
|
18008
|
-
createElementVNode("span", _hoisted_4$9, toDisplayString$1((_c =
|
|
18003
|
+
createElementVNode("span", _hoisted_4$9, toDisplayString$1((_c = _ctx.enterpriseInfo) == null ? void 0 : _c.name), 1),
|
|
18009
18004
|
createElementVNode("span", _hoisted_5$5, toDisplayString$1(unref(t2)("gitCodeLayout.header.enterpriseFlag")), 1)
|
|
18010
18005
|
])
|
|
18011
18006
|
]),
|
|
@@ -18028,7 +18023,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
18028
18023
|
], true) : createCommentVNode("", true)
|
|
18029
18024
|
]),
|
|
18030
18025
|
createElementVNode("div", _hoisted_7$3, [
|
|
18031
|
-
!
|
|
18026
|
+
!_ctx.isLogin ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
18032
18027
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
18033
18028
|
unref(isMobile) ? (openBlock(), createElementBlock("section", {
|
|
18034
18029
|
key: 0,
|
|
@@ -18089,10 +18084,10 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
18089
18084
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createBlock(UserAvatar, {
|
|
18090
18085
|
key: 2,
|
|
18091
18086
|
isChatBot: false,
|
|
18092
|
-
loginOutFinish:
|
|
18087
|
+
loginOutFinish: _ctx.loginOutFinish,
|
|
18093
18088
|
inAIHub: false,
|
|
18094
|
-
independence:
|
|
18095
|
-
userMenus:
|
|
18089
|
+
independence: _ctx.independence,
|
|
18090
|
+
userMenus: _ctx.userMenus,
|
|
18096
18091
|
inEnterpriseHeader: true
|
|
18097
18092
|
}, null, 8, ["loginOutFinish", "independence", "userMenus"])) : createCommentVNode("", true)
|
|
18098
18093
|
], 64))
|
|
@@ -18338,9 +18333,9 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
18338
18333
|
const layoutConfig2 = useLayoutConfig();
|
|
18339
18334
|
const { t: t2 } = i18n.global;
|
|
18340
18335
|
const route = useRoute();
|
|
18341
|
-
const MenuItem = defineAsyncComponent(() => import("./MenuItem-
|
|
18342
|
-
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-
|
|
18343
|
-
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-
|
|
18336
|
+
const MenuItem = defineAsyncComponent(() => import("./MenuItem-3U4xO3bp.js"));
|
|
18337
|
+
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-BjAOSYlF.js"));
|
|
18338
|
+
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-DyDWnsoz.js"));
|
|
18344
18339
|
const props = __props;
|
|
18345
18340
|
const useReport2 = inject("useReport");
|
|
18346
18341
|
const userInfo = inject("userInfo");
|
|
@@ -18555,9 +18550,9 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
18555
18550
|
(openBlock(true), createElementBlock(Fragment, null, renderList(filterList.value, (item) => {
|
|
18556
18551
|
return openBlock(), createBlock(resolveDynamicComponent(renderComponent(item)), mergeProps({
|
|
18557
18552
|
key: item.id,
|
|
18558
|
-
isLogin:
|
|
18553
|
+
isLogin: _ctx.isLogin,
|
|
18559
18554
|
item,
|
|
18560
|
-
slotKeys:
|
|
18555
|
+
slotKeys: _ctx.slotKeys
|
|
18561
18556
|
}, { ref_for: true }, getProps(item)), createSlots({ _: 2 }, [
|
|
18562
18557
|
renderList(mainSiteSlotKeys.value, (key) => {
|
|
18563
18558
|
return {
|
|
@@ -18579,9 +18574,9 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
18579
18574
|
}, {
|
|
18580
18575
|
default: withCtx(() => [
|
|
18581
18576
|
(openBlock(), createBlock(resolveDynamicComponent(LayoutSlotComponent(key)), mergeProps({ ref_for: true }, getProps(item), {
|
|
18582
|
-
slotKeys:
|
|
18577
|
+
slotKeys: _ctx.slotKeys,
|
|
18583
18578
|
item,
|
|
18584
|
-
isLogin:
|
|
18579
|
+
isLogin: _ctx.isLogin
|
|
18585
18580
|
}), null, 16, ["slotKeys", "item", "isLogin"]))
|
|
18586
18581
|
]),
|
|
18587
18582
|
_: 2
|
|
@@ -18674,17 +18669,17 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
18674
18669
|
withDirectives(createElementVNode("div", _hoisted_2$b, [
|
|
18675
18670
|
createVNode(_sfc_main$k)
|
|
18676
18671
|
], 512), [
|
|
18677
|
-
[vShow,
|
|
18672
|
+
[vShow, _ctx.showThemeSetting]
|
|
18678
18673
|
]),
|
|
18679
18674
|
withDirectives(createElementVNode("div", _hoisted_3$b, [
|
|
18680
18675
|
createVNode(_sfc_main$u)
|
|
18681
18676
|
], 512), [
|
|
18682
|
-
[vShow,
|
|
18677
|
+
[vShow, _ctx.showLangSetting]
|
|
18683
18678
|
])
|
|
18684
18679
|
]),
|
|
18685
18680
|
default: withCtx(() => [
|
|
18686
18681
|
createElementVNode("div", {
|
|
18687
|
-
class: normalizeClass(["aside-footer-tools-item", { "aside-footer-tools-item-little":
|
|
18682
|
+
class: normalizeClass(["aside-footer-tools-item", { "aside-footer-tools-item-little": _ctx.asideSetShowLittle }])
|
|
18688
18683
|
}, [
|
|
18689
18684
|
createVNode(GIcon, {
|
|
18690
18685
|
name: "gt-line-setting",
|
|
@@ -18858,7 +18853,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
18858
18853
|
target: "_blank",
|
|
18859
18854
|
rel: "noopener noreferrer"
|
|
18860
18855
|
}, "CSDN", -1)),
|
|
18861
|
-
_cache[2] || (_cache[2] = createTextVNode(" | "
|
|
18856
|
+
_cache[2] || (_cache[2] = createTextVNode(" | ")),
|
|
18862
18857
|
createElementVNode("a", _hoisted_8$2, toDisplayString$1(unref(t2)("gitCodeLayout.home.HWCloud")), 1)
|
|
18863
18858
|
], 2),
|
|
18864
18859
|
createElementVNode("p", _hoisted_9$2, [
|
|
@@ -18871,7 +18866,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
18871
18866
|
]),
|
|
18872
18867
|
_: 1
|
|
18873
18868
|
}, 8, ["href"]),
|
|
18874
|
-
_cache[3] || (_cache[3] = createTextVNode(" | "
|
|
18869
|
+
_cache[3] || (_cache[3] = createTextVNode(" | ")),
|
|
18875
18870
|
createVNode(GLink, {
|
|
18876
18871
|
target: "_blank",
|
|
18877
18872
|
href: unref(copyright).beian_url
|
|
@@ -19034,11 +19029,11 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
19034
19029
|
});
|
|
19035
19030
|
return (_ctx, _cache) => {
|
|
19036
19031
|
return openBlock(), createBlock(unref(Aside), {
|
|
19037
|
-
class: normalizeClass(["config-aside-content", { "side-bar-content-shot":
|
|
19032
|
+
class: normalizeClass(["config-aside-content", { "side-bar-content-shot": _ctx.asideSetShowLittle }])
|
|
19038
19033
|
}, {
|
|
19039
19034
|
default: withCtx(() => [
|
|
19040
19035
|
createElementVNode("div", {
|
|
19041
|
-
class: normalizeClass(["config-aside__content", { "side-bar-content-shot":
|
|
19036
|
+
class: normalizeClass(["config-aside__content", { "side-bar-content-shot": _ctx.asideSetShowLittle, "shot-isCh": !unref(isEn) }])
|
|
19042
19037
|
}, [
|
|
19043
19038
|
withDirectives((openBlock(), createElementBlock("div", _hoisted_1$e, [
|
|
19044
19039
|
createElementVNode("div", {
|
|
@@ -19058,10 +19053,10 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
19058
19053
|
}, [
|
|
19059
19054
|
createVNode(Area, {
|
|
19060
19055
|
list: getAreaItem(item),
|
|
19061
|
-
isLogin:
|
|
19056
|
+
isLogin: _ctx.isLogin,
|
|
19062
19057
|
slotKeys: layoutSlotKeys.value,
|
|
19063
|
-
sceneValue:
|
|
19064
|
-
asideSetShowLittle:
|
|
19058
|
+
sceneValue: _ctx.sceneValue,
|
|
19059
|
+
asideSetShowLittle: _ctx.asideSetShowLittle
|
|
19065
19060
|
}, createSlots({ _: 2 }, [
|
|
19066
19061
|
renderList(layoutSlotKeys.value, (key) => {
|
|
19067
19062
|
return {
|
|
@@ -19085,24 +19080,24 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
19085
19080
|
}, null, 8, ["name"]),
|
|
19086
19081
|
_cache[2] || (_cache[2] = createElementVNode("span", null, "群组讨论", -1))
|
|
19087
19082
|
], 32)) : createCommentVNode("", true),
|
|
19088
|
-
!
|
|
19083
|
+
!_ctx.asideSetShowLittle && index2 !== displayArea.value.length - 1 ? (openBlock(), createElementBlock("hr", _hoisted_4$7)) : createCommentVNode("", true)
|
|
19089
19084
|
], 64);
|
|
19090
19085
|
}), 128)),
|
|
19091
|
-
!
|
|
19086
|
+
!_ctx.asideSetShowLittle && isModuleVisible(unref(AsideDisplayItem).LINK) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
19092
19087
|
_cache[3] || (_cache[3] = createElementVNode("hr", { class: "line mt-[16px] mb-[16px]" }, null, -1)),
|
|
19093
19088
|
createVNode(SubMenuList)
|
|
19094
19089
|
], 64)) : createCommentVNode("", true)
|
|
19095
19090
|
])),
|
|
19096
|
-
!
|
|
19091
|
+
!_ctx.asideSetShowLittle && isModuleVisible(unref(AsideDisplayItem).SITE_INFO) ? (openBlock(), createBlock(ContactInfo, { key: 2 })) : createCommentVNode("", true)
|
|
19097
19092
|
], 34),
|
|
19098
19093
|
showPreferencesSetting.value ? (openBlock(), createElementBlock("div", {
|
|
19099
19094
|
key: 0,
|
|
19100
|
-
class: normalizeClass(["aside-footer-tools", { "aside-footer-tools-little":
|
|
19095
|
+
class: normalizeClass(["aside-footer-tools", { "aside-footer-tools-little": _ctx.asideSetShowLittle }])
|
|
19101
19096
|
}, [
|
|
19102
19097
|
createVNode(_sfc_main$j, {
|
|
19103
|
-
"show-lang-setting":
|
|
19104
|
-
"show-theme-setting":
|
|
19105
|
-
asideSetShowLittle:
|
|
19098
|
+
"show-lang-setting": _ctx.showLangSetting,
|
|
19099
|
+
"show-theme-setting": _ctx.showThemeSetting,
|
|
19100
|
+
asideSetShowLittle: _ctx.asideSetShowLittle
|
|
19106
19101
|
}, null, 8, ["show-lang-setting", "show-theme-setting", "asideSetShowLittle"])
|
|
19107
19102
|
], 2)) : createCommentVNode("", true)
|
|
19108
19103
|
])), [
|
|
@@ -19137,7 +19132,29 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
19137
19132
|
},
|
|
19138
19133
|
setup(__props) {
|
|
19139
19134
|
const route = useRoute();
|
|
19135
|
+
const router2 = useRouter();
|
|
19140
19136
|
const layoutConfig2 = useLayoutConfig();
|
|
19137
|
+
async function handleDrawerLogoClick(e) {
|
|
19138
|
+
if (props.independence) return;
|
|
19139
|
+
if (e.metaKey || e.ctrlKey || e.shiftKey || e.button !== 0) return;
|
|
19140
|
+
let href;
|
|
19141
|
+
try {
|
|
19142
|
+
href = router2.resolve({ name: "home" }).href;
|
|
19143
|
+
} catch {
|
|
19144
|
+
return;
|
|
19145
|
+
}
|
|
19146
|
+
e.preventDefault();
|
|
19147
|
+
try {
|
|
19148
|
+
const migrated = await isMigratedHref(href);
|
|
19149
|
+
if (migrated) {
|
|
19150
|
+
window.open(href, "_self");
|
|
19151
|
+
} else {
|
|
19152
|
+
router2.push({ name: "home" });
|
|
19153
|
+
}
|
|
19154
|
+
} catch {
|
|
19155
|
+
router2.push({ name: "home" });
|
|
19156
|
+
}
|
|
19157
|
+
}
|
|
19141
19158
|
const { headerHeight: headerHeight2 } = useHeaderHeight();
|
|
19142
19159
|
const props = __props;
|
|
19143
19160
|
const { useReport: useReport2 } = useRequestReport(props.request, props.globalStore);
|
|
@@ -19245,18 +19262,18 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
19245
19262
|
key: 0,
|
|
19246
19263
|
class: normalizeClass(["left-side-bar", { oldWhite: asideSetShowLittleMode.value, higherZIndex: unref(SITE_STATUS).DISABLE }]),
|
|
19247
19264
|
style: normalizeStyle({ width: mainMarginLeftWidth.value + "px", top: unref(headerHeight2) + "px" }),
|
|
19248
|
-
sceneValue:
|
|
19265
|
+
sceneValue: _ctx.sceneValue,
|
|
19249
19266
|
asideDefaultWidth: mainMarginLeftWidth.value,
|
|
19250
19267
|
asideSetShowLittle: asideSetShowLittleMode.value,
|
|
19251
|
-
isLogin:
|
|
19252
|
-
showPreferencesSetting:
|
|
19253
|
-
showThemeSetting:
|
|
19254
|
-
showLangSetting:
|
|
19255
|
-
independence:
|
|
19256
|
-
slotKeys:
|
|
19257
|
-
collapseMode:
|
|
19268
|
+
isLogin: _ctx.isLogin,
|
|
19269
|
+
showPreferencesSetting: _ctx.showPreferencesSetting,
|
|
19270
|
+
showThemeSetting: _ctx.showThemeSetting,
|
|
19271
|
+
showLangSetting: _ctx.showLangSetting,
|
|
19272
|
+
independence: _ctx.independence,
|
|
19273
|
+
slotKeys: _ctx.slotKeys,
|
|
19274
|
+
collapseMode: _ctx.collapseMode
|
|
19258
19275
|
}, createSlots({ _: 2 }, [
|
|
19259
|
-
renderList(
|
|
19276
|
+
renderList(_ctx.slotKeys, (key) => {
|
|
19260
19277
|
return {
|
|
19261
19278
|
name: key,
|
|
19262
19279
|
fn: withCtx(() => [
|
|
@@ -19278,8 +19295,9 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
19278
19295
|
createVNode(GLink, {
|
|
19279
19296
|
class: "g-toolbar-left-logo",
|
|
19280
19297
|
style: normalizeStyle(logoStyle.value),
|
|
19281
|
-
to:
|
|
19282
|
-
href:
|
|
19298
|
+
to: _ctx.independence ? "" : { name: "home" },
|
|
19299
|
+
href: _ctx.independence ? unref(transformUrl)(unref(layoutConfig2).VITE_HOST) : "",
|
|
19300
|
+
onClickCapture: handleDrawerLogoClick
|
|
19283
19301
|
}, null, 8, ["style", "to", "href"]),
|
|
19284
19302
|
createVNode(unref(Button), {
|
|
19285
19303
|
class: "cursor-pointer draw-side-bar-close",
|
|
@@ -19289,14 +19307,14 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
19289
19307
|
})
|
|
19290
19308
|
]),
|
|
19291
19309
|
createVNode(ConfigAideContent, mergeProps(props, {
|
|
19292
|
-
sceneValue:
|
|
19310
|
+
sceneValue: _ctx.sceneValue,
|
|
19293
19311
|
asideDefaultWidth: 240,
|
|
19294
|
-
isLogin:
|
|
19295
|
-
showPreferencesSetting:
|
|
19296
|
-
showThemeSetting:
|
|
19297
|
-
showLangSetting:
|
|
19298
|
-
independence:
|
|
19299
|
-
slotKeys:
|
|
19312
|
+
isLogin: _ctx.isLogin,
|
|
19313
|
+
showPreferencesSetting: _ctx.showPreferencesSetting,
|
|
19314
|
+
showThemeSetting: _ctx.showThemeSetting,
|
|
19315
|
+
showLangSetting: _ctx.showLangSetting,
|
|
19316
|
+
independence: _ctx.independence,
|
|
19317
|
+
slotKeys: _ctx.slotKeys
|
|
19300
19318
|
}), null, 16, ["sceneValue", "isLogin", "showPreferencesSetting", "showThemeSetting", "showLangSetting", "independence", "slotKeys"])
|
|
19301
19319
|
]),
|
|
19302
19320
|
_: 1
|
|
@@ -20137,12 +20155,12 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
20137
20155
|
showLangSetting: "",
|
|
20138
20156
|
showThemeSetting: ""
|
|
20139
20157
|
}, {
|
|
20140
|
-
home: withCtx(() =>
|
|
20158
|
+
home: withCtx(() => _cache[3] || (_cache[3] = [
|
|
20141
20159
|
createElementVNode("div", null, "首页hover-插槽", -1)
|
|
20142
|
-
])
|
|
20143
|
-
issues: withCtx(() =>
|
|
20160
|
+
])),
|
|
20161
|
+
issues: withCtx(() => _cache[4] || (_cache[4] = [
|
|
20144
20162
|
createElementVNode("div", null, "issues hover-插槽", -1)
|
|
20145
|
-
])
|
|
20163
|
+
])),
|
|
20146
20164
|
_: 1
|
|
20147
20165
|
}, 8, ["sceneValue", "userInfo", "isLogin", "request", "globalStore", "independence", "collapseMode"])
|
|
20148
20166
|
]),
|
|
@@ -20158,19 +20176,21 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
20158
20176
|
key: "是",
|
|
20159
20177
|
value: true
|
|
20160
20178
|
}, {
|
|
20161
|
-
default: withCtx(() =>
|
|
20162
|
-
createTextVNode("普通 Header"
|
|
20163
|
-
])
|
|
20164
|
-
_: 1
|
|
20179
|
+
default: withCtx(() => _cache[5] || (_cache[5] = [
|
|
20180
|
+
createTextVNode("普通 Header")
|
|
20181
|
+
])),
|
|
20182
|
+
_: 1,
|
|
20183
|
+
__: [5]
|
|
20165
20184
|
})),
|
|
20166
20185
|
(openBlock(), createBlock(unref(Radio), {
|
|
20167
20186
|
key: "否",
|
|
20168
20187
|
value: false
|
|
20169
20188
|
}, {
|
|
20170
|
-
default: withCtx(() =>
|
|
20171
|
-
createTextVNode("企业版 Header"
|
|
20172
|
-
])
|
|
20173
|
-
_: 1
|
|
20189
|
+
default: withCtx(() => _cache[6] || (_cache[6] = [
|
|
20190
|
+
createTextVNode("企业版 Header")
|
|
20191
|
+
])),
|
|
20192
|
+
_: 1,
|
|
20193
|
+
__: [6]
|
|
20174
20194
|
}))
|
|
20175
20195
|
]),
|
|
20176
20196
|
_: 1
|
|
@@ -20210,19 +20230,21 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
20210
20230
|
key: "是",
|
|
20211
20231
|
value: true
|
|
20212
20232
|
}, {
|
|
20213
|
-
default: withCtx(() =>
|
|
20214
|
-
createTextVNode("是"
|
|
20215
|
-
])
|
|
20216
|
-
_: 1
|
|
20233
|
+
default: withCtx(() => _cache[7] || (_cache[7] = [
|
|
20234
|
+
createTextVNode("是")
|
|
20235
|
+
])),
|
|
20236
|
+
_: 1,
|
|
20237
|
+
__: [7]
|
|
20217
20238
|
})),
|
|
20218
20239
|
(openBlock(), createBlock(unref(Radio), {
|
|
20219
20240
|
key: "否",
|
|
20220
20241
|
value: false
|
|
20221
20242
|
}, {
|
|
20222
|
-
default: withCtx(() =>
|
|
20223
|
-
createTextVNode("否"
|
|
20224
|
-
])
|
|
20225
|
-
_: 1
|
|
20243
|
+
default: withCtx(() => _cache[8] || (_cache[8] = [
|
|
20244
|
+
createTextVNode("否")
|
|
20245
|
+
])),
|
|
20246
|
+
_: 1,
|
|
20247
|
+
__: [8]
|
|
20226
20248
|
}))
|
|
20227
20249
|
]),
|
|
20228
20250
|
_: 1
|
|
@@ -21093,13 +21115,13 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
21093
21115
|
});
|
|
21094
21116
|
return (_ctx, _cache) => {
|
|
21095
21117
|
return openBlock(), createElementBlock("div", {
|
|
21096
|
-
class: normalizeClass(["flex flex-1 g-input-button", [inputBtnClassName.value,
|
|
21118
|
+
class: normalizeClass(["flex flex-1 g-input-button", [inputBtnClassName.value, _ctx.error ? "g-input-button-error" : ""]])
|
|
21097
21119
|
}, [
|
|
21098
21120
|
createVNode(unref(Input), {
|
|
21099
21121
|
modelValue: unref(vModels),
|
|
21100
21122
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(vModels) ? vModels.value = $event : null),
|
|
21101
|
-
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label:
|
|
21102
|
-
autocomplete:
|
|
21123
|
+
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: _ctx.placeholder }),
|
|
21124
|
+
autocomplete: _ctx.autocomplete,
|
|
21103
21125
|
onChange: handleChange,
|
|
21104
21126
|
onFocus: handleInputFocus,
|
|
21105
21127
|
onBlur: handleInputBlur
|
|
@@ -21109,7 +21131,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
21109
21131
|
onClick: withModifiers(handleClick, ["stop"]),
|
|
21110
21132
|
class: normalizeClass([
|
|
21111
21133
|
"g-input-button-append",
|
|
21112
|
-
DisabledBtn.value || !
|
|
21134
|
+
DisabledBtn.value || !_ctx.hasMobile ? "g-input-button-append-inactive" : "g-input-button-append-active"
|
|
21113
21135
|
])
|
|
21114
21136
|
}, [
|
|
21115
21137
|
createElementVNode("span", _hoisted_1$a, toDisplayString$1(BtnText.value), 1)
|
|
@@ -21256,8 +21278,8 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
21256
21278
|
key: 1,
|
|
21257
21279
|
modelValue: unref(vModels),
|
|
21258
21280
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => isRef(vModels) ? vModels.value = $event : null)
|
|
21259
|
-
},
|
|
21260
|
-
placeholder:
|
|
21281
|
+
}, _ctx.prop, {
|
|
21282
|
+
placeholder: _ctx.placeholder,
|
|
21261
21283
|
onChange: handleChange
|
|
21262
21284
|
}), {
|
|
21263
21285
|
prepend: withCtx(() => [
|
|
@@ -21541,23 +21563,23 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21541
21563
|
rules: GroupRules,
|
|
21542
21564
|
ref_key: "FormRef",
|
|
21543
21565
|
ref: FormRef,
|
|
21544
|
-
"show-feedback":
|
|
21545
|
-
disabled:
|
|
21546
|
-
"message-type":
|
|
21547
|
-
layout:
|
|
21548
|
-
size:
|
|
21549
|
-
"label-size":
|
|
21550
|
-
"label-align":
|
|
21566
|
+
"show-feedback": _ctx.showFeedback,
|
|
21567
|
+
disabled: _ctx.disabled,
|
|
21568
|
+
"message-type": _ctx.MessageType,
|
|
21569
|
+
layout: _ctx.layout,
|
|
21570
|
+
size: _ctx.size,
|
|
21571
|
+
"label-size": _ctx.labelSize,
|
|
21572
|
+
"label-align": _ctx.labelAlign,
|
|
21551
21573
|
class: "g-form",
|
|
21552
21574
|
onInput: handleFormInput,
|
|
21553
21575
|
requirePosition: "right"
|
|
21554
21576
|
}, {
|
|
21555
21577
|
default: withCtx(() => [
|
|
21556
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
21578
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.DataList, (formItem) => {
|
|
21557
21579
|
return openBlock(), createBlock(unref(FormItem), {
|
|
21558
21580
|
key: formItem.key,
|
|
21559
21581
|
field: formItem.key,
|
|
21560
|
-
label:
|
|
21582
|
+
label: _ctx.showLabel ? formItem.label : "",
|
|
21561
21583
|
"help-tips": formItem.help,
|
|
21562
21584
|
"extra-info": formItem.extra,
|
|
21563
21585
|
style: normalizeStyle({ width: getItemWidth.value(formItem) })
|
|
@@ -21587,12 +21609,12 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21587
21609
|
}, { ref_for: true }, formItem.props, {
|
|
21588
21610
|
hasMobile: !!Data[(_b = formItem.props) == null ? void 0 : _b.aliasKey],
|
|
21589
21611
|
text: unref($t)("gitCodeLayout.userSetting.account.getVerificationCode"),
|
|
21590
|
-
error:
|
|
21612
|
+
error: _ctx.errors.msgError,
|
|
21591
21613
|
autocomplete: autocompleteCalc((_c = formItem.props) == null ? void 0 : _c.autocomplete)
|
|
21592
21614
|
}), null, 16, ["modelValue", "onUpdate:modelValue", "onChange", "onClick", "onUpdate:countdown", "placeholder", "hasMobile", "text", "error", "autocomplete"])) : formItem.type === "inputSelect" ? (openBlock(), createBlock(_sfc_main$b, mergeProps({
|
|
21593
21615
|
key: 2,
|
|
21594
21616
|
country: Data.country,
|
|
21595
|
-
class:
|
|
21617
|
+
class: _ctx.formErrors["mobile"] ? "input-select-error" : "",
|
|
21596
21618
|
modelValue: Data[formItem.key],
|
|
21597
21619
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
21598
21620
|
onSelectChange: _cache[0] || (_cache[0] = (evt) => handleSelectChange("country", evt)),
|
|
@@ -21652,7 +21674,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
21652
21674
|
return openBlock(), createElementBlock("div", _hoisted_1$8, [
|
|
21653
21675
|
createElementVNode("div", _hoisted_2$6, toDisplayString$1(unref($t)("gitCodeLayout.LoginModal.subtitle.otherLogin")), 1),
|
|
21654
21676
|
createElementVNode("div", _hoisted_3$6, [
|
|
21655
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
21677
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.logos, (icon) => {
|
|
21656
21678
|
return openBlock(), createElementBlock("div", {
|
|
21657
21679
|
key: icon.alt,
|
|
21658
21680
|
class: "rounded-[50%] w-[40px] h-[40px] border-[1px] icon-wrap border-solid cursor-pointer otherInfo-icon"
|
|
@@ -21758,7 +21780,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
21758
21780
|
return (_ctx, _cache) => {
|
|
21759
21781
|
return openBlock(), createElementBlock("div", _hoisted_1$7, [
|
|
21760
21782
|
createVNode(unref(Checkbox), {
|
|
21761
|
-
"model-value":
|
|
21783
|
+
"model-value": _ctx.modelValue,
|
|
21762
21784
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = (val) => emits("update:modelValue", val)),
|
|
21763
21785
|
size: "sm"
|
|
21764
21786
|
}, {
|
|
@@ -21777,7 +21799,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
21777
21799
|
_: 1
|
|
21778
21800
|
}, 8, ["model-value"]),
|
|
21779
21801
|
createVNode(unref(Checkbox), {
|
|
21780
|
-
"model-value":
|
|
21802
|
+
"model-value": _ctx.dataShareChecked,
|
|
21781
21803
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = (val) => emits("update:dataShareChecked", val)),
|
|
21782
21804
|
size: "sm"
|
|
21783
21805
|
}, {
|
|
@@ -21826,7 +21848,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
21826
21848
|
return (_ctx, _cache) => {
|
|
21827
21849
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
21828
21850
|
createVNode(unref(Checkbox), {
|
|
21829
|
-
"model-value":
|
|
21851
|
+
"model-value": _ctx.modelValue,
|
|
21830
21852
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = (val) => emits("update:modelValue", val)),
|
|
21831
21853
|
size: "sm",
|
|
21832
21854
|
class: "mt-[6px] agree-module flex items-center"
|
|
@@ -21847,7 +21869,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
21847
21869
|
_: 3
|
|
21848
21870
|
}, 8, ["model-value"]),
|
|
21849
21871
|
createVNode(unref(Checkbox), {
|
|
21850
|
-
"model-value":
|
|
21872
|
+
"model-value": _ctx.dataShareChecked,
|
|
21851
21873
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = (val) => emits("update:dataShareChecked", val)),
|
|
21852
21874
|
size: "sm",
|
|
21853
21875
|
class: "mb-[12px]"
|
|
@@ -21889,14 +21911,14 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
21889
21911
|
return (_ctx, _cache) => {
|
|
21890
21912
|
return openBlock(), createElementBlock("div", _hoisted_1$5, [
|
|
21891
21913
|
createElementVNode("div", _hoisted_2$3, [
|
|
21892
|
-
|
|
21914
|
+
_ctx.showBack ? (openBlock(), createElementBlock("img", {
|
|
21893
21915
|
key: 0,
|
|
21894
|
-
src:
|
|
21916
|
+
src: _ctx.icon,
|
|
21895
21917
|
class: "w-[24px] cursor-pointer",
|
|
21896
21918
|
onClick: withModifiers(handleClick, ["stop"])
|
|
21897
21919
|
}, null, 8, _hoisted_3$3)) : createCommentVNode("", true)
|
|
21898
21920
|
]),
|
|
21899
|
-
|
|
21921
|
+
_ctx.showTitle ? (openBlock(), createElementBlock("span", _hoisted_4$2, toDisplayString$1(_ctx.title), 1)) : createCommentVNode("", true)
|
|
21900
21922
|
]);
|
|
21901
21923
|
};
|
|
21902
21924
|
}
|
|
@@ -21930,7 +21952,7 @@ const verifyCodeRegExp4 = /^\d{4}$/;
|
|
|
21930
21952
|
const verifyCodeRegExp6 = /^\d{6}$/;
|
|
21931
21953
|
const mobileRegExp = /^1[3-9]\d{9}$/;
|
|
21932
21954
|
const usernameRegExp = /^(?!-)[a-zA-Z][a-zA-Z0-9_-]{1,49}$/;
|
|
21933
|
-
const metadata = { "version": 4, "country_calling_codes": { "1": ["US", "AG", "AI", "AS", "BB", "BM", "BS", "CA", "DM", "DO", "GD", "GU", "JM", "KN", "KY", "LC", "MP", "MS", "PR", "SX", "TC", "TT", "VC", "VG", "VI"], "7": ["RU", "KZ"], "20": ["EG"], "27": ["ZA"], "30": ["GR"], "31": ["NL"], "32": ["BE"], "33": ["FR"], "34": ["ES"], "36": ["HU"], "39": ["IT", "VA"], "40": ["RO"], "41": ["CH"], "43": ["AT"], "44": ["GB", "GG", "IM", "JE"], "45": ["DK"], "46": ["SE"], "47": ["NO", "SJ"], "48": ["PL"], "49": ["DE"], "51": ["PE"], "52": ["MX"], "53": ["CU"], "54": ["AR"], "55": ["BR"], "56": ["CL"], "57": ["CO"], "58": ["VE"], "60": ["MY"], "61": ["AU", "CC", "CX"], "62": ["ID"], "63": ["PH"], "64": ["NZ"], "65": ["SG"], "66": ["TH"], "81": ["JP"], "82": ["KR"], "84": ["VN"], "86": ["CN"], "90": ["TR"], "91": ["IN"], "92": ["PK"], "93": ["AF"], "94": ["LK"], "95": ["MM"], "98": ["IR"], "211": ["SS"], "212": ["MA", "EH"], "213": ["DZ"], "216": ["TN"], "218": ["LY"], "220": ["GM"], "221": ["SN"], "222": ["MR"], "223": ["ML"], "224": ["GN"], "225": ["CI"], "226": ["BF"], "227": ["NE"], "228": ["TG"], "229": ["BJ"], "230": ["MU"], "231": ["LR"], "232": ["SL"], "233": ["GH"], "234": ["NG"], "235": ["TD"], "236": ["CF"], "237": ["CM"], "238": ["CV"], "239": ["ST"], "240": ["GQ"], "241": ["GA"], "242": ["CG"], "243": ["CD"], "244": ["AO"], "245": ["GW"], "246": ["IO"], "247": ["AC"], "248": ["SC"], "249": ["SD"], "250": ["RW"], "251": ["ET"], "252": ["SO"], "253": ["DJ"], "254": ["KE"], "255": ["TZ"], "256": ["UG"], "257": ["BI"], "258": ["MZ"], "260": ["ZM"], "261": ["MG"], "262": ["RE", "YT"], "263": ["ZW"], "264": ["NA"], "265": ["MW"], "266": ["LS"], "267": ["BW"], "268": ["SZ"], "269": ["KM"], "290": ["SH", "TA"], "291": ["ER"], "297": ["AW"], "298": ["FO"], "299": ["GL"], "350": ["GI"], "351": ["PT"], "352": ["LU"], "353": ["IE"], "354": ["IS"], "355": ["AL"], "356": ["MT"], "357": ["CY"], "358": ["FI", "AX"], "359": ["BG"], "370": ["LT"], "371": ["LV"], "372": ["EE"], "373": ["MD"], "374": ["AM"], "375": ["BY"], "376": ["AD"], "377": ["MC"], "378": ["SM"], "380": ["UA"], "381": ["RS"], "382": ["ME"], "383": ["XK"], "385": ["HR"], "386": ["SI"], "387": ["BA"], "389": ["MK"], "420": ["CZ"], "421": ["SK"], "423": ["LI"], "500": ["FK"], "501": ["BZ"], "502": ["GT"], "503": ["SV"], "504": ["HN"], "505": ["NI"], "506": ["CR"], "507": ["PA"], "508": ["PM"], "509": ["HT"], "590": ["GP", "BL", "MF"], "591": ["BO"], "592": ["GY"], "593": ["EC"], "594": ["GF"], "595": ["PY"], "596": ["MQ"], "597": ["SR"], "598": ["UY"], "599": ["CW", "BQ"], "670": ["TL"], "672": ["NF"], "673": ["BN"], "674": ["NR"], "675": ["PG"], "676": ["TO"], "677": ["SB"], "678": ["VU"], "679": ["FJ"], "680": ["PW"], "681": ["WF"], "682": ["CK"], "683": ["NU"], "685": ["WS"], "686": ["KI"], "687": ["NC"], "688": ["TV"], "689": ["PF"], "690": ["TK"], "691": ["FM"], "692": ["MH"], "850": ["KP"], "852": ["HK"], "853": ["MO"], "855": ["KH"], "856": ["LA"], "880": ["BD"], "886": ["TW"], "960": ["MV"], "961": ["LB"], "962": ["JO"], "963": ["SY"], "964": ["IQ"], "965": ["KW"], "966": ["SA"], "967": ["YE"], "968": ["OM"], "970": ["PS"], "971": ["AE"], "972": ["IL"], "973": ["BH"], "974": ["QA"], "975": ["BT"], "976": ["MN"], "977": ["NP"], "992": ["TJ"], "993": ["TM"], "994": ["AZ"], "995": ["GE"], "996": ["KG"], "998": ["UZ"] }, "countries": { "AC": ["247", "00", "(?:[01589]\\d|[46])\\d{4}", [5, 6]], "AD": ["376", "00", "(?:1|6\\d)\\d{7}|[135-9]\\d{5}", [6, 8, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["[135-9]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["1"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]]], "AE": ["971", "00", "(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{2,9})", "$1 $2", ["60|8"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[236]|[479][2-8]"], "0$1"], ["(\\d{3})(\\d)(\\d{5})", "$1 $2 $3", ["[479]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"]], "0"], "AF": ["93", "00", "[2-7]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"]], "0"], "AG": ["1", "011", "(?:268|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([457]\\d{6})$|1", "268$1", 0, "268"], "AI": ["1", "011", "(?:264|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2457]\\d{6})$|1", "264$1", 0, "264"], "AL": ["355", "00", "(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}", [6, 7, 8, 9], [["(\\d{3})(\\d{3,4})", "$1 $2", ["80|9"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["4[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2358][2-5]|4"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["[23578]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["6"], "0$1"]], "0"], "AM": ["374", "00", "(?:[1-489]\\d|55|60|77)\\d{6}", [8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[89]0"], "0 $1"], ["(\\d{3})(\\d{5})", "$1 $2", ["2|3[12]"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["1|47"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[3-9]"], "0$1"]], "0"], "AO": ["244", "00", "[29]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[29]"]]]], "AR": ["54", "00", "(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}", [10, 11], [["(\\d{4})(\\d{2})(\\d{4})", "$1 $2-$3", ["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])", "2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["1"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2-$3", ["[23]"], "0$1", 1], ["(\\d)(\\d{4})(\\d{2})(\\d{4})", "$2 15-$3-$4", ["9(?:2[2-469]|3[3-578])", "9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))", "9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 15-$3-$4", ["91"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d{3})(\\d{3})(\\d{5})", "$1-$2-$3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 15-$3-$4", ["9"], "0$1", 0, "$1 $2 $3-$4"]], "0", 0, "0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?", "9$1"], "AS": ["1", "011", "(?:[58]\\d\\d|684|900)\\d{7}", [10], 0, "1", 0, "([267]\\d{6})$|1", "684$1", 0, "684"], "AT": ["43", "00", "1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3,12})", "$1 $2", ["1(?:11|[2-9])"], "0$1"], ["(\\d{3})(\\d{2})", "$1 $2", ["517"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["5[079]"], "0$1"], ["(\\d{3})(\\d{3,10})", "$1 $2", ["(?:31|4)6|51|6(?:48|5[0-3579]|[6-9])|7(?:20|32|8)|[89]", "(?:31|4)6|51|6(?:485|5[0-3579]|[6-9])|7(?:20|32|8)|[89]"], "0$1"], ["(\\d{4})(\\d{3,9})", "$1 $2", ["[2-467]|5[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,7})", "$1 $2 $3", ["5"], "0$1"]], "0"], "AU": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}", [5, 6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{3,4})", "$1 $2", ["16"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["16"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["14|4"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[2378]"], "(0$1)"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:30|[89])"]]], "0", 0, "(183[12])|0", 0, 0, 0, [["(?:(?:241|349)0\\d\\d|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4])|[34]\\d\\d)|91(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79]))))\\d{3}|(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|3(?:[0-3589]\\d|4[0-578]|6[1-9]|7[0-35-9])|7(?:[013-57-9]\\d|2[0-8])|8(?:55|6[0-8]|[78]\\d|9[02-9]))\\d{6}", [9]], ["4(?:79[01]|83[0-36-9]|95[0-3])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-47-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, ["163\\d{2,6}", [5, 6, 7, 8, 9]], ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "AW": ["297", "00", "(?:[25-79]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[25-9]"]]]], "AX": ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}", [5, 6, 7, 8, 9, 10, 11, 12], 0, "0", 0, 0, 0, 0, "18", 0, "00"], "AZ": ["994", "00", "365\\d{6}|(?:[124579]\\d|60|88)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[28]|2|365|46", "1[28]|2|365[45]|46", "1[28]|2|365(?:4|5[02])|46"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[13-9]"], "0$1"]], "0"], "BA": ["387", "00", "6\\d{8}|(?:[35689]\\d|49|70)\\d{6}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[1-3]|[7-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2-$3", ["[3-5]|6[56]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["6"], "0$1"]], "0"], "BB": ["1", "011", "(?:246|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "246$1", 0, "246"], "BD": ["880", "00", "[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{4,6})", "$1-$2", ["31[5-8]|[459]1"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1-$2", ["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"], "0$1"], ["(\\d{4})(\\d{3,6})", "$1-$2", ["[13-9]|2[23]"], "0$1"], ["(\\d)(\\d{7,8})", "$1-$2", ["2"], "0$1"]], "0"], "BE": ["32", "00", "4\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:80|9)0"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[239]|4[23]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[15-8]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4"], "0$1"]], "0"], "BF": ["226", "00", "(?:[025-7]\\d|44)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[024-7]"]]]], "BG": ["359", "00", "00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}", [6, 7, 8, 9, 12], [["(\\d)(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["43[1-6]|70[1-9]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:70|8)0"], "0$1"], ["(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3", ["43[1-7]|7"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[48]|9[08]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"]], "0"], "BH": ["973", "00", "[136-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[13679]|8[02-4679]"]]]], "BI": ["257", "00", "(?:[267]\\d|31)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2367]"]]]], "BJ": ["229", "00", "(?:01\\d|8)\\d{7}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["0"]]]], "BL": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80\\d{7}"], ["8[129]\\d{7}"], 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "BM": ["1", "011", "(?:441|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "441$1", 0, "441"], "BN": ["673", "00", "[2-578]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-578]"]]]], "BO": ["591", "00(?:1\\d)?", "8001\\d{5}|(?:[2-467]\\d|50)\\d{6}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[235]|4[46]"]], ["(\\d{8})", "$1", ["[67]"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["8"]]], "0", 0, "0(1\\d)?"], "BQ": ["599", "00", "(?:[34]1|7\\d)\\d{5}", [7], 0, 0, 0, 0, 0, 0, "[347]"], "BR": ["55", "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)", "[1-467]\\d{9,10}|55[0-46-9]\\d{8}|[34]\\d{7}|55\\d{7,8}|(?:5[0-46-9]|[89]\\d)\\d{7,9}", [8, 9, 10, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["300|4(?:0[02]|37|86)", "300|4(?:0(?:0|20)|370|864)"]], ["(\\d{3})(\\d{2,3})(\\d{4})", "$1 $2 $3", ["(?:[358]|90)0"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"], "($1)"], ["(\\d{2})(\\d{5})(\\d{4})", "$1 $2-$3", ["[16][1-9]|[2-57-9]"], "($1)"]], "0", 0, "(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?", "$2"], "BS": ["1", "011", "(?:242|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([3-8]\\d{6})$|1", "242$1", 0, "242"], "BT": ["975", "00", "[178]\\d{7}|[2-8]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-6]|7[246]|8[2-4]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[67]|[78]"]]]], "BW": ["267", "00", "(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["90"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[24-6]|3[15-9]"]], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37]"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["8"]]]], "BY": ["375", "810", "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3})", "$1 $2", ["800"], "8 $1"], ["(\\d{3})(\\d{2})(\\d{2,4})", "$1 $2 $3", ["800"], "8 $1"], ["(\\d{4})(\\d{2})(\\d{3})", "$1 $2-$3", ["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])", "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"], "8 0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["1(?:[56]|7[467])|2[1-3]"], "8 0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-4]"], "8 0$1"], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[89]"], "8 $1"]], "8", 0, "0|80?", 0, 0, 0, 0, "8~10"], "BZ": ["501", "00", "(?:0800\\d|[2-8])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-8]"]], ["(\\d)(\\d{3})(\\d{4})(\\d{3})", "$1-$2-$3-$4", ["0"]]]], "CA": ["1", "011", "[2-9]\\d{9}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|5[07]|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|9(?:0[25]|42))[2-9]\\d{6}", [10]], ["", [10]], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}", [10]], ["900[2-9]\\d{6}", [10]], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:2[125-9]|3[23]|44|66|77|88)|6(?:22|33))[2-9]\\d{6}", [10]], 0, ["310\\d{4}", [7]], 0, ["600[2-9]\\d{6}", [10]]]], "CC": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}", [9]], ["4(?:79[01]|83[0-36-9]|95[0-3])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-47-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "CD": ["243", "00", "(?:(?:[189]|5\\d)\\d|2)\\d{7}|[1-68]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[1-6]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["5"], "0$1"]], "0"], "CF": ["236", "00", "8776\\d{4}|(?:[27]\\d|61)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-8]"]]]], "CG": ["242", "00", "222\\d{6}|(?:0\\d|80)\\d{7}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[02]"]]]], "CH": ["41", "00", "8\\d{11}|[2-9]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8[047]|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]|81"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["8"], "0$1"]], "0"], "CI": ["225", "00", "[02]\\d{9}", [10], [["(\\d{2})(\\d{2})(\\d)(\\d{5})", "$1 $2 $3 $4", ["2"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3 $4", ["0"]]]], "CK": ["682", "00", "[2-578]\\d{4}", [5], [["(\\d{2})(\\d{3})", "$1 $2", ["[2-578]"]]]], "CL": ["56", "(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0", "12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}", [9, 10, 11], [["(\\d{5})(\\d{4})", "$1 $2", ["219", "2196"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["60|809"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["44"]], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2[1-36]"], "($1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["9(?:10|[2-9])"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-8]|[1-9])"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["60|8"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{3})(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["60"]]]], "CM": ["237", "00", "[26]\\d{8}|88\\d{6,7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["88"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[26]|88"]]]], "CN": ["86", "00|1(?:[12]\\d|79)\\d\\d00", "(?:(?:1[03-689]|2\\d)\\d\\d|6)\\d{8}|1\\d{10}|[126]\\d{6}(?:\\d(?:\\d{2})?)?|86\\d{5,6}|(?:[3-579]\\d|8[0-57-9])\\d{5,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]|3(?:[157]|35|49|9[1-68])|4(?:1[124-9]|2[179]|6[47-9]|7|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:07|1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3|4[13]|5[1-5]|7[0-79]|9[0-35-9])|(?:4[35]|59|85)[1-9]", "(?:10|2[0-57-9])(?:1[02]|9[56])|8078|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))1", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|80781|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))12", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|807812|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:078|1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123"], "0$1"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]", "(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]", "85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])", "85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["(?:4|80)0"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|2(?:[02-57-9]|1[1-9])", "10|2(?:[02-57-9]|1[1-9])", "10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"], "0$1", 1], ["(\\d{3})(\\d{7,8})", "$1 $2", ["9"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["80"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[3-578]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["1[3-9]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["[12]"], "0$1", 1]], "0", 0, "(1(?:[12]\\d|79)\\d\\d)|0", 0, 0, 0, 0, "00"], "CO": ["57", "00(?:4(?:[14]4|56)|[579])", "(?:46|60\\d\\d)\\d{6}|(?:1\\d|[39])\\d{9}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["46"]], ["(\\d{3})(\\d{7})", "$1 $2", ["6|90"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3[0-357]|9[14]"]], ["(\\d)(\\d{3})(\\d{7})", "$1-$2-$3", ["1"], "0$1", 0, "$1 $2 $3"]], "0", 0, "0([3579]|4(?:[14]4|56))?"], "CR": ["506", "00", "(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}", [8, 10], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[3-9]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[89]"]]], 0, 0, "(19(?:0[0-2468]|1[09]|20|66|77|99))"], "CU": ["53", "119", "(?:[2-7]|8\\d\\d)\\d{7}|[2-47]\\d{6}|[34]\\d{5}", [6, 7, 8, 10], [["(\\d{2})(\\d{4,6})", "$1 $2", ["2[1-4]|[34]"], "(0$1)"], ["(\\d)(\\d{6,7})", "$1 $2", ["7"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["[56]"], "0$1"], ["(\\d{3})(\\d{7})", "$1 $2", ["8"], "0$1"]], "0"], "CV": ["238", "0", "(?:[2-59]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2-589]"]]]], "CW": ["599", "00", "(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[3467]"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["9[4-8]"]]], 0, 0, 0, 0, 0, "[69]"], "CX": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}", [9]], ["4(?:79[01]|83[0-36-9]|95[0-3])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-47-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "CY": ["357", "00", "(?:[279]\\d|[58]0)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[257-9]"]]]], "CZ": ["420", "00", "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}", [9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]|9[015-7]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["96"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]]], "DE": ["49", "00", "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], [["(\\d{2})(\\d{3,13})", "$1 $2", ["3[02]|40|[68]9"], "0$1"], ["(\\d{3})(\\d{3,12})", "$1 $2", ["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1", "2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"], "0$1"], ["(\\d{4})(\\d{2,11})", "$1 $2", ["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]", "[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["138"], "0$1"], ["(\\d{5})(\\d{2,10})", "$1 $2", ["3"], "0$1"], ["(\\d{3})(\\d{5,11})", "$1 $2", ["181"], "0$1"], ["(\\d{3})(\\d)(\\d{4,10})", "$1 $2 $3", ["1(?:3|80)|9"], "0$1"], ["(\\d{3})(\\d{7,8})", "$1 $2", ["1[67]"], "0$1"], ["(\\d{3})(\\d{7,12})", "$1 $2", ["8"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["185", "1850", "18500"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["18[68]"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["15[1279]"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["15[03568]", "15(?:[0568]|3[13])"], "0$1"], ["(\\d{3})(\\d{8})", "$1 $2", ["18"], "0$1"], ["(\\d{3})(\\d{2})(\\d{7,8})", "$1 $2 $3", ["1(?:6[023]|7)"], "0$1"], ["(\\d{4})(\\d{2})(\\d{7})", "$1 $2 $3", ["15[279]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{8})", "$1 $2 $3", ["15"], "0$1"]], "0"], "DJ": ["253", "00", "(?:2\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[27]"]]]], "DK": ["45", "00", "[2-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-9]"]]]], "DM": ["1", "011", "(?:[58]\\d\\d|767|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "767$1", 0, "767"], "DO": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "8001|8[024]9"], "DZ": ["213", "00", "(?:[1-4]|[5-79]\\d|80)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["9"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-8]"], "0$1"]], "0"], "EC": ["593", "00", "1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}", [8, 9, 10, 11], [["(\\d)(\\d{3})(\\d{4})", "$1 $2-$3", ["[2-7]"], "(0$1)", 0, "$1-$2-$3"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1"]]], "0"], "EE": ["372", "00", "8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88", "[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]], ["(\\d{4})(\\d{3,4})", "$1 $2", ["[45]|8(?:00|[1-49])", "[45]|8(?:00[1-9]|[1-49])"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], "EG": ["20", "00", "[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}", [8, 9, 10], [["(\\d)(\\d{7,8})", "$1 $2", ["[23]"], "0$1"], ["(\\d{2})(\\d{6,7})", "$1 $2", ["1[35]|[4-6]|8[2468]|9[235-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{8})", "$1 $2", ["1"], "0$1"]], "0"], "EH": ["212", "00", "[5-8]\\d{8}", [9], 0, "0", 0, 0, 0, 0, 0, [["528[89]\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[016-8]\\d|2[0-8]|5[0-5]))\\d{6}"], ["80[0-7]\\d{6}"], ["89\\d{7}"], 0, 0, 0, 0, ["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]], "ER": ["291", "00", "[178]\\d{6}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[178]"], "0$1"]], "0"], "ES": ["34", "00", "[5-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]00"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-9]"]]]], "ET": ["251", "00", "(?:11|[2-579]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-579]"], "0$1"]], "0"], "FI": ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{5})", "$1", ["20[2-59]"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1 $2", ["(?:[1-3]0|[68])0|70[07-9]"], "0$1"], ["(\\d{2})(\\d{4,8})", "$1 $2", ["[14]|2[09]|50|7[135]"], "0$1"], ["(\\d{2})(\\d{6,10})", "$1 $2", ["7"], "0$1"], ["(\\d)(\\d{4,9})", "$1 $2", ["(?:19|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"], "0$1"]], "0", 0, 0, 0, 0, "1[03-79]|[2-9]", 0, "00"], "FJ": ["679", "0(?:0|52)", "45\\d{5}|(?:0800\\d|[235-9])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[235-9]|45"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "FK": ["500", "00", "[2-7]\\d{4}", [5]], "FM": ["691", "00", "(?:[39]\\d\\d|820)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[389]"]]]], "FO": ["298", "00", "[2-9]\\d{5}", [6], [["(\\d{6})", "$1", ["[2-9]"]]], 0, 0, "(10(?:01|[12]0|88))"], "FR": ["33", "00", "[1-9]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0 $1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[1-79]"], "0$1"]], "0"], "GA": ["241", "00", "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}", [7, 8], [["(\\d)(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-7]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["11|[67]"], "0$1"]], 0, 0, "0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})", "$1"], "GB": ["44", "00", "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}", [7, 9, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["800", "8001", "80011", "800111", "8001111"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["845", "8454", "84546", "845464"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["800"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["1(?:38|5[23]|69|76|94)", "1(?:(?:38|69)7|5(?:24|39)|768|946)", "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["1(?:[2-69][02-9]|[78])"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[25]|7(?:0|6[02-9])", "[25]|7(?:0|6(?:[03-9]|2[356]))"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1389]"], "0$1"]], "0", 0, "0|180020", 0, 0, 0, [["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0-5])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|5[01]))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-3]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}", [9, 10]], ["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]], 0, " x"], "GD": ["1", "011", "(?:473|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "473$1", 0, "473"], "GE": ["995", "00", "(?:[3-57]\\d\\d|800)\\d{6}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["32"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[57]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[348]"], "0$1"]], "0"], "GF": ["594", "00", "7093\\d{5}|(?:[56]94|[89]\\d\\d)\\d{6}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]|80[6-9]|9[47]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[89]"], "0$1"]], "0"], "GG": ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "([25-9]\\d{5})$|0|180020", "1481$1", 0, 0, [["1481[25-9]\\d{5}", [10]], ["7(?:(?:781|839)\\d|911[17])\\d{5}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]]], "GH": ["233", "00", "(?:[235]\\d{3}|800)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[235]"], "0$1"]], "0"], "GI": ["350", "00", "(?:[25]\\d|60)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["2"]]]], "GL": ["299", "00", "(?:19|[2-689]\\d|70)\\d{4}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["19|[2-9]"]]]], "GM": ["220", "00", "[2-9]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "GN": ["224", "00", "722\\d{6}|(?:3|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["3"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[67]"]]]], "GP": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0", 0, 0, 0, 0, 0, [["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80\\d{7}"], ["8[129]\\d{7}"], 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "GQ": ["240", "00", "222\\d{6}|(?:3\\d|55|[89]0)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235]"]], ["(\\d{3})(\\d{6})", "$1 $2", ["[89]"]]]], "GR": ["30", "00", "5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}", [10, 11, 12], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["21|7"]], ["(\\d{4})(\\d{6})", "$1 $2", ["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2689]"]], ["(\\d{3})(\\d{3,4})(\\d{5})", "$1 $2 $3", ["8"]]]], "GT": ["502", "00", "80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-8]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "GU": ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "671$1", 0, "671"], "GW": ["245", "00", "[49]\\d{8}|4\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["40"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"]]]], "GY": ["592", "001", "(?:[2-8]\\d{3}|9008)\\d{3}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "HK": ["852", "00(?:30|5[09]|[126-9]?)", "8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}", [5, 6, 7, 8, 9, 11], [["(\\d{3})(\\d{2,5})", "$1 $2", ["900", "9003"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{3})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "HN": ["504", "00", "8\\d{10}|[237-9]\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["[237-9]"]]]], "HR": ["385", "00", "[2-69]\\d{8}|80\\d{5,7}|[1-79]\\d{7}|6\\d{6}", [7, 8, 9], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["6[01]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{4})(\\d{3})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6|7[245]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-57]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], "HT": ["509", "00", "[2-589]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-589]"]]]], "HU": ["36", "00", "[235-7]\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "06 $1"]], "06"], "ID": ["62", "00[89]", "00[1-9]\\d{9,14}|(?:[1-36]|8\\d{5})\\d{6}|00\\d{9}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["15"]], ["(\\d{2})(\\d{5,9})", "$1 $2", ["2[124]|[36]1"], "(0$1)"], ["(\\d{3})(\\d{5,7})", "$1 $2", ["800"], "0$1"], ["(\\d{3})(\\d{5,8})", "$1 $2", ["[2-79]"], "(0$1)"], ["(\\d{3})(\\d{3,4})(\\d{3})", "$1-$2-$3", ["8[1-35-9]"], "0$1"], ["(\\d{3})(\\d{6,8})", "$1 $2", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["804"], "0$1"], ["(\\d{3})(\\d)(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["80"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1-$2-$3", ["8"], "0$1"]], "0"], "IE": ["353", "00", "(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["2[24-9]|47|58|6[237-9]|9[35-9]"], "(0$1)"], ["(\\d{3})(\\d{5})", "$1 $2", ["[45]0"], "(0$1)"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2569]|4[1-69]|7[14]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["81"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["4"], "(0$1)"], ["(\\d{2})(\\d)(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "IL": ["972", "0(?:0|1[2-9])", "1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}", [7, 8, 9, 10, 11, 12], [["(\\d{4})(\\d{3})", "$1-$2", ["125"]], ["(\\d{4})(\\d{2})(\\d{2})", "$1-$2-$3", ["121"]], ["(\\d)(\\d{3})(\\d{4})", "$1-$2-$3", ["[2-489]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1-$2-$3", ["12"]], ["(\\d{4})(\\d{6})", "$1-$2", ["159"]], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3-$4", ["1[7-9]"]], ["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})", "$1-$2 $3-$4", ["15"]]], "0"], "IM": ["44", "00", "1624\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([25-8]\\d{5})$|0|180020", "1624$1", 0, "74576|(?:16|7[56])24"], "IN": ["91", "00", "(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}", [8, 9, 10, 11, 12, 13], [["(\\d{8})", "$1", ["5(?:0|2[23]|3[03]|[67]1|88)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"], 0, 1], ["(\\d{4})(\\d{4,5})", "$1 $2", ["180", "1800"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["140"], 0, 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["11|2[02]|33|4[04]|79[1-7]|80[2-46]", "11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])", "11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"], "0$1", 1], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807", "1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]", "1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|8(?:28[235-7]|3))|73179|807(?:1|9[1-3])|(?:1552|6(?:(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689])\\d|8(?:[14-6]\\d|2[0-79]))|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"], "0$1", 1], ["(\\d{5})(\\d{5})", "$1 $2", ["16|[6-9]"], "0$1", 1], ["(\\d{4})(\\d{2,4})(\\d{4})", "$1 $2 $3", ["18[06]", "18[06]0"], 0, 1], ["(\\d{4})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["18"], 0, 1]], "0"], "IO": ["246", "00", "3\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["3"]]]], "IQ": ["964", "00", "(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-6]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], "IR": ["98", "00", "[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}", [4, 5, 6, 7, 10], [["(\\d{4,5})", "$1", ["96"], "0$1"], ["(\\d{2})(\\d{4,5})", "$1 $2", ["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[1-8]"], "0$1"]], "0"], "IS": ["354", "00|1(?:0(?:01|[12]0)|100)", "(?:38\\d|[4-9])\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "IT": ["39", "00", "0\\d{5,11}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?", [6, 7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{4,6})", "$1 $2", ["0[26]"]], ["(\\d{3})(\\d{3,6})", "$1 $2", ["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])", "0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]], ["(\\d{4})(\\d{2,6})", "$1 $2", ["0(?:[13-579][2-46-8]|8[236-8])"]], ["(\\d{4})(\\d{4})", "$1 $2", ["894"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[26]|5"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1(?:44|[679])|[378]|43"]], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[13-57-9][0159]|14"]], ["(\\d{2})(\\d{4})(\\d{5})", "$1 $2 $3", ["0[26]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[03]"]]], 0, 0, 0, 0, 0, 0, [["0(?:669[0-79]\\d{1,6}|831\\d{2,8})|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[2356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}"], ["3[2-9]\\d{7,8}|(?:31|43)\\d{8}", [9, 10]], ["80(?:0\\d{3}|3)\\d{3}", [6, 9]], ["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}", [6, 8, 9, 10]], ["1(?:78\\d|99)\\d{6}", [9, 10]], ["3[2-8]\\d{9,10}", [11, 12]], 0, 0, ["55\\d{8}", [10]], ["84(?:[08]\\d{3}|[17])\\d{3}", [6, 9]]]], "JE": ["44", "00", "1534\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([0-24-8]\\d{5})$|0|180020", "1534$1", 0, 0, [["1534[0-24-8]\\d{5}"], ["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\d{5}"], ["80(?:07(?:35|81)|8901)\\d{4}"], ["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"], ["701511\\d{4}"], 0, ["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"], ["56\\d{8}"]]], "JM": ["1", "011", "(?:[58]\\d\\d|658|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "658|876"], "JO": ["962", "00", "(?:(?:[2689]|7\\d)\\d|32|427|53)\\d{6}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2356]|87"], "(0$1)"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["70"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[47]"], "0$1"]], "0"], "JP": ["81", "010", "00[1-9]\\d{6,14}|[25-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}", [8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3", ["(?:12|57|99)0"], "0$1"], ["(\\d{4})(\\d)(\\d{4})", "$1-$2-$3", ["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2-$3", ["3|4(?:2[09]|7[01])|6[1-9]", "3|4(?:2(?:0|9[02-69])|7(?:0[019]|1))|6[1-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3", ["[14]|[289][2-9]|5[3-9]|7[2-4679]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["800"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[25-9]"], "0$1"]], "0", 0, "(000[2569]\\d{4,6})$|(?:(?:003768)0?)|0", "$1"], "KE": ["254", "000", "(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}", [7, 8, 9, 10], [["(\\d{2})(\\d{5,7})", "$1 $2", ["[24-6]"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[17]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], "KG": ["996", "00", "8\\d{9}|[235-9]\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["3(?:1[346]|[24-79])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-79]|88"], "0$1"], ["(\\d{3})(\\d{3})(\\d)(\\d{2,3})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "KH": ["855", "00[14-9]", "1\\d{9}|[1-9]\\d{7,8}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "KI": ["686", "00", "(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}", [5, 8], 0, "0"], "KM": ["269", "00", "[3478]\\d{6}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[3478]"]]]], "KN": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "869$1", 0, "869"], "KP": ["850", "00|99", "85\\d{6}|(?:19\\d|[2-7])\\d{7}", [8, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"]], "0"], "KR": ["82", "00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))", "00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}", [5, 6, 8, 9, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3,4})", "$1-$2", ["(?:3[1-3]|[46][1-4]|5[1-5])1"], "0$1"], ["(\\d{4})(\\d{4})", "$1-$2", ["1"]], ["(\\d)(\\d{3,4})(\\d{4})", "$1-$2-$3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[36]0|8"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1-$2-$3", ["[1346]|5[1-5]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{2})(\\d{5})(\\d{4})", "$1-$2-$3", ["5"], "0$1"]], "0", 0, "0(8(?:[1-46-8]|5\\d\\d))?"], "KW": ["965", "00", "18\\d{5}|(?:[2569]\\d|41)\\d{6}", [7, 8], [["(\\d{4})(\\d{3,4})", "$1 $2", ["[169]|2(?:[235]|4[1-35-9])|52"]], ["(\\d{3})(\\d{5})", "$1 $2", ["[245]"]]]], "KY": ["1", "011", "(?:345|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "345$1", 0, "345"], "KZ": ["7", "810", "8\\d{13}|[78]\\d{9}", [10, 14], 0, "8", 0, 0, 0, 0, "7", 0, "8~10"], "LA": ["856", "00", "[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2[13]|3[14]|[4-8]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["3"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0"], "LB": ["961", "00", "[27-9]\\d{7}|[13-9]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[13-69]|7(?:[2-57]|62|8[0-6]|9[04-9])|8[02-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27-9]"]]], "0"], "LC": ["1", "011", "(?:[58]\\d\\d|758|900)\\d{7}", [10], 0, "1", 0, "([2-8]\\d{6})$|1", "758$1", 0, "758"], "LI": ["423", "00", "[68]\\d{8}|(?:[2378]\\d|90)\\d{5}", [7, 9], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2379]|8(?:0[09]|7)", "[2379]|8(?:0(?:02|9)|7)"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["69"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]], "0", 0, "(1001)|0"], "LK": ["94", "00", "[1-9]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[1-689]"], "0$1"]], "0"], "LR": ["231", "00", "(?:[2457]\\d|33|88)\\d{7}|(?:2\\d|[4-6])\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["4[67]|[56]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-578]"], "0$1"]], "0"], "LS": ["266", "00", "(?:[256]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2568]"]]]], "LT": ["370", "00", "(?:[3469]\\d|52|[78]0)\\d{6}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["52[0-7]"], "(0-$1)", 1], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0 $1", 1], ["(\\d{2})(\\d{6})", "$1 $2", ["37|4(?:[15]|6[1-8])"], "(0-$1)", 1], ["(\\d{3})(\\d{5})", "$1 $2", ["[3-6]"], "(0-$1)", 1]], "0", 0, "[08]"], "LU": ["352", "00", "35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}", [4, 5, 6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{3})", "$1 $2", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["20[2-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4", ["20"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})", "$1 $2 $3 $4", ["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["80[01]|90[015]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["20"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4 $5", ["20"]]], 0, 0, "(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"], "LV": ["371", "00", "(?:[268]\\d|78|90)\\d{6}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2679]|8[01]"]]]], "LY": ["218", "00", "[2-9]\\d{8}", [9], [["(\\d{2})(\\d{7})", "$1-$2", ["[2-9]"], "0$1"]], "0"], "MA": ["212", "00", "[5-8]\\d{8}", [9], [["(\\d{4})(\\d{5})", "$1-$2", ["892"], "0$1"], ["(\\d{2})(\\d{7})", "$1-$2", ["8(?:0[0-7]|9)"], "0$1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[5-8]"], "0$1"]], "0", 0, 0, 0, 0, "[5-8]"], "MC": ["377", "00", "(?:[3489]|[67]\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["4"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[389]"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[67]"], "0$1"]], "0"], "MD": ["373", "00", "(?:[235-7]\\d|[89]0)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["22|3"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[25-7]"], "0$1"]], "0"], "ME": ["382", "00", "(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "0$1"]], "0"], "MF": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80\\d{7}"], ["8[129]\\d{7}"], 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "MG": ["261", "00", "[23]\\d{8}", [9], [["(\\d{2})(\\d{2})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0", 0, "([24-9]\\d{6})$|0", "20$1"], "MH": ["692", "011", "329\\d{4}|(?:[256]\\d|45)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-6]"]]], "1"], "MK": ["389", "00", "[2-578]\\d{7}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2|34[47]|4(?:[37]7|5[47]|64)"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[347]"], "0$1"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[58]"], "0$1"]], "0"], "ML": ["223", "00", "[24-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-9]"]]]], "MM": ["95", "00", "1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}", [6, 7, 8, 9, 10], [["(\\d)(\\d{2})(\\d{3})", "$1 $2 $3", ["16|2"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["4(?:[2-46]|5[3-5])|5|6(?:[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-5]|(?:60|86)[23]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|452|678|86", "[12]|452|6788|86"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[4-7]|8[1-35]"], "0$1"], ["(\\d)(\\d{3})(\\d{4,6})", "$1 $2 $3", ["9(?:2[0-4]|[35-9]|4[137-9])"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["92"], "0$1"], ["(\\d)(\\d{5})(\\d{4})", "$1 $2 $3", ["9"], "0$1"]], "0"], "MN": ["976", "001", "[12]\\d{7,9}|[5-9]\\d{7}", [8, 9, 10], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[12]1"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[5-9]"]], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[12]2[1-3]"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["[12](?:27|3[2-8]|4[2-68]|5[1-4689])", "[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["[12]"], "0$1"]], "0"], "MO": ["853", "00", "0800\\d{3}|(?:28|[68]\\d)\\d{6}", [7, 8], [["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[268]"]]]], "MP": ["1", "011", "[58]\\d{9}|(?:67|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "670$1", 0, "670"], "MQ": ["596", "00", "(?:596\\d|7091)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]|8(?:0[6-9]|[36])"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "MR": ["222", "00", "(?:[2-4]\\d\\d|800)\\d{5}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-48]"]]]], "MS": ["1", "011", "(?:[58]\\d\\d|664|900)\\d{7}", [10], 0, "1", 0, "([34]\\d{6})$|1", "664$1", 0, "664"], "MT": ["356", "00", "3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2357-9]"]]]], "MU": ["230", "0(?:0|[24-7]0|3[03])", "(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46]|8[013]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[57]"]], ["(\\d{5})(\\d{5})", "$1 $2", ["8"]]], 0, 0, 0, 0, 0, 0, 0, "020"], "MV": ["960", "0(?:0|19)", "(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}", [7, 10], [["(\\d{3})(\\d{4})", "$1-$2", ["[34679]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "MW": ["265", "00", "(?:[1289]\\d|31|77)\\d{7}|1\\d{6}", [7, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["1[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[137-9]"], "0$1"]], "0"], "MX": ["52", "0[09]", "[2-9]\\d{9}", [10], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["33|5[56]|81"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "MY": ["60", "00", "1\\d{8,9}|(?:3\\d|[4-9])\\d{7}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1-$2 $3", ["[4-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1-$2 $3", ["1(?:[02469]|[378][1-9]|53)|8", "1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2 $3", ["3"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3-$4", ["1(?:[367]|80)"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2 $3", ["15"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2 $3", ["1"], "0$1"]], "0"], "MZ": ["258", "00", "(?:2|8\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2|8[2-79]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], "NA": ["264", "00", "[68]\\d{7,8}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["87"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], "NC": ["687", "00", "(?:050|[2-57-9]\\d\\d)\\d{3}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1.$2.$3", ["[02-57-9]"]]]], "NE": ["227", "00", "[027-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["08"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[089]|2[013]|7[0467]"]]]], "NF": ["672", "00", "[13]\\d{5}", [6], [["(\\d{2})(\\d{4})", "$1 $2", ["1[0-3]"]], ["(\\d)(\\d{5})", "$1 $2", ["[13]"]]], 0, 0, "([0-258]\\d{4})$", "3$1"], "NG": ["234", "009", "(?:20|9\\d)\\d{8}|[78]\\d{9,13}", [10, 11, 12, 13, 14], [["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["20[129]"], "0$1"], ["(\\d{4})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{3})(\\d{5})(\\d{5,6})", "$1 $2 $3", ["[78]"], "0$1"]], "0"], "NI": ["505", "00", "(?:1800|[25-8]\\d{3})\\d{4}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[125-8]"]]]], "NL": ["31", "00", "(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}", [5, 6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{4,7})", "$1 $2", ["[89]0"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["66"], "0$1"], ["(\\d)(\\d{8})", "$1 $2", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-578]|91"], "0$1"], ["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3", ["9"], "0$1"]], "0"], "NO": ["47", "00", "(?:0|[2-9]\\d{3})\\d{4}", [5, 8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]"]]], 0, 0, 0, 0, 0, "[02-689]|7[0-8]"], "NP": ["977", "00", "(?:1\\d|9)\\d{9}|[1-9]\\d{7}", [8, 10, 11], [["(\\d)(\\d{7})", "$1-$2", ["1[2-6]"], "0$1"], ["(\\d{2})(\\d{6})", "$1-$2", ["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"], "0$1"], ["(\\d{3})(\\d{7})", "$1-$2", ["9"]]], "0"], "NR": ["674", "00", "(?:222|444|(?:55|8\\d)\\d|666|777|999)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[24-9]"]]]], "NU": ["683", "00", "(?:[4-7]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], "NZ": ["64", "0(?:0|161)", "[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|8|90", "50(?:[0367]|88)|8|90"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["24|[346]|7[2-57-9]|9[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:10|74)|[589]"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1|2[028]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,5})", "$1 $2 $3", ["2(?:[169]|7[0-35-9])|7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00"], "OM": ["968", "00", "(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}", [7, 8, 9], [["(\\d{3})(\\d{4,6})", "$1 $2", ["[58]"]], ["(\\d{2})(\\d{6})", "$1 $2", ["2"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[179]"]]]], "PA": ["507", "00", "(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}", [7, 8, 10, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[1-57-9]"]], ["(\\d{4})(\\d{4})", "$1-$2", ["[68]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]]], "PE": ["51", "00|19(?:1[124]|77|90)00", "(?:[14-8]|9\\d)\\d{7}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["80"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["1"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[4-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"]]], "0", 0, 0, 0, 0, 0, 0, "00", " Anexo "], "PF": ["689", "00", "4\\d{5}(?:\\d{2})?|8\\d{7,8}", [6, 8, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["44"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4|8[7-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], "PG": ["675", "00|140[1-3]", "(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["18|[2-69]|85"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[78]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "PH": ["63", "00", "(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}", [6, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{5})", "$1 $2", ["2"], "(0$1)"], ["(\\d{4})(\\d{4,6})", "$1 $2", ["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2", "3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"], "(0$1)"], ["(\\d{5})(\\d{4})", "$1 $2", ["346|4(?:27|9[35])|883", "3469|4(?:279|9(?:30|56))|8834"], "(0$1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|8[2-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["1"]]], "0"], "PK": ["92", "00", "122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,7})", "$1 $2 $3", ["[89]0"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["1"]], ["(\\d{3})(\\d{6,7})", "$1 $2", ["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])", "9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"], "(0$1)"], ["(\\d{2})(\\d{7,8})", "$1 $2", ["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"], "(0$1)"], ["(\\d{5})(\\d{5})", "$1 $2", ["58"], "(0$1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[24-9]"], "(0$1)"]], "0"], "PL": ["48", "00", "(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|20|64"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["30|(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1", "30|(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["64"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[2-8]|[2-7]|8[1-79]|9[145]"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["8"]]]], "PM": ["508", "00", "[78]\\d{8}|[2-9]\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "PR": ["1", "011", "(?:[589]\\d\\d|787)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "787|939"], "PS": ["970", "00", "[2489]2\\d{6}|(?:1\\d|5)\\d{8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2489]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "PT": ["351", "00", "1693\\d{5}|(?:[26-9]\\d|30)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["2[12]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["16|[236-9]"]]]], "PW": ["680", "01[12]", "(?:[24-8]\\d\\d|345|900)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "PY": ["595", "00", "[36-8]\\d{5,8}|4\\d{6,8}|59\\d{6}|9\\d{5,10}|(?:2\\d|5[0-8])\\d{6,7}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3,6})", "$1 $2", ["[2-9]0"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["3[289]|4[246-8]|61|7[1-3]|8[1-36]"], "(0$1)"], ["(\\d{3})(\\d{4,5})", "$1 $2", ["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["87"]], ["(\\d{3})(\\d{6})", "$1 $2", ["9(?:[5-79]|8[1-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"]]], "0"], "QA": ["974", "00", "800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}", [7, 8, 9, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["2[136]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[3-7]"]]]], "RE": ["262", "00", "709\\d{6}|(?:26|[689]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"], ["(?:69(?:2\\d\\d|3(?:[06][0-6]|1[0-3]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\d{4}"], ["80\\d{7}"], ["89[1-37-9]\\d{6}"], 0, 0, 0, 0, ["9(?:399[0-3]|479[0-6]|76(?:2[278]|3[0-37]))\\d{4}"], ["8(?:1[019]|2[0156]|84|90)\\d{6}"]]], "RO": ["40", "00", "(?:[236-8]\\d|90)\\d{7}|[23]\\d{5}", [6, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["2[3-6]", "2[3-6]\\d9"], "0$1"], ["(\\d{2})(\\d{4})", "$1 $2", ["219|31"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[23]1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[236-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, " int "], "RS": ["381", "00", "38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}", [6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{3,9})", "$1 $2", ["(?:2[389]|39)0|[7-9]"], "0$1"], ["(\\d{2})(\\d{5,10})", "$1 $2", ["[1-36]"], "0$1"]], "0"], "RU": ["7", "810", "8\\d{13}|[347-9]\\d{9}", [10, 14], [["(\\d{4})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-8]|2[1-9])", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"], "8 ($1)", 1], ["(\\d{5})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-68]|2[1-9])", "7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))", "7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[349]|8(?:[02-7]|1[1-8])"], "8 ($1)", 1], ["(\\d{4})(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["8"], "8 ($1)"]], "8", 0, 0, 0, 0, "[3489]", 0, "8~10"], "RW": ["250", "00", "(?:06|[27]\\d\\d|[89]00)\\d{6}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0$1"]], "0"], "SA": ["966", "00", "(?:[15]\\d|800|92)\\d{7}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["9"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]], "0"], "SB": ["677", "0[01]", "[6-9]\\d{6}|[1-6]\\d{4}", [5, 7], [["(\\d{2})(\\d{5})", "$1 $2", ["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]], "SC": ["248", "010|0[0-2]", "(?:[2489]\\d|64)\\d{5}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[246]|9[57]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "SD": ["249", "00", "[19]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], "SE": ["46", "00", "(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}", [6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["20"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{4})", "$1-$2", ["9(?:00|39|44|9)"], "0$1", 0, "$1 $2"], ["(\\d{2})(\\d{3})(\\d{2})", "$1-$2 $3", ["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3"], ["(\\d)(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{2,3})(\\d{3})", "$1-$2 $3", ["9(?:00|39|44)"], "0$1", 0, "$1 $2 $3"], ["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["10|7"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{3})", "$1-$2 $3 $4", ["9"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4 $5", ["[26]"], "0$1", 0, "$1 $2 $3 $4 $5"]], "0"], "SG": ["65", "0[0-3]\\d", "(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[369]|8(?:0[1-9]|[1-9])"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{4})(\\d{4})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "SH": ["290", "00", "(?:[256]\\d|8)\\d{3}", [4, 5], 0, 0, 0, 0, 0, 0, "[256]"], "SI": ["386", "00|10(?:22|66|88|99)", "[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}", [5, 6, 7, 8], [["(\\d{2})(\\d{3,6})", "$1 $2", ["8[09]|9"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["59|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37][01]|4[0139]|51|6"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-57]"], "(0$1)"]], "0", 0, 0, 0, 0, 0, 0, "00"], "SJ": ["47", "00", "0\\d{4}|(?:[489]\\d|79)\\d{6}", [5, 8], 0, 0, 0, 0, 0, 0, "79"], "SK": ["421", "00", "[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}", [6, 7, 9], [["(\\d)(\\d{2})(\\d{3,4})", "$1 $2 $3", ["21"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["[3-5][1-8]1", "[3-5][1-8]1[67]"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1/$2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[689]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1/$2 $3 $4", ["[3-5]"], "0$1"]], "0"], "SL": ["232", "00", "(?:[237-9]\\d|66)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[236-9]"], "(0$1)"]], "0"], "SM": ["378", "00", "(?:0549|[5-7]\\d)\\d{6}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]"]], ["(\\d{4})(\\d{6})", "$1 $2", ["0"]]], 0, 0, "([89]\\d{5})$", "0549$1"], "SN": ["221", "00", "(?:[378]\\d|93)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[379]"]]]], "SO": ["252", "00", "[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}", [6, 7, 8, 9], [["(\\d{2})(\\d{4})", "$1 $2", ["8[125]"]], ["(\\d{6})", "$1", ["[134]"]], ["(\\d)(\\d{6})", "$1 $2", ["[15]|2[0-79]|3[0-46-8]|4[0-7]"]], ["(\\d)(\\d{7})", "$1 $2", ["(?:2|90)4|[67]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[348]|64|79|90"]], ["(\\d{2})(\\d{5,7})", "$1 $2", ["1|28|6[0-35-9]|7[67]|9[2-9]"]]], "0"], "SR": ["597", "00", "(?:[2-5]|[6-8]\\d|90)\\d{5}", [6, 7], [["(\\d{2})(\\d{2})(\\d{2})", "$1-$2-$3", ["56"]], ["(\\d{3})(\\d{3})", "$1-$2", ["[2-5]"]], ["(\\d{3})(\\d{4})", "$1-$2", ["[6-9]"]]]], "SS": ["211", "00", "[19]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], "ST": ["239", "00", "(?:22|9\\d)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[29]"]]]], "SV": ["503", "00", "[25-7]\\d{7}|(?:80\\d|900)\\d{4}(?:\\d{4})?", [7, 8, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[89]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[25-7]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[89]"]]]], "SX": ["1", "011", "7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "(5\\d{6})$|1", "721$1", 0, "721"], "SY": ["963", "00", "[1-359]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-4]|5[1-3]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[59]"], "0$1", 1]], "0"], "SZ": ["268", "00", "0800\\d{4}|(?:[237]\\d|900)\\d{6}", [8, 9], [["(\\d{4})(\\d{4})", "$1 $2", ["[0237]"]], ["(\\d{5})(\\d{4})", "$1 $2", ["9"]]]], "TA": ["290", "00", "8\\d{3}", [4], 0, 0, 0, 0, 0, 0, "8"], "TC": ["1", "011", "(?:[58]\\d\\d|649|900)\\d{7}", [10], 0, "1", 0, "([2-479]\\d{6})$|1", "649$1", 0, "649"], "TD": ["235", "00|16", "(?:22|30|[689]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[236-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "TG": ["228", "00", "[279]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[279]"]]]], "TH": ["66", "00[1-9]", "(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}", [8, 9, 10, 13], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[13-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "TJ": ["992", "810", "(?:[0-57-9]\\d|66)\\d{7}", [9], [["(\\d{6})(\\d)(\\d{2})", "$1 $2 $3", ["331", "3317"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["44[02-479]|[34]7"]], ["(\\d{4})(\\d)(\\d{4})", "$1 $2 $3", ["3(?:[1245]|3[12])"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["\\d"]]], 0, 0, 0, 0, 0, 0, 0, "8~10"], "TK": ["690", "00", "[2-47]\\d{3,6}", [4, 5, 6, 7]], "TL": ["670", "00", "7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-489]|70"]], ["(\\d{4})(\\d{4})", "$1 $2", ["7"]]]], "TM": ["993", "810", "(?:[1-6]\\d|71)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["12"], "(8 $1)"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-5]"], "(8 $1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[67]"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], "TN": ["216", "00", "[2-57-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-57-9]"]]]], "TO": ["676", "00", "(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}", [5, 7], [["(\\d{2})(\\d{3})", "$1-$2", ["[2-4]|50|6[09]|7[0-24-69]|8[05]"]], ["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[5-9]"]]]], "TR": ["90", "00", "4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}", [7, 10, 12, 13], [["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["512|8[01589]|90"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5(?:[0-579]|61)", "5(?:[0-579]|61[06])", "5(?:[0-579]|61[06]1)"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24][1-8]|3[1-9]"], "(0$1)", 1], ["(\\d{3})(\\d{3})(\\d{6,7})", "$1 $2 $3", ["80"], "0$1", 1]], "0"], "TT": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-46-8]\\d{6})$|1", "868$1", 0, "868"], "TV": ["688", "00", "(?:2|7\\d\\d|90)\\d{4}", [5, 6, 7], [["(\\d{2})(\\d{3})", "$1 $2", ["2"]], ["(\\d{2})(\\d{4})", "$1 $2", ["90"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], "TW": ["886", "0(?:0[25-79]|19)", "[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}", [7, 8, 9, 10, 11], [["(\\d{2})(\\d)(\\d{4})", "$1 $2 $3", ["202"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[258]0"], "0$1"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]", "[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, "#"], "TZ": ["255", "00[056]", "(?:[25-8]\\d|41|90)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[24]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["5"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[67]"], "0$1"]], "0"], "UA": ["380", "00", "[89]\\d{9}|[3-9]\\d{8}", [9, 10], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]", "6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])", "3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|89|9[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "0~0"], "UG": ["256", "00[057]", "800\\d{6}|(?:[29]0|[347]\\d)\\d{7}", [9], [["(\\d{4})(\\d{5})", "$1 $2", ["202", "2024"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[27-9]|4(?:6[45]|[7-9])"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[34]"], "0$1"]], "0"], "US": ["1", "011", "[2-9]\\d{9}|3\\d{6}", [10], [["(\\d{3})(\\d{4})", "$1-$2", ["310"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "($1) $2-$3", ["[2-9]"], 0, 1, "$1-$2-$3"]], "1", 0, 0, 0, 0, 0, [["(?:274[27]|(?:472|983)[2-47-9])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-57-9]|1[02-9]|2[013-79]|3[0-24679]|4[167]|5[0-3]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-57-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-269])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-247]|4[0378]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[0168]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-3589]|8[04-69]))[2-9]\\d{6}"], [""], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"], ["900[2-9]\\d{6}"], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|3[23]|44|66|77|88)[2-9]\\d{6}"]]], "UY": ["598", "0(?:0|1[3-9]\\d)", "0004\\d{2,9}|[1249]\\d{7}|2\\d{3,4}|(?:[49]\\d|80)\\d{5}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d{4,5})", "$1", ["21"]], ["(\\d{3})(\\d{3,4})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[49]0|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[124]"]], ["(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3 $4", ["0"]]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "], "UZ": ["998", "00", "(?:20|33|[5-9]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[235-9]"]]]], "VA": ["39", "00", "0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}", [6, 7, 8, 9, 10, 11, 12], 0, 0, 0, 0, 0, 0, "06698"], "VC": ["1", "011", "(?:[58]\\d\\d|784|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "784$1", 0, "784"], "VE": ["58", "00", "[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}", [10], [["(\\d{3})(\\d{7})", "$1-$2", ["[24-689]"], "0$1"]], "0"], "VG": ["1", "011", "(?:284|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-578]\\d{6})$|1", "284$1", 0, "284"], "VI": ["1", "011", "[58]\\d{9}|(?:34|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "340$1", 0, "340"], "VN": ["84", "00", "[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["80"], "0$1", 1], ["(\\d{4})(\\d{4,6})", "$1 $2", ["1"], 0, 1], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["6"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[357-9]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["2[48]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["2"], "0$1", 1]], "0"], "VU": ["678", "00", "[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}", [5, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["[57-9]"]]]], "WF": ["681", "00", "(?:40|72|8\\d{4})\\d{4}|[89]\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[47-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], "WS": ["685", "0", "(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}", [5, 6, 7, 10], [["(\\d{5})", "$1", ["[2-5]|6[1-9]"]], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[68]"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], "XK": ["383", "00", "2\\d{7,8}|3\\d{7,11}|(?:4\\d\\d|[89]00)\\d{5}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2|39"], "0$1"], ["(\\d{2})(\\d{7,10})", "$1 $2", ["3"], "0$1"]], "0"], "YE": ["967", "00", "(?:1|7\\d)\\d{7}|[1-7]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-6]|7(?:[24-6]|8[0-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"], "0$1"]], "0"], "YT": ["262", "00", "7093\\d{5}|(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"], ["(?:639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])|7093[5-7])\\d{4}"], ["80\\d{7}"], 0, 0, 0, 0, 0, ["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]], "ZA": ["27", "00", "[1-79]\\d{8}|8\\d{4,9}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,4})", "$1 $2", ["8[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["8[1-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["860"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], "ZM": ["260", "00", "800\\d{6}|(?:21|[579]\\d|63)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[579]"], "0$1"]], "0"], "ZW": ["263", "00", "2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}", [5, 6, 7, 8, 9, 10], [["(\\d{3})(\\d{3,5})", "$1 $2", ["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"], "0$1"], ["(\\d)(\\d{3})(\\d{2,4})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["80"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2", "2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)", "2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["29[013-9]|39|54"], "0$1"], ["(\\d{4})(\\d{3,5})", "$1 $2", ["(?:25|54)8", "258|5483"], "0$1"]], "0"] }, "nonGeographic": { "800": ["800", 0, "(?:00|[1-9]\\d)\\d{6}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["\\d"]]], 0, 0, 0, 0, 0, 0, [0, 0, ["(?:00|[1-9]\\d)\\d{6}"]]], "808": ["808", 0, "[1-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[1-9]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, 0, ["[1-9]\\d{7}"]]], "870": ["870", 0, "7\\d{11}|[235-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"], 0, 0, 0, 0, 0, 0, ["2\\d{8}", [9]]]], "878": ["878", 0, "10\\d{10}", [12], [["(\\d{2})(\\d{5})(\\d{5})", "$1 $2 $3", ["1"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["10\\d{10}"]]], "881": ["881", 0, "6\\d{9}|[0-36-9]\\d{8}", [9, 10], [["(\\d)(\\d{3})(\\d{5})", "$1 $2 $3", ["[0-37-9]"]], ["(\\d)(\\d{3})(\\d{5,6})", "$1 $2 $3", ["6"]]], 0, 0, 0, 0, 0, 0, [0, ["6\\d{9}|[0-36-9]\\d{8}"]]], "882": ["882", 0, "[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5})", "$1 $2", ["16|342"]], ["(\\d{2})(\\d{6})", "$1 $2", ["49"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["1[36]|9"]], ["(\\d{2})(\\d{4})(\\d{3})", "$1 $2 $3", ["3[23]"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["16"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|23|3(?:[15]|4[57])|4|5[12]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["34"]], ["(\\d{2})(\\d{4,5})(\\d{5})", "$1 $2 $3", ["[1-35]"]]], 0, 0, 0, 0, 0, 0, [0, ["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|5(?:0\\d{3}|2[0-2]))\\d{7}", [7, 8, 9, 10, 12]], 0, 0, 0, ["348[57]\\d{7}", [11]], 0, 0, ["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]], "883": ["883", 0, "(?:[1-4]\\d|51)\\d{6,10}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,8})", "$1 $2 $3", ["[14]|2[24-689]|3[02-689]|51[24-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["510"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["21"]], ["(\\d{4})(\\d{4})(\\d{4})", "$1 $2 $3", ["51[13]"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[235]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]], "888": ["888", 0, "\\d{11}", [11], [["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3"]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, ["\\d{11}"]]], "979": ["979", 0, "[1359]\\d{8}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[1359]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, ["[1359]\\d{8}"]]] } };
|
|
21955
|
+
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}"]]] } };
|
|
21934
21956
|
function withMetadataArgument(func, _arguments) {
|
|
21935
21957
|
var args = Array.prototype.slice.call(_arguments);
|
|
21936
21958
|
args.push(metadata);
|
|
@@ -21958,39 +21980,32 @@ var objectConstructor = {}.constructor;
|
|
|
21958
21980
|
function isObject(object) {
|
|
21959
21981
|
return object !== void 0 && object !== null && object.constructor === objectConstructor;
|
|
21960
21982
|
}
|
|
21961
|
-
function _typeof$
|
|
21983
|
+
function _typeof$1(obj) {
|
|
21962
21984
|
"@babel/helpers - typeof";
|
|
21963
|
-
return _typeof$
|
|
21964
|
-
return typeof
|
|
21965
|
-
} : function(
|
|
21966
|
-
return
|
|
21967
|
-
}, _typeof$
|
|
21968
|
-
}
|
|
21969
|
-
function _classCallCheck$2(a, n) {
|
|
21970
|
-
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
21985
|
+
return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
|
|
21986
|
+
return typeof obj2;
|
|
21987
|
+
} : function(obj2) {
|
|
21988
|
+
return obj2 && "function" == typeof Symbol && obj2.constructor === Symbol && obj2 !== Symbol.prototype ? "symbol" : typeof obj2;
|
|
21989
|
+
}, _typeof$1(obj);
|
|
21971
21990
|
}
|
|
21972
|
-
function
|
|
21973
|
-
|
|
21974
|
-
|
|
21975
|
-
o.enumerable = o.enumerable || false, o.configurable = true, "value" in o && (o.writable = true), Object.defineProperty(e, _toPropertyKey$6(o.key), o);
|
|
21991
|
+
function _classCallCheck$2(instance, Constructor) {
|
|
21992
|
+
if (!(instance instanceof Constructor)) {
|
|
21993
|
+
throw new TypeError("Cannot call a class as a function");
|
|
21976
21994
|
}
|
|
21977
21995
|
}
|
|
21978
|
-
function
|
|
21979
|
-
|
|
21980
|
-
|
|
21981
|
-
|
|
21982
|
-
|
|
21983
|
-
|
|
21984
|
-
|
|
21985
|
-
function _toPrimitive$6(t2, r) {
|
|
21986
|
-
if ("object" != _typeof$7(t2) || !t2) return t2;
|
|
21987
|
-
var e = t2[Symbol.toPrimitive];
|
|
21988
|
-
if (void 0 !== e) {
|
|
21989
|
-
var i = e.call(t2, r);
|
|
21990
|
-
if ("object" != _typeof$7(i)) return i;
|
|
21991
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
21996
|
+
function _defineProperties$1(target, props) {
|
|
21997
|
+
for (var i = 0; i < props.length; i++) {
|
|
21998
|
+
var descriptor = props[i];
|
|
21999
|
+
descriptor.enumerable = descriptor.enumerable || false;
|
|
22000
|
+
descriptor.configurable = true;
|
|
22001
|
+
if ("value" in descriptor) descriptor.writable = true;
|
|
22002
|
+
Object.defineProperty(target, descriptor.key, descriptor);
|
|
21992
22003
|
}
|
|
21993
|
-
|
|
22004
|
+
}
|
|
22005
|
+
function _createClass$2(Constructor, protoProps, staticProps) {
|
|
22006
|
+
if (protoProps) _defineProperties$1(Constructor.prototype, protoProps);
|
|
22007
|
+
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
22008
|
+
return Constructor;
|
|
21994
22009
|
}
|
|
21995
22010
|
var V3 = "1.2.0";
|
|
21996
22011
|
var V4 = "1.7.35";
|
|
@@ -22003,7 +22018,7 @@ var Metadata = /* @__PURE__ */ function() {
|
|
|
22003
22018
|
this.metadata = metadata2;
|
|
22004
22019
|
setVersion.call(this, metadata2);
|
|
22005
22020
|
}
|
|
22006
|
-
|
|
22021
|
+
_createClass$2(Metadata2, [{
|
|
22007
22022
|
key: "getCountries",
|
|
22008
22023
|
value: function getCountries() {
|
|
22009
22024
|
return Object.keys(this.metadata.countries).filter(function(_) {
|
|
@@ -22208,6 +22223,7 @@ var Metadata = /* @__PURE__ */ function() {
|
|
|
22208
22223
|
return this.numberingPlan !== void 0;
|
|
22209
22224
|
}
|
|
22210
22225
|
}]);
|
|
22226
|
+
return Metadata2;
|
|
22211
22227
|
}();
|
|
22212
22228
|
var NumberingPlan = /* @__PURE__ */ function() {
|
|
22213
22229
|
function NumberingPlan2(metadata2, globalMetadataObject) {
|
|
@@ -22216,7 +22232,7 @@ var NumberingPlan = /* @__PURE__ */ function() {
|
|
|
22216
22232
|
this.metadata = metadata2;
|
|
22217
22233
|
setVersion.call(this, globalMetadataObject.metadata);
|
|
22218
22234
|
}
|
|
22219
|
-
|
|
22235
|
+
_createClass$2(NumberingPlan2, [{
|
|
22220
22236
|
key: "callingCode",
|
|
22221
22237
|
value: function callingCode() {
|
|
22222
22238
|
return this.metadata[0];
|
|
@@ -22355,6 +22371,7 @@ var NumberingPlan = /* @__PURE__ */ function() {
|
|
|
22355
22371
|
return this.metadata[13] || DEFAULT_EXT_PREFIX;
|
|
22356
22372
|
}
|
|
22357
22373
|
}]);
|
|
22374
|
+
return NumberingPlan2;
|
|
22358
22375
|
}();
|
|
22359
22376
|
var Format = /* @__PURE__ */ function() {
|
|
22360
22377
|
function Format2(format2, metadata2) {
|
|
@@ -22362,7 +22379,7 @@ var Format = /* @__PURE__ */ function() {
|
|
|
22362
22379
|
this._format = format2;
|
|
22363
22380
|
this.metadata = metadata2;
|
|
22364
22381
|
}
|
|
22365
|
-
|
|
22382
|
+
_createClass$2(Format2, [{
|
|
22366
22383
|
key: "pattern",
|
|
22367
22384
|
value: function pattern() {
|
|
22368
22385
|
return this._format[0];
|
|
@@ -22405,6 +22422,7 @@ var Format = /* @__PURE__ */ function() {
|
|
|
22405
22422
|
return this._format[5] || this.format();
|
|
22406
22423
|
}
|
|
22407
22424
|
}]);
|
|
22425
|
+
return Format2;
|
|
22408
22426
|
}();
|
|
22409
22427
|
var FIRST_GROUP_ONLY_PREFIX_PATTERN = /^\(?\$1\)?$/;
|
|
22410
22428
|
var Type = /* @__PURE__ */ function() {
|
|
@@ -22413,7 +22431,7 @@ var Type = /* @__PURE__ */ function() {
|
|
|
22413
22431
|
this.type = type;
|
|
22414
22432
|
this.metadata = metadata2;
|
|
22415
22433
|
}
|
|
22416
|
-
|
|
22434
|
+
_createClass$2(Type2, [{
|
|
22417
22435
|
key: "pattern",
|
|
22418
22436
|
value: function pattern() {
|
|
22419
22437
|
if (this.metadata.v1) return this.type;
|
|
@@ -22426,6 +22444,7 @@ var Type = /* @__PURE__ */ function() {
|
|
|
22426
22444
|
return this.type[1] || this.metadata.possibleLengths();
|
|
22427
22445
|
}
|
|
22428
22446
|
}]);
|
|
22447
|
+
return Type2;
|
|
22429
22448
|
}();
|
|
22430
22449
|
function getType(types, type) {
|
|
22431
22450
|
switch (type) {
|
|
@@ -22460,12 +22479,12 @@ function validateMetadata(metadata2) {
|
|
|
22460
22479
|
}
|
|
22461
22480
|
}
|
|
22462
22481
|
var typeOf = function typeOf2(_) {
|
|
22463
|
-
return _typeof$
|
|
22482
|
+
return _typeof$1(_);
|
|
22464
22483
|
};
|
|
22465
22484
|
function getCountryCallingCode(country, metadata2) {
|
|
22466
22485
|
metadata2 = new Metadata(metadata2);
|
|
22467
22486
|
if (metadata2.hasCountry(country)) {
|
|
22468
|
-
return metadata2.
|
|
22487
|
+
return metadata2.country(country).countryCallingCode();
|
|
22469
22488
|
}
|
|
22470
22489
|
throw new Error("Unknown country: ".concat(country));
|
|
22471
22490
|
}
|
|
@@ -22491,14 +22510,10 @@ function setVersion(metadata2) {
|
|
|
22491
22510
|
}
|
|
22492
22511
|
}
|
|
22493
22512
|
}
|
|
22494
|
-
function checkNumberLength(nationalNumber,
|
|
22495
|
-
return checkNumberLengthForType(nationalNumber,
|
|
22513
|
+
function checkNumberLength(nationalNumber, metadata2) {
|
|
22514
|
+
return checkNumberLengthForType(nationalNumber, void 0, metadata2);
|
|
22496
22515
|
}
|
|
22497
|
-
function checkNumberLengthForType(nationalNumber,
|
|
22498
|
-
if (country) {
|
|
22499
|
-
metadata2 = new Metadata(metadata2.metadata);
|
|
22500
|
-
metadata2.selectNumberingPlan(country);
|
|
22501
|
-
}
|
|
22516
|
+
function checkNumberLengthForType(nationalNumber, type, metadata2) {
|
|
22502
22517
|
var type_info = metadata2.type(type);
|
|
22503
22518
|
var possible_lengths = type_info && type_info.possibleLengths() || metadata2.possibleLengths();
|
|
22504
22519
|
if (!possible_lengths) {
|
|
@@ -22535,7 +22550,7 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
22535
22550
|
if (!metadata2.hasCountry(input.country)) {
|
|
22536
22551
|
throw new Error("Unknown country: ".concat(input.country));
|
|
22537
22552
|
}
|
|
22538
|
-
metadata2.
|
|
22553
|
+
metadata2.country(input.country);
|
|
22539
22554
|
} else {
|
|
22540
22555
|
if (!input.countryCallingCode) {
|
|
22541
22556
|
throw new Error("Invalid phone number object passed");
|
|
@@ -22544,7 +22559,7 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
22544
22559
|
}
|
|
22545
22560
|
}
|
|
22546
22561
|
if (metadata2.possibleLengths()) {
|
|
22547
|
-
return isPossibleNumber(input.phone || input.nationalNumber,
|
|
22562
|
+
return isPossibleNumber(input.phone || input.nationalNumber, metadata2);
|
|
22548
22563
|
} else {
|
|
22549
22564
|
if (input.countryCallingCode && metadata2.isNonGeographicCallingCode(input.countryCallingCode)) {
|
|
22550
22565
|
return true;
|
|
@@ -22553,41 +22568,45 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
22553
22568
|
}
|
|
22554
22569
|
}
|
|
22555
22570
|
}
|
|
22556
|
-
function isPossibleNumber(nationalNumber,
|
|
22557
|
-
switch (checkNumberLength(nationalNumber,
|
|
22571
|
+
function isPossibleNumber(nationalNumber, metadata2) {
|
|
22572
|
+
switch (checkNumberLength(nationalNumber, metadata2)) {
|
|
22558
22573
|
case "IS_POSSIBLE":
|
|
22559
22574
|
return true;
|
|
22560
22575
|
default:
|
|
22561
22576
|
return false;
|
|
22562
22577
|
}
|
|
22563
22578
|
}
|
|
22564
|
-
function matchesEntirely(text2,
|
|
22579
|
+
function matchesEntirely(text2, regular_expression) {
|
|
22565
22580
|
text2 = text2 || "";
|
|
22566
|
-
return new RegExp("^(?:" +
|
|
22567
|
-
}
|
|
22568
|
-
function _createForOfIteratorHelperLoose$
|
|
22569
|
-
var
|
|
22570
|
-
if (
|
|
22571
|
-
if (Array.isArray(
|
|
22572
|
-
|
|
22573
|
-
var
|
|
22581
|
+
return new RegExp("^(?:" + regular_expression + ")$").test(text2);
|
|
22582
|
+
}
|
|
22583
|
+
function _createForOfIteratorHelperLoose$3(o, allowArrayLike) {
|
|
22584
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
22585
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
22586
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$4(o)) || allowArrayLike) {
|
|
22587
|
+
if (it) o = it;
|
|
22588
|
+
var i = 0;
|
|
22574
22589
|
return function() {
|
|
22575
|
-
|
|
22590
|
+
if (i >= o.length) return { done: true };
|
|
22591
|
+
return { done: false, value: o[i++] };
|
|
22576
22592
|
};
|
|
22577
22593
|
}
|
|
22578
22594
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22579
22595
|
}
|
|
22580
|
-
function _unsupportedIterableToArray$
|
|
22581
|
-
if (
|
|
22582
|
-
|
|
22583
|
-
|
|
22584
|
-
|
|
22585
|
-
|
|
22596
|
+
function _unsupportedIterableToArray$4(o, minLen) {
|
|
22597
|
+
if (!o) return;
|
|
22598
|
+
if (typeof o === "string") return _arrayLikeToArray$4(o, minLen);
|
|
22599
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
22600
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
22601
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
22602
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$4(o, minLen);
|
|
22586
22603
|
}
|
|
22587
|
-
function _arrayLikeToArray$
|
|
22588
|
-
(
|
|
22589
|
-
for (var
|
|
22590
|
-
|
|
22604
|
+
function _arrayLikeToArray$4(arr, len) {
|
|
22605
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
22606
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
22607
|
+
arr2[i] = arr[i];
|
|
22608
|
+
}
|
|
22609
|
+
return arr2;
|
|
22591
22610
|
}
|
|
22592
22611
|
var NON_FIXED_LINE_PHONE_TYPES = ["MOBILE", "PREMIUM_RATE", "TOLL_FREE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL"];
|
|
22593
22612
|
function getNumberType(input, options, metadata2) {
|
|
@@ -22613,7 +22632,7 @@ function getNumberType(input, options, metadata2) {
|
|
|
22613
22632
|
}
|
|
22614
22633
|
return "FIXED_LINE";
|
|
22615
22634
|
}
|
|
22616
|
-
for (var _iterator = _createForOfIteratorHelperLoose$
|
|
22635
|
+
for (var _iterator = _createForOfIteratorHelperLoose$3(NON_FIXED_LINE_PHONE_TYPES), _step; !(_step = _iterator()).done; ) {
|
|
22617
22636
|
var type = _step.value;
|
|
22618
22637
|
if (isNumberTypeEqualTo(nationalNumber, type, metadata2)) {
|
|
22619
22638
|
return type;
|
|
@@ -22621,14 +22640,14 @@ function getNumberType(input, options, metadata2) {
|
|
|
22621
22640
|
}
|
|
22622
22641
|
}
|
|
22623
22642
|
function isNumberTypeEqualTo(nationalNumber, type, metadata2) {
|
|
22624
|
-
|
|
22625
|
-
if (!
|
|
22643
|
+
type = metadata2.type(type);
|
|
22644
|
+
if (!type || !type.pattern()) {
|
|
22626
22645
|
return false;
|
|
22627
22646
|
}
|
|
22628
|
-
if (
|
|
22647
|
+
if (type.possibleLengths() && type.possibleLengths().indexOf(nationalNumber.length) < 0) {
|
|
22629
22648
|
return false;
|
|
22630
22649
|
}
|
|
22631
|
-
return matchesEntirely(nationalNumber,
|
|
22650
|
+
return matchesEntirely(nationalNumber, type.pattern());
|
|
22632
22651
|
}
|
|
22633
22652
|
function isValidNumber(input, options, metadata2) {
|
|
22634
22653
|
options = options || {};
|
|
@@ -22732,63 +22751,7 @@ function extractNationalNumberFromPossiblyIncompleteNumber(number2, metadata2) {
|
|
|
22732
22751
|
nationalNumber: number2
|
|
22733
22752
|
};
|
|
22734
22753
|
}
|
|
22735
|
-
function
|
|
22736
|
-
var t2 = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
22737
|
-
if (t2) return (t2 = t2.call(r)).next.bind(t2);
|
|
22738
|
-
if (Array.isArray(r) || (t2 = _unsupportedIterableToArray$2(r)) || e) {
|
|
22739
|
-
t2 && (r = t2);
|
|
22740
|
-
var o = 0;
|
|
22741
|
-
return function() {
|
|
22742
|
-
return o >= r.length ? { done: true } : { done: false, value: r[o++] };
|
|
22743
|
-
};
|
|
22744
|
-
}
|
|
22745
|
-
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22746
|
-
}
|
|
22747
|
-
function _unsupportedIterableToArray$2(r, a) {
|
|
22748
|
-
if (r) {
|
|
22749
|
-
if ("string" == typeof r) return _arrayLikeToArray$2(r, a);
|
|
22750
|
-
var t2 = {}.toString.call(r).slice(8, -1);
|
|
22751
|
-
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;
|
|
22752
|
-
}
|
|
22753
|
-
}
|
|
22754
|
-
function _arrayLikeToArray$2(r, a) {
|
|
22755
|
-
(null == a || a > r.length) && (a = r.length);
|
|
22756
|
-
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
22757
|
-
return n;
|
|
22758
|
-
}
|
|
22759
|
-
function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
|
|
22760
|
-
var countries = _ref.countries, metadata2 = _ref.metadata;
|
|
22761
|
-
metadata2 = new Metadata(metadata2);
|
|
22762
|
-
for (var _iterator = _createForOfIteratorHelperLoose$1(countries), _step; !(_step = _iterator()).done; ) {
|
|
22763
|
-
var country = _step.value;
|
|
22764
|
-
metadata2.selectNumberingPlan(country);
|
|
22765
|
-
if (metadata2.leadingDigits()) {
|
|
22766
|
-
if (nationalPhoneNumber && nationalPhoneNumber.search(metadata2.leadingDigits()) === 0) {
|
|
22767
|
-
return country;
|
|
22768
|
-
}
|
|
22769
|
-
} else if (getNumberType({
|
|
22770
|
-
phone: nationalPhoneNumber,
|
|
22771
|
-
country
|
|
22772
|
-
}, void 0, metadata2.metadata)) {
|
|
22773
|
-
return country;
|
|
22774
|
-
}
|
|
22775
|
-
}
|
|
22776
|
-
}
|
|
22777
|
-
function getCountryByCallingCode(callingCode, _ref) {
|
|
22778
|
-
var nationalPhoneNumber = _ref.nationalNumber, metadata2 = _ref.metadata;
|
|
22779
|
-
var possibleCountries = metadata2.getCountryCodesForCallingCode(callingCode);
|
|
22780
|
-
if (!possibleCountries) {
|
|
22781
|
-
return;
|
|
22782
|
-
}
|
|
22783
|
-
if (possibleCountries.length === 1) {
|
|
22784
|
-
return possibleCountries[0];
|
|
22785
|
-
}
|
|
22786
|
-
return getCountryByNationalNumber(nationalPhoneNumber, {
|
|
22787
|
-
countries: possibleCountries,
|
|
22788
|
-
metadata: metadata2.metadata
|
|
22789
|
-
});
|
|
22790
|
-
}
|
|
22791
|
-
function extractNationalNumber(number2, country, metadata2) {
|
|
22754
|
+
function extractNationalNumber(number2, metadata2) {
|
|
22792
22755
|
var _extractNationalNumbe = extractNationalNumberFromPossiblyIncompleteNumber(number2, metadata2), carrierCode = _extractNationalNumbe.carrierCode, nationalNumber = _extractNationalNumbe.nationalNumber;
|
|
22793
22756
|
if (nationalNumber !== number2) {
|
|
22794
22757
|
if (!shouldHaveExtractedNationalPrefix(number2, nationalNumber, metadata2)) {
|
|
@@ -22796,14 +22759,8 @@ function extractNationalNumber(number2, country, metadata2) {
|
|
|
22796
22759
|
nationalNumber: number2
|
|
22797
22760
|
};
|
|
22798
22761
|
}
|
|
22799
|
-
if (metadata2.
|
|
22800
|
-
if (!
|
|
22801
|
-
country = getCountryByCallingCode(metadata2.numberingPlan.callingCode(), {
|
|
22802
|
-
nationalNumber,
|
|
22803
|
-
metadata: metadata2
|
|
22804
|
-
});
|
|
22805
|
-
}
|
|
22806
|
-
if (!isPossibleIncompleteNationalNumber(nationalNumber, country, metadata2)) {
|
|
22762
|
+
if (metadata2.possibleLengths()) {
|
|
22763
|
+
if (!isPossibleIncompleteNationalNumber(nationalNumber, metadata2)) {
|
|
22807
22764
|
return {
|
|
22808
22765
|
nationalNumber: number2
|
|
22809
22766
|
};
|
|
@@ -22821,8 +22778,8 @@ function shouldHaveExtractedNationalPrefix(nationalNumberBefore, nationalNumberA
|
|
|
22821
22778
|
}
|
|
22822
22779
|
return true;
|
|
22823
22780
|
}
|
|
22824
|
-
function isPossibleIncompleteNationalNumber(nationalNumber,
|
|
22825
|
-
switch (checkNumberLength(nationalNumber,
|
|
22781
|
+
function isPossibleIncompleteNationalNumber(nationalNumber, metadata2) {
|
|
22782
|
+
switch (checkNumberLength(nationalNumber, metadata2)) {
|
|
22826
22783
|
case "TOO_SHORT":
|
|
22827
22784
|
case "INVALID_LENGTH":
|
|
22828
22785
|
return false;
|
|
@@ -22830,15 +22787,15 @@ function isPossibleIncompleteNationalNumber(nationalNumber, country, metadata2)
|
|
|
22830
22787
|
return true;
|
|
22831
22788
|
}
|
|
22832
22789
|
}
|
|
22833
|
-
function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country,
|
|
22834
|
-
var countryCallingCode =
|
|
22790
|
+
function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country, callingCode, metadata2) {
|
|
22791
|
+
var countryCallingCode = country ? getCountryCallingCode(country, metadata2) : callingCode;
|
|
22835
22792
|
if (number2.indexOf(countryCallingCode) === 0) {
|
|
22836
22793
|
metadata2 = new Metadata(metadata2);
|
|
22837
|
-
metadata2.selectNumberingPlan(
|
|
22794
|
+
metadata2.selectNumberingPlan(country, callingCode);
|
|
22838
22795
|
var possibleShorterNumber = number2.slice(countryCallingCode.length);
|
|
22839
|
-
var _extractNationalNumbe = extractNationalNumber(possibleShorterNumber,
|
|
22840
|
-
var _extractNationalNumbe2 = extractNationalNumber(number2,
|
|
22841
|
-
if (!matchesEntirely(nationalNumber, metadata2.nationalNumberPattern()) && matchesEntirely(possibleShorterNationalNumber, metadata2.nationalNumberPattern()) || checkNumberLength(nationalNumber,
|
|
22796
|
+
var _extractNationalNumbe = extractNationalNumber(possibleShorterNumber, metadata2), possibleShorterNationalNumber = _extractNationalNumbe.nationalNumber;
|
|
22797
|
+
var _extractNationalNumbe2 = extractNationalNumber(number2, metadata2), nationalNumber = _extractNationalNumbe2.nationalNumber;
|
|
22798
|
+
if (!matchesEntirely(nationalNumber, metadata2.nationalNumberPattern()) && matchesEntirely(possibleShorterNationalNumber, metadata2.nationalNumberPattern()) || checkNumberLength(nationalNumber, metadata2) === "TOO_LONG") {
|
|
22842
22799
|
return {
|
|
22843
22800
|
countryCallingCode,
|
|
22844
22801
|
number: possibleShorterNumber
|
|
@@ -22849,19 +22806,19 @@ function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2
|
|
|
22849
22806
|
number: number2
|
|
22850
22807
|
};
|
|
22851
22808
|
}
|
|
22852
|
-
function extractCountryCallingCode(number2, country,
|
|
22809
|
+
function extractCountryCallingCode(number2, country, callingCode, metadata2) {
|
|
22853
22810
|
if (!number2) {
|
|
22854
22811
|
return {};
|
|
22855
22812
|
}
|
|
22856
22813
|
var isNumberWithIddPrefix;
|
|
22857
22814
|
if (number2[0] !== "+") {
|
|
22858
|
-
var numberWithoutIDD = stripIddPrefix(number2,
|
|
22815
|
+
var numberWithoutIDD = stripIddPrefix(number2, country, callingCode, metadata2);
|
|
22859
22816
|
if (numberWithoutIDD && numberWithoutIDD !== number2) {
|
|
22860
22817
|
isNumberWithIddPrefix = true;
|
|
22861
22818
|
number2 = "+" + numberWithoutIDD;
|
|
22862
22819
|
} else {
|
|
22863
|
-
if (
|
|
22864
|
-
var _extractCountryCallin = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country,
|
|
22820
|
+
if (country || callingCode) {
|
|
22821
|
+
var _extractCountryCallin = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country, callingCode, metadata2), countryCallingCode = _extractCountryCallin.countryCallingCode, shorterNumber = _extractCountryCallin.number;
|
|
22865
22822
|
if (countryCallingCode) {
|
|
22866
22823
|
return {
|
|
22867
22824
|
countryCallingCodeSource: "FROM_NUMBER_WITHOUT_PLUS_SIGN",
|
|
@@ -22985,6 +22942,63 @@ function formatRFC3966(_ref) {
|
|
|
22985
22942
|
}
|
|
22986
22943
|
return "tel:".concat(number2).concat(ext ? ";ext=" + ext : "");
|
|
22987
22944
|
}
|
|
22945
|
+
function _createForOfIteratorHelperLoose$2(o, allowArrayLike) {
|
|
22946
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
22947
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
22948
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$3(o)) || allowArrayLike) {
|
|
22949
|
+
if (it) o = it;
|
|
22950
|
+
var i = 0;
|
|
22951
|
+
return function() {
|
|
22952
|
+
if (i >= o.length) return { done: true };
|
|
22953
|
+
return { done: false, value: o[i++] };
|
|
22954
|
+
};
|
|
22955
|
+
}
|
|
22956
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22957
|
+
}
|
|
22958
|
+
function _unsupportedIterableToArray$3(o, minLen) {
|
|
22959
|
+
if (!o) return;
|
|
22960
|
+
if (typeof o === "string") return _arrayLikeToArray$3(o, minLen);
|
|
22961
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
22962
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
22963
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
22964
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$3(o, minLen);
|
|
22965
|
+
}
|
|
22966
|
+
function _arrayLikeToArray$3(arr, len) {
|
|
22967
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
22968
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
22969
|
+
arr2[i] = arr[i];
|
|
22970
|
+
}
|
|
22971
|
+
return arr2;
|
|
22972
|
+
}
|
|
22973
|
+
function ownKeys$6(object, enumerableOnly) {
|
|
22974
|
+
var keys = Object.keys(object);
|
|
22975
|
+
if (Object.getOwnPropertySymbols) {
|
|
22976
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
22977
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
22978
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
22979
|
+
})), keys.push.apply(keys, symbols);
|
|
22980
|
+
}
|
|
22981
|
+
return keys;
|
|
22982
|
+
}
|
|
22983
|
+
function _objectSpread$6(target) {
|
|
22984
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
22985
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
22986
|
+
i % 2 ? ownKeys$6(Object(source), true).forEach(function(key) {
|
|
22987
|
+
_defineProperty$6(target, key, source[key]);
|
|
22988
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$6(Object(source)).forEach(function(key) {
|
|
22989
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
22990
|
+
});
|
|
22991
|
+
}
|
|
22992
|
+
return target;
|
|
22993
|
+
}
|
|
22994
|
+
function _defineProperty$6(obj, key, value) {
|
|
22995
|
+
if (key in obj) {
|
|
22996
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
22997
|
+
} else {
|
|
22998
|
+
obj[key] = value;
|
|
22999
|
+
}
|
|
23000
|
+
return obj;
|
|
23001
|
+
}
|
|
22988
23002
|
var DEFAULT_OPTIONS = {
|
|
22989
23003
|
formatExtension: function formatExtension(formattedNumber, extension, metadata2) {
|
|
22990
23004
|
return "".concat(formattedNumber).concat(metadata2.ext()).concat(extension);
|
|
@@ -22992,7 +23006,7 @@ var DEFAULT_OPTIONS = {
|
|
|
22992
23006
|
};
|
|
22993
23007
|
function formatNumber(input, format2, options, metadata2) {
|
|
22994
23008
|
if (options) {
|
|
22995
|
-
options =
|
|
23009
|
+
options = _objectSpread$6(_objectSpread$6({}, DEFAULT_OPTIONS), options);
|
|
22996
23010
|
} else {
|
|
22997
23011
|
options = DEFAULT_OPTIONS;
|
|
22998
23012
|
}
|
|
@@ -23001,7 +23015,7 @@ function formatNumber(input, format2, options, metadata2) {
|
|
|
23001
23015
|
if (!metadata2.hasCountry(input.country)) {
|
|
23002
23016
|
throw new Error("Unknown country: ".concat(input.country));
|
|
23003
23017
|
}
|
|
23004
|
-
metadata2.
|
|
23018
|
+
metadata2.country(input.country);
|
|
23005
23019
|
} else if (input.countryCallingCode) {
|
|
23006
23020
|
metadata2.selectNumberingPlan(input.countryCallingCode);
|
|
23007
23021
|
} else return input.phone || "";
|
|
@@ -23034,9 +23048,6 @@ function formatNumber(input, format2, options, metadata2) {
|
|
|
23034
23048
|
return;
|
|
23035
23049
|
}
|
|
23036
23050
|
var formattedNumber = formatIDD(nationalNumber, input.carrierCode, countryCallingCode, options.fromCountry, metadata2);
|
|
23037
|
-
if (!formattedNumber) {
|
|
23038
|
-
return;
|
|
23039
|
-
}
|
|
23040
23051
|
return addExtension(formattedNumber, input.ext, metadata2, options.formatExtension);
|
|
23041
23052
|
default:
|
|
23042
23053
|
throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(format2, '"'));
|
|
@@ -23052,16 +23063,19 @@ function formatNationalNumber(number2, carrierCode, formatAs, metadata2, options
|
|
|
23052
23063
|
withNationalPrefix: format2.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && options && options.nationalPrefix === false ? false : true
|
|
23053
23064
|
});
|
|
23054
23065
|
}
|
|
23055
|
-
function chooseFormatForNumber(availableFormats,
|
|
23056
|
-
|
|
23066
|
+
function chooseFormatForNumber(availableFormats, nationalNnumber) {
|
|
23067
|
+
for (var _iterator = _createForOfIteratorHelperLoose$2(availableFormats), _step; !(_step = _iterator()).done; ) {
|
|
23068
|
+
var format2 = _step.value;
|
|
23057
23069
|
if (format2.leadingDigitsPatterns().length > 0) {
|
|
23058
23070
|
var lastLeadingDigitsPattern = format2.leadingDigitsPatterns()[format2.leadingDigitsPatterns().length - 1];
|
|
23059
|
-
if (
|
|
23060
|
-
|
|
23071
|
+
if (nationalNnumber.search(lastLeadingDigitsPattern) !== 0) {
|
|
23072
|
+
continue;
|
|
23061
23073
|
}
|
|
23062
23074
|
}
|
|
23063
|
-
|
|
23064
|
-
|
|
23075
|
+
if (matchesEntirely(nationalNnumber, format2.pattern())) {
|
|
23076
|
+
return format2;
|
|
23077
|
+
}
|
|
23078
|
+
}
|
|
23065
23079
|
}
|
|
23066
23080
|
function addExtension(formattedNumber, ext, metadata2, formatExtension2) {
|
|
23067
23081
|
return ext ? formatExtension2(formattedNumber, ext, metadata2) : formattedNumber;
|
|
@@ -23080,87 +23094,53 @@ function formatIDD(nationalNumber, carrierCode, countryCallingCode, fromCountry,
|
|
|
23080
23094
|
return "".concat(iddPrefix, " ").concat(countryCallingCode, " ").concat(formatNationalNumber(nationalNumber, null, "INTERNATIONAL", metadata2));
|
|
23081
23095
|
}
|
|
23082
23096
|
}
|
|
23083
|
-
function
|
|
23084
|
-
var
|
|
23085
|
-
|
|
23086
|
-
|
|
23087
|
-
|
|
23088
|
-
|
|
23089
|
-
|
|
23090
|
-
for (var key in objects[i]) {
|
|
23091
|
-
objects[0][key] = objects[i][key];
|
|
23092
|
-
}
|
|
23093
|
-
}
|
|
23094
|
-
i++;
|
|
23095
|
-
}
|
|
23096
|
-
return objects[0];
|
|
23097
|
-
}
|
|
23098
|
-
function pickFirstMatchingElement(elements, testFunction) {
|
|
23099
|
-
var i = 0;
|
|
23100
|
-
while (i < elements.length) {
|
|
23101
|
-
if (testFunction(elements[i])) {
|
|
23102
|
-
return elements[i];
|
|
23103
|
-
}
|
|
23104
|
-
i++;
|
|
23097
|
+
function ownKeys$5(object, enumerableOnly) {
|
|
23098
|
+
var keys = Object.keys(object);
|
|
23099
|
+
if (Object.getOwnPropertySymbols) {
|
|
23100
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
23101
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23102
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23103
|
+
})), keys.push.apply(keys, symbols);
|
|
23105
23104
|
}
|
|
23105
|
+
return keys;
|
|
23106
23106
|
}
|
|
23107
|
-
function
|
|
23108
|
-
|
|
23109
|
-
|
|
23110
|
-
|
|
23111
|
-
|
|
23112
|
-
|
|
23113
|
-
|
|
23114
|
-
}
|
|
23115
|
-
function ownKeys$5(e, r) {
|
|
23116
|
-
var t2 = Object.keys(e);
|
|
23117
|
-
if (Object.getOwnPropertySymbols) {
|
|
23118
|
-
var o = Object.getOwnPropertySymbols(e);
|
|
23119
|
-
r && (o = o.filter(function(r2) {
|
|
23120
|
-
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
23121
|
-
})), t2.push.apply(t2, o);
|
|
23122
|
-
}
|
|
23123
|
-
return t2;
|
|
23124
|
-
}
|
|
23125
|
-
function _objectSpread$5(e) {
|
|
23126
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23127
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23128
|
-
r % 2 ? ownKeys$5(Object(t2), true).forEach(function(r2) {
|
|
23129
|
-
_defineProperty$5(e, r2, t2[r2]);
|
|
23130
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$5(Object(t2)).forEach(function(r2) {
|
|
23131
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23107
|
+
function _objectSpread$5(target) {
|
|
23108
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
23109
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
23110
|
+
i % 2 ? ownKeys$5(Object(source), true).forEach(function(key) {
|
|
23111
|
+
_defineProperty$5(target, key, source[key]);
|
|
23112
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$5(Object(source)).forEach(function(key) {
|
|
23113
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23132
23114
|
});
|
|
23133
23115
|
}
|
|
23134
|
-
return
|
|
23135
|
-
}
|
|
23136
|
-
function _defineProperty$5(e, r, t2) {
|
|
23137
|
-
return (r = _toPropertyKey$5(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23138
|
-
}
|
|
23139
|
-
function _classCallCheck$1(a, n) {
|
|
23140
|
-
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
23116
|
+
return target;
|
|
23141
23117
|
}
|
|
23142
|
-
function
|
|
23143
|
-
|
|
23144
|
-
|
|
23145
|
-
|
|
23118
|
+
function _defineProperty$5(obj, key, value) {
|
|
23119
|
+
if (key in obj) {
|
|
23120
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23121
|
+
} else {
|
|
23122
|
+
obj[key] = value;
|
|
23146
23123
|
}
|
|
23124
|
+
return obj;
|
|
23147
23125
|
}
|
|
23148
|
-
function
|
|
23149
|
-
|
|
23150
|
-
|
|
23151
|
-
|
|
23152
|
-
var i = _toPrimitive$5(t2, "string");
|
|
23153
|
-
return "symbol" == _typeof$6(i) ? i : i + "";
|
|
23126
|
+
function _classCallCheck$1(instance, Constructor) {
|
|
23127
|
+
if (!(instance instanceof Constructor)) {
|
|
23128
|
+
throw new TypeError("Cannot call a class as a function");
|
|
23129
|
+
}
|
|
23154
23130
|
}
|
|
23155
|
-
function
|
|
23156
|
-
|
|
23157
|
-
|
|
23158
|
-
|
|
23159
|
-
|
|
23160
|
-
if ("
|
|
23161
|
-
|
|
23131
|
+
function _defineProperties(target, props) {
|
|
23132
|
+
for (var i = 0; i < props.length; i++) {
|
|
23133
|
+
var descriptor = props[i];
|
|
23134
|
+
descriptor.enumerable = descriptor.enumerable || false;
|
|
23135
|
+
descriptor.configurable = true;
|
|
23136
|
+
if ("value" in descriptor) descriptor.writable = true;
|
|
23137
|
+
Object.defineProperty(target, descriptor.key, descriptor);
|
|
23162
23138
|
}
|
|
23163
|
-
|
|
23139
|
+
}
|
|
23140
|
+
function _createClass$1(Constructor, protoProps, staticProps) {
|
|
23141
|
+
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
23142
|
+
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
23143
|
+
return Constructor;
|
|
23164
23144
|
}
|
|
23165
23145
|
var PhoneNumber = /* @__PURE__ */ function() {
|
|
23166
23146
|
function PhoneNumber2(countryOrCountryCallingCode, nationalNumber, metadata2) {
|
|
@@ -23171,20 +23151,22 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
23171
23151
|
if (typeof countryOrCountryCallingCode !== "string") {
|
|
23172
23152
|
throw new TypeError("First argument must be a string");
|
|
23173
23153
|
}
|
|
23174
|
-
if (countryOrCountryCallingCode
|
|
23175
|
-
|
|
23176
|
-
|
|
23177
|
-
if (isObject(nationalNumber) && isObject(nationalNumber.countries)) {
|
|
23178
|
-
metadata2 = nationalNumber;
|
|
23179
|
-
var e164Number = countryOrCountryCallingCode;
|
|
23180
|
-
if (!E164_NUMBER_REGEXP.test(e164Number)) {
|
|
23181
|
-
throw new Error('Invalid `number` argument passed: must consist of a "+" followed by digits');
|
|
23154
|
+
if (typeof countryOrCountryCallingCode === "string") {
|
|
23155
|
+
if (countryOrCountryCallingCode[0] === "+" && !nationalNumber) {
|
|
23156
|
+
throw new TypeError("`metadata` argument not passed");
|
|
23182
23157
|
}
|
|
23183
|
-
|
|
23184
|
-
|
|
23185
|
-
|
|
23186
|
-
|
|
23187
|
-
|
|
23158
|
+
if (isObject(nationalNumber) && isObject(nationalNumber.countries)) {
|
|
23159
|
+
metadata2 = nationalNumber;
|
|
23160
|
+
var e164Number = countryOrCountryCallingCode;
|
|
23161
|
+
if (!E164_NUMBER_REGEXP.test(e164Number)) {
|
|
23162
|
+
throw new Error('Invalid `number` argument passed: must consist of a "+" followed by digits');
|
|
23163
|
+
}
|
|
23164
|
+
var _extractCountryCallin = extractCountryCallingCode(e164Number, void 0, void 0, metadata2), _countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
23165
|
+
nationalNumber = number2;
|
|
23166
|
+
countryOrCountryCallingCode = _countryCallingCode;
|
|
23167
|
+
if (!nationalNumber) {
|
|
23168
|
+
throw new Error("Invalid `number` argument passed: too short");
|
|
23169
|
+
}
|
|
23188
23170
|
}
|
|
23189
23171
|
}
|
|
23190
23172
|
if (!nationalNumber) {
|
|
@@ -23203,7 +23185,7 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
23203
23185
|
return metadata2;
|
|
23204
23186
|
};
|
|
23205
23187
|
}
|
|
23206
|
-
|
|
23188
|
+
_createClass$1(PhoneNumber2, [{
|
|
23207
23189
|
key: "setExt",
|
|
23208
23190
|
value: function setExt(ext) {
|
|
23209
23191
|
this.ext = ext;
|
|
@@ -23287,6 +23269,7 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
23287
23269
|
return this.format("RFC3966", options);
|
|
23288
23270
|
}
|
|
23289
23271
|
}]);
|
|
23272
|
+
return PhoneNumber2;
|
|
23290
23273
|
}();
|
|
23291
23274
|
var isCountryCode = function isCountryCode2(value) {
|
|
23292
23275
|
return /^[A-Z]{2}$/.test(value);
|
|
@@ -23308,95 +23291,131 @@ function getCountryAndCountryCallingCode(countryOrCountryCallingCode, metadataJs
|
|
|
23308
23291
|
};
|
|
23309
23292
|
}
|
|
23310
23293
|
var E164_NUMBER_REGEXP = /^\+\d+$/;
|
|
23311
|
-
function _typeof
|
|
23294
|
+
function _typeof(obj) {
|
|
23312
23295
|
"@babel/helpers - typeof";
|
|
23313
|
-
return _typeof
|
|
23314
|
-
return typeof
|
|
23315
|
-
} : function(
|
|
23316
|
-
return
|
|
23317
|
-
}, _typeof
|
|
23318
|
-
}
|
|
23319
|
-
function _createClass(
|
|
23320
|
-
|
|
23321
|
-
|
|
23322
|
-
|
|
23323
|
-
|
|
23324
|
-
|
|
23325
|
-
|
|
23326
|
-
|
|
23327
|
-
}
|
|
23328
|
-
function
|
|
23329
|
-
if (
|
|
23330
|
-
|
|
23331
|
-
|
|
23332
|
-
}
|
|
23333
|
-
|
|
23334
|
-
if (
|
|
23335
|
-
|
|
23336
|
-
|
|
23337
|
-
|
|
23338
|
-
|
|
23339
|
-
|
|
23340
|
-
|
|
23341
|
-
|
|
23342
|
-
|
|
23343
|
-
|
|
23344
|
-
|
|
23345
|
-
|
|
23346
|
-
|
|
23347
|
-
|
|
23348
|
-
|
|
23296
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
|
|
23297
|
+
return typeof obj2;
|
|
23298
|
+
} : function(obj2) {
|
|
23299
|
+
return obj2 && "function" == typeof Symbol && obj2.constructor === Symbol && obj2 !== Symbol.prototype ? "symbol" : typeof obj2;
|
|
23300
|
+
}, _typeof(obj);
|
|
23301
|
+
}
|
|
23302
|
+
function _createClass(Constructor, protoProps, staticProps) {
|
|
23303
|
+
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
23304
|
+
return Constructor;
|
|
23305
|
+
}
|
|
23306
|
+
function _classCallCheck(instance, Constructor) {
|
|
23307
|
+
if (!(instance instanceof Constructor)) {
|
|
23308
|
+
throw new TypeError("Cannot call a class as a function");
|
|
23309
|
+
}
|
|
23310
|
+
}
|
|
23311
|
+
function _inherits(subClass, superClass) {
|
|
23312
|
+
if (typeof superClass !== "function" && superClass !== null) {
|
|
23313
|
+
throw new TypeError("Super expression must either be null or a function");
|
|
23314
|
+
}
|
|
23315
|
+
subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });
|
|
23316
|
+
Object.defineProperty(subClass, "prototype", { writable: false });
|
|
23317
|
+
if (superClass) _setPrototypeOf(subClass, superClass);
|
|
23318
|
+
}
|
|
23319
|
+
function _createSuper(Derived) {
|
|
23320
|
+
var hasNativeReflectConstruct = _isNativeReflectConstruct();
|
|
23321
|
+
return function _createSuperInternal() {
|
|
23322
|
+
var Super = _getPrototypeOf(Derived), result2;
|
|
23323
|
+
if (hasNativeReflectConstruct) {
|
|
23324
|
+
var NewTarget = _getPrototypeOf(this).constructor;
|
|
23325
|
+
result2 = Reflect.construct(Super, arguments, NewTarget);
|
|
23326
|
+
} else {
|
|
23327
|
+
result2 = Super.apply(this, arguments);
|
|
23328
|
+
}
|
|
23329
|
+
return _possibleConstructorReturn(this, result2);
|
|
23330
|
+
};
|
|
23331
|
+
}
|
|
23332
|
+
function _possibleConstructorReturn(self2, call) {
|
|
23333
|
+
if (call && (_typeof(call) === "object" || typeof call === "function")) {
|
|
23334
|
+
return call;
|
|
23335
|
+
} else if (call !== void 0) {
|
|
23336
|
+
throw new TypeError("Derived constructors may only return object or undefined");
|
|
23337
|
+
}
|
|
23338
|
+
return _assertThisInitialized(self2);
|
|
23339
|
+
}
|
|
23340
|
+
function _assertThisInitialized(self2) {
|
|
23341
|
+
if (self2 === void 0) {
|
|
23342
|
+
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
23343
|
+
}
|
|
23344
|
+
return self2;
|
|
23345
|
+
}
|
|
23346
|
+
function _wrapNativeSuper(Class) {
|
|
23347
|
+
var _cache = typeof Map === "function" ? /* @__PURE__ */ new Map() : void 0;
|
|
23348
|
+
_wrapNativeSuper = function _wrapNativeSuper2(Class2) {
|
|
23349
|
+
if (Class2 === null || !_isNativeFunction(Class2)) return Class2;
|
|
23350
|
+
if (typeof Class2 !== "function") {
|
|
23351
|
+
throw new TypeError("Super expression must either be null or a function");
|
|
23352
|
+
}
|
|
23353
|
+
if (typeof _cache !== "undefined") {
|
|
23354
|
+
if (_cache.has(Class2)) return _cache.get(Class2);
|
|
23355
|
+
_cache.set(Class2, Wrapper);
|
|
23349
23356
|
}
|
|
23350
23357
|
function Wrapper() {
|
|
23351
|
-
return _construct(
|
|
23358
|
+
return _construct(Class2, arguments, _getPrototypeOf(this).constructor);
|
|
23352
23359
|
}
|
|
23353
|
-
|
|
23354
|
-
|
|
23360
|
+
Wrapper.prototype = Object.create(Class2.prototype, { constructor: { value: Wrapper, enumerable: false, writable: true, configurable: true } });
|
|
23361
|
+
return _setPrototypeOf(Wrapper, Class2);
|
|
23362
|
+
};
|
|
23363
|
+
return _wrapNativeSuper(Class);
|
|
23355
23364
|
}
|
|
23356
|
-
function _construct(
|
|
23357
|
-
if (_isNativeReflectConstruct())
|
|
23358
|
-
|
|
23359
|
-
|
|
23360
|
-
|
|
23361
|
-
|
|
23365
|
+
function _construct(Parent, args, Class) {
|
|
23366
|
+
if (_isNativeReflectConstruct()) {
|
|
23367
|
+
_construct = Reflect.construct;
|
|
23368
|
+
} else {
|
|
23369
|
+
_construct = function _construct2(Parent2, args2, Class2) {
|
|
23370
|
+
var a = [null];
|
|
23371
|
+
a.push.apply(a, args2);
|
|
23372
|
+
var Constructor = Function.bind.apply(Parent2, a);
|
|
23373
|
+
var instance = new Constructor();
|
|
23374
|
+
if (Class2) _setPrototypeOf(instance, Class2.prototype);
|
|
23375
|
+
return instance;
|
|
23376
|
+
};
|
|
23377
|
+
}
|
|
23378
|
+
return _construct.apply(null, arguments);
|
|
23362
23379
|
}
|
|
23363
23380
|
function _isNativeReflectConstruct() {
|
|
23381
|
+
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
|
|
23382
|
+
if (Reflect.construct.sham) return false;
|
|
23383
|
+
if (typeof Proxy === "function") return true;
|
|
23364
23384
|
try {
|
|
23365
|
-
|
|
23385
|
+
Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
|
|
23366
23386
|
}));
|
|
23367
|
-
|
|
23387
|
+
return true;
|
|
23388
|
+
} catch (e) {
|
|
23389
|
+
return false;
|
|
23368
23390
|
}
|
|
23369
|
-
return (_isNativeReflectConstruct = function _isNativeReflectConstruct2() {
|
|
23370
|
-
return !!t2;
|
|
23371
|
-
})();
|
|
23372
23391
|
}
|
|
23373
|
-
function _isNativeFunction(
|
|
23374
|
-
|
|
23375
|
-
return -1 !== Function.toString.call(t2).indexOf("[native code]");
|
|
23376
|
-
} catch (n) {
|
|
23377
|
-
return "function" == typeof t2;
|
|
23378
|
-
}
|
|
23392
|
+
function _isNativeFunction(fn) {
|
|
23393
|
+
return Function.toString.call(fn).indexOf("[native code]") !== -1;
|
|
23379
23394
|
}
|
|
23380
|
-
function _setPrototypeOf(
|
|
23381
|
-
|
|
23382
|
-
|
|
23383
|
-
|
|
23395
|
+
function _setPrototypeOf(o, p) {
|
|
23396
|
+
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf2(o2, p2) {
|
|
23397
|
+
o2.__proto__ = p2;
|
|
23398
|
+
return o2;
|
|
23399
|
+
};
|
|
23400
|
+
return _setPrototypeOf(o, p);
|
|
23384
23401
|
}
|
|
23385
|
-
function _getPrototypeOf(
|
|
23386
|
-
|
|
23387
|
-
return
|
|
23388
|
-
}
|
|
23402
|
+
function _getPrototypeOf(o) {
|
|
23403
|
+
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf2(o2) {
|
|
23404
|
+
return o2.__proto__ || Object.getPrototypeOf(o2);
|
|
23405
|
+
};
|
|
23406
|
+
return _getPrototypeOf(o);
|
|
23389
23407
|
}
|
|
23390
23408
|
var ParseError = /* @__PURE__ */ function(_Error) {
|
|
23409
|
+
_inherits(ParseError2, _Error);
|
|
23410
|
+
var _super = _createSuper(ParseError2);
|
|
23391
23411
|
function ParseError2(code2) {
|
|
23392
23412
|
var _this;
|
|
23393
23413
|
_classCallCheck(this, ParseError2);
|
|
23394
|
-
_this =
|
|
23395
|
-
Object.setPrototypeOf(_this, ParseError2.prototype);
|
|
23414
|
+
_this = _super.call(this, code2);
|
|
23415
|
+
Object.setPrototypeOf(_assertThisInitialized(_this), ParseError2.prototype);
|
|
23396
23416
|
_this.name = _this.constructor.name;
|
|
23397
23417
|
return _this;
|
|
23398
23418
|
}
|
|
23399
|
-
_inherits(ParseError2, _Error);
|
|
23400
23419
|
return _createClass(ParseError2);
|
|
23401
23420
|
}(/* @__PURE__ */ _wrapNativeSuper(Error));
|
|
23402
23421
|
var EXTN_PATTERN = new RegExp("(?:" + createExtensionPattern() + ")$", "i");
|
|
@@ -23493,39 +23512,43 @@ var DIGITS = {
|
|
|
23493
23512
|
function parseDigit(character) {
|
|
23494
23513
|
return DIGITS[character];
|
|
23495
23514
|
}
|
|
23496
|
-
function _createForOfIteratorHelperLoose(
|
|
23497
|
-
var
|
|
23498
|
-
if (
|
|
23499
|
-
if (Array.isArray(
|
|
23500
|
-
|
|
23501
|
-
var
|
|
23515
|
+
function _createForOfIteratorHelperLoose$1(o, allowArrayLike) {
|
|
23516
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
23517
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
23518
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$2(o)) || allowArrayLike) {
|
|
23519
|
+
if (it) o = it;
|
|
23520
|
+
var i = 0;
|
|
23502
23521
|
return function() {
|
|
23503
|
-
|
|
23522
|
+
if (i >= o.length) return { done: true };
|
|
23523
|
+
return { done: false, value: o[i++] };
|
|
23504
23524
|
};
|
|
23505
23525
|
}
|
|
23506
23526
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
23507
23527
|
}
|
|
23508
|
-
function _unsupportedIterableToArray$
|
|
23509
|
-
if (
|
|
23510
|
-
|
|
23511
|
-
|
|
23512
|
-
|
|
23513
|
-
|
|
23528
|
+
function _unsupportedIterableToArray$2(o, minLen) {
|
|
23529
|
+
if (!o) return;
|
|
23530
|
+
if (typeof o === "string") return _arrayLikeToArray$2(o, minLen);
|
|
23531
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
23532
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
23533
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
23534
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$2(o, minLen);
|
|
23514
23535
|
}
|
|
23515
|
-
function _arrayLikeToArray$
|
|
23516
|
-
(
|
|
23517
|
-
for (var
|
|
23518
|
-
|
|
23536
|
+
function _arrayLikeToArray$2(arr, len) {
|
|
23537
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
23538
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
23539
|
+
arr2[i] = arr[i];
|
|
23540
|
+
}
|
|
23541
|
+
return arr2;
|
|
23519
23542
|
}
|
|
23520
23543
|
function parseIncompletePhoneNumber(string) {
|
|
23521
23544
|
var result2 = "";
|
|
23522
|
-
for (var _iterator = _createForOfIteratorHelperLoose(string.split("")), _step; !(_step = _iterator()).done; ) {
|
|
23545
|
+
for (var _iterator = _createForOfIteratorHelperLoose$1(string.split("")), _step; !(_step = _iterator()).done; ) {
|
|
23523
23546
|
var character = _step.value;
|
|
23524
23547
|
result2 += parsePhoneNumberCharacter(character, result2) || "";
|
|
23525
23548
|
}
|
|
23526
23549
|
return result2;
|
|
23527
23550
|
}
|
|
23528
|
-
function parsePhoneNumberCharacter(character, prevParsedCharacters,
|
|
23551
|
+
function parsePhoneNumberCharacter(character, prevParsedCharacters, emitEvent2) {
|
|
23529
23552
|
if (character === "+") {
|
|
23530
23553
|
if (prevParsedCharacters) {
|
|
23531
23554
|
return;
|
|
@@ -23534,6 +23557,66 @@ function parsePhoneNumberCharacter(character, prevParsedCharacters, eventListene
|
|
|
23534
23557
|
}
|
|
23535
23558
|
return parseDigit(character);
|
|
23536
23559
|
}
|
|
23560
|
+
function _createForOfIteratorHelperLoose(o, allowArrayLike) {
|
|
23561
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
23562
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
23563
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$1(o)) || allowArrayLike) {
|
|
23564
|
+
if (it) o = it;
|
|
23565
|
+
var i = 0;
|
|
23566
|
+
return function() {
|
|
23567
|
+
if (i >= o.length) return { done: true };
|
|
23568
|
+
return { done: false, value: o[i++] };
|
|
23569
|
+
};
|
|
23570
|
+
}
|
|
23571
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
23572
|
+
}
|
|
23573
|
+
function _unsupportedIterableToArray$1(o, minLen) {
|
|
23574
|
+
if (!o) return;
|
|
23575
|
+
if (typeof o === "string") return _arrayLikeToArray$1(o, minLen);
|
|
23576
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
23577
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
23578
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
23579
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$1(o, minLen);
|
|
23580
|
+
}
|
|
23581
|
+
function _arrayLikeToArray$1(arr, len) {
|
|
23582
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
23583
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
23584
|
+
arr2[i] = arr[i];
|
|
23585
|
+
}
|
|
23586
|
+
return arr2;
|
|
23587
|
+
}
|
|
23588
|
+
function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
|
|
23589
|
+
var countries = _ref.countries, metadata2 = _ref.metadata;
|
|
23590
|
+
metadata2 = new Metadata(metadata2);
|
|
23591
|
+
for (var _iterator = _createForOfIteratorHelperLoose(countries), _step; !(_step = _iterator()).done; ) {
|
|
23592
|
+
var country = _step.value;
|
|
23593
|
+
metadata2.country(country);
|
|
23594
|
+
if (metadata2.leadingDigits()) {
|
|
23595
|
+
if (nationalPhoneNumber && nationalPhoneNumber.search(metadata2.leadingDigits()) === 0) {
|
|
23596
|
+
return country;
|
|
23597
|
+
}
|
|
23598
|
+
} else if (getNumberType({
|
|
23599
|
+
phone: nationalPhoneNumber,
|
|
23600
|
+
country
|
|
23601
|
+
}, void 0, metadata2.metadata)) {
|
|
23602
|
+
return country;
|
|
23603
|
+
}
|
|
23604
|
+
}
|
|
23605
|
+
}
|
|
23606
|
+
function getCountryByCallingCode(callingCode, _ref) {
|
|
23607
|
+
var nationalPhoneNumber = _ref.nationalNumber, metadata2 = _ref.metadata;
|
|
23608
|
+
var possibleCountries = metadata2.getCountryCodesForCallingCode(callingCode);
|
|
23609
|
+
if (!possibleCountries) {
|
|
23610
|
+
return;
|
|
23611
|
+
}
|
|
23612
|
+
if (possibleCountries.length === 1) {
|
|
23613
|
+
return possibleCountries[0];
|
|
23614
|
+
}
|
|
23615
|
+
return getCountryByNationalNumber(nationalPhoneNumber, {
|
|
23616
|
+
countries: possibleCountries,
|
|
23617
|
+
metadata: metadata2.metadata
|
|
23618
|
+
});
|
|
23619
|
+
}
|
|
23537
23620
|
var PLUS_SIGN = "+";
|
|
23538
23621
|
var RFC3966_VISUAL_SEPARATOR_ = "[\\-\\.\\(\\)]?";
|
|
23539
23622
|
var RFC3966_PHONE_DIGIT_ = "([" + VALID_DIGITS + "]|" + RFC3966_VISUAL_SEPARATOR_ + ")";
|
|
@@ -23669,7 +23752,7 @@ function parse(text2, options, metadata2) {
|
|
|
23669
23752
|
countryCallingCode,
|
|
23670
23753
|
carrierCode,
|
|
23671
23754
|
valid,
|
|
23672
|
-
possible: valid ? true : options.extended === true && metadata2.possibleLengths() && isPossibleNumber(nationalNumber,
|
|
23755
|
+
possible: valid ? true : options.extended === true && metadata2.possibleLengths() && isPossibleNumber(nationalNumber, metadata2) ? true : false,
|
|
23673
23756
|
phone: nationalNumber,
|
|
23674
23757
|
ext
|
|
23675
23758
|
};
|
|
@@ -23729,7 +23812,7 @@ function result(country, nationalNumber, ext) {
|
|
|
23729
23812
|
return result2;
|
|
23730
23813
|
}
|
|
23731
23814
|
function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCallingCode, metadata2) {
|
|
23732
|
-
var _extractCountryCallin = extractCountryCallingCode(parseIncompletePhoneNumber(formattedPhoneNumber),
|
|
23815
|
+
var _extractCountryCallin = extractCountryCallingCode(parseIncompletePhoneNumber(formattedPhoneNumber), defaultCountry, defaultCallingCode, metadata2.metadata), countryCallingCodeSource = _extractCountryCallin.countryCallingCodeSource, countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
23733
23816
|
var country;
|
|
23734
23817
|
if (countryCallingCode) {
|
|
23735
23818
|
metadata2.selectNumberingPlan(countryCallingCode);
|
|
@@ -23746,7 +23829,7 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
23746
23829
|
countryCallingCode
|
|
23747
23830
|
};
|
|
23748
23831
|
}
|
|
23749
|
-
var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number2),
|
|
23832
|
+
var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number2), metadata2), nationalNumber = _extractNationalNumbe.nationalNumber, carrierCode = _extractNationalNumbe.carrierCode;
|
|
23750
23833
|
var exactCountry = getCountryByCallingCode(countryCallingCode, {
|
|
23751
23834
|
nationalNumber,
|
|
23752
23835
|
metadata: metadata2
|
|
@@ -23755,7 +23838,7 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
23755
23838
|
country = exactCountry;
|
|
23756
23839
|
if (exactCountry === "001") ;
|
|
23757
23840
|
else {
|
|
23758
|
-
metadata2.
|
|
23841
|
+
metadata2.country(country);
|
|
23759
23842
|
}
|
|
23760
23843
|
}
|
|
23761
23844
|
return {
|
|
@@ -23766,142 +23849,116 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
23766
23849
|
carrierCode
|
|
23767
23850
|
};
|
|
23768
23851
|
}
|
|
23769
|
-
function
|
|
23770
|
-
|
|
23771
|
-
return _typeof$4 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23772
|
-
return typeof o2;
|
|
23773
|
-
} : function(o2) {
|
|
23774
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23775
|
-
}, _typeof$4(o);
|
|
23776
|
-
}
|
|
23777
|
-
function ownKeys$4(e, r) {
|
|
23778
|
-
var t2 = Object.keys(e);
|
|
23852
|
+
function ownKeys$4(object, enumerableOnly) {
|
|
23853
|
+
var keys = Object.keys(object);
|
|
23779
23854
|
if (Object.getOwnPropertySymbols) {
|
|
23780
|
-
var
|
|
23781
|
-
|
|
23782
|
-
return Object.getOwnPropertyDescriptor(
|
|
23783
|
-
})),
|
|
23784
|
-
}
|
|
23785
|
-
return t2;
|
|
23786
|
-
}
|
|
23787
|
-
function _objectSpread$4(e) {
|
|
23788
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23789
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23790
|
-
r % 2 ? ownKeys$4(Object(t2), true).forEach(function(r2) {
|
|
23791
|
-
_defineProperty$4(e, r2, t2[r2]);
|
|
23792
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$4(Object(t2)).forEach(function(r2) {
|
|
23793
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23794
|
-
});
|
|
23855
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
23856
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23857
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23858
|
+
})), keys.push.apply(keys, symbols);
|
|
23795
23859
|
}
|
|
23796
|
-
return
|
|
23860
|
+
return keys;
|
|
23797
23861
|
}
|
|
23798
|
-
function
|
|
23799
|
-
|
|
23800
|
-
}
|
|
23801
|
-
|
|
23802
|
-
|
|
23803
|
-
|
|
23862
|
+
function _objectSpread$4(target) {
|
|
23863
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
23864
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
23865
|
+
i % 2 ? ownKeys$4(Object(source), true).forEach(function(key) {
|
|
23866
|
+
_defineProperty$4(target, key, source[key]);
|
|
23867
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$4(Object(source)).forEach(function(key) {
|
|
23868
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23869
|
+
});
|
|
23870
|
+
}
|
|
23871
|
+
return target;
|
|
23804
23872
|
}
|
|
23805
|
-
function
|
|
23806
|
-
if (
|
|
23807
|
-
|
|
23808
|
-
|
|
23809
|
-
|
|
23810
|
-
if ("object" != _typeof$4(i)) return i;
|
|
23811
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23873
|
+
function _defineProperty$4(obj, key, value) {
|
|
23874
|
+
if (key in obj) {
|
|
23875
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23876
|
+
} else {
|
|
23877
|
+
obj[key] = value;
|
|
23812
23878
|
}
|
|
23813
|
-
return
|
|
23879
|
+
return obj;
|
|
23814
23880
|
}
|
|
23815
23881
|
function parsePhoneNumberWithError(text2, options, metadata2) {
|
|
23816
23882
|
return parse(text2, _objectSpread$4(_objectSpread$4({}, options), {}, {
|
|
23817
23883
|
v2: true
|
|
23818
23884
|
}), metadata2);
|
|
23819
23885
|
}
|
|
23820
|
-
function
|
|
23821
|
-
|
|
23822
|
-
return _typeof$3 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23823
|
-
return typeof o2;
|
|
23824
|
-
} : function(o2) {
|
|
23825
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23826
|
-
}, _typeof$3(o);
|
|
23827
|
-
}
|
|
23828
|
-
function ownKeys$3(e, r) {
|
|
23829
|
-
var t2 = Object.keys(e);
|
|
23886
|
+
function ownKeys$3(object, enumerableOnly) {
|
|
23887
|
+
var keys = Object.keys(object);
|
|
23830
23888
|
if (Object.getOwnPropertySymbols) {
|
|
23831
|
-
var
|
|
23832
|
-
|
|
23833
|
-
return Object.getOwnPropertyDescriptor(
|
|
23834
|
-
})),
|
|
23835
|
-
}
|
|
23836
|
-
return t2;
|
|
23837
|
-
}
|
|
23838
|
-
function _objectSpread$3(e) {
|
|
23839
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23840
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23841
|
-
r % 2 ? ownKeys$3(Object(t2), true).forEach(function(r2) {
|
|
23842
|
-
_defineProperty$3(e, r2, t2[r2]);
|
|
23843
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$3(Object(t2)).forEach(function(r2) {
|
|
23844
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23845
|
-
});
|
|
23889
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
23890
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23891
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23892
|
+
})), keys.push.apply(keys, symbols);
|
|
23846
23893
|
}
|
|
23847
|
-
return
|
|
23848
|
-
}
|
|
23849
|
-
function _defineProperty$3(e, r, t2) {
|
|
23850
|
-
return (r = _toPropertyKey$3(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23894
|
+
return keys;
|
|
23851
23895
|
}
|
|
23852
|
-
function
|
|
23853
|
-
var i =
|
|
23854
|
-
|
|
23896
|
+
function _objectSpread$3(target) {
|
|
23897
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
23898
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
23899
|
+
i % 2 ? ownKeys$3(Object(source), true).forEach(function(key) {
|
|
23900
|
+
_defineProperty$3(target, key, source[key]);
|
|
23901
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$3(Object(source)).forEach(function(key) {
|
|
23902
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23903
|
+
});
|
|
23904
|
+
}
|
|
23905
|
+
return target;
|
|
23855
23906
|
}
|
|
23856
|
-
function
|
|
23857
|
-
if (
|
|
23858
|
-
|
|
23859
|
-
|
|
23860
|
-
|
|
23861
|
-
if ("object" != _typeof$3(i)) return i;
|
|
23862
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23907
|
+
function _defineProperty$3(obj, key, value) {
|
|
23908
|
+
if (key in obj) {
|
|
23909
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23910
|
+
} else {
|
|
23911
|
+
obj[key] = value;
|
|
23863
23912
|
}
|
|
23864
|
-
return
|
|
23913
|
+
return obj;
|
|
23865
23914
|
}
|
|
23866
|
-
function _slicedToArray(
|
|
23867
|
-
return _arrayWithHoles(
|
|
23915
|
+
function _slicedToArray(arr, i) {
|
|
23916
|
+
return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
|
|
23868
23917
|
}
|
|
23869
23918
|
function _nonIterableRest() {
|
|
23870
23919
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
23871
23920
|
}
|
|
23872
|
-
function _unsupportedIterableToArray(
|
|
23873
|
-
if (
|
|
23874
|
-
|
|
23875
|
-
|
|
23876
|
-
|
|
23877
|
-
|
|
23878
|
-
|
|
23879
|
-
|
|
23880
|
-
|
|
23881
|
-
|
|
23882
|
-
|
|
23883
|
-
|
|
23884
|
-
|
|
23885
|
-
|
|
23886
|
-
|
|
23887
|
-
|
|
23921
|
+
function _unsupportedIterableToArray(o, minLen) {
|
|
23922
|
+
if (!o) return;
|
|
23923
|
+
if (typeof o === "string") return _arrayLikeToArray(o, minLen);
|
|
23924
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
23925
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
23926
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
23927
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
|
|
23928
|
+
}
|
|
23929
|
+
function _arrayLikeToArray(arr, len) {
|
|
23930
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
23931
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
23932
|
+
arr2[i] = arr[i];
|
|
23933
|
+
}
|
|
23934
|
+
return arr2;
|
|
23935
|
+
}
|
|
23936
|
+
function _iterableToArrayLimit(arr, i) {
|
|
23937
|
+
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
23938
|
+
if (_i == null) return;
|
|
23939
|
+
var _arr = [];
|
|
23940
|
+
var _n = true;
|
|
23941
|
+
var _d = false;
|
|
23942
|
+
var _s, _e;
|
|
23943
|
+
try {
|
|
23944
|
+
for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
|
|
23945
|
+
_arr.push(_s.value);
|
|
23946
|
+
if (i && _arr.length === i) break;
|
|
23947
|
+
}
|
|
23948
|
+
} catch (err) {
|
|
23949
|
+
_d = true;
|
|
23950
|
+
_e = err;
|
|
23951
|
+
} finally {
|
|
23888
23952
|
try {
|
|
23889
|
-
if (
|
|
23890
|
-
else for (; !(f = (e = i.call(t2)).done) && (a.push(e.value), a.length !== l); f = true) ;
|
|
23891
|
-
} catch (r2) {
|
|
23892
|
-
o = true, n = r2;
|
|
23953
|
+
if (!_n && _i["return"] != null) _i["return"]();
|
|
23893
23954
|
} finally {
|
|
23894
|
-
|
|
23895
|
-
if (!f && null != t2["return"] && (u = t2["return"](), Object(u) !== u)) return;
|
|
23896
|
-
} finally {
|
|
23897
|
-
if (o) throw n;
|
|
23898
|
-
}
|
|
23955
|
+
if (_d) throw _e;
|
|
23899
23956
|
}
|
|
23900
|
-
return a;
|
|
23901
23957
|
}
|
|
23958
|
+
return _arr;
|
|
23902
23959
|
}
|
|
23903
|
-
function _arrayWithHoles(
|
|
23904
|
-
if (Array.isArray(
|
|
23960
|
+
function _arrayWithHoles(arr) {
|
|
23961
|
+
if (Array.isArray(arr)) return arr;
|
|
23905
23962
|
}
|
|
23906
23963
|
function normalizeArguments(args) {
|
|
23907
23964
|
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];
|
|
@@ -23938,51 +23995,34 @@ function normalizeArguments(args) {
|
|
|
23938
23995
|
metadata: metadata2
|
|
23939
23996
|
};
|
|
23940
23997
|
}
|
|
23941
|
-
function
|
|
23942
|
-
|
|
23943
|
-
return _typeof$2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23944
|
-
return typeof o2;
|
|
23945
|
-
} : function(o2) {
|
|
23946
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23947
|
-
}, _typeof$2(o);
|
|
23948
|
-
}
|
|
23949
|
-
function ownKeys$2(e, r) {
|
|
23950
|
-
var t2 = Object.keys(e);
|
|
23998
|
+
function ownKeys$2(object, enumerableOnly) {
|
|
23999
|
+
var keys = Object.keys(object);
|
|
23951
24000
|
if (Object.getOwnPropertySymbols) {
|
|
23952
|
-
var
|
|
23953
|
-
|
|
23954
|
-
return Object.getOwnPropertyDescriptor(
|
|
23955
|
-
})),
|
|
23956
|
-
}
|
|
23957
|
-
return t2;
|
|
23958
|
-
}
|
|
23959
|
-
function _objectSpread$2(e) {
|
|
23960
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23961
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23962
|
-
r % 2 ? ownKeys$2(Object(t2), true).forEach(function(r2) {
|
|
23963
|
-
_defineProperty$2(e, r2, t2[r2]);
|
|
23964
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$2(Object(t2)).forEach(function(r2) {
|
|
23965
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23966
|
-
});
|
|
24001
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
24002
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
24003
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
24004
|
+
})), keys.push.apply(keys, symbols);
|
|
23967
24005
|
}
|
|
23968
|
-
return
|
|
24006
|
+
return keys;
|
|
23969
24007
|
}
|
|
23970
|
-
function
|
|
23971
|
-
|
|
23972
|
-
}
|
|
23973
|
-
|
|
23974
|
-
|
|
23975
|
-
|
|
24008
|
+
function _objectSpread$2(target) {
|
|
24009
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
24010
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
24011
|
+
i % 2 ? ownKeys$2(Object(source), true).forEach(function(key) {
|
|
24012
|
+
_defineProperty$2(target, key, source[key]);
|
|
24013
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2(Object(source)).forEach(function(key) {
|
|
24014
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
24015
|
+
});
|
|
24016
|
+
}
|
|
24017
|
+
return target;
|
|
23976
24018
|
}
|
|
23977
|
-
function
|
|
23978
|
-
if (
|
|
23979
|
-
|
|
23980
|
-
|
|
23981
|
-
|
|
23982
|
-
if ("object" != _typeof$2(i)) return i;
|
|
23983
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
24019
|
+
function _defineProperty$2(obj, key, value) {
|
|
24020
|
+
if (key in obj) {
|
|
24021
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
24022
|
+
} else {
|
|
24023
|
+
obj[key] = value;
|
|
23984
24024
|
}
|
|
23985
|
-
return
|
|
24025
|
+
return obj;
|
|
23986
24026
|
}
|
|
23987
24027
|
function parsePhoneNumber(text2, options, metadata2) {
|
|
23988
24028
|
if (options && options.defaultCountry && !isSupportedCountry(options.defaultCountry, metadata2)) {
|
|
@@ -23999,51 +24039,34 @@ function parsePhoneNumber(text2, options, metadata2) {
|
|
|
23999
24039
|
}
|
|
24000
24040
|
}
|
|
24001
24041
|
}
|
|
24002
|
-
function
|
|
24003
|
-
|
|
24004
|
-
return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
24005
|
-
return typeof o2;
|
|
24006
|
-
} : function(o2) {
|
|
24007
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
24008
|
-
}, _typeof$1(o);
|
|
24009
|
-
}
|
|
24010
|
-
function ownKeys$1(e, r) {
|
|
24011
|
-
var t2 = Object.keys(e);
|
|
24042
|
+
function ownKeys$1(object, enumerableOnly) {
|
|
24043
|
+
var keys = Object.keys(object);
|
|
24012
24044
|
if (Object.getOwnPropertySymbols) {
|
|
24013
|
-
var
|
|
24014
|
-
|
|
24015
|
-
return Object.getOwnPropertyDescriptor(
|
|
24016
|
-
})),
|
|
24017
|
-
}
|
|
24018
|
-
return t2;
|
|
24019
|
-
}
|
|
24020
|
-
function _objectSpread$1(e) {
|
|
24021
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
24022
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
24023
|
-
r % 2 ? ownKeys$1(Object(t2), true).forEach(function(r2) {
|
|
24024
|
-
_defineProperty$1(e, r2, t2[r2]);
|
|
24025
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$1(Object(t2)).forEach(function(r2) {
|
|
24026
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
24027
|
-
});
|
|
24045
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
24046
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
24047
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
24048
|
+
})), keys.push.apply(keys, symbols);
|
|
24028
24049
|
}
|
|
24029
|
-
return
|
|
24030
|
-
}
|
|
24031
|
-
function _defineProperty$1(e, r, t2) {
|
|
24032
|
-
return (r = _toPropertyKey$1(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
24050
|
+
return keys;
|
|
24033
24051
|
}
|
|
24034
|
-
function
|
|
24035
|
-
var i =
|
|
24036
|
-
|
|
24052
|
+
function _objectSpread$1(target) {
|
|
24053
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
24054
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
24055
|
+
i % 2 ? ownKeys$1(Object(source), true).forEach(function(key) {
|
|
24056
|
+
_defineProperty$1(target, key, source[key]);
|
|
24057
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1(Object(source)).forEach(function(key) {
|
|
24058
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
24059
|
+
});
|
|
24060
|
+
}
|
|
24061
|
+
return target;
|
|
24037
24062
|
}
|
|
24038
|
-
function
|
|
24039
|
-
if (
|
|
24040
|
-
|
|
24041
|
-
|
|
24042
|
-
|
|
24043
|
-
if ("object" != _typeof$1(i)) return i;
|
|
24044
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
24063
|
+
function _defineProperty$1(obj, key, value) {
|
|
24064
|
+
if (key in obj) {
|
|
24065
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
24066
|
+
} else {
|
|
24067
|
+
obj[key] = value;
|
|
24045
24068
|
}
|
|
24046
|
-
return
|
|
24069
|
+
return obj;
|
|
24047
24070
|
}
|
|
24048
24071
|
function isValidPhoneNumber$1() {
|
|
24049
24072
|
var _normalizeArguments = normalizeArguments(arguments), text2 = _normalizeArguments.text, options = _normalizeArguments.options, metadata2 = _normalizeArguments.metadata;
|
|
@@ -24053,51 +24076,34 @@ function isValidPhoneNumber$1() {
|
|
|
24053
24076
|
var phoneNumber = parsePhoneNumber(text2, options, metadata2);
|
|
24054
24077
|
return phoneNumber && phoneNumber.isValid() || false;
|
|
24055
24078
|
}
|
|
24056
|
-
function
|
|
24057
|
-
|
|
24058
|
-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
24059
|
-
return typeof o2;
|
|
24060
|
-
} : function(o2) {
|
|
24061
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
24062
|
-
}, _typeof(o);
|
|
24063
|
-
}
|
|
24064
|
-
function ownKeys(e, r) {
|
|
24065
|
-
var t2 = Object.keys(e);
|
|
24079
|
+
function ownKeys(object, enumerableOnly) {
|
|
24080
|
+
var keys = Object.keys(object);
|
|
24066
24081
|
if (Object.getOwnPropertySymbols) {
|
|
24067
|
-
var
|
|
24068
|
-
|
|
24069
|
-
return Object.getOwnPropertyDescriptor(
|
|
24070
|
-
})),
|
|
24071
|
-
}
|
|
24072
|
-
return t2;
|
|
24073
|
-
}
|
|
24074
|
-
function _objectSpread(e) {
|
|
24075
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
24076
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
24077
|
-
r % 2 ? ownKeys(Object(t2), true).forEach(function(r2) {
|
|
24078
|
-
_defineProperty(e, r2, t2[r2]);
|
|
24079
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys(Object(t2)).forEach(function(r2) {
|
|
24080
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
24081
|
-
});
|
|
24082
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
24083
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
24084
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
24085
|
+
})), keys.push.apply(keys, symbols);
|
|
24082
24086
|
}
|
|
24083
|
-
return
|
|
24087
|
+
return keys;
|
|
24084
24088
|
}
|
|
24085
|
-
function
|
|
24086
|
-
|
|
24087
|
-
}
|
|
24088
|
-
|
|
24089
|
-
|
|
24090
|
-
|
|
24089
|
+
function _objectSpread(target) {
|
|
24090
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
24091
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
24092
|
+
i % 2 ? ownKeys(Object(source), true).forEach(function(key) {
|
|
24093
|
+
_defineProperty(target, key, source[key]);
|
|
24094
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function(key) {
|
|
24095
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
24096
|
+
});
|
|
24097
|
+
}
|
|
24098
|
+
return target;
|
|
24091
24099
|
}
|
|
24092
|
-
function
|
|
24093
|
-
if (
|
|
24094
|
-
|
|
24095
|
-
|
|
24096
|
-
|
|
24097
|
-
if ("object" != _typeof(i)) return i;
|
|
24098
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
24100
|
+
function _defineProperty(obj, key, value) {
|
|
24101
|
+
if (key in obj) {
|
|
24102
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
24103
|
+
} else {
|
|
24104
|
+
obj[key] = value;
|
|
24099
24105
|
}
|
|
24100
|
-
return
|
|
24106
|
+
return obj;
|
|
24101
24107
|
}
|
|
24102
24108
|
function isPossiblePhoneNumber$1() {
|
|
24103
24109
|
var _normalizeArguments = normalizeArguments(arguments), text2 = _normalizeArguments.text, options = _normalizeArguments.options, metadata2 = _normalizeArguments.metadata;
|
|
@@ -24300,7 +24306,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
24300
24306
|
createVNode(unref(Button), {
|
|
24301
24307
|
variant: "solid",
|
|
24302
24308
|
class: "w-[126px]",
|
|
24303
|
-
disabled: !
|
|
24309
|
+
disabled: !_ctx.dataShareChecked,
|
|
24304
24310
|
onClick: handleConfirm
|
|
24305
24311
|
}, {
|
|
24306
24312
|
default: withCtx(() => [
|
|
@@ -24329,7 +24335,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
24329
24335
|
createElementVNode("span", null, toDisplayString$1(unref($t)("gitCodeLayout.LoginModal.tips.ifYouDoNotAgrWe")), 1)
|
|
24330
24336
|
]),
|
|
24331
24337
|
createVNode(unref(Checkbox), {
|
|
24332
|
-
"model-value":
|
|
24338
|
+
"model-value": _ctx.dataShareChecked,
|
|
24333
24339
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = (val) => emits("update:dataShareChecked", val)),
|
|
24334
24340
|
size: "sm",
|
|
24335
24341
|
class: "mt-[12px]"
|
|
@@ -24579,7 +24585,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
24579
24585
|
]),
|
|
24580
24586
|
createElementVNode("div", _hoisted_11$1, [
|
|
24581
24587
|
createElementVNode("div", _hoisted_12$1, [
|
|
24582
|
-
!
|
|
24588
|
+
!_ctx.hideBack ? (openBlock(), createElementBlock("div", {
|
|
24583
24589
|
key: 0,
|
|
24584
24590
|
onClick: _cache[1] || (_cache[1] = ($event) => emits("back"))
|
|
24585
24591
|
}, [
|
|
@@ -24794,7 +24800,7 @@ const _SlidCaptchaManager = class _SlidCaptchaManager {
|
|
|
24794
24800
|
__publicField(_SlidCaptchaManager, "instance");
|
|
24795
24801
|
let SlidCaptchaManager = _SlidCaptchaManager;
|
|
24796
24802
|
const slidCaptchaManager = SlidCaptchaManager.getInstance();
|
|
24797
|
-
const SlidCaptcha = defineAsyncComponent(() => import("./index-
|
|
24803
|
+
const SlidCaptcha = defineAsyncComponent(() => import("./index-BbLVaUh2.js"));
|
|
24798
24804
|
const useSlidCaptcha = () => {
|
|
24799
24805
|
const { mount, unMount, isMounted } = usePopup("slid-captcha-popup");
|
|
24800
24806
|
const open = (config) => {
|
|
@@ -24824,7 +24830,7 @@ const useSlidCaptcha = () => {
|
|
|
24824
24830
|
close
|
|
24825
24831
|
};
|
|
24826
24832
|
};
|
|
24827
|
-
const YunpianCaptcha = defineAsyncComponent(() => import("./index-
|
|
24833
|
+
const YunpianCaptcha = defineAsyncComponent(() => import("./index-BJnTa48S.js"));
|
|
24828
24834
|
const useYunpianCaptcha = () => {
|
|
24829
24835
|
const { mount, unMount } = usePopup("yunpian-captcha-popup");
|
|
24830
24836
|
const open = (config) => {
|
|
@@ -25218,7 +25224,7 @@ const useYiDunCaptcha = () => {
|
|
|
25218
25224
|
const _sfc_main$3 = {};
|
|
25219
25225
|
const _hoisted_1$2 = { class: "content-loading" };
|
|
25220
25226
|
function _sfc_render(_ctx, _cache) {
|
|
25221
|
-
return openBlock(), createElementBlock("div", _hoisted_1$2,
|
|
25227
|
+
return openBlock(), createElementBlock("div", _hoisted_1$2, _cache[0] || (_cache[0] = [
|
|
25222
25228
|
createElementVNode("div", { class: "content-loading-title" }, [
|
|
25223
25229
|
createElementVNode("div", { class: "w-full flex-center" }, [
|
|
25224
25230
|
createElementVNode("img", {
|
|
@@ -25229,7 +25235,7 @@ function _sfc_render(_ctx, _cache) {
|
|
|
25229
25235
|
]),
|
|
25230
25236
|
createElementVNode("span", null, "loading...")
|
|
25231
25237
|
], -1)
|
|
25232
|
-
])
|
|
25238
|
+
]));
|
|
25233
25239
|
}
|
|
25234
25240
|
const ContentLoading = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render], ["__scopeId", "data-v-vue-layout-gitcode"]]);
|
|
25235
25241
|
const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
@@ -25245,15 +25251,15 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
25245
25251
|
setup(__props) {
|
|
25246
25252
|
return (_ctx, _cache) => {
|
|
25247
25253
|
return openBlock(), createElementBlock("div", {
|
|
25248
|
-
class: normalizeClass(["g-data-panel i-data-panel", { "g-card":
|
|
25254
|
+
class: normalizeClass(["g-data-panel i-data-panel", { "g-card": _ctx.card, "g-border": _ctx.border }])
|
|
25249
25255
|
}, [
|
|
25250
25256
|
renderSlot(_ctx.$slots, "header", {}, void 0, true),
|
|
25251
|
-
|
|
25252
|
-
|
|
25257
|
+
_ctx.loading ? renderSlot(_ctx.$slots, "loading", { key: 0 }, () => [
|
|
25258
|
+
_ctx.skeleton ? (openBlock(), createBlock(unref(Skeleton), {
|
|
25253
25259
|
key: 0,
|
|
25254
25260
|
class: "p-20",
|
|
25255
|
-
rows:
|
|
25256
|
-
}, null, 8, ["rows"])) :
|
|
25261
|
+
rows: _ctx.skeletonRow
|
|
25262
|
+
}, null, 8, ["rows"])) : _ctx.animation ? (openBlock(), createBlock(ContentLoading, {
|
|
25257
25263
|
key: 1,
|
|
25258
25264
|
name: "loading",
|
|
25259
25265
|
class: "w-full h-full flex-center"
|
|
@@ -27000,11 +27006,11 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
27000
27006
|
modelValue: unref(vModels),
|
|
27001
27007
|
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => isRef(vModels) ? vModels.value = $event : null),
|
|
27002
27008
|
"show-close": false,
|
|
27003
|
-
"lock-scroll":
|
|
27004
|
-
draggable:
|
|
27005
|
-
escapable:
|
|
27009
|
+
"lock-scroll": _ctx.lockScroll,
|
|
27010
|
+
draggable: _ctx.draggable,
|
|
27011
|
+
escapable: _ctx.escapable,
|
|
27006
27012
|
"before-close": handleClose,
|
|
27007
|
-
"append-to-body":
|
|
27013
|
+
"append-to-body": _ctx.appendToBody,
|
|
27008
27014
|
class: normalizeClass([
|
|
27009
27015
|
"login-modal",
|
|
27010
27016
|
formType.value === "login" ? "login-modal-l" : "login-modal-r",
|
|
@@ -27024,7 +27030,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
27024
27030
|
class: "login-modal-title flex-1"
|
|
27025
27031
|
}, null, 8, ["icon", "title", "show-title", "show-back"]),
|
|
27026
27032
|
createElementVNode("div", _hoisted_2, [
|
|
27027
|
-
|
|
27033
|
+
_ctx.showClose && !showProtoCheck.value ? (openBlock(), createBlock(GIcon, {
|
|
27028
27034
|
key: 0,
|
|
27029
27035
|
onClick: onClickModalClose,
|
|
27030
27036
|
name: "gt-close",
|
|
@@ -27349,7 +27355,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
27349
27355
|
])
|
|
27350
27356
|
], 2),
|
|
27351
27357
|
createElementVNode("div", _hoisted_61, [
|
|
27352
|
-
|
|
27358
|
+
_ctx.openHarmonyGuide ? (openBlock(), createElementBlock("div", {
|
|
27353
27359
|
key: 0,
|
|
27354
27360
|
class: "text-[var(--theme-link)] flex items-center mt-[12px] cursor-pointer",
|
|
27355
27361
|
onClick: withModifiers(handleRegisterHarmony, ["stop"])
|
|
@@ -27717,20 +27723,20 @@ export {
|
|
|
27717
27723
|
_sfc_main$G as J,
|
|
27718
27724
|
loadAsideData as K,
|
|
27719
27725
|
LANG_ZH as L,
|
|
27720
|
-
|
|
27721
|
-
|
|
27722
|
-
|
|
27723
|
-
|
|
27724
|
-
|
|
27726
|
+
ToolsFloat as M,
|
|
27727
|
+
_sfc_main as N,
|
|
27728
|
+
GitCodeAside as O,
|
|
27729
|
+
GitCodeHeader as P,
|
|
27730
|
+
EnterpriseHeader as Q,
|
|
27725
27731
|
REPO_MODULE as R,
|
|
27726
27732
|
SceneValue as S,
|
|
27727
27733
|
TOPIC_TYPE as T,
|
|
27728
27734
|
SiteAnnouncement as U,
|
|
27729
|
-
|
|
27730
|
-
|
|
27731
|
-
|
|
27735
|
+
useLogin as V,
|
|
27736
|
+
setLayoutConfig as W,
|
|
27737
|
+
GitCodeLayoutEmitter as X,
|
|
27732
27738
|
setTheme as Y,
|
|
27733
|
-
|
|
27739
|
+
index as Z,
|
|
27734
27740
|
_export_sfc as _,
|
|
27735
27741
|
i18n as a,
|
|
27736
27742
|
REPO_EVENT as b,
|