vue-layout-gitcode 1.12.15 → 1.12.16
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-w7oCUWSW.js → GloabarSearch-B8SY_y2f.js} +3 -3
- package/{MenuItem-BCooZJL_.js → MenuItem-Cktu3dGt.js} +1 -1
- package/{ProjectMenuList-B23gGYAR.js → ProjectMenuList-CvbKc4ni.js} +10 -10
- package/{ProjectMenuListV2-CoALpaeI.js → ProjectMenuListV2-Be2ElkzB.js} +3 -3
- package/{ProjectSearch-DjQz4qjN.js → ProjectSearch-Dqu2bEwK.js} +1 -1
- package/{SearchHistoryList-CSVhU_GH.js → SearchHistoryList-BgYKjx-g.js} +5 -5
- package/{SearchPrefixTag-DUBtbNrX.js → SearchPrefixTag-BmPH7cRC.js} +3 -3
- package/{SearchRecommed-C5JymiUx.js → SearchRecommed-DrQ15Uk6.js} +2 -2
- package/{SearchScopeList-hyf4267C.js → SearchScopeList-B3H4vcOU.js} +3 -3
- package/{UserSearch-DWTuE5Nn.js → UserSearch-Bqz6P9XP.js} +1 -1
- package/{index-CSdIwYlm.js → index-AygVGdc1.js} +1 -1
- package/{index-CxU91-vf.js → index-BM1RPvIz.js} +1007 -950
- package/{index-xpiU3ou9.js → index-Bn2ueua9.js} +3 -3
- package/{index-FKpAijlF.js → index-D1HMA276.js} +41 -41
- package/index.d.ts +292 -766
- package/index.js +1 -1
- package/{notice-B_OtvjAy.js → notice-D8mQIxFW.js} +8 -8
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-B7o8Ek5u.js → transWebUrl-Dyicj-D2.js} +1 -1
|
@@ -76,29 +76,29 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
76
76
|
return /px$/i.test(props.size) ? props.size : `${props.size}px`;
|
|
77
77
|
});
|
|
78
78
|
return (_ctx, _cache) => {
|
|
79
|
-
return !
|
|
79
|
+
return !__props.name.includes("gt-") ? (openBlock(), createBlock(unref(Icon), normalizeProps(mergeProps({ key: 0 }, props)), null, 16)) : __props.operable ? (openBlock(), createElementBlock("span", {
|
|
80
80
|
key: 1,
|
|
81
|
-
class: normalizeClass(["custom-icon-container", { disabled:
|
|
81
|
+
class: normalizeClass(["custom-icon-container", { disabled: __props.disabled }])
|
|
82
82
|
}, [
|
|
83
83
|
renderSlot(_ctx.$slots, "prefix", {}, void 0, true),
|
|
84
84
|
(openBlock(), createElementBlock("svg", {
|
|
85
|
-
class: normalizeClass(["icon gt-icon",
|
|
85
|
+
class: normalizeClass(["icon gt-icon", __props.iconClass]),
|
|
86
86
|
"aria-hidden": "true",
|
|
87
|
-
style: normalizeStyle({ color:
|
|
87
|
+
style: normalizeStyle({ color: __props.color, fontSize: fontSize.value, transform: `rotate(${__props.rotate})` })
|
|
88
88
|
}, [
|
|
89
89
|
createElementVNode("use", {
|
|
90
|
-
"xlink:href": `#${
|
|
90
|
+
"xlink:href": `#${__props.name}`
|
|
91
91
|
}, null, 8, _hoisted_1$B)
|
|
92
92
|
], 6)),
|
|
93
93
|
renderSlot(_ctx.$slots, "suffix", {}, void 0, true)
|
|
94
94
|
], 2)) : (openBlock(), createElementBlock("svg", {
|
|
95
95
|
key: 2,
|
|
96
|
-
class: normalizeClass(["icon gt-icon",
|
|
96
|
+
class: normalizeClass(["icon gt-icon", __props.iconClass]),
|
|
97
97
|
"aria-hidden": "true",
|
|
98
|
-
style: normalizeStyle(
|
|
98
|
+
style: normalizeStyle(__props.iconClass ? {} : { color: __props.color, fontSize: fontSize.value, transform: `rotate(${__props.rotate})` })
|
|
99
99
|
}, [
|
|
100
100
|
createElementVNode("use", {
|
|
101
|
-
"xlink:href": `#${
|
|
101
|
+
"xlink:href": `#${__props.name}`
|
|
102
102
|
}, null, 8, _hoisted_2$q)
|
|
103
103
|
], 6));
|
|
104
104
|
};
|
|
@@ -578,7 +578,7 @@ const LOGO_MAP = {
|
|
|
578
578
|
aiLogoDark: "https://cdn-static.gitcode.com/static/images/gitcode-ai-logo-dark_atomgit.png"
|
|
579
579
|
}
|
|
580
580
|
};
|
|
581
|
-
/*! @license DOMPurify 3.3.
|
|
581
|
+
/*! @license DOMPurify 3.3.1 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.3.1/LICENSE */
|
|
582
582
|
const {
|
|
583
583
|
entries,
|
|
584
584
|
setPrototypeOf,
|
|
@@ -809,7 +809,7 @@ const _createHooksMap = function _createHooksMap2() {
|
|
|
809
809
|
function createDOMPurify() {
|
|
810
810
|
let window2 = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : getGlobal();
|
|
811
811
|
const DOMPurify = (root) => createDOMPurify(root);
|
|
812
|
-
DOMPurify.version = "3.3.
|
|
812
|
+
DOMPurify.version = "3.3.1";
|
|
813
813
|
DOMPurify.removed = [];
|
|
814
814
|
if (!window2 || !window2.document || window2.document.nodeType !== NODE_TYPE.document || !window2.Element) {
|
|
815
815
|
DOMPurify.isSupported = false;
|
|
@@ -1060,6 +1060,12 @@ function createDOMPurify() {
|
|
|
1060
1060
|
}
|
|
1061
1061
|
addToSet(FORBID_CONTENTS, cfg.FORBID_CONTENTS, transformCaseFunc);
|
|
1062
1062
|
}
|
|
1063
|
+
if (cfg.ADD_FORBID_CONTENTS) {
|
|
1064
|
+
if (FORBID_CONTENTS === DEFAULT_FORBID_CONTENTS) {
|
|
1065
|
+
FORBID_CONTENTS = clone(FORBID_CONTENTS);
|
|
1066
|
+
}
|
|
1067
|
+
addToSet(FORBID_CONTENTS, cfg.ADD_FORBID_CONTENTS, transformCaseFunc);
|
|
1068
|
+
}
|
|
1063
1069
|
if (KEEP_CONTENT) {
|
|
1064
1070
|
ALLOWED_TAGS["#text"] = true;
|
|
1065
1071
|
}
|
|
@@ -1701,10 +1707,25 @@ function init(converter, defaultAttributes) {
|
|
|
1701
1707
|
}
|
|
1702
1708
|
var api = init(defaultConverter, { path: "/" });
|
|
1703
1709
|
/*!
|
|
1704
|
-
* shared v9.14.
|
|
1710
|
+
* shared v9.14.5
|
|
1705
1711
|
* (c) 2025 kazuya kawaguchi
|
|
1706
1712
|
* Released under the MIT License.
|
|
1707
1713
|
*/
|
|
1714
|
+
function warn(msg, err) {
|
|
1715
|
+
if (typeof console !== "undefined") {
|
|
1716
|
+
console.warn(`[intlify] ` + msg);
|
|
1717
|
+
if (err) {
|
|
1718
|
+
console.warn(err.stack);
|
|
1719
|
+
}
|
|
1720
|
+
}
|
|
1721
|
+
}
|
|
1722
|
+
const hasWarned = {};
|
|
1723
|
+
function warnOnce(msg) {
|
|
1724
|
+
if (!hasWarned[msg]) {
|
|
1725
|
+
hasWarned[msg] = true;
|
|
1726
|
+
warn(msg);
|
|
1727
|
+
}
|
|
1728
|
+
}
|
|
1708
1729
|
const inBrowser = typeof window !== "undefined";
|
|
1709
1730
|
let mark;
|
|
1710
1731
|
let measure;
|
|
@@ -1749,7 +1770,31 @@ const getGlobalThis = () => {
|
|
|
1749
1770
|
return _globalThis || (_globalThis = typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : create());
|
|
1750
1771
|
};
|
|
1751
1772
|
function escapeHtml(rawText) {
|
|
1752
|
-
return rawText.replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'");
|
|
1773
|
+
return rawText.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'").replace(/\//g, "/").replace(/=/g, "=");
|
|
1774
|
+
}
|
|
1775
|
+
function escapeAttributeValue(value) {
|
|
1776
|
+
return value.replace(/&(?![a-zA-Z0-9#]{2,6};)/g, "&").replace(/"/g, """).replace(/'/g, "'").replace(/</g, "<").replace(/>/g, ">");
|
|
1777
|
+
}
|
|
1778
|
+
function sanitizeTranslatedHtml(html2) {
|
|
1779
|
+
html2 = html2.replace(/(\w+)\s*=\s*"([^"]*)"/g, (_, attrName, attrValue) => `${attrName}="${escapeAttributeValue(attrValue)}"`);
|
|
1780
|
+
html2 = html2.replace(/(\w+)\s*=\s*'([^']*)'/g, (_, attrName, attrValue) => `${attrName}='${escapeAttributeValue(attrValue)}'`);
|
|
1781
|
+
const eventHandlerPattern = /\s*on\w+\s*=\s*["']?[^"'>]+["']?/gi;
|
|
1782
|
+
if (eventHandlerPattern.test(html2)) {
|
|
1783
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1784
|
+
warn("Potentially dangerous event handlers detected in translation. Consider removing onclick, onerror, etc. from your translation messages.");
|
|
1785
|
+
}
|
|
1786
|
+
html2 = html2.replace(/(\s+)(on)(\w+\s*=)/gi, "$1on$3");
|
|
1787
|
+
}
|
|
1788
|
+
const javascriptUrlPattern = [
|
|
1789
|
+
// In href, src, action, formaction attributes
|
|
1790
|
+
/(\s+(?:href|src|action|formaction)\s*=\s*["']?)\s*javascript:/gi,
|
|
1791
|
+
// In style attributes within url()
|
|
1792
|
+
/(style\s*=\s*["'][^"']*url\s*\(\s*)javascript:/gi
|
|
1793
|
+
];
|
|
1794
|
+
javascriptUrlPattern.forEach((pattern) => {
|
|
1795
|
+
html2 = html2.replace(pattern, "$1javascript:");
|
|
1796
|
+
});
|
|
1797
|
+
return html2;
|
|
1753
1798
|
}
|
|
1754
1799
|
const hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
1755
1800
|
function hasOwn(obj, key) {
|
|
@@ -1812,21 +1857,6 @@ function incrementer(code2) {
|
|
|
1812
1857
|
let current = code2;
|
|
1813
1858
|
return () => ++current;
|
|
1814
1859
|
}
|
|
1815
|
-
function warn(msg, err) {
|
|
1816
|
-
if (typeof console !== "undefined") {
|
|
1817
|
-
console.warn(`[intlify] ` + msg);
|
|
1818
|
-
if (err) {
|
|
1819
|
-
console.warn(err.stack);
|
|
1820
|
-
}
|
|
1821
|
-
}
|
|
1822
|
-
}
|
|
1823
|
-
const hasWarned = {};
|
|
1824
|
-
function warnOnce(msg) {
|
|
1825
|
-
if (!hasWarned[msg]) {
|
|
1826
|
-
hasWarned[msg] = true;
|
|
1827
|
-
warn(msg);
|
|
1828
|
-
}
|
|
1829
|
-
}
|
|
1830
1860
|
function createEmitter() {
|
|
1831
1861
|
const events = /* @__PURE__ */ new Map();
|
|
1832
1862
|
const emitter2 = {
|
|
@@ -1875,7 +1905,7 @@ function deepCopy(src, des) {
|
|
|
1875
1905
|
}
|
|
1876
1906
|
}
|
|
1877
1907
|
/*!
|
|
1878
|
-
* message-compiler v9.14.
|
|
1908
|
+
* message-compiler v9.14.5
|
|
1879
1909
|
* (c) 2025 kazuya kawaguchi
|
|
1880
1910
|
* Released under the MIT License.
|
|
1881
1911
|
*/
|
|
@@ -3425,7 +3455,7 @@ function baseCompile$1(source, options = {}) {
|
|
|
3425
3455
|
}
|
|
3426
3456
|
}
|
|
3427
3457
|
/*!
|
|
3428
|
-
* core-base v9.14.
|
|
3458
|
+
* core-base v9.14.5
|
|
3429
3459
|
* (c) 2025 kazuya kawaguchi
|
|
3430
3460
|
* Released under the MIT License.
|
|
3431
3461
|
*/
|
|
@@ -3440,6 +3470,76 @@ function initFeatureFlags$1() {
|
|
|
3440
3470
|
getGlobalThis().__INTLIFY_DROP_MESSAGE_COMPILER__ = false;
|
|
3441
3471
|
}
|
|
3442
3472
|
}
|
|
3473
|
+
function isMessageAST(val) {
|
|
3474
|
+
return isObject$2(val) && resolveType(val) === 0 && (hasOwn(val, "b") || hasOwn(val, "body"));
|
|
3475
|
+
}
|
|
3476
|
+
const PROPS_BODY = ["b", "body"];
|
|
3477
|
+
function resolveBody(node) {
|
|
3478
|
+
return resolveProps(node, PROPS_BODY);
|
|
3479
|
+
}
|
|
3480
|
+
const PROPS_CASES = ["c", "cases"];
|
|
3481
|
+
function resolveCases(node) {
|
|
3482
|
+
return resolveProps(node, PROPS_CASES, []);
|
|
3483
|
+
}
|
|
3484
|
+
const PROPS_STATIC = ["s", "static"];
|
|
3485
|
+
function resolveStatic(node) {
|
|
3486
|
+
return resolveProps(node, PROPS_STATIC);
|
|
3487
|
+
}
|
|
3488
|
+
const PROPS_ITEMS = ["i", "items"];
|
|
3489
|
+
function resolveItems(node) {
|
|
3490
|
+
return resolveProps(node, PROPS_ITEMS, []);
|
|
3491
|
+
}
|
|
3492
|
+
const PROPS_TYPE = ["t", "type"];
|
|
3493
|
+
function resolveType(node) {
|
|
3494
|
+
return resolveProps(node, PROPS_TYPE);
|
|
3495
|
+
}
|
|
3496
|
+
const PROPS_VALUE = ["v", "value"];
|
|
3497
|
+
function resolveValue$1(node, type) {
|
|
3498
|
+
const resolved = resolveProps(node, PROPS_VALUE);
|
|
3499
|
+
if (resolved != null) {
|
|
3500
|
+
return resolved;
|
|
3501
|
+
} else {
|
|
3502
|
+
throw createUnhandleNodeError(type);
|
|
3503
|
+
}
|
|
3504
|
+
}
|
|
3505
|
+
const PROPS_MODIFIER = ["m", "modifier"];
|
|
3506
|
+
function resolveLinkedModifier(node) {
|
|
3507
|
+
return resolveProps(node, PROPS_MODIFIER);
|
|
3508
|
+
}
|
|
3509
|
+
const PROPS_KEY = ["k", "key"];
|
|
3510
|
+
function resolveLinkedKey(node) {
|
|
3511
|
+
const resolved = resolveProps(node, PROPS_KEY);
|
|
3512
|
+
if (resolved) {
|
|
3513
|
+
return resolved;
|
|
3514
|
+
} else {
|
|
3515
|
+
throw createUnhandleNodeError(
|
|
3516
|
+
6
|
|
3517
|
+
/* NodeTypes.Linked */
|
|
3518
|
+
);
|
|
3519
|
+
}
|
|
3520
|
+
}
|
|
3521
|
+
function resolveProps(node, props, defaultValue) {
|
|
3522
|
+
for (let i = 0; i < props.length; i++) {
|
|
3523
|
+
const prop = props[i];
|
|
3524
|
+
if (hasOwn(node, prop) && node[prop] != null) {
|
|
3525
|
+
return node[prop];
|
|
3526
|
+
}
|
|
3527
|
+
}
|
|
3528
|
+
return defaultValue;
|
|
3529
|
+
}
|
|
3530
|
+
const AST_NODE_PROPS_KEYS = [
|
|
3531
|
+
...PROPS_BODY,
|
|
3532
|
+
...PROPS_CASES,
|
|
3533
|
+
...PROPS_STATIC,
|
|
3534
|
+
...PROPS_ITEMS,
|
|
3535
|
+
...PROPS_KEY,
|
|
3536
|
+
...PROPS_MODIFIER,
|
|
3537
|
+
...PROPS_VALUE,
|
|
3538
|
+
...PROPS_TYPE
|
|
3539
|
+
];
|
|
3540
|
+
function createUnhandleNodeError(type) {
|
|
3541
|
+
return new Error(`unhandled node type: ${type}`);
|
|
3542
|
+
}
|
|
3443
3543
|
const pathStateMachine = [];
|
|
3444
3544
|
pathStateMachine[
|
|
3445
3545
|
0
|
|
@@ -3846,7 +3946,7 @@ const cache = /* @__PURE__ */ new Map();
|
|
|
3846
3946
|
function resolveWithKeyValue(obj, path) {
|
|
3847
3947
|
return isObject$2(obj) ? obj[path] : null;
|
|
3848
3948
|
}
|
|
3849
|
-
function resolveValue
|
|
3949
|
+
function resolveValue(obj, path) {
|
|
3850
3950
|
if (!isObject$2(obj)) {
|
|
3851
3951
|
return null;
|
|
3852
3952
|
}
|
|
@@ -3864,7 +3964,11 @@ function resolveValue$1(obj, path) {
|
|
|
3864
3964
|
let last = obj;
|
|
3865
3965
|
let i = 0;
|
|
3866
3966
|
while (i < len) {
|
|
3867
|
-
const
|
|
3967
|
+
const key = hit[i];
|
|
3968
|
+
if (AST_NODE_PROPS_KEYS.includes(key) && isMessageAST(last)) {
|
|
3969
|
+
return null;
|
|
3970
|
+
}
|
|
3971
|
+
const val = last[key];
|
|
3868
3972
|
if (val === void 0) {
|
|
3869
3973
|
return null;
|
|
3870
3974
|
}
|
|
@@ -4158,7 +4262,7 @@ function appendItemToChain(chain, target, blocks) {
|
|
|
4158
4262
|
}
|
|
4159
4263
|
return follow;
|
|
4160
4264
|
}
|
|
4161
|
-
const VERSION$1 = "9.14.
|
|
4265
|
+
const VERSION$1 = "9.14.5";
|
|
4162
4266
|
const NOT_REOSLVED = -1;
|
|
4163
4267
|
const DEFAULT_LOCALE = "en-US";
|
|
4164
4268
|
const MISSING_RESOLVE_VALUE = "";
|
|
@@ -4345,14 +4449,6 @@ function formatParts(ctx, ast) {
|
|
|
4345
4449
|
return formatMessageParts(ctx, body);
|
|
4346
4450
|
}
|
|
4347
4451
|
}
|
|
4348
|
-
const PROPS_BODY = ["b", "body"];
|
|
4349
|
-
function resolveBody(node) {
|
|
4350
|
-
return resolveProps(node, PROPS_BODY);
|
|
4351
|
-
}
|
|
4352
|
-
const PROPS_CASES = ["c", "cases"];
|
|
4353
|
-
function resolveCases(node) {
|
|
4354
|
-
return resolveProps(node, PROPS_CASES, []);
|
|
4355
|
-
}
|
|
4356
4452
|
function formatMessageParts(ctx, node) {
|
|
4357
4453
|
const static_ = resolveStatic(node);
|
|
4358
4454
|
if (static_ != null) {
|
|
@@ -4362,22 +4458,14 @@ function formatMessageParts(ctx, node) {
|
|
|
4362
4458
|
return ctx.normalize(messages);
|
|
4363
4459
|
}
|
|
4364
4460
|
}
|
|
4365
|
-
const PROPS_STATIC = ["s", "static"];
|
|
4366
|
-
function resolveStatic(node) {
|
|
4367
|
-
return resolveProps(node, PROPS_STATIC);
|
|
4368
|
-
}
|
|
4369
|
-
const PROPS_ITEMS = ["i", "items"];
|
|
4370
|
-
function resolveItems(node) {
|
|
4371
|
-
return resolveProps(node, PROPS_ITEMS, []);
|
|
4372
|
-
}
|
|
4373
4461
|
function formatMessagePart(ctx, node) {
|
|
4374
4462
|
const type = resolveType(node);
|
|
4375
4463
|
switch (type) {
|
|
4376
4464
|
case 3: {
|
|
4377
|
-
return resolveValue(node, type);
|
|
4465
|
+
return resolveValue$1(node, type);
|
|
4378
4466
|
}
|
|
4379
4467
|
case 9: {
|
|
4380
|
-
return resolveValue(node, type);
|
|
4468
|
+
return resolveValue$1(node, type);
|
|
4381
4469
|
}
|
|
4382
4470
|
case 4: {
|
|
4383
4471
|
const named = node;
|
|
@@ -4406,56 +4494,15 @@ function formatMessagePart(ctx, node) {
|
|
|
4406
4494
|
return ctx.linked(formatMessagePart(ctx, key), modifier ? formatMessagePart(ctx, modifier) : void 0, ctx.type);
|
|
4407
4495
|
}
|
|
4408
4496
|
case 7: {
|
|
4409
|
-
return resolveValue(node, type);
|
|
4497
|
+
return resolveValue$1(node, type);
|
|
4410
4498
|
}
|
|
4411
4499
|
case 8: {
|
|
4412
|
-
return resolveValue(node, type);
|
|
4500
|
+
return resolveValue$1(node, type);
|
|
4413
4501
|
}
|
|
4414
4502
|
default:
|
|
4415
4503
|
throw new Error(`unhandled node on format message part: ${type}`);
|
|
4416
4504
|
}
|
|
4417
4505
|
}
|
|
4418
|
-
const PROPS_TYPE = ["t", "type"];
|
|
4419
|
-
function resolveType(node) {
|
|
4420
|
-
return resolveProps(node, PROPS_TYPE);
|
|
4421
|
-
}
|
|
4422
|
-
const PROPS_VALUE = ["v", "value"];
|
|
4423
|
-
function resolveValue(node, type) {
|
|
4424
|
-
const resolved = resolveProps(node, PROPS_VALUE);
|
|
4425
|
-
if (resolved) {
|
|
4426
|
-
return resolved;
|
|
4427
|
-
} else {
|
|
4428
|
-
throw createUnhandleNodeError(type);
|
|
4429
|
-
}
|
|
4430
|
-
}
|
|
4431
|
-
const PROPS_MODIFIER = ["m", "modifier"];
|
|
4432
|
-
function resolveLinkedModifier(node) {
|
|
4433
|
-
return resolveProps(node, PROPS_MODIFIER);
|
|
4434
|
-
}
|
|
4435
|
-
const PROPS_KEY = ["k", "key"];
|
|
4436
|
-
function resolveLinkedKey(node) {
|
|
4437
|
-
const resolved = resolveProps(node, PROPS_KEY);
|
|
4438
|
-
if (resolved) {
|
|
4439
|
-
return resolved;
|
|
4440
|
-
} else {
|
|
4441
|
-
throw createUnhandleNodeError(
|
|
4442
|
-
6
|
|
4443
|
-
/* NodeTypes.Linked */
|
|
4444
|
-
);
|
|
4445
|
-
}
|
|
4446
|
-
}
|
|
4447
|
-
function resolveProps(node, props, defaultValue) {
|
|
4448
|
-
for (let i = 0; i < props.length; i++) {
|
|
4449
|
-
const prop = props[i];
|
|
4450
|
-
if (hasOwn(node, prop) && node[prop] != null) {
|
|
4451
|
-
return node[prop];
|
|
4452
|
-
}
|
|
4453
|
-
}
|
|
4454
|
-
return defaultValue;
|
|
4455
|
-
}
|
|
4456
|
-
function createUnhandleNodeError(type) {
|
|
4457
|
-
return new Error(`unhandled node type: ${type}`);
|
|
4458
|
-
}
|
|
4459
4506
|
const WARN_MESSAGE = `Detected HTML in '{source}' message. Recommend not using HTML messages to avoid XSS.`;
|
|
4460
4507
|
function checkHtmlMessage(source, warnHtmlMessage) {
|
|
4461
4508
|
if (warnHtmlMessage && detectHtmlTag(source)) {
|
|
@@ -4471,9 +4518,6 @@ reference: https://vue-i18n.intlify.dev/guide/essentials/syntax#rails-i18n-forma
|
|
|
4471
4518
|
(message compiler warning message: ${_warn.message})`);
|
|
4472
4519
|
}
|
|
4473
4520
|
}
|
|
4474
|
-
function isMessageAST(val) {
|
|
4475
|
-
return isObject$2(val) && resolveType(val) === 0 && (hasOwn(val, "b") || hasOwn(val, "body"));
|
|
4476
|
-
}
|
|
4477
4521
|
function baseCompile(message, options = {}) {
|
|
4478
4522
|
let detectError = false;
|
|
4479
4523
|
const onError = options.onError || defaultOnError;
|
|
@@ -4585,7 +4629,10 @@ function translate(context, ...args) {
|
|
|
4585
4629
|
const ctxOptions = getMessageContextOptions(context, targetLocale, message, options);
|
|
4586
4630
|
const msgContext = createMessageContext(ctxOptions);
|
|
4587
4631
|
const messaged = evaluateMessage(context, msg, msgContext);
|
|
4588
|
-
|
|
4632
|
+
let ret = postTranslation ? postTranslation(messaged, key) : messaged;
|
|
4633
|
+
if (escapeParameter && isString$1(ret)) {
|
|
4634
|
+
ret = sanitizeTranslatedHtml(ret);
|
|
4635
|
+
}
|
|
4589
4636
|
if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
|
|
4590
4637
|
const payloads = {
|
|
4591
4638
|
timestamp: Date.now(),
|
|
@@ -5302,11 +5349,11 @@ function setupDevtoolsPlugin(pluginDescriptor, setupFn) {
|
|
|
5302
5349
|
}
|
|
5303
5350
|
}
|
|
5304
5351
|
/*!
|
|
5305
|
-
* vue-i18n v9.14.
|
|
5352
|
+
* vue-i18n v9.14.5
|
|
5306
5353
|
* (c) 2025 kazuya kawaguchi
|
|
5307
5354
|
* Released under the MIT License.
|
|
5308
5355
|
*/
|
|
5309
|
-
const VERSION = "9.14.
|
|
5356
|
+
const VERSION = "9.14.5";
|
|
5310
5357
|
function initFeatureFlags() {
|
|
5311
5358
|
if (typeof __VUE_I18N_FULL_INSTALL__ !== "boolean") {
|
|
5312
5359
|
getGlobalThis().__VUE_I18N_FULL_INSTALL__ = true;
|
|
@@ -5439,6 +5486,9 @@ function handleFlatJson(obj) {
|
|
|
5439
5486
|
if (!isObject$2(obj)) {
|
|
5440
5487
|
return obj;
|
|
5441
5488
|
}
|
|
5489
|
+
if (isMessageAST(obj)) {
|
|
5490
|
+
return obj;
|
|
5491
|
+
}
|
|
5442
5492
|
for (const key in obj) {
|
|
5443
5493
|
if (!hasOwn(obj, key)) {
|
|
5444
5494
|
continue;
|
|
@@ -5469,11 +5519,20 @@ function handleFlatJson(obj) {
|
|
|
5469
5519
|
currentObj = currentObj[subKeys[i]];
|
|
5470
5520
|
}
|
|
5471
5521
|
if (!hasStringValue) {
|
|
5472
|
-
currentObj
|
|
5473
|
-
|
|
5522
|
+
if (!isMessageAST(currentObj)) {
|
|
5523
|
+
currentObj[subKeys[lastIndex]] = obj[key];
|
|
5524
|
+
delete obj[key];
|
|
5525
|
+
} else {
|
|
5526
|
+
if (!AST_NODE_PROPS_KEYS.includes(subKeys[lastIndex])) {
|
|
5527
|
+
delete obj[key];
|
|
5528
|
+
}
|
|
5529
|
+
}
|
|
5474
5530
|
}
|
|
5475
|
-
if (
|
|
5476
|
-
|
|
5531
|
+
if (!isMessageAST(currentObj)) {
|
|
5532
|
+
const target = currentObj[subKeys[lastIndex]];
|
|
5533
|
+
if (isObject$2(target)) {
|
|
5534
|
+
handleFlatJson(target);
|
|
5535
|
+
}
|
|
5477
5536
|
}
|
|
5478
5537
|
}
|
|
5479
5538
|
}
|
|
@@ -7664,7 +7723,7 @@ if (__INTLIFY_JIT_COMPILATION__) {
|
|
|
7664
7723
|
} else {
|
|
7665
7724
|
registerMessageCompiler(compileToFunction);
|
|
7666
7725
|
}
|
|
7667
|
-
registerMessageResolver(resolveValue
|
|
7726
|
+
registerMessageResolver(resolveValue);
|
|
7668
7727
|
registerLocaleFallbacker(fallbackWithLocaleChain);
|
|
7669
7728
|
if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
|
|
7670
7729
|
const target = getGlobalThis();
|
|
@@ -9381,7 +9440,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9381
9440
|
}, {
|
|
9382
9441
|
content: withCtx(() => [
|
|
9383
9442
|
createElementVNode("div", _hoisted_6$d, [
|
|
9384
|
-
createElementVNode("div", _hoisted_7$a, toDisplayString$1(
|
|
9443
|
+
createElementVNode("div", _hoisted_7$a, toDisplayString$1(__props.isCannWhiteList ? unref(t2)("gitCodeLayout.userSetting.menu.cannTask") : unref(t2)("gitCodeLayout.userSetting.menu.growthCenter")), 1)
|
|
9385
9444
|
])
|
|
9386
9445
|
]),
|
|
9387
9446
|
default: withCtx(() => [
|
|
@@ -9389,7 +9448,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9389
9448
|
id: "guide-step4",
|
|
9390
9449
|
class: "home-nav-link tools-questionnaire",
|
|
9391
9450
|
onClick: toggleGrowthCenter
|
|
9392
|
-
}, _cache[6] || (_cache[6] = [
|
|
9451
|
+
}, [..._cache[6] || (_cache[6] = [
|
|
9393
9452
|
createElementVNode("div", { class: "home-nav-item" }, [
|
|
9394
9453
|
createElementVNode("img", {
|
|
9395
9454
|
class: "common-icon inline-block h-[20px] w-[20px]",
|
|
@@ -9397,7 +9456,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9397
9456
|
alt: ""
|
|
9398
9457
|
})
|
|
9399
9458
|
], -1)
|
|
9400
|
-
]))
|
|
9459
|
+
])])
|
|
9401
9460
|
]),
|
|
9402
9461
|
_: 1
|
|
9403
9462
|
})) : createCommentVNode("", true),
|
|
@@ -9420,7 +9479,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9420
9479
|
id: "gitcode-desk-btn",
|
|
9421
9480
|
class: "home-nav-item kefu",
|
|
9422
9481
|
onClick: showDesk
|
|
9423
|
-
}, _cache[7] || (_cache[7] = [
|
|
9482
|
+
}, [..._cache[7] || (_cache[7] = [
|
|
9424
9483
|
createElementVNode("img", {
|
|
9425
9484
|
class: "inline-block h-[20px] w-[20px]",
|
|
9426
9485
|
src: "https://cdn-static.gitcode.com/static/images/desk/kefu.png",
|
|
@@ -9430,7 +9489,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9430
9489
|
createElementVNode("div", null, "客"),
|
|
9431
9490
|
createElementVNode("div", null, "服")
|
|
9432
9491
|
], -1)
|
|
9433
|
-
]))
|
|
9492
|
+
])])
|
|
9434
9493
|
])
|
|
9435
9494
|
]),
|
|
9436
9495
|
_: 1
|
|
@@ -9483,9 +9542,9 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9483
9542
|
key: item.index,
|
|
9484
9543
|
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)]"]),
|
|
9485
9544
|
onClick: ($event) => swTab(item)
|
|
9486
|
-
}, _cache[11] || (_cache[11] = [
|
|
9545
|
+
}, [..._cache[11] || (_cache[11] = [
|
|
9487
9546
|
createElementVNode("span", { class: "cursor-pointer" }, null, -1)
|
|
9488
|
-
]), 10, _hoisted_18$2);
|
|
9547
|
+
])], 10, _hoisted_18$2);
|
|
9489
9548
|
}), 64))
|
|
9490
9549
|
]),
|
|
9491
9550
|
createElementVNode("div", null, [
|
|
@@ -9567,7 +9626,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9567
9626
|
trigger: "hover",
|
|
9568
9627
|
offset: { mainAxis: 22, crossAxis: 0 }
|
|
9569
9628
|
}, {
|
|
9570
|
-
default: withCtx(() => _cache[10] || (_cache[10] = [
|
|
9629
|
+
default: withCtx(() => [..._cache[10] || (_cache[10] = [
|
|
9571
9630
|
createElementVNode("div", { class: "home-nav-item" }, [
|
|
9572
9631
|
createElementVNode("img", {
|
|
9573
9632
|
class: "common-icon inline-block h-[20px] w-[20px]",
|
|
@@ -9580,7 +9639,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9580
9639
|
alt: ""
|
|
9581
9640
|
})
|
|
9582
9641
|
], -1)
|
|
9583
|
-
])),
|
|
9642
|
+
])]),
|
|
9584
9643
|
_: 1
|
|
9585
9644
|
}, 8, ["content"])
|
|
9586
9645
|
])
|
|
@@ -9817,11 +9876,11 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
9817
9876
|
});
|
|
9818
9877
|
return (_ctx, _cache) => {
|
|
9819
9878
|
const _component_router_link = resolveComponent("router-link");
|
|
9820
|
-
return
|
|
9879
|
+
return __props.to && !__props.disabled ? (openBlock(), createBlock(_component_router_link, {
|
|
9821
9880
|
key: 0,
|
|
9822
|
-
class: normalizeClass(["g-link g-link-router-link", { hoverUnderline:
|
|
9823
|
-
to:
|
|
9824
|
-
target:
|
|
9881
|
+
class: normalizeClass(["g-link g-link-router-link", { hoverUnderline: __props.underline }]),
|
|
9882
|
+
to: __props.to,
|
|
9883
|
+
target: __props.target
|
|
9825
9884
|
}, {
|
|
9826
9885
|
default: withCtx(() => [
|
|
9827
9886
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
@@ -9829,10 +9888,10 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
9829
9888
|
_: 3
|
|
9830
9889
|
}, 8, ["class", "to", "target"])) : (openBlock(), createElementBlock("a", {
|
|
9831
9890
|
key: 1,
|
|
9832
|
-
class: normalizeClass(["g-link g-link-a", { hoverUnderline:
|
|
9833
|
-
href:
|
|
9834
|
-
target:
|
|
9835
|
-
disabled:
|
|
9891
|
+
class: normalizeClass(["g-link g-link-a", { hoverUnderline: __props.underline, noPointer: __props.noPointer }]),
|
|
9892
|
+
href: __props.disabled || !targetHref.value ? defaultHref.value : targetHref.value,
|
|
9893
|
+
target: __props.target,
|
|
9894
|
+
disabled: __props.disabled || __props.noPointer
|
|
9836
9895
|
}, [
|
|
9837
9896
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
9838
9897
|
], 10, _hoisted_1$z));
|
|
@@ -10436,12 +10495,12 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
10436
10495
|
key: 0,
|
|
10437
10496
|
"img-src": imgSrc.value,
|
|
10438
10497
|
name: placeholderName.value,
|
|
10439
|
-
width:
|
|
10440
|
-
height:
|
|
10441
|
-
"is-round":
|
|
10442
|
-
class: normalizeClass({ "devui-avatar-square": !
|
|
10498
|
+
width: __props.width,
|
|
10499
|
+
height: __props.height,
|
|
10500
|
+
"is-round": __props.is_round,
|
|
10501
|
+
class: normalizeClass({ "devui-avatar-square": !__props.is_round, "gavatar-custom": !imgSrc.value }),
|
|
10443
10502
|
onLoadError,
|
|
10444
|
-
style: normalizeStyle({ minWidth:
|
|
10503
|
+
style: normalizeStyle({ minWidth: __props.width + "px" })
|
|
10445
10504
|
}, null, 8, ["img-src", "name", "width", "height", "is-round", "class", "style"])) : createCommentVNode("", true);
|
|
10446
10505
|
};
|
|
10447
10506
|
}
|
|
@@ -10480,15 +10539,15 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
10480
10539
|
return openBlock(), createBlock(unref(Tooltip), {
|
|
10481
10540
|
class: "flash-tag-message",
|
|
10482
10541
|
position: ["top", "bottom"],
|
|
10483
|
-
content:
|
|
10542
|
+
content: __props.message,
|
|
10484
10543
|
"overlay-class": "flash-tag-tooltip",
|
|
10485
|
-
disabled: unref(isPhone)() ||
|
|
10544
|
+
disabled: unref(isPhone)() || __props.disabled
|
|
10486
10545
|
}, {
|
|
10487
10546
|
default: withCtx(() => [
|
|
10488
10547
|
createElementVNode("span", mergeProps({
|
|
10489
|
-
class: ["gc-flash-tag cursor-default", { "gc-trusted-tag":
|
|
10548
|
+
class: ["gc-flash-tag cursor-default", { "gc-trusted-tag": __props.trusted, "cursor-pointer": __props.clickEnabled, "cursor-default": !__props.clickEnabled, "gc-icon-tag": __props.icon }]
|
|
10490
10549
|
}, _ctx.$attrs, { onClick: handleClick }), [
|
|
10491
|
-
|
|
10550
|
+
__props.icon ? (openBlock(), createElementBlock("img", {
|
|
10492
10551
|
key: 0,
|
|
10493
10552
|
class: "w-[16px] h-[16px]",
|
|
10494
10553
|
src: iconUrl.value
|
|
@@ -10572,7 +10631,7 @@ function getAugmentedNamespace(n) {
|
|
|
10572
10631
|
return a;
|
|
10573
10632
|
}
|
|
10574
10633
|
var relativeTime$1 = { exports: {} };
|
|
10575
|
-
(function(module, exports) {
|
|
10634
|
+
(function(module, exports$1) {
|
|
10576
10635
|
!function(r, e) {
|
|
10577
10636
|
module.exports = e();
|
|
10578
10637
|
}(commonjsGlobal, function() {
|
|
@@ -11143,7 +11202,7 @@ var locale = {
|
|
|
11143
11202
|
};
|
|
11144
11203
|
dayjs.locale(locale, null, true);
|
|
11145
11204
|
var timezone = { exports: {} };
|
|
11146
|
-
(function(module, exports) {
|
|
11205
|
+
(function(module, exports$1) {
|
|
11147
11206
|
!function(t2, e) {
|
|
11148
11207
|
module.exports = e();
|
|
11149
11208
|
}(commonjsGlobal, function() {
|
|
@@ -11206,7 +11265,7 @@ var timezone = { exports: {} };
|
|
|
11206
11265
|
var timezoneExports = timezone.exports;
|
|
11207
11266
|
const tz = /* @__PURE__ */ getDefaultExportFromCjs(timezoneExports);
|
|
11208
11267
|
var utc$1 = { exports: {} };
|
|
11209
|
-
(function(module, exports) {
|
|
11268
|
+
(function(module, exports$1) {
|
|
11210
11269
|
!function(t2, i) {
|
|
11211
11270
|
module.exports = i();
|
|
11212
11271
|
}(commonjsGlobal, function() {
|
|
@@ -11222,16 +11281,16 @@ var utc$1 = { exports: {} };
|
|
|
11222
11281
|
}, u.local = function() {
|
|
11223
11282
|
return n(this.toDate(), { locale: this.$L, utc: false });
|
|
11224
11283
|
};
|
|
11225
|
-
var
|
|
11284
|
+
var r = u.parse;
|
|
11226
11285
|
u.parse = function(t3) {
|
|
11227
|
-
t3.utc && (this.$u = true), this.$utils().u(t3.$offset) || (this.$offset = t3.$offset),
|
|
11286
|
+
t3.utc && (this.$u = true), this.$utils().u(t3.$offset) || (this.$offset = t3.$offset), r.call(this, t3);
|
|
11228
11287
|
};
|
|
11229
|
-
var
|
|
11288
|
+
var o = u.init;
|
|
11230
11289
|
u.init = function() {
|
|
11231
11290
|
if (this.$u) {
|
|
11232
11291
|
var t3 = this.$d;
|
|
11233
11292
|
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();
|
|
11234
|
-
} else
|
|
11293
|
+
} else o.call(this);
|
|
11235
11294
|
};
|
|
11236
11295
|
var a = u.utcOffset;
|
|
11237
11296
|
u.utcOffset = function(s2, f2) {
|
|
@@ -11244,13 +11303,12 @@ var utc$1 = { exports: {} };
|
|
|
11244
11303
|
var f3 = ("" + s3[0]).match(e) || ["-", 0, 0], n3 = f3[0], u3 = 60 * +f3[1] + +f3[2];
|
|
11245
11304
|
return 0 === u3 ? 0 : "+" === n3 ? u3 : -u3;
|
|
11246
11305
|
}(s2), null === s2)) return this;
|
|
11247
|
-
var u2 = Math.abs(s2) <= 16 ? 60 * s2 : s2
|
|
11248
|
-
if (
|
|
11249
|
-
|
|
11250
|
-
|
|
11251
|
-
|
|
11252
|
-
|
|
11253
|
-
return o2;
|
|
11306
|
+
var u2 = Math.abs(s2) <= 16 ? 60 * s2 : s2;
|
|
11307
|
+
if (0 === u2) return this.utc(f2);
|
|
11308
|
+
var r2 = this.clone();
|
|
11309
|
+
if (f2) return r2.$offset = u2, r2.$u = false, r2;
|
|
11310
|
+
var o2 = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
|
|
11311
|
+
return (r2 = this.local().add(u2 + o2, t2)).$offset = u2, r2.$x.$localOffset = o2, r2;
|
|
11254
11312
|
};
|
|
11255
11313
|
var h2 = u.format;
|
|
11256
11314
|
u.format = function(t3) {
|
|
@@ -11437,12 +11495,6 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11437
11495
|
window.location.href = aiUrl;
|
|
11438
11496
|
}
|
|
11439
11497
|
};
|
|
11440
|
-
const toHref = () => {
|
|
11441
|
-
const router2 = useRouter();
|
|
11442
|
-
const orgPath = router2.resolve({ name: "homepage" });
|
|
11443
|
-
console.log("orgPath", orgPath);
|
|
11444
|
-
return orgPath.href;
|
|
11445
|
-
};
|
|
11446
11498
|
const showTimeTopic = computed(() => {
|
|
11447
11499
|
var _a, _b;
|
|
11448
11500
|
if (props.scene !== SceneValue.repo) return false;
|
|
@@ -11485,17 +11537,14 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11485
11537
|
document.removeEventListener("copy", handleBreadcrumbCopy);
|
|
11486
11538
|
});
|
|
11487
11539
|
return (_ctx, _cache) => {
|
|
11488
|
-
var _a, _b;
|
|
11489
|
-
return
|
|
11540
|
+
var _a, _b, _c;
|
|
11541
|
+
return __props.scene === unref(SceneValue).org && !__props.errorCode ? (openBlock(), createElementBlock("div", _hoisted_1$x, [
|
|
11490
11542
|
createVNode(GLink, {
|
|
11491
|
-
|
|
11492
|
-
event == null ? void 0 : event.preventDefault();
|
|
11493
|
-
}),
|
|
11494
|
-
href: toHref(),
|
|
11543
|
+
href: ((_a = __props.orgProps) == null ? void 0 : _a.orgHomepageUrl) || "",
|
|
11495
11544
|
class: "flex flex-1 items-center gap-[8px]"
|
|
11496
11545
|
}, {
|
|
11497
11546
|
default: withCtx(() => {
|
|
11498
|
-
var _a2, _b2,
|
|
11547
|
+
var _a2, _b2, _c2;
|
|
11499
11548
|
return [
|
|
11500
11549
|
createVNode(_sfc_main$F, {
|
|
11501
11550
|
class: "g-border",
|
|
@@ -11505,29 +11554,29 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11505
11554
|
height: 28,
|
|
11506
11555
|
is_round: false
|
|
11507
11556
|
}, null, 8, ["src", "name"]),
|
|
11508
|
-
createElementVNode("div", _hoisted_2$o, toDisplayString$1((
|
|
11557
|
+
createElementVNode("div", _hoisted_2$o, toDisplayString$1((_c2 = unref(orgInfo)) == null ? void 0 : _c2.name), 1)
|
|
11509
11558
|
];
|
|
11510
11559
|
}),
|
|
11511
11560
|
_: 1
|
|
11512
11561
|
}, 8, ["href"]),
|
|
11513
11562
|
createVNode(unref(Button), {
|
|
11514
|
-
onClick: _cache[
|
|
11563
|
+
onClick: _cache[0] || (_cache[0] = ($event) => {
|
|
11515
11564
|
var _a2;
|
|
11516
|
-
return handleOrgFollow((_a2 =
|
|
11565
|
+
return handleOrgFollow((_a2 = __props.orgProps) == null ? void 0 : _a2.isOrgFollow);
|
|
11517
11566
|
}),
|
|
11518
11567
|
class: "org-layout-toolbar-follow"
|
|
11519
11568
|
}, {
|
|
11520
11569
|
default: withCtx(() => {
|
|
11521
11570
|
var _a2;
|
|
11522
11571
|
return [
|
|
11523
|
-
createElementVNode("span", _hoisted_3$n, toDisplayString$1(((_a2 =
|
|
11572
|
+
createElementVNode("span", _hoisted_3$n, toDisplayString$1(((_a2 = __props.orgProps) == null ? void 0 : _a2.isOrgFollow) ? unref(t2)("gitCodeLayout.home.alreadyFollowed") : unref(t2)("gitCodeLayout.home.focusOn")), 1)
|
|
11524
11573
|
];
|
|
11525
11574
|
}),
|
|
11526
11575
|
_: 1
|
|
11527
11576
|
})
|
|
11528
|
-
])) :
|
|
11577
|
+
])) : __props.scene === unref(SceneValue).repo && !__props.errorCode ? (openBlock(), createBlock(unref(Skeleton), {
|
|
11529
11578
|
key: 1,
|
|
11530
|
-
loading: (
|
|
11579
|
+
loading: (_b = __props.repoProps) == null ? void 0 : _b.repoNameLoading,
|
|
11531
11580
|
rows: 1
|
|
11532
11581
|
}, {
|
|
11533
11582
|
placeholder: withCtx(() => [
|
|
@@ -11540,7 +11589,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11540
11589
|
])
|
|
11541
11590
|
]),
|
|
11542
11591
|
default: withCtx(() => {
|
|
11543
|
-
var _a2, _b2,
|
|
11592
|
+
var _a2, _b2, _c2, _d, _e, _f, _g;
|
|
11544
11593
|
return [
|
|
11545
11594
|
createElementVNode("h2", _hoisted_4$i, [
|
|
11546
11595
|
createVNode(GLink, {
|
|
@@ -11548,12 +11597,12 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11548
11597
|
class: "pr-[12px]"
|
|
11549
11598
|
}, {
|
|
11550
11599
|
default: withCtx(() => {
|
|
11551
|
-
var _a3, _b3,
|
|
11600
|
+
var _a3, _b3, _c3, _d2;
|
|
11552
11601
|
return [
|
|
11553
|
-
!((_a3 =
|
|
11602
|
+
!((_a3 = __props.repoProps) == null ? void 0 : _a3.isGhMirrors) ? (openBlock(), createBlock(_sfc_main$F, {
|
|
11554
11603
|
key: 0,
|
|
11555
11604
|
class: normalizeClass({ "g-border": isOrg.value }),
|
|
11556
|
-
src: (
|
|
11605
|
+
src: (_c3 = (_b3 = unref(repoInfo)) == null ? void 0 : _b3.namespace) == null ? void 0 : _c3.avatar_url,
|
|
11557
11606
|
name: (_d2 = unref(repoInfo)) == null ? void 0 : _d2.name,
|
|
11558
11607
|
width: 28,
|
|
11559
11608
|
height: 28,
|
|
@@ -11566,7 +11615,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11566
11615
|
_: 1
|
|
11567
11616
|
}, 8, ["href"]),
|
|
11568
11617
|
createElementVNode("div", _hoisted_8$8, [
|
|
11569
|
-
!((_b2 =
|
|
11618
|
+
!((_b2 = __props.repoProps) == null ? void 0 : _b2.isGhMirrors) ? (openBlock(), createElementBlock("div", {
|
|
11570
11619
|
key: 0,
|
|
11571
11620
|
ref_key: "breadcrumbRef",
|
|
11572
11621
|
ref: breadcrumbRef,
|
|
@@ -11592,7 +11641,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11592
11641
|
]),
|
|
11593
11642
|
_: 2
|
|
11594
11643
|
}, 1032, ["href"]),
|
|
11595
|
-
_cache[
|
|
11644
|
+
_cache[1] || (_cache[1] = createElementVNode("span", { class: "breadcrumb-splitter font-color-t1" }, " / ", -1))
|
|
11596
11645
|
])) : createCommentVNode("", true)
|
|
11597
11646
|
], 64);
|
|
11598
11647
|
}), 128))
|
|
@@ -11601,7 +11650,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11601
11650
|
key: 1,
|
|
11602
11651
|
ref_key: "breadcrumbNextRef",
|
|
11603
11652
|
ref: breadcrumbNextRef,
|
|
11604
|
-
class: normalizeClass(["g-repo-layout-breadcrumb-next max-md:w-full flex items-end gap-[8px]", [((
|
|
11653
|
+
class: normalizeClass(["g-repo-layout-breadcrumb-next max-md:w-full flex items-end gap-[8px]", [((_c2 = __props.repoProps) == null ? void 0 : _c2.isGhMirrors) ? "max-w-full" : "max-w-[60%]"]])
|
|
11605
11654
|
}, [
|
|
11606
11655
|
createVNode(GLink, {
|
|
11607
11656
|
class: "linkTx",
|
|
@@ -11624,9 +11673,9 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11624
11673
|
type: "gstar",
|
|
11625
11674
|
message: `G-Star ${unref(t2)("gitCodeLayout.GStar.project.graduation")}`
|
|
11626
11675
|
}, {
|
|
11627
|
-
default: withCtx(() => _cache[
|
|
11628
|
-
createTextVNode("G-Star ")
|
|
11629
|
-
])),
|
|
11676
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
11677
|
+
createTextVNode("G-Star ", -1)
|
|
11678
|
+
])]),
|
|
11630
11679
|
_: 1
|
|
11631
11680
|
}, 8, ["message"])
|
|
11632
11681
|
])) : unref(isIncubationRepo)(unref(repoInfo).topic_names) ? (openBlock(), createElementBlock("div", _hoisted_13$1, [
|
|
@@ -11636,9 +11685,9 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11636
11685
|
type: "incubation",
|
|
11637
11686
|
message: `G-Star ${unref(t2)("gitCodeLayout.GStar.project.incubation")}`
|
|
11638
11687
|
}, {
|
|
11639
|
-
default: withCtx(() => _cache[
|
|
11640
|
-
createTextVNode(" G-Star ")
|
|
11641
|
-
])),
|
|
11688
|
+
default: withCtx(() => [..._cache[3] || (_cache[3] = [
|
|
11689
|
+
createTextVNode(" G-Star ", -1)
|
|
11690
|
+
])]),
|
|
11642
11691
|
_: 1
|
|
11643
11692
|
}, 8, ["message"])
|
|
11644
11693
|
])) : createCommentVNode("", true),
|
|
@@ -11651,7 +11700,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11651
11700
|
href: "/trusted"
|
|
11652
11701
|
}, null, 8, ["message"])
|
|
11653
11702
|
])) : createCommentVNode("", true),
|
|
11654
|
-
((_d =
|
|
11703
|
+
((_d = __props.repoProps) == null ? void 0 : _d.isPrivate) ? (openBlock(), createElementBlock("div", _hoisted_15$1, [
|
|
11655
11704
|
createVNode(GIcon, {
|
|
11656
11705
|
size: "16px",
|
|
11657
11706
|
class: "ml-[4px]",
|
|
@@ -11670,7 +11719,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11670
11719
|
}, null, 8, ["name"]),
|
|
11671
11720
|
createElementVNode("span", _hoisted_16$1, toDisplayString$1((_f = topicTag.value) == null ? void 0 : _f.suffix), 1)
|
|
11672
11721
|
])) : createCommentVNode("", true),
|
|
11673
|
-
((_g =
|
|
11722
|
+
((_g = __props.repoProps) == null ? void 0 : _g.isGhMirrors) && showTimeTopic.value && !unref(isPhone)() ? (openBlock(), createElementBlock("div", _hoisted_17$1, [
|
|
11674
11723
|
createVNode(GIcon, {
|
|
11675
11724
|
name: "gt-line-time",
|
|
11676
11725
|
color: "var(--devui-shape-icon-fill)",
|
|
@@ -11684,17 +11733,17 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11684
11733
|
];
|
|
11685
11734
|
}),
|
|
11686
11735
|
_: 1
|
|
11687
|
-
}, 8, ["loading"])) :
|
|
11736
|
+
}, 8, ["loading"])) : __props.scene === unref(SceneValue).user && ((_c = __props.userProps) == null ? void 0 : _c.isOtherUser) ? (openBlock(), createElementBlock("div", _hoisted_20$1, [
|
|
11688
11737
|
createVNode(GLink, {
|
|
11689
11738
|
to: { name: "homepage" },
|
|
11690
11739
|
class: "flex flex-1 items-center gap-[8px]"
|
|
11691
11740
|
}, {
|
|
11692
11741
|
default: withCtx(() => {
|
|
11693
|
-
var _a2, _b2,
|
|
11742
|
+
var _a2, _b2, _c2, _d, _e;
|
|
11694
11743
|
return [
|
|
11695
11744
|
createVNode(_sfc_main$F, {
|
|
11696
11745
|
src: (_a2 = unref(otherUserInfo)) == null ? void 0 : _a2.avatarUrl,
|
|
11697
|
-
name: ((_b2 = unref(otherUserInfo)) == null ? void 0 : _b2.name) || ((
|
|
11746
|
+
name: ((_b2 = unref(otherUserInfo)) == null ? void 0 : _b2.name) || ((_c2 = unref(otherUserInfo)) == null ? void 0 : _c2.nickname),
|
|
11698
11747
|
width: 28,
|
|
11699
11748
|
height: 28
|
|
11700
11749
|
}, null, 8, ["src", "name"]),
|
|
@@ -11793,7 +11842,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
11793
11842
|
onClick: handleClick
|
|
11794
11843
|
}, [
|
|
11795
11844
|
createElementVNode("img", {
|
|
11796
|
-
src:
|
|
11845
|
+
src: __props.config.logo_url,
|
|
11797
11846
|
alt: "claim power"
|
|
11798
11847
|
}, null, 8, _hoisted_1$v)
|
|
11799
11848
|
])) : createCommentVNode("", true);
|
|
@@ -11847,7 +11896,7 @@ var hasRequiredCore;
|
|
|
11847
11896
|
function requireCore() {
|
|
11848
11897
|
if (hasRequiredCore) return core.exports;
|
|
11849
11898
|
hasRequiredCore = 1;
|
|
11850
|
-
(function(module, exports) {
|
|
11899
|
+
(function(module, exports$1) {
|
|
11851
11900
|
(function(root, factory) {
|
|
11852
11901
|
{
|
|
11853
11902
|
module.exports = factory();
|
|
@@ -12454,7 +12503,7 @@ var hasRequiredEncBase64;
|
|
|
12454
12503
|
function requireEncBase64() {
|
|
12455
12504
|
if (hasRequiredEncBase64) return encBase64.exports;
|
|
12456
12505
|
hasRequiredEncBase64 = 1;
|
|
12457
|
-
(function(module, exports) {
|
|
12506
|
+
(function(module, exports$1) {
|
|
12458
12507
|
(function(root, factory) {
|
|
12459
12508
|
{
|
|
12460
12509
|
module.exports = factory(requireCore());
|
|
@@ -12561,7 +12610,7 @@ var hasRequiredMd5;
|
|
|
12561
12610
|
function requireMd5() {
|
|
12562
12611
|
if (hasRequiredMd5) return md5.exports;
|
|
12563
12612
|
hasRequiredMd5 = 1;
|
|
12564
|
-
(function(module, exports) {
|
|
12613
|
+
(function(module, exports$1) {
|
|
12565
12614
|
(function(root, factory) {
|
|
12566
12615
|
{
|
|
12567
12616
|
module.exports = factory(requireCore());
|
|
@@ -12740,7 +12789,7 @@ var hasRequiredSha1;
|
|
|
12740
12789
|
function requireSha1() {
|
|
12741
12790
|
if (hasRequiredSha1) return sha1.exports;
|
|
12742
12791
|
hasRequiredSha1 = 1;
|
|
12743
|
-
(function(module, exports) {
|
|
12792
|
+
(function(module, exports$1) {
|
|
12744
12793
|
(function(root, factory) {
|
|
12745
12794
|
{
|
|
12746
12795
|
module.exports = factory(requireCore());
|
|
@@ -12830,7 +12879,7 @@ var hasRequiredHmac;
|
|
|
12830
12879
|
function requireHmac() {
|
|
12831
12880
|
if (hasRequiredHmac) return hmac.exports;
|
|
12832
12881
|
hasRequiredHmac = 1;
|
|
12833
|
-
(function(module, exports) {
|
|
12882
|
+
(function(module, exports$1) {
|
|
12834
12883
|
(function(root, factory) {
|
|
12835
12884
|
{
|
|
12836
12885
|
module.exports = factory(requireCore());
|
|
@@ -12935,7 +12984,7 @@ var hasRequiredEvpkdf;
|
|
|
12935
12984
|
function requireEvpkdf() {
|
|
12936
12985
|
if (hasRequiredEvpkdf) return evpkdf.exports;
|
|
12937
12986
|
hasRequiredEvpkdf = 1;
|
|
12938
|
-
(function(module, exports) {
|
|
12987
|
+
(function(module, exports$1) {
|
|
12939
12988
|
(function(root, factory, undef) {
|
|
12940
12989
|
{
|
|
12941
12990
|
module.exports = factory(requireCore(), requireSha1(), requireHmac());
|
|
@@ -13025,7 +13074,7 @@ var hasRequiredCipherCore;
|
|
|
13025
13074
|
function requireCipherCore() {
|
|
13026
13075
|
if (hasRequiredCipherCore) return cipherCore.exports;
|
|
13027
13076
|
hasRequiredCipherCore = 1;
|
|
13028
|
-
(function(module, exports) {
|
|
13077
|
+
(function(module, exports$1) {
|
|
13029
13078
|
(function(root, factory, undef) {
|
|
13030
13079
|
{
|
|
13031
13080
|
module.exports = factory(requireCore(), requireEvpkdf());
|
|
@@ -13584,11 +13633,15 @@ function requireCipherCore() {
|
|
|
13584
13633
|
* var derivedParams = CryptoJS.kdf.OpenSSL.execute('Password', 256/32, 128/32);
|
|
13585
13634
|
* var derivedParams = CryptoJS.kdf.OpenSSL.execute('Password', 256/32, 128/32, 'saltsalt');
|
|
13586
13635
|
*/
|
|
13587
|
-
execute: function(password, keySize, ivSize, salt) {
|
|
13636
|
+
execute: function(password, keySize, ivSize, salt, hasher) {
|
|
13588
13637
|
if (!salt) {
|
|
13589
13638
|
salt = WordArray.random(64 / 8);
|
|
13590
13639
|
}
|
|
13591
|
-
|
|
13640
|
+
if (!hasher) {
|
|
13641
|
+
var key = EvpKDF.create({ keySize: keySize + ivSize }).compute(password, salt);
|
|
13642
|
+
} else {
|
|
13643
|
+
var key = EvpKDF.create({ keySize: keySize + ivSize, hasher }).compute(password, salt);
|
|
13644
|
+
}
|
|
13592
13645
|
var iv = WordArray.create(key.words.slice(keySize), ivSize * 4);
|
|
13593
13646
|
key.sigBytes = keySize * 4;
|
|
13594
13647
|
return CipherParams.create({ key, iv, salt });
|
|
@@ -13622,7 +13675,7 @@ function requireCipherCore() {
|
|
|
13622
13675
|
*/
|
|
13623
13676
|
encrypt: function(cipher, message, password, cfg) {
|
|
13624
13677
|
cfg = this.cfg.extend(cfg);
|
|
13625
|
-
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize);
|
|
13678
|
+
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize, cfg.salt, cfg.hasher);
|
|
13626
13679
|
cfg.iv = derivedParams.iv;
|
|
13627
13680
|
var ciphertext = SerializableCipher.encrypt.call(this, cipher, message, derivedParams.key, cfg);
|
|
13628
13681
|
ciphertext.mixIn(derivedParams);
|
|
@@ -13648,7 +13701,7 @@ function requireCipherCore() {
|
|
|
13648
13701
|
decrypt: function(cipher, ciphertext, password, cfg) {
|
|
13649
13702
|
cfg = this.cfg.extend(cfg);
|
|
13650
13703
|
ciphertext = this._parse(ciphertext, cfg.format);
|
|
13651
|
-
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize, ciphertext.salt);
|
|
13704
|
+
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize, ciphertext.salt, cfg.hasher);
|
|
13652
13705
|
cfg.iv = derivedParams.iv;
|
|
13653
13706
|
var plaintext = SerializableCipher.decrypt.call(this, cipher, ciphertext, derivedParams.key, cfg);
|
|
13654
13707
|
return plaintext;
|
|
@@ -13659,7 +13712,7 @@ function requireCipherCore() {
|
|
|
13659
13712
|
})(cipherCore);
|
|
13660
13713
|
return cipherCore.exports;
|
|
13661
13714
|
}
|
|
13662
|
-
(function(module, exports) {
|
|
13715
|
+
(function(module, exports$1) {
|
|
13663
13716
|
(function(root, factory, undef) {
|
|
13664
13717
|
{
|
|
13665
13718
|
module.exports = factory(requireCore(), requireEncBase64(), requireMd5(), requireEvpkdf(), requireCipherCore());
|
|
@@ -13808,7 +13861,7 @@ function requireCipherCore() {
|
|
|
13808
13861
|
var aesExports = aes.exports;
|
|
13809
13862
|
const AES = /* @__PURE__ */ getDefaultExportFromCjs(aesExports);
|
|
13810
13863
|
var padPkcs7 = { exports: {} };
|
|
13811
|
-
(function(module, exports) {
|
|
13864
|
+
(function(module, exports$1) {
|
|
13812
13865
|
(function(root, factory, undef) {
|
|
13813
13866
|
{
|
|
13814
13867
|
module.exports = factory(requireCore(), requireCipherCore());
|
|
@@ -13820,7 +13873,7 @@ var padPkcs7 = { exports: {} };
|
|
|
13820
13873
|
var padPkcs7Exports = padPkcs7.exports;
|
|
13821
13874
|
const Pkcs7 = /* @__PURE__ */ getDefaultExportFromCjs(padPkcs7Exports);
|
|
13822
13875
|
var encUtf8 = { exports: {} };
|
|
13823
|
-
(function(module, exports) {
|
|
13876
|
+
(function(module, exports$1) {
|
|
13824
13877
|
(function(root, factory) {
|
|
13825
13878
|
{
|
|
13826
13879
|
module.exports = factory(requireCore());
|
|
@@ -14370,9 +14423,8 @@ const _sfc_main$z = /* @__PURE__ */ Object.assign({
|
|
|
14370
14423
|
(openBlock(true), createElementBlock(Fragment, null, renderList(linkList.value, (item) => {
|
|
14371
14424
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
14372
14425
|
item.show !== false ? (openBlock(), createBlock(OptionLink, mergeProps({
|
|
14373
|
-
key: item.label
|
|
14374
|
-
|
|
14375
|
-
}, item, {
|
|
14426
|
+
key: item.label
|
|
14427
|
+
}, { ref_for: true }, item, {
|
|
14376
14428
|
onClick: ($event) => handleClick(item)
|
|
14377
14429
|
}), {
|
|
14378
14430
|
default: withCtx(() => [
|
|
@@ -14420,7 +14472,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
14420
14472
|
return (_ctx, _cache) => {
|
|
14421
14473
|
return openBlock(), createBlock(GLink, {
|
|
14422
14474
|
variant: "text",
|
|
14423
|
-
class: normalizeClass(["g-toolbar-docs",
|
|
14475
|
+
class: normalizeClass(["g-toolbar-docs", __props.whiteColor ? "white" : "black"]),
|
|
14424
14476
|
href: unref(currentHelpDocsAiCommunityUrl)(),
|
|
14425
14477
|
target: "_blank"
|
|
14426
14478
|
}, {
|
|
@@ -14500,7 +14552,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
14500
14552
|
style: normalizeStyle({ "-webkit-line-clamp": (_b = finalConfig.value) == null ? void 0 : _b.line })
|
|
14501
14553
|
}, [
|
|
14502
14554
|
createVNode(unref(Tooltip), {
|
|
14503
|
-
position:
|
|
14555
|
+
position: __props.position,
|
|
14504
14556
|
disabled: !content.value || !((_c = finalConfig.value) == null ? void 0 : _c.tooltip),
|
|
14505
14557
|
content: content.value
|
|
14506
14558
|
}, {
|
|
@@ -14547,16 +14599,16 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
14547
14599
|
createElementVNode("div", _hoisted_2$n, [
|
|
14548
14600
|
createElementVNode("div", {
|
|
14549
14601
|
class: "flex items-center",
|
|
14550
|
-
title:
|
|
14602
|
+
title: __props.data.nickname
|
|
14551
14603
|
}, [
|
|
14552
14604
|
createElementVNode("a", {
|
|
14553
|
-
href: unref(transformUrl)((_a =
|
|
14605
|
+
href: unref(transformUrl)((_a = __props.data) == null ? void 0 : _a.userPath),
|
|
14554
14606
|
target: "_blank",
|
|
14555
14607
|
class: "user-info flex w-[48px] items-center linktx"
|
|
14556
14608
|
}, [
|
|
14557
14609
|
createVNode(_sfc_main$F, {
|
|
14558
|
-
name:
|
|
14559
|
-
src:
|
|
14610
|
+
name: __props.data.nickname,
|
|
14611
|
+
src: __props.data.avatar,
|
|
14560
14612
|
width: 32,
|
|
14561
14613
|
height: 32
|
|
14562
14614
|
}, null, 8, ["name", "src"])
|
|
@@ -14566,23 +14618,23 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
14566
14618
|
createElementVNode("div", _hoisted_5$d, [
|
|
14567
14619
|
createElementVNode("div", _hoisted_6$b, [
|
|
14568
14620
|
createVNode(GLink, {
|
|
14569
|
-
href: unref(transformUrl)(
|
|
14621
|
+
href: unref(transformUrl)(__props.data.url),
|
|
14570
14622
|
target: "_blank",
|
|
14571
|
-
class: normalizeClass(["message-item-content cursor-pointer", { "text-light":
|
|
14623
|
+
class: normalizeClass(["message-item-content cursor-pointer", { "text-light": __props.data.read }]),
|
|
14572
14624
|
onClick: _cache[0] || (_cache[0] = ($event) => emits("trigger"))
|
|
14573
14625
|
}, {
|
|
14574
14626
|
default: withCtx(() => [
|
|
14575
14627
|
createVNode(GText, { class: "devui-link linktx" }, {
|
|
14576
14628
|
default: withCtx(() => [
|
|
14577
|
-
|
|
14629
|
+
__props.data.vHtml ? (openBlock(), createElementBlock("div", {
|
|
14578
14630
|
key: 0,
|
|
14579
|
-
title:
|
|
14580
|
-
innerHTML: unref(xssPurify)(
|
|
14631
|
+
title: __props.data.title,
|
|
14632
|
+
innerHTML: unref(xssPurify)(__props.data.title) || "",
|
|
14581
14633
|
class: "overflow-hidden"
|
|
14582
14634
|
}, null, 8, _hoisted_7$8)) : (openBlock(), createElementBlock("span", {
|
|
14583
14635
|
key: 1,
|
|
14584
|
-
title:
|
|
14585
|
-
}, toDisplayString$1(
|
|
14636
|
+
title: __props.data.title
|
|
14637
|
+
}, toDisplayString$1(__props.data.title || "-"), 9, _hoisted_8$7))
|
|
14586
14638
|
]),
|
|
14587
14639
|
_: 1
|
|
14588
14640
|
})
|
|
@@ -14592,21 +14644,21 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
14592
14644
|
createElementVNode("div", _hoisted_9$5, [
|
|
14593
14645
|
createVNode(GText, null, {
|
|
14594
14646
|
default: withCtx(() => [
|
|
14595
|
-
createTextVNode(toDisplayString$1(
|
|
14647
|
+
createTextVNode(toDisplayString$1(__props.data.repo), 1)
|
|
14596
14648
|
]),
|
|
14597
14649
|
_: 1
|
|
14598
14650
|
}),
|
|
14599
|
-
_cache[1] || (_cache[1] = createTextVNode(" ")),
|
|
14651
|
+
_cache[1] || (_cache[1] = createTextVNode(" ", -1)),
|
|
14600
14652
|
createVNode(GText, { class: "message-type-text" }, {
|
|
14601
14653
|
default: withCtx(() => [
|
|
14602
|
-
createTextVNode(toDisplayString$1(
|
|
14654
|
+
createTextVNode(toDisplayString$1(__props.data.type || "-"), 1)
|
|
14603
14655
|
]),
|
|
14604
14656
|
_: 1
|
|
14605
14657
|
})
|
|
14606
14658
|
])
|
|
14607
14659
|
])
|
|
14608
14660
|
]),
|
|
14609
|
-
createElementVNode("div", _hoisted_10$5, toDisplayString$1(unref(formatTimeFromNow)(
|
|
14661
|
+
createElementVNode("div", _hoisted_10$5, toDisplayString$1(unref(formatTimeFromNow)(__props.data.time)), 1)
|
|
14610
14662
|
]);
|
|
14611
14663
|
};
|
|
14612
14664
|
}
|
|
@@ -14979,14 +15031,14 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
14979
15031
|
class: normalizeClass(["message-content-header-item mr-[8px]", { active: mentionSubTab.value === "project" }]),
|
|
14980
15032
|
onClick: _cache[2] || (_cache[2] = ($event) => switchMentionSubTab("project"))
|
|
14981
15033
|
}, [
|
|
14982
|
-
_cache[6] || (_cache[6] = createTextVNode(" 项目相关 ")),
|
|
15034
|
+
_cache[6] || (_cache[6] = createTextVNode(" 项目相关 ", -1)),
|
|
14983
15035
|
mentionSubTabCount.value.project > 0 ? (openBlock(), createElementBlock("span", _hoisted_7$7, toDisplayString$1(mentionSubTabCount.value.project), 1)) : createCommentVNode("", true)
|
|
14984
15036
|
], 2),
|
|
14985
15037
|
createElementVNode("div", {
|
|
14986
15038
|
class: normalizeClass(["message-content-header-item", { active: mentionSubTab.value === "discussion" }]),
|
|
14987
15039
|
onClick: _cache[3] || (_cache[3] = ($event) => switchMentionSubTab("discussion"))
|
|
14988
15040
|
}, [
|
|
14989
|
-
_cache[7] || (_cache[7] = createTextVNode(" 在线讨论 ")),
|
|
15041
|
+
_cache[7] || (_cache[7] = createTextVNode(" 在线讨论 ", -1)),
|
|
14990
15042
|
mentionSubTabCount.value.discussion > 0 ? (openBlock(), createElementBlock("span", _hoisted_8$6, toDisplayString$1(mentionSubTabCount.value.discussion), 1)) : createCommentVNode("", true)
|
|
14991
15043
|
], 2)
|
|
14992
15044
|
])) : createCommentVNode("", true),
|
|
@@ -15178,9 +15230,8 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
15178
15230
|
createElementVNode("div", _hoisted_2$l, [
|
|
15179
15231
|
(openBlock(true), createElementBlock(Fragment, null, renderList(linkList.value, (item) => {
|
|
15180
15232
|
return openBlock(), createElementBlock("div", mergeProps({
|
|
15181
|
-
key: item.label
|
|
15182
|
-
|
|
15183
|
-
}, item, {
|
|
15233
|
+
key: item.label
|
|
15234
|
+
}, { ref_for: true }, item, {
|
|
15184
15235
|
class: ["tools-item-wrapper-checkbox-item", { "checked": unref(lang) === item.value }],
|
|
15185
15236
|
onClick: ($event) => handleClick(item),
|
|
15186
15237
|
title: item.value
|
|
@@ -15506,14 +15557,14 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15506
15557
|
}, [
|
|
15507
15558
|
createVNode(GLink, {
|
|
15508
15559
|
class: "g-user-drawer-info pl-[32px] pr-[16px] cursor-pointer",
|
|
15509
|
-
href: `${unref(layoutConfig2).VITE_HOST}/${
|
|
15560
|
+
href: `${unref(layoutConfig2).VITE_HOST}/${__props.accountInfo.username}`,
|
|
15510
15561
|
key: "myPage",
|
|
15511
|
-
target:
|
|
15562
|
+
target: __props.isChatBot ? "_blank" : ""
|
|
15512
15563
|
}, {
|
|
15513
15564
|
default: withCtx(() => [
|
|
15514
15565
|
createVNode(_sfc_main$F, {
|
|
15515
|
-
name:
|
|
15516
|
-
src:
|
|
15566
|
+
name: __props.accountInfo.nickname,
|
|
15567
|
+
src: __props.accountInfo.avatar,
|
|
15517
15568
|
width: 52,
|
|
15518
15569
|
height: 52
|
|
15519
15570
|
}, null, 8, ["name", "src"]),
|
|
@@ -15521,12 +15572,12 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15521
15572
|
createElementVNode("div", _hoisted_2$j, [
|
|
15522
15573
|
createElementVNode("p", {
|
|
15523
15574
|
class: "g-user-drawer-info-list-name ellipsis",
|
|
15524
|
-
title:
|
|
15525
|
-
}, toDisplayString$1(
|
|
15575
|
+
title: __props.accountInfo.nickname
|
|
15576
|
+
}, toDisplayString$1(__props.accountInfo.nickname), 9, _hoisted_3$i),
|
|
15526
15577
|
createElementVNode("p", {
|
|
15527
15578
|
class: "g-user-drawer-info-list-id ellipsis",
|
|
15528
|
-
title:
|
|
15529
|
-
}, "@" + toDisplayString$1(
|
|
15579
|
+
title: __props.accountInfo.username
|
|
15580
|
+
}, "@" + toDisplayString$1(__props.accountInfo.username), 9, _hoisted_4$e)
|
|
15530
15581
|
]),
|
|
15531
15582
|
createVNode(GIcon, {
|
|
15532
15583
|
name: "gt-line-right",
|
|
@@ -15536,13 +15587,13 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15536
15587
|
]),
|
|
15537
15588
|
_: 1
|
|
15538
15589
|
}, 8, ["href", "target"]),
|
|
15539
|
-
!
|
|
15590
|
+
!__props.inAIHub ? (openBlock(), createBlock(UserLevel, {
|
|
15540
15591
|
key: 0,
|
|
15541
|
-
accountInfo:
|
|
15592
|
+
accountInfo: __props.accountInfo
|
|
15542
15593
|
}, null, 8, ["accountInfo"])) : createCommentVNode("", true),
|
|
15543
15594
|
(openBlock(true), createElementBlock(Fragment, null, renderList(userMenuList.value, (block, index2) => {
|
|
15544
15595
|
return openBlock(), createElementBlock("div", {
|
|
15545
|
-
class: normalizeClass(["g-user-drawer-block", { "!pt-[0px]": index2 === 0 &&
|
|
15596
|
+
class: normalizeClass(["g-user-drawer-block", { "!pt-[0px]": index2 === 0 && __props.inAIHub }]),
|
|
15546
15597
|
key: index2
|
|
15547
15598
|
}, [
|
|
15548
15599
|
block.component ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
@@ -15555,11 +15606,10 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15555
15606
|
}))
|
|
15556
15607
|
], 64)) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList(block, (item) => {
|
|
15557
15608
|
return openBlock(), createBlock(OptionLink, mergeProps({
|
|
15558
|
-
key: item.id
|
|
15559
|
-
|
|
15560
|
-
}, item, {
|
|
15609
|
+
key: item.id
|
|
15610
|
+
}, { ref_for: true }, item, {
|
|
15561
15611
|
onClick: ($event) => handleClick(item),
|
|
15562
|
-
target:
|
|
15612
|
+
target: __props.isChatBot && !item.action ? "_blank" : item.target || ""
|
|
15563
15613
|
}), {
|
|
15564
15614
|
default: withCtx(() => [
|
|
15565
15615
|
item.icon ? (openBlock(), createBlock(GIcon, {
|
|
@@ -15735,9 +15785,9 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
15735
15785
|
name: accountInfo.value.nickname,
|
|
15736
15786
|
src: unref(transformUrl)(accountInfo.value.avatar)
|
|
15737
15787
|
}, null, 8, ["name", "src"]),
|
|
15738
|
-
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_2$i, _cache[4] || (_cache[4] = [
|
|
15788
|
+
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_2$i, [..._cache[4] || (_cache[4] = [
|
|
15739
15789
|
createElementVNode("div", null, null, -1)
|
|
15740
|
-
]))) : createCommentVNode("", true)
|
|
15790
|
+
])])) : createCommentVNode("", true)
|
|
15741
15791
|
])
|
|
15742
15792
|
])) : (openBlock(), createBlock(unref(Dropdown), {
|
|
15743
15793
|
key: 1,
|
|
@@ -15750,13 +15800,13 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
15750
15800
|
menu: withCtx(() => [
|
|
15751
15801
|
createElementVNode("div", _hoisted_5$9, [
|
|
15752
15802
|
createVNode(UserAvatarMenu, {
|
|
15753
|
-
independence:
|
|
15754
|
-
loginOutFinish:
|
|
15803
|
+
independence: __props.independence,
|
|
15804
|
+
loginOutFinish: __props.loginOutFinish,
|
|
15755
15805
|
accountInfo: accountInfo.value,
|
|
15756
|
-
isChatBot:
|
|
15757
|
-
inAIHub:
|
|
15758
|
-
userMenus:
|
|
15759
|
-
inEnterpriseHeader:
|
|
15806
|
+
isChatBot: __props.isChatBot,
|
|
15807
|
+
inAIHub: __props.inAIHub,
|
|
15808
|
+
userMenus: __props.userMenus,
|
|
15809
|
+
inEnterpriseHeader: __props.inEnterpriseHeader,
|
|
15760
15810
|
onLinkClick: resetOverflow
|
|
15761
15811
|
}, null, 8, ["independence", "loginOutFinish", "accountInfo", "isChatBot", "inAIHub", "userMenus", "inEnterpriseHeader"])
|
|
15762
15812
|
])
|
|
@@ -15767,9 +15817,9 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
15767
15817
|
name: accountInfo.value.nickname,
|
|
15768
15818
|
src: unref(transformUrl)(accountInfo.value.avatar)
|
|
15769
15819
|
}, null, 8, ["name", "src"]),
|
|
15770
|
-
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_4$d, _cache[5] || (_cache[5] = [
|
|
15820
|
+
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_4$d, [..._cache[5] || (_cache[5] = [
|
|
15771
15821
|
createElementVNode("div", null, null, -1)
|
|
15772
|
-
]))) : createCommentVNode("", true)
|
|
15822
|
+
])])) : createCommentVNode("", true)
|
|
15773
15823
|
])
|
|
15774
15824
|
]),
|
|
15775
15825
|
_: 1
|
|
@@ -15792,13 +15842,13 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
15792
15842
|
})
|
|
15793
15843
|
]),
|
|
15794
15844
|
createVNode(UserAvatarMenu, {
|
|
15795
|
-
independence:
|
|
15796
|
-
loginOutFinish:
|
|
15845
|
+
independence: __props.independence,
|
|
15846
|
+
loginOutFinish: __props.loginOutFinish,
|
|
15797
15847
|
accountInfo: accountInfo.value,
|
|
15798
|
-
isChatBot:
|
|
15799
|
-
inAIHub:
|
|
15800
|
-
userMenus:
|
|
15801
|
-
inEnterpriseHeader:
|
|
15848
|
+
isChatBot: __props.isChatBot,
|
|
15849
|
+
inAIHub: __props.inAIHub,
|
|
15850
|
+
userMenus: __props.userMenus,
|
|
15851
|
+
inEnterpriseHeader: __props.inEnterpriseHeader,
|
|
15802
15852
|
onClick: _cache[2] || (_cache[2] = ($event) => drawerVisible.value = false),
|
|
15803
15853
|
onLinkClick: resetOverflow
|
|
15804
15854
|
}, null, 8, ["independence", "loginOutFinish", "accountInfo", "isChatBot", "inAIHub", "userMenus", "inEnterpriseHeader"])
|
|
@@ -15919,13 +15969,13 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
15919
15969
|
var _a;
|
|
15920
15970
|
const layoutConfig2 = useLayoutConfig();
|
|
15921
15971
|
const { t: $t } = i18n.global;
|
|
15922
|
-
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-
|
|
15923
|
-
const UserSearch = defineAsyncComponent(() => import("./UserSearch-
|
|
15924
|
-
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-
|
|
15925
|
-
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-
|
|
15926
|
-
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-
|
|
15927
|
-
const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-
|
|
15928
|
-
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-
|
|
15972
|
+
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-Dqu2bEwK.js"));
|
|
15973
|
+
const UserSearch = defineAsyncComponent(() => import("./UserSearch-Bqz6P9XP.js"));
|
|
15974
|
+
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-B8SY_y2f.js"));
|
|
15975
|
+
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-BgYKjx-g.js"));
|
|
15976
|
+
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-B3H4vcOU.js"));
|
|
15977
|
+
const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-BmPH7cRC.js"));
|
|
15978
|
+
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-DrQ15Uk6.js"));
|
|
15929
15979
|
const props = __props;
|
|
15930
15980
|
const repoInfo = inject("repoInfo");
|
|
15931
15981
|
const orgInfo = inject("orgInfo");
|
|
@@ -16384,9 +16434,9 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16384
16434
|
});
|
|
16385
16435
|
return (_ctx, _cache) => {
|
|
16386
16436
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
16387
|
-
!
|
|
16437
|
+
!__props.inAIHub ? (openBlock(), createElementBlock("div", {
|
|
16388
16438
|
key: 0,
|
|
16389
|
-
class: normalizeClass([isFocus.value ? "focusSearch" : { "left-search": true }, Boolean(
|
|
16439
|
+
class: normalizeClass([isFocus.value ? "focusSearch" : { "left-search": true }, Boolean(__props.isShowStickyNotice) ? "focusSearch-sticky-notice" : ""]),
|
|
16390
16440
|
onClick: _cache[6] || (_cache[6] = withModifiers(() => {
|
|
16391
16441
|
}, ["stop"]))
|
|
16392
16442
|
}, [
|
|
@@ -16399,7 +16449,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16399
16449
|
createVNode(unref(Dropdown), {
|
|
16400
16450
|
align: "start",
|
|
16401
16451
|
position: ["bottom", "bottom-start"],
|
|
16402
|
-
"overlay-class":
|
|
16452
|
+
"overlay-class": __props.isShowStickyNotice ? "history-box-sticky-notice history-box" : "history-box",
|
|
16403
16453
|
trigger: "manually",
|
|
16404
16454
|
visible: dropDownVisible.value,
|
|
16405
16455
|
"close-scope": "none",
|
|
@@ -16554,7 +16604,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16554
16604
|
_: 3
|
|
16555
16605
|
}, 8, ["overlay-class", "visible"])
|
|
16556
16606
|
], 2)) : createCommentVNode("", true),
|
|
16557
|
-
|
|
16607
|
+
__props.inAIHub ? (openBlock(), createElementBlock("div", _hoisted_6$7, [
|
|
16558
16608
|
createVNode(unref(Input), {
|
|
16559
16609
|
placeholder: unref($t)("gitCodeLayout.home.searchPlaceholder"),
|
|
16560
16610
|
onKeydown: withKeys(searchResult, ["enter"]),
|
|
@@ -16701,7 +16751,7 @@ const autoAvokeLogin = ({ isLogin, loginFunc, openHarmonyGuide, loginSuccess, lo
|
|
|
16701
16751
|
loginFunc({ type: "login", triggerType: "", loginTriggerSource: "router_login_auth", ...loginFuncOpts }, loginSuccess, openHarmonyGuide);
|
|
16702
16752
|
}
|
|
16703
16753
|
};
|
|
16704
|
-
const NoticeModal = defineAsyncComponent(() => import("./notice-
|
|
16754
|
+
const NoticeModal = defineAsyncComponent(() => import("./notice-D8mQIxFW.js"));
|
|
16705
16755
|
function clearNotice() {
|
|
16706
16756
|
if (localStorage$2.getItem("validator_email")) {
|
|
16707
16757
|
localStorage$2.removeItem("validator_email");
|
|
@@ -17134,7 +17184,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17134
17184
|
style: normalizeStyle({ height: `${unref(height)}px` })
|
|
17135
17185
|
}, [
|
|
17136
17186
|
createElementVNode("div", {
|
|
17137
|
-
class: normalizeClass(["g-header allow-click-stop fixed z-[21] bg-[var(--theme-default-bg)]", [inAIHub.value ? "ai-hub border-b border-gray-100 " : "", isHome.value && showHeaderShadow.value ? "head-shadow" : "",
|
|
17187
|
+
class: normalizeClass(["g-header allow-click-stop fixed z-[21] bg-[var(--theme-default-bg)]", [inAIHub.value ? "ai-hub border-b border-gray-100 " : "", isHome.value && showHeaderShadow.value ? "head-shadow" : "", __props.headerBorder ? "oldBorder" : "", headerClassName.value, isIndexHead.value && !showHeaderShadow.value ? "bg-transparent" : ""]]),
|
|
17138
17188
|
ref_key: "headerRef",
|
|
17139
17189
|
ref: headerRef,
|
|
17140
17190
|
style: normalizeStyle(detailBgStyle.value)
|
|
@@ -17172,13 +17222,13 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17172
17222
|
class: "cursor-pointer hover:!text-[var(--theme-stress-text)] g-toolbar-left-asideicon",
|
|
17173
17223
|
color: "var(--theme-aide-text)"
|
|
17174
17224
|
})) : createCommentVNode("", true),
|
|
17175
|
-
showNameAndIcon.value &&
|
|
17225
|
+
showNameAndIcon.value && __props.independence || inAIHub.value ? (openBlock(), createBlock(GLink, {
|
|
17176
17226
|
key: 1,
|
|
17177
17227
|
class: normalizeClass(["g-toolbar-left-logo", [inAIHub.value ? "ai-logo" : ""]]),
|
|
17178
17228
|
style: normalizeStyle(logoStyle.value),
|
|
17179
17229
|
href: inAIHub.value ? `${unref(layoutConfig2).VITE_AI_HOST}` : `${unref(layoutConfig2).VITE_HOST}?p=seo`
|
|
17180
17230
|
}, null, 8, ["class", "style", "href"])) : createCommentVNode("", true),
|
|
17181
|
-
showNameAndIcon.value && !
|
|
17231
|
+
showNameAndIcon.value && !__props.independence ? (openBlock(), createBlock(GLink, {
|
|
17182
17232
|
key: 2,
|
|
17183
17233
|
class: normalizeClass(["g-toolbar-left-logo", [inAIHub.value ? "ai-logo" : ""]]),
|
|
17184
17234
|
style: normalizeStyle(logoStyle.value),
|
|
@@ -17191,12 +17241,12 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17191
17241
|
}, [
|
|
17192
17242
|
_ctx.$slots.headerCustom ? renderSlot(_ctx.$slots, "headerCustom", { key: 0 }, void 0, true) : isModuleVisible(unref(HeaderDisplayItem).CUSTOM_CONTENT) && !showNameAndIcon.value ? (openBlock(), createBlock(HeaderCustom, {
|
|
17193
17243
|
key: 1,
|
|
17194
|
-
scene:
|
|
17195
|
-
isLogin:
|
|
17196
|
-
errorCode: (_a2 =
|
|
17197
|
-
orgProps: (_b =
|
|
17198
|
-
repoProps: (_c =
|
|
17199
|
-
userProps: (_d =
|
|
17244
|
+
scene: __props.sceneValue,
|
|
17245
|
+
isLogin: __props.isLogin,
|
|
17246
|
+
errorCode: (_a2 = __props.headerCustomProps) == null ? void 0 : _a2.errorCode,
|
|
17247
|
+
orgProps: (_b = __props.headerCustomProps) == null ? void 0 : _b.orgProps,
|
|
17248
|
+
repoProps: (_c = __props.headerCustomProps) == null ? void 0 : _c.repoProps,
|
|
17249
|
+
userProps: (_d = __props.headerCustomProps) == null ? void 0 : _d.userProps,
|
|
17200
17250
|
onFollowDevCommunity: _cache[1] || (_cache[1] = ($event) => emit("followDevCommunity", $event)),
|
|
17201
17251
|
onFollowUser: _cache[2] || (_cache[2] = ($event) => emit("followUser"))
|
|
17202
17252
|
}, {
|
|
@@ -17215,7 +17265,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17215
17265
|
(openBlock(), createBlock(Search, {
|
|
17216
17266
|
inAIHub: inAIHub.value,
|
|
17217
17267
|
key: _ctx.$route.fullPath,
|
|
17218
|
-
sceneValue:
|
|
17268
|
+
sceneValue: __props.sceneValue,
|
|
17219
17269
|
isShowStickyNotice: isShowStickyNoticeByClose.value
|
|
17220
17270
|
}, {
|
|
17221
17271
|
searchRecommend: withCtx(() => [
|
|
@@ -17235,7 +17285,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17235
17285
|
createVNode(ClaimPower, { config: claimPowerConfig.value }, null, 8, ["config"]),
|
|
17236
17286
|
isModuleVisible(unref(HeaderDisplayItem).OPERATION_ENTRY) ? (openBlock(), createBlock(OperationEntry, { key: 0 })) : createCommentVNode("", true)
|
|
17237
17287
|
]),
|
|
17238
|
-
!
|
|
17288
|
+
!__props.isLogin ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17239
17289
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17240
17290
|
unref(isMobile) ? (openBlock(), createElementBlock("section", {
|
|
17241
17291
|
key: 0,
|
|
@@ -17281,10 +17331,10 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17281
17331
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createBlock(UserAvatar, {
|
|
17282
17332
|
key: 3,
|
|
17283
17333
|
isChatBot: isChatBot.value,
|
|
17284
|
-
loginOutFinish:
|
|
17334
|
+
loginOutFinish: __props.loginOutFinish,
|
|
17285
17335
|
inAIHub: inAIHub.value,
|
|
17286
|
-
independence:
|
|
17287
|
-
userMenus:
|
|
17336
|
+
independence: __props.independence,
|
|
17337
|
+
userMenus: __props.userMenus
|
|
17288
17338
|
}, null, 8, ["isChatBot", "loginOutFinish", "inAIHub", "independence", "userMenus"])) : createCommentVNode("", true)
|
|
17289
17339
|
], 64))
|
|
17290
17340
|
], 2)
|
|
@@ -17542,21 +17592,21 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
17542
17592
|
createElementVNode("div", {
|
|
17543
17593
|
ref_key: "headerRef",
|
|
17544
17594
|
ref: headerRef,
|
|
17545
|
-
class: normalizeClass(["g-header allow-click-stop fixed z-[21] bg-[var(--theme-default-bg)]", [showHeaderShadow.value ? "head-shadow" : "",
|
|
17595
|
+
class: normalizeClass(["g-header allow-click-stop fixed z-[21] bg-[var(--theme-default-bg)]", [showHeaderShadow.value ? "head-shadow" : "", __props.headerBorder ? "oldBorder" : "", headerClassName.value]])
|
|
17546
17596
|
}, [
|
|
17547
17597
|
createVNode(SiteAnnouncement),
|
|
17548
17598
|
withDirectives((openBlock(), createElementBlock("div", _hoisted_1$j, [
|
|
17549
17599
|
createElementVNode("div", _hoisted_2$e, [
|
|
17550
17600
|
createElementVNode("div", _hoisted_3$d, [
|
|
17551
17601
|
createVNode(_sfc_main$F, {
|
|
17552
|
-
src: (_a2 =
|
|
17553
|
-
name: (_b =
|
|
17602
|
+
src: (_a2 = __props.enterpriseInfo) == null ? void 0 : _a2.avatar,
|
|
17603
|
+
name: (_b = __props.enterpriseInfo) == null ? void 0 : _b.name,
|
|
17554
17604
|
isRound: false,
|
|
17555
17605
|
width: 32,
|
|
17556
17606
|
height: 32,
|
|
17557
17607
|
class: "enterprise-avatar"
|
|
17558
17608
|
}, null, 8, ["src", "name"]),
|
|
17559
|
-
createElementVNode("span", _hoisted_4$9, toDisplayString$1((_c =
|
|
17609
|
+
createElementVNode("span", _hoisted_4$9, toDisplayString$1((_c = __props.enterpriseInfo) == null ? void 0 : _c.name), 1),
|
|
17560
17610
|
createElementVNode("span", _hoisted_5$5, toDisplayString$1(unref(t2)("gitCodeLayout.header.enterpriseFlag")), 1)
|
|
17561
17611
|
])
|
|
17562
17612
|
]),
|
|
@@ -17579,7 +17629,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
17579
17629
|
], true) : createCommentVNode("", true)
|
|
17580
17630
|
]),
|
|
17581
17631
|
createElementVNode("div", _hoisted_7$3, [
|
|
17582
|
-
!
|
|
17632
|
+
!__props.isLogin ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17583
17633
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17584
17634
|
unref(isMobile) ? (openBlock(), createElementBlock("section", {
|
|
17585
17635
|
key: 0,
|
|
@@ -17640,10 +17690,10 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
17640
17690
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createBlock(UserAvatar, {
|
|
17641
17691
|
key: 2,
|
|
17642
17692
|
isChatBot: false,
|
|
17643
|
-
loginOutFinish:
|
|
17693
|
+
loginOutFinish: __props.loginOutFinish,
|
|
17644
17694
|
inAIHub: false,
|
|
17645
|
-
independence:
|
|
17646
|
-
userMenus:
|
|
17695
|
+
independence: __props.independence,
|
|
17696
|
+
userMenus: __props.userMenus,
|
|
17647
17697
|
inEnterpriseHeader: true
|
|
17648
17698
|
}, null, 8, ["loginOutFinish", "independence", "userMenus"])) : createCommentVNode("", true)
|
|
17649
17699
|
], 64))
|
|
@@ -17889,9 +17939,9 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
17889
17939
|
const layoutConfig2 = useLayoutConfig();
|
|
17890
17940
|
const { t: t2 } = i18n.global;
|
|
17891
17941
|
const route = useRoute();
|
|
17892
|
-
const MenuItem = defineAsyncComponent(() => import("./MenuItem-
|
|
17893
|
-
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-
|
|
17894
|
-
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-
|
|
17942
|
+
const MenuItem = defineAsyncComponent(() => import("./MenuItem-Cktu3dGt.js"));
|
|
17943
|
+
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-Be2ElkzB.js"));
|
|
17944
|
+
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-CvbKc4ni.js"));
|
|
17895
17945
|
const props = __props;
|
|
17896
17946
|
const useReport2 = inject("useReport");
|
|
17897
17947
|
const userInfo = inject("userInfo");
|
|
@@ -18106,11 +18156,10 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
18106
18156
|
(openBlock(true), createElementBlock(Fragment, null, renderList(filterList.value, (item) => {
|
|
18107
18157
|
return openBlock(), createBlock(resolveDynamicComponent(renderComponent(item)), mergeProps({
|
|
18108
18158
|
key: item.id,
|
|
18109
|
-
isLogin:
|
|
18159
|
+
isLogin: __props.isLogin,
|
|
18110
18160
|
item,
|
|
18111
|
-
slotKeys:
|
|
18112
|
-
|
|
18113
|
-
}, getProps(item)), createSlots({ _: 2 }, [
|
|
18161
|
+
slotKeys: __props.slotKeys
|
|
18162
|
+
}, { ref_for: true }, getProps(item)), createSlots({ _: 2 }, [
|
|
18114
18163
|
renderList(mainSiteSlotKeys.value, (key) => {
|
|
18115
18164
|
return {
|
|
18116
18165
|
name: key,
|
|
@@ -18131,9 +18180,9 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
18131
18180
|
}, {
|
|
18132
18181
|
default: withCtx(() => [
|
|
18133
18182
|
(openBlock(), createBlock(resolveDynamicComponent(LayoutSlotComponent(key)), mergeProps({ ref_for: true }, getProps(item), {
|
|
18134
|
-
slotKeys:
|
|
18183
|
+
slotKeys: __props.slotKeys,
|
|
18135
18184
|
item,
|
|
18136
|
-
isLogin:
|
|
18185
|
+
isLogin: __props.isLogin
|
|
18137
18186
|
}), null, 16, ["slotKeys", "item", "isLogin"]))
|
|
18138
18187
|
]),
|
|
18139
18188
|
_: 2
|
|
@@ -18185,9 +18234,8 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
18185
18234
|
createElementVNode("div", _hoisted_2$c, [
|
|
18186
18235
|
(openBlock(true), createElementBlock(Fragment, null, renderList(themeList.value, (item) => {
|
|
18187
18236
|
return openBlock(), createElementBlock("div", mergeProps({
|
|
18188
|
-
key: item.value
|
|
18189
|
-
|
|
18190
|
-
}, item, {
|
|
18237
|
+
key: item.value
|
|
18238
|
+
}, { ref_for: true }, item, {
|
|
18191
18239
|
class: ["tools-item-wrapper-checkbox-item", { checked: activeTheme.value === item.value }],
|
|
18192
18240
|
onClick: ($event) => handleClick(item),
|
|
18193
18241
|
title: item.value
|
|
@@ -18227,17 +18275,17 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
18227
18275
|
withDirectives(createElementVNode("div", _hoisted_2$b, [
|
|
18228
18276
|
createVNode(_sfc_main$k)
|
|
18229
18277
|
], 512), [
|
|
18230
|
-
[vShow,
|
|
18278
|
+
[vShow, __props.showThemeSetting]
|
|
18231
18279
|
]),
|
|
18232
18280
|
withDirectives(createElementVNode("div", _hoisted_3$b, [
|
|
18233
18281
|
createVNode(_sfc_main$t)
|
|
18234
18282
|
], 512), [
|
|
18235
|
-
[vShow,
|
|
18283
|
+
[vShow, __props.showLangSetting]
|
|
18236
18284
|
])
|
|
18237
18285
|
]),
|
|
18238
18286
|
default: withCtx(() => [
|
|
18239
18287
|
createElementVNode("div", {
|
|
18240
|
-
class: normalizeClass(["aside-footer-tools-item", { "aside-footer-tools-item-little":
|
|
18288
|
+
class: normalizeClass(["aside-footer-tools-item", { "aside-footer-tools-item-little": __props.asideSetShowLittle }])
|
|
18241
18289
|
}, [
|
|
18242
18290
|
createVNode(GIcon, {
|
|
18243
18291
|
name: "gt-line-setting",
|
|
@@ -18411,7 +18459,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
18411
18459
|
target: "_blank",
|
|
18412
18460
|
rel: "noopener noreferrer"
|
|
18413
18461
|
}, "CSDN", -1)),
|
|
18414
|
-
_cache[2] || (_cache[2] = createTextVNode(" | ")),
|
|
18462
|
+
_cache[2] || (_cache[2] = createTextVNode(" | ", -1)),
|
|
18415
18463
|
createElementVNode("a", _hoisted_8$2, toDisplayString$1(unref(t2)("gitCodeLayout.home.HWCloud")), 1)
|
|
18416
18464
|
], 2),
|
|
18417
18465
|
createElementVNode("p", _hoisted_9$2, [
|
|
@@ -18424,7 +18472,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
18424
18472
|
]),
|
|
18425
18473
|
_: 1
|
|
18426
18474
|
}, 8, ["href"]),
|
|
18427
|
-
_cache[3] || (_cache[3] = createTextVNode(" | ")),
|
|
18475
|
+
_cache[3] || (_cache[3] = createTextVNode(" | ", -1)),
|
|
18428
18476
|
createVNode(GLink, {
|
|
18429
18477
|
target: "_blank",
|
|
18430
18478
|
href: unref(copyright).beian_url
|
|
@@ -18587,11 +18635,11 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
18587
18635
|
});
|
|
18588
18636
|
return (_ctx, _cache) => {
|
|
18589
18637
|
return openBlock(), createBlock(unref(Aside), {
|
|
18590
|
-
class: normalizeClass(["config-aside-content", { "side-bar-content-shot":
|
|
18638
|
+
class: normalizeClass(["config-aside-content", { "side-bar-content-shot": __props.asideSetShowLittle }])
|
|
18591
18639
|
}, {
|
|
18592
18640
|
default: withCtx(() => [
|
|
18593
18641
|
createElementVNode("div", {
|
|
18594
|
-
class: normalizeClass(["config-aside__content", { "side-bar-content-shot":
|
|
18642
|
+
class: normalizeClass(["config-aside__content", { "side-bar-content-shot": __props.asideSetShowLittle, "shot-isCh": !unref(isEn) }])
|
|
18595
18643
|
}, [
|
|
18596
18644
|
withDirectives((openBlock(), createElementBlock("div", _hoisted_1$e, [
|
|
18597
18645
|
createElementVNode("div", {
|
|
@@ -18611,10 +18659,10 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
18611
18659
|
}, [
|
|
18612
18660
|
createVNode(Area, {
|
|
18613
18661
|
list: getAreaItem(item),
|
|
18614
|
-
isLogin:
|
|
18662
|
+
isLogin: __props.isLogin,
|
|
18615
18663
|
slotKeys: layoutSlotKeys.value,
|
|
18616
|
-
sceneValue:
|
|
18617
|
-
asideSetShowLittle:
|
|
18664
|
+
sceneValue: __props.sceneValue,
|
|
18665
|
+
asideSetShowLittle: __props.asideSetShowLittle
|
|
18618
18666
|
}, createSlots({ _: 2 }, [
|
|
18619
18667
|
renderList(layoutSlotKeys.value, (key) => {
|
|
18620
18668
|
return {
|
|
@@ -18638,24 +18686,24 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
18638
18686
|
}, null, 8, ["name"]),
|
|
18639
18687
|
_cache[2] || (_cache[2] = createElementVNode("span", null, "群组讨论", -1))
|
|
18640
18688
|
], 32)) : createCommentVNode("", true),
|
|
18641
|
-
!
|
|
18689
|
+
!__props.asideSetShowLittle && index2 !== displayArea.value.length - 1 ? (openBlock(), createElementBlock("hr", _hoisted_4$7)) : createCommentVNode("", true)
|
|
18642
18690
|
], 64);
|
|
18643
18691
|
}), 128)),
|
|
18644
|
-
!
|
|
18692
|
+
!__props.asideSetShowLittle && isModuleVisible(unref(AsideDisplayItem).LINK) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
18645
18693
|
_cache[3] || (_cache[3] = createElementVNode("hr", { class: "line mt-[16px] mb-[16px]" }, null, -1)),
|
|
18646
18694
|
createVNode(SubMenuList)
|
|
18647
18695
|
], 64)) : createCommentVNode("", true)
|
|
18648
18696
|
])),
|
|
18649
|
-
!
|
|
18697
|
+
!__props.asideSetShowLittle && isModuleVisible(unref(AsideDisplayItem).SITE_INFO) ? (openBlock(), createBlock(ContactInfo, { key: 2 })) : createCommentVNode("", true)
|
|
18650
18698
|
], 34),
|
|
18651
18699
|
showPreferencesSetting.value ? (openBlock(), createElementBlock("div", {
|
|
18652
18700
|
key: 0,
|
|
18653
|
-
class: normalizeClass(["aside-footer-tools", { "aside-footer-tools-little":
|
|
18701
|
+
class: normalizeClass(["aside-footer-tools", { "aside-footer-tools-little": __props.asideSetShowLittle }])
|
|
18654
18702
|
}, [
|
|
18655
18703
|
createVNode(_sfc_main$j, {
|
|
18656
|
-
"show-lang-setting":
|
|
18657
|
-
"show-theme-setting":
|
|
18658
|
-
asideSetShowLittle:
|
|
18704
|
+
"show-lang-setting": __props.showLangSetting,
|
|
18705
|
+
"show-theme-setting": __props.showThemeSetting,
|
|
18706
|
+
asideSetShowLittle: __props.asideSetShowLittle
|
|
18659
18707
|
}, null, 8, ["show-lang-setting", "show-theme-setting", "asideSetShowLittle"])
|
|
18660
18708
|
], 2)) : createCommentVNode("", true)
|
|
18661
18709
|
])), [
|
|
@@ -18798,18 +18846,18 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
18798
18846
|
key: 0,
|
|
18799
18847
|
class: normalizeClass(["left-side-bar", { oldWhite: asideSetShowLittleMode.value, higherZIndex: unref(SITE_STATUS).DISABLE }]),
|
|
18800
18848
|
style: normalizeStyle({ width: mainMarginLeftWidth.value + "px", top: unref(headerHeight2) + "px" }),
|
|
18801
|
-
sceneValue:
|
|
18849
|
+
sceneValue: __props.sceneValue,
|
|
18802
18850
|
asideDefaultWidth: mainMarginLeftWidth.value,
|
|
18803
18851
|
asideSetShowLittle: asideSetShowLittleMode.value,
|
|
18804
|
-
isLogin:
|
|
18805
|
-
showPreferencesSetting:
|
|
18806
|
-
showThemeSetting:
|
|
18807
|
-
showLangSetting:
|
|
18808
|
-
independence:
|
|
18809
|
-
slotKeys:
|
|
18810
|
-
collapseMode:
|
|
18852
|
+
isLogin: __props.isLogin,
|
|
18853
|
+
showPreferencesSetting: __props.showPreferencesSetting,
|
|
18854
|
+
showThemeSetting: __props.showThemeSetting,
|
|
18855
|
+
showLangSetting: __props.showLangSetting,
|
|
18856
|
+
independence: __props.independence,
|
|
18857
|
+
slotKeys: __props.slotKeys,
|
|
18858
|
+
collapseMode: __props.collapseMode
|
|
18811
18859
|
}, createSlots({ _: 2 }, [
|
|
18812
|
-
renderList(
|
|
18860
|
+
renderList(__props.slotKeys, (key) => {
|
|
18813
18861
|
return {
|
|
18814
18862
|
name: key,
|
|
18815
18863
|
fn: withCtx(() => [
|
|
@@ -18831,8 +18879,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
18831
18879
|
createVNode(GLink, {
|
|
18832
18880
|
class: "g-toolbar-left-logo",
|
|
18833
18881
|
style: normalizeStyle(logoStyle.value),
|
|
18834
|
-
to:
|
|
18835
|
-
href:
|
|
18882
|
+
to: __props.independence ? "" : { name: "home" },
|
|
18883
|
+
href: __props.independence ? unref(transformUrl)(unref(layoutConfig2).VITE_HOST) : ""
|
|
18836
18884
|
}, null, 8, ["style", "to", "href"]),
|
|
18837
18885
|
createVNode(unref(Button), {
|
|
18838
18886
|
class: "cursor-pointer draw-side-bar-close",
|
|
@@ -18842,14 +18890,14 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
18842
18890
|
})
|
|
18843
18891
|
]),
|
|
18844
18892
|
createVNode(ConfigAideContent, mergeProps(props, {
|
|
18845
|
-
sceneValue:
|
|
18893
|
+
sceneValue: __props.sceneValue,
|
|
18846
18894
|
asideDefaultWidth: 240,
|
|
18847
|
-
isLogin:
|
|
18848
|
-
showPreferencesSetting:
|
|
18849
|
-
showThemeSetting:
|
|
18850
|
-
showLangSetting:
|
|
18851
|
-
independence:
|
|
18852
|
-
slotKeys:
|
|
18895
|
+
isLogin: __props.isLogin,
|
|
18896
|
+
showPreferencesSetting: __props.showPreferencesSetting,
|
|
18897
|
+
showThemeSetting: __props.showThemeSetting,
|
|
18898
|
+
showLangSetting: __props.showLangSetting,
|
|
18899
|
+
independence: __props.independence,
|
|
18900
|
+
slotKeys: __props.slotKeys
|
|
18853
18901
|
}), null, 16, ["sceneValue", "isLogin", "showPreferencesSetting", "showThemeSetting", "showLangSetting", "independence", "slotKeys"])
|
|
18854
18902
|
]),
|
|
18855
18903
|
_: 1
|
|
@@ -19690,12 +19738,12 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
19690
19738
|
showLangSetting: "",
|
|
19691
19739
|
showThemeSetting: ""
|
|
19692
19740
|
}, {
|
|
19693
|
-
home: withCtx(() => _cache[3] || (_cache[3] = [
|
|
19741
|
+
home: withCtx(() => [..._cache[3] || (_cache[3] = [
|
|
19694
19742
|
createElementVNode("div", null, "首页hover-插槽", -1)
|
|
19695
|
-
])),
|
|
19696
|
-
issues: withCtx(() => _cache[4] || (_cache[4] = [
|
|
19743
|
+
])]),
|
|
19744
|
+
issues: withCtx(() => [..._cache[4] || (_cache[4] = [
|
|
19697
19745
|
createElementVNode("div", null, "issues hover-插槽", -1)
|
|
19698
|
-
])),
|
|
19746
|
+
])]),
|
|
19699
19747
|
_: 1
|
|
19700
19748
|
}, 8, ["sceneValue", "userInfo", "isLogin", "request", "globalStore", "independence", "collapseMode"])
|
|
19701
19749
|
]),
|
|
@@ -19711,18 +19759,18 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
19711
19759
|
key: "是",
|
|
19712
19760
|
value: true
|
|
19713
19761
|
}, {
|
|
19714
|
-
default: withCtx(() => _cache[5] || (_cache[5] = [
|
|
19715
|
-
createTextVNode("普通 Header")
|
|
19716
|
-
])),
|
|
19762
|
+
default: withCtx(() => [..._cache[5] || (_cache[5] = [
|
|
19763
|
+
createTextVNode("普通 Header", -1)
|
|
19764
|
+
])]),
|
|
19717
19765
|
_: 1
|
|
19718
19766
|
})),
|
|
19719
19767
|
(openBlock(), createBlock(unref(Radio), {
|
|
19720
19768
|
key: "否",
|
|
19721
19769
|
value: false
|
|
19722
19770
|
}, {
|
|
19723
|
-
default: withCtx(() => _cache[6] || (_cache[6] = [
|
|
19724
|
-
createTextVNode("企业版 Header")
|
|
19725
|
-
])),
|
|
19771
|
+
default: withCtx(() => [..._cache[6] || (_cache[6] = [
|
|
19772
|
+
createTextVNode("企业版 Header", -1)
|
|
19773
|
+
])]),
|
|
19726
19774
|
_: 1
|
|
19727
19775
|
}))
|
|
19728
19776
|
]),
|
|
@@ -19763,18 +19811,18 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
19763
19811
|
key: "是",
|
|
19764
19812
|
value: true
|
|
19765
19813
|
}, {
|
|
19766
|
-
default: withCtx(() => _cache[7] || (_cache[7] = [
|
|
19767
|
-
createTextVNode("是")
|
|
19768
|
-
])),
|
|
19814
|
+
default: withCtx(() => [..._cache[7] || (_cache[7] = [
|
|
19815
|
+
createTextVNode("是", -1)
|
|
19816
|
+
])]),
|
|
19769
19817
|
_: 1
|
|
19770
19818
|
})),
|
|
19771
19819
|
(openBlock(), createBlock(unref(Radio), {
|
|
19772
19820
|
key: "否",
|
|
19773
19821
|
value: false
|
|
19774
19822
|
}, {
|
|
19775
|
-
default: withCtx(() => _cache[8] || (_cache[8] = [
|
|
19776
|
-
createTextVNode("否")
|
|
19777
|
-
])),
|
|
19823
|
+
default: withCtx(() => [..._cache[8] || (_cache[8] = [
|
|
19824
|
+
createTextVNode("否", -1)
|
|
19825
|
+
])]),
|
|
19778
19826
|
_: 1
|
|
19779
19827
|
}))
|
|
19780
19828
|
]),
|
|
@@ -20646,13 +20694,13 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
20646
20694
|
});
|
|
20647
20695
|
return (_ctx, _cache) => {
|
|
20648
20696
|
return openBlock(), createElementBlock("div", {
|
|
20649
|
-
class: normalizeClass(["flex flex-1 g-input-button", [inputBtnClassName.value,
|
|
20697
|
+
class: normalizeClass(["flex flex-1 g-input-button", [inputBtnClassName.value, __props.error ? "g-input-button-error" : ""]])
|
|
20650
20698
|
}, [
|
|
20651
20699
|
createVNode(unref(Input), {
|
|
20652
20700
|
modelValue: unref(vModels),
|
|
20653
20701
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(vModels) ? vModels.value = $event : null),
|
|
20654
|
-
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label:
|
|
20655
|
-
autocomplete:
|
|
20702
|
+
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: __props.placeholder }),
|
|
20703
|
+
autocomplete: __props.autocomplete,
|
|
20656
20704
|
onChange: handleChange,
|
|
20657
20705
|
onFocus: handleInputFocus,
|
|
20658
20706
|
onBlur: handleInputBlur
|
|
@@ -20662,7 +20710,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
20662
20710
|
onClick: withModifiers(handleClick, ["stop"]),
|
|
20663
20711
|
class: normalizeClass([
|
|
20664
20712
|
"g-input-button-append",
|
|
20665
|
-
DisabledBtn.value || !
|
|
20713
|
+
DisabledBtn.value || !__props.hasMobile ? "g-input-button-append-inactive" : "g-input-button-append-active"
|
|
20666
20714
|
])
|
|
20667
20715
|
}, [
|
|
20668
20716
|
createElementVNode("span", _hoisted_1$a, toDisplayString$1(BtnText.value), 1)
|
|
@@ -20809,8 +20857,8 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
20809
20857
|
key: 1,
|
|
20810
20858
|
modelValue: unref(vModels),
|
|
20811
20859
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => isRef(vModels) ? vModels.value = $event : null)
|
|
20812
|
-
},
|
|
20813
|
-
placeholder:
|
|
20860
|
+
}, __props.prop, {
|
|
20861
|
+
placeholder: __props.placeholder,
|
|
20814
20862
|
onChange: handleChange
|
|
20815
20863
|
}), {
|
|
20816
20864
|
prepend: withCtx(() => [
|
|
@@ -21094,23 +21142,23 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21094
21142
|
rules: GroupRules,
|
|
21095
21143
|
ref_key: "FormRef",
|
|
21096
21144
|
ref: FormRef,
|
|
21097
|
-
"show-feedback":
|
|
21098
|
-
disabled:
|
|
21099
|
-
"message-type":
|
|
21100
|
-
layout:
|
|
21101
|
-
size:
|
|
21102
|
-
"label-size":
|
|
21103
|
-
"label-align":
|
|
21145
|
+
"show-feedback": __props.showFeedback,
|
|
21146
|
+
disabled: __props.disabled,
|
|
21147
|
+
"message-type": __props.MessageType,
|
|
21148
|
+
layout: __props.layout,
|
|
21149
|
+
size: __props.size,
|
|
21150
|
+
"label-size": __props.labelSize,
|
|
21151
|
+
"label-align": __props.labelAlign,
|
|
21104
21152
|
class: "g-form",
|
|
21105
21153
|
onInput: handleFormInput,
|
|
21106
21154
|
requirePosition: "right"
|
|
21107
21155
|
}, {
|
|
21108
21156
|
default: withCtx(() => [
|
|
21109
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
21157
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.DataList, (formItem) => {
|
|
21110
21158
|
return openBlock(), createBlock(unref(FormItem), {
|
|
21111
21159
|
key: formItem.key,
|
|
21112
21160
|
field: formItem.key,
|
|
21113
|
-
label:
|
|
21161
|
+
label: __props.showLabel ? formItem.label : "",
|
|
21114
21162
|
"help-tips": formItem.help,
|
|
21115
21163
|
"extra-info": formItem.extra,
|
|
21116
21164
|
style: normalizeStyle({ width: getItemWidth.value(formItem) })
|
|
@@ -21124,9 +21172,8 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21124
21172
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
21125
21173
|
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: formItem.label }),
|
|
21126
21174
|
onChange: () => handleChange(formItem.key),
|
|
21127
|
-
onKeydown: ($event) => formItem.key === "username" ? unref(handleUsernameKeydown) : void 0
|
|
21128
|
-
|
|
21129
|
-
}, formItem.props, {
|
|
21175
|
+
onKeydown: ($event) => formItem.key === "username" ? unref(handleUsernameKeydown) : void 0
|
|
21176
|
+
}, { ref_for: true }, formItem.props, {
|
|
21130
21177
|
autocomplete: autocompleteCalc((_a = formItem.props) == null ? void 0 : _a.autocomplete),
|
|
21131
21178
|
autofocus: formItem.key === "username",
|
|
21132
21179
|
spellcheck: false
|
|
@@ -21137,24 +21184,22 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21137
21184
|
onChange: ($event) => handleChange(formItem.key),
|
|
21138
21185
|
onClick: ($event) => handleOperate(formItem),
|
|
21139
21186
|
"onUpdate:countdown": ($event) => updateCountdown(formItem),
|
|
21140
|
-
placeholder: formItem.label
|
|
21141
|
-
|
|
21142
|
-
}, formItem.props, {
|
|
21187
|
+
placeholder: formItem.label
|
|
21188
|
+
}, { ref_for: true }, formItem.props, {
|
|
21143
21189
|
hasMobile: !!Data[(_b = formItem.props) == null ? void 0 : _b.aliasKey],
|
|
21144
21190
|
text: unref($t)("gitCodeLayout.userSetting.account.getVerificationCode"),
|
|
21145
|
-
error:
|
|
21191
|
+
error: __props.errors.msgError,
|
|
21146
21192
|
autocomplete: autocompleteCalc((_c = formItem.props) == null ? void 0 : _c.autocomplete)
|
|
21147
21193
|
}), null, 16, ["modelValue", "onUpdate:modelValue", "onChange", "onClick", "onUpdate:countdown", "placeholder", "hasMobile", "text", "error", "autocomplete"])) : formItem.type === "inputSelect" ? (openBlock(), createBlock(_sfc_main$b, mergeProps({
|
|
21148
21194
|
key: 2,
|
|
21149
21195
|
country: Data.country,
|
|
21150
|
-
class:
|
|
21196
|
+
class: __props.formErrors["mobile"] ? "input-select-error" : "",
|
|
21151
21197
|
modelValue: Data[formItem.key],
|
|
21152
21198
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
21153
21199
|
onSelectChange: _cache[0] || (_cache[0] = (evt) => handleSelectChange("country", evt)),
|
|
21154
21200
|
onChange: ($event) => handleChange(formItem.key),
|
|
21155
|
-
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: formItem.label })
|
|
21156
|
-
|
|
21157
|
-
}, formItem.props, {
|
|
21201
|
+
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: formItem.label })
|
|
21202
|
+
}, { ref_for: true }, formItem.props, {
|
|
21158
21203
|
editableSelect: formItem.editableSelect
|
|
21159
21204
|
}), null, 16, ["country", "class", "modelValue", "onUpdate:modelValue", "onChange", "placeholder", "editableSelect"])) : (openBlock(), createBlock(resolveDynamicComponent(formItem.render), mergeProps({
|
|
21160
21205
|
key: formItem.key,
|
|
@@ -21162,9 +21207,8 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21162
21207
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
21163
21208
|
onChange: ($event) => handleChange(formItem.key),
|
|
21164
21209
|
onClick: handleClick,
|
|
21165
|
-
placeholder: formItem.label
|
|
21166
|
-
|
|
21167
|
-
}, formItem.props), null, 16, ["modelValue", "onUpdate:modelValue", "onChange", "placeholder"]))
|
|
21210
|
+
placeholder: formItem.label
|
|
21211
|
+
}, { ref_for: true }, formItem.props), null, 16, ["modelValue", "onUpdate:modelValue", "onChange", "placeholder"]))
|
|
21168
21212
|
];
|
|
21169
21213
|
}),
|
|
21170
21214
|
_: 2
|
|
@@ -21209,7 +21253,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
21209
21253
|
return openBlock(), createElementBlock("div", _hoisted_1$8, [
|
|
21210
21254
|
createElementVNode("div", _hoisted_2$6, toDisplayString$1(unref($t)("gitCodeLayout.LoginModal.subtitle.otherLogin")), 1),
|
|
21211
21255
|
createElementVNode("div", _hoisted_3$6, [
|
|
21212
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
21256
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.logos, (icon) => {
|
|
21213
21257
|
return openBlock(), createElementBlock("div", {
|
|
21214
21258
|
key: icon.alt,
|
|
21215
21259
|
class: "rounded-[50%] w-[40px] h-[40px] border-[1px] icon-wrap border-solid cursor-pointer otherInfo-icon"
|
|
@@ -21315,7 +21359,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
21315
21359
|
return (_ctx, _cache) => {
|
|
21316
21360
|
return openBlock(), createElementBlock("div", _hoisted_1$7, [
|
|
21317
21361
|
createVNode(unref(Checkbox), {
|
|
21318
|
-
"model-value":
|
|
21362
|
+
"model-value": __props.modelValue,
|
|
21319
21363
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = (val) => emits("update:modelValue", val)),
|
|
21320
21364
|
size: "sm"
|
|
21321
21365
|
}, {
|
|
@@ -21334,7 +21378,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
21334
21378
|
_: 1
|
|
21335
21379
|
}, 8, ["model-value"]),
|
|
21336
21380
|
createVNode(unref(Checkbox), {
|
|
21337
|
-
"model-value":
|
|
21381
|
+
"model-value": __props.dataShareChecked,
|
|
21338
21382
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = (val) => emits("update:dataShareChecked", val)),
|
|
21339
21383
|
size: "sm"
|
|
21340
21384
|
}, {
|
|
@@ -21383,7 +21427,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
21383
21427
|
return (_ctx, _cache) => {
|
|
21384
21428
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
21385
21429
|
createVNode(unref(Checkbox), {
|
|
21386
|
-
"model-value":
|
|
21430
|
+
"model-value": __props.modelValue,
|
|
21387
21431
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = (val) => emits("update:modelValue", val)),
|
|
21388
21432
|
size: "sm",
|
|
21389
21433
|
class: "mt-[6px] agree-module flex items-center"
|
|
@@ -21404,7 +21448,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
21404
21448
|
_: 3
|
|
21405
21449
|
}, 8, ["model-value"]),
|
|
21406
21450
|
createVNode(unref(Checkbox), {
|
|
21407
|
-
"model-value":
|
|
21451
|
+
"model-value": __props.dataShareChecked,
|
|
21408
21452
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = (val) => emits("update:dataShareChecked", val)),
|
|
21409
21453
|
size: "sm",
|
|
21410
21454
|
class: "mb-[12px]"
|
|
@@ -21446,14 +21490,14 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
21446
21490
|
return (_ctx, _cache) => {
|
|
21447
21491
|
return openBlock(), createElementBlock("div", _hoisted_1$5, [
|
|
21448
21492
|
createElementVNode("div", _hoisted_2$3, [
|
|
21449
|
-
|
|
21493
|
+
__props.showBack ? (openBlock(), createElementBlock("img", {
|
|
21450
21494
|
key: 0,
|
|
21451
|
-
src:
|
|
21495
|
+
src: __props.icon,
|
|
21452
21496
|
class: "w-[24px] cursor-pointer",
|
|
21453
21497
|
onClick: withModifiers(handleClick, ["stop"])
|
|
21454
21498
|
}, null, 8, _hoisted_3$3)) : createCommentVNode("", true)
|
|
21455
21499
|
]),
|
|
21456
|
-
|
|
21500
|
+
__props.showTitle ? (openBlock(), createElementBlock("span", _hoisted_4$2, toDisplayString$1(__props.title), 1)) : createCommentVNode("", true)
|
|
21457
21501
|
]);
|
|
21458
21502
|
};
|
|
21459
21503
|
}
|
|
@@ -21487,7 +21531,7 @@ const verifyCodeRegExp4 = /^\d{4}$/;
|
|
|
21487
21531
|
const verifyCodeRegExp6 = /^\d{6}$/;
|
|
21488
21532
|
const mobileRegExp = /^1[3-9]\d{9}$/;
|
|
21489
21533
|
const usernameRegExp = /^(?!-)[a-zA-Z][a-zA-Z0-9_-]{1,49}$/;
|
|
21490
|
-
const metadata = { "version": 4, "country_calling_codes": { "1": ["US", "AG", "AI", "AS", "BB", "BM", "BS", "CA", "DM", "DO", "GD", "GU", "JM", "KN", "KY", "LC", "MP", "MS", "PR", "SX", "TC", "TT", "VC", "VG", "VI"], "7": ["RU", "KZ"], "20": ["EG"], "27": ["ZA"], "30": ["GR"], "31": ["NL"], "32": ["BE"], "33": ["FR"], "34": ["ES"], "36": ["HU"], "39": ["IT", "VA"], "40": ["RO"], "41": ["CH"], "43": ["AT"], "44": ["GB", "GG", "IM", "JE"], "45": ["DK"], "46": ["SE"], "47": ["NO", "SJ"], "48": ["PL"], "49": ["DE"], "51": ["PE"], "52": ["MX"], "53": ["CU"], "54": ["AR"], "55": ["BR"], "56": ["CL"], "57": ["CO"], "58": ["VE"], "60": ["MY"], "61": ["AU", "CC", "CX"], "62": ["ID"], "63": ["PH"], "64": ["NZ"], "65": ["SG"], "66": ["TH"], "81": ["JP"], "82": ["KR"], "84": ["VN"], "86": ["CN"], "90": ["TR"], "91": ["IN"], "92": ["PK"], "93": ["AF"], "94": ["LK"], "95": ["MM"], "98": ["IR"], "211": ["SS"], "212": ["MA", "EH"], "213": ["DZ"], "216": ["TN"], "218": ["LY"], "220": ["GM"], "221": ["SN"], "222": ["MR"], "223": ["ML"], "224": ["GN"], "225": ["CI"], "226": ["BF"], "227": ["NE"], "228": ["TG"], "229": ["BJ"], "230": ["MU"], "231": ["LR"], "232": ["SL"], "233": ["GH"], "234": ["NG"], "235": ["TD"], "236": ["CF"], "237": ["CM"], "238": ["CV"], "239": ["ST"], "240": ["GQ"], "241": ["GA"], "242": ["CG"], "243": ["CD"], "244": ["AO"], "245": ["GW"], "246": ["IO"], "247": ["AC"], "248": ["SC"], "249": ["SD"], "250": ["RW"], "251": ["ET"], "252": ["SO"], "253": ["DJ"], "254": ["KE"], "255": ["TZ"], "256": ["UG"], "257": ["BI"], "258": ["MZ"], "260": ["ZM"], "261": ["MG"], "262": ["RE", "YT"], "263": ["ZW"], "264": ["NA"], "265": ["MW"], "266": ["LS"], "267": ["BW"], "268": ["SZ"], "269": ["KM"], "290": ["SH", "TA"], "291": ["ER"], "297": ["AW"], "298": ["FO"], "299": ["GL"], "350": ["GI"], "351": ["PT"], "352": ["LU"], "353": ["IE"], "354": ["IS"], "355": ["AL"], "356": ["MT"], "357": ["CY"], "358": ["FI", "AX"], "359": ["BG"], "370": ["LT"], "371": ["LV"], "372": ["EE"], "373": ["MD"], "374": ["AM"], "375": ["BY"], "376": ["AD"], "377": ["MC"], "378": ["SM"], "380": ["UA"], "381": ["RS"], "382": ["ME"], "383": ["XK"], "385": ["HR"], "386": ["SI"], "387": ["BA"], "389": ["MK"], "420": ["CZ"], "421": ["SK"], "423": ["LI"], "500": ["FK"], "501": ["BZ"], "502": ["GT"], "503": ["SV"], "504": ["HN"], "505": ["NI"], "506": ["CR"], "507": ["PA"], "508": ["PM"], "509": ["HT"], "590": ["GP", "BL", "MF"], "591": ["BO"], "592": ["GY"], "593": ["EC"], "594": ["GF"], "595": ["PY"], "596": ["MQ"], "597": ["SR"], "598": ["UY"], "599": ["CW", "BQ"], "670": ["TL"], "672": ["NF"], "673": ["BN"], "674": ["NR"], "675": ["PG"], "676": ["TO"], "677": ["SB"], "678": ["VU"], "679": ["FJ"], "680": ["PW"], "681": ["WF"], "682": ["CK"], "683": ["NU"], "685": ["WS"], "686": ["KI"], "687": ["NC"], "688": ["TV"], "689": ["PF"], "690": ["TK"], "691": ["FM"], "692": ["MH"], "850": ["KP"], "852": ["HK"], "853": ["MO"], "855": ["KH"], "856": ["LA"], "880": ["BD"], "886": ["TW"], "960": ["MV"], "961": ["LB"], "962": ["JO"], "963": ["SY"], "964": ["IQ"], "965": ["KW"], "966": ["SA"], "967": ["YE"], "968": ["OM"], "970": ["PS"], "971": ["AE"], "972": ["IL"], "973": ["BH"], "974": ["QA"], "975": ["BT"], "976": ["MN"], "977": ["NP"], "992": ["TJ"], "993": ["TM"], "994": ["AZ"], "995": ["GE"], "996": ["KG"], "998": ["UZ"] }, "countries": { "AC": ["247", "00", "(?:[01589]\\d|[46])\\d{4}", [5, 6]], "AD": ["376", "00", "(?:1|6\\d)\\d{7}|[135-9]\\d{5}", [6, 8, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["[135-9]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["1"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]]], "AE": ["971", "00", "(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{2,9})", "$1 $2", ["60|8"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[236]|[479][2-8]"], "0$1"], ["(\\d{3})(\\d)(\\d{5})", "$1 $2 $3", ["[479]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"]], "0"], "AF": ["93", "00", "[2-7]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"]], "0"], "AG": ["1", "011", "(?:268|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([457]\\d{6})$|1", "268$1", 0, "268"], "AI": ["1", "011", "(?:264|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2457]\\d{6})$|1", "264$1", 0, "264"], "AL": ["355", "00", "(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}", [6, 7, 8, 9], [["(\\d{3})(\\d{3,4})", "$1 $2", ["80|9"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["4[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2358][2-5]|4"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["[23578]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["6"], "0$1"]], "0"], "AM": ["374", "00", "(?:[1-489]\\d|55|60|77)\\d{6}", [8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[89]0"], "0 $1"], ["(\\d{3})(\\d{5})", "$1 $2", ["2|3[12]"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["1|47"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[3-9]"], "0$1"]], "0"], "AO": ["244", "00", "[29]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[29]"]]]], "AR": ["54", "00", "(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}", [10, 11], [["(\\d{4})(\\d{2})(\\d{4})", "$1 $2-$3", ["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])", "2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["1"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2-$3", ["[23]"], "0$1", 1], ["(\\d)(\\d{4})(\\d{2})(\\d{4})", "$2 15-$3-$4", ["9(?:2[2-469]|3[3-578])", "9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))", "9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 15-$3-$4", ["91"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d{3})(\\d{3})(\\d{5})", "$1-$2-$3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 15-$3-$4", ["9"], "0$1", 0, "$1 $2 $3-$4"]], "0", 0, "0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?", "9$1"], "AS": ["1", "011", "(?:[58]\\d\\d|684|900)\\d{7}", [10], 0, "1", 0, "([267]\\d{6})$|1", "684$1", 0, "684"], "AT": ["43", "00", "1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3,12})", "$1 $2", ["1(?:11|[2-9])"], "0$1"], ["(\\d{3})(\\d{2})", "$1 $2", ["517"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["5[079]"], "0$1"], ["(\\d{3})(\\d{3,10})", "$1 $2", ["(?:31|4)6|51|6(?:5[0-3579]|[6-9])|7(?:20|32|8)|[89]"], "0$1"], ["(\\d{4})(\\d{3,9})", "$1 $2", ["[2-467]|5[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,7})", "$1 $2 $3", ["5"], "0$1"]], "0"], "AU": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}", [5, 6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{3,4})", "$1 $2", ["16"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["16"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["14|4"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[2378]"], "(0$1)"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:30|[89])"]]], "0", 0, "(183[12])|0", 0, 0, 0, [["(?:(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|7(?:[013-57-9]\\d|2[0-8]))\\d|3(?:(?:[0-3589]\\d|6[1-9]|7[0-35-9])\\d|4(?:[0-578]\\d|90)))\\d\\d|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4])|3\\d\\d)|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, ["163\\d{2,6}", [5, 6, 7, 8, 9]], ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "AW": ["297", "00", "(?:[25-79]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[25-9]"]]]], "AX": ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}", [5, 6, 7, 8, 9, 10, 11, 12], 0, "0", 0, 0, 0, 0, "18", 0, "00"], "AZ": ["994", "00", "365\\d{6}|(?:[124579]\\d|60|88)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[28]|2|365|46", "1[28]|2|365[45]|46", "1[28]|2|365(?:4|5[02])|46"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[13-9]"], "0$1"]], "0"], "BA": ["387", "00", "6\\d{8}|(?:[35689]\\d|49|70)\\d{6}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[1-3]|[7-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2-$3", ["[3-5]|6[56]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["6"], "0$1"]], "0"], "BB": ["1", "011", "(?:246|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "246$1", 0, "246"], "BD": ["880", "00", "[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{4,6})", "$1-$2", ["31[5-8]|[459]1"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1-$2", ["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"], "0$1"], ["(\\d{4})(\\d{3,6})", "$1-$2", ["[13-9]|2[23]"], "0$1"], ["(\\d)(\\d{7,8})", "$1-$2", ["2"], "0$1"]], "0"], "BE": ["32", "00", "4\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:80|9)0"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[239]|4[23]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[15-8]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4"], "0$1"]], "0"], "BF": ["226", "00", "[025-7]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[025-7]"]]]], "BG": ["359", "00", "00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}", [6, 7, 8, 9, 12], [["(\\d)(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["43[1-6]|70[1-9]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:70|8)0"], "0$1"], ["(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3", ["43[1-7]|7"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[48]|9[08]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"]], "0"], "BH": ["973", "00", "[136-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[13679]|8[02-4679]"]]]], "BI": ["257", "00", "(?:[267]\\d|31)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2367]"]]]], "BJ": ["229", "00", "(?:01\\d|[24-689])\\d{7}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["0"]]]], "BL": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "BM": ["1", "011", "(?:441|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "441$1", 0, "441"], "BN": ["673", "00", "[2-578]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-578]"]]]], "BO": ["591", "00(?:1\\d)?", "8001\\d{5}|(?:[2-467]\\d|50)\\d{6}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[235]|4[46]"]], ["(\\d{8})", "$1", ["[67]"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["8"]]], "0", 0, "0(1\\d)?"], "BQ": ["599", "00", "(?:[34]1|7\\d)\\d{5}", [7], 0, 0, 0, 0, 0, 0, "[347]"], "BR": ["55", "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)", "(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-46-9]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}", [8, 9, 10, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["300|4(?:0[02]|37)", "4(?:02|37)0|[34]00"]], ["(\\d{3})(\\d{2,3})(\\d{4})", "$1 $2 $3", ["(?:[358]|90)0"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"], "($1)"], ["(\\d{2})(\\d{5})(\\d{4})", "$1 $2-$3", ["[16][1-9]|[2-57-9]"], "($1)"]], "0", 0, "(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?", "$2"], "BS": ["1", "011", "(?:242|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([3-8]\\d{6})$|1", "242$1", 0, "242"], "BT": ["975", "00", "[17]\\d{7}|[2-8]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-68]|7[246]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[67]|7"]]]], "BW": ["267", "00", "(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["90"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[24-6]|3[15-9]"]], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37]"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["8"]]]], "BY": ["375", "810", "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3})", "$1 $2", ["800"], "8 $1"], ["(\\d{3})(\\d{2})(\\d{2,4})", "$1 $2 $3", ["800"], "8 $1"], ["(\\d{4})(\\d{2})(\\d{3})", "$1 $2-$3", ["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])", "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"], "8 0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["1(?:[56]|7[467])|2[1-3]"], "8 0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-4]"], "8 0$1"], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[89]"], "8 $1"]], "8", 0, "0|80?", 0, 0, 0, 0, "8~10"], "BZ": ["501", "00", "(?:0800\\d|[2-8])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-8]"]], ["(\\d)(\\d{3})(\\d{4})(\\d{3})", "$1-$2-$3-$4", ["0"]]]], "CA": ["1", "011", "[2-9]\\d{9}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|9(?:0[25]|42))[2-9]\\d{6}", [10]], ["", [10]], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}", [10]], ["900[2-9]\\d{6}", [10]], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:2[125-9]|33|44|66|77|88)|6(?:22|33))[2-9]\\d{6}", [10]], 0, ["310\\d{4}", [7]], 0, ["600[2-9]\\d{6}", [10]]]], "CC": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "CD": ["243", "00", "(?:(?:[189]|5\\d)\\d|2)\\d{7}|[1-68]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[1-6]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["5"], "0$1"]], "0"], "CF": ["236", "00", "(?:[27]\\d{3}|8776)\\d{4}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[278]"]]]], "CG": ["242", "00", "222\\d{6}|(?:0\\d|80)\\d{7}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[02]"]]]], "CH": ["41", "00", "8\\d{11}|[2-9]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8[047]|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]|81"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["8"], "0$1"]], "0"], "CI": ["225", "00", "[02]\\d{9}", [10], [["(\\d{2})(\\d{2})(\\d)(\\d{5})", "$1 $2 $3 $4", ["2"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3 $4", ["0"]]]], "CK": ["682", "00", "[2-578]\\d{4}", [5], [["(\\d{2})(\\d{3})", "$1 $2", ["[2-578]"]]]], "CL": ["56", "(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0", "12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}", [9, 10, 11], [["(\\d{5})(\\d{4})", "$1 $2", ["219", "2196"], "($1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["44"]], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2[1-36]"], "($1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["9[2-9]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["60|8"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{3})(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["60"]]]], "CM": ["237", "00", "[26]\\d{8}|88\\d{6,7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["88"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[26]|88"]]]], "CN": ["86", "00|1(?:[12]\\d|79)\\d\\d00", "(?:(?:1[03-689]|2\\d)\\d\\d|6)\\d{8}|1\\d{10}|[126]\\d{6}(?:\\d(?:\\d{2})?)?|86\\d{5,6}|(?:[3-579]\\d|8[0-57-9])\\d{5,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]|3(?:[157]|35|49|9[1-68])|4(?:1[124-9]|2[179]|6[47-9]|7|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:07|1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3|4[13]|5[1-5]|7[0-79]|9[0-35-9])|(?:4[35]|59|85)[1-9]", "(?:10|2[0-57-9])(?:1[02]|9[56])|8078|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))1", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|80781|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))12", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|807812|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:078|1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123"], "0$1"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]", "(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]", "85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])", "85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["(?:4|80)0"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|2(?:[02-57-9]|1[1-9])", "10|2(?:[02-57-9]|1[1-9])", "10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"], "0$1", 1], ["(\\d{3})(\\d{7,8})", "$1 $2", ["9"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["80"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[3-578]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["1[3-9]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["[12]"], "0$1", 1]], "0", 0, "(1(?:[12]\\d|79)\\d\\d)|0", 0, 0, 0, 0, "00"], "CO": ["57", "00(?:4(?:[14]4|56)|[579])", "(?:46|60\\d\\d)\\d{6}|(?:1\\d|[39])\\d{9}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["46"]], ["(\\d{3})(\\d{7})", "$1 $2", ["6|90"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3[0-357]|91"]], ["(\\d)(\\d{3})(\\d{7})", "$1-$2-$3", ["1"], "0$1", 0, "$1 $2 $3"]], "0", 0, "0([3579]|4(?:[14]4|56))?"], "CR": ["506", "00", "(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}", [8, 10], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[3-9]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[89]"]]], 0, 0, "(19(?:0[0-2468]|1[09]|20|66|77|99))"], "CU": ["53", "119", "(?:[2-7]|8\\d\\d)\\d{7}|[2-47]\\d{6}|[34]\\d{5}", [6, 7, 8, 10], [["(\\d{2})(\\d{4,6})", "$1 $2", ["2[1-4]|[34]"], "(0$1)"], ["(\\d)(\\d{6,7})", "$1 $2", ["7"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["[56]"], "0$1"], ["(\\d{3})(\\d{7})", "$1 $2", ["8"], "0$1"]], "0"], "CV": ["238", "0", "(?:[2-59]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2-589]"]]]], "CW": ["599", "00", "(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[3467]"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["9[4-8]"]]], 0, 0, 0, 0, 0, "[69]"], "CX": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "CY": ["357", "00", "(?:[279]\\d|[58]0)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[257-9]"]]]], "CZ": ["420", "00", "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}", [9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]|9[015-7]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["96"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]]], "DE": ["49", "00", "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], [["(\\d{2})(\\d{3,13})", "$1 $2", ["3[02]|40|[68]9"], "0$1"], ["(\\d{3})(\\d{3,12})", "$1 $2", ["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1", "2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"], "0$1"], ["(\\d{4})(\\d{2,11})", "$1 $2", ["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]", "[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["138"], "0$1"], ["(\\d{5})(\\d{2,10})", "$1 $2", ["3"], "0$1"], ["(\\d{3})(\\d{5,11})", "$1 $2", ["181"], "0$1"], ["(\\d{3})(\\d)(\\d{4,10})", "$1 $2 $3", ["1(?:3|80)|9"], "0$1"], ["(\\d{3})(\\d{7,8})", "$1 $2", ["1[67]"], "0$1"], ["(\\d{3})(\\d{7,12})", "$1 $2", ["8"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["185", "1850", "18500"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["18[68]"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["15[1279]"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["15[03568]", "15(?:[0568]|31)"], "0$1"], ["(\\d{3})(\\d{8})", "$1 $2", ["18"], "0$1"], ["(\\d{3})(\\d{2})(\\d{7,8})", "$1 $2 $3", ["1(?:6[023]|7)"], "0$1"], ["(\\d{4})(\\d{2})(\\d{7})", "$1 $2 $3", ["15[279]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{8})", "$1 $2 $3", ["15"], "0$1"]], "0"], "DJ": ["253", "00", "(?:2\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[27]"]]]], "DK": ["45", "00", "[2-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-9]"]]]], "DM": ["1", "011", "(?:[58]\\d\\d|767|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "767$1", 0, "767"], "DO": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "8001|8[024]9"], "DZ": ["213", "00", "(?:[1-4]|[5-79]\\d|80)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["9"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-8]"], "0$1"]], "0"], "EC": ["593", "00", "1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}", [8, 9, 10, 11], [["(\\d)(\\d{3})(\\d{4})", "$1 $2-$3", ["[2-7]"], "(0$1)", 0, "$1-$2-$3"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1"]]], "0"], "EE": ["372", "00", "8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88", "[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]], ["(\\d{4})(\\d{3,4})", "$1 $2", ["[45]|8(?:00|[1-49])", "[45]|8(?:00[1-9]|[1-49])"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], "EG": ["20", "00", "[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}", [8, 9, 10], [["(\\d)(\\d{7,8})", "$1 $2", ["[23]"], "0$1"], ["(\\d{2})(\\d{6,7})", "$1 $2", ["1[35]|[4-6]|8[2468]|9[235-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{8})", "$1 $2", ["1"], "0$1"]], "0"], "EH": ["212", "00", "[5-8]\\d{8}", [9], 0, "0", 0, 0, 0, 0, "528[89]"], "ER": ["291", "00", "[178]\\d{6}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[178]"], "0$1"]], "0"], "ES": ["34", "00", "[5-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]00"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-9]"]]]], "ET": ["251", "00", "(?:11|[2-579]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-579]"], "0$1"]], "0"], "FI": ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{5})", "$1", ["20[2-59]"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1 $2", ["(?:[1-3]0|[68])0|70[07-9]"], "0$1"], ["(\\d{2})(\\d{4,8})", "$1 $2", ["[14]|2[09]|50|7[135]"], "0$1"], ["(\\d{2})(\\d{6,10})", "$1 $2", ["7"], "0$1"], ["(\\d)(\\d{4,9})", "$1 $2", ["(?:19|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"], "0$1"]], "0", 0, 0, 0, 0, "1[03-79]|[2-9]", 0, "00"], "FJ": ["679", "0(?:0|52)", "45\\d{5}|(?:0800\\d|[235-9])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[235-9]|45"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "FK": ["500", "00", "[2-7]\\d{4}", [5]], "FM": ["691", "00", "(?:[39]\\d\\d|820)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[389]"]]]], "FO": ["298", "00", "[2-9]\\d{5}", [6], [["(\\d{6})", "$1", ["[2-9]"]]], 0, 0, "(10(?:01|[12]0|88))"], "FR": ["33", "00", "[1-9]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0 $1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[1-79]"], "0$1"]], "0"], "GA": ["241", "00", "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}", [7, 8], [["(\\d)(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-7]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["11|[67]"], "0$1"]], 0, 0, "0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})", "$1"], "GB": ["44", "00", "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}", [7, 9, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["800", "8001", "80011", "800111", "8001111"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["845", "8454", "84546", "845464"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["800"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["1(?:38|5[23]|69|76|94)", "1(?:(?:38|69)7|5(?:24|39)|768|946)", "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["1(?:[2-69][02-9]|[78])"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[25]|7(?:0|6[02-9])", "[25]|7(?:0|6(?:[03-9]|2[356]))"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1389]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0-35])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|50))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-3]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}", [9, 10]], ["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]], 0, " x"], "GD": ["1", "011", "(?:473|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "473$1", 0, "473"], "GE": ["995", "00", "(?:[3-57]\\d\\d|800)\\d{6}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["32"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[57]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[348]"], "0$1"]], "0"], "GF": ["594", "00", "(?:[56]94\\d|7093)\\d{5}|(?:80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]|9[47]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[89]"], "0$1"]], "0"], "GG": ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "([25-9]\\d{5})$|0", "1481$1", 0, 0, [["1481[25-9]\\d{5}", [10]], ["7(?:(?:781|839)\\d|911[17])\\d{5}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]]], "GH": ["233", "00", "(?:[235]\\d{3}|800)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[235]"], "0$1"]], "0"], "GI": ["350", "00", "(?:[25]\\d|60)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["2"]]]], "GL": ["299", "00", "(?:19|[2-689]\\d|70)\\d{4}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["19|[2-9]"]]]], "GM": ["220", "00", "[2-9]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "GN": ["224", "00", "722\\d{6}|(?:3|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["3"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[67]"]]]], "GP": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0", 0, 0, 0, 0, 0, [["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "GQ": ["240", "00", "222\\d{6}|(?:3\\d|55|[89]0)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235]"]], ["(\\d{3})(\\d{6})", "$1 $2", ["[89]"]]]], "GR": ["30", "00", "5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}", [10, 11, 12], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["21|7"]], ["(\\d{4})(\\d{6})", "$1 $2", ["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2689]"]], ["(\\d{3})(\\d{3,4})(\\d{5})", "$1 $2 $3", ["8"]]]], "GT": ["502", "00", "80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-8]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "GU": ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "671$1", 0, "671"], "GW": ["245", "00", "[49]\\d{8}|4\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["40"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"]]]], "GY": ["592", "001", "(?:[2-8]\\d{3}|9008)\\d{3}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "HK": ["852", "00(?:30|5[09]|[126-9]?)", "8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}", [5, 6, 7, 8, 9, 11], [["(\\d{3})(\\d{2,5})", "$1 $2", ["900", "9003"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{3})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "HN": ["504", "00", "8\\d{10}|[237-9]\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["[237-9]"]]]], "HR": ["385", "00", "(?:[24-69]\\d|3[0-79])\\d{7}|80\\d{5,7}|[1-79]\\d{7}|6\\d{5,6}", [6, 7, 8, 9], [["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["6[01]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{4})(\\d{3})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6|7[245]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-57]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], "HT": ["509", "00", "(?:[2-489]\\d|55)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-589]"]]]], "HU": ["36", "00", "[235-7]\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "06 $1"]], "06"], "ID": ["62", "00[89]", "00[1-9]\\d{9,14}|(?:[1-36]|8\\d{5})\\d{6}|00\\d{9}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["15"]], ["(\\d{2})(\\d{5,9})", "$1 $2", ["2[124]|[36]1"], "(0$1)"], ["(\\d{3})(\\d{5,7})", "$1 $2", ["800"], "0$1"], ["(\\d{3})(\\d{5,8})", "$1 $2", ["[2-79]"], "(0$1)"], ["(\\d{3})(\\d{3,4})(\\d{3})", "$1-$2-$3", ["8[1-35-9]"], "0$1"], ["(\\d{3})(\\d{6,8})", "$1 $2", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["804"], "0$1"], ["(\\d{3})(\\d)(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["80"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1-$2-$3", ["8"], "0$1"]], "0"], "IE": ["353", "00", "(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["2[24-9]|47|58|6[237-9]|9[35-9]"], "(0$1)"], ["(\\d{3})(\\d{5})", "$1 $2", ["[45]0"], "(0$1)"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2569]|4[1-69]|7[14]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["81"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["4"], "(0$1)"], ["(\\d{2})(\\d)(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "IL": ["972", "0(?:0|1[2-9])", "1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}", [7, 8, 9, 10, 11, 12], [["(\\d{4})(\\d{3})", "$1-$2", ["125"]], ["(\\d{4})(\\d{2})(\\d{2})", "$1-$2-$3", ["121"]], ["(\\d)(\\d{3})(\\d{4})", "$1-$2-$3", ["[2-489]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1-$2-$3", ["12"]], ["(\\d{4})(\\d{6})", "$1-$2", ["159"]], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3-$4", ["1[7-9]"]], ["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})", "$1-$2 $3-$4", ["15"]]], "0"], "IM": ["44", "00", "1624\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([25-8]\\d{5})$|0", "1624$1", 0, "74576|(?:16|7[56])24"], "IN": ["91", "00", "(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}", [8, 9, 10, 11, 12, 13], [["(\\d{8})", "$1", ["5(?:0|2[23]|3[03]|[67]1|88)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"], 0, 1], ["(\\d{4})(\\d{4,5})", "$1 $2", ["180", "1800"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["140"], 0, 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["11|2[02]|33|4[04]|79[1-7]|80[2-46]", "11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])", "11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"], "0$1", 1], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807", "1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]", "1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"], "0$1", 1], ["(\\d{5})(\\d{5})", "$1 $2", ["[6-9]"], "0$1", 1], ["(\\d{4})(\\d{2,4})(\\d{4})", "$1 $2 $3", ["1(?:6|8[06])", "1(?:6|8[06]0)"], 0, 1], ["(\\d{4})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["18"], 0, 1]], "0"], "IO": ["246", "00", "3\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["3"]]]], "IQ": ["964", "00", "(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-6]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], "IR": ["98", "00", "[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}", [4, 5, 6, 7, 10], [["(\\d{4,5})", "$1", ["96"], "0$1"], ["(\\d{2})(\\d{4,5})", "$1 $2", ["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[1-8]"], "0$1"]], "0"], "IS": ["354", "00|1(?:0(?:01|[12]0)|100)", "(?:38\\d|[4-9])\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "IT": ["39", "00", "0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?", [6, 7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{4,6})", "$1 $2", ["0[26]"]], ["(\\d{3})(\\d{3,6})", "$1 $2", ["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])", "0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]], ["(\\d{4})(\\d{2,6})", "$1 $2", ["0(?:[13-579][2-46-8]|8[236-8])"]], ["(\\d{4})(\\d{4})", "$1 $2", ["894"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[26]|5"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1(?:44|[679])|[378]|43"]], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[13-57-9][0159]|14"]], ["(\\d{2})(\\d{4})(\\d{5})", "$1 $2 $3", ["0[26]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, [["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}", [6, 7, 8, 9, 10, 11]], ["3[2-9]\\d{7,8}|(?:31|43)\\d{8}", [9, 10]], ["80(?:0\\d{3}|3)\\d{3}", [6, 9]], ["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}", [6, 8, 9, 10]], ["1(?:78\\d|99)\\d{6}", [9, 10]], ["3[2-8]\\d{9,10}", [11, 12]], 0, 0, ["55\\d{8}", [10]], ["84(?:[08]\\d{3}|[17])\\d{3}", [6, 9]]]], "JE": ["44", "00", "1534\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([0-24-8]\\d{5})$|0", "1534$1", 0, 0, [["1534[0-24-8]\\d{5}"], ["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\d{5}"], ["80(?:07(?:35|81)|8901)\\d{4}"], ["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"], ["701511\\d{4}"], 0, ["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"], ["56\\d{8}"]]], "JM": ["1", "011", "(?:[58]\\d\\d|658|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "658|876"], "JO": ["962", "00", "(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2356]|87"], "(0$1)"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["70"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], "JP": ["81", "010", "00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}", [8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3", ["(?:12|57|99)0"], "0$1"], ["(\\d{4})(\\d)(\\d{4})", "$1-$2-$3", ["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2-$3", ["[36]|4(?:2[09]|7[01])", "[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3", ["[14]|[289][2-9]|5[3-9]|7[2-4679]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["800"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[257-9]"], "0$1"]], "0", 0, "(000[259]\\d{6})$|(?:(?:003768)0?)|0", "$1"], "KE": ["254", "000", "(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}", [7, 8, 9, 10], [["(\\d{2})(\\d{5,7})", "$1 $2", ["[24-6]"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[17]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], "KG": ["996", "00", "8\\d{9}|[235-9]\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["3(?:1[346]|[24-79])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-79]|88"], "0$1"], ["(\\d{3})(\\d{3})(\\d)(\\d{2,3})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "KH": ["855", "00[14-9]", "1\\d{9}|[1-9]\\d{7,8}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "KI": ["686", "00", "(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}", [5, 8], 0, "0"], "KM": ["269", "00", "[3478]\\d{6}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[3478]"]]]], "KN": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "869$1", 0, "869"], "KP": ["850", "00|99", "85\\d{6}|(?:19\\d|[2-7])\\d{7}", [8, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"]], "0"], "KR": ["82", "00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))", "00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}", [5, 6, 8, 9, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3,4})", "$1-$2", ["(?:3[1-3]|[46][1-4]|5[1-5])1"], "0$1"], ["(\\d{4})(\\d{4})", "$1-$2", ["1"]], ["(\\d)(\\d{3,4})(\\d{4})", "$1-$2-$3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[36]0|8"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1-$2-$3", ["[1346]|5[1-5]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{2})(\\d{5})(\\d{4})", "$1-$2-$3", ["5"], "0$1"]], "0", 0, "0(8(?:[1-46-8]|5\\d\\d))?"], "KW": ["965", "00", "18\\d{5}|(?:[2569]\\d|41)\\d{6}", [7, 8], [["(\\d{4})(\\d{3,4})", "$1 $2", ["[169]|2(?:[235]|4[1-35-9])|52"]], ["(\\d{3})(\\d{5})", "$1 $2", ["[245]"]]]], "KY": ["1", "011", "(?:345|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "345$1", 0, "345"], "KZ": ["7", "810", "(?:33622|8\\d{8})\\d{5}|[78]\\d{9}", [10, 14], 0, "8", 0, 0, 0, 0, "33|7", 0, "8~10"], "LA": ["856", "00", "[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2[13]|3[14]|[4-8]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["30[0135-9]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0"], "LB": ["961", "00", "[27-9]\\d{7}|[13-9]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27-9]"]]], "0"], "LC": ["1", "011", "(?:[58]\\d\\d|758|900)\\d{7}", [10], 0, "1", 0, "([2-8]\\d{6})$|1", "758$1", 0, "758"], "LI": ["423", "00", "[68]\\d{8}|(?:[2378]\\d|90)\\d{5}", [7, 9], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2379]|8(?:0[09]|7)", "[2379]|8(?:0(?:02|9)|7)"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["69"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]], "0", 0, "(1001)|0"], "LK": ["94", "00", "[1-9]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[1-689]"], "0$1"]], "0"], "LR": ["231", "00", "(?:[245]\\d|33|77|88)\\d{7}|(?:2\\d|[4-6])\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["4[67]|[56]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-578]"], "0$1"]], "0"], "LS": ["266", "00", "(?:[256]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2568]"]]]], "LT": ["370", "00", "(?:[3469]\\d|52|[78]0)\\d{6}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["52[0-7]"], "(0-$1)", 1], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0 $1", 1], ["(\\d{2})(\\d{6})", "$1 $2", ["37|4(?:[15]|6[1-8])"], "(0-$1)", 1], ["(\\d{3})(\\d{5})", "$1 $2", ["[3-6]"], "(0-$1)", 1]], "0", 0, "[08]"], "LU": ["352", "00", "35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}", [4, 5, 6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{3})", "$1 $2", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["20[2-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4", ["2(?:[0367]|4[3-8])"]], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["80[01]|90[015]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["20"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4 $5", ["2(?:[0367]|4[3-8])"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})", "$1 $2 $3 $4", ["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]], 0, 0, "(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"], "LV": ["371", "00", "(?:[268]\\d|90)\\d{6}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[269]|8[01]"]]]], "LY": ["218", "00", "[2-9]\\d{8}", [9], [["(\\d{2})(\\d{7})", "$1-$2", ["[2-9]"], "0$1"]], "0"], "MA": ["212", "00", "[5-8]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5[45]"], "0$1"], ["(\\d{4})(\\d{5})", "$1-$2", ["5(?:2[2-46-9]|3[3-9]|9)|8(?:0[89]|92)"], "0$1"], ["(\\d{2})(\\d{7})", "$1-$2", ["8"], "0$1"], ["(\\d{3})(\\d{6})", "$1-$2", ["[5-7]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["5(?:2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-467]|5[0-3]|8[0-5]))\\d{6}"], ["80[0-7]\\d{6}"], ["89\\d{7}"], 0, 0, 0, 0, ["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]], "MC": ["377", "00", "(?:[3489]|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["4"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[389]"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["6"], "0$1"]], "0"], "MD": ["373", "00", "(?:[235-7]\\d|[89]0)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["22|3"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[25-7]"], "0$1"]], "0"], "ME": ["382", "00", "(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "0$1"]], "0"], "MF": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "MG": ["261", "00", "[23]\\d{8}", [9], [["(\\d{2})(\\d{2})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0", 0, "([24-9]\\d{6})$|0", "20$1"], "MH": ["692", "011", "329\\d{4}|(?:[256]\\d|45)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-6]"]]], "1"], "MK": ["389", "00", "[2-578]\\d{7}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2|34[47]|4(?:[37]7|5[47]|64)"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[347]"], "0$1"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[58]"], "0$1"]], "0"], "ML": ["223", "00", "[24-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-9]"]]]], "MM": ["95", "00", "1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}", [6, 7, 8, 9, 10], [["(\\d)(\\d{2})(\\d{3})", "$1 $2 $3", ["16|2"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["4(?:[2-46]|5[3-5])|5|6(?:[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-5]|(?:60|86)[23]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|452|678|86", "[12]|452|6788|86"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[4-7]|8[1-35]"], "0$1"], ["(\\d)(\\d{3})(\\d{4,6})", "$1 $2 $3", ["9(?:2[0-4]|[35-9]|4[137-9])"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["92"], "0$1"], ["(\\d)(\\d{5})(\\d{4})", "$1 $2 $3", ["9"], "0$1"]], "0"], "MN": ["976", "001", "[12]\\d{7,9}|[5-9]\\d{7}", [8, 9, 10], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[12]1"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[5-9]"]], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[12]2[1-3]"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["[12](?:27|3[2-8]|4[2-68]|5[1-4689])", "[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["[12]"], "0$1"]], "0"], "MO": ["853", "00", "0800\\d{3}|(?:28|[68]\\d)\\d{6}", [7, 8], [["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[268]"]]]], "MP": ["1", "011", "[58]\\d{9}|(?:67|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "670$1", 0, "670"], "MQ": ["596", "00", "(?:596\\d|7091)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]|8(?:0[6-9]|[36])"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "MR": ["222", "00", "(?:[2-4]\\d\\d|800)\\d{5}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-48]"]]]], "MS": ["1", "011", "(?:[58]\\d\\d|664|900)\\d{7}", [10], 0, "1", 0, "([34]\\d{6})$|1", "664$1", 0, "664"], "MT": ["356", "00", "3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2357-9]"]]]], "MU": ["230", "0(?:0|[24-7]0|3[03])", "(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46]|8[013]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[57]"]], ["(\\d{5})(\\d{5})", "$1 $2", ["8"]]], 0, 0, 0, 0, 0, 0, 0, "020"], "MV": ["960", "0(?:0|19)", "(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}", [7, 10], [["(\\d{3})(\\d{4})", "$1-$2", ["[34679]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "MW": ["265", "00", "(?:[1289]\\d|31|77)\\d{7}|1\\d{6}", [7, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["1[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[137-9]"], "0$1"]], "0"], "MX": ["52", "0[09]", "[2-9]\\d{9}", [10], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["33|5[56]|81"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "MY": ["60", "00", "1\\d{8,9}|(?:3\\d|[4-9])\\d{7}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1-$2 $3", ["[4-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1-$2 $3", ["1(?:[02469]|[378][1-9]|53)|8", "1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2 $3", ["3"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3-$4", ["1(?:[367]|80)"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2 $3", ["15"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2 $3", ["1"], "0$1"]], "0"], "MZ": ["258", "00", "(?:2|8\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2|8[2-79]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], "NA": ["264", "00", "[68]\\d{7,8}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["87"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], "NC": ["687", "00", "(?:050|[2-57-9]\\d\\d)\\d{3}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1.$2.$3", ["[02-57-9]"]]]], "NE": ["227", "00", "[027-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["08"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[089]|2[013]|7[0467]"]]]], "NF": ["672", "00", "[13]\\d{5}", [6], [["(\\d{2})(\\d{4})", "$1 $2", ["1[0-3]"]], ["(\\d)(\\d{5})", "$1 $2", ["[13]"]]], 0, 0, "([0-258]\\d{4})$", "3$1"], "NG": ["234", "009", "38\\d{6}|[78]\\d{9,13}|(?:20|9\\d)\\d{8}", [8, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["3"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["20[129]"], "0$1"], ["(\\d{4})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{3})(\\d{5})(\\d{5,6})", "$1 $2 $3", ["[78]"], "0$1"]], "0"], "NI": ["505", "00", "(?:1800|[25-8]\\d{3})\\d{4}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[125-8]"]]]], "NL": ["31", "00", "(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}", [5, 6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{4,7})", "$1 $2", ["[89]0"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["66"], "0$1"], ["(\\d)(\\d{8})", "$1 $2", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-578]|91"], "0$1"], ["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3", ["9"], "0$1"]], "0"], "NO": ["47", "00", "(?:0|[2-9]\\d{3})\\d{4}", [5, 8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]"]]], 0, 0, 0, 0, 0, "[02-689]|7[0-8]"], "NP": ["977", "00", "(?:1\\d|9)\\d{9}|[1-9]\\d{7}", [8, 10, 11], [["(\\d)(\\d{7})", "$1-$2", ["1[2-6]"], "0$1"], ["(\\d{2})(\\d{6})", "$1-$2", ["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"], "0$1"], ["(\\d{3})(\\d{7})", "$1-$2", ["9"]]], "0"], "NR": ["674", "00", "(?:444|(?:55|8\\d)\\d|666)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-68]"]]]], "NU": ["683", "00", "(?:[4-7]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], "NZ": ["64", "0(?:0|161)", "[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|8|90", "50(?:[0367]|88)|8|90"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["24|[346]|7[2-57-9]|9[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:10|74)|[589]"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1|2[028]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,5})", "$1 $2 $3", ["2(?:[169]|7[0-35-9])|7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00"], "OM": ["968", "00", "(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}", [7, 8, 9], [["(\\d{3})(\\d{4,6})", "$1 $2", ["[58]"]], ["(\\d{2})(\\d{6})", "$1 $2", ["2"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[179]"]]]], "PA": ["507", "00", "(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}", [7, 8, 10, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[1-57-9]"]], ["(\\d{4})(\\d{4})", "$1-$2", ["[68]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]]], "PE": ["51", "00|19(?:1[124]|77|90)00", "(?:[14-8]|9\\d)\\d{7}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["80"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["1"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[4-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"]]], "0", 0, 0, 0, 0, 0, 0, "00", " Anexo "], "PF": ["689", "00", "4\\d{5}(?:\\d{2})?|8\\d{7,8}", [6, 8, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["44"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4|8[7-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], "PG": ["675", "00|140[1-3]", "(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["18|[2-69]|85"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[78]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "PH": ["63", "00", "(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}", [6, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{5})", "$1 $2", ["2"], "(0$1)"], ["(\\d{4})(\\d{4,6})", "$1 $2", ["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2", "3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"], "(0$1)"], ["(\\d{5})(\\d{4})", "$1 $2", ["346|4(?:27|9[35])|883", "3469|4(?:279|9(?:30|56))|8834"], "(0$1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|8[2-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["1"]]], "0"], "PK": ["92", "00", "122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,7})", "$1 $2 $3", ["[89]0"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["1"]], ["(\\d{3})(\\d{6,7})", "$1 $2", ["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])", "9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"], "(0$1)"], ["(\\d{2})(\\d{7,8})", "$1 $2", ["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"], "(0$1)"], ["(\\d{5})(\\d{5})", "$1 $2", ["58"], "(0$1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[24-9]"], "(0$1)"]], "0"], "PL": ["48", "00", "(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|20|64"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1", "(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["64"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[2-8]|[2-7]|8[1-79]|9[145]"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["8"]]]], "PM": ["508", "00", "[45]\\d{5}|(?:708|8\\d\\d)\\d{6}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[45]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "PR": ["1", "011", "(?:[589]\\d\\d|787)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "787|939"], "PS": ["970", "00", "[2489]2\\d{6}|(?:1\\d|5)\\d{8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2489]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "PT": ["351", "00", "1693\\d{5}|(?:[26-9]\\d|30)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["2[12]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["16|[236-9]"]]]], "PW": ["680", "01[12]", "(?:[24-8]\\d\\d|345|900)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "PY": ["595", "00", "59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3,6})", "$1 $2", ["[2-9]0"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"], "(0$1)"], ["(\\d{3})(\\d{4,5})", "$1 $2", ["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["87"]], ["(\\d{3})(\\d{6})", "$1 $2", ["9(?:[5-79]|8[1-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"]]], "0"], "QA": ["974", "00", "800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}", [7, 8, 9, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["2[16]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[3-7]"]]]], "RE": ["262", "00", "709\\d{6}|(?:26|[689]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"], ["(?:69(?:2\\d\\d|3(?:[06][0-6]|1[013]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\d{4}"], ["80\\d{7}"], ["89[1-37-9]\\d{6}"], 0, 0, 0, 0, ["9(?:399[0-3]|479[0-6]|76(?:2[278]|3[0-37]))\\d{4}"], ["8(?:1[019]|2[0156]|84|90)\\d{6}"]]], "RO": ["40", "00", "(?:[236-8]\\d|90)\\d{7}|[23]\\d{5}", [6, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["2[3-6]", "2[3-6]\\d9"], "0$1"], ["(\\d{2})(\\d{4})", "$1 $2", ["219|31"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[23]1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[236-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, " int "], "RS": ["381", "00", "38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}", [6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{3,9})", "$1 $2", ["(?:2[389]|39)0|[7-9]"], "0$1"], ["(\\d{2})(\\d{5,10})", "$1 $2", ["[1-36]"], "0$1"]], "0"], "RU": ["7", "810", "8\\d{13}|[347-9]\\d{9}", [10, 14], [["(\\d{4})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-8]|2[1-9])", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"], "8 ($1)", 1], ["(\\d{5})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-68]|2[1-9])", "7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))", "7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[349]|8(?:[02-7]|1[1-8])"], "8 ($1)", 1], ["(\\d{4})(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["8"], "8 ($1)"]], "8", 0, 0, 0, 0, "3[04-689]|[489]", 0, "8~10"], "RW": ["250", "00", "(?:06|[27]\\d\\d|[89]00)\\d{6}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0$1"]], "0"], "SA": ["966", "00", "92\\d{7}|(?:[15]|8\\d)\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["9"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["81"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]], "0"], "SB": ["677", "0[01]", "[6-9]\\d{6}|[1-6]\\d{4}", [5, 7], [["(\\d{2})(\\d{5})", "$1 $2", ["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]], "SC": ["248", "010|0[0-2]", "(?:[2489]\\d|64)\\d{5}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[246]|9[57]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "SD": ["249", "00", "[19]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], "SE": ["46", "00", "(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}", [6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["20"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{4})", "$1-$2", ["9(?:00|39|44|9)"], "0$1", 0, "$1 $2"], ["(\\d{2})(\\d{3})(\\d{2})", "$1-$2 $3", ["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3"], ["(\\d)(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{2,3})(\\d{3})", "$1-$2 $3", ["9(?:00|39|44)"], "0$1", 0, "$1 $2 $3"], ["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["10|7"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{3})", "$1-$2 $3 $4", ["9"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4 $5", ["[26]"], "0$1", 0, "$1 $2 $3 $4 $5"]], "0"], "SG": ["65", "0[0-3]\\d", "(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[369]|8(?:0[1-9]|[1-9])"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{4})(\\d{4})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "SH": ["290", "00", "(?:[256]\\d|8)\\d{3}", [4, 5], 0, 0, 0, 0, 0, 0, "[256]"], "SI": ["386", "00|10(?:22|66|88|99)", "[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}", [5, 6, 7, 8], [["(\\d{2})(\\d{3,6})", "$1 $2", ["8[09]|9"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["59|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37][01]|4[0139]|51|6"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-57]"], "(0$1)"]], "0", 0, 0, 0, 0, 0, 0, "00"], "SJ": ["47", "00", "0\\d{4}|(?:[489]\\d|79)\\d{6}", [5, 8], 0, 0, 0, 0, 0, 0, "79"], "SK": ["421", "00", "[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}", [6, 7, 9], [["(\\d)(\\d{2})(\\d{3,4})", "$1 $2 $3", ["21"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["[3-5][1-8]1", "[3-5][1-8]1[67]"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1/$2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[689]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1/$2 $3 $4", ["[3-5]"], "0$1"]], "0"], "SL": ["232", "00", "(?:[237-9]\\d|66)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[236-9]"], "(0$1)"]], "0"], "SM": ["378", "00", "(?:0549|[5-7]\\d)\\d{6}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]"]], ["(\\d{4})(\\d{6})", "$1 $2", ["0"]]], 0, 0, "([89]\\d{5})$", "0549$1"], "SN": ["221", "00", "(?:[378]\\d|93)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[379]"]]]], "SO": ["252", "00", "[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}", [6, 7, 8, 9], [["(\\d{2})(\\d{4})", "$1 $2", ["8[125]"]], ["(\\d{6})", "$1", ["[134]"]], ["(\\d)(\\d{6})", "$1 $2", ["[15]|2[0-79]|3[0-46-8]|4[0-7]"]], ["(\\d)(\\d{7})", "$1 $2", ["(?:2|90)4|[67]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[348]|64|79|90"]], ["(\\d{2})(\\d{5,7})", "$1 $2", ["1|28|6[0-35-9]|7[67]|9[2-9]"]]], "0"], "SR": ["597", "00", "(?:[2-5]|68|[78]\\d)\\d{5}", [6, 7], [["(\\d{2})(\\d{2})(\\d{2})", "$1-$2-$3", ["56"]], ["(\\d{3})(\\d{3})", "$1-$2", ["[2-5]"]], ["(\\d{3})(\\d{4})", "$1-$2", ["[6-8]"]]]], "SS": ["211", "00", "[19]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], "ST": ["239", "00", "(?:22|9\\d)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[29]"]]]], "SV": ["503", "00", "[267]\\d{7}|(?:80\\d|900)\\d{4}(?:\\d{4})?", [7, 8, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[89]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[267]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[89]"]]]], "SX": ["1", "011", "7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "(5\\d{6})$|1", "721$1", 0, "721"], "SY": ["963", "00", "[1-359]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-4]|5[1-3]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[59]"], "0$1", 1]], "0"], "SZ": ["268", "00", "0800\\d{4}|(?:[237]\\d|900)\\d{6}", [8, 9], [["(\\d{4})(\\d{4})", "$1 $2", ["[0237]"]], ["(\\d{5})(\\d{4})", "$1 $2", ["9"]]]], "TA": ["290", "00", "8\\d{3}", [4], 0, 0, 0, 0, 0, 0, "8"], "TC": ["1", "011", "(?:[58]\\d\\d|649|900)\\d{7}", [10], 0, "1", 0, "([2-479]\\d{6})$|1", "649$1", 0, "649"], "TD": ["235", "00|16", "(?:22|[689]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "TG": ["228", "00", "[279]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[279]"]]]], "TH": ["66", "00[1-9]", "(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}", [8, 9, 10, 13], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[13-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "TJ": ["992", "810", "[0-57-9]\\d{8}", [9], [["(\\d{6})(\\d)(\\d{2})", "$1 $2 $3", ["331", "3317"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["44[02-479]|[34]7"]], ["(\\d{4})(\\d)(\\d{4})", "$1 $2 $3", ["3(?:[1245]|3[12])"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[0-57-9]"]]], 0, 0, 0, 0, 0, 0, 0, "8~10"], "TK": ["690", "00", "[2-47]\\d{3,6}", [4, 5, 6, 7]], "TL": ["670", "00", "7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-489]|70"]], ["(\\d{4})(\\d{4})", "$1 $2", ["7"]]]], "TM": ["993", "810", "(?:[1-6]\\d|71)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["12"], "(8 $1)"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-5]"], "(8 $1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[67]"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], "TN": ["216", "00", "[2-57-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-57-9]"]]]], "TO": ["676", "00", "(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}", [5, 7], [["(\\d{2})(\\d{3})", "$1-$2", ["[2-4]|50|6[09]|7[0-24-69]|8[05]"]], ["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[5-9]"]]]], "TR": ["90", "00", "4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}", [7, 10, 12, 13], [["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["512|8[01589]|90"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5(?:[0-59]|61)", "5(?:[0-59]|61[06])", "5(?:[0-59]|61[06]1)"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24][1-8]|3[1-9]"], "(0$1)", 1], ["(\\d{3})(\\d{3})(\\d{6,7})", "$1 $2 $3", ["80"], "0$1", 1]], "0"], "TT": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-46-8]\\d{6})$|1", "868$1", 0, "868"], "TV": ["688", "00", "(?:2|7\\d\\d|90)\\d{4}", [5, 6, 7], [["(\\d{2})(\\d{3})", "$1 $2", ["2"]], ["(\\d{2})(\\d{4})", "$1 $2", ["90"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], "TW": ["886", "0(?:0[25-79]|19)", "[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}", [7, 8, 9, 10, 11], [["(\\d{2})(\\d)(\\d{4})", "$1 $2 $3", ["202"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[258]0"], "0$1"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]", "[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, "#"], "TZ": ["255", "00[056]", "(?:[25-8]\\d|41|90)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[24]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["5"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[67]"], "0$1"]], "0"], "UA": ["380", "00", "[89]\\d{9}|[3-9]\\d{8}", [9, 10], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]", "6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])", "3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|89|9[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "0~0"], "UG": ["256", "00[057]", "800\\d{6}|(?:[29]0|[347]\\d)\\d{7}", [9], [["(\\d{4})(\\d{5})", "$1 $2", ["202", "2024"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[27-9]|4(?:6[45]|[7-9])"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[34]"], "0$1"]], "0"], "US": ["1", "011", "[2-9]\\d{9}|3\\d{6}", [10], [["(\\d{3})(\\d{4})", "$1-$2", ["310"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "($1) $2-$3", ["[2-9]"], 0, 1, "$1-$2-$3"]], "1", 0, 0, 0, 0, 0, [["(?:3052(?:0[0-8]|[1-9]\\d)|5056(?:[0-35-9]\\d|4[0-468]))\\d{4}|(?:2742|305[3-9]|472[247-9]|505[2-57-9]|983[2-47-9])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-47-9]|1[02-9]|2[0135-79]|3[0-24679]|4[167]|5[0-2]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[068]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"], [""], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"], ["900[2-9]\\d{6}"], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}"], 0, 0, 0, ["305209\\d{4}"]]], "UY": ["598", "0(?:0|1[3-9]\\d)", "0004\\d{2,9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}", [6, 7, 8, 9, 10, 11, 12, 13], [["(\\d{3})(\\d{3,4})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[49]0|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[124]"]], ["(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3 $4", ["0"]]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "], "UZ": ["998", "00", "(?:20|33|[5-9]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[235-9]"]]]], "VA": ["39", "00", "0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}", [6, 7, 8, 9, 10, 11, 12], 0, 0, 0, 0, 0, 0, "06698"], "VC": ["1", "011", "(?:[58]\\d\\d|784|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "784$1", 0, "784"], "VE": ["58", "00", "[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}", [10], [["(\\d{3})(\\d{7})", "$1-$2", ["[24-689]"], "0$1"]], "0"], "VG": ["1", "011", "(?:284|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-578]\\d{6})$|1", "284$1", 0, "284"], "VI": ["1", "011", "[58]\\d{9}|(?:34|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "340$1", 0, "340"], "VN": ["84", "00", "[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["80"], "0$1", 1], ["(\\d{4})(\\d{4,6})", "$1 $2", ["1"], 0, 1], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["6"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[357-9]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["2[48]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["2"], "0$1", 1]], "0"], "VU": ["678", "00", "[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}", [5, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["[57-9]"]]]], "WF": ["681", "00", "(?:40|72|8\\d{4})\\d{4}|[89]\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[47-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], "WS": ["685", "0", "(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}", [5, 6, 7, 10], [["(\\d{5})", "$1", ["[2-5]|6[1-9]"]], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[68]"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], "XK": ["383", "00", "2\\d{7,8}|3\\d{7,11}|(?:4\\d\\d|[89]00)\\d{5}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2|39"], "0$1"], ["(\\d{2})(\\d{7,10})", "$1 $2", ["3"], "0$1"]], "0"], "YE": ["967", "00", "(?:1|7\\d)\\d{7}|[1-7]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-6]|7(?:[24-6]|8[0-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"], "0$1"]], "0"], "YT": ["262", "00", "7093\\d{5}|(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"], ["(?:639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])|7093[5-7])\\d{4}"], ["80\\d{7}"], 0, 0, 0, 0, 0, ["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]], "ZA": ["27", "00", "[1-79]\\d{8}|8\\d{4,9}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,4})", "$1 $2", ["8[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["8[1-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["860"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], "ZM": ["260", "00", "800\\d{6}|(?:21|[579]\\d|63)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[579]"], "0$1"]], "0"], "ZW": ["263", "00", "2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}", [5, 6, 7, 8, 9, 10], [["(\\d{3})(\\d{3,5})", "$1 $2", ["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"], "0$1"], ["(\\d)(\\d{3})(\\d{2,4})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["80"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2", "2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)", "2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["29[013-9]|39|54"], "0$1"], ["(\\d{4})(\\d{3,5})", "$1 $2", ["(?:25|54)8", "258|5483"], "0$1"]], "0"] }, "nonGeographic": { "800": ["800", 0, "(?:00|[1-9]\\d)\\d{6}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["\\d"]]], 0, 0, 0, 0, 0, 0, [0, 0, ["(?:00|[1-9]\\d)\\d{6}"]]], "808": ["808", 0, "[1-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[1-9]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, 0, ["[1-9]\\d{7}"]]], "870": ["870", 0, "7\\d{11}|[235-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"], 0, 0, 0, 0, 0, 0, ["2\\d{8}", [9]]]], "878": ["878", 0, "10\\d{10}", [12], [["(\\d{2})(\\d{5})(\\d{5})", "$1 $2 $3", ["1"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["10\\d{10}"]]], "881": ["881", 0, "6\\d{9}|[0-36-9]\\d{8}", [9, 10], [["(\\d)(\\d{3})(\\d{5})", "$1 $2 $3", ["[0-37-9]"]], ["(\\d)(\\d{3})(\\d{5,6})", "$1 $2 $3", ["6"]]], 0, 0, 0, 0, 0, 0, [0, ["6\\d{9}|[0-36-9]\\d{8}"]]], "882": ["882", 0, "[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5})", "$1 $2", ["16|342"]], ["(\\d{2})(\\d{6})", "$1 $2", ["49"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["1[36]|9"]], ["(\\d{2})(\\d{4})(\\d{3})", "$1 $2 $3", ["3[23]"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["16"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|23|3(?:[15]|4[57])|4|51"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["34"]], ["(\\d{2})(\\d{4,5})(\\d{5})", "$1 $2 $3", ["[1-35]"]]], 0, 0, 0, 0, 0, 0, [0, ["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|50\\d{3})\\d{7}", [7, 8, 9, 10, 12]], 0, 0, 0, ["348[57]\\d{7}", [11]], 0, 0, ["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]], "883": ["883", 0, "(?:[1-4]\\d|51)\\d{6,10}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,8})", "$1 $2 $3", ["[14]|2[24-689]|3[02-689]|51[24-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["510"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["21"]], ["(\\d{4})(\\d{4})(\\d{4})", "$1 $2 $3", ["51[13]"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[235]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]], "888": ["888", 0, "\\d{11}", [11], [["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3"]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, ["\\d{11}"]]], "979": ["979", 0, "[1359]\\d{8}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[1359]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, ["[1359]\\d{8}"]]] } };
|
|
21534
|
+
const metadata = { "version": 4, "country_calling_codes": { "1": ["US", "AG", "AI", "AS", "BB", "BM", "BS", "CA", "DM", "DO", "GD", "GU", "JM", "KN", "KY", "LC", "MP", "MS", "PR", "SX", "TC", "TT", "VC", "VG", "VI"], "7": ["RU", "KZ"], "20": ["EG"], "27": ["ZA"], "30": ["GR"], "31": ["NL"], "32": ["BE"], "33": ["FR"], "34": ["ES"], "36": ["HU"], "39": ["IT", "VA"], "40": ["RO"], "41": ["CH"], "43": ["AT"], "44": ["GB", "GG", "IM", "JE"], "45": ["DK"], "46": ["SE"], "47": ["NO", "SJ"], "48": ["PL"], "49": ["DE"], "51": ["PE"], "52": ["MX"], "53": ["CU"], "54": ["AR"], "55": ["BR"], "56": ["CL"], "57": ["CO"], "58": ["VE"], "60": ["MY"], "61": ["AU", "CC", "CX"], "62": ["ID"], "63": ["PH"], "64": ["NZ"], "65": ["SG"], "66": ["TH"], "81": ["JP"], "82": ["KR"], "84": ["VN"], "86": ["CN"], "90": ["TR"], "91": ["IN"], "92": ["PK"], "93": ["AF"], "94": ["LK"], "95": ["MM"], "98": ["IR"], "211": ["SS"], "212": ["MA", "EH"], "213": ["DZ"], "216": ["TN"], "218": ["LY"], "220": ["GM"], "221": ["SN"], "222": ["MR"], "223": ["ML"], "224": ["GN"], "225": ["CI"], "226": ["BF"], "227": ["NE"], "228": ["TG"], "229": ["BJ"], "230": ["MU"], "231": ["LR"], "232": ["SL"], "233": ["GH"], "234": ["NG"], "235": ["TD"], "236": ["CF"], "237": ["CM"], "238": ["CV"], "239": ["ST"], "240": ["GQ"], "241": ["GA"], "242": ["CG"], "243": ["CD"], "244": ["AO"], "245": ["GW"], "246": ["IO"], "247": ["AC"], "248": ["SC"], "249": ["SD"], "250": ["RW"], "251": ["ET"], "252": ["SO"], "253": ["DJ"], "254": ["KE"], "255": ["TZ"], "256": ["UG"], "257": ["BI"], "258": ["MZ"], "260": ["ZM"], "261": ["MG"], "262": ["RE", "YT"], "263": ["ZW"], "264": ["NA"], "265": ["MW"], "266": ["LS"], "267": ["BW"], "268": ["SZ"], "269": ["KM"], "290": ["SH", "TA"], "291": ["ER"], "297": ["AW"], "298": ["FO"], "299": ["GL"], "350": ["GI"], "351": ["PT"], "352": ["LU"], "353": ["IE"], "354": ["IS"], "355": ["AL"], "356": ["MT"], "357": ["CY"], "358": ["FI", "AX"], "359": ["BG"], "370": ["LT"], "371": ["LV"], "372": ["EE"], "373": ["MD"], "374": ["AM"], "375": ["BY"], "376": ["AD"], "377": ["MC"], "378": ["SM"], "380": ["UA"], "381": ["RS"], "382": ["ME"], "383": ["XK"], "385": ["HR"], "386": ["SI"], "387": ["BA"], "389": ["MK"], "420": ["CZ"], "421": ["SK"], "423": ["LI"], "500": ["FK"], "501": ["BZ"], "502": ["GT"], "503": ["SV"], "504": ["HN"], "505": ["NI"], "506": ["CR"], "507": ["PA"], "508": ["PM"], "509": ["HT"], "590": ["GP", "BL", "MF"], "591": ["BO"], "592": ["GY"], "593": ["EC"], "594": ["GF"], "595": ["PY"], "596": ["MQ"], "597": ["SR"], "598": ["UY"], "599": ["CW", "BQ"], "670": ["TL"], "672": ["NF"], "673": ["BN"], "674": ["NR"], "675": ["PG"], "676": ["TO"], "677": ["SB"], "678": ["VU"], "679": ["FJ"], "680": ["PW"], "681": ["WF"], "682": ["CK"], "683": ["NU"], "685": ["WS"], "686": ["KI"], "687": ["NC"], "688": ["TV"], "689": ["PF"], "690": ["TK"], "691": ["FM"], "692": ["MH"], "850": ["KP"], "852": ["HK"], "853": ["MO"], "855": ["KH"], "856": ["LA"], "880": ["BD"], "886": ["TW"], "960": ["MV"], "961": ["LB"], "962": ["JO"], "963": ["SY"], "964": ["IQ"], "965": ["KW"], "966": ["SA"], "967": ["YE"], "968": ["OM"], "970": ["PS"], "971": ["AE"], "972": ["IL"], "973": ["BH"], "974": ["QA"], "975": ["BT"], "976": ["MN"], "977": ["NP"], "992": ["TJ"], "993": ["TM"], "994": ["AZ"], "995": ["GE"], "996": ["KG"], "998": ["UZ"] }, "countries": { "AC": ["247", "00", "(?:[01589]\\d|[46])\\d{4}", [5, 6]], "AD": ["376", "00", "(?:1|6\\d)\\d{7}|[135-9]\\d{5}", [6, 8, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["[135-9]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["1"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]]], "AE": ["971", "00", "(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{2,9})", "$1 $2", ["60|8"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[236]|[479][2-8]"], "0$1"], ["(\\d{3})(\\d)(\\d{5})", "$1 $2 $3", ["[479]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"]], "0"], "AF": ["93", "00", "[2-7]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"]], "0"], "AG": ["1", "011", "(?:268|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([457]\\d{6})$|1", "268$1", 0, "268"], "AI": ["1", "011", "(?:264|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2457]\\d{6})$|1", "264$1", 0, "264"], "AL": ["355", "00", "(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}", [6, 7, 8, 9], [["(\\d{3})(\\d{3,4})", "$1 $2", ["80|9"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["4[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2358][2-5]|4"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["[23578]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["6"], "0$1"]], "0"], "AM": ["374", "00", "(?:[1-489]\\d|55|60|77)\\d{6}", [8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[89]0"], "0 $1"], ["(\\d{3})(\\d{5})", "$1 $2", ["2|3[12]"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["1|47"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[3-9]"], "0$1"]], "0"], "AO": ["244", "00", "[29]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[29]"]]]], "AR": ["54", "00", "(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}", [10, 11], [["(\\d{4})(\\d{2})(\\d{4})", "$1 $2-$3", ["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])", "2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["1"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2-$3", ["[23]"], "0$1", 1], ["(\\d)(\\d{4})(\\d{2})(\\d{4})", "$2 15-$3-$4", ["9(?:2[2-469]|3[3-578])", "9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))", "9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 15-$3-$4", ["91"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d{3})(\\d{3})(\\d{5})", "$1-$2-$3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 15-$3-$4", ["9"], "0$1", 0, "$1 $2 $3-$4"]], "0", 0, "0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?", "9$1"], "AS": ["1", "011", "(?:[58]\\d\\d|684|900)\\d{7}", [10], 0, "1", 0, "([267]\\d{6})$|1", "684$1", 0, "684"], "AT": ["43", "00", "1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3,12})", "$1 $2", ["1(?:11|[2-9])"], "0$1"], ["(\\d{3})(\\d{2})", "$1 $2", ["517"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["5[079]"], "0$1"], ["(\\d{3})(\\d{3,10})", "$1 $2", ["(?:31|4)6|51|6(?:48|5[0-3579]|[6-9])|7(?:20|32|8)|[89]", "(?:31|4)6|51|6(?:485|5[0-3579]|[6-9])|7(?:20|32|8)|[89]"], "0$1"], ["(\\d{4})(\\d{3,9})", "$1 $2", ["[2-467]|5[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,7})", "$1 $2 $3", ["5"], "0$1"]], "0"], "AU": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}", [5, 6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{3,4})", "$1 $2", ["16"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["16"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["14|4"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[2378]"], "(0$1)"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:30|[89])"]]], "0", 0, "(183[12])|0", 0, 0, 0, [["(?:(?:241|349)0\\d\\d|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4])|[34]\\d\\d)|91(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79]))))\\d{3}|(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|3(?:[0-3589]\\d|4[0-578]|6[1-9]|7[0-35-9])|7(?:[013-57-9]\\d|2[0-8])|8(?:55|6[0-8]|[78]\\d|9[02-9]))\\d{6}", [9]], ["4(?:79[01]|83[0-36-9]|95[0-3])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-47-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, ["163\\d{2,6}", [5, 6, 7, 8, 9]], ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "AW": ["297", "00", "(?:[25-79]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[25-9]"]]]], "AX": ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}", [5, 6, 7, 8, 9, 10, 11, 12], 0, "0", 0, 0, 0, 0, "18", 0, "00"], "AZ": ["994", "00", "365\\d{6}|(?:[124579]\\d|60|88)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[28]|2|365|46", "1[28]|2|365[45]|46", "1[28]|2|365(?:4|5[02])|46"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[13-9]"], "0$1"]], "0"], "BA": ["387", "00", "6\\d{8}|(?:[35689]\\d|49|70)\\d{6}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[1-3]|[7-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2-$3", ["[3-5]|6[56]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["6"], "0$1"]], "0"], "BB": ["1", "011", "(?:246|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "246$1", 0, "246"], "BD": ["880", "00", "[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{4,6})", "$1-$2", ["31[5-8]|[459]1"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1-$2", ["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"], "0$1"], ["(\\d{4})(\\d{3,6})", "$1-$2", ["[13-9]|2[23]"], "0$1"], ["(\\d)(\\d{7,8})", "$1-$2", ["2"], "0$1"]], "0"], "BE": ["32", "00", "4\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:80|9)0"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[239]|4[23]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[15-8]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4"], "0$1"]], "0"], "BF": ["226", "00", "(?:[025-7]\\d|44)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[024-7]"]]]], "BG": ["359", "00", "00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}", [6, 7, 8, 9, 12], [["(\\d)(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["43[1-6]|70[1-9]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:70|8)0"], "0$1"], ["(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3", ["43[1-7]|7"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[48]|9[08]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"]], "0"], "BH": ["973", "00", "[136-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[13679]|8[02-4679]"]]]], "BI": ["257", "00", "(?:[267]\\d|31)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2367]"]]]], "BJ": ["229", "00", "(?:01\\d|8)\\d{7}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["0"]]]], "BL": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "BM": ["1", "011", "(?:441|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "441$1", 0, "441"], "BN": ["673", "00", "[2-578]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-578]"]]]], "BO": ["591", "00(?:1\\d)?", "8001\\d{5}|(?:[2-467]\\d|50)\\d{6}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[235]|4[46]"]], ["(\\d{8})", "$1", ["[67]"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["8"]]], "0", 0, "0(1\\d)?"], "BQ": ["599", "00", "(?:[34]1|7\\d)\\d{5}", [7], 0, 0, 0, 0, 0, 0, "[347]"], "BR": ["55", "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)", "[1-467]\\d{9,10}|55[0-46-9]\\d{8}|[34]\\d{7}|55\\d{7,8}|(?:5[0-46-9]|[89]\\d)\\d{7,9}", [8, 9, 10, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["300|4(?:0[02]|37|86)", "300|4(?:0(?:0|20)|370|864)"]], ["(\\d{3})(\\d{2,3})(\\d{4})", "$1 $2 $3", ["(?:[358]|90)0"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"], "($1)"], ["(\\d{2})(\\d{5})(\\d{4})", "$1 $2-$3", ["[16][1-9]|[2-57-9]"], "($1)"]], "0", 0, "(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?", "$2"], "BS": ["1", "011", "(?:242|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([3-8]\\d{6})$|1", "242$1", 0, "242"], "BT": ["975", "00", "[178]\\d{7}|[2-8]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-6]|7[246]|8[2-4]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[67]|[78]"]]]], "BW": ["267", "00", "(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["90"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[24-6]|3[15-9]"]], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37]"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["8"]]]], "BY": ["375", "810", "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3})", "$1 $2", ["800"], "8 $1"], ["(\\d{3})(\\d{2})(\\d{2,4})", "$1 $2 $3", ["800"], "8 $1"], ["(\\d{4})(\\d{2})(\\d{3})", "$1 $2-$3", ["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])", "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"], "8 0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["1(?:[56]|7[467])|2[1-3]"], "8 0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-4]"], "8 0$1"], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[89]"], "8 $1"]], "8", 0, "0|80?", 0, 0, 0, 0, "8~10"], "BZ": ["501", "00", "(?:0800\\d|[2-8])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-8]"]], ["(\\d)(\\d{3})(\\d{4})(\\d{3})", "$1-$2-$3-$4", ["0"]]]], "CA": ["1", "011", "[2-9]\\d{9}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|5[07]|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|9(?:0[25]|42))[2-9]\\d{6}", [10]], ["", [10]], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}", [10]], ["900[2-9]\\d{6}", [10]], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:2[125-9]|33|44|66|77|88)|6(?:22|33))[2-9]\\d{6}", [10]], 0, ["310\\d{4}", [7]], 0, ["600[2-9]\\d{6}", [10]]]], "CC": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}", [9]], ["4(?:79[01]|83[0-36-9]|95[0-3])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-47-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "CD": ["243", "00", "(?:(?:[189]|5\\d)\\d|2)\\d{7}|[1-68]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[1-6]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["5"], "0$1"]], "0"], "CF": ["236", "00", "(?:[27]\\d{3}|8776)\\d{4}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[278]"]]]], "CG": ["242", "00", "222\\d{6}|(?:0\\d|80)\\d{7}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[02]"]]]], "CH": ["41", "00", "8\\d{11}|[2-9]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8[047]|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]|81"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["8"], "0$1"]], "0"], "CI": ["225", "00", "[02]\\d{9}", [10], [["(\\d{2})(\\d{2})(\\d)(\\d{5})", "$1 $2 $3 $4", ["2"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3 $4", ["0"]]]], "CK": ["682", "00", "[2-578]\\d{4}", [5], [["(\\d{2})(\\d{3})", "$1 $2", ["[2-578]"]]]], "CL": ["56", "(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0", "12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}", [9, 10, 11], [["(\\d{5})(\\d{4})", "$1 $2", ["219", "2196"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["60|809"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["44"]], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2[1-36]"], "($1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["9(?:10|[2-9])"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-8]|[1-9])"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["60|8"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{3})(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["60"]]]], "CM": ["237", "00", "[26]\\d{8}|88\\d{6,7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["88"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[26]|88"]]]], "CN": ["86", "00|1(?:[12]\\d|79)\\d\\d00", "(?:(?:1[03-689]|2\\d)\\d\\d|6)\\d{8}|1\\d{10}|[126]\\d{6}(?:\\d(?:\\d{2})?)?|86\\d{5,6}|(?:[3-579]\\d|8[0-57-9])\\d{5,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]|3(?:[157]|35|49|9[1-68])|4(?:1[124-9]|2[179]|6[47-9]|7|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:07|1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3|4[13]|5[1-5]|7[0-79]|9[0-35-9])|(?:4[35]|59|85)[1-9]", "(?:10|2[0-57-9])(?:1[02]|9[56])|8078|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))1", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|80781|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))12", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|807812|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:078|1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123"], "0$1"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]", "(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]", "85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])", "85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["(?:4|80)0"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|2(?:[02-57-9]|1[1-9])", "10|2(?:[02-57-9]|1[1-9])", "10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"], "0$1", 1], ["(\\d{3})(\\d{7,8})", "$1 $2", ["9"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["80"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[3-578]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["1[3-9]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["[12]"], "0$1", 1]], "0", 0, "(1(?:[12]\\d|79)\\d\\d)|0", 0, 0, 0, 0, "00"], "CO": ["57", "00(?:4(?:[14]4|56)|[579])", "(?:46|60\\d\\d)\\d{6}|(?:1\\d|[39])\\d{9}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["46"]], ["(\\d{3})(\\d{7})", "$1 $2", ["6|90"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3[0-357]|9[14]"]], ["(\\d)(\\d{3})(\\d{7})", "$1-$2-$3", ["1"], "0$1", 0, "$1 $2 $3"]], "0", 0, "0([3579]|4(?:[14]4|56))?"], "CR": ["506", "00", "(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}", [8, 10], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[3-9]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[89]"]]], 0, 0, "(19(?:0[0-2468]|1[09]|20|66|77|99))"], "CU": ["53", "119", "(?:[2-7]|8\\d\\d)\\d{7}|[2-47]\\d{6}|[34]\\d{5}", [6, 7, 8, 10], [["(\\d{2})(\\d{4,6})", "$1 $2", ["2[1-4]|[34]"], "(0$1)"], ["(\\d)(\\d{6,7})", "$1 $2", ["7"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["[56]"], "0$1"], ["(\\d{3})(\\d{7})", "$1 $2", ["8"], "0$1"]], "0"], "CV": ["238", "0", "(?:[2-59]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2-589]"]]]], "CW": ["599", "00", "(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[3467]"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["9[4-8]"]]], 0, 0, 0, 0, 0, "[69]"], "CX": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}", [9]], ["4(?:79[01]|83[0-36-9]|95[0-3])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-47-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "CY": ["357", "00", "(?:[279]\\d|[58]0)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[257-9]"]]]], "CZ": ["420", "00", "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}", [9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]|9[015-7]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["96"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]]], "DE": ["49", "00", "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], [["(\\d{2})(\\d{3,13})", "$1 $2", ["3[02]|40|[68]9"], "0$1"], ["(\\d{3})(\\d{3,12})", "$1 $2", ["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1", "2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"], "0$1"], ["(\\d{4})(\\d{2,11})", "$1 $2", ["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]", "[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["138"], "0$1"], ["(\\d{5})(\\d{2,10})", "$1 $2", ["3"], "0$1"], ["(\\d{3})(\\d{5,11})", "$1 $2", ["181"], "0$1"], ["(\\d{3})(\\d)(\\d{4,10})", "$1 $2 $3", ["1(?:3|80)|9"], "0$1"], ["(\\d{3})(\\d{7,8})", "$1 $2", ["1[67]"], "0$1"], ["(\\d{3})(\\d{7,12})", "$1 $2", ["8"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["185", "1850", "18500"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["18[68]"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["15[1279]"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["15[03568]", "15(?:[0568]|3[13])"], "0$1"], ["(\\d{3})(\\d{8})", "$1 $2", ["18"], "0$1"], ["(\\d{3})(\\d{2})(\\d{7,8})", "$1 $2 $3", ["1(?:6[023]|7)"], "0$1"], ["(\\d{4})(\\d{2})(\\d{7})", "$1 $2 $3", ["15[279]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{8})", "$1 $2 $3", ["15"], "0$1"]], "0"], "DJ": ["253", "00", "(?:2\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[27]"]]]], "DK": ["45", "00", "[2-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-9]"]]]], "DM": ["1", "011", "(?:[58]\\d\\d|767|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "767$1", 0, "767"], "DO": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "8001|8[024]9"], "DZ": ["213", "00", "(?:[1-4]|[5-79]\\d|80)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["9"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-8]"], "0$1"]], "0"], "EC": ["593", "00", "1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}", [8, 9, 10, 11], [["(\\d)(\\d{3})(\\d{4})", "$1 $2-$3", ["[2-7]"], "(0$1)", 0, "$1-$2-$3"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1"]]], "0"], "EE": ["372", "00", "8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88", "[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]], ["(\\d{4})(\\d{3,4})", "$1 $2", ["[45]|8(?:00|[1-49])", "[45]|8(?:00[1-9]|[1-49])"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], "EG": ["20", "00", "[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}", [8, 9, 10], [["(\\d)(\\d{7,8})", "$1 $2", ["[23]"], "0$1"], ["(\\d{2})(\\d{6,7})", "$1 $2", ["1[35]|[4-6]|8[2468]|9[235-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{8})", "$1 $2", ["1"], "0$1"]], "0"], "EH": ["212", "00", "[5-8]\\d{8}", [9], 0, "0", 0, 0, 0, 0, "528[89]"], "ER": ["291", "00", "[178]\\d{6}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[178]"], "0$1"]], "0"], "ES": ["34", "00", "[5-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]00"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-9]"]]]], "ET": ["251", "00", "(?:11|[2-579]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-579]"], "0$1"]], "0"], "FI": ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{5})", "$1", ["20[2-59]"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1 $2", ["(?:[1-3]0|[68])0|70[07-9]"], "0$1"], ["(\\d{2})(\\d{4,8})", "$1 $2", ["[14]|2[09]|50|7[135]"], "0$1"], ["(\\d{2})(\\d{6,10})", "$1 $2", ["7"], "0$1"], ["(\\d)(\\d{4,9})", "$1 $2", ["(?:19|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"], "0$1"]], "0", 0, 0, 0, 0, "1[03-79]|[2-9]", 0, "00"], "FJ": ["679", "0(?:0|52)", "45\\d{5}|(?:0800\\d|[235-9])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[235-9]|45"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "FK": ["500", "00", "[2-7]\\d{4}", [5]], "FM": ["691", "00", "(?:[39]\\d\\d|820)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[389]"]]]], "FO": ["298", "00", "[2-9]\\d{5}", [6], [["(\\d{6})", "$1", ["[2-9]"]]], 0, 0, "(10(?:01|[12]0|88))"], "FR": ["33", "00", "[1-9]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0 $1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[1-79]"], "0$1"]], "0"], "GA": ["241", "00", "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}", [7, 8], [["(\\d)(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-7]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["11|[67]"], "0$1"]], 0, 0, "0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})", "$1"], "GB": ["44", "00", "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}", [7, 9, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["800", "8001", "80011", "800111", "8001111"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["845", "8454", "84546", "845464"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["800"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["1(?:38|5[23]|69|76|94)", "1(?:(?:38|69)7|5(?:24|39)|768|946)", "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["1(?:[2-69][02-9]|[78])"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[25]|7(?:0|6[02-9])", "[25]|7(?:0|6(?:[03-9]|2[356]))"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1389]"], "0$1"]], "0", 0, "0|180020", 0, 0, 0, [["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0-5])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|5[01]))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-3]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}", [9, 10]], ["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]], 0, " x"], "GD": ["1", "011", "(?:473|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "473$1", 0, "473"], "GE": ["995", "00", "(?:[3-57]\\d\\d|800)\\d{6}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["32"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[57]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[348]"], "0$1"]], "0"], "GF": ["594", "00", "(?:[56]94\\d|7093)\\d{5}|(?:80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]|9[47]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[89]"], "0$1"]], "0"], "GG": ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "([25-9]\\d{5})$|0|180020", "1481$1", 0, 0, [["1481[25-9]\\d{5}", [10]], ["7(?:(?:781|839)\\d|911[17])\\d{5}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]]], "GH": ["233", "00", "(?:[235]\\d{3}|800)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[235]"], "0$1"]], "0"], "GI": ["350", "00", "(?:[25]\\d|60)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["2"]]]], "GL": ["299", "00", "(?:19|[2-689]\\d|70)\\d{4}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["19|[2-9]"]]]], "GM": ["220", "00", "[2-9]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "GN": ["224", "00", "722\\d{6}|(?:3|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["3"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[67]"]]]], "GP": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0", 0, 0, 0, 0, 0, [["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "GQ": ["240", "00", "222\\d{6}|(?:3\\d|55|[89]0)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235]"]], ["(\\d{3})(\\d{6})", "$1 $2", ["[89]"]]]], "GR": ["30", "00", "5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}", [10, 11, 12], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["21|7"]], ["(\\d{4})(\\d{6})", "$1 $2", ["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2689]"]], ["(\\d{3})(\\d{3,4})(\\d{5})", "$1 $2 $3", ["8"]]]], "GT": ["502", "00", "80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-8]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "GU": ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "671$1", 0, "671"], "GW": ["245", "00", "[49]\\d{8}|4\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["40"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"]]]], "GY": ["592", "001", "(?:[2-8]\\d{3}|9008)\\d{3}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "HK": ["852", "00(?:30|5[09]|[126-9]?)", "8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}", [5, 6, 7, 8, 9, 11], [["(\\d{3})(\\d{2,5})", "$1 $2", ["900", "9003"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{3})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "HN": ["504", "00", "8\\d{10}|[237-9]\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["[237-9]"]]]], "HR": ["385", "00", "[2-69]\\d{8}|80\\d{5,7}|[1-79]\\d{7}|6\\d{6}", [7, 8, 9], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["6[01]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{4})(\\d{3})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6|7[245]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-57]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], "HT": ["509", "00", "[2-589]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-589]"]]]], "HU": ["36", "00", "[235-7]\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "06 $1"]], "06"], "ID": ["62", "00[89]", "00[1-9]\\d{9,14}|(?:[1-36]|8\\d{5})\\d{6}|00\\d{9}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["15"]], ["(\\d{2})(\\d{5,9})", "$1 $2", ["2[124]|[36]1"], "(0$1)"], ["(\\d{3})(\\d{5,7})", "$1 $2", ["800"], "0$1"], ["(\\d{3})(\\d{5,8})", "$1 $2", ["[2-79]"], "(0$1)"], ["(\\d{3})(\\d{3,4})(\\d{3})", "$1-$2-$3", ["8[1-35-9]"], "0$1"], ["(\\d{3})(\\d{6,8})", "$1 $2", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["804"], "0$1"], ["(\\d{3})(\\d)(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["80"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1-$2-$3", ["8"], "0$1"]], "0"], "IE": ["353", "00", "(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["2[24-9]|47|58|6[237-9]|9[35-9]"], "(0$1)"], ["(\\d{3})(\\d{5})", "$1 $2", ["[45]0"], "(0$1)"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2569]|4[1-69]|7[14]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["81"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["4"], "(0$1)"], ["(\\d{2})(\\d)(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "IL": ["972", "0(?:0|1[2-9])", "1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}", [7, 8, 9, 10, 11, 12], [["(\\d{4})(\\d{3})", "$1-$2", ["125"]], ["(\\d{4})(\\d{2})(\\d{2})", "$1-$2-$3", ["121"]], ["(\\d)(\\d{3})(\\d{4})", "$1-$2-$3", ["[2-489]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1-$2-$3", ["12"]], ["(\\d{4})(\\d{6})", "$1-$2", ["159"]], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3-$4", ["1[7-9]"]], ["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})", "$1-$2 $3-$4", ["15"]]], "0"], "IM": ["44", "00", "1624\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([25-8]\\d{5})$|0|180020", "1624$1", 0, "74576|(?:16|7[56])24"], "IN": ["91", "00", "(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}", [8, 9, 10, 11, 12, 13], [["(\\d{8})", "$1", ["5(?:0|2[23]|3[03]|[67]1|88)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"], 0, 1], ["(\\d{4})(\\d{4,5})", "$1 $2", ["180", "1800"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["140"], 0, 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["11|2[02]|33|4[04]|79[1-7]|80[2-46]", "11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])", "11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"], "0$1", 1], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807", "1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]", "1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|8(?:28[235-7]|3))|73179|807(?:1|9[1-3])|(?:1552|6(?:(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689])\\d|8(?:[14-6]\\d|2[0-79]))|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"], "0$1", 1], ["(\\d{5})(\\d{5})", "$1 $2", ["[6-9]"], "0$1", 1], ["(\\d{4})(\\d{2,4})(\\d{4})", "$1 $2 $3", ["1(?:6|8[06])", "1(?:6|8[06]0)"], 0, 1], ["(\\d{4})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["18"], 0, 1]], "0"], "IO": ["246", "00", "3\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["3"]]]], "IQ": ["964", "00", "(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-6]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], "IR": ["98", "00", "[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}", [4, 5, 6, 7, 10], [["(\\d{4,5})", "$1", ["96"], "0$1"], ["(\\d{2})(\\d{4,5})", "$1 $2", ["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[1-8]"], "0$1"]], "0"], "IS": ["354", "00|1(?:0(?:01|[12]0)|100)", "(?:38\\d|[4-9])\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "IT": ["39", "00", "0\\d{5,11}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?", [6, 7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{4,6})", "$1 $2", ["0[26]"]], ["(\\d{3})(\\d{3,6})", "$1 $2", ["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])", "0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]], ["(\\d{4})(\\d{2,6})", "$1 $2", ["0(?:[13-579][2-46-8]|8[236-8])"]], ["(\\d{4})(\\d{4})", "$1 $2", ["894"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[26]|5"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1(?:44|[679])|[378]|43"]], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[13-57-9][0159]|14"]], ["(\\d{2})(\\d{4})(\\d{5})", "$1 $2 $3", ["0[26]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[03]"]]], 0, 0, 0, 0, 0, 0, [["0(?:669[0-79]\\d{1,6}|831\\d{2,8})|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[2356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}"], ["3[2-9]\\d{7,8}|(?:31|43)\\d{8}", [9, 10]], ["80(?:0\\d{3}|3)\\d{3}", [6, 9]], ["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}", [6, 8, 9, 10]], ["1(?:78\\d|99)\\d{6}", [9, 10]], ["3[2-8]\\d{9,10}", [11, 12]], 0, 0, ["55\\d{8}", [10]], ["84(?:[08]\\d{3}|[17])\\d{3}", [6, 9]]]], "JE": ["44", "00", "1534\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([0-24-8]\\d{5})$|0|180020", "1534$1", 0, 0, [["1534[0-24-8]\\d{5}"], ["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\d{5}"], ["80(?:07(?:35|81)|8901)\\d{4}"], ["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"], ["701511\\d{4}"], 0, ["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"], ["56\\d{8}"]]], "JM": ["1", "011", "(?:[58]\\d\\d|658|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "658|876"], "JO": ["962", "00", "(?:(?:[2689]|7\\d)\\d|32|427|53)\\d{6}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2356]|87"], "(0$1)"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["70"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[47]"], "0$1"]], "0"], "JP": ["81", "010", "00[1-9]\\d{6,14}|[25-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}", [8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3", ["(?:12|57|99)0"], "0$1"], ["(\\d{4})(\\d)(\\d{4})", "$1-$2-$3", ["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2-$3", ["3|4(?:2[09]|7[01])|6[1-9]", "3|4(?:2(?:0|9[02-69])|7(?:0[019]|1))|6[1-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3", ["[14]|[289][2-9]|5[3-9]|7[2-4679]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["800"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[25-9]"], "0$1"]], "0", 0, "(000[2569]\\d{4,6})$|(?:(?:003768)0?)|0", "$1"], "KE": ["254", "000", "(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}", [7, 8, 9, 10], [["(\\d{2})(\\d{5,7})", "$1 $2", ["[24-6]"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[17]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], "KG": ["996", "00", "8\\d{9}|[235-9]\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["3(?:1[346]|[24-79])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-79]|88"], "0$1"], ["(\\d{3})(\\d{3})(\\d)(\\d{2,3})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "KH": ["855", "00[14-9]", "1\\d{9}|[1-9]\\d{7,8}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "KI": ["686", "00", "(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}", [5, 8], 0, "0"], "KM": ["269", "00", "[3478]\\d{6}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[3478]"]]]], "KN": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "869$1", 0, "869"], "KP": ["850", "00|99", "85\\d{6}|(?:19\\d|[2-7])\\d{7}", [8, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"]], "0"], "KR": ["82", "00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))", "00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}", [5, 6, 8, 9, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3,4})", "$1-$2", ["(?:3[1-3]|[46][1-4]|5[1-5])1"], "0$1"], ["(\\d{4})(\\d{4})", "$1-$2", ["1"]], ["(\\d)(\\d{3,4})(\\d{4})", "$1-$2-$3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[36]0|8"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1-$2-$3", ["[1346]|5[1-5]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{2})(\\d{5})(\\d{4})", "$1-$2-$3", ["5"], "0$1"]], "0", 0, "0(8(?:[1-46-8]|5\\d\\d))?"], "KW": ["965", "00", "18\\d{5}|(?:[2569]\\d|41)\\d{6}", [7, 8], [["(\\d{4})(\\d{3,4})", "$1 $2", ["[169]|2(?:[235]|4[1-35-9])|52"]], ["(\\d{3})(\\d{5})", "$1 $2", ["[245]"]]]], "KY": ["1", "011", "(?:345|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "345$1", 0, "345"], "KZ": ["7", "810", "(?:33622|8\\d{8})\\d{5}|[78]\\d{9}", [10, 14], 0, "8", 0, 0, 0, 0, "33622|7", 0, "8~10"], "LA": ["856", "00", "[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2[13]|3[14]|[4-8]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["3"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0"], "LB": ["961", "00", "[27-9]\\d{7}|[13-9]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[13-69]|7(?:[2-57]|62|8[0-6]|9[04-9])|8[02-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27-9]"]]], "0"], "LC": ["1", "011", "(?:[58]\\d\\d|758|900)\\d{7}", [10], 0, "1", 0, "([2-8]\\d{6})$|1", "758$1", 0, "758"], "LI": ["423", "00", "[68]\\d{8}|(?:[2378]\\d|90)\\d{5}", [7, 9], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2379]|8(?:0[09]|7)", "[2379]|8(?:0(?:02|9)|7)"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["69"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]], "0", 0, "(1001)|0"], "LK": ["94", "00", "[1-9]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[1-689]"], "0$1"]], "0"], "LR": ["231", "00", "(?:[2457]\\d|33|88)\\d{7}|(?:2\\d|[4-6])\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["4[67]|[56]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-578]"], "0$1"]], "0"], "LS": ["266", "00", "(?:[256]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2568]"]]]], "LT": ["370", "00", "(?:[3469]\\d|52|[78]0)\\d{6}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["52[0-7]"], "(0-$1)", 1], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0 $1", 1], ["(\\d{2})(\\d{6})", "$1 $2", ["37|4(?:[15]|6[1-8])"], "(0-$1)", 1], ["(\\d{3})(\\d{5})", "$1 $2", ["[3-6]"], "(0-$1)", 1]], "0", 0, "[08]"], "LU": ["352", "00", "35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}", [4, 5, 6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{3})", "$1 $2", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["20[2-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4", ["2(?:[0367]|4[3-8])"]], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["80[01]|90[015]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["20"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4 $5", ["2(?:[0367]|4[3-8])"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})", "$1 $2 $3 $4", ["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]], 0, 0, "(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"], "LV": ["371", "00", "(?:[268]\\d|78|90)\\d{6}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2679]|8[01]"]]]], "LY": ["218", "00", "[2-9]\\d{8}", [9], [["(\\d{2})(\\d{7})", "$1-$2", ["[2-9]"], "0$1"]], "0"], "MA": ["212", "00", "[5-8]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5[45]"], "0$1"], ["(\\d{4})(\\d{5})", "$1-$2", ["5(?:[19]|2[2-46-9]|3[3-9])|8(?:0[89]|92)"], "0$1"], ["(\\d{2})(\\d{7})", "$1-$2", ["8"], "0$1"], ["(\\d{3})(\\d{6})", "$1-$2", ["[5-7]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["5(?:(?:18|4[0679]|5[03])\\d|2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9]))\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[016-8]\\d|2[0-8]|5[0-5]))\\d{6}"], ["80[0-7]\\d{6}"], ["89\\d{7}"], 0, 0, 0, 0, ["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]], "MC": ["377", "00", "(?:[3489]|[67]\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["4"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[389]"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[67]"], "0$1"]], "0"], "MD": ["373", "00", "(?:[235-7]\\d|[89]0)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["22|3"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[25-7]"], "0$1"]], "0"], "ME": ["382", "00", "(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "0$1"]], "0"], "MF": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "MG": ["261", "00", "[23]\\d{8}", [9], [["(\\d{2})(\\d{2})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0", 0, "([24-9]\\d{6})$|0", "20$1"], "MH": ["692", "011", "329\\d{4}|(?:[256]\\d|45)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-6]"]]], "1"], "MK": ["389", "00", "[2-578]\\d{7}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2|34[47]|4(?:[37]7|5[47]|64)"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[347]"], "0$1"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[58]"], "0$1"]], "0"], "ML": ["223", "00", "[24-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-9]"]]]], "MM": ["95", "00", "1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}", [6, 7, 8, 9, 10], [["(\\d)(\\d{2})(\\d{3})", "$1 $2 $3", ["16|2"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["4(?:[2-46]|5[3-5])|5|6(?:[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-5]|(?:60|86)[23]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|452|678|86", "[12]|452|6788|86"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[4-7]|8[1-35]"], "0$1"], ["(\\d)(\\d{3})(\\d{4,6})", "$1 $2 $3", ["9(?:2[0-4]|[35-9]|4[137-9])"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["92"], "0$1"], ["(\\d)(\\d{5})(\\d{4})", "$1 $2 $3", ["9"], "0$1"]], "0"], "MN": ["976", "001", "[12]\\d{7,9}|[5-9]\\d{7}", [8, 9, 10], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[12]1"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[5-9]"]], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[12]2[1-3]"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["[12](?:27|3[2-8]|4[2-68]|5[1-4689])", "[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["[12]"], "0$1"]], "0"], "MO": ["853", "00", "0800\\d{3}|(?:28|[68]\\d)\\d{6}", [7, 8], [["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[268]"]]]], "MP": ["1", "011", "[58]\\d{9}|(?:67|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "670$1", 0, "670"], "MQ": ["596", "00", "(?:596\\d|7091)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]|8(?:0[6-9]|[36])"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "MR": ["222", "00", "(?:[2-4]\\d\\d|800)\\d{5}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-48]"]]]], "MS": ["1", "011", "(?:[58]\\d\\d|664|900)\\d{7}", [10], 0, "1", 0, "([34]\\d{6})$|1", "664$1", 0, "664"], "MT": ["356", "00", "3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2357-9]"]]]], "MU": ["230", "0(?:0|[24-7]0|3[03])", "(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46]|8[013]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[57]"]], ["(\\d{5})(\\d{5})", "$1 $2", ["8"]]], 0, 0, 0, 0, 0, 0, 0, "020"], "MV": ["960", "0(?:0|19)", "(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}", [7, 10], [["(\\d{3})(\\d{4})", "$1-$2", ["[34679]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "MW": ["265", "00", "(?:[1289]\\d|31|77)\\d{7}|1\\d{6}", [7, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["1[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[137-9]"], "0$1"]], "0"], "MX": ["52", "0[09]", "[2-9]\\d{9}", [10], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["33|5[56]|81"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "MY": ["60", "00", "1\\d{8,9}|(?:3\\d|[4-9])\\d{7}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1-$2 $3", ["[4-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1-$2 $3", ["1(?:[02469]|[378][1-9]|53)|8", "1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2 $3", ["3"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3-$4", ["1(?:[367]|80)"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2 $3", ["15"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2 $3", ["1"], "0$1"]], "0"], "MZ": ["258", "00", "(?:2|8\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2|8[2-79]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], "NA": ["264", "00", "[68]\\d{7,8}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["87"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], "NC": ["687", "00", "(?:050|[2-57-9]\\d\\d)\\d{3}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1.$2.$3", ["[02-57-9]"]]]], "NE": ["227", "00", "[027-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["08"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[089]|2[013]|7[0467]"]]]], "NF": ["672", "00", "[13]\\d{5}", [6], [["(\\d{2})(\\d{4})", "$1 $2", ["1[0-3]"]], ["(\\d)(\\d{5})", "$1 $2", ["[13]"]]], 0, 0, "([0-258]\\d{4})$", "3$1"], "NG": ["234", "009", "(?:20|9\\d)\\d{8}|[78]\\d{9,13}", [10, 11, 12, 13, 14], [["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["20[129]"], "0$1"], ["(\\d{4})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{3})(\\d{5})(\\d{5,6})", "$1 $2 $3", ["[78]"], "0$1"]], "0"], "NI": ["505", "00", "(?:1800|[25-8]\\d{3})\\d{4}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[125-8]"]]]], "NL": ["31", "00", "(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}", [5, 6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{4,7})", "$1 $2", ["[89]0"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["66"], "0$1"], ["(\\d)(\\d{8})", "$1 $2", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-578]|91"], "0$1"], ["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3", ["9"], "0$1"]], "0"], "NO": ["47", "00", "(?:0|[2-9]\\d{3})\\d{4}", [5, 8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]"]]], 0, 0, 0, 0, 0, "[02-689]|7[0-8]"], "NP": ["977", "00", "(?:1\\d|9)\\d{9}|[1-9]\\d{7}", [8, 10, 11], [["(\\d)(\\d{7})", "$1-$2", ["1[2-6]"], "0$1"], ["(\\d{2})(\\d{6})", "$1-$2", ["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"], "0$1"], ["(\\d{3})(\\d{7})", "$1-$2", ["9"]]], "0"], "NR": ["674", "00", "(?:222|444|(?:55|8\\d)\\d|666|777|999)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[24-9]"]]]], "NU": ["683", "00", "(?:[4-7]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], "NZ": ["64", "0(?:0|161)", "[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|8|90", "50(?:[0367]|88)|8|90"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["24|[346]|7[2-57-9]|9[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:10|74)|[589]"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1|2[028]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,5})", "$1 $2 $3", ["2(?:[169]|7[0-35-9])|7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00"], "OM": ["968", "00", "(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}", [7, 8, 9], [["(\\d{3})(\\d{4,6})", "$1 $2", ["[58]"]], ["(\\d{2})(\\d{6})", "$1 $2", ["2"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[179]"]]]], "PA": ["507", "00", "(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}", [7, 8, 10, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[1-57-9]"]], ["(\\d{4})(\\d{4})", "$1-$2", ["[68]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]]], "PE": ["51", "00|19(?:1[124]|77|90)00", "(?:[14-8]|9\\d)\\d{7}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["80"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["1"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[4-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"]]], "0", 0, 0, 0, 0, 0, 0, "00", " Anexo "], "PF": ["689", "00", "4\\d{5}(?:\\d{2})?|8\\d{7,8}", [6, 8, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["44"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4|8[7-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], "PG": ["675", "00|140[1-3]", "(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["18|[2-69]|85"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[78]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "PH": ["63", "00", "(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}", [6, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{5})", "$1 $2", ["2"], "(0$1)"], ["(\\d{4})(\\d{4,6})", "$1 $2", ["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2", "3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"], "(0$1)"], ["(\\d{5})(\\d{4})", "$1 $2", ["346|4(?:27|9[35])|883", "3469|4(?:279|9(?:30|56))|8834"], "(0$1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|8[2-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["1"]]], "0"], "PK": ["92", "00", "122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,7})", "$1 $2 $3", ["[89]0"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["1"]], ["(\\d{3})(\\d{6,7})", "$1 $2", ["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])", "9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"], "(0$1)"], ["(\\d{2})(\\d{7,8})", "$1 $2", ["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"], "(0$1)"], ["(\\d{5})(\\d{5})", "$1 $2", ["58"], "(0$1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[24-9]"], "(0$1)"]], "0"], "PL": ["48", "00", "(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|20|64"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1", "(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["64"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[2-8]|[2-7]|8[1-79]|9[145]"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["8"]]]], "PM": ["508", "00", "[45]\\d{5}|(?:708|8\\d\\d)\\d{6}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[45]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "PR": ["1", "011", "(?:[589]\\d\\d|787)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "787|939"], "PS": ["970", "00", "[2489]2\\d{6}|(?:1\\d|5)\\d{8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2489]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "PT": ["351", "00", "1693\\d{5}|(?:[26-9]\\d|30)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["2[12]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["16|[236-9]"]]]], "PW": ["680", "01[12]", "(?:[24-8]\\d\\d|345|900)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "PY": ["595", "00", "59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3,6})", "$1 $2", ["[2-9]0"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"], "(0$1)"], ["(\\d{3})(\\d{4,5})", "$1 $2", ["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["87"]], ["(\\d{3})(\\d{6})", "$1 $2", ["9(?:[5-79]|8[1-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"]]], "0"], "QA": ["974", "00", "800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}", [7, 8, 9, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["2[136]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[3-7]"]]]], "RE": ["262", "00", "709\\d{6}|(?:26|[689]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"], ["(?:69(?:2\\d\\d|3(?:[06][0-6]|1[0-3]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\d{4}"], ["80\\d{7}"], ["89[1-37-9]\\d{6}"], 0, 0, 0, 0, ["9(?:399[0-3]|479[0-6]|76(?:2[278]|3[0-37]))\\d{4}"], ["8(?:1[019]|2[0156]|84|90)\\d{6}"]]], "RO": ["40", "00", "(?:[236-8]\\d|90)\\d{7}|[23]\\d{5}", [6, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["2[3-6]", "2[3-6]\\d9"], "0$1"], ["(\\d{2})(\\d{4})", "$1 $2", ["219|31"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[23]1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[236-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, " int "], "RS": ["381", "00", "38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}", [6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{3,9})", "$1 $2", ["(?:2[389]|39)0|[7-9]"], "0$1"], ["(\\d{2})(\\d{5,10})", "$1 $2", ["[1-36]"], "0$1"]], "0"], "RU": ["7", "810", "8\\d{13}|[347-9]\\d{9}", [10, 14], [["(\\d{4})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-8]|2[1-9])", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"], "8 ($1)", 1], ["(\\d{5})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-68]|2[1-9])", "7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))", "7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[349]|8(?:[02-7]|1[1-8])"], "8 ($1)", 1], ["(\\d{4})(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["8"], "8 ($1)"]], "8", 0, 0, 0, 0, 0, [["336(?:[013-9]\\d|2[013-9])\\d{5}|(?:3(?:0[12]|4[1-35-79]|5[1-3]|65|8[1-58]|9[0145])|4(?:01|1[1356]|2[13467]|7[1-5]|8[1-7]|9[1-689])|8(?:1[1-8]|2[01]|3[13-6]|4[0-8]|5[15-7]|6[0-35-79]|7[1-37-9]))\\d{7}", [10]], ["9\\d{9}", [10]], ["8(?:0[04]|108\\d{3})\\d{7}"], ["80[39]\\d{7}", [10]], ["808\\d{7}", [10]]], "8~10"], "RW": ["250", "00", "(?:06|[27]\\d\\d|[89]00)\\d{6}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0$1"]], "0"], "SA": ["966", "00", "(?:[15]\\d|800|92)\\d{7}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["9"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]], "0"], "SB": ["677", "0[01]", "[6-9]\\d{6}|[1-6]\\d{4}", [5, 7], [["(\\d{2})(\\d{5})", "$1 $2", ["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]], "SC": ["248", "010|0[0-2]", "(?:[2489]\\d|64)\\d{5}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[246]|9[57]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "SD": ["249", "00", "[19]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], "SE": ["46", "00", "(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}", [6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["20"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{4})", "$1-$2", ["9(?:00|39|44|9)"], "0$1", 0, "$1 $2"], ["(\\d{2})(\\d{3})(\\d{2})", "$1-$2 $3", ["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3"], ["(\\d)(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{2,3})(\\d{3})", "$1-$2 $3", ["9(?:00|39|44)"], "0$1", 0, "$1 $2 $3"], ["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["10|7"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{3})", "$1-$2 $3 $4", ["9"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4 $5", ["[26]"], "0$1", 0, "$1 $2 $3 $4 $5"]], "0"], "SG": ["65", "0[0-3]\\d", "(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[369]|8(?:0[1-9]|[1-9])"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{4})(\\d{4})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "SH": ["290", "00", "(?:[256]\\d|8)\\d{3}", [4, 5], 0, 0, 0, 0, 0, 0, "[256]"], "SI": ["386", "00|10(?:22|66|88|99)", "[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}", [5, 6, 7, 8], [["(\\d{2})(\\d{3,6})", "$1 $2", ["8[09]|9"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["59|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37][01]|4[0139]|51|6"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-57]"], "(0$1)"]], "0", 0, 0, 0, 0, 0, 0, "00"], "SJ": ["47", "00", "0\\d{4}|(?:[489]\\d|79)\\d{6}", [5, 8], 0, 0, 0, 0, 0, 0, "79"], "SK": ["421", "00", "[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}", [6, 7, 9], [["(\\d)(\\d{2})(\\d{3,4})", "$1 $2 $3", ["21"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["[3-5][1-8]1", "[3-5][1-8]1[67]"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1/$2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[689]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1/$2 $3 $4", ["[3-5]"], "0$1"]], "0"], "SL": ["232", "00", "(?:[237-9]\\d|66)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[236-9]"], "(0$1)"]], "0"], "SM": ["378", "00", "(?:0549|[5-7]\\d)\\d{6}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]"]], ["(\\d{4})(\\d{6})", "$1 $2", ["0"]]], 0, 0, "([89]\\d{5})$", "0549$1"], "SN": ["221", "00", "(?:[378]\\d|93)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[379]"]]]], "SO": ["252", "00", "[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}", [6, 7, 8, 9], [["(\\d{2})(\\d{4})", "$1 $2", ["8[125]"]], ["(\\d{6})", "$1", ["[134]"]], ["(\\d)(\\d{6})", "$1 $2", ["[15]|2[0-79]|3[0-46-8]|4[0-7]"]], ["(\\d)(\\d{7})", "$1 $2", ["(?:2|90)4|[67]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[348]|64|79|90"]], ["(\\d{2})(\\d{5,7})", "$1 $2", ["1|28|6[0-35-9]|7[67]|9[2-9]"]]], "0"], "SR": ["597", "00", "(?:[2-5]|[6-8]\\d|90)\\d{5}", [6, 7], [["(\\d{2})(\\d{2})(\\d{2})", "$1-$2-$3", ["56"]], ["(\\d{3})(\\d{3})", "$1-$2", ["[2-5]"]], ["(\\d{3})(\\d{4})", "$1-$2", ["[6-9]"]]]], "SS": ["211", "00", "[19]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], "ST": ["239", "00", "(?:22|9\\d)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[29]"]]]], "SV": ["503", "00", "[25-7]\\d{7}|(?:80\\d|900)\\d{4}(?:\\d{4})?", [7, 8, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[89]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[25-7]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[89]"]]]], "SX": ["1", "011", "7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "(5\\d{6})$|1", "721$1", 0, "721"], "SY": ["963", "00", "[1-359]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-4]|5[1-3]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[59]"], "0$1", 1]], "0"], "SZ": ["268", "00", "0800\\d{4}|(?:[237]\\d|900)\\d{6}", [8, 9], [["(\\d{4})(\\d{4})", "$1 $2", ["[0237]"]], ["(\\d{5})(\\d{4})", "$1 $2", ["9"]]]], "TA": ["290", "00", "8\\d{3}", [4], 0, 0, 0, 0, 0, 0, "8"], "TC": ["1", "011", "(?:[58]\\d\\d|649|900)\\d{7}", [10], 0, "1", 0, "([2-479]\\d{6})$|1", "649$1", 0, "649"], "TD": ["235", "00|16", "(?:22|30|[689]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[236-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "TG": ["228", "00", "[279]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[279]"]]]], "TH": ["66", "00[1-9]", "(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}", [8, 9, 10, 13], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[13-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "TJ": ["992", "810", "(?:[0-57-9]\\d|66)\\d{7}", [9], [["(\\d{6})(\\d)(\\d{2})", "$1 $2 $3", ["331", "3317"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["44[02-479]|[34]7"]], ["(\\d{4})(\\d)(\\d{4})", "$1 $2 $3", ["3(?:[1245]|3[12])"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["\\d"]]], 0, 0, 0, 0, 0, 0, 0, "8~10"], "TK": ["690", "00", "[2-47]\\d{3,6}", [4, 5, 6, 7]], "TL": ["670", "00", "7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-489]|70"]], ["(\\d{4})(\\d{4})", "$1 $2", ["7"]]]], "TM": ["993", "810", "(?:[1-6]\\d|71)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["12"], "(8 $1)"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-5]"], "(8 $1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[67]"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], "TN": ["216", "00", "[2-57-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-57-9]"]]]], "TO": ["676", "00", "(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}", [5, 7], [["(\\d{2})(\\d{3})", "$1-$2", ["[2-4]|50|6[09]|7[0-24-69]|8[05]"]], ["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[5-9]"]]]], "TR": ["90", "00", "4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}", [7, 10, 12, 13], [["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["512|8[01589]|90"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5(?:[0-59]|61)", "5(?:[0-59]|61[06])", "5(?:[0-59]|61[06]1)"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24][1-8]|3[1-9]"], "(0$1)", 1], ["(\\d{3})(\\d{3})(\\d{6,7})", "$1 $2 $3", ["80"], "0$1", 1]], "0"], "TT": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-46-8]\\d{6})$|1", "868$1", 0, "868"], "TV": ["688", "00", "(?:2|7\\d\\d|90)\\d{4}", [5, 6, 7], [["(\\d{2})(\\d{3})", "$1 $2", ["2"]], ["(\\d{2})(\\d{4})", "$1 $2", ["90"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], "TW": ["886", "0(?:0[25-79]|19)", "[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}", [7, 8, 9, 10, 11], [["(\\d{2})(\\d)(\\d{4})", "$1 $2 $3", ["202"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[258]0"], "0$1"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]", "[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, "#"], "TZ": ["255", "00[056]", "(?:[25-8]\\d|41|90)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[24]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["5"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[67]"], "0$1"]], "0"], "UA": ["380", "00", "[89]\\d{9}|[3-9]\\d{8}", [9, 10], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]", "6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])", "3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|89|9[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "0~0"], "UG": ["256", "00[057]", "800\\d{6}|(?:[29]0|[347]\\d)\\d{7}", [9], [["(\\d{4})(\\d{5})", "$1 $2", ["202", "2024"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[27-9]|4(?:6[45]|[7-9])"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[34]"], "0$1"]], "0"], "US": ["1", "011", "[2-9]\\d{9}|3\\d{6}", [10], [["(\\d{3})(\\d{4})", "$1-$2", ["310"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "($1) $2-$3", ["[2-9]"], 0, 1, "$1-$2-$3"]], "1", 0, 0, 0, 0, 0, [["3052(?:0[0-8]|[1-9]\\d)\\d{4}|(?:2742|305[3-9])\\d{6}|(?:472|983)[2-47-9]\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-47-9]|1[02-9]|2[013-79]|3[0-24679]|4[167]|5[0-2]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-57-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-269])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-247]|4[0378]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[0168]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-3589]|8[04-69]))[2-9]\\d{6}"], [""], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"], ["900[2-9]\\d{6}"], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}"], 0, 0, 0, ["305209\\d{4}"]]], "UY": ["598", "0(?:0|1[3-9]\\d)", "0004\\d{2,9}|[1249]\\d{7}|2\\d{3,4}|(?:[49]\\d|80)\\d{5}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d{4,5})", "$1", ["21"]], ["(\\d{3})(\\d{3,4})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[49]0|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[124]"]], ["(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3 $4", ["0"]]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "], "UZ": ["998", "00", "(?:20|33|[5-9]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[235-9]"]]]], "VA": ["39", "00", "0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}", [6, 7, 8, 9, 10, 11, 12], 0, 0, 0, 0, 0, 0, "06698"], "VC": ["1", "011", "(?:[58]\\d\\d|784|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "784$1", 0, "784"], "VE": ["58", "00", "[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}", [10], [["(\\d{3})(\\d{7})", "$1-$2", ["[24-689]"], "0$1"]], "0"], "VG": ["1", "011", "(?:284|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-578]\\d{6})$|1", "284$1", 0, "284"], "VI": ["1", "011", "[58]\\d{9}|(?:34|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "340$1", 0, "340"], "VN": ["84", "00", "[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["80"], "0$1", 1], ["(\\d{4})(\\d{4,6})", "$1 $2", ["1"], 0, 1], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["6"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[357-9]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["2[48]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["2"], "0$1", 1]], "0"], "VU": ["678", "00", "[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}", [5, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["[57-9]"]]]], "WF": ["681", "00", "(?:40|72|8\\d{4})\\d{4}|[89]\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[47-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], "WS": ["685", "0", "(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}", [5, 6, 7, 10], [["(\\d{5})", "$1", ["[2-5]|6[1-9]"]], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[68]"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], "XK": ["383", "00", "2\\d{7,8}|3\\d{7,11}|(?:4\\d\\d|[89]00)\\d{5}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2|39"], "0$1"], ["(\\d{2})(\\d{7,10})", "$1 $2", ["3"], "0$1"]], "0"], "YE": ["967", "00", "(?:1|7\\d)\\d{7}|[1-7]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-6]|7(?:[24-6]|8[0-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"], "0$1"]], "0"], "YT": ["262", "00", "7093\\d{5}|(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"], ["(?:639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])|7093[5-7])\\d{4}"], ["80\\d{7}"], 0, 0, 0, 0, 0, ["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]], "ZA": ["27", "00", "[1-79]\\d{8}|8\\d{4,9}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,4})", "$1 $2", ["8[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["8[1-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["860"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], "ZM": ["260", "00", "800\\d{6}|(?:21|[579]\\d|63)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[579]"], "0$1"]], "0"], "ZW": ["263", "00", "2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}", [5, 6, 7, 8, 9, 10], [["(\\d{3})(\\d{3,5})", "$1 $2", ["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"], "0$1"], ["(\\d)(\\d{3})(\\d{2,4})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["80"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2", "2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)", "2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["29[013-9]|39|54"], "0$1"], ["(\\d{4})(\\d{3,5})", "$1 $2", ["(?:25|54)8", "258|5483"], "0$1"]], "0"] }, "nonGeographic": { "800": ["800", 0, "(?:00|[1-9]\\d)\\d{6}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["\\d"]]], 0, 0, 0, 0, 0, 0, [0, 0, ["(?:00|[1-9]\\d)\\d{6}"]]], "808": ["808", 0, "[1-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[1-9]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, 0, ["[1-9]\\d{7}"]]], "870": ["870", 0, "7\\d{11}|[235-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"], 0, 0, 0, 0, 0, 0, ["2\\d{8}", [9]]]], "878": ["878", 0, "10\\d{10}", [12], [["(\\d{2})(\\d{5})(\\d{5})", "$1 $2 $3", ["1"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["10\\d{10}"]]], "881": ["881", 0, "6\\d{9}|[0-36-9]\\d{8}", [9, 10], [["(\\d)(\\d{3})(\\d{5})", "$1 $2 $3", ["[0-37-9]"]], ["(\\d)(\\d{3})(\\d{5,6})", "$1 $2 $3", ["6"]]], 0, 0, 0, 0, 0, 0, [0, ["6\\d{9}|[0-36-9]\\d{8}"]]], "882": ["882", 0, "[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5})", "$1 $2", ["16|342"]], ["(\\d{2})(\\d{6})", "$1 $2", ["49"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["1[36]|9"]], ["(\\d{2})(\\d{4})(\\d{3})", "$1 $2 $3", ["3[23]"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["16"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|23|3(?:[15]|4[57])|4|51"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["34"]], ["(\\d{2})(\\d{4,5})(\\d{5})", "$1 $2 $3", ["[1-35]"]]], 0, 0, 0, 0, 0, 0, [0, ["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|50\\d{3})\\d{7}", [7, 8, 9, 10, 12]], 0, 0, 0, ["348[57]\\d{7}", [11]], 0, 0, ["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]], "883": ["883", 0, "(?:[1-4]\\d|51)\\d{6,10}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,8})", "$1 $2 $3", ["[14]|2[24-689]|3[02-689]|51[24-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["510"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["21"]], ["(\\d{4})(\\d{4})(\\d{4})", "$1 $2 $3", ["51[13]"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[235]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]], "888": ["888", 0, "\\d{11}", [11], [["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3"]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, ["\\d{11}"]]], "979": ["979", 0, "[1359]\\d{8}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[1359]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, ["[1359]\\d{8}"]]] } };
|
|
21491
21535
|
function withMetadataArgument(func, _arguments) {
|
|
21492
21536
|
var args = Array.prototype.slice.call(_arguments);
|
|
21493
21537
|
args.push(metadata);
|
|
@@ -21515,32 +21559,39 @@ var objectConstructor = {}.constructor;
|
|
|
21515
21559
|
function isObject(object) {
|
|
21516
21560
|
return object !== void 0 && object !== null && object.constructor === objectConstructor;
|
|
21517
21561
|
}
|
|
21518
|
-
function _typeof$
|
|
21562
|
+
function _typeof$7(o) {
|
|
21519
21563
|
"@babel/helpers - typeof";
|
|
21520
|
-
return _typeof$
|
|
21521
|
-
return typeof
|
|
21522
|
-
} : function(
|
|
21523
|
-
return
|
|
21524
|
-
}, _typeof$
|
|
21564
|
+
return _typeof$7 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
21565
|
+
return typeof o2;
|
|
21566
|
+
} : function(o2) {
|
|
21567
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
21568
|
+
}, _typeof$7(o);
|
|
21525
21569
|
}
|
|
21526
|
-
function _classCallCheck$2(
|
|
21527
|
-
if (!(
|
|
21528
|
-
throw new TypeError("Cannot call a class as a function");
|
|
21529
|
-
}
|
|
21570
|
+
function _classCallCheck$2(a, n) {
|
|
21571
|
+
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
21530
21572
|
}
|
|
21531
|
-
function _defineProperties$1(
|
|
21532
|
-
for (var
|
|
21533
|
-
var
|
|
21534
|
-
|
|
21535
|
-
descriptor.configurable = true;
|
|
21536
|
-
if ("value" in descriptor) descriptor.writable = true;
|
|
21537
|
-
Object.defineProperty(target, descriptor.key, descriptor);
|
|
21573
|
+
function _defineProperties$1(e, r) {
|
|
21574
|
+
for (var t2 = 0; t2 < r.length; t2++) {
|
|
21575
|
+
var o = r[t2];
|
|
21576
|
+
o.enumerable = o.enumerable || false, o.configurable = true, "value" in o && (o.writable = true), Object.defineProperty(e, _toPropertyKey$6(o.key), o);
|
|
21538
21577
|
}
|
|
21539
21578
|
}
|
|
21540
|
-
function _createClass$2(
|
|
21541
|
-
|
|
21542
|
-
|
|
21543
|
-
|
|
21579
|
+
function _createClass$2(e, r, t2) {
|
|
21580
|
+
return r && _defineProperties$1(e.prototype, r), Object.defineProperty(e, "prototype", { writable: false }), e;
|
|
21581
|
+
}
|
|
21582
|
+
function _toPropertyKey$6(t2) {
|
|
21583
|
+
var i = _toPrimitive$6(t2, "string");
|
|
21584
|
+
return "symbol" == _typeof$7(i) ? i : i + "";
|
|
21585
|
+
}
|
|
21586
|
+
function _toPrimitive$6(t2, r) {
|
|
21587
|
+
if ("object" != _typeof$7(t2) || !t2) return t2;
|
|
21588
|
+
var e = t2[Symbol.toPrimitive];
|
|
21589
|
+
if (void 0 !== e) {
|
|
21590
|
+
var i = e.call(t2, r);
|
|
21591
|
+
if ("object" != _typeof$7(i)) return i;
|
|
21592
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
21593
|
+
}
|
|
21594
|
+
return String(t2);
|
|
21544
21595
|
}
|
|
21545
21596
|
var V3 = "1.2.0";
|
|
21546
21597
|
var V4 = "1.7.35";
|
|
@@ -21553,7 +21604,7 @@ var Metadata = /* @__PURE__ */ function() {
|
|
|
21553
21604
|
this.metadata = metadata2;
|
|
21554
21605
|
setVersion.call(this, metadata2);
|
|
21555
21606
|
}
|
|
21556
|
-
_createClass$2(Metadata2, [{
|
|
21607
|
+
return _createClass$2(Metadata2, [{
|
|
21557
21608
|
key: "getCountries",
|
|
21558
21609
|
value: function getCountries() {
|
|
21559
21610
|
return Object.keys(this.metadata.countries).filter(function(_) {
|
|
@@ -21758,7 +21809,6 @@ var Metadata = /* @__PURE__ */ function() {
|
|
|
21758
21809
|
return this.numberingPlan !== void 0;
|
|
21759
21810
|
}
|
|
21760
21811
|
}]);
|
|
21761
|
-
return Metadata2;
|
|
21762
21812
|
}();
|
|
21763
21813
|
var NumberingPlan = /* @__PURE__ */ function() {
|
|
21764
21814
|
function NumberingPlan2(metadata2, globalMetadataObject) {
|
|
@@ -21767,7 +21817,7 @@ var NumberingPlan = /* @__PURE__ */ function() {
|
|
|
21767
21817
|
this.metadata = metadata2;
|
|
21768
21818
|
setVersion.call(this, globalMetadataObject.metadata);
|
|
21769
21819
|
}
|
|
21770
|
-
_createClass$2(NumberingPlan2, [{
|
|
21820
|
+
return _createClass$2(NumberingPlan2, [{
|
|
21771
21821
|
key: "callingCode",
|
|
21772
21822
|
value: function callingCode() {
|
|
21773
21823
|
return this.metadata[0];
|
|
@@ -21906,7 +21956,6 @@ var NumberingPlan = /* @__PURE__ */ function() {
|
|
|
21906
21956
|
return this.metadata[13] || DEFAULT_EXT_PREFIX;
|
|
21907
21957
|
}
|
|
21908
21958
|
}]);
|
|
21909
|
-
return NumberingPlan2;
|
|
21910
21959
|
}();
|
|
21911
21960
|
var Format = /* @__PURE__ */ function() {
|
|
21912
21961
|
function Format2(format2, metadata2) {
|
|
@@ -21914,7 +21963,7 @@ var Format = /* @__PURE__ */ function() {
|
|
|
21914
21963
|
this._format = format2;
|
|
21915
21964
|
this.metadata = metadata2;
|
|
21916
21965
|
}
|
|
21917
|
-
_createClass$2(Format2, [{
|
|
21966
|
+
return _createClass$2(Format2, [{
|
|
21918
21967
|
key: "pattern",
|
|
21919
21968
|
value: function pattern() {
|
|
21920
21969
|
return this._format[0];
|
|
@@ -21957,7 +22006,6 @@ var Format = /* @__PURE__ */ function() {
|
|
|
21957
22006
|
return this._format[5] || this.format();
|
|
21958
22007
|
}
|
|
21959
22008
|
}]);
|
|
21960
|
-
return Format2;
|
|
21961
22009
|
}();
|
|
21962
22010
|
var FIRST_GROUP_ONLY_PREFIX_PATTERN = /^\(?\$1\)?$/;
|
|
21963
22011
|
var Type = /* @__PURE__ */ function() {
|
|
@@ -21966,7 +22014,7 @@ var Type = /* @__PURE__ */ function() {
|
|
|
21966
22014
|
this.type = type;
|
|
21967
22015
|
this.metadata = metadata2;
|
|
21968
22016
|
}
|
|
21969
|
-
_createClass$2(Type2, [{
|
|
22017
|
+
return _createClass$2(Type2, [{
|
|
21970
22018
|
key: "pattern",
|
|
21971
22019
|
value: function pattern() {
|
|
21972
22020
|
if (this.metadata.v1) return this.type;
|
|
@@ -21979,7 +22027,6 @@ var Type = /* @__PURE__ */ function() {
|
|
|
21979
22027
|
return this.type[1] || this.metadata.possibleLengths();
|
|
21980
22028
|
}
|
|
21981
22029
|
}]);
|
|
21982
|
-
return Type2;
|
|
21983
22030
|
}();
|
|
21984
22031
|
function getType(types, type) {
|
|
21985
22032
|
switch (type) {
|
|
@@ -22014,12 +22061,12 @@ function validateMetadata(metadata2) {
|
|
|
22014
22061
|
}
|
|
22015
22062
|
}
|
|
22016
22063
|
var typeOf = function typeOf2(_) {
|
|
22017
|
-
return _typeof$
|
|
22064
|
+
return _typeof$7(_);
|
|
22018
22065
|
};
|
|
22019
22066
|
function getCountryCallingCode(country, metadata2) {
|
|
22020
22067
|
metadata2 = new Metadata(metadata2);
|
|
22021
22068
|
if (metadata2.hasCountry(country)) {
|
|
22022
|
-
return metadata2.
|
|
22069
|
+
return metadata2.selectNumberingPlan(country).countryCallingCode();
|
|
22023
22070
|
}
|
|
22024
22071
|
throw new Error("Unknown country: ".concat(country));
|
|
22025
22072
|
}
|
|
@@ -22045,10 +22092,14 @@ function setVersion(metadata2) {
|
|
|
22045
22092
|
}
|
|
22046
22093
|
}
|
|
22047
22094
|
}
|
|
22048
|
-
function checkNumberLength(nationalNumber, metadata2) {
|
|
22049
|
-
return checkNumberLengthForType(nationalNumber, void 0, metadata2);
|
|
22095
|
+
function checkNumberLength(nationalNumber, country, metadata2) {
|
|
22096
|
+
return checkNumberLengthForType(nationalNumber, country, void 0, metadata2);
|
|
22050
22097
|
}
|
|
22051
|
-
function checkNumberLengthForType(nationalNumber, type, metadata2) {
|
|
22098
|
+
function checkNumberLengthForType(nationalNumber, country, type, metadata2) {
|
|
22099
|
+
if (country) {
|
|
22100
|
+
metadata2 = new Metadata(metadata2.metadata);
|
|
22101
|
+
metadata2.selectNumberingPlan(country);
|
|
22102
|
+
}
|
|
22052
22103
|
var type_info = metadata2.type(type);
|
|
22053
22104
|
var possible_lengths = type_info && type_info.possibleLengths() || metadata2.possibleLengths();
|
|
22054
22105
|
if (!possible_lengths) {
|
|
@@ -22085,7 +22136,7 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
22085
22136
|
if (!metadata2.hasCountry(input.country)) {
|
|
22086
22137
|
throw new Error("Unknown country: ".concat(input.country));
|
|
22087
22138
|
}
|
|
22088
|
-
metadata2.
|
|
22139
|
+
metadata2.selectNumberingPlan(input.country);
|
|
22089
22140
|
} else {
|
|
22090
22141
|
if (!input.countryCallingCode) {
|
|
22091
22142
|
throw new Error("Invalid phone number object passed");
|
|
@@ -22094,7 +22145,7 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
22094
22145
|
}
|
|
22095
22146
|
}
|
|
22096
22147
|
if (metadata2.possibleLengths()) {
|
|
22097
|
-
return isPossibleNumber(input.phone || input.nationalNumber, metadata2);
|
|
22148
|
+
return isPossibleNumber(input.phone || input.nationalNumber, input.country, metadata2);
|
|
22098
22149
|
} else {
|
|
22099
22150
|
if (input.countryCallingCode && metadata2.isNonGeographicCallingCode(input.countryCallingCode)) {
|
|
22100
22151
|
return true;
|
|
@@ -22103,45 +22154,41 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
22103
22154
|
}
|
|
22104
22155
|
}
|
|
22105
22156
|
}
|
|
22106
|
-
function isPossibleNumber(nationalNumber, metadata2) {
|
|
22107
|
-
switch (checkNumberLength(nationalNumber, metadata2)) {
|
|
22157
|
+
function isPossibleNumber(nationalNumber, country, metadata2) {
|
|
22158
|
+
switch (checkNumberLength(nationalNumber, country, metadata2)) {
|
|
22108
22159
|
case "IS_POSSIBLE":
|
|
22109
22160
|
return true;
|
|
22110
22161
|
default:
|
|
22111
22162
|
return false;
|
|
22112
22163
|
}
|
|
22113
22164
|
}
|
|
22114
|
-
function matchesEntirely(text2,
|
|
22165
|
+
function matchesEntirely(text2, regularExpressionText) {
|
|
22115
22166
|
text2 = text2 || "";
|
|
22116
|
-
return new RegExp("^(?:" +
|
|
22117
|
-
}
|
|
22118
|
-
function _createForOfIteratorHelperLoose$
|
|
22119
|
-
var
|
|
22120
|
-
if (
|
|
22121
|
-
if (Array.isArray(
|
|
22122
|
-
|
|
22123
|
-
var
|
|
22167
|
+
return new RegExp("^(?:" + regularExpressionText + ")$").test(text2);
|
|
22168
|
+
}
|
|
22169
|
+
function _createForOfIteratorHelperLoose$2(r, e) {
|
|
22170
|
+
var t2 = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
22171
|
+
if (t2) return (t2 = t2.call(r)).next.bind(t2);
|
|
22172
|
+
if (Array.isArray(r) || (t2 = _unsupportedIterableToArray$3(r)) || e) {
|
|
22173
|
+
t2 && (r = t2);
|
|
22174
|
+
var o = 0;
|
|
22124
22175
|
return function() {
|
|
22125
|
-
|
|
22126
|
-
return { done: false, value: o[i++] };
|
|
22176
|
+
return o >= r.length ? { done: true } : { done: false, value: r[o++] };
|
|
22127
22177
|
};
|
|
22128
22178
|
}
|
|
22129
22179
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22130
22180
|
}
|
|
22131
|
-
function _unsupportedIterableToArray$
|
|
22132
|
-
if (
|
|
22133
|
-
|
|
22134
|
-
|
|
22135
|
-
|
|
22136
|
-
if (n === "Map" || n === "Set") return Array.from(o);
|
|
22137
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$4(o, minLen);
|
|
22138
|
-
}
|
|
22139
|
-
function _arrayLikeToArray$4(arr, len) {
|
|
22140
|
-
if (len == null || len > arr.length) len = arr.length;
|
|
22141
|
-
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
22142
|
-
arr2[i] = arr[i];
|
|
22181
|
+
function _unsupportedIterableToArray$3(r, a) {
|
|
22182
|
+
if (r) {
|
|
22183
|
+
if ("string" == typeof r) return _arrayLikeToArray$3(r, a);
|
|
22184
|
+
var t2 = {}.toString.call(r).slice(8, -1);
|
|
22185
|
+
return "Object" === t2 && r.constructor && (t2 = r.constructor.name), "Map" === t2 || "Set" === t2 ? Array.from(r) : "Arguments" === t2 || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t2) ? _arrayLikeToArray$3(r, a) : void 0;
|
|
22143
22186
|
}
|
|
22144
|
-
|
|
22187
|
+
}
|
|
22188
|
+
function _arrayLikeToArray$3(r, a) {
|
|
22189
|
+
(null == a || a > r.length) && (a = r.length);
|
|
22190
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
22191
|
+
return n;
|
|
22145
22192
|
}
|
|
22146
22193
|
var NON_FIXED_LINE_PHONE_TYPES = ["MOBILE", "PREMIUM_RATE", "TOLL_FREE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL"];
|
|
22147
22194
|
function getNumberType(input, options, metadata2) {
|
|
@@ -22167,7 +22214,7 @@ function getNumberType(input, options, metadata2) {
|
|
|
22167
22214
|
}
|
|
22168
22215
|
return "FIXED_LINE";
|
|
22169
22216
|
}
|
|
22170
|
-
for (var _iterator = _createForOfIteratorHelperLoose$
|
|
22217
|
+
for (var _iterator = _createForOfIteratorHelperLoose$2(NON_FIXED_LINE_PHONE_TYPES), _step; !(_step = _iterator()).done; ) {
|
|
22171
22218
|
var type = _step.value;
|
|
22172
22219
|
if (isNumberTypeEqualTo(nationalNumber, type, metadata2)) {
|
|
22173
22220
|
return type;
|
|
@@ -22286,7 +22333,63 @@ function extractNationalNumberFromPossiblyIncompleteNumber(number2, metadata2) {
|
|
|
22286
22333
|
nationalNumber: number2
|
|
22287
22334
|
};
|
|
22288
22335
|
}
|
|
22289
|
-
function
|
|
22336
|
+
function _createForOfIteratorHelperLoose$1(r, e) {
|
|
22337
|
+
var t2 = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
22338
|
+
if (t2) return (t2 = t2.call(r)).next.bind(t2);
|
|
22339
|
+
if (Array.isArray(r) || (t2 = _unsupportedIterableToArray$2(r)) || e) {
|
|
22340
|
+
t2 && (r = t2);
|
|
22341
|
+
var o = 0;
|
|
22342
|
+
return function() {
|
|
22343
|
+
return o >= r.length ? { done: true } : { done: false, value: r[o++] };
|
|
22344
|
+
};
|
|
22345
|
+
}
|
|
22346
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22347
|
+
}
|
|
22348
|
+
function _unsupportedIterableToArray$2(r, a) {
|
|
22349
|
+
if (r) {
|
|
22350
|
+
if ("string" == typeof r) return _arrayLikeToArray$2(r, a);
|
|
22351
|
+
var t2 = {}.toString.call(r).slice(8, -1);
|
|
22352
|
+
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;
|
|
22353
|
+
}
|
|
22354
|
+
}
|
|
22355
|
+
function _arrayLikeToArray$2(r, a) {
|
|
22356
|
+
(null == a || a > r.length) && (a = r.length);
|
|
22357
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
22358
|
+
return n;
|
|
22359
|
+
}
|
|
22360
|
+
function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
|
|
22361
|
+
var countries = _ref.countries, metadata2 = _ref.metadata;
|
|
22362
|
+
metadata2 = new Metadata(metadata2);
|
|
22363
|
+
for (var _iterator = _createForOfIteratorHelperLoose$1(countries), _step; !(_step = _iterator()).done; ) {
|
|
22364
|
+
var country = _step.value;
|
|
22365
|
+
metadata2.selectNumberingPlan(country);
|
|
22366
|
+
if (metadata2.leadingDigits()) {
|
|
22367
|
+
if (nationalPhoneNumber && nationalPhoneNumber.search(metadata2.leadingDigits()) === 0) {
|
|
22368
|
+
return country;
|
|
22369
|
+
}
|
|
22370
|
+
} else if (getNumberType({
|
|
22371
|
+
phone: nationalPhoneNumber,
|
|
22372
|
+
country
|
|
22373
|
+
}, void 0, metadata2.metadata)) {
|
|
22374
|
+
return country;
|
|
22375
|
+
}
|
|
22376
|
+
}
|
|
22377
|
+
}
|
|
22378
|
+
function getCountryByCallingCode(callingCode, _ref) {
|
|
22379
|
+
var nationalPhoneNumber = _ref.nationalNumber, metadata2 = _ref.metadata;
|
|
22380
|
+
var possibleCountries = metadata2.getCountryCodesForCallingCode(callingCode);
|
|
22381
|
+
if (!possibleCountries) {
|
|
22382
|
+
return;
|
|
22383
|
+
}
|
|
22384
|
+
if (possibleCountries.length === 1) {
|
|
22385
|
+
return possibleCountries[0];
|
|
22386
|
+
}
|
|
22387
|
+
return getCountryByNationalNumber(nationalPhoneNumber, {
|
|
22388
|
+
countries: possibleCountries,
|
|
22389
|
+
metadata: metadata2.metadata
|
|
22390
|
+
});
|
|
22391
|
+
}
|
|
22392
|
+
function extractNationalNumber(number2, country, metadata2) {
|
|
22290
22393
|
var _extractNationalNumbe = extractNationalNumberFromPossiblyIncompleteNumber(number2, metadata2), carrierCode = _extractNationalNumbe.carrierCode, nationalNumber = _extractNationalNumbe.nationalNumber;
|
|
22291
22394
|
if (nationalNumber !== number2) {
|
|
22292
22395
|
if (!shouldHaveExtractedNationalPrefix(number2, nationalNumber, metadata2)) {
|
|
@@ -22294,8 +22397,14 @@ function extractNationalNumber(number2, metadata2) {
|
|
|
22294
22397
|
nationalNumber: number2
|
|
22295
22398
|
};
|
|
22296
22399
|
}
|
|
22297
|
-
if (metadata2.possibleLengths()) {
|
|
22298
|
-
if (!
|
|
22400
|
+
if (metadata2.numberingPlan.possibleLengths()) {
|
|
22401
|
+
if (!country) {
|
|
22402
|
+
country = getCountryByCallingCode(metadata2.numberingPlan.callingCode(), {
|
|
22403
|
+
nationalNumber,
|
|
22404
|
+
metadata: metadata2
|
|
22405
|
+
});
|
|
22406
|
+
}
|
|
22407
|
+
if (!isPossibleIncompleteNationalNumber(nationalNumber, country, metadata2)) {
|
|
22299
22408
|
return {
|
|
22300
22409
|
nationalNumber: number2
|
|
22301
22410
|
};
|
|
@@ -22313,8 +22422,8 @@ function shouldHaveExtractedNationalPrefix(nationalNumberBefore, nationalNumberA
|
|
|
22313
22422
|
}
|
|
22314
22423
|
return true;
|
|
22315
22424
|
}
|
|
22316
|
-
function isPossibleIncompleteNationalNumber(nationalNumber, metadata2) {
|
|
22317
|
-
switch (checkNumberLength(nationalNumber, metadata2)) {
|
|
22425
|
+
function isPossibleIncompleteNationalNumber(nationalNumber, country, metadata2) {
|
|
22426
|
+
switch (checkNumberLength(nationalNumber, country, metadata2)) {
|
|
22318
22427
|
case "TOO_SHORT":
|
|
22319
22428
|
case "INVALID_LENGTH":
|
|
22320
22429
|
return false;
|
|
@@ -22322,15 +22431,15 @@ function isPossibleIncompleteNationalNumber(nationalNumber, metadata2) {
|
|
|
22322
22431
|
return true;
|
|
22323
22432
|
}
|
|
22324
22433
|
}
|
|
22325
|
-
function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country,
|
|
22326
|
-
var countryCallingCode =
|
|
22434
|
+
function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country, defaultCountry, defaultCallingCode, metadata2) {
|
|
22435
|
+
var countryCallingCode = defaultCountry ? getCountryCallingCode(defaultCountry, metadata2) : defaultCallingCode;
|
|
22327
22436
|
if (number2.indexOf(countryCallingCode) === 0) {
|
|
22328
22437
|
metadata2 = new Metadata(metadata2);
|
|
22329
|
-
metadata2.selectNumberingPlan(
|
|
22438
|
+
metadata2.selectNumberingPlan(defaultCountry, countryCallingCode);
|
|
22330
22439
|
var possibleShorterNumber = number2.slice(countryCallingCode.length);
|
|
22331
|
-
var _extractNationalNumbe = extractNationalNumber(possibleShorterNumber, metadata2), possibleShorterNationalNumber = _extractNationalNumbe.nationalNumber;
|
|
22332
|
-
var _extractNationalNumbe2 = extractNationalNumber(number2, metadata2), nationalNumber = _extractNationalNumbe2.nationalNumber;
|
|
22333
|
-
if (!matchesEntirely(nationalNumber, metadata2.nationalNumberPattern()) && matchesEntirely(possibleShorterNationalNumber, metadata2.nationalNumberPattern()) || checkNumberLength(nationalNumber, metadata2) === "TOO_LONG") {
|
|
22440
|
+
var _extractNationalNumbe = extractNationalNumber(possibleShorterNumber, country, metadata2), possibleShorterNationalNumber = _extractNationalNumbe.nationalNumber;
|
|
22441
|
+
var _extractNationalNumbe2 = extractNationalNumber(number2, country, metadata2), nationalNumber = _extractNationalNumbe2.nationalNumber;
|
|
22442
|
+
if (!matchesEntirely(nationalNumber, metadata2.nationalNumberPattern()) && matchesEntirely(possibleShorterNationalNumber, metadata2.nationalNumberPattern()) || checkNumberLength(nationalNumber, country, metadata2) === "TOO_LONG") {
|
|
22334
22443
|
return {
|
|
22335
22444
|
countryCallingCode,
|
|
22336
22445
|
number: possibleShorterNumber
|
|
@@ -22341,19 +22450,19 @@ function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2
|
|
|
22341
22450
|
number: number2
|
|
22342
22451
|
};
|
|
22343
22452
|
}
|
|
22344
|
-
function extractCountryCallingCode(number2, country,
|
|
22453
|
+
function extractCountryCallingCode(number2, country, defaultCountry, defaultCallingCode, metadata2) {
|
|
22345
22454
|
if (!number2) {
|
|
22346
22455
|
return {};
|
|
22347
22456
|
}
|
|
22348
22457
|
var isNumberWithIddPrefix;
|
|
22349
22458
|
if (number2[0] !== "+") {
|
|
22350
|
-
var numberWithoutIDD = stripIddPrefix(number2,
|
|
22459
|
+
var numberWithoutIDD = stripIddPrefix(number2, defaultCountry, defaultCallingCode, metadata2);
|
|
22351
22460
|
if (numberWithoutIDD && numberWithoutIDD !== number2) {
|
|
22352
22461
|
isNumberWithIddPrefix = true;
|
|
22353
22462
|
number2 = "+" + numberWithoutIDD;
|
|
22354
22463
|
} else {
|
|
22355
|
-
if (
|
|
22356
|
-
var _extractCountryCallin = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country,
|
|
22464
|
+
if (defaultCountry || defaultCallingCode) {
|
|
22465
|
+
var _extractCountryCallin = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country, defaultCountry, defaultCallingCode, metadata2), countryCallingCode = _extractCountryCallin.countryCallingCode, shorterNumber = _extractCountryCallin.number;
|
|
22357
22466
|
if (countryCallingCode) {
|
|
22358
22467
|
return {
|
|
22359
22468
|
countryCallingCodeSource: "FROM_NUMBER_WITHOUT_PLUS_SIGN",
|
|
@@ -22477,63 +22586,6 @@ function formatRFC3966(_ref) {
|
|
|
22477
22586
|
}
|
|
22478
22587
|
return "tel:".concat(number2).concat(ext ? ";ext=" + ext : "");
|
|
22479
22588
|
}
|
|
22480
|
-
function _createForOfIteratorHelperLoose$2(o, allowArrayLike) {
|
|
22481
|
-
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
22482
|
-
if (it) return (it = it.call(o)).next.bind(it);
|
|
22483
|
-
if (Array.isArray(o) || (it = _unsupportedIterableToArray$3(o)) || allowArrayLike) {
|
|
22484
|
-
if (it) o = it;
|
|
22485
|
-
var i = 0;
|
|
22486
|
-
return function() {
|
|
22487
|
-
if (i >= o.length) return { done: true };
|
|
22488
|
-
return { done: false, value: o[i++] };
|
|
22489
|
-
};
|
|
22490
|
-
}
|
|
22491
|
-
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22492
|
-
}
|
|
22493
|
-
function _unsupportedIterableToArray$3(o, minLen) {
|
|
22494
|
-
if (!o) return;
|
|
22495
|
-
if (typeof o === "string") return _arrayLikeToArray$3(o, minLen);
|
|
22496
|
-
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
22497
|
-
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
22498
|
-
if (n === "Map" || n === "Set") return Array.from(o);
|
|
22499
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$3(o, minLen);
|
|
22500
|
-
}
|
|
22501
|
-
function _arrayLikeToArray$3(arr, len) {
|
|
22502
|
-
if (len == null || len > arr.length) len = arr.length;
|
|
22503
|
-
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
22504
|
-
arr2[i] = arr[i];
|
|
22505
|
-
}
|
|
22506
|
-
return arr2;
|
|
22507
|
-
}
|
|
22508
|
-
function ownKeys$6(object, enumerableOnly) {
|
|
22509
|
-
var keys = Object.keys(object);
|
|
22510
|
-
if (Object.getOwnPropertySymbols) {
|
|
22511
|
-
var symbols = Object.getOwnPropertySymbols(object);
|
|
22512
|
-
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
22513
|
-
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
22514
|
-
})), keys.push.apply(keys, symbols);
|
|
22515
|
-
}
|
|
22516
|
-
return keys;
|
|
22517
|
-
}
|
|
22518
|
-
function _objectSpread$6(target) {
|
|
22519
|
-
for (var i = 1; i < arguments.length; i++) {
|
|
22520
|
-
var source = null != arguments[i] ? arguments[i] : {};
|
|
22521
|
-
i % 2 ? ownKeys$6(Object(source), true).forEach(function(key) {
|
|
22522
|
-
_defineProperty$6(target, key, source[key]);
|
|
22523
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$6(Object(source)).forEach(function(key) {
|
|
22524
|
-
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
22525
|
-
});
|
|
22526
|
-
}
|
|
22527
|
-
return target;
|
|
22528
|
-
}
|
|
22529
|
-
function _defineProperty$6(obj, key, value) {
|
|
22530
|
-
if (key in obj) {
|
|
22531
|
-
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
22532
|
-
} else {
|
|
22533
|
-
obj[key] = value;
|
|
22534
|
-
}
|
|
22535
|
-
return obj;
|
|
22536
|
-
}
|
|
22537
22589
|
var DEFAULT_OPTIONS = {
|
|
22538
22590
|
formatExtension: function formatExtension(formattedNumber, extension, metadata2) {
|
|
22539
22591
|
return "".concat(formattedNumber).concat(metadata2.ext()).concat(extension);
|
|
@@ -22541,7 +22593,7 @@ var DEFAULT_OPTIONS = {
|
|
|
22541
22593
|
};
|
|
22542
22594
|
function formatNumber(input, format2, options, metadata2) {
|
|
22543
22595
|
if (options) {
|
|
22544
|
-
options =
|
|
22596
|
+
options = merge({}, DEFAULT_OPTIONS, options);
|
|
22545
22597
|
} else {
|
|
22546
22598
|
options = DEFAULT_OPTIONS;
|
|
22547
22599
|
}
|
|
@@ -22550,7 +22602,7 @@ function formatNumber(input, format2, options, metadata2) {
|
|
|
22550
22602
|
if (!metadata2.hasCountry(input.country)) {
|
|
22551
22603
|
throw new Error("Unknown country: ".concat(input.country));
|
|
22552
22604
|
}
|
|
22553
|
-
metadata2.
|
|
22605
|
+
metadata2.selectNumberingPlan(input.country);
|
|
22554
22606
|
} else if (input.countryCallingCode) {
|
|
22555
22607
|
metadata2.selectNumberingPlan(input.countryCallingCode);
|
|
22556
22608
|
} else return input.phone || "";
|
|
@@ -22598,19 +22650,16 @@ function formatNationalNumber(number2, carrierCode, formatAs, metadata2, options
|
|
|
22598
22650
|
withNationalPrefix: format2.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && options && options.nationalPrefix === false ? false : true
|
|
22599
22651
|
});
|
|
22600
22652
|
}
|
|
22601
|
-
function chooseFormatForNumber(availableFormats,
|
|
22602
|
-
|
|
22603
|
-
var format2 = _step.value;
|
|
22653
|
+
function chooseFormatForNumber(availableFormats, nationalNumber) {
|
|
22654
|
+
return pickFirstMatchingElement(availableFormats, function(format2) {
|
|
22604
22655
|
if (format2.leadingDigitsPatterns().length > 0) {
|
|
22605
22656
|
var lastLeadingDigitsPattern = format2.leadingDigitsPatterns()[format2.leadingDigitsPatterns().length - 1];
|
|
22606
|
-
if (
|
|
22607
|
-
|
|
22657
|
+
if (nationalNumber.search(lastLeadingDigitsPattern) !== 0) {
|
|
22658
|
+
return false;
|
|
22608
22659
|
}
|
|
22609
22660
|
}
|
|
22610
|
-
|
|
22611
|
-
|
|
22612
|
-
}
|
|
22613
|
-
}
|
|
22661
|
+
return matchesEntirely(nationalNumber, format2.pattern());
|
|
22662
|
+
});
|
|
22614
22663
|
}
|
|
22615
22664
|
function addExtension(formattedNumber, ext, metadata2, formatExtension2) {
|
|
22616
22665
|
return ext ? formatExtension2(formattedNumber, ext, metadata2) : formattedNumber;
|
|
@@ -22629,53 +22678,87 @@ function formatIDD(nationalNumber, carrierCode, countryCallingCode, fromCountry,
|
|
|
22629
22678
|
return "".concat(iddPrefix, " ").concat(countryCallingCode, " ").concat(formatNationalNumber(nationalNumber, null, "INTERNATIONAL", metadata2));
|
|
22630
22679
|
}
|
|
22631
22680
|
}
|
|
22632
|
-
function
|
|
22633
|
-
var
|
|
22634
|
-
|
|
22635
|
-
|
|
22636
|
-
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
22637
|
-
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
22638
|
-
})), keys.push.apply(keys, symbols);
|
|
22681
|
+
function merge() {
|
|
22682
|
+
var i = 1;
|
|
22683
|
+
for (var _len = arguments.length, objects = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
22684
|
+
objects[_key] = arguments[_key];
|
|
22639
22685
|
}
|
|
22640
|
-
|
|
22641
|
-
|
|
22642
|
-
|
|
22643
|
-
|
|
22644
|
-
|
|
22645
|
-
|
|
22646
|
-
|
|
22647
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$5(Object(source)).forEach(function(key) {
|
|
22648
|
-
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
22649
|
-
});
|
|
22686
|
+
while (i < objects.length) {
|
|
22687
|
+
if (objects[i]) {
|
|
22688
|
+
for (var key in objects[i]) {
|
|
22689
|
+
objects[0][key] = objects[i][key];
|
|
22690
|
+
}
|
|
22691
|
+
}
|
|
22692
|
+
i++;
|
|
22650
22693
|
}
|
|
22651
|
-
return
|
|
22694
|
+
return objects[0];
|
|
22652
22695
|
}
|
|
22653
|
-
function
|
|
22654
|
-
|
|
22655
|
-
|
|
22656
|
-
|
|
22657
|
-
|
|
22696
|
+
function pickFirstMatchingElement(elements, testFunction) {
|
|
22697
|
+
var i = 0;
|
|
22698
|
+
while (i < elements.length) {
|
|
22699
|
+
if (testFunction(elements[i])) {
|
|
22700
|
+
return elements[i];
|
|
22701
|
+
}
|
|
22702
|
+
i++;
|
|
22658
22703
|
}
|
|
22659
|
-
return obj;
|
|
22660
22704
|
}
|
|
22661
|
-
function
|
|
22662
|
-
|
|
22663
|
-
|
|
22705
|
+
function _typeof$6(o) {
|
|
22706
|
+
"@babel/helpers - typeof";
|
|
22707
|
+
return _typeof$6 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
22708
|
+
return typeof o2;
|
|
22709
|
+
} : function(o2) {
|
|
22710
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
22711
|
+
}, _typeof$6(o);
|
|
22712
|
+
}
|
|
22713
|
+
function ownKeys$5(e, r) {
|
|
22714
|
+
var t2 = Object.keys(e);
|
|
22715
|
+
if (Object.getOwnPropertySymbols) {
|
|
22716
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
22717
|
+
r && (o = o.filter(function(r2) {
|
|
22718
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
22719
|
+
})), t2.push.apply(t2, o);
|
|
22720
|
+
}
|
|
22721
|
+
return t2;
|
|
22722
|
+
}
|
|
22723
|
+
function _objectSpread$5(e) {
|
|
22724
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
22725
|
+
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
22726
|
+
r % 2 ? ownKeys$5(Object(t2), true).forEach(function(r2) {
|
|
22727
|
+
_defineProperty$5(e, r2, t2[r2]);
|
|
22728
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$5(Object(t2)).forEach(function(r2) {
|
|
22729
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
22730
|
+
});
|
|
22664
22731
|
}
|
|
22732
|
+
return e;
|
|
22733
|
+
}
|
|
22734
|
+
function _defineProperty$5(e, r, t2) {
|
|
22735
|
+
return (r = _toPropertyKey$5(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
22736
|
+
}
|
|
22737
|
+
function _classCallCheck$1(a, n) {
|
|
22738
|
+
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
22665
22739
|
}
|
|
22666
|
-
function _defineProperties(
|
|
22667
|
-
for (var
|
|
22668
|
-
var
|
|
22669
|
-
|
|
22670
|
-
descriptor.configurable = true;
|
|
22671
|
-
if ("value" in descriptor) descriptor.writable = true;
|
|
22672
|
-
Object.defineProperty(target, descriptor.key, descriptor);
|
|
22740
|
+
function _defineProperties(e, r) {
|
|
22741
|
+
for (var t2 = 0; t2 < r.length; t2++) {
|
|
22742
|
+
var o = r[t2];
|
|
22743
|
+
o.enumerable = o.enumerable || false, o.configurable = true, "value" in o && (o.writable = true), Object.defineProperty(e, _toPropertyKey$5(o.key), o);
|
|
22673
22744
|
}
|
|
22674
22745
|
}
|
|
22675
|
-
function _createClass$1(
|
|
22676
|
-
|
|
22677
|
-
|
|
22678
|
-
|
|
22746
|
+
function _createClass$1(e, r, t2) {
|
|
22747
|
+
return r && _defineProperties(e.prototype, r), Object.defineProperty(e, "prototype", { writable: false }), e;
|
|
22748
|
+
}
|
|
22749
|
+
function _toPropertyKey$5(t2) {
|
|
22750
|
+
var i = _toPrimitive$5(t2, "string");
|
|
22751
|
+
return "symbol" == _typeof$6(i) ? i : i + "";
|
|
22752
|
+
}
|
|
22753
|
+
function _toPrimitive$5(t2, r) {
|
|
22754
|
+
if ("object" != _typeof$6(t2) || !t2) return t2;
|
|
22755
|
+
var e = t2[Symbol.toPrimitive];
|
|
22756
|
+
if (void 0 !== e) {
|
|
22757
|
+
var i = e.call(t2, r);
|
|
22758
|
+
if ("object" != _typeof$6(i)) return i;
|
|
22759
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
22760
|
+
}
|
|
22761
|
+
return String(t2);
|
|
22679
22762
|
}
|
|
22680
22763
|
var PhoneNumber = /* @__PURE__ */ function() {
|
|
22681
22764
|
function PhoneNumber2(countryOrCountryCallingCode, nationalNumber, metadata2) {
|
|
@@ -22686,22 +22769,20 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
22686
22769
|
if (typeof countryOrCountryCallingCode !== "string") {
|
|
22687
22770
|
throw new TypeError("First argument must be a string");
|
|
22688
22771
|
}
|
|
22689
|
-
if (
|
|
22690
|
-
|
|
22691
|
-
|
|
22772
|
+
if (countryOrCountryCallingCode[0] === "+" && !nationalNumber) {
|
|
22773
|
+
throw new TypeError("`metadata` argument not passed");
|
|
22774
|
+
}
|
|
22775
|
+
if (isObject(nationalNumber) && isObject(nationalNumber.countries)) {
|
|
22776
|
+
metadata2 = nationalNumber;
|
|
22777
|
+
var e164Number = countryOrCountryCallingCode;
|
|
22778
|
+
if (!E164_NUMBER_REGEXP.test(e164Number)) {
|
|
22779
|
+
throw new Error('Invalid `number` argument passed: must consist of a "+" followed by digits');
|
|
22692
22780
|
}
|
|
22693
|
-
|
|
22694
|
-
|
|
22695
|
-
|
|
22696
|
-
|
|
22697
|
-
|
|
22698
|
-
}
|
|
22699
|
-
var _extractCountryCallin = extractCountryCallingCode(e164Number, void 0, void 0, metadata2), _countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
22700
|
-
nationalNumber = number2;
|
|
22701
|
-
countryOrCountryCallingCode = _countryCallingCode;
|
|
22702
|
-
if (!nationalNumber) {
|
|
22703
|
-
throw new Error("Invalid `number` argument passed: too short");
|
|
22704
|
-
}
|
|
22781
|
+
var _extractCountryCallin = extractCountryCallingCode(e164Number, void 0, void 0, void 0, metadata2), _countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
22782
|
+
nationalNumber = number2;
|
|
22783
|
+
countryOrCountryCallingCode = _countryCallingCode;
|
|
22784
|
+
if (!nationalNumber) {
|
|
22785
|
+
throw new Error("Invalid `number` argument passed: too short");
|
|
22705
22786
|
}
|
|
22706
22787
|
}
|
|
22707
22788
|
if (!nationalNumber) {
|
|
@@ -22720,7 +22801,7 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
22720
22801
|
return metadata2;
|
|
22721
22802
|
};
|
|
22722
22803
|
}
|
|
22723
|
-
_createClass$1(PhoneNumber2, [{
|
|
22804
|
+
return _createClass$1(PhoneNumber2, [{
|
|
22724
22805
|
key: "setExt",
|
|
22725
22806
|
value: function setExt(ext) {
|
|
22726
22807
|
this.ext = ext;
|
|
@@ -22804,7 +22885,6 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
22804
22885
|
return this.format("RFC3966", options);
|
|
22805
22886
|
}
|
|
22806
22887
|
}]);
|
|
22807
|
-
return PhoneNumber2;
|
|
22808
22888
|
}();
|
|
22809
22889
|
var isCountryCode = function isCountryCode2(value) {
|
|
22810
22890
|
return /^[A-Z]{2}$/.test(value);
|
|
@@ -22826,131 +22906,95 @@ function getCountryAndCountryCallingCode(countryOrCountryCallingCode, metadataJs
|
|
|
22826
22906
|
};
|
|
22827
22907
|
}
|
|
22828
22908
|
var E164_NUMBER_REGEXP = /^\+\d+$/;
|
|
22829
|
-
function _typeof(
|
|
22909
|
+
function _typeof$5(o) {
|
|
22830
22910
|
"@babel/helpers - typeof";
|
|
22831
|
-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(
|
|
22832
|
-
return typeof
|
|
22833
|
-
} : function(
|
|
22834
|
-
return
|
|
22835
|
-
}, _typeof(
|
|
22836
|
-
}
|
|
22837
|
-
function _createClass(
|
|
22838
|
-
Object.defineProperty(
|
|
22839
|
-
|
|
22840
|
-
|
|
22841
|
-
|
|
22842
|
-
|
|
22843
|
-
|
|
22844
|
-
|
|
22845
|
-
}
|
|
22846
|
-
function
|
|
22847
|
-
if (
|
|
22848
|
-
|
|
22849
|
-
|
|
22850
|
-
|
|
22851
|
-
|
|
22852
|
-
if (
|
|
22853
|
-
|
|
22854
|
-
|
|
22855
|
-
|
|
22856
|
-
|
|
22857
|
-
|
|
22858
|
-
|
|
22859
|
-
|
|
22860
|
-
|
|
22861
|
-
|
|
22862
|
-
|
|
22863
|
-
|
|
22864
|
-
|
|
22865
|
-
|
|
22866
|
-
|
|
22867
|
-
function _possibleConstructorReturn(self2, call) {
|
|
22868
|
-
if (call && (_typeof(call) === "object" || typeof call === "function")) {
|
|
22869
|
-
return call;
|
|
22870
|
-
} else if (call !== void 0) {
|
|
22871
|
-
throw new TypeError("Derived constructors may only return object or undefined");
|
|
22872
|
-
}
|
|
22873
|
-
return _assertThisInitialized(self2);
|
|
22874
|
-
}
|
|
22875
|
-
function _assertThisInitialized(self2) {
|
|
22876
|
-
if (self2 === void 0) {
|
|
22877
|
-
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
22878
|
-
}
|
|
22879
|
-
return self2;
|
|
22880
|
-
}
|
|
22881
|
-
function _wrapNativeSuper(Class) {
|
|
22882
|
-
var _cache = typeof Map === "function" ? /* @__PURE__ */ new Map() : void 0;
|
|
22883
|
-
_wrapNativeSuper = function _wrapNativeSuper2(Class2) {
|
|
22884
|
-
if (Class2 === null || !_isNativeFunction(Class2)) return Class2;
|
|
22885
|
-
if (typeof Class2 !== "function") {
|
|
22886
|
-
throw new TypeError("Super expression must either be null or a function");
|
|
22887
|
-
}
|
|
22888
|
-
if (typeof _cache !== "undefined") {
|
|
22889
|
-
if (_cache.has(Class2)) return _cache.get(Class2);
|
|
22890
|
-
_cache.set(Class2, Wrapper);
|
|
22911
|
+
return _typeof$5 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
22912
|
+
return typeof o2;
|
|
22913
|
+
} : function(o2) {
|
|
22914
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
22915
|
+
}, _typeof$5(o);
|
|
22916
|
+
}
|
|
22917
|
+
function _createClass(e, r, t2) {
|
|
22918
|
+
return Object.defineProperty(e, "prototype", { writable: false }), e;
|
|
22919
|
+
}
|
|
22920
|
+
function _classCallCheck(a, n) {
|
|
22921
|
+
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
22922
|
+
}
|
|
22923
|
+
function _callSuper(t2, o, e) {
|
|
22924
|
+
return o = _getPrototypeOf(o), _possibleConstructorReturn(t2, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t2).constructor) : o.apply(t2, e));
|
|
22925
|
+
}
|
|
22926
|
+
function _possibleConstructorReturn(t2, e) {
|
|
22927
|
+
if (e && ("object" == _typeof$5(e) || "function" == typeof e)) return e;
|
|
22928
|
+
if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined");
|
|
22929
|
+
return _assertThisInitialized(t2);
|
|
22930
|
+
}
|
|
22931
|
+
function _assertThisInitialized(e) {
|
|
22932
|
+
if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
22933
|
+
return e;
|
|
22934
|
+
}
|
|
22935
|
+
function _inherits(t2, e) {
|
|
22936
|
+
if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function");
|
|
22937
|
+
t2.prototype = Object.create(e && e.prototype, { constructor: { value: t2, writable: true, configurable: true } }), Object.defineProperty(t2, "prototype", { writable: false }), e && _setPrototypeOf(t2, e);
|
|
22938
|
+
}
|
|
22939
|
+
function _wrapNativeSuper(t2) {
|
|
22940
|
+
var r = "function" == typeof Map ? /* @__PURE__ */ new Map() : void 0;
|
|
22941
|
+
return _wrapNativeSuper = function _wrapNativeSuper2(t3) {
|
|
22942
|
+
if (null === t3 || !_isNativeFunction(t3)) return t3;
|
|
22943
|
+
if ("function" != typeof t3) throw new TypeError("Super expression must either be null or a function");
|
|
22944
|
+
if (void 0 !== r) {
|
|
22945
|
+
if (r.has(t3)) return r.get(t3);
|
|
22946
|
+
r.set(t3, Wrapper);
|
|
22891
22947
|
}
|
|
22892
22948
|
function Wrapper() {
|
|
22893
|
-
return _construct(
|
|
22949
|
+
return _construct(t3, arguments, _getPrototypeOf(this).constructor);
|
|
22894
22950
|
}
|
|
22895
|
-
Wrapper.prototype = Object.create(
|
|
22896
|
-
|
|
22897
|
-
};
|
|
22898
|
-
return _wrapNativeSuper(Class);
|
|
22951
|
+
return Wrapper.prototype = Object.create(t3.prototype, { constructor: { value: Wrapper, enumerable: false, writable: true, configurable: true } }), _setPrototypeOf(Wrapper, t3);
|
|
22952
|
+
}, _wrapNativeSuper(t2);
|
|
22899
22953
|
}
|
|
22900
|
-
function _construct(
|
|
22901
|
-
if (_isNativeReflectConstruct())
|
|
22902
|
-
|
|
22903
|
-
|
|
22904
|
-
|
|
22905
|
-
|
|
22906
|
-
a.push.apply(a, args2);
|
|
22907
|
-
var Constructor = Function.bind.apply(Parent2, a);
|
|
22908
|
-
var instance = new Constructor();
|
|
22909
|
-
if (Class2) _setPrototypeOf(instance, Class2.prototype);
|
|
22910
|
-
return instance;
|
|
22911
|
-
};
|
|
22912
|
-
}
|
|
22913
|
-
return _construct.apply(null, arguments);
|
|
22954
|
+
function _construct(t2, e, r) {
|
|
22955
|
+
if (_isNativeReflectConstruct()) return Reflect.construct.apply(null, arguments);
|
|
22956
|
+
var o = [null];
|
|
22957
|
+
o.push.apply(o, e);
|
|
22958
|
+
var p = new (t2.bind.apply(t2, o))();
|
|
22959
|
+
return r && _setPrototypeOf(p, r.prototype), p;
|
|
22914
22960
|
}
|
|
22915
22961
|
function _isNativeReflectConstruct() {
|
|
22916
|
-
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
|
|
22917
|
-
if (Reflect.construct.sham) return false;
|
|
22918
|
-
if (typeof Proxy === "function") return true;
|
|
22919
22962
|
try {
|
|
22920
|
-
Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
|
|
22963
|
+
var t2 = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
|
|
22921
22964
|
}));
|
|
22922
|
-
|
|
22923
|
-
} catch (e) {
|
|
22924
|
-
return false;
|
|
22965
|
+
} catch (t3) {
|
|
22925
22966
|
}
|
|
22967
|
+
return (_isNativeReflectConstruct = function _isNativeReflectConstruct2() {
|
|
22968
|
+
return !!t2;
|
|
22969
|
+
})();
|
|
22926
22970
|
}
|
|
22927
|
-
function _isNativeFunction(
|
|
22928
|
-
|
|
22971
|
+
function _isNativeFunction(t2) {
|
|
22972
|
+
try {
|
|
22973
|
+
return -1 !== Function.toString.call(t2).indexOf("[native code]");
|
|
22974
|
+
} catch (n) {
|
|
22975
|
+
return "function" == typeof t2;
|
|
22976
|
+
}
|
|
22929
22977
|
}
|
|
22930
|
-
function _setPrototypeOf(
|
|
22931
|
-
_setPrototypeOf = Object.setPrototypeOf
|
|
22932
|
-
|
|
22933
|
-
|
|
22934
|
-
};
|
|
22935
|
-
return _setPrototypeOf(o, p);
|
|
22978
|
+
function _setPrototypeOf(t2, e) {
|
|
22979
|
+
return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(t3, e2) {
|
|
22980
|
+
return t3.__proto__ = e2, t3;
|
|
22981
|
+
}, _setPrototypeOf(t2, e);
|
|
22936
22982
|
}
|
|
22937
|
-
function _getPrototypeOf(
|
|
22938
|
-
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function
|
|
22939
|
-
return
|
|
22940
|
-
};
|
|
22941
|
-
return _getPrototypeOf(o);
|
|
22983
|
+
function _getPrototypeOf(t2) {
|
|
22984
|
+
return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function(t3) {
|
|
22985
|
+
return t3.__proto__ || Object.getPrototypeOf(t3);
|
|
22986
|
+
}, _getPrototypeOf(t2);
|
|
22942
22987
|
}
|
|
22943
22988
|
var ParseError = /* @__PURE__ */ function(_Error) {
|
|
22944
|
-
_inherits(ParseError2, _Error);
|
|
22945
|
-
var _super = _createSuper(ParseError2);
|
|
22946
22989
|
function ParseError2(code2) {
|
|
22947
22990
|
var _this;
|
|
22948
22991
|
_classCallCheck(this, ParseError2);
|
|
22949
|
-
_this =
|
|
22950
|
-
Object.setPrototypeOf(
|
|
22992
|
+
_this = _callSuper(this, ParseError2, [code2]);
|
|
22993
|
+
Object.setPrototypeOf(_this, ParseError2.prototype);
|
|
22951
22994
|
_this.name = _this.constructor.name;
|
|
22952
22995
|
return _this;
|
|
22953
22996
|
}
|
|
22997
|
+
_inherits(ParseError2, _Error);
|
|
22954
22998
|
return _createClass(ParseError2);
|
|
22955
22999
|
}(/* @__PURE__ */ _wrapNativeSuper(Error));
|
|
22956
23000
|
var EXTN_PATTERN = new RegExp("(?:" + createExtensionPattern() + ")$", "i");
|
|
@@ -23047,43 +23091,39 @@ var DIGITS = {
|
|
|
23047
23091
|
function parseDigit(character) {
|
|
23048
23092
|
return DIGITS[character];
|
|
23049
23093
|
}
|
|
23050
|
-
function _createForOfIteratorHelperLoose
|
|
23051
|
-
var
|
|
23052
|
-
if (
|
|
23053
|
-
if (Array.isArray(
|
|
23054
|
-
|
|
23055
|
-
var
|
|
23094
|
+
function _createForOfIteratorHelperLoose(r, e) {
|
|
23095
|
+
var t2 = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
23096
|
+
if (t2) return (t2 = t2.call(r)).next.bind(t2);
|
|
23097
|
+
if (Array.isArray(r) || (t2 = _unsupportedIterableToArray$1(r)) || e) {
|
|
23098
|
+
t2 && (r = t2);
|
|
23099
|
+
var o = 0;
|
|
23056
23100
|
return function() {
|
|
23057
|
-
|
|
23058
|
-
return { done: false, value: o[i++] };
|
|
23101
|
+
return o >= r.length ? { done: true } : { done: false, value: r[o++] };
|
|
23059
23102
|
};
|
|
23060
23103
|
}
|
|
23061
23104
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
23062
23105
|
}
|
|
23063
|
-
function _unsupportedIterableToArray$
|
|
23064
|
-
if (
|
|
23065
|
-
|
|
23066
|
-
|
|
23067
|
-
|
|
23068
|
-
if (n === "Map" || n === "Set") return Array.from(o);
|
|
23069
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$2(o, minLen);
|
|
23070
|
-
}
|
|
23071
|
-
function _arrayLikeToArray$2(arr, len) {
|
|
23072
|
-
if (len == null || len > arr.length) len = arr.length;
|
|
23073
|
-
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
23074
|
-
arr2[i] = arr[i];
|
|
23106
|
+
function _unsupportedIterableToArray$1(r, a) {
|
|
23107
|
+
if (r) {
|
|
23108
|
+
if ("string" == typeof r) return _arrayLikeToArray$1(r, a);
|
|
23109
|
+
var t2 = {}.toString.call(r).slice(8, -1);
|
|
23110
|
+
return "Object" === t2 && r.constructor && (t2 = r.constructor.name), "Map" === t2 || "Set" === t2 ? Array.from(r) : "Arguments" === t2 || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t2) ? _arrayLikeToArray$1(r, a) : void 0;
|
|
23075
23111
|
}
|
|
23076
|
-
|
|
23112
|
+
}
|
|
23113
|
+
function _arrayLikeToArray$1(r, a) {
|
|
23114
|
+
(null == a || a > r.length) && (a = r.length);
|
|
23115
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
23116
|
+
return n;
|
|
23077
23117
|
}
|
|
23078
23118
|
function parseIncompletePhoneNumber(string) {
|
|
23079
23119
|
var result2 = "";
|
|
23080
|
-
for (var _iterator = _createForOfIteratorHelperLoose
|
|
23120
|
+
for (var _iterator = _createForOfIteratorHelperLoose(string.split("")), _step; !(_step = _iterator()).done; ) {
|
|
23081
23121
|
var character = _step.value;
|
|
23082
23122
|
result2 += parsePhoneNumberCharacter(character, result2) || "";
|
|
23083
23123
|
}
|
|
23084
23124
|
return result2;
|
|
23085
23125
|
}
|
|
23086
|
-
function parsePhoneNumberCharacter(character, prevParsedCharacters,
|
|
23126
|
+
function parsePhoneNumberCharacter(character, prevParsedCharacters, eventListener) {
|
|
23087
23127
|
if (character === "+") {
|
|
23088
23128
|
if (prevParsedCharacters) {
|
|
23089
23129
|
return;
|
|
@@ -23092,66 +23132,6 @@ function parsePhoneNumberCharacter(character, prevParsedCharacters, emitEvent2)
|
|
|
23092
23132
|
}
|
|
23093
23133
|
return parseDigit(character);
|
|
23094
23134
|
}
|
|
23095
|
-
function _createForOfIteratorHelperLoose(o, allowArrayLike) {
|
|
23096
|
-
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
23097
|
-
if (it) return (it = it.call(o)).next.bind(it);
|
|
23098
|
-
if (Array.isArray(o) || (it = _unsupportedIterableToArray$1(o)) || allowArrayLike) {
|
|
23099
|
-
if (it) o = it;
|
|
23100
|
-
var i = 0;
|
|
23101
|
-
return function() {
|
|
23102
|
-
if (i >= o.length) return { done: true };
|
|
23103
|
-
return { done: false, value: o[i++] };
|
|
23104
|
-
};
|
|
23105
|
-
}
|
|
23106
|
-
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
23107
|
-
}
|
|
23108
|
-
function _unsupportedIterableToArray$1(o, minLen) {
|
|
23109
|
-
if (!o) return;
|
|
23110
|
-
if (typeof o === "string") return _arrayLikeToArray$1(o, minLen);
|
|
23111
|
-
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
23112
|
-
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
23113
|
-
if (n === "Map" || n === "Set") return Array.from(o);
|
|
23114
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$1(o, minLen);
|
|
23115
|
-
}
|
|
23116
|
-
function _arrayLikeToArray$1(arr, len) {
|
|
23117
|
-
if (len == null || len > arr.length) len = arr.length;
|
|
23118
|
-
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
23119
|
-
arr2[i] = arr[i];
|
|
23120
|
-
}
|
|
23121
|
-
return arr2;
|
|
23122
|
-
}
|
|
23123
|
-
function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
|
|
23124
|
-
var countries = _ref.countries, metadata2 = _ref.metadata;
|
|
23125
|
-
metadata2 = new Metadata(metadata2);
|
|
23126
|
-
for (var _iterator = _createForOfIteratorHelperLoose(countries), _step; !(_step = _iterator()).done; ) {
|
|
23127
|
-
var country = _step.value;
|
|
23128
|
-
metadata2.country(country);
|
|
23129
|
-
if (metadata2.leadingDigits()) {
|
|
23130
|
-
if (nationalPhoneNumber && nationalPhoneNumber.search(metadata2.leadingDigits()) === 0) {
|
|
23131
|
-
return country;
|
|
23132
|
-
}
|
|
23133
|
-
} else if (getNumberType({
|
|
23134
|
-
phone: nationalPhoneNumber,
|
|
23135
|
-
country
|
|
23136
|
-
}, void 0, metadata2.metadata)) {
|
|
23137
|
-
return country;
|
|
23138
|
-
}
|
|
23139
|
-
}
|
|
23140
|
-
}
|
|
23141
|
-
function getCountryByCallingCode(callingCode, _ref) {
|
|
23142
|
-
var nationalPhoneNumber = _ref.nationalNumber, metadata2 = _ref.metadata;
|
|
23143
|
-
var possibleCountries = metadata2.getCountryCodesForCallingCode(callingCode);
|
|
23144
|
-
if (!possibleCountries) {
|
|
23145
|
-
return;
|
|
23146
|
-
}
|
|
23147
|
-
if (possibleCountries.length === 1) {
|
|
23148
|
-
return possibleCountries[0];
|
|
23149
|
-
}
|
|
23150
|
-
return getCountryByNationalNumber(nationalPhoneNumber, {
|
|
23151
|
-
countries: possibleCountries,
|
|
23152
|
-
metadata: metadata2.metadata
|
|
23153
|
-
});
|
|
23154
|
-
}
|
|
23155
23135
|
var PLUS_SIGN = "+";
|
|
23156
23136
|
var RFC3966_VISUAL_SEPARATOR_ = "[\\-\\.\\(\\)]?";
|
|
23157
23137
|
var RFC3966_PHONE_DIGIT_ = "([" + VALID_DIGITS + "]|" + RFC3966_VISUAL_SEPARATOR_ + ")";
|
|
@@ -23287,7 +23267,7 @@ function parse(text2, options, metadata2) {
|
|
|
23287
23267
|
countryCallingCode,
|
|
23288
23268
|
carrierCode,
|
|
23289
23269
|
valid,
|
|
23290
|
-
possible: valid ? true : options.extended === true && metadata2.possibleLengths() && isPossibleNumber(nationalNumber, metadata2) ? true : false,
|
|
23270
|
+
possible: valid ? true : options.extended === true && metadata2.possibleLengths() && isPossibleNumber(nationalNumber, country, metadata2) ? true : false,
|
|
23291
23271
|
phone: nationalNumber,
|
|
23292
23272
|
ext
|
|
23293
23273
|
};
|
|
@@ -23347,7 +23327,7 @@ function result(country, nationalNumber, ext) {
|
|
|
23347
23327
|
return result2;
|
|
23348
23328
|
}
|
|
23349
23329
|
function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCallingCode, metadata2) {
|
|
23350
|
-
var _extractCountryCallin = extractCountryCallingCode(parseIncompletePhoneNumber(formattedPhoneNumber), defaultCountry, defaultCallingCode, metadata2.metadata), countryCallingCodeSource = _extractCountryCallin.countryCallingCodeSource, countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
23330
|
+
var _extractCountryCallin = extractCountryCallingCode(parseIncompletePhoneNumber(formattedPhoneNumber), void 0, defaultCountry, defaultCallingCode, metadata2.metadata), countryCallingCodeSource = _extractCountryCallin.countryCallingCodeSource, countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
23351
23331
|
var country;
|
|
23352
23332
|
if (countryCallingCode) {
|
|
23353
23333
|
metadata2.selectNumberingPlan(countryCallingCode);
|
|
@@ -23364,7 +23344,7 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
23364
23344
|
countryCallingCode
|
|
23365
23345
|
};
|
|
23366
23346
|
}
|
|
23367
|
-
var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number2), metadata2), nationalNumber = _extractNationalNumbe.nationalNumber, carrierCode = _extractNationalNumbe.carrierCode;
|
|
23347
|
+
var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number2), country, metadata2), nationalNumber = _extractNationalNumbe.nationalNumber, carrierCode = _extractNationalNumbe.carrierCode;
|
|
23368
23348
|
var exactCountry = getCountryByCallingCode(countryCallingCode, {
|
|
23369
23349
|
nationalNumber,
|
|
23370
23350
|
metadata: metadata2
|
|
@@ -23373,7 +23353,7 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
23373
23353
|
country = exactCountry;
|
|
23374
23354
|
if (exactCountry === "001") ;
|
|
23375
23355
|
else {
|
|
23376
|
-
metadata2.
|
|
23356
|
+
metadata2.selectNumberingPlan(country);
|
|
23377
23357
|
}
|
|
23378
23358
|
}
|
|
23379
23359
|
return {
|
|
@@ -23384,116 +23364,142 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
23384
23364
|
carrierCode
|
|
23385
23365
|
};
|
|
23386
23366
|
}
|
|
23387
|
-
function
|
|
23388
|
-
|
|
23367
|
+
function _typeof$4(o) {
|
|
23368
|
+
"@babel/helpers - typeof";
|
|
23369
|
+
return _typeof$4 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23370
|
+
return typeof o2;
|
|
23371
|
+
} : function(o2) {
|
|
23372
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23373
|
+
}, _typeof$4(o);
|
|
23374
|
+
}
|
|
23375
|
+
function ownKeys$4(e, r) {
|
|
23376
|
+
var t2 = Object.keys(e);
|
|
23389
23377
|
if (Object.getOwnPropertySymbols) {
|
|
23390
|
-
var
|
|
23391
|
-
|
|
23392
|
-
return Object.getOwnPropertyDescriptor(
|
|
23393
|
-
})),
|
|
23394
|
-
}
|
|
23395
|
-
return
|
|
23396
|
-
}
|
|
23397
|
-
function _objectSpread$4(
|
|
23398
|
-
for (var
|
|
23399
|
-
var
|
|
23400
|
-
|
|
23401
|
-
_defineProperty$4(
|
|
23402
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
23403
|
-
Object.defineProperty(
|
|
23378
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
23379
|
+
r && (o = o.filter(function(r2) {
|
|
23380
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
23381
|
+
})), t2.push.apply(t2, o);
|
|
23382
|
+
}
|
|
23383
|
+
return t2;
|
|
23384
|
+
}
|
|
23385
|
+
function _objectSpread$4(e) {
|
|
23386
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
23387
|
+
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23388
|
+
r % 2 ? ownKeys$4(Object(t2), true).forEach(function(r2) {
|
|
23389
|
+
_defineProperty$4(e, r2, t2[r2]);
|
|
23390
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$4(Object(t2)).forEach(function(r2) {
|
|
23391
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23404
23392
|
});
|
|
23405
23393
|
}
|
|
23406
|
-
return
|
|
23394
|
+
return e;
|
|
23407
23395
|
}
|
|
23408
|
-
function _defineProperty$4(
|
|
23409
|
-
|
|
23410
|
-
|
|
23411
|
-
|
|
23412
|
-
|
|
23396
|
+
function _defineProperty$4(e, r, t2) {
|
|
23397
|
+
return (r = _toPropertyKey$4(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23398
|
+
}
|
|
23399
|
+
function _toPropertyKey$4(t2) {
|
|
23400
|
+
var i = _toPrimitive$4(t2, "string");
|
|
23401
|
+
return "symbol" == _typeof$4(i) ? i : i + "";
|
|
23402
|
+
}
|
|
23403
|
+
function _toPrimitive$4(t2, r) {
|
|
23404
|
+
if ("object" != _typeof$4(t2) || !t2) return t2;
|
|
23405
|
+
var e = t2[Symbol.toPrimitive];
|
|
23406
|
+
if (void 0 !== e) {
|
|
23407
|
+
var i = e.call(t2, r);
|
|
23408
|
+
if ("object" != _typeof$4(i)) return i;
|
|
23409
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23413
23410
|
}
|
|
23414
|
-
return
|
|
23411
|
+
return ("string" === r ? String : Number)(t2);
|
|
23415
23412
|
}
|
|
23416
23413
|
function parsePhoneNumberWithError(text2, options, metadata2) {
|
|
23417
23414
|
return parse(text2, _objectSpread$4(_objectSpread$4({}, options), {}, {
|
|
23418
23415
|
v2: true
|
|
23419
23416
|
}), metadata2);
|
|
23420
23417
|
}
|
|
23421
|
-
function
|
|
23422
|
-
|
|
23418
|
+
function _typeof$3(o) {
|
|
23419
|
+
"@babel/helpers - typeof";
|
|
23420
|
+
return _typeof$3 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23421
|
+
return typeof o2;
|
|
23422
|
+
} : function(o2) {
|
|
23423
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23424
|
+
}, _typeof$3(o);
|
|
23425
|
+
}
|
|
23426
|
+
function ownKeys$3(e, r) {
|
|
23427
|
+
var t2 = Object.keys(e);
|
|
23423
23428
|
if (Object.getOwnPropertySymbols) {
|
|
23424
|
-
var
|
|
23425
|
-
|
|
23426
|
-
return Object.getOwnPropertyDescriptor(
|
|
23427
|
-
})),
|
|
23428
|
-
}
|
|
23429
|
-
return
|
|
23430
|
-
}
|
|
23431
|
-
function _objectSpread$3(
|
|
23432
|
-
for (var
|
|
23433
|
-
var
|
|
23434
|
-
|
|
23435
|
-
_defineProperty$3(
|
|
23436
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
23437
|
-
Object.defineProperty(
|
|
23429
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
23430
|
+
r && (o = o.filter(function(r2) {
|
|
23431
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
23432
|
+
})), t2.push.apply(t2, o);
|
|
23433
|
+
}
|
|
23434
|
+
return t2;
|
|
23435
|
+
}
|
|
23436
|
+
function _objectSpread$3(e) {
|
|
23437
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
23438
|
+
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23439
|
+
r % 2 ? ownKeys$3(Object(t2), true).forEach(function(r2) {
|
|
23440
|
+
_defineProperty$3(e, r2, t2[r2]);
|
|
23441
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$3(Object(t2)).forEach(function(r2) {
|
|
23442
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23438
23443
|
});
|
|
23439
23444
|
}
|
|
23440
|
-
return
|
|
23445
|
+
return e;
|
|
23441
23446
|
}
|
|
23442
|
-
function _defineProperty$3(
|
|
23443
|
-
|
|
23444
|
-
|
|
23445
|
-
|
|
23446
|
-
|
|
23447
|
+
function _defineProperty$3(e, r, t2) {
|
|
23448
|
+
return (r = _toPropertyKey$3(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23449
|
+
}
|
|
23450
|
+
function _toPropertyKey$3(t2) {
|
|
23451
|
+
var i = _toPrimitive$3(t2, "string");
|
|
23452
|
+
return "symbol" == _typeof$3(i) ? i : i + "";
|
|
23453
|
+
}
|
|
23454
|
+
function _toPrimitive$3(t2, r) {
|
|
23455
|
+
if ("object" != _typeof$3(t2) || !t2) return t2;
|
|
23456
|
+
var e = t2[Symbol.toPrimitive];
|
|
23457
|
+
if (void 0 !== e) {
|
|
23458
|
+
var i = e.call(t2, r);
|
|
23459
|
+
if ("object" != _typeof$3(i)) return i;
|
|
23460
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23447
23461
|
}
|
|
23448
|
-
return
|
|
23462
|
+
return ("string" === r ? String : Number)(t2);
|
|
23449
23463
|
}
|
|
23450
|
-
function _slicedToArray(
|
|
23451
|
-
return _arrayWithHoles(
|
|
23464
|
+
function _slicedToArray(r, e) {
|
|
23465
|
+
return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();
|
|
23452
23466
|
}
|
|
23453
23467
|
function _nonIterableRest() {
|
|
23454
23468
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
23455
23469
|
}
|
|
23456
|
-
function _unsupportedIterableToArray(
|
|
23457
|
-
if (
|
|
23458
|
-
|
|
23459
|
-
|
|
23460
|
-
|
|
23461
|
-
|
|
23462
|
-
|
|
23463
|
-
|
|
23464
|
-
|
|
23465
|
-
|
|
23466
|
-
|
|
23467
|
-
|
|
23468
|
-
|
|
23469
|
-
|
|
23470
|
-
|
|
23471
|
-
|
|
23472
|
-
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
23473
|
-
if (_i == null) return;
|
|
23474
|
-
var _arr = [];
|
|
23475
|
-
var _n = true;
|
|
23476
|
-
var _d = false;
|
|
23477
|
-
var _s, _e;
|
|
23478
|
-
try {
|
|
23479
|
-
for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
|
|
23480
|
-
_arr.push(_s.value);
|
|
23481
|
-
if (i && _arr.length === i) break;
|
|
23482
|
-
}
|
|
23483
|
-
} catch (err) {
|
|
23484
|
-
_d = true;
|
|
23485
|
-
_e = err;
|
|
23486
|
-
} finally {
|
|
23470
|
+
function _unsupportedIterableToArray(r, a) {
|
|
23471
|
+
if (r) {
|
|
23472
|
+
if ("string" == typeof r) return _arrayLikeToArray(r, a);
|
|
23473
|
+
var t2 = {}.toString.call(r).slice(8, -1);
|
|
23474
|
+
return "Object" === t2 && r.constructor && (t2 = r.constructor.name), "Map" === t2 || "Set" === t2 ? Array.from(r) : "Arguments" === t2 || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t2) ? _arrayLikeToArray(r, a) : void 0;
|
|
23475
|
+
}
|
|
23476
|
+
}
|
|
23477
|
+
function _arrayLikeToArray(r, a) {
|
|
23478
|
+
(null == a || a > r.length) && (a = r.length);
|
|
23479
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
23480
|
+
return n;
|
|
23481
|
+
}
|
|
23482
|
+
function _iterableToArrayLimit(r, l) {
|
|
23483
|
+
var t2 = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
23484
|
+
if (null != t2) {
|
|
23485
|
+
var e, n, i, u, a = [], f = true, o = false;
|
|
23487
23486
|
try {
|
|
23488
|
-
if (
|
|
23487
|
+
if (i = (t2 = t2.call(r)).next, 0 === l) ;
|
|
23488
|
+
else for (; !(f = (e = i.call(t2)).done) && (a.push(e.value), a.length !== l); f = true) ;
|
|
23489
|
+
} catch (r2) {
|
|
23490
|
+
o = true, n = r2;
|
|
23489
23491
|
} finally {
|
|
23490
|
-
|
|
23492
|
+
try {
|
|
23493
|
+
if (!f && null != t2["return"] && (u = t2["return"](), Object(u) !== u)) return;
|
|
23494
|
+
} finally {
|
|
23495
|
+
if (o) throw n;
|
|
23496
|
+
}
|
|
23491
23497
|
}
|
|
23498
|
+
return a;
|
|
23492
23499
|
}
|
|
23493
|
-
return _arr;
|
|
23494
23500
|
}
|
|
23495
|
-
function _arrayWithHoles(
|
|
23496
|
-
if (Array.isArray(
|
|
23501
|
+
function _arrayWithHoles(r) {
|
|
23502
|
+
if (Array.isArray(r)) return r;
|
|
23497
23503
|
}
|
|
23498
23504
|
function normalizeArguments(args) {
|
|
23499
23505
|
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];
|
|
@@ -23530,34 +23536,51 @@ function normalizeArguments(args) {
|
|
|
23530
23536
|
metadata: metadata2
|
|
23531
23537
|
};
|
|
23532
23538
|
}
|
|
23533
|
-
function
|
|
23534
|
-
|
|
23539
|
+
function _typeof$2(o) {
|
|
23540
|
+
"@babel/helpers - typeof";
|
|
23541
|
+
return _typeof$2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23542
|
+
return typeof o2;
|
|
23543
|
+
} : function(o2) {
|
|
23544
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23545
|
+
}, _typeof$2(o);
|
|
23546
|
+
}
|
|
23547
|
+
function ownKeys$2(e, r) {
|
|
23548
|
+
var t2 = Object.keys(e);
|
|
23535
23549
|
if (Object.getOwnPropertySymbols) {
|
|
23536
|
-
var
|
|
23537
|
-
|
|
23538
|
-
return Object.getOwnPropertyDescriptor(
|
|
23539
|
-
})),
|
|
23540
|
-
}
|
|
23541
|
-
return
|
|
23542
|
-
}
|
|
23543
|
-
function _objectSpread$2(
|
|
23544
|
-
for (var
|
|
23545
|
-
var
|
|
23546
|
-
|
|
23547
|
-
_defineProperty$2(
|
|
23548
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
23549
|
-
Object.defineProperty(
|
|
23550
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
23551
|
+
r && (o = o.filter(function(r2) {
|
|
23552
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
23553
|
+
})), t2.push.apply(t2, o);
|
|
23554
|
+
}
|
|
23555
|
+
return t2;
|
|
23556
|
+
}
|
|
23557
|
+
function _objectSpread$2(e) {
|
|
23558
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
23559
|
+
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23560
|
+
r % 2 ? ownKeys$2(Object(t2), true).forEach(function(r2) {
|
|
23561
|
+
_defineProperty$2(e, r2, t2[r2]);
|
|
23562
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$2(Object(t2)).forEach(function(r2) {
|
|
23563
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23550
23564
|
});
|
|
23551
23565
|
}
|
|
23552
|
-
return
|
|
23566
|
+
return e;
|
|
23553
23567
|
}
|
|
23554
|
-
function _defineProperty$2(
|
|
23555
|
-
|
|
23556
|
-
|
|
23557
|
-
|
|
23558
|
-
|
|
23568
|
+
function _defineProperty$2(e, r, t2) {
|
|
23569
|
+
return (r = _toPropertyKey$2(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23570
|
+
}
|
|
23571
|
+
function _toPropertyKey$2(t2) {
|
|
23572
|
+
var i = _toPrimitive$2(t2, "string");
|
|
23573
|
+
return "symbol" == _typeof$2(i) ? i : i + "";
|
|
23574
|
+
}
|
|
23575
|
+
function _toPrimitive$2(t2, r) {
|
|
23576
|
+
if ("object" != _typeof$2(t2) || !t2) return t2;
|
|
23577
|
+
var e = t2[Symbol.toPrimitive];
|
|
23578
|
+
if (void 0 !== e) {
|
|
23579
|
+
var i = e.call(t2, r);
|
|
23580
|
+
if ("object" != _typeof$2(i)) return i;
|
|
23581
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23559
23582
|
}
|
|
23560
|
-
return
|
|
23583
|
+
return ("string" === r ? String : Number)(t2);
|
|
23561
23584
|
}
|
|
23562
23585
|
function parsePhoneNumber(text2, options, metadata2) {
|
|
23563
23586
|
if (options && options.defaultCountry && !isSupportedCountry(options.defaultCountry, metadata2)) {
|
|
@@ -23574,34 +23597,51 @@ function parsePhoneNumber(text2, options, metadata2) {
|
|
|
23574
23597
|
}
|
|
23575
23598
|
}
|
|
23576
23599
|
}
|
|
23577
|
-
function
|
|
23578
|
-
|
|
23600
|
+
function _typeof$1(o) {
|
|
23601
|
+
"@babel/helpers - typeof";
|
|
23602
|
+
return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23603
|
+
return typeof o2;
|
|
23604
|
+
} : function(o2) {
|
|
23605
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23606
|
+
}, _typeof$1(o);
|
|
23607
|
+
}
|
|
23608
|
+
function ownKeys$1(e, r) {
|
|
23609
|
+
var t2 = Object.keys(e);
|
|
23579
23610
|
if (Object.getOwnPropertySymbols) {
|
|
23580
|
-
var
|
|
23581
|
-
|
|
23582
|
-
return Object.getOwnPropertyDescriptor(
|
|
23583
|
-
})),
|
|
23584
|
-
}
|
|
23585
|
-
return
|
|
23586
|
-
}
|
|
23587
|
-
function _objectSpread$1(
|
|
23588
|
-
for (var
|
|
23589
|
-
var
|
|
23590
|
-
|
|
23591
|
-
_defineProperty$1(
|
|
23592
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
23593
|
-
Object.defineProperty(
|
|
23611
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
23612
|
+
r && (o = o.filter(function(r2) {
|
|
23613
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
23614
|
+
})), t2.push.apply(t2, o);
|
|
23615
|
+
}
|
|
23616
|
+
return t2;
|
|
23617
|
+
}
|
|
23618
|
+
function _objectSpread$1(e) {
|
|
23619
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
23620
|
+
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23621
|
+
r % 2 ? ownKeys$1(Object(t2), true).forEach(function(r2) {
|
|
23622
|
+
_defineProperty$1(e, r2, t2[r2]);
|
|
23623
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$1(Object(t2)).forEach(function(r2) {
|
|
23624
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23594
23625
|
});
|
|
23595
23626
|
}
|
|
23596
|
-
return
|
|
23627
|
+
return e;
|
|
23597
23628
|
}
|
|
23598
|
-
function _defineProperty$1(
|
|
23599
|
-
|
|
23600
|
-
|
|
23601
|
-
|
|
23602
|
-
|
|
23629
|
+
function _defineProperty$1(e, r, t2) {
|
|
23630
|
+
return (r = _toPropertyKey$1(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23631
|
+
}
|
|
23632
|
+
function _toPropertyKey$1(t2) {
|
|
23633
|
+
var i = _toPrimitive$1(t2, "string");
|
|
23634
|
+
return "symbol" == _typeof$1(i) ? i : i + "";
|
|
23635
|
+
}
|
|
23636
|
+
function _toPrimitive$1(t2, r) {
|
|
23637
|
+
if ("object" != _typeof$1(t2) || !t2) return t2;
|
|
23638
|
+
var e = t2[Symbol.toPrimitive];
|
|
23639
|
+
if (void 0 !== e) {
|
|
23640
|
+
var i = e.call(t2, r);
|
|
23641
|
+
if ("object" != _typeof$1(i)) return i;
|
|
23642
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23603
23643
|
}
|
|
23604
|
-
return
|
|
23644
|
+
return ("string" === r ? String : Number)(t2);
|
|
23605
23645
|
}
|
|
23606
23646
|
function isValidPhoneNumber$1() {
|
|
23607
23647
|
var _normalizeArguments = normalizeArguments(arguments), text2 = _normalizeArguments.text, options = _normalizeArguments.options, metadata2 = _normalizeArguments.metadata;
|
|
@@ -23611,34 +23651,51 @@ function isValidPhoneNumber$1() {
|
|
|
23611
23651
|
var phoneNumber = parsePhoneNumber(text2, options, metadata2);
|
|
23612
23652
|
return phoneNumber && phoneNumber.isValid() || false;
|
|
23613
23653
|
}
|
|
23614
|
-
function
|
|
23615
|
-
|
|
23654
|
+
function _typeof(o) {
|
|
23655
|
+
"@babel/helpers - typeof";
|
|
23656
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23657
|
+
return typeof o2;
|
|
23658
|
+
} : function(o2) {
|
|
23659
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23660
|
+
}, _typeof(o);
|
|
23661
|
+
}
|
|
23662
|
+
function ownKeys(e, r) {
|
|
23663
|
+
var t2 = Object.keys(e);
|
|
23616
23664
|
if (Object.getOwnPropertySymbols) {
|
|
23617
|
-
var
|
|
23618
|
-
|
|
23619
|
-
return Object.getOwnPropertyDescriptor(
|
|
23620
|
-
})),
|
|
23621
|
-
}
|
|
23622
|
-
return
|
|
23623
|
-
}
|
|
23624
|
-
function _objectSpread(
|
|
23625
|
-
for (var
|
|
23626
|
-
var
|
|
23627
|
-
|
|
23628
|
-
_defineProperty(
|
|
23629
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
23630
|
-
Object.defineProperty(
|
|
23665
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
23666
|
+
r && (o = o.filter(function(r2) {
|
|
23667
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
23668
|
+
})), t2.push.apply(t2, o);
|
|
23669
|
+
}
|
|
23670
|
+
return t2;
|
|
23671
|
+
}
|
|
23672
|
+
function _objectSpread(e) {
|
|
23673
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
23674
|
+
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23675
|
+
r % 2 ? ownKeys(Object(t2), true).forEach(function(r2) {
|
|
23676
|
+
_defineProperty(e, r2, t2[r2]);
|
|
23677
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys(Object(t2)).forEach(function(r2) {
|
|
23678
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23631
23679
|
});
|
|
23632
23680
|
}
|
|
23633
|
-
return
|
|
23681
|
+
return e;
|
|
23634
23682
|
}
|
|
23635
|
-
function _defineProperty(
|
|
23636
|
-
|
|
23637
|
-
|
|
23638
|
-
|
|
23639
|
-
|
|
23683
|
+
function _defineProperty(e, r, t2) {
|
|
23684
|
+
return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23685
|
+
}
|
|
23686
|
+
function _toPropertyKey(t2) {
|
|
23687
|
+
var i = _toPrimitive(t2, "string");
|
|
23688
|
+
return "symbol" == _typeof(i) ? i : i + "";
|
|
23689
|
+
}
|
|
23690
|
+
function _toPrimitive(t2, r) {
|
|
23691
|
+
if ("object" != _typeof(t2) || !t2) return t2;
|
|
23692
|
+
var e = t2[Symbol.toPrimitive];
|
|
23693
|
+
if (void 0 !== e) {
|
|
23694
|
+
var i = e.call(t2, r);
|
|
23695
|
+
if ("object" != _typeof(i)) return i;
|
|
23696
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23640
23697
|
}
|
|
23641
|
-
return
|
|
23698
|
+
return ("string" === r ? String : Number)(t2);
|
|
23642
23699
|
}
|
|
23643
23700
|
function isPossiblePhoneNumber$1() {
|
|
23644
23701
|
var _normalizeArguments = normalizeArguments(arguments), text2 = _normalizeArguments.text, options = _normalizeArguments.options, metadata2 = _normalizeArguments.metadata;
|
|
@@ -23841,7 +23898,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
23841
23898
|
createVNode(unref(Button), {
|
|
23842
23899
|
variant: "solid",
|
|
23843
23900
|
class: "w-[126px]",
|
|
23844
|
-
disabled: !
|
|
23901
|
+
disabled: !__props.dataShareChecked,
|
|
23845
23902
|
onClick: handleConfirm
|
|
23846
23903
|
}, {
|
|
23847
23904
|
default: withCtx(() => [
|
|
@@ -23870,7 +23927,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
23870
23927
|
createElementVNode("span", null, toDisplayString$1(unref($t)("gitCodeLayout.LoginModal.tips.ifYouDoNotAgrWe")), 1)
|
|
23871
23928
|
]),
|
|
23872
23929
|
createVNode(unref(Checkbox), {
|
|
23873
|
-
"model-value":
|
|
23930
|
+
"model-value": __props.dataShareChecked,
|
|
23874
23931
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = (val) => emits("update:dataShareChecked", val)),
|
|
23875
23932
|
size: "sm",
|
|
23876
23933
|
class: "mt-[12px]"
|
|
@@ -24120,7 +24177,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
24120
24177
|
]),
|
|
24121
24178
|
createElementVNode("div", _hoisted_11$1, [
|
|
24122
24179
|
createElementVNode("div", _hoisted_12$1, [
|
|
24123
|
-
!
|
|
24180
|
+
!__props.hideBack ? (openBlock(), createElementBlock("div", {
|
|
24124
24181
|
key: 0,
|
|
24125
24182
|
onClick: _cache[1] || (_cache[1] = ($event) => emits("back"))
|
|
24126
24183
|
}, [
|
|
@@ -24335,7 +24392,7 @@ const _SlidCaptchaManager = class _SlidCaptchaManager {
|
|
|
24335
24392
|
__publicField(_SlidCaptchaManager, "instance");
|
|
24336
24393
|
let SlidCaptchaManager = _SlidCaptchaManager;
|
|
24337
24394
|
const slidCaptchaManager = SlidCaptchaManager.getInstance();
|
|
24338
|
-
const SlidCaptcha = defineAsyncComponent(() => import("./index-
|
|
24395
|
+
const SlidCaptcha = defineAsyncComponent(() => import("./index-Bn2ueua9.js"));
|
|
24339
24396
|
const useSlidCaptcha = () => {
|
|
24340
24397
|
const { mount, unMount, isMounted } = usePopup("slid-captcha-popup");
|
|
24341
24398
|
const open = (config) => {
|
|
@@ -24365,7 +24422,7 @@ const useSlidCaptcha = () => {
|
|
|
24365
24422
|
close
|
|
24366
24423
|
};
|
|
24367
24424
|
};
|
|
24368
|
-
const YunpianCaptcha = defineAsyncComponent(() => import("./index-
|
|
24425
|
+
const YunpianCaptcha = defineAsyncComponent(() => import("./index-AygVGdc1.js"));
|
|
24369
24426
|
const useYunpianCaptcha = () => {
|
|
24370
24427
|
const { mount, unMount } = usePopup("yunpian-captcha-popup");
|
|
24371
24428
|
const open = (config) => {
|
|
@@ -24759,7 +24816,7 @@ const useYiDunCaptcha = () => {
|
|
|
24759
24816
|
const _sfc_main$3 = {};
|
|
24760
24817
|
const _hoisted_1$2 = { class: "content-loading" };
|
|
24761
24818
|
function _sfc_render(_ctx, _cache) {
|
|
24762
|
-
return openBlock(), createElementBlock("div", _hoisted_1$2, _cache[0] || (_cache[0] = [
|
|
24819
|
+
return openBlock(), createElementBlock("div", _hoisted_1$2, [..._cache[0] || (_cache[0] = [
|
|
24763
24820
|
createElementVNode("div", { class: "content-loading-title" }, [
|
|
24764
24821
|
createElementVNode("div", { class: "w-full flex-center" }, [
|
|
24765
24822
|
createElementVNode("img", {
|
|
@@ -24770,7 +24827,7 @@ function _sfc_render(_ctx, _cache) {
|
|
|
24770
24827
|
]),
|
|
24771
24828
|
createElementVNode("span", null, "loading...")
|
|
24772
24829
|
], -1)
|
|
24773
|
-
]));
|
|
24830
|
+
])]);
|
|
24774
24831
|
}
|
|
24775
24832
|
const ContentLoading = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render], ["__scopeId", "data-v-vue-layout-gitcode"]]);
|
|
24776
24833
|
const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
@@ -24786,15 +24843,15 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
24786
24843
|
setup(__props) {
|
|
24787
24844
|
return (_ctx, _cache) => {
|
|
24788
24845
|
return openBlock(), createElementBlock("div", {
|
|
24789
|
-
class: normalizeClass(["g-data-panel i-data-panel", { "g-card":
|
|
24846
|
+
class: normalizeClass(["g-data-panel i-data-panel", { "g-card": __props.card, "g-border": __props.border }])
|
|
24790
24847
|
}, [
|
|
24791
24848
|
renderSlot(_ctx.$slots, "header", {}, void 0, true),
|
|
24792
|
-
|
|
24793
|
-
|
|
24849
|
+
__props.loading ? renderSlot(_ctx.$slots, "loading", { key: 0 }, () => [
|
|
24850
|
+
__props.skeleton ? (openBlock(), createBlock(unref(Skeleton), {
|
|
24794
24851
|
key: 0,
|
|
24795
24852
|
class: "p-20",
|
|
24796
|
-
rows:
|
|
24797
|
-
}, null, 8, ["rows"])) :
|
|
24853
|
+
rows: __props.skeletonRow
|
|
24854
|
+
}, null, 8, ["rows"])) : __props.animation ? (openBlock(), createBlock(ContentLoading, {
|
|
24798
24855
|
key: 1,
|
|
24799
24856
|
name: "loading",
|
|
24800
24857
|
class: "w-full h-full flex-center"
|
|
@@ -26541,11 +26598,11 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
26541
26598
|
modelValue: unref(vModels),
|
|
26542
26599
|
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => isRef(vModels) ? vModels.value = $event : null),
|
|
26543
26600
|
"show-close": false,
|
|
26544
|
-
"lock-scroll":
|
|
26545
|
-
draggable:
|
|
26546
|
-
escapable:
|
|
26601
|
+
"lock-scroll": __props.lockScroll,
|
|
26602
|
+
draggable: __props.draggable,
|
|
26603
|
+
escapable: __props.escapable,
|
|
26547
26604
|
"before-close": handleClose,
|
|
26548
|
-
"append-to-body":
|
|
26605
|
+
"append-to-body": __props.appendToBody,
|
|
26549
26606
|
class: normalizeClass([
|
|
26550
26607
|
"login-modal",
|
|
26551
26608
|
formType.value === "login" ? "login-modal-l" : "login-modal-r",
|
|
@@ -26565,7 +26622,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
26565
26622
|
class: "login-modal-title flex-1"
|
|
26566
26623
|
}, null, 8, ["icon", "title", "show-title", "show-back"]),
|
|
26567
26624
|
createElementVNode("div", _hoisted_2, [
|
|
26568
|
-
|
|
26625
|
+
__props.showClose && !showProtoCheck.value ? (openBlock(), createBlock(GIcon, {
|
|
26569
26626
|
key: 0,
|
|
26570
26627
|
onClick: onClickModalClose,
|
|
26571
26628
|
name: "gt-close",
|
|
@@ -26890,7 +26947,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
26890
26947
|
])
|
|
26891
26948
|
], 2),
|
|
26892
26949
|
createElementVNode("div", _hoisted_61, [
|
|
26893
|
-
|
|
26950
|
+
__props.openHarmonyGuide ? (openBlock(), createElementBlock("div", {
|
|
26894
26951
|
key: 0,
|
|
26895
26952
|
class: "text-[var(--theme-link)] flex items-center mt-[12px] cursor-pointer",
|
|
26896
26953
|
onClick: withModifiers(handleRegisterHarmony, ["stop"])
|