vue-layout-gitcode 1.12.12 → 1.12.14
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-X6I2pMlN.js → GloabarSearch-WUU-6ytG.js} +4 -4
- package/{MenuItem-DJk0KWSP.js → MenuItem-_Zwq5jpi.js} +2 -2
- package/{ProjectMenuList-DHFpbQXp.js → ProjectMenuList-BwGX02gW.js} +11 -11
- package/{ProjectMenuListV2-qW0kW8BB.js → ProjectMenuListV2-CtxnK6rz.js} +4 -4
- package/{ProjectSearch-Cz9Vle9G.js → ProjectSearch-DCAtcvSv.js} +2 -2
- package/{SearchHistoryList-BQk5tIO1.js → SearchHistoryList-SfXAAJII.js} +6 -6
- package/{SearchPrefixTag-DcF4bH2q.js → SearchPrefixTag-B6JvWVGf.js} +4 -4
- package/{SearchRecommed-hd2z7Ldd.js → SearchRecommed-i9tN03O7.js} +3 -3
- package/{SearchScopeList-zrU2IOei.js → SearchScopeList-B0XWemWi.js} +4 -4
- package/{UserSearch-CfX4NkpN.js → UserSearch-WceE6qE_.js} +2 -2
- package/{index-DH88X6vt.js → index--_nHlr5T.js} +42 -42
- package/{index-DfZHyOG4.js → index-BlCnbgAU.js} +1030 -949
- package/{index-t3ttyMJR.js → index-C8jg8ELo.js} +2 -2
- package/{index-C5ZeT-nA.js → index-CWOH-qdm.js} +4 -4
- package/index.d.ts +584 -750
- package/index.js +10 -10
- package/{notice-DI46R8Sc.js → notice-DxJbtsv_.js} +9 -9
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-B13gf3iY.js → transWebUrl-ByXTM-K3.js} +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
2
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
3
|
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
4
|
-
import { defineComponent, computed,
|
|
4
|
+
import { defineComponent, computed, openBlock, createBlock, unref, normalizeProps, mergeProps, createElementBlock, normalizeClass, renderSlot, normalizeStyle, createElementVNode, reactive, readonly, inject, effectScope, watch, isRef, getCurrentInstance, ref, shallowRef, h, Fragment, onBeforeMount, onMounted, onUnmounted, createVNode, Text, provide, createCommentVNode, withCtx, toDisplayString as toDisplayString$1, renderList, createTextVNode, Transition, withModifiers, resolveComponent, watchEffect, guardReactiveProps, resolveDirective, withDirectives, onBeforeUnmount, markRaw, resolveDynamicComponent, nextTick, defineAsyncComponent, vShow, withKeys, useCssVars, createSlots, render, toRaw, useModel as useModel$1, mergeModels, watchPostEffect, useSlots } from "vue";
|
|
5
5
|
import { Button } from "vue-devui-lal/button";
|
|
6
6
|
import { Popover } from "vue-devui-lal/popover";
|
|
7
7
|
import { Tooltip } from "vue-devui-lal/tooltip";
|
|
@@ -76,29 +76,29 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
76
76
|
return /px$/i.test(props.size) ? props.size : `${props.size}px`;
|
|
77
77
|
});
|
|
78
78
|
return (_ctx, _cache) => {
|
|
79
|
-
return !
|
|
79
|
+
return !__props.name.includes("gt-") ? (openBlock(), createBlock(unref(Icon), normalizeProps(mergeProps({ key: 0 }, props)), null, 16)) : __props.operable ? (openBlock(), createElementBlock("span", {
|
|
80
80
|
key: 1,
|
|
81
|
-
class: normalizeClass(["custom-icon-container", { disabled:
|
|
81
|
+
class: normalizeClass(["custom-icon-container", { disabled: __props.disabled }])
|
|
82
82
|
}, [
|
|
83
83
|
renderSlot(_ctx.$slots, "prefix", {}, void 0, true),
|
|
84
84
|
(openBlock(), createElementBlock("svg", {
|
|
85
|
-
class: normalizeClass(["icon gt-icon",
|
|
85
|
+
class: normalizeClass(["icon gt-icon", __props.iconClass]),
|
|
86
86
|
"aria-hidden": "true",
|
|
87
|
-
style: normalizeStyle({ color:
|
|
87
|
+
style: normalizeStyle({ color: __props.color, fontSize: fontSize.value, transform: `rotate(${__props.rotate})` })
|
|
88
88
|
}, [
|
|
89
89
|
createElementVNode("use", {
|
|
90
|
-
"xlink:href": `#${
|
|
90
|
+
"xlink:href": `#${__props.name}`
|
|
91
91
|
}, null, 8, _hoisted_1$B)
|
|
92
92
|
], 6)),
|
|
93
93
|
renderSlot(_ctx.$slots, "suffix", {}, void 0, true)
|
|
94
94
|
], 2)) : (openBlock(), createElementBlock("svg", {
|
|
95
95
|
key: 2,
|
|
96
|
-
class: normalizeClass(["icon gt-icon",
|
|
96
|
+
class: normalizeClass(["icon gt-icon", __props.iconClass]),
|
|
97
97
|
"aria-hidden": "true",
|
|
98
|
-
style: normalizeStyle(
|
|
98
|
+
style: normalizeStyle(__props.iconClass ? {} : { color: __props.color, fontSize: fontSize.value, transform: `rotate(${__props.rotate})` })
|
|
99
99
|
}, [
|
|
100
100
|
createElementVNode("use", {
|
|
101
|
-
"xlink:href": `#${
|
|
101
|
+
"xlink:href": `#${__props.name}`
|
|
102
102
|
}, null, 8, _hoisted_2$q)
|
|
103
103
|
], 6));
|
|
104
104
|
};
|
|
@@ -578,7 +578,7 @@ const LOGO_MAP = {
|
|
|
578
578
|
aiLogoDark: "https://cdn-static.gitcode.com/static/images/gitcode-ai-logo-dark_atomgit.png"
|
|
579
579
|
}
|
|
580
580
|
};
|
|
581
|
-
/*! @license DOMPurify 3.3.
|
|
581
|
+
/*! @license DOMPurify 3.3.3 | (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.3/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.3";
|
|
813
813
|
DOMPurify.removed = [];
|
|
814
814
|
if (!window2 || !window2.document || window2.document.nodeType !== NODE_TYPE.document || !window2.Element) {
|
|
815
815
|
DOMPurify.isSupported = false;
|
|
@@ -1010,7 +1010,7 @@ function createDOMPurify() {
|
|
|
1010
1010
|
}
|
|
1011
1011
|
if (USE_PROFILES) {
|
|
1012
1012
|
ALLOWED_TAGS = addToSet({}, text);
|
|
1013
|
-
ALLOWED_ATTR =
|
|
1013
|
+
ALLOWED_ATTR = create$1(null);
|
|
1014
1014
|
if (USE_PROFILES.html === true) {
|
|
1015
1015
|
addToSet(ALLOWED_TAGS, html$1);
|
|
1016
1016
|
addToSet(ALLOWED_ATTR, html);
|
|
@@ -1031,6 +1031,12 @@ function createDOMPurify() {
|
|
|
1031
1031
|
addToSet(ALLOWED_ATTR, xml);
|
|
1032
1032
|
}
|
|
1033
1033
|
}
|
|
1034
|
+
if (!objectHasOwnProperty(cfg, "ADD_TAGS")) {
|
|
1035
|
+
EXTRA_ELEMENT_HANDLING.tagCheck = null;
|
|
1036
|
+
}
|
|
1037
|
+
if (!objectHasOwnProperty(cfg, "ADD_ATTR")) {
|
|
1038
|
+
EXTRA_ELEMENT_HANDLING.attributeCheck = null;
|
|
1039
|
+
}
|
|
1034
1040
|
if (cfg.ADD_TAGS) {
|
|
1035
1041
|
if (typeof cfg.ADD_TAGS === "function") {
|
|
1036
1042
|
EXTRA_ELEMENT_HANDLING.tagCheck = cfg.ADD_TAGS;
|
|
@@ -1060,6 +1066,12 @@ function createDOMPurify() {
|
|
|
1060
1066
|
}
|
|
1061
1067
|
addToSet(FORBID_CONTENTS, cfg.FORBID_CONTENTS, transformCaseFunc);
|
|
1062
1068
|
}
|
|
1069
|
+
if (cfg.ADD_FORBID_CONTENTS) {
|
|
1070
|
+
if (FORBID_CONTENTS === DEFAULT_FORBID_CONTENTS) {
|
|
1071
|
+
FORBID_CONTENTS = clone(FORBID_CONTENTS);
|
|
1072
|
+
}
|
|
1073
|
+
addToSet(FORBID_CONTENTS, cfg.ADD_FORBID_CONTENTS, transformCaseFunc);
|
|
1074
|
+
}
|
|
1063
1075
|
if (KEEP_CONTENT) {
|
|
1064
1076
|
ALLOWED_TAGS["#text"] = true;
|
|
1065
1077
|
}
|
|
@@ -1303,6 +1315,9 @@ function createDOMPurify() {
|
|
|
1303
1315
|
return false;
|
|
1304
1316
|
};
|
|
1305
1317
|
const _isValidAttribute = function _isValidAttribute2(lcTag, lcName, value) {
|
|
1318
|
+
if (FORBID_ATTR[lcName]) {
|
|
1319
|
+
return false;
|
|
1320
|
+
}
|
|
1306
1321
|
if (SANITIZE_DOM && (lcName === "id" || lcName === "name") && (value in document2 || value in formElement)) {
|
|
1307
1322
|
return false;
|
|
1308
1323
|
}
|
|
@@ -1369,7 +1384,7 @@ function createDOMPurify() {
|
|
|
1369
1384
|
_removeAttribute(name, currentNode);
|
|
1370
1385
|
value = SANITIZE_NAMED_PROPS_PREFIX + value;
|
|
1371
1386
|
}
|
|
1372
|
-
if (SAFE_FOR_XML && regExpTest(/((--!?|])>)|<\/(style|title|textarea)/i, value)) {
|
|
1387
|
+
if (SAFE_FOR_XML && regExpTest(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i, value)) {
|
|
1373
1388
|
_removeAttribute(name, currentNode);
|
|
1374
1389
|
continue;
|
|
1375
1390
|
}
|
|
@@ -1701,10 +1716,25 @@ function init(converter, defaultAttributes) {
|
|
|
1701
1716
|
}
|
|
1702
1717
|
var api = init(defaultConverter, { path: "/" });
|
|
1703
1718
|
/*!
|
|
1704
|
-
* shared v9.14.
|
|
1719
|
+
* shared v9.14.5
|
|
1705
1720
|
* (c) 2025 kazuya kawaguchi
|
|
1706
1721
|
* Released under the MIT License.
|
|
1707
1722
|
*/
|
|
1723
|
+
function warn(msg, err) {
|
|
1724
|
+
if (typeof console !== "undefined") {
|
|
1725
|
+
console.warn(`[intlify] ` + msg);
|
|
1726
|
+
if (err) {
|
|
1727
|
+
console.warn(err.stack);
|
|
1728
|
+
}
|
|
1729
|
+
}
|
|
1730
|
+
}
|
|
1731
|
+
const hasWarned = {};
|
|
1732
|
+
function warnOnce(msg) {
|
|
1733
|
+
if (!hasWarned[msg]) {
|
|
1734
|
+
hasWarned[msg] = true;
|
|
1735
|
+
warn(msg);
|
|
1736
|
+
}
|
|
1737
|
+
}
|
|
1708
1738
|
const inBrowser = typeof window !== "undefined";
|
|
1709
1739
|
let mark;
|
|
1710
1740
|
let measure;
|
|
@@ -1749,7 +1779,31 @@ const getGlobalThis = () => {
|
|
|
1749
1779
|
return _globalThis || (_globalThis = typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : create());
|
|
1750
1780
|
};
|
|
1751
1781
|
function escapeHtml(rawText) {
|
|
1752
|
-
return rawText.replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'");
|
|
1782
|
+
return rawText.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'").replace(/\//g, "/").replace(/=/g, "=");
|
|
1783
|
+
}
|
|
1784
|
+
function escapeAttributeValue(value) {
|
|
1785
|
+
return value.replace(/&(?![a-zA-Z0-9#]{2,6};)/g, "&").replace(/"/g, """).replace(/'/g, "'").replace(/</g, "<").replace(/>/g, ">");
|
|
1786
|
+
}
|
|
1787
|
+
function sanitizeTranslatedHtml(html2) {
|
|
1788
|
+
html2 = html2.replace(/(\w+)\s*=\s*"([^"]*)"/g, (_, attrName, attrValue) => `${attrName}="${escapeAttributeValue(attrValue)}"`);
|
|
1789
|
+
html2 = html2.replace(/(\w+)\s*=\s*'([^']*)'/g, (_, attrName, attrValue) => `${attrName}='${escapeAttributeValue(attrValue)}'`);
|
|
1790
|
+
const eventHandlerPattern = /\s*on\w+\s*=\s*["']?[^"'>]+["']?/gi;
|
|
1791
|
+
if (eventHandlerPattern.test(html2)) {
|
|
1792
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1793
|
+
warn("Potentially dangerous event handlers detected in translation. Consider removing onclick, onerror, etc. from your translation messages.");
|
|
1794
|
+
}
|
|
1795
|
+
html2 = html2.replace(/(\s+)(on)(\w+\s*=)/gi, "$1on$3");
|
|
1796
|
+
}
|
|
1797
|
+
const javascriptUrlPattern = [
|
|
1798
|
+
// In href, src, action, formaction attributes
|
|
1799
|
+
/(\s+(?:href|src|action|formaction)\s*=\s*["']?)\s*javascript:/gi,
|
|
1800
|
+
// In style attributes within url()
|
|
1801
|
+
/(style\s*=\s*["'][^"']*url\s*\(\s*)javascript:/gi
|
|
1802
|
+
];
|
|
1803
|
+
javascriptUrlPattern.forEach((pattern) => {
|
|
1804
|
+
html2 = html2.replace(pattern, "$1javascript:");
|
|
1805
|
+
});
|
|
1806
|
+
return html2;
|
|
1753
1807
|
}
|
|
1754
1808
|
const hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
1755
1809
|
function hasOwn(obj, key) {
|
|
@@ -1812,21 +1866,6 @@ function incrementer(code2) {
|
|
|
1812
1866
|
let current = code2;
|
|
1813
1867
|
return () => ++current;
|
|
1814
1868
|
}
|
|
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
1869
|
function createEmitter() {
|
|
1831
1870
|
const events = /* @__PURE__ */ new Map();
|
|
1832
1871
|
const emitter2 = {
|
|
@@ -1875,7 +1914,7 @@ function deepCopy(src, des) {
|
|
|
1875
1914
|
}
|
|
1876
1915
|
}
|
|
1877
1916
|
/*!
|
|
1878
|
-
* message-compiler v9.14.
|
|
1917
|
+
* message-compiler v9.14.5
|
|
1879
1918
|
* (c) 2025 kazuya kawaguchi
|
|
1880
1919
|
* Released under the MIT License.
|
|
1881
1920
|
*/
|
|
@@ -3425,7 +3464,7 @@ function baseCompile$1(source, options = {}) {
|
|
|
3425
3464
|
}
|
|
3426
3465
|
}
|
|
3427
3466
|
/*!
|
|
3428
|
-
* core-base v9.14.
|
|
3467
|
+
* core-base v9.14.5
|
|
3429
3468
|
* (c) 2025 kazuya kawaguchi
|
|
3430
3469
|
* Released under the MIT License.
|
|
3431
3470
|
*/
|
|
@@ -3440,6 +3479,76 @@ function initFeatureFlags$1() {
|
|
|
3440
3479
|
getGlobalThis().__INTLIFY_DROP_MESSAGE_COMPILER__ = false;
|
|
3441
3480
|
}
|
|
3442
3481
|
}
|
|
3482
|
+
function isMessageAST(val) {
|
|
3483
|
+
return isObject$2(val) && resolveType(val) === 0 && (hasOwn(val, "b") || hasOwn(val, "body"));
|
|
3484
|
+
}
|
|
3485
|
+
const PROPS_BODY = ["b", "body"];
|
|
3486
|
+
function resolveBody(node) {
|
|
3487
|
+
return resolveProps(node, PROPS_BODY);
|
|
3488
|
+
}
|
|
3489
|
+
const PROPS_CASES = ["c", "cases"];
|
|
3490
|
+
function resolveCases(node) {
|
|
3491
|
+
return resolveProps(node, PROPS_CASES, []);
|
|
3492
|
+
}
|
|
3493
|
+
const PROPS_STATIC = ["s", "static"];
|
|
3494
|
+
function resolveStatic(node) {
|
|
3495
|
+
return resolveProps(node, PROPS_STATIC);
|
|
3496
|
+
}
|
|
3497
|
+
const PROPS_ITEMS = ["i", "items"];
|
|
3498
|
+
function resolveItems(node) {
|
|
3499
|
+
return resolveProps(node, PROPS_ITEMS, []);
|
|
3500
|
+
}
|
|
3501
|
+
const PROPS_TYPE = ["t", "type"];
|
|
3502
|
+
function resolveType(node) {
|
|
3503
|
+
return resolveProps(node, PROPS_TYPE);
|
|
3504
|
+
}
|
|
3505
|
+
const PROPS_VALUE = ["v", "value"];
|
|
3506
|
+
function resolveValue$1(node, type) {
|
|
3507
|
+
const resolved = resolveProps(node, PROPS_VALUE);
|
|
3508
|
+
if (resolved != null) {
|
|
3509
|
+
return resolved;
|
|
3510
|
+
} else {
|
|
3511
|
+
throw createUnhandleNodeError(type);
|
|
3512
|
+
}
|
|
3513
|
+
}
|
|
3514
|
+
const PROPS_MODIFIER = ["m", "modifier"];
|
|
3515
|
+
function resolveLinkedModifier(node) {
|
|
3516
|
+
return resolveProps(node, PROPS_MODIFIER);
|
|
3517
|
+
}
|
|
3518
|
+
const PROPS_KEY = ["k", "key"];
|
|
3519
|
+
function resolveLinkedKey(node) {
|
|
3520
|
+
const resolved = resolveProps(node, PROPS_KEY);
|
|
3521
|
+
if (resolved) {
|
|
3522
|
+
return resolved;
|
|
3523
|
+
} else {
|
|
3524
|
+
throw createUnhandleNodeError(
|
|
3525
|
+
6
|
|
3526
|
+
/* NodeTypes.Linked */
|
|
3527
|
+
);
|
|
3528
|
+
}
|
|
3529
|
+
}
|
|
3530
|
+
function resolveProps(node, props, defaultValue) {
|
|
3531
|
+
for (let i = 0; i < props.length; i++) {
|
|
3532
|
+
const prop = props[i];
|
|
3533
|
+
if (hasOwn(node, prop) && node[prop] != null) {
|
|
3534
|
+
return node[prop];
|
|
3535
|
+
}
|
|
3536
|
+
}
|
|
3537
|
+
return defaultValue;
|
|
3538
|
+
}
|
|
3539
|
+
const AST_NODE_PROPS_KEYS = [
|
|
3540
|
+
...PROPS_BODY,
|
|
3541
|
+
...PROPS_CASES,
|
|
3542
|
+
...PROPS_STATIC,
|
|
3543
|
+
...PROPS_ITEMS,
|
|
3544
|
+
...PROPS_KEY,
|
|
3545
|
+
...PROPS_MODIFIER,
|
|
3546
|
+
...PROPS_VALUE,
|
|
3547
|
+
...PROPS_TYPE
|
|
3548
|
+
];
|
|
3549
|
+
function createUnhandleNodeError(type) {
|
|
3550
|
+
return new Error(`unhandled node type: ${type}`);
|
|
3551
|
+
}
|
|
3443
3552
|
const pathStateMachine = [];
|
|
3444
3553
|
pathStateMachine[
|
|
3445
3554
|
0
|
|
@@ -3846,7 +3955,7 @@ const cache = /* @__PURE__ */ new Map();
|
|
|
3846
3955
|
function resolveWithKeyValue(obj, path) {
|
|
3847
3956
|
return isObject$2(obj) ? obj[path] : null;
|
|
3848
3957
|
}
|
|
3849
|
-
function resolveValue
|
|
3958
|
+
function resolveValue(obj, path) {
|
|
3850
3959
|
if (!isObject$2(obj)) {
|
|
3851
3960
|
return null;
|
|
3852
3961
|
}
|
|
@@ -3864,7 +3973,11 @@ function resolveValue$1(obj, path) {
|
|
|
3864
3973
|
let last = obj;
|
|
3865
3974
|
let i = 0;
|
|
3866
3975
|
while (i < len) {
|
|
3867
|
-
const
|
|
3976
|
+
const key = hit[i];
|
|
3977
|
+
if (AST_NODE_PROPS_KEYS.includes(key) && isMessageAST(last)) {
|
|
3978
|
+
return null;
|
|
3979
|
+
}
|
|
3980
|
+
const val = last[key];
|
|
3868
3981
|
if (val === void 0) {
|
|
3869
3982
|
return null;
|
|
3870
3983
|
}
|
|
@@ -4158,7 +4271,7 @@ function appendItemToChain(chain, target, blocks) {
|
|
|
4158
4271
|
}
|
|
4159
4272
|
return follow;
|
|
4160
4273
|
}
|
|
4161
|
-
const VERSION$1 = "9.14.
|
|
4274
|
+
const VERSION$1 = "9.14.5";
|
|
4162
4275
|
const NOT_REOSLVED = -1;
|
|
4163
4276
|
const DEFAULT_LOCALE = "en-US";
|
|
4164
4277
|
const MISSING_RESOLVE_VALUE = "";
|
|
@@ -4345,14 +4458,6 @@ function formatParts(ctx, ast) {
|
|
|
4345
4458
|
return formatMessageParts(ctx, body);
|
|
4346
4459
|
}
|
|
4347
4460
|
}
|
|
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
4461
|
function formatMessageParts(ctx, node) {
|
|
4357
4462
|
const static_ = resolveStatic(node);
|
|
4358
4463
|
if (static_ != null) {
|
|
@@ -4362,22 +4467,14 @@ function formatMessageParts(ctx, node) {
|
|
|
4362
4467
|
return ctx.normalize(messages);
|
|
4363
4468
|
}
|
|
4364
4469
|
}
|
|
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
4470
|
function formatMessagePart(ctx, node) {
|
|
4374
4471
|
const type = resolveType(node);
|
|
4375
4472
|
switch (type) {
|
|
4376
4473
|
case 3: {
|
|
4377
|
-
return resolveValue(node, type);
|
|
4474
|
+
return resolveValue$1(node, type);
|
|
4378
4475
|
}
|
|
4379
4476
|
case 9: {
|
|
4380
|
-
return resolveValue(node, type);
|
|
4477
|
+
return resolveValue$1(node, type);
|
|
4381
4478
|
}
|
|
4382
4479
|
case 4: {
|
|
4383
4480
|
const named = node;
|
|
@@ -4406,56 +4503,15 @@ function formatMessagePart(ctx, node) {
|
|
|
4406
4503
|
return ctx.linked(formatMessagePart(ctx, key), modifier ? formatMessagePart(ctx, modifier) : void 0, ctx.type);
|
|
4407
4504
|
}
|
|
4408
4505
|
case 7: {
|
|
4409
|
-
return resolveValue(node, type);
|
|
4506
|
+
return resolveValue$1(node, type);
|
|
4410
4507
|
}
|
|
4411
4508
|
case 8: {
|
|
4412
|
-
return resolveValue(node, type);
|
|
4509
|
+
return resolveValue$1(node, type);
|
|
4413
4510
|
}
|
|
4414
4511
|
default:
|
|
4415
4512
|
throw new Error(`unhandled node on format message part: ${type}`);
|
|
4416
4513
|
}
|
|
4417
4514
|
}
|
|
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
4515
|
const WARN_MESSAGE = `Detected HTML in '{source}' message. Recommend not using HTML messages to avoid XSS.`;
|
|
4460
4516
|
function checkHtmlMessage(source, warnHtmlMessage) {
|
|
4461
4517
|
if (warnHtmlMessage && detectHtmlTag(source)) {
|
|
@@ -4471,9 +4527,6 @@ reference: https://vue-i18n.intlify.dev/guide/essentials/syntax#rails-i18n-forma
|
|
|
4471
4527
|
(message compiler warning message: ${_warn.message})`);
|
|
4472
4528
|
}
|
|
4473
4529
|
}
|
|
4474
|
-
function isMessageAST(val) {
|
|
4475
|
-
return isObject$2(val) && resolveType(val) === 0 && (hasOwn(val, "b") || hasOwn(val, "body"));
|
|
4476
|
-
}
|
|
4477
4530
|
function baseCompile(message, options = {}) {
|
|
4478
4531
|
let detectError = false;
|
|
4479
4532
|
const onError = options.onError || defaultOnError;
|
|
@@ -4585,7 +4638,10 @@ function translate(context, ...args) {
|
|
|
4585
4638
|
const ctxOptions = getMessageContextOptions(context, targetLocale, message, options);
|
|
4586
4639
|
const msgContext = createMessageContext(ctxOptions);
|
|
4587
4640
|
const messaged = evaluateMessage(context, msg, msgContext);
|
|
4588
|
-
|
|
4641
|
+
let ret = postTranslation ? postTranslation(messaged, key) : messaged;
|
|
4642
|
+
if (escapeParameter && isString$1(ret)) {
|
|
4643
|
+
ret = sanitizeTranslatedHtml(ret);
|
|
4644
|
+
}
|
|
4589
4645
|
if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
|
|
4590
4646
|
const payloads = {
|
|
4591
4647
|
timestamp: Date.now(),
|
|
@@ -5302,11 +5358,11 @@ function setupDevtoolsPlugin(pluginDescriptor, setupFn) {
|
|
|
5302
5358
|
}
|
|
5303
5359
|
}
|
|
5304
5360
|
/*!
|
|
5305
|
-
* vue-i18n v9.14.
|
|
5361
|
+
* vue-i18n v9.14.5
|
|
5306
5362
|
* (c) 2025 kazuya kawaguchi
|
|
5307
5363
|
* Released under the MIT License.
|
|
5308
5364
|
*/
|
|
5309
|
-
const VERSION = "9.14.
|
|
5365
|
+
const VERSION = "9.14.5";
|
|
5310
5366
|
function initFeatureFlags() {
|
|
5311
5367
|
if (typeof __VUE_I18N_FULL_INSTALL__ !== "boolean") {
|
|
5312
5368
|
getGlobalThis().__VUE_I18N_FULL_INSTALL__ = true;
|
|
@@ -5439,6 +5495,9 @@ function handleFlatJson(obj) {
|
|
|
5439
5495
|
if (!isObject$2(obj)) {
|
|
5440
5496
|
return obj;
|
|
5441
5497
|
}
|
|
5498
|
+
if (isMessageAST(obj)) {
|
|
5499
|
+
return obj;
|
|
5500
|
+
}
|
|
5442
5501
|
for (const key in obj) {
|
|
5443
5502
|
if (!hasOwn(obj, key)) {
|
|
5444
5503
|
continue;
|
|
@@ -5469,11 +5528,20 @@ function handleFlatJson(obj) {
|
|
|
5469
5528
|
currentObj = currentObj[subKeys[i]];
|
|
5470
5529
|
}
|
|
5471
5530
|
if (!hasStringValue) {
|
|
5472
|
-
currentObj
|
|
5473
|
-
|
|
5531
|
+
if (!isMessageAST(currentObj)) {
|
|
5532
|
+
currentObj[subKeys[lastIndex]] = obj[key];
|
|
5533
|
+
delete obj[key];
|
|
5534
|
+
} else {
|
|
5535
|
+
if (!AST_NODE_PROPS_KEYS.includes(subKeys[lastIndex])) {
|
|
5536
|
+
delete obj[key];
|
|
5537
|
+
}
|
|
5538
|
+
}
|
|
5474
5539
|
}
|
|
5475
|
-
if (
|
|
5476
|
-
|
|
5540
|
+
if (!isMessageAST(currentObj)) {
|
|
5541
|
+
const target = currentObj[subKeys[lastIndex]];
|
|
5542
|
+
if (isObject$2(target)) {
|
|
5543
|
+
handleFlatJson(target);
|
|
5544
|
+
}
|
|
5477
5545
|
}
|
|
5478
5546
|
}
|
|
5479
5547
|
}
|
|
@@ -7664,7 +7732,7 @@ if (__INTLIFY_JIT_COMPILATION__) {
|
|
|
7664
7732
|
} else {
|
|
7665
7733
|
registerMessageCompiler(compileToFunction);
|
|
7666
7734
|
}
|
|
7667
|
-
registerMessageResolver(resolveValue
|
|
7735
|
+
registerMessageResolver(resolveValue);
|
|
7668
7736
|
registerLocaleFallbacker(fallbackWithLocaleChain);
|
|
7669
7737
|
if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
|
|
7670
7738
|
const target = getGlobalThis();
|
|
@@ -7773,7 +7841,8 @@ const gitCodeLayout$1 = {
|
|
|
7773
7841
|
autFai: "授权失败"
|
|
7774
7842
|
},
|
|
7775
7843
|
menu: {
|
|
7776
|
-
growthCenter: "成长中心"
|
|
7844
|
+
growthCenter: "成长中心",
|
|
7845
|
+
cannTask: "CANN 任务"
|
|
7777
7846
|
},
|
|
7778
7847
|
account: {
|
|
7779
7848
|
phone: "手机号",
|
|
@@ -8161,7 +8230,8 @@ const gitCodeLayout = {
|
|
|
8161
8230
|
autFai: "Authorization Failed"
|
|
8162
8231
|
},
|
|
8163
8232
|
menu: {
|
|
8164
|
-
growthCenter: "Growth Center"
|
|
8233
|
+
growthCenter: "Growth Center",
|
|
8234
|
+
cannTask: "CANN Tasks"
|
|
8165
8235
|
},
|
|
8166
8236
|
account: {
|
|
8167
8237
|
phone: "Phone Number",
|
|
@@ -9110,7 +9180,8 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9110
9180
|
request: { type: Function, default: proxyService },
|
|
9111
9181
|
globalStore: { default: () => ({}) },
|
|
9112
9182
|
isRepoPage: { type: Boolean, default: false },
|
|
9113
|
-
isWhiteListRepo: { type: Boolean, default: false }
|
|
9183
|
+
isWhiteListRepo: { type: Boolean, default: false },
|
|
9184
|
+
isCannWhiteList: { type: Boolean, default: false }
|
|
9114
9185
|
},
|
|
9115
9186
|
emits: ["toggle-growth-center"],
|
|
9116
9187
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
@@ -9378,7 +9449,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9378
9449
|
}, {
|
|
9379
9450
|
content: withCtx(() => [
|
|
9380
9451
|
createElementVNode("div", _hoisted_6$d, [
|
|
9381
|
-
createElementVNode("div", _hoisted_7$a, toDisplayString$1(unref(t2)("gitCodeLayout.userSetting.menu.growthCenter")), 1)
|
|
9452
|
+
createElementVNode("div", _hoisted_7$a, toDisplayString$1(__props.isCannWhiteList ? unref(t2)("gitCodeLayout.userSetting.menu.cannTask") : unref(t2)("gitCodeLayout.userSetting.menu.growthCenter")), 1)
|
|
9382
9453
|
])
|
|
9383
9454
|
]),
|
|
9384
9455
|
default: withCtx(() => [
|
|
@@ -9386,7 +9457,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9386
9457
|
id: "guide-step4",
|
|
9387
9458
|
class: "home-nav-link tools-questionnaire",
|
|
9388
9459
|
onClick: toggleGrowthCenter
|
|
9389
|
-
}, _cache[6] || (_cache[6] = [
|
|
9460
|
+
}, [..._cache[6] || (_cache[6] = [
|
|
9390
9461
|
createElementVNode("div", { class: "home-nav-item" }, [
|
|
9391
9462
|
createElementVNode("img", {
|
|
9392
9463
|
class: "common-icon inline-block h-[20px] w-[20px]",
|
|
@@ -9394,7 +9465,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9394
9465
|
alt: ""
|
|
9395
9466
|
})
|
|
9396
9467
|
], -1)
|
|
9397
|
-
]))
|
|
9468
|
+
])])
|
|
9398
9469
|
]),
|
|
9399
9470
|
_: 1
|
|
9400
9471
|
})) : createCommentVNode("", true),
|
|
@@ -9417,7 +9488,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9417
9488
|
id: "gitcode-desk-btn",
|
|
9418
9489
|
class: "home-nav-item kefu",
|
|
9419
9490
|
onClick: showDesk
|
|
9420
|
-
}, _cache[7] || (_cache[7] = [
|
|
9491
|
+
}, [..._cache[7] || (_cache[7] = [
|
|
9421
9492
|
createElementVNode("img", {
|
|
9422
9493
|
class: "inline-block h-[20px] w-[20px]",
|
|
9423
9494
|
src: "https://cdn-static.gitcode.com/static/images/desk/kefu.png",
|
|
@@ -9427,7 +9498,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9427
9498
|
createElementVNode("div", null, "客"),
|
|
9428
9499
|
createElementVNode("div", null, "服")
|
|
9429
9500
|
], -1)
|
|
9430
|
-
]))
|
|
9501
|
+
])])
|
|
9431
9502
|
])
|
|
9432
9503
|
]),
|
|
9433
9504
|
_: 1
|
|
@@ -9480,9 +9551,9 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9480
9551
|
key: item.index,
|
|
9481
9552
|
class: normalizeClass(["tab-item w-8 h-1 mr-1 cursor-pointer", opinionStep.value === item.index ? "bg-[var(--theme-home-step-active-bg)]" : "bg-[var(--theme-home-step-bg)]"]),
|
|
9482
9553
|
onClick: ($event) => swTab(item)
|
|
9483
|
-
}, _cache[11] || (_cache[11] = [
|
|
9554
|
+
}, [..._cache[11] || (_cache[11] = [
|
|
9484
9555
|
createElementVNode("span", { class: "cursor-pointer" }, null, -1)
|
|
9485
|
-
]), 10, _hoisted_18$2);
|
|
9556
|
+
])], 10, _hoisted_18$2);
|
|
9486
9557
|
}), 64))
|
|
9487
9558
|
]),
|
|
9488
9559
|
createElementVNode("div", null, [
|
|
@@ -9564,7 +9635,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9564
9635
|
trigger: "hover",
|
|
9565
9636
|
offset: { mainAxis: 22, crossAxis: 0 }
|
|
9566
9637
|
}, {
|
|
9567
|
-
default: withCtx(() => _cache[10] || (_cache[10] = [
|
|
9638
|
+
default: withCtx(() => [..._cache[10] || (_cache[10] = [
|
|
9568
9639
|
createElementVNode("div", { class: "home-nav-item" }, [
|
|
9569
9640
|
createElementVNode("img", {
|
|
9570
9641
|
class: "common-icon inline-block h-[20px] w-[20px]",
|
|
@@ -9577,7 +9648,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
9577
9648
|
alt: ""
|
|
9578
9649
|
})
|
|
9579
9650
|
], -1)
|
|
9580
|
-
])),
|
|
9651
|
+
])]),
|
|
9581
9652
|
_: 1
|
|
9582
9653
|
}, 8, ["content"])
|
|
9583
9654
|
])
|
|
@@ -9814,11 +9885,11 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
9814
9885
|
});
|
|
9815
9886
|
return (_ctx, _cache) => {
|
|
9816
9887
|
const _component_router_link = resolveComponent("router-link");
|
|
9817
|
-
return
|
|
9888
|
+
return __props.to && !__props.disabled ? (openBlock(), createBlock(_component_router_link, {
|
|
9818
9889
|
key: 0,
|
|
9819
|
-
class: normalizeClass(["g-link g-link-router-link", { hoverUnderline:
|
|
9820
|
-
to:
|
|
9821
|
-
target:
|
|
9890
|
+
class: normalizeClass(["g-link g-link-router-link", { hoverUnderline: __props.underline }]),
|
|
9891
|
+
to: __props.to,
|
|
9892
|
+
target: __props.target
|
|
9822
9893
|
}, {
|
|
9823
9894
|
default: withCtx(() => [
|
|
9824
9895
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
@@ -9826,10 +9897,10 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
9826
9897
|
_: 3
|
|
9827
9898
|
}, 8, ["class", "to", "target"])) : (openBlock(), createElementBlock("a", {
|
|
9828
9899
|
key: 1,
|
|
9829
|
-
class: normalizeClass(["g-link g-link-a", { hoverUnderline:
|
|
9830
|
-
href:
|
|
9831
|
-
target:
|
|
9832
|
-
disabled:
|
|
9900
|
+
class: normalizeClass(["g-link g-link-a", { hoverUnderline: __props.underline, noPointer: __props.noPointer }]),
|
|
9901
|
+
href: __props.disabled || !targetHref.value ? defaultHref.value : targetHref.value,
|
|
9902
|
+
target: __props.target,
|
|
9903
|
+
disabled: __props.disabled || __props.noPointer
|
|
9833
9904
|
}, [
|
|
9834
9905
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
9835
9906
|
], 10, _hoisted_1$z));
|
|
@@ -10433,12 +10504,12 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
10433
10504
|
key: 0,
|
|
10434
10505
|
"img-src": imgSrc.value,
|
|
10435
10506
|
name: placeholderName.value,
|
|
10436
|
-
width:
|
|
10437
|
-
height:
|
|
10438
|
-
"is-round":
|
|
10439
|
-
class: normalizeClass({ "devui-avatar-square": !
|
|
10507
|
+
width: __props.width,
|
|
10508
|
+
height: __props.height,
|
|
10509
|
+
"is-round": __props.is_round,
|
|
10510
|
+
class: normalizeClass({ "devui-avatar-square": !__props.is_round, "gavatar-custom": !imgSrc.value }),
|
|
10440
10511
|
onLoadError,
|
|
10441
|
-
style: normalizeStyle({ minWidth:
|
|
10512
|
+
style: normalizeStyle({ minWidth: __props.width + "px" })
|
|
10442
10513
|
}, null, 8, ["img-src", "name", "width", "height", "is-round", "class", "style"])) : createCommentVNode("", true);
|
|
10443
10514
|
};
|
|
10444
10515
|
}
|
|
@@ -10477,15 +10548,15 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
10477
10548
|
return openBlock(), createBlock(unref(Tooltip), {
|
|
10478
10549
|
class: "flash-tag-message",
|
|
10479
10550
|
position: ["top", "bottom"],
|
|
10480
|
-
content:
|
|
10551
|
+
content: __props.message,
|
|
10481
10552
|
"overlay-class": "flash-tag-tooltip",
|
|
10482
|
-
disabled: unref(isPhone)() ||
|
|
10553
|
+
disabled: unref(isPhone)() || __props.disabled
|
|
10483
10554
|
}, {
|
|
10484
10555
|
default: withCtx(() => [
|
|
10485
10556
|
createElementVNode("span", mergeProps({
|
|
10486
|
-
class: ["gc-flash-tag cursor-default", { "gc-trusted-tag":
|
|
10557
|
+
class: ["gc-flash-tag cursor-default", { "gc-trusted-tag": __props.trusted, "cursor-pointer": __props.clickEnabled, "cursor-default": !__props.clickEnabled, "gc-icon-tag": __props.icon }]
|
|
10487
10558
|
}, _ctx.$attrs, { onClick: handleClick }), [
|
|
10488
|
-
|
|
10559
|
+
__props.icon ? (openBlock(), createElementBlock("img", {
|
|
10489
10560
|
key: 0,
|
|
10490
10561
|
class: "w-[16px] h-[16px]",
|
|
10491
10562
|
src: iconUrl.value
|
|
@@ -10569,7 +10640,7 @@ function getAugmentedNamespace(n) {
|
|
|
10569
10640
|
return a;
|
|
10570
10641
|
}
|
|
10571
10642
|
var relativeTime$1 = { exports: {} };
|
|
10572
|
-
(function(module, exports) {
|
|
10643
|
+
(function(module, exports$1) {
|
|
10573
10644
|
!function(r, e) {
|
|
10574
10645
|
module.exports = e();
|
|
10575
10646
|
}(commonjsGlobal, function() {
|
|
@@ -11140,7 +11211,7 @@ var locale = {
|
|
|
11140
11211
|
};
|
|
11141
11212
|
dayjs.locale(locale, null, true);
|
|
11142
11213
|
var timezone = { exports: {} };
|
|
11143
|
-
(function(module, exports) {
|
|
11214
|
+
(function(module, exports$1) {
|
|
11144
11215
|
!function(t2, e) {
|
|
11145
11216
|
module.exports = e();
|
|
11146
11217
|
}(commonjsGlobal, function() {
|
|
@@ -11203,7 +11274,7 @@ var timezone = { exports: {} };
|
|
|
11203
11274
|
var timezoneExports = timezone.exports;
|
|
11204
11275
|
const tz = /* @__PURE__ */ getDefaultExportFromCjs(timezoneExports);
|
|
11205
11276
|
var utc$1 = { exports: {} };
|
|
11206
|
-
(function(module, exports) {
|
|
11277
|
+
(function(module, exports$1) {
|
|
11207
11278
|
!function(t2, i) {
|
|
11208
11279
|
module.exports = i();
|
|
11209
11280
|
}(commonjsGlobal, function() {
|
|
@@ -11219,16 +11290,16 @@ var utc$1 = { exports: {} };
|
|
|
11219
11290
|
}, u.local = function() {
|
|
11220
11291
|
return n(this.toDate(), { locale: this.$L, utc: false });
|
|
11221
11292
|
};
|
|
11222
|
-
var
|
|
11293
|
+
var r = u.parse;
|
|
11223
11294
|
u.parse = function(t3) {
|
|
11224
|
-
t3.utc && (this.$u = true), this.$utils().u(t3.$offset) || (this.$offset = t3.$offset),
|
|
11295
|
+
t3.utc && (this.$u = true), this.$utils().u(t3.$offset) || (this.$offset = t3.$offset), r.call(this, t3);
|
|
11225
11296
|
};
|
|
11226
|
-
var
|
|
11297
|
+
var o = u.init;
|
|
11227
11298
|
u.init = function() {
|
|
11228
11299
|
if (this.$u) {
|
|
11229
11300
|
var t3 = this.$d;
|
|
11230
11301
|
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();
|
|
11231
|
-
} else
|
|
11302
|
+
} else o.call(this);
|
|
11232
11303
|
};
|
|
11233
11304
|
var a = u.utcOffset;
|
|
11234
11305
|
u.utcOffset = function(s2, f2) {
|
|
@@ -11241,13 +11312,12 @@ var utc$1 = { exports: {} };
|
|
|
11241
11312
|
var f3 = ("" + s3[0]).match(e) || ["-", 0, 0], n3 = f3[0], u3 = 60 * +f3[1] + +f3[2];
|
|
11242
11313
|
return 0 === u3 ? 0 : "+" === n3 ? u3 : -u3;
|
|
11243
11314
|
}(s2), null === s2)) return this;
|
|
11244
|
-
var u2 = Math.abs(s2) <= 16 ? 60 * s2 : s2
|
|
11245
|
-
if (
|
|
11246
|
-
|
|
11247
|
-
|
|
11248
|
-
|
|
11249
|
-
|
|
11250
|
-
return o2;
|
|
11315
|
+
var u2 = Math.abs(s2) <= 16 ? 60 * s2 : s2;
|
|
11316
|
+
if (0 === u2) return this.utc(f2);
|
|
11317
|
+
var r2 = this.clone();
|
|
11318
|
+
if (f2) return r2.$offset = u2, r2.$u = false, r2;
|
|
11319
|
+
var o2 = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
|
|
11320
|
+
return (r2 = this.local().add(u2 + o2, t2)).$offset = u2, r2.$x.$localOffset = o2, r2;
|
|
11251
11321
|
};
|
|
11252
11322
|
var h2 = u.format;
|
|
11253
11323
|
u.format = function(t3) {
|
|
@@ -11483,7 +11553,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11483
11553
|
});
|
|
11484
11554
|
return (_ctx, _cache) => {
|
|
11485
11555
|
var _a, _b;
|
|
11486
|
-
return
|
|
11556
|
+
return __props.scene === unref(SceneValue).org && !__props.errorCode ? (openBlock(), createElementBlock("div", _hoisted_1$x, [
|
|
11487
11557
|
createVNode(GLink, {
|
|
11488
11558
|
onClick: _cache[0] || (_cache[0] = (event) => {
|
|
11489
11559
|
event == null ? void 0 : event.preventDefault();
|
|
@@ -11510,21 +11580,21 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11510
11580
|
createVNode(unref(Button), {
|
|
11511
11581
|
onClick: _cache[1] || (_cache[1] = ($event) => {
|
|
11512
11582
|
var _a2;
|
|
11513
|
-
return handleOrgFollow((_a2 =
|
|
11583
|
+
return handleOrgFollow((_a2 = __props.orgProps) == null ? void 0 : _a2.isOrgFollow);
|
|
11514
11584
|
}),
|
|
11515
11585
|
class: "org-layout-toolbar-follow"
|
|
11516
11586
|
}, {
|
|
11517
11587
|
default: withCtx(() => {
|
|
11518
11588
|
var _a2;
|
|
11519
11589
|
return [
|
|
11520
|
-
createElementVNode("span", _hoisted_3$n, toDisplayString$1(((_a2 =
|
|
11590
|
+
createElementVNode("span", _hoisted_3$n, toDisplayString$1(((_a2 = __props.orgProps) == null ? void 0 : _a2.isOrgFollow) ? unref(t2)("gitCodeLayout.home.alreadyFollowed") : unref(t2)("gitCodeLayout.home.focusOn")), 1)
|
|
11521
11591
|
];
|
|
11522
11592
|
}),
|
|
11523
11593
|
_: 1
|
|
11524
11594
|
})
|
|
11525
|
-
])) :
|
|
11595
|
+
])) : __props.scene === unref(SceneValue).repo && !__props.errorCode ? (openBlock(), createBlock(unref(Skeleton), {
|
|
11526
11596
|
key: 1,
|
|
11527
|
-
loading: (_a =
|
|
11597
|
+
loading: (_a = __props.repoProps) == null ? void 0 : _a.repoNameLoading,
|
|
11528
11598
|
rows: 1
|
|
11529
11599
|
}, {
|
|
11530
11600
|
placeholder: withCtx(() => [
|
|
@@ -11547,7 +11617,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11547
11617
|
default: withCtx(() => {
|
|
11548
11618
|
var _a3, _b3, _c2, _d2;
|
|
11549
11619
|
return [
|
|
11550
|
-
!((_a3 =
|
|
11620
|
+
!((_a3 = __props.repoProps) == null ? void 0 : _a3.isGhMirrors) ? (openBlock(), createBlock(_sfc_main$F, {
|
|
11551
11621
|
key: 0,
|
|
11552
11622
|
class: normalizeClass({ "g-border": isOrg.value }),
|
|
11553
11623
|
src: (_c2 = (_b3 = unref(repoInfo)) == null ? void 0 : _b3.namespace) == null ? void 0 : _c2.avatar_url,
|
|
@@ -11563,7 +11633,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11563
11633
|
_: 1
|
|
11564
11634
|
}, 8, ["href"]),
|
|
11565
11635
|
createElementVNode("div", _hoisted_8$8, [
|
|
11566
|
-
!((_b2 =
|
|
11636
|
+
!((_b2 = __props.repoProps) == null ? void 0 : _b2.isGhMirrors) ? (openBlock(), createElementBlock("div", {
|
|
11567
11637
|
key: 0,
|
|
11568
11638
|
ref_key: "breadcrumbRef",
|
|
11569
11639
|
ref: breadcrumbRef,
|
|
@@ -11598,7 +11668,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11598
11668
|
key: 1,
|
|
11599
11669
|
ref_key: "breadcrumbNextRef",
|
|
11600
11670
|
ref: breadcrumbNextRef,
|
|
11601
|
-
class: normalizeClass(["g-repo-layout-breadcrumb-next max-md:w-full flex items-end gap-[8px]", [((_c =
|
|
11671
|
+
class: normalizeClass(["g-repo-layout-breadcrumb-next max-md:w-full flex items-end gap-[8px]", [((_c = __props.repoProps) == null ? void 0 : _c.isGhMirrors) ? "max-w-full" : "max-w-[60%]"]])
|
|
11602
11672
|
}, [
|
|
11603
11673
|
createVNode(GLink, {
|
|
11604
11674
|
class: "linkTx",
|
|
@@ -11621,9 +11691,9 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11621
11691
|
type: "gstar",
|
|
11622
11692
|
message: `G-Star ${unref(t2)("gitCodeLayout.GStar.project.graduation")}`
|
|
11623
11693
|
}, {
|
|
11624
|
-
default: withCtx(() => _cache[3] || (_cache[3] = [
|
|
11625
|
-
createTextVNode("G-Star ")
|
|
11626
|
-
])),
|
|
11694
|
+
default: withCtx(() => [..._cache[3] || (_cache[3] = [
|
|
11695
|
+
createTextVNode("G-Star ", -1)
|
|
11696
|
+
])]),
|
|
11627
11697
|
_: 1
|
|
11628
11698
|
}, 8, ["message"])
|
|
11629
11699
|
])) : unref(isIncubationRepo)(unref(repoInfo).topic_names) ? (openBlock(), createElementBlock("div", _hoisted_13$1, [
|
|
@@ -11633,9 +11703,9 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11633
11703
|
type: "incubation",
|
|
11634
11704
|
message: `G-Star ${unref(t2)("gitCodeLayout.GStar.project.incubation")}`
|
|
11635
11705
|
}, {
|
|
11636
|
-
default: withCtx(() => _cache[4] || (_cache[4] = [
|
|
11637
|
-
createTextVNode(" G-Star ")
|
|
11638
|
-
])),
|
|
11706
|
+
default: withCtx(() => [..._cache[4] || (_cache[4] = [
|
|
11707
|
+
createTextVNode(" G-Star ", -1)
|
|
11708
|
+
])]),
|
|
11639
11709
|
_: 1
|
|
11640
11710
|
}, 8, ["message"])
|
|
11641
11711
|
])) : createCommentVNode("", true),
|
|
@@ -11648,7 +11718,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11648
11718
|
href: "/trusted"
|
|
11649
11719
|
}, null, 8, ["message"])
|
|
11650
11720
|
])) : createCommentVNode("", true),
|
|
11651
|
-
((_d =
|
|
11721
|
+
((_d = __props.repoProps) == null ? void 0 : _d.isPrivate) ? (openBlock(), createElementBlock("div", _hoisted_15$1, [
|
|
11652
11722
|
createVNode(GIcon, {
|
|
11653
11723
|
size: "16px",
|
|
11654
11724
|
class: "ml-[4px]",
|
|
@@ -11667,7 +11737,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11667
11737
|
}, null, 8, ["name"]),
|
|
11668
11738
|
createElementVNode("span", _hoisted_16$1, toDisplayString$1((_f = topicTag.value) == null ? void 0 : _f.suffix), 1)
|
|
11669
11739
|
])) : createCommentVNode("", true),
|
|
11670
|
-
((_g =
|
|
11740
|
+
((_g = __props.repoProps) == null ? void 0 : _g.isGhMirrors) && showTimeTopic.value && !unref(isPhone)() ? (openBlock(), createElementBlock("div", _hoisted_17$1, [
|
|
11671
11741
|
createVNode(GIcon, {
|
|
11672
11742
|
name: "gt-line-time",
|
|
11673
11743
|
color: "var(--devui-shape-icon-fill)",
|
|
@@ -11681,7 +11751,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
11681
11751
|
];
|
|
11682
11752
|
}),
|
|
11683
11753
|
_: 1
|
|
11684
|
-
}, 8, ["loading"])) :
|
|
11754
|
+
}, 8, ["loading"])) : __props.scene === unref(SceneValue).user && ((_b = __props.userProps) == null ? void 0 : _b.isOtherUser) ? (openBlock(), createElementBlock("div", _hoisted_20$1, [
|
|
11685
11755
|
createVNode(GLink, {
|
|
11686
11756
|
to: { name: "homepage" },
|
|
11687
11757
|
class: "flex flex-1 items-center gap-[8px]"
|
|
@@ -11790,7 +11860,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
11790
11860
|
onClick: handleClick
|
|
11791
11861
|
}, [
|
|
11792
11862
|
createElementVNode("img", {
|
|
11793
|
-
src:
|
|
11863
|
+
src: __props.config.logo_url,
|
|
11794
11864
|
alt: "claim power"
|
|
11795
11865
|
}, null, 8, _hoisted_1$v)
|
|
11796
11866
|
])) : createCommentVNode("", true);
|
|
@@ -11844,7 +11914,7 @@ var hasRequiredCore;
|
|
|
11844
11914
|
function requireCore() {
|
|
11845
11915
|
if (hasRequiredCore) return core.exports;
|
|
11846
11916
|
hasRequiredCore = 1;
|
|
11847
|
-
(function(module, exports) {
|
|
11917
|
+
(function(module, exports$1) {
|
|
11848
11918
|
(function(root, factory) {
|
|
11849
11919
|
{
|
|
11850
11920
|
module.exports = factory();
|
|
@@ -12451,7 +12521,7 @@ var hasRequiredEncBase64;
|
|
|
12451
12521
|
function requireEncBase64() {
|
|
12452
12522
|
if (hasRequiredEncBase64) return encBase64.exports;
|
|
12453
12523
|
hasRequiredEncBase64 = 1;
|
|
12454
|
-
(function(module, exports) {
|
|
12524
|
+
(function(module, exports$1) {
|
|
12455
12525
|
(function(root, factory) {
|
|
12456
12526
|
{
|
|
12457
12527
|
module.exports = factory(requireCore());
|
|
@@ -12558,7 +12628,7 @@ var hasRequiredMd5;
|
|
|
12558
12628
|
function requireMd5() {
|
|
12559
12629
|
if (hasRequiredMd5) return md5.exports;
|
|
12560
12630
|
hasRequiredMd5 = 1;
|
|
12561
|
-
(function(module, exports) {
|
|
12631
|
+
(function(module, exports$1) {
|
|
12562
12632
|
(function(root, factory) {
|
|
12563
12633
|
{
|
|
12564
12634
|
module.exports = factory(requireCore());
|
|
@@ -12737,7 +12807,7 @@ var hasRequiredSha1;
|
|
|
12737
12807
|
function requireSha1() {
|
|
12738
12808
|
if (hasRequiredSha1) return sha1.exports;
|
|
12739
12809
|
hasRequiredSha1 = 1;
|
|
12740
|
-
(function(module, exports) {
|
|
12810
|
+
(function(module, exports$1) {
|
|
12741
12811
|
(function(root, factory) {
|
|
12742
12812
|
{
|
|
12743
12813
|
module.exports = factory(requireCore());
|
|
@@ -12827,7 +12897,7 @@ var hasRequiredHmac;
|
|
|
12827
12897
|
function requireHmac() {
|
|
12828
12898
|
if (hasRequiredHmac) return hmac.exports;
|
|
12829
12899
|
hasRequiredHmac = 1;
|
|
12830
|
-
(function(module, exports) {
|
|
12900
|
+
(function(module, exports$1) {
|
|
12831
12901
|
(function(root, factory) {
|
|
12832
12902
|
{
|
|
12833
12903
|
module.exports = factory(requireCore());
|
|
@@ -12932,7 +13002,7 @@ var hasRequiredEvpkdf;
|
|
|
12932
13002
|
function requireEvpkdf() {
|
|
12933
13003
|
if (hasRequiredEvpkdf) return evpkdf.exports;
|
|
12934
13004
|
hasRequiredEvpkdf = 1;
|
|
12935
|
-
(function(module, exports) {
|
|
13005
|
+
(function(module, exports$1) {
|
|
12936
13006
|
(function(root, factory, undef) {
|
|
12937
13007
|
{
|
|
12938
13008
|
module.exports = factory(requireCore(), requireSha1(), requireHmac());
|
|
@@ -13022,7 +13092,7 @@ var hasRequiredCipherCore;
|
|
|
13022
13092
|
function requireCipherCore() {
|
|
13023
13093
|
if (hasRequiredCipherCore) return cipherCore.exports;
|
|
13024
13094
|
hasRequiredCipherCore = 1;
|
|
13025
|
-
(function(module, exports) {
|
|
13095
|
+
(function(module, exports$1) {
|
|
13026
13096
|
(function(root, factory, undef) {
|
|
13027
13097
|
{
|
|
13028
13098
|
module.exports = factory(requireCore(), requireEvpkdf());
|
|
@@ -13581,11 +13651,15 @@ function requireCipherCore() {
|
|
|
13581
13651
|
* var derivedParams = CryptoJS.kdf.OpenSSL.execute('Password', 256/32, 128/32);
|
|
13582
13652
|
* var derivedParams = CryptoJS.kdf.OpenSSL.execute('Password', 256/32, 128/32, 'saltsalt');
|
|
13583
13653
|
*/
|
|
13584
|
-
execute: function(password, keySize, ivSize, salt) {
|
|
13654
|
+
execute: function(password, keySize, ivSize, salt, hasher) {
|
|
13585
13655
|
if (!salt) {
|
|
13586
13656
|
salt = WordArray.random(64 / 8);
|
|
13587
13657
|
}
|
|
13588
|
-
|
|
13658
|
+
if (!hasher) {
|
|
13659
|
+
var key = EvpKDF.create({ keySize: keySize + ivSize }).compute(password, salt);
|
|
13660
|
+
} else {
|
|
13661
|
+
var key = EvpKDF.create({ keySize: keySize + ivSize, hasher }).compute(password, salt);
|
|
13662
|
+
}
|
|
13589
13663
|
var iv = WordArray.create(key.words.slice(keySize), ivSize * 4);
|
|
13590
13664
|
key.sigBytes = keySize * 4;
|
|
13591
13665
|
return CipherParams.create({ key, iv, salt });
|
|
@@ -13619,7 +13693,7 @@ function requireCipherCore() {
|
|
|
13619
13693
|
*/
|
|
13620
13694
|
encrypt: function(cipher, message, password, cfg) {
|
|
13621
13695
|
cfg = this.cfg.extend(cfg);
|
|
13622
|
-
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize);
|
|
13696
|
+
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize, cfg.salt, cfg.hasher);
|
|
13623
13697
|
cfg.iv = derivedParams.iv;
|
|
13624
13698
|
var ciphertext = SerializableCipher.encrypt.call(this, cipher, message, derivedParams.key, cfg);
|
|
13625
13699
|
ciphertext.mixIn(derivedParams);
|
|
@@ -13645,7 +13719,7 @@ function requireCipherCore() {
|
|
|
13645
13719
|
decrypt: function(cipher, ciphertext, password, cfg) {
|
|
13646
13720
|
cfg = this.cfg.extend(cfg);
|
|
13647
13721
|
ciphertext = this._parse(ciphertext, cfg.format);
|
|
13648
|
-
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize, ciphertext.salt);
|
|
13722
|
+
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize, ciphertext.salt, cfg.hasher);
|
|
13649
13723
|
cfg.iv = derivedParams.iv;
|
|
13650
13724
|
var plaintext = SerializableCipher.decrypt.call(this, cipher, ciphertext, derivedParams.key, cfg);
|
|
13651
13725
|
return plaintext;
|
|
@@ -13656,7 +13730,7 @@ function requireCipherCore() {
|
|
|
13656
13730
|
})(cipherCore);
|
|
13657
13731
|
return cipherCore.exports;
|
|
13658
13732
|
}
|
|
13659
|
-
(function(module, exports) {
|
|
13733
|
+
(function(module, exports$1) {
|
|
13660
13734
|
(function(root, factory, undef) {
|
|
13661
13735
|
{
|
|
13662
13736
|
module.exports = factory(requireCore(), requireEncBase64(), requireMd5(), requireEvpkdf(), requireCipherCore());
|
|
@@ -13805,7 +13879,7 @@ function requireCipherCore() {
|
|
|
13805
13879
|
var aesExports = aes.exports;
|
|
13806
13880
|
const AES = /* @__PURE__ */ getDefaultExportFromCjs(aesExports);
|
|
13807
13881
|
var padPkcs7 = { exports: {} };
|
|
13808
|
-
(function(module, exports) {
|
|
13882
|
+
(function(module, exports$1) {
|
|
13809
13883
|
(function(root, factory, undef) {
|
|
13810
13884
|
{
|
|
13811
13885
|
module.exports = factory(requireCore(), requireCipherCore());
|
|
@@ -13817,7 +13891,7 @@ var padPkcs7 = { exports: {} };
|
|
|
13817
13891
|
var padPkcs7Exports = padPkcs7.exports;
|
|
13818
13892
|
const Pkcs7 = /* @__PURE__ */ getDefaultExportFromCjs(padPkcs7Exports);
|
|
13819
13893
|
var encUtf8 = { exports: {} };
|
|
13820
|
-
(function(module, exports) {
|
|
13894
|
+
(function(module, exports$1) {
|
|
13821
13895
|
(function(root, factory) {
|
|
13822
13896
|
{
|
|
13823
13897
|
module.exports = factory(requireCore());
|
|
@@ -14367,9 +14441,8 @@ const _sfc_main$z = /* @__PURE__ */ Object.assign({
|
|
|
14367
14441
|
(openBlock(true), createElementBlock(Fragment, null, renderList(linkList.value, (item) => {
|
|
14368
14442
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
14369
14443
|
item.show !== false ? (openBlock(), createBlock(OptionLink, mergeProps({
|
|
14370
|
-
key: item.label
|
|
14371
|
-
|
|
14372
|
-
}, item, {
|
|
14444
|
+
key: item.label
|
|
14445
|
+
}, { ref_for: true }, item, {
|
|
14373
14446
|
onClick: ($event) => handleClick(item)
|
|
14374
14447
|
}), {
|
|
14375
14448
|
default: withCtx(() => [
|
|
@@ -14417,7 +14490,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
14417
14490
|
return (_ctx, _cache) => {
|
|
14418
14491
|
return openBlock(), createBlock(GLink, {
|
|
14419
14492
|
variant: "text",
|
|
14420
|
-
class: normalizeClass(["g-toolbar-docs",
|
|
14493
|
+
class: normalizeClass(["g-toolbar-docs", __props.whiteColor ? "white" : "black"]),
|
|
14421
14494
|
href: unref(currentHelpDocsAiCommunityUrl)(),
|
|
14422
14495
|
target: "_blank"
|
|
14423
14496
|
}, {
|
|
@@ -14497,7 +14570,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
14497
14570
|
style: normalizeStyle({ "-webkit-line-clamp": (_b = finalConfig.value) == null ? void 0 : _b.line })
|
|
14498
14571
|
}, [
|
|
14499
14572
|
createVNode(unref(Tooltip), {
|
|
14500
|
-
position:
|
|
14573
|
+
position: __props.position,
|
|
14501
14574
|
disabled: !content.value || !((_c = finalConfig.value) == null ? void 0 : _c.tooltip),
|
|
14502
14575
|
content: content.value
|
|
14503
14576
|
}, {
|
|
@@ -14544,16 +14617,16 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
14544
14617
|
createElementVNode("div", _hoisted_2$n, [
|
|
14545
14618
|
createElementVNode("div", {
|
|
14546
14619
|
class: "flex items-center",
|
|
14547
|
-
title:
|
|
14620
|
+
title: __props.data.nickname
|
|
14548
14621
|
}, [
|
|
14549
14622
|
createElementVNode("a", {
|
|
14550
|
-
href: unref(transformUrl)((_a =
|
|
14623
|
+
href: unref(transformUrl)((_a = __props.data) == null ? void 0 : _a.userPath),
|
|
14551
14624
|
target: "_blank",
|
|
14552
14625
|
class: "user-info flex w-[48px] items-center linktx"
|
|
14553
14626
|
}, [
|
|
14554
14627
|
createVNode(_sfc_main$F, {
|
|
14555
|
-
name:
|
|
14556
|
-
src:
|
|
14628
|
+
name: __props.data.nickname,
|
|
14629
|
+
src: __props.data.avatar,
|
|
14557
14630
|
width: 32,
|
|
14558
14631
|
height: 32
|
|
14559
14632
|
}, null, 8, ["name", "src"])
|
|
@@ -14563,23 +14636,23 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
14563
14636
|
createElementVNode("div", _hoisted_5$d, [
|
|
14564
14637
|
createElementVNode("div", _hoisted_6$b, [
|
|
14565
14638
|
createVNode(GLink, {
|
|
14566
|
-
href: unref(transformUrl)(
|
|
14639
|
+
href: unref(transformUrl)(__props.data.url),
|
|
14567
14640
|
target: "_blank",
|
|
14568
|
-
class: normalizeClass(["message-item-content cursor-pointer", { "text-light":
|
|
14641
|
+
class: normalizeClass(["message-item-content cursor-pointer", { "text-light": __props.data.read }]),
|
|
14569
14642
|
onClick: _cache[0] || (_cache[0] = ($event) => emits("trigger"))
|
|
14570
14643
|
}, {
|
|
14571
14644
|
default: withCtx(() => [
|
|
14572
14645
|
createVNode(GText, { class: "devui-link linktx" }, {
|
|
14573
14646
|
default: withCtx(() => [
|
|
14574
|
-
|
|
14647
|
+
__props.data.vHtml ? (openBlock(), createElementBlock("div", {
|
|
14575
14648
|
key: 0,
|
|
14576
|
-
title:
|
|
14577
|
-
innerHTML: unref(xssPurify)(
|
|
14649
|
+
title: __props.data.title,
|
|
14650
|
+
innerHTML: unref(xssPurify)(__props.data.title) || "",
|
|
14578
14651
|
class: "overflow-hidden"
|
|
14579
14652
|
}, null, 8, _hoisted_7$8)) : (openBlock(), createElementBlock("span", {
|
|
14580
14653
|
key: 1,
|
|
14581
|
-
title:
|
|
14582
|
-
}, toDisplayString$1(
|
|
14654
|
+
title: __props.data.title
|
|
14655
|
+
}, toDisplayString$1(__props.data.title || "-"), 9, _hoisted_8$7))
|
|
14583
14656
|
]),
|
|
14584
14657
|
_: 1
|
|
14585
14658
|
})
|
|
@@ -14589,21 +14662,21 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
14589
14662
|
createElementVNode("div", _hoisted_9$5, [
|
|
14590
14663
|
createVNode(GText, null, {
|
|
14591
14664
|
default: withCtx(() => [
|
|
14592
|
-
createTextVNode(toDisplayString$1(
|
|
14665
|
+
createTextVNode(toDisplayString$1(__props.data.repo), 1)
|
|
14593
14666
|
]),
|
|
14594
14667
|
_: 1
|
|
14595
14668
|
}),
|
|
14596
|
-
_cache[1] || (_cache[1] = createTextVNode(" ")),
|
|
14669
|
+
_cache[1] || (_cache[1] = createTextVNode(" ", -1)),
|
|
14597
14670
|
createVNode(GText, { class: "message-type-text" }, {
|
|
14598
14671
|
default: withCtx(() => [
|
|
14599
|
-
createTextVNode(toDisplayString$1(
|
|
14672
|
+
createTextVNode(toDisplayString$1(__props.data.type || "-"), 1)
|
|
14600
14673
|
]),
|
|
14601
14674
|
_: 1
|
|
14602
14675
|
})
|
|
14603
14676
|
])
|
|
14604
14677
|
])
|
|
14605
14678
|
]),
|
|
14606
|
-
createElementVNode("div", _hoisted_10$5, toDisplayString$1(unref(formatTimeFromNow)(
|
|
14679
|
+
createElementVNode("div", _hoisted_10$5, toDisplayString$1(unref(formatTimeFromNow)(__props.data.time)), 1)
|
|
14607
14680
|
]);
|
|
14608
14681
|
};
|
|
14609
14682
|
}
|
|
@@ -14976,14 +15049,14 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
14976
15049
|
class: normalizeClass(["message-content-header-item mr-[8px]", { active: mentionSubTab.value === "project" }]),
|
|
14977
15050
|
onClick: _cache[2] || (_cache[2] = ($event) => switchMentionSubTab("project"))
|
|
14978
15051
|
}, [
|
|
14979
|
-
_cache[6] || (_cache[6] = createTextVNode(" 项目相关 ")),
|
|
15052
|
+
_cache[6] || (_cache[6] = createTextVNode(" 项目相关 ", -1)),
|
|
14980
15053
|
mentionSubTabCount.value.project > 0 ? (openBlock(), createElementBlock("span", _hoisted_7$7, toDisplayString$1(mentionSubTabCount.value.project), 1)) : createCommentVNode("", true)
|
|
14981
15054
|
], 2),
|
|
14982
15055
|
createElementVNode("div", {
|
|
14983
15056
|
class: normalizeClass(["message-content-header-item", { active: mentionSubTab.value === "discussion" }]),
|
|
14984
15057
|
onClick: _cache[3] || (_cache[3] = ($event) => switchMentionSubTab("discussion"))
|
|
14985
15058
|
}, [
|
|
14986
|
-
_cache[7] || (_cache[7] = createTextVNode(" 在线讨论 ")),
|
|
15059
|
+
_cache[7] || (_cache[7] = createTextVNode(" 在线讨论 ", -1)),
|
|
14987
15060
|
mentionSubTabCount.value.discussion > 0 ? (openBlock(), createElementBlock("span", _hoisted_8$6, toDisplayString$1(mentionSubTabCount.value.discussion), 1)) : createCommentVNode("", true)
|
|
14988
15061
|
], 2)
|
|
14989
15062
|
])) : createCommentVNode("", true),
|
|
@@ -15175,9 +15248,8 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
15175
15248
|
createElementVNode("div", _hoisted_2$l, [
|
|
15176
15249
|
(openBlock(true), createElementBlock(Fragment, null, renderList(linkList.value, (item) => {
|
|
15177
15250
|
return openBlock(), createElementBlock("div", mergeProps({
|
|
15178
|
-
key: item.label
|
|
15179
|
-
|
|
15180
|
-
}, item, {
|
|
15251
|
+
key: item.label
|
|
15252
|
+
}, { ref_for: true }, item, {
|
|
15181
15253
|
class: ["tools-item-wrapper-checkbox-item", { "checked": unref(lang) === item.value }],
|
|
15182
15254
|
onClick: ($event) => handleClick(item),
|
|
15183
15255
|
title: item.value
|
|
@@ -15503,14 +15575,14 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15503
15575
|
}, [
|
|
15504
15576
|
createVNode(GLink, {
|
|
15505
15577
|
class: "g-user-drawer-info pl-[32px] pr-[16px] cursor-pointer",
|
|
15506
|
-
href: `${unref(layoutConfig2).VITE_HOST}/${
|
|
15578
|
+
href: `${unref(layoutConfig2).VITE_HOST}/${__props.accountInfo.username}`,
|
|
15507
15579
|
key: "myPage",
|
|
15508
|
-
target:
|
|
15580
|
+
target: __props.isChatBot ? "_blank" : ""
|
|
15509
15581
|
}, {
|
|
15510
15582
|
default: withCtx(() => [
|
|
15511
15583
|
createVNode(_sfc_main$F, {
|
|
15512
|
-
name:
|
|
15513
|
-
src:
|
|
15584
|
+
name: __props.accountInfo.nickname,
|
|
15585
|
+
src: __props.accountInfo.avatar,
|
|
15514
15586
|
width: 52,
|
|
15515
15587
|
height: 52
|
|
15516
15588
|
}, null, 8, ["name", "src"]),
|
|
@@ -15518,12 +15590,12 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15518
15590
|
createElementVNode("div", _hoisted_2$j, [
|
|
15519
15591
|
createElementVNode("p", {
|
|
15520
15592
|
class: "g-user-drawer-info-list-name ellipsis",
|
|
15521
|
-
title:
|
|
15522
|
-
}, toDisplayString$1(
|
|
15593
|
+
title: __props.accountInfo.nickname
|
|
15594
|
+
}, toDisplayString$1(__props.accountInfo.nickname), 9, _hoisted_3$i),
|
|
15523
15595
|
createElementVNode("p", {
|
|
15524
15596
|
class: "g-user-drawer-info-list-id ellipsis",
|
|
15525
|
-
title:
|
|
15526
|
-
}, "@" + toDisplayString$1(
|
|
15597
|
+
title: __props.accountInfo.username
|
|
15598
|
+
}, "@" + toDisplayString$1(__props.accountInfo.username), 9, _hoisted_4$e)
|
|
15527
15599
|
]),
|
|
15528
15600
|
createVNode(GIcon, {
|
|
15529
15601
|
name: "gt-line-right",
|
|
@@ -15533,13 +15605,13 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15533
15605
|
]),
|
|
15534
15606
|
_: 1
|
|
15535
15607
|
}, 8, ["href", "target"]),
|
|
15536
|
-
!
|
|
15608
|
+
!__props.inAIHub ? (openBlock(), createBlock(UserLevel, {
|
|
15537
15609
|
key: 0,
|
|
15538
|
-
accountInfo:
|
|
15610
|
+
accountInfo: __props.accountInfo
|
|
15539
15611
|
}, null, 8, ["accountInfo"])) : createCommentVNode("", true),
|
|
15540
15612
|
(openBlock(true), createElementBlock(Fragment, null, renderList(userMenuList.value, (block, index2) => {
|
|
15541
15613
|
return openBlock(), createElementBlock("div", {
|
|
15542
|
-
class: normalizeClass(["g-user-drawer-block", { "!pt-[0px]": index2 === 0 &&
|
|
15614
|
+
class: normalizeClass(["g-user-drawer-block", { "!pt-[0px]": index2 === 0 && __props.inAIHub }]),
|
|
15543
15615
|
key: index2
|
|
15544
15616
|
}, [
|
|
15545
15617
|
block.component ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
@@ -15552,11 +15624,10 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
15552
15624
|
}))
|
|
15553
15625
|
], 64)) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList(block, (item) => {
|
|
15554
15626
|
return openBlock(), createBlock(OptionLink, mergeProps({
|
|
15555
|
-
key: item.id
|
|
15556
|
-
|
|
15557
|
-
}, item, {
|
|
15627
|
+
key: item.id
|
|
15628
|
+
}, { ref_for: true }, item, {
|
|
15558
15629
|
onClick: ($event) => handleClick(item),
|
|
15559
|
-
target:
|
|
15630
|
+
target: __props.isChatBot && !item.action ? "_blank" : item.target || ""
|
|
15560
15631
|
}), {
|
|
15561
15632
|
default: withCtx(() => [
|
|
15562
15633
|
item.icon ? (openBlock(), createBlock(GIcon, {
|
|
@@ -15732,9 +15803,9 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
15732
15803
|
name: accountInfo.value.nickname,
|
|
15733
15804
|
src: unref(transformUrl)(accountInfo.value.avatar)
|
|
15734
15805
|
}, null, 8, ["name", "src"]),
|
|
15735
|
-
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_2$i, _cache[4] || (_cache[4] = [
|
|
15806
|
+
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_2$i, [..._cache[4] || (_cache[4] = [
|
|
15736
15807
|
createElementVNode("div", null, null, -1)
|
|
15737
|
-
]))) : createCommentVNode("", true)
|
|
15808
|
+
])])) : createCommentVNode("", true)
|
|
15738
15809
|
])
|
|
15739
15810
|
])) : (openBlock(), createBlock(unref(Dropdown), {
|
|
15740
15811
|
key: 1,
|
|
@@ -15747,13 +15818,13 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
15747
15818
|
menu: withCtx(() => [
|
|
15748
15819
|
createElementVNode("div", _hoisted_5$9, [
|
|
15749
15820
|
createVNode(UserAvatarMenu, {
|
|
15750
|
-
independence:
|
|
15751
|
-
loginOutFinish:
|
|
15821
|
+
independence: __props.independence,
|
|
15822
|
+
loginOutFinish: __props.loginOutFinish,
|
|
15752
15823
|
accountInfo: accountInfo.value,
|
|
15753
|
-
isChatBot:
|
|
15754
|
-
inAIHub:
|
|
15755
|
-
userMenus:
|
|
15756
|
-
inEnterpriseHeader:
|
|
15824
|
+
isChatBot: __props.isChatBot,
|
|
15825
|
+
inAIHub: __props.inAIHub,
|
|
15826
|
+
userMenus: __props.userMenus,
|
|
15827
|
+
inEnterpriseHeader: __props.inEnterpriseHeader,
|
|
15757
15828
|
onLinkClick: resetOverflow
|
|
15758
15829
|
}, null, 8, ["independence", "loginOutFinish", "accountInfo", "isChatBot", "inAIHub", "userMenus", "inEnterpriseHeader"])
|
|
15759
15830
|
])
|
|
@@ -15764,9 +15835,9 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
15764
15835
|
name: accountInfo.value.nickname,
|
|
15765
15836
|
src: unref(transformUrl)(accountInfo.value.avatar)
|
|
15766
15837
|
}, null, 8, ["name", "src"]),
|
|
15767
|
-
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_4$d, _cache[5] || (_cache[5] = [
|
|
15838
|
+
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_4$d, [..._cache[5] || (_cache[5] = [
|
|
15768
15839
|
createElementVNode("div", null, null, -1)
|
|
15769
|
-
]))) : createCommentVNode("", true)
|
|
15840
|
+
])])) : createCommentVNode("", true)
|
|
15770
15841
|
])
|
|
15771
15842
|
]),
|
|
15772
15843
|
_: 1
|
|
@@ -15789,13 +15860,13 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
15789
15860
|
})
|
|
15790
15861
|
]),
|
|
15791
15862
|
createVNode(UserAvatarMenu, {
|
|
15792
|
-
independence:
|
|
15793
|
-
loginOutFinish:
|
|
15863
|
+
independence: __props.independence,
|
|
15864
|
+
loginOutFinish: __props.loginOutFinish,
|
|
15794
15865
|
accountInfo: accountInfo.value,
|
|
15795
|
-
isChatBot:
|
|
15796
|
-
inAIHub:
|
|
15797
|
-
userMenus:
|
|
15798
|
-
inEnterpriseHeader:
|
|
15866
|
+
isChatBot: __props.isChatBot,
|
|
15867
|
+
inAIHub: __props.inAIHub,
|
|
15868
|
+
userMenus: __props.userMenus,
|
|
15869
|
+
inEnterpriseHeader: __props.inEnterpriseHeader,
|
|
15799
15870
|
onClick: _cache[2] || (_cache[2] = ($event) => drawerVisible.value = false),
|
|
15800
15871
|
onLinkClick: resetOverflow
|
|
15801
15872
|
}, null, 8, ["independence", "loginOutFinish", "accountInfo", "isChatBot", "inAIHub", "userMenus", "inEnterpriseHeader"])
|
|
@@ -15916,13 +15987,13 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
15916
15987
|
var _a;
|
|
15917
15988
|
const layoutConfig2 = useLayoutConfig();
|
|
15918
15989
|
const { t: $t } = i18n.global;
|
|
15919
|
-
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-
|
|
15920
|
-
const UserSearch = defineAsyncComponent(() => import("./UserSearch-
|
|
15921
|
-
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-
|
|
15922
|
-
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-
|
|
15923
|
-
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-
|
|
15924
|
-
const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-
|
|
15925
|
-
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-
|
|
15990
|
+
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-DCAtcvSv.js"));
|
|
15991
|
+
const UserSearch = defineAsyncComponent(() => import("./UserSearch-WceE6qE_.js"));
|
|
15992
|
+
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-WUU-6ytG.js"));
|
|
15993
|
+
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-SfXAAJII.js"));
|
|
15994
|
+
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-B0XWemWi.js"));
|
|
15995
|
+
const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-B6JvWVGf.js"));
|
|
15996
|
+
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-i9tN03O7.js"));
|
|
15926
15997
|
const props = __props;
|
|
15927
15998
|
const repoInfo = inject("repoInfo");
|
|
15928
15999
|
const orgInfo = inject("orgInfo");
|
|
@@ -16381,9 +16452,9 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16381
16452
|
});
|
|
16382
16453
|
return (_ctx, _cache) => {
|
|
16383
16454
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
16384
|
-
!
|
|
16455
|
+
!__props.inAIHub ? (openBlock(), createElementBlock("div", {
|
|
16385
16456
|
key: 0,
|
|
16386
|
-
class: normalizeClass([isFocus.value ? "focusSearch" : { "left-search": true }, Boolean(
|
|
16457
|
+
class: normalizeClass([isFocus.value ? "focusSearch" : { "left-search": true }, Boolean(__props.isShowStickyNotice) ? "focusSearch-sticky-notice" : ""]),
|
|
16387
16458
|
onClick: _cache[6] || (_cache[6] = withModifiers(() => {
|
|
16388
16459
|
}, ["stop"]))
|
|
16389
16460
|
}, [
|
|
@@ -16396,7 +16467,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16396
16467
|
createVNode(unref(Dropdown), {
|
|
16397
16468
|
align: "start",
|
|
16398
16469
|
position: ["bottom", "bottom-start"],
|
|
16399
|
-
"overlay-class":
|
|
16470
|
+
"overlay-class": __props.isShowStickyNotice ? "history-box-sticky-notice history-box" : "history-box",
|
|
16400
16471
|
trigger: "manually",
|
|
16401
16472
|
visible: dropDownVisible.value,
|
|
16402
16473
|
"close-scope": "none",
|
|
@@ -16551,7 +16622,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
16551
16622
|
_: 3
|
|
16552
16623
|
}, 8, ["overlay-class", "visible"])
|
|
16553
16624
|
], 2)) : createCommentVNode("", true),
|
|
16554
|
-
|
|
16625
|
+
__props.inAIHub ? (openBlock(), createElementBlock("div", _hoisted_6$7, [
|
|
16555
16626
|
createVNode(unref(Input), {
|
|
16556
16627
|
placeholder: unref($t)("gitCodeLayout.home.searchPlaceholder"),
|
|
16557
16628
|
onKeydown: withKeys(searchResult, ["enter"]),
|
|
@@ -16698,7 +16769,7 @@ const autoAvokeLogin = ({ isLogin, loginFunc, openHarmonyGuide, loginSuccess, lo
|
|
|
16698
16769
|
loginFunc({ type: "login", triggerType: "", loginTriggerSource: "router_login_auth", ...loginFuncOpts }, loginSuccess, openHarmonyGuide);
|
|
16699
16770
|
}
|
|
16700
16771
|
};
|
|
16701
|
-
const NoticeModal = defineAsyncComponent(() => import("./notice-
|
|
16772
|
+
const NoticeModal = defineAsyncComponent(() => import("./notice-DxJbtsv_.js"));
|
|
16702
16773
|
function clearNotice() {
|
|
16703
16774
|
if (localStorage$2.getItem("validator_email")) {
|
|
16704
16775
|
localStorage$2.removeItem("validator_email");
|
|
@@ -17131,7 +17202,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17131
17202
|
style: normalizeStyle({ height: `${unref(height)}px` })
|
|
17132
17203
|
}, [
|
|
17133
17204
|
createElementVNode("div", {
|
|
17134
|
-
class: normalizeClass(["g-header allow-click-stop fixed z-[21] bg-[var(--theme-default-bg)]", [inAIHub.value ? "ai-hub border-b border-gray-100 " : "", isHome.value && showHeaderShadow.value ? "head-shadow" : "",
|
|
17205
|
+
class: normalizeClass(["g-header allow-click-stop fixed z-[21] bg-[var(--theme-default-bg)]", [inAIHub.value ? "ai-hub border-b border-gray-100 " : "", isHome.value && showHeaderShadow.value ? "head-shadow" : "", __props.headerBorder ? "oldBorder" : "", headerClassName.value, isIndexHead.value && !showHeaderShadow.value ? "bg-transparent" : ""]]),
|
|
17135
17206
|
ref_key: "headerRef",
|
|
17136
17207
|
ref: headerRef,
|
|
17137
17208
|
style: normalizeStyle(detailBgStyle.value)
|
|
@@ -17169,13 +17240,13 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17169
17240
|
class: "cursor-pointer hover:!text-[var(--theme-stress-text)] g-toolbar-left-asideicon",
|
|
17170
17241
|
color: "var(--theme-aide-text)"
|
|
17171
17242
|
})) : createCommentVNode("", true),
|
|
17172
|
-
showNameAndIcon.value &&
|
|
17243
|
+
showNameAndIcon.value && __props.independence || inAIHub.value ? (openBlock(), createBlock(GLink, {
|
|
17173
17244
|
key: 1,
|
|
17174
17245
|
class: normalizeClass(["g-toolbar-left-logo", [inAIHub.value ? "ai-logo" : ""]]),
|
|
17175
17246
|
style: normalizeStyle(logoStyle.value),
|
|
17176
17247
|
href: inAIHub.value ? `${unref(layoutConfig2).VITE_AI_HOST}` : `${unref(layoutConfig2).VITE_HOST}?p=seo`
|
|
17177
17248
|
}, null, 8, ["class", "style", "href"])) : createCommentVNode("", true),
|
|
17178
|
-
showNameAndIcon.value && !
|
|
17249
|
+
showNameAndIcon.value && !__props.independence ? (openBlock(), createBlock(GLink, {
|
|
17179
17250
|
key: 2,
|
|
17180
17251
|
class: normalizeClass(["g-toolbar-left-logo", [inAIHub.value ? "ai-logo" : ""]]),
|
|
17181
17252
|
style: normalizeStyle(logoStyle.value),
|
|
@@ -17188,12 +17259,12 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17188
17259
|
}, [
|
|
17189
17260
|
_ctx.$slots.headerCustom ? renderSlot(_ctx.$slots, "headerCustom", { key: 0 }, void 0, true) : isModuleVisible(unref(HeaderDisplayItem).CUSTOM_CONTENT) && !showNameAndIcon.value ? (openBlock(), createBlock(HeaderCustom, {
|
|
17190
17261
|
key: 1,
|
|
17191
|
-
scene:
|
|
17192
|
-
isLogin:
|
|
17193
|
-
errorCode: (_a2 =
|
|
17194
|
-
orgProps: (_b =
|
|
17195
|
-
repoProps: (_c =
|
|
17196
|
-
userProps: (_d =
|
|
17262
|
+
scene: __props.sceneValue,
|
|
17263
|
+
isLogin: __props.isLogin,
|
|
17264
|
+
errorCode: (_a2 = __props.headerCustomProps) == null ? void 0 : _a2.errorCode,
|
|
17265
|
+
orgProps: (_b = __props.headerCustomProps) == null ? void 0 : _b.orgProps,
|
|
17266
|
+
repoProps: (_c = __props.headerCustomProps) == null ? void 0 : _c.repoProps,
|
|
17267
|
+
userProps: (_d = __props.headerCustomProps) == null ? void 0 : _d.userProps,
|
|
17197
17268
|
onFollowDevCommunity: _cache[1] || (_cache[1] = ($event) => emit("followDevCommunity", $event)),
|
|
17198
17269
|
onFollowUser: _cache[2] || (_cache[2] = ($event) => emit("followUser"))
|
|
17199
17270
|
}, {
|
|
@@ -17212,7 +17283,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17212
17283
|
(openBlock(), createBlock(Search, {
|
|
17213
17284
|
inAIHub: inAIHub.value,
|
|
17214
17285
|
key: _ctx.$route.fullPath,
|
|
17215
|
-
sceneValue:
|
|
17286
|
+
sceneValue: __props.sceneValue,
|
|
17216
17287
|
isShowStickyNotice: isShowStickyNoticeByClose.value
|
|
17217
17288
|
}, {
|
|
17218
17289
|
searchRecommend: withCtx(() => [
|
|
@@ -17232,7 +17303,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17232
17303
|
createVNode(ClaimPower, { config: claimPowerConfig.value }, null, 8, ["config"]),
|
|
17233
17304
|
isModuleVisible(unref(HeaderDisplayItem).OPERATION_ENTRY) ? (openBlock(), createBlock(OperationEntry, { key: 0 })) : createCommentVNode("", true)
|
|
17234
17305
|
]),
|
|
17235
|
-
!
|
|
17306
|
+
!__props.isLogin ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17236
17307
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17237
17308
|
unref(isMobile) ? (openBlock(), createElementBlock("section", {
|
|
17238
17309
|
key: 0,
|
|
@@ -17278,10 +17349,10 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
17278
17349
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createBlock(UserAvatar, {
|
|
17279
17350
|
key: 3,
|
|
17280
17351
|
isChatBot: isChatBot.value,
|
|
17281
|
-
loginOutFinish:
|
|
17352
|
+
loginOutFinish: __props.loginOutFinish,
|
|
17282
17353
|
inAIHub: inAIHub.value,
|
|
17283
|
-
independence:
|
|
17284
|
-
userMenus:
|
|
17354
|
+
independence: __props.independence,
|
|
17355
|
+
userMenus: __props.userMenus
|
|
17285
17356
|
}, null, 8, ["isChatBot", "loginOutFinish", "inAIHub", "independence", "userMenus"])) : createCommentVNode("", true)
|
|
17286
17357
|
], 64))
|
|
17287
17358
|
], 2)
|
|
@@ -17539,21 +17610,21 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
17539
17610
|
createElementVNode("div", {
|
|
17540
17611
|
ref_key: "headerRef",
|
|
17541
17612
|
ref: headerRef,
|
|
17542
|
-
class: normalizeClass(["g-header allow-click-stop fixed z-[21] bg-[var(--theme-default-bg)]", [showHeaderShadow.value ? "head-shadow" : "",
|
|
17613
|
+
class: normalizeClass(["g-header allow-click-stop fixed z-[21] bg-[var(--theme-default-bg)]", [showHeaderShadow.value ? "head-shadow" : "", __props.headerBorder ? "oldBorder" : "", headerClassName.value]])
|
|
17543
17614
|
}, [
|
|
17544
17615
|
createVNode(SiteAnnouncement),
|
|
17545
17616
|
withDirectives((openBlock(), createElementBlock("div", _hoisted_1$j, [
|
|
17546
17617
|
createElementVNode("div", _hoisted_2$e, [
|
|
17547
17618
|
createElementVNode("div", _hoisted_3$d, [
|
|
17548
17619
|
createVNode(_sfc_main$F, {
|
|
17549
|
-
src: (_a2 =
|
|
17550
|
-
name: (_b =
|
|
17620
|
+
src: (_a2 = __props.enterpriseInfo) == null ? void 0 : _a2.avatar,
|
|
17621
|
+
name: (_b = __props.enterpriseInfo) == null ? void 0 : _b.name,
|
|
17551
17622
|
isRound: false,
|
|
17552
17623
|
width: 32,
|
|
17553
17624
|
height: 32,
|
|
17554
17625
|
class: "enterprise-avatar"
|
|
17555
17626
|
}, null, 8, ["src", "name"]),
|
|
17556
|
-
createElementVNode("span", _hoisted_4$9, toDisplayString$1((_c =
|
|
17627
|
+
createElementVNode("span", _hoisted_4$9, toDisplayString$1((_c = __props.enterpriseInfo) == null ? void 0 : _c.name), 1),
|
|
17557
17628
|
createElementVNode("span", _hoisted_5$5, toDisplayString$1(unref(t2)("gitCodeLayout.header.enterpriseFlag")), 1)
|
|
17558
17629
|
])
|
|
17559
17630
|
]),
|
|
@@ -17576,7 +17647,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
17576
17647
|
], true) : createCommentVNode("", true)
|
|
17577
17648
|
]),
|
|
17578
17649
|
createElementVNode("div", _hoisted_7$3, [
|
|
17579
|
-
!
|
|
17650
|
+
!__props.isLogin ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17580
17651
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
17581
17652
|
unref(isMobile) ? (openBlock(), createElementBlock("section", {
|
|
17582
17653
|
key: 0,
|
|
@@ -17637,10 +17708,10 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
17637
17708
|
isModuleVisible(unref(HeaderDisplayItem).LOGIN_AND_AVATAR) ? (openBlock(), createBlock(UserAvatar, {
|
|
17638
17709
|
key: 2,
|
|
17639
17710
|
isChatBot: false,
|
|
17640
|
-
loginOutFinish:
|
|
17711
|
+
loginOutFinish: __props.loginOutFinish,
|
|
17641
17712
|
inAIHub: false,
|
|
17642
|
-
independence:
|
|
17643
|
-
userMenus:
|
|
17713
|
+
independence: __props.independence,
|
|
17714
|
+
userMenus: __props.userMenus,
|
|
17644
17715
|
inEnterpriseHeader: true
|
|
17645
17716
|
}, null, 8, ["loginOutFinish", "independence", "userMenus"])) : createCommentVNode("", true)
|
|
17646
17717
|
], 64))
|
|
@@ -17886,9 +17957,9 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
17886
17957
|
const layoutConfig2 = useLayoutConfig();
|
|
17887
17958
|
const { t: t2 } = i18n.global;
|
|
17888
17959
|
const route = useRoute();
|
|
17889
|
-
const MenuItem = defineAsyncComponent(() => import("./MenuItem-
|
|
17890
|
-
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-
|
|
17891
|
-
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-
|
|
17960
|
+
const MenuItem = defineAsyncComponent(() => import("./MenuItem-_Zwq5jpi.js"));
|
|
17961
|
+
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-CtxnK6rz.js"));
|
|
17962
|
+
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-BwGX02gW.js"));
|
|
17892
17963
|
const props = __props;
|
|
17893
17964
|
const useReport2 = inject("useReport");
|
|
17894
17965
|
const userInfo = inject("userInfo");
|
|
@@ -18103,11 +18174,10 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
18103
18174
|
(openBlock(true), createElementBlock(Fragment, null, renderList(filterList.value, (item) => {
|
|
18104
18175
|
return openBlock(), createBlock(resolveDynamicComponent(renderComponent(item)), mergeProps({
|
|
18105
18176
|
key: item.id,
|
|
18106
|
-
isLogin:
|
|
18177
|
+
isLogin: __props.isLogin,
|
|
18107
18178
|
item,
|
|
18108
|
-
slotKeys:
|
|
18109
|
-
|
|
18110
|
-
}, getProps(item)), createSlots({ _: 2 }, [
|
|
18179
|
+
slotKeys: __props.slotKeys
|
|
18180
|
+
}, { ref_for: true }, getProps(item)), createSlots({ _: 2 }, [
|
|
18111
18181
|
renderList(mainSiteSlotKeys.value, (key) => {
|
|
18112
18182
|
return {
|
|
18113
18183
|
name: key,
|
|
@@ -18128,9 +18198,9 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
18128
18198
|
}, {
|
|
18129
18199
|
default: withCtx(() => [
|
|
18130
18200
|
(openBlock(), createBlock(resolveDynamicComponent(LayoutSlotComponent(key)), mergeProps({ ref_for: true }, getProps(item), {
|
|
18131
|
-
slotKeys:
|
|
18201
|
+
slotKeys: __props.slotKeys,
|
|
18132
18202
|
item,
|
|
18133
|
-
isLogin:
|
|
18203
|
+
isLogin: __props.isLogin
|
|
18134
18204
|
}), null, 16, ["slotKeys", "item", "isLogin"]))
|
|
18135
18205
|
]),
|
|
18136
18206
|
_: 2
|
|
@@ -18182,9 +18252,8 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
18182
18252
|
createElementVNode("div", _hoisted_2$c, [
|
|
18183
18253
|
(openBlock(true), createElementBlock(Fragment, null, renderList(themeList.value, (item) => {
|
|
18184
18254
|
return openBlock(), createElementBlock("div", mergeProps({
|
|
18185
|
-
key: item.value
|
|
18186
|
-
|
|
18187
|
-
}, item, {
|
|
18255
|
+
key: item.value
|
|
18256
|
+
}, { ref_for: true }, item, {
|
|
18188
18257
|
class: ["tools-item-wrapper-checkbox-item", { checked: activeTheme.value === item.value }],
|
|
18189
18258
|
onClick: ($event) => handleClick(item),
|
|
18190
18259
|
title: item.value
|
|
@@ -18224,17 +18293,17 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
18224
18293
|
withDirectives(createElementVNode("div", _hoisted_2$b, [
|
|
18225
18294
|
createVNode(_sfc_main$k)
|
|
18226
18295
|
], 512), [
|
|
18227
|
-
[vShow,
|
|
18296
|
+
[vShow, __props.showThemeSetting]
|
|
18228
18297
|
]),
|
|
18229
18298
|
withDirectives(createElementVNode("div", _hoisted_3$b, [
|
|
18230
18299
|
createVNode(_sfc_main$t)
|
|
18231
18300
|
], 512), [
|
|
18232
|
-
[vShow,
|
|
18301
|
+
[vShow, __props.showLangSetting]
|
|
18233
18302
|
])
|
|
18234
18303
|
]),
|
|
18235
18304
|
default: withCtx(() => [
|
|
18236
18305
|
createElementVNode("div", {
|
|
18237
|
-
class: normalizeClass(["aside-footer-tools-item", { "aside-footer-tools-item-little":
|
|
18306
|
+
class: normalizeClass(["aside-footer-tools-item", { "aside-footer-tools-item-little": __props.asideSetShowLittle }])
|
|
18238
18307
|
}, [
|
|
18239
18308
|
createVNode(GIcon, {
|
|
18240
18309
|
name: "gt-line-setting",
|
|
@@ -18408,7 +18477,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
18408
18477
|
target: "_blank",
|
|
18409
18478
|
rel: "noopener noreferrer"
|
|
18410
18479
|
}, "CSDN", -1)),
|
|
18411
|
-
_cache[2] || (_cache[2] = createTextVNode(" | ")),
|
|
18480
|
+
_cache[2] || (_cache[2] = createTextVNode(" | ", -1)),
|
|
18412
18481
|
createElementVNode("a", _hoisted_8$2, toDisplayString$1(unref(t2)("gitCodeLayout.home.HWCloud")), 1)
|
|
18413
18482
|
], 2),
|
|
18414
18483
|
createElementVNode("p", _hoisted_9$2, [
|
|
@@ -18421,7 +18490,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
18421
18490
|
]),
|
|
18422
18491
|
_: 1
|
|
18423
18492
|
}, 8, ["href"]),
|
|
18424
|
-
_cache[3] || (_cache[3] = createTextVNode(" | ")),
|
|
18493
|
+
_cache[3] || (_cache[3] = createTextVNode(" | ", -1)),
|
|
18425
18494
|
createVNode(GLink, {
|
|
18426
18495
|
target: "_blank",
|
|
18427
18496
|
href: unref(copyright).beian_url
|
|
@@ -18584,11 +18653,11 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
18584
18653
|
});
|
|
18585
18654
|
return (_ctx, _cache) => {
|
|
18586
18655
|
return openBlock(), createBlock(unref(Aside), {
|
|
18587
|
-
class: normalizeClass(["config-aside-content", { "side-bar-content-shot":
|
|
18656
|
+
class: normalizeClass(["config-aside-content", { "side-bar-content-shot": __props.asideSetShowLittle }])
|
|
18588
18657
|
}, {
|
|
18589
18658
|
default: withCtx(() => [
|
|
18590
18659
|
createElementVNode("div", {
|
|
18591
|
-
class: normalizeClass(["config-aside__content", { "side-bar-content-shot":
|
|
18660
|
+
class: normalizeClass(["config-aside__content", { "side-bar-content-shot": __props.asideSetShowLittle, "shot-isCh": !unref(isEn) }])
|
|
18592
18661
|
}, [
|
|
18593
18662
|
withDirectives((openBlock(), createElementBlock("div", _hoisted_1$e, [
|
|
18594
18663
|
createElementVNode("div", {
|
|
@@ -18608,10 +18677,10 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
18608
18677
|
}, [
|
|
18609
18678
|
createVNode(Area, {
|
|
18610
18679
|
list: getAreaItem(item),
|
|
18611
|
-
isLogin:
|
|
18680
|
+
isLogin: __props.isLogin,
|
|
18612
18681
|
slotKeys: layoutSlotKeys.value,
|
|
18613
|
-
sceneValue:
|
|
18614
|
-
asideSetShowLittle:
|
|
18682
|
+
sceneValue: __props.sceneValue,
|
|
18683
|
+
asideSetShowLittle: __props.asideSetShowLittle
|
|
18615
18684
|
}, createSlots({ _: 2 }, [
|
|
18616
18685
|
renderList(layoutSlotKeys.value, (key) => {
|
|
18617
18686
|
return {
|
|
@@ -18635,24 +18704,24 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
18635
18704
|
}, null, 8, ["name"]),
|
|
18636
18705
|
_cache[2] || (_cache[2] = createElementVNode("span", null, "群组讨论", -1))
|
|
18637
18706
|
], 32)) : createCommentVNode("", true),
|
|
18638
|
-
!
|
|
18707
|
+
!__props.asideSetShowLittle && index2 !== displayArea.value.length - 1 ? (openBlock(), createElementBlock("hr", _hoisted_4$7)) : createCommentVNode("", true)
|
|
18639
18708
|
], 64);
|
|
18640
18709
|
}), 128)),
|
|
18641
|
-
!
|
|
18710
|
+
!__props.asideSetShowLittle && isModuleVisible(unref(AsideDisplayItem).LINK) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
18642
18711
|
_cache[3] || (_cache[3] = createElementVNode("hr", { class: "line mt-[16px] mb-[16px]" }, null, -1)),
|
|
18643
18712
|
createVNode(SubMenuList)
|
|
18644
18713
|
], 64)) : createCommentVNode("", true)
|
|
18645
18714
|
])),
|
|
18646
|
-
!
|
|
18715
|
+
!__props.asideSetShowLittle && isModuleVisible(unref(AsideDisplayItem).SITE_INFO) ? (openBlock(), createBlock(ContactInfo, { key: 2 })) : createCommentVNode("", true)
|
|
18647
18716
|
], 34),
|
|
18648
18717
|
showPreferencesSetting.value ? (openBlock(), createElementBlock("div", {
|
|
18649
18718
|
key: 0,
|
|
18650
|
-
class: normalizeClass(["aside-footer-tools", { "aside-footer-tools-little":
|
|
18719
|
+
class: normalizeClass(["aside-footer-tools", { "aside-footer-tools-little": __props.asideSetShowLittle }])
|
|
18651
18720
|
}, [
|
|
18652
18721
|
createVNode(_sfc_main$j, {
|
|
18653
|
-
"show-lang-setting":
|
|
18654
|
-
"show-theme-setting":
|
|
18655
|
-
asideSetShowLittle:
|
|
18722
|
+
"show-lang-setting": __props.showLangSetting,
|
|
18723
|
+
"show-theme-setting": __props.showThemeSetting,
|
|
18724
|
+
asideSetShowLittle: __props.asideSetShowLittle
|
|
18656
18725
|
}, null, 8, ["show-lang-setting", "show-theme-setting", "asideSetShowLittle"])
|
|
18657
18726
|
], 2)) : createCommentVNode("", true)
|
|
18658
18727
|
])), [
|
|
@@ -18795,18 +18864,18 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
18795
18864
|
key: 0,
|
|
18796
18865
|
class: normalizeClass(["left-side-bar", { oldWhite: asideSetShowLittleMode.value, higherZIndex: unref(SITE_STATUS).DISABLE }]),
|
|
18797
18866
|
style: normalizeStyle({ width: mainMarginLeftWidth.value + "px", top: unref(headerHeight2) + "px" }),
|
|
18798
|
-
sceneValue:
|
|
18867
|
+
sceneValue: __props.sceneValue,
|
|
18799
18868
|
asideDefaultWidth: mainMarginLeftWidth.value,
|
|
18800
18869
|
asideSetShowLittle: asideSetShowLittleMode.value,
|
|
18801
|
-
isLogin:
|
|
18802
|
-
showPreferencesSetting:
|
|
18803
|
-
showThemeSetting:
|
|
18804
|
-
showLangSetting:
|
|
18805
|
-
independence:
|
|
18806
|
-
slotKeys:
|
|
18807
|
-
collapseMode:
|
|
18870
|
+
isLogin: __props.isLogin,
|
|
18871
|
+
showPreferencesSetting: __props.showPreferencesSetting,
|
|
18872
|
+
showThemeSetting: __props.showThemeSetting,
|
|
18873
|
+
showLangSetting: __props.showLangSetting,
|
|
18874
|
+
independence: __props.independence,
|
|
18875
|
+
slotKeys: __props.slotKeys,
|
|
18876
|
+
collapseMode: __props.collapseMode
|
|
18808
18877
|
}, createSlots({ _: 2 }, [
|
|
18809
|
-
renderList(
|
|
18878
|
+
renderList(__props.slotKeys, (key) => {
|
|
18810
18879
|
return {
|
|
18811
18880
|
name: key,
|
|
18812
18881
|
fn: withCtx(() => [
|
|
@@ -18828,8 +18897,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
18828
18897
|
createVNode(GLink, {
|
|
18829
18898
|
class: "g-toolbar-left-logo",
|
|
18830
18899
|
style: normalizeStyle(logoStyle.value),
|
|
18831
|
-
to:
|
|
18832
|
-
href:
|
|
18900
|
+
to: __props.independence ? "" : { name: "home" },
|
|
18901
|
+
href: __props.independence ? unref(transformUrl)(unref(layoutConfig2).VITE_HOST) : ""
|
|
18833
18902
|
}, null, 8, ["style", "to", "href"]),
|
|
18834
18903
|
createVNode(unref(Button), {
|
|
18835
18904
|
class: "cursor-pointer draw-side-bar-close",
|
|
@@ -18839,14 +18908,14 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
18839
18908
|
})
|
|
18840
18909
|
]),
|
|
18841
18910
|
createVNode(ConfigAideContent, mergeProps(props, {
|
|
18842
|
-
sceneValue:
|
|
18911
|
+
sceneValue: __props.sceneValue,
|
|
18843
18912
|
asideDefaultWidth: 240,
|
|
18844
|
-
isLogin:
|
|
18845
|
-
showPreferencesSetting:
|
|
18846
|
-
showThemeSetting:
|
|
18847
|
-
showLangSetting:
|
|
18848
|
-
independence:
|
|
18849
|
-
slotKeys:
|
|
18913
|
+
isLogin: __props.isLogin,
|
|
18914
|
+
showPreferencesSetting: __props.showPreferencesSetting,
|
|
18915
|
+
showThemeSetting: __props.showThemeSetting,
|
|
18916
|
+
showLangSetting: __props.showLangSetting,
|
|
18917
|
+
independence: __props.independence,
|
|
18918
|
+
slotKeys: __props.slotKeys
|
|
18850
18919
|
}), null, 16, ["sceneValue", "isLogin", "showPreferencesSetting", "showThemeSetting", "showLangSetting", "independence", "slotKeys"])
|
|
18851
18920
|
]),
|
|
18852
18921
|
_: 1
|
|
@@ -19687,12 +19756,12 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
19687
19756
|
showLangSetting: "",
|
|
19688
19757
|
showThemeSetting: ""
|
|
19689
19758
|
}, {
|
|
19690
|
-
home: withCtx(() => _cache[3] || (_cache[3] = [
|
|
19759
|
+
home: withCtx(() => [..._cache[3] || (_cache[3] = [
|
|
19691
19760
|
createElementVNode("div", null, "首页hover-插槽", -1)
|
|
19692
|
-
])),
|
|
19693
|
-
issues: withCtx(() => _cache[4] || (_cache[4] = [
|
|
19761
|
+
])]),
|
|
19762
|
+
issues: withCtx(() => [..._cache[4] || (_cache[4] = [
|
|
19694
19763
|
createElementVNode("div", null, "issues hover-插槽", -1)
|
|
19695
|
-
])),
|
|
19764
|
+
])]),
|
|
19696
19765
|
_: 1
|
|
19697
19766
|
}, 8, ["sceneValue", "userInfo", "isLogin", "request", "globalStore", "independence", "collapseMode"])
|
|
19698
19767
|
]),
|
|
@@ -19708,18 +19777,18 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
19708
19777
|
key: "是",
|
|
19709
19778
|
value: true
|
|
19710
19779
|
}, {
|
|
19711
|
-
default: withCtx(() => _cache[5] || (_cache[5] = [
|
|
19712
|
-
createTextVNode("普通 Header")
|
|
19713
|
-
])),
|
|
19780
|
+
default: withCtx(() => [..._cache[5] || (_cache[5] = [
|
|
19781
|
+
createTextVNode("普通 Header", -1)
|
|
19782
|
+
])]),
|
|
19714
19783
|
_: 1
|
|
19715
19784
|
})),
|
|
19716
19785
|
(openBlock(), createBlock(unref(Radio), {
|
|
19717
19786
|
key: "否",
|
|
19718
19787
|
value: false
|
|
19719
19788
|
}, {
|
|
19720
|
-
default: withCtx(() => _cache[6] || (_cache[6] = [
|
|
19721
|
-
createTextVNode("企业版 Header")
|
|
19722
|
-
])),
|
|
19789
|
+
default: withCtx(() => [..._cache[6] || (_cache[6] = [
|
|
19790
|
+
createTextVNode("企业版 Header", -1)
|
|
19791
|
+
])]),
|
|
19723
19792
|
_: 1
|
|
19724
19793
|
}))
|
|
19725
19794
|
]),
|
|
@@ -19760,18 +19829,18 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
19760
19829
|
key: "是",
|
|
19761
19830
|
value: true
|
|
19762
19831
|
}, {
|
|
19763
|
-
default: withCtx(() => _cache[7] || (_cache[7] = [
|
|
19764
|
-
createTextVNode("是")
|
|
19765
|
-
])),
|
|
19832
|
+
default: withCtx(() => [..._cache[7] || (_cache[7] = [
|
|
19833
|
+
createTextVNode("是", -1)
|
|
19834
|
+
])]),
|
|
19766
19835
|
_: 1
|
|
19767
19836
|
})),
|
|
19768
19837
|
(openBlock(), createBlock(unref(Radio), {
|
|
19769
19838
|
key: "否",
|
|
19770
19839
|
value: false
|
|
19771
19840
|
}, {
|
|
19772
|
-
default: withCtx(() => _cache[8] || (_cache[8] = [
|
|
19773
|
-
createTextVNode("否")
|
|
19774
|
-
])),
|
|
19841
|
+
default: withCtx(() => [..._cache[8] || (_cache[8] = [
|
|
19842
|
+
createTextVNode("否", -1)
|
|
19843
|
+
])]),
|
|
19775
19844
|
_: 1
|
|
19776
19845
|
}))
|
|
19777
19846
|
]),
|
|
@@ -20643,13 +20712,13 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
20643
20712
|
});
|
|
20644
20713
|
return (_ctx, _cache) => {
|
|
20645
20714
|
return openBlock(), createElementBlock("div", {
|
|
20646
|
-
class: normalizeClass(["flex flex-1 g-input-button", [inputBtnClassName.value,
|
|
20715
|
+
class: normalizeClass(["flex flex-1 g-input-button", [inputBtnClassName.value, __props.error ? "g-input-button-error" : ""]])
|
|
20647
20716
|
}, [
|
|
20648
20717
|
createVNode(unref(Input), {
|
|
20649
20718
|
modelValue: unref(vModels),
|
|
20650
20719
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(vModels) ? vModels.value = $event : null),
|
|
20651
|
-
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label:
|
|
20652
|
-
autocomplete:
|
|
20720
|
+
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: __props.placeholder }),
|
|
20721
|
+
autocomplete: __props.autocomplete,
|
|
20653
20722
|
onChange: handleChange,
|
|
20654
20723
|
onFocus: handleInputFocus,
|
|
20655
20724
|
onBlur: handleInputBlur
|
|
@@ -20659,7 +20728,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
20659
20728
|
onClick: withModifiers(handleClick, ["stop"]),
|
|
20660
20729
|
class: normalizeClass([
|
|
20661
20730
|
"g-input-button-append",
|
|
20662
|
-
DisabledBtn.value || !
|
|
20731
|
+
DisabledBtn.value || !__props.hasMobile ? "g-input-button-append-inactive" : "g-input-button-append-active"
|
|
20663
20732
|
])
|
|
20664
20733
|
}, [
|
|
20665
20734
|
createElementVNode("span", _hoisted_1$a, toDisplayString$1(BtnText.value), 1)
|
|
@@ -20806,8 +20875,8 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
20806
20875
|
key: 1,
|
|
20807
20876
|
modelValue: unref(vModels),
|
|
20808
20877
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => isRef(vModels) ? vModels.value = $event : null)
|
|
20809
|
-
},
|
|
20810
|
-
placeholder:
|
|
20878
|
+
}, __props.prop, {
|
|
20879
|
+
placeholder: __props.placeholder,
|
|
20811
20880
|
onChange: handleChange
|
|
20812
20881
|
}), {
|
|
20813
20882
|
prepend: withCtx(() => [
|
|
@@ -21091,23 +21160,23 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21091
21160
|
rules: GroupRules,
|
|
21092
21161
|
ref_key: "FormRef",
|
|
21093
21162
|
ref: FormRef,
|
|
21094
|
-
"show-feedback":
|
|
21095
|
-
disabled:
|
|
21096
|
-
"message-type":
|
|
21097
|
-
layout:
|
|
21098
|
-
size:
|
|
21099
|
-
"label-size":
|
|
21100
|
-
"label-align":
|
|
21163
|
+
"show-feedback": __props.showFeedback,
|
|
21164
|
+
disabled: __props.disabled,
|
|
21165
|
+
"message-type": __props.MessageType,
|
|
21166
|
+
layout: __props.layout,
|
|
21167
|
+
size: __props.size,
|
|
21168
|
+
"label-size": __props.labelSize,
|
|
21169
|
+
"label-align": __props.labelAlign,
|
|
21101
21170
|
class: "g-form",
|
|
21102
21171
|
onInput: handleFormInput,
|
|
21103
21172
|
requirePosition: "right"
|
|
21104
21173
|
}, {
|
|
21105
21174
|
default: withCtx(() => [
|
|
21106
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
21175
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.DataList, (formItem) => {
|
|
21107
21176
|
return openBlock(), createBlock(unref(FormItem), {
|
|
21108
21177
|
key: formItem.key,
|
|
21109
21178
|
field: formItem.key,
|
|
21110
|
-
label:
|
|
21179
|
+
label: __props.showLabel ? formItem.label : "",
|
|
21111
21180
|
"help-tips": formItem.help,
|
|
21112
21181
|
"extra-info": formItem.extra,
|
|
21113
21182
|
style: normalizeStyle({ width: getItemWidth.value(formItem) })
|
|
@@ -21121,9 +21190,8 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21121
21190
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
21122
21191
|
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: formItem.label }),
|
|
21123
21192
|
onChange: () => handleChange(formItem.key),
|
|
21124
|
-
onKeydown: ($event) => formItem.key === "username" ? unref(handleUsernameKeydown) : void 0
|
|
21125
|
-
|
|
21126
|
-
}, formItem.props, {
|
|
21193
|
+
onKeydown: ($event) => formItem.key === "username" ? unref(handleUsernameKeydown) : void 0
|
|
21194
|
+
}, { ref_for: true }, formItem.props, {
|
|
21127
21195
|
autocomplete: autocompleteCalc((_a = formItem.props) == null ? void 0 : _a.autocomplete),
|
|
21128
21196
|
autofocus: formItem.key === "username",
|
|
21129
21197
|
spellcheck: false
|
|
@@ -21134,24 +21202,22 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21134
21202
|
onChange: ($event) => handleChange(formItem.key),
|
|
21135
21203
|
onClick: ($event) => handleOperate(formItem),
|
|
21136
21204
|
"onUpdate:countdown": ($event) => updateCountdown(formItem),
|
|
21137
|
-
placeholder: formItem.label
|
|
21138
|
-
|
|
21139
|
-
}, formItem.props, {
|
|
21205
|
+
placeholder: formItem.label
|
|
21206
|
+
}, { ref_for: true }, formItem.props, {
|
|
21140
21207
|
hasMobile: !!Data[(_b = formItem.props) == null ? void 0 : _b.aliasKey],
|
|
21141
21208
|
text: unref($t)("gitCodeLayout.userSetting.account.getVerificationCode"),
|
|
21142
|
-
error:
|
|
21209
|
+
error: __props.errors.msgError,
|
|
21143
21210
|
autocomplete: autocompleteCalc((_c = formItem.props) == null ? void 0 : _c.autocomplete)
|
|
21144
21211
|
}), null, 16, ["modelValue", "onUpdate:modelValue", "onChange", "onClick", "onUpdate:countdown", "placeholder", "hasMobile", "text", "error", "autocomplete"])) : formItem.type === "inputSelect" ? (openBlock(), createBlock(_sfc_main$b, mergeProps({
|
|
21145
21212
|
key: 2,
|
|
21146
21213
|
country: Data.country,
|
|
21147
|
-
class:
|
|
21214
|
+
class: __props.formErrors["mobile"] ? "input-select-error" : "",
|
|
21148
21215
|
modelValue: Data[formItem.key],
|
|
21149
21216
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
21150
21217
|
onSelectChange: _cache[0] || (_cache[0] = (evt) => handleSelectChange("country", evt)),
|
|
21151
21218
|
onChange: ($event) => handleChange(formItem.key),
|
|
21152
|
-
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: formItem.label })
|
|
21153
|
-
|
|
21154
|
-
}, formItem.props, {
|
|
21219
|
+
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: formItem.label })
|
|
21220
|
+
}, { ref_for: true }, formItem.props, {
|
|
21155
21221
|
editableSelect: formItem.editableSelect
|
|
21156
21222
|
}), null, 16, ["country", "class", "modelValue", "onUpdate:modelValue", "onChange", "placeholder", "editableSelect"])) : (openBlock(), createBlock(resolveDynamicComponent(formItem.render), mergeProps({
|
|
21157
21223
|
key: formItem.key,
|
|
@@ -21159,9 +21225,8 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21159
21225
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
21160
21226
|
onChange: ($event) => handleChange(formItem.key),
|
|
21161
21227
|
onClick: handleClick,
|
|
21162
|
-
placeholder: formItem.label
|
|
21163
|
-
|
|
21164
|
-
}, formItem.props), null, 16, ["modelValue", "onUpdate:modelValue", "onChange", "placeholder"]))
|
|
21228
|
+
placeholder: formItem.label
|
|
21229
|
+
}, { ref_for: true }, formItem.props), null, 16, ["modelValue", "onUpdate:modelValue", "onChange", "placeholder"]))
|
|
21165
21230
|
];
|
|
21166
21231
|
}),
|
|
21167
21232
|
_: 2
|
|
@@ -21206,7 +21271,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
21206
21271
|
return openBlock(), createElementBlock("div", _hoisted_1$8, [
|
|
21207
21272
|
createElementVNode("div", _hoisted_2$6, toDisplayString$1(unref($t)("gitCodeLayout.LoginModal.subtitle.otherLogin")), 1),
|
|
21208
21273
|
createElementVNode("div", _hoisted_3$6, [
|
|
21209
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
21274
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.logos, (icon) => {
|
|
21210
21275
|
return openBlock(), createElementBlock("div", {
|
|
21211
21276
|
key: icon.alt,
|
|
21212
21277
|
class: "rounded-[50%] w-[40px] h-[40px] border-[1px] icon-wrap border-solid cursor-pointer otherInfo-icon"
|
|
@@ -21312,7 +21377,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
21312
21377
|
return (_ctx, _cache) => {
|
|
21313
21378
|
return openBlock(), createElementBlock("div", _hoisted_1$7, [
|
|
21314
21379
|
createVNode(unref(Checkbox), {
|
|
21315
|
-
"model-value":
|
|
21380
|
+
"model-value": __props.modelValue,
|
|
21316
21381
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = (val) => emits("update:modelValue", val)),
|
|
21317
21382
|
size: "sm"
|
|
21318
21383
|
}, {
|
|
@@ -21331,7 +21396,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
21331
21396
|
_: 1
|
|
21332
21397
|
}, 8, ["model-value"]),
|
|
21333
21398
|
createVNode(unref(Checkbox), {
|
|
21334
|
-
"model-value":
|
|
21399
|
+
"model-value": __props.dataShareChecked,
|
|
21335
21400
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = (val) => emits("update:dataShareChecked", val)),
|
|
21336
21401
|
size: "sm"
|
|
21337
21402
|
}, {
|
|
@@ -21380,7 +21445,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
21380
21445
|
return (_ctx, _cache) => {
|
|
21381
21446
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
21382
21447
|
createVNode(unref(Checkbox), {
|
|
21383
|
-
"model-value":
|
|
21448
|
+
"model-value": __props.modelValue,
|
|
21384
21449
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = (val) => emits("update:modelValue", val)),
|
|
21385
21450
|
size: "sm",
|
|
21386
21451
|
class: "mt-[6px] agree-module flex items-center"
|
|
@@ -21401,7 +21466,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
21401
21466
|
_: 3
|
|
21402
21467
|
}, 8, ["model-value"]),
|
|
21403
21468
|
createVNode(unref(Checkbox), {
|
|
21404
|
-
"model-value":
|
|
21469
|
+
"model-value": __props.dataShareChecked,
|
|
21405
21470
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = (val) => emits("update:dataShareChecked", val)),
|
|
21406
21471
|
size: "sm",
|
|
21407
21472
|
class: "mb-[12px]"
|
|
@@ -21443,14 +21508,14 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
21443
21508
|
return (_ctx, _cache) => {
|
|
21444
21509
|
return openBlock(), createElementBlock("div", _hoisted_1$5, [
|
|
21445
21510
|
createElementVNode("div", _hoisted_2$3, [
|
|
21446
|
-
|
|
21511
|
+
__props.showBack ? (openBlock(), createElementBlock("img", {
|
|
21447
21512
|
key: 0,
|
|
21448
|
-
src:
|
|
21513
|
+
src: __props.icon,
|
|
21449
21514
|
class: "w-[24px] cursor-pointer",
|
|
21450
21515
|
onClick: withModifiers(handleClick, ["stop"])
|
|
21451
21516
|
}, null, 8, _hoisted_3$3)) : createCommentVNode("", true)
|
|
21452
21517
|
]),
|
|
21453
|
-
|
|
21518
|
+
__props.showTitle ? (openBlock(), createElementBlock("span", _hoisted_4$2, toDisplayString$1(__props.title), 1)) : createCommentVNode("", true)
|
|
21454
21519
|
]);
|
|
21455
21520
|
};
|
|
21456
21521
|
}
|
|
@@ -21484,7 +21549,7 @@ const verifyCodeRegExp4 = /^\d{4}$/;
|
|
|
21484
21549
|
const verifyCodeRegExp6 = /^\d{6}$/;
|
|
21485
21550
|
const mobileRegExp = /^1[3-9]\d{9}$/;
|
|
21486
21551
|
const usernameRegExp = /^(?!-)[a-zA-Z][a-zA-Z0-9_-]{1,49}$/;
|
|
21487
|
-
const metadata = { "version": 4, "country_calling_codes": { "1": ["US", "AG", "AI", "AS", "BB", "BM", "BS", "CA", "DM", "DO", "GD", "GU", "JM", "KN", "KY", "LC", "MP", "MS", "PR", "SX", "TC", "TT", "VC", "VG", "VI"], "7": ["RU", "KZ"], "20": ["EG"], "27": ["ZA"], "30": ["GR"], "31": ["NL"], "32": ["BE"], "33": ["FR"], "34": ["ES"], "36": ["HU"], "39": ["IT", "VA"], "40": ["RO"], "41": ["CH"], "43": ["AT"], "44": ["GB", "GG", "IM", "JE"], "45": ["DK"], "46": ["SE"], "47": ["NO", "SJ"], "48": ["PL"], "49": ["DE"], "51": ["PE"], "52": ["MX"], "53": ["CU"], "54": ["AR"], "55": ["BR"], "56": ["CL"], "57": ["CO"], "58": ["VE"], "60": ["MY"], "61": ["AU", "CC", "CX"], "62": ["ID"], "63": ["PH"], "64": ["NZ"], "65": ["SG"], "66": ["TH"], "81": ["JP"], "82": ["KR"], "84": ["VN"], "86": ["CN"], "90": ["TR"], "91": ["IN"], "92": ["PK"], "93": ["AF"], "94": ["LK"], "95": ["MM"], "98": ["IR"], "211": ["SS"], "212": ["MA", "EH"], "213": ["DZ"], "216": ["TN"], "218": ["LY"], "220": ["GM"], "221": ["SN"], "222": ["MR"], "223": ["ML"], "224": ["GN"], "225": ["CI"], "226": ["BF"], "227": ["NE"], "228": ["TG"], "229": ["BJ"], "230": ["MU"], "231": ["LR"], "232": ["SL"], "233": ["GH"], "234": ["NG"], "235": ["TD"], "236": ["CF"], "237": ["CM"], "238": ["CV"], "239": ["ST"], "240": ["GQ"], "241": ["GA"], "242": ["CG"], "243": ["CD"], "244": ["AO"], "245": ["GW"], "246": ["IO"], "247": ["AC"], "248": ["SC"], "249": ["SD"], "250": ["RW"], "251": ["ET"], "252": ["SO"], "253": ["DJ"], "254": ["KE"], "255": ["TZ"], "256": ["UG"], "257": ["BI"], "258": ["MZ"], "260": ["ZM"], "261": ["MG"], "262": ["RE", "YT"], "263": ["ZW"], "264": ["NA"], "265": ["MW"], "266": ["LS"], "267": ["BW"], "268": ["SZ"], "269": ["KM"], "290": ["SH", "TA"], "291": ["ER"], "297": ["AW"], "298": ["FO"], "299": ["GL"], "350": ["GI"], "351": ["PT"], "352": ["LU"], "353": ["IE"], "354": ["IS"], "355": ["AL"], "356": ["MT"], "357": ["CY"], "358": ["FI", "AX"], "359": ["BG"], "370": ["LT"], "371": ["LV"], "372": ["EE"], "373": ["MD"], "374": ["AM"], "375": ["BY"], "376": ["AD"], "377": ["MC"], "378": ["SM"], "380": ["UA"], "381": ["RS"], "382": ["ME"], "383": ["XK"], "385": ["HR"], "386": ["SI"], "387": ["BA"], "389": ["MK"], "420": ["CZ"], "421": ["SK"], "423": ["LI"], "500": ["FK"], "501": ["BZ"], "502": ["GT"], "503": ["SV"], "504": ["HN"], "505": ["NI"], "506": ["CR"], "507": ["PA"], "508": ["PM"], "509": ["HT"], "590": ["GP", "BL", "MF"], "591": ["BO"], "592": ["GY"], "593": ["EC"], "594": ["GF"], "595": ["PY"], "596": ["MQ"], "597": ["SR"], "598": ["UY"], "599": ["CW", "BQ"], "670": ["TL"], "672": ["NF"], "673": ["BN"], "674": ["NR"], "675": ["PG"], "676": ["TO"], "677": ["SB"], "678": ["VU"], "679": ["FJ"], "680": ["PW"], "681": ["WF"], "682": ["CK"], "683": ["NU"], "685": ["WS"], "686": ["KI"], "687": ["NC"], "688": ["TV"], "689": ["PF"], "690": ["TK"], "691": ["FM"], "692": ["MH"], "850": ["KP"], "852": ["HK"], "853": ["MO"], "855": ["KH"], "856": ["LA"], "880": ["BD"], "886": ["TW"], "960": ["MV"], "961": ["LB"], "962": ["JO"], "963": ["SY"], "964": ["IQ"], "965": ["KW"], "966": ["SA"], "967": ["YE"], "968": ["OM"], "970": ["PS"], "971": ["AE"], "972": ["IL"], "973": ["BH"], "974": ["QA"], "975": ["BT"], "976": ["MN"], "977": ["NP"], "992": ["TJ"], "993": ["TM"], "994": ["AZ"], "995": ["GE"], "996": ["KG"], "998": ["UZ"] }, "countries": { "AC": ["247", "00", "(?:[01589]\\d|[46])\\d{4}", [5, 6]], "AD": ["376", "00", "(?:1|6\\d)\\d{7}|[135-9]\\d{5}", [6, 8, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["[135-9]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["1"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]]], "AE": ["971", "00", "(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{2,9})", "$1 $2", ["60|8"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[236]|[479][2-8]"], "0$1"], ["(\\d{3})(\\d)(\\d{5})", "$1 $2 $3", ["[479]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"]], "0"], "AF": ["93", "00", "[2-7]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"]], "0"], "AG": ["1", "011", "(?:268|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([457]\\d{6})$|1", "268$1", 0, "268"], "AI": ["1", "011", "(?:264|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2457]\\d{6})$|1", "264$1", 0, "264"], "AL": ["355", "00", "(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}", [6, 7, 8, 9], [["(\\d{3})(\\d{3,4})", "$1 $2", ["80|9"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["4[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2358][2-5]|4"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["[23578]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["6"], "0$1"]], "0"], "AM": ["374", "00", "(?:[1-489]\\d|55|60|77)\\d{6}", [8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[89]0"], "0 $1"], ["(\\d{3})(\\d{5})", "$1 $2", ["2|3[12]"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["1|47"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[3-9]"], "0$1"]], "0"], "AO": ["244", "00", "[29]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[29]"]]]], "AR": ["54", "00", "(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}", [10, 11], [["(\\d{4})(\\d{2})(\\d{4})", "$1 $2-$3", ["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])", "2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["1"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2-$3", ["[23]"], "0$1", 1], ["(\\d)(\\d{4})(\\d{2})(\\d{4})", "$2 15-$3-$4", ["9(?:2[2-469]|3[3-578])", "9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))", "9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 15-$3-$4", ["91"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d{3})(\\d{3})(\\d{5})", "$1-$2-$3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 15-$3-$4", ["9"], "0$1", 0, "$1 $2 $3-$4"]], "0", 0, "0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?", "9$1"], "AS": ["1", "011", "(?:[58]\\d\\d|684|900)\\d{7}", [10], 0, "1", 0, "([267]\\d{6})$|1", "684$1", 0, "684"], "AT": ["43", "00", "1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3,12})", "$1 $2", ["1(?:11|[2-9])"], "0$1"], ["(\\d{3})(\\d{2})", "$1 $2", ["517"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["5[079]"], "0$1"], ["(\\d{3})(\\d{3,10})", "$1 $2", ["(?:31|4)6|51|6(?:5[0-3579]|[6-9])|7(?:20|32|8)|[89]"], "0$1"], ["(\\d{4})(\\d{3,9})", "$1 $2", ["[2-467]|5[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,7})", "$1 $2 $3", ["5"], "0$1"]], "0"], "AU": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}", [5, 6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{3,4})", "$1 $2", ["16"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["16"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["14|4"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[2378]"], "(0$1)"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:30|[89])"]]], "0", 0, "(183[12])|0", 0, 0, 0, [["(?:(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|7(?:[013-57-9]\\d|2[0-8]))\\d|3(?:(?:[0-3589]\\d|6[1-9]|7[0-35-9])\\d|4(?:[0-578]\\d|90)))\\d\\d|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4])|3\\d\\d)|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, ["163\\d{2,6}", [5, 6, 7, 8, 9]], ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "AW": ["297", "00", "(?:[25-79]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[25-9]"]]]], "AX": ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}", [5, 6, 7, 8, 9, 10, 11, 12], 0, "0", 0, 0, 0, 0, "18", 0, "00"], "AZ": ["994", "00", "365\\d{6}|(?:[124579]\\d|60|88)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[28]|2|365|46", "1[28]|2|365[45]|46", "1[28]|2|365(?:4|5[02])|46"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[13-9]"], "0$1"]], "0"], "BA": ["387", "00", "6\\d{8}|(?:[35689]\\d|49|70)\\d{6}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[1-3]|[7-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2-$3", ["[3-5]|6[56]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["6"], "0$1"]], "0"], "BB": ["1", "011", "(?:246|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "246$1", 0, "246"], "BD": ["880", "00", "[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{4,6})", "$1-$2", ["31[5-8]|[459]1"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1-$2", ["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"], "0$1"], ["(\\d{4})(\\d{3,6})", "$1-$2", ["[13-9]|2[23]"], "0$1"], ["(\\d)(\\d{7,8})", "$1-$2", ["2"], "0$1"]], "0"], "BE": ["32", "00", "4\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:80|9)0"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[239]|4[23]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[15-8]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4"], "0$1"]], "0"], "BF": ["226", "00", "[025-7]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[025-7]"]]]], "BG": ["359", "00", "00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}", [6, 7, 8, 9, 12], [["(\\d)(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["43[1-6]|70[1-9]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:70|8)0"], "0$1"], ["(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3", ["43[1-7]|7"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[48]|9[08]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"]], "0"], "BH": ["973", "00", "[136-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[13679]|8[02-4679]"]]]], "BI": ["257", "00", "(?:[267]\\d|31)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2367]"]]]], "BJ": ["229", "00", "(?:01\\d|[24-689])\\d{7}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["0"]]]], "BL": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "BM": ["1", "011", "(?:441|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "441$1", 0, "441"], "BN": ["673", "00", "[2-578]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-578]"]]]], "BO": ["591", "00(?:1\\d)?", "8001\\d{5}|(?:[2-467]\\d|50)\\d{6}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[235]|4[46]"]], ["(\\d{8})", "$1", ["[67]"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["8"]]], "0", 0, "0(1\\d)?"], "BQ": ["599", "00", "(?:[34]1|7\\d)\\d{5}", [7], 0, 0, 0, 0, 0, 0, "[347]"], "BR": ["55", "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)", "(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-46-9]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}", [8, 9, 10, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["300|4(?:0[02]|37)", "4(?:02|37)0|[34]00"]], ["(\\d{3})(\\d{2,3})(\\d{4})", "$1 $2 $3", ["(?:[358]|90)0"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"], "($1)"], ["(\\d{2})(\\d{5})(\\d{4})", "$1 $2-$3", ["[16][1-9]|[2-57-9]"], "($1)"]], "0", 0, "(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?", "$2"], "BS": ["1", "011", "(?:242|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([3-8]\\d{6})$|1", "242$1", 0, "242"], "BT": ["975", "00", "[17]\\d{7}|[2-8]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-68]|7[246]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[67]|7"]]]], "BW": ["267", "00", "(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["90"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[24-6]|3[15-9]"]], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37]"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["8"]]]], "BY": ["375", "810", "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3})", "$1 $2", ["800"], "8 $1"], ["(\\d{3})(\\d{2})(\\d{2,4})", "$1 $2 $3", ["800"], "8 $1"], ["(\\d{4})(\\d{2})(\\d{3})", "$1 $2-$3", ["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])", "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"], "8 0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["1(?:[56]|7[467])|2[1-3]"], "8 0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-4]"], "8 0$1"], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[89]"], "8 $1"]], "8", 0, "0|80?", 0, 0, 0, 0, "8~10"], "BZ": ["501", "00", "(?:0800\\d|[2-8])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-8]"]], ["(\\d)(\\d{3})(\\d{4})(\\d{3})", "$1-$2-$3-$4", ["0"]]]], "CA": ["1", "011", "[2-9]\\d{9}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|9(?:0[25]|42))[2-9]\\d{6}", [10]], ["", [10]], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}", [10]], ["900[2-9]\\d{6}", [10]], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:2[125-9]|33|44|66|77|88)|6(?:22|33))[2-9]\\d{6}", [10]], 0, ["310\\d{4}", [7]], 0, ["600[2-9]\\d{6}", [10]]]], "CC": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "CD": ["243", "00", "(?:(?:[189]|5\\d)\\d|2)\\d{7}|[1-68]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[1-6]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["5"], "0$1"]], "0"], "CF": ["236", "00", "(?:[27]\\d{3}|8776)\\d{4}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[278]"]]]], "CG": ["242", "00", "222\\d{6}|(?:0\\d|80)\\d{7}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[02]"]]]], "CH": ["41", "00", "8\\d{11}|[2-9]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8[047]|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]|81"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["8"], "0$1"]], "0"], "CI": ["225", "00", "[02]\\d{9}", [10], [["(\\d{2})(\\d{2})(\\d)(\\d{5})", "$1 $2 $3 $4", ["2"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3 $4", ["0"]]]], "CK": ["682", "00", "[2-578]\\d{4}", [5], [["(\\d{2})(\\d{3})", "$1 $2", ["[2-578]"]]]], "CL": ["56", "(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0", "12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}", [9, 10, 11], [["(\\d{5})(\\d{4})", "$1 $2", ["219", "2196"], "($1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["44"]], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2[1-36]"], "($1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["9[2-9]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["60|8"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{3})(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["60"]]]], "CM": ["237", "00", "[26]\\d{8}|88\\d{6,7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["88"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[26]|88"]]]], "CN": ["86", "00|1(?:[12]\\d|79)\\d\\d00", "(?:(?:1[03-689]|2\\d)\\d\\d|6)\\d{8}|1\\d{10}|[126]\\d{6}(?:\\d(?:\\d{2})?)?|86\\d{5,6}|(?:[3-579]\\d|8[0-57-9])\\d{5,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]|3(?:[157]|35|49|9[1-68])|4(?:1[124-9]|2[179]|6[47-9]|7|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:07|1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3|4[13]|5[1-5]|7[0-79]|9[0-35-9])|(?:4[35]|59|85)[1-9]", "(?:10|2[0-57-9])(?:1[02]|9[56])|8078|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))1", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|80781|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))12", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|807812|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:078|1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123"], "0$1"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]", "(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]", "85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])", "85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["(?:4|80)0"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|2(?:[02-57-9]|1[1-9])", "10|2(?:[02-57-9]|1[1-9])", "10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"], "0$1", 1], ["(\\d{3})(\\d{7,8})", "$1 $2", ["9"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["80"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[3-578]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["1[3-9]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["[12]"], "0$1", 1]], "0", 0, "(1(?:[12]\\d|79)\\d\\d)|0", 0, 0, 0, 0, "00"], "CO": ["57", "00(?:4(?:[14]4|56)|[579])", "(?:46|60\\d\\d)\\d{6}|(?:1\\d|[39])\\d{9}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["46"]], ["(\\d{3})(\\d{7})", "$1 $2", ["6|90"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3[0-357]|91"]], ["(\\d)(\\d{3})(\\d{7})", "$1-$2-$3", ["1"], "0$1", 0, "$1 $2 $3"]], "0", 0, "0([3579]|4(?:[14]4|56))?"], "CR": ["506", "00", "(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}", [8, 10], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[3-9]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[89]"]]], 0, 0, "(19(?:0[0-2468]|1[09]|20|66|77|99))"], "CU": ["53", "119", "(?:[2-7]|8\\d\\d)\\d{7}|[2-47]\\d{6}|[34]\\d{5}", [6, 7, 8, 10], [["(\\d{2})(\\d{4,6})", "$1 $2", ["2[1-4]|[34]"], "(0$1)"], ["(\\d)(\\d{6,7})", "$1 $2", ["7"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["[56]"], "0$1"], ["(\\d{3})(\\d{7})", "$1 $2", ["8"], "0$1"]], "0"], "CV": ["238", "0", "(?:[2-59]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2-589]"]]]], "CW": ["599", "00", "(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[3467]"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["9[4-8]"]]], 0, 0, 0, 0, 0, "[69]"], "CX": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "CY": ["357", "00", "(?:[279]\\d|[58]0)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[257-9]"]]]], "CZ": ["420", "00", "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}", [9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]|9[015-7]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["96"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]]], "DE": ["49", "00", "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], [["(\\d{2})(\\d{3,13})", "$1 $2", ["3[02]|40|[68]9"], "0$1"], ["(\\d{3})(\\d{3,12})", "$1 $2", ["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1", "2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"], "0$1"], ["(\\d{4})(\\d{2,11})", "$1 $2", ["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]", "[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["138"], "0$1"], ["(\\d{5})(\\d{2,10})", "$1 $2", ["3"], "0$1"], ["(\\d{3})(\\d{5,11})", "$1 $2", ["181"], "0$1"], ["(\\d{3})(\\d)(\\d{4,10})", "$1 $2 $3", ["1(?:3|80)|9"], "0$1"], ["(\\d{3})(\\d{7,8})", "$1 $2", ["1[67]"], "0$1"], ["(\\d{3})(\\d{7,12})", "$1 $2", ["8"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["185", "1850", "18500"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["18[68]"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["15[1279]"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["15[03568]", "15(?:[0568]|31)"], "0$1"], ["(\\d{3})(\\d{8})", "$1 $2", ["18"], "0$1"], ["(\\d{3})(\\d{2})(\\d{7,8})", "$1 $2 $3", ["1(?:6[023]|7)"], "0$1"], ["(\\d{4})(\\d{2})(\\d{7})", "$1 $2 $3", ["15[279]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{8})", "$1 $2 $3", ["15"], "0$1"]], "0"], "DJ": ["253", "00", "(?:2\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[27]"]]]], "DK": ["45", "00", "[2-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-9]"]]]], "DM": ["1", "011", "(?:[58]\\d\\d|767|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "767$1", 0, "767"], "DO": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "8001|8[024]9"], "DZ": ["213", "00", "(?:[1-4]|[5-79]\\d|80)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["9"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-8]"], "0$1"]], "0"], "EC": ["593", "00", "1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}", [8, 9, 10, 11], [["(\\d)(\\d{3})(\\d{4})", "$1 $2-$3", ["[2-7]"], "(0$1)", 0, "$1-$2-$3"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1"]]], "0"], "EE": ["372", "00", "8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88", "[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]], ["(\\d{4})(\\d{3,4})", "$1 $2", ["[45]|8(?:00|[1-49])", "[45]|8(?:00[1-9]|[1-49])"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], "EG": ["20", "00", "[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}", [8, 9, 10], [["(\\d)(\\d{7,8})", "$1 $2", ["[23]"], "0$1"], ["(\\d{2})(\\d{6,7})", "$1 $2", ["1[35]|[4-6]|8[2468]|9[235-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{8})", "$1 $2", ["1"], "0$1"]], "0"], "EH": ["212", "00", "[5-8]\\d{8}", [9], 0, "0", 0, 0, 0, 0, "528[89]"], "ER": ["291", "00", "[178]\\d{6}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[178]"], "0$1"]], "0"], "ES": ["34", "00", "[5-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]00"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-9]"]]]], "ET": ["251", "00", "(?:11|[2-579]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-579]"], "0$1"]], "0"], "FI": ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{5})", "$1", ["20[2-59]"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1 $2", ["(?:[1-3]0|[68])0|70[07-9]"], "0$1"], ["(\\d{2})(\\d{4,8})", "$1 $2", ["[14]|2[09]|50|7[135]"], "0$1"], ["(\\d{2})(\\d{6,10})", "$1 $2", ["7"], "0$1"], ["(\\d)(\\d{4,9})", "$1 $2", ["(?:19|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"], "0$1"]], "0", 0, 0, 0, 0, "1[03-79]|[2-9]", 0, "00"], "FJ": ["679", "0(?:0|52)", "45\\d{5}|(?:0800\\d|[235-9])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[235-9]|45"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "FK": ["500", "00", "[2-7]\\d{4}", [5]], "FM": ["691", "00", "(?:[39]\\d\\d|820)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[389]"]]]], "FO": ["298", "00", "[2-9]\\d{5}", [6], [["(\\d{6})", "$1", ["[2-9]"]]], 0, 0, "(10(?:01|[12]0|88))"], "FR": ["33", "00", "[1-9]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0 $1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[1-79]"], "0$1"]], "0"], "GA": ["241", "00", "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}", [7, 8], [["(\\d)(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-7]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["11|[67]"], "0$1"]], 0, 0, "0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})", "$1"], "GB": ["44", "00", "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}", [7, 9, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["800", "8001", "80011", "800111", "8001111"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["845", "8454", "84546", "845464"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["800"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["1(?:38|5[23]|69|76|94)", "1(?:(?:38|69)7|5(?:24|39)|768|946)", "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["1(?:[2-69][02-9]|[78])"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[25]|7(?:0|6[02-9])", "[25]|7(?:0|6(?:[03-9]|2[356]))"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1389]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0-35])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|50))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-3]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}", [9, 10]], ["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]], 0, " x"], "GD": ["1", "011", "(?:473|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "473$1", 0, "473"], "GE": ["995", "00", "(?:[3-57]\\d\\d|800)\\d{6}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["32"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[57]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[348]"], "0$1"]], "0"], "GF": ["594", "00", "(?:[56]94\\d|7093)\\d{5}|(?:80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]|9[47]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[89]"], "0$1"]], "0"], "GG": ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "([25-9]\\d{5})$|0", "1481$1", 0, 0, [["1481[25-9]\\d{5}", [10]], ["7(?:(?:781|839)\\d|911[17])\\d{5}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]]], "GH": ["233", "00", "(?:[235]\\d{3}|800)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[235]"], "0$1"]], "0"], "GI": ["350", "00", "(?:[25]\\d|60)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["2"]]]], "GL": ["299", "00", "(?:19|[2-689]\\d|70)\\d{4}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["19|[2-9]"]]]], "GM": ["220", "00", "[2-9]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "GN": ["224", "00", "722\\d{6}|(?:3|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["3"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[67]"]]]], "GP": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0", 0, 0, 0, 0, 0, [["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "GQ": ["240", "00", "222\\d{6}|(?:3\\d|55|[89]0)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235]"]], ["(\\d{3})(\\d{6})", "$1 $2", ["[89]"]]]], "GR": ["30", "00", "5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}", [10, 11, 12], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["21|7"]], ["(\\d{4})(\\d{6})", "$1 $2", ["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2689]"]], ["(\\d{3})(\\d{3,4})(\\d{5})", "$1 $2 $3", ["8"]]]], "GT": ["502", "00", "80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-8]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "GU": ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "671$1", 0, "671"], "GW": ["245", "00", "[49]\\d{8}|4\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["40"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"]]]], "GY": ["592", "001", "(?:[2-8]\\d{3}|9008)\\d{3}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "HK": ["852", "00(?:30|5[09]|[126-9]?)", "8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}", [5, 6, 7, 8, 9, 11], [["(\\d{3})(\\d{2,5})", "$1 $2", ["900", "9003"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{3})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "HN": ["504", "00", "8\\d{10}|[237-9]\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["[237-9]"]]]], "HR": ["385", "00", "(?:[24-69]\\d|3[0-79])\\d{7}|80\\d{5,7}|[1-79]\\d{7}|6\\d{5,6}", [6, 7, 8, 9], [["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["6[01]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{4})(\\d{3})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6|7[245]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-57]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], "HT": ["509", "00", "(?:[2-489]\\d|55)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-589]"]]]], "HU": ["36", "00", "[235-7]\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "06 $1"]], "06"], "ID": ["62", "00[89]", "00[1-9]\\d{9,14}|(?:[1-36]|8\\d{5})\\d{6}|00\\d{9}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["15"]], ["(\\d{2})(\\d{5,9})", "$1 $2", ["2[124]|[36]1"], "(0$1)"], ["(\\d{3})(\\d{5,7})", "$1 $2", ["800"], "0$1"], ["(\\d{3})(\\d{5,8})", "$1 $2", ["[2-79]"], "(0$1)"], ["(\\d{3})(\\d{3,4})(\\d{3})", "$1-$2-$3", ["8[1-35-9]"], "0$1"], ["(\\d{3})(\\d{6,8})", "$1 $2", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["804"], "0$1"], ["(\\d{3})(\\d)(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["80"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1-$2-$3", ["8"], "0$1"]], "0"], "IE": ["353", "00", "(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["2[24-9]|47|58|6[237-9]|9[35-9]"], "(0$1)"], ["(\\d{3})(\\d{5})", "$1 $2", ["[45]0"], "(0$1)"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2569]|4[1-69]|7[14]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["81"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["4"], "(0$1)"], ["(\\d{2})(\\d)(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "IL": ["972", "0(?:0|1[2-9])", "1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}", [7, 8, 9, 10, 11, 12], [["(\\d{4})(\\d{3})", "$1-$2", ["125"]], ["(\\d{4})(\\d{2})(\\d{2})", "$1-$2-$3", ["121"]], ["(\\d)(\\d{3})(\\d{4})", "$1-$2-$3", ["[2-489]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1-$2-$3", ["12"]], ["(\\d{4})(\\d{6})", "$1-$2", ["159"]], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3-$4", ["1[7-9]"]], ["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})", "$1-$2 $3-$4", ["15"]]], "0"], "IM": ["44", "00", "1624\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([25-8]\\d{5})$|0", "1624$1", 0, "74576|(?:16|7[56])24"], "IN": ["91", "00", "(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}", [8, 9, 10, 11, 12, 13], [["(\\d{8})", "$1", ["5(?:0|2[23]|3[03]|[67]1|88)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"], 0, 1], ["(\\d{4})(\\d{4,5})", "$1 $2", ["180", "1800"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["140"], 0, 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["11|2[02]|33|4[04]|79[1-7]|80[2-46]", "11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])", "11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"], "0$1", 1], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807", "1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]", "1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"], "0$1", 1], ["(\\d{5})(\\d{5})", "$1 $2", ["[6-9]"], "0$1", 1], ["(\\d{4})(\\d{2,4})(\\d{4})", "$1 $2 $3", ["1(?:6|8[06])", "1(?:6|8[06]0)"], 0, 1], ["(\\d{4})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["18"], 0, 1]], "0"], "IO": ["246", "00", "3\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["3"]]]], "IQ": ["964", "00", "(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-6]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], "IR": ["98", "00", "[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}", [4, 5, 6, 7, 10], [["(\\d{4,5})", "$1", ["96"], "0$1"], ["(\\d{2})(\\d{4,5})", "$1 $2", ["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[1-8]"], "0$1"]], "0"], "IS": ["354", "00|1(?:0(?:01|[12]0)|100)", "(?:38\\d|[4-9])\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "IT": ["39", "00", "0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?", [6, 7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{4,6})", "$1 $2", ["0[26]"]], ["(\\d{3})(\\d{3,6})", "$1 $2", ["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])", "0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]], ["(\\d{4})(\\d{2,6})", "$1 $2", ["0(?:[13-579][2-46-8]|8[236-8])"]], ["(\\d{4})(\\d{4})", "$1 $2", ["894"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[26]|5"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1(?:44|[679])|[378]|43"]], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[13-57-9][0159]|14"]], ["(\\d{2})(\\d{4})(\\d{5})", "$1 $2 $3", ["0[26]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, [["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}", [6, 7, 8, 9, 10, 11]], ["3[2-9]\\d{7,8}|(?:31|43)\\d{8}", [9, 10]], ["80(?:0\\d{3}|3)\\d{3}", [6, 9]], ["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}", [6, 8, 9, 10]], ["1(?:78\\d|99)\\d{6}", [9, 10]], ["3[2-8]\\d{9,10}", [11, 12]], 0, 0, ["55\\d{8}", [10]], ["84(?:[08]\\d{3}|[17])\\d{3}", [6, 9]]]], "JE": ["44", "00", "1534\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([0-24-8]\\d{5})$|0", "1534$1", 0, 0, [["1534[0-24-8]\\d{5}"], ["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\d{5}"], ["80(?:07(?:35|81)|8901)\\d{4}"], ["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"], ["701511\\d{4}"], 0, ["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"], ["56\\d{8}"]]], "JM": ["1", "011", "(?:[58]\\d\\d|658|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "658|876"], "JO": ["962", "00", "(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2356]|87"], "(0$1)"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["70"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], "JP": ["81", "010", "00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}", [8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3", ["(?:12|57|99)0"], "0$1"], ["(\\d{4})(\\d)(\\d{4})", "$1-$2-$3", ["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2-$3", ["[36]|4(?:2[09]|7[01])", "[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3", ["[14]|[289][2-9]|5[3-9]|7[2-4679]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["800"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[257-9]"], "0$1"]], "0", 0, "(000[259]\\d{6})$|(?:(?:003768)0?)|0", "$1"], "KE": ["254", "000", "(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}", [7, 8, 9, 10], [["(\\d{2})(\\d{5,7})", "$1 $2", ["[24-6]"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[17]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], "KG": ["996", "00", "8\\d{9}|[235-9]\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["3(?:1[346]|[24-79])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-79]|88"], "0$1"], ["(\\d{3})(\\d{3})(\\d)(\\d{2,3})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "KH": ["855", "00[14-9]", "1\\d{9}|[1-9]\\d{7,8}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "KI": ["686", "00", "(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}", [5, 8], 0, "0"], "KM": ["269", "00", "[3478]\\d{6}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[3478]"]]]], "KN": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "869$1", 0, "869"], "KP": ["850", "00|99", "85\\d{6}|(?:19\\d|[2-7])\\d{7}", [8, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"]], "0"], "KR": ["82", "00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))", "00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}", [5, 6, 8, 9, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3,4})", "$1-$2", ["(?:3[1-3]|[46][1-4]|5[1-5])1"], "0$1"], ["(\\d{4})(\\d{4})", "$1-$2", ["1"]], ["(\\d)(\\d{3,4})(\\d{4})", "$1-$2-$3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[36]0|8"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1-$2-$3", ["[1346]|5[1-5]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{2})(\\d{5})(\\d{4})", "$1-$2-$3", ["5"], "0$1"]], "0", 0, "0(8(?:[1-46-8]|5\\d\\d))?"], "KW": ["965", "00", "18\\d{5}|(?:[2569]\\d|41)\\d{6}", [7, 8], [["(\\d{4})(\\d{3,4})", "$1 $2", ["[169]|2(?:[235]|4[1-35-9])|52"]], ["(\\d{3})(\\d{5})", "$1 $2", ["[245]"]]]], "KY": ["1", "011", "(?:345|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "345$1", 0, "345"], "KZ": ["7", "810", "(?:33622|8\\d{8})\\d{5}|[78]\\d{9}", [10, 14], 0, "8", 0, 0, 0, 0, "33|7", 0, "8~10"], "LA": ["856", "00", "[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2[13]|3[14]|[4-8]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["30[0135-9]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0"], "LB": ["961", "00", "[27-9]\\d{7}|[13-9]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27-9]"]]], "0"], "LC": ["1", "011", "(?:[58]\\d\\d|758|900)\\d{7}", [10], 0, "1", 0, "([2-8]\\d{6})$|1", "758$1", 0, "758"], "LI": ["423", "00", "[68]\\d{8}|(?:[2378]\\d|90)\\d{5}", [7, 9], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2379]|8(?:0[09]|7)", "[2379]|8(?:0(?:02|9)|7)"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["69"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]], "0", 0, "(1001)|0"], "LK": ["94", "00", "[1-9]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[1-689]"], "0$1"]], "0"], "LR": ["231", "00", "(?:[245]\\d|33|77|88)\\d{7}|(?:2\\d|[4-6])\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["4[67]|[56]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-578]"], "0$1"]], "0"], "LS": ["266", "00", "(?:[256]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2568]"]]]], "LT": ["370", "00", "(?:[3469]\\d|52|[78]0)\\d{6}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["52[0-7]"], "(0-$1)", 1], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0 $1", 1], ["(\\d{2})(\\d{6})", "$1 $2", ["37|4(?:[15]|6[1-8])"], "(0-$1)", 1], ["(\\d{3})(\\d{5})", "$1 $2", ["[3-6]"], "(0-$1)", 1]], "0", 0, "[08]"], "LU": ["352", "00", "35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}", [4, 5, 6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{3})", "$1 $2", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["20[2-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4", ["2(?:[0367]|4[3-8])"]], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["80[01]|90[015]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["20"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4 $5", ["2(?:[0367]|4[3-8])"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})", "$1 $2 $3 $4", ["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]], 0, 0, "(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"], "LV": ["371", "00", "(?:[268]\\d|90)\\d{6}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[269]|8[01]"]]]], "LY": ["218", "00", "[2-9]\\d{8}", [9], [["(\\d{2})(\\d{7})", "$1-$2", ["[2-9]"], "0$1"]], "0"], "MA": ["212", "00", "[5-8]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5[45]"], "0$1"], ["(\\d{4})(\\d{5})", "$1-$2", ["5(?:2[2-46-9]|3[3-9]|9)|8(?:0[89]|92)"], "0$1"], ["(\\d{2})(\\d{7})", "$1-$2", ["8"], "0$1"], ["(\\d{3})(\\d{6})", "$1-$2", ["[5-7]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["5(?:2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-467]|5[0-3]|8[0-5]))\\d{6}"], ["80[0-7]\\d{6}"], ["89\\d{7}"], 0, 0, 0, 0, ["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]], "MC": ["377", "00", "(?:[3489]|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["4"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[389]"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["6"], "0$1"]], "0"], "MD": ["373", "00", "(?:[235-7]\\d|[89]0)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["22|3"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[25-7]"], "0$1"]], "0"], "ME": ["382", "00", "(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "0$1"]], "0"], "MF": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "MG": ["261", "00", "[23]\\d{8}", [9], [["(\\d{2})(\\d{2})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0", 0, "([24-9]\\d{6})$|0", "20$1"], "MH": ["692", "011", "329\\d{4}|(?:[256]\\d|45)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-6]"]]], "1"], "MK": ["389", "00", "[2-578]\\d{7}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2|34[47]|4(?:[37]7|5[47]|64)"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[347]"], "0$1"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[58]"], "0$1"]], "0"], "ML": ["223", "00", "[24-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-9]"]]]], "MM": ["95", "00", "1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}", [6, 7, 8, 9, 10], [["(\\d)(\\d{2})(\\d{3})", "$1 $2 $3", ["16|2"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["4(?:[2-46]|5[3-5])|5|6(?:[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-5]|(?:60|86)[23]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|452|678|86", "[12]|452|6788|86"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[4-7]|8[1-35]"], "0$1"], ["(\\d)(\\d{3})(\\d{4,6})", "$1 $2 $3", ["9(?:2[0-4]|[35-9]|4[137-9])"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["92"], "0$1"], ["(\\d)(\\d{5})(\\d{4})", "$1 $2 $3", ["9"], "0$1"]], "0"], "MN": ["976", "001", "[12]\\d{7,9}|[5-9]\\d{7}", [8, 9, 10], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[12]1"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[5-9]"]], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[12]2[1-3]"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["[12](?:27|3[2-8]|4[2-68]|5[1-4689])", "[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["[12]"], "0$1"]], "0"], "MO": ["853", "00", "0800\\d{3}|(?:28|[68]\\d)\\d{6}", [7, 8], [["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[268]"]]]], "MP": ["1", "011", "[58]\\d{9}|(?:67|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "670$1", 0, "670"], "MQ": ["596", "00", "(?:596\\d|7091)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]|8(?:0[6-9]|[36])"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "MR": ["222", "00", "(?:[2-4]\\d\\d|800)\\d{5}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-48]"]]]], "MS": ["1", "011", "(?:[58]\\d\\d|664|900)\\d{7}", [10], 0, "1", 0, "([34]\\d{6})$|1", "664$1", 0, "664"], "MT": ["356", "00", "3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2357-9]"]]]], "MU": ["230", "0(?:0|[24-7]0|3[03])", "(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46]|8[013]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[57]"]], ["(\\d{5})(\\d{5})", "$1 $2", ["8"]]], 0, 0, 0, 0, 0, 0, 0, "020"], "MV": ["960", "0(?:0|19)", "(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}", [7, 10], [["(\\d{3})(\\d{4})", "$1-$2", ["[34679]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "MW": ["265", "00", "(?:[1289]\\d|31|77)\\d{7}|1\\d{6}", [7, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["1[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[137-9]"], "0$1"]], "0"], "MX": ["52", "0[09]", "[2-9]\\d{9}", [10], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["33|5[56]|81"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "MY": ["60", "00", "1\\d{8,9}|(?:3\\d|[4-9])\\d{7}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1-$2 $3", ["[4-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1-$2 $3", ["1(?:[02469]|[378][1-9]|53)|8", "1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2 $3", ["3"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3-$4", ["1(?:[367]|80)"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2 $3", ["15"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2 $3", ["1"], "0$1"]], "0"], "MZ": ["258", "00", "(?:2|8\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2|8[2-79]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], "NA": ["264", "00", "[68]\\d{7,8}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["87"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], "NC": ["687", "00", "(?:050|[2-57-9]\\d\\d)\\d{3}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1.$2.$3", ["[02-57-9]"]]]], "NE": ["227", "00", "[027-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["08"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[089]|2[013]|7[0467]"]]]], "NF": ["672", "00", "[13]\\d{5}", [6], [["(\\d{2})(\\d{4})", "$1 $2", ["1[0-3]"]], ["(\\d)(\\d{5})", "$1 $2", ["[13]"]]], 0, 0, "([0-258]\\d{4})$", "3$1"], "NG": ["234", "009", "38\\d{6}|[78]\\d{9,13}|(?:20|9\\d)\\d{8}", [8, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["3"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["20[129]"], "0$1"], ["(\\d{4})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{3})(\\d{5})(\\d{5,6})", "$1 $2 $3", ["[78]"], "0$1"]], "0"], "NI": ["505", "00", "(?:1800|[25-8]\\d{3})\\d{4}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[125-8]"]]]], "NL": ["31", "00", "(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}", [5, 6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{4,7})", "$1 $2", ["[89]0"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["66"], "0$1"], ["(\\d)(\\d{8})", "$1 $2", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-578]|91"], "0$1"], ["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3", ["9"], "0$1"]], "0"], "NO": ["47", "00", "(?:0|[2-9]\\d{3})\\d{4}", [5, 8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]"]]], 0, 0, 0, 0, 0, "[02-689]|7[0-8]"], "NP": ["977", "00", "(?:1\\d|9)\\d{9}|[1-9]\\d{7}", [8, 10, 11], [["(\\d)(\\d{7})", "$1-$2", ["1[2-6]"], "0$1"], ["(\\d{2})(\\d{6})", "$1-$2", ["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"], "0$1"], ["(\\d{3})(\\d{7})", "$1-$2", ["9"]]], "0"], "NR": ["674", "00", "(?:444|(?:55|8\\d)\\d|666)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-68]"]]]], "NU": ["683", "00", "(?:[4-7]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], "NZ": ["64", "0(?:0|161)", "[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|8|90", "50(?:[0367]|88)|8|90"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["24|[346]|7[2-57-9]|9[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:10|74)|[589]"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1|2[028]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,5})", "$1 $2 $3", ["2(?:[169]|7[0-35-9])|7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00"], "OM": ["968", "00", "(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}", [7, 8, 9], [["(\\d{3})(\\d{4,6})", "$1 $2", ["[58]"]], ["(\\d{2})(\\d{6})", "$1 $2", ["2"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[179]"]]]], "PA": ["507", "00", "(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}", [7, 8, 10, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[1-57-9]"]], ["(\\d{4})(\\d{4})", "$1-$2", ["[68]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]]], "PE": ["51", "00|19(?:1[124]|77|90)00", "(?:[14-8]|9\\d)\\d{7}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["80"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["1"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[4-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"]]], "0", 0, 0, 0, 0, 0, 0, "00", " Anexo "], "PF": ["689", "00", "4\\d{5}(?:\\d{2})?|8\\d{7,8}", [6, 8, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["44"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4|8[7-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], "PG": ["675", "00|140[1-3]", "(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["18|[2-69]|85"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[78]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "PH": ["63", "00", "(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}", [6, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{5})", "$1 $2", ["2"], "(0$1)"], ["(\\d{4})(\\d{4,6})", "$1 $2", ["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2", "3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"], "(0$1)"], ["(\\d{5})(\\d{4})", "$1 $2", ["346|4(?:27|9[35])|883", "3469|4(?:279|9(?:30|56))|8834"], "(0$1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|8[2-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["1"]]], "0"], "PK": ["92", "00", "122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,7})", "$1 $2 $3", ["[89]0"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["1"]], ["(\\d{3})(\\d{6,7})", "$1 $2", ["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])", "9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"], "(0$1)"], ["(\\d{2})(\\d{7,8})", "$1 $2", ["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"], "(0$1)"], ["(\\d{5})(\\d{5})", "$1 $2", ["58"], "(0$1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[24-9]"], "(0$1)"]], "0"], "PL": ["48", "00", "(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|20|64"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1", "(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["64"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[2-8]|[2-7]|8[1-79]|9[145]"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["8"]]]], "PM": ["508", "00", "[45]\\d{5}|(?:708|8\\d\\d)\\d{6}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[45]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "PR": ["1", "011", "(?:[589]\\d\\d|787)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "787|939"], "PS": ["970", "00", "[2489]2\\d{6}|(?:1\\d|5)\\d{8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2489]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "PT": ["351", "00", "1693\\d{5}|(?:[26-9]\\d|30)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["2[12]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["16|[236-9]"]]]], "PW": ["680", "01[12]", "(?:[24-8]\\d\\d|345|900)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "PY": ["595", "00", "59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3,6})", "$1 $2", ["[2-9]0"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"], "(0$1)"], ["(\\d{3})(\\d{4,5})", "$1 $2", ["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["87"]], ["(\\d{3})(\\d{6})", "$1 $2", ["9(?:[5-79]|8[1-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"]]], "0"], "QA": ["974", "00", "800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}", [7, 8, 9, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["2[16]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[3-7]"]]]], "RE": ["262", "00", "709\\d{6}|(?:26|[689]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"], ["(?:69(?:2\\d\\d|3(?:[06][0-6]|1[013]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\d{4}"], ["80\\d{7}"], ["89[1-37-9]\\d{6}"], 0, 0, 0, 0, ["9(?:399[0-3]|479[0-6]|76(?:2[278]|3[0-37]))\\d{4}"], ["8(?:1[019]|2[0156]|84|90)\\d{6}"]]], "RO": ["40", "00", "(?:[236-8]\\d|90)\\d{7}|[23]\\d{5}", [6, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["2[3-6]", "2[3-6]\\d9"], "0$1"], ["(\\d{2})(\\d{4})", "$1 $2", ["219|31"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[23]1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[236-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, " int "], "RS": ["381", "00", "38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}", [6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{3,9})", "$1 $2", ["(?:2[389]|39)0|[7-9]"], "0$1"], ["(\\d{2})(\\d{5,10})", "$1 $2", ["[1-36]"], "0$1"]], "0"], "RU": ["7", "810", "8\\d{13}|[347-9]\\d{9}", [10, 14], [["(\\d{4})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-8]|2[1-9])", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"], "8 ($1)", 1], ["(\\d{5})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-68]|2[1-9])", "7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))", "7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[349]|8(?:[02-7]|1[1-8])"], "8 ($1)", 1], ["(\\d{4})(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["8"], "8 ($1)"]], "8", 0, 0, 0, 0, "3[04-689]|[489]", 0, "8~10"], "RW": ["250", "00", "(?:06|[27]\\d\\d|[89]00)\\d{6}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0$1"]], "0"], "SA": ["966", "00", "92\\d{7}|(?:[15]|8\\d)\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["9"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["81"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]], "0"], "SB": ["677", "0[01]", "[6-9]\\d{6}|[1-6]\\d{4}", [5, 7], [["(\\d{2})(\\d{5})", "$1 $2", ["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]], "SC": ["248", "010|0[0-2]", "(?:[2489]\\d|64)\\d{5}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[246]|9[57]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "SD": ["249", "00", "[19]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], "SE": ["46", "00", "(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}", [6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["20"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{4})", "$1-$2", ["9(?:00|39|44|9)"], "0$1", 0, "$1 $2"], ["(\\d{2})(\\d{3})(\\d{2})", "$1-$2 $3", ["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3"], ["(\\d)(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{2,3})(\\d{3})", "$1-$2 $3", ["9(?:00|39|44)"], "0$1", 0, "$1 $2 $3"], ["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["10|7"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{3})", "$1-$2 $3 $4", ["9"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4 $5", ["[26]"], "0$1", 0, "$1 $2 $3 $4 $5"]], "0"], "SG": ["65", "0[0-3]\\d", "(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[369]|8(?:0[1-9]|[1-9])"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{4})(\\d{4})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "SH": ["290", "00", "(?:[256]\\d|8)\\d{3}", [4, 5], 0, 0, 0, 0, 0, 0, "[256]"], "SI": ["386", "00|10(?:22|66|88|99)", "[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}", [5, 6, 7, 8], [["(\\d{2})(\\d{3,6})", "$1 $2", ["8[09]|9"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["59|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37][01]|4[0139]|51|6"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-57]"], "(0$1)"]], "0", 0, 0, 0, 0, 0, 0, "00"], "SJ": ["47", "00", "0\\d{4}|(?:[489]\\d|79)\\d{6}", [5, 8], 0, 0, 0, 0, 0, 0, "79"], "SK": ["421", "00", "[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}", [6, 7, 9], [["(\\d)(\\d{2})(\\d{3,4})", "$1 $2 $3", ["21"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["[3-5][1-8]1", "[3-5][1-8]1[67]"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1/$2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[689]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1/$2 $3 $4", ["[3-5]"], "0$1"]], "0"], "SL": ["232", "00", "(?:[237-9]\\d|66)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[236-9]"], "(0$1)"]], "0"], "SM": ["378", "00", "(?:0549|[5-7]\\d)\\d{6}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]"]], ["(\\d{4})(\\d{6})", "$1 $2", ["0"]]], 0, 0, "([89]\\d{5})$", "0549$1"], "SN": ["221", "00", "(?:[378]\\d|93)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[379]"]]]], "SO": ["252", "00", "[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}", [6, 7, 8, 9], [["(\\d{2})(\\d{4})", "$1 $2", ["8[125]"]], ["(\\d{6})", "$1", ["[134]"]], ["(\\d)(\\d{6})", "$1 $2", ["[15]|2[0-79]|3[0-46-8]|4[0-7]"]], ["(\\d)(\\d{7})", "$1 $2", ["(?:2|90)4|[67]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[348]|64|79|90"]], ["(\\d{2})(\\d{5,7})", "$1 $2", ["1|28|6[0-35-9]|7[67]|9[2-9]"]]], "0"], "SR": ["597", "00", "(?:[2-5]|68|[78]\\d)\\d{5}", [6, 7], [["(\\d{2})(\\d{2})(\\d{2})", "$1-$2-$3", ["56"]], ["(\\d{3})(\\d{3})", "$1-$2", ["[2-5]"]], ["(\\d{3})(\\d{4})", "$1-$2", ["[6-8]"]]]], "SS": ["211", "00", "[19]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], "ST": ["239", "00", "(?:22|9\\d)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[29]"]]]], "SV": ["503", "00", "[267]\\d{7}|(?:80\\d|900)\\d{4}(?:\\d{4})?", [7, 8, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[89]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[267]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[89]"]]]], "SX": ["1", "011", "7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "(5\\d{6})$|1", "721$1", 0, "721"], "SY": ["963", "00", "[1-359]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-4]|5[1-3]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[59]"], "0$1", 1]], "0"], "SZ": ["268", "00", "0800\\d{4}|(?:[237]\\d|900)\\d{6}", [8, 9], [["(\\d{4})(\\d{4})", "$1 $2", ["[0237]"]], ["(\\d{5})(\\d{4})", "$1 $2", ["9"]]]], "TA": ["290", "00", "8\\d{3}", [4], 0, 0, 0, 0, 0, 0, "8"], "TC": ["1", "011", "(?:[58]\\d\\d|649|900)\\d{7}", [10], 0, "1", 0, "([2-479]\\d{6})$|1", "649$1", 0, "649"], "TD": ["235", "00|16", "(?:22|[689]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "TG": ["228", "00", "[279]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[279]"]]]], "TH": ["66", "00[1-9]", "(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}", [8, 9, 10, 13], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[13-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "TJ": ["992", "810", "[0-57-9]\\d{8}", [9], [["(\\d{6})(\\d)(\\d{2})", "$1 $2 $3", ["331", "3317"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["44[02-479]|[34]7"]], ["(\\d{4})(\\d)(\\d{4})", "$1 $2 $3", ["3(?:[1245]|3[12])"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[0-57-9]"]]], 0, 0, 0, 0, 0, 0, 0, "8~10"], "TK": ["690", "00", "[2-47]\\d{3,6}", [4, 5, 6, 7]], "TL": ["670", "00", "7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-489]|70"]], ["(\\d{4})(\\d{4})", "$1 $2", ["7"]]]], "TM": ["993", "810", "(?:[1-6]\\d|71)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["12"], "(8 $1)"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-5]"], "(8 $1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[67]"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], "TN": ["216", "00", "[2-57-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-57-9]"]]]], "TO": ["676", "00", "(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}", [5, 7], [["(\\d{2})(\\d{3})", "$1-$2", ["[2-4]|50|6[09]|7[0-24-69]|8[05]"]], ["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[5-9]"]]]], "TR": ["90", "00", "4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}", [7, 10, 12, 13], [["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["512|8[01589]|90"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5(?:[0-59]|61)", "5(?:[0-59]|61[06])", "5(?:[0-59]|61[06]1)"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24][1-8]|3[1-9]"], "(0$1)", 1], ["(\\d{3})(\\d{3})(\\d{6,7})", "$1 $2 $3", ["80"], "0$1", 1]], "0"], "TT": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-46-8]\\d{6})$|1", "868$1", 0, "868"], "TV": ["688", "00", "(?:2|7\\d\\d|90)\\d{4}", [5, 6, 7], [["(\\d{2})(\\d{3})", "$1 $2", ["2"]], ["(\\d{2})(\\d{4})", "$1 $2", ["90"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], "TW": ["886", "0(?:0[25-79]|19)", "[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}", [7, 8, 9, 10, 11], [["(\\d{2})(\\d)(\\d{4})", "$1 $2 $3", ["202"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[258]0"], "0$1"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]", "[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, "#"], "TZ": ["255", "00[056]", "(?:[25-8]\\d|41|90)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[24]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["5"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[67]"], "0$1"]], "0"], "UA": ["380", "00", "[89]\\d{9}|[3-9]\\d{8}", [9, 10], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]", "6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])", "3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|89|9[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "0~0"], "UG": ["256", "00[057]", "800\\d{6}|(?:[29]0|[347]\\d)\\d{7}", [9], [["(\\d{4})(\\d{5})", "$1 $2", ["202", "2024"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[27-9]|4(?:6[45]|[7-9])"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[34]"], "0$1"]], "0"], "US": ["1", "011", "[2-9]\\d{9}|3\\d{6}", [10], [["(\\d{3})(\\d{4})", "$1-$2", ["310"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "($1) $2-$3", ["[2-9]"], 0, 1, "$1-$2-$3"]], "1", 0, 0, 0, 0, 0, [["(?:3052(?:0[0-8]|[1-9]\\d)|5056(?:[0-35-9]\\d|4[0-468]))\\d{4}|(?:2742|305[3-9]|472[247-9]|505[2-57-9]|983[2-47-9])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-47-9]|1[02-9]|2[0135-79]|3[0-24679]|4[167]|5[0-2]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[068]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"], [""], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"], ["900[2-9]\\d{6}"], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}"], 0, 0, 0, ["305209\\d{4}"]]], "UY": ["598", "0(?:0|1[3-9]\\d)", "0004\\d{2,9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}", [6, 7, 8, 9, 10, 11, 12, 13], [["(\\d{3})(\\d{3,4})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[49]0|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[124]"]], ["(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3 $4", ["0"]]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "], "UZ": ["998", "00", "(?:20|33|[5-9]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[235-9]"]]]], "VA": ["39", "00", "0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}", [6, 7, 8, 9, 10, 11, 12], 0, 0, 0, 0, 0, 0, "06698"], "VC": ["1", "011", "(?:[58]\\d\\d|784|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "784$1", 0, "784"], "VE": ["58", "00", "[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}", [10], [["(\\d{3})(\\d{7})", "$1-$2", ["[24-689]"], "0$1"]], "0"], "VG": ["1", "011", "(?:284|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-578]\\d{6})$|1", "284$1", 0, "284"], "VI": ["1", "011", "[58]\\d{9}|(?:34|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "340$1", 0, "340"], "VN": ["84", "00", "[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["80"], "0$1", 1], ["(\\d{4})(\\d{4,6})", "$1 $2", ["1"], 0, 1], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["6"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[357-9]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["2[48]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["2"], "0$1", 1]], "0"], "VU": ["678", "00", "[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}", [5, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["[57-9]"]]]], "WF": ["681", "00", "(?:40|72|8\\d{4})\\d{4}|[89]\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[47-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], "WS": ["685", "0", "(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}", [5, 6, 7, 10], [["(\\d{5})", "$1", ["[2-5]|6[1-9]"]], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[68]"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], "XK": ["383", "00", "2\\d{7,8}|3\\d{7,11}|(?:4\\d\\d|[89]00)\\d{5}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2|39"], "0$1"], ["(\\d{2})(\\d{7,10})", "$1 $2", ["3"], "0$1"]], "0"], "YE": ["967", "00", "(?:1|7\\d)\\d{7}|[1-7]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-6]|7(?:[24-6]|8[0-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"], "0$1"]], "0"], "YT": ["262", "00", "7093\\d{5}|(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"], ["(?:639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])|7093[5-7])\\d{4}"], ["80\\d{7}"], 0, 0, 0, 0, 0, ["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]], "ZA": ["27", "00", "[1-79]\\d{8}|8\\d{4,9}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,4})", "$1 $2", ["8[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["8[1-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["860"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], "ZM": ["260", "00", "800\\d{6}|(?:21|[579]\\d|63)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[579]"], "0$1"]], "0"], "ZW": ["263", "00", "2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}", [5, 6, 7, 8, 9, 10], [["(\\d{3})(\\d{3,5})", "$1 $2", ["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"], "0$1"], ["(\\d)(\\d{3})(\\d{2,4})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["80"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2", "2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)", "2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["29[013-9]|39|54"], "0$1"], ["(\\d{4})(\\d{3,5})", "$1 $2", ["(?:25|54)8", "258|5483"], "0$1"]], "0"] }, "nonGeographic": { "800": ["800", 0, "(?:00|[1-9]\\d)\\d{6}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["\\d"]]], 0, 0, 0, 0, 0, 0, [0, 0, ["(?:00|[1-9]\\d)\\d{6}"]]], "808": ["808", 0, "[1-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[1-9]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, 0, ["[1-9]\\d{7}"]]], "870": ["870", 0, "7\\d{11}|[235-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"], 0, 0, 0, 0, 0, 0, ["2\\d{8}", [9]]]], "878": ["878", 0, "10\\d{10}", [12], [["(\\d{2})(\\d{5})(\\d{5})", "$1 $2 $3", ["1"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["10\\d{10}"]]], "881": ["881", 0, "6\\d{9}|[0-36-9]\\d{8}", [9, 10], [["(\\d)(\\d{3})(\\d{5})", "$1 $2 $3", ["[0-37-9]"]], ["(\\d)(\\d{3})(\\d{5,6})", "$1 $2 $3", ["6"]]], 0, 0, 0, 0, 0, 0, [0, ["6\\d{9}|[0-36-9]\\d{8}"]]], "882": ["882", 0, "[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5})", "$1 $2", ["16|342"]], ["(\\d{2})(\\d{6})", "$1 $2", ["49"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["1[36]|9"]], ["(\\d{2})(\\d{4})(\\d{3})", "$1 $2 $3", ["3[23]"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["16"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|23|3(?:[15]|4[57])|4|51"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["34"]], ["(\\d{2})(\\d{4,5})(\\d{5})", "$1 $2 $3", ["[1-35]"]]], 0, 0, 0, 0, 0, 0, [0, ["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|50\\d{3})\\d{7}", [7, 8, 9, 10, 12]], 0, 0, 0, ["348[57]\\d{7}", [11]], 0, 0, ["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]], "883": ["883", 0, "(?:[1-4]\\d|51)\\d{6,10}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,8})", "$1 $2 $3", ["[14]|2[24-689]|3[02-689]|51[24-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["510"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["21"]], ["(\\d{4})(\\d{4})(\\d{4})", "$1 $2 $3", ["51[13]"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[235]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]], "888": ["888", 0, "\\d{11}", [11], [["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3"]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, ["\\d{11}"]]], "979": ["979", 0, "[1359]\\d{8}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[1359]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, ["[1359]\\d{8}"]]] } };
|
|
21552
|
+
const metadata = { "version": 4, "country_calling_codes": { "1": ["US", "AG", "AI", "AS", "BB", "BM", "BS", "CA", "DM", "DO", "GD", "GU", "JM", "KN", "KY", "LC", "MP", "MS", "PR", "SX", "TC", "TT", "VC", "VG", "VI"], "7": ["RU", "KZ"], "20": ["EG"], "27": ["ZA"], "30": ["GR"], "31": ["NL"], "32": ["BE"], "33": ["FR"], "34": ["ES"], "36": ["HU"], "39": ["IT", "VA"], "40": ["RO"], "41": ["CH"], "43": ["AT"], "44": ["GB", "GG", "IM", "JE"], "45": ["DK"], "46": ["SE"], "47": ["NO", "SJ"], "48": ["PL"], "49": ["DE"], "51": ["PE"], "52": ["MX"], "53": ["CU"], "54": ["AR"], "55": ["BR"], "56": ["CL"], "57": ["CO"], "58": ["VE"], "60": ["MY"], "61": ["AU", "CC", "CX"], "62": ["ID"], "63": ["PH"], "64": ["NZ"], "65": ["SG"], "66": ["TH"], "81": ["JP"], "82": ["KR"], "84": ["VN"], "86": ["CN"], "90": ["TR"], "91": ["IN"], "92": ["PK"], "93": ["AF"], "94": ["LK"], "95": ["MM"], "98": ["IR"], "211": ["SS"], "212": ["MA", "EH"], "213": ["DZ"], "216": ["TN"], "218": ["LY"], "220": ["GM"], "221": ["SN"], "222": ["MR"], "223": ["ML"], "224": ["GN"], "225": ["CI"], "226": ["BF"], "227": ["NE"], "228": ["TG"], "229": ["BJ"], "230": ["MU"], "231": ["LR"], "232": ["SL"], "233": ["GH"], "234": ["NG"], "235": ["TD"], "236": ["CF"], "237": ["CM"], "238": ["CV"], "239": ["ST"], "240": ["GQ"], "241": ["GA"], "242": ["CG"], "243": ["CD"], "244": ["AO"], "245": ["GW"], "246": ["IO"], "247": ["AC"], "248": ["SC"], "249": ["SD"], "250": ["RW"], "251": ["ET"], "252": ["SO"], "253": ["DJ"], "254": ["KE"], "255": ["TZ"], "256": ["UG"], "257": ["BI"], "258": ["MZ"], "260": ["ZM"], "261": ["MG"], "262": ["RE", "YT"], "263": ["ZW"], "264": ["NA"], "265": ["MW"], "266": ["LS"], "267": ["BW"], "268": ["SZ"], "269": ["KM"], "290": ["SH", "TA"], "291": ["ER"], "297": ["AW"], "298": ["FO"], "299": ["GL"], "350": ["GI"], "351": ["PT"], "352": ["LU"], "353": ["IE"], "354": ["IS"], "355": ["AL"], "356": ["MT"], "357": ["CY"], "358": ["FI", "AX"], "359": ["BG"], "370": ["LT"], "371": ["LV"], "372": ["EE"], "373": ["MD"], "374": ["AM"], "375": ["BY"], "376": ["AD"], "377": ["MC"], "378": ["SM"], "380": ["UA"], "381": ["RS"], "382": ["ME"], "383": ["XK"], "385": ["HR"], "386": ["SI"], "387": ["BA"], "389": ["MK"], "420": ["CZ"], "421": ["SK"], "423": ["LI"], "500": ["FK"], "501": ["BZ"], "502": ["GT"], "503": ["SV"], "504": ["HN"], "505": ["NI"], "506": ["CR"], "507": ["PA"], "508": ["PM"], "509": ["HT"], "590": ["GP", "BL", "MF"], "591": ["BO"], "592": ["GY"], "593": ["EC"], "594": ["GF"], "595": ["PY"], "596": ["MQ"], "597": ["SR"], "598": ["UY"], "599": ["CW", "BQ"], "670": ["TL"], "672": ["NF"], "673": ["BN"], "674": ["NR"], "675": ["PG"], "676": ["TO"], "677": ["SB"], "678": ["VU"], "679": ["FJ"], "680": ["PW"], "681": ["WF"], "682": ["CK"], "683": ["NU"], "685": ["WS"], "686": ["KI"], "687": ["NC"], "688": ["TV"], "689": ["PF"], "690": ["TK"], "691": ["FM"], "692": ["MH"], "850": ["KP"], "852": ["HK"], "853": ["MO"], "855": ["KH"], "856": ["LA"], "880": ["BD"], "886": ["TW"], "960": ["MV"], "961": ["LB"], "962": ["JO"], "963": ["SY"], "964": ["IQ"], "965": ["KW"], "966": ["SA"], "967": ["YE"], "968": ["OM"], "970": ["PS"], "971": ["AE"], "972": ["IL"], "973": ["BH"], "974": ["QA"], "975": ["BT"], "976": ["MN"], "977": ["NP"], "992": ["TJ"], "993": ["TM"], "994": ["AZ"], "995": ["GE"], "996": ["KG"], "998": ["UZ"] }, "countries": { "AC": ["247", "00", "(?:[01589]\\d|[46])\\d{4}", [5, 6]], "AD": ["376", "00", "(?:1|6\\d)\\d{7}|[135-9]\\d{5}", [6, 8, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["[135-9]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["1"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]]], "AE": ["971", "00", "(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{2,9})", "$1 $2", ["60|8"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[236]|[479][2-8]"], "0$1"], ["(\\d{3})(\\d)(\\d{5})", "$1 $2 $3", ["[479]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"]], "0"], "AF": ["93", "00", "[2-7]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"]], "0"], "AG": ["1", "011", "(?:268|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([457]\\d{6})$|1", "268$1", 0, "268"], "AI": ["1", "011", "(?:264|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2457]\\d{6})$|1", "264$1", 0, "264"], "AL": ["355", "00", "(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}", [6, 7, 8, 9], [["(\\d{3})(\\d{3,4})", "$1 $2", ["80|9"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["4[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2358][2-5]|4"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["[23578]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["6"], "0$1"]], "0"], "AM": ["374", "00", "(?:[1-489]\\d|55|60|77)\\d{6}", [8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[89]0"], "0 $1"], ["(\\d{3})(\\d{5})", "$1 $2", ["2|3[12]"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["1|47"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[3-9]"], "0$1"]], "0"], "AO": ["244", "00", "[29]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[29]"]]]], "AR": ["54", "00", "(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}", [10, 11], [["(\\d{4})(\\d{2})(\\d{4})", "$1 $2-$3", ["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])", "2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["1"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2-$3", ["[23]"], "0$1", 1], ["(\\d)(\\d{4})(\\d{2})(\\d{4})", "$2 15-$3-$4", ["9(?:2[2-469]|3[3-578])", "9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))", "9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 15-$3-$4", ["91"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d{3})(\\d{3})(\\d{5})", "$1-$2-$3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 15-$3-$4", ["9"], "0$1", 0, "$1 $2 $3-$4"]], "0", 0, "0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?", "9$1"], "AS": ["1", "011", "(?:[58]\\d\\d|684|900)\\d{7}", [10], 0, "1", 0, "([267]\\d{6})$|1", "684$1", 0, "684"], "AT": ["43", "00", "1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3,12})", "$1 $2", ["1(?:11|[2-9])"], "0$1"], ["(\\d{3})(\\d{2})", "$1 $2", ["517"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["5[079]"], "0$1"], ["(\\d{3})(\\d{3,10})", "$1 $2", ["(?:31|4)6|51|6(?:48|5[0-3579]|[6-9])|7(?:20|32|8)|[89]", "(?:31|4)6|51|6(?:485|5[0-3579]|[6-9])|7(?:20|32|8)|[89]"], "0$1"], ["(\\d{4})(\\d{3,9})", "$1 $2", ["[2-467]|5[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,7})", "$1 $2 $3", ["5"], "0$1"]], "0"], "AU": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}", [5, 6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{3,4})", "$1 $2", ["16"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["16"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["14|4"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[2378]"], "(0$1)"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:30|[89])"]]], "0", 0, "(183[12])|0", 0, 0, 0, [["(?:(?:241|349)0\\d\\d|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4])|[34]\\d\\d)|91(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79]))))\\d{3}|(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|3(?:[0-3589]\\d|4[0-578]|6[1-9]|7[0-35-9])|7(?:[013-57-9]\\d|2[0-8])|8(?:55|6[0-8]|[78]\\d|9[02-9]))\\d{6}", [9]], ["4(?:79[01]|83[0-36-9]|95[0-3])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-47-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, ["163\\d{2,6}", [5, 6, 7, 8, 9]], ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "AW": ["297", "00", "(?:[25-79]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[25-9]"]]]], "AX": ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}", [5, 6, 7, 8, 9, 10, 11, 12], 0, "0", 0, 0, 0, 0, "18", 0, "00"], "AZ": ["994", "00", "365\\d{6}|(?:[124579]\\d|60|88)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[28]|2|365|46", "1[28]|2|365[45]|46", "1[28]|2|365(?:4|5[02])|46"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[13-9]"], "0$1"]], "0"], "BA": ["387", "00", "6\\d{8}|(?:[35689]\\d|49|70)\\d{6}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[1-3]|[7-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2-$3", ["[3-5]|6[56]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["6"], "0$1"]], "0"], "BB": ["1", "011", "(?:246|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "246$1", 0, "246"], "BD": ["880", "00", "[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{4,6})", "$1-$2", ["31[5-8]|[459]1"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1-$2", ["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"], "0$1"], ["(\\d{4})(\\d{3,6})", "$1-$2", ["[13-9]|2[23]"], "0$1"], ["(\\d)(\\d{7,8})", "$1-$2", ["2"], "0$1"]], "0"], "BE": ["32", "00", "4\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:80|9)0"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[239]|4[23]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[15-8]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4"], "0$1"]], "0"], "BF": ["226", "00", "(?:[025-7]\\d|44)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[024-7]"]]]], "BG": ["359", "00", "00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}", [6, 7, 8, 9, 12], [["(\\d)(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["43[1-6]|70[1-9]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:70|8)0"], "0$1"], ["(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3", ["43[1-7]|7"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[48]|9[08]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"]], "0"], "BH": ["973", "00", "[136-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[13679]|8[02-4679]"]]]], "BI": ["257", "00", "(?:[267]\\d|31)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2367]"]]]], "BJ": ["229", "00", "(?:01\\d|8)\\d{7}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["0"]]]], "BL": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80\\d{7}"], ["8[129]\\d{7}"], 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "BM": ["1", "011", "(?:441|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "441$1", 0, "441"], "BN": ["673", "00", "[2-578]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-578]"]]]], "BO": ["591", "00(?:1\\d)?", "8001\\d{5}|(?:[2-467]\\d|50)\\d{6}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[235]|4[46]"]], ["(\\d{8})", "$1", ["[67]"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["8"]]], "0", 0, "0(1\\d)?"], "BQ": ["599", "00", "(?:[34]1|7\\d)\\d{5}", [7], 0, 0, 0, 0, 0, 0, "[347]"], "BR": ["55", "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)", "[1-467]\\d{9,10}|55[0-46-9]\\d{8}|[34]\\d{7}|55\\d{7,8}|(?:5[0-46-9]|[89]\\d)\\d{7,9}", [8, 9, 10, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["300|4(?:0[02]|37|86)", "300|4(?:0(?:0|20)|370|864)"]], ["(\\d{3})(\\d{2,3})(\\d{4})", "$1 $2 $3", ["(?:[358]|90)0"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"], "($1)"], ["(\\d{2})(\\d{5})(\\d{4})", "$1 $2-$3", ["[16][1-9]|[2-57-9]"], "($1)"]], "0", 0, "(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?", "$2"], "BS": ["1", "011", "(?:242|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([3-8]\\d{6})$|1", "242$1", 0, "242"], "BT": ["975", "00", "[178]\\d{7}|[2-8]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-6]|7[246]|8[2-4]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[67]|[78]"]]]], "BW": ["267", "00", "(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["90"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[24-6]|3[15-9]"]], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37]"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["8"]]]], "BY": ["375", "810", "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3})", "$1 $2", ["800"], "8 $1"], ["(\\d{3})(\\d{2})(\\d{2,4})", "$1 $2 $3", ["800"], "8 $1"], ["(\\d{4})(\\d{2})(\\d{3})", "$1 $2-$3", ["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])", "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"], "8 0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["1(?:[56]|7[467])|2[1-3]"], "8 0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-4]"], "8 0$1"], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[89]"], "8 $1"]], "8", 0, "0|80?", 0, 0, 0, 0, "8~10"], "BZ": ["501", "00", "(?:0800\\d|[2-8])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-8]"]], ["(\\d)(\\d{3})(\\d{4})(\\d{3})", "$1-$2-$3-$4", ["0"]]]], "CA": ["1", "011", "[2-9]\\d{9}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|5[07]|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|9(?:0[25]|42))[2-9]\\d{6}", [10]], ["", [10]], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}", [10]], ["900[2-9]\\d{6}", [10]], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:2[125-9]|3[23]|44|66|77|88)|6(?:22|33))[2-9]\\d{6}", [10]], 0, ["310\\d{4}", [7]], 0, ["600[2-9]\\d{6}", [10]]]], "CC": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}", [9]], ["4(?:79[01]|83[0-36-9]|95[0-3])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-47-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "CD": ["243", "00", "(?:(?:[189]|5\\d)\\d|2)\\d{7}|[1-68]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[1-6]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["5"], "0$1"]], "0"], "CF": ["236", "00", "8776\\d{4}|(?:[27]\\d|61)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-8]"]]]], "CG": ["242", "00", "222\\d{6}|(?:0\\d|80)\\d{7}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[02]"]]]], "CH": ["41", "00", "8\\d{11}|[2-9]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8[047]|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]|81"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["8"], "0$1"]], "0"], "CI": ["225", "00", "[02]\\d{9}", [10], [["(\\d{2})(\\d{2})(\\d)(\\d{5})", "$1 $2 $3 $4", ["2"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3 $4", ["0"]]]], "CK": ["682", "00", "[2-578]\\d{4}", [5], [["(\\d{2})(\\d{3})", "$1 $2", ["[2-578]"]]]], "CL": ["56", "(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0", "12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}", [9, 10, 11], [["(\\d{5})(\\d{4})", "$1 $2", ["219", "2196"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["60|809"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["44"]], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2[1-36]"], "($1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["9(?:10|[2-9])"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-8]|[1-9])"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["60|8"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{3})(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["60"]]]], "CM": ["237", "00", "[26]\\d{8}|88\\d{6,7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["88"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[26]|88"]]]], "CN": ["86", "00|1(?:[12]\\d|79)\\d\\d00", "(?:(?:1[03-689]|2\\d)\\d\\d|6)\\d{8}|1\\d{10}|[126]\\d{6}(?:\\d(?:\\d{2})?)?|86\\d{5,6}|(?:[3-579]\\d|8[0-57-9])\\d{5,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]|3(?:[157]|35|49|9[1-68])|4(?:1[124-9]|2[179]|6[47-9]|7|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:07|1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3|4[13]|5[1-5]|7[0-79]|9[0-35-9])|(?:4[35]|59|85)[1-9]", "(?:10|2[0-57-9])(?:1[02]|9[56])|8078|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))1", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|80781|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))12", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|807812|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:078|1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123"], "0$1"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]", "(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]", "85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])", "85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["(?:4|80)0"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|2(?:[02-57-9]|1[1-9])", "10|2(?:[02-57-9]|1[1-9])", "10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"], "0$1", 1], ["(\\d{3})(\\d{7,8})", "$1 $2", ["9"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["80"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[3-578]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["1[3-9]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["[12]"], "0$1", 1]], "0", 0, "(1(?:[12]\\d|79)\\d\\d)|0", 0, 0, 0, 0, "00"], "CO": ["57", "00(?:4(?:[14]4|56)|[579])", "(?:46|60\\d\\d)\\d{6}|(?:1\\d|[39])\\d{9}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["46"]], ["(\\d{3})(\\d{7})", "$1 $2", ["6|90"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3[0-357]|9[14]"]], ["(\\d)(\\d{3})(\\d{7})", "$1-$2-$3", ["1"], "0$1", 0, "$1 $2 $3"]], "0", 0, "0([3579]|4(?:[14]4|56))?"], "CR": ["506", "00", "(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}", [8, 10], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[3-9]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[89]"]]], 0, 0, "(19(?:0[0-2468]|1[09]|20|66|77|99))"], "CU": ["53", "119", "(?:[2-7]|8\\d\\d)\\d{7}|[2-47]\\d{6}|[34]\\d{5}", [6, 7, 8, 10], [["(\\d{2})(\\d{4,6})", "$1 $2", ["2[1-4]|[34]"], "(0$1)"], ["(\\d)(\\d{6,7})", "$1 $2", ["7"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["[56]"], "0$1"], ["(\\d{3})(\\d{7})", "$1 $2", ["8"], "0$1"]], "0"], "CV": ["238", "0", "(?:[2-59]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2-589]"]]]], "CW": ["599", "00", "(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[3467]"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["9[4-8]"]]], 0, 0, 0, 0, 0, "[69]"], "CX": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}", [9]], ["4(?:79[01]|83[0-36-9]|95[0-3])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-47-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "CY": ["357", "00", "(?:[279]\\d|[58]0)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[257-9]"]]]], "CZ": ["420", "00", "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}", [9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]|9[015-7]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["96"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]]], "DE": ["49", "00", "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], [["(\\d{2})(\\d{3,13})", "$1 $2", ["3[02]|40|[68]9"], "0$1"], ["(\\d{3})(\\d{3,12})", "$1 $2", ["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1", "2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"], "0$1"], ["(\\d{4})(\\d{2,11})", "$1 $2", ["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]", "[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["138"], "0$1"], ["(\\d{5})(\\d{2,10})", "$1 $2", ["3"], "0$1"], ["(\\d{3})(\\d{5,11})", "$1 $2", ["181"], "0$1"], ["(\\d{3})(\\d)(\\d{4,10})", "$1 $2 $3", ["1(?:3|80)|9"], "0$1"], ["(\\d{3})(\\d{7,8})", "$1 $2", ["1[67]"], "0$1"], ["(\\d{3})(\\d{7,12})", "$1 $2", ["8"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["185", "1850", "18500"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["18[68]"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["15[1279]"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["15[03568]", "15(?:[0568]|3[13])"], "0$1"], ["(\\d{3})(\\d{8})", "$1 $2", ["18"], "0$1"], ["(\\d{3})(\\d{2})(\\d{7,8})", "$1 $2 $3", ["1(?:6[023]|7)"], "0$1"], ["(\\d{4})(\\d{2})(\\d{7})", "$1 $2 $3", ["15[279]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{8})", "$1 $2 $3", ["15"], "0$1"]], "0"], "DJ": ["253", "00", "(?:2\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[27]"]]]], "DK": ["45", "00", "[2-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-9]"]]]], "DM": ["1", "011", "(?:[58]\\d\\d|767|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "767$1", 0, "767"], "DO": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "8001|8[024]9"], "DZ": ["213", "00", "(?:[1-4]|[5-79]\\d|80)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["9"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-8]"], "0$1"]], "0"], "EC": ["593", "00", "1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}", [8, 9, 10, 11], [["(\\d)(\\d{3})(\\d{4})", "$1 $2-$3", ["[2-7]"], "(0$1)", 0, "$1-$2-$3"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1"]]], "0"], "EE": ["372", "00", "8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88", "[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]], ["(\\d{4})(\\d{3,4})", "$1 $2", ["[45]|8(?:00|[1-49])", "[45]|8(?:00[1-9]|[1-49])"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], "EG": ["20", "00", "[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}", [8, 9, 10], [["(\\d)(\\d{7,8})", "$1 $2", ["[23]"], "0$1"], ["(\\d{2})(\\d{6,7})", "$1 $2", ["1[35]|[4-6]|8[2468]|9[235-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{8})", "$1 $2", ["1"], "0$1"]], "0"], "EH": ["212", "00", "[5-8]\\d{8}", [9], 0, "0", 0, 0, 0, 0, 0, [["528[89]\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[016-8]\\d|2[0-8]|5[0-5]))\\d{6}"], ["80[0-7]\\d{6}"], ["89\\d{7}"], 0, 0, 0, 0, ["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]], "ER": ["291", "00", "[178]\\d{6}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[178]"], "0$1"]], "0"], "ES": ["34", "00", "[5-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]00"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-9]"]]]], "ET": ["251", "00", "(?:11|[2-579]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-579]"], "0$1"]], "0"], "FI": ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{5})", "$1", ["20[2-59]"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1 $2", ["(?:[1-3]0|[68])0|70[07-9]"], "0$1"], ["(\\d{2})(\\d{4,8})", "$1 $2", ["[14]|2[09]|50|7[135]"], "0$1"], ["(\\d{2})(\\d{6,10})", "$1 $2", ["7"], "0$1"], ["(\\d)(\\d{4,9})", "$1 $2", ["(?:19|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"], "0$1"]], "0", 0, 0, 0, 0, "1[03-79]|[2-9]", 0, "00"], "FJ": ["679", "0(?:0|52)", "45\\d{5}|(?:0800\\d|[235-9])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[235-9]|45"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "FK": ["500", "00", "[2-7]\\d{4}", [5]], "FM": ["691", "00", "(?:[39]\\d\\d|820)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[389]"]]]], "FO": ["298", "00", "[2-9]\\d{5}", [6], [["(\\d{6})", "$1", ["[2-9]"]]], 0, 0, "(10(?:01|[12]0|88))"], "FR": ["33", "00", "[1-9]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0 $1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[1-79]"], "0$1"]], "0"], "GA": ["241", "00", "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}", [7, 8], [["(\\d)(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-7]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["11|[67]"], "0$1"]], 0, 0, "0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})", "$1"], "GB": ["44", "00", "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}", [7, 9, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["800", "8001", "80011", "800111", "8001111"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["845", "8454", "84546", "845464"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["800"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["1(?:38|5[23]|69|76|94)", "1(?:(?:38|69)7|5(?:24|39)|768|946)", "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["1(?:[2-69][02-9]|[78])"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[25]|7(?:0|6[02-9])", "[25]|7(?:0|6(?:[03-9]|2[356]))"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1389]"], "0$1"]], "0", 0, "0|180020", 0, 0, 0, [["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0-5])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|5[01]))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-3]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}", [9, 10]], ["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]], 0, " x"], "GD": ["1", "011", "(?:473|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "473$1", 0, "473"], "GE": ["995", "00", "(?:[3-57]\\d\\d|800)\\d{6}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["32"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[57]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[348]"], "0$1"]], "0"], "GF": ["594", "00", "7093\\d{5}|(?:[56]94|[89]\\d\\d)\\d{6}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]|80[6-9]|9[47]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[89]"], "0$1"]], "0"], "GG": ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "([25-9]\\d{5})$|0|180020", "1481$1", 0, 0, [["1481[25-9]\\d{5}", [10]], ["7(?:(?:781|839)\\d|911[17])\\d{5}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]]], "GH": ["233", "00", "(?:[235]\\d{3}|800)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[235]"], "0$1"]], "0"], "GI": ["350", "00", "(?:[25]\\d|60)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["2"]]]], "GL": ["299", "00", "(?:19|[2-689]\\d|70)\\d{4}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["19|[2-9]"]]]], "GM": ["220", "00", "[2-9]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "GN": ["224", "00", "722\\d{6}|(?:3|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["3"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[67]"]]]], "GP": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0", 0, 0, 0, 0, 0, [["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80\\d{7}"], ["8[129]\\d{7}"], 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "GQ": ["240", "00", "222\\d{6}|(?:3\\d|55|[89]0)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235]"]], ["(\\d{3})(\\d{6})", "$1 $2", ["[89]"]]]], "GR": ["30", "00", "5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}", [10, 11, 12], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["21|7"]], ["(\\d{4})(\\d{6})", "$1 $2", ["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2689]"]], ["(\\d{3})(\\d{3,4})(\\d{5})", "$1 $2 $3", ["8"]]]], "GT": ["502", "00", "80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-8]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "GU": ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "671$1", 0, "671"], "GW": ["245", "00", "[49]\\d{8}|4\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["40"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"]]]], "GY": ["592", "001", "(?:[2-8]\\d{3}|9008)\\d{3}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "HK": ["852", "00(?:30|5[09]|[126-9]?)", "8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}", [5, 6, 7, 8, 9, 11], [["(\\d{3})(\\d{2,5})", "$1 $2", ["900", "9003"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{3})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "HN": ["504", "00", "8\\d{10}|[237-9]\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["[237-9]"]]]], "HR": ["385", "00", "[2-69]\\d{8}|80\\d{5,7}|[1-79]\\d{7}|6\\d{6}", [7, 8, 9], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["6[01]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{4})(\\d{3})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6|7[245]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-57]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], "HT": ["509", "00", "[2-589]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-589]"]]]], "HU": ["36", "00", "[235-7]\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "06 $1"]], "06"], "ID": ["62", "00[89]", "00[1-9]\\d{9,14}|(?:[1-36]|8\\d{5})\\d{6}|00\\d{9}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["15"]], ["(\\d{2})(\\d{5,9})", "$1 $2", ["2[124]|[36]1"], "(0$1)"], ["(\\d{3})(\\d{5,7})", "$1 $2", ["800"], "0$1"], ["(\\d{3})(\\d{5,8})", "$1 $2", ["[2-79]"], "(0$1)"], ["(\\d{3})(\\d{3,4})(\\d{3})", "$1-$2-$3", ["8[1-35-9]"], "0$1"], ["(\\d{3})(\\d{6,8})", "$1 $2", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["804"], "0$1"], ["(\\d{3})(\\d)(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["80"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1-$2-$3", ["8"], "0$1"]], "0"], "IE": ["353", "00", "(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["2[24-9]|47|58|6[237-9]|9[35-9]"], "(0$1)"], ["(\\d{3})(\\d{5})", "$1 $2", ["[45]0"], "(0$1)"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2569]|4[1-69]|7[14]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["81"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["4"], "(0$1)"], ["(\\d{2})(\\d)(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "IL": ["972", "0(?:0|1[2-9])", "1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}", [7, 8, 9, 10, 11, 12], [["(\\d{4})(\\d{3})", "$1-$2", ["125"]], ["(\\d{4})(\\d{2})(\\d{2})", "$1-$2-$3", ["121"]], ["(\\d)(\\d{3})(\\d{4})", "$1-$2-$3", ["[2-489]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1-$2-$3", ["12"]], ["(\\d{4})(\\d{6})", "$1-$2", ["159"]], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3-$4", ["1[7-9]"]], ["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})", "$1-$2 $3-$4", ["15"]]], "0"], "IM": ["44", "00", "1624\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([25-8]\\d{5})$|0|180020", "1624$1", 0, "74576|(?:16|7[56])24"], "IN": ["91", "00", "(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}", [8, 9, 10, 11, 12, 13], [["(\\d{8})", "$1", ["5(?:0|2[23]|3[03]|[67]1|88)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"], 0, 1], ["(\\d{4})(\\d{4,5})", "$1 $2", ["180", "1800"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["140"], 0, 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["11|2[02]|33|4[04]|79[1-7]|80[2-46]", "11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])", "11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"], "0$1", 1], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807", "1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]", "1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|8(?:28[235-7]|3))|73179|807(?:1|9[1-3])|(?:1552|6(?:(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689])\\d|8(?:[14-6]\\d|2[0-79]))|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"], "0$1", 1], ["(\\d{5})(\\d{5})", "$1 $2", ["16|[6-9]"], "0$1", 1], ["(\\d{4})(\\d{2,4})(\\d{4})", "$1 $2 $3", ["18[06]", "18[06]0"], 0, 1], ["(\\d{4})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["18"], 0, 1]], "0"], "IO": ["246", "00", "3\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["3"]]]], "IQ": ["964", "00", "(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-6]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], "IR": ["98", "00", "[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}", [4, 5, 6, 7, 10], [["(\\d{4,5})", "$1", ["96"], "0$1"], ["(\\d{2})(\\d{4,5})", "$1 $2", ["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[1-8]"], "0$1"]], "0"], "IS": ["354", "00|1(?:0(?:01|[12]0)|100)", "(?:38\\d|[4-9])\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "IT": ["39", "00", "0\\d{5,11}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?", [6, 7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{4,6})", "$1 $2", ["0[26]"]], ["(\\d{3})(\\d{3,6})", "$1 $2", ["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])", "0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]], ["(\\d{4})(\\d{2,6})", "$1 $2", ["0(?:[13-579][2-46-8]|8[236-8])"]], ["(\\d{4})(\\d{4})", "$1 $2", ["894"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[26]|5"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1(?:44|[679])|[378]|43"]], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[13-57-9][0159]|14"]], ["(\\d{2})(\\d{4})(\\d{5})", "$1 $2 $3", ["0[26]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[03]"]]], 0, 0, 0, 0, 0, 0, [["0(?:669[0-79]\\d{1,6}|831\\d{2,8})|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[2356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}"], ["3[2-9]\\d{7,8}|(?:31|43)\\d{8}", [9, 10]], ["80(?:0\\d{3}|3)\\d{3}", [6, 9]], ["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}", [6, 8, 9, 10]], ["1(?:78\\d|99)\\d{6}", [9, 10]], ["3[2-8]\\d{9,10}", [11, 12]], 0, 0, ["55\\d{8}", [10]], ["84(?:[08]\\d{3}|[17])\\d{3}", [6, 9]]]], "JE": ["44", "00", "1534\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([0-24-8]\\d{5})$|0|180020", "1534$1", 0, 0, [["1534[0-24-8]\\d{5}"], ["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\d{5}"], ["80(?:07(?:35|81)|8901)\\d{4}"], ["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"], ["701511\\d{4}"], 0, ["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"], ["56\\d{8}"]]], "JM": ["1", "011", "(?:[58]\\d\\d|658|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "658|876"], "JO": ["962", "00", "(?:(?:[2689]|7\\d)\\d|32|427|53)\\d{6}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2356]|87"], "(0$1)"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["70"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[47]"], "0$1"]], "0"], "JP": ["81", "010", "00[1-9]\\d{6,14}|[25-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}", [8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3", ["(?:12|57|99)0"], "0$1"], ["(\\d{4})(\\d)(\\d{4})", "$1-$2-$3", ["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2-$3", ["3|4(?:2[09]|7[01])|6[1-9]", "3|4(?:2(?:0|9[02-69])|7(?:0[019]|1))|6[1-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3", ["[14]|[289][2-9]|5[3-9]|7[2-4679]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["800"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[25-9]"], "0$1"]], "0", 0, "(000[2569]\\d{4,6})$|(?:(?:003768)0?)|0", "$1"], "KE": ["254", "000", "(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}", [7, 8, 9, 10], [["(\\d{2})(\\d{5,7})", "$1 $2", ["[24-6]"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[17]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], "KG": ["996", "00", "8\\d{9}|[235-9]\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["3(?:1[346]|[24-79])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-79]|88"], "0$1"], ["(\\d{3})(\\d{3})(\\d)(\\d{2,3})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "KH": ["855", "00[14-9]", "1\\d{9}|[1-9]\\d{7,8}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "KI": ["686", "00", "(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}", [5, 8], 0, "0"], "KM": ["269", "00", "[3478]\\d{6}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[3478]"]]]], "KN": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "869$1", 0, "869"], "KP": ["850", "00|99", "85\\d{6}|(?:19\\d|[2-7])\\d{7}", [8, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"]], "0"], "KR": ["82", "00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))", "00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}", [5, 6, 8, 9, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3,4})", "$1-$2", ["(?:3[1-3]|[46][1-4]|5[1-5])1"], "0$1"], ["(\\d{4})(\\d{4})", "$1-$2", ["1"]], ["(\\d)(\\d{3,4})(\\d{4})", "$1-$2-$3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[36]0|8"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1-$2-$3", ["[1346]|5[1-5]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{2})(\\d{5})(\\d{4})", "$1-$2-$3", ["5"], "0$1"]], "0", 0, "0(8(?:[1-46-8]|5\\d\\d))?"], "KW": ["965", "00", "18\\d{5}|(?:[2569]\\d|41)\\d{6}", [7, 8], [["(\\d{4})(\\d{3,4})", "$1 $2", ["[169]|2(?:[235]|4[1-35-9])|52"]], ["(\\d{3})(\\d{5})", "$1 $2", ["[245]"]]]], "KY": ["1", "011", "(?:345|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "345$1", 0, "345"], "KZ": ["7", "810", "8\\d{13}|[78]\\d{9}", [10, 14], 0, "8", 0, 0, 0, 0, "7", 0, "8~10"], "LA": ["856", "00", "[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2[13]|3[14]|[4-8]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["3"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0"], "LB": ["961", "00", "[27-9]\\d{7}|[13-9]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[13-69]|7(?:[2-57]|62|8[0-6]|9[04-9])|8[02-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27-9]"]]], "0"], "LC": ["1", "011", "(?:[58]\\d\\d|758|900)\\d{7}", [10], 0, "1", 0, "([2-8]\\d{6})$|1", "758$1", 0, "758"], "LI": ["423", "00", "[68]\\d{8}|(?:[2378]\\d|90)\\d{5}", [7, 9], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2379]|8(?:0[09]|7)", "[2379]|8(?:0(?:02|9)|7)"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["69"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]], "0", 0, "(1001)|0"], "LK": ["94", "00", "[1-9]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[1-689]"], "0$1"]], "0"], "LR": ["231", "00", "(?:[2457]\\d|33|88)\\d{7}|(?:2\\d|[4-6])\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["4[67]|[56]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-578]"], "0$1"]], "0"], "LS": ["266", "00", "(?:[256]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2568]"]]]], "LT": ["370", "00", "(?:[3469]\\d|52|[78]0)\\d{6}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["52[0-7]"], "(0-$1)", 1], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0 $1", 1], ["(\\d{2})(\\d{6})", "$1 $2", ["37|4(?:[15]|6[1-8])"], "(0-$1)", 1], ["(\\d{3})(\\d{5})", "$1 $2", ["[3-6]"], "(0-$1)", 1]], "0", 0, "[08]"], "LU": ["352", "00", "35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}", [4, 5, 6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{3})", "$1 $2", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["20[2-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4", ["20"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})", "$1 $2 $3 $4", ["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["80[01]|90[015]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["20"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4 $5", ["20"]]], 0, 0, "(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"], "LV": ["371", "00", "(?:[268]\\d|78|90)\\d{6}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2679]|8[01]"]]]], "LY": ["218", "00", "[2-9]\\d{8}", [9], [["(\\d{2})(\\d{7})", "$1-$2", ["[2-9]"], "0$1"]], "0"], "MA": ["212", "00", "[5-8]\\d{8}", [9], [["(\\d{4})(\\d{5})", "$1-$2", ["892"], "0$1"], ["(\\d{2})(\\d{7})", "$1-$2", ["8(?:0[0-7]|9)"], "0$1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[5-8]"], "0$1"]], "0", 0, 0, 0, 0, "[5-8]"], "MC": ["377", "00", "(?:[3489]|[67]\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["4"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[389]"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[67]"], "0$1"]], "0"], "MD": ["373", "00", "(?:[235-7]\\d|[89]0)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["22|3"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[25-7]"], "0$1"]], "0"], "ME": ["382", "00", "(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "0$1"]], "0"], "MF": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80\\d{7}"], ["8[129]\\d{7}"], 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "MG": ["261", "00", "[23]\\d{8}", [9], [["(\\d{2})(\\d{2})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0", 0, "([24-9]\\d{6})$|0", "20$1"], "MH": ["692", "011", "329\\d{4}|(?:[256]\\d|45)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-6]"]]], "1"], "MK": ["389", "00", "[2-578]\\d{7}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2|34[47]|4(?:[37]7|5[47]|64)"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[347]"], "0$1"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[58]"], "0$1"]], "0"], "ML": ["223", "00", "[24-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-9]"]]]], "MM": ["95", "00", "1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}", [6, 7, 8, 9, 10], [["(\\d)(\\d{2})(\\d{3})", "$1 $2 $3", ["16|2"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["4(?:[2-46]|5[3-5])|5|6(?:[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-5]|(?:60|86)[23]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|452|678|86", "[12]|452|6788|86"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[4-7]|8[1-35]"], "0$1"], ["(\\d)(\\d{3})(\\d{4,6})", "$1 $2 $3", ["9(?:2[0-4]|[35-9]|4[137-9])"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["92"], "0$1"], ["(\\d)(\\d{5})(\\d{4})", "$1 $2 $3", ["9"], "0$1"]], "0"], "MN": ["976", "001", "[12]\\d{7,9}|[5-9]\\d{7}", [8, 9, 10], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[12]1"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[5-9]"]], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[12]2[1-3]"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["[12](?:27|3[2-8]|4[2-68]|5[1-4689])", "[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["[12]"], "0$1"]], "0"], "MO": ["853", "00", "0800\\d{3}|(?:28|[68]\\d)\\d{6}", [7, 8], [["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[268]"]]]], "MP": ["1", "011", "[58]\\d{9}|(?:67|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "670$1", 0, "670"], "MQ": ["596", "00", "(?:596\\d|7091)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]|8(?:0[6-9]|[36])"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "MR": ["222", "00", "(?:[2-4]\\d\\d|800)\\d{5}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-48]"]]]], "MS": ["1", "011", "(?:[58]\\d\\d|664|900)\\d{7}", [10], 0, "1", 0, "([34]\\d{6})$|1", "664$1", 0, "664"], "MT": ["356", "00", "3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2357-9]"]]]], "MU": ["230", "0(?:0|[24-7]0|3[03])", "(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46]|8[013]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[57]"]], ["(\\d{5})(\\d{5})", "$1 $2", ["8"]]], 0, 0, 0, 0, 0, 0, 0, "020"], "MV": ["960", "0(?:0|19)", "(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}", [7, 10], [["(\\d{3})(\\d{4})", "$1-$2", ["[34679]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "MW": ["265", "00", "(?:[1289]\\d|31|77)\\d{7}|1\\d{6}", [7, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["1[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[137-9]"], "0$1"]], "0"], "MX": ["52", "0[09]", "[2-9]\\d{9}", [10], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["33|5[56]|81"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "MY": ["60", "00", "1\\d{8,9}|(?:3\\d|[4-9])\\d{7}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1-$2 $3", ["[4-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1-$2 $3", ["1(?:[02469]|[378][1-9]|53)|8", "1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2 $3", ["3"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3-$4", ["1(?:[367]|80)"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2 $3", ["15"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2 $3", ["1"], "0$1"]], "0"], "MZ": ["258", "00", "(?:2|8\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2|8[2-79]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], "NA": ["264", "00", "[68]\\d{7,8}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["87"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], "NC": ["687", "00", "(?:050|[2-57-9]\\d\\d)\\d{3}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1.$2.$3", ["[02-57-9]"]]]], "NE": ["227", "00", "[027-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["08"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[089]|2[013]|7[0467]"]]]], "NF": ["672", "00", "[13]\\d{5}", [6], [["(\\d{2})(\\d{4})", "$1 $2", ["1[0-3]"]], ["(\\d)(\\d{5})", "$1 $2", ["[13]"]]], 0, 0, "([0-258]\\d{4})$", "3$1"], "NG": ["234", "009", "(?:20|9\\d)\\d{8}|[78]\\d{9,13}", [10, 11, 12, 13, 14], [["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["20[129]"], "0$1"], ["(\\d{4})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{3})(\\d{5})(\\d{5,6})", "$1 $2 $3", ["[78]"], "0$1"]], "0"], "NI": ["505", "00", "(?:1800|[25-8]\\d{3})\\d{4}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[125-8]"]]]], "NL": ["31", "00", "(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}", [5, 6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{4,7})", "$1 $2", ["[89]0"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["66"], "0$1"], ["(\\d)(\\d{8})", "$1 $2", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-578]|91"], "0$1"], ["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3", ["9"], "0$1"]], "0"], "NO": ["47", "00", "(?:0|[2-9]\\d{3})\\d{4}", [5, 8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]"]]], 0, 0, 0, 0, 0, "[02-689]|7[0-8]"], "NP": ["977", "00", "(?:1\\d|9)\\d{9}|[1-9]\\d{7}", [8, 10, 11], [["(\\d)(\\d{7})", "$1-$2", ["1[2-6]"], "0$1"], ["(\\d{2})(\\d{6})", "$1-$2", ["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"], "0$1"], ["(\\d{3})(\\d{7})", "$1-$2", ["9"]]], "0"], "NR": ["674", "00", "(?:222|444|(?:55|8\\d)\\d|666|777|999)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[24-9]"]]]], "NU": ["683", "00", "(?:[4-7]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], "NZ": ["64", "0(?:0|161)", "[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|8|90", "50(?:[0367]|88)|8|90"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["24|[346]|7[2-57-9]|9[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:10|74)|[589]"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1|2[028]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,5})", "$1 $2 $3", ["2(?:[169]|7[0-35-9])|7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00"], "OM": ["968", "00", "(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}", [7, 8, 9], [["(\\d{3})(\\d{4,6})", "$1 $2", ["[58]"]], ["(\\d{2})(\\d{6})", "$1 $2", ["2"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[179]"]]]], "PA": ["507", "00", "(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}", [7, 8, 10, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[1-57-9]"]], ["(\\d{4})(\\d{4})", "$1-$2", ["[68]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]]], "PE": ["51", "00|19(?:1[124]|77|90)00", "(?:[14-8]|9\\d)\\d{7}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["80"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["1"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[4-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"]]], "0", 0, 0, 0, 0, 0, 0, "00", " Anexo "], "PF": ["689", "00", "4\\d{5}(?:\\d{2})?|8\\d{7,8}", [6, 8, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["44"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4|8[7-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], "PG": ["675", "00|140[1-3]", "(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["18|[2-69]|85"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[78]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "PH": ["63", "00", "(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}", [6, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{5})", "$1 $2", ["2"], "(0$1)"], ["(\\d{4})(\\d{4,6})", "$1 $2", ["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2", "3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"], "(0$1)"], ["(\\d{5})(\\d{4})", "$1 $2", ["346|4(?:27|9[35])|883", "3469|4(?:279|9(?:30|56))|8834"], "(0$1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|8[2-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["1"]]], "0"], "PK": ["92", "00", "122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,7})", "$1 $2 $3", ["[89]0"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["1"]], ["(\\d{3})(\\d{6,7})", "$1 $2", ["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])", "9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"], "(0$1)"], ["(\\d{2})(\\d{7,8})", "$1 $2", ["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"], "(0$1)"], ["(\\d{5})(\\d{5})", "$1 $2", ["58"], "(0$1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[24-9]"], "(0$1)"]], "0"], "PL": ["48", "00", "(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|20|64"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["30|(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1", "30|(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["64"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[2-8]|[2-7]|8[1-79]|9[145]"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["8"]]]], "PM": ["508", "00", "[78]\\d{8}|[2-9]\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "PR": ["1", "011", "(?:[589]\\d\\d|787)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "787|939"], "PS": ["970", "00", "[2489]2\\d{6}|(?:1\\d|5)\\d{8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2489]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "PT": ["351", "00", "1693\\d{5}|(?:[26-9]\\d|30)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["2[12]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["16|[236-9]"]]]], "PW": ["680", "01[12]", "(?:[24-8]\\d\\d|345|900)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "PY": ["595", "00", "[36-8]\\d{5,8}|4\\d{6,8}|59\\d{6}|9\\d{5,10}|(?:2\\d|5[0-8])\\d{6,7}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3,6})", "$1 $2", ["[2-9]0"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["3[289]|4[246-8]|61|7[1-3]|8[1-36]"], "(0$1)"], ["(\\d{3})(\\d{4,5})", "$1 $2", ["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["87"]], ["(\\d{3})(\\d{6})", "$1 $2", ["9(?:[5-79]|8[1-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"]]], "0"], "QA": ["974", "00", "800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}", [7, 8, 9, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["2[136]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[3-7]"]]]], "RE": ["262", "00", "709\\d{6}|(?:26|[689]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"], ["(?:69(?:2\\d\\d|3(?:[06][0-6]|1[0-3]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\d{4}"], ["80\\d{7}"], ["89[1-37-9]\\d{6}"], 0, 0, 0, 0, ["9(?:399[0-3]|479[0-6]|76(?:2[278]|3[0-37]))\\d{4}"], ["8(?:1[019]|2[0156]|84|90)\\d{6}"]]], "RO": ["40", "00", "(?:[236-8]\\d|90)\\d{7}|[23]\\d{5}", [6, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["2[3-6]", "2[3-6]\\d9"], "0$1"], ["(\\d{2})(\\d{4})", "$1 $2", ["219|31"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[23]1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[236-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, " int "], "RS": ["381", "00", "38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}", [6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{3,9})", "$1 $2", ["(?:2[389]|39)0|[7-9]"], "0$1"], ["(\\d{2})(\\d{5,10})", "$1 $2", ["[1-36]"], "0$1"]], "0"], "RU": ["7", "810", "8\\d{13}|[347-9]\\d{9}", [10, 14], [["(\\d{4})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-8]|2[1-9])", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"], "8 ($1)", 1], ["(\\d{5})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-68]|2[1-9])", "7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))", "7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[349]|8(?:[02-7]|1[1-8])"], "8 ($1)", 1], ["(\\d{4})(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["8"], "8 ($1)"]], "8", 0, 0, 0, 0, "[3489]", 0, "8~10"], "RW": ["250", "00", "(?:06|[27]\\d\\d|[89]00)\\d{6}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0$1"]], "0"], "SA": ["966", "00", "(?:[15]\\d|800|92)\\d{7}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["9"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]], "0"], "SB": ["677", "0[01]", "[6-9]\\d{6}|[1-6]\\d{4}", [5, 7], [["(\\d{2})(\\d{5})", "$1 $2", ["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]], "SC": ["248", "010|0[0-2]", "(?:[2489]\\d|64)\\d{5}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[246]|9[57]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "SD": ["249", "00", "[19]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], "SE": ["46", "00", "(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}", [6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["20"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{4})", "$1-$2", ["9(?:00|39|44|9)"], "0$1", 0, "$1 $2"], ["(\\d{2})(\\d{3})(\\d{2})", "$1-$2 $3", ["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3"], ["(\\d)(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{2,3})(\\d{3})", "$1-$2 $3", ["9(?:00|39|44)"], "0$1", 0, "$1 $2 $3"], ["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["10|7"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{3})", "$1-$2 $3 $4", ["9"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4 $5", ["[26]"], "0$1", 0, "$1 $2 $3 $4 $5"]], "0"], "SG": ["65", "0[0-3]\\d", "(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[369]|8(?:0[1-9]|[1-9])"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{4})(\\d{4})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "SH": ["290", "00", "(?:[256]\\d|8)\\d{3}", [4, 5], 0, 0, 0, 0, 0, 0, "[256]"], "SI": ["386", "00|10(?:22|66|88|99)", "[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}", [5, 6, 7, 8], [["(\\d{2})(\\d{3,6})", "$1 $2", ["8[09]|9"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["59|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37][01]|4[0139]|51|6"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-57]"], "(0$1)"]], "0", 0, 0, 0, 0, 0, 0, "00"], "SJ": ["47", "00", "0\\d{4}|(?:[489]\\d|79)\\d{6}", [5, 8], 0, 0, 0, 0, 0, 0, "79"], "SK": ["421", "00", "[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}", [6, 7, 9], [["(\\d)(\\d{2})(\\d{3,4})", "$1 $2 $3", ["21"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["[3-5][1-8]1", "[3-5][1-8]1[67]"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1/$2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[689]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1/$2 $3 $4", ["[3-5]"], "0$1"]], "0"], "SL": ["232", "00", "(?:[237-9]\\d|66)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[236-9]"], "(0$1)"]], "0"], "SM": ["378", "00", "(?:0549|[5-7]\\d)\\d{6}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]"]], ["(\\d{4})(\\d{6})", "$1 $2", ["0"]]], 0, 0, "([89]\\d{5})$", "0549$1"], "SN": ["221", "00", "(?:[378]\\d|93)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[379]"]]]], "SO": ["252", "00", "[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}", [6, 7, 8, 9], [["(\\d{2})(\\d{4})", "$1 $2", ["8[125]"]], ["(\\d{6})", "$1", ["[134]"]], ["(\\d)(\\d{6})", "$1 $2", ["[15]|2[0-79]|3[0-46-8]|4[0-7]"]], ["(\\d)(\\d{7})", "$1 $2", ["(?:2|90)4|[67]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[348]|64|79|90"]], ["(\\d{2})(\\d{5,7})", "$1 $2", ["1|28|6[0-35-9]|7[67]|9[2-9]"]]], "0"], "SR": ["597", "00", "(?:[2-5]|[6-8]\\d|90)\\d{5}", [6, 7], [["(\\d{2})(\\d{2})(\\d{2})", "$1-$2-$3", ["56"]], ["(\\d{3})(\\d{3})", "$1-$2", ["[2-5]"]], ["(\\d{3})(\\d{4})", "$1-$2", ["[6-9]"]]]], "SS": ["211", "00", "[19]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], "ST": ["239", "00", "(?:22|9\\d)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[29]"]]]], "SV": ["503", "00", "[25-7]\\d{7}|(?:80\\d|900)\\d{4}(?:\\d{4})?", [7, 8, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[89]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[25-7]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[89]"]]]], "SX": ["1", "011", "7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "(5\\d{6})$|1", "721$1", 0, "721"], "SY": ["963", "00", "[1-359]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-4]|5[1-3]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[59]"], "0$1", 1]], "0"], "SZ": ["268", "00", "0800\\d{4}|(?:[237]\\d|900)\\d{6}", [8, 9], [["(\\d{4})(\\d{4})", "$1 $2", ["[0237]"]], ["(\\d{5})(\\d{4})", "$1 $2", ["9"]]]], "TA": ["290", "00", "8\\d{3}", [4], 0, 0, 0, 0, 0, 0, "8"], "TC": ["1", "011", "(?:[58]\\d\\d|649|900)\\d{7}", [10], 0, "1", 0, "([2-479]\\d{6})$|1", "649$1", 0, "649"], "TD": ["235", "00|16", "(?:22|30|[689]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[236-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "TG": ["228", "00", "[279]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[279]"]]]], "TH": ["66", "00[1-9]", "(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}", [8, 9, 10, 13], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[13-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "TJ": ["992", "810", "(?:[0-57-9]\\d|66)\\d{7}", [9], [["(\\d{6})(\\d)(\\d{2})", "$1 $2 $3", ["331", "3317"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["44[02-479]|[34]7"]], ["(\\d{4})(\\d)(\\d{4})", "$1 $2 $3", ["3(?:[1245]|3[12])"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["\\d"]]], 0, 0, 0, 0, 0, 0, 0, "8~10"], "TK": ["690", "00", "[2-47]\\d{3,6}", [4, 5, 6, 7]], "TL": ["670", "00", "7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-489]|70"]], ["(\\d{4})(\\d{4})", "$1 $2", ["7"]]]], "TM": ["993", "810", "(?:[1-6]\\d|71)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["12"], "(8 $1)"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-5]"], "(8 $1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[67]"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], "TN": ["216", "00", "[2-57-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-57-9]"]]]], "TO": ["676", "00", "(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}", [5, 7], [["(\\d{2})(\\d{3})", "$1-$2", ["[2-4]|50|6[09]|7[0-24-69]|8[05]"]], ["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[5-9]"]]]], "TR": ["90", "00", "4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}", [7, 10, 12, 13], [["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["512|8[01589]|90"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5(?:[0-579]|61)", "5(?:[0-579]|61[06])", "5(?:[0-579]|61[06]1)"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24][1-8]|3[1-9]"], "(0$1)", 1], ["(\\d{3})(\\d{3})(\\d{6,7})", "$1 $2 $3", ["80"], "0$1", 1]], "0"], "TT": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-46-8]\\d{6})$|1", "868$1", 0, "868"], "TV": ["688", "00", "(?:2|7\\d\\d|90)\\d{4}", [5, 6, 7], [["(\\d{2})(\\d{3})", "$1 $2", ["2"]], ["(\\d{2})(\\d{4})", "$1 $2", ["90"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], "TW": ["886", "0(?:0[25-79]|19)", "[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}", [7, 8, 9, 10, 11], [["(\\d{2})(\\d)(\\d{4})", "$1 $2 $3", ["202"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[258]0"], "0$1"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]", "[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, "#"], "TZ": ["255", "00[056]", "(?:[25-8]\\d|41|90)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[24]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["5"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[67]"], "0$1"]], "0"], "UA": ["380", "00", "[89]\\d{9}|[3-9]\\d{8}", [9, 10], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]", "6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])", "3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|89|9[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "0~0"], "UG": ["256", "00[057]", "800\\d{6}|(?:[29]0|[347]\\d)\\d{7}", [9], [["(\\d{4})(\\d{5})", "$1 $2", ["202", "2024"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[27-9]|4(?:6[45]|[7-9])"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[34]"], "0$1"]], "0"], "US": ["1", "011", "[2-9]\\d{9}|3\\d{6}", [10], [["(\\d{3})(\\d{4})", "$1-$2", ["310"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "($1) $2-$3", ["[2-9]"], 0, 1, "$1-$2-$3"]], "1", 0, 0, 0, 0, 0, [["(?:274[27]|(?:472|983)[2-47-9])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-57-9]|1[02-9]|2[013-79]|3[0-24679]|4[167]|5[0-3]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-57-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-269])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-247]|4[0378]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[0168]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-3589]|8[04-69]))[2-9]\\d{6}"], [""], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"], ["900[2-9]\\d{6}"], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|3[23]|44|66|77|88)[2-9]\\d{6}"]]], "UY": ["598", "0(?:0|1[3-9]\\d)", "0004\\d{2,9}|[1249]\\d{7}|2\\d{3,4}|(?:[49]\\d|80)\\d{5}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d{4,5})", "$1", ["21"]], ["(\\d{3})(\\d{3,4})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[49]0|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[124]"]], ["(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3 $4", ["0"]]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "], "UZ": ["998", "00", "(?:20|33|[5-9]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[235-9]"]]]], "VA": ["39", "00", "0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}", [6, 7, 8, 9, 10, 11, 12], 0, 0, 0, 0, 0, 0, "06698"], "VC": ["1", "011", "(?:[58]\\d\\d|784|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "784$1", 0, "784"], "VE": ["58", "00", "[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}", [10], [["(\\d{3})(\\d{7})", "$1-$2", ["[24-689]"], "0$1"]], "0"], "VG": ["1", "011", "(?:284|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-578]\\d{6})$|1", "284$1", 0, "284"], "VI": ["1", "011", "[58]\\d{9}|(?:34|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "340$1", 0, "340"], "VN": ["84", "00", "[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["80"], "0$1", 1], ["(\\d{4})(\\d{4,6})", "$1 $2", ["1"], 0, 1], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["6"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[357-9]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["2[48]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["2"], "0$1", 1]], "0"], "VU": ["678", "00", "[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}", [5, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["[57-9]"]]]], "WF": ["681", "00", "(?:40|72|8\\d{4})\\d{4}|[89]\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[47-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], "WS": ["685", "0", "(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}", [5, 6, 7, 10], [["(\\d{5})", "$1", ["[2-5]|6[1-9]"]], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[68]"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], "XK": ["383", "00", "2\\d{7,8}|3\\d{7,11}|(?:4\\d\\d|[89]00)\\d{5}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2|39"], "0$1"], ["(\\d{2})(\\d{7,10})", "$1 $2", ["3"], "0$1"]], "0"], "YE": ["967", "00", "(?:1|7\\d)\\d{7}|[1-7]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-6]|7(?:[24-6]|8[0-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"], "0$1"]], "0"], "YT": ["262", "00", "7093\\d{5}|(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"], ["(?:639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])|7093[5-7])\\d{4}"], ["80\\d{7}"], 0, 0, 0, 0, 0, ["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]], "ZA": ["27", "00", "[1-79]\\d{8}|8\\d{4,9}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,4})", "$1 $2", ["8[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["8[1-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["860"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], "ZM": ["260", "00", "800\\d{6}|(?:21|[579]\\d|63)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[579]"], "0$1"]], "0"], "ZW": ["263", "00", "2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}", [5, 6, 7, 8, 9, 10], [["(\\d{3})(\\d{3,5})", "$1 $2", ["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"], "0$1"], ["(\\d)(\\d{3})(\\d{2,4})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["80"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2", "2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)", "2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["29[013-9]|39|54"], "0$1"], ["(\\d{4})(\\d{3,5})", "$1 $2", ["(?:25|54)8", "258|5483"], "0$1"]], "0"] }, "nonGeographic": { "800": ["800", 0, "(?:00|[1-9]\\d)\\d{6}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["\\d"]]], 0, 0, 0, 0, 0, 0, [0, 0, ["(?:00|[1-9]\\d)\\d{6}"]]], "808": ["808", 0, "[1-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[1-9]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, 0, ["[1-9]\\d{7}"]]], "870": ["870", 0, "7\\d{11}|[235-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"], 0, 0, 0, 0, 0, 0, ["2\\d{8}", [9]]]], "878": ["878", 0, "10\\d{10}", [12], [["(\\d{2})(\\d{5})(\\d{5})", "$1 $2 $3", ["1"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["10\\d{10}"]]], "881": ["881", 0, "6\\d{9}|[0-36-9]\\d{8}", [9, 10], [["(\\d)(\\d{3})(\\d{5})", "$1 $2 $3", ["[0-37-9]"]], ["(\\d)(\\d{3})(\\d{5,6})", "$1 $2 $3", ["6"]]], 0, 0, 0, 0, 0, 0, [0, ["6\\d{9}|[0-36-9]\\d{8}"]]], "882": ["882", 0, "[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5})", "$1 $2", ["16|342"]], ["(\\d{2})(\\d{6})", "$1 $2", ["49"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["1[36]|9"]], ["(\\d{2})(\\d{4})(\\d{3})", "$1 $2 $3", ["3[23]"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["16"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|23|3(?:[15]|4[57])|4|5[12]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["34"]], ["(\\d{2})(\\d{4,5})(\\d{5})", "$1 $2 $3", ["[1-35]"]]], 0, 0, 0, 0, 0, 0, [0, ["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|5(?:0\\d{3}|2[0-2]))\\d{7}", [7, 8, 9, 10, 12]], 0, 0, 0, ["348[57]\\d{7}", [11]], 0, 0, ["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]], "883": ["883", 0, "(?:[1-4]\\d|51)\\d{6,10}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,8})", "$1 $2 $3", ["[14]|2[24-689]|3[02-689]|51[24-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["510"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["21"]], ["(\\d{4})(\\d{4})(\\d{4})", "$1 $2 $3", ["51[13]"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[235]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]], "888": ["888", 0, "\\d{11}", [11], [["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3"]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, ["\\d{11}"]]], "979": ["979", 0, "[1359]\\d{8}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[1359]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, ["[1359]\\d{8}"]]] } };
|
|
21488
21553
|
function withMetadataArgument(func, _arguments) {
|
|
21489
21554
|
var args = Array.prototype.slice.call(_arguments);
|
|
21490
21555
|
args.push(metadata);
|
|
@@ -21512,32 +21577,39 @@ var objectConstructor = {}.constructor;
|
|
|
21512
21577
|
function isObject(object) {
|
|
21513
21578
|
return object !== void 0 && object !== null && object.constructor === objectConstructor;
|
|
21514
21579
|
}
|
|
21515
|
-
function _typeof$
|
|
21580
|
+
function _typeof$7(o) {
|
|
21516
21581
|
"@babel/helpers - typeof";
|
|
21517
|
-
return _typeof$
|
|
21518
|
-
return typeof
|
|
21519
|
-
} : function(
|
|
21520
|
-
return
|
|
21521
|
-
}, _typeof$
|
|
21582
|
+
return _typeof$7 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
21583
|
+
return typeof o2;
|
|
21584
|
+
} : function(o2) {
|
|
21585
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
21586
|
+
}, _typeof$7(o);
|
|
21522
21587
|
}
|
|
21523
|
-
function _classCallCheck$2(
|
|
21524
|
-
if (!(
|
|
21525
|
-
throw new TypeError("Cannot call a class as a function");
|
|
21526
|
-
}
|
|
21588
|
+
function _classCallCheck$2(a, n) {
|
|
21589
|
+
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
21527
21590
|
}
|
|
21528
|
-
function _defineProperties$1(
|
|
21529
|
-
for (var
|
|
21530
|
-
var
|
|
21531
|
-
|
|
21532
|
-
descriptor.configurable = true;
|
|
21533
|
-
if ("value" in descriptor) descriptor.writable = true;
|
|
21534
|
-
Object.defineProperty(target, descriptor.key, descriptor);
|
|
21591
|
+
function _defineProperties$1(e, r) {
|
|
21592
|
+
for (var t2 = 0; t2 < r.length; t2++) {
|
|
21593
|
+
var o = r[t2];
|
|
21594
|
+
o.enumerable = o.enumerable || false, o.configurable = true, "value" in o && (o.writable = true), Object.defineProperty(e, _toPropertyKey$6(o.key), o);
|
|
21535
21595
|
}
|
|
21536
21596
|
}
|
|
21537
|
-
function _createClass$2(
|
|
21538
|
-
|
|
21539
|
-
|
|
21540
|
-
|
|
21597
|
+
function _createClass$2(e, r, t2) {
|
|
21598
|
+
return r && _defineProperties$1(e.prototype, r), Object.defineProperty(e, "prototype", { writable: false }), e;
|
|
21599
|
+
}
|
|
21600
|
+
function _toPropertyKey$6(t2) {
|
|
21601
|
+
var i = _toPrimitive$6(t2, "string");
|
|
21602
|
+
return "symbol" == _typeof$7(i) ? i : i + "";
|
|
21603
|
+
}
|
|
21604
|
+
function _toPrimitive$6(t2, r) {
|
|
21605
|
+
if ("object" != _typeof$7(t2) || !t2) return t2;
|
|
21606
|
+
var e = t2[Symbol.toPrimitive];
|
|
21607
|
+
if (void 0 !== e) {
|
|
21608
|
+
var i = e.call(t2, r);
|
|
21609
|
+
if ("object" != _typeof$7(i)) return i;
|
|
21610
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
21611
|
+
}
|
|
21612
|
+
return String(t2);
|
|
21541
21613
|
}
|
|
21542
21614
|
var V3 = "1.2.0";
|
|
21543
21615
|
var V4 = "1.7.35";
|
|
@@ -21550,7 +21622,7 @@ var Metadata = /* @__PURE__ */ function() {
|
|
|
21550
21622
|
this.metadata = metadata2;
|
|
21551
21623
|
setVersion.call(this, metadata2);
|
|
21552
21624
|
}
|
|
21553
|
-
_createClass$2(Metadata2, [{
|
|
21625
|
+
return _createClass$2(Metadata2, [{
|
|
21554
21626
|
key: "getCountries",
|
|
21555
21627
|
value: function getCountries() {
|
|
21556
21628
|
return Object.keys(this.metadata.countries).filter(function(_) {
|
|
@@ -21755,7 +21827,6 @@ var Metadata = /* @__PURE__ */ function() {
|
|
|
21755
21827
|
return this.numberingPlan !== void 0;
|
|
21756
21828
|
}
|
|
21757
21829
|
}]);
|
|
21758
|
-
return Metadata2;
|
|
21759
21830
|
}();
|
|
21760
21831
|
var NumberingPlan = /* @__PURE__ */ function() {
|
|
21761
21832
|
function NumberingPlan2(metadata2, globalMetadataObject) {
|
|
@@ -21764,7 +21835,7 @@ var NumberingPlan = /* @__PURE__ */ function() {
|
|
|
21764
21835
|
this.metadata = metadata2;
|
|
21765
21836
|
setVersion.call(this, globalMetadataObject.metadata);
|
|
21766
21837
|
}
|
|
21767
|
-
_createClass$2(NumberingPlan2, [{
|
|
21838
|
+
return _createClass$2(NumberingPlan2, [{
|
|
21768
21839
|
key: "callingCode",
|
|
21769
21840
|
value: function callingCode() {
|
|
21770
21841
|
return this.metadata[0];
|
|
@@ -21903,7 +21974,6 @@ var NumberingPlan = /* @__PURE__ */ function() {
|
|
|
21903
21974
|
return this.metadata[13] || DEFAULT_EXT_PREFIX;
|
|
21904
21975
|
}
|
|
21905
21976
|
}]);
|
|
21906
|
-
return NumberingPlan2;
|
|
21907
21977
|
}();
|
|
21908
21978
|
var Format = /* @__PURE__ */ function() {
|
|
21909
21979
|
function Format2(format2, metadata2) {
|
|
@@ -21911,7 +21981,7 @@ var Format = /* @__PURE__ */ function() {
|
|
|
21911
21981
|
this._format = format2;
|
|
21912
21982
|
this.metadata = metadata2;
|
|
21913
21983
|
}
|
|
21914
|
-
_createClass$2(Format2, [{
|
|
21984
|
+
return _createClass$2(Format2, [{
|
|
21915
21985
|
key: "pattern",
|
|
21916
21986
|
value: function pattern() {
|
|
21917
21987
|
return this._format[0];
|
|
@@ -21954,7 +22024,6 @@ var Format = /* @__PURE__ */ function() {
|
|
|
21954
22024
|
return this._format[5] || this.format();
|
|
21955
22025
|
}
|
|
21956
22026
|
}]);
|
|
21957
|
-
return Format2;
|
|
21958
22027
|
}();
|
|
21959
22028
|
var FIRST_GROUP_ONLY_PREFIX_PATTERN = /^\(?\$1\)?$/;
|
|
21960
22029
|
var Type = /* @__PURE__ */ function() {
|
|
@@ -21963,7 +22032,7 @@ var Type = /* @__PURE__ */ function() {
|
|
|
21963
22032
|
this.type = type;
|
|
21964
22033
|
this.metadata = metadata2;
|
|
21965
22034
|
}
|
|
21966
|
-
_createClass$2(Type2, [{
|
|
22035
|
+
return _createClass$2(Type2, [{
|
|
21967
22036
|
key: "pattern",
|
|
21968
22037
|
value: function pattern() {
|
|
21969
22038
|
if (this.metadata.v1) return this.type;
|
|
@@ -21976,7 +22045,6 @@ var Type = /* @__PURE__ */ function() {
|
|
|
21976
22045
|
return this.type[1] || this.metadata.possibleLengths();
|
|
21977
22046
|
}
|
|
21978
22047
|
}]);
|
|
21979
|
-
return Type2;
|
|
21980
22048
|
}();
|
|
21981
22049
|
function getType(types, type) {
|
|
21982
22050
|
switch (type) {
|
|
@@ -22011,12 +22079,12 @@ function validateMetadata(metadata2) {
|
|
|
22011
22079
|
}
|
|
22012
22080
|
}
|
|
22013
22081
|
var typeOf = function typeOf2(_) {
|
|
22014
|
-
return _typeof$
|
|
22082
|
+
return _typeof$7(_);
|
|
22015
22083
|
};
|
|
22016
22084
|
function getCountryCallingCode(country, metadata2) {
|
|
22017
22085
|
metadata2 = new Metadata(metadata2);
|
|
22018
22086
|
if (metadata2.hasCountry(country)) {
|
|
22019
|
-
return metadata2.
|
|
22087
|
+
return metadata2.selectNumberingPlan(country).countryCallingCode();
|
|
22020
22088
|
}
|
|
22021
22089
|
throw new Error("Unknown country: ".concat(country));
|
|
22022
22090
|
}
|
|
@@ -22042,10 +22110,14 @@ function setVersion(metadata2) {
|
|
|
22042
22110
|
}
|
|
22043
22111
|
}
|
|
22044
22112
|
}
|
|
22045
|
-
function checkNumberLength(nationalNumber, metadata2) {
|
|
22046
|
-
return checkNumberLengthForType(nationalNumber, void 0, metadata2);
|
|
22113
|
+
function checkNumberLength(nationalNumber, country, metadata2) {
|
|
22114
|
+
return checkNumberLengthForType(nationalNumber, country, void 0, metadata2);
|
|
22047
22115
|
}
|
|
22048
|
-
function checkNumberLengthForType(nationalNumber, type, metadata2) {
|
|
22116
|
+
function checkNumberLengthForType(nationalNumber, country, type, metadata2) {
|
|
22117
|
+
if (country) {
|
|
22118
|
+
metadata2 = new Metadata(metadata2.metadata);
|
|
22119
|
+
metadata2.selectNumberingPlan(country);
|
|
22120
|
+
}
|
|
22049
22121
|
var type_info = metadata2.type(type);
|
|
22050
22122
|
var possible_lengths = type_info && type_info.possibleLengths() || metadata2.possibleLengths();
|
|
22051
22123
|
if (!possible_lengths) {
|
|
@@ -22082,7 +22154,7 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
22082
22154
|
if (!metadata2.hasCountry(input.country)) {
|
|
22083
22155
|
throw new Error("Unknown country: ".concat(input.country));
|
|
22084
22156
|
}
|
|
22085
|
-
metadata2.
|
|
22157
|
+
metadata2.selectNumberingPlan(input.country);
|
|
22086
22158
|
} else {
|
|
22087
22159
|
if (!input.countryCallingCode) {
|
|
22088
22160
|
throw new Error("Invalid phone number object passed");
|
|
@@ -22091,7 +22163,7 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
22091
22163
|
}
|
|
22092
22164
|
}
|
|
22093
22165
|
if (metadata2.possibleLengths()) {
|
|
22094
|
-
return isPossibleNumber(input.phone || input.nationalNumber, metadata2);
|
|
22166
|
+
return isPossibleNumber(input.phone || input.nationalNumber, input.country, metadata2);
|
|
22095
22167
|
} else {
|
|
22096
22168
|
if (input.countryCallingCode && metadata2.isNonGeographicCallingCode(input.countryCallingCode)) {
|
|
22097
22169
|
return true;
|
|
@@ -22100,45 +22172,41 @@ function isPossiblePhoneNumber$2(input, options, metadata2) {
|
|
|
22100
22172
|
}
|
|
22101
22173
|
}
|
|
22102
22174
|
}
|
|
22103
|
-
function isPossibleNumber(nationalNumber, metadata2) {
|
|
22104
|
-
switch (checkNumberLength(nationalNumber, metadata2)) {
|
|
22175
|
+
function isPossibleNumber(nationalNumber, country, metadata2) {
|
|
22176
|
+
switch (checkNumberLength(nationalNumber, country, metadata2)) {
|
|
22105
22177
|
case "IS_POSSIBLE":
|
|
22106
22178
|
return true;
|
|
22107
22179
|
default:
|
|
22108
22180
|
return false;
|
|
22109
22181
|
}
|
|
22110
22182
|
}
|
|
22111
|
-
function matchesEntirely(text2,
|
|
22183
|
+
function matchesEntirely(text2, regularExpressionText) {
|
|
22112
22184
|
text2 = text2 || "";
|
|
22113
|
-
return new RegExp("^(?:" +
|
|
22114
|
-
}
|
|
22115
|
-
function _createForOfIteratorHelperLoose$
|
|
22116
|
-
var
|
|
22117
|
-
if (
|
|
22118
|
-
if (Array.isArray(
|
|
22119
|
-
|
|
22120
|
-
var
|
|
22185
|
+
return new RegExp("^(?:" + regularExpressionText + ")$").test(text2);
|
|
22186
|
+
}
|
|
22187
|
+
function _createForOfIteratorHelperLoose$2(r, e) {
|
|
22188
|
+
var t2 = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
22189
|
+
if (t2) return (t2 = t2.call(r)).next.bind(t2);
|
|
22190
|
+
if (Array.isArray(r) || (t2 = _unsupportedIterableToArray$3(r)) || e) {
|
|
22191
|
+
t2 && (r = t2);
|
|
22192
|
+
var o = 0;
|
|
22121
22193
|
return function() {
|
|
22122
|
-
|
|
22123
|
-
return { done: false, value: o[i++] };
|
|
22194
|
+
return o >= r.length ? { done: true } : { done: false, value: r[o++] };
|
|
22124
22195
|
};
|
|
22125
22196
|
}
|
|
22126
22197
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22127
22198
|
}
|
|
22128
|
-
function _unsupportedIterableToArray$
|
|
22129
|
-
if (
|
|
22130
|
-
|
|
22131
|
-
|
|
22132
|
-
|
|
22133
|
-
if (n === "Map" || n === "Set") return Array.from(o);
|
|
22134
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$4(o, minLen);
|
|
22135
|
-
}
|
|
22136
|
-
function _arrayLikeToArray$4(arr, len) {
|
|
22137
|
-
if (len == null || len > arr.length) len = arr.length;
|
|
22138
|
-
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
22139
|
-
arr2[i] = arr[i];
|
|
22199
|
+
function _unsupportedIterableToArray$3(r, a) {
|
|
22200
|
+
if (r) {
|
|
22201
|
+
if ("string" == typeof r) return _arrayLikeToArray$3(r, a);
|
|
22202
|
+
var t2 = {}.toString.call(r).slice(8, -1);
|
|
22203
|
+
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;
|
|
22140
22204
|
}
|
|
22141
|
-
|
|
22205
|
+
}
|
|
22206
|
+
function _arrayLikeToArray$3(r, a) {
|
|
22207
|
+
(null == a || a > r.length) && (a = r.length);
|
|
22208
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
22209
|
+
return n;
|
|
22142
22210
|
}
|
|
22143
22211
|
var NON_FIXED_LINE_PHONE_TYPES = ["MOBILE", "PREMIUM_RATE", "TOLL_FREE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL"];
|
|
22144
22212
|
function getNumberType(input, options, metadata2) {
|
|
@@ -22164,7 +22232,7 @@ function getNumberType(input, options, metadata2) {
|
|
|
22164
22232
|
}
|
|
22165
22233
|
return "FIXED_LINE";
|
|
22166
22234
|
}
|
|
22167
|
-
for (var _iterator = _createForOfIteratorHelperLoose$
|
|
22235
|
+
for (var _iterator = _createForOfIteratorHelperLoose$2(NON_FIXED_LINE_PHONE_TYPES), _step; !(_step = _iterator()).done; ) {
|
|
22168
22236
|
var type = _step.value;
|
|
22169
22237
|
if (isNumberTypeEqualTo(nationalNumber, type, metadata2)) {
|
|
22170
22238
|
return type;
|
|
@@ -22172,14 +22240,14 @@ function getNumberType(input, options, metadata2) {
|
|
|
22172
22240
|
}
|
|
22173
22241
|
}
|
|
22174
22242
|
function isNumberTypeEqualTo(nationalNumber, type, metadata2) {
|
|
22175
|
-
|
|
22176
|
-
if (!
|
|
22243
|
+
var typeDefinition = metadata2.type(type);
|
|
22244
|
+
if (!typeDefinition || !typeDefinition.pattern()) {
|
|
22177
22245
|
return false;
|
|
22178
22246
|
}
|
|
22179
|
-
if (
|
|
22247
|
+
if (typeDefinition.possibleLengths() && typeDefinition.possibleLengths().indexOf(nationalNumber.length) < 0) {
|
|
22180
22248
|
return false;
|
|
22181
22249
|
}
|
|
22182
|
-
return matchesEntirely(nationalNumber,
|
|
22250
|
+
return matchesEntirely(nationalNumber, typeDefinition.pattern());
|
|
22183
22251
|
}
|
|
22184
22252
|
function isValidNumber(input, options, metadata2) {
|
|
22185
22253
|
options = options || {};
|
|
@@ -22283,7 +22351,63 @@ function extractNationalNumberFromPossiblyIncompleteNumber(number2, metadata2) {
|
|
|
22283
22351
|
nationalNumber: number2
|
|
22284
22352
|
};
|
|
22285
22353
|
}
|
|
22286
|
-
function
|
|
22354
|
+
function _createForOfIteratorHelperLoose$1(r, e) {
|
|
22355
|
+
var t2 = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
22356
|
+
if (t2) return (t2 = t2.call(r)).next.bind(t2);
|
|
22357
|
+
if (Array.isArray(r) || (t2 = _unsupportedIterableToArray$2(r)) || e) {
|
|
22358
|
+
t2 && (r = t2);
|
|
22359
|
+
var o = 0;
|
|
22360
|
+
return function() {
|
|
22361
|
+
return o >= r.length ? { done: true } : { done: false, value: r[o++] };
|
|
22362
|
+
};
|
|
22363
|
+
}
|
|
22364
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22365
|
+
}
|
|
22366
|
+
function _unsupportedIterableToArray$2(r, a) {
|
|
22367
|
+
if (r) {
|
|
22368
|
+
if ("string" == typeof r) return _arrayLikeToArray$2(r, a);
|
|
22369
|
+
var t2 = {}.toString.call(r).slice(8, -1);
|
|
22370
|
+
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;
|
|
22371
|
+
}
|
|
22372
|
+
}
|
|
22373
|
+
function _arrayLikeToArray$2(r, a) {
|
|
22374
|
+
(null == a || a > r.length) && (a = r.length);
|
|
22375
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
22376
|
+
return n;
|
|
22377
|
+
}
|
|
22378
|
+
function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
|
|
22379
|
+
var countries = _ref.countries, metadata2 = _ref.metadata;
|
|
22380
|
+
metadata2 = new Metadata(metadata2);
|
|
22381
|
+
for (var _iterator = _createForOfIteratorHelperLoose$1(countries), _step; !(_step = _iterator()).done; ) {
|
|
22382
|
+
var country = _step.value;
|
|
22383
|
+
metadata2.selectNumberingPlan(country);
|
|
22384
|
+
if (metadata2.leadingDigits()) {
|
|
22385
|
+
if (nationalPhoneNumber && nationalPhoneNumber.search(metadata2.leadingDigits()) === 0) {
|
|
22386
|
+
return country;
|
|
22387
|
+
}
|
|
22388
|
+
} else if (getNumberType({
|
|
22389
|
+
phone: nationalPhoneNumber,
|
|
22390
|
+
country
|
|
22391
|
+
}, void 0, metadata2.metadata)) {
|
|
22392
|
+
return country;
|
|
22393
|
+
}
|
|
22394
|
+
}
|
|
22395
|
+
}
|
|
22396
|
+
function getCountryByCallingCode(callingCode, _ref) {
|
|
22397
|
+
var nationalPhoneNumber = _ref.nationalNumber, metadata2 = _ref.metadata;
|
|
22398
|
+
var possibleCountries = metadata2.getCountryCodesForCallingCode(callingCode);
|
|
22399
|
+
if (!possibleCountries) {
|
|
22400
|
+
return;
|
|
22401
|
+
}
|
|
22402
|
+
if (possibleCountries.length === 1) {
|
|
22403
|
+
return possibleCountries[0];
|
|
22404
|
+
}
|
|
22405
|
+
return getCountryByNationalNumber(nationalPhoneNumber, {
|
|
22406
|
+
countries: possibleCountries,
|
|
22407
|
+
metadata: metadata2.metadata
|
|
22408
|
+
});
|
|
22409
|
+
}
|
|
22410
|
+
function extractNationalNumber(number2, country, metadata2) {
|
|
22287
22411
|
var _extractNationalNumbe = extractNationalNumberFromPossiblyIncompleteNumber(number2, metadata2), carrierCode = _extractNationalNumbe.carrierCode, nationalNumber = _extractNationalNumbe.nationalNumber;
|
|
22288
22412
|
if (nationalNumber !== number2) {
|
|
22289
22413
|
if (!shouldHaveExtractedNationalPrefix(number2, nationalNumber, metadata2)) {
|
|
@@ -22291,8 +22415,14 @@ function extractNationalNumber(number2, metadata2) {
|
|
|
22291
22415
|
nationalNumber: number2
|
|
22292
22416
|
};
|
|
22293
22417
|
}
|
|
22294
|
-
if (metadata2.possibleLengths()) {
|
|
22295
|
-
if (!
|
|
22418
|
+
if (metadata2.numberingPlan.possibleLengths()) {
|
|
22419
|
+
if (!country) {
|
|
22420
|
+
country = getCountryByCallingCode(metadata2.numberingPlan.callingCode(), {
|
|
22421
|
+
nationalNumber,
|
|
22422
|
+
metadata: metadata2
|
|
22423
|
+
});
|
|
22424
|
+
}
|
|
22425
|
+
if (!isPossibleIncompleteNationalNumber(nationalNumber, country, metadata2)) {
|
|
22296
22426
|
return {
|
|
22297
22427
|
nationalNumber: number2
|
|
22298
22428
|
};
|
|
@@ -22310,8 +22440,8 @@ function shouldHaveExtractedNationalPrefix(nationalNumberBefore, nationalNumberA
|
|
|
22310
22440
|
}
|
|
22311
22441
|
return true;
|
|
22312
22442
|
}
|
|
22313
|
-
function isPossibleIncompleteNationalNumber(nationalNumber, metadata2) {
|
|
22314
|
-
switch (checkNumberLength(nationalNumber, metadata2)) {
|
|
22443
|
+
function isPossibleIncompleteNationalNumber(nationalNumber, country, metadata2) {
|
|
22444
|
+
switch (checkNumberLength(nationalNumber, country, metadata2)) {
|
|
22315
22445
|
case "TOO_SHORT":
|
|
22316
22446
|
case "INVALID_LENGTH":
|
|
22317
22447
|
return false;
|
|
@@ -22319,15 +22449,15 @@ function isPossibleIncompleteNationalNumber(nationalNumber, metadata2) {
|
|
|
22319
22449
|
return true;
|
|
22320
22450
|
}
|
|
22321
22451
|
}
|
|
22322
|
-
function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country,
|
|
22323
|
-
var countryCallingCode =
|
|
22452
|
+
function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country, defaultCountry, defaultCallingCode, metadata2) {
|
|
22453
|
+
var countryCallingCode = defaultCountry ? getCountryCallingCode(defaultCountry, metadata2) : defaultCallingCode;
|
|
22324
22454
|
if (number2.indexOf(countryCallingCode) === 0) {
|
|
22325
22455
|
metadata2 = new Metadata(metadata2);
|
|
22326
|
-
metadata2.selectNumberingPlan(
|
|
22456
|
+
metadata2.selectNumberingPlan(defaultCountry, countryCallingCode);
|
|
22327
22457
|
var possibleShorterNumber = number2.slice(countryCallingCode.length);
|
|
22328
|
-
var _extractNationalNumbe = extractNationalNumber(possibleShorterNumber, metadata2), possibleShorterNationalNumber = _extractNationalNumbe.nationalNumber;
|
|
22329
|
-
var _extractNationalNumbe2 = extractNationalNumber(number2, metadata2), nationalNumber = _extractNationalNumbe2.nationalNumber;
|
|
22330
|
-
if (!matchesEntirely(nationalNumber, metadata2.nationalNumberPattern()) && matchesEntirely(possibleShorterNationalNumber, metadata2.nationalNumberPattern()) || checkNumberLength(nationalNumber, metadata2) === "TOO_LONG") {
|
|
22458
|
+
var _extractNationalNumbe = extractNationalNumber(possibleShorterNumber, country, metadata2), possibleShorterNationalNumber = _extractNationalNumbe.nationalNumber;
|
|
22459
|
+
var _extractNationalNumbe2 = extractNationalNumber(number2, country, metadata2), nationalNumber = _extractNationalNumbe2.nationalNumber;
|
|
22460
|
+
if (!matchesEntirely(nationalNumber, metadata2.nationalNumberPattern()) && matchesEntirely(possibleShorterNationalNumber, metadata2.nationalNumberPattern()) || checkNumberLength(nationalNumber, country, metadata2) === "TOO_LONG") {
|
|
22331
22461
|
return {
|
|
22332
22462
|
countryCallingCode,
|
|
22333
22463
|
number: possibleShorterNumber
|
|
@@ -22338,19 +22468,19 @@ function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2
|
|
|
22338
22468
|
number: number2
|
|
22339
22469
|
};
|
|
22340
22470
|
}
|
|
22341
|
-
function extractCountryCallingCode(number2, country,
|
|
22471
|
+
function extractCountryCallingCode(number2, country, defaultCountry, defaultCallingCode, metadata2) {
|
|
22342
22472
|
if (!number2) {
|
|
22343
22473
|
return {};
|
|
22344
22474
|
}
|
|
22345
22475
|
var isNumberWithIddPrefix;
|
|
22346
22476
|
if (number2[0] !== "+") {
|
|
22347
|
-
var numberWithoutIDD = stripIddPrefix(number2,
|
|
22477
|
+
var numberWithoutIDD = stripIddPrefix(number2, defaultCountry, defaultCallingCode, metadata2);
|
|
22348
22478
|
if (numberWithoutIDD && numberWithoutIDD !== number2) {
|
|
22349
22479
|
isNumberWithIddPrefix = true;
|
|
22350
22480
|
number2 = "+" + numberWithoutIDD;
|
|
22351
22481
|
} else {
|
|
22352
|
-
if (
|
|
22353
|
-
var _extractCountryCallin = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country,
|
|
22482
|
+
if (defaultCountry || defaultCallingCode) {
|
|
22483
|
+
var _extractCountryCallin = extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(number2, country, defaultCountry, defaultCallingCode, metadata2), countryCallingCode = _extractCountryCallin.countryCallingCode, shorterNumber = _extractCountryCallin.number;
|
|
22354
22484
|
if (countryCallingCode) {
|
|
22355
22485
|
return {
|
|
22356
22486
|
countryCallingCodeSource: "FROM_NUMBER_WITHOUT_PLUS_SIGN",
|
|
@@ -22474,63 +22604,6 @@ function formatRFC3966(_ref) {
|
|
|
22474
22604
|
}
|
|
22475
22605
|
return "tel:".concat(number2).concat(ext ? ";ext=" + ext : "");
|
|
22476
22606
|
}
|
|
22477
|
-
function _createForOfIteratorHelperLoose$2(o, allowArrayLike) {
|
|
22478
|
-
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
22479
|
-
if (it) return (it = it.call(o)).next.bind(it);
|
|
22480
|
-
if (Array.isArray(o) || (it = _unsupportedIterableToArray$3(o)) || allowArrayLike) {
|
|
22481
|
-
if (it) o = it;
|
|
22482
|
-
var i = 0;
|
|
22483
|
-
return function() {
|
|
22484
|
-
if (i >= o.length) return { done: true };
|
|
22485
|
-
return { done: false, value: o[i++] };
|
|
22486
|
-
};
|
|
22487
|
-
}
|
|
22488
|
-
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22489
|
-
}
|
|
22490
|
-
function _unsupportedIterableToArray$3(o, minLen) {
|
|
22491
|
-
if (!o) return;
|
|
22492
|
-
if (typeof o === "string") return _arrayLikeToArray$3(o, minLen);
|
|
22493
|
-
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
22494
|
-
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
22495
|
-
if (n === "Map" || n === "Set") return Array.from(o);
|
|
22496
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$3(o, minLen);
|
|
22497
|
-
}
|
|
22498
|
-
function _arrayLikeToArray$3(arr, len) {
|
|
22499
|
-
if (len == null || len > arr.length) len = arr.length;
|
|
22500
|
-
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
22501
|
-
arr2[i] = arr[i];
|
|
22502
|
-
}
|
|
22503
|
-
return arr2;
|
|
22504
|
-
}
|
|
22505
|
-
function ownKeys$6(object, enumerableOnly) {
|
|
22506
|
-
var keys = Object.keys(object);
|
|
22507
|
-
if (Object.getOwnPropertySymbols) {
|
|
22508
|
-
var symbols = Object.getOwnPropertySymbols(object);
|
|
22509
|
-
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
22510
|
-
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
22511
|
-
})), keys.push.apply(keys, symbols);
|
|
22512
|
-
}
|
|
22513
|
-
return keys;
|
|
22514
|
-
}
|
|
22515
|
-
function _objectSpread$6(target) {
|
|
22516
|
-
for (var i = 1; i < arguments.length; i++) {
|
|
22517
|
-
var source = null != arguments[i] ? arguments[i] : {};
|
|
22518
|
-
i % 2 ? ownKeys$6(Object(source), true).forEach(function(key) {
|
|
22519
|
-
_defineProperty$6(target, key, source[key]);
|
|
22520
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$6(Object(source)).forEach(function(key) {
|
|
22521
|
-
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
22522
|
-
});
|
|
22523
|
-
}
|
|
22524
|
-
return target;
|
|
22525
|
-
}
|
|
22526
|
-
function _defineProperty$6(obj, key, value) {
|
|
22527
|
-
if (key in obj) {
|
|
22528
|
-
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
22529
|
-
} else {
|
|
22530
|
-
obj[key] = value;
|
|
22531
|
-
}
|
|
22532
|
-
return obj;
|
|
22533
|
-
}
|
|
22534
22607
|
var DEFAULT_OPTIONS = {
|
|
22535
22608
|
formatExtension: function formatExtension(formattedNumber, extension, metadata2) {
|
|
22536
22609
|
return "".concat(formattedNumber).concat(metadata2.ext()).concat(extension);
|
|
@@ -22538,7 +22611,7 @@ var DEFAULT_OPTIONS = {
|
|
|
22538
22611
|
};
|
|
22539
22612
|
function formatNumber(input, format2, options, metadata2) {
|
|
22540
22613
|
if (options) {
|
|
22541
|
-
options =
|
|
22614
|
+
options = merge({}, DEFAULT_OPTIONS, options);
|
|
22542
22615
|
} else {
|
|
22543
22616
|
options = DEFAULT_OPTIONS;
|
|
22544
22617
|
}
|
|
@@ -22547,7 +22620,7 @@ function formatNumber(input, format2, options, metadata2) {
|
|
|
22547
22620
|
if (!metadata2.hasCountry(input.country)) {
|
|
22548
22621
|
throw new Error("Unknown country: ".concat(input.country));
|
|
22549
22622
|
}
|
|
22550
|
-
metadata2.
|
|
22623
|
+
metadata2.selectNumberingPlan(input.country);
|
|
22551
22624
|
} else if (input.countryCallingCode) {
|
|
22552
22625
|
metadata2.selectNumberingPlan(input.countryCallingCode);
|
|
22553
22626
|
} else return input.phone || "";
|
|
@@ -22580,6 +22653,9 @@ function formatNumber(input, format2, options, metadata2) {
|
|
|
22580
22653
|
return;
|
|
22581
22654
|
}
|
|
22582
22655
|
var formattedNumber = formatIDD(nationalNumber, input.carrierCode, countryCallingCode, options.fromCountry, metadata2);
|
|
22656
|
+
if (!formattedNumber) {
|
|
22657
|
+
return;
|
|
22658
|
+
}
|
|
22583
22659
|
return addExtension(formattedNumber, input.ext, metadata2, options.formatExtension);
|
|
22584
22660
|
default:
|
|
22585
22661
|
throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(format2, '"'));
|
|
@@ -22595,19 +22671,16 @@ function formatNationalNumber(number2, carrierCode, formatAs, metadata2, options
|
|
|
22595
22671
|
withNationalPrefix: format2.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && options && options.nationalPrefix === false ? false : true
|
|
22596
22672
|
});
|
|
22597
22673
|
}
|
|
22598
|
-
function chooseFormatForNumber(availableFormats,
|
|
22599
|
-
|
|
22600
|
-
var format2 = _step.value;
|
|
22674
|
+
function chooseFormatForNumber(availableFormats, nationalNumber) {
|
|
22675
|
+
return pickFirstMatchingElement(availableFormats, function(format2) {
|
|
22601
22676
|
if (format2.leadingDigitsPatterns().length > 0) {
|
|
22602
22677
|
var lastLeadingDigitsPattern = format2.leadingDigitsPatterns()[format2.leadingDigitsPatterns().length - 1];
|
|
22603
|
-
if (
|
|
22604
|
-
|
|
22678
|
+
if (nationalNumber.search(lastLeadingDigitsPattern) !== 0) {
|
|
22679
|
+
return false;
|
|
22605
22680
|
}
|
|
22606
22681
|
}
|
|
22607
|
-
|
|
22608
|
-
|
|
22609
|
-
}
|
|
22610
|
-
}
|
|
22682
|
+
return matchesEntirely(nationalNumber, format2.pattern());
|
|
22683
|
+
});
|
|
22611
22684
|
}
|
|
22612
22685
|
function addExtension(formattedNumber, ext, metadata2, formatExtension2) {
|
|
22613
22686
|
return ext ? formatExtension2(formattedNumber, ext, metadata2) : formattedNumber;
|
|
@@ -22626,53 +22699,87 @@ function formatIDD(nationalNumber, carrierCode, countryCallingCode, fromCountry,
|
|
|
22626
22699
|
return "".concat(iddPrefix, " ").concat(countryCallingCode, " ").concat(formatNationalNumber(nationalNumber, null, "INTERNATIONAL", metadata2));
|
|
22627
22700
|
}
|
|
22628
22701
|
}
|
|
22629
|
-
function
|
|
22630
|
-
var
|
|
22631
|
-
|
|
22632
|
-
|
|
22633
|
-
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
22634
|
-
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
22635
|
-
})), keys.push.apply(keys, symbols);
|
|
22702
|
+
function merge() {
|
|
22703
|
+
var i = 1;
|
|
22704
|
+
for (var _len = arguments.length, objects = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
22705
|
+
objects[_key] = arguments[_key];
|
|
22636
22706
|
}
|
|
22637
|
-
|
|
22638
|
-
|
|
22639
|
-
|
|
22640
|
-
|
|
22641
|
-
|
|
22642
|
-
|
|
22643
|
-
|
|
22644
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$5(Object(source)).forEach(function(key) {
|
|
22645
|
-
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
22646
|
-
});
|
|
22707
|
+
while (i < objects.length) {
|
|
22708
|
+
if (objects[i]) {
|
|
22709
|
+
for (var key in objects[i]) {
|
|
22710
|
+
objects[0][key] = objects[i][key];
|
|
22711
|
+
}
|
|
22712
|
+
}
|
|
22713
|
+
i++;
|
|
22647
22714
|
}
|
|
22648
|
-
return
|
|
22715
|
+
return objects[0];
|
|
22649
22716
|
}
|
|
22650
|
-
function
|
|
22651
|
-
|
|
22652
|
-
|
|
22653
|
-
|
|
22654
|
-
|
|
22717
|
+
function pickFirstMatchingElement(elements, testFunction) {
|
|
22718
|
+
var i = 0;
|
|
22719
|
+
while (i < elements.length) {
|
|
22720
|
+
if (testFunction(elements[i])) {
|
|
22721
|
+
return elements[i];
|
|
22722
|
+
}
|
|
22723
|
+
i++;
|
|
22655
22724
|
}
|
|
22656
|
-
return obj;
|
|
22657
22725
|
}
|
|
22658
|
-
function
|
|
22659
|
-
|
|
22660
|
-
|
|
22726
|
+
function _typeof$6(o) {
|
|
22727
|
+
"@babel/helpers - typeof";
|
|
22728
|
+
return _typeof$6 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
22729
|
+
return typeof o2;
|
|
22730
|
+
} : function(o2) {
|
|
22731
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
22732
|
+
}, _typeof$6(o);
|
|
22733
|
+
}
|
|
22734
|
+
function ownKeys$5(e, r) {
|
|
22735
|
+
var t2 = Object.keys(e);
|
|
22736
|
+
if (Object.getOwnPropertySymbols) {
|
|
22737
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
22738
|
+
r && (o = o.filter(function(r2) {
|
|
22739
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
22740
|
+
})), t2.push.apply(t2, o);
|
|
22741
|
+
}
|
|
22742
|
+
return t2;
|
|
22743
|
+
}
|
|
22744
|
+
function _objectSpread$5(e) {
|
|
22745
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
22746
|
+
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
22747
|
+
r % 2 ? ownKeys$5(Object(t2), true).forEach(function(r2) {
|
|
22748
|
+
_defineProperty$5(e, r2, t2[r2]);
|
|
22749
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$5(Object(t2)).forEach(function(r2) {
|
|
22750
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
22751
|
+
});
|
|
22661
22752
|
}
|
|
22753
|
+
return e;
|
|
22754
|
+
}
|
|
22755
|
+
function _defineProperty$5(e, r, t2) {
|
|
22756
|
+
return (r = _toPropertyKey$5(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
22757
|
+
}
|
|
22758
|
+
function _classCallCheck$1(a, n) {
|
|
22759
|
+
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
22662
22760
|
}
|
|
22663
|
-
function _defineProperties(
|
|
22664
|
-
for (var
|
|
22665
|
-
var
|
|
22666
|
-
|
|
22667
|
-
descriptor.configurable = true;
|
|
22668
|
-
if ("value" in descriptor) descriptor.writable = true;
|
|
22669
|
-
Object.defineProperty(target, descriptor.key, descriptor);
|
|
22761
|
+
function _defineProperties(e, r) {
|
|
22762
|
+
for (var t2 = 0; t2 < r.length; t2++) {
|
|
22763
|
+
var o = r[t2];
|
|
22764
|
+
o.enumerable = o.enumerable || false, o.configurable = true, "value" in o && (o.writable = true), Object.defineProperty(e, _toPropertyKey$5(o.key), o);
|
|
22670
22765
|
}
|
|
22671
22766
|
}
|
|
22672
|
-
function _createClass$1(
|
|
22673
|
-
|
|
22674
|
-
|
|
22675
|
-
|
|
22767
|
+
function _createClass$1(e, r, t2) {
|
|
22768
|
+
return r && _defineProperties(e.prototype, r), Object.defineProperty(e, "prototype", { writable: false }), e;
|
|
22769
|
+
}
|
|
22770
|
+
function _toPropertyKey$5(t2) {
|
|
22771
|
+
var i = _toPrimitive$5(t2, "string");
|
|
22772
|
+
return "symbol" == _typeof$6(i) ? i : i + "";
|
|
22773
|
+
}
|
|
22774
|
+
function _toPrimitive$5(t2, r) {
|
|
22775
|
+
if ("object" != _typeof$6(t2) || !t2) return t2;
|
|
22776
|
+
var e = t2[Symbol.toPrimitive];
|
|
22777
|
+
if (void 0 !== e) {
|
|
22778
|
+
var i = e.call(t2, r);
|
|
22779
|
+
if ("object" != _typeof$6(i)) return i;
|
|
22780
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
22781
|
+
}
|
|
22782
|
+
return String(t2);
|
|
22676
22783
|
}
|
|
22677
22784
|
var PhoneNumber = /* @__PURE__ */ function() {
|
|
22678
22785
|
function PhoneNumber2(countryOrCountryCallingCode, nationalNumber, metadata2) {
|
|
@@ -22683,22 +22790,20 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
22683
22790
|
if (typeof countryOrCountryCallingCode !== "string") {
|
|
22684
22791
|
throw new TypeError("First argument must be a string");
|
|
22685
22792
|
}
|
|
22686
|
-
if (
|
|
22687
|
-
|
|
22688
|
-
|
|
22793
|
+
if (countryOrCountryCallingCode[0] === "+" && !nationalNumber) {
|
|
22794
|
+
throw new TypeError("`metadata` argument not passed");
|
|
22795
|
+
}
|
|
22796
|
+
if (isObject(nationalNumber) && isObject(nationalNumber.countries)) {
|
|
22797
|
+
metadata2 = nationalNumber;
|
|
22798
|
+
var e164Number = countryOrCountryCallingCode;
|
|
22799
|
+
if (!E164_NUMBER_REGEXP.test(e164Number)) {
|
|
22800
|
+
throw new Error('Invalid `number` argument passed: must consist of a "+" followed by digits');
|
|
22689
22801
|
}
|
|
22690
|
-
|
|
22691
|
-
|
|
22692
|
-
|
|
22693
|
-
|
|
22694
|
-
|
|
22695
|
-
}
|
|
22696
|
-
var _extractCountryCallin = extractCountryCallingCode(e164Number, void 0, void 0, metadata2), _countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
22697
|
-
nationalNumber = number2;
|
|
22698
|
-
countryOrCountryCallingCode = _countryCallingCode;
|
|
22699
|
-
if (!nationalNumber) {
|
|
22700
|
-
throw new Error("Invalid `number` argument passed: too short");
|
|
22701
|
-
}
|
|
22802
|
+
var _extractCountryCallin = extractCountryCallingCode(e164Number, void 0, void 0, void 0, metadata2), _countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
22803
|
+
nationalNumber = number2;
|
|
22804
|
+
countryOrCountryCallingCode = _countryCallingCode;
|
|
22805
|
+
if (!nationalNumber) {
|
|
22806
|
+
throw new Error("Invalid `number` argument passed: too short");
|
|
22702
22807
|
}
|
|
22703
22808
|
}
|
|
22704
22809
|
if (!nationalNumber) {
|
|
@@ -22717,7 +22822,7 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
22717
22822
|
return metadata2;
|
|
22718
22823
|
};
|
|
22719
22824
|
}
|
|
22720
|
-
_createClass$1(PhoneNumber2, [{
|
|
22825
|
+
return _createClass$1(PhoneNumber2, [{
|
|
22721
22826
|
key: "setExt",
|
|
22722
22827
|
value: function setExt(ext) {
|
|
22723
22828
|
this.ext = ext;
|
|
@@ -22801,7 +22906,6 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
22801
22906
|
return this.format("RFC3966", options);
|
|
22802
22907
|
}
|
|
22803
22908
|
}]);
|
|
22804
|
-
return PhoneNumber2;
|
|
22805
22909
|
}();
|
|
22806
22910
|
var isCountryCode = function isCountryCode2(value) {
|
|
22807
22911
|
return /^[A-Z]{2}$/.test(value);
|
|
@@ -22823,131 +22927,95 @@ function getCountryAndCountryCallingCode(countryOrCountryCallingCode, metadataJs
|
|
|
22823
22927
|
};
|
|
22824
22928
|
}
|
|
22825
22929
|
var E164_NUMBER_REGEXP = /^\+\d+$/;
|
|
22826
|
-
function _typeof(
|
|
22930
|
+
function _typeof$5(o) {
|
|
22827
22931
|
"@babel/helpers - typeof";
|
|
22828
|
-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(
|
|
22829
|
-
return typeof
|
|
22830
|
-
} : function(
|
|
22831
|
-
return
|
|
22832
|
-
}, _typeof(
|
|
22833
|
-
}
|
|
22834
|
-
function _createClass(
|
|
22835
|
-
Object.defineProperty(
|
|
22836
|
-
|
|
22837
|
-
|
|
22838
|
-
|
|
22839
|
-
|
|
22840
|
-
|
|
22841
|
-
|
|
22842
|
-
}
|
|
22843
|
-
function
|
|
22844
|
-
if (
|
|
22845
|
-
|
|
22846
|
-
|
|
22847
|
-
|
|
22848
|
-
|
|
22849
|
-
if (
|
|
22850
|
-
|
|
22851
|
-
|
|
22852
|
-
|
|
22853
|
-
|
|
22854
|
-
|
|
22855
|
-
|
|
22856
|
-
|
|
22857
|
-
|
|
22858
|
-
|
|
22859
|
-
|
|
22860
|
-
|
|
22861
|
-
|
|
22862
|
-
|
|
22863
|
-
|
|
22864
|
-
function _possibleConstructorReturn(self2, call) {
|
|
22865
|
-
if (call && (_typeof(call) === "object" || typeof call === "function")) {
|
|
22866
|
-
return call;
|
|
22867
|
-
} else if (call !== void 0) {
|
|
22868
|
-
throw new TypeError("Derived constructors may only return object or undefined");
|
|
22869
|
-
}
|
|
22870
|
-
return _assertThisInitialized(self2);
|
|
22871
|
-
}
|
|
22872
|
-
function _assertThisInitialized(self2) {
|
|
22873
|
-
if (self2 === void 0) {
|
|
22874
|
-
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
22875
|
-
}
|
|
22876
|
-
return self2;
|
|
22877
|
-
}
|
|
22878
|
-
function _wrapNativeSuper(Class) {
|
|
22879
|
-
var _cache = typeof Map === "function" ? /* @__PURE__ */ new Map() : void 0;
|
|
22880
|
-
_wrapNativeSuper = function _wrapNativeSuper2(Class2) {
|
|
22881
|
-
if (Class2 === null || !_isNativeFunction(Class2)) return Class2;
|
|
22882
|
-
if (typeof Class2 !== "function") {
|
|
22883
|
-
throw new TypeError("Super expression must either be null or a function");
|
|
22884
|
-
}
|
|
22885
|
-
if (typeof _cache !== "undefined") {
|
|
22886
|
-
if (_cache.has(Class2)) return _cache.get(Class2);
|
|
22887
|
-
_cache.set(Class2, Wrapper);
|
|
22932
|
+
return _typeof$5 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
22933
|
+
return typeof o2;
|
|
22934
|
+
} : function(o2) {
|
|
22935
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
22936
|
+
}, _typeof$5(o);
|
|
22937
|
+
}
|
|
22938
|
+
function _createClass(e, r, t2) {
|
|
22939
|
+
return Object.defineProperty(e, "prototype", { writable: false }), e;
|
|
22940
|
+
}
|
|
22941
|
+
function _classCallCheck(a, n) {
|
|
22942
|
+
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
22943
|
+
}
|
|
22944
|
+
function _callSuper(t2, o, e) {
|
|
22945
|
+
return o = _getPrototypeOf(o), _possibleConstructorReturn(t2, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t2).constructor) : o.apply(t2, e));
|
|
22946
|
+
}
|
|
22947
|
+
function _possibleConstructorReturn(t2, e) {
|
|
22948
|
+
if (e && ("object" == _typeof$5(e) || "function" == typeof e)) return e;
|
|
22949
|
+
if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined");
|
|
22950
|
+
return _assertThisInitialized(t2);
|
|
22951
|
+
}
|
|
22952
|
+
function _assertThisInitialized(e) {
|
|
22953
|
+
if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
22954
|
+
return e;
|
|
22955
|
+
}
|
|
22956
|
+
function _inherits(t2, e) {
|
|
22957
|
+
if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function");
|
|
22958
|
+
t2.prototype = Object.create(e && e.prototype, { constructor: { value: t2, writable: true, configurable: true } }), Object.defineProperty(t2, "prototype", { writable: false }), e && _setPrototypeOf(t2, e);
|
|
22959
|
+
}
|
|
22960
|
+
function _wrapNativeSuper(t2) {
|
|
22961
|
+
var r = "function" == typeof Map ? /* @__PURE__ */ new Map() : void 0;
|
|
22962
|
+
return _wrapNativeSuper = function _wrapNativeSuper2(t3) {
|
|
22963
|
+
if (null === t3 || !_isNativeFunction(t3)) return t3;
|
|
22964
|
+
if ("function" != typeof t3) throw new TypeError("Super expression must either be null or a function");
|
|
22965
|
+
if (void 0 !== r) {
|
|
22966
|
+
if (r.has(t3)) return r.get(t3);
|
|
22967
|
+
r.set(t3, Wrapper);
|
|
22888
22968
|
}
|
|
22889
22969
|
function Wrapper() {
|
|
22890
|
-
return _construct(
|
|
22970
|
+
return _construct(t3, arguments, _getPrototypeOf(this).constructor);
|
|
22891
22971
|
}
|
|
22892
|
-
Wrapper.prototype = Object.create(
|
|
22893
|
-
|
|
22894
|
-
};
|
|
22895
|
-
return _wrapNativeSuper(Class);
|
|
22972
|
+
return Wrapper.prototype = Object.create(t3.prototype, { constructor: { value: Wrapper, enumerable: false, writable: true, configurable: true } }), _setPrototypeOf(Wrapper, t3);
|
|
22973
|
+
}, _wrapNativeSuper(t2);
|
|
22896
22974
|
}
|
|
22897
|
-
function _construct(
|
|
22898
|
-
if (_isNativeReflectConstruct())
|
|
22899
|
-
|
|
22900
|
-
|
|
22901
|
-
|
|
22902
|
-
|
|
22903
|
-
a.push.apply(a, args2);
|
|
22904
|
-
var Constructor = Function.bind.apply(Parent2, a);
|
|
22905
|
-
var instance = new Constructor();
|
|
22906
|
-
if (Class2) _setPrototypeOf(instance, Class2.prototype);
|
|
22907
|
-
return instance;
|
|
22908
|
-
};
|
|
22909
|
-
}
|
|
22910
|
-
return _construct.apply(null, arguments);
|
|
22975
|
+
function _construct(t2, e, r) {
|
|
22976
|
+
if (_isNativeReflectConstruct()) return Reflect.construct.apply(null, arguments);
|
|
22977
|
+
var o = [null];
|
|
22978
|
+
o.push.apply(o, e);
|
|
22979
|
+
var p = new (t2.bind.apply(t2, o))();
|
|
22980
|
+
return r && _setPrototypeOf(p, r.prototype), p;
|
|
22911
22981
|
}
|
|
22912
22982
|
function _isNativeReflectConstruct() {
|
|
22913
|
-
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
|
|
22914
|
-
if (Reflect.construct.sham) return false;
|
|
22915
|
-
if (typeof Proxy === "function") return true;
|
|
22916
22983
|
try {
|
|
22917
|
-
Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
|
|
22984
|
+
var t2 = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
|
|
22918
22985
|
}));
|
|
22919
|
-
|
|
22920
|
-
} catch (e) {
|
|
22921
|
-
return false;
|
|
22986
|
+
} catch (t3) {
|
|
22922
22987
|
}
|
|
22988
|
+
return (_isNativeReflectConstruct = function _isNativeReflectConstruct2() {
|
|
22989
|
+
return !!t2;
|
|
22990
|
+
})();
|
|
22923
22991
|
}
|
|
22924
|
-
function _isNativeFunction(
|
|
22925
|
-
|
|
22992
|
+
function _isNativeFunction(t2) {
|
|
22993
|
+
try {
|
|
22994
|
+
return -1 !== Function.toString.call(t2).indexOf("[native code]");
|
|
22995
|
+
} catch (n) {
|
|
22996
|
+
return "function" == typeof t2;
|
|
22997
|
+
}
|
|
22926
22998
|
}
|
|
22927
|
-
function _setPrototypeOf(
|
|
22928
|
-
_setPrototypeOf = Object.setPrototypeOf
|
|
22929
|
-
|
|
22930
|
-
|
|
22931
|
-
};
|
|
22932
|
-
return _setPrototypeOf(o, p);
|
|
22999
|
+
function _setPrototypeOf(t2, e) {
|
|
23000
|
+
return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(t3, e2) {
|
|
23001
|
+
return t3.__proto__ = e2, t3;
|
|
23002
|
+
}, _setPrototypeOf(t2, e);
|
|
22933
23003
|
}
|
|
22934
|
-
function _getPrototypeOf(
|
|
22935
|
-
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function
|
|
22936
|
-
return
|
|
22937
|
-
};
|
|
22938
|
-
return _getPrototypeOf(o);
|
|
23004
|
+
function _getPrototypeOf(t2) {
|
|
23005
|
+
return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function(t3) {
|
|
23006
|
+
return t3.__proto__ || Object.getPrototypeOf(t3);
|
|
23007
|
+
}, _getPrototypeOf(t2);
|
|
22939
23008
|
}
|
|
22940
23009
|
var ParseError = /* @__PURE__ */ function(_Error) {
|
|
22941
|
-
_inherits(ParseError2, _Error);
|
|
22942
|
-
var _super = _createSuper(ParseError2);
|
|
22943
23010
|
function ParseError2(code2) {
|
|
22944
23011
|
var _this;
|
|
22945
23012
|
_classCallCheck(this, ParseError2);
|
|
22946
|
-
_this =
|
|
22947
|
-
Object.setPrototypeOf(
|
|
23013
|
+
_this = _callSuper(this, ParseError2, [code2]);
|
|
23014
|
+
Object.setPrototypeOf(_this, ParseError2.prototype);
|
|
22948
23015
|
_this.name = _this.constructor.name;
|
|
22949
23016
|
return _this;
|
|
22950
23017
|
}
|
|
23018
|
+
_inherits(ParseError2, _Error);
|
|
22951
23019
|
return _createClass(ParseError2);
|
|
22952
23020
|
}(/* @__PURE__ */ _wrapNativeSuper(Error));
|
|
22953
23021
|
var EXTN_PATTERN = new RegExp("(?:" + createExtensionPattern() + ")$", "i");
|
|
@@ -23044,43 +23112,39 @@ var DIGITS = {
|
|
|
23044
23112
|
function parseDigit(character) {
|
|
23045
23113
|
return DIGITS[character];
|
|
23046
23114
|
}
|
|
23047
|
-
function _createForOfIteratorHelperLoose
|
|
23048
|
-
var
|
|
23049
|
-
if (
|
|
23050
|
-
if (Array.isArray(
|
|
23051
|
-
|
|
23052
|
-
var
|
|
23115
|
+
function _createForOfIteratorHelperLoose(r, e) {
|
|
23116
|
+
var t2 = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
23117
|
+
if (t2) return (t2 = t2.call(r)).next.bind(t2);
|
|
23118
|
+
if (Array.isArray(r) || (t2 = _unsupportedIterableToArray$1(r)) || e) {
|
|
23119
|
+
t2 && (r = t2);
|
|
23120
|
+
var o = 0;
|
|
23053
23121
|
return function() {
|
|
23054
|
-
|
|
23055
|
-
return { done: false, value: o[i++] };
|
|
23122
|
+
return o >= r.length ? { done: true } : { done: false, value: r[o++] };
|
|
23056
23123
|
};
|
|
23057
23124
|
}
|
|
23058
23125
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
23059
23126
|
}
|
|
23060
|
-
function _unsupportedIterableToArray$
|
|
23061
|
-
if (
|
|
23062
|
-
|
|
23063
|
-
|
|
23064
|
-
|
|
23065
|
-
if (n === "Map" || n === "Set") return Array.from(o);
|
|
23066
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$2(o, minLen);
|
|
23067
|
-
}
|
|
23068
|
-
function _arrayLikeToArray$2(arr, len) {
|
|
23069
|
-
if (len == null || len > arr.length) len = arr.length;
|
|
23070
|
-
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
23071
|
-
arr2[i] = arr[i];
|
|
23127
|
+
function _unsupportedIterableToArray$1(r, a) {
|
|
23128
|
+
if (r) {
|
|
23129
|
+
if ("string" == typeof r) return _arrayLikeToArray$1(r, a);
|
|
23130
|
+
var t2 = {}.toString.call(r).slice(8, -1);
|
|
23131
|
+
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;
|
|
23072
23132
|
}
|
|
23073
|
-
|
|
23133
|
+
}
|
|
23134
|
+
function _arrayLikeToArray$1(r, a) {
|
|
23135
|
+
(null == a || a > r.length) && (a = r.length);
|
|
23136
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
23137
|
+
return n;
|
|
23074
23138
|
}
|
|
23075
23139
|
function parseIncompletePhoneNumber(string) {
|
|
23076
23140
|
var result2 = "";
|
|
23077
|
-
for (var _iterator = _createForOfIteratorHelperLoose
|
|
23141
|
+
for (var _iterator = _createForOfIteratorHelperLoose(string.split("")), _step; !(_step = _iterator()).done; ) {
|
|
23078
23142
|
var character = _step.value;
|
|
23079
23143
|
result2 += parsePhoneNumberCharacter(character, result2) || "";
|
|
23080
23144
|
}
|
|
23081
23145
|
return result2;
|
|
23082
23146
|
}
|
|
23083
|
-
function parsePhoneNumberCharacter(character, prevParsedCharacters,
|
|
23147
|
+
function parsePhoneNumberCharacter(character, prevParsedCharacters, eventListener) {
|
|
23084
23148
|
if (character === "+") {
|
|
23085
23149
|
if (prevParsedCharacters) {
|
|
23086
23150
|
return;
|
|
@@ -23089,66 +23153,6 @@ function parsePhoneNumberCharacter(character, prevParsedCharacters, emitEvent2)
|
|
|
23089
23153
|
}
|
|
23090
23154
|
return parseDigit(character);
|
|
23091
23155
|
}
|
|
23092
|
-
function _createForOfIteratorHelperLoose(o, allowArrayLike) {
|
|
23093
|
-
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
23094
|
-
if (it) return (it = it.call(o)).next.bind(it);
|
|
23095
|
-
if (Array.isArray(o) || (it = _unsupportedIterableToArray$1(o)) || allowArrayLike) {
|
|
23096
|
-
if (it) o = it;
|
|
23097
|
-
var i = 0;
|
|
23098
|
-
return function() {
|
|
23099
|
-
if (i >= o.length) return { done: true };
|
|
23100
|
-
return { done: false, value: o[i++] };
|
|
23101
|
-
};
|
|
23102
|
-
}
|
|
23103
|
-
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
23104
|
-
}
|
|
23105
|
-
function _unsupportedIterableToArray$1(o, minLen) {
|
|
23106
|
-
if (!o) return;
|
|
23107
|
-
if (typeof o === "string") return _arrayLikeToArray$1(o, minLen);
|
|
23108
|
-
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
23109
|
-
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
23110
|
-
if (n === "Map" || n === "Set") return Array.from(o);
|
|
23111
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$1(o, minLen);
|
|
23112
|
-
}
|
|
23113
|
-
function _arrayLikeToArray$1(arr, len) {
|
|
23114
|
-
if (len == null || len > arr.length) len = arr.length;
|
|
23115
|
-
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
23116
|
-
arr2[i] = arr[i];
|
|
23117
|
-
}
|
|
23118
|
-
return arr2;
|
|
23119
|
-
}
|
|
23120
|
-
function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
|
|
23121
|
-
var countries = _ref.countries, metadata2 = _ref.metadata;
|
|
23122
|
-
metadata2 = new Metadata(metadata2);
|
|
23123
|
-
for (var _iterator = _createForOfIteratorHelperLoose(countries), _step; !(_step = _iterator()).done; ) {
|
|
23124
|
-
var country = _step.value;
|
|
23125
|
-
metadata2.country(country);
|
|
23126
|
-
if (metadata2.leadingDigits()) {
|
|
23127
|
-
if (nationalPhoneNumber && nationalPhoneNumber.search(metadata2.leadingDigits()) === 0) {
|
|
23128
|
-
return country;
|
|
23129
|
-
}
|
|
23130
|
-
} else if (getNumberType({
|
|
23131
|
-
phone: nationalPhoneNumber,
|
|
23132
|
-
country
|
|
23133
|
-
}, void 0, metadata2.metadata)) {
|
|
23134
|
-
return country;
|
|
23135
|
-
}
|
|
23136
|
-
}
|
|
23137
|
-
}
|
|
23138
|
-
function getCountryByCallingCode(callingCode, _ref) {
|
|
23139
|
-
var nationalPhoneNumber = _ref.nationalNumber, metadata2 = _ref.metadata;
|
|
23140
|
-
var possibleCountries = metadata2.getCountryCodesForCallingCode(callingCode);
|
|
23141
|
-
if (!possibleCountries) {
|
|
23142
|
-
return;
|
|
23143
|
-
}
|
|
23144
|
-
if (possibleCountries.length === 1) {
|
|
23145
|
-
return possibleCountries[0];
|
|
23146
|
-
}
|
|
23147
|
-
return getCountryByNationalNumber(nationalPhoneNumber, {
|
|
23148
|
-
countries: possibleCountries,
|
|
23149
|
-
metadata: metadata2.metadata
|
|
23150
|
-
});
|
|
23151
|
-
}
|
|
23152
23156
|
var PLUS_SIGN = "+";
|
|
23153
23157
|
var RFC3966_VISUAL_SEPARATOR_ = "[\\-\\.\\(\\)]?";
|
|
23154
23158
|
var RFC3966_PHONE_DIGIT_ = "([" + VALID_DIGITS + "]|" + RFC3966_VISUAL_SEPARATOR_ + ")";
|
|
@@ -23284,7 +23288,7 @@ function parse(text2, options, metadata2) {
|
|
|
23284
23288
|
countryCallingCode,
|
|
23285
23289
|
carrierCode,
|
|
23286
23290
|
valid,
|
|
23287
|
-
possible: valid ? true : options.extended === true && metadata2.possibleLengths() && isPossibleNumber(nationalNumber, metadata2) ? true : false,
|
|
23291
|
+
possible: valid ? true : options.extended === true && metadata2.possibleLengths() && isPossibleNumber(nationalNumber, country, metadata2) ? true : false,
|
|
23288
23292
|
phone: nationalNumber,
|
|
23289
23293
|
ext
|
|
23290
23294
|
};
|
|
@@ -23344,7 +23348,7 @@ function result(country, nationalNumber, ext) {
|
|
|
23344
23348
|
return result2;
|
|
23345
23349
|
}
|
|
23346
23350
|
function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCallingCode, metadata2) {
|
|
23347
|
-
var _extractCountryCallin = extractCountryCallingCode(parseIncompletePhoneNumber(formattedPhoneNumber), defaultCountry, defaultCallingCode, metadata2.metadata), countryCallingCodeSource = _extractCountryCallin.countryCallingCodeSource, countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
23351
|
+
var _extractCountryCallin = extractCountryCallingCode(parseIncompletePhoneNumber(formattedPhoneNumber), void 0, defaultCountry, defaultCallingCode, metadata2.metadata), countryCallingCodeSource = _extractCountryCallin.countryCallingCodeSource, countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
23348
23352
|
var country;
|
|
23349
23353
|
if (countryCallingCode) {
|
|
23350
23354
|
metadata2.selectNumberingPlan(countryCallingCode);
|
|
@@ -23361,7 +23365,7 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
23361
23365
|
countryCallingCode
|
|
23362
23366
|
};
|
|
23363
23367
|
}
|
|
23364
|
-
var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number2), metadata2), nationalNumber = _extractNationalNumbe.nationalNumber, carrierCode = _extractNationalNumbe.carrierCode;
|
|
23368
|
+
var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number2), country, metadata2), nationalNumber = _extractNationalNumbe.nationalNumber, carrierCode = _extractNationalNumbe.carrierCode;
|
|
23365
23369
|
var exactCountry = getCountryByCallingCode(countryCallingCode, {
|
|
23366
23370
|
nationalNumber,
|
|
23367
23371
|
metadata: metadata2
|
|
@@ -23370,7 +23374,7 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
23370
23374
|
country = exactCountry;
|
|
23371
23375
|
if (exactCountry === "001") ;
|
|
23372
23376
|
else {
|
|
23373
|
-
metadata2.
|
|
23377
|
+
metadata2.selectNumberingPlan(country);
|
|
23374
23378
|
}
|
|
23375
23379
|
}
|
|
23376
23380
|
return {
|
|
@@ -23381,116 +23385,142 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
23381
23385
|
carrierCode
|
|
23382
23386
|
};
|
|
23383
23387
|
}
|
|
23384
|
-
function
|
|
23385
|
-
|
|
23388
|
+
function _typeof$4(o) {
|
|
23389
|
+
"@babel/helpers - typeof";
|
|
23390
|
+
return _typeof$4 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23391
|
+
return typeof o2;
|
|
23392
|
+
} : function(o2) {
|
|
23393
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23394
|
+
}, _typeof$4(o);
|
|
23395
|
+
}
|
|
23396
|
+
function ownKeys$4(e, r) {
|
|
23397
|
+
var t2 = Object.keys(e);
|
|
23386
23398
|
if (Object.getOwnPropertySymbols) {
|
|
23387
|
-
var
|
|
23388
|
-
|
|
23389
|
-
return Object.getOwnPropertyDescriptor(
|
|
23390
|
-
})),
|
|
23391
|
-
}
|
|
23392
|
-
return
|
|
23393
|
-
}
|
|
23394
|
-
function _objectSpread$4(
|
|
23395
|
-
for (var
|
|
23396
|
-
var
|
|
23397
|
-
|
|
23398
|
-
_defineProperty$4(
|
|
23399
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
23400
|
-
Object.defineProperty(
|
|
23399
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
23400
|
+
r && (o = o.filter(function(r2) {
|
|
23401
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
23402
|
+
})), t2.push.apply(t2, o);
|
|
23403
|
+
}
|
|
23404
|
+
return t2;
|
|
23405
|
+
}
|
|
23406
|
+
function _objectSpread$4(e) {
|
|
23407
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
23408
|
+
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23409
|
+
r % 2 ? ownKeys$4(Object(t2), true).forEach(function(r2) {
|
|
23410
|
+
_defineProperty$4(e, r2, t2[r2]);
|
|
23411
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$4(Object(t2)).forEach(function(r2) {
|
|
23412
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23401
23413
|
});
|
|
23402
23414
|
}
|
|
23403
|
-
return
|
|
23415
|
+
return e;
|
|
23404
23416
|
}
|
|
23405
|
-
function _defineProperty$4(
|
|
23406
|
-
|
|
23407
|
-
|
|
23408
|
-
|
|
23409
|
-
|
|
23417
|
+
function _defineProperty$4(e, r, t2) {
|
|
23418
|
+
return (r = _toPropertyKey$4(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23419
|
+
}
|
|
23420
|
+
function _toPropertyKey$4(t2) {
|
|
23421
|
+
var i = _toPrimitive$4(t2, "string");
|
|
23422
|
+
return "symbol" == _typeof$4(i) ? i : i + "";
|
|
23423
|
+
}
|
|
23424
|
+
function _toPrimitive$4(t2, r) {
|
|
23425
|
+
if ("object" != _typeof$4(t2) || !t2) return t2;
|
|
23426
|
+
var e = t2[Symbol.toPrimitive];
|
|
23427
|
+
if (void 0 !== e) {
|
|
23428
|
+
var i = e.call(t2, r);
|
|
23429
|
+
if ("object" != _typeof$4(i)) return i;
|
|
23430
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23410
23431
|
}
|
|
23411
|
-
return
|
|
23432
|
+
return ("string" === r ? String : Number)(t2);
|
|
23412
23433
|
}
|
|
23413
23434
|
function parsePhoneNumberWithError(text2, options, metadata2) {
|
|
23414
23435
|
return parse(text2, _objectSpread$4(_objectSpread$4({}, options), {}, {
|
|
23415
23436
|
v2: true
|
|
23416
23437
|
}), metadata2);
|
|
23417
23438
|
}
|
|
23418
|
-
function
|
|
23419
|
-
|
|
23439
|
+
function _typeof$3(o) {
|
|
23440
|
+
"@babel/helpers - typeof";
|
|
23441
|
+
return _typeof$3 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23442
|
+
return typeof o2;
|
|
23443
|
+
} : function(o2) {
|
|
23444
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23445
|
+
}, _typeof$3(o);
|
|
23446
|
+
}
|
|
23447
|
+
function ownKeys$3(e, r) {
|
|
23448
|
+
var t2 = Object.keys(e);
|
|
23420
23449
|
if (Object.getOwnPropertySymbols) {
|
|
23421
|
-
var
|
|
23422
|
-
|
|
23423
|
-
return Object.getOwnPropertyDescriptor(
|
|
23424
|
-
})),
|
|
23425
|
-
}
|
|
23426
|
-
return
|
|
23427
|
-
}
|
|
23428
|
-
function _objectSpread$3(
|
|
23429
|
-
for (var
|
|
23430
|
-
var
|
|
23431
|
-
|
|
23432
|
-
_defineProperty$3(
|
|
23433
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
23434
|
-
Object.defineProperty(
|
|
23450
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
23451
|
+
r && (o = o.filter(function(r2) {
|
|
23452
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
23453
|
+
})), t2.push.apply(t2, o);
|
|
23454
|
+
}
|
|
23455
|
+
return t2;
|
|
23456
|
+
}
|
|
23457
|
+
function _objectSpread$3(e) {
|
|
23458
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
23459
|
+
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23460
|
+
r % 2 ? ownKeys$3(Object(t2), true).forEach(function(r2) {
|
|
23461
|
+
_defineProperty$3(e, r2, t2[r2]);
|
|
23462
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$3(Object(t2)).forEach(function(r2) {
|
|
23463
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23435
23464
|
});
|
|
23436
23465
|
}
|
|
23437
|
-
return
|
|
23466
|
+
return e;
|
|
23438
23467
|
}
|
|
23439
|
-
function _defineProperty$3(
|
|
23440
|
-
|
|
23441
|
-
|
|
23442
|
-
|
|
23443
|
-
|
|
23468
|
+
function _defineProperty$3(e, r, t2) {
|
|
23469
|
+
return (r = _toPropertyKey$3(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23470
|
+
}
|
|
23471
|
+
function _toPropertyKey$3(t2) {
|
|
23472
|
+
var i = _toPrimitive$3(t2, "string");
|
|
23473
|
+
return "symbol" == _typeof$3(i) ? i : i + "";
|
|
23474
|
+
}
|
|
23475
|
+
function _toPrimitive$3(t2, r) {
|
|
23476
|
+
if ("object" != _typeof$3(t2) || !t2) return t2;
|
|
23477
|
+
var e = t2[Symbol.toPrimitive];
|
|
23478
|
+
if (void 0 !== e) {
|
|
23479
|
+
var i = e.call(t2, r);
|
|
23480
|
+
if ("object" != _typeof$3(i)) return i;
|
|
23481
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23444
23482
|
}
|
|
23445
|
-
return
|
|
23483
|
+
return ("string" === r ? String : Number)(t2);
|
|
23446
23484
|
}
|
|
23447
|
-
function _slicedToArray(
|
|
23448
|
-
return _arrayWithHoles(
|
|
23485
|
+
function _slicedToArray(r, e) {
|
|
23486
|
+
return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();
|
|
23449
23487
|
}
|
|
23450
23488
|
function _nonIterableRest() {
|
|
23451
23489
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
23452
23490
|
}
|
|
23453
|
-
function _unsupportedIterableToArray(
|
|
23454
|
-
if (
|
|
23455
|
-
|
|
23456
|
-
|
|
23457
|
-
|
|
23458
|
-
|
|
23459
|
-
|
|
23460
|
-
|
|
23461
|
-
|
|
23462
|
-
|
|
23463
|
-
|
|
23464
|
-
|
|
23465
|
-
|
|
23466
|
-
|
|
23467
|
-
|
|
23468
|
-
|
|
23469
|
-
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
23470
|
-
if (_i == null) return;
|
|
23471
|
-
var _arr = [];
|
|
23472
|
-
var _n = true;
|
|
23473
|
-
var _d = false;
|
|
23474
|
-
var _s, _e;
|
|
23475
|
-
try {
|
|
23476
|
-
for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
|
|
23477
|
-
_arr.push(_s.value);
|
|
23478
|
-
if (i && _arr.length === i) break;
|
|
23479
|
-
}
|
|
23480
|
-
} catch (err) {
|
|
23481
|
-
_d = true;
|
|
23482
|
-
_e = err;
|
|
23483
|
-
} finally {
|
|
23491
|
+
function _unsupportedIterableToArray(r, a) {
|
|
23492
|
+
if (r) {
|
|
23493
|
+
if ("string" == typeof r) return _arrayLikeToArray(r, a);
|
|
23494
|
+
var t2 = {}.toString.call(r).slice(8, -1);
|
|
23495
|
+
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;
|
|
23496
|
+
}
|
|
23497
|
+
}
|
|
23498
|
+
function _arrayLikeToArray(r, a) {
|
|
23499
|
+
(null == a || a > r.length) && (a = r.length);
|
|
23500
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
23501
|
+
return n;
|
|
23502
|
+
}
|
|
23503
|
+
function _iterableToArrayLimit(r, l) {
|
|
23504
|
+
var t2 = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
23505
|
+
if (null != t2) {
|
|
23506
|
+
var e, n, i, u, a = [], f = true, o = false;
|
|
23484
23507
|
try {
|
|
23485
|
-
if (
|
|
23508
|
+
if (i = (t2 = t2.call(r)).next, 0 === l) ;
|
|
23509
|
+
else for (; !(f = (e = i.call(t2)).done) && (a.push(e.value), a.length !== l); f = true) ;
|
|
23510
|
+
} catch (r2) {
|
|
23511
|
+
o = true, n = r2;
|
|
23486
23512
|
} finally {
|
|
23487
|
-
|
|
23513
|
+
try {
|
|
23514
|
+
if (!f && null != t2["return"] && (u = t2["return"](), Object(u) !== u)) return;
|
|
23515
|
+
} finally {
|
|
23516
|
+
if (o) throw n;
|
|
23517
|
+
}
|
|
23488
23518
|
}
|
|
23519
|
+
return a;
|
|
23489
23520
|
}
|
|
23490
|
-
return _arr;
|
|
23491
23521
|
}
|
|
23492
|
-
function _arrayWithHoles(
|
|
23493
|
-
if (Array.isArray(
|
|
23522
|
+
function _arrayWithHoles(r) {
|
|
23523
|
+
if (Array.isArray(r)) return r;
|
|
23494
23524
|
}
|
|
23495
23525
|
function normalizeArguments(args) {
|
|
23496
23526
|
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];
|
|
@@ -23527,34 +23557,51 @@ function normalizeArguments(args) {
|
|
|
23527
23557
|
metadata: metadata2
|
|
23528
23558
|
};
|
|
23529
23559
|
}
|
|
23530
|
-
function
|
|
23531
|
-
|
|
23560
|
+
function _typeof$2(o) {
|
|
23561
|
+
"@babel/helpers - typeof";
|
|
23562
|
+
return _typeof$2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23563
|
+
return typeof o2;
|
|
23564
|
+
} : function(o2) {
|
|
23565
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23566
|
+
}, _typeof$2(o);
|
|
23567
|
+
}
|
|
23568
|
+
function ownKeys$2(e, r) {
|
|
23569
|
+
var t2 = Object.keys(e);
|
|
23532
23570
|
if (Object.getOwnPropertySymbols) {
|
|
23533
|
-
var
|
|
23534
|
-
|
|
23535
|
-
return Object.getOwnPropertyDescriptor(
|
|
23536
|
-
})),
|
|
23537
|
-
}
|
|
23538
|
-
return
|
|
23539
|
-
}
|
|
23540
|
-
function _objectSpread$2(
|
|
23541
|
-
for (var
|
|
23542
|
-
var
|
|
23543
|
-
|
|
23544
|
-
_defineProperty$2(
|
|
23545
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
23546
|
-
Object.defineProperty(
|
|
23571
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
23572
|
+
r && (o = o.filter(function(r2) {
|
|
23573
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
23574
|
+
})), t2.push.apply(t2, o);
|
|
23575
|
+
}
|
|
23576
|
+
return t2;
|
|
23577
|
+
}
|
|
23578
|
+
function _objectSpread$2(e) {
|
|
23579
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
23580
|
+
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23581
|
+
r % 2 ? ownKeys$2(Object(t2), true).forEach(function(r2) {
|
|
23582
|
+
_defineProperty$2(e, r2, t2[r2]);
|
|
23583
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$2(Object(t2)).forEach(function(r2) {
|
|
23584
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23547
23585
|
});
|
|
23548
23586
|
}
|
|
23549
|
-
return
|
|
23587
|
+
return e;
|
|
23550
23588
|
}
|
|
23551
|
-
function _defineProperty$2(
|
|
23552
|
-
|
|
23553
|
-
|
|
23554
|
-
|
|
23555
|
-
|
|
23589
|
+
function _defineProperty$2(e, r, t2) {
|
|
23590
|
+
return (r = _toPropertyKey$2(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23591
|
+
}
|
|
23592
|
+
function _toPropertyKey$2(t2) {
|
|
23593
|
+
var i = _toPrimitive$2(t2, "string");
|
|
23594
|
+
return "symbol" == _typeof$2(i) ? i : i + "";
|
|
23595
|
+
}
|
|
23596
|
+
function _toPrimitive$2(t2, r) {
|
|
23597
|
+
if ("object" != _typeof$2(t2) || !t2) return t2;
|
|
23598
|
+
var e = t2[Symbol.toPrimitive];
|
|
23599
|
+
if (void 0 !== e) {
|
|
23600
|
+
var i = e.call(t2, r);
|
|
23601
|
+
if ("object" != _typeof$2(i)) return i;
|
|
23602
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23556
23603
|
}
|
|
23557
|
-
return
|
|
23604
|
+
return ("string" === r ? String : Number)(t2);
|
|
23558
23605
|
}
|
|
23559
23606
|
function parsePhoneNumber(text2, options, metadata2) {
|
|
23560
23607
|
if (options && options.defaultCountry && !isSupportedCountry(options.defaultCountry, metadata2)) {
|
|
@@ -23571,34 +23618,51 @@ function parsePhoneNumber(text2, options, metadata2) {
|
|
|
23571
23618
|
}
|
|
23572
23619
|
}
|
|
23573
23620
|
}
|
|
23574
|
-
function
|
|
23575
|
-
|
|
23621
|
+
function _typeof$1(o) {
|
|
23622
|
+
"@babel/helpers - typeof";
|
|
23623
|
+
return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23624
|
+
return typeof o2;
|
|
23625
|
+
} : function(o2) {
|
|
23626
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23627
|
+
}, _typeof$1(o);
|
|
23628
|
+
}
|
|
23629
|
+
function ownKeys$1(e, r) {
|
|
23630
|
+
var t2 = Object.keys(e);
|
|
23576
23631
|
if (Object.getOwnPropertySymbols) {
|
|
23577
|
-
var
|
|
23578
|
-
|
|
23579
|
-
return Object.getOwnPropertyDescriptor(
|
|
23580
|
-
})),
|
|
23581
|
-
}
|
|
23582
|
-
return
|
|
23583
|
-
}
|
|
23584
|
-
function _objectSpread$1(
|
|
23585
|
-
for (var
|
|
23586
|
-
var
|
|
23587
|
-
|
|
23588
|
-
_defineProperty$1(
|
|
23589
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
23590
|
-
Object.defineProperty(
|
|
23632
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
23633
|
+
r && (o = o.filter(function(r2) {
|
|
23634
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
23635
|
+
})), t2.push.apply(t2, o);
|
|
23636
|
+
}
|
|
23637
|
+
return t2;
|
|
23638
|
+
}
|
|
23639
|
+
function _objectSpread$1(e) {
|
|
23640
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
23641
|
+
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23642
|
+
r % 2 ? ownKeys$1(Object(t2), true).forEach(function(r2) {
|
|
23643
|
+
_defineProperty$1(e, r2, t2[r2]);
|
|
23644
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$1(Object(t2)).forEach(function(r2) {
|
|
23645
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23591
23646
|
});
|
|
23592
23647
|
}
|
|
23593
|
-
return
|
|
23648
|
+
return e;
|
|
23594
23649
|
}
|
|
23595
|
-
function _defineProperty$1(
|
|
23596
|
-
|
|
23597
|
-
|
|
23598
|
-
|
|
23599
|
-
|
|
23650
|
+
function _defineProperty$1(e, r, t2) {
|
|
23651
|
+
return (r = _toPropertyKey$1(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23652
|
+
}
|
|
23653
|
+
function _toPropertyKey$1(t2) {
|
|
23654
|
+
var i = _toPrimitive$1(t2, "string");
|
|
23655
|
+
return "symbol" == _typeof$1(i) ? i : i + "";
|
|
23656
|
+
}
|
|
23657
|
+
function _toPrimitive$1(t2, r) {
|
|
23658
|
+
if ("object" != _typeof$1(t2) || !t2) return t2;
|
|
23659
|
+
var e = t2[Symbol.toPrimitive];
|
|
23660
|
+
if (void 0 !== e) {
|
|
23661
|
+
var i = e.call(t2, r);
|
|
23662
|
+
if ("object" != _typeof$1(i)) return i;
|
|
23663
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23600
23664
|
}
|
|
23601
|
-
return
|
|
23665
|
+
return ("string" === r ? String : Number)(t2);
|
|
23602
23666
|
}
|
|
23603
23667
|
function isValidPhoneNumber$1() {
|
|
23604
23668
|
var _normalizeArguments = normalizeArguments(arguments), text2 = _normalizeArguments.text, options = _normalizeArguments.options, metadata2 = _normalizeArguments.metadata;
|
|
@@ -23608,34 +23672,51 @@ function isValidPhoneNumber$1() {
|
|
|
23608
23672
|
var phoneNumber = parsePhoneNumber(text2, options, metadata2);
|
|
23609
23673
|
return phoneNumber && phoneNumber.isValid() || false;
|
|
23610
23674
|
}
|
|
23611
|
-
function
|
|
23612
|
-
|
|
23675
|
+
function _typeof(o) {
|
|
23676
|
+
"@babel/helpers - typeof";
|
|
23677
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23678
|
+
return typeof o2;
|
|
23679
|
+
} : function(o2) {
|
|
23680
|
+
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23681
|
+
}, _typeof(o);
|
|
23682
|
+
}
|
|
23683
|
+
function ownKeys(e, r) {
|
|
23684
|
+
var t2 = Object.keys(e);
|
|
23613
23685
|
if (Object.getOwnPropertySymbols) {
|
|
23614
|
-
var
|
|
23615
|
-
|
|
23616
|
-
return Object.getOwnPropertyDescriptor(
|
|
23617
|
-
})),
|
|
23618
|
-
}
|
|
23619
|
-
return
|
|
23620
|
-
}
|
|
23621
|
-
function _objectSpread(
|
|
23622
|
-
for (var
|
|
23623
|
-
var
|
|
23624
|
-
|
|
23625
|
-
_defineProperty(
|
|
23626
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
23627
|
-
Object.defineProperty(
|
|
23686
|
+
var o = Object.getOwnPropertySymbols(e);
|
|
23687
|
+
r && (o = o.filter(function(r2) {
|
|
23688
|
+
return Object.getOwnPropertyDescriptor(e, r2).enumerable;
|
|
23689
|
+
})), t2.push.apply(t2, o);
|
|
23690
|
+
}
|
|
23691
|
+
return t2;
|
|
23692
|
+
}
|
|
23693
|
+
function _objectSpread(e) {
|
|
23694
|
+
for (var r = 1; r < arguments.length; r++) {
|
|
23695
|
+
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23696
|
+
r % 2 ? ownKeys(Object(t2), true).forEach(function(r2) {
|
|
23697
|
+
_defineProperty(e, r2, t2[r2]);
|
|
23698
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys(Object(t2)).forEach(function(r2) {
|
|
23699
|
+
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23628
23700
|
});
|
|
23629
23701
|
}
|
|
23630
|
-
return
|
|
23702
|
+
return e;
|
|
23631
23703
|
}
|
|
23632
|
-
function _defineProperty(
|
|
23633
|
-
|
|
23634
|
-
|
|
23635
|
-
|
|
23636
|
-
|
|
23704
|
+
function _defineProperty(e, r, t2) {
|
|
23705
|
+
return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23706
|
+
}
|
|
23707
|
+
function _toPropertyKey(t2) {
|
|
23708
|
+
var i = _toPrimitive(t2, "string");
|
|
23709
|
+
return "symbol" == _typeof(i) ? i : i + "";
|
|
23710
|
+
}
|
|
23711
|
+
function _toPrimitive(t2, r) {
|
|
23712
|
+
if ("object" != _typeof(t2) || !t2) return t2;
|
|
23713
|
+
var e = t2[Symbol.toPrimitive];
|
|
23714
|
+
if (void 0 !== e) {
|
|
23715
|
+
var i = e.call(t2, r);
|
|
23716
|
+
if ("object" != _typeof(i)) return i;
|
|
23717
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23637
23718
|
}
|
|
23638
|
-
return
|
|
23719
|
+
return ("string" === r ? String : Number)(t2);
|
|
23639
23720
|
}
|
|
23640
23721
|
function isPossiblePhoneNumber$1() {
|
|
23641
23722
|
var _normalizeArguments = normalizeArguments(arguments), text2 = _normalizeArguments.text, options = _normalizeArguments.options, metadata2 = _normalizeArguments.metadata;
|
|
@@ -23838,7 +23919,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
23838
23919
|
createVNode(unref(Button), {
|
|
23839
23920
|
variant: "solid",
|
|
23840
23921
|
class: "w-[126px]",
|
|
23841
|
-
disabled: !
|
|
23922
|
+
disabled: !__props.dataShareChecked,
|
|
23842
23923
|
onClick: handleConfirm
|
|
23843
23924
|
}, {
|
|
23844
23925
|
default: withCtx(() => [
|
|
@@ -23867,7 +23948,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
23867
23948
|
createElementVNode("span", null, toDisplayString$1(unref($t)("gitCodeLayout.LoginModal.tips.ifYouDoNotAgrWe")), 1)
|
|
23868
23949
|
]),
|
|
23869
23950
|
createVNode(unref(Checkbox), {
|
|
23870
|
-
"model-value":
|
|
23951
|
+
"model-value": __props.dataShareChecked,
|
|
23871
23952
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = (val) => emits("update:dataShareChecked", val)),
|
|
23872
23953
|
size: "sm",
|
|
23873
23954
|
class: "mt-[12px]"
|
|
@@ -24117,7 +24198,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
24117
24198
|
]),
|
|
24118
24199
|
createElementVNode("div", _hoisted_11$1, [
|
|
24119
24200
|
createElementVNode("div", _hoisted_12$1, [
|
|
24120
|
-
!
|
|
24201
|
+
!__props.hideBack ? (openBlock(), createElementBlock("div", {
|
|
24121
24202
|
key: 0,
|
|
24122
24203
|
onClick: _cache[1] || (_cache[1] = ($event) => emits("back"))
|
|
24123
24204
|
}, [
|
|
@@ -24332,7 +24413,7 @@ const _SlidCaptchaManager = class _SlidCaptchaManager {
|
|
|
24332
24413
|
__publicField(_SlidCaptchaManager, "instance");
|
|
24333
24414
|
let SlidCaptchaManager = _SlidCaptchaManager;
|
|
24334
24415
|
const slidCaptchaManager = SlidCaptchaManager.getInstance();
|
|
24335
|
-
const SlidCaptcha = defineAsyncComponent(() => import("./index-
|
|
24416
|
+
const SlidCaptcha = defineAsyncComponent(() => import("./index-CWOH-qdm.js"));
|
|
24336
24417
|
const useSlidCaptcha = () => {
|
|
24337
24418
|
const { mount, unMount, isMounted } = usePopup("slid-captcha-popup");
|
|
24338
24419
|
const open = (config) => {
|
|
@@ -24362,7 +24443,7 @@ const useSlidCaptcha = () => {
|
|
|
24362
24443
|
close
|
|
24363
24444
|
};
|
|
24364
24445
|
};
|
|
24365
|
-
const YunpianCaptcha = defineAsyncComponent(() => import("./index-
|
|
24446
|
+
const YunpianCaptcha = defineAsyncComponent(() => import("./index-C8jg8ELo.js"));
|
|
24366
24447
|
const useYunpianCaptcha = () => {
|
|
24367
24448
|
const { mount, unMount } = usePopup("yunpian-captcha-popup");
|
|
24368
24449
|
const open = (config) => {
|
|
@@ -24756,7 +24837,7 @@ const useYiDunCaptcha = () => {
|
|
|
24756
24837
|
const _sfc_main$3 = {};
|
|
24757
24838
|
const _hoisted_1$2 = { class: "content-loading" };
|
|
24758
24839
|
function _sfc_render(_ctx, _cache) {
|
|
24759
|
-
return openBlock(), createElementBlock("div", _hoisted_1$2, _cache[0] || (_cache[0] = [
|
|
24840
|
+
return openBlock(), createElementBlock("div", _hoisted_1$2, [..._cache[0] || (_cache[0] = [
|
|
24760
24841
|
createElementVNode("div", { class: "content-loading-title" }, [
|
|
24761
24842
|
createElementVNode("div", { class: "w-full flex-center" }, [
|
|
24762
24843
|
createElementVNode("img", {
|
|
@@ -24767,7 +24848,7 @@ function _sfc_render(_ctx, _cache) {
|
|
|
24767
24848
|
]),
|
|
24768
24849
|
createElementVNode("span", null, "loading...")
|
|
24769
24850
|
], -1)
|
|
24770
|
-
]));
|
|
24851
|
+
])]);
|
|
24771
24852
|
}
|
|
24772
24853
|
const ContentLoading = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render], ["__scopeId", "data-v-vue-layout-gitcode"]]);
|
|
24773
24854
|
const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
@@ -24783,15 +24864,15 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
24783
24864
|
setup(__props) {
|
|
24784
24865
|
return (_ctx, _cache) => {
|
|
24785
24866
|
return openBlock(), createElementBlock("div", {
|
|
24786
|
-
class: normalizeClass(["g-data-panel i-data-panel", { "g-card":
|
|
24867
|
+
class: normalizeClass(["g-data-panel i-data-panel", { "g-card": __props.card, "g-border": __props.border }])
|
|
24787
24868
|
}, [
|
|
24788
24869
|
renderSlot(_ctx.$slots, "header", {}, void 0, true),
|
|
24789
|
-
|
|
24790
|
-
|
|
24870
|
+
__props.loading ? renderSlot(_ctx.$slots, "loading", { key: 0 }, () => [
|
|
24871
|
+
__props.skeleton ? (openBlock(), createBlock(unref(Skeleton), {
|
|
24791
24872
|
key: 0,
|
|
24792
24873
|
class: "p-20",
|
|
24793
|
-
rows:
|
|
24794
|
-
}, null, 8, ["rows"])) :
|
|
24874
|
+
rows: __props.skeletonRow
|
|
24875
|
+
}, null, 8, ["rows"])) : __props.animation ? (openBlock(), createBlock(ContentLoading, {
|
|
24795
24876
|
key: 1,
|
|
24796
24877
|
name: "loading",
|
|
24797
24878
|
class: "w-full h-full flex-center"
|
|
@@ -26538,11 +26619,11 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
26538
26619
|
modelValue: unref(vModels),
|
|
26539
26620
|
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => isRef(vModels) ? vModels.value = $event : null),
|
|
26540
26621
|
"show-close": false,
|
|
26541
|
-
"lock-scroll":
|
|
26542
|
-
draggable:
|
|
26543
|
-
escapable:
|
|
26622
|
+
"lock-scroll": __props.lockScroll,
|
|
26623
|
+
draggable: __props.draggable,
|
|
26624
|
+
escapable: __props.escapable,
|
|
26544
26625
|
"before-close": handleClose,
|
|
26545
|
-
"append-to-body":
|
|
26626
|
+
"append-to-body": __props.appendToBody,
|
|
26546
26627
|
class: normalizeClass([
|
|
26547
26628
|
"login-modal",
|
|
26548
26629
|
formType.value === "login" ? "login-modal-l" : "login-modal-r",
|
|
@@ -26562,7 +26643,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
26562
26643
|
class: "login-modal-title flex-1"
|
|
26563
26644
|
}, null, 8, ["icon", "title", "show-title", "show-back"]),
|
|
26564
26645
|
createElementVNode("div", _hoisted_2, [
|
|
26565
|
-
|
|
26646
|
+
__props.showClose && !showProtoCheck.value ? (openBlock(), createBlock(GIcon, {
|
|
26566
26647
|
key: 0,
|
|
26567
26648
|
onClick: onClickModalClose,
|
|
26568
26649
|
name: "gt-close",
|
|
@@ -26887,7 +26968,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
26887
26968
|
])
|
|
26888
26969
|
], 2),
|
|
26889
26970
|
createElementVNode("div", _hoisted_61, [
|
|
26890
|
-
|
|
26971
|
+
__props.openHarmonyGuide ? (openBlock(), createElementBlock("div", {
|
|
26891
26972
|
key: 0,
|
|
26892
26973
|
class: "text-[var(--theme-link)] flex items-center mt-[12px] cursor-pointer",
|
|
26893
26974
|
onClick: withModifiers(handleRegisterHarmony, ["stop"])
|
|
@@ -27255,20 +27336,20 @@ export {
|
|
|
27255
27336
|
_sfc_main$F as J,
|
|
27256
27337
|
loadAsideData as K,
|
|
27257
27338
|
LANG_ZH as L,
|
|
27258
|
-
|
|
27259
|
-
|
|
27260
|
-
|
|
27261
|
-
|
|
27262
|
-
|
|
27339
|
+
EnterpriseHeader as M,
|
|
27340
|
+
GitCodeAside as N,
|
|
27341
|
+
GitCodeHeader as O,
|
|
27342
|
+
GitCodeLayoutEmitter as P,
|
|
27343
|
+
_sfc_main as Q,
|
|
27263
27344
|
REPO_MODULE as R,
|
|
27264
27345
|
SceneValue as S,
|
|
27265
27346
|
TOPIC_TYPE as T,
|
|
27266
27347
|
SiteAnnouncement as U,
|
|
27267
|
-
|
|
27268
|
-
|
|
27269
|
-
|
|
27348
|
+
ToolsFloat as V,
|
|
27349
|
+
index as W,
|
|
27350
|
+
setLayoutConfig as X,
|
|
27270
27351
|
setTheme as Y,
|
|
27271
|
-
|
|
27352
|
+
useLogin as Z,
|
|
27272
27353
|
_export_sfc as _,
|
|
27273
27354
|
i18n as a,
|
|
27274
27355
|
REPO_EVENT as b,
|