vue-layout-gitcode 1.5.123 → 1.5.125
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-DV4GSOCu.js → GloabarSearch-TPk33WpX.js} +3 -3
- package/{MenuItem-siDiS_1D.js → MenuItem-CI802SWI.js} +5 -2
- package/{ProjectMenuList-Dg1VcAN6.js → ProjectMenuList-CdkqfFVX.js} +2 -2
- package/{ProjectMenuListV2-Bpw8US7C.js → ProjectMenuListV2-DE2uRBo1.js} +2 -2
- package/{ProjectSearch-CgNfZ7gA.js → ProjectSearch-D4wUeMY7.js} +1 -1
- package/{SearchHistoryList-BLl_USUh.js → SearchHistoryList-1vuM608V.js} +1 -1
- package/{SearchPrefixTag-H4de7dFX.js → SearchPrefixTag-BqiLxHum.js} +1 -1
- package/{SearchRecommed-DEkGFfOZ.js → SearchRecommed-Du_a3DCw.js} +19 -13
- package/{SearchScopeList-CEimcFoW.js → SearchScopeList-BX2Rfsyo.js} +1 -1
- package/{UserSearch-BaayB02c.js → UserSearch-BrGzdK3x.js} +1 -1
- package/{index-DzOiCQ-U.js → index-B-csRsld.js} +3 -3
- package/{index-W-FisJXt.js → index-BxeQNRbc.js} +9 -9
- package/{index-ivcZNDWR.js → index-D-Aa9aT7.js} +861 -795
- package/index.js +1 -1
- package/{notice-Dn6Ya2H0.js → notice-BGQGX-8m.js} +7 -7
- package/package.json +1 -1
- package/style.css +1 -1
- package/{transWebUrl-BhfQ-rX-.js → transWebUrl-_2lTsJYX.js} +1 -1
|
@@ -50,7 +50,7 @@ import "vue-devui-lal/checkbox/style.css";
|
|
|
50
50
|
import { Modal } from "vue-devui-lal/modal";
|
|
51
51
|
import "vue-devui-lal/modal/style.css";
|
|
52
52
|
const _hoisted_1$y = ["xlink:href"];
|
|
53
|
-
const _hoisted_2$
|
|
53
|
+
const _hoisted_2$o = ["xlink:href"];
|
|
54
54
|
const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
55
55
|
__name: "index",
|
|
56
56
|
props: {
|
|
@@ -91,7 +91,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
91
91
|
}, [
|
|
92
92
|
createElementVNode("use", {
|
|
93
93
|
"xlink:href": `#${_ctx.name}`
|
|
94
|
-
}, null, 8, _hoisted_2$
|
|
94
|
+
}, null, 8, _hoisted_2$o)
|
|
95
95
|
], 6));
|
|
96
96
|
};
|
|
97
97
|
}
|
|
@@ -502,7 +502,7 @@ const TOOLS_FLOAT_COLLAPSE_STATUS = {
|
|
|
502
502
|
const TOOLS_FLOAT_COLLAPSE_STATUS_KEY_FOR_REPO = "asideTool_collapse_status_repo";
|
|
503
503
|
const TOOLS_FLOAT_COLLAPSE_STATUS_KEY = "asideTool_collapse_status";
|
|
504
504
|
const TOOLS_FLOAT_COLLAPSE_DATE_KEY = "asideTool_collapse_date";
|
|
505
|
-
/*! @license DOMPurify 3.2.
|
|
505
|
+
/*! @license DOMPurify 3.2.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.5/LICENSE */
|
|
506
506
|
const {
|
|
507
507
|
entries,
|
|
508
508
|
setPrototypeOf,
|
|
@@ -653,7 +653,7 @@ const TMPLIT_EXPR = seal(/\$\{[\w\W]*/gm);
|
|
|
653
653
|
const DATA_ATTR = seal(/^data-[\-\w.\u00B7-\uFFFF]+$/);
|
|
654
654
|
const ARIA_ATTR = seal(/^aria-[\-\w]+$/);
|
|
655
655
|
const IS_ALLOWED_URI = seal(
|
|
656
|
-
/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp
|
|
656
|
+
/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i
|
|
657
657
|
// eslint-disable-line no-useless-escape
|
|
658
658
|
);
|
|
659
659
|
const IS_SCRIPT_OR_DATA = seal(/^(?:\w+script|data):/i);
|
|
@@ -727,7 +727,7 @@ const _createHooksMap = function _createHooksMap2() {
|
|
|
727
727
|
function createDOMPurify() {
|
|
728
728
|
let window2 = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : getGlobal();
|
|
729
729
|
const DOMPurify = (root) => createDOMPurify(root);
|
|
730
|
-
DOMPurify.version = "3.2.
|
|
730
|
+
DOMPurify.version = "3.2.5";
|
|
731
731
|
DOMPurify.removed = [];
|
|
732
732
|
if (!window2 || !window2.document || window2.document.nodeType !== NODE_TYPE.document || !window2.Element) {
|
|
733
733
|
DOMPurify.isSupported = false;
|
|
@@ -874,8 +874,8 @@ function createDOMPurify() {
|
|
|
874
874
|
URI_SAFE_ATTRIBUTES = objectHasOwnProperty(cfg, "ADD_URI_SAFE_ATTR") ? addToSet(clone(DEFAULT_URI_SAFE_ATTRIBUTES), cfg.ADD_URI_SAFE_ATTR, transformCaseFunc) : DEFAULT_URI_SAFE_ATTRIBUTES;
|
|
875
875
|
DATA_URI_TAGS = objectHasOwnProperty(cfg, "ADD_DATA_URI_TAGS") ? addToSet(clone(DEFAULT_DATA_URI_TAGS), cfg.ADD_DATA_URI_TAGS, transformCaseFunc) : DEFAULT_DATA_URI_TAGS;
|
|
876
876
|
FORBID_CONTENTS = objectHasOwnProperty(cfg, "FORBID_CONTENTS") ? addToSet({}, cfg.FORBID_CONTENTS, transformCaseFunc) : DEFAULT_FORBID_CONTENTS;
|
|
877
|
-
FORBID_TAGS = objectHasOwnProperty(cfg, "FORBID_TAGS") ? addToSet({}, cfg.FORBID_TAGS, transformCaseFunc) :
|
|
878
|
-
FORBID_ATTR = objectHasOwnProperty(cfg, "FORBID_ATTR") ? addToSet({}, cfg.FORBID_ATTR, transformCaseFunc) :
|
|
877
|
+
FORBID_TAGS = objectHasOwnProperty(cfg, "FORBID_TAGS") ? addToSet({}, cfg.FORBID_TAGS, transformCaseFunc) : {};
|
|
878
|
+
FORBID_ATTR = objectHasOwnProperty(cfg, "FORBID_ATTR") ? addToSet({}, cfg.FORBID_ATTR, transformCaseFunc) : {};
|
|
879
879
|
USE_PROFILES = objectHasOwnProperty(cfg, "USE_PROFILES") ? cfg.USE_PROFILES : false;
|
|
880
880
|
ALLOW_ARIA_ATTR = cfg.ALLOW_ARIA_ATTR !== false;
|
|
881
881
|
ALLOW_DATA_ATTR = cfg.ALLOW_DATA_ATTR !== false;
|
|
@@ -1139,7 +1139,7 @@ function createDOMPurify() {
|
|
|
1139
1139
|
tagName,
|
|
1140
1140
|
allowedTags: ALLOWED_TAGS
|
|
1141
1141
|
});
|
|
1142
|
-
if (
|
|
1142
|
+
if (currentNode.hasChildNodes() && !_isNode(currentNode.firstElementChild) && regExpTest(/<[/\w!]/g, currentNode.innerHTML) && regExpTest(/<[/\w!]/g, currentNode.textContent)) {
|
|
1143
1143
|
_forceRemove(currentNode);
|
|
1144
1144
|
return true;
|
|
1145
1145
|
}
|
|
@@ -1252,8 +1252,7 @@ function createDOMPurify() {
|
|
|
1252
1252
|
value: attrValue
|
|
1253
1253
|
} = attr;
|
|
1254
1254
|
const lcName = transformCaseFunc(name);
|
|
1255
|
-
|
|
1256
|
-
let value = name === "value" ? initValue : stringTrim(initValue);
|
|
1255
|
+
let value = name === "value" ? attrValue : stringTrim(attrValue);
|
|
1257
1256
|
hookEvent.attrName = lcName;
|
|
1258
1257
|
hookEvent.attrValue = value;
|
|
1259
1258
|
hookEvent.keepAttr = true;
|
|
@@ -1271,8 +1270,8 @@ function createDOMPurify() {
|
|
|
1271
1270
|
if (hookEvent.forceKeepAttr) {
|
|
1272
1271
|
continue;
|
|
1273
1272
|
}
|
|
1273
|
+
_removeAttribute(name, currentNode);
|
|
1274
1274
|
if (!hookEvent.keepAttr) {
|
|
1275
|
-
_removeAttribute(name, currentNode);
|
|
1276
1275
|
continue;
|
|
1277
1276
|
}
|
|
1278
1277
|
if (!ALLOW_SELF_CLOSE_IN_ATTR && regExpTest(/\/>/i, value)) {
|
|
@@ -1286,7 +1285,6 @@ function createDOMPurify() {
|
|
|
1286
1285
|
}
|
|
1287
1286
|
const lcTag = transformCaseFunc(currentNode.nodeName);
|
|
1288
1287
|
if (!_isValidAttribute(lcTag, lcName, value)) {
|
|
1289
|
-
_removeAttribute(name, currentNode);
|
|
1290
1288
|
continue;
|
|
1291
1289
|
}
|
|
1292
1290
|
if (trustedTypesPolicy && typeof trustedTypes === "object" && typeof trustedTypes.getAttributeType === "function") {
|
|
@@ -1304,21 +1302,18 @@ function createDOMPurify() {
|
|
|
1304
1302
|
}
|
|
1305
1303
|
}
|
|
1306
1304
|
}
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
arrayPop(DOMPurify.removed);
|
|
1318
|
-
}
|
|
1319
|
-
} catch (_) {
|
|
1320
|
-
_removeAttribute(name, currentNode);
|
|
1305
|
+
try {
|
|
1306
|
+
if (namespaceURI) {
|
|
1307
|
+
currentNode.setAttributeNS(namespaceURI, name, value);
|
|
1308
|
+
} else {
|
|
1309
|
+
currentNode.setAttribute(name, value);
|
|
1310
|
+
}
|
|
1311
|
+
if (_isClobbered(currentNode)) {
|
|
1312
|
+
_forceRemove(currentNode);
|
|
1313
|
+
} else {
|
|
1314
|
+
arrayPop(DOMPurify.removed);
|
|
1321
1315
|
}
|
|
1316
|
+
} catch (_) {
|
|
1322
1317
|
}
|
|
1323
1318
|
}
|
|
1324
1319
|
_executeHooks(hooks.afterSanitizeAttributes, currentNode, null);
|
|
@@ -1592,25 +1587,10 @@ function init(converter, defaultAttributes) {
|
|
|
1592
1587
|
}
|
|
1593
1588
|
var api = init(defaultConverter, { path: "/" });
|
|
1594
1589
|
/*!
|
|
1595
|
-
* shared v9.14.
|
|
1590
|
+
* shared v9.14.4
|
|
1596
1591
|
* (c) 2025 kazuya kawaguchi
|
|
1597
1592
|
* Released under the MIT License.
|
|
1598
1593
|
*/
|
|
1599
|
-
function warn(msg, err) {
|
|
1600
|
-
if (typeof console !== "undefined") {
|
|
1601
|
-
console.warn(`[intlify] ` + msg);
|
|
1602
|
-
if (err) {
|
|
1603
|
-
console.warn(err.stack);
|
|
1604
|
-
}
|
|
1605
|
-
}
|
|
1606
|
-
}
|
|
1607
|
-
const hasWarned = {};
|
|
1608
|
-
function warnOnce(msg) {
|
|
1609
|
-
if (!hasWarned[msg]) {
|
|
1610
|
-
hasWarned[msg] = true;
|
|
1611
|
-
warn(msg);
|
|
1612
|
-
}
|
|
1613
|
-
}
|
|
1614
1594
|
const inBrowser = typeof window !== "undefined";
|
|
1615
1595
|
let mark;
|
|
1616
1596
|
let measure;
|
|
@@ -1646,7 +1626,7 @@ const friendlyJSONstringify = (json) => JSON.stringify(json).replace(/\u2028/g,
|
|
|
1646
1626
|
const isNumber$1 = (val) => typeof val === "number" && isFinite(val);
|
|
1647
1627
|
const isDate$1 = (val) => toTypeString(val) === "[object Date]";
|
|
1648
1628
|
const isRegExp$1 = (val) => toTypeString(val) === "[object RegExp]";
|
|
1649
|
-
const isEmptyObject
|
|
1629
|
+
const isEmptyObject = (val) => isPlainObject$1(val) && Object.keys(val).length === 0;
|
|
1650
1630
|
const assign$1 = Object.assign;
|
|
1651
1631
|
const _create = Object.create;
|
|
1652
1632
|
const create = (obj = null) => _create(obj);
|
|
@@ -1655,31 +1635,7 @@ const getGlobalThis = () => {
|
|
|
1655
1635
|
return _globalThis || (_globalThis = typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : create());
|
|
1656
1636
|
};
|
|
1657
1637
|
function escapeHtml(rawText) {
|
|
1658
|
-
return rawText.replace(
|
|
1659
|
-
}
|
|
1660
|
-
function escapeAttributeValue(value) {
|
|
1661
|
-
return value.replace(/&(?![a-zA-Z0-9#]{2,6};)/g, "&").replace(/"/g, """).replace(/'/g, "'").replace(/</g, "<").replace(/>/g, ">");
|
|
1662
|
-
}
|
|
1663
|
-
function sanitizeTranslatedHtml(html2) {
|
|
1664
|
-
html2 = html2.replace(/(\w+)\s*=\s*"([^"]*)"/g, (_, attrName, attrValue) => `${attrName}="${escapeAttributeValue(attrValue)}"`);
|
|
1665
|
-
html2 = html2.replace(/(\w+)\s*=\s*'([^']*)'/g, (_, attrName, attrValue) => `${attrName}='${escapeAttributeValue(attrValue)}'`);
|
|
1666
|
-
const eventHandlerPattern = /\s*on\w+\s*=\s*["']?[^"'>]+["']?/gi;
|
|
1667
|
-
if (eventHandlerPattern.test(html2)) {
|
|
1668
|
-
if (process.env.NODE_ENV !== "production") {
|
|
1669
|
-
warn("Potentially dangerous event handlers detected in translation. Consider removing onclick, onerror, etc. from your translation messages.");
|
|
1670
|
-
}
|
|
1671
|
-
html2 = html2.replace(/(\s+)(on)(\w+\s*=)/gi, "$1on$3");
|
|
1672
|
-
}
|
|
1673
|
-
const javascriptUrlPattern = [
|
|
1674
|
-
// In href, src, action, formaction attributes
|
|
1675
|
-
/(\s+(?:href|src|action|formaction)\s*=\s*["']?)\s*javascript:/gi,
|
|
1676
|
-
// In style attributes within url()
|
|
1677
|
-
/(style\s*=\s*["'][^"']*url\s*\(\s*)javascript:/gi
|
|
1678
|
-
];
|
|
1679
|
-
javascriptUrlPattern.forEach((pattern) => {
|
|
1680
|
-
html2 = html2.replace(pattern, "$1javascript:");
|
|
1681
|
-
});
|
|
1682
|
-
return html2;
|
|
1638
|
+
return rawText.replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'");
|
|
1683
1639
|
}
|
|
1684
1640
|
const hasOwnProperty$1 = Object.prototype.hasOwnProperty;
|
|
1685
1641
|
function hasOwn(obj, key) {
|
|
@@ -1742,6 +1698,21 @@ function incrementer(code2) {
|
|
|
1742
1698
|
let current = code2;
|
|
1743
1699
|
return () => ++current;
|
|
1744
1700
|
}
|
|
1701
|
+
function warn(msg, err) {
|
|
1702
|
+
if (typeof console !== "undefined") {
|
|
1703
|
+
console.warn(`[intlify] ` + msg);
|
|
1704
|
+
if (err) {
|
|
1705
|
+
console.warn(err.stack);
|
|
1706
|
+
}
|
|
1707
|
+
}
|
|
1708
|
+
}
|
|
1709
|
+
const hasWarned = {};
|
|
1710
|
+
function warnOnce(msg) {
|
|
1711
|
+
if (!hasWarned[msg]) {
|
|
1712
|
+
hasWarned[msg] = true;
|
|
1713
|
+
warn(msg);
|
|
1714
|
+
}
|
|
1715
|
+
}
|
|
1745
1716
|
function createEmitter() {
|
|
1746
1717
|
const events = /* @__PURE__ */ new Map();
|
|
1747
1718
|
const emitter2 = {
|
|
@@ -1790,7 +1761,7 @@ function deepCopy(src, des) {
|
|
|
1790
1761
|
}
|
|
1791
1762
|
}
|
|
1792
1763
|
/*!
|
|
1793
|
-
* message-compiler v9.14.
|
|
1764
|
+
* message-compiler v9.14.4
|
|
1794
1765
|
* (c) 2025 kazuya kawaguchi
|
|
1795
1766
|
* Released under the MIT License.
|
|
1796
1767
|
*/
|
|
@@ -3340,7 +3311,7 @@ function baseCompile$1(source, options = {}) {
|
|
|
3340
3311
|
}
|
|
3341
3312
|
}
|
|
3342
3313
|
/*!
|
|
3343
|
-
* core-base v9.14.
|
|
3314
|
+
* core-base v9.14.4
|
|
3344
3315
|
* (c) 2025 kazuya kawaguchi
|
|
3345
3316
|
* Released under the MIT License.
|
|
3346
3317
|
*/
|
|
@@ -4147,7 +4118,7 @@ function appendItemToChain(chain, target, blocks) {
|
|
|
4147
4118
|
}
|
|
4148
4119
|
return follow;
|
|
4149
4120
|
}
|
|
4150
|
-
const VERSION$3 = "9.14.
|
|
4121
|
+
const VERSION$3 = "9.14.4";
|
|
4151
4122
|
const NOT_REOSLVED = -1;
|
|
4152
4123
|
const DEFAULT_LOCALE = "en-US";
|
|
4153
4124
|
const MISSING_RESOLVE_VALUE = "";
|
|
@@ -4514,10 +4485,7 @@ function translate(context, ...args) {
|
|
|
4514
4485
|
const ctxOptions = getMessageContextOptions(context, targetLocale, message, options);
|
|
4515
4486
|
const msgContext = createMessageContext(ctxOptions);
|
|
4516
4487
|
const messaged = evaluateMessage(context, msg, msgContext);
|
|
4517
|
-
|
|
4518
|
-
if (escapeParameter && isString$2(ret)) {
|
|
4519
|
-
ret = sanitizeTranslatedHtml(ret);
|
|
4520
|
-
}
|
|
4488
|
+
const ret = postTranslation ? postTranslation(messaged, key) : messaged;
|
|
4521
4489
|
if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
|
|
4522
4490
|
const payloads = {
|
|
4523
4491
|
timestamp: Date.now(),
|
|
@@ -4706,7 +4674,7 @@ function parseTranslateArgs(...args) {
|
|
|
4706
4674
|
options.plural = arg2;
|
|
4707
4675
|
} else if (isString$2(arg2)) {
|
|
4708
4676
|
options.default = arg2;
|
|
4709
|
-
} else if (isPlainObject$1(arg2) && !isEmptyObject
|
|
4677
|
+
} else if (isPlainObject$1(arg2) && !isEmptyObject(arg2)) {
|
|
4710
4678
|
options.named = arg2;
|
|
4711
4679
|
} else if (isArray$1(arg2)) {
|
|
4712
4680
|
options.list = arg2;
|
|
@@ -4863,7 +4831,7 @@ function datetime(context, ...args) {
|
|
|
4863
4831
|
return unresolving ? NOT_REOSLVED : key;
|
|
4864
4832
|
}
|
|
4865
4833
|
let id = `${targetLocale}__${key}`;
|
|
4866
|
-
if (!isEmptyObject
|
|
4834
|
+
if (!isEmptyObject(overrides)) {
|
|
4867
4835
|
id = `${id}__${JSON.stringify(overrides)}`;
|
|
4868
4836
|
}
|
|
4869
4837
|
let formatter = __datetimeFormatters.get(id);
|
|
@@ -5011,7 +4979,7 @@ function number(context, ...args) {
|
|
|
5011
4979
|
return unresolving ? NOT_REOSLVED : key;
|
|
5012
4980
|
}
|
|
5013
4981
|
let id = `${targetLocale}__${key}`;
|
|
5014
|
-
if (!isEmptyObject
|
|
4982
|
+
if (!isEmptyObject(overrides)) {
|
|
5015
4983
|
id = `${id}__${JSON.stringify(overrides)}`;
|
|
5016
4984
|
}
|
|
5017
4985
|
let formatter = __numberFormatters.get(id);
|
|
@@ -5234,11 +5202,11 @@ function setupDevtoolsPlugin(pluginDescriptor, setupFn) {
|
|
|
5234
5202
|
}
|
|
5235
5203
|
}
|
|
5236
5204
|
/*!
|
|
5237
|
-
* vue-i18n v9.14.
|
|
5205
|
+
* vue-i18n v9.14.4
|
|
5238
5206
|
* (c) 2025 kazuya kawaguchi
|
|
5239
5207
|
* Released under the MIT License.
|
|
5240
5208
|
*/
|
|
5241
|
-
const VERSION$2 = "9.14.
|
|
5209
|
+
const VERSION$2 = "9.14.4";
|
|
5242
5210
|
function initFeatureFlags() {
|
|
5243
5211
|
if (typeof __VUE_I18N_FULL_INSTALL__ !== "boolean") {
|
|
5244
5212
|
getGlobalThis().__VUE_I18N_FULL_INSTALL__ = true;
|
|
@@ -7205,7 +7173,7 @@ function getI18nInstance(instance) {
|
|
|
7205
7173
|
}
|
|
7206
7174
|
}
|
|
7207
7175
|
function getScope(options, componentOptions) {
|
|
7208
|
-
return isEmptyObject
|
|
7176
|
+
return isEmptyObject(options) ? "__i18n" in componentOptions ? "local" : "global" : !options.useScope ? "local" : options.useScope;
|
|
7209
7177
|
}
|
|
7210
7178
|
function getGlobalComposer(i18n2) {
|
|
7211
7179
|
return i18n2.mode === "composition" ? i18n2.global : i18n2.global.__composer;
|
|
@@ -7718,7 +7686,8 @@ const gitCodeLayout$1 = {
|
|
|
7718
7686
|
footerSetting: {
|
|
7719
7687
|
lang: "语言",
|
|
7720
7688
|
theme: "主题",
|
|
7721
|
-
preSetting: "偏好设置"
|
|
7689
|
+
preSetting: "偏好设置",
|
|
7690
|
+
preSettingLittle: "偏好设置"
|
|
7722
7691
|
},
|
|
7723
7692
|
more: "查看更多",
|
|
7724
7693
|
search: "搜索",
|
|
@@ -7788,6 +7757,7 @@ const gitCodeLayout$1 = {
|
|
|
7788
7757
|
collections: "合集",
|
|
7789
7758
|
community: "社区",
|
|
7790
7759
|
papers: "论文",
|
|
7760
|
+
modelGuide: "入门教程",
|
|
7791
7761
|
competition: "大赛",
|
|
7792
7762
|
tianqi: "天启 Chat"
|
|
7793
7763
|
},
|
|
@@ -8017,7 +7987,8 @@ const gitCodeLayout = {
|
|
|
8017
7987
|
footerSetting: {
|
|
8018
7988
|
lang: "Language",
|
|
8019
7989
|
theme: "Theme",
|
|
8020
|
-
preSetting: "Preferences"
|
|
7990
|
+
preSetting: "Preferences",
|
|
7991
|
+
preSettingLittle: "Settings"
|
|
8021
7992
|
},
|
|
8022
7993
|
more: "More",
|
|
8023
7994
|
search: "Search",
|
|
@@ -8086,6 +8057,7 @@ const gitCodeLayout = {
|
|
|
8086
8057
|
dataSet: "Datasets",
|
|
8087
8058
|
collections: "Collections",
|
|
8088
8059
|
papers: "Papers",
|
|
8060
|
+
modelGuide: "Introductory Tutorial",
|
|
8089
8061
|
community: "Community",
|
|
8090
8062
|
competition: "Competition",
|
|
8091
8063
|
tianqi: "TianQi Chat"
|
|
@@ -8448,7 +8420,6 @@ function bind(fn, thisArg) {
|
|
|
8448
8420
|
}
|
|
8449
8421
|
const { toString } = Object.prototype;
|
|
8450
8422
|
const { getPrototypeOf } = Object;
|
|
8451
|
-
const { iterator, toStringTag } = Symbol;
|
|
8452
8423
|
const kindOf = /* @__PURE__ */ ((cache2) => (thing) => {
|
|
8453
8424
|
const str = toString.call(thing);
|
|
8454
8425
|
return cache2[str] || (cache2[str] = str.slice(8, -1).toLowerCase());
|
|
@@ -8483,17 +8454,7 @@ const isPlainObject = (val) => {
|
|
|
8483
8454
|
return false;
|
|
8484
8455
|
}
|
|
8485
8456
|
const prototype2 = getPrototypeOf(val);
|
|
8486
|
-
return (prototype2 === null || prototype2 === Object.prototype || Object.getPrototypeOf(prototype2) === null) && !(toStringTag in val) && !(iterator in val);
|
|
8487
|
-
};
|
|
8488
|
-
const isEmptyObject = (val) => {
|
|
8489
|
-
if (!isObject$1(val) || isBuffer(val)) {
|
|
8490
|
-
return false;
|
|
8491
|
-
}
|
|
8492
|
-
try {
|
|
8493
|
-
return Object.keys(val).length === 0 && Object.getPrototypeOf(val) === Object.prototype;
|
|
8494
|
-
} catch (e) {
|
|
8495
|
-
return false;
|
|
8496
|
-
}
|
|
8457
|
+
return (prototype2 === null || prototype2 === Object.prototype || Object.getPrototypeOf(prototype2) === null) && !(Symbol.toStringTag in val) && !(Symbol.iterator in val);
|
|
8497
8458
|
};
|
|
8498
8459
|
const isDate = kindOfTest("Date");
|
|
8499
8460
|
const isFile = kindOfTest("File");
|
|
@@ -8522,9 +8483,6 @@ function forEach(obj, fn, { allOwnKeys = false } = {}) {
|
|
|
8522
8483
|
fn.call(null, obj[i], i, obj);
|
|
8523
8484
|
}
|
|
8524
8485
|
} else {
|
|
8525
|
-
if (isBuffer(obj)) {
|
|
8526
|
-
return;
|
|
8527
|
-
}
|
|
8528
8486
|
const keys = allOwnKeys ? Object.getOwnPropertyNames(obj) : Object.keys(obj);
|
|
8529
8487
|
const len = keys.length;
|
|
8530
8488
|
let key;
|
|
@@ -8535,9 +8493,6 @@ function forEach(obj, fn, { allOwnKeys = false } = {}) {
|
|
|
8535
8493
|
}
|
|
8536
8494
|
}
|
|
8537
8495
|
function findKey(obj, key) {
|
|
8538
|
-
if (isBuffer(obj)) {
|
|
8539
|
-
return null;
|
|
8540
|
-
}
|
|
8541
8496
|
key = key.toLowerCase();
|
|
8542
8497
|
const keys = Object.keys(obj);
|
|
8543
8498
|
let i = keys.length;
|
|
@@ -8646,10 +8601,10 @@ const isTypedArray = /* @__PURE__ */ ((TypedArray) => {
|
|
|
8646
8601
|
};
|
|
8647
8602
|
})(typeof Uint8Array !== "undefined" && getPrototypeOf(Uint8Array));
|
|
8648
8603
|
const forEachEntry = (obj, fn) => {
|
|
8649
|
-
const generator = obj && obj[iterator];
|
|
8650
|
-
const
|
|
8604
|
+
const generator = obj && obj[Symbol.iterator];
|
|
8605
|
+
const iterator = generator.call(obj);
|
|
8651
8606
|
let result2;
|
|
8652
|
-
while ((result2 =
|
|
8607
|
+
while ((result2 = iterator.next()) && !result2.done) {
|
|
8653
8608
|
const pair = result2.value;
|
|
8654
8609
|
fn.call(obj, pair[0], pair[1]);
|
|
8655
8610
|
}
|
|
@@ -8719,7 +8674,7 @@ const toFiniteNumber = (value, defaultValue) => {
|
|
|
8719
8674
|
return value != null && Number.isFinite(value = +value) ? value : defaultValue;
|
|
8720
8675
|
};
|
|
8721
8676
|
function isSpecCompliantForm(thing) {
|
|
8722
|
-
return !!(thing && isFunction(thing.append) && thing[toStringTag] === "FormData" && thing[iterator]);
|
|
8677
|
+
return !!(thing && isFunction(thing.append) && thing[Symbol.toStringTag] === "FormData" && thing[Symbol.iterator]);
|
|
8723
8678
|
}
|
|
8724
8679
|
const toJSONObject = (obj) => {
|
|
8725
8680
|
const stack = new Array(10);
|
|
@@ -8728,9 +8683,6 @@ const toJSONObject = (obj) => {
|
|
|
8728
8683
|
if (stack.indexOf(source) >= 0) {
|
|
8729
8684
|
return;
|
|
8730
8685
|
}
|
|
8731
|
-
if (isBuffer(source)) {
|
|
8732
|
-
return source;
|
|
8733
|
-
}
|
|
8734
8686
|
if (!("toJSON" in source)) {
|
|
8735
8687
|
stack[i] = source;
|
|
8736
8688
|
const target = isArray(source) ? [] : {};
|
|
@@ -8768,7 +8720,6 @@ const _setImmediate = ((setImmediateSupported, postMessageSupported) => {
|
|
|
8768
8720
|
isFunction(_global.postMessage)
|
|
8769
8721
|
);
|
|
8770
8722
|
const asap = typeof queueMicrotask !== "undefined" ? queueMicrotask.bind(_global) : typeof process !== "undefined" && process.nextTick || _setImmediate;
|
|
8771
|
-
const isIterable = (thing) => thing != null && isFunction(thing[iterator]);
|
|
8772
8723
|
const utils$1 = {
|
|
8773
8724
|
isArray,
|
|
8774
8725
|
isArrayBuffer,
|
|
@@ -8780,7 +8731,6 @@ const utils$1 = {
|
|
|
8780
8731
|
isBoolean,
|
|
8781
8732
|
isObject: isObject$1,
|
|
8782
8733
|
isPlainObject,
|
|
8783
|
-
isEmptyObject,
|
|
8784
8734
|
isReadableStream,
|
|
8785
8735
|
isRequest,
|
|
8786
8736
|
isResponse,
|
|
@@ -8826,8 +8776,7 @@ const utils$1 = {
|
|
|
8826
8776
|
isAsyncFn,
|
|
8827
8777
|
isThenable,
|
|
8828
8778
|
setImmediate: _setImmediate,
|
|
8829
|
-
asap
|
|
8830
|
-
isIterable
|
|
8779
|
+
asap
|
|
8831
8780
|
};
|
|
8832
8781
|
function AxiosError$1(message, code2, config, request, response) {
|
|
8833
8782
|
Error.call(this);
|
|
@@ -8947,9 +8896,6 @@ function toFormData$1(obj, formData, options) {
|
|
|
8947
8896
|
if (utils$1.isDate(value)) {
|
|
8948
8897
|
return value.toISOString();
|
|
8949
8898
|
}
|
|
8950
|
-
if (utils$1.isBoolean(value)) {
|
|
8951
|
-
return value.toString();
|
|
8952
|
-
}
|
|
8953
8899
|
if (!useBlob && utils$1.isBlob(value)) {
|
|
8954
8900
|
throw new AxiosError$1("Blob is not supported. Use a Buffer instead.");
|
|
8955
8901
|
}
|
|
@@ -9172,16 +9118,15 @@ const platform = {
|
|
|
9172
9118
|
...platform$1
|
|
9173
9119
|
};
|
|
9174
9120
|
function toURLEncodedForm(data, options) {
|
|
9175
|
-
return toFormData$1(data, new platform.classes.URLSearchParams(), {
|
|
9121
|
+
return toFormData$1(data, new platform.classes.URLSearchParams(), Object.assign({
|
|
9176
9122
|
visitor: function(value, key, path, helpers) {
|
|
9177
9123
|
if (platform.isNode && utils$1.isBuffer(value)) {
|
|
9178
9124
|
this.append(key, value.toString("base64"));
|
|
9179
9125
|
return false;
|
|
9180
9126
|
}
|
|
9181
9127
|
return helpers.defaultVisitor.apply(this, arguments);
|
|
9182
|
-
}
|
|
9183
|
-
|
|
9184
|
-
});
|
|
9128
|
+
}
|
|
9129
|
+
}, options));
|
|
9185
9130
|
}
|
|
9186
9131
|
function parsePropPath(name) {
|
|
9187
9132
|
return utils$1.matchAll(/\w+|\[(\w*)]/g, name).map((match) => {
|
|
@@ -9454,15 +9399,10 @@ let AxiosHeaders$1 = class AxiosHeaders {
|
|
|
9454
9399
|
setHeaders(header, valueOrRewrite);
|
|
9455
9400
|
} else if (utils$1.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) {
|
|
9456
9401
|
setHeaders(parseHeaders(header), valueOrRewrite);
|
|
9457
|
-
} else if (utils$1.
|
|
9458
|
-
|
|
9459
|
-
|
|
9460
|
-
if (!utils$1.isArray(entry)) {
|
|
9461
|
-
throw TypeError("Object iterator must return a key-value pair");
|
|
9462
|
-
}
|
|
9463
|
-
obj[key = entry[0]] = (dest = obj[key]) ? utils$1.isArray(dest) ? [...dest, entry[1]] : [dest, entry[1]] : entry[1];
|
|
9402
|
+
} else if (utils$1.isHeaders(header)) {
|
|
9403
|
+
for (const [key, value] of header.entries()) {
|
|
9404
|
+
setHeader(value, key, rewrite);
|
|
9464
9405
|
}
|
|
9465
|
-
setHeaders(obj, valueOrRewrite);
|
|
9466
9406
|
} else {
|
|
9467
9407
|
header != null && setHeader(valueOrRewrite, header, rewrite);
|
|
9468
9408
|
}
|
|
@@ -9566,9 +9506,6 @@ let AxiosHeaders$1 = class AxiosHeaders {
|
|
|
9566
9506
|
toString() {
|
|
9567
9507
|
return Object.entries(this.toJSON()).map(([header, value]) => header + ": " + value).join("\n");
|
|
9568
9508
|
}
|
|
9569
|
-
getSetCookie() {
|
|
9570
|
-
return this.get("set-cookie") || [];
|
|
9571
|
-
}
|
|
9572
9509
|
get [Symbol.toStringTag]() {
|
|
9573
9510
|
return "AxiosHeaders";
|
|
9574
9511
|
}
|
|
@@ -9692,7 +9629,7 @@ function throttle(fn, freq) {
|
|
|
9692
9629
|
clearTimeout(timer);
|
|
9693
9630
|
timer = null;
|
|
9694
9631
|
}
|
|
9695
|
-
fn(
|
|
9632
|
+
fn.apply(null, args);
|
|
9696
9633
|
};
|
|
9697
9634
|
const throttled = (...args) => {
|
|
9698
9635
|
const now2 = Date.now();
|
|
@@ -9867,7 +9804,7 @@ function mergeConfig$1(config1, config2) {
|
|
|
9867
9804
|
validateStatus: mergeDirectKeys,
|
|
9868
9805
|
headers: (a, b, prop) => mergeDeepProperties(headersToObject(a), headersToObject(b), prop, true)
|
|
9869
9806
|
};
|
|
9870
|
-
utils$1.forEach(Object.keys({
|
|
9807
|
+
utils$1.forEach(Object.keys(Object.assign({}, config1, config2)), function computeConfigValue(prop) {
|
|
9871
9808
|
const merge2 = mergeMap[prop] || mergeDeepProperties;
|
|
9872
9809
|
const configValue = merge2(config1[prop], config2[prop], prop);
|
|
9873
9810
|
utils$1.isUndefined(configValue) && merge2 !== mergeDirectKeys || (config[prop] = configValue);
|
|
@@ -10101,7 +10038,7 @@ const readStream = async function* (stream) {
|
|
|
10101
10038
|
}
|
|
10102
10039
|
};
|
|
10103
10040
|
const trackStream = (stream, chunkSize, onProgress, onFinish) => {
|
|
10104
|
-
const
|
|
10041
|
+
const iterator = readBytes(stream, chunkSize);
|
|
10105
10042
|
let bytes = 0;
|
|
10106
10043
|
let done;
|
|
10107
10044
|
let _onFinish = (e) => {
|
|
@@ -10113,7 +10050,7 @@ const trackStream = (stream, chunkSize, onProgress, onFinish) => {
|
|
|
10113
10050
|
return new ReadableStream({
|
|
10114
10051
|
async pull(controller) {
|
|
10115
10052
|
try {
|
|
10116
|
-
const { done: done2, value } = await
|
|
10053
|
+
const { done: done2, value } = await iterator.next();
|
|
10117
10054
|
if (done2) {
|
|
10118
10055
|
_onFinish();
|
|
10119
10056
|
controller.close();
|
|
@@ -10132,7 +10069,7 @@ const trackStream = (stream, chunkSize, onProgress, onFinish) => {
|
|
|
10132
10069
|
},
|
|
10133
10070
|
cancel(reason) {
|
|
10134
10071
|
_onFinish(reason);
|
|
10135
|
-
return
|
|
10072
|
+
return iterator.return();
|
|
10136
10073
|
}
|
|
10137
10074
|
}, {
|
|
10138
10075
|
highWaterMark: 2
|
|
@@ -10254,7 +10191,7 @@ const fetchAdapter = isFetchSupported && (async (config) => {
|
|
|
10254
10191
|
duplex: "half",
|
|
10255
10192
|
credentials: isCredentialsSupported ? withCredentials : void 0
|
|
10256
10193
|
});
|
|
10257
|
-
let response = await fetch(request
|
|
10194
|
+
let response = await fetch(request);
|
|
10258
10195
|
const isStreamResponse = supportsResponseStream && (responseType === "stream" || responseType === "response");
|
|
10259
10196
|
if (supportsResponseStream && (onDownloadProgress || isStreamResponse && unsubscribe)) {
|
|
10260
10197
|
const options = {};
|
|
@@ -10289,7 +10226,7 @@ const fetchAdapter = isFetchSupported && (async (config) => {
|
|
|
10289
10226
|
});
|
|
10290
10227
|
} catch (err) {
|
|
10291
10228
|
unsubscribe && unsubscribe();
|
|
10292
|
-
if (err && err.name === "TypeError" && /
|
|
10229
|
+
if (err && err.name === "TypeError" && /fetch/i.test(err.message)) {
|
|
10293
10230
|
throw Object.assign(
|
|
10294
10231
|
new AxiosError$1("Network Error", AxiosError$1.ERR_NETWORK, config, request),
|
|
10295
10232
|
{
|
|
@@ -10395,7 +10332,7 @@ function dispatchRequest(config) {
|
|
|
10395
10332
|
return Promise.reject(reason);
|
|
10396
10333
|
});
|
|
10397
10334
|
}
|
|
10398
|
-
const VERSION$1 = "1.
|
|
10335
|
+
const VERSION$1 = "1.8.4";
|
|
10399
10336
|
const validators$1 = {};
|
|
10400
10337
|
["object", "boolean", "number", "function", "string", "symbol"].forEach((type, i) => {
|
|
10401
10338
|
validators$1[type] = function validator2(thing) {
|
|
@@ -10461,7 +10398,7 @@ const validator = {
|
|
|
10461
10398
|
const validators = validator.validators;
|
|
10462
10399
|
let Axios$1 = class Axios {
|
|
10463
10400
|
constructor(instanceConfig) {
|
|
10464
|
-
this.defaults = instanceConfig
|
|
10401
|
+
this.defaults = instanceConfig;
|
|
10465
10402
|
this.interceptors = {
|
|
10466
10403
|
request: new InterceptorManager(),
|
|
10467
10404
|
response: new InterceptorManager()
|
|
@@ -10563,8 +10500,8 @@ let Axios$1 = class Axios {
|
|
|
10563
10500
|
let len;
|
|
10564
10501
|
if (!synchronousRequestInterceptors) {
|
|
10565
10502
|
const chain = [dispatchRequest.bind(this), void 0];
|
|
10566
|
-
chain.unshift(
|
|
10567
|
-
chain.push(
|
|
10503
|
+
chain.unshift.apply(chain, requestInterceptorChain);
|
|
10504
|
+
chain.push.apply(chain, responseInterceptorChain);
|
|
10568
10505
|
len = chain.length;
|
|
10569
10506
|
promise = Promise.resolve(config);
|
|
10570
10507
|
while (i < len) {
|
|
@@ -11016,22 +10953,22 @@ const proxyService = (params, customConfigs) => {
|
|
|
11016
10953
|
return service(params);
|
|
11017
10954
|
};
|
|
11018
10955
|
const _hoisted_1$x = { class: "home-nav-right" };
|
|
11019
|
-
const _hoisted_2$
|
|
10956
|
+
const _hoisted_2$n = { class: "home-nav-item" };
|
|
11020
10957
|
const _hoisted_3$k = {
|
|
11021
10958
|
key: 0,
|
|
11022
10959
|
class: "tooltip-sign"
|
|
11023
10960
|
};
|
|
11024
10961
|
const _hoisted_4$g = { class: "home-nav-tooltip-wrapper" };
|
|
11025
|
-
const _hoisted_5$
|
|
10962
|
+
const _hoisted_5$c = { class: "home-nav-text" };
|
|
11026
10963
|
const _hoisted_6$a = {
|
|
11027
10964
|
key: 1,
|
|
11028
10965
|
class: "tools-list"
|
|
11029
10966
|
};
|
|
11030
|
-
const _hoisted_7$
|
|
11031
|
-
const _hoisted_8$
|
|
11032
|
-
const _hoisted_9$
|
|
11033
|
-
const _hoisted_10$
|
|
11034
|
-
const _hoisted_11$
|
|
10967
|
+
const _hoisted_7$7 = { class: "home-nav-tooltip-wrapper" };
|
|
10968
|
+
const _hoisted_8$6 = { class: "home-nav-text" };
|
|
10969
|
+
const _hoisted_9$5 = { class: "text-[var(--theme-placeholder)] text-[10px]" };
|
|
10970
|
+
const _hoisted_10$5 = { class: "qrcode-wrapper" };
|
|
10971
|
+
const _hoisted_11$5 = { class: "pl-[8px]" };
|
|
11035
10972
|
const _hoisted_12$4 = { class: "tools-list-item" };
|
|
11036
10973
|
const _hoisted_13$2 = { class: "g-card px-5 pt-4 pb-5 w-[410px]" };
|
|
11037
10974
|
const _hoisted_14$2 = {
|
|
@@ -11290,7 +11227,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11290
11227
|
}, {
|
|
11291
11228
|
content: withCtx(() => [
|
|
11292
11229
|
createElementVNode("div", _hoisted_4$g, [
|
|
11293
|
-
createElementVNode("div", _hoisted_5$
|
|
11230
|
+
createElementVNode("div", _hoisted_5$c, toDisplayString$1(unref(t2)("gitCodeLayout.userSetting.menu.growthCenter")), 1)
|
|
11294
11231
|
])
|
|
11295
11232
|
]),
|
|
11296
11233
|
default: withCtx(() => [
|
|
@@ -11298,7 +11235,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11298
11235
|
class: "home-nav-link tools-questionnaire",
|
|
11299
11236
|
onClick: toggleGrowthCenter
|
|
11300
11237
|
}, [
|
|
11301
|
-
createElementVNode("div", _hoisted_2$
|
|
11238
|
+
createElementVNode("div", _hoisted_2$n, [
|
|
11302
11239
|
_cache[5] || (_cache[5] = createElementVNode("img", {
|
|
11303
11240
|
class: "common-icon inline-block h-[20px] w-[20px]",
|
|
11304
11241
|
src: "https://cdn-static.gitcode.com/static/images/homeweb/czzx.svg",
|
|
@@ -11316,10 +11253,10 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11316
11253
|
"overlay-class": "tools-tag-tooltip"
|
|
11317
11254
|
}, {
|
|
11318
11255
|
content: withCtx(() => [
|
|
11319
|
-
createElementVNode("div", _hoisted_7$
|
|
11320
|
-
createElementVNode("div", _hoisted_8$
|
|
11256
|
+
createElementVNode("div", _hoisted_7$7, [
|
|
11257
|
+
createElementVNode("div", _hoisted_8$6, [
|
|
11321
11258
|
createElementVNode("p", null, toDisplayString$1(unref(t2)("gitCodeLayout.home.userFeedback01")), 1),
|
|
11322
|
-
createElementVNode("p", _hoisted_9$
|
|
11259
|
+
createElementVNode("p", _hoisted_9$5, toDisplayString$1(unref(t2)("gitCodeLayout.home.userFeedback02")), 1)
|
|
11323
11260
|
])
|
|
11324
11261
|
])
|
|
11325
11262
|
]),
|
|
@@ -11329,7 +11266,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11329
11266
|
id: "gitcode-desk-btn",
|
|
11330
11267
|
class: "home-nav-item kefu",
|
|
11331
11268
|
onClick: showDesk
|
|
11332
|
-
},
|
|
11269
|
+
}, _cache[6] || (_cache[6] = [
|
|
11333
11270
|
createElementVNode("img", {
|
|
11334
11271
|
class: "inline-block h-[20px] w-[20px]",
|
|
11335
11272
|
src: "https://cdn-static.gitcode.com/static/images/desk/kefu.png",
|
|
@@ -11339,7 +11276,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11339
11276
|
createElementVNode("div", null, "客"),
|
|
11340
11277
|
createElementVNode("div", null, "服")
|
|
11341
11278
|
], -1)
|
|
11342
|
-
])
|
|
11279
|
+
]))
|
|
11343
11280
|
])
|
|
11344
11281
|
]),
|
|
11345
11282
|
_: 1
|
|
@@ -11349,8 +11286,8 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11349
11286
|
"overlay-class": "tools-tag-tooltip"
|
|
11350
11287
|
}, {
|
|
11351
11288
|
content: withCtx(() => [
|
|
11352
|
-
createElementVNode("div", _hoisted_10$
|
|
11353
|
-
createElementVNode("div", _hoisted_11$
|
|
11289
|
+
createElementVNode("div", _hoisted_10$5, [
|
|
11290
|
+
createElementVNode("div", _hoisted_11$5, toDisplayString$1(unref(t2)("gitCodeLayout.home.followUs")), 1),
|
|
11354
11291
|
_cache[7] || (_cache[7] = createElementVNode("img", {
|
|
11355
11292
|
class: "qrcode",
|
|
11356
11293
|
src: "https://cdn-static.gitcode.com/static/images/points/wx_gitcode.png"
|
|
@@ -11392,9 +11329,9 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11392
11329
|
key: item.index,
|
|
11393
11330
|
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)]"]),
|
|
11394
11331
|
onClick: ($event) => swTab(item)
|
|
11395
|
-
},
|
|
11332
|
+
}, _cache[10] || (_cache[10] = [
|
|
11396
11333
|
createElementVNode("span", { class: "cursor-pointer" }, null, -1)
|
|
11397
|
-
])
|
|
11334
|
+
]), 10, _hoisted_16$2);
|
|
11398
11335
|
}), 64))
|
|
11399
11336
|
]),
|
|
11400
11337
|
createElementVNode("div", null, [
|
|
@@ -11476,7 +11413,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11476
11413
|
trigger: "hover",
|
|
11477
11414
|
offset: { mainAxis: 22, crossAxis: 0 }
|
|
11478
11415
|
}, {
|
|
11479
|
-
default: withCtx(() =>
|
|
11416
|
+
default: withCtx(() => _cache[9] || (_cache[9] = [
|
|
11480
11417
|
createElementVNode("div", { class: "home-nav-item" }, [
|
|
11481
11418
|
createElementVNode("img", {
|
|
11482
11419
|
class: "common-icon inline-block h-[20px] w-[20px]",
|
|
@@ -11489,7 +11426,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
11489
11426
|
alt: ""
|
|
11490
11427
|
})
|
|
11491
11428
|
], -1)
|
|
11492
|
-
])
|
|
11429
|
+
])),
|
|
11493
11430
|
_: 1
|
|
11494
11431
|
}, 8, ["content"])
|
|
11495
11432
|
])
|
|
@@ -14639,9 +14576,9 @@ function headRequest(request) {
|
|
|
14639
14576
|
}
|
|
14640
14577
|
};
|
|
14641
14578
|
}
|
|
14642
|
-
const ICON_VECTOR = "data:image/svg+xml,%3csvg%20width='16'%20height='
|
|
14579
|
+
const ICON_VECTOR = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_7523_405)'%3e%3cpath%20d='M14.72%205.02443C14.704%205.00843%2014.704%204.97643%2014.704%204.96043C14.544%203.15243%2014.112%202.03243%2013.904%201.56843C13.84%201.44043%2013.68%201.40843%2013.584%201.50443C13.184%201.87243%2012.224%202.75243%2011.408%203.64843C11.344%203.71243%2011.264%203.72843%2011.184%203.69643C10.64%203.50443%208.75201%203.12043%205.39201%203.50443C5.32801%203.50443%205.26401%203.48843%205.23201%203.45643C4.99201%203.23243%204.11201%202.40043%202.94401%201.29643C2.84801%201.20043%202.70401%201.21643%202.62401%201.32843C2.33601%201.79243%201.52001%203.39243%201.44001%204.46443C1.44001%204.48043%201.44001%204.49643%201.42401%204.52843C1.21601%204.96043%20-1.58399%2010.4644%201.29601%2012.6404L1.32801%2012.6724C1.48801%2012.7844%201.66401%2012.8964%201.85601%2012.9924C2.00001%2013.0724%202.16001%2013.1204%202.32001%2013.1684C2.56001%2013.2804%202.83201%2013.3764%203.10401%2013.4404V13.6004C3.10401%2013.6004%202.97601%2014.6564%204.08001%2014.7524C5.00801%2014.8324%205.07201%2014.1444%205.07201%2013.7124H10.864C10.864%2014.1604%2010.928%2014.8324%2011.856%2014.7524C12.96%2014.6564%2012.832%2013.6004%2012.832%2013.6004V13.4404C13.344%2013.3284%2013.856%2013.2004%2014.256%2013.0084H14.272C17.744%2011.4564%2014.96%205.50443%2014.72%205.02443ZM4.22401%2010.2884C2.75201%2010.2884%201.56801%209.08843%201.56801%207.63243C1.56801%206.16043%202.76801%204.97643%204.22401%204.97643C5.68001%204.97643%206.88001%206.14443%206.88001%207.61643C6.88001%209.08843%205.69601%2010.2884%204.22401%2010.2884ZM7.69601%2011.3124C7.40801%2011.3124%207.18401%2010.9284%207.18401%2010.4484C7.18401%209.96843%207.40801%209.58443%207.69601%209.58443C7.98401%209.58443%208.20801%209.96843%208.20801%2010.4484C8.20801%2010.9284%207.98401%2011.3124%207.69601%2011.3124ZM12.064%2010.4484C10.688%2010.4484%209.55201%209.32843%209.55201%207.93643C9.55201%206.54443%2010.688%205.44043%2012.064%205.44043C13.44%205.44043%2014.576%206.56043%2014.576%207.95243C14.576%209.34443%2013.456%2010.4484%2012.064%2010.4484Z'%20fill='%23105EF5'/%3e%3cpath%20d='M3.18359%207.11998C3.18359%207.34913%203.23754%207.56889%203.33355%207.73092C3.42957%207.89295%203.5598%207.98398%203.69559%207.98398C3.83138%207.98398%203.96161%207.89295%204.05763%207.73092C4.15365%207.56889%204.20759%207.34913%204.20759%207.11998C4.20759%206.89083%204.15365%206.67107%204.05763%206.50904C3.96161%206.34701%203.83138%206.25598%203.69559%206.25598C3.5598%206.25598%203.42957%206.34701%203.33355%206.50904C3.23754%206.67107%203.18359%206.89083%203.18359%207.11998ZM11.1196%207.43998C11.1196%207.55344%2011.1328%207.66579%2011.1586%207.77062C11.1843%207.87545%2011.222%207.97069%2011.2696%208.05092C11.3171%208.13115%2011.3735%208.19479%2011.4357%208.23821C11.4978%208.28163%2011.5644%208.30398%2011.6316%208.30398C11.6988%208.30398%2011.7654%208.28163%2011.8275%208.23821C11.8896%208.19479%2011.9461%208.13115%2011.9936%208.05092C12.0412%207.97069%2012.0789%207.87545%2012.1046%207.77062C12.1304%207.66579%2012.1436%207.55344%2012.1436%207.43998C12.1436%207.21083%2012.0897%206.99107%2011.9936%206.82904C11.8976%206.66701%2011.7674%206.57598%2011.6316%206.57598C11.4958%206.57598%2011.3656%206.66701%2011.2696%206.82904C11.1735%206.99107%2011.1196%207.21083%2011.1196%207.43998Z'%20fill='%23105EF5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_7523_405'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";
|
|
14643
14580
|
const _hoisted_1$v = { class: "flex items-center justify-center gap-[6px] px-[8px] cursor-pointer flex-none" };
|
|
14644
|
-
const _hoisted_2$
|
|
14581
|
+
const _hoisted_2$m = ["src"];
|
|
14645
14582
|
const _hoisted_3$j = ["src"];
|
|
14646
14583
|
const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
14647
14584
|
__name: "CollapseMenus",
|
|
@@ -14676,12 +14613,14 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
14676
14613
|
createElementVNode("div", null, [
|
|
14677
14614
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.collapseMenus, (item) => {
|
|
14678
14615
|
var _a;
|
|
14679
|
-
return openBlock(), createBlock(GLink,
|
|
14616
|
+
return openBlock(), createBlock(GLink, {
|
|
14680
14617
|
onMouseenter: ($event) => handleMouseEnter(item),
|
|
14681
14618
|
onMouseleave: handleMouseLeave,
|
|
14682
14619
|
key: item.label,
|
|
14683
|
-
class: ["w-[172px] p-[6px] flex items-center gap-[6px]", ((_a = activeItem.value) == null ? void 0 : _a.repoType) === item.repoType ? "bg-[var(--theme-overlay-hover-bg)]" : ""]
|
|
14684
|
-
|
|
14620
|
+
class: normalizeClass(["w-[172px] p-[6px] flex items-center gap-[6px]", ((_a = activeItem.value) == null ? void 0 : _a.repoType) === item.repoType ? "bg-[var(--theme-overlay-hover-bg)]" : ""]),
|
|
14621
|
+
href: __props.isRouterLink && item.to ? void 0 : item.url,
|
|
14622
|
+
to: __props.isRouterLink && item.to ? item.to : void 0
|
|
14623
|
+
}, {
|
|
14685
14624
|
default: withCtx(() => {
|
|
14686
14625
|
var _a2, _b, _c;
|
|
14687
14626
|
return [
|
|
@@ -14700,7 +14639,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
14700
14639
|
];
|
|
14701
14640
|
}),
|
|
14702
14641
|
_: 2
|
|
14703
|
-
},
|
|
14642
|
+
}, 1032, ["onMouseenter", "class", "href", "to"]);
|
|
14704
14643
|
}), 128))
|
|
14705
14644
|
])
|
|
14706
14645
|
]),
|
|
@@ -14710,7 +14649,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
14710
14649
|
class: "w-[16px] h-[16px] cursor-pointer",
|
|
14711
14650
|
src: unref(ICON_VECTOR),
|
|
14712
14651
|
alt: ""
|
|
14713
|
-
}, null, 8, _hoisted_2$
|
|
14652
|
+
}, null, 8, _hoisted_2$m),
|
|
14714
14653
|
createElementVNode("span", null, toDisplayString$1(unref(t2)("gitCodeLayout.aihub.community")), 1),
|
|
14715
14654
|
createVNode(GIcon, {
|
|
14716
14655
|
name: "gt-line-right2",
|
|
@@ -14744,19 +14683,31 @@ const _hoisted_1$u = {
|
|
|
14744
14683
|
key: 0,
|
|
14745
14684
|
class: "ai-home-mb-menu-wrap md:!hidden"
|
|
14746
14685
|
};
|
|
14747
|
-
const _hoisted_2$
|
|
14686
|
+
const _hoisted_2$l = ["src"];
|
|
14748
14687
|
const _hoisted_3$i = { class: "right-content cursor-pointer text-black dark:text-white text-[16px]" };
|
|
14749
14688
|
const _hoisted_4$f = { class: "pl-[10px]" };
|
|
14750
|
-
const _hoisted_5$
|
|
14751
|
-
const _hoisted_6$9 =
|
|
14689
|
+
const _hoisted_5$b = { class: "list-menu-ai-home p-[12px]" };
|
|
14690
|
+
const _hoisted_6$9 = {
|
|
14691
|
+
key: 0,
|
|
14692
|
+
class: "ai-menu-item"
|
|
14693
|
+
};
|
|
14694
|
+
const _hoisted_7$6 = ["src"];
|
|
14695
|
+
const _hoisted_8$5 = { class: "flex items-center gap-[10px] w-full py-[12px] dark:text-white text-black" };
|
|
14696
|
+
const _hoisted_9$4 = ["src"];
|
|
14697
|
+
const _hoisted_10$4 = ["src"];
|
|
14698
|
+
const _hoisted_11$4 = { class: "text-[16px]" };
|
|
14752
14699
|
const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
14753
14700
|
__name: "AiHubMenusMobile",
|
|
14754
|
-
props: ["activeMenu", "menuList", "isRouterLink", "scene"],
|
|
14701
|
+
props: ["activeMenu", "menuList", "isRouterLink", "scene", "collapseMenus"],
|
|
14755
14702
|
setup(__props) {
|
|
14756
14703
|
const changeIcon = ref(false);
|
|
14757
14704
|
const rotateIcon = computed(() => {
|
|
14758
14705
|
return changeIcon.value ? "gt-line-up" : "gt-line-down";
|
|
14759
14706
|
});
|
|
14707
|
+
const showExpand = ref(false);
|
|
14708
|
+
function handleExpand() {
|
|
14709
|
+
showExpand.value = !showExpand.value;
|
|
14710
|
+
}
|
|
14760
14711
|
return (_ctx, _cache) => {
|
|
14761
14712
|
return __props.activeMenu.menueKey ? (openBlock(), createElementBlock("section", _hoisted_1$u, [
|
|
14762
14713
|
__props.activeMenu.icon || __props.activeMenu.img ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
@@ -14764,7 +14715,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
14764
14715
|
key: 0,
|
|
14765
14716
|
src: __props.activeMenu.img,
|
|
14766
14717
|
class: "w-[16px]"
|
|
14767
|
-
}, null, 8, _hoisted_2$
|
|
14718
|
+
}, null, 8, _hoisted_2$l)) : (openBlock(), createBlock(GIcon, {
|
|
14768
14719
|
key: 1,
|
|
14769
14720
|
class: "gt-line-ok1",
|
|
14770
14721
|
name: __props.activeMenu.icon
|
|
@@ -14775,15 +14726,66 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
14775
14726
|
class: "bg-white dark:bg-gray-900"
|
|
14776
14727
|
}, {
|
|
14777
14728
|
menu: withCtx(() => [
|
|
14778
|
-
createElementVNode("ul", _hoisted_5$
|
|
14729
|
+
createElementVNode("ul", _hoisted_5$b, [
|
|
14779
14730
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.menuList, (item) => {
|
|
14780
14731
|
var _a;
|
|
14781
|
-
return openBlock(), createElementBlock(
|
|
14732
|
+
return openBlock(), createElementBlock(Fragment, {
|
|
14733
|
+
key: item.label
|
|
14734
|
+
}, [
|
|
14735
|
+
item.type !== "dropdownMenu" ? (openBlock(), createElementBlock("li", _hoisted_6$9, [
|
|
14736
|
+
createVNode(GLink, {
|
|
14737
|
+
class: "icon-title-wrap gap-[10px] w-full py-[12px] dark:text-white text-black",
|
|
14738
|
+
href: __props.isRouterLink && item.to ? void 0 : item.url,
|
|
14739
|
+
to: __props.isRouterLink && item.to ? item.to : void 0
|
|
14740
|
+
}, {
|
|
14741
|
+
default: withCtx(() => [
|
|
14742
|
+
item.img ? (openBlock(), createElementBlock("img", {
|
|
14743
|
+
key: 0,
|
|
14744
|
+
src: item.img,
|
|
14745
|
+
class: "w-[16px]"
|
|
14746
|
+
}, null, 8, _hoisted_7$6)) : (openBlock(), createBlock(GIcon, {
|
|
14747
|
+
key: 1,
|
|
14748
|
+
class: "menue-icon",
|
|
14749
|
+
name: item.icon
|
|
14750
|
+
}, null, 8, ["name"])),
|
|
14751
|
+
createElementVNode("span", null, toDisplayString$1(item.label), 1)
|
|
14752
|
+
]),
|
|
14753
|
+
_: 2
|
|
14754
|
+
}, 1032, ["href", "to"]),
|
|
14755
|
+
withDirectives(createVNode(GIcon, {
|
|
14756
|
+
name: "gt-line-ok1",
|
|
14757
|
+
class: "ml-[10px]"
|
|
14758
|
+
}, null, 512), [
|
|
14759
|
+
[vShow, ((_a = __props.activeMenu) == null ? void 0 : _a.url) === item.url]
|
|
14760
|
+
])
|
|
14761
|
+
])) : (openBlock(), createElementBlock("li", {
|
|
14762
|
+
key: 1,
|
|
14763
|
+
class: "ai-menu-item",
|
|
14764
|
+
onClick: withModifiers(handleExpand, ["stop"])
|
|
14765
|
+
}, [
|
|
14766
|
+
createElementVNode("div", _hoisted_8$5, [
|
|
14767
|
+
createElementVNode("img", {
|
|
14768
|
+
src: item.img,
|
|
14769
|
+
class: "w-[14px]"
|
|
14770
|
+
}, null, 8, _hoisted_9$4),
|
|
14771
|
+
createElementVNode("span", null, toDisplayString$1(item.label), 1)
|
|
14772
|
+
]),
|
|
14773
|
+
createVNode(GIcon, {
|
|
14774
|
+
name: "gt-line-down",
|
|
14775
|
+
class: "ml-[10px]",
|
|
14776
|
+
style: normalizeStyle({ transform: showExpand.value ? "rotate(180deg)" : "rotate(0deg)" })
|
|
14777
|
+
}, null, 8, ["style"])
|
|
14778
|
+
]))
|
|
14779
|
+
], 64);
|
|
14780
|
+
}), 128)),
|
|
14781
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.collapseMenus, (item) => {
|
|
14782
|
+
var _a;
|
|
14783
|
+
return withDirectives((openBlock(), createElementBlock("li", {
|
|
14782
14784
|
key: item.label,
|
|
14783
14785
|
class: "ai-menu-item"
|
|
14784
14786
|
}, [
|
|
14785
14787
|
createVNode(GLink, {
|
|
14786
|
-
class: "
|
|
14788
|
+
class: "flex items-center gap-[10px] w-full py-[12px] dark:text-white text-black",
|
|
14787
14789
|
href: __props.isRouterLink && item.to ? void 0 : item.url,
|
|
14788
14790
|
to: __props.isRouterLink && item.to ? item.to : void 0
|
|
14789
14791
|
}, {
|
|
@@ -14792,12 +14794,12 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
14792
14794
|
key: 0,
|
|
14793
14795
|
src: item.img,
|
|
14794
14796
|
class: "w-[16px]"
|
|
14795
|
-
}, null, 8,
|
|
14797
|
+
}, null, 8, _hoisted_10$4)) : (openBlock(), createBlock(GIcon, {
|
|
14796
14798
|
key: 1,
|
|
14797
14799
|
class: "menue-icon",
|
|
14798
14800
|
name: item.icon
|
|
14799
14801
|
}, null, 8, ["name"])),
|
|
14800
|
-
createElementVNode("span",
|
|
14802
|
+
createElementVNode("span", _hoisted_11$4, toDisplayString$1(item.label), 1)
|
|
14801
14803
|
]),
|
|
14802
14804
|
_: 2
|
|
14803
14805
|
}, 1032, ["href", "to"]),
|
|
@@ -14807,6 +14809,8 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
14807
14809
|
}, null, 512), [
|
|
14808
14810
|
[vShow, ((_a = __props.activeMenu) == null ? void 0 : _a.url) === item.url]
|
|
14809
14811
|
])
|
|
14812
|
+
])), [
|
|
14813
|
+
[vShow, showExpand.value]
|
|
14810
14814
|
]);
|
|
14811
14815
|
}), 128))
|
|
14812
14816
|
])
|
|
@@ -14831,13 +14835,13 @@ const TianQiLogo = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewB
|
|
|
14831
14835
|
const PLANE_PAPER = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20t='1756973138034'%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='46941'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='200'%20height='200'%3e%3cpath%20d='M204.8%20640V166.4a38.4%2038.4%200%200%201%2038.4-38.4h614.4a38.4%2038.4%200%200%201%2038.4%2038.4v614.4a115.2%20115.2%200%200%201-115.2%20115.2H243.2A115.2%20115.2%200%200%201%20128%20780.8V704h614.4v76.8a38.4%2038.4%200%200%200%2076.8%200V640H204.8z'%20fill='%2399A1AF'%20opacity='.5'%20p-id='46942'%3e%3c/path%3e%3cpath%20d='M320%20256m32%200l256%200q32%200%2032%2032l0%200q0%2032-32%2032l-256%200q-32%200-32-32l0%200q0-32%2032-32Z'%20fill='%2399A1AF'%20p-id='46943'%3e%3c/path%3e%3cpath%20d='M320%20384m32%200l320%200q32%200%2032%2032l0%200q0%2032-32%2032l-320%200q-32%200-32-32l0%200q0-32%2032-32Z'%20fill='%2399A1AF'%20p-id='46944'%3e%3c/path%3e%3c/svg%3e";
|
|
14832
14836
|
const PLANE_PAPER_BLUE = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20opacity='0.5'%20d='M3.2%2010V2.6C3.2%202.44087%203.26321%202.28826%203.37574%202.17574C3.48826%202.06321%203.64087%202%203.8%202H13.4C13.5591%202%2013.7117%202.06321%2013.8243%202.17574C13.9368%202.28826%2014%202.44087%2014%202.6V12.2C14%2012.6774%2013.8104%2013.1352%2013.4728%2013.4728C13.1352%2013.8104%2012.6774%2014%2012.2%2014H3.8C3.32261%2014%202.86477%2013.8104%202.52721%2013.4728C2.18964%2013.1352%202%2012.6774%202%2012.2V11H11.6V12.2C11.6%2012.3591%2011.6632%2012.5117%2011.7757%2012.6243C11.8883%2012.7368%2012.0409%2012.8%2012.2%2012.8C12.3591%2012.8%2012.5117%2012.7368%2012.6243%2012.6243C12.7368%2012.5117%2012.8%2012.3591%2012.8%2012.2V10H3.2Z'%20fill='%232B7FFF'/%3e%3crect%20x='5'%20y='4'%20width='5'%20height='1'%20rx='0.5'%20fill='%232B7FFF'/%3e%3crect%20x='5'%20y='6'%20width='6'%20height='1'%20rx='0.5'%20fill='%232B7FFF'/%3e%3c/svg%3e";
|
|
14833
14837
|
const _hoisted_1$t = ["src"];
|
|
14834
|
-
const _hoisted_2$
|
|
14838
|
+
const _hoisted_2$k = { class: "ai-hub-menus-item_label" };
|
|
14835
14839
|
const _hoisted_3$h = {
|
|
14836
14840
|
key: 0,
|
|
14837
14841
|
class: "w-[2px] h-[20px] bg-[#F3F4F6]"
|
|
14838
14842
|
};
|
|
14839
14843
|
const _hoisted_4$e = { class: "flex items-center gap-[8px] font-semibold" };
|
|
14840
|
-
const _hoisted_5$
|
|
14844
|
+
const _hoisted_5$a = { class: "w-[32px] h-[32px] flex items-center justify-center" };
|
|
14841
14845
|
const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
14842
14846
|
__name: "AiHubMenus",
|
|
14843
14847
|
props: ["scene"],
|
|
@@ -14910,10 +14914,13 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
14910
14914
|
// repoType: 'paper',
|
|
14911
14915
|
// hoverClass:'hover:!text-blue-700'
|
|
14912
14916
|
// },
|
|
14913
|
-
|
|
14914
|
-
|
|
14915
|
-
|
|
14916
|
-
|
|
14917
|
+
{
|
|
14918
|
+
type: "dropdownMenu",
|
|
14919
|
+
// 代表下拉菜单
|
|
14920
|
+
repoType: "community",
|
|
14921
|
+
img: ICON_VECTOR,
|
|
14922
|
+
label: t2("gitCodeLayout.aihub.community")
|
|
14923
|
+
},
|
|
14917
14924
|
// {
|
|
14918
14925
|
// label: t('gitCodeLayout.aihub.competition'),
|
|
14919
14926
|
// icon: 'gt-a-plane-GrowthCenter2',
|
|
@@ -14941,7 +14948,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
14941
14948
|
if (item.repoType === "tianqi" && !["xl", "xxl"].includes(widthType.value)) {
|
|
14942
14949
|
return false;
|
|
14943
14950
|
}
|
|
14944
|
-
if (item.repoType === "community" && !["md", "xl", "xxl"].includes(widthType.value)) {
|
|
14951
|
+
if (item.repoType === "community" && !["sm", "md", "xl", "xxl"].includes(widthType.value)) {
|
|
14945
14952
|
return false;
|
|
14946
14953
|
}
|
|
14947
14954
|
return true;
|
|
@@ -14977,6 +14984,16 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
14977
14984
|
menueKey: RouteNameEnum.AI_PAPERS,
|
|
14978
14985
|
repoType: "paper",
|
|
14979
14986
|
hoverClass: "hover:!text-[#2B7FFF]"
|
|
14987
|
+
},
|
|
14988
|
+
{
|
|
14989
|
+
label: t2("gitCodeLayout.aihub.modelGuide"),
|
|
14990
|
+
icon: "gt-plane-guidebook",
|
|
14991
|
+
activeIcon: "gt-a-plane-guidebook-green",
|
|
14992
|
+
to: "",
|
|
14993
|
+
url: `https://ai.gitcode.com/docs/docs/learn/`,
|
|
14994
|
+
menueKey: "modelGuide",
|
|
14995
|
+
repoType: "modelGuide",
|
|
14996
|
+
hoverClass: "hover:!text-[#00BC7D]"
|
|
14980
14997
|
}
|
|
14981
14998
|
];
|
|
14982
14999
|
});
|
|
@@ -15031,7 +15048,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
15031
15048
|
size: "16px",
|
|
15032
15049
|
name: getActiveIcon(menu)
|
|
15033
15050
|
}, null, 8, ["name"])),
|
|
15034
|
-
createElementVNode("span", _hoisted_2$
|
|
15051
|
+
createElementVNode("span", _hoisted_2$k, toDisplayString$1(menu.label), 1)
|
|
15035
15052
|
]),
|
|
15036
15053
|
_: 2
|
|
15037
15054
|
}, 1032, ["href", "to", "onMouseenter", "class"])) : (openBlock(), createBlock(_sfc_main$B, {
|
|
@@ -15047,10 +15064,11 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
15047
15064
|
key: 0,
|
|
15048
15065
|
activeMenu: activeMenu.value,
|
|
15049
15066
|
menuList: menus.value,
|
|
15067
|
+
collapseMenus: collapseMenus.value,
|
|
15050
15068
|
isRouterLink: isRouterLink.value,
|
|
15051
15069
|
scene: __props.scene,
|
|
15052
15070
|
class: "md:hidden"
|
|
15053
|
-
}, null, 8, ["activeMenu", "menuList", "isRouterLink", "scene"])) : createCommentVNode("", true),
|
|
15071
|
+
}, null, 8, ["activeMenu", "menuList", "collapseMenus", "isRouterLink", "scene"])) : createCommentVNode("", true),
|
|
15054
15072
|
activeMenu.value.menueKey && !isRouterLink.value ? (openBlock(), createBlock(GLink, {
|
|
15055
15073
|
key: 1,
|
|
15056
15074
|
class: "flex items-center gap-[12px] md:!hidden",
|
|
@@ -15064,7 +15082,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
15064
15082
|
}, null, 8, ["name"]),
|
|
15065
15083
|
createTextVNode(" " + toDisplayString$1(activeMenu.value.label), 1)
|
|
15066
15084
|
]),
|
|
15067
|
-
createElementVNode("div", _hoisted_5$
|
|
15085
|
+
createElementVNode("div", _hoisted_5$a, [
|
|
15068
15086
|
createVNode(GIcon, {
|
|
15069
15087
|
size: "18px",
|
|
15070
15088
|
name: "gt-line-down",
|
|
@@ -15907,13 +15925,13 @@ const _hoisted_1$r = {
|
|
|
15907
15925
|
key: 0,
|
|
15908
15926
|
class: "aihub-layout-toolbar justify-between flex-1"
|
|
15909
15927
|
};
|
|
15910
|
-
const _hoisted_2$
|
|
15928
|
+
const _hoisted_2$j = {
|
|
15911
15929
|
key: 1,
|
|
15912
15930
|
class: "org-layout-toolbar"
|
|
15913
15931
|
};
|
|
15914
15932
|
const _hoisted_3$g = { class: "org-layout-toolbar-title flex-1 ellipsis-two-line" };
|
|
15915
15933
|
const _hoisted_4$d = { class: "text-xs" };
|
|
15916
|
-
const _hoisted_5$
|
|
15934
|
+
const _hoisted_5$9 = { class: "flex items-center w-full g-repo-breadcrumb-custom" };
|
|
15917
15935
|
const _hoisted_6$8 = {
|
|
15918
15936
|
key: 1,
|
|
15919
15937
|
class: "flex items-center min-w-[30px]"
|
|
@@ -16089,7 +16107,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
16089
16107
|
return inAIHub.value && !_ctx.errorCode ? (openBlock(), createElementBlock("div", _hoisted_1$r, [
|
|
16090
16108
|
renderSlot(_ctx.$slots, "aiSearch", {}, void 0, true),
|
|
16091
16109
|
createVNode(AiHubMenus, { scene: _ctx.scene }, null, 8, ["scene"])
|
|
16092
|
-
])) : _ctx.scene === unref(SceneValue).org && !_ctx.errorCode ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
16110
|
+
])) : _ctx.scene === unref(SceneValue).org && !_ctx.errorCode ? (openBlock(), createElementBlock("div", _hoisted_2$j, [
|
|
16093
16111
|
createVNode(GLink, {
|
|
16094
16112
|
to: { name: "homepage" },
|
|
16095
16113
|
class: "flex flex-1 items-center gap-[8px]"
|
|
@@ -16142,7 +16160,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
16142
16160
|
default: withCtx(() => {
|
|
16143
16161
|
var _a2, _b2, _c, _d, _e, _f, _g;
|
|
16144
16162
|
return [
|
|
16145
|
-
createElementVNode("h2", _hoisted_5$
|
|
16163
|
+
createElementVNode("h2", _hoisted_5$9, [
|
|
16146
16164
|
createVNode(GLink, {
|
|
16147
16165
|
href: (_a2 = unref(breadcrumb)[0]) == null ? void 0 : _a2.path,
|
|
16148
16166
|
class: "pr-[12px]"
|
|
@@ -16224,9 +16242,9 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
16224
16242
|
type: "gstar",
|
|
16225
16243
|
message: `G-Star ${unref(t2)("gitCodeLayout.GStar.project.graduation")}`
|
|
16226
16244
|
}, {
|
|
16227
|
-
default: withCtx(() =>
|
|
16228
|
-
createTextVNode("G-Star "
|
|
16229
|
-
])
|
|
16245
|
+
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
16246
|
+
createTextVNode("G-Star ")
|
|
16247
|
+
])),
|
|
16230
16248
|
_: 1
|
|
16231
16249
|
}, 8, ["message"])
|
|
16232
16250
|
])) : unref(isIncubationRepo)(unref(repoInfo).topic_names) ? (openBlock(), createElementBlock("div", _hoisted_14$1, [
|
|
@@ -16236,9 +16254,9 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
16236
16254
|
type: "incubation",
|
|
16237
16255
|
message: `G-Star ${unref(t2)("gitCodeLayout.GStar.project.incubation")}`
|
|
16238
16256
|
}, {
|
|
16239
|
-
default: withCtx(() =>
|
|
16240
|
-
createTextVNode(" G-Star "
|
|
16241
|
-
])
|
|
16257
|
+
default: withCtx(() => _cache[3] || (_cache[3] = [
|
|
16258
|
+
createTextVNode(" G-Star ")
|
|
16259
|
+
])),
|
|
16242
16260
|
_: 1
|
|
16243
16261
|
}, 8, ["message"])
|
|
16244
16262
|
])) : createCommentVNode("", true),
|
|
@@ -16595,8 +16613,9 @@ const _sfc_main$u = /* @__PURE__ */ Object.assign({
|
|
|
16595
16613
|
(openBlock(true), createElementBlock(Fragment, null, renderList(linkList.value, (item) => {
|
|
16596
16614
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
16597
16615
|
item.show !== false ? (openBlock(), createBlock(OptionLink, mergeProps({
|
|
16598
|
-
key: item.label
|
|
16599
|
-
|
|
16616
|
+
key: item.label,
|
|
16617
|
+
ref_for: true
|
|
16618
|
+
}, item, {
|
|
16600
16619
|
onClick: ($event) => handleClick(item)
|
|
16601
16620
|
}), {
|
|
16602
16621
|
default: withCtx(() => [
|
|
@@ -16721,10 +16740,10 @@ const _hoisted_1$o = {
|
|
|
16721
16740
|
key: 0,
|
|
16722
16741
|
class: "user-level-avatar-badge"
|
|
16723
16742
|
};
|
|
16724
|
-
const _hoisted_2$
|
|
16743
|
+
const _hoisted_2$i = { class: "flex items-center font-medium gap-[4px]" };
|
|
16725
16744
|
const _hoisted_3$f = ["src"];
|
|
16726
16745
|
const _hoisted_4$c = { class: "level-name" };
|
|
16727
|
-
const _hoisted_5$
|
|
16746
|
+
const _hoisted_5$8 = { class: "level-icon" };
|
|
16728
16747
|
const _hoisted_6$7 = ["src"];
|
|
16729
16748
|
const _hoisted_7$4 = { class: "custom-btn" };
|
|
16730
16749
|
const _hoisted_8$3 = { class: "flex items-center justify-center" };
|
|
@@ -16781,7 +16800,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
16781
16800
|
onClick: handleUpgrade
|
|
16782
16801
|
}, [
|
|
16783
16802
|
__props.accountInfo.need_tips ? (openBlock(), createElementBlock("div", _hoisted_1$o)) : createCommentVNode("", true),
|
|
16784
|
-
createElementVNode("div", _hoisted_2$
|
|
16803
|
+
createElementVNode("div", _hoisted_2$i, [
|
|
16785
16804
|
createElementVNode("img", {
|
|
16786
16805
|
class: "level-avatar",
|
|
16787
16806
|
src: levelInfo.value.avatar,
|
|
@@ -16789,7 +16808,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
16789
16808
|
}, null, 8, _hoisted_3$f),
|
|
16790
16809
|
createElementVNode("div", _hoisted_4$c, [
|
|
16791
16810
|
createElementVNode("div", null, toDisplayString$1(levelInfo.value.name), 1),
|
|
16792
|
-
createElementVNode("div", _hoisted_5$
|
|
16811
|
+
createElementVNode("div", _hoisted_5$8, [
|
|
16793
16812
|
createElementVNode("img", {
|
|
16794
16813
|
src: levelInfo.value.level,
|
|
16795
16814
|
alt: ""
|
|
@@ -16806,7 +16825,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
16806
16825
|
});
|
|
16807
16826
|
const UserLevel = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-vue-layout-gitcode"]]);
|
|
16808
16827
|
const _hoisted_1$n = { class: "g-user-drawer-info-list pl-[16px]" };
|
|
16809
|
-
const _hoisted_2$
|
|
16828
|
+
const _hoisted_2$h = { class: "max-w-[200px]" };
|
|
16810
16829
|
const _hoisted_3$e = ["title"];
|
|
16811
16830
|
const _hoisted_4$b = ["title"];
|
|
16812
16831
|
const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
@@ -16974,7 +16993,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
16974
16993
|
height: 52
|
|
16975
16994
|
}, null, 8, ["name", "src"]),
|
|
16976
16995
|
createElementVNode("div", _hoisted_1$n, [
|
|
16977
|
-
createElementVNode("div", _hoisted_2$
|
|
16996
|
+
createElementVNode("div", _hoisted_2$h, [
|
|
16978
16997
|
createElementVNode("p", {
|
|
16979
16998
|
class: "g-user-drawer-info-list-name ellipsis",
|
|
16980
16999
|
title: __props.accountInfo.nickname
|
|
@@ -17005,8 +17024,9 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
17005
17024
|
key: block.id
|
|
17006
17025
|
})) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList(block, (item) => {
|
|
17007
17026
|
return openBlock(), createBlock(OptionLink, mergeProps({
|
|
17008
|
-
key: item.id
|
|
17009
|
-
|
|
17027
|
+
key: item.id,
|
|
17028
|
+
ref_for: true
|
|
17029
|
+
}, item, {
|
|
17010
17030
|
onClick: ($event) => handleClick(item),
|
|
17011
17031
|
target: __props.isChatBot && !item.action ? "_blank" : item.target || ""
|
|
17012
17032
|
}), {
|
|
@@ -17029,7 +17049,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
17029
17049
|
});
|
|
17030
17050
|
const UserAvatarMenu = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-vue-layout-gitcode"]]);
|
|
17031
17051
|
const _hoisted_1$m = { class: "g-user-avatar flex-center ml-1" };
|
|
17032
|
-
const _hoisted_2$
|
|
17052
|
+
const _hoisted_2$g = {
|
|
17033
17053
|
key: 0,
|
|
17034
17054
|
class: "g-user-avatar__badge"
|
|
17035
17055
|
};
|
|
@@ -17038,7 +17058,7 @@ const _hoisted_4$a = {
|
|
|
17038
17058
|
key: 0,
|
|
17039
17059
|
class: "g-user-avatar__badge"
|
|
17040
17060
|
};
|
|
17041
|
-
const _hoisted_5$
|
|
17061
|
+
const _hoisted_5$7 = { class: "g-user-drawer" };
|
|
17042
17062
|
const _hoisted_6$6 = { class: "p-[16px] pt-[8px] pb-0 flex justify-end items-center h-[48px]" };
|
|
17043
17063
|
const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
17044
17064
|
...{
|
|
@@ -17128,9 +17148,9 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
17128
17148
|
name: accountInfo.value.nickname,
|
|
17129
17149
|
src: accountInfo.value.avatar
|
|
17130
17150
|
}, null, 8, ["name", "src"]),
|
|
17131
|
-
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
17151
|
+
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_2$g, _cache[4] || (_cache[4] = [
|
|
17132
17152
|
createElementVNode("div", null, null, -1)
|
|
17133
|
-
])
|
|
17153
|
+
]))) : createCommentVNode("", true)
|
|
17134
17154
|
])
|
|
17135
17155
|
])) : (openBlock(), createBlock(unref(Dropdown), {
|
|
17136
17156
|
key: 1,
|
|
@@ -17141,7 +17161,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
17141
17161
|
onToggle: handleToggle
|
|
17142
17162
|
}, {
|
|
17143
17163
|
menu: withCtx(() => [
|
|
17144
|
-
createElementVNode("div", _hoisted_5$
|
|
17164
|
+
createElementVNode("div", _hoisted_5$7, [
|
|
17145
17165
|
createVNode(UserAvatarMenu, {
|
|
17146
17166
|
independence: __props.independence,
|
|
17147
17167
|
loginOutFinish: __props.loginOutFinish,
|
|
@@ -17158,9 +17178,9 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
17158
17178
|
name: accountInfo.value.nickname,
|
|
17159
17179
|
src: accountInfo.value.avatar
|
|
17160
17180
|
}, null, 8, ["name", "src"]),
|
|
17161
|
-
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_4$a,
|
|
17181
|
+
accountInfo.value.need_tips && !haveVisited.value ? (openBlock(), createElementBlock("div", _hoisted_4$a, _cache[5] || (_cache[5] = [
|
|
17162
17182
|
createElementVNode("div", null, null, -1)
|
|
17163
|
-
])
|
|
17183
|
+
]))) : createCommentVNode("", true)
|
|
17164
17184
|
])
|
|
17165
17185
|
]),
|
|
17166
17186
|
_: 1
|
|
@@ -17288,10 +17308,10 @@ const setlocalVistHistory = (data, localType) => {
|
|
|
17288
17308
|
return cur;
|
|
17289
17309
|
};
|
|
17290
17310
|
const _hoisted_1$l = { class: "g-header-search-prefix" };
|
|
17291
|
-
const _hoisted_2$
|
|
17311
|
+
const _hoisted_2$f = ["innerHTML"];
|
|
17292
17312
|
const _hoisted_3$c = { class: "g-header-search-suffix-splitline" };
|
|
17293
17313
|
const _hoisted_4$9 = { class: "g-header-search-suffix-suffixIcon" };
|
|
17294
|
-
const _hoisted_5$
|
|
17314
|
+
const _hoisted_5$6 = { class: "history-list" };
|
|
17295
17315
|
const _hoisted_6$5 = {
|
|
17296
17316
|
key: 1,
|
|
17297
17317
|
class: "aireposearch flex-1"
|
|
@@ -17307,13 +17327,13 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
17307
17327
|
var _a;
|
|
17308
17328
|
const layoutConfig2 = useLayoutConfig();
|
|
17309
17329
|
const { t: $t } = i18n.global;
|
|
17310
|
-
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-
|
|
17311
|
-
const UserSearch = defineAsyncComponent(() => import("./UserSearch-
|
|
17312
|
-
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-
|
|
17313
|
-
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-
|
|
17314
|
-
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-
|
|
17315
|
-
const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-
|
|
17316
|
-
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-
|
|
17330
|
+
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-D4wUeMY7.js"));
|
|
17331
|
+
const UserSearch = defineAsyncComponent(() => import("./UserSearch-BrGzdK3x.js"));
|
|
17332
|
+
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-TPk33WpX.js"));
|
|
17333
|
+
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-1vuM608V.js"));
|
|
17334
|
+
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-BX2Rfsyo.js"));
|
|
17335
|
+
const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-BqiLxHum.js"));
|
|
17336
|
+
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-Du_a3DCw.js"));
|
|
17317
17337
|
const props = __props;
|
|
17318
17338
|
const repoInfo = inject("repoInfo");
|
|
17319
17339
|
const orgInfo = inject("orgInfo");
|
|
@@ -17792,7 +17812,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
17792
17812
|
}, {
|
|
17793
17813
|
menu: withCtx(() => [
|
|
17794
17814
|
createElementVNode("div", null, [
|
|
17795
|
-
withDirectives(createElementVNode("div", _hoisted_5$
|
|
17815
|
+
withDirectives(createElementVNode("div", _hoisted_5$6, [
|
|
17796
17816
|
createVNode(unref(SearchScopeList), {
|
|
17797
17817
|
searchScopeList: searchScopeList.value,
|
|
17798
17818
|
searchStr: searchStr.value,
|
|
@@ -17809,11 +17829,13 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
17809
17829
|
searchStr: searchStr.value,
|
|
17810
17830
|
searchInfo: localSearchInfo.value
|
|
17811
17831
|
}, null, 8, ["searchStr", "searchInfo"])) : createCommentVNode("", true),
|
|
17812
|
-
!localSearchInfo.value.searchScope ? (
|
|
17813
|
-
|
|
17814
|
-
|
|
17815
|
-
|
|
17816
|
-
|
|
17832
|
+
!localSearchInfo.value.searchScope ? renderSlot(_ctx.$slots, "globalSearch", normalizeProps(mergeProps({ key: 2 }, { searchStr: searchStr.value, searchMore: (type) => handleSearchMore(type) })), () => [
|
|
17833
|
+
!localSearchInfo.value.searchScope ? (openBlock(), createBlock(unref(GloabarSearch), {
|
|
17834
|
+
key: 0,
|
|
17835
|
+
searchStr: searchStr.value,
|
|
17836
|
+
onSearchMore: _cache[5] || (_cache[5] = (type) => handleSearchMore(type))
|
|
17837
|
+
}, null, 8, ["searchStr"])) : createCommentVNode("", true)
|
|
17838
|
+
], true) : createCommentVNode("", true)
|
|
17817
17839
|
], 512), [
|
|
17818
17840
|
[vShow, searchStr.value]
|
|
17819
17841
|
]),
|
|
@@ -17831,7 +17853,9 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
17831
17853
|
}, null, 8, ["searchHistoryList", "visitHistoryList", "activeIndex"]), [
|
|
17832
17854
|
[vShow, !searchStr.value]
|
|
17833
17855
|
]),
|
|
17834
|
-
!searchStr.value && showRecommend.value ? (
|
|
17856
|
+
!searchStr.value && showRecommend.value ? renderSlot(_ctx.$slots, "searchRecommend", { key: 0 }, () => [
|
|
17857
|
+
createVNode(unref(SearchRecommed))
|
|
17858
|
+
], true) : createCommentVNode("", true)
|
|
17835
17859
|
])
|
|
17836
17860
|
]),
|
|
17837
17861
|
default: withCtx(() => [
|
|
@@ -17881,7 +17905,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
17881
17905
|
class: "quick-tips",
|
|
17882
17906
|
innerHTML: unref(quickTips),
|
|
17883
17907
|
onClick: onInputClick
|
|
17884
|
-
}, null, 8, _hoisted_2$
|
|
17908
|
+
}, null, 8, _hoisted_2$f)), [
|
|
17885
17909
|
[vShow, placeholderVisible.value]
|
|
17886
17910
|
]),
|
|
17887
17911
|
withDirectives(createVNode(unref(SearchPrefixTag), {
|
|
@@ -17932,7 +17956,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
17932
17956
|
_: 1
|
|
17933
17957
|
})
|
|
17934
17958
|
]),
|
|
17935
|
-
_:
|
|
17959
|
+
_: 3
|
|
17936
17960
|
}, 8, ["overlay-class", "visible"])
|
|
17937
17961
|
], 2)) : createCommentVNode("", true),
|
|
17938
17962
|
_ctx.inAIHub ? (openBlock(), createElementBlock("div", _hoisted_6$5, [
|
|
@@ -17963,7 +17987,7 @@ const autoAvokeLogin = ({ isLogin, loginFunc, openHarmonyGuide, loginSuccess, lo
|
|
|
17963
17987
|
loginFunc({ type: "login", triggerType: "", loginTriggerSource: "router_login_auth", ...loginFuncOpts }, loginSuccess, openHarmonyGuide);
|
|
17964
17988
|
}
|
|
17965
17989
|
};
|
|
17966
|
-
const NoticeModal = defineAsyncComponent(() => import("./notice-
|
|
17990
|
+
const NoticeModal = defineAsyncComponent(() => import("./notice-BGQGX-8m.js"));
|
|
17967
17991
|
function clearNotice() {
|
|
17968
17992
|
if (localStorage$2.getItem("validator_email")) {
|
|
17969
17993
|
localStorage$2.removeItem("validator_email");
|
|
@@ -17991,7 +18015,7 @@ function useNotification() {
|
|
|
17991
18015
|
};
|
|
17992
18016
|
}
|
|
17993
18017
|
const _hoisted_1$k = { class: "g-toolbar-left items-center allow-click-stop flex-[1] min-w-0" };
|
|
17994
|
-
const _hoisted_2$
|
|
18018
|
+
const _hoisted_2$e = { key: 0 };
|
|
17995
18019
|
const _hoisted_3$b = {
|
|
17996
18020
|
key: 1,
|
|
17997
18021
|
class: "search-avatar flex-1 flex items-center justify-center"
|
|
@@ -18000,7 +18024,7 @@ const _hoisted_4$8 = {
|
|
|
18000
18024
|
key: 1,
|
|
18001
18025
|
class: "g-header-body"
|
|
18002
18026
|
};
|
|
18003
|
-
const _hoisted_5$
|
|
18027
|
+
const _hoisted_5$5 = { class: "g-header-body-left h-full" };
|
|
18004
18028
|
const _hoisted_6$4 = { class: "g-header-body-right h-full" };
|
|
18005
18029
|
const _hoisted_7$3 = { key: 2 };
|
|
18006
18030
|
const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
@@ -18370,7 +18394,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
18370
18394
|
}, 8, ["scene", "isLogin", "errorCode", "orgProps", "repoProps", "userProps"])) : createCommentVNode("", true)
|
|
18371
18395
|
], 2)) : createCommentVNode("", true)
|
|
18372
18396
|
]),
|
|
18373
|
-
_ctx.$slots.headerMiddleRight ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
18397
|
+
_ctx.$slots.headerMiddleRight ? (openBlock(), createElementBlock("div", _hoisted_2$e, [
|
|
18374
18398
|
renderSlot(_ctx.$slots, "headerMiddleRight", {}, void 0, true)
|
|
18375
18399
|
])) : createCommentVNode("", true),
|
|
18376
18400
|
!inAIHub.value ? (openBlock(), createElementBlock("div", _hoisted_3$b, [
|
|
@@ -18380,7 +18404,15 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
18380
18404
|
key: _ctx.$route.fullPath,
|
|
18381
18405
|
sceneValue: _ctx.sceneValue,
|
|
18382
18406
|
isShowStickyNotice: isShowStickyNoticeByClose.value
|
|
18383
|
-
},
|
|
18407
|
+
}, {
|
|
18408
|
+
searchRecommend: withCtx(() => [
|
|
18409
|
+
renderSlot(_ctx.$slots, "searchRecommend", {}, void 0, true)
|
|
18410
|
+
]),
|
|
18411
|
+
globalSearch: withCtx(({ searchStr, searchMore }) => [
|
|
18412
|
+
renderSlot(_ctx.$slots, "globalSearch", normalizeProps(guardReactiveProps({ searchStr, searchMore })), void 0, true)
|
|
18413
|
+
]),
|
|
18414
|
+
_: 3
|
|
18415
|
+
}, 8, ["inAIHub", "sceneValue", "isShowStickyNotice"]))
|
|
18384
18416
|
], true) : createCommentVNode("", true)
|
|
18385
18417
|
])) : createCommentVNode("", true),
|
|
18386
18418
|
createElementVNode("div", {
|
|
@@ -18441,7 +18473,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
18441
18473
|
]),
|
|
18442
18474
|
_ctx.$slots.info || _ctx.$slots.menu || _ctx.$slots.bodyHeader ? (openBlock(), createElementBlock("div", _hoisted_4$8, [
|
|
18443
18475
|
renderSlot(_ctx.$slots, "bodyHeader", {}, () => [
|
|
18444
|
-
createElementVNode("div", _hoisted_5$
|
|
18476
|
+
createElementVNode("div", _hoisted_5$5, [
|
|
18445
18477
|
renderSlot(_ctx.$slots, "info", {}, void 0, true)
|
|
18446
18478
|
]),
|
|
18447
18479
|
createElementVNode("div", _hoisted_6$4, [
|
|
@@ -18625,6 +18657,7 @@ var SearchType = /* @__PURE__ */ ((SearchType2) => {
|
|
|
18625
18657
|
return SearchType2;
|
|
18626
18658
|
})(SearchType || {});
|
|
18627
18659
|
const _hoisted_1$j = { class: "area" };
|
|
18660
|
+
const _hoisted_2$d = { class: "w-[208px] max-h-[240px]" };
|
|
18628
18661
|
const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
18629
18662
|
__name: "Area",
|
|
18630
18663
|
props: {
|
|
@@ -18637,13 +18670,16 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
18637
18670
|
const layoutConfig2 = useLayoutConfig();
|
|
18638
18671
|
const { t: t2 } = i18n.global;
|
|
18639
18672
|
const route = useRoute();
|
|
18640
|
-
const MenuItem = defineAsyncComponent(() => import("./MenuItem-
|
|
18641
|
-
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-
|
|
18642
|
-
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-
|
|
18673
|
+
const MenuItem = defineAsyncComponent(() => import("./MenuItem-CI802SWI.js"));
|
|
18674
|
+
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-DE2uRBo1.js"));
|
|
18675
|
+
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-CdkqfFVX.js"));
|
|
18643
18676
|
const props = __props;
|
|
18677
|
+
console.log("slotKeys", props.slotKeys);
|
|
18678
|
+
console.log("props", props);
|
|
18644
18679
|
const useReport2 = inject("useReport");
|
|
18645
18680
|
const userInfo = inject("userInfo");
|
|
18646
18681
|
const request = inject("request");
|
|
18682
|
+
const asideSetShowLittle = inject("asideSetShowLittle");
|
|
18647
18683
|
const API = asideRequest(request);
|
|
18648
18684
|
const subShow = ref({
|
|
18649
18685
|
project: true,
|
|
@@ -18694,10 +18730,10 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
18694
18730
|
return getMenuItemProps(item);
|
|
18695
18731
|
};
|
|
18696
18732
|
const renderComponent = (item) => {
|
|
18697
|
-
if (isProject(item)) {
|
|
18733
|
+
if (isProject(item) && !asideSetShowLittle) {
|
|
18698
18734
|
return ProjectMenuListV2;
|
|
18699
18735
|
}
|
|
18700
|
-
if (isOrganization(item)) {
|
|
18736
|
+
if (isOrganization(item) && !asideSetShowLittle) {
|
|
18701
18737
|
return ProjectMenuList;
|
|
18702
18738
|
}
|
|
18703
18739
|
return MenuItem;
|
|
@@ -18716,6 +18752,22 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
18716
18752
|
return item.select_scene.includes(props.sceneValue);
|
|
18717
18753
|
});
|
|
18718
18754
|
});
|
|
18755
|
+
const searchKeys = ["project", "team"];
|
|
18756
|
+
const layoutSlotKeys = computed(() => {
|
|
18757
|
+
return props.slotKeys.filter((key) => searchKeys.includes(key));
|
|
18758
|
+
});
|
|
18759
|
+
const mainSiteSlotKeys = computed(() => {
|
|
18760
|
+
return props.slotKeys.filter((key) => !searchKeys.includes(key));
|
|
18761
|
+
});
|
|
18762
|
+
const LayoutSlotComponent = (item) => {
|
|
18763
|
+
if (item === "project") {
|
|
18764
|
+
return ProjectMenuListV2;
|
|
18765
|
+
}
|
|
18766
|
+
if (item === "team") {
|
|
18767
|
+
return ProjectMenuList;
|
|
18768
|
+
}
|
|
18769
|
+
return null;
|
|
18770
|
+
};
|
|
18719
18771
|
const defaultProject = ref({ loading: true });
|
|
18720
18772
|
const defaultOrg = ref({});
|
|
18721
18773
|
const getOrgProject = async () => {
|
|
@@ -18790,15 +18842,39 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
18790
18842
|
key: item.id,
|
|
18791
18843
|
isLogin: _ctx.isLogin,
|
|
18792
18844
|
item,
|
|
18793
|
-
slotKeys: _ctx.slotKeys
|
|
18794
|
-
|
|
18795
|
-
|
|
18845
|
+
slotKeys: _ctx.slotKeys,
|
|
18846
|
+
ref_for: true
|
|
18847
|
+
}, getProps(item)), createSlots({ _: 2 }, [
|
|
18848
|
+
renderList(mainSiteSlotKeys.value, (key) => {
|
|
18796
18849
|
return {
|
|
18797
18850
|
name: key,
|
|
18798
18851
|
fn: withCtx(() => [
|
|
18799
18852
|
renderSlot(_ctx.$slots, key, {}, void 0, true)
|
|
18800
18853
|
])
|
|
18801
18854
|
};
|
|
18855
|
+
}),
|
|
18856
|
+
renderList(layoutSlotKeys.value, (key) => {
|
|
18857
|
+
return {
|
|
18858
|
+
name: key,
|
|
18859
|
+
fn: withCtx(() => [
|
|
18860
|
+
createElementVNode("div", _hoisted_2$d, [
|
|
18861
|
+
createVNode(unref(Menu), {
|
|
18862
|
+
class: "menu",
|
|
18863
|
+
onSelect: onMenuClick,
|
|
18864
|
+
"open-keys": ["team", "project"]
|
|
18865
|
+
}, {
|
|
18866
|
+
default: withCtx(() => [
|
|
18867
|
+
(openBlock(), createBlock(resolveDynamicComponent(LayoutSlotComponent(key)), mergeProps({ ref_for: true }, getProps(item), {
|
|
18868
|
+
slotKeys: _ctx.slotKeys,
|
|
18869
|
+
item,
|
|
18870
|
+
isLogin: _ctx.isLogin
|
|
18871
|
+
}), null, 16, ["slotKeys", "item", "isLogin"]))
|
|
18872
|
+
]),
|
|
18873
|
+
_: 2
|
|
18874
|
+
}, 1024)
|
|
18875
|
+
])
|
|
18876
|
+
])
|
|
18877
|
+
};
|
|
18802
18878
|
})
|
|
18803
18879
|
]), 1040, ["isLogin", "item", "slotKeys"]);
|
|
18804
18880
|
}), 128))
|
|
@@ -18835,8 +18911,9 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
18835
18911
|
createElementVNode("div", _hoisted_2$c, [
|
|
18836
18912
|
(openBlock(true), createElementBlock(Fragment, null, renderList(linkList.value, (item) => {
|
|
18837
18913
|
return openBlock(), createElementBlock("div", mergeProps({
|
|
18838
|
-
key: item.label
|
|
18839
|
-
|
|
18914
|
+
key: item.label,
|
|
18915
|
+
ref_for: true
|
|
18916
|
+
}, item, {
|
|
18840
18917
|
class: ["tools-item-wrapper-checkbox-item", { "checked": unref(lang) === item.value }],
|
|
18841
18918
|
onClick: ($event) => handleClick(item),
|
|
18842
18919
|
title: item.value
|
|
@@ -18888,8 +18965,9 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
18888
18965
|
createElementVNode("div", _hoisted_2$b, [
|
|
18889
18966
|
(openBlock(true), createElementBlock(Fragment, null, renderList(themeList.value, (item) => {
|
|
18890
18967
|
return openBlock(), createElementBlock("div", mergeProps({
|
|
18891
|
-
key: item.value
|
|
18892
|
-
|
|
18968
|
+
key: item.value,
|
|
18969
|
+
ref_for: true
|
|
18970
|
+
}, item, {
|
|
18893
18971
|
class: ["tools-item-wrapper-checkbox-item", { "checked": activeTheme.value === item.value }],
|
|
18894
18972
|
onClick: ($event) => handleClick(item),
|
|
18895
18973
|
title: item.value
|
|
@@ -18907,7 +18985,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
18907
18985
|
};
|
|
18908
18986
|
}
|
|
18909
18987
|
});
|
|
18910
|
-
const _hoisted_1$g = { class: "
|
|
18988
|
+
const _hoisted_1$g = { class: "leading-[16px]" };
|
|
18911
18989
|
const _hoisted_2$a = { class: "aside-footer-tools-item-dropdown-item" };
|
|
18912
18990
|
const _hoisted_3$8 = { class: "aside-footer-tools-item-dropdown-item" };
|
|
18913
18991
|
const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
@@ -18938,7 +19016,9 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
18938
19016
|
])
|
|
18939
19017
|
]),
|
|
18940
19018
|
default: withCtx(() => [
|
|
18941
|
-
createElementVNode("div",
|
|
19019
|
+
createElementVNode("div", {
|
|
19020
|
+
class: normalizeClass(["aside-footer-tools-item", { "aside-footer-tools-item-little": _ctx.asideSetShowLittle }])
|
|
19021
|
+
}, [
|
|
18942
19022
|
createVNode(GIcon, {
|
|
18943
19023
|
name: "gt-line-setting",
|
|
18944
19024
|
size: "16",
|
|
@@ -18949,8 +19029,8 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
18949
19029
|
size: "16",
|
|
18950
19030
|
class: "active-icon min-w-[16px]"
|
|
18951
19031
|
}),
|
|
18952
|
-
|
|
18953
|
-
])
|
|
19032
|
+
createElementVNode("span", _hoisted_1$g, toDisplayString$1(unref(t2)("gitCodeLayout.common.footerSetting.preSettingLittle")), 1)
|
|
19033
|
+
], 2)
|
|
18954
19034
|
]),
|
|
18955
19035
|
_: 1
|
|
18956
19036
|
});
|
|
@@ -19030,7 +19110,7 @@ const _hoisted_1$f = { class: "aside-footer" };
|
|
|
19030
19110
|
const _hoisted_2$9 = { class: "remake-message mt-[16px]" };
|
|
19031
19111
|
const _hoisted_3$7 = ["title"];
|
|
19032
19112
|
const _hoisted_4$7 = { class: "whitespace-nowrap" };
|
|
19033
|
-
const _hoisted_5$
|
|
19113
|
+
const _hoisted_5$4 = {
|
|
19034
19114
|
href: "https://beian.miit.gov.cn/#/Integrated/index",
|
|
19035
19115
|
target: "_blank"
|
|
19036
19116
|
};
|
|
@@ -19065,7 +19145,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
19065
19145
|
title: unref(copyright).digestAbbr
|
|
19066
19146
|
}, " © " + toDisplayString$1(unref(copyright).digestAbbr), 9, _hoisted_3$7),
|
|
19067
19147
|
createElementVNode("p", _hoisted_4$7, [
|
|
19068
|
-
createElementVNode("a", _hoisted_5$
|
|
19148
|
+
createElementVNode("a", _hoisted_5$4, toDisplayString$1(unref(copyright).icp), 1)
|
|
19069
19149
|
]),
|
|
19070
19150
|
createElementVNode("p", _hoisted_6$3, [
|
|
19071
19151
|
_cache[0] || (_cache[0] = createElementVNode("img", { src: "//g.csdnimg.cn/common/csdn-footer/images/badge.png" }, null, -1)),
|
|
@@ -19081,7 +19161,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
19081
19161
|
target: "_blank",
|
|
19082
19162
|
rel: "noopener noreferrer"
|
|
19083
19163
|
}, "CSDN", -1)),
|
|
19084
|
-
_cache[2] || (_cache[2] = createTextVNode(" | "
|
|
19164
|
+
_cache[2] || (_cache[2] = createTextVNode(" | ")),
|
|
19085
19165
|
createElementVNode("a", _hoisted_8$2, toDisplayString$1(unref(t2)("gitCodeLayout.home.HWCloud")), 1)
|
|
19086
19166
|
], 2),
|
|
19087
19167
|
createElementVNode("p", _hoisted_9$2, [
|
|
@@ -19094,7 +19174,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
19094
19174
|
]),
|
|
19095
19175
|
_: 1
|
|
19096
19176
|
}),
|
|
19097
|
-
_cache[3] || (_cache[3] = createTextVNode(" | "
|
|
19177
|
+
_cache[3] || (_cache[3] = createTextVNode(" | ")),
|
|
19098
19178
|
createVNode(GLink, {
|
|
19099
19179
|
target: "_blank",
|
|
19100
19180
|
href: "https://www.zhipin.com/gongsi/job/b1eccc6dba1cc0d41Hd60tW0GVc~.html?ka=company-jobs"
|
|
@@ -19128,10 +19208,6 @@ const _hoisted_4$6 = {
|
|
|
19128
19208
|
key: 0,
|
|
19129
19209
|
class: "line mt-[16px] mb-[6px]"
|
|
19130
19210
|
};
|
|
19131
|
-
const _hoisted_5$4 = {
|
|
19132
|
-
key: 0,
|
|
19133
|
-
class: "aside-footer-tools"
|
|
19134
|
-
};
|
|
19135
19211
|
const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
19136
19212
|
__name: "configAideContent",
|
|
19137
19213
|
props: {
|
|
@@ -19151,6 +19227,9 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
19151
19227
|
const route = useRoute();
|
|
19152
19228
|
const request = inject("request");
|
|
19153
19229
|
const props = __props;
|
|
19230
|
+
const layoutSlotKeys = computed(() => {
|
|
19231
|
+
return [...props.slotKeys, "project", "team"];
|
|
19232
|
+
});
|
|
19154
19233
|
const useReport2 = inject("useReport");
|
|
19155
19234
|
provide("independence", props.independence);
|
|
19156
19235
|
const { isEn, area, fetchArea, sideLoading } = useConfigSide(request, props.sceneValue);
|
|
@@ -19212,9 +19291,6 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
19212
19291
|
};
|
|
19213
19292
|
const getAreaItem = (item) => {
|
|
19214
19293
|
return item.filter((item2) => {
|
|
19215
|
-
if (item2.jump_type === JumpType.Search && props.asideSetShowLittle) {
|
|
19216
|
-
return false;
|
|
19217
|
-
}
|
|
19218
19294
|
if (item2.select_scene && item2.select_scene.length && !item2.select_scene.includes(props.sceneValue)) {
|
|
19219
19295
|
return false;
|
|
19220
19296
|
}
|
|
@@ -19235,6 +19311,9 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
19235
19311
|
return getAreaItem(item).length;
|
|
19236
19312
|
});
|
|
19237
19313
|
});
|
|
19314
|
+
watch(() => area.value, (newVal) => {
|
|
19315
|
+
console.log("area", newVal);
|
|
19316
|
+
});
|
|
19238
19317
|
return (_ctx, _cache) => {
|
|
19239
19318
|
const _component_d_aside = resolveComponent("d-aside");
|
|
19240
19319
|
return openBlock(), createBlock(_component_d_aside, {
|
|
@@ -19263,10 +19342,10 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
19263
19342
|
createVNode(Area, {
|
|
19264
19343
|
list: getAreaItem(item),
|
|
19265
19344
|
isLogin: _ctx.isLogin,
|
|
19266
|
-
slotKeys:
|
|
19345
|
+
slotKeys: layoutSlotKeys.value,
|
|
19267
19346
|
sceneValue: _ctx.sceneValue
|
|
19268
19347
|
}, createSlots({ _: 2 }, [
|
|
19269
|
-
renderList(
|
|
19348
|
+
renderList(layoutSlotKeys.value, (key) => {
|
|
19270
19349
|
return {
|
|
19271
19350
|
name: key,
|
|
19272
19351
|
fn: withCtx(() => [
|
|
@@ -19285,13 +19364,16 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
19285
19364
|
])),
|
|
19286
19365
|
!_ctx.asideSetShowLittle && isModuleVisible(unref(AsideDisplayItem).SITE_INFO) ? (openBlock(), createBlock(ContactInfo, { key: 2 })) : createCommentVNode("", true)
|
|
19287
19366
|
], 34),
|
|
19288
|
-
showPreferencesSetting.value ? (openBlock(), createElementBlock("div",
|
|
19367
|
+
showPreferencesSetting.value ? (openBlock(), createElementBlock("div", {
|
|
19368
|
+
key: 0,
|
|
19369
|
+
class: normalizeClass(["aside-footer-tools", { "aside-footer-tools-little": _ctx.asideSetShowLittle }])
|
|
19370
|
+
}, [
|
|
19289
19371
|
createVNode(_sfc_main$j, {
|
|
19290
19372
|
"show-lang-setting": _ctx.showLangSetting,
|
|
19291
19373
|
"show-theme-setting": _ctx.showThemeSetting,
|
|
19292
19374
|
asideSetShowLittle: _ctx.asideSetShowLittle
|
|
19293
19375
|
}, null, 8, ["show-lang-setting", "show-theme-setting", "asideSetShowLittle"])
|
|
19294
|
-
])) : createCommentVNode("", true)
|
|
19376
|
+
], 2)) : createCommentVNode("", true)
|
|
19295
19377
|
])), [
|
|
19296
19378
|
[unref(vElementExposure), { trigger: (type) => handleAsideMenuExpo(type) }]
|
|
19297
19379
|
])
|
|
@@ -19368,6 +19450,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
19368
19450
|
return asideSetShowLittle.value;
|
|
19369
19451
|
}
|
|
19370
19452
|
});
|
|
19453
|
+
provide("asideSetShowLittle", asideSetShowLittleMode);
|
|
19371
19454
|
const asideDefaultWidth = useStorage("asideDefaultWidth", sizeStore.isMobile.value ? 0 : asideSize.value.expand);
|
|
19372
19455
|
const mainMarginLeftWidth = computed(() => {
|
|
19373
19456
|
if (!asideSetShow.value || sizeStore.isMobile.value) {
|
|
@@ -20092,12 +20175,12 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
20092
20175
|
slotKeys: ["home", "issues"],
|
|
20093
20176
|
collapseMode: sceneSelected.value == unref(SceneValue).repo
|
|
20094
20177
|
}, {
|
|
20095
|
-
home: withCtx(() =>
|
|
20178
|
+
home: withCtx(() => _cache[2] || (_cache[2] = [
|
|
20096
20179
|
createElementVNode("div", null, "首页hover-插槽", -1)
|
|
20097
|
-
])
|
|
20098
|
-
issues: withCtx(() =>
|
|
20180
|
+
])),
|
|
20181
|
+
issues: withCtx(() => _cache[3] || (_cache[3] = [
|
|
20099
20182
|
createElementVNode("div", null, "issues hover-插槽", -1)
|
|
20100
|
-
])
|
|
20183
|
+
])),
|
|
20101
20184
|
_: 1
|
|
20102
20185
|
}, 8, ["sceneValue", "userInfo", "isLogin", "request", "globalStore", "independence", "collapseMode"])
|
|
20103
20186
|
]),
|
|
@@ -20136,18 +20219,18 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
20136
20219
|
key: "是",
|
|
20137
20220
|
value: true
|
|
20138
20221
|
}, {
|
|
20139
|
-
default: withCtx(() =>
|
|
20140
|
-
createTextVNode("是"
|
|
20141
|
-
])
|
|
20222
|
+
default: withCtx(() => _cache[4] || (_cache[4] = [
|
|
20223
|
+
createTextVNode("是")
|
|
20224
|
+
])),
|
|
20142
20225
|
_: 1
|
|
20143
20226
|
})),
|
|
20144
20227
|
(openBlock(), createBlock(unref(Radio), {
|
|
20145
20228
|
key: "否",
|
|
20146
20229
|
value: false
|
|
20147
20230
|
}, {
|
|
20148
|
-
default: withCtx(() =>
|
|
20149
|
-
createTextVNode("否"
|
|
20150
|
-
])
|
|
20231
|
+
default: withCtx(() => _cache[5] || (_cache[5] = [
|
|
20232
|
+
createTextVNode("否")
|
|
20233
|
+
])),
|
|
20151
20234
|
_: 1
|
|
20152
20235
|
}))
|
|
20153
20236
|
]),
|
|
@@ -20305,6 +20388,26 @@ async function csdnloginCheck(route, loginCallback, request) {
|
|
|
20305
20388
|
}
|
|
20306
20389
|
return false;
|
|
20307
20390
|
}
|
|
20391
|
+
const registerLoginMethodMap = {
|
|
20392
|
+
[LoginMethodEnum.PHONE]: "短信",
|
|
20393
|
+
[LoginMethodEnum.PASSWORD]: "密码",
|
|
20394
|
+
[LoginMethodEnum.MINI_PROGRAM]: "小程序登录"
|
|
20395
|
+
};
|
|
20396
|
+
const collectRegisterLoginEvent = ({ isRegister, registerLoginMethod, success }) => {
|
|
20397
|
+
if (!window.collectEvent) {
|
|
20398
|
+
return;
|
|
20399
|
+
}
|
|
20400
|
+
const searchParams = Object.fromEntries(new URLSearchParams(location.search).entries());
|
|
20401
|
+
window.collectEvent(isRegister ? "register" : "login", {
|
|
20402
|
+
register_login_type: isRegister ? "注册" : "登录",
|
|
20403
|
+
register_login_result: success ? "成功" : "失败",
|
|
20404
|
+
register_login_method: registerLoginMethodMap[registerLoginMethod] || "",
|
|
20405
|
+
article_id: searchParams["from_id"] || "",
|
|
20406
|
+
userid_fast_application: searchParams["uuid_tt_dd"] || "",
|
|
20407
|
+
gitcode_utm_source: searchParams["utm_source"] || "",
|
|
20408
|
+
...searchParams
|
|
20409
|
+
});
|
|
20410
|
+
};
|
|
20308
20411
|
const layoutConfig = useLayoutConfig();
|
|
20309
20412
|
const { t: t$2 } = i18n.global;
|
|
20310
20413
|
const GRAPH_CODE = 400007;
|
|
@@ -20328,6 +20431,7 @@ const createLoginConfig = (request) => {
|
|
|
20328
20431
|
phoneAndPasswordLogin(resultData, API, LoginMethodEnum.PHONE);
|
|
20329
20432
|
} else {
|
|
20330
20433
|
failFunc(result2.error.error_message);
|
|
20434
|
+
collectRegisterLoginEvent({ isRegister: false, registerLoginMethod: LoginMethodEnum.PHONE, success: false });
|
|
20331
20435
|
}
|
|
20332
20436
|
},
|
|
20333
20437
|
// 密码登录
|
|
@@ -20356,6 +20460,7 @@ const createLoginConfig = (request) => {
|
|
|
20356
20460
|
}
|
|
20357
20461
|
} else {
|
|
20358
20462
|
failFunc(result2.error.error_message);
|
|
20463
|
+
collectRegisterLoginEvent({ isRegister: false, registerLoginMethod: LoginMethodEnum.PASSWORD, success: false });
|
|
20359
20464
|
}
|
|
20360
20465
|
},
|
|
20361
20466
|
// 小程序登录 - 获取二维码
|
|
@@ -20376,9 +20481,11 @@ const createLoginConfig = (request) => {
|
|
|
20376
20481
|
scene_id
|
|
20377
20482
|
});
|
|
20378
20483
|
if (!result2.error) {
|
|
20484
|
+
collectRegisterLoginEvent({ isRegister: result2.data.data.is_new, registerLoginMethod: LoginMethodEnum.MINI_PROGRAM, success: true });
|
|
20379
20485
|
phoneAndPasswordLogin(result2.data.data, API, LoginMethodEnum.MINI_PROGRAM);
|
|
20380
20486
|
return { success: true, data: result2.data.data };
|
|
20381
20487
|
}
|
|
20488
|
+
collectRegisterLoginEvent({ isRegister: result2.error.is_new, registerLoginMethod: LoginMethodEnum.MINI_PROGRAM, success: false });
|
|
20382
20489
|
return { success: false, error: result2.error };
|
|
20383
20490
|
},
|
|
20384
20491
|
// csdn授权前(pr和mobile)
|
|
@@ -20512,6 +20619,7 @@ function sendMessageToParent(message) {
|
|
|
20512
20619
|
window.parent && window.parent.postMessage(message, "*");
|
|
20513
20620
|
}
|
|
20514
20621
|
function phoneAndPasswordLogin(userInfo, API, loginMethod, isRegister = false) {
|
|
20622
|
+
collectRegisterLoginEvent({ isRegister, registerLoginMethod: loginMethod, success: true });
|
|
20515
20623
|
successResolve({
|
|
20516
20624
|
path: new URLSearchParams(window.location.search).get("returnUrl") || "",
|
|
20517
20625
|
userInfo,
|
|
@@ -21289,8 +21397,9 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21289
21397
|
modelValue: Data[formItem.key],
|
|
21290
21398
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
21291
21399
|
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: formItem.label }),
|
|
21292
|
-
onChange: () => handleChange(formItem.key)
|
|
21293
|
-
|
|
21400
|
+
onChange: () => handleChange(formItem.key),
|
|
21401
|
+
ref_for: true
|
|
21402
|
+
}, formItem.props, {
|
|
21294
21403
|
autocomplete: autocompleteCalc((_a = formItem.props) == null ? void 0 : _a.autocomplete),
|
|
21295
21404
|
autofocus: formItem.key === "username",
|
|
21296
21405
|
spellcheck: false
|
|
@@ -21301,8 +21410,9 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21301
21410
|
onChange: ($event) => handleChange(formItem.key),
|
|
21302
21411
|
onClick: ($event) => handleOperate(formItem),
|
|
21303
21412
|
"onUpdate:countdown": ($event) => updateCountdown(formItem),
|
|
21304
|
-
placeholder: formItem.label
|
|
21305
|
-
|
|
21413
|
+
placeholder: formItem.label,
|
|
21414
|
+
ref_for: true
|
|
21415
|
+
}, formItem.props, {
|
|
21306
21416
|
hasMobile: !!Data[(_b = formItem.props) == null ? void 0 : _b.aliasKey],
|
|
21307
21417
|
text: unref($t)("gitCodeLayout.userSetting.account.getVerificationCode"),
|
|
21308
21418
|
error: _ctx.errors.msgError,
|
|
@@ -21315,8 +21425,9 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21315
21425
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
21316
21426
|
onSelectChange: _cache[0] || (_cache[0] = (evt) => handleSelectChange("country", evt)),
|
|
21317
21427
|
onChange: ($event) => handleChange(formItem.key),
|
|
21318
|
-
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: formItem.label })
|
|
21319
|
-
|
|
21428
|
+
placeholder: unref($t)("gitCodeLayout.LoginModal.rule.pleaseFill", { label: formItem.label }),
|
|
21429
|
+
ref_for: true
|
|
21430
|
+
}, formItem.props, {
|
|
21320
21431
|
editableSelect: formItem.editableSelect
|
|
21321
21432
|
}), null, 16, ["country", "class", "modelValue", "onUpdate:modelValue", "onChange", "placeholder", "editableSelect"])) : (openBlock(), createBlock(resolveDynamicComponent(formItem.render), mergeProps({
|
|
21322
21433
|
key: formItem.key,
|
|
@@ -21324,8 +21435,9 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
21324
21435
|
"onUpdate:modelValue": ($event) => Data[formItem.key] = $event,
|
|
21325
21436
|
onChange: ($event) => handleChange(formItem.key),
|
|
21326
21437
|
onClick: handleClick,
|
|
21327
|
-
placeholder: formItem.label
|
|
21328
|
-
|
|
21438
|
+
placeholder: formItem.label,
|
|
21439
|
+
ref_for: true
|
|
21440
|
+
}, formItem.props), null, 16, ["modelValue", "onUpdate:modelValue", "onChange", "placeholder"]))
|
|
21329
21441
|
];
|
|
21330
21442
|
}),
|
|
21331
21443
|
_: 2
|
|
@@ -21552,7 +21664,7 @@ const verifyCodeRegExp4 = /^\d{4}$/;
|
|
|
21552
21664
|
const verifyCodeRegExp6 = /^\d{6}$/;
|
|
21553
21665
|
const mobileRegExp = /^1[3-9]\d{9}$/;
|
|
21554
21666
|
const usernameRegExp = /^(?!-)[a-zA-Z][a-zA-Z0-9_-]{1,49}$/;
|
|
21555
|
-
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, [["(?:(?:2(?:(?:[0-26-9]\\d|3[0-8]|5[0135-9])\\d|4(?:[02-9]\\d|10))|3(?:(?:[0-3589]\\d|6[1-9]|7[0-35-9])\\d|4(?:[0-578]\\d|90))|7(?:[013-57-9]\\d|2[0-8])\\d)\\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)|(?: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-478])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|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|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|[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-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", "[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|5[07]|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|9(?:0[25]|42))[2-9]\\d{6}", [10]], ["", [10]], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}", [10]], ["900[2-9]\\d{6}", [10]], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:2[125-9]|33|44|66|77|88)|6(?:22|33))[2-9]\\d{6}", [10]], 0, ["310\\d{4}", [7]], 0, ["600[2-9]\\d{6}", [10]]]], "CC": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-478])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|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{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-389]|94[0-478])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|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|180020", 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|180020", "1481$1", 0, 0, [["1481[25-9]\\d{5}", [10]], ["7(?:(?:781|839)\\d|911[17])\\d{5}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]]], "GH": ["233", "00", "(?:[235]\\d{3}|800)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[235]"], "0$1"]], "0"], "GI": ["350", "00", "(?:[25]\\d|60)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["2"]]]], "GL": ["299", "00", "(?:19|[2-689]\\d|70)\\d{4}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["19|[2-9]"]]]], "GM": ["220", "00", "[2-9]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "GN": ["224", "00", "722\\d{6}|(?:3|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["3"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[67]"]]]], "GP": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0", 0, 0, 0, 0, 0, [["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "GQ": ["240", "00", "222\\d{6}|(?:3\\d|55|[89]0)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235]"]], ["(\\d{3})(\\d{6})", "$1 $2", ["[89]"]]]], "GR": ["30", "00", "5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}", [10, 11, 12], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["21|7"]], ["(\\d{4})(\\d{6})", "$1 $2", ["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2689]"]], ["(\\d{3})(\\d{3,4})(\\d{5})", "$1 $2 $3", ["8"]]]], "GT": ["502", "00", "80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-8]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "GU": ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "671$1", 0, "671"], "GW": ["245", "00", "[49]\\d{8}|4\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["40"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"]]]], "GY": ["592", "001", "(?:[2-8]\\d{3}|9008)\\d{3}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "HK": ["852", "00(?:30|5[09]|[126-9]?)", "8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}", [5, 6, 7, 8, 9, 11], [["(\\d{3})(\\d{2,5})", "$1 $2", ["900", "9003"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{3})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "HN": ["504", "00", "8\\d{10}|[237-9]\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["[237-9]"]]]], "HR": ["385", "00", "[2-69]\\d{8}|80\\d{5,7}|[1-79]\\d{7}|6\\d{6}", [7, 8, 9], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["6[01]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{4})(\\d{3})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6|7[245]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-57]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], "HT": ["509", "00", "[2-589]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-589]"]]]], "HU": ["36", "00", "[235-7]\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "06 $1"]], "06"], "ID": ["62", "00[89]", "00[1-9]\\d{9,14}|(?:[1-36]|8\\d{5})\\d{6}|00\\d{9}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["15"]], ["(\\d{2})(\\d{5,9})", "$1 $2", ["2[124]|[36]1"], "(0$1)"], ["(\\d{3})(\\d{5,7})", "$1 $2", ["800"], "0$1"], ["(\\d{3})(\\d{5,8})", "$1 $2", ["[2-79]"], "(0$1)"], ["(\\d{3})(\\d{3,4})(\\d{3})", "$1-$2-$3", ["8[1-35-9]"], "0$1"], ["(\\d{3})(\\d{6,8})", "$1 $2", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["804"], "0$1"], ["(\\d{3})(\\d)(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["80"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1-$2-$3", ["8"], "0$1"]], "0"], "IE": ["353", "00", "(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["2[24-9]|47|58|6[237-9]|9[35-9]"], "(0$1)"], ["(\\d{3})(\\d{5})", "$1 $2", ["[45]0"], "(0$1)"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2569]|4[1-69]|7[14]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["81"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["4"], "(0$1)"], ["(\\d{2})(\\d)(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "IL": ["972", "0(?:0|1[2-9])", "1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}", [7, 8, 9, 10, 11, 12], [["(\\d{4})(\\d{3})", "$1-$2", ["125"]], ["(\\d{4})(\\d{2})(\\d{2})", "$1-$2-$3", ["121"]], ["(\\d)(\\d{3})(\\d{4})", "$1-$2-$3", ["[2-489]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1-$2-$3", ["12"]], ["(\\d{4})(\\d{6})", "$1-$2", ["159"]], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3-$4", ["1[7-9]"]], ["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})", "$1-$2 $3-$4", ["15"]]], "0"], "IM": ["44", "00", "1624\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([25-8]\\d{5})$|0|180020", "1624$1", 0, "74576|(?:16|7[56])24"], "IN": ["91", "00", "(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}", [8, 9, 10, 11, 12, 13], [["(\\d{8})", "$1", ["5(?:0|2[23]|3[03]|[67]1|88)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"], 0, 1], ["(\\d{4})(\\d{4,5})", "$1 $2", ["180", "1800"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["140"], 0, 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["11|2[02]|33|4[04]|79[1-7]|80[2-46]", "11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])", "11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"], "0$1", 1], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807", "1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]", "1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"], "0$1", 1], ["(\\d{5})(\\d{5})", "$1 $2", ["[6-9]"], "0$1", 1], ["(\\d{4})(\\d{2,4})(\\d{4})", "$1 $2 $3", ["1(?:6|8[06])", "1(?:6|8[06]0)"], 0, 1], ["(\\d{4})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["18"], 0, 1]], "0"], "IO": ["246", "00", "3\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["3"]]]], "IQ": ["964", "00", "(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-6]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], "IR": ["98", "00", "[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}", [4, 5, 6, 7, 10], [["(\\d{4,5})", "$1", ["96"], "0$1"], ["(\\d{2})(\\d{4,5})", "$1 $2", ["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[1-8]"], "0$1"]], "0"], "IS": ["354", "00|1(?:0(?:01|[12]0)|100)", "(?:38\\d|[4-9])\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "IT": ["39", "00", "0\\d{5,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|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|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}|[25-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}", [8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3", ["(?:12|57|99)0"], "0$1"], ["(\\d{4})(\\d)(\\d{4})", "$1-$2-$3", ["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2-$3", ["3|4(?:2[09]|7[01])|6[1-9]", "3|4(?:2(?:0|9[02-69])|7(?:0[019]|1))|6[1-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3", ["[14]|[289][2-9]|5[3-9]|7[2-4679]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["800"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[25-9]"], "0$1"]], "0", 0, "(000[2569]\\d{4,6})$|(?:(?:003768)0?)|0", "$1"], "KE": ["254", "000", "(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}", [7, 8, 9, 10], [["(\\d{2})(\\d{5,7})", "$1 $2", ["[24-6]"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[17]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], "KG": ["996", "00", "8\\d{9}|[235-9]\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["3(?:1[346]|[24-79])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-79]|88"], "0$1"], ["(\\d{3})(\\d{3})(\\d)(\\d{2,3})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "KH": ["855", "00[14-9]", "1\\d{9}|[1-9]\\d{7,8}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "KI": ["686", "00", "(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}", [5, 8], 0, "0"], "KM": ["269", "00", "[3478]\\d{6}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[3478]"]]]], "KN": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "869$1", 0, "869"], "KP": ["850", "00|99", "85\\d{6}|(?:19\\d|[2-7])\\d{7}", [8, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"]], "0"], "KR": ["82", "00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))", "00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}", [5, 6, 8, 9, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3,4})", "$1-$2", ["(?:3[1-3]|[46][1-4]|5[1-5])1"], "0$1"], ["(\\d{4})(\\d{4})", "$1-$2", ["1"]], ["(\\d)(\\d{3,4})(\\d{4})", "$1-$2-$3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[36]0|8"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1-$2-$3", ["[1346]|5[1-5]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{2})(\\d{5})(\\d{4})", "$1-$2-$3", ["5"], "0$1"]], "0", 0, "0(8(?:[1-46-8]|5\\d\\d))?"], "KW": ["965", "00", "18\\d{5}|(?:[2569]\\d|41)\\d{6}", [7, 8], [["(\\d{4})(\\d{3,4})", "$1 $2", ["[169]|2(?:[235]|4[1-35-9])|52"]], ["(\\d{3})(\\d{5})", "$1 $2", ["[245]"]]]], "KY": ["1", "011", "(?:345|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "345$1", 0, "345"], "KZ": ["7", "810", "(?:33622|8\\d{8})\\d{5}|[78]\\d{9}", [10, 14], 0, "8", 0, 0, 0, 0, "33622|7", 0, "8~10"], "LA": ["856", "00", "[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2[13]|3[14]|[4-8]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["3"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0"], "LB": ["961", "00", "[27-9]\\d{7}|[13-9]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[13-69]|7(?:[2-57]|62|8[0-6]|9[04-9])|8[02-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27-9]"]]], "0"], "LC": ["1", "011", "(?:[58]\\d\\d|758|900)\\d{7}", [10], 0, "1", 0, "([2-8]\\d{6})$|1", "758$1", 0, "758"], "LI": ["423", "00", "[68]\\d{8}|(?:[2378]\\d|90)\\d{5}", [7, 9], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2379]|8(?:0[09]|7)", "[2379]|8(?:0(?:02|9)|7)"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["69"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]], "0", 0, "(1001)|0"], "LK": ["94", "00", "[1-9]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[1-689]"], "0$1"]], "0"], "LR": ["231", "00", "(?:[2457]\\d|33|88)\\d{7}|(?:2\\d|[4-6])\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["4[67]|[56]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-578]"], "0$1"]], "0"], "LS": ["266", "00", "(?:[256]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2568]"]]]], "LT": ["370", "00", "(?:[3469]\\d|52|[78]0)\\d{6}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["52[0-7]"], "(0-$1)", 1], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0 $1", 1], ["(\\d{2})(\\d{6})", "$1 $2", ["37|4(?:[15]|6[1-8])"], "(0-$1)", 1], ["(\\d{3})(\\d{5})", "$1 $2", ["[3-6]"], "(0-$1)", 1]], "0", 0, "[08]"], "LU": ["352", "00", "35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}", [4, 5, 6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{3})", "$1 $2", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["20[2-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4", ["2(?:[0367]|4[3-8])"]], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["80[01]|90[015]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["20"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4 $5", ["2(?:[0367]|4[3-8])"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})", "$1 $2 $3 $4", ["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]], 0, 0, "(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"], "LV": ["371", "00", "(?:[268]\\d|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-8]|5[0-5]|8[0-7]))\\d{6}"], ["80[0-7]\\d{6}"], ["89\\d{7}"], 0, 0, 0, 0, ["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]], "MC": ["377", "00", "(?:[3489]|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", "(?:20|9\\d)\\d{8}|[78]\\d{9,13}", [10, 11, 12, 13, 14], [["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["20[129]"], "0$1"], ["(\\d{4})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{3})(\\d{5})(\\d{5,6})", "$1 $2 $3", ["[78]"], "0$1"]], "0"], "NI": ["505", "00", "(?:1800|[25-8]\\d{3})\\d{4}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[125-8]"]]]], "NL": ["31", "00", "(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}", [5, 6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{4,7})", "$1 $2", ["[89]0"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["66"], "0$1"], ["(\\d)(\\d{8})", "$1 $2", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-578]|91"], "0$1"], ["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3", ["9"], "0$1"]], "0"], "NO": ["47", "00", "(?:0|[2-9]\\d{3})\\d{4}", [5, 8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]"]]], 0, 0, 0, 0, 0, "[02-689]|7[0-8]"], "NP": ["977", "00", "(?:1\\d|9)\\d{9}|[1-9]\\d{7}", [8, 10, 11], [["(\\d)(\\d{7})", "$1-$2", ["1[2-6]"], "0$1"], ["(\\d{2})(\\d{6})", "$1-$2", ["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"], "0$1"], ["(\\d{3})(\\d{7})", "$1-$2", ["9"]]], "0"], "NR": ["674", "00", "(?:222|444|(?:55|8\\d)\\d|666|777|999)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[24-9]"]]]], "NU": ["683", "00", "(?:[4-7]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], "NZ": ["64", "0(?:0|161)", "[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|8|90", "50(?:[0367]|88)|8|90"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["24|[346]|7[2-57-9]|9[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:10|74)|[589]"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1|2[028]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,5})", "$1 $2 $3", ["2(?:[169]|7[0-35-9])|7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00"], "OM": ["968", "00", "(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}", [7, 8, 9], [["(\\d{3})(\\d{4,6})", "$1 $2", ["[58]"]], ["(\\d{2})(\\d{6})", "$1 $2", ["2"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[179]"]]]], "PA": ["507", "00", "(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}", [7, 8, 10, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[1-57-9]"]], ["(\\d{4})(\\d{4})", "$1-$2", ["[68]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]]], "PE": ["51", "00|19(?:1[124]|77|90)00", "(?:[14-8]|9\\d)\\d{7}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["80"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["1"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[4-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"]]], "0", 0, 0, 0, 0, 0, 0, "00", " Anexo "], "PF": ["689", "00", "4\\d{5}(?:\\d{2})?|8\\d{7,8}", [6, 8, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["44"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4|8[7-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], "PG": ["675", "00|140[1-3]", "(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["18|[2-69]|85"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[78]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "PH": ["63", "00", "(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}", [6, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{5})", "$1 $2", ["2"], "(0$1)"], ["(\\d{4})(\\d{4,6})", "$1 $2", ["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2", "3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"], "(0$1)"], ["(\\d{5})(\\d{4})", "$1 $2", ["346|4(?:27|9[35])|883", "3469|4(?:279|9(?:30|56))|8834"], "(0$1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|8[2-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["1"]]], "0"], "PK": ["92", "00", "122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,7})", "$1 $2 $3", ["[89]0"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["1"]], ["(\\d{3})(\\d{6,7})", "$1 $2", ["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])", "9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"], "(0$1)"], ["(\\d{2})(\\d{7,8})", "$1 $2", ["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"], "(0$1)"], ["(\\d{5})(\\d{5})", "$1 $2", ["58"], "(0$1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[24-9]"], "(0$1)"]], "0"], "PL": ["48", "00", "(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|20|64"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1", "(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["64"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[2-8]|[2-7]|8[1-79]|9[145]"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["8"]]]], "PM": ["508", "00", "[45]\\d{5}|(?:708|8\\d\\d)\\d{6}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[45]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "PR": ["1", "011", "(?:[589]\\d\\d|787)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "787|939"], "PS": ["970", "00", "[2489]2\\d{6}|(?:1\\d|5)\\d{8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2489]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "PT": ["351", "00", "1693\\d{5}|(?:[26-9]\\d|30)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["2[12]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["16|[236-9]"]]]], "PW": ["680", "01[12]", "(?:[24-8]\\d\\d|345|900)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "PY": ["595", "00", "59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3,6})", "$1 $2", ["[2-9]0"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"], "(0$1)"], ["(\\d{3})(\\d{4,5})", "$1 $2", ["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["87"]], ["(\\d{3})(\\d{6})", "$1 $2", ["9(?:[5-79]|8[1-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"]]], "0"], "QA": ["974", "00", "800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}", [7, 8, 9, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["2[136]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[3-7]"]]]], "RE": ["262", "00", "709\\d{6}|(?:26|[689]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"], ["(?:69(?:2\\d\\d|3(?:[06][0-6]|1[0-3]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\d{4}"], ["80\\d{7}"], ["89[1-37-9]\\d{6}"], 0, 0, 0, 0, ["9(?:399[0-3]|479[0-6]|76(?:2[278]|3[0-37]))\\d{4}"], ["8(?:1[019]|2[0156]|84|90)\\d{6}"]]], "RO": ["40", "00", "(?:[236-8]\\d|90)\\d{7}|[23]\\d{5}", [6, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["2[3-6]", "2[3-6]\\d9"], "0$1"], ["(\\d{2})(\\d{4})", "$1 $2", ["219|31"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[23]1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[236-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, " int "], "RS": ["381", "00", "38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}", [6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{3,9})", "$1 $2", ["(?:2[389]|39)0|[7-9]"], "0$1"], ["(\\d{2})(\\d{5,10})", "$1 $2", ["[1-36]"], "0$1"]], "0"], "RU": ["7", "810", "8\\d{13}|[347-9]\\d{9}", [10, 14], [["(\\d{4})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-8]|2[1-9])", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"], "8 ($1)", 1], ["(\\d{5})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-68]|2[1-9])", "7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))", "7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[349]|8(?:[02-7]|1[1-8])"], "8 ($1)", 1], ["(\\d{4})(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["8"], "8 ($1)"]], "8", 0, 0, 0, 0, 0, [["336(?:[013-9]\\d|2[013-9])\\d{5}|(?:3(?:0[12]|4[1-35-79]|5[1-3]|65|8[1-58]|9[0145])|4(?:01|1[1356]|2[13467]|7[1-5]|8[1-7]|9[1-689])|8(?:1[1-8]|2[01]|3[13-6]|4[0-8]|5[15-7]|6[0-35-79]|7[1-37-9]))\\d{7}", [10]], ["9\\d{9}", [10]], ["8(?:0[04]|108\\d{3})\\d{7}"], ["80[39]\\d{7}", [10]], ["808\\d{7}", [10]]], "8~10"], "RW": ["250", "00", "(?:06|[27]\\d\\d|[89]00)\\d{6}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0$1"]], "0"], "SA": ["966", "00", "(?:[15]\\d|800|92)\\d{7}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["9"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]], "0"], "SB": ["677", "0[01]", "[6-9]\\d{6}|[1-6]\\d{4}", [5, 7], [["(\\d{2})(\\d{5})", "$1 $2", ["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]], "SC": ["248", "010|0[0-2]", "(?:[2489]\\d|64)\\d{5}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[246]|9[57]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "SD": ["249", "00", "[19]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], "SE": ["46", "00", "(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}", [6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["20"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{4})", "$1-$2", ["9(?:00|39|44|9)"], "0$1", 0, "$1 $2"], ["(\\d{2})(\\d{3})(\\d{2})", "$1-$2 $3", ["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3"], ["(\\d)(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{2,3})(\\d{3})", "$1-$2 $3", ["9(?:00|39|44)"], "0$1", 0, "$1 $2 $3"], ["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["10|7"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{3})", "$1-$2 $3 $4", ["9"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4 $5", ["[26]"], "0$1", 0, "$1 $2 $3 $4 $5"]], "0"], "SG": ["65", "0[0-3]\\d", "(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[369]|8(?:0[1-9]|[1-9])"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{4})(\\d{4})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "SH": ["290", "00", "(?:[256]\\d|8)\\d{3}", [4, 5], 0, 0, 0, 0, 0, 0, "[256]"], "SI": ["386", "00|10(?:22|66|88|99)", "[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}", [5, 6, 7, 8], [["(\\d{2})(\\d{3,6})", "$1 $2", ["8[09]|9"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["59|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37][01]|4[0139]|51|6"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-57]"], "(0$1)"]], "0", 0, 0, 0, 0, 0, 0, "00"], "SJ": ["47", "00", "0\\d{4}|(?:[489]\\d|79)\\d{6}", [5, 8], 0, 0, 0, 0, 0, 0, "79"], "SK": ["421", "00", "[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}", [6, 7, 9], [["(\\d)(\\d{2})(\\d{3,4})", "$1 $2 $3", ["21"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["[3-5][1-8]1", "[3-5][1-8]1[67]"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1/$2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[689]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1/$2 $3 $4", ["[3-5]"], "0$1"]], "0"], "SL": ["232", "00", "(?:[237-9]\\d|66)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[236-9]"], "(0$1)"]], "0"], "SM": ["378", "00", "(?:0549|[5-7]\\d)\\d{6}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]"]], ["(\\d{4})(\\d{6})", "$1 $2", ["0"]]], 0, 0, "([89]\\d{5})$", "0549$1"], "SN": ["221", "00", "(?:[378]\\d|93)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[379]"]]]], "SO": ["252", "00", "[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}", [6, 7, 8, 9], [["(\\d{2})(\\d{4})", "$1 $2", ["8[125]"]], ["(\\d{6})", "$1", ["[134]"]], ["(\\d)(\\d{6})", "$1 $2", ["[15]|2[0-79]|3[0-46-8]|4[0-7]"]], ["(\\d)(\\d{7})", "$1 $2", ["(?:2|90)4|[67]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[348]|64|79|90"]], ["(\\d{2})(\\d{5,7})", "$1 $2", ["1|28|6[0-35-9]|7[67]|9[2-9]"]]], "0"], "SR": ["597", "00", "(?:[2-5]|68|[78]\\d|90)\\d{5}", [6, 7], [["(\\d{2})(\\d{2})(\\d{2})", "$1-$2-$3", ["56"]], ["(\\d{3})(\\d{3})", "$1-$2", ["[2-5]"]], ["(\\d{3})(\\d{4})", "$1-$2", ["[6-9]"]]]], "SS": ["211", "00", "[19]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], "ST": ["239", "00", "(?:22|9\\d)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[29]"]]]], "SV": ["503", "00", "[267]\\d{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|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{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-68]))\\d{4}|(?:2742|305[3-9]|(?:472|983)[2-47-9]|505[2-57-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[0378]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[0168]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-3589]|8[04-69]))[2-9]\\d{6}"], [""], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"], ["900[2-9]\\d{6}"], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}"], 0, 0, 0, ["305209\\d{4}"]]], "UY": ["598", "0(?:0|1[3-9]\\d)", "0004\\d{2,9}|[1249]\\d{7}|(?:[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}"]]] } };
|
|
21667
|
+
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, [["(?:(?:(?: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", "[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-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", "(?:222|444|(?:55|8\\d)\\d|666|777|999)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[24-9]"]]]], "NU": ["683", "00", "(?:[4-7]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], "NZ": ["64", "0(?:0|161)", "[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|8|90", "50(?:[0367]|88)|8|90"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["24|[346]|7[2-57-9]|9[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:10|74)|[589]"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1|2[028]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,5})", "$1 $2 $3", ["2(?:[169]|7[0-35-9])|7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00"], "OM": ["968", "00", "(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}", [7, 8, 9], [["(\\d{3})(\\d{4,6})", "$1 $2", ["[58]"]], ["(\\d{2})(\\d{6})", "$1 $2", ["2"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[179]"]]]], "PA": ["507", "00", "(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}", [7, 8, 10, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[1-57-9]"]], ["(\\d{4})(\\d{4})", "$1-$2", ["[68]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]]], "PE": ["51", "00|19(?:1[124]|77|90)00", "(?:[14-8]|9\\d)\\d{7}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["80"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["1"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[4-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"]]], "0", 0, 0, 0, 0, 0, 0, "00", " Anexo "], "PF": ["689", "00", "4\\d{5}(?:\\d{2})?|8\\d{7,8}", [6, 8, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["44"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4|8[7-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], "PG": ["675", "00|140[1-3]", "(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["18|[2-69]|85"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[78]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "PH": ["63", "00", "(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}", [6, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{5})", "$1 $2", ["2"], "(0$1)"], ["(\\d{4})(\\d{4,6})", "$1 $2", ["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2", "3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"], "(0$1)"], ["(\\d{5})(\\d{4})", "$1 $2", ["346|4(?:27|9[35])|883", "3469|4(?:279|9(?:30|56))|8834"], "(0$1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|8[2-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["1"]]], "0"], "PK": ["92", "00", "122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,7})", "$1 $2 $3", ["[89]0"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["1"]], ["(\\d{3})(\\d{6,7})", "$1 $2", ["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])", "9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"], "(0$1)"], ["(\\d{2})(\\d{7,8})", "$1 $2", ["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"], "(0$1)"], ["(\\d{5})(\\d{5})", "$1 $2", ["58"], "(0$1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[24-9]"], "(0$1)"]], "0"], "PL": ["48", "00", "(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|20|64"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1", "(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["64"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[2-8]|[2-7]|8[1-79]|9[145]"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["8"]]]], "PM": ["508", "00", "[45]\\d{5}|(?:708|8\\d\\d)\\d{6}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[45]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "PR": ["1", "011", "(?:[589]\\d\\d|787)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "787|939"], "PS": ["970", "00", "[2489]2\\d{6}|(?:1\\d|5)\\d{8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2489]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "PT": ["351", "00", "1693\\d{5}|(?:[26-9]\\d|30)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["2[12]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["16|[236-9]"]]]], "PW": ["680", "01[12]", "(?:[24-8]\\d\\d|345|900)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "PY": ["595", "00", "59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3,6})", "$1 $2", ["[2-9]0"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"], "(0$1)"], ["(\\d{3})(\\d{4,5})", "$1 $2", ["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["87"]], ["(\\d{3})(\\d{6})", "$1 $2", ["9(?:[5-79]|8[1-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"]]], "0"], "QA": ["974", "00", "800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}", [7, 8, 9, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["2[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[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, "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[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-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}"]]] } };
|
|
21556
21668
|
function withMetadataArgument(func, _arguments) {
|
|
21557
21669
|
var args = Array.prototype.slice.call(_arguments);
|
|
21558
21670
|
args.push(metadata);
|
|
@@ -21580,39 +21692,32 @@ var objectConstructor = {}.constructor;
|
|
|
21580
21692
|
function isObject(object) {
|
|
21581
21693
|
return object !== void 0 && object !== null && object.constructor === objectConstructor;
|
|
21582
21694
|
}
|
|
21583
|
-
function _typeof$
|
|
21695
|
+
function _typeof$1(obj) {
|
|
21584
21696
|
"@babel/helpers - typeof";
|
|
21585
|
-
return _typeof$
|
|
21586
|
-
return typeof
|
|
21587
|
-
} : function(
|
|
21588
|
-
return
|
|
21589
|
-
}, _typeof$
|
|
21590
|
-
}
|
|
21591
|
-
function _classCallCheck$2(a, n) {
|
|
21592
|
-
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
21697
|
+
return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
|
|
21698
|
+
return typeof obj2;
|
|
21699
|
+
} : function(obj2) {
|
|
21700
|
+
return obj2 && "function" == typeof Symbol && obj2.constructor === Symbol && obj2 !== Symbol.prototype ? "symbol" : typeof obj2;
|
|
21701
|
+
}, _typeof$1(obj);
|
|
21593
21702
|
}
|
|
21594
|
-
function
|
|
21595
|
-
|
|
21596
|
-
|
|
21597
|
-
o.enumerable = o.enumerable || false, o.configurable = true, "value" in o && (o.writable = true), Object.defineProperty(e, _toPropertyKey$7(o.key), o);
|
|
21703
|
+
function _classCallCheck$2(instance, Constructor) {
|
|
21704
|
+
if (!(instance instanceof Constructor)) {
|
|
21705
|
+
throw new TypeError("Cannot call a class as a function");
|
|
21598
21706
|
}
|
|
21599
21707
|
}
|
|
21600
|
-
function
|
|
21601
|
-
|
|
21602
|
-
|
|
21603
|
-
|
|
21604
|
-
|
|
21605
|
-
|
|
21606
|
-
|
|
21607
|
-
function _toPrimitive$7(t2, r) {
|
|
21608
|
-
if ("object" != _typeof$8(t2) || !t2) return t2;
|
|
21609
|
-
var e = t2[Symbol.toPrimitive];
|
|
21610
|
-
if (void 0 !== e) {
|
|
21611
|
-
var i = e.call(t2, r);
|
|
21612
|
-
if ("object" != _typeof$8(i)) return i;
|
|
21613
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
21708
|
+
function _defineProperties$1(target, props) {
|
|
21709
|
+
for (var i = 0; i < props.length; i++) {
|
|
21710
|
+
var descriptor = props[i];
|
|
21711
|
+
descriptor.enumerable = descriptor.enumerable || false;
|
|
21712
|
+
descriptor.configurable = true;
|
|
21713
|
+
if ("value" in descriptor) descriptor.writable = true;
|
|
21714
|
+
Object.defineProperty(target, descriptor.key, descriptor);
|
|
21614
21715
|
}
|
|
21615
|
-
|
|
21716
|
+
}
|
|
21717
|
+
function _createClass$2(Constructor, protoProps, staticProps) {
|
|
21718
|
+
if (protoProps) _defineProperties$1(Constructor.prototype, protoProps);
|
|
21719
|
+
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
21720
|
+
return Constructor;
|
|
21616
21721
|
}
|
|
21617
21722
|
var V3 = "1.2.0";
|
|
21618
21723
|
var V4 = "1.7.35";
|
|
@@ -21625,7 +21730,7 @@ var Metadata = /* @__PURE__ */ function() {
|
|
|
21625
21730
|
this.metadata = metadata2;
|
|
21626
21731
|
setVersion.call(this, metadata2);
|
|
21627
21732
|
}
|
|
21628
|
-
|
|
21733
|
+
_createClass$2(Metadata2, [{
|
|
21629
21734
|
key: "getCountries",
|
|
21630
21735
|
value: function getCountries() {
|
|
21631
21736
|
return Object.keys(this.metadata.countries).filter(function(_) {
|
|
@@ -21830,6 +21935,7 @@ var Metadata = /* @__PURE__ */ function() {
|
|
|
21830
21935
|
return this.numberingPlan !== void 0;
|
|
21831
21936
|
}
|
|
21832
21937
|
}]);
|
|
21938
|
+
return Metadata2;
|
|
21833
21939
|
}();
|
|
21834
21940
|
var NumberingPlan = /* @__PURE__ */ function() {
|
|
21835
21941
|
function NumberingPlan2(metadata2, globalMetadataObject) {
|
|
@@ -21838,7 +21944,7 @@ var NumberingPlan = /* @__PURE__ */ function() {
|
|
|
21838
21944
|
this.metadata = metadata2;
|
|
21839
21945
|
setVersion.call(this, globalMetadataObject.metadata);
|
|
21840
21946
|
}
|
|
21841
|
-
|
|
21947
|
+
_createClass$2(NumberingPlan2, [{
|
|
21842
21948
|
key: "callingCode",
|
|
21843
21949
|
value: function callingCode() {
|
|
21844
21950
|
return this.metadata[0];
|
|
@@ -21977,6 +22083,7 @@ var NumberingPlan = /* @__PURE__ */ function() {
|
|
|
21977
22083
|
return this.metadata[13] || DEFAULT_EXT_PREFIX;
|
|
21978
22084
|
}
|
|
21979
22085
|
}]);
|
|
22086
|
+
return NumberingPlan2;
|
|
21980
22087
|
}();
|
|
21981
22088
|
var Format = /* @__PURE__ */ function() {
|
|
21982
22089
|
function Format2(format2, metadata2) {
|
|
@@ -21984,7 +22091,7 @@ var Format = /* @__PURE__ */ function() {
|
|
|
21984
22091
|
this._format = format2;
|
|
21985
22092
|
this.metadata = metadata2;
|
|
21986
22093
|
}
|
|
21987
|
-
|
|
22094
|
+
_createClass$2(Format2, [{
|
|
21988
22095
|
key: "pattern",
|
|
21989
22096
|
value: function pattern() {
|
|
21990
22097
|
return this._format[0];
|
|
@@ -22027,6 +22134,7 @@ var Format = /* @__PURE__ */ function() {
|
|
|
22027
22134
|
return this._format[5] || this.format();
|
|
22028
22135
|
}
|
|
22029
22136
|
}]);
|
|
22137
|
+
return Format2;
|
|
22030
22138
|
}();
|
|
22031
22139
|
var FIRST_GROUP_ONLY_PREFIX_PATTERN = /^\(?\$1\)?$/;
|
|
22032
22140
|
var Type = /* @__PURE__ */ function() {
|
|
@@ -22035,7 +22143,7 @@ var Type = /* @__PURE__ */ function() {
|
|
|
22035
22143
|
this.type = type;
|
|
22036
22144
|
this.metadata = metadata2;
|
|
22037
22145
|
}
|
|
22038
|
-
|
|
22146
|
+
_createClass$2(Type2, [{
|
|
22039
22147
|
key: "pattern",
|
|
22040
22148
|
value: function pattern() {
|
|
22041
22149
|
if (this.metadata.v1) return this.type;
|
|
@@ -22048,6 +22156,7 @@ var Type = /* @__PURE__ */ function() {
|
|
|
22048
22156
|
return this.type[1] || this.metadata.possibleLengths();
|
|
22049
22157
|
}
|
|
22050
22158
|
}]);
|
|
22159
|
+
return Type2;
|
|
22051
22160
|
}();
|
|
22052
22161
|
function getType(types, type) {
|
|
22053
22162
|
switch (type) {
|
|
@@ -22082,7 +22191,7 @@ function validateMetadata(metadata2) {
|
|
|
22082
22191
|
}
|
|
22083
22192
|
}
|
|
22084
22193
|
var typeOf = function typeOf2(_) {
|
|
22085
|
-
return _typeof$
|
|
22194
|
+
return _typeof$1(_);
|
|
22086
22195
|
};
|
|
22087
22196
|
function getCountryCallingCode(country, metadata2) {
|
|
22088
22197
|
metadata2 = new Metadata(metadata2);
|
|
@@ -22183,29 +22292,33 @@ function matchesEntirely(text2, regular_expression) {
|
|
|
22183
22292
|
text2 = text2 || "";
|
|
22184
22293
|
return new RegExp("^(?:" + regular_expression + ")$").test(text2);
|
|
22185
22294
|
}
|
|
22186
|
-
function _createForOfIteratorHelperLoose$3(
|
|
22187
|
-
var
|
|
22188
|
-
if (
|
|
22189
|
-
if (Array.isArray(
|
|
22190
|
-
|
|
22191
|
-
var
|
|
22295
|
+
function _createForOfIteratorHelperLoose$3(o, allowArrayLike) {
|
|
22296
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
22297
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
22298
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$4(o)) || allowArrayLike) {
|
|
22299
|
+
if (it) o = it;
|
|
22300
|
+
var i = 0;
|
|
22192
22301
|
return function() {
|
|
22193
|
-
|
|
22302
|
+
if (i >= o.length) return { done: true };
|
|
22303
|
+
return { done: false, value: o[i++] };
|
|
22194
22304
|
};
|
|
22195
22305
|
}
|
|
22196
22306
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22197
22307
|
}
|
|
22198
|
-
function _unsupportedIterableToArray$4(
|
|
22199
|
-
if (
|
|
22200
|
-
|
|
22201
|
-
|
|
22202
|
-
|
|
22203
|
-
|
|
22308
|
+
function _unsupportedIterableToArray$4(o, minLen) {
|
|
22309
|
+
if (!o) return;
|
|
22310
|
+
if (typeof o === "string") return _arrayLikeToArray$4(o, minLen);
|
|
22311
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
22312
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
22313
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
22314
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$4(o, minLen);
|
|
22204
22315
|
}
|
|
22205
|
-
function _arrayLikeToArray$4(
|
|
22206
|
-
(
|
|
22207
|
-
for (var
|
|
22208
|
-
|
|
22316
|
+
function _arrayLikeToArray$4(arr, len) {
|
|
22317
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
22318
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
22319
|
+
arr2[i] = arr[i];
|
|
22320
|
+
}
|
|
22321
|
+
return arr2;
|
|
22209
22322
|
}
|
|
22210
22323
|
var NON_FIXED_LINE_PHONE_TYPES = ["MOBILE", "PREMIUM_RATE", "TOLL_FREE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL"];
|
|
22211
22324
|
function getNumberType(input, options, metadata2) {
|
|
@@ -22541,75 +22654,62 @@ function formatRFC3966(_ref) {
|
|
|
22541
22654
|
}
|
|
22542
22655
|
return "tel:".concat(number2).concat(ext ? ";ext=" + ext : "");
|
|
22543
22656
|
}
|
|
22544
|
-
function
|
|
22545
|
-
|
|
22546
|
-
return
|
|
22547
|
-
|
|
22548
|
-
|
|
22549
|
-
|
|
22550
|
-
}, _typeof$7(o);
|
|
22551
|
-
}
|
|
22552
|
-
function _createForOfIteratorHelperLoose$2(r, e) {
|
|
22553
|
-
var t2 = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
22554
|
-
if (t2) return (t2 = t2.call(r)).next.bind(t2);
|
|
22555
|
-
if (Array.isArray(r) || (t2 = _unsupportedIterableToArray$3(r)) || e) {
|
|
22556
|
-
t2 && (r = t2);
|
|
22557
|
-
var o = 0;
|
|
22657
|
+
function _createForOfIteratorHelperLoose$2(o, allowArrayLike) {
|
|
22658
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
22659
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
22660
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$3(o)) || allowArrayLike) {
|
|
22661
|
+
if (it) o = it;
|
|
22662
|
+
var i = 0;
|
|
22558
22663
|
return function() {
|
|
22559
|
-
|
|
22664
|
+
if (i >= o.length) return { done: true };
|
|
22665
|
+
return { done: false, value: o[i++] };
|
|
22560
22666
|
};
|
|
22561
22667
|
}
|
|
22562
22668
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
22563
22669
|
}
|
|
22564
|
-
function _unsupportedIterableToArray$3(
|
|
22565
|
-
if (
|
|
22566
|
-
|
|
22567
|
-
|
|
22568
|
-
|
|
22569
|
-
|
|
22670
|
+
function _unsupportedIterableToArray$3(o, minLen) {
|
|
22671
|
+
if (!o) return;
|
|
22672
|
+
if (typeof o === "string") return _arrayLikeToArray$3(o, minLen);
|
|
22673
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
22674
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
22675
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
22676
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$3(o, minLen);
|
|
22570
22677
|
}
|
|
22571
|
-
function _arrayLikeToArray$3(
|
|
22572
|
-
(
|
|
22573
|
-
for (var
|
|
22574
|
-
|
|
22678
|
+
function _arrayLikeToArray$3(arr, len) {
|
|
22679
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
22680
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
22681
|
+
arr2[i] = arr[i];
|
|
22682
|
+
}
|
|
22683
|
+
return arr2;
|
|
22575
22684
|
}
|
|
22576
|
-
function ownKeys$6(
|
|
22577
|
-
var
|
|
22685
|
+
function ownKeys$6(object, enumerableOnly) {
|
|
22686
|
+
var keys = Object.keys(object);
|
|
22578
22687
|
if (Object.getOwnPropertySymbols) {
|
|
22579
|
-
var
|
|
22580
|
-
|
|
22581
|
-
return Object.getOwnPropertyDescriptor(
|
|
22582
|
-
})),
|
|
22583
|
-
}
|
|
22584
|
-
return t2;
|
|
22585
|
-
}
|
|
22586
|
-
function _objectSpread$6(e) {
|
|
22587
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
22588
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
22589
|
-
r % 2 ? ownKeys$6(Object(t2), true).forEach(function(r2) {
|
|
22590
|
-
_defineProperty$6(e, r2, t2[r2]);
|
|
22591
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$6(Object(t2)).forEach(function(r2) {
|
|
22592
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
22593
|
-
});
|
|
22688
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
22689
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
22690
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
22691
|
+
})), keys.push.apply(keys, symbols);
|
|
22594
22692
|
}
|
|
22595
|
-
return
|
|
22596
|
-
}
|
|
22597
|
-
function _defineProperty$6(e, r, t2) {
|
|
22598
|
-
return (r = _toPropertyKey$6(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
22693
|
+
return keys;
|
|
22599
22694
|
}
|
|
22600
|
-
function
|
|
22601
|
-
var i =
|
|
22602
|
-
|
|
22695
|
+
function _objectSpread$6(target) {
|
|
22696
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
22697
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
22698
|
+
i % 2 ? ownKeys$6(Object(source), true).forEach(function(key) {
|
|
22699
|
+
_defineProperty$6(target, key, source[key]);
|
|
22700
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$6(Object(source)).forEach(function(key) {
|
|
22701
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
22702
|
+
});
|
|
22703
|
+
}
|
|
22704
|
+
return target;
|
|
22603
22705
|
}
|
|
22604
|
-
function
|
|
22605
|
-
if (
|
|
22606
|
-
|
|
22607
|
-
|
|
22608
|
-
|
|
22609
|
-
if ("object" != _typeof$7(i)) return i;
|
|
22610
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
22706
|
+
function _defineProperty$6(obj, key, value) {
|
|
22707
|
+
if (key in obj) {
|
|
22708
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
22709
|
+
} else {
|
|
22710
|
+
obj[key] = value;
|
|
22611
22711
|
}
|
|
22612
|
-
return
|
|
22712
|
+
return obj;
|
|
22613
22713
|
}
|
|
22614
22714
|
var DEFAULT_OPTIONS = {
|
|
22615
22715
|
formatExtension: function formatExtension(formattedNumber, extension, metadata2) {
|
|
@@ -22706,63 +22806,53 @@ function formatIDD(nationalNumber, carrierCode, countryCallingCode, fromCountry,
|
|
|
22706
22806
|
return "".concat(iddPrefix, " ").concat(countryCallingCode, " ").concat(formatNationalNumber(nationalNumber, null, "INTERNATIONAL", metadata2));
|
|
22707
22807
|
}
|
|
22708
22808
|
}
|
|
22709
|
-
function
|
|
22710
|
-
|
|
22711
|
-
return _typeof$6 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
22712
|
-
return typeof o2;
|
|
22713
|
-
} : function(o2) {
|
|
22714
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
22715
|
-
}, _typeof$6(o);
|
|
22716
|
-
}
|
|
22717
|
-
function ownKeys$5(e, r) {
|
|
22718
|
-
var t2 = Object.keys(e);
|
|
22809
|
+
function ownKeys$5(object, enumerableOnly) {
|
|
22810
|
+
var keys = Object.keys(object);
|
|
22719
22811
|
if (Object.getOwnPropertySymbols) {
|
|
22720
|
-
var
|
|
22721
|
-
|
|
22722
|
-
return Object.getOwnPropertyDescriptor(
|
|
22723
|
-
})),
|
|
22724
|
-
}
|
|
22725
|
-
return t2;
|
|
22726
|
-
}
|
|
22727
|
-
function _objectSpread$5(e) {
|
|
22728
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
22729
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
22730
|
-
r % 2 ? ownKeys$5(Object(t2), true).forEach(function(r2) {
|
|
22731
|
-
_defineProperty$5(e, r2, t2[r2]);
|
|
22732
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$5(Object(t2)).forEach(function(r2) {
|
|
22733
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
22734
|
-
});
|
|
22812
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
22813
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
22814
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
22815
|
+
})), keys.push.apply(keys, symbols);
|
|
22735
22816
|
}
|
|
22736
|
-
return
|
|
22737
|
-
}
|
|
22738
|
-
function _defineProperty$5(e, r, t2) {
|
|
22739
|
-
return (r = _toPropertyKey$5(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
22817
|
+
return keys;
|
|
22740
22818
|
}
|
|
22741
|
-
function
|
|
22742
|
-
|
|
22743
|
-
}
|
|
22744
|
-
|
|
22745
|
-
|
|
22746
|
-
|
|
22747
|
-
|
|
22819
|
+
function _objectSpread$5(target) {
|
|
22820
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
22821
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
22822
|
+
i % 2 ? ownKeys$5(Object(source), true).forEach(function(key) {
|
|
22823
|
+
_defineProperty$5(target, key, source[key]);
|
|
22824
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$5(Object(source)).forEach(function(key) {
|
|
22825
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
22826
|
+
});
|
|
22748
22827
|
}
|
|
22828
|
+
return target;
|
|
22749
22829
|
}
|
|
22750
|
-
function
|
|
22751
|
-
|
|
22830
|
+
function _defineProperty$5(obj, key, value) {
|
|
22831
|
+
if (key in obj) {
|
|
22832
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
22833
|
+
} else {
|
|
22834
|
+
obj[key] = value;
|
|
22835
|
+
}
|
|
22836
|
+
return obj;
|
|
22752
22837
|
}
|
|
22753
|
-
function
|
|
22754
|
-
|
|
22755
|
-
|
|
22838
|
+
function _classCallCheck$1(instance, Constructor) {
|
|
22839
|
+
if (!(instance instanceof Constructor)) {
|
|
22840
|
+
throw new TypeError("Cannot call a class as a function");
|
|
22841
|
+
}
|
|
22756
22842
|
}
|
|
22757
|
-
function
|
|
22758
|
-
|
|
22759
|
-
|
|
22760
|
-
|
|
22761
|
-
|
|
22762
|
-
if ("
|
|
22763
|
-
|
|
22843
|
+
function _defineProperties(target, props) {
|
|
22844
|
+
for (var i = 0; i < props.length; i++) {
|
|
22845
|
+
var descriptor = props[i];
|
|
22846
|
+
descriptor.enumerable = descriptor.enumerable || false;
|
|
22847
|
+
descriptor.configurable = true;
|
|
22848
|
+
if ("value" in descriptor) descriptor.writable = true;
|
|
22849
|
+
Object.defineProperty(target, descriptor.key, descriptor);
|
|
22764
22850
|
}
|
|
22765
|
-
|
|
22851
|
+
}
|
|
22852
|
+
function _createClass$1(Constructor, protoProps, staticProps) {
|
|
22853
|
+
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
22854
|
+
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
22855
|
+
return Constructor;
|
|
22766
22856
|
}
|
|
22767
22857
|
var PhoneNumber = /* @__PURE__ */ function() {
|
|
22768
22858
|
function PhoneNumber2(countryOrCountryCallingCode, nationalNumber, metadata2) {
|
|
@@ -22773,20 +22863,22 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
22773
22863
|
if (typeof countryOrCountryCallingCode !== "string") {
|
|
22774
22864
|
throw new TypeError("First argument must be a string");
|
|
22775
22865
|
}
|
|
22776
|
-
if (countryOrCountryCallingCode
|
|
22777
|
-
|
|
22778
|
-
|
|
22779
|
-
if (isObject(nationalNumber) && isObject(nationalNumber.countries)) {
|
|
22780
|
-
metadata2 = nationalNumber;
|
|
22781
|
-
var e164Number = countryOrCountryCallingCode;
|
|
22782
|
-
if (!E164_NUMBER_REGEXP.test(e164Number)) {
|
|
22783
|
-
throw new Error('Invalid `number` argument passed: must consist of a "+" followed by digits');
|
|
22866
|
+
if (typeof countryOrCountryCallingCode === "string") {
|
|
22867
|
+
if (countryOrCountryCallingCode[0] === "+" && !nationalNumber) {
|
|
22868
|
+
throw new TypeError("`metadata` argument not passed");
|
|
22784
22869
|
}
|
|
22785
|
-
|
|
22786
|
-
|
|
22787
|
-
|
|
22788
|
-
|
|
22789
|
-
|
|
22870
|
+
if (isObject(nationalNumber) && isObject(nationalNumber.countries)) {
|
|
22871
|
+
metadata2 = nationalNumber;
|
|
22872
|
+
var e164Number = countryOrCountryCallingCode;
|
|
22873
|
+
if (!E164_NUMBER_REGEXP.test(e164Number)) {
|
|
22874
|
+
throw new Error('Invalid `number` argument passed: must consist of a "+" followed by digits');
|
|
22875
|
+
}
|
|
22876
|
+
var _extractCountryCallin = extractCountryCallingCode(e164Number, void 0, void 0, metadata2), _countryCallingCode = _extractCountryCallin.countryCallingCode, number2 = _extractCountryCallin.number;
|
|
22877
|
+
nationalNumber = number2;
|
|
22878
|
+
countryOrCountryCallingCode = _countryCallingCode;
|
|
22879
|
+
if (!nationalNumber) {
|
|
22880
|
+
throw new Error("Invalid `number` argument passed: too short");
|
|
22881
|
+
}
|
|
22790
22882
|
}
|
|
22791
22883
|
}
|
|
22792
22884
|
if (!nationalNumber) {
|
|
@@ -22805,7 +22897,7 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
22805
22897
|
return metadata2;
|
|
22806
22898
|
};
|
|
22807
22899
|
}
|
|
22808
|
-
|
|
22900
|
+
_createClass$1(PhoneNumber2, [{
|
|
22809
22901
|
key: "setExt",
|
|
22810
22902
|
value: function setExt(ext) {
|
|
22811
22903
|
this.ext = ext;
|
|
@@ -22889,6 +22981,7 @@ var PhoneNumber = /* @__PURE__ */ function() {
|
|
|
22889
22981
|
return this.format("RFC3966", options);
|
|
22890
22982
|
}
|
|
22891
22983
|
}]);
|
|
22984
|
+
return PhoneNumber2;
|
|
22892
22985
|
}();
|
|
22893
22986
|
var isCountryCode = function isCountryCode2(value) {
|
|
22894
22987
|
return /^[A-Z]{2}$/.test(value);
|
|
@@ -22910,95 +23003,131 @@ function getCountryAndCountryCallingCode(countryOrCountryCallingCode, metadataJs
|
|
|
22910
23003
|
};
|
|
22911
23004
|
}
|
|
22912
23005
|
var E164_NUMBER_REGEXP = /^\+\d+$/;
|
|
22913
|
-
function _typeof
|
|
23006
|
+
function _typeof(obj) {
|
|
22914
23007
|
"@babel/helpers - typeof";
|
|
22915
|
-
return _typeof
|
|
22916
|
-
return typeof
|
|
22917
|
-
} : function(
|
|
22918
|
-
return
|
|
22919
|
-
}, _typeof
|
|
22920
|
-
}
|
|
22921
|
-
function _createClass(
|
|
22922
|
-
|
|
22923
|
-
|
|
22924
|
-
|
|
22925
|
-
|
|
22926
|
-
|
|
22927
|
-
|
|
22928
|
-
|
|
22929
|
-
}
|
|
22930
|
-
function
|
|
22931
|
-
if (
|
|
22932
|
-
|
|
22933
|
-
|
|
22934
|
-
}
|
|
22935
|
-
|
|
22936
|
-
if (
|
|
22937
|
-
|
|
22938
|
-
|
|
22939
|
-
|
|
22940
|
-
|
|
22941
|
-
|
|
22942
|
-
|
|
22943
|
-
|
|
22944
|
-
|
|
22945
|
-
|
|
22946
|
-
|
|
22947
|
-
|
|
22948
|
-
|
|
22949
|
-
|
|
22950
|
-
|
|
23008
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
|
|
23009
|
+
return typeof obj2;
|
|
23010
|
+
} : function(obj2) {
|
|
23011
|
+
return obj2 && "function" == typeof Symbol && obj2.constructor === Symbol && obj2 !== Symbol.prototype ? "symbol" : typeof obj2;
|
|
23012
|
+
}, _typeof(obj);
|
|
23013
|
+
}
|
|
23014
|
+
function _createClass(Constructor, protoProps, staticProps) {
|
|
23015
|
+
Object.defineProperty(Constructor, "prototype", { writable: false });
|
|
23016
|
+
return Constructor;
|
|
23017
|
+
}
|
|
23018
|
+
function _classCallCheck(instance, Constructor) {
|
|
23019
|
+
if (!(instance instanceof Constructor)) {
|
|
23020
|
+
throw new TypeError("Cannot call a class as a function");
|
|
23021
|
+
}
|
|
23022
|
+
}
|
|
23023
|
+
function _inherits(subClass, superClass) {
|
|
23024
|
+
if (typeof superClass !== "function" && superClass !== null) {
|
|
23025
|
+
throw new TypeError("Super expression must either be null or a function");
|
|
23026
|
+
}
|
|
23027
|
+
subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });
|
|
23028
|
+
Object.defineProperty(subClass, "prototype", { writable: false });
|
|
23029
|
+
if (superClass) _setPrototypeOf(subClass, superClass);
|
|
23030
|
+
}
|
|
23031
|
+
function _createSuper(Derived) {
|
|
23032
|
+
var hasNativeReflectConstruct = _isNativeReflectConstruct();
|
|
23033
|
+
return function _createSuperInternal() {
|
|
23034
|
+
var Super = _getPrototypeOf(Derived), result2;
|
|
23035
|
+
if (hasNativeReflectConstruct) {
|
|
23036
|
+
var NewTarget = _getPrototypeOf(this).constructor;
|
|
23037
|
+
result2 = Reflect.construct(Super, arguments, NewTarget);
|
|
23038
|
+
} else {
|
|
23039
|
+
result2 = Super.apply(this, arguments);
|
|
23040
|
+
}
|
|
23041
|
+
return _possibleConstructorReturn(this, result2);
|
|
23042
|
+
};
|
|
23043
|
+
}
|
|
23044
|
+
function _possibleConstructorReturn(self2, call) {
|
|
23045
|
+
if (call && (_typeof(call) === "object" || typeof call === "function")) {
|
|
23046
|
+
return call;
|
|
23047
|
+
} else if (call !== void 0) {
|
|
23048
|
+
throw new TypeError("Derived constructors may only return object or undefined");
|
|
23049
|
+
}
|
|
23050
|
+
return _assertThisInitialized(self2);
|
|
23051
|
+
}
|
|
23052
|
+
function _assertThisInitialized(self2) {
|
|
23053
|
+
if (self2 === void 0) {
|
|
23054
|
+
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
23055
|
+
}
|
|
23056
|
+
return self2;
|
|
23057
|
+
}
|
|
23058
|
+
function _wrapNativeSuper(Class) {
|
|
23059
|
+
var _cache = typeof Map === "function" ? /* @__PURE__ */ new Map() : void 0;
|
|
23060
|
+
_wrapNativeSuper = function _wrapNativeSuper2(Class2) {
|
|
23061
|
+
if (Class2 === null || !_isNativeFunction(Class2)) return Class2;
|
|
23062
|
+
if (typeof Class2 !== "function") {
|
|
23063
|
+
throw new TypeError("Super expression must either be null or a function");
|
|
23064
|
+
}
|
|
23065
|
+
if (typeof _cache !== "undefined") {
|
|
23066
|
+
if (_cache.has(Class2)) return _cache.get(Class2);
|
|
23067
|
+
_cache.set(Class2, Wrapper);
|
|
22951
23068
|
}
|
|
22952
23069
|
function Wrapper() {
|
|
22953
|
-
return _construct(
|
|
23070
|
+
return _construct(Class2, arguments, _getPrototypeOf(this).constructor);
|
|
22954
23071
|
}
|
|
22955
|
-
|
|
22956
|
-
|
|
23072
|
+
Wrapper.prototype = Object.create(Class2.prototype, { constructor: { value: Wrapper, enumerable: false, writable: true, configurable: true } });
|
|
23073
|
+
return _setPrototypeOf(Wrapper, Class2);
|
|
23074
|
+
};
|
|
23075
|
+
return _wrapNativeSuper(Class);
|
|
22957
23076
|
}
|
|
22958
|
-
function _construct(
|
|
22959
|
-
if (_isNativeReflectConstruct())
|
|
22960
|
-
|
|
22961
|
-
|
|
22962
|
-
|
|
22963
|
-
|
|
23077
|
+
function _construct(Parent, args, Class) {
|
|
23078
|
+
if (_isNativeReflectConstruct()) {
|
|
23079
|
+
_construct = Reflect.construct;
|
|
23080
|
+
} else {
|
|
23081
|
+
_construct = function _construct2(Parent2, args2, Class2) {
|
|
23082
|
+
var a = [null];
|
|
23083
|
+
a.push.apply(a, args2);
|
|
23084
|
+
var Constructor = Function.bind.apply(Parent2, a);
|
|
23085
|
+
var instance = new Constructor();
|
|
23086
|
+
if (Class2) _setPrototypeOf(instance, Class2.prototype);
|
|
23087
|
+
return instance;
|
|
23088
|
+
};
|
|
23089
|
+
}
|
|
23090
|
+
return _construct.apply(null, arguments);
|
|
22964
23091
|
}
|
|
22965
23092
|
function _isNativeReflectConstruct() {
|
|
23093
|
+
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
|
|
23094
|
+
if (Reflect.construct.sham) return false;
|
|
23095
|
+
if (typeof Proxy === "function") return true;
|
|
22966
23096
|
try {
|
|
22967
|
-
|
|
23097
|
+
Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
|
|
22968
23098
|
}));
|
|
22969
|
-
|
|
23099
|
+
return true;
|
|
23100
|
+
} catch (e) {
|
|
23101
|
+
return false;
|
|
22970
23102
|
}
|
|
22971
|
-
return (_isNativeReflectConstruct = function _isNativeReflectConstruct2() {
|
|
22972
|
-
return !!t2;
|
|
22973
|
-
})();
|
|
22974
23103
|
}
|
|
22975
|
-
function _isNativeFunction(
|
|
22976
|
-
|
|
22977
|
-
return -1 !== Function.toString.call(t2).indexOf("[native code]");
|
|
22978
|
-
} catch (n) {
|
|
22979
|
-
return "function" == typeof t2;
|
|
22980
|
-
}
|
|
23104
|
+
function _isNativeFunction(fn) {
|
|
23105
|
+
return Function.toString.call(fn).indexOf("[native code]") !== -1;
|
|
22981
23106
|
}
|
|
22982
|
-
function _setPrototypeOf(
|
|
22983
|
-
|
|
22984
|
-
|
|
22985
|
-
|
|
23107
|
+
function _setPrototypeOf(o, p) {
|
|
23108
|
+
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf2(o2, p2) {
|
|
23109
|
+
o2.__proto__ = p2;
|
|
23110
|
+
return o2;
|
|
23111
|
+
};
|
|
23112
|
+
return _setPrototypeOf(o, p);
|
|
22986
23113
|
}
|
|
22987
|
-
function _getPrototypeOf(
|
|
22988
|
-
|
|
22989
|
-
return
|
|
22990
|
-
}
|
|
23114
|
+
function _getPrototypeOf(o) {
|
|
23115
|
+
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf2(o2) {
|
|
23116
|
+
return o2.__proto__ || Object.getPrototypeOf(o2);
|
|
23117
|
+
};
|
|
23118
|
+
return _getPrototypeOf(o);
|
|
22991
23119
|
}
|
|
22992
23120
|
var ParseError = /* @__PURE__ */ function(_Error) {
|
|
23121
|
+
_inherits(ParseError2, _Error);
|
|
23122
|
+
var _super = _createSuper(ParseError2);
|
|
22993
23123
|
function ParseError2(code2) {
|
|
22994
23124
|
var _this;
|
|
22995
23125
|
_classCallCheck(this, ParseError2);
|
|
22996
|
-
_this =
|
|
22997
|
-
Object.setPrototypeOf(_this, ParseError2.prototype);
|
|
23126
|
+
_this = _super.call(this, code2);
|
|
23127
|
+
Object.setPrototypeOf(_assertThisInitialized(_this), ParseError2.prototype);
|
|
22998
23128
|
_this.name = _this.constructor.name;
|
|
22999
23129
|
return _this;
|
|
23000
23130
|
}
|
|
23001
|
-
_inherits(ParseError2, _Error);
|
|
23002
23131
|
return _createClass(ParseError2);
|
|
23003
23132
|
}(/* @__PURE__ */ _wrapNativeSuper(Error));
|
|
23004
23133
|
var EXTN_PATTERN = new RegExp("(?:" + createExtensionPattern() + ")$", "i");
|
|
@@ -23095,29 +23224,33 @@ var DIGITS = {
|
|
|
23095
23224
|
function parseDigit(character) {
|
|
23096
23225
|
return DIGITS[character];
|
|
23097
23226
|
}
|
|
23098
|
-
function _createForOfIteratorHelperLoose$1(
|
|
23099
|
-
var
|
|
23100
|
-
if (
|
|
23101
|
-
if (Array.isArray(
|
|
23102
|
-
|
|
23103
|
-
var
|
|
23227
|
+
function _createForOfIteratorHelperLoose$1(o, allowArrayLike) {
|
|
23228
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
23229
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
23230
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$2(o)) || allowArrayLike) {
|
|
23231
|
+
if (it) o = it;
|
|
23232
|
+
var i = 0;
|
|
23104
23233
|
return function() {
|
|
23105
|
-
|
|
23234
|
+
if (i >= o.length) return { done: true };
|
|
23235
|
+
return { done: false, value: o[i++] };
|
|
23106
23236
|
};
|
|
23107
23237
|
}
|
|
23108
23238
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
23109
23239
|
}
|
|
23110
|
-
function _unsupportedIterableToArray$2(
|
|
23111
|
-
if (
|
|
23112
|
-
|
|
23113
|
-
|
|
23114
|
-
|
|
23115
|
-
|
|
23240
|
+
function _unsupportedIterableToArray$2(o, minLen) {
|
|
23241
|
+
if (!o) return;
|
|
23242
|
+
if (typeof o === "string") return _arrayLikeToArray$2(o, minLen);
|
|
23243
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
23244
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
23245
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
23246
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$2(o, minLen);
|
|
23116
23247
|
}
|
|
23117
|
-
function _arrayLikeToArray$2(
|
|
23118
|
-
(
|
|
23119
|
-
for (var
|
|
23120
|
-
|
|
23248
|
+
function _arrayLikeToArray$2(arr, len) {
|
|
23249
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
23250
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
23251
|
+
arr2[i] = arr[i];
|
|
23252
|
+
}
|
|
23253
|
+
return arr2;
|
|
23121
23254
|
}
|
|
23122
23255
|
function parseIncompletePhoneNumber(string) {
|
|
23123
23256
|
var result2 = "";
|
|
@@ -23136,29 +23269,33 @@ function parsePhoneNumberCharacter(character, prevParsedCharacters, emitEvent2)
|
|
|
23136
23269
|
}
|
|
23137
23270
|
return parseDigit(character);
|
|
23138
23271
|
}
|
|
23139
|
-
function _createForOfIteratorHelperLoose(
|
|
23140
|
-
var
|
|
23141
|
-
if (
|
|
23142
|
-
if (Array.isArray(
|
|
23143
|
-
|
|
23144
|
-
var
|
|
23272
|
+
function _createForOfIteratorHelperLoose(o, allowArrayLike) {
|
|
23273
|
+
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
|
|
23274
|
+
if (it) return (it = it.call(o)).next.bind(it);
|
|
23275
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray$1(o)) || allowArrayLike) {
|
|
23276
|
+
if (it) o = it;
|
|
23277
|
+
var i = 0;
|
|
23145
23278
|
return function() {
|
|
23146
|
-
|
|
23279
|
+
if (i >= o.length) return { done: true };
|
|
23280
|
+
return { done: false, value: o[i++] };
|
|
23147
23281
|
};
|
|
23148
23282
|
}
|
|
23149
23283
|
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
23150
23284
|
}
|
|
23151
|
-
function _unsupportedIterableToArray$1(
|
|
23152
|
-
if (
|
|
23153
|
-
|
|
23154
|
-
|
|
23155
|
-
|
|
23156
|
-
|
|
23285
|
+
function _unsupportedIterableToArray$1(o, minLen) {
|
|
23286
|
+
if (!o) return;
|
|
23287
|
+
if (typeof o === "string") return _arrayLikeToArray$1(o, minLen);
|
|
23288
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
23289
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
23290
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
23291
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$1(o, minLen);
|
|
23157
23292
|
}
|
|
23158
|
-
function _arrayLikeToArray$1(
|
|
23159
|
-
(
|
|
23160
|
-
for (var
|
|
23161
|
-
|
|
23293
|
+
function _arrayLikeToArray$1(arr, len) {
|
|
23294
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
23295
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
23296
|
+
arr2[i] = arr[i];
|
|
23297
|
+
}
|
|
23298
|
+
return arr2;
|
|
23162
23299
|
}
|
|
23163
23300
|
function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
|
|
23164
23301
|
var countries = _ref.countries, metadata2 = _ref.metadata;
|
|
@@ -23424,142 +23561,116 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
|
|
|
23424
23561
|
carrierCode
|
|
23425
23562
|
};
|
|
23426
23563
|
}
|
|
23427
|
-
function
|
|
23428
|
-
|
|
23429
|
-
return _typeof$4 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23430
|
-
return typeof o2;
|
|
23431
|
-
} : function(o2) {
|
|
23432
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23433
|
-
}, _typeof$4(o);
|
|
23434
|
-
}
|
|
23435
|
-
function ownKeys$4(e, r) {
|
|
23436
|
-
var t2 = Object.keys(e);
|
|
23564
|
+
function ownKeys$4(object, enumerableOnly) {
|
|
23565
|
+
var keys = Object.keys(object);
|
|
23437
23566
|
if (Object.getOwnPropertySymbols) {
|
|
23438
|
-
var
|
|
23439
|
-
|
|
23440
|
-
return Object.getOwnPropertyDescriptor(
|
|
23441
|
-
})),
|
|
23442
|
-
}
|
|
23443
|
-
return t2;
|
|
23444
|
-
}
|
|
23445
|
-
function _objectSpread$4(e) {
|
|
23446
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23447
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23448
|
-
r % 2 ? ownKeys$4(Object(t2), true).forEach(function(r2) {
|
|
23449
|
-
_defineProperty$4(e, r2, t2[r2]);
|
|
23450
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$4(Object(t2)).forEach(function(r2) {
|
|
23451
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23452
|
-
});
|
|
23567
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
23568
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23569
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23570
|
+
})), keys.push.apply(keys, symbols);
|
|
23453
23571
|
}
|
|
23454
|
-
return
|
|
23455
|
-
}
|
|
23456
|
-
function _defineProperty$4(e, r, t2) {
|
|
23457
|
-
return (r = _toPropertyKey$4(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23572
|
+
return keys;
|
|
23458
23573
|
}
|
|
23459
|
-
function
|
|
23460
|
-
var i =
|
|
23461
|
-
|
|
23574
|
+
function _objectSpread$4(target) {
|
|
23575
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
23576
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
23577
|
+
i % 2 ? ownKeys$4(Object(source), true).forEach(function(key) {
|
|
23578
|
+
_defineProperty$4(target, key, source[key]);
|
|
23579
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$4(Object(source)).forEach(function(key) {
|
|
23580
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23581
|
+
});
|
|
23582
|
+
}
|
|
23583
|
+
return target;
|
|
23462
23584
|
}
|
|
23463
|
-
function
|
|
23464
|
-
if (
|
|
23465
|
-
|
|
23466
|
-
|
|
23467
|
-
|
|
23468
|
-
if ("object" != _typeof$4(i)) return i;
|
|
23469
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23585
|
+
function _defineProperty$4(obj, key, value) {
|
|
23586
|
+
if (key in obj) {
|
|
23587
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23588
|
+
} else {
|
|
23589
|
+
obj[key] = value;
|
|
23470
23590
|
}
|
|
23471
|
-
return
|
|
23591
|
+
return obj;
|
|
23472
23592
|
}
|
|
23473
23593
|
function parsePhoneNumberWithError(text2, options, metadata2) {
|
|
23474
23594
|
return parse(text2, _objectSpread$4(_objectSpread$4({}, options), {}, {
|
|
23475
23595
|
v2: true
|
|
23476
23596
|
}), metadata2);
|
|
23477
23597
|
}
|
|
23478
|
-
function
|
|
23479
|
-
|
|
23480
|
-
return _typeof$3 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23481
|
-
return typeof o2;
|
|
23482
|
-
} : function(o2) {
|
|
23483
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23484
|
-
}, _typeof$3(o);
|
|
23485
|
-
}
|
|
23486
|
-
function ownKeys$3(e, r) {
|
|
23487
|
-
var t2 = Object.keys(e);
|
|
23598
|
+
function ownKeys$3(object, enumerableOnly) {
|
|
23599
|
+
var keys = Object.keys(object);
|
|
23488
23600
|
if (Object.getOwnPropertySymbols) {
|
|
23489
|
-
var
|
|
23490
|
-
|
|
23491
|
-
return Object.getOwnPropertyDescriptor(
|
|
23492
|
-
})),
|
|
23493
|
-
}
|
|
23494
|
-
return t2;
|
|
23495
|
-
}
|
|
23496
|
-
function _objectSpread$3(e) {
|
|
23497
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23498
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23499
|
-
r % 2 ? ownKeys$3(Object(t2), true).forEach(function(r2) {
|
|
23500
|
-
_defineProperty$3(e, r2, t2[r2]);
|
|
23501
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$3(Object(t2)).forEach(function(r2) {
|
|
23502
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23503
|
-
});
|
|
23601
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
23602
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23603
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23604
|
+
})), keys.push.apply(keys, symbols);
|
|
23504
23605
|
}
|
|
23505
|
-
return
|
|
23506
|
-
}
|
|
23507
|
-
function _defineProperty$3(e, r, t2) {
|
|
23508
|
-
return (r = _toPropertyKey$3(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23606
|
+
return keys;
|
|
23509
23607
|
}
|
|
23510
|
-
function
|
|
23511
|
-
var i =
|
|
23512
|
-
|
|
23608
|
+
function _objectSpread$3(target) {
|
|
23609
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
23610
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
23611
|
+
i % 2 ? ownKeys$3(Object(source), true).forEach(function(key) {
|
|
23612
|
+
_defineProperty$3(target, key, source[key]);
|
|
23613
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$3(Object(source)).forEach(function(key) {
|
|
23614
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23615
|
+
});
|
|
23616
|
+
}
|
|
23617
|
+
return target;
|
|
23513
23618
|
}
|
|
23514
|
-
function
|
|
23515
|
-
if (
|
|
23516
|
-
|
|
23517
|
-
|
|
23518
|
-
|
|
23519
|
-
if ("object" != _typeof$3(i)) return i;
|
|
23520
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23619
|
+
function _defineProperty$3(obj, key, value) {
|
|
23620
|
+
if (key in obj) {
|
|
23621
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23622
|
+
} else {
|
|
23623
|
+
obj[key] = value;
|
|
23521
23624
|
}
|
|
23522
|
-
return
|
|
23625
|
+
return obj;
|
|
23523
23626
|
}
|
|
23524
|
-
function _slicedToArray(
|
|
23525
|
-
return _arrayWithHoles(
|
|
23627
|
+
function _slicedToArray(arr, i) {
|
|
23628
|
+
return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
|
|
23526
23629
|
}
|
|
23527
23630
|
function _nonIterableRest() {
|
|
23528
23631
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
23529
23632
|
}
|
|
23530
|
-
function _unsupportedIterableToArray(
|
|
23531
|
-
if (
|
|
23532
|
-
|
|
23533
|
-
|
|
23534
|
-
|
|
23535
|
-
|
|
23536
|
-
|
|
23537
|
-
|
|
23538
|
-
|
|
23539
|
-
|
|
23540
|
-
|
|
23541
|
-
|
|
23542
|
-
|
|
23543
|
-
|
|
23544
|
-
|
|
23545
|
-
|
|
23633
|
+
function _unsupportedIterableToArray(o, minLen) {
|
|
23634
|
+
if (!o) return;
|
|
23635
|
+
if (typeof o === "string") return _arrayLikeToArray(o, minLen);
|
|
23636
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
23637
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
23638
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
23639
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
|
|
23640
|
+
}
|
|
23641
|
+
function _arrayLikeToArray(arr, len) {
|
|
23642
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
23643
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
23644
|
+
arr2[i] = arr[i];
|
|
23645
|
+
}
|
|
23646
|
+
return arr2;
|
|
23647
|
+
}
|
|
23648
|
+
function _iterableToArrayLimit(arr, i) {
|
|
23649
|
+
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
23650
|
+
if (_i == null) return;
|
|
23651
|
+
var _arr = [];
|
|
23652
|
+
var _n = true;
|
|
23653
|
+
var _d = false;
|
|
23654
|
+
var _s, _e;
|
|
23655
|
+
try {
|
|
23656
|
+
for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
|
|
23657
|
+
_arr.push(_s.value);
|
|
23658
|
+
if (i && _arr.length === i) break;
|
|
23659
|
+
}
|
|
23660
|
+
} catch (err) {
|
|
23661
|
+
_d = true;
|
|
23662
|
+
_e = err;
|
|
23663
|
+
} finally {
|
|
23546
23664
|
try {
|
|
23547
|
-
if (
|
|
23548
|
-
else for (; !(f = (e = i.call(t2)).done) && (a.push(e.value), a.length !== l); f = true) ;
|
|
23549
|
-
} catch (r2) {
|
|
23550
|
-
o = true, n = r2;
|
|
23665
|
+
if (!_n && _i["return"] != null) _i["return"]();
|
|
23551
23666
|
} finally {
|
|
23552
|
-
|
|
23553
|
-
if (!f && null != t2["return"] && (u = t2["return"](), Object(u) !== u)) return;
|
|
23554
|
-
} finally {
|
|
23555
|
-
if (o) throw n;
|
|
23556
|
-
}
|
|
23667
|
+
if (_d) throw _e;
|
|
23557
23668
|
}
|
|
23558
|
-
return a;
|
|
23559
23669
|
}
|
|
23670
|
+
return _arr;
|
|
23560
23671
|
}
|
|
23561
|
-
function _arrayWithHoles(
|
|
23562
|
-
if (Array.isArray(
|
|
23672
|
+
function _arrayWithHoles(arr) {
|
|
23673
|
+
if (Array.isArray(arr)) return arr;
|
|
23563
23674
|
}
|
|
23564
23675
|
function normalizeArguments(args) {
|
|
23565
23676
|
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];
|
|
@@ -23596,51 +23707,34 @@ function normalizeArguments(args) {
|
|
|
23596
23707
|
metadata: metadata2
|
|
23597
23708
|
};
|
|
23598
23709
|
}
|
|
23599
|
-
function
|
|
23600
|
-
|
|
23601
|
-
return _typeof$2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23602
|
-
return typeof o2;
|
|
23603
|
-
} : function(o2) {
|
|
23604
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23605
|
-
}, _typeof$2(o);
|
|
23606
|
-
}
|
|
23607
|
-
function ownKeys$2(e, r) {
|
|
23608
|
-
var t2 = Object.keys(e);
|
|
23710
|
+
function ownKeys$2(object, enumerableOnly) {
|
|
23711
|
+
var keys = Object.keys(object);
|
|
23609
23712
|
if (Object.getOwnPropertySymbols) {
|
|
23610
|
-
var
|
|
23611
|
-
|
|
23612
|
-
return Object.getOwnPropertyDescriptor(
|
|
23613
|
-
})),
|
|
23614
|
-
}
|
|
23615
|
-
return t2;
|
|
23616
|
-
}
|
|
23617
|
-
function _objectSpread$2(e) {
|
|
23618
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23619
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23620
|
-
r % 2 ? ownKeys$2(Object(t2), true).forEach(function(r2) {
|
|
23621
|
-
_defineProperty$2(e, r2, t2[r2]);
|
|
23622
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$2(Object(t2)).forEach(function(r2) {
|
|
23623
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23624
|
-
});
|
|
23713
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
23714
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23715
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23716
|
+
})), keys.push.apply(keys, symbols);
|
|
23625
23717
|
}
|
|
23626
|
-
return
|
|
23718
|
+
return keys;
|
|
23627
23719
|
}
|
|
23628
|
-
function
|
|
23629
|
-
|
|
23630
|
-
}
|
|
23631
|
-
|
|
23632
|
-
|
|
23633
|
-
|
|
23720
|
+
function _objectSpread$2(target) {
|
|
23721
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
23722
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
23723
|
+
i % 2 ? ownKeys$2(Object(source), true).forEach(function(key) {
|
|
23724
|
+
_defineProperty$2(target, key, source[key]);
|
|
23725
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2(Object(source)).forEach(function(key) {
|
|
23726
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23727
|
+
});
|
|
23728
|
+
}
|
|
23729
|
+
return target;
|
|
23634
23730
|
}
|
|
23635
|
-
function
|
|
23636
|
-
if (
|
|
23637
|
-
|
|
23638
|
-
|
|
23639
|
-
|
|
23640
|
-
if ("object" != _typeof$2(i)) return i;
|
|
23641
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23731
|
+
function _defineProperty$2(obj, key, value) {
|
|
23732
|
+
if (key in obj) {
|
|
23733
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23734
|
+
} else {
|
|
23735
|
+
obj[key] = value;
|
|
23642
23736
|
}
|
|
23643
|
-
return
|
|
23737
|
+
return obj;
|
|
23644
23738
|
}
|
|
23645
23739
|
function parsePhoneNumber(text2, options, metadata2) {
|
|
23646
23740
|
if (options && options.defaultCountry && !isSupportedCountry(options.defaultCountry, metadata2)) {
|
|
@@ -23657,51 +23751,34 @@ function parsePhoneNumber(text2, options, metadata2) {
|
|
|
23657
23751
|
}
|
|
23658
23752
|
}
|
|
23659
23753
|
}
|
|
23660
|
-
function
|
|
23661
|
-
|
|
23662
|
-
return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23663
|
-
return typeof o2;
|
|
23664
|
-
} : function(o2) {
|
|
23665
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23666
|
-
}, _typeof$1(o);
|
|
23667
|
-
}
|
|
23668
|
-
function ownKeys$1(e, r) {
|
|
23669
|
-
var t2 = Object.keys(e);
|
|
23754
|
+
function ownKeys$1(object, enumerableOnly) {
|
|
23755
|
+
var keys = Object.keys(object);
|
|
23670
23756
|
if (Object.getOwnPropertySymbols) {
|
|
23671
|
-
var
|
|
23672
|
-
|
|
23673
|
-
return Object.getOwnPropertyDescriptor(
|
|
23674
|
-
})),
|
|
23675
|
-
}
|
|
23676
|
-
return t2;
|
|
23677
|
-
}
|
|
23678
|
-
function _objectSpread$1(e) {
|
|
23679
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23680
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23681
|
-
r % 2 ? ownKeys$1(Object(t2), true).forEach(function(r2) {
|
|
23682
|
-
_defineProperty$1(e, r2, t2[r2]);
|
|
23683
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys$1(Object(t2)).forEach(function(r2) {
|
|
23684
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23685
|
-
});
|
|
23757
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
23758
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23759
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23760
|
+
})), keys.push.apply(keys, symbols);
|
|
23686
23761
|
}
|
|
23687
|
-
return
|
|
23688
|
-
}
|
|
23689
|
-
function _defineProperty$1(e, r, t2) {
|
|
23690
|
-
return (r = _toPropertyKey$1(r)) in e ? Object.defineProperty(e, r, { value: t2, enumerable: true, configurable: true, writable: true }) : e[r] = t2, e;
|
|
23762
|
+
return keys;
|
|
23691
23763
|
}
|
|
23692
|
-
function
|
|
23693
|
-
var i =
|
|
23694
|
-
|
|
23764
|
+
function _objectSpread$1(target) {
|
|
23765
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
23766
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
23767
|
+
i % 2 ? ownKeys$1(Object(source), true).forEach(function(key) {
|
|
23768
|
+
_defineProperty$1(target, key, source[key]);
|
|
23769
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1(Object(source)).forEach(function(key) {
|
|
23770
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23771
|
+
});
|
|
23772
|
+
}
|
|
23773
|
+
return target;
|
|
23695
23774
|
}
|
|
23696
|
-
function
|
|
23697
|
-
if (
|
|
23698
|
-
|
|
23699
|
-
|
|
23700
|
-
|
|
23701
|
-
if ("object" != _typeof$1(i)) return i;
|
|
23702
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23775
|
+
function _defineProperty$1(obj, key, value) {
|
|
23776
|
+
if (key in obj) {
|
|
23777
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23778
|
+
} else {
|
|
23779
|
+
obj[key] = value;
|
|
23703
23780
|
}
|
|
23704
|
-
return
|
|
23781
|
+
return obj;
|
|
23705
23782
|
}
|
|
23706
23783
|
function isValidPhoneNumber$1() {
|
|
23707
23784
|
var _normalizeArguments = normalizeArguments(arguments), text2 = _normalizeArguments.text, options = _normalizeArguments.options, metadata2 = _normalizeArguments.metadata;
|
|
@@ -23711,51 +23788,34 @@ function isValidPhoneNumber$1() {
|
|
|
23711
23788
|
var phoneNumber = parsePhoneNumber(text2, options, metadata2);
|
|
23712
23789
|
return phoneNumber && phoneNumber.isValid() || false;
|
|
23713
23790
|
}
|
|
23714
|
-
function
|
|
23715
|
-
|
|
23716
|
-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
23717
|
-
return typeof o2;
|
|
23718
|
-
} : function(o2) {
|
|
23719
|
-
return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2;
|
|
23720
|
-
}, _typeof(o);
|
|
23721
|
-
}
|
|
23722
|
-
function ownKeys(e, r) {
|
|
23723
|
-
var t2 = Object.keys(e);
|
|
23791
|
+
function ownKeys(object, enumerableOnly) {
|
|
23792
|
+
var keys = Object.keys(object);
|
|
23724
23793
|
if (Object.getOwnPropertySymbols) {
|
|
23725
|
-
var
|
|
23726
|
-
|
|
23727
|
-
return Object.getOwnPropertyDescriptor(
|
|
23728
|
-
})),
|
|
23729
|
-
}
|
|
23730
|
-
return t2;
|
|
23731
|
-
}
|
|
23732
|
-
function _objectSpread(e) {
|
|
23733
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
23734
|
-
var t2 = null != arguments[r] ? arguments[r] : {};
|
|
23735
|
-
r % 2 ? ownKeys(Object(t2), true).forEach(function(r2) {
|
|
23736
|
-
_defineProperty(e, r2, t2[r2]);
|
|
23737
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t2)) : ownKeys(Object(t2)).forEach(function(r2) {
|
|
23738
|
-
Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t2, r2));
|
|
23739
|
-
});
|
|
23794
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
23795
|
+
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
23796
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23797
|
+
})), keys.push.apply(keys, symbols);
|
|
23740
23798
|
}
|
|
23741
|
-
return
|
|
23799
|
+
return keys;
|
|
23742
23800
|
}
|
|
23743
|
-
function
|
|
23744
|
-
|
|
23745
|
-
}
|
|
23746
|
-
|
|
23747
|
-
|
|
23748
|
-
|
|
23801
|
+
function _objectSpread(target) {
|
|
23802
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
23803
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
23804
|
+
i % 2 ? ownKeys(Object(source), true).forEach(function(key) {
|
|
23805
|
+
_defineProperty(target, key, source[key]);
|
|
23806
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function(key) {
|
|
23807
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
23808
|
+
});
|
|
23809
|
+
}
|
|
23810
|
+
return target;
|
|
23749
23811
|
}
|
|
23750
|
-
function
|
|
23751
|
-
if (
|
|
23752
|
-
|
|
23753
|
-
|
|
23754
|
-
|
|
23755
|
-
if ("object" != _typeof(i)) return i;
|
|
23756
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
23812
|
+
function _defineProperty(obj, key, value) {
|
|
23813
|
+
if (key in obj) {
|
|
23814
|
+
Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
|
|
23815
|
+
} else {
|
|
23816
|
+
obj[key] = value;
|
|
23757
23817
|
}
|
|
23758
|
-
return
|
|
23818
|
+
return obj;
|
|
23759
23819
|
}
|
|
23760
23820
|
function isPossiblePhoneNumber$1() {
|
|
23761
23821
|
var _normalizeArguments = normalizeArguments(arguments), text2 = _normalizeArguments.text, options = _normalizeArguments.options, metadata2 = _normalizeArguments.metadata;
|
|
@@ -24013,7 +24073,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
24013
24073
|
hideBack: { type: Boolean },
|
|
24014
24074
|
API: {}
|
|
24015
24075
|
},
|
|
24016
|
-
emits: ["success", "back"],
|
|
24076
|
+
emits: ["success", "back", "fail"],
|
|
24017
24077
|
setup(__props, { emit: __emit }) {
|
|
24018
24078
|
const currentLogo = computed(() => {
|
|
24019
24079
|
if (currentTheme.value === ThemeType.BLACK) {
|
|
@@ -24140,6 +24200,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
24140
24200
|
if (mode.value === "code") {
|
|
24141
24201
|
clearInputList();
|
|
24142
24202
|
}
|
|
24203
|
+
emits("fail");
|
|
24143
24204
|
return;
|
|
24144
24205
|
}
|
|
24145
24206
|
emits("success", data.data);
|
|
@@ -24237,7 +24298,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
24237
24298
|
}
|
|
24238
24299
|
});
|
|
24239
24300
|
const MFA = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-vue-layout-gitcode"]]);
|
|
24240
|
-
const SlidCaptcha = defineAsyncComponent(() => import("./index-
|
|
24301
|
+
const SlidCaptcha = defineAsyncComponent(() => import("./index-B-csRsld.js"));
|
|
24241
24302
|
const useSlidCaptcha = () => {
|
|
24242
24303
|
const { mount, unMount } = usePopup("slid-captcha-popup");
|
|
24243
24304
|
const open = (config) => {
|
|
@@ -24259,7 +24320,7 @@ const useSlidCaptcha = () => {
|
|
|
24259
24320
|
const _sfc_main$3 = {};
|
|
24260
24321
|
const _hoisted_1$2 = { class: "content-loading" };
|
|
24261
24322
|
function _sfc_render(_ctx, _cache) {
|
|
24262
|
-
return openBlock(), createElementBlock("div", _hoisted_1$2,
|
|
24323
|
+
return openBlock(), createElementBlock("div", _hoisted_1$2, _cache[0] || (_cache[0] = [
|
|
24263
24324
|
createElementVNode("div", { class: "content-loading-title" }, [
|
|
24264
24325
|
createElementVNode("div", { class: "w-full flex-center" }, [
|
|
24265
24326
|
createElementVNode("img", {
|
|
@@ -24270,7 +24331,7 @@ function _sfc_render(_ctx, _cache) {
|
|
|
24270
24331
|
]),
|
|
24271
24332
|
createElementVNode("span", null, "loading...")
|
|
24272
24333
|
], -1)
|
|
24273
|
-
])
|
|
24334
|
+
]));
|
|
24274
24335
|
}
|
|
24275
24336
|
const ContentLoading = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render], ["__scopeId", "data-v-vue-layout-gitcode"]]);
|
|
24276
24337
|
const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
@@ -24888,6 +24949,9 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
24888
24949
|
const handleMFALogin = (data) => {
|
|
24889
24950
|
phoneAndPasswordLogin(data, API, LoginMethodEnum.PASSWORD);
|
|
24890
24951
|
};
|
|
24952
|
+
const handleMFALoginFail = () => {
|
|
24953
|
+
collectRegisterLoginEvent({ isRegister: false, registerLoginMethod: LoginMethodEnum.PASSWORD, success: false });
|
|
24954
|
+
};
|
|
24891
24955
|
const slidCaptcha = useSlidCaptcha();
|
|
24892
24956
|
const LoginCheck = async () => {
|
|
24893
24957
|
const formData = await FormRef.value.ValidateForm();
|
|
@@ -24939,6 +25003,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
24939
25003
|
phoneAndPasswordLogin(result2.data.data, API, LoginMethodEnum.PHONE, true);
|
|
24940
25004
|
} else {
|
|
24941
25005
|
extraErrors.requestInfo = result2.error.error_message;
|
|
25006
|
+
collectRegisterLoginEvent({ isRegister: true, registerLoginMethod: LoginMethodEnum.PHONE, success: false });
|
|
24942
25007
|
}
|
|
24943
25008
|
};
|
|
24944
25009
|
const loginSuccess = (data, inputMobile) => {
|
|
@@ -25492,6 +25557,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
25492
25557
|
API: unref(API),
|
|
25493
25558
|
onBack: handleBack,
|
|
25494
25559
|
onSuccess: handleMFALogin,
|
|
25560
|
+
onFail: handleMFALoginFail,
|
|
25495
25561
|
mask: cacheForm.mask
|
|
25496
25562
|
}, null, 8, ["API", "mask"])) : (openBlock(), createElementBlock("div", _hoisted_3, [
|
|
25497
25563
|
formType.value === "register" || formType.value === "login" ? (openBlock(), createElementBlock("div", _hoisted_4, [
|