vue-layout-gitcode 1.12.15-beta.3 → 1.12.15-beta.4
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-CehDLm5e.js → GloabarSearch-B0WY0LM0.js} +4 -4
- package/{MenuItem-C3jP0hIF.js → MenuItem-50wS5d0K.js} +2 -2
- package/{ProjectMenuList-CYBu-6UI.js → ProjectMenuList-Dt87wbdD.js} +11 -11
- package/{ProjectMenuListV2-BNO8Oa9f.js → ProjectMenuListV2-01WosZfk.js} +4 -4
- package/{ProjectSearch-DqTXNeuA.js → ProjectSearch-Bz-0eShp.js} +2 -2
- package/{SearchHistoryList-08Q75qyT.js → SearchHistoryList-CayQ_mmg.js} +6 -6
- package/{SearchRecommed-BP1gksCD.js → SearchRecommed-B5qHaSKG.js} +3 -3
- package/{SearchScopeList-jaI05Znk.js → SearchScopeList-BwUgP4-r.js} +3 -3
- package/{UserSearch-p1c5YRt2.js → UserSearch-B-P5V1aZ.js} +2 -2
- package/{index-CtgqGX_c.js → index-BrPuridR.js} +983 -969
- package/{index-Vmx0G7Nd.js → index-CjHihoOG.js} +6 -5
- package/{index-BniudX3d.js → index-CmoNc1hd.js} +2 -2
- package/{index-CY16HldM.js → index-gvYv2gFy.js} +48 -45
- package/index.d.ts +761 -583
- package/index.js +10 -10
- package/{notice-9BqsHOHE.js → notice-BPjjYgjY.js} +13 -11
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-Di5i1eNa.js → transWebUrl-T7vm749H.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 tools-float-icon",
|
|
@@ -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: "tools-float-icon",
|
|
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", opinionStep.value === item.index ? "tab-item--active" : "tab-item--inactive"]),
|
|
9553
9479
|
onClick: ($event) => swTab(item)
|
|
9554
|
-
},
|
|
9480
|
+
}, _cache[11] || (_cache[11] = [
|
|
9555
9481
|
createElementVNode("span", { class: "tools-float-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 tools-float-icon",
|
|
@@ -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", { "gc-trusted-tag":
|
|
10535
|
+
class: ["gc-flash-tag", { "gc-trusted-tag": _ctx.trusted, "gc-flash-tag--clickable": _ctx.clickEnabled, "gc-flash-tag--default": !_ctx.clickEnabled, "gc-icon-tag": _ctx.icon }]
|
|
10558
10536
|
}, _ctx.$attrs, { onClick: handleClick }), [
|
|
10559
|
-
|
|
10537
|
+
_ctx.icon ? (openBlock(), createElementBlock("img", {
|
|
10560
10538
|
key: 0,
|
|
10561
10539
|
class: "gc-flash-tag__icon",
|
|
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: "header-custom-link"
|
|
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", [((_c2 =
|
|
11641
|
+
class: normalizeClass(["g-repo-layout-breadcrumb-next", [((_c2 = _ctx.repoProps) == null ? void 0 : _c2.isGhMirrors) ? "g-repo-layout-breadcrumb-next--full" : "g-repo-layout-breadcrumb-next--limit"]])
|
|
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: "header-custom-lock-icon",
|
|
@@ -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: "header-custom-link"
|
|
@@ -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: "message-item__avatar-wrap",
|
|
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 linktx message-item__user-info"
|
|
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", { "text-light":
|
|
14613
|
+
class: normalizeClass(["message-item-content", { "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: "message-item__title"
|
|
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 message-content-header-item--mr", { 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",
|
|
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", { "g-user-drawer-block--no-pt": index2 === 0 &&
|
|
15586
|
+
class: normalizeClass(["g-user-drawer-block", { "g-user-drawer-block--no-pt": 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-Bz-0eShp.js"));
|
|
16301
|
+
const UserSearch = defineAsyncComponent(() => import("./UserSearch-B-P5V1aZ.js"));
|
|
16302
|
+
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-B0WY0LM0.js"));
|
|
16303
|
+
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-CayQ_mmg.js"));
|
|
16304
|
+
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-BwUgP4-r.js"));
|
|
16305
|
+
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-B5qHaSKG.js"));
|
|
16325
16306
|
const props = __props;
|
|
16326
16307
|
const repoInfo = inject("repoInfo");
|
|
16327
16308
|
const orgInfo = inject("orgInfo");
|
|
@@ -16843,9 +16824,9 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16843
16824
|
});
|
|
16844
16825
|
return (_ctx, _cache) => {
|
|
16845
16826
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
16846
|
-
!
|
|
16827
|
+
!_ctx.inAIHub ? (openBlock(), createElementBlock("div", {
|
|
16847
16828
|
key: 0,
|
|
16848
|
-
class: normalizeClass([isFocus.value ? "focusSearch" : { "left-search": true }, Boolean(
|
|
16829
|
+
class: normalizeClass([isFocus.value ? "focusSearch" : { "left-search": true }, Boolean(_ctx.isShowStickyNotice) ? "focusSearch-sticky-notice" : ""]),
|
|
16849
16830
|
onClick: _cache[6] || (_cache[6] = withModifiers(() => {
|
|
16850
16831
|
}, ["stop"]))
|
|
16851
16832
|
}, [
|
|
@@ -16858,7 +16839,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16858
16839
|
createVNode(unref(Dropdown), {
|
|
16859
16840
|
align: "start",
|
|
16860
16841
|
position: ["bottom", "bottom-start"],
|
|
16861
|
-
"overlay-class":
|
|
16842
|
+
"overlay-class": _ctx.isShowStickyNotice ? "history-box-sticky-notice history-box" : "history-box",
|
|
16862
16843
|
trigger: "manually",
|
|
16863
16844
|
visible: dropDownVisible.value,
|
|
16864
16845
|
"close-scope": "none",
|
|
@@ -16995,7 +16976,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16995
16976
|
_: 3
|
|
16996
16977
|
}, 8, ["overlay-class", "visible"])
|
|
16997
16978
|
], 2)) : createCommentVNode("", true),
|
|
16998
|
-
|
|
16979
|
+
_ctx.inAIHub ? (openBlock(), createElementBlock("div", _hoisted_6$7, [
|
|
16999
16980
|
createVNode(unref(Input), {
|
|
17000
16981
|
placeholder: unref($t)("gitCodeLayout.home.searchPlaceholder"),
|
|
17001
16982
|
onKeydown: withKeys(searchResult, ["enter"]),
|
|
@@ -17142,7 +17123,7 @@ const autoAvokeLogin = ({ isLogin, loginFunc, openHarmonyGuide, loginSuccess, lo
|
|
|
17142
17123
|
loginFunc({ type: "login", triggerType: "", loginTriggerSource: "router_login_auth", ...loginFuncOpts }, loginSuccess, openHarmonyGuide);
|
|
17143
17124
|
}
|
|
17144
17125
|
};
|
|
17145
|
-
const NoticeModal = defineAsyncComponent(() => import("./notice-
|
|
17126
|
+
const NoticeModal = defineAsyncComponent(() => import("./notice-BPjjYgjY.js"));
|
|
17146
17127
|
function clearNotice() {
|
|
17147
17128
|
if (localStorage$2.getItem("validator_email")) {
|
|
17148
17129
|
localStorage$2.removeItem("validator_email");
|
|
@@ -17228,6 +17209,27 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17228
17209
|
}));
|
|
17229
17210
|
const layoutConfig2 = useLayoutConfig();
|
|
17230
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
|
+
}
|
|
17231
17233
|
const props = __props;
|
|
17232
17234
|
console.log("props.bgConfig", props.bgConfig);
|
|
17233
17235
|
const { useReport: useReport2 } = useRequestReport(props.request, props.globalStore);
|
|
@@ -17575,7 +17577,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17575
17577
|
style: normalizeStyle({ height: `${unref(height)}px` })
|
|
17576
17578
|
}, [
|
|
17577
17579
|
createElementVNode("div", {
|
|
17578
|
-
class: normalizeClass(["g-header allow-click-stop", [inAIHub.value ? "ai-hub g-header--ai-border " : "", isHome.value && showHeaderShadow.value ? "head-shadow" : "",
|
|
17580
|
+
class: normalizeClass(["g-header allow-click-stop", [inAIHub.value ? "ai-hub g-header--ai-border " : "", isHome.value && showHeaderShadow.value ? "head-shadow" : "", _ctx.headerBorder ? "oldBorder" : "", headerClassName.value, isIndexHead.value && !showHeaderShadow.value ? "g-header--transparent" : ""]]),
|
|
17579
17581
|
ref_key: "headerRef",
|
|
17580
17582
|
ref: headerRef,
|
|
17581
17583
|
style: normalizeStyle(detailBgStyle.value)
|
|
@@ -17613,17 +17615,18 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17613
17615
|
class: "g-toolbar-left-asideicon",
|
|
17614
17616
|
color: "var(--theme-aide-text)"
|
|
17615
17617
|
})) : createCommentVNode("", true),
|
|
17616
|
-
showNameAndIcon.value &&
|
|
17618
|
+
showNameAndIcon.value && _ctx.independence || inAIHub.value ? (openBlock(), createBlock(GLink, {
|
|
17617
17619
|
key: 1,
|
|
17618
17620
|
class: normalizeClass(["g-toolbar-left-logo", [inAIHub.value ? "ai-logo" : ""]]),
|
|
17619
17621
|
style: normalizeStyle(logoStyle.value),
|
|
17620
17622
|
href: inAIHub.value ? `${unref(layoutConfig2).VITE_AI_HOST}` : `${unref(layoutConfig2).VITE_HOST}?p=seo`
|
|
17621
17623
|
}, null, 8, ["class", "style", "href"])) : createCommentVNode("", true),
|
|
17622
|
-
showNameAndIcon.value && !
|
|
17624
|
+
showNameAndIcon.value && !_ctx.independence ? (openBlock(), createBlock(GLink, {
|
|
17623
17625
|
key: 2,
|
|
17624
17626
|
class: normalizeClass(["g-toolbar-left-logo", [inAIHub.value ? "ai-logo" : ""]]),
|
|
17625
17627
|
style: normalizeStyle(logoStyle.value),
|
|
17626
|
-
to: { name: "home" }
|
|
17628
|
+
to: { name: "home" },
|
|
17629
|
+
onClickCapture: handleLogoClick
|
|
17627
17630
|
}, null, 8, ["class", "style"])) : createCommentVNode("", true)
|
|
17628
17631
|
]),
|
|
17629
17632
|
isModuleVisible(unref(HeaderDisplayItem).CUSTOM_CONTENT) ? (openBlock(), createElementBlock("div", {
|
|
@@ -17632,12 +17635,12 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17632
17635
|
}, [
|
|
17633
17636
|
_ctx.$slots.headerCustom ? renderSlot(_ctx.$slots, "headerCustom", { key: 0 }, void 0, true) : isModuleVisible(unref(HeaderDisplayItem).CUSTOM_CONTENT) && !showNameAndIcon.value ? (openBlock(), createBlock(HeaderCustom, {
|
|
17634
17637
|
key: 1,
|
|
17635
|
-
scene:
|
|
17636
|
-
isLogin:
|
|
17637
|
-
errorCode: (_a2 =
|
|
17638
|
-
orgProps: (_b =
|
|
17639
|
-
repoProps: (_c =
|
|
17640
|
-
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,
|
|
17641
17644
|
onFollowDevCommunity: _cache[1] || (_cache[1] = ($event) => emit("followDevCommunity", $event)),
|
|
17642
17645
|
onFollowUser: _cache[2] || (_cache[2] = ($event) => emit("followUser"))
|
|
17643
17646
|
}, {
|
|
@@ -17656,7 +17659,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17656
17659
|
(openBlock(), createBlock(Search, {
|
|
17657
17660
|
inAIHub: inAIHub.value,
|
|
17658
17661
|
key: _ctx.$route.fullPath,
|
|
17659
|
-
sceneValue:
|
|
17662
|
+
sceneValue: _ctx.sceneValue,
|
|
17660
17663
|
isShowStickyNotice: isShowStickyNoticeByClose.value
|
|
17661
17664
|
}, {
|
|
17662
17665
|
searchRecommend: withCtx(() => [
|
|
@@ -17676,7 +17679,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17676
17679
|
createVNode(ClaimPower, { config: claimPowerConfig.value }, null, 8, ["config"]),
|
|
17677
17680
|
isModuleVisible(unref(HeaderDisplayItem).OPERATION_ENTRY) ? (openBlock(), createBlock(OperationEntry, { key: 0 })) : createCommentVNode("", true)
|
|
17678
17681
|
]),
|
|
17679
|
-
!
|
|
17682
|
+
!_ctx.isLogin ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17680
17683
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17681
17684
|
unref(isMobile) ? (openBlock(), createElementBlock("section", {
|
|
17682
17685
|
key: 0,
|
|
@@ -17722,10 +17725,10 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17722
17725
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createBlock(UserAvatar, {
|
|
17723
17726
|
key: 3,
|
|
17724
17727
|
isChatBot: isChatBot.value,
|
|
17725
|
-
loginOutFinish:
|
|
17728
|
+
loginOutFinish: _ctx.loginOutFinish,
|
|
17726
17729
|
inAIHub: inAIHub.value,
|
|
17727
|
-
independence:
|
|
17728
|
-
userMenus:
|
|
17730
|
+
independence: _ctx.independence,
|
|
17731
|
+
userMenus: _ctx.userMenus
|
|
17729
17732
|
}, null, 8, ["isChatBot", "loginOutFinish", "inAIHub", "independence", "userMenus"])) : createCommentVNode("", true)
|
|
17730
17733
|
], 64))
|
|
17731
17734
|
], 2)
|
|
@@ -17983,21 +17986,21 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
17983
17986
|
createElementVNode("div", {
|
|
17984
17987
|
ref_key: "headerRef",
|
|
17985
17988
|
ref: headerRef,
|
|
17986
|
-
class: normalizeClass(["g-header allow-click-stop", [showHeaderShadow.value ? "head-shadow" : "",
|
|
17989
|
+
class: normalizeClass(["g-header allow-click-stop", [showHeaderShadow.value ? "head-shadow" : "", _ctx.headerBorder ? "oldBorder" : "", headerClassName.value]])
|
|
17987
17990
|
}, [
|
|
17988
17991
|
createVNode(SiteAnnouncement),
|
|
17989
17992
|
withDirectives((openBlock(), createElementBlock("div", _hoisted_1$j, [
|
|
17990
17993
|
createElementVNode("div", _hoisted_2$e, [
|
|
17991
17994
|
createElementVNode("div", _hoisted_3$d, [
|
|
17992
17995
|
createVNode(_sfc_main$G, {
|
|
17993
|
-
src: (_a2 =
|
|
17994
|
-
name: (_b =
|
|
17996
|
+
src: (_a2 = _ctx.enterpriseInfo) == null ? void 0 : _a2.avatar,
|
|
17997
|
+
name: (_b = _ctx.enterpriseInfo) == null ? void 0 : _b.name,
|
|
17995
17998
|
isRound: false,
|
|
17996
17999
|
width: 32,
|
|
17997
18000
|
height: 32,
|
|
17998
18001
|
class: "enterprise-avatar"
|
|
17999
18002
|
}, null, 8, ["src", "name"]),
|
|
18000
|
-
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),
|
|
18001
18004
|
createElementVNode("span", _hoisted_5$5, toDisplayString$1(unref(t2)("gitCodeLayout.header.enterpriseFlag")), 1)
|
|
18002
18005
|
])
|
|
18003
18006
|
]),
|
|
@@ -18020,7 +18023,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
18020
18023
|
], true) : createCommentVNode("", true)
|
|
18021
18024
|
]),
|
|
18022
18025
|
createElementVNode("div", _hoisted_7$3, [
|
|
18023
|
-
!
|
|
18026
|
+
!_ctx.isLogin ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
18024
18027
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
18025
18028
|
unref(isMobile) ? (openBlock(), createElementBlock("section", {
|
|
18026
18029
|
key: 0,
|
|
@@ -18081,10 +18084,10 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
18081
18084
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createBlock(UserAvatar, {
|
|
18082
18085
|
key: 2,
|
|
18083
18086
|
isChatBot: false,
|
|
18084
|
-
loginOutFinish:
|
|
18087
|
+
loginOutFinish: _ctx.loginOutFinish,
|
|
18085
18088
|
inAIHub: false,
|
|
18086
|
-
independence:
|
|
18087
|
-
userMenus:
|
|
18089
|
+
independence: _ctx.independence,
|
|
18090
|
+
userMenus: _ctx.userMenus,
|
|
18088
18091
|
inEnterpriseHeader: true
|
|
18089
18092
|
}, null, 8, ["loginOutFinish", "independence", "userMenus"])) : createCommentVNode("", true)
|
|
18090
18093
|
], 64))
|
|
@@ -18330,9 +18333,9 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
18330
18333
|
const layoutConfig2 = useLayoutConfig();
|
|
18331
18334
|
const { t: t2 } = i18n.global;
|
|
18332
18335
|
const route = useRoute();
|
|
18333
|
-
const MenuItem = defineAsyncComponent(() => import("./MenuItem-
|
|
18334
|
-
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-
|
|
18335
|
-
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-
|
|
18336
|
+
const MenuItem = defineAsyncComponent(() => import("./MenuItem-50wS5d0K.js"));
|
|
18337
|
+
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-01WosZfk.js"));
|
|
18338
|
+
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-Dt87wbdD.js"));
|
|
18336
18339
|
const props = __props;
|
|
18337
18340
|
const useReport2 = inject("useReport");
|
|
18338
18341
|
const userInfo = inject("userInfo");
|
|
@@ -18547,9 +18550,9 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
18547
18550
|
(openBlock(true), createElementBlock(Fragment, null, renderList(filterList.value, (item) => {
|
|
18548
18551
|
return openBlock(), createBlock(resolveDynamicComponent(renderComponent(item)), mergeProps({
|
|
18549
18552
|
key: item.id,
|
|
18550
|
-
isLogin:
|
|
18553
|
+
isLogin: _ctx.isLogin,
|
|
18551
18554
|
item,
|
|
18552
|
-
slotKeys:
|
|
18555
|
+
slotKeys: _ctx.slotKeys
|
|
18553
18556
|
}, { ref_for: true }, getProps(item)), createSlots({ _: 2 }, [
|
|
18554
18557
|
renderList(mainSiteSlotKeys.value, (key) => {
|
|
18555
18558
|
return {
|
|
@@ -18571,9 +18574,9 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
18571
18574
|
}, {
|
|
18572
18575
|
default: withCtx(() => [
|
|
18573
18576
|
(openBlock(), createBlock(resolveDynamicComponent(LayoutSlotComponent(key)), mergeProps({ ref_for: true }, getProps(item), {
|
|
18574
|
-
slotKeys:
|
|
18577
|
+
slotKeys: _ctx.slotKeys,
|
|
18575
18578
|
item,
|
|
18576
|
-
isLogin:
|
|
18579
|
+
isLogin: _ctx.isLogin
|
|
18577
18580
|
}), null, 16, ["slotKeys", "item", "isLogin"]))
|
|
18578
18581
|
]),
|
|
18579
18582
|
_: 2
|
|
@@ -18666,17 +18669,17 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
18666
18669
|
withDirectives(createElementVNode("div", _hoisted_2$b, [
|
|
18667
18670
|
createVNode(_sfc_main$k)
|
|
18668
18671
|
], 512), [
|
|
18669
|
-
[vShow,
|
|
18672
|
+
[vShow, _ctx.showThemeSetting]
|
|
18670
18673
|
]),
|
|
18671
18674
|
withDirectives(createElementVNode("div", _hoisted_3$b, [
|
|
18672
18675
|
createVNode(_sfc_main$u)
|
|
18673
18676
|
], 512), [
|
|
18674
|
-
[vShow,
|
|
18677
|
+
[vShow, _ctx.showLangSetting]
|
|
18675
18678
|
])
|
|
18676
18679
|
]),
|
|
18677
18680
|
default: withCtx(() => [
|
|
18678
18681
|
createElementVNode("div", {
|
|
18679
|
-
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 }])
|
|
18680
18683
|
}, [
|
|
18681
18684
|
createVNode(GIcon, {
|
|
18682
18685
|
name: "gt-line-setting",
|
|
@@ -18851,7 +18854,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
18851
18854
|
target: "_blank",
|
|
18852
18855
|
rel: "noopener noreferrer"
|
|
18853
18856
|
}, "CSDN", -1)),
|
|
18854
|
-
_cache[2] || (_cache[2] = createTextVNode(" | "
|
|
18857
|
+
_cache[2] || (_cache[2] = createTextVNode(" | ")),
|
|
18855
18858
|
createElementVNode("a", _hoisted_8$2, toDisplayString$1(unref(t2)("gitCodeLayout.home.HWCloud")), 1)
|
|
18856
18859
|
], 2),
|
|
18857
18860
|
createElementVNode("p", _hoisted_9$2, [
|
|
@@ -18864,7 +18867,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
18864
18867
|
]),
|
|
18865
18868
|
_: 1
|
|
18866
18869
|
}, 8, ["href"]),
|
|
18867
|
-
_cache[3] || (_cache[3] = createTextVNode(" | "
|
|
18870
|
+
_cache[3] || (_cache[3] = createTextVNode(" | ")),
|
|
18868
18871
|
createVNode(GLink, {
|
|
18869
18872
|
target: "_blank",
|
|
18870
18873
|
href: unref(copyright).beian_url
|
|
@@ -19027,11 +19030,11 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
19027
19030
|
});
|
|
19028
19031
|
return (_ctx, _cache) => {
|
|
19029
19032
|
return openBlock(), createBlock(unref(Aside), {
|
|
19030
|
-
class: normalizeClass(["config-aside-content", { "side-bar-content-shot":
|
|
19033
|
+
class: normalizeClass(["config-aside-content", { "side-bar-content-shot": _ctx.asideSetShowLittle }])
|
|
19031
19034
|
}, {
|
|
19032
19035
|
default: withCtx(() => [
|
|
19033
19036
|
createElementVNode("div", {
|
|
19034
|
-
class: normalizeClass(["config-aside__content", { "side-bar-content-shot":
|
|
19037
|
+
class: normalizeClass(["config-aside__content", { "side-bar-content-shot": _ctx.asideSetShowLittle, "shot-isCh": !unref(isEn) }])
|
|
19035
19038
|
}, [
|
|
19036
19039
|
withDirectives((openBlock(), createElementBlock("div", _hoisted_1$e, [
|
|
19037
19040
|
createElementVNode("div", {
|
|
@@ -19051,10 +19054,10 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
19051
19054
|
}, [
|
|
19052
19055
|
createVNode(Area, {
|
|
19053
19056
|
list: getAreaItem(item),
|
|
19054
|
-
isLogin:
|
|
19057
|
+
isLogin: _ctx.isLogin,
|
|
19055
19058
|
slotKeys: layoutSlotKeys.value,
|
|
19056
|
-
sceneValue:
|
|
19057
|
-
asideSetShowLittle:
|
|
19059
|
+
sceneValue: _ctx.sceneValue,
|
|
19060
|
+
asideSetShowLittle: _ctx.asideSetShowLittle
|
|
19058
19061
|
}, createSlots({ _: 2 }, [
|
|
19059
19062
|
renderList(layoutSlotKeys.value, (key) => {
|
|
19060
19063
|
return {
|
|
@@ -19078,24 +19081,24 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
19078
19081
|
}, null, 8, ["name"]),
|
|
19079
19082
|
_cache[2] || (_cache[2] = createElementVNode("span", null, "群组讨论", -1))
|
|
19080
19083
|
], 32)) : createCommentVNode("", true),
|
|
19081
|
-
!
|
|
19084
|
+
!_ctx.asideSetShowLittle && index2 !== displayArea.value.length - 1 ? (openBlock(), createElementBlock("hr", _hoisted_4$7)) : createCommentVNode("", true)
|
|
19082
19085
|
], 64);
|
|
19083
19086
|
}), 128)),
|
|
19084
|
-
!
|
|
19087
|
+
!_ctx.asideSetShowLittle && isModuleVisible(unref(AsideDisplayItem).LINK) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
19085
19088
|
_cache[3] || (_cache[3] = createElementVNode("hr", { class: "line line--my" }, null, -1)),
|
|
19086
19089
|
createVNode(SubMenuList)
|
|
19087
19090
|
], 64)) : createCommentVNode("", true)
|
|
19088
19091
|
])),
|
|
19089
|
-
!
|
|
19092
|
+
!_ctx.asideSetShowLittle && isModuleVisible(unref(AsideDisplayItem).SITE_INFO) ? (openBlock(), createBlock(ContactInfo, { key: 2 })) : createCommentVNode("", true)
|
|
19090
19093
|
], 34),
|
|
19091
19094
|
showPreferencesSetting.value ? (openBlock(), createElementBlock("div", {
|
|
19092
19095
|
key: 0,
|
|
19093
|
-
class: normalizeClass(["aside-footer-tools", { "aside-footer-tools-little":
|
|
19096
|
+
class: normalizeClass(["aside-footer-tools", { "aside-footer-tools-little": _ctx.asideSetShowLittle }])
|
|
19094
19097
|
}, [
|
|
19095
19098
|
createVNode(Settings, {
|
|
19096
|
-
"show-lang-setting":
|
|
19097
|
-
"show-theme-setting":
|
|
19098
|
-
asideSetShowLittle:
|
|
19099
|
+
"show-lang-setting": _ctx.showLangSetting,
|
|
19100
|
+
"show-theme-setting": _ctx.showThemeSetting,
|
|
19101
|
+
asideSetShowLittle: _ctx.asideSetShowLittle
|
|
19099
19102
|
}, null, 8, ["show-lang-setting", "show-theme-setting", "asideSetShowLittle"])
|
|
19100
19103
|
], 2)) : createCommentVNode("", true)
|
|
19101
19104
|
])), [
|
|
@@ -19130,7 +19133,29 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
19130
19133
|
},
|
|
19131
19134
|
setup(__props) {
|
|
19132
19135
|
const route = useRoute();
|
|
19136
|
+
const router2 = useRouter();
|
|
19133
19137
|
const layoutConfig2 = useLayoutConfig();
|
|
19138
|
+
async function handleDrawerLogoClick(e) {
|
|
19139
|
+
if (props.independence) return;
|
|
19140
|
+
if (e.metaKey || e.ctrlKey || e.shiftKey || e.button !== 0) return;
|
|
19141
|
+
let href;
|
|
19142
|
+
try {
|
|
19143
|
+
href = router2.resolve({ name: "home" }).href;
|
|
19144
|
+
} catch {
|
|
19145
|
+
return;
|
|
19146
|
+
}
|
|
19147
|
+
e.preventDefault();
|
|
19148
|
+
try {
|
|
19149
|
+
const migrated = await isMigratedHref(href);
|
|
19150
|
+
if (migrated) {
|
|
19151
|
+
window.open(href, "_self");
|
|
19152
|
+
} else {
|
|
19153
|
+
router2.push({ name: "home" });
|
|
19154
|
+
}
|
|
19155
|
+
} catch {
|
|
19156
|
+
router2.push({ name: "home" });
|
|
19157
|
+
}
|
|
19158
|
+
}
|
|
19134
19159
|
const { headerHeight: headerHeight2 } = useHeaderHeight();
|
|
19135
19160
|
const props = __props;
|
|
19136
19161
|
const { useReport: useReport2 } = useRequestReport(props.request, props.globalStore);
|
|
@@ -19238,18 +19263,18 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
19238
19263
|
key: 0,
|
|
19239
19264
|
class: normalizeClass(["left-side-bar", { oldWhite: asideSetShowLittleMode.value, higherZIndex: unref(SITE_STATUS).DISABLE }]),
|
|
19240
19265
|
style: normalizeStyle({ width: mainMarginLeftWidth.value + "px", top: unref(headerHeight2) + "px" }),
|
|
19241
|
-
sceneValue:
|
|
19266
|
+
sceneValue: _ctx.sceneValue,
|
|
19242
19267
|
asideDefaultWidth: mainMarginLeftWidth.value,
|
|
19243
19268
|
asideSetShowLittle: asideSetShowLittleMode.value,
|
|
19244
|
-
isLogin:
|
|
19245
|
-
showPreferencesSetting:
|
|
19246
|
-
showThemeSetting:
|
|
19247
|
-
showLangSetting:
|
|
19248
|
-
independence:
|
|
19249
|
-
slotKeys:
|
|
19250
|
-
collapseMode:
|
|
19269
|
+
isLogin: _ctx.isLogin,
|
|
19270
|
+
showPreferencesSetting: _ctx.showPreferencesSetting,
|
|
19271
|
+
showThemeSetting: _ctx.showThemeSetting,
|
|
19272
|
+
showLangSetting: _ctx.showLangSetting,
|
|
19273
|
+
independence: _ctx.independence,
|
|
19274
|
+
slotKeys: _ctx.slotKeys,
|
|
19275
|
+
collapseMode: _ctx.collapseMode
|
|
19251
19276
|
}, createSlots({ _: 2 }, [
|
|
19252
|
-
renderList(
|
|
19277
|
+
renderList(_ctx.slotKeys, (key) => {
|
|
19253
19278
|
return {
|
|
19254
19279
|
name: key,
|
|
19255
19280
|
fn: withCtx(() => [
|
|
@@ -19271,8 +19296,9 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
19271
19296
|
createVNode(GLink, {
|
|
19272
19297
|
class: "g-toolbar-left-logo",
|
|
19273
19298
|
style: normalizeStyle(logoStyle.value),
|
|
19274
|
-
to:
|
|
19275
|
-
href:
|
|
19299
|
+
to: _ctx.independence ? "" : { name: "home" },
|
|
19300
|
+
href: _ctx.independence ? unref(transformUrl)(unref(layoutConfig2).VITE_HOST) : "",
|
|
19301
|
+
onClickCapture: handleDrawerLogoClick
|
|
19276
19302
|
}, null, 8, ["style", "to", "href"]),
|
|
19277
19303
|
createVNode(unref(Button), {
|
|
19278
19304
|
class: "draw-side-bar-close",
|
|
@@ -19282,14 +19308,14 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
19282
19308
|
})
|
|
19283
19309
|
]),
|
|
19284
19310
|
createVNode(ConfigAideContent, mergeProps(props, {
|
|
19285
|
-
sceneValue:
|
|
19311
|
+
sceneValue: _ctx.sceneValue,
|
|
19286
19312
|
asideDefaultWidth: 240,
|
|
19287
|
-
isLogin:
|
|
19288
|
-
showPreferencesSetting:
|
|
19289
|
-
showThemeSetting:
|
|
19290
|
-
showLangSetting:
|
|
19291
|
-
independence:
|
|
19292
|
-
slotKeys:
|
|
19313
|
+
isLogin: _ctx.isLogin,
|
|
19314
|
+
showPreferencesSetting: _ctx.showPreferencesSetting,
|
|
19315
|
+
showThemeSetting: _ctx.showThemeSetting,
|
|
19316
|
+
showLangSetting: _ctx.showLangSetting,
|
|
19317
|
+
independence: _ctx.independence,
|
|
19318
|
+
slotKeys: _ctx.slotKeys
|
|
19293
19319
|
}), null, 16, ["sceneValue", "isLogin", "showPreferencesSetting", "showThemeSetting", "showLangSetting", "independence", "slotKeys"])
|
|
19294
19320
|
]),
|
|
19295
19321
|
_: 1
|
|
@@ -20130,12 +20156,12 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
20130
20156
|
showLangSetting: "",
|
|
20131
20157
|
showThemeSetting: ""
|
|
20132
20158
|
}, {
|
|
20133
|
-
home: withCtx(() =>
|
|
20159
|
+
home: withCtx(() => _cache[3] || (_cache[3] = [
|
|
20134
20160
|
createElementVNode("div", null, "首页hover-插槽", -1)
|
|
20135
|
-
])
|
|
20136
|
-
issues: withCtx(() =>
|
|
20161
|
+
])),
|
|
20162
|
+
issues: withCtx(() => _cache[4] || (_cache[4] = [
|
|
20137
20163
|
createElementVNode("div", null, "issues hover-插槽", -1)
|
|
20138
|
-
])
|
|
20164
|
+
])),
|
|
20139
20165
|
_: 1
|
|
20140
20166
|
}, 8, ["sceneValue", "userInfo", "isLogin", "request", "globalStore", "independence", "collapseMode"])
|
|
20141
20167
|
]),
|
|
@@ -20151,19 +20177,21 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
20151
20177
|
key: "是",
|
|
20152
20178
|
value: true
|
|
20153
20179
|
}, {
|
|
20154
|
-
default: withCtx(() =>
|
|
20155
|
-
createTextVNode("普通 Header"
|
|
20156
|
-
])
|
|
20157
|
-
_: 1
|
|
20180
|
+
default: withCtx(() => _cache[5] || (_cache[5] = [
|
|
20181
|
+
createTextVNode("普通 Header")
|
|
20182
|
+
])),
|
|
20183
|
+
_: 1,
|
|
20184
|
+
__: [5]
|
|
20158
20185
|
})),
|
|
20159
20186
|
(openBlock(), createBlock(unref(Radio), {
|
|
20160
20187
|
key: "否",
|
|
20161
20188
|
value: false
|
|
20162
20189
|
}, {
|
|
20163
|
-
default: withCtx(() =>
|
|
20164
|
-
createTextVNode("企业版 Header"
|
|
20165
|
-
])
|
|
20166
|
-
_: 1
|
|
20190
|
+
default: withCtx(() => _cache[6] || (_cache[6] = [
|
|
20191
|
+
createTextVNode("企业版 Header")
|
|
20192
|
+
])),
|
|
20193
|
+
_: 1,
|
|
20194
|
+
__: [6]
|
|
20167
20195
|
}))
|
|
20168
20196
|
]),
|
|
20169
20197
|
_: 1
|
|
@@ -20203,19 +20231,21 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
20203
20231
|
key: "是",
|
|
20204
20232
|
value: true
|
|
20205
20233
|
}, {
|
|
20206
|
-
default: withCtx(() =>
|
|
20207
|
-
createTextVNode("是"
|
|
20208
|
-
])
|
|
20209
|
-
_: 1
|
|
20234
|
+
default: withCtx(() => _cache[7] || (_cache[7] = [
|
|
20235
|
+
createTextVNode("是")
|
|
20236
|
+
])),
|
|
20237
|
+
_: 1,
|
|
20238
|
+
__: [7]
|
|
20210
20239
|
})),
|
|
20211
20240
|
(openBlock(), createBlock(unref(Radio), {
|
|
20212
20241
|
key: "否",
|
|
20213
20242
|
value: false
|
|
20214
20243
|
}, {
|
|
20215
|
-
default: withCtx(() =>
|
|
20216
|
-
createTextVNode("否"
|
|
20217
|
-
])
|
|
20218
|
-
_: 1
|
|
20244
|
+
default: withCtx(() => _cache[8] || (_cache[8] = [
|
|
20245
|
+
createTextVNode("否")
|
|
20246
|
+
])),
|
|
20247
|
+
_: 1,
|
|
20248
|
+
__: [8]
|
|
20219
20249
|
}))
|
|
20220
20250
|
]),
|
|
20221
20251
|
_: 1
|
|
@@ -21086,13 +21116,13 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
21086
21116
|
});
|
|
21087
21117
|
return (_ctx, _cache) => {
|
|
21088
21118
|
return openBlock(), createElementBlock("div", {
|
|
21089
|
-
class: normalizeClass(["g-input-button", [inputBtnClassName.value,
|
|
21119
|
+
class: normalizeClass(["g-input-button", [inputBtnClassName.value, _ctx.error ? "g-input-button-error" : ""]])
|
|
21090
21120
|
}, [
|
|
21091
21121
|
createVNode(unref(Input), {
|
|
21092
21122
|
modelValue: unref(vModels),
|
|
21093
21123
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(vModels) ? vModels.value = $event : null),
|
|
21094
|
-
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label:
|
|
21095
|
-
autocomplete:
|
|
21124
|
+
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: _ctx.placeholder }),
|
|
21125
|
+
autocomplete: _ctx.autocomplete,
|
|
21096
21126
|
onChange: handleChange,
|
|
21097
21127
|
onFocus: handleInputFocus,
|
|
21098
21128
|
onBlur: handleInputBlur
|
|
@@ -21102,7 +21132,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
21102
21132
|
onClick: withModifiers(handleClick, ["stop"]),
|
|
21103
21133
|
class: normalizeClass([
|
|
21104
21134
|
"g-input-button-append",
|
|
21105
|
-
DisabledBtn.value || !
|
|
21135
|
+
DisabledBtn.value || !_ctx.hasMobile ? "g-input-button-append-inactive" : "g-input-button-append-active"
|
|
21106
21136
|
])
|
|
21107
21137
|
}, [
|
|
21108
21138
|
createElementVNode("span", _hoisted_1$a, toDisplayString$1(BtnText.value), 1)
|
|
@@ -21249,8 +21279,8 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
21249
21279
|
key: 1,
|
|
21250
21280
|
modelValue: unref(vModels),
|
|
21251
21281
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => isRef(vModels) ? vModels.value = $event : null)
|
|
21252
|
-
},
|
|
21253
|
-
placeholder:
|
|
21282
|
+
}, _ctx.prop, {
|
|
21283
|
+
placeholder: _ctx.placeholder,
|
|
21254
21284
|
onChange: handleChange
|
|
21255
21285
|
}), {
|
|
21256
21286
|
prepend: withCtx(() => [
|
|
@@ -21534,23 +21564,23 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21534
21564
|
rules: GroupRules,
|
|
21535
21565
|
ref_key: "FormRef",
|
|
21536
21566
|
ref: FormRef,
|
|
21537
|
-
"show-feedback":
|
|
21538
|
-
disabled:
|
|
21539
|
-
"message-type":
|
|
21540
|
-
layout:
|
|
21541
|
-
size:
|
|
21542
|
-
"label-size":
|
|
21543
|
-
"label-align":
|
|
21567
|
+
"show-feedback": _ctx.showFeedback,
|
|
21568
|
+
disabled: _ctx.disabled,
|
|
21569
|
+
"message-type": _ctx.MessageType,
|
|
21570
|
+
layout: _ctx.layout,
|
|
21571
|
+
size: _ctx.size,
|
|
21572
|
+
"label-size": _ctx.labelSize,
|
|
21573
|
+
"label-align": _ctx.labelAlign,
|
|
21544
21574
|
class: "g-form",
|
|
21545
21575
|
onInput: handleFormInput,
|
|
21546
21576
|
requirePosition: "right"
|
|
21547
21577
|
}, {
|
|
21548
21578
|
default: withCtx(() => [
|
|
21549
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
21579
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.DataList, (formItem) => {
|
|
21550
21580
|
return openBlock(), createBlock(unref(FormItem), {
|
|
21551
21581
|
key: formItem.key,
|
|
21552
21582
|
field: formItem.key,
|
|
21553
|
-
label:
|
|
21583
|
+
label: _ctx.showLabel ? formItem.label : "",
|
|
21554
21584
|
"help-tips": formItem.help,
|
|
21555
21585
|
"extra-info": formItem.extra,
|
|
21556
21586
|
style: normalizeStyle({ width: getItemWidth.value(formItem) })
|
|
@@ -21580,12 +21610,12 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21580
21610
|
}, { ref_for: true }, formItem.props, {
|
|
21581
21611
|
hasMobile: !!Data[(_b = formItem.props) == null ? void 0 : _b.aliasKey],
|
|
21582
21612
|
text: unref($t)("gitCodeLayout.userSetting.account.getVerificationCode"),
|
|
21583
|
-
error:
|
|
21613
|
+
error: _ctx.errors.msgError,
|
|
21584
21614
|
autocomplete: autocompleteCalc((_c = formItem.props) == null ? void 0 : _c.autocomplete)
|
|
21585
21615
|
}), null, 16, ["modelValue", "onUpdate:modelValue", "onChange", "onClick", "onUpdate:countdown", "placeholder", "hasMobile", "text", "error", "autocomplete"])) : formItem.type === "inputSelect" ? (openBlock(), createBlock(_sfc_main$b, mergeProps({
|
|
21586
21616
|
key: 2,
|
|
21587
21617
|
country: Data.country,
|
|
21588
|
-
class:
|
|
21618
|
+
class: _ctx.formErrors["mobile"] ? "input-select-error" : "",
|
|
21589
21619
|
modelValue: Data[formItem.key],
|
|
21590
21620
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
21591
21621
|
onSelectChange: _cache[0] || (_cache[0] = (evt) => handleSelectChange("country", evt)),
|
|
@@ -21645,7 +21675,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
21645
21675
|
return openBlock(), createElementBlock("div", _hoisted_1$8, [
|
|
21646
21676
|
createElementVNode("div", _hoisted_2$6, toDisplayString$1(unref($t)("gitCodeLayout.LoginModal.subtitle.otherLogin")), 1),
|
|
21647
21677
|
createElementVNode("div", _hoisted_3$6, [
|
|
21648
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
21678
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.logos, (icon) => {
|
|
21649
21679
|
return openBlock(), createElementBlock("div", {
|
|
21650
21680
|
key: icon.alt,
|
|
21651
21681
|
class: "icon-wrap otherInfo-icon"
|
|
@@ -21751,7 +21781,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
21751
21781
|
return (_ctx, _cache) => {
|
|
21752
21782
|
return openBlock(), createElementBlock("div", _hoisted_1$7, [
|
|
21753
21783
|
createVNode(unref(Checkbox), {
|
|
21754
|
-
"model-value":
|
|
21784
|
+
"model-value": _ctx.modelValue,
|
|
21755
21785
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = (val) => emits("update:modelValue", val)),
|
|
21756
21786
|
size: "sm"
|
|
21757
21787
|
}, {
|
|
@@ -21770,7 +21800,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
21770
21800
|
_: 1
|
|
21771
21801
|
}, 8, ["model-value"]),
|
|
21772
21802
|
createVNode(unref(Checkbox), {
|
|
21773
|
-
"model-value":
|
|
21803
|
+
"model-value": _ctx.dataShareChecked,
|
|
21774
21804
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = (val) => emits("update:dataShareChecked", val)),
|
|
21775
21805
|
size: "sm"
|
|
21776
21806
|
}, {
|
|
@@ -21819,7 +21849,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
21819
21849
|
return (_ctx, _cache) => {
|
|
21820
21850
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
21821
21851
|
createVNode(unref(Checkbox), {
|
|
21822
|
-
"model-value":
|
|
21852
|
+
"model-value": _ctx.modelValue,
|
|
21823
21853
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = (val) => emits("update:modelValue", val)),
|
|
21824
21854
|
size: "sm",
|
|
21825
21855
|
class: "agree-module agreements"
|
|
@@ -21840,7 +21870,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
21840
21870
|
_: 3
|
|
21841
21871
|
}, 8, ["model-value"]),
|
|
21842
21872
|
createVNode(unref(Checkbox), {
|
|
21843
|
-
"model-value":
|
|
21873
|
+
"model-value": _ctx.dataShareChecked,
|
|
21844
21874
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = (val) => emits("update:dataShareChecked", val)),
|
|
21845
21875
|
size: "sm",
|
|
21846
21876
|
class: "agreements__data-share"
|
|
@@ -21882,14 +21912,14 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
21882
21912
|
return (_ctx, _cache) => {
|
|
21883
21913
|
return openBlock(), createElementBlock("div", _hoisted_1$5, [
|
|
21884
21914
|
createElementVNode("div", _hoisted_2$3, [
|
|
21885
|
-
|
|
21915
|
+
_ctx.showBack ? (openBlock(), createElementBlock("img", {
|
|
21886
21916
|
key: 0,
|
|
21887
|
-
src:
|
|
21917
|
+
src: _ctx.icon,
|
|
21888
21918
|
class: "g-title__back-img",
|
|
21889
21919
|
onClick: withModifiers(handleClick, ["stop"])
|
|
21890
21920
|
}, null, 8, _hoisted_3$3)) : createCommentVNode("", true)
|
|
21891
21921
|
]),
|
|
21892
|
-
|
|
21922
|
+
_ctx.showTitle ? (openBlock(), createElementBlock("span", _hoisted_4$2, toDisplayString$1(_ctx.title), 1)) : createCommentVNode("", true)
|
|
21893
21923
|
]);
|
|
21894
21924
|
};
|
|
21895
21925
|
}
|
|
@@ -21923,7 +21953,7 @@ const verifyCodeRegExp4 = /^\d{4}$/;
|
|
|
21923
21953
|
const verifyCodeRegExp6 = /^\d{6}$/;
|
|
21924
21954
|
const mobileRegExp = /^1[3-9]\d{9}$/;
|
|
21925
21955
|
const usernameRegExp = /^(?!-)[a-zA-Z][a-zA-Z0-9_-]{1,49}$/;
|
|
21926
|
-
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}"]]] } };
|
|
21956
|
+
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}"]]] } };
|
|
21927
21957
|
function withMetadataArgument(func, _arguments) {
|
|
21928
21958
|
var args = Array.prototype.slice.call(_arguments);
|
|
21929
21959
|
args.push(metadata);
|
|
@@ -21951,39 +21981,32 @@ var objectConstructor = {}.constructor;
|
|
|
21951
21981
|
function isObject(object) {
|
|
21952
21982
|
return object !== void 0 && object !== null && object.constructor === objectConstructor;
|
|
21953
21983
|
}
|
|
21954
|
-
function _typeof$
|
|
21984
|
+
function _typeof$1(obj) {
|
|
21955
21985
|
"@babel/helpers - typeof";
|
|
21956
|
-
return _typeof$
|
|
21957
|
-
return typeof
|
|
21958
|
-
} : function(
|
|
21959
|
-
return
|
|
21960
|
-
}, _typeof$
|
|
21986
|
+
return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
|
|
21987
|
+
return typeof obj2;
|
|
21988
|
+
} : function(obj2) {
|
|
21989
|
+
return obj2 && "function" == typeof Symbol && obj2.constructor === Symbol && obj2 !== Symbol.prototype ? "symbol" : typeof obj2;
|
|
21990
|
+
}, _typeof$1(obj);
|
|
21961
21991
|
}
|
|
21962
|
-
function _classCallCheck$2(
|
|
21963
|
-
if (!(
|
|
21964
|
-
|
|
21965
|
-
function _defineProperties$1(e, r) {
|
|
21966
|
-
for (var t2 = 0; t2 < r.length; t2++) {
|
|
21967
|
-
var o = r[t2];
|
|
21968
|
-
o.enumerable = o.enumerable || false, o.configurable = true, "value" in o && (o.writable = true), Object.defineProperty(e, _toPropertyKey$6(o.key), o);
|
|
21992
|
+
function _classCallCheck$2(instance, Constructor) {
|
|
21993
|
+
if (!(instance instanceof Constructor)) {
|
|
21994
|
+
throw new TypeError("Cannot call a class as a function");
|
|
21969
21995
|
}
|
|
21970
21996
|
}
|
|
21971
|
-
function
|
|
21972
|
-
|
|
21973
|
-
|
|
21974
|
-
|
|
21975
|
-
|
|
21976
|
-
|
|
21977
|
-
|
|
21978
|
-
function _toPrimitive$6(t2, r) {
|
|
21979
|
-
if ("object" != _typeof$7(t2) || !t2) return t2;
|
|
21980
|
-
var e = t2[Symbol.toPrimitive];
|
|
21981
|
-
if (void 0 !== e) {
|
|
21982
|
-
var i = e.call(t2, r);
|
|
21983
|
-
if ("object" != _typeof$7(i)) return i;
|
|
21984
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
21997
|
+
function _defineProperties$1(target, props) {
|
|
21998
|
+
for (var i = 0; i < props.length; i++) {
|
|
21999
|
+
var descriptor = props[i];
|
|
22000
|
+
descriptor.enumerable = descriptor.enumerable || false;
|
|
22001
|
+
descriptor.configurable = true;
|
|
22002
|
+
if ("value" in descriptor) descriptor.writable = true;
|
|
22003
|
+
Object.defineProperty(target, descriptor.key, descriptor);
|
|
21985
22004
|
}
|
|
21986
|
-
|
|
22005
|
+
}
|
|
22006
|
+
function _createClass$2(Constructor, protoProps, staticProps) {
|
|
22007
|
+
if (protoProps) _defineProperties$1(Constructor.prototype, protoProps);
|
|
22008
|
+
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
22009
|
+
return Constructor;
|
|
21987
22010
|
}
|
|
21988
22011
|
var V3 = "1.2.0";
|
|
21989
22012
|
var V4 = "1.7.35";
|
|
@@ -21996,7 +22019,7 @@ var Metadata = /* @__PURE__ */ function() {
|
|
|
21996
22019
|
this.metadata = metadata2;
|
|
21997
22020
|
setVersion.call(this, metadata2);
|
|
21998
22021
|
}
|
|
21999
|
-
|
|
22022
|
+
_createClass$2(Metadata2, [{
|
|
22000
22023
|
key: "getCountries",
|
|
22001
22024
|
value: function getCountries() {
|
|
22002
22025
|
return Object.keys(this.metadata.countries).filter(function(_) {
|
|
@@ -22201,6 +22224,7 @@ var Metadata = /* @__PURE__ */ function() {
|
|
|
22201
22224
|
return this.numberingPlan !== void 0;
|
|
22202
22225
|
}
|
|
22203
22226
|
}]);
|
|
22227
|
+
return Metadata2;
|
|
22204
22228
|
}();
|
|
22205
22229
|
var NumberingPlan = /* @__PURE__ */ function() {
|
|
22206
22230
|
function NumberingPlan2(metadata2, globalMetadataObject) {
|
|
@@ -22209,7 +22233,7 @@ var NumberingPlan = /* @__PURE__ */ function() {
|
|
|
22209
22233
|
this.metadata = metadata2;
|
|
22210
22234
|
setVersion.call(this, globalMetadataObject.metadata);
|
|
22211
22235
|
}
|
|
22212
|
-
|
|
22236
|
+
_createClass$2(NumberingPlan2, [{
|
|
22213
22237
|
key: "callingCode",
|
|
22214
22238
|
value: function callingCode() {
|
|
22215
22239
|
return this.metadata[0];
|
|
@@ -22348,6 +22372,7 @@ var NumberingPlan = /* @__PURE__ */ function() {
|
|
|
22348
22372
|
return this.metadata[13] || DEFAULT_EXT_PREFIX;
|
|
22349
22373
|
}
|
|
22350
22374
|
}]);
|
|
22375
|
+
return NumberingPlan2;
|
|
22351
22376
|
}();
|
|
22352
22377
|
var Format = /* @__PURE__ */ function() {
|
|
22353
22378
|
function Format2(format2, metadata2) {
|
|
@@ -22355,7 +22380,7 @@ var Format = /* @__PURE__ */ function() {
|
|
|
22355
22380
|
this._format = format2;
|
|
22356
22381
|
this.metadata = metadata2;
|
|
22357
22382
|
}
|
|
22358
|
-
|
|
22383
|
+
_createClass$2(Format2, [{
|
|
22359
22384
|
key: "pattern",
|
|
22360
22385
|
value: function pattern() {
|
|
22361
22386
|
return this._format[0];
|
|
@@ -22398,6 +22423,7 @@ var Format = /* @__PURE__ */ function() {
|
|
|
22398
22423
|
return this._format[5] || this.format();
|
|
22399
22424
|
}
|
|
22400
22425
|
}]);
|
|
22426
|
+
return Format2;
|
|
22401
22427
|
}();
|
|
22402
22428
|
var FIRST_GROUP_ONLY_PREFIX_PATTERN = /^\(?\$1\)?$/;
|
|
22403
22429
|
var Type = /* @__PURE__ */ function() {
|
|
@@ -22406,7 +22432,7 @@ var Type = /* @__PURE__ */ function() {
|
|
|
22406
22432
|
this.type = type;
|
|
22407
22433
|
this.metadata = metadata2;
|
|
22408
22434
|
}
|
|
22409
|
-
|
|
22435
|
+
_createClass$2(Type2, [{
|
|
22410
22436
|
key: "pattern",
|
|
22411
22437
|
value: function pattern() {
|
|
22412
22438
|
if (this.metadata.v1) return this.type;
|
|
@@ -22419,6 +22445,7 @@ var Type = /* @__PURE__ */ function() {
|
|
|
22419
22445
|
return this.type[1] || this.metadata.possibleLengths();
|
|
22420
22446
|
}
|
|
22421
22447
|
}]);
|
|
22448
|
+
return Type2;
|
|
22422
22449
|
}();
|
|
22423
22450
|
function getType(types, type) {
|
|
22424
22451
|
switch (type) {
|
|
@@ -22453,12 +22480,12 @@ function validateMetadata(metadata2) {
|
|
|
22453
22480
|
}
|
|
22454
22481
|
}
|
|
22455
22482
|
var typeOf = function typeOf2(_) {
|
|
22456
|
-
return _typeof$
|
|
22483
|
+
return _typeof$1(_);
|
|
22457
22484
|
};
|
|
22458
22485
|
function getCountryCallingCode(country, metadata2) {
|
|
22459
22486
|
metadata2 = new Metadata(metadata2);
|
|
22460
22487
|
if (metadata2.hasCountry(country)) {
|
|
22461
|
-
return metadata2.
|
|
22488
|
+
return metadata2.country(country).countryCallingCode();
|
|
22462
22489
|
}
|
|
22463
22490
|
throw new Error("Unknown country: ".concat(country));
|
|
22464
22491
|
}
|
|
@@ -22484,14 +22511,10 @@ function setVersion(metadata2) {
|
|
|
22484
22511
|
}
|
|
22485
22512
|
}
|
|
22486
22513
|
}
|
|
22487
|
-
function checkNumberLength(nationalNumber,
|
|
22488
|
-
return checkNumberLengthForType(nationalNumber,
|
|
22514
|
+
function checkNumberLength(nationalNumber, metadata2) {
|
|
22515
|
+
return checkNumberLengthForType(nationalNumber, void 0, metadata2);
|
|
22489
22516
|
}
|
|
22490
|
-
function checkNumberLengthForType(nationalNumber,
|
|
22491
|
-
if (country) {
|
|
22492
|
-
metadata2 = new Metadata(metadata2.metadata);
|
|
22493
|
-
metadata2.selectNumberingPlan(country);
|
|
22494
|
-
}
|
|
22517
|
+
function checkNumberLengthForType(nationalNumber, type, metadata2) {
|
|
22495
22518
|
var type_info = metadata2.type(type);
|
|
22496
22519
|
var possible_lengths = type_info && type_info.possibleLengths() || metadata2.possibleLengths();
|
|
22497
22520
|
if (!possible_lengths) {
|
|
@@ -22528,7 +22551,7 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
22528
22551
|
if (!metadata2.hasCountry(input.country)) {
|
|
22529
22552
|
throw new Error("Unknown country: ".concat(input.country));
|
|
22530
22553
|
}
|
|
22531
|
-
metadata2.
|
|
22554
|
+
metadata2.country(input.country);
|
|
22532
22555
|
} else {
|
|
22533
22556
|
if (!input.countryCallingCode) {
|
|
22534
22557
|
throw new Error("Invalid phone number object passed");
|
|
@@ -22537,7 +22560,7 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
22537
22560
|
}
|
|
22538
22561
|
}
|
|
22539
22562
|
if (metadata2.possibleLengths()) {
|
|
22540
|
-
return isPossibleNumber(input.phone || input.nationalNumber,
|
|
22563
|
+
return isPossibleNumber(input.phone || input.nationalNumber, metadata2);
|
|
22541
22564
|
} else {
|
|
22542
22565
|
if (input.countryCallingCode && metadata2.isNonGeographicCallingCode(input.countryCallingCode)) {
|
|
22543
22566
|
return true;
|
|
@@ -22546,41 +22569,45 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
22546
22569
|
}
|
|
22547
22570
|
}
|
|
22548
22571
|
}
|
|
22549
|
-
function isPossibleNumber(nationalNumber,
|
|
22550
|
-
switch (checkNumberLength(nationalNumber,
|
|
22572
|
+
function isPossibleNumber(nationalNumber, metadata2) {
|
|
22573
|
+
switch (checkNumberLength(nationalNumber, metadata2)) {
|
|
22551
22574
|
case "IS_POSSIBLE":
|
|
22552
22575
|
return true;
|
|
22553
22576
|
default:
|
|
22554
22577
|
return false;
|
|
22555
22578
|
}
|
|
22556
22579
|
}
|
|
22557
|
-
function matchesEntirely(text2,
|
|
22580
|
+
function matchesEntirely(text2, regular_expression) {
|
|
22558
22581
|
text2 = text2 || "";
|
|
22559
|
-
return new RegExp("^(?:" +
|
|
22560
|
-
}
|
|
22561
|
-
function _createForOfIteratorHelperLoose$
|
|
22562
|
-
var
|
|
22563
|
-
if (
|
|
22564
|
-
if (Array.isArray(
|
|
22565
|
-
|
|
22566
|
-
var
|
|
22582
|
+
return new RegExp("^(?:" + regular_expression + ")$").test(text2);
|
|
22583
|
+
}
|
|
22584
|
+
function _createForOfIteratorHelperLoose$3(o, allowArrayLike) {
|
|
22585
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
22586
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
22587
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$4(o)) || allowArrayLike) {
|
|
22588
|
+
if (it) o = it;
|
|
22589
|
+
var i = 0;
|
|
22567
22590
|
return function() {
|
|
22568
|
-
|
|
22591
|
+
if (i >= o.length) return { done: true };
|
|
22592
|
+
return { done: false, value: o[i++] };
|
|
22569
22593
|
};
|
|
22570
22594
|
}
|
|
22571
22595
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22572
22596
|
}
|
|
22573
|
-
function _unsupportedIterableToArray$
|
|
22574
|
-
if (
|
|
22575
|
-
|
|
22576
|
-
|
|
22577
|
-
|
|
22578
|
-
|
|
22597
|
+
function _unsupportedIterableToArray$4(o, minLen) {
|
|
22598
|
+
if (!o) return;
|
|
22599
|
+
if (typeof o === "string") return _arrayLikeToArray$4(o, minLen);
|
|
22600
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
22601
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
22602
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
22603
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$4(o, minLen);
|
|
22579
22604
|
}
|
|
22580
|
-
function _arrayLikeToArray$
|
|
22581
|
-
(
|
|
22582
|
-
for (var
|
|
22583
|
-
|
|
22605
|
+
function _arrayLikeToArray$4(arr, len) {
|
|
22606
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
22607
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
22608
|
+
arr2[i] = arr[i];
|
|
22609
|
+
}
|
|
22610
|
+
return arr2;
|
|
22584
22611
|
}
|
|
22585
22612
|
var NON_FIXED_LINE_PHONE_TYPES = ["MOBILE", "PREMIUM_RATE", "TOLL_FREE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL"];
|
|
22586
22613
|
function getNumberType(input, options, metadata2) {
|
|
@@ -22606,7 +22633,7 @@ function getNumberType(input, options, metadata2) {
|
|
|
22606
22633
|
}
|
|
22607
22634
|
return "FIXED_LINE";
|
|
22608
22635
|
}
|
|
22609
|
-
for (var _iterator = _createForOfIteratorHelperLoose$
|
|
22636
|
+
for (var _iterator = _createForOfIteratorHelperLoose$3(NON_FIXED_LINE_PHONE_TYPES), _step; !(_step = _iterator()).done; ) {
|
|
22610
22637
|
var type = _step.value;
|
|
22611
22638
|
if (isNumberTypeEqualTo(nationalNumber, type, metadata2)) {
|
|
22612
22639
|
return type;
|
|
@@ -22614,14 +22641,14 @@ function getNumberType(input, options, metadata2) {
|
|
|
22614
22641
|
}
|
|
22615
22642
|
}
|
|
22616
22643
|
function isNumberTypeEqualTo(nationalNumber, type, metadata2) {
|
|
22617
|
-
|
|
22618
|
-
if (!
|
|
22644
|
+
type = metadata2.type(type);
|
|
22645
|
+
if (!type || !type.pattern()) {
|
|
22619
22646
|
return false;
|
|
22620
22647
|
}
|
|
22621
|
-
if (
|
|
22648
|
+
if (type.possibleLengths() && type.possibleLengths().indexOf(nationalNumber.length) < 0) {
|
|
22622
22649
|
return false;
|
|
22623
22650
|
}
|
|
22624
|
-
return matchesEntirely(nationalNumber,
|
|
22651
|
+
return matchesEntirely(nationalNumber, type.pattern());
|
|
22625
22652
|
}
|
|
22626
22653
|
function isValidNumber(input, options, metadata2) {
|
|
22627
22654
|
options = options || {};
|
|
@@ -22725,63 +22752,7 @@ function extractNationalNumberFromPossiblyIncompleteNumber(number2, metadata2) {
|
|
|
22725
22752
|
nationalNumber: number2
|
|
22726
22753
|
};
|
|
22727
22754
|
}
|
|
22728
|
-
function
|
|
22729
|
-
var t2 = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
22730
|
-
if (t2) return (t2 = t2.call(r)).next.bind(t2);
|
|
22731
|
-
if (Array.isArray(r) || (t2 = _unsupportedIterableToArray$2(r)) || e) {
|
|
22732
|
-
t2 && (r = t2);
|
|
22733
|
-
var o = 0;
|
|
22734
|
-
return function() {
|
|
22735
|
-
return o >= r.length ? { done: true } : { done: false, value: r[o++] };
|
|
22736
|
-
};
|
|
22737
|
-
}
|
|
22738
|
-
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22739
|
-
}
|
|
22740
|
-
function _unsupportedIterableToArray$2(r, a) {
|
|
22741
|
-
if (r) {
|
|
22742
|
-
if ("string" == typeof r) return _arrayLikeToArray$2(r, a);
|
|
22743
|
-
var t2 = {}.toString.call(r).slice(8, -1);
|
|
22744
|
-
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;
|
|
22745
|
-
}
|
|
22746
|
-
}
|
|
22747
|
-
function _arrayLikeToArray$2(r, a) {
|
|
22748
|
-
(null == a || a > r.length) && (a = r.length);
|
|
22749
|
-
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
22750
|
-
return n;
|
|
22751
|
-
}
|
|
22752
|
-
function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
|
|
22753
|
-
var countries = _ref.countries, metadata2 = _ref.metadata;
|
|
22754
|
-
metadata2 = new Metadata(metadata2);
|
|
22755
|
-
for (var _iterator = _createForOfIteratorHelperLoose$1(countries), _step; !(_step = _iterator()).done; ) {
|
|
22756
|
-
var country = _step.value;
|
|
22757
|
-
metadata2.selectNumberingPlan(country);
|
|
22758
|
-
if (metadata2.leadingDigits()) {
|
|
22759
|
-
if (nationalPhoneNumber && nationalPhoneNumber.search(metadata2.leadingDigits()) === 0) {
|
|
22760
|
-
return country;
|
|
22761
|
-
}
|
|
22762
|
-
} else if (getNumberType({
|
|
22763
|
-
phone: nationalPhoneNumber,
|
|
22764
|
-
country
|
|
22765
|
-
}, void 0, metadata2.metadata)) {
|
|
22766
|
-
return country;
|
|
22767
|
-
}
|
|
22768
|
-
}
|
|
22769
|
-
}
|
|
22770
|
-
function getCountryByCallingCode(callingCode, _ref) {
|
|
22771
|
-
var nationalPhoneNumber = _ref.nationalNumber, metadata2 = _ref.metadata;
|
|
22772
|
-
var possibleCountries = metadata2.getCountryCodesForCallingCode(callingCode);
|
|
22773
|
-
if (!possibleCountries) {
|
|
22774
|
-
return;
|
|
22775
|
-
}
|
|
22776
|
-
if (possibleCountries.length === 1) {
|
|
22777
|
-
return possibleCountries[0];
|
|
22778
|
-
}
|
|
22779
|
-
return getCountryByNationalNumber(nationalPhoneNumber, {
|
|
22780
|
-
countries: possibleCountries,
|
|
22781
|
-
metadata: metadata2.metadata
|
|
22782
|
-
});
|
|
22783
|
-
}
|
|
22784
|
-
function extractNationalNumber(number2, country, metadata2) {
|
|
22755
|
+
function extractNationalNumber(number2, metadata2) {
|
|
22785
22756
|
var _extractNationalNumbe = extractNationalNumberFromPossiblyIncompleteNumber(number2, metadata2), carrierCode = _extractNationalNumbe.carrierCode, nationalNumber = _extractNationalNumbe.nationalNumber;
|
|
22786
22757
|
if (nationalNumber !== number2) {
|
|
22787
22758
|
if (!shouldHaveExtractedNationalPrefix(number2, nationalNumber, metadata2)) {
|
|
@@ -22789,14 +22760,8 @@ function extractNationalNumber(number2, country, metadata2) {
|
|
|
22789
22760
|
nationalNumber: number2
|
|
22790
22761
|
};
|
|
22791
22762
|
}
|
|
22792
|
-
if (metadata2.
|
|
22793
|
-
if (!
|
|
22794
|
-
country = getCountryByCallingCode(metadata2.numberingPlan.callingCode(), {
|
|
22795
|
-
nationalNumber,
|
|
22796
|
-
metadata: metadata2
|
|
22797
|
-
});
|
|
22798
|
-
}
|
|
22799
|
-
if (!isPossibleIncompleteNationalNumber(nationalNumber, country, metadata2)) {
|
|
22763
|
+
if (metadata2.possibleLengths()) {
|
|
22764
|
+
if (!isPossibleIncompleteNationalNumber(nationalNumber, metadata2)) {
|
|
22800
22765
|
return {
|
|
22801
22766
|
nationalNumber: number2
|
|
22802
22767
|
};
|
|
@@ -22814,8 +22779,8 @@ function shouldHaveExtractedNationalPrefix(nationalNumberBefore, nationalNumberA
|
|
|
22814
22779
|
}
|
|
22815
22780
|
return true;
|
|
22816
22781
|
}
|
|
22817
|
-
function isPossibleIncompleteNationalNumber(nationalNumber,
|
|
22818
|
-
switch (checkNumberLength(nationalNumber,
|
|
22782
|
+
function isPossibleIncompleteNationalNumber(nationalNumber, metadata2) {
|
|
22783
|
+
switch (checkNumberLength(nationalNumber, metadata2)) {
|
|
22819
22784
|
case "TOO_SHORT":
|
|
22820
22785
|
case "INVALID_LENGTH":
|
|
22821
22786
|
return false;
|
|
@@ -22823,15 +22788,15 @@ function isPossibleIncompleteNationalNumber(nationalNumber, country, metadata2)
|
|
|
22823
22788
|
return true;
|
|
22824
22789
|
}
|
|
22825
22790
|
}
|
|
22826
|
-
function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country,
|
|
22827
|
-
var countryCallingCode =
|
|
22791
|
+
function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country, callingCode, metadata2) {
|
|
22792
|
+
var countryCallingCode = country ? getCountryCallingCode(country, metadata2) : callingCode;
|
|
22828
22793
|
if (number2.indexOf(countryCallingCode) === 0) {
|
|
22829
22794
|
metadata2 = new Metadata(metadata2);
|
|
22830
|
-
metadata2.selectNumberingPlan(
|
|
22795
|
+
metadata2.selectNumberingPlan(country, callingCode);
|
|
22831
22796
|
var possibleShorterNumber = number2.slice(countryCallingCode.length);
|
|
22832
|
-
var _extractNationalNumbe = extractNationalNumber(possibleShorterNumber,
|
|
22833
|
-
var _extractNationalNumbe2 = extractNationalNumber(number2,
|
|
22834
|
-
if (!matchesEntirely(nationalNumber, metadata2.nationalNumberPattern()) && matchesEntirely(possibleShorterNationalNumber, metadata2.nationalNumberPattern()) || checkNumberLength(nationalNumber,
|
|
22797
|
+
var _extractNationalNumbe = extractNationalNumber(possibleShorterNumber, metadata2), possibleShorterNationalNumber = _extractNationalNumbe.nationalNumber;
|
|
22798
|
+
var _extractNationalNumbe2 = extractNationalNumber(number2, metadata2), nationalNumber = _extractNationalNumbe2.nationalNumber;
|
|
22799
|
+
if (!matchesEntirely(nationalNumber, metadata2.nationalNumberPattern()) && matchesEntirely(possibleShorterNationalNumber, metadata2.nationalNumberPattern()) || checkNumberLength(nationalNumber, metadata2) === "TOO_LONG") {
|
|
22835
22800
|
return {
|
|
22836
22801
|
countryCallingCode,
|
|
22837
22802
|
number: possibleShorterNumber
|
|
@@ -22842,19 +22807,19 @@ function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2
|
|
|
22842
22807
|
number: number2
|
|
22843
22808
|
};
|
|
22844
22809
|
}
|
|
22845
|
-
function extractCountryCallingCode(number2, country,
|
|
22810
|
+
function extractCountryCallingCode(number2, country, callingCode, metadata2) {
|
|
22846
22811
|
if (!number2) {
|
|
22847
22812
|
return {};
|
|
22848
22813
|
}
|
|
22849
22814
|
var isNumberWithIddPrefix;
|
|
22850
22815
|
if (number2[0] !== "+") {
|
|
22851
|
-
var numberWithoutIDD = stripIddPrefix(number2,
|
|
22816
|
+
var numberWithoutIDD = stripIddPrefix(number2, country, callingCode, metadata2);
|
|
22852
22817
|
if (numberWithoutIDD && numberWithoutIDD !== number2) {
|
|
22853
22818
|
isNumberWithIddPrefix = true;
|
|
22854
22819
|
number2 = "+" + numberWithoutIDD;
|
|
22855
22820
|
} else {
|
|
22856
|
-
if (
|
|
22857
|
-
var _extractCountryCallin = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country,
|
|
22821
|
+
if (country || callingCode) {
|
|
22822
|
+
var _extractCountryCallin = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country, callingCode, metadata2), countryCallingCode = _extractCountryCallin.countryCallingCode, shorterNumber = _extractCountryCallin.number;
|
|
22858
22823
|
if (countryCallingCode) {
|
|
22859
22824
|
return {
|
|
22860
22825
|
countryCallingCodeSource: "FROM_NUMBER_WITHOUT_PLUS_SIGN",
|
|
@@ -22978,6 +22943,63 @@ function formatRFC3966(_ref) {
|
|
|
22978
22943
|
}
|
|
22979
22944
|
return "tel:".concat(number2).concat(ext ? ";ext=" + ext : "");
|
|
22980
22945
|
}
|
|
22946
|
+
function _createForOfIteratorHelperLoose$2(o, allowArrayLike) {
|
|
22947
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
22948
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
22949
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$3(o)) || allowArrayLike) {
|
|
22950
|
+
if (it) o = it;
|
|
22951
|
+
var i = 0;
|
|
22952
|
+
return function() {
|
|
22953
|
+
if (i >= o.length) return { done: true };
|
|
22954
|
+
return { done: false, value: o[i++] };
|
|
22955
|
+
};
|
|
22956
|
+
}
|
|
22957
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22958
|
+
}
|
|
22959
|
+
function _unsupportedIterableToArray$3(o, minLen) {
|
|
22960
|
+
if (!o) return;
|
|
22961
|
+
if (typeof o === "string") return _arrayLikeToArray$3(o, minLen);
|
|
22962
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
22963
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
22964
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
22965
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$3(o, minLen);
|
|
22966
|
+
}
|
|
22967
|
+
function _arrayLikeToArray$3(arr, len) {
|
|
22968
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
22969
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
22970
|
+
arr2[i] = arr[i];
|
|
22971
|
+
}
|
|
22972
|
+
return arr2;
|
|
22973
|
+
}
|
|
22974
|
+
function ownKeys$6(object, enumerableOnly) {
|
|
22975
|
+
var keys = Object.keys(object);
|
|
22976
|
+
if (Object.getOwnPropertySymbols) {
|
|
22977
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
22978
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
22979
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
22980
|
+
})), keys.push.apply(keys, symbols);
|
|
22981
|
+
}
|
|
22982
|
+
return keys;
|
|
22983
|
+
}
|
|
22984
|
+
function _objectSpread$6(target) {
|
|
22985
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
22986
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
22987
|
+
i % 2 ? ownKeys$6(Object(source), true).forEach(function(key) {
|
|
22988
|
+
_defineProperty$6(target, key, source[key]);
|
|
22989
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$6(Object(source)).forEach(function(key) {
|
|
22990
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
22991
|
+
});
|
|
22992
|
+
}
|
|
22993
|
+
return target;
|
|
22994
|
+
}
|
|
22995
|
+
function _defineProperty$6(obj, key, value) {
|
|
22996
|
+
if (key in obj) {
|
|
22997
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
22998
|
+
} else {
|
|
22999
|
+
obj[key] = value;
|
|
23000
|
+
}
|
|
23001
|
+
return obj;
|
|
23002
|
+
}
|
|
22981
23003
|
var DEFAULT_OPTIONS = {
|
|
22982
23004
|
formatExtension: function formatExtension(formattedNumber, extension, metadata2) {
|
|
22983
23005
|
return "".concat(formattedNumber).concat(metadata2.ext()).concat(extension);
|
|
@@ -22985,7 +23007,7 @@ var DEFAULT_OPTIONS = {
|
|
|
22985
23007
|
};
|
|
22986
23008
|
function formatNumber(input, format2, options, metadata2) {
|
|
22987
23009
|
if (options) {
|
|
22988
|
-
options =
|
|
23010
|
+
options = _objectSpread$6(_objectSpread$6({}, DEFAULT_OPTIONS), options);
|
|
22989
23011
|
} else {
|
|
22990
23012
|
options = DEFAULT_OPTIONS;
|
|
22991
23013
|
}
|
|
@@ -22994,7 +23016,7 @@ function formatNumber(input, format2, options, metadata2) {
|
|
|
22994
23016
|
if (!metadata2.hasCountry(input.country)) {
|
|
22995
23017
|
throw new Error("Unknown country: ".concat(input.country));
|
|
22996
23018
|
}
|
|
22997
|
-
metadata2.
|
|
23019
|
+
metadata2.country(input.country);
|
|
22998
23020
|
} else if (input.countryCallingCode) {
|
|
22999
23021
|
metadata2.selectNumberingPlan(input.countryCallingCode);
|
|
23000
23022
|
} else return input.phone || "";
|
|
@@ -23027,9 +23049,6 @@ function formatNumber(input, format2, options, metadata2) {
|
|
|
23027
23049
|
return;
|
|
23028
23050
|
}
|
|
23029
23051
|
var formattedNumber = formatIDD(nationalNumber, input.carrierCode, countryCallingCode, options.fromCountry, metadata2);
|
|
23030
|
-
if (!formattedNumber) {
|
|
23031
|
-
return;
|
|
23032
|
-
}
|
|
23033
23052
|
return addExtension(formattedNumber, input.ext, metadata2, options.formatExtension);
|
|
23034
23053
|
default:
|
|
23035
23054
|
throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(format2, '"'));
|
|
@@ -23045,16 +23064,19 @@ function formatNationalNumber(number2, carrierCode, formatAs, metadata2, options
|
|
|
23045
23064
|
withNationalPrefix: format2.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && options && options.nationalPrefix === false ? false : true
|
|
23046
23065
|
});
|
|
23047
23066
|
}
|
|
23048
|
-
function chooseFormatForNumber(availableFormats,
|
|
23049
|
-
|
|
23067
|
+
function chooseFormatForNumber(availableFormats, nationalNnumber) {
|
|
23068
|
+
for (var _iterator = _createForOfIteratorHelperLoose$2(availableFormats), _step; !(_step = _iterator()).done; ) {
|
|
23069
|
+
var format2 = _step.value;
|
|
23050
23070
|
if (format2.leadingDigitsPatterns().length > 0) {
|
|
23051
23071
|
var lastLeadingDigitsPattern = format2.leadingDigitsPatterns()[format2.leadingDigitsPatterns().length - 1];
|
|
23052
|
-
if (
|
|
23053
|
-
|
|
23072
|
+
if (nationalNnumber.search(lastLeadingDigitsPattern) !== 0) {
|
|
23073
|
+
continue;
|
|
23054
23074
|
}
|
|
23055
23075
|
}
|
|
23056
|
-
|
|
23057
|
-
|
|
23076
|
+
if (matchesEntirely(nationalNnumber, format2.pattern())) {
|
|
23077
|
+
return format2;
|
|
23078
|
+
}
|
|
23079
|
+
}
|
|
23058
23080
|
}
|
|
23059
23081
|
function addExtension(formattedNumber, ext, metadata2, formatExtension2) {
|
|
23060
23082
|
return ext ? formatExtension2(formattedNumber, ext, metadata2) : formattedNumber;
|
|
@@ -23073,87 +23095,53 @@ function formatIDD(nationalNumber, carrierCode, countryCallingCode, fromCountry,
|
|
|
23073
23095
|
return "".concat(iddPrefix, " ").concat(countryCallingCode, " ").concat(formatNationalNumber(nationalNumber, null, "INTERNATIONAL", metadata2));
|
|
23074
23096
|
}
|
|
23075
23097
|
}
|
|
23076
|
-
function
|
|
23077
|
-
var
|
|
23078
|
-
|
|
23079
|
-
|
|
23080
|
-
|
|
23081
|
-
|
|
23082
|
-
|
|
23083
|
-
for (var key in objects[i]) {
|
|
23084
|
-
objects[0][key] = objects[i][key];
|
|
23085
|
-
}
|
|
23086
|
-
}
|
|
23087
|
-
i++;
|
|
23088
|
-
}
|
|
23089
|
-
return objects[0];
|
|
23090
|
-
}
|
|
23091
|
-
function pickFirstMatchingElement(elements, testFunction) {
|
|
23092
|
-
var i = 0;
|
|
23093
|
-
while (i < elements.length) {
|
|
23094
|
-
if (testFunction(elements[i])) {
|
|
23095
|
-
return elements[i];
|
|
23096
|
-
}
|
|
23097
|
-
i++;
|
|
23098
|
+
function ownKeys$5(object, enumerableOnly) {
|
|
23099
|
+
var keys = Object.keys(object);
|
|
23100
|
+
if (Object.getOwnPropertySymbols) {
|
|
23101
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
23102
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23103
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23104
|
+
})), keys.push.apply(keys, symbols);
|
|
23098
23105
|
}
|
|
23106
|
+
return keys;
|
|
23099
23107
|
}
|
|
23100
|
-
function
|
|
23101
|
-
|
|
23102
|
-
|
|
23103
|
-
|
|
23104
|
-
|
|
23105
|
-
|
|
23106
|
-
|
|
23107
|
-
}
|
|
23108
|
-
function ownKeys$5(e, r) {
|
|
23109
|
-
var t2 = Object.keys(e);
|
|
23110
|
-
if (Object.getOwnPropertySymbols) {
|
|
23111
|
-
var o = Object.getOwnPropertySymbols(e);
|
|
23112
|
-
r && (o = o.filter(function(r2) {
|
|
23113
|
-
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
23114
|
-
})), t2.push.apply(t2, o);
|
|
23115
|
-
}
|
|
23116
|
-
return t2;
|
|
23117
|
-
}
|
|
23118
|
-
function _objectSpread$5(e) {
|
|
23119
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23120
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23121
|
-
r % 2 ? ownKeys$5(Object(t2), true).forEach(function(r2) {
|
|
23122
|
-
_defineProperty$5(e, r2, t2[r2]);
|
|
23123
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$5(Object(t2)).forEach(function(r2) {
|
|
23124
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23108
|
+
function _objectSpread$5(target) {
|
|
23109
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
23110
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
23111
|
+
i % 2 ? ownKeys$5(Object(source), true).forEach(function(key) {
|
|
23112
|
+
_defineProperty$5(target, key, source[key]);
|
|
23113
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$5(Object(source)).forEach(function(key) {
|
|
23114
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23125
23115
|
});
|
|
23126
23116
|
}
|
|
23127
|
-
return
|
|
23128
|
-
}
|
|
23129
|
-
function _defineProperty$5(e, r, t2) {
|
|
23130
|
-
return (r = _toPropertyKey$5(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23131
|
-
}
|
|
23132
|
-
function _classCallCheck$1(a, n) {
|
|
23133
|
-
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
23117
|
+
return target;
|
|
23134
23118
|
}
|
|
23135
|
-
function
|
|
23136
|
-
|
|
23137
|
-
|
|
23138
|
-
|
|
23119
|
+
function _defineProperty$5(obj, key, value) {
|
|
23120
|
+
if (key in obj) {
|
|
23121
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23122
|
+
} else {
|
|
23123
|
+
obj[key] = value;
|
|
23139
23124
|
}
|
|
23125
|
+
return obj;
|
|
23140
23126
|
}
|
|
23141
|
-
function
|
|
23142
|
-
|
|
23143
|
-
|
|
23144
|
-
|
|
23145
|
-
var i = _toPrimitive$5(t2, "string");
|
|
23146
|
-
return "symbol" == _typeof$6(i) ? i : i + "";
|
|
23127
|
+
function _classCallCheck$1(instance, Constructor) {
|
|
23128
|
+
if (!(instance instanceof Constructor)) {
|
|
23129
|
+
throw new TypeError("Cannot call a class as a function");
|
|
23130
|
+
}
|
|
23147
23131
|
}
|
|
23148
|
-
function
|
|
23149
|
-
|
|
23150
|
-
|
|
23151
|
-
|
|
23152
|
-
|
|
23153
|
-
if ("
|
|
23154
|
-
|
|
23132
|
+
function _defineProperties(target, props) {
|
|
23133
|
+
for (var i = 0; i < props.length; i++) {
|
|
23134
|
+
var descriptor = props[i];
|
|
23135
|
+
descriptor.enumerable = descriptor.enumerable || false;
|
|
23136
|
+
descriptor.configurable = true;
|
|
23137
|
+
if ("value" in descriptor) descriptor.writable = true;
|
|
23138
|
+
Object.defineProperty(target, descriptor.key, descriptor);
|
|
23155
23139
|
}
|
|
23156
|
-
|
|
23140
|
+
}
|
|
23141
|
+
function _createClass$1(Constructor, protoProps, staticProps) {
|
|
23142
|
+
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
23143
|
+
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
23144
|
+
return Constructor;
|
|
23157
23145
|
}
|
|
23158
23146
|
var PhoneNumber = /* @__PURE__ */ function() {
|
|
23159
23147
|
function PhoneNumber2(countryOrCountryCallingCode, nationalNumber, metadata2) {
|
|
@@ -23164,20 +23152,22 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
23164
23152
|
if (typeof countryOrCountryCallingCode !== "string") {
|
|
23165
23153
|
throw new TypeError("First argument must be a string");
|
|
23166
23154
|
}
|
|
23167
|
-
if (countryOrCountryCallingCode
|
|
23168
|
-
|
|
23169
|
-
|
|
23170
|
-
if (isObject(nationalNumber) && isObject(nationalNumber.countries)) {
|
|
23171
|
-
metadata2 = nationalNumber;
|
|
23172
|
-
var e164Number = countryOrCountryCallingCode;
|
|
23173
|
-
if (!E164_NUMBER_REGEXP.test(e164Number)) {
|
|
23174
|
-
throw new Error('Invalid `number` argument passed: must consist of a "+" followed by digits');
|
|
23155
|
+
if (typeof countryOrCountryCallingCode === "string") {
|
|
23156
|
+
if (countryOrCountryCallingCode[0] === "+" && !nationalNumber) {
|
|
23157
|
+
throw new TypeError("`metadata` argument not passed");
|
|
23175
23158
|
}
|
|
23176
|
-
|
|
23177
|
-
|
|
23178
|
-
|
|
23179
|
-
|
|
23180
|
-
|
|
23159
|
+
if (isObject(nationalNumber) && isObject(nationalNumber.countries)) {
|
|
23160
|
+
metadata2 = nationalNumber;
|
|
23161
|
+
var e164Number = countryOrCountryCallingCode;
|
|
23162
|
+
if (!E164_NUMBER_REGEXP.test(e164Number)) {
|
|
23163
|
+
throw new Error('Invalid `number` argument passed: must consist of a "+" followed by digits');
|
|
23164
|
+
}
|
|
23165
|
+
var _extractCountryCallin = extractCountryCallingCode(e164Number, void 0, void 0, metadata2), _countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
23166
|
+
nationalNumber = number2;
|
|
23167
|
+
countryOrCountryCallingCode = _countryCallingCode;
|
|
23168
|
+
if (!nationalNumber) {
|
|
23169
|
+
throw new Error("Invalid `number` argument passed: too short");
|
|
23170
|
+
}
|
|
23181
23171
|
}
|
|
23182
23172
|
}
|
|
23183
23173
|
if (!nationalNumber) {
|
|
@@ -23196,7 +23186,7 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
23196
23186
|
return metadata2;
|
|
23197
23187
|
};
|
|
23198
23188
|
}
|
|
23199
|
-
|
|
23189
|
+
_createClass$1(PhoneNumber2, [{
|
|
23200
23190
|
key: "setExt",
|
|
23201
23191
|
value: function setExt(ext) {
|
|
23202
23192
|
this.ext = ext;
|
|
@@ -23280,6 +23270,7 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
23280
23270
|
return this.format("RFC3966", options);
|
|
23281
23271
|
}
|
|
23282
23272
|
}]);
|
|
23273
|
+
return PhoneNumber2;
|
|
23283
23274
|
}();
|
|
23284
23275
|
var isCountryCode = function isCountryCode2(value) {
|
|
23285
23276
|
return /^[A-Z]{2}$/.test(value);
|
|
@@ -23301,95 +23292,131 @@ function getCountryAndCountryCallingCode(countryOrCountryCallingCode, metadataJs
|
|
|
23301
23292
|
};
|
|
23302
23293
|
}
|
|
23303
23294
|
var E164_NUMBER_REGEXP = /^\+\d+$/;
|
|
23304
|
-
function _typeof
|
|
23295
|
+
function _typeof(obj) {
|
|
23305
23296
|
"@babel/helpers - typeof";
|
|
23306
|
-
return _typeof
|
|
23307
|
-
return typeof
|
|
23308
|
-
} : function(
|
|
23309
|
-
return
|
|
23310
|
-
}, _typeof
|
|
23311
|
-
}
|
|
23312
|
-
function _createClass(
|
|
23313
|
-
|
|
23314
|
-
|
|
23315
|
-
|
|
23316
|
-
|
|
23317
|
-
|
|
23318
|
-
|
|
23319
|
-
|
|
23320
|
-
}
|
|
23321
|
-
function
|
|
23322
|
-
if (
|
|
23323
|
-
|
|
23324
|
-
|
|
23325
|
-
}
|
|
23326
|
-
|
|
23327
|
-
if (
|
|
23328
|
-
|
|
23329
|
-
|
|
23330
|
-
|
|
23331
|
-
|
|
23332
|
-
|
|
23333
|
-
|
|
23334
|
-
|
|
23335
|
-
|
|
23336
|
-
|
|
23337
|
-
|
|
23338
|
-
|
|
23339
|
-
|
|
23340
|
-
|
|
23341
|
-
|
|
23297
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
|
|
23298
|
+
return typeof obj2;
|
|
23299
|
+
} : function(obj2) {
|
|
23300
|
+
return obj2 && "function" == typeof Symbol && obj2.constructor === Symbol && obj2 !== Symbol.prototype ? "symbol" : typeof obj2;
|
|
23301
|
+
}, _typeof(obj);
|
|
23302
|
+
}
|
|
23303
|
+
function _createClass(Constructor, protoProps, staticProps) {
|
|
23304
|
+
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
23305
|
+
return Constructor;
|
|
23306
|
+
}
|
|
23307
|
+
function _classCallCheck(instance, Constructor) {
|
|
23308
|
+
if (!(instance instanceof Constructor)) {
|
|
23309
|
+
throw new TypeError("Cannot call a class as a function");
|
|
23310
|
+
}
|
|
23311
|
+
}
|
|
23312
|
+
function _inherits(subClass, superClass) {
|
|
23313
|
+
if (typeof superClass !== "function" && superClass !== null) {
|
|
23314
|
+
throw new TypeError("Super expression must either be null or a function");
|
|
23315
|
+
}
|
|
23316
|
+
subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });
|
|
23317
|
+
Object.defineProperty(subClass, "prototype", { writable: false });
|
|
23318
|
+
if (superClass) _setPrototypeOf(subClass, superClass);
|
|
23319
|
+
}
|
|
23320
|
+
function _createSuper(Derived) {
|
|
23321
|
+
var hasNativeReflectConstruct = _isNativeReflectConstruct();
|
|
23322
|
+
return function _createSuperInternal() {
|
|
23323
|
+
var Super = _getPrototypeOf(Derived), result2;
|
|
23324
|
+
if (hasNativeReflectConstruct) {
|
|
23325
|
+
var NewTarget = _getPrototypeOf(this).constructor;
|
|
23326
|
+
result2 = Reflect.construct(Super, arguments, NewTarget);
|
|
23327
|
+
} else {
|
|
23328
|
+
result2 = Super.apply(this, arguments);
|
|
23329
|
+
}
|
|
23330
|
+
return _possibleConstructorReturn(this, result2);
|
|
23331
|
+
};
|
|
23332
|
+
}
|
|
23333
|
+
function _possibleConstructorReturn(self2, call) {
|
|
23334
|
+
if (call && (_typeof(call) === "object" || typeof call === "function")) {
|
|
23335
|
+
return call;
|
|
23336
|
+
} else if (call !== void 0) {
|
|
23337
|
+
throw new TypeError("Derived constructors may only return object or undefined");
|
|
23338
|
+
}
|
|
23339
|
+
return _assertThisInitialized(self2);
|
|
23340
|
+
}
|
|
23341
|
+
function _assertThisInitialized(self2) {
|
|
23342
|
+
if (self2 === void 0) {
|
|
23343
|
+
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
23344
|
+
}
|
|
23345
|
+
return self2;
|
|
23346
|
+
}
|
|
23347
|
+
function _wrapNativeSuper(Class) {
|
|
23348
|
+
var _cache = typeof Map === "function" ? /* @__PURE__ */ new Map() : void 0;
|
|
23349
|
+
_wrapNativeSuper = function _wrapNativeSuper2(Class2) {
|
|
23350
|
+
if (Class2 === null || !_isNativeFunction(Class2)) return Class2;
|
|
23351
|
+
if (typeof Class2 !== "function") {
|
|
23352
|
+
throw new TypeError("Super expression must either be null or a function");
|
|
23353
|
+
}
|
|
23354
|
+
if (typeof _cache !== "undefined") {
|
|
23355
|
+
if (_cache.has(Class2)) return _cache.get(Class2);
|
|
23356
|
+
_cache.set(Class2, Wrapper);
|
|
23342
23357
|
}
|
|
23343
23358
|
function Wrapper() {
|
|
23344
|
-
return _construct(
|
|
23359
|
+
return _construct(Class2, arguments, _getPrototypeOf(this).constructor);
|
|
23345
23360
|
}
|
|
23346
|
-
|
|
23347
|
-
|
|
23361
|
+
Wrapper.prototype = Object.create(Class2.prototype, { constructor: { value: Wrapper, enumerable: false, writable: true, configurable: true } });
|
|
23362
|
+
return _setPrototypeOf(Wrapper, Class2);
|
|
23363
|
+
};
|
|
23364
|
+
return _wrapNativeSuper(Class);
|
|
23348
23365
|
}
|
|
23349
|
-
function _construct(
|
|
23350
|
-
if (_isNativeReflectConstruct())
|
|
23351
|
-
|
|
23352
|
-
|
|
23353
|
-
|
|
23354
|
-
|
|
23366
|
+
function _construct(Parent, args, Class) {
|
|
23367
|
+
if (_isNativeReflectConstruct()) {
|
|
23368
|
+
_construct = Reflect.construct;
|
|
23369
|
+
} else {
|
|
23370
|
+
_construct = function _construct2(Parent2, args2, Class2) {
|
|
23371
|
+
var a = [null];
|
|
23372
|
+
a.push.apply(a, args2);
|
|
23373
|
+
var Constructor = Function.bind.apply(Parent2, a);
|
|
23374
|
+
var instance = new Constructor();
|
|
23375
|
+
if (Class2) _setPrototypeOf(instance, Class2.prototype);
|
|
23376
|
+
return instance;
|
|
23377
|
+
};
|
|
23378
|
+
}
|
|
23379
|
+
return _construct.apply(null, arguments);
|
|
23355
23380
|
}
|
|
23356
23381
|
function _isNativeReflectConstruct() {
|
|
23382
|
+
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
|
|
23383
|
+
if (Reflect.construct.sham) return false;
|
|
23384
|
+
if (typeof Proxy === "function") return true;
|
|
23357
23385
|
try {
|
|
23358
|
-
|
|
23386
|
+
Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
|
|
23359
23387
|
}));
|
|
23360
|
-
|
|
23388
|
+
return true;
|
|
23389
|
+
} catch (e) {
|
|
23390
|
+
return false;
|
|
23361
23391
|
}
|
|
23362
|
-
return (_isNativeReflectConstruct = function _isNativeReflectConstruct2() {
|
|
23363
|
-
return !!t2;
|
|
23364
|
-
})();
|
|
23365
23392
|
}
|
|
23366
|
-
function _isNativeFunction(
|
|
23367
|
-
|
|
23368
|
-
return -1 !== Function.toString.call(t2).indexOf("[native code]");
|
|
23369
|
-
} catch (n) {
|
|
23370
|
-
return "function" == typeof t2;
|
|
23371
|
-
}
|
|
23393
|
+
function _isNativeFunction(fn) {
|
|
23394
|
+
return Function.toString.call(fn).indexOf("[native code]") !== -1;
|
|
23372
23395
|
}
|
|
23373
|
-
function _setPrototypeOf(
|
|
23374
|
-
|
|
23375
|
-
|
|
23376
|
-
|
|
23396
|
+
function _setPrototypeOf(o, p) {
|
|
23397
|
+
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf2(o2, p2) {
|
|
23398
|
+
o2.__proto__ = p2;
|
|
23399
|
+
return o2;
|
|
23400
|
+
};
|
|
23401
|
+
return _setPrototypeOf(o, p);
|
|
23377
23402
|
}
|
|
23378
|
-
function _getPrototypeOf(
|
|
23379
|
-
|
|
23380
|
-
return
|
|
23381
|
-
}
|
|
23403
|
+
function _getPrototypeOf(o) {
|
|
23404
|
+
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf2(o2) {
|
|
23405
|
+
return o2.__proto__ || Object.getPrototypeOf(o2);
|
|
23406
|
+
};
|
|
23407
|
+
return _getPrototypeOf(o);
|
|
23382
23408
|
}
|
|
23383
23409
|
var ParseError = /* @__PURE__ */ function(_Error) {
|
|
23410
|
+
_inherits(ParseError2, _Error);
|
|
23411
|
+
var _super = _createSuper(ParseError2);
|
|
23384
23412
|
function ParseError2(code2) {
|
|
23385
23413
|
var _this;
|
|
23386
23414
|
_classCallCheck(this, ParseError2);
|
|
23387
|
-
_this =
|
|
23388
|
-
Object.setPrototypeOf(_this, ParseError2.prototype);
|
|
23415
|
+
_this = _super.call(this, code2);
|
|
23416
|
+
Object.setPrototypeOf(_assertThisInitialized(_this), ParseError2.prototype);
|
|
23389
23417
|
_this.name = _this.constructor.name;
|
|
23390
23418
|
return _this;
|
|
23391
23419
|
}
|
|
23392
|
-
_inherits(ParseError2, _Error);
|
|
23393
23420
|
return _createClass(ParseError2);
|
|
23394
23421
|
}(/* @__PURE__ */ _wrapNativeSuper(Error));
|
|
23395
23422
|
var EXTN_PATTERN = new RegExp("(?:" + createExtensionPattern() + ")$", "i");
|
|
@@ -23486,39 +23513,43 @@ var DIGITS = {
|
|
|
23486
23513
|
function parseDigit(character) {
|
|
23487
23514
|
return DIGITS[character];
|
|
23488
23515
|
}
|
|
23489
|
-
function _createForOfIteratorHelperLoose(
|
|
23490
|
-
var
|
|
23491
|
-
if (
|
|
23492
|
-
if (Array.isArray(
|
|
23493
|
-
|
|
23494
|
-
var
|
|
23516
|
+
function _createForOfIteratorHelperLoose$1(o, allowArrayLike) {
|
|
23517
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
23518
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
23519
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$2(o)) || allowArrayLike) {
|
|
23520
|
+
if (it) o = it;
|
|
23521
|
+
var i = 0;
|
|
23495
23522
|
return function() {
|
|
23496
|
-
|
|
23523
|
+
if (i >= o.length) return { done: true };
|
|
23524
|
+
return { done: false, value: o[i++] };
|
|
23497
23525
|
};
|
|
23498
23526
|
}
|
|
23499
23527
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
23500
23528
|
}
|
|
23501
|
-
function _unsupportedIterableToArray$
|
|
23502
|
-
if (
|
|
23503
|
-
|
|
23504
|
-
|
|
23505
|
-
|
|
23506
|
-
|
|
23529
|
+
function _unsupportedIterableToArray$2(o, minLen) {
|
|
23530
|
+
if (!o) return;
|
|
23531
|
+
if (typeof o === "string") return _arrayLikeToArray$2(o, minLen);
|
|
23532
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
23533
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
23534
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
23535
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$2(o, minLen);
|
|
23507
23536
|
}
|
|
23508
|
-
function _arrayLikeToArray$
|
|
23509
|
-
(
|
|
23510
|
-
for (var
|
|
23511
|
-
|
|
23537
|
+
function _arrayLikeToArray$2(arr, len) {
|
|
23538
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
23539
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
23540
|
+
arr2[i] = arr[i];
|
|
23541
|
+
}
|
|
23542
|
+
return arr2;
|
|
23512
23543
|
}
|
|
23513
23544
|
function parseIncompletePhoneNumber(string) {
|
|
23514
23545
|
var result2 = "";
|
|
23515
|
-
for (var _iterator = _createForOfIteratorHelperLoose(string.split("")), _step; !(_step = _iterator()).done; ) {
|
|
23546
|
+
for (var _iterator = _createForOfIteratorHelperLoose$1(string.split("")), _step; !(_step = _iterator()).done; ) {
|
|
23516
23547
|
var character = _step.value;
|
|
23517
23548
|
result2 += parsePhoneNumberCharacter(character, result2) || "";
|
|
23518
23549
|
}
|
|
23519
23550
|
return result2;
|
|
23520
23551
|
}
|
|
23521
|
-
function parsePhoneNumberCharacter(character, prevParsedCharacters,
|
|
23552
|
+
function parsePhoneNumberCharacter(character, prevParsedCharacters, emitEvent2) {
|
|
23522
23553
|
if (character === "+") {
|
|
23523
23554
|
if (prevParsedCharacters) {
|
|
23524
23555
|
return;
|
|
@@ -23527,6 +23558,66 @@ function parsePhoneNumberCharacter(character, prevParsedCharacters, eventListene
|
|
|
23527
23558
|
}
|
|
23528
23559
|
return parseDigit(character);
|
|
23529
23560
|
}
|
|
23561
|
+
function _createForOfIteratorHelperLoose(o, allowArrayLike) {
|
|
23562
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
23563
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
23564
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$1(o)) || allowArrayLike) {
|
|
23565
|
+
if (it) o = it;
|
|
23566
|
+
var i = 0;
|
|
23567
|
+
return function() {
|
|
23568
|
+
if (i >= o.length) return { done: true };
|
|
23569
|
+
return { done: false, value: o[i++] };
|
|
23570
|
+
};
|
|
23571
|
+
}
|
|
23572
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
23573
|
+
}
|
|
23574
|
+
function _unsupportedIterableToArray$1(o, minLen) {
|
|
23575
|
+
if (!o) return;
|
|
23576
|
+
if (typeof o === "string") return _arrayLikeToArray$1(o, minLen);
|
|
23577
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
23578
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
23579
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
23580
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$1(o, minLen);
|
|
23581
|
+
}
|
|
23582
|
+
function _arrayLikeToArray$1(arr, len) {
|
|
23583
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
23584
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
23585
|
+
arr2[i] = arr[i];
|
|
23586
|
+
}
|
|
23587
|
+
return arr2;
|
|
23588
|
+
}
|
|
23589
|
+
function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
|
|
23590
|
+
var countries = _ref.countries, metadata2 = _ref.metadata;
|
|
23591
|
+
metadata2 = new Metadata(metadata2);
|
|
23592
|
+
for (var _iterator = _createForOfIteratorHelperLoose(countries), _step; !(_step = _iterator()).done; ) {
|
|
23593
|
+
var country = _step.value;
|
|
23594
|
+
metadata2.country(country);
|
|
23595
|
+
if (metadata2.leadingDigits()) {
|
|
23596
|
+
if (nationalPhoneNumber && nationalPhoneNumber.search(metadata2.leadingDigits()) === 0) {
|
|
23597
|
+
return country;
|
|
23598
|
+
}
|
|
23599
|
+
} else if (getNumberType({
|
|
23600
|
+
phone: nationalPhoneNumber,
|
|
23601
|
+
country
|
|
23602
|
+
}, void 0, metadata2.metadata)) {
|
|
23603
|
+
return country;
|
|
23604
|
+
}
|
|
23605
|
+
}
|
|
23606
|
+
}
|
|
23607
|
+
function getCountryByCallingCode(callingCode, _ref) {
|
|
23608
|
+
var nationalPhoneNumber = _ref.nationalNumber, metadata2 = _ref.metadata;
|
|
23609
|
+
var possibleCountries = metadata2.getCountryCodesForCallingCode(callingCode);
|
|
23610
|
+
if (!possibleCountries) {
|
|
23611
|
+
return;
|
|
23612
|
+
}
|
|
23613
|
+
if (possibleCountries.length === 1) {
|
|
23614
|
+
return possibleCountries[0];
|
|
23615
|
+
}
|
|
23616
|
+
return getCountryByNationalNumber(nationalPhoneNumber, {
|
|
23617
|
+
countries: possibleCountries,
|
|
23618
|
+
metadata: metadata2.metadata
|
|
23619
|
+
});
|
|
23620
|
+
}
|
|
23530
23621
|
var PLUS_SIGN = "+";
|
|
23531
23622
|
var RFC3966_VISUAL_SEPARATOR_ = "[\\-\\.\\(\\)]?";
|
|
23532
23623
|
var RFC3966_PHONE_DIGIT_ = "([" + VALID_DIGITS + "]|" + RFC3966_VISUAL_SEPARATOR_ + ")";
|
|
@@ -23662,7 +23753,7 @@ function parse(text2, options, metadata2) {
|
|
|
23662
23753
|
countryCallingCode,
|
|
23663
23754
|
carrierCode,
|
|
23664
23755
|
valid,
|
|
23665
|
-
possible: valid ? true : options.extended === true && metadata2.possibleLengths() && isPossibleNumber(nationalNumber,
|
|
23756
|
+
possible: valid ? true : options.extended === true && metadata2.possibleLengths() && isPossibleNumber(nationalNumber, metadata2) ? true : false,
|
|
23666
23757
|
phone: nationalNumber,
|
|
23667
23758
|
ext
|
|
23668
23759
|
};
|
|
@@ -23722,7 +23813,7 @@ function result(country, nationalNumber, ext) {
|
|
|
23722
23813
|
return result2;
|
|
23723
23814
|
}
|
|
23724
23815
|
function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCallingCode, metadata2) {
|
|
23725
|
-
var _extractCountryCallin = extractCountryCallingCode(parseIncompletePhoneNumber(formattedPhoneNumber),
|
|
23816
|
+
var _extractCountryCallin = extractCountryCallingCode(parseIncompletePhoneNumber(formattedPhoneNumber), defaultCountry, defaultCallingCode, metadata2.metadata), countryCallingCodeSource = _extractCountryCallin.countryCallingCodeSource, countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
23726
23817
|
var country;
|
|
23727
23818
|
if (countryCallingCode) {
|
|
23728
23819
|
metadata2.selectNumberingPlan(countryCallingCode);
|
|
@@ -23739,7 +23830,7 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
23739
23830
|
countryCallingCode
|
|
23740
23831
|
};
|
|
23741
23832
|
}
|
|
23742
|
-
var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number2),
|
|
23833
|
+
var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number2), metadata2), nationalNumber = _extractNationalNumbe.nationalNumber, carrierCode = _extractNationalNumbe.carrierCode;
|
|
23743
23834
|
var exactCountry = getCountryByCallingCode(countryCallingCode, {
|
|
23744
23835
|
nationalNumber,
|
|
23745
23836
|
metadata: metadata2
|
|
@@ -23748,7 +23839,7 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
23748
23839
|
country = exactCountry;
|
|
23749
23840
|
if (exactCountry === "001") ;
|
|
23750
23841
|
else {
|
|
23751
|
-
metadata2.
|
|
23842
|
+
metadata2.country(country);
|
|
23752
23843
|
}
|
|
23753
23844
|
}
|
|
23754
23845
|
return {
|
|
@@ -23759,142 +23850,116 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
23759
23850
|
carrierCode
|
|
23760
23851
|
};
|
|
23761
23852
|
}
|
|
23762
|
-
function
|
|
23763
|
-
|
|
23764
|
-
return _typeof$4 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23765
|
-
return typeof o2;
|
|
23766
|
-
} : function(o2) {
|
|
23767
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23768
|
-
}, _typeof$4(o);
|
|
23769
|
-
}
|
|
23770
|
-
function ownKeys$4(e, r) {
|
|
23771
|
-
var t2 = Object.keys(e);
|
|
23853
|
+
function ownKeys$4(object, enumerableOnly) {
|
|
23854
|
+
var keys = Object.keys(object);
|
|
23772
23855
|
if (Object.getOwnPropertySymbols) {
|
|
23773
|
-
var
|
|
23774
|
-
|
|
23775
|
-
return Object.getOwnPropertyDescriptor(
|
|
23776
|
-
})),
|
|
23777
|
-
}
|
|
23778
|
-
return t2;
|
|
23779
|
-
}
|
|
23780
|
-
function _objectSpread$4(e) {
|
|
23781
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23782
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23783
|
-
r % 2 ? ownKeys$4(Object(t2), true).forEach(function(r2) {
|
|
23784
|
-
_defineProperty$4(e, r2, t2[r2]);
|
|
23785
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$4(Object(t2)).forEach(function(r2) {
|
|
23786
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23787
|
-
});
|
|
23856
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
23857
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23858
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23859
|
+
})), keys.push.apply(keys, symbols);
|
|
23788
23860
|
}
|
|
23789
|
-
return
|
|
23861
|
+
return keys;
|
|
23790
23862
|
}
|
|
23791
|
-
function
|
|
23792
|
-
|
|
23793
|
-
}
|
|
23794
|
-
|
|
23795
|
-
|
|
23796
|
-
|
|
23863
|
+
function _objectSpread$4(target) {
|
|
23864
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
23865
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
23866
|
+
i % 2 ? ownKeys$4(Object(source), true).forEach(function(key) {
|
|
23867
|
+
_defineProperty$4(target, key, source[key]);
|
|
23868
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$4(Object(source)).forEach(function(key) {
|
|
23869
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23870
|
+
});
|
|
23871
|
+
}
|
|
23872
|
+
return target;
|
|
23797
23873
|
}
|
|
23798
|
-
function
|
|
23799
|
-
if (
|
|
23800
|
-
|
|
23801
|
-
|
|
23802
|
-
|
|
23803
|
-
if ("object" != _typeof$4(i)) return i;
|
|
23804
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23874
|
+
function _defineProperty$4(obj, key, value) {
|
|
23875
|
+
if (key in obj) {
|
|
23876
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23877
|
+
} else {
|
|
23878
|
+
obj[key] = value;
|
|
23805
23879
|
}
|
|
23806
|
-
return
|
|
23880
|
+
return obj;
|
|
23807
23881
|
}
|
|
23808
23882
|
function parsePhoneNumberWithError(text2, options, metadata2) {
|
|
23809
23883
|
return parse(text2, _objectSpread$4(_objectSpread$4({}, options), {}, {
|
|
23810
23884
|
v2: true
|
|
23811
23885
|
}), metadata2);
|
|
23812
23886
|
}
|
|
23813
|
-
function
|
|
23814
|
-
|
|
23815
|
-
return _typeof$3 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23816
|
-
return typeof o2;
|
|
23817
|
-
} : function(o2) {
|
|
23818
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23819
|
-
}, _typeof$3(o);
|
|
23820
|
-
}
|
|
23821
|
-
function ownKeys$3(e, r) {
|
|
23822
|
-
var t2 = Object.keys(e);
|
|
23887
|
+
function ownKeys$3(object, enumerableOnly) {
|
|
23888
|
+
var keys = Object.keys(object);
|
|
23823
23889
|
if (Object.getOwnPropertySymbols) {
|
|
23824
|
-
var
|
|
23825
|
-
|
|
23826
|
-
return Object.getOwnPropertyDescriptor(
|
|
23827
|
-
})),
|
|
23828
|
-
}
|
|
23829
|
-
return t2;
|
|
23830
|
-
}
|
|
23831
|
-
function _objectSpread$3(e) {
|
|
23832
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23833
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23834
|
-
r % 2 ? ownKeys$3(Object(t2), true).forEach(function(r2) {
|
|
23835
|
-
_defineProperty$3(e, r2, t2[r2]);
|
|
23836
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$3(Object(t2)).forEach(function(r2) {
|
|
23837
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23838
|
-
});
|
|
23890
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
23891
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23892
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23893
|
+
})), keys.push.apply(keys, symbols);
|
|
23839
23894
|
}
|
|
23840
|
-
return
|
|
23841
|
-
}
|
|
23842
|
-
function _defineProperty$3(e, r, t2) {
|
|
23843
|
-
return (r = _toPropertyKey$3(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23895
|
+
return keys;
|
|
23844
23896
|
}
|
|
23845
|
-
function
|
|
23846
|
-
var i =
|
|
23847
|
-
|
|
23897
|
+
function _objectSpread$3(target) {
|
|
23898
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
23899
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
23900
|
+
i % 2 ? ownKeys$3(Object(source), true).forEach(function(key) {
|
|
23901
|
+
_defineProperty$3(target, key, source[key]);
|
|
23902
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$3(Object(source)).forEach(function(key) {
|
|
23903
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23904
|
+
});
|
|
23905
|
+
}
|
|
23906
|
+
return target;
|
|
23848
23907
|
}
|
|
23849
|
-
function
|
|
23850
|
-
if (
|
|
23851
|
-
|
|
23852
|
-
|
|
23853
|
-
|
|
23854
|
-
if ("object" != _typeof$3(i)) return i;
|
|
23855
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23908
|
+
function _defineProperty$3(obj, key, value) {
|
|
23909
|
+
if (key in obj) {
|
|
23910
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23911
|
+
} else {
|
|
23912
|
+
obj[key] = value;
|
|
23856
23913
|
}
|
|
23857
|
-
return
|
|
23914
|
+
return obj;
|
|
23858
23915
|
}
|
|
23859
|
-
function _slicedToArray(
|
|
23860
|
-
return _arrayWithHoles(
|
|
23916
|
+
function _slicedToArray(arr, i) {
|
|
23917
|
+
return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
|
|
23861
23918
|
}
|
|
23862
23919
|
function _nonIterableRest() {
|
|
23863
23920
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
23864
23921
|
}
|
|
23865
|
-
function _unsupportedIterableToArray(
|
|
23866
|
-
if (
|
|
23867
|
-
|
|
23868
|
-
|
|
23869
|
-
|
|
23870
|
-
|
|
23871
|
-
|
|
23872
|
-
|
|
23873
|
-
|
|
23874
|
-
|
|
23875
|
-
|
|
23876
|
-
|
|
23877
|
-
|
|
23878
|
-
|
|
23879
|
-
|
|
23880
|
-
|
|
23922
|
+
function _unsupportedIterableToArray(o, minLen) {
|
|
23923
|
+
if (!o) return;
|
|
23924
|
+
if (typeof o === "string") return _arrayLikeToArray(o, minLen);
|
|
23925
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
23926
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
23927
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
23928
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
|
|
23929
|
+
}
|
|
23930
|
+
function _arrayLikeToArray(arr, len) {
|
|
23931
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
23932
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
23933
|
+
arr2[i] = arr[i];
|
|
23934
|
+
}
|
|
23935
|
+
return arr2;
|
|
23936
|
+
}
|
|
23937
|
+
function _iterableToArrayLimit(arr, i) {
|
|
23938
|
+
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
23939
|
+
if (_i == null) return;
|
|
23940
|
+
var _arr = [];
|
|
23941
|
+
var _n = true;
|
|
23942
|
+
var _d = false;
|
|
23943
|
+
var _s, _e;
|
|
23944
|
+
try {
|
|
23945
|
+
for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
|
|
23946
|
+
_arr.push(_s.value);
|
|
23947
|
+
if (i && _arr.length === i) break;
|
|
23948
|
+
}
|
|
23949
|
+
} catch (err) {
|
|
23950
|
+
_d = true;
|
|
23951
|
+
_e = err;
|
|
23952
|
+
} finally {
|
|
23881
23953
|
try {
|
|
23882
|
-
if (
|
|
23883
|
-
else for (; !(f = (e = i.call(t2)).done) && (a.push(e.value), a.length !== l); f = true) ;
|
|
23884
|
-
} catch (r2) {
|
|
23885
|
-
o = true, n = r2;
|
|
23954
|
+
if (!_n && _i["return"] != null) _i["return"]();
|
|
23886
23955
|
} finally {
|
|
23887
|
-
|
|
23888
|
-
if (!f && null != t2["return"] && (u = t2["return"](), Object(u) !== u)) return;
|
|
23889
|
-
} finally {
|
|
23890
|
-
if (o) throw n;
|
|
23891
|
-
}
|
|
23956
|
+
if (_d) throw _e;
|
|
23892
23957
|
}
|
|
23893
|
-
return a;
|
|
23894
23958
|
}
|
|
23959
|
+
return _arr;
|
|
23895
23960
|
}
|
|
23896
|
-
function _arrayWithHoles(
|
|
23897
|
-
if (Array.isArray(
|
|
23961
|
+
function _arrayWithHoles(arr) {
|
|
23962
|
+
if (Array.isArray(arr)) return arr;
|
|
23898
23963
|
}
|
|
23899
23964
|
function normalizeArguments(args) {
|
|
23900
23965
|
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];
|
|
@@ -23931,51 +23996,34 @@ function normalizeArguments(args) {
|
|
|
23931
23996
|
metadata: metadata2
|
|
23932
23997
|
};
|
|
23933
23998
|
}
|
|
23934
|
-
function
|
|
23935
|
-
|
|
23936
|
-
return _typeof$2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23937
|
-
return typeof o2;
|
|
23938
|
-
} : function(o2) {
|
|
23939
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23940
|
-
}, _typeof$2(o);
|
|
23941
|
-
}
|
|
23942
|
-
function ownKeys$2(e, r) {
|
|
23943
|
-
var t2 = Object.keys(e);
|
|
23999
|
+
function ownKeys$2(object, enumerableOnly) {
|
|
24000
|
+
var keys = Object.keys(object);
|
|
23944
24001
|
if (Object.getOwnPropertySymbols) {
|
|
23945
|
-
var
|
|
23946
|
-
|
|
23947
|
-
return Object.getOwnPropertyDescriptor(
|
|
23948
|
-
})),
|
|
23949
|
-
}
|
|
23950
|
-
return t2;
|
|
23951
|
-
}
|
|
23952
|
-
function _objectSpread$2(e) {
|
|
23953
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23954
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23955
|
-
r % 2 ? ownKeys$2(Object(t2), true).forEach(function(r2) {
|
|
23956
|
-
_defineProperty$2(e, r2, t2[r2]);
|
|
23957
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$2(Object(t2)).forEach(function(r2) {
|
|
23958
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23959
|
-
});
|
|
24002
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
24003
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
24004
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
24005
|
+
})), keys.push.apply(keys, symbols);
|
|
23960
24006
|
}
|
|
23961
|
-
return
|
|
24007
|
+
return keys;
|
|
23962
24008
|
}
|
|
23963
|
-
function
|
|
23964
|
-
|
|
23965
|
-
}
|
|
23966
|
-
|
|
23967
|
-
|
|
23968
|
-
|
|
24009
|
+
function _objectSpread$2(target) {
|
|
24010
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
24011
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
24012
|
+
i % 2 ? ownKeys$2(Object(source), true).forEach(function(key) {
|
|
24013
|
+
_defineProperty$2(target, key, source[key]);
|
|
24014
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2(Object(source)).forEach(function(key) {
|
|
24015
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
24016
|
+
});
|
|
24017
|
+
}
|
|
24018
|
+
return target;
|
|
23969
24019
|
}
|
|
23970
|
-
function
|
|
23971
|
-
if (
|
|
23972
|
-
|
|
23973
|
-
|
|
23974
|
-
|
|
23975
|
-
if ("object" != _typeof$2(i)) return i;
|
|
23976
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
24020
|
+
function _defineProperty$2(obj, key, value) {
|
|
24021
|
+
if (key in obj) {
|
|
24022
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
24023
|
+
} else {
|
|
24024
|
+
obj[key] = value;
|
|
23977
24025
|
}
|
|
23978
|
-
return
|
|
24026
|
+
return obj;
|
|
23979
24027
|
}
|
|
23980
24028
|
function parsePhoneNumber(text2, options, metadata2) {
|
|
23981
24029
|
if (options && options.defaultCountry && !isSupportedCountry(options.defaultCountry, metadata2)) {
|
|
@@ -23992,51 +24040,34 @@ function parsePhoneNumber(text2, options, metadata2) {
|
|
|
23992
24040
|
}
|
|
23993
24041
|
}
|
|
23994
24042
|
}
|
|
23995
|
-
function
|
|
23996
|
-
|
|
23997
|
-
return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23998
|
-
return typeof o2;
|
|
23999
|
-
} : function(o2) {
|
|
24000
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
24001
|
-
}, _typeof$1(o);
|
|
24002
|
-
}
|
|
24003
|
-
function ownKeys$1(e, r) {
|
|
24004
|
-
var t2 = Object.keys(e);
|
|
24043
|
+
function ownKeys$1(object, enumerableOnly) {
|
|
24044
|
+
var keys = Object.keys(object);
|
|
24005
24045
|
if (Object.getOwnPropertySymbols) {
|
|
24006
|
-
var
|
|
24007
|
-
|
|
24008
|
-
return Object.getOwnPropertyDescriptor(
|
|
24009
|
-
})),
|
|
24010
|
-
}
|
|
24011
|
-
return t2;
|
|
24012
|
-
}
|
|
24013
|
-
function _objectSpread$1(e) {
|
|
24014
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
24015
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
24016
|
-
r % 2 ? ownKeys$1(Object(t2), true).forEach(function(r2) {
|
|
24017
|
-
_defineProperty$1(e, r2, t2[r2]);
|
|
24018
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$1(Object(t2)).forEach(function(r2) {
|
|
24019
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
24020
|
-
});
|
|
24046
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
24047
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
24048
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
24049
|
+
})), keys.push.apply(keys, symbols);
|
|
24021
24050
|
}
|
|
24022
|
-
return
|
|
24023
|
-
}
|
|
24024
|
-
function _defineProperty$1(e, r, t2) {
|
|
24025
|
-
return (r = _toPropertyKey$1(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
24051
|
+
return keys;
|
|
24026
24052
|
}
|
|
24027
|
-
function
|
|
24028
|
-
var i =
|
|
24029
|
-
|
|
24053
|
+
function _objectSpread$1(target) {
|
|
24054
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
24055
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
24056
|
+
i % 2 ? ownKeys$1(Object(source), true).forEach(function(key) {
|
|
24057
|
+
_defineProperty$1(target, key, source[key]);
|
|
24058
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1(Object(source)).forEach(function(key) {
|
|
24059
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
24060
|
+
});
|
|
24061
|
+
}
|
|
24062
|
+
return target;
|
|
24030
24063
|
}
|
|
24031
|
-
function
|
|
24032
|
-
if (
|
|
24033
|
-
|
|
24034
|
-
|
|
24035
|
-
|
|
24036
|
-
if ("object" != _typeof$1(i)) return i;
|
|
24037
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
24064
|
+
function _defineProperty$1(obj, key, value) {
|
|
24065
|
+
if (key in obj) {
|
|
24066
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
24067
|
+
} else {
|
|
24068
|
+
obj[key] = value;
|
|
24038
24069
|
}
|
|
24039
|
-
return
|
|
24070
|
+
return obj;
|
|
24040
24071
|
}
|
|
24041
24072
|
function isValidPhoneNumber$1() {
|
|
24042
24073
|
var _normalizeArguments = normalizeArguments(arguments), text2 = _normalizeArguments.text, options = _normalizeArguments.options, metadata2 = _normalizeArguments.metadata;
|
|
@@ -24046,51 +24077,34 @@ function isValidPhoneNumber$1() {
|
|
|
24046
24077
|
var phoneNumber = parsePhoneNumber(text2, options, metadata2);
|
|
24047
24078
|
return phoneNumber && phoneNumber.isValid() || false;
|
|
24048
24079
|
}
|
|
24049
|
-
function
|
|
24050
|
-
|
|
24051
|
-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
24052
|
-
return typeof o2;
|
|
24053
|
-
} : function(o2) {
|
|
24054
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
24055
|
-
}, _typeof(o);
|
|
24056
|
-
}
|
|
24057
|
-
function ownKeys(e, r) {
|
|
24058
|
-
var t2 = Object.keys(e);
|
|
24080
|
+
function ownKeys(object, enumerableOnly) {
|
|
24081
|
+
var keys = Object.keys(object);
|
|
24059
24082
|
if (Object.getOwnPropertySymbols) {
|
|
24060
|
-
var
|
|
24061
|
-
|
|
24062
|
-
return Object.getOwnPropertyDescriptor(
|
|
24063
|
-
})),
|
|
24064
|
-
}
|
|
24065
|
-
return t2;
|
|
24066
|
-
}
|
|
24067
|
-
function _objectSpread(e) {
|
|
24068
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
24069
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
24070
|
-
r % 2 ? ownKeys(Object(t2), true).forEach(function(r2) {
|
|
24071
|
-
_defineProperty(e, r2, t2[r2]);
|
|
24072
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys(Object(t2)).forEach(function(r2) {
|
|
24073
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
24074
|
-
});
|
|
24083
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
24084
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
24085
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
24086
|
+
})), keys.push.apply(keys, symbols);
|
|
24075
24087
|
}
|
|
24076
|
-
return
|
|
24088
|
+
return keys;
|
|
24077
24089
|
}
|
|
24078
|
-
function
|
|
24079
|
-
|
|
24080
|
-
}
|
|
24081
|
-
|
|
24082
|
-
|
|
24083
|
-
|
|
24090
|
+
function _objectSpread(target) {
|
|
24091
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
24092
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
24093
|
+
i % 2 ? ownKeys(Object(source), true).forEach(function(key) {
|
|
24094
|
+
_defineProperty(target, key, source[key]);
|
|
24095
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function(key) {
|
|
24096
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
24097
|
+
});
|
|
24098
|
+
}
|
|
24099
|
+
return target;
|
|
24084
24100
|
}
|
|
24085
|
-
function
|
|
24086
|
-
if (
|
|
24087
|
-
|
|
24088
|
-
|
|
24089
|
-
|
|
24090
|
-
if ("object" != _typeof(i)) return i;
|
|
24091
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
24101
|
+
function _defineProperty(obj, key, value) {
|
|
24102
|
+
if (key in obj) {
|
|
24103
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
24104
|
+
} else {
|
|
24105
|
+
obj[key] = value;
|
|
24092
24106
|
}
|
|
24093
|
-
return
|
|
24107
|
+
return obj;
|
|
24094
24108
|
}
|
|
24095
24109
|
function isPossiblePhoneNumber$1() {
|
|
24096
24110
|
var _normalizeArguments = normalizeArguments(arguments), text2 = _normalizeArguments.text, options = _normalizeArguments.options, metadata2 = _normalizeArguments.metadata;
|
|
@@ -24293,7 +24307,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
24293
24307
|
createVNode(unref(Button), {
|
|
24294
24308
|
variant: "solid",
|
|
24295
24309
|
class: "login-check-modal-footer__btn-confirm",
|
|
24296
|
-
disabled: !
|
|
24310
|
+
disabled: !_ctx.dataShareChecked,
|
|
24297
24311
|
onClick: handleConfirm
|
|
24298
24312
|
}, {
|
|
24299
24313
|
default: withCtx(() => [
|
|
@@ -24322,7 +24336,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
24322
24336
|
createElementVNode("span", null, toDisplayString$1(unref($t)("gitCodeLayout.LoginModal.tips.ifYouDoNotAgrWe")), 1)
|
|
24323
24337
|
]),
|
|
24324
24338
|
createVNode(unref(Checkbox), {
|
|
24325
|
-
"model-value":
|
|
24339
|
+
"model-value": _ctx.dataShareChecked,
|
|
24326
24340
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = (val) => emits("update:dataShareChecked", val)),
|
|
24327
24341
|
size: "sm",
|
|
24328
24342
|
class: "login-check-modal-data-share"
|
|
@@ -24572,7 +24586,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
24572
24586
|
]),
|
|
24573
24587
|
createElementVNode("div", _hoisted_11$1, [
|
|
24574
24588
|
createElementVNode("div", _hoisted_12$1, [
|
|
24575
|
-
!
|
|
24589
|
+
!_ctx.hideBack ? (openBlock(), createElementBlock("div", {
|
|
24576
24590
|
key: 0,
|
|
24577
24591
|
onClick: _cache[1] || (_cache[1] = ($event) => emits("back"))
|
|
24578
24592
|
}, [
|
|
@@ -24787,7 +24801,7 @@ const _SlidCaptchaManager = class _SlidCaptchaManager {
|
|
|
24787
24801
|
__publicField(_SlidCaptchaManager, "instance");
|
|
24788
24802
|
let SlidCaptchaManager = _SlidCaptchaManager;
|
|
24789
24803
|
const slidCaptchaManager = SlidCaptchaManager.getInstance();
|
|
24790
|
-
const SlidCaptcha = defineAsyncComponent(() => import("./index-
|
|
24804
|
+
const SlidCaptcha = defineAsyncComponent(() => import("./index-CjHihoOG.js"));
|
|
24791
24805
|
const useSlidCaptcha = () => {
|
|
24792
24806
|
const { mount, unMount, isMounted } = usePopup("slid-captcha-popup");
|
|
24793
24807
|
const open = (config) => {
|
|
@@ -24817,7 +24831,7 @@ const useSlidCaptcha = () => {
|
|
|
24817
24831
|
close
|
|
24818
24832
|
};
|
|
24819
24833
|
};
|
|
24820
|
-
const YunpianCaptcha = defineAsyncComponent(() => import("./index-
|
|
24834
|
+
const YunpianCaptcha = defineAsyncComponent(() => import("./index-CmoNc1hd.js"));
|
|
24821
24835
|
const useYunpianCaptcha = () => {
|
|
24822
24836
|
const { mount, unMount } = usePopup("yunpian-captcha-popup");
|
|
24823
24837
|
const open = (config) => {
|
|
@@ -25211,7 +25225,7 @@ const useYiDunCaptcha = () => {
|
|
|
25211
25225
|
const _sfc_main$3 = {};
|
|
25212
25226
|
const _hoisted_1$2 = { class: "content-loading" };
|
|
25213
25227
|
function _sfc_render(_ctx, _cache) {
|
|
25214
|
-
return openBlock(), createElementBlock("div", _hoisted_1$2,
|
|
25228
|
+
return openBlock(), createElementBlock("div", _hoisted_1$2, _cache[0] || (_cache[0] = [
|
|
25215
25229
|
createElementVNode("div", { class: "content-loading-title" }, [
|
|
25216
25230
|
createElementVNode("div", { class: "content-loading__row" }, [
|
|
25217
25231
|
createElementVNode("img", {
|
|
@@ -25222,7 +25236,7 @@ function _sfc_render(_ctx, _cache) {
|
|
|
25222
25236
|
]),
|
|
25223
25237
|
createElementVNode("span", null, "loading...")
|
|
25224
25238
|
], -1)
|
|
25225
|
-
])
|
|
25239
|
+
]));
|
|
25226
25240
|
}
|
|
25227
25241
|
const ContentLoading = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render], ["__scopeId", "data-v-vue-layout-gitcode"]]);
|
|
25228
25242
|
const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
@@ -25238,15 +25252,15 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
25238
25252
|
setup(__props) {
|
|
25239
25253
|
return (_ctx, _cache) => {
|
|
25240
25254
|
return openBlock(), createElementBlock("div", {
|
|
25241
|
-
class: normalizeClass(["g-data-panel i-data-panel", { "g-card":
|
|
25255
|
+
class: normalizeClass(["g-data-panel i-data-panel", { "g-card": _ctx.card, "g-border": _ctx.border }])
|
|
25242
25256
|
}, [
|
|
25243
25257
|
renderSlot(_ctx.$slots, "header", {}, void 0, true),
|
|
25244
|
-
|
|
25245
|
-
|
|
25258
|
+
_ctx.loading ? renderSlot(_ctx.$slots, "loading", { key: 0 }, () => [
|
|
25259
|
+
_ctx.skeleton ? (openBlock(), createBlock(unref(Skeleton), {
|
|
25246
25260
|
key: 0,
|
|
25247
25261
|
class: "data-panel__skeleton",
|
|
25248
|
-
rows:
|
|
25249
|
-
}, null, 8, ["rows"])) :
|
|
25262
|
+
rows: _ctx.skeletonRow
|
|
25263
|
+
}, null, 8, ["rows"])) : _ctx.animation ? (openBlock(), createBlock(ContentLoading, {
|
|
25250
25264
|
key: 1,
|
|
25251
25265
|
name: "loading",
|
|
25252
25266
|
class: "data-panel__content-loading"
|
|
@@ -26993,11 +27007,11 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
26993
27007
|
modelValue: unref(vModels),
|
|
26994
27008
|
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => isRef(vModels) ? vModels.value = $event : null),
|
|
26995
27009
|
"show-close": false,
|
|
26996
|
-
"lock-scroll":
|
|
26997
|
-
draggable:
|
|
26998
|
-
escapable:
|
|
27010
|
+
"lock-scroll": _ctx.lockScroll,
|
|
27011
|
+
draggable: _ctx.draggable,
|
|
27012
|
+
escapable: _ctx.escapable,
|
|
26999
27013
|
"before-close": handleClose,
|
|
27000
|
-
"append-to-body":
|
|
27014
|
+
"append-to-body": _ctx.appendToBody,
|
|
27001
27015
|
class: normalizeClass([
|
|
27002
27016
|
"login-modal",
|
|
27003
27017
|
formType.value === "login" ? "login-modal-l" : "login-modal-r",
|
|
@@ -27017,7 +27031,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
27017
27031
|
class: "login-modal-title"
|
|
27018
27032
|
}, null, 8, ["icon", "title", "show-title", "show-back"]),
|
|
27019
27033
|
createElementVNode("div", _hoisted_2, [
|
|
27020
|
-
|
|
27034
|
+
_ctx.showClose && !showProtoCheck.value ? (openBlock(), createBlock(GIcon, {
|
|
27021
27035
|
key: 0,
|
|
27022
27036
|
onClick: onClickModalClose,
|
|
27023
27037
|
name: "gt-close",
|
|
@@ -27342,7 +27356,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
27342
27356
|
])
|
|
27343
27357
|
], 2),
|
|
27344
27358
|
createElementVNode("div", _hoisted_61, [
|
|
27345
|
-
|
|
27359
|
+
_ctx.openHarmonyGuide ? (openBlock(), createElementBlock("div", {
|
|
27346
27360
|
key: 0,
|
|
27347
27361
|
class: "login-modal-harmony-entry",
|
|
27348
27362
|
onClick: withModifiers(handleRegisterHarmony, ["stop"])
|
|
@@ -27710,20 +27724,20 @@ export {
|
|
|
27710
27724
|
_sfc_main$G as J,
|
|
27711
27725
|
loadAsideData as K,
|
|
27712
27726
|
LANG_ZH as L,
|
|
27713
|
-
|
|
27714
|
-
|
|
27715
|
-
|
|
27716
|
-
|
|
27717
|
-
|
|
27727
|
+
ToolsFloat as M,
|
|
27728
|
+
_sfc_main as N,
|
|
27729
|
+
GitCodeAside as O,
|
|
27730
|
+
GitCodeHeader as P,
|
|
27731
|
+
EnterpriseHeader as Q,
|
|
27718
27732
|
REPO_MODULE as R,
|
|
27719
27733
|
SceneValue as S,
|
|
27720
27734
|
TOPIC_TYPE as T,
|
|
27721
27735
|
SiteAnnouncement as U,
|
|
27722
|
-
|
|
27723
|
-
|
|
27724
|
-
|
|
27736
|
+
useLogin as V,
|
|
27737
|
+
setLayoutConfig as W,
|
|
27738
|
+
GitCodeLayoutEmitter as X,
|
|
27725
27739
|
setTheme as Y,
|
|
27726
|
-
|
|
27740
|
+
index as Z,
|
|
27727
27741
|
_export_sfc as _,
|
|
27728
27742
|
i18n as a,
|
|
27729
27743
|
REPO_EVENT as b,
|