vue-layout-gitcode 1.12.9 → 1.12.11
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-BiK7BlOT.js → GloabarSearch-DOR9A0oL.js} +4 -4
- package/{MenuItem-t2LTiXrk.js → MenuItem-lEICszZA.js} +2 -2
- package/{ProjectMenuList-a7DWc--P.js → ProjectMenuList-wzvOETHs.js} +11 -11
- package/{ProjectMenuListV2-BPj2Biv6.js → ProjectMenuListV2-xQ3EF_qZ.js} +4 -4
- package/{ProjectSearch-jA7UJWRx.js → ProjectSearch-Cc72Z4GC.js} +2 -2
- package/{SearchHistoryList-DIoHesrr.js → SearchHistoryList-B0zDfANg.js} +6 -6
- package/{SearchPrefixTag-CS-wryEt.js → SearchPrefixTag-DoHR_xik.js} +4 -4
- package/{SearchRecommed-CDfvEOxk.js → SearchRecommed-By6lLR3Q.js} +3 -3
- package/{SearchScopeList-B8v5OadF.js → SearchScopeList-CpH996rB.js} +4 -4
- package/{UserSearch-B9fF36UN.js → UserSearch-mdl09dYa.js} +2 -2
- package/{index-DukImwNM.js → index-BUnXU702.js} +2 -2
- package/{index-D-_Z9C4J.js → index-ClckzyHf.js} +4 -4
- package/{index-BdOHNa1O.js → index-CmFl5-ij.js} +42 -42
- package/{index-CVCEpg5p.js → index-NOEMkmrR.js} +959 -1027
- package/index.d.ts +750 -580
- package/index.js +10 -10
- package/{notice-czwZcWBt.js → notice-CeSbPd9r.js} +9 -9
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-DCC12cO8.js → transWebUrl-DFo9AMug.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, 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$I = /* @__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$B)
|
|
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$q)
|
|
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.3.
|
|
581
|
+
/*! @license DOMPurify 3.3.0 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.3.0/LICENSE */
|
|
582
582
|
const {
|
|
583
583
|
entries,
|
|
584
584
|
setPrototypeOf,
|
|
@@ -809,7 +809,7 @@ const _createHooksMap = function _createHooksMap2() {
|
|
|
809
809
|
function createDOMPurify() {
|
|
810
810
|
let window2 = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : getGlobal();
|
|
811
811
|
const DOMPurify = (root) => createDOMPurify(root);
|
|
812
|
-
DOMPurify.version = "3.3.
|
|
812
|
+
DOMPurify.version = "3.3.0";
|
|
813
813
|
DOMPurify.removed = [];
|
|
814
814
|
if (!window2 || !window2.document || window2.document.nodeType !== NODE_TYPE.document || !window2.Element) {
|
|
815
815
|
DOMPurify.isSupported = false;
|
|
@@ -1010,7 +1010,7 @@ function createDOMPurify() {
|
|
|
1010
1010
|
}
|
|
1011
1011
|
if (USE_PROFILES) {
|
|
1012
1012
|
ALLOWED_TAGS = addToSet({}, text);
|
|
1013
|
-
ALLOWED_ATTR =
|
|
1013
|
+
ALLOWED_ATTR = [];
|
|
1014
1014
|
if (USE_PROFILES.html === true) {
|
|
1015
1015
|
addToSet(ALLOWED_TAGS, html$1);
|
|
1016
1016
|
addToSet(ALLOWED_ATTR, html);
|
|
@@ -1031,12 +1031,6 @@ function createDOMPurify() {
|
|
|
1031
1031
|
addToSet(ALLOWED_ATTR, xml);
|
|
1032
1032
|
}
|
|
1033
1033
|
}
|
|
1034
|
-
if (!objectHasOwnProperty(cfg, "ADD_TAGS")) {
|
|
1035
|
-
EXTRA_ELEMENT_HANDLING.tagCheck = null;
|
|
1036
|
-
}
|
|
1037
|
-
if (!objectHasOwnProperty(cfg, "ADD_ATTR")) {
|
|
1038
|
-
EXTRA_ELEMENT_HANDLING.attributeCheck = null;
|
|
1039
|
-
}
|
|
1040
1034
|
if (cfg.ADD_TAGS) {
|
|
1041
1035
|
if (typeof cfg.ADD_TAGS === "function") {
|
|
1042
1036
|
EXTRA_ELEMENT_HANDLING.tagCheck = cfg.ADD_TAGS;
|
|
@@ -1066,12 +1060,6 @@ function createDOMPurify() {
|
|
|
1066
1060
|
}
|
|
1067
1061
|
addToSet(FORBID_CONTENTS, cfg.FORBID_CONTENTS, transformCaseFunc);
|
|
1068
1062
|
}
|
|
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
1063
|
if (KEEP_CONTENT) {
|
|
1076
1064
|
ALLOWED_TAGS["#text"] = true;
|
|
1077
1065
|
}
|
|
@@ -1315,9 +1303,6 @@ function createDOMPurify() {
|
|
|
1315
1303
|
return false;
|
|
1316
1304
|
};
|
|
1317
1305
|
const _isValidAttribute = function _isValidAttribute2(lcTag, lcName, value) {
|
|
1318
|
-
if (FORBID_ATTR[lcName]) {
|
|
1319
|
-
return false;
|
|
1320
|
-
}
|
|
1321
1306
|
if (SANITIZE_DOM && (lcName === "id" || lcName === "name") && (value in document2 || value in formElement)) {
|
|
1322
1307
|
return false;
|
|
1323
1308
|
}
|
|
@@ -1384,7 +1369,7 @@ function createDOMPurify() {
|
|
|
1384
1369
|
_removeAttribute(name, currentNode);
|
|
1385
1370
|
value = SANITIZE_NAMED_PROPS_PREFIX + value;
|
|
1386
1371
|
}
|
|
1387
|
-
if (SAFE_FOR_XML && regExpTest(/((--!?|])>)|<\/(style|
|
|
1372
|
+
if (SAFE_FOR_XML && regExpTest(/((--!?|])>)|<\/(style|title|textarea)/i, value)) {
|
|
1388
1373
|
_removeAttribute(name, currentNode);
|
|
1389
1374
|
continue;
|
|
1390
1375
|
}
|
|
@@ -1716,25 +1701,10 @@ function init(converter, defaultAttributes) {
|
|
|
1716
1701
|
}
|
|
1717
1702
|
var api = init(defaultConverter, { path: "/" });
|
|
1718
1703
|
/*!
|
|
1719
|
-
* shared v9.14.
|
|
1704
|
+
* shared v9.14.3
|
|
1720
1705
|
* (c) 2025 kazuya kawaguchi
|
|
1721
1706
|
* Released under the MIT License.
|
|
1722
1707
|
*/
|
|
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
1708
|
const inBrowser = typeof window !== "undefined";
|
|
1739
1709
|
let mark;
|
|
1740
1710
|
let measure;
|
|
@@ -1779,31 +1749,7 @@ const getGlobalThis = () => {
|
|
|
1779
1749
|
return _globalThis || (_globalThis = typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : create());
|
|
1780
1750
|
};
|
|
1781
1751
|
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;
|
|
1752
|
+
return rawText.replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'");
|
|
1807
1753
|
}
|
|
1808
1754
|
const hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
1809
1755
|
function hasOwn(obj, key) {
|
|
@@ -1866,6 +1812,21 @@ function incrementer(code2) {
|
|
|
1866
1812
|
let current = code2;
|
|
1867
1813
|
return () => ++current;
|
|
1868
1814
|
}
|
|
1815
|
+
function warn(msg, err) {
|
|
1816
|
+
if (typeof console !== "undefined") {
|
|
1817
|
+
console.warn(`[intlify] ` + msg);
|
|
1818
|
+
if (err) {
|
|
1819
|
+
console.warn(err.stack);
|
|
1820
|
+
}
|
|
1821
|
+
}
|
|
1822
|
+
}
|
|
1823
|
+
const hasWarned = {};
|
|
1824
|
+
function warnOnce(msg) {
|
|
1825
|
+
if (!hasWarned[msg]) {
|
|
1826
|
+
hasWarned[msg] = true;
|
|
1827
|
+
warn(msg);
|
|
1828
|
+
}
|
|
1829
|
+
}
|
|
1869
1830
|
function createEmitter() {
|
|
1870
1831
|
const events = /* @__PURE__ */ new Map();
|
|
1871
1832
|
const emitter2 = {
|
|
@@ -1914,7 +1875,7 @@ function deepCopy(src, des) {
|
|
|
1914
1875
|
}
|
|
1915
1876
|
}
|
|
1916
1877
|
/*!
|
|
1917
|
-
* message-compiler v9.14.
|
|
1878
|
+
* message-compiler v9.14.3
|
|
1918
1879
|
* (c) 2025 kazuya kawaguchi
|
|
1919
1880
|
* Released under the MIT License.
|
|
1920
1881
|
*/
|
|
@@ -3464,7 +3425,7 @@ function baseCompile$1(source, options = {}) {
|
|
|
3464
3425
|
}
|
|
3465
3426
|
}
|
|
3466
3427
|
/*!
|
|
3467
|
-
* core-base v9.14.
|
|
3428
|
+
* core-base v9.14.3
|
|
3468
3429
|
* (c) 2025 kazuya kawaguchi
|
|
3469
3430
|
* Released under the MIT License.
|
|
3470
3431
|
*/
|
|
@@ -3479,76 +3440,6 @@ function initFeatureFlags$1() {
|
|
|
3479
3440
|
getGlobalThis().__INTLIFY_DROP_MESSAGE_COMPILER__ = false;
|
|
3480
3441
|
}
|
|
3481
3442
|
}
|
|
3482
|
-
function isMessageAST(val) {
|
|
3483
|
-
return isObject$2(val) && resolveType(val) === 0 && (hasOwn(val, "b") || hasOwn(val, "body"));
|
|
3484
|
-
}
|
|
3485
|
-
const PROPS_BODY = ["b", "body"];
|
|
3486
|
-
function resolveBody(node) {
|
|
3487
|
-
return resolveProps(node, PROPS_BODY);
|
|
3488
|
-
}
|
|
3489
|
-
const PROPS_CASES = ["c", "cases"];
|
|
3490
|
-
function resolveCases(node) {
|
|
3491
|
-
return resolveProps(node, PROPS_CASES, []);
|
|
3492
|
-
}
|
|
3493
|
-
const PROPS_STATIC = ["s", "static"];
|
|
3494
|
-
function resolveStatic(node) {
|
|
3495
|
-
return resolveProps(node, PROPS_STATIC);
|
|
3496
|
-
}
|
|
3497
|
-
const PROPS_ITEMS = ["i", "items"];
|
|
3498
|
-
function resolveItems(node) {
|
|
3499
|
-
return resolveProps(node, PROPS_ITEMS, []);
|
|
3500
|
-
}
|
|
3501
|
-
const PROPS_TYPE = ["t", "type"];
|
|
3502
|
-
function resolveType(node) {
|
|
3503
|
-
return resolveProps(node, PROPS_TYPE);
|
|
3504
|
-
}
|
|
3505
|
-
const PROPS_VALUE = ["v", "value"];
|
|
3506
|
-
function resolveValue$1(node, type) {
|
|
3507
|
-
const resolved = resolveProps(node, PROPS_VALUE);
|
|
3508
|
-
if (resolved != null) {
|
|
3509
|
-
return resolved;
|
|
3510
|
-
} else {
|
|
3511
|
-
throw createUnhandleNodeError(type);
|
|
3512
|
-
}
|
|
3513
|
-
}
|
|
3514
|
-
const PROPS_MODIFIER = ["m", "modifier"];
|
|
3515
|
-
function resolveLinkedModifier(node) {
|
|
3516
|
-
return resolveProps(node, PROPS_MODIFIER);
|
|
3517
|
-
}
|
|
3518
|
-
const PROPS_KEY = ["k", "key"];
|
|
3519
|
-
function resolveLinkedKey(node) {
|
|
3520
|
-
const resolved = resolveProps(node, PROPS_KEY);
|
|
3521
|
-
if (resolved) {
|
|
3522
|
-
return resolved;
|
|
3523
|
-
} else {
|
|
3524
|
-
throw createUnhandleNodeError(
|
|
3525
|
-
6
|
|
3526
|
-
/* NodeTypes.Linked */
|
|
3527
|
-
);
|
|
3528
|
-
}
|
|
3529
|
-
}
|
|
3530
|
-
function resolveProps(node, props, defaultValue) {
|
|
3531
|
-
for (let i = 0; i < props.length; i++) {
|
|
3532
|
-
const prop = props[i];
|
|
3533
|
-
if (hasOwn(node, prop) && node[prop] != null) {
|
|
3534
|
-
return node[prop];
|
|
3535
|
-
}
|
|
3536
|
-
}
|
|
3537
|
-
return defaultValue;
|
|
3538
|
-
}
|
|
3539
|
-
const AST_NODE_PROPS_KEYS = [
|
|
3540
|
-
...PROPS_BODY,
|
|
3541
|
-
...PROPS_CASES,
|
|
3542
|
-
...PROPS_STATIC,
|
|
3543
|
-
...PROPS_ITEMS,
|
|
3544
|
-
...PROPS_KEY,
|
|
3545
|
-
...PROPS_MODIFIER,
|
|
3546
|
-
...PROPS_VALUE,
|
|
3547
|
-
...PROPS_TYPE
|
|
3548
|
-
];
|
|
3549
|
-
function createUnhandleNodeError(type) {
|
|
3550
|
-
return new Error(`unhandled node type: ${type}`);
|
|
3551
|
-
}
|
|
3552
3443
|
const pathStateMachine = [];
|
|
3553
3444
|
pathStateMachine[
|
|
3554
3445
|
0
|
|
@@ -3955,7 +3846,7 @@ const cache = /* @__PURE__ */ new Map();
|
|
|
3955
3846
|
function resolveWithKeyValue(obj, path) {
|
|
3956
3847
|
return isObject$2(obj) ? obj[path] : null;
|
|
3957
3848
|
}
|
|
3958
|
-
function resolveValue(obj, path) {
|
|
3849
|
+
function resolveValue$1(obj, path) {
|
|
3959
3850
|
if (!isObject$2(obj)) {
|
|
3960
3851
|
return null;
|
|
3961
3852
|
}
|
|
@@ -3973,11 +3864,7 @@ function resolveValue(obj, path) {
|
|
|
3973
3864
|
let last = obj;
|
|
3974
3865
|
let i = 0;
|
|
3975
3866
|
while (i < len) {
|
|
3976
|
-
const
|
|
3977
|
-
if (AST_NODE_PROPS_KEYS.includes(key) && isMessageAST(last)) {
|
|
3978
|
-
return null;
|
|
3979
|
-
}
|
|
3980
|
-
const val = last[key];
|
|
3867
|
+
const val = last[hit[i]];
|
|
3981
3868
|
if (val === void 0) {
|
|
3982
3869
|
return null;
|
|
3983
3870
|
}
|
|
@@ -4271,7 +4158,7 @@ function appendItemToChain(chain, target, blocks) {
|
|
|
4271
4158
|
}
|
|
4272
4159
|
return follow;
|
|
4273
4160
|
}
|
|
4274
|
-
const VERSION$1 = "9.14.
|
|
4161
|
+
const VERSION$1 = "9.14.3";
|
|
4275
4162
|
const NOT_REOSLVED = -1;
|
|
4276
4163
|
const DEFAULT_LOCALE = "en-US";
|
|
4277
4164
|
const MISSING_RESOLVE_VALUE = "";
|
|
@@ -4458,6 +4345,14 @@ function formatParts(ctx, ast) {
|
|
|
4458
4345
|
return formatMessageParts(ctx, body);
|
|
4459
4346
|
}
|
|
4460
4347
|
}
|
|
4348
|
+
const PROPS_BODY = ["b", "body"];
|
|
4349
|
+
function resolveBody(node) {
|
|
4350
|
+
return resolveProps(node, PROPS_BODY);
|
|
4351
|
+
}
|
|
4352
|
+
const PROPS_CASES = ["c", "cases"];
|
|
4353
|
+
function resolveCases(node) {
|
|
4354
|
+
return resolveProps(node, PROPS_CASES, []);
|
|
4355
|
+
}
|
|
4461
4356
|
function formatMessageParts(ctx, node) {
|
|
4462
4357
|
const static_ = resolveStatic(node);
|
|
4463
4358
|
if (static_ != null) {
|
|
@@ -4467,14 +4362,22 @@ function formatMessageParts(ctx, node) {
|
|
|
4467
4362
|
return ctx.normalize(messages);
|
|
4468
4363
|
}
|
|
4469
4364
|
}
|
|
4365
|
+
const PROPS_STATIC = ["s", "static"];
|
|
4366
|
+
function resolveStatic(node) {
|
|
4367
|
+
return resolveProps(node, PROPS_STATIC);
|
|
4368
|
+
}
|
|
4369
|
+
const PROPS_ITEMS = ["i", "items"];
|
|
4370
|
+
function resolveItems(node) {
|
|
4371
|
+
return resolveProps(node, PROPS_ITEMS, []);
|
|
4372
|
+
}
|
|
4470
4373
|
function formatMessagePart(ctx, node) {
|
|
4471
4374
|
const type = resolveType(node);
|
|
4472
4375
|
switch (type) {
|
|
4473
4376
|
case 3: {
|
|
4474
|
-
return resolveValue
|
|
4377
|
+
return resolveValue(node, type);
|
|
4475
4378
|
}
|
|
4476
4379
|
case 9: {
|
|
4477
|
-
return resolveValue
|
|
4380
|
+
return resolveValue(node, type);
|
|
4478
4381
|
}
|
|
4479
4382
|
case 4: {
|
|
4480
4383
|
const named = node;
|
|
@@ -4503,15 +4406,56 @@ function formatMessagePart(ctx, node) {
|
|
|
4503
4406
|
return ctx.linked(formatMessagePart(ctx, key), modifier ? formatMessagePart(ctx, modifier) : void 0, ctx.type);
|
|
4504
4407
|
}
|
|
4505
4408
|
case 7: {
|
|
4506
|
-
return resolveValue
|
|
4409
|
+
return resolveValue(node, type);
|
|
4507
4410
|
}
|
|
4508
4411
|
case 8: {
|
|
4509
|
-
return resolveValue
|
|
4412
|
+
return resolveValue(node, type);
|
|
4510
4413
|
}
|
|
4511
4414
|
default:
|
|
4512
4415
|
throw new Error(`unhandled node on format message part: ${type}`);
|
|
4513
4416
|
}
|
|
4514
4417
|
}
|
|
4418
|
+
const PROPS_TYPE = ["t", "type"];
|
|
4419
|
+
function resolveType(node) {
|
|
4420
|
+
return resolveProps(node, PROPS_TYPE);
|
|
4421
|
+
}
|
|
4422
|
+
const PROPS_VALUE = ["v", "value"];
|
|
4423
|
+
function resolveValue(node, type) {
|
|
4424
|
+
const resolved = resolveProps(node, PROPS_VALUE);
|
|
4425
|
+
if (resolved) {
|
|
4426
|
+
return resolved;
|
|
4427
|
+
} else {
|
|
4428
|
+
throw createUnhandleNodeError(type);
|
|
4429
|
+
}
|
|
4430
|
+
}
|
|
4431
|
+
const PROPS_MODIFIER = ["m", "modifier"];
|
|
4432
|
+
function resolveLinkedModifier(node) {
|
|
4433
|
+
return resolveProps(node, PROPS_MODIFIER);
|
|
4434
|
+
}
|
|
4435
|
+
const PROPS_KEY = ["k", "key"];
|
|
4436
|
+
function resolveLinkedKey(node) {
|
|
4437
|
+
const resolved = resolveProps(node, PROPS_KEY);
|
|
4438
|
+
if (resolved) {
|
|
4439
|
+
return resolved;
|
|
4440
|
+
} else {
|
|
4441
|
+
throw createUnhandleNodeError(
|
|
4442
|
+
6
|
|
4443
|
+
/* NodeTypes.Linked */
|
|
4444
|
+
);
|
|
4445
|
+
}
|
|
4446
|
+
}
|
|
4447
|
+
function resolveProps(node, props, defaultValue) {
|
|
4448
|
+
for (let i = 0; i < props.length; i++) {
|
|
4449
|
+
const prop = props[i];
|
|
4450
|
+
if (hasOwn(node, prop) && node[prop] != null) {
|
|
4451
|
+
return node[prop];
|
|
4452
|
+
}
|
|
4453
|
+
}
|
|
4454
|
+
return defaultValue;
|
|
4455
|
+
}
|
|
4456
|
+
function createUnhandleNodeError(type) {
|
|
4457
|
+
return new Error(`unhandled node type: ${type}`);
|
|
4458
|
+
}
|
|
4515
4459
|
const WARN_MESSAGE = `Detected HTML in '{source}' message. Recommend not using HTML messages to avoid XSS.`;
|
|
4516
4460
|
function checkHtmlMessage(source, warnHtmlMessage) {
|
|
4517
4461
|
if (warnHtmlMessage && detectHtmlTag(source)) {
|
|
@@ -4527,6 +4471,9 @@ reference: https://vue-i18n.intlify.dev/guide/essentials/syntax#rails-i18n-forma
|
|
|
4527
4471
|
(message compiler warning message: ${_warn.message})`);
|
|
4528
4472
|
}
|
|
4529
4473
|
}
|
|
4474
|
+
function isMessageAST(val) {
|
|
4475
|
+
return isObject$2(val) && resolveType(val) === 0 && (hasOwn(val, "b") || hasOwn(val, "body"));
|
|
4476
|
+
}
|
|
4530
4477
|
function baseCompile(message, options = {}) {
|
|
4531
4478
|
let detectError = false;
|
|
4532
4479
|
const onError = options.onError || defaultOnError;
|
|
@@ -4638,10 +4585,7 @@ function translate(context, ...args) {
|
|
|
4638
4585
|
const ctxOptions = getMessageContextOptions(context, targetLocale, message, options);
|
|
4639
4586
|
const msgContext = createMessageContext(ctxOptions);
|
|
4640
4587
|
const messaged = evaluateMessage(context, msg, msgContext);
|
|
4641
|
-
|
|
4642
|
-
if (escapeParameter && isString$1(ret)) {
|
|
4643
|
-
ret = sanitizeTranslatedHtml(ret);
|
|
4644
|
-
}
|
|
4588
|
+
const ret = postTranslation ? postTranslation(messaged, key) : messaged;
|
|
4645
4589
|
if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
|
|
4646
4590
|
const payloads = {
|
|
4647
4591
|
timestamp: Date.now(),
|
|
@@ -5358,11 +5302,11 @@ function setupDevtoolsPlugin(pluginDescriptor, setupFn) {
|
|
|
5358
5302
|
}
|
|
5359
5303
|
}
|
|
5360
5304
|
/*!
|
|
5361
|
-
* vue-i18n v9.14.
|
|
5305
|
+
* vue-i18n v9.14.3
|
|
5362
5306
|
* (c) 2025 kazuya kawaguchi
|
|
5363
5307
|
* Released under the MIT License.
|
|
5364
5308
|
*/
|
|
5365
|
-
const VERSION = "9.14.
|
|
5309
|
+
const VERSION = "9.14.3";
|
|
5366
5310
|
function initFeatureFlags() {
|
|
5367
5311
|
if (typeof __VUE_I18N_FULL_INSTALL__ !== "boolean") {
|
|
5368
5312
|
getGlobalThis().__VUE_I18N_FULL_INSTALL__ = true;
|
|
@@ -5495,9 +5439,6 @@ function handleFlatJson(obj) {
|
|
|
5495
5439
|
if (!isObject$2(obj)) {
|
|
5496
5440
|
return obj;
|
|
5497
5441
|
}
|
|
5498
|
-
if (isMessageAST(obj)) {
|
|
5499
|
-
return obj;
|
|
5500
|
-
}
|
|
5501
5442
|
for (const key in obj) {
|
|
5502
5443
|
if (!hasOwn(obj, key)) {
|
|
5503
5444
|
continue;
|
|
@@ -5528,20 +5469,11 @@ function handleFlatJson(obj) {
|
|
|
5528
5469
|
currentObj = currentObj[subKeys[i]];
|
|
5529
5470
|
}
|
|
5530
5471
|
if (!hasStringValue) {
|
|
5531
|
-
|
|
5532
|
-
|
|
5533
|
-
delete obj[key];
|
|
5534
|
-
} else {
|
|
5535
|
-
if (!AST_NODE_PROPS_KEYS.includes(subKeys[lastIndex])) {
|
|
5536
|
-
delete obj[key];
|
|
5537
|
-
}
|
|
5538
|
-
}
|
|
5472
|
+
currentObj[subKeys[lastIndex]] = obj[key];
|
|
5473
|
+
delete obj[key];
|
|
5539
5474
|
}
|
|
5540
|
-
if (
|
|
5541
|
-
|
|
5542
|
-
if (isObject$2(target)) {
|
|
5543
|
-
handleFlatJson(target);
|
|
5544
|
-
}
|
|
5475
|
+
if (isObject$2(currentObj[subKeys[lastIndex]])) {
|
|
5476
|
+
handleFlatJson(currentObj[subKeys[lastIndex]]);
|
|
5545
5477
|
}
|
|
5546
5478
|
}
|
|
5547
5479
|
}
|
|
@@ -7732,7 +7664,7 @@ if (__INTLIFY_JIT_COMPILATION__) {
|
|
|
7732
7664
|
} else {
|
|
7733
7665
|
registerMessageCompiler(compileToFunction);
|
|
7734
7666
|
}
|
|
7735
|
-
registerMessageResolver(resolveValue);
|
|
7667
|
+
registerMessageResolver(resolveValue$1);
|
|
7736
7668
|
registerLocaleFallbacker(fallbackWithLocaleChain);
|
|
7737
7669
|
if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
|
|
7738
7670
|
const target = getGlobalThis();
|
|
@@ -9454,7 +9386,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9454
9386
|
id: "guide-step4",
|
|
9455
9387
|
class: "home-nav-link tools-questionnaire",
|
|
9456
9388
|
onClick: toggleGrowthCenter
|
|
9457
|
-
},
|
|
9389
|
+
}, _cache[6] || (_cache[6] = [
|
|
9458
9390
|
createElementVNode("div", { class: "home-nav-item" }, [
|
|
9459
9391
|
createElementVNode("img", {
|
|
9460
9392
|
class: "common-icon inline-block h-[20px] w-[20px]",
|
|
@@ -9462,7 +9394,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9462
9394
|
alt: ""
|
|
9463
9395
|
})
|
|
9464
9396
|
], -1)
|
|
9465
|
-
])
|
|
9397
|
+
]))
|
|
9466
9398
|
]),
|
|
9467
9399
|
_: 1
|
|
9468
9400
|
})) : createCommentVNode("", true),
|
|
@@ -9485,7 +9417,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9485
9417
|
id: "gitcode-desk-btn",
|
|
9486
9418
|
class: "home-nav-item kefu",
|
|
9487
9419
|
onClick: showDesk
|
|
9488
|
-
},
|
|
9420
|
+
}, _cache[7] || (_cache[7] = [
|
|
9489
9421
|
createElementVNode("img", {
|
|
9490
9422
|
class: "inline-block h-[20px] w-[20px]",
|
|
9491
9423
|
src: "https://cdn-static.gitcode.com/static/images/desk/kefu.png",
|
|
@@ -9495,7 +9427,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9495
9427
|
createElementVNode("div", null, "客"),
|
|
9496
9428
|
createElementVNode("div", null, "服")
|
|
9497
9429
|
], -1)
|
|
9498
|
-
])
|
|
9430
|
+
]))
|
|
9499
9431
|
])
|
|
9500
9432
|
]),
|
|
9501
9433
|
_: 1
|
|
@@ -9548,9 +9480,9 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9548
9480
|
key: item.index,
|
|
9549
9481
|
class: normalizeClass(["tab-item w-8 h-1 mr-1 cursor-pointer", opinionStep.value === item.index ? "bg-[var(--theme-home-step-active-bg)]" : "bg-[var(--theme-home-step-bg)]"]),
|
|
9550
9482
|
onClick: ($event) => swTab(item)
|
|
9551
|
-
},
|
|
9483
|
+
}, _cache[11] || (_cache[11] = [
|
|
9552
9484
|
createElementVNode("span", { class: "cursor-pointer" }, null, -1)
|
|
9553
|
-
])
|
|
9485
|
+
]), 10, _hoisted_18$2);
|
|
9554
9486
|
}), 64))
|
|
9555
9487
|
]),
|
|
9556
9488
|
createElementVNode("div", null, [
|
|
@@ -9632,7 +9564,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9632
9564
|
trigger: "hover",
|
|
9633
9565
|
offset: { mainAxis: 22, crossAxis: 0 }
|
|
9634
9566
|
}, {
|
|
9635
|
-
default: withCtx(() =>
|
|
9567
|
+
default: withCtx(() => _cache[10] || (_cache[10] = [
|
|
9636
9568
|
createElementVNode("div", { class: "home-nav-item" }, [
|
|
9637
9569
|
createElementVNode("img", {
|
|
9638
9570
|
class: "common-icon inline-block h-[20px] w-[20px]",
|
|
@@ -9645,7 +9577,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9645
9577
|
alt: ""
|
|
9646
9578
|
})
|
|
9647
9579
|
], -1)
|
|
9648
|
-
])
|
|
9580
|
+
])),
|
|
9649
9581
|
_: 1
|
|
9650
9582
|
}, 8, ["content"])
|
|
9651
9583
|
])
|
|
@@ -9882,11 +9814,11 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
9882
9814
|
});
|
|
9883
9815
|
return (_ctx, _cache) => {
|
|
9884
9816
|
const _component_router_link = resolveComponent("router-link");
|
|
9885
|
-
return
|
|
9817
|
+
return _ctx.to && !_ctx.disabled ? (openBlock(), createBlock(_component_router_link, {
|
|
9886
9818
|
key: 0,
|
|
9887
|
-
class: normalizeClass(["g-link g-link-router-link", { hoverUnderline:
|
|
9888
|
-
to:
|
|
9889
|
-
target:
|
|
9819
|
+
class: normalizeClass(["g-link g-link-router-link", { hoverUnderline: _ctx.underline }]),
|
|
9820
|
+
to: _ctx.to,
|
|
9821
|
+
target: _ctx.target
|
|
9890
9822
|
}, {
|
|
9891
9823
|
default: withCtx(() => [
|
|
9892
9824
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
@@ -9894,10 +9826,10 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
9894
9826
|
_: 3
|
|
9895
9827
|
}, 8, ["class", "to", "target"])) : (openBlock(), createElementBlock("a", {
|
|
9896
9828
|
key: 1,
|
|
9897
|
-
class: normalizeClass(["g-link g-link-a", { hoverUnderline:
|
|
9898
|
-
href:
|
|
9899
|
-
target:
|
|
9900
|
-
disabled:
|
|
9829
|
+
class: normalizeClass(["g-link g-link-a", { hoverUnderline: _ctx.underline, noPointer: _ctx.noPointer }]),
|
|
9830
|
+
href: _ctx.disabled || !targetHref.value ? defaultHref.value : targetHref.value,
|
|
9831
|
+
target: _ctx.target,
|
|
9832
|
+
disabled: _ctx.disabled || _ctx.noPointer
|
|
9901
9833
|
}, [
|
|
9902
9834
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
9903
9835
|
], 10, _hoisted_1$z));
|
|
@@ -10501,12 +10433,12 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
10501
10433
|
key: 0,
|
|
10502
10434
|
"img-src": imgSrc.value,
|
|
10503
10435
|
name: placeholderName.value,
|
|
10504
|
-
width:
|
|
10505
|
-
height:
|
|
10506
|
-
"is-round":
|
|
10507
|
-
class: normalizeClass({ "devui-avatar-square": !
|
|
10436
|
+
width: _ctx.width,
|
|
10437
|
+
height: _ctx.height,
|
|
10438
|
+
"is-round": _ctx.is_round,
|
|
10439
|
+
class: normalizeClass({ "devui-avatar-square": !_ctx.is_round, "gavatar-custom": !imgSrc.value }),
|
|
10508
10440
|
onLoadError,
|
|
10509
|
-
style: normalizeStyle({ minWidth:
|
|
10441
|
+
style: normalizeStyle({ minWidth: _ctx.width + "px" })
|
|
10510
10442
|
}, null, 8, ["img-src", "name", "width", "height", "is-round", "class", "style"])) : createCommentVNode("", true);
|
|
10511
10443
|
};
|
|
10512
10444
|
}
|
|
@@ -10545,15 +10477,15 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
10545
10477
|
return openBlock(), createBlock(unref(Tooltip), {
|
|
10546
10478
|
class: "flash-tag-message",
|
|
10547
10479
|
position: ["top", "bottom"],
|
|
10548
|
-
content:
|
|
10480
|
+
content: _ctx.message,
|
|
10549
10481
|
"overlay-class": "flash-tag-tooltip",
|
|
10550
|
-
disabled: unref(isPhone)() ||
|
|
10482
|
+
disabled: unref(isPhone)() || _ctx.disabled
|
|
10551
10483
|
}, {
|
|
10552
10484
|
default: withCtx(() => [
|
|
10553
10485
|
createElementVNode("span", mergeProps({
|
|
10554
|
-
class: ["gc-flash-tag cursor-default", { "gc-trusted-tag":
|
|
10486
|
+
class: ["gc-flash-tag cursor-default", { "gc-trusted-tag": _ctx.trusted, "cursor-pointer": _ctx.clickEnabled, "cursor-default": !_ctx.clickEnabled, "gc-icon-tag": _ctx.icon }]
|
|
10555
10487
|
}, _ctx.$attrs, { onClick: handleClick }), [
|
|
10556
|
-
|
|
10488
|
+
_ctx.icon ? (openBlock(), createElementBlock("img", {
|
|
10557
10489
|
key: 0,
|
|
10558
10490
|
class: "w-[16px] h-[16px]",
|
|
10559
10491
|
src: iconUrl.value
|
|
@@ -10637,7 +10569,7 @@ function getAugmentedNamespace(n) {
|
|
|
10637
10569
|
return a;
|
|
10638
10570
|
}
|
|
10639
10571
|
var relativeTime$1 = { exports: {} };
|
|
10640
|
-
(function(module, exports
|
|
10572
|
+
(function(module, exports) {
|
|
10641
10573
|
!function(r, e) {
|
|
10642
10574
|
module.exports = e();
|
|
10643
10575
|
}(commonjsGlobal, function() {
|
|
@@ -11208,7 +11140,7 @@ var locale = {
|
|
|
11208
11140
|
};
|
|
11209
11141
|
dayjs.locale(locale, null, true);
|
|
11210
11142
|
var timezone = { exports: {} };
|
|
11211
|
-
(function(module, exports
|
|
11143
|
+
(function(module, exports) {
|
|
11212
11144
|
!function(t2, e) {
|
|
11213
11145
|
module.exports = e();
|
|
11214
11146
|
}(commonjsGlobal, function() {
|
|
@@ -11271,7 +11203,7 @@ var timezone = { exports: {} };
|
|
|
11271
11203
|
var timezoneExports = timezone.exports;
|
|
11272
11204
|
const tz = /* @__PURE__ */ getDefaultExportFromCjs(timezoneExports);
|
|
11273
11205
|
var utc$1 = { exports: {} };
|
|
11274
|
-
(function(module, exports
|
|
11206
|
+
(function(module, exports) {
|
|
11275
11207
|
!function(t2, i) {
|
|
11276
11208
|
module.exports = i();
|
|
11277
11209
|
}(commonjsGlobal, function() {
|
|
@@ -11287,16 +11219,16 @@ var utc$1 = { exports: {} };
|
|
|
11287
11219
|
}, u.local = function() {
|
|
11288
11220
|
return n(this.toDate(), { locale: this.$L, utc: false });
|
|
11289
11221
|
};
|
|
11290
|
-
var
|
|
11222
|
+
var o = u.parse;
|
|
11291
11223
|
u.parse = function(t3) {
|
|
11292
|
-
t3.utc && (this.$u = true), this.$utils().u(t3.$offset) || (this.$offset = t3.$offset),
|
|
11224
|
+
t3.utc && (this.$u = true), this.$utils().u(t3.$offset) || (this.$offset = t3.$offset), o.call(this, t3);
|
|
11293
11225
|
};
|
|
11294
|
-
var
|
|
11226
|
+
var r = u.init;
|
|
11295
11227
|
u.init = function() {
|
|
11296
11228
|
if (this.$u) {
|
|
11297
11229
|
var t3 = this.$d;
|
|
11298
11230
|
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();
|
|
11299
|
-
} else
|
|
11231
|
+
} else r.call(this);
|
|
11300
11232
|
};
|
|
11301
11233
|
var a = u.utcOffset;
|
|
11302
11234
|
u.utcOffset = function(s2, f2) {
|
|
@@ -11309,12 +11241,13 @@ var utc$1 = { exports: {} };
|
|
|
11309
11241
|
var f3 = ("" + s3[0]).match(e) || ["-", 0, 0], n3 = f3[0], u3 = 60 * +f3[1] + +f3[2];
|
|
11310
11242
|
return 0 === u3 ? 0 : "+" === n3 ? u3 : -u3;
|
|
11311
11243
|
}(s2), null === s2)) return this;
|
|
11312
|
-
var u2 = Math.abs(s2) <= 16 ? 60 * s2 : s2;
|
|
11313
|
-
if (0 ===
|
|
11314
|
-
|
|
11315
|
-
|
|
11316
|
-
|
|
11317
|
-
|
|
11244
|
+
var u2 = Math.abs(s2) <= 16 ? 60 * s2 : s2, o2 = this;
|
|
11245
|
+
if (f2) return o2.$offset = u2, o2.$u = 0 === s2, o2;
|
|
11246
|
+
if (0 !== s2) {
|
|
11247
|
+
var r2 = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
|
|
11248
|
+
(o2 = this.local().add(u2 + r2, t2)).$offset = u2, o2.$x.$localOffset = r2;
|
|
11249
|
+
} else o2 = this.utc();
|
|
11250
|
+
return o2;
|
|
11318
11251
|
};
|
|
11319
11252
|
var h2 = u.format;
|
|
11320
11253
|
u.format = function(t3) {
|
|
@@ -11501,6 +11434,13 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11501
11434
|
window.location.href = aiUrl;
|
|
11502
11435
|
}
|
|
11503
11436
|
};
|
|
11437
|
+
const getTo = () => {
|
|
11438
|
+
const router2 = useRouter();
|
|
11439
|
+
const orgPath = router2.resolve({ name: "homepage" });
|
|
11440
|
+
console.log("orgPath", orgPath);
|
|
11441
|
+
location.href = orgPath.href;
|
|
11442
|
+
return;
|
|
11443
|
+
};
|
|
11504
11444
|
const showTimeTopic = computed(() => {
|
|
11505
11445
|
var _a, _b;
|
|
11506
11446
|
if (props.scene !== SceneValue.repo) return false;
|
|
@@ -11544,9 +11484,12 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11544
11484
|
});
|
|
11545
11485
|
return (_ctx, _cache) => {
|
|
11546
11486
|
var _a, _b;
|
|
11547
|
-
return
|
|
11487
|
+
return _ctx.scene === unref(SceneValue).org && !_ctx.errorCode ? (openBlock(), createElementBlock("div", _hoisted_1$x, [
|
|
11548
11488
|
createVNode(GLink, {
|
|
11549
|
-
|
|
11489
|
+
onClick: _cache[0] || (_cache[0] = (event) => {
|
|
11490
|
+
event == null ? void 0 : event.preventDefault();
|
|
11491
|
+
}),
|
|
11492
|
+
to: getTo,
|
|
11550
11493
|
class: "flex flex-1 items-center gap-[8px]"
|
|
11551
11494
|
}, {
|
|
11552
11495
|
default: withCtx(() => {
|
|
@@ -11566,23 +11509,23 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11566
11509
|
_: 1
|
|
11567
11510
|
}),
|
|
11568
11511
|
createVNode(unref(Button), {
|
|
11569
|
-
onClick: _cache[
|
|
11512
|
+
onClick: _cache[1] || (_cache[1] = ($event) => {
|
|
11570
11513
|
var _a2;
|
|
11571
|
-
return handleOrgFollow((_a2 =
|
|
11514
|
+
return handleOrgFollow((_a2 = _ctx.orgProps) == null ? void 0 : _a2.isOrgFollow);
|
|
11572
11515
|
}),
|
|
11573
11516
|
class: "org-layout-toolbar-follow"
|
|
11574
11517
|
}, {
|
|
11575
11518
|
default: withCtx(() => {
|
|
11576
11519
|
var _a2;
|
|
11577
11520
|
return [
|
|
11578
|
-
createElementVNode("span", _hoisted_3$n, toDisplayString$1(((_a2 =
|
|
11521
|
+
createElementVNode("span", _hoisted_3$n, toDisplayString$1(((_a2 = _ctx.orgProps) == null ? void 0 : _a2.isOrgFollow) ? unref(t2)("gitCodeLayout.home.alreadyFollowed") : unref(t2)("gitCodeLayout.home.focusOn")), 1)
|
|
11579
11522
|
];
|
|
11580
11523
|
}),
|
|
11581
11524
|
_: 1
|
|
11582
11525
|
})
|
|
11583
|
-
])) :
|
|
11526
|
+
])) : _ctx.scene === unref(SceneValue).repo && !_ctx.errorCode ? (openBlock(), createBlock(unref(Skeleton), {
|
|
11584
11527
|
key: 1,
|
|
11585
|
-
loading: (_a =
|
|
11528
|
+
loading: (_a = _ctx.repoProps) == null ? void 0 : _a.repoNameLoading,
|
|
11586
11529
|
rows: 1
|
|
11587
11530
|
}, {
|
|
11588
11531
|
placeholder: withCtx(() => [
|
|
@@ -11605,7 +11548,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11605
11548
|
default: withCtx(() => {
|
|
11606
11549
|
var _a3, _b3, _c2, _d2;
|
|
11607
11550
|
return [
|
|
11608
|
-
!((_a3 =
|
|
11551
|
+
!((_a3 = _ctx.repoProps) == null ? void 0 : _a3.isGhMirrors) ? (openBlock(), createBlock(_sfc_main$F, {
|
|
11609
11552
|
key: 0,
|
|
11610
11553
|
class: normalizeClass({ "g-border": isOrg.value }),
|
|
11611
11554
|
src: (_c2 = (_b3 = unref(repoInfo)) == null ? void 0 : _b3.namespace) == null ? void 0 : _c2.avatar_url,
|
|
@@ -11621,7 +11564,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11621
11564
|
_: 1
|
|
11622
11565
|
}, 8, ["href"]),
|
|
11623
11566
|
createElementVNode("div", _hoisted_8$8, [
|
|
11624
|
-
!((_b2 =
|
|
11567
|
+
!((_b2 = _ctx.repoProps) == null ? void 0 : _b2.isGhMirrors) ? (openBlock(), createElementBlock("div", {
|
|
11625
11568
|
key: 0,
|
|
11626
11569
|
ref_key: "breadcrumbRef",
|
|
11627
11570
|
ref: breadcrumbRef,
|
|
@@ -11647,7 +11590,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11647
11590
|
]),
|
|
11648
11591
|
_: 2
|
|
11649
11592
|
}, 1032, ["href"]),
|
|
11650
|
-
_cache[
|
|
11593
|
+
_cache[2] || (_cache[2] = createElementVNode("span", { class: "breadcrumb-splitter font-color-t1" }, " / ", -1))
|
|
11651
11594
|
])) : createCommentVNode("", true)
|
|
11652
11595
|
], 64);
|
|
11653
11596
|
}), 128))
|
|
@@ -11656,7 +11599,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11656
11599
|
key: 1,
|
|
11657
11600
|
ref_key: "breadcrumbNextRef",
|
|
11658
11601
|
ref: breadcrumbNextRef,
|
|
11659
|
-
class: normalizeClass(["g-repo-layout-breadcrumb-next max-md:w-full flex items-end gap-[8px]", [((_c =
|
|
11602
|
+
class: normalizeClass(["g-repo-layout-breadcrumb-next max-md:w-full flex items-end gap-[8px]", [((_c = _ctx.repoProps) == null ? void 0 : _c.isGhMirrors) ? "max-w-full" : "max-w-[60%]"]])
|
|
11660
11603
|
}, [
|
|
11661
11604
|
createVNode(GLink, {
|
|
11662
11605
|
class: "linkTx",
|
|
@@ -11679,9 +11622,9 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11679
11622
|
type: "gstar",
|
|
11680
11623
|
message: `G-Star ${unref(t2)("gitCodeLayout.GStar.project.graduation")}`
|
|
11681
11624
|
}, {
|
|
11682
|
-
default: withCtx(() =>
|
|
11683
|
-
createTextVNode("G-Star "
|
|
11684
|
-
])
|
|
11625
|
+
default: withCtx(() => _cache[3] || (_cache[3] = [
|
|
11626
|
+
createTextVNode("G-Star ")
|
|
11627
|
+
])),
|
|
11685
11628
|
_: 1
|
|
11686
11629
|
}, 8, ["message"])
|
|
11687
11630
|
])) : unref(isIncubationRepo)(unref(repoInfo).topic_names) ? (openBlock(), createElementBlock("div", _hoisted_13$1, [
|
|
@@ -11691,9 +11634,9 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11691
11634
|
type: "incubation",
|
|
11692
11635
|
message: `G-Star ${unref(t2)("gitCodeLayout.GStar.project.incubation")}`
|
|
11693
11636
|
}, {
|
|
11694
|
-
default: withCtx(() =>
|
|
11695
|
-
createTextVNode(" G-Star "
|
|
11696
|
-
])
|
|
11637
|
+
default: withCtx(() => _cache[4] || (_cache[4] = [
|
|
11638
|
+
createTextVNode(" G-Star ")
|
|
11639
|
+
])),
|
|
11697
11640
|
_: 1
|
|
11698
11641
|
}, 8, ["message"])
|
|
11699
11642
|
])) : createCommentVNode("", true),
|
|
@@ -11706,7 +11649,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11706
11649
|
href: "/trusted"
|
|
11707
11650
|
}, null, 8, ["message"])
|
|
11708
11651
|
])) : createCommentVNode("", true),
|
|
11709
|
-
((_d =
|
|
11652
|
+
((_d = _ctx.repoProps) == null ? void 0 : _d.isPrivate) ? (openBlock(), createElementBlock("div", _hoisted_15$1, [
|
|
11710
11653
|
createVNode(GIcon, {
|
|
11711
11654
|
size: "16px",
|
|
11712
11655
|
class: "ml-[4px]",
|
|
@@ -11725,7 +11668,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11725
11668
|
}, null, 8, ["name"]),
|
|
11726
11669
|
createElementVNode("span", _hoisted_16$1, toDisplayString$1((_f = topicTag.value) == null ? void 0 : _f.suffix), 1)
|
|
11727
11670
|
])) : createCommentVNode("", true),
|
|
11728
|
-
((_g =
|
|
11671
|
+
((_g = _ctx.repoProps) == null ? void 0 : _g.isGhMirrors) && showTimeTopic.value && !unref(isPhone)() ? (openBlock(), createElementBlock("div", _hoisted_17$1, [
|
|
11729
11672
|
createVNode(GIcon, {
|
|
11730
11673
|
name: "gt-line-time",
|
|
11731
11674
|
color: "var(--devui-shape-icon-fill)",
|
|
@@ -11739,7 +11682,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11739
11682
|
];
|
|
11740
11683
|
}),
|
|
11741
11684
|
_: 1
|
|
11742
|
-
}, 8, ["loading"])) :
|
|
11685
|
+
}, 8, ["loading"])) : _ctx.scene === unref(SceneValue).user && ((_b = _ctx.userProps) == null ? void 0 : _b.isOtherUser) ? (openBlock(), createElementBlock("div", _hoisted_20$1, [
|
|
11743
11686
|
createVNode(GLink, {
|
|
11744
11687
|
to: { name: "homepage" },
|
|
11745
11688
|
class: "flex flex-1 items-center gap-[8px]"
|
|
@@ -11848,7 +11791,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
11848
11791
|
onClick: handleClick
|
|
11849
11792
|
}, [
|
|
11850
11793
|
createElementVNode("img", {
|
|
11851
|
-
src:
|
|
11794
|
+
src: _ctx.config.logo_url,
|
|
11852
11795
|
alt: "claim power"
|
|
11853
11796
|
}, null, 8, _hoisted_1$v)
|
|
11854
11797
|
])) : createCommentVNode("", true);
|
|
@@ -11902,7 +11845,7 @@ var hasRequiredCore;
|
|
|
11902
11845
|
function requireCore() {
|
|
11903
11846
|
if (hasRequiredCore) return core.exports;
|
|
11904
11847
|
hasRequiredCore = 1;
|
|
11905
|
-
(function(module, exports
|
|
11848
|
+
(function(module, exports) {
|
|
11906
11849
|
(function(root, factory) {
|
|
11907
11850
|
{
|
|
11908
11851
|
module.exports = factory();
|
|
@@ -12509,7 +12452,7 @@ var hasRequiredEncBase64;
|
|
|
12509
12452
|
function requireEncBase64() {
|
|
12510
12453
|
if (hasRequiredEncBase64) return encBase64.exports;
|
|
12511
12454
|
hasRequiredEncBase64 = 1;
|
|
12512
|
-
(function(module, exports
|
|
12455
|
+
(function(module, exports) {
|
|
12513
12456
|
(function(root, factory) {
|
|
12514
12457
|
{
|
|
12515
12458
|
module.exports = factory(requireCore());
|
|
@@ -12616,7 +12559,7 @@ var hasRequiredMd5;
|
|
|
12616
12559
|
function requireMd5() {
|
|
12617
12560
|
if (hasRequiredMd5) return md5.exports;
|
|
12618
12561
|
hasRequiredMd5 = 1;
|
|
12619
|
-
(function(module, exports
|
|
12562
|
+
(function(module, exports) {
|
|
12620
12563
|
(function(root, factory) {
|
|
12621
12564
|
{
|
|
12622
12565
|
module.exports = factory(requireCore());
|
|
@@ -12795,7 +12738,7 @@ var hasRequiredSha1;
|
|
|
12795
12738
|
function requireSha1() {
|
|
12796
12739
|
if (hasRequiredSha1) return sha1.exports;
|
|
12797
12740
|
hasRequiredSha1 = 1;
|
|
12798
|
-
(function(module, exports
|
|
12741
|
+
(function(module, exports) {
|
|
12799
12742
|
(function(root, factory) {
|
|
12800
12743
|
{
|
|
12801
12744
|
module.exports = factory(requireCore());
|
|
@@ -12885,7 +12828,7 @@ var hasRequiredHmac;
|
|
|
12885
12828
|
function requireHmac() {
|
|
12886
12829
|
if (hasRequiredHmac) return hmac.exports;
|
|
12887
12830
|
hasRequiredHmac = 1;
|
|
12888
|
-
(function(module, exports
|
|
12831
|
+
(function(module, exports) {
|
|
12889
12832
|
(function(root, factory) {
|
|
12890
12833
|
{
|
|
12891
12834
|
module.exports = factory(requireCore());
|
|
@@ -12990,7 +12933,7 @@ var hasRequiredEvpkdf;
|
|
|
12990
12933
|
function requireEvpkdf() {
|
|
12991
12934
|
if (hasRequiredEvpkdf) return evpkdf.exports;
|
|
12992
12935
|
hasRequiredEvpkdf = 1;
|
|
12993
|
-
(function(module, exports
|
|
12936
|
+
(function(module, exports) {
|
|
12994
12937
|
(function(root, factory, undef) {
|
|
12995
12938
|
{
|
|
12996
12939
|
module.exports = factory(requireCore(), requireSha1(), requireHmac());
|
|
@@ -13080,7 +13023,7 @@ var hasRequiredCipherCore;
|
|
|
13080
13023
|
function requireCipherCore() {
|
|
13081
13024
|
if (hasRequiredCipherCore) return cipherCore.exports;
|
|
13082
13025
|
hasRequiredCipherCore = 1;
|
|
13083
|
-
(function(module, exports
|
|
13026
|
+
(function(module, exports) {
|
|
13084
13027
|
(function(root, factory, undef) {
|
|
13085
13028
|
{
|
|
13086
13029
|
module.exports = factory(requireCore(), requireEvpkdf());
|
|
@@ -13639,15 +13582,11 @@ function requireCipherCore() {
|
|
|
13639
13582
|
* var derivedParams = CryptoJS.kdf.OpenSSL.execute('Password', 256/32, 128/32);
|
|
13640
13583
|
* var derivedParams = CryptoJS.kdf.OpenSSL.execute('Password', 256/32, 128/32, 'saltsalt');
|
|
13641
13584
|
*/
|
|
13642
|
-
execute: function(password, keySize, ivSize, salt
|
|
13585
|
+
execute: function(password, keySize, ivSize, salt) {
|
|
13643
13586
|
if (!salt) {
|
|
13644
13587
|
salt = WordArray.random(64 / 8);
|
|
13645
13588
|
}
|
|
13646
|
-
|
|
13647
|
-
var key = EvpKDF.create({ keySize: keySize + ivSize }).compute(password, salt);
|
|
13648
|
-
} else {
|
|
13649
|
-
var key = EvpKDF.create({ keySize: keySize + ivSize, hasher }).compute(password, salt);
|
|
13650
|
-
}
|
|
13589
|
+
var key = EvpKDF.create({ keySize: keySize + ivSize }).compute(password, salt);
|
|
13651
13590
|
var iv = WordArray.create(key.words.slice(keySize), ivSize * 4);
|
|
13652
13591
|
key.sigBytes = keySize * 4;
|
|
13653
13592
|
return CipherParams.create({ key, iv, salt });
|
|
@@ -13681,7 +13620,7 @@ function requireCipherCore() {
|
|
|
13681
13620
|
*/
|
|
13682
13621
|
encrypt: function(cipher, message, password, cfg) {
|
|
13683
13622
|
cfg = this.cfg.extend(cfg);
|
|
13684
|
-
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize
|
|
13623
|
+
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize);
|
|
13685
13624
|
cfg.iv = derivedParams.iv;
|
|
13686
13625
|
var ciphertext = SerializableCipher.encrypt.call(this, cipher, message, derivedParams.key, cfg);
|
|
13687
13626
|
ciphertext.mixIn(derivedParams);
|
|
@@ -13707,7 +13646,7 @@ function requireCipherCore() {
|
|
|
13707
13646
|
decrypt: function(cipher, ciphertext, password, cfg) {
|
|
13708
13647
|
cfg = this.cfg.extend(cfg);
|
|
13709
13648
|
ciphertext = this._parse(ciphertext, cfg.format);
|
|
13710
|
-
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize, ciphertext.salt
|
|
13649
|
+
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize, ciphertext.salt);
|
|
13711
13650
|
cfg.iv = derivedParams.iv;
|
|
13712
13651
|
var plaintext = SerializableCipher.decrypt.call(this, cipher, ciphertext, derivedParams.key, cfg);
|
|
13713
13652
|
return plaintext;
|
|
@@ -13718,7 +13657,7 @@ function requireCipherCore() {
|
|
|
13718
13657
|
})(cipherCore);
|
|
13719
13658
|
return cipherCore.exports;
|
|
13720
13659
|
}
|
|
13721
|
-
(function(module, exports
|
|
13660
|
+
(function(module, exports) {
|
|
13722
13661
|
(function(root, factory, undef) {
|
|
13723
13662
|
{
|
|
13724
13663
|
module.exports = factory(requireCore(), requireEncBase64(), requireMd5(), requireEvpkdf(), requireCipherCore());
|
|
@@ -13867,7 +13806,7 @@ function requireCipherCore() {
|
|
|
13867
13806
|
var aesExports = aes.exports;
|
|
13868
13807
|
const AES = /* @__PURE__ */ getDefaultExportFromCjs(aesExports);
|
|
13869
13808
|
var padPkcs7 = { exports: {} };
|
|
13870
|
-
(function(module, exports
|
|
13809
|
+
(function(module, exports) {
|
|
13871
13810
|
(function(root, factory, undef) {
|
|
13872
13811
|
{
|
|
13873
13812
|
module.exports = factory(requireCore(), requireCipherCore());
|
|
@@ -13879,7 +13818,7 @@ var padPkcs7 = { exports: {} };
|
|
|
13879
13818
|
var padPkcs7Exports = padPkcs7.exports;
|
|
13880
13819
|
const Pkcs7 = /* @__PURE__ */ getDefaultExportFromCjs(padPkcs7Exports);
|
|
13881
13820
|
var encUtf8 = { exports: {} };
|
|
13882
|
-
(function(module, exports
|
|
13821
|
+
(function(module, exports) {
|
|
13883
13822
|
(function(root, factory) {
|
|
13884
13823
|
{
|
|
13885
13824
|
module.exports = factory(requireCore());
|
|
@@ -14429,8 +14368,9 @@ const _sfc_main$z = /* @__PURE__ */ Object.assign({
|
|
|
14429
14368
|
(openBlock(true), createElementBlock(Fragment, null, renderList(linkList.value, (item) => {
|
|
14430
14369
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
14431
14370
|
item.show !== false ? (openBlock(), createBlock(OptionLink, mergeProps({
|
|
14432
|
-
key: item.label
|
|
14433
|
-
|
|
14371
|
+
key: item.label,
|
|
14372
|
+
ref_for: true
|
|
14373
|
+
}, item, {
|
|
14434
14374
|
onClick: ($event) => handleClick(item)
|
|
14435
14375
|
}), {
|
|
14436
14376
|
default: withCtx(() => [
|
|
@@ -14478,7 +14418,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
14478
14418
|
return (_ctx, _cache) => {
|
|
14479
14419
|
return openBlock(), createBlock(GLink, {
|
|
14480
14420
|
variant: "text",
|
|
14481
|
-
class: normalizeClass(["g-toolbar-docs",
|
|
14421
|
+
class: normalizeClass(["g-toolbar-docs", _ctx.whiteColor ? "white" : "black"]),
|
|
14482
14422
|
href: unref(currentHelpDocsAiCommunityUrl)(),
|
|
14483
14423
|
target: "_blank"
|
|
14484
14424
|
}, {
|
|
@@ -14558,7 +14498,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
14558
14498
|
style: normalizeStyle({ "-webkit-line-clamp": (_b = finalConfig.value) == null ? void 0 : _b.line })
|
|
14559
14499
|
}, [
|
|
14560
14500
|
createVNode(unref(Tooltip), {
|
|
14561
|
-
position:
|
|
14501
|
+
position: _ctx.position,
|
|
14562
14502
|
disabled: !content.value || !((_c = finalConfig.value) == null ? void 0 : _c.tooltip),
|
|
14563
14503
|
content: content.value
|
|
14564
14504
|
}, {
|
|
@@ -14605,16 +14545,16 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
14605
14545
|
createElementVNode("div", _hoisted_2$n, [
|
|
14606
14546
|
createElementVNode("div", {
|
|
14607
14547
|
class: "flex items-center",
|
|
14608
|
-
title:
|
|
14548
|
+
title: _ctx.data.nickname
|
|
14609
14549
|
}, [
|
|
14610
14550
|
createElementVNode("a", {
|
|
14611
|
-
href: unref(transformUrl)((_a =
|
|
14551
|
+
href: unref(transformUrl)((_a = _ctx.data) == null ? void 0 : _a.userPath),
|
|
14612
14552
|
target: "_blank",
|
|
14613
14553
|
class: "user-info flex w-[48px] items-center linktx"
|
|
14614
14554
|
}, [
|
|
14615
14555
|
createVNode(_sfc_main$F, {
|
|
14616
|
-
name:
|
|
14617
|
-
src:
|
|
14556
|
+
name: _ctx.data.nickname,
|
|
14557
|
+
src: _ctx.data.avatar,
|
|
14618
14558
|
width: 32,
|
|
14619
14559
|
height: 32
|
|
14620
14560
|
}, null, 8, ["name", "src"])
|
|
@@ -14624,23 +14564,23 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
14624
14564
|
createElementVNode("div", _hoisted_5$d, [
|
|
14625
14565
|
createElementVNode("div", _hoisted_6$b, [
|
|
14626
14566
|
createVNode(GLink, {
|
|
14627
|
-
href: unref(transformUrl)(
|
|
14567
|
+
href: unref(transformUrl)(_ctx.data.url),
|
|
14628
14568
|
target: "_blank",
|
|
14629
|
-
class: normalizeClass(["message-item-content cursor-pointer", { "text-light":
|
|
14569
|
+
class: normalizeClass(["message-item-content cursor-pointer", { "text-light": _ctx.data.read }]),
|
|
14630
14570
|
onClick: _cache[0] || (_cache[0] = ($event) => emits("trigger"))
|
|
14631
14571
|
}, {
|
|
14632
14572
|
default: withCtx(() => [
|
|
14633
14573
|
createVNode(GText, { class: "devui-link linktx" }, {
|
|
14634
14574
|
default: withCtx(() => [
|
|
14635
|
-
|
|
14575
|
+
_ctx.data.vHtml ? (openBlock(), createElementBlock("div", {
|
|
14636
14576
|
key: 0,
|
|
14637
|
-
title:
|
|
14638
|
-
innerHTML: unref(xssPurify)(
|
|
14577
|
+
title: _ctx.data.title,
|
|
14578
|
+
innerHTML: unref(xssPurify)(_ctx.data.title) || "",
|
|
14639
14579
|
class: "overflow-hidden"
|
|
14640
14580
|
}, null, 8, _hoisted_7$8)) : (openBlock(), createElementBlock("span", {
|
|
14641
14581
|
key: 1,
|
|
14642
|
-
title:
|
|
14643
|
-
}, toDisplayString$1(
|
|
14582
|
+
title: _ctx.data.title
|
|
14583
|
+
}, toDisplayString$1(_ctx.data.title || "-"), 9, _hoisted_8$7))
|
|
14644
14584
|
]),
|
|
14645
14585
|
_: 1
|
|
14646
14586
|
})
|
|
@@ -14650,21 +14590,21 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
14650
14590
|
createElementVNode("div", _hoisted_9$5, [
|
|
14651
14591
|
createVNode(GText, null, {
|
|
14652
14592
|
default: withCtx(() => [
|
|
14653
|
-
createTextVNode(toDisplayString$1(
|
|
14593
|
+
createTextVNode(toDisplayString$1(_ctx.data.repo), 1)
|
|
14654
14594
|
]),
|
|
14655
14595
|
_: 1
|
|
14656
14596
|
}),
|
|
14657
|
-
_cache[1] || (_cache[1] = createTextVNode(" "
|
|
14597
|
+
_cache[1] || (_cache[1] = createTextVNode(" ")),
|
|
14658
14598
|
createVNode(GText, { class: "message-type-text" }, {
|
|
14659
14599
|
default: withCtx(() => [
|
|
14660
|
-
createTextVNode(toDisplayString$1(
|
|
14600
|
+
createTextVNode(toDisplayString$1(_ctx.data.type || "-"), 1)
|
|
14661
14601
|
]),
|
|
14662
14602
|
_: 1
|
|
14663
14603
|
})
|
|
14664
14604
|
])
|
|
14665
14605
|
])
|
|
14666
14606
|
]),
|
|
14667
|
-
createElementVNode("div", _hoisted_10$5, toDisplayString$1(unref(formatTimeFromNow)(
|
|
14607
|
+
createElementVNode("div", _hoisted_10$5, toDisplayString$1(unref(formatTimeFromNow)(_ctx.data.time)), 1)
|
|
14668
14608
|
]);
|
|
14669
14609
|
};
|
|
14670
14610
|
}
|
|
@@ -15037,14 +14977,14 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
15037
14977
|
class: normalizeClass(["message-content-header-item mr-[8px]", { active: mentionSubTab.value === "project" }]),
|
|
15038
14978
|
onClick: _cache[2] || (_cache[2] = ($event) => switchMentionSubTab("project"))
|
|
15039
14979
|
}, [
|
|
15040
|
-
_cache[6] || (_cache[6] = createTextVNode(" 项目相关 "
|
|
14980
|
+
_cache[6] || (_cache[6] = createTextVNode(" 项目相关 ")),
|
|
15041
14981
|
mentionSubTabCount.value.project > 0 ? (openBlock(), createElementBlock("span", _hoisted_7$7, toDisplayString$1(mentionSubTabCount.value.project), 1)) : createCommentVNode("", true)
|
|
15042
14982
|
], 2),
|
|
15043
14983
|
createElementVNode("div", {
|
|
15044
14984
|
class: normalizeClass(["message-content-header-item", { active: mentionSubTab.value === "discussion" }]),
|
|
15045
14985
|
onClick: _cache[3] || (_cache[3] = ($event) => switchMentionSubTab("discussion"))
|
|
15046
14986
|
}, [
|
|
15047
|
-
_cache[7] || (_cache[7] = createTextVNode(" 在线讨论 "
|
|
14987
|
+
_cache[7] || (_cache[7] = createTextVNode(" 在线讨论 ")),
|
|
15048
14988
|
mentionSubTabCount.value.discussion > 0 ? (openBlock(), createElementBlock("span", _hoisted_8$6, toDisplayString$1(mentionSubTabCount.value.discussion), 1)) : createCommentVNode("", true)
|
|
15049
14989
|
], 2)
|
|
15050
14990
|
])) : createCommentVNode("", true),
|
|
@@ -15236,8 +15176,9 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
15236
15176
|
createElementVNode("div", _hoisted_2$l, [
|
|
15237
15177
|
(openBlock(true), createElementBlock(Fragment, null, renderList(linkList.value, (item) => {
|
|
15238
15178
|
return openBlock(), createElementBlock("div", mergeProps({
|
|
15239
|
-
key: item.label
|
|
15240
|
-
|
|
15179
|
+
key: item.label,
|
|
15180
|
+
ref_for: true
|
|
15181
|
+
}, item, {
|
|
15241
15182
|
class: ["tools-item-wrapper-checkbox-item", { "checked": unref(lang) === item.value }],
|
|
15242
15183
|
onClick: ($event) => handleClick(item),
|
|
15243
15184
|
title: item.value
|
|
@@ -15563,14 +15504,14 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15563
15504
|
}, [
|
|
15564
15505
|
createVNode(GLink, {
|
|
15565
15506
|
class: "g-user-drawer-info pl-[32px] pr-[16px] cursor-pointer",
|
|
15566
|
-
href: `${unref(layoutConfig2).VITE_HOST}/${
|
|
15507
|
+
href: `${unref(layoutConfig2).VITE_HOST}/${_ctx.accountInfo.username}`,
|
|
15567
15508
|
key: "myPage",
|
|
15568
|
-
target:
|
|
15509
|
+
target: _ctx.isChatBot ? "_blank" : ""
|
|
15569
15510
|
}, {
|
|
15570
15511
|
default: withCtx(() => [
|
|
15571
15512
|
createVNode(_sfc_main$F, {
|
|
15572
|
-
name:
|
|
15573
|
-
src:
|
|
15513
|
+
name: _ctx.accountInfo.nickname,
|
|
15514
|
+
src: _ctx.accountInfo.avatar,
|
|
15574
15515
|
width: 52,
|
|
15575
15516
|
height: 52
|
|
15576
15517
|
}, null, 8, ["name", "src"]),
|
|
@@ -15578,12 +15519,12 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15578
15519
|
createElementVNode("div", _hoisted_2$j, [
|
|
15579
15520
|
createElementVNode("p", {
|
|
15580
15521
|
class: "g-user-drawer-info-list-name ellipsis",
|
|
15581
|
-
title:
|
|
15582
|
-
}, toDisplayString$1(
|
|
15522
|
+
title: _ctx.accountInfo.nickname
|
|
15523
|
+
}, toDisplayString$1(_ctx.accountInfo.nickname), 9, _hoisted_3$i),
|
|
15583
15524
|
createElementVNode("p", {
|
|
15584
15525
|
class: "g-user-drawer-info-list-id ellipsis",
|
|
15585
|
-
title:
|
|
15586
|
-
}, "@" + toDisplayString$1(
|
|
15526
|
+
title: _ctx.accountInfo.username
|
|
15527
|
+
}, "@" + toDisplayString$1(_ctx.accountInfo.username), 9, _hoisted_4$e)
|
|
15587
15528
|
]),
|
|
15588
15529
|
createVNode(GIcon, {
|
|
15589
15530
|
name: "gt-line-right",
|
|
@@ -15593,13 +15534,13 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15593
15534
|
]),
|
|
15594
15535
|
_: 1
|
|
15595
15536
|
}, 8, ["href", "target"]),
|
|
15596
|
-
!
|
|
15537
|
+
!_ctx.inAIHub ? (openBlock(), createBlock(UserLevel, {
|
|
15597
15538
|
key: 0,
|
|
15598
|
-
accountInfo:
|
|
15539
|
+
accountInfo: _ctx.accountInfo
|
|
15599
15540
|
}, null, 8, ["accountInfo"])) : createCommentVNode("", true),
|
|
15600
15541
|
(openBlock(true), createElementBlock(Fragment, null, renderList(userMenuList.value, (block, index2) => {
|
|
15601
15542
|
return openBlock(), createElementBlock("div", {
|
|
15602
|
-
class: normalizeClass(["g-user-drawer-block", { "!pt-[0px]": index2 === 0 &&
|
|
15543
|
+
class: normalizeClass(["g-user-drawer-block", { "!pt-[0px]": index2 === 0 && _ctx.inAIHub }]),
|
|
15603
15544
|
key: index2
|
|
15604
15545
|
}, [
|
|
15605
15546
|
block.component ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
@@ -15612,10 +15553,11 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15612
15553
|
}))
|
|
15613
15554
|
], 64)) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList(block, (item) => {
|
|
15614
15555
|
return openBlock(), createBlock(OptionLink, mergeProps({
|
|
15615
|
-
key: item.id
|
|
15616
|
-
|
|
15556
|
+
key: item.id,
|
|
15557
|
+
ref_for: true
|
|
15558
|
+
}, item, {
|
|
15617
15559
|
onClick: ($event) => handleClick(item),
|
|
15618
|
-
target:
|
|
15560
|
+
target: _ctx.isChatBot && !item.action ? "_blank" : item.target || ""
|
|
15619
15561
|
}), {
|
|
15620
15562
|
default: withCtx(() => [
|
|
15621
15563
|
item.icon ? (openBlock(), createBlock(GIcon, {
|
|
@@ -15791,9 +15733,9 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
15791
15733
|
name: accountInfo.value.nickname,
|
|
15792
15734
|
src: unref(transformUrl)(accountInfo.value.avatar)
|
|
15793
15735
|
}, null, 8, ["name", "src"]),
|
|
15794
|
-
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_2$i,
|
|
15736
|
+
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_2$i, _cache[4] || (_cache[4] = [
|
|
15795
15737
|
createElementVNode("div", null, null, -1)
|
|
15796
|
-
])
|
|
15738
|
+
]))) : createCommentVNode("", true)
|
|
15797
15739
|
])
|
|
15798
15740
|
])) : (openBlock(), createBlock(unref(Dropdown), {
|
|
15799
15741
|
key: 1,
|
|
@@ -15806,13 +15748,13 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
15806
15748
|
menu: withCtx(() => [
|
|
15807
15749
|
createElementVNode("div", _hoisted_5$9, [
|
|
15808
15750
|
createVNode(UserAvatarMenu, {
|
|
15809
|
-
independence:
|
|
15810
|
-
loginOutFinish:
|
|
15751
|
+
independence: _ctx.independence,
|
|
15752
|
+
loginOutFinish: _ctx.loginOutFinish,
|
|
15811
15753
|
accountInfo: accountInfo.value,
|
|
15812
|
-
isChatBot:
|
|
15813
|
-
inAIHub:
|
|
15814
|
-
userMenus:
|
|
15815
|
-
inEnterpriseHeader:
|
|
15754
|
+
isChatBot: _ctx.isChatBot,
|
|
15755
|
+
inAIHub: _ctx.inAIHub,
|
|
15756
|
+
userMenus: _ctx.userMenus,
|
|
15757
|
+
inEnterpriseHeader: _ctx.inEnterpriseHeader,
|
|
15816
15758
|
onLinkClick: resetOverflow
|
|
15817
15759
|
}, null, 8, ["independence", "loginOutFinish", "accountInfo", "isChatBot", "inAIHub", "userMenus", "inEnterpriseHeader"])
|
|
15818
15760
|
])
|
|
@@ -15823,9 +15765,9 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
15823
15765
|
name: accountInfo.value.nickname,
|
|
15824
15766
|
src: unref(transformUrl)(accountInfo.value.avatar)
|
|
15825
15767
|
}, null, 8, ["name", "src"]),
|
|
15826
|
-
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_4$d,
|
|
15768
|
+
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_4$d, _cache[5] || (_cache[5] = [
|
|
15827
15769
|
createElementVNode("div", null, null, -1)
|
|
15828
|
-
])
|
|
15770
|
+
]))) : createCommentVNode("", true)
|
|
15829
15771
|
])
|
|
15830
15772
|
]),
|
|
15831
15773
|
_: 1
|
|
@@ -15848,13 +15790,13 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
15848
15790
|
})
|
|
15849
15791
|
]),
|
|
15850
15792
|
createVNode(UserAvatarMenu, {
|
|
15851
|
-
independence:
|
|
15852
|
-
loginOutFinish:
|
|
15793
|
+
independence: _ctx.independence,
|
|
15794
|
+
loginOutFinish: _ctx.loginOutFinish,
|
|
15853
15795
|
accountInfo: accountInfo.value,
|
|
15854
|
-
isChatBot:
|
|
15855
|
-
inAIHub:
|
|
15856
|
-
userMenus:
|
|
15857
|
-
inEnterpriseHeader:
|
|
15796
|
+
isChatBot: _ctx.isChatBot,
|
|
15797
|
+
inAIHub: _ctx.inAIHub,
|
|
15798
|
+
userMenus: _ctx.userMenus,
|
|
15799
|
+
inEnterpriseHeader: _ctx.inEnterpriseHeader,
|
|
15858
15800
|
onClick: _cache[2] || (_cache[2] = ($event) => drawerVisible.value = false),
|
|
15859
15801
|
onLinkClick: resetOverflow
|
|
15860
15802
|
}, null, 8, ["independence", "loginOutFinish", "accountInfo", "isChatBot", "inAIHub", "userMenus", "inEnterpriseHeader"])
|
|
@@ -15975,13 +15917,13 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
15975
15917
|
var _a;
|
|
15976
15918
|
const layoutConfig2 = useLayoutConfig();
|
|
15977
15919
|
const { t: $t } = i18n.global;
|
|
15978
|
-
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-
|
|
15979
|
-
const UserSearch = defineAsyncComponent(() => import("./UserSearch-
|
|
15980
|
-
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-
|
|
15981
|
-
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-
|
|
15982
|
-
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-
|
|
15983
|
-
const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-
|
|
15984
|
-
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-
|
|
15920
|
+
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-Cc72Z4GC.js"));
|
|
15921
|
+
const UserSearch = defineAsyncComponent(() => import("./UserSearch-mdl09dYa.js"));
|
|
15922
|
+
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-DOR9A0oL.js"));
|
|
15923
|
+
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-B0zDfANg.js"));
|
|
15924
|
+
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-CpH996rB.js"));
|
|
15925
|
+
const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-DoHR_xik.js"));
|
|
15926
|
+
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-By6lLR3Q.js"));
|
|
15985
15927
|
const props = __props;
|
|
15986
15928
|
const repoInfo = inject("repoInfo");
|
|
15987
15929
|
const orgInfo = inject("orgInfo");
|
|
@@ -16111,7 +16053,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16111
16053
|
];
|
|
16112
16054
|
case "group":
|
|
16113
16055
|
return [
|
|
16114
|
-
{ label: cnScopeMap.group, enLabel: "group", value: localSearchInfo.value.searchScopeName
|
|
16056
|
+
{ label: cnScopeMap.group, enLabel: "group", value: localSearchInfo.value.searchScopeName }
|
|
16115
16057
|
// { title: $t('gitCodeLayout.header.platformSearch') }
|
|
16116
16058
|
];
|
|
16117
16059
|
case "user":
|
|
@@ -16440,9 +16382,9 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16440
16382
|
});
|
|
16441
16383
|
return (_ctx, _cache) => {
|
|
16442
16384
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
16443
|
-
!
|
|
16385
|
+
!_ctx.inAIHub ? (openBlock(), createElementBlock("div", {
|
|
16444
16386
|
key: 0,
|
|
16445
|
-
class: normalizeClass([isFocus.value ? "focusSearch" : { "left-search": true }, Boolean(
|
|
16387
|
+
class: normalizeClass([isFocus.value ? "focusSearch" : { "left-search": true }, Boolean(_ctx.isShowStickyNotice) ? "focusSearch-sticky-notice" : ""]),
|
|
16446
16388
|
onClick: _cache[6] || (_cache[6] = withModifiers(() => {
|
|
16447
16389
|
}, ["stop"]))
|
|
16448
16390
|
}, [
|
|
@@ -16455,7 +16397,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16455
16397
|
createVNode(unref(Dropdown), {
|
|
16456
16398
|
align: "start",
|
|
16457
16399
|
position: ["bottom", "bottom-start"],
|
|
16458
|
-
"overlay-class":
|
|
16400
|
+
"overlay-class": _ctx.isShowStickyNotice ? "history-box-sticky-notice history-box" : "history-box",
|
|
16459
16401
|
trigger: "manually",
|
|
16460
16402
|
visible: dropDownVisible.value,
|
|
16461
16403
|
"close-scope": "none",
|
|
@@ -16610,7 +16552,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16610
16552
|
_: 3
|
|
16611
16553
|
}, 8, ["overlay-class", "visible"])
|
|
16612
16554
|
], 2)) : createCommentVNode("", true),
|
|
16613
|
-
|
|
16555
|
+
_ctx.inAIHub ? (openBlock(), createElementBlock("div", _hoisted_6$7, [
|
|
16614
16556
|
createVNode(unref(Input), {
|
|
16615
16557
|
placeholder: unref($t)("gitCodeLayout.home.searchPlaceholder"),
|
|
16616
16558
|
onKeydown: withKeys(searchResult, ["enter"]),
|
|
@@ -16757,7 +16699,7 @@ const autoAvokeLogin = ({ isLogin, loginFunc, openHarmonyGuide, loginSuccess, lo
|
|
|
16757
16699
|
loginFunc({ type: "login", triggerType: "", loginTriggerSource: "router_login_auth", ...loginFuncOpts }, loginSuccess, openHarmonyGuide);
|
|
16758
16700
|
}
|
|
16759
16701
|
};
|
|
16760
|
-
const NoticeModal = defineAsyncComponent(() => import("./notice-
|
|
16702
|
+
const NoticeModal = defineAsyncComponent(() => import("./notice-CeSbPd9r.js"));
|
|
16761
16703
|
function clearNotice() {
|
|
16762
16704
|
if (localStorage$2.getItem("validator_email")) {
|
|
16763
16705
|
localStorage$2.removeItem("validator_email");
|
|
@@ -17190,7 +17132,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17190
17132
|
style: normalizeStyle({ height: `${unref(height)}px` })
|
|
17191
17133
|
}, [
|
|
17192
17134
|
createElementVNode("div", {
|
|
17193
|
-
class: normalizeClass(["g-header allow-click-stop fixed z-[21] bg-[var(--theme-default-bg)]", [inAIHub.value ? "ai-hub border-b border-gray-100 " : "", isHome.value && showHeaderShadow.value ? "head-shadow" : "",
|
|
17135
|
+
class: normalizeClass(["g-header allow-click-stop fixed z-[21] bg-[var(--theme-default-bg)]", [inAIHub.value ? "ai-hub border-b border-gray-100 " : "", isHome.value && showHeaderShadow.value ? "head-shadow" : "", _ctx.headerBorder ? "oldBorder" : "", headerClassName.value, isIndexHead.value && !showHeaderShadow.value ? "bg-transparent" : ""]]),
|
|
17194
17136
|
ref_key: "headerRef",
|
|
17195
17137
|
ref: headerRef,
|
|
17196
17138
|
style: normalizeStyle(detailBgStyle.value)
|
|
@@ -17228,13 +17170,13 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17228
17170
|
class: "cursor-pointer hover:!text-[var(--theme-stress-text)] g-toolbar-left-asideicon",
|
|
17229
17171
|
color: "var(--theme-aide-text)"
|
|
17230
17172
|
})) : createCommentVNode("", true),
|
|
17231
|
-
showNameAndIcon.value &&
|
|
17173
|
+
showNameAndIcon.value && _ctx.independence || inAIHub.value ? (openBlock(), createBlock(GLink, {
|
|
17232
17174
|
key: 1,
|
|
17233
17175
|
class: normalizeClass(["g-toolbar-left-logo", [inAIHub.value ? "ai-logo" : ""]]),
|
|
17234
17176
|
style: normalizeStyle(logoStyle.value),
|
|
17235
17177
|
href: inAIHub.value ? `${unref(layoutConfig2).VITE_AI_HOST}` : `${unref(layoutConfig2).VITE_HOST}?p=seo`
|
|
17236
17178
|
}, null, 8, ["class", "style", "href"])) : createCommentVNode("", true),
|
|
17237
|
-
showNameAndIcon.value && !
|
|
17179
|
+
showNameAndIcon.value && !_ctx.independence ? (openBlock(), createBlock(GLink, {
|
|
17238
17180
|
key: 2,
|
|
17239
17181
|
class: normalizeClass(["g-toolbar-left-logo", [inAIHub.value ? "ai-logo" : ""]]),
|
|
17240
17182
|
style: normalizeStyle(logoStyle.value),
|
|
@@ -17247,12 +17189,12 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17247
17189
|
}, [
|
|
17248
17190
|
_ctx.$slots.headerCustom ? renderSlot(_ctx.$slots, "headerCustom", { key: 0 }, void 0, true) : isModuleVisible(unref(HeaderDisplayItem).CUSTOM_CONTENT) && !showNameAndIcon.value ? (openBlock(), createBlock(HeaderCustom, {
|
|
17249
17191
|
key: 1,
|
|
17250
|
-
scene:
|
|
17251
|
-
isLogin:
|
|
17252
|
-
errorCode: (_a2 =
|
|
17253
|
-
orgProps: (_b =
|
|
17254
|
-
repoProps: (_c =
|
|
17255
|
-
userProps: (_d =
|
|
17192
|
+
scene: _ctx.sceneValue,
|
|
17193
|
+
isLogin: _ctx.isLogin,
|
|
17194
|
+
errorCode: (_a2 = _ctx.headerCustomProps) == null ? void 0 : _a2.errorCode,
|
|
17195
|
+
orgProps: (_b = _ctx.headerCustomProps) == null ? void 0 : _b.orgProps,
|
|
17196
|
+
repoProps: (_c = _ctx.headerCustomProps) == null ? void 0 : _c.repoProps,
|
|
17197
|
+
userProps: (_d = _ctx.headerCustomProps) == null ? void 0 : _d.userProps,
|
|
17256
17198
|
onFollowDevCommunity: _cache[1] || (_cache[1] = ($event) => emit("followDevCommunity", $event)),
|
|
17257
17199
|
onFollowUser: _cache[2] || (_cache[2] = ($event) => emit("followUser"))
|
|
17258
17200
|
}, {
|
|
@@ -17271,7 +17213,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17271
17213
|
(openBlock(), createBlock(Search, {
|
|
17272
17214
|
inAIHub: inAIHub.value,
|
|
17273
17215
|
key: _ctx.$route.fullPath,
|
|
17274
|
-
sceneValue:
|
|
17216
|
+
sceneValue: _ctx.sceneValue,
|
|
17275
17217
|
isShowStickyNotice: isShowStickyNoticeByClose.value
|
|
17276
17218
|
}, {
|
|
17277
17219
|
searchRecommend: withCtx(() => [
|
|
@@ -17291,7 +17233,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17291
17233
|
createVNode(ClaimPower, { config: claimPowerConfig.value }, null, 8, ["config"]),
|
|
17292
17234
|
isModuleVisible(unref(HeaderDisplayItem).OPERATION_ENTRY) ? (openBlock(), createBlock(OperationEntry, { key: 0 })) : createCommentVNode("", true)
|
|
17293
17235
|
]),
|
|
17294
|
-
!
|
|
17236
|
+
!_ctx.isLogin ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17295
17237
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17296
17238
|
unref(isMobile) ? (openBlock(), createElementBlock("section", {
|
|
17297
17239
|
key: 0,
|
|
@@ -17337,10 +17279,10 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17337
17279
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createBlock(UserAvatar, {
|
|
17338
17280
|
key: 3,
|
|
17339
17281
|
isChatBot: isChatBot.value,
|
|
17340
|
-
loginOutFinish:
|
|
17282
|
+
loginOutFinish: _ctx.loginOutFinish,
|
|
17341
17283
|
inAIHub: inAIHub.value,
|
|
17342
|
-
independence:
|
|
17343
|
-
userMenus:
|
|
17284
|
+
independence: _ctx.independence,
|
|
17285
|
+
userMenus: _ctx.userMenus
|
|
17344
17286
|
}, null, 8, ["isChatBot", "loginOutFinish", "inAIHub", "independence", "userMenus"])) : createCommentVNode("", true)
|
|
17345
17287
|
], 64))
|
|
17346
17288
|
], 2)
|
|
@@ -17598,21 +17540,21 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
17598
17540
|
createElementVNode("div", {
|
|
17599
17541
|
ref_key: "headerRef",
|
|
17600
17542
|
ref: headerRef,
|
|
17601
|
-
class: normalizeClass(["g-header allow-click-stop fixed z-[21] bg-[var(--theme-default-bg)]", [showHeaderShadow.value ? "head-shadow" : "",
|
|
17543
|
+
class: normalizeClass(["g-header allow-click-stop fixed z-[21] bg-[var(--theme-default-bg)]", [showHeaderShadow.value ? "head-shadow" : "", _ctx.headerBorder ? "oldBorder" : "", headerClassName.value]])
|
|
17602
17544
|
}, [
|
|
17603
17545
|
createVNode(SiteAnnouncement),
|
|
17604
17546
|
withDirectives((openBlock(), createElementBlock("div", _hoisted_1$j, [
|
|
17605
17547
|
createElementVNode("div", _hoisted_2$e, [
|
|
17606
17548
|
createElementVNode("div", _hoisted_3$d, [
|
|
17607
17549
|
createVNode(_sfc_main$F, {
|
|
17608
|
-
src: (_a2 =
|
|
17609
|
-
name: (_b =
|
|
17550
|
+
src: (_a2 = _ctx.enterpriseInfo) == null ? void 0 : _a2.avatar,
|
|
17551
|
+
name: (_b = _ctx.enterpriseInfo) == null ? void 0 : _b.name,
|
|
17610
17552
|
isRound: false,
|
|
17611
17553
|
width: 32,
|
|
17612
17554
|
height: 32,
|
|
17613
17555
|
class: "enterprise-avatar"
|
|
17614
17556
|
}, null, 8, ["src", "name"]),
|
|
17615
|
-
createElementVNode("span", _hoisted_4$9, toDisplayString$1((_c =
|
|
17557
|
+
createElementVNode("span", _hoisted_4$9, toDisplayString$1((_c = _ctx.enterpriseInfo) == null ? void 0 : _c.name), 1),
|
|
17616
17558
|
createElementVNode("span", _hoisted_5$5, toDisplayString$1(unref(t2)("gitCodeLayout.header.enterpriseFlag")), 1)
|
|
17617
17559
|
])
|
|
17618
17560
|
]),
|
|
@@ -17635,7 +17577,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
17635
17577
|
], true) : createCommentVNode("", true)
|
|
17636
17578
|
]),
|
|
17637
17579
|
createElementVNode("div", _hoisted_7$3, [
|
|
17638
|
-
!
|
|
17580
|
+
!_ctx.isLogin ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17639
17581
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17640
17582
|
unref(isMobile) ? (openBlock(), createElementBlock("section", {
|
|
17641
17583
|
key: 0,
|
|
@@ -17696,10 +17638,10 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
17696
17638
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createBlock(UserAvatar, {
|
|
17697
17639
|
key: 2,
|
|
17698
17640
|
isChatBot: false,
|
|
17699
|
-
loginOutFinish:
|
|
17641
|
+
loginOutFinish: _ctx.loginOutFinish,
|
|
17700
17642
|
inAIHub: false,
|
|
17701
|
-
independence:
|
|
17702
|
-
userMenus:
|
|
17643
|
+
independence: _ctx.independence,
|
|
17644
|
+
userMenus: _ctx.userMenus,
|
|
17703
17645
|
inEnterpriseHeader: true
|
|
17704
17646
|
}, null, 8, ["loginOutFinish", "independence", "userMenus"])) : createCommentVNode("", true)
|
|
17705
17647
|
], 64))
|
|
@@ -17945,9 +17887,9 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
17945
17887
|
const layoutConfig2 = useLayoutConfig();
|
|
17946
17888
|
const { t: t2 } = i18n.global;
|
|
17947
17889
|
const route = useRoute();
|
|
17948
|
-
const MenuItem = defineAsyncComponent(() => import("./MenuItem-
|
|
17949
|
-
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-
|
|
17950
|
-
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-
|
|
17890
|
+
const MenuItem = defineAsyncComponent(() => import("./MenuItem-lEICszZA.js"));
|
|
17891
|
+
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-xQ3EF_qZ.js"));
|
|
17892
|
+
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-wzvOETHs.js"));
|
|
17951
17893
|
const props = __props;
|
|
17952
17894
|
const useReport2 = inject("useReport");
|
|
17953
17895
|
const userInfo = inject("userInfo");
|
|
@@ -18162,10 +18104,11 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
18162
18104
|
(openBlock(true), createElementBlock(Fragment, null, renderList(filterList.value, (item) => {
|
|
18163
18105
|
return openBlock(), createBlock(resolveDynamicComponent(renderComponent(item)), mergeProps({
|
|
18164
18106
|
key: item.id,
|
|
18165
|
-
isLogin:
|
|
18107
|
+
isLogin: _ctx.isLogin,
|
|
18166
18108
|
item,
|
|
18167
|
-
slotKeys:
|
|
18168
|
-
|
|
18109
|
+
slotKeys: _ctx.slotKeys,
|
|
18110
|
+
ref_for: true
|
|
18111
|
+
}, getProps(item)), createSlots({ _: 2 }, [
|
|
18169
18112
|
renderList(mainSiteSlotKeys.value, (key) => {
|
|
18170
18113
|
return {
|
|
18171
18114
|
name: key,
|
|
@@ -18186,9 +18129,9 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
18186
18129
|
}, {
|
|
18187
18130
|
default: withCtx(() => [
|
|
18188
18131
|
(openBlock(), createBlock(resolveDynamicComponent(LayoutSlotComponent(key)), mergeProps({ ref_for: true }, getProps(item), {
|
|
18189
|
-
slotKeys:
|
|
18132
|
+
slotKeys: _ctx.slotKeys,
|
|
18190
18133
|
item,
|
|
18191
|
-
isLogin:
|
|
18134
|
+
isLogin: _ctx.isLogin
|
|
18192
18135
|
}), null, 16, ["slotKeys", "item", "isLogin"]))
|
|
18193
18136
|
]),
|
|
18194
18137
|
_: 2
|
|
@@ -18240,8 +18183,9 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
18240
18183
|
createElementVNode("div", _hoisted_2$c, [
|
|
18241
18184
|
(openBlock(true), createElementBlock(Fragment, null, renderList(themeList.value, (item) => {
|
|
18242
18185
|
return openBlock(), createElementBlock("div", mergeProps({
|
|
18243
|
-
key: item.value
|
|
18244
|
-
|
|
18186
|
+
key: item.value,
|
|
18187
|
+
ref_for: true
|
|
18188
|
+
}, item, {
|
|
18245
18189
|
class: ["tools-item-wrapper-checkbox-item", { checked: activeTheme.value === item.value }],
|
|
18246
18190
|
onClick: ($event) => handleClick(item),
|
|
18247
18191
|
title: item.value
|
|
@@ -18281,17 +18225,17 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
18281
18225
|
withDirectives(createElementVNode("div", _hoisted_2$b, [
|
|
18282
18226
|
createVNode(_sfc_main$k)
|
|
18283
18227
|
], 512), [
|
|
18284
|
-
[vShow,
|
|
18228
|
+
[vShow, _ctx.showThemeSetting]
|
|
18285
18229
|
]),
|
|
18286
18230
|
withDirectives(createElementVNode("div", _hoisted_3$b, [
|
|
18287
18231
|
createVNode(_sfc_main$t)
|
|
18288
18232
|
], 512), [
|
|
18289
|
-
[vShow,
|
|
18233
|
+
[vShow, _ctx.showLangSetting]
|
|
18290
18234
|
])
|
|
18291
18235
|
]),
|
|
18292
18236
|
default: withCtx(() => [
|
|
18293
18237
|
createElementVNode("div", {
|
|
18294
|
-
class: normalizeClass(["aside-footer-tools-item", { "aside-footer-tools-item-little":
|
|
18238
|
+
class: normalizeClass(["aside-footer-tools-item", { "aside-footer-tools-item-little": _ctx.asideSetShowLittle }])
|
|
18295
18239
|
}, [
|
|
18296
18240
|
createVNode(GIcon, {
|
|
18297
18241
|
name: "gt-line-setting",
|
|
@@ -18465,7 +18409,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
18465
18409
|
target: "_blank",
|
|
18466
18410
|
rel: "noopener noreferrer"
|
|
18467
18411
|
}, "CSDN", -1)),
|
|
18468
|
-
_cache[2] || (_cache[2] = createTextVNode(" | "
|
|
18412
|
+
_cache[2] || (_cache[2] = createTextVNode(" | ")),
|
|
18469
18413
|
createElementVNode("a", _hoisted_8$2, toDisplayString$1(unref(t2)("gitCodeLayout.home.HWCloud")), 1)
|
|
18470
18414
|
], 2),
|
|
18471
18415
|
createElementVNode("p", _hoisted_9$2, [
|
|
@@ -18478,7 +18422,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
18478
18422
|
]),
|
|
18479
18423
|
_: 1
|
|
18480
18424
|
}, 8, ["href"]),
|
|
18481
|
-
_cache[3] || (_cache[3] = createTextVNode(" | "
|
|
18425
|
+
_cache[3] || (_cache[3] = createTextVNode(" | ")),
|
|
18482
18426
|
createVNode(GLink, {
|
|
18483
18427
|
target: "_blank",
|
|
18484
18428
|
href: unref(copyright).beian_url
|
|
@@ -18641,11 +18585,11 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
18641
18585
|
});
|
|
18642
18586
|
return (_ctx, _cache) => {
|
|
18643
18587
|
return openBlock(), createBlock(unref(Aside), {
|
|
18644
|
-
class: normalizeClass(["config-aside-content", { "side-bar-content-shot":
|
|
18588
|
+
class: normalizeClass(["config-aside-content", { "side-bar-content-shot": _ctx.asideSetShowLittle }])
|
|
18645
18589
|
}, {
|
|
18646
18590
|
default: withCtx(() => [
|
|
18647
18591
|
createElementVNode("div", {
|
|
18648
|
-
class: normalizeClass(["config-aside__content", { "side-bar-content-shot":
|
|
18592
|
+
class: normalizeClass(["config-aside__content", { "side-bar-content-shot": _ctx.asideSetShowLittle, "shot-isCh": !unref(isEn) }])
|
|
18649
18593
|
}, [
|
|
18650
18594
|
withDirectives((openBlock(), createElementBlock("div", _hoisted_1$e, [
|
|
18651
18595
|
createElementVNode("div", {
|
|
@@ -18665,10 +18609,10 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
18665
18609
|
}, [
|
|
18666
18610
|
createVNode(Area, {
|
|
18667
18611
|
list: getAreaItem(item),
|
|
18668
|
-
isLogin:
|
|
18612
|
+
isLogin: _ctx.isLogin,
|
|
18669
18613
|
slotKeys: layoutSlotKeys.value,
|
|
18670
|
-
sceneValue:
|
|
18671
|
-
asideSetShowLittle:
|
|
18614
|
+
sceneValue: _ctx.sceneValue,
|
|
18615
|
+
asideSetShowLittle: _ctx.asideSetShowLittle
|
|
18672
18616
|
}, createSlots({ _: 2 }, [
|
|
18673
18617
|
renderList(layoutSlotKeys.value, (key) => {
|
|
18674
18618
|
return {
|
|
@@ -18692,24 +18636,24 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
18692
18636
|
}, null, 8, ["name"]),
|
|
18693
18637
|
_cache[2] || (_cache[2] = createElementVNode("span", null, "群组讨论", -1))
|
|
18694
18638
|
], 32)) : createCommentVNode("", true),
|
|
18695
|
-
!
|
|
18639
|
+
!_ctx.asideSetShowLittle && index2 !== displayArea.value.length - 1 ? (openBlock(), createElementBlock("hr", _hoisted_4$7)) : createCommentVNode("", true)
|
|
18696
18640
|
], 64);
|
|
18697
18641
|
}), 128)),
|
|
18698
|
-
!
|
|
18642
|
+
!_ctx.asideSetShowLittle && isModuleVisible(unref(AsideDisplayItem).LINK) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
18699
18643
|
_cache[3] || (_cache[3] = createElementVNode("hr", { class: "line mt-[16px] mb-[16px]" }, null, -1)),
|
|
18700
18644
|
createVNode(SubMenuList)
|
|
18701
18645
|
], 64)) : createCommentVNode("", true)
|
|
18702
18646
|
])),
|
|
18703
|
-
!
|
|
18647
|
+
!_ctx.asideSetShowLittle && isModuleVisible(unref(AsideDisplayItem).SITE_INFO) ? (openBlock(), createBlock(ContactInfo, { key: 2 })) : createCommentVNode("", true)
|
|
18704
18648
|
], 34),
|
|
18705
18649
|
showPreferencesSetting.value ? (openBlock(), createElementBlock("div", {
|
|
18706
18650
|
key: 0,
|
|
18707
|
-
class: normalizeClass(["aside-footer-tools", { "aside-footer-tools-little":
|
|
18651
|
+
class: normalizeClass(["aside-footer-tools", { "aside-footer-tools-little": _ctx.asideSetShowLittle }])
|
|
18708
18652
|
}, [
|
|
18709
18653
|
createVNode(_sfc_main$j, {
|
|
18710
|
-
"show-lang-setting":
|
|
18711
|
-
"show-theme-setting":
|
|
18712
|
-
asideSetShowLittle:
|
|
18654
|
+
"show-lang-setting": _ctx.showLangSetting,
|
|
18655
|
+
"show-theme-setting": _ctx.showThemeSetting,
|
|
18656
|
+
asideSetShowLittle: _ctx.asideSetShowLittle
|
|
18713
18657
|
}, null, 8, ["show-lang-setting", "show-theme-setting", "asideSetShowLittle"])
|
|
18714
18658
|
], 2)) : createCommentVNode("", true)
|
|
18715
18659
|
])), [
|
|
@@ -18852,18 +18796,18 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
18852
18796
|
key: 0,
|
|
18853
18797
|
class: normalizeClass(["left-side-bar", { oldWhite: asideSetShowLittleMode.value, higherZIndex: unref(SITE_STATUS).DISABLE }]),
|
|
18854
18798
|
style: normalizeStyle({ width: mainMarginLeftWidth.value + "px", top: unref(headerHeight2) + "px" }),
|
|
18855
|
-
sceneValue:
|
|
18799
|
+
sceneValue: _ctx.sceneValue,
|
|
18856
18800
|
asideDefaultWidth: mainMarginLeftWidth.value,
|
|
18857
18801
|
asideSetShowLittle: asideSetShowLittleMode.value,
|
|
18858
|
-
isLogin:
|
|
18859
|
-
showPreferencesSetting:
|
|
18860
|
-
showThemeSetting:
|
|
18861
|
-
showLangSetting:
|
|
18862
|
-
independence:
|
|
18863
|
-
slotKeys:
|
|
18864
|
-
collapseMode:
|
|
18802
|
+
isLogin: _ctx.isLogin,
|
|
18803
|
+
showPreferencesSetting: _ctx.showPreferencesSetting,
|
|
18804
|
+
showThemeSetting: _ctx.showThemeSetting,
|
|
18805
|
+
showLangSetting: _ctx.showLangSetting,
|
|
18806
|
+
independence: _ctx.independence,
|
|
18807
|
+
slotKeys: _ctx.slotKeys,
|
|
18808
|
+
collapseMode: _ctx.collapseMode
|
|
18865
18809
|
}, createSlots({ _: 2 }, [
|
|
18866
|
-
renderList(
|
|
18810
|
+
renderList(_ctx.slotKeys, (key) => {
|
|
18867
18811
|
return {
|
|
18868
18812
|
name: key,
|
|
18869
18813
|
fn: withCtx(() => [
|
|
@@ -18885,8 +18829,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
18885
18829
|
createVNode(GLink, {
|
|
18886
18830
|
class: "g-toolbar-left-logo",
|
|
18887
18831
|
style: normalizeStyle(logoStyle.value),
|
|
18888
|
-
to:
|
|
18889
|
-
href:
|
|
18832
|
+
to: _ctx.independence ? "" : { name: "home" },
|
|
18833
|
+
href: _ctx.independence ? unref(transformUrl)(unref(layoutConfig2).VITE_HOST) : ""
|
|
18890
18834
|
}, null, 8, ["style", "to", "href"]),
|
|
18891
18835
|
createVNode(unref(Button), {
|
|
18892
18836
|
class: "cursor-pointer draw-side-bar-close",
|
|
@@ -18896,14 +18840,14 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
18896
18840
|
})
|
|
18897
18841
|
]),
|
|
18898
18842
|
createVNode(ConfigAideContent, mergeProps(props, {
|
|
18899
|
-
sceneValue:
|
|
18843
|
+
sceneValue: _ctx.sceneValue,
|
|
18900
18844
|
asideDefaultWidth: 240,
|
|
18901
|
-
isLogin:
|
|
18902
|
-
showPreferencesSetting:
|
|
18903
|
-
showThemeSetting:
|
|
18904
|
-
showLangSetting:
|
|
18905
|
-
independence:
|
|
18906
|
-
slotKeys:
|
|
18845
|
+
isLogin: _ctx.isLogin,
|
|
18846
|
+
showPreferencesSetting: _ctx.showPreferencesSetting,
|
|
18847
|
+
showThemeSetting: _ctx.showThemeSetting,
|
|
18848
|
+
showLangSetting: _ctx.showLangSetting,
|
|
18849
|
+
independence: _ctx.independence,
|
|
18850
|
+
slotKeys: _ctx.slotKeys
|
|
18907
18851
|
}), null, 16, ["sceneValue", "isLogin", "showPreferencesSetting", "showThemeSetting", "showLangSetting", "independence", "slotKeys"])
|
|
18908
18852
|
]),
|
|
18909
18853
|
_: 1
|
|
@@ -19744,12 +19688,12 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
19744
19688
|
showLangSetting: "",
|
|
19745
19689
|
showThemeSetting: ""
|
|
19746
19690
|
}, {
|
|
19747
|
-
home: withCtx(() =>
|
|
19691
|
+
home: withCtx(() => _cache[3] || (_cache[3] = [
|
|
19748
19692
|
createElementVNode("div", null, "首页hover-插槽", -1)
|
|
19749
|
-
])
|
|
19750
|
-
issues: withCtx(() =>
|
|
19693
|
+
])),
|
|
19694
|
+
issues: withCtx(() => _cache[4] || (_cache[4] = [
|
|
19751
19695
|
createElementVNode("div", null, "issues hover-插槽", -1)
|
|
19752
|
-
])
|
|
19696
|
+
])),
|
|
19753
19697
|
_: 1
|
|
19754
19698
|
}, 8, ["sceneValue", "userInfo", "isLogin", "request", "globalStore", "independence", "collapseMode"])
|
|
19755
19699
|
]),
|
|
@@ -19765,18 +19709,18 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
19765
19709
|
key: "是",
|
|
19766
19710
|
value: true
|
|
19767
19711
|
}, {
|
|
19768
|
-
default: withCtx(() =>
|
|
19769
|
-
createTextVNode("普通 Header"
|
|
19770
|
-
])
|
|
19712
|
+
default: withCtx(() => _cache[5] || (_cache[5] = [
|
|
19713
|
+
createTextVNode("普通 Header")
|
|
19714
|
+
])),
|
|
19771
19715
|
_: 1
|
|
19772
19716
|
})),
|
|
19773
19717
|
(openBlock(), createBlock(unref(Radio), {
|
|
19774
19718
|
key: "否",
|
|
19775
19719
|
value: false
|
|
19776
19720
|
}, {
|
|
19777
|
-
default: withCtx(() =>
|
|
19778
|
-
createTextVNode("企业版 Header"
|
|
19779
|
-
])
|
|
19721
|
+
default: withCtx(() => _cache[6] || (_cache[6] = [
|
|
19722
|
+
createTextVNode("企业版 Header")
|
|
19723
|
+
])),
|
|
19780
19724
|
_: 1
|
|
19781
19725
|
}))
|
|
19782
19726
|
]),
|
|
@@ -19817,18 +19761,18 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
19817
19761
|
key: "是",
|
|
19818
19762
|
value: true
|
|
19819
19763
|
}, {
|
|
19820
|
-
default: withCtx(() =>
|
|
19821
|
-
createTextVNode("是"
|
|
19822
|
-
])
|
|
19764
|
+
default: withCtx(() => _cache[7] || (_cache[7] = [
|
|
19765
|
+
createTextVNode("是")
|
|
19766
|
+
])),
|
|
19823
19767
|
_: 1
|
|
19824
19768
|
})),
|
|
19825
19769
|
(openBlock(), createBlock(unref(Radio), {
|
|
19826
19770
|
key: "否",
|
|
19827
19771
|
value: false
|
|
19828
19772
|
}, {
|
|
19829
|
-
default: withCtx(() =>
|
|
19830
|
-
createTextVNode("否"
|
|
19831
|
-
])
|
|
19773
|
+
default: withCtx(() => _cache[8] || (_cache[8] = [
|
|
19774
|
+
createTextVNode("否")
|
|
19775
|
+
])),
|
|
19832
19776
|
_: 1
|
|
19833
19777
|
}))
|
|
19834
19778
|
]),
|
|
@@ -20700,13 +20644,13 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
20700
20644
|
});
|
|
20701
20645
|
return (_ctx, _cache) => {
|
|
20702
20646
|
return openBlock(), createElementBlock("div", {
|
|
20703
|
-
class: normalizeClass(["flex flex-1 g-input-button", [inputBtnClassName.value,
|
|
20647
|
+
class: normalizeClass(["flex flex-1 g-input-button", [inputBtnClassName.value, _ctx.error ? "g-input-button-error" : ""]])
|
|
20704
20648
|
}, [
|
|
20705
20649
|
createVNode(unref(Input), {
|
|
20706
20650
|
modelValue: unref(vModels),
|
|
20707
20651
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(vModels) ? vModels.value = $event : null),
|
|
20708
|
-
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label:
|
|
20709
|
-
autocomplete:
|
|
20652
|
+
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: _ctx.placeholder }),
|
|
20653
|
+
autocomplete: _ctx.autocomplete,
|
|
20710
20654
|
onChange: handleChange,
|
|
20711
20655
|
onFocus: handleInputFocus,
|
|
20712
20656
|
onBlur: handleInputBlur
|
|
@@ -20716,7 +20660,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
20716
20660
|
onClick: withModifiers(handleClick, ["stop"]),
|
|
20717
20661
|
class: normalizeClass([
|
|
20718
20662
|
"g-input-button-append",
|
|
20719
|
-
DisabledBtn.value || !
|
|
20663
|
+
DisabledBtn.value || !_ctx.hasMobile ? "g-input-button-append-inactive" : "g-input-button-append-active"
|
|
20720
20664
|
])
|
|
20721
20665
|
}, [
|
|
20722
20666
|
createElementVNode("span", _hoisted_1$a, toDisplayString$1(BtnText.value), 1)
|
|
@@ -20863,8 +20807,8 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
20863
20807
|
key: 1,
|
|
20864
20808
|
modelValue: unref(vModels),
|
|
20865
20809
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => isRef(vModels) ? vModels.value = $event : null)
|
|
20866
|
-
},
|
|
20867
|
-
placeholder:
|
|
20810
|
+
}, _ctx.prop, {
|
|
20811
|
+
placeholder: _ctx.placeholder,
|
|
20868
20812
|
onChange: handleChange
|
|
20869
20813
|
}), {
|
|
20870
20814
|
prepend: withCtx(() => [
|
|
@@ -21148,23 +21092,23 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21148
21092
|
rules: GroupRules,
|
|
21149
21093
|
ref_key: "FormRef",
|
|
21150
21094
|
ref: FormRef,
|
|
21151
|
-
"show-feedback":
|
|
21152
|
-
disabled:
|
|
21153
|
-
"message-type":
|
|
21154
|
-
layout:
|
|
21155
|
-
size:
|
|
21156
|
-
"label-size":
|
|
21157
|
-
"label-align":
|
|
21095
|
+
"show-feedback": _ctx.showFeedback,
|
|
21096
|
+
disabled: _ctx.disabled,
|
|
21097
|
+
"message-type": _ctx.MessageType,
|
|
21098
|
+
layout: _ctx.layout,
|
|
21099
|
+
size: _ctx.size,
|
|
21100
|
+
"label-size": _ctx.labelSize,
|
|
21101
|
+
"label-align": _ctx.labelAlign,
|
|
21158
21102
|
class: "g-form",
|
|
21159
21103
|
onInput: handleFormInput,
|
|
21160
21104
|
requirePosition: "right"
|
|
21161
21105
|
}, {
|
|
21162
21106
|
default: withCtx(() => [
|
|
21163
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
21107
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.DataList, (formItem) => {
|
|
21164
21108
|
return openBlock(), createBlock(unref(FormItem), {
|
|
21165
21109
|
key: formItem.key,
|
|
21166
21110
|
field: formItem.key,
|
|
21167
|
-
label:
|
|
21111
|
+
label: _ctx.showLabel ? formItem.label : "",
|
|
21168
21112
|
"help-tips": formItem.help,
|
|
21169
21113
|
"extra-info": formItem.extra,
|
|
21170
21114
|
style: normalizeStyle({ width: getItemWidth.value(formItem) })
|
|
@@ -21178,8 +21122,9 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21178
21122
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
21179
21123
|
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: formItem.label }),
|
|
21180
21124
|
onChange: () => handleChange(formItem.key),
|
|
21181
|
-
onKeydown: ($event) => formItem.key === "username" ? unref(handleUsernameKeydown) : void 0
|
|
21182
|
-
|
|
21125
|
+
onKeydown: ($event) => formItem.key === "username" ? unref(handleUsernameKeydown) : void 0,
|
|
21126
|
+
ref_for: true
|
|
21127
|
+
}, formItem.props, {
|
|
21183
21128
|
autocomplete: autocompleteCalc((_a = formItem.props) == null ? void 0 : _a.autocomplete),
|
|
21184
21129
|
autofocus: formItem.key === "username",
|
|
21185
21130
|
spellcheck: false
|
|
@@ -21190,22 +21135,24 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21190
21135
|
onChange: ($event) => handleChange(formItem.key),
|
|
21191
21136
|
onClick: ($event) => handleOperate(formItem),
|
|
21192
21137
|
"onUpdate:countdown": ($event) => updateCountdown(formItem),
|
|
21193
|
-
placeholder: formItem.label
|
|
21194
|
-
|
|
21138
|
+
placeholder: formItem.label,
|
|
21139
|
+
ref_for: true
|
|
21140
|
+
}, formItem.props, {
|
|
21195
21141
|
hasMobile: !!Data[(_b = formItem.props) == null ? void 0 : _b.aliasKey],
|
|
21196
21142
|
text: unref($t)("gitCodeLayout.userSetting.account.getVerificationCode"),
|
|
21197
|
-
error:
|
|
21143
|
+
error: _ctx.errors.msgError,
|
|
21198
21144
|
autocomplete: autocompleteCalc((_c = formItem.props) == null ? void 0 : _c.autocomplete)
|
|
21199
21145
|
}), null, 16, ["modelValue", "onUpdate:modelValue", "onChange", "onClick", "onUpdate:countdown", "placeholder", "hasMobile", "text", "error", "autocomplete"])) : formItem.type === "inputSelect" ? (openBlock(), createBlock(_sfc_main$b, mergeProps({
|
|
21200
21146
|
key: 2,
|
|
21201
21147
|
country: Data.country,
|
|
21202
|
-
class:
|
|
21148
|
+
class: _ctx.formErrors["mobile"] ? "input-select-error" : "",
|
|
21203
21149
|
modelValue: Data[formItem.key],
|
|
21204
21150
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
21205
21151
|
onSelectChange: _cache[0] || (_cache[0] = (evt) => handleSelectChange("country", evt)),
|
|
21206
21152
|
onChange: ($event) => handleChange(formItem.key),
|
|
21207
|
-
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: formItem.label })
|
|
21208
|
-
|
|
21153
|
+
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: formItem.label }),
|
|
21154
|
+
ref_for: true
|
|
21155
|
+
}, formItem.props, {
|
|
21209
21156
|
editableSelect: formItem.editableSelect
|
|
21210
21157
|
}), null, 16, ["country", "class", "modelValue", "onUpdate:modelValue", "onChange", "placeholder", "editableSelect"])) : (openBlock(), createBlock(resolveDynamicComponent(formItem.render), mergeProps({
|
|
21211
21158
|
key: formItem.key,
|
|
@@ -21213,8 +21160,9 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21213
21160
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
21214
21161
|
onChange: ($event) => handleChange(formItem.key),
|
|
21215
21162
|
onClick: handleClick,
|
|
21216
|
-
placeholder: formItem.label
|
|
21217
|
-
|
|
21163
|
+
placeholder: formItem.label,
|
|
21164
|
+
ref_for: true
|
|
21165
|
+
}, formItem.props), null, 16, ["modelValue", "onUpdate:modelValue", "onChange", "placeholder"]))
|
|
21218
21166
|
];
|
|
21219
21167
|
}),
|
|
21220
21168
|
_: 2
|
|
@@ -21259,7 +21207,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
21259
21207
|
return openBlock(), createElementBlock("div", _hoisted_1$8, [
|
|
21260
21208
|
createElementVNode("div", _hoisted_2$6, toDisplayString$1(unref($t)("gitCodeLayout.LoginModal.subtitle.otherLogin")), 1),
|
|
21261
21209
|
createElementVNode("div", _hoisted_3$6, [
|
|
21262
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
21210
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.logos, (icon) => {
|
|
21263
21211
|
return openBlock(), createElementBlock("div", {
|
|
21264
21212
|
key: icon.alt,
|
|
21265
21213
|
class: "rounded-[50%] w-[40px] h-[40px] border-[1px] icon-wrap border-solid cursor-pointer otherInfo-icon"
|
|
@@ -21365,7 +21313,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
21365
21313
|
return (_ctx, _cache) => {
|
|
21366
21314
|
return openBlock(), createElementBlock("div", _hoisted_1$7, [
|
|
21367
21315
|
createVNode(unref(Checkbox), {
|
|
21368
|
-
"model-value":
|
|
21316
|
+
"model-value": _ctx.modelValue,
|
|
21369
21317
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = (val) => emits("update:modelValue", val)),
|
|
21370
21318
|
size: "sm"
|
|
21371
21319
|
}, {
|
|
@@ -21384,7 +21332,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
21384
21332
|
_: 1
|
|
21385
21333
|
}, 8, ["model-value"]),
|
|
21386
21334
|
createVNode(unref(Checkbox), {
|
|
21387
|
-
"model-value":
|
|
21335
|
+
"model-value": _ctx.dataShareChecked,
|
|
21388
21336
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = (val) => emits("update:dataShareChecked", val)),
|
|
21389
21337
|
size: "sm"
|
|
21390
21338
|
}, {
|
|
@@ -21433,7 +21381,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
21433
21381
|
return (_ctx, _cache) => {
|
|
21434
21382
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
21435
21383
|
createVNode(unref(Checkbox), {
|
|
21436
|
-
"model-value":
|
|
21384
|
+
"model-value": _ctx.modelValue,
|
|
21437
21385
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = (val) => emits("update:modelValue", val)),
|
|
21438
21386
|
size: "sm",
|
|
21439
21387
|
class: "mt-[6px] agree-module flex items-center"
|
|
@@ -21454,7 +21402,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
21454
21402
|
_: 3
|
|
21455
21403
|
}, 8, ["model-value"]),
|
|
21456
21404
|
createVNode(unref(Checkbox), {
|
|
21457
|
-
"model-value":
|
|
21405
|
+
"model-value": _ctx.dataShareChecked,
|
|
21458
21406
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = (val) => emits("update:dataShareChecked", val)),
|
|
21459
21407
|
size: "sm",
|
|
21460
21408
|
class: "mb-[12px]"
|
|
@@ -21496,14 +21444,14 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
21496
21444
|
return (_ctx, _cache) => {
|
|
21497
21445
|
return openBlock(), createElementBlock("div", _hoisted_1$5, [
|
|
21498
21446
|
createElementVNode("div", _hoisted_2$3, [
|
|
21499
|
-
|
|
21447
|
+
_ctx.showBack ? (openBlock(), createElementBlock("img", {
|
|
21500
21448
|
key: 0,
|
|
21501
|
-
src:
|
|
21449
|
+
src: _ctx.icon,
|
|
21502
21450
|
class: "w-[24px] cursor-pointer",
|
|
21503
21451
|
onClick: withModifiers(handleClick, ["stop"])
|
|
21504
21452
|
}, null, 8, _hoisted_3$3)) : createCommentVNode("", true)
|
|
21505
21453
|
]),
|
|
21506
|
-
|
|
21454
|
+
_ctx.showTitle ? (openBlock(), createElementBlock("span", _hoisted_4$2, toDisplayString$1(_ctx.title), 1)) : createCommentVNode("", true)
|
|
21507
21455
|
]);
|
|
21508
21456
|
};
|
|
21509
21457
|
}
|
|
@@ -21537,7 +21485,7 @@ const verifyCodeRegExp4 = /^\d{4}$/;
|
|
|
21537
21485
|
const verifyCodeRegExp6 = /^\d{6}$/;
|
|
21538
21486
|
const mobileRegExp = /^1[3-9]\d{9}$/;
|
|
21539
21487
|
const usernameRegExp = /^(?!-)[a-zA-Z][a-zA-Z0-9_-]{1,49}$/;
|
|
21540
|
-
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}"]]] } };
|
|
21488
|
+
const metadata = { "version": 4, "country_calling_codes": { "1": ["US", "AG", "AI", "AS", "BB", "BM", "BS", "CA", "DM", "DO", "GD", "GU", "JM", "KN", "KY", "LC", "MP", "MS", "PR", "SX", "TC", "TT", "VC", "VG", "VI"], "7": ["RU", "KZ"], "20": ["EG"], "27": ["ZA"], "30": ["GR"], "31": ["NL"], "32": ["BE"], "33": ["FR"], "34": ["ES"], "36": ["HU"], "39": ["IT", "VA"], "40": ["RO"], "41": ["CH"], "43": ["AT"], "44": ["GB", "GG", "IM", "JE"], "45": ["DK"], "46": ["SE"], "47": ["NO", "SJ"], "48": ["PL"], "49": ["DE"], "51": ["PE"], "52": ["MX"], "53": ["CU"], "54": ["AR"], "55": ["BR"], "56": ["CL"], "57": ["CO"], "58": ["VE"], "60": ["MY"], "61": ["AU", "CC", "CX"], "62": ["ID"], "63": ["PH"], "64": ["NZ"], "65": ["SG"], "66": ["TH"], "81": ["JP"], "82": ["KR"], "84": ["VN"], "86": ["CN"], "90": ["TR"], "91": ["IN"], "92": ["PK"], "93": ["AF"], "94": ["LK"], "95": ["MM"], "98": ["IR"], "211": ["SS"], "212": ["MA", "EH"], "213": ["DZ"], "216": ["TN"], "218": ["LY"], "220": ["GM"], "221": ["SN"], "222": ["MR"], "223": ["ML"], "224": ["GN"], "225": ["CI"], "226": ["BF"], "227": ["NE"], "228": ["TG"], "229": ["BJ"], "230": ["MU"], "231": ["LR"], "232": ["SL"], "233": ["GH"], "234": ["NG"], "235": ["TD"], "236": ["CF"], "237": ["CM"], "238": ["CV"], "239": ["ST"], "240": ["GQ"], "241": ["GA"], "242": ["CG"], "243": ["CD"], "244": ["AO"], "245": ["GW"], "246": ["IO"], "247": ["AC"], "248": ["SC"], "249": ["SD"], "250": ["RW"], "251": ["ET"], "252": ["SO"], "253": ["DJ"], "254": ["KE"], "255": ["TZ"], "256": ["UG"], "257": ["BI"], "258": ["MZ"], "260": ["ZM"], "261": ["MG"], "262": ["RE", "YT"], "263": ["ZW"], "264": ["NA"], "265": ["MW"], "266": ["LS"], "267": ["BW"], "268": ["SZ"], "269": ["KM"], "290": ["SH", "TA"], "291": ["ER"], "297": ["AW"], "298": ["FO"], "299": ["GL"], "350": ["GI"], "351": ["PT"], "352": ["LU"], "353": ["IE"], "354": ["IS"], "355": ["AL"], "356": ["MT"], "357": ["CY"], "358": ["FI", "AX"], "359": ["BG"], "370": ["LT"], "371": ["LV"], "372": ["EE"], "373": ["MD"], "374": ["AM"], "375": ["BY"], "376": ["AD"], "377": ["MC"], "378": ["SM"], "380": ["UA"], "381": ["RS"], "382": ["ME"], "383": ["XK"], "385": ["HR"], "386": ["SI"], "387": ["BA"], "389": ["MK"], "420": ["CZ"], "421": ["SK"], "423": ["LI"], "500": ["FK"], "501": ["BZ"], "502": ["GT"], "503": ["SV"], "504": ["HN"], "505": ["NI"], "506": ["CR"], "507": ["PA"], "508": ["PM"], "509": ["HT"], "590": ["GP", "BL", "MF"], "591": ["BO"], "592": ["GY"], "593": ["EC"], "594": ["GF"], "595": ["PY"], "596": ["MQ"], "597": ["SR"], "598": ["UY"], "599": ["CW", "BQ"], "670": ["TL"], "672": ["NF"], "673": ["BN"], "674": ["NR"], "675": ["PG"], "676": ["TO"], "677": ["SB"], "678": ["VU"], "679": ["FJ"], "680": ["PW"], "681": ["WF"], "682": ["CK"], "683": ["NU"], "685": ["WS"], "686": ["KI"], "687": ["NC"], "688": ["TV"], "689": ["PF"], "690": ["TK"], "691": ["FM"], "692": ["MH"], "850": ["KP"], "852": ["HK"], "853": ["MO"], "855": ["KH"], "856": ["LA"], "880": ["BD"], "886": ["TW"], "960": ["MV"], "961": ["LB"], "962": ["JO"], "963": ["SY"], "964": ["IQ"], "965": ["KW"], "966": ["SA"], "967": ["YE"], "968": ["OM"], "970": ["PS"], "971": ["AE"], "972": ["IL"], "973": ["BH"], "974": ["QA"], "975": ["BT"], "976": ["MN"], "977": ["NP"], "992": ["TJ"], "993": ["TM"], "994": ["AZ"], "995": ["GE"], "996": ["KG"], "998": ["UZ"] }, "countries": { "AC": ["247", "00", "(?:[01589]\\d|[46])\\d{4}", [5, 6]], "AD": ["376", "00", "(?:1|6\\d)\\d{7}|[135-9]\\d{5}", [6, 8, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["[135-9]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["1"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]]], "AE": ["971", "00", "(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{2,9})", "$1 $2", ["60|8"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[236]|[479][2-8]"], "0$1"], ["(\\d{3})(\\d)(\\d{5})", "$1 $2 $3", ["[479]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"]], "0"], "AF": ["93", "00", "[2-7]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"]], "0"], "AG": ["1", "011", "(?:268|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([457]\\d{6})$|1", "268$1", 0, "268"], "AI": ["1", "011", "(?:264|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2457]\\d{6})$|1", "264$1", 0, "264"], "AL": ["355", "00", "(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}", [6, 7, 8, 9], [["(\\d{3})(\\d{3,4})", "$1 $2", ["80|9"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["4[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2358][2-5]|4"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["[23578]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["6"], "0$1"]], "0"], "AM": ["374", "00", "(?:[1-489]\\d|55|60|77)\\d{6}", [8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[89]0"], "0 $1"], ["(\\d{3})(\\d{5})", "$1 $2", ["2|3[12]"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["1|47"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[3-9]"], "0$1"]], "0"], "AO": ["244", "00", "[29]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[29]"]]]], "AR": ["54", "00", "(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}", [10, 11], [["(\\d{4})(\\d{2})(\\d{4})", "$1 $2-$3", ["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])", "2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["1"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2-$3", ["[23]"], "0$1", 1], ["(\\d)(\\d{4})(\\d{2})(\\d{4})", "$2 15-$3-$4", ["9(?:2[2-469]|3[3-578])", "9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))", "9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 15-$3-$4", ["91"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d{3})(\\d{3})(\\d{5})", "$1-$2-$3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 15-$3-$4", ["9"], "0$1", 0, "$1 $2 $3-$4"]], "0", 0, "0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?", "9$1"], "AS": ["1", "011", "(?:[58]\\d\\d|684|900)\\d{7}", [10], 0, "1", 0, "([267]\\d{6})$|1", "684$1", 0, "684"], "AT": ["43", "00", "1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3,12})", "$1 $2", ["1(?:11|[2-9])"], "0$1"], ["(\\d{3})(\\d{2})", "$1 $2", ["517"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["5[079]"], "0$1"], ["(\\d{3})(\\d{3,10})", "$1 $2", ["(?:31|4)6|51|6(?:5[0-3579]|[6-9])|7(?:20|32|8)|[89]"], "0$1"], ["(\\d{4})(\\d{3,9})", "$1 $2", ["[2-467]|5[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,7})", "$1 $2 $3", ["5"], "0$1"]], "0"], "AU": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}", [5, 6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{3,4})", "$1 $2", ["16"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["16"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["14|4"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[2378]"], "(0$1)"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:30|[89])"]]], "0", 0, "(183[12])|0", 0, 0, 0, [["(?:(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|7(?:[013-57-9]\\d|2[0-8]))\\d|3(?:(?:[0-3589]\\d|6[1-9]|7[0-35-9])\\d|4(?:[0-578]\\d|90)))\\d\\d|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4])|3\\d\\d)|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, ["163\\d{2,6}", [5, 6, 7, 8, 9]], ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "AW": ["297", "00", "(?:[25-79]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[25-9]"]]]], "AX": ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}", [5, 6, 7, 8, 9, 10, 11, 12], 0, "0", 0, 0, 0, 0, "18", 0, "00"], "AZ": ["994", "00", "365\\d{6}|(?:[124579]\\d|60|88)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[28]|2|365|46", "1[28]|2|365[45]|46", "1[28]|2|365(?:4|5[02])|46"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[13-9]"], "0$1"]], "0"], "BA": ["387", "00", "6\\d{8}|(?:[35689]\\d|49|70)\\d{6}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[1-3]|[7-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2-$3", ["[3-5]|6[56]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["6"], "0$1"]], "0"], "BB": ["1", "011", "(?:246|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "246$1", 0, "246"], "BD": ["880", "00", "[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{4,6})", "$1-$2", ["31[5-8]|[459]1"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1-$2", ["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"], "0$1"], ["(\\d{4})(\\d{3,6})", "$1-$2", ["[13-9]|2[23]"], "0$1"], ["(\\d)(\\d{7,8})", "$1-$2", ["2"], "0$1"]], "0"], "BE": ["32", "00", "4\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:80|9)0"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[239]|4[23]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[15-8]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4"], "0$1"]], "0"], "BF": ["226", "00", "[025-7]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[025-7]"]]]], "BG": ["359", "00", "00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}", [6, 7, 8, 9, 12], [["(\\d)(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["43[1-6]|70[1-9]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:70|8)0"], "0$1"], ["(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3", ["43[1-7]|7"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[48]|9[08]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"]], "0"], "BH": ["973", "00", "[136-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[13679]|8[02-4679]"]]]], "BI": ["257", "00", "(?:[267]\\d|31)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2367]"]]]], "BJ": ["229", "00", "(?:01\\d|[24-689])\\d{7}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["0"]]]], "BL": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "BM": ["1", "011", "(?:441|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "441$1", 0, "441"], "BN": ["673", "00", "[2-578]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-578]"]]]], "BO": ["591", "00(?:1\\d)?", "8001\\d{5}|(?:[2-467]\\d|50)\\d{6}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[235]|4[46]"]], ["(\\d{8})", "$1", ["[67]"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["8"]]], "0", 0, "0(1\\d)?"], "BQ": ["599", "00", "(?:[34]1|7\\d)\\d{5}", [7], 0, 0, 0, 0, 0, 0, "[347]"], "BR": ["55", "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)", "(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-46-9]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}", [8, 9, 10, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["300|4(?:0[02]|37)", "4(?:02|37)0|[34]00"]], ["(\\d{3})(\\d{2,3})(\\d{4})", "$1 $2 $3", ["(?:[358]|90)0"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"], "($1)"], ["(\\d{2})(\\d{5})(\\d{4})", "$1 $2-$3", ["[16][1-9]|[2-57-9]"], "($1)"]], "0", 0, "(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?", "$2"], "BS": ["1", "011", "(?:242|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([3-8]\\d{6})$|1", "242$1", 0, "242"], "BT": ["975", "00", "[17]\\d{7}|[2-8]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-68]|7[246]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[67]|7"]]]], "BW": ["267", "00", "(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["90"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[24-6]|3[15-9]"]], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37]"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["8"]]]], "BY": ["375", "810", "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3})", "$1 $2", ["800"], "8 $1"], ["(\\d{3})(\\d{2})(\\d{2,4})", "$1 $2 $3", ["800"], "8 $1"], ["(\\d{4})(\\d{2})(\\d{3})", "$1 $2-$3", ["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])", "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"], "8 0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["1(?:[56]|7[467])|2[1-3]"], "8 0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-4]"], "8 0$1"], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[89]"], "8 $1"]], "8", 0, "0|80?", 0, 0, 0, 0, "8~10"], "BZ": ["501", "00", "(?:0800\\d|[2-8])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-8]"]], ["(\\d)(\\d{3})(\\d{4})(\\d{3})", "$1-$2-$3-$4", ["0"]]]], "CA": ["1", "011", "[2-9]\\d{9}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|9(?:0[25]|42))[2-9]\\d{6}", [10]], ["", [10]], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}", [10]], ["900[2-9]\\d{6}", [10]], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:2[125-9]|33|44|66|77|88)|6(?:22|33))[2-9]\\d{6}", [10]], 0, ["310\\d{4}", [7]], 0, ["600[2-9]\\d{6}", [10]]]], "CC": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "CD": ["243", "00", "(?:(?:[189]|5\\d)\\d|2)\\d{7}|[1-68]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[1-6]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["5"], "0$1"]], "0"], "CF": ["236", "00", "(?:[27]\\d{3}|8776)\\d{4}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[278]"]]]], "CG": ["242", "00", "222\\d{6}|(?:0\\d|80)\\d{7}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[02]"]]]], "CH": ["41", "00", "8\\d{11}|[2-9]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8[047]|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]|81"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["8"], "0$1"]], "0"], "CI": ["225", "00", "[02]\\d{9}", [10], [["(\\d{2})(\\d{2})(\\d)(\\d{5})", "$1 $2 $3 $4", ["2"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3 $4", ["0"]]]], "CK": ["682", "00", "[2-578]\\d{4}", [5], [["(\\d{2})(\\d{3})", "$1 $2", ["[2-578]"]]]], "CL": ["56", "(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0", "12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}", [9, 10, 11], [["(\\d{5})(\\d{4})", "$1 $2", ["219", "2196"], "($1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["44"]], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2[1-36]"], "($1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["9[2-9]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["60|8"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{3})(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["60"]]]], "CM": ["237", "00", "[26]\\d{8}|88\\d{6,7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["88"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[26]|88"]]]], "CN": ["86", "00|1(?:[12]\\d|79)\\d\\d00", "(?:(?:1[03-689]|2\\d)\\d\\d|6)\\d{8}|1\\d{10}|[126]\\d{6}(?:\\d(?:\\d{2})?)?|86\\d{5,6}|(?:[3-579]\\d|8[0-57-9])\\d{5,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]|3(?:[157]|35|49|9[1-68])|4(?:1[124-9]|2[179]|6[47-9]|7|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:07|1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3|4[13]|5[1-5]|7[0-79]|9[0-35-9])|(?:4[35]|59|85)[1-9]", "(?:10|2[0-57-9])(?:1[02]|9[56])|8078|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))1", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|80781|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))12", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|807812|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:078|1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123"], "0$1"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]", "(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]", "85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])", "85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["(?:4|80)0"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|2(?:[02-57-9]|1[1-9])", "10|2(?:[02-57-9]|1[1-9])", "10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"], "0$1", 1], ["(\\d{3})(\\d{7,8})", "$1 $2", ["9"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["80"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[3-578]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["1[3-9]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["[12]"], "0$1", 1]], "0", 0, "(1(?:[12]\\d|79)\\d\\d)|0", 0, 0, 0, 0, "00"], "CO": ["57", "00(?:4(?:[14]4|56)|[579])", "(?:46|60\\d\\d)\\d{6}|(?:1\\d|[39])\\d{9}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["46"]], ["(\\d{3})(\\d{7})", "$1 $2", ["6|90"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3[0-357]|91"]], ["(\\d)(\\d{3})(\\d{7})", "$1-$2-$3", ["1"], "0$1", 0, "$1 $2 $3"]], "0", 0, "0([3579]|4(?:[14]4|56))?"], "CR": ["506", "00", "(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}", [8, 10], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[3-9]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[89]"]]], 0, 0, "(19(?:0[0-2468]|1[09]|20|66|77|99))"], "CU": ["53", "119", "(?:[2-7]|8\\d\\d)\\d{7}|[2-47]\\d{6}|[34]\\d{5}", [6, 7, 8, 10], [["(\\d{2})(\\d{4,6})", "$1 $2", ["2[1-4]|[34]"], "(0$1)"], ["(\\d)(\\d{6,7})", "$1 $2", ["7"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["[56]"], "0$1"], ["(\\d{3})(\\d{7})", "$1 $2", ["8"], "0$1"]], "0"], "CV": ["238", "0", "(?:[2-59]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2-589]"]]]], "CW": ["599", "00", "(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[3467]"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["9[4-8]"]]], 0, 0, 0, 0, 0, "[69]"], "CX": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "CY": ["357", "00", "(?:[279]\\d|[58]0)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[257-9]"]]]], "CZ": ["420", "00", "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}", [9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]|9[015-7]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["96"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]]], "DE": ["49", "00", "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], [["(\\d{2})(\\d{3,13})", "$1 $2", ["3[02]|40|[68]9"], "0$1"], ["(\\d{3})(\\d{3,12})", "$1 $2", ["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1", "2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"], "0$1"], ["(\\d{4})(\\d{2,11})", "$1 $2", ["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]", "[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["138"], "0$1"], ["(\\d{5})(\\d{2,10})", "$1 $2", ["3"], "0$1"], ["(\\d{3})(\\d{5,11})", "$1 $2", ["181"], "0$1"], ["(\\d{3})(\\d)(\\d{4,10})", "$1 $2 $3", ["1(?:3|80)|9"], "0$1"], ["(\\d{3})(\\d{7,8})", "$1 $2", ["1[67]"], "0$1"], ["(\\d{3})(\\d{7,12})", "$1 $2", ["8"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["185", "1850", "18500"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["18[68]"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["15[1279]"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["15[03568]", "15(?:[0568]|31)"], "0$1"], ["(\\d{3})(\\d{8})", "$1 $2", ["18"], "0$1"], ["(\\d{3})(\\d{2})(\\d{7,8})", "$1 $2 $3", ["1(?:6[023]|7)"], "0$1"], ["(\\d{4})(\\d{2})(\\d{7})", "$1 $2 $3", ["15[279]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{8})", "$1 $2 $3", ["15"], "0$1"]], "0"], "DJ": ["253", "00", "(?:2\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[27]"]]]], "DK": ["45", "00", "[2-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-9]"]]]], "DM": ["1", "011", "(?:[58]\\d\\d|767|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "767$1", 0, "767"], "DO": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "8001|8[024]9"], "DZ": ["213", "00", "(?:[1-4]|[5-79]\\d|80)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["9"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-8]"], "0$1"]], "0"], "EC": ["593", "00", "1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}", [8, 9, 10, 11], [["(\\d)(\\d{3})(\\d{4})", "$1 $2-$3", ["[2-7]"], "(0$1)", 0, "$1-$2-$3"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1"]]], "0"], "EE": ["372", "00", "8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88", "[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]], ["(\\d{4})(\\d{3,4})", "$1 $2", ["[45]|8(?:00|[1-49])", "[45]|8(?:00[1-9]|[1-49])"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], "EG": ["20", "00", "[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}", [8, 9, 10], [["(\\d)(\\d{7,8})", "$1 $2", ["[23]"], "0$1"], ["(\\d{2})(\\d{6,7})", "$1 $2", ["1[35]|[4-6]|8[2468]|9[235-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{8})", "$1 $2", ["1"], "0$1"]], "0"], "EH": ["212", "00", "[5-8]\\d{8}", [9], 0, "0", 0, 0, 0, 0, "528[89]"], "ER": ["291", "00", "[178]\\d{6}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[178]"], "0$1"]], "0"], "ES": ["34", "00", "[5-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]00"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-9]"]]]], "ET": ["251", "00", "(?:11|[2-579]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-579]"], "0$1"]], "0"], "FI": ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{5})", "$1", ["20[2-59]"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1 $2", ["(?:[1-3]0|[68])0|70[07-9]"], "0$1"], ["(\\d{2})(\\d{4,8})", "$1 $2", ["[14]|2[09]|50|7[135]"], "0$1"], ["(\\d{2})(\\d{6,10})", "$1 $2", ["7"], "0$1"], ["(\\d)(\\d{4,9})", "$1 $2", ["(?:19|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"], "0$1"]], "0", 0, 0, 0, 0, "1[03-79]|[2-9]", 0, "00"], "FJ": ["679", "0(?:0|52)", "45\\d{5}|(?:0800\\d|[235-9])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[235-9]|45"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "FK": ["500", "00", "[2-7]\\d{4}", [5]], "FM": ["691", "00", "(?:[39]\\d\\d|820)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[389]"]]]], "FO": ["298", "00", "[2-9]\\d{5}", [6], [["(\\d{6})", "$1", ["[2-9]"]]], 0, 0, "(10(?:01|[12]0|88))"], "FR": ["33", "00", "[1-9]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0 $1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[1-79]"], "0$1"]], "0"], "GA": ["241", "00", "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}", [7, 8], [["(\\d)(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-7]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["11|[67]"], "0$1"]], 0, 0, "0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})", "$1"], "GB": ["44", "00", "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}", [7, 9, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["800", "8001", "80011", "800111", "8001111"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["845", "8454", "84546", "845464"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["800"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["1(?:38|5[23]|69|76|94)", "1(?:(?:38|69)7|5(?:24|39)|768|946)", "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["1(?:[2-69][02-9]|[78])"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[25]|7(?:0|6[02-9])", "[25]|7(?:0|6(?:[03-9]|2[356]))"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1389]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0-35])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|50))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-3]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}", [9, 10]], ["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]], 0, " x"], "GD": ["1", "011", "(?:473|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "473$1", 0, "473"], "GE": ["995", "00", "(?:[3-57]\\d\\d|800)\\d{6}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["32"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[57]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[348]"], "0$1"]], "0"], "GF": ["594", "00", "(?:[56]94\\d|7093)\\d{5}|(?:80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]|9[47]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[89]"], "0$1"]], "0"], "GG": ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "([25-9]\\d{5})$|0", "1481$1", 0, 0, [["1481[25-9]\\d{5}", [10]], ["7(?:(?:781|839)\\d|911[17])\\d{5}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]]], "GH": ["233", "00", "(?:[235]\\d{3}|800)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[235]"], "0$1"]], "0"], "GI": ["350", "00", "(?:[25]\\d|60)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["2"]]]], "GL": ["299", "00", "(?:19|[2-689]\\d|70)\\d{4}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["19|[2-9]"]]]], "GM": ["220", "00", "[2-9]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "GN": ["224", "00", "722\\d{6}|(?:3|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["3"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[67]"]]]], "GP": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0", 0, 0, 0, 0, 0, [["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "GQ": ["240", "00", "222\\d{6}|(?:3\\d|55|[89]0)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235]"]], ["(\\d{3})(\\d{6})", "$1 $2", ["[89]"]]]], "GR": ["30", "00", "5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}", [10, 11, 12], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["21|7"]], ["(\\d{4})(\\d{6})", "$1 $2", ["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2689]"]], ["(\\d{3})(\\d{3,4})(\\d{5})", "$1 $2 $3", ["8"]]]], "GT": ["502", "00", "80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-8]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "GU": ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "671$1", 0, "671"], "GW": ["245", "00", "[49]\\d{8}|4\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["40"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"]]]], "GY": ["592", "001", "(?:[2-8]\\d{3}|9008)\\d{3}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "HK": ["852", "00(?:30|5[09]|[126-9]?)", "8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}", [5, 6, 7, 8, 9, 11], [["(\\d{3})(\\d{2,5})", "$1 $2", ["900", "9003"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{3})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "HN": ["504", "00", "8\\d{10}|[237-9]\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["[237-9]"]]]], "HR": ["385", "00", "(?:[24-69]\\d|3[0-79])\\d{7}|80\\d{5,7}|[1-79]\\d{7}|6\\d{5,6}", [6, 7, 8, 9], [["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["6[01]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{4})(\\d{3})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6|7[245]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-57]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], "HT": ["509", "00", "(?:[2-489]\\d|55)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-589]"]]]], "HU": ["36", "00", "[235-7]\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "06 $1"]], "06"], "ID": ["62", "00[89]", "00[1-9]\\d{9,14}|(?:[1-36]|8\\d{5})\\d{6}|00\\d{9}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["15"]], ["(\\d{2})(\\d{5,9})", "$1 $2", ["2[124]|[36]1"], "(0$1)"], ["(\\d{3})(\\d{5,7})", "$1 $2", ["800"], "0$1"], ["(\\d{3})(\\d{5,8})", "$1 $2", ["[2-79]"], "(0$1)"], ["(\\d{3})(\\d{3,4})(\\d{3})", "$1-$2-$3", ["8[1-35-9]"], "0$1"], ["(\\d{3})(\\d{6,8})", "$1 $2", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["804"], "0$1"], ["(\\d{3})(\\d)(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["80"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1-$2-$3", ["8"], "0$1"]], "0"], "IE": ["353", "00", "(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["2[24-9]|47|58|6[237-9]|9[35-9]"], "(0$1)"], ["(\\d{3})(\\d{5})", "$1 $2", ["[45]0"], "(0$1)"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2569]|4[1-69]|7[14]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["81"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["4"], "(0$1)"], ["(\\d{2})(\\d)(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "IL": ["972", "0(?:0|1[2-9])", "1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}", [7, 8, 9, 10, 11, 12], [["(\\d{4})(\\d{3})", "$1-$2", ["125"]], ["(\\d{4})(\\d{2})(\\d{2})", "$1-$2-$3", ["121"]], ["(\\d)(\\d{3})(\\d{4})", "$1-$2-$3", ["[2-489]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1-$2-$3", ["12"]], ["(\\d{4})(\\d{6})", "$1-$2", ["159"]], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3-$4", ["1[7-9]"]], ["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})", "$1-$2 $3-$4", ["15"]]], "0"], "IM": ["44", "00", "1624\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([25-8]\\d{5})$|0", "1624$1", 0, "74576|(?:16|7[56])24"], "IN": ["91", "00", "(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}", [8, 9, 10, 11, 12, 13], [["(\\d{8})", "$1", ["5(?:0|2[23]|3[03]|[67]1|88)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"], 0, 1], ["(\\d{4})(\\d{4,5})", "$1 $2", ["180", "1800"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["140"], 0, 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["11|2[02]|33|4[04]|79[1-7]|80[2-46]", "11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])", "11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"], "0$1", 1], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807", "1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]", "1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"], "0$1", 1], ["(\\d{5})(\\d{5})", "$1 $2", ["[6-9]"], "0$1", 1], ["(\\d{4})(\\d{2,4})(\\d{4})", "$1 $2 $3", ["1(?:6|8[06])", "1(?:6|8[06]0)"], 0, 1], ["(\\d{4})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["18"], 0, 1]], "0"], "IO": ["246", "00", "3\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["3"]]]], "IQ": ["964", "00", "(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-6]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], "IR": ["98", "00", "[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}", [4, 5, 6, 7, 10], [["(\\d{4,5})", "$1", ["96"], "0$1"], ["(\\d{2})(\\d{4,5})", "$1 $2", ["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[1-8]"], "0$1"]], "0"], "IS": ["354", "00|1(?:0(?:01|[12]0)|100)", "(?:38\\d|[4-9])\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "IT": ["39", "00", "0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?", [6, 7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{4,6})", "$1 $2", ["0[26]"]], ["(\\d{3})(\\d{3,6})", "$1 $2", ["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])", "0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]], ["(\\d{4})(\\d{2,6})", "$1 $2", ["0(?:[13-579][2-46-8]|8[236-8])"]], ["(\\d{4})(\\d{4})", "$1 $2", ["894"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[26]|5"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1(?:44|[679])|[378]|43"]], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[13-57-9][0159]|14"]], ["(\\d{2})(\\d{4})(\\d{5})", "$1 $2 $3", ["0[26]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, [["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}", [6, 7, 8, 9, 10, 11]], ["3[2-9]\\d{7,8}|(?:31|43)\\d{8}", [9, 10]], ["80(?:0\\d{3}|3)\\d{3}", [6, 9]], ["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}", [6, 8, 9, 10]], ["1(?:78\\d|99)\\d{6}", [9, 10]], ["3[2-8]\\d{9,10}", [11, 12]], 0, 0, ["55\\d{8}", [10]], ["84(?:[08]\\d{3}|[17])\\d{3}", [6, 9]]]], "JE": ["44", "00", "1534\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([0-24-8]\\d{5})$|0", "1534$1", 0, 0, [["1534[0-24-8]\\d{5}"], ["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\d{5}"], ["80(?:07(?:35|81)|8901)\\d{4}"], ["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"], ["701511\\d{4}"], 0, ["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"], ["56\\d{8}"]]], "JM": ["1", "011", "(?:[58]\\d\\d|658|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "658|876"], "JO": ["962", "00", "(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2356]|87"], "(0$1)"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["70"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], "JP": ["81", "010", "00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}", [8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3", ["(?:12|57|99)0"], "0$1"], ["(\\d{4})(\\d)(\\d{4})", "$1-$2-$3", ["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2-$3", ["[36]|4(?:2[09]|7[01])", "[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3", ["[14]|[289][2-9]|5[3-9]|7[2-4679]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["800"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[257-9]"], "0$1"]], "0", 0, "(000[259]\\d{6})$|(?:(?:003768)0?)|0", "$1"], "KE": ["254", "000", "(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}", [7, 8, 9, 10], [["(\\d{2})(\\d{5,7})", "$1 $2", ["[24-6]"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[17]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], "KG": ["996", "00", "8\\d{9}|[235-9]\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["3(?:1[346]|[24-79])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-79]|88"], "0$1"], ["(\\d{3})(\\d{3})(\\d)(\\d{2,3})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "KH": ["855", "00[14-9]", "1\\d{9}|[1-9]\\d{7,8}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "KI": ["686", "00", "(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}", [5, 8], 0, "0"], "KM": ["269", "00", "[3478]\\d{6}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[3478]"]]]], "KN": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "869$1", 0, "869"], "KP": ["850", "00|99", "85\\d{6}|(?:19\\d|[2-7])\\d{7}", [8, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"]], "0"], "KR": ["82", "00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))", "00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}", [5, 6, 8, 9, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3,4})", "$1-$2", ["(?:3[1-3]|[46][1-4]|5[1-5])1"], "0$1"], ["(\\d{4})(\\d{4})", "$1-$2", ["1"]], ["(\\d)(\\d{3,4})(\\d{4})", "$1-$2-$3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[36]0|8"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1-$2-$3", ["[1346]|5[1-5]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{2})(\\d{5})(\\d{4})", "$1-$2-$3", ["5"], "0$1"]], "0", 0, "0(8(?:[1-46-8]|5\\d\\d))?"], "KW": ["965", "00", "18\\d{5}|(?:[2569]\\d|41)\\d{6}", [7, 8], [["(\\d{4})(\\d{3,4})", "$1 $2", ["[169]|2(?:[235]|4[1-35-9])|52"]], ["(\\d{3})(\\d{5})", "$1 $2", ["[245]"]]]], "KY": ["1", "011", "(?:345|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "345$1", 0, "345"], "KZ": ["7", "810", "(?:33622|8\\d{8})\\d{5}|[78]\\d{9}", [10, 14], 0, "8", 0, 0, 0, 0, "33|7", 0, "8~10"], "LA": ["856", "00", "[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2[13]|3[14]|[4-8]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["30[0135-9]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0"], "LB": ["961", "00", "[27-9]\\d{7}|[13-9]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27-9]"]]], "0"], "LC": ["1", "011", "(?:[58]\\d\\d|758|900)\\d{7}", [10], 0, "1", 0, "([2-8]\\d{6})$|1", "758$1", 0, "758"], "LI": ["423", "00", "[68]\\d{8}|(?:[2378]\\d|90)\\d{5}", [7, 9], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2379]|8(?:0[09]|7)", "[2379]|8(?:0(?:02|9)|7)"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["69"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]], "0", 0, "(1001)|0"], "LK": ["94", "00", "[1-9]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[1-689]"], "0$1"]], "0"], "LR": ["231", "00", "(?:[245]\\d|33|77|88)\\d{7}|(?:2\\d|[4-6])\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["4[67]|[56]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-578]"], "0$1"]], "0"], "LS": ["266", "00", "(?:[256]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2568]"]]]], "LT": ["370", "00", "(?:[3469]\\d|52|[78]0)\\d{6}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["52[0-7]"], "(0-$1)", 1], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0 $1", 1], ["(\\d{2})(\\d{6})", "$1 $2", ["37|4(?:[15]|6[1-8])"], "(0-$1)", 1], ["(\\d{3})(\\d{5})", "$1 $2", ["[3-6]"], "(0-$1)", 1]], "0", 0, "[08]"], "LU": ["352", "00", "35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}", [4, 5, 6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{3})", "$1 $2", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["20[2-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4", ["2(?:[0367]|4[3-8])"]], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["80[01]|90[015]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["20"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4 $5", ["2(?:[0367]|4[3-8])"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})", "$1 $2 $3 $4", ["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]], 0, 0, "(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"], "LV": ["371", "00", "(?:[268]\\d|90)\\d{6}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[269]|8[01]"]]]], "LY": ["218", "00", "[2-9]\\d{8}", [9], [["(\\d{2})(\\d{7})", "$1-$2", ["[2-9]"], "0$1"]], "0"], "MA": ["212", "00", "[5-8]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5[45]"], "0$1"], ["(\\d{4})(\\d{5})", "$1-$2", ["5(?:2[2-46-9]|3[3-9]|9)|8(?:0[89]|92)"], "0$1"], ["(\\d{2})(\\d{7})", "$1-$2", ["8"], "0$1"], ["(\\d{3})(\\d{6})", "$1-$2", ["[5-7]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["5(?:2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-467]|5[0-3]|8[0-5]))\\d{6}"], ["80[0-7]\\d{6}"], ["89\\d{7}"], 0, 0, 0, 0, ["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]], "MC": ["377", "00", "(?:[3489]|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["4"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[389]"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["6"], "0$1"]], "0"], "MD": ["373", "00", "(?:[235-7]\\d|[89]0)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["22|3"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[25-7]"], "0$1"]], "0"], "ME": ["382", "00", "(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "0$1"]], "0"], "MF": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "MG": ["261", "00", "[23]\\d{8}", [9], [["(\\d{2})(\\d{2})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0", 0, "([24-9]\\d{6})$|0", "20$1"], "MH": ["692", "011", "329\\d{4}|(?:[256]\\d|45)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-6]"]]], "1"], "MK": ["389", "00", "[2-578]\\d{7}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2|34[47]|4(?:[37]7|5[47]|64)"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[347]"], "0$1"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[58]"], "0$1"]], "0"], "ML": ["223", "00", "[24-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-9]"]]]], "MM": ["95", "00", "1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}", [6, 7, 8, 9, 10], [["(\\d)(\\d{2})(\\d{3})", "$1 $2 $3", ["16|2"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["4(?:[2-46]|5[3-5])|5|6(?:[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-5]|(?:60|86)[23]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|452|678|86", "[12]|452|6788|86"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[4-7]|8[1-35]"], "0$1"], ["(\\d)(\\d{3})(\\d{4,6})", "$1 $2 $3", ["9(?:2[0-4]|[35-9]|4[137-9])"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["92"], "0$1"], ["(\\d)(\\d{5})(\\d{4})", "$1 $2 $3", ["9"], "0$1"]], "0"], "MN": ["976", "001", "[12]\\d{7,9}|[5-9]\\d{7}", [8, 9, 10], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[12]1"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[5-9]"]], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[12]2[1-3]"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["[12](?:27|3[2-8]|4[2-68]|5[1-4689])", "[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["[12]"], "0$1"]], "0"], "MO": ["853", "00", "0800\\d{3}|(?:28|[68]\\d)\\d{6}", [7, 8], [["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[268]"]]]], "MP": ["1", "011", "[58]\\d{9}|(?:67|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "670$1", 0, "670"], "MQ": ["596", "00", "(?:596\\d|7091)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]|8(?:0[6-9]|[36])"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "MR": ["222", "00", "(?:[2-4]\\d\\d|800)\\d{5}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-48]"]]]], "MS": ["1", "011", "(?:[58]\\d\\d|664|900)\\d{7}", [10], 0, "1", 0, "([34]\\d{6})$|1", "664$1", 0, "664"], "MT": ["356", "00", "3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2357-9]"]]]], "MU": ["230", "0(?:0|[24-7]0|3[03])", "(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46]|8[013]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[57]"]], ["(\\d{5})(\\d{5})", "$1 $2", ["8"]]], 0, 0, 0, 0, 0, 0, 0, "020"], "MV": ["960", "0(?:0|19)", "(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}", [7, 10], [["(\\d{3})(\\d{4})", "$1-$2", ["[34679]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "MW": ["265", "00", "(?:[1289]\\d|31|77)\\d{7}|1\\d{6}", [7, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["1[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[137-9]"], "0$1"]], "0"], "MX": ["52", "0[09]", "[2-9]\\d{9}", [10], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["33|5[56]|81"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "MY": ["60", "00", "1\\d{8,9}|(?:3\\d|[4-9])\\d{7}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1-$2 $3", ["[4-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1-$2 $3", ["1(?:[02469]|[378][1-9]|53)|8", "1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2 $3", ["3"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3-$4", ["1(?:[367]|80)"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2 $3", ["15"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2 $3", ["1"], "0$1"]], "0"], "MZ": ["258", "00", "(?:2|8\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2|8[2-79]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], "NA": ["264", "00", "[68]\\d{7,8}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["87"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], "NC": ["687", "00", "(?:050|[2-57-9]\\d\\d)\\d{3}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1.$2.$3", ["[02-57-9]"]]]], "NE": ["227", "00", "[027-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["08"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[089]|2[013]|7[0467]"]]]], "NF": ["672", "00", "[13]\\d{5}", [6], [["(\\d{2})(\\d{4})", "$1 $2", ["1[0-3]"]], ["(\\d)(\\d{5})", "$1 $2", ["[13]"]]], 0, 0, "([0-258]\\d{4})$", "3$1"], "NG": ["234", "009", "38\\d{6}|[78]\\d{9,13}|(?:20|9\\d)\\d{8}", [8, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["3"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["20[129]"], "0$1"], ["(\\d{4})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{3})(\\d{5})(\\d{5,6})", "$1 $2 $3", ["[78]"], "0$1"]], "0"], "NI": ["505", "00", "(?:1800|[25-8]\\d{3})\\d{4}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[125-8]"]]]], "NL": ["31", "00", "(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}", [5, 6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{4,7})", "$1 $2", ["[89]0"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["66"], "0$1"], ["(\\d)(\\d{8})", "$1 $2", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-578]|91"], "0$1"], ["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3", ["9"], "0$1"]], "0"], "NO": ["47", "00", "(?:0|[2-9]\\d{3})\\d{4}", [5, 8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]"]]], 0, 0, 0, 0, 0, "[02-689]|7[0-8]"], "NP": ["977", "00", "(?:1\\d|9)\\d{9}|[1-9]\\d{7}", [8, 10, 11], [["(\\d)(\\d{7})", "$1-$2", ["1[2-6]"], "0$1"], ["(\\d{2})(\\d{6})", "$1-$2", ["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"], "0$1"], ["(\\d{3})(\\d{7})", "$1-$2", ["9"]]], "0"], "NR": ["674", "00", "(?:444|(?:55|8\\d)\\d|666)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-68]"]]]], "NU": ["683", "00", "(?:[4-7]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], "NZ": ["64", "0(?:0|161)", "[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|8|90", "50(?:[0367]|88)|8|90"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["24|[346]|7[2-57-9]|9[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:10|74)|[589]"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1|2[028]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,5})", "$1 $2 $3", ["2(?:[169]|7[0-35-9])|7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00"], "OM": ["968", "00", "(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}", [7, 8, 9], [["(\\d{3})(\\d{4,6})", "$1 $2", ["[58]"]], ["(\\d{2})(\\d{6})", "$1 $2", ["2"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[179]"]]]], "PA": ["507", "00", "(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}", [7, 8, 10, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[1-57-9]"]], ["(\\d{4})(\\d{4})", "$1-$2", ["[68]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]]], "PE": ["51", "00|19(?:1[124]|77|90)00", "(?:[14-8]|9\\d)\\d{7}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["80"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["1"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[4-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"]]], "0", 0, 0, 0, 0, 0, 0, "00", " Anexo "], "PF": ["689", "00", "4\\d{5}(?:\\d{2})?|8\\d{7,8}", [6, 8, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["44"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4|8[7-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], "PG": ["675", "00|140[1-3]", "(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["18|[2-69]|85"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[78]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "PH": ["63", "00", "(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}", [6, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{5})", "$1 $2", ["2"], "(0$1)"], ["(\\d{4})(\\d{4,6})", "$1 $2", ["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2", "3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"], "(0$1)"], ["(\\d{5})(\\d{4})", "$1 $2", ["346|4(?:27|9[35])|883", "3469|4(?:279|9(?:30|56))|8834"], "(0$1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|8[2-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["1"]]], "0"], "PK": ["92", "00", "122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,7})", "$1 $2 $3", ["[89]0"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["1"]], ["(\\d{3})(\\d{6,7})", "$1 $2", ["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])", "9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"], "(0$1)"], ["(\\d{2})(\\d{7,8})", "$1 $2", ["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"], "(0$1)"], ["(\\d{5})(\\d{5})", "$1 $2", ["58"], "(0$1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[24-9]"], "(0$1)"]], "0"], "PL": ["48", "00", "(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|20|64"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1", "(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["64"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[2-8]|[2-7]|8[1-79]|9[145]"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["8"]]]], "PM": ["508", "00", "[45]\\d{5}|(?:708|8\\d\\d)\\d{6}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[45]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "PR": ["1", "011", "(?:[589]\\d\\d|787)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "787|939"], "PS": ["970", "00", "[2489]2\\d{6}|(?:1\\d|5)\\d{8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2489]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "PT": ["351", "00", "1693\\d{5}|(?:[26-9]\\d|30)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["2[12]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["16|[236-9]"]]]], "PW": ["680", "01[12]", "(?:[24-8]\\d\\d|345|900)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "PY": ["595", "00", "59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3,6})", "$1 $2", ["[2-9]0"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"], "(0$1)"], ["(\\d{3})(\\d{4,5})", "$1 $2", ["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["87"]], ["(\\d{3})(\\d{6})", "$1 $2", ["9(?:[5-79]|8[1-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"]]], "0"], "QA": ["974", "00", "800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}", [7, 8, 9, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["2[16]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[3-7]"]]]], "RE": ["262", "00", "709\\d{6}|(?:26|[689]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"], ["(?:69(?:2\\d\\d|3(?:[06][0-6]|1[013]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\d{4}"], ["80\\d{7}"], ["89[1-37-9]\\d{6}"], 0, 0, 0, 0, ["9(?:399[0-3]|479[0-6]|76(?:2[278]|3[0-37]))\\d{4}"], ["8(?:1[019]|2[0156]|84|90)\\d{6}"]]], "RO": ["40", "00", "(?:[236-8]\\d|90)\\d{7}|[23]\\d{5}", [6, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["2[3-6]", "2[3-6]\\d9"], "0$1"], ["(\\d{2})(\\d{4})", "$1 $2", ["219|31"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[23]1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[236-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, " int "], "RS": ["381", "00", "38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}", [6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{3,9})", "$1 $2", ["(?:2[389]|39)0|[7-9]"], "0$1"], ["(\\d{2})(\\d{5,10})", "$1 $2", ["[1-36]"], "0$1"]], "0"], "RU": ["7", "810", "8\\d{13}|[347-9]\\d{9}", [10, 14], [["(\\d{4})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-8]|2[1-9])", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"], "8 ($1)", 1], ["(\\d{5})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-68]|2[1-9])", "7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))", "7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[349]|8(?:[02-7]|1[1-8])"], "8 ($1)", 1], ["(\\d{4})(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["8"], "8 ($1)"]], "8", 0, 0, 0, 0, "3[04-689]|[489]", 0, "8~10"], "RW": ["250", "00", "(?:06|[27]\\d\\d|[89]00)\\d{6}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0$1"]], "0"], "SA": ["966", "00", "92\\d{7}|(?:[15]|8\\d)\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["9"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["81"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]], "0"], "SB": ["677", "0[01]", "[6-9]\\d{6}|[1-6]\\d{4}", [5, 7], [["(\\d{2})(\\d{5})", "$1 $2", ["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]], "SC": ["248", "010|0[0-2]", "(?:[2489]\\d|64)\\d{5}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[246]|9[57]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "SD": ["249", "00", "[19]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], "SE": ["46", "00", "(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}", [6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["20"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{4})", "$1-$2", ["9(?:00|39|44|9)"], "0$1", 0, "$1 $2"], ["(\\d{2})(\\d{3})(\\d{2})", "$1-$2 $3", ["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3"], ["(\\d)(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{2,3})(\\d{3})", "$1-$2 $3", ["9(?:00|39|44)"], "0$1", 0, "$1 $2 $3"], ["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["10|7"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{3})", "$1-$2 $3 $4", ["9"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4 $5", ["[26]"], "0$1", 0, "$1 $2 $3 $4 $5"]], "0"], "SG": ["65", "0[0-3]\\d", "(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[369]|8(?:0[1-9]|[1-9])"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{4})(\\d{4})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "SH": ["290", "00", "(?:[256]\\d|8)\\d{3}", [4, 5], 0, 0, 0, 0, 0, 0, "[256]"], "SI": ["386", "00|10(?:22|66|88|99)", "[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}", [5, 6, 7, 8], [["(\\d{2})(\\d{3,6})", "$1 $2", ["8[09]|9"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["59|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37][01]|4[0139]|51|6"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-57]"], "(0$1)"]], "0", 0, 0, 0, 0, 0, 0, "00"], "SJ": ["47", "00", "0\\d{4}|(?:[489]\\d|79)\\d{6}", [5, 8], 0, 0, 0, 0, 0, 0, "79"], "SK": ["421", "00", "[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}", [6, 7, 9], [["(\\d)(\\d{2})(\\d{3,4})", "$1 $2 $3", ["21"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["[3-5][1-8]1", "[3-5][1-8]1[67]"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1/$2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[689]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1/$2 $3 $4", ["[3-5]"], "0$1"]], "0"], "SL": ["232", "00", "(?:[237-9]\\d|66)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[236-9]"], "(0$1)"]], "0"], "SM": ["378", "00", "(?:0549|[5-7]\\d)\\d{6}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]"]], ["(\\d{4})(\\d{6})", "$1 $2", ["0"]]], 0, 0, "([89]\\d{5})$", "0549$1"], "SN": ["221", "00", "(?:[378]\\d|93)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[379]"]]]], "SO": ["252", "00", "[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}", [6, 7, 8, 9], [["(\\d{2})(\\d{4})", "$1 $2", ["8[125]"]], ["(\\d{6})", "$1", ["[134]"]], ["(\\d)(\\d{6})", "$1 $2", ["[15]|2[0-79]|3[0-46-8]|4[0-7]"]], ["(\\d)(\\d{7})", "$1 $2", ["(?:2|90)4|[67]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[348]|64|79|90"]], ["(\\d{2})(\\d{5,7})", "$1 $2", ["1|28|6[0-35-9]|7[67]|9[2-9]"]]], "0"], "SR": ["597", "00", "(?:[2-5]|68|[78]\\d)\\d{5}", [6, 7], [["(\\d{2})(\\d{2})(\\d{2})", "$1-$2-$3", ["56"]], ["(\\d{3})(\\d{3})", "$1-$2", ["[2-5]"]], ["(\\d{3})(\\d{4})", "$1-$2", ["[6-8]"]]]], "SS": ["211", "00", "[19]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], "ST": ["239", "00", "(?:22|9\\d)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[29]"]]]], "SV": ["503", "00", "[267]\\d{7}|(?:80\\d|900)\\d{4}(?:\\d{4})?", [7, 8, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[89]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[267]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[89]"]]]], "SX": ["1", "011", "7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "(5\\d{6})$|1", "721$1", 0, "721"], "SY": ["963", "00", "[1-359]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-4]|5[1-3]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[59]"], "0$1", 1]], "0"], "SZ": ["268", "00", "0800\\d{4}|(?:[237]\\d|900)\\d{6}", [8, 9], [["(\\d{4})(\\d{4})", "$1 $2", ["[0237]"]], ["(\\d{5})(\\d{4})", "$1 $2", ["9"]]]], "TA": ["290", "00", "8\\d{3}", [4], 0, 0, 0, 0, 0, 0, "8"], "TC": ["1", "011", "(?:[58]\\d\\d|649|900)\\d{7}", [10], 0, "1", 0, "([2-479]\\d{6})$|1", "649$1", 0, "649"], "TD": ["235", "00|16", "(?:22|[689]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "TG": ["228", "00", "[279]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[279]"]]]], "TH": ["66", "00[1-9]", "(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}", [8, 9, 10, 13], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[13-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "TJ": ["992", "810", "[0-57-9]\\d{8}", [9], [["(\\d{6})(\\d)(\\d{2})", "$1 $2 $3", ["331", "3317"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["44[02-479]|[34]7"]], ["(\\d{4})(\\d)(\\d{4})", "$1 $2 $3", ["3(?:[1245]|3[12])"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[0-57-9]"]]], 0, 0, 0, 0, 0, 0, 0, "8~10"], "TK": ["690", "00", "[2-47]\\d{3,6}", [4, 5, 6, 7]], "TL": ["670", "00", "7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-489]|70"]], ["(\\d{4})(\\d{4})", "$1 $2", ["7"]]]], "TM": ["993", "810", "(?:[1-6]\\d|71)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["12"], "(8 $1)"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-5]"], "(8 $1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[67]"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], "TN": ["216", "00", "[2-57-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-57-9]"]]]], "TO": ["676", "00", "(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}", [5, 7], [["(\\d{2})(\\d{3})", "$1-$2", ["[2-4]|50|6[09]|7[0-24-69]|8[05]"]], ["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[5-9]"]]]], "TR": ["90", "00", "4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}", [7, 10, 12, 13], [["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["512|8[01589]|90"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5(?:[0-59]|61)", "5(?:[0-59]|61[06])", "5(?:[0-59]|61[06]1)"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24][1-8]|3[1-9]"], "(0$1)", 1], ["(\\d{3})(\\d{3})(\\d{6,7})", "$1 $2 $3", ["80"], "0$1", 1]], "0"], "TT": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-46-8]\\d{6})$|1", "868$1", 0, "868"], "TV": ["688", "00", "(?:2|7\\d\\d|90)\\d{4}", [5, 6, 7], [["(\\d{2})(\\d{3})", "$1 $2", ["2"]], ["(\\d{2})(\\d{4})", "$1 $2", ["90"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], "TW": ["886", "0(?:0[25-79]|19)", "[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}", [7, 8, 9, 10, 11], [["(\\d{2})(\\d)(\\d{4})", "$1 $2 $3", ["202"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[258]0"], "0$1"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]", "[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, "#"], "TZ": ["255", "00[056]", "(?:[25-8]\\d|41|90)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[24]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["5"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[67]"], "0$1"]], "0"], "UA": ["380", "00", "[89]\\d{9}|[3-9]\\d{8}", [9, 10], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]", "6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])", "3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|89|9[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "0~0"], "UG": ["256", "00[057]", "800\\d{6}|(?:[29]0|[347]\\d)\\d{7}", [9], [["(\\d{4})(\\d{5})", "$1 $2", ["202", "2024"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[27-9]|4(?:6[45]|[7-9])"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[34]"], "0$1"]], "0"], "US": ["1", "011", "[2-9]\\d{9}|3\\d{6}", [10], [["(\\d{3})(\\d{4})", "$1-$2", ["310"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "($1) $2-$3", ["[2-9]"], 0, 1, "$1-$2-$3"]], "1", 0, 0, 0, 0, 0, [["(?:3052(?:0[0-8]|[1-9]\\d)|5056(?:[0-35-9]\\d|4[0-468]))\\d{4}|(?:2742|305[3-9]|472[247-9]|505[2-57-9]|983[2-47-9])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-47-9]|1[02-9]|2[0135-79]|3[0-24679]|4[167]|5[0-2]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[068]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"], [""], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"], ["900[2-9]\\d{6}"], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}"], 0, 0, 0, ["305209\\d{4}"]]], "UY": ["598", "0(?:0|1[3-9]\\d)", "0004\\d{2,9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}", [6, 7, 8, 9, 10, 11, 12, 13], [["(\\d{3})(\\d{3,4})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[49]0|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[124]"]], ["(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3 $4", ["0"]]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "], "UZ": ["998", "00", "(?:20|33|[5-9]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[235-9]"]]]], "VA": ["39", "00", "0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}", [6, 7, 8, 9, 10, 11, 12], 0, 0, 0, 0, 0, 0, "06698"], "VC": ["1", "011", "(?:[58]\\d\\d|784|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "784$1", 0, "784"], "VE": ["58", "00", "[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}", [10], [["(\\d{3})(\\d{7})", "$1-$2", ["[24-689]"], "0$1"]], "0"], "VG": ["1", "011", "(?:284|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-578]\\d{6})$|1", "284$1", 0, "284"], "VI": ["1", "011", "[58]\\d{9}|(?:34|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "340$1", 0, "340"], "VN": ["84", "00", "[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["80"], "0$1", 1], ["(\\d{4})(\\d{4,6})", "$1 $2", ["1"], 0, 1], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["6"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[357-9]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["2[48]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["2"], "0$1", 1]], "0"], "VU": ["678", "00", "[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}", [5, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["[57-9]"]]]], "WF": ["681", "00", "(?:40|72|8\\d{4})\\d{4}|[89]\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[47-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], "WS": ["685", "0", "(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}", [5, 6, 7, 10], [["(\\d{5})", "$1", ["[2-5]|6[1-9]"]], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[68]"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], "XK": ["383", "00", "2\\d{7,8}|3\\d{7,11}|(?:4\\d\\d|[89]00)\\d{5}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2|39"], "0$1"], ["(\\d{2})(\\d{7,10})", "$1 $2", ["3"], "0$1"]], "0"], "YE": ["967", "00", "(?:1|7\\d)\\d{7}|[1-7]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-6]|7(?:[24-6]|8[0-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"], "0$1"]], "0"], "YT": ["262", "00", "7093\\d{5}|(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"], ["(?:639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])|7093[5-7])\\d{4}"], ["80\\d{7}"], 0, 0, 0, 0, 0, ["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]], "ZA": ["27", "00", "[1-79]\\d{8}|8\\d{4,9}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,4})", "$1 $2", ["8[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["8[1-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["860"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], "ZM": ["260", "00", "800\\d{6}|(?:21|[579]\\d|63)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[579]"], "0$1"]], "0"], "ZW": ["263", "00", "2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}", [5, 6, 7, 8, 9, 10], [["(\\d{3})(\\d{3,5})", "$1 $2", ["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"], "0$1"], ["(\\d)(\\d{3})(\\d{2,4})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["80"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2", "2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)", "2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["29[013-9]|39|54"], "0$1"], ["(\\d{4})(\\d{3,5})", "$1 $2", ["(?:25|54)8", "258|5483"], "0$1"]], "0"] }, "nonGeographic": { "800": ["800", 0, "(?:00|[1-9]\\d)\\d{6}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["\\d"]]], 0, 0, 0, 0, 0, 0, [0, 0, ["(?:00|[1-9]\\d)\\d{6}"]]], "808": ["808", 0, "[1-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[1-9]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, 0, ["[1-9]\\d{7}"]]], "870": ["870", 0, "7\\d{11}|[235-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"], 0, 0, 0, 0, 0, 0, ["2\\d{8}", [9]]]], "878": ["878", 0, "10\\d{10}", [12], [["(\\d{2})(\\d{5})(\\d{5})", "$1 $2 $3", ["1"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["10\\d{10}"]]], "881": ["881", 0, "6\\d{9}|[0-36-9]\\d{8}", [9, 10], [["(\\d)(\\d{3})(\\d{5})", "$1 $2 $3", ["[0-37-9]"]], ["(\\d)(\\d{3})(\\d{5,6})", "$1 $2 $3", ["6"]]], 0, 0, 0, 0, 0, 0, [0, ["6\\d{9}|[0-36-9]\\d{8}"]]], "882": ["882", 0, "[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5})", "$1 $2", ["16|342"]], ["(\\d{2})(\\d{6})", "$1 $2", ["49"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["1[36]|9"]], ["(\\d{2})(\\d{4})(\\d{3})", "$1 $2 $3", ["3[23]"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["16"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|23|3(?:[15]|4[57])|4|51"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["34"]], ["(\\d{2})(\\d{4,5})(\\d{5})", "$1 $2 $3", ["[1-35]"]]], 0, 0, 0, 0, 0, 0, [0, ["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|50\\d{3})\\d{7}", [7, 8, 9, 10, 12]], 0, 0, 0, ["348[57]\\d{7}", [11]], 0, 0, ["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]], "883": ["883", 0, "(?:[1-4]\\d|51)\\d{6,10}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,8})", "$1 $2 $3", ["[14]|2[24-689]|3[02-689]|51[24-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["510"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["21"]], ["(\\d{4})(\\d{4})(\\d{4})", "$1 $2 $3", ["51[13]"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[235]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]], "888": ["888", 0, "\\d{11}", [11], [["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3"]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, ["\\d{11}"]]], "979": ["979", 0, "[1359]\\d{8}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[1359]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, ["[1359]\\d{8}"]]] } };
|
|
21541
21489
|
function withMetadataArgument(func, _arguments) {
|
|
21542
21490
|
var args = Array.prototype.slice.call(_arguments);
|
|
21543
21491
|
args.push(metadata);
|
|
@@ -21565,39 +21513,32 @@ var objectConstructor = {}.constructor;
|
|
|
21565
21513
|
function isObject(object) {
|
|
21566
21514
|
return object !== void 0 && object !== null && object.constructor === objectConstructor;
|
|
21567
21515
|
}
|
|
21568
|
-
function _typeof$
|
|
21516
|
+
function _typeof$1(obj) {
|
|
21569
21517
|
"@babel/helpers - typeof";
|
|
21570
|
-
return _typeof$
|
|
21571
|
-
return typeof
|
|
21572
|
-
} : function(
|
|
21573
|
-
return
|
|
21574
|
-
}, _typeof$
|
|
21575
|
-
}
|
|
21576
|
-
function _classCallCheck$2(a, n) {
|
|
21577
|
-
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
21518
|
+
return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
|
|
21519
|
+
return typeof obj2;
|
|
21520
|
+
} : function(obj2) {
|
|
21521
|
+
return obj2 && "function" == typeof Symbol && obj2.constructor === Symbol && obj2 !== Symbol.prototype ? "symbol" : typeof obj2;
|
|
21522
|
+
}, _typeof$1(obj);
|
|
21578
21523
|
}
|
|
21579
|
-
function
|
|
21580
|
-
|
|
21581
|
-
|
|
21582
|
-
o.enumerable = o.enumerable || false, o.configurable = true, "value" in o && (o.writable = true), Object.defineProperty(e, _toPropertyKey$6(o.key), o);
|
|
21524
|
+
function _classCallCheck$2(instance, Constructor) {
|
|
21525
|
+
if (!(instance instanceof Constructor)) {
|
|
21526
|
+
throw new TypeError("Cannot call a class as a function");
|
|
21583
21527
|
}
|
|
21584
21528
|
}
|
|
21585
|
-
function
|
|
21586
|
-
|
|
21587
|
-
|
|
21588
|
-
|
|
21589
|
-
|
|
21590
|
-
|
|
21591
|
-
|
|
21592
|
-
function _toPrimitive$6(t2, r) {
|
|
21593
|
-
if ("object" != _typeof$7(t2) || !t2) return t2;
|
|
21594
|
-
var e = t2[Symbol.toPrimitive];
|
|
21595
|
-
if (void 0 !== e) {
|
|
21596
|
-
var i = e.call(t2, r);
|
|
21597
|
-
if ("object" != _typeof$7(i)) return i;
|
|
21598
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
21529
|
+
function _defineProperties$1(target, props) {
|
|
21530
|
+
for (var i = 0; i < props.length; i++) {
|
|
21531
|
+
var descriptor = props[i];
|
|
21532
|
+
descriptor.enumerable = descriptor.enumerable || false;
|
|
21533
|
+
descriptor.configurable = true;
|
|
21534
|
+
if ("value" in descriptor) descriptor.writable = true;
|
|
21535
|
+
Object.defineProperty(target, descriptor.key, descriptor);
|
|
21599
21536
|
}
|
|
21600
|
-
|
|
21537
|
+
}
|
|
21538
|
+
function _createClass$2(Constructor, protoProps, staticProps) {
|
|
21539
|
+
if (protoProps) _defineProperties$1(Constructor.prototype, protoProps);
|
|
21540
|
+
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
21541
|
+
return Constructor;
|
|
21601
21542
|
}
|
|
21602
21543
|
var V3 = "1.2.0";
|
|
21603
21544
|
var V4 = "1.7.35";
|
|
@@ -21610,7 +21551,7 @@ var Metadata = /* @__PURE__ */ function() {
|
|
|
21610
21551
|
this.metadata = metadata2;
|
|
21611
21552
|
setVersion.call(this, metadata2);
|
|
21612
21553
|
}
|
|
21613
|
-
|
|
21554
|
+
_createClass$2(Metadata2, [{
|
|
21614
21555
|
key: "getCountries",
|
|
21615
21556
|
value: function getCountries() {
|
|
21616
21557
|
return Object.keys(this.metadata.countries).filter(function(_) {
|
|
@@ -21815,6 +21756,7 @@ var Metadata = /* @__PURE__ */ function() {
|
|
|
21815
21756
|
return this.numberingPlan !== void 0;
|
|
21816
21757
|
}
|
|
21817
21758
|
}]);
|
|
21759
|
+
return Metadata2;
|
|
21818
21760
|
}();
|
|
21819
21761
|
var NumberingPlan = /* @__PURE__ */ function() {
|
|
21820
21762
|
function NumberingPlan2(metadata2, globalMetadataObject) {
|
|
@@ -21823,7 +21765,7 @@ var NumberingPlan = /* @__PURE__ */ function() {
|
|
|
21823
21765
|
this.metadata = metadata2;
|
|
21824
21766
|
setVersion.call(this, globalMetadataObject.metadata);
|
|
21825
21767
|
}
|
|
21826
|
-
|
|
21768
|
+
_createClass$2(NumberingPlan2, [{
|
|
21827
21769
|
key: "callingCode",
|
|
21828
21770
|
value: function callingCode() {
|
|
21829
21771
|
return this.metadata[0];
|
|
@@ -21962,6 +21904,7 @@ var NumberingPlan = /* @__PURE__ */ function() {
|
|
|
21962
21904
|
return this.metadata[13] || DEFAULT_EXT_PREFIX;
|
|
21963
21905
|
}
|
|
21964
21906
|
}]);
|
|
21907
|
+
return NumberingPlan2;
|
|
21965
21908
|
}();
|
|
21966
21909
|
var Format = /* @__PURE__ */ function() {
|
|
21967
21910
|
function Format2(format2, metadata2) {
|
|
@@ -21969,7 +21912,7 @@ var Format = /* @__PURE__ */ function() {
|
|
|
21969
21912
|
this._format = format2;
|
|
21970
21913
|
this.metadata = metadata2;
|
|
21971
21914
|
}
|
|
21972
|
-
|
|
21915
|
+
_createClass$2(Format2, [{
|
|
21973
21916
|
key: "pattern",
|
|
21974
21917
|
value: function pattern() {
|
|
21975
21918
|
return this._format[0];
|
|
@@ -22012,6 +21955,7 @@ var Format = /* @__PURE__ */ function() {
|
|
|
22012
21955
|
return this._format[5] || this.format();
|
|
22013
21956
|
}
|
|
22014
21957
|
}]);
|
|
21958
|
+
return Format2;
|
|
22015
21959
|
}();
|
|
22016
21960
|
var FIRST_GROUP_ONLY_PREFIX_PATTERN = /^\(?\$1\)?$/;
|
|
22017
21961
|
var Type = /* @__PURE__ */ function() {
|
|
@@ -22020,7 +21964,7 @@ var Type = /* @__PURE__ */ function() {
|
|
|
22020
21964
|
this.type = type;
|
|
22021
21965
|
this.metadata = metadata2;
|
|
22022
21966
|
}
|
|
22023
|
-
|
|
21967
|
+
_createClass$2(Type2, [{
|
|
22024
21968
|
key: "pattern",
|
|
22025
21969
|
value: function pattern() {
|
|
22026
21970
|
if (this.metadata.v1) return this.type;
|
|
@@ -22033,6 +21977,7 @@ var Type = /* @__PURE__ */ function() {
|
|
|
22033
21977
|
return this.type[1] || this.metadata.possibleLengths();
|
|
22034
21978
|
}
|
|
22035
21979
|
}]);
|
|
21980
|
+
return Type2;
|
|
22036
21981
|
}();
|
|
22037
21982
|
function getType(types, type) {
|
|
22038
21983
|
switch (type) {
|
|
@@ -22067,12 +22012,12 @@ function validateMetadata(metadata2) {
|
|
|
22067
22012
|
}
|
|
22068
22013
|
}
|
|
22069
22014
|
var typeOf = function typeOf2(_) {
|
|
22070
|
-
return _typeof$
|
|
22015
|
+
return _typeof$1(_);
|
|
22071
22016
|
};
|
|
22072
22017
|
function getCountryCallingCode(country, metadata2) {
|
|
22073
22018
|
metadata2 = new Metadata(metadata2);
|
|
22074
22019
|
if (metadata2.hasCountry(country)) {
|
|
22075
|
-
return metadata2.
|
|
22020
|
+
return metadata2.country(country).countryCallingCode();
|
|
22076
22021
|
}
|
|
22077
22022
|
throw new Error("Unknown country: ".concat(country));
|
|
22078
22023
|
}
|
|
@@ -22098,14 +22043,10 @@ function setVersion(metadata2) {
|
|
|
22098
22043
|
}
|
|
22099
22044
|
}
|
|
22100
22045
|
}
|
|
22101
|
-
function checkNumberLength(nationalNumber,
|
|
22102
|
-
return checkNumberLengthForType(nationalNumber,
|
|
22046
|
+
function checkNumberLength(nationalNumber, metadata2) {
|
|
22047
|
+
return checkNumberLengthForType(nationalNumber, void 0, metadata2);
|
|
22103
22048
|
}
|
|
22104
|
-
function checkNumberLengthForType(nationalNumber,
|
|
22105
|
-
if (country) {
|
|
22106
|
-
metadata2 = new Metadata(metadata2.metadata);
|
|
22107
|
-
metadata2.selectNumberingPlan(country);
|
|
22108
|
-
}
|
|
22049
|
+
function checkNumberLengthForType(nationalNumber, type, metadata2) {
|
|
22109
22050
|
var type_info = metadata2.type(type);
|
|
22110
22051
|
var possible_lengths = type_info && type_info.possibleLengths() || metadata2.possibleLengths();
|
|
22111
22052
|
if (!possible_lengths) {
|
|
@@ -22142,7 +22083,7 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
22142
22083
|
if (!metadata2.hasCountry(input.country)) {
|
|
22143
22084
|
throw new Error("Unknown country: ".concat(input.country));
|
|
22144
22085
|
}
|
|
22145
|
-
metadata2.
|
|
22086
|
+
metadata2.country(input.country);
|
|
22146
22087
|
} else {
|
|
22147
22088
|
if (!input.countryCallingCode) {
|
|
22148
22089
|
throw new Error("Invalid phone number object passed");
|
|
@@ -22151,7 +22092,7 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
22151
22092
|
}
|
|
22152
22093
|
}
|
|
22153
22094
|
if (metadata2.possibleLengths()) {
|
|
22154
|
-
return isPossibleNumber(input.phone || input.nationalNumber,
|
|
22095
|
+
return isPossibleNumber(input.phone || input.nationalNumber, metadata2);
|
|
22155
22096
|
} else {
|
|
22156
22097
|
if (input.countryCallingCode && metadata2.isNonGeographicCallingCode(input.countryCallingCode)) {
|
|
22157
22098
|
return true;
|
|
@@ -22160,41 +22101,45 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
22160
22101
|
}
|
|
22161
22102
|
}
|
|
22162
22103
|
}
|
|
22163
|
-
function isPossibleNumber(nationalNumber,
|
|
22164
|
-
switch (checkNumberLength(nationalNumber,
|
|
22104
|
+
function isPossibleNumber(nationalNumber, metadata2) {
|
|
22105
|
+
switch (checkNumberLength(nationalNumber, metadata2)) {
|
|
22165
22106
|
case "IS_POSSIBLE":
|
|
22166
22107
|
return true;
|
|
22167
22108
|
default:
|
|
22168
22109
|
return false;
|
|
22169
22110
|
}
|
|
22170
22111
|
}
|
|
22171
|
-
function matchesEntirely(text2,
|
|
22112
|
+
function matchesEntirely(text2, regular_expression) {
|
|
22172
22113
|
text2 = text2 || "";
|
|
22173
|
-
return new RegExp("^(?:" +
|
|
22174
|
-
}
|
|
22175
|
-
function _createForOfIteratorHelperLoose$
|
|
22176
|
-
var
|
|
22177
|
-
if (
|
|
22178
|
-
if (Array.isArray(
|
|
22179
|
-
|
|
22180
|
-
var
|
|
22114
|
+
return new RegExp("^(?:" + regular_expression + ")$").test(text2);
|
|
22115
|
+
}
|
|
22116
|
+
function _createForOfIteratorHelperLoose$3(o, allowArrayLike) {
|
|
22117
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
22118
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
22119
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$4(o)) || allowArrayLike) {
|
|
22120
|
+
if (it) o = it;
|
|
22121
|
+
var i = 0;
|
|
22181
22122
|
return function() {
|
|
22182
|
-
|
|
22123
|
+
if (i >= o.length) return { done: true };
|
|
22124
|
+
return { done: false, value: o[i++] };
|
|
22183
22125
|
};
|
|
22184
22126
|
}
|
|
22185
22127
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22186
22128
|
}
|
|
22187
|
-
function _unsupportedIterableToArray$
|
|
22188
|
-
if (
|
|
22189
|
-
|
|
22190
|
-
|
|
22191
|
-
|
|
22192
|
-
|
|
22129
|
+
function _unsupportedIterableToArray$4(o, minLen) {
|
|
22130
|
+
if (!o) return;
|
|
22131
|
+
if (typeof o === "string") return _arrayLikeToArray$4(o, minLen);
|
|
22132
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
22133
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
22134
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
22135
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$4(o, minLen);
|
|
22193
22136
|
}
|
|
22194
|
-
function _arrayLikeToArray$
|
|
22195
|
-
(
|
|
22196
|
-
for (var
|
|
22197
|
-
|
|
22137
|
+
function _arrayLikeToArray$4(arr, len) {
|
|
22138
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
22139
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
22140
|
+
arr2[i] = arr[i];
|
|
22141
|
+
}
|
|
22142
|
+
return arr2;
|
|
22198
22143
|
}
|
|
22199
22144
|
var NON_FIXED_LINE_PHONE_TYPES = ["MOBILE", "PREMIUM_RATE", "TOLL_FREE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL"];
|
|
22200
22145
|
function getNumberType(input, options, metadata2) {
|
|
@@ -22220,7 +22165,7 @@ function getNumberType(input, options, metadata2) {
|
|
|
22220
22165
|
}
|
|
22221
22166
|
return "FIXED_LINE";
|
|
22222
22167
|
}
|
|
22223
|
-
for (var _iterator = _createForOfIteratorHelperLoose$
|
|
22168
|
+
for (var _iterator = _createForOfIteratorHelperLoose$3(NON_FIXED_LINE_PHONE_TYPES), _step; !(_step = _iterator()).done; ) {
|
|
22224
22169
|
var type = _step.value;
|
|
22225
22170
|
if (isNumberTypeEqualTo(nationalNumber, type, metadata2)) {
|
|
22226
22171
|
return type;
|
|
@@ -22228,14 +22173,14 @@ function getNumberType(input, options, metadata2) {
|
|
|
22228
22173
|
}
|
|
22229
22174
|
}
|
|
22230
22175
|
function isNumberTypeEqualTo(nationalNumber, type, metadata2) {
|
|
22231
|
-
|
|
22232
|
-
if (!
|
|
22176
|
+
type = metadata2.type(type);
|
|
22177
|
+
if (!type || !type.pattern()) {
|
|
22233
22178
|
return false;
|
|
22234
22179
|
}
|
|
22235
|
-
if (
|
|
22180
|
+
if (type.possibleLengths() && type.possibleLengths().indexOf(nationalNumber.length) < 0) {
|
|
22236
22181
|
return false;
|
|
22237
22182
|
}
|
|
22238
|
-
return matchesEntirely(nationalNumber,
|
|
22183
|
+
return matchesEntirely(nationalNumber, type.pattern());
|
|
22239
22184
|
}
|
|
22240
22185
|
function isValidNumber(input, options, metadata2) {
|
|
22241
22186
|
options = options || {};
|
|
@@ -22339,63 +22284,7 @@ function extractNationalNumberFromPossiblyIncompleteNumber(number2, metadata2) {
|
|
|
22339
22284
|
nationalNumber: number2
|
|
22340
22285
|
};
|
|
22341
22286
|
}
|
|
22342
|
-
function
|
|
22343
|
-
var t2 = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
22344
|
-
if (t2) return (t2 = t2.call(r)).next.bind(t2);
|
|
22345
|
-
if (Array.isArray(r) || (t2 = _unsupportedIterableToArray$2(r)) || e) {
|
|
22346
|
-
t2 && (r = t2);
|
|
22347
|
-
var o = 0;
|
|
22348
|
-
return function() {
|
|
22349
|
-
return o >= r.length ? { done: true } : { done: false, value: r[o++] };
|
|
22350
|
-
};
|
|
22351
|
-
}
|
|
22352
|
-
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22353
|
-
}
|
|
22354
|
-
function _unsupportedIterableToArray$2(r, a) {
|
|
22355
|
-
if (r) {
|
|
22356
|
-
if ("string" == typeof r) return _arrayLikeToArray$2(r, a);
|
|
22357
|
-
var t2 = {}.toString.call(r).slice(8, -1);
|
|
22358
|
-
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;
|
|
22359
|
-
}
|
|
22360
|
-
}
|
|
22361
|
-
function _arrayLikeToArray$2(r, a) {
|
|
22362
|
-
(null == a || a > r.length) && (a = r.length);
|
|
22363
|
-
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
22364
|
-
return n;
|
|
22365
|
-
}
|
|
22366
|
-
function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
|
|
22367
|
-
var countries = _ref.countries, metadata2 = _ref.metadata;
|
|
22368
|
-
metadata2 = new Metadata(metadata2);
|
|
22369
|
-
for (var _iterator = _createForOfIteratorHelperLoose$1(countries), _step; !(_step = _iterator()).done; ) {
|
|
22370
|
-
var country = _step.value;
|
|
22371
|
-
metadata2.selectNumberingPlan(country);
|
|
22372
|
-
if (metadata2.leadingDigits()) {
|
|
22373
|
-
if (nationalPhoneNumber && nationalPhoneNumber.search(metadata2.leadingDigits()) === 0) {
|
|
22374
|
-
return country;
|
|
22375
|
-
}
|
|
22376
|
-
} else if (getNumberType({
|
|
22377
|
-
phone: nationalPhoneNumber,
|
|
22378
|
-
country
|
|
22379
|
-
}, void 0, metadata2.metadata)) {
|
|
22380
|
-
return country;
|
|
22381
|
-
}
|
|
22382
|
-
}
|
|
22383
|
-
}
|
|
22384
|
-
function getCountryByCallingCode(callingCode, _ref) {
|
|
22385
|
-
var nationalPhoneNumber = _ref.nationalNumber, metadata2 = _ref.metadata;
|
|
22386
|
-
var possibleCountries = metadata2.getCountryCodesForCallingCode(callingCode);
|
|
22387
|
-
if (!possibleCountries) {
|
|
22388
|
-
return;
|
|
22389
|
-
}
|
|
22390
|
-
if (possibleCountries.length === 1) {
|
|
22391
|
-
return possibleCountries[0];
|
|
22392
|
-
}
|
|
22393
|
-
return getCountryByNationalNumber(nationalPhoneNumber, {
|
|
22394
|
-
countries: possibleCountries,
|
|
22395
|
-
metadata: metadata2.metadata
|
|
22396
|
-
});
|
|
22397
|
-
}
|
|
22398
|
-
function extractNationalNumber(number2, country, metadata2) {
|
|
22287
|
+
function extractNationalNumber(number2, metadata2) {
|
|
22399
22288
|
var _extractNationalNumbe = extractNationalNumberFromPossiblyIncompleteNumber(number2, metadata2), carrierCode = _extractNationalNumbe.carrierCode, nationalNumber = _extractNationalNumbe.nationalNumber;
|
|
22400
22289
|
if (nationalNumber !== number2) {
|
|
22401
22290
|
if (!shouldHaveExtractedNationalPrefix(number2, nationalNumber, metadata2)) {
|
|
@@ -22403,14 +22292,8 @@ function extractNationalNumber(number2, country, metadata2) {
|
|
|
22403
22292
|
nationalNumber: number2
|
|
22404
22293
|
};
|
|
22405
22294
|
}
|
|
22406
|
-
if (metadata2.
|
|
22407
|
-
if (!
|
|
22408
|
-
country = getCountryByCallingCode(metadata2.numberingPlan.callingCode(), {
|
|
22409
|
-
nationalNumber,
|
|
22410
|
-
metadata: metadata2
|
|
22411
|
-
});
|
|
22412
|
-
}
|
|
22413
|
-
if (!isPossibleIncompleteNationalNumber(nationalNumber, country, metadata2)) {
|
|
22295
|
+
if (metadata2.possibleLengths()) {
|
|
22296
|
+
if (!isPossibleIncompleteNationalNumber(nationalNumber, metadata2)) {
|
|
22414
22297
|
return {
|
|
22415
22298
|
nationalNumber: number2
|
|
22416
22299
|
};
|
|
@@ -22428,8 +22311,8 @@ function shouldHaveExtractedNationalPrefix(nationalNumberBefore, nationalNumberA
|
|
|
22428
22311
|
}
|
|
22429
22312
|
return true;
|
|
22430
22313
|
}
|
|
22431
|
-
function isPossibleIncompleteNationalNumber(nationalNumber,
|
|
22432
|
-
switch (checkNumberLength(nationalNumber,
|
|
22314
|
+
function isPossibleIncompleteNationalNumber(nationalNumber, metadata2) {
|
|
22315
|
+
switch (checkNumberLength(nationalNumber, metadata2)) {
|
|
22433
22316
|
case "TOO_SHORT":
|
|
22434
22317
|
case "INVALID_LENGTH":
|
|
22435
22318
|
return false;
|
|
@@ -22437,15 +22320,15 @@ function isPossibleIncompleteNationalNumber(nationalNumber, country, metadata2)
|
|
|
22437
22320
|
return true;
|
|
22438
22321
|
}
|
|
22439
22322
|
}
|
|
22440
|
-
function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country,
|
|
22441
|
-
var countryCallingCode =
|
|
22323
|
+
function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country, callingCode, metadata2) {
|
|
22324
|
+
var countryCallingCode = country ? getCountryCallingCode(country, metadata2) : callingCode;
|
|
22442
22325
|
if (number2.indexOf(countryCallingCode) === 0) {
|
|
22443
22326
|
metadata2 = new Metadata(metadata2);
|
|
22444
|
-
metadata2.selectNumberingPlan(
|
|
22327
|
+
metadata2.selectNumberingPlan(country, callingCode);
|
|
22445
22328
|
var possibleShorterNumber = number2.slice(countryCallingCode.length);
|
|
22446
|
-
var _extractNationalNumbe = extractNationalNumber(possibleShorterNumber,
|
|
22447
|
-
var _extractNationalNumbe2 = extractNationalNumber(number2,
|
|
22448
|
-
if (!matchesEntirely(nationalNumber, metadata2.nationalNumberPattern()) && matchesEntirely(possibleShorterNationalNumber, metadata2.nationalNumberPattern()) || checkNumberLength(nationalNumber,
|
|
22329
|
+
var _extractNationalNumbe = extractNationalNumber(possibleShorterNumber, metadata2), possibleShorterNationalNumber = _extractNationalNumbe.nationalNumber;
|
|
22330
|
+
var _extractNationalNumbe2 = extractNationalNumber(number2, metadata2), nationalNumber = _extractNationalNumbe2.nationalNumber;
|
|
22331
|
+
if (!matchesEntirely(nationalNumber, metadata2.nationalNumberPattern()) && matchesEntirely(possibleShorterNationalNumber, metadata2.nationalNumberPattern()) || checkNumberLength(nationalNumber, metadata2) === "TOO_LONG") {
|
|
22449
22332
|
return {
|
|
22450
22333
|
countryCallingCode,
|
|
22451
22334
|
number: possibleShorterNumber
|
|
@@ -22456,19 +22339,19 @@ function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2
|
|
|
22456
22339
|
number: number2
|
|
22457
22340
|
};
|
|
22458
22341
|
}
|
|
22459
|
-
function extractCountryCallingCode(number2, country,
|
|
22342
|
+
function extractCountryCallingCode(number2, country, callingCode, metadata2) {
|
|
22460
22343
|
if (!number2) {
|
|
22461
22344
|
return {};
|
|
22462
22345
|
}
|
|
22463
22346
|
var isNumberWithIddPrefix;
|
|
22464
22347
|
if (number2[0] !== "+") {
|
|
22465
|
-
var numberWithoutIDD = stripIddPrefix(number2,
|
|
22348
|
+
var numberWithoutIDD = stripIddPrefix(number2, country, callingCode, metadata2);
|
|
22466
22349
|
if (numberWithoutIDD && numberWithoutIDD !== number2) {
|
|
22467
22350
|
isNumberWithIddPrefix = true;
|
|
22468
22351
|
number2 = "+" + numberWithoutIDD;
|
|
22469
22352
|
} else {
|
|
22470
|
-
if (
|
|
22471
|
-
var _extractCountryCallin = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country,
|
|
22353
|
+
if (country || callingCode) {
|
|
22354
|
+
var _extractCountryCallin = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country, callingCode, metadata2), countryCallingCode = _extractCountryCallin.countryCallingCode, shorterNumber = _extractCountryCallin.number;
|
|
22472
22355
|
if (countryCallingCode) {
|
|
22473
22356
|
return {
|
|
22474
22357
|
countryCallingCodeSource: "FROM_NUMBER_WITHOUT_PLUS_SIGN",
|
|
@@ -22592,6 +22475,63 @@ function formatRFC3966(_ref) {
|
|
|
22592
22475
|
}
|
|
22593
22476
|
return "tel:".concat(number2).concat(ext ? ";ext=" + ext : "");
|
|
22594
22477
|
}
|
|
22478
|
+
function _createForOfIteratorHelperLoose$2(o, allowArrayLike) {
|
|
22479
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
22480
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
22481
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$3(o)) || allowArrayLike) {
|
|
22482
|
+
if (it) o = it;
|
|
22483
|
+
var i = 0;
|
|
22484
|
+
return function() {
|
|
22485
|
+
if (i >= o.length) return { done: true };
|
|
22486
|
+
return { done: false, value: o[i++] };
|
|
22487
|
+
};
|
|
22488
|
+
}
|
|
22489
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22490
|
+
}
|
|
22491
|
+
function _unsupportedIterableToArray$3(o, minLen) {
|
|
22492
|
+
if (!o) return;
|
|
22493
|
+
if (typeof o === "string") return _arrayLikeToArray$3(o, minLen);
|
|
22494
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
22495
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
22496
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
22497
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$3(o, minLen);
|
|
22498
|
+
}
|
|
22499
|
+
function _arrayLikeToArray$3(arr, len) {
|
|
22500
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
22501
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
22502
|
+
arr2[i] = arr[i];
|
|
22503
|
+
}
|
|
22504
|
+
return arr2;
|
|
22505
|
+
}
|
|
22506
|
+
function ownKeys$6(object, enumerableOnly) {
|
|
22507
|
+
var keys = Object.keys(object);
|
|
22508
|
+
if (Object.getOwnPropertySymbols) {
|
|
22509
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
22510
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
22511
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
22512
|
+
})), keys.push.apply(keys, symbols);
|
|
22513
|
+
}
|
|
22514
|
+
return keys;
|
|
22515
|
+
}
|
|
22516
|
+
function _objectSpread$6(target) {
|
|
22517
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
22518
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
22519
|
+
i % 2 ? ownKeys$6(Object(source), true).forEach(function(key) {
|
|
22520
|
+
_defineProperty$6(target, key, source[key]);
|
|
22521
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$6(Object(source)).forEach(function(key) {
|
|
22522
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
22523
|
+
});
|
|
22524
|
+
}
|
|
22525
|
+
return target;
|
|
22526
|
+
}
|
|
22527
|
+
function _defineProperty$6(obj, key, value) {
|
|
22528
|
+
if (key in obj) {
|
|
22529
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
22530
|
+
} else {
|
|
22531
|
+
obj[key] = value;
|
|
22532
|
+
}
|
|
22533
|
+
return obj;
|
|
22534
|
+
}
|
|
22595
22535
|
var DEFAULT_OPTIONS = {
|
|
22596
22536
|
formatExtension: function formatExtension(formattedNumber, extension, metadata2) {
|
|
22597
22537
|
return "".concat(formattedNumber).concat(metadata2.ext()).concat(extension);
|
|
@@ -22599,7 +22539,7 @@ var DEFAULT_OPTIONS = {
|
|
|
22599
22539
|
};
|
|
22600
22540
|
function formatNumber(input, format2, options, metadata2) {
|
|
22601
22541
|
if (options) {
|
|
22602
|
-
options =
|
|
22542
|
+
options = _objectSpread$6(_objectSpread$6({}, DEFAULT_OPTIONS), options);
|
|
22603
22543
|
} else {
|
|
22604
22544
|
options = DEFAULT_OPTIONS;
|
|
22605
22545
|
}
|
|
@@ -22608,7 +22548,7 @@ function formatNumber(input, format2, options, metadata2) {
|
|
|
22608
22548
|
if (!metadata2.hasCountry(input.country)) {
|
|
22609
22549
|
throw new Error("Unknown country: ".concat(input.country));
|
|
22610
22550
|
}
|
|
22611
|
-
metadata2.
|
|
22551
|
+
metadata2.country(input.country);
|
|
22612
22552
|
} else if (input.countryCallingCode) {
|
|
22613
22553
|
metadata2.selectNumberingPlan(input.countryCallingCode);
|
|
22614
22554
|
} else return input.phone || "";
|
|
@@ -22641,9 +22581,6 @@ function formatNumber(input, format2, options, metadata2) {
|
|
|
22641
22581
|
return;
|
|
22642
22582
|
}
|
|
22643
22583
|
var formattedNumber = formatIDD(nationalNumber, input.carrierCode, countryCallingCode, options.fromCountry, metadata2);
|
|
22644
|
-
if (!formattedNumber) {
|
|
22645
|
-
return;
|
|
22646
|
-
}
|
|
22647
22584
|
return addExtension(formattedNumber, input.ext, metadata2, options.formatExtension);
|
|
22648
22585
|
default:
|
|
22649
22586
|
throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(format2, '"'));
|
|
@@ -22659,16 +22596,19 @@ function formatNationalNumber(number2, carrierCode, formatAs, metadata2, options
|
|
|
22659
22596
|
withNationalPrefix: format2.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && options && options.nationalPrefix === false ? false : true
|
|
22660
22597
|
});
|
|
22661
22598
|
}
|
|
22662
|
-
function chooseFormatForNumber(availableFormats,
|
|
22663
|
-
|
|
22599
|
+
function chooseFormatForNumber(availableFormats, nationalNnumber) {
|
|
22600
|
+
for (var _iterator = _createForOfIteratorHelperLoose$2(availableFormats), _step; !(_step = _iterator()).done; ) {
|
|
22601
|
+
var format2 = _step.value;
|
|
22664
22602
|
if (format2.leadingDigitsPatterns().length > 0) {
|
|
22665
22603
|
var lastLeadingDigitsPattern = format2.leadingDigitsPatterns()[format2.leadingDigitsPatterns().length - 1];
|
|
22666
|
-
if (
|
|
22667
|
-
|
|
22604
|
+
if (nationalNnumber.search(lastLeadingDigitsPattern) !== 0) {
|
|
22605
|
+
continue;
|
|
22668
22606
|
}
|
|
22669
22607
|
}
|
|
22670
|
-
|
|
22671
|
-
|
|
22608
|
+
if (matchesEntirely(nationalNnumber, format2.pattern())) {
|
|
22609
|
+
return format2;
|
|
22610
|
+
}
|
|
22611
|
+
}
|
|
22672
22612
|
}
|
|
22673
22613
|
function addExtension(formattedNumber, ext, metadata2, formatExtension2) {
|
|
22674
22614
|
return ext ? formatExtension2(formattedNumber, ext, metadata2) : formattedNumber;
|
|
@@ -22687,87 +22627,53 @@ function formatIDD(nationalNumber, carrierCode, countryCallingCode, fromCountry,
|
|
|
22687
22627
|
return "".concat(iddPrefix, " ").concat(countryCallingCode, " ").concat(formatNationalNumber(nationalNumber, null, "INTERNATIONAL", metadata2));
|
|
22688
22628
|
}
|
|
22689
22629
|
}
|
|
22690
|
-
function
|
|
22691
|
-
var
|
|
22692
|
-
|
|
22693
|
-
|
|
22694
|
-
|
|
22695
|
-
|
|
22696
|
-
|
|
22697
|
-
for (var key in objects[i]) {
|
|
22698
|
-
objects[0][key] = objects[i][key];
|
|
22699
|
-
}
|
|
22700
|
-
}
|
|
22701
|
-
i++;
|
|
22702
|
-
}
|
|
22703
|
-
return objects[0];
|
|
22704
|
-
}
|
|
22705
|
-
function pickFirstMatchingElement(elements, testFunction) {
|
|
22706
|
-
var i = 0;
|
|
22707
|
-
while (i < elements.length) {
|
|
22708
|
-
if (testFunction(elements[i])) {
|
|
22709
|
-
return elements[i];
|
|
22710
|
-
}
|
|
22711
|
-
i++;
|
|
22630
|
+
function ownKeys$5(object, enumerableOnly) {
|
|
22631
|
+
var keys = Object.keys(object);
|
|
22632
|
+
if (Object.getOwnPropertySymbols) {
|
|
22633
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
22634
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
22635
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
22636
|
+
})), keys.push.apply(keys, symbols);
|
|
22712
22637
|
}
|
|
22638
|
+
return keys;
|
|
22713
22639
|
}
|
|
22714
|
-
function
|
|
22715
|
-
|
|
22716
|
-
|
|
22717
|
-
|
|
22718
|
-
|
|
22719
|
-
|
|
22720
|
-
|
|
22721
|
-
}
|
|
22722
|
-
function ownKeys$5(e, r) {
|
|
22723
|
-
var t2 = Object.keys(e);
|
|
22724
|
-
if (Object.getOwnPropertySymbols) {
|
|
22725
|
-
var o = Object.getOwnPropertySymbols(e);
|
|
22726
|
-
r && (o = o.filter(function(r2) {
|
|
22727
|
-
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
22728
|
-
})), t2.push.apply(t2, o);
|
|
22729
|
-
}
|
|
22730
|
-
return t2;
|
|
22731
|
-
}
|
|
22732
|
-
function _objectSpread$5(e) {
|
|
22733
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
22734
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
22735
|
-
r % 2 ? ownKeys$5(Object(t2), true).forEach(function(r2) {
|
|
22736
|
-
_defineProperty$5(e, r2, t2[r2]);
|
|
22737
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$5(Object(t2)).forEach(function(r2) {
|
|
22738
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
22640
|
+
function _objectSpread$5(target) {
|
|
22641
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
22642
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
22643
|
+
i % 2 ? ownKeys$5(Object(source), true).forEach(function(key) {
|
|
22644
|
+
_defineProperty$5(target, key, source[key]);
|
|
22645
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$5(Object(source)).forEach(function(key) {
|
|
22646
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
22739
22647
|
});
|
|
22740
22648
|
}
|
|
22741
|
-
return
|
|
22742
|
-
}
|
|
22743
|
-
function _defineProperty$5(e, r, t2) {
|
|
22744
|
-
return (r = _toPropertyKey$5(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
22745
|
-
}
|
|
22746
|
-
function _classCallCheck$1(a, n) {
|
|
22747
|
-
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
22649
|
+
return target;
|
|
22748
22650
|
}
|
|
22749
|
-
function
|
|
22750
|
-
|
|
22751
|
-
|
|
22752
|
-
|
|
22651
|
+
function _defineProperty$5(obj, key, value) {
|
|
22652
|
+
if (key in obj) {
|
|
22653
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
22654
|
+
} else {
|
|
22655
|
+
obj[key] = value;
|
|
22753
22656
|
}
|
|
22657
|
+
return obj;
|
|
22754
22658
|
}
|
|
22755
|
-
function
|
|
22756
|
-
|
|
22757
|
-
|
|
22758
|
-
|
|
22759
|
-
var i = _toPrimitive$5(t2, "string");
|
|
22760
|
-
return "symbol" == _typeof$6(i) ? i : i + "";
|
|
22659
|
+
function _classCallCheck$1(instance, Constructor) {
|
|
22660
|
+
if (!(instance instanceof Constructor)) {
|
|
22661
|
+
throw new TypeError("Cannot call a class as a function");
|
|
22662
|
+
}
|
|
22761
22663
|
}
|
|
22762
|
-
function
|
|
22763
|
-
|
|
22764
|
-
|
|
22765
|
-
|
|
22766
|
-
|
|
22767
|
-
if ("
|
|
22768
|
-
|
|
22664
|
+
function _defineProperties(target, props) {
|
|
22665
|
+
for (var i = 0; i < props.length; i++) {
|
|
22666
|
+
var descriptor = props[i];
|
|
22667
|
+
descriptor.enumerable = descriptor.enumerable || false;
|
|
22668
|
+
descriptor.configurable = true;
|
|
22669
|
+
if ("value" in descriptor) descriptor.writable = true;
|
|
22670
|
+
Object.defineProperty(target, descriptor.key, descriptor);
|
|
22769
22671
|
}
|
|
22770
|
-
|
|
22672
|
+
}
|
|
22673
|
+
function _createClass$1(Constructor, protoProps, staticProps) {
|
|
22674
|
+
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
22675
|
+
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
22676
|
+
return Constructor;
|
|
22771
22677
|
}
|
|
22772
22678
|
var PhoneNumber = /* @__PURE__ */ function() {
|
|
22773
22679
|
function PhoneNumber2(countryOrCountryCallingCode, nationalNumber, metadata2) {
|
|
@@ -22778,20 +22684,22 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
22778
22684
|
if (typeof countryOrCountryCallingCode !== "string") {
|
|
22779
22685
|
throw new TypeError("First argument must be a string");
|
|
22780
22686
|
}
|
|
22781
|
-
if (countryOrCountryCallingCode
|
|
22782
|
-
|
|
22783
|
-
|
|
22784
|
-
if (isObject(nationalNumber) && isObject(nationalNumber.countries)) {
|
|
22785
|
-
metadata2 = nationalNumber;
|
|
22786
|
-
var e164Number = countryOrCountryCallingCode;
|
|
22787
|
-
if (!E164_NUMBER_REGEXP.test(e164Number)) {
|
|
22788
|
-
throw new Error('Invalid `number` argument passed: must consist of a "+" followed by digits');
|
|
22687
|
+
if (typeof countryOrCountryCallingCode === "string") {
|
|
22688
|
+
if (countryOrCountryCallingCode[0] === "+" && !nationalNumber) {
|
|
22689
|
+
throw new TypeError("`metadata` argument not passed");
|
|
22789
22690
|
}
|
|
22790
|
-
|
|
22791
|
-
|
|
22792
|
-
|
|
22793
|
-
|
|
22794
|
-
|
|
22691
|
+
if (isObject(nationalNumber) && isObject(nationalNumber.countries)) {
|
|
22692
|
+
metadata2 = nationalNumber;
|
|
22693
|
+
var e164Number = countryOrCountryCallingCode;
|
|
22694
|
+
if (!E164_NUMBER_REGEXP.test(e164Number)) {
|
|
22695
|
+
throw new Error('Invalid `number` argument passed: must consist of a "+" followed by digits');
|
|
22696
|
+
}
|
|
22697
|
+
var _extractCountryCallin = extractCountryCallingCode(e164Number, void 0, void 0, metadata2), _countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
22698
|
+
nationalNumber = number2;
|
|
22699
|
+
countryOrCountryCallingCode = _countryCallingCode;
|
|
22700
|
+
if (!nationalNumber) {
|
|
22701
|
+
throw new Error("Invalid `number` argument passed: too short");
|
|
22702
|
+
}
|
|
22795
22703
|
}
|
|
22796
22704
|
}
|
|
22797
22705
|
if (!nationalNumber) {
|
|
@@ -22810,7 +22718,7 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
22810
22718
|
return metadata2;
|
|
22811
22719
|
};
|
|
22812
22720
|
}
|
|
22813
|
-
|
|
22721
|
+
_createClass$1(PhoneNumber2, [{
|
|
22814
22722
|
key: "setExt",
|
|
22815
22723
|
value: function setExt(ext) {
|
|
22816
22724
|
this.ext = ext;
|
|
@@ -22894,6 +22802,7 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
22894
22802
|
return this.format("RFC3966", options);
|
|
22895
22803
|
}
|
|
22896
22804
|
}]);
|
|
22805
|
+
return PhoneNumber2;
|
|
22897
22806
|
}();
|
|
22898
22807
|
var isCountryCode = function isCountryCode2(value) {
|
|
22899
22808
|
return /^[A-Z]{2}$/.test(value);
|
|
@@ -22915,95 +22824,131 @@ function getCountryAndCountryCallingCode(countryOrCountryCallingCode, metadataJs
|
|
|
22915
22824
|
};
|
|
22916
22825
|
}
|
|
22917
22826
|
var E164_NUMBER_REGEXP = /^\+\d+$/;
|
|
22918
|
-
function _typeof
|
|
22827
|
+
function _typeof(obj) {
|
|
22919
22828
|
"@babel/helpers - typeof";
|
|
22920
|
-
return _typeof
|
|
22921
|
-
return typeof
|
|
22922
|
-
} : function(
|
|
22923
|
-
return
|
|
22924
|
-
}, _typeof
|
|
22925
|
-
}
|
|
22926
|
-
function _createClass(
|
|
22927
|
-
|
|
22928
|
-
|
|
22929
|
-
|
|
22930
|
-
|
|
22931
|
-
|
|
22932
|
-
|
|
22933
|
-
|
|
22934
|
-
}
|
|
22935
|
-
function
|
|
22936
|
-
if (
|
|
22937
|
-
|
|
22938
|
-
|
|
22939
|
-
}
|
|
22940
|
-
|
|
22941
|
-
if (
|
|
22942
|
-
|
|
22943
|
-
|
|
22944
|
-
|
|
22945
|
-
|
|
22946
|
-
|
|
22947
|
-
|
|
22948
|
-
|
|
22949
|
-
|
|
22950
|
-
|
|
22951
|
-
|
|
22952
|
-
|
|
22953
|
-
|
|
22954
|
-
|
|
22955
|
-
|
|
22829
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
|
|
22830
|
+
return typeof obj2;
|
|
22831
|
+
} : function(obj2) {
|
|
22832
|
+
return obj2 && "function" == typeof Symbol && obj2.constructor === Symbol && obj2 !== Symbol.prototype ? "symbol" : typeof obj2;
|
|
22833
|
+
}, _typeof(obj);
|
|
22834
|
+
}
|
|
22835
|
+
function _createClass(Constructor, protoProps, staticProps) {
|
|
22836
|
+
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
22837
|
+
return Constructor;
|
|
22838
|
+
}
|
|
22839
|
+
function _classCallCheck(instance, Constructor) {
|
|
22840
|
+
if (!(instance instanceof Constructor)) {
|
|
22841
|
+
throw new TypeError("Cannot call a class as a function");
|
|
22842
|
+
}
|
|
22843
|
+
}
|
|
22844
|
+
function _inherits(subClass, superClass) {
|
|
22845
|
+
if (typeof superClass !== "function" && superClass !== null) {
|
|
22846
|
+
throw new TypeError("Super expression must either be null or a function");
|
|
22847
|
+
}
|
|
22848
|
+
subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });
|
|
22849
|
+
Object.defineProperty(subClass, "prototype", { writable: false });
|
|
22850
|
+
if (superClass) _setPrototypeOf(subClass, superClass);
|
|
22851
|
+
}
|
|
22852
|
+
function _createSuper(Derived) {
|
|
22853
|
+
var hasNativeReflectConstruct = _isNativeReflectConstruct();
|
|
22854
|
+
return function _createSuperInternal() {
|
|
22855
|
+
var Super = _getPrototypeOf(Derived), result2;
|
|
22856
|
+
if (hasNativeReflectConstruct) {
|
|
22857
|
+
var NewTarget = _getPrototypeOf(this).constructor;
|
|
22858
|
+
result2 = Reflect.construct(Super, arguments, NewTarget);
|
|
22859
|
+
} else {
|
|
22860
|
+
result2 = Super.apply(this, arguments);
|
|
22861
|
+
}
|
|
22862
|
+
return _possibleConstructorReturn(this, result2);
|
|
22863
|
+
};
|
|
22864
|
+
}
|
|
22865
|
+
function _possibleConstructorReturn(self2, call) {
|
|
22866
|
+
if (call && (_typeof(call) === "object" || typeof call === "function")) {
|
|
22867
|
+
return call;
|
|
22868
|
+
} else if (call !== void 0) {
|
|
22869
|
+
throw new TypeError("Derived constructors may only return object or undefined");
|
|
22870
|
+
}
|
|
22871
|
+
return _assertThisInitialized(self2);
|
|
22872
|
+
}
|
|
22873
|
+
function _assertThisInitialized(self2) {
|
|
22874
|
+
if (self2 === void 0) {
|
|
22875
|
+
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
22876
|
+
}
|
|
22877
|
+
return self2;
|
|
22878
|
+
}
|
|
22879
|
+
function _wrapNativeSuper(Class) {
|
|
22880
|
+
var _cache = typeof Map === "function" ? /* @__PURE__ */ new Map() : void 0;
|
|
22881
|
+
_wrapNativeSuper = function _wrapNativeSuper2(Class2) {
|
|
22882
|
+
if (Class2 === null || !_isNativeFunction(Class2)) return Class2;
|
|
22883
|
+
if (typeof Class2 !== "function") {
|
|
22884
|
+
throw new TypeError("Super expression must either be null or a function");
|
|
22885
|
+
}
|
|
22886
|
+
if (typeof _cache !== "undefined") {
|
|
22887
|
+
if (_cache.has(Class2)) return _cache.get(Class2);
|
|
22888
|
+
_cache.set(Class2, Wrapper);
|
|
22956
22889
|
}
|
|
22957
22890
|
function Wrapper() {
|
|
22958
|
-
return _construct(
|
|
22891
|
+
return _construct(Class2, arguments, _getPrototypeOf(this).constructor);
|
|
22959
22892
|
}
|
|
22960
|
-
|
|
22961
|
-
|
|
22893
|
+
Wrapper.prototype = Object.create(Class2.prototype, { constructor: { value: Wrapper, enumerable: false, writable: true, configurable: true } });
|
|
22894
|
+
return _setPrototypeOf(Wrapper, Class2);
|
|
22895
|
+
};
|
|
22896
|
+
return _wrapNativeSuper(Class);
|
|
22962
22897
|
}
|
|
22963
|
-
function _construct(
|
|
22964
|
-
if (_isNativeReflectConstruct())
|
|
22965
|
-
|
|
22966
|
-
|
|
22967
|
-
|
|
22968
|
-
|
|
22898
|
+
function _construct(Parent, args, Class) {
|
|
22899
|
+
if (_isNativeReflectConstruct()) {
|
|
22900
|
+
_construct = Reflect.construct;
|
|
22901
|
+
} else {
|
|
22902
|
+
_construct = function _construct2(Parent2, args2, Class2) {
|
|
22903
|
+
var a = [null];
|
|
22904
|
+
a.push.apply(a, args2);
|
|
22905
|
+
var Constructor = Function.bind.apply(Parent2, a);
|
|
22906
|
+
var instance = new Constructor();
|
|
22907
|
+
if (Class2) _setPrototypeOf(instance, Class2.prototype);
|
|
22908
|
+
return instance;
|
|
22909
|
+
};
|
|
22910
|
+
}
|
|
22911
|
+
return _construct.apply(null, arguments);
|
|
22969
22912
|
}
|
|
22970
22913
|
function _isNativeReflectConstruct() {
|
|
22914
|
+
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
|
|
22915
|
+
if (Reflect.construct.sham) return false;
|
|
22916
|
+
if (typeof Proxy === "function") return true;
|
|
22971
22917
|
try {
|
|
22972
|
-
|
|
22918
|
+
Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
|
|
22973
22919
|
}));
|
|
22974
|
-
|
|
22920
|
+
return true;
|
|
22921
|
+
} catch (e) {
|
|
22922
|
+
return false;
|
|
22975
22923
|
}
|
|
22976
|
-
return (_isNativeReflectConstruct = function _isNativeReflectConstruct2() {
|
|
22977
|
-
return !!t2;
|
|
22978
|
-
})();
|
|
22979
22924
|
}
|
|
22980
|
-
function _isNativeFunction(
|
|
22981
|
-
|
|
22982
|
-
return -1 !== Function.toString.call(t2).indexOf("[native code]");
|
|
22983
|
-
} catch (n) {
|
|
22984
|
-
return "function" == typeof t2;
|
|
22985
|
-
}
|
|
22925
|
+
function _isNativeFunction(fn) {
|
|
22926
|
+
return Function.toString.call(fn).indexOf("[native code]") !== -1;
|
|
22986
22927
|
}
|
|
22987
|
-
function _setPrototypeOf(
|
|
22988
|
-
|
|
22989
|
-
|
|
22990
|
-
|
|
22928
|
+
function _setPrototypeOf(o, p) {
|
|
22929
|
+
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf2(o2, p2) {
|
|
22930
|
+
o2.__proto__ = p2;
|
|
22931
|
+
return o2;
|
|
22932
|
+
};
|
|
22933
|
+
return _setPrototypeOf(o, p);
|
|
22991
22934
|
}
|
|
22992
|
-
function _getPrototypeOf(
|
|
22993
|
-
|
|
22994
|
-
return
|
|
22995
|
-
}
|
|
22935
|
+
function _getPrototypeOf(o) {
|
|
22936
|
+
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf2(o2) {
|
|
22937
|
+
return o2.__proto__ || Object.getPrototypeOf(o2);
|
|
22938
|
+
};
|
|
22939
|
+
return _getPrototypeOf(o);
|
|
22996
22940
|
}
|
|
22997
22941
|
var ParseError = /* @__PURE__ */ function(_Error) {
|
|
22942
|
+
_inherits(ParseError2, _Error);
|
|
22943
|
+
var _super = _createSuper(ParseError2);
|
|
22998
22944
|
function ParseError2(code2) {
|
|
22999
22945
|
var _this;
|
|
23000
22946
|
_classCallCheck(this, ParseError2);
|
|
23001
|
-
_this =
|
|
23002
|
-
Object.setPrototypeOf(_this, ParseError2.prototype);
|
|
22947
|
+
_this = _super.call(this, code2);
|
|
22948
|
+
Object.setPrototypeOf(_assertThisInitialized(_this), ParseError2.prototype);
|
|
23003
22949
|
_this.name = _this.constructor.name;
|
|
23004
22950
|
return _this;
|
|
23005
22951
|
}
|
|
23006
|
-
_inherits(ParseError2, _Error);
|
|
23007
22952
|
return _createClass(ParseError2);
|
|
23008
22953
|
}(/* @__PURE__ */ _wrapNativeSuper(Error));
|
|
23009
22954
|
var EXTN_PATTERN = new RegExp("(?:" + createExtensionPattern() + ")$", "i");
|
|
@@ -23100,39 +23045,43 @@ var DIGITS = {
|
|
|
23100
23045
|
function parseDigit(character) {
|
|
23101
23046
|
return DIGITS[character];
|
|
23102
23047
|
}
|
|
23103
|
-
function _createForOfIteratorHelperLoose(
|
|
23104
|
-
var
|
|
23105
|
-
if (
|
|
23106
|
-
if (Array.isArray(
|
|
23107
|
-
|
|
23108
|
-
var
|
|
23048
|
+
function _createForOfIteratorHelperLoose$1(o, allowArrayLike) {
|
|
23049
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
23050
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
23051
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$2(o)) || allowArrayLike) {
|
|
23052
|
+
if (it) o = it;
|
|
23053
|
+
var i = 0;
|
|
23109
23054
|
return function() {
|
|
23110
|
-
|
|
23055
|
+
if (i >= o.length) return { done: true };
|
|
23056
|
+
return { done: false, value: o[i++] };
|
|
23111
23057
|
};
|
|
23112
23058
|
}
|
|
23113
23059
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
23114
23060
|
}
|
|
23115
|
-
function _unsupportedIterableToArray$
|
|
23116
|
-
if (
|
|
23117
|
-
|
|
23118
|
-
|
|
23119
|
-
|
|
23120
|
-
|
|
23061
|
+
function _unsupportedIterableToArray$2(o, minLen) {
|
|
23062
|
+
if (!o) return;
|
|
23063
|
+
if (typeof o === "string") return _arrayLikeToArray$2(o, minLen);
|
|
23064
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
23065
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
23066
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
23067
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$2(o, minLen);
|
|
23121
23068
|
}
|
|
23122
|
-
function _arrayLikeToArray$
|
|
23123
|
-
(
|
|
23124
|
-
for (var
|
|
23125
|
-
|
|
23069
|
+
function _arrayLikeToArray$2(arr, len) {
|
|
23070
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
23071
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
23072
|
+
arr2[i] = arr[i];
|
|
23073
|
+
}
|
|
23074
|
+
return arr2;
|
|
23126
23075
|
}
|
|
23127
23076
|
function parseIncompletePhoneNumber(string) {
|
|
23128
23077
|
var result2 = "";
|
|
23129
|
-
for (var _iterator = _createForOfIteratorHelperLoose(string.split("")), _step; !(_step = _iterator()).done; ) {
|
|
23078
|
+
for (var _iterator = _createForOfIteratorHelperLoose$1(string.split("")), _step; !(_step = _iterator()).done; ) {
|
|
23130
23079
|
var character = _step.value;
|
|
23131
23080
|
result2 += parsePhoneNumberCharacter(character, result2) || "";
|
|
23132
23081
|
}
|
|
23133
23082
|
return result2;
|
|
23134
23083
|
}
|
|
23135
|
-
function parsePhoneNumberCharacter(character, prevParsedCharacters,
|
|
23084
|
+
function parsePhoneNumberCharacter(character, prevParsedCharacters, emitEvent2) {
|
|
23136
23085
|
if (character === "+") {
|
|
23137
23086
|
if (prevParsedCharacters) {
|
|
23138
23087
|
return;
|
|
@@ -23141,6 +23090,66 @@ function parsePhoneNumberCharacter(character, prevParsedCharacters, eventListene
|
|
|
23141
23090
|
}
|
|
23142
23091
|
return parseDigit(character);
|
|
23143
23092
|
}
|
|
23093
|
+
function _createForOfIteratorHelperLoose(o, allowArrayLike) {
|
|
23094
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
23095
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
23096
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$1(o)) || allowArrayLike) {
|
|
23097
|
+
if (it) o = it;
|
|
23098
|
+
var i = 0;
|
|
23099
|
+
return function() {
|
|
23100
|
+
if (i >= o.length) return { done: true };
|
|
23101
|
+
return { done: false, value: o[i++] };
|
|
23102
|
+
};
|
|
23103
|
+
}
|
|
23104
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
23105
|
+
}
|
|
23106
|
+
function _unsupportedIterableToArray$1(o, minLen) {
|
|
23107
|
+
if (!o) return;
|
|
23108
|
+
if (typeof o === "string") return _arrayLikeToArray$1(o, minLen);
|
|
23109
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
23110
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
23111
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
23112
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$1(o, minLen);
|
|
23113
|
+
}
|
|
23114
|
+
function _arrayLikeToArray$1(arr, len) {
|
|
23115
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
23116
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
23117
|
+
arr2[i] = arr[i];
|
|
23118
|
+
}
|
|
23119
|
+
return arr2;
|
|
23120
|
+
}
|
|
23121
|
+
function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
|
|
23122
|
+
var countries = _ref.countries, metadata2 = _ref.metadata;
|
|
23123
|
+
metadata2 = new Metadata(metadata2);
|
|
23124
|
+
for (var _iterator = _createForOfIteratorHelperLoose(countries), _step; !(_step = _iterator()).done; ) {
|
|
23125
|
+
var country = _step.value;
|
|
23126
|
+
metadata2.country(country);
|
|
23127
|
+
if (metadata2.leadingDigits()) {
|
|
23128
|
+
if (nationalPhoneNumber && nationalPhoneNumber.search(metadata2.leadingDigits()) === 0) {
|
|
23129
|
+
return country;
|
|
23130
|
+
}
|
|
23131
|
+
} else if (getNumberType({
|
|
23132
|
+
phone: nationalPhoneNumber,
|
|
23133
|
+
country
|
|
23134
|
+
}, void 0, metadata2.metadata)) {
|
|
23135
|
+
return country;
|
|
23136
|
+
}
|
|
23137
|
+
}
|
|
23138
|
+
}
|
|
23139
|
+
function getCountryByCallingCode(callingCode, _ref) {
|
|
23140
|
+
var nationalPhoneNumber = _ref.nationalNumber, metadata2 = _ref.metadata;
|
|
23141
|
+
var possibleCountries = metadata2.getCountryCodesForCallingCode(callingCode);
|
|
23142
|
+
if (!possibleCountries) {
|
|
23143
|
+
return;
|
|
23144
|
+
}
|
|
23145
|
+
if (possibleCountries.length === 1) {
|
|
23146
|
+
return possibleCountries[0];
|
|
23147
|
+
}
|
|
23148
|
+
return getCountryByNationalNumber(nationalPhoneNumber, {
|
|
23149
|
+
countries: possibleCountries,
|
|
23150
|
+
metadata: metadata2.metadata
|
|
23151
|
+
});
|
|
23152
|
+
}
|
|
23144
23153
|
var PLUS_SIGN = "+";
|
|
23145
23154
|
var RFC3966_VISUAL_SEPARATOR_ = "[\\-\\.\\(\\)]?";
|
|
23146
23155
|
var RFC3966_PHONE_DIGIT_ = "([" + VALID_DIGITS + "]|" + RFC3966_VISUAL_SEPARATOR_ + ")";
|
|
@@ -23276,7 +23285,7 @@ function parse(text2, options, metadata2) {
|
|
|
23276
23285
|
countryCallingCode,
|
|
23277
23286
|
carrierCode,
|
|
23278
23287
|
valid,
|
|
23279
|
-
possible: valid ? true : options.extended === true && metadata2.possibleLengths() && isPossibleNumber(nationalNumber,
|
|
23288
|
+
possible: valid ? true : options.extended === true && metadata2.possibleLengths() && isPossibleNumber(nationalNumber, metadata2) ? true : false,
|
|
23280
23289
|
phone: nationalNumber,
|
|
23281
23290
|
ext
|
|
23282
23291
|
};
|
|
@@ -23336,7 +23345,7 @@ function result(country, nationalNumber, ext) {
|
|
|
23336
23345
|
return result2;
|
|
23337
23346
|
}
|
|
23338
23347
|
function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCallingCode, metadata2) {
|
|
23339
|
-
var _extractCountryCallin = extractCountryCallingCode(parseIncompletePhoneNumber(formattedPhoneNumber),
|
|
23348
|
+
var _extractCountryCallin = extractCountryCallingCode(parseIncompletePhoneNumber(formattedPhoneNumber), defaultCountry, defaultCallingCode, metadata2.metadata), countryCallingCodeSource = _extractCountryCallin.countryCallingCodeSource, countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
23340
23349
|
var country;
|
|
23341
23350
|
if (countryCallingCode) {
|
|
23342
23351
|
metadata2.selectNumberingPlan(countryCallingCode);
|
|
@@ -23353,7 +23362,7 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
23353
23362
|
countryCallingCode
|
|
23354
23363
|
};
|
|
23355
23364
|
}
|
|
23356
|
-
var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number2),
|
|
23365
|
+
var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number2), metadata2), nationalNumber = _extractNationalNumbe.nationalNumber, carrierCode = _extractNationalNumbe.carrierCode;
|
|
23357
23366
|
var exactCountry = getCountryByCallingCode(countryCallingCode, {
|
|
23358
23367
|
nationalNumber,
|
|
23359
23368
|
metadata: metadata2
|
|
@@ -23362,7 +23371,7 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
23362
23371
|
country = exactCountry;
|
|
23363
23372
|
if (exactCountry === "001") ;
|
|
23364
23373
|
else {
|
|
23365
|
-
metadata2.
|
|
23374
|
+
metadata2.country(country);
|
|
23366
23375
|
}
|
|
23367
23376
|
}
|
|
23368
23377
|
return {
|
|
@@ -23373,142 +23382,116 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
23373
23382
|
carrierCode
|
|
23374
23383
|
};
|
|
23375
23384
|
}
|
|
23376
|
-
function
|
|
23377
|
-
|
|
23378
|
-
return _typeof$4 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23379
|
-
return typeof o2;
|
|
23380
|
-
} : function(o2) {
|
|
23381
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23382
|
-
}, _typeof$4(o);
|
|
23383
|
-
}
|
|
23384
|
-
function ownKeys$4(e, r) {
|
|
23385
|
-
var t2 = Object.keys(e);
|
|
23385
|
+
function ownKeys$4(object, enumerableOnly) {
|
|
23386
|
+
var keys = Object.keys(object);
|
|
23386
23387
|
if (Object.getOwnPropertySymbols) {
|
|
23387
|
-
var
|
|
23388
|
-
|
|
23389
|
-
return Object.getOwnPropertyDescriptor(
|
|
23390
|
-
})),
|
|
23391
|
-
}
|
|
23392
|
-
return t2;
|
|
23393
|
-
}
|
|
23394
|
-
function _objectSpread$4(e) {
|
|
23395
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23396
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23397
|
-
r % 2 ? ownKeys$4(Object(t2), true).forEach(function(r2) {
|
|
23398
|
-
_defineProperty$4(e, r2, t2[r2]);
|
|
23399
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$4(Object(t2)).forEach(function(r2) {
|
|
23400
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23401
|
-
});
|
|
23388
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
23389
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23390
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23391
|
+
})), keys.push.apply(keys, symbols);
|
|
23402
23392
|
}
|
|
23403
|
-
return
|
|
23404
|
-
}
|
|
23405
|
-
function _defineProperty$4(e, r, t2) {
|
|
23406
|
-
return (r = _toPropertyKey$4(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23393
|
+
return keys;
|
|
23407
23394
|
}
|
|
23408
|
-
function
|
|
23409
|
-
var i =
|
|
23410
|
-
|
|
23395
|
+
function _objectSpread$4(target) {
|
|
23396
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
23397
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
23398
|
+
i % 2 ? ownKeys$4(Object(source), true).forEach(function(key) {
|
|
23399
|
+
_defineProperty$4(target, key, source[key]);
|
|
23400
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$4(Object(source)).forEach(function(key) {
|
|
23401
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23402
|
+
});
|
|
23403
|
+
}
|
|
23404
|
+
return target;
|
|
23411
23405
|
}
|
|
23412
|
-
function
|
|
23413
|
-
if (
|
|
23414
|
-
|
|
23415
|
-
|
|
23416
|
-
|
|
23417
|
-
if ("object" != _typeof$4(i)) return i;
|
|
23418
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23406
|
+
function _defineProperty$4(obj, key, value) {
|
|
23407
|
+
if (key in obj) {
|
|
23408
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23409
|
+
} else {
|
|
23410
|
+
obj[key] = value;
|
|
23419
23411
|
}
|
|
23420
|
-
return
|
|
23412
|
+
return obj;
|
|
23421
23413
|
}
|
|
23422
23414
|
function parsePhoneNumberWithError(text2, options, metadata2) {
|
|
23423
23415
|
return parse(text2, _objectSpread$4(_objectSpread$4({}, options), {}, {
|
|
23424
23416
|
v2: true
|
|
23425
23417
|
}), metadata2);
|
|
23426
23418
|
}
|
|
23427
|
-
function
|
|
23428
|
-
|
|
23429
|
-
return _typeof$3 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23430
|
-
return typeof o2;
|
|
23431
|
-
} : function(o2) {
|
|
23432
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23433
|
-
}, _typeof$3(o);
|
|
23434
|
-
}
|
|
23435
|
-
function ownKeys$3(e, r) {
|
|
23436
|
-
var t2 = Object.keys(e);
|
|
23419
|
+
function ownKeys$3(object, enumerableOnly) {
|
|
23420
|
+
var keys = Object.keys(object);
|
|
23437
23421
|
if (Object.getOwnPropertySymbols) {
|
|
23438
|
-
var
|
|
23439
|
-
|
|
23440
|
-
return Object.getOwnPropertyDescriptor(
|
|
23441
|
-
})),
|
|
23442
|
-
}
|
|
23443
|
-
return t2;
|
|
23444
|
-
}
|
|
23445
|
-
function _objectSpread$3(e) {
|
|
23446
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23447
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23448
|
-
r % 2 ? ownKeys$3(Object(t2), true).forEach(function(r2) {
|
|
23449
|
-
_defineProperty$3(e, r2, t2[r2]);
|
|
23450
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$3(Object(t2)).forEach(function(r2) {
|
|
23451
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23452
|
-
});
|
|
23422
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
23423
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23424
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23425
|
+
})), keys.push.apply(keys, symbols);
|
|
23453
23426
|
}
|
|
23454
|
-
return
|
|
23427
|
+
return keys;
|
|
23455
23428
|
}
|
|
23456
|
-
function
|
|
23457
|
-
|
|
23458
|
-
}
|
|
23459
|
-
|
|
23460
|
-
|
|
23461
|
-
|
|
23429
|
+
function _objectSpread$3(target) {
|
|
23430
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
23431
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
23432
|
+
i % 2 ? ownKeys$3(Object(source), true).forEach(function(key) {
|
|
23433
|
+
_defineProperty$3(target, key, source[key]);
|
|
23434
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$3(Object(source)).forEach(function(key) {
|
|
23435
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23436
|
+
});
|
|
23437
|
+
}
|
|
23438
|
+
return target;
|
|
23462
23439
|
}
|
|
23463
|
-
function
|
|
23464
|
-
if (
|
|
23465
|
-
|
|
23466
|
-
|
|
23467
|
-
|
|
23468
|
-
if ("object" != _typeof$3(i)) return i;
|
|
23469
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23440
|
+
function _defineProperty$3(obj, key, value) {
|
|
23441
|
+
if (key in obj) {
|
|
23442
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23443
|
+
} else {
|
|
23444
|
+
obj[key] = value;
|
|
23470
23445
|
}
|
|
23471
|
-
return
|
|
23446
|
+
return obj;
|
|
23472
23447
|
}
|
|
23473
|
-
function _slicedToArray(
|
|
23474
|
-
return _arrayWithHoles(
|
|
23448
|
+
function _slicedToArray(arr, i) {
|
|
23449
|
+
return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
|
|
23475
23450
|
}
|
|
23476
23451
|
function _nonIterableRest() {
|
|
23477
23452
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
23478
23453
|
}
|
|
23479
|
-
function _unsupportedIterableToArray(
|
|
23480
|
-
if (
|
|
23481
|
-
|
|
23482
|
-
|
|
23483
|
-
|
|
23484
|
-
|
|
23485
|
-
|
|
23486
|
-
|
|
23487
|
-
|
|
23488
|
-
|
|
23489
|
-
|
|
23490
|
-
|
|
23491
|
-
|
|
23492
|
-
|
|
23493
|
-
|
|
23494
|
-
|
|
23454
|
+
function _unsupportedIterableToArray(o, minLen) {
|
|
23455
|
+
if (!o) return;
|
|
23456
|
+
if (typeof o === "string") return _arrayLikeToArray(o, minLen);
|
|
23457
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
23458
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
23459
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
23460
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
|
|
23461
|
+
}
|
|
23462
|
+
function _arrayLikeToArray(arr, len) {
|
|
23463
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
23464
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
23465
|
+
arr2[i] = arr[i];
|
|
23466
|
+
}
|
|
23467
|
+
return arr2;
|
|
23468
|
+
}
|
|
23469
|
+
function _iterableToArrayLimit(arr, i) {
|
|
23470
|
+
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
23471
|
+
if (_i == null) return;
|
|
23472
|
+
var _arr = [];
|
|
23473
|
+
var _n = true;
|
|
23474
|
+
var _d = false;
|
|
23475
|
+
var _s, _e;
|
|
23476
|
+
try {
|
|
23477
|
+
for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
|
|
23478
|
+
_arr.push(_s.value);
|
|
23479
|
+
if (i && _arr.length === i) break;
|
|
23480
|
+
}
|
|
23481
|
+
} catch (err) {
|
|
23482
|
+
_d = true;
|
|
23483
|
+
_e = err;
|
|
23484
|
+
} finally {
|
|
23495
23485
|
try {
|
|
23496
|
-
if (
|
|
23497
|
-
else for (; !(f = (e = i.call(t2)).done) && (a.push(e.value), a.length !== l); f = true) ;
|
|
23498
|
-
} catch (r2) {
|
|
23499
|
-
o = true, n = r2;
|
|
23486
|
+
if (!_n && _i["return"] != null) _i["return"]();
|
|
23500
23487
|
} finally {
|
|
23501
|
-
|
|
23502
|
-
if (!f && null != t2["return"] && (u = t2["return"](), Object(u) !== u)) return;
|
|
23503
|
-
} finally {
|
|
23504
|
-
if (o) throw n;
|
|
23505
|
-
}
|
|
23488
|
+
if (_d) throw _e;
|
|
23506
23489
|
}
|
|
23507
|
-
return a;
|
|
23508
23490
|
}
|
|
23491
|
+
return _arr;
|
|
23509
23492
|
}
|
|
23510
|
-
function _arrayWithHoles(
|
|
23511
|
-
if (Array.isArray(
|
|
23493
|
+
function _arrayWithHoles(arr) {
|
|
23494
|
+
if (Array.isArray(arr)) return arr;
|
|
23512
23495
|
}
|
|
23513
23496
|
function normalizeArguments(args) {
|
|
23514
23497
|
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];
|
|
@@ -23545,51 +23528,34 @@ function normalizeArguments(args) {
|
|
|
23545
23528
|
metadata: metadata2
|
|
23546
23529
|
};
|
|
23547
23530
|
}
|
|
23548
|
-
function
|
|
23549
|
-
|
|
23550
|
-
return _typeof$2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23551
|
-
return typeof o2;
|
|
23552
|
-
} : function(o2) {
|
|
23553
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23554
|
-
}, _typeof$2(o);
|
|
23555
|
-
}
|
|
23556
|
-
function ownKeys$2(e, r) {
|
|
23557
|
-
var t2 = Object.keys(e);
|
|
23531
|
+
function ownKeys$2(object, enumerableOnly) {
|
|
23532
|
+
var keys = Object.keys(object);
|
|
23558
23533
|
if (Object.getOwnPropertySymbols) {
|
|
23559
|
-
var
|
|
23560
|
-
|
|
23561
|
-
return Object.getOwnPropertyDescriptor(
|
|
23562
|
-
})),
|
|
23563
|
-
}
|
|
23564
|
-
return t2;
|
|
23565
|
-
}
|
|
23566
|
-
function _objectSpread$2(e) {
|
|
23567
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23568
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23569
|
-
r % 2 ? ownKeys$2(Object(t2), true).forEach(function(r2) {
|
|
23570
|
-
_defineProperty$2(e, r2, t2[r2]);
|
|
23571
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$2(Object(t2)).forEach(function(r2) {
|
|
23572
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23573
|
-
});
|
|
23534
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
23535
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23536
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23537
|
+
})), keys.push.apply(keys, symbols);
|
|
23574
23538
|
}
|
|
23575
|
-
return
|
|
23576
|
-
}
|
|
23577
|
-
function _defineProperty$2(e, r, t2) {
|
|
23578
|
-
return (r = _toPropertyKey$2(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23539
|
+
return keys;
|
|
23579
23540
|
}
|
|
23580
|
-
function
|
|
23581
|
-
var i =
|
|
23582
|
-
|
|
23541
|
+
function _objectSpread$2(target) {
|
|
23542
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
23543
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
23544
|
+
i % 2 ? ownKeys$2(Object(source), true).forEach(function(key) {
|
|
23545
|
+
_defineProperty$2(target, key, source[key]);
|
|
23546
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2(Object(source)).forEach(function(key) {
|
|
23547
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23548
|
+
});
|
|
23549
|
+
}
|
|
23550
|
+
return target;
|
|
23583
23551
|
}
|
|
23584
|
-
function
|
|
23585
|
-
if (
|
|
23586
|
-
|
|
23587
|
-
|
|
23588
|
-
|
|
23589
|
-
if ("object" != _typeof$2(i)) return i;
|
|
23590
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23552
|
+
function _defineProperty$2(obj, key, value) {
|
|
23553
|
+
if (key in obj) {
|
|
23554
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23555
|
+
} else {
|
|
23556
|
+
obj[key] = value;
|
|
23591
23557
|
}
|
|
23592
|
-
return
|
|
23558
|
+
return obj;
|
|
23593
23559
|
}
|
|
23594
23560
|
function parsePhoneNumber(text2, options, metadata2) {
|
|
23595
23561
|
if (options && options.defaultCountry && !isSupportedCountry(options.defaultCountry, metadata2)) {
|
|
@@ -23606,51 +23572,34 @@ function parsePhoneNumber(text2, options, metadata2) {
|
|
|
23606
23572
|
}
|
|
23607
23573
|
}
|
|
23608
23574
|
}
|
|
23609
|
-
function
|
|
23610
|
-
|
|
23611
|
-
return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23612
|
-
return typeof o2;
|
|
23613
|
-
} : function(o2) {
|
|
23614
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23615
|
-
}, _typeof$1(o);
|
|
23616
|
-
}
|
|
23617
|
-
function ownKeys$1(e, r) {
|
|
23618
|
-
var t2 = Object.keys(e);
|
|
23575
|
+
function ownKeys$1(object, enumerableOnly) {
|
|
23576
|
+
var keys = Object.keys(object);
|
|
23619
23577
|
if (Object.getOwnPropertySymbols) {
|
|
23620
|
-
var
|
|
23621
|
-
|
|
23622
|
-
return Object.getOwnPropertyDescriptor(
|
|
23623
|
-
})),
|
|
23624
|
-
}
|
|
23625
|
-
return t2;
|
|
23626
|
-
}
|
|
23627
|
-
function _objectSpread$1(e) {
|
|
23628
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23629
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23630
|
-
r % 2 ? ownKeys$1(Object(t2), true).forEach(function(r2) {
|
|
23631
|
-
_defineProperty$1(e, r2, t2[r2]);
|
|
23632
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$1(Object(t2)).forEach(function(r2) {
|
|
23633
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23634
|
-
});
|
|
23578
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
23579
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23580
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23581
|
+
})), keys.push.apply(keys, symbols);
|
|
23635
23582
|
}
|
|
23636
|
-
return
|
|
23637
|
-
}
|
|
23638
|
-
function _defineProperty$1(e, r, t2) {
|
|
23639
|
-
return (r = _toPropertyKey$1(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23583
|
+
return keys;
|
|
23640
23584
|
}
|
|
23641
|
-
function
|
|
23642
|
-
var i =
|
|
23643
|
-
|
|
23585
|
+
function _objectSpread$1(target) {
|
|
23586
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
23587
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
23588
|
+
i % 2 ? ownKeys$1(Object(source), true).forEach(function(key) {
|
|
23589
|
+
_defineProperty$1(target, key, source[key]);
|
|
23590
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1(Object(source)).forEach(function(key) {
|
|
23591
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23592
|
+
});
|
|
23593
|
+
}
|
|
23594
|
+
return target;
|
|
23644
23595
|
}
|
|
23645
|
-
function
|
|
23646
|
-
if (
|
|
23647
|
-
|
|
23648
|
-
|
|
23649
|
-
|
|
23650
|
-
if ("object" != _typeof$1(i)) return i;
|
|
23651
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23596
|
+
function _defineProperty$1(obj, key, value) {
|
|
23597
|
+
if (key in obj) {
|
|
23598
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23599
|
+
} else {
|
|
23600
|
+
obj[key] = value;
|
|
23652
23601
|
}
|
|
23653
|
-
return
|
|
23602
|
+
return obj;
|
|
23654
23603
|
}
|
|
23655
23604
|
function isValidPhoneNumber$1() {
|
|
23656
23605
|
var _normalizeArguments = normalizeArguments(arguments), text2 = _normalizeArguments.text, options = _normalizeArguments.options, metadata2 = _normalizeArguments.metadata;
|
|
@@ -23660,51 +23609,34 @@ function isValidPhoneNumber$1() {
|
|
|
23660
23609
|
var phoneNumber = parsePhoneNumber(text2, options, metadata2);
|
|
23661
23610
|
return phoneNumber && phoneNumber.isValid() || false;
|
|
23662
23611
|
}
|
|
23663
|
-
function
|
|
23664
|
-
|
|
23665
|
-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23666
|
-
return typeof o2;
|
|
23667
|
-
} : function(o2) {
|
|
23668
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23669
|
-
}, _typeof(o);
|
|
23670
|
-
}
|
|
23671
|
-
function ownKeys(e, r) {
|
|
23672
|
-
var t2 = Object.keys(e);
|
|
23612
|
+
function ownKeys(object, enumerableOnly) {
|
|
23613
|
+
var keys = Object.keys(object);
|
|
23673
23614
|
if (Object.getOwnPropertySymbols) {
|
|
23674
|
-
var
|
|
23675
|
-
|
|
23676
|
-
return Object.getOwnPropertyDescriptor(
|
|
23677
|
-
})),
|
|
23678
|
-
}
|
|
23679
|
-
return t2;
|
|
23680
|
-
}
|
|
23681
|
-
function _objectSpread(e) {
|
|
23682
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23683
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23684
|
-
r % 2 ? ownKeys(Object(t2), true).forEach(function(r2) {
|
|
23685
|
-
_defineProperty(e, r2, t2[r2]);
|
|
23686
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys(Object(t2)).forEach(function(r2) {
|
|
23687
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23688
|
-
});
|
|
23615
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
23616
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23617
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23618
|
+
})), keys.push.apply(keys, symbols);
|
|
23689
23619
|
}
|
|
23690
|
-
return
|
|
23691
|
-
}
|
|
23692
|
-
function _defineProperty(e, r, t2) {
|
|
23693
|
-
return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23620
|
+
return keys;
|
|
23694
23621
|
}
|
|
23695
|
-
function
|
|
23696
|
-
var i =
|
|
23697
|
-
|
|
23622
|
+
function _objectSpread(target) {
|
|
23623
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
23624
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
23625
|
+
i % 2 ? ownKeys(Object(source), true).forEach(function(key) {
|
|
23626
|
+
_defineProperty(target, key, source[key]);
|
|
23627
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function(key) {
|
|
23628
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23629
|
+
});
|
|
23630
|
+
}
|
|
23631
|
+
return target;
|
|
23698
23632
|
}
|
|
23699
|
-
function
|
|
23700
|
-
if (
|
|
23701
|
-
|
|
23702
|
-
|
|
23703
|
-
|
|
23704
|
-
if ("object" != _typeof(i)) return i;
|
|
23705
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23633
|
+
function _defineProperty(obj, key, value) {
|
|
23634
|
+
if (key in obj) {
|
|
23635
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23636
|
+
} else {
|
|
23637
|
+
obj[key] = value;
|
|
23706
23638
|
}
|
|
23707
|
-
return
|
|
23639
|
+
return obj;
|
|
23708
23640
|
}
|
|
23709
23641
|
function isPossiblePhoneNumber$1() {
|
|
23710
23642
|
var _normalizeArguments = normalizeArguments(arguments), text2 = _normalizeArguments.text, options = _normalizeArguments.options, metadata2 = _normalizeArguments.metadata;
|
|
@@ -23907,7 +23839,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
23907
23839
|
createVNode(unref(Button), {
|
|
23908
23840
|
variant: "solid",
|
|
23909
23841
|
class: "w-[126px]",
|
|
23910
|
-
disabled: !
|
|
23842
|
+
disabled: !_ctx.dataShareChecked,
|
|
23911
23843
|
onClick: handleConfirm
|
|
23912
23844
|
}, {
|
|
23913
23845
|
default: withCtx(() => [
|
|
@@ -23936,7 +23868,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
23936
23868
|
createElementVNode("span", null, toDisplayString$1(unref($t)("gitCodeLayout.LoginModal.tips.ifYouDoNotAgrWe")), 1)
|
|
23937
23869
|
]),
|
|
23938
23870
|
createVNode(unref(Checkbox), {
|
|
23939
|
-
"model-value":
|
|
23871
|
+
"model-value": _ctx.dataShareChecked,
|
|
23940
23872
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = (val) => emits("update:dataShareChecked", val)),
|
|
23941
23873
|
size: "sm",
|
|
23942
23874
|
class: "mt-[12px]"
|
|
@@ -24186,7 +24118,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
24186
24118
|
]),
|
|
24187
24119
|
createElementVNode("div", _hoisted_11$1, [
|
|
24188
24120
|
createElementVNode("div", _hoisted_12$1, [
|
|
24189
|
-
!
|
|
24121
|
+
!_ctx.hideBack ? (openBlock(), createElementBlock("div", {
|
|
24190
24122
|
key: 0,
|
|
24191
24123
|
onClick: _cache[1] || (_cache[1] = ($event) => emits("back"))
|
|
24192
24124
|
}, [
|
|
@@ -24401,7 +24333,7 @@ const _SlidCaptchaManager = class _SlidCaptchaManager {
|
|
|
24401
24333
|
__publicField(_SlidCaptchaManager, "instance");
|
|
24402
24334
|
let SlidCaptchaManager = _SlidCaptchaManager;
|
|
24403
24335
|
const slidCaptchaManager = SlidCaptchaManager.getInstance();
|
|
24404
|
-
const SlidCaptcha = defineAsyncComponent(() => import("./index-
|
|
24336
|
+
const SlidCaptcha = defineAsyncComponent(() => import("./index-ClckzyHf.js"));
|
|
24405
24337
|
const useSlidCaptcha = () => {
|
|
24406
24338
|
const { mount, unMount, isMounted } = usePopup("slid-captcha-popup");
|
|
24407
24339
|
const open = (config) => {
|
|
@@ -24431,7 +24363,7 @@ const useSlidCaptcha = () => {
|
|
|
24431
24363
|
close
|
|
24432
24364
|
};
|
|
24433
24365
|
};
|
|
24434
|
-
const YunpianCaptcha = defineAsyncComponent(() => import("./index-
|
|
24366
|
+
const YunpianCaptcha = defineAsyncComponent(() => import("./index-BUnXU702.js"));
|
|
24435
24367
|
const useYunpianCaptcha = () => {
|
|
24436
24368
|
const { mount, unMount } = usePopup("yunpian-captcha-popup");
|
|
24437
24369
|
const open = (config) => {
|
|
@@ -24825,7 +24757,7 @@ const useYiDunCaptcha = () => {
|
|
|
24825
24757
|
const _sfc_main$3 = {};
|
|
24826
24758
|
const _hoisted_1$2 = { class: "content-loading" };
|
|
24827
24759
|
function _sfc_render(_ctx, _cache) {
|
|
24828
|
-
return openBlock(), createElementBlock("div", _hoisted_1$2,
|
|
24760
|
+
return openBlock(), createElementBlock("div", _hoisted_1$2, _cache[0] || (_cache[0] = [
|
|
24829
24761
|
createElementVNode("div", { class: "content-loading-title" }, [
|
|
24830
24762
|
createElementVNode("div", { class: "w-full flex-center" }, [
|
|
24831
24763
|
createElementVNode("img", {
|
|
@@ -24836,7 +24768,7 @@ function _sfc_render(_ctx, _cache) {
|
|
|
24836
24768
|
]),
|
|
24837
24769
|
createElementVNode("span", null, "loading...")
|
|
24838
24770
|
], -1)
|
|
24839
|
-
])
|
|
24771
|
+
]));
|
|
24840
24772
|
}
|
|
24841
24773
|
const ContentLoading = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render], ["__scopeId", "data-v-vue-layout-gitcode"]]);
|
|
24842
24774
|
const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
@@ -24852,15 +24784,15 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
24852
24784
|
setup(__props) {
|
|
24853
24785
|
return (_ctx, _cache) => {
|
|
24854
24786
|
return openBlock(), createElementBlock("div", {
|
|
24855
|
-
class: normalizeClass(["g-data-panel i-data-panel", { "g-card":
|
|
24787
|
+
class: normalizeClass(["g-data-panel i-data-panel", { "g-card": _ctx.card, "g-border": _ctx.border }])
|
|
24856
24788
|
}, [
|
|
24857
24789
|
renderSlot(_ctx.$slots, "header", {}, void 0, true),
|
|
24858
|
-
|
|
24859
|
-
|
|
24790
|
+
_ctx.loading ? renderSlot(_ctx.$slots, "loading", { key: 0 }, () => [
|
|
24791
|
+
_ctx.skeleton ? (openBlock(), createBlock(unref(Skeleton), {
|
|
24860
24792
|
key: 0,
|
|
24861
24793
|
class: "p-20",
|
|
24862
|
-
rows:
|
|
24863
|
-
}, null, 8, ["rows"])) :
|
|
24794
|
+
rows: _ctx.skeletonRow
|
|
24795
|
+
}, null, 8, ["rows"])) : _ctx.animation ? (openBlock(), createBlock(ContentLoading, {
|
|
24864
24796
|
key: 1,
|
|
24865
24797
|
name: "loading",
|
|
24866
24798
|
class: "w-full h-full flex-center"
|
|
@@ -26607,11 +26539,11 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
26607
26539
|
modelValue: unref(vModels),
|
|
26608
26540
|
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => isRef(vModels) ? vModels.value = $event : null),
|
|
26609
26541
|
"show-close": false,
|
|
26610
|
-
"lock-scroll":
|
|
26611
|
-
draggable:
|
|
26612
|
-
escapable:
|
|
26542
|
+
"lock-scroll": _ctx.lockScroll,
|
|
26543
|
+
draggable: _ctx.draggable,
|
|
26544
|
+
escapable: _ctx.escapable,
|
|
26613
26545
|
"before-close": handleClose,
|
|
26614
|
-
"append-to-body":
|
|
26546
|
+
"append-to-body": _ctx.appendToBody,
|
|
26615
26547
|
class: normalizeClass([
|
|
26616
26548
|
"login-modal",
|
|
26617
26549
|
formType.value === "login" ? "login-modal-l" : "login-modal-r",
|
|
@@ -26631,7 +26563,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
26631
26563
|
class: "login-modal-title flex-1"
|
|
26632
26564
|
}, null, 8, ["icon", "title", "show-title", "show-back"]),
|
|
26633
26565
|
createElementVNode("div", _hoisted_2, [
|
|
26634
|
-
|
|
26566
|
+
_ctx.showClose && !showProtoCheck.value ? (openBlock(), createBlock(GIcon, {
|
|
26635
26567
|
key: 0,
|
|
26636
26568
|
onClick: onClickModalClose,
|
|
26637
26569
|
name: "gt-close",
|
|
@@ -26956,7 +26888,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
26956
26888
|
])
|
|
26957
26889
|
], 2),
|
|
26958
26890
|
createElementVNode("div", _hoisted_61, [
|
|
26959
|
-
|
|
26891
|
+
_ctx.openHarmonyGuide ? (openBlock(), createElementBlock("div", {
|
|
26960
26892
|
key: 0,
|
|
26961
26893
|
class: "text-[var(--theme-link)] flex items-center mt-[12px] cursor-pointer",
|
|
26962
26894
|
onClick: withModifiers(handleRegisterHarmony, ["stop"])
|
|
@@ -27324,20 +27256,20 @@ export {
|
|
|
27324
27256
|
_sfc_main$F as J,
|
|
27325
27257
|
loadAsideData as K,
|
|
27326
27258
|
LANG_ZH as L,
|
|
27327
|
-
|
|
27328
|
-
|
|
27329
|
-
|
|
27330
|
-
|
|
27331
|
-
|
|
27259
|
+
ToolsFloat as M,
|
|
27260
|
+
_sfc_main as N,
|
|
27261
|
+
GitCodeAside as O,
|
|
27262
|
+
GitCodeHeader as P,
|
|
27263
|
+
EnterpriseHeader as Q,
|
|
27332
27264
|
REPO_MODULE as R,
|
|
27333
27265
|
SceneValue as S,
|
|
27334
27266
|
TOPIC_TYPE as T,
|
|
27335
27267
|
SiteAnnouncement as U,
|
|
27336
|
-
|
|
27337
|
-
|
|
27338
|
-
|
|
27268
|
+
useLogin as V,
|
|
27269
|
+
setLayoutConfig as W,
|
|
27270
|
+
GitCodeLayoutEmitter as X,
|
|
27339
27271
|
setTheme as Y,
|
|
27340
|
-
|
|
27272
|
+
index as Z,
|
|
27341
27273
|
_export_sfc as _,
|
|
27342
27274
|
i18n as a,
|
|
27343
27275
|
REPO_EVENT as b,
|