vue-layout-gitcode 1.9.69 → 1.9.71
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-7NcKZdw9.js → GloabarSearch-CEkNjbFh.js} +3 -3
- package/{MenuItem-CzOsAXoR.js → MenuItem-BW-RKfni.js} +1 -1
- package/{ProjectMenuList-BboUCIUJ.js → ProjectMenuList-B4xsh-YN.js} +8 -8
- package/{ProjectMenuListV2-BeFLtYVn.js → ProjectMenuListV2-DphiQXSk.js} +3 -3
- package/{ProjectSearch-DdWX-Ks4.js → ProjectSearch-CP5f2uzQ.js} +1 -1
- package/{SearchHistoryList-DXxypElU.js → SearchHistoryList-DsrmcbM0.js} +5 -5
- package/{SearchPrefixTag-BxfuLsJO.js → SearchPrefixTag-tKXyTB5i.js} +3 -3
- package/{SearchRecommed-DUZCYuSU.js → SearchRecommed-FMF216bj.js} +2 -2
- package/{SearchScopeList-DnXTLq-L.js → SearchScopeList-DQIY50Dz.js} +3 -3
- package/{UserSearch-4nDOnMWZ.js → UserSearch-CafkeCZN.js} +1 -1
- package/{index-BK3NX59H.js → index-B3UFg393.js} +41 -41
- package/{index-D4rG5Iv_.js → index-D4eGNb4j.js} +3 -3
- package/{index-BxW9dopj.js → index-DwqwoFOY.js} +978 -1044
- package/{index-MmsQo7D2.js → index-eKuz_K7l.js} +1 -1
- package/index.js +1 -1
- package/{notice-b032Oiev.js → notice-DRDO7WND.js} +8 -8
- package/package.json +2 -2
- package/style.css +1 -1
- package/{transWebUrl-C_zAkcQc.js → transWebUrl-De6tTQPS.js} +1 -1
|
@@ -69,29 +69,29 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
69
69
|
return /px$/i.test(props.size) ? props.size : `${props.size}px`;
|
|
70
70
|
});
|
|
71
71
|
return (_ctx, _cache) => {
|
|
72
|
-
return !
|
|
72
|
+
return !_ctx.name.includes("gt-") ? (openBlock(), createBlock(unref(Icon), normalizeProps(mergeProps({ key: 0 }, props)), null, 16)) : _ctx.operable ? (openBlock(), createElementBlock("span", {
|
|
73
73
|
key: 1,
|
|
74
|
-
class: normalizeClass(["custom-icon-container", { disabled:
|
|
74
|
+
class: normalizeClass(["custom-icon-container", { disabled: _ctx.disabled }])
|
|
75
75
|
}, [
|
|
76
76
|
renderSlot(_ctx.$slots, "prefix", {}, void 0, true),
|
|
77
77
|
(openBlock(), createElementBlock("svg", {
|
|
78
|
-
class: normalizeClass(["icon gt-icon",
|
|
78
|
+
class: normalizeClass(["icon gt-icon", _ctx.iconClass]),
|
|
79
79
|
"aria-hidden": "true",
|
|
80
|
-
style: normalizeStyle({ color:
|
|
80
|
+
style: normalizeStyle({ color: _ctx.color, fontSize: fontSize.value, transform: `rotate(${_ctx.rotate})` })
|
|
81
81
|
}, [
|
|
82
82
|
createElementVNode("use", {
|
|
83
|
-
"xlink:href": `#${
|
|
83
|
+
"xlink:href": `#${_ctx.name}`
|
|
84
84
|
}, null, 8, _hoisted_1$w)
|
|
85
85
|
], 6)),
|
|
86
86
|
renderSlot(_ctx.$slots, "suffix", {}, void 0, true)
|
|
87
87
|
], 2)) : (openBlock(), createElementBlock("svg", {
|
|
88
88
|
key: 2,
|
|
89
|
-
class: normalizeClass(["icon gt-icon",
|
|
89
|
+
class: normalizeClass(["icon gt-icon", _ctx.iconClass]),
|
|
90
90
|
"aria-hidden": "true",
|
|
91
|
-
style: normalizeStyle(
|
|
91
|
+
style: normalizeStyle(_ctx.iconClass ? {} : { color: _ctx.color, fontSize: fontSize.value, transform: `rotate(${_ctx.rotate})` })
|
|
92
92
|
}, [
|
|
93
93
|
createElementVNode("use", {
|
|
94
|
-
"xlink:href": `#${
|
|
94
|
+
"xlink:href": `#${_ctx.name}`
|
|
95
95
|
}, null, 8, _hoisted_2$n)
|
|
96
96
|
], 6));
|
|
97
97
|
};
|
|
@@ -1669,25 +1669,10 @@ function init(converter, defaultAttributes) {
|
|
|
1669
1669
|
}
|
|
1670
1670
|
var api = init(defaultConverter, { path: "/" });
|
|
1671
1671
|
/*!
|
|
1672
|
-
* shared v9.14.
|
|
1672
|
+
* shared v9.14.3
|
|
1673
1673
|
* (c) 2025 kazuya kawaguchi
|
|
1674
1674
|
* Released under the MIT License.
|
|
1675
1675
|
*/
|
|
1676
|
-
function warn(msg, err) {
|
|
1677
|
-
if (typeof console !== "undefined") {
|
|
1678
|
-
console.warn(`[intlify] ` + msg);
|
|
1679
|
-
if (err) {
|
|
1680
|
-
console.warn(err.stack);
|
|
1681
|
-
}
|
|
1682
|
-
}
|
|
1683
|
-
}
|
|
1684
|
-
const hasWarned = {};
|
|
1685
|
-
function warnOnce(msg) {
|
|
1686
|
-
if (!hasWarned[msg]) {
|
|
1687
|
-
hasWarned[msg] = true;
|
|
1688
|
-
warn(msg);
|
|
1689
|
-
}
|
|
1690
|
-
}
|
|
1691
1676
|
const inBrowser = typeof window !== "undefined";
|
|
1692
1677
|
let mark;
|
|
1693
1678
|
let measure;
|
|
@@ -1732,31 +1717,7 @@ const getGlobalThis = () => {
|
|
|
1732
1717
|
return _globalThis || (_globalThis = typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : create());
|
|
1733
1718
|
};
|
|
1734
1719
|
function escapeHtml(rawText) {
|
|
1735
|
-
return rawText.replace(
|
|
1736
|
-
}
|
|
1737
|
-
function escapeAttributeValue(value) {
|
|
1738
|
-
return value.replace(/&(?![a-zA-Z0-9#]{2,6};)/g, "&").replace(/"/g, """).replace(/'/g, "'").replace(/</g, "<").replace(/>/g, ">");
|
|
1739
|
-
}
|
|
1740
|
-
function sanitizeTranslatedHtml(html2) {
|
|
1741
|
-
html2 = html2.replace(/(\w+)\s*=\s*"([^"]*)"/g, (_, attrName, attrValue) => `${attrName}="${escapeAttributeValue(attrValue)}"`);
|
|
1742
|
-
html2 = html2.replace(/(\w+)\s*=\s*'([^']*)'/g, (_, attrName, attrValue) => `${attrName}='${escapeAttributeValue(attrValue)}'`);
|
|
1743
|
-
const eventHandlerPattern = /\s*on\w+\s*=\s*["']?[^"'>]+["']?/gi;
|
|
1744
|
-
if (eventHandlerPattern.test(html2)) {
|
|
1745
|
-
if (process.env.NODE_ENV !== "production") {
|
|
1746
|
-
warn("Potentially dangerous event handlers detected in translation. Consider removing onclick, onerror, etc. from your translation messages.");
|
|
1747
|
-
}
|
|
1748
|
-
html2 = html2.replace(/(\s+)(on)(\w+\s*=)/gi, "$1on$3");
|
|
1749
|
-
}
|
|
1750
|
-
const javascriptUrlPattern = [
|
|
1751
|
-
// In href, src, action, formaction attributes
|
|
1752
|
-
/(\s+(?:href|src|action|formaction)\s*=\s*["']?)\s*javascript:/gi,
|
|
1753
|
-
// In style attributes within url()
|
|
1754
|
-
/(style\s*=\s*["'][^"']*url\s*\(\s*)javascript:/gi
|
|
1755
|
-
];
|
|
1756
|
-
javascriptUrlPattern.forEach((pattern) => {
|
|
1757
|
-
html2 = html2.replace(pattern, "$1javascript:");
|
|
1758
|
-
});
|
|
1759
|
-
return html2;
|
|
1720
|
+
return rawText.replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'");
|
|
1760
1721
|
}
|
|
1761
1722
|
const hasOwnProperty$1 = Object.prototype.hasOwnProperty;
|
|
1762
1723
|
function hasOwn(obj, key) {
|
|
@@ -1819,6 +1780,21 @@ function incrementer(code2) {
|
|
|
1819
1780
|
let current = code2;
|
|
1820
1781
|
return () => ++current;
|
|
1821
1782
|
}
|
|
1783
|
+
function warn(msg, err) {
|
|
1784
|
+
if (typeof console !== "undefined") {
|
|
1785
|
+
console.warn(`[intlify] ` + msg);
|
|
1786
|
+
if (err) {
|
|
1787
|
+
console.warn(err.stack);
|
|
1788
|
+
}
|
|
1789
|
+
}
|
|
1790
|
+
}
|
|
1791
|
+
const hasWarned = {};
|
|
1792
|
+
function warnOnce(msg) {
|
|
1793
|
+
if (!hasWarned[msg]) {
|
|
1794
|
+
hasWarned[msg] = true;
|
|
1795
|
+
warn(msg);
|
|
1796
|
+
}
|
|
1797
|
+
}
|
|
1822
1798
|
function createEmitter() {
|
|
1823
1799
|
const events = /* @__PURE__ */ new Map();
|
|
1824
1800
|
const emitter2 = {
|
|
@@ -1867,7 +1843,7 @@ function deepCopy(src, des) {
|
|
|
1867
1843
|
}
|
|
1868
1844
|
}
|
|
1869
1845
|
/*!
|
|
1870
|
-
* message-compiler v9.14.
|
|
1846
|
+
* message-compiler v9.14.3
|
|
1871
1847
|
* (c) 2025 kazuya kawaguchi
|
|
1872
1848
|
* Released under the MIT License.
|
|
1873
1849
|
*/
|
|
@@ -3417,7 +3393,7 @@ function baseCompile$1(source, options = {}) {
|
|
|
3417
3393
|
}
|
|
3418
3394
|
}
|
|
3419
3395
|
/*!
|
|
3420
|
-
* core-base v9.14.
|
|
3396
|
+
* core-base v9.14.3
|
|
3421
3397
|
* (c) 2025 kazuya kawaguchi
|
|
3422
3398
|
* Released under the MIT License.
|
|
3423
3399
|
*/
|
|
@@ -3432,76 +3408,6 @@ function initFeatureFlags$1() {
|
|
|
3432
3408
|
getGlobalThis().__INTLIFY_DROP_MESSAGE_COMPILER__ = false;
|
|
3433
3409
|
}
|
|
3434
3410
|
}
|
|
3435
|
-
function isMessageAST(val) {
|
|
3436
|
-
return isObject$3(val) && resolveType(val) === 0 && (hasOwn(val, "b") || hasOwn(val, "body"));
|
|
3437
|
-
}
|
|
3438
|
-
const PROPS_BODY = ["b", "body"];
|
|
3439
|
-
function resolveBody(node) {
|
|
3440
|
-
return resolveProps(node, PROPS_BODY);
|
|
3441
|
-
}
|
|
3442
|
-
const PROPS_CASES = ["c", "cases"];
|
|
3443
|
-
function resolveCases(node) {
|
|
3444
|
-
return resolveProps(node, PROPS_CASES, []);
|
|
3445
|
-
}
|
|
3446
|
-
const PROPS_STATIC = ["s", "static"];
|
|
3447
|
-
function resolveStatic(node) {
|
|
3448
|
-
return resolveProps(node, PROPS_STATIC);
|
|
3449
|
-
}
|
|
3450
|
-
const PROPS_ITEMS = ["i", "items"];
|
|
3451
|
-
function resolveItems(node) {
|
|
3452
|
-
return resolveProps(node, PROPS_ITEMS, []);
|
|
3453
|
-
}
|
|
3454
|
-
const PROPS_TYPE = ["t", "type"];
|
|
3455
|
-
function resolveType(node) {
|
|
3456
|
-
return resolveProps(node, PROPS_TYPE);
|
|
3457
|
-
}
|
|
3458
|
-
const PROPS_VALUE = ["v", "value"];
|
|
3459
|
-
function resolveValue$1(node, type) {
|
|
3460
|
-
const resolved = resolveProps(node, PROPS_VALUE);
|
|
3461
|
-
if (resolved != null) {
|
|
3462
|
-
return resolved;
|
|
3463
|
-
} else {
|
|
3464
|
-
throw createUnhandleNodeError(type);
|
|
3465
|
-
}
|
|
3466
|
-
}
|
|
3467
|
-
const PROPS_MODIFIER = ["m", "modifier"];
|
|
3468
|
-
function resolveLinkedModifier(node) {
|
|
3469
|
-
return resolveProps(node, PROPS_MODIFIER);
|
|
3470
|
-
}
|
|
3471
|
-
const PROPS_KEY = ["k", "key"];
|
|
3472
|
-
function resolveLinkedKey(node) {
|
|
3473
|
-
const resolved = resolveProps(node, PROPS_KEY);
|
|
3474
|
-
if (resolved) {
|
|
3475
|
-
return resolved;
|
|
3476
|
-
} else {
|
|
3477
|
-
throw createUnhandleNodeError(
|
|
3478
|
-
6
|
|
3479
|
-
/* NodeTypes.Linked */
|
|
3480
|
-
);
|
|
3481
|
-
}
|
|
3482
|
-
}
|
|
3483
|
-
function resolveProps(node, props, defaultValue) {
|
|
3484
|
-
for (let i = 0; i < props.length; i++) {
|
|
3485
|
-
const prop = props[i];
|
|
3486
|
-
if (hasOwn(node, prop) && node[prop] != null) {
|
|
3487
|
-
return node[prop];
|
|
3488
|
-
}
|
|
3489
|
-
}
|
|
3490
|
-
return defaultValue;
|
|
3491
|
-
}
|
|
3492
|
-
const AST_NODE_PROPS_KEYS = [
|
|
3493
|
-
...PROPS_BODY,
|
|
3494
|
-
...PROPS_CASES,
|
|
3495
|
-
...PROPS_STATIC,
|
|
3496
|
-
...PROPS_ITEMS,
|
|
3497
|
-
...PROPS_KEY,
|
|
3498
|
-
...PROPS_MODIFIER,
|
|
3499
|
-
...PROPS_VALUE,
|
|
3500
|
-
...PROPS_TYPE
|
|
3501
|
-
];
|
|
3502
|
-
function createUnhandleNodeError(type) {
|
|
3503
|
-
return new Error(`unhandled node type: ${type}`);
|
|
3504
|
-
}
|
|
3505
3411
|
const pathStateMachine = [];
|
|
3506
3412
|
pathStateMachine[
|
|
3507
3413
|
0
|
|
@@ -3908,7 +3814,7 @@ const cache = /* @__PURE__ */ new Map();
|
|
|
3908
3814
|
function resolveWithKeyValue(obj, path) {
|
|
3909
3815
|
return isObject$3(obj) ? obj[path] : null;
|
|
3910
3816
|
}
|
|
3911
|
-
function resolveValue(obj, path) {
|
|
3817
|
+
function resolveValue$1(obj, path) {
|
|
3912
3818
|
if (!isObject$3(obj)) {
|
|
3913
3819
|
return null;
|
|
3914
3820
|
}
|
|
@@ -3926,11 +3832,7 @@ function resolveValue(obj, path) {
|
|
|
3926
3832
|
let last = obj;
|
|
3927
3833
|
let i = 0;
|
|
3928
3834
|
while (i < len) {
|
|
3929
|
-
const
|
|
3930
|
-
if (AST_NODE_PROPS_KEYS.includes(key) && isMessageAST(last)) {
|
|
3931
|
-
return null;
|
|
3932
|
-
}
|
|
3933
|
-
const val = last[key];
|
|
3835
|
+
const val = last[hit[i]];
|
|
3934
3836
|
if (val === void 0) {
|
|
3935
3837
|
return null;
|
|
3936
3838
|
}
|
|
@@ -4224,7 +4126,7 @@ function appendItemToChain(chain, target, blocks) {
|
|
|
4224
4126
|
}
|
|
4225
4127
|
return follow;
|
|
4226
4128
|
}
|
|
4227
|
-
const VERSION$3 = "9.14.
|
|
4129
|
+
const VERSION$3 = "9.14.3";
|
|
4228
4130
|
const NOT_REOSLVED = -1;
|
|
4229
4131
|
const DEFAULT_LOCALE = "en-US";
|
|
4230
4132
|
const MISSING_RESOLVE_VALUE = "";
|
|
@@ -4411,6 +4313,14 @@ function formatParts(ctx, ast) {
|
|
|
4411
4313
|
return formatMessageParts(ctx, body);
|
|
4412
4314
|
}
|
|
4413
4315
|
}
|
|
4316
|
+
const PROPS_BODY = ["b", "body"];
|
|
4317
|
+
function resolveBody(node) {
|
|
4318
|
+
return resolveProps(node, PROPS_BODY);
|
|
4319
|
+
}
|
|
4320
|
+
const PROPS_CASES = ["c", "cases"];
|
|
4321
|
+
function resolveCases(node) {
|
|
4322
|
+
return resolveProps(node, PROPS_CASES, []);
|
|
4323
|
+
}
|
|
4414
4324
|
function formatMessageParts(ctx, node) {
|
|
4415
4325
|
const static_ = resolveStatic(node);
|
|
4416
4326
|
if (static_ != null) {
|
|
@@ -4420,14 +4330,22 @@ function formatMessageParts(ctx, node) {
|
|
|
4420
4330
|
return ctx.normalize(messages);
|
|
4421
4331
|
}
|
|
4422
4332
|
}
|
|
4333
|
+
const PROPS_STATIC = ["s", "static"];
|
|
4334
|
+
function resolveStatic(node) {
|
|
4335
|
+
return resolveProps(node, PROPS_STATIC);
|
|
4336
|
+
}
|
|
4337
|
+
const PROPS_ITEMS = ["i", "items"];
|
|
4338
|
+
function resolveItems(node) {
|
|
4339
|
+
return resolveProps(node, PROPS_ITEMS, []);
|
|
4340
|
+
}
|
|
4423
4341
|
function formatMessagePart(ctx, node) {
|
|
4424
4342
|
const type = resolveType(node);
|
|
4425
4343
|
switch (type) {
|
|
4426
4344
|
case 3: {
|
|
4427
|
-
return resolveValue
|
|
4345
|
+
return resolveValue(node, type);
|
|
4428
4346
|
}
|
|
4429
4347
|
case 9: {
|
|
4430
|
-
return resolveValue
|
|
4348
|
+
return resolveValue(node, type);
|
|
4431
4349
|
}
|
|
4432
4350
|
case 4: {
|
|
4433
4351
|
const named = node;
|
|
@@ -4456,15 +4374,56 @@ function formatMessagePart(ctx, node) {
|
|
|
4456
4374
|
return ctx.linked(formatMessagePart(ctx, key), modifier ? formatMessagePart(ctx, modifier) : void 0, ctx.type);
|
|
4457
4375
|
}
|
|
4458
4376
|
case 7: {
|
|
4459
|
-
return resolveValue
|
|
4377
|
+
return resolveValue(node, type);
|
|
4460
4378
|
}
|
|
4461
4379
|
case 8: {
|
|
4462
|
-
return resolveValue
|
|
4380
|
+
return resolveValue(node, type);
|
|
4463
4381
|
}
|
|
4464
4382
|
default:
|
|
4465
4383
|
throw new Error(`unhandled node on format message part: ${type}`);
|
|
4466
4384
|
}
|
|
4467
4385
|
}
|
|
4386
|
+
const PROPS_TYPE = ["t", "type"];
|
|
4387
|
+
function resolveType(node) {
|
|
4388
|
+
return resolveProps(node, PROPS_TYPE);
|
|
4389
|
+
}
|
|
4390
|
+
const PROPS_VALUE = ["v", "value"];
|
|
4391
|
+
function resolveValue(node, type) {
|
|
4392
|
+
const resolved = resolveProps(node, PROPS_VALUE);
|
|
4393
|
+
if (resolved) {
|
|
4394
|
+
return resolved;
|
|
4395
|
+
} else {
|
|
4396
|
+
throw createUnhandleNodeError(type);
|
|
4397
|
+
}
|
|
4398
|
+
}
|
|
4399
|
+
const PROPS_MODIFIER = ["m", "modifier"];
|
|
4400
|
+
function resolveLinkedModifier(node) {
|
|
4401
|
+
return resolveProps(node, PROPS_MODIFIER);
|
|
4402
|
+
}
|
|
4403
|
+
const PROPS_KEY = ["k", "key"];
|
|
4404
|
+
function resolveLinkedKey(node) {
|
|
4405
|
+
const resolved = resolveProps(node, PROPS_KEY);
|
|
4406
|
+
if (resolved) {
|
|
4407
|
+
return resolved;
|
|
4408
|
+
} else {
|
|
4409
|
+
throw createUnhandleNodeError(
|
|
4410
|
+
6
|
|
4411
|
+
/* NodeTypes.Linked */
|
|
4412
|
+
);
|
|
4413
|
+
}
|
|
4414
|
+
}
|
|
4415
|
+
function resolveProps(node, props, defaultValue) {
|
|
4416
|
+
for (let i = 0; i < props.length; i++) {
|
|
4417
|
+
const prop = props[i];
|
|
4418
|
+
if (hasOwn(node, prop) && node[prop] != null) {
|
|
4419
|
+
return node[prop];
|
|
4420
|
+
}
|
|
4421
|
+
}
|
|
4422
|
+
return defaultValue;
|
|
4423
|
+
}
|
|
4424
|
+
function createUnhandleNodeError(type) {
|
|
4425
|
+
return new Error(`unhandled node type: ${type}`);
|
|
4426
|
+
}
|
|
4468
4427
|
const WARN_MESSAGE = `Detected HTML in '{source}' message. Recommend not using HTML messages to avoid XSS.`;
|
|
4469
4428
|
function checkHtmlMessage(source, warnHtmlMessage) {
|
|
4470
4429
|
if (warnHtmlMessage && detectHtmlTag(source)) {
|
|
@@ -4480,6 +4439,9 @@ reference: https://vue-i18n.intlify.dev/guide/essentials/syntax#rails-i18n-forma
|
|
|
4480
4439
|
(message compiler warning message: ${_warn.message})`);
|
|
4481
4440
|
}
|
|
4482
4441
|
}
|
|
4442
|
+
function isMessageAST(val) {
|
|
4443
|
+
return isObject$3(val) && resolveType(val) === 0 && (hasOwn(val, "b") || hasOwn(val, "body"));
|
|
4444
|
+
}
|
|
4483
4445
|
function baseCompile(message, options = {}) {
|
|
4484
4446
|
let detectError = false;
|
|
4485
4447
|
const onError = options.onError || defaultOnError;
|
|
@@ -4591,10 +4553,7 @@ function translate(context, ...args) {
|
|
|
4591
4553
|
const ctxOptions = getMessageContextOptions(context, targetLocale, message, options);
|
|
4592
4554
|
const msgContext = createMessageContext(ctxOptions);
|
|
4593
4555
|
const messaged = evaluateMessage(context, msg, msgContext);
|
|
4594
|
-
|
|
4595
|
-
if (escapeParameter && isString$2(ret)) {
|
|
4596
|
-
ret = sanitizeTranslatedHtml(ret);
|
|
4597
|
-
}
|
|
4556
|
+
const ret = postTranslation ? postTranslation(messaged, key) : messaged;
|
|
4598
4557
|
if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
|
|
4599
4558
|
const payloads = {
|
|
4600
4559
|
timestamp: Date.now(),
|
|
@@ -5311,11 +5270,11 @@ function setupDevtoolsPlugin(pluginDescriptor, setupFn) {
|
|
|
5311
5270
|
}
|
|
5312
5271
|
}
|
|
5313
5272
|
/*!
|
|
5314
|
-
* vue-i18n v9.14.
|
|
5273
|
+
* vue-i18n v9.14.3
|
|
5315
5274
|
* (c) 2025 kazuya kawaguchi
|
|
5316
5275
|
* Released under the MIT License.
|
|
5317
5276
|
*/
|
|
5318
|
-
const VERSION$2 = "9.14.
|
|
5277
|
+
const VERSION$2 = "9.14.3";
|
|
5319
5278
|
function initFeatureFlags() {
|
|
5320
5279
|
if (typeof __VUE_I18N_FULL_INSTALL__ !== "boolean") {
|
|
5321
5280
|
getGlobalThis().__VUE_I18N_FULL_INSTALL__ = true;
|
|
@@ -5448,9 +5407,6 @@ function handleFlatJson(obj) {
|
|
|
5448
5407
|
if (!isObject$3(obj)) {
|
|
5449
5408
|
return obj;
|
|
5450
5409
|
}
|
|
5451
|
-
if (isMessageAST(obj)) {
|
|
5452
|
-
return obj;
|
|
5453
|
-
}
|
|
5454
5410
|
for (const key in obj) {
|
|
5455
5411
|
if (!hasOwn(obj, key)) {
|
|
5456
5412
|
continue;
|
|
@@ -5481,20 +5437,11 @@ function handleFlatJson(obj) {
|
|
|
5481
5437
|
currentObj = currentObj[subKeys[i]];
|
|
5482
5438
|
}
|
|
5483
5439
|
if (!hasStringValue) {
|
|
5484
|
-
|
|
5485
|
-
|
|
5486
|
-
delete obj[key];
|
|
5487
|
-
} else {
|
|
5488
|
-
if (!AST_NODE_PROPS_KEYS.includes(subKeys[lastIndex])) {
|
|
5489
|
-
delete obj[key];
|
|
5490
|
-
}
|
|
5491
|
-
}
|
|
5440
|
+
currentObj[subKeys[lastIndex]] = obj[key];
|
|
5441
|
+
delete obj[key];
|
|
5492
5442
|
}
|
|
5493
|
-
if (
|
|
5494
|
-
|
|
5495
|
-
if (isObject$3(target)) {
|
|
5496
|
-
handleFlatJson(target);
|
|
5497
|
-
}
|
|
5443
|
+
if (isObject$3(currentObj[subKeys[lastIndex]])) {
|
|
5444
|
+
handleFlatJson(currentObj[subKeys[lastIndex]]);
|
|
5498
5445
|
}
|
|
5499
5446
|
}
|
|
5500
5447
|
}
|
|
@@ -7685,7 +7632,7 @@ if (__INTLIFY_JIT_COMPILATION__) {
|
|
|
7685
7632
|
} else {
|
|
7686
7633
|
registerMessageCompiler(compileToFunction);
|
|
7687
7634
|
}
|
|
7688
|
-
registerMessageResolver(resolveValue);
|
|
7635
|
+
registerMessageResolver(resolveValue$1);
|
|
7689
7636
|
registerLocaleFallbacker(fallbackWithLocaleChain);
|
|
7690
7637
|
if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
|
|
7691
7638
|
const target = getGlobalThis();
|
|
@@ -8722,19 +8669,21 @@ const _global = (() => {
|
|
|
8722
8669
|
return typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : global;
|
|
8723
8670
|
})();
|
|
8724
8671
|
const isContextDefined = (context) => !isUndefined$1(context) && context !== _global;
|
|
8725
|
-
function merge
|
|
8672
|
+
function merge() {
|
|
8726
8673
|
const { caseless, skipUndefined } = isContextDefined(this) && this || {};
|
|
8727
8674
|
const result2 = {};
|
|
8728
8675
|
const assignValue = (val, key) => {
|
|
8729
8676
|
const targetKey = caseless && findKey(result2, key) || key;
|
|
8730
8677
|
if (isPlainObject(result2[targetKey]) && isPlainObject(val)) {
|
|
8731
|
-
result2[targetKey] = merge
|
|
8678
|
+
result2[targetKey] = merge(result2[targetKey], val);
|
|
8732
8679
|
} else if (isPlainObject(val)) {
|
|
8733
|
-
result2[targetKey] = merge
|
|
8680
|
+
result2[targetKey] = merge({}, val);
|
|
8734
8681
|
} else if (isArray(val)) {
|
|
8735
8682
|
result2[targetKey] = val.slice();
|
|
8736
|
-
} else
|
|
8737
|
-
|
|
8683
|
+
} else {
|
|
8684
|
+
if (!skipUndefined || !isUndefined$1(val)) {
|
|
8685
|
+
result2[targetKey] = val;
|
|
8686
|
+
}
|
|
8738
8687
|
}
|
|
8739
8688
|
};
|
|
8740
8689
|
for (let i = 0, l = arguments.length; i < l; i++) {
|
|
@@ -8963,7 +8912,7 @@ const utils$1 = {
|
|
|
8963
8912
|
isTypedArray,
|
|
8964
8913
|
isFileList,
|
|
8965
8914
|
forEach,
|
|
8966
|
-
merge
|
|
8915
|
+
merge,
|
|
8967
8916
|
extend,
|
|
8968
8917
|
trim,
|
|
8969
8918
|
stripBOM,
|
|
@@ -9270,7 +9219,7 @@ class InterceptorManager {
|
|
|
9270
9219
|
*
|
|
9271
9220
|
* @param {Number} id The ID that was returned by `use`
|
|
9272
9221
|
*
|
|
9273
|
-
* @returns {
|
|
9222
|
+
* @returns {Boolean} `true` if the interceptor was removed, `false` otherwise
|
|
9274
9223
|
*/
|
|
9275
9224
|
eject(id) {
|
|
9276
9225
|
if (this.handlers[id]) {
|
|
@@ -9926,33 +9875,20 @@ const isURLSameOrigin = platform.hasStandardBrowserEnv ? /* @__PURE__ */ ((origi
|
|
|
9926
9875
|
const cookies = platform.hasStandardBrowserEnv ? (
|
|
9927
9876
|
// Standard browser envs support document.cookie
|
|
9928
9877
|
{
|
|
9929
|
-
write(name, value, expires, path, domain, secure
|
|
9930
|
-
|
|
9931
|
-
|
|
9932
|
-
|
|
9933
|
-
|
|
9934
|
-
|
|
9935
|
-
if (utils$1.isString(path)) {
|
|
9936
|
-
cookie.push(`path=${path}`);
|
|
9937
|
-
}
|
|
9938
|
-
if (utils$1.isString(domain)) {
|
|
9939
|
-
cookie.push(`domain=${domain}`);
|
|
9940
|
-
}
|
|
9941
|
-
if (secure === true) {
|
|
9942
|
-
cookie.push("secure");
|
|
9943
|
-
}
|
|
9944
|
-
if (utils$1.isString(sameSite)) {
|
|
9945
|
-
cookie.push(`SameSite=${sameSite}`);
|
|
9946
|
-
}
|
|
9878
|
+
write(name, value, expires, path, domain, secure) {
|
|
9879
|
+
const cookie = [name + "=" + encodeURIComponent(value)];
|
|
9880
|
+
utils$1.isNumber(expires) && cookie.push("expires=" + new Date(expires).toGMTString());
|
|
9881
|
+
utils$1.isString(path) && cookie.push("path=" + path);
|
|
9882
|
+
utils$1.isString(domain) && cookie.push("domain=" + domain);
|
|
9883
|
+
secure === true && cookie.push("secure");
|
|
9947
9884
|
document.cookie = cookie.join("; ");
|
|
9948
9885
|
},
|
|
9949
9886
|
read(name) {
|
|
9950
|
-
|
|
9951
|
-
|
|
9952
|
-
return match ? decodeURIComponent(match[1]) : null;
|
|
9887
|
+
const match = document.cookie.match(new RegExp("(^|;\\s*)(" + name + ")=([^;]*)"));
|
|
9888
|
+
return match ? decodeURIComponent(match[3]) : null;
|
|
9953
9889
|
},
|
|
9954
9890
|
remove(name) {
|
|
9955
|
-
this.write(name, "", Date.now() - 864e5
|
|
9891
|
+
this.write(name, "", Date.now() - 864e5);
|
|
9956
9892
|
}
|
|
9957
9893
|
}
|
|
9958
9894
|
) : (
|
|
@@ -10331,7 +10267,8 @@ const trackStream = (stream, chunkSize, onProgress, onFinish) => {
|
|
|
10331
10267
|
};
|
|
10332
10268
|
const DEFAULT_CHUNK_SIZE = 64 * 1024;
|
|
10333
10269
|
const { isFunction } = utils$1;
|
|
10334
|
-
const globalFetchAPI = (({ Request, Response }) => ({
|
|
10270
|
+
const globalFetchAPI = (({ fetch: fetch2, Request, Response }) => ({
|
|
10271
|
+
fetch: fetch2,
|
|
10335
10272
|
Request,
|
|
10336
10273
|
Response
|
|
10337
10274
|
}))(utils$1.global);
|
|
@@ -10347,11 +10284,8 @@ const test = (fn, ...args) => {
|
|
|
10347
10284
|
}
|
|
10348
10285
|
};
|
|
10349
10286
|
const factory = (env) => {
|
|
10350
|
-
|
|
10351
|
-
|
|
10352
|
-
}, globalFetchAPI, env);
|
|
10353
|
-
const { fetch: envFetch, Request, Response } = env;
|
|
10354
|
-
const isFetchSupported = envFetch ? isFunction(envFetch) : typeof fetch === "function";
|
|
10287
|
+
const { fetch: fetch2, Request, Response } = Object.assign({}, globalFetchAPI, env);
|
|
10288
|
+
const isFetchSupported = isFunction(fetch2);
|
|
10355
10289
|
const isRequestSupported = isFunction(Request);
|
|
10356
10290
|
const isResponseSupported = isFunction(Response);
|
|
10357
10291
|
if (!isFetchSupported) {
|
|
@@ -10429,7 +10363,6 @@ const factory = (env) => {
|
|
|
10429
10363
|
withCredentials = "same-origin",
|
|
10430
10364
|
fetchOptions
|
|
10431
10365
|
} = resolveConfig(config);
|
|
10432
|
-
let _fetch = envFetch || fetch;
|
|
10433
10366
|
responseType = responseType ? (responseType + "").toLowerCase() : "text";
|
|
10434
10367
|
let composedSignal = composeSignals([signal, cancelToken && cancelToken.toAbortSignal()], timeout);
|
|
10435
10368
|
let request = null;
|
|
@@ -10470,7 +10403,7 @@ const factory = (env) => {
|
|
|
10470
10403
|
credentials: isCredentialsSupported ? withCredentials : void 0
|
|
10471
10404
|
};
|
|
10472
10405
|
request = isRequestSupported && new Request(url, resolvedOptions);
|
|
10473
|
-
let response = await (isRequestSupported ?
|
|
10406
|
+
let response = await (isRequestSupported ? fetch2(request, fetchOptions) : fetch2(url, resolvedOptions));
|
|
10474
10407
|
const isStreamResponse = supportsResponseStream && (responseType === "stream" || responseType === "response");
|
|
10475
10408
|
if (supportsResponseStream && (onDownloadProgress || isStreamResponse && unsubscribe)) {
|
|
10476
10409
|
const options = {};
|
|
@@ -10519,7 +10452,9 @@ const factory = (env) => {
|
|
|
10519
10452
|
};
|
|
10520
10453
|
const seedCache = /* @__PURE__ */ new Map();
|
|
10521
10454
|
const getFetch = (config) => {
|
|
10522
|
-
let env =
|
|
10455
|
+
let env = utils$1.merge.call({
|
|
10456
|
+
skipUndefined: true
|
|
10457
|
+
}, globalFetchAPI, config ? config.env : null);
|
|
10523
10458
|
const { fetch: fetch2, Request, Response } = env;
|
|
10524
10459
|
const seeds = [
|
|
10525
10460
|
Request,
|
|
@@ -10554,49 +10489,40 @@ utils$1.forEach(knownAdapters, (fn, value) => {
|
|
|
10554
10489
|
});
|
|
10555
10490
|
const renderReason = (reason) => `- ${reason}`;
|
|
10556
10491
|
const isResolvedHandle = (adapter) => utils$1.isFunction(adapter) || adapter === null || adapter === false;
|
|
10557
|
-
|
|
10558
|
-
|
|
10559
|
-
|
|
10560
|
-
|
|
10561
|
-
|
|
10562
|
-
|
|
10563
|
-
|
|
10564
|
-
|
|
10565
|
-
|
|
10566
|
-
|
|
10567
|
-
|
|
10568
|
-
|
|
10569
|
-
|
|
10570
|
-
|
|
10492
|
+
const adapters = {
|
|
10493
|
+
getAdapter: (adapters2, config) => {
|
|
10494
|
+
adapters2 = utils$1.isArray(adapters2) ? adapters2 : [adapters2];
|
|
10495
|
+
const { length } = adapters2;
|
|
10496
|
+
let nameOrAdapter;
|
|
10497
|
+
let adapter;
|
|
10498
|
+
const rejectedReasons = {};
|
|
10499
|
+
for (let i = 0; i < length; i++) {
|
|
10500
|
+
nameOrAdapter = adapters2[i];
|
|
10501
|
+
let id;
|
|
10502
|
+
adapter = nameOrAdapter;
|
|
10503
|
+
if (!isResolvedHandle(nameOrAdapter)) {
|
|
10504
|
+
adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()];
|
|
10505
|
+
if (adapter === void 0) {
|
|
10506
|
+
throw new AxiosError$1(`Unknown adapter '${id}'`);
|
|
10507
|
+
}
|
|
10508
|
+
}
|
|
10509
|
+
if (adapter && (utils$1.isFunction(adapter) || (adapter = adapter.get(config)))) {
|
|
10510
|
+
break;
|
|
10571
10511
|
}
|
|
10512
|
+
rejectedReasons[id || "#" + i] = adapter;
|
|
10572
10513
|
}
|
|
10573
|
-
if (adapter
|
|
10574
|
-
|
|
10514
|
+
if (!adapter) {
|
|
10515
|
+
const reasons = Object.entries(rejectedReasons).map(
|
|
10516
|
+
([id, state]) => `adapter ${id} ` + (state === false ? "is not supported by the environment" : "is not available in the build")
|
|
10517
|
+
);
|
|
10518
|
+
let s = length ? reasons.length > 1 ? "since :\n" + reasons.map(renderReason).join("\n") : " " + renderReason(reasons[0]) : "as no adapter specified";
|
|
10519
|
+
throw new AxiosError$1(
|
|
10520
|
+
`There is no suitable adapter to dispatch the request ` + s,
|
|
10521
|
+
"ERR_NOT_SUPPORT"
|
|
10522
|
+
);
|
|
10575
10523
|
}
|
|
10576
|
-
|
|
10577
|
-
}
|
|
10578
|
-
if (!adapter) {
|
|
10579
|
-
const reasons = Object.entries(rejectedReasons).map(
|
|
10580
|
-
([id, state]) => `adapter ${id} ` + (state === false ? "is not supported by the environment" : "is not available in the build")
|
|
10581
|
-
);
|
|
10582
|
-
let s = length ? reasons.length > 1 ? "since :\n" + reasons.map(renderReason).join("\n") : " " + renderReason(reasons[0]) : "as no adapter specified";
|
|
10583
|
-
throw new AxiosError$1(
|
|
10584
|
-
`There is no suitable adapter to dispatch the request ` + s,
|
|
10585
|
-
"ERR_NOT_SUPPORT"
|
|
10586
|
-
);
|
|
10587
|
-
}
|
|
10588
|
-
return adapter;
|
|
10589
|
-
}
|
|
10590
|
-
const adapters = {
|
|
10591
|
-
/**
|
|
10592
|
-
* Resolve an adapter from a list of adapter names or functions.
|
|
10593
|
-
* @type {Function}
|
|
10594
|
-
*/
|
|
10595
|
-
getAdapter: getAdapter$1,
|
|
10596
|
-
/**
|
|
10597
|
-
* Exposes all known adapters
|
|
10598
|
-
* @type {Object<string, Function|Object>}
|
|
10599
|
-
*/
|
|
10524
|
+
return adapter;
|
|
10525
|
+
},
|
|
10600
10526
|
adapters: knownAdapters
|
|
10601
10527
|
};
|
|
10602
10528
|
function throwIfCancellationRequested(config) {
|
|
@@ -10642,7 +10568,7 @@ function dispatchRequest(config) {
|
|
|
10642
10568
|
return Promise.reject(reason);
|
|
10643
10569
|
});
|
|
10644
10570
|
}
|
|
10645
|
-
const VERSION$1 = "1.
|
|
10571
|
+
const VERSION$1 = "1.12.0";
|
|
10646
10572
|
const validators$1 = {};
|
|
10647
10573
|
["object", "boolean", "number", "function", "string", "symbol"].forEach((type, i) => {
|
|
10648
10574
|
validators$1[type] = function validator2(thing) {
|
|
@@ -10821,6 +10747,7 @@ let Axios$1 = class Axios {
|
|
|
10821
10747
|
}
|
|
10822
10748
|
len = requestInterceptorChain.length;
|
|
10823
10749
|
let newConfig = config;
|
|
10750
|
+
i = 0;
|
|
10824
10751
|
while (i < len) {
|
|
10825
10752
|
const onFulfilled = requestInterceptorChain[i++];
|
|
10826
10753
|
const onRejected = requestInterceptorChain[i++];
|
|
@@ -11040,13 +10967,7 @@ const HttpStatusCode$1 = {
|
|
|
11040
10967
|
InsufficientStorage: 507,
|
|
11041
10968
|
LoopDetected: 508,
|
|
11042
10969
|
NotExtended: 510,
|
|
11043
|
-
NetworkAuthenticationRequired: 511
|
|
11044
|
-
WebServerIsDown: 521,
|
|
11045
|
-
ConnectionTimedOut: 522,
|
|
11046
|
-
OriginIsUnreachable: 523,
|
|
11047
|
-
TimeoutOccurred: 524,
|
|
11048
|
-
SslHandshakeFailed: 525,
|
|
11049
|
-
InvalidSslCertificate: 526
|
|
10970
|
+
NetworkAuthenticationRequired: 511
|
|
11050
10971
|
};
|
|
11051
10972
|
Object.entries(HttpStatusCode$1).forEach(([key, value]) => {
|
|
11052
10973
|
HttpStatusCode$1[value] = key;
|
|
@@ -11717,7 +11638,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
11717
11638
|
createElementVNode("div", {
|
|
11718
11639
|
class: "home-nav-link tools-questionnaire",
|
|
11719
11640
|
onClick: toggleGrowthCenter
|
|
11720
|
-
},
|
|
11641
|
+
}, _cache[6] || (_cache[6] = [
|
|
11721
11642
|
createElementVNode("div", { class: "home-nav-item" }, [
|
|
11722
11643
|
createElementVNode("img", {
|
|
11723
11644
|
class: "common-icon inline-block h-[20px] w-[20px]",
|
|
@@ -11725,7 +11646,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
11725
11646
|
alt: ""
|
|
11726
11647
|
})
|
|
11727
11648
|
], -1)
|
|
11728
|
-
])
|
|
11649
|
+
]))
|
|
11729
11650
|
]),
|
|
11730
11651
|
_: 1
|
|
11731
11652
|
})) : createCommentVNode("", true),
|
|
@@ -11748,7 +11669,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
11748
11669
|
id: "gitcode-desk-btn",
|
|
11749
11670
|
class: "home-nav-item kefu",
|
|
11750
11671
|
onClick: showDesk
|
|
11751
|
-
},
|
|
11672
|
+
}, _cache[7] || (_cache[7] = [
|
|
11752
11673
|
createElementVNode("img", {
|
|
11753
11674
|
class: "inline-block h-[20px] w-[20px]",
|
|
11754
11675
|
src: "https://cdn-static.gitcode.com/static/images/desk/kefu.png",
|
|
@@ -11758,7 +11679,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
11758
11679
|
createElementVNode("div", null, "客"),
|
|
11759
11680
|
createElementVNode("div", null, "服")
|
|
11760
11681
|
], -1)
|
|
11761
|
-
])
|
|
11682
|
+
]))
|
|
11762
11683
|
])
|
|
11763
11684
|
]),
|
|
11764
11685
|
_: 1
|
|
@@ -11811,9 +11732,9 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
11811
11732
|
key: item.index,
|
|
11812
11733
|
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)]"]),
|
|
11813
11734
|
onClick: ($event) => swTab(item)
|
|
11814
|
-
},
|
|
11735
|
+
}, _cache[11] || (_cache[11] = [
|
|
11815
11736
|
createElementVNode("span", { class: "cursor-pointer" }, null, -1)
|
|
11816
|
-
])
|
|
11737
|
+
]), 10, _hoisted_18$2);
|
|
11817
11738
|
}), 64))
|
|
11818
11739
|
]),
|
|
11819
11740
|
createElementVNode("div", null, [
|
|
@@ -11895,7 +11816,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
11895
11816
|
trigger: "hover",
|
|
11896
11817
|
offset: { mainAxis: 22, crossAxis: 0 }
|
|
11897
11818
|
}, {
|
|
11898
|
-
default: withCtx(() =>
|
|
11819
|
+
default: withCtx(() => _cache[10] || (_cache[10] = [
|
|
11899
11820
|
createElementVNode("div", { class: "home-nav-item" }, [
|
|
11900
11821
|
createElementVNode("img", {
|
|
11901
11822
|
class: "common-icon inline-block h-[20px] w-[20px]",
|
|
@@ -11908,7 +11829,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
11908
11829
|
alt: ""
|
|
11909
11830
|
})
|
|
11910
11831
|
], -1)
|
|
11911
|
-
])
|
|
11832
|
+
])),
|
|
11912
11833
|
_: 1
|
|
11913
11834
|
}, 8, ["content"])
|
|
11914
11835
|
])
|
|
@@ -12144,11 +12065,11 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
12144
12065
|
});
|
|
12145
12066
|
return (_ctx, _cache) => {
|
|
12146
12067
|
const _component_router_link = resolveComponent("router-link");
|
|
12147
|
-
return
|
|
12068
|
+
return _ctx.to && !_ctx.disabled ? (openBlock(), createBlock(_component_router_link, {
|
|
12148
12069
|
key: 0,
|
|
12149
|
-
class: normalizeClass(["g-link g-link-router-link", { hoverUnderline:
|
|
12150
|
-
to:
|
|
12151
|
-
target:
|
|
12070
|
+
class: normalizeClass(["g-link g-link-router-link", { hoverUnderline: _ctx.underline }]),
|
|
12071
|
+
to: _ctx.to,
|
|
12072
|
+
target: _ctx.target
|
|
12152
12073
|
}, {
|
|
12153
12074
|
default: withCtx(() => [
|
|
12154
12075
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
@@ -12156,10 +12077,10 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
12156
12077
|
_: 3
|
|
12157
12078
|
}, 8, ["class", "to", "target"])) : (openBlock(), createElementBlock("a", {
|
|
12158
12079
|
key: 1,
|
|
12159
|
-
class: normalizeClass(["g-link g-link-a", { hoverUnderline:
|
|
12160
|
-
href:
|
|
12161
|
-
target:
|
|
12162
|
-
disabled:
|
|
12080
|
+
class: normalizeClass(["g-link g-link-a", { hoverUnderline: _ctx.underline, noPointer: _ctx.noPointer }]),
|
|
12081
|
+
href: _ctx.disabled || !targetHref.value ? defaultHref.value : targetHref.value,
|
|
12082
|
+
target: _ctx.target,
|
|
12083
|
+
disabled: _ctx.disabled || _ctx.noPointer
|
|
12163
12084
|
}, [
|
|
12164
12085
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
12165
12086
|
], 10, _hoisted_1$u));
|
|
@@ -12760,12 +12681,12 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
12760
12681
|
key: 0,
|
|
12761
12682
|
"img-src": imgSrc.value,
|
|
12762
12683
|
name: placeholderName.value,
|
|
12763
|
-
width:
|
|
12764
|
-
height:
|
|
12765
|
-
"is-round":
|
|
12766
|
-
class: normalizeClass({ "devui-avatar-square": !
|
|
12684
|
+
width: _ctx.width,
|
|
12685
|
+
height: _ctx.height,
|
|
12686
|
+
"is-round": _ctx.is_round,
|
|
12687
|
+
class: normalizeClass({ "devui-avatar-square": !_ctx.is_round, "gavatar-custom": !imgSrc.value }),
|
|
12767
12688
|
onLoadError,
|
|
12768
|
-
style: normalizeStyle({ minWidth:
|
|
12689
|
+
style: normalizeStyle({ minWidth: _ctx.width + "px" })
|
|
12769
12690
|
}, null, 8, ["img-src", "name", "width", "height", "is-round", "class", "style"])) : createCommentVNode("", true);
|
|
12770
12691
|
};
|
|
12771
12692
|
}
|
|
@@ -12804,15 +12725,15 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
12804
12725
|
return openBlock(), createBlock(unref(Tooltip), {
|
|
12805
12726
|
class: "flash-tag-message",
|
|
12806
12727
|
position: ["top", "bottom"],
|
|
12807
|
-
content:
|
|
12728
|
+
content: _ctx.message,
|
|
12808
12729
|
"overlay-class": "flash-tag-tooltip",
|
|
12809
|
-
disabled: unref(isPhone)() ||
|
|
12730
|
+
disabled: unref(isPhone)() || _ctx.disabled
|
|
12810
12731
|
}, {
|
|
12811
12732
|
default: withCtx(() => [
|
|
12812
12733
|
createElementVNode("span", mergeProps({
|
|
12813
|
-
class: ["gc-flash-tag cursor-default", { "gc-trusted-tag":
|
|
12734
|
+
class: ["gc-flash-tag cursor-default", { "gc-trusted-tag": _ctx.trusted, "cursor-pointer": _ctx.clickEnabled, "cursor-default": !_ctx.clickEnabled, "gc-icon-tag": _ctx.icon }]
|
|
12814
12735
|
}, _ctx.$attrs, { onClick: handleClick }), [
|
|
12815
|
-
|
|
12736
|
+
_ctx.icon ? (openBlock(), createElementBlock("img", {
|
|
12816
12737
|
key: 0,
|
|
12817
12738
|
class: "w-[16px] h-[16px]",
|
|
12818
12739
|
src: iconUrl.value
|
|
@@ -12893,7 +12814,7 @@ function getAugmentedNamespace(n) {
|
|
|
12893
12814
|
return a;
|
|
12894
12815
|
}
|
|
12895
12816
|
var relativeTime$1 = { exports: {} };
|
|
12896
|
-
(function(module, exports
|
|
12817
|
+
(function(module, exports) {
|
|
12897
12818
|
!function(r, e) {
|
|
12898
12819
|
module.exports = e();
|
|
12899
12820
|
}(commonjsGlobal, function() {
|
|
@@ -13464,7 +13385,7 @@ var locale = {
|
|
|
13464
13385
|
};
|
|
13465
13386
|
dayjs.locale(locale, null, true);
|
|
13466
13387
|
var timezone = { exports: {} };
|
|
13467
|
-
(function(module, exports
|
|
13388
|
+
(function(module, exports) {
|
|
13468
13389
|
!function(t2, e) {
|
|
13469
13390
|
module.exports = e();
|
|
13470
13391
|
}(commonjsGlobal, function() {
|
|
@@ -13527,7 +13448,7 @@ var timezone = { exports: {} };
|
|
|
13527
13448
|
var timezoneExports = timezone.exports;
|
|
13528
13449
|
const tz = /* @__PURE__ */ getDefaultExportFromCjs(timezoneExports);
|
|
13529
13450
|
var utc$1 = { exports: {} };
|
|
13530
|
-
(function(module, exports
|
|
13451
|
+
(function(module, exports) {
|
|
13531
13452
|
!function(t2, i) {
|
|
13532
13453
|
module.exports = i();
|
|
13533
13454
|
}(commonjsGlobal, function() {
|
|
@@ -13543,16 +13464,16 @@ var utc$1 = { exports: {} };
|
|
|
13543
13464
|
}, u.local = function() {
|
|
13544
13465
|
return n(this.toDate(), { locale: this.$L, utc: false });
|
|
13545
13466
|
};
|
|
13546
|
-
var
|
|
13467
|
+
var o = u.parse;
|
|
13547
13468
|
u.parse = function(t3) {
|
|
13548
|
-
t3.utc && (this.$u = true), this.$utils().u(t3.$offset) || (this.$offset = t3.$offset),
|
|
13469
|
+
t3.utc && (this.$u = true), this.$utils().u(t3.$offset) || (this.$offset = t3.$offset), o.call(this, t3);
|
|
13549
13470
|
};
|
|
13550
|
-
var
|
|
13471
|
+
var r = u.init;
|
|
13551
13472
|
u.init = function() {
|
|
13552
13473
|
if (this.$u) {
|
|
13553
13474
|
var t3 = this.$d;
|
|
13554
13475
|
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();
|
|
13555
|
-
} else
|
|
13476
|
+
} else r.call(this);
|
|
13556
13477
|
};
|
|
13557
13478
|
var a = u.utcOffset;
|
|
13558
13479
|
u.utcOffset = function(s2, f2) {
|
|
@@ -13565,12 +13486,13 @@ var utc$1 = { exports: {} };
|
|
|
13565
13486
|
var f3 = ("" + s3[0]).match(e) || ["-", 0, 0], n3 = f3[0], u3 = 60 * +f3[1] + +f3[2];
|
|
13566
13487
|
return 0 === u3 ? 0 : "+" === n3 ? u3 : -u3;
|
|
13567
13488
|
}(s2), null === s2)) return this;
|
|
13568
|
-
var u2 = Math.abs(s2) <= 16 ? 60 * s2 : s2;
|
|
13569
|
-
if (0 ===
|
|
13570
|
-
|
|
13571
|
-
|
|
13572
|
-
|
|
13573
|
-
|
|
13489
|
+
var u2 = Math.abs(s2) <= 16 ? 60 * s2 : s2, o2 = this;
|
|
13490
|
+
if (f2) return o2.$offset = u2, o2.$u = 0 === s2, o2;
|
|
13491
|
+
if (0 !== s2) {
|
|
13492
|
+
var r2 = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
|
|
13493
|
+
(o2 = this.local().add(u2 + r2, t2)).$offset = u2, o2.$x.$localOffset = r2;
|
|
13494
|
+
} else o2 = this.utc();
|
|
13495
|
+
return o2;
|
|
13574
13496
|
};
|
|
13575
13497
|
var h2 = u.format;
|
|
13576
13498
|
u.format = function(t3) {
|
|
@@ -13800,7 +13722,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
13800
13722
|
});
|
|
13801
13723
|
return (_ctx, _cache) => {
|
|
13802
13724
|
var _a, _b;
|
|
13803
|
-
return
|
|
13725
|
+
return _ctx.scene === unref(SceneValue).org && !_ctx.errorCode ? (openBlock(), createElementBlock("div", _hoisted_1$s, [
|
|
13804
13726
|
createVNode(GLink, {
|
|
13805
13727
|
to: { name: "homepage" },
|
|
13806
13728
|
class: "flex flex-1 items-center gap-[8px]"
|
|
@@ -13824,21 +13746,21 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
13824
13746
|
createVNode(unref(Button), {
|
|
13825
13747
|
onClick: _cache[0] || (_cache[0] = ($event) => {
|
|
13826
13748
|
var _a2;
|
|
13827
|
-
return handleOrgFollow((_a2 =
|
|
13749
|
+
return handleOrgFollow((_a2 = _ctx.orgProps) == null ? void 0 : _a2.isOrgFollow);
|
|
13828
13750
|
}),
|
|
13829
13751
|
class: "org-layout-toolbar-follow"
|
|
13830
13752
|
}, {
|
|
13831
13753
|
default: withCtx(() => {
|
|
13832
13754
|
var _a2;
|
|
13833
13755
|
return [
|
|
13834
|
-
createElementVNode("span", _hoisted_3$k, toDisplayString$1(((_a2 =
|
|
13756
|
+
createElementVNode("span", _hoisted_3$k, toDisplayString$1(((_a2 = _ctx.orgProps) == null ? void 0 : _a2.isOrgFollow) ? unref(t2)("gitCodeLayout.home.alreadyFollowed") : unref(t2)("gitCodeLayout.home.focusOn")), 1)
|
|
13835
13757
|
];
|
|
13836
13758
|
}),
|
|
13837
13759
|
_: 1
|
|
13838
13760
|
})
|
|
13839
|
-
])) :
|
|
13761
|
+
])) : _ctx.scene === unref(SceneValue).repo && !_ctx.errorCode ? (openBlock(), createBlock(unref(Skeleton), {
|
|
13840
13762
|
key: 1,
|
|
13841
|
-
loading: (_a =
|
|
13763
|
+
loading: (_a = _ctx.repoProps) == null ? void 0 : _a.repoNameLoading,
|
|
13842
13764
|
rows: 1
|
|
13843
13765
|
}, {
|
|
13844
13766
|
placeholder: withCtx(() => [
|
|
@@ -13861,7 +13783,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
13861
13783
|
default: withCtx(() => {
|
|
13862
13784
|
var _a3, _b3, _c2, _d2;
|
|
13863
13785
|
return [
|
|
13864
|
-
!((_a3 =
|
|
13786
|
+
!((_a3 = _ctx.repoProps) == null ? void 0 : _a3.isGhMirrors) ? (openBlock(), createBlock(_sfc_main$A, {
|
|
13865
13787
|
key: 0,
|
|
13866
13788
|
class: normalizeClass({ "g-border": isOrg.value }),
|
|
13867
13789
|
src: (_c2 = (_b3 = unref(repoInfo)) == null ? void 0 : _b3.namespace) == null ? void 0 : _c2.avatar_url,
|
|
@@ -13877,7 +13799,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
13877
13799
|
_: 1
|
|
13878
13800
|
}, 8, ["href"]),
|
|
13879
13801
|
createElementVNode("div", _hoisted_8$5, [
|
|
13880
|
-
!((_b2 =
|
|
13802
|
+
!((_b2 = _ctx.repoProps) == null ? void 0 : _b2.isGhMirrors) ? (openBlock(), createElementBlock("div", {
|
|
13881
13803
|
key: 0,
|
|
13882
13804
|
ref_key: "breadcrumbRef",
|
|
13883
13805
|
ref: breadcrumbRef,
|
|
@@ -13912,7 +13834,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
13912
13834
|
key: 1,
|
|
13913
13835
|
ref_key: "breadcrumbNextRef",
|
|
13914
13836
|
ref: breadcrumbNextRef,
|
|
13915
|
-
class: normalizeClass(["g-repo-layout-breadcrumb-next max-md:w-full flex items-end gap-[8px]", [((_c =
|
|
13837
|
+
class: normalizeClass(["g-repo-layout-breadcrumb-next max-md:w-full flex items-end gap-[8px]", [((_c = _ctx.repoProps) == null ? void 0 : _c.isGhMirrors) ? "max-w-full" : "max-w-[60%]"]])
|
|
13916
13838
|
}, [
|
|
13917
13839
|
createVNode(GLink, {
|
|
13918
13840
|
class: "linkTx",
|
|
@@ -13935,9 +13857,9 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
13935
13857
|
type: "gstar",
|
|
13936
13858
|
message: `G-Star ${unref(t2)("gitCodeLayout.GStar.project.graduation")}`
|
|
13937
13859
|
}, {
|
|
13938
|
-
default: withCtx(() =>
|
|
13939
|
-
createTextVNode("G-Star "
|
|
13940
|
-
])
|
|
13860
|
+
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
13861
|
+
createTextVNode("G-Star ")
|
|
13862
|
+
])),
|
|
13941
13863
|
_: 1
|
|
13942
13864
|
}, 8, ["message"])
|
|
13943
13865
|
])) : unref(isIncubationRepo)(unref(repoInfo).topic_names) ? (openBlock(), createElementBlock("div", _hoisted_13$1, [
|
|
@@ -13947,9 +13869,9 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
13947
13869
|
type: "incubation",
|
|
13948
13870
|
message: `G-Star ${unref(t2)("gitCodeLayout.GStar.project.incubation")}`
|
|
13949
13871
|
}, {
|
|
13950
|
-
default: withCtx(() =>
|
|
13951
|
-
createTextVNode(" G-Star "
|
|
13952
|
-
])
|
|
13872
|
+
default: withCtx(() => _cache[3] || (_cache[3] = [
|
|
13873
|
+
createTextVNode(" G-Star ")
|
|
13874
|
+
])),
|
|
13953
13875
|
_: 1
|
|
13954
13876
|
}, 8, ["message"])
|
|
13955
13877
|
])) : createCommentVNode("", true),
|
|
@@ -13962,7 +13884,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
13962
13884
|
href: "/trusted"
|
|
13963
13885
|
}, null, 8, ["message"])
|
|
13964
13886
|
])) : createCommentVNode("", true),
|
|
13965
|
-
((_d =
|
|
13887
|
+
((_d = _ctx.repoProps) == null ? void 0 : _d.isPrivate) ? (openBlock(), createElementBlock("div", _hoisted_15$1, [
|
|
13966
13888
|
createVNode(GIcon, {
|
|
13967
13889
|
size: "16px",
|
|
13968
13890
|
class: "ml-[4px]",
|
|
@@ -13981,7 +13903,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
13981
13903
|
}, null, 8, ["name"]),
|
|
13982
13904
|
createElementVNode("span", _hoisted_16$1, toDisplayString$1((_f = topicTag.value) == null ? void 0 : _f.suffix), 1)
|
|
13983
13905
|
])) : createCommentVNode("", true),
|
|
13984
|
-
((_g =
|
|
13906
|
+
((_g = _ctx.repoProps) == null ? void 0 : _g.isGhMirrors) && showTimeTopic.value && !unref(isPhone)() ? (openBlock(), createElementBlock("div", _hoisted_17$1, [
|
|
13985
13907
|
createVNode(GIcon, {
|
|
13986
13908
|
name: "gt-line-time",
|
|
13987
13909
|
color: "var(--devui-shape-icon-fill)",
|
|
@@ -13995,7 +13917,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
13995
13917
|
];
|
|
13996
13918
|
}),
|
|
13997
13919
|
_: 1
|
|
13998
|
-
}, 8, ["loading"])) :
|
|
13920
|
+
}, 8, ["loading"])) : _ctx.scene === unref(SceneValue).user && ((_b = _ctx.userProps) == null ? void 0 : _b.isOtherUser) ? (openBlock(), createElementBlock("div", _hoisted_20$1, [
|
|
13999
13921
|
createVNode(GLink, {
|
|
14000
13922
|
to: { name: "homepage" },
|
|
14001
13923
|
class: "flex flex-1 items-center gap-[8px]"
|
|
@@ -14053,7 +13975,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
14053
13975
|
onClick: handleClick
|
|
14054
13976
|
}, [
|
|
14055
13977
|
createElementVNode("img", {
|
|
14056
|
-
src:
|
|
13978
|
+
src: _ctx.config.logo_url,
|
|
14057
13979
|
alt: "claim power"
|
|
14058
13980
|
}, null, 8, _hoisted_1$r)
|
|
14059
13981
|
])) : createCommentVNode("", true);
|
|
@@ -14107,7 +14029,7 @@ var hasRequiredCore;
|
|
|
14107
14029
|
function requireCore() {
|
|
14108
14030
|
if (hasRequiredCore) return core.exports;
|
|
14109
14031
|
hasRequiredCore = 1;
|
|
14110
|
-
(function(module, exports
|
|
14032
|
+
(function(module, exports) {
|
|
14111
14033
|
(function(root, factory2) {
|
|
14112
14034
|
{
|
|
14113
14035
|
module.exports = factory2();
|
|
@@ -14714,7 +14636,7 @@ var hasRequiredEncBase64;
|
|
|
14714
14636
|
function requireEncBase64() {
|
|
14715
14637
|
if (hasRequiredEncBase64) return encBase64.exports;
|
|
14716
14638
|
hasRequiredEncBase64 = 1;
|
|
14717
|
-
(function(module, exports
|
|
14639
|
+
(function(module, exports) {
|
|
14718
14640
|
(function(root, factory2) {
|
|
14719
14641
|
{
|
|
14720
14642
|
module.exports = factory2(requireCore());
|
|
@@ -14821,7 +14743,7 @@ var hasRequiredMd5;
|
|
|
14821
14743
|
function requireMd5() {
|
|
14822
14744
|
if (hasRequiredMd5) return md5.exports;
|
|
14823
14745
|
hasRequiredMd5 = 1;
|
|
14824
|
-
(function(module, exports
|
|
14746
|
+
(function(module, exports) {
|
|
14825
14747
|
(function(root, factory2) {
|
|
14826
14748
|
{
|
|
14827
14749
|
module.exports = factory2(requireCore());
|
|
@@ -15000,7 +14922,7 @@ var hasRequiredSha1;
|
|
|
15000
14922
|
function requireSha1() {
|
|
15001
14923
|
if (hasRequiredSha1) return sha1.exports;
|
|
15002
14924
|
hasRequiredSha1 = 1;
|
|
15003
|
-
(function(module, exports
|
|
14925
|
+
(function(module, exports) {
|
|
15004
14926
|
(function(root, factory2) {
|
|
15005
14927
|
{
|
|
15006
14928
|
module.exports = factory2(requireCore());
|
|
@@ -15090,7 +15012,7 @@ var hasRequiredHmac;
|
|
|
15090
15012
|
function requireHmac() {
|
|
15091
15013
|
if (hasRequiredHmac) return hmac.exports;
|
|
15092
15014
|
hasRequiredHmac = 1;
|
|
15093
|
-
(function(module, exports
|
|
15015
|
+
(function(module, exports) {
|
|
15094
15016
|
(function(root, factory2) {
|
|
15095
15017
|
{
|
|
15096
15018
|
module.exports = factory2(requireCore());
|
|
@@ -15195,7 +15117,7 @@ var hasRequiredEvpkdf;
|
|
|
15195
15117
|
function requireEvpkdf() {
|
|
15196
15118
|
if (hasRequiredEvpkdf) return evpkdf.exports;
|
|
15197
15119
|
hasRequiredEvpkdf = 1;
|
|
15198
|
-
(function(module, exports
|
|
15120
|
+
(function(module, exports) {
|
|
15199
15121
|
(function(root, factory2, undef) {
|
|
15200
15122
|
{
|
|
15201
15123
|
module.exports = factory2(requireCore(), requireSha1(), requireHmac());
|
|
@@ -15285,7 +15207,7 @@ var hasRequiredCipherCore;
|
|
|
15285
15207
|
function requireCipherCore() {
|
|
15286
15208
|
if (hasRequiredCipherCore) return cipherCore.exports;
|
|
15287
15209
|
hasRequiredCipherCore = 1;
|
|
15288
|
-
(function(module, exports
|
|
15210
|
+
(function(module, exports) {
|
|
15289
15211
|
(function(root, factory2, undef) {
|
|
15290
15212
|
{
|
|
15291
15213
|
module.exports = factory2(requireCore(), requireEvpkdf());
|
|
@@ -15844,15 +15766,11 @@ function requireCipherCore() {
|
|
|
15844
15766
|
* var derivedParams = CryptoJS.kdf.OpenSSL.execute('Password', 256/32, 128/32);
|
|
15845
15767
|
* var derivedParams = CryptoJS.kdf.OpenSSL.execute('Password', 256/32, 128/32, 'saltsalt');
|
|
15846
15768
|
*/
|
|
15847
|
-
execute: function(password, keySize, ivSize, salt
|
|
15769
|
+
execute: function(password, keySize, ivSize, salt) {
|
|
15848
15770
|
if (!salt) {
|
|
15849
15771
|
salt = WordArray.random(64 / 8);
|
|
15850
15772
|
}
|
|
15851
|
-
|
|
15852
|
-
var key = EvpKDF.create({ keySize: keySize + ivSize }).compute(password, salt);
|
|
15853
|
-
} else {
|
|
15854
|
-
var key = EvpKDF.create({ keySize: keySize + ivSize, hasher }).compute(password, salt);
|
|
15855
|
-
}
|
|
15773
|
+
var key = EvpKDF.create({ keySize: keySize + ivSize }).compute(password, salt);
|
|
15856
15774
|
var iv = WordArray.create(key.words.slice(keySize), ivSize * 4);
|
|
15857
15775
|
key.sigBytes = keySize * 4;
|
|
15858
15776
|
return CipherParams.create({ key, iv, salt });
|
|
@@ -15886,7 +15804,7 @@ function requireCipherCore() {
|
|
|
15886
15804
|
*/
|
|
15887
15805
|
encrypt: function(cipher, message, password, cfg) {
|
|
15888
15806
|
cfg = this.cfg.extend(cfg);
|
|
15889
|
-
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize
|
|
15807
|
+
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize);
|
|
15890
15808
|
cfg.iv = derivedParams.iv;
|
|
15891
15809
|
var ciphertext = SerializableCipher.encrypt.call(this, cipher, message, derivedParams.key, cfg);
|
|
15892
15810
|
ciphertext.mixIn(derivedParams);
|
|
@@ -15912,7 +15830,7 @@ function requireCipherCore() {
|
|
|
15912
15830
|
decrypt: function(cipher, ciphertext, password, cfg) {
|
|
15913
15831
|
cfg = this.cfg.extend(cfg);
|
|
15914
15832
|
ciphertext = this._parse(ciphertext, cfg.format);
|
|
15915
|
-
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize, ciphertext.salt
|
|
15833
|
+
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize, ciphertext.salt);
|
|
15916
15834
|
cfg.iv = derivedParams.iv;
|
|
15917
15835
|
var plaintext = SerializableCipher.decrypt.call(this, cipher, ciphertext, derivedParams.key, cfg);
|
|
15918
15836
|
return plaintext;
|
|
@@ -15923,7 +15841,7 @@ function requireCipherCore() {
|
|
|
15923
15841
|
})(cipherCore);
|
|
15924
15842
|
return cipherCore.exports;
|
|
15925
15843
|
}
|
|
15926
|
-
(function(module, exports
|
|
15844
|
+
(function(module, exports) {
|
|
15927
15845
|
(function(root, factory2, undef) {
|
|
15928
15846
|
{
|
|
15929
15847
|
module.exports = factory2(requireCore(), requireEncBase64(), requireMd5(), requireEvpkdf(), requireCipherCore());
|
|
@@ -16072,7 +15990,7 @@ function requireCipherCore() {
|
|
|
16072
15990
|
var aesExports = aes.exports;
|
|
16073
15991
|
const AES = /* @__PURE__ */ getDefaultExportFromCjs(aesExports);
|
|
16074
15992
|
var padPkcs7 = { exports: {} };
|
|
16075
|
-
(function(module, exports
|
|
15993
|
+
(function(module, exports) {
|
|
16076
15994
|
(function(root, factory2, undef) {
|
|
16077
15995
|
{
|
|
16078
15996
|
module.exports = factory2(requireCore(), requireCipherCore());
|
|
@@ -16084,7 +16002,7 @@ var padPkcs7 = { exports: {} };
|
|
|
16084
16002
|
var padPkcs7Exports = padPkcs7.exports;
|
|
16085
16003
|
const Pkcs7 = /* @__PURE__ */ getDefaultExportFromCjs(padPkcs7Exports);
|
|
16086
16004
|
var encUtf8 = { exports: {} };
|
|
16087
|
-
(function(module, exports
|
|
16005
|
+
(function(module, exports) {
|
|
16088
16006
|
(function(root, factory2) {
|
|
16089
16007
|
{
|
|
16090
16008
|
module.exports = factory2(requireCore());
|
|
@@ -16521,8 +16439,9 @@ const _sfc_main$v = /* @__PURE__ */ Object.assign({
|
|
|
16521
16439
|
(openBlock(true), createElementBlock(Fragment, null, renderList(linkList.value, (item) => {
|
|
16522
16440
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
16523
16441
|
item.show !== false ? (openBlock(), createBlock(OptionLink, mergeProps({
|
|
16524
|
-
key: item.label
|
|
16525
|
-
|
|
16442
|
+
key: item.label,
|
|
16443
|
+
ref_for: true
|
|
16444
|
+
}, item, {
|
|
16526
16445
|
onClick: ($event) => handleClick(item)
|
|
16527
16446
|
}), {
|
|
16528
16447
|
default: withCtx(() => [
|
|
@@ -16569,7 +16488,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
16569
16488
|
return (_ctx, _cache) => {
|
|
16570
16489
|
return openBlock(), createBlock(GLink, {
|
|
16571
16490
|
variant: "text",
|
|
16572
|
-
class: normalizeClass(["g-toolbar-docs",
|
|
16491
|
+
class: normalizeClass(["g-toolbar-docs", _ctx.whiteColor ? "white" : "black"]),
|
|
16573
16492
|
href: unref(currentHelpDocsAiCommunityUrl)(),
|
|
16574
16493
|
target: "_blank"
|
|
16575
16494
|
}, {
|
|
@@ -16928,14 +16847,14 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
16928
16847
|
}, [
|
|
16929
16848
|
createVNode(GLink, {
|
|
16930
16849
|
class: "g-user-drawer-info pl-[32px] pr-[16px] cursor-pointer",
|
|
16931
|
-
href: `${unref(layoutConfig2).VITE_HOST}/${
|
|
16850
|
+
href: `${unref(layoutConfig2).VITE_HOST}/${_ctx.accountInfo.username}`,
|
|
16932
16851
|
key: "myPage",
|
|
16933
|
-
target:
|
|
16852
|
+
target: _ctx.isChatBot ? "_blank" : ""
|
|
16934
16853
|
}, {
|
|
16935
16854
|
default: withCtx(() => [
|
|
16936
16855
|
createVNode(_sfc_main$A, {
|
|
16937
|
-
name:
|
|
16938
|
-
src:
|
|
16856
|
+
name: _ctx.accountInfo.nickname,
|
|
16857
|
+
src: _ctx.accountInfo.avatar,
|
|
16939
16858
|
width: 52,
|
|
16940
16859
|
height: 52
|
|
16941
16860
|
}, null, 8, ["name", "src"]),
|
|
@@ -16943,12 +16862,12 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
16943
16862
|
createElementVNode("div", _hoisted_2$j, [
|
|
16944
16863
|
createElementVNode("p", {
|
|
16945
16864
|
class: "g-user-drawer-info-list-name ellipsis",
|
|
16946
|
-
title:
|
|
16947
|
-
}, toDisplayString$1(
|
|
16865
|
+
title: _ctx.accountInfo.nickname
|
|
16866
|
+
}, toDisplayString$1(_ctx.accountInfo.nickname), 9, _hoisted_3$i),
|
|
16948
16867
|
createElementVNode("p", {
|
|
16949
16868
|
class: "g-user-drawer-info-list-id ellipsis",
|
|
16950
|
-
title:
|
|
16951
|
-
}, "@" + toDisplayString$1(
|
|
16869
|
+
title: _ctx.accountInfo.username
|
|
16870
|
+
}, "@" + toDisplayString$1(_ctx.accountInfo.username), 9, _hoisted_4$d)
|
|
16952
16871
|
]),
|
|
16953
16872
|
createVNode(GIcon, {
|
|
16954
16873
|
name: "gt-line-right",
|
|
@@ -16958,23 +16877,24 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
16958
16877
|
]),
|
|
16959
16878
|
_: 1
|
|
16960
16879
|
}, 8, ["href", "target"]),
|
|
16961
|
-
!
|
|
16880
|
+
!_ctx.inAIHub ? (openBlock(), createBlock(UserLevel, {
|
|
16962
16881
|
key: 0,
|
|
16963
|
-
accountInfo:
|
|
16882
|
+
accountInfo: _ctx.accountInfo
|
|
16964
16883
|
}, null, 8, ["accountInfo"])) : createCommentVNode("", true),
|
|
16965
16884
|
(openBlock(true), createElementBlock(Fragment, null, renderList(userMenuList.value, (block, index2) => {
|
|
16966
16885
|
return openBlock(), createElementBlock("div", {
|
|
16967
|
-
class: normalizeClass(["g-user-drawer-block", { "!pt-[0px]": index2 === 0 &&
|
|
16886
|
+
class: normalizeClass(["g-user-drawer-block", { "!pt-[0px]": index2 === 0 && _ctx.inAIHub }]),
|
|
16968
16887
|
key: index2
|
|
16969
16888
|
}, [
|
|
16970
16889
|
block.component ? (openBlock(), createBlock(resolveDynamicComponent(block.component), {
|
|
16971
16890
|
key: block.id
|
|
16972
16891
|
})) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList(block, (item) => {
|
|
16973
16892
|
return openBlock(), createBlock(OptionLink, mergeProps({
|
|
16974
|
-
key: item.id
|
|
16975
|
-
|
|
16893
|
+
key: item.id,
|
|
16894
|
+
ref_for: true
|
|
16895
|
+
}, item, {
|
|
16976
16896
|
onClick: ($event) => handleClick(item),
|
|
16977
|
-
target:
|
|
16897
|
+
target: _ctx.isChatBot && !item.action ? "_blank" : item.target || ""
|
|
16978
16898
|
}), {
|
|
16979
16899
|
default: withCtx(() => [
|
|
16980
16900
|
item.icon ? (openBlock(), createBlock(GIcon, {
|
|
@@ -17046,7 +16966,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
17046
16966
|
}
|
|
17047
16967
|
nextTick(() => {
|
|
17048
16968
|
if (judgeDrawerScroll()) {
|
|
17049
|
-
|
|
16969
|
+
handleDropdownScroll(status);
|
|
17050
16970
|
}
|
|
17051
16971
|
});
|
|
17052
16972
|
};
|
|
@@ -17066,13 +16986,6 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
17066
16986
|
}
|
|
17067
16987
|
};
|
|
17068
16988
|
getVisit();
|
|
17069
|
-
const getScrollDom = () => {
|
|
17070
|
-
if (typeof document !== "undefined" && document.getElementById) {
|
|
17071
|
-
const appDom = document.getElementById("app") || (document == null ? void 0 : document.getElementById("__nuxt"));
|
|
17072
|
-
return appDom;
|
|
17073
|
-
}
|
|
17074
|
-
return null;
|
|
17075
|
-
};
|
|
17076
16989
|
const judgeDrawerScroll = () => {
|
|
17077
16990
|
var _a;
|
|
17078
16991
|
if (typeof document !== "undefined" && document.querySelector) {
|
|
@@ -17084,14 +16997,41 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
17084
16997
|
}
|
|
17085
16998
|
return false;
|
|
17086
16999
|
};
|
|
17087
|
-
const
|
|
17088
|
-
|
|
17089
|
-
|
|
17000
|
+
const handleDropdownScroll = (status) => {
|
|
17001
|
+
if (typeof document === "undefined" || !document.querySelector) return;
|
|
17002
|
+
const dropdownMenu = document.querySelector(".g-user-dropdown .devui-dropdown__menu-wrap");
|
|
17003
|
+
if (!dropdownMenu) return;
|
|
17004
|
+
if (status) {
|
|
17005
|
+
dropdownMenu.removeEventListener("wheel", preventScrollPropagation);
|
|
17006
|
+
dropdownMenu.addEventListener("wheel", preventScrollPropagation, { passive: false });
|
|
17007
|
+
} else {
|
|
17008
|
+
dropdownMenu.removeEventListener("wheel", preventScrollPropagation);
|
|
17009
|
+
}
|
|
17010
|
+
};
|
|
17011
|
+
const preventScrollPropagation = (e) => {
|
|
17012
|
+
const target = e.currentTarget;
|
|
17013
|
+
if (!target) return;
|
|
17014
|
+
const { scrollTop, scrollHeight, clientHeight } = target;
|
|
17015
|
+
const isScrollingDown = e.deltaY > 0;
|
|
17016
|
+
const isScrollingUp = e.deltaY < 0;
|
|
17017
|
+
const threshold = 4;
|
|
17018
|
+
if (isScrollingDown && scrollTop + clientHeight >= scrollHeight - threshold) {
|
|
17019
|
+
e.preventDefault();
|
|
17020
|
+
e.stopPropagation();
|
|
17021
|
+
return;
|
|
17022
|
+
}
|
|
17023
|
+
if (isScrollingUp && scrollTop <= threshold) {
|
|
17024
|
+
e.preventDefault();
|
|
17025
|
+
e.stopPropagation();
|
|
17026
|
+
return;
|
|
17027
|
+
}
|
|
17028
|
+
e.stopPropagation();
|
|
17090
17029
|
};
|
|
17091
17030
|
const resetOverflow = () => {
|
|
17092
|
-
|
|
17093
|
-
|
|
17094
|
-
|
|
17031
|
+
if (typeof document === "undefined" || !document.querySelector) return;
|
|
17032
|
+
const dropdownMenu = document.querySelector(".g-user-dropdown .devui-dropdown__menu-wrap");
|
|
17033
|
+
if (dropdownMenu) {
|
|
17034
|
+
dropdownMenu.removeEventListener("wheel", preventScrollPropagation);
|
|
17095
17035
|
}
|
|
17096
17036
|
};
|
|
17097
17037
|
const handleStorageChange = (e) => {
|
|
@@ -17123,9 +17063,9 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
17123
17063
|
name: accountInfo.value.nickname,
|
|
17124
17064
|
src: unref(transformUrl)(accountInfo.value.avatar)
|
|
17125
17065
|
}, null, 8, ["name", "src"]),
|
|
17126
|
-
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_2$i,
|
|
17066
|
+
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_2$i, _cache[4] || (_cache[4] = [
|
|
17127
17067
|
createElementVNode("div", null, null, -1)
|
|
17128
|
-
])
|
|
17068
|
+
]))) : createCommentVNode("", true)
|
|
17129
17069
|
])
|
|
17130
17070
|
])) : (openBlock(), createBlock(unref(Dropdown), {
|
|
17131
17071
|
key: 1,
|
|
@@ -17154,9 +17094,9 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
17154
17094
|
name: accountInfo.value.nickname,
|
|
17155
17095
|
src: unref(transformUrl)(accountInfo.value.avatar)
|
|
17156
17096
|
}, null, 8, ["name", "src"]),
|
|
17157
|
-
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_4$c,
|
|
17097
|
+
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_4$c, _cache[5] || (_cache[5] = [
|
|
17158
17098
|
createElementVNode("div", null, null, -1)
|
|
17159
|
-
])
|
|
17099
|
+
]))) : createCommentVNode("", true)
|
|
17160
17100
|
])
|
|
17161
17101
|
]),
|
|
17162
17102
|
_: 1
|
|
@@ -17304,13 +17244,13 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
17304
17244
|
var _a;
|
|
17305
17245
|
const layoutConfig2 = useLayoutConfig();
|
|
17306
17246
|
const { t: $t } = i18n.global;
|
|
17307
|
-
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-
|
|
17308
|
-
const UserSearch = defineAsyncComponent(() => import("./UserSearch-
|
|
17309
|
-
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-
|
|
17310
|
-
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-
|
|
17311
|
-
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-
|
|
17312
|
-
const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-
|
|
17313
|
-
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-
|
|
17247
|
+
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-CP5f2uzQ.js"));
|
|
17248
|
+
const UserSearch = defineAsyncComponent(() => import("./UserSearch-CafkeCZN.js"));
|
|
17249
|
+
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-CEkNjbFh.js"));
|
|
17250
|
+
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-DsrmcbM0.js"));
|
|
17251
|
+
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-DQIY50Dz.js"));
|
|
17252
|
+
const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-tKXyTB5i.js"));
|
|
17253
|
+
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-FMF216bj.js"));
|
|
17314
17254
|
const props = __props;
|
|
17315
17255
|
const repoInfo = inject("repoInfo");
|
|
17316
17256
|
const orgInfo = inject("orgInfo");
|
|
@@ -17766,9 +17706,9 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
17766
17706
|
});
|
|
17767
17707
|
return (_ctx, _cache) => {
|
|
17768
17708
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
17769
|
-
!
|
|
17709
|
+
!_ctx.inAIHub ? (openBlock(), createElementBlock("div", {
|
|
17770
17710
|
key: 0,
|
|
17771
|
-
class: normalizeClass([isFocus.value ? "focusSearch" : { "left-search": true }, Boolean(
|
|
17711
|
+
class: normalizeClass([isFocus.value ? "focusSearch" : { "left-search": true }, Boolean(_ctx.isShowStickyNotice) ? "focusSearch-sticky-notice" : ""]),
|
|
17772
17712
|
onClick: _cache[6] || (_cache[6] = withModifiers(() => {
|
|
17773
17713
|
}, ["stop"]))
|
|
17774
17714
|
}, [
|
|
@@ -17781,7 +17721,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
17781
17721
|
createVNode(unref(Dropdown), {
|
|
17782
17722
|
align: "start",
|
|
17783
17723
|
position: ["bottom", "bottom-start"],
|
|
17784
|
-
"overlay-class":
|
|
17724
|
+
"overlay-class": _ctx.isShowStickyNotice ? "history-box-sticky-notice history-box" : "history-box",
|
|
17785
17725
|
trigger: "manually",
|
|
17786
17726
|
visible: dropDownVisible.value,
|
|
17787
17727
|
"close-scope": "none",
|
|
@@ -17936,7 +17876,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
17936
17876
|
_: 3
|
|
17937
17877
|
}, 8, ["overlay-class", "visible"])
|
|
17938
17878
|
], 2)) : createCommentVNode("", true),
|
|
17939
|
-
|
|
17879
|
+
_ctx.inAIHub ? (openBlock(), createElementBlock("div", _hoisted_6$5, [
|
|
17940
17880
|
createVNode(unref(Input), {
|
|
17941
17881
|
placeholder: unref($t)("gitCodeLayout.home.searchPlaceholder"),
|
|
17942
17882
|
onKeydown: withKeys(searchResult, ["enter"]),
|
|
@@ -18059,7 +17999,7 @@ const autoAvokeLogin = ({ isLogin, loginFunc, openHarmonyGuide, loginSuccess, lo
|
|
|
18059
17999
|
loginFunc({ type: "login", triggerType: "", loginTriggerSource: "router_login_auth", ...loginFuncOpts }, loginSuccess, openHarmonyGuide);
|
|
18060
18000
|
}
|
|
18061
18001
|
};
|
|
18062
|
-
const NoticeModal = defineAsyncComponent(() => import("./notice-
|
|
18002
|
+
const NoticeModal = defineAsyncComponent(() => import("./notice-DRDO7WND.js"));
|
|
18063
18003
|
function clearNotice() {
|
|
18064
18004
|
if (localStorage$2.getItem("validator_email")) {
|
|
18065
18005
|
localStorage$2.removeItem("validator_email");
|
|
@@ -18488,7 +18428,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
18488
18428
|
style: normalizeStyle({ height: `${unref(height)}px` })
|
|
18489
18429
|
}, [
|
|
18490
18430
|
createElementVNode("div", {
|
|
18491
|
-
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" : "",
|
|
18431
|
+
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" : "", _ctx.headerBorder ? "oldBorder" : "", headerClassName.value, isIndexHead.value && !showHeaderShadow.value ? "bg-transparent" : ""]]),
|
|
18492
18432
|
ref_key: "headerRef",
|
|
18493
18433
|
ref: headerRef,
|
|
18494
18434
|
style: normalizeStyle(detailBgStyle.value)
|
|
@@ -18526,13 +18466,13 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
18526
18466
|
class: "cursor-pointer hover:!text-[var(--theme-stress-text)] g-toolbar-left-asideicon",
|
|
18527
18467
|
color: "var(--theme-aide-text)"
|
|
18528
18468
|
})) : createCommentVNode("", true),
|
|
18529
|
-
showNameAndIcon.value &&
|
|
18469
|
+
showNameAndIcon.value && _ctx.independence || inAIHub.value ? (openBlock(), createBlock(GLink, {
|
|
18530
18470
|
key: 1,
|
|
18531
18471
|
class: normalizeClass(["g-toolbar-left-logo", [inAIHub.value ? "ai-logo" : ""]]),
|
|
18532
18472
|
style: normalizeStyle(logoStyle.value),
|
|
18533
18473
|
href: inAIHub.value ? `${unref(layoutConfig2).VITE_AI_HOST}` : `${unref(layoutConfig2).VITE_HOST}?p=seo`
|
|
18534
18474
|
}, null, 8, ["class", "style", "href"])) : createCommentVNode("", true),
|
|
18535
|
-
showNameAndIcon.value && !
|
|
18475
|
+
showNameAndIcon.value && !_ctx.independence ? (openBlock(), createBlock(GLink, {
|
|
18536
18476
|
key: 2,
|
|
18537
18477
|
class: normalizeClass(["g-toolbar-left-logo", [inAIHub.value ? "ai-logo" : ""]]),
|
|
18538
18478
|
style: normalizeStyle(logoStyle.value),
|
|
@@ -18545,12 +18485,12 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
18545
18485
|
}, [
|
|
18546
18486
|
_ctx.$slots.headerCustom ? renderSlot(_ctx.$slots, "headerCustom", { key: 0 }, void 0, true) : isModuleVisible(unref(HeaderDisplayItem).CUSTOM_CONTENT) && !showNameAndIcon.value ? (openBlock(), createBlock(HeaderCustom, {
|
|
18547
18487
|
key: 1,
|
|
18548
|
-
scene:
|
|
18549
|
-
isLogin:
|
|
18550
|
-
errorCode: (_a2 =
|
|
18551
|
-
orgProps: (_b =
|
|
18552
|
-
repoProps: (_c =
|
|
18553
|
-
userProps: (_d =
|
|
18488
|
+
scene: _ctx.sceneValue,
|
|
18489
|
+
isLogin: _ctx.isLogin,
|
|
18490
|
+
errorCode: (_a2 = _ctx.headerCustomProps) == null ? void 0 : _a2.errorCode,
|
|
18491
|
+
orgProps: (_b = _ctx.headerCustomProps) == null ? void 0 : _b.orgProps,
|
|
18492
|
+
repoProps: (_c = _ctx.headerCustomProps) == null ? void 0 : _c.repoProps,
|
|
18493
|
+
userProps: (_d = _ctx.headerCustomProps) == null ? void 0 : _d.userProps,
|
|
18554
18494
|
onFollowDevCommunity: _cache[1] || (_cache[1] = ($event) => emit("followDevCommunity", $event)),
|
|
18555
18495
|
onFollowUser: _cache[2] || (_cache[2] = ($event) => emit("followUser"))
|
|
18556
18496
|
}, {
|
|
@@ -18569,7 +18509,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
18569
18509
|
(openBlock(), createBlock(Search, {
|
|
18570
18510
|
inAIHub: inAIHub.value,
|
|
18571
18511
|
key: _ctx.$route.fullPath,
|
|
18572
|
-
sceneValue:
|
|
18512
|
+
sceneValue: _ctx.sceneValue,
|
|
18573
18513
|
isShowStickyNotice: isShowStickyNoticeByClose.value
|
|
18574
18514
|
}, {
|
|
18575
18515
|
searchRecommend: withCtx(() => [
|
|
@@ -18588,7 +18528,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
18588
18528
|
createElementVNode("div", _hoisted_4$9, [
|
|
18589
18529
|
createVNode(ClaimPower, { config: claimPowerConfig.value }, null, 8, ["config"])
|
|
18590
18530
|
]),
|
|
18591
|
-
!
|
|
18531
|
+
!_ctx.isLogin ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
18592
18532
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
18593
18533
|
unref(isMobile) ? (openBlock(), createElementBlock("section", {
|
|
18594
18534
|
key: 0,
|
|
@@ -18630,10 +18570,10 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
18630
18570
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createBlock(UserAvatar, {
|
|
18631
18571
|
key: 3,
|
|
18632
18572
|
isChatBot: isChatBot.value,
|
|
18633
|
-
loginOutFinish:
|
|
18573
|
+
loginOutFinish: _ctx.loginOutFinish,
|
|
18634
18574
|
inAIHub: inAIHub.value,
|
|
18635
|
-
independence:
|
|
18636
|
-
userMenus:
|
|
18575
|
+
independence: _ctx.independence,
|
|
18576
|
+
userMenus: _ctx.userMenus
|
|
18637
18577
|
}, null, 8, ["isChatBot", "loginOutFinish", "inAIHub", "independence", "userMenus"])) : createCommentVNode("", true)
|
|
18638
18578
|
], 64))
|
|
18639
18579
|
], 2)
|
|
@@ -18861,9 +18801,9 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
18861
18801
|
const layoutConfig2 = useLayoutConfig();
|
|
18862
18802
|
const { t: t2 } = i18n.global;
|
|
18863
18803
|
const route = useRoute();
|
|
18864
|
-
const MenuItem = defineAsyncComponent(() => import("./MenuItem-
|
|
18865
|
-
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-
|
|
18866
|
-
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-
|
|
18804
|
+
const MenuItem = defineAsyncComponent(() => import("./MenuItem-BW-RKfni.js"));
|
|
18805
|
+
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-DphiQXSk.js"));
|
|
18806
|
+
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-B4xsh-YN.js"));
|
|
18867
18807
|
const props = __props;
|
|
18868
18808
|
console.log("slotKeys", props.slotKeys);
|
|
18869
18809
|
console.log("props", props);
|
|
@@ -19030,10 +18970,11 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
19030
18970
|
(openBlock(true), createElementBlock(Fragment, null, renderList(filterList.value, (item) => {
|
|
19031
18971
|
return openBlock(), createBlock(resolveDynamicComponent(renderComponent(item)), mergeProps({
|
|
19032
18972
|
key: item.id,
|
|
19033
|
-
isLogin:
|
|
18973
|
+
isLogin: _ctx.isLogin,
|
|
19034
18974
|
item,
|
|
19035
|
-
slotKeys:
|
|
19036
|
-
|
|
18975
|
+
slotKeys: _ctx.slotKeys,
|
|
18976
|
+
ref_for: true
|
|
18977
|
+
}, getProps(item)), createSlots({ _: 2 }, [
|
|
19037
18978
|
renderList(mainSiteSlotKeys.value, (key) => {
|
|
19038
18979
|
return {
|
|
19039
18980
|
name: key,
|
|
@@ -19054,9 +18995,9 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
19054
18995
|
}, {
|
|
19055
18996
|
default: withCtx(() => [
|
|
19056
18997
|
(openBlock(), createBlock(resolveDynamicComponent(LayoutSlotComponent(key)), mergeProps({ ref_for: true }, getProps(item), {
|
|
19057
|
-
slotKeys:
|
|
18998
|
+
slotKeys: _ctx.slotKeys,
|
|
19058
18999
|
item,
|
|
19059
|
-
isLogin:
|
|
19000
|
+
isLogin: _ctx.isLogin
|
|
19060
19001
|
}), null, 16, ["slotKeys", "item", "isLogin"]))
|
|
19061
19002
|
]),
|
|
19062
19003
|
_: 2
|
|
@@ -19123,8 +19064,9 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
19123
19064
|
createElementVNode("div", _hoisted_2$d, [
|
|
19124
19065
|
(openBlock(true), createElementBlock(Fragment, null, renderList(linkList.value, (item) => {
|
|
19125
19066
|
return openBlock(), createElementBlock("div", mergeProps({
|
|
19126
|
-
key: item.label
|
|
19127
|
-
|
|
19067
|
+
key: item.label,
|
|
19068
|
+
ref_for: true
|
|
19069
|
+
}, item, {
|
|
19128
19070
|
class: ["tools-item-wrapper-checkbox-item", { "checked": unref(lang) === item.value }],
|
|
19129
19071
|
onClick: ($event) => handleClick(item),
|
|
19130
19072
|
title: item.value
|
|
@@ -19175,8 +19117,9 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
19175
19117
|
createElementVNode("div", _hoisted_2$c, [
|
|
19176
19118
|
(openBlock(true), createElementBlock(Fragment, null, renderList(themeList.value, (item) => {
|
|
19177
19119
|
return openBlock(), createElementBlock("div", mergeProps({
|
|
19178
|
-
key: item.value
|
|
19179
|
-
|
|
19120
|
+
key: item.value,
|
|
19121
|
+
ref_for: true
|
|
19122
|
+
}, item, {
|
|
19180
19123
|
class: ["tools-item-wrapper-checkbox-item", { checked: activeTheme.value === item.value }],
|
|
19181
19124
|
onClick: ($event) => handleClick(item),
|
|
19182
19125
|
title: item.value
|
|
@@ -19216,17 +19159,17 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
19216
19159
|
withDirectives(createElementVNode("div", _hoisted_2$b, [
|
|
19217
19160
|
createVNode(_sfc_main$k)
|
|
19218
19161
|
], 512), [
|
|
19219
|
-
[vShow,
|
|
19162
|
+
[vShow, _ctx.showThemeSetting]
|
|
19220
19163
|
]),
|
|
19221
19164
|
withDirectives(createElementVNode("div", _hoisted_3$b, [
|
|
19222
19165
|
createVNode(_sfc_main$l)
|
|
19223
19166
|
], 512), [
|
|
19224
|
-
[vShow,
|
|
19167
|
+
[vShow, _ctx.showLangSetting]
|
|
19225
19168
|
])
|
|
19226
19169
|
]),
|
|
19227
19170
|
default: withCtx(() => [
|
|
19228
19171
|
createElementVNode("div", {
|
|
19229
|
-
class: normalizeClass(["aside-footer-tools-item", { "aside-footer-tools-item-little":
|
|
19172
|
+
class: normalizeClass(["aside-footer-tools-item", { "aside-footer-tools-item-little": _ctx.asideSetShowLittle }])
|
|
19230
19173
|
}, [
|
|
19231
19174
|
createVNode(GIcon, {
|
|
19232
19175
|
name: "gt-line-setting",
|
|
@@ -19394,7 +19337,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
19394
19337
|
target: "_blank",
|
|
19395
19338
|
rel: "noopener noreferrer"
|
|
19396
19339
|
}, "CSDN", -1)),
|
|
19397
|
-
_cache[2] || (_cache[2] = createTextVNode(" | "
|
|
19340
|
+
_cache[2] || (_cache[2] = createTextVNode(" | ")),
|
|
19398
19341
|
createElementVNode("a", _hoisted_8$2, toDisplayString$1(unref(t2)("gitCodeLayout.home.HWCloud")), 1)
|
|
19399
19342
|
], 2),
|
|
19400
19343
|
createElementVNode("p", _hoisted_9$2, [
|
|
@@ -19407,7 +19350,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
19407
19350
|
]),
|
|
19408
19351
|
_: 1
|
|
19409
19352
|
}, 8, ["href"]),
|
|
19410
|
-
_cache[3] || (_cache[3] = createTextVNode(" | "
|
|
19353
|
+
_cache[3] || (_cache[3] = createTextVNode(" | ")),
|
|
19411
19354
|
createVNode(GLink, {
|
|
19412
19355
|
target: "_blank",
|
|
19413
19356
|
href: unref(copyright).beian_url
|
|
@@ -19549,11 +19492,11 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
19549
19492
|
});
|
|
19550
19493
|
return (_ctx, _cache) => {
|
|
19551
19494
|
return openBlock(), createBlock(unref(Aside), {
|
|
19552
|
-
class: normalizeClass(["config-aside-content", { "side-bar-content-shot":
|
|
19495
|
+
class: normalizeClass(["config-aside-content", { "side-bar-content-shot": _ctx.asideSetShowLittle }])
|
|
19553
19496
|
}, {
|
|
19554
19497
|
default: withCtx(() => [
|
|
19555
19498
|
createElementVNode("div", {
|
|
19556
|
-
class: normalizeClass(["config-aside__content", { "side-bar-content-shot":
|
|
19499
|
+
class: normalizeClass(["config-aside__content", { "side-bar-content-shot": _ctx.asideSetShowLittle, "shot-isCh": !unref(isEn) }])
|
|
19557
19500
|
}, [
|
|
19558
19501
|
withDirectives((openBlock(), createElementBlock("div", _hoisted_1$e, [
|
|
19559
19502
|
createElementVNode("div", {
|
|
@@ -19573,10 +19516,10 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
19573
19516
|
}, [
|
|
19574
19517
|
createVNode(Area, {
|
|
19575
19518
|
list: getAreaItem(item),
|
|
19576
|
-
isLogin:
|
|
19519
|
+
isLogin: _ctx.isLogin,
|
|
19577
19520
|
slotKeys: layoutSlotKeys.value,
|
|
19578
|
-
sceneValue:
|
|
19579
|
-
asideSetShowLittle:
|
|
19521
|
+
sceneValue: _ctx.sceneValue,
|
|
19522
|
+
asideSetShowLittle: _ctx.asideSetShowLittle
|
|
19580
19523
|
}, createSlots({ _: 2 }, [
|
|
19581
19524
|
renderList(layoutSlotKeys.value, (key) => {
|
|
19582
19525
|
return {
|
|
@@ -19587,24 +19530,24 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
19587
19530
|
};
|
|
19588
19531
|
})
|
|
19589
19532
|
]), 1032, ["list", "isLogin", "slotKeys", "sceneValue", "asideSetShowLittle"]),
|
|
19590
|
-
!
|
|
19533
|
+
!_ctx.asideSetShowLittle && index2 !== displayArea.value.length - 1 ? (openBlock(), createElementBlock("hr", _hoisted_4$7)) : createCommentVNode("", true)
|
|
19591
19534
|
], 64);
|
|
19592
19535
|
}), 128)),
|
|
19593
|
-
!
|
|
19536
|
+
!_ctx.asideSetShowLittle && isModuleVisible(unref(AsideDisplayItem).LINK) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
19594
19537
|
_cache[0] || (_cache[0] = createElementVNode("hr", { class: "line mt-[16px] mb-[16px]" }, null, -1)),
|
|
19595
19538
|
createVNode(SubMenuList)
|
|
19596
19539
|
], 64)) : createCommentVNode("", true)
|
|
19597
19540
|
])),
|
|
19598
|
-
!
|
|
19541
|
+
!_ctx.asideSetShowLittle && isModuleVisible(unref(AsideDisplayItem).SITE_INFO) ? (openBlock(), createBlock(ContactInfo, { key: 2 })) : createCommentVNode("", true)
|
|
19599
19542
|
], 34),
|
|
19600
19543
|
showPreferencesSetting.value ? (openBlock(), createElementBlock("div", {
|
|
19601
19544
|
key: 0,
|
|
19602
|
-
class: normalizeClass(["aside-footer-tools", { "aside-footer-tools-little":
|
|
19545
|
+
class: normalizeClass(["aside-footer-tools", { "aside-footer-tools-little": _ctx.asideSetShowLittle }])
|
|
19603
19546
|
}, [
|
|
19604
19547
|
createVNode(_sfc_main$j, {
|
|
19605
|
-
"show-lang-setting":
|
|
19606
|
-
"show-theme-setting":
|
|
19607
|
-
asideSetShowLittle:
|
|
19548
|
+
"show-lang-setting": _ctx.showLangSetting,
|
|
19549
|
+
"show-theme-setting": _ctx.showThemeSetting,
|
|
19550
|
+
asideSetShowLittle: _ctx.asideSetShowLittle
|
|
19608
19551
|
}, null, 8, ["show-lang-setting", "show-theme-setting", "asideSetShowLittle"])
|
|
19609
19552
|
], 2)) : createCommentVNode("", true)
|
|
19610
19553
|
])), [
|
|
@@ -19747,19 +19690,19 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
19747
19690
|
key: 0,
|
|
19748
19691
|
class: normalizeClass(["left-side-bar", { oldWhite: asideSetShowLittleMode.value, higherZIndex: unref(SITE_STATUS).DISABLE }]),
|
|
19749
19692
|
style: normalizeStyle({ width: mainMarginLeftWidth.value + "px", top: unref(headerHeight2) + "px" }),
|
|
19750
|
-
sceneValue:
|
|
19693
|
+
sceneValue: _ctx.sceneValue,
|
|
19751
19694
|
asideDefaultWidth: mainMarginLeftWidth.value,
|
|
19752
19695
|
asideSetShowLittle: asideSetShowLittleMode.value,
|
|
19753
|
-
isLogin:
|
|
19754
|
-
showPreferencesSetting:
|
|
19755
|
-
showThemeSetting:
|
|
19756
|
-
showLangSetting:
|
|
19757
|
-
independence:
|
|
19758
|
-
slotKeys:
|
|
19759
|
-
collapseMode:
|
|
19760
|
-
disableFlatMode:
|
|
19696
|
+
isLogin: _ctx.isLogin,
|
|
19697
|
+
showPreferencesSetting: _ctx.showPreferencesSetting,
|
|
19698
|
+
showThemeSetting: _ctx.showThemeSetting,
|
|
19699
|
+
showLangSetting: _ctx.showLangSetting,
|
|
19700
|
+
independence: _ctx.independence,
|
|
19701
|
+
slotKeys: _ctx.slotKeys,
|
|
19702
|
+
collapseMode: _ctx.collapseMode,
|
|
19703
|
+
disableFlatMode: _ctx.disableFlatMode
|
|
19761
19704
|
}, createSlots({ _: 2 }, [
|
|
19762
|
-
renderList(
|
|
19705
|
+
renderList(_ctx.slotKeys, (key) => {
|
|
19763
19706
|
return {
|
|
19764
19707
|
name: key,
|
|
19765
19708
|
fn: withCtx(() => [
|
|
@@ -19781,8 +19724,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
19781
19724
|
createVNode(GLink, {
|
|
19782
19725
|
class: "g-toolbar-left-logo",
|
|
19783
19726
|
style: normalizeStyle(logoStyle.value),
|
|
19784
|
-
to:
|
|
19785
|
-
href:
|
|
19727
|
+
to: _ctx.independence ? "" : { name: "home" },
|
|
19728
|
+
href: _ctx.independence ? unref(transformUrl)(unref(layoutConfig2).VITE_HOST) : ""
|
|
19786
19729
|
}, null, 8, ["style", "to", "href"]),
|
|
19787
19730
|
createVNode(unref(Button), {
|
|
19788
19731
|
class: "cursor-pointer draw-side-bar-close",
|
|
@@ -19792,14 +19735,14 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
19792
19735
|
})
|
|
19793
19736
|
]),
|
|
19794
19737
|
createVNode(ConfigAideContent, mergeProps(props, {
|
|
19795
|
-
sceneValue:
|
|
19738
|
+
sceneValue: _ctx.sceneValue,
|
|
19796
19739
|
asideDefaultWidth: 240,
|
|
19797
|
-
isLogin:
|
|
19798
|
-
showPreferencesSetting:
|
|
19799
|
-
showThemeSetting:
|
|
19800
|
-
showLangSetting:
|
|
19801
|
-
independence:
|
|
19802
|
-
slotKeys:
|
|
19740
|
+
isLogin: _ctx.isLogin,
|
|
19741
|
+
showPreferencesSetting: _ctx.showPreferencesSetting,
|
|
19742
|
+
showThemeSetting: _ctx.showThemeSetting,
|
|
19743
|
+
showLangSetting: _ctx.showLangSetting,
|
|
19744
|
+
independence: _ctx.independence,
|
|
19745
|
+
slotKeys: _ctx.slotKeys
|
|
19803
19746
|
}), null, 16, ["sceneValue", "isLogin", "showPreferencesSetting", "showThemeSetting", "showLangSetting", "independence", "slotKeys"])
|
|
19804
19747
|
]),
|
|
19805
19748
|
_: 1
|
|
@@ -20421,12 +20364,12 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
20421
20364
|
showLangSetting: "",
|
|
20422
20365
|
showThemeSetting: ""
|
|
20423
20366
|
}, {
|
|
20424
|
-
home: withCtx(() =>
|
|
20367
|
+
home: withCtx(() => _cache[2] || (_cache[2] = [
|
|
20425
20368
|
createElementVNode("div", null, "首页hover-插槽", -1)
|
|
20426
|
-
])
|
|
20427
|
-
issues: withCtx(() =>
|
|
20369
|
+
])),
|
|
20370
|
+
issues: withCtx(() => _cache[3] || (_cache[3] = [
|
|
20428
20371
|
createElementVNode("div", null, "issues hover-插槽", -1)
|
|
20429
|
-
])
|
|
20372
|
+
])),
|
|
20430
20373
|
_: 1
|
|
20431
20374
|
}, 8, ["sceneValue", "userInfo", "isLogin", "request", "globalStore", "independence", "collapseMode"])
|
|
20432
20375
|
]),
|
|
@@ -20465,18 +20408,18 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
20465
20408
|
key: "是",
|
|
20466
20409
|
value: true
|
|
20467
20410
|
}, {
|
|
20468
|
-
default: withCtx(() =>
|
|
20469
|
-
createTextVNode("是"
|
|
20470
|
-
])
|
|
20411
|
+
default: withCtx(() => _cache[4] || (_cache[4] = [
|
|
20412
|
+
createTextVNode("是")
|
|
20413
|
+
])),
|
|
20471
20414
|
_: 1
|
|
20472
20415
|
})),
|
|
20473
20416
|
(openBlock(), createBlock(unref(Radio), {
|
|
20474
20417
|
key: "否",
|
|
20475
20418
|
value: false
|
|
20476
20419
|
}, {
|
|
20477
|
-
default: withCtx(() =>
|
|
20478
|
-
createTextVNode("否"
|
|
20479
|
-
])
|
|
20420
|
+
default: withCtx(() => _cache[5] || (_cache[5] = [
|
|
20421
|
+
createTextVNode("否")
|
|
20422
|
+
])),
|
|
20480
20423
|
_: 1
|
|
20481
20424
|
}))
|
|
20482
20425
|
]),
|
|
@@ -21286,13 +21229,13 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
21286
21229
|
});
|
|
21287
21230
|
return (_ctx, _cache) => {
|
|
21288
21231
|
return openBlock(), createElementBlock("div", {
|
|
21289
|
-
class: normalizeClass(["flex flex-1 g-input-button", [inputBtnClassName.value,
|
|
21232
|
+
class: normalizeClass(["flex flex-1 g-input-button", [inputBtnClassName.value, _ctx.error ? "g-input-button-error" : ""]])
|
|
21290
21233
|
}, [
|
|
21291
21234
|
createVNode(unref(Input), {
|
|
21292
21235
|
modelValue: unref(vModels),
|
|
21293
21236
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(vModels) ? vModels.value = $event : null),
|
|
21294
|
-
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label:
|
|
21295
|
-
autocomplete:
|
|
21237
|
+
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: _ctx.placeholder }),
|
|
21238
|
+
autocomplete: _ctx.autocomplete,
|
|
21296
21239
|
onChange: handleChange,
|
|
21297
21240
|
onFocus: handleInputFocus,
|
|
21298
21241
|
onBlur: handleInputBlur
|
|
@@ -21302,7 +21245,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
21302
21245
|
onClick: withModifiers(handleClick, ["stop"]),
|
|
21303
21246
|
class: normalizeClass([
|
|
21304
21247
|
"g-input-button-append",
|
|
21305
|
-
DisabledBtn.value || !
|
|
21248
|
+
DisabledBtn.value || !_ctx.hasMobile ? "g-input-button-append-inactive" : "g-input-button-append-active"
|
|
21306
21249
|
])
|
|
21307
21250
|
}, [
|
|
21308
21251
|
createElementVNode("span", _hoisted_1$a, toDisplayString$1(BtnText.value), 1)
|
|
@@ -21449,8 +21392,8 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
21449
21392
|
key: 1,
|
|
21450
21393
|
modelValue: unref(vModels),
|
|
21451
21394
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => isRef(vModels) ? vModels.value = $event : null)
|
|
21452
|
-
},
|
|
21453
|
-
placeholder:
|
|
21395
|
+
}, _ctx.prop, {
|
|
21396
|
+
placeholder: _ctx.placeholder,
|
|
21454
21397
|
onChange: handleChange
|
|
21455
21398
|
}), {
|
|
21456
21399
|
prepend: withCtx(() => [
|
|
@@ -21702,23 +21645,23 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21702
21645
|
rules: GroupRules,
|
|
21703
21646
|
ref_key: "FormRef",
|
|
21704
21647
|
ref: FormRef,
|
|
21705
|
-
"show-feedback":
|
|
21706
|
-
disabled:
|
|
21707
|
-
"message-type":
|
|
21708
|
-
layout:
|
|
21709
|
-
size:
|
|
21710
|
-
"label-size":
|
|
21711
|
-
"label-align":
|
|
21648
|
+
"show-feedback": _ctx.showFeedback,
|
|
21649
|
+
disabled: _ctx.disabled,
|
|
21650
|
+
"message-type": _ctx.MessageType,
|
|
21651
|
+
layout: _ctx.layout,
|
|
21652
|
+
size: _ctx.size,
|
|
21653
|
+
"label-size": _ctx.labelSize,
|
|
21654
|
+
"label-align": _ctx.labelAlign,
|
|
21712
21655
|
class: "GForm",
|
|
21713
21656
|
onInput: handleFormInput,
|
|
21714
21657
|
requirePosition: "right"
|
|
21715
21658
|
}, {
|
|
21716
21659
|
default: withCtx(() => [
|
|
21717
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
21660
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.DataList, (formItem) => {
|
|
21718
21661
|
return openBlock(), createBlock(unref(FormItem), {
|
|
21719
21662
|
key: formItem.key,
|
|
21720
21663
|
field: formItem.key,
|
|
21721
|
-
label:
|
|
21664
|
+
label: _ctx.showLabel ? formItem.label : "",
|
|
21722
21665
|
"help-tips": formItem.help,
|
|
21723
21666
|
"extra-info": formItem.extra,
|
|
21724
21667
|
style: normalizeStyle({ width: getItemWidth.value(formItem) })
|
|
@@ -21731,8 +21674,9 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21731
21674
|
modelValue: Data[formItem.key],
|
|
21732
21675
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
21733
21676
|
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: formItem.label }),
|
|
21734
|
-
onChange: () => handleChange(formItem.key)
|
|
21735
|
-
|
|
21677
|
+
onChange: () => handleChange(formItem.key),
|
|
21678
|
+
ref_for: true
|
|
21679
|
+
}, formItem.props, {
|
|
21736
21680
|
autocomplete: autocompleteCalc((_a = formItem.props) == null ? void 0 : _a.autocomplete),
|
|
21737
21681
|
autofocus: formItem.key === "username",
|
|
21738
21682
|
spellcheck: false
|
|
@@ -21743,22 +21687,24 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21743
21687
|
onChange: ($event) => handleChange(formItem.key),
|
|
21744
21688
|
onClick: ($event) => handleOperate(formItem),
|
|
21745
21689
|
"onUpdate:countdown": ($event) => updateCountdown(formItem),
|
|
21746
|
-
placeholder: formItem.label
|
|
21747
|
-
|
|
21690
|
+
placeholder: formItem.label,
|
|
21691
|
+
ref_for: true
|
|
21692
|
+
}, formItem.props, {
|
|
21748
21693
|
hasMobile: !!Data[(_b = formItem.props) == null ? void 0 : _b.aliasKey],
|
|
21749
21694
|
text: unref($t)("gitCodeLayout.userSetting.account.getVerificationCode"),
|
|
21750
|
-
error:
|
|
21695
|
+
error: _ctx.errors.msgError,
|
|
21751
21696
|
autocomplete: autocompleteCalc((_c = formItem.props) == null ? void 0 : _c.autocomplete)
|
|
21752
21697
|
}), null, 16, ["modelValue", "onUpdate:modelValue", "onChange", "onClick", "onUpdate:countdown", "placeholder", "hasMobile", "text", "error", "autocomplete"])) : formItem.type === "inputSelect" ? (openBlock(), createBlock(_sfc_main$b, mergeProps({
|
|
21753
21698
|
key: 2,
|
|
21754
21699
|
country: Data.country,
|
|
21755
|
-
class:
|
|
21700
|
+
class: _ctx.formErrors["mobile"] ? "input-select-error" : "",
|
|
21756
21701
|
modelValue: Data[formItem.key],
|
|
21757
21702
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
21758
21703
|
onSelectChange: _cache[0] || (_cache[0] = (evt) => handleSelectChange("country", evt)),
|
|
21759
21704
|
onChange: ($event) => handleChange(formItem.key),
|
|
21760
|
-
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: formItem.label })
|
|
21761
|
-
|
|
21705
|
+
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: formItem.label }),
|
|
21706
|
+
ref_for: true
|
|
21707
|
+
}, formItem.props, {
|
|
21762
21708
|
editableSelect: formItem.editableSelect
|
|
21763
21709
|
}), null, 16, ["country", "class", "modelValue", "onUpdate:modelValue", "onChange", "placeholder", "editableSelect"])) : (openBlock(), createBlock(resolveDynamicComponent(formItem.render), mergeProps({
|
|
21764
21710
|
key: formItem.key,
|
|
@@ -21766,8 +21712,9 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21766
21712
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
21767
21713
|
onChange: ($event) => handleChange(formItem.key),
|
|
21768
21714
|
onClick: handleClick,
|
|
21769
|
-
placeholder: formItem.label
|
|
21770
|
-
|
|
21715
|
+
placeholder: formItem.label,
|
|
21716
|
+
ref_for: true
|
|
21717
|
+
}, formItem.props), null, 16, ["modelValue", "onUpdate:modelValue", "onChange", "placeholder"]))
|
|
21771
21718
|
];
|
|
21772
21719
|
}),
|
|
21773
21720
|
_: 2
|
|
@@ -21812,7 +21759,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
21812
21759
|
return openBlock(), createElementBlock("div", _hoisted_1$8, [
|
|
21813
21760
|
createElementVNode("div", _hoisted_2$6, toDisplayString$1(unref($t)("gitCodeLayout.LoginModal.subtitle.otherLogin")), 1),
|
|
21814
21761
|
createElementVNode("div", _hoisted_3$6, [
|
|
21815
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
21762
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.logos, (icon) => {
|
|
21816
21763
|
return openBlock(), createElementBlock("div", {
|
|
21817
21764
|
key: icon.alt,
|
|
21818
21765
|
class: "rounded-[50%] w-[40px] h-[40px] border-[1px] icon-wrap border-solid cursor-pointer otherInfo-icon"
|
|
@@ -21918,7 +21865,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
21918
21865
|
return (_ctx, _cache) => {
|
|
21919
21866
|
return openBlock(), createElementBlock("div", _hoisted_1$7, [
|
|
21920
21867
|
createVNode(unref(Checkbox), {
|
|
21921
|
-
"model-value":
|
|
21868
|
+
"model-value": _ctx.modelValue,
|
|
21922
21869
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = (val) => emits("update:modelValue", val)),
|
|
21923
21870
|
size: "sm"
|
|
21924
21871
|
}, {
|
|
@@ -21937,7 +21884,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
21937
21884
|
_: 1
|
|
21938
21885
|
}, 8, ["model-value"]),
|
|
21939
21886
|
createVNode(unref(Checkbox), {
|
|
21940
|
-
"model-value":
|
|
21887
|
+
"model-value": _ctx.dataShareChecked,
|
|
21941
21888
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = (val) => emits("update:dataShareChecked", val)),
|
|
21942
21889
|
size: "sm"
|
|
21943
21890
|
}, {
|
|
@@ -21986,7 +21933,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
21986
21933
|
return (_ctx, _cache) => {
|
|
21987
21934
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
21988
21935
|
createVNode(unref(Checkbox), {
|
|
21989
|
-
"model-value":
|
|
21936
|
+
"model-value": _ctx.modelValue,
|
|
21990
21937
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = (val) => emits("update:modelValue", val)),
|
|
21991
21938
|
size: "sm",
|
|
21992
21939
|
class: "mt-[6px] agree-module flex items-center"
|
|
@@ -22007,7 +21954,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
22007
21954
|
_: 3
|
|
22008
21955
|
}, 8, ["model-value"]),
|
|
22009
21956
|
createVNode(unref(Checkbox), {
|
|
22010
|
-
"model-value":
|
|
21957
|
+
"model-value": _ctx.dataShareChecked,
|
|
22011
21958
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = (val) => emits("update:dataShareChecked", val)),
|
|
22012
21959
|
size: "sm",
|
|
22013
21960
|
class: "mb-[12px]"
|
|
@@ -22049,14 +21996,14 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
22049
21996
|
return (_ctx, _cache) => {
|
|
22050
21997
|
return openBlock(), createElementBlock("div", _hoisted_1$5, [
|
|
22051
21998
|
createElementVNode("div", _hoisted_2$3, [
|
|
22052
|
-
|
|
21999
|
+
_ctx.showBack ? (openBlock(), createElementBlock("img", {
|
|
22053
22000
|
key: 0,
|
|
22054
|
-
src:
|
|
22001
|
+
src: _ctx.icon,
|
|
22055
22002
|
class: "w-[24px] cursor-pointer",
|
|
22056
22003
|
onClick: withModifiers(handleClick, ["stop"])
|
|
22057
22004
|
}, null, 8, _hoisted_3$3)) : createCommentVNode("", true)
|
|
22058
22005
|
]),
|
|
22059
|
-
|
|
22006
|
+
_ctx.showTitle ? (openBlock(), createElementBlock("span", _hoisted_4$2, toDisplayString$1(_ctx.title), 1)) : createCommentVNode("", true)
|
|
22060
22007
|
]);
|
|
22061
22008
|
};
|
|
22062
22009
|
}
|
|
@@ -22090,7 +22037,7 @@ const verifyCodeRegExp4 = /^\d{4}$/;
|
|
|
22090
22037
|
const verifyCodeRegExp6 = /^\d{6}$/;
|
|
22091
22038
|
const mobileRegExp = /^1[3-9]\d{9}$/;
|
|
22092
22039
|
const usernameRegExp = /^(?!-)[a-zA-Z][a-zA-Z0-9_-]{1,49}$/;
|
|
22093
|
-
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|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,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(?: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-8]|5[0-5]|8[0-7]))\\d{6}"], ["80[0-7]\\d{6}"], ["89\\d{7}"], 0, 0, 0, 0, ["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]], "MC": ["377", "00", "(?:[3489]|[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", "(?:[267]\\d\\d|500)\\d{5}|(?: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}"]]] } };
|
|
22040
|
+
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}"]]] } };
|
|
22094
22041
|
function withMetadataArgument(func, _arguments) {
|
|
22095
22042
|
var args = Array.prototype.slice.call(_arguments);
|
|
22096
22043
|
args.push(metadata);
|
|
@@ -22118,39 +22065,32 @@ var objectConstructor = {}.constructor;
|
|
|
22118
22065
|
function isObject(object) {
|
|
22119
22066
|
return object !== void 0 && object !== null && object.constructor === objectConstructor;
|
|
22120
22067
|
}
|
|
22121
|
-
function _typeof$
|
|
22068
|
+
function _typeof$1(obj) {
|
|
22122
22069
|
"@babel/helpers - typeof";
|
|
22123
|
-
return _typeof$
|
|
22124
|
-
return typeof
|
|
22125
|
-
} : function(
|
|
22126
|
-
return
|
|
22127
|
-
}, _typeof$
|
|
22070
|
+
return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
|
|
22071
|
+
return typeof obj2;
|
|
22072
|
+
} : function(obj2) {
|
|
22073
|
+
return obj2 && "function" == typeof Symbol && obj2.constructor === Symbol && obj2 !== Symbol.prototype ? "symbol" : typeof obj2;
|
|
22074
|
+
}, _typeof$1(obj);
|
|
22128
22075
|
}
|
|
22129
|
-
function _classCallCheck$2(
|
|
22130
|
-
if (!(
|
|
22131
|
-
|
|
22132
|
-
function _defineProperties$1(e, r) {
|
|
22133
|
-
for (var t2 = 0; t2 < r.length; t2++) {
|
|
22134
|
-
var o = r[t2];
|
|
22135
|
-
o.enumerable = o.enumerable || false, o.configurable = true, "value" in o && (o.writable = true), Object.defineProperty(e, _toPropertyKey$6(o.key), o);
|
|
22076
|
+
function _classCallCheck$2(instance, Constructor) {
|
|
22077
|
+
if (!(instance instanceof Constructor)) {
|
|
22078
|
+
throw new TypeError("Cannot call a class as a function");
|
|
22136
22079
|
}
|
|
22137
22080
|
}
|
|
22138
|
-
function
|
|
22139
|
-
|
|
22140
|
-
|
|
22141
|
-
|
|
22142
|
-
|
|
22143
|
-
|
|
22144
|
-
|
|
22145
|
-
function _toPrimitive$6(t2, r) {
|
|
22146
|
-
if ("object" != _typeof$7(t2) || !t2) return t2;
|
|
22147
|
-
var e = t2[Symbol.toPrimitive];
|
|
22148
|
-
if (void 0 !== e) {
|
|
22149
|
-
var i = e.call(t2, r);
|
|
22150
|
-
if ("object" != _typeof$7(i)) return i;
|
|
22151
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
22081
|
+
function _defineProperties$1(target, props) {
|
|
22082
|
+
for (var i = 0; i < props.length; i++) {
|
|
22083
|
+
var descriptor = props[i];
|
|
22084
|
+
descriptor.enumerable = descriptor.enumerable || false;
|
|
22085
|
+
descriptor.configurable = true;
|
|
22086
|
+
if ("value" in descriptor) descriptor.writable = true;
|
|
22087
|
+
Object.defineProperty(target, descriptor.key, descriptor);
|
|
22152
22088
|
}
|
|
22153
|
-
|
|
22089
|
+
}
|
|
22090
|
+
function _createClass$2(Constructor, protoProps, staticProps) {
|
|
22091
|
+
if (protoProps) _defineProperties$1(Constructor.prototype, protoProps);
|
|
22092
|
+
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
22093
|
+
return Constructor;
|
|
22154
22094
|
}
|
|
22155
22095
|
var V3 = "1.2.0";
|
|
22156
22096
|
var V4 = "1.7.35";
|
|
@@ -22163,7 +22103,7 @@ var Metadata = /* @__PURE__ */ function() {
|
|
|
22163
22103
|
this.metadata = metadata2;
|
|
22164
22104
|
setVersion.call(this, metadata2);
|
|
22165
22105
|
}
|
|
22166
|
-
|
|
22106
|
+
_createClass$2(Metadata2, [{
|
|
22167
22107
|
key: "getCountries",
|
|
22168
22108
|
value: function getCountries() {
|
|
22169
22109
|
return Object.keys(this.metadata.countries).filter(function(_) {
|
|
@@ -22368,6 +22308,7 @@ var Metadata = /* @__PURE__ */ function() {
|
|
|
22368
22308
|
return this.numberingPlan !== void 0;
|
|
22369
22309
|
}
|
|
22370
22310
|
}]);
|
|
22311
|
+
return Metadata2;
|
|
22371
22312
|
}();
|
|
22372
22313
|
var NumberingPlan = /* @__PURE__ */ function() {
|
|
22373
22314
|
function NumberingPlan2(metadata2, globalMetadataObject) {
|
|
@@ -22376,7 +22317,7 @@ var NumberingPlan = /* @__PURE__ */ function() {
|
|
|
22376
22317
|
this.metadata = metadata2;
|
|
22377
22318
|
setVersion.call(this, globalMetadataObject.metadata);
|
|
22378
22319
|
}
|
|
22379
|
-
|
|
22320
|
+
_createClass$2(NumberingPlan2, [{
|
|
22380
22321
|
key: "callingCode",
|
|
22381
22322
|
value: function callingCode() {
|
|
22382
22323
|
return this.metadata[0];
|
|
@@ -22515,6 +22456,7 @@ var NumberingPlan = /* @__PURE__ */ function() {
|
|
|
22515
22456
|
return this.metadata[13] || DEFAULT_EXT_PREFIX;
|
|
22516
22457
|
}
|
|
22517
22458
|
}]);
|
|
22459
|
+
return NumberingPlan2;
|
|
22518
22460
|
}();
|
|
22519
22461
|
var Format = /* @__PURE__ */ function() {
|
|
22520
22462
|
function Format2(format2, metadata2) {
|
|
@@ -22522,7 +22464,7 @@ var Format = /* @__PURE__ */ function() {
|
|
|
22522
22464
|
this._format = format2;
|
|
22523
22465
|
this.metadata = metadata2;
|
|
22524
22466
|
}
|
|
22525
|
-
|
|
22467
|
+
_createClass$2(Format2, [{
|
|
22526
22468
|
key: "pattern",
|
|
22527
22469
|
value: function pattern() {
|
|
22528
22470
|
return this._format[0];
|
|
@@ -22565,6 +22507,7 @@ var Format = /* @__PURE__ */ function() {
|
|
|
22565
22507
|
return this._format[5] || this.format();
|
|
22566
22508
|
}
|
|
22567
22509
|
}]);
|
|
22510
|
+
return Format2;
|
|
22568
22511
|
}();
|
|
22569
22512
|
var FIRST_GROUP_ONLY_PREFIX_PATTERN = /^\(?\$1\)?$/;
|
|
22570
22513
|
var Type = /* @__PURE__ */ function() {
|
|
@@ -22573,7 +22516,7 @@ var Type = /* @__PURE__ */ function() {
|
|
|
22573
22516
|
this.type = type;
|
|
22574
22517
|
this.metadata = metadata2;
|
|
22575
22518
|
}
|
|
22576
|
-
|
|
22519
|
+
_createClass$2(Type2, [{
|
|
22577
22520
|
key: "pattern",
|
|
22578
22521
|
value: function pattern() {
|
|
22579
22522
|
if (this.metadata.v1) return this.type;
|
|
@@ -22586,6 +22529,7 @@ var Type = /* @__PURE__ */ function() {
|
|
|
22586
22529
|
return this.type[1] || this.metadata.possibleLengths();
|
|
22587
22530
|
}
|
|
22588
22531
|
}]);
|
|
22532
|
+
return Type2;
|
|
22589
22533
|
}();
|
|
22590
22534
|
function getType(types, type) {
|
|
22591
22535
|
switch (type) {
|
|
@@ -22620,12 +22564,12 @@ function validateMetadata(metadata2) {
|
|
|
22620
22564
|
}
|
|
22621
22565
|
}
|
|
22622
22566
|
var typeOf = function typeOf2(_) {
|
|
22623
|
-
return _typeof$
|
|
22567
|
+
return _typeof$1(_);
|
|
22624
22568
|
};
|
|
22625
22569
|
function getCountryCallingCode(country, metadata2) {
|
|
22626
22570
|
metadata2 = new Metadata(metadata2);
|
|
22627
22571
|
if (metadata2.hasCountry(country)) {
|
|
22628
|
-
return metadata2.
|
|
22572
|
+
return metadata2.country(country).countryCallingCode();
|
|
22629
22573
|
}
|
|
22630
22574
|
throw new Error("Unknown country: ".concat(country));
|
|
22631
22575
|
}
|
|
@@ -22651,14 +22595,10 @@ function setVersion(metadata2) {
|
|
|
22651
22595
|
}
|
|
22652
22596
|
}
|
|
22653
22597
|
}
|
|
22654
|
-
function checkNumberLength(nationalNumber,
|
|
22655
|
-
return checkNumberLengthForType(nationalNumber,
|
|
22598
|
+
function checkNumberLength(nationalNumber, metadata2) {
|
|
22599
|
+
return checkNumberLengthForType(nationalNumber, void 0, metadata2);
|
|
22656
22600
|
}
|
|
22657
|
-
function checkNumberLengthForType(nationalNumber,
|
|
22658
|
-
if (country) {
|
|
22659
|
-
metadata2 = new Metadata(metadata2.metadata);
|
|
22660
|
-
metadata2.selectNumberingPlan(country);
|
|
22661
|
-
}
|
|
22601
|
+
function checkNumberLengthForType(nationalNumber, type, metadata2) {
|
|
22662
22602
|
var type_info = metadata2.type(type);
|
|
22663
22603
|
var possible_lengths = type_info && type_info.possibleLengths() || metadata2.possibleLengths();
|
|
22664
22604
|
if (!possible_lengths) {
|
|
@@ -22695,7 +22635,7 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
22695
22635
|
if (!metadata2.hasCountry(input.country)) {
|
|
22696
22636
|
throw new Error("Unknown country: ".concat(input.country));
|
|
22697
22637
|
}
|
|
22698
|
-
metadata2.
|
|
22638
|
+
metadata2.country(input.country);
|
|
22699
22639
|
} else {
|
|
22700
22640
|
if (!input.countryCallingCode) {
|
|
22701
22641
|
throw new Error("Invalid phone number object passed");
|
|
@@ -22704,7 +22644,7 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
22704
22644
|
}
|
|
22705
22645
|
}
|
|
22706
22646
|
if (metadata2.possibleLengths()) {
|
|
22707
|
-
return isPossibleNumber(input.phone || input.nationalNumber,
|
|
22647
|
+
return isPossibleNumber(input.phone || input.nationalNumber, metadata2);
|
|
22708
22648
|
} else {
|
|
22709
22649
|
if (input.countryCallingCode && metadata2.isNonGeographicCallingCode(input.countryCallingCode)) {
|
|
22710
22650
|
return true;
|
|
@@ -22713,41 +22653,45 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
22713
22653
|
}
|
|
22714
22654
|
}
|
|
22715
22655
|
}
|
|
22716
|
-
function isPossibleNumber(nationalNumber,
|
|
22717
|
-
switch (checkNumberLength(nationalNumber,
|
|
22656
|
+
function isPossibleNumber(nationalNumber, metadata2) {
|
|
22657
|
+
switch (checkNumberLength(nationalNumber, metadata2)) {
|
|
22718
22658
|
case "IS_POSSIBLE":
|
|
22719
22659
|
return true;
|
|
22720
22660
|
default:
|
|
22721
22661
|
return false;
|
|
22722
22662
|
}
|
|
22723
22663
|
}
|
|
22724
|
-
function matchesEntirely(text2,
|
|
22664
|
+
function matchesEntirely(text2, regular_expression) {
|
|
22725
22665
|
text2 = text2 || "";
|
|
22726
|
-
return new RegExp("^(?:" +
|
|
22727
|
-
}
|
|
22728
|
-
function _createForOfIteratorHelperLoose$
|
|
22729
|
-
var
|
|
22730
|
-
if (
|
|
22731
|
-
if (Array.isArray(
|
|
22732
|
-
|
|
22733
|
-
var
|
|
22666
|
+
return new RegExp("^(?:" + regular_expression + ")$").test(text2);
|
|
22667
|
+
}
|
|
22668
|
+
function _createForOfIteratorHelperLoose$3(o, allowArrayLike) {
|
|
22669
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
22670
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
22671
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$4(o)) || allowArrayLike) {
|
|
22672
|
+
if (it) o = it;
|
|
22673
|
+
var i = 0;
|
|
22734
22674
|
return function() {
|
|
22735
|
-
|
|
22675
|
+
if (i >= o.length) return { done: true };
|
|
22676
|
+
return { done: false, value: o[i++] };
|
|
22736
22677
|
};
|
|
22737
22678
|
}
|
|
22738
22679
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22739
22680
|
}
|
|
22740
|
-
function _unsupportedIterableToArray$
|
|
22741
|
-
if (
|
|
22742
|
-
|
|
22743
|
-
|
|
22744
|
-
|
|
22745
|
-
|
|
22681
|
+
function _unsupportedIterableToArray$4(o, minLen) {
|
|
22682
|
+
if (!o) return;
|
|
22683
|
+
if (typeof o === "string") return _arrayLikeToArray$4(o, minLen);
|
|
22684
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
22685
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
22686
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
22687
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$4(o, minLen);
|
|
22746
22688
|
}
|
|
22747
|
-
function _arrayLikeToArray$
|
|
22748
|
-
(
|
|
22749
|
-
for (var
|
|
22750
|
-
|
|
22689
|
+
function _arrayLikeToArray$4(arr, len) {
|
|
22690
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
22691
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
22692
|
+
arr2[i] = arr[i];
|
|
22693
|
+
}
|
|
22694
|
+
return arr2;
|
|
22751
22695
|
}
|
|
22752
22696
|
var NON_FIXED_LINE_PHONE_TYPES = ["MOBILE", "PREMIUM_RATE", "TOLL_FREE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL"];
|
|
22753
22697
|
function getNumberType(input, options, metadata2) {
|
|
@@ -22773,7 +22717,7 @@ function getNumberType(input, options, metadata2) {
|
|
|
22773
22717
|
}
|
|
22774
22718
|
return "FIXED_LINE";
|
|
22775
22719
|
}
|
|
22776
|
-
for (var _iterator = _createForOfIteratorHelperLoose$
|
|
22720
|
+
for (var _iterator = _createForOfIteratorHelperLoose$3(NON_FIXED_LINE_PHONE_TYPES), _step; !(_step = _iterator()).done; ) {
|
|
22777
22721
|
var type = _step.value;
|
|
22778
22722
|
if (isNumberTypeEqualTo(nationalNumber, type, metadata2)) {
|
|
22779
22723
|
return type;
|
|
@@ -22892,63 +22836,7 @@ function extractNationalNumberFromPossiblyIncompleteNumber(number2, metadata2) {
|
|
|
22892
22836
|
nationalNumber: number2
|
|
22893
22837
|
};
|
|
22894
22838
|
}
|
|
22895
|
-
function
|
|
22896
|
-
var t2 = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
22897
|
-
if (t2) return (t2 = t2.call(r)).next.bind(t2);
|
|
22898
|
-
if (Array.isArray(r) || (t2 = _unsupportedIterableToArray$2(r)) || e) {
|
|
22899
|
-
t2 && (r = t2);
|
|
22900
|
-
var o = 0;
|
|
22901
|
-
return function() {
|
|
22902
|
-
return o >= r.length ? { done: true } : { done: false, value: r[o++] };
|
|
22903
|
-
};
|
|
22904
|
-
}
|
|
22905
|
-
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22906
|
-
}
|
|
22907
|
-
function _unsupportedIterableToArray$2(r, a) {
|
|
22908
|
-
if (r) {
|
|
22909
|
-
if ("string" == typeof r) return _arrayLikeToArray$2(r, a);
|
|
22910
|
-
var t2 = {}.toString.call(r).slice(8, -1);
|
|
22911
|
-
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;
|
|
22912
|
-
}
|
|
22913
|
-
}
|
|
22914
|
-
function _arrayLikeToArray$2(r, a) {
|
|
22915
|
-
(null == a || a > r.length) && (a = r.length);
|
|
22916
|
-
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
22917
|
-
return n;
|
|
22918
|
-
}
|
|
22919
|
-
function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
|
|
22920
|
-
var countries = _ref.countries, metadata2 = _ref.metadata;
|
|
22921
|
-
metadata2 = new Metadata(metadata2);
|
|
22922
|
-
for (var _iterator = _createForOfIteratorHelperLoose$1(countries), _step; !(_step = _iterator()).done; ) {
|
|
22923
|
-
var country = _step.value;
|
|
22924
|
-
metadata2.selectNumberingPlan(country);
|
|
22925
|
-
if (metadata2.leadingDigits()) {
|
|
22926
|
-
if (nationalPhoneNumber && nationalPhoneNumber.search(metadata2.leadingDigits()) === 0) {
|
|
22927
|
-
return country;
|
|
22928
|
-
}
|
|
22929
|
-
} else if (getNumberType({
|
|
22930
|
-
phone: nationalPhoneNumber,
|
|
22931
|
-
country
|
|
22932
|
-
}, void 0, metadata2.metadata)) {
|
|
22933
|
-
return country;
|
|
22934
|
-
}
|
|
22935
|
-
}
|
|
22936
|
-
}
|
|
22937
|
-
function getCountryByCallingCode(callingCode, _ref) {
|
|
22938
|
-
var nationalPhoneNumber = _ref.nationalNumber, metadata2 = _ref.metadata;
|
|
22939
|
-
var possibleCountries = metadata2.getCountryCodesForCallingCode(callingCode);
|
|
22940
|
-
if (!possibleCountries) {
|
|
22941
|
-
return;
|
|
22942
|
-
}
|
|
22943
|
-
if (possibleCountries.length === 1) {
|
|
22944
|
-
return possibleCountries[0];
|
|
22945
|
-
}
|
|
22946
|
-
return getCountryByNationalNumber(nationalPhoneNumber, {
|
|
22947
|
-
countries: possibleCountries,
|
|
22948
|
-
metadata: metadata2.metadata
|
|
22949
|
-
});
|
|
22950
|
-
}
|
|
22951
|
-
function extractNationalNumber(number2, country, metadata2) {
|
|
22839
|
+
function extractNationalNumber(number2, metadata2) {
|
|
22952
22840
|
var _extractNationalNumbe = extractNationalNumberFromPossiblyIncompleteNumber(number2, metadata2), carrierCode = _extractNationalNumbe.carrierCode, nationalNumber = _extractNationalNumbe.nationalNumber;
|
|
22953
22841
|
if (nationalNumber !== number2) {
|
|
22954
22842
|
if (!shouldHaveExtractedNationalPrefix(number2, nationalNumber, metadata2)) {
|
|
@@ -22956,14 +22844,8 @@ function extractNationalNumber(number2, country, metadata2) {
|
|
|
22956
22844
|
nationalNumber: number2
|
|
22957
22845
|
};
|
|
22958
22846
|
}
|
|
22959
|
-
if (metadata2.
|
|
22960
|
-
if (!
|
|
22961
|
-
country = getCountryByCallingCode(metadata2.numberingPlan.callingCode(), {
|
|
22962
|
-
nationalNumber,
|
|
22963
|
-
metadata: metadata2
|
|
22964
|
-
});
|
|
22965
|
-
}
|
|
22966
|
-
if (!isPossibleIncompleteNationalNumber(nationalNumber, country, metadata2)) {
|
|
22847
|
+
if (metadata2.possibleLengths()) {
|
|
22848
|
+
if (!isPossibleIncompleteNationalNumber(nationalNumber, metadata2)) {
|
|
22967
22849
|
return {
|
|
22968
22850
|
nationalNumber: number2
|
|
22969
22851
|
};
|
|
@@ -22981,8 +22863,8 @@ function shouldHaveExtractedNationalPrefix(nationalNumberBefore, nationalNumberA
|
|
|
22981
22863
|
}
|
|
22982
22864
|
return true;
|
|
22983
22865
|
}
|
|
22984
|
-
function isPossibleIncompleteNationalNumber(nationalNumber,
|
|
22985
|
-
switch (checkNumberLength(nationalNumber,
|
|
22866
|
+
function isPossibleIncompleteNationalNumber(nationalNumber, metadata2) {
|
|
22867
|
+
switch (checkNumberLength(nationalNumber, metadata2)) {
|
|
22986
22868
|
case "TOO_SHORT":
|
|
22987
22869
|
case "INVALID_LENGTH":
|
|
22988
22870
|
return false;
|
|
@@ -22990,15 +22872,15 @@ function isPossibleIncompleteNationalNumber(nationalNumber, country, metadata2)
|
|
|
22990
22872
|
return true;
|
|
22991
22873
|
}
|
|
22992
22874
|
}
|
|
22993
|
-
function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country,
|
|
22994
|
-
var countryCallingCode =
|
|
22875
|
+
function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country, callingCode, metadata2) {
|
|
22876
|
+
var countryCallingCode = country ? getCountryCallingCode(country, metadata2) : callingCode;
|
|
22995
22877
|
if (number2.indexOf(countryCallingCode) === 0) {
|
|
22996
22878
|
metadata2 = new Metadata(metadata2);
|
|
22997
|
-
metadata2.selectNumberingPlan(
|
|
22879
|
+
metadata2.selectNumberingPlan(country, callingCode);
|
|
22998
22880
|
var possibleShorterNumber = number2.slice(countryCallingCode.length);
|
|
22999
|
-
var _extractNationalNumbe = extractNationalNumber(possibleShorterNumber,
|
|
23000
|
-
var _extractNationalNumbe2 = extractNationalNumber(number2,
|
|
23001
|
-
if (!matchesEntirely(nationalNumber, metadata2.nationalNumberPattern()) && matchesEntirely(possibleShorterNationalNumber, metadata2.nationalNumberPattern()) || checkNumberLength(nationalNumber,
|
|
22881
|
+
var _extractNationalNumbe = extractNationalNumber(possibleShorterNumber, metadata2), possibleShorterNationalNumber = _extractNationalNumbe.nationalNumber;
|
|
22882
|
+
var _extractNationalNumbe2 = extractNationalNumber(number2, metadata2), nationalNumber = _extractNationalNumbe2.nationalNumber;
|
|
22883
|
+
if (!matchesEntirely(nationalNumber, metadata2.nationalNumberPattern()) && matchesEntirely(possibleShorterNationalNumber, metadata2.nationalNumberPattern()) || checkNumberLength(nationalNumber, metadata2) === "TOO_LONG") {
|
|
23002
22884
|
return {
|
|
23003
22885
|
countryCallingCode,
|
|
23004
22886
|
number: possibleShorterNumber
|
|
@@ -23009,19 +22891,19 @@ function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2
|
|
|
23009
22891
|
number: number2
|
|
23010
22892
|
};
|
|
23011
22893
|
}
|
|
23012
|
-
function extractCountryCallingCode(number2, country,
|
|
22894
|
+
function extractCountryCallingCode(number2, country, callingCode, metadata2) {
|
|
23013
22895
|
if (!number2) {
|
|
23014
22896
|
return {};
|
|
23015
22897
|
}
|
|
23016
22898
|
var isNumberWithIddPrefix;
|
|
23017
22899
|
if (number2[0] !== "+") {
|
|
23018
|
-
var numberWithoutIDD = stripIddPrefix(number2,
|
|
22900
|
+
var numberWithoutIDD = stripIddPrefix(number2, country, callingCode, metadata2);
|
|
23019
22901
|
if (numberWithoutIDD && numberWithoutIDD !== number2) {
|
|
23020
22902
|
isNumberWithIddPrefix = true;
|
|
23021
22903
|
number2 = "+" + numberWithoutIDD;
|
|
23022
22904
|
} else {
|
|
23023
|
-
if (
|
|
23024
|
-
var _extractCountryCallin = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country,
|
|
22905
|
+
if (country || callingCode) {
|
|
22906
|
+
var _extractCountryCallin = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country, callingCode, metadata2), countryCallingCode = _extractCountryCallin.countryCallingCode, shorterNumber = _extractCountryCallin.number;
|
|
23025
22907
|
if (countryCallingCode) {
|
|
23026
22908
|
return {
|
|
23027
22909
|
countryCallingCodeSource: "FROM_NUMBER_WITHOUT_PLUS_SIGN",
|
|
@@ -23145,6 +23027,63 @@ function formatRFC3966(_ref) {
|
|
|
23145
23027
|
}
|
|
23146
23028
|
return "tel:".concat(number2).concat(ext ? ";ext=" + ext : "");
|
|
23147
23029
|
}
|
|
23030
|
+
function _createForOfIteratorHelperLoose$2(o, allowArrayLike) {
|
|
23031
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
23032
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
23033
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$3(o)) || allowArrayLike) {
|
|
23034
|
+
if (it) o = it;
|
|
23035
|
+
var i = 0;
|
|
23036
|
+
return function() {
|
|
23037
|
+
if (i >= o.length) return { done: true };
|
|
23038
|
+
return { done: false, value: o[i++] };
|
|
23039
|
+
};
|
|
23040
|
+
}
|
|
23041
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
23042
|
+
}
|
|
23043
|
+
function _unsupportedIterableToArray$3(o, minLen) {
|
|
23044
|
+
if (!o) return;
|
|
23045
|
+
if (typeof o === "string") return _arrayLikeToArray$3(o, minLen);
|
|
23046
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
23047
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
23048
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
23049
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$3(o, minLen);
|
|
23050
|
+
}
|
|
23051
|
+
function _arrayLikeToArray$3(arr, len) {
|
|
23052
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
23053
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
23054
|
+
arr2[i] = arr[i];
|
|
23055
|
+
}
|
|
23056
|
+
return arr2;
|
|
23057
|
+
}
|
|
23058
|
+
function ownKeys$6(object, enumerableOnly) {
|
|
23059
|
+
var keys = Object.keys(object);
|
|
23060
|
+
if (Object.getOwnPropertySymbols) {
|
|
23061
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
23062
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23063
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23064
|
+
})), keys.push.apply(keys, symbols);
|
|
23065
|
+
}
|
|
23066
|
+
return keys;
|
|
23067
|
+
}
|
|
23068
|
+
function _objectSpread$6(target) {
|
|
23069
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
23070
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
23071
|
+
i % 2 ? ownKeys$6(Object(source), true).forEach(function(key) {
|
|
23072
|
+
_defineProperty$6(target, key, source[key]);
|
|
23073
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$6(Object(source)).forEach(function(key) {
|
|
23074
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23075
|
+
});
|
|
23076
|
+
}
|
|
23077
|
+
return target;
|
|
23078
|
+
}
|
|
23079
|
+
function _defineProperty$6(obj, key, value) {
|
|
23080
|
+
if (key in obj) {
|
|
23081
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23082
|
+
} else {
|
|
23083
|
+
obj[key] = value;
|
|
23084
|
+
}
|
|
23085
|
+
return obj;
|
|
23086
|
+
}
|
|
23148
23087
|
var DEFAULT_OPTIONS = {
|
|
23149
23088
|
formatExtension: function formatExtension(formattedNumber, extension, metadata2) {
|
|
23150
23089
|
return "".concat(formattedNumber).concat(metadata2.ext()).concat(extension);
|
|
@@ -23152,7 +23091,7 @@ var DEFAULT_OPTIONS = {
|
|
|
23152
23091
|
};
|
|
23153
23092
|
function formatNumber(input, format2, options, metadata2) {
|
|
23154
23093
|
if (options) {
|
|
23155
|
-
options =
|
|
23094
|
+
options = _objectSpread$6(_objectSpread$6({}, DEFAULT_OPTIONS), options);
|
|
23156
23095
|
} else {
|
|
23157
23096
|
options = DEFAULT_OPTIONS;
|
|
23158
23097
|
}
|
|
@@ -23161,7 +23100,7 @@ function formatNumber(input, format2, options, metadata2) {
|
|
|
23161
23100
|
if (!metadata2.hasCountry(input.country)) {
|
|
23162
23101
|
throw new Error("Unknown country: ".concat(input.country));
|
|
23163
23102
|
}
|
|
23164
|
-
metadata2.
|
|
23103
|
+
metadata2.country(input.country);
|
|
23165
23104
|
} else if (input.countryCallingCode) {
|
|
23166
23105
|
metadata2.selectNumberingPlan(input.countryCallingCode);
|
|
23167
23106
|
} else return input.phone || "";
|
|
@@ -23209,16 +23148,19 @@ function formatNationalNumber(number2, carrierCode, formatAs, metadata2, options
|
|
|
23209
23148
|
withNationalPrefix: format2.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && options && options.nationalPrefix === false ? false : true
|
|
23210
23149
|
});
|
|
23211
23150
|
}
|
|
23212
|
-
function chooseFormatForNumber(availableFormats,
|
|
23213
|
-
|
|
23151
|
+
function chooseFormatForNumber(availableFormats, nationalNnumber) {
|
|
23152
|
+
for (var _iterator = _createForOfIteratorHelperLoose$2(availableFormats), _step; !(_step = _iterator()).done; ) {
|
|
23153
|
+
var format2 = _step.value;
|
|
23214
23154
|
if (format2.leadingDigitsPatterns().length > 0) {
|
|
23215
23155
|
var lastLeadingDigitsPattern = format2.leadingDigitsPatterns()[format2.leadingDigitsPatterns().length - 1];
|
|
23216
|
-
if (
|
|
23217
|
-
|
|
23156
|
+
if (nationalNnumber.search(lastLeadingDigitsPattern) !== 0) {
|
|
23157
|
+
continue;
|
|
23218
23158
|
}
|
|
23219
23159
|
}
|
|
23220
|
-
|
|
23221
|
-
|
|
23160
|
+
if (matchesEntirely(nationalNnumber, format2.pattern())) {
|
|
23161
|
+
return format2;
|
|
23162
|
+
}
|
|
23163
|
+
}
|
|
23222
23164
|
}
|
|
23223
23165
|
function addExtension(formattedNumber, ext, metadata2, formatExtension2) {
|
|
23224
23166
|
return ext ? formatExtension2(formattedNumber, ext, metadata2) : formattedNumber;
|
|
@@ -23237,87 +23179,53 @@ function formatIDD(nationalNumber, carrierCode, countryCallingCode, fromCountry,
|
|
|
23237
23179
|
return "".concat(iddPrefix, " ").concat(countryCallingCode, " ").concat(formatNationalNumber(nationalNumber, null, "INTERNATIONAL", metadata2));
|
|
23238
23180
|
}
|
|
23239
23181
|
}
|
|
23240
|
-
function
|
|
23241
|
-
var
|
|
23242
|
-
|
|
23243
|
-
|
|
23244
|
-
|
|
23245
|
-
|
|
23246
|
-
|
|
23247
|
-
for (var key in objects[i]) {
|
|
23248
|
-
objects[0][key] = objects[i][key];
|
|
23249
|
-
}
|
|
23250
|
-
}
|
|
23251
|
-
i++;
|
|
23252
|
-
}
|
|
23253
|
-
return objects[0];
|
|
23254
|
-
}
|
|
23255
|
-
function pickFirstMatchingElement(elements, testFunction) {
|
|
23256
|
-
var i = 0;
|
|
23257
|
-
while (i < elements.length) {
|
|
23258
|
-
if (testFunction(elements[i])) {
|
|
23259
|
-
return elements[i];
|
|
23260
|
-
}
|
|
23261
|
-
i++;
|
|
23182
|
+
function ownKeys$5(object, enumerableOnly) {
|
|
23183
|
+
var keys = Object.keys(object);
|
|
23184
|
+
if (Object.getOwnPropertySymbols) {
|
|
23185
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
23186
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23187
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23188
|
+
})), keys.push.apply(keys, symbols);
|
|
23262
23189
|
}
|
|
23190
|
+
return keys;
|
|
23263
23191
|
}
|
|
23264
|
-
function
|
|
23265
|
-
|
|
23266
|
-
|
|
23267
|
-
|
|
23268
|
-
|
|
23269
|
-
|
|
23270
|
-
|
|
23271
|
-
}
|
|
23272
|
-
function ownKeys$5(e, r) {
|
|
23273
|
-
var t2 = Object.keys(e);
|
|
23274
|
-
if (Object.getOwnPropertySymbols) {
|
|
23275
|
-
var o = Object.getOwnPropertySymbols(e);
|
|
23276
|
-
r && (o = o.filter(function(r2) {
|
|
23277
|
-
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
23278
|
-
})), t2.push.apply(t2, o);
|
|
23279
|
-
}
|
|
23280
|
-
return t2;
|
|
23281
|
-
}
|
|
23282
|
-
function _objectSpread$5(e) {
|
|
23283
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23284
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23285
|
-
r % 2 ? ownKeys$5(Object(t2), true).forEach(function(r2) {
|
|
23286
|
-
_defineProperty$5(e, r2, t2[r2]);
|
|
23287
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$5(Object(t2)).forEach(function(r2) {
|
|
23288
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23192
|
+
function _objectSpread$5(target) {
|
|
23193
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
23194
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
23195
|
+
i % 2 ? ownKeys$5(Object(source), true).forEach(function(key) {
|
|
23196
|
+
_defineProperty$5(target, key, source[key]);
|
|
23197
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$5(Object(source)).forEach(function(key) {
|
|
23198
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23289
23199
|
});
|
|
23290
23200
|
}
|
|
23291
|
-
return
|
|
23292
|
-
}
|
|
23293
|
-
function _defineProperty$5(e, r, t2) {
|
|
23294
|
-
return (r = _toPropertyKey$5(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23295
|
-
}
|
|
23296
|
-
function _classCallCheck$1(a, n) {
|
|
23297
|
-
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
23201
|
+
return target;
|
|
23298
23202
|
}
|
|
23299
|
-
function
|
|
23300
|
-
|
|
23301
|
-
|
|
23302
|
-
|
|
23203
|
+
function _defineProperty$5(obj, key, value) {
|
|
23204
|
+
if (key in obj) {
|
|
23205
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23206
|
+
} else {
|
|
23207
|
+
obj[key] = value;
|
|
23303
23208
|
}
|
|
23209
|
+
return obj;
|
|
23304
23210
|
}
|
|
23305
|
-
function
|
|
23306
|
-
|
|
23307
|
-
|
|
23308
|
-
|
|
23309
|
-
var i = _toPrimitive$5(t2, "string");
|
|
23310
|
-
return "symbol" == _typeof$6(i) ? i : i + "";
|
|
23211
|
+
function _classCallCheck$1(instance, Constructor) {
|
|
23212
|
+
if (!(instance instanceof Constructor)) {
|
|
23213
|
+
throw new TypeError("Cannot call a class as a function");
|
|
23214
|
+
}
|
|
23311
23215
|
}
|
|
23312
|
-
function
|
|
23313
|
-
|
|
23314
|
-
|
|
23315
|
-
|
|
23316
|
-
|
|
23317
|
-
if ("
|
|
23318
|
-
|
|
23216
|
+
function _defineProperties(target, props) {
|
|
23217
|
+
for (var i = 0; i < props.length; i++) {
|
|
23218
|
+
var descriptor = props[i];
|
|
23219
|
+
descriptor.enumerable = descriptor.enumerable || false;
|
|
23220
|
+
descriptor.configurable = true;
|
|
23221
|
+
if ("value" in descriptor) descriptor.writable = true;
|
|
23222
|
+
Object.defineProperty(target, descriptor.key, descriptor);
|
|
23319
23223
|
}
|
|
23320
|
-
|
|
23224
|
+
}
|
|
23225
|
+
function _createClass$1(Constructor, protoProps, staticProps) {
|
|
23226
|
+
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
23227
|
+
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
23228
|
+
return Constructor;
|
|
23321
23229
|
}
|
|
23322
23230
|
var PhoneNumber = /* @__PURE__ */ function() {
|
|
23323
23231
|
function PhoneNumber2(countryOrCountryCallingCode, nationalNumber, metadata2) {
|
|
@@ -23328,20 +23236,22 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
23328
23236
|
if (typeof countryOrCountryCallingCode !== "string") {
|
|
23329
23237
|
throw new TypeError("First argument must be a string");
|
|
23330
23238
|
}
|
|
23331
|
-
if (countryOrCountryCallingCode
|
|
23332
|
-
|
|
23333
|
-
|
|
23334
|
-
if (isObject(nationalNumber) && isObject(nationalNumber.countries)) {
|
|
23335
|
-
metadata2 = nationalNumber;
|
|
23336
|
-
var e164Number = countryOrCountryCallingCode;
|
|
23337
|
-
if (!E164_NUMBER_REGEXP.test(e164Number)) {
|
|
23338
|
-
throw new Error('Invalid `number` argument passed: must consist of a "+" followed by digits');
|
|
23239
|
+
if (typeof countryOrCountryCallingCode === "string") {
|
|
23240
|
+
if (countryOrCountryCallingCode[0] === "+" && !nationalNumber) {
|
|
23241
|
+
throw new TypeError("`metadata` argument not passed");
|
|
23339
23242
|
}
|
|
23340
|
-
|
|
23341
|
-
|
|
23342
|
-
|
|
23343
|
-
|
|
23344
|
-
|
|
23243
|
+
if (isObject(nationalNumber) && isObject(nationalNumber.countries)) {
|
|
23244
|
+
metadata2 = nationalNumber;
|
|
23245
|
+
var e164Number = countryOrCountryCallingCode;
|
|
23246
|
+
if (!E164_NUMBER_REGEXP.test(e164Number)) {
|
|
23247
|
+
throw new Error('Invalid `number` argument passed: must consist of a "+" followed by digits');
|
|
23248
|
+
}
|
|
23249
|
+
var _extractCountryCallin = extractCountryCallingCode(e164Number, void 0, void 0, metadata2), _countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
23250
|
+
nationalNumber = number2;
|
|
23251
|
+
countryOrCountryCallingCode = _countryCallingCode;
|
|
23252
|
+
if (!nationalNumber) {
|
|
23253
|
+
throw new Error("Invalid `number` argument passed: too short");
|
|
23254
|
+
}
|
|
23345
23255
|
}
|
|
23346
23256
|
}
|
|
23347
23257
|
if (!nationalNumber) {
|
|
@@ -23360,7 +23270,7 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
23360
23270
|
return metadata2;
|
|
23361
23271
|
};
|
|
23362
23272
|
}
|
|
23363
|
-
|
|
23273
|
+
_createClass$1(PhoneNumber2, [{
|
|
23364
23274
|
key: "setExt",
|
|
23365
23275
|
value: function setExt(ext) {
|
|
23366
23276
|
this.ext = ext;
|
|
@@ -23444,6 +23354,7 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
23444
23354
|
return this.format("RFC3966", options);
|
|
23445
23355
|
}
|
|
23446
23356
|
}]);
|
|
23357
|
+
return PhoneNumber2;
|
|
23447
23358
|
}();
|
|
23448
23359
|
var isCountryCode = function isCountryCode2(value) {
|
|
23449
23360
|
return /^[A-Z]{2}$/.test(value);
|
|
@@ -23465,95 +23376,131 @@ function getCountryAndCountryCallingCode(countryOrCountryCallingCode, metadataJs
|
|
|
23465
23376
|
};
|
|
23466
23377
|
}
|
|
23467
23378
|
var E164_NUMBER_REGEXP = /^\+\d+$/;
|
|
23468
|
-
function _typeof
|
|
23379
|
+
function _typeof(obj) {
|
|
23469
23380
|
"@babel/helpers - typeof";
|
|
23470
|
-
return _typeof
|
|
23471
|
-
return typeof
|
|
23472
|
-
} : function(
|
|
23473
|
-
return
|
|
23474
|
-
}, _typeof
|
|
23475
|
-
}
|
|
23476
|
-
function _createClass(
|
|
23477
|
-
|
|
23478
|
-
|
|
23479
|
-
|
|
23480
|
-
|
|
23481
|
-
|
|
23482
|
-
|
|
23483
|
-
|
|
23484
|
-
}
|
|
23485
|
-
function
|
|
23486
|
-
if (
|
|
23487
|
-
|
|
23488
|
-
|
|
23489
|
-
}
|
|
23490
|
-
|
|
23491
|
-
if (
|
|
23492
|
-
|
|
23493
|
-
|
|
23494
|
-
|
|
23495
|
-
|
|
23496
|
-
|
|
23497
|
-
|
|
23498
|
-
|
|
23499
|
-
|
|
23500
|
-
|
|
23501
|
-
|
|
23502
|
-
|
|
23503
|
-
|
|
23504
|
-
|
|
23505
|
-
|
|
23381
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
|
|
23382
|
+
return typeof obj2;
|
|
23383
|
+
} : function(obj2) {
|
|
23384
|
+
return obj2 && "function" == typeof Symbol && obj2.constructor === Symbol && obj2 !== Symbol.prototype ? "symbol" : typeof obj2;
|
|
23385
|
+
}, _typeof(obj);
|
|
23386
|
+
}
|
|
23387
|
+
function _createClass(Constructor, protoProps, staticProps) {
|
|
23388
|
+
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
23389
|
+
return Constructor;
|
|
23390
|
+
}
|
|
23391
|
+
function _classCallCheck(instance, Constructor) {
|
|
23392
|
+
if (!(instance instanceof Constructor)) {
|
|
23393
|
+
throw new TypeError("Cannot call a class as a function");
|
|
23394
|
+
}
|
|
23395
|
+
}
|
|
23396
|
+
function _inherits(subClass, superClass) {
|
|
23397
|
+
if (typeof superClass !== "function" && superClass !== null) {
|
|
23398
|
+
throw new TypeError("Super expression must either be null or a function");
|
|
23399
|
+
}
|
|
23400
|
+
subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });
|
|
23401
|
+
Object.defineProperty(subClass, "prototype", { writable: false });
|
|
23402
|
+
if (superClass) _setPrototypeOf(subClass, superClass);
|
|
23403
|
+
}
|
|
23404
|
+
function _createSuper(Derived) {
|
|
23405
|
+
var hasNativeReflectConstruct = _isNativeReflectConstruct();
|
|
23406
|
+
return function _createSuperInternal() {
|
|
23407
|
+
var Super = _getPrototypeOf(Derived), result2;
|
|
23408
|
+
if (hasNativeReflectConstruct) {
|
|
23409
|
+
var NewTarget = _getPrototypeOf(this).constructor;
|
|
23410
|
+
result2 = Reflect.construct(Super, arguments, NewTarget);
|
|
23411
|
+
} else {
|
|
23412
|
+
result2 = Super.apply(this, arguments);
|
|
23413
|
+
}
|
|
23414
|
+
return _possibleConstructorReturn(this, result2);
|
|
23415
|
+
};
|
|
23416
|
+
}
|
|
23417
|
+
function _possibleConstructorReturn(self2, call) {
|
|
23418
|
+
if (call && (_typeof(call) === "object" || typeof call === "function")) {
|
|
23419
|
+
return call;
|
|
23420
|
+
} else if (call !== void 0) {
|
|
23421
|
+
throw new TypeError("Derived constructors may only return object or undefined");
|
|
23422
|
+
}
|
|
23423
|
+
return _assertThisInitialized(self2);
|
|
23424
|
+
}
|
|
23425
|
+
function _assertThisInitialized(self2) {
|
|
23426
|
+
if (self2 === void 0) {
|
|
23427
|
+
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
23428
|
+
}
|
|
23429
|
+
return self2;
|
|
23430
|
+
}
|
|
23431
|
+
function _wrapNativeSuper(Class) {
|
|
23432
|
+
var _cache = typeof Map === "function" ? /* @__PURE__ */ new Map() : void 0;
|
|
23433
|
+
_wrapNativeSuper = function _wrapNativeSuper2(Class2) {
|
|
23434
|
+
if (Class2 === null || !_isNativeFunction(Class2)) return Class2;
|
|
23435
|
+
if (typeof Class2 !== "function") {
|
|
23436
|
+
throw new TypeError("Super expression must either be null or a function");
|
|
23437
|
+
}
|
|
23438
|
+
if (typeof _cache !== "undefined") {
|
|
23439
|
+
if (_cache.has(Class2)) return _cache.get(Class2);
|
|
23440
|
+
_cache.set(Class2, Wrapper);
|
|
23506
23441
|
}
|
|
23507
23442
|
function Wrapper() {
|
|
23508
|
-
return _construct(
|
|
23443
|
+
return _construct(Class2, arguments, _getPrototypeOf(this).constructor);
|
|
23509
23444
|
}
|
|
23510
|
-
|
|
23511
|
-
|
|
23445
|
+
Wrapper.prototype = Object.create(Class2.prototype, { constructor: { value: Wrapper, enumerable: false, writable: true, configurable: true } });
|
|
23446
|
+
return _setPrototypeOf(Wrapper, Class2);
|
|
23447
|
+
};
|
|
23448
|
+
return _wrapNativeSuper(Class);
|
|
23512
23449
|
}
|
|
23513
|
-
function _construct(
|
|
23514
|
-
if (_isNativeReflectConstruct())
|
|
23515
|
-
|
|
23516
|
-
|
|
23517
|
-
|
|
23518
|
-
|
|
23450
|
+
function _construct(Parent, args, Class) {
|
|
23451
|
+
if (_isNativeReflectConstruct()) {
|
|
23452
|
+
_construct = Reflect.construct;
|
|
23453
|
+
} else {
|
|
23454
|
+
_construct = function _construct2(Parent2, args2, Class2) {
|
|
23455
|
+
var a = [null];
|
|
23456
|
+
a.push.apply(a, args2);
|
|
23457
|
+
var Constructor = Function.bind.apply(Parent2, a);
|
|
23458
|
+
var instance = new Constructor();
|
|
23459
|
+
if (Class2) _setPrototypeOf(instance, Class2.prototype);
|
|
23460
|
+
return instance;
|
|
23461
|
+
};
|
|
23462
|
+
}
|
|
23463
|
+
return _construct.apply(null, arguments);
|
|
23519
23464
|
}
|
|
23520
23465
|
function _isNativeReflectConstruct() {
|
|
23466
|
+
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
|
|
23467
|
+
if (Reflect.construct.sham) return false;
|
|
23468
|
+
if (typeof Proxy === "function") return true;
|
|
23521
23469
|
try {
|
|
23522
|
-
|
|
23470
|
+
Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
|
|
23523
23471
|
}));
|
|
23524
|
-
|
|
23472
|
+
return true;
|
|
23473
|
+
} catch (e) {
|
|
23474
|
+
return false;
|
|
23525
23475
|
}
|
|
23526
|
-
return (_isNativeReflectConstruct = function _isNativeReflectConstruct2() {
|
|
23527
|
-
return !!t2;
|
|
23528
|
-
})();
|
|
23529
23476
|
}
|
|
23530
|
-
function _isNativeFunction(
|
|
23531
|
-
|
|
23532
|
-
return -1 !== Function.toString.call(t2).indexOf("[native code]");
|
|
23533
|
-
} catch (n) {
|
|
23534
|
-
return "function" == typeof t2;
|
|
23535
|
-
}
|
|
23477
|
+
function _isNativeFunction(fn) {
|
|
23478
|
+
return Function.toString.call(fn).indexOf("[native code]") !== -1;
|
|
23536
23479
|
}
|
|
23537
|
-
function _setPrototypeOf(
|
|
23538
|
-
|
|
23539
|
-
|
|
23540
|
-
|
|
23480
|
+
function _setPrototypeOf(o, p) {
|
|
23481
|
+
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf2(o2, p2) {
|
|
23482
|
+
o2.__proto__ = p2;
|
|
23483
|
+
return o2;
|
|
23484
|
+
};
|
|
23485
|
+
return _setPrototypeOf(o, p);
|
|
23541
23486
|
}
|
|
23542
|
-
function _getPrototypeOf(
|
|
23543
|
-
|
|
23544
|
-
return
|
|
23545
|
-
}
|
|
23487
|
+
function _getPrototypeOf(o) {
|
|
23488
|
+
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf2(o2) {
|
|
23489
|
+
return o2.__proto__ || Object.getPrototypeOf(o2);
|
|
23490
|
+
};
|
|
23491
|
+
return _getPrototypeOf(o);
|
|
23546
23492
|
}
|
|
23547
23493
|
var ParseError = /* @__PURE__ */ function(_Error) {
|
|
23494
|
+
_inherits(ParseError2, _Error);
|
|
23495
|
+
var _super = _createSuper(ParseError2);
|
|
23548
23496
|
function ParseError2(code2) {
|
|
23549
23497
|
var _this;
|
|
23550
23498
|
_classCallCheck(this, ParseError2);
|
|
23551
|
-
_this =
|
|
23552
|
-
Object.setPrototypeOf(_this, ParseError2.prototype);
|
|
23499
|
+
_this = _super.call(this, code2);
|
|
23500
|
+
Object.setPrototypeOf(_assertThisInitialized(_this), ParseError2.prototype);
|
|
23553
23501
|
_this.name = _this.constructor.name;
|
|
23554
23502
|
return _this;
|
|
23555
23503
|
}
|
|
23556
|
-
_inherits(ParseError2, _Error);
|
|
23557
23504
|
return _createClass(ParseError2);
|
|
23558
23505
|
}(/* @__PURE__ */ _wrapNativeSuper(Error));
|
|
23559
23506
|
var EXTN_PATTERN = new RegExp("(?:" + createExtensionPattern() + ")$", "i");
|
|
@@ -23650,39 +23597,43 @@ var DIGITS = {
|
|
|
23650
23597
|
function parseDigit(character) {
|
|
23651
23598
|
return DIGITS[character];
|
|
23652
23599
|
}
|
|
23653
|
-
function _createForOfIteratorHelperLoose(
|
|
23654
|
-
var
|
|
23655
|
-
if (
|
|
23656
|
-
if (Array.isArray(
|
|
23657
|
-
|
|
23658
|
-
var
|
|
23600
|
+
function _createForOfIteratorHelperLoose$1(o, allowArrayLike) {
|
|
23601
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
23602
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
23603
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$2(o)) || allowArrayLike) {
|
|
23604
|
+
if (it) o = it;
|
|
23605
|
+
var i = 0;
|
|
23659
23606
|
return function() {
|
|
23660
|
-
|
|
23607
|
+
if (i >= o.length) return { done: true };
|
|
23608
|
+
return { done: false, value: o[i++] };
|
|
23661
23609
|
};
|
|
23662
23610
|
}
|
|
23663
23611
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
23664
23612
|
}
|
|
23665
|
-
function _unsupportedIterableToArray$
|
|
23666
|
-
if (
|
|
23667
|
-
|
|
23668
|
-
|
|
23669
|
-
|
|
23670
|
-
|
|
23613
|
+
function _unsupportedIterableToArray$2(o, minLen) {
|
|
23614
|
+
if (!o) return;
|
|
23615
|
+
if (typeof o === "string") return _arrayLikeToArray$2(o, minLen);
|
|
23616
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
23617
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
23618
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
23619
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$2(o, minLen);
|
|
23671
23620
|
}
|
|
23672
|
-
function _arrayLikeToArray$
|
|
23673
|
-
(
|
|
23674
|
-
for (var
|
|
23675
|
-
|
|
23621
|
+
function _arrayLikeToArray$2(arr, len) {
|
|
23622
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
23623
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
23624
|
+
arr2[i] = arr[i];
|
|
23625
|
+
}
|
|
23626
|
+
return arr2;
|
|
23676
23627
|
}
|
|
23677
23628
|
function parseIncompletePhoneNumber(string) {
|
|
23678
23629
|
var result2 = "";
|
|
23679
|
-
for (var _iterator = _createForOfIteratorHelperLoose(string.split("")), _step; !(_step = _iterator()).done; ) {
|
|
23630
|
+
for (var _iterator = _createForOfIteratorHelperLoose$1(string.split("")), _step; !(_step = _iterator()).done; ) {
|
|
23680
23631
|
var character = _step.value;
|
|
23681
23632
|
result2 += parsePhoneNumberCharacter(character, result2) || "";
|
|
23682
23633
|
}
|
|
23683
23634
|
return result2;
|
|
23684
23635
|
}
|
|
23685
|
-
function parsePhoneNumberCharacter(character, prevParsedCharacters,
|
|
23636
|
+
function parsePhoneNumberCharacter(character, prevParsedCharacters, emitEvent2) {
|
|
23686
23637
|
if (character === "+") {
|
|
23687
23638
|
if (prevParsedCharacters) {
|
|
23688
23639
|
return;
|
|
@@ -23691,6 +23642,66 @@ function parsePhoneNumberCharacter(character, prevParsedCharacters, eventListene
|
|
|
23691
23642
|
}
|
|
23692
23643
|
return parseDigit(character);
|
|
23693
23644
|
}
|
|
23645
|
+
function _createForOfIteratorHelperLoose(o, allowArrayLike) {
|
|
23646
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
23647
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
23648
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$1(o)) || allowArrayLike) {
|
|
23649
|
+
if (it) o = it;
|
|
23650
|
+
var i = 0;
|
|
23651
|
+
return function() {
|
|
23652
|
+
if (i >= o.length) return { done: true };
|
|
23653
|
+
return { done: false, value: o[i++] };
|
|
23654
|
+
};
|
|
23655
|
+
}
|
|
23656
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
23657
|
+
}
|
|
23658
|
+
function _unsupportedIterableToArray$1(o, minLen) {
|
|
23659
|
+
if (!o) return;
|
|
23660
|
+
if (typeof o === "string") return _arrayLikeToArray$1(o, minLen);
|
|
23661
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
23662
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
23663
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
23664
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$1(o, minLen);
|
|
23665
|
+
}
|
|
23666
|
+
function _arrayLikeToArray$1(arr, len) {
|
|
23667
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
23668
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
23669
|
+
arr2[i] = arr[i];
|
|
23670
|
+
}
|
|
23671
|
+
return arr2;
|
|
23672
|
+
}
|
|
23673
|
+
function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
|
|
23674
|
+
var countries = _ref.countries, metadata2 = _ref.metadata;
|
|
23675
|
+
metadata2 = new Metadata(metadata2);
|
|
23676
|
+
for (var _iterator = _createForOfIteratorHelperLoose(countries), _step; !(_step = _iterator()).done; ) {
|
|
23677
|
+
var country = _step.value;
|
|
23678
|
+
metadata2.country(country);
|
|
23679
|
+
if (metadata2.leadingDigits()) {
|
|
23680
|
+
if (nationalPhoneNumber && nationalPhoneNumber.search(metadata2.leadingDigits()) === 0) {
|
|
23681
|
+
return country;
|
|
23682
|
+
}
|
|
23683
|
+
} else if (getNumberType({
|
|
23684
|
+
phone: nationalPhoneNumber,
|
|
23685
|
+
country
|
|
23686
|
+
}, void 0, metadata2.metadata)) {
|
|
23687
|
+
return country;
|
|
23688
|
+
}
|
|
23689
|
+
}
|
|
23690
|
+
}
|
|
23691
|
+
function getCountryByCallingCode(callingCode, _ref) {
|
|
23692
|
+
var nationalPhoneNumber = _ref.nationalNumber, metadata2 = _ref.metadata;
|
|
23693
|
+
var possibleCountries = metadata2.getCountryCodesForCallingCode(callingCode);
|
|
23694
|
+
if (!possibleCountries) {
|
|
23695
|
+
return;
|
|
23696
|
+
}
|
|
23697
|
+
if (possibleCountries.length === 1) {
|
|
23698
|
+
return possibleCountries[0];
|
|
23699
|
+
}
|
|
23700
|
+
return getCountryByNationalNumber(nationalPhoneNumber, {
|
|
23701
|
+
countries: possibleCountries,
|
|
23702
|
+
metadata: metadata2.metadata
|
|
23703
|
+
});
|
|
23704
|
+
}
|
|
23694
23705
|
var PLUS_SIGN = "+";
|
|
23695
23706
|
var RFC3966_VISUAL_SEPARATOR_ = "[\\-\\.\\(\\)]?";
|
|
23696
23707
|
var RFC3966_PHONE_DIGIT_ = "([" + VALID_DIGITS + "]|" + RFC3966_VISUAL_SEPARATOR_ + ")";
|
|
@@ -23826,7 +23837,7 @@ function parse(text2, options, metadata2) {
|
|
|
23826
23837
|
countryCallingCode,
|
|
23827
23838
|
carrierCode,
|
|
23828
23839
|
valid,
|
|
23829
|
-
possible: valid ? true : options.extended === true && metadata2.possibleLengths() && isPossibleNumber(nationalNumber,
|
|
23840
|
+
possible: valid ? true : options.extended === true && metadata2.possibleLengths() && isPossibleNumber(nationalNumber, metadata2) ? true : false,
|
|
23830
23841
|
phone: nationalNumber,
|
|
23831
23842
|
ext
|
|
23832
23843
|
};
|
|
@@ -23886,7 +23897,7 @@ function result(country, nationalNumber, ext) {
|
|
|
23886
23897
|
return result2;
|
|
23887
23898
|
}
|
|
23888
23899
|
function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCallingCode, metadata2) {
|
|
23889
|
-
var _extractCountryCallin = extractCountryCallingCode(parseIncompletePhoneNumber(formattedPhoneNumber),
|
|
23900
|
+
var _extractCountryCallin = extractCountryCallingCode(parseIncompletePhoneNumber(formattedPhoneNumber), defaultCountry, defaultCallingCode, metadata2.metadata), countryCallingCodeSource = _extractCountryCallin.countryCallingCodeSource, countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
23890
23901
|
var country;
|
|
23891
23902
|
if (countryCallingCode) {
|
|
23892
23903
|
metadata2.selectNumberingPlan(countryCallingCode);
|
|
@@ -23903,7 +23914,7 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
23903
23914
|
countryCallingCode
|
|
23904
23915
|
};
|
|
23905
23916
|
}
|
|
23906
|
-
var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number2),
|
|
23917
|
+
var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number2), metadata2), nationalNumber = _extractNationalNumbe.nationalNumber, carrierCode = _extractNationalNumbe.carrierCode;
|
|
23907
23918
|
var exactCountry = getCountryByCallingCode(countryCallingCode, {
|
|
23908
23919
|
nationalNumber,
|
|
23909
23920
|
metadata: metadata2
|
|
@@ -23912,7 +23923,7 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
23912
23923
|
country = exactCountry;
|
|
23913
23924
|
if (exactCountry === "001") ;
|
|
23914
23925
|
else {
|
|
23915
|
-
metadata2.
|
|
23926
|
+
metadata2.country(country);
|
|
23916
23927
|
}
|
|
23917
23928
|
}
|
|
23918
23929
|
return {
|
|
@@ -23923,142 +23934,116 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
23923
23934
|
carrierCode
|
|
23924
23935
|
};
|
|
23925
23936
|
}
|
|
23926
|
-
function
|
|
23927
|
-
|
|
23928
|
-
return _typeof$4 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23929
|
-
return typeof o2;
|
|
23930
|
-
} : function(o2) {
|
|
23931
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23932
|
-
}, _typeof$4(o);
|
|
23933
|
-
}
|
|
23934
|
-
function ownKeys$4(e, r) {
|
|
23935
|
-
var t2 = Object.keys(e);
|
|
23937
|
+
function ownKeys$4(object, enumerableOnly) {
|
|
23938
|
+
var keys = Object.keys(object);
|
|
23936
23939
|
if (Object.getOwnPropertySymbols) {
|
|
23937
|
-
var
|
|
23938
|
-
|
|
23939
|
-
return Object.getOwnPropertyDescriptor(
|
|
23940
|
-
})),
|
|
23941
|
-
}
|
|
23942
|
-
return t2;
|
|
23943
|
-
}
|
|
23944
|
-
function _objectSpread$4(e) {
|
|
23945
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23946
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23947
|
-
r % 2 ? ownKeys$4(Object(t2), true).forEach(function(r2) {
|
|
23948
|
-
_defineProperty$4(e, r2, t2[r2]);
|
|
23949
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$4(Object(t2)).forEach(function(r2) {
|
|
23950
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23951
|
-
});
|
|
23940
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
23941
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23942
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23943
|
+
})), keys.push.apply(keys, symbols);
|
|
23952
23944
|
}
|
|
23953
|
-
return
|
|
23945
|
+
return keys;
|
|
23954
23946
|
}
|
|
23955
|
-
function
|
|
23956
|
-
|
|
23957
|
-
}
|
|
23958
|
-
|
|
23959
|
-
|
|
23960
|
-
|
|
23947
|
+
function _objectSpread$4(target) {
|
|
23948
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
23949
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
23950
|
+
i % 2 ? ownKeys$4(Object(source), true).forEach(function(key) {
|
|
23951
|
+
_defineProperty$4(target, key, source[key]);
|
|
23952
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$4(Object(source)).forEach(function(key) {
|
|
23953
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23954
|
+
});
|
|
23955
|
+
}
|
|
23956
|
+
return target;
|
|
23961
23957
|
}
|
|
23962
|
-
function
|
|
23963
|
-
if (
|
|
23964
|
-
|
|
23965
|
-
|
|
23966
|
-
|
|
23967
|
-
if ("object" != _typeof$4(i)) return i;
|
|
23968
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23958
|
+
function _defineProperty$4(obj, key, value) {
|
|
23959
|
+
if (key in obj) {
|
|
23960
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23961
|
+
} else {
|
|
23962
|
+
obj[key] = value;
|
|
23969
23963
|
}
|
|
23970
|
-
return
|
|
23964
|
+
return obj;
|
|
23971
23965
|
}
|
|
23972
23966
|
function parsePhoneNumberWithError(text2, options, metadata2) {
|
|
23973
23967
|
return parse(text2, _objectSpread$4(_objectSpread$4({}, options), {}, {
|
|
23974
23968
|
v2: true
|
|
23975
23969
|
}), metadata2);
|
|
23976
23970
|
}
|
|
23977
|
-
function
|
|
23978
|
-
|
|
23979
|
-
return _typeof$3 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23980
|
-
return typeof o2;
|
|
23981
|
-
} : function(o2) {
|
|
23982
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23983
|
-
}, _typeof$3(o);
|
|
23984
|
-
}
|
|
23985
|
-
function ownKeys$3(e, r) {
|
|
23986
|
-
var t2 = Object.keys(e);
|
|
23971
|
+
function ownKeys$3(object, enumerableOnly) {
|
|
23972
|
+
var keys = Object.keys(object);
|
|
23987
23973
|
if (Object.getOwnPropertySymbols) {
|
|
23988
|
-
var
|
|
23989
|
-
|
|
23990
|
-
return Object.getOwnPropertyDescriptor(
|
|
23991
|
-
})),
|
|
23992
|
-
}
|
|
23993
|
-
return t2;
|
|
23994
|
-
}
|
|
23995
|
-
function _objectSpread$3(e) {
|
|
23996
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23997
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23998
|
-
r % 2 ? ownKeys$3(Object(t2), true).forEach(function(r2) {
|
|
23999
|
-
_defineProperty$3(e, r2, t2[r2]);
|
|
24000
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$3(Object(t2)).forEach(function(r2) {
|
|
24001
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
24002
|
-
});
|
|
23974
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
23975
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23976
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23977
|
+
})), keys.push.apply(keys, symbols);
|
|
24003
23978
|
}
|
|
24004
|
-
return
|
|
23979
|
+
return keys;
|
|
24005
23980
|
}
|
|
24006
|
-
function
|
|
24007
|
-
|
|
24008
|
-
}
|
|
24009
|
-
|
|
24010
|
-
|
|
24011
|
-
|
|
23981
|
+
function _objectSpread$3(target) {
|
|
23982
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
23983
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
23984
|
+
i % 2 ? ownKeys$3(Object(source), true).forEach(function(key) {
|
|
23985
|
+
_defineProperty$3(target, key, source[key]);
|
|
23986
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$3(Object(source)).forEach(function(key) {
|
|
23987
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23988
|
+
});
|
|
23989
|
+
}
|
|
23990
|
+
return target;
|
|
24012
23991
|
}
|
|
24013
|
-
function
|
|
24014
|
-
if (
|
|
24015
|
-
|
|
24016
|
-
|
|
24017
|
-
|
|
24018
|
-
if ("object" != _typeof$3(i)) return i;
|
|
24019
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23992
|
+
function _defineProperty$3(obj, key, value) {
|
|
23993
|
+
if (key in obj) {
|
|
23994
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23995
|
+
} else {
|
|
23996
|
+
obj[key] = value;
|
|
24020
23997
|
}
|
|
24021
|
-
return
|
|
23998
|
+
return obj;
|
|
24022
23999
|
}
|
|
24023
|
-
function _slicedToArray(
|
|
24024
|
-
return _arrayWithHoles(
|
|
24000
|
+
function _slicedToArray(arr, i) {
|
|
24001
|
+
return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
|
|
24025
24002
|
}
|
|
24026
24003
|
function _nonIterableRest() {
|
|
24027
24004
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
24028
24005
|
}
|
|
24029
|
-
function _unsupportedIterableToArray(
|
|
24030
|
-
if (
|
|
24031
|
-
|
|
24032
|
-
|
|
24033
|
-
|
|
24034
|
-
|
|
24035
|
-
|
|
24036
|
-
|
|
24037
|
-
|
|
24038
|
-
|
|
24039
|
-
|
|
24040
|
-
|
|
24041
|
-
|
|
24042
|
-
|
|
24043
|
-
|
|
24044
|
-
|
|
24006
|
+
function _unsupportedIterableToArray(o, minLen) {
|
|
24007
|
+
if (!o) return;
|
|
24008
|
+
if (typeof o === "string") return _arrayLikeToArray(o, minLen);
|
|
24009
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
24010
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
24011
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
24012
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
|
|
24013
|
+
}
|
|
24014
|
+
function _arrayLikeToArray(arr, len) {
|
|
24015
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
24016
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
24017
|
+
arr2[i] = arr[i];
|
|
24018
|
+
}
|
|
24019
|
+
return arr2;
|
|
24020
|
+
}
|
|
24021
|
+
function _iterableToArrayLimit(arr, i) {
|
|
24022
|
+
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
24023
|
+
if (_i == null) return;
|
|
24024
|
+
var _arr = [];
|
|
24025
|
+
var _n = true;
|
|
24026
|
+
var _d = false;
|
|
24027
|
+
var _s, _e;
|
|
24028
|
+
try {
|
|
24029
|
+
for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
|
|
24030
|
+
_arr.push(_s.value);
|
|
24031
|
+
if (i && _arr.length === i) break;
|
|
24032
|
+
}
|
|
24033
|
+
} catch (err) {
|
|
24034
|
+
_d = true;
|
|
24035
|
+
_e = err;
|
|
24036
|
+
} finally {
|
|
24045
24037
|
try {
|
|
24046
|
-
if (
|
|
24047
|
-
else for (; !(f = (e = i.call(t2)).done) && (a.push(e.value), a.length !== l); f = true) ;
|
|
24048
|
-
} catch (r2) {
|
|
24049
|
-
o = true, n = r2;
|
|
24038
|
+
if (!_n && _i["return"] != null) _i["return"]();
|
|
24050
24039
|
} finally {
|
|
24051
|
-
|
|
24052
|
-
if (!f && null != t2["return"] && (u = t2["return"](), Object(u) !== u)) return;
|
|
24053
|
-
} finally {
|
|
24054
|
-
if (o) throw n;
|
|
24055
|
-
}
|
|
24040
|
+
if (_d) throw _e;
|
|
24056
24041
|
}
|
|
24057
|
-
return a;
|
|
24058
24042
|
}
|
|
24043
|
+
return _arr;
|
|
24059
24044
|
}
|
|
24060
|
-
function _arrayWithHoles(
|
|
24061
|
-
if (Array.isArray(
|
|
24045
|
+
function _arrayWithHoles(arr) {
|
|
24046
|
+
if (Array.isArray(arr)) return arr;
|
|
24062
24047
|
}
|
|
24063
24048
|
function normalizeArguments(args) {
|
|
24064
24049
|
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];
|
|
@@ -24095,51 +24080,34 @@ function normalizeArguments(args) {
|
|
|
24095
24080
|
metadata: metadata2
|
|
24096
24081
|
};
|
|
24097
24082
|
}
|
|
24098
|
-
function
|
|
24099
|
-
|
|
24100
|
-
return _typeof$2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
24101
|
-
return typeof o2;
|
|
24102
|
-
} : function(o2) {
|
|
24103
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
24104
|
-
}, _typeof$2(o);
|
|
24105
|
-
}
|
|
24106
|
-
function ownKeys$2(e, r) {
|
|
24107
|
-
var t2 = Object.keys(e);
|
|
24083
|
+
function ownKeys$2(object, enumerableOnly) {
|
|
24084
|
+
var keys = Object.keys(object);
|
|
24108
24085
|
if (Object.getOwnPropertySymbols) {
|
|
24109
|
-
var
|
|
24110
|
-
|
|
24111
|
-
return Object.getOwnPropertyDescriptor(
|
|
24112
|
-
})),
|
|
24113
|
-
}
|
|
24114
|
-
return t2;
|
|
24115
|
-
}
|
|
24116
|
-
function _objectSpread$2(e) {
|
|
24117
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
24118
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
24119
|
-
r % 2 ? ownKeys$2(Object(t2), true).forEach(function(r2) {
|
|
24120
|
-
_defineProperty$2(e, r2, t2[r2]);
|
|
24121
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$2(Object(t2)).forEach(function(r2) {
|
|
24122
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
24123
|
-
});
|
|
24086
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
24087
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
24088
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
24089
|
+
})), keys.push.apply(keys, symbols);
|
|
24124
24090
|
}
|
|
24125
|
-
return
|
|
24091
|
+
return keys;
|
|
24126
24092
|
}
|
|
24127
|
-
function
|
|
24128
|
-
|
|
24129
|
-
}
|
|
24130
|
-
|
|
24131
|
-
|
|
24132
|
-
|
|
24093
|
+
function _objectSpread$2(target) {
|
|
24094
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
24095
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
24096
|
+
i % 2 ? ownKeys$2(Object(source), true).forEach(function(key) {
|
|
24097
|
+
_defineProperty$2(target, key, source[key]);
|
|
24098
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2(Object(source)).forEach(function(key) {
|
|
24099
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
24100
|
+
});
|
|
24101
|
+
}
|
|
24102
|
+
return target;
|
|
24133
24103
|
}
|
|
24134
|
-
function
|
|
24135
|
-
if (
|
|
24136
|
-
|
|
24137
|
-
|
|
24138
|
-
|
|
24139
|
-
if ("object" != _typeof$2(i)) return i;
|
|
24140
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
24104
|
+
function _defineProperty$2(obj, key, value) {
|
|
24105
|
+
if (key in obj) {
|
|
24106
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
24107
|
+
} else {
|
|
24108
|
+
obj[key] = value;
|
|
24141
24109
|
}
|
|
24142
|
-
return
|
|
24110
|
+
return obj;
|
|
24143
24111
|
}
|
|
24144
24112
|
function parsePhoneNumber(text2, options, metadata2) {
|
|
24145
24113
|
if (options && options.defaultCountry && !isSupportedCountry(options.defaultCountry, metadata2)) {
|
|
@@ -24156,51 +24124,34 @@ function parsePhoneNumber(text2, options, metadata2) {
|
|
|
24156
24124
|
}
|
|
24157
24125
|
}
|
|
24158
24126
|
}
|
|
24159
|
-
function
|
|
24160
|
-
|
|
24161
|
-
return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
24162
|
-
return typeof o2;
|
|
24163
|
-
} : function(o2) {
|
|
24164
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
24165
|
-
}, _typeof$1(o);
|
|
24166
|
-
}
|
|
24167
|
-
function ownKeys$1(e, r) {
|
|
24168
|
-
var t2 = Object.keys(e);
|
|
24127
|
+
function ownKeys$1(object, enumerableOnly) {
|
|
24128
|
+
var keys = Object.keys(object);
|
|
24169
24129
|
if (Object.getOwnPropertySymbols) {
|
|
24170
|
-
var
|
|
24171
|
-
|
|
24172
|
-
return Object.getOwnPropertyDescriptor(
|
|
24173
|
-
})),
|
|
24174
|
-
}
|
|
24175
|
-
return t2;
|
|
24176
|
-
}
|
|
24177
|
-
function _objectSpread$1(e) {
|
|
24178
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
24179
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
24180
|
-
r % 2 ? ownKeys$1(Object(t2), true).forEach(function(r2) {
|
|
24181
|
-
_defineProperty$1(e, r2, t2[r2]);
|
|
24182
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$1(Object(t2)).forEach(function(r2) {
|
|
24183
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
24184
|
-
});
|
|
24130
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
24131
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
24132
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
24133
|
+
})), keys.push.apply(keys, symbols);
|
|
24185
24134
|
}
|
|
24186
|
-
return
|
|
24135
|
+
return keys;
|
|
24187
24136
|
}
|
|
24188
|
-
function
|
|
24189
|
-
|
|
24190
|
-
}
|
|
24191
|
-
|
|
24192
|
-
|
|
24193
|
-
|
|
24137
|
+
function _objectSpread$1(target) {
|
|
24138
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
24139
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
24140
|
+
i % 2 ? ownKeys$1(Object(source), true).forEach(function(key) {
|
|
24141
|
+
_defineProperty$1(target, key, source[key]);
|
|
24142
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1(Object(source)).forEach(function(key) {
|
|
24143
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
24144
|
+
});
|
|
24145
|
+
}
|
|
24146
|
+
return target;
|
|
24194
24147
|
}
|
|
24195
|
-
function
|
|
24196
|
-
if (
|
|
24197
|
-
|
|
24198
|
-
|
|
24199
|
-
|
|
24200
|
-
if ("object" != _typeof$1(i)) return i;
|
|
24201
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
24148
|
+
function _defineProperty$1(obj, key, value) {
|
|
24149
|
+
if (key in obj) {
|
|
24150
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
24151
|
+
} else {
|
|
24152
|
+
obj[key] = value;
|
|
24202
24153
|
}
|
|
24203
|
-
return
|
|
24154
|
+
return obj;
|
|
24204
24155
|
}
|
|
24205
24156
|
function isValidPhoneNumber$1() {
|
|
24206
24157
|
var _normalizeArguments = normalizeArguments(arguments), text2 = _normalizeArguments.text, options = _normalizeArguments.options, metadata2 = _normalizeArguments.metadata;
|
|
@@ -24210,51 +24161,34 @@ function isValidPhoneNumber$1() {
|
|
|
24210
24161
|
var phoneNumber = parsePhoneNumber(text2, options, metadata2);
|
|
24211
24162
|
return phoneNumber && phoneNumber.isValid() || false;
|
|
24212
24163
|
}
|
|
24213
|
-
function
|
|
24214
|
-
|
|
24215
|
-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
24216
|
-
return typeof o2;
|
|
24217
|
-
} : function(o2) {
|
|
24218
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
24219
|
-
}, _typeof(o);
|
|
24220
|
-
}
|
|
24221
|
-
function ownKeys(e, r) {
|
|
24222
|
-
var t2 = Object.keys(e);
|
|
24164
|
+
function ownKeys(object, enumerableOnly) {
|
|
24165
|
+
var keys = Object.keys(object);
|
|
24223
24166
|
if (Object.getOwnPropertySymbols) {
|
|
24224
|
-
var
|
|
24225
|
-
|
|
24226
|
-
return Object.getOwnPropertyDescriptor(
|
|
24227
|
-
})),
|
|
24228
|
-
}
|
|
24229
|
-
return t2;
|
|
24230
|
-
}
|
|
24231
|
-
function _objectSpread(e) {
|
|
24232
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
24233
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
24234
|
-
r % 2 ? ownKeys(Object(t2), true).forEach(function(r2) {
|
|
24235
|
-
_defineProperty(e, r2, t2[r2]);
|
|
24236
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys(Object(t2)).forEach(function(r2) {
|
|
24237
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
24238
|
-
});
|
|
24167
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
24168
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
24169
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
24170
|
+
})), keys.push.apply(keys, symbols);
|
|
24239
24171
|
}
|
|
24240
|
-
return
|
|
24241
|
-
}
|
|
24242
|
-
function _defineProperty(e, r, t2) {
|
|
24243
|
-
return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
24172
|
+
return keys;
|
|
24244
24173
|
}
|
|
24245
|
-
function
|
|
24246
|
-
var i =
|
|
24247
|
-
|
|
24174
|
+
function _objectSpread(target) {
|
|
24175
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
24176
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
24177
|
+
i % 2 ? ownKeys(Object(source), true).forEach(function(key) {
|
|
24178
|
+
_defineProperty(target, key, source[key]);
|
|
24179
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function(key) {
|
|
24180
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
24181
|
+
});
|
|
24182
|
+
}
|
|
24183
|
+
return target;
|
|
24248
24184
|
}
|
|
24249
|
-
function
|
|
24250
|
-
if (
|
|
24251
|
-
|
|
24252
|
-
|
|
24253
|
-
|
|
24254
|
-
if ("object" != _typeof(i)) return i;
|
|
24255
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
24185
|
+
function _defineProperty(obj, key, value) {
|
|
24186
|
+
if (key in obj) {
|
|
24187
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
24188
|
+
} else {
|
|
24189
|
+
obj[key] = value;
|
|
24256
24190
|
}
|
|
24257
|
-
return
|
|
24191
|
+
return obj;
|
|
24258
24192
|
}
|
|
24259
24193
|
function isPossiblePhoneNumber$1() {
|
|
24260
24194
|
var _normalizeArguments = normalizeArguments(arguments), text2 = _normalizeArguments.text, options = _normalizeArguments.options, metadata2 = _normalizeArguments.metadata;
|
|
@@ -24457,7 +24391,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
24457
24391
|
createVNode(unref(Button), {
|
|
24458
24392
|
variant: "solid",
|
|
24459
24393
|
class: "w-[126px]",
|
|
24460
|
-
disabled: !
|
|
24394
|
+
disabled: !_ctx.dataShareChecked,
|
|
24461
24395
|
onClick: handleConfirm
|
|
24462
24396
|
}, {
|
|
24463
24397
|
default: withCtx(() => [
|
|
@@ -24486,7 +24420,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
24486
24420
|
createElementVNode("span", null, toDisplayString$1(unref($t)("gitCodeLayout.LoginModal.tips.ifYouDoNotAgrWe")), 1)
|
|
24487
24421
|
]),
|
|
24488
24422
|
createVNode(unref(Checkbox), {
|
|
24489
|
-
"model-value":
|
|
24423
|
+
"model-value": _ctx.dataShareChecked,
|
|
24490
24424
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = (val) => emits("update:dataShareChecked", val)),
|
|
24491
24425
|
size: "sm",
|
|
24492
24426
|
class: "mt-[12px]"
|
|
@@ -24736,7 +24670,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
24736
24670
|
]),
|
|
24737
24671
|
createElementVNode("div", _hoisted_11$1, [
|
|
24738
24672
|
createElementVNode("div", _hoisted_12$1, [
|
|
24739
|
-
!
|
|
24673
|
+
!_ctx.hideBack ? (openBlock(), createElementBlock("div", {
|
|
24740
24674
|
key: 0,
|
|
24741
24675
|
onClick: _cache[1] || (_cache[1] = ($event) => emits("back"))
|
|
24742
24676
|
}, [
|
|
@@ -24764,7 +24698,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
24764
24698
|
}
|
|
24765
24699
|
});
|
|
24766
24700
|
const MFA = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-vue-layout-gitcode"]]);
|
|
24767
|
-
const SlidCaptcha = defineAsyncComponent(() => import("./index-
|
|
24701
|
+
const SlidCaptcha = defineAsyncComponent(() => import("./index-D4eGNb4j.js"));
|
|
24768
24702
|
const useSlidCaptcha = () => {
|
|
24769
24703
|
const { mount, unMount } = usePopup("slid-captcha-popup");
|
|
24770
24704
|
const open = (config) => {
|
|
@@ -24783,7 +24717,7 @@ const useSlidCaptcha = () => {
|
|
|
24783
24717
|
close: unMount
|
|
24784
24718
|
};
|
|
24785
24719
|
};
|
|
24786
|
-
const YunpianCaptcha = defineAsyncComponent(() => import("./index-
|
|
24720
|
+
const YunpianCaptcha = defineAsyncComponent(() => import("./index-eKuz_K7l.js"));
|
|
24787
24721
|
const useYunpianCaptcha = () => {
|
|
24788
24722
|
const { mount, unMount } = usePopup("yunpian-captcha-popup");
|
|
24789
24723
|
const open = (config) => {
|
|
@@ -24812,7 +24746,7 @@ const useYunpianCaptcha = () => {
|
|
|
24812
24746
|
const _sfc_main$3 = {};
|
|
24813
24747
|
const _hoisted_1$2 = { class: "content-loading" };
|
|
24814
24748
|
function _sfc_render(_ctx, _cache) {
|
|
24815
|
-
return openBlock(), createElementBlock("div", _hoisted_1$2,
|
|
24749
|
+
return openBlock(), createElementBlock("div", _hoisted_1$2, _cache[0] || (_cache[0] = [
|
|
24816
24750
|
createElementVNode("div", { class: "content-loading-title" }, [
|
|
24817
24751
|
createElementVNode("div", { class: "w-full flex-center" }, [
|
|
24818
24752
|
createElementVNode("img", {
|
|
@@ -24823,7 +24757,7 @@ function _sfc_render(_ctx, _cache) {
|
|
|
24823
24757
|
]),
|
|
24824
24758
|
createElementVNode("span", null, "loading...")
|
|
24825
24759
|
], -1)
|
|
24826
|
-
])
|
|
24760
|
+
]));
|
|
24827
24761
|
}
|
|
24828
24762
|
const ContentLoading = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render], ["__scopeId", "data-v-vue-layout-gitcode"]]);
|
|
24829
24763
|
const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
@@ -24839,15 +24773,15 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
24839
24773
|
setup(__props) {
|
|
24840
24774
|
return (_ctx, _cache) => {
|
|
24841
24775
|
return openBlock(), createElementBlock("div", {
|
|
24842
|
-
class: normalizeClass(["g-data-panel i-data-panel", { "g-card":
|
|
24776
|
+
class: normalizeClass(["g-data-panel i-data-panel", { "g-card": _ctx.card, "g-border": _ctx.border }])
|
|
24843
24777
|
}, [
|
|
24844
24778
|
renderSlot(_ctx.$slots, "header", {}, void 0, true),
|
|
24845
|
-
|
|
24846
|
-
|
|
24779
|
+
_ctx.loading ? renderSlot(_ctx.$slots, "loading", { key: 0 }, () => [
|
|
24780
|
+
_ctx.skeleton ? (openBlock(), createBlock(unref(Skeleton), {
|
|
24847
24781
|
key: 0,
|
|
24848
24782
|
class: "p-20",
|
|
24849
|
-
rows:
|
|
24850
|
-
}, null, 8, ["rows"])) :
|
|
24783
|
+
rows: _ctx.skeletonRow
|
|
24784
|
+
}, null, 8, ["rows"])) : _ctx.animation ? (openBlock(), createBlock(ContentLoading, {
|
|
24851
24785
|
key: 1,
|
|
24852
24786
|
name: "loading",
|
|
24853
24787
|
class: "w-full h-full flex-center"
|
|
@@ -26191,11 +26125,11 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
26191
26125
|
modelValue: unref(vModels),
|
|
26192
26126
|
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => isRef(vModels) ? vModels.value = $event : null),
|
|
26193
26127
|
"show-close": false,
|
|
26194
|
-
"lock-scroll":
|
|
26195
|
-
draggable:
|
|
26196
|
-
escapable:
|
|
26128
|
+
"lock-scroll": _ctx.lockScroll,
|
|
26129
|
+
draggable: _ctx.draggable,
|
|
26130
|
+
escapable: _ctx.escapable,
|
|
26197
26131
|
"before-close": handleClose,
|
|
26198
|
-
"append-to-body":
|
|
26132
|
+
"append-to-body": _ctx.appendToBody,
|
|
26199
26133
|
class: normalizeClass([
|
|
26200
26134
|
"login-modal",
|
|
26201
26135
|
formType.value === "login" ? "login-modal-l" : "login-modal-r",
|
|
@@ -26432,7 +26366,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
26432
26366
|
])
|
|
26433
26367
|
], 2),
|
|
26434
26368
|
createElementVNode("div", _hoisted_40, [
|
|
26435
|
-
|
|
26369
|
+
_ctx.openHarmonyGuide ? (openBlock(), createElementBlock("div", {
|
|
26436
26370
|
key: 0,
|
|
26437
26371
|
class: "text-[var(--theme-link)] flex items-center mt-[12px] cursor-pointer",
|
|
26438
26372
|
onClick: withModifiers(handleRegisterHarmony, ["stop"])
|
|
@@ -26525,7 +26459,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
26525
26459
|
class: "login-modal-title flex-1"
|
|
26526
26460
|
}, null, 8, ["icon", "title", "show-title", "show-back"]),
|
|
26527
26461
|
createElementVNode("div", _hoisted_2, [
|
|
26528
|
-
|
|
26462
|
+
_ctx.showClose && !showProtoCheck.value ? (openBlock(), createBlock(GIcon, {
|
|
26529
26463
|
key: 0,
|
|
26530
26464
|
onClick: onClickModalClose,
|
|
26531
26465
|
name: "gt-close",
|