vue-layout-gitcode 1.12.15-beta.23 → 1.12.15-beta.24
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-COvAIzkQ.js → GloabarSearch-CvTGSyOA.js} +3 -3
- package/{MenuItem-vfAJlUR2.js → MenuItem-FIcZL9mA.js} +1 -1
- package/{ProjectMenuList-B29guFff.js → ProjectMenuList-idKAnwgB.js} +10 -10
- package/{ProjectMenuListV2-DP4jl5HV.js → ProjectMenuListV2-ChB-lPwh.js} +3 -3
- package/{ProjectSearch-KRc0LzjM.js → ProjectSearch-BiREungG.js} +1 -1
- package/{SearchHistoryList-FOZ1ADBV.js → SearchHistoryList-DABmXMo3.js} +5 -5
- package/{SearchRecommed-Cu7gc7KL.js → SearchRecommed-CRN4PVXv.js} +2 -2
- package/{SearchScopeList-DQIjjMeZ.js → SearchScopeList-BXj6bkAy.js} +2 -2
- package/{UserSearch-NwaIVC4M.js → UserSearch-BcU7MDa9.js} +1 -1
- package/{index-B4_rCcs6.js → index-97__4n0o.js} +1053 -986
- package/{index-BDRMbrJm.js → index-CJtyT6E6.js} +3 -3
- package/{index-BKwTMP7b.js → index-CQeDSKbW.js} +41 -41
- package/{index-kHLWsQ5x.js → index-kJRjXajA.js} +1 -1
- package/index.js +1 -1
- package/{notice-C1lVhnTy.js → notice-vqdROyha.js} +8 -8
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-DJXPWtNk.js → transWebUrl-v9OKsBCg.js} +1 -1
|
@@ -76,29 +76,29 @@ const _sfc_main$O = /* @__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$G)
|
|
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$u)
|
|
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$1 = /* @__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();
|
|
@@ -8079,42 +8138,43 @@ const gitCodeLayout = {
|
|
|
8079
8138
|
closePermanently: "Don't remind again",
|
|
8080
8139
|
close: "Close"
|
|
8081
8140
|
},
|
|
8082
|
-
|
|
8083
|
-
|
|
8084
|
-
|
|
8085
|
-
|
|
8086
|
-
|
|
8141
|
+
alreadyFollowed: "Followed",
|
|
8142
|
+
focusOn: "Follow",
|
|
8143
|
+
star: "Starred",
|
|
8144
|
+
informationCenter: "News",
|
|
8145
|
+
feedbackCenter: "Feedback Center",
|
|
8146
|
+
companyInformation: "ChongQingKaiYuanGongChuang",
|
|
8147
|
+
recordInformation: "Yu ICP No. 2023009037-1",
|
|
8148
|
+
technicalSupport: "Powered by",
|
|
8149
|
+
HWCloud: "Huawei Cloud",
|
|
8087
8150
|
userFeedback01: "Consult Online",
|
|
8151
|
+
userFeedbackProductRecommendations: "Feedback",
|
|
8088
8152
|
userFeedback02: "Every question receives an answer.",
|
|
8153
|
+
onWeekdays: "Weekdays",
|
|
8089
8154
|
settlementMsg: "For organizational support, please contact via email",
|
|
8090
8155
|
settlementMsgContact: "Please include the organization introduction and contact information in the email",
|
|
8091
8156
|
followUs: "Follow Us to Learn More",
|
|
8092
|
-
|
|
8157
|
+
rateExperience: "Rate Your Experience with Our Product",
|
|
8158
|
+
veryGood: "Excellent",
|
|
8159
|
+
good: "Good",
|
|
8160
|
+
generally: "Average",
|
|
8161
|
+
bad: "Bad",
|
|
8162
|
+
veryBad: "Terrible",
|
|
8163
|
+
thankFaceback: "Thank You for Your Feedback",
|
|
8093
8164
|
improveQuestion: "Any Suggestions for Improvement?",
|
|
8094
8165
|
facebackPlaceholder: "Feedback (Optional)",
|
|
8095
|
-
|
|
8166
|
+
org: {},
|
|
8167
|
+
searchPlaceholder: "Search",
|
|
8168
|
+
searchPlaceholder2: "Type <kbd>/</kbd> to search",
|
|
8096
8169
|
surveyTipsTitle: "Guaranteed 200 points & enter to win limited merch!",
|
|
8097
|
-
rateExperience: "Rate Your Experience with Our Product",
|
|
8098
|
-
feedbackCenter: "Feedback Center",
|
|
8099
|
-
technicalSupport: "Powered by",
|
|
8100
|
-
HWCloud: "Huawei Cloud",
|
|
8101
|
-
onWeekdays: "Weekdays",
|
|
8102
|
-
focusOn: "Follow",
|
|
8103
|
-
star: "Starred",
|
|
8104
|
-
shotName: {},
|
|
8105
|
-
informationCenter: "News",
|
|
8106
8170
|
slogon: "Co-create GitCode, the Code Home for Developers",
|
|
8107
8171
|
digest: "ChongQingKaiYuanGongChuang Technology Co., Ltd. All Rights Reserved",
|
|
8108
|
-
|
|
8109
|
-
recordInformation: "Yu ICP No. 2023009037-1",
|
|
8110
|
-
searchPlaceholder2: "Type <kbd>/</kbd> to search",
|
|
8111
|
-
searchPlaceholder: "Search",
|
|
8172
|
+
shotName: {},
|
|
8112
8173
|
channel: {
|
|
8113
8174
|
moreOpenSource: "More channels",
|
|
8114
8175
|
collapseChannels: "Collapse channels"
|
|
8115
8176
|
},
|
|
8116
8177
|
companyInformationAtomgit: "ShenZhenKaiYuanGongChuang",
|
|
8117
|
-
org: {},
|
|
8118
8178
|
TianqiAI: "Tianqi AI",
|
|
8119
8179
|
Tianqi: "Tianqi",
|
|
8120
8180
|
topic: "Hot topics",
|
|
@@ -8272,9 +8332,9 @@ const gitCodeLayout = {
|
|
|
8272
8332
|
model: "Models",
|
|
8273
8333
|
dataSet: "Datasets",
|
|
8274
8334
|
collections: "Collections",
|
|
8335
|
+
community: "Community",
|
|
8275
8336
|
papers: "Papers",
|
|
8276
8337
|
modelGuide: "Introductory Tutorial",
|
|
8277
|
-
community: "Community",
|
|
8278
8338
|
competition: "Competition",
|
|
8279
8339
|
tianqi: "TianQi Chat",
|
|
8280
8340
|
claimFreeToken: "Free Tokens"
|
|
@@ -9398,7 +9458,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
9398
9458
|
}, {
|
|
9399
9459
|
content: withCtx(() => [
|
|
9400
9460
|
createElementVNode("div", _hoisted_6$e, [
|
|
9401
|
-
createElementVNode("div", _hoisted_7$b, toDisplayString$1(
|
|
9461
|
+
createElementVNode("div", _hoisted_7$b, toDisplayString$1(__props.isCannWhiteList ? unref(t2)("gitCodeLayout.userSetting.menu.cannTask") : unref(t2)("gitCodeLayout.userSetting.menu.growthCenter")), 1)
|
|
9402
9462
|
])
|
|
9403
9463
|
]),
|
|
9404
9464
|
default: withCtx(() => [
|
|
@@ -9406,7 +9466,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
9406
9466
|
id: "guide-step4",
|
|
9407
9467
|
class: "home-nav-link tools-questionnaire",
|
|
9408
9468
|
onClick: toggleGrowthCenter
|
|
9409
|
-
}, _cache[6] || (_cache[6] = [
|
|
9469
|
+
}, [..._cache[6] || (_cache[6] = [
|
|
9410
9470
|
createElementVNode("div", { class: "home-nav-item" }, [
|
|
9411
9471
|
createElementVNode("img", {
|
|
9412
9472
|
class: "common-icon tools-float-icon",
|
|
@@ -9414,7 +9474,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
9414
9474
|
alt: ""
|
|
9415
9475
|
})
|
|
9416
9476
|
], -1)
|
|
9417
|
-
]))
|
|
9477
|
+
])])
|
|
9418
9478
|
]),
|
|
9419
9479
|
_: 1
|
|
9420
9480
|
})) : createCommentVNode("", true),
|
|
@@ -9437,7 +9497,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
9437
9497
|
id: "gitcode-desk-btn",
|
|
9438
9498
|
class: "home-nav-item kefu",
|
|
9439
9499
|
onClick: showDesk
|
|
9440
|
-
}, _cache[7] || (_cache[7] = [
|
|
9500
|
+
}, [..._cache[7] || (_cache[7] = [
|
|
9441
9501
|
createElementVNode("img", {
|
|
9442
9502
|
class: "tools-float-icon",
|
|
9443
9503
|
src: "https://cdn-static.gitcode.com/static/images/desk/kefu.png",
|
|
@@ -9447,7 +9507,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
9447
9507
|
createElementVNode("div", null, "客"),
|
|
9448
9508
|
createElementVNode("div", null, "服")
|
|
9449
9509
|
], -1)
|
|
9450
|
-
]))
|
|
9510
|
+
])])
|
|
9451
9511
|
])
|
|
9452
9512
|
]),
|
|
9453
9513
|
_: 1
|
|
@@ -9500,9 +9560,9 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
9500
9560
|
key: item.index,
|
|
9501
9561
|
class: normalizeClass(["tab-item", opinionStep.value === item.index ? "tab-item--active" : "tab-item--inactive"]),
|
|
9502
9562
|
onClick: ($event) => swTab(item)
|
|
9503
|
-
}, _cache[11] || (_cache[11] = [
|
|
9563
|
+
}, [..._cache[11] || (_cache[11] = [
|
|
9504
9564
|
createElementVNode("span", { class: "tools-float-cursor-pointer" }, null, -1)
|
|
9505
|
-
]), 10, _hoisted_18$3);
|
|
9565
|
+
])], 10, _hoisted_18$3);
|
|
9506
9566
|
}), 64))
|
|
9507
9567
|
]),
|
|
9508
9568
|
createElementVNode("div", null, [
|
|
@@ -9584,7 +9644,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
9584
9644
|
trigger: "hover",
|
|
9585
9645
|
offset: { mainAxis: 22, crossAxis: 0 }
|
|
9586
9646
|
}, {
|
|
9587
|
-
default: withCtx(() => _cache[10] || (_cache[10] = [
|
|
9647
|
+
default: withCtx(() => [..._cache[10] || (_cache[10] = [
|
|
9588
9648
|
createElementVNode("div", { class: "home-nav-item" }, [
|
|
9589
9649
|
createElementVNode("img", {
|
|
9590
9650
|
class: "common-icon tools-float-icon",
|
|
@@ -9597,7 +9657,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
9597
9657
|
alt: ""
|
|
9598
9658
|
})
|
|
9599
9659
|
], -1)
|
|
9600
|
-
])),
|
|
9660
|
+
])]),
|
|
9601
9661
|
_: 1
|
|
9602
9662
|
}, 8, ["content"])
|
|
9603
9663
|
])
|
|
@@ -9835,11 +9895,11 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
9835
9895
|
});
|
|
9836
9896
|
return (_ctx, _cache) => {
|
|
9837
9897
|
const _component_router_link = resolveComponent("router-link");
|
|
9838
|
-
return
|
|
9898
|
+
return __props.to && !__props.disabled ? (openBlock(), createBlock(_component_router_link, {
|
|
9839
9899
|
key: 0,
|
|
9840
|
-
class: normalizeClass(["g-link g-link-router-link", { hoverUnderline:
|
|
9841
|
-
to:
|
|
9842
|
-
target:
|
|
9900
|
+
class: normalizeClass(["g-link g-link-router-link", { hoverUnderline: __props.underline }]),
|
|
9901
|
+
to: __props.to,
|
|
9902
|
+
target: __props.target
|
|
9843
9903
|
}, {
|
|
9844
9904
|
default: withCtx(() => [
|
|
9845
9905
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
@@ -9847,10 +9907,10 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
9847
9907
|
_: 3
|
|
9848
9908
|
}, 8, ["class", "to", "target"])) : (openBlock(), createElementBlock("a", {
|
|
9849
9909
|
key: 1,
|
|
9850
|
-
class: normalizeClass(["g-link g-link-a", { hoverUnderline:
|
|
9851
|
-
href:
|
|
9852
|
-
target:
|
|
9853
|
-
disabled:
|
|
9910
|
+
class: normalizeClass(["g-link g-link-a", { hoverUnderline: __props.underline, noPointer: __props.noPointer }]),
|
|
9911
|
+
href: __props.disabled || !targetHref.value ? defaultHref.value : targetHref.value,
|
|
9912
|
+
target: __props.target,
|
|
9913
|
+
disabled: __props.disabled || __props.noPointer
|
|
9854
9914
|
}, [
|
|
9855
9915
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
9856
9916
|
], 10, _hoisted_1$E));
|
|
@@ -10529,12 +10589,12 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
10529
10589
|
key: 0,
|
|
10530
10590
|
"img-src": imgSrc.value,
|
|
10531
10591
|
name: placeholderName.value,
|
|
10532
|
-
width:
|
|
10533
|
-
height:
|
|
10534
|
-
"is-round":
|
|
10535
|
-
class: normalizeClass({ "devui-avatar-square": !
|
|
10592
|
+
width: __props.width,
|
|
10593
|
+
height: __props.height,
|
|
10594
|
+
"is-round": __props.is_round,
|
|
10595
|
+
class: normalizeClass({ "devui-avatar-square": !__props.is_round, "gavatar-custom": !imgSrc.value }),
|
|
10536
10596
|
onLoadError,
|
|
10537
|
-
style: normalizeStyle({ minWidth:
|
|
10597
|
+
style: normalizeStyle({ minWidth: __props.width + "px" })
|
|
10538
10598
|
}, null, 8, ["img-src", "name", "width", "height", "is-round", "class", "style"])) : createCommentVNode("", true);
|
|
10539
10599
|
};
|
|
10540
10600
|
}
|
|
@@ -10573,15 +10633,15 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
10573
10633
|
return openBlock(), createBlock(unref(Tooltip), {
|
|
10574
10634
|
class: "flash-tag-message",
|
|
10575
10635
|
position: ["top", "bottom"],
|
|
10576
|
-
content:
|
|
10636
|
+
content: __props.message,
|
|
10577
10637
|
"overlay-class": "flash-tag-tooltip",
|
|
10578
|
-
disabled: unref(isPhone)() ||
|
|
10638
|
+
disabled: unref(isPhone)() || __props.disabled
|
|
10579
10639
|
}, {
|
|
10580
10640
|
default: withCtx(() => [
|
|
10581
10641
|
createElementVNode("span", mergeProps({
|
|
10582
|
-
class: ["gc-flash-tag", { "gc-trusted-tag":
|
|
10642
|
+
class: ["gc-flash-tag", { "gc-trusted-tag": __props.trusted, "gc-flash-tag--clickable": __props.clickEnabled, "gc-flash-tag--default": !__props.clickEnabled, "gc-icon-tag": __props.icon }]
|
|
10583
10643
|
}, _ctx.$attrs, { onClick: handleClick }), [
|
|
10584
|
-
|
|
10644
|
+
__props.icon ? (openBlock(), createElementBlock("img", {
|
|
10585
10645
|
key: 0,
|
|
10586
10646
|
class: "gc-flash-tag__icon",
|
|
10587
10647
|
src: iconUrl.value
|
|
@@ -10665,7 +10725,7 @@ function getAugmentedNamespace(n) {
|
|
|
10665
10725
|
return a;
|
|
10666
10726
|
}
|
|
10667
10727
|
var relativeTime$1 = { exports: {} };
|
|
10668
|
-
(function(module, exports) {
|
|
10728
|
+
(function(module, exports$1) {
|
|
10669
10729
|
!function(r, e) {
|
|
10670
10730
|
module.exports = e();
|
|
10671
10731
|
}(commonjsGlobal, function() {
|
|
@@ -11236,7 +11296,7 @@ var locale = {
|
|
|
11236
11296
|
};
|
|
11237
11297
|
dayjs.locale(locale, null, true);
|
|
11238
11298
|
var timezone = { exports: {} };
|
|
11239
|
-
(function(module, exports) {
|
|
11299
|
+
(function(module, exports$1) {
|
|
11240
11300
|
!function(t2, e) {
|
|
11241
11301
|
module.exports = e();
|
|
11242
11302
|
}(commonjsGlobal, function() {
|
|
@@ -11299,7 +11359,7 @@ var timezone = { exports: {} };
|
|
|
11299
11359
|
var timezoneExports = timezone.exports;
|
|
11300
11360
|
const tz = /* @__PURE__ */ getDefaultExportFromCjs(timezoneExports);
|
|
11301
11361
|
var utc$1 = { exports: {} };
|
|
11302
|
-
(function(module, exports) {
|
|
11362
|
+
(function(module, exports$1) {
|
|
11303
11363
|
!function(t2, i) {
|
|
11304
11364
|
module.exports = i();
|
|
11305
11365
|
}(commonjsGlobal, function() {
|
|
@@ -11315,16 +11375,16 @@ var utc$1 = { exports: {} };
|
|
|
11315
11375
|
}, u.local = function() {
|
|
11316
11376
|
return n(this.toDate(), { locale: this.$L, utc: false });
|
|
11317
11377
|
};
|
|
11318
|
-
var
|
|
11378
|
+
var r = u.parse;
|
|
11319
11379
|
u.parse = function(t3) {
|
|
11320
|
-
t3.utc && (this.$u = true), this.$utils().u(t3.$offset) || (this.$offset = t3.$offset),
|
|
11380
|
+
t3.utc && (this.$u = true), this.$utils().u(t3.$offset) || (this.$offset = t3.$offset), r.call(this, t3);
|
|
11321
11381
|
};
|
|
11322
|
-
var
|
|
11382
|
+
var o = u.init;
|
|
11323
11383
|
u.init = function() {
|
|
11324
11384
|
if (this.$u) {
|
|
11325
11385
|
var t3 = this.$d;
|
|
11326
11386
|
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();
|
|
11327
|
-
} else
|
|
11387
|
+
} else o.call(this);
|
|
11328
11388
|
};
|
|
11329
11389
|
var a = u.utcOffset;
|
|
11330
11390
|
u.utcOffset = function(s2, f2) {
|
|
@@ -11337,13 +11397,12 @@ var utc$1 = { exports: {} };
|
|
|
11337
11397
|
var f3 = ("" + s3[0]).match(e) || ["-", 0, 0], n3 = f3[0], u3 = 60 * +f3[1] + +f3[2];
|
|
11338
11398
|
return 0 === u3 ? 0 : "+" === n3 ? u3 : -u3;
|
|
11339
11399
|
}(s2), null === s2)) return this;
|
|
11340
|
-
var u2 = Math.abs(s2) <= 16 ? 60 * s2 : s2
|
|
11341
|
-
if (
|
|
11342
|
-
|
|
11343
|
-
|
|
11344
|
-
|
|
11345
|
-
|
|
11346
|
-
return o2;
|
|
11400
|
+
var u2 = Math.abs(s2) <= 16 ? 60 * s2 : s2;
|
|
11401
|
+
if (0 === u2) return this.utc(f2);
|
|
11402
|
+
var r2 = this.clone();
|
|
11403
|
+
if (f2) return r2.$offset = u2, r2.$u = false, r2;
|
|
11404
|
+
var o2 = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
|
|
11405
|
+
return (r2 = this.local().add(u2 + o2, t2)).$offset = u2, r2.$x.$localOffset = o2, r2;
|
|
11347
11406
|
};
|
|
11348
11407
|
var h2 = u.format;
|
|
11349
11408
|
u.format = function(t3) {
|
|
@@ -11573,9 +11632,9 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
11573
11632
|
});
|
|
11574
11633
|
return (_ctx, _cache) => {
|
|
11575
11634
|
var _a, _b, _c;
|
|
11576
|
-
return
|
|
11635
|
+
return __props.scene === unref(SceneValue).org && !__props.errorCode ? (openBlock(), createElementBlock("div", _hoisted_1$C, [
|
|
11577
11636
|
createVNode(GLink, {
|
|
11578
|
-
href: ((_a =
|
|
11637
|
+
href: ((_a = __props.orgProps) == null ? void 0 : _a.orgHomepageUrl) || "",
|
|
11579
11638
|
class: "header-custom-link"
|
|
11580
11639
|
}, {
|
|
11581
11640
|
default: withCtx(() => {
|
|
@@ -11597,21 +11656,21 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
11597
11656
|
createVNode(unref(Button), {
|
|
11598
11657
|
onClick: _cache[0] || (_cache[0] = ($event) => {
|
|
11599
11658
|
var _a2;
|
|
11600
|
-
return handleOrgFollow((_a2 =
|
|
11659
|
+
return handleOrgFollow((_a2 = __props.orgProps) == null ? void 0 : _a2.isOrgFollow);
|
|
11601
11660
|
}),
|
|
11602
11661
|
class: "org-layout-toolbar-follow"
|
|
11603
11662
|
}, {
|
|
11604
11663
|
default: withCtx(() => {
|
|
11605
11664
|
var _a2;
|
|
11606
11665
|
return [
|
|
11607
|
-
createElementVNode("span", _hoisted_3$r, toDisplayString$1(((_a2 =
|
|
11666
|
+
createElementVNode("span", _hoisted_3$r, toDisplayString$1(((_a2 = __props.orgProps) == null ? void 0 : _a2.isOrgFollow) ? unref(t2)("gitCodeLayout.home.alreadyFollowed") : unref(t2)("gitCodeLayout.home.focusOn")), 1)
|
|
11608
11667
|
];
|
|
11609
11668
|
}),
|
|
11610
11669
|
_: 1
|
|
11611
11670
|
})
|
|
11612
|
-
])) :
|
|
11671
|
+
])) : __props.scene === unref(SceneValue).repo && !__props.errorCode ? (openBlock(), createBlock(unref(Skeleton), {
|
|
11613
11672
|
key: 1,
|
|
11614
|
-
loading: (_b =
|
|
11673
|
+
loading: (_b = __props.repoProps) == null ? void 0 : _b.repoNameLoading,
|
|
11615
11674
|
rows: 1
|
|
11616
11675
|
}, {
|
|
11617
11676
|
placeholder: withCtx(() => [
|
|
@@ -11634,7 +11693,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
11634
11693
|
default: withCtx(() => {
|
|
11635
11694
|
var _a3, _b3, _c3, _d2;
|
|
11636
11695
|
return [
|
|
11637
|
-
!((_a3 =
|
|
11696
|
+
!((_a3 = __props.repoProps) == null ? void 0 : _a3.isGhMirrors) ? (openBlock(), createBlock(_sfc_main$L, {
|
|
11638
11697
|
key: 0,
|
|
11639
11698
|
class: normalizeClass({ "g-border": isOrg.value }),
|
|
11640
11699
|
src: (_c3 = (_b3 = unref(repoInfo)) == null ? void 0 : _b3.namespace) == null ? void 0 : _c3.avatar_url,
|
|
@@ -11650,7 +11709,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
11650
11709
|
_: 1
|
|
11651
11710
|
}, 8, ["href"]),
|
|
11652
11711
|
createElementVNode("div", _hoisted_8$9, [
|
|
11653
|
-
!((_b2 =
|
|
11712
|
+
!((_b2 = __props.repoProps) == null ? void 0 : _b2.isGhMirrors) ? (openBlock(), createElementBlock("div", {
|
|
11654
11713
|
key: 0,
|
|
11655
11714
|
ref_key: "breadcrumbRef",
|
|
11656
11715
|
ref: breadcrumbRef,
|
|
@@ -11685,7 +11744,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
11685
11744
|
key: 1,
|
|
11686
11745
|
ref_key: "breadcrumbNextRef",
|
|
11687
11746
|
ref: breadcrumbNextRef,
|
|
11688
|
-
class: normalizeClass(["g-repo-layout-breadcrumb-next", [((_c2 =
|
|
11747
|
+
class: normalizeClass(["g-repo-layout-breadcrumb-next", [((_c2 = __props.repoProps) == null ? void 0 : _c2.isGhMirrors) ? "g-repo-layout-breadcrumb-next--full" : "g-repo-layout-breadcrumb-next--limit"]])
|
|
11689
11748
|
}, [
|
|
11690
11749
|
createVNode(GLink, {
|
|
11691
11750
|
class: "linkTx",
|
|
@@ -11708,9 +11767,9 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
11708
11767
|
type: "gstar",
|
|
11709
11768
|
message: `G-Star ${unref(t2)("gitCodeLayout.GStar.project.graduation")}`
|
|
11710
11769
|
}, {
|
|
11711
|
-
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
11712
|
-
createTextVNode("G-Star ")
|
|
11713
|
-
])),
|
|
11770
|
+
default: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
11771
|
+
createTextVNode("G-Star ", -1)
|
|
11772
|
+
])]),
|
|
11714
11773
|
_: 1
|
|
11715
11774
|
}, 8, ["message"])
|
|
11716
11775
|
])) : unref(isIncubationRepo)(unref(repoInfo).topic_names) ? (openBlock(), createElementBlock("div", _hoisted_13$2, [
|
|
@@ -11720,9 +11779,9 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
11720
11779
|
type: "incubation",
|
|
11721
11780
|
message: `G-Star ${unref(t2)("gitCodeLayout.GStar.project.incubation")}`
|
|
11722
11781
|
}, {
|
|
11723
|
-
default: withCtx(() => _cache[3] || (_cache[3] = [
|
|
11724
|
-
createTextVNode(" G-Star ")
|
|
11725
|
-
])),
|
|
11782
|
+
default: withCtx(() => [..._cache[3] || (_cache[3] = [
|
|
11783
|
+
createTextVNode(" G-Star ", -1)
|
|
11784
|
+
])]),
|
|
11726
11785
|
_: 1
|
|
11727
11786
|
}, 8, ["message"])
|
|
11728
11787
|
])) : createCommentVNode("", true),
|
|
@@ -11735,7 +11794,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
11735
11794
|
href: "/trusted"
|
|
11736
11795
|
}, null, 8, ["message"])
|
|
11737
11796
|
])) : createCommentVNode("", true),
|
|
11738
|
-
((_d =
|
|
11797
|
+
((_d = __props.repoProps) == null ? void 0 : _d.isPrivate) ? (openBlock(), createElementBlock("div", _hoisted_15$2, [
|
|
11739
11798
|
createVNode(GIcon, {
|
|
11740
11799
|
size: "16px",
|
|
11741
11800
|
class: "header-custom-lock-icon",
|
|
@@ -11754,7 +11813,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
11754
11813
|
}, null, 8, ["name"]),
|
|
11755
11814
|
createElementVNode("span", _hoisted_16$2, toDisplayString$1((_f = topicTag.value) == null ? void 0 : _f.suffix), 1)
|
|
11756
11815
|
])) : createCommentVNode("", true),
|
|
11757
|
-
((_g =
|
|
11816
|
+
((_g = __props.repoProps) == null ? void 0 : _g.isGhMirrors) && showTimeTopic.value && !unref(isPhone)() ? (openBlock(), createElementBlock("div", _hoisted_17$2, [
|
|
11758
11817
|
createVNode(GIcon, {
|
|
11759
11818
|
name: "gt-line-time",
|
|
11760
11819
|
color: "var(--devui-shape-icon-fill)",
|
|
@@ -11768,7 +11827,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
11768
11827
|
];
|
|
11769
11828
|
}),
|
|
11770
11829
|
_: 1
|
|
11771
|
-
}, 8, ["loading"])) :
|
|
11830
|
+
}, 8, ["loading"])) : __props.scene === unref(SceneValue).user && ((_c = __props.userProps) == null ? void 0 : _c.isOtherUser) ? (openBlock(), createElementBlock("div", _hoisted_20$2, [
|
|
11772
11831
|
createVNode(GLink, {
|
|
11773
11832
|
to: { name: "homepage" },
|
|
11774
11833
|
class: "header-custom-link"
|
|
@@ -11877,7 +11936,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
11877
11936
|
onClick: handleClick
|
|
11878
11937
|
}, [
|
|
11879
11938
|
createElementVNode("img", {
|
|
11880
|
-
src:
|
|
11939
|
+
src: __props.config.logo_url,
|
|
11881
11940
|
alt: "claim power"
|
|
11882
11941
|
}, null, 8, _hoisted_1$A)
|
|
11883
11942
|
])) : createCommentVNode("", true);
|
|
@@ -11931,7 +11990,7 @@ var hasRequiredCore;
|
|
|
11931
11990
|
function requireCore() {
|
|
11932
11991
|
if (hasRequiredCore) return core.exports;
|
|
11933
11992
|
hasRequiredCore = 1;
|
|
11934
|
-
(function(module, exports) {
|
|
11993
|
+
(function(module, exports$1) {
|
|
11935
11994
|
(function(root, factory) {
|
|
11936
11995
|
{
|
|
11937
11996
|
module.exports = factory();
|
|
@@ -12538,7 +12597,7 @@ var hasRequiredEncBase64;
|
|
|
12538
12597
|
function requireEncBase64() {
|
|
12539
12598
|
if (hasRequiredEncBase64) return encBase64.exports;
|
|
12540
12599
|
hasRequiredEncBase64 = 1;
|
|
12541
|
-
(function(module, exports) {
|
|
12600
|
+
(function(module, exports$1) {
|
|
12542
12601
|
(function(root, factory) {
|
|
12543
12602
|
{
|
|
12544
12603
|
module.exports = factory(requireCore());
|
|
@@ -12645,7 +12704,7 @@ var hasRequiredMd5;
|
|
|
12645
12704
|
function requireMd5() {
|
|
12646
12705
|
if (hasRequiredMd5) return md5.exports;
|
|
12647
12706
|
hasRequiredMd5 = 1;
|
|
12648
|
-
(function(module, exports) {
|
|
12707
|
+
(function(module, exports$1) {
|
|
12649
12708
|
(function(root, factory) {
|
|
12650
12709
|
{
|
|
12651
12710
|
module.exports = factory(requireCore());
|
|
@@ -12824,7 +12883,7 @@ var hasRequiredSha1;
|
|
|
12824
12883
|
function requireSha1() {
|
|
12825
12884
|
if (hasRequiredSha1) return sha1.exports;
|
|
12826
12885
|
hasRequiredSha1 = 1;
|
|
12827
|
-
(function(module, exports) {
|
|
12886
|
+
(function(module, exports$1) {
|
|
12828
12887
|
(function(root, factory) {
|
|
12829
12888
|
{
|
|
12830
12889
|
module.exports = factory(requireCore());
|
|
@@ -12914,7 +12973,7 @@ var hasRequiredHmac;
|
|
|
12914
12973
|
function requireHmac() {
|
|
12915
12974
|
if (hasRequiredHmac) return hmac.exports;
|
|
12916
12975
|
hasRequiredHmac = 1;
|
|
12917
|
-
(function(module, exports) {
|
|
12976
|
+
(function(module, exports$1) {
|
|
12918
12977
|
(function(root, factory) {
|
|
12919
12978
|
{
|
|
12920
12979
|
module.exports = factory(requireCore());
|
|
@@ -13019,7 +13078,7 @@ var hasRequiredEvpkdf;
|
|
|
13019
13078
|
function requireEvpkdf() {
|
|
13020
13079
|
if (hasRequiredEvpkdf) return evpkdf.exports;
|
|
13021
13080
|
hasRequiredEvpkdf = 1;
|
|
13022
|
-
(function(module, exports) {
|
|
13081
|
+
(function(module, exports$1) {
|
|
13023
13082
|
(function(root, factory, undef) {
|
|
13024
13083
|
{
|
|
13025
13084
|
module.exports = factory(requireCore(), requireSha1(), requireHmac());
|
|
@@ -13109,7 +13168,7 @@ var hasRequiredCipherCore;
|
|
|
13109
13168
|
function requireCipherCore() {
|
|
13110
13169
|
if (hasRequiredCipherCore) return cipherCore.exports;
|
|
13111
13170
|
hasRequiredCipherCore = 1;
|
|
13112
|
-
(function(module, exports) {
|
|
13171
|
+
(function(module, exports$1) {
|
|
13113
13172
|
(function(root, factory, undef) {
|
|
13114
13173
|
{
|
|
13115
13174
|
module.exports = factory(requireCore(), requireEvpkdf());
|
|
@@ -13668,11 +13727,15 @@ function requireCipherCore() {
|
|
|
13668
13727
|
* var derivedParams = CryptoJS.kdf.OpenSSL.execute('Password', 256/32, 128/32);
|
|
13669
13728
|
* var derivedParams = CryptoJS.kdf.OpenSSL.execute('Password', 256/32, 128/32, 'saltsalt');
|
|
13670
13729
|
*/
|
|
13671
|
-
execute: function(password, keySize, ivSize, salt) {
|
|
13730
|
+
execute: function(password, keySize, ivSize, salt, hasher) {
|
|
13672
13731
|
if (!salt) {
|
|
13673
13732
|
salt = WordArray.random(64 / 8);
|
|
13674
13733
|
}
|
|
13675
|
-
|
|
13734
|
+
if (!hasher) {
|
|
13735
|
+
var key = EvpKDF.create({ keySize: keySize + ivSize }).compute(password, salt);
|
|
13736
|
+
} else {
|
|
13737
|
+
var key = EvpKDF.create({ keySize: keySize + ivSize, hasher }).compute(password, salt);
|
|
13738
|
+
}
|
|
13676
13739
|
var iv = WordArray.create(key.words.slice(keySize), ivSize * 4);
|
|
13677
13740
|
key.sigBytes = keySize * 4;
|
|
13678
13741
|
return CipherParams.create({ key, iv, salt });
|
|
@@ -13706,7 +13769,7 @@ function requireCipherCore() {
|
|
|
13706
13769
|
*/
|
|
13707
13770
|
encrypt: function(cipher, message, password, cfg) {
|
|
13708
13771
|
cfg = this.cfg.extend(cfg);
|
|
13709
|
-
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize);
|
|
13772
|
+
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize, cfg.salt, cfg.hasher);
|
|
13710
13773
|
cfg.iv = derivedParams.iv;
|
|
13711
13774
|
var ciphertext = SerializableCipher.encrypt.call(this, cipher, message, derivedParams.key, cfg);
|
|
13712
13775
|
ciphertext.mixIn(derivedParams);
|
|
@@ -13732,7 +13795,7 @@ function requireCipherCore() {
|
|
|
13732
13795
|
decrypt: function(cipher, ciphertext, password, cfg) {
|
|
13733
13796
|
cfg = this.cfg.extend(cfg);
|
|
13734
13797
|
ciphertext = this._parse(ciphertext, cfg.format);
|
|
13735
|
-
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize, ciphertext.salt);
|
|
13798
|
+
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize, ciphertext.salt, cfg.hasher);
|
|
13736
13799
|
cfg.iv = derivedParams.iv;
|
|
13737
13800
|
var plaintext = SerializableCipher.decrypt.call(this, cipher, ciphertext, derivedParams.key, cfg);
|
|
13738
13801
|
return plaintext;
|
|
@@ -13743,7 +13806,7 @@ function requireCipherCore() {
|
|
|
13743
13806
|
})(cipherCore);
|
|
13744
13807
|
return cipherCore.exports;
|
|
13745
13808
|
}
|
|
13746
|
-
(function(module, exports) {
|
|
13809
|
+
(function(module, exports$1) {
|
|
13747
13810
|
(function(root, factory, undef) {
|
|
13748
13811
|
{
|
|
13749
13812
|
module.exports = factory(requireCore(), requireEncBase64(), requireMd5(), requireEvpkdf(), requireCipherCore());
|
|
@@ -13892,7 +13955,7 @@ function requireCipherCore() {
|
|
|
13892
13955
|
var aesExports = aes.exports;
|
|
13893
13956
|
const AES = /* @__PURE__ */ getDefaultExportFromCjs(aesExports);
|
|
13894
13957
|
var padPkcs7 = { exports: {} };
|
|
13895
|
-
(function(module, exports) {
|
|
13958
|
+
(function(module, exports$1) {
|
|
13896
13959
|
(function(root, factory, undef) {
|
|
13897
13960
|
{
|
|
13898
13961
|
module.exports = factory(requireCore(), requireCipherCore());
|
|
@@ -13904,7 +13967,7 @@ var padPkcs7 = { exports: {} };
|
|
|
13904
13967
|
var padPkcs7Exports = padPkcs7.exports;
|
|
13905
13968
|
const Pkcs7 = /* @__PURE__ */ getDefaultExportFromCjs(padPkcs7Exports);
|
|
13906
13969
|
var encUtf8 = { exports: {} };
|
|
13907
|
-
(function(module, exports) {
|
|
13970
|
+
(function(module, exports$1) {
|
|
13908
13971
|
(function(root, factory) {
|
|
13909
13972
|
{
|
|
13910
13973
|
module.exports = factory(requireCore());
|
|
@@ -14454,9 +14517,8 @@ const _sfc_main$F = /* @__PURE__ */ Object.assign({
|
|
|
14454
14517
|
(openBlock(true), createElementBlock(Fragment, null, renderList(linkList.value, (item) => {
|
|
14455
14518
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
14456
14519
|
item.show !== false ? (openBlock(), createBlock(OptionLink, mergeProps({
|
|
14457
|
-
key: item.label
|
|
14458
|
-
|
|
14459
|
-
}, item, {
|
|
14520
|
+
key: item.label
|
|
14521
|
+
}, { ref_for: true }, item, {
|
|
14460
14522
|
onClick: ($event) => handleClick(item)
|
|
14461
14523
|
}), {
|
|
14462
14524
|
default: withCtx(() => [
|
|
@@ -14504,7 +14566,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
14504
14566
|
return (_ctx, _cache) => {
|
|
14505
14567
|
return openBlock(), createBlock(GLink, {
|
|
14506
14568
|
variant: "text",
|
|
14507
|
-
class: normalizeClass(["g-toolbar-docs",
|
|
14569
|
+
class: normalizeClass(["g-toolbar-docs", __props.whiteColor ? "white" : "black"]),
|
|
14508
14570
|
href: unref(currentHelpDocsAiCommunityUrl)(),
|
|
14509
14571
|
target: "_blank"
|
|
14510
14572
|
}, {
|
|
@@ -14584,7 +14646,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
14584
14646
|
style: normalizeStyle({ "-webkit-line-clamp": (_b = finalConfig.value) == null ? void 0 : _b.line })
|
|
14585
14647
|
}, [
|
|
14586
14648
|
createVNode(unref(Tooltip), {
|
|
14587
|
-
position:
|
|
14649
|
+
position: __props.position,
|
|
14588
14650
|
disabled: !content.value || !((_c = finalConfig.value) == null ? void 0 : _c.tooltip),
|
|
14589
14651
|
content: content.value
|
|
14590
14652
|
}, {
|
|
@@ -14631,16 +14693,16 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
14631
14693
|
createElementVNode("div", _hoisted_2$r, [
|
|
14632
14694
|
createElementVNode("div", {
|
|
14633
14695
|
class: "message-item__avatar-wrap",
|
|
14634
|
-
title:
|
|
14696
|
+
title: __props.data.nickname
|
|
14635
14697
|
}, [
|
|
14636
14698
|
createElementVNode("a", {
|
|
14637
|
-
href: unref(transformUrl)((_a =
|
|
14699
|
+
href: unref(transformUrl)((_a = __props.data) == null ? void 0 : _a.userPath),
|
|
14638
14700
|
target: "_blank",
|
|
14639
14701
|
class: "user-info linktx message-item__user-info"
|
|
14640
14702
|
}, [
|
|
14641
14703
|
createVNode(_sfc_main$L, {
|
|
14642
|
-
name:
|
|
14643
|
-
src:
|
|
14704
|
+
name: __props.data.nickname,
|
|
14705
|
+
src: __props.data.avatar,
|
|
14644
14706
|
width: 32,
|
|
14645
14707
|
height: 32
|
|
14646
14708
|
}, null, 8, ["name", "src"])
|
|
@@ -14650,23 +14712,23 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
14650
14712
|
createElementVNode("div", _hoisted_5$e, [
|
|
14651
14713
|
createElementVNode("div", _hoisted_6$c, [
|
|
14652
14714
|
createVNode(GLink, {
|
|
14653
|
-
href: unref(transformUrl)(
|
|
14715
|
+
href: unref(transformUrl)(__props.data.url),
|
|
14654
14716
|
target: "_blank",
|
|
14655
|
-
class: normalizeClass(["message-item-content", { "text-light":
|
|
14717
|
+
class: normalizeClass(["message-item-content", { "text-light": __props.data.read }]),
|
|
14656
14718
|
onClick: _cache[0] || (_cache[0] = ($event) => emits("trigger"))
|
|
14657
14719
|
}, {
|
|
14658
14720
|
default: withCtx(() => [
|
|
14659
14721
|
createVNode(GText, { class: "devui-link linktx" }, {
|
|
14660
14722
|
default: withCtx(() => [
|
|
14661
|
-
|
|
14723
|
+
__props.data.vHtml ? (openBlock(), createElementBlock("div", {
|
|
14662
14724
|
key: 0,
|
|
14663
|
-
title:
|
|
14664
|
-
innerHTML: unref(xssPurify)(
|
|
14725
|
+
title: __props.data.title,
|
|
14726
|
+
innerHTML: unref(xssPurify)(__props.data.title) || "",
|
|
14665
14727
|
class: "message-item__title"
|
|
14666
14728
|
}, null, 8, _hoisted_7$9)) : (openBlock(), createElementBlock("span", {
|
|
14667
14729
|
key: 1,
|
|
14668
|
-
title:
|
|
14669
|
-
}, toDisplayString$1(
|
|
14730
|
+
title: __props.data.title
|
|
14731
|
+
}, toDisplayString$1(__props.data.title || "-"), 9, _hoisted_8$8))
|
|
14670
14732
|
]),
|
|
14671
14733
|
_: 1
|
|
14672
14734
|
})
|
|
@@ -14676,21 +14738,21 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
14676
14738
|
createElementVNode("div", _hoisted_9$6, [
|
|
14677
14739
|
createVNode(GText, null, {
|
|
14678
14740
|
default: withCtx(() => [
|
|
14679
|
-
createTextVNode(toDisplayString$1(
|
|
14741
|
+
createTextVNode(toDisplayString$1(__props.data.repo), 1)
|
|
14680
14742
|
]),
|
|
14681
14743
|
_: 1
|
|
14682
14744
|
}),
|
|
14683
|
-
_cache[1] || (_cache[1] = createTextVNode(" ")),
|
|
14745
|
+
_cache[1] || (_cache[1] = createTextVNode(" ", -1)),
|
|
14684
14746
|
createVNode(GText, { class: "message-type-text" }, {
|
|
14685
14747
|
default: withCtx(() => [
|
|
14686
|
-
createTextVNode(toDisplayString$1(
|
|
14748
|
+
createTextVNode(toDisplayString$1(__props.data.type || "-"), 1)
|
|
14687
14749
|
]),
|
|
14688
14750
|
_: 1
|
|
14689
14751
|
})
|
|
14690
14752
|
])
|
|
14691
14753
|
])
|
|
14692
14754
|
]),
|
|
14693
|
-
createElementVNode("div", _hoisted_10$6, toDisplayString$1(unref(formatTimeFromNow)(
|
|
14755
|
+
createElementVNode("div", _hoisted_10$6, toDisplayString$1(unref(formatTimeFromNow)(__props.data.time)), 1)
|
|
14694
14756
|
]);
|
|
14695
14757
|
};
|
|
14696
14758
|
}
|
|
@@ -15063,14 +15125,14 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
15063
15125
|
class: normalizeClass(["message-content-header-item message-content-header-item--mr", { active: mentionSubTab.value === "project" }]),
|
|
15064
15126
|
onClick: _cache[2] || (_cache[2] = ($event) => switchMentionSubTab("project"))
|
|
15065
15127
|
}, [
|
|
15066
|
-
_cache[6] || (_cache[6] = createTextVNode(" 项目相关 ")),
|
|
15128
|
+
_cache[6] || (_cache[6] = createTextVNode(" 项目相关 ", -1)),
|
|
15067
15129
|
mentionSubTabCount.value.project > 0 ? (openBlock(), createElementBlock("span", _hoisted_7$8, toDisplayString$1(mentionSubTabCount.value.project), 1)) : createCommentVNode("", true)
|
|
15068
15130
|
], 2),
|
|
15069
15131
|
createElementVNode("div", {
|
|
15070
15132
|
class: normalizeClass(["message-content-header-item", { active: mentionSubTab.value === "discussion" }]),
|
|
15071
15133
|
onClick: _cache[3] || (_cache[3] = ($event) => switchMentionSubTab("discussion"))
|
|
15072
15134
|
}, [
|
|
15073
|
-
_cache[7] || (_cache[7] = createTextVNode(" 在线讨论 ")),
|
|
15135
|
+
_cache[7] || (_cache[7] = createTextVNode(" 在线讨论 ", -1)),
|
|
15074
15136
|
mentionSubTabCount.value.discussion > 0 ? (openBlock(), createElementBlock("span", _hoisted_8$7, toDisplayString$1(mentionSubTabCount.value.discussion), 1)) : createCommentVNode("", true)
|
|
15075
15137
|
], 2)
|
|
15076
15138
|
])) : createCommentVNode("", true),
|
|
@@ -15263,9 +15325,8 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
15263
15325
|
createElementVNode("div", _hoisted_2$p, [
|
|
15264
15326
|
(openBlock(true), createElementBlock(Fragment, null, renderList(linkList.value, (item) => {
|
|
15265
15327
|
return openBlock(), createElementBlock("div", mergeProps({
|
|
15266
|
-
key: item.label
|
|
15267
|
-
|
|
15268
|
-
}, item, {
|
|
15328
|
+
key: item.label
|
|
15329
|
+
}, { ref_for: true }, item, {
|
|
15269
15330
|
class: ["tools-item-wrapper-checkbox-item", { "checked": unref(lang) === item.value }],
|
|
15270
15331
|
onClick: ($event) => handleClick(item),
|
|
15271
15332
|
title: item.value
|
|
@@ -15591,14 +15652,14 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
15591
15652
|
}, [
|
|
15592
15653
|
createVNode(GLink, {
|
|
15593
15654
|
class: "g-user-drawer-info",
|
|
15594
|
-
href: `${unref(layoutConfig2).VITE_HOST}/${
|
|
15655
|
+
href: `${unref(layoutConfig2).VITE_HOST}/${__props.accountInfo.username}`,
|
|
15595
15656
|
key: "myPage",
|
|
15596
|
-
target:
|
|
15657
|
+
target: __props.isChatBot ? "_blank" : ""
|
|
15597
15658
|
}, {
|
|
15598
15659
|
default: withCtx(() => [
|
|
15599
15660
|
createVNode(_sfc_main$L, {
|
|
15600
|
-
name:
|
|
15601
|
-
src:
|
|
15661
|
+
name: __props.accountInfo.nickname,
|
|
15662
|
+
src: __props.accountInfo.avatar,
|
|
15602
15663
|
width: 52,
|
|
15603
15664
|
height: 52
|
|
15604
15665
|
}, null, 8, ["name", "src"]),
|
|
@@ -15606,12 +15667,12 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
15606
15667
|
createElementVNode("div", _hoisted_2$n, [
|
|
15607
15668
|
createElementVNode("p", {
|
|
15608
15669
|
class: "g-user-drawer-info-list-name ellipsis",
|
|
15609
|
-
title:
|
|
15610
|
-
}, toDisplayString$1(
|
|
15670
|
+
title: __props.accountInfo.nickname
|
|
15671
|
+
}, toDisplayString$1(__props.accountInfo.nickname), 9, _hoisted_3$m),
|
|
15611
15672
|
createElementVNode("p", {
|
|
15612
15673
|
class: "g-user-drawer-info-list-id ellipsis",
|
|
15613
|
-
title:
|
|
15614
|
-
}, "@" + toDisplayString$1(
|
|
15674
|
+
title: __props.accountInfo.username
|
|
15675
|
+
}, "@" + toDisplayString$1(__props.accountInfo.username), 9, _hoisted_4$g)
|
|
15615
15676
|
]),
|
|
15616
15677
|
createVNode(GIcon, {
|
|
15617
15678
|
name: "gt-line-right",
|
|
@@ -15621,13 +15682,13 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
15621
15682
|
]),
|
|
15622
15683
|
_: 1
|
|
15623
15684
|
}, 8, ["href", "target"]),
|
|
15624
|
-
!
|
|
15685
|
+
!__props.inAIHub ? (openBlock(), createBlock(UserLevel, {
|
|
15625
15686
|
key: 0,
|
|
15626
|
-
accountInfo:
|
|
15687
|
+
accountInfo: __props.accountInfo
|
|
15627
15688
|
}, null, 8, ["accountInfo"])) : createCommentVNode("", true),
|
|
15628
15689
|
(openBlock(true), createElementBlock(Fragment, null, renderList(userMenuList.value, (block, index2) => {
|
|
15629
15690
|
return openBlock(), createElementBlock("div", {
|
|
15630
|
-
class: normalizeClass(["g-user-drawer-block", { "g-user-drawer-block--no-pt": index2 === 0 &&
|
|
15691
|
+
class: normalizeClass(["g-user-drawer-block", { "g-user-drawer-block--no-pt": index2 === 0 && __props.inAIHub }]),
|
|
15631
15692
|
key: index2
|
|
15632
15693
|
}, [
|
|
15633
15694
|
block.component ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
@@ -15640,11 +15701,10 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
15640
15701
|
}))
|
|
15641
15702
|
], 64)) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList(block, (item) => {
|
|
15642
15703
|
return openBlock(), createBlock(OptionLink, mergeProps({
|
|
15643
|
-
key: item.id
|
|
15644
|
-
|
|
15645
|
-
}, item, {
|
|
15704
|
+
key: item.id
|
|
15705
|
+
}, { ref_for: true }, item, {
|
|
15646
15706
|
onClick: ($event) => handleClick(item),
|
|
15647
|
-
target:
|
|
15707
|
+
target: __props.isChatBot && !item.action ? "_blank" : item.target || ""
|
|
15648
15708
|
}), {
|
|
15649
15709
|
default: withCtx(() => [
|
|
15650
15710
|
item.icon ? (openBlock(), createBlock(GIcon, {
|
|
@@ -15820,9 +15880,9 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
15820
15880
|
name: accountInfo.value.nickname,
|
|
15821
15881
|
src: unref(transformUrl)(accountInfo.value.avatar)
|
|
15822
15882
|
}, null, 8, ["name", "src"]),
|
|
15823
|
-
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_2$m, _cache[4] || (_cache[4] = [
|
|
15883
|
+
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_2$m, [..._cache[4] || (_cache[4] = [
|
|
15824
15884
|
createElementVNode("div", null, null, -1)
|
|
15825
|
-
]))) : createCommentVNode("", true)
|
|
15885
|
+
])])) : createCommentVNode("", true)
|
|
15826
15886
|
])
|
|
15827
15887
|
])) : (openBlock(), createBlock(unref(Dropdown), {
|
|
15828
15888
|
key: 1,
|
|
@@ -15835,13 +15895,13 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
15835
15895
|
menu: withCtx(() => [
|
|
15836
15896
|
createElementVNode("div", _hoisted_5$a, [
|
|
15837
15897
|
createVNode(UserAvatarMenu, {
|
|
15838
|
-
independence:
|
|
15839
|
-
loginOutFinish:
|
|
15898
|
+
independence: __props.independence,
|
|
15899
|
+
loginOutFinish: __props.loginOutFinish,
|
|
15840
15900
|
accountInfo: accountInfo.value,
|
|
15841
|
-
isChatBot:
|
|
15842
|
-
inAIHub:
|
|
15843
|
-
userMenus:
|
|
15844
|
-
inEnterpriseHeader:
|
|
15901
|
+
isChatBot: __props.isChatBot,
|
|
15902
|
+
inAIHub: __props.inAIHub,
|
|
15903
|
+
userMenus: __props.userMenus,
|
|
15904
|
+
inEnterpriseHeader: __props.inEnterpriseHeader,
|
|
15845
15905
|
onLinkClick: resetOverflow
|
|
15846
15906
|
}, null, 8, ["independence", "loginOutFinish", "accountInfo", "isChatBot", "inAIHub", "userMenus", "inEnterpriseHeader"])
|
|
15847
15907
|
])
|
|
@@ -15852,9 +15912,9 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
15852
15912
|
name: accountInfo.value.nickname,
|
|
15853
15913
|
src: unref(transformUrl)(accountInfo.value.avatar)
|
|
15854
15914
|
}, null, 8, ["name", "src"]),
|
|
15855
|
-
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_4$f, _cache[5] || (_cache[5] = [
|
|
15915
|
+
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_4$f, [..._cache[5] || (_cache[5] = [
|
|
15856
15916
|
createElementVNode("div", null, null, -1)
|
|
15857
|
-
]))) : createCommentVNode("", true)
|
|
15917
|
+
])])) : createCommentVNode("", true)
|
|
15858
15918
|
])
|
|
15859
15919
|
]),
|
|
15860
15920
|
_: 1
|
|
@@ -15877,13 +15937,13 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
15877
15937
|
})
|
|
15878
15938
|
]),
|
|
15879
15939
|
createVNode(UserAvatarMenu, {
|
|
15880
|
-
independence:
|
|
15881
|
-
loginOutFinish:
|
|
15940
|
+
independence: __props.independence,
|
|
15941
|
+
loginOutFinish: __props.loginOutFinish,
|
|
15882
15942
|
accountInfo: accountInfo.value,
|
|
15883
|
-
isChatBot:
|
|
15884
|
-
inAIHub:
|
|
15885
|
-
userMenus:
|
|
15886
|
-
inEnterpriseHeader:
|
|
15943
|
+
isChatBot: __props.isChatBot,
|
|
15944
|
+
inAIHub: __props.inAIHub,
|
|
15945
|
+
userMenus: __props.userMenus,
|
|
15946
|
+
inEnterpriseHeader: __props.inEnterpriseHeader,
|
|
15887
15947
|
onClick: _cache[2] || (_cache[2] = ($event) => drawerVisible.value = false),
|
|
15888
15948
|
onLinkClick: resetOverflow
|
|
15889
15949
|
}, null, 8, ["independence", "loginOutFinish", "accountInfo", "isChatBot", "inAIHub", "userMenus", "inEnterpriseHeader"])
|
|
@@ -16310,7 +16370,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
16310
16370
|
ref_key: "nativeRef",
|
|
16311
16371
|
ref: nativeRef,
|
|
16312
16372
|
class: "devui-input__inner hl-search-input__native",
|
|
16313
|
-
value:
|
|
16373
|
+
value: __props.modelValue
|
|
16314
16374
|
}, inputAttrs.value, { onInput }), null, 16, _hoisted_2$l)
|
|
16315
16375
|
], 512),
|
|
16316
16376
|
_ctx.$slots.suffix ? (openBlock(), createElementBlock("div", _hoisted_3$k, [
|
|
@@ -16342,12 +16402,12 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
16342
16402
|
setup(__props) {
|
|
16343
16403
|
const layoutConfig2 = useLayoutConfig();
|
|
16344
16404
|
const { t: $t } = i18n.global;
|
|
16345
|
-
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-
|
|
16346
|
-
const UserSearch = defineAsyncComponent(() => import("./UserSearch-
|
|
16347
|
-
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-
|
|
16348
|
-
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-
|
|
16349
|
-
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-
|
|
16350
|
-
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-
|
|
16405
|
+
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-BiREungG.js"));
|
|
16406
|
+
const UserSearch = defineAsyncComponent(() => import("./UserSearch-BcU7MDa9.js"));
|
|
16407
|
+
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-CvTGSyOA.js"));
|
|
16408
|
+
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-DABmXMo3.js"));
|
|
16409
|
+
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-BXj6bkAy.js"));
|
|
16410
|
+
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-CRN4PVXv.js"));
|
|
16351
16411
|
const props = __props;
|
|
16352
16412
|
const repoInfo = inject("repoInfo");
|
|
16353
16413
|
const orgInfo = inject("orgInfo");
|
|
@@ -16882,9 +16942,9 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
16882
16942
|
});
|
|
16883
16943
|
return (_ctx, _cache) => {
|
|
16884
16944
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
16885
|
-
!
|
|
16945
|
+
!__props.inAIHub ? (openBlock(), createElementBlock("div", {
|
|
16886
16946
|
key: 0,
|
|
16887
|
-
class: normalizeClass([isFocus.value ? "focusSearch" : { "left-search": true }, Boolean(
|
|
16947
|
+
class: normalizeClass([isFocus.value ? "focusSearch" : { "left-search": true }, Boolean(__props.isShowStickyNotice) ? "focusSearch-sticky-notice" : ""]),
|
|
16888
16948
|
onClick: _cache[6] || (_cache[6] = withModifiers(() => {
|
|
16889
16949
|
}, ["stop"]))
|
|
16890
16950
|
}, [
|
|
@@ -16897,7 +16957,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
16897
16957
|
createVNode(unref(Dropdown), {
|
|
16898
16958
|
align: "start",
|
|
16899
16959
|
position: ["bottom", "bottom-start"],
|
|
16900
|
-
"overlay-class":
|
|
16960
|
+
"overlay-class": __props.isShowStickyNotice ? "history-box-sticky-notice history-box" : "history-box",
|
|
16901
16961
|
trigger: "manually",
|
|
16902
16962
|
visible: dropDownVisible.value,
|
|
16903
16963
|
"close-scope": "none",
|
|
@@ -17035,7 +17095,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
17035
17095
|
_: 3
|
|
17036
17096
|
}, 8, ["overlay-class", "visible"])
|
|
17037
17097
|
], 2)) : createCommentVNode("", true),
|
|
17038
|
-
|
|
17098
|
+
__props.inAIHub ? (openBlock(), createElementBlock("div", _hoisted_6$8, [
|
|
17039
17099
|
createVNode(unref(Input), {
|
|
17040
17100
|
placeholder: unref($t)("gitCodeLayout.home.searchPlaceholder"),
|
|
17041
17101
|
onKeydown: withKeys(searchResult, ["enter"]),
|
|
@@ -17371,7 +17431,7 @@ const autoAvokeLogin = ({ isLogin, loginFunc, openHarmonyGuide, loginSuccess, lo
|
|
|
17371
17431
|
loginFunc({ type: "login", triggerType: "", loginTriggerSource: "router_login_auth", ...loginFuncOpts }, loginSuccess, openHarmonyGuide);
|
|
17372
17432
|
}
|
|
17373
17433
|
};
|
|
17374
|
-
const NoticeModal = defineAsyncComponent(() => import("./notice-
|
|
17434
|
+
const NoticeModal = defineAsyncComponent(() => import("./notice-vqdROyha.js"));
|
|
17375
17435
|
function clearNotice() {
|
|
17376
17436
|
if (localStorage$2.getItem("validator_email")) {
|
|
17377
17437
|
localStorage$2.removeItem("validator_email");
|
|
@@ -17825,7 +17885,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
17825
17885
|
style: normalizeStyle({ height: `${unref(height)}px` })
|
|
17826
17886
|
}, [
|
|
17827
17887
|
createElementVNode("div", {
|
|
17828
|
-
class: normalizeClass(["g-header allow-click-stop", [inAIHub.value ? "ai-hub g-header--ai-border " : "", isHome.value && showHeaderShadow.value ? "head-shadow" : "",
|
|
17888
|
+
class: normalizeClass(["g-header allow-click-stop", [inAIHub.value ? "ai-hub g-header--ai-border " : "", isHome.value && showHeaderShadow.value ? "head-shadow" : "", __props.headerBorder ? "oldBorder" : "", headerClassName.value, isIndexHead.value && !showHeaderShadow.value ? "g-header--transparent" : ""]]),
|
|
17829
17889
|
ref_key: "headerRef",
|
|
17830
17890
|
ref: headerRef,
|
|
17831
17891
|
style: normalizeStyle(detailBgStyle.value)
|
|
@@ -17863,13 +17923,13 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
17863
17923
|
class: "g-toolbar-left-asideicon",
|
|
17864
17924
|
color: "var(--theme-aide-text)"
|
|
17865
17925
|
})) : createCommentVNode("", true),
|
|
17866
|
-
showNameAndIcon.value &&
|
|
17926
|
+
showNameAndIcon.value && __props.independence || inAIHub.value ? (openBlock(), createBlock(GLink, {
|
|
17867
17927
|
key: 1,
|
|
17868
17928
|
class: normalizeClass(["g-toolbar-left-logo", [inAIHub.value ? "ai-logo" : ""]]),
|
|
17869
17929
|
style: normalizeStyle(logoStyle.value),
|
|
17870
17930
|
href: inAIHub.value ? `${unref(layoutConfig2).VITE_AI_HOST}` : `${unref(layoutConfig2).VITE_HOST}?p=seo`
|
|
17871
17931
|
}, null, 8, ["class", "style", "href"])) : createCommentVNode("", true),
|
|
17872
|
-
showNameAndIcon.value && !
|
|
17932
|
+
showNameAndIcon.value && !__props.independence ? (openBlock(), createBlock(GLink, {
|
|
17873
17933
|
key: 2,
|
|
17874
17934
|
class: normalizeClass(["g-toolbar-left-logo", [inAIHub.value ? "ai-logo" : ""]]),
|
|
17875
17935
|
style: normalizeStyle(logoStyle.value),
|
|
@@ -17883,12 +17943,12 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
17883
17943
|
}, [
|
|
17884
17944
|
_ctx.$slots.headerCustom ? renderSlot(_ctx.$slots, "headerCustom", { key: 0 }, void 0, true) : isModuleVisible(unref(HeaderDisplayItem).CUSTOM_CONTENT) && !showNameAndIcon.value ? (openBlock(), createBlock(HeaderCustom, {
|
|
17885
17945
|
key: 1,
|
|
17886
|
-
scene:
|
|
17887
|
-
isLogin:
|
|
17888
|
-
errorCode: (_a2 =
|
|
17889
|
-
orgProps: (_b =
|
|
17890
|
-
repoProps: (_c =
|
|
17891
|
-
userProps: (_d =
|
|
17946
|
+
scene: __props.sceneValue,
|
|
17947
|
+
isLogin: __props.isLogin,
|
|
17948
|
+
errorCode: (_a2 = __props.headerCustomProps) == null ? void 0 : _a2.errorCode,
|
|
17949
|
+
orgProps: (_b = __props.headerCustomProps) == null ? void 0 : _b.orgProps,
|
|
17950
|
+
repoProps: (_c = __props.headerCustomProps) == null ? void 0 : _c.repoProps,
|
|
17951
|
+
userProps: (_d = __props.headerCustomProps) == null ? void 0 : _d.userProps,
|
|
17892
17952
|
onFollowDevCommunity: _cache[1] || (_cache[1] = ($event) => emit("followDevCommunity", $event)),
|
|
17893
17953
|
onFollowUser: _cache[2] || (_cache[2] = ($event) => emit("followUser"))
|
|
17894
17954
|
}, {
|
|
@@ -17907,7 +17967,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
17907
17967
|
(openBlock(), createBlock(Search, {
|
|
17908
17968
|
inAIHub: inAIHub.value,
|
|
17909
17969
|
key: _ctx.$route.fullPath,
|
|
17910
|
-
sceneValue:
|
|
17970
|
+
sceneValue: __props.sceneValue,
|
|
17911
17971
|
isShowStickyNotice: isShowStickyNoticeByClose.value
|
|
17912
17972
|
}, {
|
|
17913
17973
|
searchRecommend: withCtx(() => [
|
|
@@ -17930,7 +17990,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
17930
17990
|
createVNode(ClaimPower, { config: claimPowerConfig.value }, null, 8, ["config"]),
|
|
17931
17991
|
isModuleVisible(unref(HeaderDisplayItem).OPERATION_ENTRY) ? (openBlock(), createBlock(OperationEntry, { key: 0 })) : createCommentVNode("", true)
|
|
17932
17992
|
]),
|
|
17933
|
-
!
|
|
17993
|
+
!__props.isLogin ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
17934
17994
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17935
17995
|
unref(isMobile) ? (openBlock(), createElementBlock("section", {
|
|
17936
17996
|
key: 0,
|
|
@@ -17976,10 +18036,10 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
17976
18036
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createBlock(UserAvatar, {
|
|
17977
18037
|
key: 3,
|
|
17978
18038
|
isChatBot: isChatBot.value,
|
|
17979
|
-
loginOutFinish:
|
|
18039
|
+
loginOutFinish: __props.loginOutFinish,
|
|
17980
18040
|
inAIHub: inAIHub.value,
|
|
17981
|
-
independence:
|
|
17982
|
-
userMenus:
|
|
18041
|
+
independence: __props.independence,
|
|
18042
|
+
userMenus: __props.userMenus
|
|
17983
18043
|
}, null, 8, ["isChatBot", "loginOutFinish", "inAIHub", "independence", "userMenus"])) : createCommentVNode("", true)
|
|
17984
18044
|
], 64))
|
|
17985
18045
|
], 2)
|
|
@@ -18237,21 +18297,21 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
18237
18297
|
createElementVNode("div", {
|
|
18238
18298
|
ref_key: "headerRef",
|
|
18239
18299
|
ref: headerRef,
|
|
18240
|
-
class: normalizeClass(["g-header allow-click-stop", [showHeaderShadow.value ? "head-shadow" : "",
|
|
18300
|
+
class: normalizeClass(["g-header allow-click-stop", [showHeaderShadow.value ? "head-shadow" : "", __props.headerBorder ? "oldBorder" : "", headerClassName.value]])
|
|
18241
18301
|
}, [
|
|
18242
18302
|
createVNode(SiteAnnouncement),
|
|
18243
18303
|
withDirectives((openBlock(), createElementBlock("div", _hoisted_1$m, [
|
|
18244
18304
|
createElementVNode("div", _hoisted_2$g, [
|
|
18245
18305
|
createElementVNode("div", _hoisted_3$f, [
|
|
18246
18306
|
createVNode(_sfc_main$L, {
|
|
18247
|
-
src: (_a2 =
|
|
18248
|
-
name: (_b =
|
|
18307
|
+
src: (_a2 = __props.enterpriseInfo) == null ? void 0 : _a2.avatar,
|
|
18308
|
+
name: (_b = __props.enterpriseInfo) == null ? void 0 : _b.name,
|
|
18249
18309
|
isRound: false,
|
|
18250
18310
|
width: 32,
|
|
18251
18311
|
height: 32,
|
|
18252
18312
|
class: "enterprise-avatar"
|
|
18253
18313
|
}, null, 8, ["src", "name"]),
|
|
18254
|
-
createElementVNode("span", _hoisted_4$a, toDisplayString$1((_c =
|
|
18314
|
+
createElementVNode("span", _hoisted_4$a, toDisplayString$1((_c = __props.enterpriseInfo) == null ? void 0 : _c.name), 1),
|
|
18255
18315
|
createElementVNode("span", _hoisted_5$6, toDisplayString$1(unref(t2)("gitCodeLayout.header.enterpriseFlag")), 1)
|
|
18256
18316
|
])
|
|
18257
18317
|
]),
|
|
@@ -18274,7 +18334,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
18274
18334
|
], true) : createCommentVNode("", true)
|
|
18275
18335
|
]),
|
|
18276
18336
|
createElementVNode("div", _hoisted_7$4, [
|
|
18277
|
-
!
|
|
18337
|
+
!__props.isLogin ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
18278
18338
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
18279
18339
|
unref(isMobile) ? (openBlock(), createElementBlock("section", {
|
|
18280
18340
|
key: 0,
|
|
@@ -18335,10 +18395,10 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
18335
18395
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createBlock(UserAvatar, {
|
|
18336
18396
|
key: 2,
|
|
18337
18397
|
isChatBot: false,
|
|
18338
|
-
loginOutFinish:
|
|
18398
|
+
loginOutFinish: __props.loginOutFinish,
|
|
18339
18399
|
inAIHub: false,
|
|
18340
|
-
independence:
|
|
18341
|
-
userMenus:
|
|
18400
|
+
independence: __props.independence,
|
|
18401
|
+
userMenus: __props.userMenus,
|
|
18342
18402
|
inEnterpriseHeader: true
|
|
18343
18403
|
}, null, 8, ["loginOutFinish", "independence", "userMenus"])) : createCommentVNode("", true)
|
|
18344
18404
|
], 64))
|
|
@@ -18585,9 +18645,9 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
18585
18645
|
const layoutConfig2 = useLayoutConfig();
|
|
18586
18646
|
const { t: t2 } = i18n.global;
|
|
18587
18647
|
const route = useRoute();
|
|
18588
|
-
const MenuItem = defineAsyncComponent(() => import("./MenuItem-
|
|
18589
|
-
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-
|
|
18590
|
-
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-
|
|
18648
|
+
const MenuItem = defineAsyncComponent(() => import("./MenuItem-FIcZL9mA.js"));
|
|
18649
|
+
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-ChB-lPwh.js"));
|
|
18650
|
+
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-idKAnwgB.js"));
|
|
18591
18651
|
const props = __props;
|
|
18592
18652
|
const useReport2 = inject("useReport");
|
|
18593
18653
|
const userInfo = inject("userInfo");
|
|
@@ -18802,11 +18862,10 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
18802
18862
|
(openBlock(true), createElementBlock(Fragment, null, renderList(filterList.value, (item) => {
|
|
18803
18863
|
return openBlock(), createBlock(resolveDynamicComponent(renderComponent(item)), mergeProps({
|
|
18804
18864
|
key: item.id,
|
|
18805
|
-
isLogin:
|
|
18865
|
+
isLogin: __props.isLogin,
|
|
18806
18866
|
item,
|
|
18807
|
-
slotKeys:
|
|
18808
|
-
|
|
18809
|
-
}, getProps(item)), createSlots({ _: 2 }, [
|
|
18867
|
+
slotKeys: __props.slotKeys
|
|
18868
|
+
}, { ref_for: true }, getProps(item)), createSlots({ _: 2 }, [
|
|
18810
18869
|
renderList(mainSiteSlotKeys.value, (key) => {
|
|
18811
18870
|
return {
|
|
18812
18871
|
name: key,
|
|
@@ -18827,9 +18886,9 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
18827
18886
|
}, {
|
|
18828
18887
|
default: withCtx(() => [
|
|
18829
18888
|
(openBlock(), createBlock(resolveDynamicComponent(LayoutSlotComponent(key)), mergeProps({ ref_for: true }, getProps(item), {
|
|
18830
|
-
slotKeys:
|
|
18889
|
+
slotKeys: __props.slotKeys,
|
|
18831
18890
|
item,
|
|
18832
|
-
isLogin:
|
|
18891
|
+
isLogin: __props.isLogin
|
|
18833
18892
|
}), null, 16, ["slotKeys", "item", "isLogin"]))
|
|
18834
18893
|
]),
|
|
18835
18894
|
_: 2
|
|
@@ -18881,9 +18940,8 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
18881
18940
|
createElementVNode("div", _hoisted_2$e, [
|
|
18882
18941
|
(openBlock(true), createElementBlock(Fragment, null, renderList(themeList.value, (item) => {
|
|
18883
18942
|
return openBlock(), createElementBlock("div", mergeProps({
|
|
18884
|
-
key: item.value
|
|
18885
|
-
|
|
18886
|
-
}, item, {
|
|
18943
|
+
key: item.value
|
|
18944
|
+
}, { ref_for: true }, item, {
|
|
18887
18945
|
class: ["tools-item-wrapper-checkbox-item", { checked: activeTheme.value === item.value }],
|
|
18888
18946
|
onClick: ($event) => handleClick(item),
|
|
18889
18947
|
title: item.value
|
|
@@ -18923,17 +18981,17 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
18923
18981
|
withDirectives(createElementVNode("div", _hoisted_2$d, [
|
|
18924
18982
|
createVNode(_sfc_main$o)
|
|
18925
18983
|
], 512), [
|
|
18926
|
-
[vShow,
|
|
18984
|
+
[vShow, __props.showThemeSetting]
|
|
18927
18985
|
]),
|
|
18928
18986
|
withDirectives(createElementVNode("div", _hoisted_3$d, [
|
|
18929
18987
|
createVNode(_sfc_main$z)
|
|
18930
18988
|
], 512), [
|
|
18931
|
-
[vShow,
|
|
18989
|
+
[vShow, __props.showLangSetting]
|
|
18932
18990
|
])
|
|
18933
18991
|
]),
|
|
18934
18992
|
default: withCtx(() => [
|
|
18935
18993
|
createElementVNode("div", {
|
|
18936
|
-
class: normalizeClass(["aside-footer-tools-item", { "aside-footer-tools-item-little":
|
|
18994
|
+
class: normalizeClass(["aside-footer-tools-item", { "aside-footer-tools-item-little": __props.asideSetShowLittle }])
|
|
18937
18995
|
}, [
|
|
18938
18996
|
createVNode(GIcon, {
|
|
18939
18997
|
name: "gt-line-setting",
|
|
@@ -19108,7 +19166,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
19108
19166
|
target: "_blank",
|
|
19109
19167
|
rel: "noopener noreferrer"
|
|
19110
19168
|
}, "CSDN", -1)),
|
|
19111
|
-
_cache[2] || (_cache[2] = createTextVNode(" | ")),
|
|
19169
|
+
_cache[2] || (_cache[2] = createTextVNode(" | ", -1)),
|
|
19112
19170
|
createElementVNode("a", _hoisted_8$3, toDisplayString$1(unref(t2)("gitCodeLayout.home.HWCloud")), 1)
|
|
19113
19171
|
], 2),
|
|
19114
19172
|
createElementVNode("p", _hoisted_9$3, [
|
|
@@ -19121,7 +19179,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
19121
19179
|
]),
|
|
19122
19180
|
_: 1
|
|
19123
19181
|
}, 8, ["href"]),
|
|
19124
|
-
_cache[3] || (_cache[3] = createTextVNode(" | ")),
|
|
19182
|
+
_cache[3] || (_cache[3] = createTextVNode(" | ", -1)),
|
|
19125
19183
|
createVNode(GLink, {
|
|
19126
19184
|
target: "_blank",
|
|
19127
19185
|
href: unref(copyright).beian_url
|
|
@@ -19289,11 +19347,11 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
19289
19347
|
});
|
|
19290
19348
|
return (_ctx, _cache) => {
|
|
19291
19349
|
return openBlock(), createBlock(unref(Aside), {
|
|
19292
|
-
class: normalizeClass(["config-aside-content", { "side-bar-content-shot":
|
|
19350
|
+
class: normalizeClass(["config-aside-content", { "side-bar-content-shot": __props.asideSetShowLittle }])
|
|
19293
19351
|
}, {
|
|
19294
19352
|
default: withCtx(() => [
|
|
19295
19353
|
createElementVNode("div", {
|
|
19296
|
-
class: normalizeClass(["config-aside__content", { "side-bar-content-shot":
|
|
19354
|
+
class: normalizeClass(["config-aside__content", { "side-bar-content-shot": __props.asideSetShowLittle, "shot-isCh": !unref(isEn) }])
|
|
19297
19355
|
}, [
|
|
19298
19356
|
withDirectives((openBlock(), createElementBlock("div", _hoisted_1$h, [
|
|
19299
19357
|
createElementVNode("div", {
|
|
@@ -19313,10 +19371,10 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
19313
19371
|
}, [
|
|
19314
19372
|
createVNode(Area, {
|
|
19315
19373
|
list: getAreaItem(item),
|
|
19316
|
-
isLogin:
|
|
19374
|
+
isLogin: __props.isLogin,
|
|
19317
19375
|
slotKeys: layoutSlotKeys.value,
|
|
19318
|
-
sceneValue:
|
|
19319
|
-
asideSetShowLittle:
|
|
19376
|
+
sceneValue: __props.sceneValue,
|
|
19377
|
+
asideSetShowLittle: __props.asideSetShowLittle
|
|
19320
19378
|
}, createSlots({ _: 2 }, [
|
|
19321
19379
|
renderList(layoutSlotKeys.value, (key) => {
|
|
19322
19380
|
return {
|
|
@@ -19340,24 +19398,24 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
19340
19398
|
}, null, 8, ["name"]),
|
|
19341
19399
|
_cache[2] || (_cache[2] = createElementVNode("span", null, "群组讨论", -1))
|
|
19342
19400
|
], 32)) : createCommentVNode("", true),
|
|
19343
|
-
!
|
|
19401
|
+
!__props.asideSetShowLittle && index2 !== displayArea.value.length - 1 ? (openBlock(), createElementBlock("hr", _hoisted_4$8)) : createCommentVNode("", true)
|
|
19344
19402
|
], 64);
|
|
19345
19403
|
}), 128)),
|
|
19346
|
-
!
|
|
19404
|
+
!__props.asideSetShowLittle && isModuleVisible(unref(AsideDisplayItem).LINK) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
19347
19405
|
_cache[3] || (_cache[3] = createElementVNode("hr", { class: "line line--my" }, null, -1)),
|
|
19348
19406
|
createVNode(SubMenuList)
|
|
19349
19407
|
], 64)) : createCommentVNode("", true)
|
|
19350
19408
|
])),
|
|
19351
|
-
!
|
|
19409
|
+
!__props.asideSetShowLittle && isModuleVisible(unref(AsideDisplayItem).SITE_INFO) ? (openBlock(), createBlock(ContactInfo, { key: 2 })) : createCommentVNode("", true)
|
|
19352
19410
|
], 34),
|
|
19353
19411
|
showPreferencesSetting.value ? (openBlock(), createElementBlock("div", {
|
|
19354
19412
|
key: 0,
|
|
19355
|
-
class: normalizeClass(["aside-footer-tools", { "aside-footer-tools-little":
|
|
19413
|
+
class: normalizeClass(["aside-footer-tools", { "aside-footer-tools-little": __props.asideSetShowLittle }])
|
|
19356
19414
|
}, [
|
|
19357
19415
|
createVNode(Settings, {
|
|
19358
|
-
"show-lang-setting":
|
|
19359
|
-
"show-theme-setting":
|
|
19360
|
-
asideSetShowLittle:
|
|
19416
|
+
"show-lang-setting": __props.showLangSetting,
|
|
19417
|
+
"show-theme-setting": __props.showThemeSetting,
|
|
19418
|
+
asideSetShowLittle: __props.asideSetShowLittle
|
|
19361
19419
|
}, null, 8, ["show-lang-setting", "show-theme-setting", "asideSetShowLittle"])
|
|
19362
19420
|
], 2)) : createCommentVNode("", true)
|
|
19363
19421
|
])), [
|
|
@@ -19522,18 +19580,18 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
19522
19580
|
key: 0,
|
|
19523
19581
|
class: normalizeClass(["left-side-bar", { oldWhite: asideSetShowLittleMode.value, higherZIndex: unref(SITE_STATUS).DISABLE }]),
|
|
19524
19582
|
style: normalizeStyle({ width: mainMarginLeftWidth.value + "px", top: unref(headerHeight2) + "px" }),
|
|
19525
|
-
sceneValue:
|
|
19583
|
+
sceneValue: __props.sceneValue,
|
|
19526
19584
|
asideDefaultWidth: mainMarginLeftWidth.value,
|
|
19527
19585
|
asideSetShowLittle: asideSetShowLittleMode.value,
|
|
19528
|
-
isLogin:
|
|
19529
|
-
showPreferencesSetting:
|
|
19530
|
-
showThemeSetting:
|
|
19531
|
-
showLangSetting:
|
|
19532
|
-
independence:
|
|
19533
|
-
slotKeys:
|
|
19534
|
-
collapseMode:
|
|
19586
|
+
isLogin: __props.isLogin,
|
|
19587
|
+
showPreferencesSetting: __props.showPreferencesSetting,
|
|
19588
|
+
showThemeSetting: __props.showThemeSetting,
|
|
19589
|
+
showLangSetting: __props.showLangSetting,
|
|
19590
|
+
independence: __props.independence,
|
|
19591
|
+
slotKeys: __props.slotKeys,
|
|
19592
|
+
collapseMode: __props.collapseMode
|
|
19535
19593
|
}, createSlots({ _: 2 }, [
|
|
19536
|
-
renderList(
|
|
19594
|
+
renderList(__props.slotKeys, (key) => {
|
|
19537
19595
|
return {
|
|
19538
19596
|
name: key,
|
|
19539
19597
|
fn: withCtx(() => [
|
|
@@ -19555,8 +19613,8 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
19555
19613
|
createVNode(GLink, {
|
|
19556
19614
|
class: "g-toolbar-left-logo",
|
|
19557
19615
|
style: normalizeStyle(logoStyle.value),
|
|
19558
|
-
to:
|
|
19559
|
-
href:
|
|
19616
|
+
to: __props.independence ? "" : { name: "home" },
|
|
19617
|
+
href: __props.independence ? unref(transformUrl)(unref(layoutConfig2).VITE_HOST) : "",
|
|
19560
19618
|
onClickCapture: handleDrawerLogoClick
|
|
19561
19619
|
}, null, 8, ["style", "to", "href"]),
|
|
19562
19620
|
createVNode(unref(Button), {
|
|
@@ -19567,14 +19625,14 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
19567
19625
|
})
|
|
19568
19626
|
]),
|
|
19569
19627
|
createVNode(ConfigAideContent, mergeProps(props, {
|
|
19570
|
-
sceneValue:
|
|
19628
|
+
sceneValue: __props.sceneValue,
|
|
19571
19629
|
asideDefaultWidth: 240,
|
|
19572
|
-
isLogin:
|
|
19573
|
-
showPreferencesSetting:
|
|
19574
|
-
showThemeSetting:
|
|
19575
|
-
showLangSetting:
|
|
19576
|
-
independence:
|
|
19577
|
-
slotKeys:
|
|
19630
|
+
isLogin: __props.isLogin,
|
|
19631
|
+
showPreferencesSetting: __props.showPreferencesSetting,
|
|
19632
|
+
showThemeSetting: __props.showThemeSetting,
|
|
19633
|
+
showLangSetting: __props.showLangSetting,
|
|
19634
|
+
independence: __props.independence,
|
|
19635
|
+
slotKeys: __props.slotKeys
|
|
19578
19636
|
}), null, 16, ["sceneValue", "isLogin", "showPreferencesSetting", "showThemeSetting", "showLangSetting", "independence", "slotKeys"])
|
|
19579
19637
|
]),
|
|
19580
19638
|
_: 1
|
|
@@ -19598,7 +19656,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
19598
19656
|
const { t: t2 } = i18n.global;
|
|
19599
19657
|
return (_ctx, _cache) => {
|
|
19600
19658
|
return openBlock(), createBlock(unref(Dropdown), {
|
|
19601
|
-
position:
|
|
19659
|
+
position: __props.position,
|
|
19602
19660
|
align: "end",
|
|
19603
19661
|
"overlay-class": "footer-tools-setting-dropdown"
|
|
19604
19662
|
}, {
|
|
@@ -19606,12 +19664,12 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
19606
19664
|
withDirectives(createElementVNode("div", _hoisted_2$a, [
|
|
19607
19665
|
createVNode(_sfc_main$o)
|
|
19608
19666
|
], 512), [
|
|
19609
|
-
[vShow,
|
|
19667
|
+
[vShow, __props.showThemeSetting]
|
|
19610
19668
|
]),
|
|
19611
19669
|
withDirectives(createElementVNode("div", _hoisted_3$a, [
|
|
19612
19670
|
createVNode(_sfc_main$z)
|
|
19613
19671
|
], 512), [
|
|
19614
|
-
[vShow,
|
|
19672
|
+
[vShow, __props.showLangSetting]
|
|
19615
19673
|
])
|
|
19616
19674
|
]),
|
|
19617
19675
|
default: withCtx(() => [
|
|
@@ -19794,23 +19852,23 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
19794
19852
|
});
|
|
19795
19853
|
return (_ctx, _cache) => {
|
|
19796
19854
|
return openBlock(), createElementBlock("div", {
|
|
19797
|
-
class: normalizeClass(["scroll-active-container-wrapper", [
|
|
19855
|
+
class: normalizeClass(["scroll-active-container-wrapper", [__props.wrapperClass, { "scrollbar-none": !isIOSMobile.value }]]),
|
|
19798
19856
|
onMouseenter: handleMouseEnter,
|
|
19799
19857
|
onMouseleave: handleMouseLeave
|
|
19800
19858
|
}, [
|
|
19801
|
-
(openBlock(), createBlock(resolveDynamicComponent(
|
|
19859
|
+
(openBlock(), createBlock(resolveDynamicComponent(__props.tag), mergeProps({
|
|
19802
19860
|
ref_key: "containerRef",
|
|
19803
19861
|
ref: containerRef,
|
|
19804
19862
|
class: ["scroll-active-container-scroll", [
|
|
19805
19863
|
!isIOSMobile.value ? "scrollbar-none" : "",
|
|
19806
|
-
|
|
19864
|
+
__props.direction === "vertical" ? "is-vertical-scroll" : "is-horizontal-scroll"
|
|
19807
19865
|
]]
|
|
19808
19866
|
}, _ctx.$attrs, { onScroll: handleContainerScroll }), {
|
|
19809
19867
|
default: withCtx(() => [
|
|
19810
19868
|
createElementVNode("div", {
|
|
19811
19869
|
ref_key: "contentRef",
|
|
19812
19870
|
ref: contentRef,
|
|
19813
|
-
class: normalizeClass(["scroll-active-container-content",
|
|
19871
|
+
class: normalizeClass(["scroll-active-container-content", __props.contentClass])
|
|
19814
19872
|
}, [
|
|
19815
19873
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
19816
19874
|
], 2)
|
|
@@ -19822,19 +19880,19 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
19822
19880
|
ref_key: "trackRef",
|
|
19823
19881
|
ref: trackRef,
|
|
19824
19882
|
class: normalizeClass(["scroll-active-track", [
|
|
19825
|
-
|
|
19883
|
+
__props.direction === "vertical" ? "scroll-active-track--vertical" : "scroll-active-track--horizontal",
|
|
19826
19884
|
showScrollbar.value ? "is-visible" : "is-hidden"
|
|
19827
19885
|
]]),
|
|
19828
19886
|
style: normalizeStyle({
|
|
19829
|
-
height:
|
|
19830
|
-
width:
|
|
19887
|
+
height: __props.direction === "vertical" && trackSize.value ? `${trackSize.value}px` : void 0,
|
|
19888
|
+
width: __props.direction === "horizontal" && trackSize.value ? `${trackSize.value}px` : void 0
|
|
19831
19889
|
}),
|
|
19832
19890
|
onScroll: handleTrackScroll
|
|
19833
19891
|
}, [
|
|
19834
19892
|
createElementVNode("div", {
|
|
19835
19893
|
style: normalizeStyle({
|
|
19836
|
-
height:
|
|
19837
|
-
width:
|
|
19894
|
+
height: __props.direction === "vertical" ? `${spacerSize.value}px` : "1px",
|
|
19895
|
+
width: __props.direction === "horizontal" ? `${spacerSize.value}px` : "1px",
|
|
19838
19896
|
pointerEvents: "none"
|
|
19839
19897
|
})
|
|
19840
19898
|
}, null, 4)
|
|
@@ -20447,9 +20505,9 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
20447
20505
|
title: getItemDesc(item)
|
|
20448
20506
|
}, toDisplayString$1(getItemDesc(item)), 9, _hoisted_14$1)) : createCommentVNode("", true)
|
|
20449
20507
|
]),
|
|
20450
|
-
!isRecommendedChannel(item) && item.children && item.children.length > 0 ? (openBlock(), createElementBlock("svg", _hoisted_15$1, _cache[1] || (_cache[1] = [
|
|
20508
|
+
!isRecommendedChannel(item) && item.children && item.children.length > 0 ? (openBlock(), createElementBlock("svg", _hoisted_15$1, [..._cache[1] || (_cache[1] = [
|
|
20451
20509
|
createElementVNode("path", { d: "m9 18 6-6-6-6" }, null, -1)
|
|
20452
|
-
]))) : createCommentVNode("", true)
|
|
20510
|
+
])])) : createCommentVNode("", true)
|
|
20453
20511
|
], 10, _hoisted_8$2)
|
|
20454
20512
|
], 2)
|
|
20455
20513
|
], 64);
|
|
@@ -20511,20 +20569,20 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
20511
20569
|
target: "_blank",
|
|
20512
20570
|
rel: "noopener noreferrer"
|
|
20513
20571
|
}, [
|
|
20514
|
-
shortcut.icon === "newspaper" ? (openBlock(), createElementBlock("svg", _hoisted_20$1, _cache[4] || (_cache[4] = [
|
|
20572
|
+
shortcut.icon === "newspaper" ? (openBlock(), createElementBlock("svg", _hoisted_20$1, [..._cache[4] || (_cache[4] = [
|
|
20515
20573
|
createElementVNode("path", { d: "M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16a2 2 0 0 1-2 2Zm0 0a2 2 0 0 1-2-2v-9c0-1.1.9-2 2-2h2" }, null, -1),
|
|
20516
20574
|
createElementVNode("path", { d: "M18 14h-8" }, null, -1),
|
|
20517
20575
|
createElementVNode("path", { d: "M15 18h-5" }, null, -1),
|
|
20518
20576
|
createElementVNode("path", { d: "M10 6h8v4h-8V6Z" }, null, -1)
|
|
20519
|
-
]))) : shortcut.icon === "book-open" ? (openBlock(), createElementBlock("svg", _hoisted_21$1, _cache[5] || (_cache[5] = [
|
|
20577
|
+
])])) : shortcut.icon === "book-open" ? (openBlock(), createElementBlock("svg", _hoisted_21$1, [..._cache[5] || (_cache[5] = [
|
|
20520
20578
|
createElementVNode("path", { d: "M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z" }, null, -1),
|
|
20521
20579
|
createElementVNode("path", { d: "M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z" }, null, -1)
|
|
20522
|
-
]))) : shortcut.icon === "message-square" ? (openBlock(), createElementBlock("svg", _hoisted_22$1, _cache[6] || (_cache[6] = [
|
|
20580
|
+
])])) : shortcut.icon === "message-square" ? (openBlock(), createElementBlock("svg", _hoisted_22$1, [..._cache[6] || (_cache[6] = [
|
|
20523
20581
|
createElementVNode("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" }, null, -1)
|
|
20524
|
-
]))) : (openBlock(), createElementBlock("svg", _hoisted_23$1, _cache[7] || (_cache[7] = [
|
|
20582
|
+
])])) : (openBlock(), createElementBlock("svg", _hoisted_23$1, [..._cache[7] || (_cache[7] = [
|
|
20525
20583
|
createElementVNode("path", { d: "M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1" }, null, -1),
|
|
20526
20584
|
createElementVNode("path", { d: "M16 21h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1" }, null, -1)
|
|
20527
|
-
]))),
|
|
20585
|
+
])])),
|
|
20528
20586
|
createElementVNode("span", null, toDisplayString$1(shortcut.name), 1)
|
|
20529
20587
|
], 8, _hoisted_19$1);
|
|
20530
20588
|
}), 128))
|
|
@@ -20709,8 +20767,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
20709
20767
|
});
|
|
20710
20768
|
return (_ctx, _cache) => {
|
|
20711
20769
|
return props.singleCol ? (openBlock(), createBlock(AsideV2Content, mergeProps({ key: 0 }, props, {
|
|
20712
|
-
showThemeSetting:
|
|
20713
|
-
showLangSetting:
|
|
20770
|
+
showThemeSetting: __props.showThemeSetting,
|
|
20771
|
+
showLangSetting: __props.showLangSetting,
|
|
20714
20772
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => emit("update:modelValue", $event)),
|
|
20715
20773
|
"onUpdate:activeChannel": _cache[1] || (_cache[1] = ($event) => emit("update:activeChannel", $event)),
|
|
20716
20774
|
onChannelChange: _cache[2] || (_cache[2] = ($event) => emit("channelChange", $event)),
|
|
@@ -20721,8 +20779,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
20721
20779
|
style: normalizeStyle({ width: mainMarginLeftWidth.value + "px", top: unref(headerHeight2) + "px" })
|
|
20722
20780
|
}, [
|
|
20723
20781
|
createVNode(AsideV2Content, mergeProps(props, {
|
|
20724
|
-
showThemeSetting:
|
|
20725
|
-
showLangSetting:
|
|
20782
|
+
showThemeSetting: __props.showThemeSetting,
|
|
20783
|
+
showLangSetting: __props.showLangSetting,
|
|
20726
20784
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => emit("update:modelValue", $event)),
|
|
20727
20785
|
"onUpdate:activeChannel": _cache[5] || (_cache[5] = ($event) => emit("update:activeChannel", $event)),
|
|
20728
20786
|
onChannelChange: _cache[6] || (_cache[6] = ($event) => emit("channelChange", $event)),
|
|
@@ -20742,8 +20800,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
20742
20800
|
createVNode(GLink, {
|
|
20743
20801
|
class: "g-toolbar-left-logo",
|
|
20744
20802
|
style: normalizeStyle(logoStyle.value),
|
|
20745
|
-
to:
|
|
20746
|
-
href:
|
|
20803
|
+
to: __props.independence ? "" : { name: "home" },
|
|
20804
|
+
href: __props.independence ? unref(transformUrl)(unref(layoutConfig2).VITE_HOST) : "",
|
|
20747
20805
|
onClickCapture: handleDrawerLogoClick
|
|
20748
20806
|
}, null, 8, ["style", "to", "href"]),
|
|
20749
20807
|
createVNode(unref(Button), {
|
|
@@ -20755,8 +20813,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
20755
20813
|
]),
|
|
20756
20814
|
createVNode(AsideV2Content, mergeProps(props, {
|
|
20757
20815
|
"single-col": "",
|
|
20758
|
-
showThemeSetting:
|
|
20759
|
-
showLangSetting:
|
|
20816
|
+
showThemeSetting: __props.showThemeSetting,
|
|
20817
|
+
showLangSetting: __props.showLangSetting,
|
|
20760
20818
|
"on-channel-change": handleDrawerChannelChange,
|
|
20761
20819
|
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => emit("update:modelValue", $event)),
|
|
20762
20820
|
"onUpdate:activeChannel": _cache[10] || (_cache[10] = ($event) => emit("update:activeChannel", $event)),
|
|
@@ -21614,12 +21672,12 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
21614
21672
|
showLangSetting: "",
|
|
21615
21673
|
showThemeSetting: ""
|
|
21616
21674
|
}, {
|
|
21617
|
-
home: withCtx(() => _cache[4] || (_cache[4] = [
|
|
21675
|
+
home: withCtx(() => [..._cache[4] || (_cache[4] = [
|
|
21618
21676
|
createElementVNode("div", null, "首页hover-插槽", -1)
|
|
21619
|
-
])),
|
|
21620
|
-
issues: withCtx(() => _cache[5] || (_cache[5] = [
|
|
21677
|
+
])]),
|
|
21678
|
+
issues: withCtx(() => [..._cache[5] || (_cache[5] = [
|
|
21621
21679
|
createElementVNode("div", null, "issues hover-插槽", -1)
|
|
21622
|
-
])),
|
|
21680
|
+
])]),
|
|
21623
21681
|
_: 1
|
|
21624
21682
|
}, 8, ["sceneValue", "userInfo", "isLogin", "request", "globalStore", "independence", "collapseMode"]))
|
|
21625
21683
|
]),
|
|
@@ -21635,18 +21693,18 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
21635
21693
|
key: "v1",
|
|
21636
21694
|
value: "v1"
|
|
21637
21695
|
}, {
|
|
21638
|
-
default: withCtx(() => _cache[6] || (_cache[6] = [
|
|
21639
|
-
createTextVNode("Aside V1 (经典)")
|
|
21640
|
-
])),
|
|
21696
|
+
default: withCtx(() => [..._cache[6] || (_cache[6] = [
|
|
21697
|
+
createTextVNode("Aside V1 (经典)", -1)
|
|
21698
|
+
])]),
|
|
21641
21699
|
_: 1
|
|
21642
21700
|
})),
|
|
21643
21701
|
(openBlock(), createBlock(unref(Radio), {
|
|
21644
21702
|
key: "v2",
|
|
21645
21703
|
value: "v2"
|
|
21646
21704
|
}, {
|
|
21647
|
-
default: withCtx(() => _cache[7] || (_cache[7] = [
|
|
21648
|
-
createTextVNode("Aside V2 (GitCodeAsideV2 频道导航)")
|
|
21649
|
-
])),
|
|
21705
|
+
default: withCtx(() => [..._cache[7] || (_cache[7] = [
|
|
21706
|
+
createTextVNode("Aside V2 (GitCodeAsideV2 频道导航)", -1)
|
|
21707
|
+
])]),
|
|
21650
21708
|
_: 1
|
|
21651
21709
|
}))
|
|
21652
21710
|
]),
|
|
@@ -21664,18 +21722,18 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
21664
21722
|
key: "是",
|
|
21665
21723
|
value: true
|
|
21666
21724
|
}, {
|
|
21667
|
-
default: withCtx(() => _cache[8] || (_cache[8] = [
|
|
21668
|
-
createTextVNode("普通 Header")
|
|
21669
|
-
])),
|
|
21725
|
+
default: withCtx(() => [..._cache[8] || (_cache[8] = [
|
|
21726
|
+
createTextVNode("普通 Header", -1)
|
|
21727
|
+
])]),
|
|
21670
21728
|
_: 1
|
|
21671
21729
|
})),
|
|
21672
21730
|
(openBlock(), createBlock(unref(Radio), {
|
|
21673
21731
|
key: "否",
|
|
21674
21732
|
value: false
|
|
21675
21733
|
}, {
|
|
21676
|
-
default: withCtx(() => _cache[9] || (_cache[9] = [
|
|
21677
|
-
createTextVNode("企业版 Header")
|
|
21678
|
-
])),
|
|
21734
|
+
default: withCtx(() => [..._cache[9] || (_cache[9] = [
|
|
21735
|
+
createTextVNode("企业版 Header", -1)
|
|
21736
|
+
])]),
|
|
21679
21737
|
_: 1
|
|
21680
21738
|
}))
|
|
21681
21739
|
]),
|
|
@@ -21716,18 +21774,18 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
21716
21774
|
key: "是",
|
|
21717
21775
|
value: true
|
|
21718
21776
|
}, {
|
|
21719
|
-
default: withCtx(() => _cache[10] || (_cache[10] = [
|
|
21720
|
-
createTextVNode("是")
|
|
21721
|
-
])),
|
|
21777
|
+
default: withCtx(() => [..._cache[10] || (_cache[10] = [
|
|
21778
|
+
createTextVNode("是", -1)
|
|
21779
|
+
])]),
|
|
21722
21780
|
_: 1
|
|
21723
21781
|
})),
|
|
21724
21782
|
(openBlock(), createBlock(unref(Radio), {
|
|
21725
21783
|
key: "否",
|
|
21726
21784
|
value: false
|
|
21727
21785
|
}, {
|
|
21728
|
-
default: withCtx(() => _cache[11] || (_cache[11] = [
|
|
21729
|
-
createTextVNode("否")
|
|
21730
|
-
])),
|
|
21786
|
+
default: withCtx(() => [..._cache[11] || (_cache[11] = [
|
|
21787
|
+
createTextVNode("否", -1)
|
|
21788
|
+
])]),
|
|
21731
21789
|
_: 1
|
|
21732
21790
|
}))
|
|
21733
21791
|
]),
|
|
@@ -22599,13 +22657,13 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
22599
22657
|
});
|
|
22600
22658
|
return (_ctx, _cache) => {
|
|
22601
22659
|
return openBlock(), createElementBlock("div", {
|
|
22602
|
-
class: normalizeClass(["g-input-button", [inputBtnClassName.value,
|
|
22660
|
+
class: normalizeClass(["g-input-button", [inputBtnClassName.value, __props.error ? "g-input-button-error" : ""]])
|
|
22603
22661
|
}, [
|
|
22604
22662
|
createVNode(unref(Input), {
|
|
22605
22663
|
modelValue: unref(vModels),
|
|
22606
22664
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(vModels) ? vModels.value = $event : null),
|
|
22607
|
-
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label:
|
|
22608
|
-
autocomplete:
|
|
22665
|
+
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: __props.placeholder }),
|
|
22666
|
+
autocomplete: __props.autocomplete,
|
|
22609
22667
|
onChange: handleChange,
|
|
22610
22668
|
onFocus: handleInputFocus,
|
|
22611
22669
|
onBlur: handleInputBlur
|
|
@@ -22615,7 +22673,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
22615
22673
|
onClick: withModifiers(handleClick, ["stop"]),
|
|
22616
22674
|
class: normalizeClass([
|
|
22617
22675
|
"g-input-button-append",
|
|
22618
|
-
DisabledBtn.value || !
|
|
22676
|
+
DisabledBtn.value || !__props.hasMobile ? "g-input-button-append-inactive" : "g-input-button-append-active"
|
|
22619
22677
|
])
|
|
22620
22678
|
}, [
|
|
22621
22679
|
createElementVNode("span", _hoisted_1$a, toDisplayString$1(BtnText.value), 1)
|
|
@@ -22762,8 +22820,8 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
22762
22820
|
key: 1,
|
|
22763
22821
|
modelValue: unref(vModels),
|
|
22764
22822
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => isRef(vModels) ? vModels.value = $event : null)
|
|
22765
|
-
},
|
|
22766
|
-
placeholder:
|
|
22823
|
+
}, __props.prop, {
|
|
22824
|
+
placeholder: __props.placeholder,
|
|
22767
22825
|
onChange: handleChange
|
|
22768
22826
|
}), {
|
|
22769
22827
|
prepend: withCtx(() => [
|
|
@@ -23047,23 +23105,23 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
23047
23105
|
rules: GroupRules,
|
|
23048
23106
|
ref_key: "FormRef",
|
|
23049
23107
|
ref: FormRef,
|
|
23050
|
-
"show-feedback":
|
|
23051
|
-
disabled:
|
|
23052
|
-
"message-type":
|
|
23053
|
-
layout:
|
|
23054
|
-
size:
|
|
23055
|
-
"label-size":
|
|
23056
|
-
"label-align":
|
|
23108
|
+
"show-feedback": __props.showFeedback,
|
|
23109
|
+
disabled: __props.disabled,
|
|
23110
|
+
"message-type": __props.MessageType,
|
|
23111
|
+
layout: __props.layout,
|
|
23112
|
+
size: __props.size,
|
|
23113
|
+
"label-size": __props.labelSize,
|
|
23114
|
+
"label-align": __props.labelAlign,
|
|
23057
23115
|
class: "g-form",
|
|
23058
23116
|
onInput: handleFormInput,
|
|
23059
23117
|
requirePosition: "right"
|
|
23060
23118
|
}, {
|
|
23061
23119
|
default: withCtx(() => [
|
|
23062
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
23120
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.DataList, (formItem) => {
|
|
23063
23121
|
return openBlock(), createBlock(unref(FormItem), {
|
|
23064
23122
|
key: formItem.key,
|
|
23065
23123
|
field: formItem.key,
|
|
23066
|
-
label:
|
|
23124
|
+
label: __props.showLabel ? formItem.label : "",
|
|
23067
23125
|
"help-tips": formItem.help,
|
|
23068
23126
|
"extra-info": formItem.extra,
|
|
23069
23127
|
style: normalizeStyle({ width: getItemWidth.value(formItem) })
|
|
@@ -23077,9 +23135,8 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
23077
23135
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
23078
23136
|
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: formItem.label }),
|
|
23079
23137
|
onChange: () => handleChange(formItem.key),
|
|
23080
|
-
onKeydown: ($event) => formItem.key === "username" ? unref(handleUsernameKeydown) : void 0
|
|
23081
|
-
|
|
23082
|
-
}, formItem.props, {
|
|
23138
|
+
onKeydown: ($event) => formItem.key === "username" ? unref(handleUsernameKeydown) : void 0
|
|
23139
|
+
}, { ref_for: true }, formItem.props, {
|
|
23083
23140
|
autocomplete: autocompleteCalc((_a = formItem.props) == null ? void 0 : _a.autocomplete),
|
|
23084
23141
|
autofocus: formItem.key === "username",
|
|
23085
23142
|
spellcheck: false
|
|
@@ -23090,24 +23147,22 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
23090
23147
|
onChange: ($event) => handleChange(formItem.key),
|
|
23091
23148
|
onClick: ($event) => handleOperate(formItem),
|
|
23092
23149
|
"onUpdate:countdown": ($event) => updateCountdown(formItem),
|
|
23093
|
-
placeholder: formItem.label
|
|
23094
|
-
|
|
23095
|
-
}, formItem.props, {
|
|
23150
|
+
placeholder: formItem.label
|
|
23151
|
+
}, { ref_for: true }, formItem.props, {
|
|
23096
23152
|
hasMobile: !!Data[(_b = formItem.props) == null ? void 0 : _b.aliasKey],
|
|
23097
23153
|
text: unref($t)("gitCodeLayout.userSetting.account.getVerificationCode"),
|
|
23098
|
-
error:
|
|
23154
|
+
error: __props.errors.msgError,
|
|
23099
23155
|
autocomplete: autocompleteCalc((_c = formItem.props) == null ? void 0 : _c.autocomplete)
|
|
23100
23156
|
}), null, 16, ["modelValue", "onUpdate:modelValue", "onChange", "onClick", "onUpdate:countdown", "placeholder", "hasMobile", "text", "error", "autocomplete"])) : formItem.type === "inputSelect" ? (openBlock(), createBlock(_sfc_main$b, mergeProps({
|
|
23101
23157
|
key: 2,
|
|
23102
23158
|
country: Data.country,
|
|
23103
|
-
class:
|
|
23159
|
+
class: __props.formErrors["mobile"] ? "input-select-error" : "",
|
|
23104
23160
|
modelValue: Data[formItem.key],
|
|
23105
23161
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
23106
23162
|
onSelectChange: _cache[0] || (_cache[0] = (evt) => handleSelectChange("country", evt)),
|
|
23107
23163
|
onChange: ($event) => handleChange(formItem.key),
|
|
23108
|
-
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: formItem.label })
|
|
23109
|
-
|
|
23110
|
-
}, formItem.props, {
|
|
23164
|
+
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: formItem.label })
|
|
23165
|
+
}, { ref_for: true }, formItem.props, {
|
|
23111
23166
|
editableSelect: formItem.editableSelect
|
|
23112
23167
|
}), null, 16, ["country", "class", "modelValue", "onUpdate:modelValue", "onChange", "placeholder", "editableSelect"])) : (openBlock(), createBlock(resolveDynamicComponent(formItem.render), mergeProps({
|
|
23113
23168
|
key: formItem.key,
|
|
@@ -23115,9 +23170,8 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
23115
23170
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
23116
23171
|
onChange: ($event) => handleChange(formItem.key),
|
|
23117
23172
|
onClick: handleClick,
|
|
23118
|
-
placeholder: formItem.label
|
|
23119
|
-
|
|
23120
|
-
}, formItem.props), null, 16, ["modelValue", "onUpdate:modelValue", "onChange", "placeholder"]))
|
|
23173
|
+
placeholder: formItem.label
|
|
23174
|
+
}, { ref_for: true }, formItem.props), null, 16, ["modelValue", "onUpdate:modelValue", "onChange", "placeholder"]))
|
|
23121
23175
|
];
|
|
23122
23176
|
}),
|
|
23123
23177
|
_: 2
|
|
@@ -23162,7 +23216,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
23162
23216
|
return openBlock(), createElementBlock("div", _hoisted_1$8, [
|
|
23163
23217
|
createElementVNode("div", _hoisted_2$6, toDisplayString$1(unref($t)("gitCodeLayout.LoginModal.subtitle.otherLogin")), 1),
|
|
23164
23218
|
createElementVNode("div", _hoisted_3$6, [
|
|
23165
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
23219
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.logos, (icon) => {
|
|
23166
23220
|
return openBlock(), createElementBlock("div", {
|
|
23167
23221
|
key: icon.alt,
|
|
23168
23222
|
class: "icon-wrap otherInfo-icon"
|
|
@@ -23268,7 +23322,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
23268
23322
|
return (_ctx, _cache) => {
|
|
23269
23323
|
return openBlock(), createElementBlock("div", _hoisted_1$7, [
|
|
23270
23324
|
createVNode(unref(Checkbox), {
|
|
23271
|
-
"model-value":
|
|
23325
|
+
"model-value": __props.modelValue,
|
|
23272
23326
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = (val) => emits("update:modelValue", val)),
|
|
23273
23327
|
size: "sm"
|
|
23274
23328
|
}, {
|
|
@@ -23287,7 +23341,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
23287
23341
|
_: 1
|
|
23288
23342
|
}, 8, ["model-value"]),
|
|
23289
23343
|
createVNode(unref(Checkbox), {
|
|
23290
|
-
"model-value":
|
|
23344
|
+
"model-value": __props.dataShareChecked,
|
|
23291
23345
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = (val) => emits("update:dataShareChecked", val)),
|
|
23292
23346
|
size: "sm"
|
|
23293
23347
|
}, {
|
|
@@ -23336,7 +23390,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
23336
23390
|
return (_ctx, _cache) => {
|
|
23337
23391
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
23338
23392
|
createVNode(unref(Checkbox), {
|
|
23339
|
-
"model-value":
|
|
23393
|
+
"model-value": __props.modelValue,
|
|
23340
23394
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = (val) => emits("update:modelValue", val)),
|
|
23341
23395
|
size: "sm",
|
|
23342
23396
|
class: "agree-module agreements"
|
|
@@ -23357,7 +23411,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
23357
23411
|
_: 3
|
|
23358
23412
|
}, 8, ["model-value"]),
|
|
23359
23413
|
createVNode(unref(Checkbox), {
|
|
23360
|
-
"model-value":
|
|
23414
|
+
"model-value": __props.dataShareChecked,
|
|
23361
23415
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = (val) => emits("update:dataShareChecked", val)),
|
|
23362
23416
|
size: "sm",
|
|
23363
23417
|
class: "agreements__data-share"
|
|
@@ -23399,14 +23453,14 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
23399
23453
|
return (_ctx, _cache) => {
|
|
23400
23454
|
return openBlock(), createElementBlock("div", _hoisted_1$5, [
|
|
23401
23455
|
createElementVNode("div", _hoisted_2$3, [
|
|
23402
|
-
|
|
23456
|
+
__props.showBack ? (openBlock(), createElementBlock("img", {
|
|
23403
23457
|
key: 0,
|
|
23404
|
-
src:
|
|
23458
|
+
src: __props.icon,
|
|
23405
23459
|
class: "g-title__back-img",
|
|
23406
23460
|
onClick: withModifiers(handleClick, ["stop"])
|
|
23407
23461
|
}, null, 8, _hoisted_3$3)) : createCommentVNode("", true)
|
|
23408
23462
|
]),
|
|
23409
|
-
|
|
23463
|
+
__props.showTitle ? (openBlock(), createElementBlock("span", _hoisted_4$2, toDisplayString$1(__props.title), 1)) : createCommentVNode("", true)
|
|
23410
23464
|
]);
|
|
23411
23465
|
};
|
|
23412
23466
|
}
|
|
@@ -23440,7 +23494,7 @@ const verifyCodeRegExp4 = /^\d{4}$/;
|
|
|
23440
23494
|
const verifyCodeRegExp6 = /^\d{6}$/;
|
|
23441
23495
|
const mobileRegExp = /^1[3-9]\d{9}$/;
|
|
23442
23496
|
const usernameRegExp = /^(?!-)[a-zA-Z][a-zA-Z0-9_-]{1,49}$/;
|
|
23443
|
-
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}"]]] } };
|
|
23497
|
+
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}"]]] } };
|
|
23444
23498
|
function withMetadataArgument(func, _arguments) {
|
|
23445
23499
|
var args = Array.prototype.slice.call(_arguments);
|
|
23446
23500
|
args.push(metadata);
|
|
@@ -23468,32 +23522,39 @@ var objectConstructor = {}.constructor;
|
|
|
23468
23522
|
function isObject(object) {
|
|
23469
23523
|
return object !== void 0 && object !== null && object.constructor === objectConstructor;
|
|
23470
23524
|
}
|
|
23471
|
-
function _typeof$
|
|
23525
|
+
function _typeof$7(o) {
|
|
23472
23526
|
"@babel/helpers - typeof";
|
|
23473
|
-
return _typeof$
|
|
23474
|
-
return typeof
|
|
23475
|
-
} : function(
|
|
23476
|
-
return
|
|
23477
|
-
}, _typeof$
|
|
23527
|
+
return _typeof$7 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23528
|
+
return typeof o2;
|
|
23529
|
+
} : function(o2) {
|
|
23530
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23531
|
+
}, _typeof$7(o);
|
|
23478
23532
|
}
|
|
23479
|
-
function _classCallCheck$2(
|
|
23480
|
-
if (!(
|
|
23481
|
-
throw new TypeError("Cannot call a class as a function");
|
|
23482
|
-
}
|
|
23533
|
+
function _classCallCheck$2(a, n) {
|
|
23534
|
+
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
23483
23535
|
}
|
|
23484
|
-
function _defineProperties$1(
|
|
23485
|
-
for (var
|
|
23486
|
-
var
|
|
23487
|
-
|
|
23488
|
-
descriptor.configurable = true;
|
|
23489
|
-
if ("value" in descriptor) descriptor.writable = true;
|
|
23490
|
-
Object.defineProperty(target, descriptor.key, descriptor);
|
|
23536
|
+
function _defineProperties$1(e, r) {
|
|
23537
|
+
for (var t2 = 0; t2 < r.length; t2++) {
|
|
23538
|
+
var o = r[t2];
|
|
23539
|
+
o.enumerable = o.enumerable || false, o.configurable = true, "value" in o && (o.writable = true), Object.defineProperty(e, _toPropertyKey$6(o.key), o);
|
|
23491
23540
|
}
|
|
23492
23541
|
}
|
|
23493
|
-
function _createClass$2(
|
|
23494
|
-
|
|
23495
|
-
|
|
23496
|
-
|
|
23542
|
+
function _createClass$2(e, r, t2) {
|
|
23543
|
+
return r && _defineProperties$1(e.prototype, r), Object.defineProperty(e, "prototype", { writable: false }), e;
|
|
23544
|
+
}
|
|
23545
|
+
function _toPropertyKey$6(t2) {
|
|
23546
|
+
var i = _toPrimitive$6(t2, "string");
|
|
23547
|
+
return "symbol" == _typeof$7(i) ? i : i + "";
|
|
23548
|
+
}
|
|
23549
|
+
function _toPrimitive$6(t2, r) {
|
|
23550
|
+
if ("object" != _typeof$7(t2) || !t2) return t2;
|
|
23551
|
+
var e = t2[Symbol.toPrimitive];
|
|
23552
|
+
if (void 0 !== e) {
|
|
23553
|
+
var i = e.call(t2, r);
|
|
23554
|
+
if ("object" != _typeof$7(i)) return i;
|
|
23555
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23556
|
+
}
|
|
23557
|
+
return String(t2);
|
|
23497
23558
|
}
|
|
23498
23559
|
var V3 = "1.2.0";
|
|
23499
23560
|
var V4 = "1.7.35";
|
|
@@ -23506,7 +23567,7 @@ var Metadata = /* @__PURE__ */ function() {
|
|
|
23506
23567
|
this.metadata = metadata2;
|
|
23507
23568
|
setVersion.call(this, metadata2);
|
|
23508
23569
|
}
|
|
23509
|
-
_createClass$2(Metadata2, [{
|
|
23570
|
+
return _createClass$2(Metadata2, [{
|
|
23510
23571
|
key: "getCountries",
|
|
23511
23572
|
value: function getCountries() {
|
|
23512
23573
|
return Object.keys(this.metadata.countries).filter(function(_) {
|
|
@@ -23711,7 +23772,6 @@ var Metadata = /* @__PURE__ */ function() {
|
|
|
23711
23772
|
return this.numberingPlan !== void 0;
|
|
23712
23773
|
}
|
|
23713
23774
|
}]);
|
|
23714
|
-
return Metadata2;
|
|
23715
23775
|
}();
|
|
23716
23776
|
var NumberingPlan = /* @__PURE__ */ function() {
|
|
23717
23777
|
function NumberingPlan2(metadata2, globalMetadataObject) {
|
|
@@ -23720,7 +23780,7 @@ var NumberingPlan = /* @__PURE__ */ function() {
|
|
|
23720
23780
|
this.metadata = metadata2;
|
|
23721
23781
|
setVersion.call(this, globalMetadataObject.metadata);
|
|
23722
23782
|
}
|
|
23723
|
-
_createClass$2(NumberingPlan2, [{
|
|
23783
|
+
return _createClass$2(NumberingPlan2, [{
|
|
23724
23784
|
key: "callingCode",
|
|
23725
23785
|
value: function callingCode() {
|
|
23726
23786
|
return this.metadata[0];
|
|
@@ -23859,7 +23919,6 @@ var NumberingPlan = /* @__PURE__ */ function() {
|
|
|
23859
23919
|
return this.metadata[13] || DEFAULT_EXT_PREFIX;
|
|
23860
23920
|
}
|
|
23861
23921
|
}]);
|
|
23862
|
-
return NumberingPlan2;
|
|
23863
23922
|
}();
|
|
23864
23923
|
var Format = /* @__PURE__ */ function() {
|
|
23865
23924
|
function Format2(format2, metadata2) {
|
|
@@ -23867,7 +23926,7 @@ var Format = /* @__PURE__ */ function() {
|
|
|
23867
23926
|
this._format = format2;
|
|
23868
23927
|
this.metadata = metadata2;
|
|
23869
23928
|
}
|
|
23870
|
-
_createClass$2(Format2, [{
|
|
23929
|
+
return _createClass$2(Format2, [{
|
|
23871
23930
|
key: "pattern",
|
|
23872
23931
|
value: function pattern() {
|
|
23873
23932
|
return this._format[0];
|
|
@@ -23910,7 +23969,6 @@ var Format = /* @__PURE__ */ function() {
|
|
|
23910
23969
|
return this._format[5] || this.format();
|
|
23911
23970
|
}
|
|
23912
23971
|
}]);
|
|
23913
|
-
return Format2;
|
|
23914
23972
|
}();
|
|
23915
23973
|
var FIRST_GROUP_ONLY_PREFIX_PATTERN = /^\(?\$1\)?$/;
|
|
23916
23974
|
var Type = /* @__PURE__ */ function() {
|
|
@@ -23919,7 +23977,7 @@ var Type = /* @__PURE__ */ function() {
|
|
|
23919
23977
|
this.type = type;
|
|
23920
23978
|
this.metadata = metadata2;
|
|
23921
23979
|
}
|
|
23922
|
-
_createClass$2(Type2, [{
|
|
23980
|
+
return _createClass$2(Type2, [{
|
|
23923
23981
|
key: "pattern",
|
|
23924
23982
|
value: function pattern() {
|
|
23925
23983
|
if (this.metadata.v1) return this.type;
|
|
@@ -23932,7 +23990,6 @@ var Type = /* @__PURE__ */ function() {
|
|
|
23932
23990
|
return this.type[1] || this.metadata.possibleLengths();
|
|
23933
23991
|
}
|
|
23934
23992
|
}]);
|
|
23935
|
-
return Type2;
|
|
23936
23993
|
}();
|
|
23937
23994
|
function getType(types, type) {
|
|
23938
23995
|
switch (type) {
|
|
@@ -23967,12 +24024,12 @@ function validateMetadata(metadata2) {
|
|
|
23967
24024
|
}
|
|
23968
24025
|
}
|
|
23969
24026
|
var typeOf = function typeOf2(_) {
|
|
23970
|
-
return _typeof$
|
|
24027
|
+
return _typeof$7(_);
|
|
23971
24028
|
};
|
|
23972
24029
|
function getCountryCallingCode(country, metadata2) {
|
|
23973
24030
|
metadata2 = new Metadata(metadata2);
|
|
23974
24031
|
if (metadata2.hasCountry(country)) {
|
|
23975
|
-
return metadata2.
|
|
24032
|
+
return metadata2.selectNumberingPlan(country).countryCallingCode();
|
|
23976
24033
|
}
|
|
23977
24034
|
throw new Error("Unknown country: ".concat(country));
|
|
23978
24035
|
}
|
|
@@ -23998,10 +24055,14 @@ function setVersion(metadata2) {
|
|
|
23998
24055
|
}
|
|
23999
24056
|
}
|
|
24000
24057
|
}
|
|
24001
|
-
function checkNumberLength(nationalNumber, metadata2) {
|
|
24002
|
-
return checkNumberLengthForType(nationalNumber, void 0, metadata2);
|
|
24058
|
+
function checkNumberLength(nationalNumber, country, metadata2) {
|
|
24059
|
+
return checkNumberLengthForType(nationalNumber, country, void 0, metadata2);
|
|
24003
24060
|
}
|
|
24004
|
-
function checkNumberLengthForType(nationalNumber, type, metadata2) {
|
|
24061
|
+
function checkNumberLengthForType(nationalNumber, country, type, metadata2) {
|
|
24062
|
+
if (country) {
|
|
24063
|
+
metadata2 = new Metadata(metadata2.metadata);
|
|
24064
|
+
metadata2.selectNumberingPlan(country);
|
|
24065
|
+
}
|
|
24005
24066
|
var type_info = metadata2.type(type);
|
|
24006
24067
|
var possible_lengths = type_info && type_info.possibleLengths() || metadata2.possibleLengths();
|
|
24007
24068
|
if (!possible_lengths) {
|
|
@@ -24038,7 +24099,7 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
24038
24099
|
if (!metadata2.hasCountry(input.country)) {
|
|
24039
24100
|
throw new Error("Unknown country: ".concat(input.country));
|
|
24040
24101
|
}
|
|
24041
|
-
metadata2.
|
|
24102
|
+
metadata2.selectNumberingPlan(input.country);
|
|
24042
24103
|
} else {
|
|
24043
24104
|
if (!input.countryCallingCode) {
|
|
24044
24105
|
throw new Error("Invalid phone number object passed");
|
|
@@ -24047,7 +24108,7 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
24047
24108
|
}
|
|
24048
24109
|
}
|
|
24049
24110
|
if (metadata2.possibleLengths()) {
|
|
24050
|
-
return isPossibleNumber(input.phone || input.nationalNumber, metadata2);
|
|
24111
|
+
return isPossibleNumber(input.phone || input.nationalNumber, input.country, metadata2);
|
|
24051
24112
|
} else {
|
|
24052
24113
|
if (input.countryCallingCode && metadata2.isNonGeographicCallingCode(input.countryCallingCode)) {
|
|
24053
24114
|
return true;
|
|
@@ -24056,45 +24117,41 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
24056
24117
|
}
|
|
24057
24118
|
}
|
|
24058
24119
|
}
|
|
24059
|
-
function isPossibleNumber(nationalNumber, metadata2) {
|
|
24060
|
-
switch (checkNumberLength(nationalNumber, metadata2)) {
|
|
24120
|
+
function isPossibleNumber(nationalNumber, country, metadata2) {
|
|
24121
|
+
switch (checkNumberLength(nationalNumber, country, metadata2)) {
|
|
24061
24122
|
case "IS_POSSIBLE":
|
|
24062
24123
|
return true;
|
|
24063
24124
|
default:
|
|
24064
24125
|
return false;
|
|
24065
24126
|
}
|
|
24066
24127
|
}
|
|
24067
|
-
function matchesEntirely(text2,
|
|
24128
|
+
function matchesEntirely(text2, regularExpressionText) {
|
|
24068
24129
|
text2 = text2 || "";
|
|
24069
|
-
return new RegExp("^(?:" +
|
|
24070
|
-
}
|
|
24071
|
-
function _createForOfIteratorHelperLoose$
|
|
24072
|
-
var
|
|
24073
|
-
if (
|
|
24074
|
-
if (Array.isArray(
|
|
24075
|
-
|
|
24076
|
-
var
|
|
24130
|
+
return new RegExp("^(?:" + regularExpressionText + ")$").test(text2);
|
|
24131
|
+
}
|
|
24132
|
+
function _createForOfIteratorHelperLoose$2(r, e) {
|
|
24133
|
+
var t2 = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
24134
|
+
if (t2) return (t2 = t2.call(r)).next.bind(t2);
|
|
24135
|
+
if (Array.isArray(r) || (t2 = _unsupportedIterableToArray$3(r)) || e) {
|
|
24136
|
+
t2 && (r = t2);
|
|
24137
|
+
var o = 0;
|
|
24077
24138
|
return function() {
|
|
24078
|
-
|
|
24079
|
-
return { done: false, value: o[i++] };
|
|
24139
|
+
return o >= r.length ? { done: true } : { done: false, value: r[o++] };
|
|
24080
24140
|
};
|
|
24081
24141
|
}
|
|
24082
24142
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
24083
24143
|
}
|
|
24084
|
-
function _unsupportedIterableToArray$
|
|
24085
|
-
if (
|
|
24086
|
-
|
|
24087
|
-
|
|
24088
|
-
|
|
24089
|
-
if (n === "Map" || n === "Set") return Array.from(o);
|
|
24090
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$4(o, minLen);
|
|
24091
|
-
}
|
|
24092
|
-
function _arrayLikeToArray$4(arr, len) {
|
|
24093
|
-
if (len == null || len > arr.length) len = arr.length;
|
|
24094
|
-
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
24095
|
-
arr2[i] = arr[i];
|
|
24144
|
+
function _unsupportedIterableToArray$3(r, a) {
|
|
24145
|
+
if (r) {
|
|
24146
|
+
if ("string" == typeof r) return _arrayLikeToArray$3(r, a);
|
|
24147
|
+
var t2 = {}.toString.call(r).slice(8, -1);
|
|
24148
|
+
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;
|
|
24096
24149
|
}
|
|
24097
|
-
|
|
24150
|
+
}
|
|
24151
|
+
function _arrayLikeToArray$3(r, a) {
|
|
24152
|
+
(null == a || a > r.length) && (a = r.length);
|
|
24153
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
24154
|
+
return n;
|
|
24098
24155
|
}
|
|
24099
24156
|
var NON_FIXED_LINE_PHONE_TYPES = ["MOBILE", "PREMIUM_RATE", "TOLL_FREE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL"];
|
|
24100
24157
|
function getNumberType(input, options, metadata2) {
|
|
@@ -24120,7 +24177,7 @@ function getNumberType(input, options, metadata2) {
|
|
|
24120
24177
|
}
|
|
24121
24178
|
return "FIXED_LINE";
|
|
24122
24179
|
}
|
|
24123
|
-
for (var _iterator = _createForOfIteratorHelperLoose$
|
|
24180
|
+
for (var _iterator = _createForOfIteratorHelperLoose$2(NON_FIXED_LINE_PHONE_TYPES), _step; !(_step = _iterator()).done; ) {
|
|
24124
24181
|
var type = _step.value;
|
|
24125
24182
|
if (isNumberTypeEqualTo(nationalNumber, type, metadata2)) {
|
|
24126
24183
|
return type;
|
|
@@ -24239,7 +24296,63 @@ function extractNationalNumberFromPossiblyIncompleteNumber(number2, metadata2) {
|
|
|
24239
24296
|
nationalNumber: number2
|
|
24240
24297
|
};
|
|
24241
24298
|
}
|
|
24242
|
-
function
|
|
24299
|
+
function _createForOfIteratorHelperLoose$1(r, e) {
|
|
24300
|
+
var t2 = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
24301
|
+
if (t2) return (t2 = t2.call(r)).next.bind(t2);
|
|
24302
|
+
if (Array.isArray(r) || (t2 = _unsupportedIterableToArray$2(r)) || e) {
|
|
24303
|
+
t2 && (r = t2);
|
|
24304
|
+
var o = 0;
|
|
24305
|
+
return function() {
|
|
24306
|
+
return o >= r.length ? { done: true } : { done: false, value: r[o++] };
|
|
24307
|
+
};
|
|
24308
|
+
}
|
|
24309
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
24310
|
+
}
|
|
24311
|
+
function _unsupportedIterableToArray$2(r, a) {
|
|
24312
|
+
if (r) {
|
|
24313
|
+
if ("string" == typeof r) return _arrayLikeToArray$2(r, a);
|
|
24314
|
+
var t2 = {}.toString.call(r).slice(8, -1);
|
|
24315
|
+
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;
|
|
24316
|
+
}
|
|
24317
|
+
}
|
|
24318
|
+
function _arrayLikeToArray$2(r, a) {
|
|
24319
|
+
(null == a || a > r.length) && (a = r.length);
|
|
24320
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
24321
|
+
return n;
|
|
24322
|
+
}
|
|
24323
|
+
function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
|
|
24324
|
+
var countries = _ref.countries, metadata2 = _ref.metadata;
|
|
24325
|
+
metadata2 = new Metadata(metadata2);
|
|
24326
|
+
for (var _iterator = _createForOfIteratorHelperLoose$1(countries), _step; !(_step = _iterator()).done; ) {
|
|
24327
|
+
var country = _step.value;
|
|
24328
|
+
metadata2.selectNumberingPlan(country);
|
|
24329
|
+
if (metadata2.leadingDigits()) {
|
|
24330
|
+
if (nationalPhoneNumber && nationalPhoneNumber.search(metadata2.leadingDigits()) === 0) {
|
|
24331
|
+
return country;
|
|
24332
|
+
}
|
|
24333
|
+
} else if (getNumberType({
|
|
24334
|
+
phone: nationalPhoneNumber,
|
|
24335
|
+
country
|
|
24336
|
+
}, void 0, metadata2.metadata)) {
|
|
24337
|
+
return country;
|
|
24338
|
+
}
|
|
24339
|
+
}
|
|
24340
|
+
}
|
|
24341
|
+
function getCountryByCallingCode(callingCode, _ref) {
|
|
24342
|
+
var nationalPhoneNumber = _ref.nationalNumber, metadata2 = _ref.metadata;
|
|
24343
|
+
var possibleCountries = metadata2.getCountryCodesForCallingCode(callingCode);
|
|
24344
|
+
if (!possibleCountries) {
|
|
24345
|
+
return;
|
|
24346
|
+
}
|
|
24347
|
+
if (possibleCountries.length === 1) {
|
|
24348
|
+
return possibleCountries[0];
|
|
24349
|
+
}
|
|
24350
|
+
return getCountryByNationalNumber(nationalPhoneNumber, {
|
|
24351
|
+
countries: possibleCountries,
|
|
24352
|
+
metadata: metadata2.metadata
|
|
24353
|
+
});
|
|
24354
|
+
}
|
|
24355
|
+
function extractNationalNumber(number2, country, metadata2) {
|
|
24243
24356
|
var _extractNationalNumbe = extractNationalNumberFromPossiblyIncompleteNumber(number2, metadata2), carrierCode = _extractNationalNumbe.carrierCode, nationalNumber = _extractNationalNumbe.nationalNumber;
|
|
24244
24357
|
if (nationalNumber !== number2) {
|
|
24245
24358
|
if (!shouldHaveExtractedNationalPrefix(number2, nationalNumber, metadata2)) {
|
|
@@ -24247,8 +24360,14 @@ function extractNationalNumber(number2, metadata2) {
|
|
|
24247
24360
|
nationalNumber: number2
|
|
24248
24361
|
};
|
|
24249
24362
|
}
|
|
24250
|
-
if (metadata2.possibleLengths()) {
|
|
24251
|
-
if (!
|
|
24363
|
+
if (metadata2.numberingPlan.possibleLengths()) {
|
|
24364
|
+
if (!country) {
|
|
24365
|
+
country = getCountryByCallingCode(metadata2.numberingPlan.callingCode(), {
|
|
24366
|
+
nationalNumber,
|
|
24367
|
+
metadata: metadata2
|
|
24368
|
+
});
|
|
24369
|
+
}
|
|
24370
|
+
if (!isPossibleIncompleteNationalNumber(nationalNumber, country, metadata2)) {
|
|
24252
24371
|
return {
|
|
24253
24372
|
nationalNumber: number2
|
|
24254
24373
|
};
|
|
@@ -24266,8 +24385,8 @@ function shouldHaveExtractedNationalPrefix(nationalNumberBefore, nationalNumberA
|
|
|
24266
24385
|
}
|
|
24267
24386
|
return true;
|
|
24268
24387
|
}
|
|
24269
|
-
function isPossibleIncompleteNationalNumber(nationalNumber, metadata2) {
|
|
24270
|
-
switch (checkNumberLength(nationalNumber, metadata2)) {
|
|
24388
|
+
function isPossibleIncompleteNationalNumber(nationalNumber, country, metadata2) {
|
|
24389
|
+
switch (checkNumberLength(nationalNumber, country, metadata2)) {
|
|
24271
24390
|
case "TOO_SHORT":
|
|
24272
24391
|
case "INVALID_LENGTH":
|
|
24273
24392
|
return false;
|
|
@@ -24275,15 +24394,15 @@ function isPossibleIncompleteNationalNumber(nationalNumber, metadata2) {
|
|
|
24275
24394
|
return true;
|
|
24276
24395
|
}
|
|
24277
24396
|
}
|
|
24278
|
-
function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country,
|
|
24279
|
-
var countryCallingCode =
|
|
24397
|
+
function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country, defaultCountry, defaultCallingCode, metadata2) {
|
|
24398
|
+
var countryCallingCode = defaultCountry ? getCountryCallingCode(defaultCountry, metadata2) : defaultCallingCode;
|
|
24280
24399
|
if (number2.indexOf(countryCallingCode) === 0) {
|
|
24281
24400
|
metadata2 = new Metadata(metadata2);
|
|
24282
|
-
metadata2.selectNumberingPlan(
|
|
24401
|
+
metadata2.selectNumberingPlan(defaultCountry, countryCallingCode);
|
|
24283
24402
|
var possibleShorterNumber = number2.slice(countryCallingCode.length);
|
|
24284
|
-
var _extractNationalNumbe = extractNationalNumber(possibleShorterNumber, metadata2), possibleShorterNationalNumber = _extractNationalNumbe.nationalNumber;
|
|
24285
|
-
var _extractNationalNumbe2 = extractNationalNumber(number2, metadata2), nationalNumber = _extractNationalNumbe2.nationalNumber;
|
|
24286
|
-
if (!matchesEntirely(nationalNumber, metadata2.nationalNumberPattern()) && matchesEntirely(possibleShorterNationalNumber, metadata2.nationalNumberPattern()) || checkNumberLength(nationalNumber, metadata2) === "TOO_LONG") {
|
|
24403
|
+
var _extractNationalNumbe = extractNationalNumber(possibleShorterNumber, country, metadata2), possibleShorterNationalNumber = _extractNationalNumbe.nationalNumber;
|
|
24404
|
+
var _extractNationalNumbe2 = extractNationalNumber(number2, country, metadata2), nationalNumber = _extractNationalNumbe2.nationalNumber;
|
|
24405
|
+
if (!matchesEntirely(nationalNumber, metadata2.nationalNumberPattern()) && matchesEntirely(possibleShorterNationalNumber, metadata2.nationalNumberPattern()) || checkNumberLength(nationalNumber, country, metadata2) === "TOO_LONG") {
|
|
24287
24406
|
return {
|
|
24288
24407
|
countryCallingCode,
|
|
24289
24408
|
number: possibleShorterNumber
|
|
@@ -24294,19 +24413,19 @@ function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2
|
|
|
24294
24413
|
number: number2
|
|
24295
24414
|
};
|
|
24296
24415
|
}
|
|
24297
|
-
function extractCountryCallingCode(number2, country,
|
|
24416
|
+
function extractCountryCallingCode(number2, country, defaultCountry, defaultCallingCode, metadata2) {
|
|
24298
24417
|
if (!number2) {
|
|
24299
24418
|
return {};
|
|
24300
24419
|
}
|
|
24301
24420
|
var isNumberWithIddPrefix;
|
|
24302
24421
|
if (number2[0] !== "+") {
|
|
24303
|
-
var numberWithoutIDD = stripIddPrefix(number2,
|
|
24422
|
+
var numberWithoutIDD = stripIddPrefix(number2, defaultCountry, defaultCallingCode, metadata2);
|
|
24304
24423
|
if (numberWithoutIDD && numberWithoutIDD !== number2) {
|
|
24305
24424
|
isNumberWithIddPrefix = true;
|
|
24306
24425
|
number2 = "+" + numberWithoutIDD;
|
|
24307
24426
|
} else {
|
|
24308
|
-
if (
|
|
24309
|
-
var _extractCountryCallin = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country,
|
|
24427
|
+
if (defaultCountry || defaultCallingCode) {
|
|
24428
|
+
var _extractCountryCallin = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country, defaultCountry, defaultCallingCode, metadata2), countryCallingCode = _extractCountryCallin.countryCallingCode, shorterNumber = _extractCountryCallin.number;
|
|
24310
24429
|
if (countryCallingCode) {
|
|
24311
24430
|
return {
|
|
24312
24431
|
countryCallingCodeSource: "FROM_NUMBER_WITHOUT_PLUS_SIGN",
|
|
@@ -24430,63 +24549,6 @@ function formatRFC3966(_ref) {
|
|
|
24430
24549
|
}
|
|
24431
24550
|
return "tel:".concat(number2).concat(ext ? ";ext=" + ext : "");
|
|
24432
24551
|
}
|
|
24433
|
-
function _createForOfIteratorHelperLoose$2(o, allowArrayLike) {
|
|
24434
|
-
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
24435
|
-
if (it) return (it = it.call(o)).next.bind(it);
|
|
24436
|
-
if (Array.isArray(o) || (it = _unsupportedIterableToArray$3(o)) || allowArrayLike) {
|
|
24437
|
-
if (it) o = it;
|
|
24438
|
-
var i = 0;
|
|
24439
|
-
return function() {
|
|
24440
|
-
if (i >= o.length) return { done: true };
|
|
24441
|
-
return { done: false, value: o[i++] };
|
|
24442
|
-
};
|
|
24443
|
-
}
|
|
24444
|
-
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
24445
|
-
}
|
|
24446
|
-
function _unsupportedIterableToArray$3(o, minLen) {
|
|
24447
|
-
if (!o) return;
|
|
24448
|
-
if (typeof o === "string") return _arrayLikeToArray$3(o, minLen);
|
|
24449
|
-
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
24450
|
-
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
24451
|
-
if (n === "Map" || n === "Set") return Array.from(o);
|
|
24452
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$3(o, minLen);
|
|
24453
|
-
}
|
|
24454
|
-
function _arrayLikeToArray$3(arr, len) {
|
|
24455
|
-
if (len == null || len > arr.length) len = arr.length;
|
|
24456
|
-
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
24457
|
-
arr2[i] = arr[i];
|
|
24458
|
-
}
|
|
24459
|
-
return arr2;
|
|
24460
|
-
}
|
|
24461
|
-
function ownKeys$6(object, enumerableOnly) {
|
|
24462
|
-
var keys = Object.keys(object);
|
|
24463
|
-
if (Object.getOwnPropertySymbols) {
|
|
24464
|
-
var symbols = Object.getOwnPropertySymbols(object);
|
|
24465
|
-
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
24466
|
-
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
24467
|
-
})), keys.push.apply(keys, symbols);
|
|
24468
|
-
}
|
|
24469
|
-
return keys;
|
|
24470
|
-
}
|
|
24471
|
-
function _objectSpread$6(target) {
|
|
24472
|
-
for (var i = 1; i < arguments.length; i++) {
|
|
24473
|
-
var source = null != arguments[i] ? arguments[i] : {};
|
|
24474
|
-
i % 2 ? ownKeys$6(Object(source), true).forEach(function(key) {
|
|
24475
|
-
_defineProperty$6(target, key, source[key]);
|
|
24476
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$6(Object(source)).forEach(function(key) {
|
|
24477
|
-
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
24478
|
-
});
|
|
24479
|
-
}
|
|
24480
|
-
return target;
|
|
24481
|
-
}
|
|
24482
|
-
function _defineProperty$6(obj, key, value) {
|
|
24483
|
-
if (key in obj) {
|
|
24484
|
-
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
24485
|
-
} else {
|
|
24486
|
-
obj[key] = value;
|
|
24487
|
-
}
|
|
24488
|
-
return obj;
|
|
24489
|
-
}
|
|
24490
24552
|
var DEFAULT_OPTIONS = {
|
|
24491
24553
|
formatExtension: function formatExtension(formattedNumber, extension, metadata2) {
|
|
24492
24554
|
return "".concat(formattedNumber).concat(metadata2.ext()).concat(extension);
|
|
@@ -24494,7 +24556,7 @@ var DEFAULT_OPTIONS = {
|
|
|
24494
24556
|
};
|
|
24495
24557
|
function formatNumber(input, format2, options, metadata2) {
|
|
24496
24558
|
if (options) {
|
|
24497
|
-
options =
|
|
24559
|
+
options = merge({}, DEFAULT_OPTIONS, options);
|
|
24498
24560
|
} else {
|
|
24499
24561
|
options = DEFAULT_OPTIONS;
|
|
24500
24562
|
}
|
|
@@ -24503,7 +24565,7 @@ function formatNumber(input, format2, options, metadata2) {
|
|
|
24503
24565
|
if (!metadata2.hasCountry(input.country)) {
|
|
24504
24566
|
throw new Error("Unknown country: ".concat(input.country));
|
|
24505
24567
|
}
|
|
24506
|
-
metadata2.
|
|
24568
|
+
metadata2.selectNumberingPlan(input.country);
|
|
24507
24569
|
} else if (input.countryCallingCode) {
|
|
24508
24570
|
metadata2.selectNumberingPlan(input.countryCallingCode);
|
|
24509
24571
|
} else return input.phone || "";
|
|
@@ -24551,19 +24613,16 @@ function formatNationalNumber(number2, carrierCode, formatAs, metadata2, options
|
|
|
24551
24613
|
withNationalPrefix: format2.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && options && options.nationalPrefix === false ? false : true
|
|
24552
24614
|
});
|
|
24553
24615
|
}
|
|
24554
|
-
function chooseFormatForNumber(availableFormats,
|
|
24555
|
-
|
|
24556
|
-
var format2 = _step.value;
|
|
24616
|
+
function chooseFormatForNumber(availableFormats, nationalNumber) {
|
|
24617
|
+
return pickFirstMatchingElement(availableFormats, function(format2) {
|
|
24557
24618
|
if (format2.leadingDigitsPatterns().length > 0) {
|
|
24558
24619
|
var lastLeadingDigitsPattern = format2.leadingDigitsPatterns()[format2.leadingDigitsPatterns().length - 1];
|
|
24559
|
-
if (
|
|
24560
|
-
|
|
24620
|
+
if (nationalNumber.search(lastLeadingDigitsPattern) !== 0) {
|
|
24621
|
+
return false;
|
|
24561
24622
|
}
|
|
24562
24623
|
}
|
|
24563
|
-
|
|
24564
|
-
|
|
24565
|
-
}
|
|
24566
|
-
}
|
|
24624
|
+
return matchesEntirely(nationalNumber, format2.pattern());
|
|
24625
|
+
});
|
|
24567
24626
|
}
|
|
24568
24627
|
function addExtension(formattedNumber, ext, metadata2, formatExtension2) {
|
|
24569
24628
|
return ext ? formatExtension2(formattedNumber, ext, metadata2) : formattedNumber;
|
|
@@ -24582,53 +24641,87 @@ function formatIDD(nationalNumber, carrierCode, countryCallingCode, fromCountry,
|
|
|
24582
24641
|
return "".concat(iddPrefix, " ").concat(countryCallingCode, " ").concat(formatNationalNumber(nationalNumber, null, "INTERNATIONAL", metadata2));
|
|
24583
24642
|
}
|
|
24584
24643
|
}
|
|
24585
|
-
function
|
|
24586
|
-
var
|
|
24587
|
-
|
|
24588
|
-
|
|
24589
|
-
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
24590
|
-
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
24591
|
-
})), keys.push.apply(keys, symbols);
|
|
24644
|
+
function merge() {
|
|
24645
|
+
var i = 1;
|
|
24646
|
+
for (var _len = arguments.length, objects = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
24647
|
+
objects[_key] = arguments[_key];
|
|
24592
24648
|
}
|
|
24593
|
-
|
|
24594
|
-
|
|
24595
|
-
|
|
24596
|
-
|
|
24597
|
-
|
|
24598
|
-
|
|
24599
|
-
|
|
24600
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$5(Object(source)).forEach(function(key) {
|
|
24601
|
-
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
24602
|
-
});
|
|
24649
|
+
while (i < objects.length) {
|
|
24650
|
+
if (objects[i]) {
|
|
24651
|
+
for (var key in objects[i]) {
|
|
24652
|
+
objects[0][key] = objects[i][key];
|
|
24653
|
+
}
|
|
24654
|
+
}
|
|
24655
|
+
i++;
|
|
24603
24656
|
}
|
|
24604
|
-
return
|
|
24657
|
+
return objects[0];
|
|
24605
24658
|
}
|
|
24606
|
-
function
|
|
24607
|
-
|
|
24608
|
-
|
|
24609
|
-
|
|
24610
|
-
|
|
24659
|
+
function pickFirstMatchingElement(elements, testFunction) {
|
|
24660
|
+
var i = 0;
|
|
24661
|
+
while (i < elements.length) {
|
|
24662
|
+
if (testFunction(elements[i])) {
|
|
24663
|
+
return elements[i];
|
|
24664
|
+
}
|
|
24665
|
+
i++;
|
|
24611
24666
|
}
|
|
24612
|
-
return obj;
|
|
24613
24667
|
}
|
|
24614
|
-
function
|
|
24615
|
-
|
|
24616
|
-
|
|
24668
|
+
function _typeof$6(o) {
|
|
24669
|
+
"@babel/helpers - typeof";
|
|
24670
|
+
return _typeof$6 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
24671
|
+
return typeof o2;
|
|
24672
|
+
} : function(o2) {
|
|
24673
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
24674
|
+
}, _typeof$6(o);
|
|
24675
|
+
}
|
|
24676
|
+
function ownKeys$5(e, r) {
|
|
24677
|
+
var t2 = Object.keys(e);
|
|
24678
|
+
if (Object.getOwnPropertySymbols) {
|
|
24679
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
24680
|
+
r && (o = o.filter(function(r2) {
|
|
24681
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
24682
|
+
})), t2.push.apply(t2, o);
|
|
24683
|
+
}
|
|
24684
|
+
return t2;
|
|
24685
|
+
}
|
|
24686
|
+
function _objectSpread$5(e) {
|
|
24687
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
24688
|
+
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
24689
|
+
r % 2 ? ownKeys$5(Object(t2), true).forEach(function(r2) {
|
|
24690
|
+
_defineProperty$5(e, r2, t2[r2]);
|
|
24691
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$5(Object(t2)).forEach(function(r2) {
|
|
24692
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
24693
|
+
});
|
|
24617
24694
|
}
|
|
24695
|
+
return e;
|
|
24696
|
+
}
|
|
24697
|
+
function _defineProperty$5(e, r, t2) {
|
|
24698
|
+
return (r = _toPropertyKey$5(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
24618
24699
|
}
|
|
24619
|
-
function
|
|
24620
|
-
|
|
24621
|
-
|
|
24622
|
-
|
|
24623
|
-
|
|
24624
|
-
|
|
24625
|
-
Object.defineProperty(
|
|
24700
|
+
function _classCallCheck$1(a, n) {
|
|
24701
|
+
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
24702
|
+
}
|
|
24703
|
+
function _defineProperties(e, r) {
|
|
24704
|
+
for (var t2 = 0; t2 < r.length; t2++) {
|
|
24705
|
+
var o = r[t2];
|
|
24706
|
+
o.enumerable = o.enumerable || false, o.configurable = true, "value" in o && (o.writable = true), Object.defineProperty(e, _toPropertyKey$5(o.key), o);
|
|
24626
24707
|
}
|
|
24627
24708
|
}
|
|
24628
|
-
function _createClass$1(
|
|
24629
|
-
|
|
24630
|
-
|
|
24631
|
-
|
|
24709
|
+
function _createClass$1(e, r, t2) {
|
|
24710
|
+
return r && _defineProperties(e.prototype, r), Object.defineProperty(e, "prototype", { writable: false }), e;
|
|
24711
|
+
}
|
|
24712
|
+
function _toPropertyKey$5(t2) {
|
|
24713
|
+
var i = _toPrimitive$5(t2, "string");
|
|
24714
|
+
return "symbol" == _typeof$6(i) ? i : i + "";
|
|
24715
|
+
}
|
|
24716
|
+
function _toPrimitive$5(t2, r) {
|
|
24717
|
+
if ("object" != _typeof$6(t2) || !t2) return t2;
|
|
24718
|
+
var e = t2[Symbol.toPrimitive];
|
|
24719
|
+
if (void 0 !== e) {
|
|
24720
|
+
var i = e.call(t2, r);
|
|
24721
|
+
if ("object" != _typeof$6(i)) return i;
|
|
24722
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
24723
|
+
}
|
|
24724
|
+
return String(t2);
|
|
24632
24725
|
}
|
|
24633
24726
|
var PhoneNumber = /* @__PURE__ */ function() {
|
|
24634
24727
|
function PhoneNumber2(countryOrCountryCallingCode, nationalNumber, metadata2) {
|
|
@@ -24639,22 +24732,20 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
24639
24732
|
if (typeof countryOrCountryCallingCode !== "string") {
|
|
24640
24733
|
throw new TypeError("First argument must be a string");
|
|
24641
24734
|
}
|
|
24642
|
-
if (
|
|
24643
|
-
|
|
24644
|
-
|
|
24735
|
+
if (countryOrCountryCallingCode[0] === "+" && !nationalNumber) {
|
|
24736
|
+
throw new TypeError("`metadata` argument not passed");
|
|
24737
|
+
}
|
|
24738
|
+
if (isObject(nationalNumber) && isObject(nationalNumber.countries)) {
|
|
24739
|
+
metadata2 = nationalNumber;
|
|
24740
|
+
var e164Number = countryOrCountryCallingCode;
|
|
24741
|
+
if (!E164_NUMBER_REGEXP.test(e164Number)) {
|
|
24742
|
+
throw new Error('Invalid `number` argument passed: must consist of a "+" followed by digits');
|
|
24645
24743
|
}
|
|
24646
|
-
|
|
24647
|
-
|
|
24648
|
-
|
|
24649
|
-
|
|
24650
|
-
|
|
24651
|
-
}
|
|
24652
|
-
var _extractCountryCallin = extractCountryCallingCode(e164Number, void 0, void 0, metadata2), _countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
24653
|
-
nationalNumber = number2;
|
|
24654
|
-
countryOrCountryCallingCode = _countryCallingCode;
|
|
24655
|
-
if (!nationalNumber) {
|
|
24656
|
-
throw new Error("Invalid `number` argument passed: too short");
|
|
24657
|
-
}
|
|
24744
|
+
var _extractCountryCallin = extractCountryCallingCode(e164Number, void 0, void 0, void 0, metadata2), _countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
24745
|
+
nationalNumber = number2;
|
|
24746
|
+
countryOrCountryCallingCode = _countryCallingCode;
|
|
24747
|
+
if (!nationalNumber) {
|
|
24748
|
+
throw new Error("Invalid `number` argument passed: too short");
|
|
24658
24749
|
}
|
|
24659
24750
|
}
|
|
24660
24751
|
if (!nationalNumber) {
|
|
@@ -24673,7 +24764,7 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
24673
24764
|
return metadata2;
|
|
24674
24765
|
};
|
|
24675
24766
|
}
|
|
24676
|
-
_createClass$1(PhoneNumber2, [{
|
|
24767
|
+
return _createClass$1(PhoneNumber2, [{
|
|
24677
24768
|
key: "setExt",
|
|
24678
24769
|
value: function setExt(ext) {
|
|
24679
24770
|
this.ext = ext;
|
|
@@ -24757,7 +24848,6 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
24757
24848
|
return this.format("RFC3966", options);
|
|
24758
24849
|
}
|
|
24759
24850
|
}]);
|
|
24760
|
-
return PhoneNumber2;
|
|
24761
24851
|
}();
|
|
24762
24852
|
var isCountryCode = function isCountryCode2(value) {
|
|
24763
24853
|
return /^[A-Z]{2}$/.test(value);
|
|
@@ -24779,131 +24869,95 @@ function getCountryAndCountryCallingCode(countryOrCountryCallingCode, metadataJs
|
|
|
24779
24869
|
};
|
|
24780
24870
|
}
|
|
24781
24871
|
var E164_NUMBER_REGEXP = /^\+\d+$/;
|
|
24782
|
-
function _typeof(
|
|
24872
|
+
function _typeof$5(o) {
|
|
24783
24873
|
"@babel/helpers - typeof";
|
|
24784
|
-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(
|
|
24785
|
-
return typeof
|
|
24786
|
-
} : function(
|
|
24787
|
-
return
|
|
24788
|
-
}, _typeof(
|
|
24789
|
-
}
|
|
24790
|
-
function _createClass(
|
|
24791
|
-
Object.defineProperty(
|
|
24792
|
-
|
|
24793
|
-
|
|
24794
|
-
|
|
24795
|
-
|
|
24796
|
-
|
|
24797
|
-
|
|
24798
|
-
}
|
|
24799
|
-
function
|
|
24800
|
-
if (
|
|
24801
|
-
|
|
24802
|
-
|
|
24803
|
-
|
|
24804
|
-
|
|
24805
|
-
if (
|
|
24806
|
-
|
|
24807
|
-
|
|
24808
|
-
|
|
24809
|
-
|
|
24810
|
-
|
|
24811
|
-
|
|
24812
|
-
|
|
24813
|
-
|
|
24814
|
-
|
|
24815
|
-
|
|
24816
|
-
|
|
24817
|
-
|
|
24818
|
-
|
|
24819
|
-
|
|
24820
|
-
function _possibleConstructorReturn(self2, call) {
|
|
24821
|
-
if (call && (_typeof(call) === "object" || typeof call === "function")) {
|
|
24822
|
-
return call;
|
|
24823
|
-
} else if (call !== void 0) {
|
|
24824
|
-
throw new TypeError("Derived constructors may only return object or undefined");
|
|
24825
|
-
}
|
|
24826
|
-
return _assertThisInitialized(self2);
|
|
24827
|
-
}
|
|
24828
|
-
function _assertThisInitialized(self2) {
|
|
24829
|
-
if (self2 === void 0) {
|
|
24830
|
-
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
24831
|
-
}
|
|
24832
|
-
return self2;
|
|
24833
|
-
}
|
|
24834
|
-
function _wrapNativeSuper(Class) {
|
|
24835
|
-
var _cache = typeof Map === "function" ? /* @__PURE__ */ new Map() : void 0;
|
|
24836
|
-
_wrapNativeSuper = function _wrapNativeSuper2(Class2) {
|
|
24837
|
-
if (Class2 === null || !_isNativeFunction(Class2)) return Class2;
|
|
24838
|
-
if (typeof Class2 !== "function") {
|
|
24839
|
-
throw new TypeError("Super expression must either be null or a function");
|
|
24840
|
-
}
|
|
24841
|
-
if (typeof _cache !== "undefined") {
|
|
24842
|
-
if (_cache.has(Class2)) return _cache.get(Class2);
|
|
24843
|
-
_cache.set(Class2, Wrapper);
|
|
24874
|
+
return _typeof$5 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
24875
|
+
return typeof o2;
|
|
24876
|
+
} : function(o2) {
|
|
24877
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
24878
|
+
}, _typeof$5(o);
|
|
24879
|
+
}
|
|
24880
|
+
function _createClass(e, r, t2) {
|
|
24881
|
+
return Object.defineProperty(e, "prototype", { writable: false }), e;
|
|
24882
|
+
}
|
|
24883
|
+
function _classCallCheck(a, n) {
|
|
24884
|
+
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
24885
|
+
}
|
|
24886
|
+
function _callSuper(t2, o, e) {
|
|
24887
|
+
return o = _getPrototypeOf(o), _possibleConstructorReturn(t2, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t2).constructor) : o.apply(t2, e));
|
|
24888
|
+
}
|
|
24889
|
+
function _possibleConstructorReturn(t2, e) {
|
|
24890
|
+
if (e && ("object" == _typeof$5(e) || "function" == typeof e)) return e;
|
|
24891
|
+
if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined");
|
|
24892
|
+
return _assertThisInitialized(t2);
|
|
24893
|
+
}
|
|
24894
|
+
function _assertThisInitialized(e) {
|
|
24895
|
+
if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
24896
|
+
return e;
|
|
24897
|
+
}
|
|
24898
|
+
function _inherits(t2, e) {
|
|
24899
|
+
if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function");
|
|
24900
|
+
t2.prototype = Object.create(e && e.prototype, { constructor: { value: t2, writable: true, configurable: true } }), Object.defineProperty(t2, "prototype", { writable: false }), e && _setPrototypeOf(t2, e);
|
|
24901
|
+
}
|
|
24902
|
+
function _wrapNativeSuper(t2) {
|
|
24903
|
+
var r = "function" == typeof Map ? /* @__PURE__ */ new Map() : void 0;
|
|
24904
|
+
return _wrapNativeSuper = function _wrapNativeSuper2(t3) {
|
|
24905
|
+
if (null === t3 || !_isNativeFunction(t3)) return t3;
|
|
24906
|
+
if ("function" != typeof t3) throw new TypeError("Super expression must either be null or a function");
|
|
24907
|
+
if (void 0 !== r) {
|
|
24908
|
+
if (r.has(t3)) return r.get(t3);
|
|
24909
|
+
r.set(t3, Wrapper);
|
|
24844
24910
|
}
|
|
24845
24911
|
function Wrapper() {
|
|
24846
|
-
return _construct(
|
|
24912
|
+
return _construct(t3, arguments, _getPrototypeOf(this).constructor);
|
|
24847
24913
|
}
|
|
24848
|
-
Wrapper.prototype = Object.create(
|
|
24849
|
-
|
|
24850
|
-
};
|
|
24851
|
-
return _wrapNativeSuper(Class);
|
|
24914
|
+
return Wrapper.prototype = Object.create(t3.prototype, { constructor: { value: Wrapper, enumerable: false, writable: true, configurable: true } }), _setPrototypeOf(Wrapper, t3);
|
|
24915
|
+
}, _wrapNativeSuper(t2);
|
|
24852
24916
|
}
|
|
24853
|
-
function _construct(
|
|
24854
|
-
if (_isNativeReflectConstruct())
|
|
24855
|
-
|
|
24856
|
-
|
|
24857
|
-
|
|
24858
|
-
|
|
24859
|
-
a.push.apply(a, args2);
|
|
24860
|
-
var Constructor = Function.bind.apply(Parent2, a);
|
|
24861
|
-
var instance = new Constructor();
|
|
24862
|
-
if (Class2) _setPrototypeOf(instance, Class2.prototype);
|
|
24863
|
-
return instance;
|
|
24864
|
-
};
|
|
24865
|
-
}
|
|
24866
|
-
return _construct.apply(null, arguments);
|
|
24917
|
+
function _construct(t2, e, r) {
|
|
24918
|
+
if (_isNativeReflectConstruct()) return Reflect.construct.apply(null, arguments);
|
|
24919
|
+
var o = [null];
|
|
24920
|
+
o.push.apply(o, e);
|
|
24921
|
+
var p = new (t2.bind.apply(t2, o))();
|
|
24922
|
+
return r && _setPrototypeOf(p, r.prototype), p;
|
|
24867
24923
|
}
|
|
24868
24924
|
function _isNativeReflectConstruct() {
|
|
24869
|
-
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
|
|
24870
|
-
if (Reflect.construct.sham) return false;
|
|
24871
|
-
if (typeof Proxy === "function") return true;
|
|
24872
24925
|
try {
|
|
24873
|
-
Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
|
|
24926
|
+
var t2 = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
|
|
24874
24927
|
}));
|
|
24875
|
-
|
|
24876
|
-
} catch (e) {
|
|
24877
|
-
return false;
|
|
24928
|
+
} catch (t3) {
|
|
24878
24929
|
}
|
|
24930
|
+
return (_isNativeReflectConstruct = function _isNativeReflectConstruct2() {
|
|
24931
|
+
return !!t2;
|
|
24932
|
+
})();
|
|
24879
24933
|
}
|
|
24880
|
-
function _isNativeFunction(
|
|
24881
|
-
|
|
24934
|
+
function _isNativeFunction(t2) {
|
|
24935
|
+
try {
|
|
24936
|
+
return -1 !== Function.toString.call(t2).indexOf("[native code]");
|
|
24937
|
+
} catch (n) {
|
|
24938
|
+
return "function" == typeof t2;
|
|
24939
|
+
}
|
|
24882
24940
|
}
|
|
24883
|
-
function _setPrototypeOf(
|
|
24884
|
-
_setPrototypeOf = Object.setPrototypeOf
|
|
24885
|
-
|
|
24886
|
-
|
|
24887
|
-
};
|
|
24888
|
-
return _setPrototypeOf(o, p);
|
|
24941
|
+
function _setPrototypeOf(t2, e) {
|
|
24942
|
+
return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(t3, e2) {
|
|
24943
|
+
return t3.__proto__ = e2, t3;
|
|
24944
|
+
}, _setPrototypeOf(t2, e);
|
|
24889
24945
|
}
|
|
24890
|
-
function _getPrototypeOf(
|
|
24891
|
-
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function
|
|
24892
|
-
return
|
|
24893
|
-
};
|
|
24894
|
-
return _getPrototypeOf(o);
|
|
24946
|
+
function _getPrototypeOf(t2) {
|
|
24947
|
+
return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function(t3) {
|
|
24948
|
+
return t3.__proto__ || Object.getPrototypeOf(t3);
|
|
24949
|
+
}, _getPrototypeOf(t2);
|
|
24895
24950
|
}
|
|
24896
24951
|
var ParseError = /* @__PURE__ */ function(_Error) {
|
|
24897
|
-
_inherits(ParseError2, _Error);
|
|
24898
|
-
var _super = _createSuper(ParseError2);
|
|
24899
24952
|
function ParseError2(code2) {
|
|
24900
24953
|
var _this;
|
|
24901
24954
|
_classCallCheck(this, ParseError2);
|
|
24902
|
-
_this =
|
|
24903
|
-
Object.setPrototypeOf(
|
|
24955
|
+
_this = _callSuper(this, ParseError2, [code2]);
|
|
24956
|
+
Object.setPrototypeOf(_this, ParseError2.prototype);
|
|
24904
24957
|
_this.name = _this.constructor.name;
|
|
24905
24958
|
return _this;
|
|
24906
24959
|
}
|
|
24960
|
+
_inherits(ParseError2, _Error);
|
|
24907
24961
|
return _createClass(ParseError2);
|
|
24908
24962
|
}(/* @__PURE__ */ _wrapNativeSuper(Error));
|
|
24909
24963
|
var EXTN_PATTERN = new RegExp("(?:" + createExtensionPattern() + ")$", "i");
|
|
@@ -25000,43 +25054,39 @@ var DIGITS = {
|
|
|
25000
25054
|
function parseDigit(character) {
|
|
25001
25055
|
return DIGITS[character];
|
|
25002
25056
|
}
|
|
25003
|
-
function _createForOfIteratorHelperLoose
|
|
25004
|
-
var
|
|
25005
|
-
if (
|
|
25006
|
-
if (Array.isArray(
|
|
25007
|
-
|
|
25008
|
-
var
|
|
25057
|
+
function _createForOfIteratorHelperLoose(r, e) {
|
|
25058
|
+
var t2 = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
25059
|
+
if (t2) return (t2 = t2.call(r)).next.bind(t2);
|
|
25060
|
+
if (Array.isArray(r) || (t2 = _unsupportedIterableToArray$1(r)) || e) {
|
|
25061
|
+
t2 && (r = t2);
|
|
25062
|
+
var o = 0;
|
|
25009
25063
|
return function() {
|
|
25010
|
-
|
|
25011
|
-
return { done: false, value: o[i++] };
|
|
25064
|
+
return o >= r.length ? { done: true } : { done: false, value: r[o++] };
|
|
25012
25065
|
};
|
|
25013
25066
|
}
|
|
25014
25067
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
25015
25068
|
}
|
|
25016
|
-
function _unsupportedIterableToArray$
|
|
25017
|
-
if (
|
|
25018
|
-
|
|
25019
|
-
|
|
25020
|
-
|
|
25021
|
-
if (n === "Map" || n === "Set") return Array.from(o);
|
|
25022
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$2(o, minLen);
|
|
25023
|
-
}
|
|
25024
|
-
function _arrayLikeToArray$2(arr, len) {
|
|
25025
|
-
if (len == null || len > arr.length) len = arr.length;
|
|
25026
|
-
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
25027
|
-
arr2[i] = arr[i];
|
|
25069
|
+
function _unsupportedIterableToArray$1(r, a) {
|
|
25070
|
+
if (r) {
|
|
25071
|
+
if ("string" == typeof r) return _arrayLikeToArray$1(r, a);
|
|
25072
|
+
var t2 = {}.toString.call(r).slice(8, -1);
|
|
25073
|
+
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;
|
|
25028
25074
|
}
|
|
25029
|
-
|
|
25075
|
+
}
|
|
25076
|
+
function _arrayLikeToArray$1(r, a) {
|
|
25077
|
+
(null == a || a > r.length) && (a = r.length);
|
|
25078
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
25079
|
+
return n;
|
|
25030
25080
|
}
|
|
25031
25081
|
function parseIncompletePhoneNumber(string) {
|
|
25032
25082
|
var result2 = "";
|
|
25033
|
-
for (var _iterator = _createForOfIteratorHelperLoose
|
|
25083
|
+
for (var _iterator = _createForOfIteratorHelperLoose(string.split("")), _step; !(_step = _iterator()).done; ) {
|
|
25034
25084
|
var character = _step.value;
|
|
25035
25085
|
result2 += parsePhoneNumberCharacter(character, result2) || "";
|
|
25036
25086
|
}
|
|
25037
25087
|
return result2;
|
|
25038
25088
|
}
|
|
25039
|
-
function parsePhoneNumberCharacter(character, prevParsedCharacters,
|
|
25089
|
+
function parsePhoneNumberCharacter(character, prevParsedCharacters, eventListener) {
|
|
25040
25090
|
if (character === "+") {
|
|
25041
25091
|
if (prevParsedCharacters) {
|
|
25042
25092
|
return;
|
|
@@ -25045,66 +25095,6 @@ function parsePhoneNumberCharacter(character, prevParsedCharacters, emitEvent2)
|
|
|
25045
25095
|
}
|
|
25046
25096
|
return parseDigit(character);
|
|
25047
25097
|
}
|
|
25048
|
-
function _createForOfIteratorHelperLoose(o, allowArrayLike) {
|
|
25049
|
-
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
25050
|
-
if (it) return (it = it.call(o)).next.bind(it);
|
|
25051
|
-
if (Array.isArray(o) || (it = _unsupportedIterableToArray$1(o)) || allowArrayLike) {
|
|
25052
|
-
if (it) o = it;
|
|
25053
|
-
var i = 0;
|
|
25054
|
-
return function() {
|
|
25055
|
-
if (i >= o.length) return { done: true };
|
|
25056
|
-
return { done: false, value: o[i++] };
|
|
25057
|
-
};
|
|
25058
|
-
}
|
|
25059
|
-
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
25060
|
-
}
|
|
25061
|
-
function _unsupportedIterableToArray$1(o, minLen) {
|
|
25062
|
-
if (!o) return;
|
|
25063
|
-
if (typeof o === "string") return _arrayLikeToArray$1(o, minLen);
|
|
25064
|
-
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
25065
|
-
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
25066
|
-
if (n === "Map" || n === "Set") return Array.from(o);
|
|
25067
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$1(o, minLen);
|
|
25068
|
-
}
|
|
25069
|
-
function _arrayLikeToArray$1(arr, len) {
|
|
25070
|
-
if (len == null || len > arr.length) len = arr.length;
|
|
25071
|
-
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
25072
|
-
arr2[i] = arr[i];
|
|
25073
|
-
}
|
|
25074
|
-
return arr2;
|
|
25075
|
-
}
|
|
25076
|
-
function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
|
|
25077
|
-
var countries = _ref.countries, metadata2 = _ref.metadata;
|
|
25078
|
-
metadata2 = new Metadata(metadata2);
|
|
25079
|
-
for (var _iterator = _createForOfIteratorHelperLoose(countries), _step; !(_step = _iterator()).done; ) {
|
|
25080
|
-
var country = _step.value;
|
|
25081
|
-
metadata2.country(country);
|
|
25082
|
-
if (metadata2.leadingDigits()) {
|
|
25083
|
-
if (nationalPhoneNumber && nationalPhoneNumber.search(metadata2.leadingDigits()) === 0) {
|
|
25084
|
-
return country;
|
|
25085
|
-
}
|
|
25086
|
-
} else if (getNumberType({
|
|
25087
|
-
phone: nationalPhoneNumber,
|
|
25088
|
-
country
|
|
25089
|
-
}, void 0, metadata2.metadata)) {
|
|
25090
|
-
return country;
|
|
25091
|
-
}
|
|
25092
|
-
}
|
|
25093
|
-
}
|
|
25094
|
-
function getCountryByCallingCode(callingCode, _ref) {
|
|
25095
|
-
var nationalPhoneNumber = _ref.nationalNumber, metadata2 = _ref.metadata;
|
|
25096
|
-
var possibleCountries = metadata2.getCountryCodesForCallingCode(callingCode);
|
|
25097
|
-
if (!possibleCountries) {
|
|
25098
|
-
return;
|
|
25099
|
-
}
|
|
25100
|
-
if (possibleCountries.length === 1) {
|
|
25101
|
-
return possibleCountries[0];
|
|
25102
|
-
}
|
|
25103
|
-
return getCountryByNationalNumber(nationalPhoneNumber, {
|
|
25104
|
-
countries: possibleCountries,
|
|
25105
|
-
metadata: metadata2.metadata
|
|
25106
|
-
});
|
|
25107
|
-
}
|
|
25108
25098
|
var PLUS_SIGN = "+";
|
|
25109
25099
|
var RFC3966_VISUAL_SEPARATOR_ = "[\\-\\.\\(\\)]?";
|
|
25110
25100
|
var RFC3966_PHONE_DIGIT_ = "([" + VALID_DIGITS + "]|" + RFC3966_VISUAL_SEPARATOR_ + ")";
|
|
@@ -25240,7 +25230,7 @@ function parse(text2, options, metadata2) {
|
|
|
25240
25230
|
countryCallingCode,
|
|
25241
25231
|
carrierCode,
|
|
25242
25232
|
valid,
|
|
25243
|
-
possible: valid ? true : options.extended === true && metadata2.possibleLengths() && isPossibleNumber(nationalNumber, metadata2) ? true : false,
|
|
25233
|
+
possible: valid ? true : options.extended === true && metadata2.possibleLengths() && isPossibleNumber(nationalNumber, country, metadata2) ? true : false,
|
|
25244
25234
|
phone: nationalNumber,
|
|
25245
25235
|
ext
|
|
25246
25236
|
};
|
|
@@ -25300,7 +25290,7 @@ function result(country, nationalNumber, ext) {
|
|
|
25300
25290
|
return result2;
|
|
25301
25291
|
}
|
|
25302
25292
|
function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCallingCode, metadata2) {
|
|
25303
|
-
var _extractCountryCallin = extractCountryCallingCode(parseIncompletePhoneNumber(formattedPhoneNumber), defaultCountry, defaultCallingCode, metadata2.metadata), countryCallingCodeSource = _extractCountryCallin.countryCallingCodeSource, countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
25293
|
+
var _extractCountryCallin = extractCountryCallingCode(parseIncompletePhoneNumber(formattedPhoneNumber), void 0, defaultCountry, defaultCallingCode, metadata2.metadata), countryCallingCodeSource = _extractCountryCallin.countryCallingCodeSource, countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
25304
25294
|
var country;
|
|
25305
25295
|
if (countryCallingCode) {
|
|
25306
25296
|
metadata2.selectNumberingPlan(countryCallingCode);
|
|
@@ -25317,7 +25307,7 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
25317
25307
|
countryCallingCode
|
|
25318
25308
|
};
|
|
25319
25309
|
}
|
|
25320
|
-
var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number2), metadata2), nationalNumber = _extractNationalNumbe.nationalNumber, carrierCode = _extractNationalNumbe.carrierCode;
|
|
25310
|
+
var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number2), country, metadata2), nationalNumber = _extractNationalNumbe.nationalNumber, carrierCode = _extractNationalNumbe.carrierCode;
|
|
25321
25311
|
var exactCountry = getCountryByCallingCode(countryCallingCode, {
|
|
25322
25312
|
nationalNumber,
|
|
25323
25313
|
metadata: metadata2
|
|
@@ -25326,7 +25316,7 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
25326
25316
|
country = exactCountry;
|
|
25327
25317
|
if (exactCountry === "001") ;
|
|
25328
25318
|
else {
|
|
25329
|
-
metadata2.
|
|
25319
|
+
metadata2.selectNumberingPlan(country);
|
|
25330
25320
|
}
|
|
25331
25321
|
}
|
|
25332
25322
|
return {
|
|
@@ -25337,116 +25327,142 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
25337
25327
|
carrierCode
|
|
25338
25328
|
};
|
|
25339
25329
|
}
|
|
25340
|
-
function
|
|
25341
|
-
|
|
25330
|
+
function _typeof$4(o) {
|
|
25331
|
+
"@babel/helpers - typeof";
|
|
25332
|
+
return _typeof$4 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
25333
|
+
return typeof o2;
|
|
25334
|
+
} : function(o2) {
|
|
25335
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
25336
|
+
}, _typeof$4(o);
|
|
25337
|
+
}
|
|
25338
|
+
function ownKeys$4(e, r) {
|
|
25339
|
+
var t2 = Object.keys(e);
|
|
25342
25340
|
if (Object.getOwnPropertySymbols) {
|
|
25343
|
-
var
|
|
25344
|
-
|
|
25345
|
-
return Object.getOwnPropertyDescriptor(
|
|
25346
|
-
})),
|
|
25347
|
-
}
|
|
25348
|
-
return
|
|
25349
|
-
}
|
|
25350
|
-
function _objectSpread$4(
|
|
25351
|
-
for (var
|
|
25352
|
-
var
|
|
25353
|
-
|
|
25354
|
-
_defineProperty$4(
|
|
25355
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
25356
|
-
Object.defineProperty(
|
|
25341
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
25342
|
+
r && (o = o.filter(function(r2) {
|
|
25343
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
25344
|
+
})), t2.push.apply(t2, o);
|
|
25345
|
+
}
|
|
25346
|
+
return t2;
|
|
25347
|
+
}
|
|
25348
|
+
function _objectSpread$4(e) {
|
|
25349
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
25350
|
+
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
25351
|
+
r % 2 ? ownKeys$4(Object(t2), true).forEach(function(r2) {
|
|
25352
|
+
_defineProperty$4(e, r2, t2[r2]);
|
|
25353
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$4(Object(t2)).forEach(function(r2) {
|
|
25354
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
25357
25355
|
});
|
|
25358
25356
|
}
|
|
25359
|
-
return
|
|
25357
|
+
return e;
|
|
25360
25358
|
}
|
|
25361
|
-
function _defineProperty$4(
|
|
25362
|
-
|
|
25363
|
-
|
|
25364
|
-
|
|
25365
|
-
|
|
25359
|
+
function _defineProperty$4(e, r, t2) {
|
|
25360
|
+
return (r = _toPropertyKey$4(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
25361
|
+
}
|
|
25362
|
+
function _toPropertyKey$4(t2) {
|
|
25363
|
+
var i = _toPrimitive$4(t2, "string");
|
|
25364
|
+
return "symbol" == _typeof$4(i) ? i : i + "";
|
|
25365
|
+
}
|
|
25366
|
+
function _toPrimitive$4(t2, r) {
|
|
25367
|
+
if ("object" != _typeof$4(t2) || !t2) return t2;
|
|
25368
|
+
var e = t2[Symbol.toPrimitive];
|
|
25369
|
+
if (void 0 !== e) {
|
|
25370
|
+
var i = e.call(t2, r);
|
|
25371
|
+
if ("object" != _typeof$4(i)) return i;
|
|
25372
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
25366
25373
|
}
|
|
25367
|
-
return
|
|
25374
|
+
return ("string" === r ? String : Number)(t2);
|
|
25368
25375
|
}
|
|
25369
25376
|
function parsePhoneNumberWithError(text2, options, metadata2) {
|
|
25370
25377
|
return parse(text2, _objectSpread$4(_objectSpread$4({}, options), {}, {
|
|
25371
25378
|
v2: true
|
|
25372
25379
|
}), metadata2);
|
|
25373
25380
|
}
|
|
25374
|
-
function
|
|
25375
|
-
|
|
25381
|
+
function _typeof$3(o) {
|
|
25382
|
+
"@babel/helpers - typeof";
|
|
25383
|
+
return _typeof$3 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
25384
|
+
return typeof o2;
|
|
25385
|
+
} : function(o2) {
|
|
25386
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
25387
|
+
}, _typeof$3(o);
|
|
25388
|
+
}
|
|
25389
|
+
function ownKeys$3(e, r) {
|
|
25390
|
+
var t2 = Object.keys(e);
|
|
25376
25391
|
if (Object.getOwnPropertySymbols) {
|
|
25377
|
-
var
|
|
25378
|
-
|
|
25379
|
-
return Object.getOwnPropertyDescriptor(
|
|
25380
|
-
})),
|
|
25381
|
-
}
|
|
25382
|
-
return
|
|
25383
|
-
}
|
|
25384
|
-
function _objectSpread$3(
|
|
25385
|
-
for (var
|
|
25386
|
-
var
|
|
25387
|
-
|
|
25388
|
-
_defineProperty$3(
|
|
25389
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
25390
|
-
Object.defineProperty(
|
|
25392
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
25393
|
+
r && (o = o.filter(function(r2) {
|
|
25394
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
25395
|
+
})), t2.push.apply(t2, o);
|
|
25396
|
+
}
|
|
25397
|
+
return t2;
|
|
25398
|
+
}
|
|
25399
|
+
function _objectSpread$3(e) {
|
|
25400
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
25401
|
+
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
25402
|
+
r % 2 ? ownKeys$3(Object(t2), true).forEach(function(r2) {
|
|
25403
|
+
_defineProperty$3(e, r2, t2[r2]);
|
|
25404
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$3(Object(t2)).forEach(function(r2) {
|
|
25405
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
25391
25406
|
});
|
|
25392
25407
|
}
|
|
25393
|
-
return
|
|
25408
|
+
return e;
|
|
25394
25409
|
}
|
|
25395
|
-
function _defineProperty$3(
|
|
25396
|
-
|
|
25397
|
-
|
|
25398
|
-
|
|
25399
|
-
|
|
25410
|
+
function _defineProperty$3(e, r, t2) {
|
|
25411
|
+
return (r = _toPropertyKey$3(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
25412
|
+
}
|
|
25413
|
+
function _toPropertyKey$3(t2) {
|
|
25414
|
+
var i = _toPrimitive$3(t2, "string");
|
|
25415
|
+
return "symbol" == _typeof$3(i) ? i : i + "";
|
|
25416
|
+
}
|
|
25417
|
+
function _toPrimitive$3(t2, r) {
|
|
25418
|
+
if ("object" != _typeof$3(t2) || !t2) return t2;
|
|
25419
|
+
var e = t2[Symbol.toPrimitive];
|
|
25420
|
+
if (void 0 !== e) {
|
|
25421
|
+
var i = e.call(t2, r);
|
|
25422
|
+
if ("object" != _typeof$3(i)) return i;
|
|
25423
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
25400
25424
|
}
|
|
25401
|
-
return
|
|
25425
|
+
return ("string" === r ? String : Number)(t2);
|
|
25402
25426
|
}
|
|
25403
|
-
function _slicedToArray(
|
|
25404
|
-
return _arrayWithHoles(
|
|
25427
|
+
function _slicedToArray(r, e) {
|
|
25428
|
+
return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();
|
|
25405
25429
|
}
|
|
25406
25430
|
function _nonIterableRest() {
|
|
25407
25431
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
25408
25432
|
}
|
|
25409
|
-
function _unsupportedIterableToArray(
|
|
25410
|
-
if (
|
|
25411
|
-
|
|
25412
|
-
|
|
25413
|
-
|
|
25414
|
-
|
|
25415
|
-
|
|
25416
|
-
|
|
25417
|
-
|
|
25418
|
-
|
|
25419
|
-
|
|
25420
|
-
|
|
25421
|
-
|
|
25422
|
-
|
|
25423
|
-
|
|
25424
|
-
|
|
25425
|
-
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
25426
|
-
if (_i == null) return;
|
|
25427
|
-
var _arr = [];
|
|
25428
|
-
var _n = true;
|
|
25429
|
-
var _d = false;
|
|
25430
|
-
var _s, _e;
|
|
25431
|
-
try {
|
|
25432
|
-
for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
|
|
25433
|
-
_arr.push(_s.value);
|
|
25434
|
-
if (i && _arr.length === i) break;
|
|
25435
|
-
}
|
|
25436
|
-
} catch (err) {
|
|
25437
|
-
_d = true;
|
|
25438
|
-
_e = err;
|
|
25439
|
-
} finally {
|
|
25433
|
+
function _unsupportedIterableToArray(r, a) {
|
|
25434
|
+
if (r) {
|
|
25435
|
+
if ("string" == typeof r) return _arrayLikeToArray(r, a);
|
|
25436
|
+
var t2 = {}.toString.call(r).slice(8, -1);
|
|
25437
|
+
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;
|
|
25438
|
+
}
|
|
25439
|
+
}
|
|
25440
|
+
function _arrayLikeToArray(r, a) {
|
|
25441
|
+
(null == a || a > r.length) && (a = r.length);
|
|
25442
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
25443
|
+
return n;
|
|
25444
|
+
}
|
|
25445
|
+
function _iterableToArrayLimit(r, l) {
|
|
25446
|
+
var t2 = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
25447
|
+
if (null != t2) {
|
|
25448
|
+
var e, n, i, u, a = [], f = true, o = false;
|
|
25440
25449
|
try {
|
|
25441
|
-
if (
|
|
25450
|
+
if (i = (t2 = t2.call(r)).next, 0 === l) ;
|
|
25451
|
+
else for (; !(f = (e = i.call(t2)).done) && (a.push(e.value), a.length !== l); f = true) ;
|
|
25452
|
+
} catch (r2) {
|
|
25453
|
+
o = true, n = r2;
|
|
25442
25454
|
} finally {
|
|
25443
|
-
|
|
25455
|
+
try {
|
|
25456
|
+
if (!f && null != t2["return"] && (u = t2["return"](), Object(u) !== u)) return;
|
|
25457
|
+
} finally {
|
|
25458
|
+
if (o) throw n;
|
|
25459
|
+
}
|
|
25444
25460
|
}
|
|
25461
|
+
return a;
|
|
25445
25462
|
}
|
|
25446
|
-
return _arr;
|
|
25447
25463
|
}
|
|
25448
|
-
function _arrayWithHoles(
|
|
25449
|
-
if (Array.isArray(
|
|
25464
|
+
function _arrayWithHoles(r) {
|
|
25465
|
+
if (Array.isArray(r)) return r;
|
|
25450
25466
|
}
|
|
25451
25467
|
function normalizeArguments(args) {
|
|
25452
25468
|
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];
|
|
@@ -25483,34 +25499,51 @@ function normalizeArguments(args) {
|
|
|
25483
25499
|
metadata: metadata2
|
|
25484
25500
|
};
|
|
25485
25501
|
}
|
|
25486
|
-
function
|
|
25487
|
-
|
|
25502
|
+
function _typeof$2(o) {
|
|
25503
|
+
"@babel/helpers - typeof";
|
|
25504
|
+
return _typeof$2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
25505
|
+
return typeof o2;
|
|
25506
|
+
} : function(o2) {
|
|
25507
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
25508
|
+
}, _typeof$2(o);
|
|
25509
|
+
}
|
|
25510
|
+
function ownKeys$2(e, r) {
|
|
25511
|
+
var t2 = Object.keys(e);
|
|
25488
25512
|
if (Object.getOwnPropertySymbols) {
|
|
25489
|
-
var
|
|
25490
|
-
|
|
25491
|
-
return Object.getOwnPropertyDescriptor(
|
|
25492
|
-
})),
|
|
25493
|
-
}
|
|
25494
|
-
return
|
|
25495
|
-
}
|
|
25496
|
-
function _objectSpread$2(
|
|
25497
|
-
for (var
|
|
25498
|
-
var
|
|
25499
|
-
|
|
25500
|
-
_defineProperty$2(
|
|
25501
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
25502
|
-
Object.defineProperty(
|
|
25513
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
25514
|
+
r && (o = o.filter(function(r2) {
|
|
25515
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
25516
|
+
})), t2.push.apply(t2, o);
|
|
25517
|
+
}
|
|
25518
|
+
return t2;
|
|
25519
|
+
}
|
|
25520
|
+
function _objectSpread$2(e) {
|
|
25521
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
25522
|
+
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
25523
|
+
r % 2 ? ownKeys$2(Object(t2), true).forEach(function(r2) {
|
|
25524
|
+
_defineProperty$2(e, r2, t2[r2]);
|
|
25525
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$2(Object(t2)).forEach(function(r2) {
|
|
25526
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
25503
25527
|
});
|
|
25504
25528
|
}
|
|
25505
|
-
return
|
|
25529
|
+
return e;
|
|
25506
25530
|
}
|
|
25507
|
-
function _defineProperty$2(
|
|
25508
|
-
|
|
25509
|
-
|
|
25510
|
-
|
|
25511
|
-
|
|
25531
|
+
function _defineProperty$2(e, r, t2) {
|
|
25532
|
+
return (r = _toPropertyKey$2(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
25533
|
+
}
|
|
25534
|
+
function _toPropertyKey$2(t2) {
|
|
25535
|
+
var i = _toPrimitive$2(t2, "string");
|
|
25536
|
+
return "symbol" == _typeof$2(i) ? i : i + "";
|
|
25537
|
+
}
|
|
25538
|
+
function _toPrimitive$2(t2, r) {
|
|
25539
|
+
if ("object" != _typeof$2(t2) || !t2) return t2;
|
|
25540
|
+
var e = t2[Symbol.toPrimitive];
|
|
25541
|
+
if (void 0 !== e) {
|
|
25542
|
+
var i = e.call(t2, r);
|
|
25543
|
+
if ("object" != _typeof$2(i)) return i;
|
|
25544
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
25512
25545
|
}
|
|
25513
|
-
return
|
|
25546
|
+
return ("string" === r ? String : Number)(t2);
|
|
25514
25547
|
}
|
|
25515
25548
|
function parsePhoneNumber(text2, options, metadata2) {
|
|
25516
25549
|
if (options && options.defaultCountry && !isSupportedCountry(options.defaultCountry, metadata2)) {
|
|
@@ -25527,34 +25560,51 @@ function parsePhoneNumber(text2, options, metadata2) {
|
|
|
25527
25560
|
}
|
|
25528
25561
|
}
|
|
25529
25562
|
}
|
|
25530
|
-
function
|
|
25531
|
-
|
|
25563
|
+
function _typeof$1(o) {
|
|
25564
|
+
"@babel/helpers - typeof";
|
|
25565
|
+
return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
25566
|
+
return typeof o2;
|
|
25567
|
+
} : function(o2) {
|
|
25568
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
25569
|
+
}, _typeof$1(o);
|
|
25570
|
+
}
|
|
25571
|
+
function ownKeys$1(e, r) {
|
|
25572
|
+
var t2 = Object.keys(e);
|
|
25532
25573
|
if (Object.getOwnPropertySymbols) {
|
|
25533
|
-
var
|
|
25534
|
-
|
|
25535
|
-
return Object.getOwnPropertyDescriptor(
|
|
25536
|
-
})),
|
|
25537
|
-
}
|
|
25538
|
-
return
|
|
25539
|
-
}
|
|
25540
|
-
function _objectSpread$1(
|
|
25541
|
-
for (var
|
|
25542
|
-
var
|
|
25543
|
-
|
|
25544
|
-
_defineProperty$1(
|
|
25545
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
25546
|
-
Object.defineProperty(
|
|
25574
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
25575
|
+
r && (o = o.filter(function(r2) {
|
|
25576
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
25577
|
+
})), t2.push.apply(t2, o);
|
|
25578
|
+
}
|
|
25579
|
+
return t2;
|
|
25580
|
+
}
|
|
25581
|
+
function _objectSpread$1(e) {
|
|
25582
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
25583
|
+
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
25584
|
+
r % 2 ? ownKeys$1(Object(t2), true).forEach(function(r2) {
|
|
25585
|
+
_defineProperty$1(e, r2, t2[r2]);
|
|
25586
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$1(Object(t2)).forEach(function(r2) {
|
|
25587
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
25547
25588
|
});
|
|
25548
25589
|
}
|
|
25549
|
-
return
|
|
25590
|
+
return e;
|
|
25550
25591
|
}
|
|
25551
|
-
function _defineProperty$1(
|
|
25552
|
-
|
|
25553
|
-
|
|
25554
|
-
|
|
25555
|
-
|
|
25592
|
+
function _defineProperty$1(e, r, t2) {
|
|
25593
|
+
return (r = _toPropertyKey$1(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
25594
|
+
}
|
|
25595
|
+
function _toPropertyKey$1(t2) {
|
|
25596
|
+
var i = _toPrimitive$1(t2, "string");
|
|
25597
|
+
return "symbol" == _typeof$1(i) ? i : i + "";
|
|
25598
|
+
}
|
|
25599
|
+
function _toPrimitive$1(t2, r) {
|
|
25600
|
+
if ("object" != _typeof$1(t2) || !t2) return t2;
|
|
25601
|
+
var e = t2[Symbol.toPrimitive];
|
|
25602
|
+
if (void 0 !== e) {
|
|
25603
|
+
var i = e.call(t2, r);
|
|
25604
|
+
if ("object" != _typeof$1(i)) return i;
|
|
25605
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
25556
25606
|
}
|
|
25557
|
-
return
|
|
25607
|
+
return ("string" === r ? String : Number)(t2);
|
|
25558
25608
|
}
|
|
25559
25609
|
function isValidPhoneNumber$1() {
|
|
25560
25610
|
var _normalizeArguments = normalizeArguments(arguments), text2 = _normalizeArguments.text, options = _normalizeArguments.options, metadata2 = _normalizeArguments.metadata;
|
|
@@ -25564,34 +25614,51 @@ function isValidPhoneNumber$1() {
|
|
|
25564
25614
|
var phoneNumber = parsePhoneNumber(text2, options, metadata2);
|
|
25565
25615
|
return phoneNumber && phoneNumber.isValid() || false;
|
|
25566
25616
|
}
|
|
25567
|
-
function
|
|
25568
|
-
|
|
25617
|
+
function _typeof(o) {
|
|
25618
|
+
"@babel/helpers - typeof";
|
|
25619
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
25620
|
+
return typeof o2;
|
|
25621
|
+
} : function(o2) {
|
|
25622
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
25623
|
+
}, _typeof(o);
|
|
25624
|
+
}
|
|
25625
|
+
function ownKeys(e, r) {
|
|
25626
|
+
var t2 = Object.keys(e);
|
|
25569
25627
|
if (Object.getOwnPropertySymbols) {
|
|
25570
|
-
var
|
|
25571
|
-
|
|
25572
|
-
return Object.getOwnPropertyDescriptor(
|
|
25573
|
-
})),
|
|
25574
|
-
}
|
|
25575
|
-
return
|
|
25576
|
-
}
|
|
25577
|
-
function _objectSpread(
|
|
25578
|
-
for (var
|
|
25579
|
-
var
|
|
25580
|
-
|
|
25581
|
-
_defineProperty(
|
|
25582
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
25583
|
-
Object.defineProperty(
|
|
25628
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
25629
|
+
r && (o = o.filter(function(r2) {
|
|
25630
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
25631
|
+
})), t2.push.apply(t2, o);
|
|
25632
|
+
}
|
|
25633
|
+
return t2;
|
|
25634
|
+
}
|
|
25635
|
+
function _objectSpread(e) {
|
|
25636
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
25637
|
+
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
25638
|
+
r % 2 ? ownKeys(Object(t2), true).forEach(function(r2) {
|
|
25639
|
+
_defineProperty(e, r2, t2[r2]);
|
|
25640
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys(Object(t2)).forEach(function(r2) {
|
|
25641
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
25584
25642
|
});
|
|
25585
25643
|
}
|
|
25586
|
-
return
|
|
25644
|
+
return e;
|
|
25587
25645
|
}
|
|
25588
|
-
function _defineProperty(
|
|
25589
|
-
|
|
25590
|
-
|
|
25591
|
-
|
|
25592
|
-
|
|
25646
|
+
function _defineProperty(e, r, t2) {
|
|
25647
|
+
return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
25648
|
+
}
|
|
25649
|
+
function _toPropertyKey(t2) {
|
|
25650
|
+
var i = _toPrimitive(t2, "string");
|
|
25651
|
+
return "symbol" == _typeof(i) ? i : i + "";
|
|
25652
|
+
}
|
|
25653
|
+
function _toPrimitive(t2, r) {
|
|
25654
|
+
if ("object" != _typeof(t2) || !t2) return t2;
|
|
25655
|
+
var e = t2[Symbol.toPrimitive];
|
|
25656
|
+
if (void 0 !== e) {
|
|
25657
|
+
var i = e.call(t2, r);
|
|
25658
|
+
if ("object" != _typeof(i)) return i;
|
|
25659
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
25593
25660
|
}
|
|
25594
|
-
return
|
|
25661
|
+
return ("string" === r ? String : Number)(t2);
|
|
25595
25662
|
}
|
|
25596
25663
|
function isPossiblePhoneNumber$1() {
|
|
25597
25664
|
var _normalizeArguments = normalizeArguments(arguments), text2 = _normalizeArguments.text, options = _normalizeArguments.options, metadata2 = _normalizeArguments.metadata;
|
|
@@ -25794,7 +25861,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
25794
25861
|
createVNode(unref(Button), {
|
|
25795
25862
|
variant: "solid",
|
|
25796
25863
|
class: "login-check-modal-footer__btn-confirm",
|
|
25797
|
-
disabled: !
|
|
25864
|
+
disabled: !__props.dataShareChecked,
|
|
25798
25865
|
onClick: handleConfirm
|
|
25799
25866
|
}, {
|
|
25800
25867
|
default: withCtx(() => [
|
|
@@ -25823,7 +25890,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
25823
25890
|
createElementVNode("span", null, toDisplayString$1(unref($t)("gitCodeLayout.LoginModal.tips.ifYouDoNotAgrWe")), 1)
|
|
25824
25891
|
]),
|
|
25825
25892
|
createVNode(unref(Checkbox), {
|
|
25826
|
-
"model-value":
|
|
25893
|
+
"model-value": __props.dataShareChecked,
|
|
25827
25894
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = (val) => emits("update:dataShareChecked", val)),
|
|
25828
25895
|
size: "sm",
|
|
25829
25896
|
class: "login-check-modal-data-share"
|
|
@@ -26073,7 +26140,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
26073
26140
|
]),
|
|
26074
26141
|
createElementVNode("div", _hoisted_11$1, [
|
|
26075
26142
|
createElementVNode("div", _hoisted_12$1, [
|
|
26076
|
-
!
|
|
26143
|
+
!__props.hideBack ? (openBlock(), createElementBlock("div", {
|
|
26077
26144
|
key: 0,
|
|
26078
26145
|
onClick: _cache[1] || (_cache[1] = ($event) => emits("back"))
|
|
26079
26146
|
}, [
|
|
@@ -26288,7 +26355,7 @@ const _SlidCaptchaManager = class _SlidCaptchaManager {
|
|
|
26288
26355
|
__publicField(_SlidCaptchaManager, "instance");
|
|
26289
26356
|
let SlidCaptchaManager = _SlidCaptchaManager;
|
|
26290
26357
|
const slidCaptchaManager = SlidCaptchaManager.getInstance();
|
|
26291
|
-
const SlidCaptcha = defineAsyncComponent(() => import("./index-
|
|
26358
|
+
const SlidCaptcha = defineAsyncComponent(() => import("./index-CJtyT6E6.js"));
|
|
26292
26359
|
const useSlidCaptcha = () => {
|
|
26293
26360
|
const { mount, unMount, isMounted } = usePopup("slid-captcha-popup");
|
|
26294
26361
|
const open = (config) => {
|
|
@@ -26318,7 +26385,7 @@ const useSlidCaptcha = () => {
|
|
|
26318
26385
|
close
|
|
26319
26386
|
};
|
|
26320
26387
|
};
|
|
26321
|
-
const YunpianCaptcha = defineAsyncComponent(() => import("./index-
|
|
26388
|
+
const YunpianCaptcha = defineAsyncComponent(() => import("./index-kJRjXajA.js"));
|
|
26322
26389
|
const useYunpianCaptcha = () => {
|
|
26323
26390
|
const { mount, unMount } = usePopup("yunpian-captcha-popup");
|
|
26324
26391
|
const open = (config) => {
|
|
@@ -26712,7 +26779,7 @@ const useYiDunCaptcha = () => {
|
|
|
26712
26779
|
const _sfc_main$3 = {};
|
|
26713
26780
|
const _hoisted_1$2 = { class: "content-loading" };
|
|
26714
26781
|
function _sfc_render(_ctx, _cache) {
|
|
26715
|
-
return openBlock(), createElementBlock("div", _hoisted_1$2, _cache[0] || (_cache[0] = [
|
|
26782
|
+
return openBlock(), createElementBlock("div", _hoisted_1$2, [..._cache[0] || (_cache[0] = [
|
|
26716
26783
|
createElementVNode("div", { class: "content-loading-title" }, [
|
|
26717
26784
|
createElementVNode("div", { class: "content-loading__row" }, [
|
|
26718
26785
|
createElementVNode("img", {
|
|
@@ -26723,7 +26790,7 @@ function _sfc_render(_ctx, _cache) {
|
|
|
26723
26790
|
]),
|
|
26724
26791
|
createElementVNode("span", null, "loading...")
|
|
26725
26792
|
], -1)
|
|
26726
|
-
]));
|
|
26793
|
+
])]);
|
|
26727
26794
|
}
|
|
26728
26795
|
const ContentLoading = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render], ["__scopeId", "data-v-vue-layout-gitcode"]]);
|
|
26729
26796
|
const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
@@ -26739,15 +26806,15 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
26739
26806
|
setup(__props) {
|
|
26740
26807
|
return (_ctx, _cache) => {
|
|
26741
26808
|
return openBlock(), createElementBlock("div", {
|
|
26742
|
-
class: normalizeClass(["g-data-panel i-data-panel", { "g-card":
|
|
26809
|
+
class: normalizeClass(["g-data-panel i-data-panel", { "g-card": __props.card, "g-border": __props.border }])
|
|
26743
26810
|
}, [
|
|
26744
26811
|
renderSlot(_ctx.$slots, "header", {}, void 0, true),
|
|
26745
|
-
|
|
26746
|
-
|
|
26812
|
+
__props.loading ? renderSlot(_ctx.$slots, "loading", { key: 0 }, () => [
|
|
26813
|
+
__props.skeleton ? (openBlock(), createBlock(unref(Skeleton), {
|
|
26747
26814
|
key: 0,
|
|
26748
26815
|
class: "data-panel__skeleton",
|
|
26749
|
-
rows:
|
|
26750
|
-
}, null, 8, ["rows"])) :
|
|
26816
|
+
rows: __props.skeletonRow
|
|
26817
|
+
}, null, 8, ["rows"])) : __props.animation ? (openBlock(), createBlock(ContentLoading, {
|
|
26751
26818
|
key: 1,
|
|
26752
26819
|
name: "loading",
|
|
26753
26820
|
class: "data-panel__content-loading"
|
|
@@ -28494,11 +28561,11 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
28494
28561
|
modelValue: unref(vModels),
|
|
28495
28562
|
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => isRef(vModels) ? vModels.value = $event : null),
|
|
28496
28563
|
"show-close": false,
|
|
28497
|
-
"lock-scroll":
|
|
28498
|
-
draggable:
|
|
28499
|
-
escapable:
|
|
28564
|
+
"lock-scroll": __props.lockScroll,
|
|
28565
|
+
draggable: __props.draggable,
|
|
28566
|
+
escapable: __props.escapable,
|
|
28500
28567
|
"before-close": handleClose,
|
|
28501
|
-
"append-to-body":
|
|
28568
|
+
"append-to-body": __props.appendToBody,
|
|
28502
28569
|
class: normalizeClass([
|
|
28503
28570
|
"login-modal",
|
|
28504
28571
|
formType.value === "login" ? "login-modal-l" : "login-modal-r",
|
|
@@ -28518,7 +28585,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
28518
28585
|
class: "login-modal-title"
|
|
28519
28586
|
}, null, 8, ["icon", "title", "show-title", "show-back"]),
|
|
28520
28587
|
createElementVNode("div", _hoisted_2, [
|
|
28521
|
-
|
|
28588
|
+
__props.showClose && !showProtoCheck.value ? (openBlock(), createBlock(GIcon, {
|
|
28522
28589
|
key: 0,
|
|
28523
28590
|
onClick: onClickModalClose,
|
|
28524
28591
|
name: "gt-close",
|
|
@@ -28843,7 +28910,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
28843
28910
|
])
|
|
28844
28911
|
], 2),
|
|
28845
28912
|
createElementVNode("div", _hoisted_61, [
|
|
28846
|
-
|
|
28913
|
+
__props.openHarmonyGuide ? (openBlock(), createElementBlock("div", {
|
|
28847
28914
|
key: 0,
|
|
28848
28915
|
class: "login-modal-harmony-entry",
|
|
28849
28916
|
onClick: withModifiers(handleRegisterHarmony, ["stop"])
|