vue-layout-gitcode 1.12.14 → 1.12.15
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-WUU-6ytG.js → GloabarSearch-w7oCUWSW.js} +4 -4
- package/{MenuItem-_Zwq5jpi.js → MenuItem-BCooZJL_.js} +2 -2
- package/{ProjectMenuList-BwGX02gW.js → ProjectMenuList-B23gGYAR.js} +11 -11
- package/{ProjectMenuListV2-CtxnK6rz.js → ProjectMenuListV2-CoALpaeI.js} +4 -4
- package/{ProjectSearch-DCAtcvSv.js → ProjectSearch-DjQz4qjN.js} +2 -2
- package/{SearchHistoryList-SfXAAJII.js → SearchHistoryList-CSVhU_GH.js} +6 -6
- package/{SearchPrefixTag-B6JvWVGf.js → SearchPrefixTag-DUBtbNrX.js} +4 -4
- package/{SearchRecommed-i9tN03O7.js → SearchRecommed-C5JymiUx.js} +3 -3
- package/{SearchScopeList-B0XWemWi.js → SearchScopeList-hyf4267C.js} +4 -4
- package/{UserSearch-WceE6qE_.js → UserSearch-DWTuE5Nn.js} +2 -2
- package/{index-C8jg8ELo.js → index-CSdIwYlm.js} +2 -2
- package/{index-BlCnbgAU.js → index-CxU91-vf.js} +948 -1026
- package/{index--_nHlr5T.js → index-FKpAijlF.js} +42 -42
- package/{index-CWOH-qdm.js → index-xpiU3ou9.js} +4 -4
- package/index.d.ts +761 -584
- package/index.js +10 -10
- package/{notice-DxJbtsv_.js → notice-B_OtvjAy.js} +9 -9
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-ByXTM-K3.js → transWebUrl-B7o8Ek5u.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();
|
|
@@ -9449,7 +9381,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9449
9381
|
}, {
|
|
9450
9382
|
content: withCtx(() => [
|
|
9451
9383
|
createElementVNode("div", _hoisted_6$d, [
|
|
9452
|
-
createElementVNode("div", _hoisted_7$a, toDisplayString$1(
|
|
9384
|
+
createElementVNode("div", _hoisted_7$a, toDisplayString$1(_ctx.isCannWhiteList ? unref(t2)("gitCodeLayout.userSetting.menu.cannTask") : unref(t2)("gitCodeLayout.userSetting.menu.growthCenter")), 1)
|
|
9453
9385
|
])
|
|
9454
9386
|
]),
|
|
9455
9387
|
default: withCtx(() => [
|
|
@@ -9457,7 +9389,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9457
9389
|
id: "guide-step4",
|
|
9458
9390
|
class: "home-nav-link tools-questionnaire",
|
|
9459
9391
|
onClick: toggleGrowthCenter
|
|
9460
|
-
},
|
|
9392
|
+
}, _cache[6] || (_cache[6] = [
|
|
9461
9393
|
createElementVNode("div", { class: "home-nav-item" }, [
|
|
9462
9394
|
createElementVNode("img", {
|
|
9463
9395
|
class: "common-icon inline-block h-[20px] w-[20px]",
|
|
@@ -9465,7 +9397,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9465
9397
|
alt: ""
|
|
9466
9398
|
})
|
|
9467
9399
|
], -1)
|
|
9468
|
-
])
|
|
9400
|
+
]))
|
|
9469
9401
|
]),
|
|
9470
9402
|
_: 1
|
|
9471
9403
|
})) : createCommentVNode("", true),
|
|
@@ -9488,7 +9420,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9488
9420
|
id: "gitcode-desk-btn",
|
|
9489
9421
|
class: "home-nav-item kefu",
|
|
9490
9422
|
onClick: showDesk
|
|
9491
|
-
},
|
|
9423
|
+
}, _cache[7] || (_cache[7] = [
|
|
9492
9424
|
createElementVNode("img", {
|
|
9493
9425
|
class: "inline-block h-[20px] w-[20px]",
|
|
9494
9426
|
src: "https://cdn-static.gitcode.com/static/images/desk/kefu.png",
|
|
@@ -9498,7 +9430,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9498
9430
|
createElementVNode("div", null, "客"),
|
|
9499
9431
|
createElementVNode("div", null, "服")
|
|
9500
9432
|
], -1)
|
|
9501
|
-
])
|
|
9433
|
+
]))
|
|
9502
9434
|
])
|
|
9503
9435
|
]),
|
|
9504
9436
|
_: 1
|
|
@@ -9551,9 +9483,9 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9551
9483
|
key: item.index,
|
|
9552
9484
|
class: normalizeClass(["tab-item w-8 h-1 mr-1 cursor-pointer", opinionStep.value === item.index ? "bg-[var(--theme-home-step-active-bg)]" : "bg-[var(--theme-home-step-bg)]"]),
|
|
9553
9485
|
onClick: ($event) => swTab(item)
|
|
9554
|
-
},
|
|
9486
|
+
}, _cache[11] || (_cache[11] = [
|
|
9555
9487
|
createElementVNode("span", { class: "cursor-pointer" }, null, -1)
|
|
9556
|
-
])
|
|
9488
|
+
]), 10, _hoisted_18$2);
|
|
9557
9489
|
}), 64))
|
|
9558
9490
|
]),
|
|
9559
9491
|
createElementVNode("div", null, [
|
|
@@ -9635,7 +9567,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9635
9567
|
trigger: "hover",
|
|
9636
9568
|
offset: { mainAxis: 22, crossAxis: 0 }
|
|
9637
9569
|
}, {
|
|
9638
|
-
default: withCtx(() =>
|
|
9570
|
+
default: withCtx(() => _cache[10] || (_cache[10] = [
|
|
9639
9571
|
createElementVNode("div", { class: "home-nav-item" }, [
|
|
9640
9572
|
createElementVNode("img", {
|
|
9641
9573
|
class: "common-icon inline-block h-[20px] w-[20px]",
|
|
@@ -9648,7 +9580,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9648
9580
|
alt: ""
|
|
9649
9581
|
})
|
|
9650
9582
|
], -1)
|
|
9651
|
-
])
|
|
9583
|
+
])),
|
|
9652
9584
|
_: 1
|
|
9653
9585
|
}, 8, ["content"])
|
|
9654
9586
|
])
|
|
@@ -9885,11 +9817,11 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
9885
9817
|
});
|
|
9886
9818
|
return (_ctx, _cache) => {
|
|
9887
9819
|
const _component_router_link = resolveComponent("router-link");
|
|
9888
|
-
return
|
|
9820
|
+
return _ctx.to && !_ctx.disabled ? (openBlock(), createBlock(_component_router_link, {
|
|
9889
9821
|
key: 0,
|
|
9890
|
-
class: normalizeClass(["g-link g-link-router-link", { hoverUnderline:
|
|
9891
|
-
to:
|
|
9892
|
-
target:
|
|
9822
|
+
class: normalizeClass(["g-link g-link-router-link", { hoverUnderline: _ctx.underline }]),
|
|
9823
|
+
to: _ctx.to,
|
|
9824
|
+
target: _ctx.target
|
|
9893
9825
|
}, {
|
|
9894
9826
|
default: withCtx(() => [
|
|
9895
9827
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
@@ -9897,10 +9829,10 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
9897
9829
|
_: 3
|
|
9898
9830
|
}, 8, ["class", "to", "target"])) : (openBlock(), createElementBlock("a", {
|
|
9899
9831
|
key: 1,
|
|
9900
|
-
class: normalizeClass(["g-link g-link-a", { hoverUnderline:
|
|
9901
|
-
href:
|
|
9902
|
-
target:
|
|
9903
|
-
disabled:
|
|
9832
|
+
class: normalizeClass(["g-link g-link-a", { hoverUnderline: _ctx.underline, noPointer: _ctx.noPointer }]),
|
|
9833
|
+
href: _ctx.disabled || !targetHref.value ? defaultHref.value : targetHref.value,
|
|
9834
|
+
target: _ctx.target,
|
|
9835
|
+
disabled: _ctx.disabled || _ctx.noPointer
|
|
9904
9836
|
}, [
|
|
9905
9837
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
9906
9838
|
], 10, _hoisted_1$z));
|
|
@@ -10504,12 +10436,12 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
10504
10436
|
key: 0,
|
|
10505
10437
|
"img-src": imgSrc.value,
|
|
10506
10438
|
name: placeholderName.value,
|
|
10507
|
-
width:
|
|
10508
|
-
height:
|
|
10509
|
-
"is-round":
|
|
10510
|
-
class: normalizeClass({ "devui-avatar-square": !
|
|
10439
|
+
width: _ctx.width,
|
|
10440
|
+
height: _ctx.height,
|
|
10441
|
+
"is-round": _ctx.is_round,
|
|
10442
|
+
class: normalizeClass({ "devui-avatar-square": !_ctx.is_round, "gavatar-custom": !imgSrc.value }),
|
|
10511
10443
|
onLoadError,
|
|
10512
|
-
style: normalizeStyle({ minWidth:
|
|
10444
|
+
style: normalizeStyle({ minWidth: _ctx.width + "px" })
|
|
10513
10445
|
}, null, 8, ["img-src", "name", "width", "height", "is-round", "class", "style"])) : createCommentVNode("", true);
|
|
10514
10446
|
};
|
|
10515
10447
|
}
|
|
@@ -10548,15 +10480,15 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
10548
10480
|
return openBlock(), createBlock(unref(Tooltip), {
|
|
10549
10481
|
class: "flash-tag-message",
|
|
10550
10482
|
position: ["top", "bottom"],
|
|
10551
|
-
content:
|
|
10483
|
+
content: _ctx.message,
|
|
10552
10484
|
"overlay-class": "flash-tag-tooltip",
|
|
10553
|
-
disabled: unref(isPhone)() ||
|
|
10485
|
+
disabled: unref(isPhone)() || _ctx.disabled
|
|
10554
10486
|
}, {
|
|
10555
10487
|
default: withCtx(() => [
|
|
10556
10488
|
createElementVNode("span", mergeProps({
|
|
10557
|
-
class: ["gc-flash-tag cursor-default", { "gc-trusted-tag":
|
|
10489
|
+
class: ["gc-flash-tag cursor-default", { "gc-trusted-tag": _ctx.trusted, "cursor-pointer": _ctx.clickEnabled, "cursor-default": !_ctx.clickEnabled, "gc-icon-tag": _ctx.icon }]
|
|
10558
10490
|
}, _ctx.$attrs, { onClick: handleClick }), [
|
|
10559
|
-
|
|
10491
|
+
_ctx.icon ? (openBlock(), createElementBlock("img", {
|
|
10560
10492
|
key: 0,
|
|
10561
10493
|
class: "w-[16px] h-[16px]",
|
|
10562
10494
|
src: iconUrl.value
|
|
@@ -10640,7 +10572,7 @@ function getAugmentedNamespace(n) {
|
|
|
10640
10572
|
return a;
|
|
10641
10573
|
}
|
|
10642
10574
|
var relativeTime$1 = { exports: {} };
|
|
10643
|
-
(function(module, exports
|
|
10575
|
+
(function(module, exports) {
|
|
10644
10576
|
!function(r, e) {
|
|
10645
10577
|
module.exports = e();
|
|
10646
10578
|
}(commonjsGlobal, function() {
|
|
@@ -11211,7 +11143,7 @@ var locale = {
|
|
|
11211
11143
|
};
|
|
11212
11144
|
dayjs.locale(locale, null, true);
|
|
11213
11145
|
var timezone = { exports: {} };
|
|
11214
|
-
(function(module, exports
|
|
11146
|
+
(function(module, exports) {
|
|
11215
11147
|
!function(t2, e) {
|
|
11216
11148
|
module.exports = e();
|
|
11217
11149
|
}(commonjsGlobal, function() {
|
|
@@ -11274,7 +11206,7 @@ var timezone = { exports: {} };
|
|
|
11274
11206
|
var timezoneExports = timezone.exports;
|
|
11275
11207
|
const tz = /* @__PURE__ */ getDefaultExportFromCjs(timezoneExports);
|
|
11276
11208
|
var utc$1 = { exports: {} };
|
|
11277
|
-
(function(module, exports
|
|
11209
|
+
(function(module, exports) {
|
|
11278
11210
|
!function(t2, i) {
|
|
11279
11211
|
module.exports = i();
|
|
11280
11212
|
}(commonjsGlobal, function() {
|
|
@@ -11290,16 +11222,16 @@ var utc$1 = { exports: {} };
|
|
|
11290
11222
|
}, u.local = function() {
|
|
11291
11223
|
return n(this.toDate(), { locale: this.$L, utc: false });
|
|
11292
11224
|
};
|
|
11293
|
-
var
|
|
11225
|
+
var o = u.parse;
|
|
11294
11226
|
u.parse = function(t3) {
|
|
11295
|
-
t3.utc && (this.$u = true), this.$utils().u(t3.$offset) || (this.$offset = t3.$offset),
|
|
11227
|
+
t3.utc && (this.$u = true), this.$utils().u(t3.$offset) || (this.$offset = t3.$offset), o.call(this, t3);
|
|
11296
11228
|
};
|
|
11297
|
-
var
|
|
11229
|
+
var r = u.init;
|
|
11298
11230
|
u.init = function() {
|
|
11299
11231
|
if (this.$u) {
|
|
11300
11232
|
var t3 = this.$d;
|
|
11301
11233
|
this.$y = t3.getUTCFullYear(), this.$M = t3.getUTCMonth(), this.$D = t3.getUTCDate(), this.$W = t3.getUTCDay(), this.$H = t3.getUTCHours(), this.$m = t3.getUTCMinutes(), this.$s = t3.getUTCSeconds(), this.$ms = t3.getUTCMilliseconds();
|
|
11302
|
-
} else
|
|
11234
|
+
} else r.call(this);
|
|
11303
11235
|
};
|
|
11304
11236
|
var a = u.utcOffset;
|
|
11305
11237
|
u.utcOffset = function(s2, f2) {
|
|
@@ -11312,12 +11244,13 @@ var utc$1 = { exports: {} };
|
|
|
11312
11244
|
var f3 = ("" + s3[0]).match(e) || ["-", 0, 0], n3 = f3[0], u3 = 60 * +f3[1] + +f3[2];
|
|
11313
11245
|
return 0 === u3 ? 0 : "+" === n3 ? u3 : -u3;
|
|
11314
11246
|
}(s2), null === s2)) return this;
|
|
11315
|
-
var u2 = Math.abs(s2) <= 16 ? 60 * s2 : s2;
|
|
11316
|
-
if (0 ===
|
|
11317
|
-
|
|
11318
|
-
|
|
11319
|
-
|
|
11320
|
-
|
|
11247
|
+
var u2 = Math.abs(s2) <= 16 ? 60 * s2 : s2, o2 = this;
|
|
11248
|
+
if (f2) return o2.$offset = u2, o2.$u = 0 === s2, o2;
|
|
11249
|
+
if (0 !== s2) {
|
|
11250
|
+
var r2 = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
|
|
11251
|
+
(o2 = this.local().add(u2 + r2, t2)).$offset = u2, o2.$x.$localOffset = r2;
|
|
11252
|
+
} else o2 = this.utc();
|
|
11253
|
+
return o2;
|
|
11321
11254
|
};
|
|
11322
11255
|
var h2 = u.format;
|
|
11323
11256
|
u.format = function(t3) {
|
|
@@ -11553,7 +11486,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11553
11486
|
});
|
|
11554
11487
|
return (_ctx, _cache) => {
|
|
11555
11488
|
var _a, _b;
|
|
11556
|
-
return
|
|
11489
|
+
return _ctx.scene === unref(SceneValue).org && !_ctx.errorCode ? (openBlock(), createElementBlock("div", _hoisted_1$x, [
|
|
11557
11490
|
createVNode(GLink, {
|
|
11558
11491
|
onClick: _cache[0] || (_cache[0] = (event) => {
|
|
11559
11492
|
event == null ? void 0 : event.preventDefault();
|
|
@@ -11580,21 +11513,21 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11580
11513
|
createVNode(unref(Button), {
|
|
11581
11514
|
onClick: _cache[1] || (_cache[1] = ($event) => {
|
|
11582
11515
|
var _a2;
|
|
11583
|
-
return handleOrgFollow((_a2 =
|
|
11516
|
+
return handleOrgFollow((_a2 = _ctx.orgProps) == null ? void 0 : _a2.isOrgFollow);
|
|
11584
11517
|
}),
|
|
11585
11518
|
class: "org-layout-toolbar-follow"
|
|
11586
11519
|
}, {
|
|
11587
11520
|
default: withCtx(() => {
|
|
11588
11521
|
var _a2;
|
|
11589
11522
|
return [
|
|
11590
|
-
createElementVNode("span", _hoisted_3$n, toDisplayString$1(((_a2 =
|
|
11523
|
+
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)
|
|
11591
11524
|
];
|
|
11592
11525
|
}),
|
|
11593
11526
|
_: 1
|
|
11594
11527
|
})
|
|
11595
|
-
])) :
|
|
11528
|
+
])) : _ctx.scene === unref(SceneValue).repo && !_ctx.errorCode ? (openBlock(), createBlock(unref(Skeleton), {
|
|
11596
11529
|
key: 1,
|
|
11597
|
-
loading: (_a =
|
|
11530
|
+
loading: (_a = _ctx.repoProps) == null ? void 0 : _a.repoNameLoading,
|
|
11598
11531
|
rows: 1
|
|
11599
11532
|
}, {
|
|
11600
11533
|
placeholder: withCtx(() => [
|
|
@@ -11617,7 +11550,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11617
11550
|
default: withCtx(() => {
|
|
11618
11551
|
var _a3, _b3, _c2, _d2;
|
|
11619
11552
|
return [
|
|
11620
|
-
!((_a3 =
|
|
11553
|
+
!((_a3 = _ctx.repoProps) == null ? void 0 : _a3.isGhMirrors) ? (openBlock(), createBlock(_sfc_main$F, {
|
|
11621
11554
|
key: 0,
|
|
11622
11555
|
class: normalizeClass({ "g-border": isOrg.value }),
|
|
11623
11556
|
src: (_c2 = (_b3 = unref(repoInfo)) == null ? void 0 : _b3.namespace) == null ? void 0 : _c2.avatar_url,
|
|
@@ -11633,7 +11566,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11633
11566
|
_: 1
|
|
11634
11567
|
}, 8, ["href"]),
|
|
11635
11568
|
createElementVNode("div", _hoisted_8$8, [
|
|
11636
|
-
!((_b2 =
|
|
11569
|
+
!((_b2 = _ctx.repoProps) == null ? void 0 : _b2.isGhMirrors) ? (openBlock(), createElementBlock("div", {
|
|
11637
11570
|
key: 0,
|
|
11638
11571
|
ref_key: "breadcrumbRef",
|
|
11639
11572
|
ref: breadcrumbRef,
|
|
@@ -11668,7 +11601,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11668
11601
|
key: 1,
|
|
11669
11602
|
ref_key: "breadcrumbNextRef",
|
|
11670
11603
|
ref: breadcrumbNextRef,
|
|
11671
|
-
class: normalizeClass(["g-repo-layout-breadcrumb-next max-md:w-full flex items-end gap-[8px]", [((_c =
|
|
11604
|
+
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%]"]])
|
|
11672
11605
|
}, [
|
|
11673
11606
|
createVNode(GLink, {
|
|
11674
11607
|
class: "linkTx",
|
|
@@ -11691,9 +11624,9 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11691
11624
|
type: "gstar",
|
|
11692
11625
|
message: `G-Star ${unref(t2)("gitCodeLayout.GStar.project.graduation")}`
|
|
11693
11626
|
}, {
|
|
11694
|
-
default: withCtx(() =>
|
|
11695
|
-
createTextVNode("G-Star "
|
|
11696
|
-
])
|
|
11627
|
+
default: withCtx(() => _cache[3] || (_cache[3] = [
|
|
11628
|
+
createTextVNode("G-Star ")
|
|
11629
|
+
])),
|
|
11697
11630
|
_: 1
|
|
11698
11631
|
}, 8, ["message"])
|
|
11699
11632
|
])) : unref(isIncubationRepo)(unref(repoInfo).topic_names) ? (openBlock(), createElementBlock("div", _hoisted_13$1, [
|
|
@@ -11703,9 +11636,9 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11703
11636
|
type: "incubation",
|
|
11704
11637
|
message: `G-Star ${unref(t2)("gitCodeLayout.GStar.project.incubation")}`
|
|
11705
11638
|
}, {
|
|
11706
|
-
default: withCtx(() =>
|
|
11707
|
-
createTextVNode(" G-Star "
|
|
11708
|
-
])
|
|
11639
|
+
default: withCtx(() => _cache[4] || (_cache[4] = [
|
|
11640
|
+
createTextVNode(" G-Star ")
|
|
11641
|
+
])),
|
|
11709
11642
|
_: 1
|
|
11710
11643
|
}, 8, ["message"])
|
|
11711
11644
|
])) : createCommentVNode("", true),
|
|
@@ -11718,7 +11651,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11718
11651
|
href: "/trusted"
|
|
11719
11652
|
}, null, 8, ["message"])
|
|
11720
11653
|
])) : createCommentVNode("", true),
|
|
11721
|
-
((_d =
|
|
11654
|
+
((_d = _ctx.repoProps) == null ? void 0 : _d.isPrivate) ? (openBlock(), createElementBlock("div", _hoisted_15$1, [
|
|
11722
11655
|
createVNode(GIcon, {
|
|
11723
11656
|
size: "16px",
|
|
11724
11657
|
class: "ml-[4px]",
|
|
@@ -11737,7 +11670,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11737
11670
|
}, null, 8, ["name"]),
|
|
11738
11671
|
createElementVNode("span", _hoisted_16$1, toDisplayString$1((_f = topicTag.value) == null ? void 0 : _f.suffix), 1)
|
|
11739
11672
|
])) : createCommentVNode("", true),
|
|
11740
|
-
((_g =
|
|
11673
|
+
((_g = _ctx.repoProps) == null ? void 0 : _g.isGhMirrors) && showTimeTopic.value && !unref(isPhone)() ? (openBlock(), createElementBlock("div", _hoisted_17$1, [
|
|
11741
11674
|
createVNode(GIcon, {
|
|
11742
11675
|
name: "gt-line-time",
|
|
11743
11676
|
color: "var(--devui-shape-icon-fill)",
|
|
@@ -11751,7 +11684,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11751
11684
|
];
|
|
11752
11685
|
}),
|
|
11753
11686
|
_: 1
|
|
11754
|
-
}, 8, ["loading"])) :
|
|
11687
|
+
}, 8, ["loading"])) : _ctx.scene === unref(SceneValue).user && ((_b = _ctx.userProps) == null ? void 0 : _b.isOtherUser) ? (openBlock(), createElementBlock("div", _hoisted_20$1, [
|
|
11755
11688
|
createVNode(GLink, {
|
|
11756
11689
|
to: { name: "homepage" },
|
|
11757
11690
|
class: "flex flex-1 items-center gap-[8px]"
|
|
@@ -11860,7 +11793,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
11860
11793
|
onClick: handleClick
|
|
11861
11794
|
}, [
|
|
11862
11795
|
createElementVNode("img", {
|
|
11863
|
-
src:
|
|
11796
|
+
src: _ctx.config.logo_url,
|
|
11864
11797
|
alt: "claim power"
|
|
11865
11798
|
}, null, 8, _hoisted_1$v)
|
|
11866
11799
|
])) : createCommentVNode("", true);
|
|
@@ -11914,7 +11847,7 @@ var hasRequiredCore;
|
|
|
11914
11847
|
function requireCore() {
|
|
11915
11848
|
if (hasRequiredCore) return core.exports;
|
|
11916
11849
|
hasRequiredCore = 1;
|
|
11917
|
-
(function(module, exports
|
|
11850
|
+
(function(module, exports) {
|
|
11918
11851
|
(function(root, factory) {
|
|
11919
11852
|
{
|
|
11920
11853
|
module.exports = factory();
|
|
@@ -12521,7 +12454,7 @@ var hasRequiredEncBase64;
|
|
|
12521
12454
|
function requireEncBase64() {
|
|
12522
12455
|
if (hasRequiredEncBase64) return encBase64.exports;
|
|
12523
12456
|
hasRequiredEncBase64 = 1;
|
|
12524
|
-
(function(module, exports
|
|
12457
|
+
(function(module, exports) {
|
|
12525
12458
|
(function(root, factory) {
|
|
12526
12459
|
{
|
|
12527
12460
|
module.exports = factory(requireCore());
|
|
@@ -12628,7 +12561,7 @@ var hasRequiredMd5;
|
|
|
12628
12561
|
function requireMd5() {
|
|
12629
12562
|
if (hasRequiredMd5) return md5.exports;
|
|
12630
12563
|
hasRequiredMd5 = 1;
|
|
12631
|
-
(function(module, exports
|
|
12564
|
+
(function(module, exports) {
|
|
12632
12565
|
(function(root, factory) {
|
|
12633
12566
|
{
|
|
12634
12567
|
module.exports = factory(requireCore());
|
|
@@ -12807,7 +12740,7 @@ var hasRequiredSha1;
|
|
|
12807
12740
|
function requireSha1() {
|
|
12808
12741
|
if (hasRequiredSha1) return sha1.exports;
|
|
12809
12742
|
hasRequiredSha1 = 1;
|
|
12810
|
-
(function(module, exports
|
|
12743
|
+
(function(module, exports) {
|
|
12811
12744
|
(function(root, factory) {
|
|
12812
12745
|
{
|
|
12813
12746
|
module.exports = factory(requireCore());
|
|
@@ -12897,7 +12830,7 @@ var hasRequiredHmac;
|
|
|
12897
12830
|
function requireHmac() {
|
|
12898
12831
|
if (hasRequiredHmac) return hmac.exports;
|
|
12899
12832
|
hasRequiredHmac = 1;
|
|
12900
|
-
(function(module, exports
|
|
12833
|
+
(function(module, exports) {
|
|
12901
12834
|
(function(root, factory) {
|
|
12902
12835
|
{
|
|
12903
12836
|
module.exports = factory(requireCore());
|
|
@@ -13002,7 +12935,7 @@ var hasRequiredEvpkdf;
|
|
|
13002
12935
|
function requireEvpkdf() {
|
|
13003
12936
|
if (hasRequiredEvpkdf) return evpkdf.exports;
|
|
13004
12937
|
hasRequiredEvpkdf = 1;
|
|
13005
|
-
(function(module, exports
|
|
12938
|
+
(function(module, exports) {
|
|
13006
12939
|
(function(root, factory, undef) {
|
|
13007
12940
|
{
|
|
13008
12941
|
module.exports = factory(requireCore(), requireSha1(), requireHmac());
|
|
@@ -13092,7 +13025,7 @@ var hasRequiredCipherCore;
|
|
|
13092
13025
|
function requireCipherCore() {
|
|
13093
13026
|
if (hasRequiredCipherCore) return cipherCore.exports;
|
|
13094
13027
|
hasRequiredCipherCore = 1;
|
|
13095
|
-
(function(module, exports
|
|
13028
|
+
(function(module, exports) {
|
|
13096
13029
|
(function(root, factory, undef) {
|
|
13097
13030
|
{
|
|
13098
13031
|
module.exports = factory(requireCore(), requireEvpkdf());
|
|
@@ -13651,15 +13584,11 @@ function requireCipherCore() {
|
|
|
13651
13584
|
* var derivedParams = CryptoJS.kdf.OpenSSL.execute('Password', 256/32, 128/32);
|
|
13652
13585
|
* var derivedParams = CryptoJS.kdf.OpenSSL.execute('Password', 256/32, 128/32, 'saltsalt');
|
|
13653
13586
|
*/
|
|
13654
|
-
execute: function(password, keySize, ivSize, salt
|
|
13587
|
+
execute: function(password, keySize, ivSize, salt) {
|
|
13655
13588
|
if (!salt) {
|
|
13656
13589
|
salt = WordArray.random(64 / 8);
|
|
13657
13590
|
}
|
|
13658
|
-
|
|
13659
|
-
var key = EvpKDF.create({ keySize: keySize + ivSize }).compute(password, salt);
|
|
13660
|
-
} else {
|
|
13661
|
-
var key = EvpKDF.create({ keySize: keySize + ivSize, hasher }).compute(password, salt);
|
|
13662
|
-
}
|
|
13591
|
+
var key = EvpKDF.create({ keySize: keySize + ivSize }).compute(password, salt);
|
|
13663
13592
|
var iv = WordArray.create(key.words.slice(keySize), ivSize * 4);
|
|
13664
13593
|
key.sigBytes = keySize * 4;
|
|
13665
13594
|
return CipherParams.create({ key, iv, salt });
|
|
@@ -13693,7 +13622,7 @@ function requireCipherCore() {
|
|
|
13693
13622
|
*/
|
|
13694
13623
|
encrypt: function(cipher, message, password, cfg) {
|
|
13695
13624
|
cfg = this.cfg.extend(cfg);
|
|
13696
|
-
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize
|
|
13625
|
+
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize);
|
|
13697
13626
|
cfg.iv = derivedParams.iv;
|
|
13698
13627
|
var ciphertext = SerializableCipher.encrypt.call(this, cipher, message, derivedParams.key, cfg);
|
|
13699
13628
|
ciphertext.mixIn(derivedParams);
|
|
@@ -13719,7 +13648,7 @@ function requireCipherCore() {
|
|
|
13719
13648
|
decrypt: function(cipher, ciphertext, password, cfg) {
|
|
13720
13649
|
cfg = this.cfg.extend(cfg);
|
|
13721
13650
|
ciphertext = this._parse(ciphertext, cfg.format);
|
|
13722
|
-
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize, ciphertext.salt
|
|
13651
|
+
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize, ciphertext.salt);
|
|
13723
13652
|
cfg.iv = derivedParams.iv;
|
|
13724
13653
|
var plaintext = SerializableCipher.decrypt.call(this, cipher, ciphertext, derivedParams.key, cfg);
|
|
13725
13654
|
return plaintext;
|
|
@@ -13730,7 +13659,7 @@ function requireCipherCore() {
|
|
|
13730
13659
|
})(cipherCore);
|
|
13731
13660
|
return cipherCore.exports;
|
|
13732
13661
|
}
|
|
13733
|
-
(function(module, exports
|
|
13662
|
+
(function(module, exports) {
|
|
13734
13663
|
(function(root, factory, undef) {
|
|
13735
13664
|
{
|
|
13736
13665
|
module.exports = factory(requireCore(), requireEncBase64(), requireMd5(), requireEvpkdf(), requireCipherCore());
|
|
@@ -13879,7 +13808,7 @@ function requireCipherCore() {
|
|
|
13879
13808
|
var aesExports = aes.exports;
|
|
13880
13809
|
const AES = /* @__PURE__ */ getDefaultExportFromCjs(aesExports);
|
|
13881
13810
|
var padPkcs7 = { exports: {} };
|
|
13882
|
-
(function(module, exports
|
|
13811
|
+
(function(module, exports) {
|
|
13883
13812
|
(function(root, factory, undef) {
|
|
13884
13813
|
{
|
|
13885
13814
|
module.exports = factory(requireCore(), requireCipherCore());
|
|
@@ -13891,7 +13820,7 @@ var padPkcs7 = { exports: {} };
|
|
|
13891
13820
|
var padPkcs7Exports = padPkcs7.exports;
|
|
13892
13821
|
const Pkcs7 = /* @__PURE__ */ getDefaultExportFromCjs(padPkcs7Exports);
|
|
13893
13822
|
var encUtf8 = { exports: {} };
|
|
13894
|
-
(function(module, exports
|
|
13823
|
+
(function(module, exports) {
|
|
13895
13824
|
(function(root, factory) {
|
|
13896
13825
|
{
|
|
13897
13826
|
module.exports = factory(requireCore());
|
|
@@ -14441,8 +14370,9 @@ const _sfc_main$z = /* @__PURE__ */ Object.assign({
|
|
|
14441
14370
|
(openBlock(true), createElementBlock(Fragment, null, renderList(linkList.value, (item) => {
|
|
14442
14371
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
14443
14372
|
item.show !== false ? (openBlock(), createBlock(OptionLink, mergeProps({
|
|
14444
|
-
key: item.label
|
|
14445
|
-
|
|
14373
|
+
key: item.label,
|
|
14374
|
+
ref_for: true
|
|
14375
|
+
}, item, {
|
|
14446
14376
|
onClick: ($event) => handleClick(item)
|
|
14447
14377
|
}), {
|
|
14448
14378
|
default: withCtx(() => [
|
|
@@ -14490,7 +14420,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
14490
14420
|
return (_ctx, _cache) => {
|
|
14491
14421
|
return openBlock(), createBlock(GLink, {
|
|
14492
14422
|
variant: "text",
|
|
14493
|
-
class: normalizeClass(["g-toolbar-docs",
|
|
14423
|
+
class: normalizeClass(["g-toolbar-docs", _ctx.whiteColor ? "white" : "black"]),
|
|
14494
14424
|
href: unref(currentHelpDocsAiCommunityUrl)(),
|
|
14495
14425
|
target: "_blank"
|
|
14496
14426
|
}, {
|
|
@@ -14570,7 +14500,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
14570
14500
|
style: normalizeStyle({ "-webkit-line-clamp": (_b = finalConfig.value) == null ? void 0 : _b.line })
|
|
14571
14501
|
}, [
|
|
14572
14502
|
createVNode(unref(Tooltip), {
|
|
14573
|
-
position:
|
|
14503
|
+
position: _ctx.position,
|
|
14574
14504
|
disabled: !content.value || !((_c = finalConfig.value) == null ? void 0 : _c.tooltip),
|
|
14575
14505
|
content: content.value
|
|
14576
14506
|
}, {
|
|
@@ -14617,16 +14547,16 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
14617
14547
|
createElementVNode("div", _hoisted_2$n, [
|
|
14618
14548
|
createElementVNode("div", {
|
|
14619
14549
|
class: "flex items-center",
|
|
14620
|
-
title:
|
|
14550
|
+
title: _ctx.data.nickname
|
|
14621
14551
|
}, [
|
|
14622
14552
|
createElementVNode("a", {
|
|
14623
|
-
href: unref(transformUrl)((_a =
|
|
14553
|
+
href: unref(transformUrl)((_a = _ctx.data) == null ? void 0 : _a.userPath),
|
|
14624
14554
|
target: "_blank",
|
|
14625
14555
|
class: "user-info flex w-[48px] items-center linktx"
|
|
14626
14556
|
}, [
|
|
14627
14557
|
createVNode(_sfc_main$F, {
|
|
14628
|
-
name:
|
|
14629
|
-
src:
|
|
14558
|
+
name: _ctx.data.nickname,
|
|
14559
|
+
src: _ctx.data.avatar,
|
|
14630
14560
|
width: 32,
|
|
14631
14561
|
height: 32
|
|
14632
14562
|
}, null, 8, ["name", "src"])
|
|
@@ -14636,23 +14566,23 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
14636
14566
|
createElementVNode("div", _hoisted_5$d, [
|
|
14637
14567
|
createElementVNode("div", _hoisted_6$b, [
|
|
14638
14568
|
createVNode(GLink, {
|
|
14639
|
-
href: unref(transformUrl)(
|
|
14569
|
+
href: unref(transformUrl)(_ctx.data.url),
|
|
14640
14570
|
target: "_blank",
|
|
14641
|
-
class: normalizeClass(["message-item-content cursor-pointer", { "text-light":
|
|
14571
|
+
class: normalizeClass(["message-item-content cursor-pointer", { "text-light": _ctx.data.read }]),
|
|
14642
14572
|
onClick: _cache[0] || (_cache[0] = ($event) => emits("trigger"))
|
|
14643
14573
|
}, {
|
|
14644
14574
|
default: withCtx(() => [
|
|
14645
14575
|
createVNode(GText, { class: "devui-link linktx" }, {
|
|
14646
14576
|
default: withCtx(() => [
|
|
14647
|
-
|
|
14577
|
+
_ctx.data.vHtml ? (openBlock(), createElementBlock("div", {
|
|
14648
14578
|
key: 0,
|
|
14649
|
-
title:
|
|
14650
|
-
innerHTML: unref(xssPurify)(
|
|
14579
|
+
title: _ctx.data.title,
|
|
14580
|
+
innerHTML: unref(xssPurify)(_ctx.data.title) || "",
|
|
14651
14581
|
class: "overflow-hidden"
|
|
14652
14582
|
}, null, 8, _hoisted_7$8)) : (openBlock(), createElementBlock("span", {
|
|
14653
14583
|
key: 1,
|
|
14654
|
-
title:
|
|
14655
|
-
}, toDisplayString$1(
|
|
14584
|
+
title: _ctx.data.title
|
|
14585
|
+
}, toDisplayString$1(_ctx.data.title || "-"), 9, _hoisted_8$7))
|
|
14656
14586
|
]),
|
|
14657
14587
|
_: 1
|
|
14658
14588
|
})
|
|
@@ -14662,21 +14592,21 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
14662
14592
|
createElementVNode("div", _hoisted_9$5, [
|
|
14663
14593
|
createVNode(GText, null, {
|
|
14664
14594
|
default: withCtx(() => [
|
|
14665
|
-
createTextVNode(toDisplayString$1(
|
|
14595
|
+
createTextVNode(toDisplayString$1(_ctx.data.repo), 1)
|
|
14666
14596
|
]),
|
|
14667
14597
|
_: 1
|
|
14668
14598
|
}),
|
|
14669
|
-
_cache[1] || (_cache[1] = createTextVNode(" "
|
|
14599
|
+
_cache[1] || (_cache[1] = createTextVNode(" ")),
|
|
14670
14600
|
createVNode(GText, { class: "message-type-text" }, {
|
|
14671
14601
|
default: withCtx(() => [
|
|
14672
|
-
createTextVNode(toDisplayString$1(
|
|
14602
|
+
createTextVNode(toDisplayString$1(_ctx.data.type || "-"), 1)
|
|
14673
14603
|
]),
|
|
14674
14604
|
_: 1
|
|
14675
14605
|
})
|
|
14676
14606
|
])
|
|
14677
14607
|
])
|
|
14678
14608
|
]),
|
|
14679
|
-
createElementVNode("div", _hoisted_10$5, toDisplayString$1(unref(formatTimeFromNow)(
|
|
14609
|
+
createElementVNode("div", _hoisted_10$5, toDisplayString$1(unref(formatTimeFromNow)(_ctx.data.time)), 1)
|
|
14680
14610
|
]);
|
|
14681
14611
|
};
|
|
14682
14612
|
}
|
|
@@ -15049,14 +14979,14 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
15049
14979
|
class: normalizeClass(["message-content-header-item mr-[8px]", { active: mentionSubTab.value === "project" }]),
|
|
15050
14980
|
onClick: _cache[2] || (_cache[2] = ($event) => switchMentionSubTab("project"))
|
|
15051
14981
|
}, [
|
|
15052
|
-
_cache[6] || (_cache[6] = createTextVNode(" 项目相关 "
|
|
14982
|
+
_cache[6] || (_cache[6] = createTextVNode(" 项目相关 ")),
|
|
15053
14983
|
mentionSubTabCount.value.project > 0 ? (openBlock(), createElementBlock("span", _hoisted_7$7, toDisplayString$1(mentionSubTabCount.value.project), 1)) : createCommentVNode("", true)
|
|
15054
14984
|
], 2),
|
|
15055
14985
|
createElementVNode("div", {
|
|
15056
14986
|
class: normalizeClass(["message-content-header-item", { active: mentionSubTab.value === "discussion" }]),
|
|
15057
14987
|
onClick: _cache[3] || (_cache[3] = ($event) => switchMentionSubTab("discussion"))
|
|
15058
14988
|
}, [
|
|
15059
|
-
_cache[7] || (_cache[7] = createTextVNode(" 在线讨论 "
|
|
14989
|
+
_cache[7] || (_cache[7] = createTextVNode(" 在线讨论 ")),
|
|
15060
14990
|
mentionSubTabCount.value.discussion > 0 ? (openBlock(), createElementBlock("span", _hoisted_8$6, toDisplayString$1(mentionSubTabCount.value.discussion), 1)) : createCommentVNode("", true)
|
|
15061
14991
|
], 2)
|
|
15062
14992
|
])) : createCommentVNode("", true),
|
|
@@ -15248,8 +15178,9 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
15248
15178
|
createElementVNode("div", _hoisted_2$l, [
|
|
15249
15179
|
(openBlock(true), createElementBlock(Fragment, null, renderList(linkList.value, (item) => {
|
|
15250
15180
|
return openBlock(), createElementBlock("div", mergeProps({
|
|
15251
|
-
key: item.label
|
|
15252
|
-
|
|
15181
|
+
key: item.label,
|
|
15182
|
+
ref_for: true
|
|
15183
|
+
}, item, {
|
|
15253
15184
|
class: ["tools-item-wrapper-checkbox-item", { "checked": unref(lang) === item.value }],
|
|
15254
15185
|
onClick: ($event) => handleClick(item),
|
|
15255
15186
|
title: item.value
|
|
@@ -15575,14 +15506,14 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15575
15506
|
}, [
|
|
15576
15507
|
createVNode(GLink, {
|
|
15577
15508
|
class: "g-user-drawer-info pl-[32px] pr-[16px] cursor-pointer",
|
|
15578
|
-
href: `${unref(layoutConfig2).VITE_HOST}/${
|
|
15509
|
+
href: `${unref(layoutConfig2).VITE_HOST}/${_ctx.accountInfo.username}`,
|
|
15579
15510
|
key: "myPage",
|
|
15580
|
-
target:
|
|
15511
|
+
target: _ctx.isChatBot ? "_blank" : ""
|
|
15581
15512
|
}, {
|
|
15582
15513
|
default: withCtx(() => [
|
|
15583
15514
|
createVNode(_sfc_main$F, {
|
|
15584
|
-
name:
|
|
15585
|
-
src:
|
|
15515
|
+
name: _ctx.accountInfo.nickname,
|
|
15516
|
+
src: _ctx.accountInfo.avatar,
|
|
15586
15517
|
width: 52,
|
|
15587
15518
|
height: 52
|
|
15588
15519
|
}, null, 8, ["name", "src"]),
|
|
@@ -15590,12 +15521,12 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15590
15521
|
createElementVNode("div", _hoisted_2$j, [
|
|
15591
15522
|
createElementVNode("p", {
|
|
15592
15523
|
class: "g-user-drawer-info-list-name ellipsis",
|
|
15593
|
-
title:
|
|
15594
|
-
}, toDisplayString$1(
|
|
15524
|
+
title: _ctx.accountInfo.nickname
|
|
15525
|
+
}, toDisplayString$1(_ctx.accountInfo.nickname), 9, _hoisted_3$i),
|
|
15595
15526
|
createElementVNode("p", {
|
|
15596
15527
|
class: "g-user-drawer-info-list-id ellipsis",
|
|
15597
|
-
title:
|
|
15598
|
-
}, "@" + toDisplayString$1(
|
|
15528
|
+
title: _ctx.accountInfo.username
|
|
15529
|
+
}, "@" + toDisplayString$1(_ctx.accountInfo.username), 9, _hoisted_4$e)
|
|
15599
15530
|
]),
|
|
15600
15531
|
createVNode(GIcon, {
|
|
15601
15532
|
name: "gt-line-right",
|
|
@@ -15605,13 +15536,13 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15605
15536
|
]),
|
|
15606
15537
|
_: 1
|
|
15607
15538
|
}, 8, ["href", "target"]),
|
|
15608
|
-
!
|
|
15539
|
+
!_ctx.inAIHub ? (openBlock(), createBlock(UserLevel, {
|
|
15609
15540
|
key: 0,
|
|
15610
|
-
accountInfo:
|
|
15541
|
+
accountInfo: _ctx.accountInfo
|
|
15611
15542
|
}, null, 8, ["accountInfo"])) : createCommentVNode("", true),
|
|
15612
15543
|
(openBlock(true), createElementBlock(Fragment, null, renderList(userMenuList.value, (block, index2) => {
|
|
15613
15544
|
return openBlock(), createElementBlock("div", {
|
|
15614
|
-
class: normalizeClass(["g-user-drawer-block", { "!pt-[0px]": index2 === 0 &&
|
|
15545
|
+
class: normalizeClass(["g-user-drawer-block", { "!pt-[0px]": index2 === 0 && _ctx.inAIHub }]),
|
|
15615
15546
|
key: index2
|
|
15616
15547
|
}, [
|
|
15617
15548
|
block.component ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
@@ -15624,10 +15555,11 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15624
15555
|
}))
|
|
15625
15556
|
], 64)) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList(block, (item) => {
|
|
15626
15557
|
return openBlock(), createBlock(OptionLink, mergeProps({
|
|
15627
|
-
key: item.id
|
|
15628
|
-
|
|
15558
|
+
key: item.id,
|
|
15559
|
+
ref_for: true
|
|
15560
|
+
}, item, {
|
|
15629
15561
|
onClick: ($event) => handleClick(item),
|
|
15630
|
-
target:
|
|
15562
|
+
target: _ctx.isChatBot && !item.action ? "_blank" : item.target || ""
|
|
15631
15563
|
}), {
|
|
15632
15564
|
default: withCtx(() => [
|
|
15633
15565
|
item.icon ? (openBlock(), createBlock(GIcon, {
|
|
@@ -15803,9 +15735,9 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
15803
15735
|
name: accountInfo.value.nickname,
|
|
15804
15736
|
src: unref(transformUrl)(accountInfo.value.avatar)
|
|
15805
15737
|
}, null, 8, ["name", "src"]),
|
|
15806
|
-
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_2$i,
|
|
15738
|
+
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_2$i, _cache[4] || (_cache[4] = [
|
|
15807
15739
|
createElementVNode("div", null, null, -1)
|
|
15808
|
-
])
|
|
15740
|
+
]))) : createCommentVNode("", true)
|
|
15809
15741
|
])
|
|
15810
15742
|
])) : (openBlock(), createBlock(unref(Dropdown), {
|
|
15811
15743
|
key: 1,
|
|
@@ -15818,13 +15750,13 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
15818
15750
|
menu: withCtx(() => [
|
|
15819
15751
|
createElementVNode("div", _hoisted_5$9, [
|
|
15820
15752
|
createVNode(UserAvatarMenu, {
|
|
15821
|
-
independence:
|
|
15822
|
-
loginOutFinish:
|
|
15753
|
+
independence: _ctx.independence,
|
|
15754
|
+
loginOutFinish: _ctx.loginOutFinish,
|
|
15823
15755
|
accountInfo: accountInfo.value,
|
|
15824
|
-
isChatBot:
|
|
15825
|
-
inAIHub:
|
|
15826
|
-
userMenus:
|
|
15827
|
-
inEnterpriseHeader:
|
|
15756
|
+
isChatBot: _ctx.isChatBot,
|
|
15757
|
+
inAIHub: _ctx.inAIHub,
|
|
15758
|
+
userMenus: _ctx.userMenus,
|
|
15759
|
+
inEnterpriseHeader: _ctx.inEnterpriseHeader,
|
|
15828
15760
|
onLinkClick: resetOverflow
|
|
15829
15761
|
}, null, 8, ["independence", "loginOutFinish", "accountInfo", "isChatBot", "inAIHub", "userMenus", "inEnterpriseHeader"])
|
|
15830
15762
|
])
|
|
@@ -15835,9 +15767,9 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
15835
15767
|
name: accountInfo.value.nickname,
|
|
15836
15768
|
src: unref(transformUrl)(accountInfo.value.avatar)
|
|
15837
15769
|
}, null, 8, ["name", "src"]),
|
|
15838
|
-
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_4$d,
|
|
15770
|
+
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_4$d, _cache[5] || (_cache[5] = [
|
|
15839
15771
|
createElementVNode("div", null, null, -1)
|
|
15840
|
-
])
|
|
15772
|
+
]))) : createCommentVNode("", true)
|
|
15841
15773
|
])
|
|
15842
15774
|
]),
|
|
15843
15775
|
_: 1
|
|
@@ -15860,13 +15792,13 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
15860
15792
|
})
|
|
15861
15793
|
]),
|
|
15862
15794
|
createVNode(UserAvatarMenu, {
|
|
15863
|
-
independence:
|
|
15864
|
-
loginOutFinish:
|
|
15795
|
+
independence: _ctx.independence,
|
|
15796
|
+
loginOutFinish: _ctx.loginOutFinish,
|
|
15865
15797
|
accountInfo: accountInfo.value,
|
|
15866
|
-
isChatBot:
|
|
15867
|
-
inAIHub:
|
|
15868
|
-
userMenus:
|
|
15869
|
-
inEnterpriseHeader:
|
|
15798
|
+
isChatBot: _ctx.isChatBot,
|
|
15799
|
+
inAIHub: _ctx.inAIHub,
|
|
15800
|
+
userMenus: _ctx.userMenus,
|
|
15801
|
+
inEnterpriseHeader: _ctx.inEnterpriseHeader,
|
|
15870
15802
|
onClick: _cache[2] || (_cache[2] = ($event) => drawerVisible.value = false),
|
|
15871
15803
|
onLinkClick: resetOverflow
|
|
15872
15804
|
}, null, 8, ["independence", "loginOutFinish", "accountInfo", "isChatBot", "inAIHub", "userMenus", "inEnterpriseHeader"])
|
|
@@ -15987,13 +15919,13 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
15987
15919
|
var _a;
|
|
15988
15920
|
const layoutConfig2 = useLayoutConfig();
|
|
15989
15921
|
const { t: $t } = i18n.global;
|
|
15990
|
-
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-
|
|
15991
|
-
const UserSearch = defineAsyncComponent(() => import("./UserSearch-
|
|
15992
|
-
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-
|
|
15993
|
-
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-
|
|
15994
|
-
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-
|
|
15995
|
-
const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-
|
|
15996
|
-
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-
|
|
15922
|
+
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-DjQz4qjN.js"));
|
|
15923
|
+
const UserSearch = defineAsyncComponent(() => import("./UserSearch-DWTuE5Nn.js"));
|
|
15924
|
+
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-w7oCUWSW.js"));
|
|
15925
|
+
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-CSVhU_GH.js"));
|
|
15926
|
+
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-hyf4267C.js"));
|
|
15927
|
+
const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-DUBtbNrX.js"));
|
|
15928
|
+
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-C5JymiUx.js"));
|
|
15997
15929
|
const props = __props;
|
|
15998
15930
|
const repoInfo = inject("repoInfo");
|
|
15999
15931
|
const orgInfo = inject("orgInfo");
|
|
@@ -16452,9 +16384,9 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16452
16384
|
});
|
|
16453
16385
|
return (_ctx, _cache) => {
|
|
16454
16386
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
16455
|
-
!
|
|
16387
|
+
!_ctx.inAIHub ? (openBlock(), createElementBlock("div", {
|
|
16456
16388
|
key: 0,
|
|
16457
|
-
class: normalizeClass([isFocus.value ? "focusSearch" : { "left-search": true }, Boolean(
|
|
16389
|
+
class: normalizeClass([isFocus.value ? "focusSearch" : { "left-search": true }, Boolean(_ctx.isShowStickyNotice) ? "focusSearch-sticky-notice" : ""]),
|
|
16458
16390
|
onClick: _cache[6] || (_cache[6] = withModifiers(() => {
|
|
16459
16391
|
}, ["stop"]))
|
|
16460
16392
|
}, [
|
|
@@ -16467,7 +16399,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16467
16399
|
createVNode(unref(Dropdown), {
|
|
16468
16400
|
align: "start",
|
|
16469
16401
|
position: ["bottom", "bottom-start"],
|
|
16470
|
-
"overlay-class":
|
|
16402
|
+
"overlay-class": _ctx.isShowStickyNotice ? "history-box-sticky-notice history-box" : "history-box",
|
|
16471
16403
|
trigger: "manually",
|
|
16472
16404
|
visible: dropDownVisible.value,
|
|
16473
16405
|
"close-scope": "none",
|
|
@@ -16622,7 +16554,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16622
16554
|
_: 3
|
|
16623
16555
|
}, 8, ["overlay-class", "visible"])
|
|
16624
16556
|
], 2)) : createCommentVNode("", true),
|
|
16625
|
-
|
|
16557
|
+
_ctx.inAIHub ? (openBlock(), createElementBlock("div", _hoisted_6$7, [
|
|
16626
16558
|
createVNode(unref(Input), {
|
|
16627
16559
|
placeholder: unref($t)("gitCodeLayout.home.searchPlaceholder"),
|
|
16628
16560
|
onKeydown: withKeys(searchResult, ["enter"]),
|
|
@@ -16769,7 +16701,7 @@ const autoAvokeLogin = ({ isLogin, loginFunc, openHarmonyGuide, loginSuccess, lo
|
|
|
16769
16701
|
loginFunc({ type: "login", triggerType: "", loginTriggerSource: "router_login_auth", ...loginFuncOpts }, loginSuccess, openHarmonyGuide);
|
|
16770
16702
|
}
|
|
16771
16703
|
};
|
|
16772
|
-
const NoticeModal = defineAsyncComponent(() => import("./notice-
|
|
16704
|
+
const NoticeModal = defineAsyncComponent(() => import("./notice-B_OtvjAy.js"));
|
|
16773
16705
|
function clearNotice() {
|
|
16774
16706
|
if (localStorage$2.getItem("validator_email")) {
|
|
16775
16707
|
localStorage$2.removeItem("validator_email");
|
|
@@ -16897,7 +16829,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
16897
16829
|
};
|
|
16898
16830
|
const isHomePageHiddenMenuBtn = computed(() => {
|
|
16899
16831
|
if (!route) return false;
|
|
16900
|
-
return props.sceneValue === SceneValue.home && ["home", "issues", "kanban", "discussionCreated", "merge"].includes(route == null ? void 0 : route.name) && !["sm", "lg"].includes(widthType.value);
|
|
16832
|
+
return props.sceneValue === SceneValue.home && ["home", "issues", "kanban", "discussionCreated", "merge", "marketplace", "marketplaceDetail"].includes(route == null ? void 0 : route.name) && !["sm", "lg"].includes(widthType.value);
|
|
16901
16833
|
});
|
|
16902
16834
|
const { isMobile } = usePageResize();
|
|
16903
16835
|
const { widthType } = usePageResize();
|
|
@@ -17202,7 +17134,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17202
17134
|
style: normalizeStyle({ height: `${unref(height)}px` })
|
|
17203
17135
|
}, [
|
|
17204
17136
|
createElementVNode("div", {
|
|
17205
|
-
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" : "",
|
|
17137
|
+
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" : ""]]),
|
|
17206
17138
|
ref_key: "headerRef",
|
|
17207
17139
|
ref: headerRef,
|
|
17208
17140
|
style: normalizeStyle(detailBgStyle.value)
|
|
@@ -17240,13 +17172,13 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17240
17172
|
class: "cursor-pointer hover:!text-[var(--theme-stress-text)] g-toolbar-left-asideicon",
|
|
17241
17173
|
color: "var(--theme-aide-text)"
|
|
17242
17174
|
})) : createCommentVNode("", true),
|
|
17243
|
-
showNameAndIcon.value &&
|
|
17175
|
+
showNameAndIcon.value && _ctx.independence || inAIHub.value ? (openBlock(), createBlock(GLink, {
|
|
17244
17176
|
key: 1,
|
|
17245
17177
|
class: normalizeClass(["g-toolbar-left-logo", [inAIHub.value ? "ai-logo" : ""]]),
|
|
17246
17178
|
style: normalizeStyle(logoStyle.value),
|
|
17247
17179
|
href: inAIHub.value ? `${unref(layoutConfig2).VITE_AI_HOST}` : `${unref(layoutConfig2).VITE_HOST}?p=seo`
|
|
17248
17180
|
}, null, 8, ["class", "style", "href"])) : createCommentVNode("", true),
|
|
17249
|
-
showNameAndIcon.value && !
|
|
17181
|
+
showNameAndIcon.value && !_ctx.independence ? (openBlock(), createBlock(GLink, {
|
|
17250
17182
|
key: 2,
|
|
17251
17183
|
class: normalizeClass(["g-toolbar-left-logo", [inAIHub.value ? "ai-logo" : ""]]),
|
|
17252
17184
|
style: normalizeStyle(logoStyle.value),
|
|
@@ -17259,12 +17191,12 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17259
17191
|
}, [
|
|
17260
17192
|
_ctx.$slots.headerCustom ? renderSlot(_ctx.$slots, "headerCustom", { key: 0 }, void 0, true) : isModuleVisible(unref(HeaderDisplayItem).CUSTOM_CONTENT) && !showNameAndIcon.value ? (openBlock(), createBlock(HeaderCustom, {
|
|
17261
17193
|
key: 1,
|
|
17262
|
-
scene:
|
|
17263
|
-
isLogin:
|
|
17264
|
-
errorCode: (_a2 =
|
|
17265
|
-
orgProps: (_b =
|
|
17266
|
-
repoProps: (_c =
|
|
17267
|
-
userProps: (_d =
|
|
17194
|
+
scene: _ctx.sceneValue,
|
|
17195
|
+
isLogin: _ctx.isLogin,
|
|
17196
|
+
errorCode: (_a2 = _ctx.headerCustomProps) == null ? void 0 : _a2.errorCode,
|
|
17197
|
+
orgProps: (_b = _ctx.headerCustomProps) == null ? void 0 : _b.orgProps,
|
|
17198
|
+
repoProps: (_c = _ctx.headerCustomProps) == null ? void 0 : _c.repoProps,
|
|
17199
|
+
userProps: (_d = _ctx.headerCustomProps) == null ? void 0 : _d.userProps,
|
|
17268
17200
|
onFollowDevCommunity: _cache[1] || (_cache[1] = ($event) => emit("followDevCommunity", $event)),
|
|
17269
17201
|
onFollowUser: _cache[2] || (_cache[2] = ($event) => emit("followUser"))
|
|
17270
17202
|
}, {
|
|
@@ -17283,7 +17215,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17283
17215
|
(openBlock(), createBlock(Search, {
|
|
17284
17216
|
inAIHub: inAIHub.value,
|
|
17285
17217
|
key: _ctx.$route.fullPath,
|
|
17286
|
-
sceneValue:
|
|
17218
|
+
sceneValue: _ctx.sceneValue,
|
|
17287
17219
|
isShowStickyNotice: isShowStickyNoticeByClose.value
|
|
17288
17220
|
}, {
|
|
17289
17221
|
searchRecommend: withCtx(() => [
|
|
@@ -17303,7 +17235,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17303
17235
|
createVNode(ClaimPower, { config: claimPowerConfig.value }, null, 8, ["config"]),
|
|
17304
17236
|
isModuleVisible(unref(HeaderDisplayItem).OPERATION_ENTRY) ? (openBlock(), createBlock(OperationEntry, { key: 0 })) : createCommentVNode("", true)
|
|
17305
17237
|
]),
|
|
17306
|
-
!
|
|
17238
|
+
!_ctx.isLogin ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17307
17239
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17308
17240
|
unref(isMobile) ? (openBlock(), createElementBlock("section", {
|
|
17309
17241
|
key: 0,
|
|
@@ -17349,10 +17281,10 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17349
17281
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createBlock(UserAvatar, {
|
|
17350
17282
|
key: 3,
|
|
17351
17283
|
isChatBot: isChatBot.value,
|
|
17352
|
-
loginOutFinish:
|
|
17284
|
+
loginOutFinish: _ctx.loginOutFinish,
|
|
17353
17285
|
inAIHub: inAIHub.value,
|
|
17354
|
-
independence:
|
|
17355
|
-
userMenus:
|
|
17286
|
+
independence: _ctx.independence,
|
|
17287
|
+
userMenus: _ctx.userMenus
|
|
17356
17288
|
}, null, 8, ["isChatBot", "loginOutFinish", "inAIHub", "independence", "userMenus"])) : createCommentVNode("", true)
|
|
17357
17289
|
], 64))
|
|
17358
17290
|
], 2)
|
|
@@ -17610,21 +17542,21 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
17610
17542
|
createElementVNode("div", {
|
|
17611
17543
|
ref_key: "headerRef",
|
|
17612
17544
|
ref: headerRef,
|
|
17613
|
-
class: normalizeClass(["g-header allow-click-stop fixed z-[21] bg-[var(--theme-default-bg)]", [showHeaderShadow.value ? "head-shadow" : "",
|
|
17545
|
+
class: normalizeClass(["g-header allow-click-stop fixed z-[21] bg-[var(--theme-default-bg)]", [showHeaderShadow.value ? "head-shadow" : "", _ctx.headerBorder ? "oldBorder" : "", headerClassName.value]])
|
|
17614
17546
|
}, [
|
|
17615
17547
|
createVNode(SiteAnnouncement),
|
|
17616
17548
|
withDirectives((openBlock(), createElementBlock("div", _hoisted_1$j, [
|
|
17617
17549
|
createElementVNode("div", _hoisted_2$e, [
|
|
17618
17550
|
createElementVNode("div", _hoisted_3$d, [
|
|
17619
17551
|
createVNode(_sfc_main$F, {
|
|
17620
|
-
src: (_a2 =
|
|
17621
|
-
name: (_b =
|
|
17552
|
+
src: (_a2 = _ctx.enterpriseInfo) == null ? void 0 : _a2.avatar,
|
|
17553
|
+
name: (_b = _ctx.enterpriseInfo) == null ? void 0 : _b.name,
|
|
17622
17554
|
isRound: false,
|
|
17623
17555
|
width: 32,
|
|
17624
17556
|
height: 32,
|
|
17625
17557
|
class: "enterprise-avatar"
|
|
17626
17558
|
}, null, 8, ["src", "name"]),
|
|
17627
|
-
createElementVNode("span", _hoisted_4$9, toDisplayString$1((_c =
|
|
17559
|
+
createElementVNode("span", _hoisted_4$9, toDisplayString$1((_c = _ctx.enterpriseInfo) == null ? void 0 : _c.name), 1),
|
|
17628
17560
|
createElementVNode("span", _hoisted_5$5, toDisplayString$1(unref(t2)("gitCodeLayout.header.enterpriseFlag")), 1)
|
|
17629
17561
|
])
|
|
17630
17562
|
]),
|
|
@@ -17647,7 +17579,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
17647
17579
|
], true) : createCommentVNode("", true)
|
|
17648
17580
|
]),
|
|
17649
17581
|
createElementVNode("div", _hoisted_7$3, [
|
|
17650
|
-
!
|
|
17582
|
+
!_ctx.isLogin ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17651
17583
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17652
17584
|
unref(isMobile) ? (openBlock(), createElementBlock("section", {
|
|
17653
17585
|
key: 0,
|
|
@@ -17708,10 +17640,10 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
17708
17640
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createBlock(UserAvatar, {
|
|
17709
17641
|
key: 2,
|
|
17710
17642
|
isChatBot: false,
|
|
17711
|
-
loginOutFinish:
|
|
17643
|
+
loginOutFinish: _ctx.loginOutFinish,
|
|
17712
17644
|
inAIHub: false,
|
|
17713
|
-
independence:
|
|
17714
|
-
userMenus:
|
|
17645
|
+
independence: _ctx.independence,
|
|
17646
|
+
userMenus: _ctx.userMenus,
|
|
17715
17647
|
inEnterpriseHeader: true
|
|
17716
17648
|
}, null, 8, ["loginOutFinish", "independence", "userMenus"])) : createCommentVNode("", true)
|
|
17717
17649
|
], 64))
|
|
@@ -17957,9 +17889,9 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
17957
17889
|
const layoutConfig2 = useLayoutConfig();
|
|
17958
17890
|
const { t: t2 } = i18n.global;
|
|
17959
17891
|
const route = useRoute();
|
|
17960
|
-
const MenuItem = defineAsyncComponent(() => import("./MenuItem-
|
|
17961
|
-
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-
|
|
17962
|
-
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-
|
|
17892
|
+
const MenuItem = defineAsyncComponent(() => import("./MenuItem-BCooZJL_.js"));
|
|
17893
|
+
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-CoALpaeI.js"));
|
|
17894
|
+
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-B23gGYAR.js"));
|
|
17963
17895
|
const props = __props;
|
|
17964
17896
|
const useReport2 = inject("useReport");
|
|
17965
17897
|
const userInfo = inject("userInfo");
|
|
@@ -18174,10 +18106,11 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
18174
18106
|
(openBlock(true), createElementBlock(Fragment, null, renderList(filterList.value, (item) => {
|
|
18175
18107
|
return openBlock(), createBlock(resolveDynamicComponent(renderComponent(item)), mergeProps({
|
|
18176
18108
|
key: item.id,
|
|
18177
|
-
isLogin:
|
|
18109
|
+
isLogin: _ctx.isLogin,
|
|
18178
18110
|
item,
|
|
18179
|
-
slotKeys:
|
|
18180
|
-
|
|
18111
|
+
slotKeys: _ctx.slotKeys,
|
|
18112
|
+
ref_for: true
|
|
18113
|
+
}, getProps(item)), createSlots({ _: 2 }, [
|
|
18181
18114
|
renderList(mainSiteSlotKeys.value, (key) => {
|
|
18182
18115
|
return {
|
|
18183
18116
|
name: key,
|
|
@@ -18198,9 +18131,9 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
18198
18131
|
}, {
|
|
18199
18132
|
default: withCtx(() => [
|
|
18200
18133
|
(openBlock(), createBlock(resolveDynamicComponent(LayoutSlotComponent(key)), mergeProps({ ref_for: true }, getProps(item), {
|
|
18201
|
-
slotKeys:
|
|
18134
|
+
slotKeys: _ctx.slotKeys,
|
|
18202
18135
|
item,
|
|
18203
|
-
isLogin:
|
|
18136
|
+
isLogin: _ctx.isLogin
|
|
18204
18137
|
}), null, 16, ["slotKeys", "item", "isLogin"]))
|
|
18205
18138
|
]),
|
|
18206
18139
|
_: 2
|
|
@@ -18252,8 +18185,9 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
18252
18185
|
createElementVNode("div", _hoisted_2$c, [
|
|
18253
18186
|
(openBlock(true), createElementBlock(Fragment, null, renderList(themeList.value, (item) => {
|
|
18254
18187
|
return openBlock(), createElementBlock("div", mergeProps({
|
|
18255
|
-
key: item.value
|
|
18256
|
-
|
|
18188
|
+
key: item.value,
|
|
18189
|
+
ref_for: true
|
|
18190
|
+
}, item, {
|
|
18257
18191
|
class: ["tools-item-wrapper-checkbox-item", { checked: activeTheme.value === item.value }],
|
|
18258
18192
|
onClick: ($event) => handleClick(item),
|
|
18259
18193
|
title: item.value
|
|
@@ -18293,17 +18227,17 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
18293
18227
|
withDirectives(createElementVNode("div", _hoisted_2$b, [
|
|
18294
18228
|
createVNode(_sfc_main$k)
|
|
18295
18229
|
], 512), [
|
|
18296
|
-
[vShow,
|
|
18230
|
+
[vShow, _ctx.showThemeSetting]
|
|
18297
18231
|
]),
|
|
18298
18232
|
withDirectives(createElementVNode("div", _hoisted_3$b, [
|
|
18299
18233
|
createVNode(_sfc_main$t)
|
|
18300
18234
|
], 512), [
|
|
18301
|
-
[vShow,
|
|
18235
|
+
[vShow, _ctx.showLangSetting]
|
|
18302
18236
|
])
|
|
18303
18237
|
]),
|
|
18304
18238
|
default: withCtx(() => [
|
|
18305
18239
|
createElementVNode("div", {
|
|
18306
|
-
class: normalizeClass(["aside-footer-tools-item", { "aside-footer-tools-item-little":
|
|
18240
|
+
class: normalizeClass(["aside-footer-tools-item", { "aside-footer-tools-item-little": _ctx.asideSetShowLittle }])
|
|
18307
18241
|
}, [
|
|
18308
18242
|
createVNode(GIcon, {
|
|
18309
18243
|
name: "gt-line-setting",
|
|
@@ -18477,7 +18411,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
18477
18411
|
target: "_blank",
|
|
18478
18412
|
rel: "noopener noreferrer"
|
|
18479
18413
|
}, "CSDN", -1)),
|
|
18480
|
-
_cache[2] || (_cache[2] = createTextVNode(" | "
|
|
18414
|
+
_cache[2] || (_cache[2] = createTextVNode(" | ")),
|
|
18481
18415
|
createElementVNode("a", _hoisted_8$2, toDisplayString$1(unref(t2)("gitCodeLayout.home.HWCloud")), 1)
|
|
18482
18416
|
], 2),
|
|
18483
18417
|
createElementVNode("p", _hoisted_9$2, [
|
|
@@ -18490,7 +18424,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
18490
18424
|
]),
|
|
18491
18425
|
_: 1
|
|
18492
18426
|
}, 8, ["href"]),
|
|
18493
|
-
_cache[3] || (_cache[3] = createTextVNode(" | "
|
|
18427
|
+
_cache[3] || (_cache[3] = createTextVNode(" | ")),
|
|
18494
18428
|
createVNode(GLink, {
|
|
18495
18429
|
target: "_blank",
|
|
18496
18430
|
href: unref(copyright).beian_url
|
|
@@ -18653,11 +18587,11 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
18653
18587
|
});
|
|
18654
18588
|
return (_ctx, _cache) => {
|
|
18655
18589
|
return openBlock(), createBlock(unref(Aside), {
|
|
18656
|
-
class: normalizeClass(["config-aside-content", { "side-bar-content-shot":
|
|
18590
|
+
class: normalizeClass(["config-aside-content", { "side-bar-content-shot": _ctx.asideSetShowLittle }])
|
|
18657
18591
|
}, {
|
|
18658
18592
|
default: withCtx(() => [
|
|
18659
18593
|
createElementVNode("div", {
|
|
18660
|
-
class: normalizeClass(["config-aside__content", { "side-bar-content-shot":
|
|
18594
|
+
class: normalizeClass(["config-aside__content", { "side-bar-content-shot": _ctx.asideSetShowLittle, "shot-isCh": !unref(isEn) }])
|
|
18661
18595
|
}, [
|
|
18662
18596
|
withDirectives((openBlock(), createElementBlock("div", _hoisted_1$e, [
|
|
18663
18597
|
createElementVNode("div", {
|
|
@@ -18677,10 +18611,10 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
18677
18611
|
}, [
|
|
18678
18612
|
createVNode(Area, {
|
|
18679
18613
|
list: getAreaItem(item),
|
|
18680
|
-
isLogin:
|
|
18614
|
+
isLogin: _ctx.isLogin,
|
|
18681
18615
|
slotKeys: layoutSlotKeys.value,
|
|
18682
|
-
sceneValue:
|
|
18683
|
-
asideSetShowLittle:
|
|
18616
|
+
sceneValue: _ctx.sceneValue,
|
|
18617
|
+
asideSetShowLittle: _ctx.asideSetShowLittle
|
|
18684
18618
|
}, createSlots({ _: 2 }, [
|
|
18685
18619
|
renderList(layoutSlotKeys.value, (key) => {
|
|
18686
18620
|
return {
|
|
@@ -18704,24 +18638,24 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
18704
18638
|
}, null, 8, ["name"]),
|
|
18705
18639
|
_cache[2] || (_cache[2] = createElementVNode("span", null, "群组讨论", -1))
|
|
18706
18640
|
], 32)) : createCommentVNode("", true),
|
|
18707
|
-
!
|
|
18641
|
+
!_ctx.asideSetShowLittle && index2 !== displayArea.value.length - 1 ? (openBlock(), createElementBlock("hr", _hoisted_4$7)) : createCommentVNode("", true)
|
|
18708
18642
|
], 64);
|
|
18709
18643
|
}), 128)),
|
|
18710
|
-
!
|
|
18644
|
+
!_ctx.asideSetShowLittle && isModuleVisible(unref(AsideDisplayItem).LINK) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
18711
18645
|
_cache[3] || (_cache[3] = createElementVNode("hr", { class: "line mt-[16px] mb-[16px]" }, null, -1)),
|
|
18712
18646
|
createVNode(SubMenuList)
|
|
18713
18647
|
], 64)) : createCommentVNode("", true)
|
|
18714
18648
|
])),
|
|
18715
|
-
!
|
|
18649
|
+
!_ctx.asideSetShowLittle && isModuleVisible(unref(AsideDisplayItem).SITE_INFO) ? (openBlock(), createBlock(ContactInfo, { key: 2 })) : createCommentVNode("", true)
|
|
18716
18650
|
], 34),
|
|
18717
18651
|
showPreferencesSetting.value ? (openBlock(), createElementBlock("div", {
|
|
18718
18652
|
key: 0,
|
|
18719
|
-
class: normalizeClass(["aside-footer-tools", { "aside-footer-tools-little":
|
|
18653
|
+
class: normalizeClass(["aside-footer-tools", { "aside-footer-tools-little": _ctx.asideSetShowLittle }])
|
|
18720
18654
|
}, [
|
|
18721
18655
|
createVNode(_sfc_main$j, {
|
|
18722
|
-
"show-lang-setting":
|
|
18723
|
-
"show-theme-setting":
|
|
18724
|
-
asideSetShowLittle:
|
|
18656
|
+
"show-lang-setting": _ctx.showLangSetting,
|
|
18657
|
+
"show-theme-setting": _ctx.showThemeSetting,
|
|
18658
|
+
asideSetShowLittle: _ctx.asideSetShowLittle
|
|
18725
18659
|
}, null, 8, ["show-lang-setting", "show-theme-setting", "asideSetShowLittle"])
|
|
18726
18660
|
], 2)) : createCommentVNode("", true)
|
|
18727
18661
|
])), [
|
|
@@ -18792,7 +18726,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
18792
18726
|
provide("asideSetShow", asideSetShow);
|
|
18793
18727
|
console.log("indexasideSetShow", asideSetShow.value);
|
|
18794
18728
|
const isHome = computed(() => {
|
|
18795
|
-
return props.sceneValue === SceneValue.home && ["home", "issues", "kanban", "discussionCreated", "merge", "dashboard"].includes(route == null ? void 0 : route.name);
|
|
18729
|
+
return props.sceneValue === SceneValue.home && ["home", "issues", "kanban", "discussionCreated", "merge", "dashboard", "marketplace", "marketplaceDetail"].includes(route == null ? void 0 : route.name);
|
|
18796
18730
|
});
|
|
18797
18731
|
const asideSize = computed(() => {
|
|
18798
18732
|
if (props.collapseMode) {
|
|
@@ -18864,18 +18798,18 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
18864
18798
|
key: 0,
|
|
18865
18799
|
class: normalizeClass(["left-side-bar", { oldWhite: asideSetShowLittleMode.value, higherZIndex: unref(SITE_STATUS).DISABLE }]),
|
|
18866
18800
|
style: normalizeStyle({ width: mainMarginLeftWidth.value + "px", top: unref(headerHeight2) + "px" }),
|
|
18867
|
-
sceneValue:
|
|
18801
|
+
sceneValue: _ctx.sceneValue,
|
|
18868
18802
|
asideDefaultWidth: mainMarginLeftWidth.value,
|
|
18869
18803
|
asideSetShowLittle: asideSetShowLittleMode.value,
|
|
18870
|
-
isLogin:
|
|
18871
|
-
showPreferencesSetting:
|
|
18872
|
-
showThemeSetting:
|
|
18873
|
-
showLangSetting:
|
|
18874
|
-
independence:
|
|
18875
|
-
slotKeys:
|
|
18876
|
-
collapseMode:
|
|
18804
|
+
isLogin: _ctx.isLogin,
|
|
18805
|
+
showPreferencesSetting: _ctx.showPreferencesSetting,
|
|
18806
|
+
showThemeSetting: _ctx.showThemeSetting,
|
|
18807
|
+
showLangSetting: _ctx.showLangSetting,
|
|
18808
|
+
independence: _ctx.independence,
|
|
18809
|
+
slotKeys: _ctx.slotKeys,
|
|
18810
|
+
collapseMode: _ctx.collapseMode
|
|
18877
18811
|
}, createSlots({ _: 2 }, [
|
|
18878
|
-
renderList(
|
|
18812
|
+
renderList(_ctx.slotKeys, (key) => {
|
|
18879
18813
|
return {
|
|
18880
18814
|
name: key,
|
|
18881
18815
|
fn: withCtx(() => [
|
|
@@ -18897,8 +18831,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
18897
18831
|
createVNode(GLink, {
|
|
18898
18832
|
class: "g-toolbar-left-logo",
|
|
18899
18833
|
style: normalizeStyle(logoStyle.value),
|
|
18900
|
-
to:
|
|
18901
|
-
href:
|
|
18834
|
+
to: _ctx.independence ? "" : { name: "home" },
|
|
18835
|
+
href: _ctx.independence ? unref(transformUrl)(unref(layoutConfig2).VITE_HOST) : ""
|
|
18902
18836
|
}, null, 8, ["style", "to", "href"]),
|
|
18903
18837
|
createVNode(unref(Button), {
|
|
18904
18838
|
class: "cursor-pointer draw-side-bar-close",
|
|
@@ -18908,14 +18842,14 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
18908
18842
|
})
|
|
18909
18843
|
]),
|
|
18910
18844
|
createVNode(ConfigAideContent, mergeProps(props, {
|
|
18911
|
-
sceneValue:
|
|
18845
|
+
sceneValue: _ctx.sceneValue,
|
|
18912
18846
|
asideDefaultWidth: 240,
|
|
18913
|
-
isLogin:
|
|
18914
|
-
showPreferencesSetting:
|
|
18915
|
-
showThemeSetting:
|
|
18916
|
-
showLangSetting:
|
|
18917
|
-
independence:
|
|
18918
|
-
slotKeys:
|
|
18847
|
+
isLogin: _ctx.isLogin,
|
|
18848
|
+
showPreferencesSetting: _ctx.showPreferencesSetting,
|
|
18849
|
+
showThemeSetting: _ctx.showThemeSetting,
|
|
18850
|
+
showLangSetting: _ctx.showLangSetting,
|
|
18851
|
+
independence: _ctx.independence,
|
|
18852
|
+
slotKeys: _ctx.slotKeys
|
|
18919
18853
|
}), null, 16, ["sceneValue", "isLogin", "showPreferencesSetting", "showThemeSetting", "showLangSetting", "independence", "slotKeys"])
|
|
18920
18854
|
]),
|
|
18921
18855
|
_: 1
|
|
@@ -19756,12 +19690,12 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
19756
19690
|
showLangSetting: "",
|
|
19757
19691
|
showThemeSetting: ""
|
|
19758
19692
|
}, {
|
|
19759
|
-
home: withCtx(() =>
|
|
19693
|
+
home: withCtx(() => _cache[3] || (_cache[3] = [
|
|
19760
19694
|
createElementVNode("div", null, "首页hover-插槽", -1)
|
|
19761
|
-
])
|
|
19762
|
-
issues: withCtx(() =>
|
|
19695
|
+
])),
|
|
19696
|
+
issues: withCtx(() => _cache[4] || (_cache[4] = [
|
|
19763
19697
|
createElementVNode("div", null, "issues hover-插槽", -1)
|
|
19764
|
-
])
|
|
19698
|
+
])),
|
|
19765
19699
|
_: 1
|
|
19766
19700
|
}, 8, ["sceneValue", "userInfo", "isLogin", "request", "globalStore", "independence", "collapseMode"])
|
|
19767
19701
|
]),
|
|
@@ -19777,18 +19711,18 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
19777
19711
|
key: "是",
|
|
19778
19712
|
value: true
|
|
19779
19713
|
}, {
|
|
19780
|
-
default: withCtx(() =>
|
|
19781
|
-
createTextVNode("普通 Header"
|
|
19782
|
-
])
|
|
19714
|
+
default: withCtx(() => _cache[5] || (_cache[5] = [
|
|
19715
|
+
createTextVNode("普通 Header")
|
|
19716
|
+
])),
|
|
19783
19717
|
_: 1
|
|
19784
19718
|
})),
|
|
19785
19719
|
(openBlock(), createBlock(unref(Radio), {
|
|
19786
19720
|
key: "否",
|
|
19787
19721
|
value: false
|
|
19788
19722
|
}, {
|
|
19789
|
-
default: withCtx(() =>
|
|
19790
|
-
createTextVNode("企业版 Header"
|
|
19791
|
-
])
|
|
19723
|
+
default: withCtx(() => _cache[6] || (_cache[6] = [
|
|
19724
|
+
createTextVNode("企业版 Header")
|
|
19725
|
+
])),
|
|
19792
19726
|
_: 1
|
|
19793
19727
|
}))
|
|
19794
19728
|
]),
|
|
@@ -19829,18 +19763,18 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
19829
19763
|
key: "是",
|
|
19830
19764
|
value: true
|
|
19831
19765
|
}, {
|
|
19832
|
-
default: withCtx(() =>
|
|
19833
|
-
createTextVNode("是"
|
|
19834
|
-
])
|
|
19766
|
+
default: withCtx(() => _cache[7] || (_cache[7] = [
|
|
19767
|
+
createTextVNode("是")
|
|
19768
|
+
])),
|
|
19835
19769
|
_: 1
|
|
19836
19770
|
})),
|
|
19837
19771
|
(openBlock(), createBlock(unref(Radio), {
|
|
19838
19772
|
key: "否",
|
|
19839
19773
|
value: false
|
|
19840
19774
|
}, {
|
|
19841
|
-
default: withCtx(() =>
|
|
19842
|
-
createTextVNode("否"
|
|
19843
|
-
])
|
|
19775
|
+
default: withCtx(() => _cache[8] || (_cache[8] = [
|
|
19776
|
+
createTextVNode("否")
|
|
19777
|
+
])),
|
|
19844
19778
|
_: 1
|
|
19845
19779
|
}))
|
|
19846
19780
|
]),
|
|
@@ -20712,13 +20646,13 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
20712
20646
|
});
|
|
20713
20647
|
return (_ctx, _cache) => {
|
|
20714
20648
|
return openBlock(), createElementBlock("div", {
|
|
20715
|
-
class: normalizeClass(["flex flex-1 g-input-button", [inputBtnClassName.value,
|
|
20649
|
+
class: normalizeClass(["flex flex-1 g-input-button", [inputBtnClassName.value, _ctx.error ? "g-input-button-error" : ""]])
|
|
20716
20650
|
}, [
|
|
20717
20651
|
createVNode(unref(Input), {
|
|
20718
20652
|
modelValue: unref(vModels),
|
|
20719
20653
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(vModels) ? vModels.value = $event : null),
|
|
20720
|
-
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label:
|
|
20721
|
-
autocomplete:
|
|
20654
|
+
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: _ctx.placeholder }),
|
|
20655
|
+
autocomplete: _ctx.autocomplete,
|
|
20722
20656
|
onChange: handleChange,
|
|
20723
20657
|
onFocus: handleInputFocus,
|
|
20724
20658
|
onBlur: handleInputBlur
|
|
@@ -20728,7 +20662,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
20728
20662
|
onClick: withModifiers(handleClick, ["stop"]),
|
|
20729
20663
|
class: normalizeClass([
|
|
20730
20664
|
"g-input-button-append",
|
|
20731
|
-
DisabledBtn.value || !
|
|
20665
|
+
DisabledBtn.value || !_ctx.hasMobile ? "g-input-button-append-inactive" : "g-input-button-append-active"
|
|
20732
20666
|
])
|
|
20733
20667
|
}, [
|
|
20734
20668
|
createElementVNode("span", _hoisted_1$a, toDisplayString$1(BtnText.value), 1)
|
|
@@ -20875,8 +20809,8 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
20875
20809
|
key: 1,
|
|
20876
20810
|
modelValue: unref(vModels),
|
|
20877
20811
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => isRef(vModels) ? vModels.value = $event : null)
|
|
20878
|
-
},
|
|
20879
|
-
placeholder:
|
|
20812
|
+
}, _ctx.prop, {
|
|
20813
|
+
placeholder: _ctx.placeholder,
|
|
20880
20814
|
onChange: handleChange
|
|
20881
20815
|
}), {
|
|
20882
20816
|
prepend: withCtx(() => [
|
|
@@ -21160,23 +21094,23 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21160
21094
|
rules: GroupRules,
|
|
21161
21095
|
ref_key: "FormRef",
|
|
21162
21096
|
ref: FormRef,
|
|
21163
|
-
"show-feedback":
|
|
21164
|
-
disabled:
|
|
21165
|
-
"message-type":
|
|
21166
|
-
layout:
|
|
21167
|
-
size:
|
|
21168
|
-
"label-size":
|
|
21169
|
-
"label-align":
|
|
21097
|
+
"show-feedback": _ctx.showFeedback,
|
|
21098
|
+
disabled: _ctx.disabled,
|
|
21099
|
+
"message-type": _ctx.MessageType,
|
|
21100
|
+
layout: _ctx.layout,
|
|
21101
|
+
size: _ctx.size,
|
|
21102
|
+
"label-size": _ctx.labelSize,
|
|
21103
|
+
"label-align": _ctx.labelAlign,
|
|
21170
21104
|
class: "g-form",
|
|
21171
21105
|
onInput: handleFormInput,
|
|
21172
21106
|
requirePosition: "right"
|
|
21173
21107
|
}, {
|
|
21174
21108
|
default: withCtx(() => [
|
|
21175
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
21109
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.DataList, (formItem) => {
|
|
21176
21110
|
return openBlock(), createBlock(unref(FormItem), {
|
|
21177
21111
|
key: formItem.key,
|
|
21178
21112
|
field: formItem.key,
|
|
21179
|
-
label:
|
|
21113
|
+
label: _ctx.showLabel ? formItem.label : "",
|
|
21180
21114
|
"help-tips": formItem.help,
|
|
21181
21115
|
"extra-info": formItem.extra,
|
|
21182
21116
|
style: normalizeStyle({ width: getItemWidth.value(formItem) })
|
|
@@ -21190,8 +21124,9 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21190
21124
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
21191
21125
|
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: formItem.label }),
|
|
21192
21126
|
onChange: () => handleChange(formItem.key),
|
|
21193
|
-
onKeydown: ($event) => formItem.key === "username" ? unref(handleUsernameKeydown) : void 0
|
|
21194
|
-
|
|
21127
|
+
onKeydown: ($event) => formItem.key === "username" ? unref(handleUsernameKeydown) : void 0,
|
|
21128
|
+
ref_for: true
|
|
21129
|
+
}, formItem.props, {
|
|
21195
21130
|
autocomplete: autocompleteCalc((_a = formItem.props) == null ? void 0 : _a.autocomplete),
|
|
21196
21131
|
autofocus: formItem.key === "username",
|
|
21197
21132
|
spellcheck: false
|
|
@@ -21202,22 +21137,24 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21202
21137
|
onChange: ($event) => handleChange(formItem.key),
|
|
21203
21138
|
onClick: ($event) => handleOperate(formItem),
|
|
21204
21139
|
"onUpdate:countdown": ($event) => updateCountdown(formItem),
|
|
21205
|
-
placeholder: formItem.label
|
|
21206
|
-
|
|
21140
|
+
placeholder: formItem.label,
|
|
21141
|
+
ref_for: true
|
|
21142
|
+
}, formItem.props, {
|
|
21207
21143
|
hasMobile: !!Data[(_b = formItem.props) == null ? void 0 : _b.aliasKey],
|
|
21208
21144
|
text: unref($t)("gitCodeLayout.userSetting.account.getVerificationCode"),
|
|
21209
|
-
error:
|
|
21145
|
+
error: _ctx.errors.msgError,
|
|
21210
21146
|
autocomplete: autocompleteCalc((_c = formItem.props) == null ? void 0 : _c.autocomplete)
|
|
21211
21147
|
}), null, 16, ["modelValue", "onUpdate:modelValue", "onChange", "onClick", "onUpdate:countdown", "placeholder", "hasMobile", "text", "error", "autocomplete"])) : formItem.type === "inputSelect" ? (openBlock(), createBlock(_sfc_main$b, mergeProps({
|
|
21212
21148
|
key: 2,
|
|
21213
21149
|
country: Data.country,
|
|
21214
|
-
class:
|
|
21150
|
+
class: _ctx.formErrors["mobile"] ? "input-select-error" : "",
|
|
21215
21151
|
modelValue: Data[formItem.key],
|
|
21216
21152
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
21217
21153
|
onSelectChange: _cache[0] || (_cache[0] = (evt) => handleSelectChange("country", evt)),
|
|
21218
21154
|
onChange: ($event) => handleChange(formItem.key),
|
|
21219
|
-
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: formItem.label })
|
|
21220
|
-
|
|
21155
|
+
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: formItem.label }),
|
|
21156
|
+
ref_for: true
|
|
21157
|
+
}, formItem.props, {
|
|
21221
21158
|
editableSelect: formItem.editableSelect
|
|
21222
21159
|
}), null, 16, ["country", "class", "modelValue", "onUpdate:modelValue", "onChange", "placeholder", "editableSelect"])) : (openBlock(), createBlock(resolveDynamicComponent(formItem.render), mergeProps({
|
|
21223
21160
|
key: formItem.key,
|
|
@@ -21225,8 +21162,9 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21225
21162
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
21226
21163
|
onChange: ($event) => handleChange(formItem.key),
|
|
21227
21164
|
onClick: handleClick,
|
|
21228
|
-
placeholder: formItem.label
|
|
21229
|
-
|
|
21165
|
+
placeholder: formItem.label,
|
|
21166
|
+
ref_for: true
|
|
21167
|
+
}, formItem.props), null, 16, ["modelValue", "onUpdate:modelValue", "onChange", "placeholder"]))
|
|
21230
21168
|
];
|
|
21231
21169
|
}),
|
|
21232
21170
|
_: 2
|
|
@@ -21271,7 +21209,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
21271
21209
|
return openBlock(), createElementBlock("div", _hoisted_1$8, [
|
|
21272
21210
|
createElementVNode("div", _hoisted_2$6, toDisplayString$1(unref($t)("gitCodeLayout.LoginModal.subtitle.otherLogin")), 1),
|
|
21273
21211
|
createElementVNode("div", _hoisted_3$6, [
|
|
21274
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
21212
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.logos, (icon) => {
|
|
21275
21213
|
return openBlock(), createElementBlock("div", {
|
|
21276
21214
|
key: icon.alt,
|
|
21277
21215
|
class: "rounded-[50%] w-[40px] h-[40px] border-[1px] icon-wrap border-solid cursor-pointer otherInfo-icon"
|
|
@@ -21377,7 +21315,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
21377
21315
|
return (_ctx, _cache) => {
|
|
21378
21316
|
return openBlock(), createElementBlock("div", _hoisted_1$7, [
|
|
21379
21317
|
createVNode(unref(Checkbox), {
|
|
21380
|
-
"model-value":
|
|
21318
|
+
"model-value": _ctx.modelValue,
|
|
21381
21319
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = (val) => emits("update:modelValue", val)),
|
|
21382
21320
|
size: "sm"
|
|
21383
21321
|
}, {
|
|
@@ -21396,7 +21334,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
21396
21334
|
_: 1
|
|
21397
21335
|
}, 8, ["model-value"]),
|
|
21398
21336
|
createVNode(unref(Checkbox), {
|
|
21399
|
-
"model-value":
|
|
21337
|
+
"model-value": _ctx.dataShareChecked,
|
|
21400
21338
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = (val) => emits("update:dataShareChecked", val)),
|
|
21401
21339
|
size: "sm"
|
|
21402
21340
|
}, {
|
|
@@ -21445,7 +21383,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
21445
21383
|
return (_ctx, _cache) => {
|
|
21446
21384
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
21447
21385
|
createVNode(unref(Checkbox), {
|
|
21448
|
-
"model-value":
|
|
21386
|
+
"model-value": _ctx.modelValue,
|
|
21449
21387
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = (val) => emits("update:modelValue", val)),
|
|
21450
21388
|
size: "sm",
|
|
21451
21389
|
class: "mt-[6px] agree-module flex items-center"
|
|
@@ -21466,7 +21404,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
21466
21404
|
_: 3
|
|
21467
21405
|
}, 8, ["model-value"]),
|
|
21468
21406
|
createVNode(unref(Checkbox), {
|
|
21469
|
-
"model-value":
|
|
21407
|
+
"model-value": _ctx.dataShareChecked,
|
|
21470
21408
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = (val) => emits("update:dataShareChecked", val)),
|
|
21471
21409
|
size: "sm",
|
|
21472
21410
|
class: "mb-[12px]"
|
|
@@ -21508,14 +21446,14 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
21508
21446
|
return (_ctx, _cache) => {
|
|
21509
21447
|
return openBlock(), createElementBlock("div", _hoisted_1$5, [
|
|
21510
21448
|
createElementVNode("div", _hoisted_2$3, [
|
|
21511
|
-
|
|
21449
|
+
_ctx.showBack ? (openBlock(), createElementBlock("img", {
|
|
21512
21450
|
key: 0,
|
|
21513
|
-
src:
|
|
21451
|
+
src: _ctx.icon,
|
|
21514
21452
|
class: "w-[24px] cursor-pointer",
|
|
21515
21453
|
onClick: withModifiers(handleClick, ["stop"])
|
|
21516
21454
|
}, null, 8, _hoisted_3$3)) : createCommentVNode("", true)
|
|
21517
21455
|
]),
|
|
21518
|
-
|
|
21456
|
+
_ctx.showTitle ? (openBlock(), createElementBlock("span", _hoisted_4$2, toDisplayString$1(_ctx.title), 1)) : createCommentVNode("", true)
|
|
21519
21457
|
]);
|
|
21520
21458
|
};
|
|
21521
21459
|
}
|
|
@@ -21549,7 +21487,7 @@ const verifyCodeRegExp4 = /^\d{4}$/;
|
|
|
21549
21487
|
const verifyCodeRegExp6 = /^\d{6}$/;
|
|
21550
21488
|
const mobileRegExp = /^1[3-9]\d{9}$/;
|
|
21551
21489
|
const usernameRegExp = /^(?!-)[a-zA-Z][a-zA-Z0-9_-]{1,49}$/;
|
|
21552
|
-
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}"]]] } };
|
|
21490
|
+
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}"]]] } };
|
|
21553
21491
|
function withMetadataArgument(func, _arguments) {
|
|
21554
21492
|
var args = Array.prototype.slice.call(_arguments);
|
|
21555
21493
|
args.push(metadata);
|
|
@@ -21577,39 +21515,32 @@ var objectConstructor = {}.constructor;
|
|
|
21577
21515
|
function isObject(object) {
|
|
21578
21516
|
return object !== void 0 && object !== null && object.constructor === objectConstructor;
|
|
21579
21517
|
}
|
|
21580
|
-
function _typeof$
|
|
21518
|
+
function _typeof$1(obj) {
|
|
21581
21519
|
"@babel/helpers - typeof";
|
|
21582
|
-
return _typeof$
|
|
21583
|
-
return typeof
|
|
21584
|
-
} : function(
|
|
21585
|
-
return
|
|
21586
|
-
}, _typeof$
|
|
21587
|
-
}
|
|
21588
|
-
function _classCallCheck$2(a, n) {
|
|
21589
|
-
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
21520
|
+
return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
|
|
21521
|
+
return typeof obj2;
|
|
21522
|
+
} : function(obj2) {
|
|
21523
|
+
return obj2 && "function" == typeof Symbol && obj2.constructor === Symbol && obj2 !== Symbol.prototype ? "symbol" : typeof obj2;
|
|
21524
|
+
}, _typeof$1(obj);
|
|
21590
21525
|
}
|
|
21591
|
-
function
|
|
21592
|
-
|
|
21593
|
-
|
|
21594
|
-
o.enumerable = o.enumerable || false, o.configurable = true, "value" in o && (o.writable = true), Object.defineProperty(e, _toPropertyKey$6(o.key), o);
|
|
21526
|
+
function _classCallCheck$2(instance, Constructor) {
|
|
21527
|
+
if (!(instance instanceof Constructor)) {
|
|
21528
|
+
throw new TypeError("Cannot call a class as a function");
|
|
21595
21529
|
}
|
|
21596
21530
|
}
|
|
21597
|
-
function
|
|
21598
|
-
|
|
21599
|
-
|
|
21600
|
-
|
|
21601
|
-
|
|
21602
|
-
|
|
21603
|
-
|
|
21604
|
-
function _toPrimitive$6(t2, r) {
|
|
21605
|
-
if ("object" != _typeof$7(t2) || !t2) return t2;
|
|
21606
|
-
var e = t2[Symbol.toPrimitive];
|
|
21607
|
-
if (void 0 !== e) {
|
|
21608
|
-
var i = e.call(t2, r);
|
|
21609
|
-
if ("object" != _typeof$7(i)) return i;
|
|
21610
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
21531
|
+
function _defineProperties$1(target, props) {
|
|
21532
|
+
for (var i = 0; i < props.length; i++) {
|
|
21533
|
+
var descriptor = props[i];
|
|
21534
|
+
descriptor.enumerable = descriptor.enumerable || false;
|
|
21535
|
+
descriptor.configurable = true;
|
|
21536
|
+
if ("value" in descriptor) descriptor.writable = true;
|
|
21537
|
+
Object.defineProperty(target, descriptor.key, descriptor);
|
|
21611
21538
|
}
|
|
21612
|
-
|
|
21539
|
+
}
|
|
21540
|
+
function _createClass$2(Constructor, protoProps, staticProps) {
|
|
21541
|
+
if (protoProps) _defineProperties$1(Constructor.prototype, protoProps);
|
|
21542
|
+
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
21543
|
+
return Constructor;
|
|
21613
21544
|
}
|
|
21614
21545
|
var V3 = "1.2.0";
|
|
21615
21546
|
var V4 = "1.7.35";
|
|
@@ -21622,7 +21553,7 @@ var Metadata = /* @__PURE__ */ function() {
|
|
|
21622
21553
|
this.metadata = metadata2;
|
|
21623
21554
|
setVersion.call(this, metadata2);
|
|
21624
21555
|
}
|
|
21625
|
-
|
|
21556
|
+
_createClass$2(Metadata2, [{
|
|
21626
21557
|
key: "getCountries",
|
|
21627
21558
|
value: function getCountries() {
|
|
21628
21559
|
return Object.keys(this.metadata.countries).filter(function(_) {
|
|
@@ -21827,6 +21758,7 @@ var Metadata = /* @__PURE__ */ function() {
|
|
|
21827
21758
|
return this.numberingPlan !== void 0;
|
|
21828
21759
|
}
|
|
21829
21760
|
}]);
|
|
21761
|
+
return Metadata2;
|
|
21830
21762
|
}();
|
|
21831
21763
|
var NumberingPlan = /* @__PURE__ */ function() {
|
|
21832
21764
|
function NumberingPlan2(metadata2, globalMetadataObject) {
|
|
@@ -21835,7 +21767,7 @@ var NumberingPlan = /* @__PURE__ */ function() {
|
|
|
21835
21767
|
this.metadata = metadata2;
|
|
21836
21768
|
setVersion.call(this, globalMetadataObject.metadata);
|
|
21837
21769
|
}
|
|
21838
|
-
|
|
21770
|
+
_createClass$2(NumberingPlan2, [{
|
|
21839
21771
|
key: "callingCode",
|
|
21840
21772
|
value: function callingCode() {
|
|
21841
21773
|
return this.metadata[0];
|
|
@@ -21974,6 +21906,7 @@ var NumberingPlan = /* @__PURE__ */ function() {
|
|
|
21974
21906
|
return this.metadata[13] || DEFAULT_EXT_PREFIX;
|
|
21975
21907
|
}
|
|
21976
21908
|
}]);
|
|
21909
|
+
return NumberingPlan2;
|
|
21977
21910
|
}();
|
|
21978
21911
|
var Format = /* @__PURE__ */ function() {
|
|
21979
21912
|
function Format2(format2, metadata2) {
|
|
@@ -21981,7 +21914,7 @@ var Format = /* @__PURE__ */ function() {
|
|
|
21981
21914
|
this._format = format2;
|
|
21982
21915
|
this.metadata = metadata2;
|
|
21983
21916
|
}
|
|
21984
|
-
|
|
21917
|
+
_createClass$2(Format2, [{
|
|
21985
21918
|
key: "pattern",
|
|
21986
21919
|
value: function pattern() {
|
|
21987
21920
|
return this._format[0];
|
|
@@ -22024,6 +21957,7 @@ var Format = /* @__PURE__ */ function() {
|
|
|
22024
21957
|
return this._format[5] || this.format();
|
|
22025
21958
|
}
|
|
22026
21959
|
}]);
|
|
21960
|
+
return Format2;
|
|
22027
21961
|
}();
|
|
22028
21962
|
var FIRST_GROUP_ONLY_PREFIX_PATTERN = /^\(?\$1\)?$/;
|
|
22029
21963
|
var Type = /* @__PURE__ */ function() {
|
|
@@ -22032,7 +21966,7 @@ var Type = /* @__PURE__ */ function() {
|
|
|
22032
21966
|
this.type = type;
|
|
22033
21967
|
this.metadata = metadata2;
|
|
22034
21968
|
}
|
|
22035
|
-
|
|
21969
|
+
_createClass$2(Type2, [{
|
|
22036
21970
|
key: "pattern",
|
|
22037
21971
|
value: function pattern() {
|
|
22038
21972
|
if (this.metadata.v1) return this.type;
|
|
@@ -22045,6 +21979,7 @@ var Type = /* @__PURE__ */ function() {
|
|
|
22045
21979
|
return this.type[1] || this.metadata.possibleLengths();
|
|
22046
21980
|
}
|
|
22047
21981
|
}]);
|
|
21982
|
+
return Type2;
|
|
22048
21983
|
}();
|
|
22049
21984
|
function getType(types, type) {
|
|
22050
21985
|
switch (type) {
|
|
@@ -22079,12 +22014,12 @@ function validateMetadata(metadata2) {
|
|
|
22079
22014
|
}
|
|
22080
22015
|
}
|
|
22081
22016
|
var typeOf = function typeOf2(_) {
|
|
22082
|
-
return _typeof$
|
|
22017
|
+
return _typeof$1(_);
|
|
22083
22018
|
};
|
|
22084
22019
|
function getCountryCallingCode(country, metadata2) {
|
|
22085
22020
|
metadata2 = new Metadata(metadata2);
|
|
22086
22021
|
if (metadata2.hasCountry(country)) {
|
|
22087
|
-
return metadata2.
|
|
22022
|
+
return metadata2.country(country).countryCallingCode();
|
|
22088
22023
|
}
|
|
22089
22024
|
throw new Error("Unknown country: ".concat(country));
|
|
22090
22025
|
}
|
|
@@ -22110,14 +22045,10 @@ function setVersion(metadata2) {
|
|
|
22110
22045
|
}
|
|
22111
22046
|
}
|
|
22112
22047
|
}
|
|
22113
|
-
function checkNumberLength(nationalNumber,
|
|
22114
|
-
return checkNumberLengthForType(nationalNumber,
|
|
22048
|
+
function checkNumberLength(nationalNumber, metadata2) {
|
|
22049
|
+
return checkNumberLengthForType(nationalNumber, void 0, metadata2);
|
|
22115
22050
|
}
|
|
22116
|
-
function checkNumberLengthForType(nationalNumber,
|
|
22117
|
-
if (country) {
|
|
22118
|
-
metadata2 = new Metadata(metadata2.metadata);
|
|
22119
|
-
metadata2.selectNumberingPlan(country);
|
|
22120
|
-
}
|
|
22051
|
+
function checkNumberLengthForType(nationalNumber, type, metadata2) {
|
|
22121
22052
|
var type_info = metadata2.type(type);
|
|
22122
22053
|
var possible_lengths = type_info && type_info.possibleLengths() || metadata2.possibleLengths();
|
|
22123
22054
|
if (!possible_lengths) {
|
|
@@ -22154,7 +22085,7 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
22154
22085
|
if (!metadata2.hasCountry(input.country)) {
|
|
22155
22086
|
throw new Error("Unknown country: ".concat(input.country));
|
|
22156
22087
|
}
|
|
22157
|
-
metadata2.
|
|
22088
|
+
metadata2.country(input.country);
|
|
22158
22089
|
} else {
|
|
22159
22090
|
if (!input.countryCallingCode) {
|
|
22160
22091
|
throw new Error("Invalid phone number object passed");
|
|
@@ -22163,7 +22094,7 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
22163
22094
|
}
|
|
22164
22095
|
}
|
|
22165
22096
|
if (metadata2.possibleLengths()) {
|
|
22166
|
-
return isPossibleNumber(input.phone || input.nationalNumber,
|
|
22097
|
+
return isPossibleNumber(input.phone || input.nationalNumber, metadata2);
|
|
22167
22098
|
} else {
|
|
22168
22099
|
if (input.countryCallingCode && metadata2.isNonGeographicCallingCode(input.countryCallingCode)) {
|
|
22169
22100
|
return true;
|
|
@@ -22172,41 +22103,45 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
22172
22103
|
}
|
|
22173
22104
|
}
|
|
22174
22105
|
}
|
|
22175
|
-
function isPossibleNumber(nationalNumber,
|
|
22176
|
-
switch (checkNumberLength(nationalNumber,
|
|
22106
|
+
function isPossibleNumber(nationalNumber, metadata2) {
|
|
22107
|
+
switch (checkNumberLength(nationalNumber, metadata2)) {
|
|
22177
22108
|
case "IS_POSSIBLE":
|
|
22178
22109
|
return true;
|
|
22179
22110
|
default:
|
|
22180
22111
|
return false;
|
|
22181
22112
|
}
|
|
22182
22113
|
}
|
|
22183
|
-
function matchesEntirely(text2,
|
|
22114
|
+
function matchesEntirely(text2, regular_expression) {
|
|
22184
22115
|
text2 = text2 || "";
|
|
22185
|
-
return new RegExp("^(?:" +
|
|
22186
|
-
}
|
|
22187
|
-
function _createForOfIteratorHelperLoose$
|
|
22188
|
-
var
|
|
22189
|
-
if (
|
|
22190
|
-
if (Array.isArray(
|
|
22191
|
-
|
|
22192
|
-
var
|
|
22116
|
+
return new RegExp("^(?:" + regular_expression + ")$").test(text2);
|
|
22117
|
+
}
|
|
22118
|
+
function _createForOfIteratorHelperLoose$3(o, allowArrayLike) {
|
|
22119
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
22120
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
22121
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$4(o)) || allowArrayLike) {
|
|
22122
|
+
if (it) o = it;
|
|
22123
|
+
var i = 0;
|
|
22193
22124
|
return function() {
|
|
22194
|
-
|
|
22125
|
+
if (i >= o.length) return { done: true };
|
|
22126
|
+
return { done: false, value: o[i++] };
|
|
22195
22127
|
};
|
|
22196
22128
|
}
|
|
22197
22129
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22198
22130
|
}
|
|
22199
|
-
function _unsupportedIterableToArray$
|
|
22200
|
-
if (
|
|
22201
|
-
|
|
22202
|
-
|
|
22203
|
-
|
|
22204
|
-
|
|
22131
|
+
function _unsupportedIterableToArray$4(o, minLen) {
|
|
22132
|
+
if (!o) return;
|
|
22133
|
+
if (typeof o === "string") return _arrayLikeToArray$4(o, minLen);
|
|
22134
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
22135
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
22136
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
22137
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$4(o, minLen);
|
|
22205
22138
|
}
|
|
22206
|
-
function _arrayLikeToArray$
|
|
22207
|
-
(
|
|
22208
|
-
for (var
|
|
22209
|
-
|
|
22139
|
+
function _arrayLikeToArray$4(arr, len) {
|
|
22140
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
22141
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
22142
|
+
arr2[i] = arr[i];
|
|
22143
|
+
}
|
|
22144
|
+
return arr2;
|
|
22210
22145
|
}
|
|
22211
22146
|
var NON_FIXED_LINE_PHONE_TYPES = ["MOBILE", "PREMIUM_RATE", "TOLL_FREE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL"];
|
|
22212
22147
|
function getNumberType(input, options, metadata2) {
|
|
@@ -22232,7 +22167,7 @@ function getNumberType(input, options, metadata2) {
|
|
|
22232
22167
|
}
|
|
22233
22168
|
return "FIXED_LINE";
|
|
22234
22169
|
}
|
|
22235
|
-
for (var _iterator = _createForOfIteratorHelperLoose$
|
|
22170
|
+
for (var _iterator = _createForOfIteratorHelperLoose$3(NON_FIXED_LINE_PHONE_TYPES), _step; !(_step = _iterator()).done; ) {
|
|
22236
22171
|
var type = _step.value;
|
|
22237
22172
|
if (isNumberTypeEqualTo(nationalNumber, type, metadata2)) {
|
|
22238
22173
|
return type;
|
|
@@ -22240,14 +22175,14 @@ function getNumberType(input, options, metadata2) {
|
|
|
22240
22175
|
}
|
|
22241
22176
|
}
|
|
22242
22177
|
function isNumberTypeEqualTo(nationalNumber, type, metadata2) {
|
|
22243
|
-
|
|
22244
|
-
if (!
|
|
22178
|
+
type = metadata2.type(type);
|
|
22179
|
+
if (!type || !type.pattern()) {
|
|
22245
22180
|
return false;
|
|
22246
22181
|
}
|
|
22247
|
-
if (
|
|
22182
|
+
if (type.possibleLengths() && type.possibleLengths().indexOf(nationalNumber.length) < 0) {
|
|
22248
22183
|
return false;
|
|
22249
22184
|
}
|
|
22250
|
-
return matchesEntirely(nationalNumber,
|
|
22185
|
+
return matchesEntirely(nationalNumber, type.pattern());
|
|
22251
22186
|
}
|
|
22252
22187
|
function isValidNumber(input, options, metadata2) {
|
|
22253
22188
|
options = options || {};
|
|
@@ -22351,63 +22286,7 @@ function extractNationalNumberFromPossiblyIncompleteNumber(number2, metadata2) {
|
|
|
22351
22286
|
nationalNumber: number2
|
|
22352
22287
|
};
|
|
22353
22288
|
}
|
|
22354
|
-
function
|
|
22355
|
-
var t2 = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
22356
|
-
if (t2) return (t2 = t2.call(r)).next.bind(t2);
|
|
22357
|
-
if (Array.isArray(r) || (t2 = _unsupportedIterableToArray$2(r)) || e) {
|
|
22358
|
-
t2 && (r = t2);
|
|
22359
|
-
var o = 0;
|
|
22360
|
-
return function() {
|
|
22361
|
-
return o >= r.length ? { done: true } : { done: false, value: r[o++] };
|
|
22362
|
-
};
|
|
22363
|
-
}
|
|
22364
|
-
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22365
|
-
}
|
|
22366
|
-
function _unsupportedIterableToArray$2(r, a) {
|
|
22367
|
-
if (r) {
|
|
22368
|
-
if ("string" == typeof r) return _arrayLikeToArray$2(r, a);
|
|
22369
|
-
var t2 = {}.toString.call(r).slice(8, -1);
|
|
22370
|
-
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;
|
|
22371
|
-
}
|
|
22372
|
-
}
|
|
22373
|
-
function _arrayLikeToArray$2(r, a) {
|
|
22374
|
-
(null == a || a > r.length) && (a = r.length);
|
|
22375
|
-
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
22376
|
-
return n;
|
|
22377
|
-
}
|
|
22378
|
-
function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
|
|
22379
|
-
var countries = _ref.countries, metadata2 = _ref.metadata;
|
|
22380
|
-
metadata2 = new Metadata(metadata2);
|
|
22381
|
-
for (var _iterator = _createForOfIteratorHelperLoose$1(countries), _step; !(_step = _iterator()).done; ) {
|
|
22382
|
-
var country = _step.value;
|
|
22383
|
-
metadata2.selectNumberingPlan(country);
|
|
22384
|
-
if (metadata2.leadingDigits()) {
|
|
22385
|
-
if (nationalPhoneNumber && nationalPhoneNumber.search(metadata2.leadingDigits()) === 0) {
|
|
22386
|
-
return country;
|
|
22387
|
-
}
|
|
22388
|
-
} else if (getNumberType({
|
|
22389
|
-
phone: nationalPhoneNumber,
|
|
22390
|
-
country
|
|
22391
|
-
}, void 0, metadata2.metadata)) {
|
|
22392
|
-
return country;
|
|
22393
|
-
}
|
|
22394
|
-
}
|
|
22395
|
-
}
|
|
22396
|
-
function getCountryByCallingCode(callingCode, _ref) {
|
|
22397
|
-
var nationalPhoneNumber = _ref.nationalNumber, metadata2 = _ref.metadata;
|
|
22398
|
-
var possibleCountries = metadata2.getCountryCodesForCallingCode(callingCode);
|
|
22399
|
-
if (!possibleCountries) {
|
|
22400
|
-
return;
|
|
22401
|
-
}
|
|
22402
|
-
if (possibleCountries.length === 1) {
|
|
22403
|
-
return possibleCountries[0];
|
|
22404
|
-
}
|
|
22405
|
-
return getCountryByNationalNumber(nationalPhoneNumber, {
|
|
22406
|
-
countries: possibleCountries,
|
|
22407
|
-
metadata: metadata2.metadata
|
|
22408
|
-
});
|
|
22409
|
-
}
|
|
22410
|
-
function extractNationalNumber(number2, country, metadata2) {
|
|
22289
|
+
function extractNationalNumber(number2, metadata2) {
|
|
22411
22290
|
var _extractNationalNumbe = extractNationalNumberFromPossiblyIncompleteNumber(number2, metadata2), carrierCode = _extractNationalNumbe.carrierCode, nationalNumber = _extractNationalNumbe.nationalNumber;
|
|
22412
22291
|
if (nationalNumber !== number2) {
|
|
22413
22292
|
if (!shouldHaveExtractedNationalPrefix(number2, nationalNumber, metadata2)) {
|
|
@@ -22415,14 +22294,8 @@ function extractNationalNumber(number2, country, metadata2) {
|
|
|
22415
22294
|
nationalNumber: number2
|
|
22416
22295
|
};
|
|
22417
22296
|
}
|
|
22418
|
-
if (metadata2.
|
|
22419
|
-
if (!
|
|
22420
|
-
country = getCountryByCallingCode(metadata2.numberingPlan.callingCode(), {
|
|
22421
|
-
nationalNumber,
|
|
22422
|
-
metadata: metadata2
|
|
22423
|
-
});
|
|
22424
|
-
}
|
|
22425
|
-
if (!isPossibleIncompleteNationalNumber(nationalNumber, country, metadata2)) {
|
|
22297
|
+
if (metadata2.possibleLengths()) {
|
|
22298
|
+
if (!isPossibleIncompleteNationalNumber(nationalNumber, metadata2)) {
|
|
22426
22299
|
return {
|
|
22427
22300
|
nationalNumber: number2
|
|
22428
22301
|
};
|
|
@@ -22440,8 +22313,8 @@ function shouldHaveExtractedNationalPrefix(nationalNumberBefore, nationalNumberA
|
|
|
22440
22313
|
}
|
|
22441
22314
|
return true;
|
|
22442
22315
|
}
|
|
22443
|
-
function isPossibleIncompleteNationalNumber(nationalNumber,
|
|
22444
|
-
switch (checkNumberLength(nationalNumber,
|
|
22316
|
+
function isPossibleIncompleteNationalNumber(nationalNumber, metadata2) {
|
|
22317
|
+
switch (checkNumberLength(nationalNumber, metadata2)) {
|
|
22445
22318
|
case "TOO_SHORT":
|
|
22446
22319
|
case "INVALID_LENGTH":
|
|
22447
22320
|
return false;
|
|
@@ -22449,15 +22322,15 @@ function isPossibleIncompleteNationalNumber(nationalNumber, country, metadata2)
|
|
|
22449
22322
|
return true;
|
|
22450
22323
|
}
|
|
22451
22324
|
}
|
|
22452
|
-
function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country,
|
|
22453
|
-
var countryCallingCode =
|
|
22325
|
+
function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country, callingCode, metadata2) {
|
|
22326
|
+
var countryCallingCode = country ? getCountryCallingCode(country, metadata2) : callingCode;
|
|
22454
22327
|
if (number2.indexOf(countryCallingCode) === 0) {
|
|
22455
22328
|
metadata2 = new Metadata(metadata2);
|
|
22456
|
-
metadata2.selectNumberingPlan(
|
|
22329
|
+
metadata2.selectNumberingPlan(country, callingCode);
|
|
22457
22330
|
var possibleShorterNumber = number2.slice(countryCallingCode.length);
|
|
22458
|
-
var _extractNationalNumbe = extractNationalNumber(possibleShorterNumber,
|
|
22459
|
-
var _extractNationalNumbe2 = extractNationalNumber(number2,
|
|
22460
|
-
if (!matchesEntirely(nationalNumber, metadata2.nationalNumberPattern()) && matchesEntirely(possibleShorterNationalNumber, metadata2.nationalNumberPattern()) || checkNumberLength(nationalNumber,
|
|
22331
|
+
var _extractNationalNumbe = extractNationalNumber(possibleShorterNumber, metadata2), possibleShorterNationalNumber = _extractNationalNumbe.nationalNumber;
|
|
22332
|
+
var _extractNationalNumbe2 = extractNationalNumber(number2, metadata2), nationalNumber = _extractNationalNumbe2.nationalNumber;
|
|
22333
|
+
if (!matchesEntirely(nationalNumber, metadata2.nationalNumberPattern()) && matchesEntirely(possibleShorterNationalNumber, metadata2.nationalNumberPattern()) || checkNumberLength(nationalNumber, metadata2) === "TOO_LONG") {
|
|
22461
22334
|
return {
|
|
22462
22335
|
countryCallingCode,
|
|
22463
22336
|
number: possibleShorterNumber
|
|
@@ -22468,19 +22341,19 @@ function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2
|
|
|
22468
22341
|
number: number2
|
|
22469
22342
|
};
|
|
22470
22343
|
}
|
|
22471
|
-
function extractCountryCallingCode(number2, country,
|
|
22344
|
+
function extractCountryCallingCode(number2, country, callingCode, metadata2) {
|
|
22472
22345
|
if (!number2) {
|
|
22473
22346
|
return {};
|
|
22474
22347
|
}
|
|
22475
22348
|
var isNumberWithIddPrefix;
|
|
22476
22349
|
if (number2[0] !== "+") {
|
|
22477
|
-
var numberWithoutIDD = stripIddPrefix(number2,
|
|
22350
|
+
var numberWithoutIDD = stripIddPrefix(number2, country, callingCode, metadata2);
|
|
22478
22351
|
if (numberWithoutIDD && numberWithoutIDD !== number2) {
|
|
22479
22352
|
isNumberWithIddPrefix = true;
|
|
22480
22353
|
number2 = "+" + numberWithoutIDD;
|
|
22481
22354
|
} else {
|
|
22482
|
-
if (
|
|
22483
|
-
var _extractCountryCallin = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country,
|
|
22355
|
+
if (country || callingCode) {
|
|
22356
|
+
var _extractCountryCallin = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country, callingCode, metadata2), countryCallingCode = _extractCountryCallin.countryCallingCode, shorterNumber = _extractCountryCallin.number;
|
|
22484
22357
|
if (countryCallingCode) {
|
|
22485
22358
|
return {
|
|
22486
22359
|
countryCallingCodeSource: "FROM_NUMBER_WITHOUT_PLUS_SIGN",
|
|
@@ -22604,6 +22477,63 @@ function formatRFC3966(_ref) {
|
|
|
22604
22477
|
}
|
|
22605
22478
|
return "tel:".concat(number2).concat(ext ? ";ext=" + ext : "");
|
|
22606
22479
|
}
|
|
22480
|
+
function _createForOfIteratorHelperLoose$2(o, allowArrayLike) {
|
|
22481
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
22482
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
22483
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$3(o)) || allowArrayLike) {
|
|
22484
|
+
if (it) o = it;
|
|
22485
|
+
var i = 0;
|
|
22486
|
+
return function() {
|
|
22487
|
+
if (i >= o.length) return { done: true };
|
|
22488
|
+
return { done: false, value: o[i++] };
|
|
22489
|
+
};
|
|
22490
|
+
}
|
|
22491
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22492
|
+
}
|
|
22493
|
+
function _unsupportedIterableToArray$3(o, minLen) {
|
|
22494
|
+
if (!o) return;
|
|
22495
|
+
if (typeof o === "string") return _arrayLikeToArray$3(o, minLen);
|
|
22496
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
22497
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
22498
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
22499
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$3(o, minLen);
|
|
22500
|
+
}
|
|
22501
|
+
function _arrayLikeToArray$3(arr, len) {
|
|
22502
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
22503
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
22504
|
+
arr2[i] = arr[i];
|
|
22505
|
+
}
|
|
22506
|
+
return arr2;
|
|
22507
|
+
}
|
|
22508
|
+
function ownKeys$6(object, enumerableOnly) {
|
|
22509
|
+
var keys = Object.keys(object);
|
|
22510
|
+
if (Object.getOwnPropertySymbols) {
|
|
22511
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
22512
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
22513
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
22514
|
+
})), keys.push.apply(keys, symbols);
|
|
22515
|
+
}
|
|
22516
|
+
return keys;
|
|
22517
|
+
}
|
|
22518
|
+
function _objectSpread$6(target) {
|
|
22519
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
22520
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
22521
|
+
i % 2 ? ownKeys$6(Object(source), true).forEach(function(key) {
|
|
22522
|
+
_defineProperty$6(target, key, source[key]);
|
|
22523
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$6(Object(source)).forEach(function(key) {
|
|
22524
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
22525
|
+
});
|
|
22526
|
+
}
|
|
22527
|
+
return target;
|
|
22528
|
+
}
|
|
22529
|
+
function _defineProperty$6(obj, key, value) {
|
|
22530
|
+
if (key in obj) {
|
|
22531
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
22532
|
+
} else {
|
|
22533
|
+
obj[key] = value;
|
|
22534
|
+
}
|
|
22535
|
+
return obj;
|
|
22536
|
+
}
|
|
22607
22537
|
var DEFAULT_OPTIONS = {
|
|
22608
22538
|
formatExtension: function formatExtension(formattedNumber, extension, metadata2) {
|
|
22609
22539
|
return "".concat(formattedNumber).concat(metadata2.ext()).concat(extension);
|
|
@@ -22611,7 +22541,7 @@ var DEFAULT_OPTIONS = {
|
|
|
22611
22541
|
};
|
|
22612
22542
|
function formatNumber(input, format2, options, metadata2) {
|
|
22613
22543
|
if (options) {
|
|
22614
|
-
options =
|
|
22544
|
+
options = _objectSpread$6(_objectSpread$6({}, DEFAULT_OPTIONS), options);
|
|
22615
22545
|
} else {
|
|
22616
22546
|
options = DEFAULT_OPTIONS;
|
|
22617
22547
|
}
|
|
@@ -22620,7 +22550,7 @@ function formatNumber(input, format2, options, metadata2) {
|
|
|
22620
22550
|
if (!metadata2.hasCountry(input.country)) {
|
|
22621
22551
|
throw new Error("Unknown country: ".concat(input.country));
|
|
22622
22552
|
}
|
|
22623
|
-
metadata2.
|
|
22553
|
+
metadata2.country(input.country);
|
|
22624
22554
|
} else if (input.countryCallingCode) {
|
|
22625
22555
|
metadata2.selectNumberingPlan(input.countryCallingCode);
|
|
22626
22556
|
} else return input.phone || "";
|
|
@@ -22653,9 +22583,6 @@ function formatNumber(input, format2, options, metadata2) {
|
|
|
22653
22583
|
return;
|
|
22654
22584
|
}
|
|
22655
22585
|
var formattedNumber = formatIDD(nationalNumber, input.carrierCode, countryCallingCode, options.fromCountry, metadata2);
|
|
22656
|
-
if (!formattedNumber) {
|
|
22657
|
-
return;
|
|
22658
|
-
}
|
|
22659
22586
|
return addExtension(formattedNumber, input.ext, metadata2, options.formatExtension);
|
|
22660
22587
|
default:
|
|
22661
22588
|
throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(format2, '"'));
|
|
@@ -22671,16 +22598,19 @@ function formatNationalNumber(number2, carrierCode, formatAs, metadata2, options
|
|
|
22671
22598
|
withNationalPrefix: format2.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && options && options.nationalPrefix === false ? false : true
|
|
22672
22599
|
});
|
|
22673
22600
|
}
|
|
22674
|
-
function chooseFormatForNumber(availableFormats,
|
|
22675
|
-
|
|
22601
|
+
function chooseFormatForNumber(availableFormats, nationalNnumber) {
|
|
22602
|
+
for (var _iterator = _createForOfIteratorHelperLoose$2(availableFormats), _step; !(_step = _iterator()).done; ) {
|
|
22603
|
+
var format2 = _step.value;
|
|
22676
22604
|
if (format2.leadingDigitsPatterns().length > 0) {
|
|
22677
22605
|
var lastLeadingDigitsPattern = format2.leadingDigitsPatterns()[format2.leadingDigitsPatterns().length - 1];
|
|
22678
|
-
if (
|
|
22679
|
-
|
|
22606
|
+
if (nationalNnumber.search(lastLeadingDigitsPattern) !== 0) {
|
|
22607
|
+
continue;
|
|
22680
22608
|
}
|
|
22681
22609
|
}
|
|
22682
|
-
|
|
22683
|
-
|
|
22610
|
+
if (matchesEntirely(nationalNnumber, format2.pattern())) {
|
|
22611
|
+
return format2;
|
|
22612
|
+
}
|
|
22613
|
+
}
|
|
22684
22614
|
}
|
|
22685
22615
|
function addExtension(formattedNumber, ext, metadata2, formatExtension2) {
|
|
22686
22616
|
return ext ? formatExtension2(formattedNumber, ext, metadata2) : formattedNumber;
|
|
@@ -22699,87 +22629,53 @@ function formatIDD(nationalNumber, carrierCode, countryCallingCode, fromCountry,
|
|
|
22699
22629
|
return "".concat(iddPrefix, " ").concat(countryCallingCode, " ").concat(formatNationalNumber(nationalNumber, null, "INTERNATIONAL", metadata2));
|
|
22700
22630
|
}
|
|
22701
22631
|
}
|
|
22702
|
-
function
|
|
22703
|
-
var
|
|
22704
|
-
|
|
22705
|
-
|
|
22706
|
-
|
|
22707
|
-
|
|
22708
|
-
|
|
22709
|
-
for (var key in objects[i]) {
|
|
22710
|
-
objects[0][key] = objects[i][key];
|
|
22711
|
-
}
|
|
22712
|
-
}
|
|
22713
|
-
i++;
|
|
22714
|
-
}
|
|
22715
|
-
return objects[0];
|
|
22716
|
-
}
|
|
22717
|
-
function pickFirstMatchingElement(elements, testFunction) {
|
|
22718
|
-
var i = 0;
|
|
22719
|
-
while (i < elements.length) {
|
|
22720
|
-
if (testFunction(elements[i])) {
|
|
22721
|
-
return elements[i];
|
|
22722
|
-
}
|
|
22723
|
-
i++;
|
|
22632
|
+
function ownKeys$5(object, enumerableOnly) {
|
|
22633
|
+
var keys = Object.keys(object);
|
|
22634
|
+
if (Object.getOwnPropertySymbols) {
|
|
22635
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
22636
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
22637
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
22638
|
+
})), keys.push.apply(keys, symbols);
|
|
22724
22639
|
}
|
|
22640
|
+
return keys;
|
|
22725
22641
|
}
|
|
22726
|
-
function
|
|
22727
|
-
|
|
22728
|
-
|
|
22729
|
-
|
|
22730
|
-
|
|
22731
|
-
|
|
22732
|
-
|
|
22733
|
-
}
|
|
22734
|
-
function ownKeys$5(e, r) {
|
|
22735
|
-
var t2 = Object.keys(e);
|
|
22736
|
-
if (Object.getOwnPropertySymbols) {
|
|
22737
|
-
var o = Object.getOwnPropertySymbols(e);
|
|
22738
|
-
r && (o = o.filter(function(r2) {
|
|
22739
|
-
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
22740
|
-
})), t2.push.apply(t2, o);
|
|
22741
|
-
}
|
|
22742
|
-
return t2;
|
|
22743
|
-
}
|
|
22744
|
-
function _objectSpread$5(e) {
|
|
22745
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
22746
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
22747
|
-
r % 2 ? ownKeys$5(Object(t2), true).forEach(function(r2) {
|
|
22748
|
-
_defineProperty$5(e, r2, t2[r2]);
|
|
22749
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$5(Object(t2)).forEach(function(r2) {
|
|
22750
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
22642
|
+
function _objectSpread$5(target) {
|
|
22643
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
22644
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
22645
|
+
i % 2 ? ownKeys$5(Object(source), true).forEach(function(key) {
|
|
22646
|
+
_defineProperty$5(target, key, source[key]);
|
|
22647
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$5(Object(source)).forEach(function(key) {
|
|
22648
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
22751
22649
|
});
|
|
22752
22650
|
}
|
|
22753
|
-
return
|
|
22754
|
-
}
|
|
22755
|
-
function _defineProperty$5(e, r, t2) {
|
|
22756
|
-
return (r = _toPropertyKey$5(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
22757
|
-
}
|
|
22758
|
-
function _classCallCheck$1(a, n) {
|
|
22759
|
-
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
22651
|
+
return target;
|
|
22760
22652
|
}
|
|
22761
|
-
function
|
|
22762
|
-
|
|
22763
|
-
|
|
22764
|
-
|
|
22653
|
+
function _defineProperty$5(obj, key, value) {
|
|
22654
|
+
if (key in obj) {
|
|
22655
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
22656
|
+
} else {
|
|
22657
|
+
obj[key] = value;
|
|
22765
22658
|
}
|
|
22659
|
+
return obj;
|
|
22766
22660
|
}
|
|
22767
|
-
function
|
|
22768
|
-
|
|
22769
|
-
|
|
22770
|
-
|
|
22771
|
-
var i = _toPrimitive$5(t2, "string");
|
|
22772
|
-
return "symbol" == _typeof$6(i) ? i : i + "";
|
|
22661
|
+
function _classCallCheck$1(instance, Constructor) {
|
|
22662
|
+
if (!(instance instanceof Constructor)) {
|
|
22663
|
+
throw new TypeError("Cannot call a class as a function");
|
|
22664
|
+
}
|
|
22773
22665
|
}
|
|
22774
|
-
function
|
|
22775
|
-
|
|
22776
|
-
|
|
22777
|
-
|
|
22778
|
-
|
|
22779
|
-
if ("
|
|
22780
|
-
|
|
22666
|
+
function _defineProperties(target, props) {
|
|
22667
|
+
for (var i = 0; i < props.length; i++) {
|
|
22668
|
+
var descriptor = props[i];
|
|
22669
|
+
descriptor.enumerable = descriptor.enumerable || false;
|
|
22670
|
+
descriptor.configurable = true;
|
|
22671
|
+
if ("value" in descriptor) descriptor.writable = true;
|
|
22672
|
+
Object.defineProperty(target, descriptor.key, descriptor);
|
|
22781
22673
|
}
|
|
22782
|
-
|
|
22674
|
+
}
|
|
22675
|
+
function _createClass$1(Constructor, protoProps, staticProps) {
|
|
22676
|
+
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
22677
|
+
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
22678
|
+
return Constructor;
|
|
22783
22679
|
}
|
|
22784
22680
|
var PhoneNumber = /* @__PURE__ */ function() {
|
|
22785
22681
|
function PhoneNumber2(countryOrCountryCallingCode, nationalNumber, metadata2) {
|
|
@@ -22790,20 +22686,22 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
22790
22686
|
if (typeof countryOrCountryCallingCode !== "string") {
|
|
22791
22687
|
throw new TypeError("First argument must be a string");
|
|
22792
22688
|
}
|
|
22793
|
-
if (countryOrCountryCallingCode
|
|
22794
|
-
|
|
22795
|
-
|
|
22796
|
-
if (isObject(nationalNumber) && isObject(nationalNumber.countries)) {
|
|
22797
|
-
metadata2 = nationalNumber;
|
|
22798
|
-
var e164Number = countryOrCountryCallingCode;
|
|
22799
|
-
if (!E164_NUMBER_REGEXP.test(e164Number)) {
|
|
22800
|
-
throw new Error('Invalid `number` argument passed: must consist of a "+" followed by digits');
|
|
22689
|
+
if (typeof countryOrCountryCallingCode === "string") {
|
|
22690
|
+
if (countryOrCountryCallingCode[0] === "+" && !nationalNumber) {
|
|
22691
|
+
throw new TypeError("`metadata` argument not passed");
|
|
22801
22692
|
}
|
|
22802
|
-
|
|
22803
|
-
|
|
22804
|
-
|
|
22805
|
-
|
|
22806
|
-
|
|
22693
|
+
if (isObject(nationalNumber) && isObject(nationalNumber.countries)) {
|
|
22694
|
+
metadata2 = nationalNumber;
|
|
22695
|
+
var e164Number = countryOrCountryCallingCode;
|
|
22696
|
+
if (!E164_NUMBER_REGEXP.test(e164Number)) {
|
|
22697
|
+
throw new Error('Invalid `number` argument passed: must consist of a "+" followed by digits');
|
|
22698
|
+
}
|
|
22699
|
+
var _extractCountryCallin = extractCountryCallingCode(e164Number, void 0, void 0, metadata2), _countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
22700
|
+
nationalNumber = number2;
|
|
22701
|
+
countryOrCountryCallingCode = _countryCallingCode;
|
|
22702
|
+
if (!nationalNumber) {
|
|
22703
|
+
throw new Error("Invalid `number` argument passed: too short");
|
|
22704
|
+
}
|
|
22807
22705
|
}
|
|
22808
22706
|
}
|
|
22809
22707
|
if (!nationalNumber) {
|
|
@@ -22822,7 +22720,7 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
22822
22720
|
return metadata2;
|
|
22823
22721
|
};
|
|
22824
22722
|
}
|
|
22825
|
-
|
|
22723
|
+
_createClass$1(PhoneNumber2, [{
|
|
22826
22724
|
key: "setExt",
|
|
22827
22725
|
value: function setExt(ext) {
|
|
22828
22726
|
this.ext = ext;
|
|
@@ -22906,6 +22804,7 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
22906
22804
|
return this.format("RFC3966", options);
|
|
22907
22805
|
}
|
|
22908
22806
|
}]);
|
|
22807
|
+
return PhoneNumber2;
|
|
22909
22808
|
}();
|
|
22910
22809
|
var isCountryCode = function isCountryCode2(value) {
|
|
22911
22810
|
return /^[A-Z]{2}$/.test(value);
|
|
@@ -22927,95 +22826,131 @@ function getCountryAndCountryCallingCode(countryOrCountryCallingCode, metadataJs
|
|
|
22927
22826
|
};
|
|
22928
22827
|
}
|
|
22929
22828
|
var E164_NUMBER_REGEXP = /^\+\d+$/;
|
|
22930
|
-
function _typeof
|
|
22829
|
+
function _typeof(obj) {
|
|
22931
22830
|
"@babel/helpers - typeof";
|
|
22932
|
-
return _typeof
|
|
22933
|
-
return typeof
|
|
22934
|
-
} : function(
|
|
22935
|
-
return
|
|
22936
|
-
}, _typeof
|
|
22937
|
-
}
|
|
22938
|
-
function _createClass(
|
|
22939
|
-
|
|
22940
|
-
|
|
22941
|
-
|
|
22942
|
-
|
|
22943
|
-
|
|
22944
|
-
|
|
22945
|
-
|
|
22946
|
-
}
|
|
22947
|
-
function
|
|
22948
|
-
if (
|
|
22949
|
-
|
|
22950
|
-
|
|
22951
|
-
}
|
|
22952
|
-
|
|
22953
|
-
if (
|
|
22954
|
-
|
|
22955
|
-
|
|
22956
|
-
|
|
22957
|
-
|
|
22958
|
-
|
|
22959
|
-
|
|
22960
|
-
|
|
22961
|
-
|
|
22962
|
-
|
|
22963
|
-
|
|
22964
|
-
|
|
22965
|
-
|
|
22966
|
-
|
|
22967
|
-
|
|
22831
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
|
|
22832
|
+
return typeof obj2;
|
|
22833
|
+
} : function(obj2) {
|
|
22834
|
+
return obj2 && "function" == typeof Symbol && obj2.constructor === Symbol && obj2 !== Symbol.prototype ? "symbol" : typeof obj2;
|
|
22835
|
+
}, _typeof(obj);
|
|
22836
|
+
}
|
|
22837
|
+
function _createClass(Constructor, protoProps, staticProps) {
|
|
22838
|
+
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
22839
|
+
return Constructor;
|
|
22840
|
+
}
|
|
22841
|
+
function _classCallCheck(instance, Constructor) {
|
|
22842
|
+
if (!(instance instanceof Constructor)) {
|
|
22843
|
+
throw new TypeError("Cannot call a class as a function");
|
|
22844
|
+
}
|
|
22845
|
+
}
|
|
22846
|
+
function _inherits(subClass, superClass) {
|
|
22847
|
+
if (typeof superClass !== "function" && superClass !== null) {
|
|
22848
|
+
throw new TypeError("Super expression must either be null or a function");
|
|
22849
|
+
}
|
|
22850
|
+
subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });
|
|
22851
|
+
Object.defineProperty(subClass, "prototype", { writable: false });
|
|
22852
|
+
if (superClass) _setPrototypeOf(subClass, superClass);
|
|
22853
|
+
}
|
|
22854
|
+
function _createSuper(Derived) {
|
|
22855
|
+
var hasNativeReflectConstruct = _isNativeReflectConstruct();
|
|
22856
|
+
return function _createSuperInternal() {
|
|
22857
|
+
var Super = _getPrototypeOf(Derived), result2;
|
|
22858
|
+
if (hasNativeReflectConstruct) {
|
|
22859
|
+
var NewTarget = _getPrototypeOf(this).constructor;
|
|
22860
|
+
result2 = Reflect.construct(Super, arguments, NewTarget);
|
|
22861
|
+
} else {
|
|
22862
|
+
result2 = Super.apply(this, arguments);
|
|
22863
|
+
}
|
|
22864
|
+
return _possibleConstructorReturn(this, result2);
|
|
22865
|
+
};
|
|
22866
|
+
}
|
|
22867
|
+
function _possibleConstructorReturn(self2, call) {
|
|
22868
|
+
if (call && (_typeof(call) === "object" || typeof call === "function")) {
|
|
22869
|
+
return call;
|
|
22870
|
+
} else if (call !== void 0) {
|
|
22871
|
+
throw new TypeError("Derived constructors may only return object or undefined");
|
|
22872
|
+
}
|
|
22873
|
+
return _assertThisInitialized(self2);
|
|
22874
|
+
}
|
|
22875
|
+
function _assertThisInitialized(self2) {
|
|
22876
|
+
if (self2 === void 0) {
|
|
22877
|
+
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
22878
|
+
}
|
|
22879
|
+
return self2;
|
|
22880
|
+
}
|
|
22881
|
+
function _wrapNativeSuper(Class) {
|
|
22882
|
+
var _cache = typeof Map === "function" ? /* @__PURE__ */ new Map() : void 0;
|
|
22883
|
+
_wrapNativeSuper = function _wrapNativeSuper2(Class2) {
|
|
22884
|
+
if (Class2 === null || !_isNativeFunction(Class2)) return Class2;
|
|
22885
|
+
if (typeof Class2 !== "function") {
|
|
22886
|
+
throw new TypeError("Super expression must either be null or a function");
|
|
22887
|
+
}
|
|
22888
|
+
if (typeof _cache !== "undefined") {
|
|
22889
|
+
if (_cache.has(Class2)) return _cache.get(Class2);
|
|
22890
|
+
_cache.set(Class2, Wrapper);
|
|
22968
22891
|
}
|
|
22969
22892
|
function Wrapper() {
|
|
22970
|
-
return _construct(
|
|
22893
|
+
return _construct(Class2, arguments, _getPrototypeOf(this).constructor);
|
|
22971
22894
|
}
|
|
22972
|
-
|
|
22973
|
-
|
|
22895
|
+
Wrapper.prototype = Object.create(Class2.prototype, { constructor: { value: Wrapper, enumerable: false, writable: true, configurable: true } });
|
|
22896
|
+
return _setPrototypeOf(Wrapper, Class2);
|
|
22897
|
+
};
|
|
22898
|
+
return _wrapNativeSuper(Class);
|
|
22974
22899
|
}
|
|
22975
|
-
function _construct(
|
|
22976
|
-
if (_isNativeReflectConstruct())
|
|
22977
|
-
|
|
22978
|
-
|
|
22979
|
-
|
|
22980
|
-
|
|
22900
|
+
function _construct(Parent, args, Class) {
|
|
22901
|
+
if (_isNativeReflectConstruct()) {
|
|
22902
|
+
_construct = Reflect.construct;
|
|
22903
|
+
} else {
|
|
22904
|
+
_construct = function _construct2(Parent2, args2, Class2) {
|
|
22905
|
+
var a = [null];
|
|
22906
|
+
a.push.apply(a, args2);
|
|
22907
|
+
var Constructor = Function.bind.apply(Parent2, a);
|
|
22908
|
+
var instance = new Constructor();
|
|
22909
|
+
if (Class2) _setPrototypeOf(instance, Class2.prototype);
|
|
22910
|
+
return instance;
|
|
22911
|
+
};
|
|
22912
|
+
}
|
|
22913
|
+
return _construct.apply(null, arguments);
|
|
22981
22914
|
}
|
|
22982
22915
|
function _isNativeReflectConstruct() {
|
|
22916
|
+
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
|
|
22917
|
+
if (Reflect.construct.sham) return false;
|
|
22918
|
+
if (typeof Proxy === "function") return true;
|
|
22983
22919
|
try {
|
|
22984
|
-
|
|
22920
|
+
Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
|
|
22985
22921
|
}));
|
|
22986
|
-
|
|
22922
|
+
return true;
|
|
22923
|
+
} catch (e) {
|
|
22924
|
+
return false;
|
|
22987
22925
|
}
|
|
22988
|
-
return (_isNativeReflectConstruct = function _isNativeReflectConstruct2() {
|
|
22989
|
-
return !!t2;
|
|
22990
|
-
})();
|
|
22991
22926
|
}
|
|
22992
|
-
function _isNativeFunction(
|
|
22993
|
-
|
|
22994
|
-
return -1 !== Function.toString.call(t2).indexOf("[native code]");
|
|
22995
|
-
} catch (n) {
|
|
22996
|
-
return "function" == typeof t2;
|
|
22997
|
-
}
|
|
22927
|
+
function _isNativeFunction(fn) {
|
|
22928
|
+
return Function.toString.call(fn).indexOf("[native code]") !== -1;
|
|
22998
22929
|
}
|
|
22999
|
-
function _setPrototypeOf(
|
|
23000
|
-
|
|
23001
|
-
|
|
23002
|
-
|
|
22930
|
+
function _setPrototypeOf(o, p) {
|
|
22931
|
+
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf2(o2, p2) {
|
|
22932
|
+
o2.__proto__ = p2;
|
|
22933
|
+
return o2;
|
|
22934
|
+
};
|
|
22935
|
+
return _setPrototypeOf(o, p);
|
|
23003
22936
|
}
|
|
23004
|
-
function _getPrototypeOf(
|
|
23005
|
-
|
|
23006
|
-
return
|
|
23007
|
-
}
|
|
22937
|
+
function _getPrototypeOf(o) {
|
|
22938
|
+
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf2(o2) {
|
|
22939
|
+
return o2.__proto__ || Object.getPrototypeOf(o2);
|
|
22940
|
+
};
|
|
22941
|
+
return _getPrototypeOf(o);
|
|
23008
22942
|
}
|
|
23009
22943
|
var ParseError = /* @__PURE__ */ function(_Error) {
|
|
22944
|
+
_inherits(ParseError2, _Error);
|
|
22945
|
+
var _super = _createSuper(ParseError2);
|
|
23010
22946
|
function ParseError2(code2) {
|
|
23011
22947
|
var _this;
|
|
23012
22948
|
_classCallCheck(this, ParseError2);
|
|
23013
|
-
_this =
|
|
23014
|
-
Object.setPrototypeOf(_this, ParseError2.prototype);
|
|
22949
|
+
_this = _super.call(this, code2);
|
|
22950
|
+
Object.setPrototypeOf(_assertThisInitialized(_this), ParseError2.prototype);
|
|
23015
22951
|
_this.name = _this.constructor.name;
|
|
23016
22952
|
return _this;
|
|
23017
22953
|
}
|
|
23018
|
-
_inherits(ParseError2, _Error);
|
|
23019
22954
|
return _createClass(ParseError2);
|
|
23020
22955
|
}(/* @__PURE__ */ _wrapNativeSuper(Error));
|
|
23021
22956
|
var EXTN_PATTERN = new RegExp("(?:" + createExtensionPattern() + ")$", "i");
|
|
@@ -23112,39 +23047,43 @@ var DIGITS = {
|
|
|
23112
23047
|
function parseDigit(character) {
|
|
23113
23048
|
return DIGITS[character];
|
|
23114
23049
|
}
|
|
23115
|
-
function _createForOfIteratorHelperLoose(
|
|
23116
|
-
var
|
|
23117
|
-
if (
|
|
23118
|
-
if (Array.isArray(
|
|
23119
|
-
|
|
23120
|
-
var
|
|
23050
|
+
function _createForOfIteratorHelperLoose$1(o, allowArrayLike) {
|
|
23051
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
23052
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
23053
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$2(o)) || allowArrayLike) {
|
|
23054
|
+
if (it) o = it;
|
|
23055
|
+
var i = 0;
|
|
23121
23056
|
return function() {
|
|
23122
|
-
|
|
23057
|
+
if (i >= o.length) return { done: true };
|
|
23058
|
+
return { done: false, value: o[i++] };
|
|
23123
23059
|
};
|
|
23124
23060
|
}
|
|
23125
23061
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
23126
23062
|
}
|
|
23127
|
-
function _unsupportedIterableToArray$
|
|
23128
|
-
if (
|
|
23129
|
-
|
|
23130
|
-
|
|
23131
|
-
|
|
23132
|
-
|
|
23063
|
+
function _unsupportedIterableToArray$2(o, minLen) {
|
|
23064
|
+
if (!o) return;
|
|
23065
|
+
if (typeof o === "string") return _arrayLikeToArray$2(o, minLen);
|
|
23066
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
23067
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
23068
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
23069
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$2(o, minLen);
|
|
23133
23070
|
}
|
|
23134
|
-
function _arrayLikeToArray$
|
|
23135
|
-
(
|
|
23136
|
-
for (var
|
|
23137
|
-
|
|
23071
|
+
function _arrayLikeToArray$2(arr, len) {
|
|
23072
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
23073
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
23074
|
+
arr2[i] = arr[i];
|
|
23075
|
+
}
|
|
23076
|
+
return arr2;
|
|
23138
23077
|
}
|
|
23139
23078
|
function parseIncompletePhoneNumber(string) {
|
|
23140
23079
|
var result2 = "";
|
|
23141
|
-
for (var _iterator = _createForOfIteratorHelperLoose(string.split("")), _step; !(_step = _iterator()).done; ) {
|
|
23080
|
+
for (var _iterator = _createForOfIteratorHelperLoose$1(string.split("")), _step; !(_step = _iterator()).done; ) {
|
|
23142
23081
|
var character = _step.value;
|
|
23143
23082
|
result2 += parsePhoneNumberCharacter(character, result2) || "";
|
|
23144
23083
|
}
|
|
23145
23084
|
return result2;
|
|
23146
23085
|
}
|
|
23147
|
-
function parsePhoneNumberCharacter(character, prevParsedCharacters,
|
|
23086
|
+
function parsePhoneNumberCharacter(character, prevParsedCharacters, emitEvent2) {
|
|
23148
23087
|
if (character === "+") {
|
|
23149
23088
|
if (prevParsedCharacters) {
|
|
23150
23089
|
return;
|
|
@@ -23153,6 +23092,66 @@ function parsePhoneNumberCharacter(character, prevParsedCharacters, eventListene
|
|
|
23153
23092
|
}
|
|
23154
23093
|
return parseDigit(character);
|
|
23155
23094
|
}
|
|
23095
|
+
function _createForOfIteratorHelperLoose(o, allowArrayLike) {
|
|
23096
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
23097
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
23098
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$1(o)) || allowArrayLike) {
|
|
23099
|
+
if (it) o = it;
|
|
23100
|
+
var i = 0;
|
|
23101
|
+
return function() {
|
|
23102
|
+
if (i >= o.length) return { done: true };
|
|
23103
|
+
return { done: false, value: o[i++] };
|
|
23104
|
+
};
|
|
23105
|
+
}
|
|
23106
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
23107
|
+
}
|
|
23108
|
+
function _unsupportedIterableToArray$1(o, minLen) {
|
|
23109
|
+
if (!o) return;
|
|
23110
|
+
if (typeof o === "string") return _arrayLikeToArray$1(o, minLen);
|
|
23111
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
23112
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
23113
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
23114
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$1(o, minLen);
|
|
23115
|
+
}
|
|
23116
|
+
function _arrayLikeToArray$1(arr, len) {
|
|
23117
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
23118
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
23119
|
+
arr2[i] = arr[i];
|
|
23120
|
+
}
|
|
23121
|
+
return arr2;
|
|
23122
|
+
}
|
|
23123
|
+
function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
|
|
23124
|
+
var countries = _ref.countries, metadata2 = _ref.metadata;
|
|
23125
|
+
metadata2 = new Metadata(metadata2);
|
|
23126
|
+
for (var _iterator = _createForOfIteratorHelperLoose(countries), _step; !(_step = _iterator()).done; ) {
|
|
23127
|
+
var country = _step.value;
|
|
23128
|
+
metadata2.country(country);
|
|
23129
|
+
if (metadata2.leadingDigits()) {
|
|
23130
|
+
if (nationalPhoneNumber && nationalPhoneNumber.search(metadata2.leadingDigits()) === 0) {
|
|
23131
|
+
return country;
|
|
23132
|
+
}
|
|
23133
|
+
} else if (getNumberType({
|
|
23134
|
+
phone: nationalPhoneNumber,
|
|
23135
|
+
country
|
|
23136
|
+
}, void 0, metadata2.metadata)) {
|
|
23137
|
+
return country;
|
|
23138
|
+
}
|
|
23139
|
+
}
|
|
23140
|
+
}
|
|
23141
|
+
function getCountryByCallingCode(callingCode, _ref) {
|
|
23142
|
+
var nationalPhoneNumber = _ref.nationalNumber, metadata2 = _ref.metadata;
|
|
23143
|
+
var possibleCountries = metadata2.getCountryCodesForCallingCode(callingCode);
|
|
23144
|
+
if (!possibleCountries) {
|
|
23145
|
+
return;
|
|
23146
|
+
}
|
|
23147
|
+
if (possibleCountries.length === 1) {
|
|
23148
|
+
return possibleCountries[0];
|
|
23149
|
+
}
|
|
23150
|
+
return getCountryByNationalNumber(nationalPhoneNumber, {
|
|
23151
|
+
countries: possibleCountries,
|
|
23152
|
+
metadata: metadata2.metadata
|
|
23153
|
+
});
|
|
23154
|
+
}
|
|
23156
23155
|
var PLUS_SIGN = "+";
|
|
23157
23156
|
var RFC3966_VISUAL_SEPARATOR_ = "[\\-\\.\\(\\)]?";
|
|
23158
23157
|
var RFC3966_PHONE_DIGIT_ = "([" + VALID_DIGITS + "]|" + RFC3966_VISUAL_SEPARATOR_ + ")";
|
|
@@ -23288,7 +23287,7 @@ function parse(text2, options, metadata2) {
|
|
|
23288
23287
|
countryCallingCode,
|
|
23289
23288
|
carrierCode,
|
|
23290
23289
|
valid,
|
|
23291
|
-
possible: valid ? true : options.extended === true && metadata2.possibleLengths() && isPossibleNumber(nationalNumber,
|
|
23290
|
+
possible: valid ? true : options.extended === true && metadata2.possibleLengths() && isPossibleNumber(nationalNumber, metadata2) ? true : false,
|
|
23292
23291
|
phone: nationalNumber,
|
|
23293
23292
|
ext
|
|
23294
23293
|
};
|
|
@@ -23348,7 +23347,7 @@ function result(country, nationalNumber, ext) {
|
|
|
23348
23347
|
return result2;
|
|
23349
23348
|
}
|
|
23350
23349
|
function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCallingCode, metadata2) {
|
|
23351
|
-
var _extractCountryCallin = extractCountryCallingCode(parseIncompletePhoneNumber(formattedPhoneNumber),
|
|
23350
|
+
var _extractCountryCallin = extractCountryCallingCode(parseIncompletePhoneNumber(formattedPhoneNumber), defaultCountry, defaultCallingCode, metadata2.metadata), countryCallingCodeSource = _extractCountryCallin.countryCallingCodeSource, countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
23352
23351
|
var country;
|
|
23353
23352
|
if (countryCallingCode) {
|
|
23354
23353
|
metadata2.selectNumberingPlan(countryCallingCode);
|
|
@@ -23365,7 +23364,7 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
23365
23364
|
countryCallingCode
|
|
23366
23365
|
};
|
|
23367
23366
|
}
|
|
23368
|
-
var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number2),
|
|
23367
|
+
var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number2), metadata2), nationalNumber = _extractNationalNumbe.nationalNumber, carrierCode = _extractNationalNumbe.carrierCode;
|
|
23369
23368
|
var exactCountry = getCountryByCallingCode(countryCallingCode, {
|
|
23370
23369
|
nationalNumber,
|
|
23371
23370
|
metadata: metadata2
|
|
@@ -23374,7 +23373,7 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
23374
23373
|
country = exactCountry;
|
|
23375
23374
|
if (exactCountry === "001") ;
|
|
23376
23375
|
else {
|
|
23377
|
-
metadata2.
|
|
23376
|
+
metadata2.country(country);
|
|
23378
23377
|
}
|
|
23379
23378
|
}
|
|
23380
23379
|
return {
|
|
@@ -23385,142 +23384,116 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
23385
23384
|
carrierCode
|
|
23386
23385
|
};
|
|
23387
23386
|
}
|
|
23388
|
-
function
|
|
23389
|
-
|
|
23390
|
-
return _typeof$4 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23391
|
-
return typeof o2;
|
|
23392
|
-
} : function(o2) {
|
|
23393
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23394
|
-
}, _typeof$4(o);
|
|
23395
|
-
}
|
|
23396
|
-
function ownKeys$4(e, r) {
|
|
23397
|
-
var t2 = Object.keys(e);
|
|
23387
|
+
function ownKeys$4(object, enumerableOnly) {
|
|
23388
|
+
var keys = Object.keys(object);
|
|
23398
23389
|
if (Object.getOwnPropertySymbols) {
|
|
23399
|
-
var
|
|
23400
|
-
|
|
23401
|
-
return Object.getOwnPropertyDescriptor(
|
|
23402
|
-
})),
|
|
23403
|
-
}
|
|
23404
|
-
return t2;
|
|
23405
|
-
}
|
|
23406
|
-
function _objectSpread$4(e) {
|
|
23407
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23408
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23409
|
-
r % 2 ? ownKeys$4(Object(t2), true).forEach(function(r2) {
|
|
23410
|
-
_defineProperty$4(e, r2, t2[r2]);
|
|
23411
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$4(Object(t2)).forEach(function(r2) {
|
|
23412
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23413
|
-
});
|
|
23390
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
23391
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23392
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23393
|
+
})), keys.push.apply(keys, symbols);
|
|
23414
23394
|
}
|
|
23415
|
-
return
|
|
23416
|
-
}
|
|
23417
|
-
function _defineProperty$4(e, r, t2) {
|
|
23418
|
-
return (r = _toPropertyKey$4(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23395
|
+
return keys;
|
|
23419
23396
|
}
|
|
23420
|
-
function
|
|
23421
|
-
var i =
|
|
23422
|
-
|
|
23397
|
+
function _objectSpread$4(target) {
|
|
23398
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
23399
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
23400
|
+
i % 2 ? ownKeys$4(Object(source), true).forEach(function(key) {
|
|
23401
|
+
_defineProperty$4(target, key, source[key]);
|
|
23402
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$4(Object(source)).forEach(function(key) {
|
|
23403
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23404
|
+
});
|
|
23405
|
+
}
|
|
23406
|
+
return target;
|
|
23423
23407
|
}
|
|
23424
|
-
function
|
|
23425
|
-
if (
|
|
23426
|
-
|
|
23427
|
-
|
|
23428
|
-
|
|
23429
|
-
if ("object" != _typeof$4(i)) return i;
|
|
23430
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23408
|
+
function _defineProperty$4(obj, key, value) {
|
|
23409
|
+
if (key in obj) {
|
|
23410
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23411
|
+
} else {
|
|
23412
|
+
obj[key] = value;
|
|
23431
23413
|
}
|
|
23432
|
-
return
|
|
23414
|
+
return obj;
|
|
23433
23415
|
}
|
|
23434
23416
|
function parsePhoneNumberWithError(text2, options, metadata2) {
|
|
23435
23417
|
return parse(text2, _objectSpread$4(_objectSpread$4({}, options), {}, {
|
|
23436
23418
|
v2: true
|
|
23437
23419
|
}), metadata2);
|
|
23438
23420
|
}
|
|
23439
|
-
function
|
|
23440
|
-
|
|
23441
|
-
return _typeof$3 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23442
|
-
return typeof o2;
|
|
23443
|
-
} : function(o2) {
|
|
23444
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23445
|
-
}, _typeof$3(o);
|
|
23446
|
-
}
|
|
23447
|
-
function ownKeys$3(e, r) {
|
|
23448
|
-
var t2 = Object.keys(e);
|
|
23421
|
+
function ownKeys$3(object, enumerableOnly) {
|
|
23422
|
+
var keys = Object.keys(object);
|
|
23449
23423
|
if (Object.getOwnPropertySymbols) {
|
|
23450
|
-
var
|
|
23451
|
-
|
|
23452
|
-
return Object.getOwnPropertyDescriptor(
|
|
23453
|
-
})),
|
|
23454
|
-
}
|
|
23455
|
-
return t2;
|
|
23456
|
-
}
|
|
23457
|
-
function _objectSpread$3(e) {
|
|
23458
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23459
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23460
|
-
r % 2 ? ownKeys$3(Object(t2), true).forEach(function(r2) {
|
|
23461
|
-
_defineProperty$3(e, r2, t2[r2]);
|
|
23462
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$3(Object(t2)).forEach(function(r2) {
|
|
23463
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23464
|
-
});
|
|
23424
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
23425
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23426
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23427
|
+
})), keys.push.apply(keys, symbols);
|
|
23465
23428
|
}
|
|
23466
|
-
return
|
|
23429
|
+
return keys;
|
|
23467
23430
|
}
|
|
23468
|
-
function
|
|
23469
|
-
|
|
23470
|
-
}
|
|
23471
|
-
|
|
23472
|
-
|
|
23473
|
-
|
|
23431
|
+
function _objectSpread$3(target) {
|
|
23432
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
23433
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
23434
|
+
i % 2 ? ownKeys$3(Object(source), true).forEach(function(key) {
|
|
23435
|
+
_defineProperty$3(target, key, source[key]);
|
|
23436
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$3(Object(source)).forEach(function(key) {
|
|
23437
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23438
|
+
});
|
|
23439
|
+
}
|
|
23440
|
+
return target;
|
|
23474
23441
|
}
|
|
23475
|
-
function
|
|
23476
|
-
if (
|
|
23477
|
-
|
|
23478
|
-
|
|
23479
|
-
|
|
23480
|
-
if ("object" != _typeof$3(i)) return i;
|
|
23481
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23442
|
+
function _defineProperty$3(obj, key, value) {
|
|
23443
|
+
if (key in obj) {
|
|
23444
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23445
|
+
} else {
|
|
23446
|
+
obj[key] = value;
|
|
23482
23447
|
}
|
|
23483
|
-
return
|
|
23448
|
+
return obj;
|
|
23484
23449
|
}
|
|
23485
|
-
function _slicedToArray(
|
|
23486
|
-
return _arrayWithHoles(
|
|
23450
|
+
function _slicedToArray(arr, i) {
|
|
23451
|
+
return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
|
|
23487
23452
|
}
|
|
23488
23453
|
function _nonIterableRest() {
|
|
23489
23454
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
23490
23455
|
}
|
|
23491
|
-
function _unsupportedIterableToArray(
|
|
23492
|
-
if (
|
|
23493
|
-
|
|
23494
|
-
|
|
23495
|
-
|
|
23496
|
-
|
|
23497
|
-
|
|
23498
|
-
|
|
23499
|
-
|
|
23500
|
-
|
|
23501
|
-
|
|
23502
|
-
|
|
23503
|
-
|
|
23504
|
-
|
|
23505
|
-
|
|
23506
|
-
|
|
23456
|
+
function _unsupportedIterableToArray(o, minLen) {
|
|
23457
|
+
if (!o) return;
|
|
23458
|
+
if (typeof o === "string") return _arrayLikeToArray(o, minLen);
|
|
23459
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
23460
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
23461
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
23462
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
|
|
23463
|
+
}
|
|
23464
|
+
function _arrayLikeToArray(arr, len) {
|
|
23465
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
23466
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
23467
|
+
arr2[i] = arr[i];
|
|
23468
|
+
}
|
|
23469
|
+
return arr2;
|
|
23470
|
+
}
|
|
23471
|
+
function _iterableToArrayLimit(arr, i) {
|
|
23472
|
+
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
23473
|
+
if (_i == null) return;
|
|
23474
|
+
var _arr = [];
|
|
23475
|
+
var _n = true;
|
|
23476
|
+
var _d = false;
|
|
23477
|
+
var _s, _e;
|
|
23478
|
+
try {
|
|
23479
|
+
for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
|
|
23480
|
+
_arr.push(_s.value);
|
|
23481
|
+
if (i && _arr.length === i) break;
|
|
23482
|
+
}
|
|
23483
|
+
} catch (err) {
|
|
23484
|
+
_d = true;
|
|
23485
|
+
_e = err;
|
|
23486
|
+
} finally {
|
|
23507
23487
|
try {
|
|
23508
|
-
if (
|
|
23509
|
-
else for (; !(f = (e = i.call(t2)).done) && (a.push(e.value), a.length !== l); f = true) ;
|
|
23510
|
-
} catch (r2) {
|
|
23511
|
-
o = true, n = r2;
|
|
23488
|
+
if (!_n && _i["return"] != null) _i["return"]();
|
|
23512
23489
|
} finally {
|
|
23513
|
-
|
|
23514
|
-
if (!f && null != t2["return"] && (u = t2["return"](), Object(u) !== u)) return;
|
|
23515
|
-
} finally {
|
|
23516
|
-
if (o) throw n;
|
|
23517
|
-
}
|
|
23490
|
+
if (_d) throw _e;
|
|
23518
23491
|
}
|
|
23519
|
-
return a;
|
|
23520
23492
|
}
|
|
23493
|
+
return _arr;
|
|
23521
23494
|
}
|
|
23522
|
-
function _arrayWithHoles(
|
|
23523
|
-
if (Array.isArray(
|
|
23495
|
+
function _arrayWithHoles(arr) {
|
|
23496
|
+
if (Array.isArray(arr)) return arr;
|
|
23524
23497
|
}
|
|
23525
23498
|
function normalizeArguments(args) {
|
|
23526
23499
|
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];
|
|
@@ -23557,51 +23530,34 @@ function normalizeArguments(args) {
|
|
|
23557
23530
|
metadata: metadata2
|
|
23558
23531
|
};
|
|
23559
23532
|
}
|
|
23560
|
-
function
|
|
23561
|
-
|
|
23562
|
-
return _typeof$2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23563
|
-
return typeof o2;
|
|
23564
|
-
} : function(o2) {
|
|
23565
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23566
|
-
}, _typeof$2(o);
|
|
23567
|
-
}
|
|
23568
|
-
function ownKeys$2(e, r) {
|
|
23569
|
-
var t2 = Object.keys(e);
|
|
23533
|
+
function ownKeys$2(object, enumerableOnly) {
|
|
23534
|
+
var keys = Object.keys(object);
|
|
23570
23535
|
if (Object.getOwnPropertySymbols) {
|
|
23571
|
-
var
|
|
23572
|
-
|
|
23573
|
-
return Object.getOwnPropertyDescriptor(
|
|
23574
|
-
})),
|
|
23575
|
-
}
|
|
23576
|
-
return t2;
|
|
23577
|
-
}
|
|
23578
|
-
function _objectSpread$2(e) {
|
|
23579
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23580
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23581
|
-
r % 2 ? ownKeys$2(Object(t2), true).forEach(function(r2) {
|
|
23582
|
-
_defineProperty$2(e, r2, t2[r2]);
|
|
23583
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$2(Object(t2)).forEach(function(r2) {
|
|
23584
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23585
|
-
});
|
|
23536
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
23537
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23538
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23539
|
+
})), keys.push.apply(keys, symbols);
|
|
23586
23540
|
}
|
|
23587
|
-
return
|
|
23588
|
-
}
|
|
23589
|
-
function _defineProperty$2(e, r, t2) {
|
|
23590
|
-
return (r = _toPropertyKey$2(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23541
|
+
return keys;
|
|
23591
23542
|
}
|
|
23592
|
-
function
|
|
23593
|
-
var i =
|
|
23594
|
-
|
|
23543
|
+
function _objectSpread$2(target) {
|
|
23544
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
23545
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
23546
|
+
i % 2 ? ownKeys$2(Object(source), true).forEach(function(key) {
|
|
23547
|
+
_defineProperty$2(target, key, source[key]);
|
|
23548
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2(Object(source)).forEach(function(key) {
|
|
23549
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23550
|
+
});
|
|
23551
|
+
}
|
|
23552
|
+
return target;
|
|
23595
23553
|
}
|
|
23596
|
-
function
|
|
23597
|
-
if (
|
|
23598
|
-
|
|
23599
|
-
|
|
23600
|
-
|
|
23601
|
-
if ("object" != _typeof$2(i)) return i;
|
|
23602
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23554
|
+
function _defineProperty$2(obj, key, value) {
|
|
23555
|
+
if (key in obj) {
|
|
23556
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23557
|
+
} else {
|
|
23558
|
+
obj[key] = value;
|
|
23603
23559
|
}
|
|
23604
|
-
return
|
|
23560
|
+
return obj;
|
|
23605
23561
|
}
|
|
23606
23562
|
function parsePhoneNumber(text2, options, metadata2) {
|
|
23607
23563
|
if (options && options.defaultCountry && !isSupportedCountry(options.defaultCountry, metadata2)) {
|
|
@@ -23618,51 +23574,34 @@ function parsePhoneNumber(text2, options, metadata2) {
|
|
|
23618
23574
|
}
|
|
23619
23575
|
}
|
|
23620
23576
|
}
|
|
23621
|
-
function
|
|
23622
|
-
|
|
23623
|
-
return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23624
|
-
return typeof o2;
|
|
23625
|
-
} : function(o2) {
|
|
23626
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23627
|
-
}, _typeof$1(o);
|
|
23628
|
-
}
|
|
23629
|
-
function ownKeys$1(e, r) {
|
|
23630
|
-
var t2 = Object.keys(e);
|
|
23577
|
+
function ownKeys$1(object, enumerableOnly) {
|
|
23578
|
+
var keys = Object.keys(object);
|
|
23631
23579
|
if (Object.getOwnPropertySymbols) {
|
|
23632
|
-
var
|
|
23633
|
-
|
|
23634
|
-
return Object.getOwnPropertyDescriptor(
|
|
23635
|
-
})),
|
|
23636
|
-
}
|
|
23637
|
-
return t2;
|
|
23638
|
-
}
|
|
23639
|
-
function _objectSpread$1(e) {
|
|
23640
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23641
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23642
|
-
r % 2 ? ownKeys$1(Object(t2), true).forEach(function(r2) {
|
|
23643
|
-
_defineProperty$1(e, r2, t2[r2]);
|
|
23644
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$1(Object(t2)).forEach(function(r2) {
|
|
23645
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23646
|
-
});
|
|
23580
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
23581
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23582
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23583
|
+
})), keys.push.apply(keys, symbols);
|
|
23647
23584
|
}
|
|
23648
|
-
return
|
|
23649
|
-
}
|
|
23650
|
-
function _defineProperty$1(e, r, t2) {
|
|
23651
|
-
return (r = _toPropertyKey$1(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23585
|
+
return keys;
|
|
23652
23586
|
}
|
|
23653
|
-
function
|
|
23654
|
-
var i =
|
|
23655
|
-
|
|
23587
|
+
function _objectSpread$1(target) {
|
|
23588
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
23589
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
23590
|
+
i % 2 ? ownKeys$1(Object(source), true).forEach(function(key) {
|
|
23591
|
+
_defineProperty$1(target, key, source[key]);
|
|
23592
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1(Object(source)).forEach(function(key) {
|
|
23593
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23594
|
+
});
|
|
23595
|
+
}
|
|
23596
|
+
return target;
|
|
23656
23597
|
}
|
|
23657
|
-
function
|
|
23658
|
-
if (
|
|
23659
|
-
|
|
23660
|
-
|
|
23661
|
-
|
|
23662
|
-
if ("object" != _typeof$1(i)) return i;
|
|
23663
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23598
|
+
function _defineProperty$1(obj, key, value) {
|
|
23599
|
+
if (key in obj) {
|
|
23600
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23601
|
+
} else {
|
|
23602
|
+
obj[key] = value;
|
|
23664
23603
|
}
|
|
23665
|
-
return
|
|
23604
|
+
return obj;
|
|
23666
23605
|
}
|
|
23667
23606
|
function isValidPhoneNumber$1() {
|
|
23668
23607
|
var _normalizeArguments = normalizeArguments(arguments), text2 = _normalizeArguments.text, options = _normalizeArguments.options, metadata2 = _normalizeArguments.metadata;
|
|
@@ -23672,51 +23611,34 @@ function isValidPhoneNumber$1() {
|
|
|
23672
23611
|
var phoneNumber = parsePhoneNumber(text2, options, metadata2);
|
|
23673
23612
|
return phoneNumber && phoneNumber.isValid() || false;
|
|
23674
23613
|
}
|
|
23675
|
-
function
|
|
23676
|
-
|
|
23677
|
-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23678
|
-
return typeof o2;
|
|
23679
|
-
} : function(o2) {
|
|
23680
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23681
|
-
}, _typeof(o);
|
|
23682
|
-
}
|
|
23683
|
-
function ownKeys(e, r) {
|
|
23684
|
-
var t2 = Object.keys(e);
|
|
23614
|
+
function ownKeys(object, enumerableOnly) {
|
|
23615
|
+
var keys = Object.keys(object);
|
|
23685
23616
|
if (Object.getOwnPropertySymbols) {
|
|
23686
|
-
var
|
|
23687
|
-
|
|
23688
|
-
return Object.getOwnPropertyDescriptor(
|
|
23689
|
-
})),
|
|
23690
|
-
}
|
|
23691
|
-
return t2;
|
|
23692
|
-
}
|
|
23693
|
-
function _objectSpread(e) {
|
|
23694
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23695
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23696
|
-
r % 2 ? ownKeys(Object(t2), true).forEach(function(r2) {
|
|
23697
|
-
_defineProperty(e, r2, t2[r2]);
|
|
23698
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys(Object(t2)).forEach(function(r2) {
|
|
23699
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23700
|
-
});
|
|
23617
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
23618
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23619
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23620
|
+
})), keys.push.apply(keys, symbols);
|
|
23701
23621
|
}
|
|
23702
|
-
return
|
|
23703
|
-
}
|
|
23704
|
-
function _defineProperty(e, r, t2) {
|
|
23705
|
-
return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23622
|
+
return keys;
|
|
23706
23623
|
}
|
|
23707
|
-
function
|
|
23708
|
-
var i =
|
|
23709
|
-
|
|
23624
|
+
function _objectSpread(target) {
|
|
23625
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
23626
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
23627
|
+
i % 2 ? ownKeys(Object(source), true).forEach(function(key) {
|
|
23628
|
+
_defineProperty(target, key, source[key]);
|
|
23629
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function(key) {
|
|
23630
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23631
|
+
});
|
|
23632
|
+
}
|
|
23633
|
+
return target;
|
|
23710
23634
|
}
|
|
23711
|
-
function
|
|
23712
|
-
if (
|
|
23713
|
-
|
|
23714
|
-
|
|
23715
|
-
|
|
23716
|
-
if ("object" != _typeof(i)) return i;
|
|
23717
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23635
|
+
function _defineProperty(obj, key, value) {
|
|
23636
|
+
if (key in obj) {
|
|
23637
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23638
|
+
} else {
|
|
23639
|
+
obj[key] = value;
|
|
23718
23640
|
}
|
|
23719
|
-
return
|
|
23641
|
+
return obj;
|
|
23720
23642
|
}
|
|
23721
23643
|
function isPossiblePhoneNumber$1() {
|
|
23722
23644
|
var _normalizeArguments = normalizeArguments(arguments), text2 = _normalizeArguments.text, options = _normalizeArguments.options, metadata2 = _normalizeArguments.metadata;
|
|
@@ -23919,7 +23841,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
23919
23841
|
createVNode(unref(Button), {
|
|
23920
23842
|
variant: "solid",
|
|
23921
23843
|
class: "w-[126px]",
|
|
23922
|
-
disabled: !
|
|
23844
|
+
disabled: !_ctx.dataShareChecked,
|
|
23923
23845
|
onClick: handleConfirm
|
|
23924
23846
|
}, {
|
|
23925
23847
|
default: withCtx(() => [
|
|
@@ -23948,7 +23870,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
23948
23870
|
createElementVNode("span", null, toDisplayString$1(unref($t)("gitCodeLayout.LoginModal.tips.ifYouDoNotAgrWe")), 1)
|
|
23949
23871
|
]),
|
|
23950
23872
|
createVNode(unref(Checkbox), {
|
|
23951
|
-
"model-value":
|
|
23873
|
+
"model-value": _ctx.dataShareChecked,
|
|
23952
23874
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = (val) => emits("update:dataShareChecked", val)),
|
|
23953
23875
|
size: "sm",
|
|
23954
23876
|
class: "mt-[12px]"
|
|
@@ -24198,7 +24120,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
24198
24120
|
]),
|
|
24199
24121
|
createElementVNode("div", _hoisted_11$1, [
|
|
24200
24122
|
createElementVNode("div", _hoisted_12$1, [
|
|
24201
|
-
!
|
|
24123
|
+
!_ctx.hideBack ? (openBlock(), createElementBlock("div", {
|
|
24202
24124
|
key: 0,
|
|
24203
24125
|
onClick: _cache[1] || (_cache[1] = ($event) => emits("back"))
|
|
24204
24126
|
}, [
|
|
@@ -24413,7 +24335,7 @@ const _SlidCaptchaManager = class _SlidCaptchaManager {
|
|
|
24413
24335
|
__publicField(_SlidCaptchaManager, "instance");
|
|
24414
24336
|
let SlidCaptchaManager = _SlidCaptchaManager;
|
|
24415
24337
|
const slidCaptchaManager = SlidCaptchaManager.getInstance();
|
|
24416
|
-
const SlidCaptcha = defineAsyncComponent(() => import("./index-
|
|
24338
|
+
const SlidCaptcha = defineAsyncComponent(() => import("./index-xpiU3ou9.js"));
|
|
24417
24339
|
const useSlidCaptcha = () => {
|
|
24418
24340
|
const { mount, unMount, isMounted } = usePopup("slid-captcha-popup");
|
|
24419
24341
|
const open = (config) => {
|
|
@@ -24443,7 +24365,7 @@ const useSlidCaptcha = () => {
|
|
|
24443
24365
|
close
|
|
24444
24366
|
};
|
|
24445
24367
|
};
|
|
24446
|
-
const YunpianCaptcha = defineAsyncComponent(() => import("./index-
|
|
24368
|
+
const YunpianCaptcha = defineAsyncComponent(() => import("./index-CSdIwYlm.js"));
|
|
24447
24369
|
const useYunpianCaptcha = () => {
|
|
24448
24370
|
const { mount, unMount } = usePopup("yunpian-captcha-popup");
|
|
24449
24371
|
const open = (config) => {
|
|
@@ -24837,7 +24759,7 @@ const useYiDunCaptcha = () => {
|
|
|
24837
24759
|
const _sfc_main$3 = {};
|
|
24838
24760
|
const _hoisted_1$2 = { class: "content-loading" };
|
|
24839
24761
|
function _sfc_render(_ctx, _cache) {
|
|
24840
|
-
return openBlock(), createElementBlock("div", _hoisted_1$2,
|
|
24762
|
+
return openBlock(), createElementBlock("div", _hoisted_1$2, _cache[0] || (_cache[0] = [
|
|
24841
24763
|
createElementVNode("div", { class: "content-loading-title" }, [
|
|
24842
24764
|
createElementVNode("div", { class: "w-full flex-center" }, [
|
|
24843
24765
|
createElementVNode("img", {
|
|
@@ -24848,7 +24770,7 @@ function _sfc_render(_ctx, _cache) {
|
|
|
24848
24770
|
]),
|
|
24849
24771
|
createElementVNode("span", null, "loading...")
|
|
24850
24772
|
], -1)
|
|
24851
|
-
])
|
|
24773
|
+
]));
|
|
24852
24774
|
}
|
|
24853
24775
|
const ContentLoading = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render], ["__scopeId", "data-v-vue-layout-gitcode"]]);
|
|
24854
24776
|
const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
@@ -24864,15 +24786,15 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
24864
24786
|
setup(__props) {
|
|
24865
24787
|
return (_ctx, _cache) => {
|
|
24866
24788
|
return openBlock(), createElementBlock("div", {
|
|
24867
|
-
class: normalizeClass(["g-data-panel i-data-panel", { "g-card":
|
|
24789
|
+
class: normalizeClass(["g-data-panel i-data-panel", { "g-card": _ctx.card, "g-border": _ctx.border }])
|
|
24868
24790
|
}, [
|
|
24869
24791
|
renderSlot(_ctx.$slots, "header", {}, void 0, true),
|
|
24870
|
-
|
|
24871
|
-
|
|
24792
|
+
_ctx.loading ? renderSlot(_ctx.$slots, "loading", { key: 0 }, () => [
|
|
24793
|
+
_ctx.skeleton ? (openBlock(), createBlock(unref(Skeleton), {
|
|
24872
24794
|
key: 0,
|
|
24873
24795
|
class: "p-20",
|
|
24874
|
-
rows:
|
|
24875
|
-
}, null, 8, ["rows"])) :
|
|
24796
|
+
rows: _ctx.skeletonRow
|
|
24797
|
+
}, null, 8, ["rows"])) : _ctx.animation ? (openBlock(), createBlock(ContentLoading, {
|
|
24876
24798
|
key: 1,
|
|
24877
24799
|
name: "loading",
|
|
24878
24800
|
class: "w-full h-full flex-center"
|
|
@@ -26619,11 +26541,11 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
26619
26541
|
modelValue: unref(vModels),
|
|
26620
26542
|
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => isRef(vModels) ? vModels.value = $event : null),
|
|
26621
26543
|
"show-close": false,
|
|
26622
|
-
"lock-scroll":
|
|
26623
|
-
draggable:
|
|
26624
|
-
escapable:
|
|
26544
|
+
"lock-scroll": _ctx.lockScroll,
|
|
26545
|
+
draggable: _ctx.draggable,
|
|
26546
|
+
escapable: _ctx.escapable,
|
|
26625
26547
|
"before-close": handleClose,
|
|
26626
|
-
"append-to-body":
|
|
26548
|
+
"append-to-body": _ctx.appendToBody,
|
|
26627
26549
|
class: normalizeClass([
|
|
26628
26550
|
"login-modal",
|
|
26629
26551
|
formType.value === "login" ? "login-modal-l" : "login-modal-r",
|
|
@@ -26643,7 +26565,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
26643
26565
|
class: "login-modal-title flex-1"
|
|
26644
26566
|
}, null, 8, ["icon", "title", "show-title", "show-back"]),
|
|
26645
26567
|
createElementVNode("div", _hoisted_2, [
|
|
26646
|
-
|
|
26568
|
+
_ctx.showClose && !showProtoCheck.value ? (openBlock(), createBlock(GIcon, {
|
|
26647
26569
|
key: 0,
|
|
26648
26570
|
onClick: onClickModalClose,
|
|
26649
26571
|
name: "gt-close",
|
|
@@ -26968,7 +26890,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
26968
26890
|
])
|
|
26969
26891
|
], 2),
|
|
26970
26892
|
createElementVNode("div", _hoisted_61, [
|
|
26971
|
-
|
|
26893
|
+
_ctx.openHarmonyGuide ? (openBlock(), createElementBlock("div", {
|
|
26972
26894
|
key: 0,
|
|
26973
26895
|
class: "text-[var(--theme-link)] flex items-center mt-[12px] cursor-pointer",
|
|
26974
26896
|
onClick: withModifiers(handleRegisterHarmony, ["stop"])
|
|
@@ -27336,20 +27258,20 @@ export {
|
|
|
27336
27258
|
_sfc_main$F as J,
|
|
27337
27259
|
loadAsideData as K,
|
|
27338
27260
|
LANG_ZH as L,
|
|
27339
|
-
|
|
27340
|
-
|
|
27341
|
-
|
|
27342
|
-
|
|
27343
|
-
|
|
27261
|
+
ToolsFloat as M,
|
|
27262
|
+
_sfc_main as N,
|
|
27263
|
+
GitCodeAside as O,
|
|
27264
|
+
GitCodeHeader as P,
|
|
27265
|
+
EnterpriseHeader as Q,
|
|
27344
27266
|
REPO_MODULE as R,
|
|
27345
27267
|
SceneValue as S,
|
|
27346
27268
|
TOPIC_TYPE as T,
|
|
27347
27269
|
SiteAnnouncement as U,
|
|
27348
|
-
|
|
27349
|
-
|
|
27350
|
-
|
|
27270
|
+
useLogin as V,
|
|
27271
|
+
setLayoutConfig as W,
|
|
27272
|
+
GitCodeLayoutEmitter as X,
|
|
27351
27273
|
setTheme as Y,
|
|
27352
|
-
|
|
27274
|
+
index as Z,
|
|
27353
27275
|
_export_sfc as _,
|
|
27354
27276
|
i18n as a,
|
|
27355
27277
|
REPO_EVENT as b,
|