vue-layout-gitcode 1.10.7 → 1.10.8
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-DUu7obiA.js → GloabarSearch-DKCXfZGU.js} +3 -3
- package/{MenuItem-ujIilSrF.js → MenuItem-5nvII1-H.js} +1 -1
- package/{ProjectMenuList-D2uxi4oW.js → ProjectMenuList-D4XsZQj3.js} +8 -8
- package/{ProjectMenuListV2-mnMTod5T.js → ProjectMenuListV2-J07632cN.js} +3 -3
- package/{ProjectSearch-D4MwY5Fw.js → ProjectSearch-BySngJUv.js} +1 -1
- package/{SearchHistoryList-BvQDLSMb.js → SearchHistoryList-CHdkZ8FO.js} +5 -5
- package/{SearchPrefixTag-DZtrVxRU.js → SearchPrefixTag-DP1LYFTn.js} +3 -3
- package/{SearchRecommed-B4O6K3Fm.js → SearchRecommed-CvDllUte.js} +2 -2
- package/{SearchScopeList-DEtKWKOE.js → SearchScopeList-BmfJjVtL.js} +3 -3
- package/{UserSearch-F6iY0LiZ.js → UserSearch-BzW_dJiy.js} +1 -1
- package/{index-CuA6Xb62.js → index-0KJy9paC.js} +1023 -933
- package/{index-BDUX6-za.js → index-B5_lp60l.js} +3 -3
- package/{index-_UQNaVaL.js → index-B8XBtYoE.js} +41 -41
- package/{index-D3NiiLnR.js → index-Br3aHHVv.js} +1 -1
- package/index.js +1 -1
- package/{notice-9_P4iSxY.js → notice-Bm6PXt-o.js} +8 -8
- package/package.json +2 -2
- package/style.css +1 -1
- package/{transWebUrl-DgtOBXr_.js → transWebUrl-CXAIc112.js} +1 -1
|
@@ -70,29 +70,29 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
70
70
|
return /px$/i.test(props.size) ? props.size : `${props.size}px`;
|
|
71
71
|
});
|
|
72
72
|
return (_ctx, _cache) => {
|
|
73
|
-
return !
|
|
73
|
+
return !__props.name.includes("gt-") ? (openBlock(), createBlock(unref(Icon), normalizeProps(mergeProps({ key: 0 }, props)), null, 16)) : __props.operable ? (openBlock(), createElementBlock("span", {
|
|
74
74
|
key: 1,
|
|
75
|
-
class: normalizeClass(["custom-icon-container", { disabled:
|
|
75
|
+
class: normalizeClass(["custom-icon-container", { disabled: __props.disabled }])
|
|
76
76
|
}, [
|
|
77
77
|
renderSlot(_ctx.$slots, "prefix", {}, void 0, true),
|
|
78
78
|
(openBlock(), createElementBlock("svg", {
|
|
79
|
-
class: normalizeClass(["icon gt-icon",
|
|
79
|
+
class: normalizeClass(["icon gt-icon", __props.iconClass]),
|
|
80
80
|
"aria-hidden": "true",
|
|
81
|
-
style: normalizeStyle({ color:
|
|
81
|
+
style: normalizeStyle({ color: __props.color, fontSize: fontSize.value, transform: `rotate(${__props.rotate})` })
|
|
82
82
|
}, [
|
|
83
83
|
createElementVNode("use", {
|
|
84
|
-
"xlink:href": `#${
|
|
84
|
+
"xlink:href": `#${__props.name}`
|
|
85
85
|
}, null, 8, _hoisted_1$w)
|
|
86
86
|
], 6)),
|
|
87
87
|
renderSlot(_ctx.$slots, "suffix", {}, void 0, true)
|
|
88
88
|
], 2)) : (openBlock(), createElementBlock("svg", {
|
|
89
89
|
key: 2,
|
|
90
|
-
class: normalizeClass(["icon gt-icon",
|
|
90
|
+
class: normalizeClass(["icon gt-icon", __props.iconClass]),
|
|
91
91
|
"aria-hidden": "true",
|
|
92
|
-
style: normalizeStyle(
|
|
92
|
+
style: normalizeStyle(__props.iconClass ? {} : { color: __props.color, fontSize: fontSize.value, transform: `rotate(${__props.rotate})` })
|
|
93
93
|
}, [
|
|
94
94
|
createElementVNode("use", {
|
|
95
|
-
"xlink:href": `#${
|
|
95
|
+
"xlink:href": `#${__props.name}`
|
|
96
96
|
}, null, 8, _hoisted_2$n)
|
|
97
97
|
], 6));
|
|
98
98
|
};
|
|
@@ -547,7 +547,7 @@ const LOGO_MAP = {
|
|
|
547
547
|
aiLogoDark: "https://cdn-static.gitcode.com/static/images/gitcode-ai-logo-dark_atomgit.png"
|
|
548
548
|
}
|
|
549
549
|
};
|
|
550
|
-
/*! @license DOMPurify 3.3.
|
|
550
|
+
/*! @license DOMPurify 3.3.1 | (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.1/LICENSE */
|
|
551
551
|
const {
|
|
552
552
|
entries,
|
|
553
553
|
setPrototypeOf,
|
|
@@ -778,7 +778,7 @@ const _createHooksMap = function _createHooksMap2() {
|
|
|
778
778
|
function createDOMPurify() {
|
|
779
779
|
let window2 = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : getGlobal();
|
|
780
780
|
const DOMPurify = (root) => createDOMPurify(root);
|
|
781
|
-
DOMPurify.version = "3.3.
|
|
781
|
+
DOMPurify.version = "3.3.1";
|
|
782
782
|
DOMPurify.removed = [];
|
|
783
783
|
if (!window2 || !window2.document || window2.document.nodeType !== NODE_TYPE.document || !window2.Element) {
|
|
784
784
|
DOMPurify.isSupported = false;
|
|
@@ -1029,6 +1029,12 @@ function createDOMPurify() {
|
|
|
1029
1029
|
}
|
|
1030
1030
|
addToSet(FORBID_CONTENTS, cfg.FORBID_CONTENTS, transformCaseFunc);
|
|
1031
1031
|
}
|
|
1032
|
+
if (cfg.ADD_FORBID_CONTENTS) {
|
|
1033
|
+
if (FORBID_CONTENTS === DEFAULT_FORBID_CONTENTS) {
|
|
1034
|
+
FORBID_CONTENTS = clone(FORBID_CONTENTS);
|
|
1035
|
+
}
|
|
1036
|
+
addToSet(FORBID_CONTENTS, cfg.ADD_FORBID_CONTENTS, transformCaseFunc);
|
|
1037
|
+
}
|
|
1032
1038
|
if (KEEP_CONTENT) {
|
|
1033
1039
|
ALLOWED_TAGS["#text"] = true;
|
|
1034
1040
|
}
|
|
@@ -1670,10 +1676,25 @@ function init(converter, defaultAttributes) {
|
|
|
1670
1676
|
}
|
|
1671
1677
|
var api = init(defaultConverter, { path: "/" });
|
|
1672
1678
|
/*!
|
|
1673
|
-
* shared v9.14.
|
|
1679
|
+
* shared v9.14.5
|
|
1674
1680
|
* (c) 2025 kazuya kawaguchi
|
|
1675
1681
|
* Released under the MIT License.
|
|
1676
1682
|
*/
|
|
1683
|
+
function warn(msg, err) {
|
|
1684
|
+
if (typeof console !== "undefined") {
|
|
1685
|
+
console.warn(`[intlify] ` + msg);
|
|
1686
|
+
if (err) {
|
|
1687
|
+
console.warn(err.stack);
|
|
1688
|
+
}
|
|
1689
|
+
}
|
|
1690
|
+
}
|
|
1691
|
+
const hasWarned = {};
|
|
1692
|
+
function warnOnce(msg) {
|
|
1693
|
+
if (!hasWarned[msg]) {
|
|
1694
|
+
hasWarned[msg] = true;
|
|
1695
|
+
warn(msg);
|
|
1696
|
+
}
|
|
1697
|
+
}
|
|
1677
1698
|
const inBrowser = typeof window !== "undefined";
|
|
1678
1699
|
let mark;
|
|
1679
1700
|
let measure;
|
|
@@ -1718,7 +1739,31 @@ const getGlobalThis = () => {
|
|
|
1718
1739
|
return _globalThis || (_globalThis = typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : create());
|
|
1719
1740
|
};
|
|
1720
1741
|
function escapeHtml(rawText) {
|
|
1721
|
-
return rawText.replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'");
|
|
1742
|
+
return rawText.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'").replace(/\//g, "/").replace(/=/g, "=");
|
|
1743
|
+
}
|
|
1744
|
+
function escapeAttributeValue(value) {
|
|
1745
|
+
return value.replace(/&(?![a-zA-Z0-9#]{2,6};)/g, "&").replace(/"/g, """).replace(/'/g, "'").replace(/</g, "<").replace(/>/g, ">");
|
|
1746
|
+
}
|
|
1747
|
+
function sanitizeTranslatedHtml(html2) {
|
|
1748
|
+
html2 = html2.replace(/(\w+)\s*=\s*"([^"]*)"/g, (_, attrName, attrValue) => `${attrName}="${escapeAttributeValue(attrValue)}"`);
|
|
1749
|
+
html2 = html2.replace(/(\w+)\s*=\s*'([^']*)'/g, (_, attrName, attrValue) => `${attrName}='${escapeAttributeValue(attrValue)}'`);
|
|
1750
|
+
const eventHandlerPattern = /\s*on\w+\s*=\s*["']?[^"'>]+["']?/gi;
|
|
1751
|
+
if (eventHandlerPattern.test(html2)) {
|
|
1752
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1753
|
+
warn("Potentially dangerous event handlers detected in translation. Consider removing onclick, onerror, etc. from your translation messages.");
|
|
1754
|
+
}
|
|
1755
|
+
html2 = html2.replace(/(\s+)(on)(\w+\s*=)/gi, "$1on$3");
|
|
1756
|
+
}
|
|
1757
|
+
const javascriptUrlPattern = [
|
|
1758
|
+
// In href, src, action, formaction attributes
|
|
1759
|
+
/(\s+(?:href|src|action|formaction)\s*=\s*["']?)\s*javascript:/gi,
|
|
1760
|
+
// In style attributes within url()
|
|
1761
|
+
/(style\s*=\s*["'][^"']*url\s*\(\s*)javascript:/gi
|
|
1762
|
+
];
|
|
1763
|
+
javascriptUrlPattern.forEach((pattern) => {
|
|
1764
|
+
html2 = html2.replace(pattern, "$1javascript:");
|
|
1765
|
+
});
|
|
1766
|
+
return html2;
|
|
1722
1767
|
}
|
|
1723
1768
|
const hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
1724
1769
|
function hasOwn(obj, key) {
|
|
@@ -1781,21 +1826,6 @@ function incrementer(code2) {
|
|
|
1781
1826
|
let current = code2;
|
|
1782
1827
|
return () => ++current;
|
|
1783
1828
|
}
|
|
1784
|
-
function warn(msg, err) {
|
|
1785
|
-
if (typeof console !== "undefined") {
|
|
1786
|
-
console.warn(`[intlify] ` + msg);
|
|
1787
|
-
if (err) {
|
|
1788
|
-
console.warn(err.stack);
|
|
1789
|
-
}
|
|
1790
|
-
}
|
|
1791
|
-
}
|
|
1792
|
-
const hasWarned = {};
|
|
1793
|
-
function warnOnce(msg) {
|
|
1794
|
-
if (!hasWarned[msg]) {
|
|
1795
|
-
hasWarned[msg] = true;
|
|
1796
|
-
warn(msg);
|
|
1797
|
-
}
|
|
1798
|
-
}
|
|
1799
1829
|
function createEmitter() {
|
|
1800
1830
|
const events = /* @__PURE__ */ new Map();
|
|
1801
1831
|
const emitter2 = {
|
|
@@ -1844,7 +1874,7 @@ function deepCopy(src, des) {
|
|
|
1844
1874
|
}
|
|
1845
1875
|
}
|
|
1846
1876
|
/*!
|
|
1847
|
-
* message-compiler v9.14.
|
|
1877
|
+
* message-compiler v9.14.5
|
|
1848
1878
|
* (c) 2025 kazuya kawaguchi
|
|
1849
1879
|
* Released under the MIT License.
|
|
1850
1880
|
*/
|
|
@@ -3394,7 +3424,7 @@ function baseCompile$1(source, options = {}) {
|
|
|
3394
3424
|
}
|
|
3395
3425
|
}
|
|
3396
3426
|
/*!
|
|
3397
|
-
* core-base v9.14.
|
|
3427
|
+
* core-base v9.14.5
|
|
3398
3428
|
* (c) 2025 kazuya kawaguchi
|
|
3399
3429
|
* Released under the MIT License.
|
|
3400
3430
|
*/
|
|
@@ -3409,6 +3439,76 @@ function initFeatureFlags$1() {
|
|
|
3409
3439
|
getGlobalThis().__INTLIFY_DROP_MESSAGE_COMPILER__ = false;
|
|
3410
3440
|
}
|
|
3411
3441
|
}
|
|
3442
|
+
function isMessageAST(val) {
|
|
3443
|
+
return isObject$2(val) && resolveType(val) === 0 && (hasOwn(val, "b") || hasOwn(val, "body"));
|
|
3444
|
+
}
|
|
3445
|
+
const PROPS_BODY = ["b", "body"];
|
|
3446
|
+
function resolveBody(node) {
|
|
3447
|
+
return resolveProps(node, PROPS_BODY);
|
|
3448
|
+
}
|
|
3449
|
+
const PROPS_CASES = ["c", "cases"];
|
|
3450
|
+
function resolveCases(node) {
|
|
3451
|
+
return resolveProps(node, PROPS_CASES, []);
|
|
3452
|
+
}
|
|
3453
|
+
const PROPS_STATIC = ["s", "static"];
|
|
3454
|
+
function resolveStatic(node) {
|
|
3455
|
+
return resolveProps(node, PROPS_STATIC);
|
|
3456
|
+
}
|
|
3457
|
+
const PROPS_ITEMS = ["i", "items"];
|
|
3458
|
+
function resolveItems(node) {
|
|
3459
|
+
return resolveProps(node, PROPS_ITEMS, []);
|
|
3460
|
+
}
|
|
3461
|
+
const PROPS_TYPE = ["t", "type"];
|
|
3462
|
+
function resolveType(node) {
|
|
3463
|
+
return resolveProps(node, PROPS_TYPE);
|
|
3464
|
+
}
|
|
3465
|
+
const PROPS_VALUE = ["v", "value"];
|
|
3466
|
+
function resolveValue$1(node, type) {
|
|
3467
|
+
const resolved = resolveProps(node, PROPS_VALUE);
|
|
3468
|
+
if (resolved != null) {
|
|
3469
|
+
return resolved;
|
|
3470
|
+
} else {
|
|
3471
|
+
throw createUnhandleNodeError(type);
|
|
3472
|
+
}
|
|
3473
|
+
}
|
|
3474
|
+
const PROPS_MODIFIER = ["m", "modifier"];
|
|
3475
|
+
function resolveLinkedModifier(node) {
|
|
3476
|
+
return resolveProps(node, PROPS_MODIFIER);
|
|
3477
|
+
}
|
|
3478
|
+
const PROPS_KEY = ["k", "key"];
|
|
3479
|
+
function resolveLinkedKey(node) {
|
|
3480
|
+
const resolved = resolveProps(node, PROPS_KEY);
|
|
3481
|
+
if (resolved) {
|
|
3482
|
+
return resolved;
|
|
3483
|
+
} else {
|
|
3484
|
+
throw createUnhandleNodeError(
|
|
3485
|
+
6
|
|
3486
|
+
/* NodeTypes.Linked */
|
|
3487
|
+
);
|
|
3488
|
+
}
|
|
3489
|
+
}
|
|
3490
|
+
function resolveProps(node, props, defaultValue) {
|
|
3491
|
+
for (let i = 0; i < props.length; i++) {
|
|
3492
|
+
const prop = props[i];
|
|
3493
|
+
if (hasOwn(node, prop) && node[prop] != null) {
|
|
3494
|
+
return node[prop];
|
|
3495
|
+
}
|
|
3496
|
+
}
|
|
3497
|
+
return defaultValue;
|
|
3498
|
+
}
|
|
3499
|
+
const AST_NODE_PROPS_KEYS = [
|
|
3500
|
+
...PROPS_BODY,
|
|
3501
|
+
...PROPS_CASES,
|
|
3502
|
+
...PROPS_STATIC,
|
|
3503
|
+
...PROPS_ITEMS,
|
|
3504
|
+
...PROPS_KEY,
|
|
3505
|
+
...PROPS_MODIFIER,
|
|
3506
|
+
...PROPS_VALUE,
|
|
3507
|
+
...PROPS_TYPE
|
|
3508
|
+
];
|
|
3509
|
+
function createUnhandleNodeError(type) {
|
|
3510
|
+
return new Error(`unhandled node type: ${type}`);
|
|
3511
|
+
}
|
|
3412
3512
|
const pathStateMachine = [];
|
|
3413
3513
|
pathStateMachine[
|
|
3414
3514
|
0
|
|
@@ -3815,7 +3915,7 @@ const cache = /* @__PURE__ */ new Map();
|
|
|
3815
3915
|
function resolveWithKeyValue(obj, path) {
|
|
3816
3916
|
return isObject$2(obj) ? obj[path] : null;
|
|
3817
3917
|
}
|
|
3818
|
-
function resolveValue
|
|
3918
|
+
function resolveValue(obj, path) {
|
|
3819
3919
|
if (!isObject$2(obj)) {
|
|
3820
3920
|
return null;
|
|
3821
3921
|
}
|
|
@@ -3833,7 +3933,11 @@ function resolveValue$1(obj, path) {
|
|
|
3833
3933
|
let last = obj;
|
|
3834
3934
|
let i = 0;
|
|
3835
3935
|
while (i < len) {
|
|
3836
|
-
const
|
|
3936
|
+
const key = hit[i];
|
|
3937
|
+
if (AST_NODE_PROPS_KEYS.includes(key) && isMessageAST(last)) {
|
|
3938
|
+
return null;
|
|
3939
|
+
}
|
|
3940
|
+
const val = last[key];
|
|
3837
3941
|
if (val === void 0) {
|
|
3838
3942
|
return null;
|
|
3839
3943
|
}
|
|
@@ -4127,7 +4231,7 @@ function appendItemToChain(chain, target, blocks) {
|
|
|
4127
4231
|
}
|
|
4128
4232
|
return follow;
|
|
4129
4233
|
}
|
|
4130
|
-
const VERSION$1 = "9.14.
|
|
4234
|
+
const VERSION$1 = "9.14.5";
|
|
4131
4235
|
const NOT_REOSLVED = -1;
|
|
4132
4236
|
const DEFAULT_LOCALE = "en-US";
|
|
4133
4237
|
const MISSING_RESOLVE_VALUE = "";
|
|
@@ -4314,14 +4418,6 @@ function formatParts(ctx, ast) {
|
|
|
4314
4418
|
return formatMessageParts(ctx, body);
|
|
4315
4419
|
}
|
|
4316
4420
|
}
|
|
4317
|
-
const PROPS_BODY = ["b", "body"];
|
|
4318
|
-
function resolveBody(node) {
|
|
4319
|
-
return resolveProps(node, PROPS_BODY);
|
|
4320
|
-
}
|
|
4321
|
-
const PROPS_CASES = ["c", "cases"];
|
|
4322
|
-
function resolveCases(node) {
|
|
4323
|
-
return resolveProps(node, PROPS_CASES, []);
|
|
4324
|
-
}
|
|
4325
4421
|
function formatMessageParts(ctx, node) {
|
|
4326
4422
|
const static_ = resolveStatic(node);
|
|
4327
4423
|
if (static_ != null) {
|
|
@@ -4331,22 +4427,14 @@ function formatMessageParts(ctx, node) {
|
|
|
4331
4427
|
return ctx.normalize(messages);
|
|
4332
4428
|
}
|
|
4333
4429
|
}
|
|
4334
|
-
const PROPS_STATIC = ["s", "static"];
|
|
4335
|
-
function resolveStatic(node) {
|
|
4336
|
-
return resolveProps(node, PROPS_STATIC);
|
|
4337
|
-
}
|
|
4338
|
-
const PROPS_ITEMS = ["i", "items"];
|
|
4339
|
-
function resolveItems(node) {
|
|
4340
|
-
return resolveProps(node, PROPS_ITEMS, []);
|
|
4341
|
-
}
|
|
4342
4430
|
function formatMessagePart(ctx, node) {
|
|
4343
4431
|
const type = resolveType(node);
|
|
4344
4432
|
switch (type) {
|
|
4345
4433
|
case 3: {
|
|
4346
|
-
return resolveValue(node, type);
|
|
4434
|
+
return resolveValue$1(node, type);
|
|
4347
4435
|
}
|
|
4348
4436
|
case 9: {
|
|
4349
|
-
return resolveValue(node, type);
|
|
4437
|
+
return resolveValue$1(node, type);
|
|
4350
4438
|
}
|
|
4351
4439
|
case 4: {
|
|
4352
4440
|
const named = node;
|
|
@@ -4375,56 +4463,15 @@ function formatMessagePart(ctx, node) {
|
|
|
4375
4463
|
return ctx.linked(formatMessagePart(ctx, key), modifier ? formatMessagePart(ctx, modifier) : void 0, ctx.type);
|
|
4376
4464
|
}
|
|
4377
4465
|
case 7: {
|
|
4378
|
-
return resolveValue(node, type);
|
|
4466
|
+
return resolveValue$1(node, type);
|
|
4379
4467
|
}
|
|
4380
4468
|
case 8: {
|
|
4381
|
-
return resolveValue(node, type);
|
|
4469
|
+
return resolveValue$1(node, type);
|
|
4382
4470
|
}
|
|
4383
4471
|
default:
|
|
4384
4472
|
throw new Error(`unhandled node on format message part: ${type}`);
|
|
4385
4473
|
}
|
|
4386
4474
|
}
|
|
4387
|
-
const PROPS_TYPE = ["t", "type"];
|
|
4388
|
-
function resolveType(node) {
|
|
4389
|
-
return resolveProps(node, PROPS_TYPE);
|
|
4390
|
-
}
|
|
4391
|
-
const PROPS_VALUE = ["v", "value"];
|
|
4392
|
-
function resolveValue(node, type) {
|
|
4393
|
-
const resolved = resolveProps(node, PROPS_VALUE);
|
|
4394
|
-
if (resolved) {
|
|
4395
|
-
return resolved;
|
|
4396
|
-
} else {
|
|
4397
|
-
throw createUnhandleNodeError(type);
|
|
4398
|
-
}
|
|
4399
|
-
}
|
|
4400
|
-
const PROPS_MODIFIER = ["m", "modifier"];
|
|
4401
|
-
function resolveLinkedModifier(node) {
|
|
4402
|
-
return resolveProps(node, PROPS_MODIFIER);
|
|
4403
|
-
}
|
|
4404
|
-
const PROPS_KEY = ["k", "key"];
|
|
4405
|
-
function resolveLinkedKey(node) {
|
|
4406
|
-
const resolved = resolveProps(node, PROPS_KEY);
|
|
4407
|
-
if (resolved) {
|
|
4408
|
-
return resolved;
|
|
4409
|
-
} else {
|
|
4410
|
-
throw createUnhandleNodeError(
|
|
4411
|
-
6
|
|
4412
|
-
/* NodeTypes.Linked */
|
|
4413
|
-
);
|
|
4414
|
-
}
|
|
4415
|
-
}
|
|
4416
|
-
function resolveProps(node, props, defaultValue) {
|
|
4417
|
-
for (let i = 0; i < props.length; i++) {
|
|
4418
|
-
const prop = props[i];
|
|
4419
|
-
if (hasOwn(node, prop) && node[prop] != null) {
|
|
4420
|
-
return node[prop];
|
|
4421
|
-
}
|
|
4422
|
-
}
|
|
4423
|
-
return defaultValue;
|
|
4424
|
-
}
|
|
4425
|
-
function createUnhandleNodeError(type) {
|
|
4426
|
-
return new Error(`unhandled node type: ${type}`);
|
|
4427
|
-
}
|
|
4428
4475
|
const WARN_MESSAGE = `Detected HTML in '{source}' message. Recommend not using HTML messages to avoid XSS.`;
|
|
4429
4476
|
function checkHtmlMessage(source, warnHtmlMessage) {
|
|
4430
4477
|
if (warnHtmlMessage && detectHtmlTag(source)) {
|
|
@@ -4440,9 +4487,6 @@ reference: https://vue-i18n.intlify.dev/guide/essentials/syntax#rails-i18n-forma
|
|
|
4440
4487
|
(message compiler warning message: ${_warn.message})`);
|
|
4441
4488
|
}
|
|
4442
4489
|
}
|
|
4443
|
-
function isMessageAST(val) {
|
|
4444
|
-
return isObject$2(val) && resolveType(val) === 0 && (hasOwn(val, "b") || hasOwn(val, "body"));
|
|
4445
|
-
}
|
|
4446
4490
|
function baseCompile(message, options = {}) {
|
|
4447
4491
|
let detectError = false;
|
|
4448
4492
|
const onError = options.onError || defaultOnError;
|
|
@@ -4554,7 +4598,10 @@ function translate(context, ...args) {
|
|
|
4554
4598
|
const ctxOptions = getMessageContextOptions(context, targetLocale, message, options);
|
|
4555
4599
|
const msgContext = createMessageContext(ctxOptions);
|
|
4556
4600
|
const messaged = evaluateMessage(context, msg, msgContext);
|
|
4557
|
-
|
|
4601
|
+
let ret = postTranslation ? postTranslation(messaged, key) : messaged;
|
|
4602
|
+
if (escapeParameter && isString$1(ret)) {
|
|
4603
|
+
ret = sanitizeTranslatedHtml(ret);
|
|
4604
|
+
}
|
|
4558
4605
|
if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
|
|
4559
4606
|
const payloads = {
|
|
4560
4607
|
timestamp: Date.now(),
|
|
@@ -5271,11 +5318,11 @@ function setupDevtoolsPlugin(pluginDescriptor, setupFn) {
|
|
|
5271
5318
|
}
|
|
5272
5319
|
}
|
|
5273
5320
|
/*!
|
|
5274
|
-
* vue-i18n v9.14.
|
|
5321
|
+
* vue-i18n v9.14.5
|
|
5275
5322
|
* (c) 2025 kazuya kawaguchi
|
|
5276
5323
|
* Released under the MIT License.
|
|
5277
5324
|
*/
|
|
5278
|
-
const VERSION = "9.14.
|
|
5325
|
+
const VERSION = "9.14.5";
|
|
5279
5326
|
function initFeatureFlags() {
|
|
5280
5327
|
if (typeof __VUE_I18N_FULL_INSTALL__ !== "boolean") {
|
|
5281
5328
|
getGlobalThis().__VUE_I18N_FULL_INSTALL__ = true;
|
|
@@ -5408,6 +5455,9 @@ function handleFlatJson(obj) {
|
|
|
5408
5455
|
if (!isObject$2(obj)) {
|
|
5409
5456
|
return obj;
|
|
5410
5457
|
}
|
|
5458
|
+
if (isMessageAST(obj)) {
|
|
5459
|
+
return obj;
|
|
5460
|
+
}
|
|
5411
5461
|
for (const key in obj) {
|
|
5412
5462
|
if (!hasOwn(obj, key)) {
|
|
5413
5463
|
continue;
|
|
@@ -5438,11 +5488,20 @@ function handleFlatJson(obj) {
|
|
|
5438
5488
|
currentObj = currentObj[subKeys[i]];
|
|
5439
5489
|
}
|
|
5440
5490
|
if (!hasStringValue) {
|
|
5441
|
-
currentObj
|
|
5442
|
-
|
|
5491
|
+
if (!isMessageAST(currentObj)) {
|
|
5492
|
+
currentObj[subKeys[lastIndex]] = obj[key];
|
|
5493
|
+
delete obj[key];
|
|
5494
|
+
} else {
|
|
5495
|
+
if (!AST_NODE_PROPS_KEYS.includes(subKeys[lastIndex])) {
|
|
5496
|
+
delete obj[key];
|
|
5497
|
+
}
|
|
5498
|
+
}
|
|
5443
5499
|
}
|
|
5444
|
-
if (
|
|
5445
|
-
|
|
5500
|
+
if (!isMessageAST(currentObj)) {
|
|
5501
|
+
const target = currentObj[subKeys[lastIndex]];
|
|
5502
|
+
if (isObject$2(target)) {
|
|
5503
|
+
handleFlatJson(target);
|
|
5504
|
+
}
|
|
5446
5505
|
}
|
|
5447
5506
|
}
|
|
5448
5507
|
}
|
|
@@ -7633,7 +7692,7 @@ if (__INTLIFY_JIT_COMPILATION__) {
|
|
|
7633
7692
|
} else {
|
|
7634
7693
|
registerMessageCompiler(compileToFunction);
|
|
7635
7694
|
}
|
|
7636
|
-
registerMessageResolver(resolveValue
|
|
7695
|
+
registerMessageResolver(resolveValue);
|
|
7637
7696
|
registerLocaleFallbacker(fallbackWithLocaleChain);
|
|
7638
7697
|
if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
|
|
7639
7698
|
const target = getGlobalThis();
|
|
@@ -8882,9 +8941,9 @@ const _hoisted_1$v = { class: "home-nav-right" };
|
|
|
8882
8941
|
const _hoisted_2$m = { class: "home-nav-item" };
|
|
8883
8942
|
const _hoisted_3$l = { class: "tooltip-sign" };
|
|
8884
8943
|
const _hoisted_4$g = { class: "home-nav-tooltip-wrapper" };
|
|
8885
|
-
const _hoisted_5$
|
|
8886
|
-
const _hoisted_6$
|
|
8887
|
-
const _hoisted_7$
|
|
8944
|
+
const _hoisted_5$b = { class: "home-nav-text" };
|
|
8945
|
+
const _hoisted_6$a = { class: "home-nav-tooltip-wrapper" };
|
|
8946
|
+
const _hoisted_7$7 = { class: "home-nav-text" };
|
|
8888
8947
|
const _hoisted_8$6 = {
|
|
8889
8948
|
key: 2,
|
|
8890
8949
|
class: "tools-list"
|
|
@@ -9179,7 +9238,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
9179
9238
|
}, {
|
|
9180
9239
|
content: withCtx(() => [
|
|
9181
9240
|
createElementVNode("div", _hoisted_4$g, [
|
|
9182
|
-
createElementVNode("div", _hoisted_5$
|
|
9241
|
+
createElementVNode("div", _hoisted_5$b, toDisplayString$1(unref(t2)("gitCodeLayout.growthCenter.invite")), 1)
|
|
9183
9242
|
])
|
|
9184
9243
|
]),
|
|
9185
9244
|
default: withCtx(() => [
|
|
@@ -9205,15 +9264,15 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
9205
9264
|
"overlay-class": "tools-tag-tooltip"
|
|
9206
9265
|
}, {
|
|
9207
9266
|
content: withCtx(() => [
|
|
9208
|
-
createElementVNode("div", _hoisted_6$
|
|
9209
|
-
createElementVNode("div", _hoisted_7$
|
|
9267
|
+
createElementVNode("div", _hoisted_6$a, [
|
|
9268
|
+
createElementVNode("div", _hoisted_7$7, toDisplayString$1(unref(t2)("gitCodeLayout.userSetting.menu.growthCenter")), 1)
|
|
9210
9269
|
])
|
|
9211
9270
|
]),
|
|
9212
9271
|
default: withCtx(() => [
|
|
9213
9272
|
createElementVNode("div", {
|
|
9214
9273
|
class: "home-nav-link tools-questionnaire",
|
|
9215
9274
|
onClick: toggleGrowthCenter
|
|
9216
|
-
}, _cache[6] || (_cache[6] = [
|
|
9275
|
+
}, [..._cache[6] || (_cache[6] = [
|
|
9217
9276
|
createElementVNode("div", { class: "home-nav-item" }, [
|
|
9218
9277
|
createElementVNode("img", {
|
|
9219
9278
|
class: "common-icon inline-block h-[20px] w-[20px]",
|
|
@@ -9221,7 +9280,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
9221
9280
|
alt: ""
|
|
9222
9281
|
})
|
|
9223
9282
|
], -1)
|
|
9224
|
-
]))
|
|
9283
|
+
])])
|
|
9225
9284
|
]),
|
|
9226
9285
|
_: 1
|
|
9227
9286
|
})) : createCommentVNode("", true),
|
|
@@ -9244,7 +9303,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
9244
9303
|
id: "gitcode-desk-btn",
|
|
9245
9304
|
class: "home-nav-item kefu",
|
|
9246
9305
|
onClick: showDesk
|
|
9247
|
-
}, _cache[7] || (_cache[7] = [
|
|
9306
|
+
}, [..._cache[7] || (_cache[7] = [
|
|
9248
9307
|
createElementVNode("img", {
|
|
9249
9308
|
class: "inline-block h-[20px] w-[20px]",
|
|
9250
9309
|
src: "https://cdn-static.gitcode.com/static/images/desk/kefu.png",
|
|
@@ -9254,7 +9313,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
9254
9313
|
createElementVNode("div", null, "客"),
|
|
9255
9314
|
createElementVNode("div", null, "服")
|
|
9256
9315
|
], -1)
|
|
9257
|
-
]))
|
|
9316
|
+
])])
|
|
9258
9317
|
])
|
|
9259
9318
|
]),
|
|
9260
9319
|
_: 1
|
|
@@ -9307,9 +9366,9 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
9307
9366
|
key: item.index,
|
|
9308
9367
|
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)]"]),
|
|
9309
9368
|
onClick: ($event) => swTab(item)
|
|
9310
|
-
}, _cache[11] || (_cache[11] = [
|
|
9369
|
+
}, [..._cache[11] || (_cache[11] = [
|
|
9311
9370
|
createElementVNode("span", { class: "cursor-pointer" }, null, -1)
|
|
9312
|
-
]), 10, _hoisted_18$2);
|
|
9371
|
+
])], 10, _hoisted_18$2);
|
|
9313
9372
|
}), 64))
|
|
9314
9373
|
]),
|
|
9315
9374
|
createElementVNode("div", null, [
|
|
@@ -9391,7 +9450,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
9391
9450
|
trigger: "hover",
|
|
9392
9451
|
offset: { mainAxis: 22, crossAxis: 0 }
|
|
9393
9452
|
}, {
|
|
9394
|
-
default: withCtx(() => _cache[10] || (_cache[10] = [
|
|
9453
|
+
default: withCtx(() => [..._cache[10] || (_cache[10] = [
|
|
9395
9454
|
createElementVNode("div", { class: "home-nav-item" }, [
|
|
9396
9455
|
createElementVNode("img", {
|
|
9397
9456
|
class: "common-icon inline-block h-[20px] w-[20px]",
|
|
@@ -9404,7 +9463,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
9404
9463
|
alt: ""
|
|
9405
9464
|
})
|
|
9406
9465
|
], -1)
|
|
9407
|
-
])),
|
|
9466
|
+
])]),
|
|
9408
9467
|
_: 1
|
|
9409
9468
|
}, 8, ["content"])
|
|
9410
9469
|
])
|
|
@@ -9640,11 +9699,11 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
9640
9699
|
});
|
|
9641
9700
|
return (_ctx, _cache) => {
|
|
9642
9701
|
const _component_router_link = resolveComponent("router-link");
|
|
9643
|
-
return
|
|
9702
|
+
return __props.to && !__props.disabled ? (openBlock(), createBlock(_component_router_link, {
|
|
9644
9703
|
key: 0,
|
|
9645
|
-
class: normalizeClass(["g-link g-link-router-link", { hoverUnderline:
|
|
9646
|
-
to:
|
|
9647
|
-
target:
|
|
9704
|
+
class: normalizeClass(["g-link g-link-router-link", { hoverUnderline: __props.underline }]),
|
|
9705
|
+
to: __props.to,
|
|
9706
|
+
target: __props.target
|
|
9648
9707
|
}, {
|
|
9649
9708
|
default: withCtx(() => [
|
|
9650
9709
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
@@ -9652,10 +9711,10 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
9652
9711
|
_: 3
|
|
9653
9712
|
}, 8, ["class", "to", "target"])) : (openBlock(), createElementBlock("a", {
|
|
9654
9713
|
key: 1,
|
|
9655
|
-
class: normalizeClass(["g-link g-link-a", { hoverUnderline:
|
|
9656
|
-
href:
|
|
9657
|
-
target:
|
|
9658
|
-
disabled:
|
|
9714
|
+
class: normalizeClass(["g-link g-link-a", { hoverUnderline: __props.underline, noPointer: __props.noPointer }]),
|
|
9715
|
+
href: __props.disabled || !targetHref.value ? defaultHref.value : targetHref.value,
|
|
9716
|
+
target: __props.target,
|
|
9717
|
+
disabled: __props.disabled || __props.noPointer
|
|
9659
9718
|
}, [
|
|
9660
9719
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
9661
9720
|
], 10, _hoisted_1$u));
|
|
@@ -10256,12 +10315,12 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
10256
10315
|
key: 0,
|
|
10257
10316
|
"img-src": imgSrc.value,
|
|
10258
10317
|
name: placeholderName.value,
|
|
10259
|
-
width:
|
|
10260
|
-
height:
|
|
10261
|
-
"is-round":
|
|
10262
|
-
class: normalizeClass({ "devui-avatar-square": !
|
|
10318
|
+
width: __props.width,
|
|
10319
|
+
height: __props.height,
|
|
10320
|
+
"is-round": __props.is_round,
|
|
10321
|
+
class: normalizeClass({ "devui-avatar-square": !__props.is_round, "gavatar-custom": !imgSrc.value }),
|
|
10263
10322
|
onLoadError,
|
|
10264
|
-
style: normalizeStyle({ minWidth:
|
|
10323
|
+
style: normalizeStyle({ minWidth: __props.width + "px" })
|
|
10265
10324
|
}, null, 8, ["img-src", "name", "width", "height", "is-round", "class", "style"])) : createCommentVNode("", true);
|
|
10266
10325
|
};
|
|
10267
10326
|
}
|
|
@@ -10300,15 +10359,15 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
10300
10359
|
return openBlock(), createBlock(unref(Tooltip), {
|
|
10301
10360
|
class: "flash-tag-message",
|
|
10302
10361
|
position: ["top", "bottom"],
|
|
10303
|
-
content:
|
|
10362
|
+
content: __props.message,
|
|
10304
10363
|
"overlay-class": "flash-tag-tooltip",
|
|
10305
|
-
disabled: unref(isPhone)() ||
|
|
10364
|
+
disabled: unref(isPhone)() || __props.disabled
|
|
10306
10365
|
}, {
|
|
10307
10366
|
default: withCtx(() => [
|
|
10308
10367
|
createElementVNode("span", mergeProps({
|
|
10309
|
-
class: ["gc-flash-tag cursor-default", { "gc-trusted-tag":
|
|
10368
|
+
class: ["gc-flash-tag cursor-default", { "gc-trusted-tag": __props.trusted, "cursor-pointer": __props.clickEnabled, "cursor-default": !__props.clickEnabled, "gc-icon-tag": __props.icon }]
|
|
10310
10369
|
}, _ctx.$attrs, { onClick: handleClick }), [
|
|
10311
|
-
|
|
10370
|
+
__props.icon ? (openBlock(), createElementBlock("img", {
|
|
10312
10371
|
key: 0,
|
|
10313
10372
|
class: "w-[16px] h-[16px]",
|
|
10314
10373
|
src: iconUrl.value
|
|
@@ -10389,7 +10448,7 @@ function getAugmentedNamespace(n) {
|
|
|
10389
10448
|
return a;
|
|
10390
10449
|
}
|
|
10391
10450
|
var relativeTime$1 = { exports: {} };
|
|
10392
|
-
(function(module, exports) {
|
|
10451
|
+
(function(module, exports$1) {
|
|
10393
10452
|
!function(r, e) {
|
|
10394
10453
|
module.exports = e();
|
|
10395
10454
|
}(commonjsGlobal, function() {
|
|
@@ -10960,7 +11019,7 @@ var locale = {
|
|
|
10960
11019
|
};
|
|
10961
11020
|
dayjs.locale(locale, null, true);
|
|
10962
11021
|
var timezone = { exports: {} };
|
|
10963
|
-
(function(module, exports) {
|
|
11022
|
+
(function(module, exports$1) {
|
|
10964
11023
|
!function(t2, e) {
|
|
10965
11024
|
module.exports = e();
|
|
10966
11025
|
}(commonjsGlobal, function() {
|
|
@@ -11023,7 +11082,7 @@ var timezone = { exports: {} };
|
|
|
11023
11082
|
var timezoneExports = timezone.exports;
|
|
11024
11083
|
const tz = /* @__PURE__ */ getDefaultExportFromCjs(timezoneExports);
|
|
11025
11084
|
var utc$1 = { exports: {} };
|
|
11026
|
-
(function(module, exports) {
|
|
11085
|
+
(function(module, exports$1) {
|
|
11027
11086
|
!function(t2, i) {
|
|
11028
11087
|
module.exports = i();
|
|
11029
11088
|
}(commonjsGlobal, function() {
|
|
@@ -11039,16 +11098,16 @@ var utc$1 = { exports: {} };
|
|
|
11039
11098
|
}, u.local = function() {
|
|
11040
11099
|
return n(this.toDate(), { locale: this.$L, utc: false });
|
|
11041
11100
|
};
|
|
11042
|
-
var
|
|
11101
|
+
var r = u.parse;
|
|
11043
11102
|
u.parse = function(t3) {
|
|
11044
|
-
t3.utc && (this.$u = true), this.$utils().u(t3.$offset) || (this.$offset = t3.$offset),
|
|
11103
|
+
t3.utc && (this.$u = true), this.$utils().u(t3.$offset) || (this.$offset = t3.$offset), r.call(this, t3);
|
|
11045
11104
|
};
|
|
11046
|
-
var
|
|
11105
|
+
var o = u.init;
|
|
11047
11106
|
u.init = function() {
|
|
11048
11107
|
if (this.$u) {
|
|
11049
11108
|
var t3 = this.$d;
|
|
11050
11109
|
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();
|
|
11051
|
-
} else
|
|
11110
|
+
} else o.call(this);
|
|
11052
11111
|
};
|
|
11053
11112
|
var a = u.utcOffset;
|
|
11054
11113
|
u.utcOffset = function(s2, f2) {
|
|
@@ -11061,13 +11120,12 @@ var utc$1 = { exports: {} };
|
|
|
11061
11120
|
var f3 = ("" + s3[0]).match(e) || ["-", 0, 0], n3 = f3[0], u3 = 60 * +f3[1] + +f3[2];
|
|
11062
11121
|
return 0 === u3 ? 0 : "+" === n3 ? u3 : -u3;
|
|
11063
11122
|
}(s2), null === s2)) return this;
|
|
11064
|
-
var u2 = Math.abs(s2) <= 16 ? 60 * s2 : s2
|
|
11065
|
-
if (
|
|
11066
|
-
|
|
11067
|
-
|
|
11068
|
-
|
|
11069
|
-
|
|
11070
|
-
return o2;
|
|
11123
|
+
var u2 = Math.abs(s2) <= 16 ? 60 * s2 : s2;
|
|
11124
|
+
if (0 === u2) return this.utc(f2);
|
|
11125
|
+
var r2 = this.clone();
|
|
11126
|
+
if (f2) return r2.$offset = u2, r2.$u = false, r2;
|
|
11127
|
+
var o2 = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
|
|
11128
|
+
return (r2 = this.local().add(u2 + o2, t2)).$offset = u2, r2.$x.$localOffset = o2, r2;
|
|
11071
11129
|
};
|
|
11072
11130
|
var h2 = u.format;
|
|
11073
11131
|
u.format = function(t3) {
|
|
@@ -11125,17 +11183,17 @@ const _hoisted_1$s = {
|
|
|
11125
11183
|
const _hoisted_2$l = { class: "org-layout-toolbar-title flex-1 ellipsis-two-line" };
|
|
11126
11184
|
const _hoisted_3$k = { class: "text-xs" };
|
|
11127
11185
|
const _hoisted_4$f = { class: "flex items-center w-full g-repo-breadcrumb-custom" };
|
|
11128
|
-
const _hoisted_5$
|
|
11186
|
+
const _hoisted_5$a = {
|
|
11129
11187
|
key: 1,
|
|
11130
11188
|
class: "flex items-center min-w-[30px]"
|
|
11131
11189
|
};
|
|
11132
|
-
const _hoisted_6$
|
|
11190
|
+
const _hoisted_6$9 = {
|
|
11133
11191
|
key: 0,
|
|
11134
11192
|
src: _imports_0,
|
|
11135
11193
|
alt: "mirrors-avatar-phone",
|
|
11136
11194
|
class: "h-[24px] w-[24px]"
|
|
11137
11195
|
};
|
|
11138
|
-
const _hoisted_7$
|
|
11196
|
+
const _hoisted_7$6 = {
|
|
11139
11197
|
key: 1,
|
|
11140
11198
|
src: "https://cdn-static.gitcode.com/static/images/mirrors-avata_20250411.gif",
|
|
11141
11199
|
alt: "mirrors-avatar",
|
|
@@ -11297,7 +11355,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
11297
11355
|
});
|
|
11298
11356
|
return (_ctx, _cache) => {
|
|
11299
11357
|
var _a, _b;
|
|
11300
|
-
return
|
|
11358
|
+
return __props.scene === unref(SceneValue).org && !__props.errorCode ? (openBlock(), createElementBlock("div", _hoisted_1$s, [
|
|
11301
11359
|
createVNode(GLink, {
|
|
11302
11360
|
to: { name: "homepage" },
|
|
11303
11361
|
class: "flex flex-1 items-center gap-[8px]"
|
|
@@ -11321,21 +11379,21 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
11321
11379
|
createVNode(unref(Button), {
|
|
11322
11380
|
onClick: _cache[0] || (_cache[0] = ($event) => {
|
|
11323
11381
|
var _a2;
|
|
11324
|
-
return handleOrgFollow((_a2 =
|
|
11382
|
+
return handleOrgFollow((_a2 = __props.orgProps) == null ? void 0 : _a2.isOrgFollow);
|
|
11325
11383
|
}),
|
|
11326
11384
|
class: "org-layout-toolbar-follow"
|
|
11327
11385
|
}, {
|
|
11328
11386
|
default: withCtx(() => {
|
|
11329
11387
|
var _a2;
|
|
11330
11388
|
return [
|
|
11331
|
-
createElementVNode("span", _hoisted_3$k, toDisplayString$1(((_a2 =
|
|
11389
|
+
createElementVNode("span", _hoisted_3$k, toDisplayString$1(((_a2 = __props.orgProps) == null ? void 0 : _a2.isOrgFollow) ? unref(t2)("gitCodeLayout.home.alreadyFollowed") : unref(t2)("gitCodeLayout.home.focusOn")), 1)
|
|
11332
11390
|
];
|
|
11333
11391
|
}),
|
|
11334
11392
|
_: 1
|
|
11335
11393
|
})
|
|
11336
|
-
])) :
|
|
11394
|
+
])) : __props.scene === unref(SceneValue).repo && !__props.errorCode ? (openBlock(), createBlock(unref(Skeleton), {
|
|
11337
11395
|
key: 1,
|
|
11338
|
-
loading: (_a =
|
|
11396
|
+
loading: (_a = __props.repoProps) == null ? void 0 : _a.repoNameLoading,
|
|
11339
11397
|
rows: 1
|
|
11340
11398
|
}, {
|
|
11341
11399
|
placeholder: withCtx(() => [
|
|
@@ -11358,7 +11416,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
11358
11416
|
default: withCtx(() => {
|
|
11359
11417
|
var _a3, _b3, _c2, _d2;
|
|
11360
11418
|
return [
|
|
11361
|
-
!((_a3 =
|
|
11419
|
+
!((_a3 = __props.repoProps) == null ? void 0 : _a3.isGhMirrors) ? (openBlock(), createBlock(_sfc_main$A, {
|
|
11362
11420
|
key: 0,
|
|
11363
11421
|
class: normalizeClass({ "g-border": isOrg.value }),
|
|
11364
11422
|
src: (_c2 = (_b3 = unref(repoInfo)) == null ? void 0 : _b3.namespace) == null ? void 0 : _c2.avatar_url,
|
|
@@ -11366,15 +11424,15 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
11366
11424
|
width: 28,
|
|
11367
11425
|
height: 28,
|
|
11368
11426
|
is_round: !isOrg.value
|
|
11369
|
-
}, null, 8, ["class", "src", "name", "is_round"])) : (openBlock(), createElementBlock("div", _hoisted_5$
|
|
11370
|
-
unref(isPhone)() ? (openBlock(), createElementBlock("img", _hoisted_6$
|
|
11427
|
+
}, null, 8, ["class", "src", "name", "is_round"])) : (openBlock(), createElementBlock("div", _hoisted_5$a, [
|
|
11428
|
+
unref(isPhone)() ? (openBlock(), createElementBlock("img", _hoisted_6$9)) : (openBlock(), createElementBlock("img", _hoisted_7$6))
|
|
11371
11429
|
]))
|
|
11372
11430
|
];
|
|
11373
11431
|
}),
|
|
11374
11432
|
_: 1
|
|
11375
11433
|
}, 8, ["href"]),
|
|
11376
11434
|
createElementVNode("div", _hoisted_8$5, [
|
|
11377
|
-
!((_b2 =
|
|
11435
|
+
!((_b2 = __props.repoProps) == null ? void 0 : _b2.isGhMirrors) ? (openBlock(), createElementBlock("div", {
|
|
11378
11436
|
key: 0,
|
|
11379
11437
|
ref_key: "breadcrumbRef",
|
|
11380
11438
|
ref: breadcrumbRef,
|
|
@@ -11409,7 +11467,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
11409
11467
|
key: 1,
|
|
11410
11468
|
ref_key: "breadcrumbNextRef",
|
|
11411
11469
|
ref: breadcrumbNextRef,
|
|
11412
|
-
class: normalizeClass(["g-repo-layout-breadcrumb-next max-md:w-full flex items-end gap-[8px]", [((_c =
|
|
11470
|
+
class: normalizeClass(["g-repo-layout-breadcrumb-next max-md:w-full flex items-end gap-[8px]", [((_c = __props.repoProps) == null ? void 0 : _c.isGhMirrors) ? "max-w-full" : "max-w-[60%]"]])
|
|
11413
11471
|
}, [
|
|
11414
11472
|
createVNode(GLink, {
|
|
11415
11473
|
class: "linkTx",
|
|
@@ -11432,9 +11490,9 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
11432
11490
|
type: "gstar",
|
|
11433
11491
|
message: `G-Star ${unref(t2)("gitCodeLayout.GStar.project.graduation")}`
|
|
11434
11492
|
}, {
|
|
11435
|
-
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
11436
|
-
createTextVNode("G-Star ")
|
|
11437
|
-
])),
|
|
11493
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
11494
|
+
createTextVNode("G-Star ", -1)
|
|
11495
|
+
])]),
|
|
11438
11496
|
_: 1
|
|
11439
11497
|
}, 8, ["message"])
|
|
11440
11498
|
])) : unref(isIncubationRepo)(unref(repoInfo).topic_names) ? (openBlock(), createElementBlock("div", _hoisted_13$1, [
|
|
@@ -11444,9 +11502,9 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
11444
11502
|
type: "incubation",
|
|
11445
11503
|
message: `G-Star ${unref(t2)("gitCodeLayout.GStar.project.incubation")}`
|
|
11446
11504
|
}, {
|
|
11447
|
-
default: withCtx(() => _cache[3] || (_cache[3] = [
|
|
11448
|
-
createTextVNode(" G-Star ")
|
|
11449
|
-
])),
|
|
11505
|
+
default: withCtx(() => [..._cache[3] || (_cache[3] = [
|
|
11506
|
+
createTextVNode(" G-Star ", -1)
|
|
11507
|
+
])]),
|
|
11450
11508
|
_: 1
|
|
11451
11509
|
}, 8, ["message"])
|
|
11452
11510
|
])) : createCommentVNode("", true),
|
|
@@ -11459,7 +11517,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
11459
11517
|
href: "/trusted"
|
|
11460
11518
|
}, null, 8, ["message"])
|
|
11461
11519
|
])) : createCommentVNode("", true),
|
|
11462
|
-
((_d =
|
|
11520
|
+
((_d = __props.repoProps) == null ? void 0 : _d.isPrivate) ? (openBlock(), createElementBlock("div", _hoisted_15$1, [
|
|
11463
11521
|
createVNode(GIcon, {
|
|
11464
11522
|
size: "16px",
|
|
11465
11523
|
class: "ml-[4px]",
|
|
@@ -11478,7 +11536,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
11478
11536
|
}, null, 8, ["name"]),
|
|
11479
11537
|
createElementVNode("span", _hoisted_16$1, toDisplayString$1((_f = topicTag.value) == null ? void 0 : _f.suffix), 1)
|
|
11480
11538
|
])) : createCommentVNode("", true),
|
|
11481
|
-
((_g =
|
|
11539
|
+
((_g = __props.repoProps) == null ? void 0 : _g.isGhMirrors) && showTimeTopic.value && !unref(isPhone)() ? (openBlock(), createElementBlock("div", _hoisted_17$1, [
|
|
11482
11540
|
createVNode(GIcon, {
|
|
11483
11541
|
name: "gt-line-time",
|
|
11484
11542
|
color: "var(--devui-shape-icon-fill)",
|
|
@@ -11492,7 +11550,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
11492
11550
|
];
|
|
11493
11551
|
}),
|
|
11494
11552
|
_: 1
|
|
11495
|
-
}, 8, ["loading"])) :
|
|
11553
|
+
}, 8, ["loading"])) : __props.scene === unref(SceneValue).user && ((_b = __props.userProps) == null ? void 0 : _b.isOtherUser) ? (openBlock(), createElementBlock("div", _hoisted_20$1, [
|
|
11496
11554
|
createVNode(GLink, {
|
|
11497
11555
|
to: { name: "homepage" },
|
|
11498
11556
|
class: "flex flex-1 items-center gap-[8px]"
|
|
@@ -11550,7 +11608,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
11550
11608
|
onClick: handleClick
|
|
11551
11609
|
}, [
|
|
11552
11610
|
createElementVNode("img", {
|
|
11553
|
-
src:
|
|
11611
|
+
src: __props.config.logo_url,
|
|
11554
11612
|
alt: "claim power"
|
|
11555
11613
|
}, null, 8, _hoisted_1$r)
|
|
11556
11614
|
])) : createCommentVNode("", true);
|
|
@@ -11604,7 +11662,7 @@ var hasRequiredCore;
|
|
|
11604
11662
|
function requireCore() {
|
|
11605
11663
|
if (hasRequiredCore) return core.exports;
|
|
11606
11664
|
hasRequiredCore = 1;
|
|
11607
|
-
(function(module, exports) {
|
|
11665
|
+
(function(module, exports$1) {
|
|
11608
11666
|
(function(root, factory) {
|
|
11609
11667
|
{
|
|
11610
11668
|
module.exports = factory();
|
|
@@ -12211,7 +12269,7 @@ var hasRequiredEncBase64;
|
|
|
12211
12269
|
function requireEncBase64() {
|
|
12212
12270
|
if (hasRequiredEncBase64) return encBase64.exports;
|
|
12213
12271
|
hasRequiredEncBase64 = 1;
|
|
12214
|
-
(function(module, exports) {
|
|
12272
|
+
(function(module, exports$1) {
|
|
12215
12273
|
(function(root, factory) {
|
|
12216
12274
|
{
|
|
12217
12275
|
module.exports = factory(requireCore());
|
|
@@ -12318,7 +12376,7 @@ var hasRequiredMd5;
|
|
|
12318
12376
|
function requireMd5() {
|
|
12319
12377
|
if (hasRequiredMd5) return md5.exports;
|
|
12320
12378
|
hasRequiredMd5 = 1;
|
|
12321
|
-
(function(module, exports) {
|
|
12379
|
+
(function(module, exports$1) {
|
|
12322
12380
|
(function(root, factory) {
|
|
12323
12381
|
{
|
|
12324
12382
|
module.exports = factory(requireCore());
|
|
@@ -12497,7 +12555,7 @@ var hasRequiredSha1;
|
|
|
12497
12555
|
function requireSha1() {
|
|
12498
12556
|
if (hasRequiredSha1) return sha1.exports;
|
|
12499
12557
|
hasRequiredSha1 = 1;
|
|
12500
|
-
(function(module, exports) {
|
|
12558
|
+
(function(module, exports$1) {
|
|
12501
12559
|
(function(root, factory) {
|
|
12502
12560
|
{
|
|
12503
12561
|
module.exports = factory(requireCore());
|
|
@@ -12587,7 +12645,7 @@ var hasRequiredHmac;
|
|
|
12587
12645
|
function requireHmac() {
|
|
12588
12646
|
if (hasRequiredHmac) return hmac.exports;
|
|
12589
12647
|
hasRequiredHmac = 1;
|
|
12590
|
-
(function(module, exports) {
|
|
12648
|
+
(function(module, exports$1) {
|
|
12591
12649
|
(function(root, factory) {
|
|
12592
12650
|
{
|
|
12593
12651
|
module.exports = factory(requireCore());
|
|
@@ -12692,7 +12750,7 @@ var hasRequiredEvpkdf;
|
|
|
12692
12750
|
function requireEvpkdf() {
|
|
12693
12751
|
if (hasRequiredEvpkdf) return evpkdf.exports;
|
|
12694
12752
|
hasRequiredEvpkdf = 1;
|
|
12695
|
-
(function(module, exports) {
|
|
12753
|
+
(function(module, exports$1) {
|
|
12696
12754
|
(function(root, factory, undef) {
|
|
12697
12755
|
{
|
|
12698
12756
|
module.exports = factory(requireCore(), requireSha1(), requireHmac());
|
|
@@ -12782,7 +12840,7 @@ var hasRequiredCipherCore;
|
|
|
12782
12840
|
function requireCipherCore() {
|
|
12783
12841
|
if (hasRequiredCipherCore) return cipherCore.exports;
|
|
12784
12842
|
hasRequiredCipherCore = 1;
|
|
12785
|
-
(function(module, exports) {
|
|
12843
|
+
(function(module, exports$1) {
|
|
12786
12844
|
(function(root, factory, undef) {
|
|
12787
12845
|
{
|
|
12788
12846
|
module.exports = factory(requireCore(), requireEvpkdf());
|
|
@@ -13341,11 +13399,15 @@ function requireCipherCore() {
|
|
|
13341
13399
|
* var derivedParams = CryptoJS.kdf.OpenSSL.execute('Password', 256/32, 128/32);
|
|
13342
13400
|
* var derivedParams = CryptoJS.kdf.OpenSSL.execute('Password', 256/32, 128/32, 'saltsalt');
|
|
13343
13401
|
*/
|
|
13344
|
-
execute: function(password, keySize, ivSize, salt) {
|
|
13402
|
+
execute: function(password, keySize, ivSize, salt, hasher) {
|
|
13345
13403
|
if (!salt) {
|
|
13346
13404
|
salt = WordArray.random(64 / 8);
|
|
13347
13405
|
}
|
|
13348
|
-
|
|
13406
|
+
if (!hasher) {
|
|
13407
|
+
var key = EvpKDF.create({ keySize: keySize + ivSize }).compute(password, salt);
|
|
13408
|
+
} else {
|
|
13409
|
+
var key = EvpKDF.create({ keySize: keySize + ivSize, hasher }).compute(password, salt);
|
|
13410
|
+
}
|
|
13349
13411
|
var iv = WordArray.create(key.words.slice(keySize), ivSize * 4);
|
|
13350
13412
|
key.sigBytes = keySize * 4;
|
|
13351
13413
|
return CipherParams.create({ key, iv, salt });
|
|
@@ -13379,7 +13441,7 @@ function requireCipherCore() {
|
|
|
13379
13441
|
*/
|
|
13380
13442
|
encrypt: function(cipher, message, password, cfg) {
|
|
13381
13443
|
cfg = this.cfg.extend(cfg);
|
|
13382
|
-
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize);
|
|
13444
|
+
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize, cfg.salt, cfg.hasher);
|
|
13383
13445
|
cfg.iv = derivedParams.iv;
|
|
13384
13446
|
var ciphertext = SerializableCipher.encrypt.call(this, cipher, message, derivedParams.key, cfg);
|
|
13385
13447
|
ciphertext.mixIn(derivedParams);
|
|
@@ -13405,7 +13467,7 @@ function requireCipherCore() {
|
|
|
13405
13467
|
decrypt: function(cipher, ciphertext, password, cfg) {
|
|
13406
13468
|
cfg = this.cfg.extend(cfg);
|
|
13407
13469
|
ciphertext = this._parse(ciphertext, cfg.format);
|
|
13408
|
-
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize, ciphertext.salt);
|
|
13470
|
+
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize, ciphertext.salt, cfg.hasher);
|
|
13409
13471
|
cfg.iv = derivedParams.iv;
|
|
13410
13472
|
var plaintext = SerializableCipher.decrypt.call(this, cipher, ciphertext, derivedParams.key, cfg);
|
|
13411
13473
|
return plaintext;
|
|
@@ -13416,7 +13478,7 @@ function requireCipherCore() {
|
|
|
13416
13478
|
})(cipherCore);
|
|
13417
13479
|
return cipherCore.exports;
|
|
13418
13480
|
}
|
|
13419
|
-
(function(module, exports) {
|
|
13481
|
+
(function(module, exports$1) {
|
|
13420
13482
|
(function(root, factory, undef) {
|
|
13421
13483
|
{
|
|
13422
13484
|
module.exports = factory(requireCore(), requireEncBase64(), requireMd5(), requireEvpkdf(), requireCipherCore());
|
|
@@ -13565,7 +13627,7 @@ function requireCipherCore() {
|
|
|
13565
13627
|
var aesExports = aes.exports;
|
|
13566
13628
|
const AES = /* @__PURE__ */ getDefaultExportFromCjs(aesExports);
|
|
13567
13629
|
var padPkcs7 = { exports: {} };
|
|
13568
|
-
(function(module, exports) {
|
|
13630
|
+
(function(module, exports$1) {
|
|
13569
13631
|
(function(root, factory, undef) {
|
|
13570
13632
|
{
|
|
13571
13633
|
module.exports = factory(requireCore(), requireCipherCore());
|
|
@@ -13577,7 +13639,7 @@ var padPkcs7 = { exports: {} };
|
|
|
13577
13639
|
var padPkcs7Exports = padPkcs7.exports;
|
|
13578
13640
|
const Pkcs7 = /* @__PURE__ */ getDefaultExportFromCjs(padPkcs7Exports);
|
|
13579
13641
|
var encUtf8 = { exports: {} };
|
|
13580
|
-
(function(module, exports) {
|
|
13642
|
+
(function(module, exports$1) {
|
|
13581
13643
|
(function(root, factory) {
|
|
13582
13644
|
{
|
|
13583
13645
|
module.exports = factory(requireCore());
|
|
@@ -14048,9 +14110,8 @@ const _sfc_main$v = /* @__PURE__ */ Object.assign({
|
|
|
14048
14110
|
(openBlock(true), createElementBlock(Fragment, null, renderList(linkList.value, (item) => {
|
|
14049
14111
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
14050
14112
|
item.show !== false ? (openBlock(), createBlock(OptionLink, mergeProps({
|
|
14051
|
-
key: item.label
|
|
14052
|
-
|
|
14053
|
-
}, item, {
|
|
14113
|
+
key: item.label
|
|
14114
|
+
}, { ref_for: true }, item, {
|
|
14054
14115
|
onClick: ($event) => handleClick(item)
|
|
14055
14116
|
}), {
|
|
14056
14117
|
default: withCtx(() => [
|
|
@@ -14097,7 +14158,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
14097
14158
|
return (_ctx, _cache) => {
|
|
14098
14159
|
return openBlock(), createBlock(GLink, {
|
|
14099
14160
|
variant: "text",
|
|
14100
|
-
class: normalizeClass(["g-toolbar-docs",
|
|
14161
|
+
class: normalizeClass(["g-toolbar-docs", __props.whiteColor ? "white" : "black"]),
|
|
14101
14162
|
href: unref(currentHelpDocsAiCommunityUrl)(),
|
|
14102
14163
|
target: "_blank"
|
|
14103
14164
|
}, {
|
|
@@ -14178,9 +14239,9 @@ const _hoisted_1$p = {
|
|
|
14178
14239
|
const _hoisted_2$k = { class: "flex items-center font-medium gap-[4px]" };
|
|
14179
14240
|
const _hoisted_3$j = ["src"];
|
|
14180
14241
|
const _hoisted_4$e = { class: "level-name" };
|
|
14181
|
-
const _hoisted_5$
|
|
14182
|
-
const _hoisted_6$
|
|
14183
|
-
const _hoisted_7$
|
|
14242
|
+
const _hoisted_5$9 = { class: "level-icon" };
|
|
14243
|
+
const _hoisted_6$8 = ["src"];
|
|
14244
|
+
const _hoisted_7$5 = { class: "custom-btn" };
|
|
14184
14245
|
const _hoisted_8$4 = { class: "flex items-center justify-center" };
|
|
14185
14246
|
const maxLevel = 3;
|
|
14186
14247
|
const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
@@ -14243,15 +14304,15 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
14243
14304
|
}, null, 8, _hoisted_3$j),
|
|
14244
14305
|
createElementVNode("div", _hoisted_4$e, [
|
|
14245
14306
|
createElementVNode("div", null, toDisplayString$1(levelInfo.value.name), 1),
|
|
14246
|
-
createElementVNode("div", _hoisted_5$
|
|
14307
|
+
createElementVNode("div", _hoisted_5$9, [
|
|
14247
14308
|
createElementVNode("img", {
|
|
14248
14309
|
src: levelInfo.value.level,
|
|
14249
14310
|
alt: ""
|
|
14250
|
-
}, null, 8, _hoisted_6$
|
|
14311
|
+
}, null, 8, _hoisted_6$8)
|
|
14251
14312
|
])
|
|
14252
14313
|
])
|
|
14253
14314
|
]),
|
|
14254
|
-
createElementVNode("div", _hoisted_7$
|
|
14315
|
+
createElementVNode("div", _hoisted_7$5, [
|
|
14255
14316
|
createElementVNode("div", _hoisted_8$4, toDisplayString$1(unref(t2)("gitCodeLayout.userSetting.tips.getPoints")), 1)
|
|
14256
14317
|
])
|
|
14257
14318
|
], 2);
|
|
@@ -14458,14 +14519,14 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
14458
14519
|
}, [
|
|
14459
14520
|
createVNode(GLink, {
|
|
14460
14521
|
class: "g-user-drawer-info pl-[32px] pr-[16px] cursor-pointer",
|
|
14461
|
-
href: `${unref(layoutConfig2).VITE_HOST}/${
|
|
14522
|
+
href: `${unref(layoutConfig2).VITE_HOST}/${__props.accountInfo.username}`,
|
|
14462
14523
|
key: "myPage",
|
|
14463
|
-
target:
|
|
14524
|
+
target: __props.isChatBot ? "_blank" : ""
|
|
14464
14525
|
}, {
|
|
14465
14526
|
default: withCtx(() => [
|
|
14466
14527
|
createVNode(_sfc_main$A, {
|
|
14467
|
-
name:
|
|
14468
|
-
src:
|
|
14528
|
+
name: __props.accountInfo.nickname,
|
|
14529
|
+
src: __props.accountInfo.avatar,
|
|
14469
14530
|
width: 52,
|
|
14470
14531
|
height: 52
|
|
14471
14532
|
}, null, 8, ["name", "src"]),
|
|
@@ -14473,12 +14534,12 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
14473
14534
|
createElementVNode("div", _hoisted_2$j, [
|
|
14474
14535
|
createElementVNode("p", {
|
|
14475
14536
|
class: "g-user-drawer-info-list-name ellipsis",
|
|
14476
|
-
title:
|
|
14477
|
-
}, toDisplayString$1(
|
|
14537
|
+
title: __props.accountInfo.nickname
|
|
14538
|
+
}, toDisplayString$1(__props.accountInfo.nickname), 9, _hoisted_3$i),
|
|
14478
14539
|
createElementVNode("p", {
|
|
14479
14540
|
class: "g-user-drawer-info-list-id ellipsis",
|
|
14480
|
-
title:
|
|
14481
|
-
}, "@" + toDisplayString$1(
|
|
14541
|
+
title: __props.accountInfo.username
|
|
14542
|
+
}, "@" + toDisplayString$1(__props.accountInfo.username), 9, _hoisted_4$d)
|
|
14482
14543
|
]),
|
|
14483
14544
|
createVNode(GIcon, {
|
|
14484
14545
|
name: "gt-line-right",
|
|
@@ -14488,24 +14549,23 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
14488
14549
|
]),
|
|
14489
14550
|
_: 1
|
|
14490
14551
|
}, 8, ["href", "target"]),
|
|
14491
|
-
!
|
|
14552
|
+
!__props.inAIHub ? (openBlock(), createBlock(UserLevel, {
|
|
14492
14553
|
key: 0,
|
|
14493
|
-
accountInfo:
|
|
14554
|
+
accountInfo: __props.accountInfo
|
|
14494
14555
|
}, null, 8, ["accountInfo"])) : createCommentVNode("", true),
|
|
14495
14556
|
(openBlock(true), createElementBlock(Fragment, null, renderList(userMenuList.value, (block, index2) => {
|
|
14496
14557
|
return openBlock(), createElementBlock("div", {
|
|
14497
|
-
class: normalizeClass(["g-user-drawer-block", { "!pt-[0px]": index2 === 0 &&
|
|
14558
|
+
class: normalizeClass(["g-user-drawer-block", { "!pt-[0px]": index2 === 0 && __props.inAIHub }]),
|
|
14498
14559
|
key: index2
|
|
14499
14560
|
}, [
|
|
14500
14561
|
block.component ? (openBlock(), createBlock(resolveDynamicComponent(block.component), {
|
|
14501
14562
|
key: block.id
|
|
14502
14563
|
})) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList(block, (item) => {
|
|
14503
14564
|
return openBlock(), createBlock(OptionLink, mergeProps({
|
|
14504
|
-
key: item.id
|
|
14505
|
-
|
|
14506
|
-
}, item, {
|
|
14565
|
+
key: item.id
|
|
14566
|
+
}, { ref_for: true }, item, {
|
|
14507
14567
|
onClick: ($event) => handleClick(item),
|
|
14508
|
-
target:
|
|
14568
|
+
target: __props.isChatBot && !item.action ? "_blank" : item.target || ""
|
|
14509
14569
|
}), {
|
|
14510
14570
|
default: withCtx(() => [
|
|
14511
14571
|
item.icon ? (openBlock(), createBlock(GIcon, {
|
|
@@ -14535,8 +14595,8 @@ const _hoisted_4$c = {
|
|
|
14535
14595
|
key: 0,
|
|
14536
14596
|
class: "g-user-avatar__badge"
|
|
14537
14597
|
};
|
|
14538
|
-
const _hoisted_5$
|
|
14539
|
-
const _hoisted_6$
|
|
14598
|
+
const _hoisted_5$8 = { class: "g-user-drawer" };
|
|
14599
|
+
const _hoisted_6$7 = { class: "p-[16px] pt-[8px] pb-0 flex justify-end items-center h-[48px]" };
|
|
14540
14600
|
const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
14541
14601
|
...{
|
|
14542
14602
|
name: "UserAvatar"
|
|
@@ -14674,9 +14734,9 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
14674
14734
|
name: accountInfo.value.nickname,
|
|
14675
14735
|
src: unref(transformUrl)(accountInfo.value.avatar)
|
|
14676
14736
|
}, null, 8, ["name", "src"]),
|
|
14677
|
-
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_2$i, _cache[4] || (_cache[4] = [
|
|
14737
|
+
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_2$i, [..._cache[4] || (_cache[4] = [
|
|
14678
14738
|
createElementVNode("div", null, null, -1)
|
|
14679
|
-
]))) : createCommentVNode("", true)
|
|
14739
|
+
])])) : createCommentVNode("", true)
|
|
14680
14740
|
])
|
|
14681
14741
|
])) : (openBlock(), createBlock(unref(Dropdown), {
|
|
14682
14742
|
key: 1,
|
|
@@ -14687,7 +14747,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
14687
14747
|
onToggle: handleToggle
|
|
14688
14748
|
}, {
|
|
14689
14749
|
menu: withCtx(() => [
|
|
14690
|
-
createElementVNode("div", _hoisted_5$
|
|
14750
|
+
createElementVNode("div", _hoisted_5$8, [
|
|
14691
14751
|
createVNode(UserAvatarMenu, {
|
|
14692
14752
|
independence: __props.independence,
|
|
14693
14753
|
loginOutFinish: __props.loginOutFinish,
|
|
@@ -14705,9 +14765,9 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
14705
14765
|
name: accountInfo.value.nickname,
|
|
14706
14766
|
src: unref(transformUrl)(accountInfo.value.avatar)
|
|
14707
14767
|
}, null, 8, ["name", "src"]),
|
|
14708
|
-
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_4$c, _cache[5] || (_cache[5] = [
|
|
14768
|
+
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_4$c, [..._cache[5] || (_cache[5] = [
|
|
14709
14769
|
createElementVNode("div", null, null, -1)
|
|
14710
|
-
]))) : createCommentVNode("", true)
|
|
14770
|
+
])])) : createCommentVNode("", true)
|
|
14711
14771
|
])
|
|
14712
14772
|
]),
|
|
14713
14773
|
_: 1
|
|
@@ -14721,7 +14781,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
14721
14781
|
}, {
|
|
14722
14782
|
default: withCtx(() => [
|
|
14723
14783
|
createElementVNode("div", null, [
|
|
14724
|
-
createElementVNode("div", _hoisted_6$
|
|
14784
|
+
createElementVNode("div", _hoisted_6$7, [
|
|
14725
14785
|
createVNode(unref(Button), {
|
|
14726
14786
|
class: "cursor-pointer draw-side-bar-close",
|
|
14727
14787
|
icon: "close",
|
|
@@ -14839,8 +14899,8 @@ const _hoisted_1$m = { class: "g-header-search-prefix" };
|
|
|
14839
14899
|
const _hoisted_2$h = ["innerHTML"];
|
|
14840
14900
|
const _hoisted_3$g = { class: "g-header-search-suffix-splitline" };
|
|
14841
14901
|
const _hoisted_4$b = { class: "g-header-search-suffix-suffixIcon" };
|
|
14842
|
-
const _hoisted_5$
|
|
14843
|
-
const _hoisted_6$
|
|
14902
|
+
const _hoisted_5$7 = { class: "history-list" };
|
|
14903
|
+
const _hoisted_6$6 = {
|
|
14844
14904
|
key: 1,
|
|
14845
14905
|
class: "aireposearch flex-1"
|
|
14846
14906
|
};
|
|
@@ -14855,13 +14915,13 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
14855
14915
|
var _a;
|
|
14856
14916
|
const layoutConfig2 = useLayoutConfig();
|
|
14857
14917
|
const { t: $t } = i18n.global;
|
|
14858
|
-
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-
|
|
14859
|
-
const UserSearch = defineAsyncComponent(() => import("./UserSearch-
|
|
14860
|
-
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-
|
|
14861
|
-
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-
|
|
14862
|
-
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-
|
|
14863
|
-
const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-
|
|
14864
|
-
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-
|
|
14918
|
+
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-BySngJUv.js"));
|
|
14919
|
+
const UserSearch = defineAsyncComponent(() => import("./UserSearch-BzW_dJiy.js"));
|
|
14920
|
+
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-DKCXfZGU.js"));
|
|
14921
|
+
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-CHdkZ8FO.js"));
|
|
14922
|
+
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-BmfJjVtL.js"));
|
|
14923
|
+
const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-DP1LYFTn.js"));
|
|
14924
|
+
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-CvDllUte.js"));
|
|
14865
14925
|
const props = __props;
|
|
14866
14926
|
const repoInfo = inject("repoInfo");
|
|
14867
14927
|
const orgInfo = inject("orgInfo");
|
|
@@ -15317,9 +15377,9 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
15317
15377
|
});
|
|
15318
15378
|
return (_ctx, _cache) => {
|
|
15319
15379
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
15320
|
-
!
|
|
15380
|
+
!__props.inAIHub ? (openBlock(), createElementBlock("div", {
|
|
15321
15381
|
key: 0,
|
|
15322
|
-
class: normalizeClass([isFocus.value ? "focusSearch" : { "left-search": true }, Boolean(
|
|
15382
|
+
class: normalizeClass([isFocus.value ? "focusSearch" : { "left-search": true }, Boolean(__props.isShowStickyNotice) ? "focusSearch-sticky-notice" : ""]),
|
|
15323
15383
|
onClick: _cache[6] || (_cache[6] = withModifiers(() => {
|
|
15324
15384
|
}, ["stop"]))
|
|
15325
15385
|
}, [
|
|
@@ -15332,7 +15392,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
15332
15392
|
createVNode(unref(Dropdown), {
|
|
15333
15393
|
align: "start",
|
|
15334
15394
|
position: ["bottom", "bottom-start"],
|
|
15335
|
-
"overlay-class":
|
|
15395
|
+
"overlay-class": __props.isShowStickyNotice ? "history-box-sticky-notice history-box" : "history-box",
|
|
15336
15396
|
trigger: "manually",
|
|
15337
15397
|
visible: dropDownVisible.value,
|
|
15338
15398
|
"close-scope": "none",
|
|
@@ -15340,7 +15400,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
15340
15400
|
}, {
|
|
15341
15401
|
menu: withCtx(() => [
|
|
15342
15402
|
createElementVNode("div", null, [
|
|
15343
|
-
withDirectives(createElementVNode("div", _hoisted_5$
|
|
15403
|
+
withDirectives(createElementVNode("div", _hoisted_5$7, [
|
|
15344
15404
|
createVNode(unref(SearchScopeList), {
|
|
15345
15405
|
searchScopeList: searchScopeList.value,
|
|
15346
15406
|
searchStr: searchStr.value,
|
|
@@ -15487,7 +15547,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
15487
15547
|
_: 3
|
|
15488
15548
|
}, 8, ["overlay-class", "visible"])
|
|
15489
15549
|
], 2)) : createCommentVNode("", true),
|
|
15490
|
-
|
|
15550
|
+
__props.inAIHub ? (openBlock(), createElementBlock("div", _hoisted_6$6, [
|
|
15491
15551
|
createVNode(unref(Input), {
|
|
15492
15552
|
placeholder: unref($t)("gitCodeLayout.home.searchPlaceholder"),
|
|
15493
15553
|
onKeydown: withKeys(searchResult, ["enter"]),
|
|
@@ -15508,18 +15568,20 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
15508
15568
|
}
|
|
15509
15569
|
});
|
|
15510
15570
|
const Search = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-vue-layout-gitcode"]]);
|
|
15511
|
-
const _hoisted_1$l = { class: "announce-
|
|
15512
|
-
const _hoisted_2$g = { class: "
|
|
15571
|
+
const _hoisted_1$l = { class: "announce-mobile-top" };
|
|
15572
|
+
const _hoisted_2$g = { class: "announce-mobile-bottom" };
|
|
15513
15573
|
const _hoisted_3$f = ["href"];
|
|
15514
|
-
const _hoisted_4$a = { class: "announce-
|
|
15574
|
+
const _hoisted_4$a = { class: "announce-content" };
|
|
15575
|
+
const _hoisted_5$6 = { class: "text-left" };
|
|
15576
|
+
const _hoisted_6$5 = ["href"];
|
|
15577
|
+
const _hoisted_7$4 = { class: "announce-handle-wrapper" };
|
|
15515
15578
|
const ANNOUNCE_STATUS_KEY = "site_announcement_status";
|
|
15516
|
-
const announcementWidth = "100%";
|
|
15517
|
-
const announcementLeft = "0";
|
|
15518
15579
|
const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
15519
15580
|
...{ name: "SiteAnnouncement" },
|
|
15520
15581
|
__name: "SiteAnnouncement",
|
|
15521
15582
|
setup(__props) {
|
|
15522
15583
|
const { t: t2 } = i18n.global;
|
|
15584
|
+
const { isMobile } = usePageResize();
|
|
15523
15585
|
const isShow = ref(SITE_STATUS.DISABLE);
|
|
15524
15586
|
const handleClose = (type) => {
|
|
15525
15587
|
isShow.value = false;
|
|
@@ -15559,30 +15621,52 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
15559
15621
|
return (_ctx, _cache) => {
|
|
15560
15622
|
return isShow.value ? (openBlock(), createElementBlock("div", {
|
|
15561
15623
|
key: 0,
|
|
15562
|
-
class: "announce-wrapper",
|
|
15563
|
-
style: normalizeStyle(`width: ${announcementWidth};margin-left: ${announcementLeft}`)
|
|
15624
|
+
class: normalizeClass(["announce-wrapper", { mobile: unref(isMobile) }])
|
|
15564
15625
|
}, [
|
|
15565
|
-
|
|
15626
|
+
unref(isMobile) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
15627
|
+
createElementVNode("div", _hoisted_1$l, [
|
|
15628
|
+
createElementVNode("div", null, [
|
|
15629
|
+
createVNode(GIcon, {
|
|
15630
|
+
name: "gt-plane-warningCircular-blue",
|
|
15631
|
+
size: "16",
|
|
15632
|
+
class: "flex-shrink-0"
|
|
15633
|
+
})
|
|
15634
|
+
]),
|
|
15635
|
+
createElementVNode("div", null, toDisplayString$1(unref(t2)("gitCodeLayout.home.migrationAnnounce.content")), 1)
|
|
15636
|
+
]),
|
|
15566
15637
|
createElementVNode("div", _hoisted_2$g, [
|
|
15567
|
-
createVNode(GIcon, {
|
|
15568
|
-
name: "gt-plane-warningCircular-blue",
|
|
15569
|
-
size: "16",
|
|
15570
|
-
class: "mr-2"
|
|
15571
|
-
}),
|
|
15572
|
-
createElementVNode("span", null, toDisplayString$1(unref(t2)("gitCodeLayout.home.migrationAnnounce.content")), 1),
|
|
15573
15638
|
createElementVNode("a", {
|
|
15574
15639
|
class: "announce-detail",
|
|
15575
15640
|
href: migrationAnnounceUrl.value
|
|
15576
|
-
}, toDisplayString$1(unref(t2)("gitCodeLayout.home.migrationAnnounce.viewDetail")), 9, _hoisted_3$f)
|
|
15641
|
+
}, toDisplayString$1(unref(t2)("gitCodeLayout.home.migrationAnnounce.viewDetail")), 9, _hoisted_3$f),
|
|
15642
|
+
createElementVNode("span", {
|
|
15643
|
+
class: "announce-handle",
|
|
15644
|
+
onClick: _cache[0] || (_cache[0] = ($event) => handleClose())
|
|
15645
|
+
}, toDisplayString$1(unref(t2)("gitCodeLayout.home.migrationAnnounce.close")), 1)
|
|
15577
15646
|
])
|
|
15578
|
-
]),
|
|
15579
|
-
|
|
15580
|
-
|
|
15581
|
-
|
|
15582
|
-
|
|
15583
|
-
|
|
15584
|
-
|
|
15585
|
-
|
|
15647
|
+
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
15648
|
+
createElementVNode("div", _hoisted_4$a, [
|
|
15649
|
+
createElementVNode("div", _hoisted_5$6, [
|
|
15650
|
+
createVNode(GIcon, {
|
|
15651
|
+
name: "gt-plane-warningCircular-blue",
|
|
15652
|
+
size: "16",
|
|
15653
|
+
class: "mr-2"
|
|
15654
|
+
}),
|
|
15655
|
+
createElementVNode("span", null, toDisplayString$1(unref(t2)("gitCodeLayout.home.migrationAnnounce.content")), 1),
|
|
15656
|
+
createElementVNode("a", {
|
|
15657
|
+
class: "announce-detail",
|
|
15658
|
+
href: migrationAnnounceUrl.value
|
|
15659
|
+
}, toDisplayString$1(unref(t2)("gitCodeLayout.home.migrationAnnounce.viewDetail")), 9, _hoisted_6$5)
|
|
15660
|
+
])
|
|
15661
|
+
]),
|
|
15662
|
+
createElementVNode("div", _hoisted_7$4, [
|
|
15663
|
+
createElementVNode("span", {
|
|
15664
|
+
class: "announce-handle",
|
|
15665
|
+
onClick: _cache[1] || (_cache[1] = ($event) => handleClose())
|
|
15666
|
+
}, toDisplayString$1(unref(t2)("gitCodeLayout.home.migrationAnnounce.close")), 1)
|
|
15667
|
+
])
|
|
15668
|
+
], 64))
|
|
15669
|
+
], 2)) : createCommentVNode("", true);
|
|
15586
15670
|
};
|
|
15587
15671
|
}
|
|
15588
15672
|
});
|
|
@@ -15610,7 +15694,7 @@ const autoAvokeLogin = ({ isLogin, loginFunc, openHarmonyGuide, loginSuccess, lo
|
|
|
15610
15694
|
loginFunc({ type: "login", triggerType: "", loginTriggerSource: "router_login_auth", ...loginFuncOpts }, loginSuccess, openHarmonyGuide);
|
|
15611
15695
|
}
|
|
15612
15696
|
};
|
|
15613
|
-
const NoticeModal = defineAsyncComponent(() => import("./notice-
|
|
15697
|
+
const NoticeModal = defineAsyncComponent(() => import("./notice-Bm6PXt-o.js"));
|
|
15614
15698
|
function clearNotice() {
|
|
15615
15699
|
if (localStorage$2.getItem("validator_email")) {
|
|
15616
15700
|
localStorage$2.removeItem("validator_email");
|
|
@@ -16039,7 +16123,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
16039
16123
|
style: normalizeStyle({ height: `${unref(height)}px` })
|
|
16040
16124
|
}, [
|
|
16041
16125
|
createElementVNode("div", {
|
|
16042
|
-
class: normalizeClass(["g-header allow-click-stop fixed z-20 bg-[var(--theme-default-bg)]", [inAIHub.value ? "ai-hub border-b border-gray-100 " : "", isHome.value && showHeaderShadow.value ? "head-shadow" : "",
|
|
16126
|
+
class: normalizeClass(["g-header allow-click-stop fixed z-20 bg-[var(--theme-default-bg)]", [inAIHub.value ? "ai-hub border-b border-gray-100 " : "", isHome.value && showHeaderShadow.value ? "head-shadow" : "", __props.headerBorder ? "oldBorder" : "", headerClassName.value, isIndexHead.value && !showHeaderShadow.value ? "bg-transparent" : ""]]),
|
|
16043
16127
|
ref_key: "headerRef",
|
|
16044
16128
|
ref: headerRef,
|
|
16045
16129
|
style: normalizeStyle(detailBgStyle.value)
|
|
@@ -16077,13 +16161,13 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
16077
16161
|
class: "cursor-pointer hover:!text-[var(--theme-stress-text)] g-toolbar-left-asideicon",
|
|
16078
16162
|
color: "var(--theme-aide-text)"
|
|
16079
16163
|
})) : createCommentVNode("", true),
|
|
16080
|
-
showNameAndIcon.value &&
|
|
16164
|
+
showNameAndIcon.value && __props.independence || inAIHub.value ? (openBlock(), createBlock(GLink, {
|
|
16081
16165
|
key: 1,
|
|
16082
16166
|
class: normalizeClass(["g-toolbar-left-logo", [inAIHub.value ? "ai-logo" : ""]]),
|
|
16083
16167
|
style: normalizeStyle(logoStyle.value),
|
|
16084
16168
|
href: inAIHub.value ? `${unref(layoutConfig2).VITE_AI_HOST}` : `${unref(layoutConfig2).VITE_HOST}?p=seo`
|
|
16085
16169
|
}, null, 8, ["class", "style", "href"])) : createCommentVNode("", true),
|
|
16086
|
-
showNameAndIcon.value && !
|
|
16170
|
+
showNameAndIcon.value && !__props.independence ? (openBlock(), createBlock(GLink, {
|
|
16087
16171
|
key: 2,
|
|
16088
16172
|
class: normalizeClass(["g-toolbar-left-logo", [inAIHub.value ? "ai-logo" : ""]]),
|
|
16089
16173
|
style: normalizeStyle(logoStyle.value),
|
|
@@ -16096,12 +16180,12 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
16096
16180
|
}, [
|
|
16097
16181
|
_ctx.$slots.headerCustom ? renderSlot(_ctx.$slots, "headerCustom", { key: 0 }, void 0, true) : isModuleVisible(unref(HeaderDisplayItem).CUSTOM_CONTENT) && !showNameAndIcon.value ? (openBlock(), createBlock(HeaderCustom, {
|
|
16098
16182
|
key: 1,
|
|
16099
|
-
scene:
|
|
16100
|
-
isLogin:
|
|
16101
|
-
errorCode: (_a2 =
|
|
16102
|
-
orgProps: (_b =
|
|
16103
|
-
repoProps: (_c =
|
|
16104
|
-
userProps: (_d =
|
|
16183
|
+
scene: __props.sceneValue,
|
|
16184
|
+
isLogin: __props.isLogin,
|
|
16185
|
+
errorCode: (_a2 = __props.headerCustomProps) == null ? void 0 : _a2.errorCode,
|
|
16186
|
+
orgProps: (_b = __props.headerCustomProps) == null ? void 0 : _b.orgProps,
|
|
16187
|
+
repoProps: (_c = __props.headerCustomProps) == null ? void 0 : _c.repoProps,
|
|
16188
|
+
userProps: (_d = __props.headerCustomProps) == null ? void 0 : _d.userProps,
|
|
16105
16189
|
onFollowDevCommunity: _cache[1] || (_cache[1] = ($event) => emit("followDevCommunity", $event)),
|
|
16106
16190
|
onFollowUser: _cache[2] || (_cache[2] = ($event) => emit("followUser"))
|
|
16107
16191
|
}, {
|
|
@@ -16120,7 +16204,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
16120
16204
|
(openBlock(), createBlock(Search, {
|
|
16121
16205
|
inAIHub: inAIHub.value,
|
|
16122
16206
|
key: _ctx.$route.fullPath,
|
|
16123
|
-
sceneValue:
|
|
16207
|
+
sceneValue: __props.sceneValue,
|
|
16124
16208
|
isShowStickyNotice: isShowStickyNoticeByClose.value
|
|
16125
16209
|
}, {
|
|
16126
16210
|
searchRecommend: withCtx(() => [
|
|
@@ -16139,7 +16223,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
16139
16223
|
createElementVNode("div", _hoisted_4$9, [
|
|
16140
16224
|
createVNode(ClaimPower, { config: claimPowerConfig.value }, null, 8, ["config"])
|
|
16141
16225
|
]),
|
|
16142
|
-
!
|
|
16226
|
+
!__props.isLogin ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
16143
16227
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
16144
16228
|
unref(isMobile) ? (openBlock(), createElementBlock("section", {
|
|
16145
16229
|
key: 0,
|
|
@@ -16181,10 +16265,10 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
16181
16265
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createBlock(UserAvatar, {
|
|
16182
16266
|
key: 3,
|
|
16183
16267
|
isChatBot: isChatBot.value,
|
|
16184
|
-
loginOutFinish:
|
|
16268
|
+
loginOutFinish: __props.loginOutFinish,
|
|
16185
16269
|
inAIHub: inAIHub.value,
|
|
16186
|
-
independence:
|
|
16187
|
-
userMenus:
|
|
16270
|
+
independence: __props.independence,
|
|
16271
|
+
userMenus: __props.userMenus
|
|
16188
16272
|
}, null, 8, ["isChatBot", "loginOutFinish", "inAIHub", "independence", "userMenus"])) : createCommentVNode("", true)
|
|
16189
16273
|
], 64))
|
|
16190
16274
|
], 2)
|
|
@@ -16412,9 +16496,9 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
16412
16496
|
const layoutConfig2 = useLayoutConfig();
|
|
16413
16497
|
const { t: t2 } = i18n.global;
|
|
16414
16498
|
const route = useRoute();
|
|
16415
|
-
const MenuItem = defineAsyncComponent(() => import("./MenuItem-
|
|
16416
|
-
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-
|
|
16417
|
-
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-
|
|
16499
|
+
const MenuItem = defineAsyncComponent(() => import("./MenuItem-5nvII1-H.js"));
|
|
16500
|
+
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-J07632cN.js"));
|
|
16501
|
+
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-D4XsZQj3.js"));
|
|
16418
16502
|
const props = __props;
|
|
16419
16503
|
console.log("slotKeys", props.slotKeys);
|
|
16420
16504
|
console.log("props", props);
|
|
@@ -16581,11 +16665,10 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
16581
16665
|
(openBlock(true), createElementBlock(Fragment, null, renderList(filterList.value, (item) => {
|
|
16582
16666
|
return openBlock(), createBlock(resolveDynamicComponent(renderComponent(item)), mergeProps({
|
|
16583
16667
|
key: item.id,
|
|
16584
|
-
isLogin:
|
|
16668
|
+
isLogin: __props.isLogin,
|
|
16585
16669
|
item,
|
|
16586
|
-
slotKeys:
|
|
16587
|
-
|
|
16588
|
-
}, getProps(item)), createSlots({ _: 2 }, [
|
|
16670
|
+
slotKeys: __props.slotKeys
|
|
16671
|
+
}, { ref_for: true }, getProps(item)), createSlots({ _: 2 }, [
|
|
16589
16672
|
renderList(mainSiteSlotKeys.value, (key) => {
|
|
16590
16673
|
return {
|
|
16591
16674
|
name: key,
|
|
@@ -16606,9 +16689,9 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
16606
16689
|
}, {
|
|
16607
16690
|
default: withCtx(() => [
|
|
16608
16691
|
(openBlock(), createBlock(resolveDynamicComponent(LayoutSlotComponent(key)), mergeProps({ ref_for: true }, getProps(item), {
|
|
16609
|
-
slotKeys:
|
|
16692
|
+
slotKeys: __props.slotKeys,
|
|
16610
16693
|
item,
|
|
16611
|
-
isLogin:
|
|
16694
|
+
isLogin: __props.isLogin
|
|
16612
16695
|
}), null, 16, ["slotKeys", "item", "isLogin"]))
|
|
16613
16696
|
]),
|
|
16614
16697
|
_: 2
|
|
@@ -16675,9 +16758,8 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
16675
16758
|
createElementVNode("div", _hoisted_2$d, [
|
|
16676
16759
|
(openBlock(true), createElementBlock(Fragment, null, renderList(linkList.value, (item) => {
|
|
16677
16760
|
return openBlock(), createElementBlock("div", mergeProps({
|
|
16678
|
-
key: item.label
|
|
16679
|
-
|
|
16680
|
-
}, item, {
|
|
16761
|
+
key: item.label
|
|
16762
|
+
}, { ref_for: true }, item, {
|
|
16681
16763
|
class: ["tools-item-wrapper-checkbox-item", { "checked": unref(lang) === item.value }],
|
|
16682
16764
|
onClick: ($event) => handleClick(item),
|
|
16683
16765
|
title: item.value
|
|
@@ -16728,9 +16810,8 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
16728
16810
|
createElementVNode("div", _hoisted_2$c, [
|
|
16729
16811
|
(openBlock(true), createElementBlock(Fragment, null, renderList(themeList.value, (item) => {
|
|
16730
16812
|
return openBlock(), createElementBlock("div", mergeProps({
|
|
16731
|
-
key: item.value
|
|
16732
|
-
|
|
16733
|
-
}, item, {
|
|
16813
|
+
key: item.value
|
|
16814
|
+
}, { ref_for: true }, item, {
|
|
16734
16815
|
class: ["tools-item-wrapper-checkbox-item", { checked: activeTheme.value === item.value }],
|
|
16735
16816
|
onClick: ($event) => handleClick(item),
|
|
16736
16817
|
title: item.value
|
|
@@ -16770,17 +16851,17 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
16770
16851
|
withDirectives(createElementVNode("div", _hoisted_2$b, [
|
|
16771
16852
|
createVNode(_sfc_main$k)
|
|
16772
16853
|
], 512), [
|
|
16773
|
-
[vShow,
|
|
16854
|
+
[vShow, __props.showThemeSetting]
|
|
16774
16855
|
]),
|
|
16775
16856
|
withDirectives(createElementVNode("div", _hoisted_3$b, [
|
|
16776
16857
|
createVNode(_sfc_main$l)
|
|
16777
16858
|
], 512), [
|
|
16778
|
-
[vShow,
|
|
16859
|
+
[vShow, __props.showLangSetting]
|
|
16779
16860
|
])
|
|
16780
16861
|
]),
|
|
16781
16862
|
default: withCtx(() => [
|
|
16782
16863
|
createElementVNode("div", {
|
|
16783
|
-
class: normalizeClass(["aside-footer-tools-item", { "aside-footer-tools-item-little":
|
|
16864
|
+
class: normalizeClass(["aside-footer-tools-item", { "aside-footer-tools-item-little": __props.asideSetShowLittle }])
|
|
16784
16865
|
}, [
|
|
16785
16866
|
createVNode(GIcon, {
|
|
16786
16867
|
name: "gt-line-setting",
|
|
@@ -16948,7 +17029,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
16948
17029
|
target: "_blank",
|
|
16949
17030
|
rel: "noopener noreferrer"
|
|
16950
17031
|
}, "CSDN", -1)),
|
|
16951
|
-
_cache[2] || (_cache[2] = createTextVNode(" | ")),
|
|
17032
|
+
_cache[2] || (_cache[2] = createTextVNode(" | ", -1)),
|
|
16952
17033
|
createElementVNode("a", _hoisted_8$2, toDisplayString$1(unref(t2)("gitCodeLayout.home.HWCloud")), 1)
|
|
16953
17034
|
], 2),
|
|
16954
17035
|
createElementVNode("p", _hoisted_9$2, [
|
|
@@ -16961,7 +17042,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
16961
17042
|
]),
|
|
16962
17043
|
_: 1
|
|
16963
17044
|
}, 8, ["href"]),
|
|
16964
|
-
_cache[3] || (_cache[3] = createTextVNode(" | ")),
|
|
17045
|
+
_cache[3] || (_cache[3] = createTextVNode(" | ", -1)),
|
|
16965
17046
|
createVNode(GLink, {
|
|
16966
17047
|
target: "_blank",
|
|
16967
17048
|
href: unref(copyright).beian_url
|
|
@@ -17103,11 +17184,11 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
17103
17184
|
});
|
|
17104
17185
|
return (_ctx, _cache) => {
|
|
17105
17186
|
return openBlock(), createBlock(unref(Aside), {
|
|
17106
|
-
class: normalizeClass(["config-aside-content", { "side-bar-content-shot":
|
|
17187
|
+
class: normalizeClass(["config-aside-content", { "side-bar-content-shot": __props.asideSetShowLittle }])
|
|
17107
17188
|
}, {
|
|
17108
17189
|
default: withCtx(() => [
|
|
17109
17190
|
createElementVNode("div", {
|
|
17110
|
-
class: normalizeClass(["config-aside__content", { "side-bar-content-shot":
|
|
17191
|
+
class: normalizeClass(["config-aside__content", { "side-bar-content-shot": __props.asideSetShowLittle, "shot-isCh": !unref(isEn) }])
|
|
17111
17192
|
}, [
|
|
17112
17193
|
withDirectives((openBlock(), createElementBlock("div", _hoisted_1$e, [
|
|
17113
17194
|
createElementVNode("div", {
|
|
@@ -17127,10 +17208,10 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
17127
17208
|
}, [
|
|
17128
17209
|
createVNode(Area, {
|
|
17129
17210
|
list: getAreaItem(item),
|
|
17130
|
-
isLogin:
|
|
17211
|
+
isLogin: __props.isLogin,
|
|
17131
17212
|
slotKeys: layoutSlotKeys.value,
|
|
17132
|
-
sceneValue:
|
|
17133
|
-
asideSetShowLittle:
|
|
17213
|
+
sceneValue: __props.sceneValue,
|
|
17214
|
+
asideSetShowLittle: __props.asideSetShowLittle
|
|
17134
17215
|
}, createSlots({ _: 2 }, [
|
|
17135
17216
|
renderList(layoutSlotKeys.value, (key) => {
|
|
17136
17217
|
return {
|
|
@@ -17141,24 +17222,24 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
17141
17222
|
};
|
|
17142
17223
|
})
|
|
17143
17224
|
]), 1032, ["list", "isLogin", "slotKeys", "sceneValue", "asideSetShowLittle"]),
|
|
17144
|
-
!
|
|
17225
|
+
!__props.asideSetShowLittle && index2 !== displayArea.value.length - 1 ? (openBlock(), createElementBlock("hr", _hoisted_4$7)) : createCommentVNode("", true)
|
|
17145
17226
|
], 64);
|
|
17146
17227
|
}), 128)),
|
|
17147
|
-
!
|
|
17228
|
+
!__props.asideSetShowLittle && isModuleVisible(unref(AsideDisplayItem).LINK) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17148
17229
|
_cache[0] || (_cache[0] = createElementVNode("hr", { class: "line mt-[16px] mb-[16px]" }, null, -1)),
|
|
17149
17230
|
createVNode(SubMenuList)
|
|
17150
17231
|
], 64)) : createCommentVNode("", true)
|
|
17151
17232
|
])),
|
|
17152
|
-
!
|
|
17233
|
+
!__props.asideSetShowLittle && isModuleVisible(unref(AsideDisplayItem).SITE_INFO) ? (openBlock(), createBlock(ContactInfo, { key: 2 })) : createCommentVNode("", true)
|
|
17153
17234
|
], 34),
|
|
17154
17235
|
showPreferencesSetting.value ? (openBlock(), createElementBlock("div", {
|
|
17155
17236
|
key: 0,
|
|
17156
|
-
class: normalizeClass(["aside-footer-tools", { "aside-footer-tools-little":
|
|
17237
|
+
class: normalizeClass(["aside-footer-tools", { "aside-footer-tools-little": __props.asideSetShowLittle }])
|
|
17157
17238
|
}, [
|
|
17158
17239
|
createVNode(_sfc_main$j, {
|
|
17159
|
-
"show-lang-setting":
|
|
17160
|
-
"show-theme-setting":
|
|
17161
|
-
asideSetShowLittle:
|
|
17240
|
+
"show-lang-setting": __props.showLangSetting,
|
|
17241
|
+
"show-theme-setting": __props.showThemeSetting,
|
|
17242
|
+
asideSetShowLittle: __props.asideSetShowLittle
|
|
17162
17243
|
}, null, 8, ["show-lang-setting", "show-theme-setting", "asideSetShowLittle"])
|
|
17163
17244
|
], 2)) : createCommentVNode("", true)
|
|
17164
17245
|
])), [
|
|
@@ -17301,19 +17382,19 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
17301
17382
|
key: 0,
|
|
17302
17383
|
class: normalizeClass(["left-side-bar", { oldWhite: asideSetShowLittleMode.value, higherZIndex: unref(SITE_STATUS).DISABLE }]),
|
|
17303
17384
|
style: normalizeStyle({ width: mainMarginLeftWidth.value + "px", top: unref(headerHeight2) + "px" }),
|
|
17304
|
-
sceneValue:
|
|
17385
|
+
sceneValue: __props.sceneValue,
|
|
17305
17386
|
asideDefaultWidth: mainMarginLeftWidth.value,
|
|
17306
17387
|
asideSetShowLittle: asideSetShowLittleMode.value,
|
|
17307
|
-
isLogin:
|
|
17308
|
-
showPreferencesSetting:
|
|
17309
|
-
showThemeSetting:
|
|
17310
|
-
showLangSetting:
|
|
17311
|
-
independence:
|
|
17312
|
-
slotKeys:
|
|
17313
|
-
collapseMode:
|
|
17314
|
-
disableFlatMode:
|
|
17388
|
+
isLogin: __props.isLogin,
|
|
17389
|
+
showPreferencesSetting: __props.showPreferencesSetting,
|
|
17390
|
+
showThemeSetting: __props.showThemeSetting,
|
|
17391
|
+
showLangSetting: __props.showLangSetting,
|
|
17392
|
+
independence: __props.independence,
|
|
17393
|
+
slotKeys: __props.slotKeys,
|
|
17394
|
+
collapseMode: __props.collapseMode,
|
|
17395
|
+
disableFlatMode: __props.disableFlatMode
|
|
17315
17396
|
}, createSlots({ _: 2 }, [
|
|
17316
|
-
renderList(
|
|
17397
|
+
renderList(__props.slotKeys, (key) => {
|
|
17317
17398
|
return {
|
|
17318
17399
|
name: key,
|
|
17319
17400
|
fn: withCtx(() => [
|
|
@@ -17335,8 +17416,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
17335
17416
|
createVNode(GLink, {
|
|
17336
17417
|
class: "g-toolbar-left-logo",
|
|
17337
17418
|
style: normalizeStyle(logoStyle.value),
|
|
17338
|
-
to:
|
|
17339
|
-
href:
|
|
17419
|
+
to: __props.independence ? "" : { name: "home" },
|
|
17420
|
+
href: __props.independence ? unref(transformUrl)(unref(layoutConfig2).VITE_HOST) : ""
|
|
17340
17421
|
}, null, 8, ["style", "to", "href"]),
|
|
17341
17422
|
createVNode(unref(Button), {
|
|
17342
17423
|
class: "cursor-pointer draw-side-bar-close",
|
|
@@ -17346,14 +17427,14 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
17346
17427
|
})
|
|
17347
17428
|
]),
|
|
17348
17429
|
createVNode(ConfigAideContent, mergeProps(props, {
|
|
17349
|
-
sceneValue:
|
|
17430
|
+
sceneValue: __props.sceneValue,
|
|
17350
17431
|
asideDefaultWidth: 240,
|
|
17351
|
-
isLogin:
|
|
17352
|
-
showPreferencesSetting:
|
|
17353
|
-
showThemeSetting:
|
|
17354
|
-
showLangSetting:
|
|
17355
|
-
independence:
|
|
17356
|
-
slotKeys:
|
|
17432
|
+
isLogin: __props.isLogin,
|
|
17433
|
+
showPreferencesSetting: __props.showPreferencesSetting,
|
|
17434
|
+
showThemeSetting: __props.showThemeSetting,
|
|
17435
|
+
showLangSetting: __props.showLangSetting,
|
|
17436
|
+
independence: __props.independence,
|
|
17437
|
+
slotKeys: __props.slotKeys
|
|
17357
17438
|
}), null, 16, ["sceneValue", "isLogin", "showPreferencesSetting", "showThemeSetting", "showLangSetting", "independence", "slotKeys"])
|
|
17358
17439
|
]),
|
|
17359
17440
|
_: 1
|
|
@@ -17975,12 +18056,12 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
17975
18056
|
showLangSetting: "",
|
|
17976
18057
|
showThemeSetting: ""
|
|
17977
18058
|
}, {
|
|
17978
|
-
home: withCtx(() => _cache[2] || (_cache[2] = [
|
|
18059
|
+
home: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
17979
18060
|
createElementVNode("div", null, "首页hover-插槽", -1)
|
|
17980
|
-
])),
|
|
17981
|
-
issues: withCtx(() => _cache[3] || (_cache[3] = [
|
|
18061
|
+
])]),
|
|
18062
|
+
issues: withCtx(() => [..._cache[3] || (_cache[3] = [
|
|
17982
18063
|
createElementVNode("div", null, "issues hover-插槽", -1)
|
|
17983
|
-
])),
|
|
18064
|
+
])]),
|
|
17984
18065
|
_: 1
|
|
17985
18066
|
}, 8, ["sceneValue", "userInfo", "isLogin", "request", "globalStore", "independence", "collapseMode"])
|
|
17986
18067
|
]),
|
|
@@ -18019,18 +18100,18 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
18019
18100
|
key: "是",
|
|
18020
18101
|
value: true
|
|
18021
18102
|
}, {
|
|
18022
|
-
default: withCtx(() => _cache[4] || (_cache[4] = [
|
|
18023
|
-
createTextVNode("是")
|
|
18024
|
-
])),
|
|
18103
|
+
default: withCtx(() => [..._cache[4] || (_cache[4] = [
|
|
18104
|
+
createTextVNode("是", -1)
|
|
18105
|
+
])]),
|
|
18025
18106
|
_: 1
|
|
18026
18107
|
})),
|
|
18027
18108
|
(openBlock(), createBlock(unref(Radio), {
|
|
18028
18109
|
key: "否",
|
|
18029
18110
|
value: false
|
|
18030
18111
|
}, {
|
|
18031
|
-
default: withCtx(() => _cache[5] || (_cache[5] = [
|
|
18032
|
-
createTextVNode("否")
|
|
18033
|
-
])),
|
|
18112
|
+
default: withCtx(() => [..._cache[5] || (_cache[5] = [
|
|
18113
|
+
createTextVNode("否", -1)
|
|
18114
|
+
])]),
|
|
18034
18115
|
_: 1
|
|
18035
18116
|
}))
|
|
18036
18117
|
]),
|
|
@@ -18882,13 +18963,13 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
18882
18963
|
});
|
|
18883
18964
|
return (_ctx, _cache) => {
|
|
18884
18965
|
return openBlock(), createElementBlock("div", {
|
|
18885
|
-
class: normalizeClass(["flex flex-1 g-input-button", [inputBtnClassName.value,
|
|
18966
|
+
class: normalizeClass(["flex flex-1 g-input-button", [inputBtnClassName.value, __props.error ? "g-input-button-error" : ""]])
|
|
18886
18967
|
}, [
|
|
18887
18968
|
createVNode(unref(Input), {
|
|
18888
18969
|
modelValue: unref(vModels),
|
|
18889
18970
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(vModels) ? vModels.value = $event : null),
|
|
18890
|
-
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label:
|
|
18891
|
-
autocomplete:
|
|
18971
|
+
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: __props.placeholder }),
|
|
18972
|
+
autocomplete: __props.autocomplete,
|
|
18892
18973
|
onChange: handleChange,
|
|
18893
18974
|
onFocus: handleInputFocus,
|
|
18894
18975
|
onBlur: handleInputBlur
|
|
@@ -18898,7 +18979,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
18898
18979
|
onClick: withModifiers(handleClick, ["stop"]),
|
|
18899
18980
|
class: normalizeClass([
|
|
18900
18981
|
"g-input-button-append",
|
|
18901
|
-
DisabledBtn.value || !
|
|
18982
|
+
DisabledBtn.value || !__props.hasMobile ? "g-input-button-append-inactive" : "g-input-button-append-active"
|
|
18902
18983
|
])
|
|
18903
18984
|
}, [
|
|
18904
18985
|
createElementVNode("span", _hoisted_1$a, toDisplayString$1(BtnText.value), 1)
|
|
@@ -19045,8 +19126,8 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
19045
19126
|
key: 1,
|
|
19046
19127
|
modelValue: unref(vModels),
|
|
19047
19128
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => isRef(vModels) ? vModels.value = $event : null)
|
|
19048
|
-
},
|
|
19049
|
-
placeholder:
|
|
19129
|
+
}, __props.prop, {
|
|
19130
|
+
placeholder: __props.placeholder,
|
|
19050
19131
|
onChange: handleChange
|
|
19051
19132
|
}), {
|
|
19052
19133
|
prepend: withCtx(() => [
|
|
@@ -19298,23 +19379,23 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
19298
19379
|
rules: GroupRules,
|
|
19299
19380
|
ref_key: "FormRef",
|
|
19300
19381
|
ref: FormRef,
|
|
19301
|
-
"show-feedback":
|
|
19302
|
-
disabled:
|
|
19303
|
-
"message-type":
|
|
19304
|
-
layout:
|
|
19305
|
-
size:
|
|
19306
|
-
"label-size":
|
|
19307
|
-
"label-align":
|
|
19382
|
+
"show-feedback": __props.showFeedback,
|
|
19383
|
+
disabled: __props.disabled,
|
|
19384
|
+
"message-type": __props.MessageType,
|
|
19385
|
+
layout: __props.layout,
|
|
19386
|
+
size: __props.size,
|
|
19387
|
+
"label-size": __props.labelSize,
|
|
19388
|
+
"label-align": __props.labelAlign,
|
|
19308
19389
|
class: "g-form",
|
|
19309
19390
|
onInput: handleFormInput,
|
|
19310
19391
|
requirePosition: "right"
|
|
19311
19392
|
}, {
|
|
19312
19393
|
default: withCtx(() => [
|
|
19313
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
19394
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.DataList, (formItem) => {
|
|
19314
19395
|
return openBlock(), createBlock(unref(FormItem), {
|
|
19315
19396
|
key: formItem.key,
|
|
19316
19397
|
field: formItem.key,
|
|
19317
|
-
label:
|
|
19398
|
+
label: __props.showLabel ? formItem.label : "",
|
|
19318
19399
|
"help-tips": formItem.help,
|
|
19319
19400
|
"extra-info": formItem.extra,
|
|
19320
19401
|
style: normalizeStyle({ width: getItemWidth.value(formItem) })
|
|
@@ -19327,9 +19408,8 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
19327
19408
|
modelValue: Data[formItem.key],
|
|
19328
19409
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
19329
19410
|
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: formItem.label }),
|
|
19330
|
-
onChange: () => handleChange(formItem.key)
|
|
19331
|
-
|
|
19332
|
-
}, formItem.props, {
|
|
19411
|
+
onChange: () => handleChange(formItem.key)
|
|
19412
|
+
}, { ref_for: true }, formItem.props, {
|
|
19333
19413
|
autocomplete: autocompleteCalc((_a = formItem.props) == null ? void 0 : _a.autocomplete),
|
|
19334
19414
|
autofocus: formItem.key === "username",
|
|
19335
19415
|
spellcheck: false
|
|
@@ -19340,24 +19420,22 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
19340
19420
|
onChange: ($event) => handleChange(formItem.key),
|
|
19341
19421
|
onClick: ($event) => handleOperate(formItem),
|
|
19342
19422
|
"onUpdate:countdown": ($event) => updateCountdown(formItem),
|
|
19343
|
-
placeholder: formItem.label
|
|
19344
|
-
|
|
19345
|
-
}, formItem.props, {
|
|
19423
|
+
placeholder: formItem.label
|
|
19424
|
+
}, { ref_for: true }, formItem.props, {
|
|
19346
19425
|
hasMobile: !!Data[(_b = formItem.props) == null ? void 0 : _b.aliasKey],
|
|
19347
19426
|
text: unref($t)("gitCodeLayout.userSetting.account.getVerificationCode"),
|
|
19348
|
-
error:
|
|
19427
|
+
error: __props.errors.msgError,
|
|
19349
19428
|
autocomplete: autocompleteCalc((_c = formItem.props) == null ? void 0 : _c.autocomplete)
|
|
19350
19429
|
}), null, 16, ["modelValue", "onUpdate:modelValue", "onChange", "onClick", "onUpdate:countdown", "placeholder", "hasMobile", "text", "error", "autocomplete"])) : formItem.type === "inputSelect" ? (openBlock(), createBlock(_sfc_main$b, mergeProps({
|
|
19351
19430
|
key: 2,
|
|
19352
19431
|
country: Data.country,
|
|
19353
|
-
class:
|
|
19432
|
+
class: __props.formErrors["mobile"] ? "input-select-error" : "",
|
|
19354
19433
|
modelValue: Data[formItem.key],
|
|
19355
19434
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
19356
19435
|
onSelectChange: _cache[0] || (_cache[0] = (evt) => handleSelectChange("country", evt)),
|
|
19357
19436
|
onChange: ($event) => handleChange(formItem.key),
|
|
19358
|
-
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: formItem.label })
|
|
19359
|
-
|
|
19360
|
-
}, formItem.props, {
|
|
19437
|
+
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: formItem.label })
|
|
19438
|
+
}, { ref_for: true }, formItem.props, {
|
|
19361
19439
|
editableSelect: formItem.editableSelect
|
|
19362
19440
|
}), null, 16, ["country", "class", "modelValue", "onUpdate:modelValue", "onChange", "placeholder", "editableSelect"])) : (openBlock(), createBlock(resolveDynamicComponent(formItem.render), mergeProps({
|
|
19363
19441
|
key: formItem.key,
|
|
@@ -19365,9 +19443,8 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
19365
19443
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
19366
19444
|
onChange: ($event) => handleChange(formItem.key),
|
|
19367
19445
|
onClick: handleClick,
|
|
19368
|
-
placeholder: formItem.label
|
|
19369
|
-
|
|
19370
|
-
}, formItem.props), null, 16, ["modelValue", "onUpdate:modelValue", "onChange", "placeholder"]))
|
|
19446
|
+
placeholder: formItem.label
|
|
19447
|
+
}, { ref_for: true }, formItem.props), null, 16, ["modelValue", "onUpdate:modelValue", "onChange", "placeholder"]))
|
|
19371
19448
|
];
|
|
19372
19449
|
}),
|
|
19373
19450
|
_: 2
|
|
@@ -19412,7 +19489,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
19412
19489
|
return openBlock(), createElementBlock("div", _hoisted_1$8, [
|
|
19413
19490
|
createElementVNode("div", _hoisted_2$6, toDisplayString$1(unref($t)("gitCodeLayout.LoginModal.subtitle.otherLogin")), 1),
|
|
19414
19491
|
createElementVNode("div", _hoisted_3$6, [
|
|
19415
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
19492
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.logos, (icon) => {
|
|
19416
19493
|
return openBlock(), createElementBlock("div", {
|
|
19417
19494
|
key: icon.alt,
|
|
19418
19495
|
class: "rounded-[50%] w-[40px] h-[40px] border-[1px] icon-wrap border-solid cursor-pointer otherInfo-icon"
|
|
@@ -19518,7 +19595,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
19518
19595
|
return (_ctx, _cache) => {
|
|
19519
19596
|
return openBlock(), createElementBlock("div", _hoisted_1$7, [
|
|
19520
19597
|
createVNode(unref(Checkbox), {
|
|
19521
|
-
"model-value":
|
|
19598
|
+
"model-value": __props.modelValue,
|
|
19522
19599
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = (val) => emits("update:modelValue", val)),
|
|
19523
19600
|
size: "sm"
|
|
19524
19601
|
}, {
|
|
@@ -19537,7 +19614,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
19537
19614
|
_: 1
|
|
19538
19615
|
}, 8, ["model-value"]),
|
|
19539
19616
|
createVNode(unref(Checkbox), {
|
|
19540
|
-
"model-value":
|
|
19617
|
+
"model-value": __props.dataShareChecked,
|
|
19541
19618
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = (val) => emits("update:dataShareChecked", val)),
|
|
19542
19619
|
size: "sm"
|
|
19543
19620
|
}, {
|
|
@@ -19586,7 +19663,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
19586
19663
|
return (_ctx, _cache) => {
|
|
19587
19664
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
19588
19665
|
createVNode(unref(Checkbox), {
|
|
19589
|
-
"model-value":
|
|
19666
|
+
"model-value": __props.modelValue,
|
|
19590
19667
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = (val) => emits("update:modelValue", val)),
|
|
19591
19668
|
size: "sm",
|
|
19592
19669
|
class: "mt-[6px] agree-module flex items-center"
|
|
@@ -19607,7 +19684,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
19607
19684
|
_: 3
|
|
19608
19685
|
}, 8, ["model-value"]),
|
|
19609
19686
|
createVNode(unref(Checkbox), {
|
|
19610
|
-
"model-value":
|
|
19687
|
+
"model-value": __props.dataShareChecked,
|
|
19611
19688
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = (val) => emits("update:dataShareChecked", val)),
|
|
19612
19689
|
size: "sm",
|
|
19613
19690
|
class: "mb-[12px]"
|
|
@@ -19649,14 +19726,14 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
19649
19726
|
return (_ctx, _cache) => {
|
|
19650
19727
|
return openBlock(), createElementBlock("div", _hoisted_1$5, [
|
|
19651
19728
|
createElementVNode("div", _hoisted_2$3, [
|
|
19652
|
-
|
|
19729
|
+
__props.showBack ? (openBlock(), createElementBlock("img", {
|
|
19653
19730
|
key: 0,
|
|
19654
|
-
src:
|
|
19731
|
+
src: __props.icon,
|
|
19655
19732
|
class: "w-[24px] cursor-pointer",
|
|
19656
19733
|
onClick: withModifiers(handleClick, ["stop"])
|
|
19657
19734
|
}, null, 8, _hoisted_3$3)) : createCommentVNode("", true)
|
|
19658
19735
|
]),
|
|
19659
|
-
|
|
19736
|
+
__props.showTitle ? (openBlock(), createElementBlock("span", _hoisted_4$2, toDisplayString$1(__props.title), 1)) : createCommentVNode("", true)
|
|
19660
19737
|
]);
|
|
19661
19738
|
};
|
|
19662
19739
|
}
|
|
@@ -19690,7 +19767,7 @@ const verifyCodeRegExp4 = /^\d{4}$/;
|
|
|
19690
19767
|
const verifyCodeRegExp6 = /^\d{6}$/;
|
|
19691
19768
|
const mobileRegExp = /^1[3-9]\d{9}$/;
|
|
19692
19769
|
const usernameRegExp = /^(?!-)[a-zA-Z][a-zA-Z0-9_-]{1,49}$/;
|
|
19693
|
-
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}"]]] } };
|
|
19770
|
+
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|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "BM": ["1", "011", "(?:441|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "441$1", 0, "441"], "BN": ["673", "00", "[2-578]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-578]"]]]], "BO": ["591", "00(?:1\\d)?", "8001\\d{5}|(?:[2-467]\\d|50)\\d{6}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[235]|4[46]"]], ["(\\d{8})", "$1", ["[67]"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["8"]]], "0", 0, "0(1\\d)?"], "BQ": ["599", "00", "(?:[34]1|7\\d)\\d{5}", [7], 0, 0, 0, 0, 0, 0, "[347]"], "BR": ["55", "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)", "[1-467]\\d{9,10}|55[0-46-9]\\d{8}|[34]\\d{7}|55\\d{7,8}|(?:5[0-46-9]|[89]\\d)\\d{7,9}", [8, 9, 10, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["300|4(?:0[02]|37|86)", "300|4(?:0(?:0|20)|370|864)"]], ["(\\d{3})(\\d{2,3})(\\d{4})", "$1 $2 $3", ["(?:[358]|90)0"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"], "($1)"], ["(\\d{2})(\\d{5})(\\d{4})", "$1 $2-$3", ["[16][1-9]|[2-57-9]"], "($1)"]], "0", 0, "(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?", "$2"], "BS": ["1", "011", "(?:242|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([3-8]\\d{6})$|1", "242$1", 0, "242"], "BT": ["975", "00", "[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]|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-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", "(?:[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{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, "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|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", "(?:[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|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|80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0", 0, 0, 0, 0, 0, [["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "GQ": ["240", "00", "222\\d{6}|(?:3\\d|55|[89]0)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235]"]], ["(\\d{3})(\\d{6})", "$1 $2", ["[89]"]]]], "GR": ["30", "00", "5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}", [10, 11, 12], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["21|7"]], ["(\\d{4})(\\d{6})", "$1 $2", ["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2689]"]], ["(\\d{3})(\\d{3,4})(\\d{5})", "$1 $2 $3", ["8"]]]], "GT": ["502", "00", "80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-8]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "GU": ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "671$1", 0, "671"], "GW": ["245", "00", "[49]\\d{8}|4\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["40"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"]]]], "GY": ["592", "001", "(?:[2-8]\\d{3}|9008)\\d{3}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "HK": ["852", "00(?:30|5[09]|[126-9]?)", "8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}", [5, 6, 7, 8, 9, 11], [["(\\d{3})(\\d{2,5})", "$1 $2", ["900", "9003"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{3})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "HN": ["504", "00", "8\\d{10}|[237-9]\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["[237-9]"]]]], "HR": ["385", "00", "[2-69]\\d{8}|80\\d{5,7}|[1-79]\\d{7}|6\\d{6}", [7, 8, 9], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["6[01]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{4})(\\d{3})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6|7[245]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-57]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], "HT": ["509", "00", "[2-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", ["[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,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", "(?:33622|8\\d{8})\\d{5}|[78]\\d{9}", [10, 14], 0, "8", 0, 0, 0, 0, "33622|7", 0, "8~10"], "LA": ["856", "00", "[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2[13]|3[14]|[4-8]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["3"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0"], "LB": ["961", "00", "[27-9]\\d{7}|[13-9]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[13-69]|7(?:[2-57]|62|8[0-6]|9[04-9])|8[02-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27-9]"]]], "0"], "LC": ["1", "011", "(?:[58]\\d\\d|758|900)\\d{7}", [10], 0, "1", 0, "([2-8]\\d{6})$|1", "758$1", 0, "758"], "LI": ["423", "00", "[68]\\d{8}|(?:[2378]\\d|90)\\d{5}", [7, 9], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2379]|8(?:0[09]|7)", "[2379]|8(?:0(?:02|9)|7)"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["69"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]], "0", 0, "(1001)|0"], "LK": ["94", "00", "[1-9]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[1-689]"], "0$1"]], "0"], "LR": ["231", "00", "(?:[2457]\\d|33|88)\\d{7}|(?:2\\d|[4-6])\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["4[67]|[56]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-578]"], "0$1"]], "0"], "LS": ["266", "00", "(?:[256]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2568]"]]]], "LT": ["370", "00", "(?:[3469]\\d|52|[78]0)\\d{6}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["52[0-7]"], "(0-$1)", 1], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0 $1", 1], ["(\\d{2})(\\d{6})", "$1 $2", ["37|4(?:[15]|6[1-8])"], "(0-$1)", 1], ["(\\d{3})(\\d{5})", "$1 $2", ["[3-6]"], "(0-$1)", 1]], "0", 0, "[08]"], "LU": ["352", "00", "35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}", [4, 5, 6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{3})", "$1 $2", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["20[2-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4", ["2(?:[0367]|4[3-8])"]], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["80[01]|90[015]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["20"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4 $5", ["2(?:[0367]|4[3-8])"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})", "$1 $2 $3 $4", ["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]], 0, 0, "(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"], "LV": ["371", "00", "(?:[268]\\d|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{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5[45]"], "0$1"], ["(\\d{4})(\\d{5})", "$1-$2", ["5(?:[19]|2[2-46-9]|3[3-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(?:(?:18|4[0679]|5[03])\\d|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]))\\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}"]]], "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|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "MG": ["261", "00", "[23]\\d{8}", [9], [["(\\d{2})(\\d{2})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0", 0, "([24-9]\\d{6})$|0", "20$1"], "MH": ["692", "011", "329\\d{4}|(?:[256]\\d|45)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-6]"]]], "1"], "MK": ["389", "00", "[2-578]\\d{7}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2|34[47]|4(?:[37]7|5[47]|64)"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[347]"], "0$1"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[58]"], "0$1"]], "0"], "ML": ["223", "00", "[24-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-9]"]]]], "MM": ["95", "00", "1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}", [6, 7, 8, 9, 10], [["(\\d)(\\d{2})(\\d{3})", "$1 $2 $3", ["16|2"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["4(?:[2-46]|5[3-5])|5|6(?:[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-5]|(?:60|86)[23]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|452|678|86", "[12]|452|6788|86"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[4-7]|8[1-35]"], "0$1"], ["(\\d)(\\d{3})(\\d{4,6})", "$1 $2 $3", ["9(?:2[0-4]|[35-9]|4[137-9])"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["92"], "0$1"], ["(\\d)(\\d{5})(\\d{4})", "$1 $2 $3", ["9"], "0$1"]], "0"], "MN": ["976", "001", "[12]\\d{7,9}|[5-9]\\d{7}", [8, 9, 10], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[12]1"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[5-9]"]], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[12]2[1-3]"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["[12](?:27|3[2-8]|4[2-68]|5[1-4689])", "[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["[12]"], "0$1"]], "0"], "MO": ["853", "00", "0800\\d{3}|(?:28|[68]\\d)\\d{6}", [7, 8], [["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[268]"]]]], "MP": ["1", "011", "[58]\\d{9}|(?:67|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "670$1", 0, "670"], "MQ": ["596", "00", "(?:596\\d|7091)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]|8(?:0[6-9]|[36])"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "MR": ["222", "00", "(?:[2-4]\\d\\d|800)\\d{5}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-48]"]]]], "MS": ["1", "011", "(?:[58]\\d\\d|664|900)\\d{7}", [10], 0, "1", 0, "([34]\\d{6})$|1", "664$1", 0, "664"], "MT": ["356", "00", "3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2357-9]"]]]], "MU": ["230", "0(?:0|[24-7]0|3[03])", "(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46]|8[013]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[57]"]], ["(\\d{5})(\\d{5})", "$1 $2", ["8"]]], 0, 0, 0, 0, 0, 0, 0, "020"], "MV": ["960", "0(?:0|19)", "(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}", [7, 10], [["(\\d{3})(\\d{4})", "$1-$2", ["[34679]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "MW": ["265", "00", "(?:[1289]\\d|31|77)\\d{7}|1\\d{6}", [7, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["1[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[137-9]"], "0$1"]], "0"], "MX": ["52", "0[09]", "[2-9]\\d{9}", [10], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["33|5[56]|81"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "MY": ["60", "00", "1\\d{8,9}|(?:3\\d|[4-9])\\d{7}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1-$2 $3", ["[4-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1-$2 $3", ["1(?:[02469]|[378][1-9]|53)|8", "1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2 $3", ["3"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3-$4", ["1(?:[367]|80)"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2 $3", ["15"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2 $3", ["1"], "0$1"]], "0"], "MZ": ["258", "00", "(?:2|8\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2|8[2-79]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], "NA": ["264", "00", "[68]\\d{7,8}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["87"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], "NC": ["687", "00", "(?:050|[2-57-9]\\d\\d)\\d{3}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1.$2.$3", ["[02-57-9]"]]]], "NE": ["227", "00", "[027-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["08"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[089]|2[013]|7[0467]"]]]], "NF": ["672", "00", "[13]\\d{5}", [6], [["(\\d{2})(\\d{4})", "$1 $2", ["1[0-3]"]], ["(\\d)(\\d{5})", "$1 $2", ["[13]"]]], 0, 0, "([0-258]\\d{4})$", "3$1"], "NG": ["234", "009", "(?:20|9\\d)\\d{8}|[78]\\d{9,13}", [10, 11, 12, 13, 14], [["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["20[129]"], "0$1"], ["(\\d{4})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{3})(\\d{5})(\\d{5,6})", "$1 $2 $3", ["[78]"], "0$1"]], "0"], "NI": ["505", "00", "(?:1800|[25-8]\\d{3})\\d{4}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[125-8]"]]]], "NL": ["31", "00", "(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}", [5, 6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{4,7})", "$1 $2", ["[89]0"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["66"], "0$1"], ["(\\d)(\\d{8})", "$1 $2", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-578]|91"], "0$1"], ["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3", ["9"], "0$1"]], "0"], "NO": ["47", "00", "(?:0|[2-9]\\d{3})\\d{4}", [5, 8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]"]]], 0, 0, 0, 0, 0, "[02-689]|7[0-8]"], "NP": ["977", "00", "(?:1\\d|9)\\d{9}|[1-9]\\d{7}", [8, 10, 11], [["(\\d)(\\d{7})", "$1-$2", ["1[2-6]"], "0$1"], ["(\\d{2})(\\d{6})", "$1-$2", ["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"], "0$1"], ["(\\d{3})(\\d{7})", "$1-$2", ["9"]]], "0"], "NR": ["674", "00", "(?:222|444|(?:55|8\\d)\\d|666|777|999)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[24-9]"]]]], "NU": ["683", "00", "(?:[4-7]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], "NZ": ["64", "0(?:0|161)", "[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|8|90", "50(?:[0367]|88)|8|90"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["24|[346]|7[2-57-9]|9[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:10|74)|[589]"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1|2[028]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,5})", "$1 $2 $3", ["2(?:[169]|7[0-35-9])|7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00"], "OM": ["968", "00", "(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}", [7, 8, 9], [["(\\d{3})(\\d{4,6})", "$1 $2", ["[58]"]], ["(\\d{2})(\\d{6})", "$1 $2", ["2"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[179]"]]]], "PA": ["507", "00", "(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}", [7, 8, 10, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[1-57-9]"]], ["(\\d{4})(\\d{4})", "$1-$2", ["[68]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]]], "PE": ["51", "00|19(?:1[124]|77|90)00", "(?:[14-8]|9\\d)\\d{7}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["80"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["1"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[4-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"]]], "0", 0, 0, 0, 0, 0, 0, "00", " Anexo "], "PF": ["689", "00", "4\\d{5}(?:\\d{2})?|8\\d{7,8}", [6, 8, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["44"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4|8[7-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], "PG": ["675", "00|140[1-3]", "(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["18|[2-69]|85"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[78]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "PH": ["63", "00", "(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}", [6, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{5})", "$1 $2", ["2"], "(0$1)"], ["(\\d{4})(\\d{4,6})", "$1 $2", ["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2", "3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"], "(0$1)"], ["(\\d{5})(\\d{4})", "$1 $2", ["346|4(?:27|9[35])|883", "3469|4(?:279|9(?:30|56))|8834"], "(0$1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|8[2-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["1"]]], "0"], "PK": ["92", "00", "122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,7})", "$1 $2 $3", ["[89]0"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["1"]], ["(\\d{3})(\\d{6,7})", "$1 $2", ["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])", "9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"], "(0$1)"], ["(\\d{2})(\\d{7,8})", "$1 $2", ["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"], "(0$1)"], ["(\\d{5})(\\d{5})", "$1 $2", ["58"], "(0$1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[24-9]"], "(0$1)"]], "0"], "PL": ["48", "00", "(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|20|64"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1", "(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["64"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[2-8]|[2-7]|8[1-79]|9[145]"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["8"]]]], "PM": ["508", "00", "[45]\\d{5}|(?:708|8\\d\\d)\\d{6}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[45]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "PR": ["1", "011", "(?:[589]\\d\\d|787)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "787|939"], "PS": ["970", "00", "[2489]2\\d{6}|(?:1\\d|5)\\d{8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2489]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "PT": ["351", "00", "1693\\d{5}|(?:[26-9]\\d|30)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["2[12]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["16|[236-9]"]]]], "PW": ["680", "01[12]", "(?:[24-8]\\d\\d|345|900)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "PY": ["595", "00", "59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3,6})", "$1 $2", ["[2-9]0"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"], "(0$1)"], ["(\\d{3})(\\d{4,5})", "$1 $2", ["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["87"]], ["(\\d{3})(\\d{6})", "$1 $2", ["9(?:[5-79]|8[1-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"]]], "0"], "QA": ["974", "00", "800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}", [7, 8, 9, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["2[136]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[3-7]"]]]], "RE": ["262", "00", "709\\d{6}|(?:26|[689]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"], ["(?:69(?:2\\d\\d|3(?:[06][0-6]|1[0-3]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\d{4}"], ["80\\d{7}"], ["89[1-37-9]\\d{6}"], 0, 0, 0, 0, ["9(?:399[0-3]|479[0-6]|76(?:2[278]|3[0-37]))\\d{4}"], ["8(?:1[019]|2[0156]|84|90)\\d{6}"]]], "RO": ["40", "00", "(?:[236-8]\\d|90)\\d{7}|[23]\\d{5}", [6, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["2[3-6]", "2[3-6]\\d9"], "0$1"], ["(\\d{2})(\\d{4})", "$1 $2", ["219|31"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[23]1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[236-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, " int "], "RS": ["381", "00", "38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}", [6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{3,9})", "$1 $2", ["(?:2[389]|39)0|[7-9]"], "0$1"], ["(\\d{2})(\\d{5,10})", "$1 $2", ["[1-36]"], "0$1"]], "0"], "RU": ["7", "810", "8\\d{13}|[347-9]\\d{9}", [10, 14], [["(\\d{4})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-8]|2[1-9])", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"], "8 ($1)", 1], ["(\\d{5})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-68]|2[1-9])", "7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))", "7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[349]|8(?:[02-7]|1[1-8])"], "8 ($1)", 1], ["(\\d{4})(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["8"], "8 ($1)"]], "8", 0, 0, 0, 0, 0, [["336(?:[013-9]\\d|2[013-9])\\d{5}|(?:3(?:0[12]|4[1-35-79]|5[1-3]|65|8[1-58]|9[0145])|4(?:01|1[1356]|2[13467]|7[1-5]|8[1-7]|9[1-689])|8(?:1[1-8]|2[01]|3[13-6]|4[0-8]|5[15-7]|6[0-35-79]|7[1-37-9]))\\d{7}", [10]], ["9\\d{9}", [10]], ["8(?:0[04]|108\\d{3})\\d{7}"], ["80[39]\\d{7}", [10]], ["808\\d{7}", [10]]], "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-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)\\d{4}|(?:2742|305[3-9])\\d{6}|(?: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-47-9]|1[02-9]|2[013-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-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]|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}|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|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}"]]] } };
|
|
19694
19771
|
function withMetadataArgument(func, _arguments) {
|
|
19695
19772
|
var args = Array.prototype.slice.call(_arguments);
|
|
19696
19773
|
args.push(metadata);
|
|
@@ -19718,32 +19795,39 @@ var objectConstructor = {}.constructor;
|
|
|
19718
19795
|
function isObject(object) {
|
|
19719
19796
|
return object !== void 0 && object !== null && object.constructor === objectConstructor;
|
|
19720
19797
|
}
|
|
19721
|
-
function _typeof$
|
|
19798
|
+
function _typeof$7(o) {
|
|
19722
19799
|
"@babel/helpers - typeof";
|
|
19723
|
-
return _typeof$
|
|
19724
|
-
return typeof
|
|
19725
|
-
} : function(
|
|
19726
|
-
return
|
|
19727
|
-
}, _typeof$
|
|
19800
|
+
return _typeof$7 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
19801
|
+
return typeof o2;
|
|
19802
|
+
} : function(o2) {
|
|
19803
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
19804
|
+
}, _typeof$7(o);
|
|
19728
19805
|
}
|
|
19729
|
-
function _classCallCheck$2(
|
|
19730
|
-
if (!(
|
|
19731
|
-
throw new TypeError("Cannot call a class as a function");
|
|
19732
|
-
}
|
|
19806
|
+
function _classCallCheck$2(a, n) {
|
|
19807
|
+
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
19733
19808
|
}
|
|
19734
|
-
function _defineProperties$1(
|
|
19735
|
-
for (var
|
|
19736
|
-
var
|
|
19737
|
-
|
|
19738
|
-
descriptor.configurable = true;
|
|
19739
|
-
if ("value" in descriptor) descriptor.writable = true;
|
|
19740
|
-
Object.defineProperty(target, descriptor.key, descriptor);
|
|
19809
|
+
function _defineProperties$1(e, r) {
|
|
19810
|
+
for (var t2 = 0; t2 < r.length; t2++) {
|
|
19811
|
+
var o = r[t2];
|
|
19812
|
+
o.enumerable = o.enumerable || false, o.configurable = true, "value" in o && (o.writable = true), Object.defineProperty(e, _toPropertyKey$6(o.key), o);
|
|
19741
19813
|
}
|
|
19742
19814
|
}
|
|
19743
|
-
function _createClass$2(
|
|
19744
|
-
|
|
19745
|
-
|
|
19746
|
-
|
|
19815
|
+
function _createClass$2(e, r, t2) {
|
|
19816
|
+
return r && _defineProperties$1(e.prototype, r), Object.defineProperty(e, "prototype", { writable: false }), e;
|
|
19817
|
+
}
|
|
19818
|
+
function _toPropertyKey$6(t2) {
|
|
19819
|
+
var i = _toPrimitive$6(t2, "string");
|
|
19820
|
+
return "symbol" == _typeof$7(i) ? i : i + "";
|
|
19821
|
+
}
|
|
19822
|
+
function _toPrimitive$6(t2, r) {
|
|
19823
|
+
if ("object" != _typeof$7(t2) || !t2) return t2;
|
|
19824
|
+
var e = t2[Symbol.toPrimitive];
|
|
19825
|
+
if (void 0 !== e) {
|
|
19826
|
+
var i = e.call(t2, r);
|
|
19827
|
+
if ("object" != _typeof$7(i)) return i;
|
|
19828
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
19829
|
+
}
|
|
19830
|
+
return String(t2);
|
|
19747
19831
|
}
|
|
19748
19832
|
var V3 = "1.2.0";
|
|
19749
19833
|
var V4 = "1.7.35";
|
|
@@ -19756,7 +19840,7 @@ var Metadata = /* @__PURE__ */ function() {
|
|
|
19756
19840
|
this.metadata = metadata2;
|
|
19757
19841
|
setVersion.call(this, metadata2);
|
|
19758
19842
|
}
|
|
19759
|
-
_createClass$2(Metadata2, [{
|
|
19843
|
+
return _createClass$2(Metadata2, [{
|
|
19760
19844
|
key: "getCountries",
|
|
19761
19845
|
value: function getCountries() {
|
|
19762
19846
|
return Object.keys(this.metadata.countries).filter(function(_) {
|
|
@@ -19961,7 +20045,6 @@ var Metadata = /* @__PURE__ */ function() {
|
|
|
19961
20045
|
return this.numberingPlan !== void 0;
|
|
19962
20046
|
}
|
|
19963
20047
|
}]);
|
|
19964
|
-
return Metadata2;
|
|
19965
20048
|
}();
|
|
19966
20049
|
var NumberingPlan = /* @__PURE__ */ function() {
|
|
19967
20050
|
function NumberingPlan2(metadata2, globalMetadataObject) {
|
|
@@ -19970,7 +20053,7 @@ var NumberingPlan = /* @__PURE__ */ function() {
|
|
|
19970
20053
|
this.metadata = metadata2;
|
|
19971
20054
|
setVersion.call(this, globalMetadataObject.metadata);
|
|
19972
20055
|
}
|
|
19973
|
-
_createClass$2(NumberingPlan2, [{
|
|
20056
|
+
return _createClass$2(NumberingPlan2, [{
|
|
19974
20057
|
key: "callingCode",
|
|
19975
20058
|
value: function callingCode() {
|
|
19976
20059
|
return this.metadata[0];
|
|
@@ -20109,7 +20192,6 @@ var NumberingPlan = /* @__PURE__ */ function() {
|
|
|
20109
20192
|
return this.metadata[13] || DEFAULT_EXT_PREFIX;
|
|
20110
20193
|
}
|
|
20111
20194
|
}]);
|
|
20112
|
-
return NumberingPlan2;
|
|
20113
20195
|
}();
|
|
20114
20196
|
var Format = /* @__PURE__ */ function() {
|
|
20115
20197
|
function Format2(format2, metadata2) {
|
|
@@ -20117,7 +20199,7 @@ var Format = /* @__PURE__ */ function() {
|
|
|
20117
20199
|
this._format = format2;
|
|
20118
20200
|
this.metadata = metadata2;
|
|
20119
20201
|
}
|
|
20120
|
-
_createClass$2(Format2, [{
|
|
20202
|
+
return _createClass$2(Format2, [{
|
|
20121
20203
|
key: "pattern",
|
|
20122
20204
|
value: function pattern() {
|
|
20123
20205
|
return this._format[0];
|
|
@@ -20160,7 +20242,6 @@ var Format = /* @__PURE__ */ function() {
|
|
|
20160
20242
|
return this._format[5] || this.format();
|
|
20161
20243
|
}
|
|
20162
20244
|
}]);
|
|
20163
|
-
return Format2;
|
|
20164
20245
|
}();
|
|
20165
20246
|
var FIRST_GROUP_ONLY_PREFIX_PATTERN = /^\(?\$1\)?$/;
|
|
20166
20247
|
var Type = /* @__PURE__ */ function() {
|
|
@@ -20169,7 +20250,7 @@ var Type = /* @__PURE__ */ function() {
|
|
|
20169
20250
|
this.type = type;
|
|
20170
20251
|
this.metadata = metadata2;
|
|
20171
20252
|
}
|
|
20172
|
-
_createClass$2(Type2, [{
|
|
20253
|
+
return _createClass$2(Type2, [{
|
|
20173
20254
|
key: "pattern",
|
|
20174
20255
|
value: function pattern() {
|
|
20175
20256
|
if (this.metadata.v1) return this.type;
|
|
@@ -20182,7 +20263,6 @@ var Type = /* @__PURE__ */ function() {
|
|
|
20182
20263
|
return this.type[1] || this.metadata.possibleLengths();
|
|
20183
20264
|
}
|
|
20184
20265
|
}]);
|
|
20185
|
-
return Type2;
|
|
20186
20266
|
}();
|
|
20187
20267
|
function getType(types, type) {
|
|
20188
20268
|
switch (type) {
|
|
@@ -20217,12 +20297,12 @@ function validateMetadata(metadata2) {
|
|
|
20217
20297
|
}
|
|
20218
20298
|
}
|
|
20219
20299
|
var typeOf = function typeOf2(_) {
|
|
20220
|
-
return _typeof$
|
|
20300
|
+
return _typeof$7(_);
|
|
20221
20301
|
};
|
|
20222
20302
|
function getCountryCallingCode(country, metadata2) {
|
|
20223
20303
|
metadata2 = new Metadata(metadata2);
|
|
20224
20304
|
if (metadata2.hasCountry(country)) {
|
|
20225
|
-
return metadata2.
|
|
20305
|
+
return metadata2.selectNumberingPlan(country).countryCallingCode();
|
|
20226
20306
|
}
|
|
20227
20307
|
throw new Error("Unknown country: ".concat(country));
|
|
20228
20308
|
}
|
|
@@ -20248,10 +20328,14 @@ function setVersion(metadata2) {
|
|
|
20248
20328
|
}
|
|
20249
20329
|
}
|
|
20250
20330
|
}
|
|
20251
|
-
function checkNumberLength(nationalNumber, metadata2) {
|
|
20252
|
-
return checkNumberLengthForType(nationalNumber, void 0, metadata2);
|
|
20331
|
+
function checkNumberLength(nationalNumber, country, metadata2) {
|
|
20332
|
+
return checkNumberLengthForType(nationalNumber, country, void 0, metadata2);
|
|
20253
20333
|
}
|
|
20254
|
-
function checkNumberLengthForType(nationalNumber, type, metadata2) {
|
|
20334
|
+
function checkNumberLengthForType(nationalNumber, country, type, metadata2) {
|
|
20335
|
+
if (country) {
|
|
20336
|
+
metadata2 = new Metadata(metadata2.metadata);
|
|
20337
|
+
metadata2.selectNumberingPlan(country);
|
|
20338
|
+
}
|
|
20255
20339
|
var type_info = metadata2.type(type);
|
|
20256
20340
|
var possible_lengths = type_info && type_info.possibleLengths() || metadata2.possibleLengths();
|
|
20257
20341
|
if (!possible_lengths) {
|
|
@@ -20288,7 +20372,7 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
20288
20372
|
if (!metadata2.hasCountry(input.country)) {
|
|
20289
20373
|
throw new Error("Unknown country: ".concat(input.country));
|
|
20290
20374
|
}
|
|
20291
|
-
metadata2.
|
|
20375
|
+
metadata2.selectNumberingPlan(input.country);
|
|
20292
20376
|
} else {
|
|
20293
20377
|
if (!input.countryCallingCode) {
|
|
20294
20378
|
throw new Error("Invalid phone number object passed");
|
|
@@ -20297,7 +20381,7 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
20297
20381
|
}
|
|
20298
20382
|
}
|
|
20299
20383
|
if (metadata2.possibleLengths()) {
|
|
20300
|
-
return isPossibleNumber(input.phone || input.nationalNumber, metadata2);
|
|
20384
|
+
return isPossibleNumber(input.phone || input.nationalNumber, input.country, metadata2);
|
|
20301
20385
|
} else {
|
|
20302
20386
|
if (input.countryCallingCode && metadata2.isNonGeographicCallingCode(input.countryCallingCode)) {
|
|
20303
20387
|
return true;
|
|
@@ -20306,45 +20390,41 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
20306
20390
|
}
|
|
20307
20391
|
}
|
|
20308
20392
|
}
|
|
20309
|
-
function isPossibleNumber(nationalNumber, metadata2) {
|
|
20310
|
-
switch (checkNumberLength(nationalNumber, metadata2)) {
|
|
20393
|
+
function isPossibleNumber(nationalNumber, country, metadata2) {
|
|
20394
|
+
switch (checkNumberLength(nationalNumber, country, metadata2)) {
|
|
20311
20395
|
case "IS_POSSIBLE":
|
|
20312
20396
|
return true;
|
|
20313
20397
|
default:
|
|
20314
20398
|
return false;
|
|
20315
20399
|
}
|
|
20316
20400
|
}
|
|
20317
|
-
function matchesEntirely(text2,
|
|
20401
|
+
function matchesEntirely(text2, regularExpressionText) {
|
|
20318
20402
|
text2 = text2 || "";
|
|
20319
|
-
return new RegExp("^(?:" +
|
|
20320
|
-
}
|
|
20321
|
-
function _createForOfIteratorHelperLoose$
|
|
20322
|
-
var
|
|
20323
|
-
if (
|
|
20324
|
-
if (Array.isArray(
|
|
20325
|
-
|
|
20326
|
-
var
|
|
20403
|
+
return new RegExp("^(?:" + regularExpressionText + ")$").test(text2);
|
|
20404
|
+
}
|
|
20405
|
+
function _createForOfIteratorHelperLoose$2(r, e) {
|
|
20406
|
+
var t2 = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
20407
|
+
if (t2) return (t2 = t2.call(r)).next.bind(t2);
|
|
20408
|
+
if (Array.isArray(r) || (t2 = _unsupportedIterableToArray$3(r)) || e) {
|
|
20409
|
+
t2 && (r = t2);
|
|
20410
|
+
var o = 0;
|
|
20327
20411
|
return function() {
|
|
20328
|
-
|
|
20329
|
-
return { done: false, value: o[i++] };
|
|
20412
|
+
return o >= r.length ? { done: true } : { done: false, value: r[o++] };
|
|
20330
20413
|
};
|
|
20331
20414
|
}
|
|
20332
20415
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
20333
20416
|
}
|
|
20334
|
-
function _unsupportedIterableToArray$
|
|
20335
|
-
if (
|
|
20336
|
-
|
|
20337
|
-
|
|
20338
|
-
|
|
20339
|
-
if (n === "Map" || n === "Set") return Array.from(o);
|
|
20340
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$4(o, minLen);
|
|
20341
|
-
}
|
|
20342
|
-
function _arrayLikeToArray$4(arr, len) {
|
|
20343
|
-
if (len == null || len > arr.length) len = arr.length;
|
|
20344
|
-
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
20345
|
-
arr2[i] = arr[i];
|
|
20417
|
+
function _unsupportedIterableToArray$3(r, a) {
|
|
20418
|
+
if (r) {
|
|
20419
|
+
if ("string" == typeof r) return _arrayLikeToArray$3(r, a);
|
|
20420
|
+
var t2 = {}.toString.call(r).slice(8, -1);
|
|
20421
|
+
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$3(r, a) : void 0;
|
|
20346
20422
|
}
|
|
20347
|
-
|
|
20423
|
+
}
|
|
20424
|
+
function _arrayLikeToArray$3(r, a) {
|
|
20425
|
+
(null == a || a > r.length) && (a = r.length);
|
|
20426
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
20427
|
+
return n;
|
|
20348
20428
|
}
|
|
20349
20429
|
var NON_FIXED_LINE_PHONE_TYPES = ["MOBILE", "PREMIUM_RATE", "TOLL_FREE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL"];
|
|
20350
20430
|
function getNumberType(input, options, metadata2) {
|
|
@@ -20370,7 +20450,7 @@ function getNumberType(input, options, metadata2) {
|
|
|
20370
20450
|
}
|
|
20371
20451
|
return "FIXED_LINE";
|
|
20372
20452
|
}
|
|
20373
|
-
for (var _iterator = _createForOfIteratorHelperLoose$
|
|
20453
|
+
for (var _iterator = _createForOfIteratorHelperLoose$2(NON_FIXED_LINE_PHONE_TYPES), _step; !(_step = _iterator()).done; ) {
|
|
20374
20454
|
var type = _step.value;
|
|
20375
20455
|
if (isNumberTypeEqualTo(nationalNumber, type, metadata2)) {
|
|
20376
20456
|
return type;
|
|
@@ -20489,7 +20569,63 @@ function extractNationalNumberFromPossiblyIncompleteNumber(number2, metadata2) {
|
|
|
20489
20569
|
nationalNumber: number2
|
|
20490
20570
|
};
|
|
20491
20571
|
}
|
|
20492
|
-
function
|
|
20572
|
+
function _createForOfIteratorHelperLoose$1(r, e) {
|
|
20573
|
+
var t2 = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
20574
|
+
if (t2) return (t2 = t2.call(r)).next.bind(t2);
|
|
20575
|
+
if (Array.isArray(r) || (t2 = _unsupportedIterableToArray$2(r)) || e) {
|
|
20576
|
+
t2 && (r = t2);
|
|
20577
|
+
var o = 0;
|
|
20578
|
+
return function() {
|
|
20579
|
+
return o >= r.length ? { done: true } : { done: false, value: r[o++] };
|
|
20580
|
+
};
|
|
20581
|
+
}
|
|
20582
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
20583
|
+
}
|
|
20584
|
+
function _unsupportedIterableToArray$2(r, a) {
|
|
20585
|
+
if (r) {
|
|
20586
|
+
if ("string" == typeof r) return _arrayLikeToArray$2(r, a);
|
|
20587
|
+
var t2 = {}.toString.call(r).slice(8, -1);
|
|
20588
|
+
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;
|
|
20589
|
+
}
|
|
20590
|
+
}
|
|
20591
|
+
function _arrayLikeToArray$2(r, a) {
|
|
20592
|
+
(null == a || a > r.length) && (a = r.length);
|
|
20593
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
20594
|
+
return n;
|
|
20595
|
+
}
|
|
20596
|
+
function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
|
|
20597
|
+
var countries = _ref.countries, metadata2 = _ref.metadata;
|
|
20598
|
+
metadata2 = new Metadata(metadata2);
|
|
20599
|
+
for (var _iterator = _createForOfIteratorHelperLoose$1(countries), _step; !(_step = _iterator()).done; ) {
|
|
20600
|
+
var country = _step.value;
|
|
20601
|
+
metadata2.selectNumberingPlan(country);
|
|
20602
|
+
if (metadata2.leadingDigits()) {
|
|
20603
|
+
if (nationalPhoneNumber && nationalPhoneNumber.search(metadata2.leadingDigits()) === 0) {
|
|
20604
|
+
return country;
|
|
20605
|
+
}
|
|
20606
|
+
} else if (getNumberType({
|
|
20607
|
+
phone: nationalPhoneNumber,
|
|
20608
|
+
country
|
|
20609
|
+
}, void 0, metadata2.metadata)) {
|
|
20610
|
+
return country;
|
|
20611
|
+
}
|
|
20612
|
+
}
|
|
20613
|
+
}
|
|
20614
|
+
function getCountryByCallingCode(callingCode, _ref) {
|
|
20615
|
+
var nationalPhoneNumber = _ref.nationalNumber, metadata2 = _ref.metadata;
|
|
20616
|
+
var possibleCountries = metadata2.getCountryCodesForCallingCode(callingCode);
|
|
20617
|
+
if (!possibleCountries) {
|
|
20618
|
+
return;
|
|
20619
|
+
}
|
|
20620
|
+
if (possibleCountries.length === 1) {
|
|
20621
|
+
return possibleCountries[0];
|
|
20622
|
+
}
|
|
20623
|
+
return getCountryByNationalNumber(nationalPhoneNumber, {
|
|
20624
|
+
countries: possibleCountries,
|
|
20625
|
+
metadata: metadata2.metadata
|
|
20626
|
+
});
|
|
20627
|
+
}
|
|
20628
|
+
function extractNationalNumber(number2, country, metadata2) {
|
|
20493
20629
|
var _extractNationalNumbe = extractNationalNumberFromPossiblyIncompleteNumber(number2, metadata2), carrierCode = _extractNationalNumbe.carrierCode, nationalNumber = _extractNationalNumbe.nationalNumber;
|
|
20494
20630
|
if (nationalNumber !== number2) {
|
|
20495
20631
|
if (!shouldHaveExtractedNationalPrefix(number2, nationalNumber, metadata2)) {
|
|
@@ -20497,8 +20633,14 @@ function extractNationalNumber(number2, metadata2) {
|
|
|
20497
20633
|
nationalNumber: number2
|
|
20498
20634
|
};
|
|
20499
20635
|
}
|
|
20500
|
-
if (metadata2.possibleLengths()) {
|
|
20501
|
-
if (!
|
|
20636
|
+
if (metadata2.numberingPlan.possibleLengths()) {
|
|
20637
|
+
if (!country) {
|
|
20638
|
+
country = getCountryByCallingCode(metadata2.numberingPlan.callingCode(), {
|
|
20639
|
+
nationalNumber,
|
|
20640
|
+
metadata: metadata2
|
|
20641
|
+
});
|
|
20642
|
+
}
|
|
20643
|
+
if (!isPossibleIncompleteNationalNumber(nationalNumber, country, metadata2)) {
|
|
20502
20644
|
return {
|
|
20503
20645
|
nationalNumber: number2
|
|
20504
20646
|
};
|
|
@@ -20516,8 +20658,8 @@ function shouldHaveExtractedNationalPrefix(nationalNumberBefore, nationalNumberA
|
|
|
20516
20658
|
}
|
|
20517
20659
|
return true;
|
|
20518
20660
|
}
|
|
20519
|
-
function isPossibleIncompleteNationalNumber(nationalNumber, metadata2) {
|
|
20520
|
-
switch (checkNumberLength(nationalNumber, metadata2)) {
|
|
20661
|
+
function isPossibleIncompleteNationalNumber(nationalNumber, country, metadata2) {
|
|
20662
|
+
switch (checkNumberLength(nationalNumber, country, metadata2)) {
|
|
20521
20663
|
case "TOO_SHORT":
|
|
20522
20664
|
case "INVALID_LENGTH":
|
|
20523
20665
|
return false;
|
|
@@ -20525,15 +20667,15 @@ function isPossibleIncompleteNationalNumber(nationalNumber, metadata2) {
|
|
|
20525
20667
|
return true;
|
|
20526
20668
|
}
|
|
20527
20669
|
}
|
|
20528
|
-
function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country,
|
|
20529
|
-
var countryCallingCode =
|
|
20670
|
+
function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country, defaultCountry, defaultCallingCode, metadata2) {
|
|
20671
|
+
var countryCallingCode = defaultCountry ? getCountryCallingCode(defaultCountry, metadata2) : defaultCallingCode;
|
|
20530
20672
|
if (number2.indexOf(countryCallingCode) === 0) {
|
|
20531
20673
|
metadata2 = new Metadata(metadata2);
|
|
20532
|
-
metadata2.selectNumberingPlan(
|
|
20674
|
+
metadata2.selectNumberingPlan(defaultCountry, countryCallingCode);
|
|
20533
20675
|
var possibleShorterNumber = number2.slice(countryCallingCode.length);
|
|
20534
|
-
var _extractNationalNumbe = extractNationalNumber(possibleShorterNumber, metadata2), possibleShorterNationalNumber = _extractNationalNumbe.nationalNumber;
|
|
20535
|
-
var _extractNationalNumbe2 = extractNationalNumber(number2, metadata2), nationalNumber = _extractNationalNumbe2.nationalNumber;
|
|
20536
|
-
if (!matchesEntirely(nationalNumber, metadata2.nationalNumberPattern()) && matchesEntirely(possibleShorterNationalNumber, metadata2.nationalNumberPattern()) || checkNumberLength(nationalNumber, metadata2) === "TOO_LONG") {
|
|
20676
|
+
var _extractNationalNumbe = extractNationalNumber(possibleShorterNumber, country, metadata2), possibleShorterNationalNumber = _extractNationalNumbe.nationalNumber;
|
|
20677
|
+
var _extractNationalNumbe2 = extractNationalNumber(number2, country, metadata2), nationalNumber = _extractNationalNumbe2.nationalNumber;
|
|
20678
|
+
if (!matchesEntirely(nationalNumber, metadata2.nationalNumberPattern()) && matchesEntirely(possibleShorterNationalNumber, metadata2.nationalNumberPattern()) || checkNumberLength(nationalNumber, country, metadata2) === "TOO_LONG") {
|
|
20537
20679
|
return {
|
|
20538
20680
|
countryCallingCode,
|
|
20539
20681
|
number: possibleShorterNumber
|
|
@@ -20544,19 +20686,19 @@ function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2
|
|
|
20544
20686
|
number: number2
|
|
20545
20687
|
};
|
|
20546
20688
|
}
|
|
20547
|
-
function extractCountryCallingCode(number2, country,
|
|
20689
|
+
function extractCountryCallingCode(number2, country, defaultCountry, defaultCallingCode, metadata2) {
|
|
20548
20690
|
if (!number2) {
|
|
20549
20691
|
return {};
|
|
20550
20692
|
}
|
|
20551
20693
|
var isNumberWithIddPrefix;
|
|
20552
20694
|
if (number2[0] !== "+") {
|
|
20553
|
-
var numberWithoutIDD = stripIddPrefix(number2,
|
|
20695
|
+
var numberWithoutIDD = stripIddPrefix(number2, defaultCountry, defaultCallingCode, metadata2);
|
|
20554
20696
|
if (numberWithoutIDD && numberWithoutIDD !== number2) {
|
|
20555
20697
|
isNumberWithIddPrefix = true;
|
|
20556
20698
|
number2 = "+" + numberWithoutIDD;
|
|
20557
20699
|
} else {
|
|
20558
|
-
if (
|
|
20559
|
-
var _extractCountryCallin = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country,
|
|
20700
|
+
if (defaultCountry || defaultCallingCode) {
|
|
20701
|
+
var _extractCountryCallin = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country, defaultCountry, defaultCallingCode, metadata2), countryCallingCode = _extractCountryCallin.countryCallingCode, shorterNumber = _extractCountryCallin.number;
|
|
20560
20702
|
if (countryCallingCode) {
|
|
20561
20703
|
return {
|
|
20562
20704
|
countryCallingCodeSource: "FROM_NUMBER_WITHOUT_PLUS_SIGN",
|
|
@@ -20680,63 +20822,6 @@ function formatRFC3966(_ref) {
|
|
|
20680
20822
|
}
|
|
20681
20823
|
return "tel:".concat(number2).concat(ext ? ";ext=" + ext : "");
|
|
20682
20824
|
}
|
|
20683
|
-
function _createForOfIteratorHelperLoose$2(o, allowArrayLike) {
|
|
20684
|
-
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
20685
|
-
if (it) return (it = it.call(o)).next.bind(it);
|
|
20686
|
-
if (Array.isArray(o) || (it = _unsupportedIterableToArray$3(o)) || allowArrayLike) {
|
|
20687
|
-
if (it) o = it;
|
|
20688
|
-
var i = 0;
|
|
20689
|
-
return function() {
|
|
20690
|
-
if (i >= o.length) return { done: true };
|
|
20691
|
-
return { done: false, value: o[i++] };
|
|
20692
|
-
};
|
|
20693
|
-
}
|
|
20694
|
-
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
20695
|
-
}
|
|
20696
|
-
function _unsupportedIterableToArray$3(o, minLen) {
|
|
20697
|
-
if (!o) return;
|
|
20698
|
-
if (typeof o === "string") return _arrayLikeToArray$3(o, minLen);
|
|
20699
|
-
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
20700
|
-
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
20701
|
-
if (n === "Map" || n === "Set") return Array.from(o);
|
|
20702
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$3(o, minLen);
|
|
20703
|
-
}
|
|
20704
|
-
function _arrayLikeToArray$3(arr, len) {
|
|
20705
|
-
if (len == null || len > arr.length) len = arr.length;
|
|
20706
|
-
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
20707
|
-
arr2[i] = arr[i];
|
|
20708
|
-
}
|
|
20709
|
-
return arr2;
|
|
20710
|
-
}
|
|
20711
|
-
function ownKeys$6(object, enumerableOnly) {
|
|
20712
|
-
var keys = Object.keys(object);
|
|
20713
|
-
if (Object.getOwnPropertySymbols) {
|
|
20714
|
-
var symbols = Object.getOwnPropertySymbols(object);
|
|
20715
|
-
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
20716
|
-
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
20717
|
-
})), keys.push.apply(keys, symbols);
|
|
20718
|
-
}
|
|
20719
|
-
return keys;
|
|
20720
|
-
}
|
|
20721
|
-
function _objectSpread$6(target) {
|
|
20722
|
-
for (var i = 1; i < arguments.length; i++) {
|
|
20723
|
-
var source = null != arguments[i] ? arguments[i] : {};
|
|
20724
|
-
i % 2 ? ownKeys$6(Object(source), true).forEach(function(key) {
|
|
20725
|
-
_defineProperty$6(target, key, source[key]);
|
|
20726
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$6(Object(source)).forEach(function(key) {
|
|
20727
|
-
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
20728
|
-
});
|
|
20729
|
-
}
|
|
20730
|
-
return target;
|
|
20731
|
-
}
|
|
20732
|
-
function _defineProperty$6(obj, key, value) {
|
|
20733
|
-
if (key in obj) {
|
|
20734
|
-
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
20735
|
-
} else {
|
|
20736
|
-
obj[key] = value;
|
|
20737
|
-
}
|
|
20738
|
-
return obj;
|
|
20739
|
-
}
|
|
20740
20825
|
var DEFAULT_OPTIONS = {
|
|
20741
20826
|
formatExtension: function formatExtension(formattedNumber, extension, metadata2) {
|
|
20742
20827
|
return "".concat(formattedNumber).concat(metadata2.ext()).concat(extension);
|
|
@@ -20744,7 +20829,7 @@ var DEFAULT_OPTIONS = {
|
|
|
20744
20829
|
};
|
|
20745
20830
|
function formatNumber(input, format2, options, metadata2) {
|
|
20746
20831
|
if (options) {
|
|
20747
|
-
options =
|
|
20832
|
+
options = merge({}, DEFAULT_OPTIONS, options);
|
|
20748
20833
|
} else {
|
|
20749
20834
|
options = DEFAULT_OPTIONS;
|
|
20750
20835
|
}
|
|
@@ -20753,7 +20838,7 @@ function formatNumber(input, format2, options, metadata2) {
|
|
|
20753
20838
|
if (!metadata2.hasCountry(input.country)) {
|
|
20754
20839
|
throw new Error("Unknown country: ".concat(input.country));
|
|
20755
20840
|
}
|
|
20756
|
-
metadata2.
|
|
20841
|
+
metadata2.selectNumberingPlan(input.country);
|
|
20757
20842
|
} else if (input.countryCallingCode) {
|
|
20758
20843
|
metadata2.selectNumberingPlan(input.countryCallingCode);
|
|
20759
20844
|
} else return input.phone || "";
|
|
@@ -20801,19 +20886,16 @@ function formatNationalNumber(number2, carrierCode, formatAs, metadata2, options
|
|
|
20801
20886
|
withNationalPrefix: format2.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && options && options.nationalPrefix === false ? false : true
|
|
20802
20887
|
});
|
|
20803
20888
|
}
|
|
20804
|
-
function chooseFormatForNumber(availableFormats,
|
|
20805
|
-
|
|
20806
|
-
var format2 = _step.value;
|
|
20889
|
+
function chooseFormatForNumber(availableFormats, nationalNumber) {
|
|
20890
|
+
return pickFirstMatchingElement(availableFormats, function(format2) {
|
|
20807
20891
|
if (format2.leadingDigitsPatterns().length > 0) {
|
|
20808
20892
|
var lastLeadingDigitsPattern = format2.leadingDigitsPatterns()[format2.leadingDigitsPatterns().length - 1];
|
|
20809
|
-
if (
|
|
20810
|
-
|
|
20893
|
+
if (nationalNumber.search(lastLeadingDigitsPattern) !== 0) {
|
|
20894
|
+
return false;
|
|
20811
20895
|
}
|
|
20812
20896
|
}
|
|
20813
|
-
|
|
20814
|
-
|
|
20815
|
-
}
|
|
20816
|
-
}
|
|
20897
|
+
return matchesEntirely(nationalNumber, format2.pattern());
|
|
20898
|
+
});
|
|
20817
20899
|
}
|
|
20818
20900
|
function addExtension(formattedNumber, ext, metadata2, formatExtension2) {
|
|
20819
20901
|
return ext ? formatExtension2(formattedNumber, ext, metadata2) : formattedNumber;
|
|
@@ -20832,53 +20914,87 @@ function formatIDD(nationalNumber, carrierCode, countryCallingCode, fromCountry,
|
|
|
20832
20914
|
return "".concat(iddPrefix, " ").concat(countryCallingCode, " ").concat(formatNationalNumber(nationalNumber, null, "INTERNATIONAL", metadata2));
|
|
20833
20915
|
}
|
|
20834
20916
|
}
|
|
20835
|
-
function
|
|
20836
|
-
var
|
|
20837
|
-
|
|
20838
|
-
|
|
20839
|
-
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
20840
|
-
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
20841
|
-
})), keys.push.apply(keys, symbols);
|
|
20917
|
+
function merge() {
|
|
20918
|
+
var i = 1;
|
|
20919
|
+
for (var _len = arguments.length, objects = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
20920
|
+
objects[_key] = arguments[_key];
|
|
20842
20921
|
}
|
|
20843
|
-
|
|
20844
|
-
|
|
20845
|
-
|
|
20846
|
-
|
|
20847
|
-
|
|
20848
|
-
|
|
20849
|
-
|
|
20850
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$5(Object(source)).forEach(function(key) {
|
|
20851
|
-
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
20852
|
-
});
|
|
20922
|
+
while (i < objects.length) {
|
|
20923
|
+
if (objects[i]) {
|
|
20924
|
+
for (var key in objects[i]) {
|
|
20925
|
+
objects[0][key] = objects[i][key];
|
|
20926
|
+
}
|
|
20927
|
+
}
|
|
20928
|
+
i++;
|
|
20853
20929
|
}
|
|
20854
|
-
return
|
|
20930
|
+
return objects[0];
|
|
20855
20931
|
}
|
|
20856
|
-
function
|
|
20857
|
-
|
|
20858
|
-
|
|
20859
|
-
|
|
20860
|
-
|
|
20932
|
+
function pickFirstMatchingElement(elements, testFunction) {
|
|
20933
|
+
var i = 0;
|
|
20934
|
+
while (i < elements.length) {
|
|
20935
|
+
if (testFunction(elements[i])) {
|
|
20936
|
+
return elements[i];
|
|
20937
|
+
}
|
|
20938
|
+
i++;
|
|
20861
20939
|
}
|
|
20862
|
-
return obj;
|
|
20863
20940
|
}
|
|
20864
|
-
function
|
|
20865
|
-
|
|
20866
|
-
|
|
20941
|
+
function _typeof$6(o) {
|
|
20942
|
+
"@babel/helpers - typeof";
|
|
20943
|
+
return _typeof$6 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
20944
|
+
return typeof o2;
|
|
20945
|
+
} : function(o2) {
|
|
20946
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
20947
|
+
}, _typeof$6(o);
|
|
20948
|
+
}
|
|
20949
|
+
function ownKeys$5(e, r) {
|
|
20950
|
+
var t2 = Object.keys(e);
|
|
20951
|
+
if (Object.getOwnPropertySymbols) {
|
|
20952
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
20953
|
+
r && (o = o.filter(function(r2) {
|
|
20954
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
20955
|
+
})), t2.push.apply(t2, o);
|
|
20956
|
+
}
|
|
20957
|
+
return t2;
|
|
20958
|
+
}
|
|
20959
|
+
function _objectSpread$5(e) {
|
|
20960
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
20961
|
+
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
20962
|
+
r % 2 ? ownKeys$5(Object(t2), true).forEach(function(r2) {
|
|
20963
|
+
_defineProperty$5(e, r2, t2[r2]);
|
|
20964
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$5(Object(t2)).forEach(function(r2) {
|
|
20965
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
20966
|
+
});
|
|
20867
20967
|
}
|
|
20968
|
+
return e;
|
|
20969
|
+
}
|
|
20970
|
+
function _defineProperty$5(e, r, t2) {
|
|
20971
|
+
return (r = _toPropertyKey$5(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
20868
20972
|
}
|
|
20869
|
-
function
|
|
20870
|
-
|
|
20871
|
-
|
|
20872
|
-
|
|
20873
|
-
|
|
20874
|
-
|
|
20875
|
-
Object.defineProperty(
|
|
20973
|
+
function _classCallCheck$1(a, n) {
|
|
20974
|
+
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
20975
|
+
}
|
|
20976
|
+
function _defineProperties(e, r) {
|
|
20977
|
+
for (var t2 = 0; t2 < r.length; t2++) {
|
|
20978
|
+
var o = r[t2];
|
|
20979
|
+
o.enumerable = o.enumerable || false, o.configurable = true, "value" in o && (o.writable = true), Object.defineProperty(e, _toPropertyKey$5(o.key), o);
|
|
20876
20980
|
}
|
|
20877
20981
|
}
|
|
20878
|
-
function _createClass$1(
|
|
20879
|
-
|
|
20880
|
-
|
|
20881
|
-
|
|
20982
|
+
function _createClass$1(e, r, t2) {
|
|
20983
|
+
return r && _defineProperties(e.prototype, r), Object.defineProperty(e, "prototype", { writable: false }), e;
|
|
20984
|
+
}
|
|
20985
|
+
function _toPropertyKey$5(t2) {
|
|
20986
|
+
var i = _toPrimitive$5(t2, "string");
|
|
20987
|
+
return "symbol" == _typeof$6(i) ? i : i + "";
|
|
20988
|
+
}
|
|
20989
|
+
function _toPrimitive$5(t2, r) {
|
|
20990
|
+
if ("object" != _typeof$6(t2) || !t2) return t2;
|
|
20991
|
+
var e = t2[Symbol.toPrimitive];
|
|
20992
|
+
if (void 0 !== e) {
|
|
20993
|
+
var i = e.call(t2, r);
|
|
20994
|
+
if ("object" != _typeof$6(i)) return i;
|
|
20995
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
20996
|
+
}
|
|
20997
|
+
return String(t2);
|
|
20882
20998
|
}
|
|
20883
20999
|
var PhoneNumber = /* @__PURE__ */ function() {
|
|
20884
21000
|
function PhoneNumber2(countryOrCountryCallingCode, nationalNumber, metadata2) {
|
|
@@ -20889,22 +21005,20 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
20889
21005
|
if (typeof countryOrCountryCallingCode !== "string") {
|
|
20890
21006
|
throw new TypeError("First argument must be a string");
|
|
20891
21007
|
}
|
|
20892
|
-
if (
|
|
20893
|
-
|
|
20894
|
-
|
|
21008
|
+
if (countryOrCountryCallingCode[0] === "+" && !nationalNumber) {
|
|
21009
|
+
throw new TypeError("`metadata` argument not passed");
|
|
21010
|
+
}
|
|
21011
|
+
if (isObject(nationalNumber) && isObject(nationalNumber.countries)) {
|
|
21012
|
+
metadata2 = nationalNumber;
|
|
21013
|
+
var e164Number = countryOrCountryCallingCode;
|
|
21014
|
+
if (!E164_NUMBER_REGEXP.test(e164Number)) {
|
|
21015
|
+
throw new Error('Invalid `number` argument passed: must consist of a "+" followed by digits');
|
|
20895
21016
|
}
|
|
20896
|
-
|
|
20897
|
-
|
|
20898
|
-
|
|
20899
|
-
|
|
20900
|
-
|
|
20901
|
-
}
|
|
20902
|
-
var _extractCountryCallin = extractCountryCallingCode(e164Number, void 0, void 0, metadata2), _countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
20903
|
-
nationalNumber = number2;
|
|
20904
|
-
countryOrCountryCallingCode = _countryCallingCode;
|
|
20905
|
-
if (!nationalNumber) {
|
|
20906
|
-
throw new Error("Invalid `number` argument passed: too short");
|
|
20907
|
-
}
|
|
21017
|
+
var _extractCountryCallin = extractCountryCallingCode(e164Number, void 0, void 0, void 0, metadata2), _countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
21018
|
+
nationalNumber = number2;
|
|
21019
|
+
countryOrCountryCallingCode = _countryCallingCode;
|
|
21020
|
+
if (!nationalNumber) {
|
|
21021
|
+
throw new Error("Invalid `number` argument passed: too short");
|
|
20908
21022
|
}
|
|
20909
21023
|
}
|
|
20910
21024
|
if (!nationalNumber) {
|
|
@@ -20923,7 +21037,7 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
20923
21037
|
return metadata2;
|
|
20924
21038
|
};
|
|
20925
21039
|
}
|
|
20926
|
-
_createClass$1(PhoneNumber2, [{
|
|
21040
|
+
return _createClass$1(PhoneNumber2, [{
|
|
20927
21041
|
key: "setExt",
|
|
20928
21042
|
value: function setExt(ext) {
|
|
20929
21043
|
this.ext = ext;
|
|
@@ -21007,7 +21121,6 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
21007
21121
|
return this.format("RFC3966", options);
|
|
21008
21122
|
}
|
|
21009
21123
|
}]);
|
|
21010
|
-
return PhoneNumber2;
|
|
21011
21124
|
}();
|
|
21012
21125
|
var isCountryCode = function isCountryCode2(value) {
|
|
21013
21126
|
return /^[A-Z]{2}$/.test(value);
|
|
@@ -21029,131 +21142,95 @@ function getCountryAndCountryCallingCode(countryOrCountryCallingCode, metadataJs
|
|
|
21029
21142
|
};
|
|
21030
21143
|
}
|
|
21031
21144
|
var E164_NUMBER_REGEXP = /^\+\d+$/;
|
|
21032
|
-
function _typeof(
|
|
21145
|
+
function _typeof$5(o) {
|
|
21033
21146
|
"@babel/helpers - typeof";
|
|
21034
|
-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(
|
|
21035
|
-
return typeof
|
|
21036
|
-
} : function(
|
|
21037
|
-
return
|
|
21038
|
-
}, _typeof(
|
|
21039
|
-
}
|
|
21040
|
-
function _createClass(
|
|
21041
|
-
Object.defineProperty(
|
|
21042
|
-
|
|
21043
|
-
|
|
21044
|
-
|
|
21045
|
-
|
|
21046
|
-
|
|
21047
|
-
|
|
21048
|
-
}
|
|
21049
|
-
function
|
|
21050
|
-
if (
|
|
21051
|
-
|
|
21052
|
-
|
|
21053
|
-
|
|
21054
|
-
|
|
21055
|
-
if (
|
|
21056
|
-
|
|
21057
|
-
|
|
21058
|
-
|
|
21059
|
-
|
|
21060
|
-
|
|
21061
|
-
|
|
21062
|
-
|
|
21063
|
-
|
|
21064
|
-
|
|
21065
|
-
|
|
21066
|
-
|
|
21067
|
-
|
|
21068
|
-
|
|
21069
|
-
|
|
21070
|
-
function _possibleConstructorReturn(self2, call) {
|
|
21071
|
-
if (call && (_typeof(call) === "object" || typeof call === "function")) {
|
|
21072
|
-
return call;
|
|
21073
|
-
} else if (call !== void 0) {
|
|
21074
|
-
throw new TypeError("Derived constructors may only return object or undefined");
|
|
21075
|
-
}
|
|
21076
|
-
return _assertThisInitialized(self2);
|
|
21077
|
-
}
|
|
21078
|
-
function _assertThisInitialized(self2) {
|
|
21079
|
-
if (self2 === void 0) {
|
|
21080
|
-
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
21081
|
-
}
|
|
21082
|
-
return self2;
|
|
21083
|
-
}
|
|
21084
|
-
function _wrapNativeSuper(Class) {
|
|
21085
|
-
var _cache = typeof Map === "function" ? /* @__PURE__ */ new Map() : void 0;
|
|
21086
|
-
_wrapNativeSuper = function _wrapNativeSuper2(Class2) {
|
|
21087
|
-
if (Class2 === null || !_isNativeFunction(Class2)) return Class2;
|
|
21088
|
-
if (typeof Class2 !== "function") {
|
|
21089
|
-
throw new TypeError("Super expression must either be null or a function");
|
|
21090
|
-
}
|
|
21091
|
-
if (typeof _cache !== "undefined") {
|
|
21092
|
-
if (_cache.has(Class2)) return _cache.get(Class2);
|
|
21093
|
-
_cache.set(Class2, Wrapper);
|
|
21147
|
+
return _typeof$5 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
21148
|
+
return typeof o2;
|
|
21149
|
+
} : function(o2) {
|
|
21150
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
21151
|
+
}, _typeof$5(o);
|
|
21152
|
+
}
|
|
21153
|
+
function _createClass(e, r, t2) {
|
|
21154
|
+
return Object.defineProperty(e, "prototype", { writable: false }), e;
|
|
21155
|
+
}
|
|
21156
|
+
function _classCallCheck(a, n) {
|
|
21157
|
+
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
21158
|
+
}
|
|
21159
|
+
function _callSuper(t2, o, e) {
|
|
21160
|
+
return o = _getPrototypeOf(o), _possibleConstructorReturn(t2, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t2).constructor) : o.apply(t2, e));
|
|
21161
|
+
}
|
|
21162
|
+
function _possibleConstructorReturn(t2, e) {
|
|
21163
|
+
if (e && ("object" == _typeof$5(e) || "function" == typeof e)) return e;
|
|
21164
|
+
if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined");
|
|
21165
|
+
return _assertThisInitialized(t2);
|
|
21166
|
+
}
|
|
21167
|
+
function _assertThisInitialized(e) {
|
|
21168
|
+
if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
21169
|
+
return e;
|
|
21170
|
+
}
|
|
21171
|
+
function _inherits(t2, e) {
|
|
21172
|
+
if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function");
|
|
21173
|
+
t2.prototype = Object.create(e && e.prototype, { constructor: { value: t2, writable: true, configurable: true } }), Object.defineProperty(t2, "prototype", { writable: false }), e && _setPrototypeOf(t2, e);
|
|
21174
|
+
}
|
|
21175
|
+
function _wrapNativeSuper(t2) {
|
|
21176
|
+
var r = "function" == typeof Map ? /* @__PURE__ */ new Map() : void 0;
|
|
21177
|
+
return _wrapNativeSuper = function _wrapNativeSuper2(t3) {
|
|
21178
|
+
if (null === t3 || !_isNativeFunction(t3)) return t3;
|
|
21179
|
+
if ("function" != typeof t3) throw new TypeError("Super expression must either be null or a function");
|
|
21180
|
+
if (void 0 !== r) {
|
|
21181
|
+
if (r.has(t3)) return r.get(t3);
|
|
21182
|
+
r.set(t3, Wrapper);
|
|
21094
21183
|
}
|
|
21095
21184
|
function Wrapper() {
|
|
21096
|
-
return _construct(
|
|
21185
|
+
return _construct(t3, arguments, _getPrototypeOf(this).constructor);
|
|
21097
21186
|
}
|
|
21098
|
-
Wrapper.prototype = Object.create(
|
|
21099
|
-
|
|
21100
|
-
};
|
|
21101
|
-
return _wrapNativeSuper(Class);
|
|
21187
|
+
return Wrapper.prototype = Object.create(t3.prototype, { constructor: { value: Wrapper, enumerable: false, writable: true, configurable: true } }), _setPrototypeOf(Wrapper, t3);
|
|
21188
|
+
}, _wrapNativeSuper(t2);
|
|
21102
21189
|
}
|
|
21103
|
-
function _construct(
|
|
21104
|
-
if (_isNativeReflectConstruct())
|
|
21105
|
-
|
|
21106
|
-
|
|
21107
|
-
|
|
21108
|
-
|
|
21109
|
-
a.push.apply(a, args2);
|
|
21110
|
-
var Constructor = Function.bind.apply(Parent2, a);
|
|
21111
|
-
var instance = new Constructor();
|
|
21112
|
-
if (Class2) _setPrototypeOf(instance, Class2.prototype);
|
|
21113
|
-
return instance;
|
|
21114
|
-
};
|
|
21115
|
-
}
|
|
21116
|
-
return _construct.apply(null, arguments);
|
|
21190
|
+
function _construct(t2, e, r) {
|
|
21191
|
+
if (_isNativeReflectConstruct()) return Reflect.construct.apply(null, arguments);
|
|
21192
|
+
var o = [null];
|
|
21193
|
+
o.push.apply(o, e);
|
|
21194
|
+
var p = new (t2.bind.apply(t2, o))();
|
|
21195
|
+
return r && _setPrototypeOf(p, r.prototype), p;
|
|
21117
21196
|
}
|
|
21118
21197
|
function _isNativeReflectConstruct() {
|
|
21119
|
-
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
|
|
21120
|
-
if (Reflect.construct.sham) return false;
|
|
21121
|
-
if (typeof Proxy === "function") return true;
|
|
21122
21198
|
try {
|
|
21123
|
-
Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
|
|
21199
|
+
var t2 = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
|
|
21124
21200
|
}));
|
|
21125
|
-
|
|
21126
|
-
} catch (e) {
|
|
21127
|
-
return false;
|
|
21201
|
+
} catch (t3) {
|
|
21128
21202
|
}
|
|
21203
|
+
return (_isNativeReflectConstruct = function _isNativeReflectConstruct2() {
|
|
21204
|
+
return !!t2;
|
|
21205
|
+
})();
|
|
21129
21206
|
}
|
|
21130
|
-
function _isNativeFunction(
|
|
21131
|
-
|
|
21207
|
+
function _isNativeFunction(t2) {
|
|
21208
|
+
try {
|
|
21209
|
+
return -1 !== Function.toString.call(t2).indexOf("[native code]");
|
|
21210
|
+
} catch (n) {
|
|
21211
|
+
return "function" == typeof t2;
|
|
21212
|
+
}
|
|
21132
21213
|
}
|
|
21133
|
-
function _setPrototypeOf(
|
|
21134
|
-
_setPrototypeOf = Object.setPrototypeOf
|
|
21135
|
-
|
|
21136
|
-
|
|
21137
|
-
};
|
|
21138
|
-
return _setPrototypeOf(o, p);
|
|
21214
|
+
function _setPrototypeOf(t2, e) {
|
|
21215
|
+
return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(t3, e2) {
|
|
21216
|
+
return t3.__proto__ = e2, t3;
|
|
21217
|
+
}, _setPrototypeOf(t2, e);
|
|
21139
21218
|
}
|
|
21140
|
-
function _getPrototypeOf(
|
|
21141
|
-
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function
|
|
21142
|
-
return
|
|
21143
|
-
};
|
|
21144
|
-
return _getPrototypeOf(o);
|
|
21219
|
+
function _getPrototypeOf(t2) {
|
|
21220
|
+
return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function(t3) {
|
|
21221
|
+
return t3.__proto__ || Object.getPrototypeOf(t3);
|
|
21222
|
+
}, _getPrototypeOf(t2);
|
|
21145
21223
|
}
|
|
21146
21224
|
var ParseError = /* @__PURE__ */ function(_Error) {
|
|
21147
|
-
_inherits(ParseError2, _Error);
|
|
21148
|
-
var _super = _createSuper(ParseError2);
|
|
21149
21225
|
function ParseError2(code2) {
|
|
21150
21226
|
var _this;
|
|
21151
21227
|
_classCallCheck(this, ParseError2);
|
|
21152
|
-
_this =
|
|
21153
|
-
Object.setPrototypeOf(
|
|
21228
|
+
_this = _callSuper(this, ParseError2, [code2]);
|
|
21229
|
+
Object.setPrototypeOf(_this, ParseError2.prototype);
|
|
21154
21230
|
_this.name = _this.constructor.name;
|
|
21155
21231
|
return _this;
|
|
21156
21232
|
}
|
|
21233
|
+
_inherits(ParseError2, _Error);
|
|
21157
21234
|
return _createClass(ParseError2);
|
|
21158
21235
|
}(/* @__PURE__ */ _wrapNativeSuper(Error));
|
|
21159
21236
|
var EXTN_PATTERN = new RegExp("(?:" + createExtensionPattern() + ")$", "i");
|
|
@@ -21250,43 +21327,39 @@ var DIGITS = {
|
|
|
21250
21327
|
function parseDigit(character) {
|
|
21251
21328
|
return DIGITS[character];
|
|
21252
21329
|
}
|
|
21253
|
-
function _createForOfIteratorHelperLoose
|
|
21254
|
-
var
|
|
21255
|
-
if (
|
|
21256
|
-
if (Array.isArray(
|
|
21257
|
-
|
|
21258
|
-
var
|
|
21330
|
+
function _createForOfIteratorHelperLoose(r, e) {
|
|
21331
|
+
var t2 = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
21332
|
+
if (t2) return (t2 = t2.call(r)).next.bind(t2);
|
|
21333
|
+
if (Array.isArray(r) || (t2 = _unsupportedIterableToArray$1(r)) || e) {
|
|
21334
|
+
t2 && (r = t2);
|
|
21335
|
+
var o = 0;
|
|
21259
21336
|
return function() {
|
|
21260
|
-
|
|
21261
|
-
return { done: false, value: o[i++] };
|
|
21337
|
+
return o >= r.length ? { done: true } : { done: false, value: r[o++] };
|
|
21262
21338
|
};
|
|
21263
21339
|
}
|
|
21264
21340
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
21265
21341
|
}
|
|
21266
|
-
function _unsupportedIterableToArray$
|
|
21267
|
-
if (
|
|
21268
|
-
|
|
21269
|
-
|
|
21270
|
-
|
|
21271
|
-
if (n === "Map" || n === "Set") return Array.from(o);
|
|
21272
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$2(o, minLen);
|
|
21273
|
-
}
|
|
21274
|
-
function _arrayLikeToArray$2(arr, len) {
|
|
21275
|
-
if (len == null || len > arr.length) len = arr.length;
|
|
21276
|
-
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
21277
|
-
arr2[i] = arr[i];
|
|
21342
|
+
function _unsupportedIterableToArray$1(r, a) {
|
|
21343
|
+
if (r) {
|
|
21344
|
+
if ("string" == typeof r) return _arrayLikeToArray$1(r, a);
|
|
21345
|
+
var t2 = {}.toString.call(r).slice(8, -1);
|
|
21346
|
+
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$1(r, a) : void 0;
|
|
21278
21347
|
}
|
|
21279
|
-
|
|
21348
|
+
}
|
|
21349
|
+
function _arrayLikeToArray$1(r, a) {
|
|
21350
|
+
(null == a || a > r.length) && (a = r.length);
|
|
21351
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
21352
|
+
return n;
|
|
21280
21353
|
}
|
|
21281
21354
|
function parseIncompletePhoneNumber(string) {
|
|
21282
21355
|
var result2 = "";
|
|
21283
|
-
for (var _iterator = _createForOfIteratorHelperLoose
|
|
21356
|
+
for (var _iterator = _createForOfIteratorHelperLoose(string.split("")), _step; !(_step = _iterator()).done; ) {
|
|
21284
21357
|
var character = _step.value;
|
|
21285
21358
|
result2 += parsePhoneNumberCharacter(character, result2) || "";
|
|
21286
21359
|
}
|
|
21287
21360
|
return result2;
|
|
21288
21361
|
}
|
|
21289
|
-
function parsePhoneNumberCharacter(character, prevParsedCharacters,
|
|
21362
|
+
function parsePhoneNumberCharacter(character, prevParsedCharacters, eventListener) {
|
|
21290
21363
|
if (character === "+") {
|
|
21291
21364
|
if (prevParsedCharacters) {
|
|
21292
21365
|
return;
|
|
@@ -21295,66 +21368,6 @@ function parsePhoneNumberCharacter(character, prevParsedCharacters, emitEvent2)
|
|
|
21295
21368
|
}
|
|
21296
21369
|
return parseDigit(character);
|
|
21297
21370
|
}
|
|
21298
|
-
function _createForOfIteratorHelperLoose(o, allowArrayLike) {
|
|
21299
|
-
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
21300
|
-
if (it) return (it = it.call(o)).next.bind(it);
|
|
21301
|
-
if (Array.isArray(o) || (it = _unsupportedIterableToArray$1(o)) || allowArrayLike) {
|
|
21302
|
-
if (it) o = it;
|
|
21303
|
-
var i = 0;
|
|
21304
|
-
return function() {
|
|
21305
|
-
if (i >= o.length) return { done: true };
|
|
21306
|
-
return { done: false, value: o[i++] };
|
|
21307
|
-
};
|
|
21308
|
-
}
|
|
21309
|
-
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
21310
|
-
}
|
|
21311
|
-
function _unsupportedIterableToArray$1(o, minLen) {
|
|
21312
|
-
if (!o) return;
|
|
21313
|
-
if (typeof o === "string") return _arrayLikeToArray$1(o, minLen);
|
|
21314
|
-
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
21315
|
-
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
21316
|
-
if (n === "Map" || n === "Set") return Array.from(o);
|
|
21317
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$1(o, minLen);
|
|
21318
|
-
}
|
|
21319
|
-
function _arrayLikeToArray$1(arr, len) {
|
|
21320
|
-
if (len == null || len > arr.length) len = arr.length;
|
|
21321
|
-
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
21322
|
-
arr2[i] = arr[i];
|
|
21323
|
-
}
|
|
21324
|
-
return arr2;
|
|
21325
|
-
}
|
|
21326
|
-
function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
|
|
21327
|
-
var countries = _ref.countries, metadata2 = _ref.metadata;
|
|
21328
|
-
metadata2 = new Metadata(metadata2);
|
|
21329
|
-
for (var _iterator = _createForOfIteratorHelperLoose(countries), _step; !(_step = _iterator()).done; ) {
|
|
21330
|
-
var country = _step.value;
|
|
21331
|
-
metadata2.country(country);
|
|
21332
|
-
if (metadata2.leadingDigits()) {
|
|
21333
|
-
if (nationalPhoneNumber && nationalPhoneNumber.search(metadata2.leadingDigits()) === 0) {
|
|
21334
|
-
return country;
|
|
21335
|
-
}
|
|
21336
|
-
} else if (getNumberType({
|
|
21337
|
-
phone: nationalPhoneNumber,
|
|
21338
|
-
country
|
|
21339
|
-
}, void 0, metadata2.metadata)) {
|
|
21340
|
-
return country;
|
|
21341
|
-
}
|
|
21342
|
-
}
|
|
21343
|
-
}
|
|
21344
|
-
function getCountryByCallingCode(callingCode, _ref) {
|
|
21345
|
-
var nationalPhoneNumber = _ref.nationalNumber, metadata2 = _ref.metadata;
|
|
21346
|
-
var possibleCountries = metadata2.getCountryCodesForCallingCode(callingCode);
|
|
21347
|
-
if (!possibleCountries) {
|
|
21348
|
-
return;
|
|
21349
|
-
}
|
|
21350
|
-
if (possibleCountries.length === 1) {
|
|
21351
|
-
return possibleCountries[0];
|
|
21352
|
-
}
|
|
21353
|
-
return getCountryByNationalNumber(nationalPhoneNumber, {
|
|
21354
|
-
countries: possibleCountries,
|
|
21355
|
-
metadata: metadata2.metadata
|
|
21356
|
-
});
|
|
21357
|
-
}
|
|
21358
21371
|
var PLUS_SIGN = "+";
|
|
21359
21372
|
var RFC3966_VISUAL_SEPARATOR_ = "[\\-\\.\\(\\)]?";
|
|
21360
21373
|
var RFC3966_PHONE_DIGIT_ = "([" + VALID_DIGITS + "]|" + RFC3966_VISUAL_SEPARATOR_ + ")";
|
|
@@ -21490,7 +21503,7 @@ function parse(text2, options, metadata2) {
|
|
|
21490
21503
|
countryCallingCode,
|
|
21491
21504
|
carrierCode,
|
|
21492
21505
|
valid,
|
|
21493
|
-
possible: valid ? true : options.extended === true && metadata2.possibleLengths() && isPossibleNumber(nationalNumber, metadata2) ? true : false,
|
|
21506
|
+
possible: valid ? true : options.extended === true && metadata2.possibleLengths() && isPossibleNumber(nationalNumber, country, metadata2) ? true : false,
|
|
21494
21507
|
phone: nationalNumber,
|
|
21495
21508
|
ext
|
|
21496
21509
|
};
|
|
@@ -21550,7 +21563,7 @@ function result(country, nationalNumber, ext) {
|
|
|
21550
21563
|
return result2;
|
|
21551
21564
|
}
|
|
21552
21565
|
function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCallingCode, metadata2) {
|
|
21553
|
-
var _extractCountryCallin = extractCountryCallingCode(parseIncompletePhoneNumber(formattedPhoneNumber), defaultCountry, defaultCallingCode, metadata2.metadata), countryCallingCodeSource = _extractCountryCallin.countryCallingCodeSource, countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
21566
|
+
var _extractCountryCallin = extractCountryCallingCode(parseIncompletePhoneNumber(formattedPhoneNumber), void 0, defaultCountry, defaultCallingCode, metadata2.metadata), countryCallingCodeSource = _extractCountryCallin.countryCallingCodeSource, countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
21554
21567
|
var country;
|
|
21555
21568
|
if (countryCallingCode) {
|
|
21556
21569
|
metadata2.selectNumberingPlan(countryCallingCode);
|
|
@@ -21567,7 +21580,7 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
21567
21580
|
countryCallingCode
|
|
21568
21581
|
};
|
|
21569
21582
|
}
|
|
21570
|
-
var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number2), metadata2), nationalNumber = _extractNationalNumbe.nationalNumber, carrierCode = _extractNationalNumbe.carrierCode;
|
|
21583
|
+
var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number2), country, metadata2), nationalNumber = _extractNationalNumbe.nationalNumber, carrierCode = _extractNationalNumbe.carrierCode;
|
|
21571
21584
|
var exactCountry = getCountryByCallingCode(countryCallingCode, {
|
|
21572
21585
|
nationalNumber,
|
|
21573
21586
|
metadata: metadata2
|
|
@@ -21576,7 +21589,7 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
21576
21589
|
country = exactCountry;
|
|
21577
21590
|
if (exactCountry === "001") ;
|
|
21578
21591
|
else {
|
|
21579
|
-
metadata2.
|
|
21592
|
+
metadata2.selectNumberingPlan(country);
|
|
21580
21593
|
}
|
|
21581
21594
|
}
|
|
21582
21595
|
return {
|
|
@@ -21587,116 +21600,142 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
21587
21600
|
carrierCode
|
|
21588
21601
|
};
|
|
21589
21602
|
}
|
|
21590
|
-
function
|
|
21591
|
-
|
|
21603
|
+
function _typeof$4(o) {
|
|
21604
|
+
"@babel/helpers - typeof";
|
|
21605
|
+
return _typeof$4 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
21606
|
+
return typeof o2;
|
|
21607
|
+
} : function(o2) {
|
|
21608
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
21609
|
+
}, _typeof$4(o);
|
|
21610
|
+
}
|
|
21611
|
+
function ownKeys$4(e, r) {
|
|
21612
|
+
var t2 = Object.keys(e);
|
|
21592
21613
|
if (Object.getOwnPropertySymbols) {
|
|
21593
|
-
var
|
|
21594
|
-
|
|
21595
|
-
return Object.getOwnPropertyDescriptor(
|
|
21596
|
-
})),
|
|
21597
|
-
}
|
|
21598
|
-
return
|
|
21599
|
-
}
|
|
21600
|
-
function _objectSpread$4(
|
|
21601
|
-
for (var
|
|
21602
|
-
var
|
|
21603
|
-
|
|
21604
|
-
_defineProperty$4(
|
|
21605
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
21606
|
-
Object.defineProperty(
|
|
21614
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
21615
|
+
r && (o = o.filter(function(r2) {
|
|
21616
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
21617
|
+
})), t2.push.apply(t2, o);
|
|
21618
|
+
}
|
|
21619
|
+
return t2;
|
|
21620
|
+
}
|
|
21621
|
+
function _objectSpread$4(e) {
|
|
21622
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
21623
|
+
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
21624
|
+
r % 2 ? ownKeys$4(Object(t2), true).forEach(function(r2) {
|
|
21625
|
+
_defineProperty$4(e, r2, t2[r2]);
|
|
21626
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$4(Object(t2)).forEach(function(r2) {
|
|
21627
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
21607
21628
|
});
|
|
21608
21629
|
}
|
|
21609
|
-
return
|
|
21630
|
+
return e;
|
|
21610
21631
|
}
|
|
21611
|
-
function _defineProperty$4(
|
|
21612
|
-
|
|
21613
|
-
|
|
21614
|
-
|
|
21615
|
-
|
|
21632
|
+
function _defineProperty$4(e, r, t2) {
|
|
21633
|
+
return (r = _toPropertyKey$4(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
21634
|
+
}
|
|
21635
|
+
function _toPropertyKey$4(t2) {
|
|
21636
|
+
var i = _toPrimitive$4(t2, "string");
|
|
21637
|
+
return "symbol" == _typeof$4(i) ? i : i + "";
|
|
21638
|
+
}
|
|
21639
|
+
function _toPrimitive$4(t2, r) {
|
|
21640
|
+
if ("object" != _typeof$4(t2) || !t2) return t2;
|
|
21641
|
+
var e = t2[Symbol.toPrimitive];
|
|
21642
|
+
if (void 0 !== e) {
|
|
21643
|
+
var i = e.call(t2, r);
|
|
21644
|
+
if ("object" != _typeof$4(i)) return i;
|
|
21645
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
21616
21646
|
}
|
|
21617
|
-
return
|
|
21647
|
+
return ("string" === r ? String : Number)(t2);
|
|
21618
21648
|
}
|
|
21619
21649
|
function parsePhoneNumberWithError(text2, options, metadata2) {
|
|
21620
21650
|
return parse(text2, _objectSpread$4(_objectSpread$4({}, options), {}, {
|
|
21621
21651
|
v2: true
|
|
21622
21652
|
}), metadata2);
|
|
21623
21653
|
}
|
|
21624
|
-
function
|
|
21625
|
-
|
|
21654
|
+
function _typeof$3(o) {
|
|
21655
|
+
"@babel/helpers - typeof";
|
|
21656
|
+
return _typeof$3 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
21657
|
+
return typeof o2;
|
|
21658
|
+
} : function(o2) {
|
|
21659
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
21660
|
+
}, _typeof$3(o);
|
|
21661
|
+
}
|
|
21662
|
+
function ownKeys$3(e, r) {
|
|
21663
|
+
var t2 = Object.keys(e);
|
|
21626
21664
|
if (Object.getOwnPropertySymbols) {
|
|
21627
|
-
var
|
|
21628
|
-
|
|
21629
|
-
return Object.getOwnPropertyDescriptor(
|
|
21630
|
-
})),
|
|
21631
|
-
}
|
|
21632
|
-
return
|
|
21633
|
-
}
|
|
21634
|
-
function _objectSpread$3(
|
|
21635
|
-
for (var
|
|
21636
|
-
var
|
|
21637
|
-
|
|
21638
|
-
_defineProperty$3(
|
|
21639
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
21640
|
-
Object.defineProperty(
|
|
21665
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
21666
|
+
r && (o = o.filter(function(r2) {
|
|
21667
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
21668
|
+
})), t2.push.apply(t2, o);
|
|
21669
|
+
}
|
|
21670
|
+
return t2;
|
|
21671
|
+
}
|
|
21672
|
+
function _objectSpread$3(e) {
|
|
21673
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
21674
|
+
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
21675
|
+
r % 2 ? ownKeys$3(Object(t2), true).forEach(function(r2) {
|
|
21676
|
+
_defineProperty$3(e, r2, t2[r2]);
|
|
21677
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$3(Object(t2)).forEach(function(r2) {
|
|
21678
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
21641
21679
|
});
|
|
21642
21680
|
}
|
|
21643
|
-
return
|
|
21681
|
+
return e;
|
|
21644
21682
|
}
|
|
21645
|
-
function _defineProperty$3(
|
|
21646
|
-
|
|
21647
|
-
|
|
21648
|
-
|
|
21649
|
-
|
|
21683
|
+
function _defineProperty$3(e, r, t2) {
|
|
21684
|
+
return (r = _toPropertyKey$3(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
21685
|
+
}
|
|
21686
|
+
function _toPropertyKey$3(t2) {
|
|
21687
|
+
var i = _toPrimitive$3(t2, "string");
|
|
21688
|
+
return "symbol" == _typeof$3(i) ? i : i + "";
|
|
21689
|
+
}
|
|
21690
|
+
function _toPrimitive$3(t2, r) {
|
|
21691
|
+
if ("object" != _typeof$3(t2) || !t2) return t2;
|
|
21692
|
+
var e = t2[Symbol.toPrimitive];
|
|
21693
|
+
if (void 0 !== e) {
|
|
21694
|
+
var i = e.call(t2, r);
|
|
21695
|
+
if ("object" != _typeof$3(i)) return i;
|
|
21696
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
21650
21697
|
}
|
|
21651
|
-
return
|
|
21698
|
+
return ("string" === r ? String : Number)(t2);
|
|
21652
21699
|
}
|
|
21653
|
-
function _slicedToArray(
|
|
21654
|
-
return _arrayWithHoles(
|
|
21700
|
+
function _slicedToArray(r, e) {
|
|
21701
|
+
return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();
|
|
21655
21702
|
}
|
|
21656
21703
|
function _nonIterableRest() {
|
|
21657
21704
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
21658
21705
|
}
|
|
21659
|
-
function _unsupportedIterableToArray(
|
|
21660
|
-
if (
|
|
21661
|
-
|
|
21662
|
-
|
|
21663
|
-
|
|
21664
|
-
|
|
21665
|
-
|
|
21666
|
-
|
|
21667
|
-
|
|
21668
|
-
|
|
21669
|
-
|
|
21670
|
-
|
|
21671
|
-
|
|
21672
|
-
|
|
21673
|
-
|
|
21674
|
-
|
|
21675
|
-
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
21676
|
-
if (_i == null) return;
|
|
21677
|
-
var _arr = [];
|
|
21678
|
-
var _n = true;
|
|
21679
|
-
var _d = false;
|
|
21680
|
-
var _s, _e;
|
|
21681
|
-
try {
|
|
21682
|
-
for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
|
|
21683
|
-
_arr.push(_s.value);
|
|
21684
|
-
if (i && _arr.length === i) break;
|
|
21685
|
-
}
|
|
21686
|
-
} catch (err) {
|
|
21687
|
-
_d = true;
|
|
21688
|
-
_e = err;
|
|
21689
|
-
} finally {
|
|
21706
|
+
function _unsupportedIterableToArray(r, a) {
|
|
21707
|
+
if (r) {
|
|
21708
|
+
if ("string" == typeof r) return _arrayLikeToArray(r, a);
|
|
21709
|
+
var t2 = {}.toString.call(r).slice(8, -1);
|
|
21710
|
+
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(r, a) : void 0;
|
|
21711
|
+
}
|
|
21712
|
+
}
|
|
21713
|
+
function _arrayLikeToArray(r, a) {
|
|
21714
|
+
(null == a || a > r.length) && (a = r.length);
|
|
21715
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
21716
|
+
return n;
|
|
21717
|
+
}
|
|
21718
|
+
function _iterableToArrayLimit(r, l) {
|
|
21719
|
+
var t2 = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
21720
|
+
if (null != t2) {
|
|
21721
|
+
var e, n, i, u, a = [], f = true, o = false;
|
|
21690
21722
|
try {
|
|
21691
|
-
if (
|
|
21723
|
+
if (i = (t2 = t2.call(r)).next, 0 === l) ;
|
|
21724
|
+
else for (; !(f = (e = i.call(t2)).done) && (a.push(e.value), a.length !== l); f = true) ;
|
|
21725
|
+
} catch (r2) {
|
|
21726
|
+
o = true, n = r2;
|
|
21692
21727
|
} finally {
|
|
21693
|
-
|
|
21728
|
+
try {
|
|
21729
|
+
if (!f && null != t2["return"] && (u = t2["return"](), Object(u) !== u)) return;
|
|
21730
|
+
} finally {
|
|
21731
|
+
if (o) throw n;
|
|
21732
|
+
}
|
|
21694
21733
|
}
|
|
21734
|
+
return a;
|
|
21695
21735
|
}
|
|
21696
|
-
return _arr;
|
|
21697
21736
|
}
|
|
21698
|
-
function _arrayWithHoles(
|
|
21699
|
-
if (Array.isArray(
|
|
21737
|
+
function _arrayWithHoles(r) {
|
|
21738
|
+
if (Array.isArray(r)) return r;
|
|
21700
21739
|
}
|
|
21701
21740
|
function normalizeArguments(args) {
|
|
21702
21741
|
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];
|
|
@@ -21733,34 +21772,51 @@ function normalizeArguments(args) {
|
|
|
21733
21772
|
metadata: metadata2
|
|
21734
21773
|
};
|
|
21735
21774
|
}
|
|
21736
|
-
function
|
|
21737
|
-
|
|
21775
|
+
function _typeof$2(o) {
|
|
21776
|
+
"@babel/helpers - typeof";
|
|
21777
|
+
return _typeof$2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
21778
|
+
return typeof o2;
|
|
21779
|
+
} : function(o2) {
|
|
21780
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
21781
|
+
}, _typeof$2(o);
|
|
21782
|
+
}
|
|
21783
|
+
function ownKeys$2(e, r) {
|
|
21784
|
+
var t2 = Object.keys(e);
|
|
21738
21785
|
if (Object.getOwnPropertySymbols) {
|
|
21739
|
-
var
|
|
21740
|
-
|
|
21741
|
-
return Object.getOwnPropertyDescriptor(
|
|
21742
|
-
})),
|
|
21743
|
-
}
|
|
21744
|
-
return
|
|
21745
|
-
}
|
|
21746
|
-
function _objectSpread$2(
|
|
21747
|
-
for (var
|
|
21748
|
-
var
|
|
21749
|
-
|
|
21750
|
-
_defineProperty$2(
|
|
21751
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
21752
|
-
Object.defineProperty(
|
|
21786
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
21787
|
+
r && (o = o.filter(function(r2) {
|
|
21788
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
21789
|
+
})), t2.push.apply(t2, o);
|
|
21790
|
+
}
|
|
21791
|
+
return t2;
|
|
21792
|
+
}
|
|
21793
|
+
function _objectSpread$2(e) {
|
|
21794
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
21795
|
+
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
21796
|
+
r % 2 ? ownKeys$2(Object(t2), true).forEach(function(r2) {
|
|
21797
|
+
_defineProperty$2(e, r2, t2[r2]);
|
|
21798
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$2(Object(t2)).forEach(function(r2) {
|
|
21799
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
21753
21800
|
});
|
|
21754
21801
|
}
|
|
21755
|
-
return
|
|
21802
|
+
return e;
|
|
21756
21803
|
}
|
|
21757
|
-
function _defineProperty$2(
|
|
21758
|
-
|
|
21759
|
-
|
|
21760
|
-
|
|
21761
|
-
|
|
21804
|
+
function _defineProperty$2(e, r, t2) {
|
|
21805
|
+
return (r = _toPropertyKey$2(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
21806
|
+
}
|
|
21807
|
+
function _toPropertyKey$2(t2) {
|
|
21808
|
+
var i = _toPrimitive$2(t2, "string");
|
|
21809
|
+
return "symbol" == _typeof$2(i) ? i : i + "";
|
|
21810
|
+
}
|
|
21811
|
+
function _toPrimitive$2(t2, r) {
|
|
21812
|
+
if ("object" != _typeof$2(t2) || !t2) return t2;
|
|
21813
|
+
var e = t2[Symbol.toPrimitive];
|
|
21814
|
+
if (void 0 !== e) {
|
|
21815
|
+
var i = e.call(t2, r);
|
|
21816
|
+
if ("object" != _typeof$2(i)) return i;
|
|
21817
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
21762
21818
|
}
|
|
21763
|
-
return
|
|
21819
|
+
return ("string" === r ? String : Number)(t2);
|
|
21764
21820
|
}
|
|
21765
21821
|
function parsePhoneNumber(text2, options, metadata2) {
|
|
21766
21822
|
if (options && options.defaultCountry && !isSupportedCountry(options.defaultCountry, metadata2)) {
|
|
@@ -21777,34 +21833,51 @@ function parsePhoneNumber(text2, options, metadata2) {
|
|
|
21777
21833
|
}
|
|
21778
21834
|
}
|
|
21779
21835
|
}
|
|
21780
|
-
function
|
|
21781
|
-
|
|
21836
|
+
function _typeof$1(o) {
|
|
21837
|
+
"@babel/helpers - typeof";
|
|
21838
|
+
return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
21839
|
+
return typeof o2;
|
|
21840
|
+
} : function(o2) {
|
|
21841
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
21842
|
+
}, _typeof$1(o);
|
|
21843
|
+
}
|
|
21844
|
+
function ownKeys$1(e, r) {
|
|
21845
|
+
var t2 = Object.keys(e);
|
|
21782
21846
|
if (Object.getOwnPropertySymbols) {
|
|
21783
|
-
var
|
|
21784
|
-
|
|
21785
|
-
return Object.getOwnPropertyDescriptor(
|
|
21786
|
-
})),
|
|
21787
|
-
}
|
|
21788
|
-
return
|
|
21789
|
-
}
|
|
21790
|
-
function _objectSpread$1(
|
|
21791
|
-
for (var
|
|
21792
|
-
var
|
|
21793
|
-
|
|
21794
|
-
_defineProperty$1(
|
|
21795
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
21796
|
-
Object.defineProperty(
|
|
21847
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
21848
|
+
r && (o = o.filter(function(r2) {
|
|
21849
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
21850
|
+
})), t2.push.apply(t2, o);
|
|
21851
|
+
}
|
|
21852
|
+
return t2;
|
|
21853
|
+
}
|
|
21854
|
+
function _objectSpread$1(e) {
|
|
21855
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
21856
|
+
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
21857
|
+
r % 2 ? ownKeys$1(Object(t2), true).forEach(function(r2) {
|
|
21858
|
+
_defineProperty$1(e, r2, t2[r2]);
|
|
21859
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$1(Object(t2)).forEach(function(r2) {
|
|
21860
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
21797
21861
|
});
|
|
21798
21862
|
}
|
|
21799
|
-
return
|
|
21863
|
+
return e;
|
|
21800
21864
|
}
|
|
21801
|
-
function _defineProperty$1(
|
|
21802
|
-
|
|
21803
|
-
|
|
21804
|
-
|
|
21805
|
-
|
|
21865
|
+
function _defineProperty$1(e, r, t2) {
|
|
21866
|
+
return (r = _toPropertyKey$1(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
21867
|
+
}
|
|
21868
|
+
function _toPropertyKey$1(t2) {
|
|
21869
|
+
var i = _toPrimitive$1(t2, "string");
|
|
21870
|
+
return "symbol" == _typeof$1(i) ? i : i + "";
|
|
21871
|
+
}
|
|
21872
|
+
function _toPrimitive$1(t2, r) {
|
|
21873
|
+
if ("object" != _typeof$1(t2) || !t2) return t2;
|
|
21874
|
+
var e = t2[Symbol.toPrimitive];
|
|
21875
|
+
if (void 0 !== e) {
|
|
21876
|
+
var i = e.call(t2, r);
|
|
21877
|
+
if ("object" != _typeof$1(i)) return i;
|
|
21878
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
21806
21879
|
}
|
|
21807
|
-
return
|
|
21880
|
+
return ("string" === r ? String : Number)(t2);
|
|
21808
21881
|
}
|
|
21809
21882
|
function isValidPhoneNumber$1() {
|
|
21810
21883
|
var _normalizeArguments = normalizeArguments(arguments), text2 = _normalizeArguments.text, options = _normalizeArguments.options, metadata2 = _normalizeArguments.metadata;
|
|
@@ -21814,34 +21887,51 @@ function isValidPhoneNumber$1() {
|
|
|
21814
21887
|
var phoneNumber = parsePhoneNumber(text2, options, metadata2);
|
|
21815
21888
|
return phoneNumber && phoneNumber.isValid() || false;
|
|
21816
21889
|
}
|
|
21817
|
-
function
|
|
21818
|
-
|
|
21890
|
+
function _typeof(o) {
|
|
21891
|
+
"@babel/helpers - typeof";
|
|
21892
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
21893
|
+
return typeof o2;
|
|
21894
|
+
} : function(o2) {
|
|
21895
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
21896
|
+
}, _typeof(o);
|
|
21897
|
+
}
|
|
21898
|
+
function ownKeys(e, r) {
|
|
21899
|
+
var t2 = Object.keys(e);
|
|
21819
21900
|
if (Object.getOwnPropertySymbols) {
|
|
21820
|
-
var
|
|
21821
|
-
|
|
21822
|
-
return Object.getOwnPropertyDescriptor(
|
|
21823
|
-
})),
|
|
21824
|
-
}
|
|
21825
|
-
return
|
|
21826
|
-
}
|
|
21827
|
-
function _objectSpread(
|
|
21828
|
-
for (var
|
|
21829
|
-
var
|
|
21830
|
-
|
|
21831
|
-
_defineProperty(
|
|
21832
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
21833
|
-
Object.defineProperty(
|
|
21901
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
21902
|
+
r && (o = o.filter(function(r2) {
|
|
21903
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
21904
|
+
})), t2.push.apply(t2, o);
|
|
21905
|
+
}
|
|
21906
|
+
return t2;
|
|
21907
|
+
}
|
|
21908
|
+
function _objectSpread(e) {
|
|
21909
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
21910
|
+
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
21911
|
+
r % 2 ? ownKeys(Object(t2), true).forEach(function(r2) {
|
|
21912
|
+
_defineProperty(e, r2, t2[r2]);
|
|
21913
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys(Object(t2)).forEach(function(r2) {
|
|
21914
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
21834
21915
|
});
|
|
21835
21916
|
}
|
|
21836
|
-
return
|
|
21917
|
+
return e;
|
|
21837
21918
|
}
|
|
21838
|
-
function _defineProperty(
|
|
21839
|
-
|
|
21840
|
-
|
|
21841
|
-
|
|
21842
|
-
|
|
21919
|
+
function _defineProperty(e, r, t2) {
|
|
21920
|
+
return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
21921
|
+
}
|
|
21922
|
+
function _toPropertyKey(t2) {
|
|
21923
|
+
var i = _toPrimitive(t2, "string");
|
|
21924
|
+
return "symbol" == _typeof(i) ? i : i + "";
|
|
21925
|
+
}
|
|
21926
|
+
function _toPrimitive(t2, r) {
|
|
21927
|
+
if ("object" != _typeof(t2) || !t2) return t2;
|
|
21928
|
+
var e = t2[Symbol.toPrimitive];
|
|
21929
|
+
if (void 0 !== e) {
|
|
21930
|
+
var i = e.call(t2, r);
|
|
21931
|
+
if ("object" != _typeof(i)) return i;
|
|
21932
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
21843
21933
|
}
|
|
21844
|
-
return
|
|
21934
|
+
return ("string" === r ? String : Number)(t2);
|
|
21845
21935
|
}
|
|
21846
21936
|
function isPossiblePhoneNumber$1() {
|
|
21847
21937
|
var _normalizeArguments = normalizeArguments(arguments), text2 = _normalizeArguments.text, options = _normalizeArguments.options, metadata2 = _normalizeArguments.metadata;
|
|
@@ -22044,7 +22134,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
22044
22134
|
createVNode(unref(Button), {
|
|
22045
22135
|
variant: "solid",
|
|
22046
22136
|
class: "w-[126px]",
|
|
22047
|
-
disabled: !
|
|
22137
|
+
disabled: !__props.dataShareChecked,
|
|
22048
22138
|
onClick: handleConfirm
|
|
22049
22139
|
}, {
|
|
22050
22140
|
default: withCtx(() => [
|
|
@@ -22073,7 +22163,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
22073
22163
|
createElementVNode("span", null, toDisplayString$1(unref($t)("gitCodeLayout.LoginModal.tips.ifYouDoNotAgrWe")), 1)
|
|
22074
22164
|
]),
|
|
22075
22165
|
createVNode(unref(Checkbox), {
|
|
22076
|
-
"model-value":
|
|
22166
|
+
"model-value": __props.dataShareChecked,
|
|
22077
22167
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = (val) => emits("update:dataShareChecked", val)),
|
|
22078
22168
|
size: "sm",
|
|
22079
22169
|
class: "mt-[12px]"
|
|
@@ -22323,7 +22413,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
22323
22413
|
]),
|
|
22324
22414
|
createElementVNode("div", _hoisted_11$1, [
|
|
22325
22415
|
createElementVNode("div", _hoisted_12$1, [
|
|
22326
|
-
!
|
|
22416
|
+
!__props.hideBack ? (openBlock(), createElementBlock("div", {
|
|
22327
22417
|
key: 0,
|
|
22328
22418
|
onClick: _cache[1] || (_cache[1] = ($event) => emits("back"))
|
|
22329
22419
|
}, [
|
|
@@ -22351,7 +22441,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
22351
22441
|
}
|
|
22352
22442
|
});
|
|
22353
22443
|
const MFA = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-vue-layout-gitcode"]]);
|
|
22354
|
-
const SlidCaptcha = defineAsyncComponent(() => import("./index-
|
|
22444
|
+
const SlidCaptcha = defineAsyncComponent(() => import("./index-B5_lp60l.js"));
|
|
22355
22445
|
const useSlidCaptcha = () => {
|
|
22356
22446
|
const { mount, unMount } = usePopup("slid-captcha-popup");
|
|
22357
22447
|
const open = (config) => {
|
|
@@ -22370,7 +22460,7 @@ const useSlidCaptcha = () => {
|
|
|
22370
22460
|
close: unMount
|
|
22371
22461
|
};
|
|
22372
22462
|
};
|
|
22373
|
-
const YunpianCaptcha = defineAsyncComponent(() => import("./index-
|
|
22463
|
+
const YunpianCaptcha = defineAsyncComponent(() => import("./index-Br3aHHVv.js"));
|
|
22374
22464
|
const useYunpianCaptcha = () => {
|
|
22375
22465
|
const { mount, unMount } = usePopup("yunpian-captcha-popup");
|
|
22376
22466
|
const open = (config) => {
|
|
@@ -22399,7 +22489,7 @@ const useYunpianCaptcha = () => {
|
|
|
22399
22489
|
const _sfc_main$3 = {};
|
|
22400
22490
|
const _hoisted_1$2 = { class: "content-loading" };
|
|
22401
22491
|
function _sfc_render(_ctx, _cache) {
|
|
22402
|
-
return openBlock(), createElementBlock("div", _hoisted_1$2, _cache[0] || (_cache[0] = [
|
|
22492
|
+
return openBlock(), createElementBlock("div", _hoisted_1$2, [..._cache[0] || (_cache[0] = [
|
|
22403
22493
|
createElementVNode("div", { class: "content-loading-title" }, [
|
|
22404
22494
|
createElementVNode("div", { class: "w-full flex-center" }, [
|
|
22405
22495
|
createElementVNode("img", {
|
|
@@ -22410,7 +22500,7 @@ function _sfc_render(_ctx, _cache) {
|
|
|
22410
22500
|
]),
|
|
22411
22501
|
createElementVNode("span", null, "loading...")
|
|
22412
22502
|
], -1)
|
|
22413
|
-
]));
|
|
22503
|
+
])]);
|
|
22414
22504
|
}
|
|
22415
22505
|
const ContentLoading = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render], ["__scopeId", "data-v-vue-layout-gitcode"]]);
|
|
22416
22506
|
const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
@@ -22426,15 +22516,15 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
22426
22516
|
setup(__props) {
|
|
22427
22517
|
return (_ctx, _cache) => {
|
|
22428
22518
|
return openBlock(), createElementBlock("div", {
|
|
22429
|
-
class: normalizeClass(["g-data-panel i-data-panel", { "g-card":
|
|
22519
|
+
class: normalizeClass(["g-data-panel i-data-panel", { "g-card": __props.card, "g-border": __props.border }])
|
|
22430
22520
|
}, [
|
|
22431
22521
|
renderSlot(_ctx.$slots, "header", {}, void 0, true),
|
|
22432
|
-
|
|
22433
|
-
|
|
22522
|
+
__props.loading ? renderSlot(_ctx.$slots, "loading", { key: 0 }, () => [
|
|
22523
|
+
__props.skeleton ? (openBlock(), createBlock(unref(Skeleton), {
|
|
22434
22524
|
key: 0,
|
|
22435
22525
|
class: "p-20",
|
|
22436
|
-
rows:
|
|
22437
|
-
}, null, 8, ["rows"])) :
|
|
22526
|
+
rows: __props.skeletonRow
|
|
22527
|
+
}, null, 8, ["rows"])) : __props.animation ? (openBlock(), createBlock(ContentLoading, {
|
|
22438
22528
|
key: 1,
|
|
22439
22529
|
name: "loading",
|
|
22440
22530
|
class: "w-full h-full flex-center"
|
|
@@ -23982,11 +24072,11 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
23982
24072
|
modelValue: unref(vModels),
|
|
23983
24073
|
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => isRef(vModels) ? vModels.value = $event : null),
|
|
23984
24074
|
"show-close": false,
|
|
23985
|
-
"lock-scroll":
|
|
23986
|
-
draggable:
|
|
23987
|
-
escapable:
|
|
24075
|
+
"lock-scroll": __props.lockScroll,
|
|
24076
|
+
draggable: __props.draggable,
|
|
24077
|
+
escapable: __props.escapable,
|
|
23988
24078
|
"before-close": handleClose,
|
|
23989
|
-
"append-to-body":
|
|
24079
|
+
"append-to-body": __props.appendToBody,
|
|
23990
24080
|
class: normalizeClass([
|
|
23991
24081
|
"login-modal",
|
|
23992
24082
|
formType.value === "login" ? "login-modal-l" : "login-modal-r",
|
|
@@ -24006,7 +24096,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
24006
24096
|
class: "login-modal-title flex-1"
|
|
24007
24097
|
}, null, 8, ["icon", "title", "show-title", "show-back"]),
|
|
24008
24098
|
createElementVNode("div", _hoisted_2, [
|
|
24009
|
-
|
|
24099
|
+
__props.showClose && !showProtoCheck.value ? (openBlock(), createBlock(GIcon, {
|
|
24010
24100
|
key: 0,
|
|
24011
24101
|
onClick: onClickModalClose,
|
|
24012
24102
|
name: "gt-close",
|
|
@@ -24331,7 +24421,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
24331
24421
|
])
|
|
24332
24422
|
], 2),
|
|
24333
24423
|
createElementVNode("div", _hoisted_61, [
|
|
24334
|
-
|
|
24424
|
+
__props.openHarmonyGuide ? (openBlock(), createElementBlock("div", {
|
|
24335
24425
|
key: 0,
|
|
24336
24426
|
class: "text-[var(--theme-link)] flex items-center mt-[12px] cursor-pointer",
|
|
24337
24427
|
onClick: withModifiers(handleRegisterHarmony, ["stop"])
|