vue-layout-gitcode 1.12.10 → 1.12.12
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-Pb6ABixy.js → GloabarSearch-X6I2pMlN.js} +4 -4
- package/{MenuItem-DZ2tveUz.js → MenuItem-DJk0KWSP.js} +2 -2
- package/{ProjectMenuList-J4kkadhg.js → ProjectMenuList-DHFpbQXp.js} +11 -11
- package/{ProjectMenuListV2-B-viV3Uv.js → ProjectMenuListV2-qW0kW8BB.js} +4 -4
- package/{ProjectSearch-BUV-4CVb.js → ProjectSearch-Cz9Vle9G.js} +2 -2
- package/{SearchHistoryList-jgaXWqiX.js → SearchHistoryList-BQk5tIO1.js} +6 -6
- package/{SearchPrefixTag-CvaCIKVB.js → SearchPrefixTag-DcF4bH2q.js} +4 -4
- package/{SearchRecommed-DMBBReNy.js → SearchRecommed-hd2z7Ldd.js} +3 -3
- package/{SearchScopeList-C2063S3X.js → SearchScopeList-zrU2IOei.js} +4 -4
- package/{UserSearch-CPlTUrWA.js → UserSearch-CfX4NkpN.js} +2 -2
- package/{index-hLeyaGE1.js → index-C5ZeT-nA.js} +4 -4
- package/{index-U1CXuWPZ.js → index-DH88X6vt.js} +42 -42
- package/{index-DOQrWp4m.js → index-DfZHyOG4.js} +958 -1027
- package/{index-BNafuZo0.js → index-t3ttyMJR.js} +2 -2
- package/index.d.ts +750 -580
- package/index.js +10 -10
- package/{notice-DqTkD61J.js → notice-DI46R8Sc.js} +9 -9
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-M4jlfhXZ.js → transWebUrl-B13gf3iY.js} +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
2
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
3
|
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
4
|
-
import { defineComponent, computed,
|
|
4
|
+
import { defineComponent, computed, createBlock, createElementBlock, openBlock, unref, normalizeProps, mergeProps, normalizeClass, renderSlot, normalizeStyle, createElementVNode, reactive, readonly, inject, effectScope, ref, shallowRef, watch, isRef, getCurrentInstance, h, Fragment, onBeforeMount, onMounted, onUnmounted, createVNode, Text, provide, createCommentVNode, withCtx, toDisplayString as toDisplayString$1, renderList, createTextVNode, Transition, withModifiers, resolveComponent, watchEffect, guardReactiveProps, resolveDirective, withDirectives, onBeforeUnmount, markRaw, resolveDynamicComponent, nextTick, defineAsyncComponent, vShow, withKeys, useCssVars, createSlots, render, toRaw, mergeModels, useModel as useModel$1, watchPostEffect, useSlots } from "vue";
|
|
5
5
|
import { Button } from "vue-devui-lal/button";
|
|
6
6
|
import { Popover } from "vue-devui-lal/popover";
|
|
7
7
|
import { Tooltip } from "vue-devui-lal/tooltip";
|
|
@@ -76,29 +76,29 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
76
76
|
return /px$/i.test(props.size) ? props.size : `${props.size}px`;
|
|
77
77
|
});
|
|
78
78
|
return (_ctx, _cache) => {
|
|
79
|
-
return !
|
|
79
|
+
return !_ctx.name.includes("gt-") ? (openBlock(), createBlock(unref(Icon), normalizeProps(mergeProps({ key: 0 }, props)), null, 16)) : _ctx.operable ? (openBlock(), createElementBlock("span", {
|
|
80
80
|
key: 1,
|
|
81
|
-
class: normalizeClass(["custom-icon-container", { disabled:
|
|
81
|
+
class: normalizeClass(["custom-icon-container", { disabled: _ctx.disabled }])
|
|
82
82
|
}, [
|
|
83
83
|
renderSlot(_ctx.$slots, "prefix", {}, void 0, true),
|
|
84
84
|
(openBlock(), createElementBlock("svg", {
|
|
85
|
-
class: normalizeClass(["icon gt-icon",
|
|
85
|
+
class: normalizeClass(["icon gt-icon", _ctx.iconClass]),
|
|
86
86
|
"aria-hidden": "true",
|
|
87
|
-
style: normalizeStyle({ color:
|
|
87
|
+
style: normalizeStyle({ color: _ctx.color, fontSize: fontSize.value, transform: `rotate(${_ctx.rotate})` })
|
|
88
88
|
}, [
|
|
89
89
|
createElementVNode("use", {
|
|
90
|
-
"xlink:href": `#${
|
|
90
|
+
"xlink:href": `#${_ctx.name}`
|
|
91
91
|
}, null, 8, _hoisted_1$B)
|
|
92
92
|
], 6)),
|
|
93
93
|
renderSlot(_ctx.$slots, "suffix", {}, void 0, true)
|
|
94
94
|
], 2)) : (openBlock(), createElementBlock("svg", {
|
|
95
95
|
key: 2,
|
|
96
|
-
class: normalizeClass(["icon gt-icon",
|
|
96
|
+
class: normalizeClass(["icon gt-icon", _ctx.iconClass]),
|
|
97
97
|
"aria-hidden": "true",
|
|
98
|
-
style: normalizeStyle(
|
|
98
|
+
style: normalizeStyle(_ctx.iconClass ? {} : { color: _ctx.color, fontSize: fontSize.value, transform: `rotate(${_ctx.rotate})` })
|
|
99
99
|
}, [
|
|
100
100
|
createElementVNode("use", {
|
|
101
|
-
"xlink:href": `#${
|
|
101
|
+
"xlink:href": `#${_ctx.name}`
|
|
102
102
|
}, null, 8, _hoisted_2$q)
|
|
103
103
|
], 6));
|
|
104
104
|
};
|
|
@@ -578,7 +578,7 @@ const LOGO_MAP = {
|
|
|
578
578
|
aiLogoDark: "https://cdn-static.gitcode.com/static/images/gitcode-ai-logo-dark_atomgit.png"
|
|
579
579
|
}
|
|
580
580
|
};
|
|
581
|
-
/*! @license DOMPurify 3.3.
|
|
581
|
+
/*! @license DOMPurify 3.3.0 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.3.0/LICENSE */
|
|
582
582
|
const {
|
|
583
583
|
entries,
|
|
584
584
|
setPrototypeOf,
|
|
@@ -809,7 +809,7 @@ const _createHooksMap = function _createHooksMap2() {
|
|
|
809
809
|
function createDOMPurify() {
|
|
810
810
|
let window2 = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : getGlobal();
|
|
811
811
|
const DOMPurify = (root) => createDOMPurify(root);
|
|
812
|
-
DOMPurify.version = "3.3.
|
|
812
|
+
DOMPurify.version = "3.3.0";
|
|
813
813
|
DOMPurify.removed = [];
|
|
814
814
|
if (!window2 || !window2.document || window2.document.nodeType !== NODE_TYPE.document || !window2.Element) {
|
|
815
815
|
DOMPurify.isSupported = false;
|
|
@@ -1010,7 +1010,7 @@ function createDOMPurify() {
|
|
|
1010
1010
|
}
|
|
1011
1011
|
if (USE_PROFILES) {
|
|
1012
1012
|
ALLOWED_TAGS = addToSet({}, text);
|
|
1013
|
-
ALLOWED_ATTR =
|
|
1013
|
+
ALLOWED_ATTR = [];
|
|
1014
1014
|
if (USE_PROFILES.html === true) {
|
|
1015
1015
|
addToSet(ALLOWED_TAGS, html$1);
|
|
1016
1016
|
addToSet(ALLOWED_ATTR, html);
|
|
@@ -1031,12 +1031,6 @@ function createDOMPurify() {
|
|
|
1031
1031
|
addToSet(ALLOWED_ATTR, xml);
|
|
1032
1032
|
}
|
|
1033
1033
|
}
|
|
1034
|
-
if (!objectHasOwnProperty(cfg, "ADD_TAGS")) {
|
|
1035
|
-
EXTRA_ELEMENT_HANDLING.tagCheck = null;
|
|
1036
|
-
}
|
|
1037
|
-
if (!objectHasOwnProperty(cfg, "ADD_ATTR")) {
|
|
1038
|
-
EXTRA_ELEMENT_HANDLING.attributeCheck = null;
|
|
1039
|
-
}
|
|
1040
1034
|
if (cfg.ADD_TAGS) {
|
|
1041
1035
|
if (typeof cfg.ADD_TAGS === "function") {
|
|
1042
1036
|
EXTRA_ELEMENT_HANDLING.tagCheck = cfg.ADD_TAGS;
|
|
@@ -1066,12 +1060,6 @@ function createDOMPurify() {
|
|
|
1066
1060
|
}
|
|
1067
1061
|
addToSet(FORBID_CONTENTS, cfg.FORBID_CONTENTS, transformCaseFunc);
|
|
1068
1062
|
}
|
|
1069
|
-
if (cfg.ADD_FORBID_CONTENTS) {
|
|
1070
|
-
if (FORBID_CONTENTS === DEFAULT_FORBID_CONTENTS) {
|
|
1071
|
-
FORBID_CONTENTS = clone(FORBID_CONTENTS);
|
|
1072
|
-
}
|
|
1073
|
-
addToSet(FORBID_CONTENTS, cfg.ADD_FORBID_CONTENTS, transformCaseFunc);
|
|
1074
|
-
}
|
|
1075
1063
|
if (KEEP_CONTENT) {
|
|
1076
1064
|
ALLOWED_TAGS["#text"] = true;
|
|
1077
1065
|
}
|
|
@@ -1315,9 +1303,6 @@ function createDOMPurify() {
|
|
|
1315
1303
|
return false;
|
|
1316
1304
|
};
|
|
1317
1305
|
const _isValidAttribute = function _isValidAttribute2(lcTag, lcName, value) {
|
|
1318
|
-
if (FORBID_ATTR[lcName]) {
|
|
1319
|
-
return false;
|
|
1320
|
-
}
|
|
1321
1306
|
if (SANITIZE_DOM && (lcName === "id" || lcName === "name") && (value in document2 || value in formElement)) {
|
|
1322
1307
|
return false;
|
|
1323
1308
|
}
|
|
@@ -1384,7 +1369,7 @@ function createDOMPurify() {
|
|
|
1384
1369
|
_removeAttribute(name, currentNode);
|
|
1385
1370
|
value = SANITIZE_NAMED_PROPS_PREFIX + value;
|
|
1386
1371
|
}
|
|
1387
|
-
if (SAFE_FOR_XML && regExpTest(/((--!?|])>)|<\/(style|
|
|
1372
|
+
if (SAFE_FOR_XML && regExpTest(/((--!?|])>)|<\/(style|title|textarea)/i, value)) {
|
|
1388
1373
|
_removeAttribute(name, currentNode);
|
|
1389
1374
|
continue;
|
|
1390
1375
|
}
|
|
@@ -1716,25 +1701,10 @@ function init(converter, defaultAttributes) {
|
|
|
1716
1701
|
}
|
|
1717
1702
|
var api = init(defaultConverter, { path: "/" });
|
|
1718
1703
|
/*!
|
|
1719
|
-
* shared v9.14.
|
|
1704
|
+
* shared v9.14.3
|
|
1720
1705
|
* (c) 2025 kazuya kawaguchi
|
|
1721
1706
|
* Released under the MIT License.
|
|
1722
1707
|
*/
|
|
1723
|
-
function warn(msg, err) {
|
|
1724
|
-
if (typeof console !== "undefined") {
|
|
1725
|
-
console.warn(`[intlify] ` + msg);
|
|
1726
|
-
if (err) {
|
|
1727
|
-
console.warn(err.stack);
|
|
1728
|
-
}
|
|
1729
|
-
}
|
|
1730
|
-
}
|
|
1731
|
-
const hasWarned = {};
|
|
1732
|
-
function warnOnce(msg) {
|
|
1733
|
-
if (!hasWarned[msg]) {
|
|
1734
|
-
hasWarned[msg] = true;
|
|
1735
|
-
warn(msg);
|
|
1736
|
-
}
|
|
1737
|
-
}
|
|
1738
1708
|
const inBrowser = typeof window !== "undefined";
|
|
1739
1709
|
let mark;
|
|
1740
1710
|
let measure;
|
|
@@ -1779,31 +1749,7 @@ const getGlobalThis = () => {
|
|
|
1779
1749
|
return _globalThis || (_globalThis = typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : create());
|
|
1780
1750
|
};
|
|
1781
1751
|
function escapeHtml(rawText) {
|
|
1782
|
-
return rawText.replace(
|
|
1783
|
-
}
|
|
1784
|
-
function escapeAttributeValue(value) {
|
|
1785
|
-
return value.replace(/&(?![a-zA-Z0-9#]{2,6};)/g, "&").replace(/"/g, """).replace(/'/g, "'").replace(/</g, "<").replace(/>/g, ">");
|
|
1786
|
-
}
|
|
1787
|
-
function sanitizeTranslatedHtml(html2) {
|
|
1788
|
-
html2 = html2.replace(/(\w+)\s*=\s*"([^"]*)"/g, (_, attrName, attrValue) => `${attrName}="${escapeAttributeValue(attrValue)}"`);
|
|
1789
|
-
html2 = html2.replace(/(\w+)\s*=\s*'([^']*)'/g, (_, attrName, attrValue) => `${attrName}='${escapeAttributeValue(attrValue)}'`);
|
|
1790
|
-
const eventHandlerPattern = /\s*on\w+\s*=\s*["']?[^"'>]+["']?/gi;
|
|
1791
|
-
if (eventHandlerPattern.test(html2)) {
|
|
1792
|
-
if (process.env.NODE_ENV !== "production") {
|
|
1793
|
-
warn("Potentially dangerous event handlers detected in translation. Consider removing onclick, onerror, etc. from your translation messages.");
|
|
1794
|
-
}
|
|
1795
|
-
html2 = html2.replace(/(\s+)(on)(\w+\s*=)/gi, "$1on$3");
|
|
1796
|
-
}
|
|
1797
|
-
const javascriptUrlPattern = [
|
|
1798
|
-
// In href, src, action, formaction attributes
|
|
1799
|
-
/(\s+(?:href|src|action|formaction)\s*=\s*["']?)\s*javascript:/gi,
|
|
1800
|
-
// In style attributes within url()
|
|
1801
|
-
/(style\s*=\s*["'][^"']*url\s*\(\s*)javascript:/gi
|
|
1802
|
-
];
|
|
1803
|
-
javascriptUrlPattern.forEach((pattern) => {
|
|
1804
|
-
html2 = html2.replace(pattern, "$1javascript:");
|
|
1805
|
-
});
|
|
1806
|
-
return html2;
|
|
1752
|
+
return rawText.replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'");
|
|
1807
1753
|
}
|
|
1808
1754
|
const hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
1809
1755
|
function hasOwn(obj, key) {
|
|
@@ -1866,6 +1812,21 @@ function incrementer(code2) {
|
|
|
1866
1812
|
let current = code2;
|
|
1867
1813
|
return () => ++current;
|
|
1868
1814
|
}
|
|
1815
|
+
function warn(msg, err) {
|
|
1816
|
+
if (typeof console !== "undefined") {
|
|
1817
|
+
console.warn(`[intlify] ` + msg);
|
|
1818
|
+
if (err) {
|
|
1819
|
+
console.warn(err.stack);
|
|
1820
|
+
}
|
|
1821
|
+
}
|
|
1822
|
+
}
|
|
1823
|
+
const hasWarned = {};
|
|
1824
|
+
function warnOnce(msg) {
|
|
1825
|
+
if (!hasWarned[msg]) {
|
|
1826
|
+
hasWarned[msg] = true;
|
|
1827
|
+
warn(msg);
|
|
1828
|
+
}
|
|
1829
|
+
}
|
|
1869
1830
|
function createEmitter() {
|
|
1870
1831
|
const events = /* @__PURE__ */ new Map();
|
|
1871
1832
|
const emitter2 = {
|
|
@@ -1914,7 +1875,7 @@ function deepCopy(src, des) {
|
|
|
1914
1875
|
}
|
|
1915
1876
|
}
|
|
1916
1877
|
/*!
|
|
1917
|
-
* message-compiler v9.14.
|
|
1878
|
+
* message-compiler v9.14.3
|
|
1918
1879
|
* (c) 2025 kazuya kawaguchi
|
|
1919
1880
|
* Released under the MIT License.
|
|
1920
1881
|
*/
|
|
@@ -3464,7 +3425,7 @@ function baseCompile$1(source, options = {}) {
|
|
|
3464
3425
|
}
|
|
3465
3426
|
}
|
|
3466
3427
|
/*!
|
|
3467
|
-
* core-base v9.14.
|
|
3428
|
+
* core-base v9.14.3
|
|
3468
3429
|
* (c) 2025 kazuya kawaguchi
|
|
3469
3430
|
* Released under the MIT License.
|
|
3470
3431
|
*/
|
|
@@ -3479,76 +3440,6 @@ function initFeatureFlags$1() {
|
|
|
3479
3440
|
getGlobalThis().__INTLIFY_DROP_MESSAGE_COMPILER__ = false;
|
|
3480
3441
|
}
|
|
3481
3442
|
}
|
|
3482
|
-
function isMessageAST(val) {
|
|
3483
|
-
return isObject$2(val) && resolveType(val) === 0 && (hasOwn(val, "b") || hasOwn(val, "body"));
|
|
3484
|
-
}
|
|
3485
|
-
const PROPS_BODY = ["b", "body"];
|
|
3486
|
-
function resolveBody(node) {
|
|
3487
|
-
return resolveProps(node, PROPS_BODY);
|
|
3488
|
-
}
|
|
3489
|
-
const PROPS_CASES = ["c", "cases"];
|
|
3490
|
-
function resolveCases(node) {
|
|
3491
|
-
return resolveProps(node, PROPS_CASES, []);
|
|
3492
|
-
}
|
|
3493
|
-
const PROPS_STATIC = ["s", "static"];
|
|
3494
|
-
function resolveStatic(node) {
|
|
3495
|
-
return resolveProps(node, PROPS_STATIC);
|
|
3496
|
-
}
|
|
3497
|
-
const PROPS_ITEMS = ["i", "items"];
|
|
3498
|
-
function resolveItems(node) {
|
|
3499
|
-
return resolveProps(node, PROPS_ITEMS, []);
|
|
3500
|
-
}
|
|
3501
|
-
const PROPS_TYPE = ["t", "type"];
|
|
3502
|
-
function resolveType(node) {
|
|
3503
|
-
return resolveProps(node, PROPS_TYPE);
|
|
3504
|
-
}
|
|
3505
|
-
const PROPS_VALUE = ["v", "value"];
|
|
3506
|
-
function resolveValue$1(node, type) {
|
|
3507
|
-
const resolved = resolveProps(node, PROPS_VALUE);
|
|
3508
|
-
if (resolved != null) {
|
|
3509
|
-
return resolved;
|
|
3510
|
-
} else {
|
|
3511
|
-
throw createUnhandleNodeError(type);
|
|
3512
|
-
}
|
|
3513
|
-
}
|
|
3514
|
-
const PROPS_MODIFIER = ["m", "modifier"];
|
|
3515
|
-
function resolveLinkedModifier(node) {
|
|
3516
|
-
return resolveProps(node, PROPS_MODIFIER);
|
|
3517
|
-
}
|
|
3518
|
-
const PROPS_KEY = ["k", "key"];
|
|
3519
|
-
function resolveLinkedKey(node) {
|
|
3520
|
-
const resolved = resolveProps(node, PROPS_KEY);
|
|
3521
|
-
if (resolved) {
|
|
3522
|
-
return resolved;
|
|
3523
|
-
} else {
|
|
3524
|
-
throw createUnhandleNodeError(
|
|
3525
|
-
6
|
|
3526
|
-
/* NodeTypes.Linked */
|
|
3527
|
-
);
|
|
3528
|
-
}
|
|
3529
|
-
}
|
|
3530
|
-
function resolveProps(node, props, defaultValue) {
|
|
3531
|
-
for (let i = 0; i < props.length; i++) {
|
|
3532
|
-
const prop = props[i];
|
|
3533
|
-
if (hasOwn(node, prop) && node[prop] != null) {
|
|
3534
|
-
return node[prop];
|
|
3535
|
-
}
|
|
3536
|
-
}
|
|
3537
|
-
return defaultValue;
|
|
3538
|
-
}
|
|
3539
|
-
const AST_NODE_PROPS_KEYS = [
|
|
3540
|
-
...PROPS_BODY,
|
|
3541
|
-
...PROPS_CASES,
|
|
3542
|
-
...PROPS_STATIC,
|
|
3543
|
-
...PROPS_ITEMS,
|
|
3544
|
-
...PROPS_KEY,
|
|
3545
|
-
...PROPS_MODIFIER,
|
|
3546
|
-
...PROPS_VALUE,
|
|
3547
|
-
...PROPS_TYPE
|
|
3548
|
-
];
|
|
3549
|
-
function createUnhandleNodeError(type) {
|
|
3550
|
-
return new Error(`unhandled node type: ${type}`);
|
|
3551
|
-
}
|
|
3552
3443
|
const pathStateMachine = [];
|
|
3553
3444
|
pathStateMachine[
|
|
3554
3445
|
0
|
|
@@ -3955,7 +3846,7 @@ const cache = /* @__PURE__ */ new Map();
|
|
|
3955
3846
|
function resolveWithKeyValue(obj, path) {
|
|
3956
3847
|
return isObject$2(obj) ? obj[path] : null;
|
|
3957
3848
|
}
|
|
3958
|
-
function resolveValue(obj, path) {
|
|
3849
|
+
function resolveValue$1(obj, path) {
|
|
3959
3850
|
if (!isObject$2(obj)) {
|
|
3960
3851
|
return null;
|
|
3961
3852
|
}
|
|
@@ -3973,11 +3864,7 @@ function resolveValue(obj, path) {
|
|
|
3973
3864
|
let last = obj;
|
|
3974
3865
|
let i = 0;
|
|
3975
3866
|
while (i < len) {
|
|
3976
|
-
const
|
|
3977
|
-
if (AST_NODE_PROPS_KEYS.includes(key) && isMessageAST(last)) {
|
|
3978
|
-
return null;
|
|
3979
|
-
}
|
|
3980
|
-
const val = last[key];
|
|
3867
|
+
const val = last[hit[i]];
|
|
3981
3868
|
if (val === void 0) {
|
|
3982
3869
|
return null;
|
|
3983
3870
|
}
|
|
@@ -4271,7 +4158,7 @@ function appendItemToChain(chain, target, blocks) {
|
|
|
4271
4158
|
}
|
|
4272
4159
|
return follow;
|
|
4273
4160
|
}
|
|
4274
|
-
const VERSION$1 = "9.14.
|
|
4161
|
+
const VERSION$1 = "9.14.3";
|
|
4275
4162
|
const NOT_REOSLVED = -1;
|
|
4276
4163
|
const DEFAULT_LOCALE = "en-US";
|
|
4277
4164
|
const MISSING_RESOLVE_VALUE = "";
|
|
@@ -4458,6 +4345,14 @@ function formatParts(ctx, ast) {
|
|
|
4458
4345
|
return formatMessageParts(ctx, body);
|
|
4459
4346
|
}
|
|
4460
4347
|
}
|
|
4348
|
+
const PROPS_BODY = ["b", "body"];
|
|
4349
|
+
function resolveBody(node) {
|
|
4350
|
+
return resolveProps(node, PROPS_BODY);
|
|
4351
|
+
}
|
|
4352
|
+
const PROPS_CASES = ["c", "cases"];
|
|
4353
|
+
function resolveCases(node) {
|
|
4354
|
+
return resolveProps(node, PROPS_CASES, []);
|
|
4355
|
+
}
|
|
4461
4356
|
function formatMessageParts(ctx, node) {
|
|
4462
4357
|
const static_ = resolveStatic(node);
|
|
4463
4358
|
if (static_ != null) {
|
|
@@ -4467,14 +4362,22 @@ function formatMessageParts(ctx, node) {
|
|
|
4467
4362
|
return ctx.normalize(messages);
|
|
4468
4363
|
}
|
|
4469
4364
|
}
|
|
4365
|
+
const PROPS_STATIC = ["s", "static"];
|
|
4366
|
+
function resolveStatic(node) {
|
|
4367
|
+
return resolveProps(node, PROPS_STATIC);
|
|
4368
|
+
}
|
|
4369
|
+
const PROPS_ITEMS = ["i", "items"];
|
|
4370
|
+
function resolveItems(node) {
|
|
4371
|
+
return resolveProps(node, PROPS_ITEMS, []);
|
|
4372
|
+
}
|
|
4470
4373
|
function formatMessagePart(ctx, node) {
|
|
4471
4374
|
const type = resolveType(node);
|
|
4472
4375
|
switch (type) {
|
|
4473
4376
|
case 3: {
|
|
4474
|
-
return resolveValue
|
|
4377
|
+
return resolveValue(node, type);
|
|
4475
4378
|
}
|
|
4476
4379
|
case 9: {
|
|
4477
|
-
return resolveValue
|
|
4380
|
+
return resolveValue(node, type);
|
|
4478
4381
|
}
|
|
4479
4382
|
case 4: {
|
|
4480
4383
|
const named = node;
|
|
@@ -4503,15 +4406,56 @@ function formatMessagePart(ctx, node) {
|
|
|
4503
4406
|
return ctx.linked(formatMessagePart(ctx, key), modifier ? formatMessagePart(ctx, modifier) : void 0, ctx.type);
|
|
4504
4407
|
}
|
|
4505
4408
|
case 7: {
|
|
4506
|
-
return resolveValue
|
|
4409
|
+
return resolveValue(node, type);
|
|
4507
4410
|
}
|
|
4508
4411
|
case 8: {
|
|
4509
|
-
return resolveValue
|
|
4412
|
+
return resolveValue(node, type);
|
|
4510
4413
|
}
|
|
4511
4414
|
default:
|
|
4512
4415
|
throw new Error(`unhandled node on format message part: ${type}`);
|
|
4513
4416
|
}
|
|
4514
4417
|
}
|
|
4418
|
+
const PROPS_TYPE = ["t", "type"];
|
|
4419
|
+
function resolveType(node) {
|
|
4420
|
+
return resolveProps(node, PROPS_TYPE);
|
|
4421
|
+
}
|
|
4422
|
+
const PROPS_VALUE = ["v", "value"];
|
|
4423
|
+
function resolveValue(node, type) {
|
|
4424
|
+
const resolved = resolveProps(node, PROPS_VALUE);
|
|
4425
|
+
if (resolved) {
|
|
4426
|
+
return resolved;
|
|
4427
|
+
} else {
|
|
4428
|
+
throw createUnhandleNodeError(type);
|
|
4429
|
+
}
|
|
4430
|
+
}
|
|
4431
|
+
const PROPS_MODIFIER = ["m", "modifier"];
|
|
4432
|
+
function resolveLinkedModifier(node) {
|
|
4433
|
+
return resolveProps(node, PROPS_MODIFIER);
|
|
4434
|
+
}
|
|
4435
|
+
const PROPS_KEY = ["k", "key"];
|
|
4436
|
+
function resolveLinkedKey(node) {
|
|
4437
|
+
const resolved = resolveProps(node, PROPS_KEY);
|
|
4438
|
+
if (resolved) {
|
|
4439
|
+
return resolved;
|
|
4440
|
+
} else {
|
|
4441
|
+
throw createUnhandleNodeError(
|
|
4442
|
+
6
|
|
4443
|
+
/* NodeTypes.Linked */
|
|
4444
|
+
);
|
|
4445
|
+
}
|
|
4446
|
+
}
|
|
4447
|
+
function resolveProps(node, props, defaultValue) {
|
|
4448
|
+
for (let i = 0; i < props.length; i++) {
|
|
4449
|
+
const prop = props[i];
|
|
4450
|
+
if (hasOwn(node, prop) && node[prop] != null) {
|
|
4451
|
+
return node[prop];
|
|
4452
|
+
}
|
|
4453
|
+
}
|
|
4454
|
+
return defaultValue;
|
|
4455
|
+
}
|
|
4456
|
+
function createUnhandleNodeError(type) {
|
|
4457
|
+
return new Error(`unhandled node type: ${type}`);
|
|
4458
|
+
}
|
|
4515
4459
|
const WARN_MESSAGE = `Detected HTML in '{source}' message. Recommend not using HTML messages to avoid XSS.`;
|
|
4516
4460
|
function checkHtmlMessage(source, warnHtmlMessage) {
|
|
4517
4461
|
if (warnHtmlMessage && detectHtmlTag(source)) {
|
|
@@ -4527,6 +4471,9 @@ reference: https://vue-i18n.intlify.dev/guide/essentials/syntax#rails-i18n-forma
|
|
|
4527
4471
|
(message compiler warning message: ${_warn.message})`);
|
|
4528
4472
|
}
|
|
4529
4473
|
}
|
|
4474
|
+
function isMessageAST(val) {
|
|
4475
|
+
return isObject$2(val) && resolveType(val) === 0 && (hasOwn(val, "b") || hasOwn(val, "body"));
|
|
4476
|
+
}
|
|
4530
4477
|
function baseCompile(message, options = {}) {
|
|
4531
4478
|
let detectError = false;
|
|
4532
4479
|
const onError = options.onError || defaultOnError;
|
|
@@ -4638,10 +4585,7 @@ function translate(context, ...args) {
|
|
|
4638
4585
|
const ctxOptions = getMessageContextOptions(context, targetLocale, message, options);
|
|
4639
4586
|
const msgContext = createMessageContext(ctxOptions);
|
|
4640
4587
|
const messaged = evaluateMessage(context, msg, msgContext);
|
|
4641
|
-
|
|
4642
|
-
if (escapeParameter && isString$1(ret)) {
|
|
4643
|
-
ret = sanitizeTranslatedHtml(ret);
|
|
4644
|
-
}
|
|
4588
|
+
const ret = postTranslation ? postTranslation(messaged, key) : messaged;
|
|
4645
4589
|
if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
|
|
4646
4590
|
const payloads = {
|
|
4647
4591
|
timestamp: Date.now(),
|
|
@@ -5358,11 +5302,11 @@ function setupDevtoolsPlugin(pluginDescriptor, setupFn) {
|
|
|
5358
5302
|
}
|
|
5359
5303
|
}
|
|
5360
5304
|
/*!
|
|
5361
|
-
* vue-i18n v9.14.
|
|
5305
|
+
* vue-i18n v9.14.3
|
|
5362
5306
|
* (c) 2025 kazuya kawaguchi
|
|
5363
5307
|
* Released under the MIT License.
|
|
5364
5308
|
*/
|
|
5365
|
-
const VERSION = "9.14.
|
|
5309
|
+
const VERSION = "9.14.3";
|
|
5366
5310
|
function initFeatureFlags() {
|
|
5367
5311
|
if (typeof __VUE_I18N_FULL_INSTALL__ !== "boolean") {
|
|
5368
5312
|
getGlobalThis().__VUE_I18N_FULL_INSTALL__ = true;
|
|
@@ -5495,9 +5439,6 @@ function handleFlatJson(obj) {
|
|
|
5495
5439
|
if (!isObject$2(obj)) {
|
|
5496
5440
|
return obj;
|
|
5497
5441
|
}
|
|
5498
|
-
if (isMessageAST(obj)) {
|
|
5499
|
-
return obj;
|
|
5500
|
-
}
|
|
5501
5442
|
for (const key in obj) {
|
|
5502
5443
|
if (!hasOwn(obj, key)) {
|
|
5503
5444
|
continue;
|
|
@@ -5528,20 +5469,11 @@ function handleFlatJson(obj) {
|
|
|
5528
5469
|
currentObj = currentObj[subKeys[i]];
|
|
5529
5470
|
}
|
|
5530
5471
|
if (!hasStringValue) {
|
|
5531
|
-
|
|
5532
|
-
|
|
5533
|
-
delete obj[key];
|
|
5534
|
-
} else {
|
|
5535
|
-
if (!AST_NODE_PROPS_KEYS.includes(subKeys[lastIndex])) {
|
|
5536
|
-
delete obj[key];
|
|
5537
|
-
}
|
|
5538
|
-
}
|
|
5472
|
+
currentObj[subKeys[lastIndex]] = obj[key];
|
|
5473
|
+
delete obj[key];
|
|
5539
5474
|
}
|
|
5540
|
-
if (
|
|
5541
|
-
|
|
5542
|
-
if (isObject$2(target)) {
|
|
5543
|
-
handleFlatJson(target);
|
|
5544
|
-
}
|
|
5475
|
+
if (isObject$2(currentObj[subKeys[lastIndex]])) {
|
|
5476
|
+
handleFlatJson(currentObj[subKeys[lastIndex]]);
|
|
5545
5477
|
}
|
|
5546
5478
|
}
|
|
5547
5479
|
}
|
|
@@ -7732,7 +7664,7 @@ if (__INTLIFY_JIT_COMPILATION__) {
|
|
|
7732
7664
|
} else {
|
|
7733
7665
|
registerMessageCompiler(compileToFunction);
|
|
7734
7666
|
}
|
|
7735
|
-
registerMessageResolver(resolveValue);
|
|
7667
|
+
registerMessageResolver(resolveValue$1);
|
|
7736
7668
|
registerLocaleFallbacker(fallbackWithLocaleChain);
|
|
7737
7669
|
if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
|
|
7738
7670
|
const target = getGlobalThis();
|
|
@@ -9454,7 +9386,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9454
9386
|
id: "guide-step4",
|
|
9455
9387
|
class: "home-nav-link tools-questionnaire",
|
|
9456
9388
|
onClick: toggleGrowthCenter
|
|
9457
|
-
},
|
|
9389
|
+
}, _cache[6] || (_cache[6] = [
|
|
9458
9390
|
createElementVNode("div", { class: "home-nav-item" }, [
|
|
9459
9391
|
createElementVNode("img", {
|
|
9460
9392
|
class: "common-icon inline-block h-[20px] w-[20px]",
|
|
@@ -9462,7 +9394,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9462
9394
|
alt: ""
|
|
9463
9395
|
})
|
|
9464
9396
|
], -1)
|
|
9465
|
-
])
|
|
9397
|
+
]))
|
|
9466
9398
|
]),
|
|
9467
9399
|
_: 1
|
|
9468
9400
|
})) : createCommentVNode("", true),
|
|
@@ -9485,7 +9417,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9485
9417
|
id: "gitcode-desk-btn",
|
|
9486
9418
|
class: "home-nav-item kefu",
|
|
9487
9419
|
onClick: showDesk
|
|
9488
|
-
},
|
|
9420
|
+
}, _cache[7] || (_cache[7] = [
|
|
9489
9421
|
createElementVNode("img", {
|
|
9490
9422
|
class: "inline-block h-[20px] w-[20px]",
|
|
9491
9423
|
src: "https://cdn-static.gitcode.com/static/images/desk/kefu.png",
|
|
@@ -9495,7 +9427,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9495
9427
|
createElementVNode("div", null, "客"),
|
|
9496
9428
|
createElementVNode("div", null, "服")
|
|
9497
9429
|
], -1)
|
|
9498
|
-
])
|
|
9430
|
+
]))
|
|
9499
9431
|
])
|
|
9500
9432
|
]),
|
|
9501
9433
|
_: 1
|
|
@@ -9548,9 +9480,9 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9548
9480
|
key: item.index,
|
|
9549
9481
|
class: normalizeClass(["tab-item w-8 h-1 mr-1 cursor-pointer", opinionStep.value === item.index ? "bg-[var(--theme-home-step-active-bg)]" : "bg-[var(--theme-home-step-bg)]"]),
|
|
9550
9482
|
onClick: ($event) => swTab(item)
|
|
9551
|
-
},
|
|
9483
|
+
}, _cache[11] || (_cache[11] = [
|
|
9552
9484
|
createElementVNode("span", { class: "cursor-pointer" }, null, -1)
|
|
9553
|
-
])
|
|
9485
|
+
]), 10, _hoisted_18$2);
|
|
9554
9486
|
}), 64))
|
|
9555
9487
|
]),
|
|
9556
9488
|
createElementVNode("div", null, [
|
|
@@ -9632,7 +9564,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9632
9564
|
trigger: "hover",
|
|
9633
9565
|
offset: { mainAxis: 22, crossAxis: 0 }
|
|
9634
9566
|
}, {
|
|
9635
|
-
default: withCtx(() =>
|
|
9567
|
+
default: withCtx(() => _cache[10] || (_cache[10] = [
|
|
9636
9568
|
createElementVNode("div", { class: "home-nav-item" }, [
|
|
9637
9569
|
createElementVNode("img", {
|
|
9638
9570
|
class: "common-icon inline-block h-[20px] w-[20px]",
|
|
@@ -9645,7 +9577,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9645
9577
|
alt: ""
|
|
9646
9578
|
})
|
|
9647
9579
|
], -1)
|
|
9648
|
-
])
|
|
9580
|
+
])),
|
|
9649
9581
|
_: 1
|
|
9650
9582
|
}, 8, ["content"])
|
|
9651
9583
|
])
|
|
@@ -9882,11 +9814,11 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
9882
9814
|
});
|
|
9883
9815
|
return (_ctx, _cache) => {
|
|
9884
9816
|
const _component_router_link = resolveComponent("router-link");
|
|
9885
|
-
return
|
|
9817
|
+
return _ctx.to && !_ctx.disabled ? (openBlock(), createBlock(_component_router_link, {
|
|
9886
9818
|
key: 0,
|
|
9887
|
-
class: normalizeClass(["g-link g-link-router-link", { hoverUnderline:
|
|
9888
|
-
to:
|
|
9889
|
-
target:
|
|
9819
|
+
class: normalizeClass(["g-link g-link-router-link", { hoverUnderline: _ctx.underline }]),
|
|
9820
|
+
to: _ctx.to,
|
|
9821
|
+
target: _ctx.target
|
|
9890
9822
|
}, {
|
|
9891
9823
|
default: withCtx(() => [
|
|
9892
9824
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
@@ -9894,10 +9826,10 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
9894
9826
|
_: 3
|
|
9895
9827
|
}, 8, ["class", "to", "target"])) : (openBlock(), createElementBlock("a", {
|
|
9896
9828
|
key: 1,
|
|
9897
|
-
class: normalizeClass(["g-link g-link-a", { hoverUnderline:
|
|
9898
|
-
href:
|
|
9899
|
-
target:
|
|
9900
|
-
disabled:
|
|
9829
|
+
class: normalizeClass(["g-link g-link-a", { hoverUnderline: _ctx.underline, noPointer: _ctx.noPointer }]),
|
|
9830
|
+
href: _ctx.disabled || !targetHref.value ? defaultHref.value : targetHref.value,
|
|
9831
|
+
target: _ctx.target,
|
|
9832
|
+
disabled: _ctx.disabled || _ctx.noPointer
|
|
9901
9833
|
}, [
|
|
9902
9834
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
9903
9835
|
], 10, _hoisted_1$z));
|
|
@@ -10501,12 +10433,12 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
10501
10433
|
key: 0,
|
|
10502
10434
|
"img-src": imgSrc.value,
|
|
10503
10435
|
name: placeholderName.value,
|
|
10504
|
-
width:
|
|
10505
|
-
height:
|
|
10506
|
-
"is-round":
|
|
10507
|
-
class: normalizeClass({ "devui-avatar-square": !
|
|
10436
|
+
width: _ctx.width,
|
|
10437
|
+
height: _ctx.height,
|
|
10438
|
+
"is-round": _ctx.is_round,
|
|
10439
|
+
class: normalizeClass({ "devui-avatar-square": !_ctx.is_round, "gavatar-custom": !imgSrc.value }),
|
|
10508
10440
|
onLoadError,
|
|
10509
|
-
style: normalizeStyle({ minWidth:
|
|
10441
|
+
style: normalizeStyle({ minWidth: _ctx.width + "px" })
|
|
10510
10442
|
}, null, 8, ["img-src", "name", "width", "height", "is-round", "class", "style"])) : createCommentVNode("", true);
|
|
10511
10443
|
};
|
|
10512
10444
|
}
|
|
@@ -10545,15 +10477,15 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
10545
10477
|
return openBlock(), createBlock(unref(Tooltip), {
|
|
10546
10478
|
class: "flash-tag-message",
|
|
10547
10479
|
position: ["top", "bottom"],
|
|
10548
|
-
content:
|
|
10480
|
+
content: _ctx.message,
|
|
10549
10481
|
"overlay-class": "flash-tag-tooltip",
|
|
10550
|
-
disabled: unref(isPhone)() ||
|
|
10482
|
+
disabled: unref(isPhone)() || _ctx.disabled
|
|
10551
10483
|
}, {
|
|
10552
10484
|
default: withCtx(() => [
|
|
10553
10485
|
createElementVNode("span", mergeProps({
|
|
10554
|
-
class: ["gc-flash-tag cursor-default", { "gc-trusted-tag":
|
|
10486
|
+
class: ["gc-flash-tag cursor-default", { "gc-trusted-tag": _ctx.trusted, "cursor-pointer": _ctx.clickEnabled, "cursor-default": !_ctx.clickEnabled, "gc-icon-tag": _ctx.icon }]
|
|
10555
10487
|
}, _ctx.$attrs, { onClick: handleClick }), [
|
|
10556
|
-
|
|
10488
|
+
_ctx.icon ? (openBlock(), createElementBlock("img", {
|
|
10557
10489
|
key: 0,
|
|
10558
10490
|
class: "w-[16px] h-[16px]",
|
|
10559
10491
|
src: iconUrl.value
|
|
@@ -10637,7 +10569,7 @@ function getAugmentedNamespace(n) {
|
|
|
10637
10569
|
return a;
|
|
10638
10570
|
}
|
|
10639
10571
|
var relativeTime$1 = { exports: {} };
|
|
10640
|
-
(function(module, exports
|
|
10572
|
+
(function(module, exports) {
|
|
10641
10573
|
!function(r, e) {
|
|
10642
10574
|
module.exports = e();
|
|
10643
10575
|
}(commonjsGlobal, function() {
|
|
@@ -11208,7 +11140,7 @@ var locale = {
|
|
|
11208
11140
|
};
|
|
11209
11141
|
dayjs.locale(locale, null, true);
|
|
11210
11142
|
var timezone = { exports: {} };
|
|
11211
|
-
(function(module, exports
|
|
11143
|
+
(function(module, exports) {
|
|
11212
11144
|
!function(t2, e) {
|
|
11213
11145
|
module.exports = e();
|
|
11214
11146
|
}(commonjsGlobal, function() {
|
|
@@ -11271,7 +11203,7 @@ var timezone = { exports: {} };
|
|
|
11271
11203
|
var timezoneExports = timezone.exports;
|
|
11272
11204
|
const tz = /* @__PURE__ */ getDefaultExportFromCjs(timezoneExports);
|
|
11273
11205
|
var utc$1 = { exports: {} };
|
|
11274
|
-
(function(module, exports
|
|
11206
|
+
(function(module, exports) {
|
|
11275
11207
|
!function(t2, i) {
|
|
11276
11208
|
module.exports = i();
|
|
11277
11209
|
}(commonjsGlobal, function() {
|
|
@@ -11287,16 +11219,16 @@ var utc$1 = { exports: {} };
|
|
|
11287
11219
|
}, u.local = function() {
|
|
11288
11220
|
return n(this.toDate(), { locale: this.$L, utc: false });
|
|
11289
11221
|
};
|
|
11290
|
-
var
|
|
11222
|
+
var o = u.parse;
|
|
11291
11223
|
u.parse = function(t3) {
|
|
11292
|
-
t3.utc && (this.$u = true), this.$utils().u(t3.$offset) || (this.$offset = t3.$offset),
|
|
11224
|
+
t3.utc && (this.$u = true), this.$utils().u(t3.$offset) || (this.$offset = t3.$offset), o.call(this, t3);
|
|
11293
11225
|
};
|
|
11294
|
-
var
|
|
11226
|
+
var r = u.init;
|
|
11295
11227
|
u.init = function() {
|
|
11296
11228
|
if (this.$u) {
|
|
11297
11229
|
var t3 = this.$d;
|
|
11298
11230
|
this.$y = t3.getUTCFullYear(), this.$M = t3.getUTCMonth(), this.$D = t3.getUTCDate(), this.$W = t3.getUTCDay(), this.$H = t3.getUTCHours(), this.$m = t3.getUTCMinutes(), this.$s = t3.getUTCSeconds(), this.$ms = t3.getUTCMilliseconds();
|
|
11299
|
-
} else
|
|
11231
|
+
} else r.call(this);
|
|
11300
11232
|
};
|
|
11301
11233
|
var a = u.utcOffset;
|
|
11302
11234
|
u.utcOffset = function(s2, f2) {
|
|
@@ -11309,12 +11241,13 @@ var utc$1 = { exports: {} };
|
|
|
11309
11241
|
var f3 = ("" + s3[0]).match(e) || ["-", 0, 0], n3 = f3[0], u3 = 60 * +f3[1] + +f3[2];
|
|
11310
11242
|
return 0 === u3 ? 0 : "+" === n3 ? u3 : -u3;
|
|
11311
11243
|
}(s2), null === s2)) return this;
|
|
11312
|
-
var u2 = Math.abs(s2) <= 16 ? 60 * s2 : s2;
|
|
11313
|
-
if (0 ===
|
|
11314
|
-
|
|
11315
|
-
|
|
11316
|
-
|
|
11317
|
-
|
|
11244
|
+
var u2 = Math.abs(s2) <= 16 ? 60 * s2 : s2, o2 = this;
|
|
11245
|
+
if (f2) return o2.$offset = u2, o2.$u = 0 === s2, o2;
|
|
11246
|
+
if (0 !== s2) {
|
|
11247
|
+
var r2 = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
|
|
11248
|
+
(o2 = this.local().add(u2 + r2, t2)).$offset = u2, o2.$x.$localOffset = r2;
|
|
11249
|
+
} else o2 = this.utc();
|
|
11250
|
+
return o2;
|
|
11318
11251
|
};
|
|
11319
11252
|
var h2 = u.format;
|
|
11320
11253
|
u.format = function(t3) {
|
|
@@ -11501,6 +11434,12 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11501
11434
|
window.location.href = aiUrl;
|
|
11502
11435
|
}
|
|
11503
11436
|
};
|
|
11437
|
+
const toHref = () => {
|
|
11438
|
+
const router2 = useRouter();
|
|
11439
|
+
const orgPath = router2.resolve({ name: "homepage" });
|
|
11440
|
+
console.log("orgPath", orgPath);
|
|
11441
|
+
return orgPath.href;
|
|
11442
|
+
};
|
|
11504
11443
|
const showTimeTopic = computed(() => {
|
|
11505
11444
|
var _a, _b;
|
|
11506
11445
|
if (props.scene !== SceneValue.repo) return false;
|
|
@@ -11544,9 +11483,12 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11544
11483
|
});
|
|
11545
11484
|
return (_ctx, _cache) => {
|
|
11546
11485
|
var _a, _b;
|
|
11547
|
-
return
|
|
11486
|
+
return _ctx.scene === unref(SceneValue).org && !_ctx.errorCode ? (openBlock(), createElementBlock("div", _hoisted_1$x, [
|
|
11548
11487
|
createVNode(GLink, {
|
|
11549
|
-
|
|
11488
|
+
onClick: _cache[0] || (_cache[0] = (event) => {
|
|
11489
|
+
event == null ? void 0 : event.preventDefault();
|
|
11490
|
+
}),
|
|
11491
|
+
href: toHref(),
|
|
11550
11492
|
class: "flex flex-1 items-center gap-[8px]"
|
|
11551
11493
|
}, {
|
|
11552
11494
|
default: withCtx(() => {
|
|
@@ -11564,25 +11506,25 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11564
11506
|
];
|
|
11565
11507
|
}),
|
|
11566
11508
|
_: 1
|
|
11567
|
-
}),
|
|
11509
|
+
}, 8, ["href"]),
|
|
11568
11510
|
createVNode(unref(Button), {
|
|
11569
|
-
onClick: _cache[
|
|
11511
|
+
onClick: _cache[1] || (_cache[1] = ($event) => {
|
|
11570
11512
|
var _a2;
|
|
11571
|
-
return handleOrgFollow((_a2 =
|
|
11513
|
+
return handleOrgFollow((_a2 = _ctx.orgProps) == null ? void 0 : _a2.isOrgFollow);
|
|
11572
11514
|
}),
|
|
11573
11515
|
class: "org-layout-toolbar-follow"
|
|
11574
11516
|
}, {
|
|
11575
11517
|
default: withCtx(() => {
|
|
11576
11518
|
var _a2;
|
|
11577
11519
|
return [
|
|
11578
|
-
createElementVNode("span", _hoisted_3$n, toDisplayString$1(((_a2 =
|
|
11520
|
+
createElementVNode("span", _hoisted_3$n, toDisplayString$1(((_a2 = _ctx.orgProps) == null ? void 0 : _a2.isOrgFollow) ? unref(t2)("gitCodeLayout.home.alreadyFollowed") : unref(t2)("gitCodeLayout.home.focusOn")), 1)
|
|
11579
11521
|
];
|
|
11580
11522
|
}),
|
|
11581
11523
|
_: 1
|
|
11582
11524
|
})
|
|
11583
|
-
])) :
|
|
11525
|
+
])) : _ctx.scene === unref(SceneValue).repo && !_ctx.errorCode ? (openBlock(), createBlock(unref(Skeleton), {
|
|
11584
11526
|
key: 1,
|
|
11585
|
-
loading: (_a =
|
|
11527
|
+
loading: (_a = _ctx.repoProps) == null ? void 0 : _a.repoNameLoading,
|
|
11586
11528
|
rows: 1
|
|
11587
11529
|
}, {
|
|
11588
11530
|
placeholder: withCtx(() => [
|
|
@@ -11605,7 +11547,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11605
11547
|
default: withCtx(() => {
|
|
11606
11548
|
var _a3, _b3, _c2, _d2;
|
|
11607
11549
|
return [
|
|
11608
|
-
!((_a3 =
|
|
11550
|
+
!((_a3 = _ctx.repoProps) == null ? void 0 : _a3.isGhMirrors) ? (openBlock(), createBlock(_sfc_main$F, {
|
|
11609
11551
|
key: 0,
|
|
11610
11552
|
class: normalizeClass({ "g-border": isOrg.value }),
|
|
11611
11553
|
src: (_c2 = (_b3 = unref(repoInfo)) == null ? void 0 : _b3.namespace) == null ? void 0 : _c2.avatar_url,
|
|
@@ -11621,7 +11563,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11621
11563
|
_: 1
|
|
11622
11564
|
}, 8, ["href"]),
|
|
11623
11565
|
createElementVNode("div", _hoisted_8$8, [
|
|
11624
|
-
!((_b2 =
|
|
11566
|
+
!((_b2 = _ctx.repoProps) == null ? void 0 : _b2.isGhMirrors) ? (openBlock(), createElementBlock("div", {
|
|
11625
11567
|
key: 0,
|
|
11626
11568
|
ref_key: "breadcrumbRef",
|
|
11627
11569
|
ref: breadcrumbRef,
|
|
@@ -11647,7 +11589,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11647
11589
|
]),
|
|
11648
11590
|
_: 2
|
|
11649
11591
|
}, 1032, ["href"]),
|
|
11650
|
-
_cache[
|
|
11592
|
+
_cache[2] || (_cache[2] = createElementVNode("span", { class: "breadcrumb-splitter font-color-t1" }, " / ", -1))
|
|
11651
11593
|
])) : createCommentVNode("", true)
|
|
11652
11594
|
], 64);
|
|
11653
11595
|
}), 128))
|
|
@@ -11656,7 +11598,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11656
11598
|
key: 1,
|
|
11657
11599
|
ref_key: "breadcrumbNextRef",
|
|
11658
11600
|
ref: breadcrumbNextRef,
|
|
11659
|
-
class: normalizeClass(["g-repo-layout-breadcrumb-next max-md:w-full flex items-end gap-[8px]", [((_c =
|
|
11601
|
+
class: normalizeClass(["g-repo-layout-breadcrumb-next max-md:w-full flex items-end gap-[8px]", [((_c = _ctx.repoProps) == null ? void 0 : _c.isGhMirrors) ? "max-w-full" : "max-w-[60%]"]])
|
|
11660
11602
|
}, [
|
|
11661
11603
|
createVNode(GLink, {
|
|
11662
11604
|
class: "linkTx",
|
|
@@ -11679,9 +11621,9 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11679
11621
|
type: "gstar",
|
|
11680
11622
|
message: `G-Star ${unref(t2)("gitCodeLayout.GStar.project.graduation")}`
|
|
11681
11623
|
}, {
|
|
11682
|
-
default: withCtx(() =>
|
|
11683
|
-
createTextVNode("G-Star "
|
|
11684
|
-
])
|
|
11624
|
+
default: withCtx(() => _cache[3] || (_cache[3] = [
|
|
11625
|
+
createTextVNode("G-Star ")
|
|
11626
|
+
])),
|
|
11685
11627
|
_: 1
|
|
11686
11628
|
}, 8, ["message"])
|
|
11687
11629
|
])) : unref(isIncubationRepo)(unref(repoInfo).topic_names) ? (openBlock(), createElementBlock("div", _hoisted_13$1, [
|
|
@@ -11691,9 +11633,9 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11691
11633
|
type: "incubation",
|
|
11692
11634
|
message: `G-Star ${unref(t2)("gitCodeLayout.GStar.project.incubation")}`
|
|
11693
11635
|
}, {
|
|
11694
|
-
default: withCtx(() =>
|
|
11695
|
-
createTextVNode(" G-Star "
|
|
11696
|
-
])
|
|
11636
|
+
default: withCtx(() => _cache[4] || (_cache[4] = [
|
|
11637
|
+
createTextVNode(" G-Star ")
|
|
11638
|
+
])),
|
|
11697
11639
|
_: 1
|
|
11698
11640
|
}, 8, ["message"])
|
|
11699
11641
|
])) : createCommentVNode("", true),
|
|
@@ -11706,7 +11648,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11706
11648
|
href: "/trusted"
|
|
11707
11649
|
}, null, 8, ["message"])
|
|
11708
11650
|
])) : createCommentVNode("", true),
|
|
11709
|
-
((_d =
|
|
11651
|
+
((_d = _ctx.repoProps) == null ? void 0 : _d.isPrivate) ? (openBlock(), createElementBlock("div", _hoisted_15$1, [
|
|
11710
11652
|
createVNode(GIcon, {
|
|
11711
11653
|
size: "16px",
|
|
11712
11654
|
class: "ml-[4px]",
|
|
@@ -11725,7 +11667,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11725
11667
|
}, null, 8, ["name"]),
|
|
11726
11668
|
createElementVNode("span", _hoisted_16$1, toDisplayString$1((_f = topicTag.value) == null ? void 0 : _f.suffix), 1)
|
|
11727
11669
|
])) : createCommentVNode("", true),
|
|
11728
|
-
((_g =
|
|
11670
|
+
((_g = _ctx.repoProps) == null ? void 0 : _g.isGhMirrors) && showTimeTopic.value && !unref(isPhone)() ? (openBlock(), createElementBlock("div", _hoisted_17$1, [
|
|
11729
11671
|
createVNode(GIcon, {
|
|
11730
11672
|
name: "gt-line-time",
|
|
11731
11673
|
color: "var(--devui-shape-icon-fill)",
|
|
@@ -11739,7 +11681,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11739
11681
|
];
|
|
11740
11682
|
}),
|
|
11741
11683
|
_: 1
|
|
11742
|
-
}, 8, ["loading"])) :
|
|
11684
|
+
}, 8, ["loading"])) : _ctx.scene === unref(SceneValue).user && ((_b = _ctx.userProps) == null ? void 0 : _b.isOtherUser) ? (openBlock(), createElementBlock("div", _hoisted_20$1, [
|
|
11743
11685
|
createVNode(GLink, {
|
|
11744
11686
|
to: { name: "homepage" },
|
|
11745
11687
|
class: "flex flex-1 items-center gap-[8px]"
|
|
@@ -11848,7 +11790,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
11848
11790
|
onClick: handleClick
|
|
11849
11791
|
}, [
|
|
11850
11792
|
createElementVNode("img", {
|
|
11851
|
-
src:
|
|
11793
|
+
src: _ctx.config.logo_url,
|
|
11852
11794
|
alt: "claim power"
|
|
11853
11795
|
}, null, 8, _hoisted_1$v)
|
|
11854
11796
|
])) : createCommentVNode("", true);
|
|
@@ -11902,7 +11844,7 @@ var hasRequiredCore;
|
|
|
11902
11844
|
function requireCore() {
|
|
11903
11845
|
if (hasRequiredCore) return core.exports;
|
|
11904
11846
|
hasRequiredCore = 1;
|
|
11905
|
-
(function(module, exports
|
|
11847
|
+
(function(module, exports) {
|
|
11906
11848
|
(function(root, factory) {
|
|
11907
11849
|
{
|
|
11908
11850
|
module.exports = factory();
|
|
@@ -12509,7 +12451,7 @@ var hasRequiredEncBase64;
|
|
|
12509
12451
|
function requireEncBase64() {
|
|
12510
12452
|
if (hasRequiredEncBase64) return encBase64.exports;
|
|
12511
12453
|
hasRequiredEncBase64 = 1;
|
|
12512
|
-
(function(module, exports
|
|
12454
|
+
(function(module, exports) {
|
|
12513
12455
|
(function(root, factory) {
|
|
12514
12456
|
{
|
|
12515
12457
|
module.exports = factory(requireCore());
|
|
@@ -12616,7 +12558,7 @@ var hasRequiredMd5;
|
|
|
12616
12558
|
function requireMd5() {
|
|
12617
12559
|
if (hasRequiredMd5) return md5.exports;
|
|
12618
12560
|
hasRequiredMd5 = 1;
|
|
12619
|
-
(function(module, exports
|
|
12561
|
+
(function(module, exports) {
|
|
12620
12562
|
(function(root, factory) {
|
|
12621
12563
|
{
|
|
12622
12564
|
module.exports = factory(requireCore());
|
|
@@ -12795,7 +12737,7 @@ var hasRequiredSha1;
|
|
|
12795
12737
|
function requireSha1() {
|
|
12796
12738
|
if (hasRequiredSha1) return sha1.exports;
|
|
12797
12739
|
hasRequiredSha1 = 1;
|
|
12798
|
-
(function(module, exports
|
|
12740
|
+
(function(module, exports) {
|
|
12799
12741
|
(function(root, factory) {
|
|
12800
12742
|
{
|
|
12801
12743
|
module.exports = factory(requireCore());
|
|
@@ -12885,7 +12827,7 @@ var hasRequiredHmac;
|
|
|
12885
12827
|
function requireHmac() {
|
|
12886
12828
|
if (hasRequiredHmac) return hmac.exports;
|
|
12887
12829
|
hasRequiredHmac = 1;
|
|
12888
|
-
(function(module, exports
|
|
12830
|
+
(function(module, exports) {
|
|
12889
12831
|
(function(root, factory) {
|
|
12890
12832
|
{
|
|
12891
12833
|
module.exports = factory(requireCore());
|
|
@@ -12990,7 +12932,7 @@ var hasRequiredEvpkdf;
|
|
|
12990
12932
|
function requireEvpkdf() {
|
|
12991
12933
|
if (hasRequiredEvpkdf) return evpkdf.exports;
|
|
12992
12934
|
hasRequiredEvpkdf = 1;
|
|
12993
|
-
(function(module, exports
|
|
12935
|
+
(function(module, exports) {
|
|
12994
12936
|
(function(root, factory, undef) {
|
|
12995
12937
|
{
|
|
12996
12938
|
module.exports = factory(requireCore(), requireSha1(), requireHmac());
|
|
@@ -13080,7 +13022,7 @@ var hasRequiredCipherCore;
|
|
|
13080
13022
|
function requireCipherCore() {
|
|
13081
13023
|
if (hasRequiredCipherCore) return cipherCore.exports;
|
|
13082
13024
|
hasRequiredCipherCore = 1;
|
|
13083
|
-
(function(module, exports
|
|
13025
|
+
(function(module, exports) {
|
|
13084
13026
|
(function(root, factory, undef) {
|
|
13085
13027
|
{
|
|
13086
13028
|
module.exports = factory(requireCore(), requireEvpkdf());
|
|
@@ -13639,15 +13581,11 @@ function requireCipherCore() {
|
|
|
13639
13581
|
* var derivedParams = CryptoJS.kdf.OpenSSL.execute('Password', 256/32, 128/32);
|
|
13640
13582
|
* var derivedParams = CryptoJS.kdf.OpenSSL.execute('Password', 256/32, 128/32, 'saltsalt');
|
|
13641
13583
|
*/
|
|
13642
|
-
execute: function(password, keySize, ivSize, salt
|
|
13584
|
+
execute: function(password, keySize, ivSize, salt) {
|
|
13643
13585
|
if (!salt) {
|
|
13644
13586
|
salt = WordArray.random(64 / 8);
|
|
13645
13587
|
}
|
|
13646
|
-
|
|
13647
|
-
var key = EvpKDF.create({ keySize: keySize + ivSize }).compute(password, salt);
|
|
13648
|
-
} else {
|
|
13649
|
-
var key = EvpKDF.create({ keySize: keySize + ivSize, hasher }).compute(password, salt);
|
|
13650
|
-
}
|
|
13588
|
+
var key = EvpKDF.create({ keySize: keySize + ivSize }).compute(password, salt);
|
|
13651
13589
|
var iv = WordArray.create(key.words.slice(keySize), ivSize * 4);
|
|
13652
13590
|
key.sigBytes = keySize * 4;
|
|
13653
13591
|
return CipherParams.create({ key, iv, salt });
|
|
@@ -13681,7 +13619,7 @@ function requireCipherCore() {
|
|
|
13681
13619
|
*/
|
|
13682
13620
|
encrypt: function(cipher, message, password, cfg) {
|
|
13683
13621
|
cfg = this.cfg.extend(cfg);
|
|
13684
|
-
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize
|
|
13622
|
+
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize);
|
|
13685
13623
|
cfg.iv = derivedParams.iv;
|
|
13686
13624
|
var ciphertext = SerializableCipher.encrypt.call(this, cipher, message, derivedParams.key, cfg);
|
|
13687
13625
|
ciphertext.mixIn(derivedParams);
|
|
@@ -13707,7 +13645,7 @@ function requireCipherCore() {
|
|
|
13707
13645
|
decrypt: function(cipher, ciphertext, password, cfg) {
|
|
13708
13646
|
cfg = this.cfg.extend(cfg);
|
|
13709
13647
|
ciphertext = this._parse(ciphertext, cfg.format);
|
|
13710
|
-
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize, ciphertext.salt
|
|
13648
|
+
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize, ciphertext.salt);
|
|
13711
13649
|
cfg.iv = derivedParams.iv;
|
|
13712
13650
|
var plaintext = SerializableCipher.decrypt.call(this, cipher, ciphertext, derivedParams.key, cfg);
|
|
13713
13651
|
return plaintext;
|
|
@@ -13718,7 +13656,7 @@ function requireCipherCore() {
|
|
|
13718
13656
|
})(cipherCore);
|
|
13719
13657
|
return cipherCore.exports;
|
|
13720
13658
|
}
|
|
13721
|
-
(function(module, exports
|
|
13659
|
+
(function(module, exports) {
|
|
13722
13660
|
(function(root, factory, undef) {
|
|
13723
13661
|
{
|
|
13724
13662
|
module.exports = factory(requireCore(), requireEncBase64(), requireMd5(), requireEvpkdf(), requireCipherCore());
|
|
@@ -13867,7 +13805,7 @@ function requireCipherCore() {
|
|
|
13867
13805
|
var aesExports = aes.exports;
|
|
13868
13806
|
const AES = /* @__PURE__ */ getDefaultExportFromCjs(aesExports);
|
|
13869
13807
|
var padPkcs7 = { exports: {} };
|
|
13870
|
-
(function(module, exports
|
|
13808
|
+
(function(module, exports) {
|
|
13871
13809
|
(function(root, factory, undef) {
|
|
13872
13810
|
{
|
|
13873
13811
|
module.exports = factory(requireCore(), requireCipherCore());
|
|
@@ -13879,7 +13817,7 @@ var padPkcs7 = { exports: {} };
|
|
|
13879
13817
|
var padPkcs7Exports = padPkcs7.exports;
|
|
13880
13818
|
const Pkcs7 = /* @__PURE__ */ getDefaultExportFromCjs(padPkcs7Exports);
|
|
13881
13819
|
var encUtf8 = { exports: {} };
|
|
13882
|
-
(function(module, exports
|
|
13820
|
+
(function(module, exports) {
|
|
13883
13821
|
(function(root, factory) {
|
|
13884
13822
|
{
|
|
13885
13823
|
module.exports = factory(requireCore());
|
|
@@ -14429,8 +14367,9 @@ const _sfc_main$z = /* @__PURE__ */ Object.assign({
|
|
|
14429
14367
|
(openBlock(true), createElementBlock(Fragment, null, renderList(linkList.value, (item) => {
|
|
14430
14368
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
14431
14369
|
item.show !== false ? (openBlock(), createBlock(OptionLink, mergeProps({
|
|
14432
|
-
key: item.label
|
|
14433
|
-
|
|
14370
|
+
key: item.label,
|
|
14371
|
+
ref_for: true
|
|
14372
|
+
}, item, {
|
|
14434
14373
|
onClick: ($event) => handleClick(item)
|
|
14435
14374
|
}), {
|
|
14436
14375
|
default: withCtx(() => [
|
|
@@ -14478,7 +14417,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
14478
14417
|
return (_ctx, _cache) => {
|
|
14479
14418
|
return openBlock(), createBlock(GLink, {
|
|
14480
14419
|
variant: "text",
|
|
14481
|
-
class: normalizeClass(["g-toolbar-docs",
|
|
14420
|
+
class: normalizeClass(["g-toolbar-docs", _ctx.whiteColor ? "white" : "black"]),
|
|
14482
14421
|
href: unref(currentHelpDocsAiCommunityUrl)(),
|
|
14483
14422
|
target: "_blank"
|
|
14484
14423
|
}, {
|
|
@@ -14558,7 +14497,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
14558
14497
|
style: normalizeStyle({ "-webkit-line-clamp": (_b = finalConfig.value) == null ? void 0 : _b.line })
|
|
14559
14498
|
}, [
|
|
14560
14499
|
createVNode(unref(Tooltip), {
|
|
14561
|
-
position:
|
|
14500
|
+
position: _ctx.position,
|
|
14562
14501
|
disabled: !content.value || !((_c = finalConfig.value) == null ? void 0 : _c.tooltip),
|
|
14563
14502
|
content: content.value
|
|
14564
14503
|
}, {
|
|
@@ -14605,16 +14544,16 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
14605
14544
|
createElementVNode("div", _hoisted_2$n, [
|
|
14606
14545
|
createElementVNode("div", {
|
|
14607
14546
|
class: "flex items-center",
|
|
14608
|
-
title:
|
|
14547
|
+
title: _ctx.data.nickname
|
|
14609
14548
|
}, [
|
|
14610
14549
|
createElementVNode("a", {
|
|
14611
|
-
href: unref(transformUrl)((_a =
|
|
14550
|
+
href: unref(transformUrl)((_a = _ctx.data) == null ? void 0 : _a.userPath),
|
|
14612
14551
|
target: "_blank",
|
|
14613
14552
|
class: "user-info flex w-[48px] items-center linktx"
|
|
14614
14553
|
}, [
|
|
14615
14554
|
createVNode(_sfc_main$F, {
|
|
14616
|
-
name:
|
|
14617
|
-
src:
|
|
14555
|
+
name: _ctx.data.nickname,
|
|
14556
|
+
src: _ctx.data.avatar,
|
|
14618
14557
|
width: 32,
|
|
14619
14558
|
height: 32
|
|
14620
14559
|
}, null, 8, ["name", "src"])
|
|
@@ -14624,23 +14563,23 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
14624
14563
|
createElementVNode("div", _hoisted_5$d, [
|
|
14625
14564
|
createElementVNode("div", _hoisted_6$b, [
|
|
14626
14565
|
createVNode(GLink, {
|
|
14627
|
-
href: unref(transformUrl)(
|
|
14566
|
+
href: unref(transformUrl)(_ctx.data.url),
|
|
14628
14567
|
target: "_blank",
|
|
14629
|
-
class: normalizeClass(["message-item-content cursor-pointer", { "text-light":
|
|
14568
|
+
class: normalizeClass(["message-item-content cursor-pointer", { "text-light": _ctx.data.read }]),
|
|
14630
14569
|
onClick: _cache[0] || (_cache[0] = ($event) => emits("trigger"))
|
|
14631
14570
|
}, {
|
|
14632
14571
|
default: withCtx(() => [
|
|
14633
14572
|
createVNode(GText, { class: "devui-link linktx" }, {
|
|
14634
14573
|
default: withCtx(() => [
|
|
14635
|
-
|
|
14574
|
+
_ctx.data.vHtml ? (openBlock(), createElementBlock("div", {
|
|
14636
14575
|
key: 0,
|
|
14637
|
-
title:
|
|
14638
|
-
innerHTML: unref(xssPurify)(
|
|
14576
|
+
title: _ctx.data.title,
|
|
14577
|
+
innerHTML: unref(xssPurify)(_ctx.data.title) || "",
|
|
14639
14578
|
class: "overflow-hidden"
|
|
14640
14579
|
}, null, 8, _hoisted_7$8)) : (openBlock(), createElementBlock("span", {
|
|
14641
14580
|
key: 1,
|
|
14642
|
-
title:
|
|
14643
|
-
}, toDisplayString$1(
|
|
14581
|
+
title: _ctx.data.title
|
|
14582
|
+
}, toDisplayString$1(_ctx.data.title || "-"), 9, _hoisted_8$7))
|
|
14644
14583
|
]),
|
|
14645
14584
|
_: 1
|
|
14646
14585
|
})
|
|
@@ -14650,21 +14589,21 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
14650
14589
|
createElementVNode("div", _hoisted_9$5, [
|
|
14651
14590
|
createVNode(GText, null, {
|
|
14652
14591
|
default: withCtx(() => [
|
|
14653
|
-
createTextVNode(toDisplayString$1(
|
|
14592
|
+
createTextVNode(toDisplayString$1(_ctx.data.repo), 1)
|
|
14654
14593
|
]),
|
|
14655
14594
|
_: 1
|
|
14656
14595
|
}),
|
|
14657
|
-
_cache[1] || (_cache[1] = createTextVNode(" "
|
|
14596
|
+
_cache[1] || (_cache[1] = createTextVNode(" ")),
|
|
14658
14597
|
createVNode(GText, { class: "message-type-text" }, {
|
|
14659
14598
|
default: withCtx(() => [
|
|
14660
|
-
createTextVNode(toDisplayString$1(
|
|
14599
|
+
createTextVNode(toDisplayString$1(_ctx.data.type || "-"), 1)
|
|
14661
14600
|
]),
|
|
14662
14601
|
_: 1
|
|
14663
14602
|
})
|
|
14664
14603
|
])
|
|
14665
14604
|
])
|
|
14666
14605
|
]),
|
|
14667
|
-
createElementVNode("div", _hoisted_10$5, toDisplayString$1(unref(formatTimeFromNow)(
|
|
14606
|
+
createElementVNode("div", _hoisted_10$5, toDisplayString$1(unref(formatTimeFromNow)(_ctx.data.time)), 1)
|
|
14668
14607
|
]);
|
|
14669
14608
|
};
|
|
14670
14609
|
}
|
|
@@ -15037,14 +14976,14 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
15037
14976
|
class: normalizeClass(["message-content-header-item mr-[8px]", { active: mentionSubTab.value === "project" }]),
|
|
15038
14977
|
onClick: _cache[2] || (_cache[2] = ($event) => switchMentionSubTab("project"))
|
|
15039
14978
|
}, [
|
|
15040
|
-
_cache[6] || (_cache[6] = createTextVNode(" 项目相关 "
|
|
14979
|
+
_cache[6] || (_cache[6] = createTextVNode(" 项目相关 ")),
|
|
15041
14980
|
mentionSubTabCount.value.project > 0 ? (openBlock(), createElementBlock("span", _hoisted_7$7, toDisplayString$1(mentionSubTabCount.value.project), 1)) : createCommentVNode("", true)
|
|
15042
14981
|
], 2),
|
|
15043
14982
|
createElementVNode("div", {
|
|
15044
14983
|
class: normalizeClass(["message-content-header-item", { active: mentionSubTab.value === "discussion" }]),
|
|
15045
14984
|
onClick: _cache[3] || (_cache[3] = ($event) => switchMentionSubTab("discussion"))
|
|
15046
14985
|
}, [
|
|
15047
|
-
_cache[7] || (_cache[7] = createTextVNode(" 在线讨论 "
|
|
14986
|
+
_cache[7] || (_cache[7] = createTextVNode(" 在线讨论 ")),
|
|
15048
14987
|
mentionSubTabCount.value.discussion > 0 ? (openBlock(), createElementBlock("span", _hoisted_8$6, toDisplayString$1(mentionSubTabCount.value.discussion), 1)) : createCommentVNode("", true)
|
|
15049
14988
|
], 2)
|
|
15050
14989
|
])) : createCommentVNode("", true),
|
|
@@ -15236,8 +15175,9 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
15236
15175
|
createElementVNode("div", _hoisted_2$l, [
|
|
15237
15176
|
(openBlock(true), createElementBlock(Fragment, null, renderList(linkList.value, (item) => {
|
|
15238
15177
|
return openBlock(), createElementBlock("div", mergeProps({
|
|
15239
|
-
key: item.label
|
|
15240
|
-
|
|
15178
|
+
key: item.label,
|
|
15179
|
+
ref_for: true
|
|
15180
|
+
}, item, {
|
|
15241
15181
|
class: ["tools-item-wrapper-checkbox-item", { "checked": unref(lang) === item.value }],
|
|
15242
15182
|
onClick: ($event) => handleClick(item),
|
|
15243
15183
|
title: item.value
|
|
@@ -15563,14 +15503,14 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15563
15503
|
}, [
|
|
15564
15504
|
createVNode(GLink, {
|
|
15565
15505
|
class: "g-user-drawer-info pl-[32px] pr-[16px] cursor-pointer",
|
|
15566
|
-
href: `${unref(layoutConfig2).VITE_HOST}/${
|
|
15506
|
+
href: `${unref(layoutConfig2).VITE_HOST}/${_ctx.accountInfo.username}`,
|
|
15567
15507
|
key: "myPage",
|
|
15568
|
-
target:
|
|
15508
|
+
target: _ctx.isChatBot ? "_blank" : ""
|
|
15569
15509
|
}, {
|
|
15570
15510
|
default: withCtx(() => [
|
|
15571
15511
|
createVNode(_sfc_main$F, {
|
|
15572
|
-
name:
|
|
15573
|
-
src:
|
|
15512
|
+
name: _ctx.accountInfo.nickname,
|
|
15513
|
+
src: _ctx.accountInfo.avatar,
|
|
15574
15514
|
width: 52,
|
|
15575
15515
|
height: 52
|
|
15576
15516
|
}, null, 8, ["name", "src"]),
|
|
@@ -15578,12 +15518,12 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15578
15518
|
createElementVNode("div", _hoisted_2$j, [
|
|
15579
15519
|
createElementVNode("p", {
|
|
15580
15520
|
class: "g-user-drawer-info-list-name ellipsis",
|
|
15581
|
-
title:
|
|
15582
|
-
}, toDisplayString$1(
|
|
15521
|
+
title: _ctx.accountInfo.nickname
|
|
15522
|
+
}, toDisplayString$1(_ctx.accountInfo.nickname), 9, _hoisted_3$i),
|
|
15583
15523
|
createElementVNode("p", {
|
|
15584
15524
|
class: "g-user-drawer-info-list-id ellipsis",
|
|
15585
|
-
title:
|
|
15586
|
-
}, "@" + toDisplayString$1(
|
|
15525
|
+
title: _ctx.accountInfo.username
|
|
15526
|
+
}, "@" + toDisplayString$1(_ctx.accountInfo.username), 9, _hoisted_4$e)
|
|
15587
15527
|
]),
|
|
15588
15528
|
createVNode(GIcon, {
|
|
15589
15529
|
name: "gt-line-right",
|
|
@@ -15593,13 +15533,13 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15593
15533
|
]),
|
|
15594
15534
|
_: 1
|
|
15595
15535
|
}, 8, ["href", "target"]),
|
|
15596
|
-
!
|
|
15536
|
+
!_ctx.inAIHub ? (openBlock(), createBlock(UserLevel, {
|
|
15597
15537
|
key: 0,
|
|
15598
|
-
accountInfo:
|
|
15538
|
+
accountInfo: _ctx.accountInfo
|
|
15599
15539
|
}, null, 8, ["accountInfo"])) : createCommentVNode("", true),
|
|
15600
15540
|
(openBlock(true), createElementBlock(Fragment, null, renderList(userMenuList.value, (block, index2) => {
|
|
15601
15541
|
return openBlock(), createElementBlock("div", {
|
|
15602
|
-
class: normalizeClass(["g-user-drawer-block", { "!pt-[0px]": index2 === 0 &&
|
|
15542
|
+
class: normalizeClass(["g-user-drawer-block", { "!pt-[0px]": index2 === 0 && _ctx.inAIHub }]),
|
|
15603
15543
|
key: index2
|
|
15604
15544
|
}, [
|
|
15605
15545
|
block.component ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
@@ -15612,10 +15552,11 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15612
15552
|
}))
|
|
15613
15553
|
], 64)) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList(block, (item) => {
|
|
15614
15554
|
return openBlock(), createBlock(OptionLink, mergeProps({
|
|
15615
|
-
key: item.id
|
|
15616
|
-
|
|
15555
|
+
key: item.id,
|
|
15556
|
+
ref_for: true
|
|
15557
|
+
}, item, {
|
|
15617
15558
|
onClick: ($event) => handleClick(item),
|
|
15618
|
-
target:
|
|
15559
|
+
target: _ctx.isChatBot && !item.action ? "_blank" : item.target || ""
|
|
15619
15560
|
}), {
|
|
15620
15561
|
default: withCtx(() => [
|
|
15621
15562
|
item.icon ? (openBlock(), createBlock(GIcon, {
|
|
@@ -15791,9 +15732,9 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
15791
15732
|
name: accountInfo.value.nickname,
|
|
15792
15733
|
src: unref(transformUrl)(accountInfo.value.avatar)
|
|
15793
15734
|
}, null, 8, ["name", "src"]),
|
|
15794
|
-
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_2$i,
|
|
15735
|
+
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_2$i, _cache[4] || (_cache[4] = [
|
|
15795
15736
|
createElementVNode("div", null, null, -1)
|
|
15796
|
-
])
|
|
15737
|
+
]))) : createCommentVNode("", true)
|
|
15797
15738
|
])
|
|
15798
15739
|
])) : (openBlock(), createBlock(unref(Dropdown), {
|
|
15799
15740
|
key: 1,
|
|
@@ -15806,13 +15747,13 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
15806
15747
|
menu: withCtx(() => [
|
|
15807
15748
|
createElementVNode("div", _hoisted_5$9, [
|
|
15808
15749
|
createVNode(UserAvatarMenu, {
|
|
15809
|
-
independence:
|
|
15810
|
-
loginOutFinish:
|
|
15750
|
+
independence: _ctx.independence,
|
|
15751
|
+
loginOutFinish: _ctx.loginOutFinish,
|
|
15811
15752
|
accountInfo: accountInfo.value,
|
|
15812
|
-
isChatBot:
|
|
15813
|
-
inAIHub:
|
|
15814
|
-
userMenus:
|
|
15815
|
-
inEnterpriseHeader:
|
|
15753
|
+
isChatBot: _ctx.isChatBot,
|
|
15754
|
+
inAIHub: _ctx.inAIHub,
|
|
15755
|
+
userMenus: _ctx.userMenus,
|
|
15756
|
+
inEnterpriseHeader: _ctx.inEnterpriseHeader,
|
|
15816
15757
|
onLinkClick: resetOverflow
|
|
15817
15758
|
}, null, 8, ["independence", "loginOutFinish", "accountInfo", "isChatBot", "inAIHub", "userMenus", "inEnterpriseHeader"])
|
|
15818
15759
|
])
|
|
@@ -15823,9 +15764,9 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
15823
15764
|
name: accountInfo.value.nickname,
|
|
15824
15765
|
src: unref(transformUrl)(accountInfo.value.avatar)
|
|
15825
15766
|
}, null, 8, ["name", "src"]),
|
|
15826
|
-
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_4$d,
|
|
15767
|
+
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_4$d, _cache[5] || (_cache[5] = [
|
|
15827
15768
|
createElementVNode("div", null, null, -1)
|
|
15828
|
-
])
|
|
15769
|
+
]))) : createCommentVNode("", true)
|
|
15829
15770
|
])
|
|
15830
15771
|
]),
|
|
15831
15772
|
_: 1
|
|
@@ -15848,13 +15789,13 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
15848
15789
|
})
|
|
15849
15790
|
]),
|
|
15850
15791
|
createVNode(UserAvatarMenu, {
|
|
15851
|
-
independence:
|
|
15852
|
-
loginOutFinish:
|
|
15792
|
+
independence: _ctx.independence,
|
|
15793
|
+
loginOutFinish: _ctx.loginOutFinish,
|
|
15853
15794
|
accountInfo: accountInfo.value,
|
|
15854
|
-
isChatBot:
|
|
15855
|
-
inAIHub:
|
|
15856
|
-
userMenus:
|
|
15857
|
-
inEnterpriseHeader:
|
|
15795
|
+
isChatBot: _ctx.isChatBot,
|
|
15796
|
+
inAIHub: _ctx.inAIHub,
|
|
15797
|
+
userMenus: _ctx.userMenus,
|
|
15798
|
+
inEnterpriseHeader: _ctx.inEnterpriseHeader,
|
|
15858
15799
|
onClick: _cache[2] || (_cache[2] = ($event) => drawerVisible.value = false),
|
|
15859
15800
|
onLinkClick: resetOverflow
|
|
15860
15801
|
}, null, 8, ["independence", "loginOutFinish", "accountInfo", "isChatBot", "inAIHub", "userMenus", "inEnterpriseHeader"])
|
|
@@ -15975,13 +15916,13 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
15975
15916
|
var _a;
|
|
15976
15917
|
const layoutConfig2 = useLayoutConfig();
|
|
15977
15918
|
const { t: $t } = i18n.global;
|
|
15978
|
-
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-
|
|
15979
|
-
const UserSearch = defineAsyncComponent(() => import("./UserSearch-
|
|
15980
|
-
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-
|
|
15981
|
-
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-
|
|
15982
|
-
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-
|
|
15983
|
-
const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-
|
|
15984
|
-
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-
|
|
15919
|
+
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-Cz9Vle9G.js"));
|
|
15920
|
+
const UserSearch = defineAsyncComponent(() => import("./UserSearch-CfX4NkpN.js"));
|
|
15921
|
+
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-X6I2pMlN.js"));
|
|
15922
|
+
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-BQk5tIO1.js"));
|
|
15923
|
+
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-zrU2IOei.js"));
|
|
15924
|
+
const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-DcF4bH2q.js"));
|
|
15925
|
+
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-hd2z7Ldd.js"));
|
|
15985
15926
|
const props = __props;
|
|
15986
15927
|
const repoInfo = inject("repoInfo");
|
|
15987
15928
|
const orgInfo = inject("orgInfo");
|
|
@@ -16440,9 +16381,9 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16440
16381
|
});
|
|
16441
16382
|
return (_ctx, _cache) => {
|
|
16442
16383
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
16443
|
-
!
|
|
16384
|
+
!_ctx.inAIHub ? (openBlock(), createElementBlock("div", {
|
|
16444
16385
|
key: 0,
|
|
16445
|
-
class: normalizeClass([isFocus.value ? "focusSearch" : { "left-search": true }, Boolean(
|
|
16386
|
+
class: normalizeClass([isFocus.value ? "focusSearch" : { "left-search": true }, Boolean(_ctx.isShowStickyNotice) ? "focusSearch-sticky-notice" : ""]),
|
|
16446
16387
|
onClick: _cache[6] || (_cache[6] = withModifiers(() => {
|
|
16447
16388
|
}, ["stop"]))
|
|
16448
16389
|
}, [
|
|
@@ -16455,7 +16396,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16455
16396
|
createVNode(unref(Dropdown), {
|
|
16456
16397
|
align: "start",
|
|
16457
16398
|
position: ["bottom", "bottom-start"],
|
|
16458
|
-
"overlay-class":
|
|
16399
|
+
"overlay-class": _ctx.isShowStickyNotice ? "history-box-sticky-notice history-box" : "history-box",
|
|
16459
16400
|
trigger: "manually",
|
|
16460
16401
|
visible: dropDownVisible.value,
|
|
16461
16402
|
"close-scope": "none",
|
|
@@ -16610,7 +16551,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16610
16551
|
_: 3
|
|
16611
16552
|
}, 8, ["overlay-class", "visible"])
|
|
16612
16553
|
], 2)) : createCommentVNode("", true),
|
|
16613
|
-
|
|
16554
|
+
_ctx.inAIHub ? (openBlock(), createElementBlock("div", _hoisted_6$7, [
|
|
16614
16555
|
createVNode(unref(Input), {
|
|
16615
16556
|
placeholder: unref($t)("gitCodeLayout.home.searchPlaceholder"),
|
|
16616
16557
|
onKeydown: withKeys(searchResult, ["enter"]),
|
|
@@ -16757,7 +16698,7 @@ const autoAvokeLogin = ({ isLogin, loginFunc, openHarmonyGuide, loginSuccess, lo
|
|
|
16757
16698
|
loginFunc({ type: "login", triggerType: "", loginTriggerSource: "router_login_auth", ...loginFuncOpts }, loginSuccess, openHarmonyGuide);
|
|
16758
16699
|
}
|
|
16759
16700
|
};
|
|
16760
|
-
const NoticeModal = defineAsyncComponent(() => import("./notice-
|
|
16701
|
+
const NoticeModal = defineAsyncComponent(() => import("./notice-DI46R8Sc.js"));
|
|
16761
16702
|
function clearNotice() {
|
|
16762
16703
|
if (localStorage$2.getItem("validator_email")) {
|
|
16763
16704
|
localStorage$2.removeItem("validator_email");
|
|
@@ -17190,7 +17131,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17190
17131
|
style: normalizeStyle({ height: `${unref(height)}px` })
|
|
17191
17132
|
}, [
|
|
17192
17133
|
createElementVNode("div", {
|
|
17193
|
-
class: normalizeClass(["g-header allow-click-stop fixed z-[21] bg-[var(--theme-default-bg)]", [inAIHub.value ? "ai-hub border-b border-gray-100 " : "", isHome.value && showHeaderShadow.value ? "head-shadow" : "",
|
|
17134
|
+
class: normalizeClass(["g-header allow-click-stop fixed z-[21] bg-[var(--theme-default-bg)]", [inAIHub.value ? "ai-hub border-b border-gray-100 " : "", isHome.value && showHeaderShadow.value ? "head-shadow" : "", _ctx.headerBorder ? "oldBorder" : "", headerClassName.value, isIndexHead.value && !showHeaderShadow.value ? "bg-transparent" : ""]]),
|
|
17194
17135
|
ref_key: "headerRef",
|
|
17195
17136
|
ref: headerRef,
|
|
17196
17137
|
style: normalizeStyle(detailBgStyle.value)
|
|
@@ -17228,13 +17169,13 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17228
17169
|
class: "cursor-pointer hover:!text-[var(--theme-stress-text)] g-toolbar-left-asideicon",
|
|
17229
17170
|
color: "var(--theme-aide-text)"
|
|
17230
17171
|
})) : createCommentVNode("", true),
|
|
17231
|
-
showNameAndIcon.value &&
|
|
17172
|
+
showNameAndIcon.value && _ctx.independence || inAIHub.value ? (openBlock(), createBlock(GLink, {
|
|
17232
17173
|
key: 1,
|
|
17233
17174
|
class: normalizeClass(["g-toolbar-left-logo", [inAIHub.value ? "ai-logo" : ""]]),
|
|
17234
17175
|
style: normalizeStyle(logoStyle.value),
|
|
17235
17176
|
href: inAIHub.value ? `${unref(layoutConfig2).VITE_AI_HOST}` : `${unref(layoutConfig2).VITE_HOST}?p=seo`
|
|
17236
17177
|
}, null, 8, ["class", "style", "href"])) : createCommentVNode("", true),
|
|
17237
|
-
showNameAndIcon.value && !
|
|
17178
|
+
showNameAndIcon.value && !_ctx.independence ? (openBlock(), createBlock(GLink, {
|
|
17238
17179
|
key: 2,
|
|
17239
17180
|
class: normalizeClass(["g-toolbar-left-logo", [inAIHub.value ? "ai-logo" : ""]]),
|
|
17240
17181
|
style: normalizeStyle(logoStyle.value),
|
|
@@ -17247,12 +17188,12 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17247
17188
|
}, [
|
|
17248
17189
|
_ctx.$slots.headerCustom ? renderSlot(_ctx.$slots, "headerCustom", { key: 0 }, void 0, true) : isModuleVisible(unref(HeaderDisplayItem).CUSTOM_CONTENT) && !showNameAndIcon.value ? (openBlock(), createBlock(HeaderCustom, {
|
|
17249
17190
|
key: 1,
|
|
17250
|
-
scene:
|
|
17251
|
-
isLogin:
|
|
17252
|
-
errorCode: (_a2 =
|
|
17253
|
-
orgProps: (_b =
|
|
17254
|
-
repoProps: (_c =
|
|
17255
|
-
userProps: (_d =
|
|
17191
|
+
scene: _ctx.sceneValue,
|
|
17192
|
+
isLogin: _ctx.isLogin,
|
|
17193
|
+
errorCode: (_a2 = _ctx.headerCustomProps) == null ? void 0 : _a2.errorCode,
|
|
17194
|
+
orgProps: (_b = _ctx.headerCustomProps) == null ? void 0 : _b.orgProps,
|
|
17195
|
+
repoProps: (_c = _ctx.headerCustomProps) == null ? void 0 : _c.repoProps,
|
|
17196
|
+
userProps: (_d = _ctx.headerCustomProps) == null ? void 0 : _d.userProps,
|
|
17256
17197
|
onFollowDevCommunity: _cache[1] || (_cache[1] = ($event) => emit("followDevCommunity", $event)),
|
|
17257
17198
|
onFollowUser: _cache[2] || (_cache[2] = ($event) => emit("followUser"))
|
|
17258
17199
|
}, {
|
|
@@ -17271,7 +17212,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17271
17212
|
(openBlock(), createBlock(Search, {
|
|
17272
17213
|
inAIHub: inAIHub.value,
|
|
17273
17214
|
key: _ctx.$route.fullPath,
|
|
17274
|
-
sceneValue:
|
|
17215
|
+
sceneValue: _ctx.sceneValue,
|
|
17275
17216
|
isShowStickyNotice: isShowStickyNoticeByClose.value
|
|
17276
17217
|
}, {
|
|
17277
17218
|
searchRecommend: withCtx(() => [
|
|
@@ -17291,7 +17232,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17291
17232
|
createVNode(ClaimPower, { config: claimPowerConfig.value }, null, 8, ["config"]),
|
|
17292
17233
|
isModuleVisible(unref(HeaderDisplayItem).OPERATION_ENTRY) ? (openBlock(), createBlock(OperationEntry, { key: 0 })) : createCommentVNode("", true)
|
|
17293
17234
|
]),
|
|
17294
|
-
!
|
|
17235
|
+
!_ctx.isLogin ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17295
17236
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17296
17237
|
unref(isMobile) ? (openBlock(), createElementBlock("section", {
|
|
17297
17238
|
key: 0,
|
|
@@ -17337,10 +17278,10 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17337
17278
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createBlock(UserAvatar, {
|
|
17338
17279
|
key: 3,
|
|
17339
17280
|
isChatBot: isChatBot.value,
|
|
17340
|
-
loginOutFinish:
|
|
17281
|
+
loginOutFinish: _ctx.loginOutFinish,
|
|
17341
17282
|
inAIHub: inAIHub.value,
|
|
17342
|
-
independence:
|
|
17343
|
-
userMenus:
|
|
17283
|
+
independence: _ctx.independence,
|
|
17284
|
+
userMenus: _ctx.userMenus
|
|
17344
17285
|
}, null, 8, ["isChatBot", "loginOutFinish", "inAIHub", "independence", "userMenus"])) : createCommentVNode("", true)
|
|
17345
17286
|
], 64))
|
|
17346
17287
|
], 2)
|
|
@@ -17598,21 +17539,21 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
17598
17539
|
createElementVNode("div", {
|
|
17599
17540
|
ref_key: "headerRef",
|
|
17600
17541
|
ref: headerRef,
|
|
17601
|
-
class: normalizeClass(["g-header allow-click-stop fixed z-[21] bg-[var(--theme-default-bg)]", [showHeaderShadow.value ? "head-shadow" : "",
|
|
17542
|
+
class: normalizeClass(["g-header allow-click-stop fixed z-[21] bg-[var(--theme-default-bg)]", [showHeaderShadow.value ? "head-shadow" : "", _ctx.headerBorder ? "oldBorder" : "", headerClassName.value]])
|
|
17602
17543
|
}, [
|
|
17603
17544
|
createVNode(SiteAnnouncement),
|
|
17604
17545
|
withDirectives((openBlock(), createElementBlock("div", _hoisted_1$j, [
|
|
17605
17546
|
createElementVNode("div", _hoisted_2$e, [
|
|
17606
17547
|
createElementVNode("div", _hoisted_3$d, [
|
|
17607
17548
|
createVNode(_sfc_main$F, {
|
|
17608
|
-
src: (_a2 =
|
|
17609
|
-
name: (_b =
|
|
17549
|
+
src: (_a2 = _ctx.enterpriseInfo) == null ? void 0 : _a2.avatar,
|
|
17550
|
+
name: (_b = _ctx.enterpriseInfo) == null ? void 0 : _b.name,
|
|
17610
17551
|
isRound: false,
|
|
17611
17552
|
width: 32,
|
|
17612
17553
|
height: 32,
|
|
17613
17554
|
class: "enterprise-avatar"
|
|
17614
17555
|
}, null, 8, ["src", "name"]),
|
|
17615
|
-
createElementVNode("span", _hoisted_4$9, toDisplayString$1((_c =
|
|
17556
|
+
createElementVNode("span", _hoisted_4$9, toDisplayString$1((_c = _ctx.enterpriseInfo) == null ? void 0 : _c.name), 1),
|
|
17616
17557
|
createElementVNode("span", _hoisted_5$5, toDisplayString$1(unref(t2)("gitCodeLayout.header.enterpriseFlag")), 1)
|
|
17617
17558
|
])
|
|
17618
17559
|
]),
|
|
@@ -17635,7 +17576,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
17635
17576
|
], true) : createCommentVNode("", true)
|
|
17636
17577
|
]),
|
|
17637
17578
|
createElementVNode("div", _hoisted_7$3, [
|
|
17638
|
-
!
|
|
17579
|
+
!_ctx.isLogin ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17639
17580
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17640
17581
|
unref(isMobile) ? (openBlock(), createElementBlock("section", {
|
|
17641
17582
|
key: 0,
|
|
@@ -17696,10 +17637,10 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
17696
17637
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createBlock(UserAvatar, {
|
|
17697
17638
|
key: 2,
|
|
17698
17639
|
isChatBot: false,
|
|
17699
|
-
loginOutFinish:
|
|
17640
|
+
loginOutFinish: _ctx.loginOutFinish,
|
|
17700
17641
|
inAIHub: false,
|
|
17701
|
-
independence:
|
|
17702
|
-
userMenus:
|
|
17642
|
+
independence: _ctx.independence,
|
|
17643
|
+
userMenus: _ctx.userMenus,
|
|
17703
17644
|
inEnterpriseHeader: true
|
|
17704
17645
|
}, null, 8, ["loginOutFinish", "independence", "userMenus"])) : createCommentVNode("", true)
|
|
17705
17646
|
], 64))
|
|
@@ -17945,9 +17886,9 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
17945
17886
|
const layoutConfig2 = useLayoutConfig();
|
|
17946
17887
|
const { t: t2 } = i18n.global;
|
|
17947
17888
|
const route = useRoute();
|
|
17948
|
-
const MenuItem = defineAsyncComponent(() => import("./MenuItem-
|
|
17949
|
-
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-
|
|
17950
|
-
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-
|
|
17889
|
+
const MenuItem = defineAsyncComponent(() => import("./MenuItem-DJk0KWSP.js"));
|
|
17890
|
+
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-qW0kW8BB.js"));
|
|
17891
|
+
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-DHFpbQXp.js"));
|
|
17951
17892
|
const props = __props;
|
|
17952
17893
|
const useReport2 = inject("useReport");
|
|
17953
17894
|
const userInfo = inject("userInfo");
|
|
@@ -18162,10 +18103,11 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
18162
18103
|
(openBlock(true), createElementBlock(Fragment, null, renderList(filterList.value, (item) => {
|
|
18163
18104
|
return openBlock(), createBlock(resolveDynamicComponent(renderComponent(item)), mergeProps({
|
|
18164
18105
|
key: item.id,
|
|
18165
|
-
isLogin:
|
|
18106
|
+
isLogin: _ctx.isLogin,
|
|
18166
18107
|
item,
|
|
18167
|
-
slotKeys:
|
|
18168
|
-
|
|
18108
|
+
slotKeys: _ctx.slotKeys,
|
|
18109
|
+
ref_for: true
|
|
18110
|
+
}, getProps(item)), createSlots({ _: 2 }, [
|
|
18169
18111
|
renderList(mainSiteSlotKeys.value, (key) => {
|
|
18170
18112
|
return {
|
|
18171
18113
|
name: key,
|
|
@@ -18186,9 +18128,9 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
18186
18128
|
}, {
|
|
18187
18129
|
default: withCtx(() => [
|
|
18188
18130
|
(openBlock(), createBlock(resolveDynamicComponent(LayoutSlotComponent(key)), mergeProps({ ref_for: true }, getProps(item), {
|
|
18189
|
-
slotKeys:
|
|
18131
|
+
slotKeys: _ctx.slotKeys,
|
|
18190
18132
|
item,
|
|
18191
|
-
isLogin:
|
|
18133
|
+
isLogin: _ctx.isLogin
|
|
18192
18134
|
}), null, 16, ["slotKeys", "item", "isLogin"]))
|
|
18193
18135
|
]),
|
|
18194
18136
|
_: 2
|
|
@@ -18240,8 +18182,9 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
18240
18182
|
createElementVNode("div", _hoisted_2$c, [
|
|
18241
18183
|
(openBlock(true), createElementBlock(Fragment, null, renderList(themeList.value, (item) => {
|
|
18242
18184
|
return openBlock(), createElementBlock("div", mergeProps({
|
|
18243
|
-
key: item.value
|
|
18244
|
-
|
|
18185
|
+
key: item.value,
|
|
18186
|
+
ref_for: true
|
|
18187
|
+
}, item, {
|
|
18245
18188
|
class: ["tools-item-wrapper-checkbox-item", { checked: activeTheme.value === item.value }],
|
|
18246
18189
|
onClick: ($event) => handleClick(item),
|
|
18247
18190
|
title: item.value
|
|
@@ -18281,17 +18224,17 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
18281
18224
|
withDirectives(createElementVNode("div", _hoisted_2$b, [
|
|
18282
18225
|
createVNode(_sfc_main$k)
|
|
18283
18226
|
], 512), [
|
|
18284
|
-
[vShow,
|
|
18227
|
+
[vShow, _ctx.showThemeSetting]
|
|
18285
18228
|
]),
|
|
18286
18229
|
withDirectives(createElementVNode("div", _hoisted_3$b, [
|
|
18287
18230
|
createVNode(_sfc_main$t)
|
|
18288
18231
|
], 512), [
|
|
18289
|
-
[vShow,
|
|
18232
|
+
[vShow, _ctx.showLangSetting]
|
|
18290
18233
|
])
|
|
18291
18234
|
]),
|
|
18292
18235
|
default: withCtx(() => [
|
|
18293
18236
|
createElementVNode("div", {
|
|
18294
|
-
class: normalizeClass(["aside-footer-tools-item", { "aside-footer-tools-item-little":
|
|
18237
|
+
class: normalizeClass(["aside-footer-tools-item", { "aside-footer-tools-item-little": _ctx.asideSetShowLittle }])
|
|
18295
18238
|
}, [
|
|
18296
18239
|
createVNode(GIcon, {
|
|
18297
18240
|
name: "gt-line-setting",
|
|
@@ -18465,7 +18408,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
18465
18408
|
target: "_blank",
|
|
18466
18409
|
rel: "noopener noreferrer"
|
|
18467
18410
|
}, "CSDN", -1)),
|
|
18468
|
-
_cache[2] || (_cache[2] = createTextVNode(" | "
|
|
18411
|
+
_cache[2] || (_cache[2] = createTextVNode(" | ")),
|
|
18469
18412
|
createElementVNode("a", _hoisted_8$2, toDisplayString$1(unref(t2)("gitCodeLayout.home.HWCloud")), 1)
|
|
18470
18413
|
], 2),
|
|
18471
18414
|
createElementVNode("p", _hoisted_9$2, [
|
|
@@ -18478,7 +18421,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
18478
18421
|
]),
|
|
18479
18422
|
_: 1
|
|
18480
18423
|
}, 8, ["href"]),
|
|
18481
|
-
_cache[3] || (_cache[3] = createTextVNode(" | "
|
|
18424
|
+
_cache[3] || (_cache[3] = createTextVNode(" | ")),
|
|
18482
18425
|
createVNode(GLink, {
|
|
18483
18426
|
target: "_blank",
|
|
18484
18427
|
href: unref(copyright).beian_url
|
|
@@ -18641,11 +18584,11 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
18641
18584
|
});
|
|
18642
18585
|
return (_ctx, _cache) => {
|
|
18643
18586
|
return openBlock(), createBlock(unref(Aside), {
|
|
18644
|
-
class: normalizeClass(["config-aside-content", { "side-bar-content-shot":
|
|
18587
|
+
class: normalizeClass(["config-aside-content", { "side-bar-content-shot": _ctx.asideSetShowLittle }])
|
|
18645
18588
|
}, {
|
|
18646
18589
|
default: withCtx(() => [
|
|
18647
18590
|
createElementVNode("div", {
|
|
18648
|
-
class: normalizeClass(["config-aside__content", { "side-bar-content-shot":
|
|
18591
|
+
class: normalizeClass(["config-aside__content", { "side-bar-content-shot": _ctx.asideSetShowLittle, "shot-isCh": !unref(isEn) }])
|
|
18649
18592
|
}, [
|
|
18650
18593
|
withDirectives((openBlock(), createElementBlock("div", _hoisted_1$e, [
|
|
18651
18594
|
createElementVNode("div", {
|
|
@@ -18665,10 +18608,10 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
18665
18608
|
}, [
|
|
18666
18609
|
createVNode(Area, {
|
|
18667
18610
|
list: getAreaItem(item),
|
|
18668
|
-
isLogin:
|
|
18611
|
+
isLogin: _ctx.isLogin,
|
|
18669
18612
|
slotKeys: layoutSlotKeys.value,
|
|
18670
|
-
sceneValue:
|
|
18671
|
-
asideSetShowLittle:
|
|
18613
|
+
sceneValue: _ctx.sceneValue,
|
|
18614
|
+
asideSetShowLittle: _ctx.asideSetShowLittle
|
|
18672
18615
|
}, createSlots({ _: 2 }, [
|
|
18673
18616
|
renderList(layoutSlotKeys.value, (key) => {
|
|
18674
18617
|
return {
|
|
@@ -18692,24 +18635,24 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
18692
18635
|
}, null, 8, ["name"]),
|
|
18693
18636
|
_cache[2] || (_cache[2] = createElementVNode("span", null, "群组讨论", -1))
|
|
18694
18637
|
], 32)) : createCommentVNode("", true),
|
|
18695
|
-
!
|
|
18638
|
+
!_ctx.asideSetShowLittle && index2 !== displayArea.value.length - 1 ? (openBlock(), createElementBlock("hr", _hoisted_4$7)) : createCommentVNode("", true)
|
|
18696
18639
|
], 64);
|
|
18697
18640
|
}), 128)),
|
|
18698
|
-
!
|
|
18641
|
+
!_ctx.asideSetShowLittle && isModuleVisible(unref(AsideDisplayItem).LINK) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
18699
18642
|
_cache[3] || (_cache[3] = createElementVNode("hr", { class: "line mt-[16px] mb-[16px]" }, null, -1)),
|
|
18700
18643
|
createVNode(SubMenuList)
|
|
18701
18644
|
], 64)) : createCommentVNode("", true)
|
|
18702
18645
|
])),
|
|
18703
|
-
!
|
|
18646
|
+
!_ctx.asideSetShowLittle && isModuleVisible(unref(AsideDisplayItem).SITE_INFO) ? (openBlock(), createBlock(ContactInfo, { key: 2 })) : createCommentVNode("", true)
|
|
18704
18647
|
], 34),
|
|
18705
18648
|
showPreferencesSetting.value ? (openBlock(), createElementBlock("div", {
|
|
18706
18649
|
key: 0,
|
|
18707
|
-
class: normalizeClass(["aside-footer-tools", { "aside-footer-tools-little":
|
|
18650
|
+
class: normalizeClass(["aside-footer-tools", { "aside-footer-tools-little": _ctx.asideSetShowLittle }])
|
|
18708
18651
|
}, [
|
|
18709
18652
|
createVNode(_sfc_main$j, {
|
|
18710
|
-
"show-lang-setting":
|
|
18711
|
-
"show-theme-setting":
|
|
18712
|
-
asideSetShowLittle:
|
|
18653
|
+
"show-lang-setting": _ctx.showLangSetting,
|
|
18654
|
+
"show-theme-setting": _ctx.showThemeSetting,
|
|
18655
|
+
asideSetShowLittle: _ctx.asideSetShowLittle
|
|
18713
18656
|
}, null, 8, ["show-lang-setting", "show-theme-setting", "asideSetShowLittle"])
|
|
18714
18657
|
], 2)) : createCommentVNode("", true)
|
|
18715
18658
|
])), [
|
|
@@ -18852,18 +18795,18 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
18852
18795
|
key: 0,
|
|
18853
18796
|
class: normalizeClass(["left-side-bar", { oldWhite: asideSetShowLittleMode.value, higherZIndex: unref(SITE_STATUS).DISABLE }]),
|
|
18854
18797
|
style: normalizeStyle({ width: mainMarginLeftWidth.value + "px", top: unref(headerHeight2) + "px" }),
|
|
18855
|
-
sceneValue:
|
|
18798
|
+
sceneValue: _ctx.sceneValue,
|
|
18856
18799
|
asideDefaultWidth: mainMarginLeftWidth.value,
|
|
18857
18800
|
asideSetShowLittle: asideSetShowLittleMode.value,
|
|
18858
|
-
isLogin:
|
|
18859
|
-
showPreferencesSetting:
|
|
18860
|
-
showThemeSetting:
|
|
18861
|
-
showLangSetting:
|
|
18862
|
-
independence:
|
|
18863
|
-
slotKeys:
|
|
18864
|
-
collapseMode:
|
|
18801
|
+
isLogin: _ctx.isLogin,
|
|
18802
|
+
showPreferencesSetting: _ctx.showPreferencesSetting,
|
|
18803
|
+
showThemeSetting: _ctx.showThemeSetting,
|
|
18804
|
+
showLangSetting: _ctx.showLangSetting,
|
|
18805
|
+
independence: _ctx.independence,
|
|
18806
|
+
slotKeys: _ctx.slotKeys,
|
|
18807
|
+
collapseMode: _ctx.collapseMode
|
|
18865
18808
|
}, createSlots({ _: 2 }, [
|
|
18866
|
-
renderList(
|
|
18809
|
+
renderList(_ctx.slotKeys, (key) => {
|
|
18867
18810
|
return {
|
|
18868
18811
|
name: key,
|
|
18869
18812
|
fn: withCtx(() => [
|
|
@@ -18885,8 +18828,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
18885
18828
|
createVNode(GLink, {
|
|
18886
18829
|
class: "g-toolbar-left-logo",
|
|
18887
18830
|
style: normalizeStyle(logoStyle.value),
|
|
18888
|
-
to:
|
|
18889
|
-
href:
|
|
18831
|
+
to: _ctx.independence ? "" : { name: "home" },
|
|
18832
|
+
href: _ctx.independence ? unref(transformUrl)(unref(layoutConfig2).VITE_HOST) : ""
|
|
18890
18833
|
}, null, 8, ["style", "to", "href"]),
|
|
18891
18834
|
createVNode(unref(Button), {
|
|
18892
18835
|
class: "cursor-pointer draw-side-bar-close",
|
|
@@ -18896,14 +18839,14 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
18896
18839
|
})
|
|
18897
18840
|
]),
|
|
18898
18841
|
createVNode(ConfigAideContent, mergeProps(props, {
|
|
18899
|
-
sceneValue:
|
|
18842
|
+
sceneValue: _ctx.sceneValue,
|
|
18900
18843
|
asideDefaultWidth: 240,
|
|
18901
|
-
isLogin:
|
|
18902
|
-
showPreferencesSetting:
|
|
18903
|
-
showThemeSetting:
|
|
18904
|
-
showLangSetting:
|
|
18905
|
-
independence:
|
|
18906
|
-
slotKeys:
|
|
18844
|
+
isLogin: _ctx.isLogin,
|
|
18845
|
+
showPreferencesSetting: _ctx.showPreferencesSetting,
|
|
18846
|
+
showThemeSetting: _ctx.showThemeSetting,
|
|
18847
|
+
showLangSetting: _ctx.showLangSetting,
|
|
18848
|
+
independence: _ctx.independence,
|
|
18849
|
+
slotKeys: _ctx.slotKeys
|
|
18907
18850
|
}), null, 16, ["sceneValue", "isLogin", "showPreferencesSetting", "showThemeSetting", "showLangSetting", "independence", "slotKeys"])
|
|
18908
18851
|
]),
|
|
18909
18852
|
_: 1
|
|
@@ -19744,12 +19687,12 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
19744
19687
|
showLangSetting: "",
|
|
19745
19688
|
showThemeSetting: ""
|
|
19746
19689
|
}, {
|
|
19747
|
-
home: withCtx(() =>
|
|
19690
|
+
home: withCtx(() => _cache[3] || (_cache[3] = [
|
|
19748
19691
|
createElementVNode("div", null, "首页hover-插槽", -1)
|
|
19749
|
-
])
|
|
19750
|
-
issues: withCtx(() =>
|
|
19692
|
+
])),
|
|
19693
|
+
issues: withCtx(() => _cache[4] || (_cache[4] = [
|
|
19751
19694
|
createElementVNode("div", null, "issues hover-插槽", -1)
|
|
19752
|
-
])
|
|
19695
|
+
])),
|
|
19753
19696
|
_: 1
|
|
19754
19697
|
}, 8, ["sceneValue", "userInfo", "isLogin", "request", "globalStore", "independence", "collapseMode"])
|
|
19755
19698
|
]),
|
|
@@ -19765,18 +19708,18 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
19765
19708
|
key: "是",
|
|
19766
19709
|
value: true
|
|
19767
19710
|
}, {
|
|
19768
|
-
default: withCtx(() =>
|
|
19769
|
-
createTextVNode("普通 Header"
|
|
19770
|
-
])
|
|
19711
|
+
default: withCtx(() => _cache[5] || (_cache[5] = [
|
|
19712
|
+
createTextVNode("普通 Header")
|
|
19713
|
+
])),
|
|
19771
19714
|
_: 1
|
|
19772
19715
|
})),
|
|
19773
19716
|
(openBlock(), createBlock(unref(Radio), {
|
|
19774
19717
|
key: "否",
|
|
19775
19718
|
value: false
|
|
19776
19719
|
}, {
|
|
19777
|
-
default: withCtx(() =>
|
|
19778
|
-
createTextVNode("企业版 Header"
|
|
19779
|
-
])
|
|
19720
|
+
default: withCtx(() => _cache[6] || (_cache[6] = [
|
|
19721
|
+
createTextVNode("企业版 Header")
|
|
19722
|
+
])),
|
|
19780
19723
|
_: 1
|
|
19781
19724
|
}))
|
|
19782
19725
|
]),
|
|
@@ -19817,18 +19760,18 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
19817
19760
|
key: "是",
|
|
19818
19761
|
value: true
|
|
19819
19762
|
}, {
|
|
19820
|
-
default: withCtx(() =>
|
|
19821
|
-
createTextVNode("是"
|
|
19822
|
-
])
|
|
19763
|
+
default: withCtx(() => _cache[7] || (_cache[7] = [
|
|
19764
|
+
createTextVNode("是")
|
|
19765
|
+
])),
|
|
19823
19766
|
_: 1
|
|
19824
19767
|
})),
|
|
19825
19768
|
(openBlock(), createBlock(unref(Radio), {
|
|
19826
19769
|
key: "否",
|
|
19827
19770
|
value: false
|
|
19828
19771
|
}, {
|
|
19829
|
-
default: withCtx(() =>
|
|
19830
|
-
createTextVNode("否"
|
|
19831
|
-
])
|
|
19772
|
+
default: withCtx(() => _cache[8] || (_cache[8] = [
|
|
19773
|
+
createTextVNode("否")
|
|
19774
|
+
])),
|
|
19832
19775
|
_: 1
|
|
19833
19776
|
}))
|
|
19834
19777
|
]),
|
|
@@ -20700,13 +20643,13 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
20700
20643
|
});
|
|
20701
20644
|
return (_ctx, _cache) => {
|
|
20702
20645
|
return openBlock(), createElementBlock("div", {
|
|
20703
|
-
class: normalizeClass(["flex flex-1 g-input-button", [inputBtnClassName.value,
|
|
20646
|
+
class: normalizeClass(["flex flex-1 g-input-button", [inputBtnClassName.value, _ctx.error ? "g-input-button-error" : ""]])
|
|
20704
20647
|
}, [
|
|
20705
20648
|
createVNode(unref(Input), {
|
|
20706
20649
|
modelValue: unref(vModels),
|
|
20707
20650
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(vModels) ? vModels.value = $event : null),
|
|
20708
|
-
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label:
|
|
20709
|
-
autocomplete:
|
|
20651
|
+
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: _ctx.placeholder }),
|
|
20652
|
+
autocomplete: _ctx.autocomplete,
|
|
20710
20653
|
onChange: handleChange,
|
|
20711
20654
|
onFocus: handleInputFocus,
|
|
20712
20655
|
onBlur: handleInputBlur
|
|
@@ -20716,7 +20659,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
20716
20659
|
onClick: withModifiers(handleClick, ["stop"]),
|
|
20717
20660
|
class: normalizeClass([
|
|
20718
20661
|
"g-input-button-append",
|
|
20719
|
-
DisabledBtn.value || !
|
|
20662
|
+
DisabledBtn.value || !_ctx.hasMobile ? "g-input-button-append-inactive" : "g-input-button-append-active"
|
|
20720
20663
|
])
|
|
20721
20664
|
}, [
|
|
20722
20665
|
createElementVNode("span", _hoisted_1$a, toDisplayString$1(BtnText.value), 1)
|
|
@@ -20863,8 +20806,8 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
20863
20806
|
key: 1,
|
|
20864
20807
|
modelValue: unref(vModels),
|
|
20865
20808
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => isRef(vModels) ? vModels.value = $event : null)
|
|
20866
|
-
},
|
|
20867
|
-
placeholder:
|
|
20809
|
+
}, _ctx.prop, {
|
|
20810
|
+
placeholder: _ctx.placeholder,
|
|
20868
20811
|
onChange: handleChange
|
|
20869
20812
|
}), {
|
|
20870
20813
|
prepend: withCtx(() => [
|
|
@@ -21148,23 +21091,23 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21148
21091
|
rules: GroupRules,
|
|
21149
21092
|
ref_key: "FormRef",
|
|
21150
21093
|
ref: FormRef,
|
|
21151
|
-
"show-feedback":
|
|
21152
|
-
disabled:
|
|
21153
|
-
"message-type":
|
|
21154
|
-
layout:
|
|
21155
|
-
size:
|
|
21156
|
-
"label-size":
|
|
21157
|
-
"label-align":
|
|
21094
|
+
"show-feedback": _ctx.showFeedback,
|
|
21095
|
+
disabled: _ctx.disabled,
|
|
21096
|
+
"message-type": _ctx.MessageType,
|
|
21097
|
+
layout: _ctx.layout,
|
|
21098
|
+
size: _ctx.size,
|
|
21099
|
+
"label-size": _ctx.labelSize,
|
|
21100
|
+
"label-align": _ctx.labelAlign,
|
|
21158
21101
|
class: "g-form",
|
|
21159
21102
|
onInput: handleFormInput,
|
|
21160
21103
|
requirePosition: "right"
|
|
21161
21104
|
}, {
|
|
21162
21105
|
default: withCtx(() => [
|
|
21163
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
21106
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.DataList, (formItem) => {
|
|
21164
21107
|
return openBlock(), createBlock(unref(FormItem), {
|
|
21165
21108
|
key: formItem.key,
|
|
21166
21109
|
field: formItem.key,
|
|
21167
|
-
label:
|
|
21110
|
+
label: _ctx.showLabel ? formItem.label : "",
|
|
21168
21111
|
"help-tips": formItem.help,
|
|
21169
21112
|
"extra-info": formItem.extra,
|
|
21170
21113
|
style: normalizeStyle({ width: getItemWidth.value(formItem) })
|
|
@@ -21178,8 +21121,9 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21178
21121
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
21179
21122
|
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: formItem.label }),
|
|
21180
21123
|
onChange: () => handleChange(formItem.key),
|
|
21181
|
-
onKeydown: ($event) => formItem.key === "username" ? unref(handleUsernameKeydown) : void 0
|
|
21182
|
-
|
|
21124
|
+
onKeydown: ($event) => formItem.key === "username" ? unref(handleUsernameKeydown) : void 0,
|
|
21125
|
+
ref_for: true
|
|
21126
|
+
}, formItem.props, {
|
|
21183
21127
|
autocomplete: autocompleteCalc((_a = formItem.props) == null ? void 0 : _a.autocomplete),
|
|
21184
21128
|
autofocus: formItem.key === "username",
|
|
21185
21129
|
spellcheck: false
|
|
@@ -21190,22 +21134,24 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21190
21134
|
onChange: ($event) => handleChange(formItem.key),
|
|
21191
21135
|
onClick: ($event) => handleOperate(formItem),
|
|
21192
21136
|
"onUpdate:countdown": ($event) => updateCountdown(formItem),
|
|
21193
|
-
placeholder: formItem.label
|
|
21194
|
-
|
|
21137
|
+
placeholder: formItem.label,
|
|
21138
|
+
ref_for: true
|
|
21139
|
+
}, formItem.props, {
|
|
21195
21140
|
hasMobile: !!Data[(_b = formItem.props) == null ? void 0 : _b.aliasKey],
|
|
21196
21141
|
text: unref($t)("gitCodeLayout.userSetting.account.getVerificationCode"),
|
|
21197
|
-
error:
|
|
21142
|
+
error: _ctx.errors.msgError,
|
|
21198
21143
|
autocomplete: autocompleteCalc((_c = formItem.props) == null ? void 0 : _c.autocomplete)
|
|
21199
21144
|
}), null, 16, ["modelValue", "onUpdate:modelValue", "onChange", "onClick", "onUpdate:countdown", "placeholder", "hasMobile", "text", "error", "autocomplete"])) : formItem.type === "inputSelect" ? (openBlock(), createBlock(_sfc_main$b, mergeProps({
|
|
21200
21145
|
key: 2,
|
|
21201
21146
|
country: Data.country,
|
|
21202
|
-
class:
|
|
21147
|
+
class: _ctx.formErrors["mobile"] ? "input-select-error" : "",
|
|
21203
21148
|
modelValue: Data[formItem.key],
|
|
21204
21149
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
21205
21150
|
onSelectChange: _cache[0] || (_cache[0] = (evt) => handleSelectChange("country", evt)),
|
|
21206
21151
|
onChange: ($event) => handleChange(formItem.key),
|
|
21207
|
-
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: formItem.label })
|
|
21208
|
-
|
|
21152
|
+
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: formItem.label }),
|
|
21153
|
+
ref_for: true
|
|
21154
|
+
}, formItem.props, {
|
|
21209
21155
|
editableSelect: formItem.editableSelect
|
|
21210
21156
|
}), null, 16, ["country", "class", "modelValue", "onUpdate:modelValue", "onChange", "placeholder", "editableSelect"])) : (openBlock(), createBlock(resolveDynamicComponent(formItem.render), mergeProps({
|
|
21211
21157
|
key: formItem.key,
|
|
@@ -21213,8 +21159,9 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21213
21159
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
21214
21160
|
onChange: ($event) => handleChange(formItem.key),
|
|
21215
21161
|
onClick: handleClick,
|
|
21216
|
-
placeholder: formItem.label
|
|
21217
|
-
|
|
21162
|
+
placeholder: formItem.label,
|
|
21163
|
+
ref_for: true
|
|
21164
|
+
}, formItem.props), null, 16, ["modelValue", "onUpdate:modelValue", "onChange", "placeholder"]))
|
|
21218
21165
|
];
|
|
21219
21166
|
}),
|
|
21220
21167
|
_: 2
|
|
@@ -21259,7 +21206,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
21259
21206
|
return openBlock(), createElementBlock("div", _hoisted_1$8, [
|
|
21260
21207
|
createElementVNode("div", _hoisted_2$6, toDisplayString$1(unref($t)("gitCodeLayout.LoginModal.subtitle.otherLogin")), 1),
|
|
21261
21208
|
createElementVNode("div", _hoisted_3$6, [
|
|
21262
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
21209
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.logos, (icon) => {
|
|
21263
21210
|
return openBlock(), createElementBlock("div", {
|
|
21264
21211
|
key: icon.alt,
|
|
21265
21212
|
class: "rounded-[50%] w-[40px] h-[40px] border-[1px] icon-wrap border-solid cursor-pointer otherInfo-icon"
|
|
@@ -21365,7 +21312,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
21365
21312
|
return (_ctx, _cache) => {
|
|
21366
21313
|
return openBlock(), createElementBlock("div", _hoisted_1$7, [
|
|
21367
21314
|
createVNode(unref(Checkbox), {
|
|
21368
|
-
"model-value":
|
|
21315
|
+
"model-value": _ctx.modelValue,
|
|
21369
21316
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = (val) => emits("update:modelValue", val)),
|
|
21370
21317
|
size: "sm"
|
|
21371
21318
|
}, {
|
|
@@ -21384,7 +21331,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
21384
21331
|
_: 1
|
|
21385
21332
|
}, 8, ["model-value"]),
|
|
21386
21333
|
createVNode(unref(Checkbox), {
|
|
21387
|
-
"model-value":
|
|
21334
|
+
"model-value": _ctx.dataShareChecked,
|
|
21388
21335
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = (val) => emits("update:dataShareChecked", val)),
|
|
21389
21336
|
size: "sm"
|
|
21390
21337
|
}, {
|
|
@@ -21433,7 +21380,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
21433
21380
|
return (_ctx, _cache) => {
|
|
21434
21381
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
21435
21382
|
createVNode(unref(Checkbox), {
|
|
21436
|
-
"model-value":
|
|
21383
|
+
"model-value": _ctx.modelValue,
|
|
21437
21384
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = (val) => emits("update:modelValue", val)),
|
|
21438
21385
|
size: "sm",
|
|
21439
21386
|
class: "mt-[6px] agree-module flex items-center"
|
|
@@ -21454,7 +21401,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
21454
21401
|
_: 3
|
|
21455
21402
|
}, 8, ["model-value"]),
|
|
21456
21403
|
createVNode(unref(Checkbox), {
|
|
21457
|
-
"model-value":
|
|
21404
|
+
"model-value": _ctx.dataShareChecked,
|
|
21458
21405
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = (val) => emits("update:dataShareChecked", val)),
|
|
21459
21406
|
size: "sm",
|
|
21460
21407
|
class: "mb-[12px]"
|
|
@@ -21496,14 +21443,14 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
21496
21443
|
return (_ctx, _cache) => {
|
|
21497
21444
|
return openBlock(), createElementBlock("div", _hoisted_1$5, [
|
|
21498
21445
|
createElementVNode("div", _hoisted_2$3, [
|
|
21499
|
-
|
|
21446
|
+
_ctx.showBack ? (openBlock(), createElementBlock("img", {
|
|
21500
21447
|
key: 0,
|
|
21501
|
-
src:
|
|
21448
|
+
src: _ctx.icon,
|
|
21502
21449
|
class: "w-[24px] cursor-pointer",
|
|
21503
21450
|
onClick: withModifiers(handleClick, ["stop"])
|
|
21504
21451
|
}, null, 8, _hoisted_3$3)) : createCommentVNode("", true)
|
|
21505
21452
|
]),
|
|
21506
|
-
|
|
21453
|
+
_ctx.showTitle ? (openBlock(), createElementBlock("span", _hoisted_4$2, toDisplayString$1(_ctx.title), 1)) : createCommentVNode("", true)
|
|
21507
21454
|
]);
|
|
21508
21455
|
};
|
|
21509
21456
|
}
|
|
@@ -21537,7 +21484,7 @@ const verifyCodeRegExp4 = /^\d{4}$/;
|
|
|
21537
21484
|
const verifyCodeRegExp6 = /^\d{6}$/;
|
|
21538
21485
|
const mobileRegExp = /^1[3-9]\d{9}$/;
|
|
21539
21486
|
const usernameRegExp = /^(?!-)[a-zA-Z][a-zA-Z0-9_-]{1,49}$/;
|
|
21540
|
-
const metadata = { "version": 4, "country_calling_codes": { "1": ["US", "AG", "AI", "AS", "BB", "BM", "BS", "CA", "DM", "DO", "GD", "GU", "JM", "KN", "KY", "LC", "MP", "MS", "PR", "SX", "TC", "TT", "VC", "VG", "VI"], "7": ["RU", "KZ"], "20": ["EG"], "27": ["ZA"], "30": ["GR"], "31": ["NL"], "32": ["BE"], "33": ["FR"], "34": ["ES"], "36": ["HU"], "39": ["IT", "VA"], "40": ["RO"], "41": ["CH"], "43": ["AT"], "44": ["GB", "GG", "IM", "JE"], "45": ["DK"], "46": ["SE"], "47": ["NO", "SJ"], "48": ["PL"], "49": ["DE"], "51": ["PE"], "52": ["MX"], "53": ["CU"], "54": ["AR"], "55": ["BR"], "56": ["CL"], "57": ["CO"], "58": ["VE"], "60": ["MY"], "61": ["AU", "CC", "CX"], "62": ["ID"], "63": ["PH"], "64": ["NZ"], "65": ["SG"], "66": ["TH"], "81": ["JP"], "82": ["KR"], "84": ["VN"], "86": ["CN"], "90": ["TR"], "91": ["IN"], "92": ["PK"], "93": ["AF"], "94": ["LK"], "95": ["MM"], "98": ["IR"], "211": ["SS"], "212": ["MA", "EH"], "213": ["DZ"], "216": ["TN"], "218": ["LY"], "220": ["GM"], "221": ["SN"], "222": ["MR"], "223": ["ML"], "224": ["GN"], "225": ["CI"], "226": ["BF"], "227": ["NE"], "228": ["TG"], "229": ["BJ"], "230": ["MU"], "231": ["LR"], "232": ["SL"], "233": ["GH"], "234": ["NG"], "235": ["TD"], "236": ["CF"], "237": ["CM"], "238": ["CV"], "239": ["ST"], "240": ["GQ"], "241": ["GA"], "242": ["CG"], "243": ["CD"], "244": ["AO"], "245": ["GW"], "246": ["IO"], "247": ["AC"], "248": ["SC"], "249": ["SD"], "250": ["RW"], "251": ["ET"], "252": ["SO"], "253": ["DJ"], "254": ["KE"], "255": ["TZ"], "256": ["UG"], "257": ["BI"], "258": ["MZ"], "260": ["ZM"], "261": ["MG"], "262": ["RE", "YT"], "263": ["ZW"], "264": ["NA"], "265": ["MW"], "266": ["LS"], "267": ["BW"], "268": ["SZ"], "269": ["KM"], "290": ["SH", "TA"], "291": ["ER"], "297": ["AW"], "298": ["FO"], "299": ["GL"], "350": ["GI"], "351": ["PT"], "352": ["LU"], "353": ["IE"], "354": ["IS"], "355": ["AL"], "356": ["MT"], "357": ["CY"], "358": ["FI", "AX"], "359": ["BG"], "370": ["LT"], "371": ["LV"], "372": ["EE"], "373": ["MD"], "374": ["AM"], "375": ["BY"], "376": ["AD"], "377": ["MC"], "378": ["SM"], "380": ["UA"], "381": ["RS"], "382": ["ME"], "383": ["XK"], "385": ["HR"], "386": ["SI"], "387": ["BA"], "389": ["MK"], "420": ["CZ"], "421": ["SK"], "423": ["LI"], "500": ["FK"], "501": ["BZ"], "502": ["GT"], "503": ["SV"], "504": ["HN"], "505": ["NI"], "506": ["CR"], "507": ["PA"], "508": ["PM"], "509": ["HT"], "590": ["GP", "BL", "MF"], "591": ["BO"], "592": ["GY"], "593": ["EC"], "594": ["GF"], "595": ["PY"], "596": ["MQ"], "597": ["SR"], "598": ["UY"], "599": ["CW", "BQ"], "670": ["TL"], "672": ["NF"], "673": ["BN"], "674": ["NR"], "675": ["PG"], "676": ["TO"], "677": ["SB"], "678": ["VU"], "679": ["FJ"], "680": ["PW"], "681": ["WF"], "682": ["CK"], "683": ["NU"], "685": ["WS"], "686": ["KI"], "687": ["NC"], "688": ["TV"], "689": ["PF"], "690": ["TK"], "691": ["FM"], "692": ["MH"], "850": ["KP"], "852": ["HK"], "853": ["MO"], "855": ["KH"], "856": ["LA"], "880": ["BD"], "886": ["TW"], "960": ["MV"], "961": ["LB"], "962": ["JO"], "963": ["SY"], "964": ["IQ"], "965": ["KW"], "966": ["SA"], "967": ["YE"], "968": ["OM"], "970": ["PS"], "971": ["AE"], "972": ["IL"], "973": ["BH"], "974": ["QA"], "975": ["BT"], "976": ["MN"], "977": ["NP"], "992": ["TJ"], "993": ["TM"], "994": ["AZ"], "995": ["GE"], "996": ["KG"], "998": ["UZ"] }, "countries": { "AC": ["247", "00", "(?:[01589]\\d|[46])\\d{4}", [5, 6]], "AD": ["376", "00", "(?:1|6\\d)\\d{7}|[135-9]\\d{5}", [6, 8, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["[135-9]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["1"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]]], "AE": ["971", "00", "(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{2,9})", "$1 $2", ["60|8"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[236]|[479][2-8]"], "0$1"], ["(\\d{3})(\\d)(\\d{5})", "$1 $2 $3", ["[479]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"]], "0"], "AF": ["93", "00", "[2-7]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"]], "0"], "AG": ["1", "011", "(?:268|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([457]\\d{6})$|1", "268$1", 0, "268"], "AI": ["1", "011", "(?:264|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2457]\\d{6})$|1", "264$1", 0, "264"], "AL": ["355", "00", "(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}", [6, 7, 8, 9], [["(\\d{3})(\\d{3,4})", "$1 $2", ["80|9"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["4[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2358][2-5]|4"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["[23578]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["6"], "0$1"]], "0"], "AM": ["374", "00", "(?:[1-489]\\d|55|60|77)\\d{6}", [8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[89]0"], "0 $1"], ["(\\d{3})(\\d{5})", "$1 $2", ["2|3[12]"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["1|47"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[3-9]"], "0$1"]], "0"], "AO": ["244", "00", "[29]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[29]"]]]], "AR": ["54", "00", "(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}", [10, 11], [["(\\d{4})(\\d{2})(\\d{4})", "$1 $2-$3", ["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])", "2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["1"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2-$3", ["[23]"], "0$1", 1], ["(\\d)(\\d{4})(\\d{2})(\\d{4})", "$2 15-$3-$4", ["9(?:2[2-469]|3[3-578])", "9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))", "9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 15-$3-$4", ["91"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d{3})(\\d{3})(\\d{5})", "$1-$2-$3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 15-$3-$4", ["9"], "0$1", 0, "$1 $2 $3-$4"]], "0", 0, "0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?", "9$1"], "AS": ["1", "011", "(?:[58]\\d\\d|684|900)\\d{7}", [10], 0, "1", 0, "([267]\\d{6})$|1", "684$1", 0, "684"], "AT": ["43", "00", "1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3,12})", "$1 $2", ["1(?:11|[2-9])"], "0$1"], ["(\\d{3})(\\d{2})", "$1 $2", ["517"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["5[079]"], "0$1"], ["(\\d{3})(\\d{3,10})", "$1 $2", ["(?:31|4)6|51|6(?:48|5[0-3579]|[6-9])|7(?:20|32|8)|[89]", "(?:31|4)6|51|6(?:485|5[0-3579]|[6-9])|7(?:20|32|8)|[89]"], "0$1"], ["(\\d{4})(\\d{3,9})", "$1 $2", ["[2-467]|5[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,7})", "$1 $2 $3", ["5"], "0$1"]], "0"], "AU": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}", [5, 6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{3,4})", "$1 $2", ["16"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["16"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["14|4"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[2378]"], "(0$1)"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:30|[89])"]]], "0", 0, "(183[12])|0", 0, 0, 0, [["(?:(?:241|349)0\\d\\d|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4])|[34]\\d\\d)|91(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79]))))\\d{3}|(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|3(?:[0-3589]\\d|4[0-578]|6[1-9]|7[0-35-9])|7(?:[013-57-9]\\d|2[0-8])|8(?:55|6[0-8]|[78]\\d|9[02-9]))\\d{6}", [9]], ["4(?:79[01]|83[0-36-9]|95[0-3])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-47-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, ["163\\d{2,6}", [5, 6, 7, 8, 9]], ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "AW": ["297", "00", "(?:[25-79]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[25-9]"]]]], "AX": ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}", [5, 6, 7, 8, 9, 10, 11, 12], 0, "0", 0, 0, 0, 0, "18", 0, "00"], "AZ": ["994", "00", "365\\d{6}|(?:[124579]\\d|60|88)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[28]|2|365|46", "1[28]|2|365[45]|46", "1[28]|2|365(?:4|5[02])|46"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[13-9]"], "0$1"]], "0"], "BA": ["387", "00", "6\\d{8}|(?:[35689]\\d|49|70)\\d{6}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[1-3]|[7-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2-$3", ["[3-5]|6[56]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["6"], "0$1"]], "0"], "BB": ["1", "011", "(?:246|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "246$1", 0, "246"], "BD": ["880", "00", "[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{4,6})", "$1-$2", ["31[5-8]|[459]1"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1-$2", ["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"], "0$1"], ["(\\d{4})(\\d{3,6})", "$1-$2", ["[13-9]|2[23]"], "0$1"], ["(\\d)(\\d{7,8})", "$1-$2", ["2"], "0$1"]], "0"], "BE": ["32", "00", "4\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:80|9)0"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[239]|4[23]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[15-8]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4"], "0$1"]], "0"], "BF": ["226", "00", "(?:[025-7]\\d|44)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[024-7]"]]]], "BG": ["359", "00", "00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}", [6, 7, 8, 9, 12], [["(\\d)(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["43[1-6]|70[1-9]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:70|8)0"], "0$1"], ["(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3", ["43[1-7]|7"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[48]|9[08]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"]], "0"], "BH": ["973", "00", "[136-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[13679]|8[02-4679]"]]]], "BI": ["257", "00", "(?:[267]\\d|31)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2367]"]]]], "BJ": ["229", "00", "(?:01\\d|8)\\d{7}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["0"]]]], "BL": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80\\d{7}"], ["8[129]\\d{7}"], 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "BM": ["1", "011", "(?:441|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "441$1", 0, "441"], "BN": ["673", "00", "[2-578]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-578]"]]]], "BO": ["591", "00(?:1\\d)?", "8001\\d{5}|(?:[2-467]\\d|50)\\d{6}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[235]|4[46]"]], ["(\\d{8})", "$1", ["[67]"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["8"]]], "0", 0, "0(1\\d)?"], "BQ": ["599", "00", "(?:[34]1|7\\d)\\d{5}", [7], 0, 0, 0, 0, 0, 0, "[347]"], "BR": ["55", "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)", "[1-467]\\d{9,10}|55[0-46-9]\\d{8}|[34]\\d{7}|55\\d{7,8}|(?:5[0-46-9]|[89]\\d)\\d{7,9}", [8, 9, 10, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["300|4(?:0[02]|37|86)", "300|4(?:0(?:0|20)|370|864)"]], ["(\\d{3})(\\d{2,3})(\\d{4})", "$1 $2 $3", ["(?:[358]|90)0"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"], "($1)"], ["(\\d{2})(\\d{5})(\\d{4})", "$1 $2-$3", ["[16][1-9]|[2-57-9]"], "($1)"]], "0", 0, "(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?", "$2"], "BS": ["1", "011", "(?:242|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([3-8]\\d{6})$|1", "242$1", 0, "242"], "BT": ["975", "00", "[178]\\d{7}|[2-8]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-6]|7[246]|8[2-4]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[67]|[78]"]]]], "BW": ["267", "00", "(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["90"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[24-6]|3[15-9]"]], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37]"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["8"]]]], "BY": ["375", "810", "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3})", "$1 $2", ["800"], "8 $1"], ["(\\d{3})(\\d{2})(\\d{2,4})", "$1 $2 $3", ["800"], "8 $1"], ["(\\d{4})(\\d{2})(\\d{3})", "$1 $2-$3", ["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])", "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"], "8 0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["1(?:[56]|7[467])|2[1-3]"], "8 0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-4]"], "8 0$1"], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[89]"], "8 $1"]], "8", 0, "0|80?", 0, 0, 0, 0, "8~10"], "BZ": ["501", "00", "(?:0800\\d|[2-8])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-8]"]], ["(\\d)(\\d{3})(\\d{4})(\\d{3})", "$1-$2-$3-$4", ["0"]]]], "CA": ["1", "011", "[2-9]\\d{9}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|5[07]|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|9(?:0[25]|42))[2-9]\\d{6}", [10]], ["", [10]], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}", [10]], ["900[2-9]\\d{6}", [10]], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:2[125-9]|3[23]|44|66|77|88)|6(?:22|33))[2-9]\\d{6}", [10]], 0, ["310\\d{4}", [7]], 0, ["600[2-9]\\d{6}", [10]]]], "CC": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}", [9]], ["4(?:79[01]|83[0-36-9]|95[0-3])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-47-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "CD": ["243", "00", "(?:(?:[189]|5\\d)\\d|2)\\d{7}|[1-68]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[1-6]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["5"], "0$1"]], "0"], "CF": ["236", "00", "8776\\d{4}|(?:[27]\\d|61)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-8]"]]]], "CG": ["242", "00", "222\\d{6}|(?:0\\d|80)\\d{7}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[02]"]]]], "CH": ["41", "00", "8\\d{11}|[2-9]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8[047]|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]|81"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["8"], "0$1"]], "0"], "CI": ["225", "00", "[02]\\d{9}", [10], [["(\\d{2})(\\d{2})(\\d)(\\d{5})", "$1 $2 $3 $4", ["2"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3 $4", ["0"]]]], "CK": ["682", "00", "[2-578]\\d{4}", [5], [["(\\d{2})(\\d{3})", "$1 $2", ["[2-578]"]]]], "CL": ["56", "(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0", "12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}", [9, 10, 11], [["(\\d{5})(\\d{4})", "$1 $2", ["219", "2196"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["60|809"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["44"]], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2[1-36]"], "($1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["9(?:10|[2-9])"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-8]|[1-9])"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["60|8"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{3})(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["60"]]]], "CM": ["237", "00", "[26]\\d{8}|88\\d{6,7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["88"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[26]|88"]]]], "CN": ["86", "00|1(?:[12]\\d|79)\\d\\d00", "(?:(?:1[03-689]|2\\d)\\d\\d|6)\\d{8}|1\\d{10}|[126]\\d{6}(?:\\d(?:\\d{2})?)?|86\\d{5,6}|(?:[3-579]\\d|8[0-57-9])\\d{5,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]|3(?:[157]|35|49|9[1-68])|4(?:1[124-9]|2[179]|6[47-9]|7|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:07|1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3|4[13]|5[1-5]|7[0-79]|9[0-35-9])|(?:4[35]|59|85)[1-9]", "(?:10|2[0-57-9])(?:1[02]|9[56])|8078|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))1", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|80781|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))12", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|807812|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:078|1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123"], "0$1"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]", "(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]", "85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])", "85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["(?:4|80)0"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|2(?:[02-57-9]|1[1-9])", "10|2(?:[02-57-9]|1[1-9])", "10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"], "0$1", 1], ["(\\d{3})(\\d{7,8})", "$1 $2", ["9"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["80"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[3-578]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["1[3-9]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["[12]"], "0$1", 1]], "0", 0, "(1(?:[12]\\d|79)\\d\\d)|0", 0, 0, 0, 0, "00"], "CO": ["57", "00(?:4(?:[14]4|56)|[579])", "(?:46|60\\d\\d)\\d{6}|(?:1\\d|[39])\\d{9}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["46"]], ["(\\d{3})(\\d{7})", "$1 $2", ["6|90"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3[0-357]|9[14]"]], ["(\\d)(\\d{3})(\\d{7})", "$1-$2-$3", ["1"], "0$1", 0, "$1 $2 $3"]], "0", 0, "0([3579]|4(?:[14]4|56))?"], "CR": ["506", "00", "(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}", [8, 10], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[3-9]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[89]"]]], 0, 0, "(19(?:0[0-2468]|1[09]|20|66|77|99))"], "CU": ["53", "119", "(?:[2-7]|8\\d\\d)\\d{7}|[2-47]\\d{6}|[34]\\d{5}", [6, 7, 8, 10], [["(\\d{2})(\\d{4,6})", "$1 $2", ["2[1-4]|[34]"], "(0$1)"], ["(\\d)(\\d{6,7})", "$1 $2", ["7"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["[56]"], "0$1"], ["(\\d{3})(\\d{7})", "$1 $2", ["8"], "0$1"]], "0"], "CV": ["238", "0", "(?:[2-59]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2-589]"]]]], "CW": ["599", "00", "(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[3467]"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["9[4-8]"]]], 0, 0, 0, 0, 0, "[69]"], "CX": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}", [9]], ["4(?:79[01]|83[0-36-9]|95[0-3])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-47-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "CY": ["357", "00", "(?:[279]\\d|[58]0)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[257-9]"]]]], "CZ": ["420", "00", "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}", [9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]|9[015-7]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["96"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]]], "DE": ["49", "00", "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], [["(\\d{2})(\\d{3,13})", "$1 $2", ["3[02]|40|[68]9"], "0$1"], ["(\\d{3})(\\d{3,12})", "$1 $2", ["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1", "2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"], "0$1"], ["(\\d{4})(\\d{2,11})", "$1 $2", ["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]", "[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["138"], "0$1"], ["(\\d{5})(\\d{2,10})", "$1 $2", ["3"], "0$1"], ["(\\d{3})(\\d{5,11})", "$1 $2", ["181"], "0$1"], ["(\\d{3})(\\d)(\\d{4,10})", "$1 $2 $3", ["1(?:3|80)|9"], "0$1"], ["(\\d{3})(\\d{7,8})", "$1 $2", ["1[67]"], "0$1"], ["(\\d{3})(\\d{7,12})", "$1 $2", ["8"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["185", "1850", "18500"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["18[68]"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["15[1279]"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["15[03568]", "15(?:[0568]|3[13])"], "0$1"], ["(\\d{3})(\\d{8})", "$1 $2", ["18"], "0$1"], ["(\\d{3})(\\d{2})(\\d{7,8})", "$1 $2 $3", ["1(?:6[023]|7)"], "0$1"], ["(\\d{4})(\\d{2})(\\d{7})", "$1 $2 $3", ["15[279]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{8})", "$1 $2 $3", ["15"], "0$1"]], "0"], "DJ": ["253", "00", "(?:2\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[27]"]]]], "DK": ["45", "00", "[2-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-9]"]]]], "DM": ["1", "011", "(?:[58]\\d\\d|767|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "767$1", 0, "767"], "DO": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "8001|8[024]9"], "DZ": ["213", "00", "(?:[1-4]|[5-79]\\d|80)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["9"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-8]"], "0$1"]], "0"], "EC": ["593", "00", "1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}", [8, 9, 10, 11], [["(\\d)(\\d{3})(\\d{4})", "$1 $2-$3", ["[2-7]"], "(0$1)", 0, "$1-$2-$3"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1"]]], "0"], "EE": ["372", "00", "8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88", "[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]], ["(\\d{4})(\\d{3,4})", "$1 $2", ["[45]|8(?:00|[1-49])", "[45]|8(?:00[1-9]|[1-49])"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], "EG": ["20", "00", "[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}", [8, 9, 10], [["(\\d)(\\d{7,8})", "$1 $2", ["[23]"], "0$1"], ["(\\d{2})(\\d{6,7})", "$1 $2", ["1[35]|[4-6]|8[2468]|9[235-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{8})", "$1 $2", ["1"], "0$1"]], "0"], "EH": ["212", "00", "[5-8]\\d{8}", [9], 0, "0", 0, 0, 0, 0, 0, [["528[89]\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[016-8]\\d|2[0-8]|5[0-5]))\\d{6}"], ["80[0-7]\\d{6}"], ["89\\d{7}"], 0, 0, 0, 0, ["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]], "ER": ["291", "00", "[178]\\d{6}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[178]"], "0$1"]], "0"], "ES": ["34", "00", "[5-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]00"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-9]"]]]], "ET": ["251", "00", "(?:11|[2-579]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-579]"], "0$1"]], "0"], "FI": ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{5})", "$1", ["20[2-59]"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1 $2", ["(?:[1-3]0|[68])0|70[07-9]"], "0$1"], ["(\\d{2})(\\d{4,8})", "$1 $2", ["[14]|2[09]|50|7[135]"], "0$1"], ["(\\d{2})(\\d{6,10})", "$1 $2", ["7"], "0$1"], ["(\\d)(\\d{4,9})", "$1 $2", ["(?:19|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"], "0$1"]], "0", 0, 0, 0, 0, "1[03-79]|[2-9]", 0, "00"], "FJ": ["679", "0(?:0|52)", "45\\d{5}|(?:0800\\d|[235-9])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[235-9]|45"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "FK": ["500", "00", "[2-7]\\d{4}", [5]], "FM": ["691", "00", "(?:[39]\\d\\d|820)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[389]"]]]], "FO": ["298", "00", "[2-9]\\d{5}", [6], [["(\\d{6})", "$1", ["[2-9]"]]], 0, 0, "(10(?:01|[12]0|88))"], "FR": ["33", "00", "[1-9]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0 $1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[1-79]"], "0$1"]], "0"], "GA": ["241", "00", "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}", [7, 8], [["(\\d)(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-7]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["11|[67]"], "0$1"]], 0, 0, "0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})", "$1"], "GB": ["44", "00", "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}", [7, 9, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["800", "8001", "80011", "800111", "8001111"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["845", "8454", "84546", "845464"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["800"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["1(?:38|5[23]|69|76|94)", "1(?:(?:38|69)7|5(?:24|39)|768|946)", "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["1(?:[2-69][02-9]|[78])"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[25]|7(?:0|6[02-9])", "[25]|7(?:0|6(?:[03-9]|2[356]))"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1389]"], "0$1"]], "0", 0, "0|180020", 0, 0, 0, [["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0-5])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|5[01]))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-3]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}", [9, 10]], ["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]], 0, " x"], "GD": ["1", "011", "(?:473|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "473$1", 0, "473"], "GE": ["995", "00", "(?:[3-57]\\d\\d|800)\\d{6}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["32"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[57]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[348]"], "0$1"]], "0"], "GF": ["594", "00", "7093\\d{5}|(?:[56]94|[89]\\d\\d)\\d{6}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]|80[6-9]|9[47]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[89]"], "0$1"]], "0"], "GG": ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "([25-9]\\d{5})$|0|180020", "1481$1", 0, 0, [["1481[25-9]\\d{5}", [10]], ["7(?:(?:781|839)\\d|911[17])\\d{5}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]]], "GH": ["233", "00", "(?:[235]\\d{3}|800)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[235]"], "0$1"]], "0"], "GI": ["350", "00", "(?:[25]\\d|60)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["2"]]]], "GL": ["299", "00", "(?:19|[2-689]\\d|70)\\d{4}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["19|[2-9]"]]]], "GM": ["220", "00", "[2-9]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "GN": ["224", "00", "722\\d{6}|(?:3|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["3"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[67]"]]]], "GP": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0", 0, 0, 0, 0, 0, [["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80\\d{7}"], ["8[129]\\d{7}"], 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "GQ": ["240", "00", "222\\d{6}|(?:3\\d|55|[89]0)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235]"]], ["(\\d{3})(\\d{6})", "$1 $2", ["[89]"]]]], "GR": ["30", "00", "5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}", [10, 11, 12], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["21|7"]], ["(\\d{4})(\\d{6})", "$1 $2", ["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2689]"]], ["(\\d{3})(\\d{3,4})(\\d{5})", "$1 $2 $3", ["8"]]]], "GT": ["502", "00", "80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-8]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "GU": ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "671$1", 0, "671"], "GW": ["245", "00", "[49]\\d{8}|4\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["40"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"]]]], "GY": ["592", "001", "(?:[2-8]\\d{3}|9008)\\d{3}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "HK": ["852", "00(?:30|5[09]|[126-9]?)", "8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}", [5, 6, 7, 8, 9, 11], [["(\\d{3})(\\d{2,5})", "$1 $2", ["900", "9003"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{3})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "HN": ["504", "00", "8\\d{10}|[237-9]\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["[237-9]"]]]], "HR": ["385", "00", "[2-69]\\d{8}|80\\d{5,7}|[1-79]\\d{7}|6\\d{6}", [7, 8, 9], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["6[01]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{4})(\\d{3})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6|7[245]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-57]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], "HT": ["509", "00", "[2-589]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-589]"]]]], "HU": ["36", "00", "[235-7]\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "06 $1"]], "06"], "ID": ["62", "00[89]", "00[1-9]\\d{9,14}|(?:[1-36]|8\\d{5})\\d{6}|00\\d{9}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["15"]], ["(\\d{2})(\\d{5,9})", "$1 $2", ["2[124]|[36]1"], "(0$1)"], ["(\\d{3})(\\d{5,7})", "$1 $2", ["800"], "0$1"], ["(\\d{3})(\\d{5,8})", "$1 $2", ["[2-79]"], "(0$1)"], ["(\\d{3})(\\d{3,4})(\\d{3})", "$1-$2-$3", ["8[1-35-9]"], "0$1"], ["(\\d{3})(\\d{6,8})", "$1 $2", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["804"], "0$1"], ["(\\d{3})(\\d)(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["80"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1-$2-$3", ["8"], "0$1"]], "0"], "IE": ["353", "00", "(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["2[24-9]|47|58|6[237-9]|9[35-9]"], "(0$1)"], ["(\\d{3})(\\d{5})", "$1 $2", ["[45]0"], "(0$1)"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2569]|4[1-69]|7[14]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["81"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["4"], "(0$1)"], ["(\\d{2})(\\d)(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "IL": ["972", "0(?:0|1[2-9])", "1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}", [7, 8, 9, 10, 11, 12], [["(\\d{4})(\\d{3})", "$1-$2", ["125"]], ["(\\d{4})(\\d{2})(\\d{2})", "$1-$2-$3", ["121"]], ["(\\d)(\\d{3})(\\d{4})", "$1-$2-$3", ["[2-489]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1-$2-$3", ["12"]], ["(\\d{4})(\\d{6})", "$1-$2", ["159"]], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3-$4", ["1[7-9]"]], ["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})", "$1-$2 $3-$4", ["15"]]], "0"], "IM": ["44", "00", "1624\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([25-8]\\d{5})$|0|180020", "1624$1", 0, "74576|(?:16|7[56])24"], "IN": ["91", "00", "(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}", [8, 9, 10, 11, 12, 13], [["(\\d{8})", "$1", ["5(?:0|2[23]|3[03]|[67]1|88)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"], 0, 1], ["(\\d{4})(\\d{4,5})", "$1 $2", ["180", "1800"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["140"], 0, 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["11|2[02]|33|4[04]|79[1-7]|80[2-46]", "11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])", "11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"], "0$1", 1], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807", "1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]", "1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|8(?:28[235-7]|3))|73179|807(?:1|9[1-3])|(?:1552|6(?:(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689])\\d|8(?:[14-6]\\d|2[0-79]))|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"], "0$1", 1], ["(\\d{5})(\\d{5})", "$1 $2", ["16|[6-9]"], "0$1", 1], ["(\\d{4})(\\d{2,4})(\\d{4})", "$1 $2 $3", ["18[06]", "18[06]0"], 0, 1], ["(\\d{4})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["18"], 0, 1]], "0"], "IO": ["246", "00", "3\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["3"]]]], "IQ": ["964", "00", "(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-6]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], "IR": ["98", "00", "[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}", [4, 5, 6, 7, 10], [["(\\d{4,5})", "$1", ["96"], "0$1"], ["(\\d{2})(\\d{4,5})", "$1 $2", ["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[1-8]"], "0$1"]], "0"], "IS": ["354", "00|1(?:0(?:01|[12]0)|100)", "(?:38\\d|[4-9])\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "IT": ["39", "00", "0\\d{5,11}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?", [6, 7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{4,6})", "$1 $2", ["0[26]"]], ["(\\d{3})(\\d{3,6})", "$1 $2", ["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])", "0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]], ["(\\d{4})(\\d{2,6})", "$1 $2", ["0(?:[13-579][2-46-8]|8[236-8])"]], ["(\\d{4})(\\d{4})", "$1 $2", ["894"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[26]|5"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1(?:44|[679])|[378]|43"]], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[13-57-9][0159]|14"]], ["(\\d{2})(\\d{4})(\\d{5})", "$1 $2 $3", ["0[26]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[03]"]]], 0, 0, 0, 0, 0, 0, [["0(?:669[0-79]\\d{1,6}|831\\d{2,8})|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[2356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}"], ["3[2-9]\\d{7,8}|(?:31|43)\\d{8}", [9, 10]], ["80(?:0\\d{3}|3)\\d{3}", [6, 9]], ["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}", [6, 8, 9, 10]], ["1(?:78\\d|99)\\d{6}", [9, 10]], ["3[2-8]\\d{9,10}", [11, 12]], 0, 0, ["55\\d{8}", [10]], ["84(?:[08]\\d{3}|[17])\\d{3}", [6, 9]]]], "JE": ["44", "00", "1534\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([0-24-8]\\d{5})$|0|180020", "1534$1", 0, 0, [["1534[0-24-8]\\d{5}"], ["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\d{5}"], ["80(?:07(?:35|81)|8901)\\d{4}"], ["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"], ["701511\\d{4}"], 0, ["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"], ["56\\d{8}"]]], "JM": ["1", "011", "(?:[58]\\d\\d|658|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "658|876"], "JO": ["962", "00", "(?:(?:[2689]|7\\d)\\d|32|427|53)\\d{6}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2356]|87"], "(0$1)"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["70"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[47]"], "0$1"]], "0"], "JP": ["81", "010", "00[1-9]\\d{6,14}|[25-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}", [8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3", ["(?:12|57|99)0"], "0$1"], ["(\\d{4})(\\d)(\\d{4})", "$1-$2-$3", ["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2-$3", ["3|4(?:2[09]|7[01])|6[1-9]", "3|4(?:2(?:0|9[02-69])|7(?:0[019]|1))|6[1-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3", ["[14]|[289][2-9]|5[3-9]|7[2-4679]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["800"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[25-9]"], "0$1"]], "0", 0, "(000[2569]\\d{4,6})$|(?:(?:003768)0?)|0", "$1"], "KE": ["254", "000", "(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}", [7, 8, 9, 10], [["(\\d{2})(\\d{5,7})", "$1 $2", ["[24-6]"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[17]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], "KG": ["996", "00", "8\\d{9}|[235-9]\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["3(?:1[346]|[24-79])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-79]|88"], "0$1"], ["(\\d{3})(\\d{3})(\\d)(\\d{2,3})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "KH": ["855", "00[14-9]", "1\\d{9}|[1-9]\\d{7,8}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "KI": ["686", "00", "(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}", [5, 8], 0, "0"], "KM": ["269", "00", "[3478]\\d{6}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[3478]"]]]], "KN": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "869$1", 0, "869"], "KP": ["850", "00|99", "85\\d{6}|(?:19\\d|[2-7])\\d{7}", [8, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"]], "0"], "KR": ["82", "00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))", "00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}", [5, 6, 8, 9, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3,4})", "$1-$2", ["(?:3[1-3]|[46][1-4]|5[1-5])1"], "0$1"], ["(\\d{4})(\\d{4})", "$1-$2", ["1"]], ["(\\d)(\\d{3,4})(\\d{4})", "$1-$2-$3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[36]0|8"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1-$2-$3", ["[1346]|5[1-5]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{2})(\\d{5})(\\d{4})", "$1-$2-$3", ["5"], "0$1"]], "0", 0, "0(8(?:[1-46-8]|5\\d\\d))?"], "KW": ["965", "00", "18\\d{5}|(?:[2569]\\d|41)\\d{6}", [7, 8], [["(\\d{4})(\\d{3,4})", "$1 $2", ["[169]|2(?:[235]|4[1-35-9])|52"]], ["(\\d{3})(\\d{5})", "$1 $2", ["[245]"]]]], "KY": ["1", "011", "(?:345|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "345$1", 0, "345"], "KZ": ["7", "810", "8\\d{13}|[78]\\d{9}", [10, 14], 0, "8", 0, 0, 0, 0, "7", 0, "8~10"], "LA": ["856", "00", "[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2[13]|3[14]|[4-8]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["3"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0"], "LB": ["961", "00", "[27-9]\\d{7}|[13-9]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[13-69]|7(?:[2-57]|62|8[0-6]|9[04-9])|8[02-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27-9]"]]], "0"], "LC": ["1", "011", "(?:[58]\\d\\d|758|900)\\d{7}", [10], 0, "1", 0, "([2-8]\\d{6})$|1", "758$1", 0, "758"], "LI": ["423", "00", "[68]\\d{8}|(?:[2378]\\d|90)\\d{5}", [7, 9], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2379]|8(?:0[09]|7)", "[2379]|8(?:0(?:02|9)|7)"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["69"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]], "0", 0, "(1001)|0"], "LK": ["94", "00", "[1-9]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[1-689]"], "0$1"]], "0"], "LR": ["231", "00", "(?:[2457]\\d|33|88)\\d{7}|(?:2\\d|[4-6])\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["4[67]|[56]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-578]"], "0$1"]], "0"], "LS": ["266", "00", "(?:[256]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2568]"]]]], "LT": ["370", "00", "(?:[3469]\\d|52|[78]0)\\d{6}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["52[0-7]"], "(0-$1)", 1], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0 $1", 1], ["(\\d{2})(\\d{6})", "$1 $2", ["37|4(?:[15]|6[1-8])"], "(0-$1)", 1], ["(\\d{3})(\\d{5})", "$1 $2", ["[3-6]"], "(0-$1)", 1]], "0", 0, "[08]"], "LU": ["352", "00", "35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}", [4, 5, 6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{3})", "$1 $2", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["20[2-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4", ["20"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})", "$1 $2 $3 $4", ["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["80[01]|90[015]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["20"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4 $5", ["20"]]], 0, 0, "(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"], "LV": ["371", "00", "(?:[268]\\d|78|90)\\d{6}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2679]|8[01]"]]]], "LY": ["218", "00", "[2-9]\\d{8}", [9], [["(\\d{2})(\\d{7})", "$1-$2", ["[2-9]"], "0$1"]], "0"], "MA": ["212", "00", "[5-8]\\d{8}", [9], [["(\\d{4})(\\d{5})", "$1-$2", ["892"], "0$1"], ["(\\d{2})(\\d{7})", "$1-$2", ["8(?:0[0-7]|9)"], "0$1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[5-8]"], "0$1"]], "0", 0, 0, 0, 0, "[5-8]"], "MC": ["377", "00", "(?:[3489]|[67]\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["4"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[389]"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[67]"], "0$1"]], "0"], "MD": ["373", "00", "(?:[235-7]\\d|[89]0)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["22|3"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[25-7]"], "0$1"]], "0"], "ME": ["382", "00", "(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "0$1"]], "0"], "MF": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80\\d{7}"], ["8[129]\\d{7}"], 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "MG": ["261", "00", "[23]\\d{8}", [9], [["(\\d{2})(\\d{2})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0", 0, "([24-9]\\d{6})$|0", "20$1"], "MH": ["692", "011", "329\\d{4}|(?:[256]\\d|45)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-6]"]]], "1"], "MK": ["389", "00", "[2-578]\\d{7}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2|34[47]|4(?:[37]7|5[47]|64)"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[347]"], "0$1"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[58]"], "0$1"]], "0"], "ML": ["223", "00", "[24-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-9]"]]]], "MM": ["95", "00", "1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}", [6, 7, 8, 9, 10], [["(\\d)(\\d{2})(\\d{3})", "$1 $2 $3", ["16|2"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["4(?:[2-46]|5[3-5])|5|6(?:[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-5]|(?:60|86)[23]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|452|678|86", "[12]|452|6788|86"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[4-7]|8[1-35]"], "0$1"], ["(\\d)(\\d{3})(\\d{4,6})", "$1 $2 $3", ["9(?:2[0-4]|[35-9]|4[137-9])"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["92"], "0$1"], ["(\\d)(\\d{5})(\\d{4})", "$1 $2 $3", ["9"], "0$1"]], "0"], "MN": ["976", "001", "[12]\\d{7,9}|[5-9]\\d{7}", [8, 9, 10], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[12]1"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[5-9]"]], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[12]2[1-3]"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["[12](?:27|3[2-8]|4[2-68]|5[1-4689])", "[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["[12]"], "0$1"]], "0"], "MO": ["853", "00", "0800\\d{3}|(?:28|[68]\\d)\\d{6}", [7, 8], [["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[268]"]]]], "MP": ["1", "011", "[58]\\d{9}|(?:67|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "670$1", 0, "670"], "MQ": ["596", "00", "(?:596\\d|7091)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]|8(?:0[6-9]|[36])"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "MR": ["222", "00", "(?:[2-4]\\d\\d|800)\\d{5}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-48]"]]]], "MS": ["1", "011", "(?:[58]\\d\\d|664|900)\\d{7}", [10], 0, "1", 0, "([34]\\d{6})$|1", "664$1", 0, "664"], "MT": ["356", "00", "3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2357-9]"]]]], "MU": ["230", "0(?:0|[24-7]0|3[03])", "(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46]|8[013]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[57]"]], ["(\\d{5})(\\d{5})", "$1 $2", ["8"]]], 0, 0, 0, 0, 0, 0, 0, "020"], "MV": ["960", "0(?:0|19)", "(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}", [7, 10], [["(\\d{3})(\\d{4})", "$1-$2", ["[34679]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "MW": ["265", "00", "(?:[1289]\\d|31|77)\\d{7}|1\\d{6}", [7, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["1[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[137-9]"], "0$1"]], "0"], "MX": ["52", "0[09]", "[2-9]\\d{9}", [10], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["33|5[56]|81"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "MY": ["60", "00", "1\\d{8,9}|(?:3\\d|[4-9])\\d{7}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1-$2 $3", ["[4-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1-$2 $3", ["1(?:[02469]|[378][1-9]|53)|8", "1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2 $3", ["3"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3-$4", ["1(?:[367]|80)"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2 $3", ["15"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2 $3", ["1"], "0$1"]], "0"], "MZ": ["258", "00", "(?:2|8\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2|8[2-79]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], "NA": ["264", "00", "[68]\\d{7,8}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["87"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], "NC": ["687", "00", "(?:050|[2-57-9]\\d\\d)\\d{3}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1.$2.$3", ["[02-57-9]"]]]], "NE": ["227", "00", "[027-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["08"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[089]|2[013]|7[0467]"]]]], "NF": ["672", "00", "[13]\\d{5}", [6], [["(\\d{2})(\\d{4})", "$1 $2", ["1[0-3]"]], ["(\\d)(\\d{5})", "$1 $2", ["[13]"]]], 0, 0, "([0-258]\\d{4})$", "3$1"], "NG": ["234", "009", "(?:20|9\\d)\\d{8}|[78]\\d{9,13}", [10, 11, 12, 13, 14], [["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["20[129]"], "0$1"], ["(\\d{4})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{3})(\\d{5})(\\d{5,6})", "$1 $2 $3", ["[78]"], "0$1"]], "0"], "NI": ["505", "00", "(?:1800|[25-8]\\d{3})\\d{4}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[125-8]"]]]], "NL": ["31", "00", "(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}", [5, 6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{4,7})", "$1 $2", ["[89]0"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["66"], "0$1"], ["(\\d)(\\d{8})", "$1 $2", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-578]|91"], "0$1"], ["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3", ["9"], "0$1"]], "0"], "NO": ["47", "00", "(?:0|[2-9]\\d{3})\\d{4}", [5, 8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]"]]], 0, 0, 0, 0, 0, "[02-689]|7[0-8]"], "NP": ["977", "00", "(?:1\\d|9)\\d{9}|[1-9]\\d{7}", [8, 10, 11], [["(\\d)(\\d{7})", "$1-$2", ["1[2-6]"], "0$1"], ["(\\d{2})(\\d{6})", "$1-$2", ["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"], "0$1"], ["(\\d{3})(\\d{7})", "$1-$2", ["9"]]], "0"], "NR": ["674", "00", "(?:222|444|(?:55|8\\d)\\d|666|777|999)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[24-9]"]]]], "NU": ["683", "00", "(?:[4-7]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], "NZ": ["64", "0(?:0|161)", "[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|8|90", "50(?:[0367]|88)|8|90"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["24|[346]|7[2-57-9]|9[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:10|74)|[589]"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1|2[028]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,5})", "$1 $2 $3", ["2(?:[169]|7[0-35-9])|7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00"], "OM": ["968", "00", "(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}", [7, 8, 9], [["(\\d{3})(\\d{4,6})", "$1 $2", ["[58]"]], ["(\\d{2})(\\d{6})", "$1 $2", ["2"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[179]"]]]], "PA": ["507", "00", "(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}", [7, 8, 10, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[1-57-9]"]], ["(\\d{4})(\\d{4})", "$1-$2", ["[68]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]]], "PE": ["51", "00|19(?:1[124]|77|90)00", "(?:[14-8]|9\\d)\\d{7}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["80"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["1"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[4-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"]]], "0", 0, 0, 0, 0, 0, 0, "00", " Anexo "], "PF": ["689", "00", "4\\d{5}(?:\\d{2})?|8\\d{7,8}", [6, 8, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["44"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4|8[7-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], "PG": ["675", "00|140[1-3]", "(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["18|[2-69]|85"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[78]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "PH": ["63", "00", "(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}", [6, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{5})", "$1 $2", ["2"], "(0$1)"], ["(\\d{4})(\\d{4,6})", "$1 $2", ["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2", "3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"], "(0$1)"], ["(\\d{5})(\\d{4})", "$1 $2", ["346|4(?:27|9[35])|883", "3469|4(?:279|9(?:30|56))|8834"], "(0$1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|8[2-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["1"]]], "0"], "PK": ["92", "00", "122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,7})", "$1 $2 $3", ["[89]0"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["1"]], ["(\\d{3})(\\d{6,7})", "$1 $2", ["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])", "9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"], "(0$1)"], ["(\\d{2})(\\d{7,8})", "$1 $2", ["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"], "(0$1)"], ["(\\d{5})(\\d{5})", "$1 $2", ["58"], "(0$1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[24-9]"], "(0$1)"]], "0"], "PL": ["48", "00", "(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|20|64"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["30|(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1", "30|(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["64"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[2-8]|[2-7]|8[1-79]|9[145]"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["8"]]]], "PM": ["508", "00", "[78]\\d{8}|[2-9]\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "PR": ["1", "011", "(?:[589]\\d\\d|787)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "787|939"], "PS": ["970", "00", "[2489]2\\d{6}|(?:1\\d|5)\\d{8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2489]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "PT": ["351", "00", "1693\\d{5}|(?:[26-9]\\d|30)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["2[12]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["16|[236-9]"]]]], "PW": ["680", "01[12]", "(?:[24-8]\\d\\d|345|900)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "PY": ["595", "00", "[36-8]\\d{5,8}|4\\d{6,8}|59\\d{6}|9\\d{5,10}|(?:2\\d|5[0-8])\\d{6,7}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3,6})", "$1 $2", ["[2-9]0"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["3[289]|4[246-8]|61|7[1-3]|8[1-36]"], "(0$1)"], ["(\\d{3})(\\d{4,5})", "$1 $2", ["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["87"]], ["(\\d{3})(\\d{6})", "$1 $2", ["9(?:[5-79]|8[1-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"]]], "0"], "QA": ["974", "00", "800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}", [7, 8, 9, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["2[136]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[3-7]"]]]], "RE": ["262", "00", "709\\d{6}|(?:26|[689]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"], ["(?:69(?:2\\d\\d|3(?:[06][0-6]|1[0-3]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\d{4}"], ["80\\d{7}"], ["89[1-37-9]\\d{6}"], 0, 0, 0, 0, ["9(?:399[0-3]|479[0-6]|76(?:2[278]|3[0-37]))\\d{4}"], ["8(?:1[019]|2[0156]|84|90)\\d{6}"]]], "RO": ["40", "00", "(?:[236-8]\\d|90)\\d{7}|[23]\\d{5}", [6, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["2[3-6]", "2[3-6]\\d9"], "0$1"], ["(\\d{2})(\\d{4})", "$1 $2", ["219|31"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[23]1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[236-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, " int "], "RS": ["381", "00", "38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}", [6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{3,9})", "$1 $2", ["(?:2[389]|39)0|[7-9]"], "0$1"], ["(\\d{2})(\\d{5,10})", "$1 $2", ["[1-36]"], "0$1"]], "0"], "RU": ["7", "810", "8\\d{13}|[347-9]\\d{9}", [10, 14], [["(\\d{4})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-8]|2[1-9])", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"], "8 ($1)", 1], ["(\\d{5})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-68]|2[1-9])", "7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))", "7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[349]|8(?:[02-7]|1[1-8])"], "8 ($1)", 1], ["(\\d{4})(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["8"], "8 ($1)"]], "8", 0, 0, 0, 0, "[3489]", 0, "8~10"], "RW": ["250", "00", "(?:06|[27]\\d\\d|[89]00)\\d{6}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0$1"]], "0"], "SA": ["966", "00", "(?:[15]\\d|800|92)\\d{7}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["9"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]], "0"], "SB": ["677", "0[01]", "[6-9]\\d{6}|[1-6]\\d{4}", [5, 7], [["(\\d{2})(\\d{5})", "$1 $2", ["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]], "SC": ["248", "010|0[0-2]", "(?:[2489]\\d|64)\\d{5}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[246]|9[57]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "SD": ["249", "00", "[19]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], "SE": ["46", "00", "(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}", [6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["20"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{4})", "$1-$2", ["9(?:00|39|44|9)"], "0$1", 0, "$1 $2"], ["(\\d{2})(\\d{3})(\\d{2})", "$1-$2 $3", ["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3"], ["(\\d)(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{2,3})(\\d{3})", "$1-$2 $3", ["9(?:00|39|44)"], "0$1", 0, "$1 $2 $3"], ["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["10|7"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{3})", "$1-$2 $3 $4", ["9"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4 $5", ["[26]"], "0$1", 0, "$1 $2 $3 $4 $5"]], "0"], "SG": ["65", "0[0-3]\\d", "(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[369]|8(?:0[1-9]|[1-9])"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{4})(\\d{4})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "SH": ["290", "00", "(?:[256]\\d|8)\\d{3}", [4, 5], 0, 0, 0, 0, 0, 0, "[256]"], "SI": ["386", "00|10(?:22|66|88|99)", "[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}", [5, 6, 7, 8], [["(\\d{2})(\\d{3,6})", "$1 $2", ["8[09]|9"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["59|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37][01]|4[0139]|51|6"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-57]"], "(0$1)"]], "0", 0, 0, 0, 0, 0, 0, "00"], "SJ": ["47", "00", "0\\d{4}|(?:[489]\\d|79)\\d{6}", [5, 8], 0, 0, 0, 0, 0, 0, "79"], "SK": ["421", "00", "[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}", [6, 7, 9], [["(\\d)(\\d{2})(\\d{3,4})", "$1 $2 $3", ["21"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["[3-5][1-8]1", "[3-5][1-8]1[67]"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1/$2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[689]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1/$2 $3 $4", ["[3-5]"], "0$1"]], "0"], "SL": ["232", "00", "(?:[237-9]\\d|66)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[236-9]"], "(0$1)"]], "0"], "SM": ["378", "00", "(?:0549|[5-7]\\d)\\d{6}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]"]], ["(\\d{4})(\\d{6})", "$1 $2", ["0"]]], 0, 0, "([89]\\d{5})$", "0549$1"], "SN": ["221", "00", "(?:[378]\\d|93)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[379]"]]]], "SO": ["252", "00", "[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}", [6, 7, 8, 9], [["(\\d{2})(\\d{4})", "$1 $2", ["8[125]"]], ["(\\d{6})", "$1", ["[134]"]], ["(\\d)(\\d{6})", "$1 $2", ["[15]|2[0-79]|3[0-46-8]|4[0-7]"]], ["(\\d)(\\d{7})", "$1 $2", ["(?:2|90)4|[67]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[348]|64|79|90"]], ["(\\d{2})(\\d{5,7})", "$1 $2", ["1|28|6[0-35-9]|7[67]|9[2-9]"]]], "0"], "SR": ["597", "00", "(?:[2-5]|[6-8]\\d|90)\\d{5}", [6, 7], [["(\\d{2})(\\d{2})(\\d{2})", "$1-$2-$3", ["56"]], ["(\\d{3})(\\d{3})", "$1-$2", ["[2-5]"]], ["(\\d{3})(\\d{4})", "$1-$2", ["[6-9]"]]]], "SS": ["211", "00", "[19]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], "ST": ["239", "00", "(?:22|9\\d)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[29]"]]]], "SV": ["503", "00", "[25-7]\\d{7}|(?:80\\d|900)\\d{4}(?:\\d{4})?", [7, 8, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[89]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[25-7]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[89]"]]]], "SX": ["1", "011", "7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "(5\\d{6})$|1", "721$1", 0, "721"], "SY": ["963", "00", "[1-359]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-4]|5[1-3]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[59]"], "0$1", 1]], "0"], "SZ": ["268", "00", "0800\\d{4}|(?:[237]\\d|900)\\d{6}", [8, 9], [["(\\d{4})(\\d{4})", "$1 $2", ["[0237]"]], ["(\\d{5})(\\d{4})", "$1 $2", ["9"]]]], "TA": ["290", "00", "8\\d{3}", [4], 0, 0, 0, 0, 0, 0, "8"], "TC": ["1", "011", "(?:[58]\\d\\d|649|900)\\d{7}", [10], 0, "1", 0, "([2-479]\\d{6})$|1", "649$1", 0, "649"], "TD": ["235", "00|16", "(?:22|30|[689]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[236-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "TG": ["228", "00", "[279]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[279]"]]]], "TH": ["66", "00[1-9]", "(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}", [8, 9, 10, 13], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[13-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "TJ": ["992", "810", "(?:[0-57-9]\\d|66)\\d{7}", [9], [["(\\d{6})(\\d)(\\d{2})", "$1 $2 $3", ["331", "3317"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["44[02-479]|[34]7"]], ["(\\d{4})(\\d)(\\d{4})", "$1 $2 $3", ["3(?:[1245]|3[12])"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["\\d"]]], 0, 0, 0, 0, 0, 0, 0, "8~10"], "TK": ["690", "00", "[2-47]\\d{3,6}", [4, 5, 6, 7]], "TL": ["670", "00", "7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-489]|70"]], ["(\\d{4})(\\d{4})", "$1 $2", ["7"]]]], "TM": ["993", "810", "(?:[1-6]\\d|71)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["12"], "(8 $1)"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-5]"], "(8 $1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[67]"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], "TN": ["216", "00", "[2-57-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-57-9]"]]]], "TO": ["676", "00", "(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}", [5, 7], [["(\\d{2})(\\d{3})", "$1-$2", ["[2-4]|50|6[09]|7[0-24-69]|8[05]"]], ["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[5-9]"]]]], "TR": ["90", "00", "4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}", [7, 10, 12, 13], [["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["512|8[01589]|90"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5(?:[0-579]|61)", "5(?:[0-579]|61[06])", "5(?:[0-579]|61[06]1)"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24][1-8]|3[1-9]"], "(0$1)", 1], ["(\\d{3})(\\d{3})(\\d{6,7})", "$1 $2 $3", ["80"], "0$1", 1]], "0"], "TT": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-46-8]\\d{6})$|1", "868$1", 0, "868"], "TV": ["688", "00", "(?:2|7\\d\\d|90)\\d{4}", [5, 6, 7], [["(\\d{2})(\\d{3})", "$1 $2", ["2"]], ["(\\d{2})(\\d{4})", "$1 $2", ["90"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], "TW": ["886", "0(?:0[25-79]|19)", "[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}", [7, 8, 9, 10, 11], [["(\\d{2})(\\d)(\\d{4})", "$1 $2 $3", ["202"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[258]0"], "0$1"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]", "[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, "#"], "TZ": ["255", "00[056]", "(?:[25-8]\\d|41|90)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[24]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["5"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[67]"], "0$1"]], "0"], "UA": ["380", "00", "[89]\\d{9}|[3-9]\\d{8}", [9, 10], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]", "6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])", "3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|89|9[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "0~0"], "UG": ["256", "00[057]", "800\\d{6}|(?:[29]0|[347]\\d)\\d{7}", [9], [["(\\d{4})(\\d{5})", "$1 $2", ["202", "2024"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[27-9]|4(?:6[45]|[7-9])"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[34]"], "0$1"]], "0"], "US": ["1", "011", "[2-9]\\d{9}|3\\d{6}", [10], [["(\\d{3})(\\d{4})", "$1-$2", ["310"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "($1) $2-$3", ["[2-9]"], 0, 1, "$1-$2-$3"]], "1", 0, 0, 0, 0, 0, [["(?:274[27]|(?:472|983)[2-47-9])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-57-9]|1[02-9]|2[013-79]|3[0-24679]|4[167]|5[0-3]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-57-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-269])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-247]|4[0378]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[0168]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-3589]|8[04-69]))[2-9]\\d{6}"], [""], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"], ["900[2-9]\\d{6}"], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|3[23]|44|66|77|88)[2-9]\\d{6}"]]], "UY": ["598", "0(?:0|1[3-9]\\d)", "0004\\d{2,9}|[1249]\\d{7}|2\\d{3,4}|(?:[49]\\d|80)\\d{5}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d{4,5})", "$1", ["21"]], ["(\\d{3})(\\d{3,4})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[49]0|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[124]"]], ["(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3 $4", ["0"]]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "], "UZ": ["998", "00", "(?:20|33|[5-9]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[235-9]"]]]], "VA": ["39", "00", "0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}", [6, 7, 8, 9, 10, 11, 12], 0, 0, 0, 0, 0, 0, "06698"], "VC": ["1", "011", "(?:[58]\\d\\d|784|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "784$1", 0, "784"], "VE": ["58", "00", "[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}", [10], [["(\\d{3})(\\d{7})", "$1-$2", ["[24-689]"], "0$1"]], "0"], "VG": ["1", "011", "(?:284|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-578]\\d{6})$|1", "284$1", 0, "284"], "VI": ["1", "011", "[58]\\d{9}|(?:34|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "340$1", 0, "340"], "VN": ["84", "00", "[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["80"], "0$1", 1], ["(\\d{4})(\\d{4,6})", "$1 $2", ["1"], 0, 1], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["6"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[357-9]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["2[48]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["2"], "0$1", 1]], "0"], "VU": ["678", "00", "[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}", [5, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["[57-9]"]]]], "WF": ["681", "00", "(?:40|72|8\\d{4})\\d{4}|[89]\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[47-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], "WS": ["685", "0", "(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}", [5, 6, 7, 10], [["(\\d{5})", "$1", ["[2-5]|6[1-9]"]], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[68]"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], "XK": ["383", "00", "2\\d{7,8}|3\\d{7,11}|(?:4\\d\\d|[89]00)\\d{5}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2|39"], "0$1"], ["(\\d{2})(\\d{7,10})", "$1 $2", ["3"], "0$1"]], "0"], "YE": ["967", "00", "(?:1|7\\d)\\d{7}|[1-7]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-6]|7(?:[24-6]|8[0-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"], "0$1"]], "0"], "YT": ["262", "00", "7093\\d{5}|(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"], ["(?:639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])|7093[5-7])\\d{4}"], ["80\\d{7}"], 0, 0, 0, 0, 0, ["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]], "ZA": ["27", "00", "[1-79]\\d{8}|8\\d{4,9}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,4})", "$1 $2", ["8[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["8[1-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["860"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], "ZM": ["260", "00", "800\\d{6}|(?:21|[579]\\d|63)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[579]"], "0$1"]], "0"], "ZW": ["263", "00", "2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}", [5, 6, 7, 8, 9, 10], [["(\\d{3})(\\d{3,5})", "$1 $2", ["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"], "0$1"], ["(\\d)(\\d{3})(\\d{2,4})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["80"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2", "2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)", "2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["29[013-9]|39|54"], "0$1"], ["(\\d{4})(\\d{3,5})", "$1 $2", ["(?:25|54)8", "258|5483"], "0$1"]], "0"] }, "nonGeographic": { "800": ["800", 0, "(?:00|[1-9]\\d)\\d{6}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["\\d"]]], 0, 0, 0, 0, 0, 0, [0, 0, ["(?:00|[1-9]\\d)\\d{6}"]]], "808": ["808", 0, "[1-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[1-9]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, 0, ["[1-9]\\d{7}"]]], "870": ["870", 0, "7\\d{11}|[235-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"], 0, 0, 0, 0, 0, 0, ["2\\d{8}", [9]]]], "878": ["878", 0, "10\\d{10}", [12], [["(\\d{2})(\\d{5})(\\d{5})", "$1 $2 $3", ["1"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["10\\d{10}"]]], "881": ["881", 0, "6\\d{9}|[0-36-9]\\d{8}", [9, 10], [["(\\d)(\\d{3})(\\d{5})", "$1 $2 $3", ["[0-37-9]"]], ["(\\d)(\\d{3})(\\d{5,6})", "$1 $2 $3", ["6"]]], 0, 0, 0, 0, 0, 0, [0, ["6\\d{9}|[0-36-9]\\d{8}"]]], "882": ["882", 0, "[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5})", "$1 $2", ["16|342"]], ["(\\d{2})(\\d{6})", "$1 $2", ["49"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["1[36]|9"]], ["(\\d{2})(\\d{4})(\\d{3})", "$1 $2 $3", ["3[23]"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["16"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|23|3(?:[15]|4[57])|4|5[12]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["34"]], ["(\\d{2})(\\d{4,5})(\\d{5})", "$1 $2 $3", ["[1-35]"]]], 0, 0, 0, 0, 0, 0, [0, ["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|5(?:0\\d{3}|2[0-2]))\\d{7}", [7, 8, 9, 10, 12]], 0, 0, 0, ["348[57]\\d{7}", [11]], 0, 0, ["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]], "883": ["883", 0, "(?:[1-4]\\d|51)\\d{6,10}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,8})", "$1 $2 $3", ["[14]|2[24-689]|3[02-689]|51[24-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["510"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["21"]], ["(\\d{4})(\\d{4})(\\d{4})", "$1 $2 $3", ["51[13]"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[235]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]], "888": ["888", 0, "\\d{11}", [11], [["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3"]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, ["\\d{11}"]]], "979": ["979", 0, "[1359]\\d{8}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[1359]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, ["[1359]\\d{8}"]]] } };
|
|
21487
|
+
const metadata = { "version": 4, "country_calling_codes": { "1": ["US", "AG", "AI", "AS", "BB", "BM", "BS", "CA", "DM", "DO", "GD", "GU", "JM", "KN", "KY", "LC", "MP", "MS", "PR", "SX", "TC", "TT", "VC", "VG", "VI"], "7": ["RU", "KZ"], "20": ["EG"], "27": ["ZA"], "30": ["GR"], "31": ["NL"], "32": ["BE"], "33": ["FR"], "34": ["ES"], "36": ["HU"], "39": ["IT", "VA"], "40": ["RO"], "41": ["CH"], "43": ["AT"], "44": ["GB", "GG", "IM", "JE"], "45": ["DK"], "46": ["SE"], "47": ["NO", "SJ"], "48": ["PL"], "49": ["DE"], "51": ["PE"], "52": ["MX"], "53": ["CU"], "54": ["AR"], "55": ["BR"], "56": ["CL"], "57": ["CO"], "58": ["VE"], "60": ["MY"], "61": ["AU", "CC", "CX"], "62": ["ID"], "63": ["PH"], "64": ["NZ"], "65": ["SG"], "66": ["TH"], "81": ["JP"], "82": ["KR"], "84": ["VN"], "86": ["CN"], "90": ["TR"], "91": ["IN"], "92": ["PK"], "93": ["AF"], "94": ["LK"], "95": ["MM"], "98": ["IR"], "211": ["SS"], "212": ["MA", "EH"], "213": ["DZ"], "216": ["TN"], "218": ["LY"], "220": ["GM"], "221": ["SN"], "222": ["MR"], "223": ["ML"], "224": ["GN"], "225": ["CI"], "226": ["BF"], "227": ["NE"], "228": ["TG"], "229": ["BJ"], "230": ["MU"], "231": ["LR"], "232": ["SL"], "233": ["GH"], "234": ["NG"], "235": ["TD"], "236": ["CF"], "237": ["CM"], "238": ["CV"], "239": ["ST"], "240": ["GQ"], "241": ["GA"], "242": ["CG"], "243": ["CD"], "244": ["AO"], "245": ["GW"], "246": ["IO"], "247": ["AC"], "248": ["SC"], "249": ["SD"], "250": ["RW"], "251": ["ET"], "252": ["SO"], "253": ["DJ"], "254": ["KE"], "255": ["TZ"], "256": ["UG"], "257": ["BI"], "258": ["MZ"], "260": ["ZM"], "261": ["MG"], "262": ["RE", "YT"], "263": ["ZW"], "264": ["NA"], "265": ["MW"], "266": ["LS"], "267": ["BW"], "268": ["SZ"], "269": ["KM"], "290": ["SH", "TA"], "291": ["ER"], "297": ["AW"], "298": ["FO"], "299": ["GL"], "350": ["GI"], "351": ["PT"], "352": ["LU"], "353": ["IE"], "354": ["IS"], "355": ["AL"], "356": ["MT"], "357": ["CY"], "358": ["FI", "AX"], "359": ["BG"], "370": ["LT"], "371": ["LV"], "372": ["EE"], "373": ["MD"], "374": ["AM"], "375": ["BY"], "376": ["AD"], "377": ["MC"], "378": ["SM"], "380": ["UA"], "381": ["RS"], "382": ["ME"], "383": ["XK"], "385": ["HR"], "386": ["SI"], "387": ["BA"], "389": ["MK"], "420": ["CZ"], "421": ["SK"], "423": ["LI"], "500": ["FK"], "501": ["BZ"], "502": ["GT"], "503": ["SV"], "504": ["HN"], "505": ["NI"], "506": ["CR"], "507": ["PA"], "508": ["PM"], "509": ["HT"], "590": ["GP", "BL", "MF"], "591": ["BO"], "592": ["GY"], "593": ["EC"], "594": ["GF"], "595": ["PY"], "596": ["MQ"], "597": ["SR"], "598": ["UY"], "599": ["CW", "BQ"], "670": ["TL"], "672": ["NF"], "673": ["BN"], "674": ["NR"], "675": ["PG"], "676": ["TO"], "677": ["SB"], "678": ["VU"], "679": ["FJ"], "680": ["PW"], "681": ["WF"], "682": ["CK"], "683": ["NU"], "685": ["WS"], "686": ["KI"], "687": ["NC"], "688": ["TV"], "689": ["PF"], "690": ["TK"], "691": ["FM"], "692": ["MH"], "850": ["KP"], "852": ["HK"], "853": ["MO"], "855": ["KH"], "856": ["LA"], "880": ["BD"], "886": ["TW"], "960": ["MV"], "961": ["LB"], "962": ["JO"], "963": ["SY"], "964": ["IQ"], "965": ["KW"], "966": ["SA"], "967": ["YE"], "968": ["OM"], "970": ["PS"], "971": ["AE"], "972": ["IL"], "973": ["BH"], "974": ["QA"], "975": ["BT"], "976": ["MN"], "977": ["NP"], "992": ["TJ"], "993": ["TM"], "994": ["AZ"], "995": ["GE"], "996": ["KG"], "998": ["UZ"] }, "countries": { "AC": ["247", "00", "(?:[01589]\\d|[46])\\d{4}", [5, 6]], "AD": ["376", "00", "(?:1|6\\d)\\d{7}|[135-9]\\d{5}", [6, 8, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["[135-9]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["1"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]]], "AE": ["971", "00", "(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{2,9})", "$1 $2", ["60|8"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[236]|[479][2-8]"], "0$1"], ["(\\d{3})(\\d)(\\d{5})", "$1 $2 $3", ["[479]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"]], "0"], "AF": ["93", "00", "[2-7]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"]], "0"], "AG": ["1", "011", "(?:268|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([457]\\d{6})$|1", "268$1", 0, "268"], "AI": ["1", "011", "(?:264|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2457]\\d{6})$|1", "264$1", 0, "264"], "AL": ["355", "00", "(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}", [6, 7, 8, 9], [["(\\d{3})(\\d{3,4})", "$1 $2", ["80|9"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["4[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2358][2-5]|4"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["[23578]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["6"], "0$1"]], "0"], "AM": ["374", "00", "(?:[1-489]\\d|55|60|77)\\d{6}", [8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[89]0"], "0 $1"], ["(\\d{3})(\\d{5})", "$1 $2", ["2|3[12]"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["1|47"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[3-9]"], "0$1"]], "0"], "AO": ["244", "00", "[29]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[29]"]]]], "AR": ["54", "00", "(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}", [10, 11], [["(\\d{4})(\\d{2})(\\d{4})", "$1 $2-$3", ["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])", "2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["1"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2-$3", ["[23]"], "0$1", 1], ["(\\d)(\\d{4})(\\d{2})(\\d{4})", "$2 15-$3-$4", ["9(?:2[2-469]|3[3-578])", "9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))", "9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 15-$3-$4", ["91"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d{3})(\\d{3})(\\d{5})", "$1-$2-$3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 15-$3-$4", ["9"], "0$1", 0, "$1 $2 $3-$4"]], "0", 0, "0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?", "9$1"], "AS": ["1", "011", "(?:[58]\\d\\d|684|900)\\d{7}", [10], 0, "1", 0, "([267]\\d{6})$|1", "684$1", 0, "684"], "AT": ["43", "00", "1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3,12})", "$1 $2", ["1(?:11|[2-9])"], "0$1"], ["(\\d{3})(\\d{2})", "$1 $2", ["517"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["5[079]"], "0$1"], ["(\\d{3})(\\d{3,10})", "$1 $2", ["(?:31|4)6|51|6(?:5[0-3579]|[6-9])|7(?:20|32|8)|[89]"], "0$1"], ["(\\d{4})(\\d{3,9})", "$1 $2", ["[2-467]|5[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,7})", "$1 $2 $3", ["5"], "0$1"]], "0"], "AU": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}", [5, 6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{3,4})", "$1 $2", ["16"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["16"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["14|4"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[2378]"], "(0$1)"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:30|[89])"]]], "0", 0, "(183[12])|0", 0, 0, 0, [["(?:(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|7(?:[013-57-9]\\d|2[0-8]))\\d|3(?:(?:[0-3589]\\d|6[1-9]|7[0-35-9])\\d|4(?:[0-578]\\d|90)))\\d\\d|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4])|3\\d\\d)|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, ["163\\d{2,6}", [5, 6, 7, 8, 9]], ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "AW": ["297", "00", "(?:[25-79]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[25-9]"]]]], "AX": ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}", [5, 6, 7, 8, 9, 10, 11, 12], 0, "0", 0, 0, 0, 0, "18", 0, "00"], "AZ": ["994", "00", "365\\d{6}|(?:[124579]\\d|60|88)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[28]|2|365|46", "1[28]|2|365[45]|46", "1[28]|2|365(?:4|5[02])|46"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[13-9]"], "0$1"]], "0"], "BA": ["387", "00", "6\\d{8}|(?:[35689]\\d|49|70)\\d{6}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[1-3]|[7-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2-$3", ["[3-5]|6[56]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["6"], "0$1"]], "0"], "BB": ["1", "011", "(?:246|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "246$1", 0, "246"], "BD": ["880", "00", "[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{4,6})", "$1-$2", ["31[5-8]|[459]1"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1-$2", ["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"], "0$1"], ["(\\d{4})(\\d{3,6})", "$1-$2", ["[13-9]|2[23]"], "0$1"], ["(\\d)(\\d{7,8})", "$1-$2", ["2"], "0$1"]], "0"], "BE": ["32", "00", "4\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:80|9)0"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[239]|4[23]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[15-8]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4"], "0$1"]], "0"], "BF": ["226", "00", "[025-7]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[025-7]"]]]], "BG": ["359", "00", "00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}", [6, 7, 8, 9, 12], [["(\\d)(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["43[1-6]|70[1-9]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:70|8)0"], "0$1"], ["(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3", ["43[1-7]|7"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[48]|9[08]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"]], "0"], "BH": ["973", "00", "[136-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[13679]|8[02-4679]"]]]], "BI": ["257", "00", "(?:[267]\\d|31)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2367]"]]]], "BJ": ["229", "00", "(?:01\\d|[24-689])\\d{7}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["0"]]]], "BL": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "BM": ["1", "011", "(?:441|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "441$1", 0, "441"], "BN": ["673", "00", "[2-578]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-578]"]]]], "BO": ["591", "00(?:1\\d)?", "8001\\d{5}|(?:[2-467]\\d|50)\\d{6}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[235]|4[46]"]], ["(\\d{8})", "$1", ["[67]"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["8"]]], "0", 0, "0(1\\d)?"], "BQ": ["599", "00", "(?:[34]1|7\\d)\\d{5}", [7], 0, 0, 0, 0, 0, 0, "[347]"], "BR": ["55", "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)", "(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-46-9]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}", [8, 9, 10, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["300|4(?:0[02]|37)", "4(?:02|37)0|[34]00"]], ["(\\d{3})(\\d{2,3})(\\d{4})", "$1 $2 $3", ["(?:[358]|90)0"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"], "($1)"], ["(\\d{2})(\\d{5})(\\d{4})", "$1 $2-$3", ["[16][1-9]|[2-57-9]"], "($1)"]], "0", 0, "(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?", "$2"], "BS": ["1", "011", "(?:242|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([3-8]\\d{6})$|1", "242$1", 0, "242"], "BT": ["975", "00", "[17]\\d{7}|[2-8]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-68]|7[246]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[67]|7"]]]], "BW": ["267", "00", "(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["90"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[24-6]|3[15-9]"]], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37]"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["8"]]]], "BY": ["375", "810", "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3})", "$1 $2", ["800"], "8 $1"], ["(\\d{3})(\\d{2})(\\d{2,4})", "$1 $2 $3", ["800"], "8 $1"], ["(\\d{4})(\\d{2})(\\d{3})", "$1 $2-$3", ["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])", "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"], "8 0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["1(?:[56]|7[467])|2[1-3]"], "8 0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-4]"], "8 0$1"], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[89]"], "8 $1"]], "8", 0, "0|80?", 0, 0, 0, 0, "8~10"], "BZ": ["501", "00", "(?:0800\\d|[2-8])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-8]"]], ["(\\d)(\\d{3})(\\d{4})(\\d{3})", "$1-$2-$3-$4", ["0"]]]], "CA": ["1", "011", "[2-9]\\d{9}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|9(?:0[25]|42))[2-9]\\d{6}", [10]], ["", [10]], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}", [10]], ["900[2-9]\\d{6}", [10]], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:2[125-9]|33|44|66|77|88)|6(?:22|33))[2-9]\\d{6}", [10]], 0, ["310\\d{4}", [7]], 0, ["600[2-9]\\d{6}", [10]]]], "CC": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "CD": ["243", "00", "(?:(?:[189]|5\\d)\\d|2)\\d{7}|[1-68]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[1-6]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["5"], "0$1"]], "0"], "CF": ["236", "00", "(?:[27]\\d{3}|8776)\\d{4}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[278]"]]]], "CG": ["242", "00", "222\\d{6}|(?:0\\d|80)\\d{7}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[02]"]]]], "CH": ["41", "00", "8\\d{11}|[2-9]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8[047]|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]|81"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["8"], "0$1"]], "0"], "CI": ["225", "00", "[02]\\d{9}", [10], [["(\\d{2})(\\d{2})(\\d)(\\d{5})", "$1 $2 $3 $4", ["2"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3 $4", ["0"]]]], "CK": ["682", "00", "[2-578]\\d{4}", [5], [["(\\d{2})(\\d{3})", "$1 $2", ["[2-578]"]]]], "CL": ["56", "(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0", "12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}", [9, 10, 11], [["(\\d{5})(\\d{4})", "$1 $2", ["219", "2196"], "($1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["44"]], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2[1-36]"], "($1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["9[2-9]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["60|8"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{3})(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["60"]]]], "CM": ["237", "00", "[26]\\d{8}|88\\d{6,7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["88"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[26]|88"]]]], "CN": ["86", "00|1(?:[12]\\d|79)\\d\\d00", "(?:(?:1[03-689]|2\\d)\\d\\d|6)\\d{8}|1\\d{10}|[126]\\d{6}(?:\\d(?:\\d{2})?)?|86\\d{5,6}|(?:[3-579]\\d|8[0-57-9])\\d{5,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]|3(?:[157]|35|49|9[1-68])|4(?:1[124-9]|2[179]|6[47-9]|7|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:07|1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3|4[13]|5[1-5]|7[0-79]|9[0-35-9])|(?:4[35]|59|85)[1-9]", "(?:10|2[0-57-9])(?:1[02]|9[56])|8078|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))1", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|80781|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))12", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|807812|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:078|1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123"], "0$1"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]", "(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]", "85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])", "85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["(?:4|80)0"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|2(?:[02-57-9]|1[1-9])", "10|2(?:[02-57-9]|1[1-9])", "10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"], "0$1", 1], ["(\\d{3})(\\d{7,8})", "$1 $2", ["9"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["80"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[3-578]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["1[3-9]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["[12]"], "0$1", 1]], "0", 0, "(1(?:[12]\\d|79)\\d\\d)|0", 0, 0, 0, 0, "00"], "CO": ["57", "00(?:4(?:[14]4|56)|[579])", "(?:46|60\\d\\d)\\d{6}|(?:1\\d|[39])\\d{9}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["46"]], ["(\\d{3})(\\d{7})", "$1 $2", ["6|90"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3[0-357]|91"]], ["(\\d)(\\d{3})(\\d{7})", "$1-$2-$3", ["1"], "0$1", 0, "$1 $2 $3"]], "0", 0, "0([3579]|4(?:[14]4|56))?"], "CR": ["506", "00", "(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}", [8, 10], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[3-9]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[89]"]]], 0, 0, "(19(?:0[0-2468]|1[09]|20|66|77|99))"], "CU": ["53", "119", "(?:[2-7]|8\\d\\d)\\d{7}|[2-47]\\d{6}|[34]\\d{5}", [6, 7, 8, 10], [["(\\d{2})(\\d{4,6})", "$1 $2", ["2[1-4]|[34]"], "(0$1)"], ["(\\d)(\\d{6,7})", "$1 $2", ["7"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["[56]"], "0$1"], ["(\\d{3})(\\d{7})", "$1 $2", ["8"], "0$1"]], "0"], "CV": ["238", "0", "(?:[2-59]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2-589]"]]]], "CW": ["599", "00", "(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[3467]"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["9[4-8]"]]], 0, 0, 0, 0, 0, "[69]"], "CX": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "CY": ["357", "00", "(?:[279]\\d|[58]0)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[257-9]"]]]], "CZ": ["420", "00", "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}", [9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]|9[015-7]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["96"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]]], "DE": ["49", "00", "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], [["(\\d{2})(\\d{3,13})", "$1 $2", ["3[02]|40|[68]9"], "0$1"], ["(\\d{3})(\\d{3,12})", "$1 $2", ["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1", "2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"], "0$1"], ["(\\d{4})(\\d{2,11})", "$1 $2", ["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]", "[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["138"], "0$1"], ["(\\d{5})(\\d{2,10})", "$1 $2", ["3"], "0$1"], ["(\\d{3})(\\d{5,11})", "$1 $2", ["181"], "0$1"], ["(\\d{3})(\\d)(\\d{4,10})", "$1 $2 $3", ["1(?:3|80)|9"], "0$1"], ["(\\d{3})(\\d{7,8})", "$1 $2", ["1[67]"], "0$1"], ["(\\d{3})(\\d{7,12})", "$1 $2", ["8"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["185", "1850", "18500"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["18[68]"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["15[1279]"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["15[03568]", "15(?:[0568]|31)"], "0$1"], ["(\\d{3})(\\d{8})", "$1 $2", ["18"], "0$1"], ["(\\d{3})(\\d{2})(\\d{7,8})", "$1 $2 $3", ["1(?:6[023]|7)"], "0$1"], ["(\\d{4})(\\d{2})(\\d{7})", "$1 $2 $3", ["15[279]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{8})", "$1 $2 $3", ["15"], "0$1"]], "0"], "DJ": ["253", "00", "(?:2\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[27]"]]]], "DK": ["45", "00", "[2-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-9]"]]]], "DM": ["1", "011", "(?:[58]\\d\\d|767|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "767$1", 0, "767"], "DO": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "8001|8[024]9"], "DZ": ["213", "00", "(?:[1-4]|[5-79]\\d|80)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["9"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-8]"], "0$1"]], "0"], "EC": ["593", "00", "1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}", [8, 9, 10, 11], [["(\\d)(\\d{3})(\\d{4})", "$1 $2-$3", ["[2-7]"], "(0$1)", 0, "$1-$2-$3"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1"]]], "0"], "EE": ["372", "00", "8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88", "[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]], ["(\\d{4})(\\d{3,4})", "$1 $2", ["[45]|8(?:00|[1-49])", "[45]|8(?:00[1-9]|[1-49])"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], "EG": ["20", "00", "[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}", [8, 9, 10], [["(\\d)(\\d{7,8})", "$1 $2", ["[23]"], "0$1"], ["(\\d{2})(\\d{6,7})", "$1 $2", ["1[35]|[4-6]|8[2468]|9[235-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{8})", "$1 $2", ["1"], "0$1"]], "0"], "EH": ["212", "00", "[5-8]\\d{8}", [9], 0, "0", 0, 0, 0, 0, "528[89]"], "ER": ["291", "00", "[178]\\d{6}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[178]"], "0$1"]], "0"], "ES": ["34", "00", "[5-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]00"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-9]"]]]], "ET": ["251", "00", "(?:11|[2-579]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-579]"], "0$1"]], "0"], "FI": ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{5})", "$1", ["20[2-59]"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1 $2", ["(?:[1-3]0|[68])0|70[07-9]"], "0$1"], ["(\\d{2})(\\d{4,8})", "$1 $2", ["[14]|2[09]|50|7[135]"], "0$1"], ["(\\d{2})(\\d{6,10})", "$1 $2", ["7"], "0$1"], ["(\\d)(\\d{4,9})", "$1 $2", ["(?:19|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"], "0$1"]], "0", 0, 0, 0, 0, "1[03-79]|[2-9]", 0, "00"], "FJ": ["679", "0(?:0|52)", "45\\d{5}|(?:0800\\d|[235-9])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[235-9]|45"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "FK": ["500", "00", "[2-7]\\d{4}", [5]], "FM": ["691", "00", "(?:[39]\\d\\d|820)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[389]"]]]], "FO": ["298", "00", "[2-9]\\d{5}", [6], [["(\\d{6})", "$1", ["[2-9]"]]], 0, 0, "(10(?:01|[12]0|88))"], "FR": ["33", "00", "[1-9]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0 $1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[1-79]"], "0$1"]], "0"], "GA": ["241", "00", "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}", [7, 8], [["(\\d)(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-7]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["11|[67]"], "0$1"]], 0, 0, "0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})", "$1"], "GB": ["44", "00", "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}", [7, 9, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["800", "8001", "80011", "800111", "8001111"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["845", "8454", "84546", "845464"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["800"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["1(?:38|5[23]|69|76|94)", "1(?:(?:38|69)7|5(?:24|39)|768|946)", "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["1(?:[2-69][02-9]|[78])"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[25]|7(?:0|6[02-9])", "[25]|7(?:0|6(?:[03-9]|2[356]))"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1389]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0-35])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|50))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-3]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}", [9, 10]], ["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]], 0, " x"], "GD": ["1", "011", "(?:473|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "473$1", 0, "473"], "GE": ["995", "00", "(?:[3-57]\\d\\d|800)\\d{6}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["32"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[57]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[348]"], "0$1"]], "0"], "GF": ["594", "00", "(?:[56]94\\d|7093)\\d{5}|(?:80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]|9[47]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[89]"], "0$1"]], "0"], "GG": ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "([25-9]\\d{5})$|0", "1481$1", 0, 0, [["1481[25-9]\\d{5}", [10]], ["7(?:(?:781|839)\\d|911[17])\\d{5}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]]], "GH": ["233", "00", "(?:[235]\\d{3}|800)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[235]"], "0$1"]], "0"], "GI": ["350", "00", "(?:[25]\\d|60)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["2"]]]], "GL": ["299", "00", "(?:19|[2-689]\\d|70)\\d{4}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["19|[2-9]"]]]], "GM": ["220", "00", "[2-9]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "GN": ["224", "00", "722\\d{6}|(?:3|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["3"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[67]"]]]], "GP": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0", 0, 0, 0, 0, 0, [["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "GQ": ["240", "00", "222\\d{6}|(?:3\\d|55|[89]0)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235]"]], ["(\\d{3})(\\d{6})", "$1 $2", ["[89]"]]]], "GR": ["30", "00", "5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}", [10, 11, 12], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["21|7"]], ["(\\d{4})(\\d{6})", "$1 $2", ["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2689]"]], ["(\\d{3})(\\d{3,4})(\\d{5})", "$1 $2 $3", ["8"]]]], "GT": ["502", "00", "80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-8]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "GU": ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "671$1", 0, "671"], "GW": ["245", "00", "[49]\\d{8}|4\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["40"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"]]]], "GY": ["592", "001", "(?:[2-8]\\d{3}|9008)\\d{3}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "HK": ["852", "00(?:30|5[09]|[126-9]?)", "8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}", [5, 6, 7, 8, 9, 11], [["(\\d{3})(\\d{2,5})", "$1 $2", ["900", "9003"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{3})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "HN": ["504", "00", "8\\d{10}|[237-9]\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["[237-9]"]]]], "HR": ["385", "00", "(?:[24-69]\\d|3[0-79])\\d{7}|80\\d{5,7}|[1-79]\\d{7}|6\\d{5,6}", [6, 7, 8, 9], [["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["6[01]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{4})(\\d{3})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6|7[245]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-57]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], "HT": ["509", "00", "(?:[2-489]\\d|55)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-589]"]]]], "HU": ["36", "00", "[235-7]\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "06 $1"]], "06"], "ID": ["62", "00[89]", "00[1-9]\\d{9,14}|(?:[1-36]|8\\d{5})\\d{6}|00\\d{9}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["15"]], ["(\\d{2})(\\d{5,9})", "$1 $2", ["2[124]|[36]1"], "(0$1)"], ["(\\d{3})(\\d{5,7})", "$1 $2", ["800"], "0$1"], ["(\\d{3})(\\d{5,8})", "$1 $2", ["[2-79]"], "(0$1)"], ["(\\d{3})(\\d{3,4})(\\d{3})", "$1-$2-$3", ["8[1-35-9]"], "0$1"], ["(\\d{3})(\\d{6,8})", "$1 $2", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["804"], "0$1"], ["(\\d{3})(\\d)(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["80"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1-$2-$3", ["8"], "0$1"]], "0"], "IE": ["353", "00", "(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["2[24-9]|47|58|6[237-9]|9[35-9]"], "(0$1)"], ["(\\d{3})(\\d{5})", "$1 $2", ["[45]0"], "(0$1)"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2569]|4[1-69]|7[14]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["81"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["4"], "(0$1)"], ["(\\d{2})(\\d)(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "IL": ["972", "0(?:0|1[2-9])", "1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}", [7, 8, 9, 10, 11, 12], [["(\\d{4})(\\d{3})", "$1-$2", ["125"]], ["(\\d{4})(\\d{2})(\\d{2})", "$1-$2-$3", ["121"]], ["(\\d)(\\d{3})(\\d{4})", "$1-$2-$3", ["[2-489]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1-$2-$3", ["12"]], ["(\\d{4})(\\d{6})", "$1-$2", ["159"]], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3-$4", ["1[7-9]"]], ["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})", "$1-$2 $3-$4", ["15"]]], "0"], "IM": ["44", "00", "1624\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([25-8]\\d{5})$|0", "1624$1", 0, "74576|(?:16|7[56])24"], "IN": ["91", "00", "(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}", [8, 9, 10, 11, 12, 13], [["(\\d{8})", "$1", ["5(?:0|2[23]|3[03]|[67]1|88)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"], 0, 1], ["(\\d{4})(\\d{4,5})", "$1 $2", ["180", "1800"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["140"], 0, 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["11|2[02]|33|4[04]|79[1-7]|80[2-46]", "11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])", "11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"], "0$1", 1], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807", "1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]", "1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"], "0$1", 1], ["(\\d{5})(\\d{5})", "$1 $2", ["[6-9]"], "0$1", 1], ["(\\d{4})(\\d{2,4})(\\d{4})", "$1 $2 $3", ["1(?:6|8[06])", "1(?:6|8[06]0)"], 0, 1], ["(\\d{4})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["18"], 0, 1]], "0"], "IO": ["246", "00", "3\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["3"]]]], "IQ": ["964", "00", "(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-6]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], "IR": ["98", "00", "[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}", [4, 5, 6, 7, 10], [["(\\d{4,5})", "$1", ["96"], "0$1"], ["(\\d{2})(\\d{4,5})", "$1 $2", ["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[1-8]"], "0$1"]], "0"], "IS": ["354", "00|1(?:0(?:01|[12]0)|100)", "(?:38\\d|[4-9])\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "IT": ["39", "00", "0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?", [6, 7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{4,6})", "$1 $2", ["0[26]"]], ["(\\d{3})(\\d{3,6})", "$1 $2", ["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])", "0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]], ["(\\d{4})(\\d{2,6})", "$1 $2", ["0(?:[13-579][2-46-8]|8[236-8])"]], ["(\\d{4})(\\d{4})", "$1 $2", ["894"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[26]|5"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1(?:44|[679])|[378]|43"]], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[13-57-9][0159]|14"]], ["(\\d{2})(\\d{4})(\\d{5})", "$1 $2 $3", ["0[26]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, [["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}", [6, 7, 8, 9, 10, 11]], ["3[2-9]\\d{7,8}|(?:31|43)\\d{8}", [9, 10]], ["80(?:0\\d{3}|3)\\d{3}", [6, 9]], ["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}", [6, 8, 9, 10]], ["1(?:78\\d|99)\\d{6}", [9, 10]], ["3[2-8]\\d{9,10}", [11, 12]], 0, 0, ["55\\d{8}", [10]], ["84(?:[08]\\d{3}|[17])\\d{3}", [6, 9]]]], "JE": ["44", "00", "1534\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([0-24-8]\\d{5})$|0", "1534$1", 0, 0, [["1534[0-24-8]\\d{5}"], ["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\d{5}"], ["80(?:07(?:35|81)|8901)\\d{4}"], ["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"], ["701511\\d{4}"], 0, ["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"], ["56\\d{8}"]]], "JM": ["1", "011", "(?:[58]\\d\\d|658|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "658|876"], "JO": ["962", "00", "(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2356]|87"], "(0$1)"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["70"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], "JP": ["81", "010", "00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}", [8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3", ["(?:12|57|99)0"], "0$1"], ["(\\d{4})(\\d)(\\d{4})", "$1-$2-$3", ["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2-$3", ["[36]|4(?:2[09]|7[01])", "[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3", ["[14]|[289][2-9]|5[3-9]|7[2-4679]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["800"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[257-9]"], "0$1"]], "0", 0, "(000[259]\\d{6})$|(?:(?:003768)0?)|0", "$1"], "KE": ["254", "000", "(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}", [7, 8, 9, 10], [["(\\d{2})(\\d{5,7})", "$1 $2", ["[24-6]"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[17]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], "KG": ["996", "00", "8\\d{9}|[235-9]\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["3(?:1[346]|[24-79])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-79]|88"], "0$1"], ["(\\d{3})(\\d{3})(\\d)(\\d{2,3})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "KH": ["855", "00[14-9]", "1\\d{9}|[1-9]\\d{7,8}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "KI": ["686", "00", "(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}", [5, 8], 0, "0"], "KM": ["269", "00", "[3478]\\d{6}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[3478]"]]]], "KN": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "869$1", 0, "869"], "KP": ["850", "00|99", "85\\d{6}|(?:19\\d|[2-7])\\d{7}", [8, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"]], "0"], "KR": ["82", "00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))", "00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}", [5, 6, 8, 9, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3,4})", "$1-$2", ["(?:3[1-3]|[46][1-4]|5[1-5])1"], "0$1"], ["(\\d{4})(\\d{4})", "$1-$2", ["1"]], ["(\\d)(\\d{3,4})(\\d{4})", "$1-$2-$3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[36]0|8"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1-$2-$3", ["[1346]|5[1-5]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{2})(\\d{5})(\\d{4})", "$1-$2-$3", ["5"], "0$1"]], "0", 0, "0(8(?:[1-46-8]|5\\d\\d))?"], "KW": ["965", "00", "18\\d{5}|(?:[2569]\\d|41)\\d{6}", [7, 8], [["(\\d{4})(\\d{3,4})", "$1 $2", ["[169]|2(?:[235]|4[1-35-9])|52"]], ["(\\d{3})(\\d{5})", "$1 $2", ["[245]"]]]], "KY": ["1", "011", "(?:345|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "345$1", 0, "345"], "KZ": ["7", "810", "(?:33622|8\\d{8})\\d{5}|[78]\\d{9}", [10, 14], 0, "8", 0, 0, 0, 0, "33|7", 0, "8~10"], "LA": ["856", "00", "[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2[13]|3[14]|[4-8]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["30[0135-9]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0"], "LB": ["961", "00", "[27-9]\\d{7}|[13-9]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27-9]"]]], "0"], "LC": ["1", "011", "(?:[58]\\d\\d|758|900)\\d{7}", [10], 0, "1", 0, "([2-8]\\d{6})$|1", "758$1", 0, "758"], "LI": ["423", "00", "[68]\\d{8}|(?:[2378]\\d|90)\\d{5}", [7, 9], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2379]|8(?:0[09]|7)", "[2379]|8(?:0(?:02|9)|7)"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["69"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]], "0", 0, "(1001)|0"], "LK": ["94", "00", "[1-9]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[1-689]"], "0$1"]], "0"], "LR": ["231", "00", "(?:[245]\\d|33|77|88)\\d{7}|(?:2\\d|[4-6])\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["4[67]|[56]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-578]"], "0$1"]], "0"], "LS": ["266", "00", "(?:[256]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2568]"]]]], "LT": ["370", "00", "(?:[3469]\\d|52|[78]0)\\d{6}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["52[0-7]"], "(0-$1)", 1], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0 $1", 1], ["(\\d{2})(\\d{6})", "$1 $2", ["37|4(?:[15]|6[1-8])"], "(0-$1)", 1], ["(\\d{3})(\\d{5})", "$1 $2", ["[3-6]"], "(0-$1)", 1]], "0", 0, "[08]"], "LU": ["352", "00", "35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}", [4, 5, 6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{3})", "$1 $2", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["20[2-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4", ["2(?:[0367]|4[3-8])"]], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["80[01]|90[015]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["20"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4 $5", ["2(?:[0367]|4[3-8])"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})", "$1 $2 $3 $4", ["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]], 0, 0, "(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"], "LV": ["371", "00", "(?:[268]\\d|90)\\d{6}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[269]|8[01]"]]]], "LY": ["218", "00", "[2-9]\\d{8}", [9], [["(\\d{2})(\\d{7})", "$1-$2", ["[2-9]"], "0$1"]], "0"], "MA": ["212", "00", "[5-8]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5[45]"], "0$1"], ["(\\d{4})(\\d{5})", "$1-$2", ["5(?:2[2-46-9]|3[3-9]|9)|8(?:0[89]|92)"], "0$1"], ["(\\d{2})(\\d{7})", "$1-$2", ["8"], "0$1"], ["(\\d{3})(\\d{6})", "$1-$2", ["[5-7]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["5(?:2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-467]|5[0-3]|8[0-5]))\\d{6}"], ["80[0-7]\\d{6}"], ["89\\d{7}"], 0, 0, 0, 0, ["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]], "MC": ["377", "00", "(?:[3489]|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["4"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[389]"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["6"], "0$1"]], "0"], "MD": ["373", "00", "(?:[235-7]\\d|[89]0)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["22|3"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[25-7]"], "0$1"]], "0"], "ME": ["382", "00", "(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "0$1"]], "0"], "MF": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "MG": ["261", "00", "[23]\\d{8}", [9], [["(\\d{2})(\\d{2})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0", 0, "([24-9]\\d{6})$|0", "20$1"], "MH": ["692", "011", "329\\d{4}|(?:[256]\\d|45)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-6]"]]], "1"], "MK": ["389", "00", "[2-578]\\d{7}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2|34[47]|4(?:[37]7|5[47]|64)"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[347]"], "0$1"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[58]"], "0$1"]], "0"], "ML": ["223", "00", "[24-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-9]"]]]], "MM": ["95", "00", "1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}", [6, 7, 8, 9, 10], [["(\\d)(\\d{2})(\\d{3})", "$1 $2 $3", ["16|2"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["4(?:[2-46]|5[3-5])|5|6(?:[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-5]|(?:60|86)[23]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|452|678|86", "[12]|452|6788|86"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[4-7]|8[1-35]"], "0$1"], ["(\\d)(\\d{3})(\\d{4,6})", "$1 $2 $3", ["9(?:2[0-4]|[35-9]|4[137-9])"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["92"], "0$1"], ["(\\d)(\\d{5})(\\d{4})", "$1 $2 $3", ["9"], "0$1"]], "0"], "MN": ["976", "001", "[12]\\d{7,9}|[5-9]\\d{7}", [8, 9, 10], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[12]1"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[5-9]"]], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[12]2[1-3]"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["[12](?:27|3[2-8]|4[2-68]|5[1-4689])", "[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["[12]"], "0$1"]], "0"], "MO": ["853", "00", "0800\\d{3}|(?:28|[68]\\d)\\d{6}", [7, 8], [["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[268]"]]]], "MP": ["1", "011", "[58]\\d{9}|(?:67|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "670$1", 0, "670"], "MQ": ["596", "00", "(?:596\\d|7091)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]|8(?:0[6-9]|[36])"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "MR": ["222", "00", "(?:[2-4]\\d\\d|800)\\d{5}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-48]"]]]], "MS": ["1", "011", "(?:[58]\\d\\d|664|900)\\d{7}", [10], 0, "1", 0, "([34]\\d{6})$|1", "664$1", 0, "664"], "MT": ["356", "00", "3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2357-9]"]]]], "MU": ["230", "0(?:0|[24-7]0|3[03])", "(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46]|8[013]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[57]"]], ["(\\d{5})(\\d{5})", "$1 $2", ["8"]]], 0, 0, 0, 0, 0, 0, 0, "020"], "MV": ["960", "0(?:0|19)", "(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}", [7, 10], [["(\\d{3})(\\d{4})", "$1-$2", ["[34679]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "MW": ["265", "00", "(?:[1289]\\d|31|77)\\d{7}|1\\d{6}", [7, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["1[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[137-9]"], "0$1"]], "0"], "MX": ["52", "0[09]", "[2-9]\\d{9}", [10], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["33|5[56]|81"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "MY": ["60", "00", "1\\d{8,9}|(?:3\\d|[4-9])\\d{7}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1-$2 $3", ["[4-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1-$2 $3", ["1(?:[02469]|[378][1-9]|53)|8", "1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2 $3", ["3"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3-$4", ["1(?:[367]|80)"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2 $3", ["15"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2 $3", ["1"], "0$1"]], "0"], "MZ": ["258", "00", "(?:2|8\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2|8[2-79]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], "NA": ["264", "00", "[68]\\d{7,8}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["87"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], "NC": ["687", "00", "(?:050|[2-57-9]\\d\\d)\\d{3}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1.$2.$3", ["[02-57-9]"]]]], "NE": ["227", "00", "[027-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["08"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[089]|2[013]|7[0467]"]]]], "NF": ["672", "00", "[13]\\d{5}", [6], [["(\\d{2})(\\d{4})", "$1 $2", ["1[0-3]"]], ["(\\d)(\\d{5})", "$1 $2", ["[13]"]]], 0, 0, "([0-258]\\d{4})$", "3$1"], "NG": ["234", "009", "38\\d{6}|[78]\\d{9,13}|(?:20|9\\d)\\d{8}", [8, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["3"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["20[129]"], "0$1"], ["(\\d{4})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{3})(\\d{5})(\\d{5,6})", "$1 $2 $3", ["[78]"], "0$1"]], "0"], "NI": ["505", "00", "(?:1800|[25-8]\\d{3})\\d{4}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[125-8]"]]]], "NL": ["31", "00", "(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}", [5, 6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{4,7})", "$1 $2", ["[89]0"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["66"], "0$1"], ["(\\d)(\\d{8})", "$1 $2", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-578]|91"], "0$1"], ["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3", ["9"], "0$1"]], "0"], "NO": ["47", "00", "(?:0|[2-9]\\d{3})\\d{4}", [5, 8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]"]]], 0, 0, 0, 0, 0, "[02-689]|7[0-8]"], "NP": ["977", "00", "(?:1\\d|9)\\d{9}|[1-9]\\d{7}", [8, 10, 11], [["(\\d)(\\d{7})", "$1-$2", ["1[2-6]"], "0$1"], ["(\\d{2})(\\d{6})", "$1-$2", ["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"], "0$1"], ["(\\d{3})(\\d{7})", "$1-$2", ["9"]]], "0"], "NR": ["674", "00", "(?:444|(?:55|8\\d)\\d|666)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-68]"]]]], "NU": ["683", "00", "(?:[4-7]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], "NZ": ["64", "0(?:0|161)", "[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|8|90", "50(?:[0367]|88)|8|90"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["24|[346]|7[2-57-9]|9[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:10|74)|[589]"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1|2[028]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,5})", "$1 $2 $3", ["2(?:[169]|7[0-35-9])|7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00"], "OM": ["968", "00", "(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}", [7, 8, 9], [["(\\d{3})(\\d{4,6})", "$1 $2", ["[58]"]], ["(\\d{2})(\\d{6})", "$1 $2", ["2"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[179]"]]]], "PA": ["507", "00", "(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}", [7, 8, 10, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[1-57-9]"]], ["(\\d{4})(\\d{4})", "$1-$2", ["[68]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]]], "PE": ["51", "00|19(?:1[124]|77|90)00", "(?:[14-8]|9\\d)\\d{7}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["80"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["1"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[4-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"]]], "0", 0, 0, 0, 0, 0, 0, "00", " Anexo "], "PF": ["689", "00", "4\\d{5}(?:\\d{2})?|8\\d{7,8}", [6, 8, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["44"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4|8[7-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], "PG": ["675", "00|140[1-3]", "(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["18|[2-69]|85"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[78]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "PH": ["63", "00", "(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}", [6, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{5})", "$1 $2", ["2"], "(0$1)"], ["(\\d{4})(\\d{4,6})", "$1 $2", ["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2", "3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"], "(0$1)"], ["(\\d{5})(\\d{4})", "$1 $2", ["346|4(?:27|9[35])|883", "3469|4(?:279|9(?:30|56))|8834"], "(0$1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|8[2-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["1"]]], "0"], "PK": ["92", "00", "122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,7})", "$1 $2 $3", ["[89]0"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["1"]], ["(\\d{3})(\\d{6,7})", "$1 $2", ["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])", "9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"], "(0$1)"], ["(\\d{2})(\\d{7,8})", "$1 $2", ["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"], "(0$1)"], ["(\\d{5})(\\d{5})", "$1 $2", ["58"], "(0$1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[24-9]"], "(0$1)"]], "0"], "PL": ["48", "00", "(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|20|64"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1", "(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["64"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[2-8]|[2-7]|8[1-79]|9[145]"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["8"]]]], "PM": ["508", "00", "[45]\\d{5}|(?:708|8\\d\\d)\\d{6}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[45]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "PR": ["1", "011", "(?:[589]\\d\\d|787)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "787|939"], "PS": ["970", "00", "[2489]2\\d{6}|(?:1\\d|5)\\d{8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2489]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "PT": ["351", "00", "1693\\d{5}|(?:[26-9]\\d|30)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["2[12]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["16|[236-9]"]]]], "PW": ["680", "01[12]", "(?:[24-8]\\d\\d|345|900)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "PY": ["595", "00", "59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3,6})", "$1 $2", ["[2-9]0"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"], "(0$1)"], ["(\\d{3})(\\d{4,5})", "$1 $2", ["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["87"]], ["(\\d{3})(\\d{6})", "$1 $2", ["9(?:[5-79]|8[1-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"]]], "0"], "QA": ["974", "00", "800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}", [7, 8, 9, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["2[16]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[3-7]"]]]], "RE": ["262", "00", "709\\d{6}|(?:26|[689]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"], ["(?:69(?:2\\d\\d|3(?:[06][0-6]|1[013]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\d{4}"], ["80\\d{7}"], ["89[1-37-9]\\d{6}"], 0, 0, 0, 0, ["9(?:399[0-3]|479[0-6]|76(?:2[278]|3[0-37]))\\d{4}"], ["8(?:1[019]|2[0156]|84|90)\\d{6}"]]], "RO": ["40", "00", "(?:[236-8]\\d|90)\\d{7}|[23]\\d{5}", [6, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["2[3-6]", "2[3-6]\\d9"], "0$1"], ["(\\d{2})(\\d{4})", "$1 $2", ["219|31"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[23]1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[236-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, " int "], "RS": ["381", "00", "38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}", [6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{3,9})", "$1 $2", ["(?:2[389]|39)0|[7-9]"], "0$1"], ["(\\d{2})(\\d{5,10})", "$1 $2", ["[1-36]"], "0$1"]], "0"], "RU": ["7", "810", "8\\d{13}|[347-9]\\d{9}", [10, 14], [["(\\d{4})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-8]|2[1-9])", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"], "8 ($1)", 1], ["(\\d{5})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-68]|2[1-9])", "7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))", "7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[349]|8(?:[02-7]|1[1-8])"], "8 ($1)", 1], ["(\\d{4})(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["8"], "8 ($1)"]], "8", 0, 0, 0, 0, "3[04-689]|[489]", 0, "8~10"], "RW": ["250", "00", "(?:06|[27]\\d\\d|[89]00)\\d{6}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0$1"]], "0"], "SA": ["966", "00", "92\\d{7}|(?:[15]|8\\d)\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["9"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["81"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]], "0"], "SB": ["677", "0[01]", "[6-9]\\d{6}|[1-6]\\d{4}", [5, 7], [["(\\d{2})(\\d{5})", "$1 $2", ["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]], "SC": ["248", "010|0[0-2]", "(?:[2489]\\d|64)\\d{5}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[246]|9[57]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "SD": ["249", "00", "[19]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], "SE": ["46", "00", "(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}", [6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["20"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{4})", "$1-$2", ["9(?:00|39|44|9)"], "0$1", 0, "$1 $2"], ["(\\d{2})(\\d{3})(\\d{2})", "$1-$2 $3", ["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3"], ["(\\d)(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{2,3})(\\d{3})", "$1-$2 $3", ["9(?:00|39|44)"], "0$1", 0, "$1 $2 $3"], ["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["10|7"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{3})", "$1-$2 $3 $4", ["9"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4 $5", ["[26]"], "0$1", 0, "$1 $2 $3 $4 $5"]], "0"], "SG": ["65", "0[0-3]\\d", "(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[369]|8(?:0[1-9]|[1-9])"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{4})(\\d{4})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "SH": ["290", "00", "(?:[256]\\d|8)\\d{3}", [4, 5], 0, 0, 0, 0, 0, 0, "[256]"], "SI": ["386", "00|10(?:22|66|88|99)", "[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}", [5, 6, 7, 8], [["(\\d{2})(\\d{3,6})", "$1 $2", ["8[09]|9"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["59|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37][01]|4[0139]|51|6"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-57]"], "(0$1)"]], "0", 0, 0, 0, 0, 0, 0, "00"], "SJ": ["47", "00", "0\\d{4}|(?:[489]\\d|79)\\d{6}", [5, 8], 0, 0, 0, 0, 0, 0, "79"], "SK": ["421", "00", "[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}", [6, 7, 9], [["(\\d)(\\d{2})(\\d{3,4})", "$1 $2 $3", ["21"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["[3-5][1-8]1", "[3-5][1-8]1[67]"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1/$2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[689]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1/$2 $3 $4", ["[3-5]"], "0$1"]], "0"], "SL": ["232", "00", "(?:[237-9]\\d|66)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[236-9]"], "(0$1)"]], "0"], "SM": ["378", "00", "(?:0549|[5-7]\\d)\\d{6}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]"]], ["(\\d{4})(\\d{6})", "$1 $2", ["0"]]], 0, 0, "([89]\\d{5})$", "0549$1"], "SN": ["221", "00", "(?:[378]\\d|93)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[379]"]]]], "SO": ["252", "00", "[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}", [6, 7, 8, 9], [["(\\d{2})(\\d{4})", "$1 $2", ["8[125]"]], ["(\\d{6})", "$1", ["[134]"]], ["(\\d)(\\d{6})", "$1 $2", ["[15]|2[0-79]|3[0-46-8]|4[0-7]"]], ["(\\d)(\\d{7})", "$1 $2", ["(?:2|90)4|[67]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[348]|64|79|90"]], ["(\\d{2})(\\d{5,7})", "$1 $2", ["1|28|6[0-35-9]|7[67]|9[2-9]"]]], "0"], "SR": ["597", "00", "(?:[2-5]|68|[78]\\d)\\d{5}", [6, 7], [["(\\d{2})(\\d{2})(\\d{2})", "$1-$2-$3", ["56"]], ["(\\d{3})(\\d{3})", "$1-$2", ["[2-5]"]], ["(\\d{3})(\\d{4})", "$1-$2", ["[6-8]"]]]], "SS": ["211", "00", "[19]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], "ST": ["239", "00", "(?:22|9\\d)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[29]"]]]], "SV": ["503", "00", "[267]\\d{7}|(?:80\\d|900)\\d{4}(?:\\d{4})?", [7, 8, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[89]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[267]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[89]"]]]], "SX": ["1", "011", "7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "(5\\d{6})$|1", "721$1", 0, "721"], "SY": ["963", "00", "[1-359]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-4]|5[1-3]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[59]"], "0$1", 1]], "0"], "SZ": ["268", "00", "0800\\d{4}|(?:[237]\\d|900)\\d{6}", [8, 9], [["(\\d{4})(\\d{4})", "$1 $2", ["[0237]"]], ["(\\d{5})(\\d{4})", "$1 $2", ["9"]]]], "TA": ["290", "00", "8\\d{3}", [4], 0, 0, 0, 0, 0, 0, "8"], "TC": ["1", "011", "(?:[58]\\d\\d|649|900)\\d{7}", [10], 0, "1", 0, "([2-479]\\d{6})$|1", "649$1", 0, "649"], "TD": ["235", "00|16", "(?:22|[689]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "TG": ["228", "00", "[279]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[279]"]]]], "TH": ["66", "00[1-9]", "(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}", [8, 9, 10, 13], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[13-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "TJ": ["992", "810", "[0-57-9]\\d{8}", [9], [["(\\d{6})(\\d)(\\d{2})", "$1 $2 $3", ["331", "3317"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["44[02-479]|[34]7"]], ["(\\d{4})(\\d)(\\d{4})", "$1 $2 $3", ["3(?:[1245]|3[12])"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[0-57-9]"]]], 0, 0, 0, 0, 0, 0, 0, "8~10"], "TK": ["690", "00", "[2-47]\\d{3,6}", [4, 5, 6, 7]], "TL": ["670", "00", "7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-489]|70"]], ["(\\d{4})(\\d{4})", "$1 $2", ["7"]]]], "TM": ["993", "810", "(?:[1-6]\\d|71)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["12"], "(8 $1)"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-5]"], "(8 $1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[67]"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], "TN": ["216", "00", "[2-57-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-57-9]"]]]], "TO": ["676", "00", "(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}", [5, 7], [["(\\d{2})(\\d{3})", "$1-$2", ["[2-4]|50|6[09]|7[0-24-69]|8[05]"]], ["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[5-9]"]]]], "TR": ["90", "00", "4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}", [7, 10, 12, 13], [["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["512|8[01589]|90"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5(?:[0-59]|61)", "5(?:[0-59]|61[06])", "5(?:[0-59]|61[06]1)"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24][1-8]|3[1-9]"], "(0$1)", 1], ["(\\d{3})(\\d{3})(\\d{6,7})", "$1 $2 $3", ["80"], "0$1", 1]], "0"], "TT": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-46-8]\\d{6})$|1", "868$1", 0, "868"], "TV": ["688", "00", "(?:2|7\\d\\d|90)\\d{4}", [5, 6, 7], [["(\\d{2})(\\d{3})", "$1 $2", ["2"]], ["(\\d{2})(\\d{4})", "$1 $2", ["90"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], "TW": ["886", "0(?:0[25-79]|19)", "[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}", [7, 8, 9, 10, 11], [["(\\d{2})(\\d)(\\d{4})", "$1 $2 $3", ["202"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[258]0"], "0$1"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]", "[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, "#"], "TZ": ["255", "00[056]", "(?:[25-8]\\d|41|90)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[24]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["5"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[67]"], "0$1"]], "0"], "UA": ["380", "00", "[89]\\d{9}|[3-9]\\d{8}", [9, 10], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]", "6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])", "3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|89|9[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "0~0"], "UG": ["256", "00[057]", "800\\d{6}|(?:[29]0|[347]\\d)\\d{7}", [9], [["(\\d{4})(\\d{5})", "$1 $2", ["202", "2024"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[27-9]|4(?:6[45]|[7-9])"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[34]"], "0$1"]], "0"], "US": ["1", "011", "[2-9]\\d{9}|3\\d{6}", [10], [["(\\d{3})(\\d{4})", "$1-$2", ["310"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "($1) $2-$3", ["[2-9]"], 0, 1, "$1-$2-$3"]], "1", 0, 0, 0, 0, 0, [["(?:3052(?:0[0-8]|[1-9]\\d)|5056(?:[0-35-9]\\d|4[0-468]))\\d{4}|(?:2742|305[3-9]|472[247-9]|505[2-57-9]|983[2-47-9])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-47-9]|1[02-9]|2[0135-79]|3[0-24679]|4[167]|5[0-2]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[068]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"], [""], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"], ["900[2-9]\\d{6}"], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}"], 0, 0, 0, ["305209\\d{4}"]]], "UY": ["598", "0(?:0|1[3-9]\\d)", "0004\\d{2,9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}", [6, 7, 8, 9, 10, 11, 12, 13], [["(\\d{3})(\\d{3,4})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[49]0|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[124]"]], ["(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3 $4", ["0"]]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "], "UZ": ["998", "00", "(?:20|33|[5-9]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[235-9]"]]]], "VA": ["39", "00", "0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}", [6, 7, 8, 9, 10, 11, 12], 0, 0, 0, 0, 0, 0, "06698"], "VC": ["1", "011", "(?:[58]\\d\\d|784|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "784$1", 0, "784"], "VE": ["58", "00", "[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}", [10], [["(\\d{3})(\\d{7})", "$1-$2", ["[24-689]"], "0$1"]], "0"], "VG": ["1", "011", "(?:284|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-578]\\d{6})$|1", "284$1", 0, "284"], "VI": ["1", "011", "[58]\\d{9}|(?:34|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "340$1", 0, "340"], "VN": ["84", "00", "[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["80"], "0$1", 1], ["(\\d{4})(\\d{4,6})", "$1 $2", ["1"], 0, 1], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["6"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[357-9]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["2[48]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["2"], "0$1", 1]], "0"], "VU": ["678", "00", "[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}", [5, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["[57-9]"]]]], "WF": ["681", "00", "(?:40|72|8\\d{4})\\d{4}|[89]\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[47-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], "WS": ["685", "0", "(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}", [5, 6, 7, 10], [["(\\d{5})", "$1", ["[2-5]|6[1-9]"]], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[68]"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], "XK": ["383", "00", "2\\d{7,8}|3\\d{7,11}|(?:4\\d\\d|[89]00)\\d{5}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2|39"], "0$1"], ["(\\d{2})(\\d{7,10})", "$1 $2", ["3"], "0$1"]], "0"], "YE": ["967", "00", "(?:1|7\\d)\\d{7}|[1-7]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-6]|7(?:[24-6]|8[0-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"], "0$1"]], "0"], "YT": ["262", "00", "7093\\d{5}|(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"], ["(?:639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])|7093[5-7])\\d{4}"], ["80\\d{7}"], 0, 0, 0, 0, 0, ["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]], "ZA": ["27", "00", "[1-79]\\d{8}|8\\d{4,9}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,4})", "$1 $2", ["8[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["8[1-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["860"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], "ZM": ["260", "00", "800\\d{6}|(?:21|[579]\\d|63)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[579]"], "0$1"]], "0"], "ZW": ["263", "00", "2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}", [5, 6, 7, 8, 9, 10], [["(\\d{3})(\\d{3,5})", "$1 $2", ["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"], "0$1"], ["(\\d)(\\d{3})(\\d{2,4})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["80"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2", "2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)", "2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["29[013-9]|39|54"], "0$1"], ["(\\d{4})(\\d{3,5})", "$1 $2", ["(?:25|54)8", "258|5483"], "0$1"]], "0"] }, "nonGeographic": { "800": ["800", 0, "(?:00|[1-9]\\d)\\d{6}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["\\d"]]], 0, 0, 0, 0, 0, 0, [0, 0, ["(?:00|[1-9]\\d)\\d{6}"]]], "808": ["808", 0, "[1-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[1-9]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, 0, ["[1-9]\\d{7}"]]], "870": ["870", 0, "7\\d{11}|[235-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"], 0, 0, 0, 0, 0, 0, ["2\\d{8}", [9]]]], "878": ["878", 0, "10\\d{10}", [12], [["(\\d{2})(\\d{5})(\\d{5})", "$1 $2 $3", ["1"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["10\\d{10}"]]], "881": ["881", 0, "6\\d{9}|[0-36-9]\\d{8}", [9, 10], [["(\\d)(\\d{3})(\\d{5})", "$1 $2 $3", ["[0-37-9]"]], ["(\\d)(\\d{3})(\\d{5,6})", "$1 $2 $3", ["6"]]], 0, 0, 0, 0, 0, 0, [0, ["6\\d{9}|[0-36-9]\\d{8}"]]], "882": ["882", 0, "[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5})", "$1 $2", ["16|342"]], ["(\\d{2})(\\d{6})", "$1 $2", ["49"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["1[36]|9"]], ["(\\d{2})(\\d{4})(\\d{3})", "$1 $2 $3", ["3[23]"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["16"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|23|3(?:[15]|4[57])|4|51"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["34"]], ["(\\d{2})(\\d{4,5})(\\d{5})", "$1 $2 $3", ["[1-35]"]]], 0, 0, 0, 0, 0, 0, [0, ["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|50\\d{3})\\d{7}", [7, 8, 9, 10, 12]], 0, 0, 0, ["348[57]\\d{7}", [11]], 0, 0, ["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]], "883": ["883", 0, "(?:[1-4]\\d|51)\\d{6,10}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,8})", "$1 $2 $3", ["[14]|2[24-689]|3[02-689]|51[24-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["510"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["21"]], ["(\\d{4})(\\d{4})(\\d{4})", "$1 $2 $3", ["51[13]"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[235]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]], "888": ["888", 0, "\\d{11}", [11], [["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3"]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, ["\\d{11}"]]], "979": ["979", 0, "[1359]\\d{8}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[1359]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, ["[1359]\\d{8}"]]] } };
|
|
21541
21488
|
function withMetadataArgument(func, _arguments) {
|
|
21542
21489
|
var args = Array.prototype.slice.call(_arguments);
|
|
21543
21490
|
args.push(metadata);
|
|
@@ -21565,39 +21512,32 @@ var objectConstructor = {}.constructor;
|
|
|
21565
21512
|
function isObject(object) {
|
|
21566
21513
|
return object !== void 0 && object !== null && object.constructor === objectConstructor;
|
|
21567
21514
|
}
|
|
21568
|
-
function _typeof$
|
|
21515
|
+
function _typeof$1(obj) {
|
|
21569
21516
|
"@babel/helpers - typeof";
|
|
21570
|
-
return _typeof$
|
|
21571
|
-
return typeof
|
|
21572
|
-
} : function(
|
|
21573
|
-
return
|
|
21574
|
-
}, _typeof$
|
|
21575
|
-
}
|
|
21576
|
-
function _classCallCheck$2(a, n) {
|
|
21577
|
-
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
21517
|
+
return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
|
|
21518
|
+
return typeof obj2;
|
|
21519
|
+
} : function(obj2) {
|
|
21520
|
+
return obj2 && "function" == typeof Symbol && obj2.constructor === Symbol && obj2 !== Symbol.prototype ? "symbol" : typeof obj2;
|
|
21521
|
+
}, _typeof$1(obj);
|
|
21578
21522
|
}
|
|
21579
|
-
function
|
|
21580
|
-
|
|
21581
|
-
|
|
21582
|
-
o.enumerable = o.enumerable || false, o.configurable = true, "value" in o && (o.writable = true), Object.defineProperty(e, _toPropertyKey$6(o.key), o);
|
|
21523
|
+
function _classCallCheck$2(instance, Constructor) {
|
|
21524
|
+
if (!(instance instanceof Constructor)) {
|
|
21525
|
+
throw new TypeError("Cannot call a class as a function");
|
|
21583
21526
|
}
|
|
21584
21527
|
}
|
|
21585
|
-
function
|
|
21586
|
-
|
|
21587
|
-
|
|
21588
|
-
|
|
21589
|
-
|
|
21590
|
-
|
|
21591
|
-
|
|
21592
|
-
function _toPrimitive$6(t2, r) {
|
|
21593
|
-
if ("object" != _typeof$7(t2) || !t2) return t2;
|
|
21594
|
-
var e = t2[Symbol.toPrimitive];
|
|
21595
|
-
if (void 0 !== e) {
|
|
21596
|
-
var i = e.call(t2, r);
|
|
21597
|
-
if ("object" != _typeof$7(i)) return i;
|
|
21598
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
21528
|
+
function _defineProperties$1(target, props) {
|
|
21529
|
+
for (var i = 0; i < props.length; i++) {
|
|
21530
|
+
var descriptor = props[i];
|
|
21531
|
+
descriptor.enumerable = descriptor.enumerable || false;
|
|
21532
|
+
descriptor.configurable = true;
|
|
21533
|
+
if ("value" in descriptor) descriptor.writable = true;
|
|
21534
|
+
Object.defineProperty(target, descriptor.key, descriptor);
|
|
21599
21535
|
}
|
|
21600
|
-
|
|
21536
|
+
}
|
|
21537
|
+
function _createClass$2(Constructor, protoProps, staticProps) {
|
|
21538
|
+
if (protoProps) _defineProperties$1(Constructor.prototype, protoProps);
|
|
21539
|
+
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
21540
|
+
return Constructor;
|
|
21601
21541
|
}
|
|
21602
21542
|
var V3 = "1.2.0";
|
|
21603
21543
|
var V4 = "1.7.35";
|
|
@@ -21610,7 +21550,7 @@ var Metadata = /* @__PURE__ */ function() {
|
|
|
21610
21550
|
this.metadata = metadata2;
|
|
21611
21551
|
setVersion.call(this, metadata2);
|
|
21612
21552
|
}
|
|
21613
|
-
|
|
21553
|
+
_createClass$2(Metadata2, [{
|
|
21614
21554
|
key: "getCountries",
|
|
21615
21555
|
value: function getCountries() {
|
|
21616
21556
|
return Object.keys(this.metadata.countries).filter(function(_) {
|
|
@@ -21815,6 +21755,7 @@ var Metadata = /* @__PURE__ */ function() {
|
|
|
21815
21755
|
return this.numberingPlan !== void 0;
|
|
21816
21756
|
}
|
|
21817
21757
|
}]);
|
|
21758
|
+
return Metadata2;
|
|
21818
21759
|
}();
|
|
21819
21760
|
var NumberingPlan = /* @__PURE__ */ function() {
|
|
21820
21761
|
function NumberingPlan2(metadata2, globalMetadataObject) {
|
|
@@ -21823,7 +21764,7 @@ var NumberingPlan = /* @__PURE__ */ function() {
|
|
|
21823
21764
|
this.metadata = metadata2;
|
|
21824
21765
|
setVersion.call(this, globalMetadataObject.metadata);
|
|
21825
21766
|
}
|
|
21826
|
-
|
|
21767
|
+
_createClass$2(NumberingPlan2, [{
|
|
21827
21768
|
key: "callingCode",
|
|
21828
21769
|
value: function callingCode() {
|
|
21829
21770
|
return this.metadata[0];
|
|
@@ -21962,6 +21903,7 @@ var NumberingPlan = /* @__PURE__ */ function() {
|
|
|
21962
21903
|
return this.metadata[13] || DEFAULT_EXT_PREFIX;
|
|
21963
21904
|
}
|
|
21964
21905
|
}]);
|
|
21906
|
+
return NumberingPlan2;
|
|
21965
21907
|
}();
|
|
21966
21908
|
var Format = /* @__PURE__ */ function() {
|
|
21967
21909
|
function Format2(format2, metadata2) {
|
|
@@ -21969,7 +21911,7 @@ var Format = /* @__PURE__ */ function() {
|
|
|
21969
21911
|
this._format = format2;
|
|
21970
21912
|
this.metadata = metadata2;
|
|
21971
21913
|
}
|
|
21972
|
-
|
|
21914
|
+
_createClass$2(Format2, [{
|
|
21973
21915
|
key: "pattern",
|
|
21974
21916
|
value: function pattern() {
|
|
21975
21917
|
return this._format[0];
|
|
@@ -22012,6 +21954,7 @@ var Format = /* @__PURE__ */ function() {
|
|
|
22012
21954
|
return this._format[5] || this.format();
|
|
22013
21955
|
}
|
|
22014
21956
|
}]);
|
|
21957
|
+
return Format2;
|
|
22015
21958
|
}();
|
|
22016
21959
|
var FIRST_GROUP_ONLY_PREFIX_PATTERN = /^\(?\$1\)?$/;
|
|
22017
21960
|
var Type = /* @__PURE__ */ function() {
|
|
@@ -22020,7 +21963,7 @@ var Type = /* @__PURE__ */ function() {
|
|
|
22020
21963
|
this.type = type;
|
|
22021
21964
|
this.metadata = metadata2;
|
|
22022
21965
|
}
|
|
22023
|
-
|
|
21966
|
+
_createClass$2(Type2, [{
|
|
22024
21967
|
key: "pattern",
|
|
22025
21968
|
value: function pattern() {
|
|
22026
21969
|
if (this.metadata.v1) return this.type;
|
|
@@ -22033,6 +21976,7 @@ var Type = /* @__PURE__ */ function() {
|
|
|
22033
21976
|
return this.type[1] || this.metadata.possibleLengths();
|
|
22034
21977
|
}
|
|
22035
21978
|
}]);
|
|
21979
|
+
return Type2;
|
|
22036
21980
|
}();
|
|
22037
21981
|
function getType(types, type) {
|
|
22038
21982
|
switch (type) {
|
|
@@ -22067,12 +22011,12 @@ function validateMetadata(metadata2) {
|
|
|
22067
22011
|
}
|
|
22068
22012
|
}
|
|
22069
22013
|
var typeOf = function typeOf2(_) {
|
|
22070
|
-
return _typeof$
|
|
22014
|
+
return _typeof$1(_);
|
|
22071
22015
|
};
|
|
22072
22016
|
function getCountryCallingCode(country, metadata2) {
|
|
22073
22017
|
metadata2 = new Metadata(metadata2);
|
|
22074
22018
|
if (metadata2.hasCountry(country)) {
|
|
22075
|
-
return metadata2.
|
|
22019
|
+
return metadata2.country(country).countryCallingCode();
|
|
22076
22020
|
}
|
|
22077
22021
|
throw new Error("Unknown country: ".concat(country));
|
|
22078
22022
|
}
|
|
@@ -22098,14 +22042,10 @@ function setVersion(metadata2) {
|
|
|
22098
22042
|
}
|
|
22099
22043
|
}
|
|
22100
22044
|
}
|
|
22101
|
-
function checkNumberLength(nationalNumber,
|
|
22102
|
-
return checkNumberLengthForType(nationalNumber,
|
|
22045
|
+
function checkNumberLength(nationalNumber, metadata2) {
|
|
22046
|
+
return checkNumberLengthForType(nationalNumber, void 0, metadata2);
|
|
22103
22047
|
}
|
|
22104
|
-
function checkNumberLengthForType(nationalNumber,
|
|
22105
|
-
if (country) {
|
|
22106
|
-
metadata2 = new Metadata(metadata2.metadata);
|
|
22107
|
-
metadata2.selectNumberingPlan(country);
|
|
22108
|
-
}
|
|
22048
|
+
function checkNumberLengthForType(nationalNumber, type, metadata2) {
|
|
22109
22049
|
var type_info = metadata2.type(type);
|
|
22110
22050
|
var possible_lengths = type_info && type_info.possibleLengths() || metadata2.possibleLengths();
|
|
22111
22051
|
if (!possible_lengths) {
|
|
@@ -22142,7 +22082,7 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
22142
22082
|
if (!metadata2.hasCountry(input.country)) {
|
|
22143
22083
|
throw new Error("Unknown country: ".concat(input.country));
|
|
22144
22084
|
}
|
|
22145
|
-
metadata2.
|
|
22085
|
+
metadata2.country(input.country);
|
|
22146
22086
|
} else {
|
|
22147
22087
|
if (!input.countryCallingCode) {
|
|
22148
22088
|
throw new Error("Invalid phone number object passed");
|
|
@@ -22151,7 +22091,7 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
22151
22091
|
}
|
|
22152
22092
|
}
|
|
22153
22093
|
if (metadata2.possibleLengths()) {
|
|
22154
|
-
return isPossibleNumber(input.phone || input.nationalNumber,
|
|
22094
|
+
return isPossibleNumber(input.phone || input.nationalNumber, metadata2);
|
|
22155
22095
|
} else {
|
|
22156
22096
|
if (input.countryCallingCode && metadata2.isNonGeographicCallingCode(input.countryCallingCode)) {
|
|
22157
22097
|
return true;
|
|
@@ -22160,41 +22100,45 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
22160
22100
|
}
|
|
22161
22101
|
}
|
|
22162
22102
|
}
|
|
22163
|
-
function isPossibleNumber(nationalNumber,
|
|
22164
|
-
switch (checkNumberLength(nationalNumber,
|
|
22103
|
+
function isPossibleNumber(nationalNumber, metadata2) {
|
|
22104
|
+
switch (checkNumberLength(nationalNumber, metadata2)) {
|
|
22165
22105
|
case "IS_POSSIBLE":
|
|
22166
22106
|
return true;
|
|
22167
22107
|
default:
|
|
22168
22108
|
return false;
|
|
22169
22109
|
}
|
|
22170
22110
|
}
|
|
22171
|
-
function matchesEntirely(text2,
|
|
22111
|
+
function matchesEntirely(text2, regular_expression) {
|
|
22172
22112
|
text2 = text2 || "";
|
|
22173
|
-
return new RegExp("^(?:" +
|
|
22174
|
-
}
|
|
22175
|
-
function _createForOfIteratorHelperLoose$
|
|
22176
|
-
var
|
|
22177
|
-
if (
|
|
22178
|
-
if (Array.isArray(
|
|
22179
|
-
|
|
22180
|
-
var
|
|
22113
|
+
return new RegExp("^(?:" + regular_expression + ")$").test(text2);
|
|
22114
|
+
}
|
|
22115
|
+
function _createForOfIteratorHelperLoose$3(o, allowArrayLike) {
|
|
22116
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
22117
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
22118
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$4(o)) || allowArrayLike) {
|
|
22119
|
+
if (it) o = it;
|
|
22120
|
+
var i = 0;
|
|
22181
22121
|
return function() {
|
|
22182
|
-
|
|
22122
|
+
if (i >= o.length) return { done: true };
|
|
22123
|
+
return { done: false, value: o[i++] };
|
|
22183
22124
|
};
|
|
22184
22125
|
}
|
|
22185
22126
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22186
22127
|
}
|
|
22187
|
-
function _unsupportedIterableToArray$
|
|
22188
|
-
if (
|
|
22189
|
-
|
|
22190
|
-
|
|
22191
|
-
|
|
22192
|
-
|
|
22128
|
+
function _unsupportedIterableToArray$4(o, minLen) {
|
|
22129
|
+
if (!o) return;
|
|
22130
|
+
if (typeof o === "string") return _arrayLikeToArray$4(o, minLen);
|
|
22131
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
22132
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
22133
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
22134
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$4(o, minLen);
|
|
22193
22135
|
}
|
|
22194
|
-
function _arrayLikeToArray$
|
|
22195
|
-
(
|
|
22196
|
-
for (var
|
|
22197
|
-
|
|
22136
|
+
function _arrayLikeToArray$4(arr, len) {
|
|
22137
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
22138
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
22139
|
+
arr2[i] = arr[i];
|
|
22140
|
+
}
|
|
22141
|
+
return arr2;
|
|
22198
22142
|
}
|
|
22199
22143
|
var NON_FIXED_LINE_PHONE_TYPES = ["MOBILE", "PREMIUM_RATE", "TOLL_FREE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL"];
|
|
22200
22144
|
function getNumberType(input, options, metadata2) {
|
|
@@ -22220,7 +22164,7 @@ function getNumberType(input, options, metadata2) {
|
|
|
22220
22164
|
}
|
|
22221
22165
|
return "FIXED_LINE";
|
|
22222
22166
|
}
|
|
22223
|
-
for (var _iterator = _createForOfIteratorHelperLoose$
|
|
22167
|
+
for (var _iterator = _createForOfIteratorHelperLoose$3(NON_FIXED_LINE_PHONE_TYPES), _step; !(_step = _iterator()).done; ) {
|
|
22224
22168
|
var type = _step.value;
|
|
22225
22169
|
if (isNumberTypeEqualTo(nationalNumber, type, metadata2)) {
|
|
22226
22170
|
return type;
|
|
@@ -22228,14 +22172,14 @@ function getNumberType(input, options, metadata2) {
|
|
|
22228
22172
|
}
|
|
22229
22173
|
}
|
|
22230
22174
|
function isNumberTypeEqualTo(nationalNumber, type, metadata2) {
|
|
22231
|
-
|
|
22232
|
-
if (!
|
|
22175
|
+
type = metadata2.type(type);
|
|
22176
|
+
if (!type || !type.pattern()) {
|
|
22233
22177
|
return false;
|
|
22234
22178
|
}
|
|
22235
|
-
if (
|
|
22179
|
+
if (type.possibleLengths() && type.possibleLengths().indexOf(nationalNumber.length) < 0) {
|
|
22236
22180
|
return false;
|
|
22237
22181
|
}
|
|
22238
|
-
return matchesEntirely(nationalNumber,
|
|
22182
|
+
return matchesEntirely(nationalNumber, type.pattern());
|
|
22239
22183
|
}
|
|
22240
22184
|
function isValidNumber(input, options, metadata2) {
|
|
22241
22185
|
options = options || {};
|
|
@@ -22339,63 +22283,7 @@ function extractNationalNumberFromPossiblyIncompleteNumber(number2, metadata2) {
|
|
|
22339
22283
|
nationalNumber: number2
|
|
22340
22284
|
};
|
|
22341
22285
|
}
|
|
22342
|
-
function
|
|
22343
|
-
var t2 = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
22344
|
-
if (t2) return (t2 = t2.call(r)).next.bind(t2);
|
|
22345
|
-
if (Array.isArray(r) || (t2 = _unsupportedIterableToArray$2(r)) || e) {
|
|
22346
|
-
t2 && (r = t2);
|
|
22347
|
-
var o = 0;
|
|
22348
|
-
return function() {
|
|
22349
|
-
return o >= r.length ? { done: true } : { done: false, value: r[o++] };
|
|
22350
|
-
};
|
|
22351
|
-
}
|
|
22352
|
-
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22353
|
-
}
|
|
22354
|
-
function _unsupportedIterableToArray$2(r, a) {
|
|
22355
|
-
if (r) {
|
|
22356
|
-
if ("string" == typeof r) return _arrayLikeToArray$2(r, a);
|
|
22357
|
-
var t2 = {}.toString.call(r).slice(8, -1);
|
|
22358
|
-
return "Object" === t2 && r.constructor && (t2 = r.constructor.name), "Map" === t2 || "Set" === t2 ? Array.from(r) : "Arguments" === t2 || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t2) ? _arrayLikeToArray$2(r, a) : void 0;
|
|
22359
|
-
}
|
|
22360
|
-
}
|
|
22361
|
-
function _arrayLikeToArray$2(r, a) {
|
|
22362
|
-
(null == a || a > r.length) && (a = r.length);
|
|
22363
|
-
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
22364
|
-
return n;
|
|
22365
|
-
}
|
|
22366
|
-
function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
|
|
22367
|
-
var countries = _ref.countries, metadata2 = _ref.metadata;
|
|
22368
|
-
metadata2 = new Metadata(metadata2);
|
|
22369
|
-
for (var _iterator = _createForOfIteratorHelperLoose$1(countries), _step; !(_step = _iterator()).done; ) {
|
|
22370
|
-
var country = _step.value;
|
|
22371
|
-
metadata2.selectNumberingPlan(country);
|
|
22372
|
-
if (metadata2.leadingDigits()) {
|
|
22373
|
-
if (nationalPhoneNumber && nationalPhoneNumber.search(metadata2.leadingDigits()) === 0) {
|
|
22374
|
-
return country;
|
|
22375
|
-
}
|
|
22376
|
-
} else if (getNumberType({
|
|
22377
|
-
phone: nationalPhoneNumber,
|
|
22378
|
-
country
|
|
22379
|
-
}, void 0, metadata2.metadata)) {
|
|
22380
|
-
return country;
|
|
22381
|
-
}
|
|
22382
|
-
}
|
|
22383
|
-
}
|
|
22384
|
-
function getCountryByCallingCode(callingCode, _ref) {
|
|
22385
|
-
var nationalPhoneNumber = _ref.nationalNumber, metadata2 = _ref.metadata;
|
|
22386
|
-
var possibleCountries = metadata2.getCountryCodesForCallingCode(callingCode);
|
|
22387
|
-
if (!possibleCountries) {
|
|
22388
|
-
return;
|
|
22389
|
-
}
|
|
22390
|
-
if (possibleCountries.length === 1) {
|
|
22391
|
-
return possibleCountries[0];
|
|
22392
|
-
}
|
|
22393
|
-
return getCountryByNationalNumber(nationalPhoneNumber, {
|
|
22394
|
-
countries: possibleCountries,
|
|
22395
|
-
metadata: metadata2.metadata
|
|
22396
|
-
});
|
|
22397
|
-
}
|
|
22398
|
-
function extractNationalNumber(number2, country, metadata2) {
|
|
22286
|
+
function extractNationalNumber(number2, metadata2) {
|
|
22399
22287
|
var _extractNationalNumbe = extractNationalNumberFromPossiblyIncompleteNumber(number2, metadata2), carrierCode = _extractNationalNumbe.carrierCode, nationalNumber = _extractNationalNumbe.nationalNumber;
|
|
22400
22288
|
if (nationalNumber !== number2) {
|
|
22401
22289
|
if (!shouldHaveExtractedNationalPrefix(number2, nationalNumber, metadata2)) {
|
|
@@ -22403,14 +22291,8 @@ function extractNationalNumber(number2, country, metadata2) {
|
|
|
22403
22291
|
nationalNumber: number2
|
|
22404
22292
|
};
|
|
22405
22293
|
}
|
|
22406
|
-
if (metadata2.
|
|
22407
|
-
if (!
|
|
22408
|
-
country = getCountryByCallingCode(metadata2.numberingPlan.callingCode(), {
|
|
22409
|
-
nationalNumber,
|
|
22410
|
-
metadata: metadata2
|
|
22411
|
-
});
|
|
22412
|
-
}
|
|
22413
|
-
if (!isPossibleIncompleteNationalNumber(nationalNumber, country, metadata2)) {
|
|
22294
|
+
if (metadata2.possibleLengths()) {
|
|
22295
|
+
if (!isPossibleIncompleteNationalNumber(nationalNumber, metadata2)) {
|
|
22414
22296
|
return {
|
|
22415
22297
|
nationalNumber: number2
|
|
22416
22298
|
};
|
|
@@ -22428,8 +22310,8 @@ function shouldHaveExtractedNationalPrefix(nationalNumberBefore, nationalNumberA
|
|
|
22428
22310
|
}
|
|
22429
22311
|
return true;
|
|
22430
22312
|
}
|
|
22431
|
-
function isPossibleIncompleteNationalNumber(nationalNumber,
|
|
22432
|
-
switch (checkNumberLength(nationalNumber,
|
|
22313
|
+
function isPossibleIncompleteNationalNumber(nationalNumber, metadata2) {
|
|
22314
|
+
switch (checkNumberLength(nationalNumber, metadata2)) {
|
|
22433
22315
|
case "TOO_SHORT":
|
|
22434
22316
|
case "INVALID_LENGTH":
|
|
22435
22317
|
return false;
|
|
@@ -22437,15 +22319,15 @@ function isPossibleIncompleteNationalNumber(nationalNumber, country, metadata2)
|
|
|
22437
22319
|
return true;
|
|
22438
22320
|
}
|
|
22439
22321
|
}
|
|
22440
|
-
function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country,
|
|
22441
|
-
var countryCallingCode =
|
|
22322
|
+
function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country, callingCode, metadata2) {
|
|
22323
|
+
var countryCallingCode = country ? getCountryCallingCode(country, metadata2) : callingCode;
|
|
22442
22324
|
if (number2.indexOf(countryCallingCode) === 0) {
|
|
22443
22325
|
metadata2 = new Metadata(metadata2);
|
|
22444
|
-
metadata2.selectNumberingPlan(
|
|
22326
|
+
metadata2.selectNumberingPlan(country, callingCode);
|
|
22445
22327
|
var possibleShorterNumber = number2.slice(countryCallingCode.length);
|
|
22446
|
-
var _extractNationalNumbe = extractNationalNumber(possibleShorterNumber,
|
|
22447
|
-
var _extractNationalNumbe2 = extractNationalNumber(number2,
|
|
22448
|
-
if (!matchesEntirely(nationalNumber, metadata2.nationalNumberPattern()) && matchesEntirely(possibleShorterNationalNumber, metadata2.nationalNumberPattern()) || checkNumberLength(nationalNumber,
|
|
22328
|
+
var _extractNationalNumbe = extractNationalNumber(possibleShorterNumber, metadata2), possibleShorterNationalNumber = _extractNationalNumbe.nationalNumber;
|
|
22329
|
+
var _extractNationalNumbe2 = extractNationalNumber(number2, metadata2), nationalNumber = _extractNationalNumbe2.nationalNumber;
|
|
22330
|
+
if (!matchesEntirely(nationalNumber, metadata2.nationalNumberPattern()) && matchesEntirely(possibleShorterNationalNumber, metadata2.nationalNumberPattern()) || checkNumberLength(nationalNumber, metadata2) === "TOO_LONG") {
|
|
22449
22331
|
return {
|
|
22450
22332
|
countryCallingCode,
|
|
22451
22333
|
number: possibleShorterNumber
|
|
@@ -22456,19 +22338,19 @@ function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2
|
|
|
22456
22338
|
number: number2
|
|
22457
22339
|
};
|
|
22458
22340
|
}
|
|
22459
|
-
function extractCountryCallingCode(number2, country,
|
|
22341
|
+
function extractCountryCallingCode(number2, country, callingCode, metadata2) {
|
|
22460
22342
|
if (!number2) {
|
|
22461
22343
|
return {};
|
|
22462
22344
|
}
|
|
22463
22345
|
var isNumberWithIddPrefix;
|
|
22464
22346
|
if (number2[0] !== "+") {
|
|
22465
|
-
var numberWithoutIDD = stripIddPrefix(number2,
|
|
22347
|
+
var numberWithoutIDD = stripIddPrefix(number2, country, callingCode, metadata2);
|
|
22466
22348
|
if (numberWithoutIDD && numberWithoutIDD !== number2) {
|
|
22467
22349
|
isNumberWithIddPrefix = true;
|
|
22468
22350
|
number2 = "+" + numberWithoutIDD;
|
|
22469
22351
|
} else {
|
|
22470
|
-
if (
|
|
22471
|
-
var _extractCountryCallin = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country,
|
|
22352
|
+
if (country || callingCode) {
|
|
22353
|
+
var _extractCountryCallin = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country, callingCode, metadata2), countryCallingCode = _extractCountryCallin.countryCallingCode, shorterNumber = _extractCountryCallin.number;
|
|
22472
22354
|
if (countryCallingCode) {
|
|
22473
22355
|
return {
|
|
22474
22356
|
countryCallingCodeSource: "FROM_NUMBER_WITHOUT_PLUS_SIGN",
|
|
@@ -22592,6 +22474,63 @@ function formatRFC3966(_ref) {
|
|
|
22592
22474
|
}
|
|
22593
22475
|
return "tel:".concat(number2).concat(ext ? ";ext=" + ext : "");
|
|
22594
22476
|
}
|
|
22477
|
+
function _createForOfIteratorHelperLoose$2(o, allowArrayLike) {
|
|
22478
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
22479
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
22480
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$3(o)) || allowArrayLike) {
|
|
22481
|
+
if (it) o = it;
|
|
22482
|
+
var i = 0;
|
|
22483
|
+
return function() {
|
|
22484
|
+
if (i >= o.length) return { done: true };
|
|
22485
|
+
return { done: false, value: o[i++] };
|
|
22486
|
+
};
|
|
22487
|
+
}
|
|
22488
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22489
|
+
}
|
|
22490
|
+
function _unsupportedIterableToArray$3(o, minLen) {
|
|
22491
|
+
if (!o) return;
|
|
22492
|
+
if (typeof o === "string") return _arrayLikeToArray$3(o, minLen);
|
|
22493
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
22494
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
22495
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
22496
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$3(o, minLen);
|
|
22497
|
+
}
|
|
22498
|
+
function _arrayLikeToArray$3(arr, len) {
|
|
22499
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
22500
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
22501
|
+
arr2[i] = arr[i];
|
|
22502
|
+
}
|
|
22503
|
+
return arr2;
|
|
22504
|
+
}
|
|
22505
|
+
function ownKeys$6(object, enumerableOnly) {
|
|
22506
|
+
var keys = Object.keys(object);
|
|
22507
|
+
if (Object.getOwnPropertySymbols) {
|
|
22508
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
22509
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
22510
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
22511
|
+
})), keys.push.apply(keys, symbols);
|
|
22512
|
+
}
|
|
22513
|
+
return keys;
|
|
22514
|
+
}
|
|
22515
|
+
function _objectSpread$6(target) {
|
|
22516
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
22517
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
22518
|
+
i % 2 ? ownKeys$6(Object(source), true).forEach(function(key) {
|
|
22519
|
+
_defineProperty$6(target, key, source[key]);
|
|
22520
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$6(Object(source)).forEach(function(key) {
|
|
22521
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
22522
|
+
});
|
|
22523
|
+
}
|
|
22524
|
+
return target;
|
|
22525
|
+
}
|
|
22526
|
+
function _defineProperty$6(obj, key, value) {
|
|
22527
|
+
if (key in obj) {
|
|
22528
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
22529
|
+
} else {
|
|
22530
|
+
obj[key] = value;
|
|
22531
|
+
}
|
|
22532
|
+
return obj;
|
|
22533
|
+
}
|
|
22595
22534
|
var DEFAULT_OPTIONS = {
|
|
22596
22535
|
formatExtension: function formatExtension(formattedNumber, extension, metadata2) {
|
|
22597
22536
|
return "".concat(formattedNumber).concat(metadata2.ext()).concat(extension);
|
|
@@ -22599,7 +22538,7 @@ var DEFAULT_OPTIONS = {
|
|
|
22599
22538
|
};
|
|
22600
22539
|
function formatNumber(input, format2, options, metadata2) {
|
|
22601
22540
|
if (options) {
|
|
22602
|
-
options =
|
|
22541
|
+
options = _objectSpread$6(_objectSpread$6({}, DEFAULT_OPTIONS), options);
|
|
22603
22542
|
} else {
|
|
22604
22543
|
options = DEFAULT_OPTIONS;
|
|
22605
22544
|
}
|
|
@@ -22608,7 +22547,7 @@ function formatNumber(input, format2, options, metadata2) {
|
|
|
22608
22547
|
if (!metadata2.hasCountry(input.country)) {
|
|
22609
22548
|
throw new Error("Unknown country: ".concat(input.country));
|
|
22610
22549
|
}
|
|
22611
|
-
metadata2.
|
|
22550
|
+
metadata2.country(input.country);
|
|
22612
22551
|
} else if (input.countryCallingCode) {
|
|
22613
22552
|
metadata2.selectNumberingPlan(input.countryCallingCode);
|
|
22614
22553
|
} else return input.phone || "";
|
|
@@ -22641,9 +22580,6 @@ function formatNumber(input, format2, options, metadata2) {
|
|
|
22641
22580
|
return;
|
|
22642
22581
|
}
|
|
22643
22582
|
var formattedNumber = formatIDD(nationalNumber, input.carrierCode, countryCallingCode, options.fromCountry, metadata2);
|
|
22644
|
-
if (!formattedNumber) {
|
|
22645
|
-
return;
|
|
22646
|
-
}
|
|
22647
22583
|
return addExtension(formattedNumber, input.ext, metadata2, options.formatExtension);
|
|
22648
22584
|
default:
|
|
22649
22585
|
throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(format2, '"'));
|
|
@@ -22659,16 +22595,19 @@ function formatNationalNumber(number2, carrierCode, formatAs, metadata2, options
|
|
|
22659
22595
|
withNationalPrefix: format2.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && options && options.nationalPrefix === false ? false : true
|
|
22660
22596
|
});
|
|
22661
22597
|
}
|
|
22662
|
-
function chooseFormatForNumber(availableFormats,
|
|
22663
|
-
|
|
22598
|
+
function chooseFormatForNumber(availableFormats, nationalNnumber) {
|
|
22599
|
+
for (var _iterator = _createForOfIteratorHelperLoose$2(availableFormats), _step; !(_step = _iterator()).done; ) {
|
|
22600
|
+
var format2 = _step.value;
|
|
22664
22601
|
if (format2.leadingDigitsPatterns().length > 0) {
|
|
22665
22602
|
var lastLeadingDigitsPattern = format2.leadingDigitsPatterns()[format2.leadingDigitsPatterns().length - 1];
|
|
22666
|
-
if (
|
|
22667
|
-
|
|
22603
|
+
if (nationalNnumber.search(lastLeadingDigitsPattern) !== 0) {
|
|
22604
|
+
continue;
|
|
22668
22605
|
}
|
|
22669
22606
|
}
|
|
22670
|
-
|
|
22671
|
-
|
|
22607
|
+
if (matchesEntirely(nationalNnumber, format2.pattern())) {
|
|
22608
|
+
return format2;
|
|
22609
|
+
}
|
|
22610
|
+
}
|
|
22672
22611
|
}
|
|
22673
22612
|
function addExtension(formattedNumber, ext, metadata2, formatExtension2) {
|
|
22674
22613
|
return ext ? formatExtension2(formattedNumber, ext, metadata2) : formattedNumber;
|
|
@@ -22687,87 +22626,53 @@ function formatIDD(nationalNumber, carrierCode, countryCallingCode, fromCountry,
|
|
|
22687
22626
|
return "".concat(iddPrefix, " ").concat(countryCallingCode, " ").concat(formatNationalNumber(nationalNumber, null, "INTERNATIONAL", metadata2));
|
|
22688
22627
|
}
|
|
22689
22628
|
}
|
|
22690
|
-
function
|
|
22691
|
-
var
|
|
22692
|
-
|
|
22693
|
-
|
|
22694
|
-
|
|
22695
|
-
|
|
22696
|
-
|
|
22697
|
-
for (var key in objects[i]) {
|
|
22698
|
-
objects[0][key] = objects[i][key];
|
|
22699
|
-
}
|
|
22700
|
-
}
|
|
22701
|
-
i++;
|
|
22702
|
-
}
|
|
22703
|
-
return objects[0];
|
|
22704
|
-
}
|
|
22705
|
-
function pickFirstMatchingElement(elements, testFunction) {
|
|
22706
|
-
var i = 0;
|
|
22707
|
-
while (i < elements.length) {
|
|
22708
|
-
if (testFunction(elements[i])) {
|
|
22709
|
-
return elements[i];
|
|
22710
|
-
}
|
|
22711
|
-
i++;
|
|
22629
|
+
function ownKeys$5(object, enumerableOnly) {
|
|
22630
|
+
var keys = Object.keys(object);
|
|
22631
|
+
if (Object.getOwnPropertySymbols) {
|
|
22632
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
22633
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
22634
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
22635
|
+
})), keys.push.apply(keys, symbols);
|
|
22712
22636
|
}
|
|
22637
|
+
return keys;
|
|
22713
22638
|
}
|
|
22714
|
-
function
|
|
22715
|
-
|
|
22716
|
-
|
|
22717
|
-
|
|
22718
|
-
|
|
22719
|
-
|
|
22720
|
-
|
|
22721
|
-
}
|
|
22722
|
-
function ownKeys$5(e, r) {
|
|
22723
|
-
var t2 = Object.keys(e);
|
|
22724
|
-
if (Object.getOwnPropertySymbols) {
|
|
22725
|
-
var o = Object.getOwnPropertySymbols(e);
|
|
22726
|
-
r && (o = o.filter(function(r2) {
|
|
22727
|
-
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
22728
|
-
})), t2.push.apply(t2, o);
|
|
22729
|
-
}
|
|
22730
|
-
return t2;
|
|
22731
|
-
}
|
|
22732
|
-
function _objectSpread$5(e) {
|
|
22733
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
22734
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
22735
|
-
r % 2 ? ownKeys$5(Object(t2), true).forEach(function(r2) {
|
|
22736
|
-
_defineProperty$5(e, r2, t2[r2]);
|
|
22737
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$5(Object(t2)).forEach(function(r2) {
|
|
22738
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
22639
|
+
function _objectSpread$5(target) {
|
|
22640
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
22641
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
22642
|
+
i % 2 ? ownKeys$5(Object(source), true).forEach(function(key) {
|
|
22643
|
+
_defineProperty$5(target, key, source[key]);
|
|
22644
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$5(Object(source)).forEach(function(key) {
|
|
22645
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
22739
22646
|
});
|
|
22740
22647
|
}
|
|
22741
|
-
return
|
|
22742
|
-
}
|
|
22743
|
-
function _defineProperty$5(e, r, t2) {
|
|
22744
|
-
return (r = _toPropertyKey$5(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
22745
|
-
}
|
|
22746
|
-
function _classCallCheck$1(a, n) {
|
|
22747
|
-
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
22648
|
+
return target;
|
|
22748
22649
|
}
|
|
22749
|
-
function
|
|
22750
|
-
|
|
22751
|
-
|
|
22752
|
-
|
|
22650
|
+
function _defineProperty$5(obj, key, value) {
|
|
22651
|
+
if (key in obj) {
|
|
22652
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
22653
|
+
} else {
|
|
22654
|
+
obj[key] = value;
|
|
22753
22655
|
}
|
|
22656
|
+
return obj;
|
|
22754
22657
|
}
|
|
22755
|
-
function
|
|
22756
|
-
|
|
22757
|
-
|
|
22758
|
-
|
|
22759
|
-
var i = _toPrimitive$5(t2, "string");
|
|
22760
|
-
return "symbol" == _typeof$6(i) ? i : i + "";
|
|
22658
|
+
function _classCallCheck$1(instance, Constructor) {
|
|
22659
|
+
if (!(instance instanceof Constructor)) {
|
|
22660
|
+
throw new TypeError("Cannot call a class as a function");
|
|
22661
|
+
}
|
|
22761
22662
|
}
|
|
22762
|
-
function
|
|
22763
|
-
|
|
22764
|
-
|
|
22765
|
-
|
|
22766
|
-
|
|
22767
|
-
if ("
|
|
22768
|
-
|
|
22663
|
+
function _defineProperties(target, props) {
|
|
22664
|
+
for (var i = 0; i < props.length; i++) {
|
|
22665
|
+
var descriptor = props[i];
|
|
22666
|
+
descriptor.enumerable = descriptor.enumerable || false;
|
|
22667
|
+
descriptor.configurable = true;
|
|
22668
|
+
if ("value" in descriptor) descriptor.writable = true;
|
|
22669
|
+
Object.defineProperty(target, descriptor.key, descriptor);
|
|
22769
22670
|
}
|
|
22770
|
-
|
|
22671
|
+
}
|
|
22672
|
+
function _createClass$1(Constructor, protoProps, staticProps) {
|
|
22673
|
+
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
22674
|
+
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
22675
|
+
return Constructor;
|
|
22771
22676
|
}
|
|
22772
22677
|
var PhoneNumber = /* @__PURE__ */ function() {
|
|
22773
22678
|
function PhoneNumber2(countryOrCountryCallingCode, nationalNumber, metadata2) {
|
|
@@ -22778,20 +22683,22 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
22778
22683
|
if (typeof countryOrCountryCallingCode !== "string") {
|
|
22779
22684
|
throw new TypeError("First argument must be a string");
|
|
22780
22685
|
}
|
|
22781
|
-
if (countryOrCountryCallingCode
|
|
22782
|
-
|
|
22783
|
-
|
|
22784
|
-
if (isObject(nationalNumber) && isObject(nationalNumber.countries)) {
|
|
22785
|
-
metadata2 = nationalNumber;
|
|
22786
|
-
var e164Number = countryOrCountryCallingCode;
|
|
22787
|
-
if (!E164_NUMBER_REGEXP.test(e164Number)) {
|
|
22788
|
-
throw new Error('Invalid `number` argument passed: must consist of a "+" followed by digits');
|
|
22686
|
+
if (typeof countryOrCountryCallingCode === "string") {
|
|
22687
|
+
if (countryOrCountryCallingCode[0] === "+" && !nationalNumber) {
|
|
22688
|
+
throw new TypeError("`metadata` argument not passed");
|
|
22789
22689
|
}
|
|
22790
|
-
|
|
22791
|
-
|
|
22792
|
-
|
|
22793
|
-
|
|
22794
|
-
|
|
22690
|
+
if (isObject(nationalNumber) && isObject(nationalNumber.countries)) {
|
|
22691
|
+
metadata2 = nationalNumber;
|
|
22692
|
+
var e164Number = countryOrCountryCallingCode;
|
|
22693
|
+
if (!E164_NUMBER_REGEXP.test(e164Number)) {
|
|
22694
|
+
throw new Error('Invalid `number` argument passed: must consist of a "+" followed by digits');
|
|
22695
|
+
}
|
|
22696
|
+
var _extractCountryCallin = extractCountryCallingCode(e164Number, void 0, void 0, metadata2), _countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
22697
|
+
nationalNumber = number2;
|
|
22698
|
+
countryOrCountryCallingCode = _countryCallingCode;
|
|
22699
|
+
if (!nationalNumber) {
|
|
22700
|
+
throw new Error("Invalid `number` argument passed: too short");
|
|
22701
|
+
}
|
|
22795
22702
|
}
|
|
22796
22703
|
}
|
|
22797
22704
|
if (!nationalNumber) {
|
|
@@ -22810,7 +22717,7 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
22810
22717
|
return metadata2;
|
|
22811
22718
|
};
|
|
22812
22719
|
}
|
|
22813
|
-
|
|
22720
|
+
_createClass$1(PhoneNumber2, [{
|
|
22814
22721
|
key: "setExt",
|
|
22815
22722
|
value: function setExt(ext) {
|
|
22816
22723
|
this.ext = ext;
|
|
@@ -22894,6 +22801,7 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
22894
22801
|
return this.format("RFC3966", options);
|
|
22895
22802
|
}
|
|
22896
22803
|
}]);
|
|
22804
|
+
return PhoneNumber2;
|
|
22897
22805
|
}();
|
|
22898
22806
|
var isCountryCode = function isCountryCode2(value) {
|
|
22899
22807
|
return /^[A-Z]{2}$/.test(value);
|
|
@@ -22915,95 +22823,131 @@ function getCountryAndCountryCallingCode(countryOrCountryCallingCode, metadataJs
|
|
|
22915
22823
|
};
|
|
22916
22824
|
}
|
|
22917
22825
|
var E164_NUMBER_REGEXP = /^\+\d+$/;
|
|
22918
|
-
function _typeof
|
|
22826
|
+
function _typeof(obj) {
|
|
22919
22827
|
"@babel/helpers - typeof";
|
|
22920
|
-
return _typeof
|
|
22921
|
-
return typeof
|
|
22922
|
-
} : function(
|
|
22923
|
-
return
|
|
22924
|
-
}, _typeof
|
|
22925
|
-
}
|
|
22926
|
-
function _createClass(
|
|
22927
|
-
|
|
22928
|
-
|
|
22929
|
-
|
|
22930
|
-
|
|
22931
|
-
|
|
22932
|
-
|
|
22933
|
-
|
|
22934
|
-
}
|
|
22935
|
-
function
|
|
22936
|
-
if (
|
|
22937
|
-
|
|
22938
|
-
|
|
22939
|
-
}
|
|
22940
|
-
|
|
22941
|
-
if (
|
|
22942
|
-
|
|
22943
|
-
|
|
22944
|
-
|
|
22945
|
-
|
|
22946
|
-
|
|
22947
|
-
|
|
22948
|
-
|
|
22949
|
-
|
|
22950
|
-
|
|
22951
|
-
|
|
22952
|
-
|
|
22953
|
-
|
|
22954
|
-
|
|
22955
|
-
|
|
22828
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
|
|
22829
|
+
return typeof obj2;
|
|
22830
|
+
} : function(obj2) {
|
|
22831
|
+
return obj2 && "function" == typeof Symbol && obj2.constructor === Symbol && obj2 !== Symbol.prototype ? "symbol" : typeof obj2;
|
|
22832
|
+
}, _typeof(obj);
|
|
22833
|
+
}
|
|
22834
|
+
function _createClass(Constructor, protoProps, staticProps) {
|
|
22835
|
+
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
22836
|
+
return Constructor;
|
|
22837
|
+
}
|
|
22838
|
+
function _classCallCheck(instance, Constructor) {
|
|
22839
|
+
if (!(instance instanceof Constructor)) {
|
|
22840
|
+
throw new TypeError("Cannot call a class as a function");
|
|
22841
|
+
}
|
|
22842
|
+
}
|
|
22843
|
+
function _inherits(subClass, superClass) {
|
|
22844
|
+
if (typeof superClass !== "function" && superClass !== null) {
|
|
22845
|
+
throw new TypeError("Super expression must either be null or a function");
|
|
22846
|
+
}
|
|
22847
|
+
subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });
|
|
22848
|
+
Object.defineProperty(subClass, "prototype", { writable: false });
|
|
22849
|
+
if (superClass) _setPrototypeOf(subClass, superClass);
|
|
22850
|
+
}
|
|
22851
|
+
function _createSuper(Derived) {
|
|
22852
|
+
var hasNativeReflectConstruct = _isNativeReflectConstruct();
|
|
22853
|
+
return function _createSuperInternal() {
|
|
22854
|
+
var Super = _getPrototypeOf(Derived), result2;
|
|
22855
|
+
if (hasNativeReflectConstruct) {
|
|
22856
|
+
var NewTarget = _getPrototypeOf(this).constructor;
|
|
22857
|
+
result2 = Reflect.construct(Super, arguments, NewTarget);
|
|
22858
|
+
} else {
|
|
22859
|
+
result2 = Super.apply(this, arguments);
|
|
22860
|
+
}
|
|
22861
|
+
return _possibleConstructorReturn(this, result2);
|
|
22862
|
+
};
|
|
22863
|
+
}
|
|
22864
|
+
function _possibleConstructorReturn(self2, call) {
|
|
22865
|
+
if (call && (_typeof(call) === "object" || typeof call === "function")) {
|
|
22866
|
+
return call;
|
|
22867
|
+
} else if (call !== void 0) {
|
|
22868
|
+
throw new TypeError("Derived constructors may only return object or undefined");
|
|
22869
|
+
}
|
|
22870
|
+
return _assertThisInitialized(self2);
|
|
22871
|
+
}
|
|
22872
|
+
function _assertThisInitialized(self2) {
|
|
22873
|
+
if (self2 === void 0) {
|
|
22874
|
+
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
22875
|
+
}
|
|
22876
|
+
return self2;
|
|
22877
|
+
}
|
|
22878
|
+
function _wrapNativeSuper(Class) {
|
|
22879
|
+
var _cache = typeof Map === "function" ? /* @__PURE__ */ new Map() : void 0;
|
|
22880
|
+
_wrapNativeSuper = function _wrapNativeSuper2(Class2) {
|
|
22881
|
+
if (Class2 === null || !_isNativeFunction(Class2)) return Class2;
|
|
22882
|
+
if (typeof Class2 !== "function") {
|
|
22883
|
+
throw new TypeError("Super expression must either be null or a function");
|
|
22884
|
+
}
|
|
22885
|
+
if (typeof _cache !== "undefined") {
|
|
22886
|
+
if (_cache.has(Class2)) return _cache.get(Class2);
|
|
22887
|
+
_cache.set(Class2, Wrapper);
|
|
22956
22888
|
}
|
|
22957
22889
|
function Wrapper() {
|
|
22958
|
-
return _construct(
|
|
22890
|
+
return _construct(Class2, arguments, _getPrototypeOf(this).constructor);
|
|
22959
22891
|
}
|
|
22960
|
-
|
|
22961
|
-
|
|
22892
|
+
Wrapper.prototype = Object.create(Class2.prototype, { constructor: { value: Wrapper, enumerable: false, writable: true, configurable: true } });
|
|
22893
|
+
return _setPrototypeOf(Wrapper, Class2);
|
|
22894
|
+
};
|
|
22895
|
+
return _wrapNativeSuper(Class);
|
|
22962
22896
|
}
|
|
22963
|
-
function _construct(
|
|
22964
|
-
if (_isNativeReflectConstruct())
|
|
22965
|
-
|
|
22966
|
-
|
|
22967
|
-
|
|
22968
|
-
|
|
22897
|
+
function _construct(Parent, args, Class) {
|
|
22898
|
+
if (_isNativeReflectConstruct()) {
|
|
22899
|
+
_construct = Reflect.construct;
|
|
22900
|
+
} else {
|
|
22901
|
+
_construct = function _construct2(Parent2, args2, Class2) {
|
|
22902
|
+
var a = [null];
|
|
22903
|
+
a.push.apply(a, args2);
|
|
22904
|
+
var Constructor = Function.bind.apply(Parent2, a);
|
|
22905
|
+
var instance = new Constructor();
|
|
22906
|
+
if (Class2) _setPrototypeOf(instance, Class2.prototype);
|
|
22907
|
+
return instance;
|
|
22908
|
+
};
|
|
22909
|
+
}
|
|
22910
|
+
return _construct.apply(null, arguments);
|
|
22969
22911
|
}
|
|
22970
22912
|
function _isNativeReflectConstruct() {
|
|
22913
|
+
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
|
|
22914
|
+
if (Reflect.construct.sham) return false;
|
|
22915
|
+
if (typeof Proxy === "function") return true;
|
|
22971
22916
|
try {
|
|
22972
|
-
|
|
22917
|
+
Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
|
|
22973
22918
|
}));
|
|
22974
|
-
|
|
22919
|
+
return true;
|
|
22920
|
+
} catch (e) {
|
|
22921
|
+
return false;
|
|
22975
22922
|
}
|
|
22976
|
-
return (_isNativeReflectConstruct = function _isNativeReflectConstruct2() {
|
|
22977
|
-
return !!t2;
|
|
22978
|
-
})();
|
|
22979
22923
|
}
|
|
22980
|
-
function _isNativeFunction(
|
|
22981
|
-
|
|
22982
|
-
return -1 !== Function.toString.call(t2).indexOf("[native code]");
|
|
22983
|
-
} catch (n) {
|
|
22984
|
-
return "function" == typeof t2;
|
|
22985
|
-
}
|
|
22924
|
+
function _isNativeFunction(fn) {
|
|
22925
|
+
return Function.toString.call(fn).indexOf("[native code]") !== -1;
|
|
22986
22926
|
}
|
|
22987
|
-
function _setPrototypeOf(
|
|
22988
|
-
|
|
22989
|
-
|
|
22990
|
-
|
|
22927
|
+
function _setPrototypeOf(o, p) {
|
|
22928
|
+
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf2(o2, p2) {
|
|
22929
|
+
o2.__proto__ = p2;
|
|
22930
|
+
return o2;
|
|
22931
|
+
};
|
|
22932
|
+
return _setPrototypeOf(o, p);
|
|
22991
22933
|
}
|
|
22992
|
-
function _getPrototypeOf(
|
|
22993
|
-
|
|
22994
|
-
return
|
|
22995
|
-
}
|
|
22934
|
+
function _getPrototypeOf(o) {
|
|
22935
|
+
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf2(o2) {
|
|
22936
|
+
return o2.__proto__ || Object.getPrototypeOf(o2);
|
|
22937
|
+
};
|
|
22938
|
+
return _getPrototypeOf(o);
|
|
22996
22939
|
}
|
|
22997
22940
|
var ParseError = /* @__PURE__ */ function(_Error) {
|
|
22941
|
+
_inherits(ParseError2, _Error);
|
|
22942
|
+
var _super = _createSuper(ParseError2);
|
|
22998
22943
|
function ParseError2(code2) {
|
|
22999
22944
|
var _this;
|
|
23000
22945
|
_classCallCheck(this, ParseError2);
|
|
23001
|
-
_this =
|
|
23002
|
-
Object.setPrototypeOf(_this, ParseError2.prototype);
|
|
22946
|
+
_this = _super.call(this, code2);
|
|
22947
|
+
Object.setPrototypeOf(_assertThisInitialized(_this), ParseError2.prototype);
|
|
23003
22948
|
_this.name = _this.constructor.name;
|
|
23004
22949
|
return _this;
|
|
23005
22950
|
}
|
|
23006
|
-
_inherits(ParseError2, _Error);
|
|
23007
22951
|
return _createClass(ParseError2);
|
|
23008
22952
|
}(/* @__PURE__ */ _wrapNativeSuper(Error));
|
|
23009
22953
|
var EXTN_PATTERN = new RegExp("(?:" + createExtensionPattern() + ")$", "i");
|
|
@@ -23100,39 +23044,43 @@ var DIGITS = {
|
|
|
23100
23044
|
function parseDigit(character) {
|
|
23101
23045
|
return DIGITS[character];
|
|
23102
23046
|
}
|
|
23103
|
-
function _createForOfIteratorHelperLoose(
|
|
23104
|
-
var
|
|
23105
|
-
if (
|
|
23106
|
-
if (Array.isArray(
|
|
23107
|
-
|
|
23108
|
-
var
|
|
23047
|
+
function _createForOfIteratorHelperLoose$1(o, allowArrayLike) {
|
|
23048
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
23049
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
23050
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$2(o)) || allowArrayLike) {
|
|
23051
|
+
if (it) o = it;
|
|
23052
|
+
var i = 0;
|
|
23109
23053
|
return function() {
|
|
23110
|
-
|
|
23054
|
+
if (i >= o.length) return { done: true };
|
|
23055
|
+
return { done: false, value: o[i++] };
|
|
23111
23056
|
};
|
|
23112
23057
|
}
|
|
23113
23058
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
23114
23059
|
}
|
|
23115
|
-
function _unsupportedIterableToArray$
|
|
23116
|
-
if (
|
|
23117
|
-
|
|
23118
|
-
|
|
23119
|
-
|
|
23120
|
-
|
|
23060
|
+
function _unsupportedIterableToArray$2(o, minLen) {
|
|
23061
|
+
if (!o) return;
|
|
23062
|
+
if (typeof o === "string") return _arrayLikeToArray$2(o, minLen);
|
|
23063
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
23064
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
23065
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
23066
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$2(o, minLen);
|
|
23121
23067
|
}
|
|
23122
|
-
function _arrayLikeToArray$
|
|
23123
|
-
(
|
|
23124
|
-
for (var
|
|
23125
|
-
|
|
23068
|
+
function _arrayLikeToArray$2(arr, len) {
|
|
23069
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
23070
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
23071
|
+
arr2[i] = arr[i];
|
|
23072
|
+
}
|
|
23073
|
+
return arr2;
|
|
23126
23074
|
}
|
|
23127
23075
|
function parseIncompletePhoneNumber(string) {
|
|
23128
23076
|
var result2 = "";
|
|
23129
|
-
for (var _iterator = _createForOfIteratorHelperLoose(string.split("")), _step; !(_step = _iterator()).done; ) {
|
|
23077
|
+
for (var _iterator = _createForOfIteratorHelperLoose$1(string.split("")), _step; !(_step = _iterator()).done; ) {
|
|
23130
23078
|
var character = _step.value;
|
|
23131
23079
|
result2 += parsePhoneNumberCharacter(character, result2) || "";
|
|
23132
23080
|
}
|
|
23133
23081
|
return result2;
|
|
23134
23082
|
}
|
|
23135
|
-
function parsePhoneNumberCharacter(character, prevParsedCharacters,
|
|
23083
|
+
function parsePhoneNumberCharacter(character, prevParsedCharacters, emitEvent2) {
|
|
23136
23084
|
if (character === "+") {
|
|
23137
23085
|
if (prevParsedCharacters) {
|
|
23138
23086
|
return;
|
|
@@ -23141,6 +23089,66 @@ function parsePhoneNumberCharacter(character, prevParsedCharacters, eventListene
|
|
|
23141
23089
|
}
|
|
23142
23090
|
return parseDigit(character);
|
|
23143
23091
|
}
|
|
23092
|
+
function _createForOfIteratorHelperLoose(o, allowArrayLike) {
|
|
23093
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
23094
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
23095
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$1(o)) || allowArrayLike) {
|
|
23096
|
+
if (it) o = it;
|
|
23097
|
+
var i = 0;
|
|
23098
|
+
return function() {
|
|
23099
|
+
if (i >= o.length) return { done: true };
|
|
23100
|
+
return { done: false, value: o[i++] };
|
|
23101
|
+
};
|
|
23102
|
+
}
|
|
23103
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
23104
|
+
}
|
|
23105
|
+
function _unsupportedIterableToArray$1(o, minLen) {
|
|
23106
|
+
if (!o) return;
|
|
23107
|
+
if (typeof o === "string") return _arrayLikeToArray$1(o, minLen);
|
|
23108
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
23109
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
23110
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
23111
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$1(o, minLen);
|
|
23112
|
+
}
|
|
23113
|
+
function _arrayLikeToArray$1(arr, len) {
|
|
23114
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
23115
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
23116
|
+
arr2[i] = arr[i];
|
|
23117
|
+
}
|
|
23118
|
+
return arr2;
|
|
23119
|
+
}
|
|
23120
|
+
function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
|
|
23121
|
+
var countries = _ref.countries, metadata2 = _ref.metadata;
|
|
23122
|
+
metadata2 = new Metadata(metadata2);
|
|
23123
|
+
for (var _iterator = _createForOfIteratorHelperLoose(countries), _step; !(_step = _iterator()).done; ) {
|
|
23124
|
+
var country = _step.value;
|
|
23125
|
+
metadata2.country(country);
|
|
23126
|
+
if (metadata2.leadingDigits()) {
|
|
23127
|
+
if (nationalPhoneNumber && nationalPhoneNumber.search(metadata2.leadingDigits()) === 0) {
|
|
23128
|
+
return country;
|
|
23129
|
+
}
|
|
23130
|
+
} else if (getNumberType({
|
|
23131
|
+
phone: nationalPhoneNumber,
|
|
23132
|
+
country
|
|
23133
|
+
}, void 0, metadata2.metadata)) {
|
|
23134
|
+
return country;
|
|
23135
|
+
}
|
|
23136
|
+
}
|
|
23137
|
+
}
|
|
23138
|
+
function getCountryByCallingCode(callingCode, _ref) {
|
|
23139
|
+
var nationalPhoneNumber = _ref.nationalNumber, metadata2 = _ref.metadata;
|
|
23140
|
+
var possibleCountries = metadata2.getCountryCodesForCallingCode(callingCode);
|
|
23141
|
+
if (!possibleCountries) {
|
|
23142
|
+
return;
|
|
23143
|
+
}
|
|
23144
|
+
if (possibleCountries.length === 1) {
|
|
23145
|
+
return possibleCountries[0];
|
|
23146
|
+
}
|
|
23147
|
+
return getCountryByNationalNumber(nationalPhoneNumber, {
|
|
23148
|
+
countries: possibleCountries,
|
|
23149
|
+
metadata: metadata2.metadata
|
|
23150
|
+
});
|
|
23151
|
+
}
|
|
23144
23152
|
var PLUS_SIGN = "+";
|
|
23145
23153
|
var RFC3966_VISUAL_SEPARATOR_ = "[\\-\\.\\(\\)]?";
|
|
23146
23154
|
var RFC3966_PHONE_DIGIT_ = "([" + VALID_DIGITS + "]|" + RFC3966_VISUAL_SEPARATOR_ + ")";
|
|
@@ -23276,7 +23284,7 @@ function parse(text2, options, metadata2) {
|
|
|
23276
23284
|
countryCallingCode,
|
|
23277
23285
|
carrierCode,
|
|
23278
23286
|
valid,
|
|
23279
|
-
possible: valid ? true : options.extended === true && metadata2.possibleLengths() && isPossibleNumber(nationalNumber,
|
|
23287
|
+
possible: valid ? true : options.extended === true && metadata2.possibleLengths() && isPossibleNumber(nationalNumber, metadata2) ? true : false,
|
|
23280
23288
|
phone: nationalNumber,
|
|
23281
23289
|
ext
|
|
23282
23290
|
};
|
|
@@ -23336,7 +23344,7 @@ function result(country, nationalNumber, ext) {
|
|
|
23336
23344
|
return result2;
|
|
23337
23345
|
}
|
|
23338
23346
|
function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCallingCode, metadata2) {
|
|
23339
|
-
var _extractCountryCallin = extractCountryCallingCode(parseIncompletePhoneNumber(formattedPhoneNumber),
|
|
23347
|
+
var _extractCountryCallin = extractCountryCallingCode(parseIncompletePhoneNumber(formattedPhoneNumber), defaultCountry, defaultCallingCode, metadata2.metadata), countryCallingCodeSource = _extractCountryCallin.countryCallingCodeSource, countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
23340
23348
|
var country;
|
|
23341
23349
|
if (countryCallingCode) {
|
|
23342
23350
|
metadata2.selectNumberingPlan(countryCallingCode);
|
|
@@ -23353,7 +23361,7 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
23353
23361
|
countryCallingCode
|
|
23354
23362
|
};
|
|
23355
23363
|
}
|
|
23356
|
-
var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number2),
|
|
23364
|
+
var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number2), metadata2), nationalNumber = _extractNationalNumbe.nationalNumber, carrierCode = _extractNationalNumbe.carrierCode;
|
|
23357
23365
|
var exactCountry = getCountryByCallingCode(countryCallingCode, {
|
|
23358
23366
|
nationalNumber,
|
|
23359
23367
|
metadata: metadata2
|
|
@@ -23362,7 +23370,7 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
23362
23370
|
country = exactCountry;
|
|
23363
23371
|
if (exactCountry === "001") ;
|
|
23364
23372
|
else {
|
|
23365
|
-
metadata2.
|
|
23373
|
+
metadata2.country(country);
|
|
23366
23374
|
}
|
|
23367
23375
|
}
|
|
23368
23376
|
return {
|
|
@@ -23373,142 +23381,116 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
23373
23381
|
carrierCode
|
|
23374
23382
|
};
|
|
23375
23383
|
}
|
|
23376
|
-
function
|
|
23377
|
-
|
|
23378
|
-
return _typeof$4 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23379
|
-
return typeof o2;
|
|
23380
|
-
} : function(o2) {
|
|
23381
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23382
|
-
}, _typeof$4(o);
|
|
23383
|
-
}
|
|
23384
|
-
function ownKeys$4(e, r) {
|
|
23385
|
-
var t2 = Object.keys(e);
|
|
23384
|
+
function ownKeys$4(object, enumerableOnly) {
|
|
23385
|
+
var keys = Object.keys(object);
|
|
23386
23386
|
if (Object.getOwnPropertySymbols) {
|
|
23387
|
-
var
|
|
23388
|
-
|
|
23389
|
-
return Object.getOwnPropertyDescriptor(
|
|
23390
|
-
})),
|
|
23391
|
-
}
|
|
23392
|
-
return t2;
|
|
23393
|
-
}
|
|
23394
|
-
function _objectSpread$4(e) {
|
|
23395
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23396
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23397
|
-
r % 2 ? ownKeys$4(Object(t2), true).forEach(function(r2) {
|
|
23398
|
-
_defineProperty$4(e, r2, t2[r2]);
|
|
23399
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$4(Object(t2)).forEach(function(r2) {
|
|
23400
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23401
|
-
});
|
|
23387
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
23388
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23389
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23390
|
+
})), keys.push.apply(keys, symbols);
|
|
23402
23391
|
}
|
|
23403
|
-
return
|
|
23404
|
-
}
|
|
23405
|
-
function _defineProperty$4(e, r, t2) {
|
|
23406
|
-
return (r = _toPropertyKey$4(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23392
|
+
return keys;
|
|
23407
23393
|
}
|
|
23408
|
-
function
|
|
23409
|
-
var i =
|
|
23410
|
-
|
|
23394
|
+
function _objectSpread$4(target) {
|
|
23395
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
23396
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
23397
|
+
i % 2 ? ownKeys$4(Object(source), true).forEach(function(key) {
|
|
23398
|
+
_defineProperty$4(target, key, source[key]);
|
|
23399
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$4(Object(source)).forEach(function(key) {
|
|
23400
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23401
|
+
});
|
|
23402
|
+
}
|
|
23403
|
+
return target;
|
|
23411
23404
|
}
|
|
23412
|
-
function
|
|
23413
|
-
if (
|
|
23414
|
-
|
|
23415
|
-
|
|
23416
|
-
|
|
23417
|
-
if ("object" != _typeof$4(i)) return i;
|
|
23418
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23405
|
+
function _defineProperty$4(obj, key, value) {
|
|
23406
|
+
if (key in obj) {
|
|
23407
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23408
|
+
} else {
|
|
23409
|
+
obj[key] = value;
|
|
23419
23410
|
}
|
|
23420
|
-
return
|
|
23411
|
+
return obj;
|
|
23421
23412
|
}
|
|
23422
23413
|
function parsePhoneNumberWithError(text2, options, metadata2) {
|
|
23423
23414
|
return parse(text2, _objectSpread$4(_objectSpread$4({}, options), {}, {
|
|
23424
23415
|
v2: true
|
|
23425
23416
|
}), metadata2);
|
|
23426
23417
|
}
|
|
23427
|
-
function
|
|
23428
|
-
|
|
23429
|
-
return _typeof$3 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23430
|
-
return typeof o2;
|
|
23431
|
-
} : function(o2) {
|
|
23432
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23433
|
-
}, _typeof$3(o);
|
|
23434
|
-
}
|
|
23435
|
-
function ownKeys$3(e, r) {
|
|
23436
|
-
var t2 = Object.keys(e);
|
|
23418
|
+
function ownKeys$3(object, enumerableOnly) {
|
|
23419
|
+
var keys = Object.keys(object);
|
|
23437
23420
|
if (Object.getOwnPropertySymbols) {
|
|
23438
|
-
var
|
|
23439
|
-
|
|
23440
|
-
return Object.getOwnPropertyDescriptor(
|
|
23441
|
-
})),
|
|
23442
|
-
}
|
|
23443
|
-
return t2;
|
|
23444
|
-
}
|
|
23445
|
-
function _objectSpread$3(e) {
|
|
23446
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23447
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23448
|
-
r % 2 ? ownKeys$3(Object(t2), true).forEach(function(r2) {
|
|
23449
|
-
_defineProperty$3(e, r2, t2[r2]);
|
|
23450
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$3(Object(t2)).forEach(function(r2) {
|
|
23451
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23452
|
-
});
|
|
23421
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
23422
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23423
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23424
|
+
})), keys.push.apply(keys, symbols);
|
|
23453
23425
|
}
|
|
23454
|
-
return
|
|
23426
|
+
return keys;
|
|
23455
23427
|
}
|
|
23456
|
-
function
|
|
23457
|
-
|
|
23458
|
-
}
|
|
23459
|
-
|
|
23460
|
-
|
|
23461
|
-
|
|
23428
|
+
function _objectSpread$3(target) {
|
|
23429
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
23430
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
23431
|
+
i % 2 ? ownKeys$3(Object(source), true).forEach(function(key) {
|
|
23432
|
+
_defineProperty$3(target, key, source[key]);
|
|
23433
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$3(Object(source)).forEach(function(key) {
|
|
23434
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23435
|
+
});
|
|
23436
|
+
}
|
|
23437
|
+
return target;
|
|
23462
23438
|
}
|
|
23463
|
-
function
|
|
23464
|
-
if (
|
|
23465
|
-
|
|
23466
|
-
|
|
23467
|
-
|
|
23468
|
-
if ("object" != _typeof$3(i)) return i;
|
|
23469
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23439
|
+
function _defineProperty$3(obj, key, value) {
|
|
23440
|
+
if (key in obj) {
|
|
23441
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23442
|
+
} else {
|
|
23443
|
+
obj[key] = value;
|
|
23470
23444
|
}
|
|
23471
|
-
return
|
|
23445
|
+
return obj;
|
|
23472
23446
|
}
|
|
23473
|
-
function _slicedToArray(
|
|
23474
|
-
return _arrayWithHoles(
|
|
23447
|
+
function _slicedToArray(arr, i) {
|
|
23448
|
+
return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
|
|
23475
23449
|
}
|
|
23476
23450
|
function _nonIterableRest() {
|
|
23477
23451
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
23478
23452
|
}
|
|
23479
|
-
function _unsupportedIterableToArray(
|
|
23480
|
-
if (
|
|
23481
|
-
|
|
23482
|
-
|
|
23483
|
-
|
|
23484
|
-
|
|
23485
|
-
|
|
23486
|
-
|
|
23487
|
-
|
|
23488
|
-
|
|
23489
|
-
|
|
23490
|
-
|
|
23491
|
-
|
|
23492
|
-
|
|
23493
|
-
|
|
23494
|
-
|
|
23453
|
+
function _unsupportedIterableToArray(o, minLen) {
|
|
23454
|
+
if (!o) return;
|
|
23455
|
+
if (typeof o === "string") return _arrayLikeToArray(o, minLen);
|
|
23456
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
23457
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
23458
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
23459
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
|
|
23460
|
+
}
|
|
23461
|
+
function _arrayLikeToArray(arr, len) {
|
|
23462
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
23463
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
23464
|
+
arr2[i] = arr[i];
|
|
23465
|
+
}
|
|
23466
|
+
return arr2;
|
|
23467
|
+
}
|
|
23468
|
+
function _iterableToArrayLimit(arr, i) {
|
|
23469
|
+
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
23470
|
+
if (_i == null) return;
|
|
23471
|
+
var _arr = [];
|
|
23472
|
+
var _n = true;
|
|
23473
|
+
var _d = false;
|
|
23474
|
+
var _s, _e;
|
|
23475
|
+
try {
|
|
23476
|
+
for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
|
|
23477
|
+
_arr.push(_s.value);
|
|
23478
|
+
if (i && _arr.length === i) break;
|
|
23479
|
+
}
|
|
23480
|
+
} catch (err) {
|
|
23481
|
+
_d = true;
|
|
23482
|
+
_e = err;
|
|
23483
|
+
} finally {
|
|
23495
23484
|
try {
|
|
23496
|
-
if (
|
|
23497
|
-
else for (; !(f = (e = i.call(t2)).done) && (a.push(e.value), a.length !== l); f = true) ;
|
|
23498
|
-
} catch (r2) {
|
|
23499
|
-
o = true, n = r2;
|
|
23485
|
+
if (!_n && _i["return"] != null) _i["return"]();
|
|
23500
23486
|
} finally {
|
|
23501
|
-
|
|
23502
|
-
if (!f && null != t2["return"] && (u = t2["return"](), Object(u) !== u)) return;
|
|
23503
|
-
} finally {
|
|
23504
|
-
if (o) throw n;
|
|
23505
|
-
}
|
|
23487
|
+
if (_d) throw _e;
|
|
23506
23488
|
}
|
|
23507
|
-
return a;
|
|
23508
23489
|
}
|
|
23490
|
+
return _arr;
|
|
23509
23491
|
}
|
|
23510
|
-
function _arrayWithHoles(
|
|
23511
|
-
if (Array.isArray(
|
|
23492
|
+
function _arrayWithHoles(arr) {
|
|
23493
|
+
if (Array.isArray(arr)) return arr;
|
|
23512
23494
|
}
|
|
23513
23495
|
function normalizeArguments(args) {
|
|
23514
23496
|
var _Array$prototype$slic = Array.prototype.slice.call(args), _Array$prototype$slic2 = _slicedToArray(_Array$prototype$slic, 4), arg_1 = _Array$prototype$slic2[0], arg_2 = _Array$prototype$slic2[1], arg_3 = _Array$prototype$slic2[2], arg_4 = _Array$prototype$slic2[3];
|
|
@@ -23545,51 +23527,34 @@ function normalizeArguments(args) {
|
|
|
23545
23527
|
metadata: metadata2
|
|
23546
23528
|
};
|
|
23547
23529
|
}
|
|
23548
|
-
function
|
|
23549
|
-
|
|
23550
|
-
return _typeof$2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23551
|
-
return typeof o2;
|
|
23552
|
-
} : function(o2) {
|
|
23553
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23554
|
-
}, _typeof$2(o);
|
|
23555
|
-
}
|
|
23556
|
-
function ownKeys$2(e, r) {
|
|
23557
|
-
var t2 = Object.keys(e);
|
|
23530
|
+
function ownKeys$2(object, enumerableOnly) {
|
|
23531
|
+
var keys = Object.keys(object);
|
|
23558
23532
|
if (Object.getOwnPropertySymbols) {
|
|
23559
|
-
var
|
|
23560
|
-
|
|
23561
|
-
return Object.getOwnPropertyDescriptor(
|
|
23562
|
-
})),
|
|
23563
|
-
}
|
|
23564
|
-
return t2;
|
|
23565
|
-
}
|
|
23566
|
-
function _objectSpread$2(e) {
|
|
23567
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23568
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23569
|
-
r % 2 ? ownKeys$2(Object(t2), true).forEach(function(r2) {
|
|
23570
|
-
_defineProperty$2(e, r2, t2[r2]);
|
|
23571
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$2(Object(t2)).forEach(function(r2) {
|
|
23572
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23573
|
-
});
|
|
23533
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
23534
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23535
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23536
|
+
})), keys.push.apply(keys, symbols);
|
|
23574
23537
|
}
|
|
23575
|
-
return
|
|
23576
|
-
}
|
|
23577
|
-
function _defineProperty$2(e, r, t2) {
|
|
23578
|
-
return (r = _toPropertyKey$2(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23538
|
+
return keys;
|
|
23579
23539
|
}
|
|
23580
|
-
function
|
|
23581
|
-
var i =
|
|
23582
|
-
|
|
23540
|
+
function _objectSpread$2(target) {
|
|
23541
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
23542
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
23543
|
+
i % 2 ? ownKeys$2(Object(source), true).forEach(function(key) {
|
|
23544
|
+
_defineProperty$2(target, key, source[key]);
|
|
23545
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2(Object(source)).forEach(function(key) {
|
|
23546
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23547
|
+
});
|
|
23548
|
+
}
|
|
23549
|
+
return target;
|
|
23583
23550
|
}
|
|
23584
|
-
function
|
|
23585
|
-
if (
|
|
23586
|
-
|
|
23587
|
-
|
|
23588
|
-
|
|
23589
|
-
if ("object" != _typeof$2(i)) return i;
|
|
23590
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23551
|
+
function _defineProperty$2(obj, key, value) {
|
|
23552
|
+
if (key in obj) {
|
|
23553
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23554
|
+
} else {
|
|
23555
|
+
obj[key] = value;
|
|
23591
23556
|
}
|
|
23592
|
-
return
|
|
23557
|
+
return obj;
|
|
23593
23558
|
}
|
|
23594
23559
|
function parsePhoneNumber(text2, options, metadata2) {
|
|
23595
23560
|
if (options && options.defaultCountry && !isSupportedCountry(options.defaultCountry, metadata2)) {
|
|
@@ -23606,51 +23571,34 @@ function parsePhoneNumber(text2, options, metadata2) {
|
|
|
23606
23571
|
}
|
|
23607
23572
|
}
|
|
23608
23573
|
}
|
|
23609
|
-
function
|
|
23610
|
-
|
|
23611
|
-
return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23612
|
-
return typeof o2;
|
|
23613
|
-
} : function(o2) {
|
|
23614
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23615
|
-
}, _typeof$1(o);
|
|
23616
|
-
}
|
|
23617
|
-
function ownKeys$1(e, r) {
|
|
23618
|
-
var t2 = Object.keys(e);
|
|
23574
|
+
function ownKeys$1(object, enumerableOnly) {
|
|
23575
|
+
var keys = Object.keys(object);
|
|
23619
23576
|
if (Object.getOwnPropertySymbols) {
|
|
23620
|
-
var
|
|
23621
|
-
|
|
23622
|
-
return Object.getOwnPropertyDescriptor(
|
|
23623
|
-
})),
|
|
23624
|
-
}
|
|
23625
|
-
return t2;
|
|
23626
|
-
}
|
|
23627
|
-
function _objectSpread$1(e) {
|
|
23628
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23629
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23630
|
-
r % 2 ? ownKeys$1(Object(t2), true).forEach(function(r2) {
|
|
23631
|
-
_defineProperty$1(e, r2, t2[r2]);
|
|
23632
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$1(Object(t2)).forEach(function(r2) {
|
|
23633
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23634
|
-
});
|
|
23577
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
23578
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23579
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23580
|
+
})), keys.push.apply(keys, symbols);
|
|
23635
23581
|
}
|
|
23636
|
-
return
|
|
23637
|
-
}
|
|
23638
|
-
function _defineProperty$1(e, r, t2) {
|
|
23639
|
-
return (r = _toPropertyKey$1(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23582
|
+
return keys;
|
|
23640
23583
|
}
|
|
23641
|
-
function
|
|
23642
|
-
var i =
|
|
23643
|
-
|
|
23584
|
+
function _objectSpread$1(target) {
|
|
23585
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
23586
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
23587
|
+
i % 2 ? ownKeys$1(Object(source), true).forEach(function(key) {
|
|
23588
|
+
_defineProperty$1(target, key, source[key]);
|
|
23589
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1(Object(source)).forEach(function(key) {
|
|
23590
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23591
|
+
});
|
|
23592
|
+
}
|
|
23593
|
+
return target;
|
|
23644
23594
|
}
|
|
23645
|
-
function
|
|
23646
|
-
if (
|
|
23647
|
-
|
|
23648
|
-
|
|
23649
|
-
|
|
23650
|
-
if ("object" != _typeof$1(i)) return i;
|
|
23651
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23595
|
+
function _defineProperty$1(obj, key, value) {
|
|
23596
|
+
if (key in obj) {
|
|
23597
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23598
|
+
} else {
|
|
23599
|
+
obj[key] = value;
|
|
23652
23600
|
}
|
|
23653
|
-
return
|
|
23601
|
+
return obj;
|
|
23654
23602
|
}
|
|
23655
23603
|
function isValidPhoneNumber$1() {
|
|
23656
23604
|
var _normalizeArguments = normalizeArguments(arguments), text2 = _normalizeArguments.text, options = _normalizeArguments.options, metadata2 = _normalizeArguments.metadata;
|
|
@@ -23660,51 +23608,34 @@ function isValidPhoneNumber$1() {
|
|
|
23660
23608
|
var phoneNumber = parsePhoneNumber(text2, options, metadata2);
|
|
23661
23609
|
return phoneNumber && phoneNumber.isValid() || false;
|
|
23662
23610
|
}
|
|
23663
|
-
function
|
|
23664
|
-
|
|
23665
|
-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23666
|
-
return typeof o2;
|
|
23667
|
-
} : function(o2) {
|
|
23668
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23669
|
-
}, _typeof(o);
|
|
23670
|
-
}
|
|
23671
|
-
function ownKeys(e, r) {
|
|
23672
|
-
var t2 = Object.keys(e);
|
|
23611
|
+
function ownKeys(object, enumerableOnly) {
|
|
23612
|
+
var keys = Object.keys(object);
|
|
23673
23613
|
if (Object.getOwnPropertySymbols) {
|
|
23674
|
-
var
|
|
23675
|
-
|
|
23676
|
-
return Object.getOwnPropertyDescriptor(
|
|
23677
|
-
})),
|
|
23678
|
-
}
|
|
23679
|
-
return t2;
|
|
23680
|
-
}
|
|
23681
|
-
function _objectSpread(e) {
|
|
23682
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23683
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23684
|
-
r % 2 ? ownKeys(Object(t2), true).forEach(function(r2) {
|
|
23685
|
-
_defineProperty(e, r2, t2[r2]);
|
|
23686
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys(Object(t2)).forEach(function(r2) {
|
|
23687
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23688
|
-
});
|
|
23614
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
23615
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23616
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23617
|
+
})), keys.push.apply(keys, symbols);
|
|
23689
23618
|
}
|
|
23690
|
-
return
|
|
23691
|
-
}
|
|
23692
|
-
function _defineProperty(e, r, t2) {
|
|
23693
|
-
return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23619
|
+
return keys;
|
|
23694
23620
|
}
|
|
23695
|
-
function
|
|
23696
|
-
var i =
|
|
23697
|
-
|
|
23621
|
+
function _objectSpread(target) {
|
|
23622
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
23623
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
23624
|
+
i % 2 ? ownKeys(Object(source), true).forEach(function(key) {
|
|
23625
|
+
_defineProperty(target, key, source[key]);
|
|
23626
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function(key) {
|
|
23627
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23628
|
+
});
|
|
23629
|
+
}
|
|
23630
|
+
return target;
|
|
23698
23631
|
}
|
|
23699
|
-
function
|
|
23700
|
-
if (
|
|
23701
|
-
|
|
23702
|
-
|
|
23703
|
-
|
|
23704
|
-
if ("object" != _typeof(i)) return i;
|
|
23705
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23632
|
+
function _defineProperty(obj, key, value) {
|
|
23633
|
+
if (key in obj) {
|
|
23634
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23635
|
+
} else {
|
|
23636
|
+
obj[key] = value;
|
|
23706
23637
|
}
|
|
23707
|
-
return
|
|
23638
|
+
return obj;
|
|
23708
23639
|
}
|
|
23709
23640
|
function isPossiblePhoneNumber$1() {
|
|
23710
23641
|
var _normalizeArguments = normalizeArguments(arguments), text2 = _normalizeArguments.text, options = _normalizeArguments.options, metadata2 = _normalizeArguments.metadata;
|
|
@@ -23907,7 +23838,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
23907
23838
|
createVNode(unref(Button), {
|
|
23908
23839
|
variant: "solid",
|
|
23909
23840
|
class: "w-[126px]",
|
|
23910
|
-
disabled: !
|
|
23841
|
+
disabled: !_ctx.dataShareChecked,
|
|
23911
23842
|
onClick: handleConfirm
|
|
23912
23843
|
}, {
|
|
23913
23844
|
default: withCtx(() => [
|
|
@@ -23936,7 +23867,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
23936
23867
|
createElementVNode("span", null, toDisplayString$1(unref($t)("gitCodeLayout.LoginModal.tips.ifYouDoNotAgrWe")), 1)
|
|
23937
23868
|
]),
|
|
23938
23869
|
createVNode(unref(Checkbox), {
|
|
23939
|
-
"model-value":
|
|
23870
|
+
"model-value": _ctx.dataShareChecked,
|
|
23940
23871
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = (val) => emits("update:dataShareChecked", val)),
|
|
23941
23872
|
size: "sm",
|
|
23942
23873
|
class: "mt-[12px]"
|
|
@@ -24186,7 +24117,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
24186
24117
|
]),
|
|
24187
24118
|
createElementVNode("div", _hoisted_11$1, [
|
|
24188
24119
|
createElementVNode("div", _hoisted_12$1, [
|
|
24189
|
-
!
|
|
24120
|
+
!_ctx.hideBack ? (openBlock(), createElementBlock("div", {
|
|
24190
24121
|
key: 0,
|
|
24191
24122
|
onClick: _cache[1] || (_cache[1] = ($event) => emits("back"))
|
|
24192
24123
|
}, [
|
|
@@ -24401,7 +24332,7 @@ const _SlidCaptchaManager = class _SlidCaptchaManager {
|
|
|
24401
24332
|
__publicField(_SlidCaptchaManager, "instance");
|
|
24402
24333
|
let SlidCaptchaManager = _SlidCaptchaManager;
|
|
24403
24334
|
const slidCaptchaManager = SlidCaptchaManager.getInstance();
|
|
24404
|
-
const SlidCaptcha = defineAsyncComponent(() => import("./index-
|
|
24335
|
+
const SlidCaptcha = defineAsyncComponent(() => import("./index-C5ZeT-nA.js"));
|
|
24405
24336
|
const useSlidCaptcha = () => {
|
|
24406
24337
|
const { mount, unMount, isMounted } = usePopup("slid-captcha-popup");
|
|
24407
24338
|
const open = (config) => {
|
|
@@ -24431,7 +24362,7 @@ const useSlidCaptcha = () => {
|
|
|
24431
24362
|
close
|
|
24432
24363
|
};
|
|
24433
24364
|
};
|
|
24434
|
-
const YunpianCaptcha = defineAsyncComponent(() => import("./index-
|
|
24365
|
+
const YunpianCaptcha = defineAsyncComponent(() => import("./index-t3ttyMJR.js"));
|
|
24435
24366
|
const useYunpianCaptcha = () => {
|
|
24436
24367
|
const { mount, unMount } = usePopup("yunpian-captcha-popup");
|
|
24437
24368
|
const open = (config) => {
|
|
@@ -24825,7 +24756,7 @@ const useYiDunCaptcha = () => {
|
|
|
24825
24756
|
const _sfc_main$3 = {};
|
|
24826
24757
|
const _hoisted_1$2 = { class: "content-loading" };
|
|
24827
24758
|
function _sfc_render(_ctx, _cache) {
|
|
24828
|
-
return openBlock(), createElementBlock("div", _hoisted_1$2,
|
|
24759
|
+
return openBlock(), createElementBlock("div", _hoisted_1$2, _cache[0] || (_cache[0] = [
|
|
24829
24760
|
createElementVNode("div", { class: "content-loading-title" }, [
|
|
24830
24761
|
createElementVNode("div", { class: "w-full flex-center" }, [
|
|
24831
24762
|
createElementVNode("img", {
|
|
@@ -24836,7 +24767,7 @@ function _sfc_render(_ctx, _cache) {
|
|
|
24836
24767
|
]),
|
|
24837
24768
|
createElementVNode("span", null, "loading...")
|
|
24838
24769
|
], -1)
|
|
24839
|
-
])
|
|
24770
|
+
]));
|
|
24840
24771
|
}
|
|
24841
24772
|
const ContentLoading = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render], ["__scopeId", "data-v-vue-layout-gitcode"]]);
|
|
24842
24773
|
const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
@@ -24852,15 +24783,15 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
24852
24783
|
setup(__props) {
|
|
24853
24784
|
return (_ctx, _cache) => {
|
|
24854
24785
|
return openBlock(), createElementBlock("div", {
|
|
24855
|
-
class: normalizeClass(["g-data-panel i-data-panel", { "g-card":
|
|
24786
|
+
class: normalizeClass(["g-data-panel i-data-panel", { "g-card": _ctx.card, "g-border": _ctx.border }])
|
|
24856
24787
|
}, [
|
|
24857
24788
|
renderSlot(_ctx.$slots, "header", {}, void 0, true),
|
|
24858
|
-
|
|
24859
|
-
|
|
24789
|
+
_ctx.loading ? renderSlot(_ctx.$slots, "loading", { key: 0 }, () => [
|
|
24790
|
+
_ctx.skeleton ? (openBlock(), createBlock(unref(Skeleton), {
|
|
24860
24791
|
key: 0,
|
|
24861
24792
|
class: "p-20",
|
|
24862
|
-
rows:
|
|
24863
|
-
}, null, 8, ["rows"])) :
|
|
24793
|
+
rows: _ctx.skeletonRow
|
|
24794
|
+
}, null, 8, ["rows"])) : _ctx.animation ? (openBlock(), createBlock(ContentLoading, {
|
|
24864
24795
|
key: 1,
|
|
24865
24796
|
name: "loading",
|
|
24866
24797
|
class: "w-full h-full flex-center"
|
|
@@ -26607,11 +26538,11 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
26607
26538
|
modelValue: unref(vModels),
|
|
26608
26539
|
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => isRef(vModels) ? vModels.value = $event : null),
|
|
26609
26540
|
"show-close": false,
|
|
26610
|
-
"lock-scroll":
|
|
26611
|
-
draggable:
|
|
26612
|
-
escapable:
|
|
26541
|
+
"lock-scroll": _ctx.lockScroll,
|
|
26542
|
+
draggable: _ctx.draggable,
|
|
26543
|
+
escapable: _ctx.escapable,
|
|
26613
26544
|
"before-close": handleClose,
|
|
26614
|
-
"append-to-body":
|
|
26545
|
+
"append-to-body": _ctx.appendToBody,
|
|
26615
26546
|
class: normalizeClass([
|
|
26616
26547
|
"login-modal",
|
|
26617
26548
|
formType.value === "login" ? "login-modal-l" : "login-modal-r",
|
|
@@ -26631,7 +26562,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
26631
26562
|
class: "login-modal-title flex-1"
|
|
26632
26563
|
}, null, 8, ["icon", "title", "show-title", "show-back"]),
|
|
26633
26564
|
createElementVNode("div", _hoisted_2, [
|
|
26634
|
-
|
|
26565
|
+
_ctx.showClose && !showProtoCheck.value ? (openBlock(), createBlock(GIcon, {
|
|
26635
26566
|
key: 0,
|
|
26636
26567
|
onClick: onClickModalClose,
|
|
26637
26568
|
name: "gt-close",
|
|
@@ -26956,7 +26887,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
26956
26887
|
])
|
|
26957
26888
|
], 2),
|
|
26958
26889
|
createElementVNode("div", _hoisted_61, [
|
|
26959
|
-
|
|
26890
|
+
_ctx.openHarmonyGuide ? (openBlock(), createElementBlock("div", {
|
|
26960
26891
|
key: 0,
|
|
26961
26892
|
class: "text-[var(--theme-link)] flex items-center mt-[12px] cursor-pointer",
|
|
26962
26893
|
onClick: withModifiers(handleRegisterHarmony, ["stop"])
|
|
@@ -27324,20 +27255,20 @@ export {
|
|
|
27324
27255
|
_sfc_main$F as J,
|
|
27325
27256
|
loadAsideData as K,
|
|
27326
27257
|
LANG_ZH as L,
|
|
27327
|
-
|
|
27328
|
-
|
|
27329
|
-
|
|
27330
|
-
|
|
27331
|
-
|
|
27258
|
+
ToolsFloat as M,
|
|
27259
|
+
_sfc_main as N,
|
|
27260
|
+
GitCodeAside as O,
|
|
27261
|
+
GitCodeHeader as P,
|
|
27262
|
+
EnterpriseHeader as Q,
|
|
27332
27263
|
REPO_MODULE as R,
|
|
27333
27264
|
SceneValue as S,
|
|
27334
27265
|
TOPIC_TYPE as T,
|
|
27335
27266
|
SiteAnnouncement as U,
|
|
27336
|
-
|
|
27337
|
-
|
|
27338
|
-
|
|
27267
|
+
useLogin as V,
|
|
27268
|
+
setLayoutConfig as W,
|
|
27269
|
+
GitCodeLayoutEmitter as X,
|
|
27339
27270
|
setTheme as Y,
|
|
27340
|
-
|
|
27271
|
+
index as Z,
|
|
27341
27272
|
_export_sfc as _,
|
|
27342
27273
|
i18n as a,
|
|
27343
27274
|
REPO_EVENT as b,
|